|
|
|
1 | 2022-10-21T04:00:22.417Z | job assigned to worker 01GFWB45JJKYS7GN452YEVA06N (queued for 1 m 4 s) |
|
2 | 2022-10-21T04:00:23.099Z | starting task 0: "setup" |
3 | 2022-10-21T04:00:23.154Z | ++ uname -s |
4 | 2022-10-21T04:00:23.161Z | + kern=SunOS |
5 | 2022-10-21T04:00:23.167Z | + case "$kern" in |
6 | 2022-10-21T04:00:23.174Z | + groupadd -g 12345 build |
7 | 2022-10-21T04:00:23.181Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2022-10-21T04:00:25.172Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2022-10-21T04:00:25.428Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2022-10-21T04:00:25.434Z | + home_fs=zfs |
11 | 2022-10-21T04:00:25.441Z | + [[ zfs == autofs ]] |
12 | 2022-10-21T04:00:25.447Z | + mkdir -p /home/build |
13 | 2022-10-21T04:00:25.453Z | + chown build:build /home/build /work |
14 | 2022-10-21T04:00:27.438Z | + chmod 0700 /home/build /work |
15 | 2022-10-21T04:00:27.445Z | process exited: duration 4336 ms, exit code 0 |
|
16 | 2022-10-21T04:00:27.477Z | starting task 1: "rust-toolchain" |
17 | 2022-10-21T04:00:27.493Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2022-10-21T04:00:27.499Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2022-09-27 --profile default |
19 | 2022-10-21T04:00:27.792Z | info: downloading installer |
20 | 2022-10-21T04:00:29.188Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2022-10-21T04:00:29.197Z | warning: /opt/ooce/bin |
22 | 2022-10-21T04:00:29.204Z | warning: rustup should not be installed alongside Rust. Please uninstall your existing Rust first. |
23 | 2022-10-21T04:00:29.210Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2022-10-21T04:00:29.216Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2022-10-21T04:00:29.222Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2022-10-21T04:00:29.229Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2022-10-21T04:00:29.236Z | error: cannot install while Rust is installed |
28 | 2022-10-21T04:00:29.242Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2022-10-21T04:00:29.265Z | info: profile set to 'default' |
30 | 2022-10-21T04:00:29.272Z | info: default host triple is x86_64-unknown-illumos |
31 | 2022-10-21T04:00:29.278Z | info: syncing channel updates for 'nightly-2022-09-27-x86_64-unknown-illumos' |
32 | 2022-10-21T04:00:29.545Z | info: latest update on 2022-09-27, rust version 1.66.0-nightly (8b705839c 2022-09-26) |
33 | 2022-10-21T04:00:29.552Z | info: downloading component 'cargo' |
34 | 2022-10-21T04:00:30.314Z | info: downloading component 'clippy' |
35 | 2022-10-21T04:00:30.504Z | info: downloading component 'rust-docs' |
36 | 2022-10-21T04:00:32.053Z | info: downloading component 'rust-std' |
37 | 2022-10-21T04:00:34.373Z | info: downloading component 'rustc' |
38 | 2022-10-21T04:00:39.838Z | info: downloading component 'rustfmt' |
39 | 2022-10-21T04:00:40.459Z | info: installing component 'cargo' |
40 | 2022-10-21T04:00:41.586Z | info: installing component 'clippy' |
41 | 2022-10-21T04:00:42.021Z | info: installing component 'rust-docs' |
42 | 2022-10-21T04:00:45.180Z | info: installing component 'rust-std' |
43 | 2022-10-21T04:00:48.704Z | info: installing component 'rustc' |
44 | 2022-10-21T04:00:55.685Z | info: installing component 'rustfmt' |
45 | 2022-10-21T04:00:56.485Z | info: default toolchain set to 'nightly-2022-09-27-x86_64-unknown-illumos' |
46 | 2022-10-21T04:00:56.492Z | |
47 | 2022-10-21T04:00:56.711Z | nightly-2022-09-27-x86_64-unknown-illumos installed - rustc 1.66.0-nightly (8b705839c 2022-09-26) |
48 | 2022-10-21T04:00:56.717Z | |
49 | 2022-10-21T04:00:56.723Z | |
50 | 2022-10-21T04:00:56.730Z | Rust is installed now. Great! |
51 | 2022-10-21T04:00:56.736Z | |
52 | 2022-10-21T04:00:56.743Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2022-10-21T04:00:56.749Z | environment variable. This has not been done automatically. |
54 | 2022-10-21T04:00:56.755Z | |
55 | 2022-10-21T04:00:56.762Z | To configure your current shell, run: |
56 | 2022-10-21T04:00:56.768Z | source "$HOME/.cargo/env" |
57 | 2022-10-21T04:00:56.894Z | + rustc --version |
58 | 2022-10-21T04:00:57.030Z | rustc 1.66.0-nightly (8b705839c 2022-09-26) |
59 | 2022-10-21T04:00:57.036Z | process exited: duration 29551 ms, exit code 0 |
|
60 | 2022-10-21T04:00:57.066Z | starting task 2: "authentication" |
61 | 2022-10-21T04:00:57.082Z | process exited: duration 10 ms, exit code 0 |
|
62 | 2022-10-21T04:00:57.114Z | starting task 3: "clone repository" |
63 | 2022-10-21T04:00:57.127Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2022-10-21T04:00:57.134Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2022-10-21T04:00:57.768Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2022-10-21T04:01:02.103Z | + cd /work/oxidecomputer/omicron |
67 | 2022-10-21T04:01:02.109Z | + [[ -n end-to-end-instance-launch ]] |
68 | 2022-10-21T04:01:02.126Z | + git fetch origin end-to-end-instance-launch |
69 | 2022-10-21T04:01:02.632Z | From https://github.com/oxidecomputer/omicron |
70 | 2022-10-21T04:01:02.639Z | * branch end-to-end-instance-launch -> FETCH_HEAD |
71 | 2022-10-21T04:01:02.645Z | + git checkout -B end-to-end-instance-launch remotes/origin/end-to-end-instance-launch |
72 | 2022-10-21T04:01:02.688Z | Switched to a new branch 'end-to-end-instance-launch' |
73 | 2022-10-21T04:01:02.694Z | Branch 'end-to-end-instance-launch' set up to track remote branch 'end-to-end-instance-launch' from 'origin'. |
74 | 2022-10-21T04:01:02.700Z | + git reset --hard d92d0f358174b5d054127022a86b31f2331b5918 |
75 | 2022-10-21T04:01:02.758Z | HEAD is now at d92d0f35 further rebase fixes |
76 | 2022-10-21T04:01:02.764Z | process exited: duration 5639 ms, exit code 0 |
|
77 | 2022-10-21T04:01:02.799Z | starting task 4: "build" |
78 | 2022-10-21T04:01:02.814Z | + cargo --version |
79 | 2022-10-21T04:01:02.969Z | cargo 1.66.0-nightly (73ba3f35e 2022-09-18) |
80 | 2022-10-21T04:01:02.975Z | + rustc --version |
81 | 2022-10-21T04:01:03.058Z | rustc 1.66.0-nightly (8b705839c 2022-09-26) |
82 | 2022-10-21T04:01:03.064Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2022-10-21T04:01:09.539Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2022-10-21T04:01:10.660Z | Startup: Caching catalogs ... Done |
85 | 2022-10-21T04:01:12.349Z | Planning: Solver setup ... Done (1.374s) |
86 | 2022-10-21T04:01:12.400Z | Planning: Running solver ... Done (0.052s) |
87 | 2022-10-21T04:01:12.466Z | Planning: Finding local manifests ... Done (0.047s) |
88 | 2022-10-21T04:01:12.488Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2022-10-21T04:01:12.638Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2022-10-21T04:01:12.730Z | Planning: Package planning ... Done (0.093s) |
91 | 2022-10-21T04:01:12.772Z | Planning: Merging actions ... Done (0.041s) |
92 | 2022-10-21T04:01:14.268Z | Planning: Checking for conflicting actions ... Done (1.495s) |
93 | 2022-10-21T04:01:14.276Z | Planning: Consolidating action changes ... Done (0.008s) |
94 | 2022-10-21T04:01:26.134Z | Planning: Evaluating mediators ... Done (11.857s) |
95 | 2022-10-21T04:01:26.140Z | Planning: Planning completed in 15.38 seconds |
96 | 2022-10-21T04:01:26.175Z | Packages to install: 4 |
97 | 2022-10-21T04:01:26.181Z | Packages to change: 1 |
98 | 2022-10-21T04:01:26.188Z | Mediators to change: 1 |
99 | 2022-10-21T04:01:26.194Z | Services to change: 1 |
100 | 2022-10-21T04:01:26.200Z | Estimated space available: 149.26 GB |
101 | 2022-10-21T04:01:26.206Z | Estimated space to be consumed: 579.98 MB |
102 | 2022-10-21T04:01:26.211Z | Create boot environment: No |
103 | 2022-10-21T04:01:26.217Z | Create backup boot environment: Yes |
104 | 2022-10-21T04:01:26.224Z | Rebuild boot archive: No |
105 | 2022-10-21T04:01:26.230Z | |
106 | 2022-10-21T04:01:26.236Z | Changed mediators: |
107 | 2022-10-21T04:01:26.242Z | mediator clang: |
108 | 2022-10-21T04:01:26.249Z | version: 11.1 (system default) -> 12.0 (system default) |
109 | 2022-10-21T04:01:26.255Z | |
110 | 2022-10-21T04:01:26.262Z | Changed packages: |
111 | 2022-10-21T04:01:26.269Z | helios-dev |
112 | 2022-10-21T04:01:26.275Z | developer/build-essential |
113 | 2022-10-21T04:01:26.288Z | None -> 11-1.0 |
114 | 2022-10-21T04:01:26.302Z | library/libxmlsec1 |
115 | 2022-10-21T04:01:26.309Z | None -> 1.2.33-1.0 |
116 | 2022-10-21T04:01:26.315Z | ooce/developer/clang-120 |
117 | 2022-10-21T04:01:26.322Z | None -> 12.0.0-1.0 |
118 | 2022-10-21T04:01:26.328Z | ooce/developer/compiler-rt-120 |
119 | 2022-10-21T04:01:26.334Z | None -> 12.0.0-1.0 |
120 | 2022-10-21T04:01:26.340Z | ooce/developer/clang-111 |
121 | 2022-10-21T04:01:26.346Z | 11.1.0-1.0 |
122 | 2022-10-21T04:01:26.409Z | |
123 | 2022-10-21T04:01:26.446Z | Services: |
124 | 2022-10-21T04:01:26.577Z | restart_fmri: |
125 | 2022-10-21T04:01:26.583Z | svc:/system/update-man-index:default |
126 | 2022-10-21T04:01:26.589Z | |
127 | 2022-10-21T04:01:26.594Z | Download: 0/1103 items 0.0/85.5MB 0% complete |
128 | 2022-10-21T04:01:31.331Z | Download: 712/1103 items 18.6/85.5MB 21% complete (3.8M/s) |
129 | 2022-10-21T04:01:36.696Z | Download: 1100/1103 items 85.5/85.5MB 99% complete (9.9M/s) |
130 | 2022-10-21T04:01:36.703Z | Download: Completed 85.50 MB in 10.30 seconds (8.3M/s) |
131 | 2022-10-21T04:01:38.155Z | Actions: 1/1282 actions (Removing old actions) |
132 | 2022-10-21T04:01:38.163Z | Actions: 2/1282 actions (Installing new actions) |
133 | 2022-10-21T04:01:41.771Z | Actions: Completed 1282 actions in 3.62 seconds. |
134 | 2022-10-21T04:01:41.895Z | Done (0.122s) |
135 | 2022-10-21T04:01:41.901Z | Done (0.000s) |
136 | 2022-10-21T04:01:42.048Z | Done (0.153s) |
137 | 2022-10-21T04:01:54.163Z | Done (11.985s) |
138 | 2022-10-21T04:01:54.325Z | Done (0.042s) |
139 | 2022-10-21T04:01:54.331Z | Done (0.000s) |
140 | 2022-10-21T04:01:54.551Z | Done (0.000s) |
141 | 2022-10-21T04:01:55.163Z | FMRI IFO |
142 | 2022-10-21T04:01:55.170Z | pkg://helios-dev/developer/build-essential@11-1.0:20210409T072026Z im- |
143 | 2022-10-21T04:01:55.176Z | pkg://helios-dev/developer/pkg-config@0.29.2-1.0:20201015T092246Z i-- |
144 | 2022-10-21T04:01:55.182Z | pkg://helios-dev/library/libxmlsec1@1.2.33-1.0:20220506T083154Z im- |
145 | 2022-10-21T04:01:55.189Z | pkg://helios-dev/ooce/developer/clang-120@12.0.0-1.0:20210507T211404Z im- |
146 | 2022-10-21T04:01:55.195Z | pkg://helios-dev/ooce/library/postgresql-13@13.0-1.0:20201030T111312Z i-- |
147 | 2022-10-21T04:01:55.201Z | pkg://helios-dev/package/pkg@0.5.11-1.0:20220522T114219Z i-- |
148 | 2022-10-21T04:01:55.223Z | + set -o errexit |
149 | 2022-10-21T04:01:55.229Z | +++ dirname ./tools/ci_download_cockroachdb |
150 | 2022-10-21T04:01:55.236Z | ++ cd ./tools |
151 | 2022-10-21T04:01:55.243Z | ++ pwd |
152 | 2022-10-21T04:01:55.250Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
153 | 2022-10-21T04:01:55.256Z | ++ basename ./tools/ci_download_cockroachdb |
154 | 2022-10-21T04:01:55.263Z | + ARG0=ci_download_cockroachdb |
155 | 2022-10-21T04:01:55.270Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
156 | 2022-10-21T04:01:55.276Z | + CIDL_VERSION=v21.2.9 |
157 | 2022-10-21T04:01:55.283Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
158 | 2022-10-21T04:01:55.290Z | ++ CIDL_MD5_DARWIN=1074a0946f57b65331a3a5723e068645 |
159 | 2022-10-21T04:01:55.296Z | ++ CIDL_MD5_LINUX=50348e9a4e48d4a6ef973650a9edf09d |
160 | 2022-10-21T04:01:55.302Z | ++ CIDL_MD5_ILLUMOS=7efc03b988983e3f1829814c48553822 |
161 | 2022-10-21T04:01:55.309Z | + TARGET_DIR=out |
162 | 2022-10-21T04:01:55.316Z | + DOWNLOAD_DIR=out/downloads |
163 | 2022-10-21T04:01:55.322Z | + DEST_DIR=./out/cockroachdb |
164 | 2022-10-21T04:01:55.330Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
165 | 2022-10-21T04:01:55.336Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
166 | 2022-10-21T04:01:55.342Z | + main |
167 | 2022-10-21T04:01:55.348Z | + [[ 0 != 0 ]] |
168 | 2022-10-21T04:01:55.356Z | + CIDL_OS=solaris2.11 |
169 | 2022-10-21T04:01:55.361Z | + [[ 0 != 0 ]] |
170 | 2022-10-21T04:01:55.368Z | + configure_os solaris2.11 |
171 | 2022-10-21T04:01:55.389Z | + echo 'current directory: /work/oxidecomputer/omicron' |
172 | 2022-10-21T04:01:55.396Z | current directory: /work/oxidecomputer/omicron |
173 | 2022-10-21T04:01:55.402Z | + echo 'configuring based on OS: "solaris2.11"' |
174 | 2022-10-21T04:01:55.408Z | configuring based on OS: "solaris2.11" |
175 | 2022-10-21T04:01:55.415Z | + case "$1" in |
176 | 2022-10-21T04:01:55.422Z | + CIDL_BUILD=illumos |
177 | 2022-10-21T04:01:55.430Z | + CIDL_SUFFIX=tar.gz |
178 | 2022-10-21T04:01:55.436Z | + CIDL_MD5=7efc03b988983e3f1829814c48553822 |
179 | 2022-10-21T04:01:55.443Z | + CIDL_MD5FUNC=do_md5sum |
180 | 2022-10-21T04:01:55.449Z | + CIDL_URL_BASE=https://illumos.org/downloads |
181 | 2022-10-21T04:01:55.455Z | + CIDL_ASSEMBLE=do_assemble_illumos |
182 | 2022-10-21T04:01:55.461Z | + TARBALL_DIRNAME=cockroach-v21.2.9.illumos |
183 | 2022-10-21T04:01:55.468Z | + TARBALL_FILENAME=cockroach-v21.2.9.illumos.tar.gz |
184 | 2022-10-21T04:01:55.474Z | + TARBALL_FILE=out/downloads/cockroach-v21.2.9.illumos.tar.gz |
185 | 2022-10-21T04:01:55.480Z | + TARBALL_DIR=out/downloads/cockroach-v21.2.9.illumos |
186 | 2022-10-21T04:01:55.486Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v21.2.9.illumos.tar.gz |
187 | 2022-10-21T04:01:55.492Z | + echo 'URL: https://illumos.org/downloads/cockroach-v21.2.9.illumos.tar.gz' |
188 | 2022-10-21T04:01:55.498Z | URL: https://illumos.org/downloads/cockroach-v21.2.9.illumos.tar.gz |
189 | 2022-10-21T04:01:55.504Z | + echo 'Local file: out/downloads/cockroach-v21.2.9.illumos.tar.gz' |
190 | 2022-10-21T04:01:55.510Z | Local file: out/downloads/cockroach-v21.2.9.illumos.tar.gz |
191 | 2022-10-21T04:01:55.516Z | + mkdir -p out/downloads |
192 | 2022-10-21T04:01:55.522Z | + mkdir -p ./out/cockroachdb |
193 | 2022-10-21T04:01:55.528Z | + local DO_DOWNLOAD=true |
194 | 2022-10-21T04:01:55.533Z | + [[ -f out/downloads/cockroach-v21.2.9.illumos.tar.gz ]] |
195 | 2022-10-21T04:01:55.539Z | + '[' true == true ']' |
196 | 2022-10-21T04:01:55.545Z | + echo Downloading... |
197 | 2022-10-21T04:01:55.552Z | Downloading... |
198 | 2022-10-21T04:01:55.559Z | + do_download_curl https://illumos.org/downloads/cockroach-v21.2.9.illumos.tar.gz out/downloads/cockroach-v21.2.9.illumos.tar.gz |
199 | 2022-10-21T04:01:55.565Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v21.2.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v21.2.9.illumos.tar.gz |
200 | 2022-10-21T04:01:57.601Z | ++ do_md5sum out/downloads/cockroach-v21.2.9.illumos.tar.gz |
201 | 2022-10-21T04:01:57.608Z | ++ md5sum |
202 | 2022-10-21T04:01:57.615Z | ++ awk '{print $1}' |
203 | 2022-10-21T04:01:57.881Z | + calculated_md5=7efc03b988983e3f1829814c48553822 |
204 | 2022-10-21T04:01:57.888Z | + [[ 7efc03b988983e3f1829814c48553822 != \7\e\f\c\0\3\b\9\8\8\9\8\3\e\3\f\1\8\2\9\8\1\4\c\4\8\5\5\3\8\2\2 ]] |
205 | 2022-10-21T04:01:57.894Z | + do_untar out/downloads/cockroach-v21.2.9.illumos.tar.gz |
206 | 2022-10-21T04:01:57.901Z | + tar xzf out/downloads/cockroach-v21.2.9.illumos.tar.gz -C out/downloads |
207 | 2022-10-21T04:02:00.845Z | + do_assemble_illumos |
208 | 2022-10-21T04:02:00.852Z | + rm -r ./out/cockroachdb |
209 | 2022-10-21T04:02:00.858Z | + cp -r out/downloads/cockroach-v21.2.9 ./out/cockroachdb |
210 | 2022-10-21T04:02:01.453Z | + ./out/cockroachdb/bin/cockroach version |
211 | 2022-10-21T04:02:01.639Z | Build Tag: v21.2.9 |
212 | 2022-10-21T04:02:01.645Z | Build Time: 2022/04/28 04:02:42 |
213 | 2022-10-21T04:02:01.652Z | Distribution: OSS |
214 | 2022-10-21T04:02:01.658Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
215 | 2022-10-21T04:02:01.664Z | Go Version: go1.16.10 |
216 | 2022-10-21T04:02:01.670Z | C Compiler: gcc 10.3.0 |
217 | 2022-10-21T04:02:01.677Z | Build Commit ID: 11787edfcfc157a0df951abc34684e4e18b3ef20 |
218 | 2022-10-21T04:02:01.684Z | Build Type: release |
219 | 2022-10-21T04:02:01.690Z | + set -o errexit |
220 | 2022-10-21T04:02:01.696Z | +++ dirname ./tools/ci_download_clickhouse |
221 | 2022-10-21T04:02:01.702Z | ++ cd ./tools |
222 | 2022-10-21T04:02:01.709Z | ++ pwd |
223 | 2022-10-21T04:02:01.714Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
224 | 2022-10-21T04:02:01.720Z | ++ basename ./tools/ci_download_clickhouse |
225 | 2022-10-21T04:02:01.726Z | + ARG0=ci_download_clickhouse |
226 | 2022-10-21T04:02:01.732Z | + TARGET_DIR=out |
227 | 2022-10-21T04:02:01.739Z | + DOWNLOAD_DIR=out/downloads |
228 | 2022-10-21T04:02:01.745Z | + DEST_DIR=./out/clickhouse |
229 | 2022-10-21T04:02:01.752Z | + CIDL_VERSION=v21.7 |
230 | 2022-10-21T04:02:01.758Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
231 | 2022-10-21T04:02:01.766Z | ++ CIDL_MD5_DARWIN=7e22bd0b0108dee55605dd563a5698df |
232 | 2022-10-21T04:02:01.772Z | ++ CIDL_MD5_LINUX=f821613422cda8bb3c7f281eeb87f145 |
233 | 2022-10-21T04:02:01.783Z | ++ CIDL_MD5_ILLUMOS=2870157143dc78b1ebe1e3dfabe5fd61 |
234 | 2022-10-21T04:02:01.791Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
235 | 2022-10-21T04:02:01.798Z | + main |
236 | 2022-10-21T04:02:01.805Z | + [[ 0 != 0 ]] |
237 | 2022-10-21T04:02:01.814Z | + CIDL_OS=solaris2.11 |
238 | 2022-10-21T04:02:01.821Z | + [[ 0 != 0 ]] |
239 | 2022-10-21T04:02:01.827Z | + configure_os solaris2.11 |
240 | 2022-10-21T04:02:01.833Z | + echo 'current directory: /work/oxidecomputer/omicron' |
241 | 2022-10-21T04:02:01.840Z | current directory: /work/oxidecomputer/omicron |
242 | 2022-10-21T04:02:01.847Z | configuring based on OS: "solaris2.11" |
243 | 2022-10-21T04:02:01.854Z | + echo 'configuring based on OS: "solaris2.11"' |
244 | 2022-10-21T04:02:01.862Z | + case "$1" in |
245 | 2022-10-21T04:02:01.868Z | + CIDL_PLATFORM=illumos |
246 | 2022-10-21T04:02:01.875Z | + CIDL_MD5=2870157143dc78b1ebe1e3dfabe5fd61 |
247 | 2022-10-21T04:02:01.882Z | + CIDL_MD5FUNC=do_md5sum |
248 | 2022-10-21T04:02:02.052Z | + TARBALL_DIRNAME=clickhouse-v21.7 |
249 | 2022-10-21T04:02:02.064Z | + TARBALL_FILENAME=clickhouse-v21.7.illumos.tar.gz |
250 | 2022-10-21T04:02:02.074Z | + TARBALL_FILE=out/downloads/clickhouse-v21.7.illumos.tar.gz |
251 | 2022-10-21T04:02:02.084Z | + TARBALL_DIR=out/downloads/clickhouse-v21.7 |
252 | 2022-10-21T04:02:02.094Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v21.7.illumos.tar.gz |
253 | 2022-10-21T04:02:02.102Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v21.7.illumos.tar.gz' |
254 | 2022-10-21T04:02:02.116Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v21.7.illumos.tar.gz |
255 | 2022-10-21T04:02:02.123Z | + echo 'Local file: out/downloads/clickhouse-v21.7.illumos.tar.gz' |
256 | 2022-10-21T04:02:02.134Z | Local file: out/downloads/clickhouse-v21.7.illumos.tar.gz |
257 | 2022-10-21T04:02:02.142Z | + mkdir -p out/downloads |
258 | 2022-10-21T04:02:02.159Z | + mkdir -p ./out/clickhouse |
259 | 2022-10-21T04:02:02.166Z | + local DO_DOWNLOAD=true |
260 | 2022-10-21T04:02:02.183Z | + [[ -f out/downloads/clickhouse-v21.7.illumos.tar.gz ]] |
261 | 2022-10-21T04:02:02.198Z | + '[' true == true ']' |
262 | 2022-10-21T04:02:02.207Z | + echo Downloading... |
263 | 2022-10-21T04:02:02.215Z | Downloading... |
264 | 2022-10-21T04:02:02.225Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v21.7.illumos.tar.gz out/downloads/clickhouse-v21.7.illumos.tar.gz |
265 | 2022-10-21T04:02:02.232Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v21.7.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v21.7.illumos.tar.gz |
266 | 2022-10-21T04:02:03.300Z | ++ do_md5sum out/downloads/clickhouse-v21.7.illumos.tar.gz |
267 | 2022-10-21T04:02:03.306Z | ++ md5sum |
268 | 2022-10-21T04:02:03.312Z | ++ awk '{print $1}' |
269 | 2022-10-21T04:02:03.501Z | + calculated_md5=2870157143dc78b1ebe1e3dfabe5fd61 |
270 | 2022-10-21T04:02:03.507Z | + [[ 2870157143dc78b1ebe1e3dfabe5fd61 != \2\8\7\0\1\5\7\1\4\3\d\c\7\8\b\1\e\b\e\1\e\3\d\f\a\b\e\5\f\d\6\1 ]] |
271 | 2022-10-21T04:02:03.514Z | + do_untar out/downloads/clickhouse-v21.7.illumos.tar.gz ./out/clickhouse |
272 | 2022-10-21T04:02:03.521Z | + mkdir -p ./out/clickhouse |
273 | 2022-10-21T04:02:03.528Z | + tar xzf out/downloads/clickhouse-v21.7.illumos.tar.gz -C ./out/clickhouse |
274 | 2022-10-21T04:02:06.924Z | + ./out/clickhouse/clickhouse server --version |
275 | 2022-10-21T04:02:07.084Z | ClickHouse server version 21.7.1.1. |
276 | 2022-10-21T04:02:07.091Z | + set -o errexit |
277 | 2022-10-21T04:02:07.098Z | +++ dirname ./tools/ci_download_console |
278 | 2022-10-21T04:02:07.104Z | ++ cd ./tools |
279 | 2022-10-21T04:02:07.110Z | ++ pwd |
280 | 2022-10-21T04:02:07.116Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
281 | 2022-10-21T04:02:07.123Z | ++ basename ./tools/ci_download_console |
282 | 2022-10-21T04:02:07.130Z | + ARG0=ci_download_console |
283 | 2022-10-21T04:02:07.136Z | + TARGET_DIR=out |
284 | 2022-10-21T04:02:07.142Z | + DOWNLOAD_DIR=out/downloads |
285 | 2022-10-21T04:02:07.148Z | + DEST_DIR=./out/console-assets |
286 | 2022-10-21T04:02:07.154Z | + URL_BASE=https://dl.oxide.computer/releases/console |
287 | 2022-10-21T04:02:07.160Z | + source /work/oxidecomputer/omicron/tools/console_version |
288 | 2022-10-21T04:02:07.166Z | ++ COMMIT=ecac266f5b99cd21715282776b451554957a4c66 |
289 | 2022-10-21T04:02:07.172Z | ++ SHA2=dc74c6d0d58bdf9f3a202f0e3726c062e6ecca88e6407e072d845b795e2b2456 |
290 | 2022-10-21T04:02:07.178Z | + URL=https://dl.oxide.computer/releases/console/ecac266f5b99cd21715282776b451554957a4c66.tar.gz |
291 | 2022-10-21T04:02:07.184Z | + TARBALL_FILE=out/downloads/console.tar.gz |
292 | 2022-10-21T04:02:07.191Z | + main |
293 | 2022-10-21T04:02:07.197Z | + [[ 0 != 0 ]] |
294 | 2022-10-21T04:02:07.204Z | + echo 'URL: https://dl.oxide.computer/releases/console/ecac266f5b99cd21715282776b451554957a4c66.tar.gz' |
295 | 2022-10-21T04:02:07.210Z | URL: https://dl.oxide.computer/releases/console/ecac266f5b99cd21715282776b451554957a4c66.tar.gz |
296 | 2022-10-21T04:02:07.216Z | + echo 'Local file: out/downloads/console.tar.gz' |
297 | 2022-10-21T04:02:07.223Z | Local file: out/downloads/console.tar.gz |
298 | 2022-10-21T04:02:07.229Z | + local DO_DOWNLOAD=true |
299 | 2022-10-21T04:02:07.236Z | + [[ -f out/downloads/console.tar.gz ]] |
300 | 2022-10-21T04:02:07.242Z | + mkdir -p out/downloads |
301 | 2022-10-21T04:02:07.249Z | + mkdir -p ./out/console-assets |
302 | 2022-10-21T04:02:07.255Z | + '[' true == true ']' |
303 | 2022-10-21T04:02:07.262Z | + echo Downloading... |
304 | 2022-10-21T04:02:07.268Z | Downloading... |
305 | 2022-10-21T04:02:07.275Z | + do_download_curl https://dl.oxide.computer/releases/console/ecac266f5b99cd21715282776b451554957a4c66.tar.gz out/downloads/console.tar.gz |
306 | 2022-10-21T04:02:07.282Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ecac266f5b99cd21715282776b451554957a4c66.tar.gz |
307 | 2022-10-21T04:02:07.473Z | ++ do_sha256sum out/downloads/console.tar.gz |
308 | 2022-10-21T04:02:07.480Z | ++ case "$OSTYPE" in |
309 | 2022-10-21T04:02:07.486Z | ++ SHA=sha256sum |
310 | 2022-10-21T04:02:07.492Z | ++ sha256sum |
311 | 2022-10-21T04:02:07.498Z | ++ awk '{print $1}' |
312 | 2022-10-21T04:02:07.584Z | + calculated_sha2=dc74c6d0d58bdf9f3a202f0e3726c062e6ecca88e6407e072d845b795e2b2456 |
313 | 2022-10-21T04:02:07.590Z | + [[ dc74c6d0d58bdf9f3a202f0e3726c062e6ecca88e6407e072d845b795e2b2456 != \d\c\7\4\c\6\d\0\d\5\8\b\d\f\9\f\3\a\2\0\2\f\0\e\3\7\2\6\c\0\6\2\e\6\e\c\c\a\8\8\e\6\4\0\7\e\0\7\2\d\8\4\5\b\7\9\5\e\2\b\2\4\5\6 ]] |
314 | 2022-10-21T04:02:07.596Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
315 | 2022-10-21T04:02:07.603Z | + mkdir -p ./out/console-assets |
316 | 2022-10-21T04:02:07.609Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
317 | 2022-10-21T04:02:07.695Z | + set -o errexit |
318 | 2022-10-21T04:02:07.702Z | +++ dirname ./tools/ci_download_maghemite_openapi |
319 | 2022-10-21T04:02:07.708Z | ++ cd ./tools |
320 | 2022-10-21T04:02:07.714Z | ++ pwd |
321 | 2022-10-21T04:02:07.721Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
322 | 2022-10-21T04:02:07.728Z | ++ basename ./tools/ci_download_maghemite_openapi |
323 | 2022-10-21T04:02:07.741Z | + ARG0=ci_download_maghemite_openapi |
324 | 2022-10-21T04:02:07.748Z | + TARGET_DIR=out |
325 | 2022-10-21T04:02:07.762Z | + DOWNLOAD_DIR=out/downloads |
326 | 2022-10-21T04:02:07.768Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
327 | 2022-10-21T04:02:07.774Z | ++ COMMIT=21fd8236c23dc38fea5d1e4c8196be685c251da2 |
328 | 2022-10-21T04:02:07.781Z | ++ SHA2=c0be706f0e669b57644aa633145f9a10c53523e884cf9b814d34e9432a24091c |
329 | 2022-10-21T04:02:07.787Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/21fd8236c23dc38fea5d1e4c8196be685c251da2/ddm-admin.json |
330 | 2022-10-21T04:02:07.793Z | + LOCAL_FILE=out/downloads/ddm-admin-21fd8236c23dc38fea5d1e4c8196be685c251da2.json |
331 | 2022-10-21T04:02:07.799Z | + main |
332 | 2022-10-21T04:02:07.805Z | + [[ 0 != 0 ]] |
333 | 2022-10-21T04:02:07.812Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/21fd8236c23dc38fea5d1e4c8196be685c251da2/ddm-admin.json' |
334 | 2022-10-21T04:02:07.817Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/21fd8236c23dc38fea5d1e4c8196be685c251da2/ddm-admin.json |
335 | 2022-10-21T04:02:07.823Z | + echo 'Local file: out/downloads/ddm-admin-21fd8236c23dc38fea5d1e4c8196be685c251da2.json' |
336 | 2022-10-21T04:02:07.830Z | Local file: out/downloads/ddm-admin-21fd8236c23dc38fea5d1e4c8196be685c251da2.json |
337 | 2022-10-21T04:02:07.836Z | + local DO_DOWNLOAD=true |
338 | 2022-10-21T04:02:07.842Z | + [[ -f out/downloads/ddm-admin-21fd8236c23dc38fea5d1e4c8196be685c251da2.json ]] |
339 | 2022-10-21T04:02:07.848Z | + mkdir -p out/downloads |
340 | 2022-10-21T04:02:07.854Z | + '[' true == true ']' |
341 | 2022-10-21T04:02:07.861Z | + echo Downloading... |
342 | 2022-10-21T04:02:07.867Z | Downloading... |
343 | 2022-10-21T04:02:07.873Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/21fd8236c23dc38fea5d1e4c8196be685c251da2/ddm-admin.json out/downloads/ddm-admin-21fd8236c23dc38fea5d1e4c8196be685c251da2.json |
344 | 2022-10-21T04:02:07.880Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-21fd8236c23dc38fea5d1e4c8196be685c251da2.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/21fd8236c23dc38fea5d1e4c8196be685c251da2/ddm-admin.json |
345 | 2022-10-21T04:02:07.886Z | ++ do_sha256sum out/downloads/ddm-admin-21fd8236c23dc38fea5d1e4c8196be685c251da2.json |
346 | 2022-10-21T04:02:07.893Z | ++ case "$OSTYPE" in |
347 | 2022-10-21T04:02:07.898Z | ++ SHA=sha256sum |
348 | 2022-10-21T04:02:07.905Z | ++ sha256sum |
349 | 2022-10-21T04:02:07.911Z | ++ awk '{print $1}' |
350 | 2022-10-21T04:02:07.917Z | + calculated_sha2=c0be706f0e669b57644aa633145f9a10c53523e884cf9b814d34e9432a24091c |
351 | 2022-10-21T04:02:07.923Z | + [[ c0be706f0e669b57644aa633145f9a10c53523e884cf9b814d34e9432a24091c != \c\0\b\e\7\0\6\f\0\e\6\6\9\b\5\7\6\4\4\a\a\6\3\3\1\4\5\f\9\a\1\0\c\5\3\5\2\3\e\8\8\4\c\f\9\b\8\1\4\d\3\4\e\9\4\3\2\a\2\4\0\9\1\c ]] |
352 | 2022-10-21T04:02:07.929Z | All prerequisites installed successfully |
353 | 2022-10-21T04:02:07.936Z | |
354 | 2022-10-21T04:02:07.942Z | real 1:04.717798538 |
355 | 2022-10-21T04:02:07.948Z | user 24.965676813 |
356 | 2022-10-21T04:02:07.955Z | sys 6.470807703 |
357 | 2022-10-21T04:02:07.961Z | trap 0.017399137 |
358 | 2022-10-21T04:02:07.967Z | tflt 0.062576978 |
359 | 2022-10-21T04:02:07.974Z | dflt 0.277181162 |
360 | 2022-10-21T04:02:07.981Z | kflt 0.246773164 |
361 | 2022-10-21T04:02:07.987Z | lock 1.721718498 |
362 | 2022-10-21T04:02:07.994Z | slp 1:56.420810230 |
363 | 2022-10-21T04:02:08.000Z | lat 2.057807736 |
364 | 2022-10-21T04:02:08.009Z | stop 0.014044723 |
365 | 2022-10-21T04:02:08.015Z | + ptime -m ./tools/create_self_signed_cert.sh -yp |
366 | 2022-10-21T04:02:08.272Z | Generating a RSA private key |
367 | 2022-10-21T04:02:08.355Z | ............++++ |
368 | 2022-10-21T04:02:09.052Z | ...................................................................................................................++++ |
369 | 2022-10-21T04:02:09.058Z | writing new private key to 'out/certs/key.pem' |
370 | 2022-10-21T04:02:09.063Z | ----- |
371 | 2022-10-21T04:02:09.069Z | |
372 | 2022-10-21T04:02:09.074Z | real 1.241876264 |
373 | 2022-10-21T04:02:09.079Z | user 0.783283592 |
374 | 2022-10-21T04:02:09.084Z | sys 0.015731230 |
375 | 2022-10-21T04:02:09.090Z | trap 0.000066862 |
376 | 2022-10-21T04:02:09.096Z | tflt 0.002974148 |
377 | 2022-10-21T04:02:09.101Z | dflt 0.088292021 |
378 | 2022-10-21T04:02:09.107Z | kflt 0.000000000 |
379 | 2022-10-21T04:02:09.112Z | lock 0.000000000 |
380 | 2022-10-21T04:02:09.118Z | slp 1.586307091 |
381 | 2022-10-21T04:02:09.124Z | lat 0.000613117 |
382 | 2022-10-21T04:02:09.129Z | stop 0.000209685 |
383 | 2022-10-21T04:02:09.135Z | + ptime -m cargo run --locked --release --bin omicron-package -- package |
384 | 2022-10-21T04:02:09.956Z | Updating git repository `https://github.com/oxidecomputer/sodiumoxide` |
385 | 2022-10-21T04:02:12.082Z | Updating git submodule `https://github.com/jedisct1/libsodium.git` |
386 | 2022-10-21T04:02:14.472Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
387 | 2022-10-21T04:02:14.952Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
388 | 2022-10-21T04:02:15.303Z | Updating crates.io index |
389 | 2022-10-21T04:03:24.732Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
390 | 2022-10-21T04:03:25.374Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
391 | 2022-10-21T04:03:26.299Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
392 | 2022-10-21T04:03:27.267Z | Updating git repository `https://github.com/oxidecomputer/opte` |
393 | 2022-10-21T04:03:28.428Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
394 | 2022-10-21T04:03:29.163Z | warning: skipping duplicate package `header-check` found at `/home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/c0776be/crates/bhyve-api/header-check` |
395 | 2022-10-21T04:03:29.169Z | Updating git repository `https://github.com/oxidecomputer/spdm` |
396 | 2022-10-21T04:03:29.452Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
397 | 2022-10-21T04:03:29.850Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
398 | 2022-10-21T04:03:30.277Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
399 | 2022-10-21T04:03:30.606Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
400 | 2022-10-21T04:03:30.928Z | Updating git repository `https://github.com/njaremko/samael` |
401 | 2022-10-21T04:03:31.401Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
402 | 2022-10-21T04:03:31.950Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
403 | 2022-10-21T04:03:32.357Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
404 | 2022-10-21T04:03:32.990Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
405 | 2022-10-21T04:03:33.287Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
406 | 2022-10-21T04:03:33.661Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
407 | 2022-10-21T04:03:34.444Z | Downloading crates ... |
408 | 2022-10-21T04:03:34.812Z | Downloaded crunchy v0.2.2 |
409 | 2022-10-21T04:03:34.818Z | Downloaded clap_lex v0.3.0 |
410 | 2022-10-21T04:03:34.824Z | Downloaded crossbeam-deque v0.8.2 |
411 | 2022-10-21T04:03:34.831Z | Downloaded clap_derive v4.0.13 |
412 | 2022-10-21T04:03:34.837Z | Downloaded enum-as-inner v0.5.1 |
413 | 2022-10-21T04:03:34.843Z | Downloaded elliptic-curve v0.10.4 |
414 | 2022-10-21T04:03:34.850Z | Downloaded arc-swap v1.5.1 |
415 | 2022-10-21T04:03:34.856Z | Downloaded spin v0.5.2 |
416 | 2022-10-21T04:03:34.862Z | Downloaded backoff v0.4.0 |
417 | 2022-10-21T04:03:34.868Z | Downloaded ascii-canvas v3.0.0 |
418 | 2022-10-21T04:03:34.874Z | Downloaded signal-hook v0.3.14 |
419 | 2022-10-21T04:03:34.880Z | Downloaded crossbeam-utils v0.8.12 |
420 | 2022-10-21T04:03:34.886Z | Downloaded clang-sys v1.4.0 |
421 | 2022-10-21T04:03:34.892Z | Downloaded const-oid v0.6.2 |
422 | 2022-10-21T04:03:34.898Z | Downloaded corncobs v0.1.1 |
423 | 2022-10-21T04:03:34.903Z | Downloaded trust-dns-client v0.22.0 |
424 | 2022-10-21T04:03:34.909Z | Downloaded serde_repr v0.1.9 |
425 | 2022-10-21T04:03:34.915Z | Downloaded fastrand v1.8.0 |
426 | 2022-10-21T04:03:34.921Z | Downloaded convert_case v0.4.0 |
427 | 2022-10-21T04:03:34.927Z | Downloaded tap v1.0.1 |
428 | 2022-10-21T04:03:34.933Z | Downloaded string_cache v0.8.4 |
429 | 2022-10-21T04:03:34.939Z | Downloaded shlex v1.1.0 |
430 | 2022-10-21T04:03:34.944Z | Downloaded crossbeam-epoch v0.9.11 |
431 | 2022-10-21T04:03:34.950Z | Downloaded slog-dtrace v0.2.1 |
432 | 2022-10-21T04:03:34.956Z | Downloaded cc v1.0.73 |
433 | 2022-10-21T04:03:34.961Z | Downloaded clap_derive v3.2.18 |
434 | 2022-10-21T04:03:34.967Z | Downloaded spki v0.4.1 |
435 | 2022-10-21T04:03:34.972Z | Downloaded bincode v1.3.3 |
436 | 2022-10-21T04:03:34.978Z | Downloaded thread-id v4.0.0 |
437 | 2022-10-21T04:03:34.983Z | Downloaded slog-envlogger v2.2.0 |
438 | 2022-10-21T04:03:34.990Z | Downloaded serde_with_macros v2.0.1 |
439 | 2022-10-21T04:03:34.996Z | Downloaded cstr-argument v0.1.2 |
440 | 2022-10-21T04:03:35.002Z | Downloaded diesel_derives v2.0.1 |
441 | 2022-10-21T04:03:35.008Z | Downloaded trust-dns-server v0.22.0 |
442 | 2022-10-21T04:03:35.013Z | Downloaded zerocopy v0.3.0 |
443 | 2022-10-21T04:03:35.020Z | Downloaded clap v4.0.15 |
444 | 2022-10-21T04:03:35.025Z | Downloaded tungstenite v0.17.3 |
445 | 2022-10-21T04:03:35.031Z | Downloaded ena v0.14.0 |
446 | 2022-10-21T04:03:35.037Z | Downloaded slog-bunyan v2.4.0 |
447 | 2022-10-21T04:03:35.042Z | Downloaded tokio-native-tls v0.3.0 |
448 | 2022-10-21T04:03:35.048Z | Downloaded ff v0.10.1 |
449 | 2022-10-21T04:03:35.054Z | Downloaded termcolor v1.1.3 |
450 | 2022-10-21T04:03:35.060Z | Downloaded thiserror-impl v1.0.37 |
451 | 2022-10-21T04:03:35.101Z | Downloaded unicode-xid v0.2.4 |
452 | 2022-10-21T04:03:35.108Z | Downloaded slab v0.4.7 |
453 | 2022-10-21T04:03:35.114Z | Downloaded bit-set v0.5.3 |
454 | 2022-10-21T04:03:35.120Z | Downloaded tokio-tungstenite v0.17.2 |
455 | 2022-10-21T04:03:35.127Z | Downloaded crypto-mac v0.11.1 |
456 | 2022-10-21T04:03:35.134Z | Downloaded smoltcp v0.8.1 |
457 | 2022-10-21T04:03:35.140Z | Downloaded unicase v2.6.0 |
458 | 2022-10-21T04:03:35.147Z | Downloaded tinyvec v1.6.0 |
459 | 2022-10-21T04:03:35.154Z | Downloaded tempdir v0.3.7 |
460 | 2022-10-21T04:03:35.159Z | Downloaded rustc-hash v1.1.0 |
461 | 2022-10-21T04:03:35.168Z | Downloaded sha1 v0.10.5 |
462 | 2022-10-21T04:03:35.174Z | Downloaded siphasher v0.3.10 |
463 | 2022-10-21T04:03:35.180Z | Downloaded signal-hook-registry v1.4.0 |
464 | 2022-10-21T04:03:35.185Z | Downloaded tracing v0.1.37 |
465 | 2022-10-21T04:03:35.191Z | Downloaded time v0.3.15 |
466 | 2022-10-21T04:03:35.197Z | Downloaded tar v0.4.38 |
467 | 2022-10-21T04:03:35.203Z | Downloaded dirs-next v2.0.0 |
468 | 2022-10-21T04:03:35.209Z | Downloaded ed25519-dalek v1.0.1 |
469 | 2022-10-21T04:03:35.215Z | Downloaded tokio-util v0.7.4 |
470 | 2022-10-21T04:03:35.221Z | Downloaded tokio-postgres v0.7.7 |
471 | 2022-10-21T04:03:35.226Z | Downloaded static_assertions v1.1.0 |
472 | 2022-10-21T04:03:35.232Z | Downloaded dyn-clone v1.0.9 |
473 | 2022-10-21T04:03:35.238Z | Downloaded synstructure v0.12.6 |
474 | 2022-10-21T04:03:35.244Z | Downloaded rustls v0.20.6 |
475 | 2022-10-21T04:03:35.249Z | Downloaded terminal_size v0.1.17 |
476 | 2022-10-21T04:03:35.255Z | Downloaded term v0.7.0 |
477 | 2022-10-21T04:03:35.261Z | Downloaded typify-macro v0.0.10 |
478 | 2022-10-21T04:03:35.267Z | Downloaded structmeta-derive v0.1.5 |
479 | 2022-10-21T04:03:35.273Z | Downloaded slog-stdlog v4.1.1 |
480 | 2022-10-21T04:03:35.279Z | Downloaded crossbeam v0.8.2 |
481 | 2022-10-21T04:03:35.285Z | Downloaded getopts v0.2.21 |
482 | 2022-10-21T04:03:35.291Z | Downloaded strsim v0.10.0 |
483 | 2022-10-21T04:03:35.297Z | Downloaded tough v0.12.5 |
484 | 2022-10-21T04:03:35.303Z | Downloaded usdt-attr-macro v0.3.2 |
485 | 2022-10-21T04:03:35.309Z | Downloaded thread_local v1.1.4 |
486 | 2022-10-21T04:03:35.315Z | Downloaded thiserror v1.0.37 |
487 | 2022-10-21T04:03:35.321Z | Downloaded want v0.3.0 |
488 | 2022-10-21T04:03:35.327Z | Downloaded flate2 v1.0.24 |
489 | 2022-10-21T04:03:35.333Z | Downloaded unicode-normalization v0.1.22 |
490 | 2022-10-21T04:03:35.340Z | Downloaded slog-scope v4.4.0 |
491 | 2022-10-21T04:03:35.346Z | Downloaded fnv v1.0.7 |
492 | 2022-10-21T04:03:35.352Z | Downloaded chrono v0.4.22 |
493 | 2022-10-21T04:03:35.358Z | Downloaded tinyvec_macros v0.1.0 |
494 | 2022-10-21T04:03:35.365Z | Downloaded subprocess v0.2.9 |
495 | 2022-10-21T04:03:35.381Z | Downloaded tokio-macros v1.8.0 |
496 | 2022-10-21T04:03:35.387Z | Downloaded zeroize_derive v1.3.2 |
497 | 2022-10-21T04:03:35.393Z | Downloaded unicode-bidi v0.3.8 |
498 | 2022-10-21T04:03:35.399Z | Downloaded tracing-attributes v0.1.23 |
499 | 2022-10-21T04:03:35.405Z | Downloaded log v0.4.17 |
500 | 2022-10-21T04:03:35.411Z | Downloaded hyper-tls v0.5.0 |
501 | 2022-10-21T04:03:35.417Z | Downloaded libloading v0.7.3 |
502 | 2022-10-21T04:03:35.423Z | Downloaded headers v0.3.8 |
503 | 2022-10-21T04:03:35.429Z | Downloaded heapless v0.7.16 |
504 | 2022-10-21T04:03:35.435Z | Downloaded memchr v2.5.0 |
505 | 2022-10-21T04:03:35.441Z | Downloaded itertools v0.10.5 |
506 | 2022-10-21T04:03:35.447Z | Downloaded zeroize v1.5.7 |
507 | 2022-10-21T04:03:35.453Z | Downloaded sha2 v0.10.6 |
508 | 2022-10-21T04:03:35.459Z | Downloaded form_urlencoded v1.1.0 |
509 | 2022-10-21T04:03:35.465Z | Downloaded semver v0.11.0 |
510 | 2022-10-21T04:03:35.470Z | Downloaded time v0.1.44 |
511 | 2022-10-21T04:03:35.476Z | Downloaded spin v0.9.4 |
512 | 2022-10-21T04:03:35.483Z | Downloaded typenum v1.15.0 |
513 | 2022-10-21T04:03:35.489Z | Downloaded smallvec v1.10.0 |
514 | 2022-10-21T04:03:35.496Z | Downloaded h2 v0.3.14 |
515 | 2022-10-21T04:03:35.503Z | Downloaded idna v0.2.3 |
516 | 2022-10-21T04:03:35.509Z | Downloaded phf_shared v0.11.1 |
517 | 2022-10-21T04:03:35.516Z | Downloaded futures-macro v0.3.24 |
518 | 2022-10-21T04:03:35.522Z | Downloaded foreign-types v0.5.0 |
519 | 2022-10-21T04:03:35.528Z | Downloaded futures v0.3.24 |
520 | 2022-10-21T04:03:35.535Z | Downloaded typify-impl v0.0.10 |
521 | 2022-10-21T04:03:35.541Z | Downloaded trust-dns-proto v0.22.0 |
522 | 2022-10-21T04:03:35.547Z | Downloaded vsss-rs v2.0.0 |
523 | 2022-10-21T04:03:35.553Z | Downloaded sha-1 v0.10.0 |
524 | 2022-10-21T04:03:35.559Z | Downloaded nibble_vec v0.1.0 |
525 | 2022-10-21T04:03:35.566Z | Downloaded ipnetwork v0.20.0 |
526 | 2022-10-21T04:03:35.573Z | Downloaded tower-service v0.3.2 |
527 | 2022-10-21T04:03:35.579Z | Downloaded subtle v2.4.1 |
528 | 2022-10-21T04:03:35.586Z | Downloaded ipnet v2.5.0 |
529 | 2022-10-21T04:03:35.593Z | Downloaded unicode-ident v1.0.5 |
530 | 2022-10-21T04:03:35.599Z | Downloaded ucd-trie v0.1.5 |
531 | 2022-10-21T04:03:35.606Z | Downloaded futures-util v0.3.24 |
532 | 2022-10-21T04:03:35.612Z | Downloaded zerocopy v0.6.1 |
533 | 2022-10-21T04:03:35.618Z | Downloaded snafu-derive v0.7.2 |
534 | 2022-10-21T04:03:35.624Z | Downloaded which v4.3.0 |
535 | 2022-10-21T04:03:35.631Z | Downloaded unicode-segmentation v1.10.0 |
536 | 2022-10-21T04:03:35.637Z | Downloaded rand v0.8.5 |
537 | 2022-10-21T04:03:35.644Z | Downloaded number_prefix v0.4.0 |
538 | 2022-10-21T04:03:35.651Z | Downloaded num_enum v0.5.7 |
539 | 2022-10-21T04:03:35.658Z | Downloaded openssl v0.10.42 |
540 | 2022-10-21T04:03:35.665Z | Downloaded impl-trait-for-tuples v0.2.2 |
541 | 2022-10-21T04:03:35.675Z | Downloaded typify v0.0.10 |
542 | 2022-10-21T04:03:35.682Z | Downloaded rand_core v0.6.4 |
543 | 2022-10-21T04:03:35.689Z | Downloaded num_threads v0.1.6 |
544 | 2022-10-21T04:03:35.696Z | Downloaded openssl-probe v0.1.5 |
545 | 2022-10-21T04:03:35.702Z | Downloaded xattr v0.2.3 |
546 | 2022-10-21T04:03:35.714Z | Downloaded serde-big-array v0.3.3 |
547 | 2022-10-21T04:03:35.721Z | Downloaded olpc-cjson v0.1.2 |
548 | 2022-10-21T04:03:35.728Z | Downloaded num_cpus v1.13.1 |
549 | 2022-10-21T04:03:35.735Z | Downloaded scopeguard v1.1.0 |
550 | 2022-10-21T04:03:35.741Z | Downloaded petgraph v0.6.2 |
551 | 2022-10-21T04:03:35.761Z | Downloaded rayon-core v1.9.3 |
552 | 2022-10-21T04:03:35.768Z | Downloaded unicode-width v0.1.10 |
553 | 2022-10-21T04:03:35.897Z | Downloaded zip v0.6.3 |
554 | 2022-10-21T04:03:35.905Z | Downloaded wyz v0.4.0 |
555 | 2022-10-21T04:03:35.911Z | Downloaded schemars v0.8.11 |
556 | 2022-10-21T04:03:35.918Z | Downloaded usdt-impl v0.3.2 |
557 | 2022-10-21T04:03:35.924Z | Downloaded uuid v1.2.1 |
558 | 2022-10-21T04:03:35.930Z | Downloaded serde_plain v1.0.0 |
559 | 2022-10-21T04:03:35.936Z | Downloaded pin-project-internal v1.0.12 |
560 | 2022-10-21T04:03:35.944Z | Downloaded http v0.2.8 |
561 | 2022-10-21T04:03:35.950Z | Downloaded untrusted v0.7.1 |
562 | 2022-10-21T04:03:35.957Z | Downloaded webpki-roots v0.22.5 |
563 | 2022-10-21T04:03:35.963Z | Downloaded pkg-config v0.3.25 |
564 | 2022-10-21T04:03:35.969Z | Downloaded ppv-lite86 v0.2.16 |
565 | 2022-10-21T04:03:35.975Z | Downloaded postcard-cobs v0.1.5-pre |
566 | 2022-10-21T04:03:35.982Z | Downloaded rustversion v1.0.9 |
567 | 2022-10-21T04:03:35.988Z | Downloaded usdt v0.3.2 |
568 | 2022-10-21T04:03:35.994Z | Downloaded pest_meta v2.4.0 |
569 | 2022-10-21T04:03:36.001Z | Downloaded resolv-conf v0.7.0 |
570 | 2022-10-21T04:03:36.008Z | Downloaded radium v0.6.2 |
571 | 2022-10-21T04:03:36.014Z | Downloaded rand_chacha v0.3.1 |
572 | 2022-10-21T04:03:36.021Z | Downloaded webpki v0.22.0 |
573 | 2022-10-21T04:03:36.027Z | Downloaded utf-8 v0.7.6 |
574 | 2022-10-21T04:03:36.033Z | Downloaded zone_cfg_derive v0.1.2 |
575 | 2022-10-21T04:03:36.039Z | Downloaded sha3 v0.10.5 |
576 | 2022-10-21T04:03:36.046Z | Downloaded rand_core v0.5.1 |
577 | 2022-10-21T04:03:36.052Z | Downloaded peeking_take_while v0.1.2 |
578 | 2022-10-21T04:03:36.058Z | Downloaded r2d2 v0.8.10 |
579 | 2022-10-21T04:03:36.065Z | Downloaded nom v7.1.1 |
580 | 2022-10-21T04:03:36.072Z | Downloaded url v2.3.1 |
581 | 2022-10-21T04:03:36.078Z | Downloaded zone v0.1.8 |
582 | 2022-10-21T04:03:36.084Z | Downloaded ident_case v1.0.1 |
583 | 2022-10-21T04:03:36.090Z | Downloaded path-dedot v3.0.18 |
584 | 2022-10-21T04:03:36.096Z | Downloaded tokio v1.21.2 |
585 | 2022-10-21T04:03:36.102Z | Downloaded usdt-macro v0.3.2 |
586 | 2022-10-21T04:03:36.108Z | Downloaded postgres-types v0.2.4 |
587 | 2022-10-21T04:03:36.114Z | Downloaded path-absolutize v3.0.14 |
588 | 2022-10-21T04:03:36.121Z | Downloaded remove_dir_all v0.5.3 |
589 | 2022-10-21T04:03:36.127Z | Downloaded num_enum_derive v0.5.7 |
590 | 2022-10-21T04:03:36.132Z | Downloaded quick-error v1.2.3 |
591 | 2022-10-21T04:03:36.138Z | Downloaded proc-macro2 v1.0.47 |
592 | 2022-10-21T04:03:36.145Z | Downloaded itoa v1.0.4 |
593 | 2022-10-21T04:03:36.151Z | Downloaded httparse v1.8.0 |
594 | 2022-10-21T04:03:36.158Z | Downloaded proc-macro-error-attr v1.0.4 |
595 | 2022-10-21T04:03:36.164Z | Downloaded indoc v1.0.7 |
596 | 2022-10-21T04:03:36.171Z | Downloaded oso-derive v0.26.3 |
597 | 2022-10-21T04:03:36.177Z | Downloaded oso v0.26.3 |
598 | 2022-10-21T04:03:36.183Z | Downloaded rayon v1.5.3 |
599 | 2022-10-21T04:03:36.189Z | Downloaded quote v1.0.21 |
600 | 2022-10-21T04:03:36.194Z | Downloaded os_str_bytes v6.3.0 |
601 | 2022-10-21T04:03:36.200Z | Downloaded openssl-sys v0.9.76 |
602 | 2022-10-21T04:03:36.364Z | Downloaded lock_api v0.4.7 |
603 | 2022-10-21T04:03:36.372Z | Downloaded once_cell v1.15.0 |
604 | 2022-10-21T04:03:36.378Z | Downloaded libxml v0.3.1 |
605 | 2022-10-21T04:03:36.384Z | Downloaded proc-macro-error v1.0.4 |
606 | 2022-10-21T04:03:36.390Z | Downloaded same-file v1.0.6 |
607 | 2022-10-21T04:03:36.396Z | Downloaded num-traits v0.2.15 |
608 | 2022-10-21T04:03:36.402Z | Downloaded quick-xml v0.23.1 |
609 | 2022-10-21T04:03:36.409Z | Downloaded zerocopy-derive v0.2.0 |
610 | 2022-10-21T04:03:36.419Z | Downloaded semver v1.0.14 |
611 | 2022-10-21T04:03:36.426Z | Downloaded semver v0.1.20 |
612 | 2022-10-21T04:03:36.432Z | Downloaded semver-parser v0.10.2 |
613 | 2022-10-21T04:03:36.438Z | Downloaded rustc_version v0.1.7 |
614 | 2022-10-21T04:03:36.443Z | Downloaded precomputed-hash v0.1.1 |
615 | 2022-10-21T04:03:36.449Z | Downloaded pkcs8 v0.7.6 |
616 | 2022-10-21T04:03:36.455Z | Downloaded parking_lot v0.12.1 |
617 | 2022-10-21T04:03:36.460Z | Downloaded pin-project-lite v0.2.9 |
618 | 2022-10-21T04:03:36.466Z | Downloaded serde-big-array v0.4.1 |
619 | 2022-10-21T04:03:36.471Z | Downloaded serde_cbor v0.11.2 |
620 | 2022-10-21T04:03:36.477Z | Downloaded ryu v1.0.11 |
621 | 2022-10-21T04:03:36.483Z | Downloaded serde v1.0.145 |
622 | 2022-10-21T04:03:36.488Z | Downloaded rustc_version v0.4.0 |
623 | 2022-10-21T04:03:36.494Z | Downloaded polar-core v0.26.3 |
624 | 2022-10-21T04:03:36.500Z | Downloaded zerocopy-derive v0.3.2 |
625 | 2022-10-21T04:03:36.505Z | Downloaded serde_json v1.0.86 |
626 | 2022-10-21T04:03:36.511Z | Downloaded openapiv3 v1.0.1 |
627 | 2022-10-21T04:03:36.517Z | Downloaded libc v0.2.135 |
628 | 2022-10-21T04:03:36.523Z | Downloaded encoding_rs v0.8.31 |
629 | 2022-10-21T04:03:36.528Z | Downloaded rustls-pemfile v1.0.1 |
630 | 2022-10-21T04:03:36.533Z | Downloaded openssl-macros v0.1.0 |
631 | 2022-10-21T04:03:36.539Z | Downloaded sct v0.7.0 |
632 | 2022-10-21T04:03:36.545Z | Downloaded parse-display v0.6.0 |
633 | 2022-10-21T04:03:36.551Z | Downloaded reqwest v0.11.12 |
634 | 2022-10-21T04:03:36.564Z | Downloaded regex-syntax v0.6.27 |
635 | 2022-10-21T04:03:36.569Z | Downloaded regex-automata v0.1.10 |
636 | 2022-10-21T04:03:36.575Z | Downloaded ref-cast-impl v1.0.12 |
637 | 2022-10-21T04:03:36.581Z | Downloaded radix_trie v0.2.1 |
638 | 2022-10-21T04:03:36.587Z | Downloaded maplit v1.0.2 |
639 | 2022-10-21T04:03:36.593Z | Downloaded newtype_derive v0.1.6 |
640 | 2022-10-21T04:03:36.598Z | Downloaded hyper v0.14.20 |
641 | 2022-10-21T04:03:36.604Z | Downloaded lazy_static v1.4.0 |
642 | 2022-10-21T04:03:36.610Z | Downloaded lalrpop-util v0.19.8 |
643 | 2022-10-21T04:03:36.616Z | Downloaded linked-hash-map v0.5.6 |
644 | 2022-10-21T04:03:36.622Z | Downloaded parking_lot v0.11.2 |
645 | 2022-10-21T04:03:36.628Z | Downloaded omicron-zone-package v0.5.0 |
646 | 2022-10-21T04:03:36.633Z | Downloaded num-integer v0.1.45 |
647 | 2022-10-21T04:03:36.638Z | Downloaded native-tls v0.2.10 |
648 | 2022-10-21T04:03:36.644Z | Downloaded paste v1.0.9 |
649 | 2022-10-21T04:03:36.650Z | Downloaded miniz_oxide v0.5.4 |
650 | 2022-10-21T04:03:36.655Z | Downloaded md-5 v0.10.5 |
651 | 2022-10-21T04:03:36.676Z | Downloaded rustfmt-wrapper v0.2.0 |
652 | 2022-10-21T04:03:36.682Z | Downloaded home v0.5.4 |
653 | 2022-10-21T04:03:36.688Z | Downloaded salty v0.2.0 |
654 | 2022-10-21T04:03:36.694Z | Downloaded hmac v0.12.1 |
655 | 2022-10-21T04:03:36.700Z | Downloaded regex v1.6.0 |
656 | 2022-10-21T04:03:36.705Z | Downloaded mio v0.8.4 |
657 | 2022-10-21T04:03:36.711Z | Downloaded lalrpop v0.19.8 |
658 | 2022-10-21T04:03:36.717Z | Downloaded pem v1.1.0 |
659 | 2022-10-21T04:03:36.722Z | Downloaded x25519-dalek v2.0.0-pre.1 |
660 | 2022-10-21T04:03:36.728Z | Downloaded schemars_derive v0.8.11 |
661 | 2022-10-21T04:03:36.734Z | Downloaded rand v0.7.3 |
662 | 2022-10-21T04:03:36.739Z | Downloaded serde_derive v1.0.145 |
663 | 2022-10-21T04:03:36.745Z | Downloaded hostname v0.3.1 |
664 | 2022-10-21T04:03:36.751Z | Downloaded version_check v0.9.4 |
665 | 2022-10-21T04:03:36.757Z | Downloaded regress v0.4.1 |
666 | 2022-10-21T04:03:36.762Z | Downloaded proc-macro-crate v1.2.1 |
667 | 2022-10-21T04:03:36.768Z | Downloaded pest_generator v2.4.0 |
668 | 2022-10-21T04:03:36.775Z | Downloaded pretty-hex v0.2.1 |
669 | 2022-10-21T04:03:36.781Z | Downloaded mime_guess v2.0.4 |
670 | 2022-10-21T04:03:36.787Z | Downloaded hyper-rustls v0.23.0 |
671 | 2022-10-21T04:03:36.792Z | Downloaded glob v0.3.0 |
672 | 2022-10-21T04:03:36.798Z | Downloaded pretty-hex v0.3.0 |
673 | 2022-10-21T04:03:36.804Z | Downloaded headers-core v0.2.0 |
674 | 2022-10-21T04:03:36.810Z | Downloaded postgres-protocol v0.6.4 |
675 | 2022-10-21T04:03:36.815Z | Downloaded percent-encoding v2.2.0 |
676 | 2022-10-21T04:03:36.820Z | Downloaded postcard v0.7.3 |
677 | 2022-10-21T04:03:36.826Z | Downloaded poly1305 v0.7.2 |
678 | 2022-10-21T04:03:36.831Z | Downloaded opaque-debug v0.3.0 |
679 | 2022-10-21T04:03:36.837Z | Downloaded keccak v0.1.2 |
680 | 2022-10-21T04:03:36.843Z | Downloaded pin-utils v0.1.0 |
681 | 2022-10-21T04:03:36.849Z | Downloaded phf_shared v0.10.0 |
682 | 2022-10-21T04:03:36.855Z | Downloaded hmac v0.11.0 |
683 | 2022-10-21T04:03:36.861Z | Downloaded universal-hash v0.4.1 |
684 | 2022-10-21T04:03:36.866Z | Downloaded sled v0.34.7 |
685 | 2022-10-21T04:03:36.872Z | Downloaded ring v0.16.20 |
686 | 2022-10-21T04:03:36.878Z | Downloaded getrandom v0.2.7 |
687 | 2022-10-21T04:03:36.883Z | Downloaded parse-display-derive v0.6.0 |
688 | 2022-10-21T04:03:36.888Z | Downloaded scheduled-thread-pool v0.2.6 |
689 | 2022-10-21T04:03:36.894Z | Downloaded parking_lot_core v0.9.3 |
690 | 2022-10-21T04:03:37.021Z | Downloaded phf v0.11.1 |
691 | 2022-10-21T04:03:37.030Z | Downloaded pin-project v1.0.12 |
692 | 2022-10-21T04:03:37.036Z | Downloaded parking_lot_core v0.8.5 |
693 | 2022-10-21T04:03:37.043Z | Downloaded pest_derive v2.4.0 |
694 | 2022-10-21T04:03:37.049Z | Downloaded lru-cache v0.1.2 |
695 | 2022-10-21T04:03:37.058Z | Downloaded instant v0.1.12 |
696 | 2022-10-21T04:03:37.065Z | Downloaded curve25519-dalek v3.2.0 |
697 | 2022-10-21T04:03:37.071Z | Downloaded managed v0.8.0 |
698 | 2022-10-21T04:03:37.077Z | Downloaded getrandom v0.1.16 |
699 | 2022-10-21T04:03:37.084Z | Downloaded ref-cast v1.0.12 |
700 | 2022-10-21T04:03:37.090Z | Downloaded p256 v0.9.0 |
701 | 2022-10-21T04:03:37.096Z | Downloaded iana-time-zone v0.1.51 |
702 | 2022-10-21T04:03:37.103Z | Downloaded hex v0.4.3 |
703 | 2022-10-21T04:03:37.108Z | Downloaded generic-array v0.14.6 |
704 | 2022-10-21T04:03:37.115Z | Downloaded macaddr v1.0.1 |
705 | 2022-10-21T04:03:37.121Z | Downloaded futures-io v0.3.24 |
706 | 2022-10-21T04:03:37.127Z | Downloaded heck v0.4.0 |
707 | 2022-10-21T04:03:37.133Z | Downloaded rand_chacha v0.2.2 |
708 | 2022-10-21T04:03:37.139Z | Downloaded rand v0.4.6 |
709 | 2022-10-21T04:03:37.147Z | Downloaded mime v0.3.16 |
710 | 2022-10-21T04:03:37.153Z | Downloaded memoffset v0.6.5 |
711 | 2022-10-21T04:03:37.159Z | Downloaded matches v0.1.9 |
712 | 2022-10-21T04:03:37.166Z | Downloaded match_cfg v0.1.0 |
713 | 2022-10-21T04:03:37.173Z | Downloaded tokio-stream v0.1.11 |
714 | 2022-10-21T04:03:37.180Z | Downloaded idna v0.3.0 |
715 | 2022-10-21T04:03:37.185Z | Downloaded lazycell v1.3.0 |
716 | 2022-10-21T04:03:37.191Z | Downloaded http-body v0.4.5 |
717 | 2022-10-21T04:03:37.197Z | Downloaded indicatif v0.17.1 |
718 | 2022-10-21T04:03:37.203Z | Downloaded fxhash v0.2.1 |
719 | 2022-10-21T04:03:37.209Z | Downloaded futures-channel v0.3.24 |
720 | 2022-10-21T04:03:37.215Z | Downloaded futures-core v0.3.24 |
721 | 2022-10-21T04:03:37.221Z | Downloaded crypto-common v0.1.6 |
722 | 2022-10-21T04:03:37.226Z | Downloaded indexmap v1.9.1 |
723 | 2022-10-21T04:03:37.234Z | Downloaded heck v0.3.3 |
724 | 2022-10-21T04:03:37.240Z | Downloaded foreign-types-macros v0.2.2 |
725 | 2022-10-21T04:03:37.246Z | Downloaded tokio-rustls v0.23.4 |
726 | 2022-10-21T04:03:37.252Z | Downloaded slog-async v2.7.0 |
727 | 2022-10-21T04:03:37.258Z | Downloaded try-lock v0.2.3 |
728 | 2022-10-21T04:03:37.263Z | Downloaded syn v1.0.102 |
729 | 2022-10-21T04:03:37.269Z | Downloaded group v0.10.0 |
730 | 2022-10-21T04:03:37.274Z | Downloaded futures-task v0.3.24 |
731 | 2022-10-21T04:03:37.280Z | Downloaded futures-sink v0.3.24 |
732 | 2022-10-21T04:03:37.286Z | Downloaded dirs-sys-next v0.1.2 |
733 | 2022-10-21T04:03:37.291Z | Downloaded foreign-types-shared v0.3.1 |
734 | 2022-10-21T04:03:37.297Z | Downloaded block-buffer v0.9.0 |
735 | 2022-10-21T04:03:37.302Z | Downloaded walkdir v2.3.2 |
736 | 2022-10-21T04:03:37.308Z | Downloaded minimal-lexical v0.2.1 |
737 | 2022-10-21T04:03:37.314Z | Downloaded hkdf v0.12.3 |
738 | 2022-10-21T04:03:37.319Z | Downloaded foreign-types-shared v0.1.1 |
739 | 2022-10-21T04:03:37.325Z | Downloaded humantime v2.1.0 |
740 | 2022-10-21T04:03:37.330Z | Downloaded globset v0.4.9 |
741 | 2022-10-21T04:03:37.336Z | Downloaded hashbrown v0.12.3 |
742 | 2022-10-21T04:03:37.343Z | Downloaded half v1.8.2 |
743 | 2022-10-21T04:03:37.349Z | Downloaded bstr v0.2.17 |
744 | 2022-10-21T04:03:37.355Z | Downloaded async-trait v0.1.57 |
745 | 2022-10-21T04:03:37.361Z | Downloaded foreign-types v0.3.2 |
746 | 2022-10-21T04:03:37.367Z | Downloaded serde_derive_internals v0.26.0 |
747 | 2022-10-21T04:03:37.373Z | Downloaded hash32 v0.2.1 |
748 | 2022-10-21T04:03:37.379Z | Downloaded new_debug_unreachable v1.0.4 |
749 | 2022-10-21T04:03:37.386Z | Downloaded funty v1.2.0 |
750 | 2022-10-21T04:03:37.392Z | Downloaded crossbeam-channel v0.5.6 |
751 | 2022-10-21T04:03:37.414Z | Downloaded toml v0.5.9 |
752 | 2022-10-21T04:03:37.419Z | Downloaded diff v0.1.13 |
753 | 2022-10-21T04:03:37.425Z | Downloaded pest v2.4.0 |
754 | 2022-10-21T04:03:37.431Z | Downloaded futures-executor v0.3.24 |
755 | 2022-10-21T04:03:37.437Z | Downloaded trust-dns-resolver v0.22.0 |
756 | 2022-10-21T04:03:37.443Z | Downloaded tracing-core v0.1.30 |
757 | 2022-10-21T04:03:37.449Z | Downloaded tiny-keccak v2.0.2 |
758 | 2022-10-21T04:03:37.456Z | Downloaded either v1.8.0 |
759 | 2022-10-21T04:03:37.462Z | Downloaded structmeta v0.1.5 |
760 | 2022-10-21T04:03:37.468Z | Downloaded bitflags v1.3.2 |
761 | 2022-10-21T04:03:37.474Z | Downloaded snafu v0.7.2 |
762 | 2022-10-21T04:03:37.479Z | Downloaded fixedbitset v0.4.2 |
763 | 2022-10-21T04:03:37.485Z | Downloaded bytes v1.2.1 |
764 | 2022-10-21T04:03:37.492Z | Downloaded stringprep v0.1.2 |
765 | 2022-10-21T04:03:37.498Z | Downloaded httpdate v1.0.2 |
766 | 2022-10-21T04:03:37.505Z | Downloaded atty v0.2.14 |
767 | 2022-10-21T04:03:37.511Z | Downloaded adler v1.0.2 |
768 | 2022-10-21T04:03:37.517Z | Downloaded stable_deref_trait v1.2.0 |
769 | 2022-10-21T04:03:37.524Z | Downloaded endian-type v0.1.2 |
770 | 2022-10-21T04:03:37.530Z | Downloaded crc v3.0.0 |
771 | 2022-10-21T04:03:37.539Z | Downloaded cipher v0.3.0 |
772 | 2022-10-21T04:03:37.545Z | Downloaded autocfg v1.1.0 |
773 | 2022-10-21T04:03:37.552Z | Downloaded async-stream v0.3.3 |
774 | 2022-10-21T04:03:37.563Z | Downloaded signal-hook-tokio v0.3.1 |
775 | 2022-10-21T04:03:37.569Z | Downloaded fatfs v0.3.5 |
776 | 2022-10-21T04:03:37.576Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
777 | 2022-10-21T04:03:37.583Z | Downloaded dtrace-parser v0.1.12 |
778 | 2022-10-21T04:03:37.590Z | Downloaded crc-catalog v2.1.0 |
779 | 2022-10-21T04:03:37.596Z | Downloaded aho-corasick v0.7.19 |
780 | 2022-10-21T04:03:37.603Z | Downloaded doc-comment v0.3.3 |
781 | 2022-10-21T04:03:37.609Z | Downloaded textwrap v0.15.1 |
782 | 2022-10-21T04:03:37.615Z | Downloaded tempfile v3.3.0 |
783 | 2022-10-21T04:03:37.622Z | Downloaded env_logger v0.9.1 |
784 | 2022-10-21T04:03:37.628Z | Downloaded derive_more v0.99.17 |
785 | 2022-10-21T04:03:37.635Z | Downloaded sha2 v0.9.9 |
786 | 2022-10-21T04:03:37.642Z | Downloaded serde_urlencoded v0.7.1 |
787 | 2022-10-21T04:03:37.649Z | Downloaded byteorder v1.4.3 |
788 | 2022-10-21T04:03:37.655Z | Downloaded bb8 v0.8.0 |
789 | 2022-10-21T04:03:37.661Z | Downloaded base64 v0.13.0 |
790 | 2022-10-21T04:03:37.668Z | Downloaded block-buffer v0.10.3 |
791 | 2022-10-21T04:03:37.674Z | Downloaded socket2 v0.4.7 |
792 | 2022-10-21T04:03:37.681Z | Downloaded darling v0.14.1 |
793 | 2022-10-21T04:03:37.687Z | Downloaded digest v0.10.5 |
794 | 2022-10-21T04:03:37.693Z | Downloaded take_mut v0.2.2 |
795 | 2022-10-21T04:03:37.700Z | Downloaded slog-term v2.9.0 |
796 | 2022-10-21T04:03:37.707Z | Downloaded digest v0.9.0 |
797 | 2022-10-21T04:03:37.713Z | Downloaded slog-json v2.6.1 |
798 | 2022-10-21T04:03:37.719Z | Downloaded slog v2.7.0 |
799 | 2022-10-21T04:03:37.725Z | Downloaded filetime v0.2.17 |
800 | 2022-10-21T04:03:37.732Z | Downloaded cexpr v0.6.0 |
801 | 2022-10-21T04:03:37.738Z | Downloaded aead v0.4.3 |
802 | 2022-10-21T04:03:37.744Z | Downloaded time-macros v0.2.4 |
803 | 2022-10-21T04:03:37.751Z | Downloaded serde_tokenstream v0.1.3 |
804 | 2022-10-21T04:03:37.759Z | Downloaded async-stream-impl v0.3.3 |
805 | 2022-10-21T04:03:37.765Z | Downloaded dof v0.1.5 |
806 | 2022-10-21T04:03:37.771Z | Downloaded bit-vec v0.6.3 |
807 | 2022-10-21T04:03:37.778Z | Downloaded ecdsa v0.12.4 |
808 | 2022-10-21T04:03:37.784Z | Downloaded derive_builder_core v0.11.2 |
809 | 2022-10-21T04:03:37.789Z | Downloaded derive_builder_macro v0.11.2 |
810 | 2022-10-21T04:03:37.796Z | Downloaded der v0.4.5 |
811 | 2022-10-21T04:03:37.802Z | Downloaded crossbeam-queue v0.3.6 |
812 | 2022-10-21T04:03:37.809Z | Downloaded bindgen v0.60.1 |
813 | 2022-10-21T04:03:37.816Z | Downloaded toolchain_find v0.2.0 |
814 | 2022-10-21T04:03:37.822Z | Downloaded derive_builder v0.11.2 |
815 | 2022-10-21T04:03:37.829Z | Downloaded crc32fast v1.3.2 |
816 | 2022-10-21T04:03:37.835Z | Downloaded clap v3.2.22 |
817 | 2022-10-21T04:03:37.842Z | Downloaded anyhow v1.0.65 |
818 | 2022-10-21T04:03:37.848Z | Downloaded strum_macros v0.23.1 |
819 | 2022-10-21T04:03:37.854Z | Downloaded steno v0.2.0 |
820 | 2022-10-21T04:03:37.860Z | Downloaded darling_core v0.14.1 |
821 | 2022-10-21T04:03:37.866Z | Downloaded smf v0.2.1 |
822 | 2022-10-21T04:03:37.872Z | Downloaded signature v1.3.2 |
823 | 2022-10-21T04:03:37.878Z | Downloaded serde_with v2.0.1 |
824 | 2022-10-21T04:03:37.884Z | Downloaded bitvec v0.22.3 |
825 | 2022-10-21T04:03:37.890Z | Downloaded cpufeatures v0.2.5 |
826 | 2022-10-21T04:03:37.896Z | Downloaded ed25519 v1.5.2 |
827 | 2022-10-21T04:03:37.902Z | Downloaded diesel v2.0.2 |
828 | 2022-10-21T04:03:37.908Z | Downloaded clap_lex v0.2.4 |
829 | 2022-10-21T04:03:37.916Z | Downloaded darling_macro v0.14.1 |
830 | 2022-10-21T04:03:37.922Z | Downloaded chacha20poly1305 v0.9.1 |
831 | 2022-10-21T04:03:37.929Z | Downloaded chacha20 v0.8.2 |
832 | 2022-10-21T04:03:37.935Z | Downloaded cfg-if v0.1.10 |
833 | 2022-10-21T04:03:37.942Z | Downloaded data-encoding v2.3.2 |
834 | 2022-10-21T04:03:37.949Z | Downloaded crypto-bigint v0.2.5 |
835 | 2022-10-21T04:03:37.954Z | Downloaded cookie v0.16.1 |
836 | 2022-10-21T04:03:37.960Z | Downloaded colored v2.0.0 |
837 | 2022-10-21T04:03:37.966Z | Downloaded console v0.15.2 |
838 | 2022-10-21T04:03:37.972Z | Downloaded bzip2 v0.4.3 |
839 | 2022-10-21T04:03:37.978Z | Downloaded fallible-iterator v0.2.0 |
840 | 2022-10-21T04:03:37.985Z | Downloaded cfg-if v1.0.0 |
841 | 2022-10-21T04:03:37.990Z | Compiling proc-macro2 v1.0.47 |
842 | 2022-10-21T04:03:37.996Z | Compiling quote v1.0.21 |
843 | 2022-10-21T04:03:38.003Z | Compiling unicode-ident v1.0.5 |
844 | 2022-10-21T04:03:38.009Z | Compiling syn v1.0.102 |
845 | 2022-10-21T04:03:38.016Z | Compiling libc v0.2.135 |
846 | 2022-10-21T04:03:38.150Z | Compiling autocfg v1.1.0 |
847 | 2022-10-21T04:03:38.157Z | Compiling serde_derive v1.0.145 |
848 | 2022-10-21T04:03:38.163Z | Compiling cfg-if v1.0.0 |
849 | 2022-10-21T04:03:38.169Z | Compiling serde v1.0.145 |
850 | 2022-10-21T04:03:38.175Z | Compiling version_check v0.9.4 |
851 | 2022-10-21T04:03:38.960Z | Compiling memchr v2.5.0 |
852 | 2022-10-21T04:03:39.101Z | Compiling thiserror v1.0.37 |
853 | 2022-10-21T04:03:41.822Z | Compiling log v0.4.17 |
854 | 2022-10-21T04:03:41.828Z | Compiling lock_api v0.4.7 |
855 | 2022-10-21T04:03:42.166Z | Compiling cc v1.0.73 |
856 | 2022-10-21T04:03:42.229Z | Compiling typenum v1.15.0 |
857 | 2022-10-21T04:03:42.481Z | Compiling generic-array v0.14.6 |
858 | 2022-10-21T04:03:42.502Z | Compiling parking_lot_core v0.9.3 |
859 | 2022-10-21T04:03:43.205Z | Compiling serde_json v1.0.86 |
860 | 2022-10-21T04:03:43.284Z | Compiling scopeguard v1.1.0 |
861 | 2022-10-21T04:03:43.877Z | Compiling getrandom v0.2.7 |
862 | 2022-10-21T04:03:43.940Z | Compiling futures-core v0.3.24 |
863 | 2022-10-21T04:03:44.084Z | Compiling tokio v1.21.2 |
864 | 2022-10-21T04:03:44.889Z | Compiling once_cell v1.15.0 |
865 | 2022-10-21T04:03:45.633Z | Compiling itoa v1.0.4 |
866 | 2022-10-21T04:03:46.018Z | Compiling slab v0.4.7 |
867 | 2022-10-21T04:03:46.139Z | Compiling indexmap v1.9.1 |
868 | 2022-10-21T04:03:46.349Z | Compiling subtle v2.4.1 |
869 | 2022-10-21T04:03:46.417Z | Compiling byteorder v1.4.3 |
870 | 2022-10-21T04:03:46.716Z | Compiling pin-project-lite v0.2.9 |
871 | 2022-10-21T04:03:46.848Z | Compiling ucd-trie v0.1.5 |
872 | 2022-10-21T04:03:46.957Z | Compiling unicode-xid v0.2.4 |
873 | 2022-10-21T04:03:47.171Z | Compiling num_cpus v1.13.1 |
874 | 2022-10-21T04:03:47.424Z | Compiling smallvec v1.10.0 |
875 | 2022-10-21T04:03:47.483Z | Compiling rand_core v0.6.4 |
876 | 2022-10-21T04:03:47.508Z | Compiling mio v0.8.4 |
877 | 2022-10-21T04:03:48.135Z | Compiling signal-hook-registry v1.4.0 |
878 | 2022-10-21T04:03:48.371Z | Compiling socket2 v0.4.7 |
879 | 2022-10-21T04:03:48.505Z | Compiling ryu v1.0.11 |
880 | 2022-10-21T04:03:49.142Z | Compiling parking_lot v0.12.1 |
881 | 2022-10-21T04:03:50.305Z | Compiling httparse v1.8.0 |
882 | 2022-10-21T04:03:50.664Z | Compiling futures-channel v0.3.24 |
883 | 2022-10-21T04:03:51.094Z | Compiling futures-task v0.3.24 |
884 | 2022-10-21T04:03:51.308Z | Compiling futures-sink v0.3.24 |
885 | 2022-10-21T04:03:51.517Z | Compiling futures-util v0.3.24 |
886 | 2022-10-21T04:03:51.699Z | Compiling rustls v0.20.6 |
887 | 2022-10-21T04:03:51.706Z | Compiling heck v0.4.0 |
888 | 2022-10-21T04:03:52.181Z | Compiling tinyvec_macros v0.1.0 |
889 | 2022-10-21T04:03:52.231Z | Compiling futures-io v0.3.24 |
890 | 2022-10-21T04:03:52.402Z | Compiling pin-utils v0.1.0 |
891 | 2022-10-21T04:03:52.434Z | Compiling bitflags v1.3.2 |
892 | 2022-10-21T04:03:52.541Z | Compiling tinyvec v1.6.0 |
893 | 2022-10-21T04:03:52.596Z | Compiling ring v0.16.20 |
894 | 2022-10-21T04:03:52.662Z | Compiling tracing-core v0.1.30 |
895 | 2022-10-21T04:03:52.829Z | Compiling num-traits v0.2.15 |
896 | 2022-10-21T04:03:53.082Z | Compiling ppv-lite86 v0.2.16 |
897 | 2022-10-21T04:03:53.282Z | Compiling hashbrown v0.12.3 |
898 | 2022-10-21T04:03:54.680Z | Compiling aho-corasick v0.7.19 |
899 | 2022-10-21T04:03:55.407Z | Compiling unicode-normalization v0.1.22 |
900 | 2022-10-21T04:03:55.445Z | Compiling num-integer v0.1.45 |
901 | 2022-10-21T04:03:55.625Z | Compiling cpufeatures v0.2.5 |
902 | 2022-10-21T04:03:55.889Z | Compiling unicode-bidi v0.3.8 |
903 | 2022-10-21T04:03:56.004Z | Compiling regex-syntax v0.6.27 |
904 | 2022-10-21T04:03:57.685Z | Compiling block-buffer v0.10.3 |
905 | 2022-10-21T04:03:58.128Z | Compiling crypto-common v0.1.6 |
906 | 2022-10-21T04:03:58.530Z | Compiling synstructure v0.12.6 |
907 | 2022-10-21T04:03:58.550Z | Compiling serde_derive_internals v0.26.0 |
908 | 2022-10-21T04:04:00.207Z | Compiling proc-macro-error-attr v1.0.4 |
909 | 2022-10-21T04:04:00.714Z | Compiling encoding_rs v0.8.31 |
910 | 2022-10-21T04:04:00.779Z | Compiling fnv v1.0.7 |
911 | 2022-10-21T04:04:01.108Z | Compiling untrusted v0.7.1 |
912 | 2022-10-21T04:04:01.203Z | Compiling spin v0.5.2 |
913 | 2022-10-21T04:04:01.510Z | Compiling same-file v1.0.6 |
914 | 2022-10-21T04:04:01.914Z | Compiling walkdir v2.3.2 |
915 | 2022-10-21T04:04:01.984Z | Compiling regex v1.6.0 |
916 | 2022-10-21T04:04:03.021Z | Compiling digest v0.10.5 |
917 | 2022-10-21T04:04:03.259Z | Compiling time v0.1.44 |
918 | 2022-10-21T04:04:03.608Z | Compiling proc-macro-error v1.0.4 |
919 | 2022-10-21T04:04:03.884Z | Compiling iana-time-zone v0.1.51 |
920 | 2022-10-21T04:04:04.798Z | Compiling fastrand v1.8.0 |
921 | 2022-10-21T04:04:06.048Z | Compiling remove_dir_all v0.5.3 |
922 | 2022-10-21T04:04:06.358Z | Compiling pkg-config v0.3.25 |
923 | 2022-10-21T04:04:06.366Z | Compiling anyhow v1.0.65 |
924 | 2022-10-21T04:04:06.372Z | Compiling percent-encoding v2.2.0 |
925 | 2022-10-21T04:04:06.377Z | Compiling tempfile v3.3.0 |
926 | 2022-10-21T04:04:06.717Z | Compiling chrono v0.4.22 |
927 | 2022-10-21T04:04:07.694Z | Compiling rand_chacha v0.3.1 |
928 | 2022-10-21T04:04:07.878Z | Compiling lazy_static v1.4.0 |
929 | 2022-10-21T04:04:08.384Z | Compiling openssl-sys v0.9.76 |
930 | 2022-10-21T04:04:08.616Z | Compiling schemars v0.8.11 |
931 | 2022-10-21T04:04:08.922Z | Compiling home v0.5.4 |
932 | 2022-10-21T04:04:09.212Z | Compiling base64 v0.13.0 |
933 | 2022-10-21T04:04:10.506Z | Compiling thiserror-impl v1.0.37 |
934 | 2022-10-21T04:04:10.657Z | Compiling tokio-macros v1.8.0 |
935 | 2022-10-21T04:04:11.020Z | Compiling futures-macro v0.3.24 |
936 | 2022-10-21T04:04:11.805Z | Compiling schemars_derive v0.8.11 |
937 | 2022-10-21T04:04:12.009Z | Compiling tracing-attributes v0.1.23 |
938 | 2022-10-21T04:04:13.283Z | Compiling form_urlencoded v1.1.0 |
939 | 2022-10-21T04:04:13.614Z | Compiling dyn-clone v1.0.9 |
940 | 2022-10-21T04:04:14.060Z | Compiling uuid v1.2.1 |
941 | 2022-10-21T04:04:15.388Z | Compiling rand v0.8.5 |
942 | 2022-10-21T04:04:16.966Z | Compiling pest v2.4.0 |
943 | 2022-10-21T04:04:17.306Z | Compiling webpki v0.22.0 |
944 | 2022-10-21T04:04:18.267Z | Compiling tracing v0.1.37 |
945 | 2022-10-21T04:04:19.130Z | Compiling regress v0.4.1 |
946 | 2022-10-21T04:04:20.216Z | Compiling semver-parser v0.10.2 |
947 | 2022-10-21T04:04:20.440Z | Compiling idna v0.3.0 |
948 | 2022-10-21T04:04:21.409Z | Compiling async-trait v0.1.57 |
949 | 2022-10-21T04:04:21.428Z | Compiling openssl v0.10.42 |
950 | 2022-10-21T04:04:22.183Z | Compiling semver v0.11.0 |
951 | 2022-10-21T04:04:22.987Z | Compiling toolchain_find v0.2.0 |
952 | 2022-10-21T04:04:23.605Z | Compiling try-lock v0.2.3 |
953 | 2022-10-21T04:04:23.918Z | Compiling foreign-types-shared v0.1.1 |
954 | 2022-10-21T04:04:23.936Z | Compiling slog v2.7.0 |
955 | 2022-10-21T04:04:23.955Z | Compiling want v0.3.0 |
956 | 2022-10-21T04:04:24.199Z | Compiling foreign-types v0.3.2 |
957 | 2022-10-21T04:04:24.502Z | Compiling url v2.3.1 |
958 | 2022-10-21T04:04:24.684Z | Compiling pest_meta v2.4.0 |
959 | 2022-10-21T04:04:27.075Z | Compiling sct v0.7.0 |
960 | 2022-10-21T04:04:27.289Z | Compiling zeroize_derive v1.3.2 |
961 | 2022-10-21T04:04:28.252Z | Compiling openssl-macros v0.1.0 |
962 | 2022-10-21T04:04:29.320Z | Compiling zerocopy-derive v0.2.0 |
963 | 2022-10-21T04:04:29.885Z | Compiling tower-service v0.3.2 |
964 | 2022-10-21T04:04:30.199Z | Compiling native-tls v0.2.10 |
965 | 2022-10-21T04:04:30.883Z | Compiling httpdate v1.0.2 |
966 | 2022-10-21T04:04:32.612Z | Compiling zeroize v1.5.7 |
967 | 2022-10-21T04:04:33.968Z | Compiling pest_generator v2.4.0 |
968 | 2022-10-21T04:04:35.414Z | Compiling digest v0.9.0 |
969 | 2022-10-21T04:04:35.900Z | Compiling bytes v1.2.1 |
970 | 2022-10-21T04:04:37.015Z | Compiling toml v0.5.9 |
971 | 2022-10-21T04:04:39.444Z | Compiling serde_tokenstream v0.1.3 |
972 | 2022-10-21T04:04:39.792Z | Compiling http v0.2.8 |
973 | 2022-10-21T04:04:43.533Z | Compiling rustfmt-wrapper v0.2.0 |
974 | 2022-10-21T04:04:47.654Z | Compiling http-body v0.4.5 |
975 | 2022-10-21T04:04:48.370Z | Compiling typify-impl v0.0.10 |
976 | 2022-10-21T04:04:48.919Z | Compiling atty v0.2.14 |
977 | 2022-10-21T04:04:49.258Z | Compiling crossbeam-utils v0.8.12 |
978 | 2022-10-21T04:04:50.297Z | Compiling openssl-probe v0.1.5 |
979 | 2022-10-21T04:04:51.171Z | Compiling strsim v0.10.0 |
980 | 2022-10-21T04:04:52.527Z | Compiling tokio-util v0.7.4 |
981 | 2022-10-21T04:04:53.455Z | Compiling tokio-rustls v0.23.4 |
982 | 2022-10-21T04:04:54.339Z | Compiling h2 v0.3.14 |
983 | 2022-10-21T04:04:56.454Z | Compiling pest_derive v2.4.0 |
984 | 2022-10-21T04:04:58.983Z | Compiling usdt-impl v0.3.2 |
985 | 2022-10-21T04:05:00.811Z | Compiling semver v1.0.14 |
986 | 2022-10-21T04:05:02.970Z | Compiling typify-macro v0.0.10 |
987 | 2022-10-21T04:05:09.083Z | Compiling hyper v0.14.20 |
988 | 2022-10-21T04:05:09.127Z | Compiling unicode-width v0.1.10 |
989 | 2022-10-21T04:05:09.539Z | Compiling ipnet v2.5.0 |
990 | 2022-10-21T04:05:09.729Z | Compiling getopts v0.2.21 |
991 | 2022-10-21T04:05:11.669Z | Compiling typify v0.0.10 |
992 | 2022-10-21T04:05:22.642Z | Compiling tokio-native-tls v0.3.0 |
993 | 2022-10-21T04:05:23.255Z | Compiling openapiv3 v1.0.1 |
994 | 2022-10-21T04:05:31.582Z | Compiling serde_urlencoded v0.7.1 |
995 | 2022-10-21T04:05:32.635Z | Compiling clap_derive v4.0.13 |
996 | 2022-10-21T04:05:33.030Z | Compiling rustls-pemfile v1.0.1 |
997 | 2022-10-21T04:05:40.615Z | Compiling zerocopy v0.3.0 |
998 | 2022-10-21T04:05:42.887Z | Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#0f4a9f7a) |
999 | 2022-10-21T04:05:44.131Z | Compiling hyper-tls v0.5.0 |
1000 | 2022-10-21T04:05:45.106Z | Compiling hyper-rustls v0.23.0 |
1001 | 2022-10-21T04:05:45.863Z | Compiling webpki-roots v0.22.5 |
1002 | 2022-10-21T04:05:47.402Z | Compiling os_str_bytes v6.3.0 |
1003 | 2022-10-21T04:05:48.267Z | Compiling mime v0.3.16 |
1004 | 2022-10-21T04:05:49.066Z | Compiling reqwest v0.11.12 |
1005 | 2022-10-21T04:05:50.489Z | Compiling rustc_version v0.4.0 |
1006 | 2022-10-21T04:05:51.212Z | Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#0f4a9f7a) |
1007 | 2022-10-21T04:05:51.827Z | Compiling dof v0.1.5 |
1008 | 2022-10-21T04:05:53.352Z | Compiling dtrace-parser v0.1.12 |
1009 | 2022-10-21T04:05:53.481Z | Compiling hmac v0.12.1 |
1010 | 2022-10-21T04:05:53.985Z | Compiling thread-id v4.0.0 |
1011 | 2022-10-21T04:05:56.200Z | Compiling heapless v0.7.16 |
1012 | 2022-10-21T04:05:58.143Z | Compiling crossbeam-channel v0.5.6 |
1013 | 2022-10-21T04:06:01.325Z | Compiling match_cfg v0.1.0 |
1014 | 2022-10-21T04:06:02.575Z | Compiling time-macros v0.2.4 |
1015 | 2022-10-21T04:06:02.761Z | Compiling termcolor v1.1.3 |
1016 | 2022-10-21T04:06:03.483Z | Compiling semver v0.1.20 |
1017 | 2022-10-21T04:06:05.010Z | Compiling crc32fast v1.3.2 |
1018 | 2022-10-21T04:06:05.214Z | Compiling num_threads v0.1.6 |
1019 | 2022-10-21T04:06:05.916Z | Compiling ident_case v1.0.1 |
1020 | 2022-10-21T04:06:07.987Z | Compiling time v0.3.15 |
1021 | 2022-10-21T04:06:09.268Z | Compiling darling_core v0.14.1 |
1022 | 2022-10-21T04:06:12.102Z | Compiling rustc_version v0.1.7 |
1023 | 2022-10-21T04:06:13.257Z | Compiling hostname v0.3.1 |
1024 | 2022-10-21T04:06:18.545Z | Compiling signature v1.3.2 |
1025 | 2022-10-21T04:06:19.021Z | Compiling futures-executor v0.3.24 |
1026 | 2022-10-21T04:06:19.581Z | Compiling sha2 v0.10.6 |
1027 | 2022-10-21T04:06:21.224Z | Compiling hash32 v0.2.1 |
1028 | 2022-10-21T04:06:22.062Z | Compiling spin v0.9.4 |
1029 | 2022-10-21T04:06:23.156Z | Compiling dirs-sys-next v0.1.2 |
1030 | 2022-10-21T04:06:25.119Z | Compiling getrandom v0.1.16 |
1031 | 2022-10-21T04:06:25.603Z | Compiling stable_deref_trait v1.2.0 |
1032 | 2022-10-21T04:06:25.917Z | Compiling dirs-next v2.0.0 |
1033 | 2022-10-21T04:06:27.026Z | Compiling darling_macro v0.14.1 |
1034 | 2022-10-21T04:06:27.861Z | Compiling futures v0.3.24 |
1035 | 2022-10-21T04:06:29.682Z | Compiling newtype_derive v0.1.6 |
1036 | 2022-10-21T04:06:31.647Z | Compiling usdt-attr-macro v0.3.2 |
1037 | 2022-10-21T04:06:32.435Z | Compiling usdt-macro v0.3.2 |
1038 | 2022-10-21T04:06:34.541Z | Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#0f4a9f7a) |
1039 | 2022-10-21T04:06:36.320Z | Compiling clap_lex v0.3.0 |
1040 | 2022-10-21T04:06:38.275Z | Compiling structmeta-derive v0.1.5 |
1041 | 2022-10-21T04:06:38.281Z | Compiling md-5 v0.10.5 |
1042 | 2022-10-21T04:06:38.752Z | Compiling stringprep v0.1.2 |
1043 | 2022-10-21T04:06:41.259Z | Compiling thread_local v1.1.4 |
1044 | 2022-10-21T04:06:42.559Z | Compiling fallible-iterator v0.2.0 |
1045 | 2022-10-21T04:06:43.139Z | Compiling radium v0.6.2 |
1046 | 2022-10-21T04:06:43.430Z | Compiling slog-async v2.7.0 |
1047 | 2022-10-21T04:06:44.013Z | Compiling siphasher v0.3.10 |
1048 | 2022-10-21T04:06:44.370Z | Compiling postgres-protocol v0.6.4 |
1049 | 2022-10-21T04:06:44.712Z | Compiling structmeta v0.1.5 |
1050 | 2022-10-21T04:06:44.729Z | Compiling clap v4.0.15 |
1051 | 2022-10-21T04:06:45.296Z | Compiling phf_shared v0.11.1 |
1052 | 2022-10-21T04:06:46.402Z | Compiling usdt v0.3.2 |
1053 | 2022-10-21T04:06:47.654Z | Compiling darling v0.14.1 |
1054 | 2022-10-21T04:06:47.700Z | Compiling term v0.7.0 |
1055 | 2022-10-21T04:06:48.999Z | Compiling slog-json v2.6.1 |
1056 | 2022-10-21T04:06:49.815Z | Compiling async-stream-impl v0.3.3 |
1057 | 2022-10-21T04:06:50.871Z | Compiling dropshot v0.8.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#cede5128) |
1058 | 2022-10-21T04:06:51.460Z | Compiling opaque-debug v0.3.0 |
1059 | 2022-10-21T04:06:51.762Z | Compiling fixedbitset v0.4.2 |
1060 | 2022-10-21T04:06:52.197Z | Compiling tap v1.0.1 |
1061 | 2022-10-21T04:06:52.601Z | Compiling take_mut v0.2.2 |
1062 | 2022-10-21T04:06:55.141Z | Compiling wyz v0.4.0 |
1063 | 2022-10-21T04:06:55.515Z | Compiling petgraph v0.6.2 |
1064 | 2022-10-21T04:06:55.783Z | Compiling async-stream v0.3.3 |
1065 | 2022-10-21T04:06:56.981Z | Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#0f4a9f7a) |
1066 | 2022-10-21T04:06:57.417Z | Compiling slog-bunyan v2.4.0 |
1067 | 2022-10-21T04:06:58.031Z | Compiling slog-term v2.9.0 |
1068 | 2022-10-21T04:06:59.241Z | Compiling rand_core v0.5.1 |
1069 | 2022-10-21T04:07:00.272Z | Compiling serde_with_macros v2.0.1 |
1070 | 2022-10-21T04:07:03.929Z | Compiling phf v0.11.1 |
1071 | 2022-10-21T04:07:03.971Z | Compiling postgres-types v0.2.4 |
1072 | 2022-10-21T04:07:04.143Z | Compiling parse-display-derive v0.6.0 |
1073 | 2022-10-21T04:07:06.582Z | Compiling ed25519 v1.5.2 |
1074 | 2022-10-21T04:07:07.035Z | Compiling dropshot_endpoint v0.8.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#cede5128) |
1075 | 2022-10-21T04:07:07.515Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1076 | 2022-10-21T04:07:08.910Z | Compiling sha1 v0.10.5 |
1077 | 2022-10-21T04:07:10.507Z | Compiling instant v0.1.12 |
1078 | 2022-10-21T04:07:10.621Z | Compiling paste v1.0.9 |
1079 | 2022-10-21T04:07:10.921Z | Compiling funty v1.2.0 |
1080 | 2022-10-21T04:07:12.011Z | Compiling managed v0.8.0 |
1081 | 2022-10-21T04:07:12.022Z | Compiling salty v0.2.0 |
1082 | 2022-10-21T04:07:12.833Z | Compiling smoltcp v0.8.1 |
1083 | 2022-10-21T04:07:15.655Z | Compiling bitvec v0.22.3 |
1084 | 2022-10-21T04:07:17.943Z | Compiling parse-display v0.6.0 |
1085 | 2022-10-21T04:07:18.386Z | Compiling backoff v0.4.0 |
1086 | 2022-10-21T04:07:19.158Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1087 | 2022-10-21T04:07:20.281Z | Compiling tokio-postgres v0.7.7 |
1088 | 2022-10-21T04:07:22.781Z | Compiling serde_with v2.0.1 |
1089 | 2022-10-21T04:07:27.128Z | Compiling steno v0.2.0 |
1090 | 2022-10-21T04:07:29.152Z | Compiling macaddr v1.0.1 |
1091 | 2022-10-21T04:07:30.078Z | Compiling serde-big-array v0.4.1 |
1092 | 2022-10-21T04:07:30.495Z | Compiling ipnetwork v0.20.0 |
1093 | 2022-10-21T04:07:30.564Z | Compiling smf v0.2.1 |
1094 | 2022-10-21T04:07:32.860Z | Compiling zerocopy-derive v0.3.2 |
1095 | 2022-10-21T04:07:32.968Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1096 | 2022-10-21T04:07:34.065Z | Compiling block-buffer v0.9.0 |
1097 | 2022-10-21T04:07:34.303Z | Compiling memoffset v0.6.5 |
1098 | 2022-10-21T04:07:34.908Z | Compiling convert_case v0.4.0 |
1099 | 2022-10-21T04:07:35.627Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1100 | 2022-10-21T04:07:35.978Z | Compiling adler v1.0.2 |
1101 | 2022-10-21T04:07:36.001Z | Compiling const-oid v0.6.2 |
1102 | 2022-10-21T04:07:36.478Z | Compiling derive_more v0.99.17 |
1103 | 2022-10-21T04:07:36.497Z | Compiling der v0.4.5 |
1104 | 2022-10-21T04:07:36.746Z | Compiling zerocopy v0.6.1 |
1105 | 2022-10-21T04:07:37.156Z | Compiling miniz_oxide v0.5.4 |
1106 | 2022-10-21T04:07:37.869Z | Compiling sha2 v0.9.9 |
1107 | 2022-10-21T04:07:38.229Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1108 | 2022-10-21T04:07:42.080Z | Compiling ff v0.10.1 |
1109 | 2022-10-21T04:07:42.562Z | Compiling proc-macro-crate v1.2.1 |
1110 | 2022-10-21T04:07:44.492Z | Compiling filetime v0.2.17 |
1111 | 2022-10-21T04:07:44.638Z | Compiling xattr v0.2.3 |
1112 | 2022-10-21T04:07:44.846Z | Compiling crossbeam-epoch v0.9.11 |
1113 | 2022-10-21T04:07:45.103Z | Compiling postcard-cobs v0.1.5-pre |
1114 | 2022-10-21T04:07:46.001Z | Compiling postcard v0.7.3 |
1115 | 2022-10-21T04:07:46.060Z | Compiling tar v0.4.38 |
1116 | 2022-10-21T04:07:46.735Z | Compiling num_enum_derive v0.5.7 |
1117 | 2022-10-21T04:07:47.172Z | Compiling group v0.10.0 |
1118 | 2022-10-21T04:07:47.760Z | Compiling flate2 v1.0.24 |
1119 | 2022-10-21T04:07:49.646Z | Compiling spki v0.4.1 |
1120 | 2022-10-21T04:07:50.295Z | Compiling curve25519-dalek v3.2.0 |
1121 | 2022-10-21T04:07:50.561Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1122 | 2022-10-21T04:07:50.662Z | Compiling rand_chacha v0.2.2 |
1123 | 2022-10-21T04:07:50.758Z | Compiling foreign-types-macros v0.2.2 |
1124 | 2022-10-21T04:07:52.955Z | Compiling cipher v0.3.0 |
1125 | 2022-10-21T04:07:53.071Z | Compiling universal-hash v0.4.1 |
1126 | 2022-10-21T04:07:53.515Z | Compiling slog-dtrace v0.2.1 |
1127 | 2022-10-21T04:07:53.652Z | Compiling matches v0.1.9 |
1128 | 2022-10-21T04:07:53.660Z | Compiling cfg-if v0.1.10 |
1129 | 2022-10-21T04:07:53.807Z | Compiling rayon-core v1.9.3 |
1130 | 2022-10-21T04:07:53.826Z | Compiling dlpi v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#ca2366ed) |
1131 | 2022-10-21T04:07:54.104Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#c9c064ef) |
1132 | 2022-10-21T04:07:54.379Z | Compiling either v1.8.0 |
1133 | 2022-10-21T04:07:54.500Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23fdf5856f10f23e2d26865d2d7e2d3bc537bca3#23fdf585) |
1134 | 2022-10-21T04:07:54.794Z | Compiling foreign-types-shared v0.3.1 |
1135 | 2022-10-21T04:07:55.016Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23fdf5856f10f23e2d26865d2d7e2d3bc537bca3#23fdf585) |
1136 | 2022-10-21T04:07:55.101Z | Compiling foreign-types v0.5.0 |
1137 | 2022-10-21T04:07:55.394Z | Compiling idna v0.2.3 |
1138 | 2022-10-21T04:07:55.490Z | Compiling chacha20 v0.8.2 |
1139 | 2022-10-21T04:07:56.390Z | Compiling poly1305 v0.7.2 |
1140 | 2022-10-21T04:07:59.618Z | Compiling rand v0.7.3 |
1141 | 2022-10-21T04:08:00.895Z | Compiling num_enum v0.5.7 |
1142 | 2022-10-21T04:08:01.191Z | Compiling pkcs8 v0.7.6 |
1143 | 2022-10-21T04:08:01.964Z | Compiling omicron-zone-package v0.5.0 |
1144 | 2022-10-21T04:08:02.479Z | Compiling aead v0.4.3 |
1145 | 2022-10-21T04:08:02.671Z | Compiling crypto-bigint v0.2.5 |
1146 | 2022-10-21T04:08:03.179Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#c9c064ef) |
1147 | 2022-10-21T04:08:04.118Z | Compiling enum-as-inner v0.5.1 |
1148 | 2022-10-21T04:08:04.518Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23fdf5856f10f23e2d26865d2d7e2d3bc537bca3#23fdf585) |
1149 | 2022-10-21T04:08:04.653Z | Compiling crypto-mac v0.11.1 |
1150 | 2022-10-21T04:08:05.048Z | Compiling cstr-argument v0.1.2 |
1151 | 2022-10-21T04:08:05.097Z | Compiling pretty-hex v0.2.1 |
1152 | 2022-10-21T04:08:05.579Z | Compiling linked-hash-map v0.5.6 |
1153 | 2022-10-21T04:08:05.657Z | Compiling keccak v0.1.2 |
1154 | 2022-10-21T04:08:05.859Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#bf0fcd1b) |
1155 | 2022-10-21T04:08:06.050Z | Compiling data-encoding v2.3.2 |
1156 | 2022-10-21T04:08:06.290Z | Compiling quick-error v1.2.3 |
1157 | 2022-10-21T04:08:06.429Z | Compiling unicode-segmentation v1.10.0 |
1158 | 2022-10-21T04:08:06.648Z | Compiling resolv-conf v0.7.0 |
1159 | 2022-10-21T04:08:07.270Z | Compiling trust-dns-proto v0.22.0 |
1160 | 2022-10-21T04:08:07.539Z | Compiling sha3 v0.10.5 |
1161 | 2022-10-21T04:08:07.995Z | Compiling heck v0.3.3 |
1162 | 2022-10-21T04:08:08.784Z | Compiling lru-cache v0.1.2 |
1163 | 2022-10-21T04:08:09.259Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23fdf5856f10f23e2d26865d2d7e2d3bc537bca3#23fdf585) |
1164 | 2022-10-21T04:08:09.775Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1165 | 2022-10-21T04:08:10.343Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1166 | 2022-10-21T04:08:10.433Z | Compiling hmac v0.11.0 |
1167 | 2022-10-21T04:08:10.853Z | Compiling elliptic-curve v0.10.4 |
1168 | 2022-10-21T04:08:10.873Z | Compiling chacha20poly1305 v0.9.1 |
1169 | 2022-10-21T04:08:11.330Z | Compiling ed25519-dalek v1.0.1 |
1170 | 2022-10-21T04:08:11.448Z | Compiling crossbeam-deque v0.8.2 |
1171 | 2022-10-21T04:08:12.222Z | Compiling x25519-dalek v2.0.0-pre.1 |
1172 | 2022-10-21T04:08:12.916Z | Compiling hkdf v0.12.3 |
1173 | 2022-10-21T04:08:13.019Z | Compiling clap_lex v0.2.4 |
1174 | 2022-10-21T04:08:13.426Z | Compiling colored v2.0.0 |
1175 | 2022-10-21T04:08:14.366Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1176 | 2022-10-21T04:08:15.235Z | Compiling clap_derive v3.2.18 |
1177 | 2022-10-21T04:08:15.477Z | Compiling pin-project-internal v1.0.12 |
1178 | 2022-10-21T04:08:16.200Z | Compiling serde_repr v0.1.9 |
1179 | 2022-10-21T04:08:16.342Z | Compiling sha-1 v0.10.0 |
1180 | 2022-10-21T04:08:18.710Z | Compiling rayon v1.5.3 |
1181 | 2022-10-21T04:08:18.827Z | Compiling static_assertions v1.1.0 |
1182 | 2022-10-21T04:08:19.101Z | Compiling corncobs v0.1.1 |
1183 | 2022-10-21T04:08:19.296Z | Compiling textwrap v0.15.1 |
1184 | 2022-10-21T04:08:19.847Z | Compiling utf-8 v0.7.6 |
1185 | 2022-10-21T04:08:19.936Z | Compiling half v1.8.2 |
1186 | 2022-10-21T04:08:20.682Z | Compiling pin-project v1.0.12 |
1187 | 2022-10-21T04:08:21.326Z | Compiling serde_cbor v0.11.2 |
1188 | 2022-10-21T04:08:22.428Z | Compiling tungstenite v0.17.3 |
1189 | 2022-10-21T04:08:22.618Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1190 | 2022-10-21T04:08:23.336Z | Compiling clap v3.2.22 |
1191 | 2022-10-21T04:08:25.702Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c1484109c394f45e08018e0f35adc4a136cd207d#c1484109) |
1192 | 2022-10-21T04:08:27.722Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1193 | 2022-10-21T04:08:30.663Z | Compiling trust-dns-resolver v0.22.0 |
1194 | 2022-10-21T04:08:32.974Z | Compiling sprockets-session v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1195 | 2022-10-21T04:08:37.213Z | Compiling ecdsa v0.12.4 |
1196 | 2022-10-21T04:08:38.190Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23fdf5856f10f23e2d26865d2d7e2d3bc537bca3#23fdf585) |
1197 | 2022-10-21T04:08:41.734Z | Compiling zone_cfg_derive v0.1.2 |
1198 | 2022-10-21T04:08:43.360Z | Compiling itertools v0.10.5 |
1199 | 2022-10-21T04:08:44.350Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1200 | 2022-10-21T04:08:44.629Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bacffd142fc38a01fe255407b0c8d5d0aacfe778#bacffd14) |
1201 | 2022-10-21T04:08:44.713Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c0776be03bf0928651996eb00ad6f3665e99ebe7#c0776be0) |
1202 | 2022-10-21T04:08:45.628Z | Compiling serde-big-array v0.3.3 |
1203 | 2022-10-21T04:08:46.040Z | Compiling hex v0.4.3 |
1204 | 2022-10-21T04:08:47.382Z | Compiling terminal_size v0.1.17 |
1205 | 2022-10-21T04:08:47.857Z | Compiling console v0.15.2 |
1206 | 2022-10-21T04:08:48.114Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1207 | 2022-10-21T04:08:49.253Z | Compiling zone v0.1.8 |
1208 | 2022-10-21T04:08:49.303Z | Compiling vsss-rs v2.0.0 |
1209 | 2022-10-21T04:08:50.824Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1210 | 2022-10-21T04:08:51.386Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c0776be03bf0928651996eb00ad6f3665e99ebe7#c0776be0) |
1211 | 2022-10-21T04:08:52.528Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23fdf5856f10f23e2d26865d2d7e2d3bc537bca3#23fdf585) |
1212 | 2022-10-21T04:08:54.141Z | Compiling p256 v0.9.0 |
1213 | 2022-10-21T04:08:57.311Z | Compiling sprockets-host v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1214 | 2022-10-21T04:09:01.781Z | Compiling internal-dns-client v0.1.0 (/work/oxidecomputer/omicron/internal-dns-client) |
1215 | 2022-10-21T04:09:03.433Z | Compiling tokio-tungstenite v0.17.2 |
1216 | 2022-10-21T04:09:04.509Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1217 | 2022-10-21T04:09:06.162Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bacffd142fc38a01fe255407b0c8d5d0aacfe778#bacffd14) |
1218 | 2022-10-21T04:09:06.195Z | Compiling bincode v1.3.3 |
1219 | 2022-10-21T04:09:08.447Z | Compiling spdm v0.1.0 (https://github.com/oxidecomputer/spdm?rev=9742f6e#9742f6ea) |
1220 | 2022-10-21T04:09:08.453Z | Compiling number_prefix v0.4.0 |
1221 | 2022-10-21T04:09:09.022Z | Compiling indicatif v0.17.1 |
1222 | 2022-10-21T04:09:13.725Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1223 | 2022-10-21T04:09:26.411Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1224 | 2022-10-21T04:11:01.515Z | Finished release [optimized] target(s) in 8m 52s |
1225 | 2022-10-21T04:11:01.730Z | Running `target/release/omicron-package package` |
1226 | 2022-10-21T04:11:01.804Z | Oct 21 04:11:01.799 DEBG target: Target({"switch_variant": "stub"}) |
1227 | 2022-10-21T04:11:02.059Z | warning: skipping duplicate package `header-check` found at `/home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/c0776be/crates/bhyve-api/header-check` |
1228 | 2022-10-21T04:11:02.707Z | Compiling either v1.8.0 |
1229 | 2022-10-21T04:11:02.844Z | Compiling dirs-sys-next v0.1.2 |
1230 | 2022-10-21T04:11:02.850Z | Compiling crunchy v0.2.2 |
1231 | 2022-10-21T04:11:02.858Z | Compiling glob v0.3.0 |
1232 | 2022-10-21T04:11:02.871Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1233 | 2022-10-21T04:11:02.882Z | Compiling unicase v2.6.0 |
1234 | 2022-10-21T04:11:02.889Z | Compiling tiny-keccak v2.0.2 |
1235 | 2022-10-21T04:11:02.895Z | Compiling siphasher v0.3.10 |
1236 | 2022-10-21T04:11:03.258Z | Compiling dirs-next v2.0.0 |
1237 | 2022-10-21T04:11:03.317Z | Compiling fixedbitset v0.4.2 |
1238 | 2022-10-21T04:11:03.349Z | Compiling new_debug_unreachable v1.0.4 |
1239 | 2022-10-21T04:11:03.539Z | Compiling term v0.7.0 |
1240 | 2022-10-21T04:11:03.591Z | Compiling phf_shared v0.10.0 |
1241 | 2022-10-21T04:11:03.622Z | Compiling parking_lot_core v0.8.5 |
1242 | 2022-10-21T04:11:03.758Z | Compiling precomputed-hash v0.1.1 |
1243 | 2022-10-21T04:11:03.989Z | Compiling bit-vec v0.6.3 |
1244 | 2022-10-21T04:11:04.038Z | Compiling minimal-lexical v0.2.1 |
1245 | 2022-10-21T04:11:04.183Z | Compiling petgraph v0.6.2 |
1246 | 2022-10-21T04:11:04.319Z | Compiling clang-sys v1.4.0 |
1247 | 2022-10-21T04:11:04.346Z | Compiling string_cache v0.8.4 |
1248 | 2022-10-21T04:11:04.724Z | Compiling ascii-canvas v3.0.0 |
1249 | 2022-10-21T04:11:04.816Z | Compiling bit-set v0.5.3 |
1250 | 2022-10-21T04:11:05.102Z | Compiling nom v7.1.1 |
1251 | 2022-10-21T04:11:05.240Z | Compiling itertools v0.10.5 |
1252 | 2022-10-21T04:11:05.274Z | Compiling clap_lex v0.2.4 |
1253 | 2022-10-21T04:11:05.354Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1254 | 2022-10-21T04:11:05.488Z | Compiling ena v0.14.0 |
1255 | 2022-10-21T04:11:05.706Z | Compiling scheduled-thread-pool v0.2.6 |
1256 | 2022-10-21T04:11:06.225Z | Compiling nibble_vec v0.1.0 |
1257 | 2022-10-21T04:11:06.231Z | Compiling libloading v0.7.3 |
1258 | 2022-10-21T04:11:06.302Z | Compiling textwrap v0.15.1 |
1259 | 2022-10-21T04:11:06.393Z | Compiling doc-comment v0.3.3 |
1260 | 2022-10-21T04:11:06.563Z | Compiling humantime v2.1.0 |
1261 | 2022-10-21T04:11:06.912Z | Compiling rustversion v1.0.9 |
1262 | 2022-10-21T04:11:07.426Z | Compiling bindgen v0.60.1 |
1263 | 2022-10-21T04:11:07.558Z | Compiling arc-swap v1.5.1 |
1264 | 2022-10-21T04:11:07.645Z | Compiling endian-type v0.1.2 |
1265 | 2022-10-21T04:11:08.056Z | Compiling lalrpop-util v0.19.8 |
1266 | 2022-10-21T04:11:08.148Z | Compiling diff v0.1.13 |
1267 | 2022-10-21T04:11:08.183Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1268 | 2022-10-21T04:11:08.470Z | Compiling slog-scope v4.4.0 |
1269 | 2022-10-21T04:11:08.758Z | Compiling radix_trie v0.2.1 |
1270 | 2022-10-21T04:11:08.924Z | Compiling env_logger v0.9.1 |
1271 | 2022-10-21T04:11:09.003Z | Compiling clap v3.2.22 |
1272 | 2022-10-21T04:11:10.324Z | Compiling lalrpop v0.19.8 |
1273 | 2022-10-21T04:11:10.552Z | Compiling r2d2 v0.8.10 |
1274 | 2022-10-21T04:11:11.410Z | Compiling cexpr v0.6.0 |
1275 | 2022-10-21T04:11:11.617Z | Compiling which v4.3.0 |
1276 | 2022-10-21T04:11:12.440Z | Compiling diesel_derives v2.0.1 |
1277 | 2022-10-21T04:11:12.586Z | Compiling rustc-hash v1.1.0 |
1278 | 2022-10-21T04:11:12.800Z | Compiling peeking_take_while v0.1.2 |
1279 | 2022-10-21T04:11:12.974Z | Compiling shlex v1.1.0 |
1280 | 2022-10-21T04:11:13.117Z | Compiling lazycell v1.3.0 |
1281 | 2022-10-21T04:11:13.511Z | Compiling parking_lot v0.11.2 |
1282 | 2022-10-21T04:11:14.244Z | Compiling trust-dns-client v0.22.0 |
1283 | 2022-10-21T04:11:17.650Z | Compiling slog-stdlog v4.1.1 |
1284 | 2022-10-21T04:11:17.856Z | Compiling derive_builder_core v0.11.2 |
1285 | 2022-10-21T04:11:19.592Z | Compiling libxml v0.3.1 |
1286 | 2022-10-21T04:11:20.280Z | Compiling snafu-derive v0.7.2 |
1287 | 2022-10-21T04:11:22.038Z | Compiling fxhash v0.2.1 |
1288 | 2022-10-21T04:11:22.546Z | Compiling rand v0.4.6 |
1289 | 2022-10-21T04:11:25.680Z | Compiling ref-cast v1.0.12 |
1290 | 2022-10-21T04:11:26.607Z | Compiling crc-catalog v2.1.0 |
1291 | 2022-10-21T04:11:26.963Z | Compiling crc v3.0.0 |
1292 | 2022-10-21T04:11:27.355Z | Compiling tempdir v0.3.7 |
1293 | 2022-10-21T04:11:27.420Z | Compiling sled v0.34.7 |
1294 | 2022-10-21T04:11:28.306Z | Compiling derive_builder_macro v0.11.2 |
1295 | 2022-10-21T04:11:29.100Z | Compiling slog-envlogger v2.2.0 |
1296 | 2022-10-21T04:11:29.691Z | Compiling bzip2 v0.4.3 |
1297 | 2022-10-21T04:11:30.121Z | Compiling snafu v0.7.2 |
1298 | 2022-10-21T04:11:30.632Z | Compiling strum_macros v0.23.1 |
1299 | 2022-10-21T04:11:31.104Z | Compiling diesel v2.0.2 |
1300 | 2022-10-21T04:11:31.270Z | Compiling trust-dns-server v0.22.0 |
1301 | 2022-10-21T04:11:33.030Z | Compiling mime_guess v2.0.4 |
1302 | 2022-10-21T04:11:35.420Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1303 | 2022-10-21T04:11:35.960Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1304 | 2022-10-21T04:11:36.608Z | Compiling path-dedot v3.0.18 |
1305 | 2022-10-21T04:11:37.173Z | Compiling bstr v0.2.17 |
1306 | 2022-10-21T04:11:37.506Z | Compiling ref-cast-impl v1.0.12 |
1307 | 2022-10-21T04:11:39.628Z | Compiling samael v0.0.9 (https://github.com/njaremko/samael?branch=master#842148e4) |
1308 | 2022-10-21T04:11:39.683Z | Compiling cookie v0.16.1 |
1309 | 2022-10-21T04:11:40.256Z | Compiling indoc v1.0.7 |
1310 | 2022-10-21T04:11:40.432Z | Compiling pretty-hex v0.3.0 |
1311 | 2022-10-21T04:11:40.922Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1312 | 2022-10-21T04:11:42.667Z | Compiling globset v0.4.9 |
1313 | 2022-10-21T04:11:57.751Z | Compiling path-absolutize v3.0.14 |
1314 | 2022-10-21T04:11:59.929Z | Compiling zip v0.6.3 |
1315 | 2022-10-21T04:12:02.596Z | Compiling derive_builder v0.11.2 |
1316 | 2022-10-21T04:12:05.160Z | Compiling tlvc v0.1.0 (https://github.com/oxidecomputer/tlvc.git#2643765e) |
1317 | 2022-10-21T04:12:05.938Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1318 | 2022-10-21T04:12:06.505Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1319 | 2022-10-21T04:12:08.198Z | Compiling polar-core v0.26.3 |
1320 | 2022-10-21T04:12:13.160Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1321 | 2022-10-21T04:12:15.517Z | Compiling bb8 v0.8.0 |
1322 | 2022-10-21T04:12:16.332Z | Compiling headers-core v0.2.0 |
1323 | 2022-10-21T04:12:16.542Z | Compiling pem v1.1.0 |
1324 | 2022-10-21T04:12:16.725Z | Compiling olpc-cjson v0.1.2 |
1325 | 2022-10-21T04:12:17.833Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1326 | 2022-10-21T04:12:17.855Z | Compiling tokio-stream v0.1.11 |
1327 | 2022-10-21T04:12:17.971Z | Compiling serde_plain v1.0.0 |
1328 | 2022-10-21T04:12:19.155Z | Compiling quick-xml v0.23.1 |
1329 | 2022-10-21T04:12:19.343Z | Compiling impl-trait-for-tuples v0.2.2 |
1330 | 2022-10-21T04:12:19.937Z | Compiling oso-derive v0.26.3 |
1331 | 2022-10-21T04:12:21.827Z | Compiling maplit v1.0.2 |
1332 | 2022-10-21T04:12:23.075Z | Compiling gateway-sp-comms v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c1484109c394f45e08018e0f35adc4a136cd207d#c1484109) |
1333 | 2022-10-21T04:12:26.656Z | Compiling tough v0.12.5 |
1334 | 2022-10-21T04:12:33.521Z | Compiling headers v0.3.8 |
1335 | 2022-10-21T04:12:42.509Z | Compiling diesel-dtrace v0.1.1 (https://github.com/oxidecomputer/diesel-dtrace?rev=18748d9f76c94e1f4400fbec0859b3e77a221a8d#18748d9f) |
1336 | 2022-10-21T04:12:43.260Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=7944dafc8a36dc6e20a1405eca59d04662de2bb7#7944dafc) |
1337 | 2022-10-21T04:12:44.635Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1338 | 2022-10-21T04:12:45.989Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
1339 | 2022-10-21T04:12:46.019Z | Compiling fatfs v0.3.5 |
1340 | 2022-10-21T04:12:47.781Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1341 | 2022-10-21T04:12:48.342Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1342 | 2022-10-21T04:12:50.160Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
1343 | 2022-10-21T04:12:52.100Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1344 | 2022-10-21T04:13:48.393Z | Compiling oso v0.26.3 |
1345 | 2022-10-21T04:20:48.250Z | Finished release [optimized] target(s) in 9m 46s |
1346 | 2022-10-21T04:21:20.337Z | |
1347 | 2022-10-21T04:21:20.344Z | real 19:11.283125637 |
1348 | 2022-10-21T04:21:20.350Z | user 1:50:03.015163024 |
1349 | 2022-10-21T04:21:20.356Z | sys 7:14.338143538 |
1350 | 2022-10-21T04:21:20.362Z | trap 3.796534340 |
1351 | 2022-10-21T04:21:20.368Z | tflt 15.357758519 |
1352 | 2022-10-21T04:21:20.374Z | dflt 16.987884436 |
1353 | 2022-10-21T04:21:20.380Z | kflt 0.295793333 |
1354 | 2022-10-21T04:21:20.386Z | lock 5:23:59.413250243 |
1355 | 2022-10-21T04:21:20.392Z | slp 4:14:05.537185356 |
1356 | 2022-10-21T04:21:20.398Z | lat 3:10.442984140 |
1357 | 2022-10-21T04:21:20.404Z | stop 2:37.127994331 |
1358 | 2022-10-21T04:21:20.409Z | + files=(out/*.tar{,.gz} package-manifest.toml smf/sled-agent/config.toml target/release/omicron-package tools/create_virtual_hardware.sh) |
1359 | 2022-10-21T04:21:20.416Z | + ptime -m tar cvzf /work/package.tar.gz out/maghemite.tar out/omicron-sled-agent.tar out/clickhouse.tar.gz out/cockroachdb.tar.gz out/crucible.tar.gz out/dendrite-stub.tar.gz out/internal-dns.tar.gz out/omicron-gateway.tar.gz out/omicron-nexus.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-stub.tar.gz package-manifest.toml smf/sled-agent/config.toml target/release/omicron-package tools/create_virtual_hardware.sh |
1360 | 2022-10-21T04:21:56.734Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
1361 | 2022-10-21T04:21:56.740Z | a out/maghemite.tar 90031K |
1362 | 2022-10-21T04:21:56.747Z | a out/omicron-sled-agent.tar 48162K |
1363 | 2022-10-21T04:21:56.753Z | a out/clickhouse.tar.gz 104801K |
1364 | 2022-10-21T04:21:56.760Z | a out/cockroachdb.tar.gz 87385K |
1365 | 2022-10-21T04:21:56.767Z | a out/crucible.tar.gz 36386K |
1366 | 2022-10-21T04:21:56.774Z | a out/dendrite-stub.tar.gz 115374K |
1367 | 2022-10-21T04:21:56.781Z | a out/internal-dns.tar.gz 23217K |
1368 | 2022-10-21T04:21:56.788Z | a out/omicron-gateway.tar.gz 11938K |
1369 | 2022-10-21T04:21:56.794Z | a out/omicron-nexus.tar.gz 34415K |
1370 | 2022-10-21T04:21:56.801Z | a out/oximeter-collector.tar.gz 14228K |
1371 | 2022-10-21T04:21:56.807Z | a out/propolis-server.tar.gz 61029K |
1372 | 2022-10-21T04:21:56.814Z | a out/switch-stub.tar.gz 127309K |
1373 | 2022-10-21T04:21:56.820Z | a package-manifest.toml 7K |
1374 | 2022-10-21T04:21:56.827Z | a smf/sled-agent/config.toml 1K |
1375 | 2022-10-21T04:21:56.834Z | a target/release/omicron-package 45629K |
1376 | 2022-10-21T04:21:56.840Z | a tools/create_virtual_hardware.sh 3K |
1377 | 2022-10-21T04:21:56.847Z | |
1378 | 2022-10-21T04:21:56.854Z | real 36.393501270 |
1379 | 2022-10-21T04:21:56.860Z | user 34.310905101 |
1380 | 2022-10-21T04:21:56.867Z | sys 2.852941116 |
1381 | 2022-10-21T04:21:56.873Z | trap 0.014356874 |
1382 | 2022-10-21T04:21:56.880Z | tflt 0.000000000 |
1383 | 2022-10-21T04:21:56.886Z | dflt 0.000000000 |
1384 | 2022-10-21T04:21:56.892Z | kflt 0.000000000 |
1385 | 2022-10-21T04:21:56.899Z | lock 0.000000000 |
1386 | 2022-10-21T04:21:56.905Z | slp 34.305176431 |
1387 | 2022-10-21T04:21:56.911Z | lat 1.300048799 |
1388 | 2022-10-21T04:21:56.917Z | stop 0.000222238 |
1389 | 2022-10-21T04:21:56.924Z | process exited: duration 1253940 ms, exit code 0 |
|
1390 | 2022-10-21T04:21:56.968Z | found 1 output files |
1391 | 2022-10-21T04:21:56.995Z | uploading: /work/package.tar.gz (672992769 bytes) |
1392 | 2022-10-21T04:22:32.088Z | uploaded: /work/package.tar.gz |