|
|
|
1 | 2024-07-04T18:40:33.919Z | job assigned to worker 01J1ZGQBCTN80M2WK88GT1N6SE (queued for 45 s) |
|
2 | 2024-07-04T18:40:34.008Z | starting task 0: "setup" |
3 | 2024-07-04T18:40:34.033Z | ++ uname -s |
4 | 2024-07-04T18:40:34.033Z | + kern=SunOS |
5 | 2024-07-04T18:40:34.033Z | + case "$kern" in |
6 | 2024-07-04T18:40:34.033Z | + groupadd -g 12345 build |
7 | 2024-07-04T18:40:34.033Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-04T18:40:36.037Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-04T18:40:36.076Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-04T18:40:36.100Z | + home_fs=zfs |
11 | 2024-07-04T18:40:36.100Z | + [[ zfs == autofs ]] |
12 | 2024-07-04T18:40:36.101Z | + mkdir -p /home/build |
13 | 2024-07-04T18:40:36.101Z | + chown build:build /home/build /work |
14 | 2024-07-04T18:40:38.086Z | + chmod 0700 /home/build /work |
15 | 2024-07-04T18:40:38.111Z | process exited: duration 4082 ms, exit code 0 |
|
16 | 2024-07-04T18:40:38.165Z | starting task 1: "rust-toolchain" |
17 | 2024-07-04T18:40:38.190Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-04T18:40:38.190Z | ' 1.78.0 |
19 | 2024-07-04T18:40:38.190Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-04T18:40:38.190Z | ' default |
21 | 2024-07-04T18:40:38.190Z | * toolchain channel = "1.78.0" |
22 | 2024-07-04T18:40:38.190Z | * toolchain profile = "default" |
23 | 2024-07-04T18:40:38.190Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-04T18:40:38.190Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-04T18:40:38.321Z | info: downloading installer |
26 | 2024-07-04T18:40:39.165Z | info: profile set to 'default' |
27 | 2024-07-04T18:40:39.165Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-04T18:40:39.190Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-04T18:40:39.285Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-04T18:40:39.285Z | info: downloading component 'cargo' |
31 | 2024-07-04T18:40:39.425Z | info: downloading component 'clippy' |
32 | 2024-07-04T18:40:39.477Z | info: downloading component 'rust-docs' |
33 | 2024-07-04T18:40:39.735Z | info: downloading component 'rust-std' |
34 | 2024-07-04T18:40:40.064Z | info: downloading component 'rustc' |
35 | 2024-07-04T18:40:41.132Z | info: downloading component 'rustfmt' |
36 | 2024-07-04T18:40:41.658Z | info: installing component 'cargo' |
37 | 2024-07-04T18:40:42.340Z | info: installing component 'clippy' |
38 | 2024-07-04T18:40:42.747Z | info: installing component 'rust-docs' |
39 | 2024-07-04T18:40:45.276Z | info: installing component 'rust-std' |
40 | 2024-07-04T18:40:47.229Z | info: installing component 'rustc' |
41 | 2024-07-04T18:40:52.117Z | info: installing component 'rustfmt' |
42 | 2024-07-04T18:40:52.482Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-04T18:40:52.482Z | |
44 | 2024-07-04T18:40:52.606Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-04T18:40:52.606Z | |
46 | 2024-07-04T18:40:52.606Z | |
47 | 2024-07-04T18:40:52.606Z | Rust is installed now. Great! |
48 | 2024-07-04T18:40:52.607Z | |
49 | 2024-07-04T18:40:52.607Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-04T18:40:52.631Z | environment variable. This has not been done automatically. |
51 | 2024-07-04T18:40:52.631Z | |
52 | 2024-07-04T18:40:52.631Z | To configure your current shell, you need to source |
53 | 2024-07-04T18:40:52.631Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-04T18:40:52.631Z | |
55 | 2024-07-04T18:40:52.631Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-04T18:40:52.631Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-04T18:40:52.631Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-04T18:40:52.682Z | + rustc --version |
59 | 2024-07-04T18:40:52.791Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-04T18:40:52.816Z | process exited: duration 14630 ms, exit code 0 |
|
61 | 2024-07-04T18:40:52.869Z | starting task 2: "authentication" |
62 | 2024-07-04T18:40:52.927Z | process exited: duration 59 ms, exit code 0 |
|
63 | 2024-07-04T18:40:52.976Z | starting task 3: "clone repository" |
64 | 2024-07-04T18:40:53.000Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-04T18:40:53.000Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-04T18:40:53.024Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-04T18:40:58.178Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-04T18:40:58.178Z | + git fetch origin a7fc65bb4f0ba49948e4ffe8c278803939b31710 |
69 | 2024-07-04T18:40:58.556Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-04T18:40:58.556Z | * branch a7fc65bb4f0ba49948e4ffe8c278803939b31710 -> FETCH_HEAD |
71 | 2024-07-04T18:40:58.580Z | + [[ -n issue-6000 ]] |
72 | 2024-07-04T18:40:58.580Z | ++ git branch --show-current |
73 | 2024-07-04T18:40:58.580Z | + current=main |
74 | 2024-07-04T18:40:58.580Z | + [[ main != issue-6000 ]] |
75 | 2024-07-04T18:40:58.580Z | + git branch -f issue-6000 a7fc65bb4f0ba49948e4ffe8c278803939b31710 |
76 | 2024-07-04T18:40:58.604Z | + git checkout -f issue-6000 |
77 | 2024-07-04T18:40:58.743Z | Switched to branch 'issue-6000' |
78 | 2024-07-04T18:40:58.768Z | + git reset --hard a7fc65bb4f0ba49948e4ffe8c278803939b31710 |
79 | 2024-07-04T18:40:58.884Z | HEAD is now at a7fc65bb4 port settings update as transaction |
80 | 2024-07-04T18:40:58.908Z | process exited: duration 5909 ms, exit code 0 |
|
81 | 2024-07-04T18:40:58.957Z | starting task 4: "build" |
82 | 2024-07-04T18:40:58.981Z | + cargo --version |
83 | 2024-07-04T18:40:59.058Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-04T18:40:59.083Z | + rustc --version |
85 | 2024-07-04T18:40:59.153Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-04T18:40:59.178Z | + source ./env.sh |
87 | 2024-07-04T18:40:59.178Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-04T18:40:59.178Z | ++ set -o xtrace |
89 | 2024-07-04T18:40:59.178Z | ++++ dirname ./env.sh |
90 | 2024-07-04T18:40:59.178Z | +++ readlink -f . |
91 | 2024-07-04T18:40:59.178Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-04T18:40:59.178Z | ++ 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-04T18:40:59.178Z | ++ 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-04T18:40:59.178Z | ++ 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-04T18:40:59.178Z | ++ 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-04T18:40:59.178Z | ++ 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-04T18:40:59.178Z | ++ 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-04T18:40:59.178Z | ++ 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-04T18:40:59.178Z | ++ 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-04T18:40:59.178Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-04T18:40:59.178Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-04T18:40:59.178Z | + banner prerequisites |
103 | 2024-07-04T18:40:59.178Z | |
104 | 2024-07-04T18:40:59.178Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-07-04T18:40:59.178Z | # # # # # # # # # # # # # # # |
106 | 2024-07-04T18:40:59.178Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-07-04T18:40:59.178Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-07-04T18:40:59.179Z | # # # # # # # # # # # # # # # |
109 | 2024-07-04T18:40:59.179Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-07-04T18:40:59.179Z | |
111 | 2024-07-04T18:40:59.179Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-07-04T18:41:05.038Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-07-04T18:41:07.173Z | Startup: Caching catalogs ... Done |
114 | 2024-07-04T18:41:10.324Z | Planning: Solver setup ... Done (2.596s) |
115 | 2024-07-04T18:41:10.379Z | Planning: Running solver ... Done (0.055s) |
116 | 2024-07-04T18:41:10.420Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-07-04T18:41:10.499Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-07-04T18:41:10.873Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-07-04T18:41:11.049Z | Planning: Package planning ... Done (0.175s) |
120 | 2024-07-04T18:41:11.106Z | Planning: Merging actions ... Done (0.058s) |
121 | 2024-07-04T18:41:11.444Z | Planning: Checking for conflicting actions ... Done (0.337s) |
122 | 2024-07-04T18:41:11.468Z | Planning: Consolidating action changes ... Done (0.013s) |
123 | 2024-07-04T18:41:12.064Z | Planning: Evaluating mediators ... Done (0.607s) |
124 | 2024-07-04T18:41:12.090Z | Planning: Planning completed in 4.84 seconds |
125 | 2024-07-04T18:41:12.116Z | Packages to install: 4 |
126 | 2024-07-04T18:41:12.116Z | Mediators to change: 2 |
127 | 2024-07-04T18:41:12.116Z | Services to change: 1 |
128 | 2024-07-04T18:41:12.116Z | Estimated space available: 148.89 GB |
129 | 2024-07-04T18:41:12.116Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-07-04T18:41:12.116Z | Create boot environment: No |
131 | 2024-07-04T18:41:12.116Z | Create backup boot environment: No |
132 | 2024-07-04T18:41:12.116Z | Rebuild boot archive: No |
133 | 2024-07-04T18:41:12.116Z | |
134 | 2024-07-04T18:41:12.116Z | Changed mediators: |
135 | 2024-07-04T18:41:12.116Z | mediator clang: |
136 | 2024-07-04T18:41:12.116Z | version: None -> 15 (system default) |
137 | 2024-07-04T18:41:12.117Z | |
138 | 2024-07-04T18:41:12.117Z | mediator llvm: |
139 | 2024-07-04T18:41:12.117Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-07-04T18:41:12.117Z | |
141 | 2024-07-04T18:41:12.117Z | Changed packages: |
142 | 2024-07-04T18:41:12.117Z | helios-dev |
143 | 2024-07-04T18:41:12.117Z | developer/build-essential |
144 | 2024-07-04T18:41:12.117Z | None -> 11-2.0 |
145 | 2024-07-04T18:41:12.117Z | library/libxmlsec1 |
146 | 2024-07-04T18:41:12.117Z | None -> 1.2.35-2.0 |
147 | 2024-07-04T18:41:12.117Z | ooce/developer/clang-15 |
148 | 2024-07-04T18:41:12.117Z | None -> 15.0.7-2.0 |
149 | 2024-07-04T18:41:12.117Z | ooce/developer/llvm-15 |
150 | 2024-07-04T18:41:12.117Z | None -> 15.0.7-2.0 |
151 | 2024-07-04T18:41:12.118Z | |
152 | 2024-07-04T18:41:12.118Z | Services: |
153 | 2024-07-04T18:41:12.118Z | restart_fmri: |
154 | 2024-07-04T18:41:12.118Z | svc:/system/update-man-index:default |
155 | 2024-07-04T18:41:12.143Z | |
156 | 2024-07-04T18:41:12.143Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-07-04T18:41:17.142Z | Download: 994/3290 items 19.5/212.6MB 9% complete (3.9M/s) |
158 | 2024-07-04T18:41:22.144Z | Download: 1391/3290 items 107.4/212.6MB 50% complete (10.8M/s) |
159 | 2024-07-04T18:41:27.345Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (10.1M/s) |
160 | 2024-07-04T18:41:32.348Z | Download: 3253/3290 items 204.1/212.6MB 95% complete (9.5M/s) |
161 | 2024-07-04T18:41:32.802Z | Download: Completed 212.60 MB in 20.66 seconds (10.3M/s) |
162 | 2024-07-04T18:41:33.122Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-07-04T18:41:38.406Z | Actions: 2620/3689 actions (Installing new actions) |
164 | 2024-07-04T18:41:38.736Z | Actions: Completed 3689 actions in 5.61 seconds. |
165 | 2024-07-04T18:41:39.076Z | Done (0.334s) |
166 | 2024-07-04T18:41:39.076Z | Done (0.000s) |
167 | 2024-07-04T18:41:39.458Z | Done (0.381s) |
168 | 2024-07-04T18:41:44.321Z | Done (4.735s) |
169 | 2024-07-04T18:41:44.410Z | Done (0.018s) |
170 | 2024-07-04T18:41:44.410Z | Done (0.000s) |
171 | 2024-07-04T18:41:44.557Z | Done (0.000s) |
172 | 2024-07-04T18:41:45.199Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-07-04T18:41:45.406Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-07-04T18:41:45.432Z | Planning: Consolidating action changes ... Done |
175 | 2024-07-04T18:41:45.728Z | Planning: Evaluating mediators ... Done |
176 | 2024-07-04T18:41:45.752Z | Planning: Planning completed in 0.53 seconds |
177 | 2024-07-04T18:41:45.777Z | Mediators to change: 2 |
178 | 2024-07-04T18:41:45.777Z | Create boot environment: No |
179 | 2024-07-04T18:41:45.777Z | Create backup boot environment: No |
180 | 2024-07-04T18:41:45.827Z | Done |
181 | 2024-07-04T18:41:45.827Z | Done |
182 | 2024-07-04T18:41:46.079Z | Done |
183 | 2024-07-04T18:41:50.226Z | Done |
184 | 2024-07-04T18:41:50.319Z | Done |
185 | 2024-07-04T18:41:50.345Z | Done |
186 | 2024-07-04T18:41:50.394Z | Done |
187 | 2024-07-04T18:41:51.103Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-07-04T18:41:51.128Z | Planning: Merging actions ... Done |
189 | 2024-07-04T18:41:51.332Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-07-04T18:41:51.357Z | Planning: Consolidating action changes ... Done |
191 | 2024-07-04T18:41:51.644Z | Planning: Evaluating mediators ... Done |
192 | 2024-07-04T18:41:51.707Z | Planning: Planning completed in 0.89 seconds |
193 | 2024-07-04T18:41:51.748Z | Packages to change: 1 |
194 | 2024-07-04T18:41:51.748Z | Mediators to change: 1 |
195 | 2024-07-04T18:41:51.748Z | Services to change: 1 |
196 | 2024-07-04T18:41:51.748Z | Create boot environment: No |
197 | 2024-07-04T18:41:51.748Z | Create backup boot environment: Yes |
198 | 2024-07-04T18:41:53.259Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-07-04T18:41:53.284Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2024-07-04T18:41:53.284Z | Done |
201 | 2024-07-04T18:41:53.284Z | Done |
202 | 2024-07-04T18:41:53.340Z | Done |
203 | 2024-07-04T18:41:57.420Z | Done |
204 | 2024-07-04T18:41:57.517Z | Done |
205 | 2024-07-04T18:41:57.541Z | Done |
206 | 2024-07-04T18:41:57.593Z | Done |
207 | 2024-07-04T18:41:58.103Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-07-04T18:41:58.103Z | clang system 15 system |
209 | 2024-07-04T18:41:58.103Z | csh system system illumos |
210 | 2024-07-04T18:41:58.103Z | ctags system system illumos |
211 | 2024-07-04T18:41:58.103Z | gcc vendor 12 vendor |
212 | 2024-07-04T18:41:58.103Z | gcc system 10 system |
213 | 2024-07-04T18:41:58.103Z | gcc system 7 system |
214 | 2024-07-04T18:41:58.103Z | go system 1.20 system |
215 | 2024-07-04T18:41:58.103Z | go system 1.19 system |
216 | 2024-07-04T18:41:58.103Z | llvm system 15 system |
217 | 2024-07-04T18:41:58.104Z | llvm system 14 system |
218 | 2024-07-04T18:41:58.104Z | mariadb system 10.6 system |
219 | 2024-07-04T18:41:58.104Z | mta vendor vendor dma |
220 | 2024-07-04T18:41:58.104Z | openjdk system 17 system |
221 | 2024-07-04T18:41:58.104Z | openjdk system 11 system |
222 | 2024-07-04T18:41:58.104Z | openjdk system 1.8 system |
223 | 2024-07-04T18:41:58.104Z | openssl vendor 3 vendor |
224 | 2024-07-04T18:41:58.104Z | perl system 5.36 system |
225 | 2024-07-04T18:41:58.104Z | postgresql system 15 system |
226 | 2024-07-04T18:41:58.104Z | postgresql system 13 system |
227 | 2024-07-04T18:41:58.104Z | python vendor 3 vendor |
228 | 2024-07-04T18:41:58.104Z | python system 2 system |
229 | 2024-07-04T18:41:58.104Z | python3 system 3.11 system |
230 | 2024-07-04T18:41:58.104Z | ruby system 3.0 system |
231 | 2024-07-04T18:41:58.104Z | words vendor vendor american-english |
232 | 2024-07-04T18:41:58.104Z | words system system australian-english |
233 | 2024-07-04T18:41:58.104Z | words system system british-english |
234 | 2024-07-04T18:41:58.104Z | words system system canadian-english |
235 | 2024-07-04T18:41:58.104Z | words system system french |
236 | 2024-07-04T18:41:58.104Z | words system system italian |
237 | 2024-07-04T18:41:58.104Z | words system system ngerman |
238 | 2024-07-04T18:41:58.104Z | words system system ogerman |
239 | 2024-07-04T18:41:58.104Z | words system system spanish |
240 | 2024-07-04T18:41:58.493Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-07-04T18:41:58.493Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-07-04T18:42:00.316Z | FMRI IFO |
243 | 2024-07-04T18:42:00.316Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-07-04T18:42:00.316Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-07-04T18:42:00.316Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-07-04T18:42:00.316Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-07-04T18:42:00.316Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-07-04T18:42:00.316Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-07-04T18:42:00.316Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-07-04T18:42:00.316Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-07-04T18:42:00.316Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-07-04T18:42:00.316Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-07-04T18:42:00.316Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-07-04T18:42:00.316Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-07-04T18:42:00.861Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-07-04T18:42:01.564Z | Updating git repository `https://github.com/oxidecomputer/zone` |
257 | 2024-07-04T18:42:01.934Z | Updating crates.io index |
258 | 2024-07-04T18:42:01.999Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
259 | 2024-07-04T18:42:02.768Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
260 | 2024-07-04T18:42:03.683Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
261 | 2024-07-04T18:42:04.132Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
262 | 2024-07-04T18:42:06.253Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2024-07-04T18:42:06.695Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2024-07-04T18:42:07.276Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
265 | 2024-07-04T18:42:08.431Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
266 | 2024-07-04T18:42:10.469Z | Updating git repository `https://github.com/oxidecomputer/opte` |
267 | 2024-07-04T18:42:11.627Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
268 | 2024-07-04T18:42:12.479Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
269 | 2024-07-04T18:42:13.264Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
270 | 2024-07-04T18:42:13.652Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
271 | 2024-07-04T18:42:14.287Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
272 | 2024-07-04T18:42:14.736Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
273 | 2024-07-04T18:42:15.189Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
274 | 2024-07-04T18:42:15.769Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
275 | 2024-07-04T18:42:16.216Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
276 | 2024-07-04T18:42:16.610Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
277 | 2024-07-04T18:42:17.170Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-07-04T18:42:17.641Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-07-04T18:42:18.243Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-07-04T18:42:18.581Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-07-04T18:42:19.370Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-07-04T18:42:19.813Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
283 | 2024-07-04T18:42:20.336Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
284 | 2024-07-04T18:42:20.952Z | Updating git repository `https://github.com/oxidecomputer/typify` |
285 | 2024-07-04T18:42:23.076Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
286 | 2024-07-04T18:42:23.557Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
287 | 2024-07-04T18:42:23.940Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
288 | 2024-07-04T18:42:24.460Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
289 | 2024-07-04T18:42:25.667Z | Downloading crates ... |
290 | 2024-07-04T18:42:25.743Z | Downloaded match_cfg v0.1.0 |
291 | 2024-07-04T18:42:25.768Z | Downloaded openssl-macros v0.1.1 |
292 | 2024-07-04T18:42:25.768Z | Downloaded dirs-next v2.0.0 |
293 | 2024-07-04T18:42:25.768Z | Downloaded num_cpus v1.16.0 |
294 | 2024-07-04T18:42:25.768Z | Downloaded heck v0.5.0 |
295 | 2024-07-04T18:42:25.768Z | Downloaded futures-sink v0.3.30 |
296 | 2024-07-04T18:42:25.768Z | Downloaded futures-io v0.3.30 |
297 | 2024-07-04T18:42:25.768Z | Downloaded pest_derive v2.7.10 |
298 | 2024-07-04T18:42:25.768Z | Downloaded miniz_oxide v0.7.2 |
299 | 2024-07-04T18:42:25.768Z | Downloaded parking_lot v0.12.2 |
300 | 2024-07-04T18:42:25.793Z | Downloaded pin-project-lite v0.2.14 |
301 | 2024-07-04T18:42:25.793Z | Downloaded pest_meta v2.7.10 |
302 | 2024-07-04T18:42:25.793Z | Downloaded sync_wrapper v0.1.2 |
303 | 2024-07-04T18:42:25.793Z | Downloaded time-core v0.1.2 |
304 | 2024-07-04T18:42:25.818Z | Downloaded try-lock v0.2.5 |
305 | 2024-07-04T18:42:25.818Z | Downloaded openssl v0.10.64 |
306 | 2024-07-04T18:42:25.818Z | Downloaded pretty-hex v0.4.1 |
307 | 2024-07-04T18:42:25.818Z | Downloaded strsim v0.11.1 |
308 | 2024-07-04T18:42:25.818Z | Downloaded memmap v0.7.0 |
309 | 2024-07-04T18:42:25.818Z | Downloaded rustversion v1.0.17 |
310 | 2024-07-04T18:42:25.843Z | Downloaded pkg-config v0.3.30 |
311 | 2024-07-04T18:42:25.843Z | Downloaded powerfmt v0.2.0 |
312 | 2024-07-04T18:42:25.843Z | Downloaded encoding_rs v0.8.34 |
313 | 2024-07-04T18:42:25.870Z | Downloaded httparse v1.8.0 |
314 | 2024-07-04T18:42:25.870Z | Downloaded want v0.3.1 |
315 | 2024-07-04T18:42:25.870Z | Downloaded usdt-impl v0.5.0 |
316 | 2024-07-04T18:42:25.870Z | Downloaded thiserror-impl v1.0.60 |
317 | 2024-07-04T18:42:25.870Z | Downloaded version_check v0.9.4 |
318 | 2024-07-04T18:42:25.870Z | Downloaded usdt v0.5.0 |
319 | 2024-07-04T18:42:25.870Z | Downloaded sha2 v0.10.8 |
320 | 2024-07-04T18:42:25.870Z | Downloaded tokio-native-tls v0.3.1 |
321 | 2024-07-04T18:42:25.870Z | Downloaded proc-macro-error v1.0.4 |
322 | 2024-07-04T18:42:25.870Z | Downloaded thiserror v1.0.60 |
323 | 2024-07-04T18:42:25.895Z | Downloaded unicode-width v0.1.12 |
324 | 2024-07-04T18:42:25.895Z | Downloaded slog-bunyan v2.5.0 |
325 | 2024-07-04T18:42:25.895Z | Downloaded signal-hook-registry v1.4.2 |
326 | 2024-07-04T18:42:25.895Z | Downloaded tokio-macros v2.2.0 |
327 | 2024-07-04T18:42:25.895Z | Downloaded thread-id v4.2.1 |
328 | 2024-07-04T18:42:25.895Z | Downloaded serde_urlencoded v0.7.1 |
329 | 2024-07-04T18:42:25.895Z | Downloaded serde_spanned v0.6.6 |
330 | 2024-07-04T18:42:25.895Z | Downloaded toml_datetime v0.6.6 |
331 | 2024-07-04T18:42:25.895Z | Downloaded strum_macros v0.26.2 |
332 | 2024-07-04T18:42:25.895Z | Downloaded xattr v1.3.1 |
333 | 2024-07-04T18:42:25.895Z | Downloaded utf8parse v0.2.1 |
334 | 2024-07-04T18:42:25.895Z | Downloaded scroll v0.12.0 |
335 | 2024-07-04T18:42:25.895Z | Downloaded rustls-pemfile v1.0.4 |
336 | 2024-07-04T18:42:25.895Z | Downloaded strum v0.26.2 |
337 | 2024-07-04T18:42:25.895Z | Downloaded quote v1.0.36 |
338 | 2024-07-04T18:42:25.920Z | Downloaded usdt-macro v0.5.0 |
339 | 2024-07-04T18:42:25.920Z | Downloaded slog-term v2.9.1 |
340 | 2024-07-04T18:42:25.920Z | Downloaded semver v1.0.23 |
341 | 2024-07-04T18:42:25.920Z | Downloaded usdt-attr-macro v0.5.0 |
342 | 2024-07-04T18:42:25.920Z | Downloaded time-macros v0.2.18 |
343 | 2024-07-04T18:42:25.920Z | Downloaded tower-service v0.3.2 |
344 | 2024-07-04T18:42:25.920Z | Downloaded zerocopy-derive v0.7.34 |
345 | 2024-07-04T18:42:25.921Z | Downloaded tar v0.4.40 |
346 | 2024-07-04T18:42:25.921Z | Downloaded unicode-ident v1.0.12 |
347 | 2024-07-04T18:42:25.921Z | Downloaded ucd-trie v0.1.6 |
348 | 2024-07-04T18:42:25.921Z | Downloaded term v0.7.0 |
349 | 2024-07-04T18:42:25.945Z | Downloaded serde_derive v1.0.203 |
350 | 2024-07-04T18:42:25.945Z | Downloaded typenum v1.17.0 |
351 | 2024-07-04T18:42:25.945Z | Downloaded socket2 v0.5.7 |
352 | 2024-07-04T18:42:25.945Z | Downloaded slog v2.7.0 |
353 | 2024-07-04T18:42:25.945Z | Downloaded serde v1.0.203 |
354 | 2024-07-04T18:42:25.945Z | Downloaded unicode-bidi v0.3.15 |
355 | 2024-07-04T18:42:25.945Z | Downloaded tracing v0.1.40 |
356 | 2024-07-04T18:42:25.970Z | Downloaded toml v0.8.13 |
357 | 2024-07-04T18:42:25.970Z | Downloaded url v2.5.0 |
358 | 2024-07-04T18:42:25.970Z | Downloaded toml_edit v0.22.13 |
359 | 2024-07-04T18:42:25.995Z | Downloaded serde_json v1.0.118 |
360 | 2024-07-04T18:42:25.995Z | Downloaded zerocopy v0.7.34 |
361 | 2024-07-04T18:42:26.019Z | Downloaded vcpkg v0.2.15 |
362 | 2024-07-04T18:42:26.062Z | Downloaded tabled v0.15.0 |
363 | 2024-07-04T18:42:26.086Z | Downloaded syn v2.0.68 |
364 | 2024-07-04T18:42:26.111Z | Downloaded tokio v1.37.0 |
365 | 2024-07-04T18:42:26.141Z | Downloaded syn v1.0.109 |
366 | 2024-07-04T18:42:26.166Z | Downloaded rustix v0.38.34 |
367 | 2024-07-04T18:42:26.191Z | Downloaded winnow v0.6.8 |
368 | 2024-07-04T18:42:26.216Z | Downloaded unicode-normalization v0.1.23 |
369 | 2024-07-04T18:42:26.216Z | Downloaded tokio-util v0.7.11 |
370 | 2024-07-04T18:42:26.216Z | Downloaded time v0.3.36 |
371 | 2024-07-04T18:42:26.241Z | Downloaded reqwest v0.11.27 |
372 | 2024-07-04T18:42:26.242Z | Downloaded tracing-core v0.1.32 |
373 | 2024-07-04T18:42:26.242Z | Downloaded ryu v1.0.18 |
374 | 2024-07-04T18:42:26.242Z | Downloaded proc-macro2 v1.0.86 |
375 | 2024-07-04T18:42:26.242Z | Downloaded tinyvec v1.6.0 |
376 | 2024-07-04T18:42:26.242Z | Downloaded smallvec v1.13.2 |
377 | 2024-07-04T18:42:26.266Z | Downloaded tinyvec_macros v0.1.1 |
378 | 2024-07-04T18:42:26.266Z | Downloaded thread_local v1.1.8 |
379 | 2024-07-04T18:42:26.266Z | Downloaded terminal_size v0.3.0 |
380 | 2024-07-04T18:42:26.266Z | Downloaded take_mut v0.2.2 |
381 | 2024-07-04T18:42:26.266Z | Downloaded tabled_derive v0.7.0 |
382 | 2024-07-04T18:42:26.266Z | Downloaded swrite v0.1.0 |
383 | 2024-07-04T18:42:26.266Z | Downloaded slog-json v2.6.1 |
384 | 2024-07-04T18:42:26.266Z | Downloaded slog-async v2.8.0 |
385 | 2024-07-04T18:42:26.266Z | Downloaded slab v0.4.9 |
386 | 2024-07-04T18:42:26.266Z | Downloaded scopeguard v1.2.0 |
387 | 2024-07-04T18:42:26.267Z | Downloaded proc-macro-error-attr v1.0.4 |
388 | 2024-07-04T18:42:26.267Z | Downloaded plain v0.2.3 |
389 | 2024-07-04T18:42:26.267Z | Downloaded pin-utils v0.1.0 |
390 | 2024-07-04T18:42:26.267Z | Downloaded openssl-sys v0.9.102 |
391 | 2024-07-04T18:42:26.291Z | Downloaded cargo_metadata v0.18.1 |
392 | 2024-07-04T18:42:26.291Z | Downloaded byteorder v1.5.0 |
393 | 2024-07-04T18:42:26.291Z | Downloaded libc v0.2.155 |
394 | 2024-07-04T18:42:26.316Z | Downloaded serde_tokenstream v0.2.0 |
395 | 2024-07-04T18:42:26.316Z | Downloaded memchr v2.7.2 |
396 | 2024-07-04T18:42:26.316Z | Downloaded indexmap v2.2.6 |
397 | 2024-07-04T18:42:26.340Z | Downloaded idna v0.5.0 |
398 | 2024-07-04T18:42:26.340Z | Downloaded h2 v0.3.26 |
399 | 2024-07-04T18:42:26.340Z | Downloaded clap_builder v4.5.2 |
400 | 2024-07-04T18:42:26.365Z | Downloaded scroll_derive v0.12.0 |
401 | 2024-07-04T18:42:26.365Z | Downloaded pest_generator v2.7.10 |
402 | 2024-07-04T18:42:26.365Z | Downloaded pest v2.7.10 |
403 | 2024-07-04T18:42:26.365Z | Downloaded parking_lot_core v0.9.10 |
404 | 2024-07-04T18:42:26.365Z | Downloaded papergrid v0.11.0 |
405 | 2024-07-04T18:42:26.365Z | Downloaded mio v0.8.11 |
406 | 2024-07-04T18:42:26.398Z | Downloaded mime v0.3.17 |
407 | 2024-07-04T18:42:26.398Z | Downloaded hyper-tls v0.5.0 |
408 | 2024-07-04T18:42:26.398Z | Downloaded hyper v0.14.28 |
409 | 2024-07-04T18:42:26.398Z | Downloaded goblin v0.8.2 |
410 | 2024-07-04T18:42:26.398Z | Downloaded generic-array v0.14.7 |
411 | 2024-07-04T18:42:26.398Z | Downloaded futures-util v0.3.30 |
412 | 2024-07-04T18:42:26.423Z | Downloaded filetime v0.2.23 |
413 | 2024-07-04T18:42:26.423Z | Downloaded openssl-probe v0.1.5 |
414 | 2024-07-04T18:42:26.423Z | Downloaded num-conv v0.1.0 |
415 | 2024-07-04T18:42:26.423Z | Downloaded macaddr v1.0.1 |
416 | 2024-07-04T18:42:26.423Z | Downloaded lock_api v0.4.12 |
417 | 2024-07-04T18:42:26.423Z | Downloaded itoa v1.0.11 |
418 | 2024-07-04T18:42:26.423Z | Downloaded httpdate v1.0.3 |
419 | 2024-07-04T18:42:26.423Z | Downloaded http-body v0.4.6 |
420 | 2024-07-04T18:42:26.423Z | Downloaded http v0.2.12 |
421 | 2024-07-04T18:42:26.423Z | Downloaded hostname v0.3.1 |
422 | 2024-07-04T18:42:26.423Z | Downloaded heck v0.4.1 |
423 | 2024-07-04T18:42:26.448Z | Downloaded hashbrown v0.14.5 |
424 | 2024-07-04T18:42:26.448Z | Downloaded futures-task v0.3.30 |
425 | 2024-07-04T18:42:26.448Z | Downloaded futures-channel v0.3.30 |
426 | 2024-07-04T18:42:26.448Z | Downloaded fs-err v2.11.0 |
427 | 2024-07-04T18:42:26.448Z | Downloaded fnv v1.0.7 |
428 | 2024-07-04T18:42:26.448Z | Downloaded flate2 v1.0.30 |
429 | 2024-07-04T18:42:26.448Z | Downloaded crossbeam-channel v0.5.12 |
430 | 2024-07-04T18:42:26.473Z | Downloaded cc v1.0.97 |
431 | 2024-07-04T18:42:26.473Z | Downloaded bytes v1.6.0 |
432 | 2024-07-04T18:42:26.473Z | Downloaded num_threads v0.1.7 |
433 | 2024-07-04T18:42:26.473Z | Downloaded log v0.4.21 |
434 | 2024-07-04T18:42:26.473Z | Downloaded is-terminal v0.4.12 |
435 | 2024-07-04T18:42:26.473Z | Downloaded futures-macro v0.3.30 |
436 | 2024-07-04T18:42:26.473Z | Downloaded futures-executor v0.3.30 |
437 | 2024-07-04T18:42:26.473Z | Downloaded foreign-types-shared v0.1.1 |
438 | 2024-07-04T18:42:26.473Z | Downloaded equivalent v1.0.1 |
439 | 2024-07-04T18:42:26.473Z | Downloaded base64 v0.21.7 |
440 | 2024-07-04T18:42:26.473Z | Downloaded bitflags v2.5.0 |
441 | 2024-07-04T18:42:26.498Z | Downloaded anyhow v1.0.86 |
442 | 2024-07-04T18:42:26.498Z | Downloaded ipnet v2.9.0 |
443 | 2024-07-04T18:42:26.498Z | Downloaded futures v0.3.30 |
444 | 2024-07-04T18:42:26.498Z | Downloaded crossbeam-utils v0.8.19 |
445 | 2024-07-04T18:42:26.498Z | Downloaded percent-encoding v2.3.1 |
446 | 2024-07-04T18:42:26.498Z | Downloaded once_cell v1.19.0 |
447 | 2024-07-04T18:42:26.498Z | Downloaded native-tls v0.2.11 |
448 | 2024-07-04T18:42:26.498Z | Downloaded dirs-sys-next v0.1.2 |
449 | 2024-07-04T18:42:26.499Z | Downloaded digest v0.10.7 |
450 | 2024-07-04T18:42:26.523Z | Downloaded crc32fast v1.4.0 |
451 | 2024-07-04T18:42:26.523Z | Downloaded clap_lex v0.7.0 |
452 | 2024-07-04T18:42:26.523Z | Downloaded clap_derive v4.5.4 |
453 | 2024-07-04T18:42:26.523Z | Downloaded clap v4.5.4 |
454 | 2024-07-04T18:42:26.523Z | Downloaded cargo_toml v0.20.3 |
455 | 2024-07-04T18:42:26.524Z | Downloaded camino v1.1.7 |
456 | 2024-07-04T18:42:26.524Z | Downloaded bytecount v0.6.8 |
457 | 2024-07-04T18:42:26.524Z | Downloaded anstream v0.6.14 |
458 | 2024-07-04T18:42:26.548Z | Downloaded futures-core v0.3.30 |
459 | 2024-07-04T18:42:26.548Z | Downloaded form_urlencoded v1.2.1 |
460 | 2024-07-04T18:42:26.549Z | Downloaded errno v0.3.9 |
461 | 2024-07-04T18:42:26.549Z | Downloaded crypto-common v0.1.6 |
462 | 2024-07-04T18:42:26.549Z | Downloaded cpufeatures v0.2.12 |
463 | 2024-07-04T18:42:26.549Z | Downloaded colorchoice v1.0.1 |
464 | 2024-07-04T18:42:26.549Z | Downloaded cfg-if v1.0.0 |
465 | 2024-07-04T18:42:26.549Z | Downloaded cargo-platform v0.1.8 |
466 | 2024-07-04T18:42:26.549Z | Downloaded block-buffer v0.10.4 |
467 | 2024-07-04T18:42:26.549Z | Downloaded anstyle v1.0.7 |
468 | 2024-07-04T18:42:26.549Z | Downloaded foreign-types v0.3.2 |
469 | 2024-07-04T18:42:26.549Z | Downloaded dtrace-parser v0.2.0 |
470 | 2024-07-04T18:42:26.549Z | Downloaded dof v0.3.0 |
471 | 2024-07-04T18:42:26.549Z | Downloaded deranged v0.3.11 |
472 | 2024-07-04T18:42:26.549Z | Downloaded autocfg v1.3.0 |
473 | 2024-07-04T18:42:26.549Z | Downloaded anstyle-query v1.0.3 |
474 | 2024-07-04T18:42:26.549Z | Downloaded anstyle-parse v0.2.4 |
475 | 2024-07-04T18:42:26.574Z | Downloaded adler v1.0.2 |
476 | 2024-07-04T18:42:26.574Z | Downloaded is_terminal_polyfill v1.70.0 |
477 | 2024-07-04T18:42:26.711Z | Compiling proc-macro2 v1.0.86 |
478 | 2024-07-04T18:42:26.711Z | Compiling unicode-ident v1.0.12 |
479 | 2024-07-04T18:42:26.711Z | Compiling libc v0.2.155 |
480 | 2024-07-04T18:42:26.736Z | Compiling version_check v0.9.4 |
481 | 2024-07-04T18:42:26.736Z | Compiling cfg-if v1.0.0 |
482 | 2024-07-04T18:42:26.736Z | Compiling itoa v1.0.11 |
483 | 2024-07-04T18:42:26.736Z | Compiling once_cell v1.19.0 |
484 | 2024-07-04T18:42:26.736Z | Compiling serde v1.0.203 |
485 | 2024-07-04T18:42:26.936Z | Compiling autocfg v1.3.0 |
486 | 2024-07-04T18:42:26.992Z | Compiling memchr v2.7.2 |
487 | 2024-07-04T18:42:27.019Z | Compiling thiserror v1.0.60 |
488 | 2024-07-04T18:42:27.272Z | Compiling ryu v1.0.18 |
489 | 2024-07-04T18:42:27.436Z | Compiling pin-project-lite v0.2.14 |
490 | 2024-07-04T18:42:27.614Z | Compiling bitflags v2.5.0 |
491 | 2024-07-04T18:42:27.614Z | Compiling vcpkg v0.2.15 |
492 | 2024-07-04T18:42:27.674Z | Compiling parking_lot_core v0.9.10 |
493 | 2024-07-04T18:42:27.752Z | Compiling ucd-trie v0.1.6 |
494 | 2024-07-04T18:42:27.881Z | Compiling lock_api v0.4.12 |
495 | 2024-07-04T18:42:28.085Z | Compiling pkg-config v0.3.30 |
496 | 2024-07-04T18:42:28.126Z | Compiling cc v1.0.97 |
497 | 2024-07-04T18:42:28.299Z | Compiling slab v0.4.9 |
498 | 2024-07-04T18:42:28.360Z | Compiling quote v1.0.36 |
499 | 2024-07-04T18:42:28.540Z | Compiling smallvec v1.13.2 |
500 | 2024-07-04T18:42:28.565Z | Compiling futures-core v0.3.30 |
501 | 2024-07-04T18:42:28.775Z | Compiling syn v2.0.68 |
502 | 2024-07-04T18:42:28.968Z | Compiling futures-sink v0.3.30 |
503 | 2024-07-04T18:42:28.992Z | Compiling bytes v1.6.0 |
504 | 2024-07-04T18:42:29.102Z | Compiling scopeguard v1.2.0 |
505 | 2024-07-04T18:42:29.419Z | Compiling hashbrown v0.14.5 |
506 | 2024-07-04T18:42:29.516Z | Compiling log v0.4.21 |
507 | 2024-07-04T18:42:29.540Z | Compiling fnv v1.0.7 |
508 | 2024-07-04T18:42:29.619Z | Compiling equivalent v1.0.1 |
509 | 2024-07-04T18:42:29.650Z | Compiling serde_json v1.0.118 |
510 | 2024-07-04T18:42:29.723Z | Compiling byteorder v1.5.0 |
511 | 2024-07-04T18:42:29.748Z | Compiling parking_lot v0.12.2 |
512 | 2024-07-04T18:42:29.941Z | Compiling futures-channel v0.3.30 |
513 | 2024-07-04T18:42:30.055Z | Compiling signal-hook-registry v1.4.2 |
514 | 2024-07-04T18:42:30.099Z | Compiling mio v0.8.11 |
515 | 2024-07-04T18:42:30.123Z | Compiling socket2 v0.5.7 |
516 | 2024-07-04T18:42:30.323Z | Compiling num_cpus v1.16.0 |
517 | 2024-07-04T18:42:30.440Z | Compiling indexmap v2.2.6 |
518 | 2024-07-04T18:42:30.529Z | Compiling rustix v0.38.34 |
519 | 2024-07-04T18:42:30.607Z | Compiling futures-task v0.3.30 |
520 | 2024-07-04T18:42:30.759Z | Compiling typenum v1.17.0 |
521 | 2024-07-04T18:42:30.931Z | Compiling pin-utils v0.1.0 |
522 | 2024-07-04T18:42:31.020Z | Compiling futures-io v0.3.30 |
523 | 2024-07-04T18:42:31.047Z | Compiling openssl-sys v0.9.102 |
524 | 2024-07-04T18:42:31.219Z | Compiling errno v0.3.9 |
525 | 2024-07-04T18:42:31.283Z | Compiling generic-array v0.14.7 |
526 | 2024-07-04T18:42:31.307Z | Compiling slog v2.7.0 |
527 | 2024-07-04T18:42:31.422Z | Compiling foreign-types-shared v0.1.1 |
528 | 2024-07-04T18:42:31.525Z | Compiling openssl v0.10.64 |
529 | 2024-07-04T18:42:31.550Z | Compiling foreign-types v0.3.2 |
530 | 2024-07-04T18:42:31.669Z | Compiling http v0.2.12 |
531 | 2024-07-04T18:42:31.798Z | Compiling proc-macro-error-attr v1.0.4 |
532 | 2024-07-04T18:42:31.853Z | Compiling usdt-impl v0.5.0 |
533 | 2024-07-04T18:42:32.098Z | Compiling tracing-core v0.1.32 |
534 | 2024-07-04T18:42:32.126Z | Compiling time-core v0.1.2 |
535 | 2024-07-04T18:42:32.340Z | Compiling num-conv v0.1.0 |
536 | 2024-07-04T18:42:32.550Z | Compiling tinyvec_macros v0.1.1 |
537 | 2024-07-04T18:42:32.634Z | Compiling powerfmt v0.2.0 |
538 | 2024-07-04T18:42:32.708Z | Compiling native-tls v0.2.11 |
539 | 2024-07-04T18:42:32.996Z | Compiling httparse v1.8.0 |
540 | 2024-07-04T18:42:33.021Z | Compiling syn v1.0.109 |
541 | 2024-07-04T18:42:33.407Z | Compiling deranged v0.3.11 |
542 | 2024-07-04T18:42:33.437Z | Compiling tracing v0.1.40 |
543 | 2024-07-04T18:42:33.475Z | Compiling tinyvec v1.6.0 |
544 | 2024-07-04T18:42:33.667Z | Compiling time-macros v0.2.18 |
545 | 2024-07-04T18:42:33.833Z | Compiling thread-id v4.2.1 |
546 | 2024-07-04T18:42:34.129Z | Compiling proc-macro-error v1.0.4 |
547 | 2024-07-04T18:42:34.153Z | Compiling crossbeam-utils v0.8.19 |
548 | 2024-07-04T18:42:34.247Z | Compiling openssl-probe v0.1.5 |
549 | 2024-07-04T18:42:34.382Z | Compiling num_threads v0.1.7 |
550 | 2024-07-04T18:42:34.496Z | Compiling heck v0.4.1 |
551 | 2024-07-04T18:42:34.570Z | Compiling rustversion v1.0.17 |
552 | 2024-07-04T18:42:34.679Z | Compiling utf8parse v0.2.1 |
553 | 2024-07-04T18:42:34.710Z | Compiling percent-encoding v2.3.1 |
554 | 2024-07-04T18:42:34.827Z | Compiling try-lock v0.2.5 |
555 | 2024-07-04T18:42:34.854Z | Compiling plain v0.2.3 |
556 | 2024-07-04T18:42:34.914Z | Compiling form_urlencoded v1.2.1 |
557 | 2024-07-04T18:42:34.963Z | Compiling want v0.3.1 |
558 | 2024-07-04T18:42:35.004Z | Compiling anstyle-parse v0.2.4 |
559 | 2024-07-04T18:42:35.054Z | Compiling unicode-normalization v0.1.23 |
560 | 2024-07-04T18:42:35.298Z | Compiling http-body v0.4.6 |
561 | 2024-07-04T18:42:35.346Z | Compiling dirs-sys-next v0.1.2 |
562 | 2024-07-04T18:42:35.887Z | Compiling httpdate v1.0.3 |
563 | 2024-07-04T18:42:35.911Z | Compiling crc32fast v1.4.0 |
564 | 2024-07-04T18:42:35.935Z | Compiling camino v1.1.7 |
565 | 2024-07-04T18:42:35.965Z | Compiling is_terminal_polyfill v1.70.0 |
566 | 2024-07-04T18:42:35.989Z | Compiling winnow v0.6.8 |
567 | 2024-07-04T18:42:36.096Z | Compiling semver v1.0.23 |
568 | 2024-07-04T18:42:36.297Z | Compiling pretty-hex v0.4.1 |
569 | 2024-07-04T18:42:36.327Z | Compiling unicode-bidi v0.3.15 |
570 | 2024-07-04T18:42:36.351Z | Compiling time v0.3.36 |
571 | 2024-07-04T18:42:36.453Z | Compiling anstyle-query v1.0.3 |
572 | 2024-07-04T18:42:36.490Z | Compiling anstyle v1.0.7 |
573 | 2024-07-04T18:42:36.515Z | Compiling tower-service v0.3.2 |
574 | 2024-07-04T18:42:36.581Z | Compiling colorchoice v1.0.1 |
575 | 2024-07-04T18:42:36.789Z | Compiling anstream v0.6.14 |
576 | 2024-07-04T18:42:36.886Z | Compiling idna v0.5.0 |
577 | 2024-07-04T18:42:36.910Z | Compiling dirs-next v2.0.0 |
578 | 2024-07-04T18:42:38.177Z | Compiling crypto-common v0.1.6 |
579 | 2024-07-04T18:42:38.202Z | Compiling block-buffer v0.10.4 |
580 | 2024-07-04T18:42:38.336Z | Compiling terminal_size v0.3.0 |
581 | 2024-07-04T18:42:38.410Z | Compiling fs-err v2.11.0 |
582 | 2024-07-04T18:42:38.469Z | Compiling thread_local v1.1.8 |
583 | 2024-07-04T18:42:38.510Z | Compiling clap_lex v0.7.0 |
584 | 2024-07-04T18:42:38.545Z | Compiling bytecount v0.6.8 |
585 | 2024-07-04T18:42:38.635Z | Compiling base64 v0.21.7 |
586 | 2024-07-04T18:42:38.749Z | Compiling unicode-width v0.1.12 |
587 | 2024-07-04T18:42:38.921Z | Compiling match_cfg v0.1.0 |
588 | 2024-07-04T18:42:38.946Z | Compiling strsim v0.11.1 |
589 | 2024-07-04T18:42:38.975Z | Compiling slog-async v2.8.0 |
590 | 2024-07-04T18:42:38.975Z | Compiling heck v0.5.0 |
591 | 2024-07-04T18:42:39.031Z | Compiling anyhow v1.0.86 |
592 | 2024-07-04T18:42:39.252Z | Compiling adler v1.0.2 |
593 | 2024-07-04T18:42:39.433Z | Compiling miniz_oxide v0.7.2 |
594 | 2024-07-04T18:42:39.458Z | Compiling clap_builder v4.5.2 |
595 | 2024-07-04T18:42:39.487Z | Compiling hostname v0.3.1 |
596 | 2024-07-04T18:42:39.512Z | Compiling serde_derive v1.0.203 |
597 | 2024-07-04T18:42:39.537Z | Compiling thiserror-impl v1.0.60 |
598 | 2024-07-04T18:42:39.567Z | Compiling zerocopy-derive v0.7.34 |
599 | 2024-07-04T18:42:39.709Z | Compiling futures-macro v0.3.30 |
600 | 2024-07-04T18:42:39.753Z | Compiling tokio-macros v2.2.0 |
601 | 2024-07-04T18:42:40.708Z | Compiling openssl-macros v0.1.1 |
602 | 2024-07-04T18:42:40.742Z | Compiling scroll_derive v0.12.0 |
603 | 2024-07-04T18:42:41.127Z | Compiling tokio v1.37.0 |
604 | 2024-07-04T18:42:41.382Z | Compiling futures-util v0.3.30 |
605 | 2024-07-04T18:42:41.471Z | Compiling zerocopy v0.7.34 |
606 | 2024-07-04T18:42:41.937Z | Compiling scroll v0.12.0 |
607 | 2024-07-04T18:42:42.291Z | Compiling pest v2.7.10 |
608 | 2024-07-04T18:42:42.402Z | Compiling goblin v0.8.2 |
609 | 2024-07-04T18:42:42.765Z | Compiling tabled_derive v0.7.0 |
610 | 2024-07-04T18:42:44.741Z | Compiling pest_meta v2.7.10 |
611 | 2024-07-04T18:42:45.014Z | Compiling clap_derive v4.5.4 |
612 | 2024-07-04T18:42:47.350Z | Compiling pest_generator v2.7.10 |
613 | 2024-07-04T18:42:48.568Z | Compiling tokio-util v0.7.11 |
614 | 2024-07-04T18:42:49.100Z | Compiling futures-executor v0.3.30 |
615 | 2024-07-04T18:42:49.230Z | Compiling pest_derive v2.7.10 |
616 | 2024-07-04T18:42:49.628Z | Compiling h2 v0.3.26 |
617 | 2024-07-04T18:42:49.655Z | Compiling tokio-native-tls v0.3.1 |
618 | 2024-07-04T18:42:49.717Z | Compiling strum_macros v0.26.2 |
619 | 2024-07-04T18:42:49.907Z | Compiling rustls-pemfile v1.0.4 |
620 | 2024-07-04T18:42:49.958Z | Compiling dtrace-parser v0.2.0 |
621 | 2024-07-04T18:42:50.310Z | Compiling papergrid v0.11.0 |
622 | 2024-07-04T18:42:51.759Z | Compiling serde_tokenstream v0.2.0 |
623 | 2024-07-04T18:42:51.784Z | Compiling serde_spanned v0.6.6 |
624 | 2024-07-04T18:42:51.977Z | Compiling toml_datetime v0.6.6 |
625 | 2024-07-04T18:42:52.204Z | Compiling toml_edit v0.22.13 |
626 | 2024-07-04T18:42:52.388Z | Compiling serde_urlencoded v0.7.1 |
627 | 2024-07-04T18:42:52.891Z | Compiling dof v0.3.0 |
628 | 2024-07-04T18:42:53.660Z | Compiling hyper v0.14.28 |
629 | 2024-07-04T18:42:53.818Z | Compiling slog-json v2.6.1 |
630 | 2024-07-04T18:42:54.136Z | Compiling cargo-platform v0.1.8 |
631 | 2024-07-04T18:42:54.659Z | Compiling digest v0.10.7 |
632 | 2024-07-04T18:42:54.774Z | Compiling toml v0.8.13 |
633 | 2024-07-04T18:42:55.019Z | Compiling crossbeam-channel v0.5.12 |
634 | 2024-07-04T18:42:55.043Z | Compiling usdt-macro v0.5.0 |
635 | 2024-07-04T18:42:55.550Z | Compiling usdt-attr-macro v0.5.0 |
636 | 2024-07-04T18:42:55.682Z | Compiling url v2.5.0 |
637 | 2024-07-04T18:42:55.855Z | Compiling term v0.7.0 |
638 | 2024-07-04T18:42:56.126Z | Compiling xattr v1.3.1 |
639 | 2024-07-04T18:42:56.216Z | Compiling memmap v0.7.0 |
640 | 2024-07-04T18:42:56.261Z | Compiling is-terminal v0.4.12 |
641 | 2024-07-04T18:42:56.367Z | Compiling filetime v0.2.23 |
642 | 2024-07-04T18:42:56.391Z | Compiling encoding_rs v0.8.34 |
643 | 2024-07-04T18:42:56.535Z | Compiling take_mut v0.2.2 |
644 | 2024-07-04T18:42:56.678Z | Compiling mime v0.3.17 |
645 | 2024-07-04T18:42:56.702Z | Compiling cpufeatures v0.2.12 |
646 | 2024-07-04T18:42:56.771Z | Compiling hyper-tls v0.5.0 |
647 | 2024-07-04T18:42:56.812Z | Compiling ipnet v2.9.0 |
648 | 2024-07-04T18:42:57.058Z | Compiling sync_wrapper v0.1.2 |
649 | 2024-07-04T18:42:57.167Z | Compiling sha2 v0.10.8 |
650 | 2024-07-04T18:42:57.192Z | Compiling usdt v0.5.0 |
651 | 2024-07-04T18:42:57.240Z | Compiling tar v0.4.40 |
652 | 2024-07-04T18:42:57.666Z | Compiling slog-term v2.9.1 |
653 | 2024-07-04T18:42:57.900Z | Compiling flate2 v1.0.30 |
654 | 2024-07-04T18:42:58.313Z | Compiling reqwest v0.11.27 |
655 | 2024-07-04T18:42:58.659Z | Compiling cargo_toml v0.20.3 |
656 | 2024-07-04T18:42:58.815Z | Compiling cargo_metadata v0.18.1 |
657 | 2024-07-04T18:42:59.043Z | Compiling slog-bunyan v2.5.0 |
658 | 2024-07-04T18:42:59.177Z | Compiling strum v0.26.2 |
659 | 2024-07-04T18:42:59.220Z | Compiling tabled v0.15.0 |
660 | 2024-07-04T18:42:59.332Z | Compiling macaddr v1.0.1 |
661 | 2024-07-04T18:42:59.356Z | Compiling futures v0.3.30 |
662 | 2024-07-04T18:42:59.463Z | Compiling clap v4.5.4 |
663 | 2024-07-04T18:42:59.637Z | Compiling swrite v0.1.0 |
664 | 2024-07-04T18:43:04.340Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
665 | 2024-07-04T18:43:14.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
666 | 2024-07-04T18:43:14.555Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
667 | 2024-07-04T18:43:14.632Z | Jul 04 18:43:13.633 INFO Starting download, target: Clickhouse |
668 | 2024-07-04T18:43:14.632Z | Jul 04 18:43:13.634 INFO Starting download, target: Cockroach |
669 | 2024-07-04T18:43:14.632Z | Jul 04 18:43:13.634 INFO Starting download, target: Console |
670 | 2024-07-04T18:43:14.632Z | Jul 04 18:43:13.634 INFO Starting download, target: DendriteOpenapi |
671 | 2024-07-04T18:43:14.633Z | Jul 04 18:43:13.634 INFO Starting download, target: MaghemiteMgd |
672 | 2024-07-04T18:43:14.657Z | Jul 04 18:43:13.634 INFO Starting download, target: DendriteStub |
673 | 2024-07-04T18:43:14.657Z | Jul 04 18:43:13.634 INFO Starting download, target: TransceiverControl |
674 | 2024-07-04T18:43:14.657Z | Jul 04 18:43:13.635 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
675 | 2024-07-04T18:43:14.657Z | Jul 04 18:43:13.636 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
676 | 2024-07-04T18:43:14.657Z | Jul 04 18:43:13.636 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
677 | 2024-07-04T18:43:14.657Z | Jul 04 18:43:13.636 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
678 | 2024-07-04T18:43:14.657Z | Jul 04 18:43:13.636 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
679 | 2024-07-04T18:43:14.657Z | Jul 04 18:43:13.636 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
680 | 2024-07-04T18:43:14.657Z | Jul 04 18:43:13.637 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
681 | 2024-07-04T18:43:15.025Z | Jul 04 18:43:14.025 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
682 | 2024-07-04T18:43:15.212Z | Jul 04 18:43:14.199 INFO Download complete, target: DendriteOpenapi |
683 | 2024-07-04T18:43:15.406Z | Jul 04 18:43:14.377 INFO Download complete, target: Console |
684 | 2024-07-04T18:43:15.685Z | Jul 04 18:43:14.676 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
685 | 2024-07-04T18:43:16.400Z | Jul 04 18:43:15.402 INFO Download complete, target: TransceiverControl |
686 | 2024-07-04T18:43:17.372Z | Jul 04 18:43:16.374 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
687 | 2024-07-04T18:43:18.962Z | Jul 04 18:43:17.964 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
688 | 2024-07-04T18:43:20.546Z | Jul 04 18:43:19.548 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
689 | 2024-07-04T18:43:20.546Z | Jul 04 18:43:19.548 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
690 | 2024-07-04T18:43:20.590Z | Jul 04 18:43:19.592 INFO Download complete, target: DendriteStub |
691 | 2024-07-04T18:43:22.336Z | Jul 04 18:43:21.338 INFO Download complete, target: MaghemiteMgd |
692 | 2024-07-04T18:43:30.731Z | Jul 04 18:43:29.734 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
693 | 2024-07-04T18:43:31.096Z | Jul 04 18:43:30.098 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
694 | 2024-07-04T18:43:31.544Z | Jul 04 18:43:30.546 INFO Checking that binary works, target: Cockroach |
695 | 2024-07-04T18:43:31.751Z | Jul 04 18:43:30.753 INFO Download complete, target: Cockroach |
696 | 2024-07-04T18:43:47.487Z | Jul 04 18:43:46.489 INFO Checking that binary works, target: Clickhouse |
697 | 2024-07-04T18:43:47.647Z | Jul 04 18:43:46.649 INFO Download complete, target: Clickhouse |
698 | 2024-07-04T18:43:47.673Z | All builder prerequisites installed successfully, and PATH looks valid |
699 | 2024-07-04T18:43:47.697Z | |
700 | 2024-07-04T18:43:47.697Z | real 2:48.502574263 |
701 | 2024-07-04T18:43:47.697Z | user 5:12.907278126 |
702 | 2024-07-04T18:43:47.697Z | sys 1:19.574393635 |
703 | 2024-07-04T18:43:47.698Z | trap 0.160328268 |
704 | 2024-07-04T18:43:47.698Z | tflt 0.092411875 |
705 | 2024-07-04T18:43:47.698Z | dflt 0.732564979 |
706 | 2024-07-04T18:43:47.698Z | kflt 0.006541343 |
707 | 2024-07-04T18:43:47.698Z | lock 15:57.733476770 |
708 | 2024-07-04T18:43:47.698Z | slp 14:41.666406091 |
709 | 2024-07-04T18:43:47.698Z | lat 23.556251724 |
710 | 2024-07-04T18:43:47.698Z | stop 1:03.444988325 |
711 | 2024-07-04T18:43:47.698Z | + banner clippy |
712 | 2024-07-04T18:43:47.698Z | |
713 | 2024-07-04T18:43:47.698Z | #### # # ##### ##### # # |
714 | 2024-07-04T18:43:47.698Z | # # # # # # # # # # |
715 | 2024-07-04T18:43:47.698Z | # # # # # # # # |
716 | 2024-07-04T18:43:47.698Z | # # # ##### ##### # |
717 | 2024-07-04T18:43:47.698Z | # # # # # # # |
718 | 2024-07-04T18:43:47.698Z | #### ###### # # # # |
719 | 2024-07-04T18:43:47.698Z | |
720 | 2024-07-04T18:43:47.698Z | + export CARGO_INCREMENTAL=0 |
721 | 2024-07-04T18:43:47.698Z | + CARGO_INCREMENTAL=0 |
722 | 2024-07-04T18:43:47.698Z | + ptime -m cargo xtask clippy |
723 | 2024-07-04T18:43:48.401Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
724 | 2024-07-04T18:43:57.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.17s |
725 | 2024-07-04T18:43:57.970Z | Running `target/debug/xtask clippy` |
726 | 2024-07-04T18:43:58.004Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
727 | 2024-07-04T18:43:58.810Z | Downloading crates ... |
728 | 2024-07-04T18:43:58.984Z | Downloaded assert_matches v1.5.0 |
729 | 2024-07-04T18:43:59.009Z | Downloaded async-stream-impl v0.3.5 |
730 | 2024-07-04T18:43:59.009Z | Downloaded cstr-argument v0.1.2 |
731 | 2024-07-04T18:43:59.009Z | Downloaded chacha20 v0.9.1 |
732 | 2024-07-04T18:43:59.009Z | Downloaded convert_case v0.4.0 |
733 | 2024-07-04T18:43:59.010Z | Downloaded cobs v0.2.3 |
734 | 2024-07-04T18:43:59.035Z | Downloaded cipher v0.4.4 |
735 | 2024-07-04T18:43:59.035Z | Downloaded const_format_proc_macros v0.2.32 |
736 | 2024-07-04T18:43:59.035Z | Downloaded crc-any v2.5.0 |
737 | 2024-07-04T18:43:59.035Z | Downloaded secrecy v0.8.0 |
738 | 2024-07-04T18:43:59.060Z | Downloaded serde_arrays v0.1.0 |
739 | 2024-07-04T18:43:59.060Z | Downloaded tokio-rustls v0.25.0 |
740 | 2024-07-04T18:43:59.060Z | Downloaded zeroize_derive v1.4.2 |
741 | 2024-07-04T18:43:59.060Z | Downloaded doc-comment v0.3.3 |
742 | 2024-07-04T18:43:59.085Z | Downloaded dyn-clone v1.0.17 |
743 | 2024-07-04T18:43:59.085Z | Downloaded either v1.12.0 |
744 | 2024-07-04T18:43:59.085Z | Downloaded rpassword v7.3.1 |
745 | 2024-07-04T18:43:59.085Z | Downloaded russh-cryptovec v0.7.2 |
746 | 2024-07-04T18:43:59.085Z | Downloaded tower-layer v0.3.2 |
747 | 2024-07-04T18:43:59.112Z | Downloaded rustc_version v0.1.7 |
748 | 2024-07-04T18:43:59.112Z | Downloaded thiserror-no-std v2.0.2 |
749 | 2024-07-04T18:43:59.112Z | Downloaded rand_core v0.6.4 |
750 | 2024-07-04T18:43:59.112Z | Downloaded highway v1.1.0 |
751 | 2024-07-04T18:43:59.137Z | Downloaded dhcproto-macros v0.1.0 |
752 | 2024-07-04T18:43:59.161Z | Downloaded primeorder v0.13.6 |
753 | 2024-07-04T18:43:59.162Z | Downloaded pretty-hex v0.2.1 |
754 | 2024-07-04T18:43:59.162Z | Downloaded pkcs8 v0.10.2 |
755 | 2024-07-04T18:43:59.162Z | Downloaded radium v0.7.0 |
756 | 2024-07-04T18:43:59.187Z | Downloaded foreign-types v0.5.0 |
757 | 2024-07-04T18:43:59.187Z | Downloaded fxhash v0.2.1 |
758 | 2024-07-04T18:43:59.187Z | Downloaded guppy-workspace-hack v0.1.0 |
759 | 2024-07-04T18:43:59.187Z | Downloaded hash32 v0.3.1 |
760 | 2024-07-04T18:43:59.187Z | Downloaded ref-cast-impl v1.0.23 |
761 | 2024-07-04T18:43:59.187Z | Downloaded group v0.13.0 |
762 | 2024-07-04T18:43:59.187Z | Downloaded spki v0.7.3 |
763 | 2024-07-04T18:43:59.187Z | Downloaded zone_cfg_derive v0.1.2 |
764 | 2024-07-04T18:43:59.214Z | Downloaded darling_macro v0.20.9 |
765 | 2024-07-04T18:43:59.214Z | Downloaded vte_generate_state_changes v0.1.1 |
766 | 2024-07-04T18:43:59.214Z | Downloaded spin v0.9.8 |
767 | 2024-07-04T18:43:59.214Z | Downloaded getopts v0.2.21 |
768 | 2024-07-04T18:43:59.214Z | Downloaded defmt-parser v0.3.4 |
769 | 2024-07-04T18:43:59.214Z | Downloaded defmt v0.3.8 |
770 | 2024-07-04T18:43:59.214Z | Downloaded walkdir v2.5.0 |
771 | 2024-07-04T18:43:59.239Z | Downloaded defmt-macros v0.3.9 |
772 | 2024-07-04T18:43:59.239Z | Downloaded snafu v0.8.2 |
773 | 2024-07-04T18:43:59.239Z | Downloaded hashbrown v0.13.2 |
774 | 2024-07-04T18:43:59.265Z | Downloaded darling_core v0.20.9 |
775 | 2024-07-04T18:43:59.265Z | Downloaded steno v0.4.1 |
776 | 2024-07-04T18:43:59.265Z | Downloaded smoltcp v0.9.1 |
777 | 2024-07-04T18:43:59.290Z | Downloaded der v0.7.9 |
778 | 2024-07-04T18:43:59.316Z | Downloaded rustyline v14.0.0 |
779 | 2024-07-04T18:43:59.316Z | Downloaded sqlparser v0.45.0 |
780 | 2024-07-04T18:43:59.316Z | Downloaded rustls-webpki v0.102.4 |
781 | 2024-07-04T18:43:59.340Z | Downloaded openapiv3 v2.0.0 |
782 | 2024-07-04T18:43:59.365Z | Downloaded object v0.32.2 |
783 | 2024-07-04T18:43:59.389Z | Downloaded petgraph v0.6.5 |
784 | 2024-07-04T18:43:59.389Z | Downloaded nix v0.28.0 |
785 | 2024-07-04T18:43:59.413Z | Downloaded radix_trie v0.2.1 |
786 | 2024-07-04T18:43:59.413Z | Downloaded rustls v0.21.12 |
787 | 2024-07-04T18:43:59.438Z | Downloaded object v0.30.4 |
788 | 2024-07-04T18:43:59.438Z | Downloaded nix v0.27.1 |
789 | 2024-07-04T18:43:59.462Z | Downloaded idna v0.3.0 |
790 | 2024-07-04T18:43:59.462Z | Downloaded idna v0.2.3 |
791 | 2024-07-04T18:43:59.487Z | Downloaded rustls-webpki v0.101.7 |
792 | 2024-07-04T18:43:59.487Z | Downloaded regex-automata v0.4.6 |
793 | 2024-07-04T18:43:59.512Z | Downloaded sha3 v0.10.8 |
794 | 2024-07-04T18:43:59.512Z | Downloaded lalrpop v0.19.12 |
795 | 2024-07-04T18:43:59.536Z | Downloaded csv v1.3.0 |
796 | 2024-07-04T18:43:59.560Z | Downloaded regex-syntax v0.6.29 |
797 | 2024-07-04T18:43:59.560Z | Downloaded quick-xml v0.31.0 |
798 | 2024-07-04T18:43:59.584Z | Downloaded ring v0.17.8 |
799 | 2024-07-04T18:43:59.652Z | Downloaded proptest v1.4.0 |
800 | 2024-07-04T18:43:59.678Z | Downloaded finl_unicode v1.2.0 |
801 | 2024-07-04T18:43:59.703Z | Downloaded rayon v1.10.0 |
802 | 2024-07-04T18:43:59.703Z | Downloaded webpki-roots v0.25.4 |
803 | 2024-07-04T18:43:59.703Z | Downloaded ring v0.16.20 |
804 | 2024-07-04T18:43:59.796Z | Downloaded smoltcp v0.11.0 |
805 | 2024-07-04T18:43:59.821Z | Downloaded rustls v0.22.4 |
806 | 2024-07-04T18:43:59.845Z | Downloaded regress v0.9.1 |
807 | 2024-07-04T18:43:59.845Z | Downloaded regex-syntax v0.8.3 |
808 | 2024-07-04T18:43:59.869Z | Downloaded rand v0.7.3 |
809 | 2024-07-04T18:43:59.869Z | Downloaded salty v0.2.0 |
810 | 2024-07-04T18:43:59.869Z | Downloaded regex v1.10.4 |
811 | 2024-07-04T18:43:59.894Z | Downloaded gimli v0.28.1 |
812 | 2024-07-04T18:43:59.894Z | Downloaded rand v0.8.5 |
813 | 2024-07-04T18:43:59.894Z | Downloaded ratatui v0.26.2 |
814 | 2024-07-04T18:43:59.918Z | Downloaded zerocopy-derive v0.6.6 |
815 | 2024-07-04T18:43:59.943Z | Downloaded num-bigint-dig v0.8.4 |
816 | 2024-07-04T18:43:59.943Z | Downloaded itertools v0.12.1 |
817 | 2024-07-04T18:43:59.943Z | Downloaded regex-automata v0.1.10 |
818 | 2024-07-04T18:43:59.967Z | Downloaded guppy v0.17.5 |
819 | 2024-07-04T18:43:59.967Z | Downloaded publicsuffix v2.2.3 |
820 | 2024-07-04T18:43:59.967Z | Downloaded diesel v2.1.6 |
821 | 2024-07-04T18:43:59.991Z | Downloaded p521 v0.13.3 |
822 | 2024-07-04T18:43:59.991Z | Downloaded nom v7.1.3 |
823 | 2024-07-04T18:43:59.991Z | Downloaded libxml v0.3.3 |
824 | 2024-07-04T18:44:00.016Z | Downloaded libm v0.2.8 |
825 | 2024-07-04T18:44:00.016Z | Downloaded itertools v0.10.5 |
826 | 2024-07-04T18:44:00.016Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
827 | 2024-07-04T18:44:00.040Z | Downloaded x509-cert v0.2.5 |
828 | 2024-07-04T18:44:00.041Z | Downloaded winnow v0.5.40 |
829 | 2024-07-04T18:44:00.065Z | Downloaded reedline v0.31.0 |
830 | 2024-07-04T18:44:00.065Z | Downloaded polar-core v0.27.3 |
831 | 2024-07-04T18:44:00.090Z | Downloaded rayon-core v1.12.1 |
832 | 2024-07-04T18:44:00.090Z | Downloaded typed-path v0.7.1 |
833 | 2024-07-04T18:44:00.090Z | Downloaded sled v0.34.7 |
834 | 2024-07-04T18:44:00.114Z | Downloaded num-bigint v0.4.5 |
835 | 2024-07-04T18:44:00.114Z | Downloaded hashbrown v0.12.3 |
836 | 2024-07-04T18:44:00.115Z | Downloaded schemars v0.8.21 |
837 | 2024-07-04T18:44:00.139Z | Downloaded samael v0.0.15 |
838 | 2024-07-04T18:44:00.139Z | Downloaded rustls-pki-types v1.7.0 |
839 | 2024-07-04T18:44:00.139Z | Downloaded rustls-pemfile v2.1.2 |
840 | 2024-07-04T18:44:00.139Z | Downloaded rustls-native-certs v0.7.0 |
841 | 2024-07-04T18:44:00.139Z | Downloaded flume v0.11.0 |
842 | 2024-07-04T18:44:00.139Z | Downloaded expectorate v1.1.0 |
843 | 2024-07-04T18:44:00.139Z | Downloaded debug-ignore v1.0.5 |
844 | 2024-07-04T18:44:00.139Z | Downloaded datatest-stable v0.2.9 |
845 | 2024-07-04T18:44:00.164Z | Downloaded data-encoding v2.6.0 |
846 | 2024-07-04T18:44:00.164Z | Downloaded zone v0.1.8 |
847 | 2024-07-04T18:44:00.164Z | Downloaded whoami v1.5.1 |
848 | 2024-07-04T18:44:00.164Z | Downloaded wait-timeout v0.2.0 |
849 | 2024-07-04T18:44:00.164Z | Downloaded structmeta-derive v0.3.0 |
850 | 2024-07-04T18:44:00.164Z | Downloaded structmeta-derive v0.2.0 |
851 | 2024-07-04T18:44:00.164Z | Downloaded structmeta v0.3.0 |
852 | 2024-07-04T18:44:00.164Z | Downloaded structmeta v0.2.0 |
853 | 2024-07-04T18:44:00.164Z | Downloaded strip-ansi-escapes v0.2.0 |
854 | 2024-07-04T18:44:00.164Z | Downloaded stringprep v0.1.4 |
855 | 2024-07-04T18:44:00.164Z | Downloaded string_cache v0.8.7 |
856 | 2024-07-04T18:44:00.164Z | Downloaded static_assertions v1.1.0 |
857 | 2024-07-04T18:44:00.164Z | Downloaded stable_deref_trait v1.2.0 |
858 | 2024-07-04T18:44:00.164Z | Downloaded rusty-fork v0.3.0 |
859 | 2024-07-04T18:44:00.164Z | Downloaded getrandom v0.1.16 |
860 | 2024-07-04T18:44:00.164Z | Downloaded plotters v0.3.5 |
861 | 2024-07-04T18:44:00.189Z | Downloaded signal-hook v0.3.17 |
862 | 2024-07-04T18:44:00.189Z | Downloaded tungstenite v0.21.0 |
863 | 2024-07-04T18:44:00.189Z | Downloaded tungstenite v0.20.1 |
864 | 2024-07-04T18:44:00.189Z | Downloaded trust-dns-proto v0.22.0 |
865 | 2024-07-04T18:44:00.213Z | Downloaded minimal-lexical v0.2.1 |
866 | 2024-07-04T18:44:00.213Z | Downloaded sqlformat v0.2.3 |
867 | 2024-07-04T18:44:00.213Z | Downloaded socket2 v0.4.10 |
868 | 2024-07-04T18:44:00.214Z | Downloaded rcgen v0.12.1 |
869 | 2024-07-04T18:44:00.214Z | Downloaded wyz v0.5.1 |
870 | 2024-07-04T18:44:00.214Z | Downloaded which v4.4.2 |
871 | 2024-07-04T18:44:00.214Z | Downloaded snafu-derive v0.8.2 |
872 | 2024-07-04T18:44:00.214Z | Downloaded sec1 v0.7.3 |
873 | 2024-07-04T18:44:00.238Z | Downloaded sct v0.7.1 |
874 | 2024-07-04T18:44:00.238Z | Downloaded quick-error v1.2.3 |
875 | 2024-07-04T18:44:00.238Z | Downloaded stability v0.2.0 |
876 | 2024-07-04T18:44:00.238Z | Downloaded sqlparser_derive v0.2.2 |
877 | 2024-07-04T18:44:00.238Z | Downloaded semver v0.1.20 |
878 | 2024-07-04T18:44:00.238Z | Downloaded scheduled-thread-pool v0.2.7 |
879 | 2024-07-04T18:44:00.238Z | Downloaded half v2.4.1 |
880 | 2024-07-04T18:44:00.238Z | Downloaded env_logger v0.10.2 |
881 | 2024-07-04T18:44:00.238Z | Downloaded hmac v0.12.1 |
882 | 2024-07-04T18:44:00.238Z | Downloaded waitgroup v0.1.2 |
883 | 2024-07-04T18:44:00.238Z | Downloaded same-file v1.0.6 |
884 | 2024-07-04T18:44:00.238Z | Downloaded ref-cast v1.0.23 |
885 | 2024-07-04T18:44:00.238Z | Downloaded hash32 v0.2.1 |
886 | 2024-07-04T18:44:00.263Z | Downloaded globset v0.4.14 |
887 | 2024-07-04T18:44:00.263Z | Downloaded getrandom v0.2.14 |
888 | 2024-07-04T18:44:00.263Z | Downloaded gethostname v0.4.3 |
889 | 2024-07-04T18:44:00.263Z | Downloaded r2d2 v0.8.10 |
890 | 2024-07-04T18:44:00.263Z | Downloaded vte v0.11.1 |
891 | 2024-07-04T18:44:00.263Z | Downloaded vsss-rs v3.3.4 |
892 | 2024-07-04T18:44:00.263Z | Downloaded uzers v0.11.3 |
893 | 2024-07-04T18:44:00.263Z | Downloaded spin v0.5.2 |
894 | 2024-07-04T18:44:00.263Z | Downloaded schemars_derive v0.8.21 |
895 | 2024-07-04T18:44:00.263Z | Downloaded env_logger v0.9.3 |
896 | 2024-07-04T18:44:00.263Z | Downloaded tempfile v3.10.1 |
897 | 2024-07-04T18:44:00.263Z | Downloaded glob v0.3.1 |
898 | 2024-07-04T18:44:00.288Z | Downloaded ghash v0.5.1 |
899 | 2024-07-04T18:44:00.288Z | Downloaded der_derive v0.7.2 |
900 | 2024-07-04T18:44:00.288Z | Downloaded futures-timer v3.0.3 |
901 | 2024-07-04T18:44:00.288Z | Downloaded erased-serde v0.3.31 |
902 | 2024-07-04T18:44:00.288Z | Downloaded proc-macro-crate v1.3.1 |
903 | 2024-07-04T18:44:00.288Z | Downloaded p256 v0.13.2 |
904 | 2024-07-04T18:44:00.288Z | Downloaded funty v2.0.0 |
905 | 2024-07-04T18:44:00.288Z | Downloaded fragile v2.0.0 |
906 | 2024-07-04T18:44:00.288Z | Downloaded foreign-types-macros v0.2.3 |
907 | 2024-07-04T18:44:00.288Z | Downloaded enum-as-inner v0.5.1 |
908 | 2024-07-04T18:44:00.288Z | Downloaded hkdf v0.12.4 |
909 | 2024-07-04T18:44:00.288Z | Downloaded nu-ansi-term v0.50.0 |
910 | 2024-07-04T18:44:00.288Z | Downloaded indicatif v0.17.8 |
911 | 2024-07-04T18:44:00.312Z | Downloaded foreign-types-shared v0.3.1 |
912 | 2024-07-04T18:44:00.312Z | Downloaded fallible-iterator v0.2.0 |
913 | 2024-07-04T18:44:00.312Z | Downloaded escape8259 v0.5.2 |
914 | 2024-07-04T18:44:00.312Z | Downloaded omicron-zone-package v0.11.0 |
915 | 2024-07-04T18:44:00.312Z | Downloaded pretty_assertions v1.4.0 |
916 | 2024-07-04T18:44:00.312Z | Downloaded smf v0.2.3 |
917 | 2024-07-04T18:44:00.312Z | Downloaded smawk v0.3.2 |
918 | 2024-07-04T18:44:00.312Z | Downloaded float-cmp v0.9.0 |
919 | 2024-07-04T18:44:00.313Z | Downloaded flagset v0.4.5 |
920 | 2024-07-04T18:44:00.313Z | Downloaded parking_lot v0.11.2 |
921 | 2024-07-04T18:44:00.313Z | Downloaded bstr v1.9.1 |
922 | 2024-07-04T18:44:00.337Z | Downloaded psl-types v2.0.11 |
923 | 2024-07-04T18:44:00.337Z | Downloaded prettyplease v0.2.20 |
924 | 2024-07-04T18:44:00.337Z | Downloaded pin-project v1.1.5 |
925 | 2024-07-04T18:44:00.361Z | Downloaded predicates-core v1.0.6 |
926 | 2024-07-04T18:44:00.361Z | Downloaded predicates v3.1.0 |
927 | 2024-07-04T18:44:00.361Z | Downloaded ppv-lite86 v0.2.17 |
928 | 2024-07-04T18:44:00.361Z | Downloaded portable-atomic v1.6.0 |
929 | 2024-07-04T18:44:00.361Z | Downloaded pem-rfc7468 v0.7.0 |
930 | 2024-07-04T18:44:00.361Z | Downloaded mockall_derive v0.12.1 |
931 | 2024-07-04T18:44:00.361Z | Downloaded pkcs1 v0.7.5 |
932 | 2024-07-04T18:44:00.361Z | Downloaded pin-project-internal v1.1.5 |
933 | 2024-07-04T18:44:00.361Z | Downloaded diesel_table_macro_syntax v0.1.0 |
934 | 2024-07-04T18:44:00.362Z | Downloaded unicode-linebreak v0.1.5 |
935 | 2024-07-04T18:44:00.362Z | Downloaded unicase v2.7.0 |
936 | 2024-07-04T18:44:00.387Z | Downloaded termios v0.3.3 |
937 | 2024-07-04T18:44:00.387Z | Downloaded phf v0.11.2 |
938 | 2024-07-04T18:44:00.387Z | Downloaded home v0.5.9 |
939 | 2024-07-04T18:44:00.387Z | Downloaded unarray v0.1.4 |
940 | 2024-07-04T18:44:00.387Z | Downloaded parking_lot_core v0.8.6 |
941 | 2024-07-04T18:44:00.387Z | Downloaded owo-colors v4.0.0 |
942 | 2024-07-04T18:44:00.387Z | Downloaded oso v0.27.3 |
943 | 2024-07-04T18:44:00.387Z | Downloaded num-traits v0.2.19 |
944 | 2024-07-04T18:44:00.387Z | Downloaded num-rational v0.4.2 |
945 | 2024-07-04T18:44:00.387Z | Downloaded num-complex v0.4.6 |
946 | 2024-07-04T18:44:00.387Z | Downloaded predicates-tree v1.0.9 |
947 | 2024-07-04T18:44:00.387Z | Downloaded diesel_derives v2.1.4 |
948 | 2024-07-04T18:44:00.411Z | Downloaded dhcproto v0.11.0 |
949 | 2024-07-04T18:44:00.411Z | Downloaded derive_more v0.99.17 |
950 | 2024-07-04T18:44:00.411Z | Downloaded derive_builder v0.20.0 |
951 | 2024-07-04T18:44:00.412Z | Downloaded derive-where v1.2.7 |
952 | 2024-07-04T18:44:00.412Z | Downloaded uuid v1.8.0 |
953 | 2024-07-04T18:44:00.412Z | Downloaded unicode-segmentation v1.11.0 |
954 | 2024-07-04T18:44:00.436Z | Downloaded postgres-types v0.2.6 |
955 | 2024-07-04T18:44:00.436Z | Downloaded fancy-regex v0.13.0 |
956 | 2024-07-04T18:44:00.436Z | Downloaded shlex v1.3.0 |
957 | 2024-07-04T18:44:00.436Z | Downloaded serde_yaml v0.9.34+deprecated |
958 | 2024-07-04T18:44:00.436Z | Downloaded rand_distr v0.4.3 |
959 | 2024-07-04T18:44:00.436Z | Downloaded tower v0.4.13 |
960 | 2024-07-04T18:44:00.460Z | Downloaded tough v0.17.1 |
961 | 2024-07-04T18:44:00.460Z | Downloaded toml_edit v0.19.15 |
962 | 2024-07-04T18:44:00.485Z | Downloaded russh v0.43.0 |
963 | 2024-07-04T18:44:00.485Z | Downloaded rsa v0.9.6 |
964 | 2024-07-04T18:44:00.485Z | Downloaded password-hash v0.4.2 |
965 | 2024-07-04T18:44:00.485Z | Downloaded partial-io v0.5.4 |
966 | 2024-07-04T18:44:00.485Z | Downloaded num_enum_derive v0.5.11 |
967 | 2024-07-04T18:44:00.485Z | Downloaded nanorand v0.7.0 |
968 | 2024-07-04T18:44:00.510Z | Downloaded multer v3.1.0 |
969 | 2024-07-04T18:44:00.510Z | Downloaded mime_guess v2.0.4 |
970 | 2024-07-04T18:44:00.510Z | Downloaded memmap2 v0.9.4 |
971 | 2024-07-04T18:44:00.510Z | Downloaded lru-cache v0.1.2 |
972 | 2024-07-04T18:44:00.510Z | Downloaded phf_shared v0.11.2 |
973 | 2024-07-04T18:44:00.510Z | Downloaded phf_shared v0.10.0 |
974 | 2024-07-04T18:44:00.510Z | Downloaded derive_builder_core v0.20.0 |
975 | 2024-07-04T18:44:00.510Z | Downloaded precomputed-hash v0.1.1 |
976 | 2024-07-04T18:44:00.510Z | Downloaded portpicker v0.1.1 |
977 | 2024-07-04T18:44:00.510Z | Downloaded fixedbitset v0.4.2 |
978 | 2024-07-04T18:44:00.510Z | Downloaded termtree v0.4.1 |
979 | 2024-07-04T18:44:00.510Z | Downloaded shell-words v1.1.0 |
980 | 2024-07-04T18:44:00.510Z | Downloaded sha1 v0.10.6 |
981 | 2024-07-04T18:44:00.510Z | Downloaded heck v0.3.3 |
982 | 2024-07-04T18:44:00.510Z | Downloaded heapless v0.8.0 |
983 | 2024-07-04T18:44:00.534Z | Downloaded heapless v0.7.17 |
984 | 2024-07-04T18:44:00.534Z | Downloaded trust-dns-server v0.22.1 |
985 | 2024-07-04T18:44:00.534Z | Downloaded trust-dns-resolver v0.22.0 |
986 | 2024-07-04T18:44:00.534Z | Downloaded trust-dns-client v0.22.0 |
987 | 2024-07-04T18:44:00.534Z | Downloaded rustfmt-wrapper v0.2.1 |
988 | 2024-07-04T18:44:00.534Z | Downloaded rustc_version v0.4.0 |
989 | 2024-07-04T18:44:00.534Z | Downloaded pem v3.0.4 |
990 | 2024-07-04T18:44:00.558Z | Downloaded hyper v1.3.1 |
991 | 2024-07-04T18:44:00.559Z | Downloaded pbkdf2 v0.11.0 |
992 | 2024-07-04T18:44:00.559Z | Downloaded paste v1.0.15 |
993 | 2024-07-04T18:44:00.559Z | Downloaded password-hash v0.5.0 |
994 | 2024-07-04T18:44:00.559Z | Downloaded parse-display v0.9.0 |
995 | 2024-07-04T18:44:00.559Z | Downloaded packed_struct_codegen v0.10.1 |
996 | 2024-07-04T18:44:00.559Z | Downloaded packed_struct v0.10.1 |
997 | 2024-07-04T18:44:00.559Z | Downloaded num-integer v0.1.46 |
998 | 2024-07-04T18:44:00.559Z | Downloaded nibble_vec v0.1.0 |
999 | 2024-07-04T18:44:00.559Z | Downloaded md-5 v0.10.6 |
1000 | 2024-07-04T18:44:00.583Z | Downloaded libtest-mimic v0.7.3 |
1001 | 2024-07-04T18:44:00.583Z | Downloaded indexmap v1.9.3 |
1002 | 2024-07-04T18:44:00.583Z | Downloaded bstr v0.2.17 |
1003 | 2024-07-04T18:44:00.583Z | Downloaded derive_builder_macro v0.20.0 |
1004 | 2024-07-04T18:44:00.583Z | Downloaded utf-8 v0.7.6 |
1005 | 2024-07-04T18:44:00.583Z | Downloaded untrusted v0.9.0 |
1006 | 2024-07-04T18:44:00.583Z | Downloaded serde_derive_internals v0.29.1 |
1007 | 2024-07-04T18:44:00.608Z | Downloaded serde-hex v0.1.0 |
1008 | 2024-07-04T18:44:00.608Z | Downloaded serde-big-array v0.5.1 |
1009 | 2024-07-04T18:44:00.608Z | Downloaded serde-big-array v0.4.1 |
1010 | 2024-07-04T18:44:00.608Z | Downloaded postgres-protocol v0.6.6 |
1011 | 2024-07-04T18:44:00.608Z | Downloaded postcard v1.0.8 |
1012 | 2024-07-04T18:44:00.608Z | Downloaded polyval v0.6.2 |
1013 | 2024-07-04T18:44:00.608Z | Downloaded poly1305 v0.8.0 |
1014 | 2024-07-04T18:44:00.608Z | Downloaded plotters-svg v0.3.5 |
1015 | 2024-07-04T18:44:00.608Z | Downloaded plotters-backend v0.3.5 |
1016 | 2024-07-04T18:44:00.608Z | Downloaded float-ord v0.3.2 |
1017 | 2024-07-04T18:44:00.608Z | Downloaded ff v0.13.0 |
1018 | 2024-07-04T18:44:00.608Z | Downloaded fd-lock v4.0.2 |
1019 | 2024-07-04T18:44:00.608Z | Downloaded fatfs v0.3.6 |
1020 | 2024-07-04T18:44:00.632Z | Downloaded fastrand v2.1.0 |
1021 | 2024-07-04T18:44:00.632Z | Downloaded termcolor v1.4.1 |
1022 | 2024-07-04T18:44:00.633Z | Downloaded target-spec v3.1.0 |
1023 | 2024-07-04T18:44:00.633Z | Downloaded target-lexicon v0.12.14 |
1024 | 2024-07-04T18:44:00.633Z | Downloaded tap v1.0.1 |
1025 | 2024-07-04T18:44:00.633Z | Downloaded tabwriter v1.4.0 |
1026 | 2024-07-04T18:44:00.633Z | Downloaded supports-color v3.0.0 |
1027 | 2024-07-04T18:44:00.633Z | Downloaded subtle v2.5.0 |
1028 | 2024-07-04T18:44:00.633Z | Downloaded subprocess v0.2.9 |
1029 | 2024-07-04T18:44:00.633Z | Downloaded strum_macros v0.25.3 |
1030 | 2024-07-04T18:44:00.633Z | Downloaded strum_macros v0.24.3 |
1031 | 2024-07-04T18:44:00.633Z | Downloaded serde_repr v0.1.19 |
1032 | 2024-07-04T18:44:00.633Z | Downloaded serde_plain v1.0.2 |
1033 | 2024-07-04T18:44:00.633Z | Downloaded serde_path_to_error v0.1.16 |
1034 | 2024-07-04T18:44:00.633Z | Downloaded rand_xorshift v0.3.0 |
1035 | 2024-07-04T18:44:00.657Z | Downloaded rand_seeder v0.2.3 |
1036 | 2024-07-04T18:44:00.657Z | Downloaded rand_core v0.5.1 |
1037 | 2024-07-04T18:44:00.657Z | Downloaded rand_chacha v0.2.2 |
1038 | 2024-07-04T18:44:00.657Z | Downloaded hex-literal v0.4.1 |
1039 | 2024-07-04T18:44:00.657Z | Downloaded headers v0.3.9 |
1040 | 2024-07-04T18:44:00.657Z | Downloaded trybuild v1.0.96 |
1041 | 2024-07-04T18:44:00.657Z | Downloaded tracing-attributes v0.1.27 |
1042 | 2024-07-04T18:44:00.657Z | Downloaded toml v0.5.11 |
1043 | 2024-07-04T18:44:00.657Z | Downloaded rstest_macros v0.19.0 |
1044 | 2024-07-04T18:44:00.682Z | Downloaded http v1.1.0 |
1045 | 2024-07-04T18:44:00.682Z | Downloaded endian-type v0.1.2 |
1046 | 2024-07-04T18:44:00.682Z | Downloaded num_enum v0.5.11 |
1047 | 2024-07-04T18:44:00.682Z | Downloaded newtype-uuid v1.1.0 |
1048 | 2024-07-04T18:44:00.682Z | Downloaded mockall v0.12.1 |
1049 | 2024-07-04T18:44:00.682Z | Downloaded managed v0.8.0 |
1050 | 2024-07-04T18:44:00.682Z | Downloaded linked-hash-map v0.5.6 |
1051 | 2024-07-04T18:44:00.682Z | Downloaded libloading v0.8.3 |
1052 | 2024-07-04T18:44:00.682Z | Downloaded curve25519-dalek v4.1.3 |
1053 | 2024-07-04T18:44:00.706Z | Downloaded hex v0.4.3 |
1054 | 2024-07-04T18:44:00.706Z | Downloaded tui-tree-widget v0.19.0 |
1055 | 2024-07-04T18:44:00.706Z | Downloaded topological-sort v0.2.2 |
1056 | 2024-07-04T18:44:00.706Z | Downloaded toml v0.7.8 |
1057 | 2024-07-04T18:44:00.706Z | Downloaded tokio-tungstenite v0.20.1 |
1058 | 2024-07-04T18:44:00.706Z | Downloaded threadpool v1.8.1 |
1059 | 2024-07-04T18:44:00.706Z | Downloaded textwrap v0.16.1 |
1060 | 2024-07-04T18:44:00.706Z | Downloaded test-strategy v0.3.1 |
1061 | 2024-07-04T18:44:00.706Z | Downloaded rustc-demangle v0.1.24 |
1062 | 2024-07-04T18:44:00.706Z | Downloaded russh-keys v0.43.0 |
1063 | 2024-07-04T18:44:00.731Z | Downloaded ron v0.7.1 |
1064 | 2024-07-04T18:44:00.731Z | Downloaded oorandom v11.1.3 |
1065 | 2024-07-04T18:44:00.731Z | Downloaded olpc-cjson v0.1.3 |
1066 | 2024-07-04T18:44:00.731Z | Downloaded num-iter v0.1.45 |
1067 | 2024-07-04T18:44:00.731Z | Downloaded num-derive v0.4.2 |
1068 | 2024-07-04T18:44:00.731Z | Downloaded multimap v0.10.0 |
1069 | 2024-07-04T18:44:00.731Z | Downloaded memoffset v0.9.1 |
1070 | 2024-07-04T18:44:00.731Z | Downloaded maybe-uninit v2.0.0 |
1071 | 2024-07-04T18:44:00.731Z | Downloaded keccak v0.1.5 |
1072 | 2024-07-04T18:44:00.731Z | Downloaded inout v0.1.3 |
1073 | 2024-07-04T18:44:00.731Z | Downloaded iana-time-zone v0.1.60 |
1074 | 2024-07-04T18:44:00.731Z | Downloaded darling v0.20.9 |
1075 | 2024-07-04T18:44:00.731Z | Downloaded rand_chacha v0.3.1 |
1076 | 2024-07-04T18:44:00.755Z | Downloaded headers-core v0.2.0 |
1077 | 2024-07-04T18:44:00.755Z | Downloaded tokio-tungstenite v0.21.0 |
1078 | 2024-07-04T18:44:00.755Z | Downloaded tiny-keccak v2.0.2 |
1079 | 2024-07-04T18:44:00.755Z | Downloaded thiserror-impl-no-std v2.0.2 |
1080 | 2024-07-04T18:44:00.755Z | Downloaded rstest v0.19.0 |
1081 | 2024-07-04T18:44:00.756Z | Downloaded ron v0.8.1 |
1082 | 2024-07-04T18:44:00.756Z | Downloaded hyper-util v0.1.3 |
1083 | 2024-07-04T18:44:00.756Z | Downloaded linear-map v1.2.0 |
1084 | 2024-07-04T18:44:00.780Z | Downloaded rustc-hash v1.1.0 |
1085 | 2024-07-04T18:44:00.780Z | Downloaded rust-argon2 v2.1.0 |
1086 | 2024-07-04T18:44:00.780Z | Downloaded ed25519-dalek v2.1.1 |
1087 | 2024-07-04T18:44:00.780Z | Downloaded parse-display-derive v0.9.0 |
1088 | 2024-07-04T18:44:00.780Z | Downloaded lru v0.12.3 |
1089 | 2024-07-04T18:44:00.780Z | Downloaded lazy_static v1.5.0 |
1090 | 2024-07-04T18:44:00.780Z | Downloaded rfc6979 v0.4.0 |
1091 | 2024-07-04T18:44:00.780Z | Downloaded num v0.4.3 |
1092 | 2024-07-04T18:44:00.780Z | Downloaded maplit v1.0.2 |
1093 | 2024-07-04T18:44:00.780Z | Downloaded indoc v2.0.5 |
1094 | 2024-07-04T18:44:00.780Z | Downloaded chrono v0.4.38 |
1095 | 2024-07-04T18:44:00.805Z | Downloaded bindgen v0.69.4 |
1096 | 2024-07-04T18:44:00.805Z | Downloaded toolchain_find v0.4.0 |
1097 | 2024-07-04T18:44:00.805Z | Downloaded rtoolbox v0.0.2 |
1098 | 2024-07-04T18:44:00.805Z | Downloaded resolv-conf v0.7.0 |
1099 | 2024-07-04T18:44:00.805Z | Downloaded relative-path v1.9.3 |
1100 | 2024-07-04T18:44:00.805Z | Downloaded peg-macros v0.8.3 |
1101 | 2024-07-04T18:44:00.805Z | Downloaded hyper-rustls v0.26.0 |
1102 | 2024-07-04T18:44:00.805Z | Downloaded hyper-rustls v0.24.2 |
1103 | 2024-07-04T18:44:00.805Z | Downloaded httptest v0.15.5 |
1104 | 2024-07-04T18:44:00.805Z | Downloaded elliptic-curve v0.13.8 |
1105 | 2024-07-04T18:44:00.829Z | Downloaded pbkdf2 v0.12.2 |
1106 | 2024-07-04T18:44:00.829Z | Downloaded pathdiff v0.2.1 |
1107 | 2024-07-04T18:44:00.829Z | Downloaded libefi-sys v0.1.0 |
1108 | 2024-07-04T18:44:00.829Z | Downloaded ipnetwork v0.20.0 |
1109 | 2024-07-04T18:44:00.829Z | Downloaded peg v0.8.3 |
1110 | 2024-07-04T18:44:00.829Z | Downloaded hyper-staticfile v0.9.5 |
1111 | 2024-07-04T18:44:00.829Z | Downloaded hubpack v0.1.2 |
1112 | 2024-07-04T18:44:00.829Z | Downloaded hostname v0.4.0 |
1113 | 2024-07-04T18:44:00.829Z | Downloaded diff v0.1.13 |
1114 | 2024-07-04T18:44:00.829Z | Downloaded oso-derive v0.27.3 |
1115 | 2024-07-04T18:44:00.829Z | Downloaded option-ext v0.2.0 |
1116 | 2024-07-04T18:44:00.829Z | Downloaded opaque-debug v0.3.1 |
1117 | 2024-07-04T18:44:00.829Z | Downloaded bitvec v1.0.1 |
1118 | 2024-07-04T18:44:00.854Z | Downloaded peg-runtime v0.8.3 |
1119 | 2024-07-04T18:44:00.854Z | Downloaded humantime v2.1.0 |
1120 | 2024-07-04T18:44:00.854Z | Downloaded hubpack_derive v0.1.1 |
1121 | 2024-07-04T18:44:00.854Z | Downloaded http-range v0.1.5 |
1122 | 2024-07-04T18:44:00.854Z | Downloaded http-body v1.0.0 |
1123 | 2024-07-04T18:44:00.854Z | Downloaded ena v0.14.3 |
1124 | 2024-07-04T18:44:00.854Z | Downloaded embedded-io v0.4.0 |
1125 | 2024-07-04T18:44:00.878Z | Downloaded unicode_categories v0.1.1 |
1126 | 2024-07-04T18:44:00.878Z | Downloaded serde_with v3.8.1 |
1127 | 2024-07-04T18:44:00.878Z | Downloaded parse-size v1.0.0 |
1128 | 2024-07-04T18:44:00.879Z | Downloaded number_prefix v0.4.0 |
1129 | 2024-07-04T18:44:00.879Z | Downloaded new_debug_unreachable v1.0.6 |
1130 | 2024-07-04T18:44:00.879Z | Downloaded matches v0.1.10 |
1131 | 2024-07-04T18:44:00.879Z | Downloaded blake3 v1.5.1 |
1132 | 2024-07-04T18:44:00.879Z | Downloaded ed25519 v2.2.3 |
1133 | 2024-07-04T18:44:00.903Z | Downloaded ed25519 v1.5.3 |
1134 | 2024-07-04T18:44:00.903Z | Downloaded ecdsa v0.16.9 |
1135 | 2024-07-04T18:44:00.903Z | Downloaded zip v0.6.6 |
1136 | 2024-07-04T18:44:00.903Z | Downloaded zerocopy v0.6.6 |
1137 | 2024-07-04T18:44:00.903Z | Downloaded impl-trait-for-tuples v0.2.2 |
1138 | 2024-07-04T18:44:00.903Z | Downloaded aho-corasick v1.1.3 |
1139 | 2024-07-04T18:44:00.903Z | Downloaded downcast v0.11.0 |
1140 | 2024-07-04T18:44:00.903Z | Downloaded display-error-chain v0.2.0 |
1141 | 2024-07-04T18:44:00.927Z | Downloaded dirs-sys v0.4.1 |
1142 | 2024-07-04T18:44:00.928Z | Downloaded dirs v5.0.1 |
1143 | 2024-07-04T18:44:00.928Z | Downloaded difflib v0.4.0 |
1144 | 2024-07-04T18:44:00.928Z | Downloaded unsafe-libyaml v0.2.11 |
1145 | 2024-07-04T18:44:00.928Z | Downloaded tokio-postgres v0.7.10 |
1146 | 2024-07-04T18:44:00.928Z | Downloaded libsw v3.3.1 |
1147 | 2024-07-04T18:44:00.928Z | Downloaded indoc v1.0.9 |
1148 | 2024-07-04T18:44:00.928Z | Downloaded yasna v0.5.2 |
1149 | 2024-07-04T18:44:00.928Z | Downloaded yansi v0.5.1 |
1150 | 2024-07-04T18:44:00.928Z | Downloaded untrusted v0.7.1 |
1151 | 2024-07-04T18:44:00.928Z | Downloaded universal-hash v0.5.1 |
1152 | 2024-07-04T18:44:00.928Z | Downloaded lazycell v1.3.0 |
1153 | 2024-07-04T18:44:00.952Z | Downloaded lalrpop-util v0.19.12 |
1154 | 2024-07-04T18:44:00.952Z | Downloaded internet-checksum v0.2.1 |
1155 | 2024-07-04T18:44:00.952Z | Downloaded crypto-bigint v0.5.5 |
1156 | 2024-07-04T18:44:00.952Z | Downloaded crossterm v0.27.0 |
1157 | 2024-07-04T18:44:00.952Z | Downloaded base64 v0.22.1 |
1158 | 2024-07-04T18:44:00.952Z | Downloaded aes-gcm v0.10.3 |
1159 | 2024-07-04T18:44:00.952Z | Downloaded zeroize v1.7.0 |
1160 | 2024-07-04T18:44:00.977Z | Downloaded unicode-xid v0.2.4 |
1161 | 2024-07-04T18:44:00.977Z | Downloaded tokio-stream v0.1.15 |
1162 | 2024-07-04T18:44:00.977Z | Downloaded tls_codec_derive v0.4.1 |
1163 | 2024-07-04T18:44:00.977Z | Downloaded tls_codec v0.4.1 |
1164 | 2024-07-04T18:44:00.977Z | Downloaded tinytemplate v1.2.1 |
1165 | 2024-07-04T18:44:00.977Z | Downloaded slog-envlogger v2.2.0 |
1166 | 2024-07-04T18:44:00.977Z | Downloaded slog-dtrace v0.3.0 |
1167 | 2024-07-04T18:44:00.977Z | Downloaded siphasher v0.3.11 |
1168 | 2024-07-04T18:44:00.977Z | Downloaded similar-asserts v1.5.0 |
1169 | 2024-07-04T18:44:00.977Z | Downloaded similar v2.5.0 |
1170 | 2024-07-04T18:44:01.002Z | Downloaded signal-hook-mio v0.2.3 |
1171 | 2024-07-04T18:44:01.002Z | Downloaded serde_with_macros v3.8.1 |
1172 | 2024-07-04T18:44:01.002Z | Downloaded newtype_derive v0.1.6 |
1173 | 2024-07-04T18:44:01.002Z | Downloaded newline-converter v0.3.0 |
1174 | 2024-07-04T18:44:01.002Z | Downloaded md5 v0.7.0 |
1175 | 2024-07-04T18:44:01.002Z | Downloaded kstat-rs v0.2.4 |
1176 | 2024-07-04T18:44:01.002Z | Downloaded crossbeam-epoch v0.9.18 |
1177 | 2024-07-04T18:44:01.002Z | Downloaded cookie v0.17.0 |
1178 | 2024-07-04T18:44:01.002Z | Downloaded const_format v0.2.32 |
1179 | 2024-07-04T18:44:01.002Z | Downloaded console v0.15.8 |
1180 | 2024-07-04T18:44:01.002Z | Downloaded clang-sys v1.7.0 |
1181 | 2024-07-04T18:44:01.002Z | Downloaded chacha20poly1305 v0.10.1 |
1182 | 2024-07-04T18:44:01.026Z | Downloaded cassowary v0.3.0 |
1183 | 2024-07-04T18:44:01.026Z | Downloaded camino-tempfile v1.1.1 |
1184 | 2024-07-04T18:44:01.026Z | Downloaded aes v0.8.4 |
1185 | 2024-07-04T18:44:01.026Z | Downloaded tokio-rustls v0.24.1 |
1186 | 2024-07-04T18:44:01.026Z | Downloaded smallvec v0.6.14 |
1187 | 2024-07-04T18:44:01.027Z | Downloaded slog-stdlog v4.1.1 |
1188 | 2024-07-04T18:44:01.027Z | Downloaded slog-scope v4.4.0 |
1189 | 2024-07-04T18:44:01.027Z | Downloaded sigpipe v0.1.3 |
1190 | 2024-07-04T18:44:01.027Z | Downloaded signature v2.2.0 |
1191 | 2024-07-04T18:44:01.027Z | Downloaded signature v1.6.4 |
1192 | 2024-07-04T18:44:01.027Z | Downloaded signal-hook-tokio v0.3.1 |
1193 | 2024-07-04T18:44:01.027Z | Downloaded normalize-line-endings v0.3.0 |
1194 | 2024-07-04T18:44:01.027Z | Downloaded nodrop v0.1.14 |
1195 | 2024-07-04T18:44:01.027Z | Downloaded nested v0.1.1 |
1196 | 2024-07-04T18:44:01.027Z | Downloaded curve25519-dalek-derive v0.1.1 |
1197 | 2024-07-04T18:44:01.051Z | Downloaded ctr v0.9.2 |
1198 | 2024-07-04T18:44:01.051Z | Downloaded criterion-plot v0.5.0 |
1199 | 2024-07-04T18:44:01.051Z | Downloaded criterion v0.5.1 |
1200 | 2024-07-04T18:44:01.051Z | Downloaded crc-catalog v2.4.0 |
1201 | 2024-07-04T18:44:01.051Z | Downloaded crc v3.2.1 |
1202 | 2024-07-04T18:44:01.052Z | Downloaded cookie_store v0.20.0 |
1203 | 2024-07-04T18:44:01.052Z | Downloaded ciborium v0.2.2 |
1204 | 2024-07-04T18:44:01.052Z | Downloaded cexpr v0.6.0 |
1205 | 2024-07-04T18:44:01.052Z | Downloaded bit-set v0.5.3 |
1206 | 2024-07-04T18:44:01.052Z | Downloaded path-slash v0.1.5 |
1207 | 2024-07-04T18:44:01.052Z | Downloaded instant v0.1.12 |
1208 | 2024-07-04T18:44:01.076Z | Downloaded ident_case v1.0.1 |
1209 | 2024-07-04T18:44:01.076Z | Downloaded crucible-workspace-hack v0.1.0 |
1210 | 2024-07-04T18:44:01.076Z | Downloaded constant_time_eq v0.3.0 |
1211 | 2024-07-04T18:44:01.076Z | Downloaded compact_str v0.7.1 |
1212 | 2024-07-04T18:44:01.076Z | Downloaded colored v2.1.0 |
1213 | 2024-07-04T18:44:01.076Z | Downloaded ciborium-ll v0.2.2 |
1214 | 2024-07-04T18:44:01.076Z | Downloaded castaway v0.2.2 |
1215 | 2024-07-04T18:44:01.076Z | Downloaded bzip2 v0.4.4 |
1216 | 2024-07-04T18:44:01.076Z | Downloaded blowfish v0.9.1 |
1217 | 2024-07-04T18:44:01.076Z | Downloaded blake2 v0.10.6 |
1218 | 2024-07-04T18:44:01.076Z | Downloaded bitstruct_derive v0.1.0 |
1219 | 2024-07-04T18:44:01.076Z | Downloaded bitflags v1.3.2 |
1220 | 2024-07-04T18:44:01.076Z | Downloaded bitfield v0.14.0 |
1221 | 2024-07-04T18:44:01.076Z | Downloaded bcs v0.1.6 |
1222 | 2024-07-04T18:44:01.101Z | Downloaded base64 v0.13.1 |
1223 | 2024-07-04T18:44:01.101Z | Downloaded backtrace v0.3.71 |
1224 | 2024-07-04T18:44:01.101Z | Downloaded is_ci v1.2.0 |
1225 | 2024-07-04T18:44:01.101Z | Downloaded csv-core v0.1.11 |
1226 | 2024-07-04T18:44:01.101Z | Downloaded crossbeam-deque v0.8.5 |
1227 | 2024-07-04T18:44:01.101Z | Downloaded const-oid v0.9.6 |
1228 | 2024-07-04T18:44:01.101Z | Downloaded cfg_aliases v0.1.1 |
1229 | 2024-07-04T18:44:01.101Z | Downloaded cfg-expr v0.15.8 |
1230 | 2024-07-04T18:44:01.101Z | Downloaded cancel-safe-futures v0.1.5 |
1231 | 2024-07-04T18:44:01.101Z | Downloaded blake2b_simd v1.0.2 |
1232 | 2024-07-04T18:44:01.101Z | Downloaded bb8 v0.8.3 |
1233 | 2024-07-04T18:44:01.126Z | Downloaded base64ct v1.6.0 |
1234 | 2024-07-04T18:44:01.126Z | Downloaded base16ct v0.2.0 |
1235 | 2024-07-04T18:44:01.126Z | Downloaded async-trait v0.1.80 |
1236 | 2024-07-04T18:44:01.126Z | Downloaded argon2 v0.5.3 |
1237 | 2024-07-04T18:44:01.126Z | Downloaded arc-swap v1.7.1 |
1238 | 2024-07-04T18:44:01.126Z | Downloaded allocator-api2 v0.2.18 |
1239 | 2024-07-04T18:44:01.126Z | Downloaded ahash v0.8.11 |
1240 | 2024-07-04T18:44:01.126Z | Downloaded corncobs v0.1.3 |
1241 | 2024-07-04T18:44:01.126Z | Downloaded cookie v0.18.1 |
1242 | 2024-07-04T18:44:01.151Z | Downloaded cbc v0.1.2 |
1243 | 2024-07-04T18:44:01.151Z | Downloaded block-padding v0.3.3 |
1244 | 2024-07-04T18:44:01.151Z | Downloaded ascii v1.1.0 |
1245 | 2024-07-04T18:44:01.151Z | Downloaded arrayvec v0.7.4 |
1246 | 2024-07-04T18:44:01.151Z | Downloaded backoff v0.4.0 |
1247 | 2024-07-04T18:44:01.151Z | Downloaded atty v0.2.14 |
1248 | 2024-07-04T18:44:01.151Z | Downloaded assert_cmd v2.0.14 |
1249 | 2024-07-04T18:44:01.151Z | Downloaded addr2line v0.21.0 |
1250 | 2024-07-04T18:44:01.151Z | Downloaded ciborium-io v0.2.2 |
1251 | 2024-07-04T18:44:01.151Z | Downloaded cast v0.3.0 |
1252 | 2024-07-04T18:44:01.151Z | Downloaded bcrypt-pbkdf v0.10.0 |
1253 | 2024-07-04T18:44:01.151Z | Downloaded arrayref v0.3.7 |
1254 | 2024-07-04T18:44:01.151Z | Downloaded buf-list v1.0.3 |
1255 | 2024-07-04T18:44:01.151Z | Downloaded bitstruct v0.1.1 |
1256 | 2024-07-04T18:44:01.151Z | Downloaded bitfield-struct v0.6.1 |
1257 | 2024-07-04T18:44:01.151Z | Downloaded bit-vec v0.6.3 |
1258 | 2024-07-04T18:44:01.176Z | Downloaded atomicwrites v0.4.3 |
1259 | 2024-07-04T18:44:01.176Z | Downloaded atomic-waker v1.1.2 |
1260 | 2024-07-04T18:44:01.176Z | Downloaded async-stream v0.3.5 |
1261 | 2024-07-04T18:44:01.176Z | Downloaded async-recursion v1.1.1 |
1262 | 2024-07-04T18:44:01.176Z | Downloaded ascii-canvas v3.0.0 |
1263 | 2024-07-04T18:44:01.176Z | Downloaded array-init v0.0.4 |
1264 | 2024-07-04T18:44:01.176Z | Downloaded approx v0.5.1 |
1265 | 2024-07-04T18:44:01.176Z | Downloaded anes v0.1.6 |
1266 | 2024-07-04T18:44:01.176Z | Downloaded aead v0.5.2 |
1267 | 2024-07-04T18:44:01.176Z | Downloaded crunchy v0.2.2 |
1268 | 2024-07-04T18:44:01.828Z | Compiling serde v1.0.203 |
1269 | 2024-07-04T18:44:01.828Z | Checking cfg-if v1.0.0 |
1270 | 2024-07-04T18:44:01.852Z | Compiling libm v0.2.8 |
1271 | 2024-07-04T18:44:01.853Z | Compiling num-traits v0.2.19 |
1272 | 2024-07-04T18:44:01.878Z | Checking libc v0.2.155 |
1273 | 2024-07-04T18:44:01.932Z | Compiling syn v2.0.68 |
1274 | 2024-07-04T18:44:01.956Z | Compiling ahash v0.8.11 |
1275 | 2024-07-04T18:44:01.956Z | Compiling getrandom v0.2.14 |
1276 | 2024-07-04T18:44:01.981Z | Compiling serde_json v1.0.118 |
1277 | 2024-07-04T18:44:02.195Z | Compiling generic-array v0.14.7 |
1278 | 2024-07-04T18:44:02.321Z | Compiling log v0.4.21 |
1279 | 2024-07-04T18:44:02.345Z | Checking scopeguard v1.2.0 |
1280 | 2024-07-04T18:44:02.370Z | Checking memchr v2.7.2 |
1281 | 2024-07-04T18:44:02.409Z | Compiling syn v1.0.109 |
1282 | 2024-07-04T18:44:02.477Z | Checking lock_api v0.4.12 |
1283 | 2024-07-04T18:44:02.502Z | Checking itoa v1.0.11 |
1284 | 2024-07-04T18:44:02.735Z | Checking byteorder v1.5.0 |
1285 | 2024-07-04T18:44:02.859Z | Compiling allocator-api2 v0.2.18 |
1286 | 2024-07-04T18:44:03.166Z | Checking smallvec v1.13.2 |
1287 | 2024-07-04T18:44:03.270Z | Compiling schemars v0.8.21 |
1288 | 2024-07-04T18:44:03.353Z | Checking rand_core v0.6.4 |
1289 | 2024-07-04T18:44:03.443Z | Compiling ring v0.17.8 |
1290 | 2024-07-04T18:44:03.479Z | Compiling time-macros v0.2.18 |
1291 | 2024-07-04T18:44:03.603Z | Checking once_cell v1.19.0 |
1292 | 2024-07-04T18:44:03.627Z | Compiling slog v2.7.0 |
1293 | 2024-07-04T18:44:03.696Z | Checking parking_lot_core v0.9.10 |
1294 | 2024-07-04T18:44:04.072Z | Checking parking_lot v0.12.2 |
1295 | 2024-07-04T18:44:04.098Z | Compiling aho-corasick v1.1.3 |
1296 | 2024-07-04T18:44:04.278Z | Checking pin-project-lite v0.2.14 |
1297 | 2024-07-04T18:44:04.432Z | Compiling regex-syntax v0.8.3 |
1298 | 2024-07-04T18:44:06.301Z | Checking signal-hook-registry v1.4.2 |
1299 | 2024-07-04T18:44:06.397Z | Compiling crossbeam-utils v0.8.19 |
1300 | 2024-07-04T18:44:06.544Z | Checking mio v0.8.11 |
1301 | 2024-07-04T18:44:07.029Z | Compiling iana-time-zone v0.1.60 |
1302 | 2024-07-04T18:44:07.131Z | Checking spin v0.9.8 |
1303 | 2024-07-04T18:44:07.399Z | Compiling regex-automata v0.4.6 |
1304 | 2024-07-04T18:44:07.462Z | Checking num_cpus v1.16.0 |
1305 | 2024-07-04T18:44:07.462Z | Compiling rustls v0.21.12 |
1306 | 2024-07-04T18:44:07.777Z | Checking typenum v1.17.0 |
1307 | 2024-07-04T18:44:07.970Z | Compiling cookie v0.17.0 |
1308 | 2024-07-04T18:44:08.185Z | Compiling dyn-clone v1.0.17 |
1309 | 2024-07-04T18:44:08.369Z | Compiling serde_derive_internals v0.29.1 |
1310 | 2024-07-04T18:44:08.734Z | Checking futures-core v0.3.30 |
1311 | 2024-07-04T18:44:08.899Z | Checking socket2 v0.5.7 |
1312 | 2024-07-04T18:44:08.924Z | Compiling backtrace v0.3.71 |
1313 | 2024-07-04T18:44:08.948Z | Checking ryu v1.0.18 |
1314 | 2024-07-04T18:44:09.139Z | Checking subtle v2.5.0 |
1315 | 2024-07-04T18:44:09.296Z | Compiling anyhow v1.0.86 |
1316 | 2024-07-04T18:44:09.810Z | Compiling unicode-normalization v0.1.23 |
1317 | 2024-07-04T18:44:09.959Z | Compiling unicode-bidi v0.3.15 |
1318 | 2024-07-04T18:44:09.984Z | Checking futures-sink v0.3.30 |
1319 | 2024-07-04T18:44:10.370Z | Compiling untrusted v0.9.0 |
1320 | 2024-07-04T18:44:10.395Z | Compiling either v1.12.0 |
1321 | 2024-07-04T18:44:10.625Z | Checking futures-channel v0.3.30 |
1322 | 2024-07-04T18:44:10.655Z | Checking slab v0.4.9 |
1323 | 2024-07-04T18:44:10.722Z | Checking futures-task v0.3.30 |
1324 | 2024-07-04T18:44:10.876Z | Compiling winnow v0.5.40 |
1325 | 2024-07-04T18:44:10.922Z | Compiling const-oid v0.9.6 |
1326 | 2024-07-04T18:44:10.946Z | Checking futures-io v0.3.30 |
1327 | 2024-07-04T18:44:11.103Z | Checking pin-utils v0.1.0 |
1328 | 2024-07-04T18:44:11.191Z | Compiling time v0.3.36 |
1329 | 2024-07-04T18:44:12.319Z | Compiling regex v1.10.4 |
1330 | 2024-07-04T18:44:13.222Z | Compiling signal-hook v0.3.17 |
1331 | 2024-07-04T18:44:13.444Z | Compiling sct v0.7.1 |
1332 | 2024-07-04T18:44:13.609Z | Compiling rustls-webpki v0.101.7 |
1333 | 2024-07-04T18:44:13.707Z | Compiling idna v0.5.0 |
1334 | 2024-07-04T18:44:13.846Z | Compiling siphasher v0.3.11 |
1335 | 2024-07-04T18:44:14.158Z | Compiling idna v0.3.0 |
1336 | 2024-07-04T18:44:14.317Z | Compiling serde_derive v1.0.203 |
1337 | 2024-07-04T18:44:14.416Z | Compiling zerocopy-derive v0.7.34 |
1338 | 2024-07-04T18:44:14.925Z | Compiling zeroize_derive v1.4.2 |
1339 | 2024-07-04T18:44:15.048Z | Compiling thiserror-impl v1.0.60 |
1340 | 2024-07-04T18:44:15.231Z | Compiling tokio-macros v2.2.0 |
1341 | 2024-07-04T18:44:15.421Z | Compiling futures-macro v0.3.30 |
1342 | 2024-07-04T18:44:15.489Z | Compiling tracing-attributes v0.1.27 |
1343 | 2024-07-04T18:44:16.241Z | Compiling schemars_derive v0.8.21 |
1344 | 2024-07-04T18:44:16.359Z | Compiling zerocopy v0.7.34 |
1345 | 2024-07-04T18:44:16.570Z | Checking zeroize v1.7.0 |
1346 | 2024-07-04T18:44:16.783Z | Compiling openssl-macros v0.1.1 |
1347 | 2024-07-04T18:44:17.054Z | Compiling async-trait v0.1.80 |
1348 | 2024-07-04T18:44:17.777Z | Compiling thiserror v1.0.60 |
1349 | 2024-07-04T18:44:18.036Z | Compiling scroll_derive v0.12.0 |
1350 | 2024-07-04T18:44:18.189Z | Compiling hashbrown v0.14.5 |
1351 | 2024-07-04T18:44:18.240Z | Compiling pest v2.7.10 |
1352 | 2024-07-04T18:44:18.462Z | Compiling der_derive v0.7.2 |
1353 | 2024-07-04T18:44:18.592Z | Checking crypto-common v0.1.6 |
1354 | 2024-07-04T18:44:19.253Z | Compiling scroll v0.12.0 |
1355 | 2024-07-04T18:44:19.324Z | Compiling futures-util v0.3.30 |
1356 | 2024-07-04T18:44:19.739Z | Compiling goblin v0.8.2 |
1357 | 2024-07-04T18:44:19.867Z | Compiling tracing v0.1.40 |
1358 | 2024-07-04T18:44:20.074Z | Compiling clap_derive v4.5.4 |
1359 | 2024-07-04T18:44:20.301Z | Compiling pest_meta v2.7.10 |
1360 | 2024-07-04T18:44:20.596Z | Compiling block-buffer v0.10.4 |
1361 | 2024-07-04T18:44:20.838Z | Compiling digest v0.10.7 |
1362 | 2024-07-04T18:44:21.225Z | Compiling zerocopy-derive v0.6.6 |
1363 | 2024-07-04T18:44:23.040Z | Compiling pest_generator v2.7.10 |
1364 | 2024-07-04T18:44:23.537Z | Compiling url v2.5.0 |
1365 | 2024-07-04T18:44:24.373Z | Compiling ppv-lite86 v0.2.17 |
1366 | 2024-07-04T18:44:24.645Z | Compiling pest_derive v2.7.10 |
1367 | 2024-07-04T18:44:24.988Z | Compiling psl-types v2.0.11 |
1368 | 2024-07-04T18:44:25.020Z | Checking bytes v1.6.0 |
1369 | 2024-07-04T18:44:25.094Z | Checking bitflags v2.5.0 |
1370 | 2024-07-04T18:44:25.164Z | Compiling publicsuffix v2.2.3 |
1371 | 2024-07-04T18:44:25.275Z | Compiling dtrace-parser v0.2.0 |
1372 | 2024-07-04T18:44:25.379Z | Compiling rand_chacha v0.3.1 |
1373 | 2024-07-04T18:44:26.307Z | Compiling indexmap v2.2.6 |
1374 | 2024-07-04T18:44:26.356Z | Compiling semver v1.0.23 |
1375 | 2024-07-04T18:44:26.979Z | Compiling serde_tokenstream v0.2.0 |
1376 | 2024-07-04T18:44:27.056Z | Compiling chrono v0.4.38 |
1377 | 2024-07-04T18:44:27.080Z | Compiling uuid v1.8.0 |
1378 | 2024-07-04T18:44:27.426Z | Checking tokio v1.37.0 |
1379 | 2024-07-04T18:44:27.450Z | Compiling http v0.2.12 |
1380 | 2024-07-04T18:44:28.181Z | Compiling rustc_version v0.4.0 |
1381 | 2024-07-04T18:44:28.206Z | Compiling toml_datetime v0.6.6 |
1382 | 2024-07-04T18:44:28.232Z | Compiling serde_spanned v0.6.6 |
1383 | 2024-07-04T18:44:28.423Z | Compiling dof v0.3.0 |
1384 | 2024-07-04T18:44:28.635Z | Compiling openapiv3 v2.0.0 |
1385 | 2024-07-04T18:44:28.820Z | Compiling rustix v0.38.34 |
1386 | 2024-07-04T18:44:30.048Z | Compiling usdt-impl v0.5.0 |
1387 | 2024-07-04T18:44:30.257Z | Compiling toml_edit v0.19.15 |
1388 | 2024-07-04T18:44:31.116Z | Compiling http-body v0.4.6 |
1389 | 2024-07-04T18:44:31.210Z | Compiling openssl v0.10.64 |
1390 | 2024-07-04T18:44:31.352Z | Compiling usdt-attr-macro v0.5.0 |
1391 | 2024-07-04T18:44:31.482Z | Compiling usdt-macro v0.5.0 |
1392 | 2024-07-04T18:44:31.951Z | Compiling heapless v0.7.17 |
1393 | 2024-07-04T18:44:32.288Z | Compiling serde_urlencoded v0.7.1 |
1394 | 2024-07-04T18:44:32.737Z | Compiling rand v0.8.5 |
1395 | 2024-07-04T18:44:32.793Z | Compiling crossbeam-epoch v0.9.18 |
1396 | 2024-07-04T18:44:32.960Z | Compiling unicode-xid v0.2.4 |
1397 | 2024-07-04T18:44:33.107Z | Compiling cookie_store v0.20.0 |
1398 | 2024-07-04T18:44:33.164Z | Compiling gimli v0.28.1 |
1399 | 2024-07-04T18:44:33.426Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1400 | 2024-07-04T18:44:33.602Z | Compiling webpki-roots v0.25.4 |
1401 | 2024-07-04T18:44:33.737Z | Compiling bit-vec v0.6.3 |
1402 | 2024-07-04T18:44:34.061Z | Compiling tokio-util v0.7.11 |
1403 | 2024-07-04T18:44:34.102Z | Compiling tokio-rustls v0.24.1 |
1404 | 2024-07-04T18:44:34.420Z | Compiling enum-as-inner v0.5.1 |
1405 | 2024-07-04T18:44:34.463Z | Compiling phf_shared v0.10.0 |
1406 | 2024-07-04T18:44:34.740Z | Compiling lazy_static v1.5.0 |
1407 | 2024-07-04T18:44:34.800Z | Compiling object v0.32.2 |
1408 | 2024-07-04T18:44:34.860Z | Compiling h2 v0.3.26 |
1409 | 2024-07-04T18:44:35.217Z | Compiling base64ct v1.6.0 |
1410 | 2024-07-04T18:44:35.256Z | Compiling smoltcp v0.9.1 |
1411 | 2024-07-04T18:44:35.738Z | Compiling minimal-lexical v0.2.1 |
1412 | 2024-07-04T18:44:35.891Z | Compiling precomputed-hash v0.1.1 |
1413 | 2024-07-04T18:44:36.012Z | Compiling native-tls v0.2.11 |
1414 | 2024-07-04T18:44:36.226Z | Compiling new_debug_unreachable v1.0.6 |
1415 | 2024-07-04T18:44:36.323Z | Compiling rustc-demangle v0.1.24 |
1416 | 2024-07-04T18:44:36.596Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-07-04T18:44:36.859Z | Compiling addr2line v0.21.0 |
1418 | 2024-07-04T18:44:36.883Z | Compiling fixedbitset v0.4.2 |
1419 | 2024-07-04T18:44:37.076Z | Compiling string_cache v0.8.7 |
1420 | 2024-07-04T18:44:37.207Z | Compiling petgraph v0.6.5 |
1421 | 2024-07-04T18:44:37.303Z | Compiling nom v7.1.3 |
1422 | 2024-07-04T18:44:37.462Z | Compiling toml_edit v0.22.13 |
1423 | 2024-07-04T18:44:37.587Z | Compiling pem-rfc7468 v0.7.0 |
1424 | 2024-07-04T18:44:38.276Z | Compiling bit-set v0.5.3 |
1425 | 2024-07-04T18:44:38.414Z | Compiling futures-executor v0.3.30 |
1426 | 2024-07-04T18:44:38.531Z | Compiling hmac v0.12.1 |
1427 | 2024-07-04T18:44:38.753Z | Compiling hubpack_derive v0.1.1 |
1428 | 2024-07-04T18:44:38.935Z | Compiling itertools v0.10.5 |
1429 | 2024-07-04T18:44:39.432Z | Compiling diesel_table_macro_syntax v0.1.0 |
1430 | 2024-07-04T18:44:39.775Z | Compiling num-integer v0.1.46 |
1431 | 2024-07-04T18:44:40.008Z | Compiling fs-err v2.11.0 |
1432 | 2024-07-04T18:44:40.229Z | Compiling hyper v0.14.28 |
1433 | 2024-07-04T18:44:40.410Z | Compiling unicode-segmentation v1.11.0 |
1434 | 2024-07-04T18:44:40.499Z | Compiling flagset v0.4.5 |
1435 | 2024-07-04T18:44:40.681Z | Checking fnv v1.0.7 |
1436 | 2024-07-04T18:44:40.706Z | Compiling lalrpop-util v0.19.12 |
1437 | 2024-07-04T18:44:40.821Z | Compiling der v0.7.9 |
1438 | 2024-07-04T18:44:41.123Z | Compiling diesel_derives v2.1.4 |
1439 | 2024-07-04T18:44:41.200Z | Compiling futures v0.3.30 |
1440 | 2024-07-04T18:44:41.300Z | Compiling hex v0.4.3 |
1441 | 2024-07-04T18:44:41.724Z | Compiling itertools v0.12.1 |
1442 | 2024-07-04T18:44:41.915Z | Compiling finl_unicode v1.2.0 |
1443 | 2024-07-04T18:44:42.388Z | Compiling stringprep v0.1.4 |
1444 | 2024-07-04T18:44:43.182Z | Compiling spki v0.7.3 |
1445 | 2024-07-04T18:44:43.410Z | Compiling sha2 v0.10.8 |
1446 | 2024-07-04T18:44:43.497Z | Compiling toml v0.7.8 |
1447 | 2024-07-04T18:44:43.572Z | Compiling md-5 v0.10.6 |
1448 | 2024-07-04T18:44:43.790Z | Compiling serde_repr v0.1.19 |
1449 | 2024-07-04T18:44:44.225Z | Compiling strum_macros v0.25.3 |
1450 | 2024-07-04T18:44:44.320Z | Compiling hash32 v0.2.1 |
1451 | 2024-07-04T18:44:44.627Z | Compiling fallible-iterator v0.2.0 |
1452 | 2024-07-04T18:44:44.713Z | Compiling stable_deref_trait v1.2.0 |
1453 | 2024-07-04T18:44:44.814Z | Checking tinyvec_macros v0.1.1 |
1454 | 2024-07-04T18:44:44.896Z | Checking tinyvec v1.6.0 |
1455 | 2024-07-04T18:44:44.946Z | Compiling pkcs8 v0.10.2 |
1456 | 2024-07-04T18:44:45.199Z | Compiling postgres-protocol v0.6.6 |
1457 | 2024-07-04T18:44:45.436Z | Compiling ipnetwork v0.20.0 |
1458 | 2024-07-04T18:44:45.788Z | Compiling hyper-rustls v0.24.2 |
1459 | 2024-07-04T18:44:45.865Z | Compiling hyper-tls v0.5.0 |
1460 | 2024-07-04T18:44:45.908Z | Compiling terminal_size v0.3.0 |
1461 | 2024-07-04T18:44:46.079Z | Compiling block-padding v0.3.3 |
1462 | 2024-07-04T18:44:46.104Z | Compiling phf_shared v0.11.2 |
1463 | 2024-07-04T18:44:46.164Z | Compiling reqwest v0.11.27 |
1464 | 2024-07-04T18:44:46.307Z | Compiling ff v0.13.0 |
1465 | 2024-07-04T18:44:46.338Z | Compiling scheduled-thread-pool v0.2.7 |
1466 | 2024-07-04T18:44:46.424Z | Compiling managed v0.8.0 |
1467 | 2024-07-04T18:44:46.509Z | Compiling peg-runtime v0.8.3 |
1468 | 2024-07-04T18:44:46.798Z | Compiling base16ct v0.2.0 |
1469 | 2024-07-04T18:44:46.857Z | Compiling matches v0.1.10 |
1470 | 2024-07-04T18:44:46.955Z | Compiling bitflags v1.3.2 |
1471 | 2024-07-04T18:44:47.038Z | Checking equivalent v1.0.1 |
1472 | 2024-07-04T18:44:47.084Z | Compiling clap_builder v4.5.2 |
1473 | 2024-07-04T18:44:47.642Z | Compiling sec1 v0.7.3 |
1474 | 2024-07-04T18:44:47.666Z | Compiling idna v0.2.3 |
1475 | 2024-07-04T18:44:48.118Z | Compiling r2d2 v0.8.10 |
1476 | 2024-07-04T18:44:48.178Z | Compiling signal-hook-mio v0.2.3 |
1477 | 2024-07-04T18:44:48.202Z | Compiling group v0.13.0 |
1478 | 2024-07-04T18:44:48.320Z | Compiling usdt v0.5.0 |
1479 | 2024-07-04T18:44:48.435Z | Compiling phf v0.11.2 |
1480 | 2024-07-04T18:44:48.483Z | Compiling inout v0.1.3 |
1481 | 2024-07-04T18:44:48.694Z | Compiling postgres-types v0.2.6 |
1482 | 2024-07-04T18:44:48.723Z | Compiling num-bigint v0.4.5 |
1483 | 2024-07-04T18:44:48.753Z | Compiling num-iter v0.1.45 |
1484 | 2024-07-04T18:44:48.868Z | Compiling hubpack v0.1.2 |
1485 | 2024-07-04T18:44:48.892Z | Compiling hkdf v0.12.4 |
1486 | 2024-07-04T18:44:49.154Z | Compiling zerocopy v0.6.6 |
1487 | 2024-07-04T18:44:49.266Z | Compiling crypto-bigint v0.5.5 |
1488 | 2024-07-04T18:44:49.593Z | Compiling float-cmp v0.9.0 |
1489 | 2024-07-04T18:44:49.787Z | Compiling normalize-line-endings v0.3.0 |
1490 | 2024-07-04T18:44:49.812Z | Compiling difflib v0.4.0 |
1491 | 2024-07-04T18:44:49.901Z | Compiling whoami v1.5.1 |
1492 | 2024-07-04T18:44:49.932Z | Checking cpufeatures v0.2.12 |
1493 | 2024-07-04T18:44:50.013Z | Compiling data-encoding v2.6.0 |
1494 | 2024-07-04T18:44:50.425Z | Compiling static_assertions v1.1.0 |
1495 | 2024-07-04T18:44:50.515Z | Compiling predicates-core v1.0.6 |
1496 | 2024-07-04T18:44:50.822Z | Compiling predicates v3.1.0 |
1497 | 2024-07-04T18:44:50.962Z | Compiling diesel v2.1.6 |
1498 | 2024-07-04T18:44:51.144Z | Compiling yasna v0.5.2 |
1499 | 2024-07-04T18:44:51.935Z | Compiling elliptic-curve v0.13.8 |
1500 | 2024-07-04T18:44:52.197Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1501 | 2024-07-04T18:44:52.616Z | Compiling trust-dns-proto v0.22.0 |
1502 | 2024-07-04T18:44:52.708Z | Compiling tokio-postgres v0.7.10 |
1503 | 2024-07-04T18:44:53.959Z | Compiling clap v4.5.4 |
1504 | 2024-07-04T18:44:54.066Z | Compiling cipher v0.4.4 |
1505 | 2024-07-04T18:44:54.477Z | Compiling crossterm v0.27.0 |
1506 | 2024-07-04T18:44:56.047Z | Compiling similar v2.5.0 |
1507 | 2024-07-04T18:44:56.695Z | Compiling console v0.15.8 |
1508 | 2024-07-04T18:44:56.897Z | Compiling tokio-stream v0.1.15 |
1509 | 2024-07-04T18:44:57.174Z | Compiling bstr v1.9.1 |
1510 | 2024-07-04T18:44:57.956Z | Checking tracing-core v0.1.32 |
1511 | 2024-07-04T18:44:58.188Z | Checking percent-encoding v2.3.1 |
1512 | 2024-07-04T18:44:58.367Z | Checking form_urlencoded v1.2.1 |
1513 | 2024-07-04T18:44:58.539Z | Checking powerfmt v0.2.0 |
1514 | 2024-07-04T18:44:58.745Z | Checking unicode-ident v1.0.12 |
1515 | 2024-07-04T18:44:58.778Z | Checking deranged v0.3.11 |
1516 | 2024-07-04T18:44:58.825Z | Checking num_threads v0.1.7 |
1517 | 2024-07-04T18:44:58.896Z | Checking time-core v0.1.2 |
1518 | 2024-07-04T18:44:58.928Z | Checking num-conv v0.1.0 |
1519 | 2024-07-04T18:44:59.038Z | Checking httparse v1.8.0 |
1520 | 2024-07-04T18:44:59.398Z | Checking errno v0.3.9 |
1521 | 2024-07-04T18:44:59.549Z | Checking unicode-width v0.1.12 |
1522 | 2024-07-04T18:44:59.716Z | Checking proc-macro2 v1.0.86 |
1523 | 2024-07-04T18:45:00.257Z | Checking quote v1.0.36 |
1524 | 2024-07-04T18:45:00.365Z | Checking adler v1.0.2 |
1525 | 2024-07-04T18:45:00.436Z | Checking base64 v0.21.7 |
1526 | 2024-07-04T18:45:00.498Z | Checking miniz_oxide v0.7.2 |
1527 | 2024-07-04T18:45:00.827Z | Checking try-lock v0.2.5 |
1528 | 2024-07-04T18:45:00.952Z | Checking want v0.3.1 |
1529 | 2024-07-04T18:45:01.264Z | Checking tower-service v0.3.2 |
1530 | 2024-07-04T18:45:01.577Z | Checking httpdate v1.0.3 |
1531 | 2024-07-04T18:45:01.779Z | Checking openssl-probe v0.1.5 |
1532 | 2024-07-04T18:45:01.892Z | Checking foreign-types-shared v0.1.1 |
1533 | 2024-07-04T18:45:01.916Z | Checking openssl-sys v0.9.102 |
1534 | 2024-07-04T18:45:01.999Z | Checking foreign-types v0.3.2 |
1535 | 2024-07-04T18:45:02.056Z | Checking mime v0.3.17 |
1536 | 2024-07-04T18:45:02.089Z | Checking ipnet v2.9.0 |
1537 | 2024-07-04T18:45:02.447Z | Checking utf8parse v0.2.1 |
1538 | 2024-07-04T18:45:06.021Z | Checking encoding_rs v0.8.34 |
1539 | 2024-07-04T18:45:06.206Z | Checking anstyle v1.0.7 |
1540 | 2024-07-04T18:45:07.658Z | Checking rustls-pemfile v1.0.4 |
1541 | 2024-07-04T18:45:07.748Z | Checking plain v0.2.3 |
1542 | 2024-07-04T18:45:07.834Z | Checking ucd-trie v0.1.6 |
1543 | 2024-07-04T18:45:07.870Z | Checking sync_wrapper v0.1.2 |
1544 | 2024-07-04T18:45:08.009Z | Checking anstyle-parse v0.2.4 |
1545 | 2024-07-04T18:45:08.092Z | Checking pretty-hex v0.4.1 |
1546 | 2024-07-04T18:45:08.144Z | Checking anstyle-query v1.0.3 |
1547 | 2024-07-04T18:45:08.194Z | Checking is_terminal_polyfill v1.70.0 |
1548 | 2024-07-04T18:45:08.255Z | Checking colorchoice v1.0.1 |
1549 | 2024-07-04T18:45:08.316Z | Checking thread-id v4.2.1 |
1550 | 2024-07-04T18:45:08.372Z | Checking anstream v0.6.14 |
1551 | 2024-07-04T18:45:08.409Z | Checking strsim v0.11.1 |
1552 | 2024-07-04T18:45:08.433Z | Checking clap_lex v0.7.0 |
1553 | 2024-07-04T18:45:08.717Z | Checking memmap v0.7.0 |
1554 | 2024-07-04T18:45:08.882Z | Checking crc32fast v1.4.0 |
1555 | 2024-07-04T18:45:09.952Z | Checking flate2 v1.0.30 |
1556 | 2024-07-04T18:45:11.160Z | Checking winnow v0.6.8 |
1557 | 2024-07-04T18:45:17.755Z | Compiling regress v0.9.1 |
1558 | 2024-07-04T18:45:17.851Z | Compiling getopts v0.2.21 |
1559 | 2024-07-04T18:45:18.721Z | Compiling unsafe-libyaml v0.2.11 |
1560 | 2024-07-04T18:45:18.830Z | Checking heck v0.5.0 |
1561 | 2024-07-04T18:45:19.366Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1562 | 2024-07-04T18:45:19.584Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1563 | 2024-07-04T18:45:19.781Z | Compiling serde_yaml v0.9.34+deprecated |
1564 | 2024-07-04T18:45:19.996Z | Compiling paste v1.0.15 |
1565 | 2024-07-04T18:45:20.191Z | Checking camino v1.1.7 |
1566 | 2024-07-04T18:45:20.322Z | Checking is-terminal v0.4.12 |
1567 | 2024-07-04T18:45:20.443Z | Compiling strum_macros v0.26.2 |
1568 | 2024-07-04T18:45:20.533Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1569 | 2024-07-04T18:45:21.313Z | Checking base64 v0.22.1 |
1570 | 2024-07-04T18:45:21.670Z | Compiling ident_case v1.0.1 |
1571 | 2024-07-04T18:45:21.715Z | Checking sha1 v0.10.6 |
1572 | 2024-07-04T18:45:21.739Z | Compiling rustls v0.22.4 |
1573 | 2024-07-04T18:45:21.830Z | Compiling darling_core v0.20.9 |
1574 | 2024-07-04T18:45:21.948Z | Checking http v1.1.0 |
1575 | 2024-07-04T18:45:21.992Z | Checking match_cfg v0.1.0 |
1576 | 2024-07-04T18:45:22.090Z | Checking hostname v0.3.1 |
1577 | 2024-07-04T18:45:22.205Z | Checking dirs-sys-next v0.1.2 |
1578 | 2024-07-04T18:45:22.357Z | Compiling multer v3.1.0 |
1579 | 2024-07-04T18:45:22.683Z | Checking dirs-next v2.0.0 |
1580 | 2024-07-04T18:45:22.793Z | Checking crossbeam-channel v0.5.12 |
1581 | 2024-07-04T18:45:23.055Z | Compiling async-stream-impl v0.3.5 |
1582 | 2024-07-04T18:45:23.312Z | Checking thread_local v1.1.8 |
1583 | 2024-07-04T18:45:23.388Z | Checking rustls-pki-types v1.7.0 |
1584 | 2024-07-04T18:45:23.556Z | Checking term v0.7.0 |
1585 | 2024-07-04T18:45:23.591Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1586 | 2024-07-04T18:45:23.767Z | Checking take_mut v0.2.2 |
1587 | 2024-07-04T18:45:23.882Z | Checking toml v0.8.13 |
1588 | 2024-07-04T18:45:23.911Z | Checking slog-async v2.8.0 |
1589 | 2024-07-04T18:45:23.936Z | Checking slog-term v2.9.1 |
1590 | 2024-07-04T18:45:24.170Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1591 | 2024-07-04T18:45:24.194Z | Checking rustls-webpki v0.102.4 |
1592 | 2024-07-04T18:45:24.332Z | Checking slog-json v2.6.1 |
1593 | 2024-07-04T18:45:24.483Z | Checking instant v0.1.12 |
1594 | 2024-07-04T18:45:24.508Z | Checking strum v0.26.2 |
1595 | 2024-07-04T18:45:24.553Z | Checking slog-bunyan v2.5.0 |
1596 | 2024-07-04T18:45:24.591Z | Checking rustls-pemfile v2.1.2 |
1597 | 2024-07-04T18:45:24.646Z | Checking debug-ignore v1.0.5 |
1598 | 2024-07-04T18:45:24.697Z | Checking fastrand v2.1.0 |
1599 | 2024-07-04T18:45:24.770Z | Checking quick-error v1.2.3 |
1600 | 2024-07-04T18:45:24.798Z | Checking atomic-waker v1.1.2 |
1601 | 2024-07-04T18:45:24.896Z | Checking async-stream v0.3.5 |
1602 | 2024-07-04T18:45:24.924Z | Checking waitgroup v0.1.2 |
1603 | 2024-07-04T18:45:24.984Z | Checking tempfile v3.10.1 |
1604 | 2024-07-04T18:45:25.081Z | Checking serde_path_to_error v0.1.16 |
1605 | 2024-07-04T18:45:25.284Z | Compiling structmeta-derive v0.3.0 |
1606 | 2024-07-04T18:45:25.391Z | Checking hostname v0.4.0 |
1607 | 2024-07-04T18:45:25.513Z | Checking newtype-uuid v1.1.0 |
1608 | 2024-07-04T18:45:25.594Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1609 | 2024-07-04T18:45:25.726Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1610 | 2024-07-04T18:45:25.955Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1611 | 2024-07-04T18:45:26.183Z | Checking macaddr v1.0.1 |
1612 | 2024-07-04T18:45:26.212Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1613 | 2024-07-04T18:45:26.338Z | Checking backoff v0.4.0 |
1614 | 2024-07-04T18:45:26.363Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1615 | 2024-07-04T18:45:26.464Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1616 | 2024-07-04T18:45:26.584Z | Checking wait-timeout v0.2.0 |
1617 | 2024-07-04T18:45:26.608Z | Compiling structmeta-derive v0.2.0 |
1618 | 2024-07-04T18:45:26.637Z | Checking rand_xorshift v0.3.0 |
1619 | 2024-07-04T18:45:26.740Z | Checking rusty-fork v0.3.0 |
1620 | 2024-07-04T18:45:26.798Z | Checking unarray v0.1.4 |
1621 | 2024-07-04T18:45:26.934Z | Compiling proc-macro-error v1.0.4 |
1622 | 2024-07-04T18:45:26.995Z | Checking proptest v1.4.0 |
1623 | 2024-07-04T18:45:27.535Z | Checking camino-tempfile v1.1.1 |
1624 | 2024-07-04T18:45:27.775Z | Checking tokio-rustls v0.25.0 |
1625 | 2024-07-04T18:45:27.799Z | Compiling structmeta v0.3.0 |
1626 | 2024-07-04T18:45:27.799Z | Compiling darling_macro v0.20.9 |
1627 | 2024-07-04T18:45:27.891Z | Compiling proc-macro-crate v1.3.1 |
1628 | 2024-07-04T18:45:28.175Z | Compiling parse-display-derive v0.9.0 |
1629 | 2024-07-04T18:45:28.643Z | Compiling darling v0.20.9 |
1630 | 2024-07-04T18:45:28.752Z | Compiling serde_with_macros v3.8.1 |
1631 | 2024-07-04T18:45:28.778Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1632 | 2024-07-04T18:45:28.995Z | Compiling structmeta v0.2.0 |
1633 | 2024-07-04T18:45:29.065Z | Compiling num_enum_derive v0.5.11 |
1634 | 2024-07-04T18:45:29.373Z | Compiling test-strategy v0.3.1 |
1635 | 2024-07-04T18:45:30.672Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1636 | 2024-07-04T18:45:30.918Z | Compiling foreign-types-macros v0.2.3 |
1637 | 2024-07-04T18:45:30.954Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1638 | 2024-07-04T18:45:31.170Z | Checking foreign-types-shared v0.3.1 |
1639 | 2024-07-04T18:45:31.248Z | Checking serde_with v3.8.1 |
1640 | 2024-07-04T18:45:31.324Z | Checking num_enum v0.5.11 |
1641 | 2024-07-04T18:45:31.462Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1642 | 2024-07-04T18:45:31.580Z | Checking cstr-argument v0.1.2 |
1643 | 2024-07-04T18:45:31.734Z | Checking pretty-hex v0.2.1 |
1644 | 2024-07-04T18:45:31.875Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1645 | 2024-07-04T18:45:31.955Z | Checking foreign-types v0.5.0 |
1646 | 2024-07-04T18:45:32.059Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1647 | 2024-07-04T18:45:32.103Z | Checking parse-display v0.9.0 |
1648 | 2024-07-04T18:45:32.127Z | Checking tabwriter v1.4.0 |
1649 | 2024-07-04T18:45:32.294Z | Checking colored v2.1.0 |
1650 | 2024-07-04T18:45:32.318Z | Checking socket2 v0.4.10 |
1651 | 2024-07-04T18:45:32.318Z | Checking smf v0.2.3 |
1652 | 2024-07-04T18:45:32.360Z | Checking humantime v2.1.0 |
1653 | 2024-07-04T18:45:32.545Z | Checking termcolor v1.4.1 |
1654 | 2024-07-04T18:45:32.647Z | Checking arc-swap v1.7.1 |
1655 | 2024-07-04T18:45:32.697Z | Checking newline-converter v0.3.0 |
1656 | 2024-07-04T18:45:32.741Z | Checking xattr v1.3.1 |
1657 | 2024-07-04T18:45:32.795Z | Checking filetime v0.2.23 |
1658 | 2024-07-04T18:45:32.838Z | Checking same-file v1.0.6 |
1659 | 2024-07-04T18:45:32.919Z | Checking expectorate v1.1.0 |
1660 | 2024-07-04T18:45:32.946Z | Checking utf-8 v0.7.6 |
1661 | 2024-07-04T18:45:32.972Z | Checking tar v0.4.40 |
1662 | 2024-07-04T18:45:32.997Z | Checking walkdir v2.5.0 |
1663 | 2024-07-04T18:45:33.031Z | Checking slog-scope v4.4.0 |
1664 | 2024-07-04T18:45:33.064Z | Compiling heapless v0.8.0 |
1665 | 2024-07-04T18:45:33.125Z | Checking termtree v0.4.1 |
1666 | 2024-07-04T18:45:33.207Z | Checking slog-stdlog v4.1.1 |
1667 | 2024-07-04T18:45:33.232Z | Checking hash32 v0.3.1 |
1668 | 2024-07-04T18:45:33.301Z | Checking predicates-tree v1.0.9 |
1669 | 2024-07-04T18:45:33.355Z | Checking slog-envlogger v2.2.0 |
1670 | 2024-07-04T18:45:33.405Z | Compiling smoltcp v0.11.0 |
1671 | 2024-07-04T18:45:33.438Z | Checking cobs v0.2.3 |
1672 | 2024-07-04T18:45:33.553Z | Checking embedded-io v0.4.0 |
1673 | 2024-07-04T18:45:33.625Z | Compiling crucible-workspace-hack v0.1.0 |
1674 | 2024-07-04T18:45:33.656Z | Checking sigpipe v0.1.3 |
1675 | 2024-07-04T18:45:33.745Z | Checking postcard v1.0.8 |
1676 | 2024-07-04T18:45:33.771Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1677 | 2024-07-04T18:45:33.883Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1678 | 2024-07-04T18:45:34.033Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1679 | 2024-07-04T18:45:34.093Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1680 | 2024-07-04T18:45:34.118Z | Checking pem v3.0.4 |
1681 | 2024-07-04T18:45:34.142Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1682 | 2024-07-04T18:45:34.335Z | Checking tungstenite v0.20.1 |
1683 | 2024-07-04T18:45:34.360Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1684 | 2024-07-04T18:45:34.360Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1685 | 2024-07-04T18:45:34.759Z | Compiling mockall_derive v0.12.1 |
1686 | 2024-07-04T18:45:35.047Z | Compiling derive-where v1.2.7 |
1687 | 2024-07-04T18:45:35.502Z | Compiling num-derive v0.4.2 |
1688 | 2024-07-04T18:45:35.531Z | Checking atty v0.2.14 |
1689 | 2024-07-04T18:45:35.630Z | Checking fragile v2.0.0 |
1690 | 2024-07-04T18:45:35.726Z | Checking downcast v0.11.0 |
1691 | 2024-07-04T18:45:35.867Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1692 | 2024-07-04T18:45:35.900Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1693 | 2024-07-04T18:45:35.924Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1694 | 2024-07-04T18:45:36.110Z | Checking tokio-tungstenite v0.20.1 |
1695 | 2024-07-04T18:45:36.480Z | Checking tungstenite v0.21.0 |
1696 | 2024-07-04T18:45:36.505Z | Checking env_logger v0.9.3 |
1697 | 2024-07-04T18:45:36.869Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1698 | 2024-07-04T18:45:36.938Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1699 | 2024-07-04T18:45:37.172Z | Compiling bitstruct_derive v0.1.0 |
1700 | 2024-07-04T18:45:37.197Z | Checking tokio-tungstenite v0.21.0 |
1701 | 2024-07-04T18:45:37.379Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1702 | 2024-07-04T18:45:37.574Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1703 | 2024-07-04T18:45:37.721Z | Checking ascii v1.1.0 |
1704 | 2024-07-04T18:45:37.808Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1705 | 2024-07-04T18:45:37.954Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1706 | 2024-07-04T18:45:38.020Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1707 | 2024-07-04T18:45:38.068Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1708 | 2024-07-04T18:45:38.150Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1709 | 2024-07-04T18:45:38.175Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1710 | 2024-07-04T18:45:38.273Z | Checking erased-serde v0.3.31 |
1711 | 2024-07-04T18:45:38.328Z | Checking bitstruct v0.1.1 |
1712 | 2024-07-04T18:45:38.389Z | Checking serde_arrays v0.1.0 |
1713 | 2024-07-04T18:45:38.432Z | Compiling heck v0.3.3 |
1714 | 2024-07-04T18:45:38.531Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1715 | 2024-07-04T18:45:38.782Z | Checking headers-core v0.2.0 |
1716 | 2024-07-04T18:45:38.808Z | Compiling zone_cfg_derive v0.1.2 |
1717 | 2024-07-04T18:45:38.833Z | Checking base64 v0.13.1 |
1718 | 2024-07-04T18:45:38.914Z | Checking headers v0.3.9 |
1719 | 2024-07-04T18:45:39.165Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1720 | 2024-07-04T18:45:39.191Z | Checking ron v0.7.1 |
1721 | 2024-07-04T18:45:39.566Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1722 | 2024-07-04T18:45:39.606Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1723 | 2024-07-04T18:45:39.747Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1724 | 2024-07-04T18:45:40.015Z | Checking zone v0.1.8 |
1725 | 2024-07-04T18:45:40.096Z | Checking portpicker v0.1.1 |
1726 | 2024-07-04T18:45:40.217Z | Checking rcgen v0.12.1 |
1727 | 2024-07-04T18:45:40.527Z | Checking atomicwrites v0.4.3 |
1728 | 2024-07-04T18:45:40.693Z | Checking subprocess v0.2.9 |
1729 | 2024-07-04T18:45:40.757Z | Compiling convert_case v0.4.0 |
1730 | 2024-07-04T18:45:41.067Z | Checking mockall v0.12.1 |
1731 | 2024-07-04T18:45:41.099Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1732 | 2024-07-04T18:45:41.134Z | Checking password-hash v0.5.0 |
1733 | 2024-07-04T18:45:41.221Z | Checking blake2 v0.10.6 |
1734 | 2024-07-04T18:45:41.270Z | Checking linked-hash-map v0.5.6 |
1735 | 2024-07-04T18:45:41.338Z | Compiling prettyplease v0.2.20 |
1736 | 2024-07-04T18:45:41.364Z | Checking swrite v0.1.0 |
1737 | 2024-07-04T18:45:41.468Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1738 | 2024-07-04T18:45:41.545Z | Checking lru-cache v0.1.2 |
1739 | 2024-07-04T18:45:41.594Z | Checking argon2 v0.5.3 |
1740 | 2024-07-04T18:45:41.619Z | Compiling derive_more v0.99.17 |
1741 | 2024-07-04T18:45:41.773Z | Compiling rayon-core v1.12.1 |
1742 | 2024-07-04T18:45:42.008Z | Checking resolv-conf v0.7.0 |
1743 | 2024-07-04T18:45:42.035Z | Checking half v2.4.1 |
1744 | 2024-07-04T18:45:42.118Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1745 | 2024-07-04T18:45:42.274Z | Checking trust-dns-resolver v0.22.0 |
1746 | 2024-07-04T18:45:42.319Z | Checking ciborium-io v0.2.2 |
1747 | 2024-07-04T18:45:42.397Z | Compiling semver v0.1.20 |
1748 | 2024-07-04T18:45:42.422Z | Compiling cancel-safe-futures v0.1.5 |
1749 | 2024-07-04T18:45:42.446Z | Checking ciborium-ll v0.2.2 |
1750 | 2024-07-04T18:45:42.735Z | Compiling rustc_version v0.1.7 |
1751 | 2024-07-04T18:45:42.782Z | Checking ciborium v0.2.2 |
1752 | 2024-07-04T18:45:43.176Z | Compiling newtype_derive v0.1.6 |
1753 | 2024-07-04T18:45:43.402Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1754 | 2024-07-04T18:45:44.040Z | Checking num-rational v0.4.2 |
1755 | 2024-07-04T18:45:44.096Z | Checking num-complex v0.4.6 |
1756 | 2024-07-04T18:45:44.291Z | Compiling slog-dtrace v0.3.0 |
1757 | 2024-07-04T18:45:44.597Z | Checking signature v2.2.0 |
1758 | 2024-07-04T18:45:44.685Z | Checking float-ord v0.3.2 |
1759 | 2024-07-04T18:45:44.766Z | Checking steno v0.4.1 |
1760 | 2024-07-04T18:45:44.842Z | Checking num v0.4.3 |
1761 | 2024-07-04T18:45:46.281Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1762 | 2024-07-04T18:45:46.354Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1763 | 2024-07-04T18:45:46.548Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1764 | 2024-07-04T18:45:47.392Z | Checking libsw v3.3.1 |
1765 | 2024-07-04T18:45:47.953Z | Checking linear-map v1.2.0 |
1766 | 2024-07-04T18:45:48.000Z | Checking owo-colors v4.0.0 |
1767 | 2024-07-04T18:45:49.339Z | Checking nibble_vec v0.1.0 |
1768 | 2024-07-04T18:45:49.405Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1769 | 2024-07-04T18:45:49.516Z | Checking endian-type v0.1.2 |
1770 | 2024-07-04T18:45:49.696Z | Checking radix_trie v0.2.1 |
1771 | 2024-07-04T18:45:50.014Z | Checking fxhash v0.2.1 |
1772 | 2024-07-04T18:45:50.039Z | Checking display-error-chain v0.2.0 |
1773 | 2024-07-04T18:45:50.158Z | Compiling home v0.5.9 |
1774 | 2024-07-04T18:45:50.182Z | Compiling radium v0.7.0 |
1775 | 2024-07-04T18:45:50.182Z | Compiling maybe-uninit v2.0.0 |
1776 | 2024-07-04T18:45:50.389Z | Checking tap v1.0.1 |
1777 | 2024-07-04T18:45:50.531Z | Checking wyz v0.5.1 |
1778 | 2024-07-04T18:45:50.670Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1779 | 2024-07-04T18:45:50.857Z | Checking crc-catalog v2.4.0 |
1780 | 2024-07-04T18:45:50.905Z | Compiling num-bigint-dig v0.8.4 |
1781 | 2024-07-04T18:45:50.990Z | Compiling packed_struct v0.10.1 |
1782 | 2024-07-04T18:45:51.031Z | Checking funty v2.0.0 |
1783 | 2024-07-04T18:45:51.369Z | Checking crc v3.2.1 |
1784 | 2024-07-04T18:45:51.488Z | Compiling packed_struct_codegen v0.10.1 |
1785 | 2024-07-04T18:45:51.721Z | Compiling indexmap v1.9.3 |
1786 | 2024-07-04T18:45:51.762Z | Checking nodrop v0.1.14 |
1787 | 2024-07-04T18:45:51.786Z | Checking bitvec v1.0.1 |
1788 | 2024-07-04T18:45:51.876Z | Checking array-init v0.0.4 |
1789 | 2024-07-04T18:45:52.102Z | Checking smallvec v0.6.14 |
1790 | 2024-07-04T18:45:52.728Z | Checking pkcs1 v0.7.5 |
1791 | 2024-07-04T18:45:52.890Z | Compiling ring v0.16.20 |
1792 | 2024-07-04T18:45:53.052Z | Compiling blake3 v1.5.1 |
1793 | 2024-07-04T18:45:53.503Z | Checking bitfield v0.14.0 |
1794 | 2024-07-04T18:45:53.736Z | Checking hashbrown v0.12.3 |
1795 | 2024-07-04T18:45:53.808Z | Checking serde-hex v0.1.0 |
1796 | 2024-07-04T18:45:54.142Z | Checking bzip2 v0.4.4 |
1797 | 2024-07-04T18:45:54.201Z | Checking rsa v0.9.6 |
1798 | 2024-07-04T18:45:54.397Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1799 | 2024-07-04T18:45:54.617Z | Checking env_logger v0.10.2 |
1800 | 2024-07-04T18:45:54.980Z | Checking x509-cert v0.2.5 |
1801 | 2024-07-04T18:45:55.026Z | Checking ron v0.8.1 |
1802 | 2024-07-04T18:45:55.147Z | Checking hashbrown v0.13.2 |
1803 | 2024-07-04T18:45:55.910Z | Checking crc-any v2.5.0 |
1804 | 2024-07-04T18:45:55.934Z | Checking zip v0.6.6 |
1805 | 2024-07-04T18:45:55.973Z | Checking object v0.30.4 |
1806 | 2024-07-04T18:45:56.024Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1807 | 2024-07-04T18:45:56.211Z | Checking path-slash v0.1.5 |
1808 | 2024-07-04T18:45:56.235Z | Compiling async-recursion v1.1.1 |
1809 | 2024-07-04T18:45:56.260Z | Checking gethostname v0.4.3 |
1810 | 2024-07-04T18:45:56.344Z | Compiling libefi-sys v0.1.0 |
1811 | 2024-07-04T18:45:56.375Z | Checking maplit v1.0.2 |
1812 | 2024-07-04T18:45:56.472Z | Compiling parking_lot_core v0.8.6 |
1813 | 2024-07-04T18:45:56.496Z | Compiling bitfield-struct v0.6.1 |
1814 | 2024-07-04T18:45:56.608Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1815 | 2024-07-04T18:45:56.969Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1816 | 2024-07-04T18:45:57.026Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1817 | 2024-07-04T18:45:57.179Z | Compiling crossbeam-deque v0.8.5 |
1818 | 2024-07-04T18:45:57.272Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1819 | 2024-07-04T18:45:57.296Z | Checking keccak v0.1.5 |
1820 | 2024-07-04T18:45:57.557Z | Checking sha3 v0.10.8 |
1821 | 2024-07-04T18:45:57.675Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1822 | 2024-07-04T18:45:58.152Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1823 | 2024-07-04T18:45:58.177Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1824 | 2024-07-04T18:45:58.317Z | Checking parking_lot v0.11.2 |
1825 | 2024-07-04T18:45:58.378Z | Checking trust-dns-client v0.22.0 |
1826 | 2024-07-04T18:45:58.475Z | Checking toml v0.5.11 |
1827 | 2024-07-04T18:45:58.550Z | Checking secrecy v0.8.0 |
1828 | 2024-07-04T18:45:58.617Z | Checking sled v0.34.7 |
1829 | 2024-07-04T18:45:58.722Z | Compiling rayon v1.10.0 |
1830 | 2024-07-04T18:45:59.416Z | Compiling memmap2 v0.9.4 |
1831 | 2024-07-04T18:45:59.609Z | Compiling arrayref v0.3.7 |
1832 | 2024-07-04T18:45:59.634Z | Checking trust-dns-server v0.22.1 |
1833 | 2024-07-04T18:45:59.702Z | Compiling arrayvec v0.7.4 |
1834 | 2024-07-04T18:45:59.800Z | Compiling constant_time_eq v0.3.0 |
1835 | 2024-07-04T18:45:59.952Z | Compiling untrusted v0.7.1 |
1836 | 2024-07-04T18:46:00.053Z | Compiling buf-list v1.0.3 |
1837 | 2024-07-04T18:46:00.118Z | Compiling spin v0.5.2 |
1838 | 2024-07-04T18:46:00.801Z | Compiling toolchain_find v0.4.0 |
1839 | 2024-07-04T18:46:01.127Z | Compiling topological-sort v0.2.2 |
1840 | 2024-07-04T18:46:01.319Z | Compiling rustfmt-wrapper v0.2.1 |
1841 | 2024-07-04T18:46:01.366Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1842 | 2024-07-04T18:46:01.562Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1843 | 2024-07-04T18:46:01.600Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1844 | 2024-07-04T18:46:01.626Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1845 | 2024-07-04T18:46:01.794Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1846 | 2024-07-04T18:46:02.795Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1847 | 2024-07-04T18:46:03.369Z | Compiling omicron-zone-package v0.11.0 |
1848 | 2024-07-04T18:46:04.101Z | Checking glob v0.3.1 |
1849 | 2024-07-04T18:46:04.346Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1850 | 2024-07-04T18:46:04.373Z | Compiling curve25519-dalek v4.1.3 |
1851 | 2024-07-04T18:46:04.848Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1852 | 2024-07-04T18:46:04.884Z | Checking universal-hash v0.5.1 |
1853 | 2024-07-04T18:46:05.036Z | Checking opaque-debug v0.3.1 |
1854 | 2024-07-04T18:46:05.227Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1855 | 2024-07-04T18:46:05.252Z | Compiling curve25519-dalek-derive v0.1.1 |
1856 | 2024-07-04T18:46:05.708Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1857 | 2024-07-04T18:46:06.092Z | Checking aead v0.5.2 |
1858 | 2024-07-04T18:46:06.282Z | Compiling pin-project-internal v1.1.5 |
1859 | 2024-07-04T18:46:06.626Z | Compiling vte_generate_state_changes v0.1.1 |
1860 | 2024-07-04T18:46:07.119Z | Compiling unicase v2.7.0 |
1861 | 2024-07-04T18:46:07.293Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1862 | 2024-07-04T18:46:07.531Z | Checking vte v0.11.1 |
1863 | 2024-07-04T18:46:07.825Z | Checking poly1305 v0.8.0 |
1864 | 2024-07-04T18:46:08.033Z | Checking chacha20 v0.9.1 |
1865 | 2024-07-04T18:46:08.222Z | Checking fd-lock v4.0.2 |
1866 | 2024-07-04T18:46:08.318Z | Compiling thiserror-impl-no-std v2.0.2 |
1867 | 2024-07-04T18:46:08.390Z | Checking nanorand v0.7.0 |
1868 | 2024-07-04T18:46:08.531Z | Checking strip-ansi-escapes v0.2.0 |
1869 | 2024-07-04T18:46:08.627Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1870 | 2024-07-04T18:46:08.675Z | Checking kstat-rs v0.2.4 |
1871 | 2024-07-04T18:46:08.720Z | Checking flume v0.11.0 |
1872 | 2024-07-04T18:46:08.745Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1873 | 2024-07-04T18:46:08.853Z | Checking pin-project v1.1.5 |
1874 | 2024-07-04T18:46:08.880Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1875 | 2024-07-04T18:46:08.969Z | Checking nu-ansi-term v0.50.0 |
1876 | 2024-07-04T18:46:09.029Z | Checking chacha20poly1305 v0.10.1 |
1877 | 2024-07-04T18:46:09.176Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1878 | 2024-07-04T18:46:09.201Z | Compiling crunchy v0.2.2 |
1879 | 2024-07-04T18:46:09.323Z | Checking reedline v0.31.0 |
1880 | 2024-07-04T18:46:09.452Z | Compiling mime_guess v2.0.4 |
1881 | 2024-07-04T18:46:09.612Z | Compiling clang-sys v1.7.0 |
1882 | 2024-07-04T18:46:09.987Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1883 | 2024-07-04T18:46:10.165Z | Compiling tiny-keccak v2.0.2 |
1884 | 2024-07-04T18:46:10.537Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1885 | 2024-07-04T18:46:10.741Z | Compiling memoffset v0.9.1 |
1886 | 2024-07-04T18:46:10.765Z | Checking bytecount v0.6.8 |
1887 | 2024-07-04T18:46:10.897Z | Compiling ref-cast v1.0.23 |
1888 | 2024-07-04T18:46:10.934Z | Checking thiserror-no-std v2.0.2 |
1889 | 2024-07-04T18:46:11.040Z | Checking vsss-rs v3.3.4 |
1890 | 2024-07-04T18:46:11.117Z | Checking papergrid v0.11.0 |
1891 | 2024-07-04T18:46:11.843Z | Compiling ascii-canvas v3.0.0 |
1892 | 2024-07-04T18:46:11.949Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1893 | 2024-07-04T18:46:12.164Z | Compiling tabled_derive v0.7.0 |
1894 | 2024-07-04T18:46:12.308Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1895 | 2024-07-04T18:46:12.542Z | Compiling snafu-derive v0.8.2 |
1896 | 2024-07-04T18:46:12.602Z | Compiling ref-cast-impl v1.0.23 |
1897 | 2024-07-04T18:46:13.327Z | Compiling ena v0.14.3 |
1898 | 2024-07-04T18:46:13.548Z | Compiling libloading v0.8.3 |
1899 | 2024-07-04T18:46:13.648Z | Checking http-range v0.1.5 |
1900 | 2024-07-04T18:46:13.680Z | Compiling bindgen v0.69.4 |
1901 | 2024-07-04T18:46:13.805Z | Compiling diff v0.1.13 |
1902 | 2024-07-04T18:46:13.923Z | Compiling regex-syntax v0.6.29 |
1903 | 2024-07-04T18:46:14.203Z | Checking tabled v0.15.0 |
1904 | 2024-07-04T18:46:14.291Z | Checking hyper-staticfile v0.9.5 |
1905 | 2024-07-04T18:46:15.330Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1906 | 2024-07-04T18:46:15.920Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1907 | 2024-07-04T18:46:16.662Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1908 | 2024-07-04T18:46:17.249Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1909 | 2024-07-04T18:46:18.432Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1910 | 2024-07-04T18:46:18.704Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1911 | 2024-07-04T18:46:19.988Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1912 | 2024-07-04T18:46:20.667Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1913 | 2024-07-04T18:46:21.310Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1914 | 2024-07-04T18:46:21.809Z | Checking snafu v0.8.2 |
1915 | 2024-07-04T18:46:22.222Z | Compiling lalrpop v0.19.12 |
1916 | 2024-07-04T18:46:22.336Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1917 | 2024-07-04T18:46:22.895Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1918 | 2024-07-04T18:46:23.666Z | Compiling which v4.4.2 |
1919 | 2024-07-04T18:46:24.190Z | Checking globset v0.4.14 |
1920 | 2024-07-04T18:46:24.584Z | Checking olpc-cjson v0.1.3 |
1921 | 2024-07-04T18:46:24.763Z | Compiling cexpr v0.6.0 |
1922 | 2024-07-04T18:46:24.933Z | Checking serde_plain v1.0.2 |
1923 | 2024-07-04T18:46:25.142Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1924 | 2024-07-04T18:46:25.368Z | Checking signature v1.6.4 |
1925 | 2024-07-04T18:46:25.484Z | Compiling salty v0.2.0 |
1926 | 2024-07-04T18:46:25.891Z | Compiling shlex v1.3.0 |
1927 | 2024-07-04T18:46:26.073Z | Compiling rustc-hash v1.1.0 |
1928 | 2024-07-04T18:46:26.208Z | Checking typed-path v0.7.1 |
1929 | 2024-07-04T18:46:26.252Z | Compiling lazycell v1.3.0 |
1930 | 2024-07-04T18:46:26.341Z | Compiling cfg_aliases v0.1.1 |
1931 | 2024-07-04T18:46:26.456Z | Compiling nix v0.28.0 |
1932 | 2024-07-04T18:46:26.974Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1933 | 2024-07-04T18:46:27.031Z | Checking ed25519 v1.5.3 |
1934 | 2024-07-04T18:46:27.255Z | Checking nix v0.27.1 |
1935 | 2024-07-04T18:46:27.735Z | Checking tough v0.17.1 |
1936 | 2024-07-04T18:46:29.847Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1937 | 2024-07-04T18:46:30.428Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1938 | 2024-07-04T18:46:31.092Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1939 | 2024-07-04T18:46:31.300Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1940 | 2024-07-04T18:46:31.372Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1941 | 2024-07-04T18:46:31.444Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1942 | 2024-07-04T18:46:32.428Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1943 | 2024-07-04T18:46:32.616Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1944 | 2024-07-04T18:46:32.840Z | Compiling derive_builder_core v0.20.0 |
1945 | 2024-07-04T18:46:32.886Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1946 | 2024-07-04T18:46:33.620Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1947 | 2024-07-04T18:46:33.966Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1948 | 2024-07-04T18:46:34.273Z | Checking serde-big-array v0.5.1 |
1949 | 2024-07-04T18:46:34.458Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1950 | 2024-07-04T18:46:34.748Z | Compiling libxml v0.3.3 |
1951 | 2024-07-04T18:46:34.818Z | Checking parse-size v1.0.0 |
1952 | 2024-07-04T18:46:34.971Z | Compiling derive_builder_macro v0.20.0 |
1953 | 2024-07-04T18:46:35.177Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1954 | 2024-07-04T18:46:35.413Z | Checking signal-hook-tokio v0.3.1 |
1955 | 2024-07-04T18:46:35.450Z | Checking serde-big-array v0.4.1 |
1956 | 2024-07-04T18:46:35.565Z | Compiling strum_macros v0.24.3 |
1957 | 2024-07-04T18:46:35.604Z | Compiling cookie v0.18.1 |
1958 | 2024-07-04T18:46:35.668Z | Compiling indoc v1.0.9 |
1959 | 2024-07-04T18:46:35.863Z | Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1960 | 2024-07-04T18:46:35.908Z | Checking derive_builder v0.20.0 |
1961 | 2024-07-04T18:46:36.628Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1962 | 2024-07-04T18:46:36.729Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1963 | 2024-07-04T18:46:37.865Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1964 | 2024-07-04T18:46:38.057Z | Compiling peg-macros v0.8.3 |
1965 | 2024-07-04T18:46:38.086Z | Checking quick-xml v0.31.0 |
1966 | 2024-07-04T18:46:38.635Z | Compiling impl-trait-for-tuples v0.2.2 |
1967 | 2024-07-04T18:46:38.660Z | Compiling oso-derive v0.27.3 |
1968 | 2024-07-04T18:46:39.480Z | Compiling sqlparser_derive v0.2.2 |
1969 | 2024-07-04T18:46:39.712Z | Checking heck v0.4.1 |
1970 | 2024-07-04T18:46:39.892Z | Checking unicode_categories v0.1.1 |
1971 | 2024-07-04T18:46:40.290Z | Checking corncobs v0.1.3 |
1972 | 2024-07-04T18:46:40.367Z | Checking sqlparser v0.45.0 |
1973 | 2024-07-04T18:46:40.458Z | Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1974 | 2024-07-04T18:46:40.615Z | Checking rustyline v14.0.0 |
1975 | 2024-07-04T18:46:40.914Z | Checking peg v0.8.3 |
1976 | 2024-07-04T18:46:41.007Z | Checking sqlformat v0.2.3 |
1977 | 2024-07-04T18:46:41.916Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1978 | 2024-07-04T18:46:42.684Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1979 | 2024-07-04T18:46:42.956Z | Checking bcs v0.1.6 |
1980 | 2024-07-04T18:46:43.103Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1981 | 2024-07-04T18:46:44.140Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1982 | 2024-07-04T18:46:44.353Z | Checking highway v1.1.0 |
1983 | 2024-07-04T18:46:44.513Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1984 | 2024-07-04T18:46:44.692Z | Checking bb8 v0.8.3 |
1985 | 2024-07-04T18:46:44.738Z | Compiling const_format_proc_macros v0.2.32 |
1986 | 2024-07-04T18:46:45.062Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1987 | 2024-07-04T18:46:45.854Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1988 | 2024-07-04T18:46:46.539Z | Checking const_format v0.2.32 |
1989 | 2024-07-04T18:46:46.922Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1990 | 2024-07-04T18:46:47.414Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1991 | 2024-07-04T18:46:47.439Z | Checking assert_matches v1.5.0 |
1992 | 2024-07-04T18:46:47.535Z | Compiling portable-atomic v1.6.0 |
1993 | 2024-07-04T18:46:48.031Z | Checking rand_seeder v0.2.3 |
1994 | 2024-07-04T18:46:48.254Z | Checking number_prefix v0.4.0 |
1995 | 2024-07-04T18:46:48.300Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1996 | 2024-07-04T18:46:48.446Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1997 | 2024-07-04T18:46:48.860Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1998 | 2024-07-04T18:46:49.085Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1999 | 2024-07-04T18:46:49.109Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2000 | 2024-07-04T18:46:49.462Z | Checking indicatif v0.17.8 |
2001 | 2024-07-04T18:46:50.035Z | Checking castaway v0.2.2 |
2002 | 2024-07-04T18:46:50.124Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2003 | 2024-07-04T18:46:50.188Z | Checking compact_str v0.7.1 |
2004 | 2024-07-04T18:46:50.274Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2005 | 2024-07-04T18:46:50.363Z | Checking lru v0.12.3 |
2006 | 2024-07-04T18:46:50.497Z | Compiling stability v0.2.0 |
2007 | 2024-07-04T18:46:50.609Z | Checking cassowary v0.3.0 |
2008 | 2024-07-04T18:46:50.812Z | Compiling indoc v2.0.5 |
2009 | 2024-07-04T18:46:51.002Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2010 | 2024-07-04T18:46:51.320Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2011 | 2024-07-04T18:46:51.707Z | Checking ratatui v0.26.2 |
2012 | 2024-07-04T18:46:52.306Z | Checking smawk v0.3.2 |
2013 | 2024-07-04T18:46:52.480Z | Checking unicode-linebreak v0.1.5 |
2014 | 2024-07-04T18:46:52.593Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2015 | 2024-07-04T18:46:52.844Z | Checking textwrap v0.16.1 |
2016 | 2024-07-04T18:46:53.169Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2017 | 2024-07-04T18:46:53.393Z | Checking is_ci v1.2.0 |
2018 | 2024-07-04T18:46:53.450Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2019 | 2024-07-04T18:46:53.533Z | Checking supports-color v3.0.0 |
2020 | 2024-07-04T18:46:53.564Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2021 | 2024-07-04T18:46:53.732Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2022 | 2024-07-04T18:46:54.064Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2023 | 2024-07-04T18:46:54.458Z | Checking fatfs v0.3.6 |
2024 | 2024-07-04T18:46:55.262Z | Checking shell-words v1.1.0 |
2025 | 2024-07-04T18:46:55.389Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2026 | 2024-07-04T18:46:55.418Z | Checking cargo-platform v0.1.8 |
2027 | 2024-07-04T18:46:55.671Z | Checking rtoolbox v0.0.2 |
2028 | 2024-07-04T18:46:55.835Z | Compiling getrandom v0.1.16 |
2029 | 2024-07-04T18:46:56.430Z | Checking rpassword v7.3.1 |
2030 | 2024-07-04T18:46:56.560Z | Checking cargo_metadata v0.18.1 |
2031 | 2024-07-04T18:46:57.037Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2032 | 2024-07-04T18:46:57.844Z | Checking tui-tree-widget v0.19.0 |
2033 | 2024-07-04T18:46:58.324Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2034 | 2024-07-04T18:46:59.028Z | Checking rfc6979 v0.4.0 |
2035 | 2024-07-04T18:46:59.329Z | Checking ecdsa v0.16.9 |
2036 | 2024-07-04T18:46:59.571Z | Checking rand_core v0.5.1 |
2037 | 2024-07-04T18:46:59.819Z | Checking primeorder v0.13.6 |
2038 | 2024-07-04T18:47:00.105Z | Checking yansi v0.5.1 |
2039 | 2024-07-04T18:47:00.221Z | Checking option-ext v0.2.0 |
2040 | 2024-07-04T18:47:00.337Z | Checking dirs-sys v0.4.1 |
2041 | 2024-07-04T18:47:00.361Z | Checking pretty_assertions v1.4.0 |
2042 | 2024-07-04T18:47:00.497Z | Checking rand_chacha v0.2.2 |
2043 | 2024-07-04T18:47:00.529Z | Checking polyval v0.6.2 |
2044 | 2024-07-04T18:47:00.761Z | Checking ed25519 v2.2.3 |
2045 | 2024-07-04T18:47:00.785Z | Checking blowfish v0.9.1 |
2046 | 2024-07-04T18:47:00.966Z | Checking ctr v0.9.2 |
2047 | 2024-07-04T18:47:00.990Z | Checking aes v0.8.4 |
2048 | 2024-07-04T18:47:01.210Z | Checking password-hash v0.4.2 |
2049 | 2024-07-04T18:47:01.325Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2050 | 2024-07-04T18:47:01.567Z | Checking pbkdf2 v0.12.2 |
2051 | 2024-07-04T18:47:01.694Z | Checking hex-literal v0.4.1 |
2052 | 2024-07-04T18:47:01.719Z | Checking plotters-backend v0.3.5 |
2053 | 2024-07-04T18:47:01.821Z | Checking bcrypt-pbkdf v0.10.0 |
2054 | 2024-07-04T18:47:02.038Z | Checking plotters-svg v0.3.5 |
2055 | 2024-07-04T18:47:02.063Z | Checking pbkdf2 v0.11.0 |
2056 | 2024-07-04T18:47:02.217Z | Checking ed25519-dalek v2.1.1 |
2057 | 2024-07-04T18:47:02.291Z | Checking rand v0.7.3 |
2058 | 2024-07-04T18:47:02.495Z | Checking ghash v0.5.1 |
2059 | 2024-07-04T18:47:02.651Z | Checking dirs v5.0.1 |
2060 | 2024-07-04T18:47:02.771Z | Checking p521 v0.13.3 |
2061 | 2024-07-04T18:47:03.389Z | Checking p256 v0.13.2 |
2062 | 2024-07-04T18:47:03.755Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2063 | 2024-07-04T18:47:03.780Z | Checking cbc v0.1.2 |
2064 | 2024-07-04T18:47:03.962Z | Checking russh-cryptovec v0.7.2 |
2065 | 2024-07-04T18:47:04.132Z | Checking cast v0.3.0 |
2066 | 2024-07-04T18:47:04.372Z | Compiling target-lexicon v0.12.14 |
2067 | 2024-07-04T18:47:05.051Z | Compiling doc-comment v0.3.3 |
2068 | 2024-07-04T18:47:05.210Z | Checking md5 v0.7.0 |
2069 | 2024-07-04T18:47:05.469Z | Checking russh-keys v0.43.0 |
2070 | 2024-07-04T18:47:05.804Z | Checking criterion-plot v0.5.0 |
2071 | 2024-07-04T18:47:06.237Z | Checking aes-gcm v0.10.3 |
2072 | 2024-07-04T18:47:06.458Z | Checking plotters v0.3.5 |
2073 | 2024-07-04T18:47:06.482Z | Checking http-body v1.0.0 |
2074 | 2024-07-04T18:47:06.670Z | Checking tinytemplate v1.2.1 |
2075 | 2024-07-04T18:47:06.821Z | Checking csv-core v0.1.11 |
2076 | 2024-07-04T18:47:07.021Z | Checking regex-automata v0.1.10 |
2077 | 2024-07-04T18:47:07.132Z | Compiling dhcproto-macros v0.1.0 |
2078 | 2024-07-04T18:47:07.391Z | Checking tower-layer v0.3.2 |
2079 | 2024-07-04T18:47:07.663Z | Compiling guppy-workspace-hack v0.1.0 |
2080 | 2024-07-04T18:47:07.892Z | Compiling assert_cmd v2.0.14 |
2081 | 2024-07-04T18:47:07.988Z | Checking anes v0.1.6 |
2082 | 2024-07-04T18:47:08.017Z | Checking oorandom v11.1.3 |
2083 | 2024-07-04T18:47:08.159Z | Checking dhcproto v0.11.0 |
2084 | 2024-07-04T18:47:08.286Z | Checking tower v0.4.13 |
2085 | 2024-07-04T18:47:08.311Z | Checking criterion v0.5.1 |
2086 | 2024-07-04T18:47:08.904Z | Checking bstr v0.2.17 |
2087 | 2024-07-04T18:47:09.260Z | Checking csv v1.3.0 |
2088 | 2024-07-04T18:47:09.581Z | Checking hyper v1.3.1 |
2089 | 2024-07-04T18:47:09.923Z | Checking russh v0.43.0 |
2090 | 2024-07-04T18:47:10.658Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2091 | 2024-07-04T18:47:10.921Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2092 | 2024-07-04T18:47:11.595Z | Compiling target-spec v3.1.0 |
2093 | 2024-07-04T18:47:11.620Z | Checking internet-checksum v0.2.1 |
2094 | 2024-07-04T18:47:12.507Z | Checking cfg-expr v0.15.8 |
2095 | 2024-07-04T18:47:13.128Z | Checking hyper-util v0.1.3 |
2096 | 2024-07-04T18:47:13.175Z | Checking httptest v0.15.5 |
2097 | 2024-07-04T18:47:13.440Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2098 | 2024-07-04T18:47:13.775Z | Checking rustls-native-certs v0.7.0 |
2099 | 2024-07-04T18:47:14.396Z | Checking hyper-rustls v0.26.0 |
2100 | 2024-07-04T18:47:14.957Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2101 | 2024-07-04T18:47:15.173Z | Checking pathdiff v0.2.1 |
2102 | 2024-07-04T18:47:15.302Z | Checking threadpool v1.8.1 |
2103 | 2024-07-04T18:47:15.464Z | Checking escape8259 v0.5.2 |
2104 | 2024-07-04T18:47:15.489Z | Checking nested v0.1.1 |
2105 | 2024-07-04T18:47:15.628Z | Checking libtest-mimic v0.7.3 |
2106 | 2024-07-04T18:47:15.663Z | Checking guppy v0.17.5 |
2107 | 2024-07-04T18:47:16.025Z | Checking similar-asserts v1.5.0 |
2108 | 2024-07-04T18:47:16.216Z | Checking fancy-regex v0.13.0 |
2109 | 2024-07-04T18:47:16.805Z | Compiling rstest_macros v0.19.0 |
2110 | 2024-07-04T18:47:16.895Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2111 | 2024-07-04T18:47:17.324Z | Checking datatest-stable v0.2.9 |
2112 | 2024-07-04T18:47:17.353Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2113 | 2024-07-04T18:47:17.571Z | Checking blake2b_simd v1.0.2 |
2114 | 2024-07-04T18:47:18.240Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2115 | 2024-07-04T18:47:18.378Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2116 | 2024-07-04T18:47:18.474Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2117 | 2024-07-04T18:47:18.815Z | Compiling trybuild v1.0.96 |
2118 | 2024-07-04T18:47:19.031Z | Compiling relative-path v1.9.3 |
2119 | 2024-07-04T18:47:19.301Z | Checking rust-argon2 v2.1.0 |
2120 | 2024-07-04T18:47:19.650Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2121 | 2024-07-04T18:47:20.515Z | Checking multimap v0.10.0 |
2122 | 2024-07-04T18:47:20.765Z | Checking futures-timer v3.0.3 |
2123 | 2024-07-04T18:47:22.080Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2124 | 2024-07-04T18:47:22.823Z | Checking partial-io v0.5.4 |
2125 | 2024-07-04T18:47:23.126Z | Checking cargo_toml v0.20.3 |
2126 | 2024-07-04T18:47:24.624Z | Checking rand_distr v0.4.3 |
2127 | 2024-07-04T18:47:25.231Z | Checking approx v0.5.1 |
2128 | 2024-07-04T18:47:25.413Z | Checking termios v0.3.3 |
2129 | 2024-07-04T18:47:25.591Z | Checking uzers v0.11.3 |
2130 | 2024-07-04T18:47:25.870Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2131 | 2024-07-04T18:47:27.004Z | Checking rstest v0.19.0 |
2132 | 2024-07-04T18:47:28.510Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2133 | 2024-07-04T18:47:29.968Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2134 | 2024-07-04T18:47:30.046Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2135 | 2024-07-04T18:47:35.887Z | Compiling samael v0.0.15 |
2136 | 2024-07-04T18:47:39.675Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2137 | 2024-07-04T18:48:00.973Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2138 | 2024-07-04T18:48:02.615Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2139 | 2024-07-04T18:48:10.346Z | Compiling polar-core v0.27.3 |
2140 | 2024-07-04T18:48:19.444Z | Checking oso v0.27.3 |
2141 | 2024-07-04T18:48:57.582Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2142 | 2024-07-04T18:48:57.582Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2143 | 2024-07-04T18:48:57.608Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2144 | 2024-07-04T18:50:23.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 25s |
2145 | 2024-07-04T18:50:23.612Z | |
2146 | 2024-07-04T18:50:23.612Z | real 6:35.933950534 |
2147 | 2024-07-04T18:50:23.612Z | user 32:37.328273711 |
2148 | 2024-07-04T18:50:23.612Z | sys 6:10.101440121 |
2149 | 2024-07-04T18:50:23.612Z | trap 0.830048809 |
2150 | 2024-07-04T18:50:23.612Z | tflt 0.440701992 |
2151 | 2024-07-04T18:50:23.612Z | dflt 0.752067293 |
2152 | 2024-07-04T18:50:23.612Z | kflt 0.001552628 |
2153 | 2024-07-04T18:50:23.612Z | lock 1:39:56.551089192 |
2154 | 2024-07-04T18:50:23.612Z | slp 1:45:04.526535757 |
2155 | 2024-07-04T18:50:23.612Z | lat 1:48.955471740 |
2156 | 2024-07-04T18:50:23.613Z | stop 5:52.932978013 |
2157 | 2024-07-04T18:50:23.637Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2158 | 2024-07-04T18:50:23.637Z | + ptime -m cargo doc --workspace --no-deps |
2159 | 2024-07-04T18:50:24.871Z | warning: output filename collision. |
2160 | 2024-07-04T18:50:24.871Z | 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)`. |
2161 | 2024-07-04T18:50:24.872Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2162 | 2024-07-04T18:50:24.872Z | The targets should have unique names. |
2163 | 2024-07-04T18:50:24.872Z | This is a known bug where multiple crates with the same name use |
2164 | 2024-07-04T18:50:24.872Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2165 | 2024-07-04T18:50:25.486Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2166 | 2024-07-04T18:50:25.516Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2167 | 2024-07-04T18:50:25.565Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2168 | 2024-07-04T18:50:25.590Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2169 | 2024-07-04T18:50:25.614Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2170 | 2024-07-04T18:50:25.614Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2171 | 2024-07-04T18:50:25.742Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2172 | 2024-07-04T18:50:25.851Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2173 | 2024-07-04T18:50:25.852Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2174 | 2024-07-04T18:50:25.886Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2175 | 2024-07-04T18:50:25.911Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2176 | 2024-07-04T18:50:26.056Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2177 | 2024-07-04T18:50:26.163Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2178 | 2024-07-04T18:50:26.267Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2179 | 2024-07-04T18:50:26.515Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2180 | 2024-07-04T18:50:26.540Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2181 | 2024-07-04T18:50:27.452Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2182 | 2024-07-04T18:50:29.276Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2183 | 2024-07-04T18:50:29.364Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2184 | 2024-07-04T18:50:29.517Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2185 | 2024-07-04T18:50:29.751Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2186 | 2024-07-04T18:50:29.776Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2187 | 2024-07-04T18:50:29.983Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2188 | 2024-07-04T18:50:30.222Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2189 | 2024-07-04T18:50:30.415Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2190 | 2024-07-04T18:50:30.685Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2191 | 2024-07-04T18:50:30.840Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2192 | 2024-07-04T18:50:31.055Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2193 | 2024-07-04T18:50:31.150Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2194 | 2024-07-04T18:50:31.306Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2195 | 2024-07-04T18:50:31.358Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2196 | 2024-07-04T18:50:31.541Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2197 | 2024-07-04T18:50:31.600Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2198 | 2024-07-04T18:50:32.174Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2199 | 2024-07-04T18:50:32.252Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2200 | 2024-07-04T18:50:33.614Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2201 | 2024-07-04T18:50:35.405Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2202 | 2024-07-04T18:50:35.774Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2203 | 2024-07-04T18:50:36.800Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2204 | 2024-07-04T18:50:37.529Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2205 | 2024-07-04T18:50:38.149Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2206 | 2024-07-04T18:50:38.859Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2207 | 2024-07-04T18:50:39.471Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2208 | 2024-07-04T18:50:39.862Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2209 | 2024-07-04T18:50:40.168Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2210 | 2024-07-04T18:50:40.195Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2211 | 2024-07-04T18:50:40.688Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2212 | 2024-07-04T18:50:41.278Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2213 | 2024-07-04T18:50:41.322Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2214 | 2024-07-04T18:50:41.967Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2215 | 2024-07-04T18:50:42.411Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2216 | 2024-07-04T18:50:42.676Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2217 | 2024-07-04T18:50:43.495Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2218 | 2024-07-04T18:50:44.553Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2219 | 2024-07-04T18:50:45.057Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2220 | 2024-07-04T18:50:45.442Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2221 | 2024-07-04T18:50:45.931Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2222 | 2024-07-04T18:50:46.074Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2223 | 2024-07-04T18:50:46.333Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2224 | 2024-07-04T18:50:46.783Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2225 | 2024-07-04T18:50:47.255Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2226 | 2024-07-04T18:50:48.827Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2227 | 2024-07-04T18:50:48.959Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2228 | 2024-07-04T18:50:49.715Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2229 | 2024-07-04T18:50:50.718Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2230 | 2024-07-04T18:50:51.080Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2231 | 2024-07-04T18:50:51.418Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2232 | 2024-07-04T18:50:51.621Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2233 | 2024-07-04T18:50:52.162Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2234 | 2024-07-04T18:50:52.858Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2235 | 2024-07-04T18:50:55.251Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2236 | 2024-07-04T18:50:55.324Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2237 | 2024-07-04T18:50:56.046Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2238 | 2024-07-04T18:50:56.424Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2239 | 2024-07-04T18:50:57.400Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2240 | 2024-07-04T18:50:57.747Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2241 | 2024-07-04T18:50:58.280Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2242 | 2024-07-04T18:51:01.610Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2243 | 2024-07-04T18:51:01.895Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2244 | 2024-07-04T18:51:02.441Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2245 | 2024-07-04T18:51:03.527Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2246 | 2024-07-04T18:51:08.479Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2247 | 2024-07-04T18:51:20.517Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2248 | 2024-07-04T18:51:26.699Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2249 | 2024-07-04T18:51:27.511Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2250 | 2024-07-04T18:51:27.842Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2251 | 2024-07-04T18:51:28.338Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2252 | 2024-07-04T18:51:38.789Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2253 | 2024-07-04T18:51:39.860Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2254 | 2024-07-04T18:51:42.710Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2255 | 2024-07-04T18:51:52.426Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2256 | 2024-07-04T18:51:57.452Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2257 | 2024-07-04T18:52:06.219Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2258 | 2024-07-04T18:52:11.728Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2259 | 2024-07-04T18:52:13.750Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2260 | 2024-07-04T18:52:13.912Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2261 | 2024-07-04T18:52:14.327Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2262 | 2024-07-04T18:52:23.045Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2263 | 2024-07-04T18:52:24.153Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2264 | 2024-07-04T18:52:26.991Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2265 | 2024-07-04T18:52:36.034Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2266 | 2024-07-04T18:52:44.608Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2267 | 2024-07-04T18:52:45.440Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2268 | 2024-07-04T18:52:58.024Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2269 | 2024-07-04T18:52:58.409Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2270 | 2024-07-04T18:53:02.996Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2271 | 2024-07-04T18:53:06.964Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2272 | 2024-07-04T18:53:07.300Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2273 | 2024-07-04T18:53:09.035Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2274 | 2024-07-04T18:53:10.434Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2275 | 2024-07-04T18:53:14.290Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2276 | 2024-07-04T18:53:25.391Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2277 | 2024-07-04T18:53:26.171Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2278 | 2024-07-04T18:53:26.577Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2279 | 2024-07-04T18:53:27.880Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2280 | 2024-07-04T18:53:30.881Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2281 | 2024-07-04T18:53:31.208Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2282 | 2024-07-04T18:53:37.690Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2283 | 2024-07-04T18:53:38.060Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2284 | 2024-07-04T18:53:38.702Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2285 | 2024-07-04T18:53:40.429Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2286 | 2024-07-04T18:53:41.419Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2287 | 2024-07-04T18:53:41.775Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2288 | 2024-07-04T18:53:42.373Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2289 | 2024-07-04T18:53:47.097Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2290 | 2024-07-04T18:53:51.277Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2291 | 2024-07-04T18:53:53.927Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2292 | 2024-07-04T18:53:56.797Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2293 | 2024-07-04T18:53:56.857Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2294 | 2024-07-04T18:53:57.260Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2295 | 2024-07-04T18:53:58.905Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2296 | 2024-07-04T18:54:00.303Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2297 | 2024-07-04T18:54:00.328Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2298 | 2024-07-04T18:54:03.984Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2299 | 2024-07-04T18:54:10.885Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2300 | 2024-07-04T18:54:10.909Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2301 | 2024-07-04T18:54:11.722Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2302 | 2024-07-04T18:54:12.385Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2303 | 2024-07-04T18:54:14.414Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2304 | 2024-07-04T18:54:14.778Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2305 | 2024-07-04T18:54:15.694Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2306 | 2024-07-04T18:54:20.949Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2307 | 2024-07-04T18:54:22.596Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2308 | 2024-07-04T18:54:24.917Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2309 | 2024-07-04T18:54:25.099Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2310 | 2024-07-04T18:54:26.181Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2311 | 2024-07-04T18:54:26.292Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2312 | 2024-07-04T18:54:29.211Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2313 | 2024-07-04T18:54:29.770Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2314 | 2024-07-04T18:54:30.502Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2315 | 2024-07-04T18:54:31.614Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2316 | 2024-07-04T18:54:31.663Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2317 | 2024-07-04T18:54:31.729Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2318 | 2024-07-04T18:54:33.280Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2319 | 2024-07-04T18:55:02.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 38s |
2320 | 2024-07-04T18:55:02.219Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
2321 | 2024-07-04T18:55:02.274Z | |
2322 | 2024-07-04T18:55:02.274Z | real 4:38.618342701 |
2323 | 2024-07-04T18:55:02.274Z | user 14:40.550454204 |
2324 | 2024-07-04T18:55:02.274Z | sys 18:31.309437193 |
2325 | 2024-07-04T18:55:02.274Z | trap 0.262964068 |
2326 | 2024-07-04T18:55:02.274Z | tflt 0.084445286 |
2327 | 2024-07-04T18:55:02.274Z | dflt 0.378266247 |
2328 | 2024-07-04T18:55:02.274Z | kflt 0.000061798 |
2329 | 2024-07-04T18:55:02.274Z | lock 42:11.526122780 |
2330 | 2024-07-04T18:55:02.274Z | slp 1:11:18.872435934 |
2331 | 2024-07-04T18:55:02.274Z | lat 54.760020021 |
2332 | 2024-07-04T18:55:02.274Z | stop 35.135622370 |
2333 | 2024-07-04T18:55:02.298Z | process exited: duration 843331 ms, exit code 0 |
|
2334 | 2024-07-04T18:55:02.347Z | found 0 output files |