|
|
|
1 | 2023-11-04T19:49:43.684Z | job assigned to worker 01HEDY1EMGK0QBSKEN076WW97B (queued for 1 m 56 s) |
|
2 | 2023-11-04T19:49:44.446Z | starting task 0: "setup" |
3 | 2023-11-04T19:49:44.799Z | ++ uname -s |
4 | 2023-11-04T19:49:44.802Z | + kern=SunOS |
5 | 2023-11-04T19:49:44.805Z | + case "$kern" in |
6 | 2023-11-04T19:49:44.808Z | + groupadd -g 12345 build |
7 | 2023-11-04T19:49:44.811Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-04T19:49:46.816Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-04T19:49:46.979Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-04T19:49:46.982Z | + home_fs=zfs |
11 | 2023-11-04T19:49:46.986Z | + [[ zfs == autofs ]] |
12 | 2023-11-04T19:49:46.989Z | + mkdir -p /home/build |
13 | 2023-11-04T19:49:46.992Z | + chown build:build /home/build /work |
14 | 2023-11-04T19:49:48.990Z | + chmod 0700 /home/build /work |
15 | 2023-11-04T19:49:48.996Z | process exited: duration 4542 ms, exit code 0 |
|
16 | 2023-11-04T19:49:49.011Z | starting task 1: "rust-toolchain" |
17 | 2023-11-04T19:49:49.025Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-04T19:49:49.032Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-04T19:49:49.202Z | info: downloading installer |
20 | 2023-11-04T19:49:52.243Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-04T19:49:52.246Z | warning: /opt/ooce/bin |
22 | 2023-11-04T19:49:52.249Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-04T19:49:52.251Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-04T19:49:52.254Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-04T19:49:52.257Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-04T19:49:52.260Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-04T19:49:52.264Z | error: cannot install while Rust is installed |
28 | 2023-11-04T19:49:52.267Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-04T19:49:52.793Z | info: profile set to 'default' |
30 | 2023-11-04T19:49:52.796Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-04T19:49:52.799Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-04T19:49:52.962Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-04T19:49:52.966Z | info: downloading component 'cargo' |
34 | 2023-11-04T19:49:53.630Z | info: downloading component 'clippy' |
35 | 2023-11-04T19:49:53.862Z | info: downloading component 'rust-docs' |
36 | 2023-11-04T19:49:54.703Z | info: downloading component 'rust-std' |
37 | 2023-11-04T19:49:56.186Z | info: downloading component 'rustc' |
38 | 2023-11-04T19:49:59.822Z | info: downloading component 'rustfmt' |
39 | 2023-11-04T19:50:00.095Z | info: installing component 'cargo' |
40 | 2023-11-04T19:50:02.069Z | info: installing component 'clippy' |
41 | 2023-11-04T19:50:02.956Z | info: installing component 'rust-docs' |
42 | 2023-11-04T19:50:05.812Z | info: installing component 'rust-std' |
43 | 2023-11-04T19:50:09.435Z | info: installing component 'rustc' |
44 | 2023-11-04T19:50:18.648Z | info: installing component 'rustfmt' |
45 | 2023-11-04T19:50:19.102Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-04T19:50:19.105Z | |
47 | 2023-11-04T19:50:19.287Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-04T19:50:19.292Z | |
49 | 2023-11-04T19:50:19.296Z | |
50 | 2023-11-04T19:50:19.301Z | Rust is installed now. Great! |
51 | 2023-11-04T19:50:19.306Z | |
52 | 2023-11-04T19:50:19.312Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-04T19:50:19.316Z | environment variable. This has not been done automatically. |
54 | 2023-11-04T19:50:19.321Z | |
55 | 2023-11-04T19:50:19.326Z | To configure your current shell, run: |
56 | 2023-11-04T19:50:19.331Z | source "$HOME/.cargo/env" |
57 | 2023-11-04T19:50:19.365Z | + rustc --version |
58 | 2023-11-04T19:50:19.482Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-04T19:50:19.495Z | process exited: duration 30468 ms, exit code 0 |
|
60 | 2023-11-04T19:50:19.921Z | starting task 2: "authentication" |
61 | 2023-11-04T19:50:20.374Z | process exited: duration 447 ms, exit code 0 |
|
62 | 2023-11-04T19:50:20.387Z | starting task 3: "clone repository" |
63 | 2023-11-04T19:50:20.401Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-04T19:50:20.408Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-04T19:50:20.450Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-04T19:50:26.494Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-04T19:50:26.497Z | + [[ -n '' ]] |
68 | 2023-11-04T19:50:26.499Z | + git fetch origin e335ba6f6faeb183d0a0d0d6f8084f36d0d29d72 |
69 | 2023-11-04T19:50:26.876Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-04T19:50:26.879Z | * branch e335ba6f6faeb183d0a0d0d6f8084f36d0d29d72 -> FETCH_HEAD |
71 | 2023-11-04T19:50:26.889Z | + git reset --hard e335ba6f6faeb183d0a0d0d6f8084f36d0d29d72 |
72 | 2023-11-04T19:50:26.968Z | HEAD is now at e335ba6f Bump web console (minor fixes) |
73 | 2023-11-04T19:50:26.971Z | process exited: duration 6578 ms, exit code 0 |
|
74 | 2023-11-04T19:50:26.977Z | starting task 4: "build" |
75 | 2023-11-04T19:50:26.988Z | + cargo --version |
76 | 2023-11-04T19:50:27.077Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
77 | 2023-11-04T19:50:27.081Z | + rustc --version |
78 | 2023-11-04T19:50:27.180Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
79 | 2023-11-04T19:50:27.185Z | ++ git rev-parse HEAD |
80 | 2023-11-04T19:50:27.189Z | + COMMIT=e335ba6f6faeb183d0a0d0d6f8084f36d0d29d72 |
81 | 2023-11-04T19:50:27.192Z | + VERSION=1.0.3-0.ci+gite335ba6f6fa |
82 | 2023-11-04T19:50:27.195Z | + echo 1.0.3-0.ci+gite335ba6f6fa |
83 | 2023-11-04T19:50:27.198Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
84 | 2023-11-04T19:50:35.192Z | Startup: Refreshing catalog 'helios-dev' ... Done |
85 | 2023-11-04T19:50:36.101Z | Startup: Caching catalogs ... Done |
86 | 2023-11-04T19:50:40.782Z | Planning: Solver setup ... Done (4.391s) |
87 | 2023-11-04T19:50:40.897Z | Planning: Running solver ... Done (0.116s) |
88 | 2023-11-04T19:50:40.947Z | Planning: Finding local manifests ... Done (0.003s) |
89 | 2023-11-04T19:50:40.967Z | Planning: Fetching manifests: 0/4 0% complete |
90 | 2023-11-04T19:50:41.199Z | Planning: Fetching manifests: 4/4 100% complete |
91 | 2023-11-04T19:50:41.282Z | Planning: Package planning ... Done (0.082s) |
92 | 2023-11-04T19:50:41.367Z | Planning: Merging actions ... Done (0.085s) |
93 | 2023-11-04T19:50:42.178Z | Planning: Checking for conflicting actions ... Done (0.811s) |
94 | 2023-11-04T19:50:42.210Z | Planning: Consolidating action changes ... Done (0.017s) |
95 | 2023-11-04T19:50:47.783Z | Planning: Evaluating mediators ... Done (5.587s) |
96 | 2023-11-04T19:50:47.798Z | Planning: Planning completed in 11.64 seconds |
97 | 2023-11-04T19:50:47.820Z | Packages to install: 4 |
98 | 2023-11-04T19:50:47.824Z | Mediators to change: 2 |
99 | 2023-11-04T19:50:47.827Z | Services to change: 1 |
100 | 2023-11-04T19:50:47.830Z | Estimated space available: 149.39 GB |
101 | 2023-11-04T19:50:47.832Z | Estimated space to be consumed: 1.37 GB |
102 | 2023-11-04T19:50:47.835Z | Create boot environment: No |
103 | 2023-11-04T19:50:47.838Z | Create backup boot environment: No |
104 | 2023-11-04T19:50:47.841Z | Rebuild boot archive: No |
105 | 2023-11-04T19:50:47.844Z | |
106 | 2023-11-04T19:50:47.847Z | Changed mediators: |
107 | 2023-11-04T19:50:47.850Z | mediator clang: |
108 | 2023-11-04T19:50:47.852Z | version: None -> 15 (system default) |
109 | 2023-11-04T19:50:47.855Z | |
110 | 2023-11-04T19:50:47.858Z | mediator llvm: |
111 | 2023-11-04T19:50:47.861Z | version: 14 (system default) -> 15 (system default) |
112 | 2023-11-04T19:50:47.864Z | |
113 | 2023-11-04T19:50:47.867Z | Changed packages: |
114 | 2023-11-04T19:50:47.870Z | helios-dev |
115 | 2023-11-04T19:50:47.873Z | developer/build-essential |
116 | 2023-11-04T19:50:47.876Z | None -> 11-2.0 |
117 | 2023-11-04T19:50:47.878Z | library/libxmlsec1 |
118 | 2023-11-04T19:50:47.881Z | None -> 1.2.35-2.0 |
119 | 2023-11-04T19:50:47.884Z | ooce/developer/clang-15 |
120 | 2023-11-04T19:50:47.887Z | None -> 15.0.7-2.0 |
121 | 2023-11-04T19:50:47.890Z | ooce/developer/llvm-15 |
122 | 2023-11-04T19:50:47.893Z | None -> 15.0.7-2.0 |
123 | 2023-11-04T19:50:47.895Z | |
124 | 2023-11-04T19:50:47.898Z | Services: |
125 | 2023-11-04T19:50:47.901Z | restart_fmri: |
126 | 2023-11-04T19:50:47.904Z | svc:/system/update-man-index:default |
127 | 2023-11-04T19:50:48.009Z | |
128 | 2023-11-04T19:50:48.012Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
129 | 2023-11-04T19:50:53.008Z | Download: 1197/3290 items 67.6/212.6MB 31% complete (13.5M/s) |
130 | 2023-11-04T19:50:58.011Z | Download: 2506/3290 items 120.0/212.6MB 56% complete (12.1M/s) |
131 | 2023-11-04T19:51:02.931Z | Download: Completed 212.60 MB in 14.92 seconds (14.2M/s) |
132 | 2023-11-04T19:51:03.184Z | Actions: 1/3687 actions (Installing new actions) |
133 | 2023-11-04T19:51:08.224Z | Actions: 2361/3687 actions (Installing new actions) |
134 | 2023-11-04T19:51:11.339Z | Actions: Completed 3687 actions in 8.16 seconds. |
135 | 2023-11-04T19:51:11.493Z | Done (0.146s) |
136 | 2023-11-04T19:51:11.496Z | Done (0.000s) |
137 | 2023-11-04T19:51:11.699Z | Done (0.205s) |
138 | 2023-11-04T19:51:18.962Z | Done (7.151s) |
139 | 2023-11-04T19:51:19.167Z | Done (0.109s) |
140 | 2023-11-04T19:51:19.170Z | Done (0.000s) |
141 | 2023-11-04T19:51:19.390Z | Done (0.000s) |
142 | 2023-11-04T19:51:20.070Z | Planning: Evaluating mediator changes ... Done |
143 | 2023-11-04T19:51:20.352Z | Planning: Checking for conflicting actions ... Done |
144 | 2023-11-04T19:51:20.355Z | Planning: Consolidating action changes ... Done |
145 | 2023-11-04T19:51:20.790Z | Planning: Evaluating mediators ... Done |
146 | 2023-11-04T19:51:20.793Z | Planning: Planning completed in 0.72 seconds |
147 | 2023-11-04T19:51:20.845Z | Mediators to change: 2 |
148 | 2023-11-04T19:51:20.848Z | Create boot environment: No |
149 | 2023-11-04T19:51:20.851Z | Create backup boot environment: No |
150 | 2023-11-04T19:51:20.933Z | Done |
151 | 2023-11-04T19:51:20.936Z | Done |
152 | 2023-11-04T19:51:21.074Z | Done |
153 | 2023-11-04T19:51:26.852Z | Done |
154 | 2023-11-04T19:51:26.970Z | Done |
155 | 2023-11-04T19:51:26.973Z | Done |
156 | 2023-11-04T19:51:27.071Z | Done |
157 | 2023-11-04T19:51:28.088Z | Planning: Evaluating mediator changes ... Done |
158 | 2023-11-04T19:51:28.091Z | Planning: Merging actions ... Done |
159 | 2023-11-04T19:51:28.419Z | Planning: Checking for conflicting actions ... Done |
160 | 2023-11-04T19:51:28.423Z | Planning: Consolidating action changes ... Done |
161 | 2023-11-04T19:51:28.856Z | Planning: Evaluating mediators ... Done |
162 | 2023-11-04T19:51:28.949Z | Planning: Planning completed in 1.30 seconds |
163 | 2023-11-04T19:51:29.005Z | Packages to change: 1 |
164 | 2023-11-04T19:51:29.008Z | Mediators to change: 1 |
165 | 2023-11-04T19:51:29.010Z | Services to change: 1 |
166 | 2023-11-04T19:51:29.013Z | Create boot environment: No |
167 | 2023-11-04T19:51:29.016Z | Create backup boot environment: Yes |
168 | 2023-11-04T19:51:31.090Z | Actions: 1/6 actions (Updating modified actions) |
169 | 2023-11-04T19:51:31.094Z | Actions: Completed 6 actions in 0.00 seconds. |
170 | 2023-11-04T19:51:31.097Z | Done |
171 | 2023-11-04T19:51:31.109Z | Done |
172 | 2023-11-04T19:51:31.140Z | Done |
173 | 2023-11-04T19:51:36.987Z | Done |
174 | 2023-11-04T19:51:37.107Z | Done |
175 | 2023-11-04T19:51:37.110Z | Done |
176 | 2023-11-04T19:51:37.303Z | Done |
177 | 2023-11-04T19:51:37.979Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
178 | 2023-11-04T19:51:37.984Z | clang system 15 system |
179 | 2023-11-04T19:51:37.993Z | csh system system illumos |
180 | 2023-11-04T19:51:38.005Z | ctags system system illumos |
181 | 2023-11-04T19:51:38.423Z | gcc vendor 12 vendor |
182 | 2023-11-04T19:51:38.426Z | gcc system 10 system |
183 | 2023-11-04T19:51:38.430Z | gcc system 7 system |
184 | 2023-11-04T19:51:38.440Z | go system 1.20 system |
185 | 2023-11-04T19:51:38.449Z | go system 1.19 system |
186 | 2023-11-04T19:51:38.454Z | llvm system 15 system |
187 | 2023-11-04T19:51:38.459Z | llvm system 14 system |
188 | 2023-11-04T19:51:38.463Z | mariadb system 10.6 system |
189 | 2023-11-04T19:51:38.465Z | mta vendor vendor dma |
190 | 2023-11-04T19:51:38.468Z | openjdk system 17 system |
191 | 2023-11-04T19:51:38.471Z | openjdk system 11 system |
192 | 2023-11-04T19:51:38.474Z | openjdk system 1.8 system |
193 | 2023-11-04T19:51:38.477Z | openssl vendor 3 vendor |
194 | 2023-11-04T19:51:38.480Z | perl system 5.36 system |
195 | 2023-11-04T19:51:38.483Z | postgresql system 15 system |
196 | 2023-11-04T19:51:38.487Z | postgresql system 13 system |
197 | 2023-11-04T19:51:38.489Z | python vendor 3 vendor |
198 | 2023-11-04T19:51:38.492Z | python system 2 system |
199 | 2023-11-04T19:51:38.495Z | python3 system 3.11 system |
200 | 2023-11-04T19:51:38.497Z | ruby system 3.0 system |
201 | 2023-11-04T19:51:38.500Z | words vendor vendor american-english |
202 | 2023-11-04T19:51:38.503Z | words system system australian-english |
203 | 2023-11-04T19:51:38.506Z | words system system british-english |
204 | 2023-11-04T19:51:38.509Z | words system system canadian-english |
205 | 2023-11-04T19:51:38.511Z | words system system french |
206 | 2023-11-04T19:51:38.514Z | words system system italian |
207 | 2023-11-04T19:51:38.517Z | words system system ngerman |
208 | 2023-11-04T19:51:38.520Z | words system system ogerman |
209 | 2023-11-04T19:51:38.523Z | words system system spanish |
210 | 2023-11-04T19:51:38.526Z | FMRI IFO |
211 | 2023-11-04T19:51:38.529Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
212 | 2023-11-04T19:51:38.531Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
213 | 2023-11-04T19:51:38.534Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
214 | 2023-11-04T19:51:38.537Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
215 | 2023-11-04T19:51:38.540Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
216 | 2023-11-04T19:51:38.543Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
217 | 2023-11-04T19:51:38.593Z | + set -o errexit |
218 | 2023-11-04T19:51:38.596Z | +++ dirname ./tools/ci_download_cockroachdb |
219 | 2023-11-04T19:51:38.599Z | ++ cd ./tools |
220 | 2023-11-04T19:51:38.611Z | ++ pwd |
221 | 2023-11-04T19:51:38.614Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
222 | 2023-11-04T19:51:38.617Z | ++ basename ./tools/ci_download_cockroachdb |
223 | 2023-11-04T19:51:38.620Z | + ARG0=ci_download_cockroachdb |
224 | 2023-11-04T19:51:38.623Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
225 | 2023-11-04T19:51:38.625Z | + CIDL_VERSION=v22.1.9 |
226 | 2023-11-04T19:51:38.628Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
227 | 2023-11-04T19:51:38.631Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
228 | 2023-11-04T19:51:38.634Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
229 | 2023-11-04T19:51:38.637Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
230 | 2023-11-04T19:51:38.640Z | + TARGET_DIR=out |
231 | 2023-11-04T19:51:38.642Z | + DOWNLOAD_DIR=out/downloads |
232 | 2023-11-04T19:51:38.645Z | + DEST_DIR=./out/cockroachdb |
233 | 2023-11-04T19:51:38.648Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
234 | 2023-11-04T19:51:38.651Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
235 | 2023-11-04T19:51:38.654Z | + main |
236 | 2023-11-04T19:51:38.657Z | + [[ 0 != 0 ]] |
237 | 2023-11-04T19:51:38.659Z | + CIDL_OS=solaris2.11 |
238 | 2023-11-04T19:51:38.662Z | + [[ 0 != 0 ]] |
239 | 2023-11-04T19:51:38.665Z | + configure_os solaris2.11 |
240 | 2023-11-04T19:51:38.668Z | + echo 'current directory: /work/oxidecomputer/omicron' |
241 | 2023-11-04T19:51:38.671Z | current directory: /work/oxidecomputer/omicron |
242 | 2023-11-04T19:51:38.674Z | + echo 'configuring based on OS: "solaris2.11"' |
243 | 2023-11-04T19:51:38.676Z | configuring based on OS: "solaris2.11" |
244 | 2023-11-04T19:51:38.679Z | + case "$1" in |
245 | 2023-11-04T19:51:38.682Z | + CIDL_BUILD=illumos |
246 | 2023-11-04T19:51:38.685Z | + CIDL_SUFFIX=tar.gz |
247 | 2023-11-04T19:51:38.711Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
248 | 2023-11-04T19:51:38.714Z | + CIDL_MD5FUNC=do_md5sum |
249 | 2023-11-04T19:51:38.717Z | + CIDL_URL_BASE=https://illumos.org/downloads |
250 | 2023-11-04T19:51:38.721Z | + CIDL_ASSEMBLE=do_assemble_illumos |
251 | 2023-11-04T19:51:38.723Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
252 | 2023-11-04T19:51:38.726Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
253 | 2023-11-04T19:51:38.729Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
254 | 2023-11-04T19:51:38.732Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
255 | 2023-11-04T19:51:38.734Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-11-04T19:51:38.737Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
257 | 2023-11-04T19:51:38.746Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-11-04T19:51:39.162Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
259 | 2023-11-04T19:51:39.169Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-11-04T19:51:39.174Z | + mkdir -p out/downloads |
261 | 2023-11-04T19:51:39.179Z | + mkdir -p ./out/cockroachdb |
262 | 2023-11-04T19:51:39.184Z | + local DO_DOWNLOAD=true |
263 | 2023-11-04T19:51:39.189Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
264 | 2023-11-04T19:51:39.195Z | + '[' true == true ']' |
265 | 2023-11-04T19:51:39.200Z | + echo Downloading... |
266 | 2023-11-04T19:51:39.222Z | Downloading... |
267 | 2023-11-04T19:51:39.238Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-11-04T19:51:39.251Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-11-04T19:51:43.259Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-11-04T19:51:43.262Z | ++ md5sum |
271 | 2023-11-04T19:51:43.265Z | ++ awk '{print $1}' |
272 | 2023-11-04T19:51:43.449Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
273 | 2023-11-04T19:51:43.456Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
274 | 2023-11-04T19:51:43.460Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-04T19:51:43.464Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
276 | 2023-11-04T19:51:47.030Z | + do_assemble_illumos |
277 | 2023-11-04T19:51:47.034Z | + rm -r ./out/cockroachdb |
278 | 2023-11-04T19:51:47.037Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
279 | 2023-11-04T19:51:47.671Z | + ./out/cockroachdb/bin/cockroach version |
280 | 2023-11-04T19:51:47.933Z | Build Tag: v22.1.9-dirty |
281 | 2023-11-04T19:51:47.942Z | Build Time: 2022/10/26 21:17:46 |
282 | 2023-11-04T19:51:47.947Z | Distribution: OSS |
283 | 2023-11-04T19:51:48.361Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
284 | 2023-11-04T19:51:48.365Z | Go Version: go1.17.13 |
285 | 2023-11-04T19:51:48.367Z | C Compiler: gcc 10.3.0 |
286 | 2023-11-04T19:51:48.370Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
287 | 2023-11-04T19:51:48.373Z | Build Type: release |
288 | 2023-11-04T19:51:48.376Z | + set -o errexit |
289 | 2023-11-04T19:51:48.379Z | +++ dirname ./tools/ci_download_clickhouse |
290 | 2023-11-04T19:51:48.382Z | ++ cd ./tools |
291 | 2023-11-04T19:51:48.385Z | ++ pwd |
292 | 2023-11-04T19:51:48.388Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
293 | 2023-11-04T19:51:48.392Z | ++ basename ./tools/ci_download_clickhouse |
294 | 2023-11-04T19:51:48.395Z | + ARG0=ci_download_clickhouse |
295 | 2023-11-04T19:51:48.398Z | + TARGET_DIR=out |
296 | 2023-11-04T19:51:48.401Z | + DOWNLOAD_DIR=out/downloads |
297 | 2023-11-04T19:51:48.404Z | + DEST_DIR=./out/clickhouse |
298 | 2023-11-04T19:51:48.407Z | + CIDL_VERSION=v22.8.9.24 |
299 | 2023-11-04T19:51:48.410Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
300 | 2023-11-04T19:51:48.412Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
301 | 2023-11-04T19:51:48.415Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
302 | 2023-11-04T19:51:48.418Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
303 | 2023-11-04T19:51:48.421Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
304 | 2023-11-04T19:51:48.424Z | + main |
305 | 2023-11-04T19:51:48.426Z | + [[ 0 != 0 ]] |
306 | 2023-11-04T19:51:48.429Z | + CIDL_OS=solaris2.11 |
307 | 2023-11-04T19:51:48.432Z | + [[ 0 != 0 ]] |
308 | 2023-11-04T19:51:48.435Z | + configure_os solaris2.11 |
309 | 2023-11-04T19:51:48.438Z | + echo 'current directory: /work/oxidecomputer/omicron' |
310 | 2023-11-04T19:51:48.441Z | current directory: /work/oxidecomputer/omicron |
311 | 2023-11-04T19:51:48.443Z | + echo 'configuring based on OS: "solaris2.11"' |
312 | 2023-11-04T19:51:48.446Z | configuring based on OS: "solaris2.11" |
313 | 2023-11-04T19:51:48.449Z | + CIDL_DASHREV= |
314 | 2023-11-04T19:51:48.452Z | + case "$1" in |
315 | 2023-11-04T19:51:48.455Z | + CIDL_PLATFORM=illumos |
316 | 2023-11-04T19:51:48.458Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
317 | 2023-11-04T19:51:48.462Z | + CIDL_MD5FUNC=do_md5sum |
318 | 2023-11-04T19:51:48.465Z | + CIDL_DASHREV=-1 |
319 | 2023-11-04T19:51:48.467Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
320 | 2023-11-04T19:51:48.470Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
321 | 2023-11-04T19:51:48.473Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
322 | 2023-11-04T19:51:48.476Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
323 | 2023-11-04T19:51:48.479Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
324 | 2023-11-04T19:51:48.482Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-11-04T19:51:48.485Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
326 | 2023-11-04T19:51:48.488Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-11-04T19:51:48.491Z | + mkdir -p out/downloads |
328 | 2023-11-04T19:51:48.494Z | + mkdir -p ./out/clickhouse |
329 | 2023-11-04T19:51:48.497Z | + local DO_DOWNLOAD=true |
330 | 2023-11-04T19:51:48.500Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
331 | 2023-11-04T19:51:48.504Z | + '[' true == true ']' |
332 | 2023-11-04T19:51:48.507Z | + echo Downloading... |
333 | 2023-11-04T19:51:48.510Z | Downloading... |
334 | 2023-11-04T19:51:48.514Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-11-04T19:51:48.517Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-11-04T19:51:49.692Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-11-04T19:51:49.695Z | ++ md5sum |
338 | 2023-11-04T19:51:49.698Z | ++ awk '{print $1}' |
339 | 2023-11-04T19:51:50.380Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-11-04T19:51:50.394Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
341 | 2023-11-04T19:51:50.401Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
342 | 2023-11-04T19:51:50.417Z | + mkdir -p ./out/clickhouse |
343 | 2023-11-04T19:51:50.426Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
344 | 2023-11-04T19:51:55.235Z | + ./out/clickhouse/clickhouse server --version |
345 | 2023-11-04T19:51:55.270Z | ClickHouse server version 22.8.9.1. |
346 | 2023-11-04T19:51:55.292Z | + set -o errexit |
347 | 2023-11-04T19:51:55.295Z | +++ dirname ./tools/ci_download_console |
348 | 2023-11-04T19:51:55.298Z | ++ cd ./tools |
349 | 2023-11-04T19:51:55.301Z | ++ pwd |
350 | 2023-11-04T19:51:55.303Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
351 | 2023-11-04T19:51:55.306Z | ++ basename ./tools/ci_download_console |
352 | 2023-11-04T19:51:55.309Z | + ARG0=ci_download_console |
353 | 2023-11-04T19:51:55.311Z | + TARGET_DIR=out |
354 | 2023-11-04T19:51:55.314Z | + DOWNLOAD_DIR=out/downloads |
355 | 2023-11-04T19:51:55.317Z | + DEST_DIR=./out/console-assets |
356 | 2023-11-04T19:51:55.320Z | + source /work/oxidecomputer/omicron/tools/console_version |
357 | 2023-11-04T19:51:55.323Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
358 | 2023-11-04T19:51:55.326Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
359 | 2023-11-04T19:51:55.328Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
360 | 2023-11-04T19:51:55.331Z | + TARBALL_FILE=out/downloads/console.tar.gz |
361 | 2023-11-04T19:51:55.334Z | + main |
362 | 2023-11-04T19:51:55.337Z | + [[ 0 != 0 ]] |
363 | 2023-11-04T19:51:55.340Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
364 | 2023-11-04T19:51:55.343Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
365 | 2023-11-04T19:51:55.346Z | + echo 'Local file: out/downloads/console.tar.gz' |
366 | 2023-11-04T19:51:55.349Z | Local file: out/downloads/console.tar.gz |
367 | 2023-11-04T19:51:55.352Z | + local DO_DOWNLOAD=true |
368 | 2023-11-04T19:51:55.354Z | + [[ -f out/downloads/console.tar.gz ]] |
369 | 2023-11-04T19:51:55.357Z | + mkdir -p out/downloads |
370 | 2023-11-04T19:51:55.360Z | + '[' true == true ']' |
371 | 2023-11-04T19:51:55.362Z | + echo Downloading... |
372 | 2023-11-04T19:51:55.365Z | Downloading... |
373 | 2023-11-04T19:51:55.368Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
374 | 2023-11-04T19:51:55.371Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
375 | 2023-11-04T19:51:55.905Z | ++ do_sha256sum out/downloads/console.tar.gz |
376 | 2023-11-04T19:51:55.908Z | ++ case "$OSTYPE" in |
377 | 2023-11-04T19:51:55.912Z | ++ SHA=sha256sum |
378 | 2023-11-04T19:51:55.915Z | ++ sha256sum |
379 | 2023-11-04T19:51:55.917Z | ++ awk '{print $1}' |
380 | 2023-11-04T19:51:55.931Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
381 | 2023-11-04T19:51:55.934Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
382 | 2023-11-04T19:51:55.937Z | + rm -rf ./out/console-assets |
383 | 2023-11-04T19:51:55.943Z | + mkdir -p ./out/console-assets |
384 | 2023-11-04T19:51:55.946Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
385 | 2023-11-04T19:51:55.949Z | + mkdir -p ./out/console-assets |
386 | 2023-11-04T19:51:55.952Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
387 | 2023-11-04T19:51:56.082Z | + set -o errexit |
388 | 2023-11-04T19:51:56.085Z | +++ dirname ./tools/ci_download_maghemite_openapi |
389 | 2023-11-04T19:51:56.088Z | ++ cd ./tools |
390 | 2023-11-04T19:51:56.091Z | ++ pwd |
391 | 2023-11-04T19:51:56.094Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
392 | 2023-11-04T19:51:56.096Z | ++ basename ./tools/ci_download_maghemite_openapi |
393 | 2023-11-04T19:51:56.099Z | + ARG0=ci_download_maghemite_openapi |
394 | 2023-11-04T19:51:56.102Z | + TARGET_DIR=out |
395 | 2023-11-04T19:51:56.104Z | + DOWNLOAD_DIR=out/downloads |
396 | 2023-11-04T19:51:56.109Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
397 | 2023-11-04T19:51:56.111Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
398 | 2023-11-04T19:51:56.114Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
399 | 2023-11-04T19:51:56.117Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
400 | 2023-11-04T19:51:56.120Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
401 | 2023-11-04T19:51:56.123Z | + main |
402 | 2023-11-04T19:51:56.125Z | + [[ 0 != 0 ]] |
403 | 2023-11-04T19:51:56.128Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
404 | 2023-11-04T19:51:56.131Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
405 | 2023-11-04T19:51:56.133Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
406 | 2023-11-04T19:51:56.136Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
407 | 2023-11-04T19:51:56.140Z | + local DO_DOWNLOAD=true |
408 | 2023-11-04T19:51:56.143Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
409 | 2023-11-04T19:51:56.145Z | + mkdir -p out/downloads |
410 | 2023-11-04T19:51:56.148Z | + '[' true == true ']' |
411 | 2023-11-04T19:51:56.151Z | + echo Downloading... |
412 | 2023-11-04T19:51:56.154Z | Downloading... |
413 | 2023-11-04T19:51:56.157Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
414 | 2023-11-04T19:51:56.169Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
415 | 2023-11-04T19:51:56.376Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
416 | 2023-11-04T19:51:56.379Z | ++ case "$OSTYPE" in |
417 | 2023-11-04T19:51:56.382Z | ++ SHA=sha256sum |
418 | 2023-11-04T19:51:56.385Z | ++ sha256sum |
419 | 2023-11-04T19:51:56.388Z | ++ awk '{print $1}' |
420 | 2023-11-04T19:51:56.390Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
421 | 2023-11-04T19:51:56.394Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
422 | 2023-11-04T19:51:56.397Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
423 | 2023-11-04T19:51:56.400Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
424 | 2023-11-04T19:51:56.405Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
425 | 2023-11-04T19:51:56.407Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
426 | 2023-11-04T19:51:56.410Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
427 | 2023-11-04T19:51:56.413Z | + main |
428 | 2023-11-04T19:51:56.416Z | + [[ 0 != 0 ]] |
429 | 2023-11-04T19:51:56.419Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
430 | 2023-11-04T19:51:56.421Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
431 | 2023-11-04T19:51:56.424Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
432 | 2023-11-04T19:51:56.427Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
433 | 2023-11-04T19:51:56.430Z | + local DO_DOWNLOAD=true |
434 | 2023-11-04T19:51:56.433Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
435 | 2023-11-04T19:51:56.435Z | + mkdir -p out/downloads |
436 | 2023-11-04T19:51:56.438Z | + '[' true == true ']' |
437 | 2023-11-04T19:51:56.441Z | + echo Downloading... |
438 | 2023-11-04T19:51:56.444Z | Downloading... |
439 | 2023-11-04T19:51:56.446Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
440 | 2023-11-04T19:51:56.449Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
441 | 2023-11-04T19:51:56.520Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
442 | 2023-11-04T19:51:56.522Z | ++ case "$OSTYPE" in |
443 | 2023-11-04T19:51:56.525Z | ++ SHA=sha256sum |
444 | 2023-11-04T19:51:56.529Z | ++ sha256sum |
445 | 2023-11-04T19:51:56.532Z | ++ awk '{print $1}' |
446 | 2023-11-04T19:51:56.535Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
447 | 2023-11-04T19:51:56.538Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
448 | 2023-11-04T19:51:56.541Z | + set -o errexit |
449 | 2023-11-04T19:51:56.544Z | +++ dirname ./tools/ci_download_dendrite_openapi |
450 | 2023-11-04T19:51:56.546Z | ++ cd ./tools |
451 | 2023-11-04T19:51:56.549Z | ++ pwd |
452 | 2023-11-04T19:51:56.553Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
453 | 2023-11-04T19:51:56.556Z | ++ basename ./tools/ci_download_dendrite_openapi |
454 | 2023-11-04T19:51:56.559Z | + ARG0=ci_download_dendrite_openapi |
455 | 2023-11-04T19:51:56.561Z | + TARGET_DIR=out |
456 | 2023-11-04T19:51:56.566Z | + DOWNLOAD_DIR=out/downloads |
457 | 2023-11-04T19:51:56.568Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
458 | 2023-11-04T19:51:56.572Z | ++ COMMIT=559fad2f379900a05ced410944353c1d19100390 |
459 | 2023-11-04T19:51:56.575Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
460 | 2023-11-04T19:51:56.577Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
461 | 2023-11-04T19:51:56.580Z | + LOCAL_FILE=out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
462 | 2023-11-04T19:51:56.583Z | + main |
463 | 2023-11-04T19:51:56.586Z | + [[ 0 != 0 ]] |
464 | 2023-11-04T19:51:56.588Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json' |
465 | 2023-11-04T19:51:56.591Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
466 | 2023-11-04T19:51:56.594Z | + echo 'Local file: out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json' |
467 | 2023-11-04T19:51:56.597Z | Local file: out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
468 | 2023-11-04T19:51:56.600Z | + local DO_DOWNLOAD=true |
469 | 2023-11-04T19:51:56.603Z | + [[ -f out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json ]] |
470 | 2023-11-04T19:51:56.606Z | + mkdir -p out/downloads |
471 | 2023-11-04T19:51:56.608Z | + '[' true == true ']' |
472 | 2023-11-04T19:51:56.611Z | + echo Downloading... |
473 | 2023-11-04T19:51:56.614Z | Downloading... |
474 | 2023-11-04T19:51:56.617Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
475 | 2023-11-04T19:51:56.620Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
476 | 2023-11-04T19:51:56.694Z | ++ do_sha256sum out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
477 | 2023-11-04T19:51:56.696Z | ++ case "$OSTYPE" in |
478 | 2023-11-04T19:51:56.699Z | ++ SHA=sha256sum |
479 | 2023-11-04T19:51:56.702Z | ++ sha256sum |
480 | 2023-11-04T19:51:56.705Z | ++ awk '{print $1}' |
481 | 2023-11-04T19:51:56.708Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
482 | 2023-11-04T19:51:56.711Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
483 | 2023-11-04T19:51:56.715Z | + set -o errexit |
484 | 2023-11-04T19:51:56.719Z | +++ dirname ./tools/ci_download_dendrite_stub |
485 | 2023-11-04T19:51:56.722Z | ++ cd ./tools |
486 | 2023-11-04T19:51:56.725Z | ++ pwd |
487 | 2023-11-04T19:51:56.728Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
488 | 2023-11-04T19:51:56.731Z | ++ basename ./tools/ci_download_dendrite_stub |
489 | 2023-11-04T19:51:56.734Z | + ARG0=ci_download_dendrite_stub |
490 | 2023-11-04T19:51:56.737Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
491 | 2023-11-04T19:51:56.739Z | ++ CIDL_SHA256_ILLUMOS=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
492 | 2023-11-04T19:51:56.744Z | ++ CIDL_SHA256_LINUX_DPD=d7da0aaed4e824a8e98b1a39e9ee41ad934ce38b0faa140ab4e7e2ca8c194e4e |
493 | 2023-11-04T19:51:56.749Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
494 | 2023-11-04T19:51:56.753Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
495 | 2023-11-04T19:51:56.757Z | ++ COMMIT=559fad2f379900a05ced410944353c1d19100390 |
496 | 2023-11-04T19:51:56.760Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
497 | 2023-11-04T19:51:56.763Z | + TARGET_DIR=out |
498 | 2023-11-04T19:51:56.766Z | + DOWNLOAD_DIR=out/downloads |
499 | 2023-11-04T19:51:56.771Z | + DEST_DIR=./out/dendrite-stub |
500 | 2023-11-04T19:51:56.774Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
501 | 2023-11-04T19:51:56.776Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
502 | 2023-11-04T19:51:56.780Z | + REPO=oxidecomputer/dendrite |
503 | 2023-11-04T19:51:56.783Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390 |
504 | 2023-11-04T19:51:56.786Z | + main |
505 | 2023-11-04T19:51:56.789Z | + [[ 0 != 0 ]] |
506 | 2023-11-04T19:51:56.791Z | + CIDL_OS=solaris2.11 |
507 | 2023-11-04T19:51:56.794Z | + [[ 0 != 0 ]] |
508 | 2023-11-04T19:51:56.797Z | + configure_os solaris2.11 |
509 | 2023-11-04T19:51:56.800Z | + echo 'current directory: /work/oxidecomputer/omicron' |
510 | 2023-11-04T19:51:56.802Z | current directory: /work/oxidecomputer/omicron |
511 | 2023-11-04T19:51:56.805Z | + echo 'configuring based on OS: "solaris2.11"' |
512 | 2023-11-04T19:51:56.808Z | + case "$1" in |
513 | 2023-11-04T19:51:56.811Z | + SET_BINARIES= |
514 | 2023-11-04T19:51:56.814Z | configuring based on OS: "solaris2.11" |
515 | 2023-11-04T19:51:56.817Z | + CIDL_SHA256=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
516 | 2023-11-04T19:51:56.820Z | + CIDL_SHA256FUNC=do_sha256sum |
517 | 2023-11-04T19:51:56.824Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
518 | 2023-11-04T19:51:56.827Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
519 | 2023-11-04T19:51:56.831Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
520 | 2023-11-04T19:51:56.835Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz' |
521 | 2023-11-04T19:51:56.838Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
522 | 2023-11-04T19:51:56.841Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
523 | 2023-11-04T19:51:56.844Z | Local file: out/downloads/dendrite-stub.tar.gz |
524 | 2023-11-04T19:51:56.846Z | + mkdir -p out/downloads |
525 | 2023-11-04T19:51:56.850Z | + mkdir -p ./out/dendrite-stub |
526 | 2023-11-04T19:51:56.853Z | + fetch_and_verify |
527 | 2023-11-04T19:51:56.857Z | + local DO_DOWNLOAD=true |
528 | 2023-11-04T19:51:56.865Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
529 | 2023-11-04T19:51:57.286Z | + '[' true == true ']' |
530 | 2023-11-04T19:51:57.289Z | + echo Downloading... |
531 | 2023-11-04T19:51:57.293Z | Downloading... |
532 | 2023-11-04T19:51:57.295Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
533 | 2023-11-04T19:51:57.299Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
534 | 2023-11-04T19:52:00.500Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
535 | 2023-11-04T19:52:00.503Z | ++ sha256sum |
536 | 2023-11-04T19:52:00.507Z | ++ awk '{print $1}' |
537 | 2023-11-04T19:52:00.596Z | + calculated_sha256=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
538 | 2023-11-04T19:52:00.599Z | + [[ ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa != \c\e\1\4\c\1\f\0\4\8\1\b\1\3\c\e\4\7\a\2\5\3\8\6\a\3\b\1\e\4\9\d\9\5\7\0\f\4\c\1\c\3\1\c\a\d\3\f\1\3\c\1\4\f\7\5\b\1\3\0\d\a\f\a ]] |
539 | 2023-11-04T19:52:00.602Z | + do_untar out/downloads/dendrite-stub.tar.gz |
540 | 2023-11-04T19:52:00.606Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
541 | 2023-11-04T19:52:01.563Z | + do_assemble |
542 | 2023-11-04T19:52:01.566Z | + rm -r ./out/dendrite-stub |
543 | 2023-11-04T19:52:01.569Z | + mkdir ./out/dendrite-stub |
544 | 2023-11-04T19:52:01.572Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
545 | 2023-11-04T19:52:01.676Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
546 | 2023-11-04T19:52:01.688Z | + set -o errexit |
547 | 2023-11-04T19:52:01.691Z | +++ dirname ./tools/ci_download_maghemite_mgd |
548 | 2023-11-04T19:52:01.694Z | ++ cd ./tools |
549 | 2023-11-04T19:52:01.698Z | ++ pwd |
550 | 2023-11-04T19:52:01.701Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
551 | 2023-11-04T19:52:01.704Z | ++ basename ./tools/ci_download_maghemite_mgd |
552 | 2023-11-04T19:52:01.709Z | + ARG0=ci_download_maghemite_mgd |
553 | 2023-11-04T19:52:01.712Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
554 | 2023-11-04T19:52:01.715Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
555 | 2023-11-04T19:52:01.718Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
556 | 2023-11-04T19:52:01.722Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
557 | 2023-11-04T19:52:01.725Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
558 | 2023-11-04T19:52:01.728Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
559 | 2023-11-04T19:52:01.732Z | + TARGET_DIR=out |
560 | 2023-11-04T19:52:01.735Z | + DOWNLOAD_DIR=out/downloads |
561 | 2023-11-04T19:52:01.739Z | + DEST_DIR=./out/mgd |
562 | 2023-11-04T19:52:01.742Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
563 | 2023-11-04T19:52:01.745Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
564 | 2023-11-04T19:52:01.749Z | + REPO=oxidecomputer/maghemite |
565 | 2023-11-04T19:52:01.752Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
566 | 2023-11-04T19:52:01.755Z | + main |
567 | 2023-11-04T19:52:01.758Z | + [[ 0 != 0 ]] |
568 | 2023-11-04T19:52:01.761Z | + CIDL_OS=solaris2.11 |
569 | 2023-11-04T19:52:01.765Z | + [[ 0 != 0 ]] |
570 | 2023-11-04T19:52:01.769Z | + configure_os solaris2.11 |
571 | 2023-11-04T19:52:01.772Z | + echo 'current directory: /work/oxidecomputer/omicron' |
572 | 2023-11-04T19:52:01.775Z | current directory: /work/oxidecomputer/omicron |
573 | 2023-11-04T19:52:01.779Z | + echo 'configuring based on OS: "solaris2.11"' |
574 | 2023-11-04T19:52:01.782Z | configuring based on OS: "solaris2.11" |
575 | 2023-11-04T19:52:01.785Z | + case "$1" in |
576 | 2023-11-04T19:52:01.788Z | + SET_BINARIES= |
577 | 2023-11-04T19:52:01.791Z | + CIDL_SHA256FUNC=do_sha256sum |
578 | 2023-11-04T19:52:01.795Z | + TARBALL_FILENAME=mgd.tar.gz |
579 | 2023-11-04T19:52:01.798Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
580 | 2023-11-04T19:52:01.802Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
581 | 2023-11-04T19:52:01.804Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
582 | 2023-11-04T19:52:01.809Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
583 | 2023-11-04T19:52:01.814Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
584 | 2023-11-04T19:52:01.817Z | Local file: out/downloads/mgd.tar.gz |
585 | 2023-11-04T19:52:01.821Z | + mkdir -p out/downloads |
586 | 2023-11-04T19:52:01.824Z | + mkdir -p ./out/mgd |
587 | 2023-11-04T19:52:01.827Z | + fetch_and_verify |
588 | 2023-11-04T19:52:01.830Z | + local DO_DOWNLOAD=true |
589 | 2023-11-04T19:52:01.835Z | + [[ -f out/downloads/mgd.tar.gz ]] |
590 | 2023-11-04T19:52:01.844Z | + '[' true == true ']' |
591 | 2023-11-04T19:52:01.872Z | + echo Downloading... |
592 | 2023-11-04T19:52:01.886Z | Downloading... |
593 | 2023-11-04T19:52:01.893Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
594 | 2023-11-04T19:52:01.897Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
595 | 2023-11-04T19:52:05.868Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
596 | 2023-11-04T19:52:05.871Z | ++ sha256sum |
597 | 2023-11-04T19:52:05.874Z | ++ awk '{print $1}' |
598 | 2023-11-04T19:52:05.945Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
599 | 2023-11-04T19:52:05.948Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
600 | 2023-11-04T19:52:05.951Z | + do_untar out/downloads/mgd.tar.gz |
601 | 2023-11-04T19:52:05.954Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
602 | 2023-11-04T19:52:06.633Z | + do_assemble |
603 | 2023-11-04T19:52:06.637Z | + rm -r ./out/mgd |
604 | 2023-11-04T19:52:06.640Z | + mkdir ./out/mgd |
605 | 2023-11-04T19:52:06.643Z | + cp -r out/downloads/root ./out/mgd/root |
606 | 2023-11-04T19:52:06.858Z | + set -o errexit |
607 | 2023-11-04T19:52:06.861Z | +++ dirname ./tools/ci_download_transceiver_control |
608 | 2023-11-04T19:52:06.864Z | ++ cd ./tools |
609 | 2023-11-04T19:52:06.866Z | ++ pwd |
610 | 2023-11-04T19:52:06.869Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
611 | 2023-11-04T19:52:06.872Z | ++ basename ./tools/ci_download_transceiver_control |
612 | 2023-11-04T19:52:06.875Z | + ARG0=ci_download_transceiver_control |
613 | 2023-11-04T19:52:06.877Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
614 | 2023-11-04T19:52:06.880Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
615 | 2023-11-04T19:52:06.883Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
616 | 2023-11-04T19:52:06.886Z | + TARGET_DIR=out |
617 | 2023-11-04T19:52:06.889Z | + DOWNLOAD_DIR=out/downloads |
618 | 2023-11-04T19:52:06.893Z | + DEST_DIR=./out/transceiver-control |
619 | 2023-11-04T19:52:06.896Z | + BIN_DIR=/opt/oxide/bin |
620 | 2023-11-04T19:52:06.899Z | + BINARY=xcvradm |
621 | 2023-11-04T19:52:06.901Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
622 | 2023-11-04T19:52:06.904Z | + REPO=oxidecomputer/transceiver-control |
623 | 2023-11-04T19:52:06.907Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
624 | 2023-11-04T19:52:06.910Z | + main |
625 | 2023-11-04T19:52:06.912Z | + [[ 0 != 0 ]] |
626 | 2023-11-04T19:52:06.915Z | + CIDL_OS=solaris2.11 |
627 | 2023-11-04T19:52:06.918Z | + [[ 0 != 0 ]] |
628 | 2023-11-04T19:52:06.921Z | + configure_os solaris2.11 |
629 | 2023-11-04T19:52:06.924Z | + echo 'current directory: /work/oxidecomputer/omicron' |
630 | 2023-11-04T19:52:06.927Z | current directory: /work/oxidecomputer/omicron |
631 | 2023-11-04T19:52:06.930Z | + echo 'configuring based on OS: "solaris2.11"' |
632 | 2023-11-04T19:52:06.933Z | configuring based on OS: "solaris2.11" |
633 | 2023-11-04T19:52:06.936Z | + case "$1" in |
634 | 2023-11-04T19:52:06.939Z | + SET_BINARIES= |
635 | 2023-11-04T19:52:06.942Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2023-11-04T19:52:06.944Z | + CIDL_SHA256FUNC=do_sha256sum |
637 | 2023-11-04T19:52:06.947Z | + ARCHIVE_FILENAME=xcvradm.gz |
638 | 2023-11-04T19:52:06.950Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
639 | 2023-11-04T19:52:06.953Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
640 | 2023-11-04T19:52:06.955Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
641 | 2023-11-04T19:52:06.958Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
642 | 2023-11-04T19:52:06.961Z | + echo 'Local file: out/downloads/xcvradm.gz' |
643 | 2023-11-04T19:52:06.963Z | Local file: out/downloads/xcvradm.gz |
644 | 2023-11-04T19:52:06.966Z | + mkdir -p out/downloads |
645 | 2023-11-04T19:52:06.969Z | + mkdir -p ./out/transceiver-control |
646 | 2023-11-04T19:52:06.972Z | + fetch_and_verify |
647 | 2023-11-04T19:52:06.975Z | + local DO_DOWNLOAD=true |
648 | 2023-11-04T19:52:06.978Z | + [[ -f out/downloads/xcvradm.gz ]] |
649 | 2023-11-04T19:52:06.980Z | + '[' true == true ']' |
650 | 2023-11-04T19:52:06.984Z | + echo Downloading... |
651 | 2023-11-04T19:52:06.987Z | Downloading... |
652 | 2023-11-04T19:52:06.990Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
653 | 2023-11-04T19:52:06.992Z | + 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 |
654 | 2023-11-04T19:52:08.781Z | ++ do_sha256sum out/downloads/xcvradm.gz |
655 | 2023-11-04T19:52:08.784Z | ++ sha256sum |
656 | 2023-11-04T19:52:08.787Z | ++ awk '{print $1}' |
657 | 2023-11-04T19:52:08.807Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2023-11-04T19:52:08.810Z | + [[ 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 ]] |
659 | 2023-11-04T19:52:08.813Z | + do_unpack out/downloads/xcvradm.gz |
660 | 2023-11-04T19:52:08.816Z | + mkdir -p out/downloads/root//opt/oxide/bin |
661 | 2023-11-04T19:52:08.819Z | + gzip -dc out/downloads/xcvradm.gz |
662 | 2023-11-04T19:52:08.983Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
663 | 2023-11-04T19:52:08.986Z | + do_assemble |
664 | 2023-11-04T19:52:08.989Z | + rm -r ./out/transceiver-control |
665 | 2023-11-04T19:52:08.992Z | + mkdir ./out/transceiver-control |
666 | 2023-11-04T19:52:08.995Z | + cp -r out/downloads/root ./out/transceiver-control/root |
667 | 2023-11-04T19:52:09.170Z | All prerequisites installed successfully |
668 | 2023-11-04T19:52:09.173Z | |
669 | 2023-11-04T19:52:09.176Z | real 1:41.982500112 |
670 | 2023-11-04T19:52:09.179Z | user 51.905411282 |
671 | 2023-11-04T19:52:09.181Z | sys 10.639326457 |
672 | 2023-11-04T19:52:09.184Z | trap 0.031568133 |
673 | 2023-11-04T19:52:09.187Z | tflt 0.128344106 |
674 | 2023-11-04T19:52:09.190Z | dflt 0.427084252 |
675 | 2023-11-04T19:52:09.192Z | kflt 0.172522252 |
676 | 2023-11-04T19:52:09.195Z | lock 2.050750468 |
677 | 2023-11-04T19:52:09.198Z | slp 3:00.362614340 |
678 | 2023-11-04T19:52:09.201Z | lat 4.222402912 |
679 | 2023-11-04T19:52:09.204Z | stop 0.076293716 |
680 | 2023-11-04T19:52:09.207Z | + ptime -m ./tools/ci_download_softnpu_machinery |
681 | 2023-11-04T19:52:09.210Z | fetching npuzone |
682 | 2023-11-04T19:52:09.215Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
683 | 2023-11-04T19:52:09.219Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
684 | 2023-11-04T19:52:09.222Z | Getting hash for npuzone |
685 | 2023-11-04T19:52:09.323Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
686 | 2023-11-04T19:52:16.746Z | npuzone downloaded successfully |
687 | 2023-11-04T19:52:16.750Z | |
688 | 2023-11-04T19:52:16.753Z | real 7.574779644 |
689 | 2023-11-04T19:52:16.756Z | user 0.555184511 |
690 | 2023-11-04T19:52:16.759Z | sys 0.145331762 |
691 | 2023-11-04T19:52:16.762Z | trap 0.000158994 |
692 | 2023-11-04T19:52:16.774Z | tflt 0.000000000 |
693 | 2023-11-04T19:52:16.777Z | dflt 0.000004593 |
694 | 2023-11-04T19:52:16.780Z | kflt 0.000000000 |
695 | 2023-11-04T19:52:16.783Z | lock 0.000000000 |
696 | 2023-11-04T19:52:16.786Z | slp 21.869821682 |
697 | 2023-11-04T19:52:16.789Z | lat 0.117953369 |
698 | 2023-11-04T19:52:16.793Z | stop 0.000285384 |
699 | 2023-11-04T19:52:16.796Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
700 | 2023-11-04T19:52:17.107Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
701 | 2023-11-04T19:52:17.474Z | Updating crates.io index |
702 | 2023-11-04T19:52:17.550Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
703 | 2023-11-04T19:52:18.321Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
704 | 2023-11-04T19:52:20.074Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
705 | 2023-11-04T19:52:20.709Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
706 | 2023-11-04T19:52:21.029Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
707 | 2023-11-04T19:52:21.362Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
708 | 2023-11-04T19:52:21.644Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
709 | 2023-11-04T19:52:22.548Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
710 | 2023-11-04T19:52:24.256Z | Updating git repository `https://github.com/oxidecomputer/opte` |
711 | 2023-11-04T19:52:25.156Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
712 | 2023-11-04T19:52:25.513Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
713 | 2023-11-04T19:52:25.841Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
714 | 2023-11-04T19:52:26.408Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
715 | 2023-11-04T19:52:26.706Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
716 | 2023-11-04T19:52:27.094Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
717 | 2023-11-04T19:52:27.546Z | Updating git repository `https://github.com/njaremko/samael` |
718 | 2023-11-04T19:52:27.978Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
719 | 2023-11-04T19:52:28.600Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
720 | 2023-11-04T19:52:29.016Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
721 | 2023-11-04T19:52:29.325Z | Updating git repository `https://github.com/jgallagher/nix` |
722 | 2023-11-04T19:52:30.584Z | Updating git repository `https://github.com/cbiffle/hubpack` |
723 | 2023-11-04T19:52:31.030Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
724 | 2023-11-04T19:52:40.710Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
725 | 2023-11-04T19:52:41.171Z | Updating git repository `https://github.com/oxidecomputer/typify` |
726 | 2023-11-04T19:52:42.111Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
727 | 2023-11-04T19:52:42.486Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
728 | 2023-11-04T19:52:42.779Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
729 | 2023-11-04T19:52:44.391Z | Downloading crates ... |
730 | 2023-11-04T19:52:44.656Z | Downloaded backoff v0.4.0 |
731 | 2023-11-04T19:52:44.661Z | Downloaded base64ct v1.6.0 |
732 | 2023-11-04T19:52:44.666Z | Downloaded heck v0.4.1 |
733 | 2023-11-04T19:52:44.669Z | Downloaded base64 v0.13.1 |
734 | 2023-11-04T19:52:44.676Z | Downloaded http-body v0.4.5 |
735 | 2023-11-04T19:52:44.683Z | Downloaded colorchoice v1.0.0 |
736 | 2023-11-04T19:52:44.690Z | Downloaded ipnet v2.8.0 |
737 | 2023-11-04T19:52:44.696Z | Downloaded md-5 v0.10.5 |
738 | 2023-11-04T19:52:44.700Z | Downloaded managed v0.8.0 |
739 | 2023-11-04T19:52:44.704Z | Downloaded hyper-rustls v0.24.2 |
740 | 2023-11-04T19:52:44.711Z | Downloaded io-lifetimes v1.0.11 |
741 | 2023-11-04T19:52:44.719Z | Downloaded atomicwrites v0.4.2 |
742 | 2023-11-04T19:52:44.724Z | Downloaded cfg-if v1.0.0 |
743 | 2023-11-04T19:52:44.728Z | Downloaded bit_field v0.10.2 |
744 | 2023-11-04T19:52:44.734Z | Downloaded http v0.2.9 |
745 | 2023-11-04T19:52:44.749Z | Downloaded cargo_toml v0.16.3 |
746 | 2023-11-04T19:52:44.757Z | Downloaded ciborium-io v0.2.1 |
747 | 2023-11-04T19:52:44.761Z | Downloaded ident_case v1.0.1 |
748 | 2023-11-04T19:52:44.764Z | Downloaded memoffset v0.9.0 |
749 | 2023-11-04T19:52:44.768Z | Downloaded macaddr v1.0.1 |
750 | 2023-11-04T19:52:44.772Z | Downloaded maybe-uninit v2.0.0 |
751 | 2023-11-04T19:52:44.776Z | Downloaded ipnetwork v0.20.0 |
752 | 2023-11-04T19:52:44.781Z | Downloaded keccak v0.1.4 |
753 | 2023-11-04T19:52:44.785Z | Downloaded anstream v0.5.0 |
754 | 2023-11-04T19:52:44.791Z | Downloaded log v0.4.20 |
755 | 2023-11-04T19:52:44.797Z | Downloaded async-stream v0.3.5 |
756 | 2023-11-04T19:52:44.801Z | Downloaded memoffset v0.7.1 |
757 | 2023-11-04T19:52:44.804Z | Downloaded heck v0.3.3 |
758 | 2023-11-04T19:52:44.808Z | Downloaded highway v1.1.0 |
759 | 2023-11-04T19:52:44.813Z | Downloaded try-lock v0.2.4 |
760 | 2023-11-04T19:52:44.816Z | Downloaded slog-dtrace v0.2.3 |
761 | 2023-11-04T19:52:44.819Z | Downloaded normalize-line-endings v0.3.0 |
762 | 2023-11-04T19:52:44.823Z | Downloaded httparse v1.8.0 |
763 | 2023-11-04T19:52:44.828Z | Downloaded structmeta-derive v0.2.0 |
764 | 2023-11-04T19:52:44.832Z | Downloaded num v0.4.1 |
765 | 2023-11-04T19:52:44.835Z | Downloaded anstyle-parse v0.2.1 |
766 | 2023-11-04T19:52:44.840Z | Downloaded nanorand v0.7.0 |
767 | 2023-11-04T19:52:44.846Z | Downloaded stable_deref_trait v1.2.0 |
768 | 2023-11-04T19:52:44.849Z | Downloaded path-slash v0.1.5 |
769 | 2023-11-04T19:52:44.854Z | Downloaded clap_derive v4.4.2 |
770 | 2023-11-04T19:52:44.859Z | Downloaded argon2 v0.5.2 |
771 | 2023-11-04T19:52:44.863Z | Downloaded cipher v0.4.4 |
772 | 2023-11-04T19:52:44.868Z | Downloaded num_enum v0.7.0 |
773 | 2023-11-04T19:52:44.879Z | Downloaded foreign-types-shared v0.3.1 |
774 | 2023-11-04T19:52:44.882Z | Downloaded linear-map v1.2.0 |
775 | 2023-11-04T19:52:44.888Z | Downloaded crucible-workspace-hack v0.1.0 |
776 | 2023-11-04T19:52:44.890Z | Downloaded console v0.15.7 |
777 | 2023-11-04T19:52:44.894Z | Downloaded crunchy v0.2.2 |
778 | 2023-11-04T19:52:44.897Z | Downloaded cstr-argument v0.1.2 |
779 | 2023-11-04T19:52:44.900Z | Downloaded crypto-common v0.1.6 |
780 | 2023-11-04T19:52:44.902Z | Downloaded peeking_take_while v0.1.2 |
781 | 2023-11-04T19:52:44.905Z | Downloaded parse-display-derive v0.7.0 |
782 | 2023-11-04T19:52:44.908Z | Downloaded static_assertions v1.1.0 |
783 | 2023-11-04T19:52:44.911Z | Downloaded tiny-keccak v2.0.2 |
784 | 2023-11-04T19:52:44.914Z | Downloaded paste v1.0.14 |
785 | 2023-11-04T19:52:44.918Z | Downloaded snafu-derive v0.7.5 |
786 | 2023-11-04T19:52:44.922Z | Downloaded dof v0.1.5 |
787 | 2023-11-04T19:52:44.925Z | Downloaded doc-comment v0.3.3 |
788 | 2023-11-04T19:52:44.928Z | Downloaded parse-display v0.7.0 |
789 | 2023-11-04T19:52:44.930Z | Downloaded fs-err v2.9.0 |
790 | 2023-11-04T19:52:44.933Z | Downloaded tar v0.4.40 |
791 | 2023-11-04T19:52:44.938Z | Downloaded mockall_derive v0.11.4 |
792 | 2023-11-04T19:52:44.943Z | Downloaded vec_map v0.8.2 |
793 | 2023-11-04T19:52:44.945Z | Downloaded version_check v0.9.4 |
794 | 2023-11-04T19:52:44.950Z | Downloaded derive_builder_core v0.12.0 |
795 | 2023-11-04T19:52:44.952Z | Downloaded rtoolbox v0.0.1 |
796 | 2023-11-04T19:52:44.956Z | Downloaded rustls-native-certs v0.6.3 |
797 | 2023-11-04T19:52:44.960Z | Downloaded password-hash v0.5.0 |
798 | 2023-11-04T19:52:44.964Z | Downloaded semver v0.1.20 |
799 | 2023-11-04T19:52:44.967Z | Downloaded num_enum_derive v0.7.0 |
800 | 2023-11-04T19:52:44.971Z | Downloaded enum-as-inner v0.5.1 |
801 | 2023-11-04T19:52:44.974Z | Downloaded headers-core v0.2.0 |
802 | 2023-11-04T19:52:44.977Z | Downloaded arc-swap v1.6.0 |
803 | 2023-11-04T19:52:44.983Z | Downloaded twox-hash v1.6.3 |
804 | 2023-11-04T19:52:44.991Z | Downloaded zerocopy v0.6.4 |
805 | 2023-11-04T19:52:44.994Z | Downloaded num-iter v0.1.43 |
806 | 2023-11-04T19:52:44.997Z | Downloaded textwrap v0.16.0 |
807 | 2023-11-04T19:52:45.001Z | Downloaded rand_core v0.6.4 |
808 | 2023-11-04T19:52:45.003Z | Downloaded smf v0.2.2 |
809 | 2023-11-04T19:52:45.006Z | Downloaded pem v3.0.2 |
810 | 2023-11-04T19:52:45.009Z | Downloaded unicode-linebreak v0.1.5 |
811 | 2023-11-04T19:52:45.012Z | Downloaded pkcs1 v0.7.5 |
812 | 2023-11-04T19:52:45.016Z | Downloaded omicron-zone-package v0.8.3 |
813 | 2023-11-04T19:52:45.021Z | Downloaded rustc-hash v1.1.0 |
814 | 2023-11-04T19:52:45.024Z | Downloaded proc-macro-crate v1.3.1 |
815 | 2023-11-04T19:52:45.027Z | Downloaded digest v0.10.7 |
816 | 2023-11-04T19:52:45.030Z | Downloaded predicates v2.1.5 |
817 | 2023-11-04T19:52:45.036Z | Downloaded toolchain_find v0.2.0 |
818 | 2023-11-04T19:52:45.039Z | Downloaded salty v0.2.0 |
819 | 2023-11-04T19:52:45.049Z | Downloaded usdt-macro v0.3.5 |
820 | 2023-11-04T19:52:45.052Z | Downloaded futures-core v0.3.29 |
821 | 2023-11-04T19:52:45.057Z | Downloaded toml v0.5.11 |
822 | 2023-11-04T19:52:45.060Z | Downloaded number_prefix v0.4.0 |
823 | 2023-11-04T19:52:45.062Z | Downloaded flagset v0.4.3 |
824 | 2023-11-04T19:52:45.065Z | Downloaded oso-derive v0.27.0 |
825 | 2023-11-04T19:52:45.068Z | Downloaded futures-task v0.3.29 |
826 | 2023-11-04T19:52:45.071Z | Downloaded num-integer v0.1.45 |
827 | 2023-11-04T19:52:45.074Z | Downloaded structmeta v0.2.0 |
828 | 2023-11-04T19:52:45.077Z | Downloaded termcolor v1.2.0 |
829 | 2023-11-04T19:52:45.080Z | Downloaded zone v0.2.0 |
830 | 2023-11-04T19:52:45.082Z | Downloaded tracing-core v0.1.31 |
831 | 2023-11-04T19:52:45.087Z | Downloaded strum v0.25.0 |
832 | 2023-11-04T19:52:45.090Z | Downloaded serde-big-array v0.4.1 |
833 | 2023-11-04T19:52:45.093Z | Downloaded termios v0.3.3 |
834 | 2023-11-04T19:52:45.096Z | Downloaded thiserror v1.0.49 |
835 | 2023-11-04T19:52:45.105Z | Downloaded diesel_table_macro_syntax v0.1.0 |
836 | 2023-11-04T19:52:45.107Z | Downloaded quick-error v1.2.3 |
837 | 2023-11-04T19:52:45.110Z | Downloaded const_format v0.2.31 |
838 | 2023-11-04T19:52:45.119Z | Downloaded waitgroup v0.1.2 |
839 | 2023-11-04T19:52:45.122Z | Downloaded fxhash v0.2.1 |
840 | 2023-11-04T19:52:45.125Z | Downloaded slog-json v2.6.1 |
841 | 2023-11-04T19:52:45.128Z | Downloaded tokio-stream v0.1.14 |
842 | 2023-11-04T19:52:45.137Z | Downloaded futures-sink v0.3.29 |
843 | 2023-11-04T19:52:45.140Z | Downloaded slog-scope v4.4.0 |
844 | 2023-11-04T19:52:45.143Z | Downloaded socket2 v0.5.4 |
845 | 2023-11-04T19:52:45.146Z | Downloaded packed_struct v0.10.1 |
846 | 2023-11-04T19:52:45.150Z | Downloaded strum_macros v0.25.2 |
847 | 2023-11-04T19:52:45.155Z | Downloaded thread_local v1.1.7 |
848 | 2023-11-04T19:52:45.158Z | Downloaded semver-parser v0.10.2 |
849 | 2023-11-04T19:52:45.162Z | Downloaded env_logger v0.9.3 |
850 | 2023-11-04T19:52:45.165Z | Downloaded sct v0.7.0 |
851 | 2023-11-04T19:52:45.173Z | Downloaded time-core v0.1.1 |
852 | 2023-11-04T19:52:45.176Z | Downloaded rustls-pemfile v1.0.3 |
853 | 2023-11-04T19:52:45.180Z | Downloaded difflib v0.4.0 |
854 | 2023-11-04T19:52:45.183Z | Downloaded phf_shared v0.10.0 |
855 | 2023-11-04T19:52:45.186Z | Downloaded generic-array v0.14.7 |
856 | 2023-11-04T19:52:45.189Z | Downloaded futures-macro v0.3.29 |
857 | 2023-11-04T19:52:45.192Z | Downloaded serde_path_to_error v0.1.14 |
858 | 2023-11-04T19:52:45.195Z | Downloaded parking_lot v0.11.2 |
859 | 2023-11-04T19:52:45.198Z | Downloaded float-cmp v0.9.0 |
860 | 2023-11-04T19:52:45.200Z | Downloaded darling v0.14.4 |
861 | 2023-11-04T19:52:45.206Z | Downloaded strum_macros v0.24.3 |
862 | 2023-11-04T19:52:45.210Z | Downloaded foreign-types-shared v0.1.1 |
863 | 2023-11-04T19:52:45.213Z | Downloaded foreign-types-macros v0.2.3 |
864 | 2023-11-04T19:52:45.216Z | Downloaded predicates-core v1.0.6 |
865 | 2023-11-04T19:52:45.219Z | Downloaded ref-cast v1.0.20 |
866 | 2023-11-04T19:52:45.222Z | Downloaded signature v1.6.4 |
867 | 2023-11-04T19:52:45.226Z | Downloaded phf v0.11.2 |
868 | 2023-11-04T19:52:45.229Z | Downloaded headers v0.3.9 |
869 | 2023-11-04T19:52:45.237Z | Downloaded dirs-sys-next v0.1.2 |
870 | 2023-11-04T19:52:45.240Z | Downloaded ena v0.14.2 |
871 | 2023-11-04T19:52:45.243Z | Downloaded dtrace-parser v0.1.14 |
872 | 2023-11-04T19:52:45.246Z | Downloaded display-error-chain v0.2.0 |
873 | 2023-11-04T19:52:45.249Z | Downloaded erased-serde v0.3.30 |
874 | 2023-11-04T19:52:45.252Z | Downloaded slog-bunyan v2.4.0 |
875 | 2023-11-04T19:52:45.255Z | Downloaded num_enum v0.5.11 |
876 | 2023-11-04T19:52:45.262Z | Downloaded num_cpus v1.16.0 |
877 | 2023-11-04T19:52:45.268Z | Downloaded thiserror-impl-no-std v2.0.2 |
878 | 2023-11-04T19:52:45.271Z | Downloaded thiserror-impl v1.0.49 |
879 | 2023-11-04T19:52:45.273Z | Downloaded serde_with_macros v2.3.3 |
880 | 2023-11-04T19:52:45.276Z | Downloaded foreign-types v0.3.2 |
881 | 2023-11-04T19:52:45.279Z | Downloaded utf8parse v0.2.1 |
882 | 2023-11-04T19:52:45.281Z | Downloaded fatfs v0.3.6 |
883 | 2023-11-04T19:52:45.285Z | Downloaded vte_generate_state_changes v0.1.1 |
884 | 2023-11-04T19:52:45.287Z | Downloaded debug-ignore v1.0.5 |
885 | 2023-11-04T19:52:45.290Z | Downloaded poly1305 v0.8.0 |
886 | 2023-11-04T19:52:45.294Z | Downloaded unicode-width v0.1.11 |
887 | 2023-11-04T19:52:45.297Z | Downloaded darling_core v0.20.3 |
888 | 2023-11-04T19:52:45.306Z | Downloaded serde_tokenstream v0.1.7 |
889 | 2023-11-04T19:52:45.312Z | Downloaded predicates-tree v1.0.9 |
890 | 2023-11-04T19:52:45.315Z | Downloaded trust-dns-client v0.22.0 |
891 | 2023-11-04T19:52:45.325Z | Downloaded polyval v0.6.1 |
892 | 2023-11-04T19:52:45.328Z | Downloaded unicase v2.7.0 |
893 | 2023-11-04T19:52:45.331Z | Downloaded foreign-types v0.5.0 |
894 | 2023-11-04T19:52:45.334Z | Downloaded fnv v1.0.7 |
895 | 2023-11-04T19:52:45.337Z | Downloaded spin v0.9.8 |
896 | 2023-11-04T19:52:45.340Z | Downloaded derive_builder v0.12.0 |
897 | 2023-11-04T19:52:45.348Z | Downloaded untrusted v0.9.0 |
898 | 2023-11-04T19:52:45.351Z | Downloaded usdt-impl v0.3.5 |
899 | 2023-11-04T19:52:45.354Z | Downloaded wyz v0.5.1 |
900 | 2023-11-04T19:52:45.357Z | Downloaded parking_lot_core v0.9.8 |
901 | 2023-11-04T19:52:45.361Z | Downloaded serde_json v1.0.108 |
902 | 2023-11-04T19:52:45.375Z | Downloaded pin-project-lite v0.2.13 |
903 | 2023-11-04T19:52:45.385Z | Downloaded quote v1.0.33 |
904 | 2023-11-04T19:52:45.390Z | Downloaded vte v0.11.1 |
905 | 2023-11-04T19:52:45.393Z | Downloaded rayon v1.8.0 |
906 | 2023-11-04T19:52:45.411Z | Downloaded openssl-sys v0.9.93 |
907 | 2023-11-04T19:52:45.420Z | Downloaded schemars v0.8.13 |
908 | 2023-11-04T19:52:45.442Z | Downloaded zip v0.6.6 |
909 | 2023-11-04T19:52:45.449Z | Downloaded crossterm v0.27.0 |
910 | 2023-11-04T19:52:45.462Z | Downloaded steno v0.4.0 |
911 | 2023-11-04T19:52:45.470Z | Downloaded serde v1.0.188 |
912 | 2023-11-04T19:52:45.476Z | Downloaded reedline v0.23.0 |
913 | 2023-11-04T19:52:45.488Z | Downloaded reqwest v0.11.20 |
914 | 2023-11-04T19:52:45.502Z | Downloaded url v2.4.1 |
915 | 2023-11-04T19:52:45.508Z | Downloaded toml_edit v0.20.7 |
916 | 2023-11-04T19:52:45.548Z | Downloaded chrono v0.4.31 |
917 | 2023-11-04T19:52:45.563Z | Downloaded bitvec v1.0.1 |
918 | 2023-11-04T19:52:45.592Z | Downloaded time v0.3.27 |
919 | 2023-11-04T19:52:45.604Z | Downloaded rusqlite v0.29.0 |
920 | 2023-11-04T19:52:45.616Z | Downloaded smoltcp v0.8.2 |
921 | 2023-11-04T19:52:45.654Z | Downloaded quick-xml v0.23.1 |
922 | 2023-11-04T19:52:45.657Z | Downloaded bstr v0.2.17 |
923 | 2023-11-04T19:52:45.667Z | Downloaded regex v1.10.2 |
924 | 2023-11-04T19:52:45.693Z | Downloaded winnow v0.5.15 |
925 | 2023-11-04T19:52:45.709Z | Downloaded petgraph v0.6.4 |
926 | 2023-11-04T19:52:45.735Z | Downloaded radix_trie v0.2.1 |
927 | 2023-11-04T19:52:45.745Z | Downloaded object v0.30.4 |
928 | 2023-11-04T19:52:45.765Z | Downloaded trust-dns-proto v0.22.0 |
929 | 2023-11-04T19:52:45.788Z | Downloaded sled v0.34.7 |
930 | 2023-11-04T19:52:45.809Z | Downloaded webpki-roots v0.25.2 |
931 | 2023-11-04T19:52:45.817Z | Downloaded smoltcp v0.9.1 |
932 | 2023-11-04T19:52:45.837Z | Downloaded tokio v1.33.0 |
933 | 2023-11-04T19:52:45.907Z | Downloaded git2 v0.17.2 |
934 | 2023-11-04T19:52:45.923Z | Downloaded bstr v1.6.0 |
935 | 2023-11-04T19:52:45.944Z | Downloaded syn v1.0.109 |
936 | 2023-11-04T19:52:45.964Z | Downloaded gimli v0.28.0 |
937 | 2023-11-04T19:52:45.980Z | Downloaded polar-core v0.27.0 |
938 | 2023-11-04T19:52:46.000Z | Downloaded openapiv3 v1.0.3 |
939 | 2023-11-04T19:52:46.025Z | Downloaded regex-syntax v0.6.29 |
940 | 2023-11-04T19:52:46.040Z | Downloaded regex-syntax v0.8.2 |
941 | 2023-11-04T19:52:46.056Z | Downloaded regex-syntax v0.7.5 |
942 | 2023-11-04T19:52:46.073Z | Downloaded regress v0.7.1 |
943 | 2023-11-04T19:52:46.089Z | Downloaded zerocopy-derive v0.6.4 |
944 | 2023-11-04T19:52:46.110Z | Downloaded rustix v0.37.23 |
945 | 2023-11-04T19:52:46.146Z | Downloaded zerocopy-derive v0.2.0 |
946 | 2023-11-04T19:52:46.164Z | Downloaded object v0.32.1 |
947 | 2023-11-04T19:52:46.187Z | Downloaded vcpkg v0.2.15 |
948 | 2023-11-04T19:52:46.261Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
949 | 2023-11-04T19:52:46.286Z | Downloaded regex-automata v0.4.3 |
950 | 2023-11-04T19:52:46.319Z | Downloaded libc v0.2.149 |
951 | 2023-11-04T19:52:46.369Z | Downloaded regex-automata v0.3.8 |
952 | 2023-11-04T19:52:46.401Z | Downloaded ring v0.16.20 |
953 | 2023-11-04T19:52:46.564Z | Downloaded ratatui v0.23.0 |
954 | 2023-11-04T19:52:46.584Z | Downloaded rustls v0.21.8 |
955 | 2023-11-04T19:52:46.605Z | Downloaded sha3 v0.10.8 |
956 | 2023-11-04T19:52:46.618Z | Downloaded rustix v0.38.9 |
957 | 2023-11-04T19:52:46.681Z | Downloaded diesel v2.1.3 |
958 | 2023-11-04T19:52:46.697Z | Downloaded tabled v0.14.0 |
959 | 2023-11-04T19:52:46.717Z | Downloaded openssl v0.10.57 |
960 | 2023-11-04T19:52:46.735Z | Downloaded portable-atomic v1.4.3 |
961 | 2023-11-04T19:52:46.744Z | Downloaded futures-util v0.3.29 |
962 | 2023-11-04T19:52:46.766Z | Downloaded h2 v0.3.21 |
963 | 2023-11-04T19:52:46.778Z | Downloaded curve25519-dalek v4.1.0 |
964 | 2023-11-04T19:52:46.794Z | Downloaded idna v0.2.3 |
965 | 2023-11-04T19:52:46.807Z | Downloaded tough v0.12.5 |
966 | 2023-11-04T19:52:46.821Z | Downloaded serde_with v2.3.3 |
967 | 2023-11-04T19:52:46.832Z | Downloaded syn v2.0.32 |
968 | 2023-11-04T19:52:46.851Z | Downloaded encoding_rs v0.8.33 |
969 | 2023-11-04T19:52:46.895Z | Downloaded nix v0.26.2 |
970 | 2023-11-04T19:52:46.914Z | Downloaded proptest v1.3.1 |
971 | 2023-11-04T19:52:46.931Z | Downloaded idna v0.4.0 |
972 | 2023-11-04T19:52:46.944Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
973 | 2023-11-04T19:52:47.051Z | Downloaded hashbrown v0.13.2 |
974 | 2023-11-04T19:52:47.058Z | Downloaded hashbrown v0.12.3 |
975 | 2023-11-04T19:52:47.065Z | Downloaded hashbrown v0.14.2 |
976 | 2023-11-04T19:52:47.076Z | Downloaded clap v2.34.0 |
977 | 2023-11-04T19:52:47.088Z | Downloaded rustls-webpki v0.101.7 |
978 | 2023-11-04T19:52:47.114Z | Downloaded clap_builder v4.4.2 |
979 | 2023-11-04T19:52:47.126Z | Downloaded crossterm v0.26.1 |
980 | 2023-11-04T19:52:47.138Z | Downloaded lalrpop v0.19.12 |
981 | 2023-11-04T19:52:47.161Z | Downloaded elliptic-curve v0.13.5 |
982 | 2023-11-04T19:52:47.175Z | Downloaded pest v2.7.2 |
983 | 2023-11-04T19:52:47.190Z | Downloaded rayon-core v1.12.0 |
984 | 2023-11-04T19:52:47.202Z | Downloaded flume v0.11.0 |
985 | 2023-11-04T19:52:47.213Z | Downloaded flate2 v1.0.28 |
986 | 2023-11-04T19:52:47.230Z | Downloaded der v0.7.8 |
987 | 2023-11-04T19:52:47.243Z | Downloaded regex-automata v0.1.10 |
988 | 2023-11-04T19:52:47.257Z | Downloaded toml v0.8.6 |
989 | 2023-11-04T19:52:47.265Z | Downloaded x509-cert v0.2.4 |
990 | 2023-11-04T19:52:47.279Z | Downloaded yasna v0.5.2 |
991 | 2023-11-04T19:52:47.283Z | Downloaded tokio-tungstenite v0.20.1 |
992 | 2023-11-04T19:52:47.287Z | Downloaded tungstenite v0.20.1 |
993 | 2023-11-04T19:52:47.293Z | Downloaded aho-corasick v1.0.4 |
994 | 2023-11-04T19:52:47.304Z | Downloaded tabled_derive v0.6.0 |
995 | 2023-11-04T19:52:47.307Z | Downloaded secrecy v0.8.0 |
996 | 2023-11-04T19:52:47.310Z | Downloaded parking_lot v0.12.1 |
997 | 2023-11-04T19:52:47.313Z | Downloaded fastrand v2.0.0 |
998 | 2023-11-04T19:52:47.316Z | Downloaded unicode-segmentation v1.10.1 |
999 | 2023-11-04T19:52:47.321Z | Downloaded unicode-normalization v0.1.22 |
1000 | 2023-11-04T19:52:47.328Z | Downloaded hyper v0.14.27 |
1001 | 2023-11-04T19:52:47.345Z | Downloaded libz-sys v1.1.12 |
1002 | 2023-11-04T19:52:47.476Z | Downloaded tinyvec v1.6.0 |
1003 | 2023-11-04T19:52:47.480Z | Downloaded num-bigint-dig v0.8.4 |
1004 | 2023-11-04T19:52:47.489Z | Downloaded unicode-xid v0.2.4 |
1005 | 2023-11-04T19:52:47.492Z | Downloaded serde_urlencoded v0.7.1 |
1006 | 2023-11-04T19:52:47.495Z | Downloaded serde_tokenstream v0.2.0 |
1007 | 2023-11-04T19:52:47.500Z | Downloaded schemars_derive v0.8.13 |
1008 | 2023-11-04T19:52:47.503Z | Downloaded rand v0.8.5 |
1009 | 2023-11-04T19:52:47.510Z | Downloaded toml_datetime v0.6.5 |
1010 | 2023-11-04T19:52:47.513Z | Downloaded wait-timeout v0.2.0 |
1011 | 2023-11-04T19:52:47.516Z | Downloaded postcard v0.7.3 |
1012 | 2023-11-04T19:52:47.519Z | Downloaded diff v0.1.13 |
1013 | 2023-11-04T19:52:47.526Z | Downloaded toml_edit v0.19.15 |
1014 | 2023-11-04T19:52:47.557Z | Downloaded itertools v0.11.0 |
1015 | 2023-11-04T19:52:47.568Z | Downloaded num-rational v0.4.1 |
1016 | 2023-11-04T19:52:47.571Z | Downloaded group v0.13.0 |
1017 | 2023-11-04T19:52:47.574Z | Downloaded globset v0.4.13 |
1018 | 2023-11-04T19:52:47.577Z | Downloaded parking_lot_core v0.8.6 |
1019 | 2023-11-04T19:52:47.580Z | Downloaded signal-hook v0.3.17 |
1020 | 2023-11-04T19:52:47.585Z | Downloaded bindgen v0.65.1 |
1021 | 2023-11-04T19:52:47.601Z | Downloaded postcard-cobs v0.1.5-pre |
1022 | 2023-11-04T19:52:47.604Z | Downloaded pest_meta v2.7.2 |
1023 | 2023-11-04T19:52:47.608Z | Downloaded darling v0.20.3 |
1024 | 2023-11-04T19:52:47.615Z | Downloaded unsafe-libyaml v0.2.9 |
1025 | 2023-11-04T19:52:47.621Z | Downloaded memchr v2.6.3 |
1026 | 2023-11-04T19:52:47.631Z | Downloaded usdt v0.3.5 |
1027 | 2023-11-04T19:52:47.635Z | Downloaded scheduled-thread-pool v0.2.7 |
1028 | 2023-11-04T19:52:47.638Z | Downloaded strsim v0.10.0 |
1029 | 2023-11-04T19:52:47.641Z | Downloaded strsim v0.8.0 |
1030 | 2023-11-04T19:52:47.643Z | Downloaded walkdir v2.4.0 |
1031 | 2023-11-04T19:52:47.646Z | Downloaded subprocess v0.2.9 |
1032 | 2023-11-04T19:52:47.649Z | Downloaded ring v0.17.5 |
1033 | 2023-11-04T19:52:47.795Z | Downloaded nom v7.1.3 |
1034 | 2023-11-04T19:52:47.805Z | Downloaded papergrid v0.10.0 |
1035 | 2023-11-04T19:52:47.815Z | Downloaded string_cache v0.8.7 |
1036 | 2023-11-04T19:52:47.818Z | Downloaded glob v0.3.1 |
1037 | 2023-11-04T19:52:47.821Z | Downloaded futures-io v0.3.29 |
1038 | 2023-11-04T19:52:47.824Z | Downloaded slog-term v2.9.0 |
1039 | 2023-11-04T19:52:47.828Z | Downloaded getrandom v0.2.10 |
1040 | 2023-11-04T19:52:47.831Z | Downloaded derive-where v1.2.5 |
1041 | 2023-11-04T19:52:47.837Z | Downloaded libsqlite3-sys v0.26.0 |
1042 | 2023-11-04T19:52:47.983Z | Downloaded prettyplease v0.2.12 |
1043 | 2023-11-04T19:52:47.989Z | Downloaded der_derive v0.7.2 |
1044 | 2023-11-04T19:52:47.992Z | Downloaded usdt-attr-macro v0.3.5 |
1045 | 2023-11-04T19:52:47.996Z | Downloaded serde-big-array v0.5.1 |
1046 | 2023-11-04T19:52:47.999Z | Downloaded unarray v0.1.4 |
1047 | 2023-11-04T19:52:48.002Z | Downloaded tokio-macros v2.1.0 |
1048 | 2023-11-04T19:52:48.005Z | Downloaded thiserror-no-std v2.0.2 |
1049 | 2023-11-04T19:52:48.009Z | Downloaded once_cell v1.18.0 |
1050 | 2023-11-04T19:52:48.011Z | Downloaded oso v0.27.0 |
1051 | 2023-11-04T19:52:48.017Z | Downloaded num-bigint v0.4.4 |
1052 | 2023-11-04T19:52:48.025Z | Downloaded tokio-util v0.7.10 |
1053 | 2023-11-04T19:52:48.037Z | Downloaded ref-cast-impl v1.0.20 |
1054 | 2023-11-04T19:52:48.040Z | Downloaded stringprep v0.1.3 |
1055 | 2023-11-04T19:52:48.043Z | Downloaded filetime v0.2.22 |
1056 | 2023-11-04T19:52:48.046Z | Downloaded want v0.3.1 |
1057 | 2023-11-04T19:52:48.049Z | Downloaded unicode-ident v1.0.12 |
1058 | 2023-11-04T19:52:48.052Z | Downloaded uuid v1.4.1 |
1059 | 2023-11-04T19:52:48.058Z | Downloaded darling_core v0.14.4 |
1060 | 2023-11-04T19:52:48.066Z | Downloaded deranged v0.3.8 |
1061 | 2023-11-04T19:52:48.069Z | Downloaded getopts v0.2.21 |
1062 | 2023-11-04T19:52:48.075Z | Downloaded trust-dns-server v0.22.1 |
1063 | 2023-11-04T19:52:48.079Z | Downloaded trust-dns-resolver v0.22.0 |
1064 | 2023-11-04T19:52:48.086Z | Downloaded dirs-next v2.0.0 |
1065 | 2023-11-04T19:52:48.089Z | Downloaded num_enum_derive v0.5.11 |
1066 | 2023-11-04T19:52:48.092Z | Downloaded rand_chacha v0.3.1 |
1067 | 2023-11-04T19:52:48.095Z | Downloaded downcast v0.11.0 |
1068 | 2023-11-04T19:52:48.098Z | Downloaded crossbeam-utils v0.8.16 |
1069 | 2023-11-04T19:52:48.101Z | Downloaded tracing v0.1.37 |
1070 | 2023-11-04T19:52:48.106Z | Downloaded owo-colors v3.5.0 |
1071 | 2023-11-04T19:52:48.110Z | Downloaded futures-channel v0.3.29 |
1072 | 2023-11-04T19:52:48.113Z | Downloaded hkdf v0.12.3 |
1073 | 2023-11-04T19:52:48.118Z | Downloaded signal-hook-tokio v0.3.1 |
1074 | 2023-11-04T19:52:48.121Z | Downloaded ctr v0.9.2 |
1075 | 2023-11-04T19:52:48.124Z | Downloaded shell-words v1.1.0 |
1076 | 2023-11-04T19:52:48.126Z | Downloaded pem-rfc7468 v0.7.0 |
1077 | 2023-11-04T19:52:48.129Z | Downloaded whoami v1.4.1 |
1078 | 2023-11-04T19:52:48.132Z | Downloaded tokio-postgres v0.7.10 |
1079 | 2023-11-04T19:52:48.137Z | Downloaded serde_yaml v0.9.25 |
1080 | 2023-11-04T19:52:48.143Z | Downloaded libm v0.2.7 |
1081 | 2023-11-04T19:52:48.158Z | Downloaded proc-macro2 v1.0.67 |
1082 | 2023-11-04T19:52:48.162Z | Downloaded aes v0.8.3 |
1083 | 2023-11-04T19:52:48.168Z | Downloaded term v0.7.0 |
1084 | 2023-11-04T19:52:48.173Z | Downloaded xattr v1.0.1 |
1085 | 2023-11-04T19:52:48.176Z | Downloaded utf-8 v0.7.6 |
1086 | 2023-11-04T19:52:48.179Z | Downloaded radium v0.7.0 |
1087 | 2023-11-04T19:52:48.182Z | Downloaded tokio-rustls v0.24.1 |
1088 | 2023-11-04T19:52:48.186Z | Downloaded socket2 v0.4.9 |
1089 | 2023-11-04T19:52:48.189Z | Downloaded ron v0.7.1 |
1090 | 2023-11-04T19:52:48.194Z | Downloaded openssl-probe v0.1.5 |
1091 | 2023-11-04T19:52:48.197Z | Downloaded openssl-macros v0.1.1 |
1092 | 2023-11-04T19:52:48.200Z | Downloaded opaque-debug v0.3.0 |
1093 | 2023-11-04T19:52:48.203Z | Downloaded num_threads v0.1.6 |
1094 | 2023-11-04T19:52:48.206Z | Downloaded futures-executor v0.3.29 |
1095 | 2023-11-04T19:52:48.209Z | Downloaded resolv-conf v0.7.0 |
1096 | 2023-11-04T19:52:48.211Z | Downloaded crypto-bigint v0.5.2 |
1097 | 2023-11-04T19:52:48.215Z | Downloaded minimal-lexical v0.2.1 |
1098 | 2023-11-04T19:52:48.222Z | Downloaded similar v2.2.1 |
1099 | 2023-11-04T19:52:48.230Z | Downloaded typenum v1.16.0 |
1100 | 2023-11-04T19:52:48.234Z | Downloaded ron v0.8.1 |
1101 | 2023-11-04T19:52:48.244Z | Downloaded libxml v0.3.3 |
1102 | 2023-11-04T19:52:48.254Z | Downloaded universal-hash v0.5.1 |
1103 | 2023-11-04T19:52:48.257Z | Downloaded fd-lock v3.0.13 |
1104 | 2023-11-04T19:52:48.260Z | Downloaded pest_generator v2.7.2 |
1105 | 2023-11-04T19:52:48.262Z | Downloaded topological-sort v0.2.2 |
1106 | 2023-11-04T19:52:48.265Z | Downloaded tokio-tungstenite v0.18.0 |
1107 | 2023-11-04T19:52:48.268Z | Downloaded data-encoding v2.4.0 |
1108 | 2023-11-04T19:52:48.271Z | Downloaded vsss-rs v3.3.1 |
1109 | 2023-11-04T19:52:48.274Z | Downloaded hashlink v0.8.3 |
1110 | 2023-11-04T19:52:48.278Z | Downloaded env_logger v0.10.0 |
1111 | 2023-11-04T19:52:48.283Z | Downloaded half v1.8.2 |
1112 | 2023-11-04T19:52:48.287Z | Downloaded structmeta-derive v0.1.6 |
1113 | 2023-11-04T19:52:48.289Z | Downloaded packed_struct_codegen v0.10.1 |
1114 | 2023-11-04T19:52:48.292Z | Downloaded equivalent v1.0.1 |
1115 | 2023-11-04T19:52:48.298Z | Downloaded tinyvec_macros v0.1.1 |
1116 | 2023-11-04T19:52:48.300Z | Downloaded dyn-clone v1.0.13 |
1117 | 2023-11-04T19:52:48.303Z | Downloaded which v4.4.0 |
1118 | 2023-11-04T19:52:48.306Z | Downloaded postgres-types v0.2.6 |
1119 | 2023-11-04T19:52:48.309Z | Downloaded platforms v3.0.2 |
1120 | 2023-11-04T19:52:48.312Z | Downloaded predicates v3.0.4 |
1121 | 2023-11-04T19:52:48.316Z | Downloaded subtle v2.5.0 |
1122 | 2023-11-04T19:52:48.319Z | Downloaded rcgen v0.11.3 |
1123 | 2023-11-04T19:52:48.322Z | Downloaded heapless v0.7.16 |
1124 | 2023-11-04T19:52:48.326Z | Downloaded vergen v8.2.4 |
1125 | 2023-11-04T19:52:48.329Z | Downloaded ucd-trie v0.1.6 |
1126 | 2023-11-04T19:52:48.331Z | Downloaded slog v2.7.0 |
1127 | 2023-11-04T19:52:48.334Z | Downloaded pkcs8 v0.10.2 |
1128 | 2023-11-04T19:52:48.337Z | Downloaded ff v0.13.0 |
1129 | 2023-11-04T19:52:48.340Z | Downloaded tap v1.0.1 |
1130 | 2023-11-04T19:52:48.342Z | Downloaded mio v0.8.8 |
1131 | 2023-11-04T19:52:48.351Z | Downloaded r2d2 v0.8.10 |
1132 | 2023-11-04T19:52:48.354Z | Downloaded fallible-streaming-iterator v0.1.9 |
1133 | 2023-11-04T19:52:48.357Z | Downloaded proc-macro-error v1.0.4 |
1134 | 2023-11-04T19:52:48.360Z | Downloaded signature v2.1.0 |
1135 | 2023-11-04T19:52:48.364Z | Downloaded crossbeam-channel v0.5.8 |
1136 | 2023-11-04T19:52:48.368Z | Downloaded darling_macro v0.20.3 |
1137 | 2023-11-04T19:52:48.371Z | Downloaded darling_macro v0.14.4 |
1138 | 2023-11-04T19:52:48.374Z | Downloaded ed25519 v1.5.3 |
1139 | 2023-11-04T19:52:48.377Z | Downloaded either v1.9.0 |
1140 | 2023-11-04T19:52:48.380Z | Downloaded ppv-lite86 v0.2.17 |
1141 | 2023-11-04T19:52:48.382Z | Downloaded strip-ansi-escapes v0.2.0 |
1142 | 2023-11-04T19:52:48.385Z | Downloaded toml v0.7.8 |
1143 | 2023-11-04T19:52:48.389Z | Downloaded snafu v0.7.5 |
1144 | 2023-11-04T19:52:48.394Z | Downloaded serde_derive v1.0.188 |
1145 | 2023-11-04T19:52:48.398Z | Downloaded clap v4.4.3 |
1146 | 2023-11-04T19:52:48.413Z | Downloaded postgres-protocol v0.6.6 |
1147 | 2023-11-04T19:52:48.416Z | Downloaded pest_derive v2.7.2 |
1148 | 2023-11-04T19:52:48.419Z | Downloaded scopeguard v1.2.0 |
1149 | 2023-11-04T19:52:48.423Z | Downloaded diesel_derives v2.1.1 |
1150 | 2023-11-04T19:52:48.426Z | Downloaded derive_more v0.99.17 |
1151 | 2023-11-04T19:52:48.434Z | Downloaded thread-id v4.2.0 |
1152 | 2023-11-04T19:52:48.437Z | Downloaded terminal_size v0.2.6 |
1153 | 2023-11-04T19:52:48.440Z | Downloaded spki v0.7.2 |
1154 | 2023-11-04T19:52:48.443Z | Downloaded slog-stdlog v4.1.1 |
1155 | 2023-11-04T19:52:48.446Z | Downloaded slog-async v2.8.0 |
1156 | 2023-11-04T19:52:48.450Z | Downloaded unicode-bidi v0.3.13 |
1157 | 2023-11-04T19:52:48.453Z | Downloaded rustc-demangle v0.1.23 |
1158 | 2023-11-04T19:52:48.456Z | Downloaded futures v0.3.29 |
1159 | 2023-11-04T19:52:48.459Z | Downloaded pem v1.1.1 |
1160 | 2023-11-04T19:52:48.462Z | Downloaded parse-display v0.8.2 |
1161 | 2023-11-04T19:52:48.465Z | Downloaded phf_shared v0.11.2 |
1162 | 2023-11-04T19:52:48.468Z | Downloaded backtrace v0.3.69 |
1163 | 2023-11-04T19:52:48.471Z | Downloaded ryu v1.0.15 |
1164 | 2023-11-04T19:52:48.476Z | Downloaded endian-type v0.1.2 |
1165 | 2023-11-04T19:52:48.479Z | Downloaded hash32 v0.2.1 |
1166 | 2023-11-04T19:52:48.482Z | Downloaded proc-macro-error-attr v1.0.4 |
1167 | 2023-11-04T19:52:48.485Z | Downloaded pretty-hex v0.3.0 |
1168 | 2023-11-04T19:52:48.488Z | Downloaded pretty-hex v0.2.1 |
1169 | 2023-11-04T19:52:48.491Z | Downloaded precomputed-hash v0.1.1 |
1170 | 2023-11-04T19:52:48.494Z | Downloaded same-file v1.0.6 |
1171 | 2023-11-04T19:52:48.497Z | Downloaded miniz_oxide v0.7.1 |
1172 | 2023-11-04T19:52:48.500Z | Downloaded indicatif v0.17.7 |
1173 | 2023-11-04T19:52:48.503Z | Downloaded clang-sys v1.6.1 |
1174 | 2023-11-04T19:52:48.506Z | Downloaded pkg-config v0.3.27 |
1175 | 2023-11-04T19:52:48.509Z | Downloaded rsa v0.9.2 |
1176 | 2023-11-04T19:52:48.512Z | Downloaded ringbuffer v0.15.0 |
1177 | 2023-11-04T19:52:48.515Z | Downloaded serde_derive_internals v0.26.0 |
1178 | 2023-11-04T19:52:48.518Z | Downloaded chacha20poly1305 v0.10.1 |
1179 | 2023-11-04T19:52:48.521Z | Downloaded tungstenite v0.18.0 |
1180 | 2023-11-04T19:52:48.524Z | Downloaded test-strategy v0.3.1 |
1181 | 2023-11-04T19:52:48.530Z | Downloaded itertools v0.10.5 |
1182 | 2023-11-04T19:52:48.540Z | Downloaded shlex v1.1.0 |
1183 | 2023-11-04T19:52:48.543Z | Downloaded addr2line v0.21.0 |
1184 | 2023-11-04T19:52:48.546Z | Downloaded smawk v0.3.1 |
1185 | 2023-11-04T19:52:48.550Z | Downloaded structopt v0.3.26 |
1186 | 2023-11-04T19:52:48.560Z | Downloaded tokio-native-tls v0.3.1 |
1187 | 2023-11-04T19:52:48.563Z | Downloaded num-complex v0.4.4 |
1188 | 2023-11-04T19:52:48.566Z | Downloaded nu-ansi-term v0.49.0 |
1189 | 2023-11-04T19:52:48.569Z | Downloaded bytes v1.5.0 |
1190 | 2023-11-04T19:52:48.575Z | Downloaded libloading v0.7.4 |
1191 | 2023-11-04T19:52:48.578Z | Downloaded aes-gcm-siv v0.11.1 |
1192 | 2023-11-04T19:52:48.582Z | Downloaded bzip2 v0.4.4 |
1193 | 2023-11-04T19:52:48.585Z | Downloaded parse-display-derive v0.8.2 |
1194 | 2023-11-04T19:52:48.588Z | Downloaded percent-encoding v2.3.0 |
1195 | 2023-11-04T19:52:48.591Z | Downloaded newtype_derive v0.1.6 |
1196 | 2023-11-04T19:52:48.594Z | Downloaded atomic-waker v1.1.1 |
1197 | 2023-11-04T19:52:48.597Z | Downloaded tower-service v0.3.2 |
1198 | 2023-11-04T19:52:48.600Z | Downloaded smallvec v1.11.0 |
1199 | 2023-11-04T19:52:48.603Z | Downloaded num-traits v0.2.16 |
1200 | 2023-11-04T19:52:48.605Z | Downloaded fallible-iterator v0.2.0 |
1201 | 2023-11-04T19:52:48.608Z | Downloaded errno v0.3.2 |
1202 | 2023-11-04T19:52:48.612Z | Downloaded mime_guess v2.0.4 |
1203 | 2023-11-04T19:52:48.615Z | Downloaded hyper-staticfile v0.9.5 |
1204 | 2023-11-04T19:52:48.617Z | Downloaded rand_xorshift v0.3.0 |
1205 | 2023-11-04T19:52:48.620Z | Downloaded lock_api v0.4.10 |
1206 | 2023-11-04T19:52:48.623Z | Downloaded bincode v1.3.3 |
1207 | 2023-11-04T19:52:48.626Z | Downloaded pin-utils v0.1.0 |
1208 | 2023-11-04T19:52:48.629Z | Downloaded take_mut v0.2.2 |
1209 | 2023-11-04T19:52:48.632Z | Downloaded bcs v0.1.6 |
1210 | 2023-11-04T19:52:48.635Z | Downloaded crossbeam-queue v0.3.8 |
1211 | 2023-11-04T19:52:48.638Z | Downloaded zerocopy v0.3.0 |
1212 | 2023-11-04T19:52:48.641Z | Downloaded const-oid v0.9.5 |
1213 | 2023-11-04T19:52:48.644Z | Downloaded zeroize_derive v1.4.2 |
1214 | 2023-11-04T19:52:48.647Z | Downloaded zeroize v1.6.0 |
1215 | 2023-11-04T19:52:48.651Z | Downloaded crossbeam-epoch v0.9.15 |
1216 | 2023-11-04T19:52:48.654Z | Downloaded funty v2.0.0 |
1217 | 2023-11-04T19:52:48.657Z | Downloaded path-dedot v3.1.0 |
1218 | 2023-11-04T19:52:48.660Z | Downloaded olpc-cjson v0.1.3 |
1219 | 2023-11-04T19:52:48.662Z | Downloaded multer v2.1.0 |
1220 | 2023-11-04T19:52:48.665Z | Downloaded buf-list v1.0.3 |
1221 | 2023-11-04T19:52:48.668Z | Downloaded native-tls v0.2.11 |
1222 | 2023-11-04T19:52:48.671Z | Downloaded camino-tempfile v1.0.2 |
1223 | 2023-11-04T19:52:48.674Z | Downloaded fragile v2.0.0 |
1224 | 2023-11-04T19:52:48.677Z | Downloaded form_urlencoded v1.2.0 |
1225 | 2023-11-04T19:52:48.679Z | Downloaded fixedbitset v0.4.2 |
1226 | 2023-11-04T19:52:48.683Z | Downloaded tempfile v3.8.0 |
1227 | 2023-11-04T19:52:48.686Z | Downloaded synstructure v0.12.6 |
1228 | 2023-11-04T19:52:48.689Z | Downloaded sha2 v0.10.8 |
1229 | 2023-11-04T19:52:48.691Z | Downloaded num-derive v0.4.0 |
1230 | 2023-11-04T19:52:48.734Z | Downloaded untrusted v0.7.1 |
1231 | 2023-11-04T19:52:48.737Z | Downloaded tui-tree-widget v0.13.0 |
1232 | 2023-11-04T19:52:48.740Z | Downloaded nibble_vec v0.1.0 |
1233 | 2023-11-04T19:52:48.743Z | Downloaded lru-cache v0.1.2 |
1234 | 2023-11-04T19:52:48.746Z | Downloaded spin v0.5.2 |
1235 | 2023-11-04T19:52:48.751Z | Downloaded rustc_version v0.1.7 |
1236 | 2023-11-04T19:52:48.754Z | Downloaded mime v0.3.17 |
1237 | 2023-11-04T19:52:48.757Z | Downloaded indoc v1.0.9 |
1238 | 2023-11-04T19:52:48.759Z | Downloaded indoc v2.0.3 |
1239 | 2023-11-04T19:52:48.762Z | Downloaded async-trait v0.1.74 |
1240 | 2023-11-04T19:52:48.765Z | Downloaded ansi_term v0.12.1 |
1241 | 2023-11-04T19:52:48.768Z | Downloaded bitflags v2.4.0 |
1242 | 2023-11-04T19:52:48.771Z | Downloaded time-macros v0.2.13 |
1243 | 2023-11-04T19:52:48.774Z | Downloaded smallvec v0.6.14 |
1244 | 2023-11-04T19:52:48.777Z | Downloaded ciborium-ll v0.2.1 |
1245 | 2023-11-04T19:52:48.779Z | Downloaded inout v0.1.3 |
1246 | 2023-11-04T19:52:48.782Z | Downloaded textwrap v0.11.0 |
1247 | 2023-11-04T19:52:48.785Z | Downloaded path-absolutize v3.1.0 |
1248 | 2023-11-04T19:52:48.788Z | Downloaded cancel-safe-futures v0.1.5 |
1249 | 2023-11-04T19:52:48.791Z | Downloaded derive_builder_macro v0.12.0 |
1250 | 2023-11-04T19:52:48.794Z | Downloaded cassowary v0.3.0 |
1251 | 2023-11-04T19:52:48.796Z | Downloaded ascii v1.1.0 |
1252 | 2023-11-04T19:52:48.799Z | Downloaded mockall v0.11.4 |
1253 | 2023-11-04T19:52:48.802Z | Downloaded aead v0.5.2 |
1254 | 2023-11-04T19:52:48.804Z | Downloaded cargo_metadata v0.18.0 |
1255 | 2023-11-04T19:52:48.807Z | Downloaded anyhow v1.0.75 |
1256 | 2023-11-04T19:52:48.810Z | Downloaded tracing-attributes v0.1.26 |
1257 | 2023-11-04T19:52:48.813Z | Downloaded base64 v0.21.5 |
1258 | 2023-11-04T19:52:48.815Z | Downloaded hmac v0.12.1 |
1259 | 2023-11-04T19:52:48.818Z | Downloaded blake2 v0.10.6 |
1260 | 2023-11-04T19:52:48.821Z | Downloaded nodrop v0.1.14 |
1261 | 2023-11-04T19:52:48.824Z | Downloaded crc-catalog v2.2.0 |
1262 | 2023-11-04T19:52:48.827Z | Downloaded zone_cfg_derive v0.2.0 |
1263 | 2023-11-04T19:52:48.830Z | Downloaded curve25519-dalek-derive v0.1.0 |
1264 | 2023-11-04T19:52:48.833Z | Downloaded cc v1.0.83 |
1265 | 2023-11-04T19:52:48.835Z | Downloaded slab v0.4.9 |
1266 | 2023-11-04T19:52:48.838Z | Downloaded signal-hook-registry v1.4.1 |
1267 | 2023-11-04T19:52:48.841Z | Downloaded signal-hook-mio v0.2.3 |
1268 | 2023-11-04T19:52:48.845Z | Downloaded matches v0.1.10 |
1269 | 2023-11-04T19:52:48.848Z | Downloaded structopt-derive v0.4.18 |
1270 | 2023-11-04T19:52:48.851Z | Downloaded siphasher v0.3.11 |
1271 | 2023-11-04T19:52:48.853Z | Downloaded termtree v0.4.1 |
1272 | 2023-11-04T19:52:48.856Z | Downloaded is-terminal v0.4.9 |
1273 | 2023-11-04T19:52:48.859Z | Downloaded new_debug_unreachable v1.0.4 |
1274 | 2023-11-04T19:52:48.862Z | Downloaded ahash v0.8.3 |
1275 | 2023-11-04T19:52:48.864Z | Downloaded indexmap v2.1.0 |
1276 | 2023-11-04T19:52:48.867Z | Downloaded indexmap v1.9.3 |
1277 | 2023-11-04T19:52:48.870Z | Downloaded linked-hash-map v0.5.6 |
1278 | 2023-11-04T19:52:48.872Z | Downloaded crossbeam-deque v0.8.3 |
1279 | 2023-11-04T19:52:48.875Z | Downloaded crc32fast v1.3.2 |
1280 | 2023-11-04T19:52:48.878Z | Downloaded chacha20 v0.9.1 |
1281 | 2023-11-04T19:52:48.881Z | Downloaded semver v1.0.20 |
1282 | 2023-11-04T19:52:48.885Z | Downloaded crossbeam v0.8.2 |
1283 | 2023-11-04T19:52:48.888Z | Downloaded ascii-canvas v3.0.0 |
1284 | 2023-11-04T19:52:48.891Z | Downloaded base16ct v0.2.0 |
1285 | 2023-11-04T19:52:48.894Z | Downloaded serde_plain v1.0.2 |
1286 | 2023-11-04T19:52:48.897Z | Downloaded bitfield v0.14.0 |
1287 | 2023-11-04T19:52:48.900Z | Downloaded adler v1.0.2 |
1288 | 2023-11-04T19:52:48.903Z | Downloaded byteorder v1.5.0 |
1289 | 2023-11-04T19:52:48.906Z | Downloaded bb8 v0.8.1 |
1290 | 2023-11-04T19:52:48.908Z | Downloaded autocfg v1.1.0 |
1291 | 2023-11-04T19:52:48.912Z | Downloaded serde-hex v0.1.0 |
1292 | 2023-11-04T19:52:48.915Z | Downloaded semver v0.11.0 |
1293 | 2023-11-04T19:52:48.918Z | Downloaded hubpack_derive v0.1.1 |
1294 | 2023-11-04T19:52:48.921Z | Downloaded httpdate v1.0.3 |
1295 | 2023-11-04T19:52:48.924Z | Downloaded ciborium v0.2.1 |
1296 | 2023-11-04T19:52:48.927Z | Downloaded serde_spanned v0.6.4 |
1297 | 2023-11-04T19:52:48.930Z | Downloaded rustfmt-wrapper v0.2.0 |
1298 | 2023-11-04T19:52:48.933Z | Downloaded rustc_version v0.4.0 |
1299 | 2023-11-04T19:52:48.936Z | Downloaded rpassword v7.2.0 |
1300 | 2023-11-04T19:52:48.939Z | Downloaded cexpr v0.6.0 |
1301 | 2023-11-04T19:52:48.942Z | Downloaded jobserver v0.1.26 |
1302 | 2023-11-04T19:52:48.945Z | Downloaded corncobs v0.1.3 |
1303 | 2023-11-04T19:52:48.948Z | Downloaded camino v1.1.6 |
1304 | 2023-11-04T19:52:48.950Z | Downloaded bytecount v0.6.3 |
1305 | 2023-11-04T19:52:48.953Z | Downloaded bytesize v1.3.0 |
1306 | 2023-11-04T19:52:48.956Z | Downloaded block-padding v0.3.3 |
1307 | 2023-11-04T19:52:48.959Z | Downloaded async-stream-impl v0.3.5 |
1308 | 2023-11-04T19:52:48.962Z | Downloaded structmeta v0.1.6 |
1309 | 2023-11-04T19:52:48.965Z | Downloaded slog-envlogger v2.2.0 |
1310 | 2023-11-04T19:52:48.968Z | Downloaded rusty-fork v0.3.0 |
1311 | 2023-11-04T19:52:48.972Z | Downloaded rustversion v1.0.14 |
1312 | 2023-11-04T19:52:48.975Z | Downloaded match_cfg v0.1.0 |
1313 | 2023-11-04T19:52:48.978Z | Downloaded async-recursion v1.0.5 |
1314 | 2023-11-04T19:52:48.983Z | Downloaded cfg-if v0.1.10 |
1315 | 2023-11-04T19:52:48.986Z | Downloaded bitstruct_derive v0.1.0 |
1316 | 2023-11-04T19:52:48.989Z | Downloaded allocator-api2 v0.2.16 |
1317 | 2023-11-04T19:52:48.992Z | Downloaded http-range v0.1.5 |
1318 | 2023-11-04T19:52:48.997Z | Downloaded hex v0.4.3 |
1319 | 2023-11-04T19:52:49.002Z | Downloaded hostname v0.3.1 |
1320 | 2023-11-04T19:52:49.005Z | Downloaded home v0.5.5 |
1321 | 2023-11-04T19:52:49.008Z | Downloaded cargo-platform v0.1.3 |
1322 | 2023-11-04T19:52:49.012Z | Downloaded serde_repr v0.1.16 |
1323 | 2023-11-04T19:52:49.015Z | Downloaded lalrpop-util v0.19.12 |
1324 | 2023-11-04T19:52:49.017Z | Downloaded impl-trait-for-tuples v0.2.2 |
1325 | 2023-11-04T19:52:49.024Z | Downloaded hyper-tls v0.5.0 |
1326 | 2023-11-04T19:52:49.027Z | Downloaded array-init v0.0.4 |
1327 | 2023-11-04T19:52:49.031Z | Downloaded block-buffer v0.10.4 |
1328 | 2023-11-04T19:52:49.034Z | Downloaded bitstruct v0.1.1 |
1329 | 2023-11-04T19:52:49.037Z | Downloaded anstyle-query v1.0.0 |
1330 | 2023-11-04T19:52:49.041Z | Downloaded bit-set v0.5.3 |
1331 | 2023-11-04T19:52:49.047Z | Downloaded serde_arrays v0.1.0 |
1332 | 2023-11-04T19:52:49.050Z | Downloaded anstyle v1.0.2 |
1333 | 2023-11-04T19:52:49.054Z | Downloaded atty v0.2.14 |
1334 | 2023-11-04T19:52:49.057Z | Downloaded sha1 v0.10.5 |
1335 | 2023-11-04T19:52:49.060Z | Downloaded libefi-sys v0.1.0 |
1336 | 2023-11-04T19:52:49.063Z | Downloaded itoa v1.0.9 |
1337 | 2023-11-04T19:52:49.066Z | Downloaded humantime v2.1.0 |
1338 | 2023-11-04T19:52:49.069Z | Downloaded hubpack v0.1.2 |
1339 | 2023-11-04T19:52:49.072Z | Downloaded crc-any v2.4.3 |
1340 | 2023-11-04T19:52:49.075Z | Downloaded bitflags v1.3.2 |
1341 | 2023-11-04T19:52:49.078Z | Downloaded convert_case v0.4.0 |
1342 | 2023-11-04T19:52:49.081Z | Downloaded cpufeatures v0.2.9 |
1343 | 2023-11-04T19:52:49.084Z | Downloaded cookie v0.16.2 |
1344 | 2023-11-04T19:52:49.087Z | Downloaded instant v0.1.12 |
1345 | 2023-11-04T19:52:49.089Z | Downloaded maplit v1.0.2 |
1346 | 2023-11-04T19:52:49.092Z | Downloaded lazycell v1.3.0 |
1347 | 2023-11-04T19:52:49.095Z | Downloaded lazy_static v1.4.0 |
1348 | 2023-11-04T19:52:49.098Z | Downloaded iana-time-zone v0.1.57 |
1349 | 2023-11-04T19:52:49.101Z | Downloaded crc v3.0.1 |
1350 | 2023-11-04T19:52:49.103Z | Downloaded const_format_proc_macros v0.2.31 |
1351 | 2023-11-04T19:52:49.107Z | Downloaded colored v2.0.4 |
1352 | 2023-11-04T19:52:49.109Z | Downloaded bit-vec v0.6.3 |
1353 | 2023-11-04T19:52:49.112Z | Downloaded clap_lex v0.5.1 |
1354 | 2023-11-04T19:52:49.115Z | Downloaded assert_matches v1.5.0 |
1355 | 2023-11-04T19:52:49.332Z | Compiling proc-macro2 v1.0.67 |
1356 | 2023-11-04T19:52:49.336Z | Compiling unicode-ident v1.0.12 |
1357 | 2023-11-04T19:52:49.339Z | Compiling libc v0.2.149 |
1358 | 2023-11-04T19:52:49.342Z | Compiling serde v1.0.188 |
1359 | 2023-11-04T19:52:49.345Z | Compiling autocfg v1.1.0 |
1360 | 2023-11-04T19:52:49.356Z | Compiling version_check v0.9.4 |
1361 | 2023-11-04T19:52:49.359Z | Compiling cfg-if v1.0.0 |
1362 | 2023-11-04T19:52:49.610Z | Compiling syn v1.0.109 |
1363 | 2023-11-04T19:52:49.631Z | Compiling once_cell v1.18.0 |
1364 | 2023-11-04T19:52:49.713Z | Compiling parking_lot_core v0.9.8 |
1365 | 2023-11-04T19:52:50.196Z | Compiling libm v0.2.7 |
1366 | 2023-11-04T19:52:50.348Z | Compiling ahash v0.8.3 |
1367 | 2023-11-04T19:52:50.446Z | Compiling lock_api v0.4.10 |
1368 | 2023-11-04T19:52:51.130Z | Compiling num-traits v0.2.16 |
1369 | 2023-11-04T19:52:51.133Z | Compiling thiserror v1.0.49 |
1370 | 2023-11-04T19:52:51.137Z | Compiling typenum v1.16.0 |
1371 | 2023-11-04T19:52:51.568Z | Compiling futures-core v0.3.29 |
1372 | 2023-11-04T19:52:51.642Z | Compiling generic-array v0.14.7 |
1373 | 2023-11-04T19:52:51.824Z | Compiling scopeguard v1.2.0 |
1374 | 2023-11-04T19:52:51.871Z | Compiling memchr v2.6.3 |
1375 | 2023-11-04T19:52:52.037Z | Compiling itoa v1.0.9 |
1376 | 2023-11-04T19:52:52.063Z | Compiling pkg-config v0.3.27 |
1377 | 2023-11-04T19:52:52.838Z | Compiling quote v1.0.33 |
1378 | 2023-11-04T19:52:53.883Z | Compiling syn v2.0.32 |
1379 | 2023-11-04T19:52:53.930Z | Compiling jobserver v0.1.26 |
1380 | 2023-11-04T19:52:54.136Z | Compiling getrandom v0.2.10 |
1381 | 2023-11-04T19:52:54.730Z | Compiling cc v1.0.83 |
1382 | 2023-11-04T19:52:54.804Z | Compiling slab v0.4.9 |
1383 | 2023-11-04T19:52:54.925Z | Compiling futures-task v0.3.29 |
1384 | 2023-11-04T19:52:55.020Z | Compiling futures-channel v0.3.29 |
1385 | 2023-11-04T19:52:55.227Z | Compiling futures-util v0.3.29 |
1386 | 2023-11-04T19:52:55.470Z | Compiling log v0.4.20 |
1387 | 2023-11-04T19:52:56.358Z | Compiling ryu v1.0.15 |
1388 | 2023-11-04T19:52:56.468Z | Compiling pin-project-lite v0.2.13 |
1389 | 2023-11-04T19:52:56.655Z | Compiling serde_json v1.0.108 |
1390 | 2023-11-04T19:52:56.762Z | Compiling vcpkg v0.2.15 |
1391 | 2023-11-04T19:52:56.817Z | Compiling heck v0.4.1 |
1392 | 2023-11-04T19:52:56.843Z | Compiling schemars v0.8.13 |
1393 | 2023-11-04T19:52:57.131Z | Compiling smallvec v1.11.0 |
1394 | 2023-11-04T19:52:58.656Z | Compiling parking_lot v0.12.1 |
1395 | 2023-11-04T19:52:59.554Z | Compiling ring v0.17.5 |
1396 | 2023-11-04T19:52:59.785Z | Compiling openssl-sys v0.9.93 |
1397 | 2023-11-04T19:53:01.719Z | Compiling ring v0.16.20 |
1398 | 2023-11-04T19:53:02.108Z | Compiling rand_core v0.6.4 |
1399 | 2023-11-04T19:53:02.576Z | Compiling indexmap v1.9.3 |
1400 | 2023-11-04T19:53:02.907Z | Compiling allocator-api2 v0.2.16 |
1401 | 2023-11-04T19:53:02.987Z | Compiling byteorder v1.5.0 |
1402 | 2023-11-04T19:53:03.206Z | Compiling equivalent v1.0.1 |
1403 | 2023-11-04T19:53:03.368Z | Compiling httparse v1.8.0 |
1404 | 2023-11-04T19:53:03.457Z | Compiling mio v0.8.8 |
1405 | 2023-11-04T19:53:03.708Z | Compiling num_cpus v1.16.0 |
1406 | 2023-11-04T19:53:03.898Z | Compiling signal-hook-registry v1.4.1 |
1407 | 2023-11-04T19:53:03.921Z | Compiling socket2 v0.5.4 |
1408 | 2023-11-04T19:53:04.195Z | Compiling hashbrown v0.14.2 |
1409 | 2023-11-04T19:53:05.232Z | Compiling spin v0.5.2 |
1410 | 2023-11-04T19:53:06.435Z | Compiling serde_derive_internals v0.26.0 |
1411 | 2023-11-04T19:53:06.867Z | Compiling fnv v1.0.7 |
1412 | 2023-11-04T19:53:06.894Z | Compiling semver v1.0.20 |
1413 | 2023-11-04T19:53:07.026Z | Compiling openssl v0.10.57 |
1414 | 2023-11-04T19:53:07.643Z | Compiling rustls v0.21.8 |
1415 | 2023-11-04T19:53:07.681Z | Compiling iana-time-zone v0.1.57 |
1416 | 2023-11-04T19:53:08.010Z | Compiling ucd-trie v0.1.6 |
1417 | 2023-11-04T19:53:08.224Z | Compiling native-tls v0.2.11 |
1418 | 2023-11-04T19:53:08.330Z | Compiling unicode-xid v0.2.4 |
1419 | 2023-11-04T19:53:08.364Z | Compiling crossbeam-utils v0.8.16 |
1420 | 2023-11-04T19:53:08.576Z | Compiling synstructure v0.12.6 |
1421 | 2023-11-04T19:53:09.895Z | Compiling io-lifetimes v1.0.11 |
1422 | 2023-11-04T19:53:10.431Z | Compiling futures-sink v0.3.29 |
1423 | 2023-11-04T19:53:10.662Z | Compiling backtrace v0.3.69 |
1424 | 2023-11-04T19:53:10.960Z | Compiling tinyvec_macros v0.1.1 |
1425 | 2023-11-04T19:53:11.091Z | Compiling dyn-clone v1.0.13 |
1426 | 2023-11-04T19:53:11.119Z | Compiling tinyvec v1.6.0 |
1427 | 2023-11-04T19:53:11.754Z | Compiling tracing-core v0.1.31 |
1428 | 2023-11-04T19:53:11.781Z | Compiling num-integer v0.1.45 |
1429 | 2023-11-04T19:53:11.907Z | Compiling memoffset v0.9.0 |
1430 | 2023-11-04T19:53:12.101Z | Compiling rustix v0.37.23 |
1431 | 2023-11-04T19:53:12.196Z | Compiling winnow v0.5.15 |
1432 | 2023-11-04T19:53:12.371Z | Compiling pin-utils v0.1.0 |
1433 | 2023-11-04T19:53:12.510Z | Compiling subtle v2.5.0 |
1434 | 2023-11-04T19:53:12.537Z | Compiling rustix v0.38.9 |
1435 | 2023-11-04T19:53:12.989Z | Compiling futures-io v0.3.29 |
1436 | 2023-11-04T19:53:13.402Z | Compiling spin v0.9.8 |
1437 | 2023-11-04T19:53:13.462Z | Compiling hashbrown v0.13.2 |
1438 | 2023-11-04T19:53:13.847Z | Compiling unicode-normalization v0.1.22 |
1439 | 2023-11-04T19:53:13.985Z | Compiling usdt-impl v0.3.5 |
1440 | 2023-11-04T19:53:14.447Z | Compiling time-core v0.1.1 |
1441 | 2023-11-04T19:53:14.714Z | Compiling const-oid v0.9.5 |
1442 | 2023-11-04T19:53:15.374Z | Compiling anyhow v1.0.75 |
1443 | 2023-11-04T19:53:15.666Z | Compiling bitflags v1.3.2 |
1444 | 2023-11-04T19:53:15.821Z | Compiling slog v2.7.0 |
1445 | 2023-11-04T19:53:16.087Z | Compiling unicode-bidi v0.3.13 |
1446 | 2023-11-04T19:53:16.433Z | Compiling crc32fast v1.3.2 |
1447 | 2023-11-04T19:53:16.454Z | Compiling serde_derive v1.0.188 |
1448 | 2023-11-04T19:53:16.478Z | Compiling thiserror-impl v1.0.49 |
1449 | 2023-11-04T19:53:16.506Z | Compiling zeroize_derive v1.4.2 |
1450 | 2023-11-04T19:53:16.876Z | Compiling tokio-macros v2.1.0 |
1451 | 2023-11-04T19:53:17.062Z | Compiling futures-macro v0.3.29 |
1452 | 2023-11-04T19:53:18.278Z | Compiling tracing-attributes v0.1.26 |
1453 | 2023-11-04T19:53:18.454Z | Compiling schemars_derive v0.8.13 |
1454 | 2023-11-04T19:53:18.494Z | Compiling openssl-macros v0.1.1 |
1455 | 2023-11-04T19:53:19.027Z | Compiling zeroize v1.6.0 |
1456 | 2023-11-04T19:53:19.663Z | Compiling zerocopy-derive v0.2.0 |
1457 | 2023-11-04T19:53:21.529Z | Compiling pest v2.7.2 |
1458 | 2023-11-04T19:53:21.986Z | Compiling crypto-common v0.1.6 |
1459 | 2023-11-04T19:53:22.373Z | Compiling block-buffer v0.10.4 |
1460 | 2023-11-04T19:53:22.800Z | Compiling digest v0.10.7 |
1461 | 2023-11-04T19:53:23.540Z | Compiling time-macros v0.2.13 |
1462 | 2023-11-04T19:53:23.769Z | Compiling tracing v0.1.37 |
1463 | 2023-11-04T19:53:25.149Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1464 | 2023-11-04T19:53:25.502Z | Compiling aho-corasick v1.0.4 |
1465 | 2023-11-04T19:53:25.761Z | Compiling pest_meta v2.7.2 |
1466 | 2023-11-04T19:53:26.268Z | Compiling crossbeam-epoch v0.9.15 |
1467 | 2023-11-04T19:53:26.874Z | Compiling rustversion v1.0.14 |
1468 | 2023-11-04T19:53:27.291Z | Compiling ppv-lite86 v0.2.17 |
1469 | 2023-11-04T19:53:27.839Z | Compiling async-trait v0.1.74 |
1470 | 2023-11-04T19:53:28.470Z | Compiling pest_generator v2.7.2 |
1471 | 2023-11-04T19:53:28.562Z | Compiling regex-syntax v0.8.2 |
1472 | 2023-11-04T19:53:31.556Z | Compiling rand_chacha v0.3.1 |
1473 | 2023-11-04T19:53:32.118Z | Compiling zerocopy v0.3.0 |
1474 | 2023-11-04T19:53:32.868Z | Compiling pest_derive v2.7.2 |
1475 | 2023-11-04T19:53:33.176Z | Compiling zerocopy-derive v0.6.4 |
1476 | 2023-11-04T19:53:33.906Z | Compiling strsim v0.10.0 |
1477 | 2023-11-04T19:53:34.538Z | Compiling base64 v0.21.5 |
1478 | 2023-11-04T19:53:34.935Z | Compiling regex-automata v0.4.3 |
1479 | 2023-11-04T19:53:35.690Z | Compiling dtrace-parser v0.1.14 |
1480 | 2023-11-04T19:53:36.285Z | Compiling dof v0.1.5 |
1481 | 2023-11-04T19:53:37.454Z | Compiling rand v0.8.5 |
1482 | 2023-11-04T19:53:39.547Z | Compiling bytes v1.5.0 |
1483 | 2023-11-04T19:53:39.820Z | Compiling indexmap v2.1.0 |
1484 | 2023-11-04T19:53:39.925Z | Compiling uuid v1.4.1 |
1485 | 2023-11-04T19:53:40.347Z | Compiling chrono v0.4.31 |
1486 | 2023-11-04T19:53:40.957Z | Compiling toml_datetime v0.6.5 |
1487 | 2023-11-04T19:53:41.537Z | Compiling tokio v1.33.0 |
1488 | 2023-11-04T19:53:44.850Z | Compiling bitflags v2.4.0 |
1489 | 2023-11-04T19:53:45.865Z | Compiling serde_spanned v0.6.4 |
1490 | 2023-11-04T19:53:46.545Z | Compiling toml_edit v0.19.15 |
1491 | 2023-11-04T19:53:47.370Z | Compiling rustc_version v0.4.0 |
1492 | 2023-11-04T19:53:48.410Z | Compiling http v0.2.9 |
1493 | 2023-11-04T19:53:49.227Z | Compiling heapless v0.7.16 |
1494 | 2023-11-04T19:53:52.430Z | Compiling regex v1.10.2 |
1495 | 2023-11-04T19:53:57.792Z | Compiling tokio-util v0.7.10 |
1496 | 2023-11-04T19:53:58.384Z | Compiling thread-id v4.2.0 |
1497 | 2023-11-04T19:53:58.545Z | Compiling errno v0.3.2 |
1498 | 2023-11-04T19:53:58.678Z | Compiling num-bigint v0.4.4 |
1499 | 2023-11-04T19:53:58.878Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1500 | 2023-11-04T19:53:59.371Z | Compiling hashbrown v0.12.3 |
1501 | 2023-11-04T19:53:59.634Z | Compiling openssl-probe v0.1.5 |
1502 | 2023-11-04T19:53:59.935Z | Compiling untrusted v0.7.1 |
1503 | 2023-11-04T19:54:00.084Z | Compiling foreign-types-shared v0.1.1 |
1504 | 2023-11-04T19:54:00.237Z | Compiling smoltcp v0.9.1 |
1505 | 2023-11-04T19:54:00.264Z | Compiling untrusted v0.9.0 |
1506 | 2023-11-04T19:54:00.548Z | Compiling radium v0.7.0 |
1507 | 2023-11-04T19:54:01.263Z | Compiling percent-encoding v2.3.0 |
1508 | 2023-11-04T19:54:01.795Z | Compiling foreign-types v0.3.2 |
1509 | 2023-11-04T19:54:03.856Z | Compiling strum_macros v0.25.2 |
1510 | 2023-11-04T19:54:04.690Z | Compiling serde_tokenstream v0.1.7 |
1511 | 2023-11-04T19:54:05.948Z | Compiling lazy_static v1.4.0 |
1512 | 2023-11-04T19:54:06.566Z | Compiling socket2 v0.4.9 |
1513 | 2023-11-04T19:54:07.899Z | Compiling siphasher v0.3.11 |
1514 | 2023-11-04T19:54:08.273Z | Compiling adler v1.0.2 |
1515 | 2023-11-04T19:54:08.759Z | Compiling unicode-width v0.1.11 |
1516 | 2023-11-04T19:54:08.833Z | Compiling try-lock v0.2.4 |
1517 | 2023-11-04T19:54:09.043Z | Compiling unicode-segmentation v1.10.1 |
1518 | 2023-11-04T19:54:09.222Z | Compiling miniz_oxide v0.7.1 |
1519 | 2023-11-04T19:54:09.324Z | Compiling want v0.3.1 |
1520 | 2023-11-04T19:54:11.769Z | Compiling sct v0.7.0 |
1521 | 2023-11-04T19:54:11.981Z | Compiling h2 v0.3.21 |
1522 | 2023-11-04T19:54:12.237Z | Compiling form_urlencoded v1.2.0 |
1523 | 2023-11-04T19:54:12.377Z | Compiling http-body v0.4.5 |
1524 | 2023-11-04T19:54:12.740Z | Compiling hubpack_derive v0.1.1 |
1525 | 2023-11-04T19:54:13.960Z | Compiling num-iter v0.1.43 |
1526 | 2023-11-04T19:54:14.680Z | Compiling utf8parse v0.2.1 |
1527 | 2023-11-04T19:54:14.932Z | Compiling tower-service v0.3.2 |
1528 | 2023-11-04T19:54:15.120Z | Compiling cpufeatures v0.2.9 |
1529 | 2023-11-04T19:54:15.251Z | Compiling httpdate v1.0.3 |
1530 | 2023-11-04T19:54:15.387Z | Compiling anstyle v1.0.2 |
1531 | 2023-11-04T19:54:15.907Z | Compiling sha2 v0.10.8 |
1532 | 2023-11-04T19:54:16.183Z | Compiling anstyle-parse v0.2.1 |
1533 | 2023-11-04T19:54:19.608Z | Compiling usdt-macro v0.3.5 |
1534 | 2023-11-04T19:54:19.715Z | Compiling usdt-attr-macro v0.3.5 |
1535 | 2023-11-04T19:54:22.408Z | Compiling openapiv3 v1.0.3 |
1536 | 2023-11-04T19:54:22.532Z | Compiling rustls-pemfile v1.0.3 |
1537 | 2023-11-04T19:54:22.629Z | Compiling hmac v0.12.1 |
1538 | 2023-11-04T19:54:22.967Z | Compiling md-5 v0.10.5 |
1539 | 2023-11-04T19:54:23.289Z | Compiling idna v0.4.0 |
1540 | 2023-11-04T19:54:23.342Z | Compiling stringprep v0.1.3 |
1541 | 2023-11-04T19:54:23.642Z | Compiling diesel_table_macro_syntax v0.1.0 |
1542 | 2023-11-04T19:54:24.248Z | Compiling hyper v0.14.27 |
1543 | 2023-11-04T19:54:24.418Z | Compiling hash32 v0.2.1 |
1544 | 2023-11-04T19:54:24.766Z | Compiling either v1.9.0 |
1545 | 2023-11-04T19:54:25.174Z | Compiling fallible-iterator v0.2.0 |
1546 | 2023-11-04T19:54:25.281Z | Compiling gimli v0.28.0 |
1547 | 2023-11-04T19:54:25.769Z | Compiling colorchoice v1.0.0 |
1548 | 2023-11-04T19:54:26.008Z | Compiling anstyle-query v1.0.0 |
1549 | 2023-11-04T19:54:26.208Z | Compiling stable_deref_trait v1.2.0 |
1550 | 2023-11-04T19:54:29.374Z | Compiling postgres-protocol v0.6.6 |
1551 | 2023-11-04T19:54:29.753Z | Compiling anstream v0.5.0 |
1552 | 2023-11-04T19:54:30.343Z | Compiling url v2.4.1 |
1553 | 2023-11-04T19:54:30.738Z | Compiling diesel_derives v2.1.1 |
1554 | 2023-11-04T19:54:33.205Z | Compiling addr2line v0.21.0 |
1555 | 2023-11-04T19:54:34.116Z | Compiling rustls-native-certs v0.6.3 |
1556 | 2023-11-04T19:54:35.496Z | Compiling tokio-native-tls v0.3.1 |
1557 | 2023-11-04T19:54:35.930Z | Compiling terminal_size v0.2.6 |
1558 | 2023-11-04T19:54:37.453Z | Compiling phf_shared v0.11.2 |
1559 | 2023-11-04T19:54:39.329Z | Compiling serde_tokenstream v0.2.0 |
1560 | 2023-11-04T19:54:39.374Z | Compiling block-padding v0.3.3 |
1561 | 2023-11-04T19:54:39.438Z | Compiling enum-as-inner v0.5.1 |
1562 | 2023-11-04T19:54:39.732Z | Compiling serde_repr v0.1.16 |
1563 | 2023-11-04T19:54:40.158Z | Compiling clap_derive v4.4.2 |
1564 | 2023-11-04T19:54:40.906Z | Compiling scheduled-thread-pool v0.2.7 |
1565 | 2023-11-04T19:54:40.934Z | Compiling object v0.32.1 |
1566 | 2023-11-04T19:54:41.684Z | Compiling deranged v0.3.8 |
1567 | 2023-11-04T19:54:45.069Z | Compiling tap v1.0.1 |
1568 | 2023-11-04T19:54:45.346Z | Compiling rustc-demangle v0.1.23 |
1569 | 2023-11-04T19:54:48.092Z | Compiling num_threads v0.1.6 |
1570 | 2023-11-04T19:54:48.272Z | Compiling managed v0.8.0 |
1571 | 2023-11-04T19:54:49.949Z | Compiling clap_lex v0.5.1 |
1572 | 2023-11-04T19:54:50.537Z | Compiling bit-vec v0.6.3 |
1573 | 2023-11-04T19:54:50.667Z | Compiling ipnet v2.8.0 |
1574 | 2023-11-04T19:54:52.084Z | Compiling matches v0.1.10 |
1575 | 2023-11-04T19:54:52.262Z | Compiling regex-automata v0.1.10 |
1576 | 2023-11-04T19:54:52.432Z | Compiling idna v0.2.3 |
1577 | 2023-11-04T19:54:53.070Z | Compiling bstr v0.2.17 |
1578 | 2023-11-04T19:54:55.338Z | Compiling clap_builder v4.4.2 |
1579 | 2023-11-04T19:54:56.482Z | Compiling time v0.3.27 |
1580 | 2023-11-04T19:54:58.323Z | Compiling wyz v0.5.1 |
1581 | 2023-11-04T19:54:59.120Z | Compiling r2d2 v0.8.10 |
1582 | 2023-11-04T19:55:00.776Z | Compiling inout v0.1.3 |
1583 | 2023-11-04T19:55:02.760Z | Compiling phf v0.11.2 |
1584 | 2023-11-04T19:55:03.249Z | Compiling hyper-tls v0.5.0 |
1585 | 2023-11-04T19:55:03.765Z | Compiling flate2 v1.0.28 |
1586 | 2023-11-04T19:55:04.233Z | Compiling postgres-types v0.2.6 |
1587 | 2023-11-04T19:55:04.944Z | Compiling itertools v0.11.0 |
1588 | 2023-11-04T19:55:05.517Z | Compiling hubpack v0.1.2 |
1589 | 2023-11-04T19:55:06.233Z | Compiling serde_urlencoded v0.7.1 |
1590 | 2023-11-04T19:55:06.518Z | Compiling phf_shared v0.10.0 |
1591 | 2023-11-04T19:55:06.568Z | Compiling ipnetwork v0.20.0 |
1592 | 2023-11-04T19:55:07.158Z | Compiling zerocopy v0.6.4 |
1593 | 2023-11-04T19:55:07.849Z | Compiling futures-executor v0.3.29 |
1594 | 2023-11-04T19:55:08.693Z | Compiling regress v0.7.1 |
1595 | 2023-11-04T19:55:08.919Z | Compiling float-cmp v0.9.0 |
1596 | 2023-11-04T19:55:09.208Z | Compiling encoding_rs v0.8.33 |
1597 | 2023-11-04T19:55:09.295Z | Compiling regex-automata v0.3.8 |
1598 | 2023-11-04T19:55:09.754Z | Compiling difflib v0.4.0 |
1599 | 2023-11-04T19:55:12.156Z | Compiling mime v0.3.17 |
1600 | 2023-11-04T19:55:13.051Z | Compiling normalize-line-endings v0.3.0 |
1601 | 2023-11-04T19:55:13.264Z | Compiling webpki-roots v0.25.2 |
1602 | 2023-11-04T19:55:13.548Z | Compiling funty v2.0.0 |
1603 | 2023-11-04T19:55:15.095Z | Compiling predicates-core v1.0.6 |
1604 | 2023-11-04T19:55:15.827Z | Compiling precomputed-hash v0.1.1 |
1605 | 2023-11-04T19:55:15.998Z | Compiling new_debug_unreachable v1.0.4 |
1606 | 2023-11-04T19:55:16.133Z | Compiling fixedbitset v0.4.2 |
1607 | 2023-11-04T19:55:16.724Z | Compiling static_assertions v1.1.0 |
1608 | 2023-11-04T19:55:16.803Z | Compiling whoami v1.4.1 |
1609 | 2023-11-04T19:55:16.874Z | Compiling data-encoding v2.4.0 |
1610 | 2023-11-04T19:55:17.345Z | Compiling tokio-postgres v0.7.10 |
1611 | 2023-11-04T19:55:17.720Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1612 | 2023-11-04T19:55:23.092Z | Compiling trust-dns-proto v0.22.0 |
1613 | 2023-11-04T19:55:25.606Z | Compiling petgraph v0.6.4 |
1614 | 2023-11-04T19:55:27.793Z | Compiling string_cache v0.8.7 |
1615 | 2023-11-04T19:55:28.503Z | Compiling bitvec v1.0.1 |
1616 | 2023-11-04T19:55:31.078Z | Compiling predicates v3.0.4 |
1617 | 2023-11-04T19:55:31.081Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1618 | 2023-11-04T19:55:32.465Z | Compiling bstr v1.6.0 |
1619 | 2023-11-04T19:55:39.392Z | Compiling futures v0.3.29 |
1620 | 2023-11-04T19:55:39.568Z | Compiling diesel v2.1.3 |
1621 | 2023-11-04T19:55:39.683Z | Compiling yasna v0.5.2 |
1622 | 2023-11-04T19:55:41.617Z | Compiling clap v4.4.3 |
1623 | 2023-11-04T19:55:41.668Z | Compiling cipher v0.4.4 |
1624 | 2023-11-04T19:55:42.248Z | Compiling similar v2.2.1 |
1625 | 2023-11-04T19:55:42.412Z | Compiling bit-set v0.5.3 |
1626 | 2023-11-04T19:55:42.837Z | Compiling itertools v0.10.5 |
1627 | 2023-11-04T19:55:42.958Z | Compiling usdt v0.3.5 |
1628 | 2023-11-04T19:55:43.909Z | Compiling console v0.15.7 |
1629 | 2023-11-04T19:55:44.366Z | Compiling tokio-stream v0.1.14 |
1630 | 2023-11-04T19:55:45.761Z | Compiling toml v0.7.8 |
1631 | 2023-11-04T19:55:45.966Z | Compiling hex v0.4.3 |
1632 | 2023-11-04T19:55:46.098Z | Compiling signature v2.1.0 |
1633 | 2023-11-04T19:55:47.416Z | Compiling regex-syntax v0.6.29 |
1634 | 2023-11-04T19:55:49.270Z | Compiling lalrpop-util v0.19.12 |
1635 | 2023-11-04T19:55:49.751Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1636 | 2023-11-04T19:55:57.043Z | Compiling ident_case v1.0.1 |
1637 | 2023-11-04T19:55:57.358Z | Compiling darling_core v0.20.3 |
1638 | 2023-11-04T19:56:13.981Z | Compiling atty v0.2.14 |
1639 | 2023-11-04T19:56:14.379Z | Compiling proc-macro-error-attr v1.0.4 |
1640 | 2023-11-04T19:56:24.227Z | Compiling darling_macro v0.20.3 |
1641 | 2023-11-04T19:56:37.156Z | Compiling proc-macro-crate v1.3.1 |
1642 | 2023-11-04T19:56:40.812Z | Compiling dirs-sys-next v0.1.2 |
1643 | 2023-11-04T19:56:40.872Z | Compiling proc-macro-error v1.0.4 |
1644 | 2023-11-04T19:56:53.274Z | Compiling dirs-next v2.0.0 |
1645 | 2023-11-04T19:56:55.106Z | Compiling num_enum_derive v0.5.11 |
1646 | 2023-11-04T19:56:59.473Z | Compiling darling v0.20.3 |
1647 | 2023-11-04T19:57:01.311Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1648 | 2023-11-04T19:57:09.673Z | Compiling getopts v0.2.21 |
1649 | 2023-11-04T19:57:11.191Z | Compiling structmeta-derive v0.2.0 |
1650 | 2023-11-04T19:57:11.493Z | Compiling thread_local v1.1.7 |
1651 | 2023-11-04T19:57:11.893Z | Compiling multer v2.1.0 |
1652 | 2023-11-04T19:57:12.337Z | Compiling slog-async v2.8.0 |
1653 | 2023-11-04T19:57:13.766Z | Compiling unsafe-libyaml v0.2.9 |
1654 | 2023-11-04T19:57:15.608Z | Compiling match_cfg v0.1.0 |
1655 | 2023-11-04T19:57:15.754Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1656 | 2023-11-04T19:57:16.879Z | Compiling paste v1.0.14 |
1657 | 2023-11-04T19:57:17.536Z | Compiling camino v1.1.6 |
1658 | 2023-11-04T19:57:27.633Z | Compiling serde_yaml v0.9.25 |
1659 | 2023-11-04T19:57:29.393Z | Compiling hostname v0.3.1 |
1660 | 2023-11-04T19:57:29.428Z | Compiling structmeta v0.2.0 |
1661 | 2023-11-04T19:57:30.798Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1662 | 2023-11-04T19:57:35.593Z | Compiling serde_with_macros v2.3.3 |
1663 | 2023-11-04T19:57:39.419Z | Compiling num_enum v0.5.11 |
1664 | 2023-11-04T19:57:40.478Z | Compiling term v0.7.0 |
1665 | 2023-11-04T19:57:42.817Z | Compiling slog-json v2.6.1 |
1666 | 2023-11-04T19:57:42.842Z | Compiling crossbeam-channel v0.5.8 |
1667 | 2023-11-04T19:57:44.234Z | Compiling strum v0.25.0 |
1668 | 2023-11-04T19:57:46.134Z | Compiling async-stream-impl v0.3.5 |
1669 | 2023-11-04T19:57:46.545Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1670 | 2023-11-04T19:57:46.969Z | Compiling postcard-cobs v0.1.5-pre |
1671 | 2023-11-04T19:57:47.425Z | Compiling regex-syntax v0.7.5 |
1672 | 2023-11-04T19:57:48.137Z | Compiling atomic-waker v1.1.1 |
1673 | 2023-11-04T19:57:48.346Z | Compiling take_mut v0.2.2 |
1674 | 2023-11-04T19:57:48.428Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1675 | 2023-11-04T19:57:48.885Z | Compiling waitgroup v0.1.2 |
1676 | 2023-11-04T19:57:48.911Z | Compiling async-stream v0.3.5 |
1677 | 2023-11-04T19:57:49.252Z | Compiling postcard v0.7.3 |
1678 | 2023-11-04T19:57:50.208Z | Compiling slog-bunyan v2.4.0 |
1679 | 2023-11-04T19:57:50.633Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1680 | 2023-11-04T19:57:53.160Z | Compiling slog-term v2.9.0 |
1681 | 2023-11-04T19:57:54.465Z | Compiling serde_with v2.3.3 |
1682 | 2023-11-04T19:57:58.142Z | Compiling parse-display-derive v0.8.2 |
1683 | 2023-11-04T19:58:03.860Z | Compiling toml_edit v0.20.7 |
1684 | 2023-11-04T19:58:04.024Z | Compiling smoltcp v0.8.2 |
1685 | 2023-11-04T19:58:04.558Z | Compiling sha1 v0.10.5 |
1686 | 2023-11-04T19:58:06.072Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1687 | 2023-11-04T19:58:06.324Z | Compiling serde_path_to_error v0.1.14 |
1688 | 2023-11-04T19:58:08.127Z | Compiling foreign-types-macros v0.2.3 |
1689 | 2023-11-04T19:58:09.386Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1690 | 2023-11-04T19:58:09.794Z | Compiling instant v0.1.12 |
1691 | 2023-11-04T19:58:10.016Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1692 | 2023-11-04T19:58:10.044Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1693 | 2023-11-04T19:58:10.372Z | Compiling foreign-types-shared v0.3.1 |
1694 | 2023-11-04T19:58:10.442Z | Compiling cfg-if v0.1.10 |
1695 | 2023-11-04T19:58:10.551Z | Compiling debug-ignore v1.0.5 |
1696 | 2023-11-04T19:58:10.589Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1697 | 2023-11-04T19:58:10.786Z | Compiling foreign-types v0.5.0 |
1698 | 2023-11-04T19:58:11.003Z | Compiling backoff v0.4.0 |
1699 | 2023-11-04T19:58:11.699Z | Compiling toml v0.8.6 |
1700 | 2023-11-04T19:58:16.151Z | Compiling parse-display v0.8.2 |
1701 | 2023-11-04T19:58:17.057Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1702 | 2023-11-04T19:58:17.138Z | Compiling is-terminal v0.4.9 |
1703 | 2023-11-04T19:58:17.324Z | Compiling macaddr v1.0.1 |
1704 | 2023-11-04T19:58:17.345Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1705 | 2023-11-04T19:58:18.508Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1706 | 2023-11-04T19:58:18.635Z | Compiling cstr-argument v0.1.2 |
1707 | 2023-11-04T19:58:19.017Z | Compiling crucible-workspace-hack v0.1.0 |
1708 | 2023-11-04T19:58:19.404Z | Compiling pretty-hex v0.2.1 |
1709 | 2023-11-04T19:58:19.676Z | Compiling base64ct v1.6.0 |
1710 | 2023-11-04T19:58:19.765Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1711 | 2023-11-04T19:58:19.835Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1712 | 2023-11-04T19:58:20.490Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1713 | 2023-11-04T19:58:20.520Z | Compiling password-hash v0.5.0 |
1714 | 2023-11-04T19:58:21.230Z | Compiling colored v2.0.4 |
1715 | 2023-11-04T19:58:21.297Z | Compiling textwrap v0.11.0 |
1716 | 2023-11-04T19:58:21.870Z | Compiling heck v0.3.3 |
1717 | 2023-11-04T19:58:22.549Z | Compiling blake2 v0.10.6 |
1718 | 2023-11-04T19:58:23.164Z | Compiling ansi_term v0.12.1 |
1719 | 2023-11-04T19:58:23.547Z | Compiling libefi-sys v0.1.0 |
1720 | 2023-11-04T19:58:23.940Z | Compiling strsim v0.8.0 |
1721 | 2023-11-04T19:58:24.646Z | Compiling rayon-core v1.12.0 |
1722 | 2023-11-04T19:58:24.696Z | Compiling vec_map v0.8.2 |
1723 | 2023-11-04T19:58:24.814Z | Compiling argon2 v0.5.2 |
1724 | 2023-11-04T19:58:24.841Z | Compiling structopt-derive v0.4.18 |
1725 | 2023-11-04T19:58:25.210Z | Compiling clap v2.34.0 |
1726 | 2023-11-04T19:58:26.329Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1727 | 2023-11-04T19:58:29.623Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1728 | 2023-11-04T19:58:29.670Z | Compiling zone_cfg_derive v0.2.0 |
1729 | 2023-11-04T19:58:30.471Z | Compiling crossbeam-deque v0.8.3 |
1730 | 2023-11-04T19:58:30.868Z | Compiling num-derive v0.4.0 |
1731 | 2023-11-04T19:58:31.094Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1732 | 2023-11-04T19:58:31.634Z | Compiling keccak v0.1.4 |
1733 | 2023-11-04T19:58:31.811Z | Compiling portable-atomic v1.4.3 |
1734 | 2023-11-04T19:58:33.228Z | Compiling sha3 v0.10.8 |
1735 | 2023-11-04T19:58:33.360Z | Compiling zone v0.2.0 |
1736 | 2023-11-04T19:58:34.558Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1737 | 2023-11-04T19:58:34.934Z | Compiling structopt v0.3.26 |
1738 | 2023-11-04T19:58:37.621Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1739 | 2023-11-04T19:58:38.282Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1740 | 2023-11-04T19:58:39.965Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1741 | 2023-11-04T19:58:41.457Z | Compiling hkdf v0.12.3 |
1742 | 2023-11-04T19:58:41.654Z | Compiling smf v0.2.2 |
1743 | 2023-11-04T19:58:41.859Z | Compiling secrecy v0.8.0 |
1744 | 2023-11-04T19:58:41.886Z | Compiling filetime v0.2.22 |
1745 | 2023-11-04T19:58:42.316Z | Compiling xattr v1.0.1 |
1746 | 2023-11-04T19:58:42.435Z | Compiling same-file v1.0.6 |
1747 | 2023-11-04T19:58:42.780Z | Compiling fastrand v2.0.0 |
1748 | 2023-11-04T19:58:42.920Z | Compiling walkdir v2.4.0 |
1749 | 2023-11-04T19:58:42.946Z | Compiling tar v0.4.40 |
1750 | 2023-11-04T19:58:44.034Z | Compiling tempfile v3.8.0 |
1751 | 2023-11-04T19:58:46.331Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1752 | 2023-11-04T19:58:46.984Z | Compiling rayon v1.8.0 |
1753 | 2023-11-04T19:58:47.470Z | Compiling number_prefix v0.4.0 |
1754 | 2023-11-04T19:58:47.845Z | Compiling topological-sort v0.2.2 |
1755 | 2023-11-04T19:58:51.350Z | Compiling bzip2 v0.4.4 |
1756 | 2023-11-04T19:58:51.929Z | Compiling zip v0.6.6 |
1757 | 2023-11-04T19:58:56.065Z | Compiling indicatif v0.17.7 |
1758 | 2023-11-04T19:59:15.584Z | Compiling rustls-webpki v0.101.7 |
1759 | 2023-11-04T19:59:16.627Z | Compiling tokio-rustls v0.24.1 |
1760 | 2023-11-04T19:59:16.902Z | Compiling hyper-rustls v0.24.2 |
1761 | 2023-11-04T19:59:17.002Z | Compiling reqwest v0.11.20 |
1762 | 2023-11-04T19:59:17.178Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1763 | 2023-11-04T19:59:17.279Z | Compiling omicron-zone-package v0.8.3 |
1764 | 2023-11-04T19:59:18.105Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1765 | 2023-11-04T19:59:26.440Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1766 | 2023-11-04T19:59:27.234Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1767 | 2023-11-04T19:59:28.122Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1768 | 2023-11-04T19:59:28.248Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1769 | 2023-11-04T19:59:44.252Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1770 | 2023-11-04T19:59:44.468Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1771 | 2023-11-04T19:59:44.860Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1772 | 2023-11-04T19:59:59.080Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1773 | 2023-11-04T20:00:00.428Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1774 | 2023-11-04T20:00:37.185Z | Finished release [optimized] target(s) in 8m 20s |
1775 | 2023-11-04T20:00:37.451Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1776 | 2023-11-04T20:00:37.538Z | Created new build target 'test' and set it as active |
1777 | 2023-11-04T20:00:37.541Z | |
1778 | 2023-11-04T20:00:37.545Z | real 8:20.817860491 |
1779 | 2023-11-04T20:00:37.548Z | user 53:18.601844964 |
1780 | 2023-11-04T20:00:37.551Z | sys 4:56.513668087 |
1781 | 2023-11-04T20:00:37.554Z | trap 2.190768534 |
1782 | 2023-11-04T20:00:37.557Z | tflt 3.455875367 |
1783 | 2023-11-04T20:00:37.560Z | dflt 4.702960467 |
1784 | 2023-11-04T20:00:37.563Z | kflt 0.029960664 |
1785 | 2023-11-04T20:00:37.566Z | lock 1:50:08.944961447 |
1786 | 2023-11-04T20:00:37.569Z | slp 3:24:03.650971512 |
1787 | 2023-11-04T20:00:37.586Z | lat 2:20.138721294 |
1788 | 2023-11-04T20:00:37.591Z | stop 4:54.610582774 |
1789 | 2023-11-04T20:00:37.594Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1790 | 2023-11-04T20:00:38.716Z | Finished release [optimized] target(s) in 1.09s |
1791 | 2023-11-04T20:00:38.745Z | Running `target/release/omicron-package -t test package` |
1792 | 2023-11-04T20:00:38.784Z | Nov 04 20:00:38.784 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1793 | 2023-11-04T20:00:40.000Z | Compiling serde_json v1.0.108 |
1794 | 2023-11-04T20:00:40.036Z | Compiling linked-hash-map v0.5.6 |
1795 | 2023-11-04T20:00:40.039Z | Compiling slog-dtrace v0.2.3 |
1796 | 2023-11-04T20:00:40.051Z | Compiling quick-error v1.2.3 |
1797 | 2023-11-04T20:00:40.054Z | Compiling same-file v1.0.6 |
1798 | 2023-11-04T20:00:40.058Z | Compiling semver-parser v0.10.2 |
1799 | 2023-11-04T20:00:40.062Z | Compiling termcolor v1.2.0 |
1800 | 2023-11-04T20:00:40.065Z | Compiling fastrand v2.0.0 |
1801 | 2023-11-04T20:00:40.234Z | Compiling resolv-conf v0.7.0 |
1802 | 2023-11-04T20:00:40.387Z | Compiling walkdir v2.4.0 |
1803 | 2023-11-04T20:00:40.493Z | Compiling filetime v0.2.22 |
1804 | 2023-11-04T20:00:40.635Z | Compiling lru-cache v0.1.2 |
1805 | 2023-11-04T20:00:40.864Z | Compiling tempfile v3.8.0 |
1806 | 2023-11-04T20:00:40.915Z | Compiling trust-dns-resolver v0.22.0 |
1807 | 2023-11-04T20:00:40.938Z | Compiling xattr v1.0.1 |
1808 | 2023-11-04T20:00:41.370Z | Compiling semver v0.11.0 |
1809 | 2023-11-04T20:00:41.514Z | Compiling memoffset v0.7.1 |
1810 | 2023-11-04T20:00:41.921Z | Compiling base64 v0.13.1 |
1811 | 2023-11-04T20:00:42.141Z | Compiling home v0.5.5 |
1812 | 2023-11-04T20:00:42.470Z | Compiling toolchain_find v0.2.0 |
1813 | 2023-11-04T20:00:42.489Z | Compiling tar v0.4.40 |
1814 | 2023-11-04T20:00:42.509Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1815 | 2023-11-04T20:00:43.111Z | Compiling toml_edit v0.20.7 |
1816 | 2023-11-04T20:00:43.281Z | Compiling libz-sys v1.1.12 |
1817 | 2023-11-04T20:00:43.352Z | Compiling toml v0.5.11 |
1818 | 2023-11-04T20:00:43.396Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1819 | 2023-11-04T20:00:43.558Z | Compiling schemars v0.8.13 |
1820 | 2023-11-04T20:00:43.686Z | Compiling reqwest v0.11.20 |
1821 | 2023-11-04T20:00:44.057Z | Compiling openapiv3 v1.0.3 |
1822 | 2023-11-04T20:00:45.651Z | Compiling usdt-impl v0.3.5 |
1823 | 2023-11-04T20:00:49.020Z | Compiling ipnetwork v0.20.0 |
1824 | 2023-11-04T20:00:52.345Z | Compiling usdt v0.3.5 |
1825 | 2023-11-04T20:00:53.123Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1826 | 2023-11-04T20:00:55.208Z | Compiling postgres-types v0.2.6 |
1827 | 2023-11-04T20:00:57.548Z | Compiling tokio-postgres v0.7.10 |
1828 | 2023-11-04T20:00:59.126Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1829 | 2023-11-04T20:00:59.323Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1830 | 2023-11-04T20:01:02.321Z | Compiling slog-json v2.6.1 |
1831 | 2023-11-04T20:01:02.644Z | Compiling diesel v2.1.3 |
1832 | 2023-11-04T20:01:03.463Z | Compiling slog-bunyan v2.4.0 |
1833 | 2023-11-04T20:01:03.859Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1834 | 2023-11-04T20:01:04.004Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1835 | 2023-11-04T20:01:10.533Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1836 | 2023-11-04T20:01:10.865Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1837 | 2023-11-04T20:01:15.446Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1838 | 2023-11-04T20:01:21.019Z | Compiling toml v0.8.6 |
1839 | 2023-11-04T20:01:22.690Z | Compiling rustfmt-wrapper v0.2.0 |
1840 | 2023-11-04T20:01:23.700Z | Compiling omicron-zone-package v0.8.3 |
1841 | 2023-11-04T20:01:23.727Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1842 | 2023-11-04T20:01:24.148Z | Compiling cancel-safe-futures v0.1.5 |
1843 | 2023-11-04T20:01:24.441Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1844 | 2023-11-04T20:01:24.630Z | Compiling structmeta-derive v0.1.6 |
1845 | 2023-11-04T20:01:25.504Z | Compiling num-rational v0.4.1 |
1846 | 2023-11-04T20:01:25.928Z | Compiling utf-8 v0.7.6 |
1847 | 2023-11-04T20:01:29.070Z | Compiling structmeta v0.1.6 |
1848 | 2023-11-04T20:01:29.481Z | Compiling pem-rfc7468 v0.7.0 |
1849 | 2023-11-04T20:01:29.569Z | Compiling der_derive v0.7.2 |
1850 | 2023-11-04T20:01:29.714Z | Compiling flagset v0.4.3 |
1851 | 2023-11-04T20:01:30.051Z | Compiling parse-display-derive v0.7.0 |
1852 | 2023-11-04T20:01:33.466Z | Compiling der v0.7.8 |
1853 | 2023-11-04T20:01:36.470Z | Compiling vergen v8.2.4 |
1854 | 2023-11-04T20:01:36.984Z | Compiling fxhash v0.2.1 |
1855 | 2023-11-04T20:01:36.987Z | Compiling num-complex v0.4.4 |
1856 | 2023-11-04T20:01:37.248Z | Compiling unicase v2.7.0 |
1857 | 2023-11-04T20:01:37.660Z | Compiling semver v0.1.20 |
1858 | 2023-11-04T20:01:38.615Z | Compiling rustc_version v0.1.7 |
1859 | 2023-11-04T20:01:39.081Z | Compiling num v0.4.1 |
1860 | 2023-11-04T20:01:39.226Z | Compiling spki v0.7.2 |
1861 | 2023-11-04T20:01:39.260Z | Compiling parse-display v0.7.0 |
1862 | 2023-11-04T20:01:39.564Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1863 | 2023-11-04T20:01:40.090Z | Compiling universal-hash v0.5.1 |
1864 | 2023-11-04T20:01:40.416Z | Compiling libsqlite3-sys v0.26.0 |
1865 | 2023-11-04T20:01:41.078Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1866 | 2023-11-04T20:01:41.193Z | Compiling half v1.8.2 |
1867 | 2023-11-04T20:01:42.140Z | Compiling maybe-uninit v2.0.0 |
1868 | 2023-11-04T20:01:42.807Z | Compiling ciborium-io v0.2.1 |
1869 | 2023-11-04T20:01:42.985Z | Compiling opaque-debug v0.3.0 |
1870 | 2023-11-04T20:01:43.123Z | Compiling arc-swap v1.6.0 |
1871 | 2023-11-04T20:01:43.159Z | Compiling ciborium-ll v0.2.1 |
1872 | 2023-11-04T20:01:43.994Z | Compiling slog-scope v4.4.0 |
1873 | 2023-11-04T20:01:44.504Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1874 | 2023-11-04T20:01:45.627Z | Compiling newtype_derive v0.1.6 |
1875 | 2023-11-04T20:01:46.030Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1876 | 2023-11-04T20:01:47.620Z | Compiling packed_struct v0.10.1 |
1877 | 2023-11-04T20:01:48.177Z | Compiling num-bigint-dig v0.8.4 |
1878 | 2023-11-04T20:01:48.556Z | Compiling crc-catalog v2.2.0 |
1879 | 2023-11-04T20:01:48.771Z | Compiling signal-hook v0.3.17 |
1880 | 2023-11-04T20:01:49.153Z | Compiling parking_lot_core v0.8.6 |
1881 | 2023-11-04T20:01:49.772Z | Compiling crc v3.0.1 |
1882 | 2023-11-04T20:01:52.793Z | Compiling slog-stdlog v4.1.1 |
1883 | 2023-11-04T20:01:53.109Z | Compiling ciborium v0.2.1 |
1884 | 2023-11-04T20:01:54.322Z | Compiling pkcs8 v0.10.2 |
1885 | 2023-11-04T20:01:55.353Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1886 | 2023-11-04T20:01:56.841Z | Compiling hashlink v0.8.3 |
1887 | 2023-11-04T20:01:57.387Z | Compiling aead v0.5.2 |
1888 | 2023-11-04T20:01:57.871Z | Compiling nibble_vec v0.1.0 |
1889 | 2023-11-04T20:01:58.074Z | Compiling packed_struct_codegen v0.10.1 |
1890 | 2023-11-04T20:01:58.197Z | Compiling dirs-sys-next v0.1.2 |
1891 | 2023-11-04T20:01:59.028Z | Compiling nodrop v0.1.14 |
1892 | 2023-11-04T20:01:59.120Z | Compiling endian-type v0.1.2 |
1893 | 2023-11-04T20:01:59.226Z | Compiling crunchy v0.2.2 |
1894 | 2023-11-04T20:01:59.469Z | Compiling humantime v2.1.0 |
1895 | 2023-11-04T20:01:59.832Z | Compiling doc-comment v0.3.3 |
1896 | 2023-11-04T20:02:00.533Z | Compiling fallible-streaming-iterator v0.1.9 |
1897 | 2023-11-04T20:02:00.907Z | Compiling glob v0.3.1 |
1898 | 2023-11-04T20:02:01.358Z | Compiling rusqlite v0.29.0 |
1899 | 2023-11-04T20:02:02.311Z | Compiling clang-sys v1.6.1 |
1900 | 2023-11-04T20:02:03.541Z | Compiling radix_trie v0.2.1 |
1901 | 2023-11-04T20:02:04.963Z | Compiling array-init v0.0.4 |
1902 | 2023-11-04T20:02:06.718Z | Compiling dirs-next v2.0.0 |
1903 | 2023-11-04T20:02:07.050Z | Compiling pkcs1 v0.7.5 |
1904 | 2023-11-04T20:02:07.576Z | Compiling slog-envlogger v2.2.0 |
1905 | 2023-11-04T20:02:09.347Z | Compiling smallvec v0.6.14 |
1906 | 2023-11-04T20:02:13.516Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1907 | 2023-11-04T20:02:13.812Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1908 | 2023-11-04T20:02:14.771Z | Compiling nix v0.26.2 |
1909 | 2023-11-04T20:02:14.834Z | Compiling num_enum_derive v0.7.0 |
1910 | 2023-11-04T20:02:18.956Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1911 | 2023-11-04T20:02:18.997Z | Compiling twox-hash v1.6.3 |
1912 | 2023-11-04T20:02:19.102Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1913 | 2023-11-04T20:02:20.736Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1914 | 2023-11-04T20:02:21.739Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1915 | 2023-11-04T20:02:26.939Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1916 | 2023-11-04T20:02:28.681Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1917 | 2023-11-04T20:02:30.265Z | Compiling prettyplease v0.2.12 |
1918 | 2023-11-04T20:02:30.670Z | Compiling bitfield v0.14.0 |
1919 | 2023-11-04T20:02:30.981Z | Compiling tiny-keccak v2.0.2 |
1920 | 2023-11-04T20:02:31.011Z | Compiling platforms v3.0.2 |
1921 | 2023-11-04T20:02:31.145Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1922 | 2023-11-04T20:02:31.420Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1923 | 2023-11-04T20:02:31.483Z | Compiling num_enum v0.7.0 |
1924 | 2023-11-04T20:02:31.736Z | Compiling rsa v0.9.2 |
1925 | 2023-11-04T20:02:32.553Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1926 | 2023-11-04T20:02:34.273Z | Compiling parking_lot v0.11.2 |
1927 | 2023-11-04T20:02:37.297Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1928 | 2023-11-04T20:02:38.371Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1929 | 2023-11-04T20:02:40.886Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1930 | 2023-11-04T20:02:42.021Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1931 | 2023-11-04T20:02:51.835Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1932 | 2023-11-04T20:02:55.266Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1933 | 2023-11-04T20:03:13.394Z | Compiling steno v0.4.0 |
1934 | 2023-11-04T20:03:14.209Z | Compiling serde-hex v0.1.0 |
1935 | 2023-11-04T20:03:16.703Z | Compiling mime_guess v2.0.4 |
1936 | 2023-11-04T20:03:18.606Z | Compiling term v0.7.0 |
1937 | 2023-11-04T20:03:20.877Z | Compiling trust-dns-client v0.22.0 |
1938 | 2023-11-04T20:03:23.458Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1939 | 2023-11-04T20:03:23.472Z | Compiling polyval v0.6.1 |
1940 | 2023-11-04T20:03:24.006Z | Compiling x509-cert v0.2.4 |
1941 | 2023-11-04T20:03:24.566Z | Compiling tungstenite v0.20.1 |
1942 | 2023-11-04T20:03:26.234Z | Compiling env_logger v0.10.0 |
1943 | 2023-11-04T20:03:32.760Z | Compiling aes v0.8.3 |
1944 | 2023-11-04T20:03:34.318Z | Compiling ctr v0.9.2 |
1945 | 2023-11-04T20:03:34.842Z | Compiling darling_core v0.14.4 |
1946 | 2023-11-04T20:03:37.244Z | Compiling ron v0.8.1 |
1947 | 2023-11-04T20:03:39.892Z | Compiling snafu-derive v0.7.5 |
1948 | 2023-11-04T20:03:40.491Z | Compiling bincode v1.3.3 |
1949 | 2023-11-04T20:03:43.972Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1950 | 2023-11-04T20:03:44.380Z | Compiling crc-any v2.4.3 |
1951 | 2023-11-04T20:03:46.037Z | Compiling convert_case v0.4.0 |
1952 | 2023-11-04T20:03:46.918Z | Compiling erased-serde v0.3.30 |
1953 | 2023-11-04T20:03:47.302Z | Compiling minimal-lexical v0.2.1 |
1954 | 2023-11-04T20:03:47.680Z | Compiling derive_more v0.99.17 |
1955 | 2023-11-04T20:03:48.117Z | Compiling nom v7.1.3 |
1956 | 2023-11-04T20:03:48.246Z | Compiling trust-dns-server v0.22.1 |
1957 | 2023-11-04T20:03:48.389Z | Compiling snafu v0.7.5 |
1958 | 2023-11-04T20:03:50.361Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1959 | 2023-11-04T20:03:54.710Z | Compiling darling_macro v0.14.4 |
1960 | 2023-11-04T20:03:54.753Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1961 | 2023-11-04T20:03:56.145Z | Compiling aes-gcm-siv v0.11.1 |
1962 | 2023-11-04T20:03:56.654Z | Compiling tokio-tungstenite v0.20.1 |
1963 | 2023-11-04T20:03:57.820Z | Compiling ascii-canvas v3.0.0 |
1964 | 2023-11-04T20:03:58.474Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1965 | 2023-11-04T20:03:58.603Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1966 | 2023-11-04T20:03:59.621Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1967 | 2023-11-04T20:04:00.375Z | Compiling sled v0.34.7 |
1968 | 2023-11-04T20:04:09.541Z | Compiling env_logger v0.9.3 |
1969 | 2023-11-04T20:04:17.475Z | Compiling tungstenite v0.18.0 |
1970 | 2023-11-04T20:04:20.327Z | Compiling object v0.30.4 |
1971 | 2023-11-04T20:04:21.699Z | Compiling is-terminal v0.4.9 |
1972 | 2023-11-04T20:04:21.877Z | Compiling ena v0.14.2 |
1973 | 2023-11-04T20:04:22.536Z | Compiling derive-where v1.2.5 |
1974 | 2023-11-04T20:04:26.596Z | Compiling bitstruct_derive v0.1.0 |
1975 | 2023-11-04T20:04:27.242Z | Compiling async-recursion v1.0.5 |
1976 | 2023-11-04T20:04:28.021Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1977 | 2023-11-04T20:04:28.224Z | Compiling libloading v0.7.4 |
1978 | 2023-11-04T20:04:28.590Z | Compiling diff v0.1.13 |
1979 | 2023-11-04T20:04:28.718Z | Compiling pretty-hex v0.3.0 |
1980 | 2023-11-04T20:04:28.750Z | Compiling bindgen v0.65.1 |
1981 | 2023-11-04T20:04:29.076Z | Compiling linear-map v1.2.0 |
1982 | 2023-11-04T20:04:29.364Z | Compiling path-slash v0.1.5 |
1983 | 2023-11-04T20:04:29.515Z | Compiling ringbuffer v0.15.0 |
1984 | 2023-11-04T20:04:29.687Z | Compiling ascii v1.1.0 |
1985 | 2023-11-04T20:04:29.709Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1986 | 2023-11-04T20:04:30.592Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1987 | 2023-11-04T20:04:31.053Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1988 | 2023-11-04T20:04:33.020Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1989 | 2023-11-04T20:04:35.152Z | Compiling lalrpop v0.19.12 |
1990 | 2023-11-04T20:04:44.907Z | Compiling bitstruct v0.1.1 |
1991 | 2023-11-04T20:04:46.991Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1992 | 2023-11-04T20:04:47.374Z | Compiling tokio-tungstenite v0.18.0 |
1993 | 2023-11-04T20:04:48.287Z | Compiling curve25519-dalek v4.1.0 |
1994 | 2023-11-04T20:04:51.839Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1995 | 2023-11-04T20:04:53.521Z | Compiling darling v0.14.4 |
1996 | 2023-11-04T20:04:53.683Z | Compiling cexpr v0.6.0 |
1997 | 2023-11-04T20:05:02.123Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1998 | 2023-11-04T20:05:03.559Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1999 | 2023-11-04T20:05:04.562Z | Compiling which v4.4.0 |
2000 | 2023-11-04T20:05:05.386Z | Compiling ff v0.13.0 |
2001 | 2023-11-04T20:05:05.453Z | Compiling path-dedot v3.1.0 |
2002 | 2023-11-04T20:05:05.515Z | Compiling serde_arrays v0.1.0 |
2003 | 2023-11-04T20:05:05.763Z | Compiling rustc-hash v1.1.0 |
2004 | 2023-11-04T20:05:05.766Z | Compiling peeking_take_while v0.1.2 |
2005 | 2023-11-04T20:05:05.794Z | Compiling lazycell v1.3.0 |
2006 | 2023-11-04T20:05:05.971Z | Compiling display-error-chain v0.2.0 |
2007 | 2023-11-04T20:05:05.986Z | Compiling shlex v1.1.0 |
2008 | 2023-11-04T20:05:06.041Z | Compiling group v0.13.0 |
2009 | 2023-11-04T20:05:06.299Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2010 | 2023-11-04T20:05:06.373Z | Compiling path-absolutize v3.1.0 |
2011 | 2023-11-04T20:05:06.667Z | Compiling derive_builder_core v0.12.0 |
2012 | 2023-11-04T20:05:08.157Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2013 | 2023-11-04T20:05:10.517Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2014 | 2023-11-04T20:05:11.797Z | Compiling olpc-cjson v0.1.3 |
2015 | 2023-11-04T20:05:12.737Z | Compiling pem v1.1.1 |
2016 | 2023-11-04T20:05:15.282Z | Compiling camino-tempfile v1.0.2 |
2017 | 2023-11-04T20:05:16.598Z | Compiling globset v0.4.13 |
2018 | 2023-11-04T20:05:18.288Z | Compiling crypto-bigint v0.5.2 |
2019 | 2023-11-04T20:05:18.855Z | Compiling serde_plain v1.0.2 |
2020 | 2023-11-04T20:05:19.735Z | Compiling curve25519-dalek-derive v0.1.0 |
2021 | 2023-11-04T20:05:22.005Z | Compiling thiserror-impl-no-std v2.0.2 |
2022 | 2023-11-04T20:05:24.935Z | Compiling libxml v0.3.3 |
2023 | 2023-11-04T20:05:25.392Z | Compiling polar-core v0.27.0 |
2024 | 2023-11-04T20:05:25.416Z | Compiling ref-cast v1.0.20 |
2025 | 2023-11-04T20:05:25.541Z | Compiling base16ct v0.2.0 |
2026 | 2023-11-04T20:05:26.087Z | Compiling buf-list v1.0.3 |
2027 | 2023-11-04T20:05:26.208Z | Compiling elliptic-curve v0.13.5 |
2028 | 2023-11-04T20:05:26.661Z | Compiling thiserror-no-std v2.0.2 |
2029 | 2023-11-04T20:05:27.130Z | Compiling tough v0.12.5 |
2030 | 2023-11-04T20:05:30.049Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2031 | 2023-11-04T20:05:31.844Z | Compiling derive_builder_macro v0.12.0 |
2032 | 2023-11-04T20:05:32.387Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2033 | 2023-11-04T20:05:33.046Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2034 | 2023-11-04T20:05:39.937Z | Compiling poly1305 v0.8.0 |
2035 | 2023-11-04T20:05:42.223Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2036 | 2023-11-04T20:05:42.509Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2037 | 2023-11-04T20:05:42.605Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2038 | 2023-11-04T20:05:42.626Z | Compiling chacha20 v0.9.1 |
2039 | 2023-11-04T20:05:42.888Z | Compiling strum_macros v0.24.3 |
2040 | 2023-11-04T20:05:43.338Z | Compiling bcs v0.1.6 |
2041 | 2023-11-04T20:05:44.810Z | Compiling const_format_proc_macros v0.2.31 |
2042 | 2023-11-04T20:05:48.008Z | Compiling ref-cast-impl v1.0.20 |
2043 | 2023-11-04T20:05:48.156Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2044 | 2023-11-04T20:05:48.553Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2045 | 2023-11-04T20:05:48.629Z | Compiling cookie v0.16.2 |
2046 | 2023-11-04T20:05:48.954Z | Compiling salty v0.2.0 |
2047 | 2023-11-04T20:05:48.977Z | Compiling highway v1.1.0 |
2048 | 2023-11-04T20:05:49.031Z | Compiling signature v1.6.4 |
2049 | 2023-11-04T20:05:49.258Z | Compiling indoc v1.0.9 |
2050 | 2023-11-04T20:05:49.564Z | Compiling ed25519 v1.5.3 |
2051 | 2023-11-04T20:05:49.985Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2052 | 2023-11-04T20:05:50.307Z | Compiling const_format v0.2.31 |
2053 | 2023-11-04T20:05:51.461Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2054 | 2023-11-04T20:05:52.242Z | Compiling chacha20poly1305 v0.10.1 |
2055 | 2023-11-04T20:05:52.616Z | Compiling derive_builder v0.12.0 |
2056 | 2023-11-04T20:05:54.606Z | Compiling vsss-rs v3.3.1 |
2057 | 2023-11-04T20:06:03.894Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2058 | 2023-11-04T20:06:04.717Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2059 | 2023-11-04T20:06:10.423Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2060 | 2023-11-04T20:06:14.421Z | Compiling signal-hook-mio v0.2.3 |
2061 | 2023-11-04T20:06:14.694Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2062 | 2023-11-04T20:06:15.249Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2063 | 2023-11-04T20:06:19.683Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2064 | 2023-11-04T20:06:19.750Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2065 | 2023-11-04T20:06:20.060Z | Compiling ron v0.7.1 |
2066 | 2023-11-04T20:06:29.982Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2067 | 2023-11-04T20:06:31.511Z | Compiling headers-core v0.2.0 |
2068 | 2023-11-04T20:06:31.766Z | Compiling bb8 v0.8.1 |
2069 | 2023-11-04T20:06:32.670Z | Compiling quick-xml v0.23.1 |
2070 | 2023-11-04T20:06:33.404Z | Compiling serde-big-array v0.5.1 |
2071 | 2023-11-04T20:06:33.781Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2072 | 2023-11-04T20:06:35.006Z | Compiling impl-trait-for-tuples v0.2.2 |
2073 | 2023-11-04T20:06:35.102Z | Compiling oso-derive v0.27.0 |
2074 | 2023-11-04T20:06:36.624Z | Compiling bit_field v0.10.2 |
2075 | 2023-11-04T20:06:36.854Z | Compiling maplit v1.0.2 |
2076 | 2023-11-04T20:06:37.022Z | Compiling http-range v0.1.5 |
2077 | 2023-11-04T20:06:38.057Z | Compiling hyper-staticfile v0.9.5 |
2078 | 2023-11-04T20:06:38.553Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2079 | 2023-11-04T20:06:43.927Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2080 | 2023-11-04T20:06:45.027Z | Compiling headers v0.3.9 |
2081 | 2023-11-04T20:06:51.838Z | Compiling oso v0.27.0 |
2082 | 2023-11-04T20:06:52.308Z | Compiling crossterm v0.27.0 |
2083 | 2023-11-04T20:07:08.334Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2084 | 2023-11-04T20:07:12.490Z | Compiling signal-hook-tokio v0.3.1 |
2085 | 2023-11-04T20:07:12.720Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2086 | 2023-11-04T20:07:12.763Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2087 | 2023-11-04T20:07:12.790Z | Compiling serde-big-array v0.4.1 |
2088 | 2023-11-04T20:07:13.065Z | Compiling cassowary v0.3.0 |
2089 | 2023-11-04T20:07:13.101Z | Compiling indoc v2.0.3 |
2090 | 2023-11-04T20:07:14.915Z | Compiling ratatui v0.23.0 |
2091 | 2023-11-04T20:07:18.301Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2092 | 2023-11-04T20:07:20.952Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2093 | 2023-11-04T20:07:24.249Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2094 | 2023-11-04T20:07:28.364Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2095 | 2023-11-04T20:07:28.940Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2096 | 2023-11-04T20:07:30.579Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2097 | 2023-11-04T20:07:35.075Z | Compiling fatfs v0.3.6 |
2098 | 2023-11-04T20:07:35.334Z | Compiling bytesize v1.3.0 |
2099 | 2023-11-04T20:07:36.275Z | Compiling nanorand v0.7.0 |
2100 | 2023-11-04T20:07:37.608Z | Compiling rtoolbox v0.0.1 |
2101 | 2023-11-04T20:07:38.351Z | Compiling fs-err v2.9.0 |
2102 | 2023-11-04T20:07:39.696Z | Compiling smawk v0.3.1 |
2103 | 2023-11-04T20:07:40.043Z | Compiling assert_matches v1.5.0 |
2104 | 2023-11-04T20:07:40.186Z | Compiling corncobs v0.1.3 |
2105 | 2023-11-04T20:07:40.692Z | Compiling unicode-linebreak v0.1.5 |
2106 | 2023-11-04T20:07:40.851Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2107 | 2023-11-04T20:07:40.865Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2108 | 2023-11-04T20:07:41.026Z | Compiling rpassword v7.2.0 |
2109 | 2023-11-04T20:07:41.617Z | Compiling textwrap v0.16.0 |
2110 | 2023-11-04T20:07:41.640Z | Compiling flume v0.11.0 |
2111 | 2023-11-04T20:07:42.205Z | Compiling tui-tree-widget v0.13.0 |
2112 | 2023-11-04T20:07:42.867Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2113 | 2023-11-04T20:07:45.754Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2114 | 2023-11-04T20:07:47.944Z | Compiling owo-colors v3.5.0 |
2115 | 2023-11-04T20:07:53.429Z | Compiling shell-words v1.1.0 |
2116 | 2023-11-04T20:07:54.135Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2117 | 2023-11-04T20:08:01.158Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2118 | 2023-11-04T20:08:58.250Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2119 | 2023-11-04T20:09:17.531Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2120 | 2023-11-04T20:11:39.146Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2121 | 2023-11-04T20:13:10.602Z | Compiling git2 v0.17.2 |
2122 | 2023-11-04T20:13:17.365Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2123 | 2023-11-04T20:13:19.084Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2124 | 2023-11-04T20:13:31.345Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2125 | 2023-11-04T20:13:52.449Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2126 | 2023-11-04T20:13:53.514Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2127 | 2023-11-04T20:13:56.207Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2128 | 2023-11-04T20:14:03.756Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2129 | 2023-11-04T20:23:25.122Z | Finished release [optimized] target(s) in 22m 46s |
2130 | 2023-11-04T20:24:36.274Z | |
2131 | 2023-11-04T20:24:36.278Z | real 23:58.819301585 |
2132 | 2023-11-04T20:24:36.281Z | user 2:46:42.887025200 |
2133 | 2023-11-04T20:24:36.284Z | sys 7:54.243510394 |
2134 | 2023-11-04T20:24:36.287Z | trap 5.742847167 |
2135 | 2023-11-04T20:24:36.290Z | tflt 1.459723189 |
2136 | 2023-11-04T20:24:36.294Z | dflt 4.691050161 |
2137 | 2023-11-04T20:24:36.296Z | kflt 0.001699475 |
2138 | 2023-11-04T20:24:36.299Z | lock 9:30:01.646068961 |
2139 | 2023-11-04T20:24:36.302Z | slp 6:49:39.377985762 |
2140 | 2023-11-04T20:24:36.304Z | lat 2:59.481147855 |
2141 | 2023-11-04T20:24:36.307Z | stop 51.988241829 |
2142 | 2023-11-04T20:24:36.310Z | + 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/*) |
2143 | 2023-11-04T20:24:36.313Z | + pfexec mkdir -p /work |
2144 | 2023-11-04T20:24:36.315Z | + pfexec chown build /work |
2145 | 2023-11-04T20:24:36.318Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.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 |
2146 | 2023-11-04T20:24:50.194Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2147 | 2023-11-04T20:24:50.197Z | a out/mg-ddm-gz.tar 61499K |
2148 | 2023-11-04T20:24:50.200Z | a out/omicron-sled-agent.tar 120365K |
2149 | 2023-11-04T20:24:50.203Z | a out/target/test 1K |
2150 | 2023-11-04T20:24:50.207Z | a out/npuzone/npuzone 36506K |
2151 | 2023-11-04T20:24:50.210Z | a package-manifest.toml 22K |
2152 | 2023-11-04T20:24:50.213Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2153 | 2023-11-04T20:24:50.216Z | a target/release/omicron-package 41683K |
2154 | 2023-11-04T20:24:50.220Z | a tools/create_virtual_hardware.sh 3K |
2155 | 2023-11-04T20:24:50.225Z | a tools/virtual_hardware.sh 4K |
2156 | 2023-11-04T20:24:50.228Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2157 | 2023-11-04T20:24:50.231Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2158 | 2023-11-04T20:24:50.234Z | a tools/scrimlet/softnpu-init.sh 3K |
2159 | 2023-11-04T20:24:50.237Z | a tools/scrimlet/softnpu-zone.txt 1K |
2160 | 2023-11-04T20:24:50.241Z | a tools/scrimlet/softnpu.toml 1K |
2161 | 2023-11-04T20:24:50.244Z | |
2162 | 2023-11-04T20:24:50.250Z | real 13.908787572 |
2163 | 2023-11-04T20:24:50.253Z | user 13.201162385 |
2164 | 2023-11-04T20:24:50.256Z | sys 1.176095998 |
2165 | 2023-11-04T20:24:50.261Z | trap 0.004849313 |
2166 | 2023-11-04T20:24:50.264Z | tflt 0.000000000 |
2167 | 2023-11-04T20:24:50.267Z | dflt 0.000000000 |
2168 | 2023-11-04T20:24:50.270Z | kflt 0.000000000 |
2169 | 2023-11-04T20:24:50.273Z | lock 0.000000000 |
2170 | 2023-11-04T20:24:50.278Z | slp 12.907017541 |
2171 | 2023-11-04T20:24:50.281Z | lat 0.524941554 |
2172 | 2023-11-04T20:24:50.284Z | stop 0.000226926 |
2173 | 2023-11-04T20:24:50.289Z | ++ pwd |
2174 | 2023-11-04T20:24:50.292Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2175 | 2023-11-04T20:24:50.295Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2176 | 2023-11-04T20:24:50.298Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2177 | 2023-11-04T20:24:51.369Z | Finished release [optimized] target(s) in 1.08s |
2178 | 2023-11-04T20:24:51.396Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2179 | 2023-11-04T20:24:51.437Z | Created new build target 'host' and set it as active |
2180 | 2023-11-04T20:24:51.440Z | |
2181 | 2023-11-04T20:24:51.444Z | real 1.231794581 |
2182 | 2023-11-04T20:24:51.448Z | user 0.879014144 |
2183 | 2023-11-04T20:24:51.451Z | sys 0.353639805 |
2184 | 2023-11-04T20:24:51.454Z | trap 0.000086000 |
2185 | 2023-11-04T20:24:51.457Z | tflt 0.000002069 |
2186 | 2023-11-04T20:24:51.460Z | dflt 0.000008228 |
2187 | 2023-11-04T20:24:51.463Z | kflt 0.000000000 |
2188 | 2023-11-04T20:24:51.466Z | lock 0.036360118 |
2189 | 2023-11-04T20:24:51.468Z | slp 0.019424842 |
2190 | 2023-11-04T20:24:51.471Z | lat 0.002080874 |
2191 | 2023-11-04T20:24:51.474Z | stop 0.000306535 |
2192 | 2023-11-04T20:24:51.477Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2193 | 2023-11-04T20:24:52.597Z | Finished release [optimized] target(s) in 1.07s |
2194 | 2023-11-04T20:24:52.626Z | Running `target/release/omicron-package -t host package` |
2195 | 2023-11-04T20:24:52.667Z | Nov 04 20:24:52.670 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2196 | 2023-11-04T20:24:53.830Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2197 | 2023-11-04T20:28:50.507Z | Finished release [optimized] target(s) in 3m 57s |
2198 | 2023-11-04T20:30:09.685Z | |
2199 | 2023-11-04T20:30:09.689Z | real 5:18.256329900 |
2200 | 2023-11-04T20:30:09.694Z | user 21:11.841315043 |
2201 | 2023-11-04T20:30:09.698Z | sys 1:27.186560815 |
2202 | 2023-11-04T20:30:09.702Z | trap 0.569525170 |
2203 | 2023-11-04T20:30:09.706Z | tflt 0.037834923 |
2204 | 2023-11-04T20:30:09.710Z | dflt 1.675115988 |
2205 | 2023-11-04T20:30:09.713Z | kflt 0.000015365 |
2206 | 2023-11-04T20:30:09.718Z | lock 1:16:33.517484168 |
2207 | 2023-11-04T20:30:09.721Z | slp 18:23.570605937 |
2208 | 2023-11-04T20:30:09.725Z | lat 6.715486720 |
2209 | 2023-11-04T20:30:09.729Z | stop 0.633451463 |
2210 | 2023-11-04T20:30:09.733Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2211 | 2023-11-04T20:30:09.737Z | + for package in "$@" |
2212 | 2023-11-04T20:30:09.741Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2213 | 2023-11-04T20:30:09.745Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.3-0.ci+gite335ba6f6fa |
2214 | 2023-11-04T20:30:10.888Z | Finished release [optimized] target(s) in 1.11s |
2215 | 2023-11-04T20:30:10.907Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.3-0.ci+gite335ba6f6fa` |
2216 | 2023-11-04T20:30:10.948Z | Nov 04 20:30:10.952 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2217 | 2023-11-04T20:30:11.530Z | Created: out/versioned/omicron-sled-agent.tar |
2218 | 2023-11-04T20:30:11.534Z | + for package in "$@" |
2219 | 2023-11-04T20:30:11.537Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2220 | 2023-11-04T20:30:11.542Z | + echo 0.0.0 |
2221 | 2023-11-04T20:30:11.545Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2222 | 2023-11-04T20:30:11.549Z | a VERSION 1K |
2223 | 2023-11-04T20:30:11.552Z | + rm VERSION |
2224 | 2023-11-04T20:30:11.555Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+gite335ba6f6fa |
2225 | 2023-11-04T20:30:12.773Z | Finished release [optimized] target(s) in 1.15s |
2226 | 2023-11-04T20:30:12.801Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+gite335ba6f6fa` |
2227 | 2023-11-04T20:30:12.844Z | Nov 04 20:30:12.847 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2228 | 2023-11-04T20:30:13.118Z | Created: out/versioned/mg-ddm-gz.tar |
2229 | 2023-11-04T20:30:13.124Z | + for package in "$@" |
2230 | 2023-11-04T20:30:13.127Z | + [[ propolis-server == mg-ddm-gz ]] |
2231 | 2023-11-04T20:30:13.131Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.3-0.ci+gite335ba6f6fa |
2232 | 2023-11-04T20:30:14.292Z | Finished release [optimized] target(s) in 1.09s |
2233 | 2023-11-04T20:30:14.361Z | Running `target/release/omicron-package stamp propolis-server 1.0.3-0.ci+gite335ba6f6fa` |
2234 | 2023-11-04T20:30:14.365Z | Nov 04 20:30:14.366 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2235 | 2023-11-04T20:30:16.152Z | Created: out/versioned/propolis-server.tar.gz |
2236 | 2023-11-04T20:30:16.156Z | + for package in "$@" |
2237 | 2023-11-04T20:30:16.159Z | + [[ overlay == mg-ddm-gz ]] |
2238 | 2023-11-04T20:30:16.163Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.3-0.ci+gite335ba6f6fa |
2239 | 2023-11-04T20:30:17.339Z | Finished release [optimized] target(s) in 1.10s |
2240 | 2023-11-04T20:30:17.368Z | Running `target/release/omicron-package stamp overlay 1.0.3-0.ci+gite335ba6f6fa` |
2241 | 2023-11-04T20:30:17.411Z | Nov 04 20:30:17.414 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2242 | 2023-11-04T20:30:17.414Z | Created: out/versioned/overlay.tar.gz |
2243 | 2023-11-04T20:30:17.418Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2244 | 2023-11-04T20:30:17.427Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2245 | 2023-11-04T20:30:17.431Z | ++ cd -- ./tools |
2246 | 2023-11-04T20:30:17.434Z | ++ pwd |
2247 | 2023-11-04T20:30:17.442Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2248 | 2023-11-04T20:30:17.446Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2249 | 2023-11-04T20:30:17.449Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2250 | 2023-11-04T20:30:17.453Z | ++ readlink -f /work |
2251 | 2023-11-04T20:30:17.456Z | + out_dir=/work |
2252 | 2023-11-04T20:30:17.459Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2253 | 2023-11-04T20:30:17.463Z | + for dep in "${deps[@]}" |
2254 | 2023-11-04T20:30:17.466Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2255 | 2023-11-04T20:30:17.469Z | + for dep in "${deps[@]}" |
2256 | 2023-11-04T20:30:17.473Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2257 | 2023-11-04T20:30:17.476Z | + for dep in "${deps[@]}" |
2258 | 2023-11-04T20:30:17.480Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2259 | 2023-11-04T20:30:17.483Z | + for dep in "${deps[@]}" |
2260 | 2023-11-04T20:30:17.486Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2261 | 2023-11-04T20:30:17.490Z | ++ mktemp -d |
2262 | 2023-11-04T20:30:17.493Z | + tmp_gz=/tmp/tmp.LLaOSi |
2263 | 2023-11-04T20:30:17.496Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2264 | 2023-11-04T20:30:17.500Z | + echo '{"v":"1","t":"layer"}' |
2265 | 2023-11-04T20:30:17.503Z | + pkg_dir=/tmp/tmp.LLaOSi/root/opt/oxide/sled-agent |
2266 | 2023-11-04T20:30:17.507Z | + mkdir -p /tmp/tmp.LLaOSi/root/opt/oxide/sled-agent |
2267 | 2023-11-04T20:30:17.511Z | + cd /tmp/tmp.LLaOSi/root/opt/oxide/sled-agent |
2268 | 2023-11-04T20:30:17.514Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2269 | 2023-11-04T20:30:17.617Z | x ., 0 bytes, 0 tape blocks |
2270 | 2023-11-04T20:30:17.621Z | x zone-bundle, 38261296 bytes, 74730 tape blocks |
2271 | 2023-11-04T20:30:17.629Z | x sled-agent, 85104768 bytes, 166221 tape blocks |
2272 | 2023-11-04T20:30:17.641Z | x pkg, 0 bytes, 0 tape blocks |
2273 | 2023-11-04T20:30:17.645Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2274 | 2023-11-04T20:30:17.649Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2275 | 2023-11-04T20:30:17.653Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2276 | 2023-11-04T20:30:17.656Z | x VERSION, 25 bytes, 1 tape blocks |
2277 | 2023-11-04T20:30:17.660Z | + mkdir -p /tmp/tmp.LLaOSi/root/lib/svc/manifest/site/ |
2278 | 2023-11-04T20:30:17.663Z | + mv pkg/manifest.xml /tmp/tmp.LLaOSi/root/lib/svc/manifest/site/sled-agent.xml |
2279 | 2023-11-04T20:30:17.667Z | + cd - |
2280 | 2023-11-04T20:30:17.675Z | /work/oxidecomputer/omicron |
2281 | 2023-11-04T20:30:17.679Z | + pkg_dir=/tmp/tmp.LLaOSi/root/opt/oxide/mg-ddm |
2282 | 2023-11-04T20:30:17.682Z | + mkdir -p /tmp/tmp.LLaOSi/root/opt/oxide/mg-ddm |
2283 | 2023-11-04T20:30:17.686Z | + cd /tmp/tmp.LLaOSi/root/opt/oxide/mg-ddm |
2284 | 2023-11-04T20:30:17.690Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2285 | 2023-11-04T20:30:17.693Z | x ., 0 bytes, 0 tape blocks |
2286 | 2023-11-04T20:30:17.696Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2287 | 2023-11-04T20:30:17.700Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2288 | 2023-11-04T20:30:17.704Z | x pkg, 0 bytes, 0 tape blocks |
2289 | 2023-11-04T20:30:17.707Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2290 | 2023-11-04T20:30:17.721Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2291 | 2023-11-04T20:30:17.724Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2292 | 2023-11-04T20:30:17.728Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2293 | 2023-11-04T20:30:17.732Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2294 | 2023-11-04T20:30:17.735Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2295 | 2023-11-04T20:30:17.739Z | x VERSION, 25 bytes, 1 tape blocks |
2296 | 2023-11-04T20:30:17.744Z | + cd - |
2297 | 2023-11-04T20:30:17.747Z | /work/oxidecomputer/omicron |
2298 | 2023-11-04T20:30:17.751Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.LLaOSi/root/opt/oxide |
2299 | 2023-11-04T20:30:17.785Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.LLaOSi/root/opt/oxide |
2300 | 2023-11-04T20:30:17.790Z | + cd /tmp/tmp.LLaOSi |
2301 | 2023-11-04T20:30:17.794Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2302 | 2023-11-04T20:30:29.985Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2303 | 2023-11-04T20:30:29.988Z | a oxide.json 1K |
2304 | 2023-11-04T20:30:29.991Z | a root/ 0K |
2305 | 2023-11-04T20:30:29.994Z | a root/opt/ 0K |
2306 | 2023-11-04T20:30:29.997Z | a root/opt/oxide/ 0K |
2307 | 2023-11-04T20:30:30.000Z | a root/opt/oxide/sled-agent/ 0K |
2308 | 2023-11-04T20:30:30.003Z | a root/opt/oxide/sled-agent/zone-bundle 37365K |
2309 | 2023-11-04T20:30:30.006Z | a root/opt/oxide/sled-agent/sled-agent 83111K |
2310 | 2023-11-04T20:30:30.009Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2311 | 2023-11-04T20:30:30.012Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2312 | 2023-11-04T20:30:30.015Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2313 | 2023-11-04T20:30:30.018Z | a root/opt/oxide/sled-agent/VERSION 1K |
2314 | 2023-11-04T20:30:30.021Z | a root/opt/oxide/mg-ddm/ 0K |
2315 | 2023-11-04T20:30:30.026Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2316 | 2023-11-04T20:30:30.029Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2317 | 2023-11-04T20:30:30.032Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2318 | 2023-11-04T20:30:30.035Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2319 | 2023-11-04T20:30:30.038Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2320 | 2023-11-04T20:30:30.041Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2321 | 2023-11-04T20:30:30.044Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2322 | 2023-11-04T20:30:30.046Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2323 | 2023-11-04T20:30:30.049Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2324 | 2023-11-04T20:30:30.052Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2325 | 2023-11-04T20:30:30.055Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2326 | 2023-11-04T20:30:30.058Z | a root/opt/oxide/overlay.tar.gz 2K |
2327 | 2023-11-04T20:30:30.061Z | a root/lib/ 0K |
2328 | 2023-11-04T20:30:30.064Z | a root/lib/svc/ 0K |
2329 | 2023-11-04T20:30:30.067Z | a root/lib/svc/manifest/ 0K |
2330 | 2023-11-04T20:30:30.070Z | a root/lib/svc/manifest/site/ 0K |
2331 | 2023-11-04T20:30:30.073Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2332 | 2023-11-04T20:30:30.075Z | + cd / |
2333 | 2023-11-04T20:30:30.079Z | + rm -rf /tmp/tmp.LLaOSi |
2334 | 2023-11-04T20:30:30.081Z | |
2335 | 2023-11-04T20:30:30.084Z | real 12.614084110 |
2336 | 2023-11-04T20:30:30.087Z | user 11.589976439 |
2337 | 2023-11-04T20:30:30.090Z | sys 1.092623130 |
2338 | 2023-11-04T20:30:30.093Z | trap 0.002641943 |
2339 | 2023-11-04T20:30:30.098Z | tflt 0.000000000 |
2340 | 2023-11-04T20:30:30.101Z | dflt 0.000000000 |
2341 | 2023-11-04T20:30:30.104Z | kflt 0.000000000 |
2342 | 2023-11-04T20:30:30.107Z | lock 0.000000000 |
2343 | 2023-11-04T20:30:30.114Z | slp 24.254396337 |
2344 | 2023-11-04T20:30:30.117Z | lat 0.468934440 |
2345 | 2023-11-04T20:30:30.120Z | stop 0.000315231 |
2346 | 2023-11-04T20:30:30.125Z | + mkdir -p /work/zones |
2347 | 2023-11-04T20:30:30.128Z | + 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) |
2348 | 2023-11-04T20:30:30.131Z | + 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/ |
2349 | 2023-11-04T20:30:33.706Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2350 | 2023-11-04T20:30:34.969Z | Finished release [optimized] target(s) in 1.17s |
2351 | 2023-11-04T20:30:35.000Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2352 | 2023-11-04T20:30:35.041Z | Created new build target 'recovery' and set it as active |
2353 | 2023-11-04T20:30:35.044Z | |
2354 | 2023-11-04T20:30:35.048Z | real 1.331632211 |
2355 | 2023-11-04T20:30:35.051Z | user 0.940532904 |
2356 | 2023-11-04T20:30:35.054Z | sys 0.375213659 |
2357 | 2023-11-04T20:30:35.057Z | trap 0.001072915 |
2358 | 2023-11-04T20:30:35.060Z | tflt 0.000006061 |
2359 | 2023-11-04T20:30:35.063Z | dflt 0.013413630 |
2360 | 2023-11-04T20:30:35.065Z | kflt 0.000000000 |
2361 | 2023-11-04T20:30:35.068Z | lock 0.036713832 |
2362 | 2023-11-04T20:30:35.076Z | slp 0.021701578 |
2363 | 2023-11-04T20:30:35.079Z | lat 0.004367218 |
2364 | 2023-11-04T20:30:35.082Z | stop 0.000237347 |
2365 | 2023-11-04T20:30:35.085Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2366 | 2023-11-04T20:30:36.261Z | Finished release [optimized] target(s) in 1.12s |
2367 | 2023-11-04T20:30:36.291Z | Running `target/release/omicron-package -t recovery package` |
2368 | 2023-11-04T20:30:36.334Z | Nov 04 20:30:36.338 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2369 | 2023-11-04T20:30:37.375Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2370 | 2023-11-04T20:30:41.264Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2371 | 2023-11-04T20:31:14.597Z | Finished release [optimized] target(s) in 38.18s |
2372 | 2023-11-04T20:31:26.644Z | |
2373 | 2023-11-04T20:31:26.648Z | real 51.594254582 |
2374 | 2023-11-04T20:31:26.651Z | user 2:37.362586744 |
2375 | 2023-11-04T20:31:26.654Z | sys 13.526269152 |
2376 | 2023-11-04T20:31:26.657Z | trap 0.086214473 |
2377 | 2023-11-04T20:31:26.660Z | tflt 0.112988076 |
2378 | 2023-11-04T20:31:26.663Z | dflt 0.660348800 |
2379 | 2023-11-04T20:31:26.666Z | kflt 0.000000000 |
2380 | 2023-11-04T20:31:26.669Z | lock 11:17.907053896 |
2381 | 2023-11-04T20:31:26.672Z | slp 2:35.363460523 |
2382 | 2023-11-04T20:31:26.676Z | lat 1.986504847 |
2383 | 2023-11-04T20:31:26.680Z | stop 0.191579479 |
2384 | 2023-11-04T20:31:26.683Z | + stamp_packages installinator mg-ddm-gz |
2385 | 2023-11-04T20:31:26.685Z | + for package in "$@" |
2386 | 2023-11-04T20:31:26.689Z | + [[ installinator == mg-ddm-gz ]] |
2387 | 2023-11-04T20:31:26.693Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.3-0.ci+gite335ba6f6fa |
2388 | 2023-11-04T20:31:27.824Z | Finished release [optimized] target(s) in 1.09s |
2389 | 2023-11-04T20:31:27.853Z | Running `target/release/omicron-package stamp installinator 1.0.3-0.ci+gite335ba6f6fa` |
2390 | 2023-11-04T20:31:27.894Z | Nov 04 20:31:27.897 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2391 | 2023-11-04T20:31:28.024Z | Created: out/versioned/installinator.tar |
2392 | 2023-11-04T20:31:28.027Z | + for package in "$@" |
2393 | 2023-11-04T20:31:28.030Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2394 | 2023-11-04T20:31:28.033Z | + echo 0.0.0 |
2395 | 2023-11-04T20:31:28.036Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2396 | 2023-11-04T20:31:28.038Z | a VERSION 1K |
2397 | 2023-11-04T20:31:28.041Z | + rm VERSION |
2398 | 2023-11-04T20:31:28.044Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+gite335ba6f6fa |
2399 | 2023-11-04T20:31:29.192Z | Finished release [optimized] target(s) in 1.08s |
2400 | 2023-11-04T20:31:29.220Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+gite335ba6f6fa` |
2401 | 2023-11-04T20:31:29.261Z | Nov 04 20:31:29.265 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2402 | 2023-11-04T20:31:29.441Z | Created: out/versioned/mg-ddm-gz.tar |
2403 | 2023-11-04T20:31:29.444Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2404 | 2023-11-04T20:31:29.457Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2405 | 2023-11-04T20:31:29.460Z | ++ cd -- ./tools |
2406 | 2023-11-04T20:31:29.463Z | ++ pwd |
2407 | 2023-11-04T20:31:29.466Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2408 | 2023-11-04T20:31:29.469Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2409 | 2023-11-04T20:31:29.473Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2410 | 2023-11-04T20:31:29.476Z | ++ readlink -f /work |
2411 | 2023-11-04T20:31:29.479Z | + out_dir=/work |
2412 | 2023-11-04T20:31:29.483Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2413 | 2023-11-04T20:31:29.486Z | + for dep in "${deps[@]}" |
2414 | 2023-11-04T20:31:29.488Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2415 | 2023-11-04T20:31:29.491Z | + for dep in "${deps[@]}" |
2416 | 2023-11-04T20:31:29.494Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2417 | 2023-11-04T20:31:29.498Z | ++ mktemp -d |
2418 | 2023-11-04T20:31:29.506Z | + tmp_trampoline=/tmp/tmp.claaXi |
2419 | 2023-11-04T20:31:29.509Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2420 | 2023-11-04T20:31:29.512Z | + echo '{"v":"1","t":"layer"}' |
2421 | 2023-11-04T20:31:29.515Z | + pkg_dir=/tmp/tmp.claaXi/root/opt/oxide/installinator |
2422 | 2023-11-04T20:31:29.518Z | + mkdir -p /tmp/tmp.claaXi/root/opt/oxide/installinator |
2423 | 2023-11-04T20:31:29.520Z | + cd /tmp/tmp.claaXi/root/opt/oxide/installinator |
2424 | 2023-11-04T20:31:29.523Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2425 | 2023-11-04T20:31:29.527Z | x ., 0 bytes, 0 tape blocks |
2426 | 2023-11-04T20:31:29.530Z | x installinator, 52933800 bytes, 103387 tape blocks |
2427 | 2023-11-04T20:31:29.533Z | x pkg, 0 bytes, 0 tape blocks |
2428 | 2023-11-04T20:31:29.536Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2429 | 2023-11-04T20:31:29.539Z | x VERSION, 25 bytes, 1 tape blocks |
2430 | 2023-11-04T20:31:29.542Z | + mkdir -p /tmp/tmp.claaXi/root/lib/svc/manifest/site/ |
2431 | 2023-11-04T20:31:29.547Z | + mv pkg/manifest.xml /tmp/tmp.claaXi/root/lib/svc/manifest/site/installinator.xml |
2432 | 2023-11-04T20:31:29.550Z | + cd - |
2433 | 2023-11-04T20:31:29.552Z | /work/oxidecomputer/omicron |
2434 | 2023-11-04T20:31:29.555Z | + pkg_dir=/tmp/tmp.claaXi/root/opt/oxide/mg-ddm |
2435 | 2023-11-04T20:31:29.558Z | + mkdir -p /tmp/tmp.claaXi/root/opt/oxide/mg-ddm |
2436 | 2023-11-04T20:31:29.561Z | + cd /tmp/tmp.claaXi/root/opt/oxide/mg-ddm |
2437 | 2023-11-04T20:31:29.564Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2438 | 2023-11-04T20:31:29.605Z | x ., 0 bytes, 0 tape blocks |
2439 | 2023-11-04T20:31:29.608Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2440 | 2023-11-04T20:31:29.612Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2441 | 2023-11-04T20:31:29.615Z | x pkg, 0 bytes, 0 tape blocks |
2442 | 2023-11-04T20:31:29.618Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2443 | 2023-11-04T20:31:29.620Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2444 | 2023-11-04T20:31:29.623Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2445 | 2023-11-04T20:31:29.626Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2446 | 2023-11-04T20:31:29.629Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2447 | 2023-11-04T20:31:29.632Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2448 | 2023-11-04T20:31:29.634Z | x VERSION, 25 bytes, 1 tape blocks |
2449 | 2023-11-04T20:31:29.637Z | + cd - |
2450 | 2023-11-04T20:31:29.640Z | /work/oxidecomputer/omicron |
2451 | 2023-11-04T20:31:29.643Z | + cd /tmp/tmp.claaXi |
2452 | 2023-11-04T20:31:29.646Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2453 | 2023-11-04T20:31:35.700Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2454 | 2023-11-04T20:31:35.703Z | a oxide.json 1K |
2455 | 2023-11-04T20:31:35.706Z | a root/ 0K |
2456 | 2023-11-04T20:31:35.708Z | a root/opt/ 0K |
2457 | 2023-11-04T20:31:35.711Z | a root/opt/oxide/ 0K |
2458 | 2023-11-04T20:31:35.714Z | a root/opt/oxide/installinator/ 0K |
2459 | 2023-11-04T20:31:35.775Z | a root/opt/oxide/installinator/installinator 51694K |
2460 | 2023-11-04T20:31:35.778Z | a root/opt/oxide/installinator/pkg/ 0K |
2461 | 2023-11-04T20:31:35.780Z | a root/opt/oxide/installinator/VERSION 1K |
2462 | 2023-11-04T20:31:35.783Z | a root/opt/oxide/mg-ddm/ 0K |
2463 | 2023-11-04T20:31:35.786Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2464 | 2023-11-04T20:31:35.789Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2465 | 2023-11-04T20:31:35.792Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2466 | 2023-11-04T20:31:35.794Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2467 | 2023-11-04T20:31:35.797Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2468 | 2023-11-04T20:31:35.800Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2469 | 2023-11-04T20:31:35.803Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2470 | 2023-11-04T20:31:35.805Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2471 | 2023-11-04T20:31:35.808Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2472 | 2023-11-04T20:31:35.810Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2473 | 2023-11-04T20:31:35.813Z | a root/lib/ 0K |
2474 | 2023-11-04T20:31:35.816Z | a root/lib/svc/ 0K |
2475 | 2023-11-04T20:31:35.819Z | a root/lib/svc/manifest/ 0K |
2476 | 2023-11-04T20:31:35.822Z | a root/lib/svc/manifest/site/ 0K |
2477 | 2023-11-04T20:31:35.825Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2478 | 2023-11-04T20:31:35.827Z | + cd / |
2479 | 2023-11-04T20:31:35.830Z | + rm -rf /tmp/tmp.claaXi |
2480 | 2023-11-04T20:31:35.833Z | |
2481 | 2023-11-04T20:31:35.835Z | real 6.275177051 |
2482 | 2023-11-04T20:31:35.839Z | user 5.838835753 |
2483 | 2023-11-04T20:31:35.841Z | sys 0.464266323 |
2484 | 2023-11-04T20:31:35.844Z | trap 0.001947251 |
2485 | 2023-11-04T20:31:35.847Z | tflt 0.000000000 |
2486 | 2023-11-04T20:31:35.850Z | dflt 0.000000000 |
2487 | 2023-11-04T20:31:35.853Z | kflt 0.000000000 |
2488 | 2023-11-04T20:31:35.855Z | lock 0.000000000 |
2489 | 2023-11-04T20:31:35.858Z | slp 12.101625717 |
2490 | 2023-11-04T20:31:35.861Z | lat 0.221963401 |
2491 | 2023-11-04T20:31:35.864Z | stop 0.000311220 |
2492 | 2023-11-04T20:31:35.867Z | process exited: duration 2468913 ms, exit code 0 |
|
2493 | 2023-11-04T20:31:35.874Z | found 21 output files |
2494 | 2023-11-04T20:31:35.881Z | uploading: /work/version.txt (26 bytes) |
2495 | 2023-11-04T20:31:36.897Z | uploaded: /work/version.txt |
2496 | 2023-11-04T20:31:36.913Z | uploading: /work/package.tar.gz (83828682 bytes) |
2497 | 2023-11-04T20:31:58.497Z | uploaded: /work/package.tar.gz |
2498 | 2023-11-04T20:31:58.508Z | uploading: /work/global-zone-packages.tar.gz (125040804 bytes) |
2499 | 2023-11-04T20:32:31.432Z | uploaded: /work/global-zone-packages.tar.gz |
2500 | 2023-11-04T20:32:31.437Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36861456 bytes) |
2501 | 2023-11-04T20:32:42.059Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2502 | 2023-11-04T20:32:42.070Z | uploading: /work/zones/clickhouse.tar.gz (181944757 bytes) |
2503 | 2023-11-04T20:33:32.034Z | uploaded: /work/zones/clickhouse.tar.gz |
2504 | 2023-11-04T20:33:32.059Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181941332 bytes) |
2505 | 2023-11-04T20:34:23.257Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2506 | 2023-11-04T20:34:23.274Z | uploading: /work/zones/cockroachdb.tar.gz (119011877 bytes) |
2507 | 2023-11-04T20:34:56.274Z | uploaded: /work/zones/cockroachdb.tar.gz |
2508 | 2023-11-04T20:34:56.286Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2509 | 2023-11-04T20:35:03.519Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2510 | 2023-11-04T20:35:03.531Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2511 | 2023-11-04T20:35:14.553Z | uploaded: /work/zones/crucible.tar.gz |
2512 | 2023-11-04T20:35:14.565Z | uploading: /work/zones/external-dns.tar.gz (24439588 bytes) |
2513 | 2023-11-04T20:35:22.121Z | uploaded: /work/zones/external-dns.tar.gz |
2514 | 2023-11-04T20:35:22.132Z | uploading: /work/zones/internal-dns.tar.gz (24439588 bytes) |
2515 | 2023-11-04T20:35:29.071Z | uploaded: /work/zones/internal-dns.tar.gz |
2516 | 2023-11-04T20:35:29.074Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2517 | 2023-11-04T20:35:30.080Z | uploaded: /work/zones/ntp.tar.gz |
2518 | 2023-11-04T20:35:30.092Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18343687 bytes) |
2519 | 2023-11-04T20:35:36.575Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2520 | 2023-11-04T20:35:36.586Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18346536 bytes) |
2521 | 2023-11-04T20:35:41.832Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2522 | 2023-11-04T20:35:41.844Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (72733469 bytes) |
2523 | 2023-11-04T20:36:00.361Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2524 | 2023-11-04T20:36:00.376Z | uploading: /work/zones/omicron-nexus.tar.gz (72735367 bytes) |
2525 | 2023-11-04T20:36:17.784Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2526 | 2023-11-04T20:36:17.787Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2527 | 2023-11-04T20:36:18.800Z | uploaded: /work/zones/overlay.tar.gz |
2528 | 2023-11-04T20:36:18.811Z | uploading: /work/zones/oximeter-collector.tar.gz (19611428 bytes) |
2529 | 2023-11-04T20:36:24.561Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2530 | 2023-11-04T20:36:24.573Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2531 | 2023-11-04T20:36:42.840Z | uploaded: /work/zones/propolis-server.tar.gz |
2532 | 2023-11-04T20:36:42.852Z | uploading: /work/zones/switch-asic.tar.gz (242789185 bytes) |
2533 | 2023-11-04T20:37:52.945Z | uploaded: /work/zones/switch-asic.tar.gz |
2534 | 2023-11-04T20:37:52.955Z | uploading: /work/zones/switch-softnpu.tar.gz (166844993 bytes) |
2535 | 2023-11-04T20:38:37.085Z | uploaded: /work/zones/switch-softnpu.tar.gz |