|
|
|
1 | 2023-10-18T18:06:13.686Z | job assigned to worker 01HD1ZCMZXN4RN603VFYSN3W3Q (queued for 1 m 26 s) |
|
2 | 2023-10-18T18:06:14.336Z | starting task 0: "setup" |
3 | 2023-10-18T18:06:14.392Z | ++ uname -s |
4 | 2023-10-18T18:06:14.395Z | + kern=SunOS |
5 | 2023-10-18T18:06:14.398Z | + case "$kern" in |
6 | 2023-10-18T18:06:14.401Z | + groupadd -g 12345 build |
7 | 2023-10-18T18:06:14.404Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-18T18:06:16.409Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-18T18:06:16.506Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-18T18:06:16.510Z | + home_fs=zfs |
11 | 2023-10-18T18:06:16.512Z | + [[ zfs == autofs ]] |
12 | 2023-10-18T18:06:16.515Z | + mkdir -p /home/build |
13 | 2023-10-18T18:06:16.518Z | + chown build:build /home/build /work |
14 | 2023-10-18T18:06:17.515Z | + chmod 0700 /home/build /work |
15 | 2023-10-18T18:06:17.519Z | process exited: duration 3180 ms, exit code 0 |
|
16 | 2023-10-18T18:06:17.525Z | starting task 1: "rust-toolchain" |
17 | 2023-10-18T18:06:17.537Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-18T18:06:17.540Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-18T18:06:17.760Z | info: downloading installer |
20 | 2023-10-18T18:06:18.946Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-18T18:06:18.949Z | warning: /opt/ooce/bin |
22 | 2023-10-18T18:06:18.952Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-18T18:06:18.955Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-18T18:06:18.958Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-18T18:06:18.962Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-18T18:06:18.964Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-18T18:06:18.968Z | error: cannot install while Rust is installed |
28 | 2023-10-18T18:06:18.971Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-18T18:06:19.029Z | info: profile set to 'default' |
30 | 2023-10-18T18:06:19.032Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-18T18:06:19.036Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-18T18:06:19.187Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-18T18:06:19.192Z | info: downloading component 'cargo' |
34 | 2023-10-18T18:06:19.805Z | info: downloading component 'clippy' |
35 | 2023-10-18T18:06:20.021Z | info: downloading component 'rust-docs' |
36 | 2023-10-18T18:06:20.788Z | info: downloading component 'rust-std' |
37 | 2023-10-18T18:06:22.192Z | info: downloading component 'rustc' |
38 | 2023-10-18T18:06:25.459Z | info: downloading component 'rustfmt' |
39 | 2023-10-18T18:06:25.651Z | info: installing component 'cargo' |
40 | 2023-10-18T18:06:27.052Z | info: installing component 'clippy' |
41 | 2023-10-18T18:06:27.648Z | info: installing component 'rust-docs' |
42 | 2023-10-18T18:06:30.357Z | info: installing component 'rust-std' |
43 | 2023-10-18T18:06:34.885Z | info: installing component 'rustc' |
44 | 2023-10-18T18:06:45.213Z | info: installing component 'rustfmt' |
45 | 2023-10-18T18:06:45.661Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-18T18:06:45.664Z | |
47 | 2023-10-18T18:06:45.820Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-18T18:06:45.822Z | |
49 | 2023-10-18T18:06:45.825Z | |
50 | 2023-10-18T18:06:45.827Z | Rust is installed now. Great! |
51 | 2023-10-18T18:06:45.830Z | |
52 | 2023-10-18T18:06:45.833Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-18T18:06:45.836Z | environment variable. This has not been done automatically. |
54 | 2023-10-18T18:06:45.839Z | |
55 | 2023-10-18T18:06:45.842Z | To configure your current shell, run: |
56 | 2023-10-18T18:06:45.845Z | source "$HOME/.cargo/env" |
57 | 2023-10-18T18:06:45.907Z | + rustc --version |
58 | 2023-10-18T18:06:46.016Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-18T18:06:46.021Z | process exited: duration 28494 ms, exit code 0 |
|
60 | 2023-10-18T18:06:46.027Z | starting task 2: "authentication" |
61 | 2023-10-18T18:06:46.062Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-10-18T18:06:46.068Z | starting task 3: "clone repository" |
63 | 2023-10-18T18:06:46.078Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-18T18:06:46.081Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-18T18:06:46.115Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-18T18:06:53.923Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-18T18:06:53.929Z | + [[ -n wicketd-tuf-repo-multiple-rot-keys ]] |
68 | 2023-10-18T18:06:53.932Z | + git fetch origin wicketd-tuf-repo-multiple-rot-keys |
69 | 2023-10-18T18:06:54.311Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-18T18:06:54.315Z | * branch wicketd-tuf-repo-multiple-rot-keys -> FETCH_HEAD |
71 | 2023-10-18T18:06:54.322Z | + git checkout -B wicketd-tuf-repo-multiple-rot-keys remotes/origin/wicketd-tuf-repo-multiple-rot-keys |
72 | 2023-10-18T18:06:54.411Z | Switched to a new branch 'wicketd-tuf-repo-multiple-rot-keys' |
73 | 2023-10-18T18:06:54.414Z | branch 'wicketd-tuf-repo-multiple-rot-keys' set up to track 'origin/wicketd-tuf-repo-multiple-rot-keys'. |
74 | 2023-10-18T18:06:54.417Z | + git reset --hard 4302c93d91a66a1c969210cafdaa6db1eb87ddcd |
75 | 2023-10-18T18:06:54.555Z | HEAD is now at 4302c93d add log when we find a matching RoT archive |
76 | 2023-10-18T18:06:54.558Z | process exited: duration 8485 ms, exit code 0 |
|
77 | 2023-10-18T18:06:54.564Z | starting task 4: "build" |
78 | 2023-10-18T18:06:54.574Z | + cargo --version |
79 | 2023-10-18T18:06:54.661Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-18T18:06:54.663Z | + rustc --version |
81 | 2023-10-18T18:06:54.762Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-18T18:06:54.766Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-18T18:07:05.273Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-18T18:07:06.072Z | Startup: Caching catalogs ... Done |
85 | 2023-10-18T18:07:10.416Z | Planning: Solver setup ... Done (4.090s) |
86 | 2023-10-18T18:07:10.523Z | Planning: Running solver ... Done (0.106s) |
87 | 2023-10-18T18:07:10.569Z | Planning: Finding local manifests ... Done (0.003s) |
88 | 2023-10-18T18:07:10.594Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-18T18:07:11.333Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-18T18:07:11.413Z | Planning: Package planning ... Done (0.080s) |
91 | 2023-10-18T18:07:11.498Z | Planning: Merging actions ... Done (0.085s) |
92 | 2023-10-18T18:07:12.721Z | Planning: Checking for conflicting actions ... Done (1.223s) |
93 | 2023-10-18T18:07:12.740Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-18T18:07:18.632Z | Planning: Evaluating mediators ... Done (5.893s) |
95 | 2023-10-18T18:07:18.671Z | Planning: Planning completed in 12.52 seconds |
96 | 2023-10-18T18:07:22.170Z | Packages to install: 4 |
97 | 2023-10-18T18:07:22.176Z | Mediators to change: 2 |
98 | 2023-10-18T18:07:22.181Z | Services to change: 1 |
99 | 2023-10-18T18:07:22.183Z | Estimated space available: 149.39 GB |
100 | 2023-10-18T18:07:22.186Z | Estimated space to be consumed: 1.36 GB |
101 | 2023-10-18T18:07:22.190Z | Create boot environment: No |
102 | 2023-10-18T18:07:22.196Z | Create backup boot environment: No |
103 | 2023-10-18T18:07:22.198Z | Rebuild boot archive: No |
104 | 2023-10-18T18:07:22.202Z | |
105 | 2023-10-18T18:07:22.205Z | Changed mediators: |
106 | 2023-10-18T18:07:22.208Z | mediator clang: |
107 | 2023-10-18T18:07:22.210Z | version: None -> 15 (system default) |
108 | 2023-10-18T18:07:22.213Z | |
109 | 2023-10-18T18:07:22.216Z | mediator llvm: |
110 | 2023-10-18T18:07:22.219Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-18T18:07:22.221Z | |
112 | 2023-10-18T18:07:22.225Z | Changed packages: |
113 | 2023-10-18T18:07:22.228Z | helios-dev |
114 | 2023-10-18T18:07:22.231Z | developer/build-essential |
115 | 2023-10-18T18:07:22.233Z | None -> 11-2.0 |
116 | 2023-10-18T18:07:22.236Z | library/libxmlsec1 |
117 | 2023-10-18T18:07:22.239Z | None -> 1.2.35-2.0 |
118 | 2023-10-18T18:07:22.242Z | ooce/developer/clang-15 |
119 | 2023-10-18T18:07:22.245Z | None -> 15.0.7-2.0 |
120 | 2023-10-18T18:07:22.248Z | ooce/developer/llvm-15 |
121 | 2023-10-18T18:07:22.251Z | None -> 15.0.7-2.0 |
122 | 2023-10-18T18:07:22.254Z | |
123 | 2023-10-18T18:07:22.257Z | Services: |
124 | 2023-10-18T18:07:22.260Z | restart_fmri: |
125 | 2023-10-18T18:07:22.263Z | svc:/system/update-man-index:default |
126 | 2023-10-18T18:07:22.390Z | |
127 | 2023-10-18T18:07:22.394Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-18T18:07:27.394Z | Download: 822/3290 items 18.6/212.6MB 8% complete (3.8M/s) |
129 | 2023-10-18T18:07:32.479Z | Download: 1198/3290 items 83.4/212.6MB 39% complete (10.6M/s) |
130 | 2023-10-18T18:07:37.479Z | Download: 2558/3290 items 120.4/212.6MB 56% complete (10.2M/s) |
131 | 2023-10-18T18:07:43.798Z | Download: 3278/3290 items 209.0/212.6MB 98% complete (12.8M/s) |
132 | 2023-10-18T18:07:53.411Z | Download: 3285/3290 items 211.5/212.6MB 99% complete (9.2M/s) |
133 | 2023-10-18T18:07:53.475Z | Download: Completed 212.60 MB in 31.09 seconds (6.8M/s) |
134 | 2023-10-18T18:07:53.701Z | Actions: 1/3687 actions (Installing new actions) |
135 | 2023-10-18T18:07:58.703Z | Actions: 3135/3687 actions (Installing new actions) |
136 | 2023-10-18T18:08:02.083Z | Actions: Completed 3687 actions in 8.38 seconds. |
137 | 2023-10-18T18:08:02.164Z | Done (0.073s) |
138 | 2023-10-18T18:08:02.167Z | Done (0.000s) |
139 | 2023-10-18T18:08:02.351Z | Done (0.187s) |
140 | 2023-10-18T18:08:09.623Z | Done (7.163s) |
141 | 2023-10-18T18:08:09.866Z | Done (0.144s) |
142 | 2023-10-18T18:08:09.869Z | Done (0.000s) |
143 | 2023-10-18T18:08:10.088Z | Done (0.000s) |
144 | 2023-10-18T18:08:10.768Z | Planning: Evaluating mediator changes ... Done |
145 | 2023-10-18T18:08:11.048Z | Planning: Checking for conflicting actions ... Done |
146 | 2023-10-18T18:08:11.051Z | Planning: Consolidating action changes ... Done |
147 | 2023-10-18T18:08:11.489Z | Planning: Evaluating mediators ... Done |
148 | 2023-10-18T18:08:11.493Z | Planning: Planning completed in 0.72 seconds |
149 | 2023-10-18T18:08:11.544Z | Mediators to change: 2 |
150 | 2023-10-18T18:08:11.547Z | Create boot environment: No |
151 | 2023-10-18T18:08:11.549Z | Create backup boot environment: No |
152 | 2023-10-18T18:08:11.646Z | Done |
153 | 2023-10-18T18:08:11.649Z | Done |
154 | 2023-10-18T18:08:11.750Z | Done |
155 | 2023-10-18T18:08:17.582Z | Done |
156 | 2023-10-18T18:08:17.706Z | Done |
157 | 2023-10-18T18:08:17.709Z | Done |
158 | 2023-10-18T18:08:17.808Z | Done |
159 | 2023-10-18T18:08:18.813Z | Planning: Evaluating mediator changes ... Done |
160 | 2023-10-18T18:08:18.816Z | Planning: Merging actions ... Done |
161 | 2023-10-18T18:08:19.144Z | Planning: Checking for conflicting actions ... Done |
162 | 2023-10-18T18:08:19.146Z | Planning: Consolidating action changes ... Done |
163 | 2023-10-18T18:08:19.576Z | Planning: Evaluating mediators ... Done |
164 | 2023-10-18T18:08:19.669Z | Planning: Planning completed in 1.29 seconds |
165 | 2023-10-18T18:08:19.725Z | Packages to change: 1 |
166 | 2023-10-18T18:08:19.727Z | Mediators to change: 1 |
167 | 2023-10-18T18:08:19.730Z | Services to change: 1 |
168 | 2023-10-18T18:08:19.735Z | Create boot environment: No |
169 | 2023-10-18T18:08:19.738Z | Create backup boot environment: Yes |
170 | 2023-10-18T18:08:21.728Z | Actions: 1/6 actions (Updating modified actions) |
171 | 2023-10-18T18:08:21.731Z | Actions: Completed 6 actions in 0.00 seconds. |
172 | 2023-10-18T18:08:21.734Z | Done |
173 | 2023-10-18T18:08:21.737Z | Done |
174 | 2023-10-18T18:08:22.216Z | Done |
175 | 2023-10-18T18:08:27.450Z | Done |
176 | 2023-10-18T18:08:27.983Z | Done |
177 | 2023-10-18T18:08:27.992Z | Done |
178 | 2023-10-18T18:08:27.999Z | Done |
179 | 2023-10-18T18:08:28.350Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
180 | 2023-10-18T18:08:28.353Z | clang system 15 system |
181 | 2023-10-18T18:08:28.356Z | csh system system illumos |
182 | 2023-10-18T18:08:28.381Z | ctags system system illumos |
183 | 2023-10-18T18:08:28.385Z | gcc vendor 12 vendor |
184 | 2023-10-18T18:08:28.388Z | gcc system 10 system |
185 | 2023-10-18T18:08:28.390Z | gcc system 7 system |
186 | 2023-10-18T18:08:28.393Z | go system 1.20 system |
187 | 2023-10-18T18:08:28.397Z | go system 1.19 system |
188 | 2023-10-18T18:08:28.399Z | llvm system 15 system |
189 | 2023-10-18T18:08:28.403Z | llvm system 14 system |
190 | 2023-10-18T18:08:28.406Z | mariadb system 10.6 system |
191 | 2023-10-18T18:08:28.409Z | mta vendor vendor dma |
192 | 2023-10-18T18:08:28.413Z | openjdk system 17 system |
193 | 2023-10-18T18:08:28.415Z | openjdk system 11 system |
194 | 2023-10-18T18:08:28.418Z | openjdk system 1.8 system |
195 | 2023-10-18T18:08:28.421Z | openssl vendor 3 vendor |
196 | 2023-10-18T18:08:28.424Z | perl system 5.36 system |
197 | 2023-10-18T18:08:28.427Z | postgresql system 15 system |
198 | 2023-10-18T18:08:28.431Z | postgresql system 13 system |
199 | 2023-10-18T18:08:28.434Z | python vendor 3 vendor |
200 | 2023-10-18T18:08:28.436Z | python system 2 system |
201 | 2023-10-18T18:08:28.440Z | python3 system 3.11 system |
202 | 2023-10-18T18:08:28.442Z | ruby system 3.0 system |
203 | 2023-10-18T18:08:28.445Z | words vendor vendor american-english |
204 | 2023-10-18T18:08:28.448Z | words system system australian-english |
205 | 2023-10-18T18:08:28.452Z | words system system british-english |
206 | 2023-10-18T18:08:28.455Z | words system system canadian-english |
207 | 2023-10-18T18:08:28.458Z | words system system french |
208 | 2023-10-18T18:08:28.461Z | words system system italian |
209 | 2023-10-18T18:08:28.464Z | words system system ngerman |
210 | 2023-10-18T18:08:28.467Z | words system system ogerman |
211 | 2023-10-18T18:08:28.471Z | words system system spanish |
212 | 2023-10-18T18:08:28.881Z | FMRI IFO |
213 | 2023-10-18T18:08:28.884Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
214 | 2023-10-18T18:08:28.887Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
215 | 2023-10-18T18:08:28.890Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
216 | 2023-10-18T18:08:28.894Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
217 | 2023-10-18T18:08:28.897Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
218 | 2023-10-18T18:08:28.899Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
219 | 2023-10-18T18:08:28.953Z | + set -o errexit |
220 | 2023-10-18T18:08:28.957Z | +++ dirname ./tools/ci_download_cockroachdb |
221 | 2023-10-18T18:08:28.959Z | ++ cd ./tools |
222 | 2023-10-18T18:08:28.962Z | ++ pwd |
223 | 2023-10-18T18:08:28.965Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
224 | 2023-10-18T18:08:28.970Z | ++ basename ./tools/ci_download_cockroachdb |
225 | 2023-10-18T18:08:28.973Z | + ARG0=ci_download_cockroachdb |
226 | 2023-10-18T18:08:28.976Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
227 | 2023-10-18T18:08:28.979Z | + CIDL_VERSION=v22.1.9 |
228 | 2023-10-18T18:08:28.981Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
229 | 2023-10-18T18:08:28.989Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
230 | 2023-10-18T18:08:28.993Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
231 | 2023-10-18T18:08:28.995Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
232 | 2023-10-18T18:08:28.998Z | + TARGET_DIR=out |
233 | 2023-10-18T18:08:29.003Z | + DOWNLOAD_DIR=out/downloads |
234 | 2023-10-18T18:08:29.005Z | + DEST_DIR=./out/cockroachdb |
235 | 2023-10-18T18:08:29.008Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
236 | 2023-10-18T18:08:29.011Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
237 | 2023-10-18T18:08:29.014Z | + main |
238 | 2023-10-18T18:08:29.017Z | + [[ 0 != 0 ]] |
239 | 2023-10-18T18:08:29.020Z | + CIDL_OS=solaris2.11 |
240 | 2023-10-18T18:08:29.023Z | + [[ 0 != 0 ]] |
241 | 2023-10-18T18:08:29.026Z | + configure_os solaris2.11 |
242 | 2023-10-18T18:08:29.029Z | + echo 'current directory: /work/oxidecomputer/omicron' |
243 | 2023-10-18T18:08:29.031Z | current directory: /work/oxidecomputer/omicron |
244 | 2023-10-18T18:08:29.035Z | + echo 'configuring based on OS: "solaris2.11"' |
245 | 2023-10-18T18:08:29.037Z | configuring based on OS: "solaris2.11" |
246 | 2023-10-18T18:08:29.041Z | + case "$1" in |
247 | 2023-10-18T18:08:29.044Z | + CIDL_BUILD=illumos |
248 | 2023-10-18T18:08:29.046Z | + CIDL_SUFFIX=tar.gz |
249 | 2023-10-18T18:08:29.049Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
250 | 2023-10-18T18:08:29.052Z | + CIDL_MD5FUNC=do_md5sum |
251 | 2023-10-18T18:08:29.055Z | + CIDL_URL_BASE=https://illumos.org/downloads |
252 | 2023-10-18T18:08:29.057Z | + CIDL_ASSEMBLE=do_assemble_illumos |
253 | 2023-10-18T18:08:29.060Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
254 | 2023-10-18T18:08:29.063Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
255 | 2023-10-18T18:08:29.066Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-10-18T18:08:29.072Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
257 | 2023-10-18T18:08:29.076Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-10-18T18:08:29.081Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
259 | 2023-10-18T18:08:29.084Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-18T18:08:29.089Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
261 | 2023-10-18T18:08:29.093Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-18T18:08:29.101Z | + mkdir -p out/downloads |
263 | 2023-10-18T18:08:29.105Z | + mkdir -p ./out/cockroachdb |
264 | 2023-10-18T18:08:29.110Z | + local DO_DOWNLOAD=true |
265 | 2023-10-18T18:08:29.117Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
266 | 2023-10-18T18:08:29.121Z | + '[' true == true ']' |
267 | 2023-10-18T18:08:29.126Z | + echo Downloading... |
268 | 2023-10-18T18:08:29.133Z | Downloading... |
269 | 2023-10-18T18:08:29.138Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-10-18T18:08:29.144Z | + 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 |
271 | 2023-10-18T18:08:34.390Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-10-18T18:08:34.393Z | ++ md5sum |
273 | 2023-10-18T18:08:34.396Z | ++ awk '{print $1}' |
274 | 2023-10-18T18:08:34.577Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
275 | 2023-10-18T18:08:34.581Z | + [[ 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 ]] |
276 | 2023-10-18T18:08:34.584Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-10-18T18:08:34.587Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
278 | 2023-10-18T18:08:37.899Z | + do_assemble_illumos |
279 | 2023-10-18T18:08:37.902Z | + rm -r ./out/cockroachdb |
280 | 2023-10-18T18:08:37.905Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
281 | 2023-10-18T18:08:38.488Z | + ./out/cockroachdb/bin/cockroach version |
282 | 2023-10-18T18:08:38.696Z | Build Tag: v22.1.9-dirty |
283 | 2023-10-18T18:08:38.699Z | Build Time: 2022/10/26 21:17:46 |
284 | 2023-10-18T18:08:38.705Z | Distribution: OSS |
285 | 2023-10-18T18:08:38.708Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
286 | 2023-10-18T18:08:38.711Z | Go Version: go1.17.13 |
287 | 2023-10-18T18:08:38.714Z | C Compiler: gcc 10.3.0 |
288 | 2023-10-18T18:08:38.717Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
289 | 2023-10-18T18:08:38.721Z | Build Type: release |
290 | 2023-10-18T18:08:38.724Z | + set -o errexit |
291 | 2023-10-18T18:08:38.727Z | +++ dirname ./tools/ci_download_clickhouse |
292 | 2023-10-18T18:08:38.729Z | ++ cd ./tools |
293 | 2023-10-18T18:08:38.732Z | ++ pwd |
294 | 2023-10-18T18:08:38.735Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
295 | 2023-10-18T18:08:38.738Z | ++ basename ./tools/ci_download_clickhouse |
296 | 2023-10-18T18:08:38.741Z | + ARG0=ci_download_clickhouse |
297 | 2023-10-18T18:08:38.744Z | + TARGET_DIR=out |
298 | 2023-10-18T18:08:38.746Z | + DOWNLOAD_DIR=out/downloads |
299 | 2023-10-18T18:08:38.749Z | + DEST_DIR=./out/clickhouse |
300 | 2023-10-18T18:08:38.752Z | + CIDL_VERSION=v22.8.9.24 |
301 | 2023-10-18T18:08:38.755Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
302 | 2023-10-18T18:08:38.759Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
303 | 2023-10-18T18:08:38.762Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
304 | 2023-10-18T18:08:38.765Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
305 | 2023-10-18T18:08:38.768Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
306 | 2023-10-18T18:08:38.770Z | + main |
307 | 2023-10-18T18:08:38.773Z | + [[ 0 != 0 ]] |
308 | 2023-10-18T18:08:38.776Z | + CIDL_OS=solaris2.11 |
309 | 2023-10-18T18:08:38.780Z | + [[ 0 != 0 ]] |
310 | 2023-10-18T18:08:38.783Z | + configure_os solaris2.11 |
311 | 2023-10-18T18:08:38.793Z | + echo 'current directory: /work/oxidecomputer/omicron' |
312 | 2023-10-18T18:08:38.822Z | current directory: /work/oxidecomputer/omicron |
313 | 2023-10-18T18:08:38.839Z | + echo 'configuring based on OS: "solaris2.11"' |
314 | 2023-10-18T18:08:38.844Z | configuring based on OS: "solaris2.11" |
315 | 2023-10-18T18:08:38.848Z | + CIDL_DASHREV= |
316 | 2023-10-18T18:08:38.851Z | + case "$1" in |
317 | 2023-10-18T18:08:38.856Z | + CIDL_PLATFORM=illumos |
318 | 2023-10-18T18:08:38.861Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
319 | 2023-10-18T18:08:38.865Z | + CIDL_MD5FUNC=do_md5sum |
320 | 2023-10-18T18:08:38.868Z | + CIDL_DASHREV=-1 |
321 | 2023-10-18T18:08:38.871Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
322 | 2023-10-18T18:08:38.873Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
323 | 2023-10-18T18:08:38.876Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
324 | 2023-10-18T18:08:38.879Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-10-18T18:08:38.881Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
326 | 2023-10-18T18:08:38.884Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-18T18:08:38.886Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
328 | 2023-10-18T18:08:38.889Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-18T18:08:38.892Z | + mkdir -p out/downloads |
330 | 2023-10-18T18:08:38.895Z | + mkdir -p ./out/clickhouse |
331 | 2023-10-18T18:08:38.898Z | + local DO_DOWNLOAD=true |
332 | 2023-10-18T18:08:38.900Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
333 | 2023-10-18T18:08:38.903Z | + '[' true == true ']' |
334 | 2023-10-18T18:08:38.906Z | + echo Downloading... |
335 | 2023-10-18T18:08:38.908Z | Downloading... |
336 | 2023-10-18T18:08:38.911Z | + 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 |
337 | 2023-10-18T18:08:38.914Z | + 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 |
338 | 2023-10-18T18:08:40.886Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-10-18T18:08:40.889Z | ++ md5sum |
340 | 2023-10-18T18:08:40.892Z | ++ awk '{print $1}' |
341 | 2023-10-18T18:08:41.150Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
342 | 2023-10-18T18:08:41.152Z | + [[ 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 ]] |
343 | 2023-10-18T18:08:41.155Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
344 | 2023-10-18T18:08:41.158Z | + mkdir -p ./out/clickhouse |
345 | 2023-10-18T18:08:41.162Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
346 | 2023-10-18T18:08:46.043Z | + ./out/clickhouse/clickhouse server --version |
347 | 2023-10-18T18:08:46.097Z | ClickHouse server version 22.8.9.1. |
348 | 2023-10-18T18:08:46.118Z | + set -o errexit |
349 | 2023-10-18T18:08:46.122Z | +++ dirname ./tools/ci_download_console |
350 | 2023-10-18T18:08:46.124Z | ++ cd ./tools |
351 | 2023-10-18T18:08:46.127Z | ++ pwd |
352 | 2023-10-18T18:08:46.130Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
353 | 2023-10-18T18:08:46.133Z | ++ basename ./tools/ci_download_console |
354 | 2023-10-18T18:08:46.136Z | + ARG0=ci_download_console |
355 | 2023-10-18T18:08:46.139Z | + TARGET_DIR=out |
356 | 2023-10-18T18:08:46.142Z | + DOWNLOAD_DIR=out/downloads |
357 | 2023-10-18T18:08:46.145Z | + DEST_DIR=./out/console-assets |
358 | 2023-10-18T18:08:46.147Z | + source /work/oxidecomputer/omicron/tools/console_version |
359 | 2023-10-18T18:08:46.150Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
360 | 2023-10-18T18:08:46.153Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
361 | 2023-10-18T18:08:46.155Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
362 | 2023-10-18T18:08:46.158Z | + TARBALL_FILE=out/downloads/console.tar.gz |
363 | 2023-10-18T18:08:46.161Z | + main |
364 | 2023-10-18T18:08:46.163Z | + [[ 0 != 0 ]] |
365 | 2023-10-18T18:08:46.166Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
366 | 2023-10-18T18:08:46.169Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
367 | 2023-10-18T18:08:46.172Z | Local file: out/downloads/console.tar.gz |
368 | 2023-10-18T18:08:46.175Z | + echo 'Local file: out/downloads/console.tar.gz' |
369 | 2023-10-18T18:08:46.177Z | + local DO_DOWNLOAD=true |
370 | 2023-10-18T18:08:46.180Z | + [[ -f out/downloads/console.tar.gz ]] |
371 | 2023-10-18T18:08:46.182Z | + mkdir -p out/downloads |
372 | 2023-10-18T18:08:46.185Z | + '[' true == true ']' |
373 | 2023-10-18T18:08:46.188Z | + echo Downloading... |
374 | 2023-10-18T18:08:46.190Z | Downloading... |
375 | 2023-10-18T18:08:46.193Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
376 | 2023-10-18T18:08:46.195Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
377 | 2023-10-18T18:08:46.897Z | ++ do_sha256sum out/downloads/console.tar.gz |
378 | 2023-10-18T18:08:46.900Z | ++ case "$OSTYPE" in |
379 | 2023-10-18T18:08:46.903Z | ++ SHA=sha256sum |
380 | 2023-10-18T18:08:46.906Z | ++ sha256sum |
381 | 2023-10-18T18:08:46.909Z | ++ awk '{print $1}' |
382 | 2023-10-18T18:08:46.922Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
383 | 2023-10-18T18:08:46.925Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
384 | 2023-10-18T18:08:46.928Z | + rm -rf ./out/console-assets |
385 | 2023-10-18T18:08:46.931Z | + mkdir -p ./out/console-assets |
386 | 2023-10-18T18:08:46.934Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
387 | 2023-10-18T18:08:46.936Z | + mkdir -p ./out/console-assets |
388 | 2023-10-18T18:08:46.940Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
389 | 2023-10-18T18:08:47.068Z | + set -o errexit |
390 | 2023-10-18T18:08:47.072Z | +++ dirname ./tools/ci_download_maghemite_openapi |
391 | 2023-10-18T18:08:47.074Z | ++ cd ./tools |
392 | 2023-10-18T18:08:47.077Z | ++ pwd |
393 | 2023-10-18T18:08:47.080Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
394 | 2023-10-18T18:08:47.083Z | ++ basename ./tools/ci_download_maghemite_openapi |
395 | 2023-10-18T18:08:47.086Z | + ARG0=ci_download_maghemite_openapi |
396 | 2023-10-18T18:08:47.090Z | + TARGET_DIR=out |
397 | 2023-10-18T18:08:47.093Z | + DOWNLOAD_DIR=out/downloads |
398 | 2023-10-18T18:08:47.096Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
399 | 2023-10-18T18:08:47.098Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
400 | 2023-10-18T18:08:47.102Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
401 | 2023-10-18T18:08:47.104Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
402 | 2023-10-18T18:08:47.107Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
403 | 2023-10-18T18:08:47.110Z | + main |
404 | 2023-10-18T18:08:47.112Z | + [[ 0 != 0 ]] |
405 | 2023-10-18T18:08:47.115Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
406 | 2023-10-18T18:08:47.118Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
407 | 2023-10-18T18:08:47.121Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
408 | 2023-10-18T18:08:47.124Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
409 | 2023-10-18T18:08:47.127Z | + local DO_DOWNLOAD=true |
410 | 2023-10-18T18:08:47.130Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
411 | 2023-10-18T18:08:47.133Z | + mkdir -p out/downloads |
412 | 2023-10-18T18:08:47.136Z | + '[' true == true ']' |
413 | 2023-10-18T18:08:47.139Z | + echo Downloading... |
414 | 2023-10-18T18:08:47.142Z | Downloading... |
415 | 2023-10-18T18:08:47.145Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
416 | 2023-10-18T18:08:47.148Z | + 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 |
417 | 2023-10-18T18:08:47.383Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
418 | 2023-10-18T18:08:47.387Z | ++ case "$OSTYPE" in |
419 | 2023-10-18T18:08:47.389Z | ++ SHA=sha256sum |
420 | 2023-10-18T18:08:47.393Z | ++ sha256sum |
421 | 2023-10-18T18:08:47.395Z | ++ awk '{print $1}' |
422 | 2023-10-18T18:08:47.398Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
423 | 2023-10-18T18:08:47.401Z | + [[ 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-18T18:08:47.403Z | + set -o errexit |
425 | 2023-10-18T18:08:47.406Z | +++ dirname ./tools/ci_download_dendrite_openapi |
426 | 2023-10-18T18:08:47.409Z | ++ cd ./tools |
427 | 2023-10-18T18:08:47.412Z | ++ pwd |
428 | 2023-10-18T18:08:47.415Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
429 | 2023-10-18T18:08:47.418Z | ++ basename ./tools/ci_download_dendrite_openapi |
430 | 2023-10-18T18:08:47.420Z | + ARG0=ci_download_dendrite_openapi |
431 | 2023-10-18T18:08:47.423Z | + TARGET_DIR=out |
432 | 2023-10-18T18:08:47.426Z | + DOWNLOAD_DIR=out/downloads |
433 | 2023-10-18T18:08:47.430Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
434 | 2023-10-18T18:08:47.443Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
435 | 2023-10-18T18:08:47.448Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
436 | 2023-10-18T18:08:47.452Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
437 | 2023-10-18T18:08:47.455Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
438 | 2023-10-18T18:08:47.458Z | + main |
439 | 2023-10-18T18:08:47.461Z | + [[ 0 != 0 ]] |
440 | 2023-10-18T18:08:47.464Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
441 | 2023-10-18T18:08:47.467Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
442 | 2023-10-18T18:08:47.470Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
443 | 2023-10-18T18:08:47.473Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
444 | 2023-10-18T18:08:47.476Z | + local DO_DOWNLOAD=true |
445 | 2023-10-18T18:08:47.479Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
446 | 2023-10-18T18:08:47.482Z | + mkdir -p out/downloads |
447 | 2023-10-18T18:08:47.485Z | + '[' true == true ']' |
448 | 2023-10-18T18:08:47.488Z | + echo Downloading... |
449 | 2023-10-18T18:08:47.491Z | Downloading... |
450 | 2023-10-18T18:08:47.493Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
451 | 2023-10-18T18:08:47.496Z | + 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 |
452 | 2023-10-18T18:08:47.552Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
453 | 2023-10-18T18:08:47.555Z | ++ case "$OSTYPE" in |
454 | 2023-10-18T18:08:47.558Z | ++ SHA=sha256sum |
455 | 2023-10-18T18:08:47.561Z | ++ sha256sum |
456 | 2023-10-18T18:08:47.563Z | ++ awk '{print $1}' |
457 | 2023-10-18T18:08:47.566Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
458 | 2023-10-18T18:08:47.570Z | + [[ 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 ]] |
459 | 2023-10-18T18:08:47.573Z | + set -o errexit |
460 | 2023-10-18T18:08:47.576Z | +++ dirname ./tools/ci_download_dendrite_stub |
461 | 2023-10-18T18:08:47.579Z | ++ cd ./tools |
462 | 2023-10-18T18:08:47.582Z | ++ pwd |
463 | 2023-10-18T18:08:47.586Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
464 | 2023-10-18T18:08:47.589Z | ++ basename ./tools/ci_download_dendrite_stub |
465 | 2023-10-18T18:08:47.592Z | + ARG0=ci_download_dendrite_stub |
466 | 2023-10-18T18:08:47.596Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
467 | 2023-10-18T18:08:47.599Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
468 | 2023-10-18T18:08:47.602Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
469 | 2023-10-18T18:08:47.607Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
470 | 2023-10-18T18:08:47.611Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
471 | 2023-10-18T18:08:47.614Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
472 | 2023-10-18T18:08:47.616Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
473 | 2023-10-18T18:08:47.620Z | + TARGET_DIR=out |
474 | 2023-10-18T18:08:47.623Z | + DOWNLOAD_DIR=out/downloads |
475 | 2023-10-18T18:08:47.627Z | + DEST_DIR=./out/dendrite-stub |
476 | 2023-10-18T18:08:47.630Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
477 | 2023-10-18T18:08:47.633Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
478 | 2023-10-18T18:08:47.637Z | + REPO=oxidecomputer/dendrite |
479 | 2023-10-18T18:08:47.645Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
480 | 2023-10-18T18:08:47.648Z | + main |
481 | 2023-10-18T18:08:47.653Z | + [[ 0 != 0 ]] |
482 | 2023-10-18T18:08:47.656Z | + CIDL_OS=solaris2.11 |
483 | 2023-10-18T18:08:47.660Z | + [[ 0 != 0 ]] |
484 | 2023-10-18T18:08:47.663Z | + configure_os solaris2.11 |
485 | 2023-10-18T18:08:47.668Z | + echo 'current directory: /work/oxidecomputer/omicron' |
486 | 2023-10-18T18:08:47.672Z | current directory: /work/oxidecomputer/omicron |
487 | 2023-10-18T18:08:47.676Z | + echo 'configuring based on OS: "solaris2.11"' |
488 | 2023-10-18T18:08:47.680Z | + case "$1" in |
489 | 2023-10-18T18:08:47.683Z | configuring based on OS: "solaris2.11" |
490 | 2023-10-18T18:08:47.686Z | + SET_BINARIES= |
491 | 2023-10-18T18:08:47.689Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
492 | 2023-10-18T18:08:47.692Z | + CIDL_SHA256FUNC=do_sha256sum |
493 | 2023-10-18T18:08:47.694Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
494 | 2023-10-18T18:08:47.697Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
495 | 2023-10-18T18:08:47.701Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
496 | 2023-10-18T18:08:47.704Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
497 | 2023-10-18T18:08:47.707Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
498 | 2023-10-18T18:08:47.710Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
499 | 2023-10-18T18:08:47.713Z | Local file: out/downloads/dendrite-stub.tar.gz |
500 | 2023-10-18T18:08:47.716Z | + mkdir -p out/downloads |
501 | 2023-10-18T18:08:47.720Z | + mkdir -p ./out/dendrite-stub |
502 | 2023-10-18T18:08:47.722Z | + fetch_and_verify |
503 | 2023-10-18T18:08:47.725Z | + local DO_DOWNLOAD=true |
504 | 2023-10-18T18:08:47.728Z | Downloading... |
505 | 2023-10-18T18:08:47.731Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
506 | 2023-10-18T18:08:47.734Z | + '[' true == true ']' |
507 | 2023-10-18T18:08:47.737Z | + echo Downloading... |
508 | 2023-10-18T18:08:47.740Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
509 | 2023-10-18T18:08:47.743Z | + 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 |
510 | 2023-10-18T18:08:56.131Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
511 | 2023-10-18T18:08:56.139Z | ++ sha256sum |
512 | 2023-10-18T18:08:56.142Z | ++ awk '{print $1}' |
513 | 2023-10-18T18:08:56.214Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
514 | 2023-10-18T18:08:56.220Z | + [[ 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 ]] |
515 | 2023-10-18T18:08:56.223Z | + do_untar out/downloads/dendrite-stub.tar.gz |
516 | 2023-10-18T18:08:56.226Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
517 | 2023-10-18T18:08:57.137Z | + do_assemble |
518 | 2023-10-18T18:08:57.140Z | + rm -r ./out/dendrite-stub |
519 | 2023-10-18T18:08:57.142Z | + mkdir ./out/dendrite-stub |
520 | 2023-10-18T18:08:57.145Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
521 | 2023-10-18T18:08:57.251Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
522 | 2023-10-18T18:08:57.275Z | + set -o errexit |
523 | 2023-10-18T18:08:57.279Z | +++ dirname ./tools/ci_download_transceiver_control |
524 | 2023-10-18T18:08:57.283Z | ++ cd ./tools |
525 | 2023-10-18T18:08:57.286Z | ++ pwd |
526 | 2023-10-18T18:08:57.289Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
527 | 2023-10-18T18:08:57.291Z | ++ basename ./tools/ci_download_transceiver_control |
528 | 2023-10-18T18:08:57.296Z | + ARG0=ci_download_transceiver_control |
529 | 2023-10-18T18:08:57.300Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
530 | 2023-10-18T18:08:57.308Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
531 | 2023-10-18T18:08:57.312Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
532 | 2023-10-18T18:08:57.316Z | + TARGET_DIR=out |
533 | 2023-10-18T18:08:57.321Z | + DOWNLOAD_DIR=out/downloads |
534 | 2023-10-18T18:08:57.326Z | + DEST_DIR=./out/transceiver-control |
535 | 2023-10-18T18:08:57.330Z | + BIN_DIR=/opt/oxide/bin |
536 | 2023-10-18T18:08:57.333Z | + BINARY=xcvradm |
537 | 2023-10-18T18:08:57.337Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
538 | 2023-10-18T18:08:57.342Z | + REPO=oxidecomputer/transceiver-control |
539 | 2023-10-18T18:08:57.348Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
540 | 2023-10-18T18:08:57.352Z | + main |
541 | 2023-10-18T18:08:57.356Z | + [[ 0 != 0 ]] |
542 | 2023-10-18T18:08:57.361Z | + CIDL_OS=solaris2.11 |
543 | 2023-10-18T18:08:57.365Z | + [[ 0 != 0 ]] |
544 | 2023-10-18T18:08:57.369Z | + configure_os solaris2.11 |
545 | 2023-10-18T18:08:57.372Z | + echo 'current directory: /work/oxidecomputer/omicron' |
546 | 2023-10-18T18:08:57.376Z | current directory: /work/oxidecomputer/omicron |
547 | 2023-10-18T18:08:57.380Z | + echo 'configuring based on OS: "solaris2.11"' |
548 | 2023-10-18T18:08:57.384Z | + case "$1" in |
549 | 2023-10-18T18:08:57.393Z | configuring based on OS: "solaris2.11" |
550 | 2023-10-18T18:08:57.412Z | + SET_BINARIES= |
551 | 2023-10-18T18:08:57.823Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
552 | 2023-10-18T18:08:57.831Z | + CIDL_SHA256FUNC=do_sha256sum |
553 | 2023-10-18T18:08:57.841Z | + ARCHIVE_FILENAME=xcvradm.gz |
554 | 2023-10-18T18:08:57.847Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
555 | 2023-10-18T18:08:57.859Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
556 | 2023-10-18T18:08:58.274Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
557 | 2023-10-18T18:08:58.278Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
558 | 2023-10-18T18:08:58.281Z | + echo 'Local file: out/downloads/xcvradm.gz' |
559 | 2023-10-18T18:08:58.284Z | Local file: out/downloads/xcvradm.gz |
560 | 2023-10-18T18:08:58.287Z | + mkdir -p out/downloads |
561 | 2023-10-18T18:08:58.291Z | + mkdir -p ./out/transceiver-control |
562 | 2023-10-18T18:08:58.308Z | + fetch_and_verify |
563 | 2023-10-18T18:08:58.316Z | + local DO_DOWNLOAD=true |
564 | 2023-10-18T18:08:58.324Z | + [[ -f out/downloads/xcvradm.gz ]] |
565 | 2023-10-18T18:08:58.745Z | + '[' true == true ']' |
566 | 2023-10-18T18:08:59.158Z | + echo Downloading... |
567 | 2023-10-18T18:08:59.162Z | Downloading... |
568 | 2023-10-18T18:08:59.165Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
569 | 2023-10-18T18:08:59.169Z | + 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 |
570 | 2023-10-18T18:08:59.176Z | ++ do_sha256sum out/downloads/xcvradm.gz |
571 | 2023-10-18T18:08:59.183Z | ++ sha256sum |
572 | 2023-10-18T18:08:59.191Z | ++ awk '{print $1}' |
573 | 2023-10-18T18:08:59.199Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
574 | 2023-10-18T18:08:59.207Z | + [[ 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 ]] |
575 | 2023-10-18T18:08:59.214Z | + do_unpack out/downloads/xcvradm.gz |
576 | 2023-10-18T18:08:59.219Z | + mkdir -p out/downloads/root//opt/oxide/bin |
577 | 2023-10-18T18:08:59.223Z | + gzip -dc out/downloads/xcvradm.gz |
578 | 2023-10-18T18:08:59.226Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
579 | 2023-10-18T18:08:59.228Z | + do_assemble |
580 | 2023-10-18T18:08:59.231Z | + rm -r ./out/transceiver-control |
581 | 2023-10-18T18:08:59.234Z | + mkdir ./out/transceiver-control |
582 | 2023-10-18T18:08:59.237Z | + cp -r out/downloads/root ./out/transceiver-control/root |
583 | 2023-10-18T18:08:59.240Z | All prerequisites installed successfully |
584 | 2023-10-18T18:08:59.243Z | |
585 | 2023-10-18T18:08:59.246Z | real 2:04.452104340 |
586 | 2023-10-18T18:08:59.249Z | user 50.311562999 |
587 | 2023-10-18T18:08:59.252Z | sys 9.106250788 |
588 | 2023-10-18T18:08:59.255Z | trap 0.023802482 |
589 | 2023-10-18T18:08:59.258Z | tflt 0.187542340 |
590 | 2023-10-18T18:08:59.282Z | dflt 1.028017021 |
591 | 2023-10-18T18:08:59.289Z | kflt 0.227280779 |
592 | 2023-10-18T18:08:59.292Z | lock 1.607808457 |
593 | 2023-10-18T18:08:59.295Z | slp 3:46.915119587 |
594 | 2023-10-18T18:08:59.298Z | lat 2.964143332 |
595 | 2023-10-18T18:08:59.303Z | stop 0.071377877 |
596 | 2023-10-18T18:08:59.307Z | + banner end-to-end-tests |
597 | 2023-10-18T18:08:59.383Z | |
598 | 2023-10-18T18:08:59.386Z | ###### # # ##### ##### #### ###### # # ##### |
599 | 2023-10-18T18:08:59.389Z | # ## # # # # # # # ## # # # |
600 | 2023-10-18T18:08:59.392Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
601 | 2023-10-18T18:08:59.395Z | # # # # # # # # # # # # # # # |
602 | 2023-10-18T18:08:59.400Z | # # ## # # # # # # # ## # # |
603 | 2023-10-18T18:08:59.403Z | ###### # # ##### # #### ###### # # ##### |
604 | 2023-10-18T18:08:59.406Z | |
605 | 2023-10-18T18:08:59.409Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
606 | 2023-10-18T18:08:59.412Z | + CARGO_PROFILE_DEV_DEBUG=1 |
607 | 2023-10-18T18:08:59.414Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
608 | 2023-10-18T18:08:59.418Z | + CARGO_PROFILE_TEST_DEBUG=1 |
609 | 2023-10-18T18:08:59.420Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
610 | 2023-10-18T18:08:59.746Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
611 | 2023-10-18T18:09:00.106Z | Updating crates.io index |
612 | 2023-10-18T18:09:00.119Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
613 | 2023-10-18T18:09:00.985Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
614 | 2023-10-18T18:09:03.735Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
615 | 2023-10-18T18:09:03.988Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
616 | 2023-10-18T18:09:04.348Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
617 | 2023-10-18T18:09:04.643Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
618 | 2023-10-18T18:09:04.990Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
619 | 2023-10-18T18:09:05.879Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
620 | 2023-10-18T18:09:07.737Z | Updating git repository `https://github.com/oxidecomputer/opte` |
621 | 2023-10-18T18:09:09.743Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
622 | 2023-10-18T18:09:10.124Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
623 | 2023-10-18T18:09:10.585Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
624 | 2023-10-18T18:09:11.109Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
625 | 2023-10-18T18:09:11.426Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
626 | 2023-10-18T18:09:12.860Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
627 | 2023-10-18T18:09:13.147Z | Updating git repository `https://github.com/njaremko/samael` |
628 | 2023-10-18T18:09:13.578Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
629 | 2023-10-18T18:09:14.339Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
630 | 2023-10-18T18:09:14.728Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
631 | 2023-10-18T18:09:15.043Z | Updating git repository `https://github.com/jgallagher/nix` |
632 | 2023-10-18T18:09:16.316Z | Updating git repository `https://github.com/cbiffle/hubpack` |
633 | 2023-10-18T18:09:16.691Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
634 | 2023-10-18T18:09:25.357Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
635 | 2023-10-18T18:09:25.849Z | Updating git repository `https://github.com/oxidecomputer/typify` |
636 | 2023-10-18T18:09:26.874Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
637 | 2023-10-18T18:09:27.295Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
638 | 2023-10-18T18:09:27.685Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
639 | 2023-10-18T18:09:29.266Z | Downloading crates ... |
640 | 2023-10-18T18:09:29.584Z | Downloaded openssl-probe v0.1.5 |
641 | 2023-10-18T18:09:29.587Z | Downloaded openssl-macros v0.1.1 |
642 | 2023-10-18T18:09:29.601Z | Downloaded adler v1.0.2 |
643 | 2023-10-18T18:09:29.605Z | Downloaded openssl-sys v0.9.93 |
644 | 2023-10-18T18:09:29.619Z | Downloaded nibble_vec v0.1.0 |
645 | 2023-10-18T18:09:29.626Z | Downloaded async-recursion v1.0.5 |
646 | 2023-10-18T18:09:29.631Z | Downloaded async-stream-impl v0.3.5 |
647 | 2023-10-18T18:09:29.634Z | Downloaded bitstruct_derive v0.1.0 |
648 | 2023-10-18T18:09:29.637Z | Downloaded parking_lot_core v0.9.8 |
649 | 2023-10-18T18:09:29.644Z | Downloaded anstyle v1.0.2 |
650 | 2023-10-18T18:09:29.646Z | Downloaded aes v0.8.3 |
651 | 2023-10-18T18:09:29.654Z | Downloaded atty v0.2.14 |
652 | 2023-10-18T18:09:29.658Z | Downloaded bit-set v0.5.3 |
653 | 2023-10-18T18:09:29.661Z | Downloaded anstyle-query v1.0.0 |
654 | 2023-10-18T18:09:29.667Z | Downloaded lazy_static v1.4.0 |
655 | 2023-10-18T18:09:29.672Z | Downloaded matches v0.1.10 |
656 | 2023-10-18T18:09:29.675Z | Downloaded autocfg v1.1.0 |
657 | 2023-10-18T18:09:29.681Z | Downloaded base16ct v0.2.0 |
658 | 2023-10-18T18:09:29.686Z | Downloaded block-buffer v0.10.4 |
659 | 2023-10-18T18:09:29.689Z | Downloaded cfg-if v1.0.0 |
660 | 2023-10-18T18:09:29.693Z | Downloaded bitstruct v0.1.1 |
661 | 2023-10-18T18:09:29.697Z | Downloaded md5 v0.7.0 |
662 | 2023-10-18T18:09:29.700Z | Downloaded colorchoice v1.0.0 |
663 | 2023-10-18T18:09:29.704Z | Downloaded new_debug_unreachable v1.0.4 |
664 | 2023-10-18T18:09:29.709Z | Downloaded ciborium-io v0.2.1 |
665 | 2023-10-18T18:09:29.712Z | Downloaded num_threads v0.1.6 |
666 | 2023-10-18T18:09:29.715Z | Downloaded blowfish v0.9.1 |
667 | 2023-10-18T18:09:29.718Z | Downloaded memoffset v0.7.1 |
668 | 2023-10-18T18:09:29.721Z | Downloaded proc-macro-crate v1.3.1 |
669 | 2023-10-18T18:09:29.724Z | Downloaded base64ct v1.6.0 |
670 | 2023-10-18T18:09:29.729Z | Downloaded mime_guess v2.0.4 |
671 | 2023-10-18T18:09:29.732Z | Downloaded num_enum v0.7.0 |
672 | 2023-10-18T18:09:29.746Z | Downloaded convert_case v0.4.0 |
673 | 2023-10-18T18:09:29.750Z | Downloaded anstream v0.5.0 |
674 | 2023-10-18T18:09:29.755Z | Downloaded num-rational v0.4.1 |
675 | 2023-10-18T18:09:29.759Z | Downloaded num v0.4.1 |
676 | 2023-10-18T18:09:29.761Z | Downloaded usdt-macro v0.3.5 |
677 | 2023-10-18T18:09:29.764Z | Downloaded num_enum_derive v0.5.11 |
678 | 2023-10-18T18:09:29.767Z | Downloaded num-derive v0.4.0 |
679 | 2023-10-18T18:09:29.770Z | Downloaded ghash v0.5.0 |
680 | 2023-10-18T18:09:29.773Z | Downloaded http-body v0.4.5 |
681 | 2023-10-18T18:09:29.777Z | Downloaded macaddr v1.0.1 |
682 | 2023-10-18T18:09:29.782Z | Downloaded md-5 v0.10.5 |
683 | 2023-10-18T18:09:29.785Z | Downloaded bitflags v2.4.0 |
684 | 2023-10-18T18:09:29.792Z | Downloaded sha1 v0.10.5 |
685 | 2023-10-18T18:09:29.796Z | Downloaded http-range v0.1.5 |
686 | 2023-10-18T18:09:29.801Z | Downloaded tokio-native-tls v0.3.1 |
687 | 2023-10-18T18:09:29.804Z | Downloaded num-complex v0.4.4 |
688 | 2023-10-18T18:09:29.808Z | Downloaded const_format_proc_macros v0.2.31 |
689 | 2023-10-18T18:09:29.814Z | Downloaded password-hash v0.4.2 |
690 | 2023-10-18T18:09:29.819Z | Downloaded crc32fast v1.3.2 |
691 | 2023-10-18T18:09:29.824Z | Downloaded ringbuffer v0.15.0 |
692 | 2023-10-18T18:09:29.829Z | Downloaded is-terminal v0.4.9 |
693 | 2023-10-18T18:09:29.832Z | Downloaded strum v0.25.0 |
694 | 2023-10-18T18:09:29.834Z | Downloaded pbkdf2 v0.12.2 |
695 | 2023-10-18T18:09:29.837Z | Downloaded serde_derive_internals v0.26.0 |
696 | 2023-10-18T18:09:29.841Z | Downloaded zone_cfg_derive v0.2.0 |
697 | 2023-10-18T18:09:29.844Z | Downloaded omicron-zone-package v0.8.3 |
698 | 2023-10-18T18:09:29.849Z | Downloaded sha2 v0.10.7 |
699 | 2023-10-18T18:09:29.854Z | Downloaded time-core v0.1.1 |
700 | 2023-10-18T18:09:29.858Z | Downloaded derive_more v0.99.17 |
701 | 2023-10-18T18:09:29.868Z | Downloaded same-file v1.0.6 |
702 | 2023-10-18T18:09:29.871Z | Downloaded smf v0.2.2 |
703 | 2023-10-18T18:09:29.873Z | Downloaded ff v0.13.0 |
704 | 2023-10-18T18:09:29.877Z | Downloaded serde_spanned v0.6.3 |
705 | 2023-10-18T18:09:29.880Z | Downloaded zerocopy v0.6.4 |
706 | 2023-10-18T18:09:29.885Z | Downloaded usdt v0.3.5 |
707 | 2023-10-18T18:09:29.889Z | Downloaded dirs-next v2.0.0 |
708 | 2023-10-18T18:09:29.892Z | Downloaded ident_case v1.0.1 |
709 | 2023-10-18T18:09:29.895Z | Downloaded instant v0.1.12 |
710 | 2023-10-18T18:09:29.898Z | Downloaded serde_urlencoded v0.7.1 |
711 | 2023-10-18T18:09:29.900Z | Downloaded strum_macros v0.25.2 |
712 | 2023-10-18T18:09:29.903Z | Downloaded wyz v0.5.1 |
713 | 2023-10-18T18:09:29.906Z | Downloaded slog-envlogger v2.2.0 |
714 | 2023-10-18T18:09:29.909Z | Downloaded textwrap v0.16.0 |
715 | 2023-10-18T18:09:29.915Z | Downloaded difflib v0.4.0 |
716 | 2023-10-18T18:09:29.917Z | Downloaded string_cache v0.8.7 |
717 | 2023-10-18T18:09:29.920Z | Downloaded zone v0.2.0 |
718 | 2023-10-18T18:09:29.923Z | Downloaded zerocopy v0.3.0 |
719 | 2023-10-18T18:09:29.925Z | Downloaded dirs-sys-next v0.1.2 |
720 | 2023-10-18T18:09:29.929Z | Downloaded stringprep v0.1.3 |
721 | 2023-10-18T18:09:29.932Z | Downloaded dirs-sys v0.4.1 |
722 | 2023-10-18T18:09:29.935Z | Downloaded fxhash v0.2.1 |
723 | 2023-10-18T18:09:29.937Z | Downloaded serde_tokenstream v0.1.7 |
724 | 2023-10-18T18:09:29.940Z | Downloaded signal-hook-registry v1.4.1 |
725 | 2023-10-18T18:09:29.943Z | Downloaded structmeta-derive v0.1.6 |
726 | 2023-10-18T18:09:29.946Z | Downloaded headers-core v0.2.0 |
727 | 2023-10-18T18:09:29.949Z | Downloaded thiserror-no-std v2.0.2 |
728 | 2023-10-18T18:09:29.955Z | Downloaded rand_chacha v0.3.1 |
729 | 2023-10-18T18:09:29.958Z | Downloaded signature v2.1.0 |
730 | 2023-10-18T18:09:29.961Z | Downloaded toml v0.5.11 |
731 | 2023-10-18T18:09:29.967Z | Downloaded slog-json v2.6.1 |
732 | 2023-10-18T18:09:29.972Z | Downloaded static_assertions v1.1.0 |
733 | 2023-10-18T18:09:29.975Z | Downloaded heck v0.4.1 |
734 | 2023-10-18T18:09:29.978Z | Downloaded toolchain_find v0.2.0 |
735 | 2023-10-18T18:09:29.981Z | Downloaded const_format v0.2.31 |
736 | 2023-10-18T18:09:29.988Z | Downloaded form_urlencoded v1.2.0 |
737 | 2023-10-18T18:09:29.990Z | Downloaded futures-core v0.3.28 |
738 | 2023-10-18T18:09:29.993Z | Downloaded whoami v1.4.1 |
739 | 2023-10-18T18:09:29.996Z | Downloaded itoa v1.0.9 |
740 | 2023-10-18T18:09:29.999Z | Downloaded slog-term v2.9.0 |
741 | 2023-10-18T18:09:30.003Z | Downloaded thiserror-impl v1.0.49 |
742 | 2023-10-18T18:09:30.009Z | Downloaded slog v2.7.0 |
743 | 2023-10-18T18:09:30.012Z | Downloaded slog-async v2.8.0 |
744 | 2023-10-18T18:09:30.015Z | Downloaded hyper-tls v0.5.0 |
745 | 2023-10-18T18:09:30.044Z | Downloaded terminal_size v0.2.6 |
746 | 2023-10-18T18:09:30.048Z | Downloaded slog-stdlog v4.1.1 |
747 | 2023-10-18T18:09:30.050Z | Downloaded try-lock v0.2.4 |
748 | 2023-10-18T18:09:30.053Z | Downloaded spin v0.5.2 |
749 | 2023-10-18T18:09:30.056Z | Downloaded vergen v8.2.4 |
750 | 2023-10-18T18:09:30.059Z | Downloaded schemars_derive v0.8.13 |
751 | 2023-10-18T18:09:30.062Z | Downloaded hostname v0.3.1 |
752 | 2023-10-18T18:09:30.065Z | Downloaded heck v0.3.3 |
753 | 2023-10-18T18:09:30.068Z | Downloaded serde_with_macros v2.3.3 |
754 | 2023-10-18T18:09:30.071Z | Downloaded rustc_version v0.4.0 |
755 | 2023-10-18T18:09:30.074Z | Downloaded backtrace v0.3.69 |
756 | 2023-10-18T18:09:30.076Z | Downloaded home v0.5.5 |
757 | 2023-10-18T18:09:30.079Z | Downloaded zeroize_derive v1.4.2 |
758 | 2023-10-18T18:09:30.082Z | Downloaded slog-bunyan v2.4.0 |
759 | 2023-10-18T18:09:30.085Z | Downloaded httparse v1.8.0 |
760 | 2023-10-18T18:09:30.088Z | Downloaded tower-service v0.3.2 |
761 | 2023-10-18T18:09:30.091Z | Downloaded keccak v0.1.4 |
762 | 2023-10-18T18:09:30.094Z | Downloaded russh-keys v0.38.0 |
763 | 2023-10-18T18:09:30.096Z | Downloaded hubpack_derive v0.1.1 |
764 | 2023-10-18T18:09:30.099Z | Downloaded rustc-demangle v0.1.23 |
765 | 2023-10-18T18:09:30.102Z | Downloaded tokio-macros v2.1.0 |
766 | 2023-10-18T18:09:30.105Z | Downloaded funty v2.0.0 |
767 | 2023-10-18T18:09:30.108Z | Downloaded tokio-postgres v0.7.10 |
768 | 2023-10-18T18:09:30.111Z | Downloaded slog-scope v4.4.0 |
769 | 2023-10-18T18:09:30.115Z | Downloaded either v1.9.0 |
770 | 2023-10-18T18:09:30.119Z | Downloaded resolv-conf v0.7.0 |
771 | 2023-10-18T18:09:30.122Z | Downloaded crossbeam-channel v0.5.8 |
772 | 2023-10-18T18:09:30.125Z | Downloaded glob v0.3.1 |
773 | 2023-10-18T18:09:30.128Z | Downloaded universal-hash v0.5.1 |
774 | 2023-10-18T18:09:30.131Z | Downloaded hashlink v0.8.3 |
775 | 2023-10-18T18:09:30.134Z | Downloaded scopeguard v1.2.0 |
776 | 2023-10-18T18:09:30.137Z | Downloaded ryu v1.0.15 |
777 | 2023-10-18T18:09:30.140Z | Downloaded strsim v0.8.0 |
778 | 2023-10-18T18:09:30.144Z | Downloaded rand_core v0.6.4 |
779 | 2023-10-18T18:09:30.147Z | Downloaded rand v0.8.5 |
780 | 2023-10-18T18:09:30.150Z | Downloaded walkdir v2.4.0 |
781 | 2023-10-18T18:09:30.152Z | Downloaded term v0.7.0 |
782 | 2023-10-18T18:09:30.155Z | Downloaded humantime v2.1.0 |
783 | 2023-10-18T18:09:30.158Z | Downloaded time v0.3.27 |
784 | 2023-10-18T18:09:30.162Z | Downloaded env_logger v0.9.3 |
785 | 2023-10-18T18:09:30.165Z | Downloaded socket2 v0.5.4 |
786 | 2023-10-18T18:09:30.167Z | Downloaded rand_chacha v0.2.2 |
787 | 2023-10-18T18:09:30.171Z | Downloaded unicode-ident v1.0.12 |
788 | 2023-10-18T18:09:30.174Z | Downloaded hashbrown v0.14.0 |
789 | 2023-10-18T18:09:30.184Z | Downloaded flate2 v1.0.27 |
790 | 2023-10-18T18:09:30.193Z | Downloaded similar v2.2.1 |
791 | 2023-10-18T18:09:30.202Z | Downloaded headers v0.3.9 |
792 | 2023-10-18T18:09:30.212Z | Downloaded ed25519-dalek v2.0.0 |
793 | 2023-10-18T18:09:30.218Z | Downloaded unsafe-libyaml v0.2.9 |
794 | 2023-10-18T18:09:30.224Z | Downloaded elliptic-curve v0.13.5 |
795 | 2023-10-18T18:09:30.232Z | Downloaded trust-dns-server v0.22.1 |
796 | 2023-10-18T18:09:30.242Z | Downloaded winnow v0.5.15 |
797 | 2023-10-18T18:09:30.257Z | Downloaded trust-dns-client v0.22.0 |
798 | 2023-10-18T18:09:30.268Z | Downloaded heapless v0.7.16 |
799 | 2023-10-18T18:09:30.275Z | Downloaded regex-automata v0.1.10 |
800 | 2023-10-18T18:09:30.285Z | Downloaded serde_json v1.0.107 |
801 | 2023-10-18T18:09:30.300Z | Downloaded toml_edit v0.19.15 |
802 | 2023-10-18T18:09:30.331Z | Downloaded rusqlite v0.29.0 |
803 | 2023-10-18T18:09:30.342Z | Downloaded unicode-normalization v0.1.22 |
804 | 2023-10-18T18:09:30.350Z | Downloaded hkdf v0.12.3 |
805 | 2023-10-18T18:09:30.355Z | Downloaded reqwest v0.11.20 |
806 | 2023-10-18T18:09:30.369Z | Downloaded rustls-webpki v0.101.4 |
807 | 2023-10-18T18:09:30.397Z | Downloaded syn v2.0.32 |
808 | 2023-10-18T18:09:30.418Z | Downloaded hyper v0.14.27 |
809 | 2023-10-18T18:09:30.434Z | Downloaded futures-util v0.3.28 |
810 | 2023-10-18T18:09:30.456Z | Downloaded git2 v0.17.2 |
811 | 2023-10-18T18:09:30.475Z | Downloaded smoltcp v0.8.2 |
812 | 2023-10-18T18:09:30.491Z | Downloaded idna v0.2.3 |
813 | 2023-10-18T18:09:30.504Z | Downloaded regress v0.7.1 |
814 | 2023-10-18T18:09:30.534Z | Downloaded webpki-roots v0.25.2 |
815 | 2023-10-18T18:09:30.542Z | Downloaded trust-dns-proto v0.22.0 |
816 | 2023-10-18T18:09:30.565Z | Downloaded rustix v0.38.9 |
817 | 2023-10-18T18:09:30.605Z | Downloaded zerocopy-derive v0.6.4 |
818 | 2023-10-18T18:09:30.626Z | Downloaded sled v0.34.7 |
819 | 2023-10-18T18:09:30.646Z | Downloaded zerocopy-derive v0.2.0 |
820 | 2023-10-18T18:09:30.666Z | Downloaded regex-syntax v0.7.5 |
821 | 2023-10-18T18:09:30.683Z | Downloaded sha3 v0.10.8 |
822 | 2023-10-18T18:09:30.696Z | Downloaded smoltcp v0.9.1 |
823 | 2023-10-18T18:09:30.717Z | Downloaded regex v1.9.5 |
824 | 2023-10-18T18:09:30.741Z | Downloaded rustix v0.37.23 |
825 | 2023-10-18T18:09:30.778Z | Downloaded regex-automata v0.3.8 |
826 | 2023-10-18T18:09:30.812Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
827 | 2023-10-18T18:09:30.836Z | Downloaded openapiv3 v1.0.3 |
828 | 2023-10-18T18:09:30.859Z | Downloaded libc v0.2.149 |
829 | 2023-10-18T18:09:30.910Z | Downloaded bstr v0.2.17 |
830 | 2023-10-18T18:09:30.930Z | Downloaded object v0.32.1 |
831 | 2023-10-18T18:09:30.951Z | Downloaded tokio v1.32.0 |
832 | 2023-10-18T18:09:31.019Z | Downloaded regex-syntax v0.6.29 |
833 | 2023-10-18T18:09:31.035Z | Downloaded syn v1.0.109 |
834 | 2023-10-18T18:09:31.066Z | Downloaded gimli v0.28.0 |
835 | 2023-10-18T18:09:31.079Z | Downloaded diesel v2.1.1 |
836 | 2023-10-18T18:09:31.113Z | Downloaded bstr v1.6.0 |
837 | 2023-10-18T18:09:31.135Z | Downloaded vcpkg v0.2.15 |
838 | 2023-10-18T18:09:31.208Z | Downloaded ring v0.16.20 |
839 | 2023-10-18T18:09:31.372Z | Downloaded winapi v0.3.9 |
840 | 2023-10-18T18:09:31.447Z | Downloaded rustls v0.21.7 |
841 | 2023-10-18T18:09:31.469Z | Downloaded encoding_rs v0.8.33 |
842 | 2023-10-18T18:09:31.513Z | Downloaded idna v0.4.0 |
843 | 2023-10-18T18:09:31.526Z | Downloaded curve25519-dalek v4.1.0 |
844 | 2023-10-18T18:09:31.544Z | Downloaded radix_trie v0.2.1 |
845 | 2023-10-18T18:09:31.553Z | Downloaded nix v0.26.2 |
846 | 2023-10-18T18:09:31.574Z | Downloaded h2 v0.3.21 |
847 | 2023-10-18T18:09:31.586Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
848 | 2023-10-18T18:09:31.692Z | Downloaded chrono v0.4.31 |
849 | 2023-10-18T18:09:31.707Z | Downloaded bitvec v1.0.1 |
850 | 2023-10-18T18:09:31.735Z | Downloaded clap_builder v4.4.2 |
851 | 2023-10-18T18:09:31.747Z | Downloaded toml_edit v0.20.0 |
852 | 2023-10-18T18:09:31.777Z | Downloaded russh v0.38.0 |
853 | 2023-10-18T18:09:31.785Z | Downloaded itertools v0.11.0 |
854 | 2023-10-18T18:09:31.798Z | Downloaded itertools v0.10.5 |
855 | 2023-10-18T18:09:31.810Z | Downloaded clap v2.34.0 |
856 | 2023-10-18T18:09:31.824Z | Downloaded serde_with v2.3.3 |
857 | 2023-10-18T18:09:31.835Z | Downloaded serde v1.0.188 |
858 | 2023-10-18T18:09:31.841Z | Downloaded indexmap v2.0.0 |
859 | 2023-10-18T18:09:31.848Z | Downloaded trust-dns-resolver v0.22.0 |
860 | 2023-10-18T18:09:31.856Z | Downloaded rand v0.7.3 |
861 | 2023-10-18T18:09:31.865Z | Downloaded socket2 v0.4.9 |
862 | 2023-10-18T18:09:31.868Z | Downloaded url v2.4.1 |
863 | 2023-10-18T18:09:31.874Z | Downloaded libz-sys v1.1.12 |
864 | 2023-10-18T18:09:31.997Z | Downloaded hashbrown v0.12.3 |
865 | 2023-10-18T18:09:32.004Z | Downloaded rcgen v0.10.0 |
866 | 2023-10-18T18:09:32.008Z | Downloaded schemars v0.8.13 |
867 | 2023-10-18T18:09:32.028Z | Downloaded tinyvec v1.6.0 |
868 | 2023-10-18T18:09:32.033Z | Downloaded http v0.2.9 |
869 | 2023-10-18T18:09:32.040Z | Downloaded hashbrown v0.13.2 |
870 | 2023-10-18T18:09:32.048Z | Downloaded tokio-tungstenite v0.18.0 |
871 | 2023-10-18T18:09:32.052Z | Downloaded unicode-segmentation v1.10.1 |
872 | 2023-10-18T18:09:32.059Z | Downloaded utf8parse v0.2.1 |
873 | 2023-10-18T18:09:32.061Z | Downloaded half v1.8.2 |
874 | 2023-10-18T18:09:32.065Z | Downloaded uuid v1.4.1 |
875 | 2023-10-18T18:09:32.093Z | Downloaded version_check v0.9.4 |
876 | 2023-10-18T18:09:32.096Z | Downloaded fixedbitset v0.4.2 |
877 | 2023-10-18T18:09:32.099Z | Downloaded structmeta v0.1.6 |
878 | 2023-10-18T18:09:32.103Z | Downloaded errno v0.3.2 |
879 | 2023-10-18T18:09:32.106Z | Downloaded subtle v2.5.0 |
880 | 2023-10-18T18:09:32.109Z | Downloaded sct v0.7.0 |
881 | 2023-10-18T18:09:32.112Z | Downloaded futures v0.3.28 |
882 | 2023-10-18T18:09:32.115Z | Downloaded tokio-stream v0.1.14 |
883 | 2023-10-18T18:09:32.118Z | Downloaded libsqlite3-sys v0.26.0 |
884 | 2023-10-18T18:09:32.249Z | Downloaded tungstenite v0.18.0 |
885 | 2023-10-18T18:09:32.253Z | Downloaded petgraph v0.6.4 |
886 | 2023-10-18T18:09:32.277Z | Downloaded hubpack v0.1.2 |
887 | 2023-10-18T18:09:32.280Z | Downloaded dof v0.1.5 |
888 | 2023-10-18T18:09:32.283Z | Downloaded group v0.13.0 |
889 | 2023-10-18T18:09:32.290Z | Downloaded zip v0.6.6 |
890 | 2023-10-18T18:09:32.295Z | Downloaded unicode-bidi v0.3.13 |
891 | 2023-10-18T18:09:32.297Z | Downloaded libm v0.2.7 |
892 | 2023-10-18T18:09:32.309Z | Downloaded yasna v0.5.2 |
893 | 2023-10-18T18:09:32.312Z | Downloaded serde_yaml v0.9.25 |
894 | 2023-10-18T18:09:32.318Z | Downloaded tokio-util v0.7.8 |
895 | 2023-10-18T18:09:32.328Z | Downloaded tokio-rustls v0.24.1 |
896 | 2023-10-18T18:09:32.332Z | Downloaded filetime v0.2.22 |
897 | 2023-10-18T18:09:32.335Z | Downloaded toml_datetime v0.6.3 |
898 | 2023-10-18T18:09:32.338Z | Downloaded fallible-iterator v0.2.0 |
899 | 2023-10-18T18:09:32.341Z | Downloaded aes-gcm v0.10.2 |
900 | 2023-10-18T18:09:32.344Z | Downloaded httpdate v1.0.3 |
901 | 2023-10-18T18:09:32.348Z | Downloaded rand_core v0.5.1 |
902 | 2023-10-18T18:09:32.354Z | Downloaded subprocess v0.2.9 |
903 | 2023-10-18T18:09:32.359Z | Downloaded rand v0.4.6 |
904 | 2023-10-18T18:09:32.362Z | Downloaded tinyvec_macros v0.1.1 |
905 | 2023-10-18T18:09:32.365Z | Downloaded unicode-linebreak v0.1.5 |
906 | 2023-10-18T18:09:32.368Z | Downloaded mio v0.8.8 |
907 | 2023-10-18T18:09:32.370Z | Downloaded pest v2.7.2 |
908 | 2023-10-18T18:09:32.379Z | Downloaded russh-cryptovec v0.7.0 |
909 | 2023-10-18T18:09:32.381Z | Downloaded thiserror v1.0.49 |
910 | 2023-10-18T18:09:32.386Z | Downloaded num-bigint v0.4.4 |
911 | 2023-10-18T18:09:32.394Z | Downloaded toml v0.8.0 |
912 | 2023-10-18T18:09:32.399Z | Downloaded spin v0.9.8 |
913 | 2023-10-18T18:09:32.403Z | Downloaded time-macros v0.2.13 |
914 | 2023-10-18T18:09:32.406Z | Downloaded futures-channel v0.3.28 |
915 | 2023-10-18T18:09:32.409Z | Downloaded io-lifetimes v1.0.11 |
916 | 2023-10-18T18:09:32.414Z | Downloaded erased-serde v0.3.30 |
917 | 2023-10-18T18:09:32.417Z | Downloaded futures-task v0.3.28 |
918 | 2023-10-18T18:09:32.420Z | Downloaded tempfile v3.8.0 |
919 | 2023-10-18T18:09:32.423Z | Downloaded base64 v0.21.4 |
920 | 2023-10-18T18:09:32.429Z | Downloaded structopt v0.3.26 |
921 | 2023-10-18T18:09:32.441Z | Downloaded ron v0.7.1 |
922 | 2023-10-18T18:09:32.449Z | Downloaded rustversion v1.0.14 |
923 | 2023-10-18T18:09:32.454Z | Downloaded hmac v0.12.1 |
924 | 2023-10-18T18:09:32.457Z | Downloaded ucd-trie v0.1.6 |
925 | 2023-10-18T18:09:32.460Z | Downloaded generic-array v0.14.7 |
926 | 2023-10-18T18:09:32.463Z | Downloaded memchr v2.6.3 |
927 | 2023-10-18T18:09:32.471Z | Downloaded indexmap v1.9.3 |
928 | 2023-10-18T18:09:32.476Z | Downloaded getrandom v0.1.16 |
929 | 2023-10-18T18:09:32.480Z | Downloaded vec_map v0.8.2 |
930 | 2023-10-18T18:09:32.483Z | Downloaded fallible-streaming-iterator v0.1.9 |
931 | 2023-10-18T18:09:32.485Z | Downloaded semver-parser v0.10.2 |
932 | 2023-10-18T18:09:32.489Z | Downloaded inout v0.1.3 |
933 | 2023-10-18T18:09:32.492Z | Downloaded der v0.7.8 |
934 | 2023-10-18T18:09:32.496Z | Downloaded serde_arrays v0.1.0 |
935 | 2023-10-18T18:09:32.499Z | Downloaded semver v1.0.18 |
936 | 2023-10-18T18:09:32.501Z | Downloaded crypto-bigint v0.5.2 |
937 | 2023-10-18T18:09:32.511Z | Downloaded tracing v0.1.37 |
938 | 2023-10-18T18:09:32.518Z | Downloaded smallvec v1.11.0 |
939 | 2023-10-18T18:09:32.522Z | Downloaded futures-executor v0.3.28 |
940 | 2023-10-18T18:09:32.525Z | Downloaded jobserver v0.1.26 |
941 | 2023-10-18T18:09:32.527Z | Downloaded serde_path_to_error v0.1.14 |
942 | 2023-10-18T18:09:32.530Z | Downloaded serde_derive v1.0.188 |
943 | 2023-10-18T18:09:32.534Z | Downloaded iana-time-zone v0.1.57 |
944 | 2023-10-18T18:09:32.537Z | Downloaded getopts v0.2.21 |
945 | 2023-10-18T18:09:32.540Z | Downloaded usdt-attr-macro v0.3.5 |
946 | 2023-10-18T18:09:32.543Z | Downloaded untrusted v0.7.1 |
947 | 2023-10-18T18:09:32.546Z | Downloaded termcolor v1.2.0 |
948 | 2023-10-18T18:09:32.548Z | Downloaded synstructure v0.12.6 |
949 | 2023-10-18T18:09:32.551Z | Downloaded tar v0.4.40 |
950 | 2023-10-18T18:09:32.555Z | Downloaded rustls-native-certs v0.6.3 |
951 | 2023-10-18T18:09:32.557Z | Downloaded float-cmp v0.9.0 |
952 | 2023-10-18T18:09:32.560Z | Downloaded ipnet v2.8.0 |
953 | 2023-10-18T18:09:32.563Z | Downloaded serde_repr v0.1.16 |
954 | 2023-10-18T18:09:32.565Z | Downloaded xattr v1.0.1 |
955 | 2023-10-18T18:09:32.568Z | Downloaded foreign-types-shared v0.3.1 |
956 | 2023-10-18T18:09:32.611Z | Downloaded serde_tokenstream v0.2.0 |
957 | 2023-10-18T18:09:32.614Z | Downloaded crossbeam-epoch v0.9.15 |
958 | 2023-10-18T18:09:32.618Z | Downloaded lalrpop-util v0.19.12 |
959 | 2023-10-18T18:09:32.621Z | Downloaded hyper-staticfile v0.9.5 |
960 | 2023-10-18T18:09:32.624Z | Downloaded parking_lot v0.12.1 |
961 | 2023-10-18T18:09:32.628Z | Downloaded arc-swap v1.6.0 |
962 | 2023-10-18T18:09:32.631Z | Downloaded miniz_oxide v0.7.1 |
963 | 2023-10-18T18:09:32.635Z | Downloaded tungstenite v0.20.1 |
964 | 2023-10-18T18:09:32.638Z | Downloaded tracing-core v0.1.31 |
965 | 2023-10-18T18:09:32.641Z | Downloaded toml v0.7.8 |
966 | 2023-10-18T18:09:32.644Z | Downloaded clap v4.4.3 |
967 | 2023-10-18T18:09:32.662Z | Downloaded chacha20poly1305 v0.10.1 |
968 | 2023-10-18T18:09:32.666Z | Downloaded tokio-tungstenite v0.20.1 |
969 | 2023-10-18T18:09:32.671Z | Downloaded thiserror-impl-no-std v2.0.2 |
970 | 2023-10-18T18:09:32.675Z | Downloaded hash32 v0.2.1 |
971 | 2023-10-18T18:09:32.678Z | Downloaded ed25519 v2.2.2 |
972 | 2023-10-18T18:09:32.682Z | Downloaded slab v0.4.9 |
973 | 2023-10-18T18:09:32.687Z | Downloaded radium v0.7.0 |
974 | 2023-10-18T18:09:32.690Z | Downloaded getrandom v0.2.10 |
975 | 2023-10-18T18:09:32.697Z | Downloaded structopt-derive v0.4.18 |
976 | 2023-10-18T18:09:32.700Z | Downloaded openssl v0.10.57 |
977 | 2023-10-18T18:09:32.722Z | Downloaded rustls-pemfile v1.0.3 |
978 | 2023-10-18T18:09:32.726Z | Downloaded zeroize v1.6.0 |
979 | 2023-10-18T18:09:32.728Z | Downloaded unicase v2.7.0 |
980 | 2023-10-18T18:09:32.731Z | Downloaded strsim v0.10.0 |
981 | 2023-10-18T18:09:32.734Z | Downloaded stable_deref_trait v1.2.0 |
982 | 2023-10-18T18:09:32.737Z | Downloaded equivalent v1.0.1 |
983 | 2023-10-18T18:09:32.740Z | Downloaded take_mut v0.2.2 |
984 | 2023-10-18T18:09:32.743Z | Downloaded hex-literal v0.4.1 |
985 | 2023-10-18T18:09:32.747Z | Downloaded spki v0.7.2 |
986 | 2023-10-18T18:09:32.751Z | Downloaded siphasher v0.3.11 |
987 | 2023-10-18T18:09:32.754Z | Downloaded crossbeam-utils v0.8.16 |
988 | 2023-10-18T18:09:32.757Z | Downloaded const-oid v0.9.5 |
989 | 2023-10-18T18:09:32.760Z | Downloaded num-traits v0.2.16 |
990 | 2023-10-18T18:09:32.762Z | Downloaded foreign-types-shared v0.1.1 |
991 | 2023-10-18T18:09:32.766Z | Downloaded slog-dtrace v0.2.3 |
992 | 2023-10-18T18:09:32.769Z | Downloaded vsss-rs v3.3.1 |
993 | 2023-10-18T18:09:32.771Z | Downloaded hex v0.4.3 |
994 | 2023-10-18T18:09:32.774Z | Downloaded fnv v1.0.7 |
995 | 2023-10-18T18:09:32.777Z | Downloaded utf-8 v0.7.6 |
996 | 2023-10-18T18:09:32.780Z | Downloaded typenum v1.16.0 |
997 | 2023-10-18T18:09:32.783Z | Downloaded thread-id v4.2.0 |
998 | 2023-10-18T18:09:32.785Z | Downloaded textwrap v0.11.0 |
999 | 2023-10-18T18:09:32.788Z | Downloaded proc-macro2 v1.0.67 |
1000 | 2023-10-18T18:09:32.791Z | Downloaded darling v0.20.3 |
1001 | 2023-10-18T18:09:32.794Z | Downloaded want v0.3.1 |
1002 | 2023-10-18T18:09:32.798Z | Downloaded smawk v0.3.1 |
1003 | 2023-10-18T18:09:32.801Z | Downloaded secrecy v0.8.0 |
1004 | 2023-10-18T18:09:32.804Z | Downloaded camino v1.1.6 |
1005 | 2023-10-18T18:09:32.807Z | Downloaded semver v0.11.0 |
1006 | 2023-10-18T18:09:32.810Z | Downloaded scheduled-thread-pool v0.2.7 |
1007 | 2023-10-18T18:09:32.813Z | Downloaded digest v0.10.7 |
1008 | 2023-10-18T18:09:32.816Z | Downloaded hyper-rustls v0.24.1 |
1009 | 2023-10-18T18:09:32.818Z | Downloaded ipnetwork v0.20.0 |
1010 | 2023-10-18T18:09:32.821Z | Downloaded foreign-types v0.3.2 |
1011 | 2023-10-18T18:09:32.824Z | Downloaded dirs v5.0.1 |
1012 | 2023-10-18T18:09:32.827Z | Downloaded futures-macro v0.3.28 |
1013 | 2023-10-18T18:09:32.830Z | Downloaded dyn-clone v1.0.13 |
1014 | 2023-10-18T18:09:32.832Z | Downloaded usdt-impl v0.3.5 |
1015 | 2023-10-18T18:09:32.835Z | Downloaded unicode-width v0.1.10 |
1016 | 2023-10-18T18:09:32.838Z | Downloaded chacha20 v0.9.1 |
1017 | 2023-10-18T18:09:32.840Z | Downloaded cc v1.0.83 |
1018 | 2023-10-18T18:09:32.843Z | Downloaded crypto-common v0.1.6 |
1019 | 2023-10-18T18:09:32.846Z | Downloaded once_cell v1.18.0 |
1020 | 2023-10-18T18:09:32.848Z | Downloaded multer v2.1.0 |
1021 | 2023-10-18T18:09:32.851Z | Downloaded unicode-xid v0.2.4 |
1022 | 2023-10-18T18:09:32.854Z | Downloaded num-iter v0.1.43 |
1023 | 2023-10-18T18:09:32.859Z | Downloaded console v0.15.7 |
1024 | 2023-10-18T18:09:32.863Z | Downloaded clap_derive v4.4.2 |
1025 | 2023-10-18T18:09:32.865Z | Downloaded proc-macro-error v1.0.4 |
1026 | 2023-10-18T18:09:32.868Z | Downloaded parking_lot_core v0.8.6 |
1027 | 2023-10-18T18:09:32.871Z | Downloaded twox-hash v1.6.3 |
1028 | 2023-10-18T18:09:32.874Z | Downloaded tracing-attributes v0.1.26 |
1029 | 2023-10-18T18:09:32.877Z | Downloaded thread_local v1.1.7 |
1030 | 2023-10-18T18:09:32.880Z | Downloaded tap v1.0.1 |
1031 | 2023-10-18T18:09:32.883Z | Downloaded futures-io v0.3.28 |
1032 | 2023-10-18T18:09:32.885Z | Downloaded foreign-types v0.5.0 |
1033 | 2023-10-18T18:09:32.888Z | Downloaded fastrand v2.0.0 |
1034 | 2023-10-18T18:09:32.891Z | Downloaded endian-type v0.1.2 |
1035 | 2023-10-18T18:09:32.894Z | Downloaded dtrace-parser v0.1.14 |
1036 | 2023-10-18T18:09:32.897Z | Downloaded r2d2 v0.8.10 |
1037 | 2023-10-18T18:09:32.900Z | Downloaded postgres-types v0.2.6 |
1038 | 2023-10-18T18:09:32.902Z | Downloaded pin-project-lite v0.2.13 |
1039 | 2023-10-18T18:09:32.905Z | Downloaded quote v1.0.33 |
1040 | 2023-10-18T18:09:32.908Z | Downloaded bzip2 v0.4.4 |
1041 | 2023-10-18T18:09:32.911Z | Downloaded log v0.4.20 |
1042 | 2023-10-18T18:09:32.913Z | Downloaded blake2 v0.10.6 |
1043 | 2023-10-18T18:09:32.916Z | Downloaded rustfmt-wrapper v0.2.0 |
1044 | 2023-10-18T18:09:32.919Z | Downloaded foreign-types-macros v0.2.3 |
1045 | 2023-10-18T18:09:32.922Z | Downloaded waitgroup v0.1.2 |
1046 | 2023-10-18T18:09:32.925Z | Downloaded proc-macro-error-attr v1.0.4 |
1047 | 2023-10-18T18:09:32.928Z | Downloaded predicates v3.0.4 |
1048 | 2023-10-18T18:09:32.931Z | Downloaded paste v1.0.14 |
1049 | 2023-10-18T18:09:32.934Z | Downloaded num_cpus v1.16.0 |
1050 | 2023-10-18T18:09:32.937Z | Downloaded ciborium v0.2.1 |
1051 | 2023-10-18T18:09:32.940Z | Downloaded futures-sink v0.3.28 |
1052 | 2023-10-18T18:09:32.942Z | Downloaded enum-as-inner v0.5.1 |
1053 | 2023-10-18T18:09:32.945Z | Downloaded diesel_derives v2.1.1 |
1054 | 2023-10-18T18:09:32.948Z | Downloaded postcard v0.7.3 |
1055 | 2023-10-18T18:09:32.951Z | Downloaded ctr v0.9.2 |
1056 | 2023-10-18T18:09:32.954Z | Downloaded block-padding v0.3.3 |
1057 | 2023-10-18T18:09:32.957Z | Downloaded managed v0.8.0 |
1058 | 2023-10-18T18:09:32.964Z | Downloaded lru-cache v0.1.2 |
1059 | 2023-10-18T18:09:32.967Z | Downloaded cipher v0.4.4 |
1060 | 2023-10-18T18:09:32.970Z | Downloaded num_enum_derive v0.7.0 |
1061 | 2023-10-18T18:09:32.973Z | Downloaded num_enum v0.5.11 |
1062 | 2023-10-18T18:09:32.976Z | Downloaded num-integer v0.1.45 |
1063 | 2023-10-18T18:09:32.979Z | Downloaded linked-hash-map v0.5.6 |
1064 | 2023-10-18T18:09:32.982Z | Downloaded async-trait v0.1.73 |
1065 | 2023-10-18T18:09:32.985Z | Downloaded base64 v0.13.1 |
1066 | 2023-10-18T18:09:32.987Z | Downloaded aho-corasick v1.0.4 |
1067 | 2023-10-18T18:09:32.990Z | Downloaded normalize-line-endings v0.3.0 |
1068 | 2023-10-18T18:09:32.993Z | Downloaded native-tls v0.2.11 |
1069 | 2023-10-18T18:09:32.996Z | Downloaded cstr-argument v0.1.2 |
1070 | 2023-10-18T18:09:32.999Z | Downloaded mime v0.3.17 |
1071 | 2023-10-18T18:09:33.002Z | Downloaded memoffset v0.9.0 |
1072 | 2023-10-18T18:09:33.005Z | Downloaded byteorder v1.4.3 |
1073 | 2023-10-18T18:09:33.008Z | Downloaded lock_api v0.4.10 |
1074 | 2023-10-18T18:09:33.011Z | Downloaded quick-error v1.2.3 |
1075 | 2023-10-18T18:09:33.014Z | Downloaded phf_shared v0.11.2 |
1076 | 2023-10-18T18:09:33.017Z | Downloaded pretty-hex v0.2.1 |
1077 | 2023-10-18T18:09:33.020Z | Downloaded debug-ignore v1.0.5 |
1078 | 2023-10-18T18:09:33.023Z | Downloaded ppv-lite86 v0.2.17 |
1079 | 2023-10-18T18:09:33.026Z | Downloaded opaque-debug v0.3.0 |
1080 | 2023-10-18T18:09:33.029Z | Downloaded curve25519-dalek-derive v0.1.0 |
1081 | 2023-10-18T18:09:33.032Z | Downloaded crucible-workspace-hack v0.1.0 |
1082 | 2023-10-18T18:09:33.035Z | Downloaded libefi-sys v0.1.0 |
1083 | 2023-10-18T18:09:33.038Z | Downloaded bit_field v0.10.2 |
1084 | 2023-10-18T18:09:33.041Z | Downloaded backoff v0.4.0 |
1085 | 2023-10-18T18:09:33.043Z | Downloaded pretty-hex v0.3.0 |
1086 | 2023-10-18T18:09:33.049Z | Downloaded poly1305 v0.8.0 |
1087 | 2023-10-18T18:09:33.051Z | Downloaded argon2 v0.5.2 |
1088 | 2023-10-18T18:09:33.054Z | Downloaded darling_core v0.20.3 |
1089 | 2023-10-18T18:09:33.057Z | Downloaded match_cfg v0.1.0 |
1090 | 2023-10-18T18:09:33.060Z | Downloaded bincode v1.3.3 |
1091 | 2023-10-18T18:09:33.062Z | Downloaded precomputed-hash v0.1.1 |
1092 | 2023-10-18T18:09:33.065Z | Downloaded polyval v0.6.1 |
1093 | 2023-10-18T18:09:33.068Z | Downloaded atomic-waker v1.1.1 |
1094 | 2023-10-18T18:09:33.071Z | Downloaded postgres-protocol v0.6.6 |
1095 | 2023-10-18T18:09:33.074Z | Downloaded deranged v0.3.8 |
1096 | 2023-10-18T18:09:33.077Z | Downloaded predicates-core v1.0.6 |
1097 | 2023-10-18T18:09:33.080Z | Downloaded bytes v1.5.0 |
1098 | 2023-10-18T18:09:33.083Z | Downloaded async-stream v0.3.5 |
1099 | 2023-10-18T18:09:33.086Z | Downloaded ciborium-ll v0.2.1 |
1100 | 2023-10-18T18:09:33.088Z | Downloaded cbc v0.1.2 |
1101 | 2023-10-18T18:09:33.091Z | Downloaded aes-gcm-siv v0.11.1 |
1102 | 2023-10-18T18:09:33.118Z | Downloaded pkcs8 v0.10.2 |
1103 | 2023-10-18T18:09:33.123Z | Downloaded pest_derive v2.7.2 |
1104 | 2023-10-18T18:09:33.127Z | Downloaded data-encoding v2.4.0 |
1105 | 2023-10-18T18:09:33.132Z | Downloaded cpufeatures v0.2.9 |
1106 | 2023-10-18T18:09:33.136Z | Downloaded clap_lex v0.5.1 |
1107 | 2023-10-18T18:09:33.141Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1108 | 2023-10-18T18:09:33.144Z | Downloaded bit-vec v0.6.3 |
1109 | 2023-10-18T18:09:33.147Z | Downloaded bcrypt-pbkdf v0.10.0 |
1110 | 2023-10-18T18:09:33.150Z | Downloaded postcard-cobs v0.1.5-pre |
1111 | 2023-10-18T18:09:33.154Z | Downloaded platforms v3.0.2 |
1112 | 2023-10-18T18:09:33.157Z | Downloaded colored v2.0.4 |
1113 | 2023-10-18T18:09:33.160Z | Downloaded bitflags v1.3.2 |
1114 | 2023-10-18T18:09:33.164Z | Downloaded pkg-config v0.3.27 |
1115 | 2023-10-18T18:09:33.166Z | Downloaded phf v0.11.2 |
1116 | 2023-10-18T18:09:33.169Z | Downloaded percent-encoding v2.3.0 |
1117 | 2023-10-18T18:09:33.172Z | Downloaded password-hash v0.5.0 |
1118 | 2023-10-18T18:09:33.175Z | Downloaded parse-display-derive v0.7.0 |
1119 | 2023-10-18T18:09:33.177Z | Downloaded darling_macro v0.20.3 |
1120 | 2023-10-18T18:09:33.180Z | Downloaded allocator-api2 v0.2.16 |
1121 | 2023-10-18T18:09:33.183Z | Downloaded atomicwrites v0.4.2 |
1122 | 2023-10-18T18:09:33.186Z | Downloaded phf_shared v0.10.0 |
1123 | 2023-10-18T18:09:33.189Z | Downloaded parse-display v0.7.0 |
1124 | 2023-10-18T18:09:33.192Z | Downloaded pin-utils v0.1.0 |
1125 | 2023-10-18T18:09:33.195Z | Downloaded pest_meta v2.7.2 |
1126 | 2023-10-18T18:09:33.198Z | Downloaded pem v1.1.1 |
1127 | 2023-10-18T18:09:33.200Z | Downloaded pbkdf2 v0.11.0 |
1128 | 2023-10-18T18:09:33.204Z | Downloaded parking_lot v0.11.2 |
1129 | 2023-10-18T18:09:33.206Z | Downloaded cfg-if v0.1.10 |
1130 | 2023-10-18T18:09:33.209Z | Downloaded pest_generator v2.7.2 |
1131 | 2023-10-18T18:09:33.212Z | Downloaded cancel-safe-futures v0.1.2 |
1132 | 2023-10-18T18:09:33.219Z | Downloaded camino-tempfile v1.0.2 |
1133 | 2023-10-18T18:09:33.222Z | Downloaded option-ext v0.2.0 |
1134 | 2023-10-18T18:09:33.224Z | Downloaded anyhow v1.0.75 |
1135 | 2023-10-18T18:09:33.227Z | Downloaded anstyle-parse v0.2.1 |
1136 | 2023-10-18T18:09:33.230Z | Downloaded ansi_term v0.12.1 |
1137 | 2023-10-18T18:09:33.232Z | Downloaded ascii v1.1.0 |
1138 | 2023-10-18T18:09:33.235Z | Downloaded aead v0.5.2 |
1139 | 2023-10-18T18:09:33.238Z | Downloaded ahash v0.8.3 |
1140 | 2023-10-18T18:09:33.241Z | Downloaded addr2line v0.21.0 |
1141 | 2023-10-18T18:09:33.684Z | Compiling proc-macro2 v1.0.67 |
1142 | 2023-10-18T18:09:33.687Z | Compiling unicode-ident v1.0.12 |
1143 | 2023-10-18T18:09:33.689Z | Compiling libc v0.2.149 |
1144 | 2023-10-18T18:09:33.692Z | Compiling serde v1.0.188 |
1145 | 2023-10-18T18:09:33.695Z | Compiling version_check v0.9.4 |
1146 | 2023-10-18T18:09:33.698Z | Compiling autocfg v1.1.0 |
1147 | 2023-10-18T18:09:33.718Z | Compiling cfg-if v1.0.0 |
1148 | 2023-10-18T18:09:33.747Z | Compiling syn v1.0.109 |
1149 | 2023-10-18T18:09:34.101Z | Compiling typenum v1.16.0 |
1150 | 2023-10-18T18:09:34.147Z | Compiling once_cell v1.18.0 |
1151 | 2023-10-18T18:09:34.730Z | Compiling generic-array v0.14.7 |
1152 | 2023-10-18T18:09:34.775Z | Compiling thiserror v1.0.49 |
1153 | 2023-10-18T18:09:34.887Z | Compiling lock_api v0.4.10 |
1154 | 2023-10-18T18:09:35.745Z | Compiling parking_lot_core v0.9.8 |
1155 | 2023-10-18T18:09:35.750Z | Compiling libm v0.2.7 |
1156 | 2023-10-18T18:09:35.778Z | Compiling num-traits v0.2.16 |
1157 | 2023-10-18T18:09:36.028Z | Compiling itoa v1.0.9 |
1158 | 2023-10-18T18:09:36.234Z | Compiling memchr v2.6.3 |
1159 | 2023-10-18T18:09:36.309Z | Compiling futures-core v0.3.28 |
1160 | 2023-10-18T18:09:36.336Z | Compiling ahash v0.8.3 |
1161 | 2023-10-18T18:09:36.372Z | Compiling serde_json v1.0.107 |
1162 | 2023-10-18T18:09:36.762Z | Compiling log v0.4.20 |
1163 | 2023-10-18T18:09:36.845Z | Compiling slab v0.4.9 |
1164 | 2023-10-18T18:09:36.944Z | Compiling futures-channel v0.3.28 |
1165 | 2023-10-18T18:09:37.239Z | Compiling quote v1.0.33 |
1166 | 2023-10-18T18:09:37.273Z | Compiling futures-task v0.3.28 |
1167 | 2023-10-18T18:09:37.518Z | Compiling futures-util v0.3.28 |
1168 | 2023-10-18T18:09:37.706Z | Compiling pkg-config v0.3.27 |
1169 | 2023-10-18T18:09:38.072Z | Compiling syn v2.0.32 |
1170 | 2023-10-18T18:09:38.617Z | Compiling getrandom v0.2.10 |
1171 | 2023-10-18T18:09:38.636Z | Compiling jobserver v0.1.26 |
1172 | 2023-10-18T18:09:38.692Z | Compiling ryu v1.0.15 |
1173 | 2023-10-18T18:09:39.216Z | Compiling cc v1.0.83 |
1174 | 2023-10-18T18:09:39.266Z | Compiling rand_core v0.6.4 |
1175 | 2023-10-18T18:09:39.589Z | Compiling vcpkg v0.2.15 |
1176 | 2023-10-18T18:09:39.635Z | Compiling allocator-api2 v0.2.16 |
1177 | 2023-10-18T18:09:40.010Z | Compiling schemars v0.8.13 |
1178 | 2023-10-18T18:09:40.027Z | Compiling heck v0.4.1 |
1179 | 2023-10-18T18:09:40.490Z | Compiling scopeguard v1.2.0 |
1180 | 2023-10-18T18:09:40.775Z | Compiling hashbrown v0.14.0 |
1181 | 2023-10-18T18:09:40.947Z | Compiling equivalent v1.0.1 |
1182 | 2023-10-18T18:09:41.828Z | Compiling smallvec v1.11.0 |
1183 | 2023-10-18T18:09:42.487Z | Compiling byteorder v1.4.3 |
1184 | 2023-10-18T18:09:42.510Z | Compiling fnv v1.0.7 |
1185 | 2023-10-18T18:09:42.748Z | Compiling httparse v1.8.0 |
1186 | 2023-10-18T18:09:42.834Z | Compiling iana-time-zone v0.1.57 |
1187 | 2023-10-18T18:09:43.316Z | Compiling pin-project-lite v0.2.13 |
1188 | 2023-10-18T18:09:43.367Z | Compiling semver v1.0.18 |
1189 | 2023-10-18T18:09:43.510Z | Compiling subtle v2.5.0 |
1190 | 2023-10-18T18:09:43.984Z | Compiling indexmap v1.9.3 |
1191 | 2023-10-18T18:09:44.008Z | Compiling ring v0.16.20 |
1192 | 2023-10-18T18:09:44.042Z | Compiling parking_lot v0.12.1 |
1193 | 2023-10-18T18:09:44.265Z | Compiling tinyvec_macros v0.1.1 |
1194 | 2023-10-18T18:09:44.299Z | Compiling time-core v0.1.1 |
1195 | 2023-10-18T18:09:44.393Z | Compiling dyn-clone v1.0.13 |
1196 | 2023-10-18T18:09:44.401Z | Compiling tinyvec v1.6.0 |
1197 | 2023-10-18T18:09:44.555Z | Compiling time-macros v0.2.13 |
1198 | 2023-10-18T18:09:44.633Z | Compiling openssl-sys v0.9.93 |
1199 | 2023-10-18T18:09:44.683Z | Compiling num_cpus v1.16.0 |
1200 | 2023-10-18T18:09:44.852Z | Compiling signal-hook-registry v1.4.1 |
1201 | 2023-10-18T18:09:45.722Z | Compiling socket2 v0.5.4 |
1202 | 2023-10-18T18:09:45.924Z | Compiling mio v0.8.8 |
1203 | 2023-10-18T18:09:46.254Z | Compiling rustls v0.21.7 |
1204 | 2023-10-18T18:09:46.559Z | Compiling unicode-bidi v0.3.13 |
1205 | 2023-10-18T18:09:46.943Z | Compiling unicode-normalization v0.1.22 |
1206 | 2023-10-18T18:09:47.863Z | Compiling spin v0.5.2 |
1207 | 2023-10-18T18:09:48.187Z | Compiling slog v2.7.0 |
1208 | 2023-10-18T18:09:48.492Z | Compiling ucd-trie v0.1.6 |
1209 | 2023-10-18T18:09:48.622Z | Compiling percent-encoding v2.3.0 |
1210 | 2023-10-18T18:09:48.894Z | Compiling backtrace v0.3.69 |
1211 | 2023-10-18T18:09:49.088Z | Compiling async-trait v0.1.73 |
1212 | 2023-10-18T18:09:49.193Z | Compiling form_urlencoded v1.2.0 |
1213 | 2023-10-18T18:09:49.455Z | Compiling aho-corasick v1.0.4 |
1214 | 2023-10-18T18:09:49.516Z | Compiling openssl v0.10.57 |
1215 | 2023-10-18T18:09:49.556Z | Compiling regex-syntax v0.7.5 |
1216 | 2023-10-18T18:09:49.678Z | Compiling futures-sink v0.3.28 |
1217 | 2023-10-18T18:09:49.750Z | Compiling winnow v0.5.15 |
1218 | 2023-10-18T18:09:49.886Z | Compiling pin-utils v0.1.0 |
1219 | 2023-10-18T18:09:50.020Z | Compiling anyhow v1.0.75 |
1220 | 2023-10-18T18:09:50.078Z | Compiling idna v0.4.0 |
1221 | 2023-10-18T18:09:50.712Z | Compiling serde_derive_internals v0.26.0 |
1222 | 2023-10-18T18:09:52.947Z | Compiling native-tls v0.2.11 |
1223 | 2023-10-18T18:09:52.970Z | Compiling url v2.4.1 |
1224 | 2023-10-18T18:09:53.402Z | Compiling unicode-xid v0.2.4 |
1225 | 2023-10-18T18:09:54.774Z | Compiling rustversion v1.0.14 |
1226 | 2023-10-18T18:09:55.147Z | Compiling futures-io v0.3.28 |
1227 | 2023-10-18T18:09:55.631Z | Compiling regex-automata v0.3.8 |
1228 | 2023-10-18T18:09:56.246Z | Compiling const-oid v0.9.5 |
1229 | 2023-10-18T18:09:56.293Z | Compiling unicode-width v0.1.10 |
1230 | 2023-10-18T18:09:56.526Z | Compiling hashbrown v0.13.2 |
1231 | 2023-10-18T18:09:57.464Z | Compiling synstructure v0.12.6 |
1232 | 2023-10-18T18:09:58.524Z | Compiling cpufeatures v0.2.9 |
1233 | 2023-10-18T18:09:58.637Z | Compiling crossbeam-utils v0.8.16 |
1234 | 2023-10-18T18:09:58.662Z | Compiling tracing-core v0.1.31 |
1235 | 2023-10-18T18:09:59.322Z | Compiling adler v1.0.2 |
1236 | 2023-10-18T18:09:59.431Z | Compiling rustix v0.38.9 |
1237 | 2023-10-18T18:09:59.670Z | Compiling miniz_oxide v0.7.1 |
1238 | 2023-10-18T18:10:00.010Z | Compiling usdt-impl v0.3.5 |
1239 | 2023-10-18T18:10:00.461Z | Compiling bitflags v1.3.2 |
1240 | 2023-10-18T18:10:00.916Z | Compiling ppv-lite86 v0.2.17 |
1241 | 2023-10-18T18:10:01.228Z | Compiling gimli v0.28.0 |
1242 | 2023-10-18T18:10:01.464Z | Compiling object v0.32.1 |
1243 | 2023-10-18T18:10:01.709Z | Compiling rustc-demangle v0.1.23 |
1244 | 2023-10-18T18:10:02.201Z | Compiling num_threads v0.1.6 |
1245 | 2023-10-18T18:10:02.351Z | Compiling deranged v0.3.8 |
1246 | 2023-10-18T18:10:02.373Z | Compiling thread-id v4.2.0 |
1247 | 2023-10-18T18:10:03.323Z | Compiling serde_derive v1.0.188 |
1248 | 2023-10-18T18:10:03.398Z | Compiling zeroize_derive v1.4.2 |
1249 | 2023-10-18T18:10:04.417Z | Compiling thiserror-impl v1.0.49 |
1250 | 2023-10-18T18:10:05.582Z | Compiling tokio-macros v2.1.0 |
1251 | 2023-10-18T18:10:05.603Z | Compiling futures-macro v0.3.28 |
1252 | 2023-10-18T18:10:05.765Z | Compiling tracing-attributes v0.1.26 |
1253 | 2023-10-18T18:10:08.100Z | Compiling schemars_derive v0.8.13 |
1254 | 2023-10-18T18:10:08.859Z | Compiling zeroize v1.6.0 |
1255 | 2023-10-18T18:10:09.453Z | Compiling pest v2.7.2 |
1256 | 2023-10-18T18:10:10.013Z | Compiling openssl-macros v0.1.1 |
1257 | 2023-10-18T18:10:11.417Z | Compiling regex v1.9.5 |
1258 | 2023-10-18T18:10:11.627Z | Compiling crypto-common v0.1.6 |
1259 | 2023-10-18T18:10:11.929Z | Compiling block-buffer v0.10.4 |
1260 | 2023-10-18T18:10:13.159Z | Compiling digest v0.10.7 |
1261 | 2023-10-18T18:10:13.212Z | Compiling zerocopy-derive v0.2.0 |
1262 | 2023-10-18T18:10:13.293Z | Compiling tracing v0.1.37 |
1263 | 2023-10-18T18:10:13.799Z | Compiling pest_meta v2.7.2 |
1264 | 2023-10-18T18:10:14.107Z | Compiling addr2line v0.21.0 |
1265 | 2023-10-18T18:10:14.495Z | Compiling time v0.3.27 |
1266 | 2023-10-18T18:10:14.791Z | Compiling rand_chacha v0.3.1 |
1267 | 2023-10-18T18:10:15.164Z | Compiling base64 v0.21.4 |
1268 | 2023-10-18T18:10:16.092Z | Compiling pest_generator v2.7.2 |
1269 | 2023-10-18T18:10:16.431Z | Compiling zerocopy v0.3.0 |
1270 | 2023-10-18T18:10:17.784Z | Compiling dof v0.1.5 |
1271 | 2023-10-18T18:10:19.350Z | Compiling rand v0.8.5 |
1272 | 2023-10-18T18:10:21.359Z | Compiling pest_derive v2.7.2 |
1273 | 2023-10-18T18:10:21.421Z | Compiling lazy_static v1.4.0 |
1274 | 2023-10-18T18:10:21.583Z | Compiling untrusted v0.7.1 |
1275 | 2023-10-18T18:10:21.687Z | Compiling strum_macros v0.25.2 |
1276 | 2023-10-18T18:10:22.480Z | Compiling dtrace-parser v0.1.14 |
1277 | 2023-10-18T18:10:22.918Z | Compiling strsim v0.10.0 |
1278 | 2023-10-18T18:10:24.225Z | Compiling regress v0.7.1 |
1279 | 2023-10-18T18:10:25.012Z | Compiling socket2 v0.4.9 |
1280 | 2023-10-18T18:10:26.085Z | Compiling hashbrown v0.12.3 |
1281 | 2023-10-18T18:10:26.706Z | Compiling sct v0.7.0 |
1282 | 2023-10-18T18:10:27.202Z | Compiling bytes v1.5.0 |
1283 | 2023-10-18T18:10:27.433Z | Compiling indexmap v2.0.0 |
1284 | 2023-10-18T18:10:27.488Z | Compiling chrono v0.4.31 |
1285 | 2023-10-18T18:10:27.969Z | Compiling uuid v1.4.1 |
1286 | 2023-10-18T18:10:28.493Z | Compiling serde_spanned v0.6.3 |
1287 | 2023-10-18T18:10:28.842Z | Compiling http v0.2.9 |
1288 | 2023-10-18T18:10:29.022Z | Compiling tokio v1.32.0 |
1289 | 2023-10-18T18:10:29.257Z | Compiling toml_datetime v0.6.3 |
1290 | 2023-10-18T18:10:29.383Z | Compiling bitflags v2.4.0 |
1291 | 2023-10-18T18:10:29.521Z | Compiling rustc_version v0.4.0 |
1292 | 2023-10-18T18:10:30.006Z | Compiling toml_edit v0.19.15 |
1293 | 2023-10-18T18:10:30.530Z | Compiling openapiv3 v1.0.3 |
1294 | 2023-10-18T18:10:33.319Z | Compiling serde_tokenstream v0.1.7 |
1295 | 2023-10-18T18:10:33.943Z | Compiling serde_tokenstream v0.2.0 |
1296 | 2023-10-18T18:10:34.289Z | Compiling rustls-webpki v0.101.4 |
1297 | 2023-10-18T18:10:34.758Z | Compiling httpdate v1.0.3 |
1298 | 2023-10-18T18:10:35.431Z | Compiling usdt-macro v0.3.5 |
1299 | 2023-10-18T18:10:35.513Z | Compiling usdt-attr-macro v0.3.5 |
1300 | 2023-10-18T18:10:35.516Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1301 | 2023-10-18T18:10:37.400Z | Compiling try-lock v0.2.4 |
1302 | 2023-10-18T18:10:37.622Z | Compiling want v0.3.1 |
1303 | 2023-10-18T18:10:37.808Z | Compiling http-body v0.4.5 |
1304 | 2023-10-18T18:10:38.463Z | Compiling rustls-pemfile v1.0.3 |
1305 | 2023-10-18T18:10:38.597Z | Compiling tower-service v0.3.2 |
1306 | 2023-10-18T18:10:38.778Z | Compiling openssl-probe v0.1.5 |
1307 | 2023-10-18T18:10:38.803Z | Compiling foreign-types-shared v0.1.1 |
1308 | 2023-10-18T18:10:38.977Z | Compiling mime v0.3.17 |
1309 | 2023-10-18T18:10:39.057Z | Compiling foreign-types v0.3.2 |
1310 | 2023-10-18T18:10:39.316Z | Compiling errno v0.3.2 |
1311 | 2023-10-18T18:10:39.467Z | Compiling ipnet v2.8.0 |
1312 | 2023-10-18T18:10:39.894Z | Compiling getopts v0.2.21 |
1313 | 2023-10-18T18:10:41.293Z | Compiling encoding_rs v0.8.33 |
1314 | 2023-10-18T18:10:41.647Z | Compiling unsafe-libyaml v0.2.9 |
1315 | 2023-10-18T18:10:41.670Z | Compiling rustls-native-certs v0.6.3 |
1316 | 2023-10-18T18:10:42.344Z | Compiling tokio-util v0.7.8 |
1317 | 2023-10-18T18:10:44.139Z | Compiling h2 v0.3.21 |
1318 | 2023-10-18T18:10:44.807Z | Compiling tokio-rustls v0.24.1 |
1319 | 2023-10-18T18:10:44.903Z | Compiling serde_yaml v0.9.25 |
1320 | 2023-10-18T18:10:45.421Z | Compiling serde_urlencoded v0.7.1 |
1321 | 2023-10-18T18:10:46.693Z | Compiling webpki-roots v0.25.2 |
1322 | 2023-10-18T18:10:50.765Z | Compiling hmac v0.12.1 |
1323 | 2023-10-18T18:10:51.089Z | Compiling num-integer v0.1.45 |
1324 | 2023-10-18T18:10:51.538Z | Compiling sha2 v0.10.7 |
1325 | 2023-10-18T18:10:52.868Z | Compiling block-padding v0.3.3 |
1326 | 2023-10-18T18:10:53.211Z | Compiling tokio-native-tls v0.3.1 |
1327 | 2023-10-18T18:10:53.618Z | Compiling inout v0.1.3 |
1328 | 2023-10-18T18:10:53.638Z | Compiling futures-executor v0.3.28 |
1329 | 2023-10-18T18:10:54.001Z | Compiling cipher v0.4.4 |
1330 | 2023-10-18T18:10:54.600Z | Compiling toml v0.7.8 |
1331 | 2023-10-18T18:10:54.744Z | Compiling crc32fast v1.3.2 |
1332 | 2023-10-18T18:10:54.931Z | Compiling fallible-iterator v0.2.0 |
1333 | 2023-10-18T18:10:55.160Z | Compiling futures v0.3.28 |
1334 | 2023-10-18T18:10:55.464Z | Compiling ipnetwork v0.20.0 |
1335 | 2023-10-18T18:10:56.015Z | Compiling hyper v0.14.27 |
1336 | 2023-10-18T18:10:56.136Z | Compiling spin v0.9.8 |
1337 | 2023-10-18T18:10:56.692Z | Compiling siphasher v0.3.11 |
1338 | 2023-10-18T18:10:56.714Z | Compiling usdt v0.3.5 |
1339 | 2023-10-18T18:10:57.691Z | Compiling md-5 v0.10.5 |
1340 | 2023-10-18T18:10:58.066Z | Compiling stringprep v0.1.3 |
1341 | 2023-10-18T18:10:58.982Z | Compiling io-lifetimes v1.0.11 |
1342 | 2023-10-18T18:10:59.004Z | Compiling postgres-protocol v0.6.6 |
1343 | 2023-10-18T18:10:59.669Z | Compiling phf_shared v0.11.2 |
1344 | 2023-10-18T18:10:59.807Z | Compiling hex v0.4.3 |
1345 | 2023-10-18T18:11:00.095Z | Compiling enum-as-inner v0.5.1 |
1346 | 2023-10-18T18:11:00.674Z | Compiling slog-async v2.8.0 |
1347 | 2023-10-18T18:11:00.814Z | Compiling postgres-types v0.2.6 |
1348 | 2023-10-18T18:11:01.293Z | Compiling phf v0.11.2 |
1349 | 2023-10-18T18:11:01.426Z | Compiling num-bigint v0.4.4 |
1350 | 2023-10-18T18:11:01.646Z | Compiling rustix v0.37.23 |
1351 | 2023-10-18T18:11:02.053Z | Compiling data-encoding v2.4.0 |
1352 | 2023-10-18T18:11:02.338Z | Compiling whoami v1.4.1 |
1353 | 2023-10-18T18:11:02.883Z | Compiling tokio-postgres v0.7.10 |
1354 | 2023-10-18T18:11:03.501Z | Compiling zerocopy-derive v0.6.4 |
1355 | 2023-10-18T18:11:03.779Z | Compiling static_assertions v1.1.0 |
1356 | 2023-10-18T18:11:06.780Z | Compiling ident_case v1.0.1 |
1357 | 2023-10-18T18:11:07.058Z | Compiling either v1.9.0 |
1358 | 2023-10-18T18:11:07.169Z | Compiling darling_core v0.20.3 |
1359 | 2023-10-18T18:11:07.220Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1360 | 2023-10-18T18:11:07.758Z | Compiling hyper-rustls v0.24.1 |
1361 | 2023-10-18T18:11:08.511Z | Compiling hyper-tls v0.5.0 |
1362 | 2023-10-18T18:11:08.732Z | Compiling camino v1.1.6 |
1363 | 2023-10-18T18:11:08.966Z | Compiling reqwest v0.11.20 |
1364 | 2023-10-18T18:11:09.054Z | Compiling flate2 v1.0.27 |
1365 | 2023-10-18T18:11:09.605Z | Compiling heapless v0.7.16 |
1366 | 2023-10-18T18:11:10.167Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1367 | 2023-10-18T18:11:10.644Z | Compiling memoffset v0.9.0 |
1368 | 2023-10-18T18:11:10.789Z | Compiling unicode-segmentation v1.10.1 |
1369 | 2023-10-18T18:11:11.054Z | Compiling matches v0.1.10 |
1370 | 2023-10-18T18:11:11.189Z | Compiling managed v0.8.0 |
1371 | 2023-10-18T18:11:11.928Z | Compiling radium v0.7.0 |
1372 | 2023-10-18T18:11:11.952Z | Compiling idna v0.2.3 |
1373 | 2023-10-18T18:11:12.700Z | Compiling itertools v0.11.0 |
1374 | 2023-10-18T18:11:13.861Z | Compiling multer v2.1.0 |
1375 | 2023-10-18T18:11:14.465Z | Compiling trust-dns-proto v0.22.0 |
1376 | 2023-10-18T18:11:14.755Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1377 | 2023-10-18T18:11:14.943Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1378 | 2023-10-18T18:11:15.113Z | Compiling async-stream-impl v0.3.5 |
1379 | 2023-10-18T18:11:16.363Z | Compiling darling_macro v0.20.3 |
1380 | 2023-10-18T18:11:17.102Z | Compiling crossbeam-epoch v0.9.15 |
1381 | 2023-10-18T18:11:17.732Z | Compiling num-iter v0.1.43 |
1382 | 2023-10-18T18:11:17.760Z | Compiling smoltcp v0.9.1 |
1383 | 2023-10-18T18:11:17.935Z | Compiling darling v0.20.3 |
1384 | 2023-10-18T18:11:18.098Z | Compiling serde_with_macros v2.3.3 |
1385 | 2023-10-18T18:11:18.146Z | Compiling utf8parse v0.2.1 |
1386 | 2023-10-18T18:11:18.391Z | Compiling bit-vec v0.6.3 |
1387 | 2023-10-18T18:11:18.652Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1388 | 2023-10-18T18:11:19.090Z | Compiling paste v1.0.14 |
1389 | 2023-10-18T18:11:19.665Z | Compiling anstyle v1.0.2 |
1390 | 2023-10-18T18:11:20.079Z | Compiling anstyle-parse v0.2.1 |
1391 | 2023-10-18T18:11:21.944Z | Compiling zerocopy v0.6.4 |
1392 | 2023-10-18T18:11:22.080Z | Compiling signature v2.1.0 |
1393 | 2023-10-18T18:11:22.406Z | Compiling hubpack_derive v0.1.1 |
1394 | 2023-10-18T18:11:23.210Z | Compiling clap_derive v4.4.2 |
1395 | 2023-10-18T18:11:23.337Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1396 | 2023-10-18T18:11:23.731Z | Compiling colorchoice v1.0.0 |
1397 | 2023-10-18T18:11:24.597Z | Compiling anstyle-query v1.0.0 |
1398 | 2023-10-18T18:11:24.791Z | Compiling anstream v0.5.0 |
1399 | 2023-10-18T18:11:25.141Z | Compiling terminal_size v0.2.6 |
1400 | 2023-10-18T18:11:25.423Z | Compiling yasna v0.5.2 |
1401 | 2023-10-18T18:11:27.260Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1402 | 2023-10-18T18:11:28.576Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1403 | 2023-10-18T18:11:28.746Z | Compiling structmeta-derive v0.1.6 |
1404 | 2023-10-18T18:11:28.790Z | Compiling diesel_table_macro_syntax v0.1.0 |
1405 | 2023-10-18T18:11:29.346Z | Compiling hash32 v0.2.1 |
1406 | 2023-10-18T18:11:29.387Z | Compiling tap v1.0.1 |
1407 | 2023-10-18T18:11:29.649Z | Compiling stable_deref_trait v1.2.0 |
1408 | 2023-10-18T18:11:29.797Z | Compiling clap_lex v0.5.1 |
1409 | 2023-10-18T18:11:30.596Z | Compiling clap_builder v4.4.2 |
1410 | 2023-10-18T18:11:31.172Z | Compiling wyz v0.5.1 |
1411 | 2023-10-18T18:11:31.288Z | Compiling diesel_derives v2.1.1 |
1412 | 2023-10-18T18:11:32.714Z | Compiling tokio-stream v0.1.14 |
1413 | 2023-10-18T18:11:32.786Z | Compiling serde_repr v0.1.16 |
1414 | 2023-10-18T18:11:33.225Z | Compiling structmeta v0.1.6 |
1415 | 2023-10-18T18:11:33.843Z | Compiling scheduled-thread-pool v0.2.7 |
1416 | 2023-10-18T18:11:34.333Z | Compiling regex-automata v0.1.10 |
1417 | 2023-10-18T18:11:34.433Z | Compiling funty v2.0.0 |
1418 | 2023-10-18T18:11:34.792Z | Compiling regex-syntax v0.6.29 |
1419 | 2023-10-18T18:11:36.153Z | Compiling bstr v0.2.17 |
1420 | 2023-10-18T18:11:36.156Z | Compiling r2d2 v0.8.10 |
1421 | 2023-10-18T18:11:37.235Z | Compiling clap v4.4.3 |
1422 | 2023-10-18T18:11:37.396Z | Compiling bitvec v1.0.1 |
1423 | 2023-10-18T18:11:38.276Z | Compiling hubpack v0.1.2 |
1424 | 2023-10-18T18:11:39.469Z | Compiling itertools v0.10.5 |
1425 | 2023-10-18T18:11:39.885Z | Compiling phf_shared v0.10.0 |
1426 | 2023-10-18T18:11:41.250Z | Compiling float-cmp v0.9.0 |
1427 | 2023-10-18T18:11:41.418Z | Compiling unicode-linebreak v0.1.5 |
1428 | 2023-10-18T18:11:41.614Z | Compiling smawk v0.3.1 |
1429 | 2023-10-18T18:11:41.925Z | Compiling fixedbitset v0.4.2 |
1430 | 2023-10-18T18:11:42.634Z | Compiling difflib v0.4.0 |
1431 | 2023-10-18T18:11:44.328Z | Compiling precomputed-hash v0.1.1 |
1432 | 2023-10-18T18:11:44.473Z | Compiling parse-display-derive v0.7.0 |
1433 | 2023-10-18T18:11:44.495Z | Compiling normalize-line-endings v0.3.0 |
1434 | 2023-10-18T18:11:44.662Z | Compiling predicates-core v1.0.6 |
1435 | 2023-10-18T18:11:44.865Z | Compiling new_debug_unreachable v1.0.4 |
1436 | 2023-10-18T18:11:44.996Z | Compiling string_cache v0.8.7 |
1437 | 2023-10-18T18:11:45.124Z | Compiling predicates v3.0.4 |
1438 | 2023-10-18T18:11:45.396Z | Compiling petgraph v0.6.4 |
1439 | 2023-10-18T18:11:45.760Z | Compiling textwrap v0.16.0 |
1440 | 2023-10-18T18:11:47.917Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1441 | 2023-10-18T18:11:48.044Z | Compiling similar v2.2.1 |
1442 | 2023-10-18T18:11:49.489Z | Compiling bit-set v0.5.3 |
1443 | 2023-10-18T18:11:49.917Z | Compiling console v0.15.7 |
1444 | 2023-10-18T18:11:50.303Z | Compiling bstr v1.6.0 |
1445 | 2023-10-18T18:11:50.899Z | Compiling lalrpop-util v0.19.12 |
1446 | 2023-10-18T18:11:55.573Z | Compiling diesel v2.1.1 |
1447 | 2023-10-18T18:12:01.567Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1448 | 2023-10-18T18:12:02.186Z | Compiling proc-macro-crate v1.3.1 |
1449 | 2023-10-18T18:12:03.301Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1450 | 2023-10-18T18:12:13.334Z | Compiling crucible-workspace-hack v0.1.0 |
1451 | 2023-10-18T18:12:32.914Z | Compiling atty v0.2.14 |
1452 | 2023-10-18T18:12:36.243Z | Compiling sha1 v0.10.5 |
1453 | 2023-10-18T18:12:36.890Z | Compiling match_cfg v0.1.0 |
1454 | 2023-10-18T18:12:37.032Z | Compiling hostname v0.3.1 |
1455 | 2023-10-18T18:12:41.406Z | Compiling dirs-sys-next v0.1.2 |
1456 | 2023-10-18T18:12:43.391Z | Compiling dirs-next v2.0.0 |
1457 | 2023-10-18T18:12:47.755Z | Compiling thread_local v1.1.7 |
1458 | 2023-10-18T18:12:50.095Z | Compiling term v0.7.0 |
1459 | 2023-10-18T18:12:51.038Z | Compiling crossbeam-channel v0.5.8 |
1460 | 2023-10-18T18:12:52.746Z | Compiling take_mut v0.2.2 |
1461 | 2023-10-18T18:12:52.870Z | Compiling slog-term v2.9.0 |
1462 | 2023-10-18T18:12:54.450Z | Compiling slog-json v2.6.1 |
1463 | 2023-10-18T18:12:55.007Z | Compiling instant v0.1.12 |
1464 | 2023-10-18T18:12:55.206Z | Compiling slog-bunyan v2.4.0 |
1465 | 2023-10-18T18:12:56.242Z | Compiling strum v0.25.0 |
1466 | 2023-10-18T18:12:56.909Z | Compiling atomic-waker v1.1.1 |
1467 | 2023-10-18T18:12:57.187Z | Compiling waitgroup v0.1.2 |
1468 | 2023-10-18T18:12:57.216Z | Compiling num_enum_derive v0.5.11 |
1469 | 2023-10-18T18:12:57.513Z | Compiling serde_with v2.3.3 |
1470 | 2023-10-18T18:12:57.516Z | Compiling async-stream v0.3.5 |
1471 | 2023-10-18T18:12:59.679Z | Compiling serde_path_to_error v0.1.14 |
1472 | 2023-10-18T18:12:59.777Z | Compiling libz-sys v1.1.12 |
1473 | 2023-10-18T18:12:59.799Z | Compiling fastrand v2.0.0 |
1474 | 2023-10-18T18:13:00.687Z | Compiling debug-ignore v1.0.5 |
1475 | 2023-10-18T18:13:01.188Z | Compiling tempfile v3.8.0 |
1476 | 2023-10-18T18:13:02.739Z | Compiling slog-dtrace v0.2.3 |
1477 | 2023-10-18T18:13:02.902Z | Compiling proc-macro-error-attr v1.0.4 |
1478 | 2023-10-18T18:13:04.663Z | Compiling backoff v0.4.0 |
1479 | 2023-10-18T18:13:05.206Z | Compiling parse-display v0.7.0 |
1480 | 2023-10-18T18:13:06.625Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1481 | 2023-10-18T18:13:06.853Z | Compiling macaddr v1.0.1 |
1482 | 2023-10-18T18:13:07.225Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1483 | 2023-10-18T18:13:07.337Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1484 | 2023-10-18T18:13:07.613Z | Compiling proc-macro-error v1.0.4 |
1485 | 2023-10-18T18:13:08.222Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1486 | 2023-10-18T18:13:10.099Z | Compiling libsqlite3-sys v0.26.0 |
1487 | 2023-10-18T18:13:10.412Z | Compiling memoffset v0.7.1 |
1488 | 2023-10-18T18:13:10.747Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1489 | 2023-10-18T18:13:13.214Z | Compiling foreign-types-macros v0.2.3 |
1490 | 2023-10-18T18:13:13.610Z | Compiling vergen v8.2.4 |
1491 | 2023-10-18T18:13:14.613Z | Compiling base64ct v1.6.0 |
1492 | 2023-10-18T18:13:17.247Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1493 | 2023-10-18T18:13:18.357Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1494 | 2023-10-18T18:13:23.550Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1495 | 2023-10-18T18:13:23.817Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1496 | 2023-10-18T18:13:24.228Z | Compiling platforms v3.0.2 |
1497 | 2023-10-18T18:13:24.806Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1498 | 2023-10-18T18:13:25.055Z | Compiling num_enum_derive v0.7.0 |
1499 | 2023-10-18T18:13:25.210Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1500 | 2023-10-18T18:13:25.264Z | Compiling cfg-if v0.1.10 |
1501 | 2023-10-18T18:13:25.402Z | Compiling password-hash v0.5.0 |
1502 | 2023-10-18T18:13:25.831Z | Compiling curve25519-dalek v4.1.0 |
1503 | 2023-10-18T18:13:26.360Z | Compiling heck v0.3.3 |
1504 | 2023-10-18T18:13:26.392Z | Compiling blake2 v0.10.6 |
1505 | 2023-10-18T18:13:26.563Z | Compiling libefi-sys v0.1.0 |
1506 | 2023-10-18T18:13:26.895Z | Compiling structopt-derive v0.4.18 |
1507 | 2023-10-18T18:13:27.029Z | Compiling zone_cfg_derive v0.2.0 |
1508 | 2023-10-18T18:13:27.135Z | Compiling argon2 v0.5.2 |
1509 | 2023-10-18T18:13:28.825Z | Compiling curve25519-dalek-derive v0.1.0 |
1510 | 2023-10-18T18:13:29.334Z | Compiling num-derive v0.4.0 |
1511 | 2023-10-18T18:13:29.361Z | Compiling same-file v1.0.6 |
1512 | 2023-10-18T18:13:29.703Z | Compiling walkdir v2.4.0 |
1513 | 2023-10-18T18:13:30.209Z | Compiling toml v0.5.11 |
1514 | 2023-10-18T18:13:30.782Z | Compiling semver-parser v0.10.2 |
1515 | 2023-10-18T18:13:31.087Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1516 | 2023-10-18T18:13:31.515Z | Compiling xattr v1.0.1 |
1517 | 2023-10-18T18:13:31.620Z | Compiling filetime v0.2.22 |
1518 | 2023-10-18T18:13:31.933Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1519 | 2023-10-18T18:13:32.130Z | Compiling getrandom v0.1.16 |
1520 | 2023-10-18T18:13:32.355Z | Compiling erased-serde v0.3.30 |
1521 | 2023-10-18T18:13:32.725Z | Compiling semver v0.11.0 |
1522 | 2023-10-18T18:13:32.801Z | Compiling tar v0.4.40 |
1523 | 2023-10-18T18:13:33.210Z | Compiling universal-hash v0.5.1 |
1524 | 2023-10-18T18:13:33.351Z | Compiling bitstruct_derive v0.1.0 |
1525 | 2023-10-18T18:13:33.510Z | Compiling async-recursion v1.0.5 |
1526 | 2023-10-18T18:13:33.863Z | Compiling opaque-debug v0.3.0 |
1527 | 2023-10-18T18:13:34.003Z | Compiling home v0.5.5 |
1528 | 2023-10-18T18:13:34.227Z | Compiling toolchain_find v0.2.0 |
1529 | 2023-10-18T18:13:34.653Z | Compiling num-rational v0.4.1 |
1530 | 2023-10-18T18:13:35.036Z | Compiling unicase v2.7.0 |
1531 | 2023-10-18T18:13:35.055Z | Compiling parking_lot_core v0.8.6 |
1532 | 2023-10-18T18:13:35.247Z | Compiling rustfmt-wrapper v0.2.0 |
1533 | 2023-10-18T18:13:35.356Z | Compiling omicron-zone-package v0.8.3 |
1534 | 2023-10-18T18:13:35.646Z | Compiling num_enum v0.5.11 |
1535 | 2023-10-18T18:13:35.737Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1536 | 2023-10-18T18:13:35.881Z | Compiling aead v0.5.2 |
1537 | 2023-10-18T18:13:36.333Z | Compiling winapi v0.3.9 |
1538 | 2023-10-18T18:13:36.447Z | Compiling postcard-cobs v0.1.5-pre |
1539 | 2023-10-18T18:13:36.470Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1540 | 2023-10-18T18:13:36.771Z | Compiling postcard v0.7.3 |
1541 | 2023-10-18T18:13:36.879Z | Compiling polyval v0.6.1 |
1542 | 2023-10-18T18:13:37.101Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1543 | 2023-10-18T18:13:37.620Z | Compiling smoltcp v0.8.2 |
1544 | 2023-10-18T18:13:37.800Z | Compiling aes v0.8.3 |
1545 | 2023-10-18T18:13:37.822Z | Compiling ctr v0.9.2 |
1546 | 2023-10-18T18:13:38.311Z | Compiling thiserror-impl-no-std v2.0.2 |
1547 | 2023-10-18T18:13:38.386Z | Compiling foreign-types-shared v0.3.1 |
1548 | 2023-10-18T18:13:38.568Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1549 | 2023-10-18T18:13:38.982Z | Compiling foreign-types v0.5.0 |
1550 | 2023-10-18T18:13:39.653Z | Compiling mime_guess v2.0.4 |
1551 | 2023-10-18T18:13:42.272Z | Compiling is-terminal v0.4.9 |
1552 | 2023-10-18T18:13:42.490Z | Compiling toml_edit v0.20.0 |
1553 | 2023-10-18T18:13:42.973Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1554 | 2023-10-18T18:13:44.291Z | Compiling hashlink v0.8.3 |
1555 | 2023-10-18T18:13:45.331Z | Compiling cstr-argument v0.1.2 |
1556 | 2023-10-18T18:13:45.722Z | Compiling rand v0.4.6 |
1557 | 2023-10-18T18:13:46.594Z | Compiling fallible-streaming-iterator v0.1.9 |
1558 | 2023-10-18T18:13:47.455Z | Compiling pretty-hex v0.2.1 |
1559 | 2023-10-18T18:13:47.460Z | Compiling twox-hash v1.6.3 |
1560 | 2023-10-18T18:13:47.736Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1561 | 2023-10-18T18:13:48.291Z | Compiling toml v0.8.0 |
1562 | 2023-10-18T18:13:48.769Z | Compiling rusqlite v0.29.0 |
1563 | 2023-10-18T18:13:50.979Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1564 | 2023-10-18T18:13:51.502Z | Compiling colored v2.0.4 |
1565 | 2023-10-18T18:13:51.754Z | Compiling nix v0.26.2 |
1566 | 2023-10-18T18:13:51.903Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1567 | 2023-10-18T18:13:54.004Z | Compiling hkdf v0.12.3 |
1568 | 2023-10-18T18:13:54.709Z | Compiling textwrap v0.11.0 |
1569 | 2023-10-18T18:13:54.738Z | Compiling const_format_proc_macros v0.2.31 |
1570 | 2023-10-18T18:13:56.526Z | Compiling strsim v0.8.0 |
1571 | 2023-10-18T18:13:57.634Z | Compiling linked-hash-map v0.5.6 |
1572 | 2023-10-18T18:13:58.228Z | Compiling base64 v0.13.1 |
1573 | 2023-10-18T18:13:58.374Z | Compiling ansi_term v0.12.1 |
1574 | 2023-10-18T18:13:58.581Z | Compiling quick-error v1.2.3 |
1575 | 2023-10-18T18:13:58.687Z | Compiling vec_map v0.8.2 |
1576 | 2023-10-18T18:13:58.803Z | Compiling resolv-conf v0.7.0 |
1577 | 2023-10-18T18:13:59.105Z | Compiling clap v2.34.0 |
1578 | 2023-10-18T18:13:59.805Z | Compiling lru-cache v0.1.2 |
1579 | 2023-10-18T18:14:01.888Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1580 | 2023-10-18T18:14:02.248Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1581 | 2023-10-18T18:14:03.656Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1582 | 2023-10-18T18:14:05.528Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1583 | 2023-10-18T18:14:05.548Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1584 | 2023-10-18T18:14:08.901Z | Compiling num_enum v0.7.0 |
1585 | 2023-10-18T18:14:09.157Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1586 | 2023-10-18T18:14:11.075Z | Compiling bincode v1.3.3 |
1587 | 2023-10-18T18:14:12.198Z | Compiling keccak v0.1.4 |
1588 | 2023-10-18T18:14:12.742Z | Compiling utf-8 v0.7.6 |
1589 | 2023-10-18T18:14:13.082Z | Compiling termcolor v1.2.0 |
1590 | 2023-10-18T18:14:13.683Z | Compiling humantime v2.1.0 |
1591 | 2023-10-18T18:14:14.546Z | Compiling convert_case v0.4.0 |
1592 | 2023-10-18T18:14:14.550Z | Compiling cancel-safe-futures v0.1.2 |
1593 | 2023-10-18T18:14:15.063Z | Compiling env_logger v0.9.3 |
1594 | 2023-10-18T18:14:15.830Z | Compiling derive_more v0.99.17 |
1595 | 2023-10-18T18:14:17.035Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1596 | 2023-10-18T18:14:17.309Z | Compiling sha3 v0.10.8 |
1597 | 2023-10-18T18:14:24.563Z | Compiling structopt v0.3.26 |
1598 | 2023-10-18T18:14:24.813Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1599 | 2023-10-18T18:14:25.667Z | Compiling trust-dns-resolver v0.22.0 |
1600 | 2023-10-18T18:14:28.141Z | Compiling aes-gcm-siv v0.11.1 |
1601 | 2023-10-18T18:14:28.553Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1602 | 2023-10-18T18:14:28.715Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1603 | 2023-10-18T18:14:29.289Z | Compiling zone v0.2.0 |
1604 | 2023-10-18T18:14:30.981Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1605 | 2023-10-18T18:14:31.571Z | Compiling smf v0.2.2 |
1606 | 2023-10-18T18:14:31.634Z | Compiling secrecy v0.8.0 |
1607 | 2023-10-18T18:14:31.638Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1608 | 2023-10-18T18:14:32.607Z | Compiling ringbuffer v0.15.0 |
1609 | 2023-10-18T18:14:33.343Z | Compiling ascii v1.1.0 |
1610 | 2023-10-18T18:14:34.156Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1611 | 2023-10-18T18:14:34.409Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1612 | 2023-10-18T18:14:34.438Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1613 | 2023-10-18T18:14:35.976Z | Compiling bitstruct v0.1.1 |
1614 | 2023-10-18T18:14:37.441Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1615 | 2023-10-18T18:14:38.298Z | Compiling serde_arrays v0.1.0 |
1616 | 2023-10-18T18:14:38.573Z | Compiling ff v0.13.0 |
1617 | 2023-10-18T18:14:38.595Z | Compiling nibble_vec v0.1.0 |
1618 | 2023-10-18T18:14:38.896Z | Compiling arc-swap v1.6.0 |
1619 | 2023-10-18T18:14:38.920Z | Compiling endian-type v0.1.2 |
1620 | 2023-10-18T18:14:39.124Z | Compiling group v0.13.0 |
1621 | 2023-10-18T18:14:39.287Z | Compiling radix_trie v0.2.1 |
1622 | 2023-10-18T18:14:39.647Z | Compiling slog-scope v4.4.0 |
1623 | 2023-10-18T18:14:39.975Z | Compiling rand_core v0.5.1 |
1624 | 2023-10-18T18:14:40.428Z | Compiling tungstenite v0.20.1 |
1625 | 2023-10-18T18:14:40.789Z | Compiling poly1305 v0.8.0 |
1626 | 2023-10-18T18:14:42.211Z | Compiling chacha20 v0.9.1 |
1627 | 2023-10-18T18:14:42.631Z | Compiling crypto-bigint v0.5.2 |
1628 | 2023-10-18T18:14:42.844Z | Compiling num-complex v0.4.4 |
1629 | 2023-10-18T18:14:42.885Z | Compiling half v1.8.2 |
1630 | 2023-10-18T18:14:43.631Z | Compiling base16ct v0.2.0 |
1631 | 2023-10-18T18:14:43.682Z | Compiling option-ext v0.2.0 |
1632 | 2023-10-18T18:14:43.685Z | Compiling ciborium-io v0.2.1 |
1633 | 2023-10-18T18:14:43.878Z | Compiling ciborium-ll v0.2.1 |
1634 | 2023-10-18T18:14:43.943Z | Compiling dirs-sys v0.4.1 |
1635 | 2023-10-18T18:14:44.333Z | Compiling tokio-tungstenite v0.20.1 |
1636 | 2023-10-18T18:14:44.650Z | Compiling num v0.4.1 |
1637 | 2023-10-18T18:14:44.808Z | Compiling parking_lot v0.11.2 |
1638 | 2023-10-18T18:14:44.866Z | Compiling rand_chacha v0.2.2 |
1639 | 2023-10-18T18:14:44.979Z | Compiling trust-dns-client v0.22.0 |
1640 | 2023-10-18T18:14:45.063Z | Compiling slog-stdlog v4.1.1 |
1641 | 2023-10-18T18:14:45.154Z | Compiling thiserror-no-std v2.0.2 |
1642 | 2023-10-18T18:14:45.645Z | Compiling elliptic-curve v0.13.5 |
1643 | 2023-10-18T18:14:46.474Z | Compiling password-hash v0.4.2 |
1644 | 2023-10-18T18:14:46.505Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1645 | 2023-10-18T18:14:46.607Z | Compiling ed25519 v2.2.2 |
1646 | 2023-10-18T18:14:47.172Z | Compiling blowfish v0.9.1 |
1647 | 2023-10-18T18:14:47.927Z | Compiling pbkdf2 v0.12.2 |
1648 | 2023-10-18T18:14:48.004Z | Compiling fxhash v0.2.1 |
1649 | 2023-10-18T18:14:48.492Z | Compiling sled v0.34.7 |
1650 | 2023-10-18T18:14:48.735Z | Compiling bcrypt-pbkdf v0.10.0 |
1651 | 2023-10-18T18:14:48.948Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1652 | 2023-10-18T18:14:49.282Z | Compiling trust-dns-server v0.22.1 |
1653 | 2023-10-18T18:14:49.326Z | Compiling pbkdf2 v0.11.0 |
1654 | 2023-10-18T18:14:49.428Z | Compiling ed25519-dalek v2.0.0 |
1655 | 2023-10-18T18:14:49.933Z | Compiling vsss-rs v3.3.1 |
1656 | 2023-10-18T18:14:50.330Z | Compiling russh-cryptovec v0.7.0 |
1657 | 2023-10-18T18:14:50.799Z | Compiling rand v0.7.3 |
1658 | 2023-10-18T18:14:51.301Z | Compiling slog-envlogger v2.2.0 |
1659 | 2023-10-18T18:14:51.432Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1660 | 2023-10-18T18:14:53.758Z | Compiling ciborium v0.2.1 |
1661 | 2023-10-18T18:14:54.163Z | Compiling dirs v5.0.1 |
1662 | 2023-10-18T18:14:54.215Z | Compiling chacha20poly1305 v0.10.1 |
1663 | 2023-10-18T18:14:54.467Z | Compiling tungstenite v0.18.0 |
1664 | 2023-10-18T18:14:54.517Z | Compiling ron v0.7.1 |
1665 | 2023-10-18T18:14:56.390Z | Compiling pem v1.1.1 |
1666 | 2023-10-18T18:14:57.146Z | Compiling const_format v0.2.31 |
1667 | 2023-10-18T18:14:57.866Z | Compiling ghash v0.5.0 |
1668 | 2023-10-18T18:14:58.696Z | Compiling camino-tempfile v1.0.2 |
1669 | 2023-10-18T18:14:59.231Z | Compiling cbc v0.1.2 |
1670 | 2023-10-18T18:14:59.402Z | Compiling headers-core v0.2.0 |
1671 | 2023-10-18T18:14:59.783Z | Compiling md5 v0.7.0 |
1672 | 2023-10-18T18:15:00.007Z | Compiling bit_field v0.10.2 |
1673 | 2023-10-18T18:15:00.143Z | Compiling pretty-hex v0.3.0 |
1674 | 2023-10-18T18:15:00.355Z | Compiling http-range v0.1.5 |
1675 | 2023-10-18T18:15:00.440Z | Compiling russh-keys v0.38.0 |
1676 | 2023-10-18T18:15:00.805Z | Compiling hyper-staticfile v0.9.5 |
1677 | 2023-10-18T18:15:01.496Z | Compiling headers v0.3.9 |
1678 | 2023-10-18T18:15:05.550Z | Compiling aes-gcm v0.10.2 |
1679 | 2023-10-18T18:15:06.081Z | Compiling rcgen v0.10.0 |
1680 | 2023-10-18T18:15:06.257Z | Compiling tokio-tungstenite v0.18.0 |
1681 | 2023-10-18T18:15:13.134Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1682 | 2023-10-18T18:15:13.202Z | Compiling atomicwrites v0.4.2 |
1683 | 2023-10-18T18:15:13.762Z | Compiling subprocess v0.2.9 |
1684 | 2023-10-18T18:15:13.787Z | Compiling glob v0.3.1 |
1685 | 2023-10-18T18:15:13.810Z | Compiling hex-literal v0.4.1 |
1686 | 2023-10-18T18:15:15.475Z | Compiling russh v0.38.0 |
1687 | 2023-10-18T18:15:21.399Z | Compiling bzip2 v0.4.4 |
1688 | 2023-10-18T18:15:21.860Z | Compiling zip v0.6.6 |
1689 | 2023-10-18T18:15:24.061Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1690 | 2023-10-18T18:15:24.627Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1691 | 2023-10-18T18:15:24.666Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1692 | 2023-10-18T18:15:24.715Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1693 | 2023-10-18T18:15:24.766Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1694 | 2023-10-18T18:15:25.079Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1695 | 2023-10-18T18:15:25.286Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1696 | 2023-10-18T18:15:25.559Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1697 | 2023-10-18T18:15:25.868Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1698 | 2023-10-18T18:15:28.041Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1699 | 2023-10-18T18:15:38.033Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1700 | 2023-10-18T18:15:43.071Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1701 | 2023-10-18T18:15:44.472Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1702 | 2023-10-18T18:15:46.016Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1703 | 2023-10-18T18:16:00.425Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1704 | 2023-10-18T18:16:00.760Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1705 | 2023-10-18T18:16:04.416Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1706 | 2023-10-18T18:16:12.648Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1707 | 2023-10-18T18:16:14.126Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1708 | 2023-10-18T18:16:14.503Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1709 | 2023-10-18T18:16:24.985Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1710 | 2023-10-18T18:16:56.964Z | Compiling git2 v0.17.2 |
1711 | 2023-10-18T18:17:03.459Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1712 | 2023-10-18T18:17:05.377Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1713 | 2023-10-18T18:17:17.451Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1714 | 2023-10-18T18:17:33.541Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1715 | 2023-10-18T18:17:33.837Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1716 | 2023-10-18T18:17:34.380Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1717 | 2023-10-18T18:17:36.851Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1718 | 2023-10-18T18:18:13.327Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1719 | 2023-10-18T18:19:44.140Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 44s |
1720 | 2023-10-18T18:19:44.489Z | |
1721 | 2023-10-18T18:19:44.492Z | real 10:45.050203853 |
1722 | 2023-10-18T18:19:44.495Z | user 58:59.453838613 |
1723 | 2023-10-18T18:19:44.498Z | sys 9:23.945747265 |
1724 | 2023-10-18T18:19:44.501Z | trap 2.252845787 |
1725 | 2023-10-18T18:19:44.504Z | tflt 3.448050140 |
1726 | 2023-10-18T18:19:44.507Z | dflt 7.197357758 |
1727 | 2023-10-18T18:19:44.510Z | kflt 0.038378982 |
1728 | 2023-10-18T18:19:44.514Z | lock 1:48:38.417362301 |
1729 | 2023-10-18T18:19:44.517Z | slp 3:06:33.499502388 |
1730 | 2023-10-18T18:19:44.520Z | lat 2:22.734816324 |
1731 | 2023-10-18T18:19:44.524Z | stop 5:48.220523365 |
1732 | 2023-10-18T18:19:44.527Z | + mkdir -p /work/end-to-end-tests |
1733 | 2023-10-18T18:19:44.530Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1734 | 2023-10-18T18:19:45.431Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1735 | 2023-10-18T18:19:45.434Z | + ptime -m gzip |
1736 | 2023-10-18T18:19:45.437Z | ++ basename target/debug/bootstrap |
1737 | 2023-10-18T18:20:02.430Z | |
1738 | 2023-10-18T18:20:02.435Z | real 16.991624877 |
1739 | 2023-10-18T18:20:02.438Z | user 16.783473388 |
1740 | 2023-10-18T18:20:02.441Z | sys 0.190168277 |
1741 | 2023-10-18T18:20:02.444Z | trap 0.006748612 |
1742 | 2023-10-18T18:20:02.447Z | tflt 0.000000000 |
1743 | 2023-10-18T18:20:02.451Z | dflt 0.000000000 |
1744 | 2023-10-18T18:20:02.454Z | kflt 0.000000000 |
1745 | 2023-10-18T18:20:02.457Z | lock 0.000000000 |
1746 | 2023-10-18T18:20:02.460Z | slp 0.000000000 |
1747 | 2023-10-18T18:20:02.463Z | lat 0.010902572 |
1748 | 2023-10-18T18:20:02.468Z | stop 0.000219292 |
1749 | 2023-10-18T18:20:02.472Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1750 | 2023-10-18T18:20:02.476Z | + ptime -m gzip |
1751 | 2023-10-18T18:20:02.479Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0d925b23e976736e |
1752 | 2023-10-18T18:20:03.523Z | |
1753 | 2023-10-18T18:20:03.527Z | real 1.083671468 |
1754 | 2023-10-18T18:20:03.531Z | user 1.071167965 |
1755 | 2023-10-18T18:20:03.534Z | sys 0.011200504 |
1756 | 2023-10-18T18:20:03.539Z | trap 0.000438015 |
1757 | 2023-10-18T18:20:03.550Z | tflt 0.000000000 |
1758 | 2023-10-18T18:20:03.554Z | dflt 0.000000000 |
1759 | 2023-10-18T18:20:03.559Z | kflt 0.000000000 |
1760 | 2023-10-18T18:20:03.563Z | lock 0.000000000 |
1761 | 2023-10-18T18:20:03.566Z | slp 0.000000000 |
1762 | 2023-10-18T18:20:03.568Z | lat 0.000421797 |
1763 | 2023-10-18T18:20:03.571Z | stop 0.000324238 |
1764 | 2023-10-18T18:20:03.575Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1765 | 2023-10-18T18:20:03.578Z | + ptime -m gzip |
1766 | 2023-10-18T18:20:03.583Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9d1a76d5368d1fd3 |
1767 | 2023-10-18T18:20:22.577Z | |
1768 | 2023-10-18T18:20:22.581Z | real 19.023340320 |
1769 | 2023-10-18T18:20:22.584Z | user 18.846949341 |
1770 | 2023-10-18T18:20:22.588Z | sys 0.172161723 |
1771 | 2023-10-18T18:20:22.591Z | trap 0.003222319 |
1772 | 2023-10-18T18:20:22.594Z | tflt 0.000000000 |
1773 | 2023-10-18T18:20:22.597Z | dflt 0.000000000 |
1774 | 2023-10-18T18:20:22.600Z | kflt 0.000000000 |
1775 | 2023-10-18T18:20:22.603Z | lock 0.000000000 |
1776 | 2023-10-18T18:20:22.606Z | slp 0.000000000 |
1777 | 2023-10-18T18:20:22.609Z | lat 0.000648105 |
1778 | 2023-10-18T18:20:22.612Z | stop 0.000242556 |
1779 | 2023-10-18T18:20:22.615Z | + banner caboose-util |
1780 | 2023-10-18T18:20:22.617Z | |
1781 | 2023-10-18T18:20:22.620Z | #### ## ##### #### #### #### ###### # # ##### |
1782 | 2023-10-18T18:20:22.623Z | # # # # # # # # # # # # # # # |
1783 | 2023-10-18T18:20:22.627Z | # # # ##### # # # # #### ##### ##### # # # |
1784 | 2023-10-18T18:20:22.630Z | # ###### # # # # # # # # # # # |
1785 | 2023-10-18T18:20:22.632Z | # # # # # # # # # # # # # # # # |
1786 | 2023-10-18T18:20:22.635Z | #### # # ##### #### #### #### ###### #### # |
1787 | 2023-10-18T18:20:22.638Z | |
1788 | 2023-10-18T18:20:22.641Z | + ptime -m cargo build --locked -p caboose-util --release |
1789 | 2023-10-18T18:20:23.281Z | Downloading crates ... |
1790 | 2023-10-18T18:20:23.533Z | Downloaded crc v3.0.1 |
1791 | 2023-10-18T18:20:23.539Z | Downloaded crc-catalog v2.2.0 |
1792 | 2023-10-18T18:20:23.548Z | Downloaded packed_struct_codegen v0.10.1 |
1793 | 2023-10-18T18:20:23.551Z | Downloaded path-slash v0.1.5 |
1794 | 2023-10-18T18:20:23.554Z | Downloaded nodrop v0.1.14 |
1795 | 2023-10-18T18:20:23.557Z | Downloaded num-bigint-dig v0.8.4 |
1796 | 2023-10-18T18:20:23.563Z | Downloaded array-init v0.0.4 |
1797 | 2023-10-18T18:20:23.566Z | Downloaded env_logger v0.10.0 |
1798 | 2023-10-18T18:20:23.570Z | Downloaded serde-hex v0.1.0 |
1799 | 2023-10-18T18:20:23.573Z | Downloaded der_derive v0.7.2 |
1800 | 2023-10-18T18:20:23.575Z | Downloaded rsa v0.9.2 |
1801 | 2023-10-18T18:20:23.601Z | Downloaded smallvec v0.6.14 |
1802 | 2023-10-18T18:20:23.604Z | Downloaded flagset v0.4.3 |
1803 | 2023-10-18T18:20:23.610Z | Downloaded x509-cert v0.2.4 |
1804 | 2023-10-18T18:20:23.613Z | Downloaded object v0.30.4 |
1805 | 2023-10-18T18:20:23.616Z | Downloaded crc-any v2.4.3 |
1806 | 2023-10-18T18:20:23.619Z | Downloaded ron v0.8.1 |
1807 | 2023-10-18T18:20:23.627Z | Downloaded pkcs1 v0.7.5 |
1808 | 2023-10-18T18:20:23.631Z | Downloaded pem-rfc7468 v0.7.0 |
1809 | 2023-10-18T18:20:23.634Z | Downloaded bitfield v0.14.0 |
1810 | 2023-10-18T18:20:23.637Z | Downloaded packed_struct v0.10.1 |
1811 | 2023-10-18T18:20:23.640Z | Downloaded maybe-uninit v2.0.0 |
1812 | 2023-10-18T18:20:23.805Z | Compiling proc-macro2 v1.0.67 |
1813 | 2023-10-18T18:20:23.808Z | Compiling unicode-ident v1.0.12 |
1814 | 2023-10-18T18:20:23.811Z | Compiling libc v0.2.149 |
1815 | 2023-10-18T18:20:23.815Z | Compiling autocfg v1.1.0 |
1816 | 2023-10-18T18:20:23.818Z | Compiling serde v1.0.188 |
1817 | 2023-10-18T18:20:23.825Z | Compiling version_check v0.9.4 |
1818 | 2023-10-18T18:20:23.831Z | Compiling cfg-if v1.0.0 |
1819 | 2023-10-18T18:20:23.934Z | Compiling parking_lot_core v0.9.8 |
1820 | 2023-10-18T18:20:23.946Z | Compiling syn v1.0.109 |
1821 | 2023-10-18T18:20:24.075Z | Compiling once_cell v1.18.0 |
1822 | 2023-10-18T18:20:24.459Z | Compiling typenum v1.16.0 |
1823 | 2023-10-18T18:20:24.730Z | Compiling libm v0.2.7 |
1824 | 2023-10-18T18:20:24.733Z | Compiling futures-core v0.3.28 |
1825 | 2023-10-18T18:20:24.752Z | Compiling pkg-config v0.3.27 |
1826 | 2023-10-18T18:20:24.984Z | Compiling lock_api v0.4.10 |
1827 | 2023-10-18T18:20:25.063Z | Compiling generic-array v0.14.7 |
1828 | 2023-10-18T18:20:25.124Z | Compiling num-traits v0.2.16 |
1829 | 2023-10-18T18:20:25.440Z | Compiling slab v0.4.9 |
1830 | 2023-10-18T18:20:25.515Z | Compiling futures-task v0.3.28 |
1831 | 2023-10-18T18:20:25.844Z | Compiling quote v1.0.33 |
1832 | 2023-10-18T18:20:25.915Z | Compiling futures-channel v0.3.28 |
1833 | 2023-10-18T18:20:25.948Z | Compiling serde_json v1.0.107 |
1834 | 2023-10-18T18:20:26.016Z | Compiling thiserror v1.0.49 |
1835 | 2023-10-18T18:20:26.370Z | Compiling scopeguard v1.2.0 |
1836 | 2023-10-18T18:20:26.501Z | Compiling syn v2.0.32 |
1837 | 2023-10-18T18:20:26.563Z | Compiling itoa v1.0.9 |
1838 | 2023-10-18T18:20:26.677Z | Compiling memchr v2.6.3 |
1839 | 2023-10-18T18:20:26.838Z | Compiling jobserver v0.1.26 |
1840 | 2023-10-18T18:20:27.030Z | Compiling getrandom v0.2.10 |
1841 | 2023-10-18T18:20:27.384Z | Compiling cc v1.0.83 |
1842 | 2023-10-18T18:20:27.713Z | Compiling futures-util v0.3.28 |
1843 | 2023-10-18T18:20:28.923Z | Compiling ahash v0.8.3 |
1844 | 2023-10-18T18:20:28.983Z | Compiling smallvec v1.11.0 |
1845 | 2023-10-18T18:20:29.374Z | Compiling vcpkg v0.2.15 |
1846 | 2023-10-18T18:20:29.574Z | Compiling log v0.4.20 |
1847 | 2023-10-18T18:20:29.762Z | Compiling byteorder v1.4.3 |
1848 | 2023-10-18T18:20:30.541Z | Compiling rand_core v0.6.4 |
1849 | 2023-10-18T18:20:31.288Z | Compiling pin-project-lite v0.2.13 |
1850 | 2023-10-18T18:20:31.771Z | Compiling parking_lot v0.12.1 |
1851 | 2023-10-18T18:20:31.804Z | Compiling indexmap v1.9.3 |
1852 | 2023-10-18T18:20:32.269Z | Compiling ring v0.16.20 |
1853 | 2023-10-18T18:20:32.378Z | Compiling openssl-sys v0.9.93 |
1854 | 2023-10-18T18:20:33.971Z | Compiling io-lifetimes v1.0.11 |
1855 | 2023-10-18T18:20:34.819Z | Compiling num-integer v0.1.45 |
1856 | 2023-10-18T18:20:35.070Z | Compiling spin v0.5.2 |
1857 | 2023-10-18T18:20:35.203Z | Compiling ryu v1.0.15 |
1858 | 2023-10-18T18:20:35.437Z | Compiling const-oid v0.9.5 |
1859 | 2023-10-18T18:20:35.663Z | Compiling semver v1.0.18 |
1860 | 2023-10-18T18:20:36.983Z | Compiling rustix v0.37.23 |
1861 | 2023-10-18T18:20:37.851Z | Compiling mio v0.8.8 |
1862 | 2023-10-18T18:20:37.864Z | Compiling num_cpus v1.16.0 |
1863 | 2023-10-18T18:20:38.205Z | Compiling signal-hook-registry v1.4.1 |
1864 | 2023-10-18T18:20:38.352Z | Compiling socket2 v0.5.4 |
1865 | 2023-10-18T18:20:39.122Z | Compiling futures-sink v0.3.28 |
1866 | 2023-10-18T18:20:39.274Z | Compiling httparse v1.8.0 |
1867 | 2023-10-18T18:20:39.278Z | Compiling unicode-xid v0.2.4 |
1868 | 2023-10-18T18:20:39.332Z | Compiling heck v0.4.1 |
1869 | 2023-10-18T18:20:39.625Z | Compiling ucd-trie v0.1.6 |
1870 | 2023-10-18T18:20:39.776Z | Compiling openssl v0.10.57 |
1871 | 2023-10-18T18:20:39.794Z | Compiling synstructure v0.12.6 |
1872 | 2023-10-18T18:20:40.216Z | Compiling tinyvec_macros v0.1.1 |
1873 | 2023-10-18T18:20:40.318Z | Compiling tinyvec v1.6.0 |
1874 | 2023-10-18T18:20:41.487Z | Compiling futures-io v0.3.28 |
1875 | 2023-10-18T18:20:41.894Z | Compiling rustls v0.21.7 |
1876 | 2023-10-18T18:20:42.326Z | Compiling radium v0.7.0 |
1877 | 2023-10-18T18:20:42.481Z | Compiling pin-utils v0.1.0 |
1878 | 2023-10-18T18:20:42.644Z | Compiling ppv-lite86 v0.2.17 |
1879 | 2023-10-18T18:20:42.977Z | Compiling native-tls v0.2.11 |
1880 | 2023-10-18T18:20:43.076Z | Compiling crc32fast v1.3.2 |
1881 | 2023-10-18T18:20:43.397Z | Compiling unicode-normalization v0.1.22 |
1882 | 2023-10-18T18:20:43.669Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1883 | 2023-10-18T18:20:43.955Z | Compiling rand_chacha v0.3.1 |
1884 | 2023-10-18T18:20:44.011Z | Compiling tracing-core v0.1.31 |
1885 | 2023-10-18T18:20:44.270Z | Compiling subtle v2.5.0 |
1886 | 2023-10-18T18:20:44.288Z | Compiling unicode-bidi v0.3.13 |
1887 | 2023-10-18T18:20:44.763Z | Compiling rand v0.8.5 |
1888 | 2023-10-18T18:20:46.647Z | Compiling errno v0.3.2 |
1889 | 2023-10-18T18:20:46.776Z | Compiling num-iter v0.1.43 |
1890 | 2023-10-18T18:20:46.917Z | Compiling usdt-impl v0.3.5 |
1891 | 2023-10-18T18:20:47.428Z | Compiling schemars v0.8.13 |
1892 | 2023-10-18T18:20:47.779Z | Compiling base64 v0.21.4 |
1893 | 2023-10-18T18:20:47.936Z | Compiling rustix v0.38.9 |
1894 | 2023-10-18T18:20:49.359Z | Compiling serde_derive v1.0.188 |
1895 | 2023-10-18T18:20:49.423Z | Compiling zeroize_derive v1.4.2 |
1896 | 2023-10-18T18:20:49.453Z | Compiling tokio-macros v2.1.0 |
1897 | 2023-10-18T18:20:49.537Z | Compiling thiserror-impl v1.0.49 |
1898 | 2023-10-18T18:20:49.710Z | Compiling futures-macro v0.3.28 |
1899 | 2023-10-18T18:20:50.339Z | Compiling tracing-attributes v0.1.26 |
1900 | 2023-10-18T18:20:50.387Z | Compiling zerocopy-derive v0.2.0 |
1901 | 2023-10-18T18:20:50.782Z | Compiling openssl-macros v0.1.1 |
1902 | 2023-10-18T18:20:51.691Z | Compiling zeroize v1.6.0 |
1903 | 2023-10-18T18:20:51.859Z | Compiling zerocopy-derive v0.6.4 |
1904 | 2023-10-18T18:20:54.346Z | Compiling pest v2.7.2 |
1905 | 2023-10-18T18:20:54.684Z | Compiling crypto-common v0.1.6 |
1906 | 2023-10-18T18:20:54.964Z | Compiling block-buffer v0.10.4 |
1907 | 2023-10-18T18:20:55.366Z | Compiling digest v0.10.7 |
1908 | 2023-10-18T18:20:55.827Z | Compiling serde_derive_internals v0.26.0 |
1909 | 2023-10-18T18:20:55.839Z | Compiling tracing v0.1.37 |
1910 | 2023-10-18T18:20:59.228Z | Compiling pest_meta v2.7.2 |
1911 | 2023-10-18T18:20:59.939Z | Compiling bitflags v1.3.2 |
1912 | 2023-10-18T18:21:01.153Z | Compiling untrusted v0.7.1 |
1913 | 2023-10-18T18:21:01.233Z | Compiling fnv v1.0.7 |
1914 | 2023-10-18T18:21:01.416Z | Compiling pest_generator v2.7.2 |
1915 | 2023-10-18T18:21:03.185Z | Compiling schemars_derive v0.8.13 |
1916 | 2023-10-18T18:21:04.831Z | Compiling zerocopy v0.3.0 |
1917 | 2023-10-18T18:21:05.925Z | Compiling lazy_static v1.4.0 |
1918 | 2023-10-18T18:21:06.182Z | Compiling backtrace v0.3.69 |
1919 | 2023-10-18T18:21:06.274Z | Compiling pest_derive v2.7.2 |
1920 | 2023-10-18T18:21:06.516Z | Compiling memoffset v0.9.0 |
1921 | 2023-10-18T18:21:06.757Z | Compiling num-bigint v0.4.4 |
1922 | 2023-10-18T18:21:06.928Z | Compiling openssl-probe v0.1.5 |
1923 | 2023-10-18T18:21:07.006Z | Compiling percent-encoding v2.3.0 |
1924 | 2023-10-18T18:21:07.224Z | Compiling hashbrown v0.12.3 |
1925 | 2023-10-18T18:21:07.327Z | Compiling foreign-types-shared v0.1.1 |
1926 | 2023-10-18T18:21:07.368Z | Compiling crossbeam-utils v0.8.16 |
1927 | 2023-10-18T18:21:07.387Z | Compiling iana-time-zone v0.1.57 |
1928 | 2023-10-18T18:21:07.472Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1929 | 2023-10-18T18:21:07.995Z | Compiling smoltcp v0.9.1 |
1930 | 2023-10-18T18:21:08.036Z | Compiling allocator-api2 v0.2.16 |
1931 | 2023-10-18T18:21:08.168Z | Compiling async-trait v0.1.73 |
1932 | 2023-10-18T18:21:08.539Z | Compiling base64ct v1.6.0 |
1933 | 2023-10-18T18:21:08.925Z | Compiling foreign-types v0.3.2 |
1934 | 2023-10-18T18:21:08.989Z | Compiling dtrace-parser v0.1.14 |
1935 | 2023-10-18T18:21:09.313Z | Compiling hashbrown v0.14.0 |
1936 | 2023-10-18T18:21:09.369Z | Compiling pem-rfc7468 v0.7.0 |
1937 | 2023-10-18T18:21:10.737Z | Compiling dof v0.1.5 |
1938 | 2023-10-18T18:21:10.903Z | Compiling der_derive v0.7.2 |
1939 | 2023-10-18T18:21:11.276Z | Compiling clap_derive v4.4.2 |
1940 | 2023-10-18T18:21:12.262Z | Compiling thread-id v4.2.0 |
1941 | 2023-10-18T18:21:12.352Z | Compiling equivalent v1.0.1 |
1942 | 2023-10-18T18:21:12.399Z | Compiling try-lock v0.2.4 |
1943 | 2023-10-18T18:21:12.414Z | Compiling rustversion v1.0.14 |
1944 | 2023-10-18T18:21:12.491Z | Compiling flagset v0.4.3 |
1945 | 2023-10-18T18:21:12.836Z | Compiling bytes v1.5.0 |
1946 | 2023-10-18T18:21:13.312Z | Compiling bitflags v2.4.0 |
1947 | 2023-10-18T18:21:14.267Z | Compiling tokio v1.32.0 |
1948 | 2023-10-18T18:21:14.508Z | Compiling rustc_version v0.4.0 |
1949 | 2023-10-18T18:21:14.791Z | Compiling http v0.2.9 |
1950 | 2023-10-18T18:21:15.094Z | Compiling uuid v1.4.1 |
1951 | 2023-10-18T18:21:16.150Z | Compiling heapless v0.7.16 |
1952 | 2023-10-18T18:21:16.707Z | Compiling chrono v0.4.31 |
1953 | 2023-10-18T18:21:16.999Z | Compiling adler v1.0.2 |
1954 | 2023-10-18T18:21:17.118Z | Compiling anstyle v1.0.2 |
1955 | 2023-10-18T18:21:17.298Z | Compiling cpufeatures v0.2.9 |
1956 | 2023-10-18T18:21:17.456Z | Compiling utf8parse v0.2.1 |
1957 | 2023-10-18T18:21:17.767Z | Compiling time-core v0.1.1 |
1958 | 2023-10-18T18:21:18.019Z | Compiling siphasher v0.3.11 |
1959 | 2023-10-18T18:21:18.645Z | Compiling time-macros v0.2.13 |
1960 | 2023-10-18T18:21:19.138Z | Compiling anstyle-parse v0.2.1 |
1961 | 2023-10-18T18:21:19.773Z | Compiling sha2 v0.10.7 |
1962 | 2023-10-18T18:21:21.844Z | Compiling http-body v0.4.5 |
1963 | 2023-10-18T18:21:22.492Z | Compiling miniz_oxide v0.7.1 |
1964 | 2023-10-18T18:21:24.723Z | Compiling der v0.7.8 |
1965 | 2023-10-18T18:21:26.159Z | Compiling serde_tokenstream v0.1.7 |
1966 | 2023-10-18T18:21:26.943Z | Compiling indexmap v2.0.0 |
1967 | 2023-10-18T18:21:27.372Z | Compiling tokio-util v0.7.8 |
1968 | 2023-10-18T18:21:29.674Z | Compiling h2 v0.3.21 |
1969 | 2023-10-18T18:21:32.225Z | Compiling want v0.3.1 |
1970 | 2023-10-18T18:21:33.998Z | Compiling form_urlencoded v1.2.0 |
1971 | 2023-10-18T18:21:34.455Z | Compiling sct v0.7.0 |
1972 | 2023-10-18T18:21:34.893Z | Compiling rustls-webpki v0.101.4 |
1973 | 2023-10-18T18:21:35.947Z | Compiling hubpack_derive v0.1.1 |
1974 | 2023-10-18T18:21:37.233Z | Compiling aho-corasick v1.0.4 |
1975 | 2023-10-18T18:21:37.269Z | Compiling socket2 v0.4.9 |
1976 | 2023-10-18T18:21:37.298Z | Compiling crossbeam-epoch v0.9.15 |
1977 | 2023-10-18T18:21:38.076Z | Compiling colorchoice v1.0.0 |
1978 | 2023-10-18T18:21:38.323Z | Compiling slog v2.7.0 |
1979 | 2023-10-18T18:21:38.594Z | Compiling httpdate v1.0.3 |
1980 | 2023-10-18T18:21:38.883Z | Compiling anstyle-query v1.0.0 |
1981 | 2023-10-18T18:21:38.975Z | Compiling regex-syntax v0.7.5 |
1982 | 2023-10-18T18:21:39.084Z | Compiling tap v1.0.1 |
1983 | 2023-10-18T18:21:39.993Z | Compiling tower-service v0.3.2 |
1984 | 2023-10-18T18:21:40.153Z | Compiling anyhow v1.0.75 |
1985 | 2023-10-18T18:21:40.686Z | Compiling wyz v0.5.1 |
1986 | 2023-10-18T18:21:41.399Z | Compiling hyper v0.14.27 |
1987 | 2023-10-18T18:21:42.103Z | Compiling anstream v0.5.0 |
1988 | 2023-10-18T18:21:46.303Z | Compiling regex-automata v0.3.8 |
1989 | 2023-10-18T18:21:50.012Z | Compiling terminal_size v0.2.6 |
1990 | 2023-10-18T18:21:50.124Z | Compiling spki v0.7.2 |
1991 | 2023-10-18T18:21:51.018Z | Compiling rustls-pemfile v1.0.3 |
1992 | 2023-10-18T18:21:51.527Z | Compiling hmac v0.12.1 |
1993 | 2023-10-18T18:21:51.841Z | Compiling md-5 v0.10.5 |
1994 | 2023-10-18T18:21:52.200Z | Compiling zerocopy v0.6.4 |
1995 | 2023-10-18T18:21:52.869Z | Compiling idna v0.4.0 |
1996 | 2023-10-18T18:21:53.108Z | Compiling stringprep v0.1.3 |
1997 | 2023-10-18T18:21:54.769Z | Compiling diesel_table_macro_syntax v0.1.0 |
1998 | 2023-10-18T18:21:55.267Z | Compiling hash32 v0.2.1 |
1999 | 2023-10-18T18:21:55.356Z | Compiling spin v0.9.8 |
2000 | 2023-10-18T18:21:55.844Z | Compiling strsim v0.10.0 |
2001 | 2023-10-18T18:21:55.856Z | Compiling gimli v0.28.0 |
2002 | 2023-10-18T18:21:55.958Z | Compiling clap_lex v0.5.1 |
2003 | 2023-10-18T18:21:57.144Z | Compiling dyn-clone v1.0.13 |
2004 | 2023-10-18T18:21:57.422Z | Compiling either v1.9.0 |
2005 | 2023-10-18T18:21:57.824Z | Compiling stable_deref_trait v1.2.0 |
2006 | 2023-10-18T18:21:57.960Z | Compiling maybe-uninit v2.0.0 |
2007 | 2023-10-18T18:21:58.010Z | Compiling funty v2.0.0 |
2008 | 2023-10-18T18:21:58.590Z | Compiling fallible-iterator v0.2.0 |
2009 | 2023-10-18T18:21:59.745Z | Compiling postgres-protocol v0.6.6 |
2010 | 2023-10-18T18:22:00.437Z | Compiling bitvec v1.0.1 |
2011 | 2023-10-18T18:22:02.284Z | Compiling clap_builder v4.4.2 |
2012 | 2023-10-18T18:22:02.393Z | Compiling tokio-rustls v0.24.1 |
2013 | 2023-10-18T18:22:02.883Z | Compiling diesel_derives v2.1.1 |
2014 | 2023-10-18T18:22:03.396Z | Compiling addr2line v0.21.0 |
2015 | 2023-10-18T18:22:04.351Z | Compiling url v2.4.1 |
2016 | 2023-10-18T18:22:04.801Z | Compiling strum_macros v0.25.2 |
2017 | 2023-10-18T18:22:07.112Z | Compiling rustls-native-certs v0.6.3 |
2018 | 2023-10-18T18:22:07.294Z | Compiling tokio-native-tls v0.3.1 |
2019 | 2023-10-18T18:22:09.211Z | Compiling usdt-macro v0.3.5 |
2020 | 2023-10-18T18:22:10.781Z | Compiling usdt-attr-macro v0.3.5 |
2021 | 2023-10-18T18:22:12.533Z | Compiling phf_shared v0.11.2 |
2022 | 2023-10-18T18:22:12.842Z | Compiling toml_datetime v0.6.3 |
2023 | 2023-10-18T18:22:12.953Z | Compiling serde_spanned v0.6.3 |
2024 | 2023-10-18T18:22:13.504Z | Compiling block-padding v0.3.3 |
2025 | 2023-10-18T18:22:13.517Z | Compiling enum-as-inner v0.5.1 |
2026 | 2023-10-18T18:22:13.762Z | Compiling serde_repr v0.1.16 |
2027 | 2023-10-18T18:22:13.885Z | Compiling scheduled-thread-pool v0.2.7 |
2028 | 2023-10-18T18:22:14.680Z | Compiling object v0.32.1 |
2029 | 2023-10-18T18:22:18.305Z | Compiling num-bigint-dig v0.8.4 |
2030 | 2023-10-18T18:22:19.102Z | Compiling winnow v0.5.15 |
2031 | 2023-10-18T18:22:22.330Z | Compiling packed_struct v0.10.1 |
2032 | 2023-10-18T18:22:22.924Z | Compiling matches v0.1.10 |
2033 | 2023-10-18T18:22:24.779Z | Compiling unicode-width v0.1.10 |
2034 | 2023-10-18T18:22:25.019Z | Compiling regex-automata v0.1.10 |
2035 | 2023-10-18T18:22:25.539Z | Compiling bit-vec v0.6.3 |
2036 | 2023-10-18T18:22:25.854Z | Compiling managed v0.8.0 |
2037 | 2023-10-18T18:22:26.312Z | Compiling rustc-demangle v0.1.23 |
2038 | 2023-10-18T18:22:26.810Z | Compiling ipnet v2.8.0 |
2039 | 2023-10-18T18:22:27.238Z | Compiling deranged v0.3.8 |
2040 | 2023-10-18T18:22:27.857Z | Compiling num_threads v0.1.6 |
2041 | 2023-10-18T18:22:30.587Z | Compiling time v0.3.27 |
2042 | 2023-10-18T18:22:33.074Z | Compiling bstr v0.2.17 |
2043 | 2023-10-18T18:22:34.055Z | Compiling toml_edit v0.19.15 |
2044 | 2023-10-18T18:22:37.065Z | Compiling idna v0.2.3 |
2045 | 2023-10-18T18:22:46.216Z | Compiling r2d2 v0.8.10 |
2046 | 2023-10-18T18:22:47.515Z | Compiling inout v0.1.3 |
2047 | 2023-10-18T18:22:49.224Z | Compiling phf v0.11.2 |
2048 | 2023-10-18T18:22:49.411Z | Compiling clap v4.4.3 |
2049 | 2023-10-18T18:22:49.552Z | Compiling hyper-tls v0.5.0 |
2050 | 2023-10-18T18:22:49.658Z | Compiling hyper-rustls v0.24.1 |
2051 | 2023-10-18T18:22:50.074Z | Compiling ipnetwork v0.20.0 |
2052 | 2023-10-18T18:22:50.151Z | Compiling flate2 v1.0.27 |
2053 | 2023-10-18T18:22:50.849Z | Compiling postgres-types v0.2.6 |
2054 | 2023-10-18T18:22:51.316Z | Compiling itertools v0.11.0 |
2055 | 2023-10-18T18:22:51.683Z | Compiling regex v1.9.5 |
2056 | 2023-10-18T18:22:53.202Z | Compiling pkcs8 v0.10.2 |
2057 | 2023-10-18T18:22:53.914Z | Compiling hubpack v0.1.2 |
2058 | 2023-10-18T18:22:53.950Z | Compiling serde_urlencoded v0.7.1 |
2059 | 2023-10-18T18:22:54.604Z | Compiling phf_shared v0.10.0 |
2060 | 2023-10-18T18:22:55.300Z | Compiling futures-executor v0.3.28 |
2061 | 2023-10-18T18:22:56.307Z | Compiling signature v2.1.0 |
2062 | 2023-10-18T18:22:56.942Z | Compiling packed_struct_codegen v0.10.1 |
2063 | 2023-10-18T18:22:58.415Z | Compiling float-cmp v0.9.0 |
2064 | 2023-10-18T18:22:59.494Z | Compiling encoding_rs v0.8.33 |
2065 | 2023-10-18T18:22:59.938Z | Compiling predicates-core v1.0.6 |
2066 | 2023-10-18T18:23:01.374Z | Compiling whoami v1.4.1 |
2067 | 2023-10-18T18:23:01.975Z | Compiling webpki-roots v0.25.2 |
2068 | 2023-10-18T18:23:02.221Z | Compiling data-encoding v2.4.0 |
2069 | 2023-10-18T18:23:02.381Z | Compiling nodrop v0.1.14 |
2070 | 2023-10-18T18:23:02.614Z | Compiling precomputed-hash v0.1.1 |
2071 | 2023-10-18T18:23:02.769Z | Compiling crc-catalog v2.2.0 |
2072 | 2023-10-18T18:23:02.984Z | Compiling mime v0.3.17 |
2073 | 2023-10-18T18:23:03.794Z | Compiling unicode-linebreak v0.1.5 |
2074 | 2023-10-18T18:23:03.860Z | Compiling fixedbitset v0.4.2 |
2075 | 2023-10-18T18:23:05.263Z | Compiling unicode-segmentation v1.10.1 |
2076 | 2023-10-18T18:23:05.895Z | Compiling normalize-line-endings v0.3.0 |
2077 | 2023-10-18T18:23:05.898Z | Compiling static_assertions v1.1.0 |
2078 | 2023-10-18T18:23:06.037Z | Compiling difflib v0.4.0 |
2079 | 2023-10-18T18:23:06.069Z | Compiling smawk v0.3.1 |
2080 | 2023-10-18T18:23:06.370Z | Compiling new_debug_unreachable v1.0.4 |
2081 | 2023-10-18T18:23:06.494Z | Compiling string_cache v0.8.7 |
2082 | 2023-10-18T18:23:06.678Z | Compiling predicates v3.0.4 |
2083 | 2023-10-18T18:23:07.155Z | Compiling similar v2.2.1 |
2084 | 2023-10-18T18:23:08.196Z | Compiling textwrap v0.16.0 |
2085 | 2023-10-18T18:23:09.184Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2086 | 2023-10-18T18:23:11.248Z | Compiling petgraph v0.6.4 |
2087 | 2023-10-18T18:23:14.477Z | Compiling reqwest v0.11.20 |
2088 | 2023-10-18T18:23:15.733Z | Compiling trust-dns-proto v0.22.0 |
2089 | 2023-10-18T18:23:16.010Z | Compiling crc v3.0.1 |
2090 | 2023-10-18T18:23:17.177Z | Compiling array-init v0.0.4 |
2091 | 2023-10-18T18:23:19.361Z | Compiling tokio-postgres v0.7.10 |
2092 | 2023-10-18T18:23:35.530Z | Compiling futures v0.3.28 |
2093 | 2023-10-18T18:23:37.019Z | Compiling pkcs1 v0.7.5 |
2094 | 2023-10-18T18:23:37.290Z | Compiling yasna v0.5.2 |
2095 | 2023-10-18T18:23:37.668Z | Compiling smallvec v0.6.14 |
2096 | 2023-10-18T18:23:37.722Z | Compiling diesel v2.1.1 |
2097 | 2023-10-18T18:23:38.392Z | Compiling cipher v0.4.4 |
2098 | 2023-10-18T18:23:43.634Z | Compiling toml v0.7.8 |
2099 | 2023-10-18T18:23:45.505Z | Compiling bit-set v0.5.3 |
2100 | 2023-10-18T18:23:45.624Z | Compiling console v0.15.7 |
2101 | 2023-10-18T18:23:45.910Z | Compiling usdt v0.3.5 |
2102 | 2023-10-18T18:23:46.195Z | Compiling is-terminal v0.4.9 |
2103 | 2023-10-18T18:23:47.133Z | Compiling itertools v0.10.5 |
2104 | 2023-10-18T18:23:47.817Z | Compiling bstr v1.6.0 |
2105 | 2023-10-18T18:23:48.639Z | Compiling openapiv3 v1.0.3 |
2106 | 2023-10-18T18:23:49.064Z | Compiling tokio-stream v0.1.14 |
2107 | 2023-10-18T18:23:50.576Z | Compiling hex v0.4.3 |
2108 | 2023-10-18T18:23:52.002Z | Compiling hashbrown v0.13.2 |
2109 | 2023-10-18T18:23:55.095Z | Compiling bitfield v0.14.0 |
2110 | 2023-10-18T18:23:56.647Z | Compiling lalrpop-util v0.19.12 |
2111 | 2023-10-18T18:23:57.166Z | Compiling termcolor v1.2.0 |
2112 | 2023-10-18T18:23:59.088Z | Compiling env_logger v0.10.0 |
2113 | 2023-10-18T18:24:03.837Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2114 | 2023-10-18T18:24:13.697Z | Compiling rsa v0.9.2 |
2115 | 2023-10-18T18:24:22.605Z | Compiling serde-hex v0.1.0 |
2116 | 2023-10-18T18:24:26.034Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2117 | 2023-10-18T18:24:33.498Z | Compiling x509-cert v0.2.4 |
2118 | 2023-10-18T18:24:34.688Z | Compiling ron v0.8.1 |
2119 | 2023-10-18T18:24:36.087Z | Compiling crc-any v2.4.3 |
2120 | 2023-10-18T18:24:57.863Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2121 | 2023-10-18T18:25:04.256Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2122 | 2023-10-18T18:25:21.501Z | Compiling object v0.30.4 |
2123 | 2023-10-18T18:25:31.295Z | Compiling path-slash v0.1.5 |
2124 | 2023-10-18T18:25:34.996Z | Compiling bzip2 v0.4.4 |
2125 | 2023-10-18T18:25:35.598Z | Compiling zip v0.6.6 |
2126 | 2023-10-18T18:25:37.744Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2127 | 2023-10-18T18:25:51.033Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2128 | 2023-10-18T18:26:17.847Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2129 | 2023-10-18T18:26:18.894Z | Finished release [optimized] target(s) in 5m 56s |
2130 | 2023-10-18T18:26:18.977Z | |
2131 | 2023-10-18T18:26:18.980Z | real 5:56.402277634 |
2132 | 2023-10-18T18:26:18.983Z | user 41:15.343244466 |
2133 | 2023-10-18T18:26:18.986Z | sys 3:35.573457234 |
2134 | 2023-10-18T18:26:18.989Z | trap 1.591834823 |
2135 | 2023-10-18T18:26:18.992Z | tflt 1.062693701 |
2136 | 2023-10-18T18:26:18.995Z | dflt 0.661996413 |
2137 | 2023-10-18T18:26:18.998Z | kflt 0.000311535 |
2138 | 2023-10-18T18:26:19.001Z | lock 1:35:25.710031512 |
2139 | 2023-10-18T18:26:19.004Z | slp 2:22:58.685175686 |
2140 | 2023-10-18T18:26:19.007Z | lat 1:42.322656282 |
2141 | 2023-10-18T18:26:19.010Z | stop 1:22.557962738 |
2142 | 2023-10-18T18:26:19.012Z | + ptime -m gzip |
2143 | 2023-10-18T18:26:19.640Z | |
2144 | 2023-10-18T18:26:19.648Z | real 0.655096921 |
2145 | 2023-10-18T18:26:19.656Z | user 0.647997814 |
2146 | 2023-10-18T18:26:19.664Z | sys 0.006486932 |
2147 | 2023-10-18T18:26:19.670Z | trap 0.000065769 |
2148 | 2023-10-18T18:26:19.675Z | tflt 0.000000000 |
2149 | 2023-10-18T18:26:19.680Z | dflt 0.000000000 |
2150 | 2023-10-18T18:26:19.684Z | kflt 0.000000000 |
2151 | 2023-10-18T18:26:19.692Z | lock 0.000000000 |
2152 | 2023-10-18T18:26:19.698Z | slp 0.000000000 |
2153 | 2023-10-18T18:26:19.706Z | lat 0.000155732 |
2154 | 2023-10-18T18:26:19.718Z | stop 0.000271893 |
2155 | 2023-10-18T18:26:19.722Z | + banner tufaceous |
2156 | 2023-10-18T18:26:19.725Z | |
2157 | 2023-10-18T18:26:19.728Z | ##### # # ###### ## #### ###### #### # # #### |
2158 | 2023-10-18T18:26:19.731Z | # # # # # # # # # # # # # # |
2159 | 2023-10-18T18:26:19.734Z | # # # ##### # # # ##### # # # # #### |
2160 | 2023-10-18T18:26:19.737Z | # # # # ###### # # # # # # # |
2161 | 2023-10-18T18:26:19.740Z | # # # # # # # # # # # # # # # |
2162 | 2023-10-18T18:26:19.749Z | # #### # # # #### ###### #### #### #### |
2163 | 2023-10-18T18:26:19.758Z | |
2164 | 2023-10-18T18:26:19.763Z | + ptime -m cargo build --locked -p tufaceous --release |
2165 | 2023-10-18T18:26:20.372Z | Downloading crates ... |
2166 | 2023-10-18T18:26:20.676Z | Downloaded bytesize v1.3.0 |
2167 | 2023-10-18T18:26:20.679Z | Downloaded doc-comment v0.3.3 |
2168 | 2023-10-18T18:26:20.687Z | Downloaded path-absolutize v3.1.0 |
2169 | 2023-10-18T18:26:20.691Z | Downloaded snafu v0.7.5 |
2170 | 2023-10-18T18:26:20.699Z | Downloaded globset v0.4.13 |
2171 | 2023-10-18T18:26:20.703Z | Downloaded serde_plain v1.0.2 |
2172 | 2023-10-18T18:26:20.706Z | Downloaded snafu-derive v0.7.5 |
2173 | 2023-10-18T18:26:20.709Z | Downloaded buf-list v1.0.3 |
2174 | 2023-10-18T18:26:20.713Z | Downloaded olpc-cjson v0.1.3 |
2175 | 2023-10-18T18:26:20.717Z | Downloaded fs-err v2.9.0 |
2176 | 2023-10-18T18:26:20.720Z | Downloaded path-dedot v3.1.0 |
2177 | 2023-10-18T18:26:20.723Z | Downloaded tough v0.12.5 |
2178 | 2023-10-18T18:26:20.880Z | Compiling serde_tokenstream v0.2.0 |
2179 | 2023-10-18T18:26:20.902Z | Compiling regress v0.7.1 |
2180 | 2023-10-18T18:26:20.916Z | Compiling dirs-sys-next v0.1.2 |
2181 | 2023-10-18T18:26:20.919Z | Compiling ident_case v1.0.1 |
2182 | 2023-10-18T18:26:20.942Z | Compiling thread_local v1.1.7 |
2183 | 2023-10-18T18:26:20.945Z | Compiling heck v0.4.1 |
2184 | 2023-10-18T18:26:20.954Z | Compiling slog-async v2.8.0 |
2185 | 2023-10-18T18:26:21.159Z | Compiling dirs-next v2.0.0 |
2186 | 2023-10-18T18:26:21.521Z | Compiling darling_core v0.20.3 |
2187 | 2023-10-18T18:26:21.577Z | Compiling camino v1.1.6 |
2188 | 2023-10-18T18:26:21.770Z | Compiling term v0.7.0 |
2189 | 2023-10-18T18:26:22.211Z | Compiling crossbeam-channel v0.5.8 |
2190 | 2023-10-18T18:26:22.444Z | Compiling getopts v0.2.21 |
2191 | 2023-10-18T18:26:22.743Z | Compiling structmeta-derive v0.1.6 |
2192 | 2023-10-18T18:26:22.957Z | Compiling atty v0.2.14 |
2193 | 2023-10-18T18:26:23.152Z | Compiling multer v2.1.0 |
2194 | 2023-10-18T18:26:23.549Z | Compiling take_mut v0.2.2 |
2195 | 2023-10-18T18:26:23.786Z | Compiling unsafe-libyaml v0.2.9 |
2196 | 2023-10-18T18:26:23.931Z | Compiling paste v1.0.14 |
2197 | 2023-10-18T18:26:24.561Z | Compiling doc-comment v0.3.3 |
2198 | 2023-10-18T18:26:25.143Z | Compiling match_cfg v0.1.0 |
2199 | 2023-10-18T18:26:25.270Z | Compiling hostname v0.3.1 |
2200 | 2023-10-18T18:26:25.717Z | Compiling slog-term v2.9.0 |
2201 | 2023-10-18T18:26:26.844Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2202 | 2023-10-18T18:26:29.173Z | Compiling structmeta v0.1.6 |
2203 | 2023-10-18T18:26:29.798Z | Compiling serde_yaml v0.9.25 |
2204 | 2023-10-18T18:26:30.709Z | Compiling darling_macro v0.20.3 |
2205 | 2023-10-18T18:26:30.760Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2206 | 2023-10-18T18:26:31.413Z | Compiling slog-json v2.6.1 |
2207 | 2023-10-18T18:26:32.114Z | Compiling darling v0.20.3 |
2208 | 2023-10-18T18:26:32.258Z | Compiling async-stream-impl v0.3.5 |
2209 | 2023-10-18T18:26:32.272Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2210 | 2023-10-18T18:26:32.748Z | Compiling atomic-waker v1.1.1 |
2211 | 2023-10-18T18:26:33.027Z | Compiling regex-syntax v0.6.29 |
2212 | 2023-10-18T18:26:33.295Z | Compiling fastrand v2.0.0 |
2213 | 2023-10-18T18:26:34.232Z | Compiling async-stream v0.3.5 |
2214 | 2023-10-18T18:26:34.514Z | Compiling tempfile v3.8.0 |
2215 | 2023-10-18T18:26:34.551Z | Compiling waitgroup v0.1.2 |
2216 | 2023-10-18T18:26:34.897Z | Compiling serde_with_macros v2.3.3 |
2217 | 2023-10-18T18:26:34.916Z | Compiling slog-bunyan v2.4.0 |
2218 | 2023-10-18T18:26:37.933Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2219 | 2023-10-18T18:26:37.994Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2220 | 2023-10-18T18:26:38.874Z | Compiling sha1 v0.10.5 |
2221 | 2023-10-18T18:26:39.582Z | Compiling snafu-derive v0.7.5 |
2222 | 2023-10-18T18:26:40.742Z | Compiling serde_path_to_error v0.1.14 |
2223 | 2023-10-18T18:26:40.746Z | Compiling path-dedot v3.1.0 |
2224 | 2023-10-18T18:26:40.749Z | Compiling instant v0.1.12 |
2225 | 2023-10-18T18:26:40.753Z | Compiling buf-list v1.0.3 |
2226 | 2023-10-18T18:26:40.757Z | Compiling debug-ignore v1.0.5 |
2227 | 2023-10-18T18:26:40.939Z | Compiling same-file v1.0.6 |
2228 | 2023-10-18T18:26:41.258Z | Compiling arc-swap v1.6.0 |
2229 | 2023-10-18T18:26:41.367Z | Compiling base64 v0.13.1 |
2230 | 2023-10-18T18:26:41.464Z | Compiling walkdir v2.4.0 |
2231 | 2023-10-18T18:26:42.037Z | Compiling slog-scope v4.4.0 |
2232 | 2023-10-18T18:26:42.509Z | Compiling pem v1.1.1 |
2233 | 2023-10-18T18:26:42.870Z | Compiling parse-display-derive v0.7.0 |
2234 | 2023-10-18T18:26:43.673Z | Compiling path-absolutize v3.1.0 |
2235 | 2023-10-18T18:26:43.971Z | Compiling backoff v0.4.0 |
2236 | 2023-10-18T18:26:44.481Z | Compiling serde_with v2.3.3 |
2237 | 2023-10-18T18:26:44.990Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2238 | 2023-10-18T18:26:44.998Z | Compiling globset v0.4.13 |
2239 | 2023-10-18T18:26:45.420Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2240 | 2023-10-18T18:26:45.538Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2241 | 2023-10-18T18:26:45.775Z | Compiling strum v0.25.0 |
2242 | 2023-10-18T18:26:46.046Z | Compiling olpc-cjson v0.1.3 |
2243 | 2023-10-18T18:26:46.933Z | Compiling macaddr v1.0.1 |
2244 | 2023-10-18T18:26:48.039Z | Compiling snafu v0.7.5 |
2245 | 2023-10-18T18:26:48.156Z | Compiling serde_plain v1.0.2 |
2246 | 2023-10-18T18:26:48.993Z | Compiling filetime v0.2.22 |
2247 | 2023-10-18T18:26:49.175Z | Compiling parse-display v0.7.0 |
2248 | 2023-10-18T18:26:49.488Z | Compiling xattr v1.0.1 |
2249 | 2023-10-18T18:26:49.513Z | Compiling tough v0.12.5 |
2250 | 2023-10-18T18:26:49.922Z | Compiling tar v0.4.40 |
2251 | 2023-10-18T18:26:50.039Z | Compiling slog-stdlog v4.1.1 |
2252 | 2023-10-18T18:26:52.292Z | Compiling camino-tempfile v1.0.2 |
2253 | 2023-10-18T18:26:52.735Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2254 | 2023-10-18T18:26:52.929Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2255 | 2023-10-18T18:26:53.676Z | Compiling bytesize v1.3.0 |
2256 | 2023-10-18T18:26:55.051Z | Compiling fs-err v2.9.0 |
2257 | 2023-10-18T18:26:55.960Z | Compiling slog-envlogger v2.2.0 |
2258 | 2023-10-18T18:26:59.743Z | Compiling humantime v2.1.0 |
2259 | 2023-10-18T18:27:02.314Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2260 | 2023-10-18T18:27:37.475Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2261 | 2023-10-18T18:27:37.655Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2262 | 2023-10-18T18:27:41.082Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2263 | 2023-10-18T18:27:43.147Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2264 | 2023-10-18T18:28:06.450Z | Finished release [optimized] target(s) in 1m 46s |
2265 | 2023-10-18T18:28:06.540Z | |
2266 | 2023-10-18T18:28:06.543Z | real 1:46.872266046 |
2267 | 2023-10-18T18:28:06.554Z | user 11:28.110641093 |
2268 | 2023-10-18T18:28:06.558Z | sys 43.830380185 |
2269 | 2023-10-18T18:28:06.560Z | trap 0.419345407 |
2270 | 2023-10-18T18:28:06.563Z | tflt 0.334040223 |
2271 | 2023-10-18T18:28:06.566Z | dflt 0.519902576 |
2272 | 2023-10-18T18:28:06.569Z | kflt 0.000135200 |
2273 | 2023-10-18T18:28:06.572Z | lock 22:40.112659108 |
2274 | 2023-10-18T18:28:06.574Z | slp 24:22.955930057 |
2275 | 2023-10-18T18:28:06.577Z | lat 21.447110465 |
2276 | 2023-10-18T18:28:06.580Z | stop 10.707036426 |
2277 | 2023-10-18T18:28:06.582Z | + ptime -m gzip |
2278 | 2023-10-18T18:28:08.662Z | |
2279 | 2023-10-18T18:28:08.665Z | real 2.116014588 |
2280 | 2023-10-18T18:28:08.668Z | user 2.093656575 |
2281 | 2023-10-18T18:28:08.670Z | sys 0.020315238 |
2282 | 2023-10-18T18:28:08.673Z | trap 0.000742613 |
2283 | 2023-10-18T18:28:08.676Z | tflt 0.000000000 |
2284 | 2023-10-18T18:28:08.679Z | dflt 0.000000000 |
2285 | 2023-10-18T18:28:08.682Z | kflt 0.000000000 |
2286 | 2023-10-18T18:28:08.684Z | lock 0.000000000 |
2287 | 2023-10-18T18:28:08.687Z | slp 0.000000000 |
2288 | 2023-10-18T18:28:08.690Z | lat 0.000953160 |
2289 | 2023-10-18T18:28:08.693Z | stop 0.000227592 |
2290 | 2023-10-18T18:28:08.696Z | process exited: duration 1274143 ms, exit code 0 |
|
2291 | 2023-10-18T18:28:08.702Z | found 5 output files |
2292 | 2023-10-18T18:28:08.718Z | uploading: /work/end-to-end-tests/bootstrap-0d925b23e976736e.gz (6377717 bytes) |
2293 | 2023-10-18T18:28:11.157Z | uploaded: /work/end-to-end-tests/bootstrap-0d925b23e976736e.gz |
2294 | 2023-10-18T18:28:11.168Z | uploading: /work/end-to-end-tests/bootstrap.gz (96770034 bytes) |
2295 | 2023-10-18T18:28:42.255Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2296 | 2023-10-18T18:28:42.266Z | uploading: /work/end-to-end-tests/end_to_end_tests-9d1a76d5368d1fd3.gz (110395737 bytes) |
2297 | 2023-10-18T18:29:17.227Z | uploaded: /work/end-to-end-tests/end_to_end_tests-9d1a76d5368d1fd3.gz |
2298 | 2023-10-18T18:29:17.231Z | uploading: /work/caboose-util.gz (4110618 bytes) |
2299 | 2023-10-18T18:29:19.543Z | uploaded: /work/caboose-util.gz |
2300 | 2023-10-18T18:29:19.548Z | uploading: /work/tufaceous.gz (13429199 bytes) |
2301 | 2023-10-18T18:29:24.187Z | uploaded: /work/tufaceous.gz |