|
|
|
1 | 2023-10-19T23:33:14.302Z | job assigned to worker 01HD54GX54NDDJPDC1T1XXTZ8W (queued for 1 m 0 s) |
|
2 | 2023-10-19T23:33:15.372Z | starting task 0: "setup" |
3 | 2023-10-19T23:33:15.455Z | ++ uname -s |
4 | 2023-10-19T23:33:15.476Z | + kern=SunOS |
5 | 2023-10-19T23:33:15.898Z | + case "$kern" in |
6 | 2023-10-19T23:33:15.908Z | + groupadd -g 12345 build |
7 | 2023-10-19T23:33:15.923Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-19T23:33:17.453Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-19T23:33:17.558Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-19T23:33:17.561Z | + home_fs=zfs |
11 | 2023-10-19T23:33:17.564Z | + [[ zfs == autofs ]] |
12 | 2023-10-19T23:33:17.567Z | + mkdir -p /home/build |
13 | 2023-10-19T23:33:17.570Z | + chown build:build /home/build /work |
14 | 2023-10-19T23:33:18.570Z | + chmod 0700 /home/build /work |
15 | 2023-10-19T23:33:18.582Z | process exited: duration 3187 ms, exit code 0 |
|
16 | 2023-10-19T23:33:18.596Z | starting task 1: "rust-toolchain" |
17 | 2023-10-19T23:33:18.613Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-19T23:33:18.623Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-19T23:33:18.778Z | info: downloading installer |
20 | 2023-10-19T23:33:19.992Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-19T23:33:19.995Z | warning: /opt/ooce/bin |
22 | 2023-10-19T23:33:19.998Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-19T23:33:20.001Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-19T23:33:20.004Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-19T23:33:20.007Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-19T23:33:20.010Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-19T23:33:20.012Z | error: cannot install while Rust is installed |
28 | 2023-10-19T23:33:20.015Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-19T23:33:20.132Z | info: profile set to 'default' |
30 | 2023-10-19T23:33:20.140Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-19T23:33:20.149Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-19T23:33:20.293Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-19T23:33:20.302Z | info: downloading component 'cargo' |
34 | 2023-10-19T23:33:21.270Z | info: downloading component 'clippy' |
35 | 2023-10-19T23:33:21.285Z | info: downloading component 'rust-docs' |
36 | 2023-10-19T23:33:21.790Z | info: downloading component 'rust-std' |
37 | 2023-10-19T23:33:23.074Z | info: downloading component 'rustc' |
38 | 2023-10-19T23:33:26.141Z | info: downloading component 'rustfmt' |
39 | 2023-10-19T23:33:26.314Z | info: installing component 'cargo' |
40 | 2023-10-19T23:33:27.691Z | info: installing component 'clippy' |
41 | 2023-10-19T23:33:28.685Z | info: installing component 'rust-docs' |
42 | 2023-10-19T23:33:31.018Z | info: installing component 'rust-std' |
43 | 2023-10-19T23:33:34.061Z | info: installing component 'rustc' |
44 | 2023-10-19T23:33:40.881Z | info: installing component 'rustfmt' |
45 | 2023-10-19T23:33:41.373Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-19T23:33:41.377Z | |
47 | 2023-10-19T23:33:41.508Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-19T23:33:41.511Z | |
49 | 2023-10-19T23:33:41.514Z | |
50 | 2023-10-19T23:33:41.517Z | Rust is installed now. Great! |
51 | 2023-10-19T23:33:41.521Z | |
52 | 2023-10-19T23:33:41.524Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-19T23:33:41.527Z | environment variable. This has not been done automatically. |
54 | 2023-10-19T23:33:41.530Z | |
55 | 2023-10-19T23:33:41.534Z | To configure your current shell, run: |
56 | 2023-10-19T23:33:41.541Z | source "$HOME/.cargo/env" |
57 | 2023-10-19T23:33:41.595Z | + rustc --version |
58 | 2023-10-19T23:33:41.704Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-19T23:33:41.710Z | process exited: duration 23110 ms, exit code 0 |
|
60 | 2023-10-19T23:33:41.717Z | starting task 2: "authentication" |
61 | 2023-10-19T23:33:41.754Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-10-19T23:33:41.760Z | starting task 3: "clone repository" |
63 | 2023-10-19T23:33:41.771Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-19T23:33:41.774Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-19T23:33:41.816Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-19T23:33:48.094Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-19T23:33:48.103Z | + [[ -n gjcolombo/instance-provisioning ]] |
68 | 2023-10-19T23:33:48.114Z | + git fetch origin gjcolombo/instance-provisioning |
69 | 2023-10-19T23:33:48.473Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-19T23:33:48.475Z | * branch gjcolombo/instance-provisioning -> FETCH_HEAD |
71 | 2023-10-19T23:33:48.481Z | + git checkout -B gjcolombo/instance-provisioning remotes/origin/gjcolombo/instance-provisioning |
72 | 2023-10-19T23:33:48.572Z | Switched to a new branch 'gjcolombo/instance-provisioning' |
73 | 2023-10-19T23:33:48.577Z | branch 'gjcolombo/instance-provisioning' set up to track 'origin/gjcolombo/instance-provisioning'. |
74 | 2023-10-19T23:33:48.581Z | + git reset --hard 1d2b4793d9cdf64d76f39db9abca588ca985d7db |
75 | 2023-10-19T23:33:48.584Z | HEAD is now at 1d2b4793 Merge branch 'main' into gjcolombo/instance-provisioning |
76 | 2023-10-19T23:33:48.587Z | process exited: duration 6821 ms, exit code 0 |
|
77 | 2023-10-19T23:33:48.593Z | starting task 4: "build" |
78 | 2023-10-19T23:33:48.602Z | + cargo --version |
79 | 2023-10-19T23:33:48.689Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-19T23:33:48.692Z | + rustc --version |
81 | 2023-10-19T23:33:48.791Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-19T23:33:48.796Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-19T23:33:54.485Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-19T23:33:55.278Z | Startup: Caching catalogs ... Done |
85 | 2023-10-19T23:33:59.592Z | Planning: Solver setup ... Done (4.066s) |
86 | 2023-10-19T23:33:59.704Z | Planning: Running solver ... Done (0.107s) |
87 | 2023-10-19T23:33:59.745Z | Planning: Finding local manifests ... Done (0.002s) |
88 | 2023-10-19T23:33:59.760Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-19T23:33:59.986Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-19T23:34:00.068Z | Planning: Package planning ... Done (0.081s) |
91 | 2023-10-19T23:34:00.153Z | Planning: Merging actions ... Done (0.084s) |
92 | 2023-10-19T23:34:00.862Z | Planning: Checking for conflicting actions ... Done (0.709s) |
93 | 2023-10-19T23:34:00.880Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-19T23:34:05.711Z | Planning: Evaluating mediators ... Done (4.414s) |
95 | 2023-10-19T23:34:05.719Z | Planning: Planning completed in 9.99 seconds |
96 | 2023-10-19T23:34:05.722Z | Packages to install: 4 |
97 | 2023-10-19T23:34:05.725Z | Mediators to change: 2 |
98 | 2023-10-19T23:34:05.728Z | Services to change: 1 |
99 | 2023-10-19T23:34:05.731Z | Estimated space available: 149.39 GB |
100 | 2023-10-19T23:34:05.734Z | Estimated space to be consumed: 1.36 GB |
101 | 2023-10-19T23:34:05.737Z | Create boot environment: No |
102 | 2023-10-19T23:34:05.740Z | Create backup boot environment: No |
103 | 2023-10-19T23:34:05.746Z | Rebuild boot archive: No |
104 | 2023-10-19T23:34:05.750Z | |
105 | 2023-10-19T23:34:05.755Z | Changed mediators: |
106 | 2023-10-19T23:34:05.760Z | mediator clang: |
107 | 2023-10-19T23:34:05.763Z | version: None -> 15 (system default) |
108 | 2023-10-19T23:34:05.766Z | |
109 | 2023-10-19T23:34:05.769Z | mediator llvm: |
110 | 2023-10-19T23:34:05.773Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-19T23:34:05.775Z | |
112 | 2023-10-19T23:34:05.779Z | Changed packages: |
113 | 2023-10-19T23:34:05.782Z | helios-dev |
114 | 2023-10-19T23:34:05.786Z | developer/build-essential |
115 | 2023-10-19T23:34:05.789Z | None -> 11-2.0 |
116 | 2023-10-19T23:34:05.792Z | library/libxmlsec1 |
117 | 2023-10-19T23:34:05.795Z | None -> 1.2.35-2.0 |
118 | 2023-10-19T23:34:05.798Z | ooce/developer/clang-15 |
119 | 2023-10-19T23:34:05.801Z | None -> 15.0.7-2.0 |
120 | 2023-10-19T23:34:05.804Z | ooce/developer/llvm-15 |
121 | 2023-10-19T23:34:05.806Z | None -> 15.0.7-2.0 |
122 | 2023-10-19T23:34:05.809Z | |
123 | 2023-10-19T23:34:05.812Z | Services: |
124 | 2023-10-19T23:34:05.815Z | restart_fmri: |
125 | 2023-10-19T23:34:05.818Z | svc:/system/update-man-index:default |
126 | 2023-10-19T23:34:05.821Z | |
127 | 2023-10-19T23:34:05.825Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-19T23:34:10.762Z | Download: 1259/3290 items 97.9/212.6MB 46% complete (19.5M/s) |
129 | 2023-10-19T23:34:27.615Z | Download: 2361/3290 items 119.7/212.6MB 56% complete (12.2M/s) |
130 | 2023-10-19T23:34:28.217Z | Download: 3244/3290 items 203.0/212.6MB 95% complete (12.0M/s) |
131 | 2023-10-19T23:34:28.308Z | Download: Completed 212.60 MB in 16.32 seconds (13.0M/s) |
132 | 2023-10-19T23:34:28.439Z | Actions: 1/3687 actions (Installing new actions) |
133 | 2023-10-19T23:34:28.529Z | Actions: 2213/3687 actions (Installing new actions) |
134 | 2023-10-19T23:34:30.990Z | Actions: Completed 3687 actions in 8.15 seconds. |
135 | 2023-10-19T23:34:31.088Z | Done (0.073s) |
136 | 2023-10-19T23:34:31.102Z | Done (0.000s) |
137 | 2023-10-19T23:34:31.249Z | Done (0.184s) |
138 | 2023-10-19T23:34:38.690Z | Done (7.321s) |
139 | 2023-10-19T23:34:38.987Z | Done (0.213s) |
140 | 2023-10-19T23:34:38.991Z | Done (0.000s) |
141 | 2023-10-19T23:34:39.209Z | Done (0.000s) |
142 | 2023-10-19T23:34:39.880Z | Planning: Evaluating mediator changes ... Done |
143 | 2023-10-19T23:34:40.153Z | Planning: Checking for conflicting actions ... Done |
144 | 2023-10-19T23:34:40.160Z | Planning: Consolidating action changes ... Done |
145 | 2023-10-19T23:34:40.582Z | Planning: Evaluating mediators ... Done |
146 | 2023-10-19T23:34:40.586Z | Planning: Planning completed in 0.71 seconds |
147 | 2023-10-19T23:34:40.638Z | Mediators to change: 2 |
148 | 2023-10-19T23:34:40.643Z | Create boot environment: No |
149 | 2023-10-19T23:34:40.646Z | Create backup boot environment: No |
150 | 2023-10-19T23:34:40.727Z | Done |
151 | 2023-10-19T23:34:40.762Z | Done |
152 | 2023-10-19T23:34:40.829Z | Done |
153 | 2023-10-19T23:34:46.563Z | Done |
154 | 2023-10-19T23:34:46.679Z | Done |
155 | 2023-10-19T23:34:46.682Z | Done |
156 | 2023-10-19T23:34:46.778Z | Done |
157 | 2023-10-19T23:34:47.782Z | Planning: Evaluating mediator changes ... Done |
158 | 2023-10-19T23:34:47.785Z | Planning: Merging actions ... Done |
159 | 2023-10-19T23:34:48.111Z | Planning: Checking for conflicting actions ... Done |
160 | 2023-10-19T23:34:48.115Z | Planning: Consolidating action changes ... Done |
161 | 2023-10-19T23:34:48.535Z | Planning: Evaluating mediators ... Done |
162 | 2023-10-19T23:34:48.624Z | Planning: Planning completed in 1.28 seconds |
163 | 2023-10-19T23:34:48.680Z | Packages to change: 1 |
164 | 2023-10-19T23:34:48.684Z | Mediators to change: 1 |
165 | 2023-10-19T23:34:48.687Z | Services to change: 1 |
166 | 2023-10-19T23:34:48.690Z | Create boot environment: No |
167 | 2023-10-19T23:34:48.694Z | Create backup boot environment: Yes |
168 | 2023-10-19T23:34:50.806Z | Actions: 1/6 actions (Updating modified actions) |
169 | 2023-10-19T23:34:50.810Z | Actions: Completed 6 actions in 0.00 seconds. |
170 | 2023-10-19T23:34:50.812Z | Done |
171 | 2023-10-19T23:34:50.817Z | Done |
172 | 2023-10-19T23:34:50.855Z | Done |
173 | 2023-10-19T23:34:56.529Z | Done |
174 | 2023-10-19T23:34:56.650Z | Done |
175 | 2023-10-19T23:34:56.654Z | Done |
176 | 2023-10-19T23:34:56.744Z | Done |
177 | 2023-10-19T23:34:57.398Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
178 | 2023-10-19T23:34:57.404Z | clang system 15 system |
179 | 2023-10-19T23:34:57.410Z | csh system system illumos |
180 | 2023-10-19T23:34:57.416Z | ctags system system illumos |
181 | 2023-10-19T23:34:57.421Z | gcc vendor 12 vendor |
182 | 2023-10-19T23:34:57.426Z | gcc system 10 system |
183 | 2023-10-19T23:34:57.430Z | gcc system 7 system |
184 | 2023-10-19T23:34:57.436Z | go system 1.20 system |
185 | 2023-10-19T23:34:57.443Z | go system 1.19 system |
186 | 2023-10-19T23:34:57.451Z | llvm system 15 system |
187 | 2023-10-19T23:34:57.459Z | llvm system 14 system |
188 | 2023-10-19T23:34:57.470Z | mariadb system 10.6 system |
189 | 2023-10-19T23:34:57.478Z | mta vendor vendor dma |
190 | 2023-10-19T23:34:57.895Z | openjdk system 17 system |
191 | 2023-10-19T23:34:57.908Z | openjdk system 11 system |
192 | 2023-10-19T23:34:57.945Z | openjdk system 1.8 system |
193 | 2023-10-19T23:34:57.961Z | openssl vendor 3 vendor |
194 | 2023-10-19T23:34:58.377Z | perl system 5.36 system |
195 | 2023-10-19T23:34:58.384Z | postgresql system 15 system |
196 | 2023-10-19T23:34:58.389Z | postgresql system 13 system |
197 | 2023-10-19T23:34:58.401Z | python vendor 3 vendor |
198 | 2023-10-19T23:34:58.417Z | python system 2 system |
199 | 2023-10-19T23:34:58.440Z | python3 system 3.11 system |
200 | 2023-10-19T23:34:58.454Z | ruby system 3.0 system |
201 | 2023-10-19T23:34:58.473Z | words vendor vendor american-english |
202 | 2023-10-19T23:34:58.487Z | words system system australian-english |
203 | 2023-10-19T23:34:58.498Z | words system system british-english |
204 | 2023-10-19T23:34:58.510Z | words system system canadian-english |
205 | 2023-10-19T23:34:58.520Z | words system system french |
206 | 2023-10-19T23:34:58.537Z | words system system italian |
207 | 2023-10-19T23:34:58.545Z | words system system ngerman |
208 | 2023-10-19T23:34:58.553Z | words system system ogerman |
209 | 2023-10-19T23:34:58.559Z | words system system spanish |
210 | 2023-10-19T23:34:58.565Z | FMRI IFO |
211 | 2023-10-19T23:34:58.572Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
212 | 2023-10-19T23:34:58.578Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
213 | 2023-10-19T23:34:58.586Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
214 | 2023-10-19T23:34:58.591Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
215 | 2023-10-19T23:34:58.599Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
216 | 2023-10-19T23:34:58.606Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
217 | 2023-10-19T23:34:58.615Z | + set -o errexit |
218 | 2023-10-19T23:34:58.622Z | +++ dirname ./tools/ci_download_cockroachdb |
219 | 2023-10-19T23:34:58.627Z | ++ cd ./tools |
220 | 2023-10-19T23:34:58.630Z | ++ pwd |
221 | 2023-10-19T23:34:58.637Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
222 | 2023-10-19T23:34:58.643Z | ++ basename ./tools/ci_download_cockroachdb |
223 | 2023-10-19T23:34:58.650Z | + ARG0=ci_download_cockroachdb |
224 | 2023-10-19T23:34:58.656Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
225 | 2023-10-19T23:34:58.664Z | + CIDL_VERSION=v22.1.9 |
226 | 2023-10-19T23:34:58.671Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
227 | 2023-10-19T23:34:58.681Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
228 | 2023-10-19T23:34:58.687Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
229 | 2023-10-19T23:34:58.698Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
230 | 2023-10-19T23:34:58.701Z | + TARGET_DIR=out |
231 | 2023-10-19T23:34:58.704Z | + DOWNLOAD_DIR=out/downloads |
232 | 2023-10-19T23:34:58.707Z | + DEST_DIR=./out/cockroachdb |
233 | 2023-10-19T23:34:58.713Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
234 | 2023-10-19T23:34:58.717Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
235 | 2023-10-19T23:34:58.719Z | + main |
236 | 2023-10-19T23:34:58.722Z | + [[ 0 != 0 ]] |
237 | 2023-10-19T23:34:58.726Z | + CIDL_OS=solaris2.11 |
238 | 2023-10-19T23:34:58.729Z | + [[ 0 != 0 ]] |
239 | 2023-10-19T23:34:58.735Z | + configure_os solaris2.11 |
240 | 2023-10-19T23:34:58.745Z | + echo 'current directory: /work/oxidecomputer/omicron' |
241 | 2023-10-19T23:34:58.753Z | current directory: /work/oxidecomputer/omicron |
242 | 2023-10-19T23:34:58.762Z | + echo 'configuring based on OS: "solaris2.11"' |
243 | 2023-10-19T23:34:58.769Z | configuring based on OS: "solaris2.11" |
244 | 2023-10-19T23:34:58.777Z | + case "$1" in |
245 | 2023-10-19T23:34:58.786Z | + CIDL_BUILD=illumos |
246 | 2023-10-19T23:34:58.791Z | + CIDL_SUFFIX=tar.gz |
247 | 2023-10-19T23:34:58.834Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
248 | 2023-10-19T23:34:58.853Z | + CIDL_MD5FUNC=do_md5sum |
249 | 2023-10-19T23:34:58.867Z | + CIDL_URL_BASE=https://illumos.org/downloads |
250 | 2023-10-19T23:34:58.883Z | + CIDL_ASSEMBLE=do_assemble_illumos |
251 | 2023-10-19T23:34:58.898Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
252 | 2023-10-19T23:34:58.907Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
253 | 2023-10-19T23:34:59.329Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
254 | 2023-10-19T23:34:59.334Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
255 | 2023-10-19T23:34:59.337Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-10-19T23:34:59.340Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
257 | 2023-10-19T23:34:59.343Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-10-19T23:34:59.347Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
259 | 2023-10-19T23:34:59.350Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-19T23:34:59.353Z | + mkdir -p out/downloads |
261 | 2023-10-19T23:34:59.360Z | Downloading... |
262 | 2023-10-19T23:34:59.363Z | + mkdir -p ./out/cockroachdb |
263 | 2023-10-19T23:34:59.368Z | + local DO_DOWNLOAD=true |
264 | 2023-10-19T23:34:59.371Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
265 | 2023-10-19T23:34:59.374Z | + '[' true == true ']' |
266 | 2023-10-19T23:34:59.378Z | + echo Downloading... |
267 | 2023-10-19T23:34:59.381Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-10-19T23:34:59.385Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-10-19T23:35:01.130Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-10-19T23:35:01.133Z | ++ md5sum |
271 | 2023-10-19T23:35:01.137Z | ++ awk '{print $1}' |
272 | 2023-10-19T23:35:01.316Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
273 | 2023-10-19T23:35:01.333Z | + [[ 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 ]] |
274 | 2023-10-19T23:35:01.355Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-19T23:35:01.775Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
276 | 2023-10-19T23:35:04.705Z | + do_assemble_illumos |
277 | 2023-10-19T23:35:04.721Z | + rm -r ./out/cockroachdb |
278 | 2023-10-19T23:35:04.729Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
279 | 2023-10-19T23:35:05.383Z | + ./out/cockroachdb/bin/cockroach version |
280 | 2023-10-19T23:35:05.706Z | Build Tag: v22.1.9-dirty |
281 | 2023-10-19T23:35:05.709Z | Build Time: 2022/10/26 21:17:46 |
282 | 2023-10-19T23:35:05.714Z | Distribution: OSS |
283 | 2023-10-19T23:35:05.717Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
284 | 2023-10-19T23:35:05.721Z | Go Version: go1.17.13 |
285 | 2023-10-19T23:35:05.724Z | C Compiler: gcc 10.3.0 |
286 | 2023-10-19T23:35:05.727Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
287 | 2023-10-19T23:35:05.730Z | Build Type: release |
288 | 2023-10-19T23:35:05.734Z | + set -o errexit |
289 | 2023-10-19T23:35:05.737Z | +++ dirname ./tools/ci_download_clickhouse |
290 | 2023-10-19T23:35:05.741Z | ++ cd ./tools |
291 | 2023-10-19T23:35:05.745Z | ++ pwd |
292 | 2023-10-19T23:35:05.749Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
293 | 2023-10-19T23:35:05.751Z | ++ basename ./tools/ci_download_clickhouse |
294 | 2023-10-19T23:35:05.754Z | + ARG0=ci_download_clickhouse |
295 | 2023-10-19T23:35:05.757Z | + TARGET_DIR=out |
296 | 2023-10-19T23:35:05.761Z | + DOWNLOAD_DIR=out/downloads |
297 | 2023-10-19T23:35:05.764Z | + DEST_DIR=./out/clickhouse |
298 | 2023-10-19T23:35:05.767Z | + CIDL_VERSION=v22.8.9.24 |
299 | 2023-10-19T23:35:05.770Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
300 | 2023-10-19T23:35:05.774Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
301 | 2023-10-19T23:35:05.778Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
302 | 2023-10-19T23:35:05.781Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
303 | 2023-10-19T23:35:05.785Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
304 | 2023-10-19T23:35:05.788Z | + main |
305 | 2023-10-19T23:35:05.793Z | + [[ 0 != 0 ]] |
306 | 2023-10-19T23:35:05.796Z | + CIDL_OS=solaris2.11 |
307 | 2023-10-19T23:35:05.800Z | + [[ 0 != 0 ]] |
308 | 2023-10-19T23:35:05.803Z | + configure_os solaris2.11 |
309 | 2023-10-19T23:35:05.806Z | + echo 'current directory: /work/oxidecomputer/omicron' |
310 | 2023-10-19T23:35:05.809Z | current directory: /work/oxidecomputer/omicron |
311 | 2023-10-19T23:35:05.812Z | + echo 'configuring based on OS: "solaris2.11"' |
312 | 2023-10-19T23:35:05.815Z | configuring based on OS: "solaris2.11" |
313 | 2023-10-19T23:35:05.818Z | + CIDL_DASHREV= |
314 | 2023-10-19T23:35:05.821Z | + case "$1" in |
315 | 2023-10-19T23:35:05.824Z | + CIDL_PLATFORM=illumos |
316 | 2023-10-19T23:35:05.828Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
317 | 2023-10-19T23:35:05.831Z | + CIDL_MD5FUNC=do_md5sum |
318 | 2023-10-19T23:35:05.833Z | + CIDL_DASHREV=-1 |
319 | 2023-10-19T23:35:05.838Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
320 | 2023-10-19T23:35:05.841Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
321 | 2023-10-19T23:35:05.844Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
322 | 2023-10-19T23:35:05.847Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
323 | 2023-10-19T23:35:05.850Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
324 | 2023-10-19T23:35:05.853Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-10-19T23:35:05.856Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
326 | 2023-10-19T23:35:05.859Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-19T23:35:05.862Z | + mkdir -p out/downloads |
328 | 2023-10-19T23:35:05.865Z | + mkdir -p ./out/clickhouse |
329 | 2023-10-19T23:35:05.870Z | + local DO_DOWNLOAD=true |
330 | 2023-10-19T23:35:05.877Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
331 | 2023-10-19T23:35:05.880Z | + '[' true == true ']' |
332 | 2023-10-19T23:35:05.883Z | + echo Downloading... |
333 | 2023-10-19T23:35:05.886Z | Downloading... |
334 | 2023-10-19T23:35:05.889Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-10-19T23:35:05.892Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-10-19T23:35:07.470Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-10-19T23:35:07.484Z | ++ md5sum |
338 | 2023-10-19T23:35:07.494Z | ++ awk '{print $1}' |
339 | 2023-10-19T23:35:07.683Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-10-19T23:35:07.699Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
341 | 2023-10-19T23:35:07.710Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
342 | 2023-10-19T23:35:07.717Z | + mkdir -p ./out/clickhouse |
343 | 2023-10-19T23:35:07.722Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
344 | 2023-10-19T23:35:12.443Z | + ./out/clickhouse/clickhouse server --version |
345 | 2023-10-19T23:35:12.496Z | ClickHouse server version 22.8.9.1. |
346 | 2023-10-19T23:35:12.518Z | + set -o errexit |
347 | 2023-10-19T23:35:12.521Z | +++ dirname ./tools/ci_download_console |
348 | 2023-10-19T23:35:12.525Z | ++ cd ./tools |
349 | 2023-10-19T23:35:12.528Z | ++ pwd |
350 | 2023-10-19T23:35:12.531Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
351 | 2023-10-19T23:35:12.535Z | ++ basename ./tools/ci_download_console |
352 | 2023-10-19T23:35:12.538Z | + ARG0=ci_download_console |
353 | 2023-10-19T23:35:12.542Z | + TARGET_DIR=out |
354 | 2023-10-19T23:35:12.547Z | + DOWNLOAD_DIR=out/downloads |
355 | 2023-10-19T23:35:12.551Z | + DEST_DIR=./out/console-assets |
356 | 2023-10-19T23:35:12.554Z | + source /work/oxidecomputer/omicron/tools/console_version |
357 | 2023-10-19T23:35:12.557Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
358 | 2023-10-19T23:35:12.562Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
359 | 2023-10-19T23:35:12.566Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
360 | 2023-10-19T23:35:12.571Z | + TARBALL_FILE=out/downloads/console.tar.gz |
361 | 2023-10-19T23:35:12.575Z | + main |
362 | 2023-10-19T23:35:12.578Z | + [[ 0 != 0 ]] |
363 | 2023-10-19T23:35:12.614Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
364 | 2023-10-19T23:35:12.620Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
365 | 2023-10-19T23:35:12.624Z | + echo 'Local file: out/downloads/console.tar.gz' |
366 | 2023-10-19T23:35:12.630Z | Local file: out/downloads/console.tar.gz |
367 | 2023-10-19T23:35:12.633Z | + local DO_DOWNLOAD=true |
368 | 2023-10-19T23:35:12.637Z | + [[ -f out/downloads/console.tar.gz ]] |
369 | 2023-10-19T23:35:12.640Z | + mkdir -p out/downloads |
370 | 2023-10-19T23:35:12.645Z | + '[' true == true ']' |
371 | 2023-10-19T23:35:12.649Z | + echo Downloading... |
372 | 2023-10-19T23:35:12.652Z | Downloading... |
373 | 2023-10-19T23:35:12.655Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
374 | 2023-10-19T23:35:12.660Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
375 | 2023-10-19T23:35:13.245Z | ++ do_sha256sum out/downloads/console.tar.gz |
376 | 2023-10-19T23:35:13.664Z | ++ case "$OSTYPE" in |
377 | 2023-10-19T23:35:13.667Z | ++ SHA=sha256sum |
378 | 2023-10-19T23:35:13.671Z | ++ sha256sum |
379 | 2023-10-19T23:35:13.674Z | ++ awk '{print $1}' |
380 | 2023-10-19T23:35:13.680Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
381 | 2023-10-19T23:35:13.688Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
382 | 2023-10-19T23:35:13.697Z | + rm -rf ./out/console-assets |
383 | 2023-10-19T23:35:13.710Z | + mkdir -p ./out/console-assets |
384 | 2023-10-19T23:35:13.723Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
385 | 2023-10-19T23:35:13.744Z | + mkdir -p ./out/console-assets |
386 | 2023-10-19T23:35:13.748Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
387 | 2023-10-19T23:35:13.751Z | + set -o errexit |
388 | 2023-10-19T23:35:13.754Z | +++ dirname ./tools/ci_download_maghemite_openapi |
389 | 2023-10-19T23:35:13.758Z | ++ cd ./tools |
390 | 2023-10-19T23:35:13.762Z | ++ pwd |
391 | 2023-10-19T23:35:13.765Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
392 | 2023-10-19T23:35:13.768Z | ++ basename ./tools/ci_download_maghemite_openapi |
393 | 2023-10-19T23:35:13.770Z | + ARG0=ci_download_maghemite_openapi |
394 | 2023-10-19T23:35:13.776Z | + TARGET_DIR=out |
395 | 2023-10-19T23:35:13.782Z | + DOWNLOAD_DIR=out/downloads |
396 | 2023-10-19T23:35:13.788Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
397 | 2023-10-19T23:35:13.791Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
398 | 2023-10-19T23:35:13.794Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
399 | 2023-10-19T23:35:13.797Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
400 | 2023-10-19T23:35:13.800Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
401 | 2023-10-19T23:35:13.803Z | + main |
402 | 2023-10-19T23:35:13.807Z | + [[ 0 != 0 ]] |
403 | 2023-10-19T23:35:13.814Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
404 | 2023-10-19T23:35:13.820Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
405 | 2023-10-19T23:35:14.233Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
406 | 2023-10-19T23:35:14.238Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
407 | 2023-10-19T23:35:14.241Z | + local DO_DOWNLOAD=true |
408 | 2023-10-19T23:35:14.249Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
409 | 2023-10-19T23:35:14.255Z | + mkdir -p out/downloads |
410 | 2023-10-19T23:35:14.271Z | + '[' true == true ']' |
411 | 2023-10-19T23:35:14.281Z | + echo Downloading... |
412 | 2023-10-19T23:35:14.293Z | Downloading... |
413 | 2023-10-19T23:35:14.300Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
414 | 2023-10-19T23:35:14.307Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
415 | 2023-10-19T23:35:14.320Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
416 | 2023-10-19T23:35:14.334Z | ++ case "$OSTYPE" in |
417 | 2023-10-19T23:35:14.342Z | ++ SHA=sha256sum |
418 | 2023-10-19T23:35:14.353Z | ++ sha256sum |
419 | 2023-10-19T23:35:14.367Z | ++ awk '{print $1}' |
420 | 2023-10-19T23:35:14.380Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
421 | 2023-10-19T23:35:14.794Z | + [[ 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 ]] |
422 | 2023-10-19T23:35:14.811Z | + set -o errexit |
423 | 2023-10-19T23:35:15.633Z | +++ dirname ./tools/ci_download_dendrite_openapi |
424 | 2023-10-19T23:35:15.643Z | ++ cd ./tools |
425 | 2023-10-19T23:35:15.647Z | ++ pwd |
426 | 2023-10-19T23:35:15.655Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
427 | 2023-10-19T23:35:15.658Z | ++ basename ./tools/ci_download_dendrite_openapi |
428 | 2023-10-19T23:35:15.663Z | + ARG0=ci_download_dendrite_openapi |
429 | 2023-10-19T23:35:15.667Z | + TARGET_DIR=out |
430 | 2023-10-19T23:35:15.670Z | + DOWNLOAD_DIR=out/downloads |
431 | 2023-10-19T23:35:15.674Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
432 | 2023-10-19T23:35:15.677Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
433 | 2023-10-19T23:35:15.681Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
434 | 2023-10-19T23:35:15.684Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
435 | 2023-10-19T23:35:15.687Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
436 | 2023-10-19T23:35:15.690Z | + main |
437 | 2023-10-19T23:35:15.693Z | + [[ 0 != 0 ]] |
438 | 2023-10-19T23:35:15.724Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
439 | 2023-10-19T23:35:15.728Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
440 | 2023-10-19T23:35:15.731Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
441 | 2023-10-19T23:35:15.735Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
442 | 2023-10-19T23:35:15.738Z | + local DO_DOWNLOAD=true |
443 | 2023-10-19T23:35:15.742Z | Downloading... |
444 | 2023-10-19T23:35:15.748Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
445 | 2023-10-19T23:35:15.753Z | + mkdir -p out/downloads |
446 | 2023-10-19T23:35:15.757Z | + '[' true == true ']' |
447 | 2023-10-19T23:35:15.763Z | + echo Downloading... |
448 | 2023-10-19T23:35:15.767Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
449 | 2023-10-19T23:35:15.771Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
450 | 2023-10-19T23:35:15.775Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
451 | 2023-10-19T23:35:15.779Z | ++ case "$OSTYPE" in |
452 | 2023-10-19T23:35:15.784Z | ++ SHA=sha256sum |
453 | 2023-10-19T23:35:15.790Z | ++ sha256sum |
454 | 2023-10-19T23:35:15.806Z | ++ awk '{print $1}' |
455 | 2023-10-19T23:35:15.816Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
456 | 2023-10-19T23:35:15.824Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
457 | 2023-10-19T23:35:15.830Z | + set -o errexit |
458 | 2023-10-19T23:35:15.834Z | +++ dirname ./tools/ci_download_dendrite_stub |
459 | 2023-10-19T23:35:15.838Z | ++ cd ./tools |
460 | 2023-10-19T23:35:15.842Z | ++ pwd |
461 | 2023-10-19T23:35:15.845Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
462 | 2023-10-19T23:35:15.848Z | ++ basename ./tools/ci_download_dendrite_stub |
463 | 2023-10-19T23:35:15.851Z | + ARG0=ci_download_dendrite_stub |
464 | 2023-10-19T23:35:15.854Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
465 | 2023-10-19T23:35:15.857Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
466 | 2023-10-19T23:35:15.859Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
467 | 2023-10-19T23:35:15.862Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
468 | 2023-10-19T23:35:15.865Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
469 | 2023-10-19T23:35:15.868Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
470 | 2023-10-19T23:35:15.871Z | current directory: /work/oxidecomputer/omicron |
471 | 2023-10-19T23:35:15.873Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
472 | 2023-10-19T23:35:15.876Z | configuring based on OS: "solaris2.11" |
473 | 2023-10-19T23:35:15.879Z | + TARGET_DIR=out |
474 | 2023-10-19T23:35:15.882Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
475 | 2023-10-19T23:35:15.885Z | + DOWNLOAD_DIR=out/downloads |
476 | 2023-10-19T23:35:15.887Z | Local file: out/downloads/dendrite-stub.tar.gz |
477 | 2023-10-19T23:35:15.890Z | + DEST_DIR=./out/dendrite-stub |
478 | 2023-10-19T23:35:15.894Z | Downloading... |
479 | 2023-10-19T23:35:15.897Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
480 | 2023-10-19T23:35:15.900Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
481 | 2023-10-19T23:35:15.903Z | + REPO=oxidecomputer/dendrite |
482 | 2023-10-19T23:35:15.906Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
483 | 2023-10-19T23:35:15.910Z | + main |
484 | 2023-10-19T23:35:15.912Z | + [[ 0 != 0 ]] |
485 | 2023-10-19T23:35:15.915Z | + CIDL_OS=solaris2.11 |
486 | 2023-10-19T23:35:15.918Z | + [[ 0 != 0 ]] |
487 | 2023-10-19T23:35:15.921Z | + configure_os solaris2.11 |
488 | 2023-10-19T23:35:15.924Z | + echo 'current directory: /work/oxidecomputer/omicron' |
489 | 2023-10-19T23:35:15.927Z | + echo 'configuring based on OS: "solaris2.11"' |
490 | 2023-10-19T23:35:15.930Z | + case "$1" in |
491 | 2023-10-19T23:35:15.933Z | + SET_BINARIES= |
492 | 2023-10-19T23:35:15.937Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
493 | 2023-10-19T23:35:15.942Z | + CIDL_SHA256FUNC=do_sha256sum |
494 | 2023-10-19T23:35:15.948Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
495 | 2023-10-19T23:35:15.952Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
496 | 2023-10-19T23:35:15.962Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
497 | 2023-10-19T23:35:15.966Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
498 | 2023-10-19T23:35:15.972Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
499 | 2023-10-19T23:35:15.976Z | + mkdir -p out/downloads |
500 | 2023-10-19T23:35:15.980Z | + mkdir -p ./out/dendrite-stub |
501 | 2023-10-19T23:35:15.983Z | + fetch_and_verify |
502 | 2023-10-19T23:35:15.987Z | + local DO_DOWNLOAD=true |
503 | 2023-10-19T23:35:15.991Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
504 | 2023-10-19T23:35:15.996Z | + '[' true == true ']' |
505 | 2023-10-19T23:35:16.002Z | + echo Downloading... |
506 | 2023-10-19T23:35:16.006Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
507 | 2023-10-19T23:35:16.010Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
508 | 2023-10-19T23:35:21.423Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
509 | 2023-10-19T23:35:21.426Z | ++ sha256sum |
510 | 2023-10-19T23:35:21.429Z | ++ awk '{print $1}' |
511 | 2023-10-19T23:35:21.521Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
512 | 2023-10-19T23:35:21.524Z | + [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]] |
513 | 2023-10-19T23:35:21.526Z | + do_untar out/downloads/dendrite-stub.tar.gz |
514 | 2023-10-19T23:35:21.530Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
515 | 2023-10-19T23:35:22.447Z | + do_assemble |
516 | 2023-10-19T23:35:22.450Z | + rm -r ./out/dendrite-stub |
517 | 2023-10-19T23:35:22.453Z | + mkdir ./out/dendrite-stub |
518 | 2023-10-19T23:35:22.456Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
519 | 2023-10-19T23:35:22.591Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
520 | 2023-10-19T23:35:22.604Z | + set -o errexit |
521 | 2023-10-19T23:35:22.607Z | +++ dirname ./tools/ci_download_transceiver_control |
522 | 2023-10-19T23:35:22.610Z | ++ cd ./tools |
523 | 2023-10-19T23:35:22.613Z | ++ pwd |
524 | 2023-10-19T23:35:22.616Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
525 | 2023-10-19T23:35:22.619Z | ++ basename ./tools/ci_download_transceiver_control |
526 | 2023-10-19T23:35:22.622Z | + ARG0=ci_download_transceiver_control |
527 | 2023-10-19T23:35:22.627Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
528 | 2023-10-19T23:35:22.631Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
529 | 2023-10-19T23:35:22.634Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
530 | 2023-10-19T23:35:22.641Z | + TARGET_DIR=out |
531 | 2023-10-19T23:35:22.644Z | + DOWNLOAD_DIR=out/downloads |
532 | 2023-10-19T23:35:22.647Z | + DEST_DIR=./out/transceiver-control |
533 | 2023-10-19T23:35:22.650Z | + BIN_DIR=/opt/oxide/bin |
534 | 2023-10-19T23:35:22.654Z | + BINARY=xcvradm |
535 | 2023-10-19T23:35:22.658Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
536 | 2023-10-19T23:35:22.662Z | + REPO=oxidecomputer/transceiver-control |
537 | 2023-10-19T23:35:22.665Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
538 | 2023-10-19T23:35:22.669Z | + main |
539 | 2023-10-19T23:35:22.674Z | + [[ 0 != 0 ]] |
540 | 2023-10-19T23:35:22.677Z | + CIDL_OS=solaris2.11 |
541 | 2023-10-19T23:35:22.681Z | + [[ 0 != 0 ]] |
542 | 2023-10-19T23:35:22.684Z | + configure_os solaris2.11 |
543 | 2023-10-19T23:35:22.687Z | + echo 'current directory: /work/oxidecomputer/omicron' |
544 | 2023-10-19T23:35:22.690Z | current directory: /work/oxidecomputer/omicron |
545 | 2023-10-19T23:35:22.695Z | + echo 'configuring based on OS: "solaris2.11"' |
546 | 2023-10-19T23:35:22.698Z | configuring based on OS: "solaris2.11" |
547 | 2023-10-19T23:35:22.702Z | + case "$1" in |
548 | 2023-10-19T23:35:22.708Z | + SET_BINARIES= |
549 | 2023-10-19T23:35:22.711Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
550 | 2023-10-19T23:35:22.715Z | + CIDL_SHA256FUNC=do_sha256sum |
551 | 2023-10-19T23:35:22.720Z | + ARCHIVE_FILENAME=xcvradm.gz |
552 | 2023-10-19T23:35:22.730Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
553 | 2023-10-19T23:35:22.739Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
554 | 2023-10-19T23:35:22.743Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
555 | 2023-10-19T23:35:22.746Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
556 | 2023-10-19T23:35:22.749Z | + echo 'Local file: out/downloads/xcvradm.gz' |
557 | 2023-10-19T23:35:22.751Z | Local file: out/downloads/xcvradm.gz |
558 | 2023-10-19T23:35:22.756Z | + mkdir -p out/downloads |
559 | 2023-10-19T23:35:22.759Z | + mkdir -p ./out/transceiver-control |
560 | 2023-10-19T23:35:22.762Z | + fetch_and_verify |
561 | 2023-10-19T23:35:22.764Z | + local DO_DOWNLOAD=true |
562 | 2023-10-19T23:35:22.767Z | + [[ -f out/downloads/xcvradm.gz ]] |
563 | 2023-10-19T23:35:22.770Z | + '[' true == true ']' |
564 | 2023-10-19T23:35:22.772Z | + echo Downloading... |
565 | 2023-10-19T23:35:22.776Z | Downloading... |
566 | 2023-10-19T23:35:22.778Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
567 | 2023-10-19T23:35:22.781Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
568 | 2023-10-19T23:35:24.295Z | ++ do_sha256sum out/downloads/xcvradm.gz |
569 | 2023-10-19T23:35:24.298Z | ++ sha256sum |
570 | 2023-10-19T23:35:24.301Z | ++ awk '{print $1}' |
571 | 2023-10-19T23:35:24.320Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
572 | 2023-10-19T23:35:24.322Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
573 | 2023-10-19T23:35:24.327Z | + do_unpack out/downloads/xcvradm.gz |
574 | 2023-10-19T23:35:24.330Z | + mkdir -p out/downloads/root//opt/oxide/bin |
575 | 2023-10-19T23:35:24.333Z | + gzip -dc out/downloads/xcvradm.gz |
576 | 2023-10-19T23:35:24.503Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
577 | 2023-10-19T23:35:24.506Z | + do_assemble |
578 | 2023-10-19T23:35:24.509Z | + rm -r ./out/transceiver-control |
579 | 2023-10-19T23:35:24.512Z | + mkdir ./out/transceiver-control |
580 | 2023-10-19T23:35:24.515Z | + cp -r out/downloads/root ./out/transceiver-control/root |
581 | 2023-10-19T23:35:24.657Z | All prerequisites installed successfully |
582 | 2023-10-19T23:35:24.661Z | |
583 | 2023-10-19T23:35:24.664Z | real 1:35.848791525 |
584 | 2023-10-19T23:35:24.667Z | user 49.826372150 |
585 | 2023-10-19T23:35:24.670Z | sys 9.192987133 |
586 | 2023-10-19T23:35:24.673Z | trap 0.020372600 |
587 | 2023-10-19T23:35:24.676Z | tflt 0.067963851 |
588 | 2023-10-19T23:35:24.679Z | dflt 0.345267477 |
589 | 2023-10-19T23:35:24.682Z | kflt 0.066876054 |
590 | 2023-10-19T23:35:24.685Z | lock 2.117479203 |
591 | 2023-10-19T23:35:24.687Z | slp 2:47.353940181 |
592 | 2023-10-19T23:35:24.690Z | lat 3.119324943 |
593 | 2023-10-19T23:35:24.693Z | stop 0.073850261 |
594 | 2023-10-19T23:35:24.696Z | + banner end-to-end-tests |
595 | 2023-10-19T23:35:24.699Z | |
596 | 2023-10-19T23:35:24.702Z | ###### # # ##### ##### #### ###### # # ##### |
597 | 2023-10-19T23:35:24.705Z | # ## # # # # # # # ## # # # |
598 | 2023-10-19T23:35:24.708Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
599 | 2023-10-19T23:35:24.711Z | # # # # # # # # # # # # # # # |
600 | 2023-10-19T23:35:24.715Z | # # ## # # # # # # # ## # # |
601 | 2023-10-19T23:35:24.719Z | ###### # # ##### # #### ###### # # ##### |
602 | 2023-10-19T23:35:24.723Z | |
603 | 2023-10-19T23:35:24.725Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
604 | 2023-10-19T23:35:24.728Z | + CARGO_PROFILE_DEV_DEBUG=1 |
605 | 2023-10-19T23:35:24.731Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
606 | 2023-10-19T23:35:24.734Z | + CARGO_PROFILE_TEST_DEBUG=1 |
607 | 2023-10-19T23:35:24.736Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
608 | 2023-10-19T23:35:25.055Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
609 | 2023-10-19T23:35:25.724Z | Updating crates.io index |
610 | 2023-10-19T23:35:25.791Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
611 | 2023-10-19T23:35:26.542Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
612 | 2023-10-19T23:35:28.332Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
613 | 2023-10-19T23:35:29.620Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
614 | 2023-10-19T23:35:29.626Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
615 | 2023-10-19T23:35:29.856Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
616 | 2023-10-19T23:35:30.167Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
617 | 2023-10-19T23:35:31.104Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
618 | 2023-10-19T23:35:32.615Z | Updating git repository `https://github.com/oxidecomputer/opte` |
619 | 2023-10-19T23:35:33.784Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
620 | 2023-10-19T23:35:34.206Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
621 | 2023-10-19T23:35:34.751Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
622 | 2023-10-19T23:35:35.332Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
623 | 2023-10-19T23:35:35.785Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
624 | 2023-10-19T23:35:36.297Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
625 | 2023-10-19T23:35:36.808Z | Updating git repository `https://github.com/njaremko/samael` |
626 | 2023-10-19T23:35:37.367Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
627 | 2023-10-19T23:35:38.018Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
628 | 2023-10-19T23:35:38.572Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
629 | 2023-10-19T23:35:38.988Z | Updating git repository `https://github.com/jgallagher/nix` |
630 | 2023-10-19T23:35:40.305Z | Updating git repository `https://github.com/cbiffle/hubpack` |
631 | 2023-10-19T23:35:40.650Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
632 | 2023-10-19T23:35:45.884Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
633 | 2023-10-19T23:35:46.320Z | Updating git repository `https://github.com/oxidecomputer/typify` |
634 | 2023-10-19T23:35:47.216Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
635 | 2023-10-19T23:35:48.659Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
636 | 2023-10-19T23:35:49.068Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
637 | 2023-10-19T23:35:50.550Z | Downloading crates ... |
638 | 2023-10-19T23:35:50.814Z | Downloaded adler v1.0.2 |
639 | 2023-10-19T23:35:50.824Z | Downloaded lazy_static v1.4.0 |
640 | 2023-10-19T23:35:50.834Z | Downloaded ciborium v0.2.1 |
641 | 2023-10-19T23:35:50.844Z | Downloaded linked-hash-map v0.5.6 |
642 | 2023-10-19T23:35:50.854Z | Downloaded match_cfg v0.1.0 |
643 | 2023-10-19T23:35:50.910Z | Downloaded diesel_table_macro_syntax v0.1.0 |
644 | 2023-10-19T23:35:50.920Z | Downloaded blowfish v0.9.1 |
645 | 2023-10-19T23:35:50.937Z | Downloaded chacha20 v0.9.1 |
646 | 2023-10-19T23:35:50.953Z | Downloaded lock_api v0.4.10 |
647 | 2023-10-19T23:35:50.960Z | Downloaded matches v0.1.10 |
648 | 2023-10-19T23:35:50.968Z | Downloaded memoffset v0.7.1 |
649 | 2023-10-19T23:35:50.976Z | Downloaded managed v0.8.0 |
650 | 2023-10-19T23:35:50.983Z | Downloaded md-5 v0.10.5 |
651 | 2023-10-19T23:35:50.998Z | Downloaded macaddr v1.0.1 |
652 | 2023-10-19T23:35:51.010Z | Downloaded aes-gcm-siv v0.11.1 |
653 | 2023-10-19T23:35:51.020Z | Downloaded md5 v0.7.0 |
654 | 2023-10-19T23:35:51.031Z | Downloaded ciborium-io v0.2.1 |
655 | 2023-10-19T23:35:51.043Z | Downloaded lru-cache v0.1.2 |
656 | 2023-10-19T23:35:51.056Z | Downloaded normalize-line-endings v0.3.0 |
657 | 2023-10-19T23:35:51.480Z | Downloaded option-ext v0.2.0 |
658 | 2023-10-19T23:35:51.488Z | Downloaded atty v0.2.14 |
659 | 2023-10-19T23:35:51.504Z | Downloaded cfg-if v0.1.10 |
660 | 2023-10-19T23:35:51.516Z | Downloaded bit_field v0.10.2 |
661 | 2023-10-19T23:35:51.525Z | Downloaded atomicwrites v0.4.2 |
662 | 2023-10-19T23:35:51.534Z | Downloaded parse-display v0.7.0 |
663 | 2023-10-19T23:35:51.541Z | Downloaded darling_macro v0.20.3 |
664 | 2023-10-19T23:35:51.555Z | Downloaded memoffset v0.9.0 |
665 | 2023-10-19T23:35:51.564Z | Downloaded bitstruct_derive v0.1.0 |
666 | 2023-10-19T23:35:51.569Z | Downloaded autocfg v1.1.0 |
667 | 2023-10-19T23:35:51.573Z | Downloaded const_format_proc_macros v0.2.31 |
668 | 2023-10-19T23:35:51.579Z | Downloaded num_threads v0.1.6 |
669 | 2023-10-19T23:35:51.585Z | Downloaded num-iter v0.1.43 |
670 | 2023-10-19T23:35:51.590Z | Downloaded opaque-debug v0.3.0 |
671 | 2023-10-19T23:35:51.598Z | Downloaded anstyle-query v1.0.0 |
672 | 2023-10-19T23:35:51.605Z | Downloaded aead v0.5.2 |
673 | 2023-10-19T23:35:51.629Z | Downloaded async-stream v0.3.5 |
674 | 2023-10-19T23:35:51.636Z | Downloaded pbkdf2 v0.11.0 |
675 | 2023-10-19T23:35:51.642Z | Downloaded openssl-macros v0.1.1 |
676 | 2023-10-19T23:35:51.650Z | Downloaded async-stream-impl v0.3.5 |
677 | 2023-10-19T23:35:51.657Z | Downloaded ansi_term v0.12.1 |
678 | 2023-10-19T23:35:51.664Z | Downloaded phf_shared v0.11.2 |
679 | 2023-10-19T23:35:51.672Z | Downloaded crc32fast v1.3.2 |
680 | 2023-10-19T23:35:51.679Z | Downloaded parking_lot v0.11.2 |
681 | 2023-10-19T23:35:51.686Z | Downloaded native-tls v0.2.11 |
682 | 2023-10-19T23:35:51.694Z | Downloaded parking_lot_core v0.8.6 |
683 | 2023-10-19T23:35:51.701Z | Downloaded pretty-hex v0.3.0 |
684 | 2023-10-19T23:35:51.707Z | Downloaded password-hash v0.4.2 |
685 | 2023-10-19T23:35:51.715Z | Downloaded anstyle-parse v0.2.1 |
686 | 2023-10-19T23:35:51.723Z | Downloaded proc-macro-crate v1.3.1 |
687 | 2023-10-19T23:35:51.730Z | Downloaded camino v1.1.6 |
688 | 2023-10-19T23:35:51.739Z | Downloaded pem v1.1.1 |
689 | 2023-10-19T23:35:51.750Z | Downloaded pest_meta v2.7.2 |
690 | 2023-10-19T23:35:51.765Z | Downloaded backoff v0.4.0 |
691 | 2023-10-19T23:35:51.781Z | Downloaded pkg-config v0.3.27 |
692 | 2023-10-19T23:35:51.793Z | Downloaded parking_lot v0.12.1 |
693 | 2023-10-19T23:35:51.805Z | Downloaded allocator-api2 v0.2.16 |
694 | 2023-10-19T23:35:51.820Z | Downloaded openssl-sys v0.9.93 |
695 | 2023-10-19T23:35:51.833Z | Downloaded anyhow v1.0.75 |
696 | 2023-10-19T23:35:51.849Z | Downloaded headers-core v0.2.0 |
697 | 2023-10-19T23:35:51.857Z | Downloaded time-core v0.1.1 |
698 | 2023-10-19T23:35:51.863Z | Downloaded postgres-protocol v0.6.6 |
699 | 2023-10-19T23:35:51.876Z | Downloaded bzip2 v0.4.4 |
700 | 2023-10-19T23:35:51.889Z | Downloaded omicron-zone-package v0.8.3 |
701 | 2023-10-19T23:35:51.901Z | Downloaded proc-macro2 v1.0.67 |
702 | 2023-10-19T23:35:51.993Z | Downloaded pest_derive v2.7.2 |
703 | 2023-10-19T23:35:52.004Z | Downloaded foreign-types v0.3.2 |
704 | 2023-10-19T23:35:52.012Z | Downloaded smawk v0.3.1 |
705 | 2023-10-19T23:35:52.021Z | Downloaded unicode-xid v0.2.4 |
706 | 2023-10-19T23:35:52.029Z | Downloaded arc-swap v1.6.0 |
707 | 2023-10-19T23:35:52.037Z | Downloaded home v0.5.5 |
708 | 2023-10-19T23:35:52.044Z | Downloaded hex v0.4.3 |
709 | 2023-10-19T23:35:52.052Z | Downloaded base64 v0.21.4 |
710 | 2023-10-19T23:35:52.059Z | Downloaded bytes v1.5.0 |
711 | 2023-10-19T23:35:52.066Z | Downloaded foreign-types-shared v0.1.1 |
712 | 2023-10-19T23:35:52.074Z | Downloaded hash32 v0.2.1 |
713 | 2023-10-19T23:35:52.081Z | Downloaded getopts v0.2.21 |
714 | 2023-10-19T23:35:52.088Z | Downloaded dirs-sys v0.4.1 |
715 | 2023-10-19T23:35:52.095Z | Downloaded httparse v1.8.0 |
716 | 2023-10-19T23:35:52.103Z | Downloaded serde_spanned v0.6.3 |
717 | 2023-10-19T23:35:52.110Z | Downloaded serde_repr v0.1.16 |
718 | 2023-10-19T23:35:52.117Z | Downloaded russh-cryptovec v0.7.0 |
719 | 2023-10-19T23:35:52.124Z | Downloaded fxhash v0.2.1 |
720 | 2023-10-19T23:35:52.132Z | Downloaded inout v0.1.3 |
721 | 2023-10-19T23:35:52.139Z | Downloaded instant v0.1.12 |
722 | 2023-10-19T23:35:52.146Z | Downloaded ident_case v1.0.1 |
723 | 2023-10-19T23:35:52.153Z | Downloaded base64 v0.13.1 |
724 | 2023-10-19T23:35:52.160Z | Downloaded take_mut v0.2.2 |
725 | 2023-10-19T23:35:52.167Z | Downloaded mio v0.8.8 |
726 | 2023-10-19T23:35:52.176Z | Downloaded usdt-macro v0.3.5 |
727 | 2023-10-19T23:35:52.183Z | Downloaded semver v0.11.0 |
728 | 2023-10-19T23:35:52.202Z | Downloaded semver v1.0.18 |
729 | 2023-10-19T23:35:52.212Z | Downloaded serde_derive_internals v0.26.0 |
730 | 2023-10-19T23:35:52.222Z | Downloaded serde_arrays v0.1.0 |
731 | 2023-10-19T23:35:52.230Z | Downloaded hyper-tls v0.5.0 |
732 | 2023-10-19T23:35:52.243Z | Downloaded tar v0.4.40 |
733 | 2023-10-19T23:35:52.263Z | Downloaded tower-service v0.3.2 |
734 | 2023-10-19T23:35:52.276Z | Downloaded version_check v0.9.4 |
735 | 2023-10-19T23:35:52.289Z | Downloaded hyper-rustls v0.24.1 |
736 | 2023-10-19T23:35:52.300Z | Downloaded sha1 v0.10.5 |
737 | 2023-10-19T23:35:52.314Z | Downloaded ghash v0.5.0 |
738 | 2023-10-19T23:35:52.344Z | Downloaded unicode-bidi v0.3.13 |
739 | 2023-10-19T23:35:52.352Z | Downloaded smallvec v1.11.0 |
740 | 2023-10-19T23:35:52.357Z | Downloaded getrandom v0.2.10 |
741 | 2023-10-19T23:35:52.362Z | Downloaded signature v2.1.0 |
742 | 2023-10-19T23:35:52.366Z | Downloaded terminal_size v0.2.6 |
743 | 2023-10-19T23:35:52.373Z | Downloaded float-cmp v0.9.0 |
744 | 2023-10-19T23:35:52.379Z | Downloaded crypto-bigint v0.5.2 |
745 | 2023-10-19T23:35:52.383Z | Downloaded futures-executor v0.3.28 |
746 | 2023-10-19T23:35:52.387Z | Downloaded headers v0.3.9 |
747 | 2023-10-19T23:35:52.392Z | Downloaded rustc_version v0.4.0 |
748 | 2023-10-19T23:35:52.397Z | Downloaded zip v0.6.6 |
749 | 2023-10-19T23:35:52.401Z | Downloaded tokio-macros v2.1.0 |
750 | 2023-10-19T23:35:52.406Z | Downloaded rustfmt-wrapper v0.2.0 |
751 | 2023-10-19T23:35:52.411Z | Downloaded tokio-postgres v0.7.10 |
752 | 2023-10-19T23:35:52.417Z | Downloaded stringprep v0.1.3 |
753 | 2023-10-19T23:35:52.421Z | Downloaded futures-io v0.3.28 |
754 | 2023-10-19T23:35:52.425Z | Downloaded slab v0.4.9 |
755 | 2023-10-19T23:35:52.429Z | Downloaded tinyvec_macros v0.1.1 |
756 | 2023-10-19T23:35:52.434Z | Downloaded elliptic-curve v0.13.5 |
757 | 2023-10-19T23:35:52.440Z | Downloaded structmeta-derive v0.1.6 |
758 | 2023-10-19T23:35:52.444Z | Downloaded structmeta v0.1.6 |
759 | 2023-10-19T23:35:52.448Z | Downloaded ucd-trie v0.1.6 |
760 | 2023-10-19T23:35:52.453Z | Downloaded dtrace-parser v0.1.14 |
761 | 2023-10-19T23:35:52.459Z | Downloaded strum_macros v0.25.2 |
762 | 2023-10-19T23:35:52.463Z | Downloaded same-file v1.0.6 |
763 | 2023-10-19T23:35:52.467Z | Downloaded ed25519 v2.2.2 |
764 | 2023-10-19T23:35:52.472Z | Downloaded tinyvec v1.6.0 |
765 | 2023-10-19T23:35:52.480Z | Downloaded zone_cfg_derive v0.2.0 |
766 | 2023-10-19T23:35:52.484Z | Downloaded tokio-native-tls v0.3.1 |
767 | 2023-10-19T23:35:52.490Z | Downloaded rand_core v0.5.1 |
768 | 2023-10-19T23:35:52.498Z | Downloaded hubpack v0.1.2 |
769 | 2023-10-19T23:35:52.509Z | Downloaded keccak v0.1.4 |
770 | 2023-10-19T23:35:52.514Z | Downloaded strsim v0.8.0 |
771 | 2023-10-19T23:35:52.519Z | Downloaded dyn-clone v1.0.13 |
772 | 2023-10-19T23:35:52.525Z | Downloaded itoa v1.0.9 |
773 | 2023-10-19T23:35:52.533Z | Downloaded digest v0.10.7 |
774 | 2023-10-19T23:35:52.538Z | Downloaded fallible-iterator v0.2.0 |
775 | 2023-10-19T23:35:52.545Z | Downloaded utf8parse v0.2.1 |
776 | 2023-10-19T23:35:52.549Z | Downloaded hubpack_derive v0.1.1 |
777 | 2023-10-19T23:35:52.553Z | Downloaded futures-macro v0.3.28 |
778 | 2023-10-19T23:35:52.559Z | Downloaded vsss-rs v3.3.1 |
779 | 2023-10-19T23:35:52.564Z | Downloaded usdt-impl v0.3.5 |
780 | 2023-10-19T23:35:52.568Z | Downloaded rand v0.4.6 |
781 | 2023-10-19T23:35:52.578Z | Downloaded strum v0.25.0 |
782 | 2023-10-19T23:35:52.581Z | Downloaded aes v0.8.3 |
783 | 2023-10-19T23:35:52.586Z | Downloaded radium v0.7.0 |
784 | 2023-10-19T23:35:52.589Z | Downloaded universal-hash v0.5.1 |
785 | 2023-10-19T23:35:52.592Z | Downloaded slog-dtrace v0.2.3 |
786 | 2023-10-19T23:35:52.596Z | Downloaded scopeguard v1.2.0 |
787 | 2023-10-19T23:35:52.598Z | Downloaded schemars v0.8.13 |
788 | 2023-10-19T23:35:52.602Z | Downloaded slog-envlogger v2.2.0 |
789 | 2023-10-19T23:35:52.605Z | Downloaded slog-bunyan v2.4.0 |
790 | 2023-10-19T23:35:52.609Z | Downloaded fixedbitset v0.4.2 |
791 | 2023-10-19T23:35:52.612Z | Downloaded clap_builder v4.4.2 |
792 | 2023-10-19T23:35:52.615Z | Downloaded schemars_derive v0.8.13 |
793 | 2023-10-19T23:35:52.618Z | Downloaded sct v0.7.0 |
794 | 2023-10-19T23:35:52.621Z | Downloaded jobserver v0.1.26 |
795 | 2023-10-19T23:35:52.625Z | Downloaded futures-channel v0.3.28 |
796 | 2023-10-19T23:35:52.628Z | Downloaded fallible-streaming-iterator v0.1.9 |
797 | 2023-10-19T23:35:52.631Z | Downloaded subprocess v0.2.9 |
798 | 2023-10-19T23:35:52.634Z | Downloaded errno v0.3.2 |
799 | 2023-10-19T23:35:52.637Z | Downloaded russh v0.38.0 |
800 | 2023-10-19T23:35:52.640Z | Downloaded rustls-native-certs v0.6.3 |
801 | 2023-10-19T23:35:52.643Z | Downloaded trust-dns-resolver v0.22.0 |
802 | 2023-10-19T23:35:52.645Z | Downloaded tungstenite v0.20.1 |
803 | 2023-10-19T23:35:52.648Z | Downloaded url v2.4.1 |
804 | 2023-10-19T23:35:52.651Z | Downloaded serde_yaml v0.9.25 |
805 | 2023-10-19T23:35:52.654Z | Downloaded slog-async v2.8.0 |
806 | 2023-10-19T23:35:52.656Z | Downloaded unicode-ident v1.0.12 |
807 | 2023-10-19T23:35:52.659Z | Downloaded winnow v0.5.15 |
808 | 2023-10-19T23:35:52.662Z | Downloaded flate2 v1.0.27 |
809 | 2023-10-19T23:35:52.665Z | Downloaded toml_edit v0.19.15 |
810 | 2023-10-19T23:35:52.668Z | Downloaded ron v0.7.1 |
811 | 2023-10-19T23:35:52.671Z | Downloaded itertools v0.11.0 |
812 | 2023-10-19T23:35:52.674Z | Downloaded ryu v1.0.15 |
813 | 2023-10-19T23:35:52.678Z | Downloaded tracing v0.1.37 |
814 | 2023-10-19T23:35:52.681Z | Downloaded unicode-normalization v0.1.22 |
815 | 2023-10-19T23:35:52.686Z | Downloaded structopt v0.3.26 |
816 | 2023-10-19T23:35:52.689Z | Downloaded reqwest v0.11.20 |
817 | 2023-10-19T23:35:52.692Z | Downloaded rusqlite v0.29.0 |
818 | 2023-10-19T23:35:52.694Z | Downloaded trust-dns-client v0.22.0 |
819 | 2023-10-19T23:35:52.697Z | Downloaded unicode-segmentation v1.10.1 |
820 | 2023-10-19T23:35:52.700Z | Downloaded rustls-webpki v0.101.4 |
821 | 2023-10-19T23:35:52.705Z | Downloaded regress v0.7.1 |
822 | 2023-10-19T23:35:52.717Z | Downloaded serde_with v2.3.3 |
823 | 2023-10-19T23:35:52.730Z | Downloaded serde_json v1.0.107 |
824 | 2023-10-19T23:35:52.744Z | Downloaded trust-dns-proto v0.22.0 |
825 | 2023-10-19T23:35:52.754Z | Downloaded futures-util v0.3.28 |
826 | 2023-10-19T23:35:52.762Z | Downloaded rustls v0.21.7 |
827 | 2023-10-19T23:35:52.768Z | Downloaded rustix v0.38.9 |
828 | 2023-10-19T23:35:52.779Z | Downloaded bstr v1.6.0 |
829 | 2023-10-19T23:35:52.790Z | Downloaded git2 v0.17.2 |
830 | 2023-10-19T23:35:52.801Z | Downloaded sled v0.34.7 |
831 | 2023-10-19T23:35:52.810Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
832 | 2023-10-19T23:35:52.820Z | Downloaded regex v1.9.5 |
833 | 2023-10-19T23:35:52.826Z | Downloaded idna v0.2.3 |
834 | 2023-10-19T23:35:53.244Z | Downloaded libc v0.2.149 |
835 | 2023-10-19T23:35:53.249Z | Downloaded gimli v0.28.0 |
836 | 2023-10-19T23:35:53.256Z | Downloaded syn v1.0.109 |
837 | 2023-10-19T23:35:53.265Z | Downloaded regex-syntax v0.7.5 |
838 | 2023-10-19T23:35:53.683Z | Downloaded sha3 v0.10.8 |
839 | 2023-10-19T23:35:53.689Z | Downloaded regex-syntax v0.6.29 |
840 | 2023-10-19T23:35:53.694Z | Downloaded rustix v0.37.23 |
841 | 2023-10-19T23:35:53.699Z | Downloaded webpki-roots v0.25.2 |
842 | 2023-10-19T23:35:53.706Z | Downloaded idna v0.4.0 |
843 | 2023-10-19T23:35:53.712Z | Downloaded smoltcp v0.9.1 |
844 | 2023-10-19T23:35:53.716Z | Downloaded curve25519-dalek v4.1.0 |
845 | 2023-10-19T23:35:53.723Z | Downloaded bstr v0.2.17 |
846 | 2023-10-19T23:35:53.727Z | Downloaded zerocopy-derive v0.2.0 |
847 | 2023-10-19T23:35:53.732Z | Downloaded smoltcp v0.8.2 |
848 | 2023-10-19T23:35:53.735Z | Downloaded zerocopy-derive v0.6.4 |
849 | 2023-10-19T23:35:53.738Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
850 | 2023-10-19T23:35:53.743Z | Downloaded regex-automata v0.3.8 |
851 | 2023-10-19T23:35:53.746Z | Downloaded diesel v2.1.1 |
852 | 2023-10-19T23:35:53.749Z | Downloaded tokio v1.32.0 |
853 | 2023-10-19T23:35:53.752Z | Downloaded syn v2.0.32 |
854 | 2023-10-19T23:35:53.755Z | Downloaded openapiv3 v1.0.3 |
855 | 2023-10-19T23:35:53.758Z | Downloaded h2 v0.3.21 |
856 | 2023-10-19T23:35:53.761Z | Downloaded hyper v0.14.27 |
857 | 2023-10-19T23:35:53.765Z | Downloaded radix_trie v0.2.1 |
858 | 2023-10-19T23:35:53.768Z | Downloaded nix v0.26.2 |
859 | 2023-10-19T23:35:53.771Z | Downloaded libz-sys v1.1.12 |
860 | 2023-10-19T23:35:53.774Z | Downloaded encoding_rs v0.8.33 |
861 | 2023-10-19T23:35:53.777Z | Downloaded winapi v0.3.9 |
862 | 2023-10-19T23:35:53.781Z | Downloaded trust-dns-server v0.22.1 |
863 | 2023-10-19T23:35:53.784Z | Downloaded ed25519-dalek v2.0.0 |
864 | 2023-10-19T23:35:53.787Z | Downloaded vcpkg v0.2.15 |
865 | 2023-10-19T23:35:53.793Z | Downloaded object v0.32.1 |
866 | 2023-10-19T23:35:53.796Z | Downloaded petgraph v0.6.4 |
867 | 2023-10-19T23:35:53.799Z | Downloaded libsqlite3-sys v0.26.0 |
868 | 2023-10-19T23:35:53.802Z | Downloaded hashbrown v0.14.0 |
869 | 2023-10-19T23:35:53.806Z | Downloaded itertools v0.10.5 |
870 | 2023-10-19T23:35:53.809Z | Downloaded clap v2.34.0 |
871 | 2023-10-19T23:35:53.812Z | Downloaded rand v0.7.3 |
872 | 2023-10-19T23:35:53.817Z | Downloaded http v0.2.9 |
873 | 2023-10-19T23:35:53.820Z | Downloaded hkdf v0.12.3 |
874 | 2023-10-19T23:35:53.823Z | Downloaded bitvec v1.0.1 |
875 | 2023-10-19T23:35:53.826Z | Downloaded regex-automata v0.1.10 |
876 | 2023-10-19T23:35:53.830Z | Downloaded toml_edit v0.20.0 |
877 | 2023-10-19T23:35:53.833Z | Downloaded openssl v0.10.57 |
878 | 2023-10-19T23:35:53.836Z | Downloaded twox-hash v1.6.3 |
879 | 2023-10-19T23:35:53.839Z | Downloaded rand v0.8.5 |
880 | 2023-10-19T23:35:53.842Z | Downloaded zerocopy v0.6.4 |
881 | 2023-10-19T23:35:53.845Z | Downloaded aho-corasick v1.0.4 |
882 | 2023-10-19T23:35:53.848Z | Downloaded unsafe-libyaml v0.2.9 |
883 | 2023-10-19T23:35:53.851Z | Downloaded serde v1.0.188 |
884 | 2023-10-19T23:35:53.854Z | Downloaded rcgen v0.10.0 |
885 | 2023-10-19T23:35:53.857Z | Downloaded tokio-util v0.7.8 |
886 | 2023-10-19T23:35:53.860Z | Downloaded structopt-derive v0.4.18 |
887 | 2023-10-19T23:35:53.863Z | Downloaded zeroize v1.6.0 |
888 | 2023-10-19T23:35:53.865Z | Downloaded serde_with_macros v2.3.3 |
889 | 2023-10-19T23:35:53.868Z | Downloaded russh-keys v0.38.0 |
890 | 2023-10-19T23:35:53.871Z | Downloaded time v0.3.27 |
891 | 2023-10-19T23:35:53.874Z | Downloaded aes-gcm v0.10.2 |
892 | 2023-10-19T23:35:53.877Z | Downloaded termcolor v1.2.0 |
893 | 2023-10-19T23:35:53.879Z | Downloaded subtle v2.5.0 |
894 | 2023-10-19T23:35:53.887Z | Downloaded hashbrown v0.13.2 |
895 | 2023-10-19T23:35:53.889Z | Downloaded ring v0.16.20 |
896 | 2023-10-19T23:35:53.892Z | Downloaded hashbrown v0.12.3 |
897 | 2023-10-19T23:35:53.895Z | Downloaded socket2 v0.5.4 |
898 | 2023-10-19T23:35:53.898Z | Downloaded textwrap v0.11.0 |
899 | 2023-10-19T23:35:53.901Z | Downloaded env_logger v0.9.3 |
900 | 2023-10-19T23:35:53.903Z | Downloaded serde_tokenstream v0.2.0 |
901 | 2023-10-19T23:35:53.906Z | Downloaded utf-8 v0.7.6 |
902 | 2023-10-19T23:35:53.909Z | Downloaded slog-json v2.6.1 |
903 | 2023-10-19T23:35:53.913Z | Downloaded indexmap v2.0.0 |
904 | 2023-10-19T23:35:53.921Z | Downloaded indexmap v1.9.3 |
905 | 2023-10-19T23:35:53.924Z | Downloaded zone v0.2.0 |
906 | 2023-10-19T23:35:53.927Z | Downloaded spin v0.9.8 |
907 | 2023-10-19T23:35:53.930Z | Downloaded serde_derive v1.0.188 |
908 | 2023-10-19T23:35:53.933Z | Downloaded is-terminal v0.4.9 |
909 | 2023-10-19T23:35:53.936Z | Downloaded endian-type v0.1.2 |
910 | 2023-10-19T23:35:53.939Z | Downloaded unicode-linebreak v0.1.5 |
911 | 2023-10-19T23:35:53.942Z | Downloaded rustc-demangle v0.1.23 |
912 | 2023-10-19T23:35:53.945Z | Downloaded serde_urlencoded v0.7.1 |
913 | 2023-10-19T23:35:53.948Z | Downloaded rustversion v1.0.14 |
914 | 2023-10-19T23:35:53.951Z | Downloaded scheduled-thread-pool v0.2.7 |
915 | 2023-10-19T23:35:53.954Z | Downloaded futures-sink v0.3.28 |
916 | 2023-10-19T23:35:53.960Z | Downloaded similar v2.2.1 |
917 | 2023-10-19T23:35:53.963Z | Downloaded ipnet v2.8.0 |
918 | 2023-10-19T23:35:53.966Z | Downloaded pest v2.7.2 |
919 | 2023-10-19T23:35:53.969Z | Downloaded futures-task v0.3.28 |
920 | 2023-10-19T23:35:53.972Z | Downloaded synstructure v0.12.6 |
921 | 2023-10-19T23:35:53.974Z | Downloaded slog-scope v4.4.0 |
922 | 2023-10-19T23:35:53.977Z | Downloaded io-lifetimes v1.0.11 |
923 | 2023-10-19T23:35:53.980Z | Downloaded toml v0.8.0 |
924 | 2023-10-19T23:35:53.982Z | Downloaded tokio-tungstenite v0.18.0 |
925 | 2023-10-19T23:35:53.985Z | Downloaded term v0.7.0 |
926 | 2023-10-19T23:35:53.989Z | Downloaded heapless v0.7.16 |
927 | 2023-10-19T23:35:53.991Z | Downloaded lalrpop-util v0.19.12 |
928 | 2023-10-19T23:35:53.994Z | Downloaded fnv v1.0.7 |
929 | 2023-10-19T23:35:53.997Z | Downloaded slog v2.7.0 |
930 | 2023-10-19T23:35:54.000Z | Downloaded siphasher v0.3.11 |
931 | 2023-10-19T23:35:54.003Z | Downloaded signal-hook-registry v1.4.1 |
932 | 2023-10-19T23:35:54.006Z | Downloaded ringbuffer v0.15.0 |
933 | 2023-10-19T23:35:54.009Z | Downloaded rand_chacha v0.2.2 |
934 | 2023-10-19T23:35:54.012Z | Downloaded difflib v0.4.0 |
935 | 2023-10-19T23:35:54.015Z | Downloaded resolv-conf v0.7.0 |
936 | 2023-10-19T23:35:54.039Z | Downloaded rand_core v0.6.4 |
937 | 2023-10-19T23:35:54.043Z | Downloaded static_assertions v1.1.0 |
938 | 2023-10-19T23:35:54.045Z | Downloaded vec_map v0.8.2 |
939 | 2023-10-19T23:35:54.048Z | Downloaded string_cache v0.8.7 |
940 | 2023-10-19T23:35:54.052Z | Downloaded toml_datetime v0.6.3 |
941 | 2023-10-19T23:35:54.054Z | Downloaded rand_chacha v0.3.1 |
942 | 2023-10-19T23:35:54.057Z | Downloaded fastrand v2.0.0 |
943 | 2023-10-19T23:35:54.061Z | Downloaded xattr v1.0.1 |
944 | 2023-10-19T23:35:54.075Z | Downloaded stable_deref_trait v1.2.0 |
945 | 2023-10-19T23:35:54.086Z | Downloaded enum-as-inner v0.5.1 |
946 | 2023-10-19T23:35:54.099Z | Downloaded whoami v1.4.1 |
947 | 2023-10-19T23:35:54.114Z | Downloaded vergen v8.2.4 |
948 | 2023-10-19T23:35:54.535Z | Downloaded futures-core v0.3.28 |
949 | 2023-10-19T23:35:54.548Z | Downloaded untrusted v0.7.1 |
950 | 2023-10-19T23:35:54.557Z | Downloaded generic-array v0.14.7 |
951 | 2023-10-19T23:35:54.567Z | Downloaded spki v0.7.2 |
952 | 2023-10-19T23:35:54.578Z | Downloaded ipnetwork v0.20.0 |
953 | 2023-10-19T23:35:54.583Z | Downloaded typenum v1.16.0 |
954 | 2023-10-19T23:35:54.590Z | Downloaded tokio-stream v0.1.14 |
955 | 2023-10-19T23:35:54.594Z | Downloaded hmac v0.12.1 |
956 | 2023-10-19T23:35:54.598Z | Downloaded tracing-core v0.1.31 |
957 | 2023-10-19T23:35:54.603Z | Downloaded toml v0.5.11 |
958 | 2023-10-19T23:35:54.607Z | Downloaded strsim v0.10.0 |
959 | 2023-10-19T23:35:54.612Z | Downloaded wyz v0.5.1 |
960 | 2023-10-19T23:35:54.620Z | Downloaded spin v0.5.2 |
961 | 2023-10-19T23:35:54.626Z | Downloaded slog-stdlog v4.1.1 |
962 | 2023-10-19T23:35:54.636Z | Downloaded iana-time-zone v0.1.57 |
963 | 2023-10-19T23:35:55.065Z | Downloaded half v1.8.2 |
964 | 2023-10-19T23:35:55.069Z | Downloaded futures v0.3.28 |
965 | 2023-10-19T23:35:55.077Z | Downloaded sha2 v0.10.7 |
966 | 2023-10-19T23:35:55.496Z | Downloaded serde_tokenstream v0.1.7 |
967 | 2023-10-19T23:35:55.502Z | Downloaded slog-term v2.9.0 |
968 | 2023-10-19T23:35:55.505Z | Downloaded hyper-staticfile v0.9.5 |
969 | 2023-10-19T23:35:55.508Z | Downloaded humantime v2.1.0 |
970 | 2023-10-19T23:35:55.511Z | Downloaded tokio-tungstenite v0.20.1 |
971 | 2023-10-19T23:35:55.514Z | Downloaded getrandom v0.1.16 |
972 | 2023-10-19T23:35:55.517Z | Downloaded socket2 v0.4.9 |
973 | 2023-10-19T23:35:55.520Z | Downloaded num-bigint v0.4.4 |
974 | 2023-10-19T23:35:55.524Z | Downloaded hashlink v0.8.3 |
975 | 2023-10-19T23:35:55.551Z | Downloaded serde_path_to_error v0.1.14 |
976 | 2023-10-19T23:35:55.564Z | Downloaded semver-parser v0.10.2 |
977 | 2023-10-19T23:35:55.573Z | Downloaded uuid v1.4.1 |
978 | 2023-10-19T23:35:55.592Z | Downloaded tungstenite v0.18.0 |
979 | 2023-10-19T23:35:55.599Z | Downloaded toml v0.7.8 |
980 | 2023-10-19T23:35:55.608Z | Downloaded secrecy v0.8.0 |
981 | 2023-10-19T23:35:55.625Z | Downloaded rustls-pemfile v1.0.3 |
982 | 2023-10-19T23:35:55.652Z | Downloaded dirs v5.0.1 |
983 | 2023-10-19T23:35:55.662Z | Downloaded hostname v0.3.1 |
984 | 2023-10-19T23:35:55.671Z | Downloaded funty v2.0.0 |
985 | 2023-10-19T23:35:55.681Z | Downloaded form_urlencoded v1.2.0 |
986 | 2023-10-19T23:35:55.691Z | Downloaded miniz_oxide v0.7.1 |
987 | 2023-10-19T23:35:55.698Z | Downloaded chacha20poly1305 v0.10.1 |
988 | 2023-10-19T23:35:55.706Z | Downloaded backtrace v0.3.69 |
989 | 2023-10-19T23:35:55.713Z | Downloaded want v0.3.1 |
990 | 2023-10-19T23:35:55.720Z | Downloaded tap v1.0.1 |
991 | 2023-10-19T23:35:55.726Z | Downloaded thread-id v4.2.0 |
992 | 2023-10-19T23:35:55.739Z | Downloaded either v1.9.0 |
993 | 2023-10-19T23:35:56.160Z | Downloaded time-macros v0.2.13 |
994 | 2023-10-19T23:35:56.170Z | Downloaded thiserror-impl v1.0.49 |
995 | 2023-10-19T23:35:56.178Z | Downloaded group v0.13.0 |
996 | 2023-10-19T23:35:56.185Z | Downloaded der v0.7.8 |
997 | 2023-10-19T23:35:56.196Z | Downloaded yasna v0.5.2 |
998 | 2023-10-19T23:35:56.207Z | Downloaded dirs-next v2.0.0 |
999 | 2023-10-19T23:35:56.218Z | Downloaded thiserror-no-std v2.0.2 |
1000 | 2023-10-19T23:35:56.229Z | Downloaded thiserror-impl-no-std v2.0.2 |
1001 | 2023-10-19T23:35:56.252Z | Downloaded ff v0.13.0 |
1002 | 2023-10-19T23:35:56.273Z | Downloaded textwrap v0.16.0 |
1003 | 2023-10-19T23:35:56.293Z | Downloaded glob v0.3.1 |
1004 | 2023-10-19T23:35:56.313Z | Downloaded foreign-types-macros v0.2.3 |
1005 | 2023-10-19T23:35:56.327Z | Downloaded foreign-types v0.5.0 |
1006 | 2023-10-19T23:35:56.341Z | Downloaded filetime v0.2.22 |
1007 | 2023-10-19T23:35:56.354Z | Downloaded dof v0.1.5 |
1008 | 2023-10-19T23:35:56.363Z | Downloaded dirs-sys-next v0.1.2 |
1009 | 2023-10-19T23:35:56.380Z | Downloaded tracing-attributes v0.1.26 |
1010 | 2023-10-19T23:35:56.383Z | Downloaded chrono v0.4.31 |
1011 | 2023-10-19T23:35:56.392Z | Downloaded memchr v2.6.3 |
1012 | 2023-10-19T23:35:56.396Z | Downloaded crossbeam-channel v0.5.8 |
1013 | 2023-10-19T23:35:56.400Z | Downloaded smf v0.2.2 |
1014 | 2023-10-19T23:35:56.405Z | Downloaded httpdate v1.0.3 |
1015 | 2023-10-19T23:35:56.410Z | Downloaded erased-serde v0.3.30 |
1016 | 2023-10-19T23:35:56.415Z | Downloaded zeroize_derive v1.4.2 |
1017 | 2023-10-19T23:35:56.420Z | Downloaded zerocopy v0.3.0 |
1018 | 2023-10-19T23:35:56.424Z | Downloaded walkdir v2.4.0 |
1019 | 2023-10-19T23:35:56.437Z | Downloaded usdt v0.3.5 |
1020 | 2023-10-19T23:35:56.445Z | Downloaded unicode-width v0.1.10 |
1021 | 2023-10-19T23:35:56.459Z | Downloaded unicase v2.7.0 |
1022 | 2023-10-19T23:35:56.464Z | Downloaded heck v0.4.1 |
1023 | 2023-10-19T23:35:56.469Z | Downloaded heck v0.3.3 |
1024 | 2023-10-19T23:35:56.474Z | Downloaded waitgroup v0.1.2 |
1025 | 2023-10-19T23:35:56.487Z | Downloaded thiserror v1.0.49 |
1026 | 2023-10-19T23:35:56.490Z | Downloaded clap_lex v0.5.1 |
1027 | 2023-10-19T23:35:56.495Z | Downloaded postgres-types v0.2.6 |
1028 | 2023-10-19T23:35:56.500Z | Downloaded diesel_derives v2.1.1 |
1029 | 2023-10-19T23:35:56.505Z | Downloaded clap_derive v4.4.2 |
1030 | 2023-10-19T23:35:56.510Z | Downloaded clap v4.4.3 |
1031 | 2023-10-19T23:35:56.516Z | Downloaded foreign-types-shared v0.3.1 |
1032 | 2023-10-19T23:35:56.521Z | Downloaded tokio-rustls v0.24.1 |
1033 | 2023-10-19T23:35:56.526Z | Downloaded ppv-lite86 v0.2.17 |
1034 | 2023-10-19T23:35:56.537Z | Downloaded darling v0.20.3 |
1035 | 2023-10-19T23:35:56.548Z | Downloaded blake2 v0.10.6 |
1036 | 2023-10-19T23:35:56.567Z | Downloaded http-range v0.1.5 |
1037 | 2023-10-19T23:35:56.589Z | Downloaded http-body v0.4.5 |
1038 | 2023-10-19T23:35:56.599Z | Downloaded hex-literal v0.4.1 |
1039 | 2023-10-19T23:35:56.612Z | Downloaded quote v1.0.33 |
1040 | 2023-10-19T23:35:56.622Z | Downloaded num-traits v0.2.16 |
1041 | 2023-10-19T23:35:56.636Z | Downloaded num-complex v0.4.4 |
1042 | 2023-10-19T23:35:56.648Z | Downloaded postcard v0.7.3 |
1043 | 2023-10-19T23:35:57.059Z | Downloaded poly1305 v0.8.0 |
1044 | 2023-10-19T23:35:57.064Z | Downloaded platforms v3.0.2 |
1045 | 2023-10-19T23:35:57.070Z | Downloaded darling_core v0.20.3 |
1046 | 2023-10-19T23:35:57.082Z | Downloaded equivalent v1.0.1 |
1047 | 2023-10-19T23:35:57.092Z | Downloaded usdt-attr-macro v0.3.5 |
1048 | 2023-10-19T23:35:57.105Z | Downloaded try-lock v0.2.4 |
1049 | 2023-10-19T23:35:57.139Z | Downloaded proc-macro-error-attr v1.0.4 |
1050 | 2023-10-19T23:35:57.143Z | Downloaded thread_local v1.1.7 |
1051 | 2023-10-19T23:35:57.146Z | Downloaded tempfile v3.8.0 |
1052 | 2023-10-19T23:35:57.152Z | Downloaded r2d2 v0.8.10 |
1053 | 2023-10-19T23:35:57.157Z | Downloaded quick-error v1.2.3 |
1054 | 2023-10-19T23:35:57.160Z | Downloaded pest_generator v2.7.2 |
1055 | 2023-10-19T23:35:57.163Z | Downloaded paste v1.0.14 |
1056 | 2023-10-19T23:35:57.166Z | Downloaded proc-macro-error v1.0.4 |
1057 | 2023-10-19T23:35:57.172Z | Downloaded const_format v0.2.31 |
1058 | 2023-10-19T23:35:57.175Z | Downloaded pretty-hex v0.2.1 |
1059 | 2023-10-19T23:35:57.184Z | Downloaded predicates v3.0.4 |
1060 | 2023-10-19T23:35:57.188Z | Downloaded postcard-cobs v0.1.5-pre |
1061 | 2023-10-19T23:35:57.191Z | Downloaded polyval v0.6.1 |
1062 | 2023-10-19T23:35:57.195Z | Downloaded pkcs8 v0.10.2 |
1063 | 2023-10-19T23:35:57.202Z | Downloaded pin-utils v0.1.0 |
1064 | 2023-10-19T23:35:57.213Z | Downloaded pin-project-lite v0.2.13 |
1065 | 2023-10-19T23:35:57.221Z | Downloaded once_cell v1.18.0 |
1066 | 2023-10-19T23:35:57.231Z | Downloaded num_enum_derive v0.7.0 |
1067 | 2023-10-19T23:35:57.246Z | Downloaded cancel-safe-futures v0.1.2 |
1068 | 2023-10-19T23:35:57.256Z | Downloaded ahash v0.8.3 |
1069 | 2023-10-19T23:35:57.264Z | Downloaded toolchain_find v0.2.0 |
1070 | 2023-10-19T23:35:57.270Z | Downloaded phf v0.11.2 |
1071 | 2023-10-19T23:35:57.277Z | Downloaded derive_more v0.99.17 |
1072 | 2023-10-19T23:35:57.281Z | Downloaded password-hash v0.5.0 |
1073 | 2023-10-19T23:35:57.284Z | Downloaded colored v2.0.4 |
1074 | 2023-10-19T23:35:57.288Z | Downloaded bitflags v2.4.0 |
1075 | 2023-10-19T23:35:57.293Z | Downloaded async-trait v0.1.73 |
1076 | 2023-10-19T23:35:57.296Z | Downloaded cipher v0.4.4 |
1077 | 2023-10-19T23:35:57.299Z | Downloaded pbkdf2 v0.12.2 |
1078 | 2023-10-19T23:35:57.304Z | Downloaded parse-display-derive v0.7.0 |
1079 | 2023-10-19T23:35:57.307Z | Downloaded libm v0.2.7 |
1080 | 2023-10-19T23:35:57.310Z | Downloaded num-derive v0.4.0 |
1081 | 2023-10-19T23:35:57.314Z | Downloaded cpufeatures v0.2.9 |
1082 | 2023-10-19T23:35:57.318Z | Downloaded percent-encoding v2.3.0 |
1083 | 2023-10-19T23:35:57.323Z | Downloaded num_enum_derive v0.5.11 |
1084 | 2023-10-19T23:35:57.326Z | Downloaded mime_guess v2.0.4 |
1085 | 2023-10-19T23:35:57.329Z | Downloaded crossbeam-utils v0.8.16 |
1086 | 2023-10-19T23:35:57.332Z | Downloaded const-oid v0.9.5 |
1087 | 2023-10-19T23:35:57.336Z | Downloaded parking_lot_core v0.9.8 |
1088 | 2023-10-19T23:35:57.339Z | Downloaded crossbeam-epoch v0.9.15 |
1089 | 2023-10-19T23:35:57.350Z | Downloaded predicates-core v1.0.6 |
1090 | 2023-10-19T23:35:57.357Z | Downloaded precomputed-hash v0.1.1 |
1091 | 2023-10-19T23:35:57.361Z | Downloaded num_enum v0.7.0 |
1092 | 2023-10-19T23:35:57.364Z | Downloaded num_enum v0.5.11 |
1093 | 2023-10-19T23:35:57.368Z | Downloaded num_cpus v1.16.0 |
1094 | 2023-10-19T23:35:57.372Z | Downloaded curve25519-dalek-derive v0.1.0 |
1095 | 2023-10-19T23:35:57.378Z | Downloaded camino-tempfile v1.0.2 |
1096 | 2023-10-19T23:35:57.386Z | Downloaded byteorder v1.4.3 |
1097 | 2023-10-19T23:35:57.800Z | Downloaded block-buffer v0.10.4 |
1098 | 2023-10-19T23:35:57.807Z | Downloaded num-rational v0.4.1 |
1099 | 2023-10-19T23:35:57.810Z | Downloaded num-integer v0.1.45 |
1100 | 2023-10-19T23:35:57.814Z | Downloaded num v0.4.1 |
1101 | 2023-10-19T23:35:57.817Z | Downloaded multer v2.1.0 |
1102 | 2023-10-19T23:35:57.821Z | Downloaded crypto-common v0.1.6 |
1103 | 2023-10-19T23:35:57.825Z | Downloaded cbc v0.1.2 |
1104 | 2023-10-19T23:35:57.829Z | Downloaded bitflags v1.3.2 |
1105 | 2023-10-19T23:35:57.832Z | Downloaded base64ct v1.6.0 |
1106 | 2023-10-19T23:35:57.836Z | Downloaded block-padding v0.3.3 |
1107 | 2023-10-19T23:35:57.839Z | Downloaded base16ct v0.2.0 |
1108 | 2023-10-19T23:35:57.843Z | Downloaded bit-vec v0.6.3 |
1109 | 2023-10-19T23:35:57.861Z | Downloaded bit-set v0.5.3 |
1110 | 2023-10-19T23:35:57.864Z | Downloaded bcrypt-pbkdf v0.10.0 |
1111 | 2023-10-19T23:35:57.868Z | Downloaded bincode v1.3.3 |
1112 | 2023-10-19T23:35:57.871Z | Downloaded argon2 v0.5.2 |
1113 | 2023-10-19T23:35:57.875Z | Downloaded async-recursion v1.0.5 |
1114 | 2023-10-19T23:35:57.878Z | Downloaded phf_shared v0.10.0 |
1115 | 2023-10-19T23:35:57.884Z | Downloaded debug-ignore v1.0.5 |
1116 | 2023-10-19T23:35:57.899Z | Downloaded data-encoding v2.4.0 |
1117 | 2023-10-19T23:35:57.906Z | Downloaded console v0.15.7 |
1118 | 2023-10-19T23:35:57.911Z | Downloaded colorchoice v1.0.0 |
1119 | 2023-10-19T23:35:57.915Z | Downloaded ascii v1.1.0 |
1120 | 2023-10-19T23:35:57.919Z | Downloaded ctr v0.9.2 |
1121 | 2023-10-19T23:35:57.923Z | Downloaded anstream v0.5.0 |
1122 | 2023-10-19T23:35:57.927Z | Downloaded nibble_vec v0.1.0 |
1123 | 2023-10-19T23:35:57.930Z | Downloaded addr2line v0.21.0 |
1124 | 2023-10-19T23:35:57.934Z | Downloaded crucible-workspace-hack v0.1.0 |
1125 | 2023-10-19T23:35:57.938Z | Downloaded bitstruct v0.1.1 |
1126 | 2023-10-19T23:35:57.946Z | Downloaded atomic-waker v1.1.1 |
1127 | 2023-10-19T23:35:57.957Z | Downloaded deranged v0.3.8 |
1128 | 2023-10-19T23:35:58.371Z | Downloaded anstyle v1.0.2 |
1129 | 2023-10-19T23:35:58.379Z | Downloaded new_debug_unreachable v1.0.4 |
1130 | 2023-10-19T23:35:58.398Z | Downloaded cstr-argument v0.1.2 |
1131 | 2023-10-19T23:35:58.415Z | Downloaded openssl-probe v0.1.5 |
1132 | 2023-10-19T23:35:58.424Z | Downloaded mime v0.3.17 |
1133 | 2023-10-19T23:35:58.435Z | Downloaded convert_case v0.4.0 |
1134 | 2023-10-19T23:35:58.446Z | Downloaded log v0.4.20 |
1135 | 2023-10-19T23:35:58.468Z | Downloaded libefi-sys v0.1.0 |
1136 | 2023-10-19T23:35:58.486Z | Downloaded ciborium-ll v0.2.1 |
1137 | 2023-10-19T23:35:58.497Z | Downloaded cc v1.0.83 |
1138 | 2023-10-19T23:35:58.503Z | Downloaded cfg-if v1.0.0 |
1139 | 2023-10-19T23:35:58.510Z | Compiling proc-macro2 v1.0.67 |
1140 | 2023-10-19T23:35:58.515Z | Compiling unicode-ident v1.0.12 |
1141 | 2023-10-19T23:35:58.519Z | Compiling libc v0.2.149 |
1142 | 2023-10-19T23:35:58.522Z | Compiling serde v1.0.188 |
1143 | 2023-10-19T23:35:58.525Z | Compiling version_check v0.9.4 |
1144 | 2023-10-19T23:35:58.528Z | Compiling autocfg v1.1.0 |
1145 | 2023-10-19T23:35:58.532Z | Compiling cfg-if v1.0.0 |
1146 | 2023-10-19T23:35:58.535Z | Compiling syn v1.0.109 |
1147 | 2023-10-19T23:35:58.538Z | Compiling typenum v1.16.0 |
1148 | 2023-10-19T23:35:58.542Z | Compiling once_cell v1.18.0 |
1149 | 2023-10-19T23:35:58.545Z | Compiling thiserror v1.0.49 |
1150 | 2023-10-19T23:35:58.548Z | Compiling generic-array v0.14.7 |
1151 | 2023-10-19T23:35:58.553Z | Compiling lock_api v0.4.10 |
1152 | 2023-10-19T23:35:58.556Z | Compiling parking_lot_core v0.9.8 |
1153 | 2023-10-19T23:35:58.565Z | Compiling libm v0.2.7 |
1154 | 2023-10-19T23:35:58.580Z | Compiling num-traits v0.2.16 |
1155 | 2023-10-19T23:35:58.595Z | Compiling itoa v1.0.9 |
1156 | 2023-10-19T23:35:58.606Z | Compiling memchr v2.6.3 |
1157 | 2023-10-19T23:35:58.622Z | Compiling futures-core v0.3.28 |
1158 | 2023-10-19T23:35:58.636Z | Compiling ahash v0.8.3 |
1159 | 2023-10-19T23:35:58.656Z | Compiling serde_json v1.0.107 |
1160 | 2023-10-19T23:35:58.667Z | Compiling log v0.4.20 |
1161 | 2023-10-19T23:35:58.674Z | Compiling slab v0.4.9 |
1162 | 2023-10-19T23:35:58.681Z | Compiling futures-task v0.3.28 |
1163 | 2023-10-19T23:35:58.687Z | Compiling quote v1.0.33 |
1164 | 2023-10-19T23:35:58.695Z | Compiling futures-channel v0.3.28 |
1165 | 2023-10-19T23:35:58.701Z | Compiling futures-util v0.3.28 |
1166 | 2023-10-19T23:35:58.712Z | Compiling pkg-config v0.3.27 |
1167 | 2023-10-19T23:35:58.789Z | Compiling getrandom v0.2.10 |
1168 | 2023-10-19T23:35:59.360Z | Compiling syn v2.0.32 |
1169 | 2023-10-19T23:35:59.384Z | Compiling jobserver v0.1.26 |
1170 | 2023-10-19T23:35:59.469Z | Compiling ryu v1.0.15 |
1171 | 2023-10-19T23:35:59.595Z | Compiling rand_core v0.6.4 |
1172 | 2023-10-19T23:36:00.078Z | Compiling cc v1.0.83 |
1173 | 2023-10-19T23:36:00.288Z | Compiling vcpkg v0.2.15 |
1174 | 2023-10-19T23:36:00.474Z | Compiling allocator-api2 v0.2.16 |
1175 | 2023-10-19T23:36:00.504Z | Compiling schemars v0.8.13 |
1176 | 2023-10-19T23:36:00.556Z | Compiling heck v0.4.1 |
1177 | 2023-10-19T23:36:00.983Z | Compiling equivalent v1.0.1 |
1178 | 2023-10-19T23:36:01.128Z | Compiling scopeguard v1.2.0 |
1179 | 2023-10-19T23:36:01.739Z | Compiling hashbrown v0.14.0 |
1180 | 2023-10-19T23:36:02.036Z | Compiling smallvec v1.11.0 |
1181 | 2023-10-19T23:36:02.699Z | Compiling byteorder v1.4.3 |
1182 | 2023-10-19T23:36:03.334Z | Compiling fnv v1.0.7 |
1183 | 2023-10-19T23:36:03.490Z | Compiling httparse v1.8.0 |
1184 | 2023-10-19T23:36:03.524Z | Compiling iana-time-zone v0.1.57 |
1185 | 2023-10-19T23:36:03.733Z | Compiling pin-project-lite v0.2.13 |
1186 | 2023-10-19T23:36:03.904Z | Compiling semver v1.0.18 |
1187 | 2023-10-19T23:36:04.226Z | Compiling subtle v2.5.0 |
1188 | 2023-10-19T23:36:04.619Z | Compiling parking_lot v0.12.1 |
1189 | 2023-10-19T23:36:04.661Z | Compiling indexmap v1.9.3 |
1190 | 2023-10-19T23:36:04.913Z | Compiling ring v0.16.20 |
1191 | 2023-10-19T23:36:05.021Z | Compiling time-core v0.1.1 |
1192 | 2023-10-19T23:36:05.053Z | Compiling dyn-clone v1.0.13 |
1193 | 2023-10-19T23:36:05.183Z | Compiling tinyvec_macros v0.1.1 |
1194 | 2023-10-19T23:36:05.280Z | Compiling time-macros v0.2.13 |
1195 | 2023-10-19T23:36:05.300Z | Compiling tinyvec v1.6.0 |
1196 | 2023-10-19T23:36:05.446Z | Compiling openssl-sys v0.9.93 |
1197 | 2023-10-19T23:36:05.496Z | Compiling socket2 v0.5.4 |
1198 | 2023-10-19T23:36:06.328Z | Compiling signal-hook-registry v1.4.1 |
1199 | 2023-10-19T23:36:06.748Z | Compiling mio v0.8.8 |
1200 | 2023-10-19T23:36:07.056Z | Compiling num_cpus v1.16.0 |
1201 | 2023-10-19T23:36:07.223Z | Compiling unicode-bidi v0.3.13 |
1202 | 2023-10-19T23:36:07.635Z | Compiling rustls v0.21.7 |
1203 | 2023-10-19T23:36:07.864Z | Compiling unicode-normalization v0.1.22 |
1204 | 2023-10-19T23:36:08.721Z | Compiling slog v2.7.0 |
1205 | 2023-10-19T23:36:08.761Z | Compiling spin v0.5.2 |
1206 | 2023-10-19T23:36:09.417Z | Compiling percent-encoding v2.3.0 |
1207 | 2023-10-19T23:36:09.455Z | Compiling ucd-trie v0.1.6 |
1208 | 2023-10-19T23:36:09.593Z | Compiling backtrace v0.3.69 |
1209 | 2023-10-19T23:36:09.614Z | Compiling async-trait v0.1.73 |
1210 | 2023-10-19T23:36:09.949Z | Compiling form_urlencoded v1.2.0 |
1211 | 2023-10-19T23:36:10.105Z | Compiling aho-corasick v1.0.4 |
1212 | 2023-10-19T23:36:10.132Z | Compiling openssl v0.10.57 |
1213 | 2023-10-19T23:36:10.254Z | Compiling regex-syntax v0.7.5 |
1214 | 2023-10-19T23:36:10.459Z | Compiling pin-utils v0.1.0 |
1215 | 2023-10-19T23:36:10.525Z | Compiling futures-sink v0.3.28 |
1216 | 2023-10-19T23:36:10.591Z | Compiling winnow v0.5.15 |
1217 | 2023-10-19T23:36:11.149Z | Compiling anyhow v1.0.75 |
1218 | 2023-10-19T23:36:11.156Z | Compiling idna v0.4.0 |
1219 | 2023-10-19T23:36:11.421Z | Compiling serde_derive_internals v0.26.0 |
1220 | 2023-10-19T23:36:13.545Z | Compiling native-tls v0.2.11 |
1221 | 2023-10-19T23:36:13.625Z | Compiling url v2.4.1 |
1222 | 2023-10-19T23:36:14.031Z | Compiling unicode-xid v0.2.4 |
1223 | 2023-10-19T23:36:15.765Z | Compiling rustversion v1.0.14 |
1224 | 2023-10-19T23:36:15.853Z | Compiling futures-io v0.3.28 |
1225 | 2023-10-19T23:36:16.273Z | Compiling regex-automata v0.3.8 |
1226 | 2023-10-19T23:36:16.840Z | Compiling const-oid v0.9.5 |
1227 | 2023-10-19T23:36:16.930Z | Compiling unicode-width v0.1.10 |
1228 | 2023-10-19T23:36:17.165Z | Compiling hashbrown v0.13.2 |
1229 | 2023-10-19T23:36:18.087Z | Compiling synstructure v0.12.6 |
1230 | 2023-10-19T23:36:19.058Z | Compiling cpufeatures v0.2.9 |
1231 | 2023-10-19T23:36:19.204Z | Compiling crossbeam-utils v0.8.16 |
1232 | 2023-10-19T23:36:19.230Z | Compiling tracing-core v0.1.31 |
1233 | 2023-10-19T23:36:19.886Z | Compiling adler v1.0.2 |
1234 | 2023-10-19T23:36:20.022Z | Compiling rustix v0.38.9 |
1235 | 2023-10-19T23:36:20.230Z | Compiling miniz_oxide v0.7.1 |
1236 | 2023-10-19T23:36:20.702Z | Compiling usdt-impl v0.3.5 |
1237 | 2023-10-19T23:36:21.160Z | Compiling gimli v0.28.0 |
1238 | 2023-10-19T23:36:21.792Z | Compiling ppv-lite86 v0.2.17 |
1239 | 2023-10-19T23:36:22.164Z | Compiling bitflags v1.3.2 |
1240 | 2023-10-19T23:36:22.332Z | Compiling object v0.32.1 |
1241 | 2023-10-19T23:36:22.517Z | Compiling deranged v0.3.8 |
1242 | 2023-10-19T23:36:22.927Z | Compiling rustc-demangle v0.1.23 |
1243 | 2023-10-19T23:36:23.054Z | Compiling num_threads v0.1.6 |
1244 | 2023-10-19T23:36:23.231Z | Compiling thread-id v4.2.0 |
1245 | 2023-10-19T23:36:24.113Z | Compiling serde_derive v1.0.188 |
1246 | 2023-10-19T23:36:24.610Z | Compiling zeroize_derive v1.4.2 |
1247 | 2023-10-19T23:36:25.224Z | Compiling thiserror-impl v1.0.49 |
1248 | 2023-10-19T23:36:25.622Z | Compiling tokio-macros v2.1.0 |
1249 | 2023-10-19T23:36:26.461Z | Compiling futures-macro v0.3.28 |
1250 | 2023-10-19T23:36:26.969Z | Compiling tracing-attributes v0.1.26 |
1251 | 2023-10-19T23:36:28.064Z | Compiling schemars_derive v0.8.13 |
1252 | 2023-10-19T23:36:29.731Z | Compiling zeroize v1.6.0 |
1253 | 2023-10-19T23:36:30.376Z | Compiling pest v2.7.2 |
1254 | 2023-10-19T23:36:32.592Z | Compiling crypto-common v0.1.6 |
1255 | 2023-10-19T23:36:32.613Z | Compiling openssl-macros v0.1.1 |
1256 | 2023-10-19T23:36:32.880Z | Compiling regex v1.9.5 |
1257 | 2023-10-19T23:36:33.067Z | Compiling block-buffer v0.10.4 |
1258 | 2023-10-19T23:36:33.674Z | Compiling digest v0.10.7 |
1259 | 2023-10-19T23:36:33.795Z | Compiling zerocopy-derive v0.2.0 |
1260 | 2023-10-19T23:36:34.084Z | Compiling tracing v0.1.37 |
1261 | 2023-10-19T23:36:34.324Z | Compiling addr2line v0.21.0 |
1262 | 2023-10-19T23:36:34.675Z | Compiling pest_meta v2.7.2 |
1263 | 2023-10-19T23:36:34.893Z | Compiling time v0.3.27 |
1264 | 2023-10-19T23:36:35.014Z | Compiling rand_chacha v0.3.1 |
1265 | 2023-10-19T23:36:35.419Z | Compiling base64 v0.21.4 |
1266 | 2023-10-19T23:36:36.700Z | Compiling zerocopy v0.3.0 |
1267 | 2023-10-19T23:36:37.391Z | Compiling pest_generator v2.7.2 |
1268 | 2023-10-19T23:36:38.389Z | Compiling dof v0.1.5 |
1269 | 2023-10-19T23:36:39.973Z | Compiling rand v0.8.5 |
1270 | 2023-10-19T23:36:40.610Z | Compiling lazy_static v1.4.0 |
1271 | 2023-10-19T23:36:41.798Z | Compiling untrusted v0.7.1 |
1272 | 2023-10-19T23:36:41.922Z | Compiling strum_macros v0.25.2 |
1273 | 2023-10-19T23:36:42.132Z | Compiling pest_derive v2.7.2 |
1274 | 2023-10-19T23:36:43.270Z | Compiling dtrace-parser v0.1.14 |
1275 | 2023-10-19T23:36:43.944Z | Compiling strsim v0.10.0 |
1276 | 2023-10-19T23:36:45.271Z | Compiling regress v0.7.1 |
1277 | 2023-10-19T23:36:45.366Z | Compiling socket2 v0.4.9 |
1278 | 2023-10-19T23:36:46.830Z | Compiling hashbrown v0.12.3 |
1279 | 2023-10-19T23:36:47.061Z | Compiling rustls-webpki v0.101.4 |
1280 | 2023-10-19T23:36:47.100Z | Compiling sct v0.7.0 |
1281 | 2023-10-19T23:36:47.602Z | Compiling httpdate v1.0.3 |
1282 | 2023-10-19T23:36:48.037Z | Compiling bytes v1.5.0 |
1283 | 2023-10-19T23:36:48.350Z | Compiling indexmap v2.0.0 |
1284 | 2023-10-19T23:36:48.488Z | Compiling chrono v0.4.31 |
1285 | 2023-10-19T23:36:48.624Z | Compiling uuid v1.4.1 |
1286 | 2023-10-19T23:36:49.775Z | Compiling http v0.2.9 |
1287 | 2023-10-19T23:36:49.954Z | Compiling tokio v1.32.0 |
1288 | 2023-10-19T23:36:50.191Z | Compiling toml_datetime v0.6.3 |
1289 | 2023-10-19T23:36:50.395Z | Compiling serde_spanned v0.6.3 |
1290 | 2023-10-19T23:36:50.479Z | Compiling bitflags v2.4.0 |
1291 | 2023-10-19T23:36:50.768Z | Compiling toml_edit v0.19.15 |
1292 | 2023-10-19T23:36:51.373Z | Compiling rustc_version v0.4.0 |
1293 | 2023-10-19T23:36:51.377Z | Compiling openapiv3 v1.0.3 |
1294 | 2023-10-19T23:36:54.200Z | Compiling serde_tokenstream v0.1.7 |
1295 | 2023-10-19T23:36:54.787Z | Compiling serde_tokenstream v0.2.0 |
1296 | 2023-10-19T23:36:55.232Z | Compiling try-lock v0.2.4 |
1297 | 2023-10-19T23:36:55.481Z | Compiling want v0.3.1 |
1298 | 2023-10-19T23:36:55.624Z | Compiling http-body v0.4.5 |
1299 | 2023-10-19T23:36:55.911Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1300 | 2023-10-19T23:36:57.172Z | Compiling usdt-macro v0.3.5 |
1301 | 2023-10-19T23:36:57.237Z | Compiling usdt-attr-macro v0.3.5 |
1302 | 2023-10-19T23:36:59.097Z | Compiling rustls-pemfile v1.0.3 |
1303 | 2023-10-19T23:36:59.117Z | Compiling tower-service v0.3.2 |
1304 | 2023-10-19T23:36:59.387Z | Compiling mime v0.3.17 |
1305 | 2023-10-19T23:36:59.406Z | Compiling openssl-probe v0.1.5 |
1306 | 2023-10-19T23:36:59.690Z | Compiling foreign-types-shared v0.1.1 |
1307 | 2023-10-19T23:36:59.878Z | Compiling foreign-types v0.3.2 |
1308 | 2023-10-19T23:36:59.997Z | Compiling errno v0.3.2 |
1309 | 2023-10-19T23:37:00.009Z | Compiling ipnet v2.8.0 |
1310 | 2023-10-19T23:37:00.437Z | Compiling getopts v0.2.21 |
1311 | 2023-10-19T23:37:01.985Z | Compiling encoding_rs v0.8.33 |
1312 | 2023-10-19T23:37:02.204Z | Compiling unsafe-libyaml v0.2.9 |
1313 | 2023-10-19T23:37:02.277Z | Compiling rustls-native-certs v0.6.3 |
1314 | 2023-10-19T23:37:02.947Z | Compiling serde_urlencoded v0.7.1 |
1315 | 2023-10-19T23:37:03.798Z | Compiling tokio-util v0.7.8 |
1316 | 2023-10-19T23:37:04.758Z | Compiling tokio-rustls v0.24.1 |
1317 | 2023-10-19T23:37:05.355Z | Compiling serde_yaml v0.9.25 |
1318 | 2023-10-19T23:37:06.316Z | Compiling h2 v0.3.21 |
1319 | 2023-10-19T23:37:06.400Z | Compiling webpki-roots v0.25.2 |
1320 | 2023-10-19T23:37:11.617Z | Compiling hmac v0.12.1 |
1321 | 2023-10-19T23:37:11.806Z | Compiling num-integer v0.1.45 |
1322 | 2023-10-19T23:37:11.923Z | Compiling sha2 v0.10.7 |
1323 | 2023-10-19T23:37:12.143Z | Compiling block-padding v0.3.3 |
1324 | 2023-10-19T23:37:13.319Z | Compiling tokio-native-tls v0.3.1 |
1325 | 2023-10-19T23:37:13.463Z | Compiling inout v0.1.3 |
1326 | 2023-10-19T23:37:13.732Z | Compiling futures-executor v0.3.28 |
1327 | 2023-10-19T23:37:13.839Z | Compiling cipher v0.4.4 |
1328 | 2023-10-19T23:37:14.155Z | Compiling toml v0.7.8 |
1329 | 2023-10-19T23:37:14.565Z | Compiling crc32fast v1.3.2 |
1330 | 2023-10-19T23:37:14.707Z | Compiling fallible-iterator v0.2.0 |
1331 | 2023-10-19T23:37:15.871Z | Compiling futures v0.3.28 |
1332 | 2023-10-19T23:37:15.961Z | Compiling ipnetwork v0.20.0 |
1333 | 2023-10-19T23:37:16.041Z | Compiling spin v0.9.8 |
1334 | 2023-10-19T23:37:16.117Z | Compiling siphasher v0.3.11 |
1335 | 2023-10-19T23:37:16.615Z | Compiling usdt v0.3.5 |
1336 | 2023-10-19T23:37:17.395Z | Compiling md-5 v0.10.5 |
1337 | 2023-10-19T23:37:17.420Z | Compiling stringprep v0.1.3 |
1338 | 2023-10-19T23:37:17.751Z | Compiling hyper v0.14.27 |
1339 | 2023-10-19T23:37:18.762Z | Compiling io-lifetimes v1.0.11 |
1340 | 2023-10-19T23:37:18.785Z | Compiling postgres-protocol v0.6.6 |
1341 | 2023-10-19T23:37:19.151Z | Compiling phf_shared v0.11.2 |
1342 | 2023-10-19T23:37:19.461Z | Compiling hex v0.4.3 |
1343 | 2023-10-19T23:37:19.744Z | Compiling enum-as-inner v0.5.1 |
1344 | 2023-10-19T23:37:20.279Z | Compiling slog-async v2.8.0 |
1345 | 2023-10-19T23:37:20.531Z | Compiling postgres-types v0.2.6 |
1346 | 2023-10-19T23:37:21.004Z | Compiling phf v0.11.2 |
1347 | 2023-10-19T23:37:21.030Z | Compiling num-bigint v0.4.4 |
1348 | 2023-10-19T23:37:21.337Z | Compiling data-encoding v2.4.0 |
1349 | 2023-10-19T23:37:21.467Z | Compiling whoami v1.4.1 |
1350 | 2023-10-19T23:37:22.031Z | Compiling rustix v0.37.23 |
1351 | 2023-10-19T23:37:22.992Z | Compiling tokio-postgres v0.7.10 |
1352 | 2023-10-19T23:37:23.447Z | Compiling zerocopy-derive v0.6.4 |
1353 | 2023-10-19T23:37:24.550Z | Compiling static_assertions v1.1.0 |
1354 | 2023-10-19T23:37:26.072Z | Compiling either v1.9.0 |
1355 | 2023-10-19T23:37:26.807Z | Compiling ident_case v1.0.1 |
1356 | 2023-10-19T23:37:27.073Z | Compiling darling_core v0.20.3 |
1357 | 2023-10-19T23:37:27.258Z | Compiling camino v1.1.6 |
1358 | 2023-10-19T23:37:27.523Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1359 | 2023-10-19T23:37:28.245Z | Compiling flate2 v1.0.27 |
1360 | 2023-10-19T23:37:28.472Z | Compiling heapless v0.7.16 |
1361 | 2023-10-19T23:37:29.039Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1362 | 2023-10-19T23:37:29.181Z | Compiling hyper-rustls v0.24.1 |
1363 | 2023-10-19T23:37:29.657Z | Compiling hyper-tls v0.5.0 |
1364 | 2023-10-19T23:37:29.856Z | Compiling memoffset v0.9.0 |
1365 | 2023-10-19T23:37:30.186Z | Compiling reqwest v0.11.20 |
1366 | 2023-10-19T23:37:30.279Z | Compiling radium v0.7.0 |
1367 | 2023-10-19T23:37:30.443Z | Compiling unicode-segmentation v1.10.1 |
1368 | 2023-10-19T23:37:30.929Z | Compiling managed v0.8.0 |
1369 | 2023-10-19T23:37:31.658Z | Compiling matches v0.1.10 |
1370 | 2023-10-19T23:37:31.800Z | Compiling idna v0.2.3 |
1371 | 2023-10-19T23:37:32.913Z | Compiling itertools v0.11.0 |
1372 | 2023-10-19T23:37:34.262Z | Compiling multer v2.1.0 |
1373 | 2023-10-19T23:37:34.758Z | Compiling trust-dns-proto v0.22.0 |
1374 | 2023-10-19T23:37:34.778Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1375 | 2023-10-19T23:37:34.967Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1376 | 2023-10-19T23:37:35.187Z | Compiling async-stream-impl v0.3.5 |
1377 | 2023-10-19T23:37:35.682Z | Compiling darling_macro v0.20.3 |
1378 | 2023-10-19T23:37:37.152Z | Compiling darling v0.20.3 |
1379 | 2023-10-19T23:37:37.220Z | Compiling num-iter v0.1.43 |
1380 | 2023-10-19T23:37:37.312Z | Compiling serde_with_macros v2.3.3 |
1381 | 2023-10-19T23:37:37.608Z | Compiling crossbeam-epoch v0.9.15 |
1382 | 2023-10-19T23:37:37.899Z | Compiling anstyle v1.0.2 |
1383 | 2023-10-19T23:37:38.169Z | Compiling bit-vec v0.6.3 |
1384 | 2023-10-19T23:37:38.607Z | Compiling utf8parse v0.2.1 |
1385 | 2023-10-19T23:37:38.852Z | Compiling paste v1.0.14 |
1386 | 2023-10-19T23:37:38.876Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1387 | 2023-10-19T23:37:39.508Z | Compiling smoltcp v0.9.1 |
1388 | 2023-10-19T23:37:40.075Z | Compiling anstyle-parse v0.2.1 |
1389 | 2023-10-19T23:37:41.228Z | Compiling zerocopy v0.6.4 |
1390 | 2023-10-19T23:37:41.606Z | Compiling signature v2.1.0 |
1391 | 2023-10-19T23:37:41.930Z | Compiling hubpack_derive v0.1.1 |
1392 | 2023-10-19T23:37:42.589Z | Compiling clap_derive v4.4.2 |
1393 | 2023-10-19T23:37:43.106Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1394 | 2023-10-19T23:37:43.514Z | Compiling colorchoice v1.0.0 |
1395 | 2023-10-19T23:37:43.753Z | Compiling anstyle-query v1.0.0 |
1396 | 2023-10-19T23:37:43.957Z | Compiling anstream v0.5.0 |
1397 | 2023-10-19T23:37:45.214Z | Compiling yasna v0.5.2 |
1398 | 2023-10-19T23:37:45.548Z | Compiling terminal_size v0.2.6 |
1399 | 2023-10-19T23:37:47.266Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1400 | 2023-10-19T23:37:48.494Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1401 | 2023-10-19T23:37:48.551Z | Compiling structmeta-derive v0.1.6 |
1402 | 2023-10-19T23:37:48.568Z | Compiling diesel_table_macro_syntax v0.1.0 |
1403 | 2023-10-19T23:37:49.150Z | Compiling hash32 v0.2.1 |
1404 | 2023-10-19T23:37:49.531Z | Compiling stable_deref_trait v1.2.0 |
1405 | 2023-10-19T23:37:49.691Z | Compiling tap v1.0.1 |
1406 | 2023-10-19T23:37:49.769Z | Compiling clap_lex v0.5.1 |
1407 | 2023-10-19T23:37:50.338Z | Compiling clap_builder v4.4.2 |
1408 | 2023-10-19T23:37:50.583Z | Compiling wyz v0.5.1 |
1409 | 2023-10-19T23:37:51.274Z | Compiling diesel_derives v2.1.1 |
1410 | 2023-10-19T23:37:52.618Z | Compiling tokio-stream v0.1.14 |
1411 | 2023-10-19T23:37:52.915Z | Compiling serde_repr v0.1.16 |
1412 | 2023-10-19T23:37:53.063Z | Compiling structmeta v0.1.6 |
1413 | 2023-10-19T23:37:53.678Z | Compiling scheduled-thread-pool v0.2.7 |
1414 | 2023-10-19T23:37:54.183Z | Compiling funty v2.0.0 |
1415 | 2023-10-19T23:37:54.637Z | Compiling regex-automata v0.1.10 |
1416 | 2023-10-19T23:37:54.658Z | Compiling regex-syntax v0.6.29 |
1417 | 2023-10-19T23:37:55.502Z | Compiling bstr v0.2.17 |
1418 | 2023-10-19T23:37:55.953Z | Compiling r2d2 v0.8.10 |
1419 | 2023-10-19T23:37:56.520Z | Compiling bitvec v1.0.1 |
1420 | 2023-10-19T23:37:56.655Z | Compiling clap v4.4.3 |
1421 | 2023-10-19T23:37:59.249Z | Compiling hubpack v0.1.2 |
1422 | 2023-10-19T23:38:00.436Z | Compiling itertools v0.10.5 |
1423 | 2023-10-19T23:38:00.848Z | Compiling phf_shared v0.10.0 |
1424 | 2023-10-19T23:38:01.491Z | Compiling float-cmp v0.9.0 |
1425 | 2023-10-19T23:38:02.063Z | Compiling fixedbitset v0.4.2 |
1426 | 2023-10-19T23:38:02.206Z | Compiling unicode-linebreak v0.1.5 |
1427 | 2023-10-19T23:38:02.825Z | Compiling smawk v0.3.1 |
1428 | 2023-10-19T23:38:03.079Z | Compiling difflib v0.4.0 |
1429 | 2023-10-19T23:38:03.119Z | Compiling predicates-core v1.0.6 |
1430 | 2023-10-19T23:38:03.699Z | Compiling normalize-line-endings v0.3.0 |
1431 | 2023-10-19T23:38:03.993Z | Compiling new_debug_unreachable v1.0.4 |
1432 | 2023-10-19T23:38:04.125Z | Compiling precomputed-hash v0.1.1 |
1433 | 2023-10-19T23:38:04.211Z | Compiling parse-display-derive v0.7.0 |
1434 | 2023-10-19T23:38:04.290Z | Compiling string_cache v0.8.7 |
1435 | 2023-10-19T23:38:05.056Z | Compiling predicates v3.0.4 |
1436 | 2023-10-19T23:38:05.308Z | Compiling textwrap v0.16.0 |
1437 | 2023-10-19T23:38:05.953Z | Compiling petgraph v0.6.4 |
1438 | 2023-10-19T23:38:07.381Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1439 | 2023-10-19T23:38:07.939Z | Compiling similar v2.2.1 |
1440 | 2023-10-19T23:38:09.857Z | Compiling bit-set v0.5.3 |
1441 | 2023-10-19T23:38:10.302Z | Compiling console v0.15.7 |
1442 | 2023-10-19T23:38:10.577Z | Compiling bstr v1.6.0 |
1443 | 2023-10-19T23:38:10.626Z | Compiling lalrpop-util v0.19.12 |
1444 | 2023-10-19T23:38:15.650Z | Compiling diesel v2.1.1 |
1445 | 2023-10-19T23:38:21.864Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1446 | 2023-10-19T23:38:22.340Z | Compiling proc-macro-crate v1.3.1 |
1447 | 2023-10-19T23:38:23.785Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1448 | 2023-10-19T23:38:31.210Z | Compiling crucible-workspace-hack v0.1.0 |
1449 | 2023-10-19T23:38:52.710Z | Compiling atty v0.2.14 |
1450 | 2023-10-19T23:38:56.431Z | Compiling sha1 v0.10.5 |
1451 | 2023-10-19T23:38:57.105Z | Compiling match_cfg v0.1.0 |
1452 | 2023-10-19T23:38:57.245Z | Compiling hostname v0.3.1 |
1453 | 2023-10-19T23:39:03.077Z | Compiling dirs-sys-next v0.1.2 |
1454 | 2023-10-19T23:39:03.501Z | Compiling dirs-next v2.0.0 |
1455 | 2023-10-19T23:39:07.704Z | Compiling thread_local v1.1.7 |
1456 | 2023-10-19T23:39:09.682Z | Compiling term v0.7.0 |
1457 | 2023-10-19T23:39:11.004Z | Compiling crossbeam-channel v0.5.8 |
1458 | 2023-10-19T23:39:12.443Z | Compiling take_mut v0.2.2 |
1459 | 2023-10-19T23:39:12.839Z | Compiling slog-term v2.9.0 |
1460 | 2023-10-19T23:39:14.301Z | Compiling slog-json v2.6.1 |
1461 | 2023-10-19T23:39:14.885Z | Compiling instant v0.1.12 |
1462 | 2023-10-19T23:39:15.081Z | Compiling slog-bunyan v2.4.0 |
1463 | 2023-10-19T23:39:16.242Z | Compiling strum v0.25.0 |
1464 | 2023-10-19T23:39:16.638Z | Compiling atomic-waker v1.1.1 |
1465 | 2023-10-19T23:39:16.916Z | Compiling waitgroup v0.1.2 |
1466 | 2023-10-19T23:39:17.067Z | Compiling num_enum_derive v0.5.11 |
1467 | 2023-10-19T23:39:17.256Z | Compiling serde_with v2.3.3 |
1468 | 2023-10-19T23:39:17.672Z | Compiling async-stream v0.3.5 |
1469 | 2023-10-19T23:39:19.574Z | Compiling serde_path_to_error v0.1.14 |
1470 | 2023-10-19T23:39:19.701Z | Compiling libz-sys v1.1.12 |
1471 | 2023-10-19T23:39:19.706Z | Compiling fastrand v2.0.0 |
1472 | 2023-10-19T23:39:20.442Z | Compiling debug-ignore v1.0.5 |
1473 | 2023-10-19T23:39:20.715Z | Compiling tempfile v3.8.0 |
1474 | 2023-10-19T23:39:22.457Z | Compiling proc-macro-error-attr v1.0.4 |
1475 | 2023-10-19T23:39:22.861Z | Compiling slog-dtrace v0.2.3 |
1476 | 2023-10-19T23:39:24.441Z | Compiling backoff v0.4.0 |
1477 | 2023-10-19T23:39:25.001Z | Compiling parse-display v0.7.0 |
1478 | 2023-10-19T23:39:25.684Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1479 | 2023-10-19T23:39:26.450Z | Compiling macaddr v1.0.1 |
1480 | 2023-10-19T23:39:26.763Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1481 | 2023-10-19T23:39:26.874Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1482 | 2023-10-19T23:39:27.202Z | Compiling proc-macro-error v1.0.4 |
1483 | 2023-10-19T23:39:27.614Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1484 | 2023-10-19T23:39:29.748Z | Compiling libsqlite3-sys v0.26.0 |
1485 | 2023-10-19T23:39:30.058Z | Compiling memoffset v0.7.1 |
1486 | 2023-10-19T23:39:30.216Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1487 | 2023-10-19T23:39:33.108Z | Compiling foreign-types-macros v0.2.3 |
1488 | 2023-10-19T23:39:33.164Z | Compiling vergen v8.2.4 |
1489 | 2023-10-19T23:39:33.551Z | Compiling base64ct v1.6.0 |
1490 | 2023-10-19T23:39:36.962Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1491 | 2023-10-19T23:39:37.093Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1492 | 2023-10-19T23:39:43.477Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1493 | 2023-10-19T23:39:43.510Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1494 | 2023-10-19T23:39:44.018Z | Compiling platforms v3.0.2 |
1495 | 2023-10-19T23:39:44.420Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1496 | 2023-10-19T23:39:44.727Z | Compiling num_enum_derive v0.7.0 |
1497 | 2023-10-19T23:39:44.794Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1498 | 2023-10-19T23:39:44.850Z | Compiling cfg-if v0.1.10 |
1499 | 2023-10-19T23:39:44.992Z | Compiling password-hash v0.5.0 |
1500 | 2023-10-19T23:39:45.493Z | Compiling curve25519-dalek v4.1.0 |
1501 | 2023-10-19T23:39:46.039Z | Compiling heck v0.3.3 |
1502 | 2023-10-19T23:39:46.061Z | Compiling blake2 v0.10.6 |
1503 | 2023-10-19T23:39:46.068Z | Compiling libefi-sys v0.1.0 |
1504 | 2023-10-19T23:39:46.583Z | Compiling structopt-derive v0.4.18 |
1505 | 2023-10-19T23:39:46.666Z | Compiling zone_cfg_derive v0.2.0 |
1506 | 2023-10-19T23:39:46.781Z | Compiling argon2 v0.5.2 |
1507 | 2023-10-19T23:39:48.351Z | Compiling num-derive v0.4.0 |
1508 | 2023-10-19T23:39:48.873Z | Compiling curve25519-dalek-derive v0.1.0 |
1509 | 2023-10-19T23:39:48.914Z | Compiling same-file v1.0.6 |
1510 | 2023-10-19T23:39:49.257Z | Compiling walkdir v2.4.0 |
1511 | 2023-10-19T23:39:49.844Z | Compiling toml v0.5.11 |
1512 | 2023-10-19T23:39:50.511Z | Compiling semver-parser v0.10.2 |
1513 | 2023-10-19T23:39:51.193Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1514 | 2023-10-19T23:39:51.199Z | Compiling filetime v0.2.22 |
1515 | 2023-10-19T23:39:51.700Z | Compiling xattr v1.0.1 |
1516 | 2023-10-19T23:39:51.737Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1517 | 2023-10-19T23:39:52.125Z | Compiling erased-serde v0.3.30 |
1518 | 2023-10-19T23:39:52.149Z | Compiling getrandom v0.1.16 |
1519 | 2023-10-19T23:39:52.225Z | Compiling tar v0.4.40 |
1520 | 2023-10-19T23:39:52.514Z | Compiling semver v0.11.0 |
1521 | 2023-10-19T23:39:52.763Z | Compiling universal-hash v0.5.1 |
1522 | 2023-10-19T23:39:52.874Z | Compiling bitstruct_derive v0.1.0 |
1523 | 2023-10-19T23:39:53.056Z | Compiling async-recursion v1.0.5 |
1524 | 2023-10-19T23:39:53.597Z | Compiling home v0.5.5 |
1525 | 2023-10-19T23:39:53.637Z | Compiling opaque-debug v0.3.0 |
1526 | 2023-10-19T23:39:53.973Z | Compiling toolchain_find v0.2.0 |
1527 | 2023-10-19T23:39:54.081Z | Compiling num-rational v0.4.1 |
1528 | 2023-10-19T23:39:54.521Z | Compiling unicase v2.7.0 |
1529 | 2023-10-19T23:39:54.629Z | Compiling parking_lot_core v0.8.6 |
1530 | 2023-10-19T23:39:54.864Z | Compiling rustfmt-wrapper v0.2.0 |
1531 | 2023-10-19T23:39:54.916Z | Compiling omicron-zone-package v0.8.3 |
1532 | 2023-10-19T23:39:55.246Z | Compiling num_enum v0.5.11 |
1533 | 2023-10-19T23:39:55.254Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1534 | 2023-10-19T23:39:55.625Z | Compiling aead v0.5.2 |
1535 | 2023-10-19T23:39:55.992Z | Compiling winapi v0.3.9 |
1536 | 2023-10-19T23:39:56.072Z | Compiling postcard-cobs v0.1.5-pre |
1537 | 2023-10-19T23:39:56.101Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1538 | 2023-10-19T23:39:56.428Z | Compiling postcard v0.7.3 |
1539 | 2023-10-19T23:39:56.520Z | Compiling polyval v0.6.1 |
1540 | 2023-10-19T23:39:56.727Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1541 | 2023-10-19T23:39:57.220Z | Compiling smoltcp v0.8.2 |
1542 | 2023-10-19T23:39:57.385Z | Compiling ctr v0.9.2 |
1543 | 2023-10-19T23:39:57.417Z | Compiling aes v0.8.3 |
1544 | 2023-10-19T23:39:57.883Z | Compiling thiserror-impl-no-std v2.0.2 |
1545 | 2023-10-19T23:39:57.886Z | Compiling foreign-types-shared v0.3.1 |
1546 | 2023-10-19T23:39:58.066Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1547 | 2023-10-19T23:39:58.374Z | Compiling foreign-types v0.5.0 |
1548 | 2023-10-19T23:39:59.202Z | Compiling mime_guess v2.0.4 |
1549 | 2023-10-19T23:40:01.814Z | Compiling is-terminal v0.4.9 |
1550 | 2023-10-19T23:40:01.990Z | Compiling toml_edit v0.20.0 |
1551 | 2023-10-19T23:40:02.629Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1552 | 2023-10-19T23:40:03.977Z | Compiling hashlink v0.8.3 |
1553 | 2023-10-19T23:40:05.043Z | Compiling cstr-argument v0.1.2 |
1554 | 2023-10-19T23:40:05.460Z | Compiling rand v0.4.6 |
1555 | 2023-10-19T23:40:06.150Z | Compiling pretty-hex v0.2.1 |
1556 | 2023-10-19T23:40:06.441Z | Compiling fallible-streaming-iterator v0.1.9 |
1557 | 2023-10-19T23:40:07.188Z | Compiling twox-hash v1.6.3 |
1558 | 2023-10-19T23:40:08.260Z | Compiling toml v0.8.0 |
1559 | 2023-10-19T23:40:08.311Z | Compiling rusqlite v0.29.0 |
1560 | 2023-10-19T23:40:10.396Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1561 | 2023-10-19T23:40:10.459Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1562 | 2023-10-19T23:40:11.633Z | Compiling colored v2.0.4 |
1563 | 2023-10-19T23:40:12.043Z | Compiling nix v0.26.2 |
1564 | 2023-10-19T23:40:12.047Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1565 | 2023-10-19T23:40:13.571Z | Compiling hkdf v0.12.3 |
1566 | 2023-10-19T23:40:14.250Z | Compiling textwrap v0.11.0 |
1567 | 2023-10-19T23:40:14.311Z | Compiling const_format_proc_macros v0.2.31 |
1568 | 2023-10-19T23:40:15.846Z | Compiling base64 v0.13.1 |
1569 | 2023-10-19T23:40:16.811Z | Compiling ansi_term v0.12.1 |
1570 | 2023-10-19T23:40:17.677Z | Compiling quick-error v1.2.3 |
1571 | 2023-10-19T23:40:17.700Z | Compiling linked-hash-map v0.5.6 |
1572 | 2023-10-19T23:40:18.026Z | Compiling strsim v0.8.0 |
1573 | 2023-10-19T23:40:18.261Z | Compiling vec_map v0.8.2 |
1574 | 2023-10-19T23:40:18.308Z | Compiling lru-cache v0.1.2 |
1575 | 2023-10-19T23:40:18.707Z | Compiling clap v2.34.0 |
1576 | 2023-10-19T23:40:19.089Z | Compiling resolv-conf v0.7.0 |
1577 | 2023-10-19T23:40:21.257Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1578 | 2023-10-19T23:40:21.696Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1579 | 2023-10-19T23:40:22.779Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1580 | 2023-10-19T23:40:24.949Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1581 | 2023-10-19T23:40:25.022Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1582 | 2023-10-19T23:40:28.439Z | Compiling num_enum v0.7.0 |
1583 | 2023-10-19T23:40:28.667Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1584 | 2023-10-19T23:40:30.523Z | Compiling bincode v1.3.3 |
1585 | 2023-10-19T23:40:31.871Z | Compiling keccak v0.1.4 |
1586 | 2023-10-19T23:40:32.193Z | Compiling termcolor v1.2.0 |
1587 | 2023-10-19T23:40:33.170Z | Compiling utf-8 v0.7.6 |
1588 | 2023-10-19T23:40:33.284Z | Compiling convert_case v0.4.0 |
1589 | 2023-10-19T23:40:33.308Z | Compiling humantime v2.1.0 |
1590 | 2023-10-19T23:40:34.575Z | Compiling cancel-safe-futures v0.1.2 |
1591 | 2023-10-19T23:40:34.617Z | Compiling derive_more v0.99.17 |
1592 | 2023-10-19T23:40:34.639Z | Compiling env_logger v0.9.3 |
1593 | 2023-10-19T23:40:35.456Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1594 | 2023-10-19T23:40:36.881Z | Compiling sha3 v0.10.8 |
1595 | 2023-10-19T23:40:44.917Z | Compiling structopt v0.3.26 |
1596 | 2023-10-19T23:40:45.166Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1597 | 2023-10-19T23:40:45.389Z | Compiling trust-dns-resolver v0.22.0 |
1598 | 2023-10-19T23:40:47.147Z | Compiling aes-gcm-siv v0.11.1 |
1599 | 2023-10-19T23:40:47.578Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1600 | 2023-10-19T23:40:47.599Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1601 | 2023-10-19T23:40:48.404Z | Compiling zone v0.2.0 |
1602 | 2023-10-19T23:40:50.161Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1603 | 2023-10-19T23:40:50.267Z | Compiling smf v0.2.2 |
1604 | 2023-10-19T23:40:50.727Z | Compiling secrecy v0.8.0 |
1605 | 2023-10-19T23:40:51.029Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1606 | 2023-10-19T23:40:51.240Z | Compiling ascii v1.1.0 |
1607 | 2023-10-19T23:40:52.115Z | Compiling ringbuffer v0.15.0 |
1608 | 2023-10-19T23:40:52.868Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1609 | 2023-10-19T23:40:53.762Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1610 | 2023-10-19T23:40:53.931Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1611 | 2023-10-19T23:40:55.444Z | Compiling bitstruct v0.1.1 |
1612 | 2023-10-19T23:40:57.045Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1613 | 2023-10-19T23:40:57.595Z | Compiling serde_arrays v0.1.0 |
1614 | 2023-10-19T23:40:57.840Z | Compiling ff v0.13.0 |
1615 | 2023-10-19T23:40:58.028Z | Compiling nibble_vec v0.1.0 |
1616 | 2023-10-19T23:40:58.318Z | Compiling endian-type v0.1.2 |
1617 | 2023-10-19T23:40:58.340Z | Compiling arc-swap v1.6.0 |
1618 | 2023-10-19T23:40:58.671Z | Compiling radix_trie v0.2.1 |
1619 | 2023-10-19T23:40:58.815Z | Compiling group v0.13.0 |
1620 | 2023-10-19T23:40:59.073Z | Compiling slog-scope v4.4.0 |
1621 | 2023-10-19T23:40:59.414Z | Compiling rand_core v0.5.1 |
1622 | 2023-10-19T23:40:59.715Z | Compiling tungstenite v0.20.1 |
1623 | 2023-10-19T23:41:00.259Z | Compiling poly1305 v0.8.0 |
1624 | 2023-10-19T23:41:01.550Z | Compiling chacha20 v0.9.1 |
1625 | 2023-10-19T23:41:02.094Z | Compiling crypto-bigint v0.5.2 |
1626 | 2023-10-19T23:41:02.191Z | Compiling num-complex v0.4.4 |
1627 | 2023-10-19T23:41:02.235Z | Compiling ciborium-io v0.2.1 |
1628 | 2023-10-19T23:41:02.423Z | Compiling option-ext v0.2.0 |
1629 | 2023-10-19T23:41:02.611Z | Compiling half v1.8.2 |
1630 | 2023-10-19T23:41:02.865Z | Compiling base16ct v0.2.0 |
1631 | 2023-10-19T23:41:03.688Z | Compiling ciborium-ll v0.2.1 |
1632 | 2023-10-19T23:41:03.692Z | Compiling dirs-sys v0.4.1 |
1633 | 2023-10-19T23:41:03.811Z | Compiling num v0.4.1 |
1634 | 2023-10-19T23:41:03.878Z | Compiling tokio-tungstenite v0.20.1 |
1635 | 2023-10-19T23:41:03.984Z | Compiling parking_lot v0.11.2 |
1636 | 2023-10-19T23:41:03.988Z | Compiling rand_chacha v0.2.2 |
1637 | 2023-10-19T23:41:04.124Z | Compiling slog-stdlog v4.1.1 |
1638 | 2023-10-19T23:41:04.503Z | Compiling trust-dns-client v0.22.0 |
1639 | 2023-10-19T23:41:04.627Z | Compiling thiserror-no-std v2.0.2 |
1640 | 2023-10-19T23:41:05.674Z | Compiling elliptic-curve v0.13.5 |
1641 | 2023-10-19T23:41:05.765Z | Compiling password-hash v0.4.2 |
1642 | 2023-10-19T23:41:05.908Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1643 | 2023-10-19T23:41:06.367Z | Compiling ed25519 v2.2.2 |
1644 | 2023-10-19T23:41:06.521Z | Compiling blowfish v0.9.1 |
1645 | 2023-10-19T23:41:06.960Z | Compiling pbkdf2 v0.12.2 |
1646 | 2023-10-19T23:41:07.210Z | Compiling fxhash v0.2.1 |
1647 | 2023-10-19T23:41:07.780Z | Compiling sled v0.34.7 |
1648 | 2023-10-19T23:41:07.943Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1649 | 2023-10-19T23:41:08.328Z | Compiling bcrypt-pbkdf v0.10.0 |
1650 | 2023-10-19T23:41:08.406Z | Compiling trust-dns-server v0.22.1 |
1651 | 2023-10-19T23:41:08.871Z | Compiling ed25519-dalek v2.0.0 |
1652 | 2023-10-19T23:41:08.949Z | Compiling pbkdf2 v0.11.0 |
1653 | 2023-10-19T23:41:09.019Z | Compiling vsss-rs v3.3.1 |
1654 | 2023-10-19T23:41:09.756Z | Compiling russh-cryptovec v0.7.0 |
1655 | 2023-10-19T23:41:10.364Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1656 | 2023-10-19T23:41:10.664Z | Compiling rand v0.7.3 |
1657 | 2023-10-19T23:41:11.192Z | Compiling slog-envlogger v2.2.0 |
1658 | 2023-10-19T23:41:12.567Z | Compiling dirs v5.0.1 |
1659 | 2023-10-19T23:41:12.845Z | Compiling ciborium v0.2.1 |
1660 | 2023-10-19T23:41:13.703Z | Compiling chacha20poly1305 v0.10.1 |
1661 | 2023-10-19T23:41:13.981Z | Compiling tungstenite v0.18.0 |
1662 | 2023-10-19T23:41:14.008Z | Compiling const_format v0.2.31 |
1663 | 2023-10-19T23:41:15.054Z | Compiling pem v1.1.1 |
1664 | 2023-10-19T23:41:15.531Z | Compiling ron v0.7.1 |
1665 | 2023-10-19T23:41:16.550Z | Compiling ghash v0.5.0 |
1666 | 2023-10-19T23:41:17.720Z | Compiling camino-tempfile v1.0.2 |
1667 | 2023-10-19T23:41:18.607Z | Compiling cbc v0.1.2 |
1668 | 2023-10-19T23:41:18.659Z | Compiling headers-core v0.2.0 |
1669 | 2023-10-19T23:41:19.346Z | Compiling pretty-hex v0.3.0 |
1670 | 2023-10-19T23:41:19.427Z | Compiling http-range v0.1.5 |
1671 | 2023-10-19T23:41:19.655Z | Compiling bit_field v0.10.2 |
1672 | 2023-10-19T23:41:19.679Z | Compiling md5 v0.7.0 |
1673 | 2023-10-19T23:41:19.989Z | Compiling hyper-staticfile v0.9.5 |
1674 | 2023-10-19T23:41:20.084Z | Compiling russh-keys v0.38.0 |
1675 | 2023-10-19T23:41:20.673Z | Compiling headers v0.3.9 |
1676 | 2023-10-19T23:41:25.551Z | Compiling aes-gcm v0.10.2 |
1677 | 2023-10-19T23:41:26.659Z | Compiling tokio-tungstenite v0.18.0 |
1678 | 2023-10-19T23:41:27.466Z | Compiling rcgen v0.10.0 |
1679 | 2023-10-19T23:41:50.534Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1680 | 2023-10-19T23:41:51.726Z | Compiling atomicwrites v0.4.2 |
1681 | 2023-10-19T23:41:51.812Z | Compiling subprocess v0.2.9 |
1682 | 2023-10-19T23:41:51.875Z | Compiling glob v0.3.1 |
1683 | 2023-10-19T23:41:51.964Z | Compiling hex-literal v0.4.1 |
1684 | 2023-10-19T23:41:52.070Z | Compiling russh v0.38.0 |
1685 | 2023-10-19T23:41:52.177Z | Compiling bzip2 v0.4.4 |
1686 | 2023-10-19T23:41:52.255Z | Compiling zip v0.6.6 |
1687 | 2023-10-19T23:41:52.288Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1688 | 2023-10-19T23:41:52.353Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1689 | 2023-10-19T23:41:52.426Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1690 | 2023-10-19T23:41:52.472Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1691 | 2023-10-19T23:41:52.490Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1692 | 2023-10-19T23:41:52.535Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1693 | 2023-10-19T23:41:52.689Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1694 | 2023-10-19T23:41:52.808Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1695 | 2023-10-19T23:41:52.976Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1696 | 2023-10-19T23:41:53.029Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1697 | 2023-10-19T23:41:57.214Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1698 | 2023-10-19T23:42:02.246Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1699 | 2023-10-19T23:42:07.605Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1700 | 2023-10-19T23:42:09.184Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1701 | 2023-10-19T23:42:20.671Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1702 | 2023-10-19T23:42:23.583Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1703 | 2023-10-19T23:42:30.338Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1704 | 2023-10-19T23:42:32.692Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1705 | 2023-10-19T23:42:33.700Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1706 | 2023-10-19T23:42:34.243Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1707 | 2023-10-19T23:42:49.881Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1708 | 2023-10-19T23:43:34.308Z | Compiling git2 v0.17.2 |
1709 | 2023-10-19T23:43:34.570Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1710 | 2023-10-19T23:43:34.822Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1711 | 2023-10-19T23:43:36.120Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1712 | 2023-10-19T23:43:52.203Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1713 | 2023-10-19T23:43:52.496Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1714 | 2023-10-19T23:43:53.044Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1715 | 2023-10-19T23:43:55.529Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1716 | 2023-10-19T23:44:32.026Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1717 | 2023-10-19T23:46:01.291Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 36s |
1718 | 2023-10-19T23:46:01.635Z | |
1719 | 2023-10-19T23:46:01.639Z | real 10:36.898289536 |
1720 | 2023-10-19T23:46:01.642Z | user 58:34.713314112 |
1721 | 2023-10-19T23:46:01.646Z | sys 9:26.345896067 |
1722 | 2023-10-19T23:46:01.650Z | trap 2.324195964 |
1723 | 2023-10-19T23:46:01.653Z | tflt 2.905032926 |
1724 | 2023-10-19T23:46:01.656Z | dflt 6.935091767 |
1725 | 2023-10-19T23:46:01.662Z | kflt 0.015509689 |
1726 | 2023-10-19T23:46:01.666Z | lock 1:47:00.325019124 |
1727 | 2023-10-19T23:46:01.670Z | slp 3:05:17.305791786 |
1728 | 2023-10-19T23:46:01.677Z | lat 2:29.737940409 |
1729 | 2023-10-19T23:46:01.681Z | stop 5:37.102627119 |
1730 | 2023-10-19T23:46:01.685Z | + mkdir -p /work/end-to-end-tests |
1731 | 2023-10-19T23:46:01.689Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1732 | 2023-10-19T23:46:02.126Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1733 | 2023-10-19T23:46:02.130Z | + ptime -m gzip |
1734 | 2023-10-19T23:46:02.133Z | ++ basename target/debug/bootstrap |
1735 | 2023-10-19T23:46:18.889Z | |
1736 | 2023-10-19T23:46:18.892Z | real 16.758694027 |
1737 | 2023-10-19T23:46:18.895Z | user 16.599280796 |
1738 | 2023-10-19T23:46:18.898Z | sys 0.154681650 |
1739 | 2023-10-19T23:46:18.900Z | trap 0.003153952 |
1740 | 2023-10-19T23:46:18.903Z | tflt 0.000000000 |
1741 | 2023-10-19T23:46:18.906Z | dflt 0.000000000 |
1742 | 2023-10-19T23:46:18.909Z | kflt 0.000000000 |
1743 | 2023-10-19T23:46:18.912Z | lock 0.000000000 |
1744 | 2023-10-19T23:46:18.915Z | slp 0.000000000 |
1745 | 2023-10-19T23:46:18.918Z | lat 0.001181090 |
1746 | 2023-10-19T23:46:18.921Z | stop 0.000282670 |
1747 | 2023-10-19T23:46:18.923Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1748 | 2023-10-19T23:46:18.926Z | + ptime -m gzip |
1749 | 2023-10-19T23:46:18.929Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8a64e1a08208e018 |
1750 | 2023-10-19T23:46:19.988Z | |
1751 | 2023-10-19T23:46:19.993Z | real 1.090613588 |
1752 | 2023-10-19T23:46:19.997Z | user 1.078762828 |
1753 | 2023-10-19T23:46:20.008Z | sys 0.011169166 |
1754 | 2023-10-19T23:46:20.014Z | trap 0.000142211 |
1755 | 2023-10-19T23:46:20.020Z | tflt 0.000000000 |
1756 | 2023-10-19T23:46:20.026Z | dflt 0.000000000 |
1757 | 2023-10-19T23:46:20.031Z | kflt 0.000000000 |
1758 | 2023-10-19T23:46:20.040Z | lock 0.000000000 |
1759 | 2023-10-19T23:46:20.049Z | slp 0.000000000 |
1760 | 2023-10-19T23:46:20.058Z | lat 0.000204416 |
1761 | 2023-10-19T23:46:20.075Z | stop 0.000222300 |
1762 | 2023-10-19T23:46:20.087Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1763 | 2023-10-19T23:46:20.098Z | + ptime -m gzip |
1764 | 2023-10-19T23:46:20.119Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ac1cb3326a4ba018 |
1765 | 2023-10-19T23:46:39.084Z | |
1766 | 2023-10-19T23:46:39.089Z | real 19.083701169 |
1767 | 2023-10-19T23:46:39.093Z | user 18.909016028 |
1768 | 2023-10-19T23:46:39.098Z | sys 0.170139776 |
1769 | 2023-10-19T23:46:39.104Z | trap 0.003036181 |
1770 | 2023-10-19T23:46:39.108Z | tflt 0.000000000 |
1771 | 2023-10-19T23:46:39.113Z | dflt 0.000000000 |
1772 | 2023-10-19T23:46:39.125Z | kflt 0.000000000 |
1773 | 2023-10-19T23:46:39.128Z | lock 0.000000000 |
1774 | 2023-10-19T23:46:39.131Z | slp 0.000000000 |
1775 | 2023-10-19T23:46:39.134Z | lat 0.001177166 |
1776 | 2023-10-19T23:46:39.137Z | stop 0.000221406 |
1777 | 2023-10-19T23:46:39.140Z | + banner caboose-util |
1778 | 2023-10-19T23:46:39.143Z | |
1779 | 2023-10-19T23:46:39.146Z | #### ## ##### #### #### #### ###### # # ##### |
1780 | 2023-10-19T23:46:39.150Z | # # # # # # # # # # # # # # # |
1781 | 2023-10-19T23:46:39.153Z | # # # ##### # # # # #### ##### ##### # # # |
1782 | 2023-10-19T23:46:39.155Z | # ###### # # # # # # # # # # # |
1783 | 2023-10-19T23:46:39.158Z | # # # # # # # # # # # # # # # # |
1784 | 2023-10-19T23:46:39.161Z | #### # # ##### #### #### #### ###### #### # |
1785 | 2023-10-19T23:46:39.164Z | |
1786 | 2023-10-19T23:46:39.167Z | + ptime -m cargo build --locked -p caboose-util --release |
1787 | 2023-10-19T23:46:39.793Z | Downloading crates ... |
1788 | 2023-10-19T23:46:40.068Z | Downloaded crc v3.0.1 |
1789 | 2023-10-19T23:46:40.074Z | Downloaded packed_struct_codegen v0.10.1 |
1790 | 2023-10-19T23:46:40.078Z | Downloaded env_logger v0.10.0 |
1791 | 2023-10-19T23:46:40.083Z | Downloaded packed_struct v0.10.1 |
1792 | 2023-10-19T23:46:40.087Z | Downloaded bitfield v0.14.0 |
1793 | 2023-10-19T23:46:40.091Z | Downloaded crc-any v2.4.3 |
1794 | 2023-10-19T23:46:40.094Z | Downloaded path-slash v0.1.5 |
1795 | 2023-10-19T23:46:40.097Z | Downloaded crc-catalog v2.2.0 |
1796 | 2023-10-19T23:46:40.100Z | Downloaded nodrop v0.1.14 |
1797 | 2023-10-19T23:46:40.104Z | Downloaded flagset v0.4.3 |
1798 | 2023-10-19T23:46:40.108Z | Downloaded serde-hex v0.1.0 |
1799 | 2023-10-19T23:46:40.113Z | Downloaded pem-rfc7468 v0.7.0 |
1800 | 2023-10-19T23:46:40.116Z | Downloaded maybe-uninit v2.0.0 |
1801 | 2023-10-19T23:46:40.119Z | Downloaded der_derive v0.7.2 |
1802 | 2023-10-19T23:46:40.122Z | Downloaded pkcs1 v0.7.5 |
1803 | 2023-10-19T23:46:40.125Z | Downloaded smallvec v0.6.14 |
1804 | 2023-10-19T23:46:40.128Z | Downloaded array-init v0.0.4 |
1805 | 2023-10-19T23:46:40.131Z | Downloaded ron v0.8.1 |
1806 | 2023-10-19T23:46:40.138Z | Downloaded rsa v0.9.2 |
1807 | 2023-10-19T23:46:40.141Z | Downloaded num-bigint-dig v0.8.4 |
1808 | 2023-10-19T23:46:40.144Z | Downloaded object v0.30.4 |
1809 | 2023-10-19T23:46:40.161Z | Downloaded x509-cert v0.2.4 |
1810 | 2023-10-19T23:46:40.342Z | Compiling proc-macro2 v1.0.67 |
1811 | 2023-10-19T23:46:40.345Z | Compiling unicode-ident v1.0.12 |
1812 | 2023-10-19T23:46:40.348Z | Compiling libc v0.2.149 |
1813 | 2023-10-19T23:46:40.352Z | Compiling autocfg v1.1.0 |
1814 | 2023-10-19T23:46:40.356Z | Compiling serde v1.0.188 |
1815 | 2023-10-19T23:46:40.365Z | Compiling version_check v0.9.4 |
1816 | 2023-10-19T23:46:40.368Z | Compiling cfg-if v1.0.0 |
1817 | 2023-10-19T23:46:40.496Z | Compiling syn v1.0.109 |
1818 | 2023-10-19T23:46:40.520Z | Compiling parking_lot_core v0.9.8 |
1819 | 2023-10-19T23:46:40.624Z | Compiling once_cell v1.18.0 |
1820 | 2023-10-19T23:46:41.102Z | Compiling typenum v1.16.0 |
1821 | 2023-10-19T23:46:41.124Z | Compiling libm v0.2.7 |
1822 | 2023-10-19T23:46:41.349Z | Compiling futures-core v0.3.28 |
1823 | 2023-10-19T23:46:41.419Z | Compiling generic-array v0.14.7 |
1824 | 2023-10-19T23:46:41.549Z | Compiling pkg-config v0.3.27 |
1825 | 2023-10-19T23:46:41.562Z | Compiling lock_api v0.4.10 |
1826 | 2023-10-19T23:46:41.655Z | Compiling num-traits v0.2.16 |
1827 | 2023-10-19T23:46:41.936Z | Compiling slab v0.4.9 |
1828 | 2023-10-19T23:46:42.033Z | Compiling serde_json v1.0.107 |
1829 | 2023-10-19T23:46:42.348Z | Compiling futures-task v0.3.28 |
1830 | 2023-10-19T23:46:42.453Z | Compiling quote v1.0.33 |
1831 | 2023-10-19T23:46:42.481Z | Compiling futures-channel v0.3.28 |
1832 | 2023-10-19T23:46:42.574Z | Compiling scopeguard v1.2.0 |
1833 | 2023-10-19T23:46:42.757Z | Compiling thiserror v1.0.49 |
1834 | 2023-10-19T23:46:42.924Z | Compiling itoa v1.0.9 |
1835 | 2023-10-19T23:46:42.968Z | Compiling memchr v2.6.3 |
1836 | 2023-10-19T23:46:43.253Z | Compiling syn v2.0.32 |
1837 | 2023-10-19T23:46:43.318Z | Compiling jobserver v0.1.26 |
1838 | 2023-10-19T23:46:43.459Z | Compiling getrandom v0.2.10 |
1839 | 2023-10-19T23:46:43.586Z | Compiling futures-util v0.3.28 |
1840 | 2023-10-19T23:46:44.057Z | Compiling cc v1.0.83 |
1841 | 2023-10-19T23:46:45.037Z | Compiling ahash v0.8.3 |
1842 | 2023-10-19T23:46:45.119Z | Compiling smallvec v1.11.0 |
1843 | 2023-10-19T23:46:45.579Z | Compiling vcpkg v0.2.15 |
1844 | 2023-10-19T23:46:45.763Z | Compiling log v0.4.20 |
1845 | 2023-10-19T23:46:46.656Z | Compiling byteorder v1.4.3 |
1846 | 2023-10-19T23:46:46.706Z | Compiling rand_core v0.6.4 |
1847 | 2023-10-19T23:46:47.769Z | Compiling pin-project-lite v0.2.13 |
1848 | 2023-10-19T23:46:47.825Z | Compiling parking_lot v0.12.1 |
1849 | 2023-10-19T23:46:48.260Z | Compiling indexmap v1.9.3 |
1850 | 2023-10-19T23:46:48.638Z | Compiling openssl-sys v0.9.93 |
1851 | 2023-10-19T23:46:48.649Z | Compiling ring v0.16.20 |
1852 | 2023-10-19T23:46:50.429Z | Compiling io-lifetimes v1.0.11 |
1853 | 2023-10-19T23:46:51.271Z | Compiling num-integer v0.1.45 |
1854 | 2023-10-19T23:46:51.681Z | Compiling spin v0.5.2 |
1855 | 2023-10-19T23:46:51.790Z | Compiling ryu v1.0.15 |
1856 | 2023-10-19T23:46:52.058Z | Compiling semver v1.0.18 |
1857 | 2023-10-19T23:46:52.249Z | Compiling const-oid v0.9.5 |
1858 | 2023-10-19T23:46:53.265Z | Compiling rustix v0.37.23 |
1859 | 2023-10-19T23:46:54.036Z | Compiling mio v0.8.8 |
1860 | 2023-10-19T23:46:54.579Z | Compiling socket2 v0.5.4 |
1861 | 2023-10-19T23:46:54.695Z | Compiling num_cpus v1.16.0 |
1862 | 2023-10-19T23:46:54.854Z | Compiling signal-hook-registry v1.4.1 |
1863 | 2023-10-19T23:46:55.617Z | Compiling futures-sink v0.3.28 |
1864 | 2023-10-19T23:46:55.829Z | Compiling unicode-xid v0.2.4 |
1865 | 2023-10-19T23:46:55.840Z | Compiling ucd-trie v0.1.6 |
1866 | 2023-10-19T23:46:55.871Z | Compiling heck v0.4.1 |
1867 | 2023-10-19T23:46:55.991Z | Compiling openssl v0.10.57 |
1868 | 2023-10-19T23:46:56.066Z | Compiling httparse v1.8.0 |
1869 | 2023-10-19T23:46:56.322Z | Compiling synstructure v0.12.6 |
1870 | 2023-10-19T23:46:56.647Z | Compiling tinyvec_macros v0.1.1 |
1871 | 2023-10-19T23:46:56.757Z | Compiling tinyvec v1.6.0 |
1872 | 2023-10-19T23:46:57.720Z | Compiling pin-utils v0.1.0 |
1873 | 2023-10-19T23:46:57.842Z | Compiling futures-io v0.3.28 |
1874 | 2023-10-19T23:46:58.473Z | Compiling radium v0.7.0 |
1875 | 2023-10-19T23:46:58.883Z | Compiling rustls v0.21.7 |
1876 | 2023-10-19T23:46:59.066Z | Compiling native-tls v0.2.11 |
1877 | 2023-10-19T23:46:59.248Z | Compiling crc32fast v1.3.2 |
1878 | 2023-10-19T23:46:59.392Z | Compiling ppv-lite86 v0.2.17 |
1879 | 2023-10-19T23:46:59.515Z | Compiling unicode-normalization v0.1.22 |
1880 | 2023-10-19T23:46:59.882Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1881 | 2023-10-19T23:47:00.386Z | Compiling tracing-core v0.1.31 |
1882 | 2023-10-19T23:47:00.623Z | Compiling unicode-bidi v0.3.13 |
1883 | 2023-10-19T23:47:00.667Z | Compiling subtle v2.5.0 |
1884 | 2023-10-19T23:47:00.800Z | Compiling rand_chacha v0.3.1 |
1885 | 2023-10-19T23:47:01.411Z | Compiling rand v0.8.5 |
1886 | 2023-10-19T23:47:03.122Z | Compiling errno v0.3.2 |
1887 | 2023-10-19T23:47:03.299Z | Compiling num-iter v0.1.43 |
1888 | 2023-10-19T23:47:03.449Z | Compiling usdt-impl v0.3.5 |
1889 | 2023-10-19T23:47:03.491Z | Compiling base64 v0.21.4 |
1890 | 2023-10-19T23:47:03.685Z | Compiling schemars v0.8.13 |
1891 | 2023-10-19T23:47:04.042Z | Compiling rustix v0.38.9 |
1892 | 2023-10-19T23:47:05.721Z | Compiling serde_derive_internals v0.26.0 |
1893 | 2023-10-19T23:47:05.936Z | Compiling serde_derive v1.0.188 |
1894 | 2023-10-19T23:47:06.311Z | Compiling zeroize_derive v1.4.2 |
1895 | 2023-10-19T23:47:06.328Z | Compiling tokio-macros v2.1.0 |
1896 | 2023-10-19T23:47:07.183Z | Compiling thiserror-impl v1.0.49 |
1897 | 2023-10-19T23:47:07.227Z | Compiling futures-macro v0.3.28 |
1898 | 2023-10-19T23:47:07.426Z | Compiling tracing-attributes v0.1.26 |
1899 | 2023-10-19T23:47:09.000Z | Compiling zeroize v1.6.0 |
1900 | 2023-10-19T23:47:09.637Z | Compiling zerocopy-derive v0.2.0 |
1901 | 2023-10-19T23:47:10.318Z | Compiling openssl-macros v0.1.1 |
1902 | 2023-10-19T23:47:11.548Z | Compiling crypto-common v0.1.6 |
1903 | 2023-10-19T23:47:11.827Z | Compiling block-buffer v0.10.4 |
1904 | 2023-10-19T23:47:12.037Z | Compiling pest v2.7.2 |
1905 | 2023-10-19T23:47:12.552Z | Compiling digest v0.10.7 |
1906 | 2023-10-19T23:47:12.555Z | Compiling zerocopy-derive v0.6.4 |
1907 | 2023-10-19T23:47:12.913Z | Compiling tracing v0.1.37 |
1908 | 2023-10-19T23:47:13.660Z | Compiling bitflags v1.3.2 |
1909 | 2023-10-19T23:47:15.494Z | Compiling fnv v1.0.7 |
1910 | 2023-10-19T23:47:15.538Z | Compiling untrusted v0.7.1 |
1911 | 2023-10-19T23:47:16.878Z | Compiling pest_meta v2.7.2 |
1912 | 2023-10-19T23:47:17.234Z | Compiling zerocopy v0.3.0 |
1913 | 2023-10-19T23:47:18.220Z | Compiling schemars_derive v0.8.13 |
1914 | 2023-10-19T23:47:20.744Z | Compiling pest_generator v2.7.2 |
1915 | 2023-10-19T23:47:21.498Z | Compiling lazy_static v1.4.0 |
1916 | 2023-10-19T23:47:21.790Z | Compiling backtrace v0.3.69 |
1917 | 2023-10-19T23:47:22.059Z | Compiling memoffset v0.9.0 |
1918 | 2023-10-19T23:47:22.365Z | Compiling num-bigint v0.4.4 |
1919 | 2023-10-19T23:47:22.475Z | Compiling allocator-api2 v0.2.16 |
1920 | 2023-10-19T23:47:23.001Z | Compiling iana-time-zone v0.1.57 |
1921 | 2023-10-19T23:47:23.128Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1922 | 2023-10-19T23:47:23.552Z | Compiling openssl-probe v0.1.5 |
1923 | 2023-10-19T23:47:23.735Z | Compiling crossbeam-utils v0.8.16 |
1924 | 2023-10-19T23:47:23.807Z | Compiling foreign-types-shared v0.1.1 |
1925 | 2023-10-19T23:47:23.820Z | Compiling pest_derive v2.7.2 |
1926 | 2023-10-19T23:47:24.428Z | Compiling async-trait v0.1.73 |
1927 | 2023-10-19T23:47:24.436Z | Compiling hashbrown v0.12.3 |
1928 | 2023-10-19T23:47:24.922Z | Compiling smoltcp v0.9.1 |
1929 | 2023-10-19T23:47:24.927Z | Compiling percent-encoding v2.3.0 |
1930 | 2023-10-19T23:47:24.943Z | Compiling base64ct v1.6.0 |
1931 | 2023-10-19T23:47:24.951Z | Compiling dtrace-parser v0.1.14 |
1932 | 2023-10-19T23:47:24.959Z | Compiling foreign-types v0.3.2 |
1933 | 2023-10-19T23:47:25.083Z | Compiling hashbrown v0.14.0 |
1934 | 2023-10-19T23:47:26.012Z | Compiling pem-rfc7468 v0.7.0 |
1935 | 2023-10-19T23:47:27.208Z | Compiling dof v0.1.5 |
1936 | 2023-10-19T23:47:27.407Z | Compiling der_derive v0.7.2 |
1937 | 2023-10-19T23:47:27.424Z | Compiling clap_derive v4.4.2 |
1938 | 2023-10-19T23:47:29.188Z | Compiling thread-id v4.2.0 |
1939 | 2023-10-19T23:47:29.194Z | Compiling time-core v0.1.1 |
1940 | 2023-10-19T23:47:29.205Z | Compiling flagset v0.4.3 |
1941 | 2023-10-19T23:47:29.675Z | Compiling rustversion v1.0.14 |
1942 | 2023-10-19T23:47:29.689Z | Compiling equivalent v1.0.1 |
1943 | 2023-10-19T23:47:29.703Z | Compiling bytes v1.5.0 |
1944 | 2023-10-19T23:47:29.775Z | Compiling bitflags v2.4.0 |
1945 | 2023-10-19T23:47:30.280Z | Compiling rustc_version v0.4.0 |
1946 | 2023-10-19T23:47:30.710Z | Compiling tokio v1.32.0 |
1947 | 2023-10-19T23:47:31.307Z | Compiling heapless v0.7.16 |
1948 | 2023-10-19T23:47:31.405Z | Compiling http v0.2.9 |
1949 | 2023-10-19T23:47:31.853Z | Compiling uuid v1.4.1 |
1950 | 2023-10-19T23:47:32.933Z | Compiling chrono v0.4.31 |
1951 | 2023-10-19T23:47:33.422Z | Compiling adler v1.0.2 |
1952 | 2023-10-19T23:47:34.104Z | Compiling try-lock v0.2.4 |
1953 | 2023-10-19T23:47:34.305Z | Compiling utf8parse v0.2.1 |
1954 | 2023-10-19T23:47:34.569Z | Compiling cpufeatures v0.2.9 |
1955 | 2023-10-19T23:47:34.707Z | Compiling anstyle v1.0.2 |
1956 | 2023-10-19T23:47:35.092Z | Compiling siphasher v0.3.11 |
1957 | 2023-10-19T23:47:35.292Z | Compiling sha2 v0.10.7 |
1958 | 2023-10-19T23:47:35.729Z | Compiling anstyle-parse v0.2.1 |
1959 | 2023-10-19T23:47:35.736Z | Compiling want v0.3.1 |
1960 | 2023-10-19T23:47:36.367Z | Compiling http-body v0.4.5 |
1961 | 2023-10-19T23:47:37.436Z | Compiling miniz_oxide v0.7.1 |
1962 | 2023-10-19T23:47:39.714Z | Compiling der v0.7.8 |
1963 | 2023-10-19T23:47:41.964Z | Compiling indexmap v2.0.0 |
1964 | 2023-10-19T23:47:43.452Z | Compiling serde_tokenstream v0.1.7 |
1965 | 2023-10-19T23:47:44.018Z | Compiling tokio-util v0.7.8 |
1966 | 2023-10-19T23:47:44.292Z | Compiling time-macros v0.2.13 |
1967 | 2023-10-19T23:47:46.434Z | Compiling h2 v0.3.21 |
1968 | 2023-10-19T23:47:51.068Z | Compiling form_urlencoded v1.2.0 |
1969 | 2023-10-19T23:47:51.118Z | Compiling sct v0.7.0 |
1970 | 2023-10-19T23:47:51.565Z | Compiling rustls-webpki v0.101.4 |
1971 | 2023-10-19T23:47:52.357Z | Compiling hubpack_derive v0.1.1 |
1972 | 2023-10-19T23:47:53.655Z | Compiling aho-corasick v1.0.4 |
1973 | 2023-10-19T23:47:53.716Z | Compiling socket2 v0.4.9 |
1974 | 2023-10-19T23:47:53.720Z | Compiling crossbeam-epoch v0.9.15 |
1975 | 2023-10-19T23:47:54.196Z | Compiling regex-syntax v0.7.5 |
1976 | 2023-10-19T23:47:54.316Z | Compiling tap v1.0.1 |
1977 | 2023-10-19T23:47:54.590Z | Compiling tower-service v0.3.2 |
1978 | 2023-10-19T23:47:55.447Z | Compiling httpdate v1.0.3 |
1979 | 2023-10-19T23:47:55.479Z | Compiling anyhow v1.0.75 |
1980 | 2023-10-19T23:47:55.765Z | Compiling anstyle-query v1.0.0 |
1981 | 2023-10-19T23:47:55.844Z | Compiling slog v2.7.0 |
1982 | 2023-10-19T23:47:56.444Z | Compiling colorchoice v1.0.0 |
1983 | 2023-10-19T23:47:56.927Z | Compiling anstream v0.5.0 |
1984 | 2023-10-19T23:47:58.388Z | Compiling hyper v0.14.27 |
1985 | 2023-10-19T23:47:59.934Z | Compiling wyz v0.5.1 |
1986 | 2023-10-19T23:48:00.756Z | Compiling regex-automata v0.3.8 |
1987 | 2023-10-19T23:48:05.782Z | Compiling terminal_size v0.2.6 |
1988 | 2023-10-19T23:48:05.935Z | Compiling spki v0.7.2 |
1989 | 2023-10-19T23:48:08.242Z | Compiling zerocopy v0.6.4 |
1990 | 2023-10-19T23:48:09.392Z | Compiling rustls-pemfile v1.0.3 |
1991 | 2023-10-19T23:48:09.718Z | Compiling hmac v0.12.1 |
1992 | 2023-10-19T23:48:09.740Z | Compiling md-5 v0.10.5 |
1993 | 2023-10-19T23:48:10.070Z | Compiling stringprep v0.1.3 |
1994 | 2023-10-19T23:48:10.085Z | Compiling idna v0.4.0 |
1995 | 2023-10-19T23:48:11.747Z | Compiling diesel_table_macro_syntax v0.1.0 |
1996 | 2023-10-19T23:48:12.334Z | Compiling hash32 v0.2.1 |
1997 | 2023-10-19T23:48:12.517Z | Compiling spin v0.9.8 |
1998 | 2023-10-19T23:48:12.622Z | Compiling maybe-uninit v2.0.0 |
1999 | 2023-10-19T23:48:12.905Z | Compiling fallible-iterator v0.2.0 |
2000 | 2023-10-19T23:48:13.087Z | Compiling clap_lex v0.5.1 |
2001 | 2023-10-19T23:48:14.086Z | Compiling dyn-clone v1.0.13 |
2002 | 2023-10-19T23:48:14.228Z | Compiling gimli v0.28.0 |
2003 | 2023-10-19T23:48:14.309Z | Compiling strsim v0.10.0 |
2004 | 2023-10-19T23:48:14.356Z | Compiling either v1.9.0 |
2005 | 2023-10-19T23:48:14.382Z | Compiling stable_deref_trait v1.2.0 |
2006 | 2023-10-19T23:48:14.716Z | Compiling funty v2.0.0 |
2007 | 2023-10-19T23:48:16.625Z | Compiling clap_builder v4.4.2 |
2008 | 2023-10-19T23:48:17.118Z | Compiling bitvec v1.0.1 |
2009 | 2023-10-19T23:48:17.882Z | Compiling postgres-protocol v0.6.6 |
2010 | 2023-10-19T23:48:18.588Z | Compiling diesel_derives v2.1.1 |
2011 | 2023-10-19T23:48:20.746Z | Compiling tokio-rustls v0.24.1 |
2012 | 2023-10-19T23:48:20.749Z | Compiling url v2.4.1 |
2013 | 2023-10-19T23:48:21.033Z | Compiling rustls-native-certs v0.6.3 |
2014 | 2023-10-19T23:48:21.569Z | Compiling addr2line v0.21.0 |
2015 | 2023-10-19T23:48:22.559Z | Compiling strum_macros v0.25.2 |
2016 | 2023-10-19T23:48:22.630Z | Compiling tokio-native-tls v0.3.1 |
2017 | 2023-10-19T23:48:25.899Z | Compiling usdt-attr-macro v0.3.5 |
2018 | 2023-10-19T23:48:26.317Z | Compiling usdt-macro v0.3.5 |
2019 | 2023-10-19T23:48:28.710Z | Compiling phf_shared v0.11.2 |
2020 | 2023-10-19T23:48:28.802Z | Compiling toml_datetime v0.6.3 |
2021 | 2023-10-19T23:48:29.290Z | Compiling serde_spanned v0.6.3 |
2022 | 2023-10-19T23:48:29.693Z | Compiling block-padding v0.3.3 |
2023 | 2023-10-19T23:48:29.713Z | Compiling enum-as-inner v0.5.1 |
2024 | 2023-10-19T23:48:30.034Z | Compiling serde_repr v0.1.16 |
2025 | 2023-10-19T23:48:30.119Z | Compiling scheduled-thread-pool v0.2.7 |
2026 | 2023-10-19T23:48:31.194Z | Compiling object v0.32.1 |
2027 | 2023-10-19T23:48:34.570Z | Compiling unicode-width v0.1.10 |
2028 | 2023-10-19T23:48:36.353Z | Compiling regex-automata v0.1.10 |
2029 | 2023-10-19T23:48:37.149Z | Compiling num-bigint-dig v0.8.4 |
2030 | 2023-10-19T23:48:38.561Z | Compiling winnow v0.5.15 |
2031 | 2023-10-19T23:48:42.985Z | Compiling num_threads v0.1.6 |
2032 | 2023-10-19T23:48:43.160Z | Compiling bit-vec v0.6.3 |
2033 | 2023-10-19T23:48:43.829Z | Compiling matches v0.1.10 |
2034 | 2023-10-19T23:48:43.963Z | Compiling packed_struct v0.10.1 |
2035 | 2023-10-19T23:48:44.524Z | Compiling managed v0.8.0 |
2036 | 2023-10-19T23:48:45.264Z | Compiling ipnet v2.8.0 |
2037 | 2023-10-19T23:48:45.980Z | Compiling rustc-demangle v0.1.23 |
2038 | 2023-10-19T23:48:46.161Z | Compiling deranged v0.3.8 |
2039 | 2023-10-19T23:48:49.411Z | Compiling time v0.3.27 |
2040 | 2023-10-19T23:48:52.911Z | Compiling toml_edit v0.19.15 |
2041 | 2023-10-19T23:48:56.421Z | Compiling idna v0.2.3 |
2042 | 2023-10-19T23:49:00.947Z | Compiling bstr v0.2.17 |
2043 | 2023-10-19T23:49:03.332Z | Compiling r2d2 v0.8.10 |
2044 | 2023-10-19T23:49:04.103Z | Compiling inout v0.1.3 |
2045 | 2023-10-19T23:49:04.893Z | Compiling phf v0.11.2 |
2046 | 2023-10-19T23:49:05.050Z | Compiling hyper-tls v0.5.0 |
2047 | 2023-10-19T23:49:05.083Z | Compiling clap v4.4.3 |
2048 | 2023-10-19T23:49:05.229Z | Compiling hyper-rustls v0.24.1 |
2049 | 2023-10-19T23:49:05.452Z | Compiling flate2 v1.0.27 |
2050 | 2023-10-19T23:49:05.611Z | Compiling ipnetwork v0.20.0 |
2051 | 2023-10-19T23:49:06.325Z | Compiling postgres-types v0.2.6 |
2052 | 2023-10-19T23:49:06.533Z | Compiling itertools v0.11.0 |
2053 | 2023-10-19T23:49:06.860Z | Compiling regex v1.9.5 |
2054 | 2023-10-19T23:49:06.897Z | Compiling pkcs8 v0.10.2 |
2055 | 2023-10-19T23:49:08.800Z | Compiling hubpack v0.1.2 |
2056 | 2023-10-19T23:49:09.146Z | Compiling serde_urlencoded v0.7.1 |
2057 | 2023-10-19T23:49:09.508Z | Compiling phf_shared v0.10.0 |
2058 | 2023-10-19T23:49:10.001Z | Compiling futures-executor v0.3.28 |
2059 | 2023-10-19T23:49:11.170Z | Compiling signature v2.1.0 |
2060 | 2023-10-19T23:49:11.811Z | Compiling packed_struct_codegen v0.10.1 |
2061 | 2023-10-19T23:49:13.096Z | Compiling float-cmp v0.9.0 |
2062 | 2023-10-19T23:49:13.932Z | Compiling encoding_rs v0.8.33 |
2063 | 2023-10-19T23:49:14.092Z | Compiling predicates-core v1.0.6 |
2064 | 2023-10-19T23:49:14.611Z | Compiling new_debug_unreachable v1.0.4 |
2065 | 2023-10-19T23:49:14.736Z | Compiling mime v0.3.17 |
2066 | 2023-10-19T23:49:15.650Z | Compiling fixedbitset v0.4.2 |
2067 | 2023-10-19T23:49:15.961Z | Compiling webpki-roots v0.25.2 |
2068 | 2023-10-19T23:49:16.172Z | Compiling smawk v0.3.1 |
2069 | 2023-10-19T23:49:16.324Z | Compiling normalize-line-endings v0.3.0 |
2070 | 2023-10-19T23:49:16.478Z | Compiling crc-catalog v2.2.0 |
2071 | 2023-10-19T23:49:16.633Z | Compiling precomputed-hash v0.1.1 |
2072 | 2023-10-19T23:49:16.690Z | Compiling unicode-segmentation v1.10.1 |
2073 | 2023-10-19T23:49:16.876Z | Compiling nodrop v0.1.14 |
2074 | 2023-10-19T23:49:17.326Z | Compiling difflib v0.4.0 |
2075 | 2023-10-19T23:49:17.380Z | Compiling whoami v1.4.1 |
2076 | 2023-10-19T23:49:18.200Z | Compiling unicode-linebreak v0.1.5 |
2077 | 2023-10-19T23:49:20.268Z | Compiling static_assertions v1.1.0 |
2078 | 2023-10-19T23:49:20.346Z | Compiling data-encoding v2.4.0 |
2079 | 2023-10-19T23:49:20.411Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2080 | 2023-10-19T23:49:21.285Z | Compiling trust-dns-proto v0.22.0 |
2081 | 2023-10-19T23:49:29.691Z | Compiling textwrap v0.16.0 |
2082 | 2023-10-19T23:49:30.319Z | Compiling reqwest v0.11.20 |
2083 | 2023-10-19T23:49:31.391Z | Compiling predicates v3.0.4 |
2084 | 2023-10-19T23:49:31.519Z | Compiling similar v2.2.1 |
2085 | 2023-10-19T23:49:33.941Z | Compiling tokio-postgres v0.7.10 |
2086 | 2023-10-19T23:49:34.220Z | Compiling array-init v0.0.4 |
2087 | 2023-10-19T23:49:34.904Z | Compiling string_cache v0.8.7 |
2088 | 2023-10-19T23:49:35.649Z | Compiling crc v3.0.1 |
2089 | 2023-10-19T23:49:38.568Z | Compiling petgraph v0.6.4 |
2090 | 2023-10-19T23:50:08.668Z | Compiling futures v0.3.28 |
2091 | 2023-10-19T23:50:09.175Z | Compiling yasna v0.5.2 |
2092 | 2023-10-19T23:50:09.596Z | Compiling pkcs1 v0.7.5 |
2093 | 2023-10-19T23:50:09.722Z | Compiling smallvec v0.6.14 |
2094 | 2023-10-19T23:50:09.757Z | Compiling diesel v2.1.1 |
2095 | 2023-10-19T23:50:09.938Z | Compiling cipher v0.4.4 |
2096 | 2023-10-19T23:50:09.961Z | Compiling toml v0.7.8 |
2097 | 2023-10-19T23:50:10.059Z | Compiling bit-set v0.5.3 |
2098 | 2023-10-19T23:50:10.162Z | Compiling console v0.15.7 |
2099 | 2023-10-19T23:50:10.237Z | Compiling usdt v0.3.5 |
2100 | 2023-10-19T23:50:10.292Z | Compiling is-terminal v0.4.9 |
2101 | 2023-10-19T23:50:10.357Z | Compiling itertools v0.10.5 |
2102 | 2023-10-19T23:50:10.400Z | Compiling bstr v1.6.0 |
2103 | 2023-10-19T23:50:10.419Z | Compiling openapiv3 v1.0.3 |
2104 | 2023-10-19T23:50:10.432Z | Compiling tokio-stream v0.1.14 |
2105 | 2023-10-19T23:50:10.461Z | Compiling hex v0.4.3 |
2106 | 2023-10-19T23:50:10.509Z | Compiling hashbrown v0.13.2 |
2107 | 2023-10-19T23:50:10.550Z | Compiling lalrpop-util v0.19.12 |
2108 | 2023-10-19T23:50:10.616Z | Compiling termcolor v1.2.0 |
2109 | 2023-10-19T23:50:11.111Z | Compiling bitfield v0.14.0 |
2110 | 2023-10-19T23:50:16.087Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2111 | 2023-10-19T23:50:17.318Z | Compiling env_logger v0.10.0 |
2112 | 2023-10-19T23:50:30.130Z | Compiling rsa v0.9.2 |
2113 | 2023-10-19T23:50:39.296Z | Compiling serde-hex v0.1.0 |
2114 | 2023-10-19T23:50:40.461Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2115 | 2023-10-19T23:50:49.251Z | Compiling x509-cert v0.2.4 |
2116 | 2023-10-19T23:50:50.657Z | Compiling ron v0.8.1 |
2117 | 2023-10-19T23:50:51.762Z | Compiling crc-any v2.4.3 |
2118 | 2023-10-19T23:51:16.667Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2119 | 2023-10-19T23:51:25.291Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2120 | 2023-10-19T23:51:38.189Z | Compiling object v0.30.4 |
2121 | 2023-10-19T23:52:05.053Z | Compiling path-slash v0.1.5 |
2122 | 2023-10-19T23:52:05.231Z | Compiling bzip2 v0.4.4 |
2123 | 2023-10-19T23:52:05.352Z | Compiling zip v0.6.6 |
2124 | 2023-10-19T23:52:05.510Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2125 | 2023-10-19T23:52:05.969Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2126 | 2023-10-19T23:52:32.307Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2127 | 2023-10-19T23:52:33.363Z | Finished release [optimized] target(s) in 5m 54s |
2128 | 2023-10-19T23:52:33.441Z | |
2129 | 2023-10-19T23:52:33.449Z | real 5:54.348425927 |
2130 | 2023-10-19T23:52:33.466Z | user 40:58.240265902 |
2131 | 2023-10-19T23:52:33.480Z | sys 3:38.077263754 |
2132 | 2023-10-19T23:52:33.490Z | trap 1.654689675 |
2133 | 2023-10-19T23:52:33.496Z | tflt 1.049270466 |
2134 | 2023-10-19T23:52:33.503Z | dflt 0.693259265 |
2135 | 2023-10-19T23:52:33.522Z | kflt 0.010494044 |
2136 | 2023-10-19T23:52:33.529Z | lock 1:31:55.461307840 |
2137 | 2023-10-19T23:52:33.535Z | slp 2:22:54.767778662 |
2138 | 2023-10-19T23:52:33.540Z | lat 1:43.711380216 |
2139 | 2023-10-19T23:52:33.564Z | stop 1:21.151066099 |
2140 | 2023-10-19T23:52:33.567Z | + ptime -m gzip |
2141 | 2023-10-19T23:52:34.113Z | |
2142 | 2023-10-19T23:52:34.527Z | real 0.665730696 |
2143 | 2023-10-19T23:52:34.530Z | user 0.656195036 |
2144 | 2023-10-19T23:52:34.533Z | sys 0.008873957 |
2145 | 2023-10-19T23:52:34.536Z | trap 0.000084886 |
2146 | 2023-10-19T23:52:34.539Z | tflt 0.000000000 |
2147 | 2023-10-19T23:52:34.542Z | dflt 0.000000000 |
2148 | 2023-10-19T23:52:34.545Z | kflt 0.000000000 |
2149 | 2023-10-19T23:52:34.548Z | lock 0.000000000 |
2150 | 2023-10-19T23:52:34.551Z | slp 0.000000000 |
2151 | 2023-10-19T23:52:34.554Z | lat 0.000169122 |
2152 | 2023-10-19T23:52:34.557Z | stop 0.000306286 |
2153 | 2023-10-19T23:52:34.560Z | + banner tufaceous |
2154 | 2023-10-19T23:52:34.563Z | |
2155 | 2023-10-19T23:52:34.565Z | ##### # # ###### ## #### ###### #### # # #### |
2156 | 2023-10-19T23:52:34.568Z | # # # # # # # # # # # # # # |
2157 | 2023-10-19T23:52:34.571Z | # # # ##### # # # ##### # # # # #### |
2158 | 2023-10-19T23:52:34.574Z | # # # # ###### # # # # # # # |
2159 | 2023-10-19T23:52:34.577Z | # # # # # # # # # # # # # # # |
2160 | 2023-10-19T23:52:34.580Z | # #### # # # #### ###### #### #### #### |
2161 | 2023-10-19T23:52:34.582Z | |
2162 | 2023-10-19T23:52:34.585Z | + ptime -m cargo build --locked -p tufaceous --release |
2163 | 2023-10-19T23:52:34.848Z | Downloading crates ... |
2164 | 2023-10-19T23:52:35.194Z | Downloaded serde_plain v1.0.2 |
2165 | 2023-10-19T23:52:35.197Z | Downloaded olpc-cjson v0.1.3 |
2166 | 2023-10-19T23:52:35.202Z | Downloaded bytesize v1.3.0 |
2167 | 2023-10-19T23:52:35.205Z | Downloaded snafu-derive v0.7.5 |
2168 | 2023-10-19T23:52:35.208Z | Downloaded path-dedot v3.1.0 |
2169 | 2023-10-19T23:52:35.211Z | Downloaded globset v0.4.13 |
2170 | 2023-10-19T23:52:35.214Z | Downloaded path-absolutize v3.1.0 |
2171 | 2023-10-19T23:52:35.217Z | Downloaded buf-list v1.0.3 |
2172 | 2023-10-19T23:52:35.220Z | Downloaded tough v0.12.5 |
2173 | 2023-10-19T23:52:35.235Z | Downloaded fs-err v2.9.0 |
2174 | 2023-10-19T23:52:35.239Z | Downloaded snafu v0.7.5 |
2175 | 2023-10-19T23:52:35.254Z | Downloaded doc-comment v0.3.3 |
2176 | 2023-10-19T23:52:35.523Z | Compiling serde_tokenstream v0.2.0 |
2177 | 2023-10-19T23:52:35.528Z | Compiling regress v0.7.1 |
2178 | 2023-10-19T23:52:35.536Z | Compiling dirs-sys-next v0.1.2 |
2179 | 2023-10-19T23:52:35.547Z | Compiling ident_case v1.0.1 |
2180 | 2023-10-19T23:52:35.551Z | Compiling thread_local v1.1.7 |
2181 | 2023-10-19T23:52:35.556Z | Compiling slog-async v2.8.0 |
2182 | 2023-10-19T23:52:35.561Z | Compiling heck v0.4.1 |
2183 | 2023-10-19T23:52:35.710Z | Compiling dirs-next v2.0.0 |
2184 | 2023-10-19T23:52:36.071Z | Compiling darling_core v0.20.3 |
2185 | 2023-10-19T23:52:36.117Z | Compiling camino v1.1.6 |
2186 | 2023-10-19T23:52:36.315Z | Compiling term v0.7.0 |
2187 | 2023-10-19T23:52:36.721Z | Compiling crossbeam-channel v0.5.8 |
2188 | 2023-10-19T23:52:36.987Z | Compiling getopts v0.2.21 |
2189 | 2023-10-19T23:52:38.457Z | Compiling structmeta-derive v0.1.6 |
2190 | 2023-10-19T23:52:38.460Z | Compiling atty v0.2.14 |
2191 | 2023-10-19T23:52:38.463Z | Compiling multer v2.1.0 |
2192 | 2023-10-19T23:52:38.466Z | Compiling unsafe-libyaml v0.2.9 |
2193 | 2023-10-19T23:52:38.471Z | Compiling doc-comment v0.3.3 |
2194 | 2023-10-19T23:52:39.187Z | Compiling take_mut v0.2.2 |
2195 | 2023-10-19T23:52:39.432Z | Compiling match_cfg v0.1.0 |
2196 | 2023-10-19T23:52:39.565Z | Compiling paste v1.0.14 |
2197 | 2023-10-19T23:52:39.663Z | Compiling hostname v0.3.1 |
2198 | 2023-10-19T23:52:40.311Z | Compiling serde_yaml v0.9.25 |
2199 | 2023-10-19T23:52:41.143Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2200 | 2023-10-19T23:52:43.588Z | Compiling structmeta v0.1.6 |
2201 | 2023-10-19T23:52:44.482Z | Compiling slog-term v2.9.0 |
2202 | 2023-10-19T23:52:45.255Z | Compiling darling_macro v0.20.3 |
2203 | 2023-10-19T23:52:46.087Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2204 | 2023-10-19T23:52:46.688Z | Compiling darling v0.20.3 |
2205 | 2023-10-19T23:52:46.815Z | Compiling slog-json v2.6.1 |
2206 | 2023-10-19T23:52:46.852Z | Compiling async-stream-impl v0.3.5 |
2207 | 2023-10-19T23:52:47.605Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2208 | 2023-10-19T23:52:47.684Z | Compiling regex-syntax v0.6.29 |
2209 | 2023-10-19T23:52:48.009Z | Compiling fastrand v2.0.0 |
2210 | 2023-10-19T23:52:49.255Z | Compiling atomic-waker v1.1.1 |
2211 | 2023-10-19T23:52:49.259Z | Compiling waitgroup v0.1.2 |
2212 | 2023-10-19T23:52:49.261Z | Compiling async-stream v0.3.5 |
2213 | 2023-10-19T23:52:49.429Z | Compiling tempfile v3.8.0 |
2214 | 2023-10-19T23:52:49.767Z | Compiling slog-bunyan v2.4.0 |
2215 | 2023-10-19T23:52:49.772Z | Compiling serde_with_macros v2.3.3 |
2216 | 2023-10-19T23:53:00.195Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2217 | 2023-10-19T23:53:00.343Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2218 | 2023-10-19T23:53:00.776Z | Compiling sha1 v0.10.5 |
2219 | 2023-10-19T23:53:00.780Z | Compiling snafu-derive v0.7.5 |
2220 | 2023-10-19T23:53:00.805Z | Compiling serde_path_to_error v0.1.14 |
2221 | 2023-10-19T23:53:00.828Z | Compiling path-dedot v3.1.0 |
2222 | 2023-10-19T23:53:00.871Z | Compiling instant v0.1.12 |
2223 | 2023-10-19T23:53:00.876Z | Compiling debug-ignore v1.0.5 |
2224 | 2023-10-19T23:53:00.897Z | Compiling buf-list v1.0.3 |
2225 | 2023-10-19T23:53:00.905Z | Compiling arc-swap v1.6.0 |
2226 | 2023-10-19T23:53:00.949Z | Compiling same-file v1.0.6 |
2227 | 2023-10-19T23:53:00.964Z | Compiling base64 v0.13.1 |
2228 | 2023-10-19T23:53:00.981Z | Compiling slog-scope v4.4.0 |
2229 | 2023-10-19T23:53:01.008Z | Compiling pem v1.1.1 |
2230 | 2023-10-19T23:53:01.045Z | Compiling walkdir v2.4.0 |
2231 | 2023-10-19T23:53:01.072Z | Compiling parse-display-derive v0.7.0 |
2232 | 2023-10-19T23:53:01.115Z | Compiling path-absolutize v3.1.0 |
2233 | 2023-10-19T23:53:01.148Z | Compiling backoff v0.4.0 |
2234 | 2023-10-19T23:53:01.180Z | Compiling serde_with v2.3.3 |
2235 | 2023-10-19T23:53:01.226Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2236 | 2023-10-19T23:53:01.250Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2237 | 2023-10-19T23:53:01.267Z | Compiling globset v0.4.13 |
2238 | 2023-10-19T23:53:01.312Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2239 | 2023-10-19T23:53:01.354Z | Compiling strum v0.25.0 |
2240 | 2023-10-19T23:53:01.368Z | Compiling olpc-cjson v0.1.3 |
2241 | 2023-10-19T23:53:01.763Z | Compiling serde_plain v1.0.2 |
2242 | 2023-10-19T23:53:02.427Z | Compiling snafu v0.7.5 |
2243 | 2023-10-19T23:53:02.621Z | Compiling macaddr v1.0.1 |
2244 | 2023-10-19T23:53:03.648Z | Compiling parse-display v0.7.0 |
2245 | 2023-10-19T23:53:03.806Z | Compiling filetime v0.2.22 |
2246 | 2023-10-19T23:53:03.938Z | Compiling xattr v1.0.1 |
2247 | 2023-10-19T23:53:04.340Z | Compiling tar v0.4.40 |
2248 | 2023-10-19T23:53:04.394Z | Compiling tough v0.12.5 |
2249 | 2023-10-19T23:53:04.885Z | Compiling slog-stdlog v4.1.1 |
2250 | 2023-10-19T23:53:06.455Z | Compiling camino-tempfile v1.0.2 |
2251 | 2023-10-19T23:53:06.934Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2252 | 2023-10-19T23:53:07.137Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2253 | 2023-10-19T23:53:07.758Z | Compiling bytesize v1.3.0 |
2254 | 2023-10-19T23:53:08.664Z | Compiling fs-err v2.9.0 |
2255 | 2023-10-19T23:53:10.038Z | Compiling slog-envlogger v2.2.0 |
2256 | 2023-10-19T23:53:14.138Z | Compiling humantime v2.1.0 |
2257 | 2023-10-19T23:53:17.898Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2258 | 2023-10-19T23:54:00.875Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2259 | 2023-10-19T23:54:00.985Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2260 | 2023-10-19T23:54:01.089Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2261 | 2023-10-19T23:54:01.126Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2262 | 2023-10-19T23:54:19.218Z | Finished release [optimized] target(s) in 1m 45s |
2263 | 2023-10-19T23:54:19.304Z | |
2264 | 2023-10-19T23:54:19.308Z | real 1:45.166165913 |
2265 | 2023-10-19T23:54:19.311Z | user 11:27.310029896 |
2266 | 2023-10-19T23:54:19.313Z | sys 44.510185587 |
2267 | 2023-10-19T23:54:19.316Z | trap 0.415093245 |
2268 | 2023-10-19T23:54:19.319Z | tflt 0.354881225 |
2269 | 2023-10-19T23:54:19.322Z | dflt 0.600807333 |
2270 | 2023-10-19T23:54:19.324Z | kflt 0.000000000 |
2271 | 2023-10-19T23:54:19.328Z | lock 21:37.354674207 |
2272 | 2023-10-19T23:54:19.331Z | slp 24:13.933078377 |
2273 | 2023-10-19T23:54:19.334Z | lat 22.298527458 |
2274 | 2023-10-19T23:54:19.337Z | stop 11.140241074 |
2275 | 2023-10-19T23:54:19.339Z | + ptime -m gzip |
2276 | 2023-10-19T23:54:21.446Z | |
2277 | 2023-10-19T23:54:21.456Z | real 2.129701401 |
2278 | 2023-10-19T23:54:21.466Z | user 2.106577701 |
2279 | 2023-10-19T23:54:21.479Z | sys 0.020454216 |
2280 | 2023-10-19T23:54:21.498Z | trap 0.001029562 |
2281 | 2023-10-19T23:54:21.510Z | tflt 0.000000000 |
2282 | 2023-10-19T23:54:21.519Z | dflt 0.000000000 |
2283 | 2023-10-19T23:54:21.533Z | kflt 0.000000000 |
2284 | 2023-10-19T23:54:21.541Z | lock 0.000000000 |
2285 | 2023-10-19T23:54:21.548Z | slp 0.000000000 |
2286 | 2023-10-19T23:54:21.556Z | lat 0.001313633 |
2287 | 2023-10-19T23:54:21.561Z | stop 0.000225708 |
2288 | 2023-10-19T23:54:21.564Z | process exited: duration 1232915 ms, exit code 0 |
|
2289 | 2023-10-19T23:54:21.570Z | found 5 output files |
2290 | 2023-10-19T23:54:21.587Z | uploading: /work/end-to-end-tests/bootstrap-8a64e1a08208e018.gz (6376901 bytes) |
2291 | 2023-10-19T23:54:26.702Z | uploaded: /work/end-to-end-tests/bootstrap-8a64e1a08208e018.gz |
2292 | 2023-10-19T23:54:26.714Z | uploading: /work/end-to-end-tests/bootstrap.gz (96803154 bytes) |
2293 | 2023-10-19T23:55:14.717Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2294 | 2023-10-19T23:55:14.731Z | uploading: /work/end-to-end-tests/end_to_end_tests-ac1cb3326a4ba018.gz (110463140 bytes) |
2295 | 2023-10-19T23:56:01.341Z | uploaded: /work/end-to-end-tests/end_to_end_tests-ac1cb3326a4ba018.gz |
2296 | 2023-10-19T23:56:01.398Z | uploading: /work/caboose-util.gz (4110618 bytes) |
2297 | 2023-10-19T23:56:03.818Z | uploaded: /work/caboose-util.gz |
2298 | 2023-10-19T23:56:03.823Z | uploading: /work/tufaceous.gz (13429199 bytes) |
2299 | 2023-10-19T23:56:08.720Z | uploaded: /work/tufaceous.gz |