|
|
|
1 | 2024-03-30T03:26:58.015Z | job assigned to worker 01HT6P73JFQ4H74J6HFVRAFCRV (queued for 9 m 56 s) |
|
2 | 2024-03-30T03:27:04.553Z | starting task 0: "setup" |
3 | 2024-03-30T03:27:04.621Z | ++ uname -s |
4 | 2024-03-30T03:27:04.625Z | + kern=SunOS |
5 | 2024-03-30T03:27:04.625Z | + case "$kern" in |
6 | 2024-03-30T03:27:04.625Z | + groupadd -g 12345 build |
7 | 2024-03-30T03:27:04.754Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-30T03:27:06.770Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-30T03:27:07.247Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-30T03:27:07.262Z | + home_fs=zfs |
11 | 2024-03-30T03:27:07.262Z | + [[ zfs == autofs ]] |
12 | 2024-03-30T03:27:07.262Z | + mkdir -p /home/build |
13 | 2024-03-30T03:27:07.262Z | + chown build:build /home/build /work |
14 | 2024-03-30T03:27:08.848Z | + chmod 0700 /home/build /work |
15 | 2024-03-30T03:27:08.853Z | process exited: duration 4296 ms, exit code 0 |
|
16 | 2024-03-30T03:27:08.860Z | starting task 1: "rust-toolchain" |
17 | 2024-03-30T03:27:08.867Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-30T03:27:08.870Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-30T03:27:08.983Z | info: downloading installer |
20 | 2024-03-30T03:27:10.170Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-30T03:27:10.170Z | warning: /opt/ooce/bin |
22 | 2024-03-30T03:27:10.170Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-30T03:27:10.170Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-30T03:27:10.170Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-30T03:27:10.170Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-30T03:27:10.171Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-30T03:27:10.171Z | error: cannot install while Rust is installed |
28 | 2024-03-30T03:27:10.171Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-30T03:27:10.497Z | info: profile set to 'default' |
30 | 2024-03-30T03:27:10.497Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-30T03:27:10.500Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-30T03:27:10.612Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-30T03:27:10.612Z | info: downloading component 'cargo' |
34 | 2024-03-30T03:27:11.235Z | info: downloading component 'clippy' |
35 | 2024-03-30T03:27:11.461Z | info: downloading component 'rust-docs' |
36 | 2024-03-30T03:27:12.242Z | info: downloading component 'rust-std' |
37 | 2024-03-30T03:27:14.054Z | info: downloading component 'rustc' |
38 | 2024-03-30T03:27:16.950Z | info: downloading component 'rustfmt' |
39 | 2024-03-30T03:27:17.147Z | info: installing component 'cargo' |
40 | 2024-03-30T03:27:17.954Z | info: installing component 'clippy' |
41 | 2024-03-30T03:27:18.319Z | info: installing component 'rust-docs' |
42 | 2024-03-30T03:27:20.113Z | info: installing component 'rust-std' |
43 | 2024-03-30T03:27:21.508Z | info: installing component 'rustc' |
44 | 2024-03-30T03:27:25.496Z | info: installing component 'rustfmt' |
45 | 2024-03-30T03:27:25.883Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-30T03:27:25.883Z | |
47 | 2024-03-30T03:27:26.145Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-30T03:27:26.145Z | |
49 | 2024-03-30T03:27:26.149Z | |
50 | 2024-03-30T03:27:26.149Z | Rust is installed now. Great! |
51 | 2024-03-30T03:27:26.149Z | |
52 | 2024-03-30T03:27:26.149Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-30T03:27:26.149Z | environment variable. This has not been done automatically. |
54 | 2024-03-30T03:27:26.149Z | |
55 | 2024-03-30T03:27:26.149Z | To configure your current shell, you need to source |
56 | 2024-03-30T03:27:26.149Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-30T03:27:26.149Z | |
58 | 2024-03-30T03:27:26.149Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-30T03:27:26.149Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-30T03:27:26.149Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-30T03:27:26.283Z | + rustc --version |
62 | 2024-03-30T03:27:26.349Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-30T03:27:26.357Z | process exited: duration 17484 ms, exit code 0 |
|
64 | 2024-03-30T03:27:26.371Z | starting task 2: "authentication" |
65 | 2024-03-30T03:27:26.392Z | process exited: duration 23 ms, exit code 0 |
|
66 | 2024-03-30T03:27:26.405Z | starting task 3: "clone repository" |
67 | 2024-03-30T03:27:26.411Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-30T03:27:26.417Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-30T03:27:26.687Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-30T03:27:56.124Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-30T03:27:56.124Z | + git fetch origin a4481fadd36193cc3f842d8893ac9a03b07fb561 |
72 | 2024-03-30T03:27:56.782Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-30T03:27:56.782Z | * branch a4481fadd36193cc3f842d8893ac9a03b07fb561 -> FETCH_HEAD |
74 | 2024-03-30T03:27:56.801Z | + [[ -n renovate/hyper-1.x ]] |
75 | 2024-03-30T03:27:56.806Z | ++ git branch --show-current |
76 | 2024-03-30T03:27:56.806Z | + current=main |
77 | 2024-03-30T03:27:56.806Z | + [[ main != renovate/hyper-1.x ]] |
78 | 2024-03-30T03:27:56.806Z | + git branch -f renovate/hyper-1.x a4481fadd36193cc3f842d8893ac9a03b07fb561 |
79 | 2024-03-30T03:27:56.806Z | + git checkout -f renovate/hyper-1.x |
80 | 2024-03-30T03:27:56.919Z | Switched to branch 'renovate/hyper-1.x' |
81 | 2024-03-30T03:27:56.922Z | + git reset --hard a4481fadd36193cc3f842d8893ac9a03b07fb561 |
82 | 2024-03-30T03:27:56.932Z | HEAD is now at a4481fadd Update Rust crate hyper to v1 |
83 | 2024-03-30T03:27:56.935Z | process exited: duration 30523 ms, exit code 0 |
|
84 | 2024-03-30T03:27:56.941Z | starting task 4: "build" |
85 | 2024-03-30T03:27:56.946Z | + cargo --version |
86 | 2024-03-30T03:27:56.951Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-30T03:27:57.176Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-30T03:27:57.176Z | info: downloading component 'cargo' |
89 | 2024-03-30T03:27:58.020Z | info: downloading component 'clippy' |
90 | 2024-03-30T03:27:58.283Z | info: downloading component 'rust-docs' |
91 | 2024-03-30T03:27:59.331Z | info: downloading component 'rust-std' |
92 | 2024-03-30T03:28:01.057Z | info: downloading component 'rustc' |
93 | 2024-03-30T03:28:05.442Z | info: downloading component 'rustfmt' |
94 | 2024-03-30T03:28:05.734Z | info: installing component 'cargo' |
95 | 2024-03-30T03:28:06.603Z | info: installing component 'clippy' |
96 | 2024-03-30T03:28:07.121Z | info: installing component 'rust-docs' |
97 | 2024-03-30T03:28:08.378Z | info: installing component 'rust-std' |
98 | 2024-03-30T03:28:10.161Z | info: installing component 'rustc' |
99 | 2024-03-30T03:28:14.201Z | info: installing component 'rustfmt' |
100 | 2024-03-30T03:28:14.613Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-30T03:28:14.614Z | + rustc --version |
102 | 2024-03-30T03:28:14.671Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-30T03:28:14.695Z | + source ./env.sh |
104 | 2024-03-30T03:28:14.695Z | ++ set -o xtrace |
105 | 2024-03-30T03:28:14.695Z | ++++ dirname ./env.sh |
106 | 2024-03-30T03:28:14.745Z | +++ readlink -f . |
107 | 2024-03-30T03:28:14.819Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2024-03-30T03:28:14.825Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2024-03-30T03:28:14.825Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-03-30T03:28:14.825Z | ++ 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 |
111 | 2024-03-30T03:28:14.825Z | ++ 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 |
112 | 2024-03-30T03:28:14.825Z | ++ 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 |
113 | 2024-03-30T03:28:14.825Z | ++ 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 |
114 | 2024-03-30T03:28:14.825Z | ++ 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 |
115 | 2024-03-30T03:28:14.825Z | ++ 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 |
116 | 2024-03-30T03:28:14.825Z | ++ unset OMICRON_WS |
117 | 2024-03-30T03:28:14.825Z | ++ set +o xtrace |
118 | 2024-03-30T03:28:14.825Z | |
119 | 2024-03-30T03:28:14.825Z | ##### ##### ###### ##### ###### #### # # # #### # |
120 | 2024-03-30T03:28:14.825Z | # # # # # # # # # # # # # # # |
121 | 2024-03-30T03:28:14.825Z | # # # # ##### # # ##### # # # # # #### # |
122 | 2024-03-30T03:28:14.825Z | ##### ##### # ##### # # # # # # # # # |
123 | 2024-03-30T03:28:14.825Z | # # # # # # # # # # # # # # # |
124 | 2024-03-30T03:28:14.825Z | # # # ###### # # ###### ### # #### # #### # |
125 | 2024-03-30T03:28:14.825Z | |
126 | 2024-03-30T03:28:25.499Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-03-30T03:28:26.931Z | Startup: Caching catalogs ... Done |
128 | 2024-03-30T03:28:28.665Z | Planning: Solver setup ... Done (1.346s) |
129 | 2024-03-30T03:28:28.684Z | Planning: Running solver ... Done (0.026s) |
130 | 2024-03-30T03:28:28.870Z | Planning: Finding local manifests ... Done (0.169s) |
131 | 2024-03-30T03:28:28.882Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2024-03-30T03:28:29.684Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2024-03-30T03:28:29.731Z | Planning: Package planning ... Done (0.049s) |
134 | 2024-03-30T03:28:29.785Z | Planning: Merging actions ... Done (0.051s) |
135 | 2024-03-30T03:28:30.165Z | Planning: Checking for conflicting actions ... Done (0.384s) |
136 | 2024-03-30T03:28:30.177Z | Planning: Consolidating action changes ... Done (0.011s) |
137 | 2024-03-30T03:28:36.301Z | Planning: Evaluating mediators ... Done (6.123s) |
138 | 2024-03-30T03:28:36.311Z | Planning: Planning completed in 9.33 seconds |
139 | 2024-03-30T03:28:36.324Z | Packages to install: 4 |
140 | 2024-03-30T03:28:36.325Z | Mediators to change: 2 |
141 | 2024-03-30T03:28:36.328Z | Services to change: 1 |
142 | 2024-03-30T03:28:36.328Z | Estimated space available: 155.32 GB |
143 | 2024-03-30T03:28:36.328Z | Estimated space to be consumed: 1.43 GB |
144 | 2024-03-30T03:28:36.328Z | Create boot environment: No |
145 | 2024-03-30T03:28:36.328Z | Create backup boot environment: No |
146 | 2024-03-30T03:28:36.328Z | Rebuild boot archive: No |
147 | 2024-03-30T03:28:36.329Z | |
148 | 2024-03-30T03:28:36.329Z | Changed mediators: |
149 | 2024-03-30T03:28:36.329Z | mediator clang: |
150 | 2024-03-30T03:28:36.329Z | version: None -> 15 (system default) |
151 | 2024-03-30T03:28:36.329Z | |
152 | 2024-03-30T03:28:36.329Z | mediator llvm: |
153 | 2024-03-30T03:28:36.329Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-03-30T03:28:36.329Z | |
155 | 2024-03-30T03:28:36.329Z | Changed packages: |
156 | 2024-03-30T03:28:36.329Z | helios-dev |
157 | 2024-03-30T03:28:36.329Z | developer/build-essential |
158 | 2024-03-30T03:28:36.329Z | None -> 11-2.0 |
159 | 2024-03-30T03:28:36.329Z | library/libxmlsec1 |
160 | 2024-03-30T03:28:36.329Z | None -> 1.2.35-2.0 |
161 | 2024-03-30T03:28:36.329Z | ooce/developer/clang-15 |
162 | 2024-03-30T03:28:36.329Z | None -> 15.0.7-2.0 |
163 | 2024-03-30T03:28:36.329Z | ooce/developer/llvm-15 |
164 | 2024-03-30T03:28:36.329Z | None -> 15.0.7-2.0 |
165 | 2024-03-30T03:28:36.329Z | |
166 | 2024-03-30T03:28:36.329Z | Services: |
167 | 2024-03-30T03:28:36.330Z | restart_fmri: |
168 | 2024-03-30T03:28:36.330Z | svc:/system/update-man-index:default |
169 | 2024-03-30T03:28:36.460Z | |
170 | 2024-03-30T03:28:36.460Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2024-03-30T03:28:41.443Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (16.9M/s) |
172 | 2024-03-30T03:28:46.445Z | Download: 2185/3290 items 118.4/212.6MB 55% complete (11.9M/s) |
173 | 2024-03-30T03:28:51.484Z | Download: 2687/3290 items 120.7/212.6MB 56% complete (3.9M/s) |
174 | 2024-03-30T03:28:56.715Z | Download: 3275/3290 items 208.9/212.6MB 98% complete (9.0M/s) |
175 | 2024-03-30T03:28:59.349Z | Download: Completed 212.60 MB in 22.49 seconds (9.4M/s) |
176 | 2024-03-30T03:28:59.372Z | Actions: 1/3689 actions (Installing new actions) |
177 | 2024-03-30T03:29:04.409Z | Actions: 3652/3689 actions (Installing new actions) |
178 | 2024-03-30T03:29:04.414Z | Actions: Completed 3689 actions in 5.22 seconds. |
179 | 2024-03-30T03:29:04.629Z | Done (0.192s) |
180 | 2024-03-30T03:29:04.629Z | Done (0.000s) |
181 | 2024-03-30T03:29:04.870Z | Done (0.252s) |
182 | 2024-03-30T03:29:09.858Z | Done (4.848s) |
183 | 2024-03-30T03:29:10.050Z | Done (0.129s) |
184 | 2024-03-30T03:29:10.056Z | Done (0.000s) |
185 | 2024-03-30T03:29:10.213Z | Done (0.000s) |
186 | 2024-03-30T03:29:10.729Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-03-30T03:29:11.300Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-03-30T03:29:11.314Z | Planning: Consolidating action changes ... Done |
189 | 2024-03-30T03:29:11.314Z | Planning: Evaluating mediators ... Done |
190 | 2024-03-30T03:29:11.314Z | Planning: Planning completed in 0.43 seconds |
191 | 2024-03-30T03:29:11.315Z | Mediators to change: 2 |
192 | 2024-03-30T03:29:11.315Z | Create boot environment: No |
193 | 2024-03-30T03:29:11.315Z | Create backup boot environment: No |
194 | 2024-03-30T03:29:11.315Z | Done |
195 | 2024-03-30T03:29:11.315Z | Done |
196 | 2024-03-30T03:29:11.415Z | Done |
197 | 2024-03-30T03:29:14.948Z | Done |
198 | 2024-03-30T03:29:15.040Z | Done |
199 | 2024-03-30T03:29:15.040Z | Done |
200 | 2024-03-30T03:29:15.138Z | Done |
201 | 2024-03-30T03:29:15.771Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-03-30T03:29:15.778Z | Planning: Merging actions ... Done |
203 | 2024-03-30T03:29:15.962Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-03-30T03:29:15.972Z | Planning: Consolidating action changes ... Done |
205 | 2024-03-30T03:29:16.221Z | Planning: Evaluating mediators ... Done |
206 | 2024-03-30T03:29:16.281Z | Planning: Planning completed in 0.78 seconds |
207 | 2024-03-30T03:29:16.311Z | Packages to change: 1 |
208 | 2024-03-30T03:29:16.312Z | Mediators to change: 1 |
209 | 2024-03-30T03:29:16.312Z | Services to change: 1 |
210 | 2024-03-30T03:29:16.323Z | Create boot environment: No |
211 | 2024-03-30T03:29:16.323Z | Create backup boot environment: Yes |
212 | 2024-03-30T03:29:17.112Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-03-30T03:29:17.116Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2024-03-30T03:29:17.116Z | Done |
215 | 2024-03-30T03:29:17.116Z | Done |
216 | 2024-03-30T03:29:17.168Z | Done |
217 | 2024-03-30T03:29:20.812Z | Done |
218 | 2024-03-30T03:29:20.903Z | Done |
219 | 2024-03-30T03:29:20.907Z | Done |
220 | 2024-03-30T03:29:21.032Z | Done |
221 | 2024-03-30T03:29:21.426Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-03-30T03:29:21.427Z | clang system 15 system |
223 | 2024-03-30T03:29:21.427Z | csh system system illumos |
224 | 2024-03-30T03:29:21.427Z | ctags system system illumos |
225 | 2024-03-30T03:29:21.427Z | gcc vendor 12 vendor |
226 | 2024-03-30T03:29:21.427Z | gcc system 10 system |
227 | 2024-03-30T03:29:21.427Z | gcc system 7 system |
228 | 2024-03-30T03:29:21.427Z | go system 1.20 system |
229 | 2024-03-30T03:29:21.427Z | go system 1.19 system |
230 | 2024-03-30T03:29:21.427Z | llvm system 15 system |
231 | 2024-03-30T03:29:21.427Z | llvm system 14 system |
232 | 2024-03-30T03:29:21.427Z | mariadb system 10.6 system |
233 | 2024-03-30T03:29:21.427Z | mta vendor vendor dma |
234 | 2024-03-30T03:29:21.427Z | openjdk system 17 system |
235 | 2024-03-30T03:29:21.427Z | openjdk system 11 system |
236 | 2024-03-30T03:29:21.427Z | openjdk system 1.8 system |
237 | 2024-03-30T03:29:21.427Z | openssl vendor 3 vendor |
238 | 2024-03-30T03:29:21.427Z | perl system 5.36 system |
239 | 2024-03-30T03:29:21.427Z | postgresql system 15 system |
240 | 2024-03-30T03:29:21.427Z | postgresql system 13 system |
241 | 2024-03-30T03:29:21.427Z | python vendor 3 vendor |
242 | 2024-03-30T03:29:21.427Z | python system 2 system |
243 | 2024-03-30T03:29:21.428Z | python3 system 3.11 system |
244 | 2024-03-30T03:29:21.428Z | ruby system 3.0 system |
245 | 2024-03-30T03:29:21.428Z | words vendor vendor american-english |
246 | 2024-03-30T03:29:21.428Z | words system system australian-english |
247 | 2024-03-30T03:29:21.428Z | words system system british-english |
248 | 2024-03-30T03:29:21.428Z | words system system canadian-english |
249 | 2024-03-30T03:29:21.428Z | words system system french |
250 | 2024-03-30T03:29:21.428Z | words system system italian |
251 | 2024-03-30T03:29:21.428Z | words system system ngerman |
252 | 2024-03-30T03:29:21.428Z | words system system ogerman |
253 | 2024-03-30T03:29:21.428Z | words system system spanish |
254 | 2024-03-30T03:29:21.759Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-03-30T03:29:21.759Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-03-30T03:29:22.999Z | FMRI IFO |
257 | 2024-03-30T03:29:22.999Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-03-30T03:29:22.999Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-03-30T03:29:22.999Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-03-30T03:29:22.999Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-03-30T03:29:22.999Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-03-30T03:29:22.999Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-03-30T03:29:22.999Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
264 | 2024-03-30T03:29:22.999Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-03-30T03:29:22.999Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-03-30T03:29:22.999Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-03-30T03:29:22.999Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-03-30T03:29:23.000Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-03-30T03:29:23.218Z | + set -o errexit |
270 | 2024-03-30T03:29:23.222Z | +++ dirname ./tools/ci_download_cockroachdb |
271 | 2024-03-30T03:29:23.225Z | ++ cd ./tools |
272 | 2024-03-30T03:29:23.225Z | ++ pwd |
273 | 2024-03-30T03:29:23.225Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
274 | 2024-03-30T03:29:23.225Z | ++ basename ./tools/ci_download_cockroachdb |
275 | 2024-03-30T03:29:23.225Z | + ARG0=ci_download_cockroachdb |
276 | 2024-03-30T03:29:23.229Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
277 | 2024-03-30T03:29:23.230Z | + CIDL_VERSION=v22.1.9 |
278 | 2024-03-30T03:29:23.230Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
279 | 2024-03-30T03:29:23.230Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
280 | 2024-03-30T03:29:23.230Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
281 | 2024-03-30T03:29:23.230Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
282 | 2024-03-30T03:29:23.230Z | + TARGET_DIR=out |
283 | 2024-03-30T03:29:23.230Z | + DOWNLOAD_DIR=out/downloads |
284 | 2024-03-30T03:29:23.230Z | + DEST_DIR=./out/cockroachdb |
285 | 2024-03-30T03:29:23.230Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
286 | 2024-03-30T03:29:23.230Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
287 | 2024-03-30T03:29:23.230Z | + main |
288 | 2024-03-30T03:29:23.231Z | + [[ 0 != 0 ]] |
289 | 2024-03-30T03:29:23.231Z | + CIDL_OS=solaris2.11 |
290 | 2024-03-30T03:29:23.231Z | + [[ 0 != 0 ]] |
291 | 2024-03-30T03:29:23.231Z | + configure_os solaris2.11 |
292 | 2024-03-30T03:29:23.231Z | + echo 'current directory: /work/oxidecomputer/omicron' |
293 | 2024-03-30T03:29:23.231Z | current directory: /work/oxidecomputer/omicron |
294 | 2024-03-30T03:29:23.231Z | + echo 'configuring based on OS: "solaris2.11"' |
295 | 2024-03-30T03:29:23.231Z | + case "$1" in |
296 | 2024-03-30T03:29:23.231Z | configuring based on OS: "solaris2.11" |
297 | 2024-03-30T03:29:23.231Z | + CIDL_BUILD=illumos |
298 | 2024-03-30T03:29:23.231Z | + CIDL_SUFFIX=tar.gz |
299 | 2024-03-30T03:29:23.231Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
300 | 2024-03-30T03:29:23.232Z | + CIDL_URL_BASE=https://illumos.org/downloads |
301 | 2024-03-30T03:29:23.232Z | + CIDL_ASSEMBLE=do_assemble_illumos |
302 | 2024-03-30T03:29:23.232Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
303 | 2024-03-30T03:29:23.232Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-03-30T03:29:23.232Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-03-30T03:29:23.232Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
306 | 2024-03-30T03:29:23.232Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-03-30T03:29:23.232Z | + CIDL_SHA256FUNC=do_sha256sum |
308 | 2024-03-30T03:29:23.232Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
309 | 2024-03-30T03:29:23.232Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
310 | 2024-03-30T03:29:23.232Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-03-30T03:29:23.232Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-03-30T03:29:23.233Z | + mkdir -p out/downloads |
313 | 2024-03-30T03:29:23.236Z | + mkdir -p ./out/cockroachdb |
314 | 2024-03-30T03:29:23.236Z | + local DO_DOWNLOAD=true |
315 | 2024-03-30T03:29:23.236Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
316 | 2024-03-30T03:29:23.236Z | + '[' true == true ']' |
317 | 2024-03-30T03:29:23.236Z | + echo Downloading... |
318 | 2024-03-30T03:29:23.237Z | Downloading... |
319 | 2024-03-30T03:29:23.237Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2024-03-30T03:29:23.237Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
321 | 2024-03-30T03:29:26.206Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
322 | 2024-03-30T03:29:26.216Z | ++ sha256sum |
323 | 2024-03-30T03:29:26.216Z | ++ awk '{print $1}' |
324 | 2024-03-30T03:29:26.314Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
325 | 2024-03-30T03:29:26.314Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
326 | 2024-03-30T03:29:26.314Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
327 | 2024-03-30T03:29:26.327Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
328 | 2024-03-30T03:29:28.473Z | + do_assemble_illumos |
329 | 2024-03-30T03:29:28.473Z | + rm -r ./out/cockroachdb |
330 | 2024-03-30T03:29:28.499Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
331 | 2024-03-30T03:29:28.896Z | + ./out/cockroachdb/bin/cockroach version |
332 | 2024-03-30T03:29:29.062Z | Build Tag: v22.1.9-dirty |
333 | 2024-03-30T03:29:29.062Z | Build Time: 2022/10/26 21:17:46 |
334 | 2024-03-30T03:29:29.063Z | Distribution: OSS |
335 | 2024-03-30T03:29:29.063Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
336 | 2024-03-30T03:29:29.063Z | Go Version: go1.17.13 |
337 | 2024-03-30T03:29:29.063Z | C Compiler: gcc 10.3.0 |
338 | 2024-03-30T03:29:29.063Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
339 | 2024-03-30T03:29:29.063Z | Build Type: release |
340 | 2024-03-30T03:29:29.086Z | + set -o errexit |
341 | 2024-03-30T03:29:29.095Z | +++ dirname ./tools/ci_download_clickhouse |
342 | 2024-03-30T03:29:29.095Z | ++ cd ./tools |
343 | 2024-03-30T03:29:29.096Z | ++ pwd |
344 | 2024-03-30T03:29:29.096Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
345 | 2024-03-30T03:29:29.096Z | ++ basename ./tools/ci_download_clickhouse |
346 | 2024-03-30T03:29:29.096Z | + ARG0=ci_download_clickhouse |
347 | 2024-03-30T03:29:29.096Z | + TARGET_DIR=out |
348 | 2024-03-30T03:29:29.096Z | + DOWNLOAD_DIR=out/downloads |
349 | 2024-03-30T03:29:29.096Z | + DEST_DIR=./out/clickhouse |
350 | 2024-03-30T03:29:29.096Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
351 | 2024-03-30T03:29:29.096Z | + CIDL_VERSION=v23.8.7.24 |
352 | 2024-03-30T03:29:29.096Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
353 | 2024-03-30T03:29:29.096Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
354 | 2024-03-30T03:29:29.096Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
355 | 2024-03-30T03:29:29.096Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
356 | 2024-03-30T03:29:29.096Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
357 | 2024-03-30T03:29:29.096Z | + main |
358 | 2024-03-30T03:29:29.096Z | + [[ 0 != 0 ]] |
359 | 2024-03-30T03:29:29.096Z | + CIDL_OS=solaris2.11 |
360 | 2024-03-30T03:29:29.096Z | + [[ 0 != 0 ]] |
361 | 2024-03-30T03:29:29.096Z | + configure_os solaris2.11 |
362 | 2024-03-30T03:29:29.096Z | + echo 'current directory: /work/oxidecomputer/omicron' |
363 | 2024-03-30T03:29:29.096Z | + echo 'configuring based on OS: "solaris2.11"' |
364 | 2024-03-30T03:29:29.097Z | + CIDL_DASHREV= |
365 | 2024-03-30T03:29:29.097Z | current directory: /work/oxidecomputer/omicron |
366 | 2024-03-30T03:29:29.097Z | + case "$1" in |
367 | 2024-03-30T03:29:29.097Z | configuring based on OS: "solaris2.11" |
368 | 2024-03-30T03:29:29.097Z | + CIDL_PLATFORM=illumos |
369 | 2024-03-30T03:29:29.097Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
370 | 2024-03-30T03:29:29.097Z | + CIDL_MD5FUNC=do_md5sum |
371 | 2024-03-30T03:29:29.097Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
372 | 2024-03-30T03:29:29.097Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
373 | 2024-03-30T03:29:29.097Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
374 | 2024-03-30T03:29:29.097Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-03-30T03:29:29.097Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
376 | 2024-03-30T03:29:29.097Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
377 | 2024-03-30T03:29:29.097Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
378 | 2024-03-30T03:29:29.097Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
379 | 2024-03-30T03:29:29.097Z | + mkdir -p out/downloads |
380 | 2024-03-30T03:29:29.097Z | + mkdir -p ./out/clickhouse |
381 | 2024-03-30T03:29:29.101Z | + local DO_DOWNLOAD=true |
382 | 2024-03-30T03:29:29.101Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
383 | 2024-03-30T03:29:29.101Z | + '[' true == true ']' |
384 | 2024-03-30T03:29:29.101Z | + echo Downloading... |
385 | 2024-03-30T03:29:29.101Z | Downloading... |
386 | 2024-03-30T03:29:29.101Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
387 | 2024-03-30T03:29:29.101Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
388 | 2024-03-30T03:29:30.687Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
389 | 2024-03-30T03:29:30.690Z | ++ md5sum |
390 | 2024-03-30T03:29:30.690Z | ++ awk '{print $1}' |
391 | 2024-03-30T03:29:30.918Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
392 | 2024-03-30T03:29:30.919Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
393 | 2024-03-30T03:29:30.919Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
394 | 2024-03-30T03:29:30.931Z | + mkdir -p ./out/clickhouse |
395 | 2024-03-30T03:29:30.931Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
396 | 2024-03-30T03:29:34.712Z | + [[ solaris2.11 == darwin* ]] |
397 | 2024-03-30T03:29:34.712Z | + ./out/clickhouse/clickhouse server --version |
398 | 2024-03-30T03:29:35.036Z | ClickHouse server version 23.8.7.1. |
399 | 2024-03-30T03:29:35.056Z | + set -o errexit |
400 | 2024-03-30T03:29:35.059Z | +++ dirname ./tools/ci_download_console |
401 | 2024-03-30T03:29:35.065Z | ++ cd ./tools |
402 | 2024-03-30T03:29:35.065Z | ++ pwd |
403 | 2024-03-30T03:29:35.065Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
404 | 2024-03-30T03:29:35.065Z | ++ basename ./tools/ci_download_console |
405 | 2024-03-30T03:29:35.071Z | + ARG0=ci_download_console |
406 | 2024-03-30T03:29:35.071Z | + TARGET_DIR=out |
407 | 2024-03-30T03:29:35.071Z | + DOWNLOAD_DIR=out/downloads |
408 | 2024-03-30T03:29:35.071Z | + DEST_DIR=./out/console-assets |
409 | 2024-03-30T03:29:35.072Z | + source /work/oxidecomputer/omicron/tools/console_version |
410 | 2024-03-30T03:29:35.072Z | ++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3 |
411 | 2024-03-30T03:29:35.072Z | ++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
412 | 2024-03-30T03:29:35.072Z | + URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
413 | 2024-03-30T03:29:35.072Z | + TARBALL_FILE=out/downloads/console.tar.gz |
414 | 2024-03-30T03:29:35.073Z | + main |
415 | 2024-03-30T03:29:35.073Z | + [[ 0 != 0 ]] |
416 | 2024-03-30T03:29:35.073Z | + echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz' |
417 | 2024-03-30T03:29:35.073Z | URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
418 | 2024-03-30T03:29:35.074Z | + echo 'Local file: out/downloads/console.tar.gz' |
419 | 2024-03-30T03:29:35.074Z | Local file: out/downloads/console.tar.gz |
420 | 2024-03-30T03:29:35.074Z | + local DO_DOWNLOAD=true |
421 | 2024-03-30T03:29:35.074Z | + [[ -f out/downloads/console.tar.gz ]] |
422 | 2024-03-30T03:29:35.074Z | + mkdir -p out/downloads |
423 | 2024-03-30T03:29:35.075Z | + '[' true == true ']' |
424 | 2024-03-30T03:29:35.075Z | + echo Downloading... |
425 | 2024-03-30T03:29:35.075Z | Downloading... |
426 | 2024-03-30T03:29:35.075Z | + do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz |
427 | 2024-03-30T03:29:35.075Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
428 | 2024-03-30T03:29:35.568Z | ++ do_sha256sum out/downloads/console.tar.gz |
429 | 2024-03-30T03:29:35.572Z | ++ case "$OSTYPE" in |
430 | 2024-03-30T03:29:35.572Z | ++ SHA=sha256sum |
431 | 2024-03-30T03:29:35.572Z | ++ sha256sum |
432 | 2024-03-30T03:29:35.573Z | ++ awk '{print $1}' |
433 | 2024-03-30T03:29:35.578Z | + calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
434 | 2024-03-30T03:29:35.578Z | + [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]] |
435 | 2024-03-30T03:29:35.578Z | + rm -rf ./out/console-assets |
436 | 2024-03-30T03:29:35.583Z | + mkdir -p ./out/console-assets |
437 | 2024-03-30T03:29:35.584Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
438 | 2024-03-30T03:29:35.584Z | + mkdir -p ./out/console-assets |
439 | 2024-03-30T03:29:35.584Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
440 | 2024-03-30T03:29:35.681Z | + set -o errexit |
441 | 2024-03-30T03:29:35.685Z | +++ dirname ./tools/ci_download_maghemite_openapi |
442 | 2024-03-30T03:29:35.685Z | ++ cd ./tools |
443 | 2024-03-30T03:29:35.685Z | ++ pwd |
444 | 2024-03-30T03:29:35.685Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
445 | 2024-03-30T03:29:35.685Z | ++ basename ./tools/ci_download_maghemite_openapi |
446 | 2024-03-30T03:29:35.685Z | + ARG0=ci_download_maghemite_openapi |
447 | 2024-03-30T03:29:35.685Z | + TARGET_DIR=out |
448 | 2024-03-30T03:29:35.685Z | + DOWNLOAD_DIR=out/downloads |
449 | 2024-03-30T03:29:35.685Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
450 | 2024-03-30T03:29:35.685Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
451 | 2024-03-30T03:29:35.685Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
452 | 2024-03-30T03:29:35.685Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
453 | 2024-03-30T03:29:35.685Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
454 | 2024-03-30T03:29:35.685Z | + main |
455 | 2024-03-30T03:29:35.685Z | + rm -rf out/downloads/root |
456 | 2024-03-30T03:29:35.685Z | + [[ 0 != 0 ]] |
457 | 2024-03-30T03:29:35.686Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
458 | 2024-03-30T03:29:35.686Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
459 | 2024-03-30T03:29:35.686Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
460 | 2024-03-30T03:29:35.686Z | + local DO_DOWNLOAD=true |
461 | 2024-03-30T03:29:35.686Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
462 | 2024-03-30T03:29:35.686Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
463 | 2024-03-30T03:29:35.686Z | + mkdir -p out/downloads |
464 | 2024-03-30T03:29:35.686Z | + '[' true == true ']' |
465 | 2024-03-30T03:29:35.686Z | + echo Downloading... |
466 | 2024-03-30T03:29:35.686Z | Downloading... |
467 | 2024-03-30T03:29:35.686Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
468 | 2024-03-30T03:29:35.686Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
469 | 2024-03-30T03:29:35.970Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
470 | 2024-03-30T03:29:35.970Z | ++ case "$OSTYPE" in |
471 | 2024-03-30T03:29:35.978Z | ++ SHA=sha256sum |
472 | 2024-03-30T03:29:35.978Z | ++ sha256sum |
473 | 2024-03-30T03:29:35.978Z | ++ awk '{print $1}' |
474 | 2024-03-30T03:29:35.978Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
475 | 2024-03-30T03:29:35.978Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
476 | 2024-03-30T03:29:35.978Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
477 | 2024-03-30T03:29:35.978Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
478 | 2024-03-30T03:29:35.978Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
479 | 2024-03-30T03:29:35.978Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
480 | 2024-03-30T03:29:35.978Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
481 | 2024-03-30T03:29:35.978Z | + main |
482 | 2024-03-30T03:29:35.978Z | + rm -rf out/downloads/root |
483 | 2024-03-30T03:29:35.978Z | + [[ 0 != 0 ]] |
484 | 2024-03-30T03:29:35.978Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
485 | 2024-03-30T03:29:35.978Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
486 | 2024-03-30T03:29:35.978Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
487 | 2024-03-30T03:29:35.979Z | + local DO_DOWNLOAD=true |
488 | 2024-03-30T03:29:35.979Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
489 | 2024-03-30T03:29:35.979Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
490 | 2024-03-30T03:29:35.979Z | + mkdir -p out/downloads |
491 | 2024-03-30T03:29:35.979Z | + '[' true == true ']' |
492 | 2024-03-30T03:29:35.979Z | + echo Downloading... |
493 | 2024-03-30T03:29:35.979Z | Downloading... |
494 | 2024-03-30T03:29:35.979Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
495 | 2024-03-30T03:29:35.979Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
496 | 2024-03-30T03:29:36.102Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
497 | 2024-03-30T03:29:36.117Z | ++ case "$OSTYPE" in |
498 | 2024-03-30T03:29:36.117Z | ++ SHA=sha256sum |
499 | 2024-03-30T03:29:36.117Z | ++ sha256sum |
500 | 2024-03-30T03:29:36.117Z | ++ awk '{print $1}' |
501 | 2024-03-30T03:29:36.117Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
502 | 2024-03-30T03:29:36.117Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
503 | 2024-03-30T03:29:36.117Z | + set -o errexit |
504 | 2024-03-30T03:29:36.121Z | +++ dirname ./tools/ci_download_dendrite_openapi |
505 | 2024-03-30T03:29:36.121Z | ++ cd ./tools |
506 | 2024-03-30T03:29:36.121Z | ++ pwd |
507 | 2024-03-30T03:29:36.121Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
508 | 2024-03-30T03:29:36.121Z | ++ basename ./tools/ci_download_dendrite_openapi |
509 | 2024-03-30T03:29:36.121Z | + ARG0=ci_download_dendrite_openapi |
510 | 2024-03-30T03:29:36.121Z | + TARGET_DIR=out |
511 | 2024-03-30T03:29:36.121Z | + DOWNLOAD_DIR=out/downloads |
512 | 2024-03-30T03:29:36.121Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
513 | 2024-03-30T03:29:36.121Z | ++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d |
514 | 2024-03-30T03:29:36.121Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
515 | 2024-03-30T03:29:36.121Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json |
516 | 2024-03-30T03:29:36.121Z | + LOCAL_FILE=out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json |
517 | 2024-03-30T03:29:36.121Z | + main |
518 | 2024-03-30T03:29:36.121Z | + [[ 0 != 0 ]] |
519 | 2024-03-30T03:29:36.122Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json' |
520 | 2024-03-30T03:29:36.122Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json |
521 | 2024-03-30T03:29:36.122Z | + echo 'Local file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json' |
522 | 2024-03-30T03:29:36.122Z | Local file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json |
523 | 2024-03-30T03:29:36.122Z | + local DO_DOWNLOAD=true |
524 | 2024-03-30T03:29:36.122Z | + [[ -f out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json ]] |
525 | 2024-03-30T03:29:36.122Z | + mkdir -p out/downloads |
526 | 2024-03-30T03:29:36.122Z | + '[' true == true ']' |
527 | 2024-03-30T03:29:36.122Z | + echo Downloading... |
528 | 2024-03-30T03:29:36.122Z | Downloading... |
529 | 2024-03-30T03:29:36.122Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json |
530 | 2024-03-30T03:29:36.122Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json |
531 | 2024-03-30T03:29:36.726Z | ++ do_sha256sum out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json |
532 | 2024-03-30T03:29:36.726Z | ++ case "$OSTYPE" in |
533 | 2024-03-30T03:29:36.726Z | ++ SHA=sha256sum |
534 | 2024-03-30T03:29:36.729Z | ++ sha256sum |
535 | 2024-03-30T03:29:36.729Z | ++ awk '{print $1}' |
536 | 2024-03-30T03:29:36.733Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
537 | 2024-03-30T03:29:36.733Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
538 | 2024-03-30T03:29:36.737Z | + set -o errexit |
539 | 2024-03-30T03:29:36.740Z | +++ dirname ./tools/ci_download_dendrite_stub |
540 | 2024-03-30T03:29:36.743Z | ++ cd ./tools |
541 | 2024-03-30T03:29:36.743Z | ++ pwd |
542 | 2024-03-30T03:29:36.743Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
543 | 2024-03-30T03:29:36.743Z | ++ basename ./tools/ci_download_dendrite_stub |
544 | 2024-03-30T03:29:36.746Z | + ARG0=ci_download_dendrite_stub |
545 | 2024-03-30T03:29:36.746Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
546 | 2024-03-30T03:29:36.746Z | ++ CIDL_SHA256_ILLUMOS=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d |
547 | 2024-03-30T03:29:36.746Z | ++ CIDL_SHA256_LINUX_DPD=c56a5754996bdce4cf4142829a80f050563c5cab8c30a05b9e56b8d85723d0f5 |
548 | 2024-03-30T03:29:36.746Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
549 | 2024-03-30T03:29:36.746Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
550 | 2024-03-30T03:29:36.746Z | ++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d |
551 | 2024-03-30T03:29:36.747Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
552 | 2024-03-30T03:29:36.747Z | + TARGET_DIR=out |
553 | 2024-03-30T03:29:36.747Z | + DOWNLOAD_DIR=out/downloads |
554 | 2024-03-30T03:29:36.747Z | + DEST_DIR=./out/dendrite-stub |
555 | 2024-03-30T03:29:36.747Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
556 | 2024-03-30T03:29:36.747Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
557 | 2024-03-30T03:29:36.747Z | + REPO=oxidecomputer/dendrite |
558 | 2024-03-30T03:29:36.747Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d |
559 | 2024-03-30T03:29:36.747Z | + main |
560 | 2024-03-30T03:29:36.747Z | + [[ 0 != 0 ]] |
561 | 2024-03-30T03:29:36.747Z | + CIDL_OS=solaris2.11 |
562 | 2024-03-30T03:29:36.747Z | + [[ 0 != 0 ]] |
563 | 2024-03-30T03:29:36.747Z | + configure_os solaris2.11 |
564 | 2024-03-30T03:29:36.747Z | + echo 'current directory: /work/oxidecomputer/omicron' |
565 | 2024-03-30T03:29:36.747Z | current directory: /work/oxidecomputer/omicron |
566 | 2024-03-30T03:29:36.747Z | + echo 'configuring based on OS: "solaris2.11"' |
567 | 2024-03-30T03:29:36.747Z | configuring based on OS: "solaris2.11" |
568 | 2024-03-30T03:29:36.747Z | + case "$1" in |
569 | 2024-03-30T03:29:36.747Z | + SET_BINARIES= |
570 | 2024-03-30T03:29:36.747Z | + CIDL_SHA256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d |
571 | 2024-03-30T03:29:36.747Z | + CIDL_SHA256FUNC=do_sha256sum |
572 | 2024-03-30T03:29:36.748Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
573 | 2024-03-30T03:29:36.748Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz |
574 | 2024-03-30T03:29:36.748Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
575 | 2024-03-30T03:29:36.748Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz' |
576 | 2024-03-30T03:29:36.748Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz |
577 | 2024-03-30T03:29:36.748Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
578 | 2024-03-30T03:29:36.748Z | + mkdir -p out/downloads |
579 | 2024-03-30T03:29:36.748Z | Local file: out/downloads/dendrite-stub.tar.gz |
580 | 2024-03-30T03:29:36.748Z | + mkdir -p ./out/dendrite-stub |
581 | 2024-03-30T03:29:36.751Z | + fetch_and_verify |
582 | 2024-03-30T03:29:36.751Z | + local DO_DOWNLOAD=true |
583 | 2024-03-30T03:29:36.751Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
584 | 2024-03-30T03:29:36.751Z | + '[' true == true ']' |
585 | 2024-03-30T03:29:36.751Z | + echo Downloading... |
586 | 2024-03-30T03:29:36.752Z | Downloading... |
587 | 2024-03-30T03:29:36.752Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
588 | 2024-03-30T03:29:36.752Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz |
589 | 2024-03-30T03:29:42.193Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
590 | 2024-03-30T03:29:42.196Z | ++ sha256sum |
591 | 2024-03-30T03:29:42.196Z | ++ awk '{print $1}' |
592 | 2024-03-30T03:29:42.216Z | + calculated_sha256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d |
593 | 2024-03-30T03:29:42.216Z | + [[ 79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d != \7\9\c\3\2\4\4\1\d\7\d\5\3\2\8\a\0\6\e\9\2\e\7\d\9\c\4\1\0\8\0\5\e\9\d\8\b\e\9\d\7\8\d\5\9\c\e\1\e\d\6\c\3\e\0\f\b\a\9\3\1\9\8\d ]] |
594 | 2024-03-30T03:29:42.220Z | + do_untar out/downloads/dendrite-stub.tar.gz |
595 | 2024-03-30T03:29:42.221Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
596 | 2024-03-30T03:29:42.837Z | + do_assemble |
597 | 2024-03-30T03:29:42.837Z | + rm -r ./out/dendrite-stub |
598 | 2024-03-30T03:29:42.847Z | + mkdir ./out/dendrite-stub |
599 | 2024-03-30T03:29:42.848Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
600 | 2024-03-30T03:29:42.895Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
601 | 2024-03-30T03:29:42.908Z | + set -o errexit |
602 | 2024-03-30T03:29:42.912Z | +++ dirname ./tools/ci_download_maghemite_mgd |
603 | 2024-03-30T03:29:42.912Z | ++ cd ./tools |
604 | 2024-03-30T03:29:42.912Z | ++ pwd |
605 | 2024-03-30T03:29:42.912Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
606 | 2024-03-30T03:29:42.912Z | ++ basename ./tools/ci_download_maghemite_mgd |
607 | 2024-03-30T03:29:42.915Z | + ARG0=ci_download_maghemite_mgd |
608 | 2024-03-30T03:29:42.915Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
609 | 2024-03-30T03:29:42.915Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
610 | 2024-03-30T03:29:42.915Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
611 | 2024-03-30T03:29:42.915Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
612 | 2024-03-30T03:29:42.915Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
613 | 2024-03-30T03:29:42.916Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
614 | 2024-03-30T03:29:42.916Z | + TARGET_DIR=out |
615 | 2024-03-30T03:29:42.916Z | + DOWNLOAD_DIR=out/downloads |
616 | 2024-03-30T03:29:42.916Z | + DEST_DIR=./out/mgd |
617 | 2024-03-30T03:29:42.916Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
618 | 2024-03-30T03:29:42.916Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
619 | 2024-03-30T03:29:42.916Z | + REPO=oxidecomputer/maghemite |
620 | 2024-03-30T03:29:42.916Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
621 | 2024-03-30T03:29:42.916Z | + main |
622 | 2024-03-30T03:29:42.916Z | + rm -rf out/downloads/root |
623 | 2024-03-30T03:29:42.920Z | + [[ 0 != 0 ]] |
624 | 2024-03-30T03:29:42.921Z | + CIDL_OS=solaris2.11 |
625 | 2024-03-30T03:29:42.921Z | + [[ 0 != 0 ]] |
626 | 2024-03-30T03:29:42.921Z | + configure_os solaris2.11 |
627 | 2024-03-30T03:29:42.924Z | + echo 'current directory: /work/oxidecomputer/omicron' |
628 | 2024-03-30T03:29:42.924Z | + echo 'configuring based on OS: "solaris2.11"' |
629 | 2024-03-30T03:29:42.924Z | current directory: /work/oxidecomputer/omicron |
630 | 2024-03-30T03:29:42.924Z | + case "$1" in |
631 | 2024-03-30T03:29:42.924Z | + SET_BINARIES= |
632 | 2024-03-30T03:29:42.924Z | configuring based on OS: "solaris2.11" |
633 | 2024-03-30T03:29:42.924Z | + CIDL_SHA256FUNC=do_sha256sum |
634 | 2024-03-30T03:29:42.924Z | + TARBALL_FILENAME=mgd.tar.gz |
635 | 2024-03-30T03:29:42.924Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
636 | 2024-03-30T03:29:42.924Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
637 | 2024-03-30T03:29:42.924Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
638 | 2024-03-30T03:29:42.925Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
639 | 2024-03-30T03:29:42.925Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
640 | 2024-03-30T03:29:42.925Z | Local file: out/downloads/mgd.tar.gz |
641 | 2024-03-30T03:29:42.925Z | + mkdir -p out/downloads |
642 | 2024-03-30T03:29:42.925Z | + mkdir -p ./out/mgd |
643 | 2024-03-30T03:29:42.930Z | + fetch_and_verify |
644 | 2024-03-30T03:29:42.930Z | + local DO_DOWNLOAD=true |
645 | 2024-03-30T03:29:42.930Z | + [[ -f out/downloads/mgd.tar.gz ]] |
646 | 2024-03-30T03:29:42.930Z | + '[' true == true ']' |
647 | 2024-03-30T03:29:42.930Z | + echo Downloading... |
648 | 2024-03-30T03:29:42.930Z | Downloading... |
649 | 2024-03-30T03:29:42.930Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
650 | 2024-03-30T03:29:42.930Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
651 | 2024-03-30T03:29:52.616Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
652 | 2024-03-30T03:29:52.624Z | ++ sha256sum |
653 | 2024-03-30T03:29:52.625Z | ++ awk '{print $1}' |
654 | 2024-03-30T03:29:52.641Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
655 | 2024-03-30T03:29:52.648Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
656 | 2024-03-30T03:29:52.649Z | + do_untar out/downloads/mgd.tar.gz |
657 | 2024-03-30T03:29:52.649Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
658 | 2024-03-30T03:29:53.233Z | + do_assemble |
659 | 2024-03-30T03:29:53.233Z | + rm -r ./out/mgd |
660 | 2024-03-30T03:29:53.243Z | + mkdir ./out/mgd |
661 | 2024-03-30T03:29:53.243Z | + cp -r out/downloads/root ./out/mgd/root |
662 | 2024-03-30T03:29:53.330Z | + set -o errexit |
663 | 2024-03-30T03:29:53.353Z | +++ dirname ./tools/ci_download_transceiver_control |
664 | 2024-03-30T03:29:53.354Z | ++ cd ./tools |
665 | 2024-03-30T03:29:53.354Z | ++ pwd |
666 | 2024-03-30T03:29:53.354Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
667 | 2024-03-30T03:29:53.354Z | ++ basename ./tools/ci_download_transceiver_control |
668 | 2024-03-30T03:29:53.354Z | + ARG0=ci_download_transceiver_control |
669 | 2024-03-30T03:29:53.355Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
670 | 2024-03-30T03:29:53.355Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
671 | 2024-03-30T03:29:53.355Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2024-03-30T03:29:53.355Z | + TARGET_DIR=out |
673 | 2024-03-30T03:29:53.355Z | + DOWNLOAD_DIR=out/downloads |
674 | 2024-03-30T03:29:53.356Z | + DEST_DIR=./out/transceiver-control |
675 | 2024-03-30T03:29:53.356Z | + BIN_DIR=/opt/oxide/bin |
676 | 2024-03-30T03:29:53.356Z | + BINARY=xcvradm |
677 | 2024-03-30T03:29:53.357Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
678 | 2024-03-30T03:29:53.357Z | + REPO=oxidecomputer/transceiver-control |
679 | 2024-03-30T03:29:53.357Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
680 | 2024-03-30T03:29:53.357Z | + main |
681 | 2024-03-30T03:29:53.357Z | + [[ 0 != 0 ]] |
682 | 2024-03-30T03:29:53.357Z | + CIDL_OS=solaris2.11 |
683 | 2024-03-30T03:29:53.358Z | + [[ 0 != 0 ]] |
684 | 2024-03-30T03:29:53.358Z | + configure_os solaris2.11 |
685 | 2024-03-30T03:29:53.358Z | + echo 'current directory: /work/oxidecomputer/omicron' |
686 | 2024-03-30T03:29:53.358Z | + echo 'configuring based on OS: "solaris2.11"' |
687 | 2024-03-30T03:29:53.358Z | current directory: /work/oxidecomputer/omicron |
688 | 2024-03-30T03:29:53.358Z | + case "$1" in |
689 | 2024-03-30T03:29:53.359Z | configuring based on OS: "solaris2.11" |
690 | 2024-03-30T03:29:53.359Z | + SET_BINARIES= |
691 | 2024-03-30T03:29:53.359Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
692 | 2024-03-30T03:29:53.359Z | + CIDL_SHA256FUNC=do_sha256sum |
693 | 2024-03-30T03:29:53.359Z | + ARCHIVE_FILENAME=xcvradm.gz |
694 | 2024-03-30T03:29:53.360Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
695 | 2024-03-30T03:29:53.360Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
696 | 2024-03-30T03:29:53.360Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
697 | 2024-03-30T03:29:53.360Z | + echo 'Local file: out/downloads/xcvradm.gz' |
698 | 2024-03-30T03:29:53.360Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
699 | 2024-03-30T03:29:53.361Z | Local file: out/downloads/xcvradm.gz |
700 | 2024-03-30T03:29:53.361Z | + mkdir -p out/downloads |
701 | 2024-03-30T03:29:53.361Z | + mkdir -p ./out/transceiver-control |
702 | 2024-03-30T03:29:53.361Z | + fetch_and_verify |
703 | 2024-03-30T03:29:53.361Z | + local DO_DOWNLOAD=true |
704 | 2024-03-30T03:29:53.362Z | + [[ -f out/downloads/xcvradm.gz ]] |
705 | 2024-03-30T03:29:53.362Z | + '[' true == true ']' |
706 | 2024-03-30T03:29:53.362Z | + echo Downloading... |
707 | 2024-03-30T03:29:53.362Z | Downloading... |
708 | 2024-03-30T03:29:53.362Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
709 | 2024-03-30T03:29:53.362Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
710 | 2024-03-30T03:29:58.189Z | ++ do_sha256sum out/downloads/xcvradm.gz |
711 | 2024-03-30T03:29:58.202Z | ++ sha256sum |
712 | 2024-03-30T03:29:58.202Z | ++ awk '{print $1}' |
713 | 2024-03-30T03:29:58.202Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
714 | 2024-03-30T03:29:58.203Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
715 | 2024-03-30T03:29:58.203Z | + do_unpack out/downloads/xcvradm.gz |
716 | 2024-03-30T03:29:58.203Z | + mkdir -p out/downloads/root//opt/oxide/bin |
717 | 2024-03-30T03:29:58.203Z | + gzip -dc out/downloads/xcvradm.gz |
718 | 2024-03-30T03:29:58.317Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
719 | 2024-03-30T03:29:58.324Z | + do_assemble |
720 | 2024-03-30T03:29:58.324Z | + rm -r ./out/transceiver-control |
721 | 2024-03-30T03:29:58.325Z | + mkdir ./out/transceiver-control |
722 | 2024-03-30T03:29:58.325Z | + cp -r out/downloads/root ./out/transceiver-control/root |
723 | 2024-03-30T03:29:58.413Z | + set -o errexit |
724 | 2024-03-30T03:29:58.419Z | +++ dirname ./tools/ci_download_thundermuffin |
725 | 2024-03-30T03:29:58.419Z | ++ cd ./tools |
726 | 2024-03-30T03:29:58.419Z | ++ pwd |
727 | 2024-03-30T03:29:58.419Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
728 | 2024-03-30T03:29:58.422Z | ++ basename ./tools/ci_download_thundermuffin |
729 | 2024-03-30T03:29:58.423Z | + ARG0=ci_download_thundermuffin |
730 | 2024-03-30T03:29:58.423Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
731 | 2024-03-30T03:29:58.423Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
732 | 2024-03-30T03:29:58.423Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
733 | 2024-03-30T03:29:58.423Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
734 | 2024-03-30T03:29:58.423Z | + TARGET_DIR=out |
735 | 2024-03-30T03:29:58.423Z | + DOWNLOAD_DIR=out/downloads |
736 | 2024-03-30T03:29:58.423Z | + DEST_DIR=./out/thundermuffin |
737 | 2024-03-30T03:29:58.423Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
738 | 2024-03-30T03:29:58.423Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
739 | 2024-03-30T03:29:58.424Z | + REPO=oxidecomputer/thundermuffin |
740 | 2024-03-30T03:29:58.424Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
741 | 2024-03-30T03:29:58.424Z | + main |
742 | 2024-03-30T03:29:58.424Z | + rm -rf out/downloads/root |
743 | 2024-03-30T03:29:58.428Z | + [[ 0 != 0 ]] |
744 | 2024-03-30T03:29:58.428Z | + CIDL_OS=solaris2.11 |
745 | 2024-03-30T03:29:58.428Z | + [[ 0 != 0 ]] |
746 | 2024-03-30T03:29:58.428Z | + configure_os solaris2.11 |
747 | 2024-03-30T03:29:58.428Z | + echo 'current directory: /work/oxidecomputer/omicron' |
748 | 2024-03-30T03:29:58.428Z | + echo 'configuring based on OS: "solaris2.11"' |
749 | 2024-03-30T03:29:58.428Z | current directory: /work/oxidecomputer/omicron |
750 | 2024-03-30T03:29:58.428Z | + case "$1" in |
751 | 2024-03-30T03:29:58.428Z | configuring based on OS: "solaris2.11" |
752 | 2024-03-30T03:29:58.428Z | + SET_BINARIES= |
753 | 2024-03-30T03:29:58.428Z | + CIDL_SHA256FUNC=do_sha256sum |
754 | 2024-03-30T03:29:58.429Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
755 | 2024-03-30T03:29:58.429Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
756 | 2024-03-30T03:29:58.429Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
757 | 2024-03-30T03:29:58.429Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
758 | 2024-03-30T03:29:58.429Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
759 | 2024-03-30T03:29:58.429Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
760 | 2024-03-30T03:29:58.429Z | Local file: out/downloads/thundermuffin.tar.gz |
761 | 2024-03-30T03:29:58.429Z | + mkdir -p out/downloads |
762 | 2024-03-30T03:29:58.432Z | + mkdir -p ./out/thundermuffin |
763 | 2024-03-30T03:29:58.432Z | + fetch_and_verify |
764 | 2024-03-30T03:29:58.433Z | + local DO_DOWNLOAD=true |
765 | 2024-03-30T03:29:58.433Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
766 | 2024-03-30T03:29:58.433Z | + '[' true == true ']' |
767 | 2024-03-30T03:29:58.433Z | + echo Downloading... |
768 | 2024-03-30T03:29:58.433Z | Downloading... |
769 | 2024-03-30T03:29:58.433Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
770 | 2024-03-30T03:29:58.433Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
771 | 2024-03-30T03:30:01.138Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
772 | 2024-03-30T03:30:01.142Z | ++ sha256sum |
773 | 2024-03-30T03:30:01.142Z | ++ awk '{print $1}' |
774 | 2024-03-30T03:30:01.149Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
775 | 2024-03-30T03:30:01.150Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
776 | 2024-03-30T03:30:01.150Z | + do_untar out/downloads/thundermuffin.tar.gz |
777 | 2024-03-30T03:30:01.150Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
778 | 2024-03-30T03:30:01.210Z | + do_assemble |
779 | 2024-03-30T03:30:01.210Z | + rm -r ./out/thundermuffin |
780 | 2024-03-30T03:30:01.214Z | + mkdir ./out/thundermuffin |
781 | 2024-03-30T03:30:01.214Z | + cp -r out/downloads/root ./out/thundermuffin/root |
782 | 2024-03-30T03:30:01.234Z | All builder prerequisites installed successfully, and PATH looks valid |
783 | 2024-03-30T03:30:01.239Z | |
784 | 2024-03-30T03:30:01.239Z | real 1:46.357044037 |
785 | 2024-03-30T03:30:01.239Z | user 36.333000001 |
786 | 2024-03-30T03:30:01.239Z | sys 6.585736349 |
787 | 2024-03-30T03:30:01.240Z | trap 0.007359036 |
788 | 2024-03-30T03:30:01.240Z | tflt 0.178837003 |
789 | 2024-03-30T03:30:01.240Z | dflt 0.361251210 |
790 | 2024-03-30T03:30:01.240Z | kflt 0.075559901 |
791 | 2024-03-30T03:30:01.240Z | lock 1.001969923 |
792 | 2024-03-30T03:30:01.240Z | slp 3:33.899272974 |
793 | 2024-03-30T03:30:01.240Z | lat 2.019697627 |
794 | 2024-03-30T03:30:01.240Z | stop 0.136218519 |
795 | 2024-03-30T03:30:01.240Z | |
796 | 2024-03-30T03:30:01.240Z | #### # # ##### ##### # # |
797 | 2024-03-30T03:30:01.240Z | # # # # # # # # # # |
798 | 2024-03-30T03:30:01.241Z | # # # # # # # # |
799 | 2024-03-30T03:30:01.241Z | # # # ##### ##### # |
800 | 2024-03-30T03:30:01.241Z | # # # # # # # |
801 | 2024-03-30T03:30:01.241Z | #### ###### # # # # |
802 | 2024-03-30T03:30:01.241Z | |
803 | 2024-03-30T03:30:01.453Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
804 | 2024-03-30T03:30:02.268Z | Updating git repository `https://github.com/oxidecomputer/samael` |
805 | 2024-03-30T03:30:03.155Z | Updating git repository `https://github.com/oxidecomputer/zone` |
806 | 2024-03-30T03:30:03.865Z | Updating crates.io index |
807 | 2024-03-30T03:30:03.869Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
808 | 2024-03-30T03:30:05.888Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
809 | 2024-03-30T03:30:07.139Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
810 | 2024-03-30T03:30:11.550Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
811 | 2024-03-30T03:30:13.646Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
812 | 2024-03-30T03:30:14.282Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
813 | 2024-03-30T03:30:16.943Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
814 | 2024-03-30T03:30:22.448Z | Updating git repository `https://github.com/oxidecomputer/opte` |
815 | 2024-03-30T03:30:25.228Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
816 | 2024-03-30T03:30:29.360Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
817 | 2024-03-30T03:30:30.128Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
818 | 2024-03-30T03:30:31.389Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
819 | 2024-03-30T03:30:32.183Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
820 | 2024-03-30T03:30:33.029Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
821 | 2024-03-30T03:30:34.115Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
822 | 2024-03-30T03:30:35.014Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
823 | 2024-03-30T03:30:35.838Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
824 | 2024-03-30T03:30:36.564Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
825 | 2024-03-30T03:30:37.182Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
826 | 2024-03-30T03:30:37.870Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
827 | 2024-03-30T03:30:38.664Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
828 | 2024-03-30T03:30:39.574Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
829 | 2024-03-30T03:30:41.711Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
830 | 2024-03-30T03:30:42.839Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
831 | 2024-03-30T03:30:43.654Z | Updating git repository `https://github.com/jgallagher/nix` |
832 | 2024-03-30T03:30:48.052Z | Updating git repository `https://github.com/cbiffle/hubpack` |
833 | 2024-03-30T03:30:48.990Z | Updating git repository `https://github.com/oxidecomputer/typify` |
834 | 2024-03-30T03:30:52.219Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
835 | 2024-03-30T03:30:54.407Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
836 | 2024-03-30T03:30:54.595Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
837 | 2024-03-30T03:30:56.147Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
838 | 2024-03-30T03:30:58.183Z | Downloading crates ... |
839 | 2024-03-30T03:30:58.315Z | Downloaded equivalent v1.0.1 |
840 | 2024-03-30T03:30:58.325Z | Downloaded swrite v0.1.0 |
841 | 2024-03-30T03:30:58.338Z | Downloaded colorchoice v1.0.0 |
842 | 2024-03-30T03:30:58.338Z | Downloaded heck v0.4.1 |
843 | 2024-03-30T03:30:58.763Z | Downloaded toml_datetime v0.6.5 |
844 | 2024-03-30T03:30:58.764Z | Downloaded anstyle-query v1.0.0 |
845 | 2024-03-30T03:30:58.764Z | Downloaded clap_lex v0.7.0 |
846 | 2024-03-30T03:30:58.764Z | Downloaded cargo_metadata v0.18.1 |
847 | 2024-03-30T03:30:58.764Z | Downloaded anstyle v1.0.6 |
848 | 2024-03-30T03:30:58.764Z | Downloaded itoa v1.0.9 |
849 | 2024-03-30T03:30:58.764Z | Downloaded fs-err v2.11.0 |
850 | 2024-03-30T03:30:58.764Z | Downloaded autocfg v1.1.0 |
851 | 2024-03-30T03:30:58.770Z | Downloaded utf8parse v0.2.1 |
852 | 2024-03-30T03:30:58.770Z | Downloaded thiserror v1.0.57 |
853 | 2024-03-30T03:30:58.770Z | Downloaded strsim v0.11.0 |
854 | 2024-03-30T03:30:58.770Z | Downloaded errno v0.3.8 |
855 | 2024-03-30T03:30:58.770Z | Downloaded cargo-platform v0.1.3 |
856 | 2024-03-30T03:30:58.770Z | Downloaded terminal_size v0.3.0 |
857 | 2024-03-30T03:30:58.770Z | Downloaded anstyle-parse v0.2.1 |
858 | 2024-03-30T03:30:58.770Z | Downloaded serde_spanned v0.6.5 |
859 | 2024-03-30T03:30:58.771Z | Downloaded semver v1.0.22 |
860 | 2024-03-30T03:30:58.771Z | Downloaded clap_derive v4.5.0 |
861 | 2024-03-30T03:30:58.771Z | Downloaded thiserror-impl v1.0.57 |
862 | 2024-03-30T03:30:58.771Z | Downloaded quote v1.0.35 |
863 | 2024-03-30T03:30:58.771Z | Downloaded proc-macro2 v1.0.78 |
864 | 2024-03-30T03:30:58.771Z | Downloaded anstream v0.6.11 |
865 | 2024-03-30T03:30:58.771Z | Downloaded ryu v1.0.15 |
866 | 2024-03-30T03:30:58.771Z | Downloaded unicode-ident v1.0.12 |
867 | 2024-03-30T03:30:58.771Z | Downloaded bitflags v2.4.2 |
868 | 2024-03-30T03:30:58.771Z | Downloaded clap v4.5.1 |
869 | 2024-03-30T03:30:58.771Z | Downloaded toml v0.8.10 |
870 | 2024-03-30T03:30:58.771Z | Downloaded serde_derive v1.0.197 |
871 | 2024-03-30T03:30:58.772Z | Downloaded cargo_toml v0.19.0 |
872 | 2024-03-30T03:30:58.772Z | Downloaded anyhow v1.0.79 |
873 | 2024-03-30T03:30:58.772Z | Downloaded camino v1.1.6 |
874 | 2024-03-30T03:30:58.772Z | Downloaded indexmap v2.2.5 |
875 | 2024-03-30T03:30:58.772Z | Downloaded serde v1.0.197 |
876 | 2024-03-30T03:30:58.772Z | Downloaded memchr v2.7.1 |
877 | 2024-03-30T03:30:58.772Z | Downloaded toml_edit v0.22.6 |
878 | 2024-03-30T03:30:58.772Z | Downloaded winnow v0.6.1 |
879 | 2024-03-30T03:30:58.772Z | Downloaded serde_json v1.0.114 |
880 | 2024-03-30T03:30:58.772Z | Downloaded hashbrown v0.14.3 |
881 | 2024-03-30T03:30:58.772Z | Downloaded clap_builder v4.5.1 |
882 | 2024-03-30T03:30:58.772Z | Downloaded syn v2.0.52 |
883 | 2024-03-30T03:30:58.773Z | Downloaded rustix v0.38.31 |
884 | 2024-03-30T03:30:58.773Z | Downloaded libc v0.2.153 |
885 | 2024-03-30T03:30:58.804Z | Compiling proc-macro2 v1.0.78 |
886 | 2024-03-30T03:30:58.808Z | Compiling unicode-ident v1.0.12 |
887 | 2024-03-30T03:30:58.808Z | Compiling serde v1.0.197 |
888 | 2024-03-30T03:30:58.808Z | Compiling libc v0.2.153 |
889 | 2024-03-30T03:30:58.808Z | Compiling rustix v0.38.31 |
890 | 2024-03-30T03:30:58.808Z | Compiling equivalent v1.0.1 |
891 | 2024-03-30T03:30:58.843Z | Compiling bitflags v2.4.2 |
892 | 2024-03-30T03:30:58.857Z | Compiling utf8parse v0.2.1 |
893 | 2024-03-30T03:30:58.967Z | Compiling hashbrown v0.14.3 |
894 | 2024-03-30T03:30:59.012Z | Compiling anstyle-parse v0.2.1 |
895 | 2024-03-30T03:30:59.036Z | Compiling serde_json v1.0.114 |
896 | 2024-03-30T03:30:59.271Z | Compiling winnow v0.6.1 |
897 | 2024-03-30T03:30:59.316Z | Compiling semver v1.0.22 |
898 | 2024-03-30T03:30:59.964Z | Compiling indexmap v2.2.5 |
899 | 2024-03-30T03:31:00.045Z | Compiling anstyle v1.0.6 |
900 | 2024-03-30T03:31:00.049Z | Compiling anstyle-query v1.0.0 |
901 | 2024-03-30T03:31:00.174Z | Compiling camino v1.1.6 |
902 | 2024-03-30T03:31:00.184Z | Compiling thiserror v1.0.57 |
903 | 2024-03-30T03:31:00.218Z | Compiling colorchoice v1.0.0 |
904 | 2024-03-30T03:31:00.378Z | Compiling autocfg v1.1.0 |
905 | 2024-03-30T03:31:00.439Z | Compiling anstream v0.6.11 |
906 | 2024-03-30T03:31:01.278Z | Compiling heck v0.4.1 |
907 | 2024-03-30T03:31:01.287Z | Compiling anyhow v1.0.79 |
908 | 2024-03-30T03:31:01.287Z | Compiling quote v1.0.35 |
909 | 2024-03-30T03:31:01.287Z | Compiling fs-err v2.11.0 |
910 | 2024-03-30T03:31:01.288Z | Compiling ryu v1.0.15 |
911 | 2024-03-30T03:31:01.323Z | Compiling errno v0.3.8 |
912 | 2024-03-30T03:31:01.408Z | Compiling strsim v0.11.0 |
913 | 2024-03-30T03:31:01.524Z | Compiling syn v2.0.52 |
914 | 2024-03-30T03:31:01.581Z | Compiling itoa v1.0.9 |
915 | 2024-03-30T03:31:02.037Z | Compiling clap_lex v0.7.0 |
916 | 2024-03-30T03:31:02.052Z | Compiling swrite v0.1.0 |
917 | 2024-03-30T03:31:02.572Z | Compiling terminal_size v0.3.0 |
918 | 2024-03-30T03:31:02.666Z | Compiling clap_builder v4.5.1 |
919 | 2024-03-30T03:31:06.629Z | Compiling serde_derive v1.0.197 |
920 | 2024-03-30T03:31:06.630Z | Compiling thiserror-impl v1.0.57 |
921 | 2024-03-30T03:31:06.637Z | Compiling clap_derive v4.5.0 |
922 | 2024-03-30T03:31:09.328Z | Compiling clap v4.5.1 |
923 | 2024-03-30T03:31:14.161Z | Compiling serde_spanned v0.6.5 |
924 | 2024-03-30T03:31:14.161Z | Compiling toml_datetime v0.6.5 |
925 | 2024-03-30T03:31:14.164Z | Compiling cargo-platform v0.1.3 |
926 | 2024-03-30T03:31:14.390Z | Compiling toml_edit v0.22.6 |
927 | 2024-03-30T03:31:15.423Z | Compiling cargo_metadata v0.18.1 |
928 | 2024-03-30T03:31:16.651Z | Compiling toml v0.8.10 |
929 | 2024-03-30T03:31:16.881Z | Compiling cargo_toml v0.19.0 |
930 | 2024-03-30T03:31:20.435Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
931 | 2024-03-30T03:31:22.243Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 20s |
932 | 2024-03-30T03:31:22.448Z | Running `target/debug/xtask clippy` |
933 | 2024-03-30T03:31:22.496Z | running: "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
934 | 2024-03-30T03:31:23.058Z | Downloading crates ... |
935 | 2024-03-30T03:31:23.154Z | Downloaded adler v1.0.2 |
936 | 2024-03-30T03:31:23.159Z | Downloaded headers-core v0.2.0 |
937 | 2024-03-30T03:31:23.163Z | Downloaded anes v0.1.6 |
938 | 2024-03-30T03:31:23.166Z | Downloaded ahash v0.8.8 |
939 | 2024-03-30T03:31:23.170Z | Downloaded crucible-workspace-hack v0.1.0 |
940 | 2024-03-30T03:31:23.170Z | Downloaded hash32 v0.3.1 |
941 | 2024-03-30T03:31:23.170Z | Downloaded allocator-api2 v0.2.16 |
942 | 2024-03-30T03:31:23.173Z | Downloaded hex-literal v0.4.1 |
943 | 2024-03-30T03:31:23.176Z | Downloaded hex v0.4.3 |
944 | 2024-03-30T03:31:23.176Z | Downloaded heck v0.3.3 |
945 | 2024-03-30T03:31:23.179Z | Downloaded base64ct v1.6.0 |
946 | 2024-03-30T03:31:23.182Z | Downloaded atomic-waker v1.1.1 |
947 | 2024-03-30T03:31:23.182Z | Downloaded approx v0.5.1 |
948 | 2024-03-30T03:31:23.185Z | Downloaded aho-corasick v1.1.2 |
949 | 2024-03-30T03:31:23.190Z | Downloaded httparse v1.8.0 |
950 | 2024-03-30T03:31:23.193Z | Downloaded ident_case v1.0.1 |
951 | 2024-03-30T03:31:23.196Z | Downloaded http-range v0.1.5 |
952 | 2024-03-30T03:31:23.196Z | Downloaded atty v0.2.14 |
953 | 2024-03-30T03:31:23.199Z | Downloaded indoc v1.0.9 |
954 | 2024-03-30T03:31:23.202Z | Downloaded cipher v0.4.4 |
955 | 2024-03-30T03:31:23.202Z | Downloaded humantime v2.1.0 |
956 | 2024-03-30T03:31:23.205Z | Downloaded hubpack v0.1.2 |
957 | 2024-03-30T03:31:23.205Z | Downloaded bytes v1.5.0 |
958 | 2024-03-30T03:31:23.210Z | Downloaded inout v0.1.3 |
959 | 2024-03-30T03:31:23.213Z | Downloaded iana-time-zone v0.1.57 |
960 | 2024-03-30T03:31:23.216Z | Downloaded hyper-staticfile v0.9.5 |
961 | 2024-03-30T03:31:23.219Z | Downloaded instant v0.1.12 |
962 | 2024-03-30T03:31:23.219Z | Downloaded assert_matches v1.5.0 |
963 | 2024-03-30T03:31:23.224Z | Downloaded hubpack_derive v0.1.1 |
964 | 2024-03-30T03:31:23.224Z | Downloaded is_ci v1.2.0 |
965 | 2024-03-30T03:31:23.227Z | Downloaded bitstruct v0.1.1 |
966 | 2024-03-30T03:31:23.227Z | Downloaded atomicwrites v0.4.3 |
967 | 2024-03-30T03:31:23.227Z | Downloaded headers v0.3.9 |
968 | 2024-03-30T03:31:23.232Z | Downloaded is-terminal v0.4.9 |
969 | 2024-03-30T03:31:23.235Z | Downloaded hashbrown v0.13.2 |
970 | 2024-03-30T03:31:23.240Z | Downloaded matches v0.1.10 |
971 | 2024-03-30T03:31:23.243Z | Downloaded indoc v2.0.3 |
972 | 2024-03-30T03:31:23.246Z | Downloaded indexmap v1.9.3 |
973 | 2024-03-30T03:31:23.249Z | Downloaded hashbrown v0.12.3 |
974 | 2024-03-30T03:31:23.253Z | Downloaded indicatif v0.17.8 |
975 | 2024-03-30T03:31:23.258Z | Downloaded newline-converter v0.3.0 |
976 | 2024-03-30T03:31:23.261Z | Downloaded new_debug_unreachable v1.0.4 |
977 | 2024-03-30T03:31:23.261Z | Downloaded async-recursion v1.0.5 |
978 | 2024-03-30T03:31:23.264Z | Downloaded newtype_derive v0.1.6 |
979 | 2024-03-30T03:31:23.267Z | Downloaded nested v0.1.1 |
980 | 2024-03-30T03:31:23.267Z | Downloaded block-padding v0.3.3 |
981 | 2024-03-30T03:31:23.267Z | Downloaded async-stream-impl v0.3.5 |
982 | 2024-03-30T03:31:23.270Z | Downloaded keccak v0.1.4 |
983 | 2024-03-30T03:31:23.270Z | Downloaded match_cfg v0.1.0 |
984 | 2024-03-30T03:31:23.270Z | Downloaded libefi-sys v0.1.0 |
985 | 2024-03-30T03:31:23.273Z | Downloaded ipnetwork v0.20.0 |
986 | 2024-03-30T03:31:23.276Z | Downloaded hyper-rustls v0.26.0 |
987 | 2024-03-30T03:31:23.276Z | Downloaded lru-cache v0.1.2 |
988 | 2024-03-30T03:31:23.279Z | Downloaded lalrpop-util v0.19.12 |
989 | 2024-03-30T03:31:23.280Z | Downloaded libsw v3.3.1 |
990 | 2024-03-30T03:31:23.283Z | Downloaded managed v0.8.0 |
991 | 2024-03-30T03:31:23.286Z | Downloaded linked-hash-map v0.5.6 |
992 | 2024-03-30T03:31:23.286Z | Downloaded memmap v0.7.0 |
993 | 2024-03-30T03:31:23.289Z | Downloaded md-5 v0.10.5 |
994 | 2024-03-30T03:31:23.289Z | Downloaded maybe-uninit v2.0.0 |
995 | 2024-03-30T03:31:23.292Z | Downloaded hyper-rustls v0.24.2 |
996 | 2024-03-30T03:31:23.295Z | Downloaded take_mut v0.2.2 |
997 | 2024-03-30T03:31:23.295Z | Downloaded maplit v1.0.2 |
998 | 2024-03-30T03:31:23.295Z | Downloaded macaddr v1.0.1 |
999 | 2024-03-30T03:31:23.298Z | Downloaded constant_time_eq v0.3.0 |
1000 | 2024-03-30T03:31:23.305Z | Downloaded nibble_vec v0.1.0 |
1001 | 2024-03-30T03:31:23.305Z | Downloaded nanorand v0.7.0 |
1002 | 2024-03-30T03:31:23.308Z | Downloaded mime v0.3.17 |
1003 | 2024-03-30T03:31:23.308Z | Downloaded want v0.3.1 |
1004 | 2024-03-30T03:31:23.309Z | Downloaded rustls-pki-types v1.3.0 |
1005 | 2024-03-30T03:31:23.309Z | Downloaded highway v1.1.0 |
1006 | 2024-03-30T03:31:23.312Z | Downloaded multimap v0.10.0 |
1007 | 2024-03-30T03:31:23.312Z | Downloaded mockall v0.12.0 |
1008 | 2024-03-30T03:31:23.315Z | Downloaded tower-service v0.3.2 |
1009 | 2024-03-30T03:31:23.315Z | Downloaded tower-layer v0.3.2 |
1010 | 2024-03-30T03:31:23.318Z | Downloaded thread_local v1.1.7 |
1011 | 2024-03-30T03:31:23.318Z | Downloaded rpassword v7.3.1 |
1012 | 2024-03-30T03:31:23.321Z | Downloaded libloading v0.7.4 |
1013 | 2024-03-30T03:31:23.324Z | Downloaded lock_api v0.4.10 |
1014 | 2024-03-30T03:31:23.324Z | Downloaded colored v2.1.0 |
1015 | 2024-03-30T03:31:23.327Z | Downloaded signal-hook-registry v1.4.1 |
1016 | 2024-03-30T03:31:23.327Z | Downloaded hyper-util v0.1.2 |
1017 | 2024-03-30T03:31:23.333Z | Downloaded crc-catalog v2.2.0 |
1018 | 2024-03-30T03:31:23.336Z | Downloaded darling_macro v0.14.4 |
1019 | 2024-03-30T03:31:23.336Z | Downloaded crc v3.0.1 |
1020 | 2024-03-30T03:31:23.336Z | Downloaded multer v3.0.0 |
1021 | 2024-03-30T03:31:23.338Z | Downloaded structmeta-derive v0.3.0 |
1022 | 2024-03-30T03:31:23.341Z | Downloaded tabwriter v1.4.0 |
1023 | 2024-03-30T03:31:23.341Z | Downloaded rustfmt-wrapper v0.2.0 |
1024 | 2024-03-30T03:31:23.345Z | Downloaded mime_guess v2.0.4 |
1025 | 2024-03-30T03:31:23.348Z | Downloaded cpufeatures v0.2.12 |
1026 | 2024-03-30T03:31:23.348Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1027 | 2024-03-30T03:31:23.351Z | Downloaded secrecy v0.8.0 |
1028 | 2024-03-30T03:31:23.351Z | Downloaded openssl-probe v0.1.5 |
1029 | 2024-03-30T03:31:23.351Z | Downloaded sec1 v0.7.3 |
1030 | 2024-03-30T03:31:23.354Z | Downloaded serde_tokenstream v0.1.7 |
1031 | 2024-03-30T03:31:23.358Z | Downloaded untrusted v0.9.0 |
1032 | 2024-03-30T03:31:23.361Z | Downloaded untrusted v0.7.1 |
1033 | 2024-03-30T03:31:23.361Z | Downloaded shlex v1.3.0 |
1034 | 2024-03-30T03:31:23.364Z | Downloaded peeking_take_while v0.1.2 |
1035 | 2024-03-30T03:31:23.364Z | Downloaded guppy-workspace-hack v0.1.0 |
1036 | 2024-03-30T03:31:23.369Z | Downloaded console v0.15.8 |
1037 | 2024-03-30T03:31:23.369Z | Downloaded path-slash v0.1.5 |
1038 | 2024-03-30T03:31:23.387Z | Downloaded structmeta v0.3.0 |
1039 | 2024-03-30T03:31:23.387Z | Downloaded predicates-tree v1.0.9 |
1040 | 2024-03-30T03:31:23.387Z | Downloaded difflib v0.4.0 |
1041 | 2024-03-30T03:31:23.387Z | Downloaded thread-id v4.2.0 |
1042 | 2024-03-30T03:31:23.387Z | Downloaded signal-hook-mio v0.2.3 |
1043 | 2024-03-30T03:31:23.387Z | Downloaded pathdiff v0.2.1 |
1044 | 2024-03-30T03:31:23.387Z | Downloaded pretty-hex v0.2.1 |
1045 | 2024-03-30T03:31:23.387Z | Downloaded ciborium v0.2.2 |
1046 | 2024-03-30T03:31:23.397Z | Downloaded spin v0.9.8 |
1047 | 2024-03-30T03:31:23.397Z | Downloaded num_cpus v1.16.0 |
1048 | 2024-03-30T03:31:23.397Z | Downloaded criterion-plot v0.5.0 |
1049 | 2024-03-30T03:31:23.397Z | Downloaded crc32fast v1.3.2 |
1050 | 2024-03-30T03:31:23.397Z | Downloaded cookie v0.17.0 |
1051 | 2024-03-30T03:31:23.414Z | Downloaded arc-swap v1.6.0 |
1052 | 2024-03-30T03:31:23.414Z | Downloaded tracing-attributes v0.1.27 |
1053 | 2024-03-30T03:31:23.418Z | Downloaded vte v0.11.1 |
1054 | 2024-03-30T03:31:23.419Z | Downloaded sqlparser_derive v0.2.2 |
1055 | 2024-03-30T03:31:23.419Z | Downloaded similar-asserts v1.5.0 |
1056 | 2024-03-30T03:31:23.419Z | Downloaded http v1.0.0 |
1057 | 2024-03-30T03:31:23.419Z | Downloaded sct v0.7.0 |
1058 | 2024-03-30T03:31:23.419Z | Downloaded termtree v0.4.1 |
1059 | 2024-03-30T03:31:23.419Z | Downloaded waitgroup v0.1.2 |
1060 | 2024-03-30T03:31:23.419Z | Downloaded structmeta v0.2.0 |
1061 | 2024-03-30T03:31:23.422Z | Downloaded toolchain_find v0.2.0 |
1062 | 2024-03-30T03:31:23.422Z | Downloaded dtrace-parser v0.2.0 |
1063 | 2024-03-30T03:31:23.428Z | Downloaded usdt-attr-macro v0.3.5 |
1064 | 2024-03-30T03:31:23.428Z | Downloaded tinyvec_macros v0.1.1 |
1065 | 2024-03-30T03:31:23.428Z | Downloaded rand_core v0.6.4 |
1066 | 2024-03-30T03:31:23.846Z | Downloaded predicates-core v1.0.6 |
1067 | 2024-03-30T03:31:23.846Z | Downloaded endian-type v0.1.2 |
1068 | 2024-03-30T03:31:23.846Z | Downloaded embedded-io v0.4.0 |
1069 | 2024-03-30T03:31:23.846Z | Downloaded futures-sink v0.3.30 |
1070 | 2024-03-30T03:31:23.846Z | Downloaded same-file v1.0.6 |
1071 | 2024-03-30T03:31:23.847Z | Downloaded rustc_version v0.1.7 |
1072 | 2024-03-30T03:31:23.853Z | Downloaded rustc-hash v1.1.0 |
1073 | 2024-03-30T03:31:23.853Z | Downloaded ref-cast-impl v1.0.20 |
1074 | 2024-03-30T03:31:23.853Z | Downloaded num_enum v0.5.11 |
1075 | 2024-03-30T03:31:23.853Z | Downloaded normalize-line-endings v0.3.0 |
1076 | 2024-03-30T03:31:23.853Z | Downloaded uuid v0.8.2 |
1077 | 2024-03-30T03:31:23.853Z | Downloaded once_cell v1.19.0 |
1078 | 2024-03-30T03:31:23.853Z | Downloaded siphasher v0.3.11 |
1079 | 2024-03-30T03:31:23.853Z | Downloaded pretty-hex v0.4.1 |
1080 | 2024-03-30T03:31:23.853Z | Downloaded fxhash v0.2.1 |
1081 | 2024-03-30T03:31:23.853Z | Downloaded strsim v0.8.0 |
1082 | 2024-03-30T03:31:23.853Z | Downloaded dtrace-parser v0.1.14 |
1083 | 2024-03-30T03:31:23.854Z | Downloaded ref-cast v1.0.20 |
1084 | 2024-03-30T03:31:23.854Z | Downloaded strsim v0.10.0 |
1085 | 2024-03-30T03:31:23.854Z | Downloaded strip-ansi-escapes v0.2.0 |
1086 | 2024-03-30T03:31:23.854Z | Downloaded pkcs1 v0.7.5 |
1087 | 2024-03-30T03:31:23.854Z | Downloaded unicode-xid v0.2.4 |
1088 | 2024-03-30T03:31:23.854Z | Downloaded zerocopy v0.3.0 |
1089 | 2024-03-30T03:31:23.854Z | Downloaded yansi v0.5.1 |
1090 | 2024-03-30T03:31:23.854Z | Downloaded precomputed-hash v0.1.1 |
1091 | 2024-03-30T03:31:23.854Z | Downloaded stringprep v0.1.3 |
1092 | 2024-03-30T03:31:23.854Z | Downloaded string_cache v0.8.7 |
1093 | 2024-03-30T03:31:23.854Z | Downloaded signal-hook v0.3.17 |
1094 | 2024-03-30T03:31:23.854Z | Downloaded strum v0.26.1 |
1095 | 2024-03-30T03:31:23.854Z | Downloaded usdt v0.5.0 |
1096 | 2024-03-30T03:31:23.854Z | Downloaded topological-sort v0.2.2 |
1097 | 2024-03-30T03:31:23.854Z | Downloaded rusty-fork v0.3.0 |
1098 | 2024-03-30T03:31:23.854Z | Downloaded xattr v1.0.1 |
1099 | 2024-03-30T03:31:23.855Z | Downloaded defmt-parser v0.3.3 |
1100 | 2024-03-30T03:31:23.855Z | Downloaded time-core v0.1.2 |
1101 | 2024-03-30T03:31:23.855Z | Downloaded pin-project-lite v0.2.13 |
1102 | 2024-03-30T03:31:23.855Z | Downloaded parse-display v0.9.0 |
1103 | 2024-03-30T03:31:23.855Z | Downloaded num v0.4.1 |
1104 | 2024-03-30T03:31:23.855Z | Downloaded hash32 v0.2.1 |
1105 | 2024-03-30T03:31:23.855Z | Downloaded unsafe-libyaml v0.2.10 |
1106 | 2024-03-30T03:31:23.855Z | Downloaded pin-project-internal v1.1.3 |
1107 | 2024-03-30T03:31:23.855Z | Downloaded proc-macro-crate v1.3.1 |
1108 | 2024-03-30T03:31:23.855Z | Downloaded dyn-clone v1.0.17 |
1109 | 2024-03-30T03:31:23.855Z | Downloaded darling_core v0.20.3 |
1110 | 2024-03-30T03:31:23.855Z | Downloaded cstr-argument v0.1.2 |
1111 | 2024-03-30T03:31:23.855Z | Downloaded crunchy v0.2.2 |
1112 | 2024-03-30T03:31:23.855Z | Downloaded scopeguard v1.2.0 |
1113 | 2024-03-30T03:31:23.856Z | Downloaded textwrap v0.11.0 |
1114 | 2024-03-30T03:31:23.856Z | Downloaded yasna v0.5.2 |
1115 | 2024-03-30T03:31:23.856Z | Downloaded plotters-backend v0.3.5 |
1116 | 2024-03-30T03:31:23.856Z | Downloaded num-conv v0.1.0 |
1117 | 2024-03-30T03:31:23.856Z | Downloaded env_logger v0.9.3 |
1118 | 2024-03-30T03:31:23.856Z | Downloaded serde_arrays v0.1.0 |
1119 | 2024-03-30T03:31:23.856Z | Downloaded peg-runtime v0.8.2 |
1120 | 2024-03-30T03:31:23.856Z | Downloaded portpicker v0.1.1 |
1121 | 2024-03-30T03:31:23.856Z | Downloaded slog-scope v4.4.0 |
1122 | 2024-03-30T03:31:23.856Z | Downloaded slab v0.4.9 |
1123 | 2024-03-30T03:31:23.856Z | Downloaded strum_macros v0.24.3 |
1124 | 2024-03-30T03:31:23.856Z | Downloaded slog-stdlog v4.1.1 |
1125 | 2024-03-30T03:31:23.856Z | Downloaded scroll_derive v0.12.0 |
1126 | 2024-03-30T03:31:23.857Z | Downloaded parking_lot v0.12.1 |
1127 | 2024-03-30T03:31:23.857Z | Downloaded nu-ansi-term v0.50.0 |
1128 | 2024-03-30T03:31:23.857Z | Downloaded tokio-native-tls v0.3.1 |
1129 | 2024-03-30T03:31:23.857Z | Downloaded tracing v0.1.40 |
1130 | 2024-03-30T03:31:23.857Z | Downloaded tui-tree-widget v0.17.0 |
1131 | 2024-03-30T03:31:23.857Z | Downloaded unarray v0.1.4 |
1132 | 2024-03-30T03:31:23.857Z | Downloaded structopt v0.3.26 |
1133 | 2024-03-30T03:31:23.857Z | Downloaded num_threads v0.1.6 |
1134 | 2024-03-30T03:31:23.857Z | Downloaded crypto-common v0.1.6 |
1135 | 2024-03-30T03:31:23.857Z | Downloaded resolv-conf v0.7.0 |
1136 | 2024-03-30T03:31:23.857Z | Downloaded flagset v0.4.3 |
1137 | 2024-03-30T03:31:23.857Z | Downloaded foreign-types v0.3.2 |
1138 | 2024-03-30T03:31:23.857Z | Downloaded parking_lot_core v0.9.8 |
1139 | 2024-03-30T03:31:23.857Z | Downloaded pem v3.0.2 |
1140 | 2024-03-30T03:31:23.857Z | Downloaded powerfmt v0.2.0 |
1141 | 2024-03-30T03:31:23.857Z | Downloaded serde-hex v0.1.0 |
1142 | 2024-03-30T03:31:23.858Z | Downloaded plotters-svg v0.3.5 |
1143 | 2024-03-30T03:31:23.858Z | Downloaded num-iter v0.1.44 |
1144 | 2024-03-30T03:31:23.858Z | Downloaded num-integer v0.1.46 |
1145 | 2024-03-30T03:31:23.858Z | Downloaded num-derive v0.4.0 |
1146 | 2024-03-30T03:31:23.858Z | Downloaded elliptic-curve v0.13.8 |
1147 | 2024-03-30T03:31:23.858Z | Downloaded strum_macros v0.25.2 |
1148 | 2024-03-30T03:31:23.858Z | Downloaded openssl-sys v0.9.96 |
1149 | 2024-03-30T03:31:23.858Z | Downloaded pin-project v1.1.3 |
1150 | 2024-03-30T03:31:23.858Z | Downloaded unicode-width v0.1.11 |
1151 | 2024-03-30T03:31:23.858Z | Downloaded tokio-macros v2.2.0 |
1152 | 2024-03-30T03:31:23.858Z | Downloaded target-spec v3.1.0 |
1153 | 2024-03-30T03:31:23.859Z | Downloaded foreign-types v0.5.0 |
1154 | 2024-03-30T03:31:23.859Z | Downloaded dof v0.3.0 |
1155 | 2024-03-30T03:31:23.859Z | Downloaded tap v1.0.1 |
1156 | 2024-03-30T03:31:23.859Z | Downloaded fd-lock v4.0.2 |
1157 | 2024-03-30T03:31:23.859Z | Downloaded zone v0.1.8 |
1158 | 2024-03-30T03:31:23.859Z | Downloaded unicode-linebreak v0.1.5 |
1159 | 2024-03-30T03:31:23.859Z | Downloaded num-rational v0.4.1 |
1160 | 2024-03-30T03:31:23.859Z | Downloaded unicase v2.7.0 |
1161 | 2024-03-30T03:31:23.859Z | Downloaded fd-lock v3.0.13 |
1162 | 2024-03-30T03:31:23.859Z | Downloaded scroll v0.12.0 |
1163 | 2024-03-30T03:31:23.859Z | Downloaded tokio-rustls v0.24.1 |
1164 | 2024-03-30T03:31:23.859Z | Downloaded parking_lot v0.11.2 |
1165 | 2024-03-30T03:31:23.859Z | Downloaded sync_wrapper v0.1.2 |
1166 | 2024-03-30T03:31:23.859Z | Downloaded packed_struct v0.10.1 |
1167 | 2024-03-30T03:31:23.859Z | Downloaded num_enum_derive v0.5.11 |
1168 | 2024-03-30T03:31:23.859Z | Downloaded target-lexicon v0.12.13 |
1169 | 2024-03-30T03:31:23.860Z | Downloaded pest_generator v2.7.6 |
1170 | 2024-03-30T03:31:23.860Z | Downloaded prettyplease v0.2.16 |
1171 | 2024-03-30T03:31:23.860Z | Downloaded flate2 v1.0.28 |
1172 | 2024-03-30T03:31:23.867Z | Downloaded phf_shared v0.10.0 |
1173 | 2024-03-30T03:31:23.867Z | Downloaded foreign-types-shared v0.3.1 |
1174 | 2024-03-30T03:31:23.867Z | Downloaded foreign-types-macros v0.2.3 |
1175 | 2024-03-30T03:31:23.867Z | Downloaded rustls-native-certs v0.7.0 |
1176 | 2024-03-30T03:31:23.867Z | Downloaded deranged v0.3.11 |
1177 | 2024-03-30T03:31:23.868Z | Downloaded ucd-trie v0.1.6 |
1178 | 2024-03-30T03:31:23.868Z | Downloaded zeroize_derive v1.4.2 |
1179 | 2024-03-30T03:31:23.868Z | Downloaded zeroize v1.7.0 |
1180 | 2024-03-30T03:31:23.868Z | Downloaded partial-io v0.5.4 |
1181 | 2024-03-30T03:31:23.868Z | Downloaded foreign-types-shared v0.1.1 |
1182 | 2024-03-30T03:31:23.868Z | Downloaded stable_deref_trait v1.2.0 |
1183 | 2024-03-30T03:31:23.868Z | Downloaded static_assertions v1.1.0 |
1184 | 2024-03-30T03:31:23.868Z | Downloaded ppv-lite86 v0.2.17 |
1185 | 2024-03-30T03:31:23.868Z | Downloaded der v0.7.8 |
1186 | 2024-03-30T03:31:23.868Z | Downloaded dirs-next v2.0.0 |
1187 | 2024-03-30T03:31:23.868Z | Downloaded time v0.3.34 |
1188 | 2024-03-30T03:31:23.868Z | Downloaded fragile v2.0.0 |
1189 | 2024-03-30T03:31:23.868Z | Downloaded slog-bunyan v2.5.0 |
1190 | 2024-03-30T03:31:23.868Z | Downloaded vte_generate_state_changes v0.1.1 |
1191 | 2024-03-30T03:31:23.869Z | Downloaded slog-dtrace v0.3.0 |
1192 | 2024-03-30T03:31:23.869Z | Downloaded derive_builder_macro v0.12.0 |
1193 | 2024-03-30T03:31:23.869Z | Downloaded rstest v0.18.2 |
1194 | 2024-03-30T03:31:23.869Z | Downloaded version_check v0.9.4 |
1195 | 2024-03-30T03:31:23.869Z | Downloaded vec_map v0.8.2 |
1196 | 2024-03-30T03:31:23.869Z | Downloaded synstructure v0.12.6 |
1197 | 2024-03-30T03:31:23.870Z | Downloaded slog-async v2.8.0 |
1198 | 2024-03-30T03:31:23.870Z | Downloaded pretty_assertions v1.4.0 |
1199 | 2024-03-30T03:31:23.870Z | Downloaded darling_macro v0.20.3 |
1200 | 2024-03-30T03:31:23.870Z | Downloaded criterion v0.5.1 |
1201 | 2024-03-30T03:31:23.870Z | Downloaded plain v0.2.3 |
1202 | 2024-03-30T03:31:23.870Z | Downloaded erased-serde v0.3.31 |
1203 | 2024-03-30T03:31:23.870Z | Downloaded pkg-config v0.3.27 |
1204 | 2024-03-30T03:31:23.870Z | Downloaded supports-color v3.0.0 |
1205 | 2024-03-30T03:31:23.870Z | Downloaded subtle v2.5.0 |
1206 | 2024-03-30T03:31:23.870Z | Downloaded opaque-debug v0.3.0 |
1207 | 2024-03-30T03:31:23.870Z | Downloaded poly1305 v0.8.0 |
1208 | 2024-03-30T03:31:23.870Z | Downloaded pem-rfc7468 v0.7.0 |
1209 | 2024-03-30T03:31:23.870Z | Downloaded openssl-macros v0.1.1 |
1210 | 2024-03-30T03:31:23.870Z | Downloaded rtoolbox v0.0.1 |
1211 | 2024-03-30T03:31:23.871Z | Downloaded smf v0.2.2 |
1212 | 2024-03-30T03:31:23.871Z | Downloaded rayon-core v1.12.1 |
1213 | 2024-03-30T03:31:23.871Z | Downloaded schemars v0.8.16 |
1214 | 2024-03-30T03:31:23.871Z | Downloaded serde-big-array v0.4.1 |
1215 | 2024-03-30T03:31:23.871Z | Downloaded number_prefix v0.4.0 |
1216 | 2024-03-30T03:31:23.871Z | Downloaded usdt-macro v0.5.0 |
1217 | 2024-03-30T03:31:23.871Z | Downloaded display-error-chain v0.2.0 |
1218 | 2024-03-30T03:31:23.871Z | Downloaded slog-envlogger v2.2.0 |
1219 | 2024-03-30T03:31:23.871Z | Downloaded serde_derive_internals v0.26.0 |
1220 | 2024-03-30T03:31:23.871Z | Downloaded downcast v0.11.0 |
1221 | 2024-03-30T03:31:23.872Z | Downloaded tokio-stream v0.1.14 |
1222 | 2024-03-30T03:31:23.872Z | Downloaded usdt-macro v0.3.5 |
1223 | 2024-03-30T03:31:23.872Z | Downloaded smallvec v0.6.14 |
1224 | 2024-03-30T03:31:23.872Z | Downloaded slog-json v2.6.1 |
1225 | 2024-03-30T03:31:23.872Z | Downloaded x509-cert v0.2.4 |
1226 | 2024-03-30T03:31:23.872Z | Downloaded doc-comment v0.3.3 |
1227 | 2024-03-30T03:31:23.872Z | Downloaded futures-timer v3.0.2 |
1228 | 2024-03-30T03:31:23.872Z | Downloaded fallible-iterator v0.2.0 |
1229 | 2024-03-30T03:31:23.872Z | Downloaded termios v0.3.3 |
1230 | 2024-03-30T03:31:23.872Z | Downloaded rustyline v13.0.0 |
1231 | 2024-03-30T03:31:23.872Z | Downloaded trybuild v1.0.89 |
1232 | 2024-03-30T03:31:23.872Z | Downloaded utf-8 v0.7.6 |
1233 | 2024-03-30T03:31:23.872Z | Downloaded serde_yaml v0.9.25 |
1234 | 2024-03-30T03:31:23.872Z | Downloaded crossterm v0.27.0 |
1235 | 2024-03-30T03:31:23.872Z | Downloaded serde-big-array v0.5.1 |
1236 | 2024-03-30T03:31:23.873Z | Downloaded oorandom v11.1.3 |
1237 | 2024-03-30T03:31:23.873Z | Downloaded whoami v1.5.0 |
1238 | 2024-03-30T03:31:23.873Z | Downloaded semver-parser v0.10.2 |
1239 | 2024-03-30T03:31:23.873Z | Downloaded dof v0.1.5 |
1240 | 2024-03-30T03:31:23.873Z | Downloaded semver v0.11.0 |
1241 | 2024-03-30T03:31:23.873Z | Downloaded derive_more v0.99.17 |
1242 | 2024-03-30T03:31:23.873Z | Downloaded oso-derive v0.27.0 |
1243 | 2024-03-30T03:31:23.873Z | Downloaded try-lock v0.2.4 |
1244 | 2024-03-30T03:31:23.873Z | Downloaded expectorate v1.1.0 |
1245 | 2024-03-30T03:31:23.873Z | Downloaded r2d2 v0.8.10 |
1246 | 2024-03-30T03:31:23.873Z | Downloaded futures-io v0.3.30 |
1247 | 2024-03-30T03:31:23.873Z | Downloaded pest_meta v2.7.6 |
1248 | 2024-03-30T03:31:23.873Z | Downloaded tower v0.4.13 |
1249 | 2024-03-30T03:31:23.873Z | Downloaded walkdir v2.4.0 |
1250 | 2024-03-30T03:31:23.874Z | Downloaded der_derive v0.7.2 |
1251 | 2024-03-30T03:31:23.874Z | Downloaded defmt v0.3.5 |
1252 | 2024-03-30T03:31:23.874Z | Downloaded tiny-keccak v2.0.2 |
1253 | 2024-03-30T03:31:23.874Z | Downloaded toml v0.5.11 |
1254 | 2024-03-30T03:31:23.885Z | Downloaded olpc-cjson v0.1.3 |
1255 | 2024-03-30T03:31:23.885Z | Downloaded tempfile v3.10.0 |
1256 | 2024-03-30T03:31:23.885Z | Downloaded getopts v0.2.21 |
1257 | 2024-03-30T03:31:23.885Z | Downloaded rand_seeder v0.2.3 |
1258 | 2024-03-30T03:31:23.886Z | Downloaded rand_chacha v0.3.1 |
1259 | 2024-03-30T03:31:23.886Z | Downloaded blake3 v1.5.0 |
1260 | 2024-03-30T03:31:23.894Z | Downloaded phf v0.11.2 |
1261 | 2024-03-30T03:31:23.894Z | Downloaded packed_struct_codegen v0.10.1 |
1262 | 2024-03-30T03:31:23.894Z | Downloaded toml_edit v0.19.15 |
1263 | 2024-03-30T03:31:23.912Z | Downloaded universal-hash v0.5.1 |
1264 | 2024-03-30T03:31:23.923Z | Downloaded futures-core v0.3.30 |
1265 | 2024-03-30T03:31:23.923Z | Downloaded glob v0.3.1 |
1266 | 2024-03-30T03:31:23.923Z | Downloaded getrandom v0.2.12 |
1267 | 2024-03-30T03:31:23.923Z | Downloaded vsss-rs v3.3.4 |
1268 | 2024-03-30T03:31:23.923Z | Downloaded tinytemplate v1.2.1 |
1269 | 2024-03-30T03:31:23.923Z | Downloaded proc-macro-error v1.0.4 |
1270 | 2024-03-30T03:31:23.923Z | Downloaded trust-dns-resolver v0.22.0 |
1271 | 2024-03-30T03:31:23.930Z | Downloaded pest_derive v2.7.6 |
1272 | 2024-03-30T03:31:23.930Z | Downloaded usdt-impl v0.5.0 |
1273 | 2024-03-30T03:31:23.930Z | Downloaded time-macros v0.2.17 |
1274 | 2024-03-30T03:31:23.930Z | Downloaded typed-path v0.7.0 |
1275 | 2024-03-30T03:31:23.935Z | Downloaded relative-path v1.9.0 |
1276 | 2024-03-30T03:31:23.939Z | Downloaded unicode-segmentation v1.10.1 |
1277 | 2024-03-30T03:31:23.939Z | Downloaded futures-channel v0.3.30 |
1278 | 2024-03-30T03:31:23.942Z | Downloaded zerocopy-derive v0.7.32 |
1279 | 2024-03-30T03:31:23.945Z | Downloaded platforms v3.0.2 |
1280 | 2024-03-30T03:31:23.948Z | Downloaded omicron-zone-package v0.11.0 |
1281 | 2024-03-30T03:31:23.951Z | Downloaded idna v0.5.0 |
1282 | 2024-03-30T03:31:23.956Z | Downloaded tokio-tungstenite v0.20.1 |
1283 | 2024-03-30T03:31:23.959Z | Downloaded regex-automata v0.1.10 |
1284 | 2024-03-30T03:31:23.963Z | Downloaded steno v0.4.0 |
1285 | 2024-03-30T03:31:23.968Z | Downloaded snafu v0.7.5 |
1286 | 2024-03-30T03:31:23.973Z | Downloaded winnow v0.5.15 |
1287 | 2024-03-30T03:31:23.982Z | Downloaded slog v2.7.0 |
1288 | 2024-03-30T03:31:23.985Z | Downloaded num-bigint v0.4.4 |
1289 | 2024-03-30T03:31:23.992Z | Downloaded zip v0.6.6 |
1290 | 2024-03-30T03:31:23.995Z | Downloaded num-bigint-dig v0.8.4 |
1291 | 2024-03-30T03:31:23.998Z | Downloaded textwrap v0.16.1 |
1292 | 2024-03-30T03:31:24.002Z | Downloaded reedline v0.30.0 |
1293 | 2024-03-30T03:31:24.011Z | Downloaded publicsuffix v2.2.3 |
1294 | 2024-03-30T03:31:24.014Z | Downloaded idna v0.2.3 |
1295 | 2024-03-30T03:31:24.020Z | Downloaded trust-dns-server v0.22.1 |
1296 | 2024-03-30T03:31:24.025Z | Downloaded portable-atomic v1.4.3 |
1297 | 2024-03-30T03:31:24.031Z | Downloaded clap v2.34.0 |
1298 | 2024-03-30T03:31:24.038Z | Downloaded pest v2.7.6 |
1299 | 2024-03-30T03:31:24.043Z | Downloaded unicode-normalization v0.1.22 |
1300 | 2024-03-30T03:31:24.048Z | Downloaded nix v0.27.1 |
1301 | 2024-03-30T03:31:24.059Z | Downloaded serde_with v3.6.1 |
1302 | 2024-03-30T03:31:24.067Z | Downloaded rand v0.8.5 |
1303 | 2024-03-30T03:31:24.071Z | Downloaded plotters v0.3.5 |
1304 | 2024-03-30T03:31:24.081Z | Downloaded futures-util v0.3.30 |
1305 | 2024-03-30T03:31:24.095Z | Downloaded sqlparser v0.43.1 |
1306 | 2024-03-30T03:31:24.100Z | Downloaded proptest v1.4.0 |
1307 | 2024-03-30T03:31:24.110Z | Downloaded tabled v0.15.0 |
1308 | 2024-03-30T03:31:24.128Z | Downloaded syn v1.0.109 |
1309 | 2024-03-30T03:31:24.139Z | Downloaded smoltcp v0.11.0 |
1310 | 2024-03-30T03:31:24.157Z | Downloaded radix_trie v0.2.1 |
1311 | 2024-03-30T03:31:24.162Z | Downloaded rustls-webpki v0.102.1 |
1312 | 2024-03-30T03:31:24.185Z | Downloaded smoltcp v0.9.1 |
1313 | 2024-03-30T03:31:24.608Z | Downloaded petgraph v0.6.4 |
1314 | 2024-03-30T03:31:24.608Z | Downloaded quick-xml v0.30.0 |
1315 | 2024-03-30T03:31:24.608Z | Downloaded gimli v0.28.0 |
1316 | 2024-03-30T03:31:24.608Z | Downloaded regex-syntax v0.6.29 |
1317 | 2024-03-30T03:31:24.608Z | Downloaded zerocopy-derive v0.2.0 |
1318 | 2024-03-30T03:31:24.608Z | Downloaded ratatui v0.26.1 |
1319 | 2024-03-30T03:31:24.609Z | Downloaded polar-core v0.27.0 |
1320 | 2024-03-30T03:31:24.609Z | Downloaded regex-syntax v0.8.2 |
1321 | 2024-03-30T03:31:24.609Z | Downloaded curve25519-dalek v4.1.1 |
1322 | 2024-03-30T03:31:24.609Z | Downloaded zerocopy-derive v0.6.4 |
1323 | 2024-03-30T03:31:24.609Z | Downloaded openssl v0.10.60 |
1324 | 2024-03-30T03:31:24.609Z | Downloaded rustls v0.21.9 |
1325 | 2024-03-30T03:31:24.610Z | Downloaded trust-dns-proto v0.22.0 |
1326 | 2024-03-30T03:31:24.610Z | Downloaded diesel v2.1.4 |
1327 | 2024-03-30T03:31:24.610Z | Downloaded rustls v0.22.2 |
1328 | 2024-03-30T03:31:24.610Z | Downloaded openapiv3 v2.0.0 |
1329 | 2024-03-30T03:31:24.610Z | Downloaded sled v0.34.7 |
1330 | 2024-03-30T03:31:24.610Z | Downloaded tokio v1.36.0 |
1331 | 2024-03-30T03:31:24.610Z | Downloaded regex-automata v0.4.5 |
1332 | 2024-03-30T03:31:24.611Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1333 | 2024-03-30T03:31:24.611Z | Downloaded sha3 v0.10.8 |
1334 | 2024-03-30T03:31:24.611Z | Downloaded csv v1.3.0 |
1335 | 2024-03-30T03:31:24.611Z | Downloaded encoding_rs v0.8.33 |
1336 | 2024-03-30T03:31:24.611Z | Downloaded bstr v0.2.17 |
1337 | 2024-03-30T03:31:24.611Z | Downloaded object v0.32.1 |
1338 | 2024-03-30T03:31:24.611Z | Downloaded object v0.30.4 |
1339 | 2024-03-30T03:31:24.611Z | Downloaded regress v0.9.0 |
1340 | 2024-03-30T03:31:24.611Z | Downloaded webpki-roots v0.25.2 |
1341 | 2024-03-30T03:31:24.612Z | Downloaded bitvec v1.0.1 |
1342 | 2024-03-30T03:31:24.612Z | Downloaded regex v1.10.3 |
1343 | 2024-03-30T03:31:24.612Z | Downloaded rayon v1.9.0 |
1344 | 2024-03-30T03:31:24.612Z | Downloaded bstr v1.9.0 |
1345 | 2024-03-30T03:31:24.612Z | Downloaded chrono v0.4.34 |
1346 | 2024-03-30T03:31:24.612Z | Downloaded goblin v0.8.0 |
1347 | 2024-03-30T03:31:24.613Z | Downloaded vcpkg v0.2.15 |
1348 | 2024-03-30T03:31:24.636Z | Downloaded bindgen v0.69.2 |
1349 | 2024-03-30T03:31:24.645Z | Downloaded idna v0.3.0 |
1350 | 2024-03-30T03:31:24.650Z | Downloaded reqwest v0.11.24 |
1351 | 2024-03-30T03:31:24.667Z | Downloaded lalrpop v0.19.12 |
1352 | 2024-03-30T03:31:24.667Z | Downloaded zerocopy v0.7.32 |
1353 | 2024-03-30T03:31:24.677Z | Downloaded rustc-demangle v0.1.23 |
1354 | 2024-03-30T03:31:24.681Z | Downloaded term v0.7.0 |
1355 | 2024-03-30T03:31:24.684Z | Downloaded derive-where v1.2.7 |
1356 | 2024-03-30T03:31:24.688Z | Downloaded guppy v0.17.5 |
1357 | 2024-03-30T03:31:24.693Z | Downloaded uuid v1.7.0 |
1358 | 2024-03-30T03:31:24.697Z | Downloaded smallvec v1.13.1 |
1359 | 2024-03-30T03:31:24.700Z | Downloaded oso v0.27.0 |
1360 | 2024-03-30T03:31:24.704Z | Downloaded tungstenite v0.20.1 |
1361 | 2024-03-30T03:31:24.707Z | Downloaded subprocess v0.2.9 |
1362 | 2024-03-30T03:31:24.707Z | Downloaded tough v0.16.0 |
1363 | 2024-03-30T03:31:24.714Z | Downloaded h2 v0.3.24 |
1364 | 2024-03-30T03:31:24.740Z | Downloaded radium v0.7.0 |
1365 | 2024-03-30T03:31:24.750Z | Downloaded rustc_version v0.4.0 |
1366 | 2024-03-30T03:31:24.750Z | Downloaded thiserror-impl-no-std v2.0.2 |
1367 | 2024-03-30T03:31:24.750Z | Downloaded tempdir v0.3.7 |
1368 | 2024-03-30T03:31:24.750Z | Downloaded sqlformat v0.2.3 |
1369 | 2024-03-30T03:31:24.750Z | Downloaded spki v0.7.2 |
1370 | 2024-03-30T03:31:24.750Z | Downloaded unicode_categories v0.1.1 |
1371 | 2024-03-30T03:31:24.750Z | Downloaded tungstenite v0.21.0 |
1372 | 2024-03-30T03:31:24.750Z | Downloaded rstest_macros v0.18.2 |
1373 | 2024-03-30T03:31:24.750Z | Downloaded ron v0.7.1 |
1374 | 2024-03-30T03:31:24.750Z | Downloaded rustls-webpki v0.101.7 |
1375 | 2024-03-30T03:31:24.753Z | Downloaded thiserror-no-std v2.0.2 |
1376 | 2024-03-30T03:31:24.757Z | Downloaded papergrid v0.11.0 |
1377 | 2024-03-30T03:31:24.761Z | Downloaded smawk v0.3.1 |
1378 | 2024-03-30T03:31:24.799Z | Downloaded serde_tokenstream v0.2.0 |
1379 | 2024-03-30T03:31:24.799Z | Downloaded futures v0.3.30 |
1380 | 2024-03-30T03:31:24.799Z | Downloaded url v2.5.0 |
1381 | 2024-03-30T03:31:24.799Z | Downloaded which v4.4.0 |
1382 | 2024-03-30T03:31:24.803Z | Downloaded derive_builder_core v0.12.0 |
1383 | 2024-03-30T03:31:24.803Z | Downloaded derive_builder v0.12.0 |
1384 | 2024-03-30T03:31:24.803Z | Downloaded env_logger v0.10.0 |
1385 | 2024-03-30T03:31:24.803Z | Downloaded futures-macro v0.3.30 |
1386 | 2024-03-30T03:31:24.803Z | Downloaded tokio-util v0.7.10 |
1387 | 2024-03-30T03:31:24.803Z | Downloaded quick-error v1.2.3 |
1388 | 2024-03-30T03:31:24.803Z | Downloaded psl-types v2.0.11 |
1389 | 2024-03-30T03:31:24.803Z | Downloaded proc-macro-error-attr v1.0.4 |
1390 | 2024-03-30T03:31:24.803Z | Downloaded toml v0.7.8 |
1391 | 2024-03-30T03:31:24.803Z | Downloaded crypto-bigint v0.5.2 |
1392 | 2024-03-30T03:31:24.803Z | Downloaded funty v2.0.0 |
1393 | 2024-03-30T03:31:24.803Z | Downloaded strum_macros v0.26.1 |
1394 | 2024-03-30T03:31:24.809Z | Downloaded num-traits v0.2.18 |
1395 | 2024-03-30T03:31:24.809Z | Downloaded fatfs v0.3.6 |
1396 | 2024-03-30T03:31:24.813Z | Downloaded tokio-postgres v0.7.10 |
1397 | 2024-03-30T03:31:24.817Z | Downloaded ring v0.17.8 |
1398 | 2024-03-30T03:31:24.883Z | Downloaded rsa v0.9.2 |
1399 | 2024-03-30T03:31:24.887Z | Downloaded ron v0.8.1 |
1400 | 2024-03-30T03:31:24.892Z | Downloaded serde_repr v0.1.16 |
1401 | 2024-03-30T03:31:24.899Z | Downloaded semver v0.1.20 |
1402 | 2024-03-30T03:31:24.900Z | Downloaded percent-encoding v2.3.1 |
1403 | 2024-03-30T03:31:24.900Z | Downloaded typenum v1.16.0 |
1404 | 2024-03-30T03:31:25.326Z | Downloaded tar v0.4.40 |
1405 | 2024-03-30T03:31:25.326Z | Downloaded phf_shared v0.11.2 |
1406 | 2024-03-30T03:31:25.326Z | Downloaded num-complex v0.4.4 |
1407 | 2024-03-30T03:31:25.326Z | Downloaded debug-ignore v1.0.5 |
1408 | 2024-03-30T03:31:25.326Z | Downloaded datatest-stable v0.2.3 |
1409 | 2024-03-30T03:31:25.326Z | Downloaded data-encoding v2.4.0 |
1410 | 2024-03-30T03:31:25.326Z | Downloaded tokio-rustls v0.25.0 |
1411 | 2024-03-30T03:31:25.333Z | Downloaded serde_with_macros v3.6.1 |
1412 | 2024-03-30T03:31:25.333Z | Downloaded salty v0.2.0 |
1413 | 2024-03-30T03:31:25.333Z | Downloaded owo-colors v4.0.0 |
1414 | 2024-03-30T03:31:25.333Z | Downloaded postcard v1.0.8 |
1415 | 2024-03-30T03:31:25.333Z | Downloaded form_urlencoded v1.2.1 |
1416 | 2024-03-30T03:31:25.333Z | Downloaded snafu-derive v0.7.5 |
1417 | 2024-03-30T03:31:25.333Z | Downloaded diesel_derives v2.1.2 |
1418 | 2024-03-30T03:31:25.333Z | Downloaded ring v0.16.20 |
1419 | 2024-03-30T03:31:25.333Z | Downloaded half v2.3.1 |
1420 | 2024-03-30T03:31:25.333Z | Downloaded digest v0.10.7 |
1421 | 2024-03-30T03:31:25.334Z | Downloaded wait-timeout v0.2.0 |
1422 | 2024-03-30T03:31:25.334Z | Downloaded fastrand v2.0.1 |
1423 | 2024-03-30T03:31:25.334Z | Downloaded csv-core v0.1.11 |
1424 | 2024-03-30T03:31:25.334Z | Downloaded nom v7.1.3 |
1425 | 2024-03-30T03:31:25.334Z | Downloaded itertools v0.12.1 |
1426 | 2024-03-30T03:31:25.334Z | Downloaded serde_urlencoded v0.7.1 |
1427 | 2024-03-30T03:31:25.334Z | Downloaded hyper v0.14.28 |
1428 | 2024-03-30T03:31:25.334Z | Downloaded hyper v1.2.0 |
1429 | 2024-03-30T03:31:25.334Z | Downloaded postgres-types v0.2.6 |
1430 | 2024-03-30T03:31:25.334Z | Downloaded postgres-protocol v0.6.6 |
1431 | 2024-03-30T03:31:25.334Z | Downloaded peg-macros v0.8.2 |
1432 | 2024-03-30T03:31:25.334Z | Downloaded password-hash v0.5.0 |
1433 | 2024-03-30T03:31:25.335Z | Downloaded tinyvec v1.6.0 |
1434 | 2024-03-30T03:31:25.335Z | Downloaded libxml v0.3.3 |
1435 | 2024-03-30T03:31:25.335Z | Downloaded slog-term v2.9.0 |
1436 | 2024-03-30T03:31:25.335Z | Downloaded unicode-bidi v0.3.15 |
1437 | 2024-03-30T03:31:25.335Z | Downloaded flume v0.11.0 |
1438 | 2024-03-30T03:31:25.335Z | Downloaded scheduled-thread-pool v0.2.7 |
1439 | 2024-03-30T03:31:25.335Z | Downloaded rustversion v1.0.14 |
1440 | 2024-03-30T03:31:25.335Z | Downloaded rustls-pemfile v1.0.3 |
1441 | 2024-03-30T03:31:25.335Z | Downloaded hkdf v0.12.4 |
1442 | 2024-03-30T03:31:25.335Z | Downloaded crossbeam-channel v0.5.8 |
1443 | 2024-03-30T03:31:25.335Z | Downloaded const_format v0.2.32 |
1444 | 2024-03-30T03:31:25.335Z | Downloaded tracing-core v0.1.32 |
1445 | 2024-03-30T03:31:25.335Z | Downloaded structopt-derive v0.4.18 |
1446 | 2024-03-30T03:31:25.336Z | Downloaded paste v1.0.14 |
1447 | 2024-03-30T03:31:25.336Z | Downloaded libm v0.2.7 |
1448 | 2024-03-30T03:31:25.336Z | Downloaded curve25519-dalek-derive v0.1.0 |
1449 | 2024-03-30T03:31:25.336Z | Downloaded futures-task v0.3.30 |
1450 | 2024-03-30T03:31:25.336Z | Downloaded filetime v0.2.23 |
1451 | 2024-03-30T03:31:25.336Z | Downloaded ff v0.13.0 |
1452 | 2024-03-30T03:31:25.336Z | Downloaded usdt v0.3.5 |
1453 | 2024-03-30T03:31:25.336Z | Downloaded globset v0.4.13 |
1454 | 2024-03-30T03:31:25.336Z | Downloaded fixedbitset v0.4.2 |
1455 | 2024-03-30T03:31:25.336Z | Downloaded usdt-impl v0.3.5 |
1456 | 2024-03-30T03:31:25.336Z | Downloaded group v0.13.0 |
1457 | 2024-03-30T03:31:25.336Z | Downloaded rcgen v0.12.1 |
1458 | 2024-03-30T03:31:25.337Z | Downloaded rand v0.4.6 |
1459 | 2024-03-30T03:31:25.337Z | Downloaded similar v2.4.0 |
1460 | 2024-03-30T03:31:25.337Z | Downloaded trust-dns-client v0.22.0 |
1461 | 2024-03-30T03:31:25.337Z | Downloaded chacha20poly1305 v0.10.1 |
1462 | 2024-03-30T03:31:25.337Z | Downloaded termcolor v1.2.0 |
1463 | 2024-03-30T03:31:25.337Z | Downloaded parse-display-derive v0.9.0 |
1464 | 2024-03-30T03:31:25.337Z | Downloaded mio v0.8.11 |
1465 | 2024-03-30T03:31:25.337Z | Downloaded minimal-lexical v0.2.1 |
1466 | 2024-03-30T03:31:25.337Z | Downloaded stability v0.1.1 |
1467 | 2024-03-30T03:31:25.337Z | Downloaded remove_dir_all v0.5.3 |
1468 | 2024-03-30T03:31:25.337Z | Downloaded base64 v0.21.7 |
1469 | 2024-03-30T03:31:25.337Z | Downloaded schemars_derive v0.8.16 |
1470 | 2024-03-30T03:31:25.337Z | Downloaded darling_core v0.14.4 |
1471 | 2024-03-30T03:31:25.338Z | Downloaded socket2 v0.4.9 |
1472 | 2024-03-30T03:31:25.338Z | Downloaded zone_cfg_derive v0.1.2 |
1473 | 2024-03-30T03:31:25.338Z | Downloaded usdt-attr-macro v0.5.0 |
1474 | 2024-03-30T03:31:25.338Z | Downloaded pkcs8 v0.10.2 |
1475 | 2024-03-30T03:31:25.338Z | Downloaded zerocopy v0.6.4 |
1476 | 2024-03-30T03:31:25.338Z | Downloaded test-strategy v0.3.1 |
1477 | 2024-03-30T03:31:25.338Z | Downloaded defmt-macros v0.3.6 |
1478 | 2024-03-30T03:31:25.338Z | Downloaded wyz v0.5.1 |
1479 | 2024-03-30T03:31:25.338Z | Downloaded strum v0.25.0 |
1480 | 2024-03-30T03:31:25.338Z | Downloaded signal-hook-tokio v0.3.1 |
1481 | 2024-03-30T03:31:25.338Z | Downloaded futures-executor v0.3.30 |
1482 | 2024-03-30T03:31:25.338Z | Downloaded enum-as-inner v0.5.1 |
1483 | 2024-03-30T03:31:25.338Z | Downloaded dirs-sys-next v0.1.2 |
1484 | 2024-03-30T03:31:25.339Z | Downloaded signature v2.1.0 |
1485 | 2024-03-30T03:31:25.339Z | Downloaded signature v1.6.4 |
1486 | 2024-03-30T03:31:25.339Z | Downloaded clang-sys v1.6.1 |
1487 | 2024-03-30T03:31:25.339Z | Downloaded serde_plain v1.0.2 |
1488 | 2024-03-30T03:31:25.339Z | Downloaded serde_path_to_error v0.1.16 |
1489 | 2024-03-30T03:31:25.339Z | Downloaded generic-array v0.14.7 |
1490 | 2024-03-30T03:31:25.339Z | Downloaded diff v0.1.13 |
1491 | 2024-03-30T03:31:25.339Z | Downloaded cc v1.0.83 |
1492 | 2024-03-30T03:31:25.339Z | Downloaded darling v0.20.3 |
1493 | 2024-03-30T03:31:25.339Z | Downloaded darling v0.14.4 |
1494 | 2024-03-30T03:31:25.339Z | Downloaded peg v0.8.2 |
1495 | 2024-03-30T03:31:25.339Z | Downloaded parking_lot_core v0.8.6 |
1496 | 2024-03-30T03:31:25.340Z | Downloaded mockall_derive v0.12.0 |
1497 | 2024-03-30T03:31:25.340Z | Downloaded crc-any v2.4.3 |
1498 | 2024-03-30T03:31:25.340Z | Downloaded backtrace v0.3.69 |
1499 | 2024-03-30T03:31:25.340Z | Downloaded parse-size v1.0.0 |
1500 | 2024-03-30T03:31:25.340Z | Downloaded crossbeam-epoch v0.9.18 |
1501 | 2024-03-30T03:31:25.340Z | Downloaded cookie v0.18.0 |
1502 | 2024-03-30T03:31:25.340Z | Downloaded blake2b_simd v1.0.1 |
1503 | 2024-03-30T03:31:25.340Z | Downloaded base64 v0.13.1 |
1504 | 2024-03-30T03:31:25.340Z | Downloaded tokio-tungstenite v0.21.0 |
1505 | 2024-03-30T03:31:25.340Z | Downloaded crossbeam-utils v0.8.19 |
1506 | 2024-03-30T03:31:25.341Z | Downloaded cfg-expr v0.15.6 |
1507 | 2024-03-30T03:31:25.341Z | Downloaded either v1.10.0 |
1508 | 2024-03-30T03:31:25.341Z | Downloaded ed25519 v1.5.3 |
1509 | 2024-03-30T03:31:25.341Z | Downloaded socket2 v0.5.5 |
1510 | 2024-03-30T03:31:25.341Z | Downloaded predicates v3.1.0 |
1511 | 2024-03-30T03:31:25.351Z | Downloaded pin-utils v0.1.0 |
1512 | 2024-03-30T03:31:25.351Z | Downloaded sha2 v0.10.8 |
1513 | 2024-03-30T03:31:25.351Z | Downloaded const-oid v0.9.6 |
1514 | 2024-03-30T03:31:25.352Z | Downloaded compact_str v0.7.1 |
1515 | 2024-03-30T03:31:25.352Z | Downloaded miniz_oxide v0.7.1 |
1516 | 2024-03-30T03:31:25.352Z | Downloaded buf-list v1.0.3 |
1517 | 2024-03-30T03:31:25.352Z | Downloaded gethostname v0.4.3 |
1518 | 2024-03-30T03:31:25.352Z | Downloaded threadpool v1.8.1 |
1519 | 2024-03-30T03:31:25.352Z | Downloaded basic-toml v0.1.8 |
1520 | 2024-03-30T03:31:25.352Z | Downloaded bcs v0.1.6 |
1521 | 2024-03-30T03:31:25.352Z | Downloaded log v0.4.21 |
1522 | 2024-03-30T03:31:25.352Z | Downloaded fnv v1.0.7 |
1523 | 2024-03-30T03:31:25.352Z | Downloaded float-cmp v0.9.0 |
1524 | 2024-03-30T03:31:25.352Z | Downloaded ena v0.14.2 |
1525 | 2024-03-30T03:31:25.352Z | Downloaded cookie_store v0.20.0 |
1526 | 2024-03-30T03:31:25.353Z | Downloaded itertools v0.10.5 |
1527 | 2024-03-30T03:31:25.353Z | Downloaded tabled_derive v0.7.0 |
1528 | 2024-03-30T03:31:25.353Z | Downloaded structmeta-derive v0.2.0 |
1529 | 2024-03-30T03:31:25.353Z | Downloaded http v0.2.12 |
1530 | 2024-03-30T03:31:25.353Z | Downloaded shell-words v1.1.0 |
1531 | 2024-03-30T03:31:25.353Z | Downloaded sha1 v0.10.6 |
1532 | 2024-03-30T03:31:25.353Z | Downloaded rustls-pemfile v2.1.1 |
1533 | 2024-03-30T03:31:25.353Z | Downloaded libtest-mimic v0.6.1 |
1534 | 2024-03-30T03:31:25.354Z | Downloaded bzip2 v0.4.4 |
1535 | 2024-03-30T03:31:25.354Z | Downloaded rust-argon2 v1.0.1 |
1536 | 2024-03-30T03:31:25.354Z | Downloaded rand_xorshift v0.3.0 |
1537 | 2024-03-30T03:31:25.354Z | Downloaded nodrop v0.1.14 |
1538 | 2024-03-30T03:31:25.354Z | Downloaded native-tls v0.2.11 |
1539 | 2024-03-30T03:31:25.354Z | Downloaded spin v0.5.2 |
1540 | 2024-03-30T03:31:25.354Z | Downloaded memmap2 v0.7.1 |
1541 | 2024-03-30T03:31:25.354Z | Downloaded corncobs v0.1.3 |
1542 | 2024-03-30T03:31:25.354Z | Downloaded convert_case v0.4.0 |
1543 | 2024-03-30T03:31:25.354Z | Downloaded cassowary v0.3.0 |
1544 | 2024-03-30T03:31:25.354Z | Downloaded chacha20 v0.9.1 |
1545 | 2024-03-30T03:31:25.355Z | Downloaded camino-tempfile v1.1.1 |
1546 | 2024-03-30T03:31:25.355Z | Downloaded base16ct v0.2.0 |
1547 | 2024-03-30T03:31:25.355Z | Downloaded cobs v0.2.3 |
1548 | 2024-03-30T03:31:25.355Z | Downloaded cancel-safe-futures v0.1.5 |
1549 | 2024-03-30T03:31:25.355Z | Downloaded ipnet v2.9.0 |
1550 | 2024-03-30T03:31:25.355Z | Downloaded crossbeam-deque v0.8.3 |
1551 | 2024-03-30T03:31:25.355Z | Downloaded bit-vec v0.6.3 |
1552 | 2024-03-30T03:31:25.355Z | Downloaded kstat-rs v0.2.3 |
1553 | 2024-03-30T03:31:25.355Z | Downloaded constant_time_eq v0.2.6 |
1554 | 2024-03-30T03:31:25.355Z | Downloaded cexpr v0.6.0 |
1555 | 2024-03-30T03:31:25.355Z | Downloaded backoff v0.4.0 |
1556 | 2024-03-30T03:31:25.355Z | Downloaded memoffset v0.7.1 |
1557 | 2024-03-30T03:31:25.355Z | Downloaded lru v0.12.1 |
1558 | 2024-03-30T03:31:25.356Z | Downloaded newtype-uuid v1.0.1 |
1559 | 2024-03-30T03:31:25.356Z | Downloaded bitflags v1.3.2 |
1560 | 2024-03-30T03:31:25.356Z | Downloaded const_format_proc_macros v0.2.32 |
1561 | 2024-03-30T03:31:25.356Z | Downloaded cast v0.3.0 |
1562 | 2024-03-30T03:31:25.356Z | Downloaded ascii v1.1.0 |
1563 | 2024-03-30T03:31:25.356Z | Downloaded lazycell v1.3.0 |
1564 | 2024-03-30T03:31:25.356Z | Downloaded lazy_static v1.4.0 |
1565 | 2024-03-30T03:31:25.356Z | Downloaded hmac v0.12.1 |
1566 | 2024-03-30T03:31:25.356Z | Downloaded async-trait v0.1.77 |
1567 | 2024-03-30T03:31:25.356Z | Downloaded linear-map v1.2.0 |
1568 | 2024-03-30T03:31:25.356Z | Downloaded ciborium-ll v0.2.2 |
1569 | 2024-03-30T03:31:25.356Z | Downloaded cfg-if v1.0.0 |
1570 | 2024-03-30T03:31:25.356Z | Downloaded castaway v0.2.2 |
1571 | 2024-03-30T03:31:25.356Z | Downloaded byteorder v1.5.0 |
1572 | 2024-03-30T03:31:25.356Z | Downloaded ascii-canvas v3.0.0 |
1573 | 2024-03-30T03:31:25.356Z | Downloaded bit-set v0.5.3 |
1574 | 2024-03-30T03:31:25.356Z | Downloaded hyper-tls v0.5.0 |
1575 | 2024-03-30T03:31:25.356Z | Downloaded bytecount v0.6.3 |
1576 | 2024-03-30T03:31:25.356Z | Downloaded block-buffer v0.10.4 |
1577 | 2024-03-30T03:31:25.356Z | Downloaded ciborium-io v0.2.2 |
1578 | 2024-03-30T03:31:25.357Z | Downloaded bb8 v0.8.3 |
1579 | 2024-03-30T03:31:25.357Z | Downloaded httptest v0.15.5 |
1580 | 2024-03-30T03:31:25.357Z | Downloaded httpdate v1.0.3 |
1581 | 2024-03-30T03:31:25.357Z | Downloaded hostname v0.3.1 |
1582 | 2024-03-30T03:31:25.357Z | Downloaded bitstruct_derive v0.1.0 |
1583 | 2024-03-30T03:31:25.357Z | Downloaded http-body v0.4.5 |
1584 | 2024-03-30T03:31:25.357Z | Downloaded bitfield v0.14.0 |
1585 | 2024-03-30T03:31:25.357Z | Downloaded impl-trait-for-tuples v0.2.2 |
1586 | 2024-03-30T03:31:25.357Z | Downloaded blake2 v0.10.6 |
1587 | 2024-03-30T03:31:25.357Z | Downloaded arrayref v0.3.7 |
1588 | 2024-03-30T03:31:25.357Z | Downloaded argon2 v0.5.3 |
1589 | 2024-03-30T03:31:25.357Z | Downloaded heapless v0.8.0 |
1590 | 2024-03-30T03:31:25.357Z | Downloaded heapless v0.7.16 |
1591 | 2024-03-30T03:31:25.357Z | Downloaded array-init v0.0.4 |
1592 | 2024-03-30T03:31:25.357Z | Downloaded http-body v1.0.0 |
1593 | 2024-03-30T03:31:25.357Z | Downloaded home v0.5.5 |
1594 | 2024-03-30T03:31:25.357Z | Downloaded base64 v0.22.0 |
1595 | 2024-03-30T03:31:25.357Z | Downloaded async-stream v0.3.5 |
1596 | 2024-03-30T03:31:25.357Z | Downloaded assert_cmd v2.0.14 |
1597 | 2024-03-30T03:31:25.357Z | Downloaded arrayvec v0.7.4 |
1598 | 2024-03-30T03:31:25.357Z | Downloaded ansi_term v0.12.1 |
1599 | 2024-03-30T03:31:25.358Z | Downloaded aead v0.5.2 |
1600 | 2024-03-30T03:31:25.358Z | Downloaded addr2line v0.21.0 |
1601 | 2024-03-30T03:31:25.879Z | Compiling libc v0.2.153 |
1602 | 2024-03-30T03:31:25.879Z | Compiling serde v1.0.197 |
1603 | 2024-03-30T03:31:25.880Z | Compiling version_check v0.9.4 |
1604 | 2024-03-30T03:31:25.892Z | Checking cfg-if v1.0.0 |
1605 | 2024-03-30T03:31:25.892Z | Compiling syn v1.0.109 |
1606 | 2024-03-30T03:31:25.912Z | Compiling lock_api v0.4.10 |
1607 | 2024-03-30T03:31:25.942Z | Compiling syn v2.0.52 |
1608 | 2024-03-30T03:31:25.997Z | Compiling parking_lot_core v0.9.8 |
1609 | 2024-03-30T03:31:26.012Z | Compiling libm v0.2.7 |
1610 | 2024-03-30T03:31:26.364Z | Compiling memchr v2.7.1 |
1611 | 2024-03-30T03:31:26.381Z | Compiling once_cell v1.19.0 |
1612 | 2024-03-30T03:31:26.445Z | Compiling num-traits v0.2.18 |
1613 | 2024-03-30T03:31:29.219Z | Compiling serde_json v1.0.114 |
1614 | 2024-03-30T03:31:29.261Z | Compiling ahash v0.8.8 |
1615 | 2024-03-30T03:31:29.261Z | Compiling byteorder v1.5.0 |
1616 | 2024-03-30T03:31:29.261Z | Compiling slab v0.4.9 |
1617 | 2024-03-30T03:31:29.261Z | Checking log v0.4.21 |
1618 | 2024-03-30T03:31:29.261Z | Checking getrandom v0.2.12 |
1619 | 2024-03-30T03:31:29.261Z | Compiling cc v1.0.83 |
1620 | 2024-03-30T03:31:29.261Z | Compiling typenum v1.16.0 |
1621 | 2024-03-30T03:31:29.261Z | Checking itoa v1.0.9 |
1622 | 2024-03-30T03:31:29.261Z | Compiling generic-array v0.14.7 |
1623 | 2024-03-30T03:31:29.261Z | Checking scopeguard v1.2.0 |
1624 | 2024-03-30T03:31:29.261Z | Checking smallvec v1.13.1 |
1625 | 2024-03-30T03:31:29.261Z | Compiling allocator-api2 v0.2.16 |
1626 | 2024-03-30T03:31:29.261Z | Compiling pkg-config v0.3.27 |
1627 | 2024-03-30T03:31:29.261Z | Compiling rustix v0.38.31 |
1628 | 2024-03-30T03:31:29.261Z | Compiling schemars v0.8.16 |
1629 | 2024-03-30T03:31:29.570Z | Compiling fnv v1.0.7 |
1630 | 2024-03-30T03:31:29.640Z | Compiling httparse v1.8.0 |
1631 | 2024-03-30T03:31:29.640Z | Checking pin-project-lite v0.2.13 |
1632 | 2024-03-30T03:31:29.846Z | Checking parking_lot v0.12.1 |
1633 | 2024-03-30T03:31:29.871Z | Compiling num-conv v0.1.0 |
1634 | 2024-03-30T03:31:30.060Z | Compiling time-core v0.1.2 |
1635 | 2024-03-30T03:31:30.187Z | Checking signal-hook-registry v1.4.1 |
1636 | 2024-03-30T03:31:30.214Z | Compiling vcpkg v0.2.15 |
1637 | 2024-03-30T03:31:30.249Z | Compiling time-macros v0.2.17 |
1638 | 2024-03-30T03:31:30.433Z | Checking mio v0.8.11 |
1639 | 2024-03-30T03:31:30.623Z | Checking ryu v1.0.15 |
1640 | 2024-03-30T03:31:30.860Z | Compiling ucd-trie v0.1.6 |
1641 | 2024-03-30T03:31:31.087Z | Compiling aho-corasick v1.1.2 |
1642 | 2024-03-30T03:31:31.204Z | Compiling ring v0.17.8 |
1643 | 2024-03-30T03:31:32.341Z | Compiling regex-syntax v0.8.2 |
1644 | 2024-03-30T03:31:32.596Z | Compiling openssl-sys v0.9.96 |
1645 | 2024-03-30T03:31:33.809Z | Compiling serde_derive_internals v0.26.0 |
1646 | 2024-03-30T03:31:34.552Z | Checking rand_core v0.6.4 |
1647 | 2024-03-30T03:31:34.803Z | Checking num_cpus v1.16.0 |
1648 | 2024-03-30T03:31:34.901Z | Checking futures-core v0.3.30 |
1649 | 2024-03-30T03:31:35.063Z | Compiling ring v0.16.20 |
1650 | 2024-03-30T03:31:36.072Z | Compiling regex-automata v0.4.5 |
1651 | 2024-03-30T03:31:36.720Z | Checking socket2 v0.5.5 |
1652 | 2024-03-30T03:31:37.093Z | Compiling openssl v0.10.60 |
1653 | 2024-03-30T03:31:37.464Z | Compiling slog v2.7.0 |
1654 | 2024-03-30T03:31:37.911Z | Compiling crossbeam-utils v0.8.19 |
1655 | 2024-03-30T03:31:38.051Z | Compiling async-trait v0.1.77 |
1656 | 2024-03-30T03:31:38.367Z | Checking spin v0.5.2 |
1657 | 2024-03-30T03:31:38.421Z | Compiling native-tls v0.2.11 |
1658 | 2024-03-30T03:31:38.544Z | Compiling rustls v0.21.9 |
1659 | 2024-03-30T03:31:38.567Z | Compiling iana-time-zone v0.1.57 |
1660 | 2024-03-30T03:31:38.766Z | Compiling rustversion v1.0.14 |
1661 | 2024-03-30T03:31:38.831Z | Compiling cookie v0.17.0 |
1662 | 2024-03-30T03:31:39.015Z | Compiling backtrace v0.3.69 |
1663 | 2024-03-30T03:31:39.304Z | Compiling uuid v0.8.2 |
1664 | 2024-03-30T03:31:39.671Z | Checking futures-sink v0.3.30 |
1665 | 2024-03-30T03:31:39.796Z | Compiling dyn-clone v1.0.17 |
1666 | 2024-03-30T03:31:40.006Z | Compiling unicode-xid v0.2.4 |
1667 | 2024-03-30T03:31:40.059Z | Compiling serde_derive v1.0.197 |
1668 | 2024-03-30T03:31:40.131Z | Compiling zerocopy-derive v0.7.32 |
1669 | 2024-03-30T03:31:40.143Z | Compiling thiserror-impl v1.0.57 |
1670 | 2024-03-30T03:31:40.345Z | Compiling zeroize_derive v1.4.2 |
1671 | 2024-03-30T03:31:40.578Z | Compiling tokio-macros v2.2.0 |
1672 | 2024-03-30T03:31:40.968Z | Compiling futures-macro v0.3.30 |
1673 | 2024-03-30T03:31:41.611Z | Compiling tracing-attributes v0.1.27 |
1674 | 2024-03-30T03:31:42.283Z | Compiling schemars_derive v0.8.16 |
1675 | 2024-03-30T03:31:42.756Z | Compiling regex v1.10.3 |
1676 | 2024-03-30T03:31:42.777Z | Compiling zerocopy v0.7.32 |
1677 | 2024-03-30T03:31:43.188Z | Checking zeroize v1.7.0 |
1678 | 2024-03-30T03:31:43.429Z | Compiling openssl-macros v0.1.1 |
1679 | 2024-03-30T03:31:43.535Z | Compiling thiserror v1.0.57 |
1680 | 2024-03-30T03:31:43.731Z | Compiling pest v2.7.6 |
1681 | 2024-03-30T03:31:44.872Z | Compiling hashbrown v0.14.3 |
1682 | 2024-03-30T03:31:45.483Z | Compiling anyhow v1.0.79 |
1683 | 2024-03-30T03:31:45.904Z | Checking pin-utils v0.1.0 |
1684 | 2024-03-30T03:31:45.991Z | Compiling pest_meta v2.7.6 |
1685 | 2024-03-30T03:31:46.599Z | Checking futures-channel v0.3.30 |
1686 | 2024-03-30T03:31:46.614Z | Checking futures-task v0.3.30 |
1687 | 2024-03-30T03:31:46.614Z | Checking futures-io v0.3.30 |
1688 | 2024-03-30T03:31:46.668Z | Compiling tinyvec_macros v0.1.1 |
1689 | 2024-03-30T03:31:46.674Z | Compiling scroll_derive v0.12.0 |
1690 | 2024-03-30T03:31:46.727Z | Checking futures-util v0.3.30 |
1691 | 2024-03-30T03:31:46.755Z | Compiling tinyvec v1.6.0 |
1692 | 2024-03-30T03:31:46.915Z | Compiling thread-id v4.2.0 |
1693 | 2024-03-30T03:31:47.276Z | Compiling pest_generator v2.7.6 |
1694 | 2024-03-30T03:31:47.292Z | Compiling der_derive v0.7.2 |
1695 | 2024-03-30T03:31:48.199Z | Compiling unicode-normalization v0.1.22 |
1696 | 2024-03-30T03:31:48.214Z | Compiling unicode-bidi v0.3.15 |
1697 | 2024-03-30T03:31:49.792Z | Compiling errno v0.3.8 |
1698 | 2024-03-30T03:31:50.229Z | Compiling unicode-width v0.1.11 |
1699 | 2024-03-30T03:31:50.298Z | Compiling either v1.10.0 |
1700 | 2024-03-30T03:31:50.320Z | Checking subtle v2.5.0 |
1701 | 2024-03-30T03:31:51.074Z | Compiling crc32fast v1.3.2 |
1702 | 2024-03-30T03:31:51.078Z | Compiling winnow v0.5.15 |
1703 | 2024-03-30T03:31:51.098Z | Compiling pest_derive v2.7.6 |
1704 | 2024-03-30T03:31:51.197Z | Compiling synstructure v0.12.6 |
1705 | 2024-03-30T03:31:51.880Z | Compiling spin v0.9.8 |
1706 | 2024-03-30T03:31:51.926Z | Compiling tracing-core v0.1.32 |
1707 | 2024-03-30T03:31:53.017Z | Compiling zerocopy-derive v0.2.0 |
1708 | 2024-03-30T03:31:53.281Z | Compiling tracing v0.1.40 |
1709 | 2024-03-30T03:31:53.386Z | Compiling scroll v0.12.0 |
1710 | 2024-03-30T03:31:53.498Z | Checking bytes v1.5.0 |
1711 | 2024-03-30T03:31:53.961Z | Checking bitflags v2.4.2 |
1712 | 2024-03-30T03:31:54.164Z | Compiling usdt-impl v0.5.0 |
1713 | 2024-03-30T03:31:54.231Z | Compiling const-oid v0.9.6 |
1714 | 2024-03-30T03:31:54.259Z | Checking tokio v1.36.0 |
1715 | 2024-03-30T03:31:54.496Z | Compiling plain v0.2.3 |
1716 | 2024-03-30T03:31:54.893Z | Compiling percent-encoding v2.3.1 |
1717 | 2024-03-30T03:31:54.918Z | Checking chrono v0.4.34 |
1718 | 2024-03-30T03:31:55.016Z | Compiling goblin v0.8.0 |
1719 | 2024-03-30T03:31:55.470Z | Compiling indexmap v2.2.5 |
1720 | 2024-03-30T03:31:56.467Z | Compiling uuid v1.7.0 |
1721 | 2024-03-30T03:31:56.875Z | Compiling http v0.2.12 |
1722 | 2024-03-30T03:31:56.980Z | Compiling semver v1.0.22 |
1723 | 2024-03-30T03:31:57.703Z | Compiling rustc_version v0.4.0 |
1724 | 2024-03-30T03:31:57.813Z | Compiling serde_spanned v0.6.5 |
1725 | 2024-03-30T03:31:58.038Z | Compiling toml_datetime v0.6.5 |
1726 | 2024-03-30T03:31:58.466Z | Compiling toml_edit v0.19.15 |
1727 | 2024-03-30T03:31:58.536Z | Compiling openapiv3 v2.0.0 |
1728 | 2024-03-30T03:32:04.306Z | Compiling lazy_static v1.4.0 |
1729 | 2024-03-30T03:32:04.307Z | Compiling pretty-hex v0.4.1 |
1730 | 2024-03-30T03:32:04.307Z | Compiling dof v0.3.0 |
1731 | 2024-03-30T03:32:04.307Z | Compiling dtrace-parser v0.2.0 |
1732 | 2024-03-30T03:32:04.307Z | Compiling clap_derive v4.5.0 |
1733 | 2024-03-30T03:32:04.307Z | Compiling untrusted v0.9.0 |
1734 | 2024-03-30T03:32:04.307Z | Compiling foreign-types-shared v0.1.1 |
1735 | 2024-03-30T03:32:04.307Z | Compiling signal-hook v0.3.17 |
1736 | 2024-03-30T03:32:04.307Z | Compiling powerfmt v0.2.0 |
1737 | 2024-03-30T03:32:04.307Z | Compiling try-lock v0.2.4 |
1738 | 2024-03-30T03:32:04.308Z | Compiling untrusted v0.7.1 |
1739 | 2024-03-30T03:32:04.308Z | Compiling want v0.3.1 |
1740 | 2024-03-30T03:32:04.308Z | Compiling deranged v0.3.11 |
1741 | 2024-03-30T03:32:04.308Z | Compiling foreign-types v0.3.2 |
1742 | 2024-03-30T03:32:05.476Z | Compiling tokio-util v0.7.10 |
1743 | 2024-03-30T03:32:05.518Z | Compiling form_urlencoded v1.2.1 |
1744 | 2024-03-30T03:32:05.672Z | Compiling crypto-common v0.1.6 |
1745 | 2024-03-30T03:32:05.835Z | Compiling zerocopy-derive v0.6.4 |
1746 | 2024-03-30T03:32:06.670Z | Compiling usdt-impl v0.3.5 |
1747 | 2024-03-30T03:32:06.904Z | Compiling siphasher v0.3.11 |
1748 | 2024-03-30T03:32:07.004Z | Compiling base64 v0.21.7 |
1749 | 2024-03-30T03:32:07.270Z | Compiling num_threads v0.1.6 |
1750 | 2024-03-30T03:32:07.371Z | Compiling time v0.3.34 |
1751 | 2024-03-30T03:32:07.392Z | Compiling h2 v0.3.24 |
1752 | 2024-03-30T03:32:07.432Z | Compiling rustls-webpki v0.101.7 |
1753 | 2024-03-30T03:32:07.597Z | Compiling sct v0.7.0 |
1754 | 2024-03-30T03:32:07.759Z | Compiling http-body v0.4.5 |
1755 | 2024-03-30T03:32:07.909Z | Compiling zerocopy v0.3.0 |
1756 | 2024-03-30T03:32:08.156Z | Compiling block-buffer v0.10.4 |
1757 | 2024-03-30T03:32:08.415Z | Compiling idna v0.5.0 |
1758 | 2024-03-30T03:32:08.638Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1759 | 2024-03-30T03:32:08.757Z | Compiling openssl-probe v0.1.5 |
1760 | 2024-03-30T03:32:09.100Z | Compiling httpdate v1.0.3 |
1761 | 2024-03-30T03:32:09.116Z | Compiling tower-service v0.3.2 |
1762 | 2024-03-30T03:32:09.421Z | Compiling url v2.5.0 |
1763 | 2024-03-30T03:32:11.308Z | Compiling dof v0.1.5 |
1764 | 2024-03-30T03:32:11.362Z | Compiling digest v0.10.7 |
1765 | 2024-03-30T03:32:11.362Z | Compiling heapless v0.7.16 |
1766 | 2024-03-30T03:32:11.362Z | Compiling dtrace-parser v0.1.14 |
1767 | 2024-03-30T03:32:11.362Z | Compiling idna v0.3.0 |
1768 | 2024-03-30T03:32:12.860Z | Compiling adler v1.0.2 |
1769 | 2024-03-30T03:32:12.882Z | Compiling ppv-lite86 v0.2.17 |
1770 | 2024-03-30T03:32:12.901Z | Compiling psl-types v2.0.11 |
1771 | 2024-03-30T03:32:13.048Z | Compiling unicode-segmentation v1.10.1 |
1772 | 2024-03-30T03:32:13.071Z | Compiling miniz_oxide v0.7.1 |
1773 | 2024-03-30T03:32:13.090Z | Compiling publicsuffix v2.2.3 |
1774 | 2024-03-30T03:32:13.671Z | Compiling rand_chacha v0.3.1 |
1775 | 2024-03-30T03:32:13.876Z | Compiling tokio-native-tls v0.3.1 |
1776 | 2024-03-30T03:32:13.967Z | Compiling crossbeam-epoch v0.9.18 |
1777 | 2024-03-30T03:32:14.144Z | Compiling hyper v0.14.28 |
1778 | 2024-03-30T03:32:14.495Z | Compiling tokio-rustls v0.24.1 |
1779 | 2024-03-30T03:32:14.881Z | Compiling serde_tokenstream v0.1.7 |
1780 | 2024-03-30T03:32:15.404Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1781 | 2024-03-30T03:32:15.548Z | Checking equivalent v1.0.1 |
1782 | 2024-03-30T03:32:15.647Z | Compiling bit-vec v0.6.3 |
1783 | 2024-03-30T03:32:15.897Z | Compiling ipnet v2.9.0 |
1784 | 2024-03-30T03:32:16.080Z | Compiling cookie_store v0.20.0 |
1785 | 2024-03-30T03:32:16.281Z | Compiling rand v0.8.5 |
1786 | 2024-03-30T03:32:17.188Z | Compiling rustls-pemfile v1.0.3 |
1787 | 2024-03-30T03:32:17.218Z | Compiling phf_shared v0.10.0 |
1788 | 2024-03-30T03:32:17.257Z | Compiling serde_urlencoded v0.7.1 |
1789 | 2024-03-30T03:32:17.594Z | Compiling encoding_rs v0.8.33 |
1790 | 2024-03-30T03:32:17.662Z | Compiling num-bigint v0.4.4 |
1791 | 2024-03-30T03:32:17.837Z | Compiling gimli v0.28.0 |
1792 | 2024-03-30T03:32:18.019Z | Compiling sync_wrapper v0.1.2 |
1793 | 2024-03-30T03:32:18.135Z | Compiling base64ct v1.6.0 |
1794 | 2024-03-30T03:32:18.191Z | Compiling smoltcp v0.9.1 |
1795 | 2024-03-30T03:32:18.386Z | Compiling minimal-lexical v0.2.1 |
1796 | 2024-03-30T03:32:18.490Z | Compiling mime v0.3.17 |
1797 | 2024-03-30T03:32:18.718Z | Compiling fixedbitset v0.4.2 |
1798 | 2024-03-30T03:32:18.924Z | Compiling new_debug_unreachable v1.0.4 |
1799 | 2024-03-30T03:32:18.928Z | Compiling precomputed-hash v0.1.1 |
1800 | 2024-03-30T03:32:19.020Z | Compiling webpki-roots v0.25.2 |
1801 | 2024-03-30T03:32:19.082Z | Compiling string_cache v0.8.7 |
1802 | 2024-03-30T03:32:19.120Z | Compiling petgraph v0.6.4 |
1803 | 2024-03-30T03:32:19.177Z | Compiling nom v7.1.3 |
1804 | 2024-03-30T03:32:19.200Z | Compiling pem-rfc7468 v0.7.0 |
1805 | 2024-03-30T03:32:19.875Z | Compiling usdt-macro v0.3.5 |
1806 | 2024-03-30T03:32:19.950Z | Compiling usdt-attr-macro v0.3.5 |
1807 | 2024-03-30T03:32:20.093Z | Compiling bit-set v0.5.3 |
1808 | 2024-03-30T03:32:20.375Z | Compiling hmac v0.12.1 |
1809 | 2024-03-30T03:32:20.957Z | Compiling hyper-rustls v0.24.2 |
1810 | 2024-03-30T03:32:21.296Z | Compiling hyper-tls v0.5.0 |
1811 | 2024-03-30T03:32:21.309Z | Compiling itertools v0.10.5 |
1812 | 2024-03-30T03:32:21.417Z | Compiling hubpack_derive v0.1.1 |
1813 | 2024-03-30T03:32:21.617Z | Compiling reqwest v0.11.24 |
1814 | 2024-03-30T03:32:22.227Z | Compiling addr2line v0.21.0 |
1815 | 2024-03-30T03:32:22.339Z | Compiling enum-as-inner v0.5.1 |
1816 | 2024-03-30T03:32:22.684Z | Compiling diesel_table_macro_syntax v0.1.0 |
1817 | 2024-03-30T03:32:22.856Z | Compiling object v0.32.1 |
1818 | 2024-03-30T03:32:23.503Z | Compiling flagset v0.4.3 |
1819 | 2024-03-30T03:32:23.520Z | Compiling lalrpop-util v0.19.12 |
1820 | 2024-03-30T03:32:23.520Z | Compiling rustc-demangle v0.1.23 |
1821 | 2024-03-30T03:32:23.521Z | Compiling der v0.7.8 |
1822 | 2024-03-30T03:32:23.901Z | Compiling diesel_derives v2.1.2 |
1823 | 2024-03-30T03:32:23.977Z | Compiling flate2 v1.0.28 |
1824 | 2024-03-30T03:32:24.074Z | Compiling futures-executor v0.3.30 |
1825 | 2024-03-30T03:32:24.272Z | Compiling strum_macros v0.25.2 |
1826 | 2024-03-30T03:32:24.493Z | Compiling cpufeatures v0.2.12 |
1827 | 2024-03-30T03:32:24.596Z | Compiling sha2 v0.10.8 |
1828 | 2024-03-30T03:32:24.672Z | Compiling toml_edit v0.22.6 |
1829 | 2024-03-30T03:32:24.937Z | Compiling futures v0.3.30 |
1830 | 2024-03-30T03:32:26.629Z | Compiling spki v0.7.2 |
1831 | 2024-03-30T03:32:26.754Z | Compiling md-5 v0.10.5 |
1832 | 2024-03-30T03:32:26.929Z | Compiling toml v0.7.8 |
1833 | 2024-03-30T03:32:26.996Z | Compiling hex v0.4.3 |
1834 | 2024-03-30T03:32:27.624Z | Compiling stringprep v0.1.3 |
1835 | 2024-03-30T03:32:28.478Z | Compiling serde_repr v0.1.16 |
1836 | 2024-03-30T03:32:28.618Z | Compiling num-integer v0.1.46 |
1837 | 2024-03-30T03:32:28.657Z | Compiling hash32 v0.2.1 |
1838 | 2024-03-30T03:32:29.354Z | Checking unicode-ident v1.0.12 |
1839 | 2024-03-30T03:32:29.380Z | Compiling fallible-iterator v0.2.0 |
1840 | 2024-03-30T03:32:29.509Z | Compiling stable_deref_trait v1.2.0 |
1841 | 2024-03-30T03:32:30.098Z | Compiling postgres-protocol v0.6.6 |
1842 | 2024-03-30T03:32:31.472Z | Compiling pkcs8 v0.10.2 |
1843 | 2024-03-30T03:32:31.673Z | Compiling phf_shared v0.11.2 |
1844 | 2024-03-30T03:32:43.962Z | Compiling terminal_size v0.3.0 |
1845 | 2024-03-30T03:32:44.230Z | Compiling http v1.0.0 |
1846 | 2024-03-30T03:32:44.230Z | Compiling ff v0.13.0 |
1847 | 2024-03-30T03:32:44.230Z | Compiling block-padding v0.3.3 |
1848 | 2024-03-30T03:32:44.230Z | Compiling scheduled-thread-pool v0.2.7 |
1849 | 2024-03-30T03:32:44.230Z | Compiling matches v0.1.10 |
1850 | 2024-03-30T03:32:44.230Z | Compiling bitflags v1.3.2 |
1851 | 2024-03-30T03:32:44.231Z | Compiling managed v0.8.0 |
1852 | 2024-03-30T03:32:44.231Z | Compiling regex-automata v0.1.10 |
1853 | 2024-03-30T03:32:44.231Z | Compiling peg-runtime v0.8.2 |
1854 | 2024-03-30T03:32:44.231Z | Compiling base16ct v0.2.0 |
1855 | 2024-03-30T03:32:44.231Z | Compiling clap_builder v4.5.1 |
1856 | 2024-03-30T03:32:44.231Z | Compiling http-body v1.0.0 |
1857 | 2024-03-30T03:32:44.231Z | Compiling bstr v0.2.17 |
1858 | 2024-03-30T03:32:44.231Z | Compiling sec1 v0.7.3 |
1859 | 2024-03-30T03:32:44.231Z | Compiling idna v0.2.3 |
1860 | 2024-03-30T03:32:44.231Z | Compiling r2d2 v0.8.10 |
1861 | 2024-03-30T03:32:44.231Z | Compiling inout v0.1.3 |
1862 | 2024-03-30T03:32:44.439Z | Compiling group v0.13.0 |
1863 | 2024-03-30T03:32:44.578Z | Compiling signal-hook-mio v0.2.3 |
1864 | 2024-03-30T03:32:44.578Z | Compiling phf v0.11.2 |
1865 | 2024-03-30T03:32:44.578Z | Compiling bzip2 v0.4.4 |
1866 | 2024-03-30T03:32:44.579Z | Compiling postgres-types v0.2.6 |
1867 | 2024-03-30T03:32:44.579Z | Compiling hubpack v0.1.2 |
1868 | 2024-03-30T03:32:44.579Z | Compiling hkdf v0.12.4 |
1869 | 2024-03-30T03:32:44.579Z | Compiling zerocopy v0.6.4 |
1870 | 2024-03-30T03:32:44.579Z | Compiling ipnetwork v0.20.0 |
1871 | 2024-03-30T03:32:44.579Z | Compiling crypto-bigint v0.5.2 |
1872 | 2024-03-30T03:32:44.579Z | Compiling float-cmp v0.9.0 |
1873 | 2024-03-30T03:32:44.579Z | Compiling static_assertions v1.1.0 |
1874 | 2024-03-30T03:32:44.579Z | Compiling data-encoding v2.4.0 |
1875 | 2024-03-30T03:32:44.579Z | Compiling difflib v0.4.0 |
1876 | 2024-03-30T03:32:44.579Z | Compiling normalize-line-endings v0.3.0 |
1877 | 2024-03-30T03:32:44.579Z | Compiling predicates-core v1.0.6 |
1878 | 2024-03-30T03:32:44.579Z | Compiling whoami v1.5.0 |
1879 | 2024-03-30T03:32:44.579Z | Compiling elliptic-curve v0.13.8 |
1880 | 2024-03-30T03:32:44.579Z | Compiling yasna v0.5.2 |
1881 | 2024-03-30T03:32:44.579Z | Compiling tokio-postgres v0.7.10 |
1882 | 2024-03-30T03:32:44.579Z | Compiling trust-dns-proto v0.22.0 |
1883 | 2024-03-30T03:32:44.579Z | Compiling predicates v3.1.0 |
1884 | 2024-03-30T03:32:44.579Z | Compiling clap v4.5.1 |
1885 | 2024-03-30T03:32:44.579Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1886 | 2024-03-30T03:32:44.580Z | Compiling diesel v2.1.4 |
1887 | 2024-03-30T03:32:44.580Z | Compiling zip v0.6.6 |
1888 | 2024-03-30T03:32:44.580Z | Compiling crossterm v0.27.0 |
1889 | 2024-03-30T03:32:44.580Z | Compiling cipher v0.4.4 |
1890 | 2024-03-30T03:32:44.580Z | Compiling similar v2.4.0 |
1891 | 2024-03-30T03:32:44.580Z | Compiling hyper v1.2.0 |
1892 | 2024-03-30T03:32:44.580Z | Checking proc-macro2 v1.0.78 |
1893 | 2024-03-30T03:32:44.781Z | Compiling num-iter v0.1.44 |
1894 | 2024-03-30T03:32:44.997Z | Compiling usdt v0.3.5 |
1895 | 2024-03-30T03:32:45.250Z | Compiling tokio-stream v0.1.14 |
1896 | 2024-03-30T03:32:45.785Z | Compiling console v0.15.8 |
1897 | 2024-03-30T03:32:46.229Z | Compiling bstr v1.9.0 |
1898 | 2024-03-30T03:32:46.337Z | Checking quote v1.0.35 |
1899 | 2024-03-30T03:32:53.182Z | Checking utf8parse v0.2.1 |
1900 | 2024-03-30T03:32:54.968Z | Checking anstyle v1.0.6 |
1901 | 2024-03-30T03:32:56.162Z | Checking anstyle-parse v0.2.1 |
1902 | 2024-03-30T03:32:56.424Z | Checking colorchoice v1.0.0 |
1903 | 2024-03-30T03:32:56.542Z | Checking anstyle-query v1.0.0 |
1904 | 2024-03-30T03:32:56.675Z | Checking anstream v0.6.11 |
1905 | 2024-03-30T03:32:56.896Z | Checking clap_lex v0.7.0 |
1906 | 2024-03-30T03:32:57.134Z | Checking strsim v0.11.0 |
1907 | 2024-03-30T03:32:59.706Z | Compiling serde_tokenstream v0.2.0 |
1908 | 2024-03-30T03:33:03.015Z | Checking winnow v0.6.1 |
1909 | 2024-03-30T03:33:10.406Z | Compiling regress v0.9.0 |
1910 | 2024-03-30T03:33:10.651Z | Checking heck v0.4.1 |
1911 | 2024-03-30T03:33:10.843Z | Compiling getopts v0.2.21 |
1912 | 2024-03-30T03:33:12.326Z | Compiling unsafe-libyaml v0.2.10 |
1913 | 2024-03-30T03:33:12.357Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1914 | 2024-03-30T03:33:12.357Z | Compiling strsim v0.10.0 |
1915 | 2024-03-30T03:33:12.411Z | Compiling ident_case v1.0.1 |
1916 | 2024-03-30T03:33:12.580Z | Checking camino v1.1.6 |
1917 | 2024-03-30T03:33:13.009Z | Compiling serde_yaml v0.9.25 |
1918 | 2024-03-30T03:33:13.114Z | Checking atty v0.2.14 |
1919 | 2024-03-30T03:33:13.142Z | Checking sha1 v0.10.6 |
1920 | 2024-03-30T03:33:13.629Z | Checking rustls-pki-types v1.3.0 |
1921 | 2024-03-30T03:33:13.629Z | Checking fastrand v2.0.1 |
1922 | 2024-03-30T03:33:13.630Z | Checking match_cfg v0.1.0 |
1923 | 2024-03-30T03:33:13.630Z | Checking hostname v0.3.1 |
1924 | 2024-03-30T03:33:13.630Z | Compiling darling_core v0.20.3 |
1925 | 2024-03-30T03:33:13.631Z | Compiling strum_macros v0.26.1 |
1926 | 2024-03-30T03:33:13.712Z | Checking tempfile v3.10.0 |
1927 | 2024-03-30T03:33:14.051Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1928 | 2024-03-30T03:33:15.608Z | Checking dirs-sys-next v0.1.2 |
1929 | 2024-03-30T03:33:15.782Z | Checking quick-error v1.2.3 |
1930 | 2024-03-30T03:33:15.913Z | Compiling paste v1.0.14 |
1931 | 2024-03-30T03:33:16.495Z | Checking dirs-next v2.0.0 |
1932 | 2024-03-30T03:33:16.625Z | Checking crossbeam-channel v0.5.8 |
1933 | 2024-03-30T03:33:17.244Z | Checking thread_local v1.1.7 |
1934 | 2024-03-30T03:33:17.271Z | Compiling rustls v0.22.2 |
1935 | 2024-03-30T03:33:17.367Z | Compiling slog-async v2.8.0 |
1936 | 2024-03-30T03:33:17.868Z | Checking term v0.7.0 |
1937 | 2024-03-30T03:33:17.868Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1938 | 2024-03-30T03:33:17.934Z | Checking rustls-webpki v0.102.1 |
1939 | 2024-03-30T03:33:23.203Z | Checking instant v0.1.12 |
1940 | 2024-03-30T03:33:23.203Z | Checking take_mut v0.2.2 |
1941 | 2024-03-30T03:33:23.204Z | Checking slog-term v2.9.0 |
1942 | 2024-03-30T03:33:23.204Z | Checking rustls-pemfile v2.1.1 |
1943 | 2024-03-30T03:33:23.204Z | Compiling multer v3.0.0 |
1944 | 2024-03-30T03:33:23.204Z | Checking debug-ignore v1.0.5 |
1945 | 2024-03-30T03:33:23.204Z | Checking slog-json v2.6.1 |
1946 | 2024-03-30T03:33:23.205Z | Compiling async-stream-impl v0.3.5 |
1947 | 2024-03-30T03:33:23.205Z | Checking strum v0.26.1 |
1948 | 2024-03-30T03:33:23.205Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1949 | 2024-03-30T03:33:23.205Z | Checking atomic-waker v1.1.1 |
1950 | 2024-03-30T03:33:23.205Z | Checking slog-bunyan v2.5.0 |
1951 | 2024-03-30T03:33:23.206Z | Checking waitgroup v0.1.2 |
1952 | 2024-03-30T03:33:23.206Z | Checking toml v0.8.10 |
1953 | 2024-03-30T03:33:23.206Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1954 | 2024-03-30T03:33:23.957Z | Compiling darling_macro v0.20.3 |
1955 | 2024-03-30T03:33:23.957Z | Checking serde_path_to_error v0.1.16 |
1956 | 2024-03-30T03:33:23.957Z | Checking wait-timeout v0.2.0 |
1957 | 2024-03-30T03:33:23.957Z | Compiling structmeta-derive v0.3.0 |
1958 | 2024-03-30T03:33:23.957Z | Checking async-stream v0.3.5 |
1959 | 2024-03-30T03:33:23.958Z | Checking rusty-fork v0.3.0 |
1960 | 2024-03-30T03:33:23.958Z | Checking newtype-uuid v1.0.1 |
1961 | 2024-03-30T03:33:23.958Z | Compiling structmeta-derive v0.2.0 |
1962 | 2024-03-30T03:33:23.958Z | Checking rand_xorshift v0.3.0 |
1963 | 2024-03-30T03:33:23.958Z | Compiling darling v0.20.3 |
1964 | 2024-03-30T03:33:23.958Z | Compiling serde_with_macros v3.6.1 |
1965 | 2024-03-30T03:33:23.958Z | Checking unarray v0.1.4 |
1966 | 2024-03-30T03:33:23.958Z | Checking proptest v1.4.0 |
1967 | 2024-03-30T03:33:23.958Z | Checking backoff v0.4.0 |
1968 | 2024-03-30T03:33:23.958Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1969 | 2024-03-30T03:33:23.958Z | Checking tokio-rustls v0.25.0 |
1970 | 2024-03-30T03:33:23.958Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1971 | 2024-03-30T03:33:23.959Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1972 | 2024-03-30T03:33:23.959Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1973 | 2024-03-30T03:33:23.959Z | Compiling structmeta v0.3.0 |
1974 | 2024-03-30T03:33:23.959Z | Compiling structmeta v0.2.0 |
1975 | 2024-03-30T03:33:23.959Z | Compiling parse-display-derive v0.9.0 |
1976 | 2024-03-30T03:33:23.972Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1977 | 2024-03-30T03:33:24.123Z | Checking macaddr v1.0.1 |
1978 | 2024-03-30T03:33:24.220Z | Compiling test-strategy v0.3.1 |
1979 | 2024-03-30T03:33:24.271Z | Checking serde_with v3.6.1 |
1980 | 2024-03-30T03:33:24.452Z | Compiling proc-macro-error-attr v1.0.4 |
1981 | 2024-03-30T03:33:24.817Z | Compiling proc-macro-error v1.0.4 |
1982 | 2024-03-30T03:33:25.647Z | Compiling proc-macro-crate v1.3.1 |
1983 | 2024-03-30T03:33:26.404Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1984 | 2024-03-30T03:33:26.711Z | Compiling num_enum_derive v0.5.11 |
1985 | 2024-03-30T03:33:26.776Z | Checking camino-tempfile v1.1.1 |
1986 | 2024-03-30T03:33:26.873Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1987 | 2024-03-30T03:33:27.038Z | Compiling foreign-types-macros v0.2.3 |
1988 | 2024-03-30T03:33:27.168Z | Checking foreign-types-shared v0.3.1 |
1989 | 2024-03-30T03:33:27.267Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1990 | 2024-03-30T03:33:27.704Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1991 | 2024-03-30T03:33:27.755Z | Checking cstr-argument v0.1.2 |
1992 | 2024-03-30T03:33:27.925Z | Checking pretty-hex v0.2.1 |
1993 | 2024-03-30T03:33:28.084Z | Checking tabwriter v1.4.0 |
1994 | 2024-03-30T03:33:28.291Z | Checking colored v2.1.0 |
1995 | 2024-03-30T03:33:28.321Z | Checking socket2 v0.4.9 |
1996 | 2024-03-30T03:33:28.354Z | Checking foreign-types v0.5.0 |
1997 | 2024-03-30T03:33:28.464Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1998 | 2024-03-30T03:33:28.569Z | Checking smf v0.2.2 |
1999 | 2024-03-30T03:33:28.675Z | Checking humantime v2.1.0 |
2000 | 2024-03-30T03:33:28.751Z | Checking parse-display v0.9.0 |
2001 | 2024-03-30T03:33:28.803Z | Checking termcolor v1.2.0 |
2002 | 2024-03-30T03:33:28.808Z | Compiling usdt-attr-macro v0.5.0 |
2003 | 2024-03-30T03:33:28.958Z | Compiling usdt-macro v0.5.0 |
2004 | 2024-03-30T03:33:29.013Z | Checking memmap v0.7.0 |
2005 | 2024-03-30T03:33:29.042Z | Checking arc-swap v1.6.0 |
2006 | 2024-03-30T03:33:29.199Z | Checking termtree v0.4.1 |
2007 | 2024-03-30T03:33:29.216Z | Compiling heapless v0.8.0 |
2008 | 2024-03-30T03:33:29.395Z | Checking utf-8 v0.7.6 |
2009 | 2024-03-30T03:33:29.447Z | Checking slog-scope v4.4.0 |
2010 | 2024-03-30T03:33:29.521Z | Checking num_enum v0.5.11 |
2011 | 2024-03-30T03:33:29.590Z | Checking predicates-tree v1.0.9 |
2012 | 2024-03-30T03:33:30.054Z | Checking slog-stdlog v4.1.1 |
2013 | 2024-03-30T03:33:30.054Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2014 | 2024-03-30T03:33:30.055Z | Checking hash32 v0.3.1 |
2015 | 2024-03-30T03:33:30.055Z | Checking slog-envlogger v2.2.0 |
2016 | 2024-03-30T03:33:30.055Z | Compiling smoltcp v0.11.0 |
2017 | 2024-03-30T03:33:30.055Z | Compiling heck v0.3.3 |
2018 | 2024-03-30T03:33:30.055Z | Checking filetime v0.2.23 |
2019 | 2024-03-30T03:33:30.180Z | Checking xattr v1.0.1 |
2020 | 2024-03-30T03:33:30.334Z | Compiling crucible-workspace-hack v0.1.0 |
2021 | 2024-03-30T03:33:30.361Z | Checking embedded-io v0.4.0 |
2022 | 2024-03-30T03:33:30.442Z | Checking cobs v0.2.3 |
2023 | 2024-03-30T03:33:30.474Z | Checking usdt v0.5.0 |
2024 | 2024-03-30T03:33:30.540Z | Checking same-file v1.0.6 |
2025 | 2024-03-30T03:33:30.611Z | Checking postcard v1.0.8 |
2026 | 2024-03-30T03:33:30.645Z | Checking tar v0.4.40 |
2027 | 2024-03-30T03:33:30.658Z | Checking tungstenite v0.20.1 |
2028 | 2024-03-30T03:33:30.698Z | Checking walkdir v2.4.0 |
2029 | 2024-03-30T03:33:30.724Z | Checking newline-converter v0.3.0 |
2030 | 2024-03-30T03:33:31.255Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2031 | 2024-03-30T03:33:31.264Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2032 | 2024-03-30T03:33:31.264Z | Checking expectorate v1.1.0 |
2033 | 2024-03-30T03:33:31.264Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2034 | 2024-03-30T03:33:31.286Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2035 | 2024-03-30T03:33:31.295Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2036 | 2024-03-30T03:33:31.343Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2037 | 2024-03-30T03:33:31.477Z | Checking tokio-tungstenite v0.20.1 |
2038 | 2024-03-30T03:33:31.541Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2039 | 2024-03-30T03:33:31.951Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2040 | 2024-03-30T03:33:32.156Z | Compiling num-derive v0.4.0 |
2041 | 2024-03-30T03:33:32.228Z | Compiling mockall_derive v0.12.0 |
2042 | 2024-03-30T03:33:32.323Z | Checking downcast v0.11.0 |
2043 | 2024-03-30T03:33:32.521Z | Checking fragile v2.0.0 |
2044 | 2024-03-30T03:33:32.742Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2045 | 2024-03-30T03:33:32.769Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2046 | 2024-03-30T03:33:32.999Z | Checking base64 v0.22.0 |
2047 | 2024-03-30T03:33:33.078Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2048 | 2024-03-30T03:33:33.362Z | Checking pem v3.0.2 |
2049 | 2024-03-30T03:33:33.463Z | Checking env_logger v0.9.3 |
2050 | 2024-03-30T03:33:33.611Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2051 | 2024-03-30T03:33:33.907Z | Compiling bitstruct_derive v0.1.0 |
2052 | 2024-03-30T03:33:33.959Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2053 | 2024-03-30T03:33:34.024Z | Checking ascii v1.1.0 |
2054 | 2024-03-30T03:33:34.086Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2055 | 2024-03-30T03:33:34.090Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2056 | 2024-03-30T03:33:34.247Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2057 | 2024-03-30T03:33:34.395Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2058 | 2024-03-30T03:33:34.475Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2059 | 2024-03-30T03:33:34.543Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
2060 | 2024-03-30T03:33:35.049Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2061 | 2024-03-30T03:33:35.049Z | Checking erased-serde v0.3.31 |
2062 | 2024-03-30T03:33:35.049Z | Checking serde_arrays v0.1.0 |
2063 | 2024-03-30T03:33:35.148Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2064 | 2024-03-30T03:33:35.258Z | Compiling zone_cfg_derive v0.1.2 |
2065 | 2024-03-30T03:33:35.276Z | Checking bitstruct v0.1.1 |
2066 | 2024-03-30T03:33:35.380Z | Checking tungstenite v0.21.0 |
2067 | 2024-03-30T03:33:35.439Z | Checking base64 v0.13.1 |
2068 | 2024-03-30T03:33:35.455Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2069 | 2024-03-30T03:33:35.842Z | Checking ron v0.7.1 |
2070 | 2024-03-30T03:33:36.023Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2071 | 2024-03-30T03:33:36.236Z | Checking tokio-tungstenite v0.21.0 |
2072 | 2024-03-30T03:33:36.774Z | Checking zone v0.1.8 |
2073 | 2024-03-30T03:33:36.896Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2074 | 2024-03-30T03:33:36.938Z | Checking headers-core v0.2.0 |
2075 | 2024-03-30T03:33:37.067Z | Checking portpicker v0.1.1 |
2076 | 2024-03-30T03:33:40.724Z | Checking headers v0.3.9 |
2077 | 2024-03-30T03:33:40.724Z | Checking rcgen v0.12.1 |
2078 | 2024-03-30T03:33:40.724Z | Checking atomicwrites v0.4.3 |
2079 | 2024-03-30T03:33:40.846Z | Checking subprocess v0.2.9 |
2080 | 2024-03-30T03:33:40.846Z | Checking linked-hash-map v0.5.6 |
2081 | 2024-03-30T03:33:40.846Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2082 | 2024-03-30T03:33:40.846Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2083 | 2024-03-30T03:33:40.846Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2084 | 2024-03-30T03:33:40.847Z | Checking lru-cache v0.1.2 |
2085 | 2024-03-30T03:33:40.847Z | Checking password-hash v0.5.0 |
2086 | 2024-03-30T03:33:40.847Z | Checking blake2 v0.10.6 |
2087 | 2024-03-30T03:33:40.847Z | Checking swrite v0.1.0 |
2088 | 2024-03-30T03:33:40.847Z | Checking itertools v0.12.1 |
2089 | 2024-03-30T03:33:40.847Z | Compiling derive-where v1.2.7 |
2090 | 2024-03-30T03:33:40.847Z | Compiling rayon-core v1.12.1 |
2091 | 2024-03-30T03:33:40.847Z | Checking argon2 v0.5.3 |
2092 | 2024-03-30T03:33:40.847Z | Checking half v2.3.1 |
2093 | 2024-03-30T03:33:40.848Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2094 | 2024-03-30T03:33:40.848Z | Compiling cancel-safe-futures v0.1.5 |
2095 | 2024-03-30T03:33:40.848Z | Checking ciborium-io v0.2.2 |
2096 | 2024-03-30T03:33:40.848Z | Checking resolv-conf v0.7.0 |
2097 | 2024-03-30T03:33:40.848Z | Checking ciborium-ll v0.2.2 |
2098 | 2024-03-30T03:33:40.849Z | Checking ciborium v0.2.2 |
2099 | 2024-03-30T03:33:40.849Z | Checking trust-dns-resolver v0.22.0 |
2100 | 2024-03-30T03:33:40.849Z | Checking bytecount v0.6.3 |
2101 | 2024-03-30T03:33:40.849Z | Checking papergrid v0.11.0 |
2102 | 2024-03-30T03:33:40.849Z | Checking mockall v0.12.0 |
2103 | 2024-03-30T03:33:40.888Z | Compiling tabled_derive v0.7.0 |
2104 | 2024-03-30T03:33:41.150Z | Compiling slog-dtrace v0.3.0 |
2105 | 2024-03-30T03:33:41.601Z | Compiling semver v0.1.20 |
2106 | 2024-03-30T03:33:41.614Z | Compiling rustc_version v0.1.7 |
2107 | 2024-03-30T03:33:41.658Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2108 | 2024-03-30T03:33:41.852Z | Checking libsw v3.3.1 |
2109 | 2024-03-30T03:33:41.965Z | Checking linear-map v1.2.0 |
2110 | 2024-03-30T03:33:42.016Z | Checking owo-colors v4.0.0 |
2111 | 2024-03-30T03:33:42.049Z | Compiling newtype_derive v0.1.6 |
2112 | 2024-03-30T03:33:42.150Z | Compiling num-rational v0.4.1 |
2113 | 2024-03-30T03:33:42.289Z | Compiling radium v0.7.0 |
2114 | 2024-03-30T03:33:42.480Z | Checking is-terminal v0.4.9 |
2115 | 2024-03-30T03:33:42.497Z | Checking steno v0.4.0 |
2116 | 2024-03-30T03:33:42.607Z | Checking num-complex v0.4.4 |
2117 | 2024-03-30T03:33:42.776Z | Checking nibble_vec v0.1.0 |
2118 | 2024-03-30T03:33:42.950Z | Checking endian-type v0.1.2 |
2119 | 2024-03-30T03:33:43.154Z | Checking tap v1.0.1 |
2120 | 2024-03-30T03:33:43.315Z | Compiling maybe-uninit v2.0.0 |
2121 | 2024-03-30T03:33:43.331Z | Checking wyz v0.5.1 |
2122 | 2024-03-30T03:33:43.513Z | Checking num v0.4.1 |
2123 | 2024-03-30T03:33:43.564Z | Checking tabled v0.15.0 |
2124 | 2024-03-30T03:33:43.609Z | Checking radix_trie v0.2.1 |
2125 | 2024-03-30T03:33:43.891Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2126 | 2024-03-30T03:33:43.963Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2127 | 2024-03-30T03:33:44.056Z | Checking fxhash v0.2.1 |
2128 | 2024-03-30T03:33:44.111Z | Compiling num-bigint-dig v0.8.4 |
2129 | 2024-03-30T03:33:44.232Z | Checking crc-catalog v2.2.0 |
2130 | 2024-03-30T03:33:44.367Z | Checking funty v2.0.0 |
2131 | 2024-03-30T03:33:44.408Z | Compiling packed_struct v0.10.1 |
2132 | 2024-03-30T03:33:44.663Z | Checking crc v3.0.1 |
2133 | 2024-03-30T03:33:44.868Z | Compiling packed_struct_codegen v0.10.1 |
2134 | 2024-03-30T03:33:44.887Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2135 | 2024-03-30T03:33:44.925Z | Compiling indexmap v1.9.3 |
2136 | 2024-03-30T03:33:45.107Z | Checking nodrop v0.1.14 |
2137 | 2024-03-30T03:33:45.155Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2138 | 2024-03-30T03:33:45.210Z | Checking array-init v0.0.4 |
2139 | 2024-03-30T03:33:45.230Z | Checking smallvec v0.6.14 |
2140 | 2024-03-30T03:33:45.436Z | Checking bitvec v1.0.1 |
2141 | 2024-03-30T03:33:45.641Z | Checking pkcs1 v0.7.5 |
2142 | 2024-03-30T03:33:46.011Z | Checking signature v2.1.0 |
2143 | 2024-03-30T03:33:46.186Z | Checking bitfield v0.14.0 |
2144 | 2024-03-30T03:33:46.206Z | Checking hashbrown v0.12.3 |
2145 | 2024-03-30T03:33:46.387Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2146 | 2024-03-30T03:33:46.456Z | Checking serde-hex v0.1.0 |
2147 | 2024-03-30T03:33:46.598Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2148 | 2024-03-30T03:33:46.900Z | Checking env_logger v0.10.0 |
2149 | 2024-03-30T03:33:47.266Z | Checking x509-cert v0.2.4 |
2150 | 2024-03-30T03:33:47.820Z | Checking rsa v0.9.2 |
2151 | 2024-03-30T03:33:47.883Z | Checking ron v0.8.1 |
2152 | 2024-03-30T03:33:48.020Z | Checking hashbrown v0.13.2 |
2153 | 2024-03-30T03:33:53.533Z | Checking crc-any v2.4.3 |
2154 | 2024-03-30T03:33:53.644Z | Checking display-error-chain v0.2.0 |
2155 | 2024-03-30T03:33:53.645Z | Checking path-slash v0.1.5 |
2156 | 2024-03-30T03:33:53.645Z | Compiling convert_case v0.4.0 |
2157 | 2024-03-30T03:33:53.645Z | Compiling async-recursion v1.0.5 |
2158 | 2024-03-30T03:33:53.645Z | Compiling buf-list v1.0.3 |
2159 | 2024-03-30T03:33:53.645Z | Checking object v0.30.4 |
2160 | 2024-03-30T03:33:53.645Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2161 | 2024-03-30T03:33:53.645Z | Compiling blake3 v1.5.0 |
2162 | 2024-03-30T03:33:53.645Z | Compiling derive_more v0.99.17 |
2163 | 2024-03-30T03:33:53.645Z | Checking textwrap v0.11.0 |
2164 | 2024-03-30T03:33:53.645Z | Checking gethostname v0.4.3 |
2165 | 2024-03-30T03:33:53.645Z | Checking vec_map v0.8.2 |
2166 | 2024-03-30T03:33:53.645Z | Compiling parking_lot_core v0.8.6 |
2167 | 2024-03-30T03:33:53.645Z | Compiling libefi-sys v0.1.0 |
2168 | 2024-03-30T03:33:53.645Z | Checking ansi_term v0.12.1 |
2169 | 2024-03-30T03:33:53.645Z | Checking strsim v0.8.0 |
2170 | 2024-03-30T03:33:53.645Z | Compiling structopt-derive v0.4.18 |
2171 | 2024-03-30T03:33:53.646Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2172 | 2024-03-30T03:33:53.646Z | Checking clap v2.34.0 |
2173 | 2024-03-30T03:33:53.646Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2174 | 2024-03-30T03:33:53.646Z | Compiling crossbeam-deque v0.8.3 |
2175 | 2024-03-30T03:33:53.646Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2176 | 2024-03-30T03:33:53.646Z | Checking keccak v0.1.4 |
2177 | 2024-03-30T03:33:53.646Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2178 | 2024-03-30T03:33:53.646Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2179 | 2024-03-30T03:33:53.646Z | Checking sha3 v0.10.8 |
2180 | 2024-03-30T03:33:53.646Z | Checking parking_lot v0.11.2 |
2181 | 2024-03-30T03:33:53.723Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2182 | 2024-03-30T03:33:53.747Z | Checking structopt v0.3.26 |
2183 | 2024-03-30T03:33:53.943Z | Checking trust-dns-client v0.22.0 |
2184 | 2024-03-30T03:33:54.026Z | Checking toml v0.5.11 |
2185 | 2024-03-30T03:33:54.112Z | Compiling semver-parser v0.10.2 |
2186 | 2024-03-30T03:33:54.827Z | Checking secrecy v0.8.0 |
2187 | 2024-03-30T03:33:55.305Z | Compiling pin-project-internal v1.1.3 |
2188 | 2024-03-30T03:33:55.312Z | Compiling doc-comment v0.3.3 |
2189 | 2024-03-30T03:33:55.313Z | Compiling semver v0.11.0 |
2190 | 2024-03-30T03:33:55.490Z | Checking trust-dns-server v0.22.1 |
2191 | 2024-03-30T03:33:55.861Z | Compiling rayon v1.9.0 |
2192 | 2024-03-30T03:33:55.983Z | Checking sled v0.34.7 |
2193 | 2024-03-30T03:33:57.465Z | Compiling memmap2 v0.7.1 |
2194 | 2024-03-30T03:33:58.136Z | Checking pin-project v1.1.3 |
2195 | 2024-03-30T03:33:58.563Z | Compiling arrayvec v0.7.4 |
2196 | 2024-03-30T03:33:58.581Z | Compiling arrayref v0.3.7 |
2197 | 2024-03-30T03:33:58.581Z | Compiling home v0.5.5 |
2198 | 2024-03-30T03:33:58.581Z | Compiling constant_time_eq v0.3.0 |
2199 | 2024-03-30T03:33:58.582Z | Compiling toolchain_find v0.2.0 |
2200 | 2024-03-30T03:33:59.012Z | Compiling vte_generate_state_changes v0.1.1 |
2201 | 2024-03-30T03:33:59.125Z | Compiling topological-sort v0.2.2 |
2202 | 2024-03-30T03:33:59.350Z | Compiling glob v0.3.1 |
2203 | 2024-03-30T03:33:59.678Z | Checking vte v0.11.1 |
2204 | 2024-03-30T03:34:01.155Z | Compiling rustfmt-wrapper v0.2.0 |
2205 | 2024-03-30T03:34:01.161Z | Checking fd-lock v3.0.13 |
2206 | 2024-03-30T03:34:01.161Z | Compiling omicron-zone-package v0.11.0 |
2207 | 2024-03-30T03:34:01.161Z | Checking strip-ansi-escapes v0.2.0 |
2208 | 2024-03-30T03:34:01.161Z | Checking nu-ansi-term v0.50.0 |
2209 | 2024-03-30T03:34:01.211Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2210 | 2024-03-30T03:34:01.320Z | Checking strum v0.25.0 |
2211 | 2024-03-30T03:34:01.460Z | Compiling unicase v2.7.0 |
2212 | 2024-03-30T03:34:01.482Z | Checking reedline v0.30.0 |
2213 | 2024-03-30T03:34:01.531Z | Compiling platforms v3.0.2 |
2214 | 2024-03-30T03:34:01.758Z | Compiling prettyplease v0.2.16 |
2215 | 2024-03-30T03:34:02.044Z | Compiling snafu-derive v0.7.5 |
2216 | 2024-03-30T03:34:02.078Z | Checking globset v0.4.13 |
2217 | 2024-03-30T03:34:02.419Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2218 | 2024-03-30T03:34:02.534Z | Checking olpc-cjson v0.1.3 |
2219 | 2024-03-30T03:34:02.604Z | Checking serde_plain v1.0.2 |
2220 | 2024-03-30T03:34:02.743Z | Compiling memoffset v0.7.1 |
2221 | 2024-03-30T03:34:02.853Z | Compiling crunchy v0.2.2 |
2222 | 2024-03-30T03:34:03.037Z | Checking typed-path v0.7.0 |
2223 | 2024-03-30T03:34:03.415Z | Compiling curve25519-dalek v4.1.1 |
2224 | 2024-03-30T03:34:03.564Z | Checking fs-err v2.11.0 |
2225 | 2024-03-30T03:34:04.066Z | Compiling clang-sys v1.6.1 |
2226 | 2024-03-30T03:34:04.585Z | Compiling tiny-keccak v2.0.2 |
2227 | 2024-03-30T03:34:04.600Z | Checking parse-size v1.0.0 |
2228 | 2024-03-30T03:34:04.600Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2229 | 2024-03-30T03:34:04.600Z | Compiling mime_guess v2.0.4 |
2230 | 2024-03-30T03:34:04.912Z | Compiling darling_core v0.14.4 |
2231 | 2024-03-30T03:34:04.939Z | Checking universal-hash v0.5.1 |
2232 | 2024-03-30T03:34:04.997Z | Compiling thiserror-impl-no-std v2.0.2 |
2233 | 2024-03-30T03:34:05.150Z | Compiling curve25519-dalek-derive v0.1.0 |
2234 | 2024-03-30T03:34:05.208Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2235 | 2024-03-30T03:34:05.415Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2236 | 2024-03-30T03:34:05.724Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2237 | 2024-03-30T03:34:06.145Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2238 | 2024-03-30T03:34:07.110Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2239 | 2024-03-30T03:34:07.369Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2240 | 2024-03-30T03:34:07.960Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2241 | 2024-03-30T03:34:07.974Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2242 | 2024-03-30T03:34:08.413Z | Checking snafu v0.7.5 |
2243 | 2024-03-30T03:34:08.955Z | Checking tough v0.16.0 |
2244 | 2024-03-30T03:34:09.190Z | Checking nanorand v0.7.0 |
2245 | 2024-03-30T03:34:09.268Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2246 | 2024-03-30T03:34:09.278Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2247 | 2024-03-30T03:34:09.573Z | Compiling salty v0.2.0 |
2248 | 2024-03-30T03:34:09.596Z | Checking opaque-debug v0.3.0 |
2249 | 2024-03-30T03:34:09.667Z | Checking signature v1.6.4 |
2250 | 2024-03-30T03:34:09.784Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2251 | 2024-03-30T03:34:09.796Z | Checking ed25519 v1.5.3 |
2252 | 2024-03-30T03:34:09.956Z | Checking poly1305 v0.8.0 |
2253 | 2024-03-30T03:34:10.096Z | Checking flume v0.11.0 |
2254 | 2024-03-30T03:34:10.522Z | Checking thiserror-no-std v2.0.2 |
2255 | 2024-03-30T03:34:10.701Z | Compiling ascii-canvas v3.0.0 |
2256 | 2024-03-30T03:34:10.750Z | Compiling darling_macro v0.14.4 |
2257 | 2024-03-30T03:34:11.818Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2258 | 2024-03-30T03:34:11.913Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2259 | 2024-03-30T03:34:12.493Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2260 | 2024-03-30T03:34:12.500Z | Checking chacha20 v0.9.1 |
2261 | 2024-03-30T03:34:12.500Z | Checking aead v0.5.2 |
2262 | 2024-03-30T03:34:12.610Z | Checking serde-big-array v0.5.1 |
2263 | 2024-03-30T03:34:12.624Z | Checking kstat-rs v0.2.3 |
2264 | 2024-03-30T03:34:12.690Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2265 | 2024-03-30T03:34:12.818Z | Compiling ena v0.14.2 |
2266 | 2024-03-30T03:34:12.969Z | Compiling libloading v0.7.4 |
2267 | 2024-03-30T03:34:12.998Z | Compiling regex-syntax v0.6.29 |
2268 | 2024-03-30T03:34:13.201Z | Compiling diff v0.1.13 |
2269 | 2024-03-30T03:34:13.371Z | Compiling bindgen v0.69.2 |
2270 | 2024-03-30T03:34:13.586Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2271 | 2024-03-30T03:34:13.922Z | Checking chacha20poly1305 v0.10.1 |
2272 | 2024-03-30T03:34:14.126Z | Checking vsss-rs v3.3.4 |
2273 | 2024-03-30T03:34:14.563Z | Compiling darling v0.14.4 |
2274 | 2024-03-30T03:34:15.072Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
2275 | 2024-03-30T03:34:15.805Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2276 | 2024-03-30T03:34:16.046Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2277 | 2024-03-30T03:34:16.452Z | Compiling lalrpop v0.19.12 |
2278 | 2024-03-30T03:34:17.369Z | Checking signal-hook-tokio v0.3.1 |
2279 | 2024-03-30T03:34:17.541Z | Compiling cexpr v0.6.0 |
2280 | 2024-03-30T03:34:17.581Z | Checking serde-big-array v0.4.1 |
2281 | 2024-03-30T03:34:17.716Z | Compiling which v4.4.0 |
2282 | 2024-03-30T03:34:18.314Z | Compiling lazycell v1.3.0 |
2283 | 2024-03-30T03:34:18.361Z | Compiling rustc-hash v1.1.0 |
2284 | 2024-03-30T03:34:18.497Z | Checking maplit v1.0.2 |
2285 | 2024-03-30T03:34:18.505Z | Compiling peeking_take_while v0.1.2 |
2286 | 2024-03-30T03:34:18.573Z | Compiling shlex v1.3.0 |
2287 | 2024-03-30T03:34:18.624Z | Compiling ref-cast v1.0.20 |
2288 | 2024-03-30T03:34:21.642Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2289 | 2024-03-30T03:34:21.642Z | Compiling derive_builder_core v0.12.0 |
2290 | 2024-03-30T03:34:21.832Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2291 | 2024-03-30T03:34:21.832Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2292 | 2024-03-30T03:34:21.832Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2293 | 2024-03-30T03:34:27.135Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2294 | 2024-03-30T03:34:27.218Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2295 | 2024-03-30T03:34:27.218Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2296 | 2024-03-30T03:34:27.218Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2297 | 2024-03-30T03:34:27.218Z | error[E0433]: failed to resolve: could not find `connect` in `client` |
2298 | 2024-03-30T03:34:27.218Z | --> internal-dns/src/resolver.rs:5:20 |
2299 | 2024-03-30T03:34:27.219Z | | |
2300 | 2024-03-30T03:34:27.219Z | 5 | use hyper::client::connect::dns::Name; |
2301 | 2024-03-30T03:34:27.219Z | | ^^^^^^^ could not find `connect` in `client` |
2302 | 2024-03-30T03:34:27.219Z | |
2303 | 2024-03-30T03:34:27.633Z | For more information about this error, try `rustc --explain E0433`. |
2304 | 2024-03-30T03:34:27.633Z | error: could not compile `internal-dns` (lib) due to 1 previous error |
2305 | 2024-03-30T03:34:27.633Z | warning: build failed, waiting for other jobs to finish... |
2306 | 2024-03-30T03:34:59.140Z | Error: clippy failed: exit status: 101 |
2307 | 2024-03-30T03:34:59.151Z | |
2308 | 2024-03-30T03:34:59.151Z | real 4:57.834829574 |
2309 | 2024-03-30T03:34:59.151Z | user 23:54.346575170 |
2310 | 2024-03-30T03:34:59.151Z | sys 4:54.631625676 |
2311 | 2024-03-30T03:34:59.151Z | trap 0.708012492 |
2312 | 2024-03-30T03:34:59.151Z | tflt 8.140911191 |
2313 | 2024-03-30T03:34:59.152Z | dflt 5.094769910 |
2314 | 2024-03-30T03:34:59.152Z | kflt 0.122831663 |
2315 | 2024-03-30T03:34:59.152Z | lock 33:53.250309971 |
2316 | 2024-03-30T03:34:59.152Z | slp 1:08:46.122528828 |
2317 | 2024-03-30T03:34:59.152Z | lat 1:23.115072065 |
2318 | 2024-03-30T03:34:59.152Z | stop 3:26.675327203 |
2319 | 2024-03-30T03:34:59.152Z | process exited: duration 422109 ms, exit code 1 |
|
2320 | 2024-03-30T03:34:59.172Z | found 0 output files |