|
|
|
1 | 2023-10-19T23:33:23.626Z | job assigned to worker 01HD54GTX4ST9G0GBT4H6SW1CF (queued for 1 m 9 s) |
|
2 | 2023-10-19T23:33:23.994Z | starting task 0: "setup" |
3 | 2023-10-19T23:33:24.066Z | ++ uname -s |
4 | 2023-10-19T23:33:24.072Z | + kern=SunOS |
5 | 2023-10-19T23:33:24.077Z | + case "$kern" in |
6 | 2023-10-19T23:33:24.086Z | + groupadd -g 12345 build |
7 | 2023-10-19T23:33:24.093Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-19T23:33:26.076Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-19T23:33:26.193Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-19T23:33:26.200Z | + home_fs=zfs |
11 | 2023-10-19T23:33:26.208Z | + [[ zfs == autofs ]] |
12 | 2023-10-19T23:33:26.216Z | + mkdir -p /home/build |
13 | 2023-10-19T23:33:26.223Z | + chown build:build /home/build /work |
14 | 2023-10-19T23:33:28.206Z | + chmod 0700 /home/build /work |
15 | 2023-10-19T23:33:28.223Z | process exited: duration 4203 ms, exit code 0 |
|
16 | 2023-10-19T23:33:28.247Z | starting task 1: "rust-toolchain" |
17 | 2023-10-19T23:33:28.268Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-19T23:33:28.684Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-19T23:33:28.688Z | info: downloading installer |
20 | 2023-10-19T23:33:29.714Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-19T23:33:30.134Z | warning: /opt/ooce/bin |
22 | 2023-10-19T23:33:30.140Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-19T23:33:30.554Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-19T23:33:30.557Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-19T23:33:30.560Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-19T23:33:30.563Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-19T23:33:30.566Z | error: cannot install while Rust is installed |
28 | 2023-10-19T23:33:30.569Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-19T23:33:30.572Z | info: profile set to 'default' |
30 | 2023-10-19T23:33:30.576Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-19T23:33:30.579Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-19T23:33:30.582Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-19T23:33:30.585Z | info: downloading component 'cargo' |
34 | 2023-10-19T23:33:30.642Z | info: downloading component 'clippy' |
35 | 2023-10-19T23:33:30.863Z | info: downloading component 'rust-docs' |
36 | 2023-10-19T23:33:31.637Z | info: downloading component 'rust-std' |
37 | 2023-10-19T23:33:33.025Z | info: downloading component 'rustc' |
38 | 2023-10-19T23:33:36.288Z | info: downloading component 'rustfmt' |
39 | 2023-10-19T23:33:36.486Z | info: installing component 'cargo' |
40 | 2023-10-19T23:33:37.929Z | info: installing component 'clippy' |
41 | 2023-10-19T23:33:38.526Z | info: installing component 'rust-docs' |
42 | 2023-10-19T23:33:41.199Z | info: installing component 'rust-std' |
43 | 2023-10-19T23:33:44.298Z | info: installing component 'rustc' |
44 | 2023-10-19T23:33:51.681Z | info: installing component 'rustfmt' |
45 | 2023-10-19T23:33:52.178Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-19T23:33:52.190Z | |
47 | 2023-10-19T23:33:52.354Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-19T23:33:52.357Z | |
49 | 2023-10-19T23:33:52.360Z | |
50 | 2023-10-19T23:33:52.363Z | Rust is installed now. Great! |
51 | 2023-10-19T23:33:52.365Z | |
52 | 2023-10-19T23:33:52.368Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-19T23:33:52.371Z | environment variable. This has not been done automatically. |
54 | 2023-10-19T23:33:52.376Z | |
55 | 2023-10-19T23:33:52.379Z | To configure your current shell, run: |
56 | 2023-10-19T23:33:52.382Z | source "$HOME/.cargo/env" |
57 | 2023-10-19T23:33:52.476Z | + rustc --version |
58 | 2023-10-19T23:33:52.577Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-19T23:33:52.589Z | process exited: duration 24326 ms, exit code 0 |
|
60 | 2023-10-19T23:33:52.598Z | starting task 2: "authentication" |
61 | 2023-10-19T23:33:52.636Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2023-10-19T23:33:52.645Z | starting task 3: "clone repository" |
63 | 2023-10-19T23:33:52.743Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-19T23:33:52.748Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-19T23:33:52.751Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-19T23:33:59.140Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-19T23:33:59.145Z | + [[ -n gjcolombo/instance-provisioning ]] |
68 | 2023-10-19T23:33:59.151Z | + git fetch origin gjcolombo/instance-provisioning |
69 | 2023-10-19T23:33:59.515Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-19T23:33:59.518Z | * branch gjcolombo/instance-provisioning -> FETCH_HEAD |
71 | 2023-10-19T23:33:59.527Z | + git checkout -B gjcolombo/instance-provisioning remotes/origin/gjcolombo/instance-provisioning |
72 | 2023-10-19T23:33:59.614Z | Switched to a new branch 'gjcolombo/instance-provisioning' |
73 | 2023-10-19T23:33:59.617Z | branch 'gjcolombo/instance-provisioning' set up to track 'origin/gjcolombo/instance-provisioning'. |
74 | 2023-10-19T23:33:59.621Z | + git reset --hard 1d2b4793d9cdf64d76f39db9abca588ca985d7db |
75 | 2023-10-19T23:33:59.758Z | HEAD is now at 1d2b4793 Merge branch 'main' into gjcolombo/instance-provisioning |
76 | 2023-10-19T23:33:59.762Z | process exited: duration 7113 ms, exit code 0 |
|
77 | 2023-10-19T23:33:59.768Z | starting task 4: "build" |
78 | 2023-10-19T23:33:59.778Z | + cargo --version |
79 | 2023-10-19T23:33:59.874Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-19T23:33:59.886Z | + rustc --version |
81 | 2023-10-19T23:33:59.974Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-19T23:33:59.980Z | ++ git rev-parse HEAD |
83 | 2023-10-19T23:33:59.983Z | + COMMIT=1d2b4793d9cdf64d76f39db9abca588ca985d7db |
84 | 2023-10-19T23:33:59.990Z | + VERSION=1.0.2-0.ci+git1d2b4793d9c |
85 | 2023-10-19T23:33:59.993Z | + echo 1.0.2-0.ci+git1d2b4793d9c |
86 | 2023-10-19T23:33:59.996Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-19T23:34:09.303Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-19T23:34:10.151Z | Startup: Caching catalogs ... Done |
89 | 2023-10-19T23:34:14.746Z | Planning: Solver setup ... Done (3.993s) |
90 | 2023-10-19T23:34:26.551Z | Planning: Running solver ... Done (0.107s) |
91 | 2023-10-19T23:34:27.274Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-10-19T23:34:27.656Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-19T23:34:27.981Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-19T23:34:28.371Z | Planning: Package planning ... Done (0.079s) |
95 | 2023-10-19T23:34:28.486Z | Planning: Merging actions ... Done (0.085s) |
96 | 2023-10-19T23:34:28.542Z | Planning: Checking for conflicting actions ... Done (0.793s) |
97 | 2023-10-19T23:34:28.648Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-10-19T23:34:28.715Z | Planning: Evaluating mediators ... Done (4.288s) |
99 | 2023-10-19T23:34:28.783Z | Planning: Planning completed in 9.93 seconds |
100 | 2023-10-19T23:34:28.841Z | Packages to install: 4 |
101 | 2023-10-19T23:34:28.918Z | Mediators to change: 2 |
102 | 2023-10-19T23:34:28.936Z | Services to change: 1 |
103 | 2023-10-19T23:34:28.980Z | Estimated space available: 149.39 GB |
104 | 2023-10-19T23:34:29.050Z | Estimated space to be consumed: 1.36 GB |
105 | 2023-10-19T23:34:29.307Z | Create boot environment: No |
106 | 2023-10-19T23:34:29.353Z | Create backup boot environment: No |
107 | 2023-10-19T23:34:29.409Z | Rebuild boot archive: No |
108 | 2023-10-19T23:34:29.460Z | |
109 | 2023-10-19T23:34:29.531Z | Changed mediators: |
110 | 2023-10-19T23:34:29.984Z | mediator clang: |
111 | 2023-10-19T23:34:30.030Z | version: None -> 15 (system default) |
112 | 2023-10-19T23:34:30.053Z | |
113 | 2023-10-19T23:34:30.071Z | mediator llvm: |
114 | 2023-10-19T23:34:30.094Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-19T23:34:30.114Z | |
116 | 2023-10-19T23:34:30.135Z | Changed packages: |
117 | 2023-10-19T23:34:30.153Z | helios-dev |
118 | 2023-10-19T23:34:30.169Z | developer/build-essential |
119 | 2023-10-19T23:34:30.184Z | None -> 11-2.0 |
120 | 2023-10-19T23:34:30.221Z | library/libxmlsec1 |
121 | 2023-10-19T23:34:30.707Z | None -> 1.2.35-2.0 |
122 | 2023-10-19T23:34:30.731Z | ooce/developer/clang-15 |
123 | 2023-10-19T23:34:30.758Z | None -> 15.0.7-2.0 |
124 | 2023-10-19T23:34:30.780Z | ooce/developer/llvm-15 |
125 | 2023-10-19T23:34:30.801Z | None -> 15.0.7-2.0 |
126 | 2023-10-19T23:34:30.821Z | |
127 | 2023-10-19T23:34:30.889Z | Services: |
128 | 2023-10-19T23:34:30.955Z | restart_fmri: |
129 | 2023-10-19T23:34:30.980Z | svc:/system/update-man-index:default |
130 | 2023-10-19T23:34:31.005Z | |
131 | 2023-10-19T23:34:31.041Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-19T23:34:31.085Z | Download: 528/3290 items 17.2/212.6MB 8% complete (3.5M/s) |
133 | 2023-10-19T23:34:32.530Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s) |
134 | 2023-10-19T23:34:37.497Z | Download: 2175/3290 items 119.1/212.6MB 56% complete (10.2M/s) |
135 | 2023-10-19T23:34:42.500Z | Download: 3013/3290 items 121.3/212.6MB 57% complete (4.1M/s) |
136 | 2023-10-19T23:34:46.691Z | Download: Completed 212.60 MB in 24.20 seconds (8.8M/s) |
137 | 2023-10-19T23:34:47.395Z | Actions: 1/3687 actions (Installing new actions) |
138 | 2023-10-19T23:34:52.491Z | Actions: 2489/3687 actions (Installing new actions) |
139 | 2023-10-19T23:34:55.675Z | Actions: Completed 3687 actions in 8.27 seconds. |
140 | 2023-10-19T23:34:55.755Z | Done (0.075s) |
141 | 2023-10-19T23:34:55.762Z | Done (0.000s) |
142 | 2023-10-19T23:34:55.948Z | Done (0.190s) |
143 | 2023-10-19T23:35:03.658Z | Done (7.608s) |
144 | 2023-10-19T23:35:03.886Z | Done (0.125s) |
145 | 2023-10-19T23:35:03.889Z | Done (0.000s) |
146 | 2023-10-19T23:35:04.134Z | Done (0.000s) |
147 | 2023-10-19T23:35:04.839Z | Planning: Evaluating mediator changes ... Done |
148 | 2023-10-19T23:35:05.534Z | Planning: Checking for conflicting actions ... Done |
149 | 2023-10-19T23:35:05.541Z | Planning: Consolidating action changes ... Done |
150 | 2023-10-19T23:35:06.018Z | Planning: Evaluating mediators ... Done |
151 | 2023-10-19T23:35:06.021Z | Planning: Planning completed in 0.72 seconds |
152 | 2023-10-19T23:35:06.024Z | Mediators to change: 2 |
153 | 2023-10-19T23:35:06.028Z | Create boot environment: No |
154 | 2023-10-19T23:35:06.032Z | Create backup boot environment: No |
155 | 2023-10-19T23:35:06.035Z | Done |
156 | 2023-10-19T23:35:06.039Z | Done |
157 | 2023-10-19T23:35:06.043Z | Done |
158 | 2023-10-19T23:35:12.041Z | Done |
159 | 2023-10-19T23:35:12.161Z | Done |
160 | 2023-10-19T23:35:12.164Z | Done |
161 | 2023-10-19T23:35:12.276Z | Done |
162 | 2023-10-19T23:35:13.283Z | Planning: Evaluating mediator changes ... Done |
163 | 2023-10-19T23:35:13.299Z | Planning: Merging actions ... Done |
164 | 2023-10-19T23:35:13.603Z | Planning: Checking for conflicting actions ... Done |
165 | 2023-10-19T23:35:13.607Z | Planning: Consolidating action changes ... Done |
166 | 2023-10-19T23:35:14.031Z | Planning: Evaluating mediators ... Done |
167 | 2023-10-19T23:35:14.125Z | Planning: Planning completed in 1.28 seconds |
168 | 2023-10-19T23:35:14.182Z | Packages to change: 1 |
169 | 2023-10-19T23:35:14.185Z | Mediators to change: 1 |
170 | 2023-10-19T23:35:14.189Z | Services to change: 1 |
171 | 2023-10-19T23:35:14.192Z | Create boot environment: No |
172 | 2023-10-19T23:35:14.195Z | Create backup boot environment: Yes |
173 | 2023-10-19T23:35:16.175Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2023-10-19T23:35:16.178Z | Actions: Completed 6 actions in 0.00 seconds. |
175 | 2023-10-19T23:35:16.181Z | Done |
176 | 2023-10-19T23:35:16.184Z | Done |
177 | 2023-10-19T23:35:16.223Z | Done |
178 | 2023-10-19T23:35:22.277Z | Done |
179 | 2023-10-19T23:35:22.399Z | Done |
180 | 2023-10-19T23:35:22.402Z | Done |
181 | 2023-10-19T23:35:22.493Z | Done |
182 | 2023-10-19T23:35:23.164Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2023-10-19T23:35:23.169Z | clang system 15 system |
184 | 2023-10-19T23:35:23.172Z | csh system system illumos |
185 | 2023-10-19T23:35:23.174Z | ctags system system illumos |
186 | 2023-10-19T23:35:23.178Z | gcc vendor 12 vendor |
187 | 2023-10-19T23:35:23.181Z | gcc system 10 system |
188 | 2023-10-19T23:35:23.184Z | gcc system 7 system |
189 | 2023-10-19T23:35:23.186Z | go system 1.20 system |
190 | 2023-10-19T23:35:23.189Z | go system 1.19 system |
191 | 2023-10-19T23:35:23.192Z | llvm system 15 system |
192 | 2023-10-19T23:35:23.194Z | llvm system 14 system |
193 | 2023-10-19T23:35:23.199Z | mariadb system 10.6 system |
194 | 2023-10-19T23:35:23.202Z | mta vendor vendor dma |
195 | 2023-10-19T23:35:23.205Z | openjdk system 17 system |
196 | 2023-10-19T23:35:23.208Z | openjdk system 11 system |
197 | 2023-10-19T23:35:23.212Z | openjdk system 1.8 system |
198 | 2023-10-19T23:35:23.217Z | openssl vendor 3 vendor |
199 | 2023-10-19T23:35:23.220Z | perl system 5.36 system |
200 | 2023-10-19T23:35:23.223Z | postgresql system 15 system |
201 | 2023-10-19T23:35:23.226Z | postgresql system 13 system |
202 | 2023-10-19T23:35:23.229Z | python vendor 3 vendor |
203 | 2023-10-19T23:35:23.233Z | python system 2 system |
204 | 2023-10-19T23:35:23.235Z | python3 system 3.11 system |
205 | 2023-10-19T23:35:23.238Z | ruby system 3.0 system |
206 | 2023-10-19T23:35:23.241Z | words vendor vendor american-english |
207 | 2023-10-19T23:35:23.244Z | words system system australian-english |
208 | 2023-10-19T23:35:23.247Z | words system system british-english |
209 | 2023-10-19T23:35:23.250Z | words system system canadian-english |
210 | 2023-10-19T23:35:23.253Z | words system system french |
211 | 2023-10-19T23:35:23.255Z | words system system italian |
212 | 2023-10-19T23:35:23.259Z | words system system ngerman |
213 | 2023-10-19T23:35:23.261Z | words system system ogerman |
214 | 2023-10-19T23:35:23.264Z | words system system spanish |
215 | 2023-10-19T23:35:23.687Z | FMRI IFO |
216 | 2023-10-19T23:35:23.690Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
217 | 2023-10-19T23:35:23.693Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
218 | 2023-10-19T23:35:23.696Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
219 | 2023-10-19T23:35:23.700Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
220 | 2023-10-19T23:35:23.702Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
221 | 2023-10-19T23:35:23.705Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
222 | 2023-10-19T23:35:23.762Z | + set -o errexit |
223 | 2023-10-19T23:35:23.765Z | +++ dirname ./tools/ci_download_cockroachdb |
224 | 2023-10-19T23:35:23.768Z | ++ cd ./tools |
225 | 2023-10-19T23:35:23.771Z | ++ pwd |
226 | 2023-10-19T23:35:23.774Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
227 | 2023-10-19T23:35:23.777Z | ++ basename ./tools/ci_download_cockroachdb |
228 | 2023-10-19T23:35:23.780Z | + ARG0=ci_download_cockroachdb |
229 | 2023-10-19T23:35:23.791Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
230 | 2023-10-19T23:35:23.794Z | + CIDL_VERSION=v22.1.9 |
231 | 2023-10-19T23:35:23.797Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
232 | 2023-10-19T23:35:23.800Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
233 | 2023-10-19T23:35:23.809Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
234 | 2023-10-19T23:35:23.813Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
235 | 2023-10-19T23:35:23.815Z | + TARGET_DIR=out |
236 | 2023-10-19T23:35:23.818Z | + DOWNLOAD_DIR=out/downloads |
237 | 2023-10-19T23:35:23.821Z | + DEST_DIR=./out/cockroachdb |
238 | 2023-10-19T23:35:23.825Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
239 | 2023-10-19T23:35:23.827Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
240 | 2023-10-19T23:35:23.830Z | + main |
241 | 2023-10-19T23:35:23.833Z | + [[ 0 != 0 ]] |
242 | 2023-10-19T23:35:23.836Z | + CIDL_OS=solaris2.11 |
243 | 2023-10-19T23:35:23.839Z | + [[ 0 != 0 ]] |
244 | 2023-10-19T23:35:23.842Z | + configure_os solaris2.11 |
245 | 2023-10-19T23:35:23.845Z | + echo 'current directory: /work/oxidecomputer/omicron' |
246 | 2023-10-19T23:35:23.848Z | current directory: /work/oxidecomputer/omicron |
247 | 2023-10-19T23:35:23.851Z | + echo 'configuring based on OS: "solaris2.11"' |
248 | 2023-10-19T23:35:23.854Z | configuring based on OS: "solaris2.11" |
249 | 2023-10-19T23:35:23.858Z | + case "$1" in |
250 | 2023-10-19T23:35:23.861Z | + CIDL_BUILD=illumos |
251 | 2023-10-19T23:35:23.864Z | + CIDL_SUFFIX=tar.gz |
252 | 2023-10-19T23:35:23.867Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
253 | 2023-10-19T23:35:23.870Z | + CIDL_MD5FUNC=do_md5sum |
254 | 2023-10-19T23:35:23.872Z | + CIDL_URL_BASE=https://illumos.org/downloads |
255 | 2023-10-19T23:35:23.875Z | + CIDL_ASSEMBLE=do_assemble_illumos |
256 | 2023-10-19T23:35:23.878Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
257 | 2023-10-19T23:35:23.881Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-10-19T23:35:23.884Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-19T23:35:23.886Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
260 | 2023-10-19T23:35:23.889Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-10-19T23:35:23.892Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
262 | 2023-10-19T23:35:23.895Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-10-19T23:35:23.898Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
264 | 2023-10-19T23:35:23.901Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
265 | 2023-10-19T23:35:23.903Z | + mkdir -p out/downloads |
266 | 2023-10-19T23:35:23.906Z | + mkdir -p ./out/cockroachdb |
267 | 2023-10-19T23:35:23.909Z | + local DO_DOWNLOAD=true |
268 | 2023-10-19T23:35:23.912Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
269 | 2023-10-19T23:35:23.951Z | + '[' true == true ']' |
270 | 2023-10-19T23:35:23.955Z | + echo Downloading... |
271 | 2023-10-19T23:35:23.970Z | Downloading... |
272 | 2023-10-19T23:35:23.985Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-10-19T23:35:23.990Z | + 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 |
274 | 2023-10-19T23:35:27.144Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-19T23:35:27.147Z | ++ md5sum |
276 | 2023-10-19T23:35:27.150Z | ++ awk '{print $1}' |
277 | 2023-10-19T23:35:27.332Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
278 | 2023-10-19T23:35:27.335Z | + [[ 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 ]] |
279 | 2023-10-19T23:35:27.338Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-10-19T23:35:27.341Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
281 | 2023-10-19T23:35:30.694Z | + do_assemble_illumos |
282 | 2023-10-19T23:35:30.699Z | + rm -r ./out/cockroachdb |
283 | 2023-10-19T23:35:30.703Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
284 | 2023-10-19T23:35:31.317Z | + ./out/cockroachdb/bin/cockroach version |
285 | 2023-10-19T23:35:31.650Z | Build Tag: v22.1.9-dirty |
286 | 2023-10-19T23:35:31.657Z | Build Time: 2022/10/26 21:17:46 |
287 | 2023-10-19T23:35:31.664Z | Distribution: OSS |
288 | 2023-10-19T23:35:31.673Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
289 | 2023-10-19T23:35:31.686Z | Go Version: go1.17.13 |
290 | 2023-10-19T23:35:31.693Z | C Compiler: gcc 10.3.0 |
291 | 2023-10-19T23:35:31.699Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
292 | 2023-10-19T23:35:32.113Z | Build Type: release |
293 | 2023-10-19T23:35:32.125Z | + set -o errexit |
294 | 2023-10-19T23:35:32.137Z | +++ dirname ./tools/ci_download_clickhouse |
295 | 2023-10-19T23:35:32.141Z | ++ cd ./tools |
296 | 2023-10-19T23:35:32.148Z | ++ pwd |
297 | 2023-10-19T23:35:32.156Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
298 | 2023-10-19T23:35:32.187Z | ++ basename ./tools/ci_download_clickhouse |
299 | 2023-10-19T23:35:32.190Z | + ARG0=ci_download_clickhouse |
300 | 2023-10-19T23:35:32.193Z | + TARGET_DIR=out |
301 | 2023-10-19T23:35:32.197Z | + DOWNLOAD_DIR=out/downloads |
302 | 2023-10-19T23:35:32.200Z | + DEST_DIR=./out/clickhouse |
303 | 2023-10-19T23:35:32.204Z | + CIDL_VERSION=v22.8.9.24 |
304 | 2023-10-19T23:35:32.207Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
305 | 2023-10-19T23:35:32.213Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
306 | 2023-10-19T23:35:32.216Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
307 | 2023-10-19T23:35:32.220Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
308 | 2023-10-19T23:35:32.224Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
309 | 2023-10-19T23:35:32.227Z | + main |
310 | 2023-10-19T23:35:32.230Z | + [[ 0 != 0 ]] |
311 | 2023-10-19T23:35:32.233Z | + CIDL_OS=solaris2.11 |
312 | 2023-10-19T23:35:32.236Z | + [[ 0 != 0 ]] |
313 | 2023-10-19T23:35:32.239Z | + configure_os solaris2.11 |
314 | 2023-10-19T23:35:32.242Z | + echo 'current directory: /work/oxidecomputer/omicron' |
315 | 2023-10-19T23:35:32.245Z | current directory: /work/oxidecomputer/omicron |
316 | 2023-10-19T23:35:32.248Z | + echo 'configuring based on OS: "solaris2.11"' |
317 | 2023-10-19T23:35:32.251Z | configuring based on OS: "solaris2.11" |
318 | 2023-10-19T23:35:32.254Z | + CIDL_DASHREV= |
319 | 2023-10-19T23:35:32.259Z | + case "$1" in |
320 | 2023-10-19T23:35:32.264Z | + CIDL_PLATFORM=illumos |
321 | 2023-10-19T23:35:32.267Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
322 | 2023-10-19T23:35:32.270Z | + CIDL_MD5FUNC=do_md5sum |
323 | 2023-10-19T23:35:32.273Z | + CIDL_DASHREV=-1 |
324 | 2023-10-19T23:35:32.276Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
325 | 2023-10-19T23:35:32.279Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-19T23:35:32.282Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-19T23:35:32.285Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-19T23:35:32.288Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
329 | 2023-10-19T23:35:32.291Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-10-19T23:35:32.294Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
331 | 2023-10-19T23:35:32.298Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-10-19T23:35:32.302Z | + mkdir -p out/downloads |
333 | 2023-10-19T23:35:32.305Z | + mkdir -p ./out/clickhouse |
334 | 2023-10-19T23:35:32.308Z | + local DO_DOWNLOAD=true |
335 | 2023-10-19T23:35:32.311Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
336 | 2023-10-19T23:35:32.314Z | + '[' true == true ']' |
337 | 2023-10-19T23:35:32.317Z | + echo Downloading... |
338 | 2023-10-19T23:35:32.320Z | Downloading... |
339 | 2023-10-19T23:35:32.323Z | + 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 |
340 | 2023-10-19T23:35:32.328Z | + 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 |
341 | 2023-10-19T23:35:33.317Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-10-19T23:35:33.321Z | ++ md5sum |
343 | 2023-10-19T23:35:33.327Z | ++ awk '{print $1}' |
344 | 2023-10-19T23:35:33.581Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
345 | 2023-10-19T23:35:33.587Z | + [[ 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 ]] |
346 | 2023-10-19T23:35:33.593Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
347 | 2023-10-19T23:35:33.600Z | + mkdir -p ./out/clickhouse |
348 | 2023-10-19T23:35:33.606Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
349 | 2023-10-19T23:35:38.420Z | + ./out/clickhouse/clickhouse server --version |
350 | 2023-10-19T23:35:38.847Z | ClickHouse server version 22.8.9.1. |
351 | 2023-10-19T23:35:38.856Z | + set -o errexit |
352 | 2023-10-19T23:35:38.866Z | +++ dirname ./tools/ci_download_console |
353 | 2023-10-19T23:35:38.887Z | ++ cd ./tools |
354 | 2023-10-19T23:35:38.911Z | ++ pwd |
355 | 2023-10-19T23:35:38.930Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
356 | 2023-10-19T23:35:38.945Z | ++ basename ./tools/ci_download_console |
357 | 2023-10-19T23:35:38.962Z | + ARG0=ci_download_console |
358 | 2023-10-19T23:35:38.991Z | + TARGET_DIR=out |
359 | 2023-10-19T23:35:39.062Z | + DOWNLOAD_DIR=out/downloads |
360 | 2023-10-19T23:35:39.085Z | + DEST_DIR=./out/console-assets |
361 | 2023-10-19T23:35:39.104Z | + source /work/oxidecomputer/omicron/tools/console_version |
362 | 2023-10-19T23:35:39.532Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
363 | 2023-10-19T23:35:39.536Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
364 | 2023-10-19T23:35:39.541Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
365 | 2023-10-19T23:35:39.544Z | + TARBALL_FILE=out/downloads/console.tar.gz |
366 | 2023-10-19T23:35:39.547Z | + main |
367 | 2023-10-19T23:35:39.552Z | + [[ 0 != 0 ]] |
368 | 2023-10-19T23:35:39.555Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
369 | 2023-10-19T23:35:39.560Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
370 | 2023-10-19T23:35:39.563Z | + echo 'Local file: out/downloads/console.tar.gz' |
371 | 2023-10-19T23:35:39.566Z | Local file: out/downloads/console.tar.gz |
372 | 2023-10-19T23:35:39.573Z | + local DO_DOWNLOAD=true |
373 | 2023-10-19T23:35:39.576Z | + [[ -f out/downloads/console.tar.gz ]] |
374 | 2023-10-19T23:35:39.579Z | + mkdir -p out/downloads |
375 | 2023-10-19T23:35:39.583Z | + '[' true == true ']' |
376 | 2023-10-19T23:35:39.586Z | + echo Downloading... |
377 | 2023-10-19T23:35:39.589Z | Downloading... |
378 | 2023-10-19T23:35:39.593Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
379 | 2023-10-19T23:35:39.602Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
380 | 2023-10-19T23:35:39.605Z | ++ do_sha256sum out/downloads/console.tar.gz |
381 | 2023-10-19T23:35:39.608Z | ++ case "$OSTYPE" in |
382 | 2023-10-19T23:35:39.611Z | ++ SHA=sha256sum |
383 | 2023-10-19T23:35:39.615Z | ++ sha256sum |
384 | 2023-10-19T23:35:39.632Z | ++ awk '{print $1}' |
385 | 2023-10-19T23:35:39.638Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
386 | 2023-10-19T23:35:39.644Z | + [[ 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 ]] |
387 | 2023-10-19T23:35:39.650Z | + rm -rf ./out/console-assets |
388 | 2023-10-19T23:35:39.656Z | + mkdir -p ./out/console-assets |
389 | 2023-10-19T23:35:39.659Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
390 | 2023-10-19T23:35:39.663Z | + mkdir -p ./out/console-assets |
391 | 2023-10-19T23:35:39.668Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
392 | 2023-10-19T23:35:39.671Z | + set -o errexit |
393 | 2023-10-19T23:35:39.675Z | +++ dirname ./tools/ci_download_maghemite_openapi |
394 | 2023-10-19T23:35:39.679Z | ++ cd ./tools |
395 | 2023-10-19T23:35:39.683Z | ++ pwd |
396 | 2023-10-19T23:35:39.702Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
397 | 2023-10-19T23:35:39.709Z | ++ basename ./tools/ci_download_maghemite_openapi |
398 | 2023-10-19T23:35:39.712Z | + ARG0=ci_download_maghemite_openapi |
399 | 2023-10-19T23:35:39.715Z | + TARGET_DIR=out |
400 | 2023-10-19T23:35:39.722Z | + DOWNLOAD_DIR=out/downloads |
401 | 2023-10-19T23:35:39.728Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
402 | 2023-10-19T23:35:39.733Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
403 | 2023-10-19T23:35:39.763Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
404 | 2023-10-19T23:35:39.782Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
405 | 2023-10-19T23:35:39.811Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
406 | 2023-10-19T23:35:39.852Z | + main |
407 | 2023-10-19T23:35:39.869Z | + [[ 0 != 0 ]] |
408 | 2023-10-19T23:35:39.885Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
409 | 2023-10-19T23:35:39.899Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
410 | 2023-10-19T23:35:39.913Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
411 | 2023-10-19T23:35:39.926Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
412 | 2023-10-19T23:35:39.941Z | + local DO_DOWNLOAD=true |
413 | 2023-10-19T23:35:39.979Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
414 | 2023-10-19T23:35:39.992Z | + mkdir -p out/downloads |
415 | 2023-10-19T23:35:40.007Z | + '[' true == true ']' |
416 | 2023-10-19T23:35:40.014Z | + echo Downloading... |
417 | 2023-10-19T23:35:40.017Z | Downloading... |
418 | 2023-10-19T23:35:40.022Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
419 | 2023-10-19T23:35:40.025Z | + 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 |
420 | 2023-10-19T23:35:40.028Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
421 | 2023-10-19T23:35:40.033Z | ++ case "$OSTYPE" in |
422 | 2023-10-19T23:35:40.036Z | ++ SHA=sha256sum |
423 | 2023-10-19T23:35:40.039Z | ++ sha256sum |
424 | 2023-10-19T23:35:40.042Z | ++ awk '{print $1}' |
425 | 2023-10-19T23:35:40.046Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
426 | 2023-10-19T23:35:40.049Z | + [[ 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 ]] |
427 | 2023-10-19T23:35:40.052Z | + set -o errexit |
428 | 2023-10-19T23:35:40.055Z | +++ dirname ./tools/ci_download_dendrite_openapi |
429 | 2023-10-19T23:35:40.058Z | ++ cd ./tools |
430 | 2023-10-19T23:35:40.061Z | ++ pwd |
431 | 2023-10-19T23:35:40.063Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
432 | 2023-10-19T23:35:40.066Z | ++ basename ./tools/ci_download_dendrite_openapi |
433 | 2023-10-19T23:35:40.069Z | + ARG0=ci_download_dendrite_openapi |
434 | 2023-10-19T23:35:40.073Z | + TARGET_DIR=out |
435 | 2023-10-19T23:35:40.076Z | + DOWNLOAD_DIR=out/downloads |
436 | 2023-10-19T23:35:40.078Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
437 | 2023-10-19T23:35:40.081Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
438 | 2023-10-19T23:35:40.083Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
439 | 2023-10-19T23:35:40.086Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
440 | 2023-10-19T23:35:40.089Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
441 | 2023-10-19T23:35:40.092Z | + main |
442 | 2023-10-19T23:35:40.094Z | + [[ 0 != 0 ]] |
443 | 2023-10-19T23:35:40.097Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
444 | 2023-10-19T23:35:40.100Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
445 | 2023-10-19T23:35:40.103Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
446 | 2023-10-19T23:35:40.105Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
447 | 2023-10-19T23:35:40.108Z | + local DO_DOWNLOAD=true |
448 | 2023-10-19T23:35:40.111Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
449 | 2023-10-19T23:35:40.114Z | + mkdir -p out/downloads |
450 | 2023-10-19T23:35:40.116Z | + '[' true == true ']' |
451 | 2023-10-19T23:35:40.119Z | + echo Downloading... |
452 | 2023-10-19T23:35:40.122Z | Downloading... |
453 | 2023-10-19T23:35:40.125Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
454 | 2023-10-19T23:35:40.128Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
455 | 2023-10-19T23:35:40.131Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
456 | 2023-10-19T23:35:40.134Z | ++ case "$OSTYPE" in |
457 | 2023-10-19T23:35:40.137Z | ++ SHA=sha256sum |
458 | 2023-10-19T23:35:40.140Z | ++ sha256sum |
459 | 2023-10-19T23:35:40.143Z | ++ awk '{print $1}' |
460 | 2023-10-19T23:35:40.145Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
461 | 2023-10-19T23:35:40.148Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
462 | 2023-10-19T23:35:40.151Z | + set -o errexit |
463 | 2023-10-19T23:35:40.153Z | +++ dirname ./tools/ci_download_dendrite_stub |
464 | 2023-10-19T23:35:40.156Z | ++ cd ./tools |
465 | 2023-10-19T23:35:40.159Z | ++ pwd |
466 | 2023-10-19T23:35:40.164Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
467 | 2023-10-19T23:35:40.167Z | ++ basename ./tools/ci_download_dendrite_stub |
468 | 2023-10-19T23:35:40.170Z | + ARG0=ci_download_dendrite_stub |
469 | 2023-10-19T23:35:40.173Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
470 | 2023-10-19T23:35:40.175Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
471 | 2023-10-19T23:35:40.178Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
472 | 2023-10-19T23:35:40.181Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
473 | 2023-10-19T23:35:40.187Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
474 | 2023-10-19T23:35:40.190Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
475 | 2023-10-19T23:35:40.193Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
476 | 2023-10-19T23:35:40.196Z | + TARGET_DIR=out |
477 | 2023-10-19T23:35:40.201Z | + DOWNLOAD_DIR=out/downloads |
478 | 2023-10-19T23:35:40.614Z | + DEST_DIR=./out/dendrite-stub |
479 | 2023-10-19T23:35:40.624Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
480 | 2023-10-19T23:35:40.631Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
481 | 2023-10-19T23:35:40.639Z | + REPO=oxidecomputer/dendrite |
482 | 2023-10-19T23:35:40.652Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
483 | 2023-10-19T23:35:40.662Z | + main |
484 | 2023-10-19T23:35:40.674Z | + [[ 0 != 0 ]] |
485 | 2023-10-19T23:35:40.681Z | + CIDL_OS=solaris2.11 |
486 | 2023-10-19T23:35:40.687Z | + [[ 0 != 0 ]] |
487 | 2023-10-19T23:35:40.692Z | + configure_os solaris2.11 |
488 | 2023-10-19T23:35:40.696Z | + echo 'current directory: /work/oxidecomputer/omicron' |
489 | 2023-10-19T23:35:40.700Z | current directory: /work/oxidecomputer/omicron |
490 | 2023-10-19T23:35:40.712Z | configuring based on OS: "solaris2.11" |
491 | 2023-10-19T23:35:40.715Z | + echo 'configuring based on OS: "solaris2.11"' |
492 | 2023-10-19T23:35:40.718Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
493 | 2023-10-19T23:35:40.723Z | + case "$1" in |
494 | 2023-10-19T23:35:40.727Z | Local file: out/downloads/dendrite-stub.tar.gz |
495 | 2023-10-19T23:35:40.731Z | + SET_BINARIES= |
496 | 2023-10-19T23:35:40.736Z | Downloading... |
497 | 2023-10-19T23:35:40.742Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
498 | 2023-10-19T23:35:40.748Z | + CIDL_SHA256FUNC=do_sha256sum |
499 | 2023-10-19T23:35:40.756Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
500 | 2023-10-19T23:35:40.759Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
501 | 2023-10-19T23:35:40.765Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
502 | 2023-10-19T23:35:40.769Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
503 | 2023-10-19T23:35:40.780Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
504 | 2023-10-19T23:35:40.790Z | + mkdir -p out/downloads |
505 | 2023-10-19T23:35:40.801Z | + mkdir -p ./out/dendrite-stub |
506 | 2023-10-19T23:35:40.810Z | + fetch_and_verify |
507 | 2023-10-19T23:35:40.814Z | + local DO_DOWNLOAD=true |
508 | 2023-10-19T23:35:40.817Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
509 | 2023-10-19T23:35:40.820Z | + '[' true == true ']' |
510 | 2023-10-19T23:35:40.823Z | + echo Downloading... |
511 | 2023-10-19T23:35:40.825Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
512 | 2023-10-19T23:35:40.828Z | + 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 |
513 | 2023-10-19T23:35:48.881Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
514 | 2023-10-19T23:35:48.884Z | ++ sha256sum |
515 | 2023-10-19T23:35:48.888Z | ++ awk '{print $1}' |
516 | 2023-10-19T23:35:48.989Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
517 | 2023-10-19T23:35:49.004Z | + [[ 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 ]] |
518 | 2023-10-19T23:35:49.023Z | + do_untar out/downloads/dendrite-stub.tar.gz |
519 | 2023-10-19T23:35:49.037Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
520 | 2023-10-19T23:35:49.912Z | + do_assemble |
521 | 2023-10-19T23:35:50.346Z | + rm -r ./out/dendrite-stub |
522 | 2023-10-19T23:35:50.356Z | + mkdir ./out/dendrite-stub |
523 | 2023-10-19T23:35:50.371Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
524 | 2023-10-19T23:35:50.380Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
525 | 2023-10-19T23:35:50.387Z | + set -o errexit |
526 | 2023-10-19T23:35:50.404Z | +++ dirname ./tools/ci_download_transceiver_control |
527 | 2023-10-19T23:35:50.412Z | ++ cd ./tools |
528 | 2023-10-19T23:35:50.425Z | ++ pwd |
529 | 2023-10-19T23:35:50.444Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
530 | 2023-10-19T23:35:50.469Z | ++ basename ./tools/ci_download_transceiver_control |
531 | 2023-10-19T23:35:50.481Z | + ARG0=ci_download_transceiver_control |
532 | 2023-10-19T23:35:50.507Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
533 | 2023-10-19T23:35:50.523Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
534 | 2023-10-19T23:35:50.539Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
535 | 2023-10-19T23:35:50.553Z | + TARGET_DIR=out |
536 | 2023-10-19T23:35:50.561Z | + DOWNLOAD_DIR=out/downloads |
537 | 2023-10-19T23:35:50.570Z | + DEST_DIR=./out/transceiver-control |
538 | 2023-10-19T23:35:50.580Z | + BIN_DIR=/opt/oxide/bin |
539 | 2023-10-19T23:35:50.586Z | + BINARY=xcvradm |
540 | 2023-10-19T23:35:50.598Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
541 | 2023-10-19T23:35:50.613Z | + REPO=oxidecomputer/transceiver-control |
542 | 2023-10-19T23:35:50.632Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
543 | 2023-10-19T23:35:50.646Z | + main |
544 | 2023-10-19T23:35:50.655Z | + [[ 0 != 0 ]] |
545 | 2023-10-19T23:35:50.661Z | + CIDL_OS=solaris2.11 |
546 | 2023-10-19T23:35:50.670Z | + [[ 0 != 0 ]] |
547 | 2023-10-19T23:35:50.678Z | + configure_os solaris2.11 |
548 | 2023-10-19T23:35:50.686Z | + echo 'current directory: /work/oxidecomputer/omicron' |
549 | 2023-10-19T23:35:50.694Z | current directory: /work/oxidecomputer/omicron |
550 | 2023-10-19T23:35:50.703Z | + echo 'configuring based on OS: "solaris2.11"' |
551 | 2023-10-19T23:35:50.712Z | + case "$1" in |
552 | 2023-10-19T23:35:50.722Z | + SET_BINARIES= |
553 | 2023-10-19T23:35:50.734Z | configuring based on OS: "solaris2.11" |
554 | 2023-10-19T23:35:50.752Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
555 | 2023-10-19T23:35:50.769Z | + CIDL_SHA256FUNC=do_sha256sum |
556 | 2023-10-19T23:35:50.785Z | + ARCHIVE_FILENAME=xcvradm.gz |
557 | 2023-10-19T23:35:50.799Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
558 | 2023-10-19T23:35:51.210Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
559 | 2023-10-19T23:35:51.216Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
560 | 2023-10-19T23:35:51.222Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
561 | 2023-10-19T23:35:51.227Z | + echo 'Local file: out/downloads/xcvradm.gz' |
562 | 2023-10-19T23:35:51.233Z | Local file: out/downloads/xcvradm.gz |
563 | 2023-10-19T23:35:51.245Z | + mkdir -p out/downloads |
564 | 2023-10-19T23:35:51.257Z | + mkdir -p ./out/transceiver-control |
565 | 2023-10-19T23:35:51.268Z | + fetch_and_verify |
566 | 2023-10-19T23:35:51.280Z | + local DO_DOWNLOAD=true |
567 | 2023-10-19T23:35:51.289Z | + [[ -f out/downloads/xcvradm.gz ]] |
568 | 2023-10-19T23:35:51.299Z | + '[' true == true ']' |
569 | 2023-10-19T23:35:51.311Z | + echo Downloading... |
570 | 2023-10-19T23:35:51.323Z | Downloading... |
571 | 2023-10-19T23:35:51.340Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
572 | 2023-10-19T23:35:51.357Z | + 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 |
573 | 2023-10-19T23:35:53.089Z | ++ do_sha256sum out/downloads/xcvradm.gz |
574 | 2023-10-19T23:35:53.092Z | ++ sha256sum |
575 | 2023-10-19T23:35:53.096Z | ++ awk '{print $1}' |
576 | 2023-10-19T23:35:53.114Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
577 | 2023-10-19T23:35:53.118Z | + [[ 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 ]] |
578 | 2023-10-19T23:35:53.121Z | + do_unpack out/downloads/xcvradm.gz |
579 | 2023-10-19T23:35:53.124Z | + mkdir -p out/downloads/root//opt/oxide/bin |
580 | 2023-10-19T23:35:53.127Z | + gzip -dc out/downloads/xcvradm.gz |
581 | 2023-10-19T23:35:53.291Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
582 | 2023-10-19T23:35:53.295Z | + do_assemble |
583 | 2023-10-19T23:35:53.297Z | + rm -r ./out/transceiver-control |
584 | 2023-10-19T23:35:53.300Z | + mkdir ./out/transceiver-control |
585 | 2023-10-19T23:35:53.303Z | + cp -r out/downloads/root ./out/transceiver-control/root |
586 | 2023-10-19T23:35:53.416Z | All prerequisites installed successfully |
587 | 2023-10-19T23:35:53.420Z | |
588 | 2023-10-19T23:35:53.423Z | real 1:53.386652673 |
589 | 2023-10-19T23:35:53.427Z | user 50.905690153 |
590 | 2023-10-19T23:35:53.430Z | sys 9.294894570 |
591 | 2023-10-19T23:35:53.433Z | trap 0.022057981 |
592 | 2023-10-19T23:35:53.436Z | tflt 0.175447052 |
593 | 2023-10-19T23:35:53.439Z | dflt 0.530132955 |
594 | 2023-10-19T23:35:53.443Z | kflt 0.135429173 |
595 | 2023-10-19T23:35:53.447Z | lock 1.947215781 |
596 | 2023-10-19T23:35:53.450Z | slp 3:23.729609544 |
597 | 2023-10-19T23:35:53.453Z | lat 3.272378276 |
598 | 2023-10-19T23:35:53.455Z | stop 0.078431775 |
599 | 2023-10-19T23:35:53.460Z | + ptime -m ./tools/ci_download_softnpu_machinery |
600 | 2023-10-19T23:35:53.463Z | fetching npuzone |
601 | 2023-10-19T23:35:53.466Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
602 | 2023-10-19T23:35:53.469Z | (commit: eb27e6a00f1082c9faac7cf997e57d0609f7a309) |
603 | 2023-10-19T23:35:53.472Z | Getting hash for npuzone |
604 | 2023-10-19T23:35:53.588Z | (hash: 8ac6568e1b9c8968c47975fac110a8700709498706c32845c0b0856e216b6365) |
605 | 2023-10-19T23:36:07.941Z | npuzone downloaded successfully |
606 | 2023-10-19T23:36:07.945Z | |
607 | 2023-10-19T23:36:07.948Z | real 14.524140002 |
608 | 2023-10-19T23:36:07.951Z | user 0.557100387 |
609 | 2023-10-19T23:36:07.955Z | sys 0.144436198 |
610 | 2023-10-19T23:36:07.959Z | trap 0.000083046 |
611 | 2023-10-19T23:36:07.962Z | tflt 0.000000000 |
612 | 2023-10-19T23:36:07.965Z | dflt 0.000000000 |
613 | 2023-10-19T23:36:07.968Z | kflt 0.000000000 |
614 | 2023-10-19T23:36:07.971Z | lock 0.000000000 |
615 | 2023-10-19T23:36:07.976Z | slp 42.714297571 |
616 | 2023-10-19T23:36:07.981Z | lat 0.119422860 |
617 | 2023-10-19T23:36:07.984Z | stop 0.000261266 |
618 | 2023-10-19T23:36:07.990Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
619 | 2023-10-19T23:36:08.309Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
620 | 2023-10-19T23:36:08.714Z | Updating crates.io index |
621 | 2023-10-19T23:36:08.775Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
622 | 2023-10-19T23:36:09.564Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
623 | 2023-10-19T23:36:11.306Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
624 | 2023-10-19T23:36:11.946Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
625 | 2023-10-19T23:36:12.348Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
626 | 2023-10-19T23:36:12.665Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
627 | 2023-10-19T23:36:12.974Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
628 | 2023-10-19T23:36:14.195Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
629 | 2023-10-19T23:36:15.834Z | Updating git repository `https://github.com/oxidecomputer/opte` |
630 | 2023-10-19T23:36:16.713Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
631 | 2023-10-19T23:36:17.071Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
632 | 2023-10-19T23:36:17.379Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
633 | 2023-10-19T23:36:17.932Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
634 | 2023-10-19T23:36:18.239Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
635 | 2023-10-19T23:36:18.669Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
636 | 2023-10-19T23:36:18.970Z | Updating git repository `https://github.com/njaremko/samael` |
637 | 2023-10-19T23:36:19.547Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
638 | 2023-10-19T23:36:20.249Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
639 | 2023-10-19T23:36:20.645Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
640 | 2023-10-19T23:36:20.982Z | Updating git repository `https://github.com/jgallagher/nix` |
641 | 2023-10-19T23:36:22.313Z | Updating git repository `https://github.com/cbiffle/hubpack` |
642 | 2023-10-19T23:36:22.842Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
643 | 2023-10-19T23:36:32.552Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
644 | 2023-10-19T23:36:33.006Z | Updating git repository `https://github.com/oxidecomputer/typify` |
645 | 2023-10-19T23:36:34.229Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
646 | 2023-10-19T23:36:34.636Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
647 | 2023-10-19T23:36:34.948Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
648 | 2023-10-19T23:36:36.386Z | Downloading crates ... |
649 | 2023-10-19T23:36:36.647Z | Downloaded aead v0.5.2 |
650 | 2023-10-19T23:36:36.656Z | Downloaded ascii v1.1.0 |
651 | 2023-10-19T23:36:36.660Z | Downloaded heck v0.3.3 |
652 | 2023-10-19T23:36:36.663Z | Downloaded bit-vec v0.6.3 |
653 | 2023-10-19T23:36:36.675Z | Downloaded atomicwrites v0.4.2 |
654 | 2023-10-19T23:36:36.679Z | Downloaded hostname v0.3.1 |
655 | 2023-10-19T23:36:36.684Z | Downloaded http-body v0.4.5 |
656 | 2023-10-19T23:36:36.688Z | Downloaded home v0.5.5 |
657 | 2023-10-19T23:36:36.691Z | Downloaded hubpack_derive v0.1.1 |
658 | 2023-10-19T23:36:36.694Z | Downloaded linear-map v1.2.0 |
659 | 2023-10-19T23:36:36.697Z | Downloaded bitflags v1.3.2 |
660 | 2023-10-19T23:36:36.701Z | Downloaded backoff v0.4.0 |
661 | 2023-10-19T23:36:36.709Z | Downloaded cc v1.0.83 |
662 | 2023-10-19T23:36:36.719Z | Downloaded ident_case v1.0.1 |
663 | 2023-10-19T23:36:37.139Z | Downloaded http-range v0.1.5 |
664 | 2023-10-19T23:36:37.145Z | Downloaded block-padding v0.3.3 |
665 | 2023-10-19T23:36:37.152Z | Downloaded hyper-tls v0.5.0 |
666 | 2023-10-19T23:36:37.158Z | Downloaded cipher v0.4.4 |
667 | 2023-10-19T23:36:37.164Z | Downloaded inout v0.1.3 |
668 | 2023-10-19T23:36:37.169Z | Downloaded clap v4.4.3 |
669 | 2023-10-19T23:36:37.175Z | Downloaded itoa v1.0.9 |
670 | 2023-10-19T23:36:37.181Z | Downloaded instant v0.1.12 |
671 | 2023-10-19T23:36:37.188Z | Downloaded httpdate v1.0.3 |
672 | 2023-10-19T23:36:37.195Z | Downloaded anstyle-query v1.0.0 |
673 | 2023-10-19T23:36:37.202Z | Downloaded minimal-lexical v0.2.1 |
674 | 2023-10-19T23:36:37.208Z | Downloaded ascii-canvas v3.0.0 |
675 | 2023-10-19T23:36:37.215Z | Downloaded mockall v0.11.4 |
676 | 2023-10-19T23:36:37.222Z | Downloaded mime v0.3.17 |
677 | 2023-10-19T23:36:37.233Z | Downloaded managed v0.8.0 |
678 | 2023-10-19T23:36:37.240Z | Downloaded num-derive v0.4.0 |
679 | 2023-10-19T23:36:37.252Z | Downloaded num-iter v0.1.43 |
680 | 2023-10-19T23:36:37.257Z | Downloaded num-integer v0.1.45 |
681 | 2023-10-19T23:36:37.265Z | Downloaded hyper-rustls v0.24.1 |
682 | 2023-10-19T23:36:37.271Z | Downloaded lock_api v0.4.10 |
683 | 2023-10-19T23:36:37.316Z | Downloaded new_debug_unreachable v1.0.4 |
684 | 2023-10-19T23:36:37.324Z | Downloaded miniz_oxide v0.7.1 |
685 | 2023-10-19T23:36:37.330Z | Downloaded async-stream-impl v0.3.5 |
686 | 2023-10-19T23:36:37.337Z | Downloaded num-traits v0.2.16 |
687 | 2023-10-19T23:36:37.348Z | Downloaded array-init v0.0.4 |
688 | 2023-10-19T23:36:37.356Z | Downloaded async-stream v0.3.5 |
689 | 2023-10-19T23:36:37.363Z | Downloaded base64ct v1.6.0 |
690 | 2023-10-19T23:36:37.372Z | Downloaded semver v0.1.20 |
691 | 2023-10-19T23:36:37.380Z | Downloaded heapless v0.7.16 |
692 | 2023-10-19T23:36:37.387Z | Downloaded filetime v0.2.22 |
693 | 2023-10-19T23:36:37.394Z | Downloaded zerocopy v0.3.0 |
694 | 2023-10-19T23:36:37.402Z | Downloaded oso-derive v0.26.4 |
695 | 2023-10-19T23:36:37.411Z | Downloaded normalize-line-endings v0.3.0 |
696 | 2023-10-19T23:36:37.422Z | Downloaded nibble_vec v0.1.0 |
697 | 2023-10-19T23:36:37.429Z | Downloaded maplit v1.0.2 |
698 | 2023-10-19T23:36:37.441Z | Downloaded ahash v0.8.3 |
699 | 2023-10-19T23:36:37.450Z | Downloaded libloading v0.7.4 |
700 | 2023-10-19T23:36:37.456Z | Downloaded ipnet v2.8.0 |
701 | 2023-10-19T23:36:37.461Z | Downloaded proc-macro-crate v1.3.1 |
702 | 2023-10-19T23:36:37.468Z | Downloaded indexmap v1.9.3 |
703 | 2023-10-19T23:36:37.476Z | Downloaded fd-lock v3.0.13 |
704 | 2023-10-19T23:36:37.485Z | Downloaded serde_repr v0.1.16 |
705 | 2023-10-19T23:36:37.495Z | Downloaded serde_path_to_error v0.1.14 |
706 | 2023-10-19T23:36:37.502Z | Downloaded rand_chacha v0.3.1 |
707 | 2023-10-19T23:36:37.512Z | Downloaded phf_shared v0.11.2 |
708 | 2023-10-19T23:36:37.521Z | Downloaded thiserror-impl-no-std v2.0.2 |
709 | 2023-10-19T23:36:37.528Z | Downloaded pkcs1 v0.7.5 |
710 | 2023-10-19T23:36:37.538Z | Downloaded spki v0.7.2 |
711 | 2023-10-19T23:36:37.548Z | Downloaded strip-ansi-escapes v0.2.0 |
712 | 2023-10-19T23:36:37.556Z | Downloaded stringprep v0.1.3 |
713 | 2023-10-19T23:36:37.564Z | Downloaded anyhow v1.0.75 |
714 | 2023-10-19T23:36:37.572Z | Downloaded foreign-types v0.3.2 |
715 | 2023-10-19T23:36:37.583Z | Downloaded thread-id v4.2.0 |
716 | 2023-10-19T23:36:37.591Z | Downloaded pretty-hex v0.2.1 |
717 | 2023-10-19T23:36:37.599Z | Downloaded unicode-xid v0.2.4 |
718 | 2023-10-19T23:36:37.611Z | Downloaded usdt-macro v0.3.5 |
719 | 2023-10-19T23:36:37.619Z | Downloaded usdt-attr-macro v0.3.5 |
720 | 2023-10-19T23:36:37.624Z | Downloaded cfg-if v0.1.10 |
721 | 2023-10-19T23:36:37.630Z | Downloaded tokio-macros v2.1.0 |
722 | 2023-10-19T23:36:37.636Z | Downloaded waitgroup v0.1.2 |
723 | 2023-10-19T23:36:37.646Z | Downloaded secrecy v0.8.0 |
724 | 2023-10-19T23:36:37.656Z | Downloaded rpassword v7.2.0 |
725 | 2023-10-19T23:36:37.668Z | Downloaded http v0.2.9 |
726 | 2023-10-19T23:36:37.675Z | Downloaded structmeta v0.1.6 |
727 | 2023-10-19T23:36:37.687Z | Downloaded slog-bunyan v2.4.0 |
728 | 2023-10-19T23:36:37.699Z | Downloaded structopt-derive v0.4.18 |
729 | 2023-10-19T23:36:37.704Z | Downloaded pretty-hex v0.3.0 |
730 | 2023-10-19T23:36:37.725Z | Downloaded smawk v0.3.1 |
731 | 2023-10-19T23:36:38.143Z | Downloaded futures-sink v0.3.28 |
732 | 2023-10-19T23:36:38.160Z | Downloaded vte_generate_state_changes v0.1.1 |
733 | 2023-10-19T23:36:38.169Z | Downloaded errno v0.3.2 |
734 | 2023-10-19T23:36:38.180Z | Downloaded fxhash v0.2.1 |
735 | 2023-10-19T23:36:38.188Z | Downloaded precomputed-hash v0.1.1 |
736 | 2023-10-19T23:36:38.194Z | Downloaded allocator-api2 v0.2.16 |
737 | 2023-10-19T23:36:38.203Z | Downloaded subtle v2.5.0 |
738 | 2023-10-19T23:36:38.207Z | Downloaded crucible-workspace-hack v0.1.0 |
739 | 2023-10-19T23:36:38.209Z | Downloaded libefi-sys v0.1.0 |
740 | 2023-10-19T23:36:38.212Z | Downloaded hash32 v0.2.1 |
741 | 2023-10-19T23:36:38.215Z | Downloaded spin v0.9.8 |
742 | 2023-10-19T23:36:38.223Z | Downloaded synstructure v0.12.6 |
743 | 2023-10-19T23:36:38.226Z | Downloaded proc-macro-error v1.0.4 |
744 | 2023-10-19T23:36:38.229Z | Downloaded time-core v0.1.1 |
745 | 2023-10-19T23:36:38.232Z | Downloaded cstr-argument v0.1.2 |
746 | 2023-10-19T23:36:38.235Z | Downloaded serde_yaml v0.9.25 |
747 | 2023-10-19T23:36:38.238Z | Downloaded equivalent v1.0.1 |
748 | 2023-10-19T23:36:38.241Z | Downloaded rand_xorshift v0.3.0 |
749 | 2023-10-19T23:36:38.244Z | Downloaded display-error-chain v0.1.1 |
750 | 2023-10-19T23:36:38.247Z | Downloaded crc-any v2.4.3 |
751 | 2023-10-19T23:36:38.250Z | Downloaded tinyvec_macros v0.1.1 |
752 | 2023-10-19T23:36:38.253Z | Downloaded openssl-probe v0.1.5 |
753 | 2023-10-19T23:36:38.256Z | Downloaded radium v0.7.0 |
754 | 2023-10-19T23:36:38.259Z | Downloaded ctr v0.9.2 |
755 | 2023-10-19T23:36:38.261Z | Downloaded generic-array v0.14.7 |
756 | 2023-10-19T23:36:38.264Z | Downloaded twox-hash v1.6.3 |
757 | 2023-10-19T23:36:38.267Z | Downloaded strsim v0.10.0 |
758 | 2023-10-19T23:36:38.270Z | Downloaded sha1 v0.10.5 |
759 | 2023-10-19T23:36:38.273Z | Downloaded signal-hook-tokio v0.3.1 |
760 | 2023-10-19T23:36:38.276Z | Downloaded pem v1.1.1 |
761 | 2023-10-19T23:36:38.279Z | Downloaded path-slash v0.1.5 |
762 | 2023-10-19T23:36:38.282Z | Downloaded path-absolutize v3.1.0 |
763 | 2023-10-19T23:36:38.285Z | Downloaded fragile v2.0.0 |
764 | 2023-10-19T23:36:38.287Z | Downloaded ed25519 v1.5.3 |
765 | 2023-10-19T23:36:38.291Z | Downloaded phf v0.11.2 |
766 | 2023-10-19T23:36:38.293Z | Downloaded pkg-config v0.3.27 |
767 | 2023-10-19T23:36:38.296Z | Downloaded strum v0.25.0 |
768 | 2023-10-19T23:36:38.299Z | Downloaded dyn-clone v1.0.13 |
769 | 2023-10-19T23:36:38.302Z | Downloaded signature v2.1.0 |
770 | 2023-10-19T23:36:38.305Z | Downloaded enum-as-inner v0.5.1 |
771 | 2023-10-19T23:36:38.308Z | Downloaded env_logger v0.10.0 |
772 | 2023-10-19T23:36:38.310Z | Downloaded phf_shared v0.10.0 |
773 | 2023-10-19T23:36:38.314Z | Downloaded polyval v0.6.1 |
774 | 2023-10-19T23:36:38.343Z | Downloaded predicates v2.1.5 |
775 | 2023-10-19T23:36:38.350Z | Downloaded quote v1.0.33 |
776 | 2023-10-19T23:36:38.355Z | Downloaded num_threads v0.1.6 |
777 | 2023-10-19T23:36:38.362Z | Downloaded signal-hook v0.3.17 |
778 | 2023-10-19T23:36:38.368Z | Downloaded crypto-common v0.1.6 |
779 | 2023-10-19T23:36:38.372Z | Downloaded toml v0.8.0 |
780 | 2023-10-19T23:36:38.391Z | Downloaded signature v1.6.4 |
781 | 2023-10-19T23:36:38.395Z | Downloaded hashlink v0.8.3 |
782 | 2023-10-19T23:36:38.398Z | Downloaded unicode-linebreak v0.1.5 |
783 | 2023-10-19T23:36:38.402Z | Downloaded darling_macro v0.20.3 |
784 | 2023-10-19T23:36:38.406Z | Downloaded getrandom v0.2.10 |
785 | 2023-10-19T23:36:38.410Z | Downloaded shlex v1.1.0 |
786 | 2023-10-19T23:36:38.413Z | Downloaded serde_tokenstream v0.1.7 |
787 | 2023-10-19T23:36:38.417Z | Downloaded rustfmt-wrapper v0.2.0 |
788 | 2023-10-19T23:36:38.420Z | Downloaded data-encoding v2.4.0 |
789 | 2023-10-19T23:36:38.423Z | Downloaded libm v0.2.7 |
790 | 2023-10-19T23:36:38.428Z | Downloaded take_mut v0.2.2 |
791 | 2023-10-19T23:36:38.432Z | Downloaded url v2.4.1 |
792 | 2023-10-19T23:36:38.437Z | Downloaded hkdf v0.12.3 |
793 | 2023-10-19T23:36:38.444Z | Downloaded unsafe-libyaml v0.2.9 |
794 | 2023-10-19T23:36:38.448Z | Downloaded deranged v0.3.8 |
795 | 2023-10-19T23:36:38.451Z | Downloaded thiserror v1.0.49 |
796 | 2023-10-19T23:36:38.454Z | Downloaded headers-core v0.2.0 |
797 | 2023-10-19T23:36:38.457Z | Downloaded textwrap v0.11.0 |
798 | 2023-10-19T23:36:38.461Z | Downloaded curve25519-dalek-derive v0.1.0 |
799 | 2023-10-19T23:36:38.464Z | Downloaded serde-big-array v0.4.1 |
800 | 2023-10-19T23:36:38.467Z | Downloaded digest v0.10.7 |
801 | 2023-10-19T23:36:38.470Z | Downloaded schemars_derive v0.8.13 |
802 | 2023-10-19T23:36:38.475Z | Downloaded olpc-cjson v0.1.3 |
803 | 2023-10-19T23:36:38.478Z | Downloaded itertools v0.10.5 |
804 | 2023-10-19T23:36:38.481Z | Downloaded funty v2.0.0 |
805 | 2023-10-19T23:36:38.484Z | Downloaded difflib v0.4.0 |
806 | 2023-10-19T23:36:38.487Z | Downloaded futures v0.3.28 |
807 | 2023-10-19T23:36:38.490Z | Downloaded diesel_table_macro_syntax v0.1.0 |
808 | 2023-10-19T23:36:38.493Z | Downloaded crypto-bigint v0.5.2 |
809 | 2023-10-19T23:36:38.496Z | Downloaded quick-error v1.2.3 |
810 | 2023-10-19T23:36:38.499Z | Downloaded proc-macro-error-attr v1.0.4 |
811 | 2023-10-19T23:36:38.505Z | Downloaded rsa v0.9.2 |
812 | 2023-10-19T23:36:38.508Z | Downloaded tap v1.0.1 |
813 | 2023-10-19T23:36:38.512Z | Downloaded tabled_derive v0.6.0 |
814 | 2023-10-19T23:36:38.515Z | Downloaded zone_cfg_derive v0.2.0 |
815 | 2023-10-19T23:36:38.518Z | Downloaded rustls-webpki v0.101.4 |
816 | 2023-10-19T23:36:38.522Z | Downloaded predicates-core v1.0.6 |
817 | 2023-10-19T23:36:38.525Z | Downloaded scheduled-thread-pool v0.2.7 |
818 | 2023-10-19T23:36:38.530Z | Downloaded parse-display-derive v0.7.0 |
819 | 2023-10-19T23:36:38.533Z | Downloaded scopeguard v1.2.0 |
820 | 2023-10-19T23:36:38.550Z | Downloaded serde_arrays v0.1.0 |
821 | 2023-10-19T23:36:38.556Z | Downloaded try-lock v0.2.4 |
822 | 2023-10-19T23:36:38.559Z | Downloaded serde_spanned v0.6.3 |
823 | 2023-10-19T23:36:38.563Z | Downloaded doc-comment v0.3.3 |
824 | 2023-10-19T23:36:38.565Z | Downloaded fs-err v2.9.0 |
825 | 2023-10-19T23:36:38.576Z | Downloaded derive_builder_macro v0.12.0 |
826 | 2023-10-19T23:36:38.987Z | Downloaded parking_lot_core v0.8.6 |
827 | 2023-10-19T23:36:38.990Z | Downloaded path-dedot v3.1.0 |
828 | 2023-10-19T23:36:38.999Z | Downloaded semver-parser v0.10.2 |
829 | 2023-10-19T23:36:39.004Z | Downloaded downcast v0.11.0 |
830 | 2023-10-19T23:36:39.011Z | Downloaded zeroize_derive v1.4.2 |
831 | 2023-10-19T23:36:39.022Z | Downloaded test-strategy v0.2.1 |
832 | 2023-10-19T23:36:39.025Z | Downloaded parking_lot v0.11.2 |
833 | 2023-10-19T23:36:39.028Z | Downloaded rustversion v1.0.14 |
834 | 2023-10-19T23:36:39.031Z | Downloaded tracing-attributes v0.1.26 |
835 | 2023-10-19T23:36:39.035Z | Downloaded proc-macro2 v1.0.67 |
836 | 2023-10-19T23:36:39.039Z | Downloaded terminal_size v0.2.6 |
837 | 2023-10-19T23:36:39.054Z | Downloaded tempfile v3.8.0 |
838 | 2023-10-19T23:36:39.057Z | Downloaded dof v0.1.5 |
839 | 2023-10-19T23:36:39.060Z | Downloaded ringbuffer v0.15.0 |
840 | 2023-10-19T23:36:39.063Z | Downloaded semver v1.0.18 |
841 | 2023-10-19T23:36:39.066Z | Downloaded tokio-native-tls v0.3.1 |
842 | 2023-10-19T23:36:39.068Z | Downloaded textwrap v0.16.0 |
843 | 2023-10-19T23:36:39.071Z | Downloaded reedline v0.23.0 |
844 | 2023-10-19T23:36:39.074Z | Downloaded futures-io v0.3.28 |
845 | 2023-10-19T23:36:39.077Z | Downloaded tui-tree-widget v0.13.0 |
846 | 2023-10-19T23:36:39.080Z | Downloaded packed_struct v0.10.1 |
847 | 2023-10-19T23:36:39.083Z | Downloaded unicode-ident v1.0.12 |
848 | 2023-10-19T23:36:39.086Z | Downloaded tinyvec v1.6.0 |
849 | 2023-10-19T23:36:39.089Z | Downloaded parking_lot_core v0.9.8 |
850 | 2023-10-19T23:36:39.092Z | Downloaded papergrid v0.10.0 |
851 | 2023-10-19T23:36:39.095Z | Downloaded pest_meta v2.7.2 |
852 | 2023-10-19T23:36:39.098Z | Downloaded darling v0.14.4 |
853 | 2023-10-19T23:36:39.101Z | Downloaded der_derive v0.7.2 |
854 | 2023-10-19T23:36:39.104Z | Downloaded futures-channel v0.3.28 |
855 | 2023-10-19T23:36:39.106Z | Downloaded tracing v0.1.37 |
856 | 2023-10-19T23:36:39.109Z | Downloaded password-hash v0.5.0 |
857 | 2023-10-19T23:36:39.112Z | Downloaded libxml v0.3.3 |
858 | 2023-10-19T23:36:39.116Z | Downloaded derive_more v0.99.17 |
859 | 2023-10-19T23:36:39.120Z | Downloaded tokio-rustls v0.24.1 |
860 | 2023-10-19T23:36:39.123Z | Downloaded trust-dns-resolver v0.22.0 |
861 | 2023-10-19T23:36:39.126Z | Downloaded serde_with v2.3.3 |
862 | 2023-10-19T23:36:39.129Z | Downloaded tungstenite v0.18.0 |
863 | 2023-10-19T23:36:39.131Z | Downloaded bindgen v0.65.1 |
864 | 2023-10-19T23:36:39.134Z | Downloaded predicates v3.0.4 |
865 | 2023-10-19T23:36:39.138Z | Downloaded tar v0.4.40 |
866 | 2023-10-19T23:36:39.141Z | Downloaded trust-dns-client v0.22.0 |
867 | 2023-10-19T23:36:39.144Z | Downloaded toml_edit v0.20.0 |
868 | 2023-10-19T23:36:39.146Z | Downloaded trust-dns-server v0.22.1 |
869 | 2023-10-19T23:36:39.149Z | Downloaded portable-atomic v1.4.3 |
870 | 2023-10-19T23:36:39.152Z | Downloaded der v0.7.8 |
871 | 2023-10-19T23:36:39.154Z | Downloaded tokio-util v0.7.8 |
872 | 2023-10-19T23:36:39.157Z | Downloaded time v0.3.27 |
873 | 2023-10-19T23:36:39.161Z | Downloaded pest v2.7.2 |
874 | 2023-10-19T23:36:39.164Z | Downloaded rusqlite v0.29.0 |
875 | 2023-10-19T23:36:39.167Z | Downloaded crossterm v0.26.1 |
876 | 2023-10-19T23:36:39.170Z | Downloaded quick-xml v0.23.1 |
877 | 2023-10-19T23:36:39.172Z | Downloaded unicode-segmentation v1.10.1 |
878 | 2023-10-19T23:36:39.175Z | Downloaded clap v2.34.0 |
879 | 2023-10-19T23:36:39.178Z | Downloaded crossterm v0.27.0 |
880 | 2023-10-19T23:36:39.181Z | Downloaded webpki-roots v0.25.2 |
881 | 2023-10-19T23:36:39.184Z | Downloaded git2 v0.17.2 |
882 | 2023-10-19T23:36:39.186Z | Downloaded reqwest v0.11.20 |
883 | 2023-10-19T23:36:39.189Z | Downloaded petgraph v0.6.4 |
884 | 2023-10-19T23:36:39.192Z | Downloaded h2 v0.3.21 |
885 | 2023-10-19T23:36:39.195Z | Downloaded ratatui v0.23.0 |
886 | 2023-10-19T23:36:39.198Z | Downloaded proptest v1.3.1 |
887 | 2023-10-19T23:36:39.201Z | Downloaded object v0.30.4 |
888 | 2023-10-19T23:36:39.205Z | Downloaded trust-dns-proto v0.22.0 |
889 | 2023-10-19T23:36:39.208Z | Downloaded curve25519-dalek v4.1.0 |
890 | 2023-10-19T23:36:39.211Z | Downloaded polar-core v0.26.4 |
891 | 2023-10-19T23:36:39.213Z | Downloaded rustls v0.21.7 |
892 | 2023-10-19T23:36:39.216Z | Downloaded diesel v2.1.1 |
893 | 2023-10-19T23:36:39.219Z | Downloaded openapiv3 v1.0.3 |
894 | 2023-10-19T23:36:39.222Z | Downloaded zerocopy-derive v0.6.4 |
895 | 2023-10-19T23:36:39.225Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
896 | 2023-10-19T23:36:39.228Z | Downloaded zerocopy-derive v0.2.0 |
897 | 2023-10-19T23:36:39.231Z | Downloaded sha3 v0.10.8 |
898 | 2023-10-19T23:36:39.234Z | Downloaded regex-automata v0.3.8 |
899 | 2023-10-19T23:36:39.237Z | Downloaded libc v0.2.149 |
900 | 2023-10-19T23:36:39.240Z | Downloaded encoding_rs v0.8.33 |
901 | 2023-10-19T23:36:39.243Z | Downloaded tokio v1.32.0 |
902 | 2023-10-19T23:36:39.246Z | Downloaded sled v0.34.7 |
903 | 2023-10-19T23:36:39.249Z | Downloaded object v0.32.1 |
904 | 2023-10-19T23:36:39.253Z | Downloaded rustix v0.38.9 |
905 | 2023-10-19T23:36:39.257Z | Downloaded openssl v0.10.57 |
906 | 2023-10-19T23:36:39.260Z | Downloaded rustix v0.37.23 |
907 | 2023-10-19T23:36:39.262Z | Downloaded regex-syntax v0.7.5 |
908 | 2023-10-19T23:36:39.265Z | Downloaded gimli v0.28.0 |
909 | 2023-10-19T23:36:39.268Z | Downloaded regex-syntax v0.6.29 |
910 | 2023-10-19T23:36:39.271Z | Downloaded bstr v1.6.0 |
911 | 2023-10-19T23:36:39.275Z | Downloaded syn v2.0.32 |
912 | 2023-10-19T23:36:39.279Z | Downloaded regex v1.9.5 |
913 | 2023-10-19T23:36:39.282Z | Downloaded smoltcp v0.9.1 |
914 | 2023-10-19T23:36:39.285Z | Downloaded syn v1.0.109 |
915 | 2023-10-19T23:36:39.288Z | Downloaded regress v0.7.1 |
916 | 2023-10-19T23:36:39.291Z | Downloaded vcpkg v0.2.15 |
917 | 2023-10-19T23:36:39.295Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
918 | 2023-10-19T23:36:39.298Z | Downloaded bstr v0.2.17 |
919 | 2023-10-19T23:36:39.303Z | Downloaded smoltcp v0.8.2 |
920 | 2023-10-19T23:36:39.306Z | Downloaded idna v0.2.3 |
921 | 2023-10-19T23:36:39.309Z | Downloaded serde_json v1.0.107 |
922 | 2023-10-19T23:36:39.312Z | Downloaded tabled v0.14.0 |
923 | 2023-10-19T23:36:39.315Z | Downloaded radix_trie v0.2.1 |
924 | 2023-10-19T23:36:39.318Z | Downloaded nix v0.26.2 |
925 | 2023-10-19T23:36:39.321Z | Downloaded idna v0.4.0 |
926 | 2023-10-19T23:36:39.324Z | Downloaded rayon v1.7.0 |
927 | 2023-10-19T23:36:39.329Z | Downloaded lalrpop v0.19.12 |
928 | 2023-10-19T23:36:39.332Z | Downloaded futures-util v0.3.28 |
929 | 2023-10-19T23:36:39.334Z | Downloaded unicode-normalization v0.1.22 |
930 | 2023-10-19T23:36:39.337Z | Downloaded bitvec v1.0.1 |
931 | 2023-10-19T23:36:39.340Z | Downloaded serde v1.0.188 |
932 | 2023-10-19T23:36:39.379Z | Downloaded toml_edit v0.19.15 |
933 | 2023-10-19T23:36:39.385Z | Downloaded tough v0.12.5 |
934 | 2023-10-19T23:36:39.388Z | Downloaded hyper v0.14.27 |
935 | 2023-10-19T23:36:39.391Z | Downloaded diesel_derives v2.1.1 |
936 | 2023-10-19T23:36:39.394Z | Downloaded zip v0.6.6 |
937 | 2023-10-19T23:36:39.397Z | Downloaded tungstenite v0.20.1 |
938 | 2023-10-19T23:36:39.402Z | Downloaded ucd-trie v0.1.6 |
939 | 2023-10-19T23:36:39.406Z | Downloaded headers v0.3.9 |
940 | 2023-10-19T23:36:39.409Z | Downloaded hashbrown v0.14.0 |
941 | 2023-10-19T23:36:39.412Z | Downloaded aho-corasick v1.0.4 |
942 | 2023-10-19T23:36:39.415Z | Downloaded tracing-core v0.1.31 |
943 | 2023-10-19T23:36:39.418Z | Downloaded ron v0.8.1 |
944 | 2023-10-19T23:36:39.421Z | Downloaded diff v0.1.13 |
945 | 2023-10-19T23:36:39.424Z | Downloaded libz-sys v1.1.12 |
946 | 2023-10-19T23:36:39.427Z | Downloaded prettyplease v0.2.12 |
947 | 2023-10-19T23:36:39.429Z | Downloaded crossbeam-queue v0.3.8 |
948 | 2023-10-19T23:36:39.432Z | Downloaded crossbeam-utils v0.8.16 |
949 | 2023-10-19T23:36:39.435Z | Downloaded darling_core v0.20.3 |
950 | 2023-10-19T23:36:39.437Z | Downloaded hashbrown v0.13.2 |
951 | 2023-10-19T23:36:39.440Z | Downloaded darling_core v0.14.4 |
952 | 2023-10-19T23:36:39.443Z | Downloaded regex-automata v0.1.10 |
953 | 2023-10-19T23:36:39.446Z | Downloaded schemars v0.8.13 |
954 | 2023-10-19T23:36:39.449Z | Downloaded tokio-postgres v0.7.10 |
955 | 2023-10-19T23:36:39.451Z | Downloaded pem-rfc7468 v0.7.0 |
956 | 2023-10-19T23:36:39.462Z | Downloaded typenum v1.16.0 |
957 | 2023-10-19T23:36:39.464Z | Downloaded parking_lot v0.12.1 |
958 | 2023-10-19T23:36:39.470Z | Downloaded elliptic-curve v0.13.5 |
959 | 2023-10-19T23:36:39.478Z | Downloaded num-bigint-dig v0.8.4 |
960 | 2023-10-19T23:36:39.486Z | Downloaded serde_derive_internals v0.26.0 |
961 | 2023-10-19T23:36:39.496Z | Downloaded sct v0.7.0 |
962 | 2023-10-19T23:36:39.920Z | Downloaded serde_derive v1.0.188 |
963 | 2023-10-19T23:36:39.928Z | Downloaded pest_derive v2.7.2 |
964 | 2023-10-19T23:36:39.936Z | Downloaded hashbrown v0.12.3 |
965 | 2023-10-19T23:36:39.942Z | Downloaded pest_generator v2.7.2 |
966 | 2023-10-19T23:36:39.948Z | Downloaded percent-encoding v2.3.0 |
967 | 2023-10-19T23:36:39.953Z | Downloaded dirs-sys-next v0.1.2 |
968 | 2023-10-19T23:36:39.958Z | Downloaded ron v0.7.1 |
969 | 2023-10-19T23:36:39.966Z | Downloaded steno v0.4.0 |
970 | 2023-10-19T23:36:39.971Z | Downloaded packed_struct_codegen v0.10.1 |
971 | 2023-10-19T23:36:39.977Z | Downloaded predicates-tree v1.0.9 |
972 | 2023-10-19T23:36:39.983Z | Downloaded once_cell v1.18.0 |
973 | 2023-10-19T23:36:39.988Z | Downloaded omicron-zone-package v0.8.3 |
974 | 2023-10-19T23:36:39.996Z | Downloaded aes v0.8.3 |
975 | 2023-10-19T23:36:40.002Z | Downloaded zone v0.2.0 |
976 | 2023-10-19T23:36:40.007Z | Downloaded num_enum_derive v0.7.0 |
977 | 2023-10-19T23:36:40.013Z | Downloaded derive-where v1.2.5 |
978 | 2023-10-19T23:36:40.020Z | Downloaded derive_builder_core v0.12.0 |
979 | 2023-10-19T23:36:40.025Z | Downloaded derive_builder v0.12.0 |
980 | 2023-10-19T23:36:40.032Z | Downloaded winnow v0.5.15 |
981 | 2023-10-19T23:36:40.038Z | Downloaded number_prefix v0.4.0 |
982 | 2023-10-19T23:36:40.046Z | Downloaded futures-core v0.3.28 |
983 | 2023-10-19T23:36:40.052Z | Downloaded unarray v0.1.4 |
984 | 2023-10-19T23:36:40.057Z | Downloaded shell-words v1.1.0 |
985 | 2023-10-19T23:36:40.064Z | Downloaded toml_datetime v0.6.3 |
986 | 2023-10-19T23:36:40.071Z | Downloaded futures-executor v0.3.28 |
987 | 2023-10-19T23:36:40.081Z | Downloaded thread_local v1.1.7 |
988 | 2023-10-19T23:36:40.086Z | Downloaded toml v0.5.11 |
989 | 2023-10-19T23:36:40.091Z | Downloaded tokio-stream v0.1.14 |
990 | 2023-10-19T23:36:40.098Z | Downloaded debug-ignore v1.0.5 |
991 | 2023-10-19T23:36:40.105Z | Downloaded env_logger v0.9.3 |
992 | 2023-10-19T23:36:40.114Z | Downloaded rand v0.4.6 |
993 | 2023-10-19T23:36:40.123Z | Downloaded rustc-demangle v0.1.23 |
994 | 2023-10-19T23:36:40.137Z | Downloaded rusty-fork v0.3.0 |
995 | 2023-10-19T23:36:40.150Z | Downloaded time-macros v0.2.13 |
996 | 2023-10-19T23:36:40.159Z | Downloaded dirs-next v2.0.0 |
997 | 2023-10-19T23:36:40.168Z | Downloaded opaque-debug v0.3.0 |
998 | 2023-10-19T23:36:40.177Z | Downloaded rustls-pemfile v1.0.3 |
999 | 2023-10-19T23:36:40.184Z | Downloaded unicode-bidi v0.3.13 |
1000 | 2023-10-19T23:36:40.194Z | Downloaded futures-task v0.3.28 |
1001 | 2023-10-19T23:36:40.201Z | Downloaded rayon-core v1.11.0 |
1002 | 2023-10-19T23:36:40.206Z | Downloaded termtree v0.4.1 |
1003 | 2023-10-19T23:36:40.215Z | Downloaded erased-serde v0.3.30 |
1004 | 2023-10-19T23:36:40.220Z | Downloaded num_enum_derive v0.5.11 |
1005 | 2023-10-19T23:36:40.223Z | Downloaded darling v0.20.3 |
1006 | 2023-10-19T23:36:40.228Z | Downloaded thiserror-impl v1.0.49 |
1007 | 2023-10-19T23:36:40.231Z | Downloaded termios v0.3.3 |
1008 | 2023-10-19T23:36:40.236Z | Downloaded tiny-keccak v2.0.2 |
1009 | 2023-10-19T23:36:40.239Z | Downloaded postcard v0.7.3 |
1010 | 2023-10-19T23:36:40.243Z | Downloaded platforms v3.0.2 |
1011 | 2023-10-19T23:36:40.246Z | Downloaded getopts v0.2.21 |
1012 | 2023-10-19T23:36:40.249Z | Downloaded itertools v0.11.0 |
1013 | 2023-10-19T23:36:40.252Z | Downloaded libsqlite3-sys v0.26.0 |
1014 | 2023-10-19T23:36:40.258Z | Downloaded tokio-tungstenite v0.20.1 |
1015 | 2023-10-19T23:36:40.263Z | Downloaded rand v0.8.5 |
1016 | 2023-10-19T23:36:40.267Z | Downloaded ring v0.16.20 |
1017 | 2023-10-19T23:36:40.270Z | Downloaded signal-hook-registry v1.4.1 |
1018 | 2023-10-19T23:36:40.274Z | Downloaded paste v1.0.14 |
1019 | 2023-10-19T23:36:40.280Z | Downloaded poly1305 v0.8.0 |
1020 | 2023-10-19T23:36:40.283Z | Downloaded glob v0.3.1 |
1021 | 2023-10-19T23:36:40.287Z | Downloaded utf8parse v0.2.1 |
1022 | 2023-10-19T23:36:40.292Z | Downloaded tokio-tungstenite v0.18.0 |
1023 | 2023-10-19T23:36:40.296Z | Downloaded strum_macros v0.24.3 |
1024 | 2023-10-19T23:36:40.302Z | Downloaded salty v0.2.0 |
1025 | 2023-10-19T23:36:40.306Z | Downloaded parse-display v0.7.0 |
1026 | 2023-10-19T23:36:40.310Z | Downloaded form_urlencoded v1.2.0 |
1027 | 2023-10-19T23:36:40.315Z | Downloaded dtrace-parser v0.1.14 |
1028 | 2023-10-19T23:36:40.320Z | Downloaded universal-hash v0.5.1 |
1029 | 2023-10-19T23:36:40.324Z | Downloaded darling_macro v0.14.4 |
1030 | 2023-10-19T23:36:40.329Z | Downloaded strsim v0.8.0 |
1031 | 2023-10-19T23:36:40.342Z | Downloaded rustls-native-certs v0.6.3 |
1032 | 2023-10-19T23:36:40.348Z | Downloaded serde_tokenstream v0.2.0 |
1033 | 2023-10-19T23:36:40.352Z | Downloaded structopt v0.3.26 |
1034 | 2023-10-19T23:36:40.357Z | Downloaded uuid v1.4.1 |
1035 | 2023-10-19T23:36:40.362Z | Downloaded toml v0.7.8 |
1036 | 2023-10-19T23:36:40.367Z | Downloaded unicase v2.7.0 |
1037 | 2023-10-19T23:36:40.373Z | Downloaded sha2 v0.10.7 |
1038 | 2023-10-19T23:36:40.404Z | Downloaded x509-cert v0.2.4 |
1039 | 2023-10-19T23:36:40.412Z | Downloaded const_format v0.2.31 |
1040 | 2023-10-19T23:36:40.416Z | Downloaded ppv-lite86 v0.2.17 |
1041 | 2023-10-19T23:36:40.421Z | Downloaded postgres-protocol v0.6.6 |
1042 | 2023-10-19T23:36:40.427Z | Downloaded crunchy v0.2.2 |
1043 | 2023-10-19T23:36:40.432Z | Downloaded foreign-types-shared v0.3.1 |
1044 | 2023-10-19T23:36:40.437Z | Downloaded foreign-types-shared v0.1.1 |
1045 | 2023-10-19T23:36:40.444Z | Downloaded tower-service v0.3.2 |
1046 | 2023-10-19T23:36:40.449Z | Downloaded topological-sort v0.2.2 |
1047 | 2023-10-19T23:36:40.454Z | Downloaded toolchain_find v0.2.0 |
1048 | 2023-10-19T23:36:40.462Z | Downloaded postgres-types v0.2.6 |
1049 | 2023-10-19T23:36:40.467Z | Downloaded unicode-width v0.1.10 |
1050 | 2023-10-19T23:36:40.472Z | Downloaded usdt v0.3.5 |
1051 | 2023-10-19T23:36:40.482Z | Downloaded pkcs8 v0.10.2 |
1052 | 2023-10-19T23:36:40.488Z | Downloaded ena v0.14.2 |
1053 | 2023-10-19T23:36:40.494Z | Downloaded either v1.9.0 |
1054 | 2023-10-19T23:36:40.498Z | Downloaded stable_deref_trait v1.2.0 |
1055 | 2023-10-19T23:36:40.503Z | Downloaded futures-macro v0.3.28 |
1056 | 2023-10-19T23:36:40.510Z | Downloaded vsss-rs v3.3.1 |
1057 | 2023-10-19T23:36:40.518Z | Downloaded openssl-sys v0.9.93 |
1058 | 2023-10-19T23:36:40.523Z | Downloaded fatfs v0.3.6 |
1059 | 2023-10-19T23:36:40.528Z | Downloaded peeking_take_while v0.1.2 |
1060 | 2023-10-19T23:36:40.536Z | Downloaded vte v0.11.1 |
1061 | 2023-10-19T23:36:40.544Z | Downloaded smallvec v1.11.0 |
1062 | 2023-10-19T23:36:40.549Z | Downloaded serde_urlencoded v0.7.1 |
1063 | 2023-10-19T23:36:40.558Z | Downloaded half v1.8.2 |
1064 | 2023-10-19T23:36:40.564Z | Downloaded globset v0.4.13 |
1065 | 2023-10-19T23:36:40.579Z | Downloaded subprocess v0.2.9 |
1066 | 2023-10-19T23:36:40.588Z | Downloaded usdt-impl v0.3.5 |
1067 | 2023-10-19T23:36:40.595Z | Downloaded flate2 v1.0.27 |
1068 | 2023-10-19T23:36:40.603Z | Downloaded r2d2 v0.8.10 |
1069 | 2023-10-19T23:36:40.608Z | Downloaded postcard-cobs v0.1.5-pre |
1070 | 2023-10-19T23:36:40.617Z | Downloaded vergen v8.2.4 |
1071 | 2023-10-19T23:36:40.623Z | Downloaded vec_map v0.8.2 |
1072 | 2023-10-19T23:36:40.630Z | Downloaded zeroize v1.6.0 |
1073 | 2023-10-19T23:36:40.636Z | Downloaded untrusted v0.7.1 |
1074 | 2023-10-19T23:36:40.641Z | Downloaded arc-swap v1.6.0 |
1075 | 2023-10-19T23:36:40.646Z | Downloaded similar v2.2.1 |
1076 | 2023-10-19T23:36:40.657Z | Downloaded endian-type v0.1.2 |
1077 | 2023-10-19T23:36:40.663Z | Downloaded rcgen v0.10.0 |
1078 | 2023-10-19T23:36:40.671Z | Downloaded serde_with_macros v2.3.3 |
1079 | 2023-10-19T23:36:40.679Z | Downloaded socket2 v0.5.4 |
1080 | 2023-10-19T23:36:40.689Z | Downloaded slog-json v2.6.1 |
1081 | 2023-10-19T23:36:40.695Z | Downloaded fnv v1.0.7 |
1082 | 2023-10-19T23:36:40.704Z | Downloaded chacha20poly1305 v0.10.1 |
1083 | 2023-10-19T23:36:40.712Z | Downloaded structmeta-derive v0.1.6 |
1084 | 2023-10-19T23:36:40.720Z | Downloaded rand_core v0.6.4 |
1085 | 2023-10-19T23:36:40.728Z | Downloaded wait-timeout v0.2.0 |
1086 | 2023-10-19T23:36:40.742Z | Downloaded strum_macros v0.25.2 |
1087 | 2023-10-19T23:36:40.750Z | Downloaded flume v0.11.0 |
1088 | 2023-10-19T23:36:40.761Z | Downloaded crossbeam-channel v0.5.8 |
1089 | 2023-10-19T23:36:40.772Z | Downloaded socket2 v0.4.9 |
1090 | 2023-10-19T23:36:40.782Z | Downloaded slab v0.4.9 |
1091 | 2023-10-19T23:36:40.793Z | Downloaded group v0.13.0 |
1092 | 2023-10-19T23:36:40.806Z | Downloaded foreign-types-macros v0.2.3 |
1093 | 2023-10-19T23:36:40.812Z | Downloaded cassowary v0.3.0 |
1094 | 2023-10-19T23:36:40.816Z | Downloaded ref-cast-impl v1.0.20 |
1095 | 2023-10-19T23:36:40.828Z | Downloaded ref-cast v1.0.20 |
1096 | 2023-10-19T23:36:40.836Z | Downloaded version_check v0.9.4 |
1097 | 2023-10-19T23:36:40.842Z | Downloaded utf-8 v0.7.6 |
1098 | 2023-10-19T23:36:40.854Z | Downloaded oso v0.26.4 |
1099 | 2023-10-19T23:36:40.861Z | Downloaded openssl-macros v0.1.1 |
1100 | 2023-10-19T23:36:40.873Z | Downloaded wyz v0.5.1 |
1101 | 2023-10-19T23:36:40.878Z | Downloaded whoami v1.4.1 |
1102 | 2023-10-19T23:36:40.887Z | Downloaded snafu v0.7.5 |
1103 | 2023-10-19T23:36:40.892Z | Downloaded indexmap v2.0.0 |
1104 | 2023-10-19T23:36:40.901Z | Downloaded bytes v1.5.0 |
1105 | 2023-10-19T23:36:40.925Z | Downloaded fallible-iterator v0.2.0 |
1106 | 2023-10-19T23:36:40.930Z | Downloaded ff v0.13.0 |
1107 | 2023-10-19T23:36:40.942Z | Downloaded slog-term v2.9.0 |
1108 | 2023-10-19T23:36:40.951Z | Downloaded rustc_version v0.4.0 |
1109 | 2023-10-19T23:36:40.961Z | Downloaded foreign-types v0.5.0 |
1110 | 2023-10-19T23:36:40.968Z | Downloaded term v0.7.0 |
1111 | 2023-10-19T23:36:40.975Z | Downloaded string_cache v0.8.7 |
1112 | 2023-10-19T23:36:40.980Z | Downloaded static_assertions v1.1.0 |
1113 | 2023-10-19T23:36:40.991Z | Downloaded resolv-conf v0.7.0 |
1114 | 2023-10-19T23:36:40.994Z | Downloaded slog-envlogger v2.2.0 |
1115 | 2023-10-19T23:36:40.997Z | Downloaded slog-async v2.8.0 |
1116 | 2023-10-19T23:36:41.000Z | Downloaded camino-tempfile v1.0.2 |
1117 | 2023-10-19T23:36:41.003Z | Downloaded fallible-streaming-iterator v0.1.9 |
1118 | 2023-10-19T23:36:41.007Z | Downloaded thiserror-no-std v2.0.2 |
1119 | 2023-10-19T23:36:41.015Z | Downloaded termcolor v1.2.0 |
1120 | 2023-10-19T23:36:41.030Z | Downloaded fixedbitset v0.4.2 |
1121 | 2023-10-19T23:36:41.038Z | Downloaded slog v2.7.0 |
1122 | 2023-10-19T23:36:41.055Z | Downloaded yasna v0.5.2 |
1123 | 2023-10-19T23:36:41.062Z | Downloaded const-oid v0.9.5 |
1124 | 2023-10-19T23:36:41.065Z | Downloaded colored v2.0.4 |
1125 | 2023-10-19T23:36:41.068Z | Downloaded fastrand v2.0.0 |
1126 | 2023-10-19T23:36:41.071Z | Downloaded signal-hook-mio v0.2.3 |
1127 | 2023-10-19T23:36:41.077Z | Downloaded addr2line v0.21.0 |
1128 | 2023-10-19T23:36:41.083Z | Downloaded which v4.4.0 |
1129 | 2023-10-19T23:36:41.087Z | Downloaded walkdir v2.4.0 |
1130 | 2023-10-19T23:36:41.092Z | Downloaded smf v0.2.2 |
1131 | 2023-10-19T23:36:41.097Z | Downloaded smallvec v0.6.14 |
1132 | 2023-10-19T23:36:41.102Z | Downloaded slog-scope v4.4.0 |
1133 | 2023-10-19T23:36:41.107Z | Downloaded rustc_version v0.1.7 |
1134 | 2023-10-19T23:36:41.113Z | Downloaded num-bigint v0.4.4 |
1135 | 2023-10-19T23:36:41.118Z | Downloaded console v0.15.7 |
1136 | 2023-10-19T23:36:41.121Z | Downloaded clap_derive v4.4.2 |
1137 | 2023-10-19T23:36:41.132Z | Downloaded pin-project-lite v0.2.13 |
1138 | 2023-10-19T23:36:41.136Z | Downloaded float-cmp v0.9.0 |
1139 | 2023-10-19T23:36:41.140Z | Downloaded zerocopy v0.6.4 |
1140 | 2023-10-19T23:36:41.144Z | Downloaded spin v0.5.2 |
1141 | 2023-10-19T23:36:41.147Z | Downloaded slog-dtrace v0.2.3 |
1142 | 2023-10-19T23:36:41.150Z | Downloaded ryu v1.0.15 |
1143 | 2023-10-19T23:36:41.152Z | Downloaded native-tls v0.2.11 |
1144 | 2023-10-19T23:36:41.156Z | Downloaded log v0.4.20 |
1145 | 2023-10-19T23:36:41.159Z | Downloaded rtoolbox v0.0.1 |
1146 | 2023-10-19T23:36:41.163Z | Downloaded owo-colors v3.5.0 |
1147 | 2023-10-19T23:36:41.166Z | Downloaded snafu-derive v0.7.5 |
1148 | 2023-10-19T23:36:41.169Z | Downloaded slog-stdlog v4.1.1 |
1149 | 2023-10-19T23:36:41.172Z | Downloaded siphasher v0.3.11 |
1150 | 2023-10-19T23:36:41.197Z | Downloaded serde-hex v0.1.0 |
1151 | 2023-10-19T23:36:41.201Z | Downloaded bzip2 v0.4.4 |
1152 | 2023-10-19T23:36:41.204Z | Downloaded indicatif v0.17.7 |
1153 | 2023-10-19T23:36:41.225Z | Downloaded want v0.3.1 |
1154 | 2023-10-19T23:36:41.235Z | Downloaded nanorand v0.7.0 |
1155 | 2023-10-19T23:36:41.240Z | Downloaded crc-catalog v2.2.0 |
1156 | 2023-10-19T23:36:41.274Z | Downloaded crc v3.0.1 |
1157 | 2023-10-19T23:36:41.280Z | Downloaded pin-utils v0.1.0 |
1158 | 2023-10-19T23:36:41.282Z | Downloaded flagset v0.4.3 |
1159 | 2023-10-19T23:36:41.285Z | Downloaded nom v7.1.3 |
1160 | 2023-10-19T23:36:41.323Z | Downloaded io-lifetimes v1.0.11 |
1161 | 2023-10-19T23:36:41.326Z | Downloaded serde_plain v1.0.2 |
1162 | 2023-10-19T23:36:41.378Z | Downloaded same-file v1.0.6 |
1163 | 2023-10-19T23:36:41.382Z | Downloaded nodrop v0.1.14 |
1164 | 2023-10-19T23:36:41.385Z | Downloaded cpufeatures v0.2.9 |
1165 | 2023-10-19T23:36:41.388Z | Downloaded cfg-if v1.0.0 |
1166 | 2023-10-19T23:36:41.392Z | Downloaded cargo_metadata v0.18.0 |
1167 | 2023-10-19T23:36:41.397Z | Downloaded cargo-platform v0.1.3 |
1168 | 2023-10-19T23:36:41.443Z | Downloaded atomic-waker v1.1.1 |
1169 | 2023-10-19T23:36:41.446Z | Downloaded xattr v1.0.1 |
1170 | 2023-10-19T23:36:41.450Z | Downloaded semver v0.11.0 |
1171 | 2023-10-19T23:36:41.453Z | Downloaded cargo_toml v0.16.3 |
1172 | 2023-10-19T23:36:41.456Z | Downloaded camino v1.1.6 |
1173 | 2023-10-19T23:36:41.459Z | Downloaded byteorder v1.4.3 |
1174 | 2023-10-19T23:36:41.462Z | Downloaded adler v1.0.2 |
1175 | 2023-10-19T23:36:41.466Z | Downloaded bitflags v2.4.0 |
1176 | 2023-10-19T23:36:41.470Z | Downloaded rustc-hash v1.1.0 |
1177 | 2023-10-19T23:36:41.473Z | Downloaded mime_guess v2.0.4 |
1178 | 2023-10-19T23:36:41.476Z | Downloaded anstyle-parse v0.2.1 |
1179 | 2023-10-19T23:36:41.479Z | Downloaded anstream v0.5.0 |
1180 | 2023-10-19T23:36:41.482Z | Downloaded serde-big-array v0.5.1 |
1181 | 2023-10-19T23:36:41.486Z | Downloaded match_cfg v0.1.0 |
1182 | 2023-10-19T23:36:41.489Z | Downloaded anstyle v1.0.2 |
1183 | 2023-10-19T23:36:41.492Z | Downloaded aes-gcm-siv v0.11.1 |
1184 | 2023-10-19T23:36:41.495Z | Downloaded ansi_term v0.12.1 |
1185 | 2023-10-19T23:36:41.498Z | Downloaded num_enum v0.5.11 |
1186 | 2023-10-19T23:36:41.501Z | Downloaded mio v0.8.8 |
1187 | 2023-10-19T23:36:41.514Z | Downloaded memoffset v0.9.0 |
1188 | 2023-10-19T23:36:41.517Z | Downloaded md-5 v0.10.5 |
1189 | 2023-10-19T23:36:41.521Z | Downloaded jobserver v0.1.26 |
1190 | 2023-10-19T23:36:41.526Z | Downloaded iana-time-zone v0.1.57 |
1191 | 2023-10-19T23:36:41.529Z | Downloaded crossbeam-deque v0.8.3 |
1192 | 2023-10-19T23:36:41.532Z | Downloaded crc32fast v1.3.2 |
1193 | 2023-10-19T23:36:41.536Z | Downloaded cookie v0.16.2 |
1194 | 2023-10-19T23:36:41.544Z | Downloaded newtype_derive v0.1.6 |
1195 | 2023-10-19T23:36:41.547Z | Downloaded lazy_static v1.4.0 |
1196 | 2023-10-19T23:36:41.550Z | Downloaded ipnetwork v0.20.0 |
1197 | 2023-10-19T23:36:41.553Z | Downloaded const_format_proc_macros v0.2.31 |
1198 | 2023-10-19T23:36:41.556Z | Downloaded clang-sys v1.6.1 |
1199 | 2023-10-19T23:36:41.559Z | Downloaded indoc v2.0.3 |
1200 | 2023-10-19T23:36:41.562Z | Downloaded crossbeam v0.8.2 |
1201 | 2023-10-19T23:36:41.564Z | Downloaded corncobs v0.1.3 |
1202 | 2023-10-19T23:36:41.568Z | Downloaded convert_case v0.4.0 |
1203 | 2023-10-19T23:36:41.571Z | Downloaded maybe-uninit v2.0.0 |
1204 | 2023-10-19T23:36:41.574Z | Downloaded matches v0.1.10 |
1205 | 2023-10-19T23:36:41.577Z | Downloaded colorchoice v1.0.0 |
1206 | 2023-10-19T23:36:41.580Z | Downloaded clap_lex v0.5.1 |
1207 | 2023-10-19T23:36:41.584Z | Downloaded backtrace v0.3.69 |
1208 | 2023-10-19T23:36:41.587Z | Downloaded num_enum v0.7.0 |
1209 | 2023-10-19T23:36:41.591Z | Downloaded num_cpus v1.16.0 |
1210 | 2023-10-19T23:36:41.595Z | Downloaded num-rational v0.4.1 |
1211 | 2023-10-19T23:36:41.597Z | Downloaded num-complex v0.4.4 |
1212 | 2023-10-19T23:36:41.600Z | Downloaded nu-ansi-term v0.49.0 |
1213 | 2023-10-19T23:36:41.603Z | Downloaded multer v2.1.0 |
1214 | 2023-10-19T23:36:41.606Z | Downloaded mockall_derive v0.11.4 |
1215 | 2023-10-19T23:36:41.611Z | Downloaded httparse v1.8.0 |
1216 | 2023-10-19T23:36:41.614Z | Downloaded crossbeam-epoch v0.9.15 |
1217 | 2023-10-19T23:36:41.617Z | Downloaded buf-list v1.0.3 |
1218 | 2023-10-19T23:36:41.620Z | Downloaded blake2 v0.10.6 |
1219 | 2023-10-19T23:36:41.623Z | Downloaded bitstruct v0.1.1 |
1220 | 2023-10-19T23:36:41.626Z | Downloaded base64 v0.21.4 |
1221 | 2023-10-19T23:36:41.630Z | Downloaded indoc v1.0.9 |
1222 | 2023-10-19T23:36:41.633Z | Downloaded hyper-staticfile v0.9.5 |
1223 | 2023-10-19T23:36:41.636Z | Downloaded num v0.4.1 |
1224 | 2023-10-19T23:36:41.639Z | Downloaded impl-trait-for-tuples v0.2.2 |
1225 | 2023-10-19T23:36:41.642Z | Downloaded lru-cache v0.1.2 |
1226 | 2023-10-19T23:36:41.646Z | Downloaded humantime v2.1.0 |
1227 | 2023-10-19T23:36:41.648Z | Downloaded memoffset v0.7.1 |
1228 | 2023-10-19T23:36:41.654Z | Downloaded macaddr v1.0.1 |
1229 | 2023-10-19T23:36:41.657Z | Downloaded linked-hash-map v0.5.6 |
1230 | 2023-10-19T23:36:41.660Z | Downloaded memchr v2.6.3 |
1231 | 2023-10-19T23:36:41.670Z | Downloaded lazycell v1.3.0 |
1232 | 2023-10-19T23:36:41.673Z | Downloaded lalrpop-util v0.19.12 |
1233 | 2023-10-19T23:36:41.678Z | Downloaded is-terminal v0.4.9 |
1234 | 2023-10-19T23:36:41.684Z | Downloaded keccak v0.1.4 |
1235 | 2023-10-19T23:36:41.687Z | Downloaded clap_builder v4.4.2 |
1236 | 2023-10-19T23:36:41.690Z | Downloaded chrono v0.4.31 |
1237 | 2023-10-19T23:36:41.694Z | Downloaded bincode v1.3.3 |
1238 | 2023-10-19T23:36:41.697Z | Downloaded bytesize v1.3.0 |
1239 | 2023-10-19T23:36:41.700Z | Downloaded bitstruct_derive v0.1.0 |
1240 | 2023-10-19T23:36:41.706Z | Downloaded cancel-safe-futures v0.1.2 |
1241 | 2023-10-19T23:36:41.713Z | Downloaded bytecount v0.6.3 |
1242 | 2023-10-19T23:36:41.716Z | Downloaded base16ct v0.2.0 |
1243 | 2023-10-19T23:36:41.719Z | Downloaded hubpack v0.1.2 |
1244 | 2023-10-19T23:36:41.722Z | Downloaded hmac v0.12.1 |
1245 | 2023-10-19T23:36:41.726Z | Downloaded heck v0.4.1 |
1246 | 2023-10-19T23:36:41.730Z | Downloaded highway v1.1.0 |
1247 | 2023-10-19T23:36:41.732Z | Downloaded ciborium-ll v0.2.1 |
1248 | 2023-10-19T23:36:41.736Z | Downloaded ciborium-io v0.2.1 |
1249 | 2023-10-19T23:36:41.738Z | Downloaded ciborium v0.2.1 |
1250 | 2023-10-19T23:36:41.742Z | Downloaded chacha20 v0.9.1 |
1251 | 2023-10-19T23:36:41.746Z | Downloaded cexpr v0.6.0 |
1252 | 2023-10-19T23:36:41.750Z | Downloaded bitfield v0.14.0 |
1253 | 2023-10-19T23:36:41.753Z | Downloaded bit-set v0.5.3 |
1254 | 2023-10-19T23:36:41.756Z | Downloaded atty v0.2.14 |
1255 | 2023-10-19T23:36:41.759Z | Downloaded async-trait v0.1.73 |
1256 | 2023-10-19T23:36:41.762Z | Downloaded bcs v0.1.5 |
1257 | 2023-10-19T23:36:41.765Z | Downloaded bb8 v0.8.1 |
1258 | 2023-10-19T23:36:41.768Z | Downloaded async-recursion v1.0.5 |
1259 | 2023-10-19T23:36:41.770Z | Downloaded autocfg v1.1.0 |
1260 | 2023-10-19T23:36:41.773Z | Downloaded assert_matches v1.5.0 |
1261 | 2023-10-19T23:36:41.776Z | Downloaded hex v0.4.3 |
1262 | 2023-10-19T23:36:41.781Z | Downloaded block-buffer v0.10.4 |
1263 | 2023-10-19T23:36:41.785Z | Downloaded bit_field v0.10.2 |
1264 | 2023-10-19T23:36:41.788Z | Downloaded base64 v0.13.1 |
1265 | 2023-10-19T23:36:41.792Z | Downloaded argon2 v0.5.2 |
1266 | 2023-10-19T23:36:41.794Z | Compiling proc-macro2 v1.0.67 |
1267 | 2023-10-19T23:36:41.798Z | Compiling unicode-ident v1.0.12 |
1268 | 2023-10-19T23:36:41.801Z | Compiling libc v0.2.149 |
1269 | 2023-10-19T23:36:41.805Z | Compiling serde v1.0.188 |
1270 | 2023-10-19T23:36:41.807Z | Compiling autocfg v1.1.0 |
1271 | 2023-10-19T23:36:41.810Z | Compiling version_check v0.9.4 |
1272 | 2023-10-19T23:36:41.813Z | Compiling cfg-if v1.0.0 |
1273 | 2023-10-19T23:36:41.816Z | Compiling syn v1.0.109 |
1274 | 2023-10-19T23:36:41.818Z | Compiling once_cell v1.18.0 |
1275 | 2023-10-19T23:36:41.821Z | Compiling libm v0.2.7 |
1276 | 2023-10-19T23:36:42.149Z | Compiling parking_lot_core v0.9.8 |
1277 | 2023-10-19T23:36:42.346Z | Compiling ahash v0.8.3 |
1278 | 2023-10-19T23:36:42.466Z | Compiling lock_api v0.4.10 |
1279 | 2023-10-19T23:36:43.262Z | Compiling num-traits v0.2.16 |
1280 | 2023-10-19T23:36:43.265Z | Compiling thiserror v1.0.49 |
1281 | 2023-10-19T23:36:43.268Z | Compiling typenum v1.16.0 |
1282 | 2023-10-19T23:36:43.272Z | Compiling futures-core v0.3.28 |
1283 | 2023-10-19T23:36:43.587Z | Compiling generic-array v0.14.7 |
1284 | 2023-10-19T23:36:43.693Z | Compiling memchr v2.6.3 |
1285 | 2023-10-19T23:36:43.970Z | Compiling scopeguard v1.2.0 |
1286 | 2023-10-19T23:36:44.189Z | Compiling itoa v1.0.9 |
1287 | 2023-10-19T23:36:44.326Z | Compiling pkg-config v0.3.27 |
1288 | 2023-10-19T23:36:44.763Z | Compiling quote v1.0.33 |
1289 | 2023-10-19T23:36:44.887Z | Compiling slab v0.4.9 |
1290 | 2023-10-19T23:36:45.290Z | Compiling futures-task v0.3.28 |
1291 | 2023-10-19T23:36:45.746Z | Compiling syn v2.0.32 |
1292 | 2023-10-19T23:36:45.789Z | Compiling jobserver v0.1.26 |
1293 | 2023-10-19T23:36:45.933Z | Compiling getrandom v0.2.10 |
1294 | 2023-10-19T23:36:46.608Z | Compiling cc v1.0.83 |
1295 | 2023-10-19T23:36:46.679Z | Compiling futures-channel v0.3.28 |
1296 | 2023-10-19T23:36:46.935Z | Compiling futures-util v0.3.28 |
1297 | 2023-10-19T23:36:47.301Z | Compiling log v0.4.20 |
1298 | 2023-10-19T23:36:47.982Z | Compiling ryu v1.0.15 |
1299 | 2023-10-19T23:36:48.259Z | Compiling pin-project-lite v0.2.13 |
1300 | 2023-10-19T23:36:48.336Z | Compiling serde_json v1.0.107 |
1301 | 2023-10-19T23:36:48.484Z | Compiling schemars v0.8.13 |
1302 | 2023-10-19T23:36:48.513Z | Compiling vcpkg v0.2.15 |
1303 | 2023-10-19T23:36:48.555Z | Compiling smallvec v1.11.0 |
1304 | 2023-10-19T23:36:48.848Z | Compiling heck v0.4.1 |
1305 | 2023-10-19T23:36:50.656Z | Compiling parking_lot v0.12.1 |
1306 | 2023-10-19T23:36:51.186Z | Compiling ring v0.16.20 |
1307 | 2023-10-19T23:36:51.486Z | Compiling openssl-sys v0.9.93 |
1308 | 2023-10-19T23:36:52.743Z | Compiling num_cpus v1.16.0 |
1309 | 2023-10-19T23:36:53.295Z | Compiling rand_core v0.6.4 |
1310 | 2023-10-19T23:36:53.934Z | Compiling indexmap v1.9.3 |
1311 | 2023-10-19T23:36:54.037Z | Compiling byteorder v1.4.3 |
1312 | 2023-10-19T23:36:54.337Z | Compiling allocator-api2 v0.2.16 |
1313 | 2023-10-19T23:36:54.642Z | Compiling httparse v1.8.0 |
1314 | 2023-10-19T23:36:54.870Z | Compiling equivalent v1.0.1 |
1315 | 2023-10-19T23:36:55.013Z | Compiling spin v0.5.2 |
1316 | 2023-10-19T23:36:55.078Z | Compiling mio v0.8.8 |
1317 | 2023-10-19T23:36:55.161Z | Compiling socket2 v0.5.4 |
1318 | 2023-10-19T23:36:55.579Z | Compiling hashbrown v0.14.0 |
1319 | 2023-10-19T23:36:55.764Z | Compiling signal-hook-registry v1.4.1 |
1320 | 2023-10-19T23:36:57.794Z | Compiling serde_derive_internals v0.26.0 |
1321 | 2023-10-19T23:36:58.399Z | Compiling openssl v0.10.57 |
1322 | 2023-10-19T23:36:58.456Z | Compiling fnv v1.0.7 |
1323 | 2023-10-19T23:36:58.500Z | Compiling semver v1.0.18 |
1324 | 2023-10-19T23:36:59.087Z | Compiling rustls v0.21.7 |
1325 | 2023-10-19T23:36:59.115Z | Compiling iana-time-zone v0.1.57 |
1326 | 2023-10-19T23:36:59.312Z | Compiling crossbeam-utils v0.8.16 |
1327 | 2023-10-19T23:36:59.445Z | Compiling unicode-xid v0.2.4 |
1328 | 2023-10-19T23:36:59.526Z | Compiling native-tls v0.2.11 |
1329 | 2023-10-19T23:36:59.678Z | Compiling ucd-trie v0.1.6 |
1330 | 2023-10-19T23:36:59.703Z | Compiling synstructure v0.12.6 |
1331 | 2023-10-19T23:37:01.131Z | Compiling futures-sink v0.3.28 |
1332 | 2023-10-19T23:37:02.114Z | Compiling io-lifetimes v1.0.11 |
1333 | 2023-10-19T23:37:02.128Z | Compiling backtrace v0.3.69 |
1334 | 2023-10-19T23:37:02.241Z | Compiling tinyvec_macros v0.1.1 |
1335 | 2023-10-19T23:37:02.289Z | Compiling dyn-clone v1.0.13 |
1336 | 2023-10-19T23:37:02.387Z | Compiling tinyvec v1.6.0 |
1337 | 2023-10-19T23:37:02.868Z | Compiling tracing-core v0.1.31 |
1338 | 2023-10-19T23:37:02.981Z | Compiling memoffset v0.9.0 |
1339 | 2023-10-19T23:37:03.085Z | Compiling num-integer v0.1.45 |
1340 | 2023-10-19T23:37:03.303Z | Compiling pin-utils v0.1.0 |
1341 | 2023-10-19T23:37:03.409Z | Compiling futures-io v0.3.28 |
1342 | 2023-10-19T23:37:03.457Z | Compiling rustix v0.38.9 |
1343 | 2023-10-19T23:37:03.502Z | Compiling winnow v0.5.15 |
1344 | 2023-10-19T23:37:03.844Z | Compiling subtle v2.5.0 |
1345 | 2023-10-19T23:37:04.067Z | Compiling rustix v0.37.23 |
1346 | 2023-10-19T23:37:04.394Z | Compiling hashbrown v0.13.2 |
1347 | 2023-10-19T23:37:04.919Z | Compiling unicode-normalization v0.1.22 |
1348 | 2023-10-19T23:37:04.963Z | Compiling aho-corasick v1.0.4 |
1349 | 2023-10-19T23:37:05.115Z | Compiling usdt-impl v0.3.5 |
1350 | 2023-10-19T23:37:06.348Z | Compiling slog v2.7.0 |
1351 | 2023-10-19T23:37:06.802Z | Compiling anyhow v1.0.75 |
1352 | 2023-10-19T23:37:07.003Z | Compiling unicode-bidi v0.3.13 |
1353 | 2023-10-19T23:37:07.508Z | Compiling crc32fast v1.3.2 |
1354 | 2023-10-19T23:37:07.572Z | Compiling regex-syntax v0.7.5 |
1355 | 2023-10-19T23:37:07.819Z | Compiling time-core v0.1.1 |
1356 | 2023-10-19T23:37:07.845Z | Compiling serde_derive v1.0.188 |
1357 | 2023-10-19T23:37:08.075Z | Compiling thiserror-impl v1.0.49 |
1358 | 2023-10-19T23:37:08.131Z | Compiling zeroize_derive v1.4.2 |
1359 | 2023-10-19T23:37:08.400Z | Compiling tokio-macros v2.1.0 |
1360 | 2023-10-19T23:37:09.099Z | Compiling futures-macro v0.3.28 |
1361 | 2023-10-19T23:37:09.603Z | Compiling tracing-attributes v0.1.26 |
1362 | 2023-10-19T23:37:10.532Z | Compiling schemars_derive v0.8.13 |
1363 | 2023-10-19T23:37:10.776Z | Compiling zeroize v1.6.0 |
1364 | 2023-10-19T23:37:12.177Z | Compiling openssl-macros v0.1.1 |
1365 | 2023-10-19T23:37:13.010Z | Compiling pest v2.7.2 |
1366 | 2023-10-19T23:37:13.227Z | Compiling zerocopy-derive v0.2.0 |
1367 | 2023-10-19T23:37:13.878Z | Compiling crypto-common v0.1.6 |
1368 | 2023-10-19T23:37:14.199Z | Compiling block-buffer v0.10.4 |
1369 | 2023-10-19T23:37:15.060Z | Compiling tracing v0.1.37 |
1370 | 2023-10-19T23:37:15.445Z | Compiling const-oid v0.9.5 |
1371 | 2023-10-19T23:37:15.966Z | Compiling bitflags v1.3.2 |
1372 | 2023-10-19T23:37:16.823Z | Compiling regex-automata v0.3.8 |
1373 | 2023-10-19T23:37:16.944Z | Compiling time-macros v0.2.13 |
1374 | 2023-10-19T23:37:17.822Z | Compiling pest_meta v2.7.2 |
1375 | 2023-10-19T23:37:19.197Z | Compiling digest v0.10.7 |
1376 | 2023-10-19T23:37:19.946Z | Compiling pest_generator v2.7.2 |
1377 | 2023-10-19T23:37:24.685Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1378 | 2023-10-19T23:37:24.688Z | Compiling pest_derive v2.7.2 |
1379 | 2023-10-19T23:37:24.924Z | Compiling crossbeam-epoch v0.9.15 |
1380 | 2023-10-19T23:37:25.454Z | Compiling ppv-lite86 v0.2.17 |
1381 | 2023-10-19T23:37:26.136Z | Compiling async-trait v0.1.73 |
1382 | 2023-10-19T23:37:26.795Z | Compiling rustversion v1.0.14 |
1383 | 2023-10-19T23:37:26.971Z | Compiling rand_chacha v0.3.1 |
1384 | 2023-10-19T23:37:28.119Z | Compiling zerocopy v0.3.0 |
1385 | 2023-10-19T23:37:28.520Z | Compiling zerocopy-derive v0.6.4 |
1386 | 2023-10-19T23:37:29.136Z | Compiling base64 v0.21.4 |
1387 | 2023-10-19T23:37:29.789Z | Compiling untrusted v0.7.1 |
1388 | 2023-10-19T23:37:29.907Z | Compiling strsim v0.10.0 |
1389 | 2023-10-19T23:37:30.234Z | Compiling bytes v1.5.0 |
1390 | 2023-10-19T23:37:31.743Z | Compiling indexmap v2.0.0 |
1391 | 2023-10-19T23:37:31.782Z | Compiling uuid v1.4.1 |
1392 | 2023-10-19T23:37:32.224Z | Compiling chrono v0.4.31 |
1393 | 2023-10-19T23:37:32.824Z | Compiling tokio v1.32.0 |
1394 | 2023-10-19T23:37:34.775Z | Compiling bitflags v2.4.0 |
1395 | 2023-10-19T23:37:35.759Z | Compiling serde_spanned v0.6.3 |
1396 | 2023-10-19T23:37:35.936Z | Compiling toml_datetime v0.6.3 |
1397 | 2023-10-19T23:37:36.625Z | Compiling rustc_version v0.4.0 |
1398 | 2023-10-19T23:37:36.871Z | Compiling toml_edit v0.19.15 |
1399 | 2023-10-19T23:37:37.665Z | Compiling http v0.2.9 |
1400 | 2023-10-19T23:37:38.254Z | Compiling heapless v0.7.16 |
1401 | 2023-10-19T23:37:42.106Z | Compiling dof v0.1.5 |
1402 | 2023-10-19T23:37:45.597Z | Compiling rand v0.8.5 |
1403 | 2023-10-19T23:37:47.270Z | Compiling tokio-util v0.7.8 |
1404 | 2023-10-19T23:37:47.886Z | Compiling dtrace-parser v0.1.14 |
1405 | 2023-10-19T23:37:48.684Z | Compiling regex v1.9.5 |
1406 | 2023-10-19T23:37:49.464Z | Compiling errno v0.3.2 |
1407 | 2023-10-19T23:37:49.487Z | Compiling thread-id v4.2.0 |
1408 | 2023-10-19T23:37:49.754Z | Compiling num-bigint v0.4.4 |
1409 | 2023-10-19T23:37:49.810Z | Compiling smoltcp v0.9.1 |
1410 | 2023-10-19T23:37:50.371Z | Compiling unicode-width v0.1.10 |
1411 | 2023-10-19T23:37:50.407Z | Compiling hashbrown v0.12.3 |
1412 | 2023-10-19T23:37:50.608Z | Compiling radium v0.7.0 |
1413 | 2023-10-19T23:37:50.990Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1414 | 2023-10-19T23:37:51.204Z | Compiling foreign-types-shared v0.1.1 |
1415 | 2023-10-19T23:37:51.268Z | Compiling percent-encoding v2.3.0 |
1416 | 2023-10-19T23:37:51.420Z | Compiling openssl-probe v0.1.5 |
1417 | 2023-10-19T23:37:51.802Z | Compiling foreign-types v0.3.2 |
1418 | 2023-10-19T23:37:53.631Z | Compiling strum_macros v0.25.2 |
1419 | 2023-10-19T23:37:54.562Z | Compiling serde_tokenstream v0.1.7 |
1420 | 2023-10-19T23:37:56.071Z | Compiling lazy_static v1.4.0 |
1421 | 2023-10-19T23:37:56.386Z | Compiling socket2 v0.4.9 |
1422 | 2023-10-19T23:37:57.956Z | Compiling adler v1.0.2 |
1423 | 2023-10-19T23:37:58.287Z | Compiling unicode-segmentation v1.10.1 |
1424 | 2023-10-19T23:37:58.567Z | Compiling siphasher v0.3.11 |
1425 | 2023-10-19T23:37:59.206Z | Compiling try-lock v0.2.4 |
1426 | 2023-10-19T23:37:59.847Z | Compiling miniz_oxide v0.7.1 |
1427 | 2023-10-19T23:37:59.994Z | Compiling want v0.3.1 |
1428 | 2023-10-19T23:38:02.701Z | Compiling h2 v0.3.21 |
1429 | 2023-10-19T23:38:03.250Z | Compiling form_urlencoded v1.2.0 |
1430 | 2023-10-19T23:38:03.406Z | Compiling rustls-webpki v0.101.4 |
1431 | 2023-10-19T23:38:03.699Z | Compiling sct v0.7.0 |
1432 | 2023-10-19T23:38:04.155Z | Compiling http-body v0.4.5 |
1433 | 2023-10-19T23:38:04.914Z | Compiling hubpack_derive v0.1.1 |
1434 | 2023-10-19T23:38:06.105Z | Compiling num-iter v0.1.43 |
1435 | 2023-10-19T23:38:06.342Z | Compiling utf8parse v0.2.1 |
1436 | 2023-10-19T23:38:06.449Z | Compiling httpdate v1.0.3 |
1437 | 2023-10-19T23:38:06.554Z | Compiling anstyle v1.0.2 |
1438 | 2023-10-19T23:38:06.588Z | Compiling cpufeatures v0.2.9 |
1439 | 2023-10-19T23:38:07.087Z | Compiling tower-service v0.3.2 |
1440 | 2023-10-19T23:38:07.223Z | Compiling sha2 v0.10.7 |
1441 | 2023-10-19T23:38:07.267Z | Compiling anstyle-parse v0.2.1 |
1442 | 2023-10-19T23:38:10.934Z | Compiling usdt-attr-macro v0.3.5 |
1443 | 2023-10-19T23:38:11.456Z | Compiling usdt-macro v0.3.5 |
1444 | 2023-10-19T23:38:14.095Z | Compiling openapiv3 v1.0.3 |
1445 | 2023-10-19T23:38:14.607Z | Compiling hyper v0.14.27 |
1446 | 2023-10-19T23:38:15.796Z | Compiling rustls-pemfile v1.0.3 |
1447 | 2023-10-19T23:38:16.374Z | Compiling md-5 v0.10.5 |
1448 | 2023-10-19T23:38:16.749Z | Compiling hmac v0.12.1 |
1449 | 2023-10-19T23:38:18.464Z | Compiling idna v0.4.0 |
1450 | 2023-10-19T23:38:18.484Z | Compiling stringprep v0.1.3 |
1451 | 2023-10-19T23:38:19.702Z | Compiling diesel_table_macro_syntax v0.1.0 |
1452 | 2023-10-19T23:38:19.898Z | Compiling hash32 v0.2.1 |
1453 | 2023-10-19T23:38:20.268Z | Compiling spin v0.9.8 |
1454 | 2023-10-19T23:38:20.681Z | Compiling anstyle-query v1.0.0 |
1455 | 2023-10-19T23:38:20.832Z | Compiling colorchoice v1.0.0 |
1456 | 2023-10-19T23:38:20.870Z | Compiling fallible-iterator v0.2.0 |
1457 | 2023-10-19T23:38:20.922Z | Compiling stable_deref_trait v1.2.0 |
1458 | 2023-10-19T23:38:21.048Z | Compiling gimli v0.28.0 |
1459 | 2023-10-19T23:38:21.842Z | Compiling either v1.9.0 |
1460 | 2023-10-19T23:38:22.215Z | Compiling postgres-protocol v0.6.6 |
1461 | 2023-10-19T23:38:23.851Z | Compiling anstream v0.5.0 |
1462 | 2023-10-19T23:38:24.234Z | Compiling diesel_derives v2.1.1 |
1463 | 2023-10-19T23:38:24.823Z | Compiling url v2.4.1 |
1464 | 2023-10-19T23:38:25.814Z | Compiling rustls-native-certs v0.6.3 |
1465 | 2023-10-19T23:38:29.262Z | Compiling addr2line v0.21.0 |
1466 | 2023-10-19T23:38:30.564Z | Compiling tokio-rustls v0.24.1 |
1467 | 2023-10-19T23:38:31.169Z | Compiling tokio-native-tls v0.3.1 |
1468 | 2023-10-19T23:38:31.465Z | Compiling terminal_size v0.2.6 |
1469 | 2023-10-19T23:38:31.753Z | Compiling phf_shared v0.11.2 |
1470 | 2023-10-19T23:38:33.485Z | Compiling serde_tokenstream v0.2.0 |
1471 | 2023-10-19T23:38:33.680Z | Compiling block-padding v0.3.3 |
1472 | 2023-10-19T23:38:34.068Z | Compiling enum-as-inner v0.5.1 |
1473 | 2023-10-19T23:38:34.713Z | Compiling serde_repr v0.1.16 |
1474 | 2023-10-19T23:38:34.720Z | Compiling clap_derive v4.4.2 |
1475 | 2023-10-19T23:38:35.997Z | Compiling scheduled-thread-pool v0.2.7 |
1476 | 2023-10-19T23:38:36.031Z | Compiling object v0.32.1 |
1477 | 2023-10-19T23:38:47.603Z | Compiling num_threads v0.1.6 |
1478 | 2023-10-19T23:38:47.794Z | Compiling matches v0.1.10 |
1479 | 2023-10-19T23:38:47.941Z | Compiling rustc-demangle v0.1.23 |
1480 | 2023-10-19T23:38:48.282Z | Compiling bit-vec v0.6.3 |
1481 | 2023-10-19T23:38:48.521Z | Compiling clap_lex v0.5.1 |
1482 | 2023-10-19T23:38:49.265Z | Compiling managed v0.8.0 |
1483 | 2023-10-19T23:38:50.112Z | Compiling deranged v0.3.8 |
1484 | 2023-10-19T23:38:54.141Z | Compiling ipnet v2.8.0 |
1485 | 2023-10-19T23:38:54.190Z | Compiling tap v1.0.1 |
1486 | 2023-10-19T23:38:54.480Z | Compiling regex-automata v0.1.10 |
1487 | 2023-10-19T23:38:56.067Z | Compiling bstr v0.2.17 |
1488 | 2023-10-19T23:38:56.121Z | Compiling wyz v0.5.1 |
1489 | 2023-10-19T23:38:56.853Z | Compiling time v0.3.27 |
1490 | 2023-10-19T23:38:58.568Z | Compiling clap_builder v4.4.2 |
1491 | 2023-10-19T23:39:00.186Z | Compiling idna v0.2.3 |
1492 | 2023-10-19T23:39:02.708Z | Compiling r2d2 v0.8.10 |
1493 | 2023-10-19T23:39:04.972Z | Compiling inout v0.1.3 |
1494 | 2023-10-19T23:39:07.430Z | Compiling phf v0.11.2 |
1495 | 2023-10-19T23:39:07.899Z | Compiling hyper-tls v0.5.0 |
1496 | 2023-10-19T23:39:08.469Z | Compiling hyper-rustls v0.24.1 |
1497 | 2023-10-19T23:39:09.535Z | Compiling flate2 v1.0.27 |
1498 | 2023-10-19T23:39:10.738Z | Compiling postgres-types v0.2.6 |
1499 | 2023-10-19T23:39:11.054Z | Compiling itertools v0.11.0 |
1500 | 2023-10-19T23:39:11.850Z | Compiling hubpack v0.1.2 |
1501 | 2023-10-19T23:39:12.558Z | Compiling serde_urlencoded v0.7.1 |
1502 | 2023-10-19T23:39:12.586Z | Compiling phf_shared v0.10.0 |
1503 | 2023-10-19T23:39:13.059Z | Compiling ipnetwork v0.20.0 |
1504 | 2023-10-19T23:39:13.230Z | Compiling zerocopy v0.6.4 |
1505 | 2023-10-19T23:39:14.157Z | Compiling futures-executor v0.3.28 |
1506 | 2023-10-19T23:39:14.953Z | Compiling regress v0.7.1 |
1507 | 2023-10-19T23:39:15.237Z | Compiling float-cmp v0.9.0 |
1508 | 2023-10-19T23:39:15.372Z | Compiling encoding_rs v0.8.33 |
1509 | 2023-10-19T23:39:15.861Z | Compiling static_assertions v1.1.0 |
1510 | 2023-10-19T23:39:16.003Z | Compiling new_debug_unreachable v1.0.4 |
1511 | 2023-10-19T23:39:16.143Z | Compiling funty v2.0.0 |
1512 | 2023-10-19T23:39:16.521Z | Compiling precomputed-hash v0.1.1 |
1513 | 2023-10-19T23:39:16.698Z | Compiling unicode-linebreak v0.1.5 |
1514 | 2023-10-19T23:39:18.413Z | Compiling whoami v1.4.1 |
1515 | 2023-10-19T23:39:19.019Z | Compiling mime v0.3.17 |
1516 | 2023-10-19T23:39:19.262Z | Compiling smawk v0.3.1 |
1517 | 2023-10-19T23:39:19.292Z | Compiling fixedbitset v0.4.2 |
1518 | 2023-10-19T23:39:19.583Z | Compiling predicates-core v1.0.6 |
1519 | 2023-10-19T23:39:19.953Z | Compiling webpki-roots v0.25.2 |
1520 | 2023-10-19T23:39:20.095Z | Compiling difflib v0.4.0 |
1521 | 2023-10-19T23:39:20.207Z | Compiling data-encoding v2.4.0 |
1522 | 2023-10-19T23:39:20.843Z | Compiling normalize-line-endings v0.3.0 |
1523 | 2023-10-19T23:39:21.026Z | Compiling predicates v3.0.4 |
1524 | 2023-10-19T23:39:21.593Z | Compiling trust-dns-proto v0.22.0 |
1525 | 2023-10-19T23:39:22.245Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1526 | 2023-10-19T23:39:23.181Z | Compiling reqwest v0.11.20 |
1527 | 2023-10-19T23:39:23.210Z | Compiling petgraph v0.6.4 |
1528 | 2023-10-19T23:39:23.475Z | Compiling textwrap v0.16.0 |
1529 | 2023-10-19T23:39:25.253Z | Compiling tokio-postgres v0.7.10 |
1530 | 2023-10-19T23:39:30.327Z | Compiling bitvec v1.0.1 |
1531 | 2023-10-19T23:39:33.178Z | Compiling string_cache v0.8.7 |
1532 | 2023-10-19T23:39:33.842Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1533 | 2023-10-19T23:39:40.373Z | Compiling futures v0.3.28 |
1534 | 2023-10-19T23:39:40.571Z | Compiling diesel v2.1.1 |
1535 | 2023-10-19T23:39:41.869Z | Compiling yasna v0.5.2 |
1536 | 2023-10-19T23:39:41.998Z | Compiling cipher v0.4.4 |
1537 | 2023-10-19T23:39:42.745Z | Compiling clap v4.4.3 |
1538 | 2023-10-19T23:39:43.385Z | Compiling similar v2.2.1 |
1539 | 2023-10-19T23:39:43.532Z | Compiling bit-set v0.5.3 |
1540 | 2023-10-19T23:39:43.961Z | Compiling itertools v0.10.5 |
1541 | 2023-10-19T23:39:44.571Z | Compiling usdt v0.3.5 |
1542 | 2023-10-19T23:39:45.000Z | Compiling console v0.15.7 |
1543 | 2023-10-19T23:39:45.945Z | Compiling tokio-stream v0.1.14 |
1544 | 2023-10-19T23:39:46.934Z | Compiling toml v0.7.8 |
1545 | 2023-10-19T23:39:47.162Z | Compiling hex v0.4.3 |
1546 | 2023-10-19T23:39:47.475Z | Compiling signature v2.1.0 |
1547 | 2023-10-19T23:39:48.037Z | Compiling bstr v1.6.0 |
1548 | 2023-10-19T23:39:49.285Z | Compiling lalrpop-util v0.19.12 |
1549 | 2023-10-19T23:39:52.328Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1550 | 2023-10-19T23:39:58.002Z | Compiling ident_case v1.0.1 |
1551 | 2023-10-19T23:39:58.233Z | Compiling darling_core v0.20.3 |
1552 | 2023-10-19T23:40:12.851Z | Compiling crossbeam-channel v0.5.8 |
1553 | 2023-10-19T23:40:18.072Z | Compiling atty v0.2.14 |
1554 | 2023-10-19T23:40:18.483Z | Compiling proc-macro-error-attr v1.0.4 |
1555 | 2023-10-19T23:40:27.501Z | Compiling darling_macro v0.20.3 |
1556 | 2023-10-19T23:40:33.720Z | Compiling proc-macro-crate v1.3.1 |
1557 | 2023-10-19T23:40:39.114Z | Compiling dirs-sys-next v0.1.2 |
1558 | 2023-10-19T23:40:39.847Z | Compiling proc-macro-error v1.0.4 |
1559 | 2023-10-19T23:40:50.535Z | Compiling dirs-next v2.0.0 |
1560 | 2023-10-19T23:40:52.081Z | Compiling num_enum_derive v0.5.11 |
1561 | 2023-10-19T23:40:58.119Z | Compiling darling v0.20.3 |
1562 | 2023-10-19T23:41:03.196Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1563 | 2023-10-19T23:41:10.480Z | Compiling getopts v0.2.21 |
1564 | 2023-10-19T23:41:11.948Z | Compiling structmeta-derive v0.1.6 |
1565 | 2023-10-19T23:41:12.791Z | Compiling thread_local v1.1.7 |
1566 | 2023-10-19T23:41:14.072Z | Compiling multer v2.1.0 |
1567 | 2023-10-19T23:41:14.493Z | Compiling unsafe-libyaml v0.2.9 |
1568 | 2023-10-19T23:41:16.540Z | Compiling match_cfg v0.1.0 |
1569 | 2023-10-19T23:41:16.876Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1570 | 2023-10-19T23:41:17.362Z | Compiling paste v1.0.14 |
1571 | 2023-10-19T23:41:17.632Z | Compiling camino v1.1.6 |
1572 | 2023-10-19T23:41:22.731Z | Compiling slog-async v2.8.0 |
1573 | 2023-10-19T23:41:50.559Z | Compiling hostname v0.3.1 |
1574 | 2023-10-19T23:41:51.120Z | Compiling serde_yaml v0.9.25 |
1575 | 2023-10-19T23:41:51.407Z | Compiling structmeta v0.1.6 |
1576 | 2023-10-19T23:41:51.541Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1577 | 2023-10-19T23:41:51.691Z | Compiling serde_with_macros v2.3.3 |
1578 | 2023-10-19T23:41:51.820Z | Compiling num_enum v0.5.11 |
1579 | 2023-10-19T23:41:51.840Z | Compiling term v0.7.0 |
1580 | 2023-10-19T23:41:51.947Z | Compiling slog-json v2.6.1 |
1581 | 2023-10-19T23:41:52.278Z | Compiling strum v0.25.0 |
1582 | 2023-10-19T23:41:54.668Z | Compiling async-stream-impl v0.3.5 |
1583 | 2023-10-19T23:41:54.810Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1584 | 2023-10-19T23:41:55.297Z | Compiling postcard-cobs v0.1.5-pre |
1585 | 2023-10-19T23:41:55.924Z | Compiling take_mut v0.2.2 |
1586 | 2023-10-19T23:41:56.271Z | Compiling regex-syntax v0.6.29 |
1587 | 2023-10-19T23:41:56.699Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1588 | 2023-10-19T23:41:56.845Z | Compiling atomic-waker v1.1.1 |
1589 | 2023-10-19T23:41:57.167Z | Compiling waitgroup v0.1.2 |
1590 | 2023-10-19T23:41:57.203Z | Compiling async-stream v0.3.5 |
1591 | 2023-10-19T23:41:57.842Z | Compiling postcard v0.7.3 |
1592 | 2023-10-19T23:41:58.863Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1593 | 2023-10-19T23:41:59.174Z | Compiling slog-bunyan v2.4.0 |
1594 | 2023-10-19T23:41:59.601Z | Compiling slog-term v2.9.0 |
1595 | 2023-10-19T23:42:03.545Z | Compiling serde_with v2.3.3 |
1596 | 2023-10-19T23:42:06.021Z | Compiling parse-display-derive v0.7.0 |
1597 | 2023-10-19T23:42:10.486Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1598 | 2023-10-19T23:42:11.473Z | Compiling sha1 v0.10.5 |
1599 | 2023-10-19T23:42:12.312Z | Compiling smoltcp v0.8.2 |
1600 | 2023-10-19T23:42:12.459Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1601 | 2023-10-19T23:42:12.798Z | Compiling serde_path_to_error v0.1.14 |
1602 | 2023-10-19T23:42:12.830Z | Compiling foreign-types-macros v0.2.3 |
1603 | 2023-10-19T23:42:12.974Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1604 | 2023-10-19T23:42:13.404Z | Compiling instant v0.1.12 |
1605 | 2023-10-19T23:42:13.655Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1606 | 2023-10-19T23:42:14.000Z | Compiling debug-ignore v1.0.5 |
1607 | 2023-10-19T23:42:14.234Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1608 | 2023-10-19T23:42:14.475Z | Compiling foreign-types-shared v0.3.1 |
1609 | 2023-10-19T23:42:14.659Z | Compiling cfg-if v0.1.10 |
1610 | 2023-10-19T23:42:14.725Z | Compiling backoff v0.4.0 |
1611 | 2023-10-19T23:42:14.750Z | Compiling foreign-types v0.5.0 |
1612 | 2023-10-19T23:42:14.916Z | Compiling parse-display v0.7.0 |
1613 | 2023-10-19T23:42:15.255Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1614 | 2023-10-19T23:42:15.281Z | Compiling is-terminal v0.4.9 |
1615 | 2023-10-19T23:42:15.490Z | Compiling macaddr v1.0.1 |
1616 | 2023-10-19T23:42:15.522Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1617 | 2023-10-19T23:42:15.567Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1618 | 2023-10-19T23:42:16.716Z | Compiling cstr-argument v0.1.2 |
1619 | 2023-10-19T23:42:16.757Z | Compiling pretty-hex v0.2.1 |
1620 | 2023-10-19T23:42:16.795Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1621 | 2023-10-19T23:42:17.087Z | Compiling base64ct v1.6.0 |
1622 | 2023-10-19T23:42:17.092Z | Compiling crucible-workspace-hack v0.1.0 |
1623 | 2023-10-19T23:42:17.239Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1624 | 2023-10-19T23:42:17.548Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1625 | 2023-10-19T23:42:17.872Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1626 | 2023-10-19T23:42:18.357Z | Compiling password-hash v0.5.0 |
1627 | 2023-10-19T23:42:19.205Z | Compiling colored v2.0.4 |
1628 | 2023-10-19T23:42:21.814Z | Compiling textwrap v0.11.0 |
1629 | 2023-10-19T23:42:22.525Z | Compiling heck v0.3.3 |
1630 | 2023-10-19T23:42:23.091Z | Compiling blake2 v0.10.6 |
1631 | 2023-10-19T23:42:23.567Z | Compiling strsim v0.8.0 |
1632 | 2023-10-19T23:42:24.290Z | Compiling libefi-sys v0.1.0 |
1633 | 2023-10-19T23:42:25.120Z | Compiling rayon-core v1.11.0 |
1634 | 2023-10-19T23:42:25.540Z | Compiling vec_map v0.8.2 |
1635 | 2023-10-19T23:42:25.543Z | Compiling ansi_term v0.12.1 |
1636 | 2023-10-19T23:42:25.720Z | Compiling argon2 v0.5.2 |
1637 | 2023-10-19T23:42:25.890Z | Compiling clap v2.34.0 |
1638 | 2023-10-19T23:42:26.764Z | Compiling structopt-derive v0.4.18 |
1639 | 2023-10-19T23:42:27.431Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1640 | 2023-10-19T23:42:27.753Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1641 | 2023-10-19T23:42:31.879Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1642 | 2023-10-19T23:42:32.250Z | Compiling zone_cfg_derive v0.2.0 |
1643 | 2023-10-19T23:42:32.288Z | Compiling crossbeam-deque v0.8.3 |
1644 | 2023-10-19T23:42:32.313Z | Compiling num-derive v0.4.0 |
1645 | 2023-10-19T23:42:32.870Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1646 | 2023-10-19T23:42:33.415Z | Compiling portable-atomic v1.4.3 |
1647 | 2023-10-19T23:42:34.365Z | Compiling keccak v0.1.4 |
1648 | 2023-10-19T23:42:34.839Z | Compiling zone v0.2.0 |
1649 | 2023-10-19T23:42:35.869Z | Compiling sha3 v0.10.8 |
1650 | 2023-10-19T23:42:35.897Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1651 | 2023-10-19T23:42:37.375Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1652 | 2023-10-19T23:42:39.727Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1653 | 2023-10-19T23:42:40.595Z | Compiling structopt v0.3.26 |
1654 | 2023-10-19T23:42:42.024Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1655 | 2023-10-19T23:42:42.300Z | Compiling hkdf v0.12.3 |
1656 | 2023-10-19T23:42:42.729Z | Compiling smf v0.2.2 |
1657 | 2023-10-19T23:42:43.952Z | Compiling secrecy v0.8.0 |
1658 | 2023-10-19T23:42:44.375Z | Compiling filetime v0.2.22 |
1659 | 2023-10-19T23:42:44.900Z | Compiling xattr v1.0.1 |
1660 | 2023-10-19T23:42:45.384Z | Compiling fastrand v2.0.0 |
1661 | 2023-10-19T23:42:46.501Z | Compiling same-file v1.0.6 |
1662 | 2023-10-19T23:42:46.593Z | Compiling tempfile v3.8.0 |
1663 | 2023-10-19T23:42:46.596Z | Compiling tar v0.4.40 |
1664 | 2023-10-19T23:42:46.958Z | Compiling walkdir v2.4.0 |
1665 | 2023-10-19T23:42:49.350Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1666 | 2023-10-19T23:42:49.822Z | Compiling rayon v1.7.0 |
1667 | 2023-10-19T23:42:50.021Z | Compiling number_prefix v0.4.0 |
1668 | 2023-10-19T23:42:50.505Z | Compiling omicron-zone-package v0.8.3 |
1669 | 2023-10-19T23:42:53.106Z | Compiling topological-sort v0.2.2 |
1670 | 2023-10-19T23:42:58.844Z | Compiling indicatif v0.17.7 |
1671 | 2023-10-19T23:43:06.412Z | Compiling bzip2 v0.4.4 |
1672 | 2023-10-19T23:43:07.123Z | Compiling zip v0.6.6 |
1673 | 2023-10-19T23:43:08.030Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1674 | 2023-10-19T23:43:09.700Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1675 | 2023-10-19T23:43:10.095Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1676 | 2023-10-19T23:43:11.034Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1677 | 2023-10-19T23:43:32.333Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1678 | 2023-10-19T23:43:34.295Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1679 | 2023-10-19T23:43:34.435Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1680 | 2023-10-19T23:43:34.537Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1681 | 2023-10-19T23:43:34.610Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1682 | 2023-10-19T23:44:06.929Z | Finished release [optimized] target(s) in 7m 58s |
1683 | 2023-10-19T23:44:07.189Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1684 | 2023-10-19T23:44:07.277Z | Created new build target 'test' and set it as active |
1685 | 2023-10-19T23:44:07.280Z | |
1686 | 2023-10-19T23:44:07.283Z | real 7:59.349417731 |
1687 | 2023-10-19T23:44:07.286Z | user 50:14.953422899 |
1688 | 2023-10-19T23:44:07.289Z | sys 4:40.569409588 |
1689 | 2023-10-19T23:44:07.292Z | trap 1.915707915 |
1690 | 2023-10-19T23:44:07.295Z | tflt 4.718445609 |
1691 | 2023-10-19T23:44:07.298Z | dflt 5.133387261 |
1692 | 2023-10-19T23:44:07.301Z | kflt 0.045250709 |
1693 | 2023-10-19T23:44:07.303Z | lock 1:50:55.350581513 |
1694 | 2023-10-19T23:44:07.307Z | slp 2:47:46.514398233 |
1695 | 2023-10-19T23:44:07.310Z | lat 2:21.479824177 |
1696 | 2023-10-19T23:44:07.312Z | stop 4:18.657449851 |
1697 | 2023-10-19T23:44:07.317Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1698 | 2023-10-19T23:44:08.427Z | Finished release [optimized] target(s) in 1.06s |
1699 | 2023-10-19T23:44:08.456Z | Running `target/release/omicron-package -t test package` |
1700 | 2023-10-19T23:44:08.496Z | Oct 19 23:44:08.499 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1701 | 2023-10-19T23:44:09.686Z | Compiling serde_json v1.0.107 |
1702 | 2023-10-19T23:44:09.735Z | Compiling linked-hash-map v0.5.6 |
1703 | 2023-10-19T23:44:09.739Z | Compiling slog-dtrace v0.2.3 |
1704 | 2023-10-19T23:44:09.751Z | Compiling quick-error v1.2.3 |
1705 | 2023-10-19T23:44:09.756Z | Compiling termcolor v1.2.0 |
1706 | 2023-10-19T23:44:09.763Z | Compiling memoffset v0.7.1 |
1707 | 2023-10-19T23:44:09.768Z | Compiling base64 v0.13.1 |
1708 | 2023-10-19T23:44:09.772Z | Compiling libz-sys v1.1.12 |
1709 | 2023-10-19T23:44:09.947Z | Compiling resolv-conf v0.7.0 |
1710 | 2023-10-19T23:44:10.251Z | Compiling lru-cache v0.1.2 |
1711 | 2023-10-19T23:44:10.352Z | Compiling same-file v1.0.6 |
1712 | 2023-10-19T23:44:10.507Z | Compiling trust-dns-resolver v0.22.0 |
1713 | 2023-10-19T23:44:10.558Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1714 | 2023-10-19T23:44:10.571Z | Compiling walkdir v2.4.0 |
1715 | 2023-10-19T23:44:10.681Z | Compiling semver-parser v0.10.2 |
1716 | 2023-10-19T23:44:10.958Z | Compiling cancel-safe-futures v0.1.2 |
1717 | 2023-10-19T23:44:11.135Z | Compiling fastrand v2.0.0 |
1718 | 2023-10-19T23:44:11.467Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1719 | 2023-10-19T23:44:11.715Z | Compiling filetime v0.2.22 |
1720 | 2023-10-19T23:44:11.932Z | Compiling semver v0.11.0 |
1721 | 2023-10-19T23:44:12.005Z | Compiling tempfile v3.8.0 |
1722 | 2023-10-19T23:44:12.145Z | Compiling xattr v1.0.1 |
1723 | 2023-10-19T23:44:12.500Z | Compiling num-rational v0.4.1 |
1724 | 2023-10-19T23:44:12.518Z | Compiling home v0.5.5 |
1725 | 2023-10-19T23:44:12.868Z | Compiling schemars v0.8.13 |
1726 | 2023-10-19T23:44:13.318Z | Compiling reqwest v0.11.20 |
1727 | 2023-10-19T23:44:13.322Z | Compiling openapiv3 v1.0.3 |
1728 | 2023-10-19T23:44:13.331Z | Compiling usdt-impl v0.3.5 |
1729 | 2023-10-19T23:44:13.342Z | Compiling postgres-types v0.2.6 |
1730 | 2023-10-19T23:44:13.886Z | Compiling usdt v0.3.5 |
1731 | 2023-10-19T23:44:14.670Z | Compiling tokio-postgres v0.7.10 |
1732 | 2023-10-19T23:44:20.271Z | Compiling ipnetwork v0.20.0 |
1733 | 2023-10-19T23:44:20.585Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1734 | 2023-10-19T23:44:26.025Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1735 | 2023-10-19T23:44:26.232Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1736 | 2023-10-19T23:44:28.227Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1737 | 2023-10-19T23:44:28.564Z | Compiling slog-json v2.6.1 |
1738 | 2023-10-19T23:44:29.399Z | Compiling slog-bunyan v2.4.0 |
1739 | 2023-10-19T23:44:29.479Z | Compiling diesel v2.1.1 |
1740 | 2023-10-19T23:44:29.785Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1741 | 2023-10-19T23:44:33.714Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1742 | 2023-10-19T23:44:34.002Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1743 | 2023-10-19T23:44:43.443Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1744 | 2023-10-19T23:44:43.671Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1745 | 2023-10-19T23:44:43.749Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1746 | 2023-10-19T23:44:43.836Z | Compiling utf-8 v0.7.6 |
1747 | 2023-10-19T23:44:43.850Z | Compiling toolchain_find v0.2.0 |
1748 | 2023-10-19T23:44:45.065Z | Compiling tar v0.4.40 |
1749 | 2023-10-19T23:44:48.791Z | Compiling pem-rfc7468 v0.7.0 |
1750 | 2023-10-19T23:44:50.566Z | Compiling toml v0.5.11 |
1751 | 2023-10-19T23:44:51.750Z | Compiling der_derive v0.7.2 |
1752 | 2023-10-19T23:44:53.597Z | Compiling flagset v0.4.3 |
1753 | 2023-10-19T23:44:53.952Z | Compiling rustfmt-wrapper v0.2.0 |
1754 | 2023-10-19T23:44:55.285Z | Compiling omicron-zone-package v0.8.3 |
1755 | 2023-10-19T23:44:55.521Z | Compiling der v0.7.8 |
1756 | 2023-10-19T23:45:00.451Z | Compiling vergen v8.2.4 |
1757 | 2023-10-19T23:45:00.871Z | Compiling fxhash v0.2.1 |
1758 | 2023-10-19T23:45:01.005Z | Compiling num-complex v0.4.4 |
1759 | 2023-10-19T23:45:01.237Z | Compiling unicase v2.7.0 |
1760 | 2023-10-19T23:45:01.687Z | Compiling spki v0.7.2 |
1761 | 2023-10-19T23:45:02.560Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1762 | 2023-10-19T23:45:03.186Z | Compiling num v0.4.1 |
1763 | 2023-10-19T23:45:03.348Z | Compiling universal-hash v0.5.1 |
1764 | 2023-10-19T23:45:03.705Z | Compiling libsqlite3-sys v0.26.0 |
1765 | 2023-10-19T23:45:04.258Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1766 | 2023-10-19T23:45:04.378Z | Compiling arc-swap v1.6.0 |
1767 | 2023-10-19T23:45:05.296Z | Compiling half v1.8.2 |
1768 | 2023-10-19T23:45:05.665Z | Compiling maybe-uninit v2.0.0 |
1769 | 2023-10-19T23:45:06.341Z | Compiling ciborium-io v0.2.1 |
1770 | 2023-10-19T23:45:06.538Z | Compiling opaque-debug v0.3.0 |
1771 | 2023-10-19T23:45:06.682Z | Compiling semver v0.1.20 |
1772 | 2023-10-19T23:45:07.302Z | Compiling rustc_version v0.1.7 |
1773 | 2023-10-19T23:45:07.681Z | Compiling ciborium-ll v0.2.1 |
1774 | 2023-10-19T23:45:08.052Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1775 | 2023-10-19T23:45:08.571Z | Compiling slog-scope v4.4.0 |
1776 | 2023-10-19T23:45:09.563Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1777 | 2023-10-19T23:45:10.155Z | Compiling parking_lot_core v0.8.6 |
1778 | 2023-10-19T23:45:10.748Z | Compiling crc-catalog v2.2.0 |
1779 | 2023-10-19T23:45:10.986Z | Compiling signal-hook v0.3.17 |
1780 | 2023-10-19T23:45:11.420Z | Compiling num-bigint-dig v0.8.4 |
1781 | 2023-10-19T23:45:11.825Z | Compiling packed_struct v0.10.1 |
1782 | 2023-10-19T23:45:12.471Z | Compiling crc v3.0.1 |
1783 | 2023-10-19T23:45:15.676Z | Compiling slog-stdlog v4.1.1 |
1784 | 2023-10-19T23:45:16.351Z | Compiling ciborium v0.2.1 |
1785 | 2023-10-19T23:45:17.376Z | Compiling newtype_derive v0.1.6 |
1786 | 2023-10-19T23:45:17.802Z | Compiling pkcs8 v0.10.2 |
1787 | 2023-10-19T23:45:18.781Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1788 | 2023-10-19T23:45:20.143Z | Compiling toml_edit v0.20.0 |
1789 | 2023-10-19T23:45:20.890Z | Compiling hashlink v0.8.3 |
1790 | 2023-10-19T23:45:22.141Z | Compiling aead v0.5.2 |
1791 | 2023-10-19T23:45:22.584Z | Compiling nibble_vec v0.1.0 |
1792 | 2023-10-19T23:45:22.631Z | Compiling packed_struct_codegen v0.10.1 |
1793 | 2023-10-19T23:45:23.341Z | Compiling dirs-sys-next v0.1.2 |
1794 | 2023-10-19T23:45:23.756Z | Compiling rand v0.4.6 |
1795 | 2023-10-19T23:45:26.923Z | Compiling endian-type v0.1.2 |
1796 | 2023-10-19T23:45:27.279Z | Compiling crunchy v0.2.2 |
1797 | 2023-10-19T23:45:27.943Z | Compiling fallible-streaming-iterator v0.1.9 |
1798 | 2023-10-19T23:45:28.146Z | Compiling doc-comment v0.3.3 |
1799 | 2023-10-19T23:45:28.369Z | Compiling humantime v2.1.0 |
1800 | 2023-10-19T23:45:28.858Z | Compiling nodrop v0.1.14 |
1801 | 2023-10-19T23:45:29.058Z | Compiling glob v0.3.1 |
1802 | 2023-10-19T23:45:29.801Z | Compiling array-init v0.0.4 |
1803 | 2023-10-19T23:45:30.468Z | Compiling clang-sys v1.6.1 |
1804 | 2023-10-19T23:45:31.755Z | Compiling rusqlite v0.29.0 |
1805 | 2023-10-19T23:45:31.999Z | Compiling radix_trie v0.2.1 |
1806 | 2023-10-19T23:45:33.444Z | Compiling twox-hash v1.6.3 |
1807 | 2023-10-19T23:45:35.018Z | Compiling toml v0.8.0 |
1808 | 2023-10-19T23:45:39.920Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1809 | 2023-10-19T23:45:40.075Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1810 | 2023-10-19T23:45:41.178Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1811 | 2023-10-19T23:45:49.617Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1812 | 2023-10-19T23:45:49.724Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1813 | 2023-10-19T23:45:49.895Z | Compiling dirs-next v2.0.0 |
1814 | 2023-10-19T23:45:49.949Z | Compiling pkcs1 v0.7.5 |
1815 | 2023-10-19T23:45:50.053Z | Compiling smallvec v0.6.14 |
1816 | 2023-10-19T23:45:50.100Z | Compiling slog-envlogger v2.2.0 |
1817 | 2023-10-19T23:45:53.986Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1818 | 2023-10-19T23:45:54.075Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1819 | 2023-10-19T23:45:55.042Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1820 | 2023-10-19T23:45:56.088Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1821 | 2023-10-19T23:45:56.470Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1822 | 2023-10-19T23:46:01.813Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1823 | 2023-10-19T23:46:12.190Z | Compiling nix v0.26.2 |
1824 | 2023-10-19T23:46:13.095Z | Compiling num_enum_derive v0.7.0 |
1825 | 2023-10-19T23:46:13.834Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1826 | 2023-10-19T23:46:15.446Z | Compiling tiny-keccak v2.0.2 |
1827 | 2023-10-19T23:46:15.855Z | Compiling platforms v3.0.2 |
1828 | 2023-10-19T23:46:16.347Z | Compiling prettyplease v0.2.12 |
1829 | 2023-10-19T23:46:16.811Z | Compiling bitfield v0.14.0 |
1830 | 2023-10-19T23:46:17.226Z | Compiling num_enum v0.7.0 |
1831 | 2023-10-19T23:46:17.270Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1832 | 2023-10-19T23:46:17.550Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1833 | 2023-10-19T23:46:25.429Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1834 | 2023-10-19T23:46:27.505Z | Compiling rsa v0.9.2 |
1835 | 2023-10-19T23:46:29.149Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1836 | 2023-10-19T23:46:34.183Z | Compiling parking_lot v0.11.2 |
1837 | 2023-10-19T23:46:34.967Z | Compiling serde-hex v0.1.0 |
1838 | 2023-10-19T23:46:35.715Z | Compiling mime_guess v2.0.4 |
1839 | 2023-10-19T23:46:36.415Z | Compiling term v0.7.0 |
1840 | 2023-10-19T23:46:37.629Z | Compiling trust-dns-client v0.22.0 |
1841 | 2023-10-19T23:46:37.956Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1842 | 2023-10-19T23:46:38.171Z | Compiling polyval v0.6.1 |
1843 | 2023-10-19T23:46:38.492Z | Compiling x509-cert v0.2.4 |
1844 | 2023-10-19T23:46:38.843Z | Compiling tungstenite v0.20.1 |
1845 | 2023-10-19T23:46:38.979Z | Compiling env_logger v0.10.0 |
1846 | 2023-10-19T23:46:44.032Z | Compiling ctr v0.9.2 |
1847 | 2023-10-19T23:46:44.582Z | Compiling aes v0.8.3 |
1848 | 2023-10-19T23:46:45.653Z | Compiling darling_core v0.14.4 |
1849 | 2023-10-19T23:46:48.495Z | Compiling ron v0.8.1 |
1850 | 2023-10-19T23:46:48.931Z | Compiling snafu-derive v0.7.5 |
1851 | 2023-10-19T23:46:54.252Z | Compiling bincode v1.3.3 |
1852 | 2023-10-19T23:46:56.471Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1853 | 2023-10-19T23:46:56.493Z | Compiling minimal-lexical v0.2.1 |
1854 | 2023-10-19T23:46:57.153Z | Compiling crc-any v2.4.3 |
1855 | 2023-10-19T23:46:57.309Z | Compiling erased-serde v0.3.30 |
1856 | 2023-10-19T23:46:58.382Z | Compiling convert_case v0.4.0 |
1857 | 2023-10-19T23:46:58.764Z | Compiling trust-dns-server v0.22.1 |
1858 | 2023-10-19T23:46:59.220Z | Compiling derive_more v0.99.17 |
1859 | 2023-10-19T23:46:59.238Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1860 | 2023-10-19T23:47:00.830Z | Compiling nom v7.1.3 |
1861 | 2023-10-19T23:47:07.172Z | Compiling snafu v0.7.5 |
1862 | 2023-10-19T23:47:09.293Z | Compiling darling_macro v0.14.4 |
1863 | 2023-10-19T23:47:10.769Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1864 | 2023-10-19T23:47:11.642Z | Compiling aes-gcm-siv v0.11.1 |
1865 | 2023-10-19T23:47:12.133Z | Compiling tokio-tungstenite v0.20.1 |
1866 | 2023-10-19T23:47:12.954Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1867 | 2023-10-19T23:47:13.951Z | Compiling ascii-canvas v3.0.0 |
1868 | 2023-10-19T23:47:14.464Z | Compiling steno v0.4.0 |
1869 | 2023-10-19T23:47:14.761Z | Compiling sled v0.34.7 |
1870 | 2023-10-19T23:47:21.676Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1871 | 2023-10-19T23:47:34.238Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1872 | 2023-10-19T23:47:35.165Z | Compiling env_logger v0.9.3 |
1873 | 2023-10-19T23:47:35.970Z | Compiling tungstenite v0.18.0 |
1874 | 2023-10-19T23:47:38.859Z | Compiling object v0.30.4 |
1875 | 2023-10-19T23:47:39.704Z | Compiling is-terminal v0.4.9 |
1876 | 2023-10-19T23:47:40.299Z | Compiling ena v0.14.2 |
1877 | 2023-10-19T23:47:40.580Z | Compiling bitstruct_derive v0.1.0 |
1878 | 2023-10-19T23:47:42.542Z | Compiling derive-where v1.2.5 |
1879 | 2023-10-19T23:47:42.937Z | Compiling async-recursion v1.0.5 |
1880 | 2023-10-19T23:47:44.425Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1881 | 2023-10-19T23:47:44.675Z | Compiling libloading v0.7.4 |
1882 | 2023-10-19T23:47:45.227Z | Compiling diff v0.1.13 |
1883 | 2023-10-19T23:47:45.568Z | Compiling bindgen v0.65.1 |
1884 | 2023-10-19T23:47:46.127Z | Compiling ringbuffer v0.15.0 |
1885 | 2023-10-19T23:47:46.192Z | Compiling pretty-hex v0.3.0 |
1886 | 2023-10-19T23:47:46.562Z | Compiling ascii v1.1.0 |
1887 | 2023-10-19T23:47:47.198Z | Compiling linear-map v1.2.0 |
1888 | 2023-10-19T23:47:47.851Z | Compiling path-slash v0.1.5 |
1889 | 2023-10-19T23:47:47.864Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1890 | 2023-10-19T23:47:47.888Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1891 | 2023-10-19T23:47:48.169Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1892 | 2023-10-19T23:47:52.247Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1893 | 2023-10-19T23:47:57.291Z | Compiling lalrpop v0.19.12 |
1894 | 2023-10-19T23:48:04.185Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1895 | 2023-10-19T23:48:04.574Z | Compiling bitstruct v0.1.1 |
1896 | 2023-10-19T23:48:05.193Z | Compiling tokio-tungstenite v0.18.0 |
1897 | 2023-10-19T23:48:05.197Z | Compiling curve25519-dalek v4.1.0 |
1898 | 2023-10-19T23:48:05.398Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1899 | 2023-10-19T23:48:08.585Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1900 | 2023-10-19T23:48:12.591Z | Compiling darling v0.14.4 |
1901 | 2023-10-19T23:48:12.760Z | Compiling cexpr v0.6.0 |
1902 | 2023-10-19T23:48:18.111Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1903 | 2023-10-19T23:48:20.350Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1904 | 2023-10-19T23:48:22.197Z | Compiling which v4.4.0 |
1905 | 2023-10-19T23:48:22.723Z | Compiling ff v0.13.0 |
1906 | 2023-10-19T23:48:22.751Z | Compiling path-dedot v3.1.0 |
1907 | 2023-10-19T23:48:23.028Z | Compiling serde_arrays v0.1.0 |
1908 | 2023-10-19T23:48:23.048Z | Compiling peeking_take_while v0.1.2 |
1909 | 2023-10-19T23:48:23.244Z | Compiling lazycell v1.3.0 |
1910 | 2023-10-19T23:48:23.272Z | Compiling rustc-hash v1.1.0 |
1911 | 2023-10-19T23:48:23.497Z | Compiling display-error-chain v0.1.1 |
1912 | 2023-10-19T23:48:23.500Z | Compiling shlex v1.1.0 |
1913 | 2023-10-19T23:48:23.897Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1914 | 2023-10-19T23:48:25.521Z | Compiling path-absolutize v3.1.0 |
1915 | 2023-10-19T23:48:25.832Z | Compiling group v0.13.0 |
1916 | 2023-10-19T23:48:26.104Z | Compiling derive_builder_core v0.12.0 |
1917 | 2023-10-19T23:48:29.975Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1918 | 2023-10-19T23:48:34.713Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1919 | 2023-10-19T23:48:37.851Z | Compiling olpc-cjson v0.1.3 |
1920 | 2023-10-19T23:48:38.766Z | Compiling pem v1.1.1 |
1921 | 2023-10-19T23:48:38.862Z | Compiling camino-tempfile v1.0.2 |
1922 | 2023-10-19T23:48:40.150Z | Compiling globset v0.4.13 |
1923 | 2023-10-19T23:48:41.322Z | Compiling crypto-bigint v0.5.2 |
1924 | 2023-10-19T23:48:42.400Z | Compiling serde_plain v1.0.2 |
1925 | 2023-10-19T23:48:43.233Z | Compiling thiserror-impl-no-std v2.0.2 |
1926 | 2023-10-19T23:48:46.076Z | Compiling polar-core v0.26.4 |
1927 | 2023-10-19T23:48:46.683Z | Compiling curve25519-dalek-derive v0.1.0 |
1928 | 2023-10-19T23:48:47.813Z | Compiling libxml v0.3.3 |
1929 | 2023-10-19T23:48:47.842Z | Compiling ref-cast v1.0.20 |
1930 | 2023-10-19T23:48:48.277Z | Compiling base16ct v0.2.0 |
1931 | 2023-10-19T23:48:48.302Z | Compiling buf-list v1.0.3 |
1932 | 2023-10-19T23:48:48.604Z | Compiling elliptic-curve v0.13.5 |
1933 | 2023-10-19T23:48:49.184Z | Compiling thiserror-no-std v2.0.2 |
1934 | 2023-10-19T23:48:49.353Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1935 | 2023-10-19T23:48:49.519Z | Compiling tough v0.12.5 |
1936 | 2023-10-19T23:48:54.753Z | Compiling derive_builder_macro v0.12.0 |
1937 | 2023-10-19T23:48:55.938Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1938 | 2023-10-19T23:49:01.596Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1939 | 2023-10-19T23:49:02.110Z | Compiling poly1305 v0.8.0 |
1940 | 2023-10-19T23:49:03.617Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1941 | 2023-10-19T23:49:04.731Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1942 | 2023-10-19T23:49:05.144Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1943 | 2023-10-19T23:49:05.539Z | Compiling chacha20 v0.9.1 |
1944 | 2023-10-19T23:49:06.029Z | Compiling strum_macros v0.24.3 |
1945 | 2023-10-19T23:49:06.291Z | Compiling bcs v0.1.5 |
1946 | 2023-10-19T23:49:06.382Z | Compiling const_format_proc_macros v0.2.31 |
1947 | 2023-10-19T23:49:07.683Z | Compiling ref-cast-impl v1.0.20 |
1948 | 2023-10-19T23:49:09.448Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1949 | 2023-10-19T23:49:09.588Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1950 | 2023-10-19T23:49:09.845Z | Compiling cookie v0.16.2 |
1951 | 2023-10-19T23:49:10.003Z | Compiling highway v1.1.0 |
1952 | 2023-10-19T23:49:10.207Z | Compiling signature v1.6.4 |
1953 | 2023-10-19T23:49:10.278Z | Compiling salty v0.2.0 |
1954 | 2023-10-19T23:49:10.483Z | Compiling indoc v1.0.9 |
1955 | 2023-10-19T23:49:10.980Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1956 | 2023-10-19T23:49:11.835Z | Compiling ed25519 v1.5.3 |
1957 | 2023-10-19T23:49:12.492Z | Compiling const_format v0.2.31 |
1958 | 2023-10-19T23:49:12.711Z | Compiling chacha20poly1305 v0.10.1 |
1959 | 2023-10-19T23:49:13.092Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1960 | 2023-10-19T23:49:14.331Z | Compiling derive_builder v0.12.0 |
1961 | 2023-10-19T23:49:14.633Z | Compiling vsss-rs v3.3.1 |
1962 | 2023-10-19T23:49:23.361Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1963 | 2023-10-19T23:49:29.835Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1964 | 2023-10-19T23:49:33.511Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1965 | 2023-10-19T23:49:33.635Z | Compiling signal-hook-mio v0.2.3 |
1966 | 2023-10-19T23:49:33.924Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1967 | 2023-10-19T23:49:34.486Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1968 | 2023-10-19T23:49:34.928Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1969 | 2023-10-19T23:49:38.846Z | Compiling ron v0.7.1 |
1970 | 2023-10-19T23:50:07.556Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1971 | 2023-10-19T23:50:09.270Z | Compiling headers-core v0.2.0 |
1972 | 2023-10-19T23:50:09.579Z | Compiling bb8 v0.8.1 |
1973 | 2023-10-19T23:50:09.714Z | Compiling quick-xml v0.23.1 |
1974 | 2023-10-19T23:50:09.852Z | Compiling serde-big-array v0.5.1 |
1975 | 2023-10-19T23:50:09.886Z | Compiling oso-derive v0.26.4 |
1976 | 2023-10-19T23:50:10.044Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1977 | 2023-10-19T23:50:10.138Z | Compiling impl-trait-for-tuples v0.2.2 |
1978 | 2023-10-19T23:50:10.240Z | Compiling maplit v1.0.2 |
1979 | 2023-10-19T23:50:10.289Z | Compiling bit_field v0.10.2 |
1980 | 2023-10-19T23:50:10.319Z | Compiling http-range v0.1.5 |
1981 | 2023-10-19T23:50:10.341Z | Compiling hyper-staticfile v0.9.5 |
1982 | 2023-10-19T23:50:10.402Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1983 | 2023-10-19T23:50:10.429Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
1984 | 2023-10-19T23:50:10.442Z | Compiling headers v0.3.9 |
1985 | 2023-10-19T23:50:10.485Z | Compiling crossterm v0.27.0 |
1986 | 2023-10-19T23:50:10.509Z | Compiling oso v0.26.4 |
1987 | 2023-10-19T23:50:24.396Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1988 | 2023-10-19T23:50:28.282Z | Compiling signal-hook-tokio v0.3.1 |
1989 | 2023-10-19T23:50:28.585Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1990 | 2023-10-19T23:50:28.649Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1991 | 2023-10-19T23:50:28.943Z | Compiling serde-big-array v0.4.1 |
1992 | 2023-10-19T23:50:29.217Z | Compiling cassowary v0.3.0 |
1993 | 2023-10-19T23:50:30.734Z | Compiling indoc v2.0.3 |
1994 | 2023-10-19T23:50:32.251Z | Compiling ratatui v0.23.0 |
1995 | 2023-10-19T23:50:32.588Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1996 | 2023-10-19T23:50:35.232Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1997 | 2023-10-19T23:50:36.891Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1998 | 2023-10-19T23:50:37.468Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1999 | 2023-10-19T23:50:40.103Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2000 | 2023-10-19T23:50:40.792Z | Compiling fatfs v0.3.6 |
2001 | 2023-10-19T23:50:43.617Z | Compiling bytesize v1.3.0 |
2002 | 2023-10-19T23:50:44.553Z | Compiling nanorand v0.7.0 |
2003 | 2023-10-19T23:50:46.248Z | Compiling rtoolbox v0.0.1 |
2004 | 2023-10-19T23:50:46.415Z | Compiling fs-err v2.9.0 |
2005 | 2023-10-19T23:50:46.632Z | Compiling assert_matches v1.5.0 |
2006 | 2023-10-19T23:50:46.770Z | Compiling corncobs v0.1.3 |
2007 | 2023-10-19T23:50:47.443Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2008 | 2023-10-19T23:50:47.754Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2009 | 2023-10-19T23:50:48.764Z | Compiling rpassword v7.2.0 |
2010 | 2023-10-19T23:50:49.405Z | Compiling flume v0.11.0 |
2011 | 2023-10-19T23:50:50.081Z | Compiling tui-tree-widget v0.13.0 |
2012 | 2023-10-19T23:50:50.704Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2013 | 2023-10-19T23:50:53.604Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2014 | 2023-10-19T23:50:57.621Z | Compiling shell-words v1.1.0 |
2015 | 2023-10-19T23:50:58.348Z | Compiling owo-colors v3.5.0 |
2016 | 2023-10-19T23:51:03.908Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2017 | 2023-10-19T23:51:15.754Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2018 | 2023-10-19T23:52:04.718Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2019 | 2023-10-19T23:52:16.225Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2020 | 2023-10-19T23:54:13.704Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2021 | 2023-10-19T23:56:03.762Z | Compiling git2 v0.17.2 |
2022 | 2023-10-19T23:56:10.399Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2023 | 2023-10-19T23:56:12.180Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2024 | 2023-10-19T23:56:26.912Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2025 | 2023-10-19T23:56:40.057Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2026 | 2023-10-19T23:56:41.199Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2027 | 2023-10-19T23:56:41.997Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2028 | 2023-10-19T23:56:44.243Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2029 | 2023-10-20T00:05:35.138Z | Finished release [optimized] target(s) in 21m 26s |
2030 | 2023-10-20T00:06:52.023Z | |
2031 | 2023-10-20T00:06:52.027Z | real 22:44.790576178 |
2032 | 2023-10-20T00:06:52.030Z | user 2:37:27.215299600 |
2033 | 2023-10-20T00:06:52.037Z | sys 6:54.828042449 |
2034 | 2023-10-20T00:06:52.041Z | trap 4.977900292 |
2035 | 2023-10-20T00:06:52.044Z | tflt 1.497878091 |
2036 | 2023-10-20T00:06:52.047Z | dflt 3.823632078 |
2037 | 2023-10-20T00:06:52.050Z | kflt 0.021990308 |
2038 | 2023-10-20T00:06:52.053Z | lock 8:55:17.454078252 |
2039 | 2023-10-20T00:06:52.060Z | slp 6:24:05.153390626 |
2040 | 2023-10-20T00:06:52.064Z | lat 2:54.378342541 |
2041 | 2023-10-20T00:06:52.069Z | stop 58.529763785 |
2042 | 2023-10-20T00:06:52.073Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2043 | 2023-10-20T00:06:52.093Z | + pfexec mkdir -p /work |
2044 | 2023-10-20T00:06:52.099Z | + pfexec chown build /work |
2045 | 2023-10-20T00:06:52.123Z | + ptime -m tar cvzf /work/package.tar.gz out/maghemite.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2046 | 2023-10-20T00:07:06.304Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2047 | 2023-10-20T00:07:06.355Z | a out/maghemite.tar 73201K |
2048 | 2023-10-20T00:07:06.367Z | a out/omicron-sled-agent.tar 111396K |
2049 | 2023-10-20T00:07:06.375Z | a out/target/test 1K |
2050 | 2023-10-20T00:07:06.383Z | a out/npuzone/npuzone 36504K |
2051 | 2023-10-20T00:07:06.388Z | a package-manifest.toml 21K |
2052 | 2023-10-20T00:07:06.393Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2053 | 2023-10-20T00:07:06.397Z | a target/release/omicron-package 37189K |
2054 | 2023-10-20T00:07:06.402Z | a tools/create_virtual_hardware.sh 3K |
2055 | 2023-10-20T00:07:06.407Z | a tools/virtual_hardware.sh 4K |
2056 | 2023-10-20T00:07:06.410Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2057 | 2023-10-20T00:07:06.415Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2058 | 2023-10-20T00:07:06.419Z | a tools/scrimlet/softnpu-init.sh 3K |
2059 | 2023-10-20T00:07:06.424Z | a tools/scrimlet/softnpu-zone.txt 1K |
2060 | 2023-10-20T00:07:06.428Z | a tools/scrimlet/softnpu.toml 1K |
2061 | 2023-10-20T00:07:06.432Z | |
2062 | 2023-10-20T00:07:06.438Z | real 13.793540351 |
2063 | 2023-10-20T00:07:06.442Z | user 13.193365141 |
2064 | 2023-10-20T00:07:06.448Z | sys 1.071264906 |
2065 | 2023-10-20T00:07:06.454Z | trap 0.002858182 |
2066 | 2023-10-20T00:07:06.459Z | tflt 0.000000000 |
2067 | 2023-10-20T00:07:06.464Z | dflt 0.000000000 |
2068 | 2023-10-20T00:07:06.471Z | kflt 0.000000000 |
2069 | 2023-10-20T00:07:06.476Z | lock 0.000000000 |
2070 | 2023-10-20T00:07:06.481Z | slp 12.893496129 |
2071 | 2023-10-20T00:07:06.489Z | lat 0.422539070 |
2072 | 2023-10-20T00:07:06.493Z | stop 0.000233698 |
2073 | 2023-10-20T00:07:06.499Z | ++ pwd |
2074 | 2023-10-20T00:07:06.503Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2075 | 2023-10-20T00:07:06.509Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2076 | 2023-10-20T00:07:06.513Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2077 | 2023-10-20T00:07:07.015Z | Finished release [optimized] target(s) in 1.09s |
2078 | 2023-10-20T00:07:07.042Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2079 | 2023-10-20T00:07:07.088Z | Created new build target 'host' and set it as active |
2080 | 2023-10-20T00:07:07.109Z | |
2081 | 2023-10-20T00:07:07.131Z | real 1.249486152 |
2082 | 2023-10-20T00:07:07.159Z | user 0.880856436 |
2083 | 2023-10-20T00:07:07.180Z | sys 0.369249734 |
2084 | 2023-10-20T00:07:07.207Z | trap 0.000117205 |
2085 | 2023-10-20T00:07:07.231Z | tflt 0.000003728 |
2086 | 2023-10-20T00:07:07.250Z | dflt 0.000002380 |
2087 | 2023-10-20T00:07:07.258Z | kflt 0.000000000 |
2088 | 2023-10-20T00:07:07.342Z | lock 0.032143204 |
2089 | 2023-10-20T00:07:07.449Z | slp 0.019168567 |
2090 | 2023-10-20T00:07:07.478Z | lat 0.002664218 |
2091 | 2023-10-20T00:07:07.482Z | stop 0.000220058 |
2092 | 2023-10-20T00:07:07.500Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2093 | 2023-10-20T00:07:08.215Z | Finished release [optimized] target(s) in 1.04s |
2094 | 2023-10-20T00:07:08.244Z | Running `target/release/omicron-package -t host package` |
2095 | 2023-10-20T00:07:08.289Z | Oct 20 00:07:08.291 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2096 | 2023-10-20T00:07:09.436Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2097 | 2023-10-20T00:10:37.469Z | Finished release [optimized] target(s) in 3m 29s |
2098 | 2023-10-20T00:11:59.338Z | |
2099 | 2023-10-20T00:11:59.341Z | real 4:52.250144758 |
2100 | 2023-10-20T00:11:59.344Z | user 20:32.711558841 |
2101 | 2023-10-20T00:11:59.347Z | sys 1:03.897014668 |
2102 | 2023-10-20T00:11:59.350Z | trap 0.524584630 |
2103 | 2023-10-20T00:11:59.353Z | tflt 0.029979279 |
2104 | 2023-10-20T00:11:59.356Z | dflt 1.443922614 |
2105 | 2023-10-20T00:11:59.358Z | kflt 0.070950118 |
2106 | 2023-10-20T00:11:59.361Z | lock 1:09:09.670936637 |
2107 | 2023-10-20T00:11:59.364Z | slp 17:11.538506248 |
2108 | 2023-10-20T00:11:59.367Z | lat 8.971690855 |
2109 | 2023-10-20T00:11:59.369Z | stop 0.720706871 |
2110 | 2023-10-20T00:11:59.372Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2111 | 2023-10-20T00:11:59.375Z | + for package in "$@" |
2112 | 2023-10-20T00:11:59.378Z | + [[ omicron-sled-agent == maghemite ]] |
2113 | 2023-10-20T00:11:59.380Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git1d2b4793d9c |
2114 | 2023-10-20T00:12:00.484Z | Finished release [optimized] target(s) in 1.06s |
2115 | 2023-10-20T00:12:00.512Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git1d2b4793d9c` |
2116 | 2023-10-20T00:12:00.556Z | Oct 20 00:12:00.559 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2117 | 2023-10-20T00:12:01.099Z | Created: out/versioned/omicron-sled-agent.tar |
2118 | 2023-10-20T00:12:01.102Z | + for package in "$@" |
2119 | 2023-10-20T00:12:01.107Z | + [[ maghemite == maghemite ]] |
2120 | 2023-10-20T00:12:01.110Z | + echo 0.0.0 |
2121 | 2023-10-20T00:12:01.113Z | + tar rvf out/maghemite.tar VERSION |
2122 | 2023-10-20T00:12:01.116Z | a VERSION 1K |
2123 | 2023-10-20T00:12:01.120Z | + rm VERSION |
2124 | 2023-10-20T00:12:01.124Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git1d2b4793d9c |
2125 | 2023-10-20T00:12:02.292Z | Finished release [optimized] target(s) in 1.09s |
2126 | 2023-10-20T00:12:02.322Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git1d2b4793d9c` |
2127 | 2023-10-20T00:12:02.368Z | Oct 20 00:12:02.369 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2128 | 2023-10-20T00:12:02.696Z | Created: out/versioned/maghemite.tar |
2129 | 2023-10-20T00:12:02.700Z | + for package in "$@" |
2130 | 2023-10-20T00:12:02.703Z | + [[ propolis-server == maghemite ]] |
2131 | 2023-10-20T00:12:02.706Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git1d2b4793d9c |
2132 | 2023-10-20T00:12:03.821Z | Finished release [optimized] target(s) in 1.03s |
2133 | 2023-10-20T00:12:03.851Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git1d2b4793d9c` |
2134 | 2023-10-20T00:12:03.913Z | Oct 20 00:12:03.895 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2135 | 2023-10-20T00:12:05.689Z | Created: out/versioned/propolis-server.tar.gz |
2136 | 2023-10-20T00:12:05.693Z | + for package in "$@" |
2137 | 2023-10-20T00:12:05.695Z | + [[ overlay == maghemite ]] |
2138 | 2023-10-20T00:12:05.698Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git1d2b4793d9c |
2139 | 2023-10-20T00:12:06.867Z | Finished release [optimized] target(s) in 1.09s |
2140 | 2023-10-20T00:12:06.947Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git1d2b4793d9c` |
2141 | 2023-10-20T00:12:06.951Z | Oct 20 00:12:06.943 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2142 | 2023-10-20T00:12:06.954Z | Created: out/versioned/overlay.tar.gz |
2143 | 2023-10-20T00:12:06.957Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2144 | 2023-10-20T00:12:06.962Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2145 | 2023-10-20T00:12:06.965Z | ++ cd -- ./tools |
2146 | 2023-10-20T00:12:06.969Z | ++ pwd |
2147 | 2023-10-20T00:12:06.972Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2148 | 2023-10-20T00:12:06.975Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2149 | 2023-10-20T00:12:06.978Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2150 | 2023-10-20T00:12:06.981Z | ++ readlink -f /work |
2151 | 2023-10-20T00:12:06.985Z | + out_dir=/work |
2152 | 2023-10-20T00:12:06.988Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/maghemite.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2153 | 2023-10-20T00:12:06.991Z | + for dep in "${deps[@]}" |
2154 | 2023-10-20T00:12:06.994Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2155 | 2023-10-20T00:12:06.997Z | + for dep in "${deps[@]}" |
2156 | 2023-10-20T00:12:07.003Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2157 | 2023-10-20T00:12:07.006Z | + for dep in "${deps[@]}" |
2158 | 2023-10-20T00:12:07.009Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2159 | 2023-10-20T00:12:07.012Z | + for dep in "${deps[@]}" |
2160 | 2023-10-20T00:12:07.015Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2161 | 2023-10-20T00:12:07.018Z | ++ mktemp -d |
2162 | 2023-10-20T00:12:07.021Z | + tmp_gz=/tmp/tmp.9.aapi |
2163 | 2023-10-20T00:12:07.025Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2164 | 2023-10-20T00:12:07.028Z | + echo '{"v":"1","t":"layer"}' |
2165 | 2023-10-20T00:12:07.031Z | + pkg_dir=/tmp/tmp.9.aapi/root/opt/oxide/sled-agent |
2166 | 2023-10-20T00:12:07.035Z | + mkdir -p /tmp/tmp.9.aapi/root/opt/oxide/sled-agent |
2167 | 2023-10-20T00:12:07.038Z | + cd /tmp/tmp.9.aapi/root/opt/oxide/sled-agent |
2168 | 2023-10-20T00:12:07.041Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2169 | 2023-10-20T00:12:07.095Z | x ., 0 bytes, 0 tape blocks |
2170 | 2023-10-20T00:12:07.099Z | x zone-bundle, 34374592 bytes, 67138 tape blocks |
2171 | 2023-10-20T00:12:07.102Z | x sled-agent, 79390576 bytes, 155060 tape blocks |
2172 | 2023-10-20T00:12:07.106Z | x pkg, 0 bytes, 0 tape blocks |
2173 | 2023-10-20T00:12:07.109Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2174 | 2023-10-20T00:12:07.112Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2175 | 2023-10-20T00:12:07.116Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2176 | 2023-10-20T00:12:07.119Z | x VERSION, 25 bytes, 1 tape blocks |
2177 | 2023-10-20T00:12:07.122Z | + mkdir -p /tmp/tmp.9.aapi/root/lib/svc/manifest/site/ |
2178 | 2023-10-20T00:12:07.125Z | + mv pkg/manifest.xml /tmp/tmp.9.aapi/root/lib/svc/manifest/site/sled-agent.xml |
2179 | 2023-10-20T00:12:07.129Z | + cd - |
2180 | 2023-10-20T00:12:07.133Z | /work/oxidecomputer/omicron |
2181 | 2023-10-20T00:12:07.136Z | + pkg_dir=/tmp/tmp.9.aapi/root/opt/oxide/mg-ddm |
2182 | 2023-10-20T00:12:07.139Z | + mkdir -p /tmp/tmp.9.aapi/root/opt/oxide/mg-ddm |
2183 | 2023-10-20T00:12:07.142Z | + cd /tmp/tmp.9.aapi/root/opt/oxide/mg-ddm |
2184 | 2023-10-20T00:12:07.145Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2185 | 2023-10-20T00:12:07.189Z | x ., 0 bytes, 0 tape blocks |
2186 | 2023-10-20T00:12:07.195Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2187 | 2023-10-20T00:12:07.198Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2188 | 2023-10-20T00:12:07.201Z | x pkg, 0 bytes, 0 tape blocks |
2189 | 2023-10-20T00:12:07.205Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2190 | 2023-10-20T00:12:07.228Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2191 | 2023-10-20T00:12:07.237Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2192 | 2023-10-20T00:12:07.241Z | x VERSION, 25 bytes, 1 tape blocks |
2193 | 2023-10-20T00:12:07.245Z | + cd - |
2194 | 2023-10-20T00:12:07.248Z | /work/oxidecomputer/omicron |
2195 | 2023-10-20T00:12:07.269Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.9.aapi/root/opt/oxide |
2196 | 2023-10-20T00:12:07.333Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.9.aapi/root/opt/oxide |
2197 | 2023-10-20T00:12:07.341Z | + cd /tmp/tmp.9.aapi |
2198 | 2023-10-20T00:12:07.345Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2199 | 2023-10-20T00:12:19.597Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2200 | 2023-10-20T00:12:19.601Z | a oxide.json 1K |
2201 | 2023-10-20T00:12:19.605Z | a root/ 0K |
2202 | 2023-10-20T00:12:19.607Z | a root/opt/ 0K |
2203 | 2023-10-20T00:12:19.610Z | a root/opt/oxide/ 0K |
2204 | 2023-10-20T00:12:19.613Z | a root/opt/oxide/sled-agent/ 0K |
2205 | 2023-10-20T00:12:19.617Z | a root/opt/oxide/sled-agent/zone-bundle 33569K |
2206 | 2023-10-20T00:12:19.620Z | a root/opt/oxide/sled-agent/sled-agent 77530K |
2207 | 2023-10-20T00:12:19.623Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2208 | 2023-10-20T00:12:19.626Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2209 | 2023-10-20T00:12:19.629Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2210 | 2023-10-20T00:12:19.634Z | a root/opt/oxide/sled-agent/VERSION 1K |
2211 | 2023-10-20T00:12:19.638Z | a root/opt/oxide/mg-ddm/ 0K |
2212 | 2023-10-20T00:12:19.640Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2213 | 2023-10-20T00:12:19.644Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2214 | 2023-10-20T00:12:19.648Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2215 | 2023-10-20T00:12:19.650Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2216 | 2023-10-20T00:12:19.653Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2217 | 2023-10-20T00:12:19.656Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2218 | 2023-10-20T00:12:19.659Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2219 | 2023-10-20T00:12:19.662Z | a root/opt/oxide/propolis-server.tar.gz 64739K |
2220 | 2023-10-20T00:12:19.665Z | a root/opt/oxide/overlay.tar.gz 2K |
2221 | 2023-10-20T00:12:19.667Z | a root/lib/ 0K |
2222 | 2023-10-20T00:12:19.670Z | a root/lib/svc/ 0K |
2223 | 2023-10-20T00:12:19.674Z | a root/lib/svc/manifest/ 0K |
2224 | 2023-10-20T00:12:19.679Z | a root/lib/svc/manifest/site/ 0K |
2225 | 2023-10-20T00:12:19.681Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2226 | 2023-10-20T00:12:19.684Z | + cd / |
2227 | 2023-10-20T00:12:19.687Z | + rm -rf /tmp/tmp.9.aapi |
2228 | 2023-10-20T00:12:19.690Z | |
2229 | 2023-10-20T00:12:19.693Z | real 12.702835276 |
2230 | 2023-10-20T00:12:19.697Z | user 11.753512712 |
2231 | 2023-10-20T00:12:19.701Z | sys 1.016976015 |
2232 | 2023-10-20T00:12:19.710Z | trap 0.002152136 |
2233 | 2023-10-20T00:12:19.714Z | tflt 0.000000000 |
2234 | 2023-10-20T00:12:19.721Z | dflt 0.000000000 |
2235 | 2023-10-20T00:12:19.730Z | kflt 0.000000000 |
2236 | 2023-10-20T00:12:19.736Z | lock 0.000000000 |
2237 | 2023-10-20T00:12:19.744Z | slp 24.498516169 |
2238 | 2023-10-20T00:12:19.750Z | lat 0.394602029 |
2239 | 2023-10-20T00:12:19.757Z | stop 0.000301162 |
2240 | 2023-10-20T00:12:19.762Z | + mkdir -p /work/zones |
2241 | 2023-10-20T00:12:19.768Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2242 | 2023-10-20T00:12:19.774Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2243 | 2023-10-20T00:12:23.153Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2244 | 2023-10-20T00:12:24.372Z | Finished release [optimized] target(s) in 1.13s |
2245 | 2023-10-20T00:12:24.402Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2246 | 2023-10-20T00:12:24.443Z | Created new build target 'recovery' and set it as active |
2247 | 2023-10-20T00:12:24.446Z | |
2248 | 2023-10-20T00:12:24.449Z | real 1.288012927 |
2249 | 2023-10-20T00:12:24.453Z | user 0.902727889 |
2250 | 2023-10-20T00:12:24.455Z | sys 0.383240689 |
2251 | 2023-10-20T00:12:24.458Z | trap 0.000995087 |
2252 | 2023-10-20T00:12:24.461Z | tflt 0.000001807 |
2253 | 2023-10-20T00:12:24.464Z | dflt 0.000007428 |
2254 | 2023-10-20T00:12:24.467Z | kflt 0.000000000 |
2255 | 2023-10-20T00:12:24.470Z | lock 0.035254189 |
2256 | 2023-10-20T00:12:24.473Z | slp 0.019825986 |
2257 | 2023-10-20T00:12:24.476Z | lat 0.003679501 |
2258 | 2023-10-20T00:12:24.479Z | stop 0.000236137 |
2259 | 2023-10-20T00:12:24.482Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2260 | 2023-10-20T00:12:25.681Z | Finished release [optimized] target(s) in 1.11s |
2261 | 2023-10-20T00:12:25.684Z | Running `target/release/omicron-package -t recovery package` |
2262 | 2023-10-20T00:12:25.725Z | Oct 20 00:12:25.727 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2263 | 2023-10-20T00:12:26.714Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2264 | 2023-10-20T00:12:30.400Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2265 | 2023-10-20T00:13:03.277Z | Finished release [optimized] target(s) in 37.47s |
2266 | 2023-10-20T00:13:21.656Z | |
2267 | 2023-10-20T00:13:21.659Z | real 57.201910907 |
2268 | 2023-10-20T00:13:21.662Z | user 2:32.762488097 |
2269 | 2023-10-20T00:13:21.665Z | sys 13.372498934 |
2270 | 2023-10-20T00:13:21.668Z | trap 0.072337211 |
2271 | 2023-10-20T00:13:21.671Z | tflt 0.033925029 |
2272 | 2023-10-20T00:13:21.675Z | dflt 0.966295077 |
2273 | 2023-10-20T00:13:21.678Z | kflt 0.026149606 |
2274 | 2023-10-20T00:13:21.680Z | lock 12:57.473284358 |
2275 | 2023-10-20T00:13:21.683Z | slp 2:38.418724564 |
2276 | 2023-10-20T00:13:21.685Z | lat 1.836850139 |
2277 | 2023-10-20T00:13:21.688Z | stop 0.202135916 |
2278 | 2023-10-20T00:13:21.691Z | + stamp_packages installinator maghemite |
2279 | 2023-10-20T00:13:21.695Z | + for package in "$@" |
2280 | 2023-10-20T00:13:21.698Z | + [[ installinator == maghemite ]] |
2281 | 2023-10-20T00:13:21.701Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git1d2b4793d9c |
2282 | 2023-10-20T00:13:22.777Z | Finished release [optimized] target(s) in 1.03s |
2283 | 2023-10-20T00:13:22.804Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git1d2b4793d9c` |
2284 | 2023-10-20T00:13:22.843Z | Oct 20 00:13:22.842 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2285 | 2023-10-20T00:13:22.963Z | Created: out/versioned/installinator.tar |
2286 | 2023-10-20T00:13:22.971Z | + for package in "$@" |
2287 | 2023-10-20T00:13:22.982Z | + [[ maghemite == maghemite ]] |
2288 | 2023-10-20T00:13:23.000Z | + echo 0.0.0 |
2289 | 2023-10-20T00:13:23.016Z | + tar rvf out/maghemite.tar VERSION |
2290 | 2023-10-20T00:13:23.028Z | a VERSION 1K |
2291 | 2023-10-20T00:13:23.032Z | + rm VERSION |
2292 | 2023-10-20T00:13:23.039Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git1d2b4793d9c |
2293 | 2023-10-20T00:13:24.360Z | Finished release [optimized] target(s) in 1.03s |
2294 | 2023-10-20T00:13:24.775Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git1d2b4793d9c` |
2295 | 2023-10-20T00:13:24.778Z | Oct 20 00:13:24.159 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2296 | 2023-10-20T00:13:24.784Z | Created: out/versioned/maghemite.tar |
2297 | 2023-10-20T00:13:24.786Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2298 | 2023-10-20T00:13:24.790Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2299 | 2023-10-20T00:13:24.793Z | ++ cd -- ./tools |
2300 | 2023-10-20T00:13:24.795Z | ++ pwd |
2301 | 2023-10-20T00:13:24.798Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2302 | 2023-10-20T00:13:24.801Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2303 | 2023-10-20T00:13:24.804Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2304 | 2023-10-20T00:13:24.807Z | ++ readlink -f /work |
2305 | 2023-10-20T00:13:24.809Z | + out_dir=/work |
2306 | 2023-10-20T00:13:24.812Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar) |
2307 | 2023-10-20T00:13:24.815Z | + for dep in "${deps[@]}" |
2308 | 2023-10-20T00:13:24.817Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2309 | 2023-10-20T00:13:24.820Z | + for dep in "${deps[@]}" |
2310 | 2023-10-20T00:13:24.823Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2311 | 2023-10-20T00:13:24.827Z | ++ mktemp -d |
2312 | 2023-10-20T00:13:24.830Z | + tmp_trampoline=/tmp/tmp.b5ayti |
2313 | 2023-10-20T00:13:24.833Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2314 | 2023-10-20T00:13:24.835Z | + echo '{"v":"1","t":"layer"}' |
2315 | 2023-10-20T00:13:24.838Z | + pkg_dir=/tmp/tmp.b5ayti/root/opt/oxide/installinator |
2316 | 2023-10-20T00:13:24.841Z | + mkdir -p /tmp/tmp.b5ayti/root/opt/oxide/installinator |
2317 | 2023-10-20T00:13:24.844Z | + cd /tmp/tmp.b5ayti/root/opt/oxide/installinator |
2318 | 2023-10-20T00:13:24.847Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2319 | 2023-10-20T00:13:24.863Z | x ., 0 bytes, 0 tape blocks |
2320 | 2023-10-20T00:13:24.866Z | x installinator, 48019776 bytes, 93789 tape blocks |
2321 | 2023-10-20T00:13:24.869Z | x pkg, 0 bytes, 0 tape blocks |
2322 | 2023-10-20T00:13:24.871Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2323 | 2023-10-20T00:13:24.874Z | x VERSION, 25 bytes, 1 tape blocks |
2324 | 2023-10-20T00:13:24.877Z | + mkdir -p /tmp/tmp.b5ayti/root/lib/svc/manifest/site/ |
2325 | 2023-10-20T00:13:24.880Z | + mv pkg/manifest.xml /tmp/tmp.b5ayti/root/lib/svc/manifest/site/installinator.xml |
2326 | 2023-10-20T00:13:24.883Z | + cd - |
2327 | 2023-10-20T00:13:24.886Z | /work/oxidecomputer/omicron |
2328 | 2023-10-20T00:13:24.889Z | + pkg_dir=/tmp/tmp.b5ayti/root/opt/oxide/mg-ddm |
2329 | 2023-10-20T00:13:24.892Z | + mkdir -p /tmp/tmp.b5ayti/root/opt/oxide/mg-ddm |
2330 | 2023-10-20T00:13:24.895Z | + cd /tmp/tmp.b5ayti/root/opt/oxide/mg-ddm |
2331 | 2023-10-20T00:13:24.898Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2332 | 2023-10-20T00:13:24.901Z | x ., 0 bytes, 0 tape blocks |
2333 | 2023-10-20T00:13:24.904Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2334 | 2023-10-20T00:13:24.906Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2335 | 2023-10-20T00:13:24.909Z | x pkg, 0 bytes, 0 tape blocks |
2336 | 2023-10-20T00:13:24.912Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2337 | 2023-10-20T00:13:24.919Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2338 | 2023-10-20T00:13:24.922Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2339 | 2023-10-20T00:13:24.928Z | x VERSION, 25 bytes, 1 tape blocks |
2340 | 2023-10-20T00:13:24.935Z | + cd - |
2341 | 2023-10-20T00:13:24.941Z | /work/oxidecomputer/omicron |
2342 | 2023-10-20T00:13:24.945Z | + cd /tmp/tmp.b5ayti |
2343 | 2023-10-20T00:13:24.947Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2344 | 2023-10-20T00:13:30.923Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2345 | 2023-10-20T00:13:30.926Z | a oxide.json 1K |
2346 | 2023-10-20T00:13:30.929Z | a root/ 0K |
2347 | 2023-10-20T00:13:30.933Z | a root/opt/ 0K |
2348 | 2023-10-20T00:13:30.936Z | a root/opt/oxide/ 0K |
2349 | 2023-10-20T00:13:30.939Z | a root/opt/oxide/installinator/ 0K |
2350 | 2023-10-20T00:13:30.942Z | a root/opt/oxide/installinator/installinator 46895K |
2351 | 2023-10-20T00:13:30.946Z | a root/opt/oxide/installinator/pkg/ 0K |
2352 | 2023-10-20T00:13:30.948Z | a root/opt/oxide/installinator/VERSION 1K |
2353 | 2023-10-20T00:13:30.952Z | a root/opt/oxide/mg-ddm/ 0K |
2354 | 2023-10-20T00:13:30.955Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2355 | 2023-10-20T00:13:30.958Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2356 | 2023-10-20T00:13:30.961Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2357 | 2023-10-20T00:13:30.964Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2358 | 2023-10-20T00:13:30.967Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2359 | 2023-10-20T00:13:30.970Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2360 | 2023-10-20T00:13:30.973Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2361 | 2023-10-20T00:13:30.976Z | a root/lib/ 0K |
2362 | 2023-10-20T00:13:30.978Z | a root/lib/svc/ 0K |
2363 | 2023-10-20T00:13:30.983Z | a root/lib/svc/manifest/ 0K |
2364 | 2023-10-20T00:13:30.993Z | a root/lib/svc/manifest/site/ 0K |
2365 | 2023-10-20T00:13:30.997Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2366 | 2023-10-20T00:13:31.000Z | + cd / |
2367 | 2023-10-20T00:13:31.004Z | + rm -rf /tmp/tmp.b5ayti |
2368 | 2023-10-20T00:13:31.015Z | |
2369 | 2023-10-20T00:13:31.019Z | real 6.557544789 |
2370 | 2023-10-20T00:13:31.023Z | user 6.145006339 |
2371 | 2023-10-20T00:13:31.030Z | sys 0.440479302 |
2372 | 2023-10-20T00:13:31.034Z | trap 0.002647940 |
2373 | 2023-10-20T00:13:31.039Z | tflt 0.000000000 |
2374 | 2023-10-20T00:13:31.046Z | dflt 0.000000000 |
2375 | 2023-10-20T00:13:31.051Z | kflt 0.000000000 |
2376 | 2023-10-20T00:13:31.056Z | lock 0.000000000 |
2377 | 2023-10-20T00:13:31.061Z | slp 12.686579880 |
2378 | 2023-10-20T00:13:31.068Z | lat 0.194247389 |
2379 | 2023-10-20T00:13:31.073Z | stop 0.000314934 |
2380 | 2023-10-20T00:13:31.079Z | process exited: duration 2371287 ms, exit code 0 |
|
2381 | 2023-10-20T00:13:31.101Z | found 21 output files |
2382 | 2023-10-20T00:13:31.104Z | uploading: /work/version.txt (26 bytes) |
2383 | 2023-10-20T00:13:32.111Z | uploaded: /work/version.txt |
2384 | 2023-10-20T00:13:32.128Z | uploading: /work/package.tar.gz (83282093 bytes) |
2385 | 2023-10-20T00:14:07.667Z | uploaded: /work/package.tar.gz |
2386 | 2023-10-20T00:14:07.678Z | uploading: /work/global-zone-packages.tar.gz (125564634 bytes) |
2387 | 2023-10-20T00:14:51.407Z | uploaded: /work/global-zone-packages.tar.gz |
2388 | 2023-10-20T00:14:51.443Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38627569 bytes) |
2389 | 2023-10-20T00:15:07.027Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2390 | 2023-10-20T00:15:07.040Z | uploading: /work/zones/clickhouse.tar.gz (180702112 bytes) |
2391 | 2023-10-20T00:16:09.903Z | uploaded: /work/zones/clickhouse.tar.gz |
2392 | 2023-10-20T00:16:10.315Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180699702 bytes) |
2393 | 2023-10-20T00:17:08.502Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2394 | 2023-10-20T00:17:08.527Z | uploading: /work/zones/cockroachdb.tar.gz (117767761 bytes) |
2395 | 2023-10-20T00:17:54.686Z | uploaded: /work/zones/cockroachdb.tar.gz |
2396 | 2023-10-20T00:17:54.700Z | uploading: /work/zones/crucible-pantry.tar.gz (22649243 bytes) |
2397 | 2023-10-20T00:18:03.028Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2398 | 2023-10-20T00:18:03.040Z | uploading: /work/zones/crucible.tar.gz (42565224 bytes) |
2399 | 2023-10-20T00:18:13.331Z | uploaded: /work/zones/crucible.tar.gz |
2400 | 2023-10-20T00:18:13.343Z | uploading: /work/zones/external-dns.tar.gz (22024342 bytes) |
2401 | 2023-10-20T00:18:20.859Z | uploaded: /work/zones/external-dns.tar.gz |
2402 | 2023-10-20T00:18:20.870Z | uploading: /work/zones/internal-dns.tar.gz (22024339 bytes) |
2403 | 2023-10-20T00:18:28.121Z | uploaded: /work/zones/internal-dns.tar.gz |
2404 | 2023-10-20T00:18:28.124Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2405 | 2023-10-20T00:18:29.130Z | uploaded: /work/zones/ntp.tar.gz |
2406 | 2023-10-20T00:18:29.141Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16734151 bytes) |
2407 | 2023-10-20T00:18:35.298Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2408 | 2023-10-20T00:18:35.308Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16730339 bytes) |
2409 | 2023-10-20T00:18:41.299Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2410 | 2023-10-20T00:18:41.310Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (68246259 bytes) |
2411 | 2023-10-20T00:19:01.689Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2412 | 2023-10-20T00:19:01.701Z | uploading: /work/zones/omicron-nexus.tar.gz (68249556 bytes) |
2413 | 2023-10-20T00:19:25.879Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2414 | 2023-10-20T00:19:25.883Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2415 | 2023-10-20T00:19:26.939Z | uploaded: /work/zones/overlay.tar.gz |
2416 | 2023-10-20T00:19:26.951Z | uploading: /work/zones/oximeter-collector.tar.gz (18049043 bytes) |
2417 | 2023-10-20T00:19:31.868Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2418 | 2023-10-20T00:19:31.879Z | uploading: /work/zones/propolis-server.tar.gz (66291830 bytes) |
2419 | 2023-10-20T00:19:51.402Z | uploaded: /work/zones/propolis-server.tar.gz |
2420 | 2023-10-20T00:19:51.438Z | uploading: /work/zones/switch-asic.tar.gz (220595965 bytes) |
2421 | 2023-10-20T00:21:09.615Z | uploaded: /work/zones/switch-asic.tar.gz |
2422 | 2023-10-20T00:21:09.639Z | uploading: /work/zones/switch-softnpu.tar.gz (143094926 bytes) |
2423 | 2023-10-20T00:21:54.224Z | uploaded: /work/zones/switch-softnpu.tar.gz |