|
|
|
1 | 2023-10-17T20:48:27.294Z | job assigned to worker 01HCZP9HRBFQD1EBEJ3483MQX8 (queued for 59 s) |
|
2 | 2023-10-17T20:48:27.826Z | starting task 0: "setup" |
3 | 2023-10-17T20:48:27.884Z | ++ uname -s |
4 | 2023-10-17T20:48:27.889Z | + kern=SunOS |
5 | 2023-10-17T20:48:27.894Z | + case "$kern" in |
6 | 2023-10-17T20:48:27.898Z | + groupadd -g 12345 build |
7 | 2023-10-17T20:48:27.904Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-17T20:48:29.910Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-17T20:48:30.091Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-17T20:48:30.097Z | + home_fs=zfs |
11 | 2023-10-17T20:48:30.105Z | + [[ zfs == autofs ]] |
12 | 2023-10-17T20:48:30.112Z | + mkdir -p /home/build |
13 | 2023-10-17T20:48:30.121Z | + chown build:build /home/build /work |
14 | 2023-10-17T20:48:32.523Z | + chmod 0700 /home/build /work |
15 | 2023-10-17T20:48:32.534Z | process exited: duration 4270 ms, exit code 0 |
|
16 | 2023-10-17T20:48:32.566Z | starting task 1: "rust-toolchain" |
17 | 2023-10-17T20:48:32.588Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-17T20:48:32.600Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-17T20:48:32.765Z | info: downloading installer |
20 | 2023-10-17T20:48:34.507Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-17T20:48:34.518Z | warning: /opt/ooce/bin |
22 | 2023-10-17T20:48:34.529Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-17T20:48:34.542Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-17T20:48:34.552Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-17T20:48:34.563Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-17T20:48:34.573Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-17T20:48:34.582Z | error: cannot install while Rust is installed |
28 | 2023-10-17T20:48:34.590Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-17T20:48:34.605Z | info: profile set to 'default' |
30 | 2023-10-17T20:48:34.616Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-17T20:48:34.627Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-17T20:48:34.783Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-17T20:48:34.788Z | info: downloading component 'cargo' |
34 | 2023-10-17T20:48:35.585Z | info: downloading component 'clippy' |
35 | 2023-10-17T20:48:35.873Z | info: downloading component 'rust-docs' |
36 | 2023-10-17T20:48:36.914Z | info: downloading component 'rust-std' |
37 | 2023-10-17T20:48:38.724Z | info: downloading component 'rustc' |
38 | 2023-10-17T20:48:43.288Z | info: downloading component 'rustfmt' |
39 | 2023-10-17T20:48:43.314Z | info: installing component 'cargo' |
40 | 2023-10-17T20:48:44.738Z | info: installing component 'clippy' |
41 | 2023-10-17T20:48:45.337Z | info: installing component 'rust-docs' |
42 | 2023-10-17T20:48:48.067Z | info: installing component 'rust-std' |
43 | 2023-10-17T20:48:51.158Z | info: installing component 'rustc' |
44 | 2023-10-17T20:48:57.873Z | info: installing component 'rustfmt' |
45 | 2023-10-17T20:48:58.356Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-17T20:48:58.364Z | |
47 | 2023-10-17T20:48:58.510Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-17T20:48:58.524Z | |
49 | 2023-10-17T20:48:58.534Z | |
50 | 2023-10-17T20:48:58.542Z | Rust is installed now. Great! |
51 | 2023-10-17T20:48:58.550Z | |
52 | 2023-10-17T20:48:58.572Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-17T20:48:58.579Z | environment variable. This has not been done automatically. |
54 | 2023-10-17T20:48:58.589Z | |
55 | 2023-10-17T20:48:58.594Z | To configure your current shell, run: |
56 | 2023-10-17T20:48:58.608Z | source "$HOME/.cargo/env" |
57 | 2023-10-17T20:48:58.612Z | + rustc --version |
58 | 2023-10-17T20:48:58.702Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-17T20:48:58.713Z | process exited: duration 26131 ms, exit code 0 |
|
60 | 2023-10-17T20:48:58.727Z | starting task 2: "authentication" |
61 | 2023-10-17T20:48:58.774Z | process exited: duration 40 ms, exit code 0 |
|
62 | 2023-10-17T20:48:58.795Z | starting task 3: "clone repository" |
63 | 2023-10-17T20:48:58.811Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-17T20:48:58.818Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-17T20:48:59.260Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-17T20:49:05.274Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-17T20:49:05.278Z | + [[ -n wicketd-proxy-nexus ]] |
68 | 2023-10-17T20:49:05.282Z | + git fetch origin wicketd-proxy-nexus |
69 | 2023-10-17T20:49:05.287Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-17T20:49:05.296Z | * branch wicketd-proxy-nexus -> FETCH_HEAD |
71 | 2023-10-17T20:49:05.299Z | + git checkout -B wicketd-proxy-nexus remotes/origin/wicketd-proxy-nexus |
72 | 2023-10-17T20:49:05.371Z | Switched to a new branch 'wicketd-proxy-nexus' |
73 | 2023-10-17T20:49:05.394Z | branch 'wicketd-proxy-nexus' set up to track 'origin/wicketd-proxy-nexus'. |
74 | 2023-10-17T20:49:05.835Z | + git reset --hard 2670d9240dd2763e7e7b779f67333f3b67a840dd |
75 | 2023-10-17T20:49:05.844Z | HEAD is now at 2670d924 illumos fixes |
76 | 2023-10-17T20:49:05.851Z | process exited: duration 6592 ms, exit code 0 |
|
77 | 2023-10-17T20:49:05.880Z | starting task 4: "build" |
78 | 2023-10-17T20:49:05.893Z | + cargo --version |
79 | 2023-10-17T20:49:06.000Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-17T20:49:06.023Z | + rustc --version |
81 | 2023-10-17T20:49:06.093Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-17T20:49:06.098Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-17T20:49:20.696Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-17T20:49:21.479Z | Startup: Caching catalogs ... Done |
85 | 2023-10-17T20:49:25.529Z | Planning: Solver setup ... Done (3.803s) |
86 | 2023-10-17T20:49:25.634Z | Planning: Running solver ... Done (0.105s) |
87 | 2023-10-17T20:49:25.681Z | Planning: Finding local manifests ... Done (0.003s) |
88 | 2023-10-17T20:49:25.695Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-17T20:49:26.031Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-17T20:49:26.172Z | Planning: Package planning ... Done (0.144s) |
91 | 2023-10-17T20:49:26.256Z | Planning: Merging actions ... Done (0.084s) |
92 | 2023-10-17T20:49:26.976Z | Planning: Checking for conflicting actions ... Done (0.720s) |
93 | 2023-10-17T20:49:26.993Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-17T20:49:32.421Z | Planning: Evaluating mediators ... Done (5.428s) |
95 | 2023-10-17T20:49:32.439Z | Planning: Planning completed in 10.91 seconds |
96 | 2023-10-17T20:49:38.177Z | Packages to install: 4 |
97 | 2023-10-17T20:49:38.184Z | Mediators to change: 2 |
98 | 2023-10-17T20:49:38.187Z | Services to change: 1 |
99 | 2023-10-17T20:49:38.191Z | Estimated space available: 149.39 GB |
100 | 2023-10-17T20:49:38.195Z | Estimated space to be consumed: 1.36 GB |
101 | 2023-10-17T20:49:38.199Z | Create boot environment: No |
102 | 2023-10-17T20:49:38.203Z | Create backup boot environment: No |
103 | 2023-10-17T20:49:38.210Z | Rebuild boot archive: No |
104 | 2023-10-17T20:49:38.213Z | |
105 | 2023-10-17T20:49:38.217Z | Changed mediators: |
106 | 2023-10-17T20:49:38.220Z | mediator clang: |
107 | 2023-10-17T20:49:38.225Z | version: None -> 15 (system default) |
108 | 2023-10-17T20:49:38.229Z | |
109 | 2023-10-17T20:49:38.233Z | mediator llvm: |
110 | 2023-10-17T20:49:38.236Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-17T20:49:38.240Z | |
112 | 2023-10-17T20:49:38.242Z | Changed packages: |
113 | 2023-10-17T20:49:38.246Z | helios-dev |
114 | 2023-10-17T20:49:38.250Z | developer/build-essential |
115 | 2023-10-17T20:49:38.254Z | None -> 11-2.0 |
116 | 2023-10-17T20:49:38.258Z | library/libxmlsec1 |
117 | 2023-10-17T20:49:38.357Z | None -> 1.2.35-2.0 |
118 | 2023-10-17T20:49:38.362Z | ooce/developer/clang-15 |
119 | 2023-10-17T20:49:38.366Z | None -> 15.0.7-2.0 |
120 | 2023-10-17T20:49:38.389Z | ooce/developer/llvm-15 |
121 | 2023-10-17T20:49:38.407Z | None -> 15.0.7-2.0 |
122 | 2023-10-17T20:49:38.412Z | |
123 | 2023-10-17T20:49:38.415Z | Services: |
124 | 2023-10-17T20:49:38.420Z | restart_fmri: |
125 | 2023-10-17T20:49:38.430Z | svc:/system/update-man-index:default |
126 | 2023-10-17T20:49:38.435Z | |
127 | 2023-10-17T20:49:38.443Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-17T20:49:43.418Z | Download: 1198/3290 items 75.2/212.6MB 35% complete (15.0M/s) |
129 | 2023-10-17T20:49:48.416Z | Download: 2790/3290 items 121.0/212.6MB 56% complete (12.2M/s) |
130 | 2023-10-17T20:49:51.541Z | Download: Completed 212.60 MB in 13.13 seconds (16.2M/s) |
131 | 2023-10-17T20:49:52.335Z | Actions: 1/3687 actions (Installing new actions) |
132 | 2023-10-17T20:50:01.301Z | Actions: 2308/3687 actions (Installing new actions) |
133 | 2023-10-17T20:50:01.474Z | Actions: Completed 3687 actions in 8.34 seconds. |
134 | 2023-10-17T20:50:01.661Z | Done (0.069s) |
135 | 2023-10-17T20:50:01.853Z | Done (0.000s) |
136 | 2023-10-17T20:50:02.329Z | Done (0.180s) |
137 | 2023-10-17T20:50:08.960Z | Done (7.916s) |
138 | 2023-10-17T20:50:09.325Z | Done (0.256s) |
139 | 2023-10-17T20:50:09.331Z | Done (0.000s) |
140 | 2023-10-17T20:50:09.544Z | Done (0.000s) |
141 | 2023-10-17T20:50:10.234Z | Planning: Evaluating mediator changes ... Done |
142 | 2023-10-17T20:50:10.513Z | Planning: Checking for conflicting actions ... Done |
143 | 2023-10-17T20:50:10.516Z | Planning: Consolidating action changes ... Done |
144 | 2023-10-17T20:50:10.950Z | Planning: Evaluating mediators ... Done |
145 | 2023-10-17T20:50:10.954Z | Planning: Planning completed in 0.72 seconds |
146 | 2023-10-17T20:50:11.006Z | Mediators to change: 2 |
147 | 2023-10-17T20:50:11.012Z | Create boot environment: No |
148 | 2023-10-17T20:50:11.018Z | Create backup boot environment: No |
149 | 2023-10-17T20:50:11.099Z | Done |
150 | 2023-10-17T20:50:11.104Z | Done |
151 | 2023-10-17T20:50:11.201Z | Done |
152 | 2023-10-17T20:50:17.107Z | Done |
153 | 2023-10-17T20:50:17.232Z | Done |
154 | 2023-10-17T20:50:17.246Z | Done |
155 | 2023-10-17T20:50:17.355Z | Done |
156 | 2023-10-17T20:50:18.355Z | Planning: Evaluating mediator changes ... Done |
157 | 2023-10-17T20:50:18.358Z | Planning: Merging actions ... Done |
158 | 2023-10-17T20:50:18.703Z | Planning: Checking for conflicting actions ... Done |
159 | 2023-10-17T20:50:18.710Z | Planning: Consolidating action changes ... Done |
160 | 2023-10-17T20:50:19.127Z | Planning: Evaluating mediators ... Done |
161 | 2023-10-17T20:50:19.221Z | Planning: Planning completed in 1.30 seconds |
162 | 2023-10-17T20:50:19.278Z | Packages to change: 1 |
163 | 2023-10-17T20:50:19.282Z | Mediators to change: 1 |
164 | 2023-10-17T20:50:19.285Z | Services to change: 1 |
165 | 2023-10-17T20:50:19.289Z | Create boot environment: No |
166 | 2023-10-17T20:50:19.292Z | Create backup boot environment: Yes |
167 | 2023-10-17T20:50:21.448Z | Actions: 1/6 actions (Updating modified actions) |
168 | 2023-10-17T20:50:21.453Z | Actions: Completed 6 actions in 0.00 seconds. |
169 | 2023-10-17T20:50:21.458Z | Done |
170 | 2023-10-17T20:50:21.464Z | Done |
171 | 2023-10-17T20:50:21.496Z | Done |
172 | 2023-10-17T20:50:28.178Z | Done |
173 | 2023-10-17T20:50:28.242Z | Done |
174 | 2023-10-17T20:50:28.354Z | Done |
175 | 2023-10-17T20:50:28.483Z | Done |
176 | 2023-10-17T20:50:28.539Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
177 | 2023-10-17T20:50:28.648Z | clang system 15 system |
178 | 2023-10-17T20:50:28.764Z | csh system system illumos |
179 | 2023-10-17T20:50:28.804Z | ctags system system illumos |
180 | 2023-10-17T20:50:28.819Z | gcc vendor 12 vendor |
181 | 2023-10-17T20:50:28.843Z | gcc system 10 system |
182 | 2023-10-17T20:50:28.978Z | gcc system 7 system |
183 | 2023-10-17T20:50:28.983Z | go system 1.20 system |
184 | 2023-10-17T20:50:28.990Z | go system 1.19 system |
185 | 2023-10-17T20:50:28.995Z | llvm system 15 system |
186 | 2023-10-17T20:50:29.002Z | llvm system 14 system |
187 | 2023-10-17T20:50:29.018Z | mariadb system 10.6 system |
188 | 2023-10-17T20:50:29.148Z | mta vendor vendor dma |
189 | 2023-10-17T20:50:29.179Z | openjdk system 17 system |
190 | 2023-10-17T20:50:29.232Z | openjdk system 11 system |
191 | 2023-10-17T20:50:29.256Z | openjdk system 1.8 system |
192 | 2023-10-17T20:50:29.275Z | openssl vendor 3 vendor |
193 | 2023-10-17T20:50:29.283Z | perl system 5.36 system |
194 | 2023-10-17T20:50:29.309Z | postgresql system 15 system |
195 | 2023-10-17T20:50:29.343Z | postgresql system 13 system |
196 | 2023-10-17T20:50:29.382Z | python vendor 3 vendor |
197 | 2023-10-17T20:50:29.418Z | python system 2 system |
198 | 2023-10-17T20:50:29.433Z | python3 system 3.11 system |
199 | 2023-10-17T20:50:29.479Z | ruby system 3.0 system |
200 | 2023-10-17T20:50:29.511Z | words vendor vendor american-english |
201 | 2023-10-17T20:50:29.574Z | words system system australian-english |
202 | 2023-10-17T20:50:29.601Z | words system system british-english |
203 | 2023-10-17T20:50:29.760Z | words system system canadian-english |
204 | 2023-10-17T20:50:29.854Z | words system system french |
205 | 2023-10-17T20:50:29.994Z | words system system italian |
206 | 2023-10-17T20:50:30.042Z | words system system ngerman |
207 | 2023-10-17T20:50:30.068Z | words system system ogerman |
208 | 2023-10-17T20:50:30.090Z | words system system spanish |
209 | 2023-10-17T20:50:30.103Z | FMRI IFO |
210 | 2023-10-17T20:50:30.173Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
211 | 2023-10-17T20:50:30.210Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
212 | 2023-10-17T20:50:30.219Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
213 | 2023-10-17T20:50:30.246Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
214 | 2023-10-17T20:50:30.316Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
215 | 2023-10-17T20:50:30.323Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
216 | 2023-10-17T20:50:30.348Z | + set -o errexit |
217 | 2023-10-17T20:50:30.399Z | +++ dirname ./tools/ci_download_cockroachdb |
218 | 2023-10-17T20:50:30.444Z | ++ cd ./tools |
219 | 2023-10-17T20:50:30.526Z | ++ pwd |
220 | 2023-10-17T20:50:30.532Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
221 | 2023-10-17T20:50:30.548Z | ++ basename ./tools/ci_download_cockroachdb |
222 | 2023-10-17T20:50:30.563Z | + ARG0=ci_download_cockroachdb |
223 | 2023-10-17T20:50:30.587Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
224 | 2023-10-17T20:50:30.649Z | + CIDL_VERSION=v22.1.9 |
225 | 2023-10-17T20:50:30.683Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
226 | 2023-10-17T20:50:30.714Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
227 | 2023-10-17T20:50:30.753Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
228 | 2023-10-17T20:50:30.783Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
229 | 2023-10-17T20:50:30.805Z | + TARGET_DIR=out |
230 | 2023-10-17T20:50:30.816Z | + DOWNLOAD_DIR=out/downloads |
231 | 2023-10-17T20:50:30.824Z | + DEST_DIR=./out/cockroachdb |
232 | 2023-10-17T20:50:30.839Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
233 | 2023-10-17T20:50:30.849Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
234 | 2023-10-17T20:50:30.857Z | + main |
235 | 2023-10-17T20:50:30.863Z | + [[ 0 != 0 ]] |
236 | 2023-10-17T20:50:30.882Z | + CIDL_OS=solaris2.11 |
237 | 2023-10-17T20:50:30.895Z | + [[ 0 != 0 ]] |
238 | 2023-10-17T20:50:30.902Z | + configure_os solaris2.11 |
239 | 2023-10-17T20:50:30.906Z | + echo 'current directory: /work/oxidecomputer/omicron' |
240 | 2023-10-17T20:50:30.916Z | current directory: /work/oxidecomputer/omicron |
241 | 2023-10-17T20:50:30.927Z | + echo 'configuring based on OS: "solaris2.11"' |
242 | 2023-10-17T20:50:30.931Z | configuring based on OS: "solaris2.11" |
243 | 2023-10-17T20:50:30.935Z | + case "$1" in |
244 | 2023-10-17T20:50:30.938Z | + CIDL_BUILD=illumos |
245 | 2023-10-17T20:50:30.941Z | + CIDL_SUFFIX=tar.gz |
246 | 2023-10-17T20:50:30.943Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
247 | 2023-10-17T20:50:30.946Z | + CIDL_MD5FUNC=do_md5sum |
248 | 2023-10-17T20:50:30.978Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
249 | 2023-10-17T20:50:31.015Z | + CIDL_URL_BASE=https://illumos.org/downloads |
250 | 2023-10-17T20:50:31.042Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
251 | 2023-10-17T20:50:31.056Z | + CIDL_ASSEMBLE=do_assemble_illumos |
252 | 2023-10-17T20:50:31.071Z | Downloading... |
253 | 2023-10-17T20:50:31.074Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
254 | 2023-10-17T20:50:31.082Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
255 | 2023-10-17T20:50:31.107Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-10-17T20:50:31.110Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
257 | 2023-10-17T20:50:31.117Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-10-17T20:50:31.122Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
259 | 2023-10-17T20:50:31.129Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
260 | 2023-10-17T20:50:31.136Z | + mkdir -p out/downloads |
261 | 2023-10-17T20:50:31.146Z | + mkdir -p ./out/cockroachdb |
262 | 2023-10-17T20:50:31.180Z | + local DO_DOWNLOAD=true |
263 | 2023-10-17T20:50:31.198Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
264 | 2023-10-17T20:50:31.218Z | + '[' true == true ']' |
265 | 2023-10-17T20:50:31.258Z | + echo Downloading... |
266 | 2023-10-17T20:50:31.282Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-10-17T20:50:31.289Z | + 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 |
268 | 2023-10-17T20:50:32.656Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-10-17T20:50:32.662Z | ++ md5sum |
270 | 2023-10-17T20:50:32.665Z | ++ awk '{print $1}' |
271 | 2023-10-17T20:50:33.358Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
272 | 2023-10-17T20:50:33.362Z | + [[ 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 ]] |
273 | 2023-10-17T20:50:33.365Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-17T20:50:33.368Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
275 | 2023-10-17T20:50:36.201Z | + do_assemble_illumos |
276 | 2023-10-17T20:50:36.205Z | + rm -r ./out/cockroachdb |
277 | 2023-10-17T20:50:36.209Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
278 | 2023-10-17T20:50:36.893Z | + ./out/cockroachdb/bin/cockroach version |
279 | 2023-10-17T20:50:37.201Z | Build Tag: v22.1.9-dirty |
280 | 2023-10-17T20:50:37.204Z | Build Time: 2022/10/26 21:17:46 |
281 | 2023-10-17T20:50:37.207Z | Distribution: OSS |
282 | 2023-10-17T20:50:37.210Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
283 | 2023-10-17T20:50:37.213Z | Go Version: go1.17.13 |
284 | 2023-10-17T20:50:37.215Z | C Compiler: gcc 10.3.0 |
285 | 2023-10-17T20:50:37.218Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
286 | 2023-10-17T20:50:37.221Z | Build Type: release |
287 | 2023-10-17T20:50:37.228Z | + set -o errexit |
288 | 2023-10-17T20:50:37.231Z | +++ dirname ./tools/ci_download_clickhouse |
289 | 2023-10-17T20:50:37.234Z | ++ cd ./tools |
290 | 2023-10-17T20:50:37.237Z | ++ pwd |
291 | 2023-10-17T20:50:37.239Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
292 | 2023-10-17T20:50:37.242Z | ++ basename ./tools/ci_download_clickhouse |
293 | 2023-10-17T20:50:37.245Z | + ARG0=ci_download_clickhouse |
294 | 2023-10-17T20:50:37.248Z | + TARGET_DIR=out |
295 | 2023-10-17T20:50:37.251Z | + DOWNLOAD_DIR=out/downloads |
296 | 2023-10-17T20:50:37.254Z | + DEST_DIR=./out/clickhouse |
297 | 2023-10-17T20:50:37.256Z | + CIDL_VERSION=v22.8.9.24 |
298 | 2023-10-17T20:50:37.259Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
299 | 2023-10-17T20:50:37.262Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
300 | 2023-10-17T20:50:37.265Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
301 | 2023-10-17T20:50:37.267Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
302 | 2023-10-17T20:50:37.270Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
303 | 2023-10-17T20:50:37.273Z | + main |
304 | 2023-10-17T20:50:37.275Z | + [[ 0 != 0 ]] |
305 | 2023-10-17T20:50:37.278Z | + CIDL_OS=solaris2.11 |
306 | 2023-10-17T20:50:37.282Z | + [[ 0 != 0 ]] |
307 | 2023-10-17T20:50:37.285Z | + configure_os solaris2.11 |
308 | 2023-10-17T20:50:37.288Z | + echo 'current directory: /work/oxidecomputer/omicron' |
309 | 2023-10-17T20:50:37.292Z | current directory: /work/oxidecomputer/omicron |
310 | 2023-10-17T20:50:37.295Z | + echo 'configuring based on OS: "solaris2.11"' |
311 | 2023-10-17T20:50:37.298Z | configuring based on OS: "solaris2.11" |
312 | 2023-10-17T20:50:37.301Z | + CIDL_DASHREV= |
313 | 2023-10-17T20:50:37.303Z | + case "$1" in |
314 | 2023-10-17T20:50:37.306Z | + CIDL_PLATFORM=illumos |
315 | 2023-10-17T20:50:37.309Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
316 | 2023-10-17T20:50:37.311Z | + CIDL_MD5FUNC=do_md5sum |
317 | 2023-10-17T20:50:37.314Z | + CIDL_DASHREV=-1 |
318 | 2023-10-17T20:50:37.317Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
319 | 2023-10-17T20:50:37.319Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
320 | 2023-10-17T20:50:37.322Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
321 | 2023-10-17T20:50:37.329Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
322 | 2023-10-17T20:50:37.344Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
323 | 2023-10-17T20:50:37.350Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
324 | 2023-10-17T20:50:37.353Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
325 | 2023-10-17T20:50:37.356Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-17T20:50:37.359Z | + mkdir -p out/downloads |
327 | 2023-10-17T20:50:37.361Z | + mkdir -p ./out/clickhouse |
328 | 2023-10-17T20:50:37.364Z | + local DO_DOWNLOAD=true |
329 | 2023-10-17T20:50:37.367Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
330 | 2023-10-17T20:50:37.370Z | + '[' true == true ']' |
331 | 2023-10-17T20:50:37.374Z | + echo Downloading... |
332 | 2023-10-17T20:50:37.378Z | Downloading... |
333 | 2023-10-17T20:50:37.381Z | + 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 |
334 | 2023-10-17T20:50:37.383Z | + 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 |
335 | 2023-10-17T20:50:39.337Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-10-17T20:50:39.348Z | ++ md5sum |
337 | 2023-10-17T20:50:39.358Z | ++ awk '{print $1}' |
338 | 2023-10-17T20:50:39.579Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2023-10-17T20:50:39.588Z | + [[ 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 ]] |
340 | 2023-10-17T20:50:39.594Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
341 | 2023-10-17T20:50:39.601Z | + mkdir -p ./out/clickhouse |
342 | 2023-10-17T20:50:39.610Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
343 | 2023-10-17T20:50:44.386Z | + ./out/clickhouse/clickhouse server --version |
344 | 2023-10-17T20:50:44.437Z | ClickHouse server version 22.8.9.1. |
345 | 2023-10-17T20:50:44.459Z | + set -o errexit |
346 | 2023-10-17T20:50:44.463Z | +++ dirname ./tools/ci_download_console |
347 | 2023-10-17T20:50:44.466Z | ++ cd ./tools |
348 | 2023-10-17T20:50:44.471Z | ++ pwd |
349 | 2023-10-17T20:50:44.474Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
350 | 2023-10-17T20:50:44.477Z | ++ basename ./tools/ci_download_console |
351 | 2023-10-17T20:50:44.479Z | + ARG0=ci_download_console |
352 | 2023-10-17T20:50:44.482Z | + TARGET_DIR=out |
353 | 2023-10-17T20:50:44.485Z | + DOWNLOAD_DIR=out/downloads |
354 | 2023-10-17T20:50:44.488Z | + DEST_DIR=./out/console-assets |
355 | 2023-10-17T20:50:44.491Z | + source /work/oxidecomputer/omicron/tools/console_version |
356 | 2023-10-17T20:50:44.498Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
357 | 2023-10-17T20:50:44.504Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
358 | 2023-10-17T20:50:44.507Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
359 | 2023-10-17T20:50:44.510Z | + TARBALL_FILE=out/downloads/console.tar.gz |
360 | 2023-10-17T20:50:44.513Z | + main |
361 | 2023-10-17T20:50:44.516Z | + [[ 0 != 0 ]] |
362 | 2023-10-17T20:50:44.519Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
363 | 2023-10-17T20:50:44.522Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
364 | 2023-10-17T20:50:44.525Z | + echo 'Local file: out/downloads/console.tar.gz' |
365 | 2023-10-17T20:50:44.530Z | Local file: out/downloads/console.tar.gz |
366 | 2023-10-17T20:50:44.533Z | + local DO_DOWNLOAD=true |
367 | 2023-10-17T20:50:44.536Z | + [[ -f out/downloads/console.tar.gz ]] |
368 | 2023-10-17T20:50:44.539Z | + mkdir -p out/downloads |
369 | 2023-10-17T20:50:44.542Z | + '[' true == true ']' |
370 | 2023-10-17T20:50:44.545Z | + echo Downloading... |
371 | 2023-10-17T20:50:44.548Z | Downloading... |
372 | 2023-10-17T20:50:44.551Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
373 | 2023-10-17T20:50:44.553Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
374 | 2023-10-17T20:50:45.119Z | ++ do_sha256sum out/downloads/console.tar.gz |
375 | 2023-10-17T20:50:45.123Z | ++ case "$OSTYPE" in |
376 | 2023-10-17T20:50:45.127Z | ++ SHA=sha256sum |
377 | 2023-10-17T20:50:45.130Z | ++ sha256sum |
378 | 2023-10-17T20:50:45.133Z | ++ awk '{print $1}' |
379 | 2023-10-17T20:50:45.146Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
380 | 2023-10-17T20:50:45.154Z | + [[ 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 ]] |
381 | 2023-10-17T20:50:45.157Z | + rm -rf ./out/console-assets |
382 | 2023-10-17T20:50:45.160Z | + mkdir -p ./out/console-assets |
383 | 2023-10-17T20:50:45.164Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
384 | 2023-10-17T20:50:45.167Z | + mkdir -p ./out/console-assets |
385 | 2023-10-17T20:50:45.170Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
386 | 2023-10-17T20:50:45.293Z | + set -o errexit |
387 | 2023-10-17T20:50:45.295Z | +++ dirname ./tools/ci_download_maghemite_openapi |
388 | 2023-10-17T20:50:45.298Z | ++ cd ./tools |
389 | 2023-10-17T20:50:45.301Z | ++ pwd |
390 | 2023-10-17T20:50:45.304Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
391 | 2023-10-17T20:50:45.308Z | ++ basename ./tools/ci_download_maghemite_openapi |
392 | 2023-10-17T20:50:45.312Z | + ARG0=ci_download_maghemite_openapi |
393 | 2023-10-17T20:50:45.315Z | + TARGET_DIR=out |
394 | 2023-10-17T20:50:45.318Z | + DOWNLOAD_DIR=out/downloads |
395 | 2023-10-17T20:50:45.321Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
396 | 2023-10-17T20:50:45.327Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
397 | 2023-10-17T20:50:45.333Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
398 | 2023-10-17T20:50:45.337Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
399 | 2023-10-17T20:50:45.342Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
400 | 2023-10-17T20:50:45.347Z | + main |
401 | 2023-10-17T20:50:45.350Z | + [[ 0 != 0 ]] |
402 | 2023-10-17T20:50:45.354Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
403 | 2023-10-17T20:50:45.358Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
404 | 2023-10-17T20:50:45.362Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
405 | 2023-10-17T20:50:45.365Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
406 | 2023-10-17T20:50:45.371Z | + local DO_DOWNLOAD=true |
407 | 2023-10-17T20:50:45.376Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
408 | 2023-10-17T20:50:45.381Z | + mkdir -p out/downloads |
409 | 2023-10-17T20:50:45.385Z | + '[' true == true ']' |
410 | 2023-10-17T20:50:45.389Z | + echo Downloading... |
411 | 2023-10-17T20:50:45.394Z | Downloading... |
412 | 2023-10-17T20:50:45.397Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
413 | 2023-10-17T20:50:45.402Z | + 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 |
414 | 2023-10-17T20:50:45.578Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
415 | 2023-10-17T20:50:45.581Z | ++ case "$OSTYPE" in |
416 | 2023-10-17T20:50:45.588Z | ++ SHA=sha256sum |
417 | 2023-10-17T20:50:45.591Z | ++ sha256sum |
418 | 2023-10-17T20:50:45.594Z | ++ awk '{print $1}' |
419 | 2023-10-17T20:50:45.596Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
420 | 2023-10-17T20:50:45.599Z | + [[ 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 ]] |
421 | 2023-10-17T20:50:45.602Z | + set -o errexit |
422 | 2023-10-17T20:50:45.605Z | +++ dirname ./tools/ci_download_dendrite_openapi |
423 | 2023-10-17T20:50:45.607Z | ++ cd ./tools |
424 | 2023-10-17T20:50:45.610Z | ++ pwd |
425 | 2023-10-17T20:50:45.613Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
426 | 2023-10-17T20:50:45.615Z | ++ basename ./tools/ci_download_dendrite_openapi |
427 | 2023-10-17T20:50:45.618Z | + ARG0=ci_download_dendrite_openapi |
428 | 2023-10-17T20:50:45.620Z | + TARGET_DIR=out |
429 | 2023-10-17T20:50:45.625Z | + DOWNLOAD_DIR=out/downloads |
430 | 2023-10-17T20:50:45.628Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
431 | 2023-10-17T20:50:45.630Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
432 | 2023-10-17T20:50:45.633Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
433 | 2023-10-17T20:50:45.636Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
434 | 2023-10-17T20:50:45.638Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
435 | 2023-10-17T20:50:45.641Z | + main |
436 | 2023-10-17T20:50:45.643Z | + [[ 0 != 0 ]] |
437 | 2023-10-17T20:50:45.646Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
438 | 2023-10-17T20:50:45.649Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
439 | 2023-10-17T20:50:45.652Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
440 | 2023-10-17T20:50:45.656Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
441 | 2023-10-17T20:50:45.659Z | + local DO_DOWNLOAD=true |
442 | 2023-10-17T20:50:45.662Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
443 | 2023-10-17T20:50:45.664Z | + mkdir -p out/downloads |
444 | 2023-10-17T20:50:45.667Z | + '[' true == true ']' |
445 | 2023-10-17T20:50:45.670Z | + echo Downloading... |
446 | 2023-10-17T20:50:45.673Z | Downloading... |
447 | 2023-10-17T20:50:45.676Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
448 | 2023-10-17T20:50:45.679Z | + 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 |
449 | 2023-10-17T20:50:45.764Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
450 | 2023-10-17T20:50:45.767Z | ++ case "$OSTYPE" in |
451 | 2023-10-17T20:50:45.770Z | ++ SHA=sha256sum |
452 | 2023-10-17T20:50:45.773Z | ++ sha256sum |
453 | 2023-10-17T20:50:45.776Z | ++ awk '{print $1}' |
454 | 2023-10-17T20:50:45.778Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
455 | 2023-10-17T20:50:45.781Z | + [[ 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 ]] |
456 | 2023-10-17T20:50:45.783Z | + set -o errexit |
457 | 2023-10-17T20:50:45.786Z | +++ dirname ./tools/ci_download_dendrite_stub |
458 | 2023-10-17T20:50:45.789Z | ++ cd ./tools |
459 | 2023-10-17T20:50:45.793Z | ++ pwd |
460 | 2023-10-17T20:50:45.796Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
461 | 2023-10-17T20:50:45.799Z | ++ basename ./tools/ci_download_dendrite_stub |
462 | 2023-10-17T20:50:45.801Z | + ARG0=ci_download_dendrite_stub |
463 | 2023-10-17T20:50:45.804Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
464 | 2023-10-17T20:50:45.807Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
465 | 2023-10-17T20:50:45.810Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
466 | 2023-10-17T20:50:45.813Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
467 | 2023-10-17T20:50:45.816Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
468 | 2023-10-17T20:50:45.819Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
469 | 2023-10-17T20:50:45.822Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
470 | 2023-10-17T20:50:45.825Z | + TARGET_DIR=out |
471 | 2023-10-17T20:50:45.827Z | + DOWNLOAD_DIR=out/downloads |
472 | 2023-10-17T20:50:45.830Z | + DEST_DIR=./out/dendrite-stub |
473 | 2023-10-17T20:50:45.833Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
474 | 2023-10-17T20:50:45.836Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
475 | 2023-10-17T20:50:45.838Z | + REPO=oxidecomputer/dendrite |
476 | 2023-10-17T20:50:45.841Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
477 | 2023-10-17T20:50:45.843Z | + main |
478 | 2023-10-17T20:50:45.846Z | + [[ 0 != 0 ]] |
479 | 2023-10-17T20:50:45.849Z | + CIDL_OS=solaris2.11 |
480 | 2023-10-17T20:50:45.851Z | + [[ 0 != 0 ]] |
481 | 2023-10-17T20:50:45.854Z | + configure_os solaris2.11 |
482 | 2023-10-17T20:50:45.857Z | + echo 'current directory: /work/oxidecomputer/omicron' |
483 | 2023-10-17T20:50:45.860Z | current directory: /work/oxidecomputer/omicron |
484 | 2023-10-17T20:50:45.864Z | + echo 'configuring based on OS: "solaris2.11"' |
485 | 2023-10-17T20:50:45.875Z | configuring based on OS: "solaris2.11" |
486 | 2023-10-17T20:50:45.887Z | + case "$1" in |
487 | 2023-10-17T20:50:45.910Z | + SET_BINARIES= |
488 | 2023-10-17T20:50:45.920Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
489 | 2023-10-17T20:50:45.924Z | + CIDL_SHA256FUNC=do_sha256sum |
490 | 2023-10-17T20:50:45.929Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
491 | 2023-10-17T20:50:45.932Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
492 | 2023-10-17T20:50:45.938Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
493 | 2023-10-17T20:50:45.942Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
494 | 2023-10-17T20:50:45.947Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
495 | 2023-10-17T20:50:45.953Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
496 | 2023-10-17T20:50:45.957Z | Local file: out/downloads/dendrite-stub.tar.gz |
497 | 2023-10-17T20:50:45.961Z | + mkdir -p out/downloads |
498 | 2023-10-17T20:50:45.965Z | + mkdir -p ./out/dendrite-stub |
499 | 2023-10-17T20:50:45.970Z | + fetch_and_verify |
500 | 2023-10-17T20:50:45.975Z | + local DO_DOWNLOAD=true |
501 | 2023-10-17T20:50:45.981Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
502 | 2023-10-17T20:50:45.987Z | + '[' true == true ']' |
503 | 2023-10-17T20:50:45.992Z | + echo Downloading... |
504 | 2023-10-17T20:50:46.001Z | Downloading... |
505 | 2023-10-17T20:50:46.009Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
506 | 2023-10-17T20:50:46.021Z | + 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 |
507 | 2023-10-17T20:50:57.797Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
508 | 2023-10-17T20:50:57.800Z | ++ sha256sum |
509 | 2023-10-17T20:50:57.803Z | ++ awk '{print $1}' |
510 | 2023-10-17T20:50:57.894Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
511 | 2023-10-17T20:50:57.897Z | + [[ 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 ]] |
512 | 2023-10-17T20:50:57.899Z | + do_untar out/downloads/dendrite-stub.tar.gz |
513 | 2023-10-17T20:50:57.902Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
514 | 2023-10-17T20:50:58.815Z | + do_assemble |
515 | 2023-10-17T20:50:58.820Z | + rm -r ./out/dendrite-stub |
516 | 2023-10-17T20:50:59.264Z | + mkdir ./out/dendrite-stub |
517 | 2023-10-17T20:50:59.273Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
518 | 2023-10-17T20:50:59.286Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
519 | 2023-10-17T20:50:59.295Z | + set -o errexit |
520 | 2023-10-17T20:50:59.302Z | +++ dirname ./tools/ci_download_transceiver_control |
521 | 2023-10-17T20:50:59.308Z | ++ cd ./tools |
522 | 2023-10-17T20:50:59.312Z | ++ pwd |
523 | 2023-10-17T20:50:59.319Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
524 | 2023-10-17T20:50:59.323Z | ++ basename ./tools/ci_download_transceiver_control |
525 | 2023-10-17T20:50:59.326Z | + ARG0=ci_download_transceiver_control |
526 | 2023-10-17T20:50:59.330Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
527 | 2023-10-17T20:50:59.339Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
528 | 2023-10-17T20:50:59.345Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
529 | 2023-10-17T20:50:59.354Z | + TARGET_DIR=out |
530 | 2023-10-17T20:50:59.356Z | + DOWNLOAD_DIR=out/downloads |
531 | 2023-10-17T20:50:59.359Z | + DEST_DIR=./out/transceiver-control |
532 | 2023-10-17T20:50:59.365Z | + BIN_DIR=/opt/oxide/bin |
533 | 2023-10-17T20:50:59.368Z | + BINARY=xcvradm |
534 | 2023-10-17T20:50:59.371Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
535 | 2023-10-17T20:50:59.375Z | + REPO=oxidecomputer/transceiver-control |
536 | 2023-10-17T20:50:59.379Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
537 | 2023-10-17T20:50:59.382Z | + main |
538 | 2023-10-17T20:50:59.385Z | + [[ 0 != 0 ]] |
539 | 2023-10-17T20:50:59.388Z | + CIDL_OS=solaris2.11 |
540 | 2023-10-17T20:50:59.392Z | + [[ 0 != 0 ]] |
541 | 2023-10-17T20:50:59.397Z | + configure_os solaris2.11 |
542 | 2023-10-17T20:50:59.402Z | + echo 'current directory: /work/oxidecomputer/omicron' |
543 | 2023-10-17T20:50:59.406Z | current directory: /work/oxidecomputer/omicron |
544 | 2023-10-17T20:50:59.409Z | + echo 'configuring based on OS: "solaris2.11"' |
545 | 2023-10-17T20:50:59.412Z | configuring based on OS: "solaris2.11" |
546 | 2023-10-17T20:50:59.415Z | + case "$1" in |
547 | 2023-10-17T20:50:59.417Z | + SET_BINARIES= |
548 | 2023-10-17T20:50:59.420Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
549 | 2023-10-17T20:50:59.423Z | + CIDL_SHA256FUNC=do_sha256sum |
550 | 2023-10-17T20:50:59.426Z | + ARCHIVE_FILENAME=xcvradm.gz |
551 | 2023-10-17T20:50:59.428Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
552 | 2023-10-17T20:50:59.431Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
553 | 2023-10-17T20:50:59.434Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
554 | 2023-10-17T20:50:59.437Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
555 | 2023-10-17T20:50:59.439Z | + echo 'Local file: out/downloads/xcvradm.gz' |
556 | 2023-10-17T20:50:59.443Z | Local file: out/downloads/xcvradm.gz |
557 | 2023-10-17T20:50:59.445Z | + mkdir -p out/downloads |
558 | 2023-10-17T20:50:59.448Z | + mkdir -p ./out/transceiver-control |
559 | 2023-10-17T20:50:59.451Z | + fetch_and_verify |
560 | 2023-10-17T20:50:59.454Z | + local DO_DOWNLOAD=true |
561 | 2023-10-17T20:50:59.457Z | + [[ -f out/downloads/xcvradm.gz ]] |
562 | 2023-10-17T20:50:59.460Z | + '[' true == true ']' |
563 | 2023-10-17T20:50:59.463Z | + echo Downloading... |
564 | 2023-10-17T20:50:59.466Z | Downloading... |
565 | 2023-10-17T20:50:59.468Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
566 | 2023-10-17T20:50:59.471Z | + 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 |
567 | 2023-10-17T20:51:02.137Z | ++ do_sha256sum out/downloads/xcvradm.gz |
568 | 2023-10-17T20:51:02.141Z | ++ sha256sum |
569 | 2023-10-17T20:51:02.144Z | ++ awk '{print $1}' |
570 | 2023-10-17T20:51:02.163Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
571 | 2023-10-17T20:51:02.167Z | + [[ 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 ]] |
572 | 2023-10-17T20:51:02.172Z | + do_unpack out/downloads/xcvradm.gz |
573 | 2023-10-17T20:51:02.175Z | + mkdir -p out/downloads/root//opt/oxide/bin |
574 | 2023-10-17T20:51:02.178Z | + gzip -dc out/downloads/xcvradm.gz |
575 | 2023-10-17T20:51:02.346Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
576 | 2023-10-17T20:51:02.357Z | + do_assemble |
577 | 2023-10-17T20:51:02.366Z | + rm -r ./out/transceiver-control |
578 | 2023-10-17T20:51:02.372Z | + mkdir ./out/transceiver-control |
579 | 2023-10-17T20:51:02.849Z | + cp -r out/downloads/root ./out/transceiver-control/root |
580 | 2023-10-17T20:51:02.860Z | All prerequisites installed successfully |
581 | 2023-10-17T20:51:02.863Z | |
582 | 2023-10-17T20:51:02.874Z | real 1:56.175673365 |
583 | 2023-10-17T20:51:02.890Z | user 50.402341386 |
584 | 2023-10-17T20:51:02.896Z | sys 9.237235591 |
585 | 2023-10-17T20:51:02.935Z | trap 0.020616484 |
586 | 2023-10-17T20:51:02.965Z | tflt 0.259943975 |
587 | 2023-10-17T20:51:02.987Z | dflt 1.121380947 |
588 | 2023-10-17T20:51:03.008Z | kflt 0.347027228 |
589 | 2023-10-17T20:51:03.434Z | lock 2.051790410 |
590 | 2023-10-17T20:51:03.907Z | slp 3:33.015387017 |
591 | 2023-10-17T20:51:03.912Z | lat 3.063240924 |
592 | 2023-10-17T20:51:03.926Z | stop 0.072096770 |
593 | 2023-10-17T20:51:03.929Z | + banner end-to-end-tests |
594 | 2023-10-17T20:51:03.932Z | |
595 | 2023-10-17T20:51:03.935Z | ###### # # ##### ##### #### ###### # # ##### |
596 | 2023-10-17T20:51:03.938Z | # ## # # # # # # # ## # # # |
597 | 2023-10-17T20:51:03.941Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
598 | 2023-10-17T20:51:03.944Z | # # # # # # # # # # # # # # # |
599 | 2023-10-17T20:51:03.948Z | # # ## # # # # # # # ## # # |
600 | 2023-10-17T20:51:03.951Z | ###### # # ##### # #### ###### # # ##### |
601 | 2023-10-17T20:51:03.955Z | |
602 | 2023-10-17T20:51:03.958Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
603 | 2023-10-17T20:51:03.961Z | + CARGO_PROFILE_DEV_DEBUG=1 |
604 | 2023-10-17T20:51:03.964Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
605 | 2023-10-17T20:51:03.967Z | + CARGO_PROFILE_TEST_DEBUG=1 |
606 | 2023-10-17T20:51:03.971Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
607 | 2023-10-17T20:51:03.974Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
608 | 2023-10-17T20:51:03.977Z | Updating crates.io index |
609 | 2023-10-17T20:51:03.981Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
610 | 2023-10-17T20:51:04.293Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
611 | 2023-10-17T20:51:05.805Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
612 | 2023-10-17T20:51:06.133Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
613 | 2023-10-17T20:51:06.463Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
614 | 2023-10-17T20:51:06.805Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
615 | 2023-10-17T20:51:07.201Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
616 | 2023-10-17T20:51:09.101Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
617 | 2023-10-17T20:51:11.618Z | Updating git repository `https://github.com/oxidecomputer/opte` |
618 | 2023-10-17T20:51:14.240Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
619 | 2023-10-17T20:51:14.608Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
620 | 2023-10-17T20:51:14.940Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
621 | 2023-10-17T20:51:15.406Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
622 | 2023-10-17T20:51:15.938Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
623 | 2023-10-17T20:51:16.486Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
624 | 2023-10-17T20:51:16.926Z | Updating git repository `https://github.com/njaremko/samael` |
625 | 2023-10-17T20:51:17.998Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
626 | 2023-10-17T20:51:18.002Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
627 | 2023-10-17T20:51:18.509Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
628 | 2023-10-17T20:51:20.031Z | Updating git repository `https://github.com/jgallagher/nix` |
629 | 2023-10-17T20:51:22.686Z | Updating git repository `https://github.com/cbiffle/hubpack` |
630 | 2023-10-17T20:51:23.061Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
631 | 2023-10-17T20:51:28.751Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
632 | 2023-10-17T20:51:29.384Z | Updating git repository `https://github.com/oxidecomputer/typify` |
633 | 2023-10-17T20:51:34.428Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
634 | 2023-10-17T20:51:34.688Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
635 | 2023-10-17T20:51:34.846Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
636 | 2023-10-17T20:51:36.442Z | Downloading crates ... |
637 | 2023-10-17T20:51:36.684Z | Downloaded addr2line v0.21.0 |
638 | 2023-10-17T20:51:36.721Z | Downloaded ascii v1.1.0 |
639 | 2023-10-17T20:51:36.735Z | Downloaded async-stream-impl v0.3.5 |
640 | 2023-10-17T20:51:36.783Z | Downloaded async-trait v0.1.73 |
641 | 2023-10-17T20:51:36.815Z | Downloaded argon2 v0.5.2 |
642 | 2023-10-17T20:51:36.901Z | Downloaded block-buffer v0.10.4 |
643 | 2023-10-17T20:51:36.942Z | Downloaded aead v0.5.2 |
644 | 2023-10-17T20:51:36.955Z | Downloaded backtrace v0.3.69 |
645 | 2023-10-17T20:51:36.983Z | Downloaded normalize-line-endings v0.3.0 |
646 | 2023-10-17T20:51:37.006Z | Downloaded parse-display v0.7.0 |
647 | 2023-10-17T20:51:37.044Z | Downloaded parking_lot_core v0.9.8 |
648 | 2023-10-17T20:51:37.065Z | Downloaded pbkdf2 v0.12.2 |
649 | 2023-10-17T20:51:37.084Z | Downloaded openssl-probe v0.1.5 |
650 | 2023-10-17T20:51:37.125Z | Downloaded postcard-cobs v0.1.5-pre |
651 | 2023-10-17T20:51:37.202Z | Downloaded anstyle-query v1.0.0 |
652 | 2023-10-17T20:51:37.271Z | Downloaded parking_lot_core v0.8.6 |
653 | 2023-10-17T20:51:37.307Z | Downloaded pest_meta v2.7.2 |
654 | 2023-10-17T20:51:37.358Z | Downloaded crc32fast v1.3.2 |
655 | 2023-10-17T20:51:37.422Z | Downloaded openssl v0.10.57 |
656 | 2023-10-17T20:51:37.481Z | Downloaded crossbeam-epoch v0.9.15 |
657 | 2023-10-17T20:51:37.499Z | Downloaded pretty-hex v0.3.0 |
658 | 2023-10-17T20:51:37.506Z | Downloaded pretty-hex v0.2.1 |
659 | 2023-10-17T20:51:37.589Z | Downloaded proc-macro2 v1.0.67 |
660 | 2023-10-17T20:51:37.611Z | Downloaded quote v1.0.33 |
661 | 2023-10-17T20:51:37.656Z | Downloaded r2d2 v0.8.10 |
662 | 2023-10-17T20:51:37.710Z | Downloaded lock_api v0.4.10 |
663 | 2023-10-17T20:51:37.738Z | Downloaded bzip2 v0.4.4 |
664 | 2023-10-17T20:51:37.783Z | Downloaded mime_guess v2.0.4 |
665 | 2023-10-17T20:51:37.809Z | Downloaded num_enum_derive v0.7.0 |
666 | 2023-10-17T20:51:37.817Z | Downloaded anstyle v1.0.2 |
667 | 2023-10-17T20:51:37.850Z | Downloaded strsim v0.8.0 |
668 | 2023-10-17T20:51:37.855Z | Downloaded static_assertions v1.1.0 |
669 | 2023-10-17T20:51:37.874Z | Downloaded utf-8 v0.7.6 |
670 | 2023-10-17T20:51:37.879Z | Downloaded schemars v0.8.13 |
671 | 2023-10-17T20:51:37.884Z | Downloaded cipher v0.4.4 |
672 | 2023-10-17T20:51:37.894Z | Downloaded humantime v2.1.0 |
673 | 2023-10-17T20:51:37.905Z | Downloaded futures v0.3.28 |
674 | 2023-10-17T20:51:37.921Z | Downloaded unsafe-libyaml v0.2.9 |
675 | 2023-10-17T20:51:37.945Z | Downloaded toolchain_find v0.2.0 |
676 | 2023-10-17T20:51:37.950Z | Downloaded getopts v0.2.21 |
677 | 2023-10-17T20:51:37.969Z | Downloaded serde_repr v0.1.16 |
678 | 2023-10-17T20:51:37.977Z | Downloaded parking_lot v0.12.1 |
679 | 2023-10-17T20:51:37.981Z | Downloaded scheduled-thread-pool v0.2.7 |
680 | 2023-10-17T20:51:37.986Z | Downloaded indexmap v1.9.3 |
681 | 2023-10-17T20:51:38.004Z | Downloaded twox-hash v1.6.3 |
682 | 2023-10-17T20:51:38.008Z | Downloaded console v0.15.7 |
683 | 2023-10-17T20:51:38.013Z | Downloaded home v0.5.5 |
684 | 2023-10-17T20:51:38.017Z | Downloaded serde_arrays v0.1.0 |
685 | 2023-10-17T20:51:38.020Z | Downloaded heck v0.3.3 |
686 | 2023-10-17T20:51:38.026Z | Downloaded ident_case v1.0.1 |
687 | 2023-10-17T20:51:38.030Z | Downloaded keccak v0.1.4 |
688 | 2023-10-17T20:51:38.035Z | Downloaded thread-id v4.2.0 |
689 | 2023-10-17T20:51:38.039Z | Downloaded stringprep v0.1.3 |
690 | 2023-10-17T20:51:38.043Z | Downloaded foreign-types v0.3.2 |
691 | 2023-10-17T20:51:38.047Z | Downloaded time-core v0.1.1 |
692 | 2023-10-17T20:51:38.052Z | Downloaded radium v0.7.0 |
693 | 2023-10-17T20:51:38.056Z | Downloaded serde_with_macros v2.3.3 |
694 | 2023-10-17T20:51:38.061Z | Downloaded heck v0.4.1 |
695 | 2023-10-17T20:51:38.068Z | Downloaded toml_datetime v0.6.3 |
696 | 2023-10-17T20:51:38.072Z | Downloaded io-lifetimes v1.0.11 |
697 | 2023-10-17T20:51:38.082Z | Downloaded instant v0.1.12 |
698 | 2023-10-17T20:51:38.087Z | Downloaded serde_tokenstream v0.2.0 |
699 | 2023-10-17T20:51:38.091Z | Downloaded group v0.13.0 |
700 | 2023-10-17T20:51:38.095Z | Downloaded endian-type v0.1.2 |
701 | 2023-10-17T20:51:38.100Z | Downloaded hubpack_derive v0.1.1 |
702 | 2023-10-17T20:51:38.107Z | Downloaded foreign-types-macros v0.2.3 |
703 | 2023-10-17T20:51:38.111Z | Downloaded russh-cryptovec v0.7.0 |
704 | 2023-10-17T20:51:38.115Z | Downloaded strsim v0.10.0 |
705 | 2023-10-17T20:51:38.119Z | Downloaded tinyvec_macros v0.1.1 |
706 | 2023-10-17T20:51:38.123Z | Downloaded sha1 v0.10.5 |
707 | 2023-10-17T20:51:38.127Z | Downloaded fxhash v0.2.1 |
708 | 2023-10-17T20:51:38.133Z | Downloaded hkdf v0.12.3 |
709 | 2023-10-17T20:51:38.138Z | Downloaded futures-macro v0.3.28 |
710 | 2023-10-17T20:51:38.143Z | Downloaded dirs-next v2.0.0 |
711 | 2023-10-17T20:51:38.149Z | Downloaded serde_urlencoded v0.7.1 |
712 | 2023-10-17T20:51:38.160Z | Downloaded const_format v0.2.31 |
713 | 2023-10-17T20:51:38.167Z | Downloaded spin v0.5.2 |
714 | 2023-10-17T20:51:38.174Z | Downloaded foreign-types-shared v0.1.1 |
715 | 2023-10-17T20:51:38.177Z | Downloaded unicode-xid v0.2.4 |
716 | 2023-10-17T20:51:38.181Z | Downloaded take_mut v0.2.2 |
717 | 2023-10-17T20:51:38.205Z | Downloaded tap v1.0.1 |
718 | 2023-10-17T20:51:38.228Z | Downloaded hostname v0.3.1 |
719 | 2023-10-17T20:51:38.231Z | Downloaded iana-time-zone v0.1.57 |
720 | 2023-10-17T20:51:38.235Z | Downloaded fallible-iterator v0.2.0 |
721 | 2023-10-17T20:51:38.240Z | Downloaded hmac v0.12.1 |
722 | 2023-10-17T20:51:38.244Z | Downloaded toml v0.7.8 |
723 | 2023-10-17T20:51:38.248Z | Downloaded jobserver v0.1.26 |
724 | 2023-10-17T20:51:38.261Z | Downloaded futures-task v0.3.28 |
725 | 2023-10-17T20:51:38.265Z | Downloaded subtle v2.5.0 |
726 | 2023-10-17T20:51:38.279Z | Downloaded ringbuffer v0.15.0 |
727 | 2023-10-17T20:51:38.289Z | Downloaded generic-array v0.14.7 |
728 | 2023-10-17T20:51:38.304Z | Downloaded sha2 v0.10.7 |
729 | 2023-10-17T20:51:38.311Z | Downloaded strum v0.25.0 |
730 | 2023-10-17T20:51:38.322Z | Downloaded utf8parse v0.2.1 |
731 | 2023-10-17T20:51:38.333Z | Downloaded waitgroup v0.1.2 |
732 | 2023-10-17T20:51:38.344Z | Downloaded ghash v0.5.0 |
733 | 2023-10-17T20:51:38.367Z | Downloaded tokio-macros v2.1.0 |
734 | 2023-10-17T20:51:38.378Z | Downloaded smawk v0.3.1 |
735 | 2023-10-17T20:51:38.382Z | Downloaded tokio-tungstenite v0.20.1 |
736 | 2023-10-17T20:51:38.385Z | Downloaded slab v0.4.9 |
737 | 2023-10-17T20:51:38.390Z | Downloaded want v0.3.1 |
738 | 2023-10-17T20:51:38.394Z | Downloaded rand_chacha v0.2.2 |
739 | 2023-10-17T20:51:38.399Z | Downloaded dtrace-parser v0.1.14 |
740 | 2023-10-17T20:51:38.402Z | Downloaded siphasher v0.3.11 |
741 | 2023-10-17T20:51:38.407Z | Downloaded rustversion v1.0.14 |
742 | 2023-10-17T20:51:38.415Z | Downloaded typenum v1.16.0 |
743 | 2023-10-17T20:51:38.427Z | Downloaded tokio-stream v0.1.14 |
744 | 2023-10-17T20:51:38.431Z | Downloaded thiserror-impl v1.0.49 |
745 | 2023-10-17T20:51:38.435Z | Downloaded is-terminal v0.4.9 |
746 | 2023-10-17T20:51:38.448Z | Downloaded smallvec v1.11.0 |
747 | 2023-10-17T20:51:38.467Z | Downloaded difflib v0.4.0 |
748 | 2023-10-17T20:51:38.471Z | Downloaded zone_cfg_derive v0.2.0 |
749 | 2023-10-17T20:51:38.474Z | Downloaded tokio-rustls v0.24.1 |
750 | 2023-10-17T20:51:38.478Z | Downloaded zerocopy v0.6.3 |
751 | 2023-10-17T20:51:38.489Z | Downloaded dof v0.1.5 |
752 | 2023-10-17T20:51:38.493Z | Downloaded zeroize v1.6.0 |
753 | 2023-10-17T20:51:38.497Z | Downloaded slog v2.7.0 |
754 | 2023-10-17T20:51:38.505Z | Downloaded ucd-trie v0.1.6 |
755 | 2023-10-17T20:51:38.511Z | Downloaded slog-scope v4.4.0 |
756 | 2023-10-17T20:51:38.515Z | Downloaded strum_macros v0.25.2 |
757 | 2023-10-17T20:51:38.519Z | Downloaded env_logger v0.9.3 |
758 | 2023-10-17T20:51:38.528Z | Downloaded similar v2.2.1 |
759 | 2023-10-17T20:51:38.532Z | Downloaded slog-term v2.9.0 |
760 | 2023-10-17T20:51:38.535Z | Downloaded rand_core v0.6.4 |
761 | 2023-10-17T20:51:38.545Z | Downloaded socket2 v0.4.9 |
762 | 2023-10-17T20:51:38.550Z | Downloaded zeroize_derive v1.4.2 |
763 | 2023-10-17T20:51:38.556Z | Downloaded zone v0.2.0 |
764 | 2023-10-17T20:51:38.562Z | Downloaded hashbrown v0.14.0 |
765 | 2023-10-17T20:51:38.569Z | Downloaded serde_yaml v0.9.25 |
766 | 2023-10-17T20:51:38.574Z | Downloaded yasna v0.5.2 |
767 | 2023-10-17T20:51:38.580Z | Downloaded slog-json v2.6.1 |
768 | 2023-10-17T20:51:38.586Z | Downloaded dyn-clone v1.0.13 |
769 | 2023-10-17T20:51:38.592Z | Downloaded unicode-bidi v0.3.13 |
770 | 2023-10-17T20:51:38.640Z | Downloaded structopt-derive v0.4.18 |
771 | 2023-10-17T20:51:38.646Z | Downloaded serde_with v2.3.3 |
772 | 2023-10-17T20:51:38.650Z | Downloaded vsss-rs v3.3.1 |
773 | 2023-10-17T20:51:38.655Z | Downloaded vergen v8.2.4 |
774 | 2023-10-17T20:51:38.658Z | Downloaded tokio-postgres v0.7.10 |
775 | 2023-10-17T20:51:38.662Z | Downloaded xattr v1.0.1 |
776 | 2023-10-17T20:51:38.666Z | Downloaded serde_derive_internals v0.26.0 |
777 | 2023-10-17T20:51:38.669Z | Downloaded either v1.9.0 |
778 | 2023-10-17T20:51:38.673Z | Downloaded rustls-webpki v0.101.4 |
779 | 2023-10-17T20:51:38.677Z | Downloaded regex-automata v0.1.10 |
780 | 2023-10-17T20:51:38.680Z | Downloaded tracing v0.1.37 |
781 | 2023-10-17T20:51:38.684Z | Downloaded hashbrown v0.12.3 |
782 | 2023-10-17T20:51:38.688Z | Downloaded rusqlite v0.29.0 |
783 | 2023-10-17T20:51:38.691Z | Downloaded ed25519-dalek v2.0.0 |
784 | 2023-10-17T20:51:38.695Z | Downloaded rand v0.7.3 |
785 | 2023-10-17T20:51:38.698Z | Downloaded russh v0.38.0 |
786 | 2023-10-17T20:51:38.702Z | Downloaded git2 v0.17.2 |
787 | 2023-10-17T20:51:38.706Z | Downloaded trust-dns-client v0.22.0 |
788 | 2023-10-17T20:51:38.709Z | Downloaded radix_trie v0.2.1 |
789 | 2023-10-17T20:51:38.712Z | Downloaded reqwest v0.11.20 |
790 | 2023-10-17T20:51:38.716Z | Downloaded syn v2.0.32 |
791 | 2023-10-17T20:51:38.719Z | Downloaded rustix v0.38.9 |
792 | 2023-10-17T20:51:38.727Z | Downloaded gimli v0.28.0 |
793 | 2023-10-17T20:51:38.736Z | Downloaded regex v1.9.5 |
794 | 2023-10-17T20:51:38.740Z | Downloaded h2 v0.3.21 |
795 | 2023-10-17T20:51:38.743Z | Downloaded regex-syntax v0.7.5 |
796 | 2023-10-17T20:51:38.747Z | Downloaded futures-util v0.3.28 |
797 | 2023-10-17T20:51:38.753Z | Downloaded sled v0.34.7 |
798 | 2023-10-17T20:51:38.757Z | Downloaded object v0.32.1 |
799 | 2023-10-17T20:51:38.761Z | Downloaded vcpkg v0.2.15 |
800 | 2023-10-17T20:51:38.765Z | Downloaded smoltcp v0.8.2 |
801 | 2023-10-17T20:51:38.768Z | Downloaded webpki-roots v0.25.2 |
802 | 2023-10-17T20:51:38.772Z | Downloaded bstr v0.2.17 |
803 | 2023-10-17T20:51:38.775Z | Downloaded idna v0.4.0 |
804 | 2023-10-17T20:51:38.779Z | Downloaded sha3 v0.10.8 |
805 | 2023-10-17T20:51:38.782Z | Downloaded smoltcp v0.9.1 |
806 | 2023-10-17T20:51:38.786Z | Downloaded encoding_rs v0.8.33 |
807 | 2023-10-17T20:51:38.792Z | Downloaded bstr v1.6.0 |
808 | 2023-10-17T20:51:38.806Z | Downloaded idna v0.2.3 |
809 | 2023-10-17T20:51:38.825Z | Downloaded trust-dns-proto v0.22.0 |
810 | 2023-10-17T20:51:38.833Z | Downloaded rustix v0.37.23 |
811 | 2023-10-17T20:51:38.837Z | Downloaded openapiv3 v1.0.3 |
812 | 2023-10-17T20:51:38.840Z | Downloaded regex-automata v0.3.8 |
813 | 2023-10-17T20:51:38.844Z | Downloaded nix v0.26.2 |
814 | 2023-10-17T20:51:38.847Z | Downloaded zerocopy-derive v0.6.3 |
815 | 2023-10-17T20:51:38.851Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
816 | 2023-10-17T20:51:38.854Z | Downloaded zerocopy-derive v0.2.0 |
817 | 2023-10-17T20:51:38.857Z | Downloaded libc v0.2.149 |
818 | 2023-10-17T20:51:38.860Z | Downloaded clap v2.34.0 |
819 | 2023-10-17T20:51:38.864Z | Downloaded tokio v1.32.0 |
820 | 2023-10-17T20:51:38.867Z | Downloaded bitvec v1.0.1 |
821 | 2023-10-17T20:51:38.870Z | Downloaded chrono v0.4.31 |
822 | 2023-10-17T20:51:38.874Z | Downloaded ring v0.16.20 |
823 | 2023-10-17T20:51:38.881Z | Downloaded syn v1.0.109 |
824 | 2023-10-17T20:51:38.884Z | Downloaded regress v0.7.1 |
825 | 2023-10-17T20:51:38.888Z | Downloaded regex-syntax v0.6.29 |
826 | 2023-10-17T20:51:38.892Z | Downloaded hyper v0.14.27 |
827 | 2023-10-17T20:51:38.895Z | Downloaded rustls v0.21.7 |
828 | 2023-10-17T20:51:38.898Z | Downloaded petgraph v0.6.4 |
829 | 2023-10-17T20:51:38.901Z | Downloaded winapi v0.3.9 |
830 | 2023-10-17T20:51:38.906Z | Downloaded clap_builder v4.4.2 |
831 | 2023-10-17T20:51:38.910Z | Downloaded itertools v0.10.5 |
832 | 2023-10-17T20:51:38.915Z | Downloaded hashbrown v0.13.2 |
833 | 2023-10-17T20:51:38.918Z | Downloaded resolv-conf v0.7.0 |
834 | 2023-10-17T20:51:38.924Z | Downloaded http v0.2.9 |
835 | 2023-10-17T20:51:38.929Z | Downloaded unicode-segmentation v1.10.1 |
836 | 2023-10-17T20:51:38.932Z | Downloaded aes-gcm v0.10.2 |
837 | 2023-10-17T20:51:38.935Z | Downloaded spin v0.9.8 |
838 | 2023-10-17T20:51:38.939Z | Downloaded toml_edit v0.20.0 |
839 | 2023-10-17T20:51:38.944Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
840 | 2023-10-17T20:51:38.948Z | Downloaded pest v2.7.2 |
841 | 2023-10-17T20:51:38.953Z | Downloaded diesel_derives v2.1.1 |
842 | 2023-10-17T20:51:38.956Z | Downloaded version_check v0.9.4 |
843 | 2023-10-17T20:51:38.959Z | Downloaded tar v0.4.40 |
844 | 2023-10-17T20:51:38.963Z | Downloaded ron v0.7.1 |
845 | 2023-10-17T20:51:38.966Z | Downloaded tokio-util v0.7.8 |
846 | 2023-10-17T20:51:38.969Z | Downloaded time v0.3.27 |
847 | 2023-10-17T20:51:38.973Z | Downloaded aho-corasick v1.0.4 |
848 | 2023-10-17T20:51:38.976Z | Downloaded aes v0.8.3 |
849 | 2023-10-17T20:51:38.985Z | Downloaded slog-envlogger v2.2.0 |
850 | 2023-10-17T20:51:38.989Z | Downloaded dirs-sys-next v0.1.2 |
851 | 2023-10-17T20:51:38.992Z | Downloaded toml v0.8.0 |
852 | 2023-10-17T20:51:38.996Z | Downloaded openssl-sys v0.9.93 |
853 | 2023-10-17T20:51:38.999Z | Downloaded serde v1.0.188 |
854 | 2023-10-17T20:51:39.003Z | Downloaded toml_edit v0.19.15 |
855 | 2023-10-17T20:51:39.007Z | Downloaded socket2 v0.5.3 |
856 | 2023-10-17T20:51:39.011Z | Downloaded rand v0.8.5 |
857 | 2023-10-17T20:51:39.015Z | Downloaded uuid v1.4.1 |
858 | 2023-10-17T20:51:39.021Z | Downloaded signature v2.1.0 |
859 | 2023-10-17T20:51:39.024Z | Downloaded flate2 v1.0.27 |
860 | 2023-10-17T20:51:39.031Z | Downloaded toml v0.5.11 |
861 | 2023-10-17T20:51:39.035Z | Downloaded subprocess v0.2.9 |
862 | 2023-10-17T20:51:39.040Z | Downloaded tempfile v3.8.0 |
863 | 2023-10-17T20:51:39.049Z | Downloaded indexmap v2.0.0 |
864 | 2023-10-17T20:51:39.064Z | Downloaded rcgen v0.10.0 |
865 | 2023-10-17T20:51:39.085Z | Downloaded russh-keys v0.38.0 |
866 | 2023-10-17T20:51:39.092Z | Downloaded trust-dns-resolver v0.22.0 |
867 | 2023-10-17T20:51:39.120Z | Downloaded tinyvec v1.6.0 |
868 | 2023-10-17T20:51:39.138Z | Downloaded url v2.4.1 |
869 | 2023-10-17T20:51:39.154Z | Downloaded zerocopy v0.3.0 |
870 | 2023-10-17T20:51:39.163Z | Downloaded rand_core v0.5.1 |
871 | 2023-10-17T20:51:39.167Z | Downloaded signal-hook-registry v1.4.1 |
872 | 2023-10-17T20:51:39.171Z | Downloaded ed25519 v2.2.2 |
873 | 2023-10-17T20:51:39.175Z | Downloaded structopt v0.3.26 |
874 | 2023-10-17T20:51:39.179Z | Downloaded winnow v0.5.15 |
875 | 2023-10-17T20:51:39.183Z | Downloaded heapless v0.7.16 |
876 | 2023-10-17T20:51:39.189Z | Downloaded serde_derive v1.0.188 |
877 | 2023-10-17T20:51:39.194Z | Downloaded fixedbitset v0.4.2 |
878 | 2023-10-17T20:51:39.198Z | Downloaded dirs-sys v0.4.1 |
879 | 2023-10-17T20:51:39.202Z | Downloaded digest v0.10.7 |
880 | 2023-10-17T20:51:39.205Z | Downloaded trust-dns-server v0.22.1 |
881 | 2023-10-17T20:51:39.209Z | Downloaded mio v0.8.8 |
882 | 2023-10-17T20:51:39.214Z | Downloaded libz-sys v1.1.12 |
883 | 2023-10-17T20:51:39.267Z | Downloaded tokio-native-tls v0.3.1 |
884 | 2023-10-17T20:51:39.271Z | Downloaded slog-stdlog v4.1.1 |
885 | 2023-10-17T20:51:39.275Z | Downloaded httparse v1.8.0 |
886 | 2023-10-17T20:51:39.278Z | Downloaded half v1.8.2 |
887 | 2023-10-17T20:51:39.284Z | Downloaded ipnet v2.8.0 |
888 | 2023-10-17T20:51:39.288Z | Downloaded unicode-normalization v0.1.22 |
889 | 2023-10-17T20:51:39.291Z | Downloaded cc v1.0.83 |
890 | 2023-10-17T20:51:39.295Z | Downloaded hyper-rustls v0.24.1 |
891 | 2023-10-17T20:51:39.299Z | Downloaded tungstenite v0.18.0 |
892 | 2023-10-17T20:51:39.305Z | Downloaded tracing-core v0.1.31 |
893 | 2023-10-17T20:51:39.309Z | Downloaded serde_json v1.0.107 |
894 | 2023-10-17T20:51:39.321Z | Downloaded miniz_oxide v0.7.1 |
895 | 2023-10-17T20:51:39.324Z | Downloaded textwrap v0.16.0 |
896 | 2023-10-17T20:51:39.328Z | Downloaded semver v1.0.18 |
897 | 2023-10-17T20:51:39.332Z | Downloaded ryu v1.0.15 |
898 | 2023-10-17T20:51:39.337Z | Downloaded rand_chacha v0.3.1 |
899 | 2023-10-17T20:51:39.344Z | Downloaded hyper-staticfile v0.9.5 |
900 | 2023-10-17T20:51:39.348Z | Downloaded http-body v0.4.5 |
901 | 2023-10-17T20:51:39.351Z | Downloaded form_urlencoded v1.2.0 |
902 | 2023-10-17T20:51:39.355Z | Downloaded structmeta-derive v0.1.6 |
903 | 2023-10-17T20:51:39.359Z | Downloaded ff v0.13.0 |
904 | 2023-10-17T20:51:39.363Z | Downloaded filetime v0.2.22 |
905 | 2023-10-17T20:51:39.369Z | Downloaded num-bigint v0.4.4 |
906 | 2023-10-17T20:51:39.372Z | Downloaded enum-as-inner v0.5.1 |
907 | 2023-10-17T20:51:39.376Z | Downloaded textwrap v0.11.0 |
908 | 2023-10-17T20:51:39.382Z | Downloaded thread_local v1.1.7 |
909 | 2023-10-17T20:51:39.388Z | Downloaded slog-dtrace v0.2.3 |
910 | 2023-10-17T20:51:39.391Z | Downloaded slog-bunyan v2.4.0 |
911 | 2023-10-17T20:51:39.397Z | Downloaded slog-async v2.8.0 |
912 | 2023-10-17T20:51:39.401Z | Downloaded rustfmt-wrapper v0.2.0 |
913 | 2023-10-17T20:51:39.409Z | Downloaded structmeta v0.1.6 |
914 | 2023-10-17T20:51:39.413Z | Downloaded httpdate v1.0.3 |
915 | 2023-10-17T20:51:39.418Z | Downloaded thiserror v1.0.49 |
916 | 2023-10-17T20:51:39.421Z | Downloaded proc-macro-error v1.0.4 |
917 | 2023-10-17T20:51:39.425Z | Downloaded postcard v0.7.3 |
918 | 2023-10-17T20:51:39.442Z | Downloaded whoami v1.4.1 |
919 | 2023-10-17T20:51:39.447Z | Downloaded hubpack v0.1.2 |
920 | 2023-10-17T20:51:39.452Z | Downloaded string_cache v0.8.7 |
921 | 2023-10-17T20:51:39.455Z | Downloaded glob v0.3.1 |
922 | 2023-10-17T20:51:39.458Z | Downloaded fallible-streaming-iterator v0.1.9 |
923 | 2023-10-17T20:51:39.461Z | Downloaded crypto-bigint v0.5.2 |
924 | 2023-10-17T20:51:39.466Z | Downloaded chacha20poly1305 v0.10.1 |
925 | 2023-10-17T20:51:39.469Z | Downloaded libsqlite3-sys v0.26.0 |
926 | 2023-10-17T20:51:39.601Z | Downloaded errno v0.3.2 |
927 | 2023-10-17T20:51:39.608Z | Downloaded getrandom v0.2.10 |
928 | 2023-10-17T20:51:39.617Z | Downloaded wyz v0.5.1 |
929 | 2023-10-17T20:51:39.621Z | Downloaded serde_tokenstream v0.1.7 |
930 | 2023-10-17T20:51:39.625Z | Downloaded headers v0.3.9 |
931 | 2023-10-17T20:51:39.630Z | Downloaded crossbeam-utils v0.8.16 |
932 | 2023-10-17T20:51:39.635Z | Downloaded foreign-types-shared v0.3.1 |
933 | 2023-10-17T20:51:39.638Z | Downloaded tungstenite v0.20.1 |
934 | 2023-10-17T20:51:39.645Z | Downloaded rustls-pemfile v1.0.3 |
935 | 2023-10-17T20:51:39.697Z | Downloaded parse-display-derive v0.7.0 |
936 | 2023-10-17T20:51:39.702Z | Downloaded curve25519-dalek-derive v0.1.0 |
937 | 2023-10-17T20:51:39.705Z | Downloaded term v0.7.0 |
938 | 2023-10-17T20:51:39.711Z | Downloaded fastrand v2.0.0 |
939 | 2023-10-17T20:51:39.716Z | Downloaded hyper-tls v0.5.0 |
940 | 2023-10-17T20:51:39.725Z | Downloaded foreign-types v0.5.0 |
941 | 2023-10-17T20:51:39.733Z | Downloaded itoa v1.0.9 |
942 | 2023-10-17T20:51:39.740Z | Downloaded tokio-tungstenite v0.18.0 |
943 | 2023-10-17T20:51:39.751Z | Downloaded postgres-types v0.2.6 |
944 | 2023-10-17T20:51:39.762Z | Downloaded memchr v2.6.3 |
945 | 2023-10-17T20:51:39.766Z | Downloaded ipnetwork v0.20.0 |
946 | 2023-10-17T20:51:39.769Z | Downloaded semver-parser v0.10.2 |
947 | 2023-10-17T20:51:39.775Z | Downloaded arc-swap v1.6.0 |
948 | 2023-10-17T20:51:39.779Z | Downloaded rustc_version v0.4.0 |
949 | 2023-10-17T20:51:39.785Z | Downloaded hex-literal v0.4.1 |
950 | 2023-10-17T20:51:39.789Z | Downloaded tracing-attributes v0.1.26 |
951 | 2023-10-17T20:51:39.793Z | Downloaded unicase v2.7.0 |
952 | 2023-10-17T20:51:39.797Z | Downloaded rustls-native-certs v0.6.3 |
953 | 2023-10-17T20:51:39.815Z | Downloaded time-macros v0.2.13 |
954 | 2023-10-17T20:51:39.820Z | Downloaded libm v0.2.7 |
955 | 2023-10-17T20:51:39.824Z | Downloaded const-oid v0.9.5 |
956 | 2023-10-17T20:51:39.835Z | Downloaded clap v4.4.3 |
957 | 2023-10-17T20:51:39.839Z | Downloaded ciborium v0.2.1 |
958 | 2023-10-17T20:51:39.842Z | Downloaded hashlink v0.8.3 |
959 | 2023-10-17T20:51:39.846Z | Downloaded num v0.4.1 |
960 | 2023-10-17T20:51:39.849Z | Downloaded synstructure v0.12.6 |
961 | 2023-10-17T20:51:39.852Z | Downloaded serde_spanned v0.6.3 |
962 | 2023-10-17T20:51:39.855Z | Downloaded try-lock v0.2.4 |
963 | 2023-10-17T20:51:39.859Z | Downloaded http-range v0.1.5 |
964 | 2023-10-17T20:51:39.862Z | Downloaded schemars_derive v0.8.13 |
965 | 2023-10-17T20:51:39.865Z | Downloaded thiserror-no-std v2.0.2 |
966 | 2023-10-17T20:51:39.870Z | Downloaded inout v0.1.3 |
967 | 2023-10-17T20:51:39.883Z | Downloaded usdt-impl v0.3.5 |
968 | 2023-10-17T20:51:40.297Z | Downloaded spki v0.7.2 |
969 | 2023-10-17T20:51:40.302Z | Downloaded smf v0.2.2 |
970 | 2023-10-17T20:51:40.305Z | Downloaded secrecy v0.8.0 |
971 | 2023-10-17T20:51:40.309Z | Downloaded itertools v0.11.0 |
972 | 2023-10-17T20:51:40.314Z | Downloaded thiserror-impl-no-std v2.0.2 |
973 | 2023-10-17T20:51:40.319Z | Downloaded terminal_size v0.2.6 |
974 | 2023-10-17T20:51:40.323Z | Downloaded nibble_vec v0.1.0 |
975 | 2023-10-17T20:51:40.328Z | Downloaded bytes v1.5.0 |
976 | 2023-10-17T20:51:40.334Z | Downloaded allocator-api2 v0.2.16 |
977 | 2023-10-17T20:51:40.340Z | Downloaded hex v0.4.3 |
978 | 2023-10-17T20:51:40.346Z | Downloaded hash32 v0.2.1 |
979 | 2023-10-17T20:51:40.349Z | Downloaded futures-core v0.3.28 |
980 | 2023-10-17T20:51:40.352Z | Downloaded elliptic-curve v0.13.5 |
981 | 2023-10-17T20:51:40.355Z | Downloaded termcolor v1.2.0 |
982 | 2023-10-17T20:51:40.359Z | Downloaded proc-macro-error-attr v1.0.4 |
983 | 2023-10-17T20:51:40.365Z | Downloaded paste v1.0.14 |
984 | 2023-10-17T20:51:40.370Z | Downloaded clap_derive v4.4.2 |
985 | 2023-10-17T20:51:40.374Z | Downloaded headers-core v0.2.0 |
986 | 2023-10-17T20:51:40.377Z | Downloaded rustc-demangle v0.1.23 |
987 | 2023-10-17T20:51:40.380Z | Downloaded getrandom v0.1.16 |
988 | 2023-10-17T20:51:40.383Z | Downloaded equivalent v1.0.1 |
989 | 2023-10-17T20:51:40.386Z | Downloaded usdt-macro v0.3.5 |
990 | 2023-10-17T20:51:40.388Z | Downloaded password-hash v0.4.2 |
991 | 2023-10-17T20:51:40.391Z | Downloaded option-ext v0.2.0 |
992 | 2023-10-17T20:51:40.394Z | Downloaded unicode-ident v1.0.12 |
993 | 2023-10-17T20:51:40.397Z | Downloaded der v0.7.8 |
994 | 2023-10-17T20:51:40.400Z | Downloaded lalrpop-util v0.19.12 |
995 | 2023-10-17T20:51:40.403Z | Downloaded futures-channel v0.3.28 |
996 | 2023-10-17T20:51:40.409Z | Downloaded num_enum v0.5.11 |
997 | 2023-10-17T20:51:40.413Z | Downloaded camino v1.1.6 |
998 | 2023-10-17T20:51:40.416Z | Downloaded once_cell v1.18.0 |
999 | 2023-10-17T20:51:40.419Z | Downloaded serde_path_to_error v0.1.14 |
1000 | 2023-10-17T20:51:40.421Z | Downloaded untrusted v0.7.1 |
1001 | 2023-10-17T20:51:40.424Z | Downloaded fnv v1.0.7 |
1002 | 2023-10-17T20:51:40.427Z | Downloaded erased-serde v0.3.30 |
1003 | 2023-10-17T20:51:40.430Z | Downloaded zip v0.6.6 |
1004 | 2023-10-17T20:51:40.434Z | Downloaded float-cmp v0.9.0 |
1005 | 2023-10-17T20:51:40.438Z | Downloaded proc-macro-crate v1.3.1 |
1006 | 2023-10-17T20:51:40.442Z | Downloaded ppv-lite86 v0.2.17 |
1007 | 2023-10-17T20:51:40.444Z | Downloaded num-integer v0.1.45 |
1008 | 2023-10-17T20:51:40.447Z | Downloaded deranged v0.3.8 |
1009 | 2023-10-17T20:51:40.450Z | Downloaded same-file v1.0.6 |
1010 | 2023-10-17T20:51:40.457Z | Downloaded dirs v5.0.1 |
1011 | 2023-10-17T20:51:40.461Z | Downloaded walkdir v2.4.0 |
1012 | 2023-10-17T20:51:40.464Z | Downloaded unicode-width v0.1.10 |
1013 | 2023-10-17T20:51:40.467Z | Downloaded pbkdf2 v0.11.0 |
1014 | 2023-10-17T20:51:40.471Z | Downloaded colorchoice v1.0.0 |
1015 | 2023-10-17T20:51:40.475Z | Downloaded ciborium-io v0.2.1 |
1016 | 2023-10-17T20:51:40.479Z | Downloaded anstyle-parse v0.2.1 |
1017 | 2023-10-17T20:51:40.483Z | Downloaded ahash v0.8.3 |
1018 | 2023-10-17T20:51:40.485Z | Downloaded aes-gcm-siv v0.11.1 |
1019 | 2023-10-17T20:51:40.492Z | Downloaded tower-service v0.3.2 |
1020 | 2023-10-17T20:51:40.499Z | Downloaded num-traits v0.2.16 |
1021 | 2023-10-17T20:51:40.502Z | Downloaded num-complex v0.4.4 |
1022 | 2023-10-17T20:51:40.505Z | Downloaded native-tls v0.2.11 |
1023 | 2023-10-17T20:51:40.507Z | Downloaded futures-sink v0.3.28 |
1024 | 2023-10-17T20:51:40.510Z | Downloaded futures-io v0.3.28 |
1025 | 2023-10-17T20:51:40.513Z | Downloaded futures-executor v0.3.28 |
1026 | 2023-10-17T20:51:40.517Z | Downloaded ciborium-ll v0.2.1 |
1027 | 2023-10-17T20:51:40.520Z | Downloaded funty v2.0.0 |
1028 | 2023-10-17T20:51:40.523Z | Downloaded usdt-attr-macro v0.3.5 |
1029 | 2023-10-17T20:51:40.526Z | Downloaded usdt v0.3.5 |
1030 | 2023-10-17T20:51:40.530Z | Downloaded unicode-linebreak v0.1.5 |
1031 | 2023-10-17T20:51:40.534Z | Downloaded stable_deref_trait v1.2.0 |
1032 | 2023-10-17T20:51:40.539Z | Downloaded pest_generator v2.7.2 |
1033 | 2023-10-17T20:51:40.542Z | Downloaded omicron-zone-package v0.8.3 |
1034 | 2023-10-17T20:51:40.545Z | Downloaded num_cpus v1.16.0 |
1035 | 2023-10-17T20:51:40.548Z | Downloaded num-iter v0.1.43 |
1036 | 2023-10-17T20:51:40.552Z | Downloaded log v0.4.20 |
1037 | 2023-10-17T20:51:40.556Z | Downloaded colored v2.0.4 |
1038 | 2023-10-17T20:51:40.558Z | Downloaded blake2 v0.10.6 |
1039 | 2023-10-17T20:51:40.562Z | Downloaded atomic-waker v1.1.1 |
1040 | 2023-10-17T20:51:40.565Z | Downloaded camino-tempfile v1.0.2 |
1041 | 2023-10-17T20:51:40.569Z | Downloaded universal-hash v0.5.1 |
1042 | 2023-10-17T20:51:40.572Z | Downloaded num-rational v0.4.1 |
1043 | 2023-10-17T20:51:40.574Z | Downloaded num-derive v0.4.0 |
1044 | 2023-10-17T20:51:40.578Z | Downloaded chacha20 v0.9.1 |
1045 | 2023-10-17T20:51:40.582Z | Downloaded cbc v0.1.2 |
1046 | 2023-10-17T20:51:40.586Z | Downloaded semver v0.11.0 |
1047 | 2023-10-17T20:51:40.589Z | Downloaded scopeguard v1.2.0 |
1048 | 2023-10-17T20:51:40.593Z | Downloaded num_enum_derive v0.5.11 |
1049 | 2023-10-17T20:51:40.597Z | Downloaded diesel v2.1.1 |
1050 | 2023-10-17T20:51:40.602Z | Downloaded sct v0.7.0 |
1051 | 2023-10-17T20:51:40.605Z | Downloaded vec_map v0.8.2 |
1052 | 2023-10-17T20:51:40.609Z | Downloaded crucible-workspace-hack v0.1.0 |
1053 | 2023-10-17T20:51:40.613Z | Downloaded curve25519-dalek v4.1.0 |
1054 | 2023-10-17T20:51:40.621Z | Downloaded num_enum v0.7.0 |
1055 | 2023-10-17T20:51:40.625Z | Downloaded multer v2.1.0 |
1056 | 2023-10-17T20:51:40.629Z | Downloaded macaddr v1.0.1 |
1057 | 2023-10-17T20:51:40.633Z | Downloaded mime v0.3.17 |
1058 | 2023-10-17T20:51:40.636Z | Downloaded managed v0.8.0 |
1059 | 2023-10-17T20:51:40.640Z | Downloaded quick-error v1.2.3 |
1060 | 2023-10-17T20:51:40.645Z | Downloaded postgres-protocol v0.6.6 |
1061 | 2023-10-17T20:51:40.649Z | Downloaded phf_shared v0.10.0 |
1062 | 2023-10-17T20:51:40.652Z | Downloaded derive_more v0.99.17 |
1063 | 2023-10-17T20:51:40.655Z | Downloaded libefi-sys v0.1.0 |
1064 | 2023-10-17T20:51:40.664Z | Downloaded darling v0.20.3 |
1065 | 2023-10-17T20:51:40.677Z | Downloaded predicates v3.0.4 |
1066 | 2023-10-17T20:51:40.684Z | Downloaded openssl-macros v0.1.1 |
1067 | 2023-10-17T20:51:40.750Z | Downloaded debug-ignore v1.0.5 |
1068 | 2023-10-17T20:51:40.755Z | Downloaded data-encoding v2.4.0 |
1069 | 2023-10-17T20:51:40.759Z | Downloaded ctr v0.9.2 |
1070 | 2023-10-17T20:51:40.763Z | Downloaded cfg-if v1.0.0 |
1071 | 2023-10-17T20:51:40.767Z | Downloaded cfg-if v0.1.10 |
1072 | 2023-10-17T20:51:40.771Z | Downloaded predicates-core v1.0.6 |
1073 | 2023-10-17T20:51:40.775Z | Downloaded precomputed-hash v0.1.1 |
1074 | 2023-10-17T20:51:40.779Z | Downloaded opaque-debug v0.3.0 |
1075 | 2023-10-17T20:51:40.783Z | Downloaded crossbeam-channel v0.5.8 |
1076 | 2023-10-17T20:51:40.786Z | Downloaded convert_case v0.4.0 |
1077 | 2023-10-17T20:51:40.790Z | Downloaded anyhow v1.0.75 |
1078 | 2023-10-17T20:51:40.794Z | Downloaded ansi_term v0.12.1 |
1079 | 2023-10-17T20:51:40.799Z | Downloaded num_threads v0.1.6 |
1080 | 2023-10-17T20:51:40.804Z | Downloaded new_debug_unreachable v1.0.4 |
1081 | 2023-10-17T20:51:40.808Z | Downloaded darling_macro v0.20.3 |
1082 | 2023-10-17T20:51:40.812Z | Downloaded darling_core v0.20.3 |
1083 | 2023-10-17T20:51:40.815Z | Downloaded cstr-argument v0.1.2 |
1084 | 2023-10-17T20:51:40.819Z | Downloaded crypto-common v0.1.6 |
1085 | 2023-10-17T20:51:40.823Z | Downloaded cpufeatures v0.2.9 |
1086 | 2023-10-17T20:51:40.827Z | Downloaded clap_lex v0.5.1 |
1087 | 2023-10-17T20:51:40.831Z | Downloaded cancel-safe-futures v0.1.2 |
1088 | 2023-10-17T20:51:40.836Z | Downloaded block-padding v0.3.3 |
1089 | 2023-10-17T20:51:40.839Z | Downloaded bitflags v2.4.0 |
1090 | 2023-10-17T20:51:40.843Z | Downloaded bitflags v1.3.2 |
1091 | 2023-10-17T20:51:40.846Z | Downloaded bit-vec v0.6.3 |
1092 | 2023-10-17T20:51:40.851Z | Downloaded backoff v0.4.0 |
1093 | 2023-10-17T20:51:40.854Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1094 | 2023-10-17T20:51:40.858Z | Downloaded bitstruct v0.1.1 |
1095 | 2023-10-17T20:51:40.865Z | Downloaded atomicwrites v0.4.2 |
1096 | 2023-10-17T20:51:40.869Z | Downloaded const_format_proc_macros v0.2.31 |
1097 | 2023-10-17T20:51:40.873Z | Downloaded pest_derive v2.7.2 |
1098 | 2023-10-17T20:51:40.877Z | Downloaded bit_field v0.10.2 |
1099 | 2023-10-17T20:51:40.880Z | Downloaded lru-cache v0.1.2 |
1100 | 2023-10-17T20:51:40.884Z | Downloaded byteorder v1.4.3 |
1101 | 2023-10-17T20:51:40.888Z | Downloaded anstream v0.5.0 |
1102 | 2023-10-17T20:51:40.892Z | Downloaded adler v1.0.2 |
1103 | 2023-10-17T20:51:40.895Z | Downloaded poly1305 v0.8.0 |
1104 | 2023-10-17T20:51:40.901Z | Downloaded platforms v3.0.2 |
1105 | 2023-10-17T20:51:41.320Z | Downloaded pkcs8 v0.10.2 |
1106 | 2023-10-17T20:51:41.325Z | Downloaded memoffset v0.9.0 |
1107 | 2023-10-17T20:51:41.329Z | Downloaded linked-hash-map v0.5.6 |
1108 | 2023-10-17T20:51:41.333Z | Downloaded bcrypt-pbkdf v0.10.0 |
1109 | 2023-10-17T20:51:41.336Z | Downloaded atty v0.2.14 |
1110 | 2023-10-17T20:51:41.341Z | Downloaded async-recursion v1.0.5 |
1111 | 2023-10-17T20:51:41.344Z | Downloaded polyval v0.6.1 |
1112 | 2023-10-17T20:51:41.348Z | Downloaded pkg-config v0.3.27 |
1113 | 2023-10-17T20:51:41.351Z | Downloaded pin-utils v0.1.0 |
1114 | 2023-10-17T20:51:41.354Z | Downloaded phf_shared v0.11.2 |
1115 | 2023-10-17T20:51:41.358Z | Downloaded percent-encoding v2.3.0 |
1116 | 2023-10-17T20:51:41.362Z | Downloaded bitstruct_derive v0.1.0 |
1117 | 2023-10-17T20:51:41.365Z | Downloaded phf v0.11.2 |
1118 | 2023-10-17T20:51:41.373Z | Downloaded md5 v0.7.0 |
1119 | 2023-10-17T20:51:41.377Z | Downloaded md-5 v0.10.5 |
1120 | 2023-10-17T20:51:41.381Z | Downloaded blowfish v0.9.1 |
1121 | 2023-10-17T20:51:41.384Z | Downloaded bit-set v0.5.3 |
1122 | 2023-10-17T20:51:41.388Z | Downloaded pin-project-lite v0.2.13 |
1123 | 2023-10-17T20:51:41.391Z | Downloaded pem v1.1.1 |
1124 | 2023-10-17T20:51:41.395Z | Downloaded password-hash v0.5.0 |
1125 | 2023-10-17T20:51:41.398Z | Downloaded memoffset v0.7.1 |
1126 | 2023-10-17T20:51:41.402Z | Downloaded parking_lot v0.11.2 |
1127 | 2023-10-17T20:51:41.405Z | Downloaded matches v0.1.10 |
1128 | 2023-10-17T20:51:41.410Z | Downloaded match_cfg v0.1.0 |
1129 | 2023-10-17T20:51:41.414Z | Downloaded lazy_static v1.4.0 |
1130 | 2023-10-17T20:51:41.418Z | Downloaded base64 v0.21.4 |
1131 | 2023-10-17T20:51:41.421Z | Downloaded base64 v0.13.1 |
1132 | 2023-10-17T20:51:41.425Z | Downloaded bincode v1.3.3 |
1133 | 2023-10-17T20:51:41.429Z | Downloaded base64ct v1.6.0 |
1134 | 2023-10-17T20:51:41.433Z | Downloaded base16ct v0.2.0 |
1135 | 2023-10-17T20:51:41.436Z | Downloaded autocfg v1.1.0 |
1136 | 2023-10-17T20:51:41.440Z | Downloaded async-stream v0.3.5 |
1137 | 2023-10-17T20:51:41.443Z | Compiling proc-macro2 v1.0.67 |
1138 | 2023-10-17T20:51:41.447Z | Compiling unicode-ident v1.0.12 |
1139 | 2023-10-17T20:51:41.451Z | Compiling libc v0.2.149 |
1140 | 2023-10-17T20:51:41.454Z | Compiling serde v1.0.188 |
1141 | 2023-10-17T20:51:41.458Z | Compiling version_check v0.9.4 |
1142 | 2023-10-17T20:51:41.461Z | Compiling autocfg v1.1.0 |
1143 | 2023-10-17T20:51:41.465Z | Compiling cfg-if v1.0.0 |
1144 | 2023-10-17T20:51:41.468Z | Compiling syn v1.0.109 |
1145 | 2023-10-17T20:51:41.471Z | Compiling typenum v1.16.0 |
1146 | 2023-10-17T20:51:41.475Z | Compiling once_cell v1.18.0 |
1147 | 2023-10-17T20:51:41.587Z | Compiling thiserror v1.0.49 |
1148 | 2023-10-17T20:51:41.697Z | Compiling generic-array v0.14.7 |
1149 | 2023-10-17T20:51:41.792Z | Compiling lock_api v0.4.10 |
1150 | 2023-10-17T20:51:44.508Z | Compiling parking_lot_core v0.9.8 |
1151 | 2023-10-17T20:51:44.548Z | Compiling libm v0.2.7 |
1152 | 2023-10-17T20:51:44.572Z | Compiling num-traits v0.2.16 |
1153 | 2023-10-17T20:51:44.791Z | Compiling itoa v1.0.9 |
1154 | 2023-10-17T20:51:44.873Z | Compiling memchr v2.6.3 |
1155 | 2023-10-17T20:51:45.038Z | Compiling futures-core v0.3.28 |
1156 | 2023-10-17T20:51:45.149Z | Compiling ahash v0.8.3 |
1157 | 2023-10-17T20:51:45.191Z | Compiling serde_json v1.0.107 |
1158 | 2023-10-17T20:51:45.567Z | Compiling log v0.4.20 |
1159 | 2023-10-17T20:51:45.652Z | Compiling slab v0.4.9 |
1160 | 2023-10-17T20:51:45.753Z | Compiling futures-task v0.3.28 |
1161 | 2023-10-17T20:51:46.053Z | Compiling quote v1.0.33 |
1162 | 2023-10-17T20:51:46.141Z | Compiling futures-channel v0.3.28 |
1163 | 2023-10-17T20:51:46.347Z | Compiling futures-util v0.3.28 |
1164 | 2023-10-17T20:51:46.436Z | Compiling pkg-config v0.3.27 |
1165 | 2023-10-17T20:51:46.589Z | Compiling getrandom v0.2.10 |
1166 | 2023-10-17T20:51:46.832Z | Compiling syn v2.0.32 |
1167 | 2023-10-17T20:51:47.290Z | Compiling jobserver v0.1.26 |
1168 | 2023-10-17T20:51:47.369Z | Compiling rand_core v0.6.4 |
1169 | 2023-10-17T20:51:47.505Z | Compiling ryu v1.0.15 |
1170 | 2023-10-17T20:51:48.063Z | Compiling cc v1.0.83 |
1171 | 2023-10-17T20:51:48.506Z | Compiling vcpkg v0.2.15 |
1172 | 2023-10-17T20:51:48.510Z | Compiling schemars v0.8.13 |
1173 | 2023-10-17T20:51:48.513Z | Compiling allocator-api2 v0.2.16 |
1174 | 2023-10-17T20:51:48.518Z | Compiling scopeguard v1.2.0 |
1175 | 2023-10-17T20:51:48.560Z | Compiling equivalent v1.0.1 |
1176 | 2023-10-17T20:51:48.711Z | Compiling heck v0.4.1 |
1177 | 2023-10-17T20:51:49.462Z | Compiling hashbrown v0.14.0 |
1178 | 2023-10-17T20:51:49.581Z | Compiling smallvec v1.11.0 |
1179 | 2023-10-17T20:51:50.530Z | Compiling byteorder v1.4.3 |
1180 | 2023-10-17T20:51:51.100Z | Compiling fnv v1.0.7 |
1181 | 2023-10-17T20:51:51.299Z | Compiling httparse v1.8.0 |
1182 | 2023-10-17T20:51:51.359Z | Compiling iana-time-zone v0.1.57 |
1183 | 2023-10-17T20:51:51.468Z | Compiling pin-project-lite v0.2.13 |
1184 | 2023-10-17T20:51:51.652Z | Compiling semver v1.0.18 |
1185 | 2023-10-17T20:51:52.126Z | Compiling subtle v2.5.0 |
1186 | 2023-10-17T20:51:52.395Z | Compiling indexmap v1.9.3 |
1187 | 2023-10-17T20:51:52.581Z | Compiling parking_lot v0.12.1 |
1188 | 2023-10-17T20:51:52.740Z | Compiling dyn-clone v1.0.13 |
1189 | 2023-10-17T20:51:52.780Z | Compiling tinyvec_macros v0.1.1 |
1190 | 2023-10-17T20:51:52.856Z | Compiling ring v0.16.20 |
1191 | 2023-10-17T20:51:52.909Z | Compiling time-core v0.1.1 |
1192 | 2023-10-17T20:51:53.041Z | Compiling tinyvec v1.6.0 |
1193 | 2023-10-17T20:51:53.100Z | Compiling openssl-sys v0.9.93 |
1194 | 2023-10-17T20:51:53.565Z | Compiling time-macros v0.2.13 |
1195 | 2023-10-17T20:51:53.568Z | Compiling signal-hook-registry v1.4.1 |
1196 | 2023-10-17T20:51:54.247Z | Compiling mio v0.8.8 |
1197 | 2023-10-17T20:51:54.451Z | Compiling socket2 v0.5.3 |
1198 | 2023-10-17T20:51:54.904Z | Compiling num_cpus v1.16.0 |
1199 | 2023-10-17T20:51:55.059Z | Compiling rustls v0.21.7 |
1200 | 2023-10-17T20:51:55.354Z | Compiling unicode-bidi v0.3.13 |
1201 | 2023-10-17T20:51:55.672Z | Compiling unicode-normalization v0.1.22 |
1202 | 2023-10-17T20:51:56.220Z | Compiling slog v2.7.0 |
1203 | 2023-10-17T20:51:56.859Z | Compiling spin v0.5.2 |
1204 | 2023-10-17T20:51:57.329Z | Compiling ucd-trie v0.1.6 |
1205 | 2023-10-17T20:51:57.592Z | Compiling percent-encoding v2.3.0 |
1206 | 2023-10-17T20:51:57.729Z | Compiling backtrace v0.3.69 |
1207 | 2023-10-17T20:51:58.126Z | Compiling async-trait v0.1.73 |
1208 | 2023-10-17T20:51:58.142Z | Compiling form_urlencoded v1.2.0 |
1209 | 2023-10-17T20:51:58.145Z | Compiling aho-corasick v1.0.4 |
1210 | 2023-10-17T20:51:58.289Z | Compiling serde_derive_internals v0.26.0 |
1211 | 2023-10-17T20:51:58.542Z | Compiling openssl v0.10.57 |
1212 | 2023-10-17T20:51:58.729Z | Compiling regex-syntax v0.7.5 |
1213 | 2023-10-17T20:51:59.046Z | Compiling anyhow v1.0.75 |
1214 | 2023-10-17T20:51:59.256Z | Compiling winnow v0.5.15 |
1215 | 2023-10-17T20:52:00.114Z | Compiling pin-utils v0.1.0 |
1216 | 2023-10-17T20:52:00.117Z | Compiling futures-sink v0.3.28 |
1217 | 2023-10-17T20:52:00.533Z | Compiling idna v0.4.0 |
1218 | 2023-10-17T20:52:02.696Z | Compiling native-tls v0.2.11 |
1219 | 2023-10-17T20:52:03.183Z | Compiling url v2.4.1 |
1220 | 2023-10-17T20:52:03.424Z | Compiling unicode-xid v0.2.4 |
1221 | 2023-10-17T20:52:04.751Z | Compiling regex-automata v0.3.8 |
1222 | 2023-10-17T20:52:04.832Z | Compiling futures-io v0.3.28 |
1223 | 2023-10-17T20:52:05.302Z | Compiling const-oid v0.9.5 |
1224 | 2023-10-17T20:52:05.598Z | Compiling unicode-width v0.1.10 |
1225 | 2023-10-17T20:52:05.833Z | Compiling hashbrown v0.13.2 |
1226 | 2023-10-17T20:52:05.865Z | Compiling synstructure v0.12.6 |
1227 | 2023-10-17T20:52:06.450Z | Compiling cpufeatures v0.2.9 |
1228 | 2023-10-17T20:52:06.585Z | Compiling crossbeam-utils v0.8.16 |
1229 | 2023-10-17T20:52:07.305Z | Compiling tracing-core v0.1.31 |
1230 | 2023-10-17T20:52:07.750Z | Compiling ppv-lite86 v0.2.17 |
1231 | 2023-10-17T20:52:08.507Z | Compiling adler v1.0.2 |
1232 | 2023-10-17T20:52:08.579Z | Compiling rustix v0.38.9 |
1233 | 2023-10-17T20:52:08.849Z | Compiling miniz_oxide v0.7.1 |
1234 | 2023-10-17T20:52:09.086Z | Compiling rand_chacha v0.3.1 |
1235 | 2023-10-17T20:52:11.538Z | Compiling usdt-impl v0.3.5 |
1236 | 2023-10-17T20:52:11.554Z | Compiling bitflags v1.3.2 |
1237 | 2023-10-17T20:52:11.564Z | Compiling gimli v0.28.0 |
1238 | 2023-10-17T20:52:11.575Z | Compiling rand v0.8.5 |
1239 | 2023-10-17T20:52:11.589Z | Compiling object v0.32.1 |
1240 | 2023-10-17T20:52:11.598Z | Compiling num_threads v0.1.6 |
1241 | 2023-10-17T20:52:11.618Z | Compiling deranged v0.3.8 |
1242 | 2023-10-17T20:52:11.644Z | Compiling serde_derive v1.0.188 |
1243 | 2023-10-17T20:52:11.656Z | Compiling zeroize_derive v1.4.2 |
1244 | 2023-10-17T20:52:12.157Z | Compiling thiserror-impl v1.0.49 |
1245 | 2023-10-17T20:52:13.311Z | Compiling tokio-macros v2.1.0 |
1246 | 2023-10-17T20:52:13.916Z | Compiling futures-macro v0.3.28 |
1247 | 2023-10-17T20:52:14.446Z | Compiling tracing-attributes v0.1.26 |
1248 | 2023-10-17T20:52:15.791Z | Compiling schemars_derive v0.8.13 |
1249 | 2023-10-17T20:52:17.079Z | Compiling zeroize v1.6.0 |
1250 | 2023-10-17T20:52:17.193Z | Compiling pest v2.7.2 |
1251 | 2023-10-17T20:52:18.932Z | Compiling openssl-macros v0.1.1 |
1252 | 2023-10-17T20:52:19.972Z | Compiling crypto-common v0.1.6 |
1253 | 2023-10-17T20:52:20.119Z | Compiling regex v1.9.5 |
1254 | 2023-10-17T20:52:20.264Z | Compiling block-buffer v0.10.4 |
1255 | 2023-10-17T20:52:20.820Z | Compiling digest v0.10.7 |
1256 | 2023-10-17T20:52:21.501Z | Compiling pest_meta v2.7.2 |
1257 | 2023-10-17T20:52:22.871Z | Compiling zerocopy-derive v0.2.0 |
1258 | 2023-10-17T20:52:22.902Z | Compiling tracing v0.1.37 |
1259 | 2023-10-17T20:52:22.912Z | Compiling addr2line v0.21.0 |
1260 | 2023-10-17T20:52:23.107Z | Compiling rustc-demangle v0.1.23 |
1261 | 2023-10-17T20:52:23.630Z | Compiling time v0.3.27 |
1262 | 2023-10-17T20:52:23.892Z | Compiling pest_generator v2.7.2 |
1263 | 2023-10-17T20:52:24.849Z | Compiling zerocopy v0.3.0 |
1264 | 2023-10-17T20:52:26.151Z | Compiling dof v0.1.5 |
1265 | 2023-10-17T20:52:26.926Z | Compiling thread-id v4.2.0 |
1266 | 2023-10-17T20:52:29.149Z | Compiling pest_derive v2.7.2 |
1267 | 2023-10-17T20:52:29.576Z | Compiling base64 v0.21.4 |
1268 | 2023-10-17T20:52:30.278Z | Compiling dtrace-parser v0.1.14 |
1269 | 2023-10-17T20:52:30.653Z | Compiling lazy_static v1.4.0 |
1270 | 2023-10-17T20:52:30.819Z | Compiling untrusted v0.7.1 |
1271 | 2023-10-17T20:52:31.876Z | Compiling strsim v0.10.0 |
1272 | 2023-10-17T20:52:31.912Z | Compiling regress v0.7.1 |
1273 | 2023-10-17T20:52:33.180Z | Compiling socket2 v0.4.9 |
1274 | 2023-10-17T20:52:33.494Z | Compiling hashbrown v0.12.3 |
1275 | 2023-10-17T20:52:33.905Z | Compiling try-lock v0.2.4 |
1276 | 2023-10-17T20:52:34.119Z | Compiling httpdate v1.0.3 |
1277 | 2023-10-17T20:52:34.591Z | Compiling sct v0.7.0 |
1278 | 2023-10-17T20:52:34.873Z | Compiling bytes v1.5.0 |
1279 | 2023-10-17T20:52:35.317Z | Compiling indexmap v2.0.0 |
1280 | 2023-10-17T20:52:35.404Z | Compiling chrono v0.4.31 |
1281 | 2023-10-17T20:52:35.519Z | Compiling uuid v1.4.1 |
1282 | 2023-10-17T20:52:36.670Z | Compiling http v0.2.9 |
1283 | 2023-10-17T20:52:36.933Z | Compiling tokio v1.32.0 |
1284 | 2023-10-17T20:52:37.038Z | Compiling toml_datetime v0.6.3 |
1285 | 2023-10-17T20:52:37.362Z | Compiling serde_spanned v0.6.3 |
1286 | 2023-10-17T20:52:37.691Z | Compiling toml_edit v0.19.15 |
1287 | 2023-10-17T20:52:37.734Z | Compiling bitflags v2.4.0 |
1288 | 2023-10-17T20:52:37.775Z | Compiling rustc_version v0.4.0 |
1289 | 2023-10-17T20:52:38.413Z | Compiling openapiv3 v1.0.3 |
1290 | 2023-10-17T20:52:41.107Z | Compiling serde_tokenstream v0.1.7 |
1291 | 2023-10-17T20:52:41.596Z | Compiling serde_tokenstream v0.2.0 |
1292 | 2023-10-17T20:52:42.258Z | Compiling rustls-webpki v0.101.4 |
1293 | 2023-10-17T20:52:42.333Z | Compiling http-body v0.4.5 |
1294 | 2023-10-17T20:52:42.982Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1295 | 2023-10-17T20:52:43.387Z | Compiling want v0.3.1 |
1296 | 2023-10-17T20:52:44.116Z | Compiling usdt-attr-macro v0.3.5 |
1297 | 2023-10-17T20:52:45.770Z | Compiling usdt-macro v0.3.5 |
1298 | 2023-10-17T20:52:46.267Z | Compiling rustls-pemfile v1.0.3 |
1299 | 2023-10-17T20:52:46.559Z | Compiling foreign-types-shared v0.1.1 |
1300 | 2023-10-17T20:52:46.876Z | Compiling openssl-probe v0.1.5 |
1301 | 2023-10-17T20:52:47.006Z | Compiling tower-service v0.3.2 |
1302 | 2023-10-17T20:52:47.182Z | Compiling mime v0.3.17 |
1303 | 2023-10-17T20:52:47.426Z | Compiling foreign-types v0.3.2 |
1304 | 2023-10-17T20:52:47.555Z | Compiling errno v0.3.2 |
1305 | 2023-10-17T20:52:47.736Z | Compiling ipnet v2.8.0 |
1306 | 2023-10-17T20:52:48.152Z | Compiling getopts v0.2.21 |
1307 | 2023-10-17T20:52:49.795Z | Compiling encoding_rs v0.8.33 |
1308 | 2023-10-17T20:52:49.864Z | Compiling tokio-util v0.7.8 |
1309 | 2023-10-17T20:52:49.948Z | Compiling unsafe-libyaml v0.2.9 |
1310 | 2023-10-17T20:52:51.611Z | Compiling h2 v0.3.21 |
1311 | 2023-10-17T20:52:52.382Z | Compiling tokio-rustls v0.24.1 |
1312 | 2023-10-17T20:52:53.033Z | Compiling serde_yaml v0.9.25 |
1313 | 2023-10-17T20:52:53.175Z | Compiling rustls-native-certs v0.6.3 |
1314 | 2023-10-17T20:52:53.892Z | Compiling serde_urlencoded v0.7.1 |
1315 | 2023-10-17T20:52:55.399Z | Compiling webpki-roots v0.25.2 |
1316 | 2023-10-17T20:52:59.463Z | Compiling hmac v0.12.1 |
1317 | 2023-10-17T20:52:59.598Z | Compiling num-integer v0.1.45 |
1318 | 2023-10-17T20:52:59.697Z | Compiling rustversion v1.0.14 |
1319 | 2023-10-17T20:53:00.658Z | Compiling tokio-native-tls v0.3.1 |
1320 | 2023-10-17T20:53:00.881Z | Compiling sha2 v0.10.7 |
1321 | 2023-10-17T20:53:00.968Z | Compiling block-padding v0.3.3 |
1322 | 2023-10-17T20:53:01.338Z | Compiling inout v0.1.3 |
1323 | 2023-10-17T20:53:02.325Z | Compiling futures-executor v0.3.28 |
1324 | 2023-10-17T20:53:03.064Z | Compiling cipher v0.4.4 |
1325 | 2023-10-17T20:53:03.717Z | Compiling toml v0.7.8 |
1326 | 2023-10-17T20:53:03.770Z | Compiling hyper v0.14.27 |
1327 | 2023-10-17T20:53:03.807Z | Compiling crc32fast v1.3.2 |
1328 | 2023-10-17T20:53:03.879Z | Compiling fallible-iterator v0.2.0 |
1329 | 2023-10-17T20:53:04.532Z | Compiling futures v0.3.28 |
1330 | 2023-10-17T20:53:04.696Z | Compiling ipnetwork v0.20.0 |
1331 | 2023-10-17T20:53:04.897Z | Compiling spin v0.9.8 |
1332 | 2023-10-17T20:53:05.055Z | Compiling siphasher v0.3.11 |
1333 | 2023-10-17T20:53:05.513Z | Compiling usdt v0.3.5 |
1334 | 2023-10-17T20:53:06.303Z | Compiling md-5 v0.10.5 |
1335 | 2023-10-17T20:53:06.495Z | Compiling stringprep v0.1.3 |
1336 | 2023-10-17T20:53:06.669Z | Compiling io-lifetimes v1.0.11 |
1337 | 2023-10-17T20:53:07.775Z | Compiling postgres-protocol v0.6.6 |
1338 | 2023-10-17T20:53:08.135Z | Compiling phf_shared v0.11.2 |
1339 | 2023-10-17T20:53:08.307Z | Compiling hex v0.4.3 |
1340 | 2023-10-17T20:53:08.411Z | Compiling enum-as-inner v0.5.1 |
1341 | 2023-10-17T20:53:09.160Z | Compiling slog-async v2.8.0 |
1342 | 2023-10-17T20:53:09.332Z | Compiling postgres-types v0.2.6 |
1343 | 2023-10-17T20:53:09.909Z | Compiling phf v0.11.2 |
1344 | 2023-10-17T20:53:09.936Z | Compiling num-bigint v0.4.4 |
1345 | 2023-10-17T20:53:10.013Z | Compiling whoami v1.4.1 |
1346 | 2023-10-17T20:53:10.568Z | Compiling rustix v0.37.23 |
1347 | 2023-10-17T20:53:10.709Z | Compiling data-encoding v2.4.0 |
1348 | 2023-10-17T20:53:10.986Z | Compiling tokio-postgres v0.7.10 |
1349 | 2023-10-17T20:53:11.611Z | Compiling zerocopy-derive v0.6.3 |
1350 | 2023-10-17T20:53:11.886Z | Compiling static_assertions v1.1.0 |
1351 | 2023-10-17T20:53:14.892Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1352 | 2023-10-17T20:53:15.001Z | Compiling either v1.9.0 |
1353 | 2023-10-17T20:53:15.484Z | Compiling hyper-tls v0.5.0 |
1354 | 2023-10-17T20:53:15.517Z | Compiling hyper-rustls v0.24.1 |
1355 | 2023-10-17T20:53:15.585Z | Compiling ident_case v1.0.1 |
1356 | 2023-10-17T20:53:16.018Z | Compiling darling_core v0.20.3 |
1357 | 2023-10-17T20:53:16.218Z | Compiling reqwest v0.11.20 |
1358 | 2023-10-17T20:53:16.798Z | Compiling camino v1.1.6 |
1359 | 2023-10-17T20:53:17.814Z | Compiling flate2 v1.0.27 |
1360 | 2023-10-17T20:53:18.021Z | Compiling strum_macros v0.25.2 |
1361 | 2023-10-17T20:53:19.449Z | Compiling heapless v0.7.16 |
1362 | 2023-10-17T20:53:19.980Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1363 | 2023-10-17T20:53:20.029Z | Compiling memoffset v0.9.0 |
1364 | 2023-10-17T20:53:20.455Z | Compiling managed v0.8.0 |
1365 | 2023-10-17T20:53:20.632Z | Compiling unicode-segmentation v1.10.1 |
1366 | 2023-10-17T20:53:21.010Z | Compiling matches v0.1.10 |
1367 | 2023-10-17T20:53:21.146Z | Compiling radium v0.7.0 |
1368 | 2023-10-17T20:53:21.862Z | Compiling idna v0.2.3 |
1369 | 2023-10-17T20:53:22.308Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1370 | 2023-10-17T20:53:22.512Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1371 | 2023-10-17T20:53:23.508Z | Compiling itertools v0.11.0 |
1372 | 2023-10-17T20:53:24.752Z | Compiling multer v2.1.0 |
1373 | 2023-10-17T20:53:25.242Z | Compiling darling_macro v0.20.3 |
1374 | 2023-10-17T20:53:25.314Z | Compiling trust-dns-proto v0.22.0 |
1375 | 2023-10-17T20:53:26.711Z | Compiling darling v0.20.3 |
1376 | 2023-10-17T20:53:26.900Z | Compiling serde_with_macros v2.3.3 |
1377 | 2023-10-17T20:53:28.157Z | Compiling async-stream-impl v0.3.5 |
1378 | 2023-10-17T20:53:28.507Z | Compiling crossbeam-epoch v0.9.15 |
1379 | 2023-10-17T20:53:28.840Z | Compiling num-iter v0.1.43 |
1380 | 2023-10-17T20:53:29.104Z | Compiling smoltcp v0.9.1 |
1381 | 2023-10-17T20:53:29.247Z | Compiling paste v1.0.14 |
1382 | 2023-10-17T20:53:29.905Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1383 | 2023-10-17T20:53:30.002Z | Compiling bit-vec v0.6.3 |
1384 | 2023-10-17T20:53:30.208Z | Compiling utf8parse v0.2.1 |
1385 | 2023-10-17T20:53:30.454Z | Compiling anstyle v1.0.2 |
1386 | 2023-10-17T20:53:30.731Z | Compiling anstyle-parse v0.2.1 |
1387 | 2023-10-17T20:53:31.298Z | Compiling zerocopy v0.6.3 |
1388 | 2023-10-17T20:53:35.657Z | Compiling signature v2.1.0 |
1389 | 2023-10-17T20:53:35.707Z | Compiling hubpack_derive v0.1.1 |
1390 | 2023-10-17T20:53:35.736Z | Compiling clap_derive v4.4.2 |
1391 | 2023-10-17T20:53:35.779Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1392 | 2023-10-17T20:53:35.842Z | Compiling colorchoice v1.0.0 |
1393 | 2023-10-17T20:53:35.870Z | Compiling anstyle-query v1.0.0 |
1394 | 2023-10-17T20:53:35.895Z | Compiling anstream v0.5.0 |
1395 | 2023-10-17T20:53:35.922Z | Compiling yasna v0.5.2 |
1396 | 2023-10-17T20:53:36.118Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1397 | 2023-10-17T20:53:36.157Z | Compiling terminal_size v0.2.6 |
1398 | 2023-10-17T20:53:38.777Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1399 | 2023-10-17T20:53:39.344Z | Compiling structmeta-derive v0.1.6 |
1400 | 2023-10-17T20:53:40.216Z | Compiling diesel_table_macro_syntax v0.1.0 |
1401 | 2023-10-17T20:53:40.227Z | Compiling hash32 v0.2.1 |
1402 | 2023-10-17T20:53:40.250Z | Compiling stable_deref_trait v1.2.0 |
1403 | 2023-10-17T20:53:40.404Z | Compiling tap v1.0.1 |
1404 | 2023-10-17T20:53:40.527Z | Compiling clap_lex v0.5.1 |
1405 | 2023-10-17T20:53:40.690Z | Compiling wyz v0.5.1 |
1406 | 2023-10-17T20:53:41.077Z | Compiling clap_builder v4.4.2 |
1407 | 2023-10-17T20:53:41.403Z | Compiling diesel_derives v2.1.1 |
1408 | 2023-10-17T20:53:42.104Z | Compiling tokio-stream v0.1.14 |
1409 | 2023-10-17T20:53:42.767Z | Compiling serde_repr v0.1.16 |
1410 | 2023-10-17T20:53:43.650Z | Compiling scheduled-thread-pool v0.2.7 |
1411 | 2023-10-17T20:53:43.763Z | Compiling structmeta v0.1.6 |
1412 | 2023-10-17T20:53:44.004Z | Compiling regex-automata v0.1.10 |
1413 | 2023-10-17T20:53:44.388Z | Compiling funty v2.0.0 |
1414 | 2023-10-17T20:53:44.458Z | Compiling regex-syntax v0.6.29 |
1415 | 2023-10-17T20:53:44.762Z | Compiling bstr v0.2.17 |
1416 | 2023-10-17T20:53:45.396Z | Compiling r2d2 v0.8.10 |
1417 | 2023-10-17T20:53:47.285Z | Compiling bitvec v1.0.1 |
1418 | 2023-10-17T20:53:48.276Z | Compiling clap v4.4.3 |
1419 | 2023-10-17T20:53:48.282Z | Compiling hubpack v0.1.2 |
1420 | 2023-10-17T20:53:49.135Z | Compiling itertools v0.10.5 |
1421 | 2023-10-17T20:53:49.449Z | Compiling phf_shared v0.10.0 |
1422 | 2023-10-17T20:53:50.089Z | Compiling float-cmp v0.9.0 |
1423 | 2023-10-17T20:53:50.449Z | Compiling fixedbitset v0.4.2 |
1424 | 2023-10-17T20:53:50.588Z | Compiling normalize-line-endings v0.3.0 |
1425 | 2023-10-17T20:53:50.762Z | Compiling predicates-core v1.0.6 |
1426 | 2023-10-17T20:53:51.345Z | Compiling unicode-linebreak v0.1.5 |
1427 | 2023-10-17T20:53:51.407Z | Compiling smawk v0.3.1 |
1428 | 2023-10-17T20:53:51.763Z | Compiling new_debug_unreachable v1.0.4 |
1429 | 2023-10-17T20:53:52.264Z | Compiling precomputed-hash v0.1.1 |
1430 | 2023-10-17T20:53:52.268Z | Compiling difflib v0.4.0 |
1431 | 2023-10-17T20:53:54.014Z | Compiling predicates v3.0.4 |
1432 | 2023-10-17T20:53:54.111Z | Compiling parse-display-derive v0.7.0 |
1433 | 2023-10-17T20:53:54.483Z | Compiling textwrap v0.16.0 |
1434 | 2023-10-17T20:53:54.746Z | Compiling string_cache v0.8.7 |
1435 | 2023-10-17T20:53:55.533Z | Compiling petgraph v0.6.4 |
1436 | 2023-10-17T20:53:56.677Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1437 | 2023-10-17T20:53:57.020Z | Compiling similar v2.2.1 |
1438 | 2023-10-17T20:53:58.365Z | Compiling bit-set v0.5.3 |
1439 | 2023-10-17T20:53:58.805Z | Compiling console v0.15.7 |
1440 | 2023-10-17T20:53:59.469Z | Compiling bstr v1.6.0 |
1441 | 2023-10-17T20:54:00.521Z | Compiling lalrpop-util v0.19.12 |
1442 | 2023-10-17T20:54:05.814Z | Compiling diesel v2.1.1 |
1443 | 2023-10-17T20:54:11.220Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1444 | 2023-10-17T20:54:11.345Z | Compiling proc-macro-crate v1.3.1 |
1445 | 2023-10-17T20:54:12.124Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1446 | 2023-10-17T20:54:21.907Z | Compiling crucible-workspace-hack v0.1.0 |
1447 | 2023-10-17T20:54:41.807Z | Compiling atty v0.2.14 |
1448 | 2023-10-17T20:54:44.958Z | Compiling sha1 v0.10.5 |
1449 | 2023-10-17T20:54:45.098Z | Compiling match_cfg v0.1.0 |
1450 | 2023-10-17T20:54:45.238Z | Compiling hostname v0.3.1 |
1451 | 2023-10-17T20:54:51.441Z | Compiling dirs-sys-next v0.1.2 |
1452 | 2023-10-17T20:54:52.509Z | Compiling dirs-next v2.0.0 |
1453 | 2023-10-17T20:54:56.337Z | Compiling thread_local v1.1.7 |
1454 | 2023-10-17T20:54:59.604Z | Compiling term v0.7.0 |
1455 | 2023-10-17T20:54:59.804Z | Compiling crossbeam-channel v0.5.8 |
1456 | 2023-10-17T20:55:01.905Z | Compiling take_mut v0.2.2 |
1457 | 2023-10-17T20:55:01.981Z | Compiling slog-term v2.9.0 |
1458 | 2023-10-17T20:55:03.557Z | Compiling slog-json v2.6.1 |
1459 | 2023-10-17T20:55:04.072Z | Compiling instant v0.1.12 |
1460 | 2023-10-17T20:55:04.280Z | Compiling slog-bunyan v2.4.0 |
1461 | 2023-10-17T20:55:04.894Z | Compiling strum v0.25.0 |
1462 | 2023-10-17T20:55:05.412Z | Compiling atomic-waker v1.1.1 |
1463 | 2023-10-17T20:55:06.130Z | Compiling waitgroup v0.1.2 |
1464 | 2023-10-17T20:55:06.445Z | Compiling num_enum_derive v0.5.11 |
1465 | 2023-10-17T20:55:06.472Z | Compiling serde_with v2.3.3 |
1466 | 2023-10-17T20:55:06.613Z | Compiling async-stream v0.3.5 |
1467 | 2023-10-17T20:55:08.856Z | Compiling serde_path_to_error v0.1.14 |
1468 | 2023-10-17T20:55:08.859Z | Compiling libz-sys v1.1.12 |
1469 | 2023-10-17T20:55:09.440Z | Compiling debug-ignore v1.0.5 |
1470 | 2023-10-17T20:55:09.656Z | Compiling fastrand v2.0.0 |
1471 | 2023-10-17T20:55:10.306Z | Compiling tempfile v3.8.0 |
1472 | 2023-10-17T20:55:12.029Z | Compiling proc-macro-error-attr v1.0.4 |
1473 | 2023-10-17T20:55:12.280Z | Compiling slog-dtrace v0.2.3 |
1474 | 2023-10-17T20:55:13.859Z | Compiling backoff v0.4.0 |
1475 | 2023-10-17T20:55:14.404Z | Compiling parse-display v0.7.0 |
1476 | 2023-10-17T20:55:16.137Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1477 | 2023-10-17T20:55:16.410Z | Compiling macaddr v1.0.1 |
1478 | 2023-10-17T20:55:16.503Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1479 | 2023-10-17T20:55:16.973Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1480 | 2023-10-17T20:55:17.174Z | Compiling proc-macro-error v1.0.4 |
1481 | 2023-10-17T20:55:17.592Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1482 | 2023-10-17T20:55:19.538Z | Compiling libsqlite3-sys v0.26.0 |
1483 | 2023-10-17T20:55:19.635Z | Compiling memoffset v0.7.1 |
1484 | 2023-10-17T20:55:19.998Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1485 | 2023-10-17T20:55:22.488Z | Compiling vergen v8.2.4 |
1486 | 2023-10-17T20:55:22.890Z | Compiling foreign-types-macros v0.2.3 |
1487 | 2023-10-17T20:55:23.830Z | Compiling base64ct v1.6.0 |
1488 | 2023-10-17T20:55:26.460Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1489 | 2023-10-17T20:55:28.441Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1490 | 2023-10-17T20:55:32.678Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1491 | 2023-10-17T20:55:33.372Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1492 | 2023-10-17T20:55:34.050Z | Compiling platforms v3.0.2 |
1493 | 2023-10-17T20:55:34.085Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1494 | 2023-10-17T20:55:34.330Z | Compiling num_enum_derive v0.7.0 |
1495 | 2023-10-17T20:55:34.536Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1496 | 2023-10-17T20:55:34.611Z | Compiling password-hash v0.5.0 |
1497 | 2023-10-17T20:55:35.473Z | Compiling curve25519-dalek v4.1.0 |
1498 | 2023-10-17T20:55:35.885Z | Compiling heck v0.3.3 |
1499 | 2023-10-17T20:55:36.017Z | Compiling blake2 v0.10.6 |
1500 | 2023-10-17T20:55:36.042Z | Compiling libefi-sys v0.1.0 |
1501 | 2023-10-17T20:55:36.405Z | Compiling zone_cfg_derive v0.2.0 |
1502 | 2023-10-17T20:55:36.465Z | Compiling structopt-derive v0.4.18 |
1503 | 2023-10-17T20:55:37.745Z | Compiling argon2 v0.5.2 |
1504 | 2023-10-17T20:55:38.166Z | Compiling curve25519-dalek-derive v0.1.0 |
1505 | 2023-10-17T20:55:38.307Z | Compiling num-derive v0.4.0 |
1506 | 2023-10-17T20:55:38.567Z | Compiling same-file v1.0.6 |
1507 | 2023-10-17T20:55:38.706Z | Compiling toml v0.5.11 |
1508 | 2023-10-17T20:55:38.901Z | Compiling walkdir v2.4.0 |
1509 | 2023-10-17T20:55:40.010Z | Compiling semver-parser v0.10.2 |
1510 | 2023-10-17T20:55:40.432Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1511 | 2023-10-17T20:55:40.997Z | Compiling filetime v0.2.22 |
1512 | 2023-10-17T20:55:41.178Z | Compiling xattr v1.0.1 |
1513 | 2023-10-17T20:55:41.498Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1514 | 2023-10-17T20:55:41.601Z | Compiling erased-serde v0.3.30 |
1515 | 2023-10-17T20:55:42.009Z | Compiling getrandom v0.1.16 |
1516 | 2023-10-17T20:55:42.238Z | Compiling tar v0.4.40 |
1517 | 2023-10-17T20:55:42.464Z | Compiling semver v0.11.0 |
1518 | 2023-10-17T20:55:42.867Z | Compiling universal-hash v0.5.1 |
1519 | 2023-10-17T20:55:43.185Z | Compiling bitstruct_derive v0.1.0 |
1520 | 2023-10-17T20:55:43.266Z | Compiling async-recursion v1.0.5 |
1521 | 2023-10-17T20:55:43.357Z | Compiling opaque-debug v0.3.0 |
1522 | 2023-10-17T20:55:43.499Z | Compiling home v0.5.5 |
1523 | 2023-10-17T20:55:43.870Z | Compiling toolchain_find v0.2.0 |
1524 | 2023-10-17T20:55:43.893Z | Compiling num-rational v0.4.1 |
1525 | 2023-10-17T20:55:44.133Z | Compiling unicase v2.7.0 |
1526 | 2023-10-17T20:55:44.459Z | Compiling parking_lot_core v0.8.6 |
1527 | 2023-10-17T20:55:44.827Z | Compiling rustfmt-wrapper v0.2.0 |
1528 | 2023-10-17T20:55:44.850Z | Compiling omicron-zone-package v0.8.3 |
1529 | 2023-10-17T20:55:45.086Z | Compiling num_enum v0.5.11 |
1530 | 2023-10-17T20:55:45.152Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1531 | 2023-10-17T20:55:45.299Z | Compiling aead v0.5.2 |
1532 | 2023-10-17T20:55:45.323Z | Compiling postcard-cobs v0.1.5-pre |
1533 | 2023-10-17T20:55:45.781Z | Compiling winapi v0.3.9 |
1534 | 2023-10-17T20:55:45.848Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1535 | 2023-10-17T20:55:45.883Z | Compiling postcard v0.7.3 |
1536 | 2023-10-17T20:55:45.930Z | Compiling polyval v0.6.1 |
1537 | 2023-10-17T20:55:46.491Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1538 | 2023-10-17T20:55:46.954Z | Compiling smoltcp v0.8.2 |
1539 | 2023-10-17T20:55:47.120Z | Compiling ctr v0.9.2 |
1540 | 2023-10-17T20:55:47.243Z | Compiling aes v0.8.3 |
1541 | 2023-10-17T20:55:47.563Z | Compiling thiserror-impl-no-std v2.0.2 |
1542 | 2023-10-17T20:55:47.593Z | Compiling cfg-if v0.1.10 |
1543 | 2023-10-17T20:55:47.842Z | Compiling foreign-types-shared v0.3.1 |
1544 | 2023-10-17T20:55:48.017Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1545 | 2023-10-17T20:55:48.172Z | Compiling foreign-types v0.5.0 |
1546 | 2023-10-17T20:55:48.948Z | Compiling mime_guess v2.0.4 |
1547 | 2023-10-17T20:55:51.792Z | Compiling is-terminal v0.4.9 |
1548 | 2023-10-17T20:55:51.984Z | Compiling toml_edit v0.20.0 |
1549 | 2023-10-17T20:55:52.246Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1550 | 2023-10-17T20:55:53.852Z | Compiling hashlink v0.8.3 |
1551 | 2023-10-17T20:55:54.951Z | Compiling cstr-argument v0.1.2 |
1552 | 2023-10-17T20:55:55.784Z | Compiling fallible-streaming-iterator v0.1.9 |
1553 | 2023-10-17T20:55:56.430Z | Compiling pretty-hex v0.2.1 |
1554 | 2023-10-17T20:55:56.434Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1555 | 2023-10-17T20:55:56.582Z | Compiling rusqlite v0.29.0 |
1556 | 2023-10-17T20:55:56.876Z | Compiling toml v0.8.0 |
1557 | 2023-10-17T20:55:59.840Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1558 | 2023-10-17T20:56:00.173Z | Compiling colored v2.0.4 |
1559 | 2023-10-17T20:56:00.330Z | Compiling nix v0.26.2 |
1560 | 2023-10-17T20:56:00.798Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1561 | 2023-10-17T20:56:06.925Z | Compiling twox-hash v1.6.3 |
1562 | 2023-10-17T20:56:07.165Z | Compiling hkdf v0.12.3 |
1563 | 2023-10-17T20:56:07.301Z | Compiling textwrap v0.11.0 |
1564 | 2023-10-17T20:56:07.352Z | Compiling const_format_proc_macros v0.2.31 |
1565 | 2023-10-17T20:56:07.384Z | Compiling ansi_term v0.12.1 |
1566 | 2023-10-17T20:56:07.422Z | Compiling strsim v0.8.0 |
1567 | 2023-10-17T20:56:07.459Z | Compiling quick-error v1.2.3 |
1568 | 2023-10-17T20:56:07.488Z | Compiling linked-hash-map v0.5.6 |
1569 | 2023-10-17T20:56:07.514Z | Compiling base64 v0.13.1 |
1570 | 2023-10-17T20:56:07.519Z | Compiling vec_map v0.8.2 |
1571 | 2023-10-17T20:56:07.523Z | Compiling lru-cache v0.1.2 |
1572 | 2023-10-17T20:56:07.603Z | Compiling clap v2.34.0 |
1573 | 2023-10-17T20:56:08.222Z | Compiling resolv-conf v0.7.0 |
1574 | 2023-10-17T20:56:10.135Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1575 | 2023-10-17T20:56:10.658Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1576 | 2023-10-17T20:56:12.466Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1577 | 2023-10-17T20:56:14.180Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1578 | 2023-10-17T20:56:15.494Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1579 | 2023-10-17T20:56:17.207Z | Compiling num_enum v0.7.0 |
1580 | 2023-10-17T20:56:17.471Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1581 | 2023-10-17T20:56:19.490Z | Compiling bincode v1.3.3 |
1582 | 2023-10-17T20:56:19.666Z | Compiling utf-8 v0.7.6 |
1583 | 2023-10-17T20:56:20.670Z | Compiling cancel-safe-futures v0.1.2 |
1584 | 2023-10-17T20:56:21.404Z | Compiling humantime v2.1.0 |
1585 | 2023-10-17T20:56:22.118Z | Compiling keccak v0.1.4 |
1586 | 2023-10-17T20:56:22.302Z | Compiling convert_case v0.4.0 |
1587 | 2023-10-17T20:56:22.649Z | Compiling termcolor v1.2.0 |
1588 | 2023-10-17T20:56:23.547Z | Compiling env_logger v0.9.3 |
1589 | 2023-10-17T20:56:23.579Z | Compiling derive_more v0.99.17 |
1590 | 2023-10-17T20:56:23.731Z | Compiling sha3 v0.10.8 |
1591 | 2023-10-17T20:56:24.848Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1592 | 2023-10-17T20:56:31.575Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1593 | 2023-10-17T20:56:36.549Z | Compiling structopt v0.3.26 |
1594 | 2023-10-17T20:56:37.345Z | Compiling trust-dns-resolver v0.22.0 |
1595 | 2023-10-17T20:56:37.785Z | Compiling aes-gcm-siv v0.11.1 |
1596 | 2023-10-17T20:56:55.409Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1597 | 2023-10-17T20:56:55.760Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1598 | 2023-10-17T20:56:55.853Z | Compiling zone v0.2.0 |
1599 | 2023-10-17T20:56:55.900Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1600 | 2023-10-17T20:56:55.931Z | Compiling secrecy v0.8.0 |
1601 | 2023-10-17T20:56:55.975Z | Compiling smf v0.2.2 |
1602 | 2023-10-17T20:56:56.032Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1603 | 2023-10-17T20:56:56.067Z | Compiling ascii v1.1.0 |
1604 | 2023-10-17T20:56:56.115Z | Compiling ringbuffer v0.15.0 |
1605 | 2023-10-17T20:56:56.141Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1606 | 2023-10-17T20:56:56.192Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1607 | 2023-10-17T20:56:56.206Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1608 | 2023-10-17T20:56:56.215Z | Compiling bitstruct v0.1.1 |
1609 | 2023-10-17T20:56:56.230Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1610 | 2023-10-17T20:56:56.242Z | Compiling serde_arrays v0.1.0 |
1611 | 2023-10-17T20:56:56.265Z | Compiling ff v0.13.0 |
1612 | 2023-10-17T20:56:56.276Z | Compiling nibble_vec v0.1.0 |
1613 | 2023-10-17T20:56:56.284Z | Compiling endian-type v0.1.2 |
1614 | 2023-10-17T20:56:56.297Z | Compiling arc-swap v1.6.0 |
1615 | 2023-10-17T20:56:56.608Z | Compiling radix_trie v0.2.1 |
1616 | 2023-10-17T20:56:56.635Z | Compiling group v0.13.0 |
1617 | 2023-10-17T20:56:56.644Z | Compiling slog-scope v4.4.0 |
1618 | 2023-10-17T20:56:56.652Z | Compiling rand_core v0.5.1 |
1619 | 2023-10-17T20:56:56.659Z | Compiling tungstenite v0.20.1 |
1620 | 2023-10-17T20:56:56.663Z | Compiling poly1305 v0.8.0 |
1621 | 2023-10-17T20:56:56.667Z | Compiling chacha20 v0.9.1 |
1622 | 2023-10-17T20:56:56.670Z | Compiling crypto-bigint v0.5.2 |
1623 | 2023-10-17T20:56:56.679Z | Compiling num-complex v0.4.4 |
1624 | 2023-10-17T20:56:56.689Z | Compiling option-ext v0.2.0 |
1625 | 2023-10-17T20:56:56.720Z | Compiling base16ct v0.2.0 |
1626 | 2023-10-17T20:56:56.724Z | Compiling ciborium-io v0.2.1 |
1627 | 2023-10-17T20:56:56.734Z | Compiling half v1.8.2 |
1628 | 2023-10-17T20:56:56.744Z | Compiling dirs-sys v0.4.1 |
1629 | 2023-10-17T20:56:56.778Z | Compiling ciborium-ll v0.2.1 |
1630 | 2023-10-17T20:56:56.785Z | Compiling num v0.4.1 |
1631 | 2023-10-17T20:56:56.796Z | Compiling tokio-tungstenite v0.20.1 |
1632 | 2023-10-17T20:56:56.803Z | Compiling parking_lot v0.11.2 |
1633 | 2023-10-17T20:56:56.814Z | Compiling rand_chacha v0.2.2 |
1634 | 2023-10-17T20:56:56.832Z | Compiling slog-stdlog v4.1.1 |
1635 | 2023-10-17T20:56:56.855Z | Compiling trust-dns-client v0.22.0 |
1636 | 2023-10-17T20:56:56.862Z | Compiling thiserror-no-std v2.0.2 |
1637 | 2023-10-17T20:56:56.868Z | Compiling elliptic-curve v0.13.5 |
1638 | 2023-10-17T20:56:56.874Z | Compiling password-hash v0.4.2 |
1639 | 2023-10-17T20:56:56.884Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1640 | 2023-10-17T20:56:56.900Z | Compiling ed25519 v2.2.2 |
1641 | 2023-10-17T20:56:56.907Z | Compiling blowfish v0.9.1 |
1642 | 2023-10-17T20:56:56.922Z | Compiling pbkdf2 v0.12.2 |
1643 | 2023-10-17T20:56:56.929Z | Compiling fxhash v0.2.1 |
1644 | 2023-10-17T20:56:57.298Z | Compiling sled v0.34.7 |
1645 | 2023-10-17T20:56:57.474Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1646 | 2023-10-17T20:56:57.866Z | Compiling bcrypt-pbkdf v0.10.0 |
1647 | 2023-10-17T20:56:58.097Z | Compiling trust-dns-server v0.22.1 |
1648 | 2023-10-17T20:56:58.189Z | Compiling pbkdf2 v0.11.0 |
1649 | 2023-10-17T20:56:58.480Z | Compiling ed25519-dalek v2.0.0 |
1650 | 2023-10-17T20:56:58.784Z | Compiling vsss-rs v3.3.1 |
1651 | 2023-10-17T20:56:59.373Z | Compiling russh-cryptovec v0.7.0 |
1652 | 2023-10-17T20:56:59.401Z | Compiling rand v0.7.3 |
1653 | 2023-10-17T20:57:00.243Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1654 | 2023-10-17T20:57:00.678Z | Compiling slog-envlogger v2.2.0 |
1655 | 2023-10-17T20:57:02.137Z | Compiling ciborium v0.2.1 |
1656 | 2023-10-17T20:57:02.715Z | Compiling dirs v5.0.1 |
1657 | 2023-10-17T20:57:02.824Z | Compiling chacha20poly1305 v0.10.1 |
1658 | 2023-10-17T20:57:03.019Z | Compiling tungstenite v0.18.0 |
1659 | 2023-10-17T20:57:03.143Z | Compiling pem v1.1.1 |
1660 | 2023-10-17T20:57:04.302Z | Compiling ron v0.7.1 |
1661 | 2023-10-17T20:57:04.748Z | Compiling const_format v0.2.31 |
1662 | 2023-10-17T20:57:06.436Z | Compiling ghash v0.5.0 |
1663 | 2023-10-17T20:57:07.782Z | Compiling camino-tempfile v1.0.2 |
1664 | 2023-10-17T20:57:08.324Z | Compiling cbc v0.1.2 |
1665 | 2023-10-17T20:57:08.350Z | Compiling headers-core v0.2.0 |
1666 | 2023-10-17T20:57:08.677Z | Compiling bit_field v0.10.2 |
1667 | 2023-10-17T20:57:08.935Z | Compiling http-range v0.1.5 |
1668 | 2023-10-17T20:57:09.094Z | Compiling pretty-hex v0.3.0 |
1669 | 2023-10-17T20:57:09.117Z | Compiling md5 v0.7.0 |
1670 | 2023-10-17T20:57:09.395Z | Compiling hyper-staticfile v0.9.5 |
1671 | 2023-10-17T20:57:09.571Z | Compiling russh-keys v0.38.0 |
1672 | 2023-10-17T20:57:10.439Z | Compiling headers v0.3.9 |
1673 | 2023-10-17T20:57:14.724Z | Compiling aes-gcm v0.10.2 |
1674 | 2023-10-17T20:57:17.284Z | Compiling tokio-tungstenite v0.18.0 |
1675 | 2023-10-17T20:57:17.330Z | Compiling rcgen v0.10.0 |
1676 | 2023-10-17T20:57:22.108Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1677 | 2023-10-17T20:57:22.392Z | Compiling atomicwrites v0.4.2 |
1678 | 2023-10-17T20:57:22.974Z | Compiling subprocess v0.2.9 |
1679 | 2023-10-17T20:57:23.445Z | Compiling hex-literal v0.4.1 |
1680 | 2023-10-17T20:57:23.710Z | Compiling glob v0.3.1 |
1681 | 2023-10-17T20:57:23.920Z | Compiling russh v0.38.0 |
1682 | 2023-10-17T20:57:30.252Z | Compiling bzip2 v0.4.4 |
1683 | 2023-10-17T20:57:30.758Z | Compiling zip v0.6.6 |
1684 | 2023-10-17T20:57:33.213Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1685 | 2023-10-17T20:57:33.820Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1686 | 2023-10-17T20:57:33.848Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1687 | 2023-10-17T20:57:33.885Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1688 | 2023-10-17T20:57:33.993Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1689 | 2023-10-17T20:57:34.197Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1690 | 2023-10-17T20:57:34.399Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1691 | 2023-10-17T20:57:34.867Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1692 | 2023-10-17T20:57:35.031Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1693 | 2023-10-17T20:57:37.178Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1694 | 2023-10-17T20:57:45.558Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1695 | 2023-10-17T20:57:52.196Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1696 | 2023-10-17T20:57:57.137Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1697 | 2023-10-17T20:57:58.705Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1698 | 2023-10-17T20:58:13.054Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1699 | 2023-10-17T20:58:14.721Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1700 | 2023-10-17T20:58:18.511Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1701 | 2023-10-17T20:58:24.416Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1702 | 2023-10-17T20:58:25.344Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1703 | 2023-10-17T20:58:25.397Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1704 | 2023-10-17T20:58:41.769Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1705 | 2023-10-17T20:59:06.177Z | Compiling git2 v0.17.2 |
1706 | 2023-10-17T20:59:12.621Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1707 | 2023-10-17T20:59:14.624Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1708 | 2023-10-17T20:59:27.139Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1709 | 2023-10-17T20:59:43.346Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1710 | 2023-10-17T20:59:43.572Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1711 | 2023-10-17T20:59:44.133Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1712 | 2023-10-17T20:59:47.130Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1713 | 2023-10-17T21:00:24.783Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1714 | 2023-10-17T21:01:51.765Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 49s |
1715 | 2023-10-17T21:01:52.178Z | |
1716 | 2023-10-17T21:01:52.189Z | real 10:49.552146598 |
1717 | 2023-10-17T21:01:52.203Z | user 59:01.152038471 |
1718 | 2023-10-17T21:01:52.212Z | sys 9:24.185083079 |
1719 | 2023-10-17T21:01:52.221Z | trap 2.346665868 |
1720 | 2023-10-17T21:01:52.231Z | tflt 8.165159769 |
1721 | 2023-10-17T21:01:52.650Z | dflt 12.602949532 |
1722 | 2023-10-17T21:01:52.669Z | kflt 0.024400194 |
1723 | 2023-10-17T21:01:52.682Z | lock 1:51:34.648702810 |
1724 | 2023-10-17T21:01:52.752Z | slp 3:07:02.483445189 |
1725 | 2023-10-17T21:01:53.181Z | lat 2:22.010915811 |
1726 | 2023-10-17T21:01:53.185Z | stop 5:51.748864175 |
1727 | 2023-10-17T21:01:53.243Z | + mkdir -p /work/end-to-end-tests |
1728 | 2023-10-17T21:01:53.253Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1729 | 2023-10-17T21:01:53.456Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1730 | 2023-10-17T21:01:53.467Z | + ptime -m gzip |
1731 | 2023-10-17T21:01:53.481Z | ++ basename target/debug/bootstrap |
1732 | 2023-10-17T21:02:10.183Z | |
1733 | 2023-10-17T21:02:10.187Z | real 16.724015503 |
1734 | 2023-10-17T21:02:10.190Z | user 16.557757261 |
1735 | 2023-10-17T21:02:10.194Z | sys 0.161563901 |
1736 | 2023-10-17T21:02:10.197Z | trap 0.003089717 |
1737 | 2023-10-17T21:02:10.200Z | tflt 0.000000000 |
1738 | 2023-10-17T21:02:10.203Z | dflt 0.000000000 |
1739 | 2023-10-17T21:02:10.207Z | kflt 0.000000000 |
1740 | 2023-10-17T21:02:10.210Z | lock 0.000000000 |
1741 | 2023-10-17T21:02:10.213Z | slp 0.000000000 |
1742 | 2023-10-17T21:02:10.217Z | lat 0.001225083 |
1743 | 2023-10-17T21:02:10.221Z | stop 0.000267793 |
1744 | 2023-10-17T21:02:10.224Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1745 | 2023-10-17T21:02:10.228Z | + ptime -m gzip |
1746 | 2023-10-17T21:02:10.231Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8f412cf8dfc7d0db |
1747 | 2023-10-17T21:02:11.275Z | |
1748 | 2023-10-17T21:02:11.285Z | real 1.077502522 |
1749 | 2023-10-17T21:02:11.290Z | user 1.065991956 |
1750 | 2023-10-17T21:02:11.295Z | sys 0.010858011 |
1751 | 2023-10-17T21:02:11.301Z | trap 0.000118361 |
1752 | 2023-10-17T21:02:11.305Z | tflt 0.000000000 |
1753 | 2023-10-17T21:02:11.309Z | dflt 0.000000000 |
1754 | 2023-10-17T21:02:11.312Z | kflt 0.000000000 |
1755 | 2023-10-17T21:02:11.316Z | lock 0.000000000 |
1756 | 2023-10-17T21:02:11.323Z | slp 0.000000000 |
1757 | 2023-10-17T21:02:11.327Z | lat 0.000188386 |
1758 | 2023-10-17T21:02:11.331Z | stop 0.000234921 |
1759 | 2023-10-17T21:02:11.335Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1760 | 2023-10-17T21:02:11.338Z | + ptime -m gzip |
1761 | 2023-10-17T21:02:11.342Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2c7e0af8d3a77456 |
1762 | 2023-10-17T21:02:30.347Z | |
1763 | 2023-10-17T21:02:30.357Z | real 19.069133544 |
1764 | 2023-10-17T21:02:30.780Z | user 18.884984816 |
1765 | 2023-10-17T21:02:31.223Z | sys 0.179174630 |
1766 | 2023-10-17T21:02:31.240Z | trap 0.003565839 |
1767 | 2023-10-17T21:02:31.262Z | tflt 0.000000000 |
1768 | 2023-10-17T21:02:31.289Z | dflt 0.000000000 |
1769 | 2023-10-17T21:02:31.306Z | kflt 0.000000000 |
1770 | 2023-10-17T21:02:31.316Z | lock 0.000000000 |
1771 | 2023-10-17T21:02:31.327Z | slp 0.000000000 |
1772 | 2023-10-17T21:02:31.339Z | lat 0.001077690 |
1773 | 2023-10-17T21:02:31.353Z | stop 0.000219446 |
1774 | 2023-10-17T21:02:31.369Z | + banner caboose-util |
1775 | 2023-10-17T21:02:31.390Z | |
1776 | 2023-10-17T21:02:31.407Z | #### ## ##### #### #### #### ###### # # ##### |
1777 | 2023-10-17T21:02:31.429Z | # # # # # # # # # # # # # # # |
1778 | 2023-10-17T21:02:31.446Z | # # # ##### # # # # #### ##### ##### # # # |
1779 | 2023-10-17T21:02:31.464Z | # ###### # # # # # # # # # # # |
1780 | 2023-10-17T21:02:31.479Z | # # # # # # # # # # # # # # # # |
1781 | 2023-10-17T21:02:31.900Z | #### # # ##### #### #### #### ###### #### # |
1782 | 2023-10-17T21:02:31.913Z | |
1783 | 2023-10-17T21:02:31.931Z | + ptime -m cargo build --locked -p caboose-util --release |
1784 | 2023-10-17T21:02:31.944Z | Downloading crates ... |
1785 | 2023-10-17T21:02:31.961Z | Downloaded flagset v0.4.3 |
1786 | 2023-10-17T21:02:32.386Z | Downloaded nodrop v0.1.14 |
1787 | 2023-10-17T21:02:32.400Z | Downloaded bitfield v0.14.0 |
1788 | 2023-10-17T21:02:32.414Z | Downloaded packed_struct v0.10.1 |
1789 | 2023-10-17T21:02:32.425Z | Downloaded pkcs1 v0.7.5 |
1790 | 2023-10-17T21:02:32.441Z | Downloaded crc v3.0.1 |
1791 | 2023-10-17T21:02:32.459Z | Downloaded pem-rfc7468 v0.7.0 |
1792 | 2023-10-17T21:02:32.477Z | Downloaded path-slash v0.1.5 |
1793 | 2023-10-17T21:02:32.891Z | Downloaded crc-catalog v2.2.0 |
1794 | 2023-10-17T21:02:32.920Z | Downloaded array-init v0.0.4 |
1795 | 2023-10-17T21:02:32.929Z | Downloaded serde-hex v0.1.0 |
1796 | 2023-10-17T21:02:32.949Z | Downloaded der_derive v0.7.2 |
1797 | 2023-10-17T21:02:32.961Z | Downloaded maybe-uninit v2.0.0 |
1798 | 2023-10-17T21:02:32.973Z | Downloaded smallvec v0.6.14 |
1799 | 2023-10-17T21:02:32.986Z | Downloaded crc-any v2.4.3 |
1800 | 2023-10-17T21:02:32.997Z | Downloaded rsa v0.9.2 |
1801 | 2023-10-17T21:02:33.010Z | Downloaded ron v0.8.1 |
1802 | 2023-10-17T21:02:33.019Z | Downloaded x509-cert v0.2.4 |
1803 | 2023-10-17T21:02:33.441Z | Downloaded object v0.30.4 |
1804 | 2023-10-17T21:02:33.466Z | Downloaded num-bigint-dig v0.8.4 |
1805 | 2023-10-17T21:02:33.479Z | Downloaded env_logger v0.10.0 |
1806 | 2023-10-17T21:02:33.504Z | Downloaded packed_struct_codegen v0.10.1 |
1807 | 2023-10-17T21:02:33.516Z | Compiling proc-macro2 v1.0.67 |
1808 | 2023-10-17T21:02:33.523Z | Compiling unicode-ident v1.0.12 |
1809 | 2023-10-17T21:02:33.527Z | Compiling libc v0.2.149 |
1810 | 2023-10-17T21:02:33.531Z | Compiling autocfg v1.1.0 |
1811 | 2023-10-17T21:02:33.535Z | Compiling serde v1.0.188 |
1812 | 2023-10-17T21:02:33.541Z | Compiling version_check v0.9.4 |
1813 | 2023-10-17T21:02:33.546Z | Compiling cfg-if v1.0.0 |
1814 | 2023-10-17T21:02:33.551Z | Compiling parking_lot_core v0.9.8 |
1815 | 2023-10-17T21:02:33.556Z | Compiling once_cell v1.18.0 |
1816 | 2023-10-17T21:02:33.560Z | Compiling syn v1.0.109 |
1817 | 2023-10-17T21:02:33.564Z | Compiling typenum v1.16.0 |
1818 | 2023-10-17T21:02:33.571Z | Compiling libm v0.2.7 |
1819 | 2023-10-17T21:02:33.590Z | Compiling futures-core v0.3.28 |
1820 | 2023-10-17T21:02:33.602Z | Compiling generic-array v0.14.7 |
1821 | 2023-10-17T21:02:33.612Z | Compiling lock_api v0.4.10 |
1822 | 2023-10-17T21:02:33.628Z | Compiling num-traits v0.2.16 |
1823 | 2023-10-17T21:02:33.638Z | Compiling pkg-config v0.3.27 |
1824 | 2023-10-17T21:02:33.643Z | Compiling slab v0.4.9 |
1825 | 2023-10-17T21:02:33.651Z | Compiling serde_json v1.0.107 |
1826 | 2023-10-17T21:02:33.656Z | Compiling futures-task v0.3.28 |
1827 | 2023-10-17T21:02:33.719Z | Compiling quote v1.0.33 |
1828 | 2023-10-17T21:02:33.934Z | Compiling futures-channel v0.3.28 |
1829 | 2023-10-17T21:02:34.358Z | Compiling scopeguard v1.2.0 |
1830 | 2023-10-17T21:02:34.384Z | Compiling thiserror v1.0.49 |
1831 | 2023-10-17T21:02:34.397Z | Compiling itoa v1.0.9 |
1832 | 2023-10-17T21:02:34.408Z | Compiling memchr v2.6.3 |
1833 | 2023-10-17T21:02:34.581Z | Compiling syn v2.0.32 |
1834 | 2023-10-17T21:02:34.712Z | Compiling jobserver v0.1.26 |
1835 | 2023-10-17T21:02:34.738Z | Compiling getrandom v0.2.10 |
1836 | 2023-10-17T21:02:34.910Z | Compiling futures-util v0.3.28 |
1837 | 2023-10-17T21:02:35.212Z | Compiling cc v1.0.83 |
1838 | 2023-10-17T21:02:36.338Z | Compiling ahash v0.8.3 |
1839 | 2023-10-17T21:02:36.485Z | Compiling smallvec v1.11.0 |
1840 | 2023-10-17T21:02:36.866Z | Compiling log v0.4.20 |
1841 | 2023-10-17T21:02:37.344Z | Compiling vcpkg v0.2.15 |
1842 | 2023-10-17T21:02:38.113Z | Compiling byteorder v1.4.3 |
1843 | 2023-10-17T21:02:38.257Z | Compiling rand_core v0.6.4 |
1844 | 2023-10-17T21:02:39.003Z | Compiling pin-project-lite v0.2.13 |
1845 | 2023-10-17T21:02:39.516Z | Compiling parking_lot v0.12.1 |
1846 | 2023-10-17T21:02:39.809Z | Compiling indexmap v1.9.3 |
1847 | 2023-10-17T21:02:39.969Z | Compiling ring v0.16.20 |
1848 | 2023-10-17T21:02:40.256Z | Compiling openssl-sys v0.9.93 |
1849 | 2023-10-17T21:02:41.873Z | Compiling io-lifetimes v1.0.11 |
1850 | 2023-10-17T21:02:42.701Z | Compiling num-integer v0.1.45 |
1851 | 2023-10-17T21:02:42.705Z | Compiling ryu v1.0.15 |
1852 | 2023-10-17T21:02:43.103Z | Compiling semver v1.0.18 |
1853 | 2023-10-17T21:02:43.162Z | Compiling spin v0.5.2 |
1854 | 2023-10-17T21:02:43.528Z | Compiling const-oid v0.9.5 |
1855 | 2023-10-17T21:02:44.814Z | Compiling rustix v0.37.23 |
1856 | 2023-10-17T21:02:45.659Z | Compiling mio v0.8.8 |
1857 | 2023-10-17T21:02:45.779Z | Compiling signal-hook-registry v1.4.1 |
1858 | 2023-10-17T21:02:45.966Z | Compiling num_cpus v1.16.0 |
1859 | 2023-10-17T21:02:46.124Z | Compiling socket2 v0.5.3 |
1860 | 2023-10-17T21:02:46.889Z | Compiling httparse v1.8.0 |
1861 | 2023-10-17T21:02:46.969Z | Compiling ucd-trie v0.1.6 |
1862 | 2023-10-17T21:02:47.197Z | Compiling openssl v0.10.57 |
1863 | 2023-10-17T21:02:47.451Z | Compiling futures-sink v0.3.28 |
1864 | 2023-10-17T21:02:47.585Z | Compiling unicode-xid v0.2.4 |
1865 | 2023-10-17T21:02:48.383Z | Compiling synstructure v0.12.6 |
1866 | 2023-10-17T21:02:48.396Z | Compiling tinyvec_macros v0.1.1 |
1867 | 2023-10-17T21:02:48.411Z | Compiling tinyvec v1.6.0 |
1868 | 2023-10-17T21:02:50.089Z | Compiling native-tls v0.2.11 |
1869 | 2023-10-17T21:02:50.143Z | Compiling futures-io v0.3.28 |
1870 | 2023-10-17T21:02:50.354Z | Compiling rustls v0.21.7 |
1871 | 2023-10-17T21:02:50.568Z | Compiling ppv-lite86 v0.2.17 |
1872 | 2023-10-17T21:02:50.692Z | Compiling crc32fast v1.3.2 |
1873 | 2023-10-17T21:02:50.722Z | Compiling radium v0.7.0 |
1874 | 2023-10-17T21:02:51.319Z | Compiling pin-utils v0.1.0 |
1875 | 2023-10-17T21:02:51.322Z | Compiling unicode-normalization v0.1.22 |
1876 | 2023-10-17T21:02:51.325Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1877 | 2023-10-17T21:02:51.743Z | Compiling tracing-core v0.1.31 |
1878 | 2023-10-17T21:02:51.805Z | Compiling subtle v2.5.0 |
1879 | 2023-10-17T21:02:51.839Z | Compiling heck v0.4.1 |
1880 | 2023-10-17T21:02:51.983Z | Compiling rand_chacha v0.3.1 |
1881 | 2023-10-17T21:02:52.272Z | Compiling unicode-bidi v0.3.13 |
1882 | 2023-10-17T21:02:53.115Z | Compiling rand v0.8.5 |
1883 | 2023-10-17T21:02:55.477Z | Compiling errno v0.3.2 |
1884 | 2023-10-17T21:02:55.487Z | Compiling num-iter v0.1.43 |
1885 | 2023-10-17T21:02:55.906Z | Compiling usdt-impl v0.3.5 |
1886 | 2023-10-17T21:02:55.916Z | Compiling base64 v0.21.4 |
1887 | 2023-10-17T21:02:55.925Z | Compiling rustix v0.38.9 |
1888 | 2023-10-17T21:02:56.287Z | Compiling schemars v0.8.13 |
1889 | 2023-10-17T21:02:57.455Z | Compiling serde_derive v1.0.188 |
1890 | 2023-10-17T21:02:57.538Z | Compiling zeroize_derive v1.4.2 |
1891 | 2023-10-17T21:02:57.709Z | Compiling tokio-macros v2.1.0 |
1892 | 2023-10-17T21:02:58.170Z | Compiling thiserror-impl v1.0.49 |
1893 | 2023-10-17T21:02:58.182Z | Compiling futures-macro v0.3.28 |
1894 | 2023-10-17T21:02:58.192Z | Compiling tracing-attributes v0.1.26 |
1895 | 2023-10-17T21:02:58.358Z | Compiling zerocopy-derive v0.2.0 |
1896 | 2023-10-17T21:02:59.169Z | Compiling openssl-macros v0.1.1 |
1897 | 2023-10-17T21:02:59.807Z | Compiling zeroize v1.6.0 |
1898 | 2023-10-17T21:03:00.201Z | Compiling zerocopy-derive v0.6.3 |
1899 | 2023-10-17T21:03:01.174Z | Compiling serde_derive_internals v0.26.0 |
1900 | 2023-10-17T21:03:02.627Z | Compiling pest v2.7.2 |
1901 | 2023-10-17T21:03:02.999Z | Compiling crypto-common v0.1.6 |
1902 | 2023-10-17T21:03:03.324Z | Compiling block-buffer v0.10.4 |
1903 | 2023-10-17T21:03:03.684Z | Compiling tracing v0.1.37 |
1904 | 2023-10-17T21:03:03.695Z | Compiling digest v0.10.7 |
1905 | 2023-10-17T21:03:04.923Z | Compiling bitflags v1.3.2 |
1906 | 2023-10-17T21:03:05.067Z | Compiling fnv v1.0.7 |
1907 | 2023-10-17T21:03:05.665Z | Compiling untrusted v0.7.1 |
1908 | 2023-10-17T21:03:07.507Z | Compiling pest_meta v2.7.2 |
1909 | 2023-10-17T21:03:09.383Z | Compiling schemars_derive v0.8.13 |
1910 | 2023-10-17T21:03:11.652Z | Compiling pest_generator v2.7.2 |
1911 | 2023-10-17T21:03:13.197Z | Compiling zerocopy v0.3.0 |
1912 | 2023-10-17T21:03:13.905Z | Compiling lazy_static v1.4.0 |
1913 | 2023-10-17T21:03:14.526Z | Compiling backtrace v0.3.69 |
1914 | 2023-10-17T21:03:14.542Z | Compiling num-bigint v0.4.4 |
1915 | 2023-10-17T21:03:14.555Z | Compiling memoffset v0.9.0 |
1916 | 2023-10-17T21:03:14.776Z | Compiling pest_derive v2.7.2 |
1917 | 2023-10-17T21:03:15.389Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1918 | 2023-10-17T21:03:15.401Z | Compiling crossbeam-utils v0.8.16 |
1919 | 2023-10-17T21:03:15.410Z | Compiling smoltcp v0.9.1 |
1920 | 2023-10-17T21:03:15.419Z | Compiling hashbrown v0.12.3 |
1921 | 2023-10-17T21:03:15.736Z | Compiling allocator-api2 v0.2.16 |
1922 | 2023-10-17T21:03:15.779Z | Compiling iana-time-zone v0.1.57 |
1923 | 2023-10-17T21:03:16.843Z | Compiling percent-encoding v2.3.0 |
1924 | 2023-10-17T21:03:16.847Z | Compiling openssl-probe v0.1.5 |
1925 | 2023-10-17T21:03:16.851Z | Compiling base64ct v1.6.0 |
1926 | 2023-10-17T21:03:16.854Z | Compiling async-trait v0.1.73 |
1927 | 2023-10-17T21:03:16.857Z | Compiling foreign-types-shared v0.1.1 |
1928 | 2023-10-17T21:03:16.860Z | Compiling foreign-types v0.3.2 |
1929 | 2023-10-17T21:03:16.891Z | Compiling dtrace-parser v0.1.14 |
1930 | 2023-10-17T21:03:17.070Z | Compiling hashbrown v0.14.0 |
1931 | 2023-10-17T21:03:17.570Z | Compiling pem-rfc7468 v0.7.0 |
1932 | 2023-10-17T21:03:17.754Z | Compiling dof v0.1.5 |
1933 | 2023-10-17T21:03:19.049Z | Compiling clap_derive v4.4.2 |
1934 | 2023-10-17T21:03:19.098Z | Compiling der_derive v0.7.2 |
1935 | 2023-10-17T21:03:20.315Z | Compiling thread-id v4.2.0 |
1936 | 2023-10-17T21:03:20.466Z | Compiling try-lock v0.2.4 |
1937 | 2023-10-17T21:03:20.679Z | Compiling siphasher v0.3.11 |
1938 | 2023-10-17T21:03:21.032Z | Compiling bytes v1.5.0 |
1939 | 2023-10-17T21:03:22.248Z | Compiling bitflags v2.4.0 |
1940 | 2023-10-17T21:03:22.263Z | Compiling uuid v1.4.1 |
1941 | 2023-10-17T21:03:22.543Z | Compiling tokio v1.32.0 |
1942 | 2023-10-17T21:03:22.970Z | Compiling rustc_version v0.4.0 |
1943 | 2023-10-17T21:03:23.158Z | Compiling http v0.2.9 |
1944 | 2023-10-17T21:03:23.993Z | Compiling heapless v0.7.16 |
1945 | 2023-10-17T21:03:24.563Z | Compiling chrono v0.4.31 |
1946 | 2023-10-17T21:03:25.536Z | Compiling cpufeatures v0.2.9 |
1947 | 2023-10-17T21:03:25.587Z | Compiling time-core v0.1.1 |
1948 | 2023-10-17T21:03:25.838Z | Compiling adler v1.0.2 |
1949 | 2023-10-17T21:03:25.871Z | Compiling anstyle v1.0.2 |
1950 | 2023-10-17T21:03:26.148Z | Compiling utf8parse v0.2.1 |
1951 | 2023-10-17T21:03:26.420Z | Compiling equivalent v1.0.1 |
1952 | 2023-10-17T21:03:26.568Z | Compiling flagset v0.4.3 |
1953 | 2023-10-17T21:03:26.858Z | Compiling indexmap v2.0.0 |
1954 | 2023-10-17T21:03:26.938Z | Compiling der v0.7.8 |
1955 | 2023-10-17T21:03:26.951Z | Compiling anstyle-parse v0.2.1 |
1956 | 2023-10-17T21:03:27.081Z | Compiling miniz_oxide v0.7.1 |
1957 | 2023-10-17T21:03:27.636Z | Compiling time-macros v0.2.13 |
1958 | 2023-10-17T21:03:29.265Z | Compiling http-body v0.4.5 |
1959 | 2023-10-17T21:03:29.923Z | Compiling sha2 v0.10.7 |
1960 | 2023-10-17T21:03:35.280Z | Compiling serde_tokenstream v0.1.7 |
1961 | 2023-10-17T21:03:36.086Z | Compiling tokio-util v0.7.8 |
1962 | 2023-10-17T21:03:36.110Z | Compiling want v0.3.1 |
1963 | 2023-10-17T21:03:38.388Z | Compiling h2 v0.3.21 |
1964 | 2023-10-17T21:03:40.892Z | Compiling form_urlencoded v1.2.0 |
1965 | 2023-10-17T21:03:41.337Z | Compiling sct v0.7.0 |
1966 | 2023-10-17T21:03:41.744Z | Compiling rustls-webpki v0.101.4 |
1967 | 2023-10-17T21:03:41.814Z | Compiling hubpack_derive v0.1.1 |
1968 | 2023-10-17T21:03:43.477Z | Compiling aho-corasick v1.0.4 |
1969 | 2023-10-17T21:03:44.378Z | Compiling socket2 v0.4.9 |
1970 | 2023-10-17T21:03:44.732Z | Compiling crossbeam-epoch v0.9.15 |
1971 | 2023-10-17T21:03:45.420Z | Compiling tap v1.0.1 |
1972 | 2023-10-17T21:03:45.697Z | Compiling slog v2.7.0 |
1973 | 2023-10-17T21:03:45.733Z | Compiling anyhow v1.0.75 |
1974 | 2023-10-17T21:03:46.840Z | Compiling regex-syntax v0.7.5 |
1975 | 2023-10-17T21:03:46.874Z | Compiling tower-service v0.3.2 |
1976 | 2023-10-17T21:03:46.906Z | Compiling httpdate v1.0.3 |
1977 | 2023-10-17T21:03:47.307Z | Compiling colorchoice v1.0.0 |
1978 | 2023-10-17T21:03:47.769Z | Compiling anstyle-query v1.0.0 |
1979 | 2023-10-17T21:03:48.385Z | Compiling anstream v0.5.0 |
1980 | 2023-10-17T21:03:50.343Z | Compiling hyper v0.14.27 |
1981 | 2023-10-17T21:03:52.085Z | Compiling wyz v0.5.1 |
1982 | 2023-10-17T21:03:54.088Z | Compiling regex-automata v0.3.8 |
1983 | 2023-10-17T21:03:57.566Z | Compiling terminal_size v0.2.6 |
1984 | 2023-10-17T21:03:57.872Z | Compiling spki v0.7.2 |
1985 | 2023-10-17T21:03:58.127Z | Compiling rustls-pemfile v1.0.3 |
1986 | 2023-10-17T21:03:58.646Z | Compiling md-5 v0.10.5 |
1987 | 2023-10-17T21:03:58.742Z | Compiling hmac v0.12.1 |
1988 | 2023-10-17T21:03:58.992Z | Compiling zerocopy v0.6.3 |
1989 | 2023-10-17T21:03:59.452Z | Compiling idna v0.4.0 |
1990 | 2023-10-17T21:04:00.464Z | Compiling stringprep v0.1.3 |
1991 | 2023-10-17T21:04:02.081Z | Compiling diesel_table_macro_syntax v0.1.0 |
1992 | 2023-10-17T21:04:02.534Z | Compiling hash32 v0.2.1 |
1993 | 2023-10-17T21:04:02.670Z | Compiling spin v0.9.8 |
1994 | 2023-10-17T21:04:02.706Z | Compiling either v1.9.0 |
1995 | 2023-10-17T21:04:02.883Z | Compiling fallible-iterator v0.2.0 |
1996 | 2023-10-17T21:04:03.141Z | Compiling clap_lex v0.5.1 |
1997 | 2023-10-17T21:04:03.218Z | Compiling stable_deref_trait v1.2.0 |
1998 | 2023-10-17T21:04:03.365Z | Compiling strsim v0.10.0 |
1999 | 2023-10-17T21:04:04.071Z | Compiling funty v2.0.0 |
2000 | 2023-10-17T21:04:04.321Z | Compiling maybe-uninit v2.0.0 |
2001 | 2023-10-17T21:04:04.734Z | Compiling gimli v0.28.0 |
2002 | 2023-10-17T21:04:04.986Z | Compiling dyn-clone v1.0.13 |
2003 | 2023-10-17T21:04:06.390Z | Compiling bitvec v1.0.1 |
2004 | 2023-10-17T21:04:06.938Z | Compiling postgres-protocol v0.6.6 |
2005 | 2023-10-17T21:04:08.980Z | Compiling clap_builder v4.4.2 |
2006 | 2023-10-17T21:04:09.910Z | Compiling tokio-rustls v0.24.1 |
2007 | 2023-10-17T21:04:10.571Z | Compiling diesel_derives v2.1.1 |
2008 | 2023-10-17T21:04:12.080Z | Compiling addr2line v0.21.0 |
2009 | 2023-10-17T21:04:12.546Z | Compiling url v2.4.1 |
2010 | 2023-10-17T21:04:13.325Z | Compiling rustls-native-certs v0.6.3 |
2011 | 2023-10-17T21:04:14.155Z | Compiling tokio-native-tls v0.3.1 |
2012 | 2023-10-17T21:04:17.008Z | Compiling usdt-macro v0.3.5 |
2013 | 2023-10-17T21:04:17.617Z | Compiling usdt-attr-macro v0.3.5 |
2014 | 2023-10-17T21:04:19.638Z | Compiling phf_shared v0.11.2 |
2015 | 2023-10-17T21:04:19.746Z | Compiling serde_spanned v0.6.3 |
2016 | 2023-10-17T21:04:20.119Z | Compiling toml_datetime v0.6.3 |
2017 | 2023-10-17T21:04:20.936Z | Compiling block-padding v0.3.3 |
2018 | 2023-10-17T21:04:21.005Z | Compiling enum-as-inner v0.5.1 |
2019 | 2023-10-17T21:04:21.260Z | Compiling serde_repr v0.1.16 |
2020 | 2023-10-17T21:04:22.566Z | Compiling scheduled-thread-pool v0.2.7 |
2021 | 2023-10-17T21:04:22.954Z | Compiling object v0.32.1 |
2022 | 2023-10-17T21:04:28.523Z | Compiling num_threads v0.1.6 |
2023 | 2023-10-17T21:04:28.955Z | Compiling winnow v0.5.15 |
2024 | 2023-10-17T21:04:32.147Z | Compiling regex-automata v0.1.10 |
2025 | 2023-10-17T21:04:34.431Z | Compiling deranged v0.3.8 |
2026 | 2023-10-17T21:04:35.120Z | Compiling managed v0.8.0 |
2027 | 2023-10-17T21:04:35.419Z | Compiling unicode-width v0.1.10 |
2028 | 2023-10-17T21:04:35.646Z | Compiling bit-vec v0.6.3 |
2029 | 2023-10-17T21:04:35.852Z | Compiling num-bigint-dig v0.8.4 |
2030 | 2023-10-17T21:04:37.345Z | Compiling packed_struct v0.10.1 |
2031 | 2023-10-17T21:04:37.922Z | Compiling rustc-demangle v0.1.23 |
2032 | 2023-10-17T21:04:38.168Z | Compiling ipnet v2.8.0 |
2033 | 2023-10-17T21:04:39.422Z | Compiling matches v0.1.10 |
2034 | 2023-10-17T21:04:39.515Z | Compiling idna v0.2.3 |
2035 | 2023-10-17T21:04:41.906Z | Compiling time v0.3.27 |
2036 | 2023-10-17T21:04:45.323Z | Compiling toml_edit v0.19.15 |
2037 | 2023-10-17T21:04:48.798Z | Compiling bstr v0.2.17 |
2038 | 2023-10-17T21:04:52.760Z | Compiling r2d2 v0.8.10 |
2039 | 2023-10-17T21:04:54.125Z | Compiling inout v0.1.3 |
2040 | 2023-10-17T21:04:57.883Z | Compiling phf v0.11.2 |
2041 | 2023-10-17T21:04:58.136Z | Compiling clap v4.4.3 |
2042 | 2023-10-17T21:04:58.310Z | Compiling hyper-tls v0.5.0 |
2043 | 2023-10-17T21:04:58.339Z | Compiling hyper-rustls v0.24.1 |
2044 | 2023-10-17T21:04:58.851Z | Compiling flate2 v1.0.27 |
2045 | 2023-10-17T21:04:59.419Z | Compiling ipnetwork v0.20.0 |
2046 | 2023-10-17T21:05:00.374Z | Compiling postgres-types v0.2.6 |
2047 | 2023-10-17T21:05:00.828Z | Compiling itertools v0.11.0 |
2048 | 2023-10-17T21:05:00.843Z | Compiling regex v1.9.5 |
2049 | 2023-10-17T21:05:02.632Z | Compiling pkcs8 v0.10.2 |
2050 | 2023-10-17T21:05:03.664Z | Compiling hubpack v0.1.2 |
2051 | 2023-10-17T21:05:04.356Z | Compiling serde_urlencoded v0.7.1 |
2052 | 2023-10-17T21:05:05.657Z | Compiling phf_shared v0.10.0 |
2053 | 2023-10-17T21:05:05.666Z | Compiling futures-executor v0.3.28 |
2054 | 2023-10-17T21:05:06.714Z | Compiling signature v2.1.0 |
2055 | 2023-10-17T21:05:06.894Z | Compiling packed_struct_codegen v0.10.1 |
2056 | 2023-10-17T21:05:08.427Z | Compiling float-cmp v0.9.0 |
2057 | 2023-10-17T21:05:09.501Z | Compiling encoding_rs v0.8.33 |
2058 | 2023-10-17T21:05:09.877Z | Compiling predicates-core v1.0.6 |
2059 | 2023-10-17T21:05:10.380Z | Compiling static_assertions v1.1.0 |
2060 | 2023-10-17T21:05:10.671Z | Compiling webpki-roots v0.25.2 |
2061 | 2023-10-17T21:05:10.916Z | Compiling normalize-line-endings v0.3.0 |
2062 | 2023-10-17T21:05:11.117Z | Compiling data-encoding v2.4.0 |
2063 | 2023-10-17T21:05:11.287Z | Compiling fixedbitset v0.4.2 |
2064 | 2023-10-17T21:05:11.648Z | Compiling difflib v0.4.0 |
2065 | 2023-10-17T21:05:12.477Z | Compiling unicode-linebreak v0.1.5 |
2066 | 2023-10-17T21:05:13.324Z | Compiling new_debug_unreachable v1.0.4 |
2067 | 2023-10-17T21:05:13.454Z | Compiling nodrop v0.1.14 |
2068 | 2023-10-17T21:05:13.640Z | Compiling unicode-segmentation v1.10.1 |
2069 | 2023-10-17T21:05:13.855Z | Compiling mime v0.3.17 |
2070 | 2023-10-17T21:05:13.878Z | Compiling crc-catalog v2.2.0 |
2071 | 2023-10-17T21:05:14.701Z | Compiling precomputed-hash v0.1.1 |
2072 | 2023-10-17T21:05:14.863Z | Compiling smawk v0.3.1 |
2073 | 2023-10-17T21:05:15.084Z | Compiling whoami v1.4.1 |
2074 | 2023-10-17T21:05:15.936Z | Compiling tokio-postgres v0.7.10 |
2075 | 2023-10-17T21:05:16.468Z | Compiling textwrap v0.16.0 |
2076 | 2023-10-17T21:05:17.765Z | Compiling string_cache v0.8.7 |
2077 | 2023-10-17T21:05:18.452Z | Compiling similar v2.2.1 |
2078 | 2023-10-17T21:05:22.008Z | Compiling reqwest v0.11.20 |
2079 | 2023-10-17T21:05:24.164Z | Compiling crc v3.0.1 |
2080 | 2023-10-17T21:05:25.013Z | Compiling array-init v0.0.4 |
2081 | 2023-10-17T21:05:27.162Z | Compiling predicates v3.0.4 |
2082 | 2023-10-17T21:05:27.282Z | Compiling trust-dns-proto v0.22.0 |
2083 | 2023-10-17T21:05:29.627Z | Compiling petgraph v0.6.4 |
2084 | 2023-10-17T21:05:37.249Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
2085 | 2023-10-17T21:05:44.024Z | Compiling futures v0.3.28 |
2086 | 2023-10-17T21:05:45.464Z | Compiling pkcs1 v0.7.5 |
2087 | 2023-10-17T21:05:46.629Z | Compiling smallvec v0.6.14 |
2088 | 2023-10-17T21:05:46.808Z | Compiling diesel v2.1.1 |
2089 | 2023-10-17T21:05:46.993Z | Compiling yasna v0.5.2 |
2090 | 2023-10-17T21:05:47.151Z | Compiling cipher v0.4.4 |
2091 | 2023-10-17T21:05:48.347Z | Compiling toml v0.7.8 |
2092 | 2023-10-17T21:05:50.834Z | Compiling bit-set v0.5.3 |
2093 | 2023-10-17T21:05:51.293Z | Compiling console v0.15.7 |
2094 | 2023-10-17T21:05:51.791Z | Compiling usdt v0.3.5 |
2095 | 2023-10-17T21:05:52.195Z | Compiling is-terminal v0.4.9 |
2096 | 2023-10-17T21:05:53.504Z | Compiling itertools v0.10.5 |
2097 | 2023-10-17T21:05:54.101Z | Compiling bstr v1.6.0 |
2098 | 2023-10-17T21:05:54.658Z | Compiling tokio-stream v0.1.14 |
2099 | 2023-10-17T21:05:56.227Z | Compiling openapiv3 v1.0.3 |
2100 | 2023-10-17T21:05:56.258Z | Compiling hex v0.4.3 |
2101 | 2023-10-17T21:05:58.255Z | Compiling hashbrown v0.13.2 |
2102 | 2023-10-17T21:06:03.671Z | Compiling bitfield v0.14.0 |
2103 | 2023-10-17T21:06:04.506Z | Compiling lalrpop-util v0.19.12 |
2104 | 2023-10-17T21:06:05.247Z | Compiling termcolor v1.2.0 |
2105 | 2023-10-17T21:06:06.418Z | Compiling env_logger v0.10.0 |
2106 | 2023-10-17T21:06:10.981Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2107 | 2023-10-17T21:06:22.894Z | Compiling rsa v0.9.2 |
2108 | 2023-10-17T21:06:30.729Z | Compiling serde-hex v0.1.0 |
2109 | 2023-10-17T21:06:37.035Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2110 | 2023-10-17T21:06:40.723Z | Compiling x509-cert v0.2.4 |
2111 | 2023-10-17T21:06:42.075Z | Compiling ron v0.8.1 |
2112 | 2023-10-17T21:06:55.331Z | Compiling crc-any v2.4.3 |
2113 | 2023-10-17T21:06:56.946Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2114 | 2023-10-17T21:07:10.096Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2115 | 2023-10-17T21:07:28.755Z | Compiling object v0.30.4 |
2116 | 2023-10-17T21:07:38.624Z | Compiling path-slash v0.1.5 |
2117 | 2023-10-17T21:07:44.450Z | Compiling bzip2 v0.4.4 |
2118 | 2023-10-17T21:07:45.187Z | Compiling zip v0.6.6 |
2119 | 2023-10-17T21:07:47.491Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2120 | 2023-10-17T21:08:02.143Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2121 | 2023-10-17T21:08:25.069Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2122 | 2023-10-17T21:08:26.167Z | Finished release [optimized] target(s) in 5m 55s |
2123 | 2023-10-17T21:08:26.257Z | |
2124 | 2023-10-17T21:08:26.261Z | real 5:55.918643044 |
2125 | 2023-10-17T21:08:26.263Z | user 41:09.042327625 |
2126 | 2023-10-17T21:08:26.267Z | sys 3:38.825054689 |
2127 | 2023-10-17T21:08:26.270Z | trap 1.693605348 |
2128 | 2023-10-17T21:08:26.272Z | tflt 1.008571531 |
2129 | 2023-10-17T21:08:26.276Z | dflt 0.557941700 |
2130 | 2023-10-17T21:08:26.279Z | kflt 0.001006319 |
2131 | 2023-10-17T21:08:26.282Z | lock 1:36:18.038934491 |
2132 | 2023-10-17T21:08:26.285Z | slp 2:21:44.285732795 |
2133 | 2023-10-17T21:08:26.288Z | lat 1:41.003794887 |
2134 | 2023-10-17T21:08:26.291Z | stop 1:20.998686031 |
2135 | 2023-10-17T21:08:26.294Z | + ptime -m gzip |
2136 | 2023-10-17T21:08:26.930Z | |
2137 | 2023-10-17T21:08:26.933Z | real 0.666537159 |
2138 | 2023-10-17T21:08:26.936Z | user 0.656546708 |
2139 | 2023-10-17T21:08:26.939Z | sys 0.008180523 |
2140 | 2023-10-17T21:08:26.942Z | trap 0.000614701 |
2141 | 2023-10-17T21:08:26.950Z | tflt 0.000000000 |
2142 | 2023-10-17T21:08:26.955Z | dflt 0.000000000 |
2143 | 2023-10-17T21:08:26.958Z | kflt 0.000000000 |
2144 | 2023-10-17T21:08:26.961Z | lock 0.000000000 |
2145 | 2023-10-17T21:08:26.964Z | slp 0.000000000 |
2146 | 2023-10-17T21:08:26.968Z | lat 0.000862047 |
2147 | 2023-10-17T21:08:26.970Z | stop 0.000214381 |
2148 | 2023-10-17T21:08:26.973Z | + banner tufaceous |
2149 | 2023-10-17T21:08:26.976Z | |
2150 | 2023-10-17T21:08:26.979Z | ##### # # ###### ## #### ###### #### # # #### |
2151 | 2023-10-17T21:08:26.982Z | # # # # # # # # # # # # # # |
2152 | 2023-10-17T21:08:26.986Z | # # # ##### # # # ##### # # # # #### |
2153 | 2023-10-17T21:08:26.989Z | # # # # ###### # # # # # # # |
2154 | 2023-10-17T21:08:26.991Z | # # # # # # # # # # # # # # # |
2155 | 2023-10-17T21:08:26.995Z | # #### # # # #### ###### #### #### #### |
2156 | 2023-10-17T21:08:26.999Z | |
2157 | 2023-10-17T21:08:27.002Z | + ptime -m cargo build --locked -p tufaceous --release |
2158 | 2023-10-17T21:08:27.690Z | Downloading crates ... |
2159 | 2023-10-17T21:08:27.986Z | Downloaded serde_plain v1.0.2 |
2160 | 2023-10-17T21:08:27.992Z | Downloaded path-absolutize v3.1.0 |
2161 | 2023-10-17T21:08:27.995Z | Downloaded doc-comment v0.3.3 |
2162 | 2023-10-17T21:08:27.998Z | Downloaded buf-list v1.0.3 |
2163 | 2023-10-17T21:08:28.002Z | Downloaded snafu-derive v0.7.5 |
2164 | 2023-10-17T21:08:28.004Z | Downloaded snafu v0.7.5 |
2165 | 2023-10-17T21:08:28.012Z | Downloaded fs-err v2.9.0 |
2166 | 2023-10-17T21:08:28.016Z | Downloaded globset v0.4.13 |
2167 | 2023-10-17T21:08:28.022Z | Downloaded tough v0.12.5 |
2168 | 2023-10-17T21:08:28.034Z | Downloaded bytesize v1.3.0 |
2169 | 2023-10-17T21:08:28.037Z | Downloaded path-dedot v3.1.0 |
2170 | 2023-10-17T21:08:28.042Z | Downloaded olpc-cjson v0.1.3 |
2171 | 2023-10-17T21:08:28.189Z | Compiling serde_tokenstream v0.2.0 |
2172 | 2023-10-17T21:08:28.211Z | Compiling regress v0.7.1 |
2173 | 2023-10-17T21:08:28.224Z | Compiling dirs-sys-next v0.1.2 |
2174 | 2023-10-17T21:08:28.229Z | Compiling ident_case v1.0.1 |
2175 | 2023-10-17T21:08:28.232Z | Compiling thread_local v1.1.7 |
2176 | 2023-10-17T21:08:28.235Z | Compiling heck v0.4.1 |
2177 | 2023-10-17T21:08:28.238Z | Compiling camino v1.1.6 |
2178 | 2023-10-17T21:08:28.484Z | Compiling dirs-next v2.0.0 |
2179 | 2023-10-17T21:08:28.855Z | Compiling darling_core v0.20.3 |
2180 | 2023-10-17T21:08:29.018Z | Compiling rustversion v1.0.14 |
2181 | 2023-10-17T21:08:29.025Z | Compiling slog-async v2.8.0 |
2182 | 2023-10-17T21:08:29.607Z | Compiling term v0.7.0 |
2183 | 2023-10-17T21:08:29.760Z | Compiling crossbeam-channel v0.5.8 |
2184 | 2023-10-17T21:08:30.010Z | Compiling getopts v0.2.21 |
2185 | 2023-10-17T21:08:30.087Z | Compiling structmeta-derive v0.1.6 |
2186 | 2023-10-17T21:08:30.272Z | Compiling atty v0.2.14 |
2187 | 2023-10-17T21:08:30.493Z | Compiling multer v2.1.0 |
2188 | 2023-10-17T21:08:30.899Z | Compiling paste v1.0.14 |
2189 | 2023-10-17T21:08:31.494Z | Compiling unsafe-libyaml v0.2.9 |
2190 | 2023-10-17T21:08:31.543Z | Compiling take_mut v0.2.2 |
2191 | 2023-10-17T21:08:31.800Z | Compiling doc-comment v0.3.3 |
2192 | 2023-10-17T21:08:32.545Z | Compiling match_cfg v0.1.0 |
2193 | 2023-10-17T21:08:32.686Z | Compiling hostname v0.3.1 |
2194 | 2023-10-17T21:08:33.240Z | Compiling slog-term v2.9.0 |
2195 | 2023-10-17T21:08:34.495Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2196 | 2023-10-17T21:08:36.390Z | Compiling structmeta v0.1.6 |
2197 | 2023-10-17T21:08:37.049Z | Compiling serde_yaml v0.9.25 |
2198 | 2023-10-17T21:08:38.225Z | Compiling darling_macro v0.20.3 |
2199 | 2023-10-17T21:08:38.790Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2200 | 2023-10-17T21:08:39.653Z | Compiling darling v0.20.3 |
2201 | 2023-10-17T21:08:39.836Z | Compiling slog-json v2.6.1 |
2202 | 2023-10-17T21:08:40.191Z | Compiling async-stream-impl v0.3.5 |
2203 | 2023-10-17T21:08:40.697Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2204 | 2023-10-17T21:08:41.123Z | Compiling fastrand v2.0.0 |
2205 | 2023-10-17T21:08:41.195Z | Compiling atomic-waker v1.1.1 |
2206 | 2023-10-17T21:08:41.486Z | Compiling regex-syntax v0.6.29 |
2207 | 2023-10-17T21:08:42.173Z | Compiling async-stream v0.3.5 |
2208 | 2023-10-17T21:08:42.355Z | Compiling tempfile v3.8.0 |
2209 | 2023-10-17T21:08:42.512Z | Compiling waitgroup v0.1.2 |
2210 | 2023-10-17T21:08:43.262Z | Compiling slog-bunyan v2.4.0 |
2211 | 2023-10-17T21:08:43.265Z | Compiling strum_macros v0.25.2 |
2212 | 2023-10-17T21:08:43.268Z | Compiling serde_with_macros v2.3.3 |
2213 | 2023-10-17T21:08:47.119Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2214 | 2023-10-17T21:08:47.160Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2215 | 2023-10-17T21:08:47.492Z | Compiling sha1 v0.10.5 |
2216 | 2023-10-17T21:08:48.631Z | Compiling snafu-derive v0.7.5 |
2217 | 2023-10-17T21:08:48.985Z | Compiling serde_path_to_error v0.1.14 |
2218 | 2023-10-17T21:08:49.063Z | Compiling path-dedot v3.1.0 |
2219 | 2023-10-17T21:08:49.428Z | Compiling instant v0.1.12 |
2220 | 2023-10-17T21:08:49.483Z | Compiling same-file v1.0.6 |
2221 | 2023-10-17T21:08:49.658Z | Compiling arc-swap v1.6.0 |
2222 | 2023-10-17T21:08:49.951Z | Compiling base64 v0.13.1 |
2223 | 2023-10-17T21:08:50.444Z | Compiling buf-list v1.0.3 |
2224 | 2023-10-17T21:08:50.678Z | Compiling debug-ignore v1.0.5 |
2225 | 2023-10-17T21:08:50.973Z | Compiling pem v1.1.1 |
2226 | 2023-10-17T21:08:51.317Z | Compiling slog-scope v4.4.0 |
2227 | 2023-10-17T21:08:51.338Z | Compiling parse-display-derive v0.7.0 |
2228 | 2023-10-17T21:08:51.364Z | Compiling walkdir v2.4.0 |
2229 | 2023-10-17T21:08:52.958Z | Compiling backoff v0.4.0 |
2230 | 2023-10-17T21:08:53.076Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2231 | 2023-10-17T21:08:53.487Z | Compiling path-absolutize v3.1.0 |
2232 | 2023-10-17T21:08:53.547Z | Compiling strum v0.25.0 |
2233 | 2023-10-17T21:08:53.803Z | Compiling serde_with v2.3.3 |
2234 | 2023-10-17T21:08:53.827Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2235 | 2023-10-17T21:08:54.287Z | Compiling globset v0.4.13 |
2236 | 2023-10-17T21:08:54.848Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2237 | 2023-10-17T21:08:55.105Z | Compiling olpc-cjson v0.1.3 |
2238 | 2023-10-17T21:08:55.993Z | Compiling serde_plain v1.0.2 |
2239 | 2023-10-17T21:08:56.874Z | Compiling macaddr v1.0.1 |
2240 | 2023-10-17T21:08:57.064Z | Compiling snafu v0.7.5 |
2241 | 2023-10-17T21:08:57.635Z | Compiling parse-display v0.7.0 |
2242 | 2023-10-17T21:08:57.984Z | Compiling filetime v0.2.22 |
2243 | 2023-10-17T21:08:58.009Z | Compiling xattr v1.0.1 |
2244 | 2023-10-17T21:08:58.473Z | Compiling tar v0.4.40 |
2245 | 2023-10-17T21:08:58.497Z | Compiling tough v0.12.5 |
2246 | 2023-10-17T21:09:00.363Z | Compiling slog-stdlog v4.1.1 |
2247 | 2023-10-17T21:09:00.369Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2248 | 2023-10-17T21:09:00.434Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2249 | 2023-10-17T21:09:03.422Z | Compiling camino-tempfile v1.0.2 |
2250 | 2023-10-17T21:09:04.697Z | Compiling bytesize v1.3.0 |
2251 | 2023-10-17T21:09:05.647Z | Compiling fs-err v2.9.0 |
2252 | 2023-10-17T21:09:07.023Z | Compiling slog-envlogger v2.2.0 |
2253 | 2023-10-17T21:09:08.476Z | Compiling humantime v2.1.0 |
2254 | 2023-10-17T21:09:11.154Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2255 | 2023-10-17T21:09:36.607Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2256 | 2023-10-17T21:09:36.919Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2257 | 2023-10-17T21:09:48.971Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2258 | 2023-10-17T21:09:50.843Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2259 | 2023-10-17T21:10:13.801Z | Finished release [optimized] target(s) in 1m 46s |
2260 | 2023-10-17T21:10:13.892Z | |
2261 | 2023-10-17T21:10:13.896Z | real 1:46.940605359 |
2262 | 2023-10-17T21:10:13.899Z | user 11:39.809750635 |
2263 | 2023-10-17T21:10:13.904Z | sys 46.930542588 |
2264 | 2023-10-17T21:10:13.906Z | trap 0.434099318 |
2265 | 2023-10-17T21:10:13.909Z | tflt 0.302294797 |
2266 | 2023-10-17T21:10:13.912Z | dflt 0.546511808 |
2267 | 2023-10-17T21:10:13.915Z | kflt 0.000059692 |
2268 | 2023-10-17T21:10:13.918Z | lock 22:10.423150167 |
2269 | 2023-10-17T21:10:13.920Z | slp 24:53.924244388 |
2270 | 2023-10-17T21:10:13.923Z | lat 20.768694975 |
2271 | 2023-10-17T21:10:13.926Z | stop 11.846463019 |
2272 | 2023-10-17T21:10:13.928Z | + ptime -m gzip |
2273 | 2023-10-17T21:10:16.007Z | |
2274 | 2023-10-17T21:10:16.019Z | real 2.109169620 |
2275 | 2023-10-17T21:10:16.023Z | user 2.083469996 |
2276 | 2023-10-17T21:10:16.031Z | sys 0.024968398 |
2277 | 2023-10-17T21:10:16.035Z | trap 0.000233437 |
2278 | 2023-10-17T21:10:16.039Z | tflt 0.000000000 |
2279 | 2023-10-17T21:10:16.043Z | dflt 0.000000000 |
2280 | 2023-10-17T21:10:16.047Z | kflt 0.000000000 |
2281 | 2023-10-17T21:10:16.050Z | lock 0.000000000 |
2282 | 2023-10-17T21:10:16.053Z | slp 0.000000000 |
2283 | 2023-10-17T21:10:16.055Z | lat 0.000174919 |
2284 | 2023-10-17T21:10:16.058Z | stop 0.000222074 |
2285 | 2023-10-17T21:10:16.061Z | process exited: duration 1270276 ms, exit code 0 |
|
2286 | 2023-10-17T21:10:16.080Z | found 5 output files |
2287 | 2023-10-17T21:10:16.251Z | uploading: /work/end-to-end-tests/bootstrap-8f412cf8dfc7d0db.gz (6376868 bytes) |
2288 | 2023-10-17T21:10:18.076Z | uploaded: /work/end-to-end-tests/bootstrap-8f412cf8dfc7d0db.gz |
2289 | 2023-10-17T21:10:18.088Z | uploading: /work/end-to-end-tests/bootstrap.gz (96731673 bytes) |
2290 | 2023-10-17T21:10:50.706Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2291 | 2023-10-17T21:10:50.725Z | uploading: /work/end-to-end-tests/end_to_end_tests-2c7e0af8d3a77456.gz (110348352 bytes) |
2292 | 2023-10-17T21:11:28.838Z | uploaded: /work/end-to-end-tests/end_to_end_tests-2c7e0af8d3a77456.gz |
2293 | 2023-10-17T21:11:28.892Z | uploading: /work/caboose-util.gz (4111944 bytes) |
2294 | 2023-10-17T21:11:30.797Z | uploaded: /work/caboose-util.gz |
2295 | 2023-10-17T21:11:30.802Z | uploading: /work/tufaceous.gz (13438710 bytes) |
2296 | 2023-10-17T21:11:36.790Z | uploaded: /work/tufaceous.gz |