|
|
|
1 | 2023-10-26T22:19:22.442Z | job assigned to worker 01HDQ10R8SGJGWXZTBJDR7FHQX (queued for 2 m 1 s) |
|
2 | 2023-10-26T22:19:22.482Z | starting task 0: "setup" |
3 | 2023-10-26T22:19:22.777Z | ++ uname -s |
4 | 2023-10-26T22:19:22.797Z | + kern=SunOS |
5 | 2023-10-26T22:19:23.218Z | + case "$kern" in |
6 | 2023-10-26T22:19:23.254Z | + groupadd -g 12345 build |
7 | 2023-10-26T22:19:23.296Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-26T22:19:24.728Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-26T22:19:25.148Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-26T22:19:25.160Z | + home_fs=zfs |
11 | 2023-10-26T22:19:25.172Z | + [[ zfs == autofs ]] |
12 | 2023-10-26T22:19:25.179Z | + mkdir -p /home/build |
13 | 2023-10-26T22:19:25.188Z | + chown build:build /home/build /work |
14 | 2023-10-26T22:19:26.845Z | + chmod 0700 /home/build /work |
15 | 2023-10-26T22:19:26.859Z | process exited: duration 4357 ms, exit code 0 |
|
16 | 2023-10-26T22:19:26.873Z | starting task 1: "rust-toolchain" |
17 | 2023-10-26T22:19:26.896Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-26T22:19:26.907Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-26T22:19:27.744Z | info: downloading installer |
20 | 2023-10-26T22:19:29.422Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-26T22:19:29.426Z | warning: /opt/ooce/bin |
22 | 2023-10-26T22:19:29.431Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-26T22:19:29.435Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-26T22:19:29.438Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-26T22:19:29.458Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-26T22:19:29.477Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-26T22:19:29.483Z | error: cannot install while Rust is installed |
28 | 2023-10-26T22:19:29.491Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-26T22:19:29.701Z | info: profile set to 'default' |
30 | 2023-10-26T22:19:29.730Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-26T22:19:29.737Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-26T22:19:29.874Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-26T22:19:29.878Z | info: downloading component 'cargo' |
34 | 2023-10-26T22:19:30.564Z | info: downloading component 'clippy' |
35 | 2023-10-26T22:19:30.805Z | info: downloading component 'rust-docs' |
36 | 2023-10-26T22:19:31.671Z | info: downloading component 'rust-std' |
37 | 2023-10-26T22:19:33.215Z | info: downloading component 'rustc' |
38 | 2023-10-26T22:19:36.981Z | info: downloading component 'rustfmt' |
39 | 2023-10-26T22:19:37.250Z | info: installing component 'cargo' |
40 | 2023-10-26T22:19:39.030Z | info: installing component 'clippy' |
41 | 2023-10-26T22:19:39.982Z | info: installing component 'rust-docs' |
42 | 2023-10-26T22:19:42.901Z | info: installing component 'rust-std' |
43 | 2023-10-26T22:19:46.658Z | info: installing component 'rustc' |
44 | 2023-10-26T22:19:54.664Z | info: installing component 'rustfmt' |
45 | 2023-10-26T22:19:55.229Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-26T22:19:55.232Z | |
47 | 2023-10-26T22:19:55.417Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-26T22:19:55.420Z | |
49 | 2023-10-26T22:19:55.423Z | |
50 | 2023-10-26T22:19:55.427Z | Rust is installed now. Great! |
51 | 2023-10-26T22:19:55.430Z | |
52 | 2023-10-26T22:19:55.434Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-26T22:19:55.438Z | environment variable. This has not been done automatically. |
54 | 2023-10-26T22:19:55.442Z | |
55 | 2023-10-26T22:19:55.445Z | To configure your current shell, run: |
56 | 2023-10-26T22:19:55.448Z | source "$HOME/.cargo/env" |
57 | 2023-10-26T22:19:55.518Z | + rustc --version |
58 | 2023-10-26T22:19:55.630Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-26T22:19:55.638Z | process exited: duration 28757 ms, exit code 0 |
|
60 | 2023-10-26T22:19:55.645Z | starting task 2: "authentication" |
61 | 2023-10-26T22:19:55.684Z | process exited: duration 34 ms, exit code 0 |
|
62 | 2023-10-26T22:19:55.691Z | starting task 3: "clone repository" |
63 | 2023-10-26T22:19:55.703Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-26T22:19:55.706Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-26T22:19:55.749Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-26T22:20:02.287Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-26T22:20:02.296Z | + [[ -n dap/omdb-db-version ]] |
68 | 2023-10-26T22:20:02.306Z | + git fetch origin dap/omdb-db-version |
69 | 2023-10-26T22:20:02.638Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-26T22:20:02.644Z | * branch dap/omdb-db-version -> FETCH_HEAD |
71 | 2023-10-26T22:20:02.688Z | + git checkout -B dap/omdb-db-version remotes/origin/dap/omdb-db-version |
72 | 2023-10-26T22:20:02.737Z | Switched to a new branch 'dap/omdb-db-version' |
73 | 2023-10-26T22:20:02.767Z | branch 'dap/omdb-db-version' set up to track 'origin/dap/omdb-db-version'. |
74 | 2023-10-26T22:20:02.771Z | + git reset --hard b6fe409d74d32e43335b8545e1d089e5a88d42d9 |
75 | 2023-10-26T22:20:02.806Z | HEAD is now at b6fe409d omdb could care less about the current database version |
76 | 2023-10-26T22:20:02.863Z | process exited: duration 7057 ms, exit code 0 |
|
77 | 2023-10-26T22:20:03.188Z | starting task 4: "build" |
78 | 2023-10-26T22:20:03.213Z | + cargo --version |
79 | 2023-10-26T22:20:03.318Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-26T22:20:03.332Z | + rustc --version |
81 | 2023-10-26T22:20:03.406Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-26T22:20:03.461Z | ++ git rev-parse HEAD |
83 | 2023-10-26T22:20:09.282Z | + COMMIT=b6fe409d74d32e43335b8545e1d089e5a88d42d9 |
84 | 2023-10-26T22:20:09.501Z | + VERSION=1.0.3-0.ci+gitb6fe409d74d |
85 | 2023-10-26T22:20:09.680Z | + echo 1.0.3-0.ci+gitb6fe409d74d |
86 | 2023-10-26T22:20:09.784Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-26T22:20:16.496Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-26T22:20:17.511Z | Startup: Caching catalogs ... Done |
89 | 2023-10-26T22:20:22.215Z | Planning: Solver setup ... Done (4.412s) |
90 | 2023-10-26T22:20:22.322Z | Planning: Running solver ... Done (0.113s) |
91 | 2023-10-26T22:20:22.371Z | Planning: Finding local manifests ... Done (0.005s) |
92 | 2023-10-26T22:20:22.385Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-26T22:20:22.678Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-26T22:20:22.750Z | Planning: Package planning ... Done (0.078s) |
95 | 2023-10-26T22:20:22.836Z | Planning: Merging actions ... Done (0.086s) |
96 | 2023-10-26T22:20:23.703Z | Planning: Checking for conflicting actions ... Done (0.864s) |
97 | 2023-10-26T22:20:24.129Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-10-26T22:20:29.922Z | Planning: Evaluating mediators ... Done (6.208s) |
99 | 2023-10-26T22:20:29.938Z | Planning: Planning completed in 12.37 seconds |
100 | 2023-10-26T22:20:34.364Z | Packages to install: 4 |
101 | 2023-10-26T22:20:34.368Z | Mediators to change: 2 |
102 | 2023-10-26T22:20:34.373Z | Services to change: 1 |
103 | 2023-10-26T22:20:34.377Z | Estimated space available: 149.39 GB |
104 | 2023-10-26T22:20:34.380Z | Estimated space to be consumed: 1.37 GB |
105 | 2023-10-26T22:20:34.383Z | Create boot environment: No |
106 | 2023-10-26T22:20:34.387Z | Create backup boot environment: No |
107 | 2023-10-26T22:20:34.390Z | Rebuild boot archive: No |
108 | 2023-10-26T22:20:34.394Z | |
109 | 2023-10-26T22:20:34.396Z | Changed mediators: |
110 | 2023-10-26T22:20:34.399Z | mediator clang: |
111 | 2023-10-26T22:20:34.402Z | version: None -> 15 (system default) |
112 | 2023-10-26T22:20:34.405Z | |
113 | 2023-10-26T22:20:34.408Z | mediator llvm: |
114 | 2023-10-26T22:20:34.411Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-26T22:20:34.414Z | |
116 | 2023-10-26T22:20:34.417Z | Changed packages: |
117 | 2023-10-26T22:20:34.420Z | helios-dev |
118 | 2023-10-26T22:20:34.423Z | developer/build-essential |
119 | 2023-10-26T22:20:34.426Z | None -> 11-2.0 |
120 | 2023-10-26T22:20:34.430Z | library/libxmlsec1 |
121 | 2023-10-26T22:20:34.433Z | None -> 1.2.35-2.0 |
122 | 2023-10-26T22:20:34.435Z | ooce/developer/clang-15 |
123 | 2023-10-26T22:20:34.441Z | None -> 15.0.7-2.0 |
124 | 2023-10-26T22:20:34.444Z | ooce/developer/llvm-15 |
125 | 2023-10-26T22:20:34.447Z | None -> 15.0.7-2.0 |
126 | 2023-10-26T22:20:34.451Z | |
127 | 2023-10-26T22:20:34.454Z | Services: |
128 | 2023-10-26T22:20:34.457Z | restart_fmri: |
129 | 2023-10-26T22:20:34.461Z | svc:/system/update-man-index:default |
130 | 2023-10-26T22:20:34.834Z | |
131 | 2023-10-26T22:20:34.840Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-26T22:20:40.684Z | Download: 1198/3290 items 79.8/212.6MB 37% complete (18.6M/s) |
133 | 2023-10-26T22:20:45.683Z | Download: 2598/3290 items 120.5/212.6MB 56% complete (11.3M/s) |
134 | 2023-10-26T22:20:51.252Z | Download: 3245/3290 items 203.1/212.6MB 95% complete (13.8M/s) |
135 | 2023-10-26T22:20:52.205Z | Download: Completed 212.60 MB in 17.38 seconds (12.2M/s) |
136 | 2023-10-26T22:20:53.611Z | Actions: 1/3687 actions (Installing new actions) |
137 | 2023-10-26T22:20:58.639Z | Actions: 2607/3687 actions (Installing new actions) |
138 | 2023-10-26T22:21:02.072Z | Actions: Completed 3687 actions in 8.46 seconds. |
139 | 2023-10-26T22:21:02.231Z | Done (0.151s) |
140 | 2023-10-26T22:21:02.244Z | Done (0.000s) |
141 | 2023-10-26T22:21:02.432Z | Done (0.206s) |
142 | 2023-10-26T22:21:11.790Z | Done (8.450s) |
143 | 2023-10-26T22:21:11.816Z | Done (0.140s) |
144 | 2023-10-26T22:21:11.837Z | Done (0.000s) |
145 | 2023-10-26T22:21:11.853Z | Done (0.000s) |
146 | 2023-10-26T22:21:12.154Z | Planning: Evaluating mediator changes ... Done |
147 | 2023-10-26T22:21:12.408Z | Planning: Checking for conflicting actions ... Done |
148 | 2023-10-26T22:21:12.411Z | Planning: Consolidating action changes ... Done |
149 | 2023-10-26T22:21:13.070Z | Planning: Evaluating mediators ... Done |
150 | 2023-10-26T22:21:13.080Z | Planning: Planning completed in 0.72 seconds |
151 | 2023-10-26T22:21:13.097Z | Mediators to change: 2 |
152 | 2023-10-26T22:21:13.100Z | Create boot environment: No |
153 | 2023-10-26T22:21:13.104Z | Create backup boot environment: No |
154 | 2023-10-26T22:21:13.110Z | Done |
155 | 2023-10-26T22:21:13.122Z | Done |
156 | 2023-10-26T22:21:13.141Z | Done |
157 | 2023-10-26T22:21:18.823Z | Done |
158 | 2023-10-26T22:21:18.943Z | Done |
159 | 2023-10-26T22:21:18.948Z | Done |
160 | 2023-10-26T22:21:19.071Z | Done |
161 | 2023-10-26T22:21:20.050Z | Planning: Evaluating mediator changes ... Done |
162 | 2023-10-26T22:21:20.065Z | Planning: Merging actions ... Done |
163 | 2023-10-26T22:21:20.379Z | Planning: Checking for conflicting actions ... Done |
164 | 2023-10-26T22:21:20.382Z | Planning: Consolidating action changes ... Done |
165 | 2023-10-26T22:21:20.819Z | Planning: Evaluating mediators ... Done |
166 | 2023-10-26T22:21:20.910Z | Planning: Planning completed in 1.30 seconds |
167 | 2023-10-26T22:21:20.962Z | Packages to change: 1 |
168 | 2023-10-26T22:21:20.966Z | Mediators to change: 1 |
169 | 2023-10-26T22:21:20.970Z | Services to change: 1 |
170 | 2023-10-26T22:21:20.973Z | Create boot environment: No |
171 | 2023-10-26T22:21:20.976Z | Create backup boot environment: Yes |
172 | 2023-10-26T22:21:23.143Z | Actions: 1/6 actions (Updating modified actions) |
173 | 2023-10-26T22:21:23.161Z | Actions: Completed 6 actions in 0.00 seconds. |
174 | 2023-10-26T22:21:23.172Z | Done |
175 | 2023-10-26T22:21:23.187Z | Done |
176 | 2023-10-26T22:21:23.209Z | Done |
177 | 2023-10-26T22:21:28.861Z | Done |
178 | 2023-10-26T22:21:28.980Z | Done |
179 | 2023-10-26T22:21:28.983Z | Done |
180 | 2023-10-26T22:21:29.079Z | Done |
181 | 2023-10-26T22:21:29.754Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
182 | 2023-10-26T22:21:29.801Z | clang system 15 system |
183 | 2023-10-26T22:21:29.814Z | csh system system illumos |
184 | 2023-10-26T22:21:29.820Z | ctags system system illumos |
185 | 2023-10-26T22:21:29.826Z | gcc vendor 12 vendor |
186 | 2023-10-26T22:21:29.834Z | gcc system 10 system |
187 | 2023-10-26T22:21:29.840Z | gcc system 7 system |
188 | 2023-10-26T22:21:29.847Z | go system 1.20 system |
189 | 2023-10-26T22:21:29.857Z | go system 1.19 system |
190 | 2023-10-26T22:21:29.864Z | llvm system 15 system |
191 | 2023-10-26T22:21:29.868Z | llvm system 14 system |
192 | 2023-10-26T22:21:29.875Z | mariadb system 10.6 system |
193 | 2023-10-26T22:21:29.881Z | mta vendor vendor dma |
194 | 2023-10-26T22:21:29.890Z | openjdk system 17 system |
195 | 2023-10-26T22:21:29.897Z | openjdk system 11 system |
196 | 2023-10-26T22:21:29.907Z | openjdk system 1.8 system |
197 | 2023-10-26T22:21:29.914Z | openssl vendor 3 vendor |
198 | 2023-10-26T22:21:29.941Z | perl system 5.36 system |
199 | 2023-10-26T22:21:29.953Z | postgresql system 15 system |
200 | 2023-10-26T22:21:30.362Z | postgresql system 13 system |
201 | 2023-10-26T22:21:30.365Z | python vendor 3 vendor |
202 | 2023-10-26T22:21:30.368Z | python system 2 system |
203 | 2023-10-26T22:21:30.371Z | python3 system 3.11 system |
204 | 2023-10-26T22:21:30.375Z | ruby system 3.0 system |
205 | 2023-10-26T22:21:30.379Z | words vendor vendor american-english |
206 | 2023-10-26T22:21:30.383Z | words system system australian-english |
207 | 2023-10-26T22:21:30.387Z | words system system british-english |
208 | 2023-10-26T22:21:30.392Z | words system system canadian-english |
209 | 2023-10-26T22:21:30.400Z | words system system french |
210 | 2023-10-26T22:21:30.418Z | words system system italian |
211 | 2023-10-26T22:21:30.429Z | words system system ngerman |
212 | 2023-10-26T22:21:30.441Z | words system system ogerman |
213 | 2023-10-26T22:21:30.455Z | words system system spanish |
214 | 2023-10-26T22:21:30.467Z | FMRI IFO |
215 | 2023-10-26T22:21:30.471Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
216 | 2023-10-26T22:21:30.481Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
217 | 2023-10-26T22:21:30.491Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
218 | 2023-10-26T22:21:30.499Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
219 | 2023-10-26T22:21:30.504Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
220 | 2023-10-26T22:21:30.509Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
221 | 2023-10-26T22:21:30.514Z | + set -o errexit |
222 | 2023-10-26T22:21:30.524Z | +++ dirname ./tools/ci_download_cockroachdb |
223 | 2023-10-26T22:21:30.530Z | ++ cd ./tools |
224 | 2023-10-26T22:21:30.536Z | ++ pwd |
225 | 2023-10-26T22:21:30.541Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
226 | 2023-10-26T22:21:30.582Z | ++ basename ./tools/ci_download_cockroachdb |
227 | 2023-10-26T22:21:30.590Z | + ARG0=ci_download_cockroachdb |
228 | 2023-10-26T22:21:30.606Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
229 | 2023-10-26T22:21:30.613Z | + CIDL_VERSION=v22.1.9 |
230 | 2023-10-26T22:21:30.620Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
231 | 2023-10-26T22:21:30.629Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
232 | 2023-10-26T22:21:31.047Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
233 | 2023-10-26T22:21:31.060Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
234 | 2023-10-26T22:21:31.074Z | + TARGET_DIR=out |
235 | 2023-10-26T22:21:31.079Z | + DOWNLOAD_DIR=out/downloads |
236 | 2023-10-26T22:21:31.082Z | + DEST_DIR=./out/cockroachdb |
237 | 2023-10-26T22:21:31.085Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
238 | 2023-10-26T22:21:31.089Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
239 | 2023-10-26T22:21:31.093Z | + main |
240 | 2023-10-26T22:21:31.096Z | + [[ 0 != 0 ]] |
241 | 2023-10-26T22:21:31.099Z | + CIDL_OS=solaris2.11 |
242 | 2023-10-26T22:21:31.102Z | + [[ 0 != 0 ]] |
243 | 2023-10-26T22:21:31.105Z | + configure_os solaris2.11 |
244 | 2023-10-26T22:21:31.109Z | + echo 'current directory: /work/oxidecomputer/omicron' |
245 | 2023-10-26T22:21:31.112Z | current directory: /work/oxidecomputer/omicron |
246 | 2023-10-26T22:21:31.115Z | + echo 'configuring based on OS: "solaris2.11"' |
247 | 2023-10-26T22:21:31.119Z | configuring based on OS: "solaris2.11" |
248 | 2023-10-26T22:21:31.122Z | + case "$1" in |
249 | 2023-10-26T22:21:31.125Z | + CIDL_BUILD=illumos |
250 | 2023-10-26T22:21:31.128Z | + CIDL_SUFFIX=tar.gz |
251 | 2023-10-26T22:21:31.131Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
252 | 2023-10-26T22:21:31.134Z | + CIDL_MD5FUNC=do_md5sum |
253 | 2023-10-26T22:21:31.147Z | + CIDL_URL_BASE=https://illumos.org/downloads |
254 | 2023-10-26T22:21:31.150Z | + CIDL_ASSEMBLE=do_assemble_illumos |
255 | 2023-10-26T22:21:31.154Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
256 | 2023-10-26T22:21:31.157Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
257 | 2023-10-26T22:21:31.162Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-10-26T22:21:31.166Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
259 | 2023-10-26T22:21:31.169Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-26T22:21:31.172Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
261 | 2023-10-26T22:21:31.177Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-26T22:21:31.181Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
263 | 2023-10-26T22:21:31.185Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-10-26T22:21:31.190Z | + mkdir -p out/downloads |
265 | 2023-10-26T22:21:31.197Z | + mkdir -p ./out/cockroachdb |
266 | 2023-10-26T22:21:31.205Z | + local DO_DOWNLOAD=true |
267 | 2023-10-26T22:21:31.222Z | Downloading... |
268 | 2023-10-26T22:21:31.228Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
269 | 2023-10-26T22:21:31.239Z | + '[' true == true ']' |
270 | 2023-10-26T22:21:31.247Z | + echo Downloading... |
271 | 2023-10-26T22:21:31.254Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-10-26T22:21:31.260Z | + 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 |
273 | 2023-10-26T22:21:33.213Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-26T22:21:33.217Z | ++ md5sum |
275 | 2023-10-26T22:21:33.222Z | ++ awk '{print $1}' |
276 | 2023-10-26T22:21:33.397Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
277 | 2023-10-26T22:21:33.401Z | + [[ 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 ]] |
278 | 2023-10-26T22:21:33.405Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-10-26T22:21:33.409Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
280 | 2023-10-26T22:21:37.004Z | + do_assemble_illumos |
281 | 2023-10-26T22:21:37.012Z | + rm -r ./out/cockroachdb |
282 | 2023-10-26T22:21:37.018Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
283 | 2023-10-26T22:21:37.632Z | + ./out/cockroachdb/bin/cockroach version |
284 | 2023-10-26T22:21:38.004Z | Build Tag: v22.1.9-dirty |
285 | 2023-10-26T22:21:38.023Z | Build Time: 2022/10/26 21:17:46 |
286 | 2023-10-26T22:21:38.039Z | Distribution: OSS |
287 | 2023-10-26T22:21:38.051Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
288 | 2023-10-26T22:21:38.062Z | Go Version: go1.17.13 |
289 | 2023-10-26T22:21:38.078Z | C Compiler: gcc 10.3.0 |
290 | 2023-10-26T22:21:38.089Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
291 | 2023-10-26T22:21:38.101Z | Build Type: release |
292 | 2023-10-26T22:21:38.113Z | + set -o errexit |
293 | 2023-10-26T22:21:38.127Z | +++ dirname ./tools/ci_download_clickhouse |
294 | 2023-10-26T22:21:38.143Z | ++ cd ./tools |
295 | 2023-10-26T22:21:38.162Z | ++ pwd |
296 | 2023-10-26T22:21:38.184Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
297 | 2023-10-26T22:21:38.198Z | ++ basename ./tools/ci_download_clickhouse |
298 | 2023-10-26T22:21:38.206Z | + ARG0=ci_download_clickhouse |
299 | 2023-10-26T22:21:38.214Z | + TARGET_DIR=out |
300 | 2023-10-26T22:21:38.217Z | + DOWNLOAD_DIR=out/downloads |
301 | 2023-10-26T22:21:38.221Z | + DEST_DIR=./out/clickhouse |
302 | 2023-10-26T22:21:38.224Z | + CIDL_VERSION=v22.8.9.24 |
303 | 2023-10-26T22:21:38.231Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
304 | 2023-10-26T22:21:38.239Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
305 | 2023-10-26T22:21:38.252Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
306 | 2023-10-26T22:21:38.255Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
307 | 2023-10-26T22:21:38.261Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
308 | 2023-10-26T22:21:38.265Z | + main |
309 | 2023-10-26T22:21:38.268Z | + [[ 0 != 0 ]] |
310 | 2023-10-26T22:21:38.272Z | + CIDL_OS=solaris2.11 |
311 | 2023-10-26T22:21:38.275Z | + [[ 0 != 0 ]] |
312 | 2023-10-26T22:21:38.279Z | + configure_os solaris2.11 |
313 | 2023-10-26T22:21:38.282Z | + echo 'current directory: /work/oxidecomputer/omicron' |
314 | 2023-10-26T22:21:38.286Z | current directory: /work/oxidecomputer/omicron |
315 | 2023-10-26T22:21:38.289Z | + echo 'configuring based on OS: "solaris2.11"' |
316 | 2023-10-26T22:21:38.293Z | configuring based on OS: "solaris2.11" |
317 | 2023-10-26T22:21:38.297Z | + CIDL_DASHREV= |
318 | 2023-10-26T22:21:38.300Z | + case "$1" in |
319 | 2023-10-26T22:21:38.303Z | + CIDL_PLATFORM=illumos |
320 | 2023-10-26T22:21:38.306Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
321 | 2023-10-26T22:21:38.310Z | + CIDL_MD5FUNC=do_md5sum |
322 | 2023-10-26T22:21:38.317Z | + CIDL_DASHREV=-1 |
323 | 2023-10-26T22:21:38.320Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
324 | 2023-10-26T22:21:38.324Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-10-26T22:21:38.327Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-26T22:21:38.330Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-26T22:21:38.335Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
328 | 2023-10-26T22:21:38.338Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-26T22:21:38.342Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
330 | 2023-10-26T22:21:38.347Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-10-26T22:21:38.350Z | + mkdir -p out/downloads |
332 | 2023-10-26T22:21:38.354Z | + mkdir -p ./out/clickhouse |
333 | 2023-10-26T22:21:38.358Z | + local DO_DOWNLOAD=true |
334 | 2023-10-26T22:21:38.364Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
335 | 2023-10-26T22:21:38.373Z | + '[' true == true ']' |
336 | 2023-10-26T22:21:38.384Z | + echo Downloading... |
337 | 2023-10-26T22:21:38.387Z | Downloading... |
338 | 2023-10-26T22:21:38.391Z | + 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 |
339 | 2023-10-26T22:21:38.394Z | + 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 |
340 | 2023-10-26T22:21:44.072Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-10-26T22:21:44.081Z | ++ md5sum |
342 | 2023-10-26T22:21:44.092Z | ++ awk '{print $1}' |
343 | 2023-10-26T22:21:44.314Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2023-10-26T22:21:44.322Z | + [[ 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 ]] |
345 | 2023-10-26T22:21:44.329Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
346 | 2023-10-26T22:21:44.337Z | + mkdir -p ./out/clickhouse |
347 | 2023-10-26T22:21:44.346Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
348 | 2023-10-26T22:21:49.395Z | + ./out/clickhouse/clickhouse server --version |
349 | 2023-10-26T22:21:49.456Z | ClickHouse server version 22.8.9.1. |
350 | 2023-10-26T22:21:49.472Z | + set -o errexit |
351 | 2023-10-26T22:21:49.477Z | +++ dirname ./tools/ci_download_console |
352 | 2023-10-26T22:21:49.480Z | ++ cd ./tools |
353 | 2023-10-26T22:21:49.484Z | ++ pwd |
354 | 2023-10-26T22:21:49.489Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
355 | 2023-10-26T22:21:49.492Z | ++ basename ./tools/ci_download_console |
356 | 2023-10-26T22:21:49.495Z | + ARG0=ci_download_console |
357 | 2023-10-26T22:21:49.498Z | + TARGET_DIR=out |
358 | 2023-10-26T22:21:49.504Z | + DOWNLOAD_DIR=out/downloads |
359 | 2023-10-26T22:21:49.508Z | + DEST_DIR=./out/console-assets |
360 | 2023-10-26T22:21:49.514Z | + source /work/oxidecomputer/omicron/tools/console_version |
361 | 2023-10-26T22:21:49.517Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
362 | 2023-10-26T22:21:49.521Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
363 | 2023-10-26T22:21:49.524Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
364 | 2023-10-26T22:21:49.529Z | + TARBALL_FILE=out/downloads/console.tar.gz |
365 | 2023-10-26T22:21:49.533Z | + main |
366 | 2023-10-26T22:21:49.536Z | + [[ 0 != 0 ]] |
367 | 2023-10-26T22:21:49.540Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
368 | 2023-10-26T22:21:49.544Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
369 | 2023-10-26T22:21:49.549Z | + echo 'Local file: out/downloads/console.tar.gz' |
370 | 2023-10-26T22:21:49.552Z | Local file: out/downloads/console.tar.gz |
371 | 2023-10-26T22:21:49.558Z | + local DO_DOWNLOAD=true |
372 | 2023-10-26T22:21:49.561Z | + [[ -f out/downloads/console.tar.gz ]] |
373 | 2023-10-26T22:21:49.565Z | + mkdir -p out/downloads |
374 | 2023-10-26T22:21:49.568Z | + '[' true == true ']' |
375 | 2023-10-26T22:21:49.574Z | + echo Downloading... |
376 | 2023-10-26T22:21:49.577Z | Downloading... |
377 | 2023-10-26T22:21:49.581Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
378 | 2023-10-26T22:21:49.585Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
379 | 2023-10-26T22:21:50.230Z | ++ do_sha256sum out/downloads/console.tar.gz |
380 | 2023-10-26T22:21:50.233Z | ++ case "$OSTYPE" in |
381 | 2023-10-26T22:21:50.236Z | ++ SHA=sha256sum |
382 | 2023-10-26T22:21:50.239Z | ++ sha256sum |
383 | 2023-10-26T22:21:50.243Z | ++ awk '{print $1}' |
384 | 2023-10-26T22:21:50.256Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
385 | 2023-10-26T22:21:50.259Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
386 | 2023-10-26T22:21:50.263Z | + rm -rf ./out/console-assets |
387 | 2023-10-26T22:21:50.268Z | + mkdir -p ./out/console-assets |
388 | 2023-10-26T22:21:50.271Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
389 | 2023-10-26T22:21:50.274Z | + mkdir -p ./out/console-assets |
390 | 2023-10-26T22:21:50.277Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
391 | 2023-10-26T22:21:50.409Z | + set -o errexit |
392 | 2023-10-26T22:21:50.414Z | +++ dirname ./tools/ci_download_maghemite_openapi |
393 | 2023-10-26T22:21:50.417Z | ++ cd ./tools |
394 | 2023-10-26T22:21:50.423Z | ++ pwd |
395 | 2023-10-26T22:21:50.427Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
396 | 2023-10-26T22:21:50.435Z | ++ basename ./tools/ci_download_maghemite_openapi |
397 | 2023-10-26T22:21:50.438Z | + ARG0=ci_download_maghemite_openapi |
398 | 2023-10-26T22:21:50.442Z | + TARGET_DIR=out |
399 | 2023-10-26T22:21:50.447Z | + DOWNLOAD_DIR=out/downloads |
400 | 2023-10-26T22:21:50.450Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
401 | 2023-10-26T22:21:50.453Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
402 | 2023-10-26T22:21:50.491Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
403 | 2023-10-26T22:21:50.497Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
404 | 2023-10-26T22:21:50.921Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
405 | 2023-10-26T22:21:50.930Z | + main |
406 | 2023-10-26T22:21:50.939Z | + [[ 0 != 0 ]] |
407 | 2023-10-26T22:21:50.955Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
408 | 2023-10-26T22:21:50.968Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
409 | 2023-10-26T22:21:50.974Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
410 | 2023-10-26T22:21:50.980Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
411 | 2023-10-26T22:21:50.985Z | + local DO_DOWNLOAD=true |
412 | 2023-10-26T22:21:50.990Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
413 | 2023-10-26T22:21:50.994Z | + mkdir -p out/downloads |
414 | 2023-10-26T22:21:50.998Z | + '[' true == true ']' |
415 | 2023-10-26T22:21:51.004Z | + echo Downloading... |
416 | 2023-10-26T22:21:51.007Z | Downloading... |
417 | 2023-10-26T22:21:51.010Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
418 | 2023-10-26T22:21:51.014Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
419 | 2023-10-26T22:21:51.018Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
420 | 2023-10-26T22:21:51.022Z | ++ case "$OSTYPE" in |
421 | 2023-10-26T22:21:51.026Z | ++ SHA=sha256sum |
422 | 2023-10-26T22:21:51.030Z | ++ sha256sum |
423 | 2023-10-26T22:21:51.035Z | ++ awk '{print $1}' |
424 | 2023-10-26T22:21:51.040Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
425 | 2023-10-26T22:21:51.043Z | + [[ 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 ]] |
426 | 2023-10-26T22:21:51.048Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
427 | 2023-10-26T22:21:51.051Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
428 | 2023-10-26T22:21:51.055Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
429 | 2023-10-26T22:21:51.058Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
430 | 2023-10-26T22:21:51.061Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
431 | 2023-10-26T22:21:51.064Z | + main |
432 | 2023-10-26T22:21:51.067Z | + [[ 0 != 0 ]] |
433 | 2023-10-26T22:21:51.070Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
434 | 2023-10-26T22:21:51.074Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
435 | 2023-10-26T22:21:51.077Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
436 | 2023-10-26T22:21:51.080Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
437 | 2023-10-26T22:21:51.084Z | + local DO_DOWNLOAD=true |
438 | 2023-10-26T22:21:51.087Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
439 | 2023-10-26T22:21:51.092Z | + mkdir -p out/downloads |
440 | 2023-10-26T22:21:51.095Z | + '[' true == true ']' |
441 | 2023-10-26T22:21:51.099Z | + echo Downloading... |
442 | 2023-10-26T22:21:51.108Z | Downloading... |
443 | 2023-10-26T22:21:51.116Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
444 | 2023-10-26T22:21:51.120Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
445 | 2023-10-26T22:21:51.123Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
446 | 2023-10-26T22:21:51.127Z | ++ case "$OSTYPE" in |
447 | 2023-10-26T22:21:51.132Z | ++ SHA=sha256sum |
448 | 2023-10-26T22:21:51.137Z | ++ sha256sum |
449 | 2023-10-26T22:21:51.141Z | ++ awk '{print $1}' |
450 | 2023-10-26T22:21:51.144Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
451 | 2023-10-26T22:21:51.147Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
452 | 2023-10-26T22:21:51.150Z | + set -o errexit |
453 | 2023-10-26T22:21:51.153Z | +++ dirname ./tools/ci_download_dendrite_openapi |
454 | 2023-10-26T22:21:51.157Z | ++ cd ./tools |
455 | 2023-10-26T22:21:51.164Z | ++ pwd |
456 | 2023-10-26T22:21:51.169Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
457 | 2023-10-26T22:21:51.172Z | ++ basename ./tools/ci_download_dendrite_openapi |
458 | 2023-10-26T22:21:51.176Z | + ARG0=ci_download_dendrite_openapi |
459 | 2023-10-26T22:21:51.181Z | + TARGET_DIR=out |
460 | 2023-10-26T22:21:51.187Z | + DOWNLOAD_DIR=out/downloads |
461 | 2023-10-26T22:21:51.193Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
462 | 2023-10-26T22:21:51.199Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
463 | 2023-10-26T22:21:51.221Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
464 | 2023-10-26T22:21:51.244Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
465 | 2023-10-26T22:21:51.271Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
466 | 2023-10-26T22:21:51.291Z | + main |
467 | 2023-10-26T22:21:51.306Z | + [[ 0 != 0 ]] |
468 | 2023-10-26T22:21:51.319Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
469 | 2023-10-26T22:21:51.331Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
470 | 2023-10-26T22:21:51.339Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
471 | 2023-10-26T22:21:51.344Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
472 | 2023-10-26T22:21:51.349Z | + local DO_DOWNLOAD=true |
473 | 2023-10-26T22:21:51.356Z | Downloading... |
474 | 2023-10-26T22:21:51.362Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
475 | 2023-10-26T22:21:51.372Z | + mkdir -p out/downloads |
476 | 2023-10-26T22:21:51.788Z | + '[' true == true ']' |
477 | 2023-10-26T22:21:51.802Z | + echo Downloading... |
478 | 2023-10-26T22:21:51.807Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
479 | 2023-10-26T22:21:51.812Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
480 | 2023-10-26T22:21:51.824Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
481 | 2023-10-26T22:21:51.835Z | ++ case "$OSTYPE" in |
482 | 2023-10-26T22:21:51.840Z | ++ SHA=sha256sum |
483 | 2023-10-26T22:21:51.843Z | ++ sha256sum |
484 | 2023-10-26T22:21:51.849Z | current directory: /work/oxidecomputer/omicron |
485 | 2023-10-26T22:21:51.855Z | ++ awk '{print $1}' |
486 | 2023-10-26T22:21:51.859Z | configuring based on OS: "solaris2.11" |
487 | 2023-10-26T22:21:51.864Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
488 | 2023-10-26T22:21:51.871Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
489 | 2023-10-26T22:21:51.879Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
490 | 2023-10-26T22:21:51.883Z | Local file: out/downloads/dendrite-stub.tar.gz |
491 | 2023-10-26T22:21:51.888Z | + set -o errexit |
492 | 2023-10-26T22:21:51.891Z | Downloading... |
493 | 2023-10-26T22:21:51.895Z | +++ dirname ./tools/ci_download_dendrite_stub |
494 | 2023-10-26T22:21:51.899Z | ++ cd ./tools |
495 | 2023-10-26T22:21:51.903Z | ++ pwd |
496 | 2023-10-26T22:21:51.907Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
497 | 2023-10-26T22:21:51.913Z | ++ basename ./tools/ci_download_dendrite_stub |
498 | 2023-10-26T22:21:51.917Z | + ARG0=ci_download_dendrite_stub |
499 | 2023-10-26T22:21:51.921Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
500 | 2023-10-26T22:21:51.927Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
501 | 2023-10-26T22:21:51.931Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
502 | 2023-10-26T22:21:51.934Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
503 | 2023-10-26T22:21:51.941Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
504 | 2023-10-26T22:21:51.952Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
505 | 2023-10-26T22:21:51.956Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
506 | 2023-10-26T22:21:51.961Z | + TARGET_DIR=out |
507 | 2023-10-26T22:21:51.967Z | + DOWNLOAD_DIR=out/downloads |
508 | 2023-10-26T22:21:51.970Z | + DEST_DIR=./out/dendrite-stub |
509 | 2023-10-26T22:21:51.973Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
510 | 2023-10-26T22:21:51.977Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
511 | 2023-10-26T22:21:51.981Z | + REPO=oxidecomputer/dendrite |
512 | 2023-10-26T22:21:51.985Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
513 | 2023-10-26T22:21:51.989Z | + main |
514 | 2023-10-26T22:21:51.994Z | + [[ 0 != 0 ]] |
515 | 2023-10-26T22:21:51.998Z | + CIDL_OS=solaris2.11 |
516 | 2023-10-26T22:21:52.002Z | + [[ 0 != 0 ]] |
517 | 2023-10-26T22:21:52.009Z | + configure_os solaris2.11 |
518 | 2023-10-26T22:21:52.015Z | + echo 'current directory: /work/oxidecomputer/omicron' |
519 | 2023-10-26T22:21:52.020Z | + echo 'configuring based on OS: "solaris2.11"' |
520 | 2023-10-26T22:21:52.024Z | + case "$1" in |
521 | 2023-10-26T22:21:52.029Z | + SET_BINARIES= |
522 | 2023-10-26T22:21:52.034Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
523 | 2023-10-26T22:21:52.039Z | + CIDL_SHA256FUNC=do_sha256sum |
524 | 2023-10-26T22:21:52.043Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
525 | 2023-10-26T22:21:52.061Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
526 | 2023-10-26T22:21:52.477Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
527 | 2023-10-26T22:21:52.923Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
528 | 2023-10-26T22:21:52.940Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
529 | 2023-10-26T22:21:53.355Z | + mkdir -p out/downloads |
530 | 2023-10-26T22:21:53.365Z | + mkdir -p ./out/dendrite-stub |
531 | 2023-10-26T22:21:53.377Z | + fetch_and_verify |
532 | 2023-10-26T22:21:53.825Z | + local DO_DOWNLOAD=true |
533 | 2023-10-26T22:21:53.836Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
534 | 2023-10-26T22:21:53.845Z | + '[' true == true ']' |
535 | 2023-10-26T22:21:53.856Z | + echo Downloading... |
536 | 2023-10-26T22:21:53.864Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
537 | 2023-10-26T22:21:53.871Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
538 | 2023-10-26T22:22:03.432Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
539 | 2023-10-26T22:22:03.440Z | ++ sha256sum |
540 | 2023-10-26T22:22:03.448Z | ++ awk '{print $1}' |
541 | 2023-10-26T22:22:03.525Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
542 | 2023-10-26T22:22:03.534Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
543 | 2023-10-26T22:22:03.545Z | + do_untar out/downloads/dendrite-stub.tar.gz |
544 | 2023-10-26T22:22:03.552Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
545 | 2023-10-26T22:22:04.468Z | + do_assemble |
546 | 2023-10-26T22:22:04.480Z | + rm -r ./out/dendrite-stub |
547 | 2023-10-26T22:22:04.488Z | + mkdir ./out/dendrite-stub |
548 | 2023-10-26T22:22:04.497Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
549 | 2023-10-26T22:22:04.621Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
550 | 2023-10-26T22:22:04.637Z | + set -o errexit |
551 | 2023-10-26T22:22:04.653Z | +++ dirname ./tools/ci_download_maghemite_mgd |
552 | 2023-10-26T22:22:04.681Z | ++ cd ./tools |
553 | 2023-10-26T22:22:04.714Z | ++ pwd |
554 | 2023-10-26T22:22:04.722Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
555 | 2023-10-26T22:22:04.727Z | ++ basename ./tools/ci_download_maghemite_mgd |
556 | 2023-10-26T22:22:04.732Z | + ARG0=ci_download_maghemite_mgd |
557 | 2023-10-26T22:22:04.738Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
558 | 2023-10-26T22:22:04.743Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
559 | 2023-10-26T22:22:04.765Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
560 | 2023-10-26T22:22:04.774Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
561 | 2023-10-26T22:22:04.781Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
562 | 2023-10-26T22:22:04.788Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
563 | 2023-10-26T22:22:04.795Z | + TARGET_DIR=out |
564 | 2023-10-26T22:22:04.802Z | + DOWNLOAD_DIR=out/downloads |
565 | 2023-10-26T22:22:04.810Z | + DEST_DIR=./out/mgd |
566 | 2023-10-26T22:22:04.819Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
567 | 2023-10-26T22:22:04.826Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
568 | 2023-10-26T22:22:04.832Z | + REPO=oxidecomputer/maghemite |
569 | 2023-10-26T22:22:04.838Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
570 | 2023-10-26T22:22:04.844Z | + main |
571 | 2023-10-26T22:22:04.851Z | + [[ 0 != 0 ]] |
572 | 2023-10-26T22:22:04.856Z | + CIDL_OS=solaris2.11 |
573 | 2023-10-26T22:22:04.863Z | + [[ 0 != 0 ]] |
574 | 2023-10-26T22:22:04.872Z | + configure_os solaris2.11 |
575 | 2023-10-26T22:22:04.882Z | + echo 'current directory: /work/oxidecomputer/omicron' |
576 | 2023-10-26T22:22:04.892Z | current directory: /work/oxidecomputer/omicron |
577 | 2023-10-26T22:22:04.902Z | + echo 'configuring based on OS: "solaris2.11"' |
578 | 2023-10-26T22:22:04.913Z | configuring based on OS: "solaris2.11" |
579 | 2023-10-26T22:22:04.923Z | + case "$1" in |
580 | 2023-10-26T22:22:04.933Z | + SET_BINARIES= |
581 | 2023-10-26T22:22:04.944Z | + CIDL_SHA256FUNC=do_sha256sum |
582 | 2023-10-26T22:22:04.957Z | + TARBALL_FILENAME=mgd.tar.gz |
583 | 2023-10-26T22:22:04.962Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
584 | 2023-10-26T22:22:04.967Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
585 | 2023-10-26T22:22:04.972Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
586 | 2023-10-26T22:22:04.980Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
587 | 2023-10-26T22:22:04.986Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
588 | 2023-10-26T22:22:04.990Z | Local file: out/downloads/mgd.tar.gz |
589 | 2023-10-26T22:22:04.994Z | + mkdir -p out/downloads |
590 | 2023-10-26T22:22:04.998Z | + mkdir -p ./out/mgd |
591 | 2023-10-26T22:22:05.006Z | + fetch_and_verify |
592 | 2023-10-26T22:22:05.011Z | + local DO_DOWNLOAD=true |
593 | 2023-10-26T22:22:05.016Z | + [[ -f out/downloads/mgd.tar.gz ]] |
594 | 2023-10-26T22:22:05.020Z | + '[' true == true ']' |
595 | 2023-10-26T22:22:05.027Z | + echo Downloading... |
596 | 2023-10-26T22:22:05.031Z | Downloading... |
597 | 2023-10-26T22:22:05.036Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
598 | 2023-10-26T22:22:05.045Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
599 | 2023-10-26T22:22:13.553Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
600 | 2023-10-26T22:22:13.557Z | ++ sha256sum |
601 | 2023-10-26T22:22:13.560Z | ++ awk '{print $1}' |
602 | 2023-10-26T22:22:13.630Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
603 | 2023-10-26T22:22:13.635Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
604 | 2023-10-26T22:22:13.638Z | + do_untar out/downloads/mgd.tar.gz |
605 | 2023-10-26T22:22:13.641Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
606 | 2023-10-26T22:22:14.327Z | + do_assemble |
607 | 2023-10-26T22:22:14.335Z | + rm -r ./out/mgd |
608 | 2023-10-26T22:22:14.349Z | + mkdir ./out/mgd |
609 | 2023-10-26T22:22:14.364Z | + cp -r out/downloads/root ./out/mgd/root |
610 | 2023-10-26T22:22:14.779Z | + set -o errexit |
611 | 2023-10-26T22:22:14.789Z | +++ dirname ./tools/ci_download_transceiver_control |
612 | 2023-10-26T22:22:14.798Z | ++ cd ./tools |
613 | 2023-10-26T22:22:14.809Z | ++ pwd |
614 | 2023-10-26T22:22:14.822Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
615 | 2023-10-26T22:22:14.908Z | ++ basename ./tools/ci_download_transceiver_control |
616 | 2023-10-26T22:22:14.928Z | + ARG0=ci_download_transceiver_control |
617 | 2023-10-26T22:22:14.939Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
618 | 2023-10-26T22:22:14.949Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
619 | 2023-10-26T22:22:14.962Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
620 | 2023-10-26T22:22:14.980Z | + TARGET_DIR=out |
621 | 2023-10-26T22:22:14.987Z | + DOWNLOAD_DIR=out/downloads |
622 | 2023-10-26T22:22:14.993Z | + DEST_DIR=./out/transceiver-control |
623 | 2023-10-26T22:22:15.007Z | + BIN_DIR=/opt/oxide/bin |
624 | 2023-10-26T22:22:15.016Z | + BINARY=xcvradm |
625 | 2023-10-26T22:22:15.026Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
626 | 2023-10-26T22:22:15.036Z | + REPO=oxidecomputer/transceiver-control |
627 | 2023-10-26T22:22:15.041Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
628 | 2023-10-26T22:22:15.046Z | + main |
629 | 2023-10-26T22:22:15.051Z | + [[ 0 != 0 ]] |
630 | 2023-10-26T22:22:15.058Z | + CIDL_OS=solaris2.11 |
631 | 2023-10-26T22:22:15.063Z | + [[ 0 != 0 ]] |
632 | 2023-10-26T22:22:15.072Z | + configure_os solaris2.11 |
633 | 2023-10-26T22:22:15.080Z | + echo 'current directory: /work/oxidecomputer/omicron' |
634 | 2023-10-26T22:22:15.085Z | current directory: /work/oxidecomputer/omicron |
635 | 2023-10-26T22:22:15.091Z | + echo 'configuring based on OS: "solaris2.11"' |
636 | 2023-10-26T22:22:15.100Z | configuring based on OS: "solaris2.11" |
637 | 2023-10-26T22:22:15.109Z | + case "$1" in |
638 | 2023-10-26T22:22:15.114Z | + SET_BINARIES= |
639 | 2023-10-26T22:22:15.118Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
640 | 2023-10-26T22:22:15.125Z | + CIDL_SHA256FUNC=do_sha256sum |
641 | 2023-10-26T22:22:15.132Z | + ARCHIVE_FILENAME=xcvradm.gz |
642 | 2023-10-26T22:22:15.139Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
643 | 2023-10-26T22:22:15.145Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
644 | 2023-10-26T22:22:15.152Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
645 | 2023-10-26T22:22:15.160Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
646 | 2023-10-26T22:22:15.171Z | + echo 'Local file: out/downloads/xcvradm.gz' |
647 | 2023-10-26T22:22:15.191Z | Local file: out/downloads/xcvradm.gz |
648 | 2023-10-26T22:22:15.211Z | + mkdir -p out/downloads |
649 | 2023-10-26T22:22:15.223Z | + mkdir -p ./out/transceiver-control |
650 | 2023-10-26T22:22:15.237Z | + fetch_and_verify |
651 | 2023-10-26T22:22:15.267Z | + local DO_DOWNLOAD=true |
652 | 2023-10-26T22:22:15.288Z | + [[ -f out/downloads/xcvradm.gz ]] |
653 | 2023-10-26T22:22:15.699Z | + '[' true == true ']' |
654 | 2023-10-26T22:22:15.707Z | + echo Downloading... |
655 | 2023-10-26T22:22:15.714Z | Downloading... |
656 | 2023-10-26T22:22:15.722Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
657 | 2023-10-26T22:22:15.730Z | + 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 |
658 | 2023-10-26T22:22:16.596Z | ++ do_sha256sum out/downloads/xcvradm.gz |
659 | 2023-10-26T22:22:16.600Z | ++ sha256sum |
660 | 2023-10-26T22:22:16.603Z | ++ awk '{print $1}' |
661 | 2023-10-26T22:22:16.622Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
662 | 2023-10-26T22:22:16.627Z | + [[ 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 ]] |
663 | 2023-10-26T22:22:16.632Z | + do_unpack out/downloads/xcvradm.gz |
664 | 2023-10-26T22:22:16.636Z | + mkdir -p out/downloads/root//opt/oxide/bin |
665 | 2023-10-26T22:22:16.641Z | + gzip -dc out/downloads/xcvradm.gz |
666 | 2023-10-26T22:22:16.805Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
667 | 2023-10-26T22:22:16.810Z | + do_assemble |
668 | 2023-10-26T22:22:16.814Z | + rm -r ./out/transceiver-control |
669 | 2023-10-26T22:22:16.819Z | + mkdir ./out/transceiver-control |
670 | 2023-10-26T22:22:16.824Z | + cp -r out/downloads/root ./out/transceiver-control/root |
671 | 2023-10-26T22:22:17.023Z | All prerequisites installed successfully |
672 | 2023-10-26T22:22:17.027Z | |
673 | 2023-10-26T22:22:17.032Z | real 2:13.615637271 |
674 | 2023-10-26T22:22:17.038Z | user 51.698395737 |
675 | 2023-10-26T22:22:17.041Z | sys 10.289702145 |
676 | 2023-10-26T22:22:17.046Z | trap 0.022185643 |
677 | 2023-10-26T22:22:17.050Z | tflt 0.530066647 |
678 | 2023-10-26T22:22:17.054Z | dflt 1.188135667 |
679 | 2023-10-26T22:22:17.058Z | kflt 0.333708652 |
680 | 2023-10-26T22:22:17.066Z | lock 2.253937873 |
681 | 2023-10-26T22:22:17.073Z | slp 4:18.716037012 |
682 | 2023-10-26T22:22:17.081Z | lat 4.094133960 |
683 | 2023-10-26T22:22:17.090Z | stop 0.073073735 |
684 | 2023-10-26T22:22:17.100Z | + ptime -m ./tools/ci_download_softnpu_machinery |
685 | 2023-10-26T22:22:17.516Z | fetching npuzone |
686 | 2023-10-26T22:22:17.522Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
687 | 2023-10-26T22:22:17.533Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
688 | 2023-10-26T22:22:17.539Z | Getting hash for npuzone |
689 | 2023-10-26T22:22:17.543Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
690 | 2023-10-26T22:22:27.280Z | npuzone downloaded successfully |
691 | 2023-10-26T22:22:27.294Z | |
692 | 2023-10-26T22:22:27.303Z | real 10.251097922 |
693 | 2023-10-26T22:22:27.311Z | user 0.564114616 |
694 | 2023-10-26T22:22:27.317Z | sys 0.150844308 |
695 | 2023-10-26T22:22:27.332Z | trap 0.000610825 |
696 | 2023-10-26T22:22:27.339Z | tflt 0.000000000 |
697 | 2023-10-26T22:22:27.343Z | dflt 0.000000000 |
698 | 2023-10-26T22:22:27.346Z | kflt 0.000000000 |
699 | 2023-10-26T22:22:27.351Z | lock 0.000000000 |
700 | 2023-10-26T22:22:27.355Z | slp 29.839399475 |
701 | 2023-10-26T22:22:27.358Z | lat 0.163371990 |
702 | 2023-10-26T22:22:27.362Z | stop 0.000258499 |
703 | 2023-10-26T22:22:27.377Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
704 | 2023-10-26T22:22:27.791Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
705 | 2023-10-26T22:22:27.993Z | Updating crates.io index |
706 | 2023-10-26T22:22:27.997Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
707 | 2023-10-26T22:22:28.830Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
708 | 2023-10-26T22:22:30.560Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
709 | 2023-10-26T22:22:31.138Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
710 | 2023-10-26T22:22:31.466Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
711 | 2023-10-26T22:22:31.787Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
712 | 2023-10-26T22:22:32.086Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
713 | 2023-10-26T22:22:33.013Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
714 | 2023-10-26T22:22:34.664Z | Updating git repository `https://github.com/oxidecomputer/opte` |
715 | 2023-10-26T22:22:35.643Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
716 | 2023-10-26T22:22:35.997Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
717 | 2023-10-26T22:22:36.327Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
718 | 2023-10-26T22:22:36.932Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
719 | 2023-10-26T22:22:37.226Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
720 | 2023-10-26T22:22:37.677Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
721 | 2023-10-26T22:22:38.019Z | Updating git repository `https://github.com/njaremko/samael` |
722 | 2023-10-26T22:22:38.467Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
723 | 2023-10-26T22:22:39.162Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
724 | 2023-10-26T22:22:39.536Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
725 | 2023-10-26T22:22:39.858Z | Updating git repository `https://github.com/jgallagher/nix` |
726 | 2023-10-26T22:22:41.162Z | Updating git repository `https://github.com/cbiffle/hubpack` |
727 | 2023-10-26T22:22:41.528Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
728 | 2023-10-26T22:22:50.954Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
729 | 2023-10-26T22:22:51.415Z | Updating git repository `https://github.com/oxidecomputer/typify` |
730 | 2023-10-26T22:22:52.340Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
731 | 2023-10-26T22:22:52.732Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
732 | 2023-10-26T22:22:53.038Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
733 | 2023-10-26T22:22:54.533Z | Downloading crates ... |
734 | 2023-10-26T22:22:54.797Z | Downloaded base16ct v0.2.0 |
735 | 2023-10-26T22:22:54.818Z | Downloaded cfg-if v0.1.10 |
736 | 2023-10-26T22:22:54.833Z | Downloaded http-range v0.1.5 |
737 | 2023-10-26T22:22:54.851Z | Downloaded cargo-platform v0.1.3 |
738 | 2023-10-26T22:22:54.873Z | Downloaded bytesize v1.3.0 |
739 | 2023-10-26T22:22:55.292Z | Downloaded bitstruct_derive v0.1.0 |
740 | 2023-10-26T22:22:55.296Z | Downloaded rustversion v1.0.14 |
741 | 2023-10-26T22:22:55.299Z | Downloaded corncobs v0.1.3 |
742 | 2023-10-26T22:22:55.306Z | Downloaded block-buffer v0.10.4 |
743 | 2023-10-26T22:22:55.323Z | Downloaded itoa v1.0.9 |
744 | 2023-10-26T22:22:55.338Z | Downloaded serde_repr v0.1.16 |
745 | 2023-10-26T22:22:55.344Z | Downloaded blake2 v0.10.6 |
746 | 2023-10-26T22:22:55.353Z | Downloaded cargo_metadata v0.18.0 |
747 | 2023-10-26T22:22:55.363Z | Downloaded ciborium-io v0.2.1 |
748 | 2023-10-26T22:22:55.371Z | Downloaded heck v0.3.3 |
749 | 2023-10-26T22:22:55.389Z | Downloaded bit-set v0.5.3 |
750 | 2023-10-26T22:22:55.415Z | Downloaded bytecount v0.6.3 |
751 | 2023-10-26T22:22:55.424Z | Downloaded ident_case v1.0.1 |
752 | 2023-10-26T22:22:55.434Z | Downloaded match_cfg v0.1.0 |
753 | 2023-10-26T22:22:55.439Z | Downloaded matches v0.1.10 |
754 | 2023-10-26T22:22:55.443Z | Downloaded crc v3.0.1 |
755 | 2023-10-26T22:22:55.451Z | Downloaded new_debug_unreachable v1.0.4 |
756 | 2023-10-26T22:22:55.454Z | Downloaded maybe-uninit v2.0.0 |
757 | 2023-10-26T22:22:55.457Z | Downloaded base64ct v1.6.0 |
758 | 2023-10-26T22:22:55.460Z | Downloaded crossbeam v0.8.2 |
759 | 2023-10-26T22:22:55.463Z | Downloaded bytes v1.5.0 |
760 | 2023-10-26T22:22:55.466Z | Downloaded normalize-line-endings v0.3.0 |
761 | 2023-10-26T22:22:55.469Z | Downloaded bit_field v0.10.2 |
762 | 2023-10-26T22:22:55.471Z | Downloaded nodrop v0.1.14 |
763 | 2023-10-26T22:22:55.476Z | Downloaded crucible-workspace-hack v0.1.0 |
764 | 2023-10-26T22:22:55.479Z | Downloaded anstream v0.5.0 |
765 | 2023-10-26T22:22:55.483Z | Downloaded crossbeam-deque v0.8.3 |
766 | 2023-10-26T22:22:55.488Z | Downloaded nanorand v0.7.0 |
767 | 2023-10-26T22:22:55.491Z | Downloaded hubpack v0.1.2 |
768 | 2023-10-26T22:22:55.494Z | Downloaded httpdate v1.0.3 |
769 | 2023-10-26T22:22:55.497Z | Downloaded indexmap v1.9.3 |
770 | 2023-10-26T22:22:55.500Z | Downloaded multer v2.1.0 |
771 | 2023-10-26T22:22:55.505Z | Downloaded nibble_vec v0.1.0 |
772 | 2023-10-26T22:22:55.508Z | Downloaded serde_with_macros v2.3.3 |
773 | 2023-10-26T22:22:55.511Z | Downloaded async-trait v0.1.74 |
774 | 2023-10-26T22:22:55.514Z | Downloaded strip-ansi-escapes v0.2.0 |
775 | 2023-10-26T22:22:55.517Z | Downloaded log v0.4.20 |
776 | 2023-10-26T22:22:55.521Z | Downloaded ipnet v2.8.0 |
777 | 2023-10-26T22:22:55.525Z | Downloaded httparse v1.8.0 |
778 | 2023-10-26T22:22:55.550Z | Downloaded shlex v1.1.0 |
779 | 2023-10-26T22:22:55.553Z | Downloaded dirs-sys-next v0.1.2 |
780 | 2023-10-26T22:22:55.556Z | Downloaded filetime v0.2.22 |
781 | 2023-10-26T22:22:55.559Z | Downloaded phf_shared v0.10.0 |
782 | 2023-10-26T22:22:55.562Z | Downloaded subtle v2.5.0 |
783 | 2023-10-26T22:22:55.565Z | Downloaded vte_generate_state_changes v0.1.1 |
784 | 2023-10-26T22:22:55.568Z | Downloaded mockall_derive v0.11.4 |
785 | 2023-10-26T22:22:55.571Z | Downloaded diesel_table_macro_syntax v0.1.0 |
786 | 2023-10-26T22:22:55.574Z | Downloaded textwrap v0.11.0 |
787 | 2023-10-26T22:22:55.578Z | Downloaded fd-lock v3.0.13 |
788 | 2023-10-26T22:22:55.581Z | Downloaded base64 v0.13.1 |
789 | 2023-10-26T22:22:55.584Z | Downloaded crc-any v2.4.3 |
790 | 2023-10-26T22:22:55.587Z | Downloaded num_threads v0.1.6 |
791 | 2023-10-26T22:22:55.590Z | Downloaded number_prefix v0.4.0 |
792 | 2023-10-26T22:22:55.593Z | Downloaded headers-core v0.2.0 |
793 | 2023-10-26T22:22:55.597Z | Downloaded static_assertions v1.1.0 |
794 | 2023-10-26T22:22:55.600Z | Downloaded spki v0.7.2 |
795 | 2023-10-26T22:22:55.604Z | Downloaded utf-8 v0.7.6 |
796 | 2023-10-26T22:22:55.607Z | Downloaded path-absolutize v3.1.0 |
797 | 2023-10-26T22:22:55.613Z | Downloaded stable_deref_trait v1.2.0 |
798 | 2023-10-26T22:22:55.617Z | Downloaded base64 v0.21.5 |
799 | 2023-10-26T22:22:55.621Z | Downloaded phf_shared v0.11.2 |
800 | 2023-10-26T22:22:55.624Z | Downloaded wyz v0.5.1 |
801 | 2023-10-26T22:22:55.627Z | Downloaded signal-hook-mio v0.2.3 |
802 | 2023-10-26T22:22:55.630Z | Downloaded debug-ignore v1.0.5 |
803 | 2023-10-26T22:22:55.633Z | Downloaded opaque-debug v0.3.0 |
804 | 2023-10-26T22:22:55.636Z | Downloaded time-core v0.1.1 |
805 | 2023-10-26T22:22:55.639Z | Downloaded scopeguard v1.2.0 |
806 | 2023-10-26T22:22:55.643Z | Downloaded equivalent v1.0.1 |
807 | 2023-10-26T22:22:55.648Z | Downloaded globset v0.4.13 |
808 | 2023-10-26T22:22:55.650Z | Downloaded arc-swap v1.6.0 |
809 | 2023-10-26T22:22:55.654Z | Downloaded hash32 v0.2.1 |
810 | 2023-10-26T22:22:55.658Z | Downloaded waitgroup v0.1.2 |
811 | 2023-10-26T22:22:55.662Z | Downloaded serde_arrays v0.1.0 |
812 | 2023-10-26T22:22:55.667Z | Downloaded sha2 v0.10.8 |
813 | 2023-10-26T22:22:55.671Z | Downloaded foreign-types-shared v0.3.1 |
814 | 2023-10-26T22:22:55.674Z | Downloaded want v0.3.1 |
815 | 2023-10-26T22:22:55.677Z | Downloaded foreign-types-shared v0.1.1 |
816 | 2023-10-26T22:22:55.680Z | Downloaded synstructure v0.12.6 |
817 | 2023-10-26T22:22:55.684Z | Downloaded openssl-probe v0.1.5 |
818 | 2023-10-26T22:22:55.686Z | Downloaded openssl-macros v0.1.1 |
819 | 2023-10-26T22:22:55.690Z | Downloaded getopts v0.2.21 |
820 | 2023-10-26T22:22:55.693Z | Downloaded resolv-conf v0.7.0 |
821 | 2023-10-26T22:22:55.696Z | Downloaded data-encoding v2.4.0 |
822 | 2023-10-26T22:22:55.699Z | Downloaded polyval v0.6.1 |
823 | 2023-10-26T22:22:55.702Z | Downloaded hashlink v0.8.3 |
824 | 2023-10-26T22:22:55.706Z | Downloaded serde-hex v0.1.0 |
825 | 2023-10-26T22:22:55.709Z | Downloaded tokio-native-tls v0.3.1 |
826 | 2023-10-26T22:22:55.712Z | Downloaded tokio-tungstenite v0.18.0 |
827 | 2023-10-26T22:22:55.715Z | Downloaded errno v0.3.2 |
828 | 2023-10-26T22:22:55.718Z | Downloaded enum-as-inner v0.5.1 |
829 | 2023-10-26T22:22:55.721Z | Downloaded path-dedot v3.1.0 |
830 | 2023-10-26T22:22:55.724Z | Downloaded r2d2 v0.8.10 |
831 | 2023-10-26T22:22:55.728Z | Downloaded parse-display v0.7.0 |
832 | 2023-10-26T22:22:55.732Z | Downloaded elliptic-curve v0.13.5 |
833 | 2023-10-26T22:22:55.776Z | Downloaded fnv v1.0.7 |
834 | 2023-10-26T22:22:55.780Z | Downloaded once_cell v1.18.0 |
835 | 2023-10-26T22:22:55.783Z | Downloaded parking_lot_core v0.9.8 |
836 | 2023-10-26T22:22:55.787Z | Downloaded dtrace-parser v0.1.14 |
837 | 2023-10-26T22:22:55.790Z | Downloaded omicron-zone-package v0.8.3 |
838 | 2023-10-26T22:22:55.793Z | Downloaded rand_chacha v0.3.1 |
839 | 2023-10-26T22:22:55.796Z | Downloaded test-strategy v0.2.1 |
840 | 2023-10-26T22:22:55.799Z | Downloaded tui-tree-widget v0.13.0 |
841 | 2023-10-26T22:22:55.803Z | Downloaded der_derive v0.7.2 |
842 | 2023-10-26T22:22:56.221Z | Downloaded futures-task v0.3.28 |
843 | 2023-10-26T22:22:56.224Z | Downloaded futures-core v0.3.28 |
844 | 2023-10-26T22:22:56.227Z | Downloaded darling_core v0.14.4 |
845 | 2023-10-26T22:22:56.230Z | Downloaded ringbuffer v0.15.0 |
846 | 2023-10-26T22:22:56.234Z | Downloaded tiny-keccak v2.0.2 |
847 | 2023-10-26T22:22:56.239Z | Downloaded toolchain_find v0.2.0 |
848 | 2023-10-26T22:22:56.242Z | Downloaded percent-encoding v2.3.0 |
849 | 2023-10-26T22:22:56.245Z | Downloaded vsss-rs v3.3.1 |
850 | 2023-10-26T22:22:56.248Z | Downloaded vergen v8.2.4 |
851 | 2023-10-26T22:22:56.252Z | Downloaded papergrid v0.10.0 |
852 | 2023-10-26T22:22:56.257Z | Downloaded pretty-hex v0.3.0 |
853 | 2023-10-26T22:22:56.267Z | Downloaded futures-executor v0.3.28 |
854 | 2023-10-26T22:22:56.275Z | Downloaded doc-comment v0.3.3 |
855 | 2023-10-26T22:22:56.280Z | Downloaded slog-envlogger v2.2.0 |
856 | 2023-10-26T22:22:56.285Z | Downloaded ppv-lite86 v0.2.17 |
857 | 2023-10-26T22:22:56.292Z | Downloaded postcard v0.7.3 |
858 | 2023-10-26T22:22:56.297Z | Downloaded fixedbitset v0.4.2 |
859 | 2023-10-26T22:22:56.303Z | Downloaded pem-rfc7468 v0.7.0 |
860 | 2023-10-26T22:22:56.307Z | Downloaded tower-service v0.3.2 |
861 | 2023-10-26T22:22:56.313Z | Downloaded postgres-protocol v0.6.6 |
862 | 2023-10-26T22:22:56.320Z | Downloaded siphasher v0.3.11 |
863 | 2023-10-26T22:22:56.325Z | Downloaded unarray v0.1.4 |
864 | 2023-10-26T22:22:56.331Z | Downloaded zip v0.6.6 |
865 | 2023-10-26T22:22:56.337Z | Downloaded predicates-tree v1.0.9 |
866 | 2023-10-26T22:22:56.342Z | Downloaded mio v0.8.8 |
867 | 2023-10-26T22:22:56.350Z | Downloaded version_check v0.9.4 |
868 | 2023-10-26T22:22:56.357Z | Downloaded utf8parse v0.2.1 |
869 | 2023-10-26T22:22:56.362Z | Downloaded difflib v0.4.0 |
870 | 2023-10-26T22:22:56.368Z | Downloaded try-lock v0.2.4 |
871 | 2023-10-26T22:22:56.375Z | Downloaded pretty-hex v0.2.1 |
872 | 2023-10-26T22:22:56.387Z | Downloaded proc-macro2 v1.0.67 |
873 | 2023-10-26T22:22:56.398Z | Downloaded tinyvec_macros v0.1.1 |
874 | 2023-10-26T22:22:56.410Z | Downloaded spin v0.9.8 |
875 | 2023-10-26T22:22:56.427Z | Downloaded rustls-native-certs v0.6.3 |
876 | 2023-10-26T22:22:56.433Z | Downloaded half v1.8.2 |
877 | 2023-10-26T22:22:56.444Z | Downloaded quote v1.0.33 |
878 | 2023-10-26T22:22:56.455Z | Downloaded textwrap v0.16.0 |
879 | 2023-10-26T22:22:56.466Z | Downloaded tokio-macros v2.1.0 |
880 | 2023-10-26T22:22:56.479Z | Downloaded generic-array v0.14.7 |
881 | 2023-10-26T22:22:56.487Z | Downloaded rustls-pemfile v1.0.3 |
882 | 2023-10-26T22:22:56.491Z | Downloaded packed_struct_codegen v0.10.1 |
883 | 2023-10-26T22:22:56.494Z | Downloaded tracing-attributes v0.1.26 |
884 | 2023-10-26T22:22:56.497Z | Downloaded libm v0.2.7 |
885 | 2023-10-26T22:22:56.500Z | Downloaded oso-derive v0.26.4 |
886 | 2023-10-26T22:22:56.502Z | Downloaded endian-type v0.1.2 |
887 | 2023-10-26T22:22:56.505Z | Downloaded thread-id v4.2.0 |
888 | 2023-10-26T22:22:56.508Z | Downloaded vec_map v0.8.2 |
889 | 2023-10-26T22:22:56.510Z | Downloaded num-complex v0.4.4 |
890 | 2023-10-26T22:22:56.513Z | Downloaded rustc-demangle v0.1.23 |
891 | 2023-10-26T22:22:56.516Z | Downloaded futures v0.3.28 |
892 | 2023-10-26T22:22:56.519Z | Downloaded xattr v1.0.1 |
893 | 2023-10-26T22:22:56.522Z | Downloaded same-file v1.0.6 |
894 | 2023-10-26T22:22:56.525Z | Downloaded futures-sink v0.3.28 |
895 | 2023-10-26T22:22:56.527Z | Downloaded futures-macro v0.3.28 |
896 | 2023-10-26T22:22:56.530Z | Downloaded openssl-sys v0.9.93 |
897 | 2023-10-26T22:22:56.533Z | Downloaded crunchy v0.2.2 |
898 | 2023-10-26T22:22:56.536Z | Downloaded zone_cfg_derive v0.2.0 |
899 | 2023-10-26T22:22:56.540Z | Downloaded pkg-config v0.3.27 |
900 | 2023-10-26T22:22:56.544Z | Downloaded proc-macro-error-attr v1.0.4 |
901 | 2023-10-26T22:22:56.547Z | Downloaded num_enum_derive v0.7.0 |
902 | 2023-10-26T22:22:56.551Z | Downloaded num_enum_derive v0.5.11 |
903 | 2023-10-26T22:22:56.555Z | Downloaded shell-words v1.1.0 |
904 | 2023-10-26T22:22:56.559Z | Downloaded string_cache v0.8.7 |
905 | 2023-10-26T22:22:56.563Z | Downloaded der v0.7.8 |
906 | 2023-10-26T22:22:56.565Z | Downloaded fxhash v0.2.1 |
907 | 2023-10-26T22:22:56.568Z | Downloaded strum_macros v0.25.2 |
908 | 2023-10-26T22:22:56.571Z | Downloaded fallible-streaming-iterator v0.1.9 |
909 | 2023-10-26T22:22:56.574Z | Downloaded unicode-linebreak v0.1.5 |
910 | 2023-10-26T22:22:56.577Z | Downloaded ena v0.14.2 |
911 | 2023-10-26T22:22:56.580Z | Downloaded digest v0.10.7 |
912 | 2023-10-26T22:22:56.584Z | Downloaded password-hash v0.5.0 |
913 | 2023-10-26T22:22:56.587Z | Downloaded strsim v0.10.0 |
914 | 2023-10-26T22:22:56.589Z | Downloaded tempfile v3.8.0 |
915 | 2023-10-26T22:22:56.593Z | Downloaded signal-hook-tokio v0.3.1 |
916 | 2023-10-26T22:22:56.596Z | Downloaded take_mut v0.2.2 |
917 | 2023-10-26T22:22:56.598Z | Downloaded thread_local v1.1.7 |
918 | 2023-10-26T22:22:56.601Z | Downloaded rayon-core v1.11.0 |
919 | 2023-10-26T22:22:56.605Z | Downloaded pin-utils v0.1.0 |
920 | 2023-10-26T22:22:56.609Z | Downloaded usdt-macro v0.3.5 |
921 | 2023-10-26T22:22:56.612Z | Downloaded zerocopy v0.3.0 |
922 | 2023-10-26T22:22:56.615Z | Downloaded usdt v0.3.5 |
923 | 2023-10-26T22:22:56.618Z | Downloaded universal-hash v0.5.1 |
924 | 2023-10-26T22:22:56.623Z | Downloaded unicase v2.7.0 |
925 | 2023-10-26T22:22:56.626Z | Downloaded crossbeam-queue v0.3.8 |
926 | 2023-10-26T22:22:56.630Z | Downloaded secrecy v0.8.0 |
927 | 2023-10-26T22:22:56.633Z | Downloaded num-iter v0.1.43 |
928 | 2023-10-26T22:22:56.636Z | Downloaded untrusted v0.7.1 |
929 | 2023-10-26T22:22:56.639Z | Downloaded parking_lot_core v0.8.6 |
930 | 2023-10-26T22:22:56.642Z | Downloaded tokio-stream v0.1.14 |
931 | 2023-10-26T22:22:56.647Z | Downloaded fastrand v2.0.0 |
932 | 2023-10-26T22:22:56.656Z | Downloaded proc-macro-crate v1.3.1 |
933 | 2023-10-26T22:22:56.661Z | Downloaded env_logger v0.9.3 |
934 | 2023-10-26T22:22:56.669Z | Downloaded prettyplease v0.2.12 |
935 | 2023-10-26T22:22:56.672Z | Downloaded tabled_derive v0.6.0 |
936 | 2023-10-26T22:22:56.676Z | Downloaded flagset v0.4.3 |
937 | 2023-10-26T22:22:56.681Z | Downloaded predicates-core v1.0.6 |
938 | 2023-10-26T22:22:56.683Z | Downloaded crossterm v0.26.1 |
939 | 2023-10-26T22:22:56.686Z | Downloaded ref-cast-impl v1.0.20 |
940 | 2023-10-26T22:22:56.690Z | Downloaded env_logger v0.10.0 |
941 | 2023-10-26T22:22:56.693Z | Downloaded structopt v0.3.26 |
942 | 2023-10-26T22:22:56.696Z | Downloaded derive_builder v0.12.0 |
943 | 2023-10-26T22:22:56.699Z | Downloaded proc-macro-error v1.0.4 |
944 | 2023-10-26T22:22:56.704Z | Downloaded owo-colors v3.5.0 |
945 | 2023-10-26T22:22:56.707Z | Downloaded poly1305 v0.8.0 |
946 | 2023-10-26T22:22:56.711Z | Downloaded getrandom v0.2.10 |
947 | 2023-10-26T22:22:56.715Z | Downloaded derive_builder_core v0.12.0 |
948 | 2023-10-26T22:22:56.718Z | Downloaded diff v0.1.13 |
949 | 2023-10-26T22:22:56.721Z | Downloaded tungstenite v0.20.1 |
950 | 2023-10-26T22:22:56.724Z | Downloaded trust-dns-server v0.22.1 |
951 | 2023-10-26T22:22:56.726Z | Downloaded trust-dns-resolver v0.22.0 |
952 | 2023-10-26T22:22:56.729Z | Downloaded typenum v1.16.0 |
953 | 2023-10-26T22:22:56.740Z | Downloaded rsa v0.9.2 |
954 | 2023-10-26T22:22:56.743Z | Downloaded pest v2.7.2 |
955 | 2023-10-26T22:22:56.746Z | Downloaded x509-cert v0.2.4 |
956 | 2023-10-26T22:22:56.749Z | Downloaded flate2 v1.0.28 |
957 | 2023-10-26T22:22:56.752Z | Downloaded url v2.4.1 |
958 | 2023-10-26T22:22:56.755Z | Downloaded crossterm v0.27.0 |
959 | 2023-10-26T22:22:56.758Z | Downloaded reqwest v0.11.20 |
960 | 2023-10-26T22:22:56.761Z | Downloaded hashbrown v0.13.2 |
961 | 2023-10-26T22:22:56.764Z | Downloaded unicode-normalization v0.1.22 |
962 | 2023-10-26T22:22:56.767Z | Downloaded h2 v0.3.21 |
963 | 2023-10-26T22:22:56.770Z | Downloaded rusqlite v0.29.0 |
964 | 2023-10-26T22:22:56.772Z | Downloaded rustls-webpki v0.101.4 |
965 | 2023-10-26T22:22:56.803Z | Downloaded reedline v0.23.0 |
966 | 2023-10-26T22:22:56.806Z | Downloaded tabled v0.14.0 |
967 | 2023-10-26T22:22:56.809Z | Downloaded smoltcp v0.8.2 |
968 | 2023-10-26T22:22:56.813Z | Downloaded regress v0.7.1 |
969 | 2023-10-26T22:22:56.823Z | Downloaded proptest v1.3.1 |
970 | 2023-10-26T22:22:56.840Z | Downloaded rustls v0.21.7 |
971 | 2023-10-26T22:22:56.856Z | Downloaded openssl v0.10.57 |
972 | 2023-10-26T22:22:56.874Z | Downloaded futures-util v0.3.28 |
973 | 2023-10-26T22:22:56.884Z | Downloaded regex v1.9.5 |
974 | 2023-10-26T22:22:56.893Z | Downloaded ratatui v0.23.0 |
975 | 2023-10-26T22:22:56.905Z | Downloaded polar-core v0.26.4 |
976 | 2023-10-26T22:22:56.916Z | Downloaded object v0.32.1 |
977 | 2023-10-26T22:22:56.926Z | Downloaded openapiv3 v1.0.3 |
978 | 2023-10-26T22:22:56.935Z | Downloaded trust-dns-proto v0.22.0 |
979 | 2023-10-26T22:22:56.947Z | Downloaded sled v0.34.7 |
980 | 2023-10-26T22:22:56.960Z | Downloaded zerocopy-derive v0.6.4 |
981 | 2023-10-26T22:22:56.972Z | Downloaded zerocopy-derive v0.2.0 |
982 | 2023-10-26T22:22:56.976Z | Downloaded regex-automata v0.3.8 |
983 | 2023-10-26T22:22:56.979Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
984 | 2023-10-26T22:22:56.982Z | Downloaded tokio v1.33.0 |
985 | 2023-10-26T22:22:56.985Z | Downloaded sha3 v0.10.8 |
986 | 2023-10-26T22:22:56.989Z | Downloaded libc v0.2.149 |
987 | 2023-10-26T22:22:56.993Z | Downloaded diesel v2.1.1 |
988 | 2023-10-26T22:22:56.996Z | Downloaded regex-syntax v0.7.5 |
989 | 2023-10-26T22:22:57.001Z | Downloaded smoltcp v0.9.1 |
990 | 2023-10-26T22:22:57.007Z | Downloaded bstr v1.6.0 |
991 | 2023-10-26T22:22:57.010Z | Downloaded syn v1.0.109 |
992 | 2023-10-26T22:22:57.013Z | Downloaded gimli v0.28.0 |
993 | 2023-10-26T22:22:57.017Z | Downloaded webpki-roots v0.25.2 |
994 | 2023-10-26T22:22:57.020Z | Downloaded encoding_rs v0.8.33 |
995 | 2023-10-26T22:22:57.024Z | Downloaded regex-syntax v0.6.29 |
996 | 2023-10-26T22:22:57.027Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
997 | 2023-10-26T22:22:57.030Z | Downloaded radix_trie v0.2.1 |
998 | 2023-10-26T22:22:57.033Z | Downloaded object v0.30.4 |
999 | 2023-10-26T22:22:57.036Z | Downloaded syn v2.0.32 |
1000 | 2023-10-26T22:22:57.040Z | Downloaded curve25519-dalek v4.1.0 |
1001 | 2023-10-26T22:22:57.043Z | Downloaded nix v0.26.2 |
1002 | 2023-10-26T22:22:57.047Z | Downloaded bstr v0.2.17 |
1003 | 2023-10-26T22:22:57.050Z | Downloaded rustix v0.38.9 |
1004 | 2023-10-26T22:22:57.057Z | Downloaded rayon v1.7.0 |
1005 | 2023-10-26T22:22:57.062Z | Downloaded git2 v0.17.2 |
1006 | 2023-10-26T22:22:57.066Z | Downloaded libz-sys v1.1.12 |
1007 | 2023-10-26T22:22:57.069Z | Downloaded vcpkg v0.2.15 |
1008 | 2023-10-26T22:22:57.073Z | Downloaded hashbrown v0.14.0 |
1009 | 2023-10-26T22:22:57.076Z | Downloaded idna v0.2.3 |
1010 | 2023-10-26T22:22:57.115Z | Downloaded quick-xml v0.23.1 |
1011 | 2023-10-26T22:22:57.122Z | Downloaded petgraph v0.6.4 |
1012 | 2023-10-26T22:22:57.125Z | Downloaded libsqlite3-sys v0.26.0 |
1013 | 2023-10-26T22:22:57.191Z | Downloaded hyper v0.14.27 |
1014 | 2023-10-26T22:22:57.206Z | Downloaded idna v0.4.0 |
1015 | 2023-10-26T22:22:57.218Z | Downloaded trust-dns-client v0.22.0 |
1016 | 2023-10-26T22:22:57.234Z | Downloaded bitvec v1.0.1 |
1017 | 2023-10-26T22:22:57.261Z | Downloaded winnow v0.5.15 |
1018 | 2023-10-26T22:22:57.273Z | Downloaded clap v2.34.0 |
1019 | 2023-10-26T22:22:57.694Z | Downloaded steno v0.4.0 |
1020 | 2023-10-26T22:22:57.703Z | Downloaded serde_json v1.0.107 |
1021 | 2023-10-26T22:22:57.718Z | Downloaded toml_edit v0.20.0 |
1022 | 2023-10-26T22:22:57.742Z | Downloaded ring v0.16.20 |
1023 | 2023-10-26T22:22:57.752Z | Downloaded portable-atomic v1.4.3 |
1024 | 2023-10-26T22:22:57.765Z | Downloaded aho-corasick v1.0.4 |
1025 | 2023-10-26T22:22:57.776Z | Downloaded lalrpop v0.19.12 |
1026 | 2023-10-26T22:22:57.780Z | Downloaded predicates v2.1.5 |
1027 | 2023-10-26T22:22:57.796Z | Downloaded time v0.3.27 |
1028 | 2023-10-26T22:22:57.830Z | Downloaded either v1.9.0 |
1029 | 2023-10-26T22:22:57.840Z | Downloaded ryu v1.0.15 |
1030 | 2023-10-26T22:22:57.855Z | Downloaded tar v0.4.40 |
1031 | 2023-10-26T22:22:57.865Z | Downloaded ron v0.8.1 |
1032 | 2023-10-26T22:22:57.868Z | Downloaded ref-cast v1.0.20 |
1033 | 2023-10-26T22:22:57.873Z | Downloaded flume v0.11.0 |
1034 | 2023-10-26T22:22:57.891Z | Downloaded unicode-segmentation v1.10.1 |
1035 | 2023-10-26T22:22:57.897Z | Downloaded tokio-util v0.7.10 |
1036 | 2023-10-26T22:22:57.901Z | Downloaded tracing v0.1.37 |
1037 | 2023-10-26T22:22:57.905Z | Downloaded signal-hook-registry v1.4.1 |
1038 | 2023-10-26T22:22:57.910Z | Downloaded ed25519 v1.5.3 |
1039 | 2023-10-26T22:22:57.914Z | Downloaded fatfs v0.3.6 |
1040 | 2023-10-26T22:22:57.919Z | Downloaded tracing-core v0.1.31 |
1041 | 2023-10-26T22:22:57.922Z | Downloaded tinyvec v1.6.0 |
1042 | 2023-10-26T22:22:57.925Z | Downloaded phf v0.11.2 |
1043 | 2023-10-26T22:22:57.928Z | Downloaded num-derive v0.4.0 |
1044 | 2023-10-26T22:22:57.931Z | Downloaded num-bigint-dig v0.8.4 |
1045 | 2023-10-26T22:22:57.934Z | Downloaded regex-automata v0.1.10 |
1046 | 2023-10-26T22:22:57.939Z | Downloaded similar v2.2.1 |
1047 | 2023-10-26T22:22:57.942Z | Downloaded tungstenite v0.18.0 |
1048 | 2023-10-26T22:22:57.947Z | Downloaded tough v0.12.5 |
1049 | 2023-10-26T22:22:57.952Z | Downloaded foreign-types-macros v0.2.3 |
1050 | 2023-10-26T22:22:57.956Z | Downloaded foreign-types v0.5.0 |
1051 | 2023-10-26T22:22:57.962Z | Downloaded downcast v0.11.0 |
1052 | 2023-10-26T22:22:57.965Z | Downloaded unicode-xid v0.2.4 |
1053 | 2023-10-26T22:22:57.968Z | Downloaded form_urlencoded v1.2.0 |
1054 | 2023-10-26T22:22:57.971Z | Downloaded derive_more v0.99.17 |
1055 | 2023-10-26T22:22:57.976Z | Downloaded hashbrown v0.12.3 |
1056 | 2023-10-26T22:22:57.982Z | Downloaded termcolor v1.2.0 |
1057 | 2023-10-26T22:22:57.986Z | Downloaded predicates v3.0.4 |
1058 | 2023-10-26T22:22:57.990Z | Downloaded scheduled-thread-pool v0.2.7 |
1059 | 2023-10-26T22:22:57.995Z | Downloaded unicode-ident v1.0.12 |
1060 | 2023-10-26T22:22:57.999Z | Downloaded ron v0.7.1 |
1061 | 2023-10-26T22:22:58.005Z | Downloaded rcgen v0.10.0 |
1062 | 2023-10-26T22:22:58.023Z | Downloaded snafu v0.7.5 |
1063 | 2023-10-26T22:22:58.444Z | Downloaded structmeta-derive v0.1.6 |
1064 | 2023-10-26T22:22:58.448Z | Downloaded structmeta v0.1.6 |
1065 | 2023-10-26T22:22:58.454Z | Downloaded stringprep v0.1.3 |
1066 | 2023-10-26T22:22:58.459Z | Downloaded toml v0.7.8 |
1067 | 2023-10-26T22:22:58.467Z | Downloaded ucd-trie v0.1.6 |
1068 | 2023-10-26T22:22:58.477Z | Downloaded tokio-postgres v0.7.10 |
1069 | 2023-10-26T22:22:58.490Z | Downloaded rand v0.8.5 |
1070 | 2023-10-26T22:22:58.501Z | Downloaded libxml v0.3.3 |
1071 | 2023-10-26T22:22:58.511Z | Downloaded serde_with v2.3.3 |
1072 | 2023-10-26T22:22:58.526Z | Downloaded clap_builder v4.4.2 |
1073 | 2023-10-26T22:22:58.537Z | Downloaded snafu-derive v0.7.5 |
1074 | 2023-10-26T22:22:58.547Z | Downloaded crossbeam-utils v0.8.16 |
1075 | 2023-10-26T22:22:58.559Z | Downloaded toml v0.8.0 |
1076 | 2023-10-26T22:22:58.571Z | Downloaded pkcs8 v0.10.2 |
1077 | 2023-10-26T22:22:58.582Z | Downloaded thiserror-no-std v2.0.2 |
1078 | 2023-10-26T22:22:58.592Z | Downloaded tokio-rustls v0.24.1 |
1079 | 2023-10-26T22:22:58.599Z | Downloaded futures-channel v0.3.28 |
1080 | 2023-10-26T22:22:58.606Z | Downloaded oso v0.26.4 |
1081 | 2023-10-26T22:22:58.613Z | Downloaded miniz_oxide v0.7.1 |
1082 | 2023-10-26T22:22:58.620Z | Downloaded rustix v0.37.23 |
1083 | 2023-10-26T22:22:58.626Z | Downloaded futures-io v0.3.28 |
1084 | 2023-10-26T22:22:58.632Z | Downloaded walkdir v2.4.0 |
1085 | 2023-10-26T22:22:58.637Z | Downloaded twox-hash v1.6.3 |
1086 | 2023-10-26T22:22:58.643Z | Downloaded slab v0.4.9 |
1087 | 2023-10-26T22:22:58.649Z | Downloaded term v0.7.0 |
1088 | 2023-10-26T22:22:58.654Z | Downloaded quick-error v1.2.3 |
1089 | 2023-10-26T22:22:58.660Z | Downloaded pest_derive v2.7.2 |
1090 | 2023-10-26T22:22:58.666Z | Downloaded pest_meta v2.7.2 |
1091 | 2023-10-26T22:22:58.671Z | Downloaded num-bigint v0.4.4 |
1092 | 2023-10-26T22:22:58.678Z | Downloaded minimal-lexical v0.2.1 |
1093 | 2023-10-26T22:22:58.685Z | Downloaded float-cmp v0.9.0 |
1094 | 2023-10-26T22:22:58.694Z | Downloaded nom v7.1.3 |
1095 | 2023-10-26T22:22:58.702Z | Downloaded itertools v0.11.0 |
1096 | 2023-10-26T22:22:58.711Z | Downloaded bindgen v0.65.1 |
1097 | 2023-10-26T22:22:58.720Z | Downloaded tokio-tungstenite v0.20.1 |
1098 | 2023-10-26T22:22:58.729Z | Downloaded topological-sort v0.2.2 |
1099 | 2023-10-26T22:22:58.740Z | Downloaded strum v0.25.0 |
1100 | 2023-10-26T22:22:58.749Z | Downloaded rustc-hash v1.1.0 |
1101 | 2023-10-26T22:22:58.758Z | Downloaded erased-serde v0.3.30 |
1102 | 2023-10-26T22:22:58.770Z | Downloaded http v0.2.9 |
1103 | 2023-10-26T22:22:58.778Z | Downloaded darling_core v0.20.3 |
1104 | 2023-10-26T22:22:58.787Z | Downloaded parking_lot v0.12.1 |
1105 | 2023-10-26T22:22:58.797Z | Downloaded path-slash v0.1.5 |
1106 | 2023-10-26T22:22:58.808Z | Downloaded zone v0.2.0 |
1107 | 2023-10-26T22:22:58.825Z | Downloaded usdt-impl v0.3.5 |
1108 | 2023-10-26T22:22:58.839Z | Downloaded structopt-derive v0.4.18 |
1109 | 2023-10-26T22:22:58.895Z | Downloaded fallible-iterator v0.2.0 |
1110 | 2023-10-26T22:22:58.915Z | Downloaded slog-json v2.6.1 |
1111 | 2023-10-26T22:22:58.925Z | Downloaded headers v0.3.9 |
1112 | 2023-10-26T22:22:58.931Z | Downloaded aes v0.8.3 |
1113 | 2023-10-26T22:22:58.940Z | Downloaded toml_edit v0.19.15 |
1114 | 2023-10-26T22:22:58.944Z | Downloaded unsafe-libyaml v0.2.9 |
1115 | 2023-10-26T22:22:58.950Z | Downloaded salty v0.2.0 |
1116 | 2023-10-26T22:22:58.956Z | Downloaded rand_core v0.6.4 |
1117 | 2023-10-26T22:22:58.961Z | Downloaded dof v0.1.5 |
1118 | 2023-10-26T22:22:58.966Z | Downloaded hkdf v0.12.3 |
1119 | 2023-10-26T22:22:58.972Z | Downloaded slog-async v2.8.0 |
1120 | 2023-10-26T22:22:58.979Z | Downloaded dirs-next v2.0.0 |
1121 | 2023-10-26T22:22:58.984Z | Downloaded pem v1.1.1 |
1122 | 2023-10-26T22:22:58.992Z | Downloaded funty v2.0.0 |
1123 | 2023-10-26T22:22:58.999Z | Downloaded fs-err v2.9.0 |
1124 | 2023-10-26T22:22:59.005Z | Downloaded fragile v2.0.0 |
1125 | 2023-10-26T22:22:59.014Z | Downloaded socket2 v0.4.9 |
1126 | 2023-10-26T22:22:59.020Z | Downloaded crossbeam-channel v0.5.8 |
1127 | 2023-10-26T22:22:59.025Z | Downloaded diesel_derives v2.1.1 |
1128 | 2023-10-26T22:22:59.029Z | Downloaded peeking_take_while v0.1.2 |
1129 | 2023-10-26T22:22:59.033Z | Downloaded which v4.4.0 |
1130 | 2023-10-26T22:22:59.038Z | Downloaded slog-scope v4.4.0 |
1131 | 2023-10-26T22:22:59.042Z | Downloaded heapless v0.7.16 |
1132 | 2023-10-26T22:22:59.047Z | Downloaded itertools v0.10.5 |
1133 | 2023-10-26T22:22:59.050Z | Downloaded nu-ansi-term v0.49.0 |
1134 | 2023-10-26T22:22:59.054Z | Downloaded serde v1.0.188 |
1135 | 2023-10-26T22:22:59.057Z | Downloaded serde_yaml v0.9.25 |
1136 | 2023-10-26T22:22:59.061Z | Downloaded signal-hook v0.3.17 |
1137 | 2023-10-26T22:22:59.065Z | Downloaded postgres-types v0.2.6 |
1138 | 2023-10-26T22:22:59.068Z | Downloaded serde_derive v1.0.188 |
1139 | 2023-10-26T22:22:59.073Z | Downloaded toml v0.5.11 |
1140 | 2023-10-26T22:22:59.077Z | Downloaded rand_xorshift v0.3.0 |
1141 | 2023-10-26T22:22:59.081Z | Downloaded radium v0.7.0 |
1142 | 2023-10-26T22:22:59.086Z | Downloaded precomputed-hash v0.1.1 |
1143 | 2023-10-26T22:22:59.093Z | Downloaded pest_generator v2.7.2 |
1144 | 2023-10-26T22:22:59.098Z | Downloaded thiserror-impl-no-std v2.0.2 |
1145 | 2023-10-26T22:22:59.102Z | Downloaded strum_macros v0.24.3 |
1146 | 2023-10-26T22:22:59.107Z | Downloaded thiserror v1.0.49 |
1147 | 2023-10-26T22:22:59.110Z | Downloaded rpassword v7.2.0 |
1148 | 2023-10-26T22:22:59.114Z | Downloaded memchr v2.6.3 |
1149 | 2023-10-26T22:22:59.117Z | Downloaded chrono v0.4.31 |
1150 | 2023-10-26T22:22:59.120Z | Downloaded parking_lot v0.11.2 |
1151 | 2023-10-26T22:22:59.123Z | Downloaded serde_derive_internals v0.26.0 |
1152 | 2023-10-26T22:22:59.126Z | Downloaded crypto-bigint v0.5.2 |
1153 | 2023-10-26T22:22:59.130Z | Downloaded serde_path_to_error v0.1.14 |
1154 | 2023-10-26T22:22:59.134Z | Downloaded uuid v1.4.1 |
1155 | 2023-10-26T22:22:59.137Z | Downloaded num v0.4.1 |
1156 | 2023-10-26T22:22:59.140Z | Downloaded sct v0.7.0 |
1157 | 2023-10-26T22:22:59.144Z | Downloaded time-macros v0.2.13 |
1158 | 2023-10-26T22:22:59.147Z | Downloaded semver v0.1.20 |
1159 | 2023-10-26T22:22:59.150Z | Downloaded pkcs1 v0.7.5 |
1160 | 2023-10-26T22:22:59.156Z | Downloaded pin-project-lite v0.2.13 |
1161 | 2023-10-26T22:22:59.167Z | Downloaded vte v0.11.1 |
1162 | 2023-10-26T22:22:59.175Z | Downloaded derive-where v1.2.5 |
1163 | 2023-10-26T22:22:59.183Z | Downloaded paste v1.0.14 |
1164 | 2023-10-26T22:22:59.188Z | Downloaded packed_struct v0.10.1 |
1165 | 2023-10-26T22:22:59.192Z | Downloaded zerocopy v0.6.4 |
1166 | 2023-10-26T22:22:59.195Z | Downloaded foreign-types v0.3.2 |
1167 | 2023-10-26T22:22:59.199Z | Downloaded termtree v0.4.1 |
1168 | 2023-10-26T22:22:59.203Z | Downloaded display-error-chain v0.2.0 |
1169 | 2023-10-26T22:22:59.210Z | Downloaded parse-display-derive v0.7.0 |
1170 | 2023-10-26T22:22:59.215Z | Downloaded cc v1.0.83 |
1171 | 2023-10-26T22:22:59.220Z | Downloaded semver v1.0.20 |
1172 | 2023-10-26T22:22:59.224Z | Downloaded schemars v0.8.13 |
1173 | 2023-10-26T22:22:59.227Z | Downloaded unicode-bidi v0.3.13 |
1174 | 2023-10-26T22:22:59.230Z | Downloaded glob v0.3.1 |
1175 | 2023-10-26T22:22:59.237Z | Downloaded serde_spanned v0.6.3 |
1176 | 2023-10-26T22:22:59.246Z | Downloaded smawk v0.3.1 |
1177 | 2023-10-26T22:22:59.250Z | Downloaded smallvec v1.11.0 |
1178 | 2023-10-26T22:22:59.256Z | Downloaded slog-term v2.9.0 |
1179 | 2023-10-26T22:22:59.262Z | Downloaded slog-stdlog v4.1.1 |
1180 | 2023-10-26T22:22:59.266Z | Downloaded crossbeam-epoch v0.9.15 |
1181 | 2023-10-26T22:22:59.270Z | Downloaded backtrace v0.3.69 |
1182 | 2023-10-26T22:22:59.274Z | Downloaded olpc-cjson v0.1.3 |
1183 | 2023-10-26T22:22:59.278Z | Downloaded platforms v3.0.2 |
1184 | 2023-10-26T22:22:59.282Z | Downloaded socket2 v0.5.4 |
1185 | 2023-10-26T22:22:59.293Z | Downloaded terminal_size v0.2.6 |
1186 | 2023-10-26T22:22:59.302Z | Downloaded semver-parser v0.10.2 |
1187 | 2023-10-26T22:22:59.317Z | Downloaded rusty-fork v0.3.0 |
1188 | 2023-10-26T22:22:59.330Z | Downloaded subprocess v0.2.9 |
1189 | 2023-10-26T22:22:59.338Z | Downloaded whoami v1.4.1 |
1190 | 2023-10-26T22:22:59.347Z | Downloaded wait-timeout v0.2.0 |
1191 | 2023-10-26T22:22:59.373Z | Downloaded smallvec v0.6.14 |
1192 | 2023-10-26T22:22:59.384Z | Downloaded deranged v0.3.8 |
1193 | 2023-10-26T22:22:59.395Z | Downloaded darling v0.20.3 |
1194 | 2023-10-26T22:22:59.405Z | Downloaded ahash v0.8.3 |
1195 | 2023-10-26T22:22:59.416Z | Downloaded num-traits v0.2.16 |
1196 | 2023-10-26T22:22:59.423Z | Downloaded const_format v0.2.31 |
1197 | 2023-10-26T22:22:59.432Z | Downloaded allocator-api2 v0.2.16 |
1198 | 2023-10-26T22:22:59.443Z | Downloaded serde_tokenstream v0.2.0 |
1199 | 2023-10-26T22:22:59.456Z | Downloaded yasna v0.5.2 |
1200 | 2023-10-26T22:22:59.472Z | Downloaded indexmap v2.0.0 |
1201 | 2023-10-26T22:22:59.483Z | Downloaded serde_urlencoded v0.7.1 |
1202 | 2023-10-26T22:22:59.495Z | Downloaded serde_tokenstream v0.1.7 |
1203 | 2023-10-26T22:22:59.501Z | Downloaded rustfmt-wrapper v0.2.0 |
1204 | 2023-10-26T22:22:59.512Z | Downloaded rustc_version v0.4.0 |
1205 | 2023-10-26T22:22:59.521Z | Downloaded group v0.13.0 |
1206 | 2023-10-26T22:22:59.524Z | Downloaded mockall v0.11.4 |
1207 | 2023-10-26T22:22:59.528Z | Downloaded ff v0.13.0 |
1208 | 2023-10-26T22:22:59.535Z | Downloaded darling v0.14.4 |
1209 | 2023-10-26T22:22:59.538Z | Downloaded strsim v0.8.0 |
1210 | 2023-10-26T22:22:59.544Z | Downloaded postcard-cobs v0.1.5-pre |
1211 | 2023-10-26T22:22:59.548Z | Downloaded schemars_derive v0.8.13 |
1212 | 2023-10-26T22:22:59.551Z | Downloaded num-rational v0.4.1 |
1213 | 2023-10-26T22:22:59.554Z | Downloaded indicatif v0.17.7 |
1214 | 2023-10-26T22:22:59.557Z | Downloaded dyn-clone v1.0.13 |
1215 | 2023-10-26T22:22:59.560Z | Downloaded ctr v0.9.2 |
1216 | 2023-10-26T22:22:59.563Z | Downloaded crypto-common v0.1.6 |
1217 | 2023-10-26T22:22:59.566Z | Downloaded toml_datetime v0.6.3 |
1218 | 2023-10-26T22:22:59.569Z | Downloaded spin v0.5.2 |
1219 | 2023-10-26T22:22:59.573Z | Downloaded cexpr v0.6.0 |
1220 | 2023-10-26T22:22:59.581Z | Downloaded hyper-staticfile v0.9.5 |
1221 | 2023-10-26T22:22:59.585Z | Downloaded linear-map v1.2.0 |
1222 | 2023-10-26T22:22:59.589Z | Downloaded cpufeatures v0.2.9 |
1223 | 2023-10-26T22:22:59.595Z | Downloaded cookie v0.16.2 |
1224 | 2023-10-26T22:22:59.599Z | Downloaded bincode v1.3.3 |
1225 | 2023-10-26T22:22:59.602Z | Downloaded aes-gcm-siv v0.11.1 |
1226 | 2023-10-26T22:22:59.607Z | Downloaded bcs v0.1.6 |
1227 | 2023-10-26T22:22:59.611Z | Downloaded backoff v0.4.0 |
1228 | 2023-10-26T22:22:59.614Z | Downloaded bitflags v2.4.0 |
1229 | 2023-10-26T22:22:59.618Z | Downloaded argon2 v0.5.2 |
1230 | 2023-10-26T22:22:59.621Z | Downloaded ascii v1.1.0 |
1231 | 2023-10-26T22:22:59.624Z | Downloaded addr2line v0.21.0 |
1232 | 2023-10-26T22:22:59.629Z | Downloaded anyhow v1.0.75 |
1233 | 2023-10-26T22:22:59.632Z | Downloaded zeroize_derive v1.4.2 |
1234 | 2023-10-26T22:22:59.636Z | Downloaded termios v0.3.3 |
1235 | 2023-10-26T22:22:59.639Z | Downloaded native-tls v0.2.11 |
1236 | 2023-10-26T22:22:59.642Z | Downloaded unicode-width v0.1.11 |
1237 | 2023-10-26T22:22:59.648Z | Downloaded thiserror-impl v1.0.49 |
1238 | 2023-10-26T22:22:59.652Z | Downloaded tap v1.0.1 |
1239 | 2023-10-26T22:22:59.660Z | Downloaded managed v0.8.0 |
1240 | 2023-10-26T22:22:59.670Z | Downloaded macaddr v1.0.1 |
1241 | 2023-10-26T22:22:59.681Z | Downloaded lock_api v0.4.10 |
1242 | 2023-10-26T22:22:59.689Z | Downloaded zeroize v1.6.0 |
1243 | 2023-10-26T22:22:59.699Z | Downloaded smf v0.2.2 |
1244 | 2023-10-26T22:22:59.707Z | Downloaded chacha20poly1305 v0.10.1 |
1245 | 2023-10-26T22:22:59.716Z | Downloaded derive_builder_macro v0.12.0 |
1246 | 2023-10-26T22:23:00.132Z | Downloaded darling_macro v0.20.3 |
1247 | 2023-10-26T22:23:00.137Z | Downloaded darling_macro v0.14.4 |
1248 | 2023-10-26T22:23:00.155Z | Downloaded hex v0.4.3 |
1249 | 2023-10-26T22:23:00.165Z | Downloaded num_enum v0.7.0 |
1250 | 2023-10-26T22:23:00.188Z | Downloaded hyper-rustls v0.24.1 |
1251 | 2023-10-26T22:23:00.208Z | Downloaded bzip2 v0.4.4 |
1252 | 2023-10-26T22:23:00.227Z | Downloaded byteorder v1.5.0 |
1253 | 2023-10-26T22:23:00.247Z | Downloaded anstyle-parse v0.2.1 |
1254 | 2023-10-26T22:23:00.256Z | Downloaded slog-bunyan v2.4.0 |
1255 | 2023-10-26T22:23:00.265Z | Downloaded signature v1.6.4 |
1256 | 2023-10-26T22:23:00.272Z | Downloaded libloading v0.7.4 |
1257 | 2023-10-26T22:23:00.281Z | Downloaded clap_derive v4.4.2 |
1258 | 2023-10-26T22:23:00.298Z | Downloaded num-integer v0.1.45 |
1259 | 2023-10-26T22:23:00.307Z | Downloaded maplit v1.0.2 |
1260 | 2023-10-26T22:23:00.315Z | Downloaded jobserver v0.1.26 |
1261 | 2023-10-26T22:23:00.325Z | Downloaded rtoolbox v0.0.1 |
1262 | 2023-10-26T22:23:00.340Z | Downloaded num_cpus v1.16.0 |
1263 | 2023-10-26T22:23:00.348Z | Downloaded const-oid v0.9.5 |
1264 | 2023-10-26T22:23:00.358Z | Downloaded mime v0.3.17 |
1265 | 2023-10-26T22:23:00.366Z | Downloaded memoffset v0.9.0 |
1266 | 2023-10-26T22:23:00.396Z | Downloaded memoffset v0.7.1 |
1267 | 2023-10-26T22:23:00.406Z | Downloaded md-5 v0.10.5 |
1268 | 2023-10-26T22:23:00.417Z | Downloaded linked-hash-map v0.5.6 |
1269 | 2023-10-26T22:23:00.423Z | Downloaded hyper-tls v0.5.0 |
1270 | 2023-10-26T22:23:00.433Z | Downloaded http-body v0.4.5 |
1271 | 2023-10-26T22:23:00.441Z | Downloaded crc-catalog v2.2.0 |
1272 | 2023-10-26T22:23:00.453Z | Downloaded camino-tempfile v1.0.2 |
1273 | 2023-10-26T22:23:00.461Z | Downloaded usdt-attr-macro v0.3.5 |
1274 | 2023-10-26T22:23:00.469Z | Downloaded slog-dtrace v0.2.3 |
1275 | 2023-10-26T22:23:00.477Z | Downloaded num_enum v0.5.11 |
1276 | 2023-10-26T22:23:00.486Z | Downloaded bitflags v1.3.2 |
1277 | 2023-10-26T22:23:00.491Z | Downloaded convert_case v0.4.0 |
1278 | 2023-10-26T22:23:00.508Z | Downloaded hostname v0.3.1 |
1279 | 2023-10-26T22:23:00.515Z | Downloaded cstr-argument v0.1.2 |
1280 | 2023-10-26T22:23:00.584Z | Downloaded curve25519-dalek-derive v0.1.0 |
1281 | 2023-10-26T22:23:00.590Z | Downloaded ansi_term v0.12.1 |
1282 | 2023-10-26T22:23:00.595Z | Downloaded autocfg v1.1.0 |
1283 | 2023-10-26T22:23:00.599Z | Downloaded async-recursion v1.0.5 |
1284 | 2023-10-26T22:23:00.603Z | Downloaded cipher v0.4.4 |
1285 | 2023-10-26T22:23:00.608Z | Downloaded newtype_derive v0.1.6 |
1286 | 2023-10-26T22:23:00.612Z | Downloaded ascii-canvas v3.0.0 |
1287 | 2023-10-26T22:23:00.629Z | Downloaded crc32fast v1.3.2 |
1288 | 2023-10-26T22:23:00.645Z | Downloaded clap v4.4.3 |
1289 | 2023-10-26T22:23:00.657Z | Downloaded clang-sys v1.6.1 |
1290 | 2023-10-26T22:23:00.673Z | Downloaded heck v0.4.1 |
1291 | 2023-10-26T22:23:00.686Z | Downloaded block-padding v0.3.3 |
1292 | 2023-10-26T22:23:00.695Z | Downloaded bit-vec v0.6.3 |
1293 | 2023-10-26T22:23:00.705Z | Downloaded signature v2.1.0 |
1294 | 2023-10-26T22:23:00.712Z | Downloaded serde_plain v1.0.2 |
1295 | 2023-10-26T22:23:00.718Z | Downloaded indoc v2.0.3 |
1296 | 2023-10-26T22:23:00.724Z | Downloaded lru-cache v0.1.2 |
1297 | 2023-10-26T22:23:00.731Z | Downloaded serde-big-array v0.5.1 |
1298 | 2023-10-26T22:23:00.736Z | Downloaded ipnetwork v0.20.0 |
1299 | 2023-10-26T22:23:00.743Z | Downloaded io-lifetimes v1.0.11 |
1300 | 2023-10-26T22:23:00.750Z | Downloaded console v0.15.7 |
1301 | 2023-10-26T22:23:00.756Z | Downloaded colored v2.0.4 |
1302 | 2023-10-26T22:23:00.762Z | Downloaded cargo_toml v0.16.3 |
1303 | 2023-10-26T22:23:00.767Z | Downloaded hubpack_derive v0.1.1 |
1304 | 2023-10-26T22:23:00.776Z | Downloaded bitstruct v0.1.1 |
1305 | 2023-10-26T22:23:00.784Z | Downloaded array-init v0.0.4 |
1306 | 2023-10-26T22:23:00.796Z | Downloaded anstyle v1.0.2 |
1307 | 2023-10-26T22:23:00.808Z | Downloaded bb8 v0.8.1 |
1308 | 2023-10-26T22:23:00.817Z | Downloaded assert_matches v1.5.0 |
1309 | 2023-10-26T22:23:00.827Z | Downloaded atomicwrites v0.4.2 |
1310 | 2023-10-26T22:23:00.838Z | Downloaded anstyle-query v1.0.0 |
1311 | 2023-10-26T22:23:00.843Z | Downloaded slog v2.7.0 |
1312 | 2023-10-26T22:23:00.852Z | Downloaded async-stream v0.3.5 |
1313 | 2023-10-26T22:23:00.856Z | Downloaded async-stream-impl v0.3.5 |
1314 | 2023-10-26T22:23:00.860Z | Downloaded atomic-waker v1.1.1 |
1315 | 2023-10-26T22:23:00.864Z | Downloaded atty v0.2.14 |
1316 | 2023-10-26T22:23:00.868Z | Downloaded aead v0.5.2 |
1317 | 2023-10-26T22:23:00.872Z | Downloaded hmac v0.12.1 |
1318 | 2023-10-26T22:23:00.875Z | Downloaded libefi-sys v0.1.0 |
1319 | 2023-10-26T22:23:00.880Z | Downloaded lazycell v1.3.0 |
1320 | 2023-10-26T22:23:00.884Z | Downloaded iana-time-zone v0.1.57 |
1321 | 2023-10-26T22:23:00.889Z | Downloaded camino v1.1.6 |
1322 | 2023-10-26T22:23:00.893Z | Downloaded sha1 v0.10.5 |
1323 | 2023-10-26T22:23:00.897Z | Downloaded mime_guess v2.0.4 |
1324 | 2023-10-26T22:23:00.903Z | Downloaded lalrpop-util v0.19.12 |
1325 | 2023-10-26T22:23:00.922Z | Downloaded keccak v0.1.4 |
1326 | 2023-10-26T22:23:00.928Z | Downloaded const_format_proc_macros v0.2.31 |
1327 | 2023-10-26T22:23:00.990Z | Downloaded ciborium v0.2.1 |
1328 | 2023-10-26T22:23:00.999Z | Downloaded cancel-safe-futures v0.1.2 |
1329 | 2023-10-26T22:23:01.016Z | Downloaded buf-list v1.0.3 |
1330 | 2023-10-26T22:23:01.029Z | Downloaded highway v1.1.0 |
1331 | 2023-10-26T22:23:01.453Z | Downloaded is-terminal v0.4.9 |
1332 | 2023-10-26T22:23:01.458Z | Downloaded impl-trait-for-tuples v0.2.2 |
1333 | 2023-10-26T22:23:01.462Z | Downloaded home v0.5.5 |
1334 | 2023-10-26T22:23:01.467Z | Downloaded semver v0.11.0 |
1335 | 2023-10-26T22:23:01.470Z | Downloaded lazy_static v1.4.0 |
1336 | 2023-10-26T22:23:01.474Z | Downloaded humantime v2.1.0 |
1337 | 2023-10-26T22:23:01.477Z | Downloaded clap_lex v0.5.1 |
1338 | 2023-10-26T22:23:01.480Z | Downloaded ciborium-ll v0.2.1 |
1339 | 2023-10-26T22:23:01.484Z | Downloaded chacha20 v0.9.1 |
1340 | 2023-10-26T22:23:01.487Z | Downloaded cfg-if v1.0.0 |
1341 | 2023-10-26T22:23:01.493Z | Downloaded bitfield v0.14.0 |
1342 | 2023-10-26T22:23:01.500Z | Downloaded instant v0.1.12 |
1343 | 2023-10-26T22:23:01.503Z | Downloaded inout v0.1.3 |
1344 | 2023-10-26T22:23:01.507Z | Downloaded serde-big-array v0.4.1 |
1345 | 2023-10-26T22:23:01.511Z | Downloaded indoc v1.0.9 |
1346 | 2023-10-26T22:23:01.514Z | Downloaded cassowary v0.3.0 |
1347 | 2023-10-26T22:23:01.517Z | Downloaded adler v1.0.2 |
1348 | 2023-10-26T22:23:01.521Z | Downloaded rustc_version v0.1.7 |
1349 | 2023-10-26T22:23:01.524Z | Downloaded colorchoice v1.0.0 |
1350 | 2023-10-26T22:23:01.527Z | Compiling proc-macro2 v1.0.67 |
1351 | 2023-10-26T22:23:01.531Z | Compiling unicode-ident v1.0.12 |
1352 | 2023-10-26T22:23:01.535Z | Compiling libc v0.2.149 |
1353 | 2023-10-26T22:23:01.539Z | Compiling serde v1.0.188 |
1354 | 2023-10-26T22:23:01.542Z | Compiling autocfg v1.1.0 |
1355 | 2023-10-26T22:23:01.545Z | Compiling version_check v0.9.4 |
1356 | 2023-10-26T22:23:01.548Z | Compiling cfg-if v1.0.0 |
1357 | 2023-10-26T22:23:01.552Z | Compiling syn v1.0.109 |
1358 | 2023-10-26T22:23:01.555Z | Compiling once_cell v1.18.0 |
1359 | 2023-10-26T22:23:01.559Z | Compiling parking_lot_core v0.9.8 |
1360 | 2023-10-26T22:23:01.564Z | Compiling libm v0.2.7 |
1361 | 2023-10-26T22:23:01.567Z | Compiling ahash v0.8.3 |
1362 | 2023-10-26T22:23:01.570Z | Compiling lock_api v0.4.10 |
1363 | 2023-10-26T22:23:01.583Z | Compiling num-traits v0.2.16 |
1364 | 2023-10-26T22:23:01.588Z | Compiling thiserror v1.0.49 |
1365 | 2023-10-26T22:23:01.593Z | Compiling typenum v1.16.0 |
1366 | 2023-10-26T22:23:01.598Z | Compiling futures-core v0.3.28 |
1367 | 2023-10-26T22:23:01.602Z | Compiling generic-array v0.14.7 |
1368 | 2023-10-26T22:23:01.683Z | Compiling memchr v2.6.3 |
1369 | 2023-10-26T22:23:01.973Z | Compiling scopeguard v1.2.0 |
1370 | 2023-10-26T22:23:02.182Z | Compiling itoa v1.0.9 |
1371 | 2023-10-26T22:23:02.301Z | Compiling pkg-config v0.3.27 |
1372 | 2023-10-26T22:23:02.787Z | Compiling quote v1.0.33 |
1373 | 2023-10-26T22:23:03.007Z | Compiling slab v0.4.9 |
1374 | 2023-10-26T22:23:03.463Z | Compiling syn v2.0.32 |
1375 | 2023-10-26T22:23:03.903Z | Compiling jobserver v0.1.26 |
1376 | 2023-10-26T22:23:04.143Z | Compiling getrandom v0.2.10 |
1377 | 2023-10-26T22:23:04.620Z | Compiling cc v1.0.83 |
1378 | 2023-10-26T22:23:04.866Z | Compiling futures-task v0.3.28 |
1379 | 2023-10-26T22:23:04.914Z | Compiling futures-channel v0.3.28 |
1380 | 2023-10-26T22:23:05.292Z | Compiling futures-util v0.3.28 |
1381 | 2023-10-26T22:23:05.522Z | Compiling log v0.4.20 |
1382 | 2023-10-26T22:23:06.221Z | Compiling ryu v1.0.15 |
1383 | 2023-10-26T22:23:06.636Z | Compiling pin-project-lite v0.2.13 |
1384 | 2023-10-26T22:23:06.643Z | Compiling serde_json v1.0.107 |
1385 | 2023-10-26T22:23:06.693Z | Compiling vcpkg v0.2.15 |
1386 | 2023-10-26T22:23:06.706Z | Compiling schemars v0.8.13 |
1387 | 2023-10-26T22:23:06.876Z | Compiling smallvec v1.11.0 |
1388 | 2023-10-26T22:23:07.059Z | Compiling heck v0.4.1 |
1389 | 2023-10-26T22:23:08.909Z | Compiling parking_lot v0.12.1 |
1390 | 2023-10-26T22:23:09.911Z | Compiling ring v0.16.20 |
1391 | 2023-10-26T22:23:09.915Z | Compiling openssl-sys v0.9.93 |
1392 | 2023-10-26T22:23:11.003Z | Compiling num_cpus v1.16.0 |
1393 | 2023-10-26T22:23:11.501Z | Compiling rand_core v0.6.4 |
1394 | 2023-10-26T22:23:12.194Z | Compiling indexmap v1.9.3 |
1395 | 2023-10-26T22:23:12.256Z | Compiling byteorder v1.5.0 |
1396 | 2023-10-26T22:23:12.576Z | Compiling allocator-api2 v0.2.16 |
1397 | 2023-10-26T22:23:12.970Z | Compiling spin v0.5.2 |
1398 | 2023-10-26T22:23:12.999Z | Compiling equivalent v1.0.1 |
1399 | 2023-10-26T22:23:13.205Z | Compiling httparse v1.8.0 |
1400 | 2023-10-26T22:23:13.347Z | Compiling mio v0.8.8 |
1401 | 2023-10-26T22:23:13.775Z | Compiling signal-hook-registry v1.4.1 |
1402 | 2023-10-26T22:23:13.891Z | Compiling hashbrown v0.14.0 |
1403 | 2023-10-26T22:23:14.147Z | Compiling socket2 v0.5.4 |
1404 | 2023-10-26T22:23:15.997Z | Compiling fnv v1.0.7 |
1405 | 2023-10-26T22:23:16.192Z | Compiling serde_derive_internals v0.26.0 |
1406 | 2023-10-26T22:23:16.452Z | Compiling openssl v0.10.57 |
1407 | 2023-10-26T22:23:16.719Z | Compiling semver v1.0.20 |
1408 | 2023-10-26T22:23:17.174Z | Compiling iana-time-zone v0.1.57 |
1409 | 2023-10-26T22:23:17.256Z | Compiling rustls v0.21.7 |
1410 | 2023-10-26T22:23:17.551Z | Compiling native-tls v0.2.11 |
1411 | 2023-10-26T22:23:17.666Z | Compiling crossbeam-utils v0.8.16 |
1412 | 2023-10-26T22:23:17.694Z | Compiling unicode-xid v0.2.4 |
1413 | 2023-10-26T22:23:17.765Z | Compiling ucd-trie v0.1.6 |
1414 | 2023-10-26T22:23:17.943Z | Compiling synstructure v0.12.6 |
1415 | 2023-10-26T22:23:19.651Z | Compiling futures-sink v0.3.28 |
1416 | 2023-10-26T22:23:19.693Z | Compiling io-lifetimes v1.0.11 |
1417 | 2023-10-26T22:23:20.134Z | Compiling backtrace v0.3.69 |
1418 | 2023-10-26T22:23:20.448Z | Compiling dyn-clone v1.0.13 |
1419 | 2023-10-26T22:23:20.475Z | Compiling tinyvec_macros v0.1.1 |
1420 | 2023-10-26T22:23:20.608Z | Compiling tinyvec v1.6.0 |
1421 | 2023-10-26T22:23:21.033Z | Compiling tracing-core v0.1.31 |
1422 | 2023-10-26T22:23:21.252Z | Compiling memoffset v0.9.0 |
1423 | 2023-10-26T22:23:21.308Z | Compiling num-integer v0.1.45 |
1424 | 2023-10-26T22:23:21.540Z | Compiling pin-utils v0.1.0 |
1425 | 2023-10-26T22:23:21.614Z | Compiling futures-io v0.3.28 |
1426 | 2023-10-26T22:23:21.687Z | Compiling winnow v0.5.15 |
1427 | 2023-10-26T22:23:21.705Z | Compiling subtle v2.5.0 |
1428 | 2023-10-26T22:23:22.559Z | Compiling rustix v0.37.23 |
1429 | 2023-10-26T22:23:22.582Z | Compiling rustix v0.38.9 |
1430 | 2023-10-26T22:23:23.058Z | Compiling hashbrown v0.13.2 |
1431 | 2023-10-26T22:23:23.079Z | Compiling aho-corasick v1.0.4 |
1432 | 2023-10-26T22:23:23.186Z | Compiling usdt-impl v0.3.5 |
1433 | 2023-10-26T22:23:23.324Z | Compiling unicode-normalization v0.1.22 |
1434 | 2023-10-26T22:23:24.976Z | Compiling unicode-bidi v0.3.13 |
1435 | 2023-10-26T22:23:25.178Z | Compiling anyhow v1.0.75 |
1436 | 2023-10-26T22:23:25.642Z | Compiling const-oid v0.9.5 |
1437 | 2023-10-26T22:23:25.837Z | Compiling crc32fast v1.3.2 |
1438 | 2023-10-26T22:23:25.870Z | Compiling slog v2.7.0 |
1439 | 2023-10-26T22:23:26.028Z | Compiling serde_derive v1.0.188 |
1440 | 2023-10-26T22:23:26.460Z | Compiling zeroize_derive v1.4.2 |
1441 | 2023-10-26T22:23:26.926Z | Compiling thiserror-impl v1.0.49 |
1442 | 2023-10-26T22:23:26.940Z | Compiling tokio-macros v2.1.0 |
1443 | 2023-10-26T22:23:27.165Z | Compiling futures-macro v0.3.28 |
1444 | 2023-10-26T22:23:27.940Z | Compiling tracing-attributes v0.1.26 |
1445 | 2023-10-26T22:23:28.939Z | Compiling schemars_derive v0.8.13 |
1446 | 2023-10-26T22:23:29.229Z | Compiling zeroize v1.6.0 |
1447 | 2023-10-26T22:23:29.331Z | Compiling openssl-macros v0.1.1 |
1448 | 2023-10-26T22:23:30.336Z | Compiling zerocopy-derive v0.2.0 |
1449 | 2023-10-26T22:23:31.487Z | Compiling pest v2.7.2 |
1450 | 2023-10-26T22:23:32.045Z | Compiling crypto-common v0.1.6 |
1451 | 2023-10-26T22:23:32.341Z | Compiling block-buffer v0.10.4 |
1452 | 2023-10-26T22:23:32.807Z | Compiling regex-syntax v0.7.5 |
1453 | 2023-10-26T22:23:33.168Z | Compiling time-core v0.1.1 |
1454 | 2023-10-26T22:23:33.362Z | Compiling tracing v0.1.37 |
1455 | 2023-10-26T22:23:33.778Z | Compiling bitflags v1.3.2 |
1456 | 2023-10-26T22:23:33.796Z | Compiling time-macros v0.2.13 |
1457 | 2023-10-26T22:23:34.554Z | Compiling digest v0.10.7 |
1458 | 2023-10-26T22:23:36.246Z | Compiling pest_meta v2.7.2 |
1459 | 2023-10-26T22:23:38.467Z | Compiling pest_generator v2.7.2 |
1460 | 2023-10-26T22:23:41.682Z | Compiling regex-automata v0.3.8 |
1461 | 2023-10-26T22:23:42.909Z | Compiling pest_derive v2.7.2 |
1462 | 2023-10-26T22:23:43.031Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1463 | 2023-10-26T22:23:43.176Z | Compiling crossbeam-epoch v0.9.15 |
1464 | 2023-10-26T22:23:43.798Z | Compiling rustversion v1.0.14 |
1465 | 2023-10-26T22:23:43.912Z | Compiling async-trait v0.1.74 |
1466 | 2023-10-26T22:23:44.322Z | Compiling ppv-lite86 v0.2.17 |
1467 | 2023-10-26T22:23:44.756Z | Compiling zerocopy v0.3.0 |
1468 | 2023-10-26T22:23:45.649Z | Compiling rand_chacha v0.3.1 |
1469 | 2023-10-26T22:23:46.001Z | Compiling zerocopy-derive v0.6.4 |
1470 | 2023-10-26T22:23:47.054Z | Compiling strsim v0.10.0 |
1471 | 2023-10-26T22:23:47.482Z | Compiling untrusted v0.7.1 |
1472 | 2023-10-26T22:23:47.805Z | Compiling base64 v0.21.5 |
1473 | 2023-10-26T22:23:48.337Z | Compiling bytes v1.5.0 |
1474 | 2023-10-26T22:23:48.886Z | Compiling indexmap v2.0.0 |
1475 | 2023-10-26T22:23:49.106Z | Compiling uuid v1.4.1 |
1476 | 2023-10-26T22:23:50.161Z | Compiling chrono v0.4.31 |
1477 | 2023-10-26T22:23:50.273Z | Compiling tokio v1.33.0 |
1478 | 2023-10-26T22:23:53.971Z | Compiling bitflags v2.4.0 |
1479 | 2023-10-26T22:23:55.847Z | Compiling toml_datetime v0.6.3 |
1480 | 2023-10-26T22:23:56.317Z | Compiling serde_spanned v0.6.3 |
1481 | 2023-10-26T22:23:56.717Z | Compiling toml_edit v0.19.15 |
1482 | 2023-10-26T22:23:57.071Z | Compiling http v0.2.9 |
1483 | 2023-10-26T22:23:57.684Z | Compiling rustc_version v0.4.0 |
1484 | 2023-10-26T22:23:58.746Z | Compiling heapless v0.7.16 |
1485 | 2023-10-26T22:24:01.010Z | Compiling regex v1.9.5 |
1486 | 2023-10-26T22:24:02.628Z | Compiling rand v0.8.5 |
1487 | 2023-10-26T22:24:03.657Z | Compiling tokio-util v0.7.10 |
1488 | 2023-10-26T22:24:04.853Z | Compiling dof v0.1.5 |
1489 | 2023-10-26T22:24:07.916Z | Compiling dtrace-parser v0.1.14 |
1490 | 2023-10-26T22:24:08.523Z | Compiling thread-id v4.2.0 |
1491 | 2023-10-26T22:24:08.634Z | Compiling errno v0.3.2 |
1492 | 2023-10-26T22:24:08.751Z | Compiling num-bigint v0.4.4 |
1493 | 2023-10-26T22:24:08.982Z | Compiling radium v0.7.0 |
1494 | 2023-10-26T22:24:09.086Z | Compiling percent-encoding v2.3.0 |
1495 | 2023-10-26T22:24:09.378Z | Compiling hashbrown v0.12.3 |
1496 | 2023-10-26T22:24:09.580Z | Compiling foreign-types-shared v0.1.1 |
1497 | 2023-10-26T22:24:09.602Z | Compiling smoltcp v0.9.1 |
1498 | 2023-10-26T22:24:09.754Z | Compiling openssl-probe v0.1.5 |
1499 | 2023-10-26T22:24:09.991Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1500 | 2023-10-26T22:24:10.768Z | Compiling foreign-types v0.3.2 |
1501 | 2023-10-26T22:24:12.204Z | Compiling strum_macros v0.25.2 |
1502 | 2023-10-26T22:24:13.474Z | Compiling serde_tokenstream v0.1.7 |
1503 | 2023-10-26T22:24:14.781Z | Compiling lazy_static v1.4.0 |
1504 | 2023-10-26T22:24:15.284Z | Compiling socket2 v0.4.9 |
1505 | 2023-10-26T22:24:16.677Z | Compiling unicode-segmentation v1.10.1 |
1506 | 2023-10-26T22:24:17.158Z | Compiling adler v1.0.2 |
1507 | 2023-10-26T22:24:17.957Z | Compiling try-lock v0.2.4 |
1508 | 2023-10-26T22:24:17.961Z | Compiling siphasher v0.3.11 |
1509 | 2023-10-26T22:24:18.064Z | Compiling unicode-width v0.1.11 |
1510 | 2023-10-26T22:24:18.427Z | Compiling want v0.3.1 |
1511 | 2023-10-26T22:24:18.521Z | Compiling miniz_oxide v0.7.1 |
1512 | 2023-10-26T22:24:21.066Z | Compiling h2 v0.3.21 |
1513 | 2023-10-26T22:24:22.121Z | Compiling form_urlencoded v1.2.0 |
1514 | 2023-10-26T22:24:22.535Z | Compiling http-body v0.4.5 |
1515 | 2023-10-26T22:24:22.604Z | Compiling sct v0.7.0 |
1516 | 2023-10-26T22:24:23.134Z | Compiling rustls-webpki v0.101.4 |
1517 | 2023-10-26T22:24:23.319Z | Compiling hubpack_derive v0.1.1 |
1518 | 2023-10-26T22:24:24.863Z | Compiling num-iter v0.1.43 |
1519 | 2023-10-26T22:24:25.180Z | Compiling utf8parse v0.2.1 |
1520 | 2023-10-26T22:24:25.263Z | Compiling tower-service v0.3.2 |
1521 | 2023-10-26T22:24:25.845Z | Compiling cpufeatures v0.2.9 |
1522 | 2023-10-26T22:24:26.036Z | Compiling anstyle v1.0.2 |
1523 | 2023-10-26T22:24:26.044Z | Compiling httpdate v1.0.3 |
1524 | 2023-10-26T22:24:26.106Z | Compiling sha2 v0.10.8 |
1525 | 2023-10-26T22:24:26.339Z | Compiling anstyle-parse v0.2.1 |
1526 | 2023-10-26T22:24:30.603Z | Compiling usdt-macro v0.3.5 |
1527 | 2023-10-26T22:24:31.198Z | Compiling usdt-attr-macro v0.3.5 |
1528 | 2023-10-26T22:24:33.311Z | Compiling hyper v0.14.27 |
1529 | 2023-10-26T22:24:34.571Z | Compiling openapiv3 v1.0.3 |
1530 | 2023-10-26T22:24:34.954Z | Compiling rustls-pemfile v1.0.3 |
1531 | 2023-10-26T22:24:35.508Z | Compiling hmac v0.12.1 |
1532 | 2023-10-26T22:24:35.850Z | Compiling md-5 v0.10.5 |
1533 | 2023-10-26T22:24:37.117Z | Compiling idna v0.4.0 |
1534 | 2023-10-26T22:24:38.261Z | Compiling stringprep v0.1.3 |
1535 | 2023-10-26T22:24:39.591Z | Compiling diesel_table_macro_syntax v0.1.0 |
1536 | 2023-10-26T22:24:39.697Z | Compiling hash32 v0.2.1 |
1537 | 2023-10-26T22:24:40.186Z | Compiling spin v0.9.8 |
1538 | 2023-10-26T22:24:40.262Z | Compiling stable_deref_trait v1.2.0 |
1539 | 2023-10-26T22:24:40.406Z | Compiling gimli v0.28.0 |
1540 | 2023-10-26T22:24:41.835Z | Compiling anstyle-query v1.0.0 |
1541 | 2023-10-26T22:24:41.902Z | Compiling fallible-iterator v0.2.0 |
1542 | 2023-10-26T22:24:42.219Z | Compiling either v1.9.0 |
1543 | 2023-10-26T22:24:42.367Z | Compiling colorchoice v1.0.0 |
1544 | 2023-10-26T22:24:42.657Z | Compiling anstream v0.5.0 |
1545 | 2023-10-26T22:24:43.075Z | Compiling postgres-protocol v0.6.6 |
1546 | 2023-10-26T22:24:43.674Z | Compiling diesel_derives v2.1.1 |
1547 | 2023-10-26T22:24:44.771Z | Compiling url v2.4.1 |
1548 | 2023-10-26T22:24:47.633Z | Compiling addr2line v0.21.0 |
1549 | 2023-10-26T22:24:48.613Z | Compiling rustls-native-certs v0.6.3 |
1550 | 2023-10-26T22:24:49.172Z | Compiling tokio-rustls v0.24.1 |
1551 | 2023-10-26T22:24:50.263Z | Compiling tokio-native-tls v0.3.1 |
1552 | 2023-10-26T22:24:50.368Z | Compiling terminal_size v0.2.6 |
1553 | 2023-10-26T22:24:50.419Z | Compiling phf_shared v0.11.2 |
1554 | 2023-10-26T22:24:53.172Z | Compiling serde_tokenstream v0.2.0 |
1555 | 2023-10-26T22:24:53.193Z | Compiling block-padding v0.3.3 |
1556 | 2023-10-26T22:24:53.301Z | Compiling enum-as-inner v0.5.1 |
1557 | 2023-10-26T22:24:53.328Z | Compiling clap_derive v4.4.2 |
1558 | 2023-10-26T22:24:53.757Z | Compiling serde_repr v0.1.16 |
1559 | 2023-10-26T22:24:55.250Z | Compiling scheduled-thread-pool v0.2.7 |
1560 | 2023-10-26T22:24:55.277Z | Compiling object v0.32.1 |
1561 | 2023-10-26T22:25:06.958Z | Compiling managed v0.8.0 |
1562 | 2023-10-26T22:25:07.728Z | Compiling rustc-demangle v0.1.23 |
1563 | 2023-10-26T22:25:08.148Z | Compiling matches v0.1.10 |
1564 | 2023-10-26T22:25:08.653Z | Compiling deranged v0.3.8 |
1565 | 2023-10-26T22:25:09.351Z | Compiling ipnet v2.8.0 |
1566 | 2023-10-26T22:25:11.078Z | Compiling bit-vec v0.6.3 |
1567 | 2023-10-26T22:25:11.220Z | Compiling clap_lex v0.5.1 |
1568 | 2023-10-26T22:25:11.480Z | Compiling num_threads v0.1.6 |
1569 | 2023-10-26T22:25:11.668Z | Compiling tap v1.0.1 |
1570 | 2023-10-26T22:25:11.955Z | Compiling regex-automata v0.1.10 |
1571 | 2023-10-26T22:25:12.115Z | Compiling wyz v0.5.1 |
1572 | 2023-10-26T22:25:12.841Z | Compiling bstr v0.2.17 |
1573 | 2023-10-26T22:25:13.308Z | Compiling time v0.3.27 |
1574 | 2023-10-26T22:25:15.116Z | Compiling clap_builder v4.4.2 |
1575 | 2023-10-26T22:25:17.922Z | Compiling idna v0.2.3 |
1576 | 2023-10-26T22:25:22.882Z | Compiling r2d2 v0.8.10 |
1577 | 2023-10-26T22:25:23.899Z | Compiling inout v0.1.3 |
1578 | 2023-10-26T22:25:26.999Z | Compiling phf v0.11.2 |
1579 | 2023-10-26T22:25:27.475Z | Compiling hyper-tls v0.5.0 |
1580 | 2023-10-26T22:25:28.030Z | Compiling hyper-rustls v0.24.1 |
1581 | 2023-10-26T22:25:28.480Z | Compiling flate2 v1.0.28 |
1582 | 2023-10-26T22:25:29.528Z | Compiling postgres-types v0.2.6 |
1583 | 2023-10-26T22:25:30.013Z | Compiling itertools v0.11.0 |
1584 | 2023-10-26T22:25:30.325Z | Compiling hubpack v0.1.2 |
1585 | 2023-10-26T22:25:31.022Z | Compiling serde_urlencoded v0.7.1 |
1586 | 2023-10-26T22:25:31.452Z | Compiling phf_shared v0.10.0 |
1587 | 2023-10-26T22:25:31.707Z | Compiling ipnetwork v0.20.0 |
1588 | 2023-10-26T22:25:32.116Z | Compiling zerocopy v0.6.4 |
1589 | 2023-10-26T22:25:33.171Z | Compiling futures-executor v0.3.28 |
1590 | 2023-10-26T22:25:33.944Z | Compiling regress v0.7.1 |
1591 | 2023-10-26T22:25:34.144Z | Compiling float-cmp v0.9.0 |
1592 | 2023-10-26T22:25:34.218Z | Compiling encoding_rs v0.8.33 |
1593 | 2023-10-26T22:25:34.874Z | Compiling mime v0.3.17 |
1594 | 2023-10-26T22:25:36.475Z | Compiling predicates-core v1.0.6 |
1595 | 2023-10-26T22:25:36.987Z | Compiling webpki-roots v0.25.2 |
1596 | 2023-10-26T22:25:37.540Z | Compiling normalize-line-endings v0.3.0 |
1597 | 2023-10-26T22:25:38.355Z | Compiling fixedbitset v0.4.2 |
1598 | 2023-10-26T22:25:38.599Z | Compiling static_assertions v1.1.0 |
1599 | 2023-10-26T22:25:38.733Z | Compiling difflib v0.4.0 |
1600 | 2023-10-26T22:25:39.093Z | Compiling whoami v1.4.1 |
1601 | 2023-10-26T22:25:39.952Z | Compiling data-encoding v2.4.0 |
1602 | 2023-10-26T22:25:40.551Z | Compiling funty v2.0.0 |
1603 | 2023-10-26T22:25:40.607Z | Compiling precomputed-hash v0.1.1 |
1604 | 2023-10-26T22:25:40.768Z | Compiling new_debug_unreachable v1.0.4 |
1605 | 2023-10-26T22:25:40.909Z | Compiling string_cache v0.8.7 |
1606 | 2023-10-26T22:25:41.591Z | Compiling trust-dns-proto v0.22.0 |
1607 | 2023-10-26T22:25:42.064Z | Compiling tokio-postgres v0.7.10 |
1608 | 2023-10-26T22:25:42.929Z | Compiling predicates v3.0.4 |
1609 | 2023-10-26T22:25:42.958Z | Compiling bitvec v1.0.1 |
1610 | 2023-10-26T22:25:43.748Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1611 | 2023-10-26T22:25:45.012Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1612 | 2023-10-26T22:25:50.324Z | Compiling reqwest v0.11.20 |
1613 | 2023-10-26T22:25:50.591Z | Compiling petgraph v0.6.4 |
1614 | 2023-10-26T22:25:57.238Z | Compiling futures v0.3.28 |
1615 | 2023-10-26T22:25:59.681Z | Compiling diesel v2.1.1 |
1616 | 2023-10-26T22:26:00.605Z | Compiling yasna v0.5.2 |
1617 | 2023-10-26T22:26:00.869Z | Compiling cipher v0.4.4 |
1618 | 2023-10-26T22:26:02.096Z | Compiling clap v4.4.3 |
1619 | 2023-10-26T22:26:02.124Z | Compiling similar v2.2.1 |
1620 | 2023-10-26T22:26:02.257Z | Compiling bit-set v0.5.3 |
1621 | 2023-10-26T22:26:03.575Z | Compiling itertools v0.10.5 |
1622 | 2023-10-26T22:26:04.033Z | Compiling usdt v0.3.5 |
1623 | 2023-10-26T22:26:04.704Z | Compiling console v0.15.7 |
1624 | 2023-10-26T22:26:05.627Z | Compiling tokio-stream v0.1.14 |
1625 | 2023-10-26T22:26:06.372Z | Compiling toml v0.7.8 |
1626 | 2023-10-26T22:26:06.915Z | Compiling bstr v1.6.0 |
1627 | 2023-10-26T22:26:07.206Z | Compiling hex v0.4.3 |
1628 | 2023-10-26T22:26:08.264Z | Compiling signature v2.1.0 |
1629 | 2023-10-26T22:26:09.601Z | Compiling lalrpop-util v0.19.12 |
1630 | 2023-10-26T22:26:11.578Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1631 | 2023-10-26T22:26:17.535Z | Compiling ident_case v1.0.1 |
1632 | 2023-10-26T22:26:18.916Z | Compiling darling_core v0.20.3 |
1633 | 2023-10-26T22:26:34.349Z | Compiling crossbeam-channel v0.5.8 |
1634 | 2023-10-26T22:26:42.803Z | Compiling atty v0.2.14 |
1635 | 2023-10-26T22:26:43.021Z | Compiling proc-macro-error-attr v1.0.4 |
1636 | 2023-10-26T22:26:55.069Z | Compiling darling_macro v0.20.3 |
1637 | 2023-10-26T22:27:01.230Z | Compiling proc-macro-crate v1.3.1 |
1638 | 2023-10-26T22:27:04.752Z | Compiling dirs-sys-next v0.1.2 |
1639 | 2023-10-26T22:27:06.272Z | Compiling proc-macro-error v1.0.4 |
1640 | 2023-10-26T22:27:16.979Z | Compiling dirs-next v2.0.0 |
1641 | 2023-10-26T22:27:18.703Z | Compiling num_enum_derive v0.5.11 |
1642 | 2023-10-26T22:27:25.304Z | Compiling darling v0.20.3 |
1643 | 2023-10-26T22:27:29.378Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1644 | 2023-10-26T22:27:36.628Z | Compiling getopts v0.2.21 |
1645 | 2023-10-26T22:27:38.104Z | Compiling structmeta-derive v0.1.6 |
1646 | 2023-10-26T22:27:39.035Z | Compiling thread_local v1.1.7 |
1647 | 2023-10-26T22:27:40.343Z | Compiling multer v2.1.0 |
1648 | 2023-10-26T22:27:41.389Z | Compiling slog-async v2.8.0 |
1649 | 2023-10-26T22:27:42.511Z | Compiling camino v1.1.6 |
1650 | 2023-10-26T22:27:44.007Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1651 | 2023-10-26T22:27:44.094Z | Compiling unsafe-libyaml v0.2.9 |
1652 | 2023-10-26T22:27:44.947Z | Compiling paste v1.0.14 |
1653 | 2023-10-26T22:27:46.823Z | Compiling match_cfg v0.1.0 |
1654 | 2023-10-26T22:27:46.965Z | Compiling hostname v0.3.1 |
1655 | 2023-10-26T22:27:47.341Z | Compiling serde_yaml v0.9.25 |
1656 | 2023-10-26T22:27:53.872Z | Compiling structmeta v0.1.6 |
1657 | 2023-10-26T22:27:58.758Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1658 | 2023-10-26T22:28:02.478Z | Compiling serde_with_macros v2.3.3 |
1659 | 2023-10-26T22:28:06.480Z | Compiling num_enum v0.5.11 |
1660 | 2023-10-26T22:28:07.778Z | Compiling term v0.7.0 |
1661 | 2023-10-26T22:28:09.535Z | Compiling slog-json v2.6.1 |
1662 | 2023-10-26T22:28:10.366Z | Compiling strum v0.25.0 |
1663 | 2023-10-26T22:28:13.104Z | Compiling async-stream-impl v0.3.5 |
1664 | 2023-10-26T22:28:13.127Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1665 | 2023-10-26T22:28:13.839Z | Compiling take_mut v0.2.2 |
1666 | 2023-10-26T22:28:14.118Z | Compiling postcard-cobs v0.1.5-pre |
1667 | 2023-10-26T22:28:14.212Z | Compiling regex-syntax v0.6.29 |
1668 | 2023-10-26T22:28:14.866Z | Compiling atomic-waker v1.1.1 |
1669 | 2023-10-26T22:28:15.069Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1670 | 2023-10-26T22:28:15.113Z | Compiling async-stream v0.3.5 |
1671 | 2023-10-26T22:28:15.511Z | Compiling waitgroup v0.1.2 |
1672 | 2023-10-26T22:28:15.720Z | Compiling postcard v0.7.3 |
1673 | 2023-10-26T22:28:16.639Z | Compiling slog-bunyan v2.4.0 |
1674 | 2023-10-26T22:28:17.040Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1675 | 2023-10-26T22:28:17.167Z | Compiling slog-term v2.9.0 |
1676 | 2023-10-26T22:28:21.757Z | Compiling serde_with v2.3.3 |
1677 | 2023-10-26T22:28:23.800Z | Compiling parse-display-derive v0.7.0 |
1678 | 2023-10-26T22:28:29.983Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1679 | 2023-10-26T22:28:30.417Z | Compiling smoltcp v0.8.2 |
1680 | 2023-10-26T22:28:31.114Z | Compiling sha1 v0.10.5 |
1681 | 2023-10-26T22:28:32.333Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1682 | 2023-10-26T22:28:32.612Z | Compiling serde_path_to_error v0.1.14 |
1683 | 2023-10-26T22:28:33.696Z | Compiling foreign-types-macros v0.2.3 |
1684 | 2023-10-26T22:28:34.364Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1685 | 2023-10-26T22:28:34.776Z | Compiling instant v0.1.12 |
1686 | 2023-10-26T22:28:35.010Z | Compiling debug-ignore v1.0.5 |
1687 | 2023-10-26T22:28:35.234Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1688 | 2023-10-26T22:28:35.584Z | Compiling foreign-types-shared v0.3.1 |
1689 | 2023-10-26T22:28:35.588Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1690 | 2023-10-26T22:28:35.600Z | Compiling cfg-if v0.1.10 |
1691 | 2023-10-26T22:28:35.755Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1692 | 2023-10-26T22:28:35.775Z | Compiling foreign-types v0.5.0 |
1693 | 2023-10-26T22:28:36.023Z | Compiling backoff v0.4.0 |
1694 | 2023-10-26T22:28:36.705Z | Compiling parse-display v0.7.0 |
1695 | 2023-10-26T22:28:37.726Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1696 | 2023-10-26T22:28:37.977Z | Compiling is-terminal v0.4.9 |
1697 | 2023-10-26T22:28:38.166Z | Compiling macaddr v1.0.1 |
1698 | 2023-10-26T22:28:39.327Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1699 | 2023-10-26T22:28:40.614Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1700 | 2023-10-26T22:28:41.797Z | Compiling cstr-argument v0.1.2 |
1701 | 2023-10-26T22:28:42.188Z | Compiling crucible-workspace-hack v0.1.0 |
1702 | 2023-10-26T22:28:42.256Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1703 | 2023-10-26T22:28:42.564Z | Compiling base64ct v1.6.0 |
1704 | 2023-10-26T22:28:42.673Z | Compiling pretty-hex v0.2.1 |
1705 | 2023-10-26T22:28:43.042Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1706 | 2023-10-26T22:28:43.677Z | Compiling password-hash v0.5.0 |
1707 | 2023-10-26T22:28:43.914Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1708 | 2023-10-26T22:28:45.229Z | Compiling colored v2.0.4 |
1709 | 2023-10-26T22:28:45.348Z | Compiling textwrap v0.11.0 |
1710 | 2023-10-26T22:28:46.121Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1711 | 2023-10-26T22:28:46.436Z | Compiling heck v0.3.3 |
1712 | 2023-10-26T22:28:47.026Z | Compiling blake2 v0.10.6 |
1713 | 2023-10-26T22:28:47.098Z | Compiling strsim v0.8.0 |
1714 | 2023-10-26T22:28:47.516Z | Compiling vec_map v0.8.2 |
1715 | 2023-10-26T22:28:47.886Z | Compiling ansi_term v0.12.1 |
1716 | 2023-10-26T22:28:48.032Z | Compiling libefi-sys v0.1.0 |
1717 | 2023-10-26T22:28:48.428Z | Compiling rayon-core v1.11.0 |
1718 | 2023-10-26T22:28:48.896Z | Compiling clap v2.34.0 |
1719 | 2023-10-26T22:28:49.331Z | Compiling argon2 v0.5.2 |
1720 | 2023-10-26T22:28:49.370Z | Compiling structopt-derive v0.4.18 |
1721 | 2023-10-26T22:28:50.365Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1722 | 2023-10-26T22:28:54.012Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1723 | 2023-10-26T22:28:54.039Z | Compiling zone_cfg_derive v0.2.0 |
1724 | 2023-10-26T22:28:54.780Z | Compiling crossbeam-deque v0.8.3 |
1725 | 2023-10-26T22:28:54.870Z | Compiling num-derive v0.4.0 |
1726 | 2023-10-26T22:28:55.405Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1727 | 2023-10-26T22:28:55.941Z | Compiling keccak v0.1.4 |
1728 | 2023-10-26T22:28:56.247Z | Compiling portable-atomic v1.4.3 |
1729 | 2023-10-26T22:28:57.472Z | Compiling sha3 v0.10.8 |
1730 | 2023-10-26T22:28:57.667Z | Compiling zone v0.2.0 |
1731 | 2023-10-26T22:28:58.560Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1732 | 2023-10-26T22:29:01.518Z | Compiling structopt v0.3.26 |
1733 | 2023-10-26T22:29:01.767Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1734 | 2023-10-26T22:29:02.633Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1735 | 2023-10-26T22:29:04.097Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1736 | 2023-10-26T22:29:05.988Z | Compiling hkdf v0.12.3 |
1737 | 2023-10-26T22:29:06.013Z | Compiling smf v0.2.2 |
1738 | 2023-10-26T22:29:06.378Z | Compiling secrecy v0.8.0 |
1739 | 2023-10-26T22:29:06.789Z | Compiling xattr v1.0.1 |
1740 | 2023-10-26T22:29:06.819Z | Compiling filetime v0.2.22 |
1741 | 2023-10-26T22:29:07.250Z | Compiling fastrand v2.0.0 |
1742 | 2023-10-26T22:29:07.302Z | Compiling same-file v1.0.6 |
1743 | 2023-10-26T22:29:07.328Z | Compiling tar v0.4.40 |
1744 | 2023-10-26T22:29:07.800Z | Compiling walkdir v2.4.0 |
1745 | 2023-10-26T22:29:08.495Z | Compiling tempfile v3.8.0 |
1746 | 2023-10-26T22:29:10.798Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1747 | 2023-10-26T22:29:11.433Z | Compiling rayon v1.7.0 |
1748 | 2023-10-26T22:29:12.655Z | Compiling number_prefix v0.4.0 |
1749 | 2023-10-26T22:29:13.049Z | Compiling omicron-zone-package v0.8.3 |
1750 | 2023-10-26T22:29:15.113Z | Compiling topological-sort v0.2.2 |
1751 | 2023-10-26T22:29:20.586Z | Compiling indicatif v0.17.7 |
1752 | 2023-10-26T22:29:26.748Z | Compiling bzip2 v0.4.4 |
1753 | 2023-10-26T22:29:27.328Z | Compiling zip v0.6.6 |
1754 | 2023-10-26T22:29:28.563Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1755 | 2023-10-26T22:29:28.946Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1756 | 2023-10-26T22:29:29.936Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1757 | 2023-10-26T22:29:29.940Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1758 | 2023-10-26T22:29:39.616Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1759 | 2023-10-26T22:29:39.619Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1760 | 2023-10-26T22:29:39.622Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1761 | 2023-10-26T22:29:53.540Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1762 | 2023-10-26T22:29:54.916Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1763 | 2023-10-26T22:30:30.372Z | Finished release [optimized] target(s) in 8m 03s |
1764 | 2023-10-26T22:30:30.649Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1765 | 2023-10-26T22:30:30.714Z | Created new build target 'test' and set it as active |
1766 | 2023-10-26T22:30:30.718Z | |
1767 | 2023-10-26T22:30:30.722Z | real 8:03.452479148 |
1768 | 2023-10-26T22:30:30.725Z | user 50:57.012827073 |
1769 | 2023-10-26T22:30:30.728Z | sys 4:35.521900522 |
1770 | 2023-10-26T22:30:30.731Z | trap 2.068365983 |
1771 | 2023-10-26T22:30:30.734Z | tflt 5.579831244 |
1772 | 2023-10-26T22:30:30.737Z | dflt 5.465568956 |
1773 | 2023-10-26T22:30:30.741Z | kflt 0.022695211 |
1774 | 2023-10-26T22:30:30.744Z | lock 1:53:02.667469269 |
1775 | 2023-10-26T22:30:30.748Z | slp 2:46:08.470169865 |
1776 | 2023-10-26T22:30:30.752Z | lat 2:20.184139758 |
1777 | 2023-10-26T22:30:30.755Z | stop 3:44.600269922 |
1778 | 2023-10-26T22:30:30.758Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1779 | 2023-10-26T22:30:31.864Z | Finished release [optimized] target(s) in 1.06s |
1780 | 2023-10-26T22:30:31.893Z | Running `target/release/omicron-package -t test package` |
1781 | 2023-10-26T22:30:31.930Z | Oct 26 22:30:31.929 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1782 | 2023-10-26T22:30:33.135Z | Compiling serde_json v1.0.107 |
1783 | 2023-10-26T22:30:33.183Z | Compiling linked-hash-map v0.5.6 |
1784 | 2023-10-26T22:30:33.190Z | Compiling slog-dtrace v0.2.3 |
1785 | 2023-10-26T22:30:33.199Z | Compiling quick-error v1.2.3 |
1786 | 2023-10-26T22:30:33.202Z | Compiling same-file v1.0.6 |
1787 | 2023-10-26T22:30:33.207Z | Compiling semver-parser v0.10.2 |
1788 | 2023-10-26T22:30:33.209Z | Compiling termcolor v1.2.0 |
1789 | 2023-10-26T22:30:33.212Z | Compiling fastrand v2.0.0 |
1790 | 2023-10-26T22:30:33.388Z | Compiling resolv-conf v0.7.0 |
1791 | 2023-10-26T22:30:33.527Z | Compiling walkdir v2.4.0 |
1792 | 2023-10-26T22:30:33.628Z | Compiling filetime v0.2.22 |
1793 | 2023-10-26T22:30:33.771Z | Compiling lru-cache v0.1.2 |
1794 | 2023-10-26T22:30:34.012Z | Compiling tempfile v3.8.0 |
1795 | 2023-10-26T22:30:34.051Z | Compiling trust-dns-resolver v0.22.0 |
1796 | 2023-10-26T22:30:34.084Z | Compiling xattr v1.0.1 |
1797 | 2023-10-26T22:30:34.441Z | Compiling semver v0.11.0 |
1798 | 2023-10-26T22:30:34.579Z | Compiling memoffset v0.7.1 |
1799 | 2023-10-26T22:30:34.977Z | Compiling home v0.5.5 |
1800 | 2023-10-26T22:30:35.239Z | Compiling base64 v0.13.1 |
1801 | 2023-10-26T22:30:35.327Z | Compiling toolchain_find v0.2.0 |
1802 | 2023-10-26T22:30:35.517Z | Compiling tar v0.4.40 |
1803 | 2023-10-26T22:30:35.569Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1804 | 2023-10-26T22:30:36.113Z | Compiling libz-sys v1.1.12 |
1805 | 2023-10-26T22:30:36.158Z | Compiling toml v0.5.11 |
1806 | 2023-10-26T22:30:36.362Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1807 | 2023-10-26T22:30:36.599Z | Compiling schemars v0.8.13 |
1808 | 2023-10-26T22:30:36.649Z | Compiling reqwest v0.11.20 |
1809 | 2023-10-26T22:30:36.662Z | Compiling openapiv3 v1.0.3 |
1810 | 2023-10-26T22:30:36.908Z | Compiling usdt-impl v0.3.5 |
1811 | 2023-10-26T22:30:38.678Z | Compiling usdt v0.3.5 |
1812 | 2023-10-26T22:30:39.440Z | Compiling postgres-types v0.2.6 |
1813 | 2023-10-26T22:30:41.770Z | Compiling ipnetwork v0.20.0 |
1814 | 2023-10-26T22:30:45.259Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1815 | 2023-10-26T22:30:48.103Z | Compiling tokio-postgres v0.7.10 |
1816 | 2023-10-26T22:30:49.930Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1817 | 2023-10-26T22:30:50.118Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1818 | 2023-10-26T22:30:53.728Z | Compiling slog-json v2.6.1 |
1819 | 2023-10-26T22:30:53.967Z | Compiling slog-bunyan v2.4.0 |
1820 | 2023-10-26T22:30:53.990Z | Compiling diesel v2.1.1 |
1821 | 2023-10-26T22:30:54.049Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1822 | 2023-10-26T22:30:55.389Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1823 | 2023-10-26T22:31:01.952Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1824 | 2023-10-26T22:31:02.288Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1825 | 2023-10-26T22:31:06.767Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1826 | 2023-10-26T22:31:11.401Z | Compiling rustfmt-wrapper v0.2.0 |
1827 | 2023-10-26T22:31:12.415Z | Compiling omicron-zone-package v0.8.3 |
1828 | 2023-10-26T22:31:13.814Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1829 | 2023-10-26T22:31:14.255Z | Compiling cancel-safe-futures v0.1.2 |
1830 | 2023-10-26T22:31:14.738Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1831 | 2023-10-26T22:31:15.788Z | Compiling num-rational v0.4.1 |
1832 | 2023-10-26T22:31:16.211Z | Compiling utf-8 v0.7.6 |
1833 | 2023-10-26T22:31:18.107Z | Compiling pem-rfc7468 v0.7.0 |
1834 | 2023-10-26T22:31:18.195Z | Compiling der_derive v0.7.2 |
1835 | 2023-10-26T22:31:21.041Z | Compiling flagset v0.4.3 |
1836 | 2023-10-26T22:31:22.088Z | Compiling der v0.7.8 |
1837 | 2023-10-26T22:31:25.799Z | Compiling vergen v8.2.4 |
1838 | 2023-10-26T22:31:26.187Z | Compiling fxhash v0.2.1 |
1839 | 2023-10-26T22:31:26.524Z | Compiling num-complex v0.4.4 |
1840 | 2023-10-26T22:31:28.767Z | Compiling unicase v2.7.0 |
1841 | 2023-10-26T22:31:29.169Z | Compiling num v0.4.1 |
1842 | 2023-10-26T22:31:29.334Z | Compiling spki v0.7.2 |
1843 | 2023-10-26T22:31:30.200Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1844 | 2023-10-26T22:31:31.789Z | Compiling universal-hash v0.5.1 |
1845 | 2023-10-26T22:31:32.119Z | Compiling libsqlite3-sys v0.26.0 |
1846 | 2023-10-26T22:31:32.794Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1847 | 2023-10-26T22:31:33.792Z | Compiling opaque-debug v0.3.0 |
1848 | 2023-10-26T22:31:33.927Z | Compiling half v1.8.2 |
1849 | 2023-10-26T22:31:36.376Z | Compiling ciborium-io v0.2.1 |
1850 | 2023-10-26T22:31:36.437Z | Compiling maybe-uninit v2.0.0 |
1851 | 2023-10-26T22:31:36.440Z | Compiling semver v0.1.20 |
1852 | 2023-10-26T22:31:36.443Z | Compiling arc-swap v1.6.0 |
1853 | 2023-10-26T22:31:36.618Z | Compiling rustc_version v0.1.7 |
1854 | 2023-10-26T22:31:37.021Z | Compiling slog-scope v4.4.0 |
1855 | 2023-10-26T22:31:37.251Z | Compiling ciborium-ll v0.2.1 |
1856 | 2023-10-26T22:31:37.414Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1857 | 2023-10-26T22:31:38.824Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1858 | 2023-10-26T22:31:38.864Z | Compiling packed_struct v0.10.1 |
1859 | 2023-10-26T22:31:39.169Z | Compiling signal-hook v0.3.17 |
1860 | 2023-10-26T22:31:39.946Z | Compiling num-bigint-dig v0.8.4 |
1861 | 2023-10-26T22:31:39.953Z | Compiling crc-catalog v2.2.0 |
1862 | 2023-10-26T22:31:39.961Z | Compiling parking_lot_core v0.8.6 |
1863 | 2023-10-26T22:31:39.968Z | Compiling crc v3.0.1 |
1864 | 2023-10-26T22:31:41.083Z | Compiling ciborium v0.2.1 |
1865 | 2023-10-26T22:31:42.471Z | Compiling slog-stdlog v4.1.1 |
1866 | 2023-10-26T22:31:44.063Z | Compiling newtype_derive v0.1.6 |
1867 | 2023-10-26T22:31:44.770Z | Compiling pkcs8 v0.10.2 |
1868 | 2023-10-26T22:31:44.905Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1869 | 2023-10-26T22:31:44.955Z | Compiling toml_edit v0.20.0 |
1870 | 2023-10-26T22:31:47.594Z | Compiling hashlink v0.8.3 |
1871 | 2023-10-26T22:31:48.527Z | Compiling aead v0.5.2 |
1872 | 2023-10-26T22:31:48.783Z | Compiling nibble_vec v0.1.0 |
1873 | 2023-10-26T22:31:49.012Z | Compiling packed_struct_codegen v0.10.1 |
1874 | 2023-10-26T22:31:49.117Z | Compiling dirs-sys-next v0.1.2 |
1875 | 2023-10-26T22:31:49.929Z | Compiling fallible-streaming-iterator v0.1.9 |
1876 | 2023-10-26T22:31:50.363Z | Compiling endian-type v0.1.2 |
1877 | 2023-10-26T22:31:50.688Z | Compiling humantime v2.1.0 |
1878 | 2023-10-26T22:31:52.131Z | Compiling crunchy v0.2.2 |
1879 | 2023-10-26T22:31:53.784Z | Compiling glob v0.3.1 |
1880 | 2023-10-26T22:31:53.787Z | Compiling nodrop v0.1.14 |
1881 | 2023-10-26T22:31:53.791Z | Compiling doc-comment v0.3.3 |
1882 | 2023-10-26T22:31:54.156Z | Compiling clang-sys v1.6.1 |
1883 | 2023-10-26T22:31:54.399Z | Compiling array-init v0.0.4 |
1884 | 2023-10-26T22:31:55.333Z | Compiling radix_trie v0.2.1 |
1885 | 2023-10-26T22:31:56.572Z | Compiling rusqlite v0.29.0 |
1886 | 2023-10-26T22:31:56.782Z | Compiling toml v0.8.0 |
1887 | 2023-10-26T22:32:02.779Z | Compiling dirs-next v2.0.0 |
1888 | 2023-10-26T22:32:02.954Z | Compiling pkcs1 v0.7.5 |
1889 | 2023-10-26T22:32:03.594Z | Compiling smallvec v0.6.14 |
1890 | 2023-10-26T22:32:04.342Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1891 | 2023-10-26T22:32:04.483Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1892 | 2023-10-26T22:32:05.275Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1893 | 2023-10-26T22:32:05.849Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1894 | 2023-10-26T22:32:06.203Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1895 | 2023-10-26T22:32:06.484Z | Compiling slog-envlogger v2.2.0 |
1896 | 2023-10-26T22:32:13.966Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1897 | 2023-10-26T22:32:18.089Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1898 | 2023-10-26T22:32:19.138Z | Compiling nix v0.26.2 |
1899 | 2023-10-26T22:32:19.291Z | Compiling num_enum_derive v0.7.0 |
1900 | 2023-10-26T22:32:23.248Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1901 | 2023-10-26T22:32:23.448Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1902 | 2023-10-26T22:32:25.668Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1903 | 2023-10-26T22:32:28.188Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1904 | 2023-10-26T22:32:32.619Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1905 | 2023-10-26T22:32:33.224Z | Compiling twox-hash v1.6.3 |
1906 | 2023-10-26T22:32:34.132Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1907 | 2023-10-26T22:32:34.380Z | Compiling bitfield v0.14.0 |
1908 | 2023-10-26T22:32:34.873Z | Compiling tiny-keccak v2.0.2 |
1909 | 2023-10-26T22:32:34.988Z | Compiling prettyplease v0.2.12 |
1910 | 2023-10-26T22:32:35.259Z | Compiling platforms v3.0.2 |
1911 | 2023-10-26T22:32:35.419Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1912 | 2023-10-26T22:32:35.756Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1913 | 2023-10-26T22:32:36.654Z | Compiling num_enum v0.7.0 |
1914 | 2023-10-26T22:32:36.898Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1915 | 2023-10-26T22:32:56.049Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1916 | 2023-10-26T22:32:57.846Z | Compiling rsa v0.9.2 |
1917 | 2023-10-26T22:33:02.284Z | Compiling parking_lot v0.11.2 |
1918 | 2023-10-26T22:33:06.324Z | Compiling serde-hex v0.1.0 |
1919 | 2023-10-26T22:33:06.406Z | Compiling mime_guess v2.0.4 |
1920 | 2023-10-26T22:33:06.711Z | Compiling term v0.7.0 |
1921 | 2023-10-26T22:33:07.246Z | Compiling trust-dns-client v0.22.0 |
1922 | 2023-10-26T22:33:08.605Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1923 | 2023-10-26T22:33:08.894Z | Compiling polyval v0.6.1 |
1924 | 2023-10-26T22:33:09.133Z | Compiling x509-cert v0.2.4 |
1925 | 2023-10-26T22:33:09.994Z | Compiling tungstenite v0.20.1 |
1926 | 2023-10-26T22:33:14.310Z | Compiling env_logger v0.10.0 |
1927 | 2023-10-26T22:33:15.323Z | Compiling ctr v0.9.2 |
1928 | 2023-10-26T22:33:15.880Z | Compiling aes v0.8.3 |
1929 | 2023-10-26T22:33:19.634Z | Compiling darling_core v0.14.4 |
1930 | 2023-10-26T22:33:20.291Z | Compiling ron v0.8.1 |
1931 | 2023-10-26T22:33:20.585Z | Compiling snafu-derive v0.7.5 |
1932 | 2023-10-26T22:33:25.827Z | Compiling bincode v1.3.3 |
1933 | 2023-10-26T22:33:28.617Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1934 | 2023-10-26T22:33:28.800Z | Compiling convert_case v0.4.0 |
1935 | 2023-10-26T22:33:29.041Z | Compiling minimal-lexical v0.2.1 |
1936 | 2023-10-26T22:33:29.859Z | Compiling erased-serde v0.3.30 |
1937 | 2023-10-26T22:33:30.098Z | Compiling crc-any v2.4.3 |
1938 | 2023-10-26T22:33:30.594Z | Compiling derive_more v0.99.17 |
1939 | 2023-10-26T22:33:31.065Z | Compiling trust-dns-server v0.22.1 |
1940 | 2023-10-26T22:33:31.564Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1941 | 2023-10-26T22:33:31.706Z | Compiling nom v7.1.3 |
1942 | 2023-10-26T22:33:38.256Z | Compiling snafu v0.7.5 |
1943 | 2023-10-26T22:33:40.242Z | Compiling darling_macro v0.14.4 |
1944 | 2023-10-26T22:33:41.683Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1945 | 2023-10-26T22:33:42.974Z | Compiling aes-gcm-siv v0.11.1 |
1946 | 2023-10-26T22:33:43.471Z | Compiling tokio-tungstenite v0.20.1 |
1947 | 2023-10-26T22:33:44.986Z | Compiling ascii-canvas v3.0.0 |
1948 | 2023-10-26T22:33:45.672Z | Compiling steno v0.4.0 |
1949 | 2023-10-26T22:33:45.678Z | Compiling sled v0.34.7 |
1950 | 2023-10-26T22:33:45.682Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1951 | 2023-10-26T22:33:53.327Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1952 | 2023-10-26T22:33:58.025Z | Compiling env_logger v0.9.3 |
1953 | 2023-10-26T22:34:02.801Z | Compiling tungstenite v0.18.0 |
1954 | 2023-10-26T22:34:05.754Z | Compiling object v0.30.4 |
1955 | 2023-10-26T22:34:07.171Z | Compiling is-terminal v0.4.9 |
1956 | 2023-10-26T22:34:07.355Z | Compiling ena v0.14.2 |
1957 | 2023-10-26T22:34:08.035Z | Compiling derive-where v1.2.5 |
1958 | 2023-10-26T22:34:08.724Z | Compiling async-recursion v1.0.5 |
1959 | 2023-10-26T22:34:10.219Z | Compiling bitstruct_derive v0.1.0 |
1960 | 2023-10-26T22:34:12.187Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1961 | 2023-10-26T22:34:12.405Z | Compiling libloading v0.7.4 |
1962 | 2023-10-26T22:34:12.434Z | Compiling ascii v1.1.0 |
1963 | 2023-10-26T22:34:13.021Z | Compiling pretty-hex v0.3.0 |
1964 | 2023-10-26T22:34:13.347Z | Compiling path-slash v0.1.5 |
1965 | 2023-10-26T22:34:13.515Z | Compiling ringbuffer v0.15.0 |
1966 | 2023-10-26T22:34:13.669Z | Compiling bindgen v0.65.1 |
1967 | 2023-10-26T22:34:13.754Z | Compiling diff v0.1.13 |
1968 | 2023-10-26T22:34:14.272Z | Compiling linear-map v1.2.0 |
1969 | 2023-10-26T22:34:14.611Z | Compiling lalrpop v0.19.12 |
1970 | 2023-10-26T22:34:14.674Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1971 | 2023-10-26T22:34:14.919Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1972 | 2023-10-26T22:34:26.333Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1973 | 2023-10-26T22:34:28.711Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1974 | 2023-10-26T22:34:32.016Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1975 | 2023-10-26T22:34:32.398Z | Compiling bitstruct v0.1.1 |
1976 | 2023-10-26T22:34:32.558Z | Compiling tokio-tungstenite v0.18.0 |
1977 | 2023-10-26T22:34:33.102Z | Compiling curve25519-dalek v4.1.0 |
1978 | 2023-10-26T22:34:33.502Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1979 | 2023-10-26T22:34:36.661Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1980 | 2023-10-26T22:34:46.620Z | Compiling darling v0.14.4 |
1981 | 2023-10-26T22:34:46.794Z | Compiling cexpr v0.6.0 |
1982 | 2023-10-26T22:34:50.002Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1983 | 2023-10-26T22:34:51.433Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1984 | 2023-10-26T22:34:52.145Z | Compiling which v4.4.0 |
1985 | 2023-10-26T22:34:53.044Z | Compiling ff v0.13.0 |
1986 | 2023-10-26T22:34:53.290Z | Compiling path-dedot v3.1.0 |
1987 | 2023-10-26T22:34:53.432Z | Compiling serde_arrays v0.1.0 |
1988 | 2023-10-26T22:34:53.686Z | Compiling rustc-hash v1.1.0 |
1989 | 2023-10-26T22:34:53.690Z | Compiling lazycell v1.3.0 |
1990 | 2023-10-26T22:34:53.875Z | Compiling display-error-chain v0.2.0 |
1991 | 2023-10-26T22:34:53.918Z | Compiling peeking_take_while v0.1.2 |
1992 | 2023-10-26T22:34:54.142Z | Compiling shlex v1.1.0 |
1993 | 2023-10-26T22:34:54.154Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1994 | 2023-10-26T22:34:55.731Z | Compiling path-absolutize v3.1.0 |
1995 | 2023-10-26T22:34:56.043Z | Compiling group v0.13.0 |
1996 | 2023-10-26T22:34:56.308Z | Compiling derive_builder_core v0.12.0 |
1997 | 2023-10-26T22:34:58.191Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1998 | 2023-10-26T22:35:00.057Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1999 | 2023-10-26T22:35:02.312Z | Compiling olpc-cjson v0.1.3 |
2000 | 2023-10-26T22:35:03.226Z | Compiling pem v1.1.1 |
2001 | 2023-10-26T22:35:04.495Z | Compiling polar-core v0.26.4 |
2002 | 2023-10-26T22:35:05.675Z | Compiling camino-tempfile v1.0.2 |
2003 | 2023-10-26T22:35:06.722Z | Compiling globset v0.4.13 |
2004 | 2023-10-26T22:35:06.950Z | Compiling crypto-bigint v0.5.2 |
2005 | 2023-10-26T22:35:07.577Z | Compiling serde_plain v1.0.2 |
2006 | 2023-10-26T22:35:08.411Z | Compiling curve25519-dalek-derive v0.1.0 |
2007 | 2023-10-26T22:35:13.006Z | Compiling libxml v0.3.3 |
2008 | 2023-10-26T22:35:13.179Z | Compiling thiserror-impl-no-std v2.0.2 |
2009 | 2023-10-26T22:35:13.285Z | Compiling ref-cast v1.0.20 |
2010 | 2023-10-26T22:35:13.311Z | Compiling base16ct v0.2.0 |
2011 | 2023-10-26T22:35:13.352Z | Compiling buf-list v1.0.3 |
2012 | 2023-10-26T22:35:13.792Z | Compiling elliptic-curve v0.13.5 |
2013 | 2023-10-26T22:35:17.006Z | Compiling thiserror-no-std v2.0.2 |
2014 | 2023-10-26T22:35:17.199Z | Compiling tough v0.12.5 |
2015 | 2023-10-26T22:35:17.619Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2016 | 2023-10-26T22:35:21.595Z | Compiling derive_builder_macro v0.12.0 |
2017 | 2023-10-26T22:35:22.825Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2018 | 2023-10-26T22:35:26.778Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2019 | 2023-10-26T22:35:29.917Z | Compiling poly1305 v0.8.0 |
2020 | 2023-10-26T22:35:31.356Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2021 | 2023-10-26T22:35:31.693Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2022 | 2023-10-26T22:35:31.756Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2023 | 2023-10-26T22:35:32.093Z | Compiling chacha20 v0.9.1 |
2024 | 2023-10-26T22:35:32.834Z | Compiling strum_macros v0.24.3 |
2025 | 2023-10-26T22:35:33.008Z | Compiling const_format_proc_macros v0.2.31 |
2026 | 2023-10-26T22:35:39.983Z | Compiling bcs v0.1.6 |
2027 | 2023-10-26T22:35:40.169Z | Compiling ref-cast-impl v1.0.20 |
2028 | 2023-10-26T22:35:40.312Z | Compiling cookie v0.16.2 |
2029 | 2023-10-26T22:35:41.017Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2030 | 2023-10-26T22:35:41.085Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2031 | 2023-10-26T22:35:41.135Z | Compiling salty v0.2.0 |
2032 | 2023-10-26T22:35:41.140Z | Compiling highway v1.1.0 |
2033 | 2023-10-26T22:35:41.147Z | Compiling signature v1.6.4 |
2034 | 2023-10-26T22:35:41.154Z | Compiling indoc v1.0.9 |
2035 | 2023-10-26T22:35:41.169Z | Compiling ed25519 v1.5.3 |
2036 | 2023-10-26T22:35:41.175Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2037 | 2023-10-26T22:35:41.179Z | Compiling const_format v0.2.31 |
2038 | 2023-10-26T22:35:41.337Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2039 | 2023-10-26T22:35:42.377Z | Compiling chacha20poly1305 v0.10.1 |
2040 | 2023-10-26T22:35:42.746Z | Compiling derive_builder v0.12.0 |
2041 | 2023-10-26T22:35:43.548Z | Compiling vsss-rs v3.3.1 |
2042 | 2023-10-26T22:35:53.432Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2043 | 2023-10-26T22:35:57.523Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2044 | 2023-10-26T22:36:00.442Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2045 | 2023-10-26T22:36:03.634Z | Compiling signal-hook-mio v0.2.3 |
2046 | 2023-10-26T22:36:03.914Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2047 | 2023-10-26T22:36:04.471Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2048 | 2023-10-26T22:36:06.512Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2049 | 2023-10-26T22:36:06.910Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2050 | 2023-10-26T22:36:15.217Z | Compiling ron v0.7.1 |
2051 | 2023-10-26T22:36:23.598Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2052 | 2023-10-26T22:36:23.684Z | Compiling headers-core v0.2.0 |
2053 | 2023-10-26T22:36:23.804Z | Compiling bb8 v0.8.1 |
2054 | 2023-10-26T22:36:23.814Z | Compiling quick-xml v0.23.1 |
2055 | 2023-10-26T22:36:24.240Z | Compiling serde-big-array v0.5.1 |
2056 | 2023-10-26T22:36:24.642Z | Compiling oso-derive v0.26.4 |
2057 | 2023-10-26T22:36:24.990Z | Compiling impl-trait-for-tuples v0.2.2 |
2058 | 2023-10-26T22:36:25.062Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2059 | 2023-10-26T22:36:25.448Z | Compiling http-range v0.1.5 |
2060 | 2023-10-26T22:36:26.062Z | Compiling maplit v1.0.2 |
2061 | 2023-10-26T22:36:26.458Z | Compiling bit_field v0.10.2 |
2062 | 2023-10-26T22:36:26.619Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2063 | 2023-10-26T22:36:26.625Z | Compiling hyper-staticfile v0.9.5 |
2064 | 2023-10-26T22:36:34.566Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2065 | 2023-10-26T22:36:34.605Z | Compiling headers v0.3.9 |
2066 | 2023-10-26T22:36:42.883Z | Compiling crossterm v0.27.0 |
2067 | 2023-10-26T22:36:43.003Z | Compiling oso v0.26.4 |
2068 | 2023-10-26T22:36:57.023Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2069 | 2023-10-26T22:37:01.201Z | Compiling signal-hook-tokio v0.3.1 |
2070 | 2023-10-26T22:37:01.209Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2071 | 2023-10-26T22:37:01.245Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2072 | 2023-10-26T22:37:01.268Z | Compiling serde-big-array v0.4.1 |
2073 | 2023-10-26T22:37:01.344Z | Compiling cassowary v0.3.0 |
2074 | 2023-10-26T22:37:03.245Z | Compiling indoc v2.0.3 |
2075 | 2023-10-26T22:37:04.755Z | Compiling ratatui v0.23.0 |
2076 | 2023-10-26T22:37:05.329Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2077 | 2023-10-26T22:37:09.252Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2078 | 2023-10-26T22:37:13.914Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2079 | 2023-10-26T22:37:14.489Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2080 | 2023-10-26T22:37:16.772Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2081 | 2023-10-26T22:37:18.513Z | Compiling fatfs v0.3.6 |
2082 | 2023-10-26T22:37:20.425Z | Compiling bytesize v1.3.0 |
2083 | 2023-10-26T22:37:21.365Z | Compiling nanorand v0.7.0 |
2084 | 2023-10-26T22:37:22.653Z | Compiling rtoolbox v0.0.1 |
2085 | 2023-10-26T22:37:23.380Z | Compiling unicode-linebreak v0.1.5 |
2086 | 2023-10-26T22:37:24.153Z | Compiling assert_matches v1.5.0 |
2087 | 2023-10-26T22:37:24.295Z | Compiling smawk v0.3.1 |
2088 | 2023-10-26T22:37:24.326Z | Compiling corncobs v0.1.3 |
2089 | 2023-10-26T22:37:24.645Z | Compiling fs-err v2.9.0 |
2090 | 2023-10-26T22:37:24.980Z | Compiling textwrap v0.16.0 |
2091 | 2023-10-26T22:37:25.996Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2092 | 2023-10-26T22:37:26.879Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2093 | 2023-10-26T22:37:28.230Z | Compiling rpassword v7.2.0 |
2094 | 2023-10-26T22:37:28.872Z | Compiling flume v0.11.0 |
2095 | 2023-10-26T22:37:30.136Z | Compiling tui-tree-widget v0.13.0 |
2096 | 2023-10-26T22:37:30.303Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2097 | 2023-10-26T22:37:31.307Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2098 | 2023-10-26T22:37:34.048Z | Compiling owo-colors v3.5.0 |
2099 | 2023-10-26T22:37:41.923Z | Compiling shell-words v1.1.0 |
2100 | 2023-10-26T22:37:41.956Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2101 | 2023-10-26T22:37:48.950Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2102 | 2023-10-26T22:38:45.516Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2103 | 2023-10-26T22:39:01.289Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2104 | 2023-10-26T22:40:52.755Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2105 | 2023-10-26T22:42:49.105Z | Compiling git2 v0.17.2 |
2106 | 2023-10-26T22:42:55.829Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2107 | 2023-10-26T22:42:57.402Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2108 | 2023-10-26T22:43:09.382Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2109 | 2023-10-26T22:43:26.791Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2110 | 2023-10-26T22:43:27.843Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2111 | 2023-10-26T22:43:30.634Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2112 | 2023-10-26T22:44:03.000Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2113 | 2023-10-26T22:52:41.260Z | Finished release [optimized] target(s) in 22m 02s |
2114 | 2023-10-26T22:53:48.730Z | |
2115 | 2023-10-26T22:53:48.734Z | real 23:18.063994148 |
2116 | 2023-10-26T22:53:48.737Z | user 2:44:12.684435307 |
2117 | 2023-10-26T22:53:48.740Z | sys 7:37.659183840 |
2118 | 2023-10-26T22:53:48.744Z | trap 5.556694552 |
2119 | 2023-10-26T22:53:48.748Z | tflt 1.536735718 |
2120 | 2023-10-26T22:53:48.751Z | dflt 4.261535802 |
2121 | 2023-10-26T22:53:48.754Z | kflt 0.001699596 |
2122 | 2023-10-26T22:53:48.758Z | lock 9:06:27.879812284 |
2123 | 2023-10-26T22:53:48.761Z | slp 6:42:14.749764390 |
2124 | 2023-10-26T22:53:48.764Z | lat 3:00.861341157 |
2125 | 2023-10-26T22:53:48.768Z | stop 52.760315453 |
2126 | 2023-10-26T22:53:48.772Z | + 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/*) |
2127 | 2023-10-26T22:53:48.776Z | + pfexec mkdir -p /work |
2128 | 2023-10-26T22:53:48.779Z | + pfexec chown build /work |
2129 | 2023-10-26T22:53:48.783Z | + 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 |
2130 | 2023-10-26T22:54:02.144Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2131 | 2023-10-26T22:54:02.150Z | a out/mg-ddm-gz.tar 61499K |
2132 | 2023-10-26T22:54:02.153Z | a out/omicron-sled-agent.tar 112395K |
2133 | 2023-10-26T22:54:02.156Z | a out/target/test 1K |
2134 | 2023-10-26T22:54:02.159Z | a out/npuzone/npuzone 36506K |
2135 | 2023-10-26T22:54:02.162Z | a package-manifest.toml 22K |
2136 | 2023-10-26T22:54:02.165Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2137 | 2023-10-26T22:54:02.168Z | a target/release/omicron-package 37292K |
2138 | 2023-10-26T22:54:02.171Z | a tools/create_virtual_hardware.sh 3K |
2139 | 2023-10-26T22:54:02.176Z | a tools/virtual_hardware.sh 4K |
2140 | 2023-10-26T22:54:02.179Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2141 | 2023-10-26T22:54:02.182Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2142 | 2023-10-26T22:54:02.186Z | a tools/scrimlet/softnpu-init.sh 3K |
2143 | 2023-10-26T22:54:02.191Z | a tools/scrimlet/softnpu-zone.txt 1K |
2144 | 2023-10-26T22:54:02.195Z | a tools/scrimlet/softnpu.toml 1K |
2145 | 2023-10-26T22:54:02.198Z | |
2146 | 2023-10-26T22:54:02.201Z | real 13.402881584 |
2147 | 2023-10-26T22:54:02.205Z | user 12.735181110 |
2148 | 2023-10-26T22:54:02.208Z | sys 1.120726101 |
2149 | 2023-10-26T22:54:02.213Z | trap 0.002405417 |
2150 | 2023-10-26T22:54:02.216Z | tflt 0.000000000 |
2151 | 2023-10-26T22:54:02.219Z | dflt 0.000000000 |
2152 | 2023-10-26T22:54:02.222Z | kflt 0.000000000 |
2153 | 2023-10-26T22:54:02.225Z | lock 0.000000000 |
2154 | 2023-10-26T22:54:02.229Z | slp 12.448480314 |
2155 | 2023-10-26T22:54:02.232Z | lat 0.495506132 |
2156 | 2023-10-26T22:54:02.236Z | stop 0.000231101 |
2157 | 2023-10-26T22:54:02.239Z | ++ pwd |
2158 | 2023-10-26T22:54:02.242Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2159 | 2023-10-26T22:54:02.245Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2160 | 2023-10-26T22:54:02.248Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2161 | 2023-10-26T22:54:03.330Z | Finished release [optimized] target(s) in 1.09s |
2162 | 2023-10-26T22:54:03.358Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2163 | 2023-10-26T22:54:03.399Z | Created new build target 'host' and set it as active |
2164 | 2023-10-26T22:54:03.402Z | |
2165 | 2023-10-26T22:54:03.405Z | real 1.244079619 |
2166 | 2023-10-26T22:54:03.409Z | user 0.886603593 |
2167 | 2023-10-26T22:54:03.412Z | sys 0.357836716 |
2168 | 2023-10-26T22:54:03.415Z | trap 0.000367385 |
2169 | 2023-10-26T22:54:03.419Z | tflt 0.000012091 |
2170 | 2023-10-26T22:54:03.422Z | dflt 0.000003222 |
2171 | 2023-10-26T22:54:03.426Z | kflt 0.000000000 |
2172 | 2023-10-26T22:54:03.429Z | lock 0.035375397 |
2173 | 2023-10-26T22:54:03.433Z | slp 0.019174808 |
2174 | 2023-10-26T22:54:03.436Z | lat 0.002356829 |
2175 | 2023-10-26T22:54:03.439Z | stop 0.000224742 |
2176 | 2023-10-26T22:54:03.443Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2177 | 2023-10-26T22:54:04.524Z | Finished release [optimized] target(s) in 1.04s |
2178 | 2023-10-26T22:54:04.598Z | Running `target/release/omicron-package -t host package` |
2179 | 2023-10-26T22:54:04.603Z | Oct 26 22:54:04.594 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2180 | 2023-10-26T22:54:05.758Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2181 | 2023-10-26T22:57:58.701Z | Finished release [optimized] target(s) in 3m 53s |
2182 | 2023-10-26T22:59:13.353Z | |
2183 | 2023-10-26T22:59:13.379Z | real 5:09.950878315 |
2184 | 2023-10-26T22:59:13.438Z | user 20:24.374675465 |
2185 | 2023-10-26T22:59:13.863Z | sys 1:30.536226507 |
2186 | 2023-10-26T22:59:13.870Z | trap 0.513048909 |
2187 | 2023-10-26T22:59:13.877Z | tflt 0.034976851 |
2188 | 2023-10-26T22:59:13.887Z | dflt 2.267512838 |
2189 | 2023-10-26T22:59:13.907Z | kflt 0.000290286 |
2190 | 2023-10-26T22:59:13.915Z | lock 1:14:07.279235425 |
2191 | 2023-10-26T22:59:13.924Z | slp 18:37.048471844 |
2192 | 2023-10-26T22:59:13.933Z | lat 7.224639165 |
2193 | 2023-10-26T22:59:13.942Z | stop 0.617377421 |
2194 | 2023-10-26T22:59:13.945Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2195 | 2023-10-26T22:59:13.951Z | + for package in "$@" |
2196 | 2023-10-26T22:59:13.955Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2197 | 2023-10-26T22:59:13.959Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.3-0.ci+gitb6fe409d74d |
2198 | 2023-10-26T22:59:14.918Z | Finished release [optimized] target(s) in 1.07s |
2199 | 2023-10-26T22:59:14.923Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.3-0.ci+gitb6fe409d74d` |
2200 | 2023-10-26T22:59:14.935Z | Oct 26 22:59:14.571 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2201 | 2023-10-26T22:59:15.101Z | Created: out/versioned/omicron-sled-agent.tar |
2202 | 2023-10-26T22:59:15.105Z | + for package in "$@" |
2203 | 2023-10-26T22:59:15.108Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2204 | 2023-10-26T22:59:15.112Z | + echo 0.0.0 |
2205 | 2023-10-26T22:59:15.114Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2206 | 2023-10-26T22:59:15.117Z | a VERSION 1K |
2207 | 2023-10-26T22:59:15.121Z | + rm VERSION |
2208 | 2023-10-26T22:59:15.123Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+gitb6fe409d74d |
2209 | 2023-10-26T22:59:16.229Z | Finished release [optimized] target(s) in 1.04s |
2210 | 2023-10-26T22:59:16.257Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+gitb6fe409d74d` |
2211 | 2023-10-26T22:59:16.292Z | Oct 26 22:59:16.292 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2212 | 2023-10-26T22:59:16.588Z | Created: out/versioned/mg-ddm-gz.tar |
2213 | 2023-10-26T22:59:16.592Z | + for package in "$@" |
2214 | 2023-10-26T22:59:16.595Z | + [[ propolis-server == mg-ddm-gz ]] |
2215 | 2023-10-26T22:59:16.598Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.3-0.ci+gitb6fe409d74d |
2216 | 2023-10-26T22:59:17.773Z | Finished release [optimized] target(s) in 1.10s |
2217 | 2023-10-26T22:59:17.810Z | Running `target/release/omicron-package stamp propolis-server 1.0.3-0.ci+gitb6fe409d74d` |
2218 | 2023-10-26T22:59:17.847Z | Oct 26 22:59:17.847 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2219 | 2023-10-26T22:59:19.617Z | Created: out/versioned/propolis-server.tar.gz |
2220 | 2023-10-26T22:59:19.623Z | + for package in "$@" |
2221 | 2023-10-26T22:59:19.627Z | + [[ overlay == mg-ddm-gz ]] |
2222 | 2023-10-26T22:59:19.633Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.3-0.ci+gitb6fe409d74d |
2223 | 2023-10-26T22:59:20.701Z | Finished release [optimized] target(s) in 1.02s |
2224 | 2023-10-26T22:59:20.726Z | Running `target/release/omicron-package stamp overlay 1.0.3-0.ci+gitb6fe409d74d` |
2225 | 2023-10-26T22:59:20.769Z | Oct 26 22:59:20.765 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2226 | 2023-10-26T22:59:20.776Z | Created: out/versioned/overlay.tar.gz |
2227 | 2023-10-26T22:59:20.783Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2228 | 2023-10-26T22:59:20.791Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2229 | 2023-10-26T22:59:20.794Z | ++ cd -- ./tools |
2230 | 2023-10-26T22:59:20.797Z | ++ pwd |
2231 | 2023-10-26T22:59:20.800Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2232 | 2023-10-26T22:59:20.803Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2233 | 2023-10-26T22:59:20.807Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2234 | 2023-10-26T22:59:20.810Z | ++ readlink -f /work |
2235 | 2023-10-26T22:59:20.813Z | + out_dir=/work |
2236 | 2023-10-26T22:59:20.816Z | + 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") |
2237 | 2023-10-26T22:59:20.819Z | + for dep in "${deps[@]}" |
2238 | 2023-10-26T22:59:20.823Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2239 | 2023-10-26T22:59:20.826Z | + for dep in "${deps[@]}" |
2240 | 2023-10-26T22:59:20.829Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2241 | 2023-10-26T22:59:20.831Z | + for dep in "${deps[@]}" |
2242 | 2023-10-26T22:59:20.835Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2243 | 2023-10-26T22:59:20.855Z | + for dep in "${deps[@]}" |
2244 | 2023-10-26T22:59:20.877Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2245 | 2023-10-26T22:59:20.893Z | ++ mktemp -d |
2246 | 2023-10-26T22:59:20.905Z | + tmp_gz=/tmp/tmp.CraWri |
2247 | 2023-10-26T22:59:20.921Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2248 | 2023-10-26T22:59:20.932Z | + echo '{"v":"1","t":"layer"}' |
2249 | 2023-10-26T22:59:20.940Z | + pkg_dir=/tmp/tmp.CraWri/root/opt/oxide/sled-agent |
2250 | 2023-10-26T22:59:20.948Z | + mkdir -p /tmp/tmp.CraWri/root/opt/oxide/sled-agent |
2251 | 2023-10-26T22:59:20.955Z | + cd /tmp/tmp.CraWri/root/opt/oxide/sled-agent |
2252 | 2023-10-26T22:59:20.963Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2253 | 2023-10-26T22:59:20.968Z | x ., 0 bytes, 0 tape blocks |
2254 | 2023-10-26T22:59:20.975Z | x zone-bundle, 34582096 bytes, 67544 tape blocks |
2255 | 2023-10-26T22:59:20.978Z | x sled-agent, 80416736 bytes, 157064 tape blocks |
2256 | 2023-10-26T22:59:20.983Z | x pkg, 0 bytes, 0 tape blocks |
2257 | 2023-10-26T22:59:20.987Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2258 | 2023-10-26T22:59:20.989Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2259 | 2023-10-26T22:59:20.993Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2260 | 2023-10-26T22:59:20.996Z | x VERSION, 25 bytes, 1 tape blocks |
2261 | 2023-10-26T22:59:20.999Z | + mkdir -p /tmp/tmp.CraWri/root/lib/svc/manifest/site/ |
2262 | 2023-10-26T22:59:21.003Z | + mv pkg/manifest.xml /tmp/tmp.CraWri/root/lib/svc/manifest/site/sled-agent.xml |
2263 | 2023-10-26T22:59:21.006Z | + cd - |
2264 | 2023-10-26T22:59:21.010Z | /work/oxidecomputer/omicron |
2265 | 2023-10-26T22:59:21.013Z | + pkg_dir=/tmp/tmp.CraWri/root/opt/oxide/mg-ddm |
2266 | 2023-10-26T22:59:21.017Z | + mkdir -p /tmp/tmp.CraWri/root/opt/oxide/mg-ddm |
2267 | 2023-10-26T22:59:21.020Z | + cd /tmp/tmp.CraWri/root/opt/oxide/mg-ddm |
2268 | 2023-10-26T22:59:21.023Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2269 | 2023-10-26T22:59:21.026Z | x ., 0 bytes, 0 tape blocks |
2270 | 2023-10-26T22:59:21.029Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2271 | 2023-10-26T22:59:21.033Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2272 | 2023-10-26T22:59:21.036Z | x pkg, 0 bytes, 0 tape blocks |
2273 | 2023-10-26T22:59:21.040Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2274 | 2023-10-26T22:59:21.043Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2275 | 2023-10-26T22:59:21.046Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2276 | 2023-10-26T22:59:21.048Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2277 | 2023-10-26T22:59:21.052Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2278 | 2023-10-26T22:59:21.055Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2279 | 2023-10-26T22:59:21.058Z | x VERSION, 25 bytes, 1 tape blocks |
2280 | 2023-10-26T22:59:21.062Z | + cd - |
2281 | 2023-10-26T22:59:21.064Z | /work/oxidecomputer/omicron |
2282 | 2023-10-26T22:59:21.067Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.CraWri/root/opt/oxide |
2283 | 2023-10-26T22:59:21.102Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.CraWri/root/opt/oxide |
2284 | 2023-10-26T22:59:21.105Z | + cd /tmp/tmp.CraWri |
2285 | 2023-10-26T22:59:21.109Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2286 | 2023-10-26T22:59:32.989Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2287 | 2023-10-26T22:59:32.994Z | a oxide.json 1K |
2288 | 2023-10-26T22:59:32.997Z | a root/ 0K |
2289 | 2023-10-26T22:59:33.032Z | a root/opt/ 0K |
2290 | 2023-10-26T22:59:33.035Z | a root/opt/oxide/ 0K |
2291 | 2023-10-26T22:59:33.038Z | a root/opt/oxide/sled-agent/ 0K |
2292 | 2023-10-26T22:59:33.041Z | a root/opt/oxide/sled-agent/zone-bundle 33772K |
2293 | 2023-10-26T22:59:33.045Z | a root/opt/oxide/sled-agent/sled-agent 78532K |
2294 | 2023-10-26T22:59:33.049Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2295 | 2023-10-26T22:59:33.052Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2296 | 2023-10-26T22:59:33.055Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2297 | 2023-10-26T22:59:33.058Z | a root/opt/oxide/sled-agent/VERSION 1K |
2298 | 2023-10-26T22:59:33.062Z | a root/opt/oxide/mg-ddm/ 0K |
2299 | 2023-10-26T22:59:33.065Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2300 | 2023-10-26T22:59:33.068Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2301 | 2023-10-26T22:59:33.071Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2302 | 2023-10-26T22:59:33.074Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2303 | 2023-10-26T22:59:33.077Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2304 | 2023-10-26T22:59:33.079Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2305 | 2023-10-26T22:59:33.083Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2306 | 2023-10-26T22:59:33.086Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2307 | 2023-10-26T22:59:33.089Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2308 | 2023-10-26T22:59:33.093Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2309 | 2023-10-26T22:59:33.096Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2310 | 2023-10-26T22:59:33.098Z | a root/opt/oxide/overlay.tar.gz 2K |
2311 | 2023-10-26T22:59:33.101Z | a root/lib/ 0K |
2312 | 2023-10-26T22:59:33.104Z | a root/lib/svc/ 0K |
2313 | 2023-10-26T22:59:33.109Z | a root/lib/svc/manifest/ 0K |
2314 | 2023-10-26T22:59:33.111Z | a root/lib/svc/manifest/site/ 0K |
2315 | 2023-10-26T22:59:33.115Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2316 | 2023-10-26T22:59:33.118Z | + cd / |
2317 | 2023-10-26T22:59:33.121Z | + rm -rf /tmp/tmp.CraWri |
2318 | 2023-10-26T22:59:33.127Z | |
2319 | 2023-10-26T22:59:33.130Z | real 12.264508066 |
2320 | 2023-10-26T22:59:33.133Z | user 11.293312394 |
2321 | 2023-10-26T22:59:33.136Z | sys 1.032110876 |
2322 | 2023-10-26T22:59:33.139Z | trap 0.004224570 |
2323 | 2023-10-26T22:59:33.142Z | tflt 0.000000000 |
2324 | 2023-10-26T22:59:33.144Z | dflt 0.000000000 |
2325 | 2023-10-26T22:59:33.147Z | kflt 0.000000000 |
2326 | 2023-10-26T22:59:33.151Z | lock 0.000000000 |
2327 | 2023-10-26T22:59:33.154Z | slp 23.611421055 |
2328 | 2023-10-26T22:59:33.157Z | lat 0.455807291 |
2329 | 2023-10-26T22:59:33.161Z | stop 0.000351637 |
2330 | 2023-10-26T22:59:33.163Z | + mkdir -p /work/zones |
2331 | 2023-10-26T22:59:33.166Z | + 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) |
2332 | 2023-10-26T22:59:33.169Z | + 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/ |
2333 | 2023-10-26T22:59:36.566Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2334 | 2023-10-26T22:59:37.835Z | Finished release [optimized] target(s) in 1.17s |
2335 | 2023-10-26T22:59:37.867Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2336 | 2023-10-26T22:59:37.907Z | Created new build target 'recovery' and set it as active |
2337 | 2023-10-26T22:59:37.910Z | |
2338 | 2023-10-26T22:59:37.913Z | real 1.338149661 |
2339 | 2023-10-26T22:59:37.916Z | user 0.949080852 |
2340 | 2023-10-26T22:59:37.920Z | sys 0.387208534 |
2341 | 2023-10-26T22:59:37.923Z | trap 0.001022729 |
2342 | 2023-10-26T22:59:37.926Z | tflt 0.000013629 |
2343 | 2023-10-26T22:59:37.929Z | dflt 0.000002001 |
2344 | 2023-10-26T22:59:37.932Z | kflt 0.000000000 |
2345 | 2023-10-26T22:59:37.935Z | lock 0.035038146 |
2346 | 2023-10-26T22:59:37.938Z | slp 0.025619544 |
2347 | 2023-10-26T22:59:37.941Z | lat 0.004056686 |
2348 | 2023-10-26T22:59:37.944Z | stop 0.000227166 |
2349 | 2023-10-26T22:59:37.947Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2350 | 2023-10-26T22:59:39.094Z | Finished release [optimized] target(s) in 1.09s |
2351 | 2023-10-26T22:59:39.124Z | Running `target/release/omicron-package -t recovery package` |
2352 | 2023-10-26T22:59:39.201Z | Oct 26 22:59:39.163 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2353 | 2023-10-26T22:59:40.178Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2354 | 2023-10-26T22:59:44.090Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2355 | 2023-10-26T23:00:16.634Z | Finished release [optimized] target(s) in 37.38s |
2356 | 2023-10-26T23:00:29.875Z | |
2357 | 2023-10-26T23:00:29.880Z | real 51.957128378 |
2358 | 2023-10-26T23:00:29.883Z | user 2:37.761785323 |
2359 | 2023-10-26T23:00:29.886Z | sys 12.648548358 |
2360 | 2023-10-26T23:00:29.889Z | trap 0.080530440 |
2361 | 2023-10-26T23:00:29.892Z | tflt 0.086149118 |
2362 | 2023-10-26T23:00:29.894Z | dflt 0.716145144 |
2363 | 2023-10-26T23:00:29.898Z | kflt 0.000210576 |
2364 | 2023-10-26T23:00:29.900Z | lock 11:22.199074800 |
2365 | 2023-10-26T23:00:29.903Z | slp 2:34.018372977 |
2366 | 2023-10-26T23:00:29.909Z | lat 2.010597679 |
2367 | 2023-10-26T23:00:29.912Z | stop 0.181341239 |
2368 | 2023-10-26T23:00:29.915Z | + stamp_packages installinator mg-ddm-gz |
2369 | 2023-10-26T23:00:29.918Z | + for package in "$@" |
2370 | 2023-10-26T23:00:29.920Z | + [[ installinator == mg-ddm-gz ]] |
2371 | 2023-10-26T23:00:29.924Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.3-0.ci+gitb6fe409d74d |
2372 | 2023-10-26T23:00:31.006Z | Finished release [optimized] target(s) in 1.04s |
2373 | 2023-10-26T23:00:31.033Z | Running `target/release/omicron-package stamp installinator 1.0.3-0.ci+gitb6fe409d74d` |
2374 | 2023-10-26T23:00:31.088Z | Oct 26 23:00:31.072 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2375 | 2023-10-26T23:00:31.189Z | Created: out/versioned/installinator.tar |
2376 | 2023-10-26T23:00:31.192Z | + for package in "$@" |
2377 | 2023-10-26T23:00:31.196Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2378 | 2023-10-26T23:00:31.201Z | + echo 0.0.0 |
2379 | 2023-10-26T23:00:31.204Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2380 | 2023-10-26T23:00:31.207Z | a VERSION 1K |
2381 | 2023-10-26T23:00:31.210Z | + rm VERSION |
2382 | 2023-10-26T23:00:31.213Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+gitb6fe409d74d |
2383 | 2023-10-26T23:00:32.317Z | Finished release [optimized] target(s) in 1.04s |
2384 | 2023-10-26T23:00:32.346Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+gitb6fe409d74d` |
2385 | 2023-10-26T23:00:32.395Z | Oct 26 23:00:32.389 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2386 | 2023-10-26T23:00:32.573Z | Created: out/versioned/mg-ddm-gz.tar |
2387 | 2023-10-26T23:00:32.587Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2388 | 2023-10-26T23:00:32.593Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2389 | 2023-10-26T23:00:32.600Z | ++ cd -- ./tools |
2390 | 2023-10-26T23:00:32.609Z | ++ pwd |
2391 | 2023-10-26T23:00:32.615Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2392 | 2023-10-26T23:00:32.619Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2393 | 2023-10-26T23:00:32.626Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2394 | 2023-10-26T23:00:32.632Z | ++ readlink -f /work |
2395 | 2023-10-26T23:00:32.637Z | + out_dir=/work |
2396 | 2023-10-26T23:00:32.642Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2397 | 2023-10-26T23:00:32.646Z | + for dep in "${deps[@]}" |
2398 | 2023-10-26T23:00:32.657Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2399 | 2023-10-26T23:00:32.662Z | + for dep in "${deps[@]}" |
2400 | 2023-10-26T23:00:32.668Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2401 | 2023-10-26T23:00:32.675Z | ++ mktemp -d |
2402 | 2023-10-26T23:00:32.683Z | + tmp_trampoline=/tmp/tmp.xZaiwi |
2403 | 2023-10-26T23:00:32.687Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2404 | 2023-10-26T23:00:32.696Z | + echo '{"v":"1","t":"layer"}' |
2405 | 2023-10-26T23:00:32.702Z | + pkg_dir=/tmp/tmp.xZaiwi/root/opt/oxide/installinator |
2406 | 2023-10-26T23:00:32.713Z | + mkdir -p /tmp/tmp.xZaiwi/root/opt/oxide/installinator |
2407 | 2023-10-26T23:00:32.723Z | + cd /tmp/tmp.xZaiwi/root/opt/oxide/installinator |
2408 | 2023-10-26T23:00:32.732Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2409 | 2023-10-26T23:00:32.744Z | x ., 0 bytes, 0 tape blocks |
2410 | 2023-10-26T23:00:32.763Z | x installinator, 48289696 bytes, 94316 tape blocks |
2411 | 2023-10-26T23:00:32.769Z | x pkg, 0 bytes, 0 tape blocks |
2412 | 2023-10-26T23:00:32.776Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2413 | 2023-10-26T23:00:32.786Z | x VERSION, 25 bytes, 1 tape blocks |
2414 | 2023-10-26T23:00:32.797Z | + mkdir -p /tmp/tmp.xZaiwi/root/lib/svc/manifest/site/ |
2415 | 2023-10-26T23:00:32.807Z | + mv pkg/manifest.xml /tmp/tmp.xZaiwi/root/lib/svc/manifest/site/installinator.xml |
2416 | 2023-10-26T23:00:32.812Z | + cd - |
2417 | 2023-10-26T23:00:32.820Z | /work/oxidecomputer/omicron |
2418 | 2023-10-26T23:00:32.824Z | + pkg_dir=/tmp/tmp.xZaiwi/root/opt/oxide/mg-ddm |
2419 | 2023-10-26T23:00:32.843Z | + mkdir -p /tmp/tmp.xZaiwi/root/opt/oxide/mg-ddm |
2420 | 2023-10-26T23:00:32.855Z | + cd /tmp/tmp.xZaiwi/root/opt/oxide/mg-ddm |
2421 | 2023-10-26T23:00:32.867Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2422 | 2023-10-26T23:00:32.883Z | x ., 0 bytes, 0 tape blocks |
2423 | 2023-10-26T23:00:32.891Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2424 | 2023-10-26T23:00:32.900Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2425 | 2023-10-26T23:00:32.905Z | x pkg, 0 bytes, 0 tape blocks |
2426 | 2023-10-26T23:00:32.911Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2427 | 2023-10-26T23:00:32.923Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2428 | 2023-10-26T23:00:32.932Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2429 | 2023-10-26T23:00:32.938Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2430 | 2023-10-26T23:00:32.943Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2431 | 2023-10-26T23:00:32.947Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2432 | 2023-10-26T23:00:32.951Z | x VERSION, 25 bytes, 1 tape blocks |
2433 | 2023-10-26T23:00:32.954Z | + cd - |
2434 | 2023-10-26T23:00:32.958Z | /work/oxidecomputer/omicron |
2435 | 2023-10-26T23:00:32.961Z | + cd /tmp/tmp.xZaiwi |
2436 | 2023-10-26T23:00:32.965Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2437 | 2023-10-26T23:00:38.624Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2438 | 2023-10-26T23:00:38.628Z | a oxide.json 1K |
2439 | 2023-10-26T23:00:38.631Z | a root/ 0K |
2440 | 2023-10-26T23:00:38.634Z | a root/opt/ 0K |
2441 | 2023-10-26T23:00:38.637Z | a root/opt/oxide/ 0K |
2442 | 2023-10-26T23:00:38.640Z | a root/opt/oxide/installinator/ 0K |
2443 | 2023-10-26T23:00:38.643Z | a root/opt/oxide/installinator/installinator 47158K |
2444 | 2023-10-26T23:00:38.646Z | a root/opt/oxide/installinator/pkg/ 0K |
2445 | 2023-10-26T23:00:38.651Z | a root/opt/oxide/installinator/VERSION 1K |
2446 | 2023-10-26T23:00:38.655Z | a root/opt/oxide/mg-ddm/ 0K |
2447 | 2023-10-26T23:00:38.658Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2448 | 2023-10-26T23:00:38.666Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2449 | 2023-10-26T23:00:38.672Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2450 | 2023-10-26T23:00:38.675Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2451 | 2023-10-26T23:00:38.680Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2452 | 2023-10-26T23:00:38.683Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2453 | 2023-10-26T23:00:38.686Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2454 | 2023-10-26T23:00:38.689Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2455 | 2023-10-26T23:00:38.692Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2456 | 2023-10-26T23:00:38.695Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2457 | 2023-10-26T23:00:38.698Z | a root/lib/ 0K |
2458 | 2023-10-26T23:00:38.702Z | a root/lib/svc/ 0K |
2459 | 2023-10-26T23:00:38.704Z | a root/lib/svc/manifest/ 0K |
2460 | 2023-10-26T23:00:38.707Z | a root/lib/svc/manifest/site/ 0K |
2461 | 2023-10-26T23:00:38.711Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2462 | 2023-10-26T23:00:38.714Z | + cd / |
2463 | 2023-10-26T23:00:38.717Z | + rm -rf /tmp/tmp.xZaiwi |
2464 | 2023-10-26T23:00:38.720Z | |
2465 | 2023-10-26T23:00:38.748Z | real 6.072059847 |
2466 | 2023-10-26T23:00:38.752Z | user 5.653671295 |
2467 | 2023-10-26T23:00:38.756Z | sys 0.445951891 |
2468 | 2023-10-26T23:00:38.759Z | trap 0.001664503 |
2469 | 2023-10-26T23:00:38.764Z | tflt 0.000000000 |
2470 | 2023-10-26T23:00:38.769Z | dflt 0.000000000 |
2471 | 2023-10-26T23:00:38.773Z | kflt 0.000000000 |
2472 | 2023-10-26T23:00:38.777Z | lock 0.000000000 |
2473 | 2023-10-26T23:00:38.781Z | slp 11.712825713 |
2474 | 2023-10-26T23:00:38.787Z | lat 0.209219572 |
2475 | 2023-10-26T23:00:38.792Z | stop 0.000300472 |
2476 | 2023-10-26T23:00:38.795Z | process exited: duration 2435563 ms, exit code 0 |
|
2477 | 2023-10-26T23:00:38.816Z | found 21 output files |
2478 | 2023-10-26T23:00:38.822Z | uploading: /work/version.txt (26 bytes) |
2479 | 2023-10-26T23:00:39.840Z | uploaded: /work/version.txt |
2480 | 2023-10-26T23:00:39.857Z | uploading: /work/package.tar.gz (80442838 bytes) |
2481 | 2023-10-26T23:01:14.164Z | uploaded: /work/package.tar.gz |
2482 | 2023-10-26T23:01:14.177Z | uploading: /work/global-zone-packages.tar.gz (122774453 bytes) |
2483 | 2023-10-26T23:02:09.655Z | uploaded: /work/global-zone-packages.tar.gz |
2484 | 2023-10-26T23:02:09.660Z | uploading: /work/trampoline-global-zone-packages.tar.gz (35587481 bytes) |
2485 | 2023-10-26T23:02:23.843Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2486 | 2023-10-26T23:02:23.855Z | uploading: /work/zones/clickhouse.tar.gz (180760177 bytes) |
2487 | 2023-10-26T23:03:36.291Z | uploaded: /work/zones/clickhouse.tar.gz |
2488 | 2023-10-26T23:03:36.310Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180758895 bytes) |
2489 | 2023-10-26T23:05:02.549Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2490 | 2023-10-26T23:05:02.566Z | uploading: /work/zones/cockroachdb.tar.gz (117824770 bytes) |
2491 | 2023-10-26T23:05:44.881Z | uploaded: /work/zones/cockroachdb.tar.gz |
2492 | 2023-10-26T23:05:44.904Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2493 | 2023-10-26T23:05:54.830Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2494 | 2023-10-26T23:05:54.841Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2495 | 2023-10-26T23:06:10.119Z | uploaded: /work/zones/crucible.tar.gz |
2496 | 2023-10-26T23:06:10.131Z | uploading: /work/zones/external-dns.tar.gz (22058927 bytes) |
2497 | 2023-10-26T23:06:19.442Z | uploaded: /work/zones/external-dns.tar.gz |
2498 | 2023-10-26T23:06:19.454Z | uploading: /work/zones/internal-dns.tar.gz (22058924 bytes) |
2499 | 2023-10-26T23:06:29.616Z | uploaded: /work/zones/internal-dns.tar.gz |
2500 | 2023-10-26T23:06:29.621Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2501 | 2023-10-26T23:06:30.636Z | uploaded: /work/zones/ntp.tar.gz |
2502 | 2023-10-26T23:06:30.653Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16790995 bytes) |
2503 | 2023-10-26T23:06:39.081Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2504 | 2023-10-26T23:06:39.091Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16790821 bytes) |
2505 | 2023-10-26T23:06:45.513Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2506 | 2023-10-26T23:06:45.525Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (69463548 bytes) |
2507 | 2023-10-26T23:07:24.981Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2508 | 2023-10-26T23:07:25.000Z | uploading: /work/zones/omicron-nexus.tar.gz (69460753 bytes) |
2509 | 2023-10-26T23:07:50.280Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2510 | 2023-10-26T23:07:50.284Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2511 | 2023-10-26T23:07:51.293Z | uploaded: /work/zones/overlay.tar.gz |
2512 | 2023-10-26T23:07:51.305Z | uploading: /work/zones/oximeter-collector.tar.gz (18238111 bytes) |
2513 | 2023-10-26T23:07:56.711Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2514 | 2023-10-26T23:07:56.723Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2515 | 2023-10-26T23:08:22.311Z | uploaded: /work/zones/propolis-server.tar.gz |
2516 | 2023-10-26T23:08:22.383Z | uploading: /work/zones/switch-asic.tar.gz (238378784 bytes) |
2517 | 2023-10-26T23:09:59.649Z | uploaded: /work/zones/switch-asic.tar.gz |
2518 | 2023-10-26T23:09:59.677Z | uploading: /work/zones/switch-softnpu.tar.gz (160984049 bytes) |
2519 | 2023-10-26T23:11:32.690Z | uploaded: /work/zones/switch-softnpu.tar.gz |