|
|
|
1 | 2023-10-10T22:04:30.929Z | job assigned to worker 01HCDSV8M3X93NX9HH2MK06NHP (queued for 25 m 45 s) |
|
2 | 2023-10-10T22:04:31.459Z | starting task 0: "setup" |
3 | 2023-10-10T22:04:31.527Z | ++ uname -s |
4 | 2023-10-10T22:04:31.534Z | + kern=SunOS |
5 | 2023-10-10T22:04:31.543Z | + case "$kern" in |
6 | 2023-10-10T22:04:31.548Z | + groupadd -g 12345 build |
7 | 2023-10-10T22:04:31.556Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-10T22:04:33.635Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-10T22:04:33.661Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-10T22:04:33.687Z | + home_fs=zfs |
11 | 2023-10-10T22:04:33.730Z | + [[ zfs == autofs ]] |
12 | 2023-10-10T22:04:33.838Z | + mkdir -p /home/build |
13 | 2023-10-10T22:04:33.865Z | + chown build:build /home/build /work |
14 | 2023-10-10T22:04:35.642Z | + chmod 0700 /home/build /work |
15 | 2023-10-10T22:04:35.657Z | process exited: duration 4172 ms, exit code 0 |
|
16 | 2023-10-10T22:04:36.121Z | starting task 1: "rust-toolchain" |
17 | 2023-10-10T22:04:36.160Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-10T22:04:36.184Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-10T22:04:36.348Z | info: downloading installer |
20 | 2023-10-10T22:04:37.983Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-10T22:04:37.996Z | warning: /opt/ooce/bin |
22 | 2023-10-10T22:04:38.017Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-10T22:04:38.025Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-10T22:04:38.033Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-10T22:04:38.061Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-10T22:04:38.083Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-10T22:04:38.091Z | error: cannot install while Rust is installed |
28 | 2023-10-10T22:04:38.103Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-10T22:04:38.110Z | info: profile set to 'default' |
30 | 2023-10-10T22:04:38.121Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-10T22:04:38.130Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-10T22:04:38.142Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-10T22:04:38.584Z | info: downloading component 'cargo' |
34 | 2023-10-10T22:04:38.595Z | info: downloading component 'clippy' |
35 | 2023-10-10T22:04:39.019Z | info: downloading component 'rust-docs' |
36 | 2023-10-10T22:04:39.400Z | info: downloading component 'rust-std' |
37 | 2023-10-10T22:04:40.759Z | info: downloading component 'rustc' |
38 | 2023-10-10T22:04:44.004Z | info: downloading component 'rustfmt' |
39 | 2023-10-10T22:04:44.195Z | info: installing component 'cargo' |
40 | 2023-10-10T22:04:45.599Z | info: installing component 'clippy' |
41 | 2023-10-10T22:04:46.193Z | info: installing component 'rust-docs' |
42 | 2023-10-10T22:04:48.945Z | info: installing component 'rust-std' |
43 | 2023-10-10T22:04:52.805Z | info: installing component 'rustc' |
44 | 2023-10-10T22:05:02.755Z | info: installing component 'rustfmt' |
45 | 2023-10-10T22:05:03.221Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-10T22:05:03.244Z | |
47 | 2023-10-10T22:05:03.571Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-10T22:05:03.903Z | |
49 | 2023-10-10T22:05:04.198Z | |
50 | 2023-10-10T22:05:04.270Z | Rust is installed now. Great! |
51 | 2023-10-10T22:05:04.299Z | |
52 | 2023-10-10T22:05:04.321Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-10T22:05:04.356Z | environment variable. This has not been done automatically. |
54 | 2023-10-10T22:05:04.829Z | |
55 | 2023-10-10T22:05:05.258Z | To configure your current shell, run: |
56 | 2023-10-10T22:05:05.269Z | source "$HOME/.cargo/env" |
57 | 2023-10-10T22:05:05.291Z | + rustc --version |
58 | 2023-10-10T22:05:05.732Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-10T22:05:06.593Z | process exited: duration 27427 ms, exit code 0 |
|
60 | 2023-10-10T22:05:07.600Z | starting task 2: "authentication" |
61 | 2023-10-10T22:05:08.908Z | process exited: duration 875 ms, exit code 0 |
|
62 | 2023-10-10T22:05:08.972Z | starting task 3: "clone repository" |
63 | 2023-10-10T22:05:08.998Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-10T22:05:09.019Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-10T22:05:09.161Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-10T22:05:15.667Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-10T22:05:15.782Z | + [[ -n sunshowers/spr/update-engine-fix-buffer-tests ]] |
68 | 2023-10-10T22:05:15.865Z | + git fetch origin sunshowers/spr/update-engine-fix-buffer-tests |
69 | 2023-10-10T22:05:16.065Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-10T22:05:16.108Z | * branch sunshowers/spr/update-engine-fix-buffer-tests -> FETCH_HEAD |
71 | 2023-10-10T22:05:16.160Z | + git checkout -B sunshowers/spr/update-engine-fix-buffer-tests remotes/origin/sunshowers/spr/update-engine-fix-buffer-tests |
72 | 2023-10-10T22:05:16.246Z | Switched to a new branch 'sunshowers/spr/update-engine-fix-buffer-tests' |
73 | 2023-10-10T22:05:16.269Z | branch 'sunshowers/spr/update-engine-fix-buffer-tests' set up to track 'origin/sunshowers/spr/update-engine-fix-buffer-tests'. |
74 | 2023-10-10T22:05:16.281Z | + git reset --hard 72aaaba05a29f2ea468ae97c69ce3547c4931c8a |
75 | 2023-10-10T22:05:16.301Z | HEAD is now at 72aaaba0 Rebase |
76 | 2023-10-10T22:05:16.334Z | process exited: duration 7291 ms, exit code 0 |
|
77 | 2023-10-10T22:05:16.799Z | starting task 4: "build" |
78 | 2023-10-10T22:05:16.875Z | + cargo --version |
79 | 2023-10-10T22:05:16.904Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-10T22:05:16.911Z | + rustc --version |
81 | 2023-10-10T22:05:17.004Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-10T22:05:17.013Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-10T22:05:25.101Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-10T22:05:25.653Z | Startup: Caching catalogs ... Done |
85 | 2023-10-10T22:05:28.836Z | Planning: Solver setup ... Done (2.562s) |
86 | 2023-10-10T22:05:28.850Z | Planning: Running solver ... Done (0.170s) |
87 | 2023-10-10T22:05:29.314Z | Planning: Finding local manifests ... Done (0.013s) |
88 | 2023-10-10T22:05:29.339Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-10T22:05:31.840Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-10T22:05:31.923Z | Planning: Package planning ... Done (0.084s) |
91 | 2023-10-10T22:05:32.011Z | Planning: Merging actions ... Done (0.084s) |
92 | 2023-10-10T22:05:32.729Z | Planning: Checking for conflicting actions ... Done (0.728s) |
93 | 2023-10-10T22:05:32.745Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-10T22:05:38.422Z | Planning: Evaluating mediators ... Done (5.636s) |
95 | 2023-10-10T22:05:38.483Z | Planning: Planning completed in 12.70 seconds |
96 | 2023-10-10T22:05:38.495Z | Packages to install: 4 |
97 | 2023-10-10T22:05:38.503Z | Mediators to change: 2 |
98 | 2023-10-10T22:05:38.518Z | Services to change: 1 |
99 | 2023-10-10T22:05:38.545Z | Estimated space available: 149.39 GB |
100 | 2023-10-10T22:05:38.555Z | Estimated space to be consumed: 1.35 GB |
101 | 2023-10-10T22:05:38.567Z | Create boot environment: No |
102 | 2023-10-10T22:05:38.574Z | Create backup boot environment: No |
103 | 2023-10-10T22:05:38.581Z | Rebuild boot archive: No |
104 | 2023-10-10T22:05:38.595Z | |
105 | 2023-10-10T22:05:38.604Z | Changed mediators: |
106 | 2023-10-10T22:05:38.623Z | mediator clang: |
107 | 2023-10-10T22:05:39.038Z | version: None -> 15 (system default) |
108 | 2023-10-10T22:05:39.084Z | |
109 | 2023-10-10T22:05:39.098Z | mediator llvm: |
110 | 2023-10-10T22:05:39.104Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-10T22:05:39.110Z | |
112 | 2023-10-10T22:05:39.128Z | Changed packages: |
113 | 2023-10-10T22:05:39.142Z | helios-dev |
114 | 2023-10-10T22:05:39.160Z | developer/build-essential |
115 | 2023-10-10T22:05:39.176Z | None -> 11-2.0 |
116 | 2023-10-10T22:05:39.192Z | library/libxmlsec1 |
117 | 2023-10-10T22:05:39.225Z | None -> 1.2.35-2.0 |
118 | 2023-10-10T22:05:39.242Z | ooce/developer/clang-15 |
119 | 2023-10-10T22:05:39.255Z | None -> 15.0.7-2.0 |
120 | 2023-10-10T22:05:39.272Z | ooce/developer/llvm-15 |
121 | 2023-10-10T22:05:39.303Z | None -> 15.0.7-2.0 |
122 | 2023-10-10T22:05:39.331Z | |
123 | 2023-10-10T22:05:39.353Z | Services: |
124 | 2023-10-10T22:05:39.367Z | restart_fmri: |
125 | 2023-10-10T22:05:39.387Z | svc:/system/update-man-index:default |
126 | 2023-10-10T22:05:39.808Z | |
127 | 2023-10-10T22:05:39.842Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-10T22:05:43.656Z | Download: 1191/3290 items 63.5/212.6MB 29% complete (12.6M/s) |
129 | 2023-10-10T22:05:48.665Z | Download: 2412/3290 items 120.0/212.6MB 56% complete (12.1M/s) |
130 | 2023-10-10T22:05:53.751Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (14.2M/s) |
131 | 2023-10-10T22:05:54.822Z | Download: Completed 212.60 MB in 16.17 seconds (13.2M/s) |
132 | 2023-10-10T22:05:55.569Z | Actions: 1/3687 actions (Installing new actions) |
133 | 2023-10-10T22:06:02.148Z | Actions: 2360/3687 actions (Installing new actions) |
134 | 2023-10-10T22:06:04.004Z | Actions: Completed 3687 actions in 8.42 seconds. |
135 | 2023-10-10T22:06:04.041Z | Done (0.051s) |
136 | 2023-10-10T22:06:04.064Z | Done (0.000s) |
137 | 2023-10-10T22:06:04.181Z | Done (0.131s) |
138 | 2023-10-10T22:06:12.424Z | Done (8.148s) |
139 | 2023-10-10T22:06:12.673Z | Done (0.153s) |
140 | 2023-10-10T22:06:12.685Z | Done (0.000s) |
141 | 2023-10-10T22:06:12.937Z | Done (0.000s) |
142 | 2023-10-10T22:06:13.561Z | Planning: Evaluating mediator changes ... Done |
143 | 2023-10-10T22:06:13.842Z | Planning: Checking for conflicting actions ... Done |
144 | 2023-10-10T22:06:13.850Z | Planning: Consolidating action changes ... Done |
145 | 2023-10-10T22:06:14.270Z | Planning: Evaluating mediators ... Done |
146 | 2023-10-10T22:06:14.288Z | Planning: Planning completed in 0.71 seconds |
147 | 2023-10-10T22:06:14.342Z | Mediators to change: 2 |
148 | 2023-10-10T22:06:14.361Z | Create boot environment: No |
149 | 2023-10-10T22:06:14.382Z | Create backup boot environment: No |
150 | 2023-10-10T22:06:14.474Z | Done |
151 | 2023-10-10T22:06:14.505Z | Done |
152 | 2023-10-10T22:06:14.542Z | Done |
153 | 2023-10-10T22:06:23.188Z | Done |
154 | 2023-10-10T22:06:24.081Z | Done |
155 | 2023-10-10T22:06:24.251Z | Done |
156 | 2023-10-10T22:06:24.507Z | Done |
157 | 2023-10-10T22:06:24.557Z | Planning: Evaluating mediator changes ... Done |
158 | 2023-10-10T22:06:24.739Z | Planning: Merging actions ... Done |
159 | 2023-10-10T22:06:24.899Z | Planning: Checking for conflicting actions ... Done |
160 | 2023-10-10T22:06:25.092Z | Planning: Consolidating action changes ... Done |
161 | 2023-10-10T22:06:25.470Z | Planning: Evaluating mediators ... Done |
162 | 2023-10-10T22:06:25.650Z | Planning: Planning completed in 1.27 seconds |
163 | 2023-10-10T22:06:25.815Z | Packages to change: 1 |
164 | 2023-10-10T22:06:25.871Z | Mediators to change: 1 |
165 | 2023-10-10T22:06:26.312Z | Services to change: 1 |
166 | 2023-10-10T22:06:26.485Z | Create boot environment: No |
167 | 2023-10-10T22:06:27.926Z | Create backup boot environment: Yes |
168 | 2023-10-10T22:06:28.008Z | Actions: 1/6 actions (Updating modified actions) |
169 | 2023-10-10T22:06:28.398Z | Actions: Completed 6 actions in 0.00 seconds. |
170 | 2023-10-10T22:06:28.597Z | Done |
171 | 2023-10-10T22:06:28.815Z | Done |
172 | 2023-10-10T22:06:28.902Z | Done |
173 | 2023-10-10T22:06:34.454Z | Done |
174 | 2023-10-10T22:06:34.948Z | Done |
175 | 2023-10-10T22:06:35.219Z | Done |
176 | 2023-10-10T22:06:36.258Z | Done |
177 | 2023-10-10T22:06:36.679Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
178 | 2023-10-10T22:06:36.897Z | clang system 15 system |
179 | 2023-10-10T22:06:37.447Z | csh system system illumos |
180 | 2023-10-10T22:06:37.631Z | ctags system system illumos |
181 | 2023-10-10T22:06:37.709Z | gcc vendor 12 vendor |
182 | 2023-10-10T22:06:37.883Z | gcc system 10 system |
183 | 2023-10-10T22:06:38.028Z | gcc system 7 system |
184 | 2023-10-10T22:06:38.172Z | go system 1.20 system |
185 | 2023-10-10T22:06:38.618Z | go system 1.19 system |
186 | 2023-10-10T22:06:38.640Z | llvm system 15 system |
187 | 2023-10-10T22:06:38.653Z | llvm system 14 system |
188 | 2023-10-10T22:06:38.666Z | mariadb system 10.6 system |
189 | 2023-10-10T22:06:38.682Z | mta vendor vendor dma |
190 | 2023-10-10T22:06:38.704Z | openjdk system 17 system |
191 | 2023-10-10T22:06:38.717Z | openjdk system 11 system |
192 | 2023-10-10T22:06:38.729Z | openjdk system 1.8 system |
193 | 2023-10-10T22:06:38.744Z | openssl vendor 3 vendor |
194 | 2023-10-10T22:06:38.758Z | perl system 5.36 system |
195 | 2023-10-10T22:06:38.780Z | postgresql system 15 system |
196 | 2023-10-10T22:06:38.802Z | postgresql system 13 system |
197 | 2023-10-10T22:06:38.820Z | python vendor 3 vendor |
198 | 2023-10-10T22:06:38.832Z | python system 2 system |
199 | 2023-10-10T22:06:38.839Z | python3 system 3.11 system |
200 | 2023-10-10T22:06:38.847Z | ruby system 3.0 system |
201 | 2023-10-10T22:06:38.857Z | words vendor vendor american-english |
202 | 2023-10-10T22:06:38.872Z | words system system australian-english |
203 | 2023-10-10T22:06:38.905Z | words system system british-english |
204 | 2023-10-10T22:06:38.929Z | words system system canadian-english |
205 | 2023-10-10T22:06:38.953Z | words system system french |
206 | 2023-10-10T22:06:39.792Z | words system system italian |
207 | 2023-10-10T22:06:40.055Z | words system system ngerman |
208 | 2023-10-10T22:06:40.176Z | words system system ogerman |
209 | 2023-10-10T22:06:40.227Z | words system system spanish |
210 | 2023-10-10T22:06:40.245Z | FMRI IFO |
211 | 2023-10-10T22:06:40.296Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
212 | 2023-10-10T22:06:40.359Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
213 | 2023-10-10T22:06:40.388Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
214 | 2023-10-10T22:06:40.407Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
215 | 2023-10-10T22:06:40.425Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
216 | 2023-10-10T22:06:40.452Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
217 | 2023-10-10T22:06:40.490Z | + set -o errexit |
218 | 2023-10-10T22:06:40.504Z | +++ dirname ./tools/ci_download_cockroachdb |
219 | 2023-10-10T22:06:40.519Z | ++ cd ./tools |
220 | 2023-10-10T22:06:40.531Z | ++ pwd |
221 | 2023-10-10T22:06:40.557Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
222 | 2023-10-10T22:06:40.573Z | ++ basename ./tools/ci_download_cockroachdb |
223 | 2023-10-10T22:06:40.587Z | + ARG0=ci_download_cockroachdb |
224 | 2023-10-10T22:06:40.600Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
225 | 2023-10-10T22:06:40.616Z | + CIDL_VERSION=v22.1.9 |
226 | 2023-10-10T22:06:40.625Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
227 | 2023-10-10T22:06:40.633Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
228 | 2023-10-10T22:06:40.641Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
229 | 2023-10-10T22:06:41.062Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
230 | 2023-10-10T22:06:41.076Z | + TARGET_DIR=out |
231 | 2023-10-10T22:06:41.084Z | + DOWNLOAD_DIR=out/downloads |
232 | 2023-10-10T22:06:41.090Z | + DEST_DIR=./out/cockroachdb |
233 | 2023-10-10T22:06:41.095Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
234 | 2023-10-10T22:06:41.103Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
235 | 2023-10-10T22:06:41.111Z | + main |
236 | 2023-10-10T22:06:41.120Z | + [[ 0 != 0 ]] |
237 | 2023-10-10T22:06:41.131Z | + CIDL_OS=solaris2.11 |
238 | 2023-10-10T22:06:41.142Z | + [[ 0 != 0 ]] |
239 | 2023-10-10T22:06:41.148Z | current directory: /work/oxidecomputer/omicron |
240 | 2023-10-10T22:06:41.160Z | + configure_os solaris2.11 |
241 | 2023-10-10T22:06:41.588Z | configuring based on OS: "solaris2.11" |
242 | 2023-10-10T22:06:41.606Z | + echo 'current directory: /work/oxidecomputer/omicron' |
243 | 2023-10-10T22:06:42.065Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
244 | 2023-10-10T22:06:42.084Z | + echo 'configuring based on OS: "solaris2.11"' |
245 | 2023-10-10T22:06:42.097Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
246 | 2023-10-10T22:06:42.118Z | + case "$1" in |
247 | 2023-10-10T22:06:42.132Z | Downloading... |
248 | 2023-10-10T22:06:42.142Z | + CIDL_BUILD=illumos |
249 | 2023-10-10T22:06:42.151Z | + CIDL_SUFFIX=tar.gz |
250 | 2023-10-10T22:06:42.169Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
251 | 2023-10-10T22:06:42.186Z | + CIDL_MD5FUNC=do_md5sum |
252 | 2023-10-10T22:06:42.209Z | + CIDL_URL_BASE=https://illumos.org/downloads |
253 | 2023-10-10T22:06:42.632Z | + CIDL_ASSEMBLE=do_assemble_illumos |
254 | 2023-10-10T22:06:42.644Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
255 | 2023-10-10T22:06:43.872Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-10-10T22:06:43.885Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
257 | 2023-10-10T22:06:43.918Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
258 | 2023-10-10T22:06:43.983Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-10T22:06:44.001Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
260 | 2023-10-10T22:06:44.024Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
261 | 2023-10-10T22:06:44.043Z | + mkdir -p out/downloads |
262 | 2023-10-10T22:06:44.124Z | + mkdir -p ./out/cockroachdb |
263 | 2023-10-10T22:06:44.150Z | + local DO_DOWNLOAD=true |
264 | 2023-10-10T22:06:44.165Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
265 | 2023-10-10T22:06:44.182Z | + '[' true == true ']' |
266 | 2023-10-10T22:06:44.198Z | + echo Downloading... |
267 | 2023-10-10T22:06:44.216Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-10-10T22:06:44.230Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-10-10T22:06:44.243Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-10-10T22:06:44.258Z | ++ md5sum |
271 | 2023-10-10T22:06:44.264Z | Build Tag: v22.1.9-dirty |
272 | 2023-10-10T22:06:44.275Z | ++ awk '{print $1}' |
273 | 2023-10-10T22:06:44.288Z | Build Time: 2022/10/26 21:17:46 |
274 | 2023-10-10T22:06:44.717Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
275 | 2023-10-10T22:06:44.735Z | Distribution: OSS |
276 | 2023-10-10T22:06:44.752Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
277 | 2023-10-10T22:06:44.768Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
278 | 2023-10-10T22:06:44.784Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-10-10T22:06:44.794Z | Go Version: go1.17.13 |
280 | 2023-10-10T22:06:44.803Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
281 | 2023-10-10T22:06:44.818Z | C Compiler: gcc 10.3.0 |
282 | 2023-10-10T22:06:44.827Z | + do_assemble_illumos |
283 | 2023-10-10T22:06:44.838Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
284 | 2023-10-10T22:06:44.855Z | + rm -r ./out/cockroachdb |
285 | 2023-10-10T22:06:45.281Z | Build Type: release |
286 | 2023-10-10T22:06:45.304Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
287 | 2023-10-10T22:06:45.330Z | current directory: /work/oxidecomputer/omicron |
288 | 2023-10-10T22:06:45.346Z | + ./out/cockroachdb/bin/cockroach version |
289 | 2023-10-10T22:06:45.358Z | configuring based on OS: "solaris2.11" |
290 | 2023-10-10T22:06:45.367Z | + set -o errexit |
291 | 2023-10-10T22:06:45.374Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
292 | 2023-10-10T22:06:45.384Z | +++ dirname ./tools/ci_download_clickhouse |
293 | 2023-10-10T22:06:45.402Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
294 | 2023-10-10T22:06:45.410Z | ++ cd ./tools |
295 | 2023-10-10T22:06:45.417Z | Downloading... |
296 | 2023-10-10T22:06:45.424Z | ++ pwd |
297 | 2023-10-10T22:06:45.430Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
298 | 2023-10-10T22:06:45.437Z | ++ basename ./tools/ci_download_clickhouse |
299 | 2023-10-10T22:06:45.443Z | + ARG0=ci_download_clickhouse |
300 | 2023-10-10T22:06:45.450Z | + TARGET_DIR=out |
301 | 2023-10-10T22:06:45.457Z | + DOWNLOAD_DIR=out/downloads |
302 | 2023-10-10T22:06:45.461Z | + DEST_DIR=./out/clickhouse |
303 | 2023-10-10T22:06:45.466Z | + CIDL_VERSION=v22.8.9.24 |
304 | 2023-10-10T22:06:45.476Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
305 | 2023-10-10T22:06:45.483Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
306 | 2023-10-10T22:06:45.488Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
307 | 2023-10-10T22:06:45.497Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
308 | 2023-10-10T22:06:45.508Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
309 | 2023-10-10T22:06:45.534Z | + main |
310 | 2023-10-10T22:06:45.549Z | + [[ 0 != 0 ]] |
311 | 2023-10-10T22:06:45.566Z | + CIDL_OS=solaris2.11 |
312 | 2023-10-10T22:06:45.582Z | + [[ 0 != 0 ]] |
313 | 2023-10-10T22:06:45.599Z | + configure_os solaris2.11 |
314 | 2023-10-10T22:06:45.611Z | + echo 'current directory: /work/oxidecomputer/omicron' |
315 | 2023-10-10T22:06:45.626Z | + echo 'configuring based on OS: "solaris2.11"' |
316 | 2023-10-10T22:06:45.725Z | + CIDL_DASHREV= |
317 | 2023-10-10T22:06:45.784Z | + case "$1" in |
318 | 2023-10-10T22:06:46.207Z | + CIDL_PLATFORM=illumos |
319 | 2023-10-10T22:06:46.221Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
320 | 2023-10-10T22:06:46.237Z | + CIDL_MD5FUNC=do_md5sum |
321 | 2023-10-10T22:06:46.253Z | + CIDL_DASHREV=-1 |
322 | 2023-10-10T22:06:46.275Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
323 | 2023-10-10T22:06:46.303Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
324 | 2023-10-10T22:06:46.328Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-10-10T22:06:46.339Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-10T22:06:46.355Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
327 | 2023-10-10T22:06:46.382Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
328 | 2023-10-10T22:06:46.413Z | + mkdir -p out/downloads |
329 | 2023-10-10T22:06:46.433Z | + mkdir -p ./out/clickhouse |
330 | 2023-10-10T22:06:46.467Z | + local DO_DOWNLOAD=true |
331 | 2023-10-10T22:06:46.493Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
332 | 2023-10-10T22:06:46.522Z | + '[' true == true ']' |
333 | 2023-10-10T22:06:46.548Z | + echo Downloading... |
334 | 2023-10-10T22:06:46.565Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-10-10T22:06:46.586Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-10-10T22:06:46.605Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-10-10T22:06:46.629Z | ++ md5sum |
338 | 2023-10-10T22:06:46.672Z | ++ awk '{print $1}' |
339 | 2023-10-10T22:06:46.687Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-10-10T22:06:46.703Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
341 | 2023-10-10T22:06:46.722Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
342 | 2023-10-10T22:06:46.738Z | + mkdir -p ./out/clickhouse |
343 | 2023-10-10T22:06:46.745Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
344 | 2023-10-10T22:06:46.764Z | + ./out/clickhouse/clickhouse server --version |
345 | 2023-10-10T22:06:46.770Z | ClickHouse server version 22.8.9.1. |
346 | 2023-10-10T22:06:46.786Z | + set -o errexit |
347 | 2023-10-10T22:06:46.800Z | +++ dirname ./tools/ci_download_console |
348 | 2023-10-10T22:06:46.812Z | ++ cd ./tools |
349 | 2023-10-10T22:06:46.830Z | ++ pwd |
350 | 2023-10-10T22:06:46.841Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
351 | 2023-10-10T22:06:47.278Z | ++ basename ./tools/ci_download_console |
352 | 2023-10-10T22:06:47.288Z | + ARG0=ci_download_console |
353 | 2023-10-10T22:06:47.310Z | + TARGET_DIR=out |
354 | 2023-10-10T22:06:47.336Z | + DOWNLOAD_DIR=out/downloads |
355 | 2023-10-10T22:06:47.753Z | + DEST_DIR=./out/console-assets |
356 | 2023-10-10T22:06:47.763Z | + source /work/oxidecomputer/omicron/tools/console_version |
357 | 2023-10-10T22:06:47.779Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
358 | 2023-10-10T22:06:47.812Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
359 | 2023-10-10T22:06:47.832Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
360 | 2023-10-10T22:06:47.849Z | + TARBALL_FILE=out/downloads/console.tar.gz |
361 | 2023-10-10T22:06:48.303Z | + main |
362 | 2023-10-10T22:06:48.327Z | + [[ 0 != 0 ]] |
363 | 2023-10-10T22:06:48.767Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
364 | 2023-10-10T22:06:49.258Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
365 | 2023-10-10T22:06:49.285Z | + echo 'Local file: out/downloads/console.tar.gz' |
366 | 2023-10-10T22:06:49.301Z | Local file: out/downloads/console.tar.gz |
367 | 2023-10-10T22:06:49.356Z | + local DO_DOWNLOAD=true |
368 | 2023-10-10T22:06:49.381Z | + [[ -f out/downloads/console.tar.gz ]] |
369 | 2023-10-10T22:06:49.389Z | + mkdir -p out/downloads |
370 | 2023-10-10T22:06:49.396Z | + '[' true == true ']' |
371 | 2023-10-10T22:06:49.416Z | + echo Downloading... |
372 | 2023-10-10T22:06:49.437Z | Downloading... |
373 | 2023-10-10T22:06:49.913Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
374 | 2023-10-10T22:06:49.918Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
375 | 2023-10-10T22:06:49.925Z | ++ do_sha256sum out/downloads/console.tar.gz |
376 | 2023-10-10T22:06:49.930Z | ++ case "$OSTYPE" in |
377 | 2023-10-10T22:06:49.938Z | ++ SHA=sha256sum |
378 | 2023-10-10T22:06:49.947Z | ++ sha256sum |
379 | 2023-10-10T22:06:49.951Z | ++ awk '{print $1}' |
380 | 2023-10-10T22:06:49.955Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
381 | 2023-10-10T22:06:49.959Z | + [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]] |
382 | 2023-10-10T22:06:49.964Z | + rm -rf ./out/console-assets |
383 | 2023-10-10T22:06:49.970Z | + mkdir -p ./out/console-assets |
384 | 2023-10-10T22:06:49.987Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
385 | 2023-10-10T22:06:50.405Z | + mkdir -p ./out/console-assets |
386 | 2023-10-10T22:06:50.425Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
387 | 2023-10-10T22:06:50.441Z | + set -o errexit |
388 | 2023-10-10T22:06:50.457Z | +++ dirname ./tools/ci_download_maghemite_openapi |
389 | 2023-10-10T22:06:50.875Z | ++ cd ./tools |
390 | 2023-10-10T22:06:50.880Z | ++ pwd |
391 | 2023-10-10T22:06:50.884Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
392 | 2023-10-10T22:06:50.892Z | ++ basename ./tools/ci_download_maghemite_openapi |
393 | 2023-10-10T22:06:50.899Z | + ARG0=ci_download_maghemite_openapi |
394 | 2023-10-10T22:06:50.909Z | + TARGET_DIR=out |
395 | 2023-10-10T22:06:50.929Z | + DOWNLOAD_DIR=out/downloads |
396 | 2023-10-10T22:06:50.951Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
397 | 2023-10-10T22:06:50.967Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
398 | 2023-10-10T22:06:50.987Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
399 | 2023-10-10T22:06:50.998Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
400 | 2023-10-10T22:06:51.015Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
401 | 2023-10-10T22:06:51.038Z | + main |
402 | 2023-10-10T22:06:51.052Z | + [[ 0 != 0 ]] |
403 | 2023-10-10T22:06:51.479Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
404 | 2023-10-10T22:06:51.496Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
405 | 2023-10-10T22:06:51.962Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
406 | 2023-10-10T22:06:52.004Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
407 | 2023-10-10T22:06:52.417Z | + local DO_DOWNLOAD=true |
408 | 2023-10-10T22:06:52.427Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
409 | 2023-10-10T22:06:52.439Z | + mkdir -p out/downloads |
410 | 2023-10-10T22:06:52.460Z | + '[' true == true ']' |
411 | 2023-10-10T22:06:52.483Z | + echo Downloading... |
412 | 2023-10-10T22:06:52.491Z | Downloading... |
413 | 2023-10-10T22:06:52.501Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
414 | 2023-10-10T22:06:52.509Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
415 | 2023-10-10T22:06:52.519Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
416 | 2023-10-10T22:06:52.525Z | ++ case "$OSTYPE" in |
417 | 2023-10-10T22:06:52.531Z | ++ SHA=sha256sum |
418 | 2023-10-10T22:06:52.540Z | ++ sha256sum |
419 | 2023-10-10T22:06:52.549Z | ++ awk '{print $1}' |
420 | 2023-10-10T22:06:52.559Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
421 | 2023-10-10T22:06:52.568Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
422 | 2023-10-10T22:06:52.578Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
423 | 2023-10-10T22:06:52.587Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
424 | 2023-10-10T22:06:52.608Z | Downloading... |
425 | 2023-10-10T22:06:52.626Z | + set -o errexit |
426 | 2023-10-10T22:06:52.660Z | +++ dirname ./tools/ci_download_dendrite_openapi |
427 | 2023-10-10T22:06:52.681Z | current directory: /work/oxidecomputer/omicron |
428 | 2023-10-10T22:06:52.701Z | ++ cd ./tools |
429 | 2023-10-10T22:06:52.725Z | configuring based on OS: "solaris2.11" |
430 | 2023-10-10T22:06:52.737Z | ++ pwd |
431 | 2023-10-10T22:06:52.760Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
432 | 2023-10-10T22:06:53.179Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
433 | 2023-10-10T22:06:53.188Z | Local file: out/downloads/dendrite-stub.tar.gz |
434 | 2023-10-10T22:06:53.202Z | ++ basename ./tools/ci_download_dendrite_openapi |
435 | 2023-10-10T22:06:53.214Z | Downloading... |
436 | 2023-10-10T22:06:53.244Z | + ARG0=ci_download_dendrite_openapi |
437 | 2023-10-10T22:06:53.269Z | + TARGET_DIR=out |
438 | 2023-10-10T22:06:53.682Z | + DOWNLOAD_DIR=out/downloads |
439 | 2023-10-10T22:06:53.691Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
440 | 2023-10-10T22:06:53.701Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
441 | 2023-10-10T22:06:53.716Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
442 | 2023-10-10T22:06:53.724Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
443 | 2023-10-10T22:06:54.201Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
444 | 2023-10-10T22:06:54.214Z | + main |
445 | 2023-10-10T22:06:54.292Z | + [[ 0 != 0 ]] |
446 | 2023-10-10T22:06:54.321Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
447 | 2023-10-10T22:06:54.347Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
448 | 2023-10-10T22:06:54.369Z | + local DO_DOWNLOAD=true |
449 | 2023-10-10T22:06:54.395Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
450 | 2023-10-10T22:06:54.431Z | + mkdir -p out/downloads |
451 | 2023-10-10T22:06:54.450Z | + '[' true == true ']' |
452 | 2023-10-10T22:06:54.536Z | + echo Downloading... |
453 | 2023-10-10T22:06:54.579Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
454 | 2023-10-10T22:06:54.996Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
455 | 2023-10-10T22:06:55.009Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
456 | 2023-10-10T22:06:55.028Z | ++ case "$OSTYPE" in |
457 | 2023-10-10T22:06:55.038Z | ++ SHA=sha256sum |
458 | 2023-10-10T22:06:55.051Z | ++ sha256sum |
459 | 2023-10-10T22:06:55.054Z | ++ awk '{print $1}' |
460 | 2023-10-10T22:06:55.056Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
461 | 2023-10-10T22:06:55.059Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
462 | 2023-10-10T22:06:55.062Z | + set -o errexit |
463 | 2023-10-10T22:06:55.065Z | +++ dirname ./tools/ci_download_dendrite_stub |
464 | 2023-10-10T22:06:55.068Z | ++ cd ./tools |
465 | 2023-10-10T22:06:55.071Z | ++ pwd |
466 | 2023-10-10T22:06:55.074Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
467 | 2023-10-10T22:06:55.077Z | ++ basename ./tools/ci_download_dendrite_stub |
468 | 2023-10-10T22:06:55.080Z | + ARG0=ci_download_dendrite_stub |
469 | 2023-10-10T22:06:55.084Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
470 | 2023-10-10T22:06:55.087Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
471 | 2023-10-10T22:06:55.091Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
472 | 2023-10-10T22:06:55.096Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
473 | 2023-10-10T22:06:55.100Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
474 | 2023-10-10T22:06:55.105Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
475 | 2023-10-10T22:06:55.110Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
476 | 2023-10-10T22:06:55.113Z | + TARGET_DIR=out |
477 | 2023-10-10T22:06:55.116Z | + DOWNLOAD_DIR=out/downloads |
478 | 2023-10-10T22:06:55.119Z | + DEST_DIR=./out/dendrite-stub |
479 | 2023-10-10T22:06:55.123Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
480 | 2023-10-10T22:06:55.126Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
481 | 2023-10-10T22:06:55.132Z | + REPO=oxidecomputer/dendrite |
482 | 2023-10-10T22:06:55.146Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
483 | 2023-10-10T22:06:55.163Z | + main |
484 | 2023-10-10T22:06:55.173Z | + [[ 0 != 0 ]] |
485 | 2023-10-10T22:06:55.183Z | + CIDL_OS=solaris2.11 |
486 | 2023-10-10T22:06:55.193Z | + [[ 0 != 0 ]] |
487 | 2023-10-10T22:06:55.214Z | + configure_os solaris2.11 |
488 | 2023-10-10T22:06:55.231Z | + echo 'current directory: /work/oxidecomputer/omicron' |
489 | 2023-10-10T22:06:55.264Z | + echo 'configuring based on OS: "solaris2.11"' |
490 | 2023-10-10T22:06:55.284Z | + case "$1" in |
491 | 2023-10-10T22:06:55.317Z | + SET_BINARIES= |
492 | 2023-10-10T22:06:55.344Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
493 | 2023-10-10T22:06:55.369Z | + CIDL_SHA256FUNC=do_sha256sum |
494 | 2023-10-10T22:06:55.393Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
495 | 2023-10-10T22:06:55.423Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
496 | 2023-10-10T22:06:55.570Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
497 | 2023-10-10T22:06:55.591Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
498 | 2023-10-10T22:06:55.603Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
499 | 2023-10-10T22:06:55.620Z | + mkdir -p out/downloads |
500 | 2023-10-10T22:06:55.633Z | + mkdir -p ./out/dendrite-stub |
501 | 2023-10-10T22:06:55.652Z | + fetch_and_verify |
502 | 2023-10-10T22:06:55.674Z | + local DO_DOWNLOAD=true |
503 | 2023-10-10T22:06:55.687Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
504 | 2023-10-10T22:06:55.718Z | + '[' true == true ']' |
505 | 2023-10-10T22:06:55.744Z | + echo Downloading... |
506 | 2023-10-10T22:06:56.176Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
507 | 2023-10-10T22:06:56.189Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
508 | 2023-10-10T22:07:02.143Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
509 | 2023-10-10T22:07:02.158Z | ++ sha256sum |
510 | 2023-10-10T22:07:02.175Z | ++ awk '{print $1}' |
511 | 2023-10-10T22:07:02.657Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
512 | 2023-10-10T22:07:02.663Z | + [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]] |
513 | 2023-10-10T22:07:02.668Z | + do_untar out/downloads/dendrite-stub.tar.gz |
514 | 2023-10-10T22:07:02.673Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
515 | 2023-10-10T22:07:03.173Z | + do_assemble |
516 | 2023-10-10T22:07:03.192Z | + rm -r ./out/dendrite-stub |
517 | 2023-10-10T22:07:03.214Z | + mkdir ./out/dendrite-stub |
518 | 2023-10-10T22:07:03.227Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
519 | 2023-10-10T22:07:03.309Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
520 | 2023-10-10T22:07:03.321Z | + set -o errexit |
521 | 2023-10-10T22:07:03.342Z | +++ dirname ./tools/ci_download_transceiver_control |
522 | 2023-10-10T22:07:03.370Z | ++ cd ./tools |
523 | 2023-10-10T22:07:03.389Z | ++ pwd |
524 | 2023-10-10T22:07:03.404Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
525 | 2023-10-10T22:07:03.419Z | ++ basename ./tools/ci_download_transceiver_control |
526 | 2023-10-10T22:07:03.435Z | + ARG0=ci_download_transceiver_control |
527 | 2023-10-10T22:07:03.453Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
528 | 2023-10-10T22:07:03.466Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
529 | 2023-10-10T22:07:03.481Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
530 | 2023-10-10T22:07:03.499Z | + TARGET_DIR=out |
531 | 2023-10-10T22:07:03.520Z | + DOWNLOAD_DIR=out/downloads |
532 | 2023-10-10T22:07:03.961Z | + DEST_DIR=./out/transceiver-control |
533 | 2023-10-10T22:07:04.391Z | + BIN_DIR=/opt/oxide/bin |
534 | 2023-10-10T22:07:04.412Z | + BINARY=xcvradm |
535 | 2023-10-10T22:07:04.437Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
536 | 2023-10-10T22:07:04.459Z | + REPO=oxidecomputer/transceiver-control |
537 | 2023-10-10T22:07:04.478Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
538 | 2023-10-10T22:07:04.907Z | + main |
539 | 2023-10-10T22:07:04.918Z | + [[ 0 != 0 ]] |
540 | 2023-10-10T22:07:04.931Z | + CIDL_OS=solaris2.11 |
541 | 2023-10-10T22:07:04.953Z | + [[ 0 != 0 ]] |
542 | 2023-10-10T22:07:04.964Z | + configure_os solaris2.11 |
543 | 2023-10-10T22:07:04.979Z | + echo 'current directory: /work/oxidecomputer/omicron' |
544 | 2023-10-10T22:07:04.997Z | current directory: /work/oxidecomputer/omicron |
545 | 2023-10-10T22:07:05.050Z | + echo 'configuring based on OS: "solaris2.11"' |
546 | 2023-10-10T22:07:05.061Z | configuring based on OS: "solaris2.11" |
547 | 2023-10-10T22:07:05.075Z | + case "$1" in |
548 | 2023-10-10T22:07:05.081Z | + SET_BINARIES= |
549 | 2023-10-10T22:07:05.089Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
550 | 2023-10-10T22:07:05.097Z | + CIDL_SHA256FUNC=do_sha256sum |
551 | 2023-10-10T22:07:05.104Z | + ARCHIVE_FILENAME=xcvradm.gz |
552 | 2023-10-10T22:07:05.122Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
553 | 2023-10-10T22:07:05.142Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
554 | 2023-10-10T22:07:05.159Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
555 | 2023-10-10T22:07:05.166Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
556 | 2023-10-10T22:07:05.179Z | + echo 'Local file: out/downloads/xcvradm.gz' |
557 | 2023-10-10T22:07:05.185Z | Local file: out/downloads/xcvradm.gz |
558 | 2023-10-10T22:07:05.191Z | + mkdir -p out/downloads |
559 | 2023-10-10T22:07:05.199Z | + mkdir -p ./out/transceiver-control |
560 | 2023-10-10T22:07:05.208Z | + fetch_and_verify |
561 | 2023-10-10T22:07:05.214Z | + local DO_DOWNLOAD=true |
562 | 2023-10-10T22:07:05.223Z | + [[ -f out/downloads/xcvradm.gz ]] |
563 | 2023-10-10T22:07:05.230Z | + '[' true == true ']' |
564 | 2023-10-10T22:07:05.237Z | Downloading... |
565 | 2023-10-10T22:07:05.246Z | + echo Downloading... |
566 | 2023-10-10T22:07:05.262Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
567 | 2023-10-10T22:07:05.286Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
568 | 2023-10-10T22:07:08.872Z | ++ do_sha256sum out/downloads/xcvradm.gz |
569 | 2023-10-10T22:07:08.880Z | ++ sha256sum |
570 | 2023-10-10T22:07:08.889Z | ++ awk '{print $1}' |
571 | 2023-10-10T22:07:08.897Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
572 | 2023-10-10T22:07:08.907Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
573 | 2023-10-10T22:07:08.914Z | + do_unpack out/downloads/xcvradm.gz |
574 | 2023-10-10T22:07:08.925Z | + mkdir -p out/downloads/root//opt/oxide/bin |
575 | 2023-10-10T22:07:08.932Z | + gzip -dc out/downloads/xcvradm.gz |
576 | 2023-10-10T22:07:09.071Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
577 | 2023-10-10T22:07:09.104Z | + do_assemble |
578 | 2023-10-10T22:07:09.119Z | + rm -r ./out/transceiver-control |
579 | 2023-10-10T22:07:09.152Z | + mkdir ./out/transceiver-control |
580 | 2023-10-10T22:07:09.171Z | + cp -r out/downloads/root ./out/transceiver-control/root |
581 | 2023-10-10T22:07:09.199Z | All prerequisites installed successfully |
582 | 2023-10-10T22:07:09.210Z | |
583 | 2023-10-10T22:07:09.250Z | real 1:52.150325927 |
584 | 2023-10-10T22:07:09.262Z | user 48.632758352 |
585 | 2023-10-10T22:07:09.280Z | sys 9.206494231 |
586 | 2023-10-10T22:07:09.295Z | trap 0.023857045 |
587 | 2023-10-10T22:07:09.729Z | tflt 0.149812915 |
588 | 2023-10-10T22:07:09.734Z | dflt 0.568741815 |
589 | 2023-10-10T22:07:09.739Z | kflt 0.218286958 |
590 | 2023-10-10T22:07:09.748Z | lock 1.516283738 |
591 | 2023-10-10T22:07:09.758Z | slp 3:30.544683332 |
592 | 2023-10-10T22:07:09.766Z | lat 3.200261737 |
593 | 2023-10-10T22:07:09.776Z | stop 0.061716909 |
594 | 2023-10-10T22:07:09.784Z | + banner end-to-end-tests |
595 | 2023-10-10T22:07:09.796Z | |
596 | 2023-10-10T22:07:09.804Z | ###### # # ##### ##### #### ###### # # ##### |
597 | 2023-10-10T22:07:09.814Z | # ## # # # # # # # ## # # # |
598 | 2023-10-10T22:07:09.823Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
599 | 2023-10-10T22:07:09.843Z | # # # # # # # # # # # # # # # |
600 | 2023-10-10T22:07:09.922Z | # # ## # # # # # # # ## # # |
601 | 2023-10-10T22:07:10.354Z | ###### # # ##### # #### ###### # # ##### |
602 | 2023-10-10T22:07:10.370Z | |
603 | 2023-10-10T22:07:10.388Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
604 | 2023-10-10T22:07:10.409Z | + CARGO_PROFILE_DEV_DEBUG=1 |
605 | 2023-10-10T22:07:10.424Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
606 | 2023-10-10T22:07:10.435Z | + CARGO_PROFILE_TEST_DEBUG=1 |
607 | 2023-10-10T22:07:10.447Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
608 | 2023-10-10T22:07:10.461Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
609 | 2023-10-10T22:07:10.495Z | Updating crates.io index |
610 | 2023-10-10T22:07:10.503Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
611 | 2023-10-10T22:07:10.985Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
612 | 2023-10-10T22:07:12.756Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
613 | 2023-10-10T22:07:13.386Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
614 | 2023-10-10T22:07:13.752Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
615 | 2023-10-10T22:07:14.081Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
616 | 2023-10-10T22:07:14.414Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
617 | 2023-10-10T22:07:15.286Z | Updating git repository `https://github.com/oxidecomputer/opte` |
618 | 2023-10-10T22:07:16.349Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
619 | 2023-10-10T22:07:16.727Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
620 | 2023-10-10T22:07:17.059Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
621 | 2023-10-10T22:07:17.744Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
622 | 2023-10-10T22:07:19.341Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
623 | 2023-10-10T22:07:19.714Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
624 | 2023-10-10T22:07:20.157Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
625 | 2023-10-10T22:07:20.460Z | Updating git repository `https://github.com/njaremko/samael` |
626 | 2023-10-10T22:07:22.361Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
627 | 2023-10-10T22:07:22.872Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
628 | 2023-10-10T22:07:23.363Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
629 | 2023-10-10T22:07:23.426Z | Updating git repository `https://github.com/jgallagher/nix` |
630 | 2023-10-10T22:07:23.805Z | Updating git repository `https://github.com/cbiffle/hubpack` |
631 | 2023-10-10T22:07:24.139Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
632 | 2023-10-10T22:07:33.153Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
633 | 2023-10-10T22:07:33.237Z | Updating git repository `https://github.com/oxidecomputer/typify` |
634 | 2023-10-10T22:07:34.484Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
635 | 2023-10-10T22:07:35.150Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
636 | 2023-10-10T22:07:35.461Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
637 | 2023-10-10T22:07:36.960Z | Downloading crates ... |
638 | 2023-10-10T22:07:37.167Z | Downloaded aes v0.8.3 |
639 | 2023-10-10T22:07:37.606Z | Downloaded matches v0.1.10 |
640 | 2023-10-10T22:07:37.622Z | Downloaded cbc v0.1.2 |
641 | 2023-10-10T22:07:37.637Z | Downloaded miniz_oxide v0.7.1 |
642 | 2023-10-10T22:07:38.052Z | Downloaded diesel_table_macro_syntax v0.1.0 |
643 | 2023-10-10T22:07:38.057Z | Downloaded console v0.15.7 |
644 | 2023-10-10T22:07:38.065Z | Downloaded pin-utils v0.1.0 |
645 | 2023-10-10T22:07:38.076Z | Downloaded quick-error v1.2.3 |
646 | 2023-10-10T22:07:38.079Z | Downloaded phf_shared v0.11.2 |
647 | 2023-10-10T22:07:38.083Z | Downloaded precomputed-hash v0.1.1 |
648 | 2023-10-10T22:07:38.087Z | Downloaded pem v1.1.1 |
649 | 2023-10-10T22:07:38.090Z | Downloaded num_cpus v1.16.0 |
650 | 2023-10-10T22:07:38.095Z | Downloaded password-hash v0.4.2 |
651 | 2023-10-10T22:07:38.099Z | Downloaded byteorder v1.4.3 |
652 | 2023-10-10T22:07:38.104Z | Downloaded num v0.4.1 |
653 | 2023-10-10T22:07:38.108Z | Downloaded parse-display-derive v0.7.0 |
654 | 2023-10-10T22:07:38.111Z | Downloaded anstyle v1.0.2 |
655 | 2023-10-10T22:07:38.115Z | Downloaded option-ext v0.2.0 |
656 | 2023-10-10T22:07:38.121Z | Downloaded pretty-hex v0.2.1 |
657 | 2023-10-10T22:07:38.127Z | Downloaded curve25519-dalek-derive v0.1.0 |
658 | 2023-10-10T22:07:38.130Z | Downloaded crossbeam-epoch v0.9.15 |
659 | 2023-10-10T22:07:38.133Z | Downloaded crypto-common v0.1.6 |
660 | 2023-10-10T22:07:38.141Z | Downloaded cpufeatures v0.2.9 |
661 | 2023-10-10T22:07:38.148Z | Downloaded usdt-macro v0.3.5 |
662 | 2023-10-10T22:07:38.157Z | Downloaded take_mut v0.2.2 |
663 | 2023-10-10T22:07:38.171Z | Downloaded pbkdf2 v0.12.2 |
664 | 2023-10-10T22:07:38.179Z | Downloaded anstream v0.5.0 |
665 | 2023-10-10T22:07:38.187Z | Downloaded percent-encoding v2.3.0 |
666 | 2023-10-10T22:07:38.194Z | Downloaded lock_api v0.4.10 |
667 | 2023-10-10T22:07:38.209Z | Downloaded terminal_size v0.2.6 |
668 | 2023-10-10T22:07:38.228Z | Downloaded want v0.3.1 |
669 | 2023-10-10T22:07:38.245Z | Downloaded instant v0.1.12 |
670 | 2023-10-10T22:07:38.256Z | Downloaded secrecy v0.8.0 |
671 | 2023-10-10T22:07:38.273Z | Downloaded ciborium v0.2.1 |
672 | 2023-10-10T22:07:38.286Z | Downloaded darling v0.20.3 |
673 | 2023-10-10T22:07:38.300Z | Downloaded same-file v1.0.6 |
674 | 2023-10-10T22:07:38.316Z | Downloaded bcrypt-pbkdf v0.10.0 |
675 | 2023-10-10T22:07:38.328Z | Downloaded ascii v1.1.0 |
676 | 2023-10-10T22:07:38.340Z | Downloaded parking_lot_core v0.8.6 |
677 | 2023-10-10T22:07:38.354Z | Downloaded password-hash v0.5.0 |
678 | 2023-10-10T22:07:38.369Z | Downloaded addr2line v0.21.0 |
679 | 2023-10-10T22:07:38.787Z | Downloaded hubpack v0.1.2 |
680 | 2023-10-10T22:07:38.816Z | Downloaded zerocopy v0.3.0 |
681 | 2023-10-10T22:07:38.827Z | Downloaded filetime v0.2.22 |
682 | 2023-10-10T22:07:38.835Z | Downloaded twox-hash v1.6.3 |
683 | 2023-10-10T22:07:38.843Z | Downloaded crossbeam-utils v0.8.16 |
684 | 2023-10-10T22:07:38.847Z | Downloaded hubpack_derive v0.1.1 |
685 | 2023-10-10T22:07:38.852Z | Downloaded scheduled-thread-pool v0.2.7 |
686 | 2023-10-10T22:07:38.861Z | Downloaded jobserver v0.1.26 |
687 | 2023-10-10T22:07:38.866Z | Downloaded untrusted v0.7.1 |
688 | 2023-10-10T22:07:38.912Z | Downloaded structopt-derive v0.4.18 |
689 | 2023-10-10T22:07:38.917Z | Downloaded humantime v2.1.0 |
690 | 2023-10-10T22:07:38.923Z | Downloaded getrandom v0.1.16 |
691 | 2023-10-10T22:07:38.928Z | Downloaded strum_macros v0.25.2 |
692 | 2023-10-10T22:07:38.934Z | Downloaded strum v0.25.0 |
693 | 2023-10-10T22:07:38.953Z | Downloaded tower-service v0.3.2 |
694 | 2023-10-10T22:07:38.969Z | Downloaded either v1.9.0 |
695 | 2023-10-10T22:07:39.393Z | Downloaded http-body v0.4.5 |
696 | 2023-10-10T22:07:39.401Z | Downloaded static_assertions v1.1.0 |
697 | 2023-10-10T22:07:39.406Z | Downloaded vergen v8.2.4 |
698 | 2023-10-10T22:07:39.418Z | Downloaded string_cache v0.8.7 |
699 | 2023-10-10T22:07:39.431Z | Downloaded is-terminal v0.4.9 |
700 | 2023-10-10T22:07:39.445Z | Downloaded ringbuffer v0.15.0 |
701 | 2023-10-10T22:07:39.450Z | Downloaded hex v0.4.3 |
702 | 2023-10-10T22:07:39.459Z | Downloaded xattr v1.0.1 |
703 | 2023-10-10T22:07:39.465Z | Downloaded semver v0.11.0 |
704 | 2023-10-10T22:07:39.476Z | Downloaded serde_repr v0.1.16 |
705 | 2023-10-10T22:07:39.487Z | Downloaded ipnet v2.8.0 |
706 | 2023-10-10T22:07:39.960Z | Downloaded rustfmt-wrapper v0.2.0 |
707 | 2023-10-10T22:07:39.976Z | Downloaded unicode-ident v1.0.12 |
708 | 2023-10-10T22:07:40.015Z | Downloaded dirs-next v2.0.0 |
709 | 2023-10-10T22:07:40.033Z | Downloaded dirs v5.0.1 |
710 | 2023-10-10T22:07:40.048Z | Downloaded structmeta-derive v0.1.6 |
711 | 2023-10-10T22:07:40.063Z | Downloaded zerocopy v0.6.3 |
712 | 2023-10-10T22:07:40.069Z | Downloaded thiserror-impl-no-std v2.0.2 |
713 | 2023-10-10T22:07:40.084Z | Downloaded subprocess v0.2.9 |
714 | 2023-10-10T22:07:40.094Z | Downloaded slog-envlogger v2.2.0 |
715 | 2023-10-10T22:07:40.104Z | Downloaded endian-type v0.1.2 |
716 | 2023-10-10T22:07:40.123Z | Downloaded dyn-clone v1.0.13 |
717 | 2023-10-10T22:07:40.143Z | Downloaded foreign-types v0.3.2 |
718 | 2023-10-10T22:07:40.163Z | Downloaded slog-scope v4.4.0 |
719 | 2023-10-10T22:07:40.176Z | Downloaded tokio-rustls v0.24.1 |
720 | 2023-10-10T22:07:40.185Z | Downloaded io-lifetimes v1.0.11 |
721 | 2023-10-10T22:07:40.189Z | Downloaded semver-parser v0.10.2 |
722 | 2023-10-10T22:07:40.193Z | Downloaded http-range v0.1.5 |
723 | 2023-10-10T22:07:40.197Z | Downloaded strsim v0.8.0 |
724 | 2023-10-10T22:07:40.201Z | Downloaded schemars v0.8.13 |
725 | 2023-10-10T22:07:40.207Z | Downloaded subtle v2.5.0 |
726 | 2023-10-10T22:07:40.215Z | Downloaded headers-core v0.2.0 |
727 | 2023-10-10T22:07:40.225Z | Downloaded rand_chacha v0.2.2 |
728 | 2023-10-10T22:07:40.230Z | Downloaded errno v0.3.2 |
729 | 2023-10-10T22:07:40.238Z | Downloaded rand_chacha v0.3.1 |
730 | 2023-10-10T22:07:40.248Z | Downloaded foreign-types-shared v0.1.1 |
731 | 2023-10-10T22:07:40.257Z | Downloaded group v0.13.0 |
732 | 2023-10-10T22:07:40.266Z | Downloaded synstructure v0.12.6 |
733 | 2023-10-10T22:07:40.280Z | Downloaded time-core v0.1.1 |
734 | 2023-10-10T22:07:40.309Z | Downloaded form_urlencoded v1.2.0 |
735 | 2023-10-10T22:07:40.319Z | Downloaded fixedbitset v0.4.2 |
736 | 2023-10-10T22:07:40.754Z | Downloaded itoa v1.0.9 |
737 | 2023-10-10T22:07:40.779Z | Downloaded time-macros v0.2.13 |
738 | 2023-10-10T22:07:40.789Z | Downloaded rustc-demangle v0.1.23 |
739 | 2023-10-10T22:07:40.824Z | Downloaded usdt-attr-macro v0.3.5 |
740 | 2023-10-10T22:07:40.833Z | Downloaded slog-bunyan v2.4.0 |
741 | 2023-10-10T22:07:40.855Z | Downloaded rustls-native-certs v0.6.3 |
742 | 2023-10-10T22:07:40.904Z | Downloaded hash32 v0.2.1 |
743 | 2023-10-10T22:07:40.923Z | Downloaded fallible-streaming-iterator v0.1.9 |
744 | 2023-10-10T22:07:40.933Z | Downloaded heck v0.4.1 |
745 | 2023-10-10T22:07:40.944Z | Downloaded float-cmp v0.9.0 |
746 | 2023-10-10T22:07:41.000Z | Downloaded spki v0.7.2 |
747 | 2023-10-10T22:07:41.048Z | Downloaded resolv-conf v0.7.0 |
748 | 2023-10-10T22:07:41.062Z | Downloaded tokio-macros v2.1.0 |
749 | 2023-10-10T22:07:41.073Z | Downloaded lalrpop-util v0.19.12 |
750 | 2023-10-10T22:07:41.085Z | Downloaded socket2 v0.4.9 |
751 | 2023-10-10T22:07:41.100Z | Downloaded rustc_version v0.4.0 |
752 | 2023-10-10T22:07:41.112Z | Downloaded hostname v0.3.1 |
753 | 2023-10-10T22:07:41.142Z | Downloaded thiserror-no-std v2.0.2 |
754 | 2023-10-10T22:07:41.159Z | Downloaded signal-hook-registry v1.4.1 |
755 | 2023-10-10T22:07:41.172Z | Downloaded digest v0.10.7 |
756 | 2023-10-10T22:07:41.190Z | Downloaded funty v2.0.0 |
757 | 2023-10-10T22:07:41.608Z | Downloaded slog-json v2.6.1 |
758 | 2023-10-10T22:07:41.620Z | Downloaded semver v1.0.18 |
759 | 2023-10-10T22:07:41.627Z | Downloaded rand_core v0.6.4 |
760 | 2023-10-10T22:07:41.638Z | Downloaded rand_core v0.5.1 |
761 | 2023-10-10T22:07:41.731Z | Downloaded httparse v1.8.0 |
762 | 2023-10-10T22:07:41.926Z | Downloaded signature v2.1.0 |
763 | 2023-10-10T22:07:41.985Z | Downloaded serde_derive_internals v0.26.0 |
764 | 2023-10-10T22:07:42.114Z | Downloaded half v1.8.2 |
765 | 2023-10-10T22:07:42.166Z | Downloaded rustversion v1.0.14 |
766 | 2023-10-10T22:07:42.199Z | Downloaded difflib v0.4.0 |
767 | 2023-10-10T22:07:42.231Z | Downloaded serde_with_macros v2.3.3 |
768 | 2023-10-10T22:07:42.258Z | Downloaded sha1 v0.10.5 |
769 | 2023-10-10T22:07:42.263Z | Downloaded trust-dns-resolver v0.22.0 |
770 | 2023-10-10T22:07:42.270Z | Downloaded similar v2.2.1 |
771 | 2023-10-10T22:07:42.275Z | Downloaded russh-keys v0.38.0 |
772 | 2023-10-10T22:07:42.281Z | Downloaded hyper-rustls v0.24.1 |
773 | 2023-10-10T22:07:42.332Z | Downloaded tar v0.4.40 |
774 | 2023-10-10T22:07:43.566Z | Downloaded futures v0.3.28 |
775 | 2023-10-10T22:07:43.739Z | Downloaded tokio-util v0.7.8 |
776 | 2023-10-10T22:07:43.764Z | Downloaded futures-channel v0.3.28 |
777 | 2023-10-10T22:07:43.791Z | Downloaded slog v2.7.0 |
778 | 2023-10-10T22:07:43.965Z | Downloaded textwrap v0.16.0 |
779 | 2023-10-10T22:07:44.167Z | Downloaded flate2 v1.0.27 |
780 | 2023-10-10T22:07:44.271Z | Downloaded itertools v0.10.5 |
781 | 2023-10-10T22:07:44.373Z | Downloaded winnow v0.5.15 |
782 | 2023-10-10T22:07:47.029Z | Downloaded url v2.4.1 |
783 | 2023-10-10T22:07:47.604Z | Downloaded hashbrown v0.13.2 |
784 | 2023-10-10T22:07:47.786Z | Downloaded unicode-segmentation v1.10.1 |
785 | 2023-10-10T22:07:49.408Z | Downloaded hashbrown v0.12.3 |
786 | 2023-10-10T22:07:49.702Z | Downloaded trust-dns-client v0.22.0 |
787 | 2023-10-10T22:07:50.190Z | Downloaded itertools v0.11.0 |
788 | 2023-10-10T22:07:50.250Z | Downloaded reqwest v0.11.20 |
789 | 2023-10-10T22:07:50.291Z | Downloaded serde_with v2.3.3 |
790 | 2023-10-10T22:07:50.341Z | Downloaded hashbrown v0.14.0 |
791 | 2023-10-10T22:07:50.787Z | Downloaded unicode-normalization v0.1.22 |
792 | 2023-10-10T22:07:50.848Z | Downloaded webpki-roots v0.25.2 |
793 | 2023-10-10T22:07:50.970Z | Downloaded bstr v0.2.17 |
794 | 2023-10-10T22:07:51.027Z | Downloaded hkdf v0.12.3 |
795 | 2023-10-10T22:07:51.084Z | Downloaded curve25519-dalek v4.1.0 |
796 | 2023-10-10T22:07:51.113Z | Downloaded syn v1.0.109 |
797 | 2023-10-10T22:07:51.158Z | Downloaded radix_trie v0.2.1 |
798 | 2023-10-10T22:07:51.176Z | Downloaded h2 v0.3.21 |
799 | 2023-10-10T22:07:51.244Z | Downloaded trust-dns-proto v0.22.0 |
800 | 2023-10-10T22:07:51.324Z | Downloaded git2 v0.17.2 |
801 | 2023-10-10T22:07:51.389Z | Downloaded regex-automata v0.3.8 |
802 | 2023-10-10T22:07:51.530Z | Downloaded hyper v0.14.27 |
803 | 2023-10-10T22:07:51.843Z | Downloaded rustls v0.21.7 |
804 | 2023-10-10T22:07:51.948Z | Downloaded idna v0.4.0 |
805 | 2023-10-10T22:07:52.069Z | Downloaded syn v2.0.32 |
806 | 2023-10-10T22:07:52.535Z | Downloaded rustix v0.37.23 |
807 | 2023-10-10T22:07:52.687Z | Downloaded gimli v0.28.0 |
808 | 2023-10-10T22:07:52.738Z | Downloaded smoltcp v0.8.2 |
809 | 2023-10-10T22:07:53.162Z | Downloaded tokio v1.32.0 |
810 | 2023-10-10T22:07:53.177Z | Downloaded object v0.32.1 |
811 | 2023-10-10T22:07:53.195Z | Downloaded regex-syntax v0.7.5 |
812 | 2023-10-10T22:07:53.208Z | Downloaded nix v0.26.2 |
813 | 2023-10-10T22:07:53.224Z | Downloaded rustix v0.38.9 |
814 | 2023-10-10T22:07:53.248Z | Downloaded sled v0.34.7 |
815 | 2023-10-10T22:07:53.295Z | Downloaded zerocopy-derive v0.2.0 |
816 | 2023-10-10T22:07:53.313Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
817 | 2023-10-10T22:07:53.337Z | Downloaded regex-syntax v0.6.29 |
818 | 2023-10-10T22:07:53.360Z | Downloaded idna v0.2.3 |
819 | 2023-10-10T22:07:53.381Z | Downloaded zerocopy-derive v0.6.3 |
820 | 2023-10-10T22:07:53.396Z | Downloaded libc v0.2.148 |
821 | 2023-10-10T22:07:53.413Z | Downloaded openapiv3 v1.0.3 |
822 | 2023-10-10T22:07:53.439Z | Downloaded rustls-webpki v0.101.4 |
823 | 2023-10-10T22:07:53.453Z | Downloaded regress v0.7.1 |
824 | 2023-10-10T22:07:53.470Z | Downloaded smoltcp v0.9.1 |
825 | 2023-10-10T22:07:53.489Z | Downloaded sha3 v0.10.8 |
826 | 2023-10-10T22:07:53.511Z | Downloaded diesel v2.1.1 |
827 | 2023-10-10T22:07:53.535Z | Downloaded petgraph v0.6.4 |
828 | 2023-10-10T22:07:53.961Z | Downloaded openssl v0.10.57 |
829 | 2023-10-10T22:07:53.969Z | Downloaded bstr v1.6.0 |
830 | 2023-10-10T22:07:53.977Z | Downloaded regex v1.9.5 |
831 | 2023-10-10T22:07:53.989Z | Downloaded vcpkg v0.2.15 |
832 | 2023-10-10T22:07:54.005Z | Downloaded clap v2.34.0 |
833 | 2023-10-10T22:07:54.424Z | Downloaded rusqlite v0.29.0 |
834 | 2023-10-10T22:07:54.435Z | Downloaded serde_json v1.0.107 |
835 | 2023-10-10T22:07:54.446Z | Downloaded futures-util v0.3.28 |
836 | 2023-10-10T22:07:54.459Z | Downloaded winapi v0.3.9 |
837 | 2023-10-10T22:07:54.475Z | Downloaded russh v0.38.0 |
838 | 2023-10-10T22:07:54.490Z | Downloaded chrono v0.4.31 |
839 | 2023-10-10T22:07:54.541Z | Downloaded encoding_rs v0.8.33 |
840 | 2023-10-10T22:07:54.560Z | Downloaded time v0.3.27 |
841 | 2023-10-10T22:07:54.575Z | Downloaded aho-corasick v1.0.4 |
842 | 2023-10-10T22:07:54.587Z | Downloaded regex-automata v0.1.10 |
843 | 2023-10-10T22:07:54.607Z | Downloaded toml_edit v0.19.15 |
844 | 2023-10-10T22:07:54.637Z | Downloaded clap_builder v4.4.2 |
845 | 2023-10-10T22:07:54.678Z | Downloaded tokio-postgres v0.7.10 |
846 | 2023-10-10T22:07:54.708Z | Downloaded rand v0.7.3 |
847 | 2023-10-10T22:07:55.128Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
848 | 2023-10-10T22:07:55.144Z | Downloaded rand v0.8.5 |
849 | 2023-10-10T22:07:55.154Z | Downloaded tungstenite v0.20.1 |
850 | 2023-10-10T22:07:55.163Z | Downloaded toml_edit v0.20.0 |
851 | 2023-10-10T22:07:55.173Z | Downloaded aes-gcm v0.10.2 |
852 | 2023-10-10T22:07:55.179Z | Downloaded serde_yaml v0.9.25 |
853 | 2023-10-10T22:07:55.187Z | Downloaded serde_derive v1.0.188 |
854 | 2023-10-10T22:07:55.209Z | Downloaded serde v1.0.188 |
855 | 2023-10-10T22:07:55.223Z | Downloaded tinyvec v1.6.0 |
856 | 2023-10-10T22:07:55.240Z | Downloaded socket2 v0.5.3 |
857 | 2023-10-10T22:07:55.247Z | Downloaded memchr v2.6.3 |
858 | 2023-10-10T22:07:55.261Z | Downloaded heapless v0.7.16 |
859 | 2023-10-10T22:07:55.281Z | Downloaded ed25519-dalek v2.0.0 |
860 | 2023-10-10T22:07:55.294Z | Downloaded http v0.2.9 |
861 | 2023-10-10T22:07:55.301Z | Downloaded unicode-bidi v0.3.13 |
862 | 2023-10-10T22:07:55.311Z | Downloaded elliptic-curve v0.13.5 |
863 | 2023-10-10T22:07:55.327Z | Downloaded ron v0.7.1 |
864 | 2023-10-10T22:07:55.343Z | Downloaded toml v0.7.8 |
865 | 2023-10-10T22:07:55.352Z | Downloaded foreign-types v0.5.0 |
866 | 2023-10-10T22:07:55.355Z | Downloaded slog-async v2.8.0 |
867 | 2023-10-10T22:07:55.358Z | Downloaded schemars_derive v0.8.13 |
868 | 2023-10-10T22:07:55.362Z | Downloaded spin v0.9.8 |
869 | 2023-10-10T22:07:55.365Z | Downloaded serde_tokenstream v0.2.0 |
870 | 2023-10-10T22:07:55.368Z | Downloaded ryu v1.0.15 |
871 | 2023-10-10T22:07:55.380Z | Downloaded tracing-core v0.1.31 |
872 | 2023-10-10T22:07:55.385Z | Downloaded httpdate v1.0.3 |
873 | 2023-10-10T22:07:55.389Z | Downloaded futures-executor v0.3.28 |
874 | 2023-10-10T22:07:55.394Z | Downloaded serde_tokenstream v0.1.7 |
875 | 2023-10-10T22:07:55.398Z | Downloaded serde_path_to_error v0.1.14 |
876 | 2023-10-10T22:07:55.403Z | Downloaded serde_arrays v0.1.0 |
877 | 2023-10-10T22:07:55.406Z | Downloaded hex-literal v0.4.1 |
878 | 2023-10-10T22:07:55.410Z | Downloaded smf v0.2.2 |
879 | 2023-10-10T22:07:55.413Z | Downloaded headers v0.3.9 |
880 | 2023-10-10T22:07:55.417Z | Downloaded hmac v0.12.1 |
881 | 2023-10-10T22:07:55.420Z | Downloaded der v0.7.8 |
882 | 2023-10-10T22:07:55.423Z | Downloaded zip v0.6.6 |
883 | 2023-10-10T22:07:55.426Z | Downloaded futures-core v0.3.28 |
884 | 2023-10-10T22:07:55.430Z | Downloaded unicode-width v0.1.10 |
885 | 2023-10-10T22:07:55.433Z | Downloaded rcgen v0.10.0 |
886 | 2023-10-10T22:07:55.436Z | Downloaded dirs-sys-next v0.1.2 |
887 | 2023-10-10T22:07:55.440Z | Downloaded slab v0.4.9 |
888 | 2023-10-10T22:07:55.445Z | Downloaded env_logger v0.9.3 |
889 | 2023-10-10T22:07:55.449Z | Downloaded sha2 v0.10.7 |
890 | 2023-10-10T22:07:55.452Z | Downloaded toml v0.5.11 |
891 | 2023-10-10T22:07:55.456Z | Downloaded uuid v1.4.1 |
892 | 2023-10-10T22:07:55.462Z | Downloaded trust-dns-server v0.22.1 |
893 | 2023-10-10T22:07:55.467Z | Downloaded libz-sys v1.1.12 |
894 | 2023-10-10T22:07:55.477Z | Downloaded tracing v0.1.37 |
895 | 2023-10-10T22:07:55.910Z | Downloaded fnv v1.0.7 |
896 | 2023-10-10T22:07:55.919Z | Downloaded stringprep v0.1.3 |
897 | 2023-10-10T22:07:55.930Z | Downloaded home v0.5.5 |
898 | 2023-10-10T22:07:55.940Z | Downloaded slog-dtrace v0.2.3 |
899 | 2023-10-10T22:07:56.409Z | Downloaded pest v2.7.2 |
900 | 2023-10-10T22:07:56.420Z | Downloaded typenum v1.16.0 |
901 | 2023-10-10T22:07:56.432Z | Downloaded num-bigint v0.4.4 |
902 | 2023-10-10T22:07:56.885Z | Downloaded usdt v0.3.5 |
903 | 2023-10-10T22:07:56.930Z | Downloaded keccak v0.1.4 |
904 | 2023-10-10T22:07:56.960Z | Downloaded russh-cryptovec v0.7.0 |
905 | 2023-10-10T22:07:56.977Z | Downloaded indexmap v2.0.0 |
906 | 2023-10-10T22:07:56.998Z | Downloaded glob v0.3.1 |
907 | 2023-10-10T22:07:57.014Z | Downloaded structopt v0.3.26 |
908 | 2023-10-10T22:07:57.031Z | Downloaded bitvec v1.0.1 |
909 | 2023-10-10T22:07:57.046Z | Downloaded mio v0.8.8 |
910 | 2023-10-10T22:07:57.460Z | Downloaded libm v0.2.7 |
911 | 2023-10-10T22:07:57.463Z | Downloaded foreign-types-shared v0.3.1 |
912 | 2023-10-10T22:07:57.466Z | Downloaded unicode-xid v0.2.4 |
913 | 2023-10-10T22:07:57.481Z | Downloaded enum-as-inner v0.5.1 |
914 | 2023-10-10T22:07:57.496Z | Downloaded unsafe-libyaml v0.2.9 |
915 | 2023-10-10T22:07:57.508Z | Downloaded backtrace v0.3.69 |
916 | 2023-10-10T22:07:57.940Z | Downloaded erased-serde v0.3.30 |
917 | 2023-10-10T22:07:57.946Z | Downloaded getrandom v0.2.10 |
918 | 2023-10-10T22:07:57.956Z | Downloaded tokio-stream v0.1.14 |
919 | 2023-10-10T22:07:57.965Z | Downloaded chacha20poly1305 v0.10.1 |
920 | 2023-10-10T22:07:57.974Z | Downloaded fxhash v0.2.1 |
921 | 2023-10-10T22:07:57.980Z | Downloaded hashlink v0.8.3 |
922 | 2023-10-10T22:07:57.991Z | Downloaded fallible-iterator v0.2.0 |
923 | 2023-10-10T22:07:58.413Z | Downloaded spin v0.5.2 |
924 | 2023-10-10T22:07:58.848Z | Downloaded thiserror-impl v1.0.49 |
925 | 2023-10-10T22:07:58.876Z | Downloaded thiserror v1.0.49 |
926 | 2023-10-10T22:07:58.891Z | Downloaded textwrap v0.11.0 |
927 | 2023-10-10T22:07:58.905Z | Downloaded tap v1.0.1 |
928 | 2023-10-10T22:07:58.967Z | Downloaded smallvec v1.11.0 |
929 | 2023-10-10T22:07:59.018Z | Downloaded indexmap v1.9.3 |
930 | 2023-10-10T22:07:59.038Z | Downloaded const-oid v0.9.5 |
931 | 2023-10-10T22:07:59.055Z | Downloaded generic-array v0.14.7 |
932 | 2023-10-10T22:07:59.077Z | Downloaded toolchain_find v0.2.0 |
933 | 2023-10-10T22:07:59.125Z | Downloaded zone v0.2.0 |
934 | 2023-10-10T22:07:59.138Z | Downloaded yasna v0.5.2 |
935 | 2023-10-10T22:07:59.153Z | Downloaded siphasher v0.3.11 |
936 | 2023-10-10T22:07:59.163Z | Downloaded getopts v0.2.21 |
937 | 2023-10-10T22:07:59.173Z | Downloaded ff v0.13.0 |
938 | 2023-10-10T22:07:59.182Z | Downloaded const_format v0.2.31 |
939 | 2023-10-10T22:07:59.193Z | Downloaded libsqlite3-sys v0.26.0 |
940 | 2023-10-10T22:07:59.200Z | Downloaded ring v0.16.20 |
941 | 2023-10-10T22:07:59.212Z | Downloaded tungstenite v0.18.0 |
942 | 2023-10-10T22:07:59.228Z | Downloaded toml v0.8.0 |
943 | 2023-10-10T22:07:59.258Z | Downloaded base64 v0.13.1 |
944 | 2023-10-10T22:07:59.275Z | Downloaded ipnetwork v0.20.0 |
945 | 2023-10-10T22:07:59.312Z | Downloaded base64 v0.21.4 |
946 | 2023-10-10T22:07:59.368Z | Downloaded arc-swap v1.6.0 |
947 | 2023-10-10T22:07:59.388Z | Downloaded openssl-sys v0.9.93 |
948 | 2023-10-10T22:07:59.402Z | Downloaded derive_more v0.99.17 |
949 | 2023-10-10T22:07:59.422Z | Downloaded darling_core v0.20.3 |
950 | 2023-10-10T22:07:59.437Z | Downloaded tokio-native-tls v0.3.1 |
951 | 2023-10-10T22:07:59.458Z | Downloaded structmeta v0.1.6 |
952 | 2023-10-10T22:07:59.493Z | Downloaded strsim v0.10.0 |
953 | 2023-10-10T22:07:59.636Z | Downloaded futures-task v0.3.28 |
954 | 2023-10-10T22:07:59.652Z | Downloaded futures-macro v0.3.28 |
955 | 2023-10-10T22:08:00.499Z | Downloaded heck v0.3.3 |
956 | 2023-10-10T22:08:00.520Z | Downloaded tokio-tungstenite v0.20.1 |
957 | 2023-10-10T22:08:00.962Z | Downloaded ucd-trie v0.1.6 |
958 | 2023-10-10T22:08:00.996Z | Downloaded futures-io v0.3.28 |
959 | 2023-10-10T22:08:01.183Z | Downloaded tempfile v3.8.0 |
960 | 2023-10-10T22:08:01.216Z | Downloaded ed25519 v2.2.2 |
961 | 2023-10-10T22:08:01.673Z | Downloaded zeroize_derive v1.4.2 |
962 | 2023-10-10T22:08:01.689Z | Downloaded allocator-api2 v0.2.16 |
963 | 2023-10-10T22:08:01.707Z | Downloaded slog-term v2.9.0 |
964 | 2023-10-10T22:08:01.726Z | Downloaded serde_urlencoded v0.7.1 |
965 | 2023-10-10T22:08:01.747Z | Downloaded serde_spanned v0.6.3 |
966 | 2023-10-10T22:08:01.764Z | Downloaded foreign-types-macros v0.2.3 |
967 | 2023-10-10T22:08:02.199Z | Downloaded dtrace-parser v0.1.14 |
968 | 2023-10-10T22:08:02.219Z | Downloaded stable_deref_trait v1.2.0 |
969 | 2023-10-10T22:08:02.247Z | Downloaded futures-sink v0.3.28 |
970 | 2023-10-10T22:08:02.270Z | Downloaded hyper-tls v0.5.0 |
971 | 2023-10-10T22:08:02.710Z | Downloaded usdt-impl v0.3.5 |
972 | 2023-10-10T22:08:02.739Z | Downloaded pest_derive v2.7.2 |
973 | 2023-10-10T22:08:02.759Z | Downloaded clap v4.4.3 |
974 | 2023-10-10T22:08:02.772Z | Downloaded crypto-bigint v0.5.2 |
975 | 2023-10-10T22:08:02.793Z | Downloaded cancel-safe-futures v0.1.2 |
976 | 2023-10-10T22:08:03.280Z | Downloaded dirs-sys v0.4.1 |
977 | 2023-10-10T22:08:03.300Z | Downloaded rustls-pemfile v1.0.3 |
978 | 2023-10-10T22:08:03.316Z | Downloaded hyper-staticfile v0.9.5 |
979 | 2023-10-10T22:08:03.333Z | Downloaded vsss-rs v3.3.1 |
980 | 2023-10-10T22:08:03.346Z | Downloaded parking_lot v0.12.1 |
981 | 2023-10-10T22:08:03.359Z | Downloaded zone_cfg_derive v0.2.0 |
982 | 2023-10-10T22:08:03.374Z | Downloaded scopeguard v1.2.0 |
983 | 2023-10-10T22:08:03.397Z | Downloaded sct v0.7.0 |
984 | 2023-10-10T22:08:03.408Z | Downloaded diesel_derives v2.1.1 |
985 | 2023-10-10T22:08:03.418Z | Downloaded fastrand v2.0.0 |
986 | 2023-10-10T22:08:03.427Z | Downloaded tracing-attributes v0.1.26 |
987 | 2023-10-10T22:08:03.438Z | Downloaded tokio-tungstenite v0.18.0 |
988 | 2023-10-10T22:08:03.465Z | Downloaded dof v0.1.5 |
989 | 2023-10-10T22:08:03.490Z | Downloaded zeroize v1.6.0 |
990 | 2023-10-10T22:08:03.517Z | Downloaded ahash v0.7.6 |
991 | 2023-10-10T22:08:03.530Z | Downloaded vec_map v0.8.2 |
992 | 2023-10-10T22:08:03.569Z | Downloaded ghash v0.5.0 |
993 | 2023-10-10T22:08:03.581Z | Downloaded once_cell v1.18.0 |
994 | 2023-10-10T22:08:03.598Z | Downloaded equivalent v1.0.1 |
995 | 2023-10-10T22:08:03.624Z | Downloaded unicase v2.7.0 |
996 | 2023-10-10T22:08:03.651Z | Downloaded iana-time-zone v0.1.57 |
997 | 2023-10-10T22:08:03.672Z | Downloaded term v0.7.0 |
998 | 2023-10-10T22:08:03.691Z | Downloaded pkcs8 v0.10.2 |
999 | 2023-10-10T22:08:03.704Z | Downloaded crc32fast v1.3.2 |
1000 | 2023-10-10T22:08:03.718Z | Downloaded cc v1.0.83 |
1001 | 2023-10-10T22:08:03.745Z | Downloaded slog-stdlog v4.1.1 |
1002 | 2023-10-10T22:08:03.763Z | Downloaded inout v0.1.3 |
1003 | 2023-10-10T22:08:03.777Z | Downloaded wyz v0.5.1 |
1004 | 2023-10-10T22:08:03.785Z | Downloaded utf8parse v0.2.1 |
1005 | 2023-10-10T22:08:03.800Z | Downloaded parking_lot_core v0.9.8 |
1006 | 2023-10-10T22:08:04.242Z | Downloaded parking_lot v0.11.2 |
1007 | 2023-10-10T22:08:04.261Z | Downloaded cipher v0.4.4 |
1008 | 2023-10-10T22:08:04.334Z | Downloaded ahash v0.8.3 |
1009 | 2023-10-10T22:08:04.348Z | Downloaded universal-hash v0.5.1 |
1010 | 2023-10-10T22:08:04.365Z | Downloaded unicode-linebreak v0.1.5 |
1011 | 2023-10-10T22:08:04.380Z | Downloaded mime_guess v2.0.4 |
1012 | 2023-10-10T22:08:04.389Z | Downloaded log v0.4.20 |
1013 | 2023-10-10T22:08:04.411Z | Downloaded deranged v0.3.8 |
1014 | 2023-10-10T22:08:04.429Z | Downloaded ciborium-ll v0.2.1 |
1015 | 2023-10-10T22:08:04.464Z | Downloaded toml_datetime v0.6.3 |
1016 | 2023-10-10T22:08:04.483Z | Downloaded thread_local v1.1.7 |
1017 | 2023-10-10T22:08:04.504Z | Downloaded whoami v1.4.1 |
1018 | 2023-10-10T22:08:04.539Z | Downloaded walkdir v2.4.0 |
1019 | 2023-10-10T22:08:04.553Z | Downloaded version_check v0.9.4 |
1020 | 2023-10-10T22:08:04.574Z | Downloaded utf-8 v0.7.6 |
1021 | 2023-10-10T22:08:04.596Z | Downloaded ansi_term v0.12.1 |
1022 | 2023-10-10T22:08:04.627Z | Downloaded smawk v0.3.1 |
1023 | 2023-10-10T22:08:04.658Z | Downloaded waitgroup v0.1.2 |
1024 | 2023-10-10T22:08:04.675Z | Downloaded thread-id v4.2.0 |
1025 | 2023-10-10T22:08:05.109Z | Downloaded termcolor v1.2.0 |
1026 | 2023-10-10T22:08:05.137Z | Downloaded proc-macro-error-attr v1.0.4 |
1027 | 2023-10-10T22:08:05.158Z | Downloaded argon2 v0.5.2 |
1028 | 2023-10-10T22:08:05.185Z | Downloaded ident_case v1.0.1 |
1029 | 2023-10-10T22:08:05.620Z | Downloaded r2d2 v0.8.10 |
1030 | 2023-10-10T22:08:05.642Z | Downloaded nibble_vec v0.1.0 |
1031 | 2023-10-10T22:08:05.658Z | Downloaded mime v0.3.17 |
1032 | 2023-10-10T22:08:05.674Z | Downloaded memoffset v0.7.1 |
1033 | 2023-10-10T22:08:06.100Z | Downloaded memoffset v0.9.0 |
1034 | 2023-10-10T22:08:06.108Z | Downloaded convert_case v0.4.0 |
1035 | 2023-10-10T22:08:06.124Z | Downloaded const_format_proc_macros v0.2.31 |
1036 | 2023-10-10T22:08:06.133Z | Downloaded colored v2.0.4 |
1037 | 2023-10-10T22:08:06.141Z | Downloaded atomic-waker v1.1.1 |
1038 | 2023-10-10T22:08:07.024Z | Downloaded async-recursion v1.0.5 |
1039 | 2023-10-10T22:08:07.512Z | Downloaded postgres-protocol v0.6.6 |
1040 | 2023-10-10T22:08:07.534Z | Downloaded managed v0.8.0 |
1041 | 2023-10-10T22:08:07.559Z | Downloaded ctr v0.9.2 |
1042 | 2023-10-10T22:08:07.578Z | Downloaded async-trait v0.1.73 |
1043 | 2023-10-10T22:08:07.596Z | Downloaded num-integer v0.1.45 |
1044 | 2023-10-10T22:08:07.618Z | Downloaded native-tls v0.2.11 |
1045 | 2023-10-10T22:08:07.647Z | Downloaded data-encoding v2.4.0 |
1046 | 2023-10-10T22:08:07.679Z | Downloaded block-padding v0.3.3 |
1047 | 2023-10-10T22:08:07.704Z | Downloaded linked-hash-map v0.5.6 |
1048 | 2023-10-10T22:08:08.139Z | Downloaded cfg-if v1.0.0 |
1049 | 2023-10-10T22:08:08.158Z | Downloaded paste v1.0.14 |
1050 | 2023-10-10T22:08:08.178Z | Downloaded postcard-cobs v0.1.5-pre |
1051 | 2023-10-10T22:08:08.216Z | Downloaded num_enum v0.7.0 |
1052 | 2023-10-10T22:08:08.261Z | Downloaded async-stream v0.3.5 |
1053 | 2023-10-10T22:08:08.685Z | Downloaded try-lock v0.2.4 |
1054 | 2023-10-10T22:08:08.693Z | Downloaded aead v0.5.2 |
1055 | 2023-10-10T22:08:08.701Z | Downloaded num-iter v0.1.43 |
1056 | 2023-10-10T22:08:08.714Z | Downloaded multer v2.1.0 |
1057 | 2023-10-10T22:08:08.730Z | Downloaded camino-tempfile v1.0.2 |
1058 | 2023-10-10T22:08:08.743Z | Downloaded proc-macro-error v1.0.4 |
1059 | 2023-10-10T22:08:08.768Z | Downloaded num_enum_derive v0.7.0 |
1060 | 2023-10-10T22:08:09.218Z | Downloaded tinyvec_macros v0.1.1 |
1061 | 2023-10-10T22:08:09.234Z | Downloaded radium v0.7.0 |
1062 | 2023-10-10T22:08:09.251Z | Downloaded quote v1.0.33 |
1063 | 2023-10-10T22:08:10.091Z | Downloaded proc-macro2 v1.0.67 |
1064 | 2023-10-10T22:08:10.106Z | Downloaded num_enum v0.5.11 |
1065 | 2023-10-10T22:08:10.120Z | Downloaded cstr-argument v0.1.2 |
1066 | 2023-10-10T22:08:10.126Z | Downloaded aes-gcm-siv v0.11.1 |
1067 | 2023-10-10T22:08:10.132Z | Downloaded anstyle-parse v0.2.1 |
1068 | 2023-10-10T22:08:10.144Z | Downloaded proc-macro-crate v1.3.1 |
1069 | 2023-10-10T22:08:10.157Z | Downloaded num-complex v0.4.4 |
1070 | 2023-10-10T22:08:10.181Z | Downloaded ciborium-io v0.2.1 |
1071 | 2023-10-10T22:08:10.194Z | Downloaded num-traits v0.2.16 |
1072 | 2023-10-10T22:08:10.225Z | Downloaded darling_macro v0.20.3 |
1073 | 2023-10-10T22:08:10.238Z | Downloaded blowfish v0.9.1 |
1074 | 2023-10-10T22:08:10.253Z | Downloaded macaddr v1.0.1 |
1075 | 2023-10-10T22:08:10.264Z | Downloaded md5 v0.7.0 |
1076 | 2023-10-10T22:08:10.278Z | Downloaded omicron-zone-package v0.8.3 |
1077 | 2023-10-10T22:08:10.288Z | Downloaded parse-display v0.7.0 |
1078 | 2023-10-10T22:08:10.303Z | Downloaded new_debug_unreachable v1.0.4 |
1079 | 2023-10-10T22:08:10.312Z | Downloaded clap_lex v0.5.1 |
1080 | 2023-10-10T22:08:10.329Z | Downloaded postgres-types v0.2.6 |
1081 | 2023-10-10T22:08:10.339Z | Downloaded platforms v3.0.2 |
1082 | 2023-10-10T22:08:10.348Z | Downloaded phf v0.11.2 |
1083 | 2023-10-10T22:08:10.359Z | Downloaded match_cfg v0.1.0 |
1084 | 2023-10-10T22:08:10.369Z | Downloaded clap_derive v4.4.2 |
1085 | 2023-10-10T22:08:10.372Z | Downloaded predicates v3.0.3 |
1086 | 2023-10-10T22:08:10.376Z | Downloaded postcard v0.7.3 |
1087 | 2023-10-10T22:08:10.380Z | Downloaded pin-project-lite v0.2.13 |
1088 | 2023-10-10T22:08:10.384Z | Downloaded pest_meta v2.7.2 |
1089 | 2023-10-10T22:08:10.388Z | Downloaded pbkdf2 v0.11.0 |
1090 | 2023-10-10T22:08:10.391Z | Downloaded colorchoice v1.0.0 |
1091 | 2023-10-10T22:08:10.394Z | Downloaded atty v0.2.14 |
1092 | 2023-10-10T22:08:10.398Z | Downloaded anstyle-query v1.0.0 |
1093 | 2023-10-10T22:08:10.402Z | Downloaded pkg-config v0.3.27 |
1094 | 2023-10-10T22:08:10.406Z | Downloaded pest_generator v2.7.2 |
1095 | 2023-10-10T22:08:10.410Z | Downloaded opaque-debug v0.3.0 |
1096 | 2023-10-10T22:08:10.414Z | Downloaded bitstruct v0.1.1 |
1097 | 2023-10-10T22:08:10.418Z | Downloaded debug-ignore v1.0.5 |
1098 | 2023-10-10T22:08:10.423Z | Downloaded atomicwrites v0.4.1 |
1099 | 2023-10-10T22:08:10.427Z | Downloaded predicates-core v1.0.6 |
1100 | 2023-10-10T22:08:10.431Z | Downloaded ppv-lite86 v0.2.17 |
1101 | 2023-10-10T22:08:10.434Z | Downloaded polyval v0.6.1 |
1102 | 2023-10-10T22:08:10.439Z | Downloaded poly1305 v0.8.0 |
1103 | 2023-10-10T22:08:10.442Z | Downloaded phf_shared v0.10.0 |
1104 | 2023-10-10T22:08:10.446Z | Downloaded camino v1.1.6 |
1105 | 2023-10-10T22:08:10.450Z | Downloaded bincode v1.3.3 |
1106 | 2023-10-10T22:08:10.454Z | Downloaded normalize-line-endings v0.3.0 |
1107 | 2023-10-10T22:08:10.459Z | Downloaded bzip2 v0.4.4 |
1108 | 2023-10-10T22:08:10.462Z | Downloaded lru-cache v0.1.2 |
1109 | 2023-10-10T22:08:10.466Z | Downloaded libefi-sys v0.1.0 |
1110 | 2023-10-10T22:08:10.474Z | Downloaded lazy_static v1.4.0 |
1111 | 2023-10-10T22:08:10.902Z | Downloaded cfg-if v0.1.10 |
1112 | 2023-10-10T22:08:10.922Z | Downloaded pretty-hex v0.3.0 |
1113 | 2023-10-10T22:08:10.940Z | Downloaded md-5 v0.10.5 |
1114 | 2023-10-10T22:08:11.358Z | Downloaded openssl-probe v0.1.5 |
1115 | 2023-10-10T22:08:11.366Z | Downloaded openssl-macros v0.1.1 |
1116 | 2023-10-10T22:08:11.374Z | Downloaded num_threads v0.1.6 |
1117 | 2023-10-10T22:08:11.383Z | Downloaded num_enum_derive v0.5.11 |
1118 | 2023-10-10T22:08:11.396Z | Downloaded num-rational v0.4.1 |
1119 | 2023-10-10T22:08:11.405Z | Downloaded crossbeam-channel v0.5.8 |
1120 | 2023-10-10T22:08:11.419Z | Downloaded chacha20 v0.9.1 |
1121 | 2023-10-10T22:08:11.868Z | Downloaded bytes v1.5.0 |
1122 | 2023-10-10T22:08:11.897Z | Downloaded blake2 v0.10.6 |
1123 | 2023-10-10T22:08:12.006Z | Downloaded bitstruct_derive v0.1.0 |
1124 | 2023-10-10T22:08:12.075Z | Downloaded bitflags v2.4.0 |
1125 | 2023-10-10T22:08:12.503Z | Downloaded bitflags v1.3.2 |
1126 | 2023-10-10T22:08:12.526Z | Downloaded bit_field v0.10.2 |
1127 | 2023-10-10T22:08:12.551Z | Downloaded bit-vec v0.6.3 |
1128 | 2023-10-10T22:08:12.572Z | Downloaded bit-set v0.5.3 |
1129 | 2023-10-10T22:08:12.594Z | Downloaded base64ct v1.6.0 |
1130 | 2023-10-10T22:08:12.615Z | Downloaded backoff v0.4.0 |
1131 | 2023-10-10T22:08:12.629Z | Downloaded anyhow v1.0.75 |
1132 | 2023-10-10T22:08:12.649Z | Downloaded adler v1.0.2 |
1133 | 2023-10-10T22:08:12.681Z | Downloaded block-buffer v0.10.4 |
1134 | 2023-10-10T22:08:12.701Z | Downloaded base16ct v0.2.0 |
1135 | 2023-10-10T22:08:12.717Z | Downloaded autocfg v1.1.0 |
1136 | 2023-10-10T22:08:12.733Z | Downloaded async-stream-impl v0.3.5 |
1137 | 2023-10-10T22:08:12.757Z | Compiling proc-macro2 v1.0.67 |
1138 | 2023-10-10T22:08:12.772Z | Compiling unicode-ident v1.0.12 |
1139 | 2023-10-10T22:08:13.197Z | Compiling libc v0.2.148 |
1140 | 2023-10-10T22:08:13.217Z | Compiling serde v1.0.188 |
1141 | 2023-10-10T22:08:13.240Z | Compiling version_check v0.9.4 |
1142 | 2023-10-10T22:08:13.259Z | Compiling autocfg v1.1.0 |
1143 | 2023-10-10T22:08:13.267Z | Compiling cfg-if v1.0.0 |
1144 | 2023-10-10T22:08:13.278Z | Compiling syn v1.0.109 |
1145 | 2023-10-10T22:08:13.290Z | Compiling typenum v1.16.0 |
1146 | 2023-10-10T22:08:13.306Z | Compiling once_cell v1.18.0 |
1147 | 2023-10-10T22:08:13.321Z | Compiling parking_lot_core v0.9.8 |
1148 | 2023-10-10T22:08:13.332Z | Compiling generic-array v0.14.7 |
1149 | 2023-10-10T22:08:13.346Z | Compiling lock_api v0.4.10 |
1150 | 2023-10-10T22:08:13.367Z | Compiling thiserror v1.0.49 |
1151 | 2023-10-10T22:08:13.383Z | Compiling libm v0.2.7 |
1152 | 2023-10-10T22:08:13.398Z | Compiling num-traits v0.2.16 |
1153 | 2023-10-10T22:08:13.823Z | Compiling itoa v1.0.9 |
1154 | 2023-10-10T22:08:13.839Z | Compiling futures-core v0.3.28 |
1155 | 2023-10-10T22:08:13.858Z | Compiling ahash v0.8.3 |
1156 | 2023-10-10T22:08:13.884Z | Compiling memchr v2.6.3 |
1157 | 2023-10-10T22:08:13.912Z | Compiling log v0.4.20 |
1158 | 2023-10-10T22:08:13.955Z | Compiling serde_json v1.0.107 |
1159 | 2023-10-10T22:08:13.972Z | Compiling slab v0.4.9 |
1160 | 2023-10-10T22:08:13.986Z | Compiling quote v1.0.33 |
1161 | 2023-10-10T22:08:13.996Z | Compiling futures-channel v0.3.28 |
1162 | 2023-10-10T22:08:14.009Z | Compiling futures-task v0.3.28 |
1163 | 2023-10-10T22:08:14.025Z | Compiling futures-util v0.3.28 |
1164 | 2023-10-10T22:08:14.039Z | Compiling syn v2.0.32 |
1165 | 2023-10-10T22:08:14.074Z | Compiling getrandom v0.2.10 |
1166 | 2023-10-10T22:08:14.096Z | Compiling jobserver v0.1.26 |
1167 | 2023-10-10T22:08:14.120Z | Compiling rand_core v0.6.4 |
1168 | 2023-10-10T22:08:14.143Z | Compiling pkg-config v0.3.27 |
1169 | 2023-10-10T22:08:14.581Z | Compiling cc v1.0.83 |
1170 | 2023-10-10T22:08:14.616Z | Compiling ryu v1.0.15 |
1171 | 2023-10-10T22:08:15.495Z | Compiling allocator-api2 v0.2.16 |
1172 | 2023-10-10T22:08:15.568Z | Compiling vcpkg v0.2.15 |
1173 | 2023-10-10T22:08:16.794Z | Compiling schemars v0.8.13 |
1174 | 2023-10-10T22:08:16.802Z | Compiling hashbrown v0.14.0 |
1175 | 2023-10-10T22:08:16.814Z | Compiling equivalent v1.0.1 |
1176 | 2023-10-10T22:08:16.826Z | Compiling byteorder v1.4.3 |
1177 | 2023-10-10T22:08:16.834Z | Compiling httparse v1.8.0 |
1178 | 2023-10-10T22:08:16.848Z | Compiling ahash v0.7.6 |
1179 | 2023-10-10T22:08:16.863Z | Compiling semver v1.0.18 |
1180 | 2023-10-10T22:08:16.899Z | Compiling scopeguard v1.2.0 |
1181 | 2023-10-10T22:08:16.919Z | Compiling iana-time-zone v0.1.57 |
1182 | 2023-10-10T22:08:16.934Z | Compiling fnv v1.0.7 |
1183 | 2023-10-10T22:08:16.952Z | Compiling smallvec v1.11.0 |
1184 | 2023-10-10T22:08:17.377Z | Compiling heck v0.4.1 |
1185 | 2023-10-10T22:08:17.401Z | Compiling indexmap v1.9.3 |
1186 | 2023-10-10T22:08:17.430Z | Compiling time-core v0.1.1 |
1187 | 2023-10-10T22:08:17.454Z | Compiling ring v0.16.20 |
1188 | 2023-10-10T22:08:17.573Z | Compiling pin-project-lite v0.2.13 |
1189 | 2023-10-10T22:08:17.601Z | Compiling dyn-clone v1.0.13 |
1190 | 2023-10-10T22:08:17.626Z | Compiling time-macros v0.2.13 |
1191 | 2023-10-10T22:08:17.630Z | Compiling openssl-sys v0.9.93 |
1192 | 2023-10-10T22:08:17.643Z | Compiling subtle v2.5.0 |
1193 | 2023-10-10T22:08:17.663Z | Compiling ucd-trie v0.1.6 |
1194 | 2023-10-10T22:08:17.673Z | Compiling winnow v0.5.15 |
1195 | 2023-10-10T22:08:17.683Z | Compiling parking_lot v0.12.1 |
1196 | 2023-10-10T22:08:17.737Z | Compiling slog v2.7.0 |
1197 | 2023-10-10T22:08:17.764Z | Compiling ppv-lite86 v0.2.17 |
1198 | 2023-10-10T22:08:17.776Z | Compiling rustls v0.21.7 |
1199 | 2023-10-10T22:08:17.785Z | Compiling openssl v0.10.57 |
1200 | 2023-10-10T22:08:17.807Z | Compiling tinyvec_macros v0.1.1 |
1201 | 2023-10-10T22:08:17.841Z | Compiling tinyvec v1.6.0 |
1202 | 2023-10-10T22:08:17.886Z | Compiling socket2 v0.5.3 |
1203 | 2023-10-10T22:08:17.926Z | Compiling signal-hook-registry v1.4.1 |
1204 | 2023-10-10T22:08:17.942Z | Compiling mio v0.8.8 |
1205 | 2023-10-10T22:08:17.972Z | Compiling num_cpus v1.16.0 |
1206 | 2023-10-10T22:08:18.003Z | Compiling native-tls v0.2.11 |
1207 | 2023-10-10T22:08:18.019Z | Compiling unicode-bidi v0.3.13 |
1208 | 2023-10-10T22:08:18.039Z | Compiling rand_chacha v0.3.1 |
1209 | 2023-10-10T22:08:18.050Z | Compiling unicode-normalization v0.1.22 |
1210 | 2023-10-10T22:08:18.069Z | Compiling serde_derive_internals v0.26.0 |
1211 | 2023-10-10T22:08:18.498Z | Compiling spin v0.5.2 |
1212 | 2023-10-10T22:08:18.930Z | Compiling unicode-xid v0.2.4 |
1213 | 2023-10-10T22:08:18.959Z | Compiling rand v0.8.5 |
1214 | 2023-10-10T22:08:18.973Z | Compiling percent-encoding v2.3.0 |
1215 | 2023-10-10T22:08:18.997Z | Compiling futures-sink v0.3.28 |
1216 | 2023-10-10T22:08:19.025Z | Compiling synstructure v0.12.6 |
1217 | 2023-10-10T22:08:19.075Z | Compiling form_urlencoded v1.2.0 |
1218 | 2023-10-10T22:08:19.093Z | Compiling backtrace v0.3.69 |
1219 | 2023-10-10T22:08:19.163Z | Compiling pin-utils v0.1.0 |
1220 | 2023-10-10T22:08:19.185Z | Compiling async-trait v0.1.73 |
1221 | 2023-10-10T22:08:19.195Z | Compiling crossbeam-utils v0.8.16 |
1222 | 2023-10-10T22:08:19.211Z | Compiling idna v0.4.0 |
1223 | 2023-10-10T22:08:19.711Z | Compiling aho-corasick v1.0.4 |
1224 | 2023-10-10T22:08:19.849Z | Compiling regex-syntax v0.7.5 |
1225 | 2023-10-10T22:08:19.940Z | Compiling futures-io v0.3.28 |
1226 | 2023-10-10T22:08:20.105Z | Compiling const-oid v0.9.5 |
1227 | 2023-10-10T22:08:20.246Z | Compiling hashbrown v0.12.3 |
1228 | 2023-10-10T22:08:20.289Z | Compiling unicode-width v0.1.10 |
1229 | 2023-10-10T22:08:20.364Z | Compiling url v2.4.1 |
1230 | 2023-10-10T22:08:20.481Z | Compiling anyhow v1.0.75 |
1231 | 2023-10-10T22:08:20.526Z | Compiling num_threads v0.1.6 |
1232 | 2023-10-10T22:08:20.962Z | Compiling deranged v0.3.8 |
1233 | 2023-10-10T22:08:20.972Z | Compiling usdt-impl v0.3.5 |
1234 | 2023-10-10T22:08:20.992Z | Compiling thread-id v4.2.0 |
1235 | 2023-10-10T22:08:21.003Z | Compiling tracing-core v0.1.31 |
1236 | 2023-10-10T22:08:21.017Z | Compiling hashbrown v0.13.2 |
1237 | 2023-10-10T22:08:21.056Z | Compiling cpufeatures v0.2.9 |
1238 | 2023-10-10T22:08:21.062Z | Compiling adler v1.0.2 |
1239 | 2023-10-10T22:08:21.094Z | Compiling miniz_oxide v0.7.1 |
1240 | 2023-10-10T22:08:21.101Z | Compiling time v0.3.27 |
1241 | 2023-10-10T22:08:21.107Z | Compiling lazy_static v1.4.0 |
1242 | 2023-10-10T22:08:21.111Z | Compiling regex-automata v0.3.8 |
1243 | 2023-10-10T22:08:21.134Z | Compiling rustix v0.38.9 |
1244 | 2023-10-10T22:08:21.139Z | Compiling bitflags v1.3.2 |
1245 | 2023-10-10T22:08:21.143Z | Compiling gimli v0.28.0 |
1246 | 2023-10-10T22:08:21.147Z | Compiling serde_derive v1.0.188 |
1247 | 2023-10-10T22:08:21.157Z | Compiling zeroize_derive v1.4.2 |
1248 | 2023-10-10T22:08:21.161Z | Compiling thiserror-impl v1.0.49 |
1249 | 2023-10-10T22:08:21.166Z | Compiling tokio-macros v2.1.0 |
1250 | 2023-10-10T22:08:21.170Z | Compiling futures-macro v0.3.28 |
1251 | 2023-10-10T22:08:21.176Z | Compiling tracing-attributes v0.1.26 |
1252 | 2023-10-10T22:08:21.182Z | Compiling schemars_derive v0.8.13 |
1253 | 2023-10-10T22:08:21.201Z | Compiling zeroize v1.6.0 |
1254 | 2023-10-10T22:08:21.649Z | Compiling pest v2.7.2 |
1255 | 2023-10-10T22:08:21.700Z | Compiling openssl-macros v0.1.1 |
1256 | 2023-10-10T22:08:21.728Z | Compiling zerocopy-derive v0.2.0 |
1257 | 2023-10-10T22:08:21.787Z | Compiling crypto-common v0.1.6 |
1258 | 2023-10-10T22:08:21.830Z | Compiling block-buffer v0.10.4 |
1259 | 2023-10-10T22:08:21.855Z | Compiling regex v1.9.5 |
1260 | 2023-10-10T22:08:21.937Z | Compiling digest v0.10.7 |
1261 | 2023-10-10T22:08:22.737Z | Compiling tracing v0.1.37 |
1262 | 2023-10-10T22:08:23.582Z | Compiling pest_meta v2.7.2 |
1263 | 2023-10-10T22:08:23.732Z | Compiling zerocopy v0.3.0 |
1264 | 2023-10-10T22:08:25.295Z | Compiling dof v0.1.5 |
1265 | 2023-10-10T22:08:27.010Z | Compiling pest_generator v2.7.2 |
1266 | 2023-10-10T22:08:27.148Z | Compiling addr2line v0.21.0 |
1267 | 2023-10-10T22:08:27.755Z | Compiling object v0.32.1 |
1268 | 2023-10-10T22:08:27.872Z | Compiling rustc-demangle v0.1.23 |
1269 | 2023-10-10T22:08:29.529Z | Compiling siphasher v0.3.11 |
1270 | 2023-10-10T22:08:29.666Z | Compiling base64 v0.21.4 |
1271 | 2023-10-10T22:08:29.817Z | Compiling untrusted v0.7.1 |
1272 | 2023-10-10T22:08:29.872Z | Compiling socket2 v0.4.9 |
1273 | 2023-10-10T22:08:31.099Z | Compiling pest_derive v2.7.2 |
1274 | 2023-10-10T22:08:32.451Z | Compiling phf_shared v0.11.2 |
1275 | 2023-10-10T22:08:33.470Z | Compiling httpdate v1.0.3 |
1276 | 2023-10-10T22:08:34.127Z | Compiling try-lock v0.2.4 |
1277 | 2023-10-10T22:08:34.857Z | Compiling mime v0.3.17 |
1278 | 2023-10-10T22:08:35.264Z | Compiling want v0.3.1 |
1279 | 2023-10-10T22:08:35.455Z | Compiling openssl-probe v0.1.5 |
1280 | 2023-10-10T22:08:35.708Z | Compiling dtrace-parser v0.1.14 |
1281 | 2023-10-10T22:08:36.155Z | Compiling strsim v0.10.0 |
1282 | 2023-10-10T22:08:36.461Z | Compiling tower-service v0.3.2 |
1283 | 2023-10-10T22:08:36.583Z | Compiling foreign-types-shared v0.1.1 |
1284 | 2023-10-10T22:08:37.258Z | Compiling foreign-types v0.3.2 |
1285 | 2023-10-10T22:08:37.481Z | Compiling ipnet v2.8.0 |
1286 | 2023-10-10T22:08:37.826Z | Compiling rustls-webpki v0.101.4 |
1287 | 2023-10-10T22:08:37.973Z | Compiling sct v0.7.0 |
1288 | 2023-10-10T22:08:38.236Z | Compiling rustls-pemfile v1.0.3 |
1289 | 2023-10-10T22:08:38.296Z | Compiling bytes v1.5.0 |
1290 | 2023-10-10T22:08:38.609Z | Compiling indexmap v2.0.0 |
1291 | 2023-10-10T22:08:38.843Z | Compiling chrono v0.4.31 |
1292 | 2023-10-10T22:08:39.073Z | Compiling uuid v1.4.1 |
1293 | 2023-10-10T22:08:49.990Z | Compiling serde_spanned v0.6.3 |
1294 | 2023-10-10T22:08:50.371Z | Compiling toml_datetime v0.6.3 |
1295 | 2023-10-10T22:08:50.654Z | Compiling http v0.2.9 |
1296 | 2023-10-10T22:08:51.252Z | Compiling tokio v1.32.0 |
1297 | 2023-10-10T22:08:51.443Z | Compiling toml_edit v0.19.15 |
1298 | 2023-10-10T22:08:51.889Z | Compiling bitflags v2.4.0 |
1299 | 2023-10-10T22:08:52.341Z | Compiling openapiv3 v1.0.3 |
1300 | 2023-10-10T22:08:52.509Z | Compiling serde_tokenstream v0.1.7 |
1301 | 2023-10-10T22:08:53.136Z | Compiling rustc_version v0.4.0 |
1302 | 2023-10-10T22:08:53.290Z | Compiling usdt-attr-macro v0.3.5 |
1303 | 2023-10-10T22:08:53.429Z | Compiling usdt-macro v0.3.5 |
1304 | 2023-10-10T22:08:53.659Z | Compiling http-body v0.4.5 |
1305 | 2023-10-10T22:08:53.832Z | Compiling serde_tokenstream v0.2.0 |
1306 | 2023-10-10T22:08:54.055Z | Compiling regress v0.7.1 |
1307 | 2023-10-10T22:08:54.233Z | Compiling encoding_rs v0.8.33 |
1308 | 2023-10-10T22:08:55.114Z | Compiling rustls-native-certs v0.6.3 |
1309 | 2023-10-10T22:08:55.620Z | Compiling serde_urlencoded v0.7.1 |
1310 | 2023-10-10T22:08:55.694Z | Compiling tokio-util v0.7.8 |
1311 | 2023-10-10T22:08:55.919Z | Compiling tokio-rustls v0.24.1 |
1312 | 2023-10-10T22:08:56.088Z | Compiling errno v0.3.2 |
1313 | 2023-10-10T22:08:56.396Z | Compiling webpki-roots v0.25.2 |
1314 | 2023-10-10T22:08:56.650Z | Compiling getopts v0.2.21 |
1315 | 2023-10-10T22:08:56.988Z | Compiling unsafe-libyaml v0.2.9 |
1316 | 2023-10-10T22:08:57.428Z | Compiling futures-executor v0.3.28 |
1317 | 2023-10-10T22:08:57.452Z | Compiling h2 v0.3.21 |
1318 | 2023-10-10T22:08:57.474Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1319 | 2023-10-10T22:08:57.984Z | Compiling serde_yaml v0.9.25 |
1320 | 2023-10-10T22:08:58.056Z | Compiling tokio-native-tls v0.3.1 |
1321 | 2023-10-10T22:08:58.518Z | Compiling hmac v0.12.1 |
1322 | 2023-10-10T22:08:58.807Z | Compiling num-integer v0.1.45 |
1323 | 2023-10-10T22:08:59.216Z | Compiling rustversion v1.0.14 |
1324 | 2023-10-10T22:09:00.076Z | Compiling usdt v0.3.5 |
1325 | 2023-10-10T22:09:00.272Z | Compiling hex v0.4.3 |
1326 | 2023-10-10T22:09:00.479Z | Compiling sha2 v0.10.7 |
1327 | 2023-10-10T22:09:01.348Z | Compiling block-padding v0.3.3 |
1328 | 2023-10-10T22:09:01.953Z | Compiling inout v0.1.3 |
1329 | 2023-10-10T22:09:02.372Z | Compiling cipher v0.4.4 |
1330 | 2023-10-10T22:09:02.858Z | Compiling toml v0.7.8 |
1331 | 2023-10-10T22:09:04.643Z | Compiling crc32fast v1.3.2 |
1332 | 2023-10-10T22:09:05.072Z | Compiling fallible-iterator v0.2.0 |
1333 | 2023-10-10T22:09:05.767Z | Compiling futures v0.3.28 |
1334 | 2023-10-10T22:09:05.853Z | Compiling ipnetwork v0.20.0 |
1335 | 2023-10-10T22:09:06.161Z | Compiling spin v0.9.8 |
1336 | 2023-10-10T22:09:06.304Z | Compiling hyper v0.14.27 |
1337 | 2023-10-10T22:09:06.715Z | Compiling either v1.9.0 |
1338 | 2023-10-10T22:09:07.675Z | Compiling io-lifetimes v1.0.11 |
1339 | 2023-10-10T22:09:07.685Z | Compiling md-5 v0.10.5 |
1340 | 2023-10-10T22:09:07.702Z | Compiling stringprep v0.1.3 |
1341 | 2023-10-10T22:09:07.799Z | Compiling rustix v0.37.23 |
1342 | 2023-10-10T22:09:08.794Z | Compiling postgres-protocol v0.6.6 |
1343 | 2023-10-10T22:09:08.838Z | Compiling enum-as-inner v0.5.1 |
1344 | 2023-10-10T22:09:13.564Z | Compiling slog-async v2.8.0 |
1345 | 2023-10-10T22:09:13.888Z | Compiling postgres-types v0.2.6 |
1346 | 2023-10-10T22:09:14.140Z | Compiling phf v0.11.2 |
1347 | 2023-10-10T22:09:14.218Z | Compiling console v0.15.7 |
1348 | 2023-10-10T22:09:14.273Z | Compiling num-bigint v0.4.4 |
1349 | 2023-10-10T22:09:14.290Z | Compiling data-encoding v2.4.0 |
1350 | 2023-10-10T22:09:14.321Z | Compiling whoami v1.4.1 |
1351 | 2023-10-10T22:09:14.346Z | Compiling tokio-postgres v0.7.10 |
1352 | 2023-10-10T22:09:14.361Z | Compiling zerocopy-derive v0.6.3 |
1353 | 2023-10-10T22:09:15.296Z | Compiling static_assertions v1.1.0 |
1354 | 2023-10-10T22:09:16.988Z | Compiling ident_case v1.0.1 |
1355 | 2023-10-10T22:09:17.257Z | Compiling darling_core v0.20.3 |
1356 | 2023-10-10T22:09:18.051Z | Compiling hyper-rustls v0.24.1 |
1357 | 2023-10-10T22:09:18.575Z | Compiling hyper-tls v0.5.0 |
1358 | 2023-10-10T22:09:19.171Z | Compiling reqwest v0.11.20 |
1359 | 2023-10-10T22:09:19.294Z | Compiling camino v1.1.6 |
1360 | 2023-10-10T22:09:20.242Z | Compiling flate2 v1.0.27 |
1361 | 2023-10-10T22:09:22.056Z | Compiling strum_macros v0.25.2 |
1362 | 2023-10-10T22:09:23.569Z | Compiling heapless v0.7.16 |
1363 | 2023-10-10T22:09:23.776Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1364 | 2023-10-10T22:09:24.664Z | Compiling memoffset v0.9.0 |
1365 | 2023-10-10T22:09:24.746Z | Compiling unicode-segmentation v1.10.1 |
1366 | 2023-10-10T22:09:24.777Z | Compiling managed v0.8.0 |
1367 | 2023-10-10T22:09:25.454Z | Compiling matches v0.1.10 |
1368 | 2023-10-10T22:09:25.624Z | Compiling radium v0.7.0 |
1369 | 2023-10-10T22:09:26.185Z | Compiling idna v0.2.3 |
1370 | 2023-10-10T22:09:26.529Z | Compiling darling_macro v0.20.3 |
1371 | 2023-10-10T22:09:26.567Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1372 | 2023-10-10T22:09:28.056Z | Compiling darling v0.20.3 |
1373 | 2023-10-10T22:09:28.452Z | Compiling multer v2.1.0 |
1374 | 2023-10-10T22:09:28.965Z | Compiling serde_with_macros v2.3.3 |
1375 | 2023-10-10T22:09:29.081Z | Compiling trust-dns-proto v0.22.0 |
1376 | 2023-10-10T22:09:29.103Z | Compiling async-stream-impl v0.3.5 |
1377 | 2023-10-10T22:09:31.025Z | Compiling num-iter v0.1.43 |
1378 | 2023-10-10T22:09:31.221Z | Compiling crossbeam-epoch v0.9.15 |
1379 | 2023-10-10T22:09:32.015Z | Compiling smoltcp v0.9.1 |
1380 | 2023-10-10T22:09:32.037Z | Compiling paste v1.0.14 |
1381 | 2023-10-10T22:09:32.401Z | Compiling anstyle v1.0.2 |
1382 | 2023-10-10T22:09:32.407Z | Compiling utf8parse v0.2.1 |
1383 | 2023-10-10T22:09:32.534Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1384 | 2023-10-10T22:09:32.757Z | Compiling bit-vec v0.6.3 |
1385 | 2023-10-10T22:09:33.162Z | Compiling anstyle-parse v0.2.1 |
1386 | 2023-10-10T22:09:34.114Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1387 | 2023-10-10T22:09:34.336Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1388 | 2023-10-10T22:09:34.775Z | Compiling zerocopy v0.6.3 |
1389 | 2023-10-10T22:09:36.358Z | Compiling signature v2.1.0 |
1390 | 2023-10-10T22:09:37.076Z | Compiling hubpack_derive v0.1.1 |
1391 | 2023-10-10T22:09:37.089Z | Compiling clap_derive v4.4.2 |
1392 | 2023-10-10T22:09:37.343Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1393 | 2023-10-10T22:09:37.750Z | Compiling colorchoice v1.0.0 |
1394 | 2023-10-10T22:09:38.089Z | Compiling anstyle-query v1.0.0 |
1395 | 2023-10-10T22:09:38.214Z | Compiling anstream v0.5.0 |
1396 | 2023-10-10T22:09:39.380Z | Compiling yasna v0.5.2 |
1397 | 2023-10-10T22:09:39.886Z | Compiling terminal_size v0.2.6 |
1398 | 2023-10-10T22:09:40.204Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1399 | 2023-10-10T22:09:40.537Z | Compiling structmeta-derive v0.1.6 |
1400 | 2023-10-10T22:09:41.373Z | Compiling diesel_table_macro_syntax v0.1.0 |
1401 | 2023-10-10T22:09:41.978Z | Compiling hash32 v0.2.1 |
1402 | 2023-10-10T22:09:42.641Z | Compiling clap_lex v0.5.1 |
1403 | 2023-10-10T22:09:43.429Z | Compiling tap v1.0.1 |
1404 | 2023-10-10T22:09:43.454Z | Compiling stable_deref_trait v1.2.0 |
1405 | 2023-10-10T22:09:43.478Z | Compiling clap_builder v4.4.2 |
1406 | 2023-10-10T22:09:43.704Z | Compiling wyz v0.5.1 |
1407 | 2023-10-10T22:09:44.057Z | Compiling diesel_derives v2.1.1 |
1408 | 2023-10-10T22:09:49.219Z | Compiling structmeta v0.1.6 |
1409 | 2023-10-10T22:09:49.788Z | Compiling itertools v0.10.5 |
1410 | 2023-10-10T22:09:49.827Z | Compiling tokio-stream v0.1.14 |
1411 | 2023-10-10T22:09:51.241Z | Compiling serde_repr v0.1.16 |
1412 | 2023-10-10T22:09:51.334Z | Compiling scheduled-thread-pool v0.2.7 |
1413 | 2023-10-10T22:09:51.539Z | Compiling regex-syntax v0.6.29 |
1414 | 2023-10-10T22:09:52.015Z | Compiling funty v2.0.0 |
1415 | 2023-10-10T22:09:52.057Z | Compiling regex-automata v0.1.10 |
1416 | 2023-10-10T22:09:52.074Z | Compiling r2d2 v0.8.10 |
1417 | 2023-10-10T22:09:52.088Z | Compiling bstr v0.2.17 |
1418 | 2023-10-10T22:09:52.103Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1419 | 2023-10-10T22:09:52.123Z | Compiling clap v4.4.3 |
1420 | 2023-10-10T22:09:52.582Z | Compiling bitvec v1.0.1 |
1421 | 2023-10-10T22:09:52.598Z | Compiling hubpack v0.1.2 |
1422 | 2023-10-10T22:09:53.017Z | Compiling phf_shared v0.10.0 |
1423 | 2023-10-10T22:09:53.036Z | Compiling float-cmp v0.9.0 |
1424 | 2023-10-10T22:09:53.064Z | Compiling difflib v0.4.0 |
1425 | 2023-10-10T22:09:53.089Z | Compiling fixedbitset v0.4.2 |
1426 | 2023-10-10T22:09:53.099Z | Compiling predicates-core v1.0.6 |
1427 | 2023-10-10T22:09:53.116Z | Compiling smawk v0.3.1 |
1428 | 2023-10-10T22:09:53.128Z | Compiling new_debug_unreachable v1.0.4 |
1429 | 2023-10-10T22:09:53.254Z | Compiling unicode-linebreak v0.1.5 |
1430 | 2023-10-10T22:09:53.349Z | Compiling normalize-line-endings v0.3.0 |
1431 | 2023-10-10T22:09:53.530Z | Compiling precomputed-hash v0.1.1 |
1432 | 2023-10-10T22:09:53.721Z | Compiling string_cache v0.8.7 |
1433 | 2023-10-10T22:09:54.188Z | Compiling textwrap v0.16.0 |
1434 | 2023-10-10T22:09:54.528Z | Compiling predicates v3.0.3 |
1435 | 2023-10-10T22:09:55.101Z | Compiling petgraph v0.6.4 |
1436 | 2023-10-10T22:09:55.858Z | Compiling parse-display-derive v0.7.0 |
1437 | 2023-10-10T22:09:56.523Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1438 | 2023-10-10T22:09:57.439Z | Compiling similar v2.2.1 |
1439 | 2023-10-10T22:09:57.965Z | Compiling bit-set v0.5.3 |
1440 | 2023-10-10T22:09:58.581Z | Compiling bstr v1.6.0 |
1441 | 2023-10-10T22:10:01.386Z | Compiling lalrpop-util v0.19.12 |
1442 | 2023-10-10T22:10:08.930Z | Compiling diesel v2.1.1 |
1443 | 2023-10-10T22:10:21.283Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1444 | 2023-10-10T22:10:21.935Z | Compiling proc-macro-crate v1.3.1 |
1445 | 2023-10-10T22:10:27.407Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1446 | 2023-10-10T22:10:52.299Z | Compiling atty v0.2.14 |
1447 | 2023-10-10T22:10:54.556Z | Compiling sha1 v0.10.5 |
1448 | 2023-10-10T22:10:55.118Z | Compiling match_cfg v0.1.0 |
1449 | 2023-10-10T22:10:55.285Z | Compiling hostname v0.3.1 |
1450 | 2023-10-10T22:10:57.410Z | Compiling dirs-sys-next v0.1.2 |
1451 | 2023-10-10T22:10:57.868Z | Compiling dirs-next v2.0.0 |
1452 | 2023-10-10T22:10:58.680Z | Compiling thread_local v1.1.7 |
1453 | 2023-10-10T22:10:59.911Z | Compiling term v0.7.0 |
1454 | 2023-10-10T22:11:00.622Z | Compiling crossbeam-channel v0.5.8 |
1455 | 2023-10-10T22:11:01.575Z | Compiling take_mut v0.2.2 |
1456 | 2023-10-10T22:11:01.909Z | Compiling slog-term v2.9.0 |
1457 | 2023-10-10T22:11:04.264Z | Compiling slog-json v2.6.1 |
1458 | 2023-10-10T22:11:04.870Z | Compiling instant v0.1.12 |
1459 | 2023-10-10T22:11:05.019Z | Compiling slog-bunyan v2.4.0 |
1460 | 2023-10-10T22:11:06.615Z | Compiling strum v0.25.0 |
1461 | 2023-10-10T22:11:06.958Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1462 | 2023-10-10T22:11:07.094Z | Compiling atomic-waker v1.1.1 |
1463 | 2023-10-10T22:11:07.413Z | Compiling waitgroup v0.1.2 |
1464 | 2023-10-10T22:11:07.724Z | Compiling num_enum_derive v0.5.11 |
1465 | 2023-10-10T22:11:07.796Z | Compiling serde_with v2.3.3 |
1466 | 2023-10-10T22:11:08.701Z | Compiling async-stream v0.3.5 |
1467 | 2023-10-10T22:11:10.515Z | Compiling serde_path_to_error v0.1.14 |
1468 | 2023-10-10T22:11:10.533Z | Compiling libz-sys v1.1.12 |
1469 | 2023-10-10T22:11:11.255Z | Compiling debug-ignore v1.0.5 |
1470 | 2023-10-10T22:11:16.301Z | Compiling fastrand v2.0.0 |
1471 | 2023-10-10T22:11:16.412Z | Compiling tempfile v3.8.0 |
1472 | 2023-10-10T22:11:16.509Z | Compiling proc-macro-error-attr v1.0.4 |
1473 | 2023-10-10T22:11:16.635Z | Compiling slog-dtrace v0.2.3 |
1474 | 2023-10-10T22:11:17.323Z | Compiling backoff v0.4.0 |
1475 | 2023-10-10T22:11:17.686Z | Compiling parse-display v0.7.0 |
1476 | 2023-10-10T22:11:20.339Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1477 | 2023-10-10T22:11:20.585Z | Compiling macaddr v1.0.1 |
1478 | 2023-10-10T22:11:20.613Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1479 | 2023-10-10T22:11:20.696Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1480 | 2023-10-10T22:11:21.384Z | Compiling proc-macro-error v1.0.4 |
1481 | 2023-10-10T22:11:21.851Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1482 | 2023-10-10T22:11:23.456Z | Compiling libsqlite3-sys v0.26.0 |
1483 | 2023-10-10T22:11:23.480Z | Compiling memoffset v0.7.1 |
1484 | 2023-10-10T22:11:24.244Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1485 | 2023-10-10T22:11:26.731Z | Compiling vergen v8.2.4 |
1486 | 2023-10-10T22:11:26.855Z | Compiling foreign-types-macros v0.2.3 |
1487 | 2023-10-10T22:11:26.955Z | Compiling base64ct v1.6.0 |
1488 | 2023-10-10T22:11:30.341Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1489 | 2023-10-10T22:11:30.949Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1490 | 2023-10-10T22:11:34.874Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1491 | 2023-10-10T22:11:36.126Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1492 | 2023-10-10T22:11:36.658Z | Compiling platforms v3.0.2 |
1493 | 2023-10-10T22:11:37.340Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1494 | 2023-10-10T22:11:37.482Z | Compiling num_enum_derive v0.7.0 |
1495 | 2023-10-10T22:11:37.581Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1496 | 2023-10-10T22:11:37.638Z | Compiling password-hash v0.5.0 |
1497 | 2023-10-10T22:11:38.247Z | Compiling curve25519-dalek v4.1.0 |
1498 | 2023-10-10T22:11:38.734Z | Compiling heck v0.3.3 |
1499 | 2023-10-10T22:11:38.804Z | Compiling blake2 v0.10.6 |
1500 | 2023-10-10T22:11:39.252Z | Compiling libefi-sys v0.1.0 |
1501 | 2023-10-10T22:11:39.314Z | Compiling structopt-derive v0.4.18 |
1502 | 2023-10-10T22:11:39.643Z | Compiling argon2 v0.5.2 |
1503 | 2023-10-10T22:11:39.865Z | Compiling zone_cfg_derive v0.2.0 |
1504 | 2023-10-10T22:11:41.768Z | Compiling curve25519-dalek-derive v0.1.0 |
1505 | 2023-10-10T22:11:41.902Z | Compiling same-file v1.0.6 |
1506 | 2023-10-10T22:11:42.088Z | Compiling walkdir v2.4.0 |
1507 | 2023-10-10T22:11:42.218Z | Compiling toml v0.5.11 |
1508 | 2023-10-10T22:11:42.303Z | Compiling semver-parser v0.10.2 |
1509 | 2023-10-10T22:11:43.163Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1510 | 2023-10-10T22:11:43.750Z | Compiling xattr v1.0.1 |
1511 | 2023-10-10T22:11:43.817Z | Compiling filetime v0.2.22 |
1512 | 2023-10-10T22:11:43.909Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1513 | 2023-10-10T22:11:44.197Z | Compiling erased-serde v0.3.30 |
1514 | 2023-10-10T22:11:44.360Z | Compiling getrandom v0.1.16 |
1515 | 2023-10-10T22:11:52.222Z | Compiling tar v0.4.40 |
1516 | 2023-10-10T22:11:54.129Z | Compiling semver v0.11.0 |
1517 | 2023-10-10T22:11:58.558Z | Compiling universal-hash v0.5.1 |
1518 | 2023-10-10T22:12:00.623Z | Compiling bitstruct_derive v0.1.0 |
1519 | 2023-10-10T22:12:03.386Z | Compiling async-recursion v1.0.5 |
1520 | 2023-10-10T22:12:05.438Z | Compiling opaque-debug v0.3.0 |
1521 | 2023-10-10T22:12:28.253Z | Compiling home v0.5.5 |
1522 | 2023-10-10T22:12:28.888Z | Compiling toolchain_find v0.2.0 |
1523 | 2023-10-10T22:12:29.385Z | Compiling num-rational v0.4.1 |
1524 | 2023-10-10T22:12:29.940Z | Compiling unicase v2.7.0 |
1525 | 2023-10-10T22:12:30.212Z | Compiling parking_lot_core v0.8.6 |
1526 | 2023-10-10T22:12:30.457Z | Compiling rustfmt-wrapper v0.2.0 |
1527 | 2023-10-10T22:12:30.821Z | Compiling omicron-zone-package v0.8.3 |
1528 | 2023-10-10T22:12:31.400Z | Compiling num_enum v0.5.11 |
1529 | 2023-10-10T22:12:31.723Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1530 | 2023-10-10T22:12:31.943Z | Compiling aead v0.5.2 |
1531 | 2023-10-10T22:12:32.245Z | Compiling winapi v0.3.9 |
1532 | 2023-10-10T22:12:32.731Z | Compiling postcard-cobs v0.1.5-pre |
1533 | 2023-10-10T22:12:33.153Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1534 | 2023-10-10T22:12:33.462Z | Compiling postcard v0.7.3 |
1535 | 2023-10-10T22:12:33.717Z | Compiling polyval v0.6.1 |
1536 | 2023-10-10T22:12:33.808Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1537 | 2023-10-10T22:12:33.896Z | Compiling smoltcp v0.8.2 |
1538 | 2023-10-10T22:12:33.989Z | Compiling aes v0.8.3 |
1539 | 2023-10-10T22:12:34.095Z | Compiling ctr v0.9.2 |
1540 | 2023-10-10T22:12:34.137Z | Compiling thiserror-impl-no-std v2.0.2 |
1541 | 2023-10-10T22:12:34.238Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1542 | 2023-10-10T22:12:34.334Z | Compiling cfg-if v0.1.10 |
1543 | 2023-10-10T22:12:34.363Z | Compiling foreign-types-shared v0.3.1 |
1544 | 2023-10-10T22:12:34.386Z | Compiling foreign-types v0.5.0 |
1545 | 2023-10-10T22:12:34.409Z | Compiling mime_guess v2.0.4 |
1546 | 2023-10-10T22:12:34.431Z | Compiling is-terminal v0.4.9 |
1547 | 2023-10-10T22:12:34.455Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1548 | 2023-10-10T22:12:34.471Z | Compiling toml_edit v0.20.0 |
1549 | 2023-10-10T22:12:34.509Z | Compiling hashlink v0.8.3 |
1550 | 2023-10-10T22:12:34.528Z | Compiling cstr-argument v0.1.2 |
1551 | 2023-10-10T22:12:34.567Z | Compiling fallible-streaming-iterator v0.1.9 |
1552 | 2023-10-10T22:12:34.584Z | Compiling pretty-hex v0.2.1 |
1553 | 2023-10-10T22:12:34.590Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1554 | 2023-10-10T22:12:34.610Z | Compiling rusqlite v0.29.0 |
1555 | 2023-10-10T22:12:34.627Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1556 | 2023-10-10T22:12:34.646Z | Compiling toml v0.8.0 |
1557 | 2023-10-10T22:12:34.678Z | Compiling colored v2.0.4 |
1558 | 2023-10-10T22:12:34.709Z | Compiling nix v0.26.2 |
1559 | 2023-10-10T22:12:34.748Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1560 | 2023-10-10T22:12:34.789Z | Compiling twox-hash v1.6.3 |
1561 | 2023-10-10T22:12:34.813Z | Compiling hkdf v0.12.3 |
1562 | 2023-10-10T22:12:34.839Z | Compiling textwrap v0.11.0 |
1563 | 2023-10-10T22:12:34.855Z | Compiling const_format_proc_macros v0.2.31 |
1564 | 2023-10-10T22:12:34.890Z | Compiling base64 v0.13.1 |
1565 | 2023-10-10T22:12:34.908Z | Compiling ansi_term v0.12.1 |
1566 | 2023-10-10T22:12:34.965Z | Compiling quick-error v1.2.3 |
1567 | 2023-10-10T22:12:34.990Z | Compiling linked-hash-map v0.5.6 |
1568 | 2023-10-10T22:12:35.014Z | Compiling strsim v0.8.0 |
1569 | 2023-10-10T22:12:35.041Z | Compiling vec_map v0.8.2 |
1570 | 2023-10-10T22:12:35.075Z | Compiling clap v2.34.0 |
1571 | 2023-10-10T22:12:35.089Z | Compiling lru-cache v0.1.2 |
1572 | 2023-10-10T22:12:35.104Z | Compiling resolv-conf v0.7.0 |
1573 | 2023-10-10T22:12:35.119Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1574 | 2023-10-10T22:12:35.132Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1575 | 2023-10-10T22:12:35.144Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1576 | 2023-10-10T22:12:35.169Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1577 | 2023-10-10T22:12:35.209Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1578 | 2023-10-10T22:12:35.233Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1579 | 2023-10-10T22:12:35.294Z | Compiling num_enum v0.7.0 |
1580 | 2023-10-10T22:12:35.329Z | Compiling bincode v1.3.3 |
1581 | 2023-10-10T22:12:35.408Z | Compiling termcolor v1.2.0 |
1582 | 2023-10-10T22:12:35.427Z | Compiling keccak v0.1.4 |
1583 | 2023-10-10T22:12:35.443Z | Compiling cancel-safe-futures v0.1.2 |
1584 | 2023-10-10T22:12:35.857Z | Compiling utf-8 v0.7.6 |
1585 | 2023-10-10T22:12:35.895Z | Compiling humantime v2.1.0 |
1586 | 2023-10-10T22:12:35.950Z | Compiling convert_case v0.4.0 |
1587 | 2023-10-10T22:12:36.004Z | Compiling env_logger v0.9.3 |
1588 | 2023-10-10T22:12:36.030Z | Compiling sha3 v0.10.8 |
1589 | 2023-10-10T22:12:36.056Z | Compiling derive_more v0.99.17 |
1590 | 2023-10-10T22:12:36.075Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1591 | 2023-10-10T22:12:36.101Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1592 | 2023-10-10T22:12:36.127Z | Compiling structopt v0.3.26 |
1593 | 2023-10-10T22:12:36.160Z | Compiling trust-dns-resolver v0.22.0 |
1594 | 2023-10-10T22:12:39.237Z | Compiling aes-gcm-siv v0.11.1 |
1595 | 2023-10-10T22:12:39.579Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1596 | 2023-10-10T22:12:40.799Z | Compiling zone v0.2.0 |
1597 | 2023-10-10T22:12:41.491Z | Compiling itertools v0.11.0 |
1598 | 2023-10-10T22:12:42.092Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1599 | 2023-10-10T22:12:43.031Z | Compiling smf v0.2.2 |
1600 | 2023-10-10T22:12:43.515Z | Compiling secrecy v0.8.0 |
1601 | 2023-10-10T22:12:43.720Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1602 | 2023-10-10T22:12:44.216Z | Compiling ascii v1.1.0 |
1603 | 2023-10-10T22:12:45.297Z | Compiling ringbuffer v0.15.0 |
1604 | 2023-10-10T22:12:45.507Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1605 | 2023-10-10T22:12:45.599Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1606 | 2023-10-10T22:12:48.924Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1607 | 2023-10-10T22:12:49.205Z | Compiling bitstruct v0.1.1 |
1608 | 2023-10-10T22:12:49.371Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1609 | 2023-10-10T22:12:49.847Z | Compiling serde_arrays v0.1.0 |
1610 | 2023-10-10T22:12:49.943Z | Compiling ff v0.13.0 |
1611 | 2023-10-10T22:12:50.235Z | Compiling nibble_vec v0.1.0 |
1612 | 2023-10-10T22:12:50.416Z | Compiling endian-type v0.1.2 |
1613 | 2023-10-10T22:12:50.544Z | Compiling arc-swap v1.6.0 |
1614 | 2023-10-10T22:12:50.773Z | Compiling radix_trie v0.2.1 |
1615 | 2023-10-10T22:12:51.887Z | Compiling slog-scope v4.4.0 |
1616 | 2023-10-10T22:12:51.894Z | Compiling group v0.13.0 |
1617 | 2023-10-10T22:12:51.939Z | Compiling rand_core v0.5.1 |
1618 | 2023-10-10T22:12:52.427Z | Compiling tungstenite v0.20.1 |
1619 | 2023-10-10T22:12:52.967Z | Compiling poly1305 v0.8.0 |
1620 | 2023-10-10T22:12:53.739Z | Compiling chacha20 v0.9.1 |
1621 | 2023-10-10T22:12:54.492Z | Compiling crypto-bigint v0.5.2 |
1622 | 2023-10-10T22:12:54.678Z | Compiling num-complex v0.4.4 |
1623 | 2023-10-10T22:12:54.725Z | Compiling half v1.8.2 |
1624 | 2023-10-10T22:12:55.613Z | Compiling ciborium-io v0.2.1 |
1625 | 2023-10-10T22:12:55.725Z | Compiling option-ext v0.2.0 |
1626 | 2023-10-10T22:12:55.744Z | Compiling base16ct v0.2.0 |
1627 | 2023-10-10T22:12:55.796Z | Compiling ciborium-ll v0.2.1 |
1628 | 2023-10-10T22:12:55.910Z | Compiling dirs-sys v0.4.1 |
1629 | 2023-10-10T22:12:56.253Z | Compiling tokio-tungstenite v0.20.1 |
1630 | 2023-10-10T22:12:56.482Z | Compiling num v0.4.1 |
1631 | 2023-10-10T22:12:56.492Z | Compiling parking_lot v0.11.2 |
1632 | 2023-10-10T22:12:56.695Z | Compiling rand_chacha v0.2.2 |
1633 | 2023-10-10T22:12:56.990Z | Compiling slog-stdlog v4.1.1 |
1634 | 2023-10-10T22:12:57.022Z | Compiling trust-dns-client v0.22.0 |
1635 | 2023-10-10T22:12:57.182Z | Compiling thiserror-no-std v2.0.2 |
1636 | 2023-10-10T22:12:57.488Z | Compiling elliptic-curve v0.13.5 |
1637 | 2023-10-10T22:12:58.293Z | Compiling password-hash v0.4.2 |
1638 | 2023-10-10T22:12:58.353Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1639 | 2023-10-10T22:12:58.608Z | Compiling ed25519 v2.2.2 |
1640 | 2023-10-10T22:12:59.145Z | Compiling blowfish v0.9.1 |
1641 | 2023-10-10T22:12:59.701Z | Compiling pbkdf2 v0.12.2 |
1642 | 2023-10-10T22:12:59.888Z | Compiling fxhash v0.2.1 |
1643 | 2023-10-10T22:13:00.367Z | Compiling sled v0.34.7 |
1644 | 2023-10-10T22:13:00.548Z | Compiling bcrypt-pbkdf v0.10.0 |
1645 | 2023-10-10T22:13:00.949Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1646 | 2023-10-10T22:13:00.972Z | Compiling trust-dns-server v0.22.1 |
1647 | 2023-10-10T22:13:01.228Z | Compiling pbkdf2 v0.11.0 |
1648 | 2023-10-10T22:13:01.331Z | Compiling ed25519-dalek v2.0.0 |
1649 | 2023-10-10T22:13:01.815Z | Compiling vsss-rs v3.3.1 |
1650 | 2023-10-10T22:13:02.227Z | Compiling russh-cryptovec v0.7.0 |
1651 | 2023-10-10T22:13:02.272Z | Compiling slog-envlogger v2.2.0 |
1652 | 2023-10-10T22:13:03.354Z | Compiling rand v0.7.3 |
1653 | 2023-10-10T22:13:03.520Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1654 | 2023-10-10T22:13:05.640Z | Compiling ciborium v0.2.1 |
1655 | 2023-10-10T22:13:06.183Z | Compiling dirs v5.0.1 |
1656 | 2023-10-10T22:13:06.465Z | Compiling chacha20poly1305 v0.10.1 |
1657 | 2023-10-10T22:13:06.628Z | Compiling tungstenite v0.18.0 |
1658 | 2023-10-10T22:13:06.768Z | Compiling const_format v0.2.31 |
1659 | 2023-10-10T22:13:07.804Z | Compiling pem v1.1.1 |
1660 | 2023-10-10T22:13:08.226Z | Compiling ron v0.7.1 |
1661 | 2023-10-10T22:13:09.364Z | Compiling ghash v0.5.0 |
1662 | 2023-10-10T22:13:09.948Z | Compiling camino-tempfile v1.0.2 |
1663 | 2023-10-10T22:13:10.931Z | Compiling cbc v0.1.2 |
1664 | 2023-10-10T22:13:11.106Z | Compiling headers-core v0.2.0 |
1665 | 2023-10-10T22:13:11.881Z | Compiling md5 v0.7.0 |
1666 | 2023-10-10T22:13:11.925Z | Compiling bit_field v0.10.2 |
1667 | 2023-10-10T22:13:12.255Z | Compiling pretty-hex v0.3.0 |
1668 | 2023-10-10T22:13:12.297Z | Compiling http-range v0.1.5 |
1669 | 2023-10-10T22:13:12.367Z | Compiling russh-keys v0.38.0 |
1670 | 2023-10-10T22:13:12.898Z | Compiling hyper-staticfile v0.9.5 |
1671 | 2023-10-10T22:13:13.185Z | Compiling headers v0.3.9 |
1672 | 2023-10-10T22:13:17.453Z | Compiling aes-gcm v0.10.2 |
1673 | 2023-10-10T22:13:18.429Z | Compiling tokio-tungstenite v0.18.0 |
1674 | 2023-10-10T22:13:18.438Z | Compiling rcgen v0.10.0 |
1675 | 2023-10-10T22:13:25.364Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1676 | 2023-10-10T22:13:25.402Z | Compiling atomicwrites v0.4.1 |
1677 | 2023-10-10T22:13:25.476Z | Compiling subprocess v0.2.9 |
1678 | 2023-10-10T22:13:25.557Z | Compiling glob v0.3.1 |
1679 | 2023-10-10T22:13:25.922Z | Compiling hex-literal v0.4.1 |
1680 | 2023-10-10T22:13:26.840Z | Compiling russh v0.38.0 |
1681 | 2023-10-10T22:13:37.224Z | Compiling bzip2 v0.4.4 |
1682 | 2023-10-10T22:13:37.481Z | Compiling zip v0.6.6 |
1683 | 2023-10-10T22:13:37.548Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1684 | 2023-10-10T22:13:37.781Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1685 | 2023-10-10T22:13:37.962Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1686 | 2023-10-10T22:13:38.047Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1687 | 2023-10-10T22:13:38.150Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1688 | 2023-10-10T22:13:38.351Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1689 | 2023-10-10T22:13:38.485Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1690 | 2023-10-10T22:13:38.596Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1691 | 2023-10-10T22:13:38.736Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1692 | 2023-10-10T22:13:39.907Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1693 | 2023-10-10T22:13:47.920Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1694 | 2023-10-10T22:13:54.859Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1695 | 2023-10-10T22:14:00.734Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1696 | 2023-10-10T22:14:01.033Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1697 | 2023-10-10T22:14:14.348Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1698 | 2023-10-10T22:14:17.782Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1699 | 2023-10-10T22:14:24.060Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1700 | 2023-10-10T22:14:24.201Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1701 | 2023-10-10T22:14:27.596Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1702 | 2023-10-10T22:14:29.741Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1703 | 2023-10-10T22:14:43.105Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1704 | 2023-10-10T22:15:10.209Z | Compiling git2 v0.17.2 |
1705 | 2023-10-10T22:15:14.290Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1706 | 2023-10-10T22:15:16.301Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1707 | 2023-10-10T22:15:28.296Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1708 | 2023-10-10T22:15:47.629Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1709 | 2023-10-10T22:15:51.644Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1710 | 2023-10-10T22:16:08.539Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1711 | 2023-10-10T22:16:09.631Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1712 | 2023-10-10T22:16:24.763Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1713 | 2023-10-10T22:17:54.718Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 41s |
1714 | 2023-10-10T22:17:54.845Z | |
1715 | 2023-10-10T22:17:55.001Z | real 10:42.234205638 |
1716 | 2023-10-10T22:17:55.209Z | user 59:04.188958671 |
1717 | 2023-10-10T22:17:55.415Z | sys 9:37.191860190 |
1718 | 2023-10-10T22:17:55.665Z | trap 2.345545836 |
1719 | 2023-10-10T22:17:55.906Z | tflt 4.865535492 |
1720 | 2023-10-10T22:17:56.099Z | dflt 7.419617471 |
1721 | 2023-10-10T22:17:56.210Z | kflt 0.019941573 |
1722 | 2023-10-10T22:17:56.371Z | lock 1:47:51.334528977 |
1723 | 2023-10-10T22:17:56.474Z | slp 3:06:26.001360828 |
1724 | 2023-10-10T22:17:56.590Z | lat 2:28.061089244 |
1725 | 2023-10-10T22:17:56.638Z | stop 5:59.802235157 |
1726 | 2023-10-10T22:17:56.712Z | + mkdir -p /work/end-to-end-tests |
1727 | 2023-10-10T22:17:56.764Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1728 | 2023-10-10T22:17:57.182Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1729 | 2023-10-10T22:17:57.193Z | + ptime -m gzip |
1730 | 2023-10-10T22:17:57.201Z | ++ basename target/debug/bootstrap |
1731 | 2023-10-10T22:18:09.377Z | |
1732 | 2023-10-10T22:18:09.389Z | real 16.888622596 |
1733 | 2023-10-10T22:18:09.402Z | user 16.714656933 |
1734 | 2023-10-10T22:18:09.434Z | sys 0.163687732 |
1735 | 2023-10-10T22:18:09.869Z | trap 0.004874504 |
1736 | 2023-10-10T22:18:09.890Z | tflt 0.000000000 |
1737 | 2023-10-10T22:18:09.906Z | dflt 0.000000000 |
1738 | 2023-10-10T22:18:09.916Z | kflt 0.000000000 |
1739 | 2023-10-10T22:18:09.925Z | lock 0.000000000 |
1740 | 2023-10-10T22:18:09.933Z | slp 0.000002654 |
1741 | 2023-10-10T22:18:09.939Z | lat 0.005036939 |
1742 | 2023-10-10T22:18:09.947Z | stop 0.000245077 |
1743 | 2023-10-10T22:18:09.954Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1744 | 2023-10-10T22:18:09.959Z | + ptime -m gzip |
1745 | 2023-10-10T22:18:09.962Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0b5a6903c7c17be7 |
1746 | 2023-10-10T22:18:10.461Z | |
1747 | 2023-10-10T22:18:10.466Z | real 1.087226609 |
1748 | 2023-10-10T22:18:10.471Z | user 1.075054841 |
1749 | 2023-10-10T22:18:10.476Z | sys 0.010851753 |
1750 | 2023-10-10T22:18:10.481Z | trap 0.000592199 |
1751 | 2023-10-10T22:18:10.486Z | tflt 0.000000000 |
1752 | 2023-10-10T22:18:10.491Z | dflt 0.000000000 |
1753 | 2023-10-10T22:18:10.495Z | kflt 0.000000000 |
1754 | 2023-10-10T22:18:10.499Z | lock 0.000000000 |
1755 | 2023-10-10T22:18:10.504Z | slp 0.000000000 |
1756 | 2023-10-10T22:18:10.508Z | lat 0.000373200 |
1757 | 2023-10-10T22:18:10.512Z | stop 0.000227302 |
1758 | 2023-10-10T22:18:10.516Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1759 | 2023-10-10T22:18:10.523Z | + ptime -m gzip |
1760 | 2023-10-10T22:18:10.530Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6da9107f9543f44b |
1761 | 2023-10-10T22:18:29.500Z | |
1762 | 2023-10-10T22:18:29.574Z | real 19.028845215 |
1763 | 2023-10-10T22:18:29.593Z | user 18.843588107 |
1764 | 2023-10-10T22:18:29.605Z | sys 0.181391690 |
1765 | 2023-10-10T22:18:29.615Z | trap 0.002941646 |
1766 | 2023-10-10T22:18:29.628Z | tflt 0.000000000 |
1767 | 2023-10-10T22:18:29.637Z | dflt 0.000000000 |
1768 | 2023-10-10T22:18:29.646Z | kflt 0.000000000 |
1769 | 2023-10-10T22:18:29.656Z | lock 0.000000000 |
1770 | 2023-10-10T22:18:29.719Z | slp 0.000000000 |
1771 | 2023-10-10T22:18:29.739Z | lat 0.000583119 |
1772 | 2023-10-10T22:18:29.759Z | stop 0.000227100 |
1773 | 2023-10-10T22:18:29.784Z | + banner caboose-util |
1774 | 2023-10-10T22:18:29.806Z | |
1775 | 2023-10-10T22:18:29.819Z | #### ## ##### #### #### #### ###### # # ##### |
1776 | 2023-10-10T22:18:30.245Z | # # # # # # # # # # # # # # # |
1777 | 2023-10-10T22:18:30.256Z | # # # ##### # # # # #### ##### ##### # # # |
1778 | 2023-10-10T22:18:30.261Z | # ###### # # # # # # # # # # # |
1779 | 2023-10-10T22:18:30.266Z | # # # # # # # # # # # # # # # # |
1780 | 2023-10-10T22:18:30.275Z | #### # # ##### #### #### #### ###### #### # |
1781 | 2023-10-10T22:18:30.283Z | |
1782 | 2023-10-10T22:18:30.300Z | + ptime -m cargo build --locked -p caboose-util --release |
1783 | 2023-10-10T22:18:31.135Z | Downloading crates ... |
1784 | 2023-10-10T22:18:31.150Z | Downloaded num-bigint-dig v0.8.4 |
1785 | 2023-10-10T22:18:31.157Z | Downloaded packed_struct_codegen v0.10.1 |
1786 | 2023-10-10T22:18:31.164Z | Downloaded packed_struct v0.10.1 |
1787 | 2023-10-10T22:18:31.167Z | Downloaded pem-rfc7468 v0.7.0 |
1788 | 2023-10-10T22:18:31.170Z | Downloaded pkcs1 v0.7.5 |
1789 | 2023-10-10T22:18:31.178Z | Downloaded nodrop v0.1.14 |
1790 | 2023-10-10T22:18:31.184Z | Downloaded env_logger v0.10.0 |
1791 | 2023-10-10T22:18:31.188Z | Downloaded rsa v0.9.2 |
1792 | 2023-10-10T22:18:31.190Z | Downloaded x509-cert v0.2.4 |
1793 | 2023-10-10T22:18:31.193Z | Downloaded smallvec v0.6.14 |
1794 | 2023-10-10T22:18:31.196Z | Downloaded der_derive v0.7.2 |
1795 | 2023-10-10T22:18:31.199Z | Downloaded object v0.30.4 |
1796 | 2023-10-10T22:18:31.202Z | Downloaded ron v0.8.1 |
1797 | 2023-10-10T22:18:31.206Z | Downloaded crc-catalog v2.2.0 |
1798 | 2023-10-10T22:18:31.209Z | Downloaded crc-any v2.4.3 |
1799 | 2023-10-10T22:18:31.212Z | Downloaded crc v3.0.1 |
1800 | 2023-10-10T22:18:31.215Z | Downloaded path-slash v0.1.5 |
1801 | 2023-10-10T22:18:31.218Z | Downloaded serde-hex v0.1.0 |
1802 | 2023-10-10T22:18:31.221Z | Downloaded flagset v0.4.3 |
1803 | 2023-10-10T22:18:31.225Z | Downloaded maybe-uninit v2.0.0 |
1804 | 2023-10-10T22:18:31.228Z | Downloaded bitfield v0.14.0 |
1805 | 2023-10-10T22:18:31.232Z | Downloaded array-init v0.0.4 |
1806 | 2023-10-10T22:18:31.236Z | Compiling proc-macro2 v1.0.67 |
1807 | 2023-10-10T22:18:31.239Z | Compiling unicode-ident v1.0.12 |
1808 | 2023-10-10T22:18:31.244Z | Compiling libc v0.2.148 |
1809 | 2023-10-10T22:18:31.247Z | Compiling serde v1.0.188 |
1810 | 2023-10-10T22:18:31.252Z | Compiling autocfg v1.1.0 |
1811 | 2023-10-10T22:18:31.255Z | Compiling version_check v0.9.4 |
1812 | 2023-10-10T22:18:31.258Z | Compiling cfg-if v1.0.0 |
1813 | 2023-10-10T22:18:31.261Z | Compiling once_cell v1.18.0 |
1814 | 2023-10-10T22:18:31.264Z | Compiling syn v1.0.109 |
1815 | 2023-10-10T22:18:31.268Z | Compiling parking_lot_core v0.9.8 |
1816 | 2023-10-10T22:18:31.838Z | Compiling typenum v1.16.0 |
1817 | 2023-10-10T22:18:31.849Z | Compiling libm v0.2.7 |
1818 | 2023-10-10T22:18:31.866Z | Compiling generic-array v0.14.7 |
1819 | 2023-10-10T22:18:31.926Z | Compiling lock_api v0.4.10 |
1820 | 2023-10-10T22:18:32.043Z | Compiling num-traits v0.2.16 |
1821 | 2023-10-10T22:18:32.224Z | Compiling futures-core v0.3.28 |
1822 | 2023-10-10T22:18:32.310Z | Compiling pkg-config v0.3.27 |
1823 | 2023-10-10T22:18:32.315Z | Compiling slab v0.4.9 |
1824 | 2023-10-10T22:18:32.433Z | Compiling serde_json v1.0.107 |
1825 | 2023-10-10T22:18:32.669Z | Compiling futures-channel v0.3.28 |
1826 | 2023-10-10T22:18:32.726Z | Compiling futures-task v0.3.28 |
1827 | 2023-10-10T22:18:32.865Z | Compiling quote v1.0.33 |
1828 | 2023-10-10T22:18:33.023Z | Compiling scopeguard v1.2.0 |
1829 | 2023-10-10T22:18:33.101Z | Compiling thiserror v1.0.49 |
1830 | 2023-10-10T22:18:33.219Z | Compiling memchr v2.6.3 |
1831 | 2023-10-10T22:18:33.730Z | Compiling syn v2.0.32 |
1832 | 2023-10-10T22:18:33.893Z | Compiling jobserver v0.1.26 |
1833 | 2023-10-10T22:18:34.107Z | Compiling getrandom v0.2.10 |
1834 | 2023-10-10T22:18:34.335Z | Compiling cc v1.0.83 |
1835 | 2023-10-10T22:18:34.977Z | Compiling itoa v1.0.9 |
1836 | 2023-10-10T22:18:35.384Z | Compiling futures-util v0.3.28 |
1837 | 2023-10-10T22:18:36.028Z | Compiling ahash v0.7.6 |
1838 | 2023-10-10T22:18:36.131Z | Compiling ahash v0.8.3 |
1839 | 2023-10-10T22:18:36.145Z | Compiling smallvec v1.11.0 |
1840 | 2023-10-10T22:18:36.796Z | Compiling log v0.4.20 |
1841 | 2023-10-10T22:18:36.808Z | Compiling vcpkg v0.2.15 |
1842 | 2023-10-10T22:18:37.448Z | Compiling byteorder v1.4.3 |
1843 | 2023-10-10T22:18:38.002Z | Compiling rand_core v0.6.4 |
1844 | 2023-10-10T22:18:38.345Z | Compiling pin-project-lite v0.2.13 |
1845 | 2023-10-10T22:18:38.520Z | Compiling parking_lot v0.12.1 |
1846 | 2023-10-10T22:18:39.023Z | Compiling indexmap v1.9.3 |
1847 | 2023-10-10T22:18:39.253Z | Compiling ring v0.16.20 |
1848 | 2023-10-10T22:18:39.434Z | Compiling openssl-sys v0.9.93 |
1849 | 2023-10-10T22:18:40.984Z | Compiling io-lifetimes v1.0.11 |
1850 | 2023-10-10T22:18:41.732Z | Compiling num-integer v0.1.45 |
1851 | 2023-10-10T22:18:41.754Z | Compiling spin v0.5.2 |
1852 | 2023-10-10T22:18:42.100Z | Compiling const-oid v0.9.5 |
1853 | 2023-10-10T22:18:42.118Z | Compiling semver v1.0.18 |
1854 | 2023-10-10T22:18:42.778Z | Compiling ryu v1.0.15 |
1855 | 2023-10-10T22:18:44.013Z | Compiling rustix v0.37.23 |
1856 | 2023-10-10T22:18:44.881Z | Compiling mio v0.8.8 |
1857 | 2023-10-10T22:18:54.851Z | Compiling signal-hook-registry v1.4.1 |
1858 | 2023-10-10T22:18:55.820Z | Compiling num_cpus v1.16.0 |
1859 | 2023-10-10T22:18:56.577Z | Compiling socket2 v0.5.3 |
1860 | 2023-10-10T22:18:56.905Z | Compiling httparse v1.8.0 |
1861 | 2023-10-10T22:18:57.116Z | Compiling futures-sink v0.3.28 |
1862 | 2023-10-10T22:18:57.343Z | Compiling ucd-trie v0.1.6 |
1863 | 2023-10-10T22:18:57.480Z | Compiling unicode-xid v0.2.4 |
1864 | 2023-10-10T22:18:57.702Z | Compiling openssl v0.10.57 |
1865 | 2023-10-10T22:18:57.915Z | Compiling tinyvec_macros v0.1.1 |
1866 | 2023-10-10T22:18:58.383Z | Compiling tinyvec v1.6.0 |
1867 | 2023-10-10T22:18:58.411Z | Compiling synstructure v0.12.6 |
1868 | 2023-10-10T22:18:58.429Z | Compiling pin-utils v0.1.0 |
1869 | 2023-10-10T22:18:58.469Z | Compiling crc32fast v1.3.2 |
1870 | 2023-10-10T22:18:58.499Z | Compiling native-tls v0.2.11 |
1871 | 2023-10-10T22:18:58.521Z | Compiling radium v0.7.0 |
1872 | 2023-10-10T22:18:58.559Z | Compiling ppv-lite86 v0.2.17 |
1873 | 2023-10-10T22:18:58.576Z | Compiling rustls v0.21.7 |
1874 | 2023-10-10T22:18:58.592Z | Compiling futures-io v0.3.28 |
1875 | 2023-10-10T22:18:58.614Z | Compiling unicode-normalization v0.1.22 |
1876 | 2023-10-10T22:18:58.634Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1877 | 2023-10-10T22:18:58.648Z | Compiling tracing-core v0.1.31 |
1878 | 2023-10-10T22:18:58.678Z | Compiling subtle v2.5.0 |
1879 | 2023-10-10T22:18:58.689Z | Compiling heck v0.4.1 |
1880 | 2023-10-10T22:18:58.698Z | Compiling rand_chacha v0.3.1 |
1881 | 2023-10-10T22:18:58.708Z | Compiling unicode-bidi v0.3.13 |
1882 | 2023-10-10T22:18:58.716Z | Compiling rand v0.8.5 |
1883 | 2023-10-10T22:18:58.727Z | Compiling errno v0.3.2 |
1884 | 2023-10-10T22:18:58.737Z | Compiling num-iter v0.1.43 |
1885 | 2023-10-10T22:18:58.747Z | Compiling usdt-impl v0.3.5 |
1886 | 2023-10-10T22:18:58.765Z | Compiling rustix v0.38.9 |
1887 | 2023-10-10T22:18:58.856Z | Compiling base64 v0.21.4 |
1888 | 2023-10-10T22:18:58.880Z | Compiling schemars v0.8.13 |
1889 | 2023-10-10T22:18:58.904Z | Compiling serde_derive v1.0.188 |
1890 | 2023-10-10T22:18:58.925Z | Compiling zeroize_derive v1.4.2 |
1891 | 2023-10-10T22:18:58.954Z | Compiling tokio-macros v2.1.0 |
1892 | 2023-10-10T22:18:58.986Z | Compiling thiserror-impl v1.0.49 |
1893 | 2023-10-10T22:18:59.013Z | Compiling futures-macro v0.3.28 |
1894 | 2023-10-10T22:18:59.027Z | Compiling tracing-attributes v0.1.26 |
1895 | 2023-10-10T22:18:59.043Z | Compiling openssl-macros v0.1.1 |
1896 | 2023-10-10T22:18:59.061Z | Compiling zerocopy-derive v0.2.0 |
1897 | 2023-10-10T22:18:59.065Z | Compiling zeroize v1.6.0 |
1898 | 2023-10-10T22:18:59.367Z | Compiling zerocopy-derive v0.6.3 |
1899 | 2023-10-10T22:19:01.645Z | Compiling pest v2.7.2 |
1900 | 2023-10-10T22:19:01.711Z | Compiling crypto-common v0.1.6 |
1901 | 2023-10-10T22:19:02.440Z | Compiling block-buffer v0.10.4 |
1902 | 2023-10-10T22:19:02.454Z | Compiling digest v0.10.7 |
1903 | 2023-10-10T22:19:03.154Z | Compiling tracing v0.1.37 |
1904 | 2023-10-10T22:19:03.166Z | Compiling serde_derive_internals v0.26.0 |
1905 | 2023-10-10T22:19:09.094Z | Compiling pest_meta v2.7.2 |
1906 | 2023-10-10T22:19:09.227Z | Compiling fnv v1.0.7 |
1907 | 2023-10-10T22:19:09.305Z | Compiling bitflags v1.3.2 |
1908 | 2023-10-10T22:19:09.359Z | Compiling untrusted v0.7.1 |
1909 | 2023-10-10T22:19:09.390Z | Compiling schemars_derive v0.8.13 |
1910 | 2023-10-10T22:19:11.217Z | Compiling pest_generator v2.7.2 |
1911 | 2023-10-10T22:19:12.474Z | Compiling zerocopy v0.3.0 |
1912 | 2023-10-10T22:19:13.100Z | Compiling hashbrown v0.12.3 |
1913 | 2023-10-10T22:19:13.575Z | Compiling lazy_static v1.4.0 |
1914 | 2023-10-10T22:19:13.852Z | Compiling backtrace v0.3.69 |
1915 | 2023-10-10T22:19:14.118Z | Compiling memoffset v0.9.0 |
1916 | 2023-10-10T22:19:14.197Z | Compiling pest_derive v2.7.2 |
1917 | 2023-10-10T22:19:14.442Z | Compiling num-bigint v0.4.4 |
1918 | 2023-10-10T22:19:14.551Z | Compiling openssl-probe v0.1.5 |
1919 | 2023-10-10T22:19:15.023Z | Compiling foreign-types-shared v0.1.1 |
1920 | 2023-10-10T22:19:15.090Z | Compiling base64ct v1.6.0 |
1921 | 2023-10-10T22:19:15.174Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1922 | 2023-10-10T22:19:15.258Z | Compiling async-trait v0.1.73 |
1923 | 2023-10-10T22:19:15.284Z | Compiling crossbeam-utils v0.8.16 |
1924 | 2023-10-10T22:19:15.406Z | Compiling allocator-api2 v0.2.16 |
1925 | 2023-10-10T22:19:15.719Z | Compiling smoltcp v0.9.1 |
1926 | 2023-10-10T22:19:15.872Z | Compiling percent-encoding v2.3.0 |
1927 | 2023-10-10T22:19:15.892Z | Compiling iana-time-zone v0.1.57 |
1928 | 2023-10-10T22:19:16.141Z | Compiling pem-rfc7468 v0.7.0 |
1929 | 2023-10-10T22:19:16.384Z | Compiling dtrace-parser v0.1.14 |
1930 | 2023-10-10T22:19:16.429Z | Compiling foreign-types v0.3.2 |
1931 | 2023-10-10T22:19:16.443Z | Compiling hashbrown v0.14.0 |
1932 | 2023-10-10T22:19:16.598Z | Compiling dof v0.1.5 |
1933 | 2023-10-10T22:19:16.840Z | Compiling der_derive v0.7.2 |
1934 | 2023-10-10T22:19:17.901Z | Compiling clap_derive v4.4.2 |
1935 | 2023-10-10T22:19:19.033Z | Compiling thread-id v4.2.0 |
1936 | 2023-10-10T22:19:19.239Z | Compiling siphasher v0.3.11 |
1937 | 2023-10-10T22:19:19.456Z | Compiling equivalent v1.0.1 |
1938 | 2023-10-10T22:19:19.776Z | Compiling bytes v1.5.0 |
1939 | 2023-10-10T22:19:20.637Z | Compiling bitflags v2.4.0 |
1940 | 2023-10-10T22:19:20.901Z | Compiling rustc_version v0.4.0 |
1941 | 2023-10-10T22:19:20.990Z | Compiling uuid v1.4.1 |
1942 | 2023-10-10T22:19:21.299Z | Compiling tokio v1.32.0 |
1943 | 2023-10-10T22:19:21.934Z | Compiling heapless v0.7.16 |
1944 | 2023-10-10T22:19:22.139Z | Compiling http v0.2.9 |
1945 | 2023-10-10T22:19:24.304Z | Compiling chrono v0.4.31 |
1946 | 2023-10-10T22:19:24.376Z | Compiling flagset v0.4.3 |
1947 | 2023-10-10T22:19:24.692Z | Compiling time-core v0.1.1 |
1948 | 2023-10-10T22:19:25.007Z | Compiling adler v1.0.2 |
1949 | 2023-10-10T22:19:25.306Z | Compiling utf8parse v0.2.1 |
1950 | 2023-10-10T22:19:25.591Z | Compiling anstyle v1.0.2 |
1951 | 2023-10-10T22:19:25.701Z | Compiling cpufeatures v0.2.9 |
1952 | 2023-10-10T22:19:25.719Z | Compiling try-lock v0.2.4 |
1953 | 2023-10-10T22:19:26.247Z | Compiling sha2 v0.10.7 |
1954 | 2023-10-10T22:19:26.256Z | Compiling want v0.3.1 |
1955 | 2023-10-10T22:19:26.273Z | Compiling anstyle-parse v0.2.1 |
1956 | 2023-10-10T22:19:26.331Z | Compiling miniz_oxide v0.7.1 |
1957 | 2023-10-10T22:19:26.535Z | Compiling time-macros v0.2.13 |
1958 | 2023-10-10T22:19:26.635Z | Compiling der v0.7.8 |
1959 | 2023-10-10T22:19:28.540Z | Compiling http-body v0.4.5 |
1960 | 2023-10-10T22:19:32.761Z | Compiling serde_tokenstream v0.1.7 |
1961 | 2023-10-10T22:19:33.914Z | Compiling indexmap v2.0.0 |
1962 | 2023-10-10T22:19:34.708Z | Compiling tokio-util v0.7.8 |
1963 | 2023-10-10T22:19:37.005Z | Compiling h2 v0.3.21 |
1964 | 2023-10-10T22:19:49.492Z | Compiling form_urlencoded v1.2.0 |
1965 | 2023-10-10T22:19:49.652Z | Compiling rustls-webpki v0.101.4 |
1966 | 2023-10-10T22:19:49.913Z | Compiling sct v0.7.0 |
1967 | 2023-10-10T22:19:50.133Z | Compiling hubpack_derive v0.1.1 |
1968 | 2023-10-10T22:19:50.397Z | Compiling aho-corasick v1.0.4 |
1969 | 2023-10-10T22:19:50.662Z | Compiling socket2 v0.4.9 |
1970 | 2023-10-10T22:19:51.068Z | Compiling crossbeam-epoch v0.9.15 |
1971 | 2023-10-10T22:19:51.137Z | Compiling anyhow v1.0.75 |
1972 | 2023-10-10T22:19:51.367Z | Compiling httpdate v1.0.3 |
1973 | 2023-10-10T22:19:51.549Z | Compiling tower-service v0.3.2 |
1974 | 2023-10-10T22:19:51.872Z | Compiling anstyle-query v1.0.0 |
1975 | 2023-10-10T22:19:52.187Z | Compiling regex-syntax v0.7.5 |
1976 | 2023-10-10T22:19:52.286Z | Compiling colorchoice v1.0.0 |
1977 | 2023-10-10T22:19:52.484Z | Compiling tap v1.0.1 |
1978 | 2023-10-10T22:19:52.648Z | Compiling slog v2.7.0 |
1979 | 2023-10-10T22:19:52.847Z | Compiling wyz v0.5.1 |
1980 | 2023-10-10T22:19:53.473Z | Compiling anstream v0.5.0 |
1981 | 2023-10-10T22:19:53.797Z | Compiling hyper v0.14.27 |
1982 | 2023-10-10T22:19:54.041Z | Compiling regex-automata v0.3.8 |
1983 | 2023-10-10T22:19:57.277Z | Compiling terminal_size v0.2.6 |
1984 | 2023-10-10T22:19:57.649Z | Compiling spki v0.7.2 |
1985 | 2023-10-10T22:19:57.904Z | Compiling rustls-pemfile v1.0.3 |
1986 | 2023-10-10T22:19:58.379Z | Compiling hmac v0.12.1 |
1987 | 2023-10-10T22:19:58.875Z | Compiling md-5 v0.10.5 |
1988 | 2023-10-10T22:19:58.885Z | Compiling zerocopy v0.6.3 |
1989 | 2023-10-10T22:19:59.177Z | Compiling stringprep v0.1.3 |
1990 | 2023-10-10T22:20:00.635Z | Compiling idna v0.4.0 |
1991 | 2023-10-10T22:20:00.814Z | Compiling diesel_table_macro_syntax v0.1.0 |
1992 | 2023-10-10T22:20:01.496Z | Compiling hash32 v0.2.1 |
1993 | 2023-10-10T22:20:02.022Z | Compiling spin v0.9.8 |
1994 | 2023-10-10T22:20:02.597Z | Compiling fallible-iterator v0.2.0 |
1995 | 2023-10-10T22:20:02.822Z | Compiling strsim v0.10.0 |
1996 | 2023-10-10T22:20:03.444Z | Compiling dyn-clone v1.0.13 |
1997 | 2023-10-10T22:20:04.132Z | Compiling funty v2.0.0 |
1998 | 2023-10-10T22:20:04.145Z | Compiling stable_deref_trait v1.2.0 |
1999 | 2023-10-10T22:20:04.681Z | Compiling gimli v0.28.0 |
2000 | 2023-10-10T22:20:05.233Z | Compiling clap_lex v0.5.1 |
2001 | 2023-10-10T22:20:06.190Z | Compiling maybe-uninit v2.0.0 |
2002 | 2023-10-10T22:20:06.413Z | Compiling bitvec v1.0.1 |
2003 | 2023-10-10T22:20:06.929Z | Compiling clap_builder v4.4.2 |
2004 | 2023-10-10T22:20:08.819Z | Compiling postgres-protocol v0.6.6 |
2005 | 2023-10-10T22:20:09.695Z | Compiling tokio-rustls v0.24.1 |
2006 | 2023-10-10T22:20:13.799Z | Compiling url v2.4.1 |
2007 | 2023-10-10T22:20:13.890Z | Compiling diesel_derives v2.1.1 |
2008 | 2023-10-10T22:20:14.017Z | Compiling addr2line v0.21.0 |
2009 | 2023-10-10T22:20:14.155Z | Compiling rustls-native-certs v0.6.3 |
2010 | 2023-10-10T22:20:14.193Z | Compiling tokio-native-tls v0.3.1 |
2011 | 2023-10-10T22:20:15.613Z | Compiling usdt-macro v0.3.5 |
2012 | 2023-10-10T22:20:16.704Z | Compiling usdt-attr-macro v0.3.5 |
2013 | 2023-10-10T22:20:18.166Z | Compiling toml_datetime v0.6.3 |
2014 | 2023-10-10T22:20:18.820Z | Compiling serde_spanned v0.6.3 |
2015 | 2023-10-10T22:20:18.912Z | Compiling phf_shared v0.11.2 |
2016 | 2023-10-10T22:20:19.722Z | Compiling block-padding v0.3.3 |
2017 | 2023-10-10T22:20:19.790Z | Compiling enum-as-inner v0.5.1 |
2018 | 2023-10-10T22:20:20.087Z | Compiling serde_repr v0.1.16 |
2019 | 2023-10-10T22:20:21.282Z | Compiling scheduled-thread-pool v0.2.7 |
2020 | 2023-10-10T22:20:21.734Z | Compiling object v0.32.1 |
2021 | 2023-10-10T22:20:25.651Z | Compiling regex-automata v0.1.10 |
2022 | 2023-10-10T22:20:26.480Z | Compiling either v1.9.0 |
2023 | 2023-10-10T22:20:26.879Z | Compiling bit-vec v0.6.3 |
2024 | 2023-10-10T22:20:27.354Z | Compiling winnow v0.5.15 |
2025 | 2023-10-10T22:20:29.759Z | Compiling matches v0.1.10 |
2026 | 2023-10-10T22:20:29.887Z | Compiling ipnet v2.8.0 |
2027 | 2023-10-10T22:20:31.744Z | Compiling unicode-width v0.1.10 |
2028 | 2023-10-10T22:20:31.986Z | Compiling rustc-demangle v0.1.23 |
2029 | 2023-10-10T22:20:33.458Z | Compiling num_threads v0.1.6 |
2030 | 2023-10-10T22:20:33.632Z | Compiling num-bigint-dig v0.8.4 |
2031 | 2023-10-10T22:20:34.014Z | Compiling packed_struct v0.10.1 |
2032 | 2023-10-10T22:20:34.290Z | Compiling managed v0.8.0 |
2033 | 2023-10-10T22:20:34.679Z | Compiling deranged v0.3.8 |
2034 | 2023-10-10T22:20:37.853Z | Compiling time v0.3.27 |
2035 | 2023-10-10T22:20:46.216Z | Compiling toml_edit v0.19.15 |
2036 | 2023-10-10T22:20:49.180Z | Compiling idna v0.2.3 |
2037 | 2023-10-10T22:20:49.874Z | Compiling itertools v0.10.5 |
2038 | 2023-10-10T22:20:52.403Z | Compiling bstr v0.2.17 |
2039 | 2023-10-10T22:20:54.675Z | Compiling r2d2 v0.8.10 |
2040 | 2023-10-10T22:20:55.053Z | Compiling inout v0.1.3 |
2041 | 2023-10-10T22:20:55.485Z | Compiling phf v0.11.2 |
2042 | 2023-10-10T22:20:56.460Z | Compiling hyper-tls v0.5.0 |
2043 | 2023-10-10T22:20:56.962Z | Compiling hyper-rustls v0.24.1 |
2044 | 2023-10-10T22:20:57.276Z | Compiling clap v4.4.3 |
2045 | 2023-10-10T22:20:57.431Z | Compiling ipnetwork v0.20.0 |
2046 | 2023-10-10T22:20:58.063Z | Compiling flate2 v1.0.27 |
2047 | 2023-10-10T22:20:58.190Z | Compiling postgres-types v0.2.6 |
2048 | 2023-10-10T22:20:58.814Z | Compiling regex v1.9.5 |
2049 | 2023-10-10T22:20:59.552Z | Compiling pkcs8 v0.10.2 |
2050 | 2023-10-10T22:21:00.826Z | Compiling hubpack v0.1.2 |
2051 | 2023-10-10T22:21:01.552Z | Compiling serde_urlencoded v0.7.1 |
2052 | 2023-10-10T22:21:01.627Z | Compiling phf_shared v0.10.0 |
2053 | 2023-10-10T22:21:02.011Z | Compiling futures-executor v0.3.28 |
2054 | 2023-10-10T22:21:03.110Z | Compiling signature v2.1.0 |
2055 | 2023-10-10T22:21:03.805Z | Compiling packed_struct_codegen v0.10.1 |
2056 | 2023-10-10T22:21:05.276Z | Compiling float-cmp v0.9.0 |
2057 | 2023-10-10T22:21:06.336Z | Compiling encoding_rs v0.8.33 |
2058 | 2023-10-10T22:21:06.502Z | Compiling difflib v0.4.0 |
2059 | 2023-10-10T22:21:08.009Z | Compiling new_debug_unreachable v1.0.4 |
2060 | 2023-10-10T22:21:08.549Z | Compiling fixedbitset v0.4.2 |
2061 | 2023-10-10T22:21:08.554Z | Compiling unicode-segmentation v1.10.1 |
2062 | 2023-10-10T22:21:08.658Z | Compiling whoami v1.4.1 |
2063 | 2023-10-10T22:21:08.800Z | Compiling webpki-roots v0.25.2 |
2064 | 2023-10-10T22:21:09.043Z | Compiling crc-catalog v2.2.0 |
2065 | 2023-10-10T22:21:09.281Z | Compiling predicates-core v1.0.6 |
2066 | 2023-10-10T22:21:09.519Z | Compiling data-encoding v2.4.0 |
2067 | 2023-10-10T22:21:09.717Z | Compiling unicode-linebreak v0.1.5 |
2068 | 2023-10-10T22:21:10.510Z | Compiling static_assertions v1.1.0 |
2069 | 2023-10-10T22:21:10.634Z | Compiling mime v0.3.17 |
2070 | 2023-10-10T22:21:12.532Z | Compiling nodrop v0.1.14 |
2071 | 2023-10-10T22:21:12.745Z | Compiling normalize-line-endings v0.3.0 |
2072 | 2023-10-10T22:21:13.042Z | Compiling precomputed-hash v0.1.1 |
2073 | 2023-10-10T22:21:13.067Z | Compiling smawk v0.3.1 |
2074 | 2023-10-10T22:21:13.204Z | Compiling string_cache v0.8.7 |
2075 | 2023-10-10T22:21:13.370Z | Compiling textwrap v0.16.0 |
2076 | 2023-10-10T22:21:15.673Z | Compiling predicates v3.0.3 |
2077 | 2023-10-10T22:21:15.742Z | Compiling array-init v0.0.4 |
2078 | 2023-10-10T22:21:17.999Z | Compiling reqwest v0.11.20 |
2079 | 2023-10-10T22:21:22.776Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
2080 | 2023-10-10T22:21:23.079Z | Compiling trust-dns-proto v0.22.0 |
2081 | 2023-10-10T22:21:23.155Z | Compiling similar v2.2.1 |
2082 | 2023-10-10T22:21:26.978Z | Compiling crc v3.0.1 |
2083 | 2023-10-10T22:21:27.786Z | Compiling tokio-postgres v0.7.10 |
2084 | 2023-10-10T22:21:31.762Z | Compiling petgraph v0.6.4 |
2085 | 2023-10-10T22:21:41.141Z | Compiling futures v0.3.28 |
2086 | 2023-10-10T22:21:42.487Z | Compiling pkcs1 v0.7.5 |
2087 | 2023-10-10T22:21:42.746Z | Compiling yasna v0.5.2 |
2088 | 2023-10-10T22:21:43.090Z | Compiling smallvec v0.6.14 |
2089 | 2023-10-10T22:21:43.264Z | Compiling diesel v2.1.1 |
2090 | 2023-10-10T22:21:43.825Z | Compiling cipher v0.4.4 |
2091 | 2023-10-10T22:21:45.578Z | Compiling toml v0.7.8 |
2092 | 2023-10-10T22:21:49.020Z | Compiling console v0.15.7 |
2093 | 2023-10-10T22:21:49.818Z | Compiling bit-set v0.5.3 |
2094 | 2023-10-10T22:21:50.272Z | Compiling usdt v0.3.5 |
2095 | 2023-10-10T22:21:50.669Z | Compiling is-terminal v0.4.9 |
2096 | 2023-10-10T22:21:52.002Z | Compiling bstr v1.6.0 |
2097 | 2023-10-10T22:21:52.670Z | Compiling openapiv3 v1.0.3 |
2098 | 2023-10-10T22:21:53.173Z | Compiling tokio-stream v0.1.14 |
2099 | 2023-10-10T22:21:53.841Z | Compiling hex v0.4.3 |
2100 | 2023-10-10T22:21:55.433Z | Compiling hashbrown v0.13.2 |
2101 | 2023-10-10T22:21:58.457Z | Compiling bitfield v0.14.0 |
2102 | 2023-10-10T22:21:58.626Z | Compiling termcolor v1.2.0 |
2103 | 2023-10-10T22:21:58.951Z | Compiling lalrpop-util v0.19.12 |
2104 | 2023-10-10T22:22:05.508Z | Compiling env_logger v0.10.0 |
2105 | 2023-10-10T22:22:10.269Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2106 | 2023-10-10T22:22:23.918Z | Compiling rsa v0.9.2 |
2107 | 2023-10-10T22:22:28.470Z | Compiling serde-hex v0.1.0 |
2108 | 2023-10-10T22:22:28.840Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2109 | 2023-10-10T22:22:37.200Z | Compiling x509-cert v0.2.4 |
2110 | 2023-10-10T22:22:37.976Z | Compiling ron v0.8.1 |
2111 | 2023-10-10T22:22:40.606Z | Compiling crc-any v2.4.3 |
2112 | 2023-10-10T22:23:01.908Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2113 | 2023-10-10T22:23:14.682Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2114 | 2023-10-10T22:23:23.610Z | Compiling object v0.30.4 |
2115 | 2023-10-10T22:23:34.837Z | Compiling path-slash v0.1.5 |
2116 | 2023-10-10T22:23:37.866Z | Compiling bzip2 v0.4.4 |
2117 | 2023-10-10T22:23:38.469Z | Compiling zip v0.6.6 |
2118 | 2023-10-10T22:23:43.353Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2119 | 2023-10-10T22:23:54.405Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2120 | 2023-10-10T22:24:23.017Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2121 | 2023-10-10T22:24:24.087Z | Finished release [optimized] target(s) in 5m 54s |
2122 | 2023-10-10T22:24:24.541Z | |
2123 | 2023-10-10T22:24:24.550Z | real 5:54.652092522 |
2124 | 2023-10-10T22:24:24.559Z | user 40:44.890225862 |
2125 | 2023-10-10T22:24:24.641Z | sys 3:38.706116524 |
2126 | 2023-10-10T22:24:24.686Z | trap 1.661903461 |
2127 | 2023-10-10T22:24:25.137Z | tflt 1.105755190 |
2128 | 2023-10-10T22:24:25.150Z | dflt 0.522002420 |
2129 | 2023-10-10T22:24:25.595Z | kflt 0.000070269 |
2130 | 2023-10-10T22:24:25.606Z | lock 1:34:20.056573550 |
2131 | 2023-10-10T22:24:25.613Z | slp 2:21:01.103340042 |
2132 | 2023-10-10T22:24:25.622Z | lat 1:43.457493406 |
2133 | 2023-10-10T22:24:25.685Z | stop 1:22.670044987 |
2134 | 2023-10-10T22:24:25.698Z | + ptime -m gzip |
2135 | 2023-10-10T22:24:26.124Z | |
2136 | 2023-10-10T22:24:26.138Z | real 0.658671943 |
2137 | 2023-10-10T22:24:26.160Z | user 0.649413795 |
2138 | 2023-10-10T22:24:26.188Z | sys 0.008648209 |
2139 | 2023-10-10T22:24:26.208Z | trap 0.000070554 |
2140 | 2023-10-10T22:24:26.215Z | tflt 0.000000000 |
2141 | 2023-10-10T22:24:26.225Z | dflt 0.000000000 |
2142 | 2023-10-10T22:24:26.237Z | kflt 0.000000000 |
2143 | 2023-10-10T22:24:26.242Z | lock 0.000000000 |
2144 | 2023-10-10T22:24:26.249Z | slp 0.000000000 |
2145 | 2023-10-10T22:24:26.254Z | lat 0.000159048 |
2146 | 2023-10-10T22:24:26.261Z | stop 0.000278305 |
2147 | 2023-10-10T22:24:26.266Z | + banner tufaceous |
2148 | 2023-10-10T22:24:26.272Z | |
2149 | 2023-10-10T22:24:26.278Z | ##### # # ###### ## #### ###### #### # # #### |
2150 | 2023-10-10T22:24:26.282Z | # # # # # # # # # # # # # # |
2151 | 2023-10-10T22:24:26.286Z | # # # ##### # # # ##### # # # # #### |
2152 | 2023-10-10T22:24:26.292Z | # # # # ###### # # # # # # # |
2153 | 2023-10-10T22:24:26.303Z | # # # # # # # # # # # # # # # |
2154 | 2023-10-10T22:24:26.312Z | # #### # # # #### ###### #### #### #### |
2155 | 2023-10-10T22:24:26.326Z | |
2156 | 2023-10-10T22:24:26.329Z | + ptime -m cargo build --locked -p tufaceous --release |
2157 | 2023-10-10T22:24:26.332Z | Downloading crates ... |
2158 | 2023-10-10T22:24:26.335Z | Downloaded bytesize v1.3.0 |
2159 | 2023-10-10T22:24:26.339Z | Downloaded globset v0.4.13 |
2160 | 2023-10-10T22:24:26.345Z | Downloaded buf-list v1.0.3 |
2161 | 2023-10-10T22:24:26.352Z | Downloaded olpc-cjson v0.1.3 |
2162 | 2023-10-10T22:24:26.390Z | Downloaded serde_plain v1.0.2 |
2163 | 2023-10-10T22:24:26.404Z | Downloaded fs-err v2.9.0 |
2164 | 2023-10-10T22:24:26.427Z | Downloaded snafu-derive v0.7.5 |
2165 | 2023-10-10T22:24:26.437Z | Downloaded path-absolutize v3.1.0 |
2166 | 2023-10-10T22:24:26.449Z | Downloaded path-dedot v3.1.0 |
2167 | 2023-10-10T22:24:26.529Z | Downloaded snafu v0.7.5 |
2168 | 2023-10-10T22:24:26.552Z | Downloaded tough v0.12.5 |
2169 | 2023-10-10T22:24:26.560Z | Downloaded doc-comment v0.3.3 |
2170 | 2023-10-10T22:24:26.569Z | Compiling serde_tokenstream v0.2.0 |
2171 | 2023-10-10T22:24:26.575Z | Compiling regress v0.7.1 |
2172 | 2023-10-10T22:24:26.616Z | Compiling dirs-sys-next v0.1.2 |
2173 | 2023-10-10T22:24:26.625Z | Compiling ident_case v1.0.1 |
2174 | 2023-10-10T22:24:26.640Z | Compiling thread_local v1.1.7 |
2175 | 2023-10-10T22:24:27.079Z | Compiling rustversion v1.0.14 |
2176 | 2023-10-10T22:24:27.097Z | Compiling camino v1.1.6 |
2177 | 2023-10-10T22:24:27.110Z | Compiling dirs-next v2.0.0 |
2178 | 2023-10-10T22:24:27.128Z | Compiling darling_core v0.20.3 |
2179 | 2023-10-10T22:24:27.551Z | Compiling slog-async v2.8.0 |
2180 | 2023-10-10T22:24:27.556Z | Compiling heck v0.4.1 |
2181 | 2023-10-10T22:24:27.564Z | Compiling term v0.7.0 |
2182 | 2023-10-10T22:24:27.577Z | Compiling crossbeam-channel v0.5.8 |
2183 | 2023-10-10T22:24:27.588Z | Compiling getopts v0.2.21 |
2184 | 2023-10-10T22:24:27.862Z | Compiling structmeta-derive v0.1.6 |
2185 | 2023-10-10T22:24:28.992Z | Compiling atty v0.2.14 |
2186 | 2023-10-10T22:24:29.027Z | Compiling multer v2.1.0 |
2187 | 2023-10-10T22:24:29.138Z | Compiling take_mut v0.2.2 |
2188 | 2023-10-10T22:24:29.385Z | Compiling paste v1.0.14 |
2189 | 2023-10-10T22:24:29.417Z | Compiling unsafe-libyaml v0.2.9 |
2190 | 2023-10-10T22:24:30.566Z | Compiling match_cfg v0.1.0 |
2191 | 2023-10-10T22:24:30.594Z | Compiling doc-comment v0.3.3 |
2192 | 2023-10-10T22:24:30.616Z | Compiling hostname v0.3.1 |
2193 | 2023-10-10T22:24:31.148Z | Compiling slog-term v2.9.0 |
2194 | 2023-10-10T22:24:32.177Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2195 | 2023-10-10T22:24:36.660Z | Compiling structmeta v0.1.6 |
2196 | 2023-10-10T22:24:37.114Z | Compiling serde_yaml v0.9.25 |
2197 | 2023-10-10T22:24:37.334Z | Compiling darling_macro v0.20.3 |
2198 | 2023-10-10T22:24:37.351Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2199 | 2023-10-10T22:24:37.360Z | Compiling darling v0.20.3 |
2200 | 2023-10-10T22:24:37.502Z | Compiling slog-json v2.6.1 |
2201 | 2023-10-10T22:24:38.325Z | Compiling async-stream-impl v0.3.5 |
2202 | 2023-10-10T22:24:38.371Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2203 | 2023-10-10T22:24:38.717Z | Compiling atomic-waker v1.1.1 |
2204 | 2023-10-10T22:24:40.663Z | Compiling regex-syntax v0.6.29 |
2205 | 2023-10-10T22:24:40.871Z | Compiling fastrand v2.0.0 |
2206 | 2023-10-10T22:24:40.957Z | Compiling tempfile v3.8.0 |
2207 | 2023-10-10T22:24:41.032Z | Compiling async-stream v0.3.5 |
2208 | 2023-10-10T22:24:41.087Z | Compiling waitgroup v0.1.2 |
2209 | 2023-10-10T22:24:41.106Z | Compiling strum_macros v0.25.2 |
2210 | 2023-10-10T22:24:41.150Z | Compiling slog-bunyan v2.4.0 |
2211 | 2023-10-10T22:24:41.335Z | Compiling serde_with_macros v2.3.3 |
2212 | 2023-10-10T22:24:44.680Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2213 | 2023-10-10T22:24:45.167Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2214 | 2023-10-10T22:24:45.313Z | Compiling sha1 v0.10.5 |
2215 | 2023-10-10T22:24:46.752Z | Compiling snafu-derive v0.7.5 |
2216 | 2023-10-10T22:24:46.795Z | Compiling serde_path_to_error v0.1.14 |
2217 | 2023-10-10T22:24:47.155Z | Compiling path-dedot v3.1.0 |
2218 | 2023-10-10T22:24:47.525Z | Compiling instant v0.1.12 |
2219 | 2023-10-10T22:24:47.598Z | Compiling buf-list v1.0.3 |
2220 | 2023-10-10T22:24:47.759Z | Compiling debug-ignore v1.0.5 |
2221 | 2023-10-10T22:24:48.023Z | Compiling arc-swap v1.6.0 |
2222 | 2023-10-10T22:24:48.043Z | Compiling same-file v1.0.6 |
2223 | 2023-10-10T22:24:48.386Z | Compiling base64 v0.13.1 |
2224 | 2023-10-10T22:24:48.461Z | Compiling parse-display-derive v0.7.0 |
2225 | 2023-10-10T22:24:49.723Z | Compiling walkdir v2.4.0 |
2226 | 2023-10-10T22:24:49.732Z | Compiling pem v1.1.1 |
2227 | 2023-10-10T22:24:49.938Z | Compiling slog-scope v4.4.0 |
2228 | 2023-10-10T22:24:53.555Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2229 | 2023-10-10T22:24:53.868Z | Compiling backoff v0.4.0 |
2230 | 2023-10-10T22:24:54.034Z | Compiling path-absolutize v3.1.0 |
2231 | 2023-10-10T22:24:54.084Z | Compiling strum v0.25.0 |
2232 | 2023-10-10T22:24:54.125Z | Compiling serde_with v2.3.3 |
2233 | 2023-10-10T22:24:54.218Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2234 | 2023-10-10T22:24:54.244Z | Compiling globset v0.4.13 |
2235 | 2023-10-10T22:24:54.294Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2236 | 2023-10-10T22:24:54.756Z | Compiling olpc-cjson v0.1.3 |
2237 | 2023-10-10T22:24:54.771Z | Compiling macaddr v1.0.1 |
2238 | 2023-10-10T22:24:54.814Z | Compiling parse-display v0.7.0 |
2239 | 2023-10-10T22:24:55.268Z | Compiling serde_plain v1.0.2 |
2240 | 2023-10-10T22:24:55.277Z | Compiling snafu v0.7.5 |
2241 | 2023-10-10T22:24:55.349Z | Compiling filetime v0.2.22 |
2242 | 2023-10-10T22:24:55.859Z | Compiling xattr v1.0.1 |
2243 | 2023-10-10T22:24:56.016Z | Compiling tough v0.12.5 |
2244 | 2023-10-10T22:24:56.363Z | Compiling tar v0.4.40 |
2245 | 2023-10-10T22:24:57.181Z | Compiling slog-stdlog v4.1.1 |
2246 | 2023-10-10T22:24:58.190Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2247 | 2023-10-10T22:24:58.389Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2248 | 2023-10-10T22:25:01.415Z | Compiling camino-tempfile v1.0.2 |
2249 | 2023-10-10T22:25:02.737Z | Compiling itertools v0.11.0 |
2250 | 2023-10-10T22:25:06.873Z | Compiling bytesize v1.3.0 |
2251 | 2023-10-10T22:25:07.202Z | Compiling fs-err v2.9.0 |
2252 | 2023-10-10T22:25:07.465Z | Compiling slog-envlogger v2.2.0 |
2253 | 2023-10-10T22:25:08.230Z | Compiling humantime v2.1.0 |
2254 | 2023-10-10T22:25:09.185Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2255 | 2023-10-10T22:25:38.465Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2256 | 2023-10-10T22:25:38.713Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2257 | 2023-10-10T22:25:48.391Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2258 | 2023-10-10T22:25:50.840Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2259 | 2023-10-10T22:26:13.456Z | Finished release [optimized] target(s) in 1m 48s |
2260 | 2023-10-10T22:26:13.544Z | |
2261 | 2023-10-10T22:26:13.549Z | real 1:48.697168482 |
2262 | 2023-10-10T22:26:13.552Z | user 11:40.842459650 |
2263 | 2023-10-10T22:26:13.556Z | sys 45.600091516 |
2264 | 2023-10-10T22:26:13.559Z | trap 0.444719698 |
2265 | 2023-10-10T22:26:13.564Z | tflt 0.465277487 |
2266 | 2023-10-10T22:26:13.568Z | dflt 0.334799310 |
2267 | 2023-10-10T22:26:13.571Z | kflt 0.005651856 |
2268 | 2023-10-10T22:26:13.574Z | lock 23:28.086187056 |
2269 | 2023-10-10T22:26:13.578Z | slp 25:31.172265174 |
2270 | 2023-10-10T22:26:13.581Z | lat 21.148456915 |
2271 | 2023-10-10T22:26:13.584Z | stop 12.994666529 |
2272 | 2023-10-10T22:26:13.588Z | + ptime -m gzip |
2273 | 2023-10-10T22:26:15.665Z | |
2274 | 2023-10-10T22:26:15.672Z | real 2.115974221 |
2275 | 2023-10-10T22:26:15.687Z | user 2.091452874 |
2276 | 2023-10-10T22:26:15.710Z | sys 0.022988131 |
2277 | 2023-10-10T22:26:15.741Z | trap 0.000529372 |
2278 | 2023-10-10T22:26:15.762Z | tflt 0.000000000 |
2279 | 2023-10-10T22:26:15.780Z | dflt 0.000000000 |
2280 | 2023-10-10T22:26:16.477Z | kflt 0.000000000 |
2281 | 2023-10-10T22:26:16.502Z | lock 0.000000000 |
2282 | 2023-10-10T22:26:16.529Z | slp 0.000000000 |
2283 | 2023-10-10T22:26:16.624Z | lat 0.000661898 |
2284 | 2023-10-10T22:26:16.742Z | stop 0.000239836 |
2285 | 2023-10-10T22:26:16.818Z | process exited: duration 1258973 ms, exit code 0 |
|
2286 | 2023-10-10T22:26:16.864Z | found 5 output files |
2287 | 2023-10-10T22:26:16.893Z | uploading: /work/end-to-end-tests/bootstrap-0b5a6903c7c17be7.gz (6375493 bytes) |
2288 | 2023-10-10T22:26:21.700Z | uploaded: /work/end-to-end-tests/bootstrap-0b5a6903c7c17be7.gz |
2289 | 2023-10-10T22:26:21.714Z | uploading: /work/end-to-end-tests/bootstrap.gz (96459496 bytes) |
2290 | 2023-10-10T22:27:15.849Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2291 | 2023-10-10T22:27:17.120Z | uploading: /work/end-to-end-tests/end_to_end_tests-6da9107f9543f44b.gz (110159304 bytes) |
2292 | 2023-10-10T22:29:07.037Z | uploaded: /work/end-to-end-tests/end_to_end_tests-6da9107f9543f44b.gz |
2293 | 2023-10-10T22:29:07.271Z | uploading: /work/caboose-util.gz (4117051 bytes) |
2294 | 2023-10-10T22:29:10.081Z | uploaded: /work/caboose-util.gz |
2295 | 2023-10-10T22:29:10.094Z | uploading: /work/tufaceous.gz (13414505 bytes) |
2296 | 2023-10-10T22:29:22.498Z | uploaded: /work/tufaceous.gz |