|
|
|
1 | 2023-10-04T23:19:16.920Z | job assigned to worker 01HBYFQQZN9RY0587KHA5QV9EC (queued for 31 m 1 s) |
|
2 | 2023-10-04T23:19:17.043Z | starting task 0: "setup" |
3 | 2023-10-04T23:19:17.114Z | ++ uname -s |
4 | 2023-10-04T23:19:17.119Z | + kern=SunOS |
5 | 2023-10-04T23:19:17.123Z | + case "$kern" in |
6 | 2023-10-04T23:19:17.128Z | + groupadd -g 12345 build |
7 | 2023-10-04T23:19:17.145Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-04T23:19:19.572Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-04T23:19:19.580Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-04T23:19:19.596Z | + home_fs=zfs |
11 | 2023-10-04T23:19:19.613Z | + [[ zfs == autofs ]] |
12 | 2023-10-04T23:19:20.052Z | + mkdir -p /home/build |
13 | 2023-10-04T23:19:20.079Z | + chown build:build /home/build /work |
14 | 2023-10-04T23:19:21.253Z | + chmod 0700 /home/build /work |
15 | 2023-10-04T23:19:21.258Z | process exited: duration 4200 ms, exit code 0 |
|
16 | 2023-10-04T23:19:21.268Z | starting task 1: "rust-toolchain" |
17 | 2023-10-04T23:19:21.280Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-04T23:19:21.295Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-04T23:19:21.458Z | info: downloading installer |
20 | 2023-10-04T23:19:23.144Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-04T23:19:23.785Z | warning: /opt/ooce/bin |
22 | 2023-10-04T23:19:24.237Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-04T23:19:24.254Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-04T23:19:24.269Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-04T23:19:24.275Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-04T23:19:24.281Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-04T23:19:24.284Z | error: cannot install while Rust is installed |
28 | 2023-10-04T23:19:24.287Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-04T23:19:24.290Z | info: profile set to 'default' |
30 | 2023-10-04T23:19:24.295Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-04T23:19:24.298Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-04T23:19:24.302Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-04T23:19:24.305Z | info: downloading component 'cargo' |
34 | 2023-10-04T23:19:24.308Z | info: downloading component 'clippy' |
35 | 2023-10-04T23:19:25.025Z | info: downloading component 'rust-docs' |
36 | 2023-10-04T23:19:25.638Z | info: downloading component 'rust-std' |
37 | 2023-10-04T23:19:27.592Z | info: downloading component 'rustc' |
38 | 2023-10-04T23:19:32.135Z | info: downloading component 'rustfmt' |
39 | 2023-10-04T23:19:32.458Z | info: installing component 'cargo' |
40 | 2023-10-04T23:19:34.333Z | info: installing component 'clippy' |
41 | 2023-10-04T23:19:35.155Z | info: installing component 'rust-docs' |
42 | 2023-10-04T23:19:37.949Z | info: installing component 'rust-std' |
43 | 2023-10-04T23:19:41.704Z | info: installing component 'rustc' |
44 | 2023-10-04T23:19:58.163Z | info: installing component 'rustfmt' |
45 | 2023-10-04T23:20:19.833Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-04T23:20:21.335Z | |
47 | 2023-10-04T23:20:21.705Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-04T23:20:21.993Z | |
49 | 2023-10-04T23:20:22.424Z | |
50 | 2023-10-04T23:20:23.012Z | Rust is installed now. Great! |
51 | 2023-10-04T23:20:23.330Z | |
52 | 2023-10-04T23:20:23.513Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-04T23:20:23.667Z | environment variable. This has not been done automatically. |
54 | 2023-10-04T23:20:23.745Z | |
55 | 2023-10-04T23:20:23.810Z | To configure your current shell, run: |
56 | 2023-10-04T23:20:23.913Z | source "$HOME/.cargo/env" |
57 | 2023-10-04T23:20:24.014Z | + rustc --version |
58 | 2023-10-04T23:20:24.065Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-04T23:20:24.081Z | process exited: duration 29810 ms, exit code 0 |
|
60 | 2023-10-04T23:20:24.129Z | starting task 2: "authentication" |
61 | 2023-10-04T23:20:24.186Z | process exited: duration 45 ms, exit code 0 |
|
62 | 2023-10-04T23:20:24.212Z | starting task 3: "clone repository" |
63 | 2023-10-04T23:20:24.232Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-04T23:20:24.245Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-04T23:20:24.289Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-04T23:20:29.930Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-04T23:20:29.935Z | + [[ -n dependabot/cargo/diesel-2.1.2 ]] |
68 | 2023-10-04T23:20:29.938Z | + git fetch origin dependabot/cargo/diesel-2.1.2 |
69 | 2023-10-04T23:20:30.313Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-04T23:20:30.321Z | * branch dependabot/cargo/diesel-2.1.2 -> FETCH_HEAD |
71 | 2023-10-04T23:20:30.328Z | + git checkout -B dependabot/cargo/diesel-2.1.2 remotes/origin/dependabot/cargo/diesel-2.1.2 |
72 | 2023-10-04T23:20:30.412Z | Switched to a new branch 'dependabot/cargo/diesel-2.1.2' |
73 | 2023-10-04T23:20:30.417Z | branch 'dependabot/cargo/diesel-2.1.2' set up to track 'origin/dependabot/cargo/diesel-2.1.2'. |
74 | 2023-10-04T23:20:30.427Z | + git reset --hard 0007f70bbce39d7d8db17198bf768fed6a76fa72 |
75 | 2023-10-04T23:20:30.560Z | HEAD is now at 0007f70b Bump diesel from 2.1.1 to 2.1.2 |
76 | 2023-10-04T23:20:30.568Z | process exited: duration 6339 ms, exit code 0 |
|
77 | 2023-10-04T23:20:30.581Z | starting task 4: "build" |
78 | 2023-10-04T23:20:30.593Z | + cargo --version |
79 | 2023-10-04T23:20:30.687Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-04T23:20:30.693Z | + rustc --version |
81 | 2023-10-04T23:20:30.795Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-04T23:20:30.798Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-04T23:20:39.123Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-04T23:20:39.715Z | Startup: Caching catalogs ... Done |
85 | 2023-10-04T23:20:42.530Z | Planning: Solver setup ... Done (2.603s) |
86 | 2023-10-04T23:20:42.711Z | Planning: Running solver ... Done (0.180s) |
87 | 2023-10-04T23:20:42.745Z | Planning: Finding local manifests ... Done (0.003s) |
88 | 2023-10-04T23:20:42.759Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-04T23:20:42.989Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-04T23:20:43.074Z | Planning: Package planning ... Done (0.085s) |
91 | 2023-10-04T23:20:43.162Z | Planning: Merging actions ... Done (0.085s) |
92 | 2023-10-04T23:20:43.792Z | Planning: Checking for conflicting actions ... Done (0.621s) |
93 | 2023-10-04T23:20:43.853Z | Planning: Consolidating action changes ... Done (0.019s) |
94 | 2023-10-04T23:20:47.576Z | Planning: Evaluating mediators ... Done (3.776s) |
95 | 2023-10-04T23:20:47.592Z | Planning: Planning completed in 7.83 seconds |
96 | 2023-10-04T23:20:47.619Z | Packages to install: 4 |
97 | 2023-10-04T23:20:47.633Z | Mediators to change: 2 |
98 | 2023-10-04T23:20:47.644Z | Services to change: 1 |
99 | 2023-10-04T23:20:47.658Z | Estimated space available: 149.39 GB |
100 | 2023-10-04T23:20:47.671Z | Estimated space to be consumed: 1.35 GB |
101 | 2023-10-04T23:20:47.675Z | Create boot environment: No |
102 | 2023-10-04T23:20:47.678Z | Create backup boot environment: No |
103 | 2023-10-04T23:20:47.682Z | Rebuild boot archive: No |
104 | 2023-10-04T23:20:47.690Z | |
105 | 2023-10-04T23:20:47.694Z | Changed mediators: |
106 | 2023-10-04T23:20:47.700Z | mediator clang: |
107 | 2023-10-04T23:20:47.705Z | version: None -> 15 (system default) |
108 | 2023-10-04T23:20:47.709Z | |
109 | 2023-10-04T23:20:47.712Z | mediator llvm: |
110 | 2023-10-04T23:20:47.715Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-04T23:20:47.718Z | |
112 | 2023-10-04T23:20:47.721Z | Changed packages: |
113 | 2023-10-04T23:20:47.725Z | helios-dev |
114 | 2023-10-04T23:20:47.728Z | developer/build-essential |
115 | 2023-10-04T23:20:47.737Z | None -> 11-2.0 |
116 | 2023-10-04T23:20:47.748Z | library/libxmlsec1 |
117 | 2023-10-04T23:20:47.751Z | None -> 1.2.35-2.0 |
118 | 2023-10-04T23:20:47.754Z | ooce/developer/clang-15 |
119 | 2023-10-04T23:20:47.758Z | None -> 15.0.7-2.0 |
120 | 2023-10-04T23:20:47.761Z | ooce/developer/llvm-15 |
121 | 2023-10-04T23:20:47.765Z | None -> 15.0.7-2.0 |
122 | 2023-10-04T23:20:47.775Z | |
123 | 2023-10-04T23:20:47.809Z | Services: |
124 | 2023-10-04T23:20:47.820Z | restart_fmri: |
125 | 2023-10-04T23:20:47.823Z | svc:/system/update-man-index:default |
126 | 2023-10-04T23:20:47.828Z | |
127 | 2023-10-04T23:20:47.832Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-04T23:21:00.732Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (16.8M/s) |
129 | 2023-10-04T23:21:00.864Z | Download: 2932/3290 items 121.2/212.6MB 57% complete (12.2M/s) |
130 | 2023-10-04T23:21:01.940Z | Download: Completed 212.60 MB in 13.90 seconds (15.3M/s) |
131 | 2023-10-04T23:21:02.387Z | Actions: 1/3687 actions (Installing new actions) |
132 | 2023-10-04T23:21:07.359Z | Actions: 3090/3687 actions (Installing new actions) |
133 | 2023-10-04T23:21:10.716Z | Actions: Completed 3687 actions in 8.46 seconds. |
134 | 2023-10-04T23:21:10.774Z | Done (0.050s) |
135 | 2023-10-04T23:21:10.778Z | Done (0.000s) |
136 | 2023-10-04T23:21:10.906Z | Done (0.131s) |
137 | 2023-10-04T23:21:19.098Z | Done (7.664s) |
138 | 2023-10-04T23:21:19.119Z | Done (0.088s) |
139 | 2023-10-04T23:21:19.143Z | Done (0.000s) |
140 | 2023-10-04T23:21:19.586Z | Done (0.000s) |
141 | 2023-10-04T23:21:19.789Z | Planning: Evaluating mediator changes ... Done |
142 | 2023-10-04T23:21:20.064Z | Planning: Checking for conflicting actions ... Done |
143 | 2023-10-04T23:21:20.083Z | Planning: Consolidating action changes ... Done |
144 | 2023-10-04T23:21:20.580Z | Planning: Evaluating mediators ... Done |
145 | 2023-10-04T23:21:20.587Z | Planning: Planning completed in 0.74 seconds |
146 | 2023-10-04T23:21:20.590Z | Mediators to change: 2 |
147 | 2023-10-04T23:21:20.594Z | Create boot environment: No |
148 | 2023-10-04T23:21:20.604Z | Create backup boot environment: No |
149 | 2023-10-04T23:21:21.130Z | Done |
150 | 2023-10-04T23:21:21.565Z | Done |
151 | 2023-10-04T23:21:21.572Z | Done |
152 | 2023-10-04T23:21:26.963Z | Done |
153 | 2023-10-04T23:21:27.055Z | Done |
154 | 2023-10-04T23:21:27.058Z | Done |
155 | 2023-10-04T23:21:27.196Z | Done |
156 | 2023-10-04T23:21:28.200Z | Planning: Evaluating mediator changes ... Done |
157 | 2023-10-04T23:21:28.238Z | Planning: Merging actions ... Done |
158 | 2023-10-04T23:21:28.546Z | Planning: Checking for conflicting actions ... Done |
159 | 2023-10-04T23:21:28.551Z | Planning: Consolidating action changes ... Done |
160 | 2023-10-04T23:21:28.983Z | Planning: Evaluating mediators ... Done |
161 | 2023-10-04T23:21:29.075Z | Planning: Planning completed in 1.32 seconds |
162 | 2023-10-04T23:21:29.150Z | Packages to change: 1 |
163 | 2023-10-04T23:21:29.163Z | Mediators to change: 1 |
164 | 2023-10-04T23:21:29.166Z | Services to change: 1 |
165 | 2023-10-04T23:21:29.173Z | Create boot environment: No |
166 | 2023-10-04T23:21:29.177Z | Create backup boot environment: Yes |
167 | 2023-10-04T23:21:31.218Z | Actions: 1/6 actions (Updating modified actions) |
168 | 2023-10-04T23:21:31.230Z | Actions: Completed 6 actions in 0.00 seconds. |
169 | 2023-10-04T23:21:31.236Z | Done |
170 | 2023-10-04T23:21:31.247Z | Done |
171 | 2023-10-04T23:21:31.259Z | Done |
172 | 2023-10-04T23:21:37.478Z | Done |
173 | 2023-10-04T23:21:37.488Z | Done |
174 | 2023-10-04T23:21:37.493Z | Done |
175 | 2023-10-04T23:21:37.601Z | Done |
176 | 2023-10-04T23:21:38.278Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
177 | 2023-10-04T23:21:38.283Z | clang system 15 system |
178 | 2023-10-04T23:21:38.287Z | csh system system illumos |
179 | 2023-10-04T23:21:38.291Z | ctags system system illumos |
180 | 2023-10-04T23:21:38.295Z | gcc vendor 12 vendor |
181 | 2023-10-04T23:21:38.298Z | gcc system 10 system |
182 | 2023-10-04T23:21:38.301Z | gcc system 7 system |
183 | 2023-10-04T23:21:38.307Z | go system 1.20 system |
184 | 2023-10-04T23:21:38.311Z | go system 1.19 system |
185 | 2023-10-04T23:21:38.315Z | llvm system 15 system |
186 | 2023-10-04T23:21:38.325Z | llvm system 14 system |
187 | 2023-10-04T23:21:38.331Z | mariadb system 10.6 system |
188 | 2023-10-04T23:21:38.336Z | mta vendor vendor dma |
189 | 2023-10-04T23:21:38.339Z | openjdk system 17 system |
190 | 2023-10-04T23:21:38.343Z | openjdk system 11 system |
191 | 2023-10-04T23:21:38.347Z | openjdk system 1.8 system |
192 | 2023-10-04T23:21:38.351Z | openssl vendor 3 vendor |
193 | 2023-10-04T23:21:38.355Z | perl system 5.36 system |
194 | 2023-10-04T23:21:38.360Z | postgresql system 15 system |
195 | 2023-10-04T23:21:38.369Z | postgresql system 13 system |
196 | 2023-10-04T23:21:38.389Z | python vendor 3 vendor |
197 | 2023-10-04T23:21:38.409Z | python system 2 system |
198 | 2023-10-04T23:21:38.414Z | python3 system 3.11 system |
199 | 2023-10-04T23:21:38.418Z | ruby system 3.0 system |
200 | 2023-10-04T23:21:38.422Z | words vendor vendor american-english |
201 | 2023-10-04T23:21:38.428Z | words system system australian-english |
202 | 2023-10-04T23:21:38.434Z | words system system british-english |
203 | 2023-10-04T23:21:38.441Z | words system system canadian-english |
204 | 2023-10-04T23:21:38.445Z | words system system french |
205 | 2023-10-04T23:21:38.449Z | words system system italian |
206 | 2023-10-04T23:21:38.454Z | words system system ngerman |
207 | 2023-10-04T23:21:38.460Z | words system system ogerman |
208 | 2023-10-04T23:21:38.464Z | words system system spanish |
209 | 2023-10-04T23:21:38.834Z | FMRI IFO |
210 | 2023-10-04T23:21:38.839Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
211 | 2023-10-04T23:21:38.843Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
212 | 2023-10-04T23:21:38.846Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
213 | 2023-10-04T23:21:38.851Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
214 | 2023-10-04T23:21:38.855Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
215 | 2023-10-04T23:21:38.859Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
216 | 2023-10-04T23:21:38.907Z | + set -o errexit |
217 | 2023-10-04T23:21:38.911Z | +++ dirname ./tools/ci_download_cockroachdb |
218 | 2023-10-04T23:21:38.915Z | ++ cd ./tools |
219 | 2023-10-04T23:21:38.919Z | ++ pwd |
220 | 2023-10-04T23:21:38.923Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
221 | 2023-10-04T23:21:38.928Z | ++ basename ./tools/ci_download_cockroachdb |
222 | 2023-10-04T23:21:38.932Z | + ARG0=ci_download_cockroachdb |
223 | 2023-10-04T23:21:38.935Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
224 | 2023-10-04T23:21:38.939Z | + CIDL_VERSION=v22.1.9 |
225 | 2023-10-04T23:21:38.942Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
226 | 2023-10-04T23:21:38.946Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
227 | 2023-10-04T23:21:38.950Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
228 | 2023-10-04T23:21:38.953Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
229 | 2023-10-04T23:21:38.957Z | + TARGET_DIR=out |
230 | 2023-10-04T23:21:38.961Z | + DOWNLOAD_DIR=out/downloads |
231 | 2023-10-04T23:21:38.964Z | + DEST_DIR=./out/cockroachdb |
232 | 2023-10-04T23:21:38.967Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
233 | 2023-10-04T23:21:38.971Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
234 | 2023-10-04T23:21:38.975Z | + main |
235 | 2023-10-04T23:21:38.983Z | + [[ 0 != 0 ]] |
236 | 2023-10-04T23:21:38.986Z | + CIDL_OS=solaris2.11 |
237 | 2023-10-04T23:21:38.990Z | + [[ 0 != 0 ]] |
238 | 2023-10-04T23:21:38.994Z | + configure_os solaris2.11 |
239 | 2023-10-04T23:21:39.001Z | + echo 'current directory: /work/oxidecomputer/omicron' |
240 | 2023-10-04T23:21:39.005Z | current directory: /work/oxidecomputer/omicron |
241 | 2023-10-04T23:21:39.008Z | + echo 'configuring based on OS: "solaris2.11"' |
242 | 2023-10-04T23:21:39.012Z | configuring based on OS: "solaris2.11" |
243 | 2023-10-04T23:21:39.016Z | + case "$1" in |
244 | 2023-10-04T23:21:39.019Z | + CIDL_BUILD=illumos |
245 | 2023-10-04T23:21:39.022Z | + CIDL_SUFFIX=tar.gz |
246 | 2023-10-04T23:21:39.027Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
247 | 2023-10-04T23:21:39.030Z | + CIDL_MD5FUNC=do_md5sum |
248 | 2023-10-04T23:21:39.033Z | + CIDL_URL_BASE=https://illumos.org/downloads |
249 | 2023-10-04T23:21:39.037Z | + CIDL_ASSEMBLE=do_assemble_illumos |
250 | 2023-10-04T23:21:39.040Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
251 | 2023-10-04T23:21:39.044Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
252 | 2023-10-04T23:21:39.048Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
253 | 2023-10-04T23:21:39.051Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
254 | 2023-10-04T23:21:39.055Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
255 | 2023-10-04T23:21:39.059Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
256 | 2023-10-04T23:21:39.062Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
257 | 2023-10-04T23:21:39.067Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
258 | 2023-10-04T23:21:39.071Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-04T23:21:39.075Z | + mkdir -p out/downloads |
260 | 2023-10-04T23:21:39.079Z | + mkdir -p ./out/cockroachdb |
261 | 2023-10-04T23:21:39.086Z | + local DO_DOWNLOAD=true |
262 | 2023-10-04T23:21:39.089Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
263 | 2023-10-04T23:21:39.093Z | + '[' true == true ']' |
264 | 2023-10-04T23:21:39.103Z | + echo Downloading... |
265 | 2023-10-04T23:21:39.108Z | Downloading... |
266 | 2023-10-04T23:21:39.111Z | + 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-04T23:21:39.114Z | + 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-04T23:21:43.453Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-10-04T23:21:43.456Z | ++ md5sum |
270 | 2023-10-04T23:21:43.462Z | ++ awk '{print $1}' |
271 | 2023-10-04T23:21:43.648Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
272 | 2023-10-04T23:21:43.671Z | + [[ 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-04T23:21:43.698Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-04T23:21:43.710Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
275 | 2023-10-04T23:21:47.008Z | + do_assemble_illumos |
276 | 2023-10-04T23:21:47.032Z | + rm -r ./out/cockroachdb |
277 | 2023-10-04T23:21:47.057Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
278 | 2023-10-04T23:21:47.725Z | + ./out/cockroachdb/bin/cockroach version |
279 | 2023-10-04T23:21:48.020Z | Build Tag: v22.1.9-dirty |
280 | 2023-10-04T23:21:48.023Z | Build Time: 2022/10/26 21:17:46 |
281 | 2023-10-04T23:21:48.027Z | Distribution: OSS |
282 | 2023-10-04T23:21:48.030Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
283 | 2023-10-04T23:21:48.033Z | Go Version: go1.17.13 |
284 | 2023-10-04T23:21:48.036Z | C Compiler: gcc 10.3.0 |
285 | 2023-10-04T23:21:48.041Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
286 | 2023-10-04T23:21:48.044Z | Build Type: release |
287 | 2023-10-04T23:21:48.047Z | + set -o errexit |
288 | 2023-10-04T23:21:48.050Z | +++ dirname ./tools/ci_download_clickhouse |
289 | 2023-10-04T23:21:48.053Z | ++ cd ./tools |
290 | 2023-10-04T23:21:48.056Z | ++ pwd |
291 | 2023-10-04T23:21:48.059Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
292 | 2023-10-04T23:21:48.062Z | ++ basename ./tools/ci_download_clickhouse |
293 | 2023-10-04T23:21:48.066Z | + ARG0=ci_download_clickhouse |
294 | 2023-10-04T23:21:48.069Z | + TARGET_DIR=out |
295 | 2023-10-04T23:21:48.071Z | + DOWNLOAD_DIR=out/downloads |
296 | 2023-10-04T23:21:48.074Z | + DEST_DIR=./out/clickhouse |
297 | 2023-10-04T23:21:48.077Z | + CIDL_VERSION=v22.8.9.24 |
298 | 2023-10-04T23:21:48.080Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
299 | 2023-10-04T23:21:48.084Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
300 | 2023-10-04T23:21:48.092Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
301 | 2023-10-04T23:21:48.096Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
302 | 2023-10-04T23:21:48.099Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
303 | 2023-10-04T23:21:48.102Z | + main |
304 | 2023-10-04T23:21:48.105Z | + [[ 0 != 0 ]] |
305 | 2023-10-04T23:21:48.111Z | + CIDL_OS=solaris2.11 |
306 | 2023-10-04T23:21:48.114Z | + [[ 0 != 0 ]] |
307 | 2023-10-04T23:21:48.117Z | + configure_os solaris2.11 |
308 | 2023-10-04T23:21:48.120Z | + echo 'current directory: /work/oxidecomputer/omicron' |
309 | 2023-10-04T23:21:48.123Z | current directory: /work/oxidecomputer/omicron |
310 | 2023-10-04T23:21:48.128Z | + echo 'configuring based on OS: "solaris2.11"' |
311 | 2023-10-04T23:21:48.132Z | configuring based on OS: "solaris2.11" |
312 | 2023-10-04T23:21:48.136Z | + CIDL_DASHREV= |
313 | 2023-10-04T23:21:48.139Z | + case "$1" in |
314 | 2023-10-04T23:21:48.142Z | + CIDL_PLATFORM=illumos |
315 | 2023-10-04T23:21:48.145Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
316 | 2023-10-04T23:21:48.148Z | + CIDL_MD5FUNC=do_md5sum |
317 | 2023-10-04T23:21:48.151Z | + CIDL_DASHREV=-1 |
318 | 2023-10-04T23:21:48.154Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
319 | 2023-10-04T23:21:48.157Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
320 | 2023-10-04T23:21:48.161Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
321 | 2023-10-04T23:21:48.165Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
322 | 2023-10-04T23:21:48.168Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
323 | 2023-10-04T23:21:48.172Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
324 | 2023-10-04T23:21:48.176Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
325 | 2023-10-04T23:21:48.181Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-04T23:21:48.184Z | + mkdir -p out/downloads |
327 | 2023-10-04T23:21:48.188Z | + mkdir -p ./out/clickhouse |
328 | 2023-10-04T23:21:48.192Z | + local DO_DOWNLOAD=true |
329 | 2023-10-04T23:21:48.196Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
330 | 2023-10-04T23:21:48.199Z | + '[' true == true ']' |
331 | 2023-10-04T23:21:48.202Z | + echo Downloading... |
332 | 2023-10-04T23:21:48.206Z | Downloading... |
333 | 2023-10-04T23:21:48.208Z | + 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-04T23:21:48.211Z | + 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-04T23:21:50.000Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-10-04T23:21:50.029Z | ++ md5sum |
337 | 2023-10-04T23:21:50.038Z | ++ awk '{print $1}' |
338 | 2023-10-04T23:21:50.260Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2023-10-04T23:21:50.263Z | + [[ 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-04T23:21:50.266Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
341 | 2023-10-04T23:21:50.269Z | + mkdir -p ./out/clickhouse |
342 | 2023-10-04T23:21:50.272Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
343 | 2023-10-04T23:21:55.161Z | + ./out/clickhouse/clickhouse server --version |
344 | 2023-10-04T23:21:55.599Z | ClickHouse server version 22.8.9.1. |
345 | 2023-10-04T23:21:55.641Z | + set -o errexit |
346 | 2023-10-04T23:21:55.668Z | +++ dirname ./tools/ci_download_console |
347 | 2023-10-04T23:21:55.691Z | ++ cd ./tools |
348 | 2023-10-04T23:21:55.701Z | ++ pwd |
349 | 2023-10-04T23:21:55.712Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
350 | 2023-10-04T23:21:55.723Z | ++ basename ./tools/ci_download_console |
351 | 2023-10-04T23:21:55.735Z | + ARG0=ci_download_console |
352 | 2023-10-04T23:21:55.771Z | + TARGET_DIR=out |
353 | 2023-10-04T23:21:55.792Z | + DOWNLOAD_DIR=out/downloads |
354 | 2023-10-04T23:21:55.802Z | + DEST_DIR=./out/console-assets |
355 | 2023-10-04T23:21:55.825Z | + source /work/oxidecomputer/omicron/tools/console_version |
356 | 2023-10-04T23:21:55.853Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
357 | 2023-10-04T23:21:55.888Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
358 | 2023-10-04T23:21:55.892Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
359 | 2023-10-04T23:21:55.895Z | + TARBALL_FILE=out/downloads/console.tar.gz |
360 | 2023-10-04T23:21:55.902Z | + main |
361 | 2023-10-04T23:21:55.913Z | + [[ 0 != 0 ]] |
362 | 2023-10-04T23:21:55.936Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
363 | 2023-10-04T23:21:55.948Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
364 | 2023-10-04T23:21:55.958Z | Local file: out/downloads/console.tar.gz |
365 | 2023-10-04T23:21:56.023Z | + echo 'Local file: out/downloads/console.tar.gz' |
366 | 2023-10-04T23:21:56.087Z | + local DO_DOWNLOAD=true |
367 | 2023-10-04T23:21:56.222Z | + [[ -f out/downloads/console.tar.gz ]] |
368 | 2023-10-04T23:21:56.437Z | + mkdir -p out/downloads |
369 | 2023-10-04T23:21:56.528Z | + '[' true == true ']' |
370 | 2023-10-04T23:21:56.560Z | + echo Downloading... |
371 | 2023-10-04T23:21:56.567Z | Downloading... |
372 | 2023-10-04T23:21:56.586Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
373 | 2023-10-04T23:21:56.601Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
374 | 2023-10-04T23:21:56.611Z | ++ do_sha256sum out/downloads/console.tar.gz |
375 | 2023-10-04T23:21:56.623Z | ++ case "$OSTYPE" in |
376 | 2023-10-04T23:21:56.634Z | ++ SHA=sha256sum |
377 | 2023-10-04T23:21:56.648Z | ++ sha256sum |
378 | 2023-10-04T23:21:56.653Z | ++ awk '{print $1}' |
379 | 2023-10-04T23:21:56.658Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
380 | 2023-10-04T23:21:56.663Z | + [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]] |
381 | 2023-10-04T23:21:56.668Z | + rm -rf ./out/console-assets |
382 | 2023-10-04T23:21:56.674Z | + mkdir -p ./out/console-assets |
383 | 2023-10-04T23:21:56.679Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
384 | 2023-10-04T23:21:56.684Z | + mkdir -p ./out/console-assets |
385 | 2023-10-04T23:21:56.688Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
386 | 2023-10-04T23:21:56.695Z | + set -o errexit |
387 | 2023-10-04T23:21:56.708Z | +++ dirname ./tools/ci_download_maghemite_openapi |
388 | 2023-10-04T23:21:56.752Z | ++ cd ./tools |
389 | 2023-10-04T23:21:56.770Z | ++ pwd |
390 | 2023-10-04T23:21:56.784Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
391 | 2023-10-04T23:21:56.797Z | ++ basename ./tools/ci_download_maghemite_openapi |
392 | 2023-10-04T23:21:56.808Z | + ARG0=ci_download_maghemite_openapi |
393 | 2023-10-04T23:21:56.823Z | + TARGET_DIR=out |
394 | 2023-10-04T23:21:56.856Z | + DOWNLOAD_DIR=out/downloads |
395 | 2023-10-04T23:21:56.868Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
396 | 2023-10-04T23:21:56.878Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
397 | 2023-10-04T23:21:56.892Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
398 | 2023-10-04T23:21:56.901Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
399 | 2023-10-04T23:21:56.909Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
400 | 2023-10-04T23:21:56.922Z | + main |
401 | 2023-10-04T23:21:56.931Z | + [[ 0 != 0 ]] |
402 | 2023-10-04T23:21:56.938Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
403 | 2023-10-04T23:21:56.964Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
404 | 2023-10-04T23:21:56.971Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
405 | 2023-10-04T23:21:56.976Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
406 | 2023-10-04T23:21:56.984Z | + local DO_DOWNLOAD=true |
407 | 2023-10-04T23:21:57.004Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
408 | 2023-10-04T23:21:57.031Z | + mkdir -p out/downloads |
409 | 2023-10-04T23:21:57.036Z | + '[' true == true ']' |
410 | 2023-10-04T23:21:57.051Z | + echo Downloading... |
411 | 2023-10-04T23:21:57.079Z | Downloading... |
412 | 2023-10-04T23:21:57.497Z | + 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-04T23:21:57.500Z | + 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-04T23:21:57.503Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
415 | 2023-10-04T23:21:57.508Z | ++ case "$OSTYPE" in |
416 | 2023-10-04T23:21:57.513Z | ++ SHA=sha256sum |
417 | 2023-10-04T23:21:57.520Z | ++ sha256sum |
418 | 2023-10-04T23:21:57.534Z | ++ awk '{print $1}' |
419 | 2023-10-04T23:21:57.553Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
420 | 2023-10-04T23:21:57.576Z | + [[ 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-04T23:21:58.002Z | + set -o errexit |
422 | 2023-10-04T23:21:58.009Z | +++ dirname ./tools/ci_download_dendrite_openapi |
423 | 2023-10-04T23:21:58.026Z | ++ cd ./tools |
424 | 2023-10-04T23:21:58.043Z | ++ pwd |
425 | 2023-10-04T23:21:58.481Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
426 | 2023-10-04T23:21:58.504Z | ++ basename ./tools/ci_download_dendrite_openapi |
427 | 2023-10-04T23:21:58.523Z | + ARG0=ci_download_dendrite_openapi |
428 | 2023-10-04T23:21:58.528Z | + TARGET_DIR=out |
429 | 2023-10-04T23:21:58.533Z | + DOWNLOAD_DIR=out/downloads |
430 | 2023-10-04T23:21:58.540Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
431 | 2023-10-04T23:21:58.553Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
432 | 2023-10-04T23:21:58.563Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
433 | 2023-10-04T23:21:58.571Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
434 | 2023-10-04T23:21:58.578Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
435 | 2023-10-04T23:21:58.592Z | + main |
436 | 2023-10-04T23:21:59.026Z | + [[ 0 != 0 ]] |
437 | 2023-10-04T23:21:59.029Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
438 | 2023-10-04T23:21:59.032Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
439 | 2023-10-04T23:21:59.035Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
440 | 2023-10-04T23:21:59.038Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
441 | 2023-10-04T23:21:59.040Z | + local DO_DOWNLOAD=true |
442 | 2023-10-04T23:21:59.044Z | Downloading... |
443 | 2023-10-04T23:21:59.065Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
444 | 2023-10-04T23:21:59.083Z | + mkdir -p out/downloads |
445 | 2023-10-04T23:21:59.104Z | + '[' true == true ']' |
446 | 2023-10-04T23:21:59.132Z | + echo Downloading... |
447 | 2023-10-04T23:21:59.153Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
448 | 2023-10-04T23:21:59.171Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
449 | 2023-10-04T23:21:59.174Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
450 | 2023-10-04T23:21:59.177Z | ++ case "$OSTYPE" in |
451 | 2023-10-04T23:21:59.181Z | ++ SHA=sha256sum |
452 | 2023-10-04T23:21:59.184Z | ++ sha256sum |
453 | 2023-10-04T23:21:59.188Z | ++ awk '{print $1}' |
454 | 2023-10-04T23:21:59.197Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
455 | 2023-10-04T23:21:59.202Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
456 | 2023-10-04T23:21:59.205Z | + set -o errexit |
457 | 2023-10-04T23:21:59.209Z | +++ dirname ./tools/ci_download_dendrite_stub |
458 | 2023-10-04T23:21:59.214Z | ++ cd ./tools |
459 | 2023-10-04T23:21:59.219Z | ++ pwd |
460 | 2023-10-04T23:21:59.228Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
461 | 2023-10-04T23:21:59.238Z | ++ basename ./tools/ci_download_dendrite_stub |
462 | 2023-10-04T23:21:59.252Z | + ARG0=ci_download_dendrite_stub |
463 | 2023-10-04T23:21:59.666Z | current directory: /work/oxidecomputer/omicron |
464 | 2023-10-04T23:21:59.675Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
465 | 2023-10-04T23:21:59.686Z | configuring based on OS: "solaris2.11" |
466 | 2023-10-04T23:22:00.136Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
467 | 2023-10-04T23:22:00.148Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
468 | 2023-10-04T23:22:00.170Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
469 | 2023-10-04T23:22:00.186Z | Local file: out/downloads/dendrite-stub.tar.gz |
470 | 2023-10-04T23:22:00.198Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
471 | 2023-10-04T23:22:00.210Z | Downloading... |
472 | 2023-10-04T23:22:00.223Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
473 | 2023-10-04T23:22:00.242Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
474 | 2023-10-04T23:22:00.260Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
475 | 2023-10-04T23:22:00.265Z | + TARGET_DIR=out |
476 | 2023-10-04T23:22:00.280Z | + DOWNLOAD_DIR=out/downloads |
477 | 2023-10-04T23:22:00.305Z | + DEST_DIR=./out/dendrite-stub |
478 | 2023-10-04T23:22:00.328Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
479 | 2023-10-04T23:22:00.345Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
480 | 2023-10-04T23:22:00.362Z | + REPO=oxidecomputer/dendrite |
481 | 2023-10-04T23:22:00.383Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
482 | 2023-10-04T23:22:00.407Z | + main |
483 | 2023-10-04T23:22:00.431Z | + [[ 0 != 0 ]] |
484 | 2023-10-04T23:22:00.445Z | + CIDL_OS=solaris2.11 |
485 | 2023-10-04T23:22:00.462Z | + [[ 0 != 0 ]] |
486 | 2023-10-04T23:22:00.474Z | + configure_os solaris2.11 |
487 | 2023-10-04T23:22:00.486Z | + echo 'current directory: /work/oxidecomputer/omicron' |
488 | 2023-10-04T23:22:00.502Z | + echo 'configuring based on OS: "solaris2.11"' |
489 | 2023-10-04T23:22:00.519Z | + case "$1" in |
490 | 2023-10-04T23:22:00.574Z | + SET_BINARIES= |
491 | 2023-10-04T23:22:00.587Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
492 | 2023-10-04T23:22:00.603Z | + CIDL_SHA256FUNC=do_sha256sum |
493 | 2023-10-04T23:22:00.623Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
494 | 2023-10-04T23:22:00.638Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
495 | 2023-10-04T23:22:00.656Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
496 | 2023-10-04T23:22:00.671Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
497 | 2023-10-04T23:22:00.692Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
498 | 2023-10-04T23:22:00.717Z | + mkdir -p out/downloads |
499 | 2023-10-04T23:22:00.736Z | + mkdir -p ./out/dendrite-stub |
500 | 2023-10-04T23:22:00.750Z | + fetch_and_verify |
501 | 2023-10-04T23:22:01.169Z | + local DO_DOWNLOAD=true |
502 | 2023-10-04T23:22:01.179Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
503 | 2023-10-04T23:22:01.197Z | + '[' true == true ']' |
504 | 2023-10-04T23:22:01.210Z | + echo Downloading... |
505 | 2023-10-04T23:22:01.632Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
506 | 2023-10-04T23:22:01.643Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
507 | 2023-10-04T23:22:26.154Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
508 | 2023-10-04T23:22:26.439Z | ++ sha256sum |
509 | 2023-10-04T23:22:26.989Z | ++ awk '{print $1}' |
510 | 2023-10-04T23:22:27.306Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
511 | 2023-10-04T23:22:27.439Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
512 | 2023-10-04T23:22:27.542Z | + do_untar out/downloads/dendrite-stub.tar.gz |
513 | 2023-10-04T23:22:27.615Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
514 | 2023-10-04T23:22:27.766Z | + do_assemble |
515 | 2023-10-04T23:22:27.961Z | + rm -r ./out/dendrite-stub |
516 | 2023-10-04T23:22:28.096Z | + mkdir ./out/dendrite-stub |
517 | 2023-10-04T23:22:28.170Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
518 | 2023-10-04T23:22:28.218Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
519 | 2023-10-04T23:22:28.282Z | + set -o errexit |
520 | 2023-10-04T23:22:28.320Z | +++ dirname ./tools/ci_download_transceiver_control |
521 | 2023-10-04T23:22:28.347Z | ++ cd ./tools |
522 | 2023-10-04T23:22:28.391Z | ++ pwd |
523 | 2023-10-04T23:22:28.506Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
524 | 2023-10-04T23:22:28.539Z | ++ basename ./tools/ci_download_transceiver_control |
525 | 2023-10-04T23:22:28.578Z | + ARG0=ci_download_transceiver_control |
526 | 2023-10-04T23:22:28.598Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
527 | 2023-10-04T23:22:28.644Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
528 | 2023-10-04T23:22:28.663Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
529 | 2023-10-04T23:22:28.669Z | + TARGET_DIR=out |
530 | 2023-10-04T23:22:28.691Z | + DOWNLOAD_DIR=out/downloads |
531 | 2023-10-04T23:22:28.713Z | + DEST_DIR=./out/transceiver-control |
532 | 2023-10-04T23:22:28.724Z | + BIN_DIR=/opt/oxide/bin |
533 | 2023-10-04T23:22:28.743Z | + BINARY=xcvradm |
534 | 2023-10-04T23:22:28.747Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
535 | 2023-10-04T23:22:28.759Z | + REPO=oxidecomputer/transceiver-control |
536 | 2023-10-04T23:22:28.778Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
537 | 2023-10-04T23:22:28.793Z | + main |
538 | 2023-10-04T23:22:28.804Z | + [[ 0 != 0 ]] |
539 | 2023-10-04T23:22:29.233Z | + CIDL_OS=solaris2.11 |
540 | 2023-10-04T23:22:29.238Z | + [[ 0 != 0 ]] |
541 | 2023-10-04T23:22:29.256Z | + configure_os solaris2.11 |
542 | 2023-10-04T23:22:29.269Z | + echo 'current directory: /work/oxidecomputer/omicron' |
543 | 2023-10-04T23:22:29.280Z | current directory: /work/oxidecomputer/omicron |
544 | 2023-10-04T23:22:29.289Z | + echo 'configuring based on OS: "solaris2.11"' |
545 | 2023-10-04T23:22:29.294Z | configuring based on OS: "solaris2.11" |
546 | 2023-10-04T23:22:29.303Z | + case "$1" in |
547 | 2023-10-04T23:22:29.321Z | + SET_BINARIES= |
548 | 2023-10-04T23:22:29.329Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
549 | 2023-10-04T23:22:29.344Z | + CIDL_SHA256FUNC=do_sha256sum |
550 | 2023-10-04T23:22:29.356Z | + ARCHIVE_FILENAME=xcvradm.gz |
551 | 2023-10-04T23:22:29.371Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
552 | 2023-10-04T23:22:29.381Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
553 | 2023-10-04T23:22:29.389Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
554 | 2023-10-04T23:22:29.415Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
555 | 2023-10-04T23:22:29.428Z | + echo 'Local file: out/downloads/xcvradm.gz' |
556 | 2023-10-04T23:22:29.439Z | Local file: out/downloads/xcvradm.gz |
557 | 2023-10-04T23:22:29.857Z | + mkdir -p out/downloads |
558 | 2023-10-04T23:22:29.866Z | + mkdir -p ./out/transceiver-control |
559 | 2023-10-04T23:22:29.879Z | + fetch_and_verify |
560 | 2023-10-04T23:22:29.891Z | + local DO_DOWNLOAD=true |
561 | 2023-10-04T23:22:29.904Z | + [[ -f out/downloads/xcvradm.gz ]] |
562 | 2023-10-04T23:22:29.918Z | + '[' true == true ']' |
563 | 2023-10-04T23:22:29.928Z | + echo Downloading... |
564 | 2023-10-04T23:22:29.940Z | Downloading... |
565 | 2023-10-04T23:22:29.951Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
566 | 2023-10-04T23:22:29.962Z | + 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-04T23:22:29.970Z | ++ do_sha256sum out/downloads/xcvradm.gz |
568 | 2023-10-04T23:22:29.974Z | ++ sha256sum |
569 | 2023-10-04T23:22:29.978Z | ++ awk '{print $1}' |
570 | 2023-10-04T23:22:29.984Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
571 | 2023-10-04T23:22:29.988Z | + [[ 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-04T23:22:29.992Z | + do_unpack out/downloads/xcvradm.gz |
573 | 2023-10-04T23:22:29.998Z | + mkdir -p out/downloads/root//opt/oxide/bin |
574 | 2023-10-04T23:22:30.006Z | + gzip -dc out/downloads/xcvradm.gz |
575 | 2023-10-04T23:22:30.012Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
576 | 2023-10-04T23:22:30.017Z | + do_assemble |
577 | 2023-10-04T23:22:30.020Z | + rm -r ./out/transceiver-control |
578 | 2023-10-04T23:22:30.024Z | + mkdir ./out/transceiver-control |
579 | 2023-10-04T23:22:30.029Z | + cp -r out/downloads/root ./out/transceiver-control/root |
580 | 2023-10-04T23:22:30.033Z | All prerequisites installed successfully |
581 | 2023-10-04T23:22:30.037Z | |
582 | 2023-10-04T23:22:30.041Z | real 1:58.370975233 |
583 | 2023-10-04T23:22:30.044Z | user 49.515805555 |
584 | 2023-10-04T23:22:30.047Z | sys 9.477991568 |
585 | 2023-10-04T23:22:30.051Z | trap 0.021614870 |
586 | 2023-10-04T23:22:30.055Z | tflt 0.201784437 |
587 | 2023-10-04T23:22:30.058Z | dflt 0.554191832 |
588 | 2023-10-04T23:22:30.061Z | kflt 0.181378935 |
589 | 2023-10-04T23:22:30.065Z | lock 2.076521328 |
590 | 2023-10-04T23:22:30.069Z | slp 3:55.380803279 |
591 | 2023-10-04T23:22:30.073Z | lat 3.161374500 |
592 | 2023-10-04T23:22:30.076Z | stop 0.071556535 |
593 | 2023-10-04T23:22:30.079Z | + banner end-to-end-tests |
594 | 2023-10-04T23:22:30.083Z | |
595 | 2023-10-04T23:22:30.086Z | ###### # # ##### ##### #### ###### # # ##### |
596 | 2023-10-04T23:22:30.089Z | # ## # # # # # # # ## # # # |
597 | 2023-10-04T23:22:30.092Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
598 | 2023-10-04T23:22:30.096Z | # # # # # # # # # # # # # # # |
599 | 2023-10-04T23:22:30.100Z | # # ## # # # # # # # ## # # |
600 | 2023-10-04T23:22:30.104Z | ###### # # ##### # #### ###### # # ##### |
601 | 2023-10-04T23:22:30.107Z | |
602 | 2023-10-04T23:22:30.110Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
603 | 2023-10-04T23:22:30.113Z | + CARGO_PROFILE_DEV_DEBUG=1 |
604 | 2023-10-04T23:22:30.117Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
605 | 2023-10-04T23:22:30.120Z | + CARGO_PROFILE_TEST_DEBUG=1 |
606 | 2023-10-04T23:22:30.123Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
607 | 2023-10-04T23:22:30.126Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
608 | 2023-10-04T23:22:30.129Z | Updating crates.io index |
609 | 2023-10-04T23:22:30.132Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
610 | 2023-10-04T23:22:31.006Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
611 | 2023-10-04T23:22:32.940Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
612 | 2023-10-04T23:22:33.731Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
613 | 2023-10-04T23:22:34.016Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
614 | 2023-10-04T23:22:34.329Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
615 | 2023-10-04T23:22:34.647Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
616 | 2023-10-04T23:22:35.452Z | Updating git repository `https://github.com/oxidecomputer/opte` |
617 | 2023-10-04T23:22:36.598Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
618 | 2023-10-04T23:22:36.980Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
619 | 2023-10-04T23:22:37.428Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
620 | 2023-10-04T23:22:37.763Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
621 | 2023-10-04T23:22:38.149Z | Updating git repository `https://github.com/njaremko/samael` |
622 | 2023-10-04T23:22:38.523Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
623 | 2023-10-04T23:22:40.478Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
624 | 2023-10-04T23:22:41.169Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
625 | 2023-10-04T23:22:41.868Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
626 | 2023-10-04T23:22:42.428Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
627 | 2023-10-04T23:22:42.819Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
628 | 2023-10-04T23:22:43.329Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
629 | 2023-10-04T23:22:52.428Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
630 | 2023-10-04T23:22:52.744Z | Updating git repository `https://github.com/jgallagher/nix` |
631 | 2023-10-04T23:22:54.030Z | Updating git repository `https://github.com/cbiffle/hubpack` |
632 | 2023-10-04T23:22:54.442Z | Updating git repository `https://github.com/oxidecomputer/typify` |
633 | 2023-10-04T23:22:55.445Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
634 | 2023-10-04T23:22:55.840Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
635 | 2023-10-04T23:22:56.129Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
636 | 2023-10-04T23:22:58.075Z | Downloading crates ... |
637 | 2023-10-04T23:22:58.275Z | Downloaded async-stream-impl v0.3.5 |
638 | 2023-10-04T23:22:58.286Z | Downloaded backtrace v0.3.69 |
639 | 2023-10-04T23:22:58.295Z | Downloaded platforms v3.0.2 |
640 | 2023-10-04T23:22:58.302Z | Downloaded crypto-common v0.1.6 |
641 | 2023-10-04T23:22:58.310Z | Downloaded camino-tempfile v1.0.2 |
642 | 2023-10-04T23:22:58.317Z | Downloaded percent-encoding v2.3.0 |
643 | 2023-10-04T23:22:58.328Z | Downloaded openssl-macros v0.1.1 |
644 | 2023-10-04T23:22:58.334Z | Downloaded bitflags v1.3.2 |
645 | 2023-10-04T23:22:58.340Z | Downloaded nix v0.26.2 |
646 | 2023-10-04T23:22:58.363Z | Downloaded ppv-lite86 v0.2.17 |
647 | 2023-10-04T23:22:58.377Z | Downloaded pretty-hex v0.2.1 |
648 | 2023-10-04T23:22:58.388Z | Downloaded console v0.15.7 |
649 | 2023-10-04T23:22:58.402Z | Downloaded clap v4.4.3 |
650 | 2023-10-04T23:22:58.422Z | Downloaded predicates-core v1.0.6 |
651 | 2023-10-04T23:22:58.439Z | Downloaded pbkdf2 v0.12.2 |
652 | 2023-10-04T23:22:58.461Z | Downloaded pretty-hex v0.3.0 |
653 | 2023-10-04T23:22:58.487Z | Downloaded diesel_table_macro_syntax v0.1.0 |
654 | 2023-10-04T23:22:58.496Z | Downloaded phf_shared v0.10.0 |
655 | 2023-10-04T23:22:58.515Z | Downloaded darling_macro v0.20.3 |
656 | 2023-10-04T23:22:58.520Z | Downloaded pbkdf2 v0.11.0 |
657 | 2023-10-04T23:22:58.524Z | Downloaded openssl-probe v0.1.5 |
658 | 2023-10-04T23:22:58.528Z | Downloaded cpufeatures v0.2.9 |
659 | 2023-10-04T23:22:58.532Z | Downloaded quick-error v1.2.3 |
660 | 2023-10-04T23:22:58.537Z | Downloaded macaddr v1.0.1 |
661 | 2023-10-04T23:22:58.541Z | Downloaded pest_generator v2.7.2 |
662 | 2023-10-04T23:22:58.544Z | Downloaded headers-core v0.2.0 |
663 | 2023-10-04T23:22:58.548Z | Downloaded keccak v0.1.4 |
664 | 2023-10-04T23:22:58.551Z | Downloaded base64ct v1.6.0 |
665 | 2023-10-04T23:22:58.555Z | Downloaded proc-macro-error-attr v1.0.4 |
666 | 2023-10-04T23:22:58.562Z | Downloaded password-hash v0.4.2 |
667 | 2023-10-04T23:22:58.565Z | Downloaded num_enum v0.5.11 |
668 | 2023-10-04T23:22:58.569Z | Downloaded postgres-protocol v0.6.6 |
669 | 2023-10-04T23:22:58.572Z | Downloaded crossbeam-channel v0.5.8 |
670 | 2023-10-04T23:22:58.576Z | Downloaded instant v0.1.12 |
671 | 2023-10-04T23:22:58.579Z | Downloaded hash32 v0.2.1 |
672 | 2023-10-04T23:22:58.583Z | Downloaded parking_lot_core v0.9.8 |
673 | 2023-10-04T23:22:58.587Z | Downloaded group v0.13.0 |
674 | 2023-10-04T23:22:58.591Z | Downloaded derive_more v0.99.17 |
675 | 2023-10-04T23:22:58.595Z | Downloaded tokio-macros v2.1.0 |
676 | 2023-10-04T23:22:58.598Z | Downloaded unicode-linebreak v0.1.5 |
677 | 2023-10-04T23:22:58.602Z | Downloaded try-lock v0.2.4 |
678 | 2023-10-04T23:22:58.613Z | Downloaded tinyvec_macros v0.1.1 |
679 | 2023-10-04T23:22:58.642Z | Downloaded sha1 v0.10.5 |
680 | 2023-10-04T23:22:58.647Z | Downloaded usdt-impl v0.3.5 |
681 | 2023-10-04T23:22:58.654Z | Downloaded fastrand v2.0.0 |
682 | 2023-10-04T23:22:58.667Z | Downloaded http-body v0.4.5 |
683 | 2023-10-04T23:22:58.675Z | Downloaded hostname v0.3.1 |
684 | 2023-10-04T23:22:58.704Z | Downloaded serde_repr v0.1.16 |
685 | 2023-10-04T23:22:58.722Z | Downloaded inout v0.1.3 |
686 | 2023-10-04T23:22:58.747Z | Downloaded futures-io v0.3.28 |
687 | 2023-10-04T23:22:58.754Z | Downloaded foreign-types-shared v0.1.1 |
688 | 2023-10-04T23:22:58.758Z | Downloaded foreign-types v0.3.2 |
689 | 2023-10-04T23:22:58.762Z | Downloaded static_assertions v1.1.0 |
690 | 2023-10-04T23:22:58.796Z | Downloaded strsim v0.8.0 |
691 | 2023-10-04T23:22:58.803Z | Downloaded stringprep v0.1.3 |
692 | 2023-10-04T23:22:58.813Z | Downloaded serde_tokenstream v0.1.7 |
693 | 2023-10-04T23:22:58.829Z | Downloaded errno v0.3.2 |
694 | 2023-10-04T23:22:58.837Z | Downloaded utf-8 v0.7.6 |
695 | 2023-10-04T23:22:58.843Z | Downloaded wyz v0.5.1 |
696 | 2023-10-04T23:22:58.847Z | Downloaded lalrpop-util v0.19.12 |
697 | 2023-10-04T23:22:58.872Z | Downloaded strum_macros v0.25.2 |
698 | 2023-10-04T23:22:59.283Z | Downloaded enum-iterator-derive v1.2.1 |
699 | 2023-10-04T23:22:59.292Z | Downloaded httparse v1.8.0 |
700 | 2023-10-04T23:22:59.295Z | Downloaded hyper-tls v0.5.0 |
701 | 2023-10-04T23:22:59.298Z | Downloaded zone_cfg_derive v0.2.0 |
702 | 2023-10-04T23:22:59.306Z | Downloaded indexmap v1.9.3 |
703 | 2023-10-04T23:22:59.310Z | Downloaded tower-service v0.3.2 |
704 | 2023-10-04T23:22:59.317Z | Downloaded version_check v0.9.4 |
705 | 2023-10-04T23:22:59.767Z | Downloaded zone v0.2.0 |
706 | 2023-10-04T23:22:59.813Z | Downloaded structmeta v0.1.6 |
707 | 2023-10-04T23:23:00.232Z | Downloaded strsim v0.10.0 |
708 | 2023-10-04T23:23:00.236Z | Downloaded futures-core v0.3.28 |
709 | 2023-10-04T23:23:00.240Z | Downloaded secrecy v0.8.0 |
710 | 2023-10-04T23:23:00.244Z | Downloaded futures-task v0.3.28 |
711 | 2023-10-04T23:23:00.248Z | Downloaded hyper-rustls v0.24.1 |
712 | 2023-10-04T23:23:00.252Z | Downloaded ghash v0.5.0 |
713 | 2023-10-04T23:23:00.259Z | Downloaded utf8parse v0.2.1 |
714 | 2023-10-04T23:23:00.264Z | Downloaded usdt-macro v0.3.5 |
715 | 2023-10-04T23:23:00.268Z | Downloaded spin v0.5.2 |
716 | 2023-10-04T23:23:00.271Z | Downloaded trust-dns-resolver v0.22.0 |
717 | 2023-10-04T23:23:00.275Z | Downloaded humantime v2.1.0 |
718 | 2023-10-04T23:23:00.280Z | Downloaded xattr v1.0.1 |
719 | 2023-10-04T23:23:00.283Z | Downloaded tokio-native-tls v0.3.1 |
720 | 2023-10-04T23:23:00.287Z | Downloaded tokio-tungstenite v0.18.0 |
721 | 2023-10-04T23:23:00.290Z | Downloaded zerocopy v0.6.3 |
722 | 2023-10-04T23:23:00.294Z | Downloaded num-bigint v0.4.4 |
723 | 2023-10-04T23:23:00.297Z | Downloaded want v0.3.1 |
724 | 2023-10-04T23:23:00.301Z | Downloaded resolv-conf v0.7.0 |
725 | 2023-10-04T23:23:00.306Z | Downloaded generic-array v0.14.7 |
726 | 2023-10-04T23:23:00.310Z | Downloaded ident_case v1.0.1 |
727 | 2023-10-04T23:23:00.314Z | Downloaded is-terminal v0.4.9 |
728 | 2023-10-04T23:23:00.318Z | Downloaded serde_spanned v0.6.3 |
729 | 2023-10-04T23:23:00.322Z | Downloaded same-file v1.0.6 |
730 | 2023-10-04T23:23:00.326Z | Downloaded serde_derive v1.0.188 |
731 | 2023-10-04T23:23:00.331Z | Downloaded russh-keys v0.38.0 |
732 | 2023-10-04T23:23:00.336Z | Downloaded socket2 v0.5.3 |
733 | 2023-10-04T23:23:00.340Z | Downloaded dirs-sys-next v0.1.2 |
734 | 2023-10-04T23:23:00.344Z | Downloaded termcolor v1.2.0 |
735 | 2023-10-04T23:23:00.348Z | Downloaded textwrap v0.16.0 |
736 | 2023-10-04T23:23:00.351Z | Downloaded trust-dns-server v0.22.1 |
737 | 2023-10-04T23:23:00.355Z | Downloaded rustc-demangle v0.1.23 |
738 | 2023-10-04T23:23:00.358Z | Downloaded tokio-tungstenite v0.17.2 |
739 | 2023-10-04T23:23:00.367Z | Downloaded getrandom v0.1.16 |
740 | 2023-10-04T23:23:00.378Z | Downloaded ipnetwork v0.20.0 |
741 | 2023-10-04T23:23:00.390Z | Downloaded slab v0.4.9 |
742 | 2023-10-04T23:23:00.409Z | Downloaded textwrap v0.11.0 |
743 | 2023-10-04T23:23:00.424Z | Downloaded whoami v1.4.1 |
744 | 2023-10-04T23:23:00.430Z | Downloaded subprocess v0.2.9 |
745 | 2023-10-04T23:23:00.434Z | Downloaded ringbuffer v0.14.2 |
746 | 2023-10-04T23:23:00.438Z | Downloaded typenum v1.16.0 |
747 | 2023-10-04T23:23:00.444Z | Downloaded itoa v1.0.9 |
748 | 2023-10-04T23:23:00.448Z | Downloaded unicode-segmentation v1.10.1 |
749 | 2023-10-04T23:23:00.451Z | Downloaded jobserver v0.1.26 |
750 | 2023-10-04T23:23:00.454Z | Downloaded vergen v8.2.4 |
751 | 2023-10-04T23:23:00.457Z | Downloaded tracing v0.1.37 |
752 | 2023-10-04T23:23:00.460Z | Downloaded http v0.2.9 |
753 | 2023-10-04T23:23:00.464Z | Downloaded tracing-core v0.1.31 |
754 | 2023-10-04T23:23:00.467Z | Downloaded tokio-util v0.7.8 |
755 | 2023-10-04T23:23:00.470Z | Downloaded flate2 v1.0.27 |
756 | 2023-10-04T23:23:00.474Z | Downloaded regex-automata v0.1.10 |
757 | 2023-10-04T23:23:00.477Z | Downloaded tokio-postgres v0.7.10 |
758 | 2023-10-04T23:23:00.480Z | Downloaded rand v0.7.3 |
759 | 2023-10-04T23:23:00.483Z | Downloaded trust-dns-client v0.22.0 |
760 | 2023-10-04T23:23:00.492Z | Downloaded hashbrown v0.12.3 |
761 | 2023-10-04T23:23:00.495Z | Downloaded hashbrown v0.13.2 |
762 | 2023-10-04T23:23:00.498Z | Downloaded rusqlite v0.29.0 |
763 | 2023-10-04T23:23:00.501Z | Downloaded reqwest v0.11.20 |
764 | 2023-10-04T23:23:00.504Z | Downloaded serde_with v2.3.3 |
765 | 2023-10-04T23:23:00.510Z | Downloaded rustls-webpki v0.101.4 |
766 | 2023-10-04T23:23:00.513Z | Downloaded itertools v0.11.0 |
767 | 2023-10-04T23:23:00.516Z | Downloaded winnow v0.5.15 |
768 | 2023-10-04T23:23:00.519Z | Downloaded object v0.32.1 |
769 | 2023-10-04T23:23:00.522Z | Downloaded webpki-roots v0.25.2 |
770 | 2023-10-04T23:23:00.525Z | Downloaded curve25519-dalek v4.1.0 |
771 | 2023-10-04T23:23:00.528Z | Downloaded idna v0.2.3 |
772 | 2023-10-04T23:23:00.532Z | Downloaded regex-syntax v0.6.29 |
773 | 2023-10-04T23:23:00.535Z | Downloaded regex-syntax v0.7.5 |
774 | 2023-10-04T23:23:00.538Z | Downloaded idna v0.4.0 |
775 | 2023-10-04T23:23:00.541Z | Downloaded openapiv3 v1.0.3 |
776 | 2023-10-04T23:23:00.545Z | Downloaded trust-dns-proto v0.22.0 |
777 | 2023-10-04T23:23:00.548Z | Downloaded regex-automata v0.3.8 |
778 | 2023-10-04T23:23:00.552Z | Downloaded rustix v0.37.23 |
779 | 2023-10-04T23:23:00.555Z | Downloaded sha3 v0.10.8 |
780 | 2023-10-04T23:23:00.558Z | Downloaded zerocopy-derive v0.6.3 |
781 | 2023-10-04T23:23:00.561Z | Downloaded encoding_rs v0.8.33 |
782 | 2023-10-04T23:23:00.565Z | Downloaded rustix v0.38.9 |
783 | 2023-10-04T23:23:00.568Z | Downloaded sled v0.34.7 |
784 | 2023-10-04T23:23:00.571Z | Downloaded zerocopy-derive v0.2.0 |
785 | 2023-10-04T23:23:00.575Z | Downloaded bstr v1.6.0 |
786 | 2023-10-04T23:23:00.578Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
787 | 2023-10-04T23:23:00.580Z | Downloaded libc v0.2.148 |
788 | 2023-10-04T23:23:00.584Z | Downloaded diesel v2.1.2 |
789 | 2023-10-04T23:23:00.587Z | Downloaded tokio v1.32.0 |
790 | 2023-10-04T23:23:00.591Z | Downloaded rustls v0.21.7 |
791 | 2023-10-04T23:23:00.594Z | Downloaded regress v0.7.1 |
792 | 2023-10-04T23:23:00.599Z | Downloaded regex v1.9.5 |
793 | 2023-10-04T23:23:00.602Z | Downloaded smoltcp v0.9.1 |
794 | 2023-10-04T23:23:00.605Z | Downloaded gimli v0.28.0 |
795 | 2023-10-04T23:23:00.608Z | Downloaded syn v2.0.32 |
796 | 2023-10-04T23:23:00.612Z | Downloaded syn v1.0.109 |
797 | 2023-10-04T23:23:00.614Z | Downloaded radix_trie v0.2.1 |
798 | 2023-10-04T23:23:00.617Z | Downloaded smoltcp v0.8.2 |
799 | 2023-10-04T23:23:00.621Z | Downloaded bitvec v1.0.1 |
800 | 2023-10-04T23:23:00.624Z | Downloaded winapi v0.3.9 |
801 | 2023-10-04T23:23:00.627Z | Downloaded vcpkg v0.2.15 |
802 | 2023-10-04T23:23:00.629Z | Downloaded hyper v0.14.27 |
803 | 2023-10-04T23:23:00.632Z | Downloaded git2 v0.17.2 |
804 | 2023-10-04T23:23:00.636Z | Downloaded h2 v0.3.21 |
805 | 2023-10-04T23:23:00.638Z | Downloaded futures-util v0.3.28 |
806 | 2023-10-04T23:23:00.642Z | Downloaded serde_json v1.0.107 |
807 | 2023-10-04T23:23:00.645Z | Downloaded chrono v0.4.31 |
808 | 2023-10-04T23:23:00.647Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
809 | 2023-10-04T23:23:00.650Z | Downloaded hkdf v0.12.3 |
810 | 2023-10-04T23:23:00.654Z | Downloaded unicode-normalization v0.1.22 |
811 | 2023-10-04T23:23:00.657Z | Downloaded petgraph v0.6.4 |
812 | 2023-10-04T23:23:00.660Z | Downloaded aho-corasick v1.0.4 |
813 | 2023-10-04T23:23:00.665Z | Downloaded russh v0.38.0 |
814 | 2023-10-04T23:23:00.668Z | Downloaded tungstenite v0.18.0 |
815 | 2023-10-04T23:23:00.671Z | Downloaded hashbrown v0.14.0 |
816 | 2023-10-04T23:23:00.673Z | Downloaded clap_builder v4.4.2 |
817 | 2023-10-04T23:23:00.676Z | Downloaded serde v1.0.188 |
818 | 2023-10-04T23:23:00.680Z | Downloaded aes v0.8.3 |
819 | 2023-10-04T23:23:00.683Z | Downloaded unicode-ident v1.0.12 |
820 | 2023-10-04T23:23:00.686Z | Downloaded ron v0.7.1 |
821 | 2023-10-04T23:23:00.689Z | Downloaded tungstenite v0.17.3 |
822 | 2023-10-04T23:23:00.692Z | Downloaded itertools v0.10.5 |
823 | 2023-10-04T23:23:00.695Z | Downloaded structopt v0.3.26 |
824 | 2023-10-04T23:23:00.699Z | Downloaded unsafe-libyaml v0.2.9 |
825 | 2023-10-04T23:23:00.702Z | Downloaded scopeguard v1.2.0 |
826 | 2023-10-04T23:23:00.705Z | Downloaded string_cache v0.8.7 |
827 | 2023-10-04T23:23:00.709Z | Downloaded slog v2.7.0 |
828 | 2023-10-04T23:23:00.712Z | Downloaded time v0.3.27 |
829 | 2023-10-04T23:23:00.715Z | Downloaded io-lifetimes v1.0.11 |
830 | 2023-10-04T23:23:00.717Z | Downloaded sct v0.7.0 |
831 | 2023-10-04T23:23:00.720Z | Downloaded rand v0.8.5 |
832 | 2023-10-04T23:23:00.723Z | Downloaded similar v2.2.1 |
833 | 2023-10-04T23:23:00.726Z | Downloaded libm v0.2.7 |
834 | 2023-10-04T23:23:00.729Z | Downloaded slog-term v2.9.0 |
835 | 2023-10-04T23:23:00.732Z | Downloaded ucd-trie v0.1.6 |
836 | 2023-10-04T23:23:00.735Z | Downloaded url v2.4.1 |
837 | 2023-10-04T23:23:00.738Z | Downloaded ryu v1.0.15 |
838 | 2023-10-04T23:23:00.741Z | Downloaded rcgen v0.10.0 |
839 | 2023-10-04T23:23:00.744Z | Downloaded der v0.7.8 |
840 | 2023-10-04T23:23:00.747Z | Downloaded heapless v0.7.16 |
841 | 2023-10-04T23:23:00.751Z | Downloaded clap v2.34.0 |
842 | 2023-10-04T23:23:00.754Z | Downloaded signature v2.1.0 |
843 | 2023-10-04T23:23:00.782Z | Downloaded vec_map v0.8.2 |
844 | 2023-10-04T23:23:00.785Z | Downloaded twox-hash v1.6.3 |
845 | 2023-10-04T23:23:00.789Z | Downloaded iana-time-zone v0.1.57 |
846 | 2023-10-04T23:23:00.791Z | Downloaded thread_local v1.1.7 |
847 | 2023-10-04T23:23:00.795Z | Downloaded thiserror-impl-no-std v2.0.2 |
848 | 2023-10-04T23:23:00.798Z | Downloaded serde_urlencoded v0.7.1 |
849 | 2023-10-04T23:23:00.801Z | Downloaded socket2 v0.4.9 |
850 | 2023-10-04T23:23:00.805Z | Downloaded smallvec v1.11.0 |
851 | 2023-10-04T23:23:00.811Z | Downloaded tar v0.4.40 |
852 | 2023-10-04T23:23:00.816Z | Downloaded tracing-attributes v0.1.26 |
853 | 2023-10-04T23:23:00.820Z | Downloaded rand_core v0.5.1 |
854 | 2023-10-04T23:23:00.828Z | Downloaded serde_yaml v0.9.25 |
855 | 2023-10-04T23:23:00.845Z | Downloaded dirs-next v2.0.0 |
856 | 2023-10-04T23:23:00.869Z | Downloaded ipnet v2.8.0 |
857 | 2023-10-04T23:23:00.890Z | Downloaded libz-sys v1.1.12 |
858 | 2023-10-04T23:23:00.923Z | Downloaded glob v0.3.1 |
859 | 2023-10-04T23:23:00.961Z | Downloaded futures v0.3.28 |
860 | 2023-10-04T23:23:00.984Z | Downloaded mio v0.8.8 |
861 | 2023-10-04T23:23:01.009Z | Downloaded thread-id v4.2.0 |
862 | 2023-10-04T23:23:01.025Z | Downloaded hmac v0.12.1 |
863 | 2023-10-04T23:23:01.031Z | Downloaded ed25519-dalek v2.0.0 |
864 | 2023-10-04T23:23:01.037Z | Downloaded untrusted v0.7.1 |
865 | 2023-10-04T23:23:01.045Z | Downloaded futures-macro v0.3.28 |
866 | 2023-10-04T23:23:01.054Z | Downloaded headers v0.3.9 |
867 | 2023-10-04T23:23:01.059Z | Downloaded rustls-native-certs v0.6.3 |
868 | 2023-10-04T23:23:01.064Z | Downloaded rand_core v0.6.4 |
869 | 2023-10-04T23:23:01.072Z | Downloaded serde_derive_internals v0.26.0 |
870 | 2023-10-04T23:23:01.080Z | Downloaded zip v0.6.6 |
871 | 2023-10-04T23:23:01.085Z | Downloaded tinyvec v1.6.0 |
872 | 2023-10-04T23:23:01.090Z | Downloaded filetime v0.2.22 |
873 | 2023-10-04T23:23:01.099Z | Downloaded fallible-iterator v0.2.0 |
874 | 2023-10-04T23:23:01.107Z | Downloaded tap v1.0.1 |
875 | 2023-10-04T23:23:01.112Z | Downloaded structmeta-derive v0.1.6 |
876 | 2023-10-04T23:23:01.119Z | Downloaded toml v0.5.11 |
877 | 2023-10-04T23:23:01.128Z | Downloaded bstr v0.2.17 |
878 | 2023-10-04T23:23:01.135Z | Downloaded ff v0.13.0 |
879 | 2023-10-04T23:23:01.146Z | Downloaded smf v0.2.2 |
880 | 2023-10-04T23:23:01.152Z | Downloaded elliptic-curve v0.13.5 |
881 | 2023-10-04T23:23:01.157Z | Downloaded scheduled-thread-pool v0.2.7 |
882 | 2023-10-04T23:23:01.184Z | Downloaded semver-parser v0.10.2 |
883 | 2023-10-04T23:23:01.194Z | Downloaded semver v1.0.18 |
884 | 2023-10-04T23:23:01.200Z | Downloaded semver v0.11.0 |
885 | 2023-10-04T23:23:01.207Z | Downloaded rustversion v1.0.14 |
886 | 2023-10-04T23:23:01.213Z | Downloaded rustls-pemfile v1.0.3 |
887 | 2023-10-04T23:23:01.222Z | Downloaded toml_edit v0.19.15 |
888 | 2023-10-04T23:23:01.232Z | Downloaded ed25519 v2.2.2 |
889 | 2023-10-04T23:23:01.240Z | Downloaded rustfmt-wrapper v0.2.0 |
890 | 2023-10-04T23:23:01.251Z | Downloaded structopt-derive v0.4.18 |
891 | 2023-10-04T23:23:01.269Z | Downloaded const_format v0.2.31 |
892 | 2023-10-04T23:23:01.280Z | Downloaded indexmap v2.0.0 |
893 | 2023-10-04T23:23:01.293Z | Downloaded term v0.7.0 |
894 | 2023-10-04T23:23:01.305Z | Downloaded serde_with_macros v2.3.3 |
895 | 2023-10-04T23:23:01.315Z | Downloaded serde_arrays v0.1.0 |
896 | 2023-10-04T23:23:01.325Z | Downloaded rustc_version v0.4.0 |
897 | 2023-10-04T23:23:01.344Z | Downloaded sha-1 v0.10.1 |
898 | 2023-10-04T23:23:01.358Z | Downloaded schemars v0.8.13 |
899 | 2023-10-04T23:23:01.374Z | Downloaded universal-hash v0.5.1 |
900 | 2023-10-04T23:23:01.384Z | Downloaded toolchain_find v0.2.0 |
901 | 2023-10-04T23:23:01.395Z | Downloaded dof v0.1.5 |
902 | 2023-10-04T23:23:01.411Z | Downloaded spki v0.7.2 |
903 | 2023-10-04T23:23:01.425Z | Downloaded vsss-rs v3.3.1 |
904 | 2023-10-04T23:23:01.432Z | Downloaded take_mut v0.2.2 |
905 | 2023-10-04T23:23:01.436Z | Downloaded memchr v2.6.3 |
906 | 2023-10-04T23:23:01.442Z | Downloaded thiserror-no-std v2.0.2 |
907 | 2023-10-04T23:23:01.447Z | Downloaded getrandom v0.2.10 |
908 | 2023-10-04T23:23:01.451Z | Downloaded env_logger v0.9.3 |
909 | 2023-10-04T23:23:01.455Z | Downloaded serde_tokenstream v0.2.0 |
910 | 2023-10-04T23:23:01.460Z | Downloaded serde_path_to_error v0.1.14 |
911 | 2023-10-04T23:23:01.464Z | Downloaded rand_chacha v0.2.2 |
912 | 2023-10-04T23:23:01.469Z | Downloaded schemars_derive v0.8.13 |
913 | 2023-10-04T23:23:01.474Z | Downloaded diesel_derives v2.1.1 |
914 | 2023-10-04T23:23:01.478Z | Downloaded spin v0.9.8 |
915 | 2023-10-04T23:23:01.483Z | Downloaded hyper-staticfile v0.9.5 |
916 | 2023-10-04T23:23:01.492Z | Downloaded libsqlite3-sys v0.26.0 |
917 | 2023-10-04T23:23:01.497Z | Downloaded half v1.8.2 |
918 | 2023-10-04T23:23:01.504Z | Downloaded endian-type v0.1.2 |
919 | 2023-10-04T23:23:01.508Z | Downloaded openssl-sys v0.9.93 |
920 | 2023-10-04T23:23:01.513Z | Downloaded ring v0.16.20 |
921 | 2023-10-04T23:23:01.517Z | Downloaded chacha20poly1305 v0.10.1 |
922 | 2023-10-04T23:23:01.520Z | Downloaded rand_chacha v0.3.1 |
923 | 2023-10-04T23:23:01.524Z | Downloaded fxhash v0.2.1 |
924 | 2023-10-04T23:23:01.529Z | Downloaded sha2 v0.10.7 |
925 | 2023-10-04T23:23:01.534Z | Downloaded darling_core v0.20.3 |
926 | 2023-10-04T23:23:01.538Z | Downloaded log v0.4.20 |
927 | 2023-10-04T23:23:01.542Z | Downloaded arc-swap v1.6.0 |
928 | 2023-10-04T23:23:01.546Z | Downloaded uuid v1.4.1 |
929 | 2023-10-04T23:23:01.549Z | Downloaded subtle v2.5.0 |
930 | 2023-10-04T23:23:01.553Z | Downloaded base64 v0.13.1 |
931 | 2023-10-04T23:23:01.557Z | Downloaded fnv v1.0.7 |
932 | 2023-10-04T23:23:01.561Z | Downloaded float-cmp v0.9.0 |
933 | 2023-10-04T23:23:01.565Z | Downloaded fixedbitset v0.4.2 |
934 | 2023-10-04T23:23:01.569Z | Downloaded slog-stdlog v4.1.1 |
935 | 2023-10-04T23:23:01.574Z | Downloaded russh-cryptovec v0.7.0 |
936 | 2023-10-04T23:23:01.580Z | Downloaded futures-channel v0.3.28 |
937 | 2023-10-04T23:23:01.590Z | Downloaded slog-json v2.6.1 |
938 | 2023-10-04T23:23:01.594Z | Downloaded tokio-rustls v0.24.1 |
939 | 2023-10-04T23:23:01.598Z | Downloaded heck v0.4.1 |
940 | 2023-10-04T23:23:01.602Z | Downloaded heck v0.3.3 |
941 | 2023-10-04T23:23:01.607Z | Downloaded hashlink v0.8.3 |
942 | 2023-10-04T23:23:01.611Z | Downloaded proc-macro2 v1.0.67 |
943 | 2023-10-04T23:23:01.615Z | Downloaded pest_meta v2.7.2 |
944 | 2023-10-04T23:23:01.619Z | Downloaded num-traits v0.2.16 |
945 | 2023-10-04T23:23:01.623Z | Downloaded crossbeam-utils v0.8.16 |
946 | 2023-10-04T23:23:01.627Z | Downloaded erased-serde v0.3.30 |
947 | 2023-10-04T23:23:01.631Z | Downloaded toml v0.7.8 |
948 | 2023-10-04T23:23:01.635Z | Downloaded fallible-streaming-iterator v0.1.9 |
949 | 2023-10-04T23:23:01.639Z | Downloaded zeroize v1.6.0 |
950 | 2023-10-04T23:23:01.643Z | Downloaded allocator-api2 v0.2.16 |
951 | 2023-10-04T23:23:01.647Z | Downloaded hubpack v0.1.2 |
952 | 2023-10-04T23:23:01.652Z | Downloaded httpdate v1.0.3 |
953 | 2023-10-04T23:23:01.657Z | Downloaded stable_deref_trait v1.2.0 |
954 | 2023-10-04T23:23:01.661Z | Downloaded hex v0.4.3 |
955 | 2023-10-04T23:23:01.665Z | Downloaded futures-sink v0.3.28 |
956 | 2023-10-04T23:23:01.678Z | Downloaded yasna v0.5.2 |
957 | 2023-10-04T23:23:01.682Z | Downloaded foreign-types-macros v0.2.3 |
958 | 2023-10-04T23:23:01.686Z | Downloaded foreign-types v0.5.0 |
959 | 2023-10-04T23:23:01.690Z | Downloaded home v0.5.5 |
960 | 2023-10-04T23:23:01.694Z | Downloaded strum v0.25.0 |
961 | 2023-10-04T23:23:01.697Z | Downloaded unicode-bidi v0.3.13 |
962 | 2023-10-04T23:23:01.701Z | Downloaded siphasher v0.3.11 |
963 | 2023-10-04T23:23:01.705Z | Downloaded signal-hook-registry v1.4.1 |
964 | 2023-10-04T23:23:01.710Z | Downloaded futures-executor v0.3.28 |
965 | 2023-10-04T23:23:01.718Z | Downloaded funty v2.0.0 |
966 | 2023-10-04T23:23:01.724Z | Downloaded form_urlencoded v1.2.0 |
967 | 2023-10-04T23:23:01.728Z | Downloaded crossbeam-epoch v0.9.15 |
968 | 2023-10-04T23:23:01.734Z | Downloaded bytes v1.5.0 |
969 | 2023-10-04T23:23:01.739Z | Downloaded addr2line v0.21.0 |
970 | 2023-10-04T23:23:01.743Z | Downloaded miniz_oxide v0.7.1 |
971 | 2023-10-04T23:23:01.749Z | Downloaded num_enum_derive v0.7.0 |
972 | 2023-10-04T23:23:01.753Z | Downloaded slog-scope v4.4.0 |
973 | 2023-10-04T23:23:01.757Z | Downloaded slog-dtrace v0.2.3 |
974 | 2023-10-04T23:23:01.760Z | Downloaded hex-literal v0.4.1 |
975 | 2023-10-04T23:23:01.765Z | Downloaded getopts v0.2.21 |
976 | 2023-10-04T23:23:01.772Z | Downloaded num-integer v0.1.45 |
977 | 2023-10-04T23:23:01.777Z | Downloaded data-encoding v2.4.0 |
978 | 2023-10-04T23:23:01.781Z | Downloaded tokio-stream v0.1.14 |
979 | 2023-10-04T23:23:01.818Z | Downloaded tempfile v3.8.0 |
980 | 2023-10-04T23:23:01.834Z | Downloaded password-hash v0.5.0 |
981 | 2023-10-04T23:23:01.862Z | Downloaded slog-envlogger v2.2.0 |
982 | 2023-10-04T23:23:02.293Z | Downloaded slog-bunyan v2.4.0 |
983 | 2023-10-04T23:23:02.300Z | Downloaded anyhow v1.0.75 |
984 | 2023-10-04T23:23:02.312Z | Downloaded zeroize_derive v1.4.2 |
985 | 2023-10-04T23:23:02.326Z | Downloaded foreign-types-shared v0.3.1 |
986 | 2023-10-04T23:23:02.351Z | Downloaded dirs-sys v0.4.1 |
987 | 2023-10-04T23:23:02.366Z | Downloaded dirs v5.0.1 |
988 | 2023-10-04T23:23:02.371Z | Downloaded ciborium v0.2.1 |
989 | 2023-10-04T23:23:02.379Z | Downloaded bincode v1.3.3 |
990 | 2023-10-04T23:23:02.385Z | Downloaded argon2 v0.5.2 |
991 | 2023-10-04T23:23:02.388Z | Downloaded bitflags v2.4.0 |
992 | 2023-10-04T23:23:02.398Z | Downloaded anstream v0.5.0 |
993 | 2023-10-04T23:23:02.402Z | Downloaded ahash v0.8.3 |
994 | 2023-10-04T23:23:02.407Z | Downloaded aes-gcm-siv v0.11.1 |
995 | 2023-10-04T23:23:02.412Z | Downloaded http-range v0.1.5 |
996 | 2023-10-04T23:23:02.418Z | Downloaded either v1.9.0 |
997 | 2023-10-04T23:23:02.423Z | Downloaded usdt-attr-macro v0.3.5 |
998 | 2023-10-04T23:23:02.429Z | Downloaded unicode-xid v0.2.4 |
999 | 2023-10-04T23:23:02.448Z | Downloaded ascii v1.1.0 |
1000 | 2023-10-04T23:23:02.455Z | Downloaded autocfg v1.1.0 |
1001 | 2023-10-04T23:23:02.461Z | Downloaded once_cell v1.18.0 |
1002 | 2023-10-04T23:23:02.466Z | Downloaded num-complex v0.4.4 |
1003 | 2023-10-04T23:23:02.472Z | Downloaded native-tls v0.2.11 |
1004 | 2023-10-04T23:23:02.481Z | Downloaded phf v0.11.2 |
1005 | 2023-10-04T23:23:02.489Z | Downloaded smawk v0.3.1 |
1006 | 2023-10-04T23:23:02.603Z | Downloaded slog-async v2.8.0 |
1007 | 2023-10-04T23:23:02.608Z | Downloaded enum-iterator v1.4.1 |
1008 | 2023-10-04T23:23:02.626Z | Downloaded walkdir v2.4.0 |
1009 | 2023-10-04T23:23:02.631Z | Downloaded usdt v0.3.5 |
1010 | 2023-10-04T23:23:02.639Z | Downloaded unicode-width v0.1.10 |
1011 | 2023-10-04T23:23:02.643Z | Downloaded unicase v2.7.0 |
1012 | 2023-10-04T23:23:02.648Z | Downloaded toml_datetime v0.6.3 |
1013 | 2023-10-04T23:23:02.665Z | Downloaded time-macros v0.2.13 |
1014 | 2023-10-04T23:23:02.671Z | Downloaded num-rational v0.4.1 |
1015 | 2023-10-04T23:23:02.678Z | Downloaded num-iter v0.1.43 |
1016 | 2023-10-04T23:23:02.682Z | Downloaded pin-utils v0.1.0 |
1017 | 2023-10-04T23:23:02.686Z | Downloaded pest_derive v2.7.2 |
1018 | 2023-10-04T23:23:02.690Z | Downloaded dyn-clone v1.0.13 |
1019 | 2023-10-04T23:23:02.694Z | Downloaded thiserror v1.0.49 |
1020 | 2023-10-04T23:23:02.700Z | Downloaded const-oid v0.9.5 |
1021 | 2023-10-04T23:23:02.703Z | Downloaded num v0.4.1 |
1022 | 2023-10-04T23:23:02.713Z | Downloaded ciborium-ll v0.2.1 |
1023 | 2023-10-04T23:23:02.717Z | Downloaded pkg-config v0.3.27 |
1024 | 2023-10-04T23:23:02.725Z | Downloaded pem v1.1.1 |
1025 | 2023-10-04T23:23:02.766Z | Downloaded thiserror-impl v1.0.49 |
1026 | 2023-10-04T23:23:02.787Z | Downloaded terminal_size v0.2.6 |
1027 | 2023-10-04T23:23:02.818Z | Downloaded synstructure v0.12.6 |
1028 | 2023-10-04T23:23:02.880Z | Downloaded proc-macro-error v1.0.4 |
1029 | 2023-10-04T23:23:02.911Z | Downloaded num_enum v0.7.0 |
1030 | 2023-10-04T23:23:02.941Z | Downloaded digest v0.10.7 |
1031 | 2023-10-04T23:23:02.972Z | Downloaded deranged v0.3.8 |
1032 | 2023-10-04T23:23:03.419Z | Downloaded clap_derive v4.4.2 |
1033 | 2023-10-04T23:23:03.425Z | Downloaded predicates v3.0.3 |
1034 | 2023-10-04T23:23:03.429Z | Downloaded num_enum_derive v0.5.11 |
1035 | 2023-10-04T23:23:03.433Z | Downloaded dtrace-parser v0.1.14 |
1036 | 2023-10-04T23:23:03.437Z | Downloaded zerocopy v0.3.0 |
1037 | 2023-10-04T23:23:03.442Z | Downloaded polyval v0.6.1 |
1038 | 2023-10-04T23:23:03.447Z | Downloaded waitgroup v0.1.2 |
1039 | 2023-10-04T23:23:03.451Z | Downloaded proc-macro-crate v1.3.1 |
1040 | 2023-10-04T23:23:03.458Z | Downloaded hubpack_derive v0.1.1 |
1041 | 2023-10-04T23:23:03.463Z | Downloaded equivalent v1.0.1 |
1042 | 2023-10-04T23:23:03.467Z | Downloaded enum-as-inner v0.5.1 |
1043 | 2023-10-04T23:23:03.472Z | Downloaded ctr v0.9.2 |
1044 | 2023-10-04T23:23:03.476Z | Downloaded anstyle-query v1.0.0 |
1045 | 2023-10-04T23:23:03.481Z | Downloaded aead v0.5.2 |
1046 | 2023-10-04T23:23:03.485Z | Downloaded parking_lot v0.11.2 |
1047 | 2023-10-04T23:23:03.497Z | Downloaded option-ext v0.2.0 |
1048 | 2023-10-04T23:23:03.501Z | Downloaded darling v0.20.3 |
1049 | 2023-10-04T23:23:03.505Z | Downloaded curve25519-dalek-derive v0.1.0 |
1050 | 2023-10-04T23:23:03.509Z | Downloaded lru-cache v0.1.2 |
1051 | 2023-10-04T23:23:03.514Z | Downloaded anstyle-parse v0.2.1 |
1052 | 2023-10-04T23:23:03.518Z | Downloaded async-stream v0.3.5 |
1053 | 2023-10-04T23:23:03.522Z | Downloaded bit-vec v0.6.3 |
1054 | 2023-10-04T23:23:03.526Z | Downloaded byteorder v1.4.3 |
1055 | 2023-10-04T23:23:03.530Z | Downloaded async-recursion v1.0.5 |
1056 | 2023-10-04T23:23:03.534Z | Downloaded ansi_term v0.12.1 |
1057 | 2023-10-04T23:23:03.538Z | Downloaded pin-project-lite v0.2.13 |
1058 | 2023-10-04T23:23:03.542Z | Downloaded num_cpus v1.16.0 |
1059 | 2023-10-04T23:23:03.547Z | Downloaded normalize-line-endings v0.3.0 |
1060 | 2023-10-04T23:23:03.551Z | Downloaded async-trait v0.1.73 |
1061 | 2023-10-04T23:23:03.555Z | Downloaded backoff v0.4.0 |
1062 | 2023-10-04T23:23:03.559Z | Downloaded multer v2.1.0 |
1063 | 2023-10-04T23:23:03.563Z | Downloaded lock_api v0.4.10 |
1064 | 2023-10-04T23:23:03.568Z | Downloaded difflib v0.4.0 |
1065 | 2023-10-04T23:23:03.572Z | Downloaded convert_case v0.4.0 |
1066 | 2023-10-04T23:23:03.576Z | Downloaded time-core v0.1.1 |
1067 | 2023-10-04T23:23:03.581Z | Downloaded memoffset v0.9.0 |
1068 | 2023-10-04T23:23:03.587Z | Downloaded memoffset v0.7.1 |
1069 | 2023-10-04T23:23:03.591Z | Downloaded mime_guess v2.0.4 |
1070 | 2023-10-04T23:23:03.599Z | Downloaded linked-hash-map v0.5.6 |
1071 | 2023-10-04T23:23:03.617Z | Downloaded cancel-safe-futures v0.1.2 |
1072 | 2023-10-04T23:23:03.655Z | Downloaded debug-ignore v1.0.5 |
1073 | 2023-10-04T23:23:03.673Z | Downloaded nibble_vec v0.1.0 |
1074 | 2023-10-04T23:23:03.676Z | Downloaded anstyle v1.0.2 |
1075 | 2023-10-04T23:23:03.680Z | Downloaded opaque-debug v0.3.0 |
1076 | 2023-10-04T23:23:03.683Z | Downloaded omicron-zone-package v0.8.3 |
1077 | 2023-10-04T23:23:03.689Z | Downloaded num_threads v0.1.6 |
1078 | 2023-10-04T23:23:03.693Z | Downloaded new_debug_unreachable v1.0.4 |
1079 | 2023-10-04T23:23:03.696Z | Downloaded libefi-sys v0.1.0 |
1080 | 2023-10-04T23:23:03.700Z | Downloaded camino v1.1.6 |
1081 | 2023-10-04T23:23:03.703Z | Downloaded blowfish v0.9.1 |
1082 | 2023-10-04T23:23:03.709Z | Downloaded bitstruct v0.1.1 |
1083 | 2023-10-04T23:23:03.712Z | Downloaded const_format_proc_macros v0.2.31 |
1084 | 2023-10-04T23:23:03.715Z | Downloaded colored v2.0.4 |
1085 | 2023-10-04T23:23:03.719Z | Downloaded clap_lex v0.5.1 |
1086 | 2023-10-04T23:23:03.724Z | Downloaded bit-set v0.5.3 |
1087 | 2023-10-04T23:23:03.727Z | Downloaded cstr-argument v0.1.2 |
1088 | 2023-10-04T23:23:03.732Z | Downloaded lazy_static v1.4.0 |
1089 | 2023-10-04T23:23:03.736Z | Downloaded block-buffer v0.10.4 |
1090 | 2023-10-04T23:23:03.741Z | Downloaded atty v0.2.14 |
1091 | 2023-10-04T23:23:03.744Z | Downloaded md5 v0.7.0 |
1092 | 2023-10-04T23:23:03.748Z | Downloaded cipher v0.4.4 |
1093 | 2023-10-04T23:23:03.752Z | Downloaded block-padding v0.3.3 |
1094 | 2023-10-04T23:23:03.757Z | Downloaded atomic-waker v1.1.1 |
1095 | 2023-10-04T23:23:03.761Z | Downloaded bcrypt-pbkdf v0.10.0 |
1096 | 2023-10-04T23:23:03.764Z | Downloaded adler v1.0.2 |
1097 | 2023-10-04T23:23:03.768Z | Downloaded radium v0.7.0 |
1098 | 2023-10-04T23:23:03.773Z | Downloaded r2d2 v0.8.10 |
1099 | 2023-10-04T23:23:03.780Z | Downloaded quote v1.0.33 |
1100 | 2023-10-04T23:23:03.784Z | Downloaded postcard-cobs v0.1.5-pre |
1101 | 2023-10-04T23:23:03.788Z | Downloaded postcard v0.7.3 |
1102 | 2023-10-04T23:23:03.791Z | Downloaded openssl v0.10.57 |
1103 | 2023-10-04T23:23:03.795Z | Downloaded managed v0.8.0 |
1104 | 2023-10-04T23:23:03.799Z | Downloaded ciborium-io v0.2.1 |
1105 | 2023-10-04T23:23:03.803Z | Downloaded base16ct v0.2.0 |
1106 | 2023-10-04T23:23:03.806Z | Downloaded poly1305 v0.8.0 |
1107 | 2023-10-04T23:23:03.810Z | Downloaded match_cfg v0.1.0 |
1108 | 2023-10-04T23:23:03.813Z | Downloaded precomputed-hash v0.1.1 |
1109 | 2023-10-04T23:23:03.816Z | Downloaded postgres-types v0.2.6 |
1110 | 2023-10-04T23:23:03.820Z | Downloaded pest v2.7.2 |
1111 | 2023-10-04T23:23:03.824Z | Downloaded mime v0.3.17 |
1112 | 2023-10-04T23:23:03.828Z | Downloaded md-5 v0.10.5 |
1113 | 2023-10-04T23:23:03.831Z | Downloaded crypto-bigint v0.5.2 |
1114 | 2023-10-04T23:23:03.835Z | Downloaded chacha20 v0.9.1 |
1115 | 2023-10-04T23:23:03.838Z | Downloaded cbc v0.1.2 |
1116 | 2023-10-04T23:23:03.841Z | Downloaded phf_shared v0.11.2 |
1117 | 2023-10-04T23:23:03.846Z | Downloaded parse-display v0.7.0 |
1118 | 2023-10-04T23:23:03.849Z | Downloaded matches v0.1.10 |
1119 | 2023-10-04T23:23:03.853Z | Downloaded colorchoice v1.0.0 |
1120 | 2023-10-04T23:23:03.856Z | Downloaded cfg-if v1.0.0 |
1121 | 2023-10-04T23:23:03.860Z | Downloaded bitstruct_derive v0.1.0 |
1122 | 2023-10-04T23:23:03.865Z | Downloaded pkcs8 v0.10.2 |
1123 | 2023-10-04T23:23:03.869Z | Downloaded paste v1.0.14 |
1124 | 2023-10-04T23:23:03.872Z | Downloaded parse-display-derive v0.7.0 |
1125 | 2023-10-04T23:23:03.875Z | Downloaded parking_lot_core v0.8.6 |
1126 | 2023-10-04T23:23:03.879Z | Downloaded parking_lot v0.12.1 |
1127 | 2023-10-04T23:23:03.914Z | Downloaded cfg-if v0.1.10 |
1128 | 2023-10-04T23:23:03.918Z | Downloaded blake2 v0.10.6 |
1129 | 2023-10-04T23:23:03.929Z | Downloaded crc32fast v1.3.2 |
1130 | 2023-10-04T23:23:03.946Z | Downloaded cc v1.0.83 |
1131 | 2023-10-04T23:23:03.958Z | Downloaded bzip2 v0.4.4 |
1132 | 2023-10-04T23:23:03.976Z | Downloaded bit_field v0.10.2 |
1133 | 2023-10-04T23:23:04.008Z | Downloaded base64 v0.21.4 |
1134 | 2023-10-04T23:23:04.027Z | Downloaded aes-gcm v0.10.2 |
1135 | 2023-10-04T23:23:04.048Z | Compiling proc-macro2 v1.0.67 |
1136 | 2023-10-04T23:23:04.479Z | Compiling unicode-ident v1.0.12 |
1137 | 2023-10-04T23:23:04.483Z | Compiling libc v0.2.148 |
1138 | 2023-10-04T23:23:04.487Z | Compiling serde v1.0.188 |
1139 | 2023-10-04T23:23:04.490Z | Compiling version_check v0.9.4 |
1140 | 2023-10-04T23:23:04.493Z | Compiling cfg-if v1.0.0 |
1141 | 2023-10-04T23:23:04.496Z | Compiling autocfg v1.1.0 |
1142 | 2023-10-04T23:23:04.502Z | Compiling syn v1.0.109 |
1143 | 2023-10-04T23:23:04.509Z | Compiling once_cell v1.18.0 |
1144 | 2023-10-04T23:23:04.513Z | Compiling typenum v1.16.0 |
1145 | 2023-10-04T23:23:04.518Z | Compiling thiserror v1.0.49 |
1146 | 2023-10-04T23:23:04.523Z | Compiling generic-array v0.14.7 |
1147 | 2023-10-04T23:23:04.526Z | Compiling lock_api v0.4.10 |
1148 | 2023-10-04T23:23:04.560Z | Compiling parking_lot_core v0.9.8 |
1149 | 2023-10-04T23:23:04.748Z | Compiling libm v0.2.7 |
1150 | 2023-10-04T23:23:04.784Z | Compiling num-traits v0.2.16 |
1151 | 2023-10-04T23:23:04.794Z | Compiling itoa v1.0.9 |
1152 | 2023-10-04T23:23:05.031Z | Compiling ahash v0.8.3 |
1153 | 2023-10-04T23:23:05.144Z | Compiling memchr v2.6.3 |
1154 | 2023-10-04T23:23:05.235Z | Compiling futures-core v0.3.28 |
1155 | 2023-10-04T23:23:05.264Z | Compiling serde_json v1.0.107 |
1156 | 2023-10-04T23:23:05.636Z | Compiling log v0.4.20 |
1157 | 2023-10-04T23:23:05.738Z | Compiling slab v0.4.9 |
1158 | 2023-10-04T23:23:05.761Z | Compiling futures-task v0.3.28 |
1159 | 2023-10-04T23:23:06.137Z | Compiling quote v1.0.33 |
1160 | 2023-10-04T23:23:06.187Z | Compiling futures-channel v0.3.28 |
1161 | 2023-10-04T23:23:06.604Z | Compiling futures-util v0.3.28 |
1162 | 2023-10-04T23:23:06.680Z | Compiling getrandom v0.2.10 |
1163 | 2023-10-04T23:23:07.064Z | Compiling syn v2.0.32 |
1164 | 2023-10-04T23:23:07.292Z | Compiling jobserver v0.1.26 |
1165 | 2023-10-04T23:23:07.809Z | Compiling pkg-config v0.3.27 |
1166 | 2023-10-04T23:23:07.829Z | Compiling rand_core v0.6.4 |
1167 | 2023-10-04T23:23:08.326Z | Compiling allocator-api2 v0.2.16 |
1168 | 2023-10-04T23:23:08.367Z | Compiling ryu v1.0.15 |
1169 | 2023-10-04T23:23:08.380Z | Compiling cc v1.0.83 |
1170 | 2023-10-04T23:23:08.495Z | Compiling equivalent v1.0.1 |
1171 | 2023-10-04T23:23:08.533Z | Compiling vcpkg v0.2.15 |
1172 | 2023-10-04T23:23:08.651Z | Compiling schemars v0.8.13 |
1173 | 2023-10-04T23:23:08.903Z | Compiling hashbrown v0.14.0 |
1174 | 2023-10-04T23:23:09.374Z | Compiling scopeguard v1.2.0 |
1175 | 2023-10-04T23:23:10.648Z | Compiling smallvec v1.11.0 |
1176 | 2023-10-04T23:23:10.897Z | Compiling byteorder v1.4.3 |
1177 | 2023-10-04T23:23:11.330Z | Compiling fnv v1.0.7 |
1178 | 2023-10-04T23:23:11.532Z | Compiling httparse v1.8.0 |
1179 | 2023-10-04T23:23:11.576Z | Compiling pin-project-lite v0.2.13 |
1180 | 2023-10-04T23:23:11.734Z | Compiling iana-time-zone v0.1.57 |
1181 | 2023-10-04T23:23:12.120Z | Compiling heck v0.4.1 |
1182 | 2023-10-04T23:23:12.620Z | Compiling subtle v2.5.0 |
1183 | 2023-10-04T23:23:12.629Z | Compiling parking_lot v0.12.1 |
1184 | 2023-10-04T23:23:12.709Z | Compiling semver v1.0.18 |
1185 | 2023-10-04T23:23:12.924Z | Compiling socket2 v0.5.3 |
1186 | 2023-10-04T23:23:12.950Z | Compiling num_cpus v1.16.0 |
1187 | 2023-10-04T23:23:13.099Z | Compiling ring v0.16.20 |
1188 | 2023-10-04T23:23:13.130Z | Compiling signal-hook-registry v1.4.1 |
1189 | 2023-10-04T23:23:13.435Z | Compiling mio v0.8.8 |
1190 | 2023-10-04T23:23:13.875Z | Compiling indexmap v1.9.3 |
1191 | 2023-10-04T23:23:14.213Z | Compiling time-core v0.1.1 |
1192 | 2023-10-04T23:23:14.279Z | Compiling winnow v0.5.15 |
1193 | 2023-10-04T23:23:14.470Z | Compiling tinyvec_macros v0.1.1 |
1194 | 2023-10-04T23:23:14.517Z | Compiling dyn-clone v1.0.13 |
1195 | 2023-10-04T23:23:14.589Z | Compiling time-macros v0.2.13 |
1196 | 2023-10-04T23:23:14.602Z | Compiling tinyvec v1.6.0 |
1197 | 2023-10-04T23:23:14.886Z | Compiling spin v0.5.2 |
1198 | 2023-10-04T23:23:15.252Z | Compiling openssl-sys v0.9.93 |
1199 | 2023-10-04T23:23:15.932Z | Compiling rustls v0.21.7 |
1200 | 2023-10-04T23:23:16.290Z | Compiling unicode-bidi v0.3.13 |
1201 | 2023-10-04T23:23:17.178Z | Compiling unicode-normalization v0.1.22 |
1202 | 2023-10-04T23:23:17.212Z | Compiling slog v2.7.0 |
1203 | 2023-10-04T23:23:17.995Z | Compiling percent-encoding v2.3.0 |
1204 | 2023-10-04T23:23:18.532Z | Compiling ucd-trie v0.1.6 |
1205 | 2023-10-04T23:23:18.799Z | Compiling backtrace v0.3.69 |
1206 | 2023-10-04T23:23:19.293Z | Compiling pin-utils v0.1.0 |
1207 | 2023-10-04T23:23:19.394Z | Compiling serde_derive_internals v0.26.0 |
1208 | 2023-10-04T23:23:19.429Z | Compiling async-trait v0.1.73 |
1209 | 2023-10-04T23:23:19.554Z | Compiling futures-sink v0.3.28 |
1210 | 2023-10-04T23:23:19.832Z | Compiling form_urlencoded v1.2.0 |
1211 | 2023-10-04T23:23:19.859Z | Compiling aho-corasick v1.0.4 |
1212 | 2023-10-04T23:23:20.157Z | Compiling openssl v0.10.57 |
1213 | 2023-10-04T23:23:20.345Z | Compiling regex-syntax v0.7.5 |
1214 | 2023-10-04T23:23:20.349Z | Compiling anyhow v1.0.75 |
1215 | 2023-10-04T23:23:21.341Z | Compiling idna v0.4.0 |
1216 | 2023-10-04T23:23:21.835Z | Compiling native-tls v0.2.11 |
1217 | 2023-10-04T23:23:22.107Z | Compiling futures-io v0.3.28 |
1218 | 2023-10-04T23:23:22.280Z | Compiling const-oid v0.9.5 |
1219 | 2023-10-04T23:23:22.681Z | Compiling unicode-xid v0.2.4 |
1220 | 2023-10-04T23:23:22.934Z | Compiling url v2.4.1 |
1221 | 2023-10-04T23:23:23.513Z | Compiling cpufeatures v0.2.9 |
1222 | 2023-10-04T23:23:23.651Z | Compiling unicode-width v0.1.10 |
1223 | 2023-10-04T23:23:23.905Z | Compiling hashbrown v0.13.2 |
1224 | 2023-10-04T23:23:24.246Z | Compiling tracing-core v0.1.31 |
1225 | 2023-10-04T23:23:25.528Z | Compiling ppv-lite86 v0.2.17 |
1226 | 2023-10-04T23:23:25.887Z | Compiling synstructure v0.12.6 |
1227 | 2023-10-04T23:23:26.325Z | Compiling crossbeam-utils v0.8.16 |
1228 | 2023-10-04T23:23:27.291Z | Compiling regex-automata v0.3.8 |
1229 | 2023-10-04T23:23:27.303Z | Compiling adler v1.0.2 |
1230 | 2023-10-04T23:23:27.316Z | Compiling rand_chacha v0.3.1 |
1231 | 2023-10-04T23:23:27.326Z | Compiling miniz_oxide v0.7.1 |
1232 | 2023-10-04T23:23:28.414Z | Compiling rand v0.8.5 |
1233 | 2023-10-04T23:23:28.953Z | Compiling usdt-impl v0.3.5 |
1234 | 2023-10-04T23:23:29.205Z | Compiling gimli v0.28.0 |
1235 | 2023-10-04T23:23:30.044Z | Compiling rustix v0.38.9 |
1236 | 2023-10-04T23:23:30.749Z | Compiling bitflags v1.3.2 |
1237 | 2023-10-04T23:23:31.134Z | Compiling object v0.32.1 |
1238 | 2023-10-04T23:23:31.221Z | Compiling deranged v0.3.8 |
1239 | 2023-10-04T23:23:32.454Z | Compiling num_threads v0.1.6 |
1240 | 2023-10-04T23:23:32.669Z | Compiling rustc-demangle v0.1.23 |
1241 | 2023-10-04T23:23:32.930Z | Compiling base64 v0.21.4 |
1242 | 2023-10-04T23:23:33.111Z | Compiling serde_derive v1.0.188 |
1243 | 2023-10-04T23:23:33.961Z | Compiling zeroize_derive v1.4.2 |
1244 | 2023-10-04T23:23:34.210Z | Compiling thiserror-impl v1.0.49 |
1245 | 2023-10-04T23:23:34.359Z | Compiling tokio-macros v2.1.0 |
1246 | 2023-10-04T23:23:34.465Z | Compiling futures-macro v0.3.28 |
1247 | 2023-10-04T23:23:36.830Z | Compiling tracing-attributes v0.1.26 |
1248 | 2023-10-04T23:23:36.886Z | Compiling schemars_derive v0.8.13 |
1249 | 2023-10-04T23:23:37.859Z | Compiling zeroize v1.6.0 |
1250 | 2023-10-04T23:23:39.316Z | Compiling pest v2.7.2 |
1251 | 2023-10-04T23:23:40.851Z | Compiling crypto-common v0.1.6 |
1252 | 2023-10-04T23:23:41.144Z | Compiling openssl-macros v0.1.1 |
1253 | 2023-10-04T23:23:42.030Z | Compiling block-buffer v0.10.4 |
1254 | 2023-10-04T23:23:42.153Z | Compiling regex v1.9.5 |
1255 | 2023-10-04T23:23:42.264Z | Compiling tracing v0.1.37 |
1256 | 2023-10-04T23:23:42.416Z | Compiling digest v0.10.7 |
1257 | 2023-10-04T23:23:43.173Z | Compiling zerocopy-derive v0.2.0 |
1258 | 2023-10-04T23:23:43.196Z | Compiling addr2line v0.21.0 |
1259 | 2023-10-04T23:23:43.811Z | Compiling pest_meta v2.7.2 |
1260 | 2023-10-04T23:23:44.292Z | Compiling time v0.3.27 |
1261 | 2023-10-04T23:23:44.812Z | Compiling lazy_static v1.4.0 |
1262 | 2023-10-04T23:23:45.872Z | Compiling thread-id v4.2.0 |
1263 | 2023-10-04T23:23:46.031Z | Compiling pest_generator v2.7.2 |
1264 | 2023-10-04T23:23:46.113Z | Compiling zerocopy v0.3.0 |
1265 | 2023-10-04T23:23:48.669Z | Compiling dof v0.1.5 |
1266 | 2023-10-04T23:23:49.292Z | Compiling untrusted v0.7.1 |
1267 | 2023-10-04T23:23:51.441Z | Compiling pest_derive v2.7.2 |
1268 | 2023-10-04T23:23:52.616Z | Compiling dtrace-parser v0.1.14 |
1269 | 2023-10-04T23:23:52.674Z | Compiling socket2 v0.4.9 |
1270 | 2023-10-04T23:23:53.000Z | Compiling hashbrown v0.12.3 |
1271 | 2023-10-04T23:23:53.258Z | Compiling strsim v0.10.0 |
1272 | 2023-10-04T23:23:54.280Z | Compiling sct v0.7.0 |
1273 | 2023-10-04T23:23:54.398Z | Compiling rustls-webpki v0.101.4 |
1274 | 2023-10-04T23:23:54.635Z | Compiling try-lock v0.2.4 |
1275 | 2023-10-04T23:23:55.199Z | Compiling httpdate v1.0.3 |
1276 | 2023-10-04T23:23:55.206Z | Compiling want v0.3.1 |
1277 | 2023-10-04T23:23:55.551Z | Compiling rustls-pemfile v1.0.3 |
1278 | 2023-10-04T23:23:56.182Z | Compiling regress v0.7.1 |
1279 | 2023-10-04T23:23:56.604Z | Compiling mime v0.3.17 |
1280 | 2023-10-04T23:23:57.048Z | Compiling foreign-types-shared v0.1.1 |
1281 | 2023-10-04T23:23:57.073Z | Compiling tower-service v0.3.2 |
1282 | 2023-10-04T23:23:57.082Z | Compiling openssl-probe v0.1.5 |
1283 | 2023-10-04T23:23:57.099Z | Compiling foreign-types v0.3.2 |
1284 | 2023-10-04T23:23:57.265Z | Compiling ipnet v2.8.0 |
1285 | 2023-10-04T23:23:57.443Z | Compiling bytes v1.5.0 |
1286 | 2023-10-04T23:23:58.000Z | Compiling indexmap v2.0.0 |
1287 | 2023-10-04T23:23:58.431Z | Compiling chrono v0.4.31 |
1288 | 2023-10-04T23:23:59.499Z | Compiling uuid v1.4.1 |
1289 | 2023-10-04T23:23:59.732Z | Compiling serde_spanned v0.6.3 |
1290 | 2023-10-04T23:23:59.748Z | Compiling toml_datetime v0.6.3 |
1291 | 2023-10-04T23:24:00.098Z | Compiling http v0.2.9 |
1292 | 2023-10-04T23:24:00.112Z | Compiling tokio v1.32.0 |
1293 | 2023-10-04T23:24:00.493Z | Compiling toml_edit v0.19.15 |
1294 | 2023-10-04T23:24:01.959Z | Compiling bitflags v2.4.0 |
1295 | 2023-10-04T23:24:02.893Z | Compiling rustc_version v0.4.0 |
1296 | 2023-10-04T23:24:04.659Z | Compiling openapiv3 v1.0.3 |
1297 | 2023-10-04T23:24:05.901Z | Compiling serde_tokenstream v0.1.7 |
1298 | 2023-10-04T23:24:06.095Z | Compiling serde_tokenstream v0.2.0 |
1299 | 2023-10-04T23:24:06.719Z | Compiling http-body v0.4.5 |
1300 | 2023-10-04T23:24:06.917Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1301 | 2023-10-04T23:24:08.663Z | Compiling usdt-attr-macro v0.3.5 |
1302 | 2023-10-04T23:24:09.288Z | Compiling usdt-macro v0.3.5 |
1303 | 2023-10-04T23:24:10.933Z | Compiling errno v0.3.2 |
1304 | 2023-10-04T23:24:11.726Z | Compiling encoding_rs v0.8.33 |
1305 | 2023-10-04T23:24:12.616Z | Compiling serde_urlencoded v0.7.1 |
1306 | 2023-10-04T23:24:12.840Z | Compiling rustls-native-certs v0.6.3 |
1307 | 2023-10-04T23:24:13.175Z | Compiling getopts v0.2.21 |
1308 | 2023-10-04T23:24:13.509Z | Compiling num-integer v0.1.45 |
1309 | 2023-10-04T23:24:13.705Z | Compiling tokio-util v0.7.8 |
1310 | 2023-10-04T23:24:13.901Z | Compiling tokio-rustls v0.24.1 |
1311 | 2023-10-04T23:24:14.563Z | Compiling unsafe-libyaml v0.2.9 |
1312 | 2023-10-04T23:24:15.626Z | Compiling webpki-roots v0.25.2 |
1313 | 2023-10-04T23:24:15.645Z | Compiling toml v0.7.8 |
1314 | 2023-10-04T23:24:16.214Z | Compiling h2 v0.3.21 |
1315 | 2023-10-04T23:24:17.773Z | Compiling serde_yaml v0.9.25 |
1316 | 2023-10-04T23:24:19.415Z | Compiling tokio-native-tls v0.3.1 |
1317 | 2023-10-04T23:24:19.939Z | Compiling hmac v0.12.1 |
1318 | 2023-10-04T23:24:20.282Z | Compiling sha2 v0.10.7 |
1319 | 2023-10-04T23:24:20.856Z | Compiling block-padding v0.3.3 |
1320 | 2023-10-04T23:24:21.768Z | Compiling crc32fast v1.3.2 |
1321 | 2023-10-04T23:24:21.906Z | Compiling inout v0.1.3 |
1322 | 2023-10-04T23:24:24.188Z | Compiling futures-executor v0.3.28 |
1323 | 2023-10-04T23:24:24.212Z | Compiling cipher v0.4.4 |
1324 | 2023-10-04T23:24:24.235Z | Compiling fallible-iterator v0.2.0 |
1325 | 2023-10-04T23:24:26.180Z | Compiling futures v0.3.28 |
1326 | 2023-10-04T23:24:26.219Z | Compiling ipnetwork v0.20.0 |
1327 | 2023-10-04T23:24:26.658Z | Compiling spin v0.9.8 |
1328 | 2023-10-04T23:24:26.720Z | Compiling siphasher v0.3.11 |
1329 | 2023-10-04T23:24:26.753Z | Compiling io-lifetimes v1.0.11 |
1330 | 2023-10-04T23:24:26.797Z | Compiling usdt v0.3.5 |
1331 | 2023-10-04T23:24:28.759Z | Compiling enum-as-inner v0.5.1 |
1332 | 2023-10-04T23:24:28.812Z | Compiling md-5 v0.10.5 |
1333 | 2023-10-04T23:24:28.832Z | Compiling stringprep v0.1.3 |
1334 | 2023-10-04T23:24:28.849Z | Compiling num-bigint v0.4.4 |
1335 | 2023-10-04T23:24:28.873Z | Compiling rustix v0.37.23 |
1336 | 2023-10-04T23:24:28.893Z | Compiling postgres-protocol v0.6.6 |
1337 | 2023-10-04T23:24:28.909Z | Compiling phf_shared v0.11.2 |
1338 | 2023-10-04T23:24:28.926Z | Compiling hex v0.4.3 |
1339 | 2023-10-04T23:24:28.944Z | Compiling hyper v0.14.27 |
1340 | 2023-10-04T23:24:29.374Z | Compiling zerocopy-derive v0.6.3 |
1341 | 2023-10-04T23:24:29.812Z | Compiling phf v0.11.2 |
1342 | 2023-10-04T23:24:30.249Z | Compiling postgres-types v0.2.6 |
1343 | 2023-10-04T23:24:31.058Z | Compiling rustversion v1.0.14 |
1344 | 2023-10-04T23:24:32.495Z | Compiling whoami v1.4.1 |
1345 | 2023-10-04T23:24:32.621Z | Compiling tokio-postgres v0.7.10 |
1346 | 2023-10-04T23:24:33.200Z | Compiling data-encoding v2.4.0 |
1347 | 2023-10-04T23:24:33.772Z | Compiling slog-async v2.8.0 |
1348 | 2023-10-04T23:24:34.226Z | Compiling static_assertions v1.1.0 |
1349 | 2023-10-04T23:24:35.677Z | Compiling flate2 v1.0.27 |
1350 | 2023-10-04T23:24:36.680Z | Compiling heapless v0.7.16 |
1351 | 2023-10-04T23:24:37.303Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1352 | 2023-10-04T23:24:37.343Z | Compiling memoffset v0.9.0 |
1353 | 2023-10-04T23:24:37.400Z | Compiling matches v0.1.10 |
1354 | 2023-10-04T23:24:37.796Z | Compiling unicode-segmentation v1.10.1 |
1355 | 2023-10-04T23:24:37.842Z | Compiling either v1.9.0 |
1356 | 2023-10-04T23:24:37.964Z | Compiling managed v0.8.0 |
1357 | 2023-10-04T23:24:38.616Z | Compiling radium v0.7.0 |
1358 | 2023-10-04T23:24:39.001Z | Compiling idna v0.2.3 |
1359 | 2023-10-04T23:24:39.672Z | Compiling num-iter v0.1.43 |
1360 | 2023-10-04T23:24:39.694Z | Compiling crossbeam-epoch v0.9.15 |
1361 | 2023-10-04T23:24:39.743Z | Compiling anstyle v1.0.2 |
1362 | 2023-10-04T23:24:39.778Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1363 | 2023-10-04T23:24:39.796Z | Compiling bit-vec v0.6.3 |
1364 | 2023-10-04T23:24:40.586Z | Compiling smoltcp v0.9.1 |
1365 | 2023-10-04T23:24:40.615Z | Compiling hyper-rustls v0.24.1 |
1366 | 2023-10-04T23:24:41.120Z | Compiling hyper-tls v0.5.0 |
1367 | 2023-10-04T23:24:41.260Z | Compiling trust-dns-proto v0.22.0 |
1368 | 2023-10-04T23:24:41.671Z | Compiling reqwest v0.11.20 |
1369 | 2023-10-04T23:24:41.707Z | Compiling ident_case v1.0.1 |
1370 | 2023-10-04T23:24:41.808Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1371 | 2023-10-04T23:24:41.841Z | Compiling utf8parse v0.2.1 |
1372 | 2023-10-04T23:24:41.970Z | Compiling darling_core v0.20.3 |
1373 | 2023-10-04T23:24:42.804Z | Compiling anstyle-parse v0.2.1 |
1374 | 2023-10-04T23:24:45.769Z | Compiling zerocopy v0.6.3 |
1375 | 2023-10-04T23:24:46.347Z | Compiling signature v2.1.0 |
1376 | 2023-10-04T23:24:46.701Z | Compiling hubpack_derive v0.1.1 |
1377 | 2023-10-04T23:24:47.202Z | Compiling clap_derive v4.4.2 |
1378 | 2023-10-04T23:24:47.220Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1379 | 2023-10-04T23:24:48.667Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1380 | 2023-10-04T23:24:49.106Z | Compiling camino v1.1.6 |
1381 | 2023-10-04T23:24:50.377Z | Compiling anstyle-query v1.0.0 |
1382 | 2023-10-04T23:24:50.819Z | Compiling colorchoice v1.0.0 |
1383 | 2023-10-04T23:24:50.834Z | Compiling anstream v0.5.0 |
1384 | 2023-10-04T23:24:51.042Z | Compiling yasna v0.5.2 |
1385 | 2023-10-04T23:24:51.392Z | Compiling darling_macro v0.20.3 |
1386 | 2023-10-04T23:24:51.721Z | Compiling terminal_size v0.2.6 |
1387 | 2023-10-04T23:24:52.016Z | Compiling diesel_table_macro_syntax v0.1.0 |
1388 | 2023-10-04T23:24:52.629Z | Compiling hash32 v0.2.1 |
1389 | 2023-10-04T23:24:52.973Z | Compiling clap_lex v0.5.1 |
1390 | 2023-10-04T23:24:53.282Z | Compiling tap v1.0.1 |
1391 | 2023-10-04T23:24:53.550Z | Compiling stable_deref_trait v1.2.0 |
1392 | 2023-10-04T23:24:53.818Z | Compiling wyz v0.5.1 |
1393 | 2023-10-04T23:24:55.655Z | Compiling clap_builder v4.4.2 |
1394 | 2023-10-04T23:24:55.676Z | Compiling darling v0.20.3 |
1395 | 2023-10-04T23:24:55.690Z | Compiling diesel_derives v2.1.1 |
1396 | 2023-10-04T23:24:56.958Z | Compiling itertools v0.10.5 |
1397 | 2023-10-04T23:24:56.973Z | Compiling tokio-stream v0.1.14 |
1398 | 2023-10-04T23:24:57.084Z | Compiling serde_repr v0.1.16 |
1399 | 2023-10-04T23:24:58.384Z | Compiling scheduled-thread-pool v0.2.7 |
1400 | 2023-10-04T23:24:59.282Z | Compiling multer v2.1.0 |
1401 | 2023-10-04T23:24:59.316Z | Compiling regex-automata v0.1.10 |
1402 | 2023-10-04T23:25:00.083Z | Compiling funty v2.0.0 |
1403 | 2023-10-04T23:25:00.119Z | Compiling bstr v0.2.17 |
1404 | 2023-10-04T23:25:01.311Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1405 | 2023-10-04T23:25:01.853Z | Compiling clap v4.4.3 |
1406 | 2023-10-04T23:25:01.880Z | Compiling r2d2 v0.8.10 |
1407 | 2023-10-04T23:25:02.637Z | Compiling bitvec v1.0.1 |
1408 | 2023-10-04T23:25:05.899Z | Compiling serde_with_macros v2.3.3 |
1409 | 2023-10-04T23:25:10.507Z | Compiling hubpack v0.1.2 |
1410 | 2023-10-04T23:25:10.532Z | Compiling phf_shared v0.10.0 |
1411 | 2023-10-04T23:25:10.557Z | Compiling async-stream-impl v0.3.5 |
1412 | 2023-10-04T23:25:10.574Z | Compiling float-cmp v0.9.0 |
1413 | 2023-10-04T23:25:10.594Z | Compiling unicode-linebreak v0.1.5 |
1414 | 2023-10-04T23:25:10.611Z | Compiling paste v1.0.14 |
1415 | 2023-10-04T23:25:10.627Z | Compiling fixedbitset v0.4.2 |
1416 | 2023-10-04T23:25:10.645Z | Compiling precomputed-hash v0.1.1 |
1417 | 2023-10-04T23:25:10.665Z | Compiling smawk v0.3.1 |
1418 | 2023-10-04T23:25:10.687Z | Compiling predicates-core v1.0.6 |
1419 | 2023-10-04T23:25:10.708Z | Compiling new_debug_unreachable v1.0.4 |
1420 | 2023-10-04T23:25:11.160Z | Compiling normalize-line-endings v0.3.0 |
1421 | 2023-10-04T23:25:11.192Z | Compiling difflib v0.4.0 |
1422 | 2023-10-04T23:25:11.216Z | Compiling string_cache v0.8.7 |
1423 | 2023-10-04T23:25:11.658Z | Compiling textwrap v0.16.0 |
1424 | 2023-10-04T23:25:12.097Z | Compiling petgraph v0.6.4 |
1425 | 2023-10-04T23:25:12.112Z | Compiling predicates v3.0.3 |
1426 | 2023-10-04T23:25:12.685Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1427 | 2023-10-04T23:25:13.329Z | Compiling similar v2.2.1 |
1428 | 2023-10-04T23:25:13.786Z | Compiling bit-set v0.5.3 |
1429 | 2023-10-04T23:25:13.801Z | Compiling console v0.15.7 |
1430 | 2023-10-04T23:25:14.099Z | Compiling bstr v1.6.0 |
1431 | 2023-10-04T23:25:16.503Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1432 | 2023-10-04T23:25:16.932Z | Compiling lalrpop-util v0.19.12 |
1433 | 2023-10-04T23:25:17.865Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1434 | 2023-10-04T23:25:18.644Z | Compiling structmeta-derive v0.1.6 |
1435 | 2023-10-04T23:25:19.741Z | Compiling diesel v2.1.2 |
1436 | 2023-10-04T23:25:20.149Z | Compiling regex-syntax v0.6.29 |
1437 | 2023-10-04T23:25:21.584Z | Compiling strum_macros v0.25.2 |
1438 | 2023-10-04T23:25:22.912Z | Compiling proc-macro-crate v1.3.1 |
1439 | 2023-10-04T23:25:23.706Z | Compiling structmeta v0.1.6 |
1440 | 2023-10-04T23:25:30.102Z | Compiling parse-display-derive v0.7.0 |
1441 | 2023-10-04T23:25:35.936Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1442 | 2023-10-04T23:25:36.803Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1443 | 2023-10-04T23:25:38.769Z | Compiling num_enum_derive v0.5.11 |
1444 | 2023-10-04T23:26:08.640Z | Compiling atty v0.2.14 |
1445 | 2023-10-04T23:26:17.427Z | Compiling match_cfg v0.1.0 |
1446 | 2023-10-04T23:26:17.600Z | Compiling hostname v0.3.1 |
1447 | 2023-10-04T23:26:20.949Z | Compiling dirs-sys-next v0.1.2 |
1448 | 2023-10-04T23:26:21.532Z | Compiling dirs-next v2.0.0 |
1449 | 2023-10-04T23:26:22.303Z | Compiling thread_local v1.1.7 |
1450 | 2023-10-04T23:26:24.048Z | Compiling term v0.7.0 |
1451 | 2023-10-04T23:26:24.864Z | Compiling crossbeam-channel v0.5.8 |
1452 | 2023-10-04T23:26:25.997Z | Compiling sha1 v0.10.5 |
1453 | 2023-10-04T23:26:26.843Z | Compiling take_mut v0.2.2 |
1454 | 2023-10-04T23:26:27.058Z | Compiling slog-term v2.9.0 |
1455 | 2023-10-04T23:26:29.671Z | Compiling slog-json v2.6.1 |
1456 | 2023-10-04T23:26:30.024Z | Compiling instant v0.1.12 |
1457 | 2023-10-04T23:26:31.242Z | Compiling slog-bunyan v2.4.0 |
1458 | 2023-10-04T23:26:32.333Z | Compiling proc-macro-error-attr v1.0.4 |
1459 | 2023-10-04T23:26:32.360Z | Compiling atomic-waker v1.1.1 |
1460 | 2023-10-04T23:26:33.238Z | Compiling waitgroup v0.1.2 |
1461 | 2023-10-04T23:26:33.595Z | Compiling async-stream v0.3.5 |
1462 | 2023-10-04T23:26:33.620Z | Compiling serde_with v2.3.3 |
1463 | 2023-10-04T23:26:35.549Z | Compiling serde_path_to_error v0.1.14 |
1464 | 2023-10-04T23:26:35.848Z | Compiling proc-macro-error v1.0.4 |
1465 | 2023-10-04T23:26:36.075Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1466 | 2023-10-04T23:26:36.160Z | Compiling debug-ignore v1.0.5 |
1467 | 2023-10-04T23:26:39.030Z | Compiling fastrand v2.0.0 |
1468 | 2023-10-04T23:26:40.007Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1469 | 2023-10-04T23:26:41.271Z | Compiling tempfile v3.8.0 |
1470 | 2023-10-04T23:26:43.357Z | Compiling backoff v0.4.0 |
1471 | 2023-10-04T23:26:44.317Z | Compiling parse-display v0.7.0 |
1472 | 2023-10-04T23:26:44.321Z | Compiling strum v0.25.0 |
1473 | 2023-10-04T23:26:45.279Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1474 | 2023-10-04T23:26:45.525Z | Compiling macaddr v1.0.1 |
1475 | 2023-10-04T23:26:45.862Z | Compiling foreign-types-macros v0.2.3 |
1476 | 2023-10-04T23:26:46.309Z | Compiling libz-sys v1.1.12 |
1477 | 2023-10-04T23:26:50.679Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1478 | 2023-10-04T23:26:50.855Z | Compiling slog-dtrace v0.2.3 |
1479 | 2023-10-04T23:26:51.813Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1480 | 2023-10-04T23:26:56.648Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1481 | 2023-10-04T23:26:56.653Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1482 | 2023-10-04T23:26:56.714Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1483 | 2023-10-04T23:26:57.900Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1484 | 2023-10-04T23:26:58.073Z | Compiling platforms v3.0.2 |
1485 | 2023-10-04T23:26:58.419Z | Compiling base64ct v1.6.0 |
1486 | 2023-10-04T23:26:58.486Z | Compiling libsqlite3-sys v0.26.0 |
1487 | 2023-10-04T23:26:58.591Z | Compiling memoffset v0.7.1 |
1488 | 2023-10-04T23:26:59.032Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1489 | 2023-10-04T23:26:59.447Z | Compiling vergen v8.2.4 |
1490 | 2023-10-04T23:26:59.475Z | Compiling num_enum v0.5.11 |
1491 | 2023-10-04T23:26:59.533Z | Compiling heck v0.3.3 |
1492 | 2023-10-04T23:26:59.704Z | Compiling libefi-sys v0.1.0 |
1493 | 2023-10-04T23:26:59.745Z | Compiling zone_cfg_derive v0.2.0 |
1494 | 2023-10-04T23:26:59.935Z | Compiling curve25519-dalek-derive v0.1.0 |
1495 | 2023-10-04T23:27:00.111Z | Compiling structopt-derive v0.4.18 |
1496 | 2023-10-04T23:27:00.165Z | Compiling same-file v1.0.6 |
1497 | 2023-10-04T23:27:00.191Z | Compiling curve25519-dalek v4.1.0 |
1498 | 2023-10-04T23:27:00.195Z | Compiling password-hash v0.5.0 |
1499 | 2023-10-04T23:27:00.529Z | Compiling walkdir v2.4.0 |
1500 | 2023-10-04T23:27:00.974Z | Compiling toml v0.5.11 |
1501 | 2023-10-04T23:27:01.631Z | Compiling semver-parser v0.10.2 |
1502 | 2023-10-04T23:27:02.022Z | Compiling blake2 v0.10.6 |
1503 | 2023-10-04T23:27:02.053Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1504 | 2023-10-04T23:27:02.230Z | Compiling getrandom v0.1.16 |
1505 | 2023-10-04T23:27:03.014Z | Compiling semver v0.11.0 |
1506 | 2023-10-04T23:27:03.049Z | Compiling argon2 v0.5.2 |
1507 | 2023-10-04T23:27:03.803Z | Compiling num_enum_derive v0.7.0 |
1508 | 2023-10-04T23:27:04.848Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1509 | 2023-10-04T23:27:05.190Z | Compiling xattr v1.0.1 |
1510 | 2023-10-04T23:27:05.388Z | Compiling filetime v0.2.22 |
1511 | 2023-10-04T23:27:06.050Z | Compiling home v0.5.5 |
1512 | 2023-10-04T23:27:06.059Z | Compiling toolchain_find v0.2.0 |
1513 | 2023-10-04T23:27:06.066Z | Compiling tar v0.4.40 |
1514 | 2023-10-04T23:27:06.569Z | Compiling num-rational v0.4.1 |
1515 | 2023-10-04T23:27:06.721Z | Compiling unicase v2.7.0 |
1516 | 2023-10-04T23:27:07.078Z | Compiling parking_lot_core v0.8.6 |
1517 | 2023-10-04T23:27:07.517Z | Compiling omicron-zone-package v0.8.3 |
1518 | 2023-10-04T23:27:07.791Z | Compiling rustfmt-wrapper v0.2.0 |
1519 | 2023-10-04T23:27:08.128Z | Compiling universal-hash v0.5.1 |
1520 | 2023-10-04T23:27:08.139Z | Compiling opaque-debug v0.3.0 |
1521 | 2023-10-04T23:27:08.429Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1522 | 2023-10-04T23:27:08.612Z | Compiling base64 v0.13.1 |
1523 | 2023-10-04T23:27:08.850Z | Compiling winapi v0.3.9 |
1524 | 2023-10-04T23:27:08.872Z | Compiling erased-serde v0.3.30 |
1525 | 2023-10-04T23:27:08.914Z | Compiling postcard-cobs v0.1.5-pre |
1526 | 2023-10-04T23:27:09.414Z | Compiling postcard v0.7.3 |
1527 | 2023-10-04T23:27:09.730Z | Compiling smoltcp v0.8.2 |
1528 | 2023-10-04T23:27:09.755Z | Compiling bitstruct_derive v0.1.0 |
1529 | 2023-10-04T23:27:10.273Z | Compiling thiserror-impl-no-std v2.0.2 |
1530 | 2023-10-04T23:27:10.307Z | Compiling async-recursion v1.0.5 |
1531 | 2023-10-04T23:27:11.368Z | Compiling foreign-types-shared v0.3.1 |
1532 | 2023-10-04T23:27:11.590Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1533 | 2023-10-04T23:27:11.845Z | Compiling cfg-if v0.1.10 |
1534 | 2023-10-04T23:27:11.973Z | Compiling foreign-types v0.5.0 |
1535 | 2023-10-04T23:27:11.995Z | Compiling mime_guess v2.0.4 |
1536 | 2023-10-04T23:27:12.020Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1537 | 2023-10-04T23:27:12.828Z | Compiling is-terminal v0.4.9 |
1538 | 2023-10-04T23:27:12.872Z | Compiling aead v0.5.2 |
1539 | 2023-10-04T23:27:13.027Z | Compiling cstr-argument v0.1.2 |
1540 | 2023-10-04T23:27:13.428Z | Compiling pretty-hex v0.2.1 |
1541 | 2023-10-04T23:27:13.717Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1542 | 2023-10-04T23:27:13.977Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1543 | 2023-10-04T23:27:14.333Z | Compiling colored v2.0.4 |
1544 | 2023-10-04T23:27:14.459Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1545 | 2023-10-04T23:27:14.967Z | Compiling polyval v0.6.1 |
1546 | 2023-10-04T23:27:15.421Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1547 | 2023-10-04T23:27:15.445Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1548 | 2023-10-04T23:27:16.144Z | Compiling aes v0.8.3 |
1549 | 2023-10-04T23:27:16.171Z | Compiling ctr v0.9.2 |
1550 | 2023-10-04T23:27:16.436Z | Compiling hkdf v0.12.3 |
1551 | 2023-10-04T23:27:16.807Z | Compiling enum-iterator-derive v1.2.1 |
1552 | 2023-10-04T23:27:17.562Z | Compiling textwrap v0.11.0 |
1553 | 2023-10-04T23:27:18.889Z | Compiling const_format_proc_macros v0.2.31 |
1554 | 2023-10-04T23:27:19.155Z | Compiling ansi_term v0.12.1 |
1555 | 2023-10-04T23:27:20.303Z | Compiling vec_map v0.8.2 |
1556 | 2023-10-04T23:27:20.307Z | Compiling strsim v0.8.0 |
1557 | 2023-10-04T23:27:20.365Z | Compiling linked-hash-map v0.5.6 |
1558 | 2023-10-04T23:27:20.393Z | Compiling quick-error v1.2.3 |
1559 | 2023-10-04T23:27:20.639Z | Compiling resolv-conf v0.7.0 |
1560 | 2023-10-04T23:27:20.963Z | Compiling lru-cache v0.1.2 |
1561 | 2023-10-04T23:27:21.291Z | Compiling clap v2.34.0 |
1562 | 2023-10-04T23:27:22.046Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1563 | 2023-10-04T23:27:22.969Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1564 | 2023-10-04T23:27:23.130Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1565 | 2023-10-04T23:27:29.711Z | Compiling hashlink v0.8.3 |
1566 | 2023-10-04T23:27:31.870Z | Compiling keccak v0.1.4 |
1567 | 2023-10-04T23:27:32.618Z | Compiling cancel-safe-futures v0.1.2 |
1568 | 2023-10-04T23:27:34.347Z | Compiling utf-8 v0.7.6 |
1569 | 2023-10-04T23:27:34.433Z | Compiling fallible-streaming-iterator v0.1.9 |
1570 | 2023-10-04T23:27:34.438Z | Compiling convert_case v0.4.0 |
1571 | 2023-10-04T23:27:34.462Z | Compiling rusqlite v0.29.0 |
1572 | 2023-10-04T23:27:34.988Z | Compiling derive_more v0.99.17 |
1573 | 2023-10-04T23:27:37.937Z | Compiling sha3 v0.10.8 |
1574 | 2023-10-04T23:27:39.097Z | Compiling structopt v0.3.26 |
1575 | 2023-10-04T23:27:39.362Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1576 | 2023-10-04T23:27:40.884Z | Compiling nix v0.26.2 |
1577 | 2023-10-04T23:27:46.306Z | Compiling trust-dns-resolver v0.22.0 |
1578 | 2023-10-04T23:27:46.722Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1579 | 2023-10-04T23:27:47.117Z | Compiling zone v0.2.0 |
1580 | 2023-10-04T23:27:48.277Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1581 | 2023-10-04T23:27:49.714Z | Compiling twox-hash v1.6.3 |
1582 | 2023-10-04T23:27:50.057Z | Compiling smf v0.2.2 |
1583 | 2023-10-04T23:27:50.544Z | Compiling secrecy v0.8.0 |
1584 | 2023-10-04T23:27:52.470Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1585 | 2023-10-04T23:27:52.527Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1586 | 2023-10-04T23:27:53.314Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1587 | 2023-10-04T23:27:53.849Z | Compiling num_enum v0.7.0 |
1588 | 2023-10-04T23:27:59.838Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1589 | 2023-10-04T23:28:00.774Z | Compiling bincode v1.3.3 |
1590 | 2023-10-04T23:28:01.223Z | Compiling sha-1 v0.10.1 |
1591 | 2023-10-04T23:28:01.501Z | Compiling ff v0.13.0 |
1592 | 2023-10-04T23:28:01.626Z | Compiling nibble_vec v0.1.0 |
1593 | 2023-10-04T23:28:01.857Z | Compiling arc-swap v1.6.0 |
1594 | 2023-10-04T23:28:02.361Z | Compiling termcolor v1.2.0 |
1595 | 2023-10-04T23:28:02.376Z | Compiling endian-type v0.1.2 |
1596 | 2023-10-04T23:28:02.385Z | Compiling humantime v2.1.0 |
1597 | 2023-10-04T23:28:02.445Z | Compiling radix_trie v0.2.1 |
1598 | 2023-10-04T23:28:02.464Z | Compiling group v0.13.0 |
1599 | 2023-10-04T23:28:02.487Z | Compiling tungstenite v0.17.3 |
1600 | 2023-10-04T23:28:02.771Z | Compiling slog-scope v4.4.0 |
1601 | 2023-10-04T23:28:02.958Z | Compiling env_logger v0.9.3 |
1602 | 2023-10-04T23:28:03.541Z | Compiling rand_core v0.5.1 |
1603 | 2023-10-04T23:28:04.082Z | Compiling aes-gcm-siv v0.11.1 |
1604 | 2023-10-04T23:28:04.227Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1605 | 2023-10-04T23:28:04.533Z | Compiling poly1305 v0.8.0 |
1606 | 2023-10-04T23:28:06.727Z | Compiling itertools v0.11.0 |
1607 | 2023-10-04T23:28:07.603Z | Compiling chacha20 v0.9.1 |
1608 | 2023-10-04T23:28:08.012Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1609 | 2023-10-04T23:28:08.773Z | Compiling crypto-bigint v0.5.2 |
1610 | 2023-10-04T23:28:08.842Z | Compiling num-complex v0.4.4 |
1611 | 2023-10-04T23:28:08.944Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1612 | 2023-10-04T23:28:09.161Z | Compiling half v1.8.2 |
1613 | 2023-10-04T23:28:10.274Z | Compiling ciborium-io v0.2.1 |
1614 | 2023-10-04T23:28:10.468Z | Compiling option-ext v0.2.0 |
1615 | 2023-10-04T23:28:10.621Z | Compiling ascii v1.1.0 |
1616 | 2023-10-04T23:28:10.674Z | Compiling base16ct v0.2.0 |
1617 | 2023-10-04T23:28:11.106Z | Compiling ringbuffer v0.14.2 |
1618 | 2023-10-04T23:28:11.828Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1619 | 2023-10-04T23:28:12.357Z | Compiling elliptic-curve v0.13.5 |
1620 | 2023-10-04T23:28:12.367Z | Compiling dirs-sys v0.4.1 |
1621 | 2023-10-04T23:28:12.825Z | Compiling num v0.4.1 |
1622 | 2023-10-04T23:28:12.945Z | Compiling ciborium-ll v0.2.1 |
1623 | 2023-10-04T23:28:12.999Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1624 | 2023-10-04T23:28:13.645Z | Compiling parking_lot v0.11.2 |
1625 | 2023-10-04T23:28:13.681Z | Compiling tokio-tungstenite v0.17.2 |
1626 | 2023-10-04T23:28:13.840Z | Compiling rand_chacha v0.2.2 |
1627 | 2023-10-04T23:28:13.868Z | Compiling slog-stdlog v4.1.1 |
1628 | 2023-10-04T23:28:14.225Z | Compiling trust-dns-client v0.22.0 |
1629 | 2023-10-04T23:28:14.504Z | Compiling thiserror-no-std v2.0.2 |
1630 | 2023-10-04T23:28:14.603Z | Compiling bitstruct v0.1.1 |
1631 | 2023-10-04T23:28:16.797Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1632 | 2023-10-04T23:28:16.855Z | Compiling password-hash v0.4.2 |
1633 | 2023-10-04T23:28:17.515Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1634 | 2023-10-04T23:28:18.061Z | Compiling ed25519 v2.2.2 |
1635 | 2023-10-04T23:28:18.501Z | Compiling blowfish v0.9.1 |
1636 | 2023-10-04T23:28:19.001Z | Compiling serde_arrays v0.1.0 |
1637 | 2023-10-04T23:28:19.225Z | Compiling pbkdf2 v0.12.2 |
1638 | 2023-10-04T23:28:19.499Z | Compiling fxhash v0.2.1 |
1639 | 2023-10-04T23:28:20.466Z | Compiling sled v0.34.7 |
1640 | 2023-10-04T23:28:20.987Z | Compiling bcrypt-pbkdf v0.10.0 |
1641 | 2023-10-04T23:28:21.022Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1642 | 2023-10-04T23:28:21.049Z | Compiling ed25519-dalek v2.0.0 |
1643 | 2023-10-04T23:28:21.549Z | Compiling pbkdf2 v0.11.0 |
1644 | 2023-10-04T23:28:21.567Z | Compiling trust-dns-server v0.22.1 |
1645 | 2023-10-04T23:28:22.455Z | Compiling russh-cryptovec v0.7.0 |
1646 | 2023-10-04T23:28:22.769Z | Compiling vsss-rs v3.3.1 |
1647 | 2023-10-04T23:28:22.992Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1648 | 2023-10-04T23:28:23.474Z | Compiling rand v0.7.3 |
1649 | 2023-10-04T23:28:23.518Z | Compiling slog-envlogger v2.2.0 |
1650 | 2023-10-04T23:28:25.027Z | Compiling ciborium v0.2.1 |
1651 | 2023-10-04T23:28:30.153Z | Compiling dirs v5.0.1 |
1652 | 2023-10-04T23:28:31.151Z | Compiling chacha20poly1305 v0.10.1 |
1653 | 2023-10-04T23:28:31.224Z | Compiling tungstenite v0.18.0 |
1654 | 2023-10-04T23:28:31.294Z | Compiling const_format v0.2.31 |
1655 | 2023-10-04T23:28:31.844Z | Compiling enum-iterator v1.4.1 |
1656 | 2023-10-04T23:28:31.933Z | Compiling ghash v0.5.0 |
1657 | 2023-10-04T23:28:32.829Z | Compiling ron v0.7.1 |
1658 | 2023-10-04T23:28:32.864Z | Compiling pem v1.1.1 |
1659 | 2023-10-04T23:28:33.425Z | Compiling cbc v0.1.2 |
1660 | 2023-10-04T23:28:33.614Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1661 | 2023-10-04T23:28:33.788Z | Compiling headers-core v0.2.0 |
1662 | 2023-10-04T23:28:34.186Z | Compiling pretty-hex v0.3.0 |
1663 | 2023-10-04T23:28:34.287Z | Compiling http-range v0.1.5 |
1664 | 2023-10-04T23:28:34.526Z | Compiling md5 v0.7.0 |
1665 | 2023-10-04T23:28:34.594Z | Compiling bit_field v0.10.2 |
1666 | 2023-10-04T23:28:34.746Z | Compiling hyper-staticfile v0.9.5 |
1667 | 2023-10-04T23:28:34.891Z | Compiling headers v0.3.9 |
1668 | 2023-10-04T23:28:35.018Z | Compiling russh-keys v0.38.0 |
1669 | 2023-10-04T23:28:40.039Z | Compiling rcgen v0.10.0 |
1670 | 2023-10-04T23:28:40.138Z | Compiling tokio-tungstenite v0.18.0 |
1671 | 2023-10-04T23:28:40.950Z | Compiling aes-gcm v0.10.2 |
1672 | 2023-10-04T23:28:48.455Z | Compiling camino-tempfile v1.0.2 |
1673 | 2023-10-04T23:28:48.544Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1674 | 2023-10-04T23:28:48.667Z | Compiling subprocess v0.2.9 |
1675 | 2023-10-04T23:28:48.710Z | Compiling glob v0.3.1 |
1676 | 2023-10-04T23:28:49.418Z | Compiling hex-literal v0.4.1 |
1677 | 2023-10-04T23:28:49.862Z | Compiling russh v0.38.0 |
1678 | 2023-10-04T23:28:57.164Z | Compiling bzip2 v0.4.4 |
1679 | 2023-10-04T23:28:57.732Z | Compiling zip v0.6.6 |
1680 | 2023-10-04T23:29:00.031Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1681 | 2023-10-04T23:29:00.660Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1682 | 2023-10-04T23:29:00.664Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1683 | 2023-10-04T23:29:00.667Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1684 | 2023-10-04T23:29:00.742Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1685 | 2023-10-04T23:29:00.765Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1686 | 2023-10-04T23:29:01.206Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1687 | 2023-10-04T23:29:01.567Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1688 | 2023-10-04T23:29:01.997Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1689 | 2023-10-04T23:29:03.898Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1690 | 2023-10-04T23:29:11.629Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client) |
1691 | 2023-10-04T23:29:19.285Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1692 | 2023-10-04T23:29:19.582Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1693 | 2023-10-04T23:29:27.927Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1694 | 2023-10-04T23:29:35.546Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1695 | 2023-10-04T23:29:41.603Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1696 | 2023-10-04T23:29:42.001Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1697 | 2023-10-04T23:29:51.994Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
1698 | 2023-10-04T23:29:53.074Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1699 | 2023-10-04T23:29:54.452Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1700 | 2023-10-04T23:30:06.747Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1701 | 2023-10-04T23:30:34.552Z | Compiling git2 v0.17.2 |
1702 | 2023-10-04T23:30:41.227Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1703 | 2023-10-04T23:30:43.290Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1704 | 2023-10-04T23:30:56.427Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1705 | 2023-10-04T23:31:13.129Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1706 | 2023-10-04T23:31:15.455Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1707 | 2023-10-04T23:31:53.323Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1708 | 2023-10-04T23:33:23.223Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 53s |
1709 | 2023-10-04T23:33:23.410Z | |
1710 | 2023-10-04T23:33:23.469Z | real 10:54.089975696 |
1711 | 2023-10-04T23:33:23.496Z | user 1:00:11.383547193 |
1712 | 2023-10-04T23:33:23.543Z | sys 9:34.533384791 |
1713 | 2023-10-04T23:33:23.568Z | trap 2.449742517 |
1714 | 2023-10-04T23:33:23.612Z | tflt 3.211658376 |
1715 | 2023-10-04T23:33:23.681Z | dflt 6.975759087 |
1716 | 2023-10-04T23:33:23.762Z | kflt 0.023105231 |
1717 | 2023-10-04T23:33:23.889Z | lock 1:51:53.645383713 |
1718 | 2023-10-04T23:33:24.069Z | slp 3:09:02.403696895 |
1719 | 2023-10-04T23:33:24.160Z | lat 2:29.470142811 |
1720 | 2023-10-04T23:33:24.177Z | stop 5:52.676516213 |
1721 | 2023-10-04T23:33:24.224Z | + mkdir -p /work/end-to-end-tests |
1722 | 2023-10-04T23:33:24.264Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1723 | 2023-10-04T23:33:24.312Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1724 | 2023-10-04T23:33:24.325Z | + ptime -m gzip |
1725 | 2023-10-04T23:33:24.350Z | ++ basename target/debug/bootstrap |
1726 | 2023-10-04T23:33:41.840Z | |
1727 | 2023-10-04T23:33:42.225Z | real 16.704259945 |
1728 | 2023-10-04T23:33:42.398Z | user 16.527322784 |
1729 | 2023-10-04T23:33:42.755Z | sys 0.171304286 |
1730 | 2023-10-04T23:33:43.087Z | trap 0.003981910 |
1731 | 2023-10-04T23:33:43.354Z | tflt 0.000000000 |
1732 | 2023-10-04T23:33:43.400Z | dflt 0.000000000 |
1733 | 2023-10-04T23:33:43.471Z | kflt 0.000000000 |
1734 | 2023-10-04T23:33:43.650Z | lock 0.000000000 |
1735 | 2023-10-04T23:33:43.720Z | slp 0.000000000 |
1736 | 2023-10-04T23:33:43.751Z | lat 0.001298555 |
1737 | 2023-10-04T23:33:43.777Z | stop 0.000237136 |
1738 | 2023-10-04T23:33:43.792Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1739 | 2023-10-04T23:33:43.828Z | + ptime -m gzip |
1740 | 2023-10-04T23:33:43.849Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6e3d6cace6bb341c |
1741 | 2023-10-04T23:33:43.866Z | |
1742 | 2023-10-04T23:33:43.888Z | real 1.092352130 |
1743 | 2023-10-04T23:33:44.092Z | user 1.079185035 |
1744 | 2023-10-04T23:33:44.221Z | sys 0.012469381 |
1745 | 2023-10-04T23:33:44.259Z | trap 0.000154868 |
1746 | 2023-10-04T23:33:44.277Z | tflt 0.000000000 |
1747 | 2023-10-04T23:33:44.299Z | dflt 0.000000000 |
1748 | 2023-10-04T23:33:44.327Z | kflt 0.000000000 |
1749 | 2023-10-04T23:33:44.356Z | lock 0.000000000 |
1750 | 2023-10-04T23:33:44.409Z | slp 0.000000000 |
1751 | 2023-10-04T23:33:44.419Z | lat 0.000181248 |
1752 | 2023-10-04T23:33:44.433Z | stop 0.000238617 |
1753 | 2023-10-04T23:33:44.462Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1754 | 2023-10-04T23:33:44.477Z | + ptime -m gzip |
1755 | 2023-10-04T23:33:44.519Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2d9aa87f7c0ddffa |
1756 | 2023-10-04T23:34:00.808Z | |
1757 | 2023-10-04T23:34:00.814Z | real 19.016098615 |
1758 | 2023-10-04T23:34:00.829Z | user 18.810990004 |
1759 | 2023-10-04T23:34:00.838Z | sys 0.199671073 |
1760 | 2023-10-04T23:34:00.847Z | trap 0.003701832 |
1761 | 2023-10-04T23:34:00.856Z | tflt 0.000000000 |
1762 | 2023-10-04T23:34:00.862Z | dflt 0.000000000 |
1763 | 2023-10-04T23:34:00.866Z | kflt 0.000000000 |
1764 | 2023-10-04T23:34:00.869Z | lock 0.000000000 |
1765 | 2023-10-04T23:34:00.872Z | slp 0.000000000 |
1766 | 2023-10-04T23:34:00.876Z | lat 0.001378297 |
1767 | 2023-10-04T23:34:00.880Z | stop 0.000234936 |
1768 | 2023-10-04T23:34:00.885Z | + banner caboose-util |
1769 | 2023-10-04T23:34:00.893Z | |
1770 | 2023-10-04T23:34:00.905Z | #### ## ##### #### #### #### ###### # # ##### |
1771 | 2023-10-04T23:34:00.915Z | # # # # # # # # # # # # # # # |
1772 | 2023-10-04T23:34:00.928Z | # # # ##### # # # # #### ##### ##### # # # |
1773 | 2023-10-04T23:34:00.941Z | # ###### # # # # # # # # # # # |
1774 | 2023-10-04T23:34:00.954Z | # # # # # # # # # # # # # # # # |
1775 | 2023-10-04T23:34:00.962Z | #### # # ##### #### #### #### ###### #### # |
1776 | 2023-10-04T23:34:00.968Z | |
1777 | 2023-10-04T23:34:00.972Z | + ptime -m cargo build --locked -p caboose-util --release |
1778 | 2023-10-04T23:34:01.549Z | Downloading crates ... |
1779 | 2023-10-04T23:34:01.820Z | Downloaded nodrop v0.1.14 |
1780 | 2023-10-04T23:34:01.834Z | Downloaded der_derive v0.7.2 |
1781 | 2023-10-04T23:34:01.847Z | Downloaded bitfield v0.14.0 |
1782 | 2023-10-04T23:34:01.861Z | Downloaded array-init v0.0.4 |
1783 | 2023-10-04T23:34:01.876Z | Downloaded pkcs1 v0.7.5 |
1784 | 2023-10-04T23:34:01.898Z | Downloaded path-slash v0.1.5 |
1785 | 2023-10-04T23:34:01.921Z | Downloaded packed_struct_codegen v0.10.1 |
1786 | 2023-10-04T23:34:01.952Z | Downloaded packed_struct v0.10.1 |
1787 | 2023-10-04T23:34:01.986Z | Downloaded smallvec v0.6.14 |
1788 | 2023-10-04T23:34:02.422Z | Downloaded maybe-uninit v2.0.0 |
1789 | 2023-10-04T23:34:02.432Z | Downloaded crc-catalog v2.2.0 |
1790 | 2023-10-04T23:34:02.481Z | Downloaded crc v3.0.1 |
1791 | 2023-10-04T23:34:02.502Z | Downloaded flagset v0.4.3 |
1792 | 2023-10-04T23:34:02.513Z | Downloaded pem-rfc7468 v0.7.0 |
1793 | 2023-10-04T23:34:02.518Z | Downloaded crc-any v2.4.3 |
1794 | 2023-10-04T23:34:02.523Z | Downloaded env_logger v0.10.0 |
1795 | 2023-10-04T23:34:02.526Z | Downloaded rsa v0.9.2 |
1796 | 2023-10-04T23:34:02.530Z | Downloaded num-bigint-dig v0.8.4 |
1797 | 2023-10-04T23:34:02.533Z | Downloaded object v0.30.4 |
1798 | 2023-10-04T23:34:02.536Z | Downloaded x509-cert v0.2.4 |
1799 | 2023-10-04T23:34:02.540Z | Downloaded serde-hex v0.1.0 |
1800 | 2023-10-04T23:34:02.544Z | Downloaded ron v0.8.1 |
1801 | 2023-10-04T23:34:02.587Z | Compiling proc-macro2 v1.0.67 |
1802 | 2023-10-04T23:34:02.596Z | Compiling unicode-ident v1.0.12 |
1803 | 2023-10-04T23:34:02.607Z | Compiling libc v0.2.148 |
1804 | 2023-10-04T23:34:02.623Z | Compiling autocfg v1.1.0 |
1805 | 2023-10-04T23:34:02.666Z | Compiling serde v1.0.188 |
1806 | 2023-10-04T23:34:02.688Z | Compiling version_check v0.9.4 |
1807 | 2023-10-04T23:34:02.696Z | Compiling cfg-if v1.0.0 |
1808 | 2023-10-04T23:34:02.706Z | Compiling parking_lot_core v0.9.8 |
1809 | 2023-10-04T23:34:03.143Z | Compiling once_cell v1.18.0 |
1810 | 2023-10-04T23:34:03.163Z | Compiling syn v1.0.109 |
1811 | 2023-10-04T23:34:03.574Z | Compiling typenum v1.16.0 |
1812 | 2023-10-04T23:34:03.586Z | Compiling libm v0.2.7 |
1813 | 2023-10-04T23:34:03.595Z | Compiling futures-core v0.3.28 |
1814 | 2023-10-04T23:34:03.606Z | Compiling generic-array v0.14.7 |
1815 | 2023-10-04T23:34:04.064Z | Compiling lock_api v0.4.10 |
1816 | 2023-10-04T23:34:04.086Z | Compiling num-traits v0.2.16 |
1817 | 2023-10-04T23:34:04.133Z | Compiling pkg-config v0.3.27 |
1818 | 2023-10-04T23:34:04.155Z | Compiling slab v0.4.9 |
1819 | 2023-10-04T23:34:04.180Z | Compiling futures-task v0.3.28 |
1820 | 2023-10-04T23:34:04.204Z | Compiling serde_json v1.0.107 |
1821 | 2023-10-04T23:34:04.258Z | Compiling futures-channel v0.3.28 |
1822 | 2023-10-04T23:34:04.396Z | Compiling quote v1.0.33 |
1823 | 2023-10-04T23:34:04.471Z | Compiling thiserror v1.0.49 |
1824 | 2023-10-04T23:34:04.624Z | Compiling scopeguard v1.2.0 |
1825 | 2023-10-04T23:34:04.831Z | Compiling itoa v1.0.9 |
1826 | 2023-10-04T23:34:04.899Z | Compiling memchr v2.6.3 |
1827 | 2023-10-04T23:34:05.140Z | Compiling syn v2.0.32 |
1828 | 2023-10-04T23:34:05.674Z | Compiling jobserver v0.1.26 |
1829 | 2023-10-04T23:34:05.684Z | Compiling getrandom v0.2.10 |
1830 | 2023-10-04T23:34:05.767Z | Compiling cc v1.0.83 |
1831 | 2023-10-04T23:34:06.095Z | Compiling futures-util v0.3.28 |
1832 | 2023-10-04T23:34:07.320Z | Compiling ahash v0.8.3 |
1833 | 2023-10-04T23:34:07.403Z | Compiling smallvec v1.11.0 |
1834 | 2023-10-04T23:34:07.665Z | Compiling log v0.4.20 |
1835 | 2023-10-04T23:34:07.902Z | Compiling vcpkg v0.2.15 |
1836 | 2023-10-04T23:34:08.375Z | Compiling byteorder v1.4.3 |
1837 | 2023-10-04T23:34:08.978Z | Compiling rand_core v0.6.4 |
1838 | 2023-10-04T23:34:10.014Z | Compiling pin-project-lite v0.2.13 |
1839 | 2023-10-04T23:34:10.121Z | Compiling parking_lot v0.12.1 |
1840 | 2023-10-04T23:34:10.618Z | Compiling indexmap v1.9.3 |
1841 | 2023-10-04T23:34:10.782Z | Compiling ring v0.16.20 |
1842 | 2023-10-04T23:34:10.948Z | Compiling openssl-sys v0.9.93 |
1843 | 2023-10-04T23:34:12.637Z | Compiling io-lifetimes v1.0.11 |
1844 | 2023-10-04T23:34:13.420Z | Compiling num-integer v0.1.45 |
1845 | 2023-10-04T23:34:13.438Z | Compiling semver v1.0.18 |
1846 | 2023-10-04T23:34:13.848Z | Compiling ryu v1.0.15 |
1847 | 2023-10-04T23:34:14.125Z | Compiling spin v0.5.2 |
1848 | 2023-10-04T23:34:14.313Z | Compiling const-oid v0.9.5 |
1849 | 2023-10-04T23:34:16.448Z | Compiling rustix v0.37.23 |
1850 | 2023-10-04T23:34:16.702Z | Compiling mio v0.8.8 |
1851 | 2023-10-04T23:34:16.795Z | Compiling num_cpus v1.16.0 |
1852 | 2023-10-04T23:34:16.961Z | Compiling socket2 v0.5.3 |
1853 | 2023-10-04T23:34:17.304Z | Compiling signal-hook-registry v1.4.1 |
1854 | 2023-10-04T23:34:18.245Z | Compiling futures-sink v0.3.28 |
1855 | 2023-10-04T23:34:18.429Z | Compiling openssl v0.10.57 |
1856 | 2023-10-04T23:34:18.442Z | Compiling ucd-trie v0.1.6 |
1857 | 2023-10-04T23:34:18.457Z | Compiling unicode-xid v0.2.4 |
1858 | 2023-10-04T23:34:18.600Z | Compiling httparse v1.8.0 |
1859 | 2023-10-04T23:34:19.024Z | Compiling synstructure v0.12.6 |
1860 | 2023-10-04T23:34:19.072Z | Compiling tinyvec_macros v0.1.1 |
1861 | 2023-10-04T23:34:19.186Z | Compiling tinyvec v1.6.0 |
1862 | 2023-10-04T23:34:20.664Z | Compiling radium v0.7.0 |
1863 | 2023-10-04T23:34:21.258Z | Compiling pin-utils v0.1.0 |
1864 | 2023-10-04T23:34:21.268Z | Compiling futures-io v0.3.28 |
1865 | 2023-10-04T23:34:21.382Z | Compiling rustls v0.21.7 |
1866 | 2023-10-04T23:34:21.713Z | Compiling crc32fast v1.3.2 |
1867 | 2023-10-04T23:34:21.931Z | Compiling native-tls v0.2.11 |
1868 | 2023-10-04T23:34:21.999Z | Compiling ppv-lite86 v0.2.17 |
1869 | 2023-10-04T23:34:22.328Z | Compiling unicode-normalization v0.1.22 |
1870 | 2023-10-04T23:34:22.368Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1871 | 2023-10-04T23:34:22.851Z | Compiling tracing-core v0.1.31 |
1872 | 2023-10-04T23:34:22.926Z | Compiling unicode-bidi v0.3.13 |
1873 | 2023-10-04T23:34:23.193Z | Compiling heck v0.4.1 |
1874 | 2023-10-04T23:34:23.219Z | Compiling subtle v2.5.0 |
1875 | 2023-10-04T23:34:23.460Z | Compiling rand_chacha v0.3.1 |
1876 | 2023-10-04T23:34:24.252Z | Compiling rand v0.8.5 |
1877 | 2023-10-04T23:34:25.900Z | Compiling errno v0.3.2 |
1878 | 2023-10-04T23:34:26.005Z | Compiling num-iter v0.1.43 |
1879 | 2023-10-04T23:34:26.238Z | Compiling usdt-impl v0.3.5 |
1880 | 2023-10-04T23:34:26.696Z | Compiling base64 v0.21.4 |
1881 | 2023-10-04T23:34:27.627Z | Compiling rustix v0.38.9 |
1882 | 2023-10-04T23:34:27.654Z | Compiling schemars v0.8.13 |
1883 | 2023-10-04T23:34:28.471Z | Compiling serde_derive v1.0.188 |
1884 | 2023-10-04T23:34:28.496Z | Compiling zeroize_derive v1.4.2 |
1885 | 2023-10-04T23:34:28.507Z | Compiling tokio-macros v2.1.0 |
1886 | 2023-10-04T23:34:28.726Z | Compiling thiserror-impl v1.0.49 |
1887 | 2023-10-04T23:34:29.336Z | Compiling futures-macro v0.3.28 |
1888 | 2023-10-04T23:34:29.446Z | Compiling tracing-attributes v0.1.26 |
1889 | 2023-10-04T23:34:29.620Z | Compiling zerocopy-derive v0.2.0 |
1890 | 2023-10-04T23:34:33.309Z | Compiling openssl-macros v0.1.1 |
1891 | 2023-10-04T23:34:33.520Z | Compiling zeroize v1.6.0 |
1892 | 2023-10-04T23:34:33.870Z | Compiling zerocopy-derive v0.6.3 |
1893 | 2023-10-04T23:34:34.397Z | Compiling pest v2.7.2 |
1894 | 2023-10-04T23:34:34.717Z | Compiling crypto-common v0.1.6 |
1895 | 2023-10-04T23:34:34.993Z | Compiling block-buffer v0.10.4 |
1896 | 2023-10-04T23:34:35.187Z | Compiling digest v0.10.7 |
1897 | 2023-10-04T23:34:35.399Z | Compiling tracing v0.1.37 |
1898 | 2023-10-04T23:34:35.526Z | Compiling serde_derive_internals v0.26.0 |
1899 | 2023-10-04T23:34:39.055Z | Compiling pest_meta v2.7.2 |
1900 | 2023-10-04T23:34:40.606Z | Compiling fnv v1.0.7 |
1901 | 2023-10-04T23:34:40.616Z | Compiling bitflags v1.3.2 |
1902 | 2023-10-04T23:34:40.749Z | Compiling pest_generator v2.7.2 |
1903 | 2023-10-04T23:34:40.761Z | Compiling untrusted v0.7.1 |
1904 | 2023-10-04T23:34:43.258Z | Compiling schemars_derive v0.8.13 |
1905 | 2023-10-04T23:34:44.766Z | Compiling zerocopy v0.3.0 |
1906 | 2023-10-04T23:34:45.396Z | Compiling lazy_static v1.4.0 |
1907 | 2023-10-04T23:34:45.722Z | Compiling pest_derive v2.7.2 |
1908 | 2023-10-04T23:34:45.796Z | Compiling backtrace v0.3.69 |
1909 | 2023-10-04T23:34:45.910Z | Compiling num-bigint v0.4.4 |
1910 | 2023-10-04T23:34:46.392Z | Compiling memoffset v0.9.0 |
1911 | 2023-10-04T23:34:46.526Z | Compiling async-trait v0.1.73 |
1912 | 2023-10-04T23:34:46.695Z | Compiling hashbrown v0.12.3 |
1913 | 2023-10-04T23:34:46.807Z | Compiling iana-time-zone v0.1.57 |
1914 | 2023-10-04T23:34:46.817Z | Compiling allocator-api2 v0.2.16 |
1915 | 2023-10-04T23:34:46.924Z | Compiling openssl-probe v0.1.5 |
1916 | 2023-10-04T23:34:47.190Z | Compiling smoltcp v0.9.1 |
1917 | 2023-10-04T23:34:47.373Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1918 | 2023-10-04T23:34:47.386Z | Compiling crossbeam-utils v0.8.16 |
1919 | 2023-10-04T23:34:48.146Z | Compiling percent-encoding v2.3.0 |
1920 | 2023-10-04T23:34:48.157Z | Compiling base64ct v1.6.0 |
1921 | 2023-10-04T23:34:48.162Z | Compiling foreign-types-shared v0.1.1 |
1922 | 2023-10-04T23:34:48.308Z | Compiling foreign-types v0.3.2 |
1923 | 2023-10-04T23:34:48.440Z | Compiling hashbrown v0.14.0 |
1924 | 2023-10-04T23:34:48.660Z | Compiling dtrace-parser v0.1.14 |
1925 | 2023-10-04T23:34:48.945Z | Compiling dof v0.1.5 |
1926 | 2023-10-04T23:34:49.451Z | Compiling pem-rfc7468 v0.7.0 |
1927 | 2023-10-04T23:34:50.452Z | Compiling der_derive v0.7.2 |
1928 | 2023-10-04T23:34:50.464Z | Compiling clap_derive v4.4.2 |
1929 | 2023-10-04T23:34:52.029Z | Compiling thread-id v4.2.0 |
1930 | 2023-10-04T23:34:52.242Z | Compiling adler v1.0.2 |
1931 | 2023-10-04T23:34:52.388Z | Compiling anstyle v1.0.2 |
1932 | 2023-10-04T23:34:52.458Z | Compiling bytes v1.5.0 |
1933 | 2023-10-04T23:34:53.984Z | Compiling tokio v1.32.0 |
1934 | 2023-10-04T23:34:54.050Z | Compiling bitflags v2.4.0 |
1935 | 2023-10-04T23:34:54.124Z | Compiling rustc_version v0.4.0 |
1936 | 2023-10-04T23:34:56.327Z | Compiling http v0.2.9 |
1937 | 2023-10-04T23:34:56.759Z | Compiling heapless v0.7.16 |
1938 | 2023-10-04T23:34:56.783Z | Compiling uuid v1.4.1 |
1939 | 2023-10-04T23:34:56.790Z | Compiling chrono v0.4.31 |
1940 | 2023-10-04T23:34:56.846Z | Compiling try-lock v0.2.4 |
1941 | 2023-10-04T23:34:57.113Z | Compiling cpufeatures v0.2.9 |
1942 | 2023-10-04T23:34:57.192Z | Compiling time-core v0.1.1 |
1943 | 2023-10-04T23:34:57.197Z | Compiling siphasher v0.3.11 |
1944 | 2023-10-04T23:34:57.912Z | Compiling equivalent v1.0.1 |
1945 | 2023-10-04T23:34:57.948Z | Compiling utf8parse v0.2.1 |
1946 | 2023-10-04T23:34:58.151Z | Compiling flagset v0.4.3 |
1947 | 2023-10-04T23:34:58.433Z | Compiling der v0.7.8 |
1948 | 2023-10-04T23:34:58.588Z | Compiling anstyle-parse v0.2.1 |
1949 | 2023-10-04T23:34:59.127Z | Compiling indexmap v2.0.0 |
1950 | 2023-10-04T23:35:01.232Z | Compiling http-body v0.4.5 |
1951 | 2023-10-04T23:35:03.247Z | Compiling time-macros v0.2.13 |
1952 | 2023-10-04T23:35:03.408Z | Compiling sha2 v0.10.7 |
1953 | 2023-10-04T23:35:05.586Z | Compiling want v0.3.1 |
1954 | 2023-10-04T23:35:08.317Z | Compiling tokio-util v0.7.8 |
1955 | 2023-10-04T23:35:10.690Z | Compiling h2 v0.3.21 |
1956 | 2023-10-04T23:35:12.741Z | Compiling miniz_oxide v0.7.1 |
1957 | 2023-10-04T23:35:12.814Z | Compiling serde_tokenstream v0.1.7 |
1958 | 2023-10-04T23:35:14.846Z | Compiling form_urlencoded v1.2.0 |
1959 | 2023-10-04T23:35:15.033Z | Compiling rustls-webpki v0.101.4 |
1960 | 2023-10-04T23:35:15.308Z | Compiling sct v0.7.0 |
1961 | 2023-10-04T23:35:15.792Z | Compiling hubpack_derive v0.1.1 |
1962 | 2023-10-04T23:35:17.070Z | Compiling aho-corasick v1.0.4 |
1963 | 2023-10-04T23:35:17.086Z | Compiling socket2 v0.4.9 |
1964 | 2023-10-04T23:35:17.480Z | Compiling crossbeam-epoch v0.9.15 |
1965 | 2023-10-04T23:35:17.957Z | Compiling httpdate v1.0.3 |
1966 | 2023-10-04T23:35:18.581Z | Compiling anstyle-query v1.0.0 |
1967 | 2023-10-04T23:35:18.739Z | Compiling regex-syntax v0.7.5 |
1968 | 2023-10-04T23:35:19.047Z | Compiling tower-service v0.3.2 |
1969 | 2023-10-04T23:35:19.218Z | Compiling colorchoice v1.0.0 |
1970 | 2023-10-04T23:35:19.484Z | Compiling anyhow v1.0.75 |
1971 | 2023-10-04T23:35:19.737Z | Compiling tap v1.0.1 |
1972 | 2023-10-04T23:35:20.081Z | Compiling slog v2.7.0 |
1973 | 2023-10-04T23:35:20.726Z | Compiling wyz v0.5.1 |
1974 | 2023-10-04T23:35:21.571Z | Compiling anstream v0.5.0 |
1975 | 2023-10-04T23:35:22.917Z | Compiling hyper v0.14.27 |
1976 | 2023-10-04T23:35:26.974Z | Compiling regex-automata v0.3.8 |
1977 | 2023-10-04T23:35:30.201Z | Compiling terminal_size v0.2.6 |
1978 | 2023-10-04T23:35:30.522Z | Compiling spki v0.7.2 |
1979 | 2023-10-04T23:35:35.304Z | Compiling rustls-pemfile v1.0.3 |
1980 | 2023-10-04T23:35:35.998Z | Compiling md-5 v0.10.5 |
1981 | 2023-10-04T23:35:36.256Z | Compiling hmac v0.12.1 |
1982 | 2023-10-04T23:35:36.407Z | Compiling zerocopy v0.6.3 |
1983 | 2023-10-04T23:35:36.507Z | Compiling idna v0.4.0 |
1984 | 2023-10-04T23:35:36.584Z | Compiling stringprep v0.1.3 |
1985 | 2023-10-04T23:35:36.638Z | Compiling diesel_table_macro_syntax v0.1.0 |
1986 | 2023-10-04T23:35:36.709Z | Compiling hash32 v0.2.1 |
1987 | 2023-10-04T23:35:36.899Z | Compiling spin v0.9.8 |
1988 | 2023-10-04T23:35:36.922Z | Compiling maybe-uninit v2.0.0 |
1989 | 2023-10-04T23:35:36.937Z | Compiling funty v2.0.0 |
1990 | 2023-10-04T23:35:37.456Z | Compiling strsim v0.10.0 |
1991 | 2023-10-04T23:35:37.563Z | Compiling stable_deref_trait v1.2.0 |
1992 | 2023-10-04T23:35:37.605Z | Compiling clap_lex v0.5.1 |
1993 | 2023-10-04T23:35:38.838Z | Compiling dyn-clone v1.0.13 |
1994 | 2023-10-04T23:35:39.602Z | Compiling gimli v0.28.0 |
1995 | 2023-10-04T23:35:39.642Z | Compiling fallible-iterator v0.2.0 |
1996 | 2023-10-04T23:35:40.867Z | Compiling postgres-protocol v0.6.6 |
1997 | 2023-10-04T23:35:41.361Z | Compiling bitvec v1.0.1 |
1998 | 2023-10-04T23:35:45.108Z | Compiling clap_builder v4.4.2 |
1999 | 2023-10-04T23:35:45.281Z | Compiling tokio-rustls v0.24.1 |
2000 | 2023-10-04T23:35:45.394Z | Compiling diesel_derives v2.1.1 |
2001 | 2023-10-04T23:35:45.832Z | Compiling url v2.4.1 |
2002 | 2023-10-04T23:35:45.929Z | Compiling rustls-native-certs v0.6.3 |
2003 | 2023-10-04T23:35:46.496Z | Compiling addr2line v0.21.0 |
2004 | 2023-10-04T23:35:47.547Z | Compiling tokio-native-tls v0.3.1 |
2005 | 2023-10-04T23:35:47.983Z | Compiling usdt-macro v0.3.5 |
2006 | 2023-10-04T23:35:48.799Z | Compiling usdt-attr-macro v0.3.5 |
2007 | 2023-10-04T23:35:51.158Z | Compiling phf_shared v0.11.2 |
2008 | 2023-10-04T23:35:55.274Z | Compiling serde_spanned v0.6.3 |
2009 | 2023-10-04T23:35:55.604Z | Compiling toml_datetime v0.6.3 |
2010 | 2023-10-04T23:35:55.638Z | Compiling block-padding v0.3.3 |
2011 | 2023-10-04T23:35:55.659Z | Compiling enum-as-inner v0.5.1 |
2012 | 2023-10-04T23:35:55.747Z | Compiling serde_repr v0.1.16 |
2013 | 2023-10-04T23:35:55.786Z | Compiling scheduled-thread-pool v0.2.7 |
2014 | 2023-10-04T23:35:55.896Z | Compiling object v0.32.1 |
2015 | 2023-10-04T23:35:59.328Z | Compiling packed_struct v0.10.1 |
2016 | 2023-10-04T23:36:03.238Z | Compiling rustc-demangle v0.1.23 |
2017 | 2023-10-04T23:36:03.386Z | Compiling deranged v0.3.8 |
2018 | 2023-10-04T23:36:07.353Z | Compiling managed v0.8.0 |
2019 | 2023-10-04T23:36:07.932Z | Compiling unicode-width v0.1.10 |
2020 | 2023-10-04T23:36:08.037Z | Compiling bit-vec v0.6.3 |
2021 | 2023-10-04T23:36:08.496Z | Compiling num-bigint-dig v0.8.4 |
2022 | 2023-10-04T23:36:08.731Z | Compiling matches v0.1.10 |
2023 | 2023-10-04T23:36:08.743Z | Compiling winnow v0.5.15 |
2024 | 2023-10-04T23:36:08.867Z | Compiling either v1.9.0 |
2025 | 2023-10-04T23:36:08.937Z | Compiling num_threads v0.1.6 |
2026 | 2023-10-04T23:36:09.119Z | Compiling ipnet v2.8.0 |
2027 | 2023-10-04T23:36:10.621Z | Compiling regex-automata v0.1.10 |
2028 | 2023-10-04T23:36:11.275Z | Compiling bstr v0.2.17 |
2029 | 2023-10-04T23:36:13.696Z | Compiling itertools v0.10.5 |
2030 | 2023-10-04T23:36:15.176Z | Compiling toml_edit v0.19.15 |
2031 | 2023-10-04T23:36:15.479Z | Compiling time v0.3.27 |
2032 | 2023-10-04T23:36:17.914Z | Compiling idna v0.2.3 |
2033 | 2023-10-04T23:36:29.758Z | Compiling r2d2 v0.8.10 |
2034 | 2023-10-04T23:36:31.332Z | Compiling inout v0.1.3 |
2035 | 2023-10-04T23:36:31.592Z | Compiling phf v0.11.2 |
2036 | 2023-10-04T23:36:31.658Z | Compiling clap v4.4.3 |
2037 | 2023-10-04T23:36:31.769Z | Compiling hyper-tls v0.5.0 |
2038 | 2023-10-04T23:36:31.824Z | Compiling hyper-rustls v0.24.1 |
2039 | 2023-10-04T23:36:31.872Z | Compiling flate2 v1.0.27 |
2040 | 2023-10-04T23:36:31.907Z | Compiling ipnetwork v0.20.0 |
2041 | 2023-10-04T23:36:32.473Z | Compiling postgres-types v0.2.6 |
2042 | 2023-10-04T23:36:32.540Z | Compiling regex v1.9.5 |
2043 | 2023-10-04T23:36:32.879Z | Compiling pkcs8 v0.10.2 |
2044 | 2023-10-04T23:36:33.959Z | Compiling hubpack v0.1.2 |
2045 | 2023-10-04T23:36:34.237Z | Compiling serde_urlencoded v0.7.1 |
2046 | 2023-10-04T23:36:34.681Z | Compiling phf_shared v0.10.0 |
2047 | 2023-10-04T23:36:35.311Z | Compiling futures-executor v0.3.28 |
2048 | 2023-10-04T23:36:36.075Z | Compiling signature v2.1.0 |
2049 | 2023-10-04T23:36:36.506Z | Compiling packed_struct_codegen v0.10.1 |
2050 | 2023-10-04T23:36:38.261Z | Compiling float-cmp v0.9.0 |
2051 | 2023-10-04T23:36:39.360Z | Compiling encoding_rs v0.8.33 |
2052 | 2023-10-04T23:36:40.968Z | Compiling normalize-line-endings v0.3.0 |
2053 | 2023-10-04T23:36:41.545Z | Compiling static_assertions v1.1.0 |
2054 | 2023-10-04T23:36:41.577Z | Compiling whoami v1.4.1 |
2055 | 2023-10-04T23:36:41.713Z | Compiling new_debug_unreachable v1.0.4 |
2056 | 2023-10-04T23:36:42.197Z | Compiling fixedbitset v0.4.2 |
2057 | 2023-10-04T23:36:42.745Z | Compiling mime v0.3.17 |
2058 | 2023-10-04T23:36:42.766Z | Compiling webpki-roots v0.25.2 |
2059 | 2023-10-04T23:36:42.781Z | Compiling smawk v0.3.1 |
2060 | 2023-10-04T23:36:43.153Z | Compiling crc-catalog v2.2.0 |
2061 | 2023-10-04T23:36:43.178Z | Compiling predicates-core v1.0.6 |
2062 | 2023-10-04T23:36:43.394Z | Compiling difflib v0.4.0 |
2063 | 2023-10-04T23:36:44.079Z | Compiling precomputed-hash v0.1.1 |
2064 | 2023-10-04T23:36:44.249Z | Compiling unicode-linebreak v0.1.5 |
2065 | 2023-10-04T23:36:45.120Z | Compiling data-encoding v2.4.0 |
2066 | 2023-10-04T23:36:45.627Z | Compiling nodrop v0.1.14 |
2067 | 2023-10-04T23:36:45.808Z | Compiling unicode-segmentation v1.10.1 |
2068 | 2023-10-04T23:36:45.980Z | Compiling array-init v0.0.4 |
2069 | 2023-10-04T23:36:47.291Z | Compiling similar v2.2.1 |
2070 | 2023-10-04T23:36:48.674Z | Compiling trust-dns-proto v0.22.0 |
2071 | 2023-10-04T23:36:48.677Z | Compiling textwrap v0.16.0 |
2072 | 2023-10-04T23:36:50.158Z | Compiling string_cache v0.8.7 |
2073 | 2023-10-04T23:36:51.212Z | Compiling predicates v3.0.3 |
2074 | 2023-10-04T23:36:53.873Z | Compiling reqwest v0.11.20 |
2075 | 2023-10-04T23:36:54.743Z | Compiling crc v3.0.1 |
2076 | 2023-10-04T23:36:57.522Z | Compiling petgraph v0.6.4 |
2077 | 2023-10-04T23:37:02.153Z | Compiling tokio-postgres v0.7.10 |
2078 | 2023-10-04T23:37:04.735Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
2079 | 2023-10-04T23:37:16.409Z | Compiling futures v0.3.28 |
2080 | 2023-10-04T23:37:16.571Z | Compiling yasna v0.5.2 |
2081 | 2023-10-04T23:37:19.366Z | Compiling pkcs1 v0.7.5 |
2082 | 2023-10-04T23:37:20.132Z | Compiling smallvec v0.6.14 |
2083 | 2023-10-04T23:37:20.655Z | Compiling diesel v2.1.2 |
2084 | 2023-10-04T23:37:20.807Z | Compiling cipher v0.4.4 |
2085 | 2023-10-04T23:37:25.715Z | Compiling toml v0.7.8 |
2086 | 2023-10-04T23:37:26.080Z | Compiling bit-set v0.5.3 |
2087 | 2023-10-04T23:37:26.532Z | Compiling console v0.15.7 |
2088 | 2023-10-04T23:37:28.442Z | Compiling usdt v0.3.5 |
2089 | 2023-10-04T23:37:28.844Z | Compiling is-terminal v0.4.9 |
2090 | 2023-10-04T23:37:29.832Z | Compiling bstr v1.6.0 |
2091 | 2023-10-04T23:37:29.948Z | Compiling tokio-stream v0.1.14 |
2092 | 2023-10-04T23:37:31.231Z | Compiling openapiv3 v1.0.3 |
2093 | 2023-10-04T23:37:31.500Z | Compiling hex v0.4.3 |
2094 | 2023-10-04T23:37:33.676Z | Compiling hashbrown v0.13.2 |
2095 | 2023-10-04T23:37:39.358Z | Compiling bitfield v0.14.0 |
2096 | 2023-10-04T23:37:39.787Z | Compiling termcolor v1.2.0 |
2097 | 2023-10-04T23:37:46.911Z | Compiling lalrpop-util v0.19.12 |
2098 | 2023-10-04T23:37:47.216Z | Compiling env_logger v0.10.0 |
2099 | 2023-10-04T23:37:56.328Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2100 | 2023-10-04T23:37:57.835Z | Compiling rsa v0.9.2 |
2101 | 2023-10-04T23:38:08.088Z | Compiling serde-hex v0.1.0 |
2102 | 2023-10-04T23:38:09.499Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2103 | 2023-10-04T23:38:20.445Z | Compiling x509-cert v0.2.4 |
2104 | 2023-10-04T23:38:20.716Z | Compiling ron v0.8.1 |
2105 | 2023-10-04T23:38:24.940Z | Compiling crc-any v2.4.3 |
2106 | 2023-10-04T23:38:43.068Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2107 | 2023-10-04T23:38:46.606Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2108 | 2023-10-04T23:39:06.132Z | Compiling object v0.30.4 |
2109 | 2023-10-04T23:39:16.733Z | Compiling path-slash v0.1.5 |
2110 | 2023-10-04T23:39:27.601Z | Compiling bzip2 v0.4.4 |
2111 | 2023-10-04T23:39:28.524Z | Compiling zip v0.6.6 |
2112 | 2023-10-04T23:39:30.735Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2113 | 2023-10-04T23:39:45.747Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2114 | 2023-10-04T23:40:04.433Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2115 | 2023-10-04T23:40:04.694Z | Finished release [optimized] target(s) in 6m 03s |
2116 | 2023-10-04T23:40:04.790Z | |
2117 | 2023-10-04T23:40:04.870Z | real 6:03.464967114 |
2118 | 2023-10-04T23:40:04.968Z | user 42:01.032103121 |
2119 | 2023-10-04T23:40:05.113Z | sys 3:42.919132878 |
2120 | 2023-10-04T23:40:05.191Z | trap 1.733434072 |
2121 | 2023-10-04T23:40:05.350Z | tflt 1.293136677 |
2122 | 2023-10-04T23:40:05.427Z | dflt 0.858031147 |
2123 | 2023-10-04T23:40:05.491Z | kflt 0.000381936 |
2124 | 2023-10-04T23:40:05.578Z | lock 1:37:10.665124790 |
2125 | 2023-10-04T23:40:05.615Z | slp 2:26:35.566978340 |
2126 | 2023-10-04T23:40:05.678Z | lat 1:46.289053737 |
2127 | 2023-10-04T23:40:05.745Z | stop 1:22.710764819 |
2128 | 2023-10-04T23:40:05.786Z | + ptime -m gzip |
2129 | 2023-10-04T23:40:05.821Z | |
2130 | 2023-10-04T23:40:06.274Z | real 0.668349115 |
2131 | 2023-10-04T23:40:06.340Z | user 0.656933209 |
2132 | 2023-10-04T23:40:06.779Z | sys 0.010791269 |
2133 | 2023-10-04T23:40:06.796Z | trap 0.000102036 |
2134 | 2023-10-04T23:40:06.810Z | tflt 0.000000000 |
2135 | 2023-10-04T23:40:06.832Z | dflt 0.000000000 |
2136 | 2023-10-04T23:40:06.865Z | kflt 0.000000000 |
2137 | 2023-10-04T23:40:06.881Z | lock 0.000000000 |
2138 | 2023-10-04T23:40:07.327Z | slp 0.000000000 |
2139 | 2023-10-04T23:40:07.895Z | lat 0.000179061 |
2140 | 2023-10-04T23:40:07.904Z | stop 0.000237163 |
2141 | 2023-10-04T23:40:07.915Z | + banner tufaceous |
2142 | 2023-10-04T23:40:07.928Z | |
2143 | 2023-10-04T23:40:07.940Z | ##### # # ###### ## #### ###### #### # # #### |
2144 | 2023-10-04T23:40:08.363Z | # # # # # # # # # # # # # # |
2145 | 2023-10-04T23:40:08.367Z | # # # ##### # # # ##### # # # # #### |
2146 | 2023-10-04T23:40:08.371Z | # # # # ###### # # # # # # # |
2147 | 2023-10-04T23:40:08.376Z | # # # # # # # # # # # # # # # |
2148 | 2023-10-04T23:40:08.384Z | # #### # # # #### ###### #### #### #### |
2149 | 2023-10-04T23:40:08.388Z | |
2150 | 2023-10-04T23:40:08.392Z | + ptime -m cargo build --locked -p tufaceous --release |
2151 | 2023-10-04T23:40:08.399Z | Downloading crates ... |
2152 | 2023-10-04T23:40:08.405Z | Downloaded bytesize v1.3.0 |
2153 | 2023-10-04T23:40:08.414Z | Downloaded path-absolutize v3.1.0 |
2154 | 2023-10-04T23:40:08.420Z | Downloaded fs-err v2.9.0 |
2155 | 2023-10-04T23:40:08.428Z | Downloaded doc-comment v0.3.3 |
2156 | 2023-10-04T23:40:08.436Z | Downloaded buf-list v1.0.3 |
2157 | 2023-10-04T23:40:08.460Z | Downloaded globset v0.4.13 |
2158 | 2023-10-04T23:40:08.467Z | Downloaded path-dedot v3.1.0 |
2159 | 2023-10-04T23:40:08.471Z | Downloaded olpc-cjson v0.1.3 |
2160 | 2023-10-04T23:40:08.475Z | Downloaded serde_plain v1.0.2 |
2161 | 2023-10-04T23:40:08.479Z | Downloaded snafu-derive v0.7.5 |
2162 | 2023-10-04T23:40:08.483Z | Downloaded snafu v0.7.5 |
2163 | 2023-10-04T23:40:08.487Z | Downloaded tough v0.12.5 |
2164 | 2023-10-04T23:40:08.492Z | Compiling serde_tokenstream v0.2.0 |
2165 | 2023-10-04T23:40:08.496Z | Compiling regress v0.7.1 |
2166 | 2023-10-04T23:40:08.500Z | Compiling dirs-sys-next v0.1.2 |
2167 | 2023-10-04T23:40:08.504Z | Compiling ident_case v1.0.1 |
2168 | 2023-10-04T23:40:08.508Z | Compiling thread_local v1.1.7 |
2169 | 2023-10-04T23:40:08.512Z | Compiling heck v0.4.1 |
2170 | 2023-10-04T23:40:08.516Z | Compiling rustversion v1.0.14 |
2171 | 2023-10-04T23:40:08.520Z | Compiling dirs-next v2.0.0 |
2172 | 2023-10-04T23:40:08.525Z | Compiling darling_core v0.20.3 |
2173 | 2023-10-04T23:40:08.556Z | Compiling slog-async v2.8.0 |
2174 | 2023-10-04T23:40:08.562Z | Compiling camino v1.1.6 |
2175 | 2023-10-04T23:40:08.568Z | Compiling term v0.7.0 |
2176 | 2023-10-04T23:40:08.574Z | Compiling crossbeam-channel v0.5.8 |
2177 | 2023-10-04T23:40:08.580Z | Compiling getopts v0.2.21 |
2178 | 2023-10-04T23:40:08.589Z | Compiling structmeta-derive v0.1.6 |
2179 | 2023-10-04T23:40:08.596Z | Compiling atty v0.2.14 |
2180 | 2023-10-04T23:40:08.626Z | Compiling multer v2.1.0 |
2181 | 2023-10-04T23:40:09.031Z | Compiling match_cfg v0.1.0 |
2182 | 2023-10-04T23:40:09.176Z | Compiling doc-comment v0.3.3 |
2183 | 2023-10-04T23:40:09.657Z | Compiling take_mut v0.2.2 |
2184 | 2023-10-04T23:40:09.906Z | Compiling unsafe-libyaml v0.2.9 |
2185 | 2023-10-04T23:40:10.382Z | Compiling paste v1.0.14 |
2186 | 2023-10-04T23:40:10.888Z | Compiling hostname v0.3.1 |
2187 | 2023-10-04T23:40:11.345Z | Compiling slog-term v2.9.0 |
2188 | 2023-10-04T23:40:12.607Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2189 | 2023-10-04T23:40:14.940Z | Compiling structmeta v0.1.6 |
2190 | 2023-10-04T23:40:16.764Z | Compiling serde_yaml v0.9.25 |
2191 | 2023-10-04T23:40:16.786Z | Compiling darling_macro v0.20.3 |
2192 | 2023-10-04T23:40:16.995Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2193 | 2023-10-04T23:40:18.030Z | Compiling darling v0.20.3 |
2194 | 2023-10-04T23:40:18.585Z | Compiling slog-json v2.6.1 |
2195 | 2023-10-04T23:40:18.827Z | Compiling async-stream-impl v0.3.5 |
2196 | 2023-10-04T23:40:19.035Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2197 | 2023-10-04T23:40:19.390Z | Compiling regex-syntax v0.6.29 |
2198 | 2023-10-04T23:40:19.460Z | Compiling atomic-waker v1.1.1 |
2199 | 2023-10-04T23:40:19.757Z | Compiling fastrand v2.0.0 |
2200 | 2023-10-04T23:40:20.816Z | Compiling tempfile v3.8.0 |
2201 | 2023-10-04T23:40:20.832Z | Compiling async-stream v0.3.5 |
2202 | 2023-10-04T23:40:21.003Z | Compiling waitgroup v0.1.2 |
2203 | 2023-10-04T23:40:25.663Z | Compiling strum_macros v0.25.2 |
2204 | 2023-10-04T23:40:25.718Z | Compiling slog-bunyan v2.4.0 |
2205 | 2023-10-04T23:40:26.137Z | Compiling serde_with_macros v2.3.3 |
2206 | 2023-10-04T23:40:26.198Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2207 | 2023-10-04T23:40:26.220Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2208 | 2023-10-04T23:40:26.249Z | Compiling sha1 v0.10.5 |
2209 | 2023-10-04T23:40:27.551Z | Compiling snafu-derive v0.7.5 |
2210 | 2023-10-04T23:40:27.800Z | Compiling serde_path_to_error v0.1.14 |
2211 | 2023-10-04T23:40:27.888Z | Compiling path-dedot v3.1.0 |
2212 | 2023-10-04T23:40:28.252Z | Compiling instant v0.1.12 |
2213 | 2023-10-04T23:40:28.325Z | Compiling arc-swap v1.6.0 |
2214 | 2023-10-04T23:40:28.477Z | Compiling base64 v0.13.1 |
2215 | 2023-10-04T23:40:29.311Z | Compiling same-file v1.0.6 |
2216 | 2023-10-04T23:40:29.365Z | Compiling debug-ignore v1.0.5 |
2217 | 2023-10-04T23:40:29.864Z | Compiling parse-display-derive v0.7.0 |
2218 | 2023-10-04T23:40:29.878Z | Compiling buf-list v1.0.3 |
2219 | 2023-10-04T23:40:29.891Z | Compiling pem v1.1.1 |
2220 | 2023-10-04T23:40:29.978Z | Compiling walkdir v2.4.0 |
2221 | 2023-10-04T23:40:30.419Z | Compiling slog-scope v4.4.0 |
2222 | 2023-10-04T23:40:32.185Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2223 | 2023-10-04T23:40:32.204Z | Compiling backoff v0.4.0 |
2224 | 2023-10-04T23:40:32.214Z | Compiling path-absolutize v3.1.0 |
2225 | 2023-10-04T23:40:32.429Z | Compiling strum v0.25.0 |
2226 | 2023-10-04T23:40:32.754Z | Compiling serde_with v2.3.3 |
2227 | 2023-10-04T23:40:32.798Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2228 | 2023-10-04T23:40:33.110Z | Compiling globset v0.4.13 |
2229 | 2023-10-04T23:40:38.231Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2230 | 2023-10-04T23:40:38.519Z | Compiling olpc-cjson v0.1.3 |
2231 | 2023-10-04T23:40:39.863Z | Compiling macaddr v1.0.1 |
2232 | 2023-10-04T23:40:39.902Z | Compiling parse-display v0.7.0 |
2233 | 2023-10-04T23:40:39.997Z | Compiling snafu v0.7.5 |
2234 | 2023-10-04T23:40:40.037Z | Compiling serde_plain v1.0.2 |
2235 | 2023-10-04T23:40:40.064Z | Compiling xattr v1.0.1 |
2236 | 2023-10-04T23:40:40.085Z | Compiling filetime v0.2.22 |
2237 | 2023-10-04T23:40:40.118Z | Compiling tar v0.4.40 |
2238 | 2023-10-04T23:40:40.569Z | Compiling tough v0.12.5 |
2239 | 2023-10-04T23:40:40.603Z | Compiling slog-stdlog v4.1.1 |
2240 | 2023-10-04T23:40:40.617Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2241 | 2023-10-04T23:40:41.065Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2242 | 2023-10-04T23:40:42.516Z | Compiling camino-tempfile v1.0.2 |
2243 | 2023-10-04T23:40:43.853Z | Compiling itertools v0.11.0 |
2244 | 2023-10-04T23:40:52.041Z | Compiling bytesize v1.3.0 |
2245 | 2023-10-04T23:40:52.567Z | Compiling fs-err v2.9.0 |
2246 | 2023-10-04T23:40:53.024Z | Compiling slog-envlogger v2.2.0 |
2247 | 2023-10-04T23:40:53.027Z | Compiling humantime v2.1.0 |
2248 | 2023-10-04T23:40:53.031Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2249 | 2023-10-04T23:41:18.966Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2250 | 2023-10-04T23:41:19.124Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2251 | 2023-10-04T23:41:29.085Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2252 | 2023-10-04T23:41:31.407Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2253 | 2023-10-04T23:42:08.369Z | Finished release [optimized] target(s) in 1m 49s |
2254 | 2023-10-04T23:42:08.753Z | |
2255 | 2023-10-04T23:42:09.108Z | real 1:49.573044361 |
2256 | 2023-10-04T23:42:09.572Z | user 11:57.868401496 |
2257 | 2023-10-04T23:42:09.962Z | sys 46.391111829 |
2258 | 2023-10-04T23:42:10.333Z | trap 0.465542633 |
2259 | 2023-10-04T23:42:10.557Z | tflt 0.359635213 |
2260 | 2023-10-04T23:42:10.644Z | dflt 0.403952436 |
2261 | 2023-10-04T23:42:10.716Z | kflt 0.001276477 |
2262 | 2023-10-04T23:42:10.813Z | lock 22:42.325896633 |
2263 | 2023-10-04T23:42:10.903Z | slp 25:55.305640698 |
2264 | 2023-10-04T23:42:11.180Z | lat 22.232582869 |
2265 | 2023-10-04T23:42:11.284Z | stop 11.823300846 |
2266 | 2023-10-04T23:42:11.319Z | + ptime -m gzip |
2267 | 2023-10-04T23:42:11.750Z | |
2268 | 2023-10-04T23:42:11.769Z | real 2.113683254 |
2269 | 2023-10-04T23:42:11.784Z | user 2.086209287 |
2270 | 2023-10-04T23:42:11.805Z | sys 0.026633169 |
2271 | 2023-10-04T23:42:11.831Z | trap 0.000315011 |
2272 | 2023-10-04T23:42:11.852Z | tflt 0.000000000 |
2273 | 2023-10-04T23:42:11.875Z | dflt 0.000000000 |
2274 | 2023-10-04T23:42:11.897Z | kflt 0.000000000 |
2275 | 2023-10-04T23:42:12.335Z | lock 0.000000000 |
2276 | 2023-10-04T23:42:12.357Z | slp 0.000000000 |
2277 | 2023-10-04T23:42:12.419Z | lat 0.000182923 |
2278 | 2023-10-04T23:42:12.438Z | stop 0.000236171 |
2279 | 2023-10-04T23:42:12.449Z | process exited: duration 1286161 ms, exit code 0 |
|
2280 | 2023-10-04T23:42:12.567Z | found 5 output files |
2281 | 2023-10-04T23:42:12.639Z | uploading: /work/end-to-end-tests/bootstrap-6e3d6cace6bb341c.gz (6376086 bytes) |
2282 | 2023-10-04T23:42:18.194Z | uploaded: /work/end-to-end-tests/bootstrap-6e3d6cace6bb341c.gz |
2283 | 2023-10-04T23:42:18.213Z | uploading: /work/end-to-end-tests/bootstrap.gz (96111155 bytes) |
2284 | 2023-10-04T23:43:46.688Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2285 | 2023-10-04T23:43:46.721Z | uploading: /work/end-to-end-tests/end_to_end_tests-2d9aa87f7c0ddffa.gz (109691593 bytes) |
2286 | 2023-10-04T23:44:59.444Z | uploaded: /work/end-to-end-tests/end_to_end_tests-2d9aa87f7c0ddffa.gz |
2287 | 2023-10-04T23:44:59.625Z | uploading: /work/caboose-util.gz (4109597 bytes) |
2288 | 2023-10-04T23:45:04.742Z | uploaded: /work/caboose-util.gz |
2289 | 2023-10-04T23:45:04.752Z | uploading: /work/tufaceous.gz (13432611 bytes) |
2290 | 2023-10-04T23:45:12.210Z | uploaded: /work/tufaceous.gz |