|
|
|
1 | 2024-06-06T20:28:57.801Z | job assigned to worker 01HZQKSXPSJ2PNNB34YJDJS9GK (queued for 38 s) |
|
2 | 2024-06-06T20:28:58.448Z | starting task 0: "setup" |
3 | 2024-06-06T20:28:58.473Z | ++ uname -s |
4 | 2024-06-06T20:28:58.473Z | + kern=SunOS |
5 | 2024-06-06T20:28:58.473Z | + case "$kern" in |
6 | 2024-06-06T20:28:58.473Z | + groupadd -g 12345 build |
7 | 2024-06-06T20:28:58.473Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-06T20:29:00.482Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-06T20:29:00.526Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-06T20:29:00.551Z | + home_fs=zfs |
11 | 2024-06-06T20:29:00.551Z | + [[ zfs == autofs ]] |
12 | 2024-06-06T20:29:00.551Z | + mkdir -p /home/build |
13 | 2024-06-06T20:29:00.551Z | + chown build:build /home/build /work |
14 | 2024-06-06T20:29:02.537Z | + chmod 0700 /home/build /work |
15 | 2024-06-06T20:29:02.562Z | process exited: duration 4091 ms, exit code 0 |
|
16 | 2024-06-06T20:29:02.614Z | starting task 1: "rust-toolchain" |
17 | 2024-06-06T20:29:02.639Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-06-06T20:29:02.639Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-06-06T20:29:02.771Z | info: downloading installer |
20 | 2024-06-06T20:29:03.251Z | info: profile set to 'default' |
21 | 2024-06-06T20:29:03.251Z | info: default host triple is x86_64-unknown-illumos |
22 | 2024-06-06T20:29:03.278Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
23 | 2024-06-06T20:29:03.354Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
24 | 2024-06-06T20:29:03.354Z | info: downloading component 'cargo' |
25 | 2024-06-06T20:29:03.564Z | info: downloading component 'clippy' |
26 | 2024-06-06T20:29:03.603Z | info: downloading component 'rust-docs' |
27 | 2024-06-06T20:29:03.765Z | info: downloading component 'rust-std' |
28 | 2024-06-06T20:29:04.025Z | info: downloading component 'rustc' |
29 | 2024-06-06T20:29:04.704Z | info: downloading component 'rustfmt' |
30 | 2024-06-06T20:29:04.748Z | info: installing component 'cargo' |
31 | 2024-06-06T20:29:05.904Z | info: installing component 'clippy' |
32 | 2024-06-06T20:29:06.332Z | info: installing component 'rust-docs' |
33 | 2024-06-06T20:29:08.941Z | info: installing component 'rust-std' |
34 | 2024-06-06T20:29:11.077Z | info: installing component 'rustc' |
35 | 2024-06-06T20:29:16.641Z | info: installing component 'rustfmt' |
36 | 2024-06-06T20:29:16.681Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
37 | 2024-06-06T20:29:16.681Z | |
38 | 2024-06-06T20:29:16.746Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
39 | 2024-06-06T20:29:16.746Z | |
40 | 2024-06-06T20:29:16.746Z | |
41 | 2024-06-06T20:29:16.746Z | Rust is installed now. Great! |
42 | 2024-06-06T20:29:16.746Z | |
43 | 2024-06-06T20:29:16.746Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
44 | 2024-06-06T20:29:16.774Z | environment variable. This has not been done automatically. |
45 | 2024-06-06T20:29:16.774Z | |
46 | 2024-06-06T20:29:16.774Z | To configure your current shell, you need to source |
47 | 2024-06-06T20:29:16.774Z | the corresponding env file under $HOME/.cargo. |
48 | 2024-06-06T20:29:16.774Z | |
49 | 2024-06-06T20:29:16.775Z | This is usually done by running one of the following (note the leading DOT): |
50 | 2024-06-06T20:29:16.775Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
51 | 2024-06-06T20:29:16.775Z | source "$HOME/.cargo/env.fish" # For fish |
52 | 2024-06-06T20:29:16.818Z | + rustc --version |
53 | 2024-06-06T20:29:16.935Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
54 | 2024-06-06T20:29:16.961Z | process exited: duration 14326 ms, exit code 0 |
|
55 | 2024-06-06T20:29:17.449Z | starting task 2: "authentication" |
56 | 2024-06-06T20:29:17.512Z | process exited: duration 83 ms, exit code 0 |
|
57 | 2024-06-06T20:29:17.562Z | starting task 3: "clone repository" |
58 | 2024-06-06T20:29:17.587Z | + mkdir -p /work/oxidecomputer/omicron |
59 | 2024-06-06T20:29:17.587Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
60 | 2024-06-06T20:29:17.626Z | Cloning into '/work/oxidecomputer/omicron'... |
61 | 2024-06-06T20:29:24.147Z | + cd /work/oxidecomputer/omicron |
62 | 2024-06-06T20:29:24.147Z | + git fetch origin 8610b4cd2c80ceab6614a5fb940312b0563247ee |
63 | 2024-06-06T20:29:24.576Z | From https://github.com/oxidecomputer/omicron |
64 | 2024-06-06T20:29:24.577Z | * branch 8610b4cd2c80ceab6614a5fb940312b0563247ee -> FETCH_HEAD |
65 | 2024-06-06T20:29:24.607Z | + [[ -n show_versions_working ]] |
66 | 2024-06-06T20:29:24.608Z | ++ git branch --show-current |
67 | 2024-06-06T20:29:24.608Z | + current=main |
68 | 2024-06-06T20:29:24.608Z | + [[ main != show_versions_working ]] |
69 | 2024-06-06T20:29:24.608Z | + git branch -f show_versions_working 8610b4cd2c80ceab6614a5fb940312b0563247ee |
70 | 2024-06-06T20:29:24.609Z | + git checkout -f show_versions_working |
71 | 2024-06-06T20:29:25.194Z | Switched to branch 'show_versions_working' |
72 | 2024-06-06T20:29:25.640Z | + git reset --hard 8610b4cd2c80ceab6614a5fb940312b0563247ee |
73 | 2024-06-06T20:29:25.640Z | HEAD is now at 8610b4cd2 Filter available artifacts by signing hash |
74 | 2024-06-06T20:29:25.640Z | process exited: duration 7390 ms, exit code 0 |
|
75 | 2024-06-06T20:29:25.715Z | starting task 4: "build" |
76 | 2024-06-06T20:29:25.746Z | + cargo --version |
77 | 2024-06-06T20:29:25.793Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-06-06T20:29:25.836Z | + rustc --version |
79 | 2024-06-06T20:29:25.870Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-06-06T20:29:25.904Z | + source ./env.sh |
81 | 2024-06-06T20:29:25.904Z | ++ set -o xtrace |
82 | 2024-06-06T20:29:25.905Z | ++++ dirname ./env.sh |
83 | 2024-06-06T20:29:25.905Z | +++ readlink -f . |
84 | 2024-06-06T20:29:25.905Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
85 | 2024-06-06T20:29:25.905Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
86 | 2024-06-06T20:29:25.905Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2024-06-06T20:29:25.905Z | ++ 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 |
88 | 2024-06-06T20:29:25.905Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-06-06T20:29:25.905Z | ++ 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 |
90 | 2024-06-06T20:29:25.905Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-06-06T20:29:25.905Z | ++ 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 |
92 | 2024-06-06T20:29:25.906Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-06-06T20:29:25.906Z | ++ unset OMICRON_WS |
94 | 2024-06-06T20:29:25.906Z | ++ set +o xtrace |
95 | 2024-06-06T20:29:25.906Z | |
96 | 2024-06-06T20:29:25.906Z | ##### ##### ###### ##### ###### #### # # # #### # |
97 | 2024-06-06T20:29:25.906Z | # # # # # # # # # # # # # # # |
98 | 2024-06-06T20:29:25.906Z | # # # # ##### # # ##### # # # # # #### # |
99 | 2024-06-06T20:29:25.906Z | ##### ##### # ##### # # # # # # # # # |
100 | 2024-06-06T20:29:25.906Z | # # # # # # # # # # # # # # # |
101 | 2024-06-06T20:29:25.906Z | # # # ###### # # ###### ### # #### # #### # |
102 | 2024-06-06T20:29:25.906Z | |
103 | 2024-06-06T20:29:31.269Z | Startup: Refreshing catalog 'helios-dev' ... Done |
104 | 2024-06-06T20:29:32.986Z | Startup: Caching catalogs ... Done |
105 | 2024-06-06T20:29:35.600Z | Planning: Solver setup ... Done (2.032s) |
106 | 2024-06-06T20:29:35.626Z | Planning: Running solver ... Done (0.038s) |
107 | 2024-06-06T20:29:35.662Z | Planning: Finding local manifests ... Done (0.002s) |
108 | 2024-06-06T20:29:35.743Z | Planning: Fetching manifests: 0/4 0% complete |
109 | 2024-06-06T20:29:36.109Z | Planning: Fetching manifests: 4/4 100% complete |
110 | 2024-06-06T20:29:36.181Z | Planning: Package planning ... Done (0.072s) |
111 | 2024-06-06T20:29:36.242Z | Planning: Merging actions ... Done (0.058s) |
112 | 2024-06-06T20:29:36.605Z | Planning: Checking for conflicting actions ... Done (0.366s) |
113 | 2024-06-06T20:29:36.631Z | Planning: Consolidating action changes ... Done (0.013s) |
114 | 2024-06-06T20:29:37.276Z | Planning: Evaluating mediators ... Done (0.657s) |
115 | 2024-06-06T20:29:37.301Z | Planning: Planning completed in 4.25 seconds |
116 | 2024-06-06T20:29:37.328Z | Packages to install: 4 |
117 | 2024-06-06T20:29:37.328Z | Mediators to change: 2 |
118 | 2024-06-06T20:29:37.328Z | Services to change: 1 |
119 | 2024-06-06T20:29:37.328Z | Estimated space available: 148.90 GB |
120 | 2024-06-06T20:29:37.328Z | Estimated space to be consumed: 1.45 GB |
121 | 2024-06-06T20:29:37.328Z | Create boot environment: No |
122 | 2024-06-06T20:29:37.328Z | Create backup boot environment: No |
123 | 2024-06-06T20:29:37.328Z | Rebuild boot archive: No |
124 | 2024-06-06T20:29:37.328Z | |
125 | 2024-06-06T20:29:37.328Z | Changed mediators: |
126 | 2024-06-06T20:29:37.328Z | mediator clang: |
127 | 2024-06-06T20:29:37.328Z | version: None -> 15 (system default) |
128 | 2024-06-06T20:29:37.328Z | |
129 | 2024-06-06T20:29:37.328Z | mediator llvm: |
130 | 2024-06-06T20:29:37.328Z | version: 14 (system default) -> 15 (system default) |
131 | 2024-06-06T20:29:37.328Z | |
132 | 2024-06-06T20:29:37.328Z | Changed packages: |
133 | 2024-06-06T20:29:37.328Z | helios-dev |
134 | 2024-06-06T20:29:37.328Z | developer/build-essential |
135 | 2024-06-06T20:29:37.328Z | None -> 11-2.0 |
136 | 2024-06-06T20:29:37.328Z | library/libxmlsec1 |
137 | 2024-06-06T20:29:37.329Z | None -> 1.2.35-2.0 |
138 | 2024-06-06T20:29:37.329Z | ooce/developer/clang-15 |
139 | 2024-06-06T20:29:37.329Z | None -> 15.0.7-2.0 |
140 | 2024-06-06T20:29:37.329Z | ooce/developer/llvm-15 |
141 | 2024-06-06T20:29:37.329Z | None -> 15.0.7-2.0 |
142 | 2024-06-06T20:29:37.329Z | |
143 | 2024-06-06T20:29:37.329Z | Services: |
144 | 2024-06-06T20:29:37.329Z | restart_fmri: |
145 | 2024-06-06T20:29:37.329Z | svc:/system/update-man-index:default |
146 | 2024-06-06T20:29:37.357Z | |
147 | 2024-06-06T20:29:37.357Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
148 | 2024-06-06T20:29:42.374Z | Download: 1198/3290 items 76.5/212.6MB 35% complete (15.5M/s) |
149 | 2024-06-06T20:29:47.672Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (12.7M/s) |
150 | 2024-06-06T20:29:53.064Z | Download: 3238/3290 items 180.2/212.6MB 84% complete (9.9M/s) |
151 | 2024-06-06T20:29:56.653Z | Download: Completed 212.60 MB in 19.30 seconds (11.0M/s) |
152 | 2024-06-06T20:29:56.839Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-06-06T20:30:01.899Z | Actions: 2907/3689 actions (Installing new actions) |
154 | 2024-06-06T20:30:02.747Z | Actions: Completed 3689 actions in 5.91 seconds. |
155 | 2024-06-06T20:30:03.097Z | Done (0.334s) |
156 | 2024-06-06T20:30:03.097Z | Done (0.000s) |
157 | 2024-06-06T20:30:03.450Z | Done (0.357s) |
158 | 2024-06-06T20:30:08.696Z | Done (5.112s) |
159 | 2024-06-06T20:30:08.795Z | Done (0.018s) |
160 | 2024-06-06T20:30:08.820Z | Done (0.000s) |
161 | 2024-06-06T20:30:08.966Z | Done (0.000s) |
162 | 2024-06-06T20:30:09.676Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-06-06T20:30:09.971Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-06-06T20:30:09.996Z | Planning: Consolidating action changes ... Done |
165 | 2024-06-06T20:30:10.346Z | Planning: Evaluating mediators ... Done |
166 | 2024-06-06T20:30:10.376Z | Planning: Planning completed in 0.67 seconds |
167 | 2024-06-06T20:30:10.412Z | Mediators to change: 2 |
168 | 2024-06-06T20:30:10.413Z | Create boot environment: No |
169 | 2024-06-06T20:30:10.413Z | Create backup boot environment: No |
170 | 2024-06-06T20:30:10.457Z | Done |
171 | 2024-06-06T20:30:10.457Z | Done |
172 | 2024-06-06T20:30:10.744Z | Done |
173 | 2024-06-06T20:30:15.364Z | Done |
174 | 2024-06-06T20:30:15.463Z | Done |
175 | 2024-06-06T20:30:15.463Z | Done |
176 | 2024-06-06T20:30:15.515Z | Done |
177 | 2024-06-06T20:30:16.333Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-06-06T20:30:16.359Z | Planning: Merging actions ... Done |
179 | 2024-06-06T20:30:16.567Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-06-06T20:30:16.592Z | Planning: Consolidating action changes ... Done |
181 | 2024-06-06T20:30:16.891Z | Planning: Evaluating mediators ... Done |
182 | 2024-06-06T20:30:16.965Z | Planning: Planning completed in 0.93 seconds |
183 | 2024-06-06T20:30:16.998Z | Packages to change: 1 |
184 | 2024-06-06T20:30:16.998Z | Mediators to change: 1 |
185 | 2024-06-06T20:30:16.998Z | Services to change: 1 |
186 | 2024-06-06T20:30:16.998Z | Create boot environment: No |
187 | 2024-06-06T20:30:16.998Z | Create backup boot environment: Yes |
188 | 2024-06-06T20:30:18.530Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-06-06T20:30:18.555Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2024-06-06T20:30:18.555Z | Done |
191 | 2024-06-06T20:30:18.556Z | Done |
192 | 2024-06-06T20:30:18.610Z | Done |
193 | 2024-06-06T20:30:23.045Z | Done |
194 | 2024-06-06T20:30:23.143Z | Done |
195 | 2024-06-06T20:30:23.143Z | Done |
196 | 2024-06-06T20:30:23.217Z | Done |
197 | 2024-06-06T20:30:23.730Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-06-06T20:30:23.730Z | clang system 15 system |
199 | 2024-06-06T20:30:23.730Z | csh system system illumos |
200 | 2024-06-06T20:30:23.730Z | ctags system system illumos |
201 | 2024-06-06T20:30:23.730Z | gcc vendor 12 vendor |
202 | 2024-06-06T20:30:23.730Z | gcc system 10 system |
203 | 2024-06-06T20:30:23.730Z | gcc system 7 system |
204 | 2024-06-06T20:30:23.730Z | go system 1.20 system |
205 | 2024-06-06T20:30:23.730Z | go system 1.19 system |
206 | 2024-06-06T20:30:23.730Z | llvm system 15 system |
207 | 2024-06-06T20:30:23.730Z | llvm system 14 system |
208 | 2024-06-06T20:30:23.731Z | mariadb system 10.6 system |
209 | 2024-06-06T20:30:23.731Z | mta vendor vendor dma |
210 | 2024-06-06T20:30:23.731Z | openjdk system 17 system |
211 | 2024-06-06T20:30:23.731Z | openjdk system 11 system |
212 | 2024-06-06T20:30:23.731Z | openjdk system 1.8 system |
213 | 2024-06-06T20:30:23.731Z | openssl vendor 3 vendor |
214 | 2024-06-06T20:30:23.731Z | perl system 5.36 system |
215 | 2024-06-06T20:30:23.731Z | postgresql system 15 system |
216 | 2024-06-06T20:30:23.731Z | postgresql system 13 system |
217 | 2024-06-06T20:30:23.731Z | python vendor 3 vendor |
218 | 2024-06-06T20:30:23.731Z | python system 2 system |
219 | 2024-06-06T20:30:23.731Z | python3 system 3.11 system |
220 | 2024-06-06T20:30:23.731Z | ruby system 3.0 system |
221 | 2024-06-06T20:30:23.731Z | words vendor vendor american-english |
222 | 2024-06-06T20:30:23.731Z | words system system australian-english |
223 | 2024-06-06T20:30:23.731Z | words system system british-english |
224 | 2024-06-06T20:30:23.731Z | words system system canadian-english |
225 | 2024-06-06T20:30:23.731Z | words system system french |
226 | 2024-06-06T20:30:23.731Z | words system system italian |
227 | 2024-06-06T20:30:23.731Z | words system system ngerman |
228 | 2024-06-06T20:30:23.731Z | words system system ogerman |
229 | 2024-06-06T20:30:23.731Z | words system system spanish |
230 | 2024-06-06T20:30:24.136Z | PUBLISHER TYPE STATUS P LOCATION |
231 | 2024-06-06T20:30:24.136Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
232 | 2024-06-06T20:30:25.940Z | FMRI IFO |
233 | 2024-06-06T20:30:25.940Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-06-06T20:30:25.940Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-06-06T20:30:25.940Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-06-06T20:30:25.940Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-06-06T20:30:25.940Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
238 | 2024-06-06T20:30:25.940Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2024-06-06T20:30:25.940Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
240 | 2024-06-06T20:30:25.940Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-06-06T20:30:25.940Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-06-06T20:30:25.940Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
243 | 2024-06-06T20:30:25.940Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
244 | 2024-06-06T20:30:25.940Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
245 | 2024-06-06T20:30:26.530Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
246 | 2024-06-06T20:30:27.013Z | Updating git repository `https://github.com/oxidecomputer/zone` |
247 | 2024-06-06T20:30:27.434Z | Updating crates.io index |
248 | 2024-06-06T20:30:27.459Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
249 | 2024-06-06T20:30:28.384Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2024-06-06T20:30:29.268Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2024-06-06T20:30:29.668Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
252 | 2024-06-06T20:30:32.091Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
253 | 2024-06-06T20:30:32.777Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
254 | 2024-06-06T20:30:33.414Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
255 | 2024-06-06T20:30:34.678Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
256 | 2024-06-06T20:30:37.341Z | Updating git repository `https://github.com/oxidecomputer/opte` |
257 | 2024-06-06T20:30:38.570Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
258 | 2024-06-06T20:30:39.344Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
259 | 2024-06-06T20:30:40.140Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
260 | 2024-06-06T20:30:40.583Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
261 | 2024-06-06T20:30:41.095Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
262 | 2024-06-06T20:30:41.503Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
263 | 2024-06-06T20:30:41.911Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
264 | 2024-06-06T20:30:42.378Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
265 | 2024-06-06T20:30:42.742Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
266 | 2024-06-06T20:30:43.115Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
267 | 2024-06-06T20:30:44.078Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
268 | 2024-06-06T20:30:44.506Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
269 | 2024-06-06T20:30:44.930Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
270 | 2024-06-06T20:30:45.353Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
271 | 2024-06-06T20:30:46.132Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
272 | 2024-06-06T20:30:46.497Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
273 | 2024-06-06T20:30:46.914Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
274 | 2024-06-06T20:30:47.456Z | Updating git repository `https://github.com/oxidecomputer/typify` |
275 | 2024-06-06T20:30:49.818Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
276 | 2024-06-06T20:30:50.289Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
277 | 2024-06-06T20:30:50.706Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
278 | 2024-06-06T20:30:51.278Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
279 | 2024-06-06T20:30:52.607Z | Downloading crates ... |
280 | 2024-06-06T20:30:52.684Z | Downloaded anstyle v1.0.7 |
281 | 2024-06-06T20:30:52.710Z | Downloaded sha2 v0.10.8 |
282 | 2024-06-06T20:30:52.710Z | Downloaded scopeguard v1.2.0 |
283 | 2024-06-06T20:30:52.710Z | Downloaded serde_urlencoded v0.7.1 |
284 | 2024-06-06T20:30:52.710Z | Downloaded slog-term v2.9.1 |
285 | 2024-06-06T20:30:52.740Z | Downloaded terminal_size v0.3.0 |
286 | 2024-06-06T20:30:52.765Z | Downloaded xattr v1.3.1 |
287 | 2024-06-06T20:30:52.765Z | Downloaded rustls-pemfile v1.0.4 |
288 | 2024-06-06T20:30:52.765Z | Downloaded num_threads v0.1.7 |
289 | 2024-06-06T20:30:52.766Z | Downloaded url v2.5.0 |
290 | 2024-06-06T20:30:52.766Z | Downloaded toml_edit v0.22.13 |
291 | 2024-06-06T20:30:52.813Z | Downloaded unicode-bidi v0.3.15 |
292 | 2024-06-06T20:30:52.838Z | Downloaded winnow v0.6.8 |
293 | 2024-06-06T20:30:52.863Z | Downloaded indexmap v2.2.6 |
294 | 2024-06-06T20:30:52.863Z | Downloaded mio v0.8.11 |
295 | 2024-06-06T20:30:52.863Z | Downloaded tokio v1.37.0 |
296 | 2024-06-06T20:30:52.910Z | Downloaded reqwest v0.11.27 |
297 | 2024-06-06T20:30:52.935Z | Downloaded rustix v0.38.34 |
298 | 2024-06-06T20:30:52.960Z | Downloaded openssl v0.10.64 |
299 | 2024-06-06T20:30:52.985Z | Downloaded idna v0.5.0 |
300 | 2024-06-06T20:30:52.985Z | Downloaded libc v0.2.155 |
301 | 2024-06-06T20:30:53.009Z | Downloaded hyper v0.14.28 |
302 | 2024-06-06T20:30:53.034Z | Downloaded futures-util v0.3.30 |
303 | 2024-06-06T20:30:53.035Z | Downloaded encoding_rs v0.8.34 |
304 | 2024-06-06T20:30:53.059Z | Downloaded h2 v0.3.26 |
305 | 2024-06-06T20:30:53.085Z | Downloaded clap_builder v4.5.2 |
306 | 2024-06-06T20:30:53.085Z | Downloaded memchr v2.7.2 |
307 | 2024-06-06T20:30:53.085Z | Downloaded http v0.2.12 |
308 | 2024-06-06T20:30:53.085Z | Downloaded hashbrown v0.14.5 |
309 | 2024-06-06T20:30:53.085Z | Downloaded vcpkg v0.2.15 |
310 | 2024-06-06T20:30:53.129Z | Downloaded unicode-normalization v0.1.23 |
311 | 2024-06-06T20:30:53.157Z | Downloaded typenum v1.17.0 |
312 | 2024-06-06T20:30:53.157Z | Downloaded tokio-util v0.7.11 |
313 | 2024-06-06T20:30:53.157Z | Downloaded time v0.3.36 |
314 | 2024-06-06T20:30:53.157Z | Downloaded tar v0.4.40 |
315 | 2024-06-06T20:30:53.157Z | Downloaded syn v2.0.64 |
316 | 2024-06-06T20:30:53.184Z | Downloaded serde_json v1.0.117 |
317 | 2024-06-06T20:30:53.184Z | Downloaded serde v1.0.203 |
318 | 2024-06-06T20:30:53.184Z | Downloaded quote v1.0.36 |
319 | 2024-06-06T20:30:53.184Z | Downloaded proc-macro2 v1.0.82 |
320 | 2024-06-06T20:30:53.217Z | Downloaded pin-project-lite v0.2.14 |
321 | 2024-06-06T20:30:53.217Z | Downloaded parking_lot_core v0.9.10 |
322 | 2024-06-06T20:30:53.217Z | Downloaded parking_lot v0.12.2 |
323 | 2024-06-06T20:30:53.217Z | Downloaded openssl-sys v0.9.102 |
324 | 2024-06-06T20:30:53.217Z | Downloaded once_cell v1.19.0 |
325 | 2024-06-06T20:30:53.242Z | Downloaded native-tls v0.2.11 |
326 | 2024-06-06T20:30:53.242Z | Downloaded miniz_oxide v0.7.2 |
327 | 2024-06-06T20:30:53.242Z | Downloaded log v0.4.21 |
328 | 2024-06-06T20:30:53.242Z | Downloaded lock_api v0.4.12 |
329 | 2024-06-06T20:30:53.242Z | Downloaded ipnet v2.9.0 |
330 | 2024-06-06T20:30:53.242Z | Downloaded httparse v1.8.0 |
331 | 2024-06-06T20:30:53.242Z | Downloaded hostname v0.3.1 |
332 | 2024-06-06T20:30:53.242Z | Downloaded futures-channel v0.3.30 |
333 | 2024-06-06T20:30:53.242Z | Downloaded flate2 v1.0.30 |
334 | 2024-06-06T20:30:53.268Z | Downloaded crossbeam-channel v0.5.12 |
335 | 2024-06-06T20:30:53.268Z | Downloaded cc v1.0.97 |
336 | 2024-06-06T20:30:53.268Z | Downloaded base64 v0.21.7 |
337 | 2024-06-06T20:30:53.268Z | Downloaded futures-io v0.3.30 |
338 | 2024-06-06T20:30:53.268Z | Downloaded crc32fast v1.4.0 |
339 | 2024-06-06T20:30:53.268Z | Downloaded toml v0.8.13 |
340 | 2024-06-06T20:30:53.294Z | Downloaded tinyvec v1.6.0 |
341 | 2024-06-06T20:30:53.294Z | Downloaded serde_derive v1.0.203 |
342 | 2024-06-06T20:30:53.294Z | Downloaded rustversion v1.0.17 |
343 | 2024-06-06T20:30:53.294Z | Downloaded pin-utils v0.1.0 |
344 | 2024-06-06T20:30:53.294Z | Downloaded is_terminal_polyfill v1.70.0 |
345 | 2024-06-06T20:30:53.294Z | Downloaded hyper-tls v0.5.0 |
346 | 2024-06-06T20:30:53.294Z | Downloaded heck v0.5.0 |
347 | 2024-06-06T20:30:53.294Z | Downloaded futures v0.3.30 |
348 | 2024-06-06T20:30:53.320Z | Downloaded tracing v0.1.40 |
349 | 2024-06-06T20:30:53.320Z | Downloaded strum_macros v0.26.2 |
350 | 2024-06-06T20:30:53.320Z | Downloaded pkg-config v0.3.30 |
351 | 2024-06-06T20:30:53.320Z | Downloaded num_cpus v1.16.0 |
352 | 2024-06-06T20:30:53.321Z | Downloaded mime v0.3.17 |
353 | 2024-06-06T20:30:53.321Z | Downloaded http-body v0.4.6 |
354 | 2024-06-06T20:30:53.346Z | Downloaded heck v0.4.1 |
355 | 2024-06-06T20:30:53.346Z | Downloaded futures-task v0.3.30 |
356 | 2024-06-06T20:30:53.346Z | Downloaded futures-sink v0.3.30 |
357 | 2024-06-06T20:30:53.346Z | Downloaded form_urlencoded v1.2.1 |
358 | 2024-06-06T20:30:53.346Z | Downloaded crossbeam-utils v0.8.19 |
359 | 2024-06-06T20:30:53.346Z | Downloaded futures-macro v0.3.30 |
360 | 2024-06-06T20:30:53.346Z | Downloaded errno v0.3.9 |
361 | 2024-06-06T20:30:53.347Z | Downloaded camino v1.1.7 |
362 | 2024-06-06T20:30:53.347Z | Downloaded want v0.3.1 |
363 | 2024-06-06T20:30:53.347Z | Downloaded version_check v0.9.4 |
364 | 2024-06-06T20:30:53.347Z | Downloaded utf8parse v0.2.1 |
365 | 2024-06-06T20:30:53.372Z | Downloaded unicode-ident v1.0.12 |
366 | 2024-06-06T20:30:53.372Z | Downloaded try-lock v0.2.5 |
367 | 2024-06-06T20:30:53.372Z | Downloaded tracing-core v0.1.32 |
368 | 2024-06-06T20:30:53.372Z | Downloaded tower-service v0.3.2 |
369 | 2024-06-06T20:30:53.372Z | Downloaded toml_datetime v0.6.6 |
370 | 2024-06-06T20:30:53.372Z | Downloaded tokio-native-tls v0.3.1 |
371 | 2024-06-06T20:30:53.372Z | Downloaded tokio-macros v2.2.0 |
372 | 2024-06-06T20:30:53.372Z | Downloaded tinyvec_macros v0.1.1 |
373 | 2024-06-06T20:30:53.373Z | Downloaded time-macros v0.2.18 |
374 | 2024-06-06T20:30:53.373Z | Downloaded time-core v0.1.2 |
375 | 2024-06-06T20:30:53.373Z | Downloaded thread_local v1.1.8 |
376 | 2024-06-06T20:30:53.373Z | Downloaded thiserror-impl v1.0.60 |
377 | 2024-06-06T20:30:53.373Z | Downloaded thiserror v1.0.60 |
378 | 2024-06-06T20:30:53.398Z | Downloaded term v0.7.0 |
379 | 2024-06-06T20:30:53.398Z | Downloaded take_mut v0.2.2 |
380 | 2024-06-06T20:30:53.398Z | Downloaded strum v0.26.2 |
381 | 2024-06-06T20:30:53.398Z | Downloaded strsim v0.11.1 |
382 | 2024-06-06T20:30:53.398Z | Downloaded socket2 v0.5.7 |
383 | 2024-06-06T20:30:53.398Z | Downloaded smallvec v1.13.2 |
384 | 2024-06-06T20:30:53.398Z | Downloaded slog-async v2.8.0 |
385 | 2024-06-06T20:30:53.398Z | Downloaded slog v2.7.0 |
386 | 2024-06-06T20:30:53.398Z | Downloaded signal-hook-registry v1.4.2 |
387 | 2024-06-06T20:30:53.398Z | Downloaded semver v1.0.23 |
388 | 2024-06-06T20:30:53.398Z | Downloaded powerfmt v0.2.0 |
389 | 2024-06-06T20:30:53.398Z | Downloaded percent-encoding v2.3.1 |
390 | 2024-06-06T20:30:53.398Z | Downloaded openssl-probe v0.1.5 |
391 | 2024-06-06T20:30:53.423Z | Downloaded openssl-macros v0.1.1 |
392 | 2024-06-06T20:30:53.423Z | Downloaded num-conv v0.1.0 |
393 | 2024-06-06T20:30:53.423Z | Downloaded macaddr v1.0.1 |
394 | 2024-06-06T20:30:53.423Z | Downloaded httpdate v1.0.3 |
395 | 2024-06-06T20:30:53.423Z | Downloaded generic-array v0.14.7 |
396 | 2024-06-06T20:30:53.423Z | Downloaded futures-core v0.3.30 |
397 | 2024-06-06T20:30:53.423Z | Downloaded equivalent v1.0.1 |
398 | 2024-06-06T20:30:53.423Z | Downloaded dirs-sys-next v0.1.2 |
399 | 2024-06-06T20:30:53.423Z | Downloaded dirs-next v2.0.0 |
400 | 2024-06-06T20:30:53.423Z | Downloaded digest v0.10.7 |
401 | 2024-06-06T20:30:53.423Z | Downloaded deranged v0.3.11 |
402 | 2024-06-06T20:30:53.423Z | Downloaded crypto-common v0.1.6 |
403 | 2024-06-06T20:30:53.423Z | Downloaded cpufeatures v0.2.12 |
404 | 2024-06-06T20:30:53.424Z | Downloaded clap_lex v0.7.0 |
405 | 2024-06-06T20:30:53.424Z | Downloaded clap v4.5.4 |
406 | 2024-06-06T20:30:53.456Z | Downloaded cargo_toml v0.20.2 |
407 | 2024-06-06T20:30:53.456Z | Downloaded cargo-platform v0.1.8 |
408 | 2024-06-06T20:30:53.457Z | Downloaded bitflags v2.5.0 |
409 | 2024-06-06T20:30:53.457Z | Downloaded anstyle-parse v0.2.4 |
410 | 2024-06-06T20:30:53.457Z | Downloaded sync_wrapper v0.1.2 |
411 | 2024-06-06T20:30:53.457Z | Downloaded swrite v0.1.0 |
412 | 2024-06-06T20:30:53.457Z | Downloaded slog-json v2.6.1 |
413 | 2024-06-06T20:30:53.457Z | Downloaded slog-bunyan v2.5.0 |
414 | 2024-06-06T20:30:53.457Z | Downloaded slab v0.4.9 |
415 | 2024-06-06T20:30:53.457Z | Downloaded serde_spanned v0.6.6 |
416 | 2024-06-06T20:30:53.457Z | Downloaded md5 v0.7.0 |
417 | 2024-06-06T20:30:53.457Z | Downloaded match_cfg v0.1.0 |
418 | 2024-06-06T20:30:53.457Z | Downloaded itoa v1.0.11 |
419 | 2024-06-06T20:30:53.482Z | Downloaded is-terminal v0.4.12 |
420 | 2024-06-06T20:30:53.482Z | Downloaded futures-executor v0.3.30 |
421 | 2024-06-06T20:30:53.482Z | Downloaded fs-err v2.11.0 |
422 | 2024-06-06T20:30:53.482Z | Downloaded foreign-types-shared v0.1.1 |
423 | 2024-06-06T20:30:53.482Z | Downloaded foreign-types v0.3.2 |
424 | 2024-06-06T20:30:53.482Z | Downloaded fnv v1.0.7 |
425 | 2024-06-06T20:30:53.482Z | Downloaded filetime v0.2.23 |
426 | 2024-06-06T20:30:53.483Z | Downloaded clap_derive v4.5.4 |
427 | 2024-06-06T20:30:53.483Z | Downloaded cfg-if v1.0.0 |
428 | 2024-06-06T20:30:53.483Z | Downloaded block-buffer v0.10.4 |
429 | 2024-06-06T20:30:53.483Z | Downloaded autocfg v1.3.0 |
430 | 2024-06-06T20:30:53.483Z | Downloaded anstream v0.6.14 |
431 | 2024-06-06T20:30:53.483Z | Downloaded adler v1.0.2 |
432 | 2024-06-06T20:30:53.483Z | Downloaded colorchoice v1.0.1 |
433 | 2024-06-06T20:30:53.483Z | Downloaded cargo_metadata v0.18.1 |
434 | 2024-06-06T20:30:53.483Z | Downloaded bytes v1.6.0 |
435 | 2024-06-06T20:30:53.483Z | Downloaded anyhow v1.0.86 |
436 | 2024-06-06T20:30:53.483Z | Downloaded ryu v1.0.18 |
437 | 2024-06-06T20:30:53.507Z | Downloaded anstyle-query v1.0.3 |
438 | 2024-06-06T20:30:53.621Z | Compiling proc-macro2 v1.0.82 |
439 | 2024-06-06T20:30:53.621Z | Compiling unicode-ident v1.0.12 |
440 | 2024-06-06T20:30:53.648Z | Compiling libc v0.2.155 |
441 | 2024-06-06T20:30:53.648Z | Compiling cfg-if v1.0.0 |
442 | 2024-06-06T20:30:53.648Z | Compiling autocfg v1.3.0 |
443 | 2024-06-06T20:30:53.648Z | Compiling serde v1.0.203 |
444 | 2024-06-06T20:30:53.648Z | Compiling itoa v1.0.11 |
445 | 2024-06-06T20:30:53.648Z | Compiling pin-project-lite v0.2.14 |
446 | 2024-06-06T20:30:53.834Z | Compiling once_cell v1.19.0 |
447 | 2024-06-06T20:30:53.859Z | Compiling bitflags v2.5.0 |
448 | 2024-06-06T20:30:53.948Z | Compiling parking_lot_core v0.9.10 |
449 | 2024-06-06T20:30:54.181Z | Compiling cc v1.0.97 |
450 | 2024-06-06T20:30:54.238Z | Compiling vcpkg v0.2.15 |
451 | 2024-06-06T20:30:54.263Z | Compiling pkg-config v0.3.30 |
452 | 2024-06-06T20:30:54.312Z | Compiling futures-core v0.3.30 |
453 | 2024-06-06T20:30:54.381Z | Compiling futures-sink v0.3.30 |
454 | 2024-06-06T20:30:54.519Z | Compiling scopeguard v1.2.0 |
455 | 2024-06-06T20:30:54.549Z | Compiling smallvec v1.13.2 |
456 | 2024-06-06T20:30:54.576Z | Compiling lock_api v0.4.12 |
457 | 2024-06-06T20:30:54.647Z | Compiling slab v0.4.9 |
458 | 2024-06-06T20:30:54.926Z | Compiling bytes v1.6.0 |
459 | 2024-06-06T20:30:55.152Z | Compiling quote v1.0.36 |
460 | 2024-06-06T20:30:55.410Z | Compiling hashbrown v0.14.5 |
461 | 2024-06-06T20:30:55.711Z | Compiling syn v2.0.64 |
462 | 2024-06-06T20:30:55.801Z | Compiling equivalent v1.0.1 |
463 | 2024-06-06T20:30:55.908Z | Compiling signal-hook-registry v1.4.2 |
464 | 2024-06-06T20:30:55.947Z | Compiling socket2 v0.5.7 |
465 | 2024-06-06T20:30:56.020Z | Compiling num_cpus v1.16.0 |
466 | 2024-06-06T20:30:56.140Z | Compiling parking_lot v0.12.2 |
467 | 2024-06-06T20:30:56.209Z | Compiling mio v0.8.11 |
468 | 2024-06-06T20:30:56.532Z | Compiling indexmap v2.2.6 |
469 | 2024-06-06T20:30:56.599Z | Compiling futures-channel v0.3.30 |
470 | 2024-06-06T20:30:56.629Z | Compiling version_check v0.9.4 |
471 | 2024-06-06T20:30:56.770Z | Compiling typenum v1.17.0 |
472 | 2024-06-06T20:30:56.952Z | Compiling pin-utils v0.1.0 |
473 | 2024-06-06T20:30:56.980Z | Compiling rustix v0.38.34 |
474 | 2024-06-06T20:30:57.048Z | Compiling futures-io v0.3.30 |
475 | 2024-06-06T20:30:57.289Z | Compiling futures-task v0.3.30 |
476 | 2024-06-06T20:30:57.315Z | Compiling memchr v2.7.2 |
477 | 2024-06-06T20:30:57.342Z | Compiling openssl-sys v0.9.102 |
478 | 2024-06-06T20:30:57.343Z | Compiling generic-array v0.14.7 |
479 | 2024-06-06T20:30:57.573Z | Compiling errno v0.3.9 |
480 | 2024-06-06T20:30:57.636Z | Compiling fnv v1.0.7 |
481 | 2024-06-06T20:30:57.688Z | Compiling openssl v0.10.64 |
482 | 2024-06-06T20:30:57.767Z | Compiling foreign-types-shared v0.1.1 |
483 | 2024-06-06T20:30:57.804Z | Compiling slog v2.7.0 |
484 | 2024-06-06T20:30:57.829Z | Compiling ryu v1.0.18 |
485 | 2024-06-06T20:30:57.891Z | Compiling foreign-types v0.3.2 |
486 | 2024-06-06T20:30:58.080Z | Compiling http v0.2.12 |
487 | 2024-06-06T20:30:58.275Z | Compiling tracing-core v0.1.32 |
488 | 2024-06-06T20:30:58.382Z | Compiling httparse v1.8.0 |
489 | 2024-06-06T20:30:58.783Z | Compiling tinyvec_macros v0.1.1 |
490 | 2024-06-06T20:30:58.870Z | Compiling num-conv v0.1.0 |
491 | 2024-06-06T20:30:58.895Z | Compiling native-tls v0.2.11 |
492 | 2024-06-06T20:30:59.141Z | Compiling serde_json v1.0.117 |
493 | 2024-06-06T20:30:59.171Z | Compiling powerfmt v0.2.0 |
494 | 2024-06-06T20:30:59.217Z | Compiling time-core v0.1.2 |
495 | 2024-06-06T20:30:59.557Z | Compiling deranged v0.3.11 |
496 | 2024-06-06T20:30:59.584Z | Compiling time-macros v0.2.18 |
497 | 2024-06-06T20:30:59.701Z | Compiling tracing v0.1.40 |
498 | 2024-06-06T20:30:59.915Z | Compiling tinyvec v1.6.0 |
499 | 2024-06-06T20:31:00.510Z | Compiling log v0.4.21 |
500 | 2024-06-06T20:31:00.761Z | Compiling rustversion v1.0.17 |
501 | 2024-06-06T20:31:00.898Z | Compiling crossbeam-utils v0.8.19 |
502 | 2024-06-06T20:31:00.922Z | Compiling openssl-probe v0.1.5 |
503 | 2024-06-06T20:31:00.967Z | Compiling utf8parse v0.2.1 |
504 | 2024-06-06T20:31:01.128Z | Compiling num_threads v0.1.7 |
505 | 2024-06-06T20:31:01.208Z | Compiling try-lock v0.2.5 |
506 | 2024-06-06T20:31:01.258Z | Compiling percent-encoding v2.3.1 |
507 | 2024-06-06T20:31:01.283Z | Compiling unicode-normalization v0.1.23 |
508 | 2024-06-06T20:31:01.283Z | Compiling anstyle-parse v0.2.4 |
509 | 2024-06-06T20:31:01.354Z | Compiling want v0.3.1 |
510 | 2024-06-06T20:31:01.468Z | Compiling form_urlencoded v1.2.1 |
511 | 2024-06-06T20:31:01.606Z | Compiling http-body v0.4.6 |
512 | 2024-06-06T20:31:01.634Z | Compiling dirs-sys-next v0.1.2 |
513 | 2024-06-06T20:31:01.634Z | Compiling colorchoice v1.0.1 |
514 | 2024-06-06T20:31:01.772Z | Compiling anstyle v1.0.7 |
515 | 2024-06-06T20:31:01.805Z | Compiling thiserror v1.0.60 |
516 | 2024-06-06T20:31:01.985Z | Compiling winnow v0.6.8 |
517 | 2024-06-06T20:31:02.097Z | Compiling camino v1.1.7 |
518 | 2024-06-06T20:31:02.175Z | Compiling unicode-bidi v0.3.15 |
519 | 2024-06-06T20:31:02.201Z | Compiling is_terminal_polyfill v1.70.0 |
520 | 2024-06-06T20:31:02.229Z | Compiling crc32fast v1.4.0 |
521 | 2024-06-06T20:31:02.279Z | Compiling anstyle-query v1.0.3 |
522 | 2024-06-06T20:31:02.327Z | Compiling semver v1.0.23 |
523 | 2024-06-06T20:31:02.411Z | Compiling tower-service v0.3.2 |
524 | 2024-06-06T20:31:02.489Z | Compiling time v0.3.36 |
525 | 2024-06-06T20:31:02.532Z | Compiling httpdate v1.0.3 |
526 | 2024-06-06T20:31:02.701Z | Compiling anstream v0.6.14 |
527 | 2024-06-06T20:31:02.828Z | Compiling idna v0.5.0 |
528 | 2024-06-06T20:31:02.861Z | Compiling dirs-next v2.0.0 |
529 | 2024-06-06T20:31:03.400Z | Compiling block-buffer v0.10.4 |
530 | 2024-06-06T20:31:03.519Z | Compiling crypto-common v0.1.6 |
531 | 2024-06-06T20:31:03.612Z | Compiling terminal_size v0.3.0 |
532 | 2024-06-06T20:31:03.716Z | Compiling fs-err v2.11.0 |
533 | 2024-06-06T20:31:03.790Z | Compiling thread_local v1.1.8 |
534 | 2024-06-06T20:31:03.954Z | Compiling strsim v0.11.1 |
535 | 2024-06-06T20:31:04.124Z | Compiling anyhow v1.0.86 |
536 | 2024-06-06T20:31:04.150Z | Compiling adler v1.0.2 |
537 | 2024-06-06T20:31:04.306Z | Compiling base64 v0.21.7 |
538 | 2024-06-06T20:31:04.363Z | Compiling slog-async v2.8.0 |
539 | 2024-06-06T20:31:04.388Z | Compiling heck v0.5.0 |
540 | 2024-06-06T20:31:04.633Z | Compiling heck v0.4.1 |
541 | 2024-06-06T20:31:04.764Z | Compiling clap_lex v0.7.0 |
542 | 2024-06-06T20:31:04.789Z | Compiling match_cfg v0.1.0 |
543 | 2024-06-06T20:31:04.895Z | Compiling hostname v0.3.1 |
544 | 2024-06-06T20:31:04.935Z | Compiling rustls-pemfile v1.0.4 |
545 | 2024-06-06T20:31:05.109Z | Compiling clap_builder v4.5.2 |
546 | 2024-06-06T20:31:05.134Z | Compiling miniz_oxide v0.7.2 |
547 | 2024-06-06T20:31:05.164Z | Compiling digest v0.10.7 |
548 | 2024-06-06T20:31:05.268Z | Compiling crossbeam-channel v0.5.12 |
549 | 2024-06-06T20:31:05.311Z | Compiling url v2.5.0 |
550 | 2024-06-06T20:31:05.380Z | Compiling term v0.7.0 |
551 | 2024-06-06T20:31:05.774Z | Compiling xattr v1.3.1 |
552 | 2024-06-06T20:31:05.838Z | Compiling filetime v0.2.23 |
553 | 2024-06-06T20:31:06.014Z | Compiling is-terminal v0.4.12 |
554 | 2024-06-06T20:31:06.132Z | Compiling encoding_rs v0.8.34 |
555 | 2024-06-06T20:31:06.157Z | Compiling cpufeatures v0.2.12 |
556 | 2024-06-06T20:31:06.222Z | Compiling take_mut v0.2.2 |
557 | 2024-06-06T20:31:06.256Z | Compiling mime v0.3.17 |
558 | 2024-06-06T20:31:06.362Z | Compiling ipnet v2.9.0 |
559 | 2024-06-06T20:31:06.477Z | Compiling sync_wrapper v0.1.2 |
560 | 2024-06-06T20:31:06.718Z | Compiling sha2 v0.10.8 |
561 | 2024-06-06T20:31:06.780Z | Compiling slog-term v2.9.1 |
562 | 2024-06-06T20:31:06.908Z | Compiling tar v0.4.40 |
563 | 2024-06-06T20:31:06.934Z | Compiling serde_derive v1.0.203 |
564 | 2024-06-06T20:31:07.443Z | Compiling futures-macro v0.3.30 |
565 | 2024-06-06T20:31:07.650Z | Compiling tokio-macros v2.2.0 |
566 | 2024-06-06T20:31:07.796Z | Compiling openssl-macros v0.1.1 |
567 | 2024-06-06T20:31:08.672Z | Compiling thiserror-impl v1.0.60 |
568 | 2024-06-06T20:31:09.053Z | Compiling tokio v1.37.0 |
569 | 2024-06-06T20:31:09.185Z | Compiling futures-util v0.3.30 |
570 | 2024-06-06T20:31:09.213Z | Compiling clap_derive v4.5.4 |
571 | 2024-06-06T20:31:09.746Z | Compiling strum_macros v0.26.2 |
572 | 2024-06-06T20:31:11.563Z | Compiling flate2 v1.0.30 |
573 | 2024-06-06T20:31:13.245Z | Compiling swrite v0.1.0 |
574 | 2024-06-06T20:31:13.388Z | Compiling clap v4.5.4 |
575 | 2024-06-06T20:31:13.515Z | Compiling md5 v0.7.0 |
576 | 2024-06-06T20:31:14.040Z | Compiling futures-executor v0.3.30 |
577 | 2024-06-06T20:31:14.181Z | Compiling strum v0.26.2 |
578 | 2024-06-06T20:31:14.275Z | Compiling futures v0.3.30 |
579 | 2024-06-06T20:31:15.706Z | Compiling tokio-util v0.7.11 |
580 | 2024-06-06T20:31:15.706Z | Compiling tokio-native-tls v0.3.1 |
581 | 2024-06-06T20:31:16.480Z | Compiling h2 v0.3.26 |
582 | 2024-06-06T20:31:18.757Z | Compiling toml_datetime v0.6.6 |
583 | 2024-06-06T20:31:18.757Z | Compiling serde_spanned v0.6.6 |
584 | 2024-06-06T20:31:18.783Z | Compiling cargo-platform v0.1.8 |
585 | 2024-06-06T20:31:19.122Z | Compiling toml_edit v0.22.13 |
586 | 2024-06-06T20:31:19.257Z | Compiling serde_urlencoded v0.7.1 |
587 | 2024-06-06T20:31:19.535Z | Compiling macaddr v1.0.1 |
588 | 2024-06-06T20:31:20.132Z | Compiling hyper v0.14.28 |
589 | 2024-06-06T20:31:20.165Z | Compiling slog-json v2.6.1 |
590 | 2024-06-06T20:31:20.165Z | Compiling cargo_metadata v0.18.1 |
591 | 2024-06-06T20:31:20.512Z | Compiling slog-bunyan v2.5.0 |
592 | 2024-06-06T20:31:21.593Z | Compiling toml v0.8.13 |
593 | 2024-06-06T20:31:22.254Z | Compiling cargo_toml v0.20.2 |
594 | 2024-06-06T20:31:23.099Z | Compiling hyper-tls v0.5.0 |
595 | 2024-06-06T20:31:23.351Z | Compiling reqwest v0.11.27 |
596 | 2024-06-06T20:31:29.192Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
597 | 2024-06-06T20:31:38.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
598 | 2024-06-06T20:31:38.601Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
599 | 2024-06-06T20:31:38.676Z | Jun 06 20:31:37.808 INFO Starting download, target: Clickhouse |
600 | 2024-06-06T20:31:38.676Z | Jun 06 20:31:37.808 INFO Starting download, target: Console |
601 | 2024-06-06T20:31:38.676Z | Jun 06 20:31:37.808 INFO Starting download, target: Cockroach |
602 | 2024-06-06T20:31:38.676Z | Jun 06 20:31:37.808 INFO Starting download, target: DendriteOpenapi |
603 | 2024-06-06T20:31:38.676Z | Jun 06 20:31:37.808 INFO Starting download, target: DendriteStub |
604 | 2024-06-06T20:31:38.676Z | Jun 06 20:31:37.808 INFO Starting download, target: MaghemiteMgd |
605 | 2024-06-06T20:31:38.676Z | Jun 06 20:31:37.808 INFO Starting download, target: TransceiverControl |
606 | 2024-06-06T20:31:38.702Z | Jun 06 20:31:37.810 INFO Downloading out/downloads/console.tar.gz, target: Console |
607 | 2024-06-06T20:31:38.702Z | Jun 06 20:31:37.810 INFO Downloading out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json, target: DendriteOpenapi |
608 | 2024-06-06T20:31:38.702Z | Jun 06 20:31:37.810 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl |
609 | 2024-06-06T20:31:38.702Z | Jun 06 20:31:37.810 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd |
610 | 2024-06-06T20:31:38.702Z | Jun 06 20:31:37.810 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub |
611 | 2024-06-06T20:31:38.702Z | Jun 06 20:31:37.810 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
612 | 2024-06-06T20:31:38.702Z | Jun 06 20:31:37.810 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse |
613 | 2024-06-06T20:31:39.589Z | Jun 06 20:31:38.719 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
614 | 2024-06-06T20:31:39.946Z | Jun 06 20:31:39.077 INFO Download complete, target: Console |
615 | 2024-06-06T20:31:40.370Z | Jun 06 20:31:39.500 INFO Download complete, target: DendriteOpenapi |
616 | 2024-06-06T20:31:42.295Z | Jun 06 20:31:41.408 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
617 | 2024-06-06T20:31:42.996Z | Jun 06 20:31:42.128 INFO Download complete, target: TransceiverControl |
618 | 2024-06-06T20:31:46.236Z | Jun 06 20:31:45.367 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
619 | 2024-06-06T20:31:46.236Z | Jun 06 20:31:45.367 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
620 | 2024-06-06T20:31:50.135Z | Jun 06 20:31:49.269 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
621 | 2024-06-06T20:31:52.440Z | Jun 06 20:31:51.574 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
622 | 2024-06-06T20:31:53.439Z | Jun 06 20:31:52.573 INFO Download complete, target: DendriteStub |
623 | 2024-06-06T20:31:55.969Z | Jun 06 20:31:55.100 INFO Download complete, target: MaghemiteMgd |
624 | 2024-06-06T20:31:56.406Z | Jun 06 20:31:55.541 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
625 | 2024-06-06T20:31:56.899Z | Jun 06 20:31:56.033 INFO Checking that binary works, target: Cockroach |
626 | 2024-06-06T20:31:57.140Z | Jun 06 20:31:56.274 INFO Download complete, target: Cockroach |
627 | 2024-06-06T20:32:01.236Z | Jun 06 20:32:00.369 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
628 | 2024-06-06T20:32:18.124Z | Jun 06 20:32:17.249 INFO Checking that binary works, target: Clickhouse |
629 | 2024-06-06T20:32:18.243Z | Jun 06 20:32:17.378 INFO Download complete, target: Clickhouse |
630 | 2024-06-06T20:32:18.278Z | All builder prerequisites installed successfully, and PATH looks valid |
631 | 2024-06-06T20:32:18.303Z | |
632 | 2024-06-06T20:32:18.303Z | real 2:52.394219101 |
633 | 2024-06-06T20:32:18.303Z | user 4:40.209063981 |
634 | 2024-06-06T20:32:18.303Z | sys 1:11.920482617 |
635 | 2024-06-06T20:32:18.303Z | trap 0.139516439 |
636 | 2024-06-06T20:32:18.303Z | tflt 0.191396663 |
637 | 2024-06-06T20:32:18.303Z | dflt 1.127969715 |
638 | 2024-06-06T20:32:18.303Z | kflt 0.008120814 |
639 | 2024-06-06T20:32:18.303Z | lock 15:20.571307312 |
640 | 2024-06-06T20:32:18.303Z | slp 12:00.153356082 |
641 | 2024-06-06T20:32:18.303Z | lat 19.790331163 |
642 | 2024-06-06T20:32:18.303Z | stop 48.614131444 |
643 | 2024-06-06T20:32:18.303Z | |
644 | 2024-06-06T20:32:18.303Z | #### # # ##### ##### # # |
645 | 2024-06-06T20:32:18.303Z | # # # # # # # # # # |
646 | 2024-06-06T20:32:18.303Z | # # # # # # # # |
647 | 2024-06-06T20:32:18.303Z | # # # ##### ##### # |
648 | 2024-06-06T20:32:18.304Z | # # # # # # # |
649 | 2024-06-06T20:32:18.304Z | #### ###### # # # # |
650 | 2024-06-06T20:32:18.304Z | |
651 | 2024-06-06T20:32:19.015Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
652 | 2024-06-06T20:32:27.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s |
653 | 2024-06-06T20:32:27.699Z | Running `target/debug/xtask clippy` |
654 | 2024-06-06T20:32:27.732Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
655 | 2024-06-06T20:32:28.580Z | Downloading crates ... |
656 | 2024-06-06T20:32:28.752Z | Downloaded aead v0.5.2 |
657 | 2024-06-06T20:32:28.777Z | Downloaded ahash v0.8.11 |
658 | 2024-06-06T20:32:28.777Z | Downloaded arc-swap v1.7.1 |
659 | 2024-06-06T20:32:28.777Z | Downloaded approx v0.5.1 |
660 | 2024-06-06T20:32:28.777Z | Downloaded itertools v0.10.5 |
661 | 2024-06-06T20:32:28.802Z | Downloaded libloading v0.8.3 |
662 | 2024-06-06T20:32:28.803Z | Downloaded num-bigint v0.4.5 |
663 | 2024-06-06T20:32:28.828Z | Downloaded phf_shared v0.10.0 |
664 | 2024-06-06T20:32:28.828Z | Downloaded opaque-debug v0.3.1 |
665 | 2024-06-06T20:32:28.853Z | Downloaded static_assertions v1.1.0 |
666 | 2024-06-06T20:32:28.878Z | Downloaded thread-id v4.2.1 |
667 | 2024-06-06T20:32:28.879Z | Downloaded tokio-tungstenite v0.20.1 |
668 | 2024-06-06T20:32:28.904Z | Downloaded topological-sort v0.2.2 |
669 | 2024-06-06T20:32:28.904Z | Downloaded tinytemplate v1.2.1 |
670 | 2024-06-06T20:32:28.904Z | Downloaded pretty-hex v0.4.1 |
671 | 2024-06-06T20:32:28.929Z | Downloaded predicates-tree v1.0.9 |
672 | 2024-06-06T20:32:28.929Z | Downloaded radium v0.7.0 |
673 | 2024-06-06T20:32:28.929Z | Downloaded quick-error v1.2.3 |
674 | 2024-06-06T20:32:28.929Z | Downloaded scroll_derive v0.12.0 |
675 | 2024-06-06T20:32:28.929Z | Downloaded tower-layer v0.3.2 |
676 | 2024-06-06T20:32:28.955Z | Downloaded vte_generate_state_changes v0.1.1 |
677 | 2024-06-06T20:32:28.955Z | Downloaded waitgroup v0.1.2 |
678 | 2024-06-06T20:32:28.955Z | Downloaded which v4.4.2 |
679 | 2024-06-06T20:32:28.955Z | Downloaded fastrand v2.1.0 |
680 | 2024-06-06T20:32:28.955Z | Downloaded doc-comment v0.3.3 |
681 | 2024-06-06T20:32:28.955Z | Downloaded endian-type v0.1.2 |
682 | 2024-06-06T20:32:28.980Z | Downloaded zone v0.1.8 |
683 | 2024-06-06T20:32:28.980Z | Downloaded derive_builder_macro v0.20.0 |
684 | 2024-06-06T20:32:28.980Z | Downloaded dof v0.3.0 |
685 | 2024-06-06T20:32:28.980Z | Downloaded enum-as-inner v0.5.1 |
686 | 2024-06-06T20:32:28.980Z | Downloaded embedded-io v0.4.0 |
687 | 2024-06-06T20:32:28.980Z | Downloaded ena v0.14.3 |
688 | 2024-06-06T20:32:28.980Z | Downloaded derive-where v1.2.7 |
689 | 2024-06-06T20:32:29.006Z | Downloaded elliptic-curve v0.13.8 |
690 | 2024-06-06T20:32:29.006Z | Downloaded wyz v0.5.1 |
691 | 2024-06-06T20:32:29.006Z | Downloaded defmt-parser v0.3.4 |
692 | 2024-06-06T20:32:29.006Z | Downloaded zerocopy v0.7.34 |
693 | 2024-06-06T20:32:29.033Z | Downloaded dyn-clone v1.0.17 |
694 | 2024-06-06T20:32:29.059Z | Downloaded env_logger v0.9.3 |
695 | 2024-06-06T20:32:29.059Z | Downloaded der v0.7.9 |
696 | 2024-06-06T20:32:29.059Z | Downloaded zerocopy-derive v0.6.6 |
697 | 2024-06-06T20:32:29.084Z | Downloaded finl_unicode v1.2.0 |
698 | 2024-06-06T20:32:29.109Z | Downloaded diesel v2.1.6 |
699 | 2024-06-06T20:32:29.134Z | Downloaded sha3 v0.10.8 |
700 | 2024-06-06T20:32:29.134Z | Downloaded ratatui v0.26.2 |
701 | 2024-06-06T20:32:29.159Z | Downloaded regex-automata v0.4.6 |
702 | 2024-06-06T20:32:29.184Z | Downloaded csv v1.3.0 |
703 | 2024-06-06T20:32:29.211Z | Downloaded regress v0.9.1 |
704 | 2024-06-06T20:32:29.211Z | Downloaded regex-syntax v0.8.3 |
705 | 2024-06-06T20:32:29.238Z | Downloaded regex-syntax v0.6.29 |
706 | 2024-06-06T20:32:29.239Z | Downloaded sled v0.34.7 |
707 | 2024-06-06T20:32:29.264Z | Downloaded smoltcp v0.11.0 |
708 | 2024-06-06T20:32:29.265Z | Downloaded smoltcp v0.9.1 |
709 | 2024-06-06T20:32:29.292Z | Downloaded rustls v0.22.4 |
710 | 2024-06-06T20:32:29.293Z | Downloaded rustls v0.21.12 |
711 | 2024-06-06T20:32:29.319Z | Downloaded regex v1.10.4 |
712 | 2024-06-06T20:32:29.346Z | Downloaded curve25519-dalek v4.1.2 |
713 | 2024-06-06T20:32:29.346Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
714 | 2024-06-06T20:32:29.371Z | Downloaded winnow v0.5.40 |
715 | 2024-06-06T20:32:29.371Z | Downloaded tower v0.4.13 |
716 | 2024-06-06T20:32:29.396Z | Downloaded ring v0.17.8 |
717 | 2024-06-06T20:32:29.471Z | Downloaded tough v0.17.1 |
718 | 2024-06-06T20:32:29.496Z | Downloaded rustls-webpki v0.102.4 |
719 | 2024-06-06T20:32:29.520Z | Downloaded rustls-webpki v0.101.7 |
720 | 2024-06-06T20:32:29.521Z | Downloaded x509-cert v0.2.5 |
721 | 2024-06-06T20:32:29.545Z | Downloaded ring v0.16.20 |
722 | 2024-06-06T20:32:29.635Z | Downloaded rustyline v14.0.0 |
723 | 2024-06-06T20:32:29.660Z | Downloaded steno v0.4.0 |
724 | 2024-06-06T20:32:29.660Z | Downloaded hyper v1.3.1 |
725 | 2024-06-06T20:32:29.660Z | Downloaded chrono v0.4.38 |
726 | 2024-06-06T20:32:29.685Z | Downloaded either v1.12.0 |
727 | 2024-06-06T20:32:29.685Z | Downloaded ed25519 v1.5.3 |
728 | 2024-06-06T20:32:29.685Z | Downloaded derive_more v0.99.17 |
729 | 2024-06-06T20:32:29.685Z | Downloaded env_logger v0.10.2 |
730 | 2024-06-06T20:32:29.685Z | Downloaded expectorate v1.1.0 |
731 | 2024-06-06T20:32:29.685Z | Downloaded yasna v0.5.2 |
732 | 2024-06-06T20:32:29.685Z | Downloaded snafu v0.8.2 |
733 | 2024-06-06T20:32:29.727Z | Downloaded similar v2.5.0 |
734 | 2024-06-06T20:32:29.727Z | Downloaded signal-hook v0.3.17 |
735 | 2024-06-06T20:32:29.727Z | Downloaded samael v0.0.15 |
736 | 2024-06-06T20:32:29.727Z | Downloaded salty v0.2.0 |
737 | 2024-06-06T20:32:29.728Z | Downloaded petgraph v0.6.5 |
738 | 2024-06-06T20:32:29.758Z | Downloaded bstr v0.2.17 |
739 | 2024-06-06T20:32:29.758Z | Downloaded bitvec v1.0.1 |
740 | 2024-06-06T20:32:29.786Z | Downloaded hkdf v0.12.4 |
741 | 2024-06-06T20:32:29.787Z | Downloaded erased-serde v0.3.31 |
742 | 2024-06-06T20:32:29.787Z | Downloaded whoami v1.5.1 |
743 | 2024-06-06T20:32:29.787Z | Downloaded webpki-roots v0.25.4 |
744 | 2024-06-06T20:32:29.787Z | Downloaded trust-dns-proto v0.22.0 |
745 | 2024-06-06T20:32:29.812Z | Downloaded structmeta-derive v0.2.0 |
746 | 2024-06-06T20:32:29.812Z | Downloaded socket2 v0.4.10 |
747 | 2024-06-06T20:32:29.812Z | Downloaded snafu-derive v0.8.2 |
748 | 2024-06-06T20:32:29.812Z | Downloaded rand v0.8.5 |
749 | 2024-06-06T20:32:29.813Z | Downloaded rayon v1.10.0 |
750 | 2024-06-06T20:32:29.837Z | Downloaded spin v0.9.8 |
751 | 2024-06-06T20:32:29.838Z | Downloaded defmt-macros v0.3.9 |
752 | 2024-06-06T20:32:29.838Z | Downloaded highway v1.1.0 |
753 | 2024-06-06T20:32:29.838Z | Downloaded hex-literal v0.4.1 |
754 | 2024-06-06T20:32:29.838Z | Downloaded hex v0.4.3 |
755 | 2024-06-06T20:32:29.838Z | Downloaded serde_with v3.8.1 |
756 | 2024-06-06T20:32:29.863Z | Downloaded radix_trie v0.2.1 |
757 | 2024-06-06T20:32:29.863Z | Downloaded sqlparser v0.45.0 |
758 | 2024-06-06T20:32:29.863Z | Downloaded proptest v1.4.0 |
759 | 2024-06-06T20:32:29.888Z | Downloaded polar-core v0.27.3 |
760 | 2024-06-06T20:32:29.888Z | Downloaded idna v0.3.0 |
761 | 2024-06-06T20:32:29.888Z | Downloaded idna v0.2.3 |
762 | 2024-06-06T20:32:29.913Z | Downloaded diff v0.1.13 |
763 | 2024-06-06T20:32:29.913Z | Downloaded diesel_derives v2.1.4 |
764 | 2024-06-06T20:32:29.913Z | Downloaded heapless v0.8.0 |
765 | 2024-06-06T20:32:29.913Z | Downloaded fancy-regex v0.13.0 |
766 | 2024-06-06T20:32:29.942Z | Downloaded trust-dns-resolver v0.22.0 |
767 | 2024-06-06T20:32:29.942Z | Downloaded quick-xml v0.31.0 |
768 | 2024-06-06T20:32:29.942Z | Downloaded zip v0.6.6 |
769 | 2024-06-06T20:32:29.942Z | Downloaded flume v0.11.0 |
770 | 2024-06-06T20:32:29.942Z | Downloaded tungstenite v0.20.1 |
771 | 2024-06-06T20:32:29.967Z | Downloaded trust-dns-server v0.22.1 |
772 | 2024-06-06T20:32:29.967Z | Downloaded trust-dns-client v0.22.0 |
773 | 2024-06-06T20:32:29.967Z | Downloaded dtrace-parser v0.2.0 |
774 | 2024-06-06T20:32:29.967Z | Downloaded downcast v0.11.0 |
775 | 2024-06-06T20:32:29.967Z | Downloaded derive_builder_core v0.20.0 |
776 | 2024-06-06T20:32:29.967Z | Downloaded derive_builder v0.20.0 |
777 | 2024-06-06T20:32:29.968Z | Downloaded zerocopy v0.6.6 |
778 | 2024-06-06T20:32:29.992Z | Downloaded yansi v0.5.1 |
779 | 2024-06-06T20:32:29.992Z | Downloaded stringprep v0.1.4 |
780 | 2024-06-06T20:32:29.992Z | Downloaded spki v0.7.3 |
781 | 2024-06-06T20:32:29.992Z | Downloaded plotters v0.3.5 |
782 | 2024-06-06T20:32:29.992Z | Downloaded der_derive v0.7.2 |
783 | 2024-06-06T20:32:29.992Z | Downloaded ff v0.13.0 |
784 | 2024-06-06T20:32:29.992Z | Downloaded fatfs v0.3.6 |
785 | 2024-06-06T20:32:30.018Z | Downloaded tungstenite v0.21.0 |
786 | 2024-06-06T20:32:30.018Z | Downloaded trybuild v1.0.96 |
787 | 2024-06-06T20:32:30.018Z | Downloaded structmeta v0.3.0 |
788 | 2024-06-06T20:32:30.018Z | Downloaded structmeta v0.2.0 |
789 | 2024-06-06T20:32:30.018Z | Downloaded strip-ansi-escapes v0.2.0 |
790 | 2024-06-06T20:32:30.018Z | Downloaded string_cache v0.8.7 |
791 | 2024-06-06T20:32:30.018Z | Downloaded siphasher v0.3.11 |
792 | 2024-06-06T20:32:30.018Z | Downloaded fixedbitset v0.4.2 |
793 | 2024-06-06T20:32:30.018Z | Downloaded smf v0.2.3 |
794 | 2024-06-06T20:32:30.018Z | Downloaded slog-dtrace v0.3.0 |
795 | 2024-06-06T20:32:30.018Z | Downloaded http v1.1.0 |
796 | 2024-06-06T20:32:30.043Z | Downloaded difflib v0.4.0 |
797 | 2024-06-06T20:32:30.043Z | Downloaded zerocopy-derive v0.7.34 |
798 | 2024-06-06T20:32:30.043Z | Downloaded sqlformat v0.2.3 |
799 | 2024-06-06T20:32:30.043Z | Downloaded spin v0.5.2 |
800 | 2024-06-06T20:32:30.043Z | Downloaded slog-scope v4.4.0 |
801 | 2024-06-06T20:32:30.043Z | Downloaded slog-envlogger v2.2.0 |
802 | 2024-06-06T20:32:30.043Z | Downloaded signature v1.6.4 |
803 | 2024-06-06T20:32:30.043Z | Downloaded serde_yaml v0.9.34+deprecated |
804 | 2024-06-06T20:32:30.043Z | Downloaded portable-atomic v1.6.0 |
805 | 2024-06-06T20:32:30.068Z | Downloaded defmt v0.3.8 |
806 | 2024-06-06T20:32:30.068Z | Downloaded fd-lock v4.0.2 |
807 | 2024-06-06T20:32:30.069Z | Downloaded similar-asserts v1.5.0 |
808 | 2024-06-06T20:32:30.069Z | Downloaded flagset v0.4.5 |
809 | 2024-06-06T20:32:30.069Z | Downloaded escape8259 v0.5.2 |
810 | 2024-06-06T20:32:30.069Z | Downloaded signal-hook-mio v0.2.3 |
811 | 2024-06-06T20:32:30.069Z | Downloaded rustls-pemfile v2.1.2 |
812 | 2024-06-06T20:32:30.069Z | Downloaded rustls-native-certs v0.7.0 |
813 | 2024-06-06T20:32:30.069Z | Downloaded reedline v0.31.0 |
814 | 2024-06-06T20:32:30.094Z | Downloaded display-error-chain v0.2.0 |
815 | 2024-06-06T20:32:30.094Z | Downloaded zone_cfg_derive v0.1.2 |
816 | 2024-06-06T20:32:30.094Z | Downloaded heck v0.3.3 |
817 | 2024-06-06T20:32:30.094Z | Downloaded float-cmp v0.9.0 |
818 | 2024-06-06T20:32:30.094Z | Downloaded shell-words v1.1.0 |
819 | 2024-06-06T20:32:30.094Z | Downloaded diesel_table_macro_syntax v0.1.0 |
820 | 2024-06-06T20:32:30.094Z | Downloaded zeroize_derive v1.4.2 |
821 | 2024-06-06T20:32:30.094Z | Downloaded foreign-types-macros v0.2.3 |
822 | 2024-06-06T20:32:30.094Z | Downloaded foreign-types v0.5.0 |
823 | 2024-06-06T20:32:30.094Z | Downloaded fallible-iterator v0.2.0 |
824 | 2024-06-06T20:32:30.094Z | Downloaded schemars v0.8.20 |
825 | 2024-06-06T20:32:30.122Z | Downloaded rustls-pki-types v1.7.0 |
826 | 2024-06-06T20:32:30.122Z | Downloaded rustc-demangle v0.1.24 |
827 | 2024-06-06T20:32:30.122Z | Downloaded rust-argon2 v2.1.0 |
828 | 2024-06-06T20:32:30.122Z | Downloaded syn v1.0.109 |
829 | 2024-06-06T20:32:30.122Z | Downloaded zeroize v1.7.0 |
830 | 2024-06-06T20:32:30.159Z | Downloaded walkdir v2.5.0 |
831 | 2024-06-06T20:32:30.159Z | Downloaded wait-timeout v0.2.0 |
832 | 2024-06-06T20:32:30.159Z | Downloaded tracing-attributes v0.1.27 |
833 | 2024-06-06T20:32:30.159Z | Downloaded sigpipe v0.1.3 |
834 | 2024-06-06T20:32:30.159Z | Downloaded signal-hook-tokio v0.3.1 |
835 | 2024-06-06T20:32:30.159Z | Downloaded serde_with_macros v3.8.1 |
836 | 2024-06-06T20:32:30.160Z | Downloaded serde_repr v0.1.19 |
837 | 2024-06-06T20:32:30.160Z | Downloaded scroll v0.12.0 |
838 | 2024-06-06T20:32:30.160Z | Downloaded hyper-util v0.1.3 |
839 | 2024-06-06T20:32:30.160Z | Downloaded tui-tree-widget v0.19.0 |
840 | 2024-06-06T20:32:30.160Z | Downloaded sha1 v0.10.6 |
841 | 2024-06-06T20:32:30.160Z | Downloaded serde_plain v1.0.2 |
842 | 2024-06-06T20:32:30.160Z | Downloaded rusty-fork v0.3.0 |
843 | 2024-06-06T20:32:30.160Z | Downloaded rand_seeder v0.2.3 |
844 | 2024-06-06T20:32:30.160Z | Downloaded regex-automata v0.1.10 |
845 | 2024-06-06T20:32:30.190Z | Downloaded serde_tokenstream v0.2.0 |
846 | 2024-06-06T20:32:30.191Z | Downloaded serde_derive_internals v0.29.1 |
847 | 2024-06-06T20:32:30.191Z | Downloaded serde-hex v0.1.0 |
848 | 2024-06-06T20:32:30.191Z | Downloaded semver v0.1.20 |
849 | 2024-06-06T20:32:30.191Z | Downloaded secrecy v0.8.0 |
850 | 2024-06-06T20:32:30.192Z | Downloaded sec1 v0.7.3 |
851 | 2024-06-06T20:32:30.192Z | Downloaded sct v0.7.1 |
852 | 2024-06-06T20:32:30.192Z | Downloaded rustfmt-wrapper v0.2.1 |
853 | 2024-06-06T20:32:30.193Z | Downloaded publicsuffix v2.2.3 |
854 | 2024-06-06T20:32:30.193Z | Downloaded hmac v0.12.1 |
855 | 2024-06-06T20:32:30.193Z | Downloaded blake3 v1.5.1 |
856 | 2024-06-06T20:32:30.193Z | Downloaded serde_arrays v0.1.0 |
857 | 2024-06-06T20:32:30.193Z | Downloaded serde-big-array v0.4.1 |
858 | 2024-06-06T20:32:30.219Z | Downloaded schemars_derive v0.8.20 |
859 | 2024-06-06T20:32:30.219Z | Downloaded prettyplease v0.2.20 |
860 | 2024-06-06T20:32:30.219Z | Downloaded tabled v0.15.0 |
861 | 2024-06-06T20:32:30.219Z | Downloaded serde_path_to_error v0.1.16 |
862 | 2024-06-06T20:32:30.219Z | Downloaded serde-big-array v0.5.1 |
863 | 2024-06-06T20:32:30.219Z | Downloaded scheduled-thread-pool v0.2.7 |
864 | 2024-06-06T20:32:30.244Z | Downloaded same-file v1.0.6 |
865 | 2024-06-06T20:32:30.244Z | Downloaded rustc_version v0.4.0 |
866 | 2024-06-06T20:32:30.244Z | Downloaded rustc_version v0.1.7 |
867 | 2024-06-06T20:32:30.244Z | Downloaded rustc-hash v1.1.0 |
868 | 2024-06-06T20:32:30.244Z | Downloaded rand_xorshift v0.3.0 |
869 | 2024-06-06T20:32:30.245Z | Downloaded rand_core v0.6.4 |
870 | 2024-06-06T20:32:30.245Z | Downloaded rand_chacha v0.3.1 |
871 | 2024-06-06T20:32:30.245Z | Downloaded proc-macro-error v1.0.4 |
872 | 2024-06-06T20:32:30.245Z | Downloaded proc-macro-crate v1.3.1 |
873 | 2024-06-06T20:32:30.245Z | Downloaded postcard v1.0.8 |
874 | 2024-06-06T20:32:30.245Z | Downloaded gimli v0.28.1 |
875 | 2024-06-06T20:32:30.270Z | Downloaded criterion v0.5.1 |
876 | 2024-06-06T20:32:30.270Z | Downloaded r2d2 v0.8.10 |
877 | 2024-06-06T20:32:30.270Z | Downloaded pretty_assertions v1.4.0 |
878 | 2024-06-06T20:32:30.270Z | Downloaded postgres-protocol v0.6.6 |
879 | 2024-06-06T20:32:30.270Z | Downloaded iana-time-zone v0.1.60 |
880 | 2024-06-06T20:32:30.270Z | Downloaded humantime v2.1.0 |
881 | 2024-06-06T20:32:30.270Z | Downloaded httptest v0.15.5 |
882 | 2024-06-06T20:32:30.270Z | Downloaded typed-path v0.7.1 |
883 | 2024-06-06T20:32:30.295Z | Downloaded openapiv3 v2.0.0 |
884 | 2024-06-06T20:32:30.295Z | Downloaded crossterm v0.27.0 |
885 | 2024-06-06T20:32:30.320Z | Downloaded psl-types v2.0.11 |
886 | 2024-06-06T20:32:30.320Z | Downloaded proc-macro-error-attr v1.0.4 |
887 | 2024-06-06T20:32:30.321Z | Downloaded predicates v3.1.0 |
888 | 2024-06-06T20:32:30.321Z | Downloaded postgres-types v0.2.6 |
889 | 2024-06-06T20:32:30.321Z | Downloaded poly1305 v0.8.0 |
890 | 2024-06-06T20:32:30.321Z | Downloaded platforms v3.4.0 |
891 | 2024-06-06T20:32:30.321Z | Downloaded hyper-rustls v0.26.0 |
892 | 2024-06-06T20:32:30.321Z | Downloaded hyper-rustls v0.24.2 |
893 | 2024-06-06T20:32:30.346Z | Downloaded rcgen v0.12.1 |
894 | 2024-06-06T20:32:30.346Z | Downloaded precomputed-hash v0.1.1 |
895 | 2024-06-06T20:32:30.346Z | Downloaded ppv-lite86 v0.2.17 |
896 | 2024-06-06T20:32:30.346Z | Downloaded indicatif v0.17.8 |
897 | 2024-06-06T20:32:30.346Z | Downloaded hyper-staticfile v0.9.5 |
898 | 2024-06-06T20:32:30.346Z | Downloaded hubpack v0.1.2 |
899 | 2024-06-06T20:32:30.346Z | Downloaded hostname v0.4.0 |
900 | 2024-06-06T20:32:30.346Z | Downloaded home v0.5.9 |
901 | 2024-06-06T20:32:30.346Z | Downloaded predicates-core v1.0.6 |
902 | 2024-06-06T20:32:30.346Z | Downloaded portpicker v0.1.1 |
903 | 2024-06-06T20:32:30.346Z | Downloaded plotters-svg v0.3.5 |
904 | 2024-06-06T20:32:30.346Z | Downloaded plotters-backend v0.3.5 |
905 | 2024-06-06T20:32:30.346Z | Downloaded impl-trait-for-tuples v0.2.2 |
906 | 2024-06-06T20:32:30.372Z | Downloaded http-range v0.1.5 |
907 | 2024-06-06T20:32:30.372Z | Downloaded http-body v1.0.0 |
908 | 2024-06-06T20:32:30.372Z | Downloaded subprocess v0.2.9 |
909 | 2024-06-06T20:32:30.372Z | Downloaded pretty-hex v0.2.1 |
910 | 2024-06-06T20:32:30.372Z | Downloaded ipnetwork v0.20.0 |
911 | 2024-06-06T20:32:30.372Z | Downloaded instant v0.1.12 |
912 | 2024-06-06T20:32:30.372Z | Downloaded inout v0.1.3 |
913 | 2024-06-06T20:32:30.372Z | Downloaded indoc v2.0.5 |
914 | 2024-06-06T20:32:30.372Z | Downloaded indoc v1.0.9 |
915 | 2024-06-06T20:32:30.372Z | Downloaded indexmap v1.9.3 |
916 | 2024-06-06T20:32:30.372Z | Downloaded ident_case v1.0.1 |
917 | 2024-06-06T20:32:30.372Z | Downloaded hubpack_derive v0.1.1 |
918 | 2024-06-06T20:32:30.372Z | Downloaded toml_edit v0.19.15 |
919 | 2024-06-06T20:32:30.397Z | Downloaded toml v0.7.8 |
920 | 2024-06-06T20:32:30.398Z | Downloaded resolv-conf v0.7.0 |
921 | 2024-06-06T20:32:30.398Z | Downloaded rayon-core v1.12.1 |
922 | 2024-06-06T20:32:30.422Z | Downloaded goblin v0.8.2 |
923 | 2024-06-06T20:32:30.422Z | Downloaded object v0.32.2 |
924 | 2024-06-06T20:32:30.422Z | Downloaded object v0.30.4 |
925 | 2024-06-06T20:32:30.447Z | Downloaded nix v0.27.1 |
926 | 2024-06-06T20:32:30.447Z | Downloaded subtle v2.5.0 |
927 | 2024-06-06T20:32:30.447Z | Downloaded ron v0.7.1 |
928 | 2024-06-06T20:32:30.472Z | Downloaded relative-path v1.9.3 |
929 | 2024-06-06T20:32:30.472Z | Downloaded hashbrown v0.13.2 |
930 | 2024-06-06T20:32:30.472Z | Downloaded hashbrown v0.12.3 |
931 | 2024-06-06T20:32:30.472Z | Downloaded guppy v0.17.5 |
932 | 2024-06-06T20:32:30.500Z | Downloaded ucd-trie v0.1.6 |
933 | 2024-06-06T20:32:30.500Z | Downloaded darling_core v0.20.9 |
934 | 2024-06-06T20:32:30.500Z | Downloaded crypto-bigint v0.5.5 |
935 | 2024-06-06T20:32:30.500Z | Downloaded const_format v0.2.32 |
936 | 2024-06-06T20:32:30.500Z | Downloaded toolchain_find v0.4.0 |
937 | 2024-06-06T20:32:30.500Z | Downloaded toml v0.5.11 |
938 | 2024-06-06T20:32:30.525Z | Downloaded tokio-tungstenite v0.21.0 |
939 | 2024-06-06T20:32:30.525Z | Downloaded tokio-postgres v0.7.10 |
940 | 2024-06-06T20:32:30.525Z | Downloaded tls_codec_derive v0.4.1 |
941 | 2024-06-06T20:32:30.525Z | Downloaded tls_codec v0.4.1 |
942 | 2024-06-06T20:32:30.525Z | Downloaded tiny-keccak v2.0.2 |
943 | 2024-06-06T20:32:30.525Z | Downloaded threadpool v1.8.1 |
944 | 2024-06-06T20:32:30.525Z | Downloaded thiserror-no-std v2.0.2 |
945 | 2024-06-06T20:32:30.525Z | Downloaded thiserror-impl-no-std v2.0.2 |
946 | 2024-06-06T20:32:30.525Z | Downloaded tabled_derive v0.7.0 |
947 | 2024-06-06T20:32:30.525Z | Downloaded strum_macros v0.25.3 |
948 | 2024-06-06T20:32:30.526Z | Downloaded strum_macros v0.24.3 |
949 | 2024-06-06T20:32:30.550Z | Downloaded structmeta-derive v0.3.0 |
950 | 2024-06-06T20:32:30.550Z | Downloaded rsa v0.9.6 |
951 | 2024-06-06T20:32:30.550Z | Downloaded ref-cast-impl v1.0.23 |
952 | 2024-06-06T20:32:30.551Z | Downloaded ref-cast v1.0.23 |
953 | 2024-06-06T20:32:30.551Z | Downloaded half v2.4.1 |
954 | 2024-06-06T20:32:30.551Z | Downloaded gethostname v0.4.3 |
955 | 2024-06-06T20:32:30.551Z | Downloaded futures-timer v3.0.3 |
956 | 2024-06-06T20:32:30.551Z | Downloaded funty v2.0.0 |
957 | 2024-06-06T20:32:30.551Z | Downloaded fragile v2.0.0 |
958 | 2024-06-06T20:32:30.551Z | Downloaded unicode-linebreak v0.1.5 |
959 | 2024-06-06T20:32:30.551Z | Downloaded unicase v2.7.0 |
960 | 2024-06-06T20:32:30.589Z | Downloaded unarray v0.1.4 |
961 | 2024-06-06T20:32:30.589Z | Downloaded target-spec v3.1.0 |
962 | 2024-06-06T20:32:30.589Z | Downloaded target-lexicon v0.12.14 |
963 | 2024-06-06T20:32:30.590Z | Downloaded tap v1.0.1 |
964 | 2024-06-06T20:32:30.590Z | Downloaded tabwriter v1.4.0 |
965 | 2024-06-06T20:32:30.590Z | Downloaded smawk v0.3.2 |
966 | 2024-06-06T20:32:30.590Z | Downloaded slog-stdlog v4.1.1 |
967 | 2024-06-06T20:32:30.590Z | Downloaded oso-derive v0.27.3 |
968 | 2024-06-06T20:32:30.591Z | Downloaded nom v7.1.3 |
969 | 2024-06-06T20:32:30.591Z | Downloaded csv-core v0.1.11 |
970 | 2024-06-06T20:32:30.591Z | Downloaded criterion-plot v0.5.0 |
971 | 2024-06-06T20:32:30.591Z | Downloaded crc-any v2.5.0 |
972 | 2024-06-06T20:32:30.591Z | Downloaded corncobs v0.1.3 |
973 | 2024-06-06T20:32:30.626Z | Downloaded cookie v0.18.1 |
974 | 2024-06-06T20:32:30.626Z | Downloaded cookie v0.17.0 |
975 | 2024-06-06T20:32:30.626Z | Downloaded const_format_proc_macros v0.2.32 |
976 | 2024-06-06T20:32:30.626Z | Downloaded ciborium-ll v0.2.2 |
977 | 2024-06-06T20:32:30.626Z | Downloaded ciborium v0.2.2 |
978 | 2024-06-06T20:32:30.627Z | Downloaded camino-tempfile v1.1.1 |
979 | 2024-06-06T20:32:30.627Z | Downloaded blake2b_simd v1.0.2 |
980 | 2024-06-06T20:32:30.627Z | Downloaded base64ct v1.6.0 |
981 | 2024-06-06T20:32:30.627Z | Downloaded backtrace v0.3.71 |
982 | 2024-06-06T20:32:30.627Z | Downloaded tokio-stream v0.1.15 |
983 | 2024-06-06T20:32:30.627Z | Downloaded tokio-rustls v0.25.0 |
984 | 2024-06-06T20:32:30.627Z | Downloaded tokio-rustls v0.24.1 |
985 | 2024-06-06T20:32:30.627Z | Downloaded supports-color v3.0.0 |
986 | 2024-06-06T20:32:30.627Z | Downloaded rtoolbox v0.0.2 |
987 | 2024-06-06T20:32:30.627Z | Downloaded rstest_macros v0.19.0 |
988 | 2024-06-06T20:32:30.627Z | Downloaded rstest v0.19.0 |
989 | 2024-06-06T20:32:30.657Z | Downloaded rpassword v7.3.1 |
990 | 2024-06-06T20:32:30.657Z | Downloaded ron v0.8.1 |
991 | 2024-06-06T20:32:30.658Z | Downloaded heapless v0.7.17 |
992 | 2024-06-06T20:32:30.658Z | Downloaded headers-core v0.2.0 |
993 | 2024-06-06T20:32:30.658Z | Downloaded headers v0.3.9 |
994 | 2024-06-06T20:32:30.658Z | Downloaded hash32 v0.3.1 |
995 | 2024-06-06T20:32:30.658Z | Downloaded hash32 v0.2.1 |
996 | 2024-06-06T20:32:30.658Z | Downloaded group v0.13.0 |
997 | 2024-06-06T20:32:30.658Z | Downloaded glob v0.3.1 |
998 | 2024-06-06T20:32:30.658Z | Downloaded getrandom v0.2.14 |
999 | 2024-06-06T20:32:30.659Z | Downloaded universal-hash v0.5.1 |
1000 | 2024-06-06T20:32:30.659Z | Downloaded unicode_categories v0.1.1 |
1001 | 2024-06-06T20:32:30.685Z | Downloaded unicode-segmentation v1.11.0 |
1002 | 2024-06-06T20:32:30.685Z | Downloaded sqlparser_derive v0.2.2 |
1003 | 2024-06-06T20:32:30.685Z | Downloaded pest v2.7.10 |
1004 | 2024-06-06T20:32:30.685Z | Downloaded papergrid v0.11.0 |
1005 | 2024-06-06T20:32:30.685Z | Downloaded num-traits v0.2.19 |
1006 | 2024-06-06T20:32:30.685Z | Downloaded datatest-stable v0.2.9 |
1007 | 2024-06-06T20:32:30.685Z | Downloaded data-encoding v2.6.0 |
1008 | 2024-06-06T20:32:30.685Z | Downloaded darling v0.20.9 |
1009 | 2024-06-06T20:32:30.710Z | Downloaded curve25519-dalek-derive v0.1.1 |
1010 | 2024-06-06T20:32:30.710Z | Downloaded crc-catalog v2.4.0 |
1011 | 2024-06-06T20:32:30.710Z | Downloaded crc v3.2.1 |
1012 | 2024-06-06T20:32:30.711Z | Downloaded cookie_store v0.20.0 |
1013 | 2024-06-06T20:32:30.711Z | Downloaded convert_case v0.4.0 |
1014 | 2024-06-06T20:32:30.711Z | Downloaded const-oid v0.9.6 |
1015 | 2024-06-06T20:32:30.711Z | Downloaded console v0.15.8 |
1016 | 2024-06-06T20:32:30.711Z | Downloaded compact_str v0.7.1 |
1017 | 2024-06-06T20:32:30.711Z | Downloaded colored v2.1.0 |
1018 | 2024-06-06T20:32:30.711Z | Downloaded cobs v0.2.3 |
1019 | 2024-06-06T20:32:30.711Z | Downloaded clang-sys v1.7.0 |
1020 | 2024-06-06T20:32:30.736Z | Downloaded cipher v0.4.4 |
1021 | 2024-06-06T20:32:30.736Z | Downloaded cancel-safe-futures v0.1.5 |
1022 | 2024-06-06T20:32:30.736Z | Downloaded bzip2 v0.4.4 |
1023 | 2024-06-06T20:32:30.736Z | Downloaded byteorder v1.5.0 |
1024 | 2024-06-06T20:32:30.736Z | Downloaded buf-list v1.0.3 |
1025 | 2024-06-06T20:32:30.736Z | Downloaded bstr v1.9.1 |
1026 | 2024-06-06T20:32:30.761Z | Downloaded block-padding v0.3.3 |
1027 | 2024-06-06T20:32:30.761Z | Downloaded bitflags v1.3.2 |
1028 | 2024-06-06T20:32:30.761Z | Downloaded guppy-workspace-hack v0.1.0 |
1029 | 2024-06-06T20:32:30.761Z | Downloaded globset v0.4.14 |
1030 | 2024-06-06T20:32:30.761Z | Downloaded getopts v0.2.21 |
1031 | 2024-06-06T20:32:30.761Z | Downloaded fxhash v0.2.1 |
1032 | 2024-06-06T20:32:30.761Z | Downloaded foreign-types-shared v0.3.1 |
1033 | 2024-06-06T20:32:30.761Z | Downloaded vte v0.11.1 |
1034 | 2024-06-06T20:32:30.761Z | Downloaded vsss-rs v3.3.4 |
1035 | 2024-06-06T20:32:30.761Z | Downloaded uzers v0.11.3 |
1036 | 2024-06-06T20:32:30.761Z | Downloaded uuid v1.8.0 |
1037 | 2024-06-06T20:32:30.761Z | Downloaded utf-8 v0.7.6 |
1038 | 2024-06-06T20:32:30.761Z | Downloaded usdt-macro v0.5.0 |
1039 | 2024-06-06T20:32:30.761Z | Downloaded usdt-impl v0.5.0 |
1040 | 2024-06-06T20:32:30.761Z | Downloaded usdt-attr-macro v0.5.0 |
1041 | 2024-06-06T20:32:30.786Z | Downloaded usdt v0.5.0 |
1042 | 2024-06-06T20:32:30.786Z | Downloaded untrusted v0.9.0 |
1043 | 2024-06-06T20:32:30.786Z | Downloaded untrusted v0.7.1 |
1044 | 2024-06-06T20:32:30.786Z | Downloaded unsafe-libyaml v0.2.11 |
1045 | 2024-06-06T20:32:30.786Z | Downloaded unicode-xid v0.2.4 |
1046 | 2024-06-06T20:32:30.786Z | Downloaded unicode-width v0.1.12 |
1047 | 2024-06-06T20:32:30.786Z | Downloaded textwrap v0.16.1 |
1048 | 2024-06-06T20:32:30.787Z | Downloaded test-strategy v0.3.1 |
1049 | 2024-06-06T20:32:30.787Z | Downloaded termtree v0.4.1 |
1050 | 2024-06-06T20:32:30.787Z | Downloaded termios v0.3.3 |
1051 | 2024-06-06T20:32:30.787Z | Downloaded termcolor v1.4.1 |
1052 | 2024-06-06T20:32:30.787Z | Downloaded tempfile v3.10.1 |
1053 | 2024-06-06T20:32:30.812Z | Downloaded smallvec v0.6.14 |
1054 | 2024-06-06T20:32:30.812Z | Downloaded signature v2.2.0 |
1055 | 2024-06-06T20:32:30.812Z | Downloaded shlex v1.3.0 |
1056 | 2024-06-06T20:32:30.812Z | Downloaded pest_meta v2.7.10 |
1057 | 2024-06-06T20:32:30.812Z | Downloaded pest_generator v2.7.10 |
1058 | 2024-06-06T20:32:30.812Z | Downloaded pem-rfc7468 v0.7.0 |
1059 | 2024-06-06T20:32:30.812Z | Downloaded pem v3.0.4 |
1060 | 2024-06-06T20:32:30.812Z | Downloaded peg-runtime v0.8.3 |
1061 | 2024-06-06T20:32:30.812Z | Downloaded peg-macros v0.8.3 |
1062 | 2024-06-06T20:32:30.812Z | Downloaded peg v0.8.3 |
1063 | 2024-06-06T20:32:30.812Z | Downloaded password-hash v0.5.0 |
1064 | 2024-06-06T20:32:30.812Z | Downloaded partial-io v0.5.4 |
1065 | 2024-06-06T20:32:30.812Z | Downloaded parking_lot v0.11.2 |
1066 | 2024-06-06T20:32:30.837Z | Downloaded packed_struct v0.10.1 |
1067 | 2024-06-06T20:32:30.838Z | Downloaded owo-colors v4.0.0 |
1068 | 2024-06-06T20:32:30.838Z | Downloaded oso v0.27.3 |
1069 | 2024-06-06T20:32:30.838Z | Downloaded omicron-zone-package v0.11.0 |
1070 | 2024-06-06T20:32:30.838Z | Downloaded num-rational v0.4.2 |
1071 | 2024-06-06T20:32:30.838Z | Downloaded num-bigint-dig v0.8.4 |
1072 | 2024-06-06T20:32:30.838Z | Downloaded nix v0.28.0 |
1073 | 2024-06-06T20:32:30.862Z | Downloaded minimal-lexical v0.2.1 |
1074 | 2024-06-06T20:32:30.863Z | Downloaded darling_macro v0.20.9 |
1075 | 2024-06-06T20:32:30.863Z | Downloaded cstr-argument v0.1.2 |
1076 | 2024-06-06T20:32:30.863Z | Downloaded crucible-workspace-hack v0.1.0 |
1077 | 2024-06-06T20:32:30.863Z | Downloaded crossbeam-epoch v0.9.18 |
1078 | 2024-06-06T20:32:30.863Z | Downloaded constant_time_eq v0.3.0 |
1079 | 2024-06-06T20:32:30.863Z | Downloaded chacha20poly1305 v0.10.1 |
1080 | 2024-06-06T20:32:30.863Z | Downloaded chacha20 v0.9.1 |
1081 | 2024-06-06T20:32:30.888Z | Downloaded cexpr v0.6.0 |
1082 | 2024-06-06T20:32:30.888Z | Downloaded castaway v0.2.2 |
1083 | 2024-06-06T20:32:30.888Z | Downloaded cast v0.3.0 |
1084 | 2024-06-06T20:32:30.888Z | Downloaded bytecount v0.6.8 |
1085 | 2024-06-06T20:32:30.888Z | Downloaded stable_deref_trait v1.2.0 |
1086 | 2024-06-06T20:32:30.888Z | Downloaded stability v0.2.0 |
1087 | 2024-06-06T20:32:30.888Z | Downloaded plain v0.2.3 |
1088 | 2024-06-06T20:32:30.888Z | Downloaded pkcs8 v0.10.2 |
1089 | 2024-06-06T20:32:30.888Z | Downloaded pkcs1 v0.7.5 |
1090 | 2024-06-06T20:32:30.888Z | Downloaded pin-project-internal v1.1.5 |
1091 | 2024-06-06T20:32:30.888Z | Downloaded pin-project v1.1.5 |
1092 | 2024-06-06T20:32:30.913Z | Downloaded phf_shared v0.11.2 |
1093 | 2024-06-06T20:32:30.913Z | Downloaded phf v0.11.2 |
1094 | 2024-06-06T20:32:30.913Z | Downloaded pest_derive v2.7.10 |
1095 | 2024-06-06T20:32:30.913Z | Downloaded pathdiff v0.2.1 |
1096 | 2024-06-06T20:32:30.913Z | Downloaded path-slash v0.1.5 |
1097 | 2024-06-06T20:32:30.913Z | Downloaded paste v1.0.15 |
1098 | 2024-06-06T20:32:30.913Z | Downloaded parse-size v1.0.0 |
1099 | 2024-06-06T20:32:30.913Z | Downloaded parse-display-derive v0.9.0 |
1100 | 2024-06-06T20:32:30.913Z | Downloaded parse-display v0.9.0 |
1101 | 2024-06-06T20:32:30.913Z | Downloaded parking_lot_core v0.8.6 |
1102 | 2024-06-06T20:32:30.913Z | Downloaded oorandom v11.1.3 |
1103 | 2024-06-06T20:32:30.913Z | Downloaded olpc-cjson v0.1.3 |
1104 | 2024-06-06T20:32:30.942Z | Downloaded num_enum_derive v0.5.11 |
1105 | 2024-06-06T20:32:30.942Z | Downloaded num_enum v0.5.11 |
1106 | 2024-06-06T20:32:30.942Z | Downloaded nodrop v0.1.14 |
1107 | 2024-06-06T20:32:30.942Z | Downloaded crunchy v0.2.2 |
1108 | 2024-06-06T20:32:30.942Z | Downloaded ciborium-io v0.2.2 |
1109 | 2024-06-06T20:32:30.942Z | Downloaded cfg_aliases v0.1.1 |
1110 | 2024-06-06T20:32:30.942Z | Downloaded cfg-expr v0.15.8 |
1111 | 2024-06-06T20:32:30.942Z | Downloaded bitstruct_derive v0.1.0 |
1112 | 2024-06-06T20:32:30.943Z | Downloaded nanorand v0.7.0 |
1113 | 2024-06-06T20:32:30.943Z | Downloaded multer v3.1.0 |
1114 | 2024-06-06T20:32:30.943Z | Downloaded mockall_derive v0.12.1 |
1115 | 2024-06-06T20:32:30.943Z | Downloaded mockall v0.12.1 |
1116 | 2024-06-06T20:32:30.943Z | Downloaded mime_guess v2.0.4 |
1117 | 2024-06-06T20:32:30.968Z | Downloaded memoffset v0.9.1 |
1118 | 2024-06-06T20:32:30.968Z | Downloaded memmap2 v0.9.4 |
1119 | 2024-06-06T20:32:30.968Z | Downloaded memmap v0.7.0 |
1120 | 2024-06-06T20:32:30.968Z | Downloaded crossbeam-deque v0.8.5 |
1121 | 2024-06-06T20:32:30.968Z | Downloaded cassowary v0.3.0 |
1122 | 2024-06-06T20:32:30.968Z | Downloaded blake2 v0.10.6 |
1123 | 2024-06-06T20:32:30.968Z | Downloaded bitstruct v0.1.1 |
1124 | 2024-06-06T20:32:30.968Z | Downloaded bitfield v0.14.0 |
1125 | 2024-06-06T20:32:30.968Z | Downloaded bit-set v0.5.3 |
1126 | 2024-06-06T20:32:30.968Z | Downloaded bindgen v0.69.4 |
1127 | 2024-06-06T20:32:30.968Z | Downloaded bcs v0.1.6 |
1128 | 2024-06-06T20:32:30.968Z | Downloaded base64 v0.22.1 |
1129 | 2024-06-06T20:32:30.996Z | Downloaded base64 v0.13.1 |
1130 | 2024-06-06T20:32:30.996Z | Downloaded atomicwrites v0.4.3 |
1131 | 2024-06-06T20:32:30.996Z | Downloaded atomic-waker v1.1.2 |
1132 | 2024-06-06T20:32:30.997Z | Downloaded async-recursion v1.1.1 |
1133 | 2024-06-06T20:32:30.997Z | Downloaded arrayvec v0.7.4 |
1134 | 2024-06-06T20:32:30.997Z | Downloaded packed_struct_codegen v0.10.1 |
1135 | 2024-06-06T20:32:30.997Z | Downloaded number_prefix v0.4.0 |
1136 | 2024-06-06T20:32:30.997Z | Downloaded num-iter v0.1.45 |
1137 | 2024-06-06T20:32:30.997Z | Downloaded num-integer v0.1.46 |
1138 | 2024-06-06T20:32:30.997Z | Downloaded num-derive v0.4.2 |
1139 | 2024-06-06T20:32:30.997Z | Downloaded num-complex v0.4.6 |
1140 | 2024-06-06T20:32:30.997Z | Downloaded num v0.4.3 |
1141 | 2024-06-06T20:32:31.026Z | Downloaded nu-ansi-term v0.50.0 |
1142 | 2024-06-06T20:32:31.026Z | Downloaded normalize-line-endings v0.3.0 |
1143 | 2024-06-06T20:32:31.026Z | Downloaded nibble_vec v0.1.0 |
1144 | 2024-06-06T20:32:31.026Z | Downloaded newtype_derive v0.1.6 |
1145 | 2024-06-06T20:32:31.027Z | Downloaded newtype-uuid v1.1.0 |
1146 | 2024-06-06T20:32:31.027Z | Downloaded nested v0.1.1 |
1147 | 2024-06-06T20:32:31.027Z | Downloaded multimap v0.10.0 |
1148 | 2024-06-06T20:32:31.027Z | Downloaded maybe-uninit v2.0.0 |
1149 | 2024-06-06T20:32:31.027Z | Downloaded lalrpop-util v0.19.12 |
1150 | 2024-06-06T20:32:31.027Z | Downloaded bit-vec v0.6.3 |
1151 | 2024-06-06T20:32:31.027Z | Downloaded atty v0.2.14 |
1152 | 2024-06-06T20:32:31.027Z | Downloaded async-trait v0.1.80 |
1153 | 2024-06-06T20:32:31.027Z | Downloaded async-stream-impl v0.3.5 |
1154 | 2024-06-06T20:32:31.027Z | Downloaded async-stream v0.3.5 |
1155 | 2024-06-06T20:32:31.027Z | Downloaded ascii-canvas v3.0.0 |
1156 | 2024-06-06T20:32:31.027Z | Downloaded newline-converter v0.3.0 |
1157 | 2024-06-06T20:32:31.027Z | Downloaded new_debug_unreachable v1.0.6 |
1158 | 2024-06-06T20:32:31.027Z | Downloaded md-5 v0.10.6 |
1159 | 2024-06-06T20:32:31.027Z | Downloaded matches v0.1.10 |
1160 | 2024-06-06T20:32:31.028Z | Downloaded maplit v1.0.2 |
1161 | 2024-06-06T20:32:31.028Z | Downloaded managed v0.8.0 |
1162 | 2024-06-06T20:32:31.490Z | Downloaded lru-cache v0.1.2 |
1163 | 2024-06-06T20:32:31.490Z | Downloaded lru v0.12.3 |
1164 | 2024-06-06T20:32:31.490Z | Downloaded linked-hash-map v0.5.6 |
1165 | 2024-06-06T20:32:31.490Z | Downloaded linear-map v1.2.0 |
1166 | 2024-06-06T20:32:31.490Z | Downloaded libxml v0.3.3 |
1167 | 2024-06-06T20:32:31.490Z | Downloaded libtest-mimic v0.7.3 |
1168 | 2024-06-06T20:32:31.490Z | Downloaded libsw v3.3.1 |
1169 | 2024-06-06T20:32:31.490Z | Downloaded libm v0.2.8 |
1170 | 2024-06-06T20:32:31.490Z | Downloaded libefi-sys v0.1.0 |
1171 | 2024-06-06T20:32:31.490Z | Downloaded lalrpop v0.19.12 |
1172 | 2024-06-06T20:32:31.490Z | Downloaded bb8 v0.8.3 |
1173 | 2024-06-06T20:32:31.490Z | Downloaded ascii v1.1.0 |
1174 | 2024-06-06T20:32:31.490Z | Downloaded arrayref v0.3.7 |
1175 | 2024-06-06T20:32:31.490Z | Downloaded array-init v0.0.4 |
1176 | 2024-06-06T20:32:31.490Z | Downloaded argon2 v0.5.3 |
1177 | 2024-06-06T20:32:31.490Z | Downloaded lazycell v1.3.0 |
1178 | 2024-06-06T20:32:31.490Z | Downloaded lazy_static v1.4.0 |
1179 | 2024-06-06T20:32:31.490Z | Downloaded kstat-rs v0.2.3 |
1180 | 2024-06-06T20:32:31.490Z | Downloaded keccak v0.1.5 |
1181 | 2024-06-06T20:32:31.491Z | Downloaded itertools v0.12.1 |
1182 | 2024-06-06T20:32:31.491Z | Downloaded base16ct v0.2.0 |
1183 | 2024-06-06T20:32:31.491Z | Downloaded backoff v0.4.0 |
1184 | 2024-06-06T20:32:31.491Z | Downloaded assert_matches v1.5.0 |
1185 | 2024-06-06T20:32:31.491Z | Downloaded assert_cmd v2.0.14 |
1186 | 2024-06-06T20:32:31.491Z | Downloaded is_ci v1.2.0 |
1187 | 2024-06-06T20:32:31.491Z | Downloaded debug-ignore v1.0.5 |
1188 | 2024-06-06T20:32:31.491Z | Downloaded anes v0.1.6 |
1189 | 2024-06-06T20:32:31.491Z | Downloaded addr2line v0.21.0 |
1190 | 2024-06-06T20:32:31.491Z | Downloaded allocator-api2 v0.2.18 |
1191 | 2024-06-06T20:32:31.491Z | Downloaded aho-corasick v1.1.3 |
1192 | 2024-06-06T20:32:31.783Z | Compiling serde v1.0.203 |
1193 | 2024-06-06T20:32:31.783Z | Checking cfg-if v1.0.0 |
1194 | 2024-06-06T20:32:31.822Z | Compiling libm v0.2.8 |
1195 | 2024-06-06T20:32:31.847Z | Checking libc v0.2.155 |
1196 | 2024-06-06T20:32:31.895Z | Compiling syn v2.0.64 |
1197 | 2024-06-06T20:32:31.920Z | Compiling num-traits v0.2.19 |
1198 | 2024-06-06T20:32:31.920Z | Compiling ahash v0.8.11 |
1199 | 2024-06-06T20:32:31.920Z | Compiling getrandom v0.2.14 |
1200 | 2024-06-06T20:32:31.980Z | Compiling serde_json v1.0.117 |
1201 | 2024-06-06T20:32:32.350Z | Compiling byteorder v1.5.0 |
1202 | 2024-06-06T20:32:32.399Z | Compiling log v0.4.21 |
1203 | 2024-06-06T20:32:32.424Z | Compiling generic-array v0.14.7 |
1204 | 2024-06-06T20:32:32.529Z | Checking memchr v2.7.2 |
1205 | 2024-06-06T20:32:32.555Z | Checking itoa v1.0.11 |
1206 | 2024-06-06T20:32:32.819Z | Compiling syn v1.0.109 |
1207 | 2024-06-06T20:32:32.861Z | Compiling allocator-api2 v0.2.18 |
1208 | 2024-06-06T20:32:32.889Z | Checking scopeguard v1.2.0 |
1209 | 2024-06-06T20:32:32.984Z | Checking smallvec v1.13.2 |
1210 | 2024-06-06T20:32:33.054Z | Checking lock_api v0.4.12 |
1211 | 2024-06-06T20:32:33.315Z | Compiling schemars v0.8.20 |
1212 | 2024-06-06T20:32:33.341Z | Compiling ring v0.17.8 |
1213 | 2024-06-06T20:32:33.496Z | Checking once_cell v1.19.0 |
1214 | 2024-06-06T20:32:33.496Z | Compiling time-macros v0.2.18 |
1215 | 2024-06-06T20:32:33.643Z | Checking parking_lot_core v0.9.10 |
1216 | 2024-06-06T20:32:33.670Z | Compiling aho-corasick v1.1.3 |
1217 | 2024-06-06T20:32:33.930Z | Checking parking_lot v0.12.2 |
1218 | 2024-06-06T20:32:33.955Z | Checking pin-project-lite v0.2.14 |
1219 | 2024-06-06T20:32:34.053Z | Compiling regex-syntax v0.8.3 |
1220 | 2024-06-06T20:32:36.265Z | Checking signal-hook-registry v1.4.2 |
1221 | 2024-06-06T20:32:36.473Z | Checking mio v0.8.11 |
1222 | 2024-06-06T20:32:36.565Z | Compiling slog v2.7.0 |
1223 | 2024-06-06T20:32:36.896Z | Compiling regex-automata v0.4.6 |
1224 | 2024-06-06T20:32:37.036Z | Checking num_cpus v1.16.0 |
1225 | 2024-06-06T20:32:37.066Z | Compiling crossbeam-utils v0.8.19 |
1226 | 2024-06-06T20:32:37.340Z | Checking ryu v1.0.18 |
1227 | 2024-06-06T20:32:37.544Z | Checking rand_core v0.6.4 |
1228 | 2024-06-06T20:32:37.621Z | Compiling rustls v0.21.12 |
1229 | 2024-06-06T20:32:37.841Z | Compiling iana-time-zone v0.1.60 |
1230 | 2024-06-06T20:32:37.910Z | Checking futures-core v0.3.30 |
1231 | 2024-06-06T20:32:37.976Z | Checking socket2 v0.5.7 |
1232 | 2024-06-06T20:32:38.094Z | Compiling cookie v0.17.0 |
1233 | 2024-06-06T20:32:38.289Z | Compiling backtrace v0.3.71 |
1234 | 2024-06-06T20:32:38.369Z | Compiling serde_derive_internals v0.29.1 |
1235 | 2024-06-06T20:32:38.545Z | Compiling dyn-clone v1.0.17 |
1236 | 2024-06-06T20:32:38.546Z | Compiling anyhow v1.0.86 |
1237 | 2024-06-06T20:32:38.669Z | Compiling ucd-trie v0.1.6 |
1238 | 2024-06-06T20:32:39.258Z | Compiling unicode-normalization v0.1.23 |
1239 | 2024-06-06T20:32:39.684Z | Compiling unicode-bidi v0.3.15 |
1240 | 2024-06-06T20:32:39.717Z | Compiling either v1.12.0 |
1241 | 2024-06-06T20:32:39.879Z | Compiling usdt-impl v0.5.0 |
1242 | 2024-06-06T20:32:40.069Z | Compiling plain v0.2.3 |
1243 | 2024-06-06T20:32:40.144Z | Checking futures-sink v0.3.30 |
1244 | 2024-06-06T20:32:40.181Z | Compiling unicode-width v0.1.12 |
1245 | 2024-06-06T20:32:40.276Z | Compiling spin v0.9.8 |
1246 | 2024-06-06T20:32:40.356Z | Compiling winnow v0.5.40 |
1247 | 2024-06-06T20:32:40.382Z | Compiling pretty-hex v0.4.1 |
1248 | 2024-06-06T20:32:40.558Z | Compiling thread-id v4.2.1 |
1249 | 2024-06-06T20:32:40.639Z | Checking futures-channel v0.3.30 |
1250 | 2024-06-06T20:32:40.666Z | Checking slab v0.4.9 |
1251 | 2024-06-06T20:32:40.889Z | Checking futures-task v0.3.30 |
1252 | 2024-06-06T20:32:40.914Z | Checking futures-io v0.3.30 |
1253 | 2024-06-06T20:32:40.963Z | Compiling subtle v2.5.0 |
1254 | 2024-06-06T20:32:41.000Z | Compiling const-oid v0.9.6 |
1255 | 2024-06-06T20:32:41.083Z | Checking pin-utils v0.1.0 |
1256 | 2024-06-06T20:32:41.111Z | Compiling untrusted v0.9.0 |
1257 | 2024-06-06T20:32:41.171Z | Compiling signal-hook v0.3.17 |
1258 | 2024-06-06T20:32:41.283Z | Compiling spin v0.5.2 |
1259 | 2024-06-06T20:32:41.380Z | Compiling regex v1.10.4 |
1260 | 2024-06-06T20:32:41.771Z | Compiling siphasher v0.3.11 |
1261 | 2024-06-06T20:32:42.084Z | Compiling time v0.3.36 |
1262 | 2024-06-06T20:32:42.362Z | Compiling idna v0.5.0 |
1263 | 2024-06-06T20:32:42.588Z | Checking typenum v1.17.0 |
1264 | 2024-06-06T20:32:43.489Z | Compiling rustls-webpki v0.101.7 |
1265 | 2024-06-06T20:32:43.588Z | Compiling sct v0.7.1 |
1266 | 2024-06-06T20:32:43.874Z | Compiling url v2.5.0 |
1267 | 2024-06-06T20:32:44.518Z | Compiling idna v0.3.0 |
1268 | 2024-06-06T20:32:44.627Z | Compiling serde_derive v1.0.203 |
1269 | 2024-06-06T20:32:45.078Z | Compiling zerocopy-derive v0.7.34 |
1270 | 2024-06-06T20:32:45.476Z | Compiling thiserror-impl v1.0.60 |
1271 | 2024-06-06T20:32:45.625Z | Compiling zeroize_derive v1.4.2 |
1272 | 2024-06-06T20:32:45.822Z | Compiling tokio-macros v2.2.0 |
1273 | 2024-06-06T20:32:46.497Z | Compiling futures-macro v0.3.30 |
1274 | 2024-06-06T20:32:46.997Z | Compiling tracing-attributes v0.1.27 |
1275 | 2024-06-06T20:32:47.049Z | Compiling zerocopy v0.7.34 |
1276 | 2024-06-06T20:32:47.248Z | Compiling schemars_derive v0.8.20 |
1277 | 2024-06-06T20:32:48.039Z | Compiling openssl-macros v0.1.1 |
1278 | 2024-06-06T20:32:48.264Z | Compiling thiserror v1.0.60 |
1279 | 2024-06-06T20:32:48.378Z | Compiling async-trait v0.1.80 |
1280 | 2024-06-06T20:32:48.414Z | Checking zeroize v1.7.0 |
1281 | 2024-06-06T20:32:48.686Z | Compiling scroll_derive v0.12.0 |
1282 | 2024-06-06T20:32:48.787Z | Compiling hashbrown v0.14.5 |
1283 | 2024-06-06T20:32:48.811Z | Compiling pest v2.7.10 |
1284 | 2024-06-06T20:32:50.109Z | Compiling der_derive v0.7.2 |
1285 | 2024-06-06T20:32:50.340Z | Compiling scroll v0.12.0 |
1286 | 2024-06-06T20:32:50.745Z | Compiling futures-util v0.3.30 |
1287 | 2024-06-06T20:32:50.828Z | Compiling pest_meta v2.7.10 |
1288 | 2024-06-06T20:32:51.080Z | Compiling goblin v0.8.2 |
1289 | 2024-06-06T20:32:51.955Z | Compiling pest_generator v2.7.10 |
1290 | 2024-06-06T20:32:52.258Z | Compiling tracing v0.1.40 |
1291 | 2024-06-06T20:32:52.724Z | Compiling clap_derive v4.5.4 |
1292 | 2024-06-06T20:32:53.527Z | Compiling crypto-common v0.1.6 |
1293 | 2024-06-06T20:32:53.726Z | Compiling zerocopy-derive v0.6.6 |
1294 | 2024-06-06T20:32:55.432Z | Compiling pest_derive v2.7.10 |
1295 | 2024-06-06T20:32:55.613Z | Compiling block-buffer v0.10.4 |
1296 | 2024-06-06T20:32:55.838Z | Checking bytes v1.6.0 |
1297 | 2024-06-06T20:32:55.965Z | Checking bitflags v2.5.0 |
1298 | 2024-06-06T20:32:56.092Z | Compiling dtrace-parser v0.2.0 |
1299 | 2024-06-06T20:32:56.224Z | Compiling digest v0.10.7 |
1300 | 2024-06-06T20:32:56.523Z | Compiling indexmap v2.2.6 |
1301 | 2024-06-06T20:32:56.780Z | Compiling semver v1.0.23 |
1302 | 2024-06-06T20:32:56.891Z | Compiling serde_tokenstream v0.2.0 |
1303 | 2024-06-06T20:32:57.358Z | Compiling uuid v1.8.0 |
1304 | 2024-06-06T20:32:57.403Z | Compiling chrono v0.4.38 |
1305 | 2024-06-06T20:32:57.657Z | Checking tokio v1.37.0 |
1306 | 2024-06-06T20:32:57.757Z | Compiling http v0.2.12 |
1307 | 2024-06-06T20:32:57.814Z | Compiling toml_datetime v0.6.6 |
1308 | 2024-06-06T20:32:58.014Z | Compiling serde_spanned v0.6.6 |
1309 | 2024-06-06T20:32:58.264Z | Compiling rustc_version v0.4.0 |
1310 | 2024-06-06T20:32:58.533Z | Compiling rustix v0.38.34 |
1311 | 2024-06-06T20:32:58.906Z | Compiling openapiv3 v2.0.0 |
1312 | 2024-06-06T20:32:59.220Z | Compiling dof v0.3.0 |
1313 | 2024-06-06T20:32:59.988Z | Compiling toml_edit v0.19.15 |
1314 | 2024-06-06T20:33:00.934Z | Compiling http-body v0.4.6 |
1315 | 2024-06-06T20:33:01.089Z | Compiling openssl v0.10.64 |
1316 | 2024-06-06T20:33:01.319Z | Compiling heapless v0.7.17 |
1317 | 2024-06-06T20:33:02.005Z | Compiling usdt-attr-macro v0.5.0 |
1318 | 2024-06-06T20:33:02.445Z | Compiling usdt-macro v0.5.0 |
1319 | 2024-06-06T20:33:03.011Z | Compiling ppv-lite86 v0.2.17 |
1320 | 2024-06-06T20:33:03.343Z | Compiling psl-types v2.0.11 |
1321 | 2024-06-06T20:33:03.475Z | Compiling crossbeam-epoch v0.9.18 |
1322 | 2024-06-06T20:33:03.519Z | Compiling publicsuffix v2.2.3 |
1323 | 2024-06-06T20:33:03.658Z | Compiling rand_chacha v0.3.1 |
1324 | 2024-06-06T20:33:03.764Z | Compiling unicode-xid v0.2.4 |
1325 | 2024-06-06T20:33:03.789Z | Compiling bit-vec v0.6.3 |
1326 | 2024-06-06T20:33:03.930Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1327 | 2024-06-06T20:33:04.198Z | Compiling cookie_store v0.20.0 |
1328 | 2024-06-06T20:33:04.634Z | Compiling rand v0.8.5 |
1329 | 2024-06-06T20:33:04.708Z | Compiling serde_urlencoded v0.7.1 |
1330 | 2024-06-06T20:33:05.167Z | Compiling tokio-util v0.7.11 |
1331 | 2024-06-06T20:33:05.487Z | Compiling tokio-rustls v0.24.1 |
1332 | 2024-06-06T20:33:05.594Z | Compiling phf_shared v0.10.0 |
1333 | 2024-06-06T20:33:05.837Z | Compiling lazy_static v1.4.0 |
1334 | 2024-06-06T20:33:05.948Z | Compiling precomputed-hash v0.1.1 |
1335 | 2024-06-06T20:33:05.973Z | Compiling h2 v0.3.26 |
1336 | 2024-06-06T20:33:06.019Z | Compiling native-tls v0.2.11 |
1337 | 2024-06-06T20:33:06.061Z | Compiling gimli v0.28.1 |
1338 | 2024-06-06T20:33:06.371Z | Compiling tokio-native-tls v0.3.1 |
1339 | 2024-06-06T20:33:06.447Z | Compiling fixedbitset v0.4.2 |
1340 | 2024-06-06T20:33:06.545Z | Compiling webpki-roots v0.25.4 |
1341 | 2024-06-06T20:33:06.648Z | Compiling base64ct v1.6.0 |
1342 | 2024-06-06T20:33:06.733Z | Checking fnv v1.0.7 |
1343 | 2024-06-06T20:33:06.846Z | Compiling minimal-lexical v0.2.1 |
1344 | 2024-06-06T20:33:06.893Z | Compiling smoltcp v0.9.1 |
1345 | 2024-06-06T20:33:06.918Z | Compiling new_debug_unreachable v1.0.6 |
1346 | 2024-06-06T20:33:07.006Z | Compiling string_cache v0.8.7 |
1347 | 2024-06-06T20:33:07.178Z | Compiling pem-rfc7468 v0.7.0 |
1348 | 2024-06-06T20:33:07.304Z | Compiling nom v7.1.3 |
1349 | 2024-06-06T20:33:07.417Z | Compiling petgraph v0.6.5 |
1350 | 2024-06-06T20:33:07.518Z | Compiling bit-set v0.5.3 |
1351 | 2024-06-06T20:33:07.745Z | Compiling hmac v0.12.1 |
1352 | 2024-06-06T20:33:07.832Z | Compiling hubpack_derive v0.1.1 |
1353 | 2024-06-06T20:33:07.952Z | Compiling enum-as-inner v0.5.1 |
1354 | 2024-06-06T20:33:08.435Z | Compiling itertools v0.10.5 |
1355 | 2024-06-06T20:33:08.580Z | Compiling diesel_table_macro_syntax v0.1.0 |
1356 | 2024-06-06T20:33:08.770Z | Compiling object v0.32.2 |
1357 | 2024-06-06T20:33:08.926Z | Compiling unicode-segmentation v1.11.0 |
1358 | 2024-06-06T20:33:09.609Z | Compiling addr2line v0.21.0 |
1359 | 2024-06-06T20:33:10.092Z | Compiling lalrpop-util v0.19.12 |
1360 | 2024-06-06T20:33:10.237Z | Compiling flagset v0.4.5 |
1361 | 2024-06-06T20:33:10.270Z | Compiling rustc-demangle v0.1.24 |
1362 | 2024-06-06T20:33:10.427Z | Compiling der v0.7.9 |
1363 | 2024-06-06T20:33:10.454Z | Compiling toml_edit v0.22.13 |
1364 | 2024-06-06T20:33:10.783Z | Compiling diesel_derives v2.1.4 |
1365 | 2024-06-06T20:33:10.958Z | Compiling futures-executor v0.3.30 |
1366 | 2024-06-06T20:33:11.137Z | Compiling itertools v0.12.1 |
1367 | 2024-06-06T20:33:11.420Z | Compiling finl_unicode v1.2.0 |
1368 | 2024-06-06T20:33:11.524Z | Compiling sha2 v0.10.8 |
1369 | 2024-06-06T20:33:12.001Z | Compiling hyper v0.14.28 |
1370 | 2024-06-06T20:33:13.402Z | Compiling spki v0.7.3 |
1371 | 2024-06-06T20:33:13.731Z | Compiling stringprep v0.1.4 |
1372 | 2024-06-06T20:33:13.773Z | Compiling futures v0.3.30 |
1373 | 2024-06-06T20:33:13.881Z | Compiling toml v0.7.8 |
1374 | 2024-06-06T20:33:14.071Z | Compiling md-5 v0.10.6 |
1375 | 2024-06-06T20:33:14.692Z | Compiling hex v0.4.3 |
1376 | 2024-06-06T20:33:14.742Z | Compiling strum_macros v0.25.3 |
1377 | 2024-06-06T20:33:14.809Z | Compiling serde_repr v0.1.19 |
1378 | 2024-06-06T20:33:15.813Z | Compiling num-integer v0.1.46 |
1379 | 2024-06-06T20:33:16.013Z | Compiling hash32 v0.2.1 |
1380 | 2024-06-06T20:33:16.037Z | Compiling fs-err v2.11.0 |
1381 | 2024-06-06T20:33:16.265Z | Compiling fallible-iterator v0.2.0 |
1382 | 2024-06-06T20:33:16.348Z | Compiling stable_deref_trait v1.2.0 |
1383 | 2024-06-06T20:33:16.448Z | Checking tinyvec_macros v0.1.1 |
1384 | 2024-06-06T20:33:16.530Z | Checking tinyvec v1.6.0 |
1385 | 2024-06-06T20:33:16.903Z | Compiling postgres-protocol v0.6.6 |
1386 | 2024-06-06T20:33:17.492Z | Compiling pkcs8 v0.10.2 |
1387 | 2024-06-06T20:33:17.620Z | Compiling hyper-tls v0.5.0 |
1388 | 2024-06-06T20:33:17.729Z | Compiling hyper-rustls v0.24.2 |
1389 | 2024-06-06T20:33:17.887Z | Compiling terminal_size v0.3.0 |
1390 | 2024-06-06T20:33:17.934Z | Compiling block-padding v0.3.3 |
1391 | 2024-06-06T20:33:18.006Z | Compiling reqwest v0.11.27 |
1392 | 2024-06-06T20:33:18.047Z | Compiling phf_shared v0.11.2 |
1393 | 2024-06-06T20:33:18.098Z | Compiling ff v0.13.0 |
1394 | 2024-06-06T20:33:18.170Z | Compiling scheduled-thread-pool v0.2.7 |
1395 | 2024-06-06T20:33:18.310Z | Compiling peg-runtime v0.8.3 |
1396 | 2024-06-06T20:33:18.399Z | Compiling base16ct v0.2.0 |
1397 | 2024-06-06T20:33:18.423Z | Compiling bitflags v1.3.2 |
1398 | 2024-06-06T20:33:18.732Z | Checking equivalent v1.0.1 |
1399 | 2024-06-06T20:33:18.757Z | Compiling managed v0.8.0 |
1400 | 2024-06-06T20:33:18.884Z | Compiling matches v0.1.10 |
1401 | 2024-06-06T20:33:18.956Z | Compiling clap_builder v4.5.2 |
1402 | 2024-06-06T20:33:18.981Z | Compiling idna v0.2.3 |
1403 | 2024-06-06T20:33:19.863Z | Compiling sec1 v0.7.3 |
1404 | 2024-06-06T20:33:20.083Z | Compiling signal-hook-mio v0.2.3 |
1405 | 2024-06-06T20:33:20.221Z | Compiling r2d2 v0.8.10 |
1406 | 2024-06-06T20:33:20.285Z | Compiling phf v0.11.2 |
1407 | 2024-06-06T20:33:20.364Z | Compiling group v0.13.0 |
1408 | 2024-06-06T20:33:20.389Z | Compiling inout v0.1.3 |
1409 | 2024-06-06T20:33:20.529Z | Compiling postgres-types v0.2.6 |
1410 | 2024-06-06T20:33:20.553Z | Compiling num-bigint v0.4.5 |
1411 | 2024-06-06T20:33:20.638Z | Compiling hubpack v0.1.2 |
1412 | 2024-06-06T20:33:20.663Z | Compiling hkdf v0.12.4 |
1413 | 2024-06-06T20:33:20.923Z | Compiling ipnetwork v0.20.0 |
1414 | 2024-06-06T20:33:21.049Z | Compiling zerocopy v0.6.6 |
1415 | 2024-06-06T20:33:21.120Z | Compiling crypto-bigint v0.5.5 |
1416 | 2024-06-06T20:33:21.713Z | Compiling float-cmp v0.9.0 |
1417 | 2024-06-06T20:33:21.785Z | Compiling memmap v0.7.0 |
1418 | 2024-06-06T20:33:21.849Z | Compiling predicates-core v1.0.6 |
1419 | 2024-06-06T20:33:21.909Z | Compiling difflib v0.4.0 |
1420 | 2024-06-06T20:33:22.113Z | Compiling normalize-line-endings v0.3.0 |
1421 | 2024-06-06T20:33:22.167Z | Compiling data-encoding v2.6.0 |
1422 | 2024-06-06T20:33:22.227Z | Compiling whoami v1.5.1 |
1423 | 2024-06-06T20:33:22.775Z | Compiling static_assertions v1.1.0 |
1424 | 2024-06-06T20:33:22.866Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1425 | 2024-06-06T20:33:23.311Z | Compiling yasna v0.5.2 |
1426 | 2024-06-06T20:33:23.392Z | Compiling diesel v2.1.6 |
1427 | 2024-06-06T20:33:24.200Z | Compiling elliptic-curve v0.13.8 |
1428 | 2024-06-06T20:33:24.881Z | Compiling trust-dns-proto v0.22.0 |
1429 | 2024-06-06T20:33:24.916Z | Compiling tokio-postgres v0.7.10 |
1430 | 2024-06-06T20:33:25.973Z | Compiling predicates v3.1.0 |
1431 | 2024-06-06T20:33:27.117Z | Compiling clap v4.5.4 |
1432 | 2024-06-06T20:33:27.222Z | Compiling usdt v0.5.0 |
1433 | 2024-06-06T20:33:27.437Z | Compiling cipher v0.4.4 |
1434 | 2024-06-06T20:33:27.643Z | Compiling crossterm v0.27.0 |
1435 | 2024-06-06T20:33:28.558Z | Compiling num-iter v0.1.45 |
1436 | 2024-06-06T20:33:28.719Z | Compiling similar v2.5.0 |
1437 | 2024-06-06T20:33:28.762Z | Compiling console v0.15.8 |
1438 | 2024-06-06T20:33:29.018Z | Compiling tokio-stream v0.1.15 |
1439 | 2024-06-06T20:33:29.225Z | Compiling bstr v1.9.1 |
1440 | 2024-06-06T20:33:30.593Z | Checking tracing-core v0.1.32 |
1441 | 2024-06-06T20:33:31.033Z | Checking percent-encoding v2.3.1 |
1442 | 2024-06-06T20:33:31.529Z | Checking form_urlencoded v1.2.1 |
1443 | 2024-06-06T20:33:31.715Z | Checking unicode-ident v1.0.12 |
1444 | 2024-06-06T20:33:31.739Z | Checking httparse v1.8.0 |
1445 | 2024-06-06T20:33:31.870Z | Checking powerfmt v0.2.0 |
1446 | 2024-06-06T20:33:32.083Z | Checking errno v0.3.9 |
1447 | 2024-06-06T20:33:32.119Z | Checking deranged v0.3.11 |
1448 | 2024-06-06T20:33:32.174Z | Checking num_threads v0.1.7 |
1449 | 2024-06-06T20:33:32.243Z | Checking time-core v0.1.2 |
1450 | 2024-06-06T20:33:32.269Z | Checking num-conv v0.1.0 |
1451 | 2024-06-06T20:33:32.391Z | Checking proc-macro2 v1.0.82 |
1452 | 2024-06-06T20:33:32.747Z | Checking cpufeatures v0.2.12 |
1453 | 2024-06-06T20:33:32.945Z | Checking quote v1.0.36 |
1454 | 2024-06-06T20:33:33.190Z | Checking try-lock v0.2.5 |
1455 | 2024-06-06T20:33:33.320Z | Checking adler v1.0.2 |
1456 | 2024-06-06T20:33:33.473Z | Checking base64 v0.21.7 |
1457 | 2024-06-06T20:33:33.759Z | Checking miniz_oxide v0.7.2 |
1458 | 2024-06-06T20:33:33.835Z | Checking want v0.3.1 |
1459 | 2024-06-06T20:33:33.993Z | Checking tower-service v0.3.2 |
1460 | 2024-06-06T20:33:34.329Z | Checking httpdate v1.0.3 |
1461 | 2024-06-06T20:33:34.529Z | Checking openssl-probe v0.1.5 |
1462 | 2024-06-06T20:33:34.572Z | Checking foreign-types-shared v0.1.1 |
1463 | 2024-06-06T20:33:34.648Z | Checking openssl-sys v0.9.102 |
1464 | 2024-06-06T20:33:34.675Z | Checking foreign-types v0.3.2 |
1465 | 2024-06-06T20:33:34.700Z | Checking mime v0.3.17 |
1466 | 2024-06-06T20:33:35.603Z | Checking ipnet v2.9.0 |
1467 | 2024-06-06T20:33:35.978Z | Checking utf8parse v0.2.1 |
1468 | 2024-06-06T20:33:38.498Z | Checking encoding_rs v0.8.34 |
1469 | 2024-06-06T20:33:38.598Z | Checking anstyle v1.0.7 |
1470 | 2024-06-06T20:33:39.231Z | Checking rustls-pemfile v1.0.4 |
1471 | 2024-06-06T20:33:40.137Z | Checking sync_wrapper v0.1.2 |
1472 | 2024-06-06T20:33:40.756Z | Checking anstyle-parse v0.2.4 |
1473 | 2024-06-06T20:33:40.896Z | Checking colorchoice v1.0.1 |
1474 | 2024-06-06T20:33:40.978Z | Checking is_terminal_polyfill v1.70.0 |
1475 | 2024-06-06T20:33:41.004Z | Checking anstyle-query v1.0.3 |
1476 | 2024-06-06T20:33:41.141Z | Checking anstream v0.6.14 |
1477 | 2024-06-06T20:33:41.573Z | Checking strsim v0.11.1 |
1478 | 2024-06-06T20:33:41.825Z | Checking clap_lex v0.7.0 |
1479 | 2024-06-06T20:33:42.775Z | Checking crc32fast v1.4.0 |
1480 | 2024-06-06T20:33:44.305Z | Checking flate2 v1.0.30 |
1481 | 2024-06-06T20:33:44.779Z | Checking winnow v0.6.8 |
1482 | 2024-06-06T20:33:52.055Z | Compiling regress v0.9.1 |
1483 | 2024-06-06T20:33:52.410Z | Compiling getopts v0.2.21 |
1484 | 2024-06-06T20:33:52.542Z | Checking heck v0.5.0 |
1485 | 2024-06-06T20:33:52.659Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1486 | 2024-06-06T20:33:52.717Z | Compiling unsafe-libyaml v0.2.11 |
1487 | 2024-06-06T20:33:53.045Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1488 | 2024-06-06T20:33:53.320Z | Checking camino v1.1.7 |
1489 | 2024-06-06T20:33:53.473Z | Checking base64 v0.22.1 |
1490 | 2024-06-06T20:33:53.532Z | Checking is-terminal v0.4.12 |
1491 | 2024-06-06T20:33:53.636Z | Checking sha1 v0.10.6 |
1492 | 2024-06-06T20:33:53.769Z | Compiling serde_yaml v0.9.34+deprecated |
1493 | 2024-06-06T20:33:53.854Z | Checking http v1.1.0 |
1494 | 2024-06-06T20:33:53.885Z | Compiling paste v1.0.15 |
1495 | 2024-06-06T20:33:54.305Z | Compiling strum_macros v0.26.2 |
1496 | 2024-06-06T20:33:54.346Z | Checking fastrand v2.1.0 |
1497 | 2024-06-06T20:33:54.403Z | Compiling ident_case v1.0.1 |
1498 | 2024-06-06T20:33:54.556Z | Checking rustls-pki-types v1.7.0 |
1499 | 2024-06-06T20:33:54.631Z | Checking match_cfg v0.1.0 |
1500 | 2024-06-06T20:33:54.727Z | Checking hostname v0.3.1 |
1501 | 2024-06-06T20:33:54.851Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1502 | 2024-06-06T20:33:54.940Z | Checking tempfile v3.10.1 |
1503 | 2024-06-06T20:33:54.984Z | Compiling darling_core v0.20.9 |
1504 | 2024-06-06T20:33:56.193Z | Checking dirs-sys-next v0.1.2 |
1505 | 2024-06-06T20:33:56.271Z | Checking quick-error v1.2.3 |
1506 | 2024-06-06T20:33:56.351Z | Checking dirs-next v2.0.0 |
1507 | 2024-06-06T20:33:56.389Z | Checking crossbeam-channel v0.5.12 |
1508 | 2024-06-06T20:33:56.464Z | Checking thread_local v1.1.8 |
1509 | 2024-06-06T20:33:56.733Z | Compiling rustls v0.22.4 |
1510 | 2024-06-06T20:33:56.971Z | Checking term v0.7.0 |
1511 | 2024-06-06T20:33:57.059Z | Checking rustls-webpki v0.102.4 |
1512 | 2024-06-06T20:33:57.321Z | Checking instant v0.1.12 |
1513 | 2024-06-06T20:33:57.387Z | Checking take_mut v0.2.2 |
1514 | 2024-06-06T20:33:57.437Z | Checking slog-term v2.9.1 |
1515 | 2024-06-06T20:33:57.475Z | Checking rustls-pemfile v2.1.2 |
1516 | 2024-06-06T20:33:57.523Z | Checking slog-async v2.8.0 |
1517 | 2024-06-06T20:33:57.689Z | Compiling multer v3.1.0 |
1518 | 2024-06-06T20:33:57.777Z | Checking debug-ignore v1.0.5 |
1519 | 2024-06-06T20:33:57.836Z | Checking toml v0.8.13 |
1520 | 2024-06-06T20:33:57.903Z | Checking slog-json v2.6.1 |
1521 | 2024-06-06T20:33:57.998Z | Compiling async-stream-impl v0.3.5 |
1522 | 2024-06-06T20:33:58.134Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1523 | 2024-06-06T20:33:58.364Z | Checking atomic-waker v1.1.2 |
1524 | 2024-06-06T20:33:58.479Z | Checking strum v0.26.2 |
1525 | 2024-06-06T20:33:58.507Z | Checking waitgroup v0.1.2 |
1526 | 2024-06-06T20:33:58.535Z | Checking slog-bunyan v2.5.0 |
1527 | 2024-06-06T20:33:58.642Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1528 | 2024-06-06T20:33:58.679Z | Checking serde_path_to_error v0.1.16 |
1529 | 2024-06-06T20:33:58.959Z | Checking hostname v0.4.0 |
1530 | 2024-06-06T20:33:59.079Z | Checking newtype-uuid v1.1.0 |
1531 | 2024-06-06T20:33:59.173Z | Checking async-stream v0.3.5 |
1532 | 2024-06-06T20:33:59.211Z | Checking wait-timeout v0.2.0 |
1533 | 2024-06-06T20:33:59.302Z | Compiling structmeta-derive v0.3.0 |
1534 | 2024-06-06T20:33:59.347Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1535 | 2024-06-06T20:33:59.372Z | Checking rusty-fork v0.3.0 |
1536 | 2024-06-06T20:33:59.623Z | Compiling structmeta-derive v0.2.0 |
1537 | 2024-06-06T20:33:59.979Z | Checking rand_xorshift v0.3.0 |
1538 | 2024-06-06T20:34:00.139Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1539 | 2024-06-06T20:34:00.384Z | Checking unarray v0.1.4 |
1540 | 2024-06-06T20:34:00.519Z | Checking proptest v1.4.0 |
1541 | 2024-06-06T20:34:00.565Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1542 | 2024-06-06T20:34:00.692Z | Checking tokio-rustls v0.25.0 |
1543 | 2024-06-06T20:34:00.717Z | Checking backoff v0.4.0 |
1544 | 2024-06-06T20:34:00.965Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1545 | 2024-06-06T20:34:01.091Z | Compiling darling_macro v0.20.9 |
1546 | 2024-06-06T20:34:01.190Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1547 | 2024-06-06T20:34:01.817Z | Compiling structmeta v0.3.0 |
1548 | 2024-06-06T20:34:01.886Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1549 | 2024-06-06T20:34:01.959Z | Compiling darling v0.20.9 |
1550 | 2024-06-06T20:34:02.034Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1551 | 2024-06-06T20:34:02.072Z | Compiling serde_with_macros v3.8.1 |
1552 | 2024-06-06T20:34:02.215Z | Compiling parse-display-derive v0.9.0 |
1553 | 2024-06-06T20:34:02.241Z | Compiling structmeta v0.2.0 |
1554 | 2024-06-06T20:34:02.311Z | Checking macaddr v1.0.1 |
1555 | 2024-06-06T20:34:02.601Z | Compiling proc-macro-error-attr v1.0.4 |
1556 | 2024-06-06T20:34:02.629Z | Compiling test-strategy v0.3.1 |
1557 | 2024-06-06T20:34:02.906Z | Compiling proc-macro-error v1.0.4 |
1558 | 2024-06-06T20:34:04.217Z | Checking camino-tempfile v1.1.1 |
1559 | 2024-06-06T20:34:04.398Z | Compiling proc-macro-crate v1.3.1 |
1560 | 2024-06-06T20:34:04.494Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1561 | 2024-06-06T20:34:04.763Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1562 | 2024-06-06T20:34:04.874Z | Checking serde_with v3.8.1 |
1563 | 2024-06-06T20:34:04.905Z | Compiling foreign-types-macros v0.2.3 |
1564 | 2024-06-06T20:34:05.081Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1565 | 2024-06-06T20:34:05.324Z | Checking foreign-types-shared v0.3.1 |
1566 | 2024-06-06T20:34:05.503Z | Compiling num_enum_derive v0.5.11 |
1567 | 2024-06-06T20:34:05.783Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1568 | 2024-06-06T20:34:06.082Z | Checking foreign-types v0.5.0 |
1569 | 2024-06-06T20:34:06.168Z | Checking cstr-argument v0.1.2 |
1570 | 2024-06-06T20:34:06.196Z | Checking pretty-hex v0.2.1 |
1571 | 2024-06-06T20:34:06.338Z | Checking tabwriter v1.4.0 |
1572 | 2024-06-06T20:34:06.363Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1573 | 2024-06-06T20:34:06.476Z | Checking parse-display v0.9.0 |
1574 | 2024-06-06T20:34:06.557Z | Checking colored v2.1.0 |
1575 | 2024-06-06T20:34:06.655Z | Checking socket2 v0.4.10 |
1576 | 2024-06-06T20:34:06.688Z | Checking smf v0.2.3 |
1577 | 2024-06-06T20:34:06.742Z | Checking humantime v2.1.0 |
1578 | 2024-06-06T20:34:06.923Z | Checking termcolor v1.4.1 |
1579 | 2024-06-06T20:34:07.004Z | Checking arc-swap v1.7.1 |
1580 | 2024-06-06T20:34:07.080Z | Checking newline-converter v0.3.0 |
1581 | 2024-06-06T20:34:07.105Z | Checking xattr v1.3.1 |
1582 | 2024-06-06T20:34:07.218Z | Checking expectorate v1.1.0 |
1583 | 2024-06-06T20:34:07.271Z | Checking filetime v0.2.23 |
1584 | 2024-06-06T20:34:07.296Z | Checking utf-8 v0.7.6 |
1585 | 2024-06-06T20:34:07.356Z | Checking same-file v1.0.6 |
1586 | 2024-06-06T20:34:07.411Z | Checking slog-scope v4.4.0 |
1587 | 2024-06-06T20:34:07.457Z | Checking tar v0.4.40 |
1588 | 2024-06-06T20:34:07.483Z | Checking tungstenite v0.20.1 |
1589 | 2024-06-06T20:34:07.514Z | Checking walkdir v2.5.0 |
1590 | 2024-06-06T20:34:07.599Z | Checking slog-stdlog v4.1.1 |
1591 | 2024-06-06T20:34:07.767Z | Compiling heapless v0.8.0 |
1592 | 2024-06-06T20:34:07.792Z | Checking slog-envlogger v2.2.0 |
1593 | 2024-06-06T20:34:07.834Z | Checking termtree v0.4.1 |
1594 | 2024-06-06T20:34:07.910Z | Checking num_enum v0.5.11 |
1595 | 2024-06-06T20:34:07.985Z | Checking hash32 v0.3.1 |
1596 | 2024-06-06T20:34:08.018Z | Checking predicates-tree v1.0.9 |
1597 | 2024-06-06T20:34:08.045Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1598 | 2024-06-06T20:34:08.105Z | Compiling smoltcp v0.11.0 |
1599 | 2024-06-06T20:34:08.160Z | Checking embedded-io v0.4.0 |
1600 | 2024-06-06T20:34:08.189Z | Checking cobs v0.2.3 |
1601 | 2024-06-06T20:34:08.222Z | Checking tokio-tungstenite v0.20.1 |
1602 | 2024-06-06T20:34:08.281Z | Compiling crucible-workspace-hack v0.1.0 |
1603 | 2024-06-06T20:34:08.352Z | Checking sigpipe v0.1.3 |
1604 | 2024-06-06T20:34:08.377Z | Checking postcard v1.0.8 |
1605 | 2024-06-06T20:34:08.474Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1606 | 2024-06-06T20:34:08.549Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1607 | 2024-06-06T20:34:08.688Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1608 | 2024-06-06T20:34:08.739Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1609 | 2024-06-06T20:34:08.790Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1610 | 2024-06-06T20:34:08.815Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1611 | 2024-06-06T20:34:08.948Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1612 | 2024-06-06T20:34:08.992Z | Checking pem v3.0.4 |
1613 | 2024-06-06T20:34:09.217Z | Compiling num-derive v0.4.2 |
1614 | 2024-06-06T20:34:09.252Z | Compiling mockall_derive v0.12.1 |
1615 | 2024-06-06T20:34:09.435Z | Checking atty v0.2.14 |
1616 | 2024-06-06T20:34:09.542Z | Checking downcast v0.11.0 |
1617 | 2024-06-06T20:34:09.713Z | Checking fragile v2.0.0 |
1618 | 2024-06-06T20:34:09.971Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1619 | 2024-06-06T20:34:10.086Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1620 | 2024-06-06T20:34:10.205Z | Compiling derive-where v1.2.7 |
1621 | 2024-06-06T20:34:10.504Z | Checking env_logger v0.9.3 |
1622 | 2024-06-06T20:34:10.765Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1623 | 2024-06-06T20:34:10.885Z | Compiling bitstruct_derive v0.1.0 |
1624 | 2024-06-06T20:34:11.070Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1625 | 2024-06-06T20:34:11.186Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1626 | 2024-06-06T20:34:11.211Z | Checking ascii v1.1.0 |
1627 | 2024-06-06T20:34:11.277Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1628 | 2024-06-06T20:34:11.563Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1629 | 2024-06-06T20:34:11.672Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1630 | 2024-06-06T20:34:11.833Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1631 | 2024-06-06T20:34:11.916Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1632 | 2024-06-06T20:34:12.062Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1633 | 2024-06-06T20:34:12.094Z | Checking bitstruct v0.1.1 |
1634 | 2024-06-06T20:34:12.195Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1635 | 2024-06-06T20:34:12.337Z | Checking serde_arrays v0.1.0 |
1636 | 2024-06-06T20:34:12.393Z | Checking erased-serde v0.3.31 |
1637 | 2024-06-06T20:34:12.431Z | Compiling heck v0.3.3 |
1638 | 2024-06-06T20:34:12.474Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1639 | 2024-06-06T20:34:12.765Z | Checking tungstenite v0.21.0 |
1640 | 2024-06-06T20:34:12.815Z | Compiling zone_cfg_derive v0.1.2 |
1641 | 2024-06-06T20:34:13.084Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1642 | 2024-06-06T20:34:13.243Z | Checking headers-core v0.2.0 |
1643 | 2024-06-06T20:34:13.304Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1644 | 2024-06-06T20:34:13.373Z | Checking base64 v0.13.1 |
1645 | 2024-06-06T20:34:13.494Z | Checking tokio-tungstenite v0.21.0 |
1646 | 2024-06-06T20:34:13.722Z | Checking ron v0.7.1 |
1647 | 2024-06-06T20:34:13.890Z | Checking headers v0.3.9 |
1648 | 2024-06-06T20:34:14.069Z | Checking zone v0.1.8 |
1649 | 2024-06-06T20:34:14.442Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1650 | 2024-06-06T20:34:14.688Z | Checking portpicker v0.1.1 |
1651 | 2024-06-06T20:34:14.714Z | Checking rcgen v0.12.1 |
1652 | 2024-06-06T20:34:14.810Z | Checking atomicwrites v0.4.3 |
1653 | 2024-06-06T20:34:14.835Z | Checking subprocess v0.2.9 |
1654 | 2024-06-06T20:34:14.860Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1655 | 2024-06-06T20:34:15.024Z | Compiling convert_case v0.4.0 |
1656 | 2024-06-06T20:34:15.165Z | Checking password-hash v0.5.0 |
1657 | 2024-06-06T20:34:15.190Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1658 | 2024-06-06T20:34:15.299Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1659 | 2024-06-06T20:34:15.344Z | Checking blake2 v0.10.6 |
1660 | 2024-06-06T20:34:15.546Z | Checking linked-hash-map v0.5.6 |
1661 | 2024-06-06T20:34:15.722Z | Checking argon2 v0.5.3 |
1662 | 2024-06-06T20:34:15.828Z | Checking lru-cache v0.1.2 |
1663 | 2024-06-06T20:34:15.883Z | Checking mockall v0.12.1 |
1664 | 2024-06-06T20:34:15.912Z | Compiling derive_more v0.99.17 |
1665 | 2024-06-06T20:34:16.002Z | Checking swrite v0.1.0 |
1666 | 2024-06-06T20:34:16.055Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1667 | 2024-06-06T20:34:16.100Z | Compiling rayon-core v1.12.1 |
1668 | 2024-06-06T20:34:16.125Z | Checking resolv-conf v0.7.0 |
1669 | 2024-06-06T20:34:16.288Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1670 | 2024-06-06T20:34:16.365Z | Checking half v2.4.1 |
1671 | 2024-06-06T20:34:16.390Z | Compiling cancel-safe-futures v0.1.5 |
1672 | 2024-06-06T20:34:16.434Z | Checking trust-dns-resolver v0.22.0 |
1673 | 2024-06-06T20:34:16.668Z | Checking ciborium-io v0.2.2 |
1674 | 2024-06-06T20:34:16.754Z | Compiling semver v0.1.20 |
1675 | 2024-06-06T20:34:16.811Z | Checking ciborium-ll v0.2.2 |
1676 | 2024-06-06T20:34:17.047Z | Compiling rustc_version v0.1.7 |
1677 | 2024-06-06T20:34:17.074Z | Checking ciborium v0.2.2 |
1678 | 2024-06-06T20:34:17.228Z | Compiling slog-dtrace v0.3.0 |
1679 | 2024-06-06T20:34:17.377Z | Checking libsw v3.3.1 |
1680 | 2024-06-06T20:34:17.500Z | Compiling newtype_derive v0.1.6 |
1681 | 2024-06-06T20:34:17.620Z | Checking owo-colors v4.0.0 |
1682 | 2024-06-06T20:34:17.735Z | Checking linear-map v1.2.0 |
1683 | 2024-06-06T20:34:17.910Z | Compiling radium v0.7.0 |
1684 | 2024-06-06T20:34:17.936Z | Checking num-rational v0.4.2 |
1685 | 2024-06-06T20:34:17.961Z | Checking steno v0.4.0 |
1686 | 2024-06-06T20:34:18.031Z | Checking num-complex v0.4.6 |
1687 | 2024-06-06T20:34:18.325Z | Checking nibble_vec v0.1.0 |
1688 | 2024-06-06T20:34:18.487Z | Checking tap v1.0.1 |
1689 | 2024-06-06T20:34:18.511Z | Compiling maybe-uninit v2.0.0 |
1690 | 2024-06-06T20:34:18.641Z | Checking endian-type v0.1.2 |
1691 | 2024-06-06T20:34:18.775Z | Checking num v0.4.3 |
1692 | 2024-06-06T20:34:18.847Z | Checking radix_trie v0.2.1 |
1693 | 2024-06-06T20:34:18.882Z | Checking wyz v0.5.1 |
1694 | 2024-06-06T20:34:19.095Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1695 | 2024-06-06T20:34:19.209Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1696 | 2024-06-06T20:34:19.234Z | Checking fxhash v0.2.1 |
1697 | 2024-06-06T20:34:19.334Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1698 | 2024-06-06T20:34:19.394Z | Compiling packed_struct v0.10.1 |
1699 | 2024-06-06T20:34:19.710Z | Checking display-error-chain v0.2.0 |
1700 | 2024-06-06T20:34:19.767Z | Checking funty v2.0.0 |
1701 | 2024-06-06T20:34:19.845Z | Compiling num-bigint-dig v0.8.4 |
1702 | 2024-06-06T20:34:19.846Z | Checking crc-catalog v2.4.0 |
1703 | 2024-06-06T20:34:20.006Z | Checking crc v3.2.1 |
1704 | 2024-06-06T20:34:20.383Z | Compiling packed_struct_codegen v0.10.1 |
1705 | 2024-06-06T20:34:20.383Z | Compiling indexmap v1.9.3 |
1706 | 2024-06-06T20:34:20.598Z | Checking bitvec v1.0.1 |
1707 | 2024-06-06T20:34:20.662Z | Compiling home v0.5.9 |
1708 | 2024-06-06T20:34:20.826Z | Checking nodrop v0.1.14 |
1709 | 2024-06-06T20:34:20.942Z | Checking array-init v0.0.4 |
1710 | 2024-06-06T20:34:20.984Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1711 | 2024-06-06T20:34:21.058Z | Checking smallvec v0.6.14 |
1712 | 2024-06-06T20:34:21.255Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1713 | 2024-06-06T20:34:21.722Z | Checking pkcs1 v0.7.5 |
1714 | 2024-06-06T20:34:21.832Z | Checking signature v2.2.0 |
1715 | 2024-06-06T20:34:22.005Z | Checking bitfield v0.14.0 |
1716 | 2024-06-06T20:34:22.064Z | Checking hashbrown v0.12.3 |
1717 | 2024-06-06T20:34:22.238Z | Checking serde-hex v0.1.0 |
1718 | 2024-06-06T20:34:22.514Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1719 | 2024-06-06T20:34:22.780Z | Checking bzip2 v0.4.4 |
1720 | 2024-06-06T20:34:22.891Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1721 | 2024-06-06T20:34:23.003Z | Checking env_logger v0.10.2 |
1722 | 2024-06-06T20:34:23.048Z | Checking x509-cert v0.2.5 |
1723 | 2024-06-06T20:34:23.115Z | Checking ron v0.8.1 |
1724 | 2024-06-06T20:34:23.202Z | Checking rsa v0.9.6 |
1725 | 2024-06-06T20:34:23.367Z | Checking hashbrown v0.13.2 |
1726 | 2024-06-06T20:34:23.548Z | Checking crc-any v2.5.0 |
1727 | 2024-06-06T20:34:23.855Z | Checking zip v0.6.6 |
1728 | 2024-06-06T20:34:24.027Z | Checking path-slash v0.1.5 |
1729 | 2024-06-06T20:34:24.134Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1730 | 2024-06-06T20:34:24.164Z | Compiling async-recursion v1.1.1 |
1731 | 2024-06-06T20:34:24.218Z | Checking object v0.30.4 |
1732 | 2024-06-06T20:34:24.347Z | Checking maplit v1.0.2 |
1733 | 2024-06-06T20:34:24.371Z | Compiling blake3 v1.5.1 |
1734 | 2024-06-06T20:34:24.442Z | Compiling ring v0.16.20 |
1735 | 2024-06-06T20:34:24.467Z | Compiling buf-list v1.0.3 |
1736 | 2024-06-06T20:34:25.253Z | Checking gethostname v0.4.3 |
1737 | 2024-06-06T20:34:25.404Z | Compiling libefi-sys v0.1.0 |
1738 | 2024-06-06T20:34:25.429Z | Compiling parking_lot_core v0.8.6 |
1739 | 2024-06-06T20:34:25.474Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1740 | 2024-06-06T20:34:25.674Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1741 | 2024-06-06T20:34:25.924Z | Compiling crossbeam-deque v0.8.5 |
1742 | 2024-06-06T20:34:26.019Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1743 | 2024-06-06T20:34:26.043Z | Checking keccak v0.1.5 |
1744 | 2024-06-06T20:34:26.153Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1745 | 2024-06-06T20:34:26.280Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1746 | 2024-06-06T20:34:26.307Z | Checking sha3 v0.10.8 |
1747 | 2024-06-06T20:34:26.676Z | Checking parking_lot v0.11.2 |
1748 | 2024-06-06T20:34:26.969Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1749 | 2024-06-06T20:34:27.181Z | Checking trust-dns-client v0.22.0 |
1750 | 2024-06-06T20:34:27.256Z | Checking toml v0.5.11 |
1751 | 2024-06-06T20:34:27.350Z | Checking secrecy v0.8.0 |
1752 | 2024-06-06T20:34:27.520Z | Compiling pin-project-internal v1.1.5 |
1753 | 2024-06-06T20:34:27.747Z | Compiling rayon v1.10.0 |
1754 | 2024-06-06T20:34:28.184Z | Checking sled v0.34.7 |
1755 | 2024-06-06T20:34:28.441Z | Checking trust-dns-server v0.22.1 |
1756 | 2024-06-06T20:34:29.240Z | Compiling memmap2 v0.9.4 |
1757 | 2024-06-06T20:34:29.324Z | Compiling glob v0.3.1 |
1758 | 2024-06-06T20:34:29.646Z | Compiling arrayvec v0.7.4 |
1759 | 2024-06-06T20:34:30.059Z | Compiling constant_time_eq v0.3.0 |
1760 | 2024-06-06T20:34:30.154Z | Checking pin-project v1.1.5 |
1761 | 2024-06-06T20:34:30.211Z | Compiling arrayref v0.3.7 |
1762 | 2024-06-06T20:34:30.249Z | Compiling untrusted v0.7.1 |
1763 | 2024-06-06T20:34:30.549Z | Compiling toolchain_find v0.4.0 |
1764 | 2024-06-06T20:34:31.079Z | Compiling vte_generate_state_changes v0.1.1 |
1765 | 2024-06-06T20:34:31.165Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1766 | 2024-06-06T20:34:31.635Z | Compiling topological-sort v0.2.2 |
1767 | 2024-06-06T20:34:31.820Z | Checking vte v0.11.1 |
1768 | 2024-06-06T20:34:31.845Z | Compiling rustfmt-wrapper v0.2.1 |
1769 | 2024-06-06T20:34:32.165Z | Compiling omicron-zone-package v0.11.0 |
1770 | 2024-06-06T20:34:32.294Z | Checking fd-lock v4.0.2 |
1771 | 2024-06-06T20:34:32.479Z | Compiling prettyplease v0.2.20 |
1772 | 2024-06-06T20:34:32.582Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1773 | 2024-06-06T20:34:32.744Z | Checking nu-ansi-term v0.50.0 |
1774 | 2024-06-06T20:34:32.852Z | Compiling crunchy v0.2.2 |
1775 | 2024-06-06T20:34:32.877Z | Compiling clang-sys v1.7.0 |
1776 | 2024-06-06T20:34:32.902Z | Checking strip-ansi-escapes v0.2.0 |
1777 | 2024-06-06T20:34:33.033Z | Compiling snafu-derive v0.8.2 |
1778 | 2024-06-06T20:34:33.082Z | Checking reedline v0.31.0 |
1779 | 2024-06-06T20:34:33.281Z | Compiling tiny-keccak v2.0.2 |
1780 | 2024-06-06T20:34:33.584Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1781 | 2024-06-06T20:34:33.614Z | Checking globset v0.4.14 |
1782 | 2024-06-06T20:34:33.807Z | Checking olpc-cjson v0.1.3 |
1783 | 2024-06-06T20:34:33.918Z | Checking serde_plain v1.0.2 |
1784 | 2024-06-06T20:34:34.001Z | Compiling memoffset v0.9.1 |
1785 | 2024-06-06T20:34:34.070Z | Compiling platforms v3.4.0 |
1786 | 2024-06-06T20:34:34.139Z | Compiling ref-cast v1.0.23 |
1787 | 2024-06-06T20:34:34.265Z | Checking typed-path v0.7.1 |
1788 | 2024-06-06T20:34:34.614Z | Compiling curve25519-dalek v4.1.2 |
1789 | 2024-06-06T20:34:35.282Z | Compiling ascii-canvas v3.0.0 |
1790 | 2024-06-06T20:34:35.383Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1791 | 2024-06-06T20:34:35.460Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1792 | 2024-06-06T20:34:35.616Z | Compiling ref-cast-impl v1.0.23 |
1793 | 2024-06-06T20:34:35.686Z | Compiling ena v0.14.3 |
1794 | 2024-06-06T20:34:35.781Z | Compiling libloading v0.8.3 |
1795 | 2024-06-06T20:34:35.878Z | Compiling unicase v2.7.0 |
1796 | 2024-06-06T20:34:36.033Z | Compiling bindgen v0.69.4 |
1797 | 2024-06-06T20:34:36.114Z | Compiling regex-syntax v0.6.29 |
1798 | 2024-06-06T20:34:36.175Z | Compiling diff v0.1.13 |
1799 | 2024-06-06T20:34:36.639Z | Checking parse-size v1.0.0 |
1800 | 2024-06-06T20:34:37.135Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1801 | 2024-06-06T20:34:37.215Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1802 | 2024-06-06T20:34:37.782Z | Compiling which v4.4.2 |
1803 | 2024-06-06T20:34:37.943Z | Checking snafu v0.8.2 |
1804 | 2024-06-06T20:34:38.332Z | Checking universal-hash v0.5.1 |
1805 | 2024-06-06T20:34:38.367Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1806 | 2024-06-06T20:34:38.513Z | Checking tough v0.17.1 |
1807 | 2024-06-06T20:34:38.607Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1808 | 2024-06-06T20:34:40.110Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1809 | 2024-06-06T20:34:40.265Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1810 | 2024-06-06T20:34:40.735Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1811 | 2024-06-06T20:34:41.297Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1812 | 2024-06-06T20:34:41.979Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1813 | 2024-06-06T20:34:42.158Z | Compiling lalrpop v0.19.12 |
1814 | 2024-06-06T20:34:42.469Z | Compiling cexpr v0.6.0 |
1815 | 2024-06-06T20:34:42.560Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1816 | 2024-06-06T20:34:42.962Z | Compiling thiserror-impl-no-std v2.0.2 |
1817 | 2024-06-06T20:34:43.718Z | Compiling curve25519-dalek-derive v0.1.1 |
1818 | 2024-06-06T20:34:44.043Z | Checking nanorand v0.7.0 |
1819 | 2024-06-06T20:34:44.364Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1820 | 2024-06-06T20:34:44.603Z | Checking opaque-debug v0.3.1 |
1821 | 2024-06-06T20:34:44.694Z | Compiling shlex v1.3.0 |
1822 | 2024-06-06T20:34:45.035Z | Compiling rustc-hash v1.1.0 |
1823 | 2024-06-06T20:34:45.128Z | Compiling cfg_aliases v0.1.1 |
1824 | 2024-06-06T20:34:45.174Z | Compiling salty v0.2.0 |
1825 | 2024-06-06T20:34:45.232Z | Checking bytecount v0.6.8 |
1826 | 2024-06-06T20:34:45.365Z | Compiling lazycell v1.3.0 |
1827 | 2024-06-06T20:34:45.469Z | Checking signature v1.6.4 |
1828 | 2024-06-06T20:34:45.594Z | Checking ed25519 v1.5.3 |
1829 | 2024-06-06T20:34:45.640Z | Checking papergrid v0.11.0 |
1830 | 2024-06-06T20:34:45.700Z | Checking thiserror-no-std v2.0.2 |
1831 | 2024-06-06T20:34:45.751Z | Compiling nix v0.28.0 |
1832 | 2024-06-06T20:34:46.439Z | Checking poly1305 v0.8.0 |
1833 | 2024-06-06T20:34:46.907Z | Checking flume v0.11.0 |
1834 | 2024-06-06T20:34:46.952Z | Checking nix v0.27.1 |
1835 | 2024-06-06T20:34:47.324Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1836 | 2024-06-06T20:34:47.389Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1837 | 2024-06-06T20:34:47.543Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1838 | 2024-06-06T20:34:47.616Z | Compiling tabled_derive v0.7.0 |
1839 | 2024-06-06T20:34:47.711Z | Compiling derive_builder_core v0.20.0 |
1840 | 2024-06-06T20:34:47.789Z | Checking chacha20 v0.9.1 |
1841 | 2024-06-06T20:34:47.994Z | Checking aead v0.5.2 |
1842 | 2024-06-06T20:34:48.083Z | Checking serde-big-array v0.5.1 |
1843 | 2024-06-06T20:34:48.190Z | Checking kstat-rs v0.2.3 |
1844 | 2024-06-06T20:34:48.276Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1845 | 2024-06-06T20:34:48.484Z | Compiling libxml v0.3.3 |
1846 | 2024-06-06T20:34:49.009Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1847 | 2024-06-06T20:34:49.293Z | Checking chacha20poly1305 v0.10.1 |
1848 | 2024-06-06T20:34:49.516Z | Checking vsss-rs v3.3.4 |
1849 | 2024-06-06T20:34:49.794Z | Compiling derive_builder_macro v0.20.0 |
1850 | 2024-06-06T20:34:49.819Z | Checking tabled v0.15.0 |
1851 | 2024-06-06T20:34:50.709Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1852 | 2024-06-06T20:34:51.615Z | Checking signal-hook-tokio v0.3.1 |
1853 | 2024-06-06T20:34:51.661Z | Checking serde-big-array v0.4.1 |
1854 | 2024-06-06T20:34:51.772Z | Compiling strum_macros v0.24.3 |
1855 | 2024-06-06T20:34:51.823Z | Compiling cookie v0.18.1 |
1856 | 2024-06-06T20:34:52.077Z | Compiling indoc v1.0.9 |
1857 | 2024-06-06T20:34:52.388Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1858 | 2024-06-06T20:34:52.498Z | Compiling mime_guess v2.0.4 |
1859 | 2024-06-06T20:34:52.995Z | Checking derive_builder v0.20.0 |
1860 | 2024-06-06T20:34:53.367Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1861 | 2024-06-06T20:34:53.570Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1862 | 2024-06-06T20:34:53.597Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1863 | 2024-06-06T20:34:54.669Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1864 | 2024-06-06T20:34:54.906Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1865 | 2024-06-06T20:34:55.206Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1866 | 2024-06-06T20:34:55.688Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1867 | 2024-06-06T20:34:55.844Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1868 | 2024-06-06T20:34:56.948Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1869 | 2024-06-06T20:34:57.302Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1870 | 2024-06-06T20:34:57.493Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1871 | 2024-06-06T20:34:58.342Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1872 | 2024-06-06T20:34:59.369Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1873 | 2024-06-06T20:34:59.594Z | Compiling peg-macros v0.8.3 |
1874 | 2024-06-06T20:34:59.619Z | Checking quick-xml v0.31.0 |
1875 | 2024-06-06T20:35:00.957Z | Compiling oso-derive v0.27.3 |
1876 | 2024-06-06T20:35:01.464Z | Compiling impl-trait-for-tuples v0.2.2 |
1877 | 2024-06-06T20:35:01.958Z | Compiling sqlparser_derive v0.2.2 |
1878 | 2024-06-06T20:35:02.876Z | Checking unicode_categories v0.1.1 |
1879 | 2024-06-06T20:35:03.134Z | Checking corncobs v0.1.3 |
1880 | 2024-06-06T20:35:03.164Z | Checking heck v0.4.1 |
1881 | 2024-06-06T20:35:03.326Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1882 | 2024-06-06T20:35:03.370Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1883 | 2024-06-06T20:35:03.474Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1884 | 2024-06-06T20:35:03.515Z | Checking sqlformat v0.2.3 |
1885 | 2024-06-06T20:35:03.758Z | Checking rustyline v14.0.0 |
1886 | 2024-06-06T20:35:05.118Z | Checking sqlparser v0.45.0 |
1887 | 2024-06-06T20:35:07.290Z | Checking peg v0.8.3 |
1888 | 2024-06-06T20:35:07.659Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1889 | 2024-06-06T20:35:07.793Z | Checking bcs v0.1.6 |
1890 | 2024-06-06T20:35:08.189Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1891 | 2024-06-06T20:35:08.218Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1892 | 2024-06-06T20:35:08.930Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1893 | 2024-06-06T20:35:09.202Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1894 | 2024-06-06T20:35:09.576Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1895 | 2024-06-06T20:35:09.869Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1896 | 2024-06-06T20:35:10.427Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1897 | 2024-06-06T20:35:12.542Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1898 | 2024-06-06T20:35:12.689Z | Checking highway v1.1.0 |
1899 | 2024-06-06T20:35:12.963Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1900 | 2024-06-06T20:35:13.052Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1901 | 2024-06-06T20:35:13.223Z | Compiling const_format_proc_macros v0.2.32 |
1902 | 2024-06-06T20:35:13.288Z | Checking bb8 v0.8.3 |
1903 | 2024-06-06T20:35:13.401Z | Checking http-range v0.1.5 |
1904 | 2024-06-06T20:35:13.564Z | Checking hyper-staticfile v0.9.5 |
1905 | 2024-06-06T20:35:13.638Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1906 | 2024-06-06T20:35:13.682Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1907 | 2024-06-06T20:35:13.968Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1908 | 2024-06-06T20:35:14.488Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1909 | 2024-06-06T20:35:15.205Z | Checking const_format v0.2.32 |
1910 | 2024-06-06T20:35:15.663Z | Checking assert_matches v1.5.0 |
1911 | 2024-06-06T20:35:15.688Z | Compiling portable-atomic v1.6.0 |
1912 | 2024-06-06T20:35:15.767Z | Checking rand_seeder v0.2.3 |
1913 | 2024-06-06T20:35:15.973Z | Checking number_prefix v0.4.0 |
1914 | 2024-06-06T20:35:16.166Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1915 | 2024-06-06T20:35:16.375Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1916 | 2024-06-06T20:35:16.503Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1917 | 2024-06-06T20:35:17.145Z | Checking castaway v0.2.2 |
1918 | 2024-06-06T20:35:17.290Z | Checking compact_str v0.7.1 |
1919 | 2024-06-06T20:35:17.563Z | Checking indicatif v0.17.8 |
1920 | 2024-06-06T20:35:17.588Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1921 | 2024-06-06T20:35:17.839Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1922 | 2024-06-06T20:35:17.952Z | Checking lru v0.12.3 |
1923 | 2024-06-06T20:35:18.080Z | Compiling stability v0.2.0 |
1924 | 2024-06-06T20:35:18.219Z | Compiling indoc v2.0.5 |
1925 | 2024-06-06T20:35:18.244Z | Checking cassowary v0.3.0 |
1926 | 2024-06-06T20:35:18.660Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1927 | 2024-06-06T20:35:18.941Z | Checking unicode-linebreak v0.1.5 |
1928 | 2024-06-06T20:35:19.046Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1929 | 2024-06-06T20:35:19.163Z | Checking ratatui v0.26.2 |
1930 | 2024-06-06T20:35:19.275Z | Checking smawk v0.3.2 |
1931 | 2024-06-06T20:35:19.465Z | Checking textwrap v0.16.1 |
1932 | 2024-06-06T20:35:19.818Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1933 | 2024-06-06T20:35:19.843Z | Checking is_ci v1.2.0 |
1934 | 2024-06-06T20:35:19.983Z | Checking supports-color v3.0.0 |
1935 | 2024-06-06T20:35:20.136Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1936 | 2024-06-06T20:35:20.192Z | Checking fatfs v0.3.6 |
1937 | 2024-06-06T20:35:20.910Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1938 | 2024-06-06T20:35:21.074Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1939 | 2024-06-06T20:35:21.456Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1940 | 2024-06-06T20:35:21.630Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1941 | 2024-06-06T20:35:21.708Z | Checking shell-words v1.1.0 |
1942 | 2024-06-06T20:35:21.869Z | Checking rtoolbox v0.0.2 |
1943 | 2024-06-06T20:35:22.048Z | Checking rpassword v7.3.1 |
1944 | 2024-06-06T20:35:22.184Z | Checking tui-tree-widget v0.19.0 |
1945 | 2024-06-06T20:35:22.456Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1946 | 2024-06-06T20:35:22.481Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
1947 | 2024-06-06T20:35:23.418Z | Checking yansi v0.5.1 |
1948 | 2024-06-06T20:35:23.861Z | Checking pretty_assertions v1.4.0 |
1949 | 2024-06-06T20:35:24.044Z | Compiling target-lexicon v0.12.14 |
1950 | 2024-06-06T20:35:24.069Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
1951 | 2024-06-06T20:35:24.094Z | Checking cargo-platform v0.1.8 |
1952 | 2024-06-06T20:35:24.343Z | Compiling guppy-workspace-hack v0.1.0 |
1953 | 2024-06-06T20:35:24.572Z | Checking plotters-backend v0.3.5 |
1954 | 2024-06-06T20:35:24.899Z | Compiling doc-comment v0.3.3 |
1955 | 2024-06-06T20:35:25.359Z | Checking plotters-svg v0.3.5 |
1956 | 2024-06-06T20:35:25.482Z | Checking cargo_metadata v0.18.1 |
1957 | 2024-06-06T20:35:25.586Z | Checking http-body v1.0.0 |
1958 | 2024-06-06T20:35:25.611Z | Compiling target-spec v3.1.0 |
1959 | 2024-06-06T20:35:25.787Z | Compiling assert_cmd v2.0.14 |
1960 | 2024-06-06T20:35:26.079Z | Checking regex-automata v0.1.10 |
1961 | 2024-06-06T20:35:26.123Z | Checking tower-layer v0.3.2 |
1962 | 2024-06-06T20:35:26.351Z | Checking cast v0.3.0 |
1963 | 2024-06-06T20:35:26.429Z | Checking bstr v0.2.17 |
1964 | 2024-06-06T20:35:26.642Z | Checking criterion-plot v0.5.0 |
1965 | 2024-06-06T20:35:26.888Z | Checking tower v0.4.13 |
1966 | 2024-06-06T20:35:27.102Z | Checking hyper v1.3.1 |
1967 | 2024-06-06T20:35:27.222Z | Checking plotters v0.3.5 |
1968 | 2024-06-06T20:35:27.618Z | Checking cfg-expr v0.15.8 |
1969 | 2024-06-06T20:35:28.098Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
1970 | 2024-06-06T20:35:28.255Z | Checking tinytemplate v1.2.1 |
1971 | 2024-06-06T20:35:28.572Z | Checking csv-core v0.1.11 |
1972 | 2024-06-06T20:35:28.862Z | Checking oorandom v11.1.3 |
1973 | 2024-06-06T20:35:28.887Z | Checking anes v0.1.6 |
1974 | 2024-06-06T20:35:29.214Z | Checking criterion v0.5.1 |
1975 | 2024-06-06T20:35:29.475Z | Checking csv v1.3.0 |
1976 | 2024-06-06T20:35:29.848Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
1977 | 2024-06-06T20:35:30.531Z | Checking hyper-util v0.1.3 |
1978 | 2024-06-06T20:35:31.038Z | Checking httptest v0.15.5 |
1979 | 2024-06-06T20:35:31.064Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1980 | 2024-06-06T20:35:31.587Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
1981 | 2024-06-06T20:35:31.691Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
1982 | 2024-06-06T20:35:31.834Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1983 | 2024-06-06T20:35:32.037Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1984 | 2024-06-06T20:35:33.651Z | Checking rustls-native-certs v0.7.0 |
1985 | 2024-06-06T20:35:33.797Z | Checking pathdiff v0.2.1 |
1986 | 2024-06-06T20:35:33.947Z | Checking nested v0.1.1 |
1987 | 2024-06-06T20:35:34.344Z | error: very complex type used. Consider factoring parts into `type` definitions |
1988 | 2024-06-06T20:35:34.344Z | --> wicket/src/state/update.rs:31:9 |
1989 | 2024-06-06T20:35:34.344Z | | |
1990 | 2024-06-06T20:35:34.344Z | 31 | BTreeMap<KnownArtifactKind, Vec<(SemverVersion, Option<Vec<u8>>)>>, |
1991 | 2024-06-06T20:35:34.344Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
1992 | 2024-06-06T20:35:34.344Z | | |
1993 | 2024-06-06T20:35:34.344Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity |
1994 | 2024-06-06T20:35:34.344Z | = note: `-D clippy::type-complexity` implied by `-D warnings` |
1995 | 2024-06-06T20:35:34.344Z | = help: to override `-D warnings` add `#[allow(clippy::type_complexity)]` |
1996 | 2024-06-06T20:35:34.344Z | |
1997 | 2024-06-06T20:35:34.869Z | error: very complex type used. Consider factoring parts into `type` definitions |
1998 | 2024-06-06T20:35:34.869Z | --> wicket/src/ui/panes/update.rs:2303:15 |
1999 | 2024-06-06T20:35:34.869Z | | |
2000 | 2024-06-06T20:35:34.870Z | 2303 | versions: &BTreeMap< |
2001 | 2024-06-06T20:35:34.870Z | | _______________^ |
2002 | 2024-06-06T20:35:34.870Z | 2304 | | KnownArtifactKind, |
2003 | 2024-06-06T20:35:34.870Z | 2305 | | Vec<(SemverVersion, Option<Vec<u8>>)>, |
2004 | 2024-06-06T20:35:34.870Z | 2306 | | >, |
2005 | 2024-06-06T20:35:34.870Z | | |_____^ |
2006 | 2024-06-06T20:35:34.870Z | | |
2007 | 2024-06-06T20:35:34.870Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity |
2008 | 2024-06-06T20:35:34.870Z | |
2009 | 2024-06-06T20:35:35.395Z | error: could not compile `wicket` (lib) due to 2 previous errors |
2010 | 2024-06-06T20:35:35.395Z | warning: build failed, waiting for other jobs to finish... |
2011 | 2024-06-06T20:36:24.290Z | Error: clippy failed: exit status: 101 |
2012 | 2024-06-06T20:36:24.315Z | |
2013 | 2024-06-06T20:36:24.315Z | real 4:06.004911525 |
2014 | 2024-06-06T20:36:24.315Z | user 22:29.364233789 |
2015 | 2024-06-06T20:36:24.315Z | sys 4:39.325504677 |
2016 | 2024-06-06T20:36:24.315Z | trap 0.701374692 |
2017 | 2024-06-06T20:36:24.315Z | tflt 0.342272258 |
2018 | 2024-06-06T20:36:24.315Z | dflt 0.659975591 |
2019 | 2024-06-06T20:36:24.315Z | kflt 0.000973642 |
2020 | 2024-06-06T20:36:24.315Z | lock 1:01:28.976581846 |
2021 | 2024-06-06T20:36:24.315Z | slp 1:11:03.483071402 |
2022 | 2024-06-06T20:36:24.315Z | lat 1:27.901875573 |
2023 | 2024-06-06T20:36:24.315Z | stop 4:14.398648750 |
2024 | 2024-06-06T20:36:24.315Z | process exited: duration 418587 ms, exit code 1 |
|
2025 | 2024-06-06T20:36:24.366Z | found 0 output files |