|
|
|
1 | 2023-10-27T03:10:21.122Z | job assigned to worker 01HDQHP19HY69P6S45ZVDQXTAF (queued for 1 m 46 s) |
|
2 | 2023-10-27T03:10:21.992Z | starting task 0: "setup" |
3 | 2023-10-27T03:10:22.114Z | ++ uname -s |
4 | 2023-10-27T03:10:22.118Z | + kern=SunOS |
5 | 2023-10-27T03:10:22.121Z | + case "$kern" in |
6 | 2023-10-27T03:10:22.123Z | + groupadd -g 12345 build |
7 | 2023-10-27T03:10:22.129Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-27T03:10:24.130Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-27T03:10:24.214Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-27T03:10:24.217Z | + home_fs=zfs |
11 | 2023-10-27T03:10:24.220Z | + [[ zfs == autofs ]] |
12 | 2023-10-27T03:10:24.223Z | + mkdir -p /home/build |
13 | 2023-10-27T03:10:24.226Z | + chown build:build /home/build /work |
14 | 2023-10-27T03:10:26.223Z | + chmod 0700 /home/build /work |
15 | 2023-10-27T03:10:26.227Z | process exited: duration 4231 ms, exit code 0 |
|
16 | 2023-10-27T03:10:26.233Z | starting task 1: "rust-toolchain" |
17 | 2023-10-27T03:10:26.244Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-27T03:10:26.247Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-27T03:10:26.451Z | info: downloading installer |
20 | 2023-10-27T03:10:28.152Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-27T03:10:28.156Z | warning: /opt/ooce/bin |
22 | 2023-10-27T03:10:28.160Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-27T03:10:28.163Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-27T03:10:28.167Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-27T03:10:28.171Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-27T03:10:28.175Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-27T03:10:28.182Z | error: cannot install while Rust is installed |
28 | 2023-10-27T03:10:28.187Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-27T03:10:28.472Z | info: profile set to 'default' |
30 | 2023-10-27T03:10:28.493Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-27T03:10:28.507Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-27T03:10:28.627Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-27T03:10:28.631Z | info: downloading component 'cargo' |
34 | 2023-10-27T03:10:29.246Z | info: downloading component 'clippy' |
35 | 2023-10-27T03:10:29.462Z | info: downloading component 'rust-docs' |
36 | 2023-10-27T03:10:30.238Z | info: downloading component 'rust-std' |
37 | 2023-10-27T03:10:31.613Z | info: downloading component 'rustc' |
38 | 2023-10-27T03:10:34.965Z | info: downloading component 'rustfmt' |
39 | 2023-10-27T03:10:35.161Z | info: installing component 'cargo' |
40 | 2023-10-27T03:10:37.041Z | info: installing component 'clippy' |
41 | 2023-10-27T03:10:37.879Z | info: installing component 'rust-docs' |
42 | 2023-10-27T03:10:40.666Z | info: installing component 'rust-std' |
43 | 2023-10-27T03:10:44.604Z | info: installing component 'rustc' |
44 | 2023-10-27T03:10:53.869Z | info: installing component 'rustfmt' |
45 | 2023-10-27T03:10:54.288Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-27T03:10:54.297Z | |
47 | 2023-10-27T03:10:54.456Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-27T03:10:54.475Z | |
49 | 2023-10-27T03:10:54.481Z | |
50 | 2023-10-27T03:10:54.487Z | Rust is installed now. Great! |
51 | 2023-10-27T03:10:54.499Z | |
52 | 2023-10-27T03:10:54.513Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-27T03:10:54.519Z | environment variable. This has not been done automatically. |
54 | 2023-10-27T03:10:54.527Z | |
55 | 2023-10-27T03:10:54.532Z | To configure your current shell, run: |
56 | 2023-10-27T03:10:54.538Z | source "$HOME/.cargo/env" |
57 | 2023-10-27T03:10:54.560Z | + rustc --version |
58 | 2023-10-27T03:10:54.672Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-27T03:10:54.678Z | process exited: duration 28443 ms, exit code 0 |
|
60 | 2023-10-27T03:10:54.685Z | starting task 2: "authentication" |
61 | 2023-10-27T03:10:54.733Z | process exited: duration 39 ms, exit code 0 |
|
62 | 2023-10-27T03:10:54.757Z | starting task 3: "clone repository" |
63 | 2023-10-27T03:10:54.775Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-27T03:10:54.791Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-27T03:10:54.819Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-27T03:11:01.122Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-27T03:11:01.127Z | + [[ -n renovate/rust-futures-monorepo ]] |
68 | 2023-10-27T03:11:01.131Z | + git fetch origin renovate/rust-futures-monorepo |
69 | 2023-10-27T03:11:01.441Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-27T03:11:01.448Z | * branch renovate/rust-futures-monorepo -> FETCH_HEAD |
71 | 2023-10-27T03:11:01.454Z | + git checkout -B renovate/rust-futures-monorepo remotes/origin/renovate/rust-futures-monorepo |
72 | 2023-10-27T03:11:01.540Z | Switched to a new branch 'renovate/rust-futures-monorepo' |
73 | 2023-10-27T03:11:01.551Z | branch 'renovate/rust-futures-monorepo' set up to track 'origin/renovate/rust-futures-monorepo'. |
74 | 2023-10-27T03:11:01.557Z | + git reset --hard 4f373c07a587eaf3c04bf3694922940242d4e7c0 |
75 | 2023-10-27T03:11:01.562Z | HEAD is now at 4f373c07 chore(deps): update rust crate futures to 0.3.29 |
76 | 2023-10-27T03:11:01.568Z | process exited: duration 6794 ms, exit code 0 |
|
77 | 2023-10-27T03:11:01.589Z | starting task 4: "build" |
78 | 2023-10-27T03:11:01.604Z | + cargo --version |
79 | 2023-10-27T03:11:01.694Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-27T03:11:01.707Z | + rustc --version |
81 | 2023-10-27T03:11:01.800Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-27T03:11:01.816Z | ++ git rev-parse HEAD |
83 | 2023-10-27T03:11:01.832Z | + COMMIT=4f373c07a587eaf3c04bf3694922940242d4e7c0 |
84 | 2023-10-27T03:11:01.842Z | + VERSION=1.0.3-0.ci+git4f373c07a58 |
85 | 2023-10-27T03:11:01.854Z | + echo 1.0.3-0.ci+git4f373c07a58 |
86 | 2023-10-27T03:11:01.859Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-27T03:11:10.679Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-27T03:11:11.869Z | Startup: Caching catalogs ... Done |
89 | 2023-10-27T03:11:16.553Z | Planning: Solver setup ... Done (4.400s) |
90 | 2023-10-27T03:11:16.670Z | Planning: Running solver ... Done (0.114s) |
91 | 2023-10-27T03:11:16.718Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-10-27T03:11:16.732Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-27T03:11:16.959Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-27T03:11:17.038Z | Planning: Package planning ... Done (0.080s) |
95 | 2023-10-27T03:11:17.124Z | Planning: Merging actions ... Done (0.085s) |
96 | 2023-10-27T03:11:17.741Z | Planning: Checking for conflicting actions ... Done (0.615s) |
97 | 2023-10-27T03:11:17.760Z | Planning: Consolidating action changes ... Done (0.018s) |
98 | 2023-10-27T03:11:21.343Z | Planning: Evaluating mediators ... Done (3.585s) |
99 | 2023-10-27T03:11:21.360Z | Planning: Planning completed in 9.44 seconds |
100 | 2023-10-27T03:11:21.383Z | Packages to install: 4 |
101 | 2023-10-27T03:11:21.391Z | Mediators to change: 2 |
102 | 2023-10-27T03:11:21.395Z | Services to change: 1 |
103 | 2023-10-27T03:11:21.402Z | Estimated space available: 149.39 GB |
104 | 2023-10-27T03:11:21.405Z | Estimated space to be consumed: 1.37 GB |
105 | 2023-10-27T03:11:21.407Z | Create boot environment: No |
106 | 2023-10-27T03:11:21.410Z | Create backup boot environment: No |
107 | 2023-10-27T03:11:21.413Z | Rebuild boot archive: No |
108 | 2023-10-27T03:11:21.417Z | |
109 | 2023-10-27T03:11:21.419Z | Changed mediators: |
110 | 2023-10-27T03:11:21.422Z | mediator clang: |
111 | 2023-10-27T03:11:21.425Z | version: None -> 15 (system default) |
112 | 2023-10-27T03:11:21.428Z | |
113 | 2023-10-27T03:11:21.431Z | mediator llvm: |
114 | 2023-10-27T03:11:21.433Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-27T03:11:21.436Z | |
116 | 2023-10-27T03:11:21.439Z | Changed packages: |
117 | 2023-10-27T03:11:21.442Z | helios-dev |
118 | 2023-10-27T03:11:21.444Z | developer/build-essential |
119 | 2023-10-27T03:11:21.448Z | None -> 11-2.0 |
120 | 2023-10-27T03:11:21.451Z | library/libxmlsec1 |
121 | 2023-10-27T03:11:21.454Z | None -> 1.2.35-2.0 |
122 | 2023-10-27T03:11:21.457Z | ooce/developer/clang-15 |
123 | 2023-10-27T03:11:21.460Z | None -> 15.0.7-2.0 |
124 | 2023-10-27T03:11:21.463Z | ooce/developer/llvm-15 |
125 | 2023-10-27T03:11:21.466Z | None -> 15.0.7-2.0 |
126 | 2023-10-27T03:11:21.469Z | |
127 | 2023-10-27T03:11:21.472Z | Services: |
128 | 2023-10-27T03:11:21.475Z | restart_fmri: |
129 | 2023-10-27T03:11:21.478Z | svc:/system/update-man-index:default |
130 | 2023-10-27T03:11:21.648Z | |
131 | 2023-10-27T03:11:21.652Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-27T03:11:26.650Z | Download: 815/3290 items 18.7/212.6MB 8% complete (3.9M/s) |
133 | 2023-10-27T03:11:31.652Z | Download: 1240/3290 items 103.4/212.6MB 48% complete (10.3M/s) |
134 | 2023-10-27T03:11:37.231Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (11.6M/s) |
135 | 2023-10-27T03:11:42.233Z | Download: 2479/3290 items 120.0/212.6MB 56% complete (475k/s) |
136 | 2023-10-27T03:11:47.233Z | Download: 3206/3290 items 164.0/212.6MB 77% complete (4.4M/s) |
137 | 2023-10-27T03:11:49.726Z | Download: Completed 212.60 MB in 28.08 seconds (7.6M/s) |
138 | 2023-10-27T03:11:50.689Z | Actions: 1/3687 actions (Installing new actions) |
139 | 2023-10-27T03:11:55.690Z | Actions: 2949/3687 actions (Installing new actions) |
140 | 2023-10-27T03:11:58.939Z | Actions: Completed 3687 actions in 8.25 seconds. |
141 | 2023-10-27T03:11:59.094Z | Done (0.147s) |
142 | 2023-10-27T03:11:59.097Z | Done (0.000s) |
143 | 2023-10-27T03:11:59.305Z | Done (0.211s) |
144 | 2023-10-27T03:12:07.098Z | Done (7.628s) |
145 | 2023-10-27T03:12:07.288Z | Done (0.141s) |
146 | 2023-10-27T03:12:07.291Z | Done (0.000s) |
147 | 2023-10-27T03:12:07.520Z | Done (0.000s) |
148 | 2023-10-27T03:12:08.206Z | Planning: Evaluating mediator changes ... Done |
149 | 2023-10-27T03:12:08.493Z | Planning: Checking for conflicting actions ... Done |
150 | 2023-10-27T03:12:08.496Z | Planning: Consolidating action changes ... Done |
151 | 2023-10-27T03:12:08.927Z | Planning: Evaluating mediators ... Done |
152 | 2023-10-27T03:12:08.930Z | Planning: Planning completed in 0.72 seconds |
153 | 2023-10-27T03:12:08.981Z | Mediators to change: 2 |
154 | 2023-10-27T03:12:08.984Z | Create boot environment: No |
155 | 2023-10-27T03:12:08.987Z | Create backup boot environment: No |
156 | 2023-10-27T03:12:09.074Z | Done |
157 | 2023-10-27T03:12:09.077Z | Done |
158 | 2023-10-27T03:12:09.205Z | Done |
159 | 2023-10-27T03:12:15.076Z | Done |
160 | 2023-10-27T03:12:15.199Z | Done |
161 | 2023-10-27T03:12:15.202Z | Done |
162 | 2023-10-27T03:12:15.303Z | Done |
163 | 2023-10-27T03:12:16.289Z | Planning: Evaluating mediator changes ... Done |
164 | 2023-10-27T03:12:16.292Z | Planning: Merging actions ... Done |
165 | 2023-10-27T03:12:16.617Z | Planning: Checking for conflicting actions ... Done |
166 | 2023-10-27T03:12:16.621Z | Planning: Consolidating action changes ... Done |
167 | 2023-10-27T03:12:17.042Z | Planning: Evaluating mediators ... Done |
168 | 2023-10-27T03:12:17.140Z | Planning: Planning completed in 1.27 seconds |
169 | 2023-10-27T03:12:17.192Z | Packages to change: 1 |
170 | 2023-10-27T03:12:17.207Z | Mediators to change: 1 |
171 | 2023-10-27T03:12:17.221Z | Services to change: 1 |
172 | 2023-10-27T03:12:17.233Z | Create boot environment: No |
173 | 2023-10-27T03:12:17.242Z | Create backup boot environment: Yes |
174 | 2023-10-27T03:12:19.325Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2023-10-27T03:12:19.329Z | Actions: Completed 6 actions in 0.00 seconds. |
176 | 2023-10-27T03:12:19.332Z | Done |
177 | 2023-10-27T03:12:19.335Z | Done |
178 | 2023-10-27T03:12:19.376Z | Done |
179 | 2023-10-27T03:12:25.159Z | Done |
180 | 2023-10-27T03:12:25.283Z | Done |
181 | 2023-10-27T03:12:25.287Z | Done |
182 | 2023-10-27T03:12:25.379Z | Done |
183 | 2023-10-27T03:12:26.041Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2023-10-27T03:12:26.044Z | clang system 15 system |
185 | 2023-10-27T03:12:26.047Z | csh system system illumos |
186 | 2023-10-27T03:12:26.050Z | ctags system system illumos |
187 | 2023-10-27T03:12:26.052Z | gcc vendor 12 vendor |
188 | 2023-10-27T03:12:26.057Z | gcc system 10 system |
189 | 2023-10-27T03:12:26.063Z | gcc system 7 system |
190 | 2023-10-27T03:12:26.067Z | go system 1.20 system |
191 | 2023-10-27T03:12:26.071Z | go system 1.19 system |
192 | 2023-10-27T03:12:26.075Z | llvm system 15 system |
193 | 2023-10-27T03:12:26.090Z | llvm system 14 system |
194 | 2023-10-27T03:12:26.097Z | mariadb system 10.6 system |
195 | 2023-10-27T03:12:26.102Z | mta vendor vendor dma |
196 | 2023-10-27T03:12:26.107Z | openjdk system 17 system |
197 | 2023-10-27T03:12:26.115Z | openjdk system 11 system |
198 | 2023-10-27T03:12:26.119Z | openjdk system 1.8 system |
199 | 2023-10-27T03:12:26.123Z | openssl vendor 3 vendor |
200 | 2023-10-27T03:12:26.128Z | perl system 5.36 system |
201 | 2023-10-27T03:12:26.132Z | postgresql system 15 system |
202 | 2023-10-27T03:12:26.136Z | postgresql system 13 system |
203 | 2023-10-27T03:12:26.140Z | python vendor 3 vendor |
204 | 2023-10-27T03:12:26.144Z | python system 2 system |
205 | 2023-10-27T03:12:26.148Z | python3 system 3.11 system |
206 | 2023-10-27T03:12:26.153Z | ruby system 3.0 system |
207 | 2023-10-27T03:12:26.157Z | words vendor vendor american-english |
208 | 2023-10-27T03:12:26.160Z | words system system australian-english |
209 | 2023-10-27T03:12:26.165Z | words system system british-english |
210 | 2023-10-27T03:12:26.169Z | words system system canadian-english |
211 | 2023-10-27T03:12:26.174Z | words system system french |
212 | 2023-10-27T03:12:26.180Z | words system system italian |
213 | 2023-10-27T03:12:26.189Z | words system system ngerman |
214 | 2023-10-27T03:12:26.193Z | words system system ogerman |
215 | 2023-10-27T03:12:26.197Z | words system system spanish |
216 | 2023-10-27T03:12:26.565Z | FMRI IFO |
217 | 2023-10-27T03:12:26.568Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
218 | 2023-10-27T03:12:26.571Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
219 | 2023-10-27T03:12:26.574Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
220 | 2023-10-27T03:12:26.577Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
221 | 2023-10-27T03:12:26.582Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
222 | 2023-10-27T03:12:26.611Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
223 | 2023-10-27T03:12:26.637Z | + set -o errexit |
224 | 2023-10-27T03:12:26.640Z | +++ dirname ./tools/ci_download_cockroachdb |
225 | 2023-10-27T03:12:26.643Z | ++ cd ./tools |
226 | 2023-10-27T03:12:26.647Z | ++ pwd |
227 | 2023-10-27T03:12:26.650Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
228 | 2023-10-27T03:12:26.653Z | ++ basename ./tools/ci_download_cockroachdb |
229 | 2023-10-27T03:12:26.656Z | + ARG0=ci_download_cockroachdb |
230 | 2023-10-27T03:12:26.659Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
231 | 2023-10-27T03:12:26.662Z | + CIDL_VERSION=v22.1.9 |
232 | 2023-10-27T03:12:26.666Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
233 | 2023-10-27T03:12:26.669Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
234 | 2023-10-27T03:12:26.672Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
235 | 2023-10-27T03:12:26.674Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
236 | 2023-10-27T03:12:26.679Z | + TARGET_DIR=out |
237 | 2023-10-27T03:12:26.685Z | + DOWNLOAD_DIR=out/downloads |
238 | 2023-10-27T03:12:26.688Z | + DEST_DIR=./out/cockroachdb |
239 | 2023-10-27T03:12:26.691Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
240 | 2023-10-27T03:12:26.694Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
241 | 2023-10-27T03:12:26.697Z | + main |
242 | 2023-10-27T03:12:26.701Z | + [[ 0 != 0 ]] |
243 | 2023-10-27T03:12:26.705Z | + CIDL_OS=solaris2.11 |
244 | 2023-10-27T03:12:26.709Z | + [[ 0 != 0 ]] |
245 | 2023-10-27T03:12:26.713Z | + configure_os solaris2.11 |
246 | 2023-10-27T03:12:26.716Z | + echo 'current directory: /work/oxidecomputer/omicron' |
247 | 2023-10-27T03:12:26.719Z | current directory: /work/oxidecomputer/omicron |
248 | 2023-10-27T03:12:26.722Z | + echo 'configuring based on OS: "solaris2.11"' |
249 | 2023-10-27T03:12:26.726Z | configuring based on OS: "solaris2.11" |
250 | 2023-10-27T03:12:26.730Z | + case "$1" in |
251 | 2023-10-27T03:12:26.733Z | + CIDL_BUILD=illumos |
252 | 2023-10-27T03:12:26.736Z | + CIDL_SUFFIX=tar.gz |
253 | 2023-10-27T03:12:26.739Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
254 | 2023-10-27T03:12:26.745Z | + CIDL_MD5FUNC=do_md5sum |
255 | 2023-10-27T03:12:26.750Z | + CIDL_URL_BASE=https://illumos.org/downloads |
256 | 2023-10-27T03:12:26.753Z | + CIDL_ASSEMBLE=do_assemble_illumos |
257 | 2023-10-27T03:12:26.756Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
258 | 2023-10-27T03:12:26.759Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-27T03:12:26.762Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-27T03:12:26.765Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
261 | 2023-10-27T03:12:26.768Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-27T03:12:26.773Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
263 | 2023-10-27T03:12:26.776Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-10-27T03:12:26.781Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
265 | 2023-10-27T03:12:26.783Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-10-27T03:12:26.786Z | + mkdir -p out/downloads |
267 | 2023-10-27T03:12:26.789Z | + mkdir -p ./out/cockroachdb |
268 | 2023-10-27T03:12:26.792Z | + local DO_DOWNLOAD=true |
269 | 2023-10-27T03:12:26.795Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
270 | 2023-10-27T03:12:26.798Z | + '[' true == true ']' |
271 | 2023-10-27T03:12:26.801Z | + echo Downloading... |
272 | 2023-10-27T03:12:26.818Z | Downloading... |
273 | 2023-10-27T03:12:26.823Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-27T03:12:26.827Z | + 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 |
275 | 2023-10-27T03:12:30.416Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-27T03:12:30.419Z | ++ md5sum |
277 | 2023-10-27T03:12:30.422Z | ++ awk '{print $1}' |
278 | 2023-10-27T03:12:30.618Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
279 | 2023-10-27T03:12:30.621Z | + [[ 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 ]] |
280 | 2023-10-27T03:12:30.624Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-10-27T03:12:30.627Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
282 | 2023-10-27T03:12:33.947Z | + do_assemble_illumos |
283 | 2023-10-27T03:12:33.950Z | + rm -r ./out/cockroachdb |
284 | 2023-10-27T03:12:33.953Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
285 | 2023-10-27T03:12:34.620Z | + ./out/cockroachdb/bin/cockroach version |
286 | 2023-10-27T03:12:34.910Z | Build Tag: v22.1.9-dirty |
287 | 2023-10-27T03:12:34.913Z | Build Time: 2022/10/26 21:17:46 |
288 | 2023-10-27T03:12:34.916Z | Distribution: OSS |
289 | 2023-10-27T03:12:34.919Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
290 | 2023-10-27T03:12:34.922Z | Go Version: go1.17.13 |
291 | 2023-10-27T03:12:34.925Z | C Compiler: gcc 10.3.0 |
292 | 2023-10-27T03:12:34.928Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
293 | 2023-10-27T03:12:34.931Z | Build Type: release |
294 | 2023-10-27T03:12:34.935Z | + set -o errexit |
295 | 2023-10-27T03:12:34.938Z | +++ dirname ./tools/ci_download_clickhouse |
296 | 2023-10-27T03:12:34.941Z | ++ cd ./tools |
297 | 2023-10-27T03:12:34.944Z | ++ pwd |
298 | 2023-10-27T03:12:34.946Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
299 | 2023-10-27T03:12:34.949Z | ++ basename ./tools/ci_download_clickhouse |
300 | 2023-10-27T03:12:34.954Z | + ARG0=ci_download_clickhouse |
301 | 2023-10-27T03:12:34.959Z | + TARGET_DIR=out |
302 | 2023-10-27T03:12:34.962Z | + DOWNLOAD_DIR=out/downloads |
303 | 2023-10-27T03:12:34.965Z | + DEST_DIR=./out/clickhouse |
304 | 2023-10-27T03:12:34.968Z | + CIDL_VERSION=v22.8.9.24 |
305 | 2023-10-27T03:12:34.971Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
306 | 2023-10-27T03:12:34.973Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
307 | 2023-10-27T03:12:34.976Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
308 | 2023-10-27T03:12:34.979Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
309 | 2023-10-27T03:12:34.982Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
310 | 2023-10-27T03:12:34.985Z | + main |
311 | 2023-10-27T03:12:34.988Z | + [[ 0 != 0 ]] |
312 | 2023-10-27T03:12:34.991Z | + CIDL_OS=solaris2.11 |
313 | 2023-10-27T03:12:34.993Z | + [[ 0 != 0 ]] |
314 | 2023-10-27T03:12:34.996Z | + configure_os solaris2.11 |
315 | 2023-10-27T03:12:34.999Z | + echo 'current directory: /work/oxidecomputer/omicron' |
316 | 2023-10-27T03:12:35.004Z | current directory: /work/oxidecomputer/omicron |
317 | 2023-10-27T03:12:35.007Z | + echo 'configuring based on OS: "solaris2.11"' |
318 | 2023-10-27T03:12:35.010Z | configuring based on OS: "solaris2.11" |
319 | 2023-10-27T03:12:35.012Z | + CIDL_DASHREV= |
320 | 2023-10-27T03:12:35.015Z | + case "$1" in |
321 | 2023-10-27T03:12:35.018Z | + CIDL_PLATFORM=illumos |
322 | 2023-10-27T03:12:35.021Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
323 | 2023-10-27T03:12:35.024Z | + CIDL_MD5FUNC=do_md5sum |
324 | 2023-10-27T03:12:35.026Z | + CIDL_DASHREV=-1 |
325 | 2023-10-27T03:12:35.029Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
326 | 2023-10-27T03:12:35.033Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-27T03:12:35.036Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-27T03:12:35.039Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-27T03:12:35.042Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
330 | 2023-10-27T03:12:35.045Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-10-27T03:12:35.048Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
332 | 2023-10-27T03:12:35.051Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
333 | 2023-10-27T03:12:35.054Z | + mkdir -p out/downloads |
334 | 2023-10-27T03:12:35.057Z | + mkdir -p ./out/clickhouse |
335 | 2023-10-27T03:12:35.060Z | + local DO_DOWNLOAD=true |
336 | 2023-10-27T03:12:35.063Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
337 | 2023-10-27T03:12:35.066Z | + '[' true == true ']' |
338 | 2023-10-27T03:12:35.068Z | + echo Downloading... |
339 | 2023-10-27T03:12:35.071Z | Downloading... |
340 | 2023-10-27T03:12:35.074Z | + 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 |
341 | 2023-10-27T03:12:35.077Z | + 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 |
342 | 2023-10-27T03:12:37.723Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-10-27T03:12:37.726Z | ++ md5sum |
344 | 2023-10-27T03:12:37.729Z | ++ awk '{print $1}' |
345 | 2023-10-27T03:12:37.985Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
346 | 2023-10-27T03:12:37.988Z | + [[ 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 ]] |
347 | 2023-10-27T03:12:37.991Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
348 | 2023-10-27T03:12:37.994Z | + mkdir -p ./out/clickhouse |
349 | 2023-10-27T03:12:37.997Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
350 | 2023-10-27T03:12:42.786Z | + ./out/clickhouse/clickhouse server --version |
351 | 2023-10-27T03:12:42.839Z | ClickHouse server version 22.8.9.1. |
352 | 2023-10-27T03:12:42.858Z | + set -o errexit |
353 | 2023-10-27T03:12:42.863Z | +++ dirname ./tools/ci_download_console |
354 | 2023-10-27T03:12:42.870Z | ++ cd ./tools |
355 | 2023-10-27T03:12:42.878Z | ++ pwd |
356 | 2023-10-27T03:12:42.883Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
357 | 2023-10-27T03:12:42.891Z | ++ basename ./tools/ci_download_console |
358 | 2023-10-27T03:12:42.898Z | + ARG0=ci_download_console |
359 | 2023-10-27T03:12:42.906Z | + TARGET_DIR=out |
360 | 2023-10-27T03:12:42.911Z | + DOWNLOAD_DIR=out/downloads |
361 | 2023-10-27T03:12:42.917Z | + DEST_DIR=./out/console-assets |
362 | 2023-10-27T03:12:42.922Z | + source /work/oxidecomputer/omicron/tools/console_version |
363 | 2023-10-27T03:12:42.927Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
364 | 2023-10-27T03:12:42.932Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
365 | 2023-10-27T03:12:42.940Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
366 | 2023-10-27T03:12:42.949Z | + TARBALL_FILE=out/downloads/console.tar.gz |
367 | 2023-10-27T03:12:42.956Z | + main |
368 | 2023-10-27T03:12:42.970Z | + [[ 0 != 0 ]] |
369 | 2023-10-27T03:12:42.978Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
370 | 2023-10-27T03:12:42.983Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
371 | 2023-10-27T03:12:42.990Z | + echo 'Local file: out/downloads/console.tar.gz' |
372 | 2023-10-27T03:12:42.994Z | Local file: out/downloads/console.tar.gz |
373 | 2023-10-27T03:12:43.006Z | + local DO_DOWNLOAD=true |
374 | 2023-10-27T03:12:43.015Z | + [[ -f out/downloads/console.tar.gz ]] |
375 | 2023-10-27T03:12:43.025Z | + mkdir -p out/downloads |
376 | 2023-10-27T03:12:43.030Z | + '[' true == true ']' |
377 | 2023-10-27T03:12:43.035Z | + echo Downloading... |
378 | 2023-10-27T03:12:43.041Z | Downloading... |
379 | 2023-10-27T03:12:43.047Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
380 | 2023-10-27T03:12:43.053Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
381 | 2023-10-27T03:12:43.518Z | ++ do_sha256sum out/downloads/console.tar.gz |
382 | 2023-10-27T03:12:43.522Z | ++ case "$OSTYPE" in |
383 | 2023-10-27T03:12:43.525Z | ++ SHA=sha256sum |
384 | 2023-10-27T03:12:43.528Z | ++ sha256sum |
385 | 2023-10-27T03:12:43.531Z | ++ awk '{print $1}' |
386 | 2023-10-27T03:12:43.544Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
387 | 2023-10-27T03:12:43.547Z | + [[ 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 ]] |
388 | 2023-10-27T03:12:43.550Z | + rm -rf ./out/console-assets |
389 | 2023-10-27T03:12:43.553Z | + mkdir -p ./out/console-assets |
390 | 2023-10-27T03:12:43.555Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
391 | 2023-10-27T03:12:43.558Z | + mkdir -p ./out/console-assets |
392 | 2023-10-27T03:12:43.561Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
393 | 2023-10-27T03:12:43.694Z | + set -o errexit |
394 | 2023-10-27T03:12:43.697Z | +++ dirname ./tools/ci_download_maghemite_openapi |
395 | 2023-10-27T03:12:43.700Z | ++ cd ./tools |
396 | 2023-10-27T03:12:43.702Z | ++ pwd |
397 | 2023-10-27T03:12:43.705Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
398 | 2023-10-27T03:12:43.708Z | ++ basename ./tools/ci_download_maghemite_openapi |
399 | 2023-10-27T03:12:43.711Z | + ARG0=ci_download_maghemite_openapi |
400 | 2023-10-27T03:12:43.714Z | + TARGET_DIR=out |
401 | 2023-10-27T03:12:43.718Z | + DOWNLOAD_DIR=out/downloads |
402 | 2023-10-27T03:12:43.721Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
403 | 2023-10-27T03:12:43.723Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
404 | 2023-10-27T03:12:43.727Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
405 | 2023-10-27T03:12:43.730Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
406 | 2023-10-27T03:12:43.733Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
407 | 2023-10-27T03:12:43.736Z | + main |
408 | 2023-10-27T03:12:43.740Z | + [[ 0 != 0 ]] |
409 | 2023-10-27T03:12:43.743Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
410 | 2023-10-27T03:12:43.747Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
411 | 2023-10-27T03:12:43.750Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
412 | 2023-10-27T03:12:43.753Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
413 | 2023-10-27T03:12:43.757Z | + local DO_DOWNLOAD=true |
414 | 2023-10-27T03:12:43.760Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
415 | 2023-10-27T03:12:43.763Z | + mkdir -p out/downloads |
416 | 2023-10-27T03:12:43.767Z | + '[' true == true ']' |
417 | 2023-10-27T03:12:43.771Z | + echo Downloading... |
418 | 2023-10-27T03:12:43.775Z | Downloading... |
419 | 2023-10-27T03:12:43.778Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
420 | 2023-10-27T03:12:43.782Z | + 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 |
421 | 2023-10-27T03:12:43.989Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
422 | 2023-10-27T03:12:43.992Z | ++ case "$OSTYPE" in |
423 | 2023-10-27T03:12:43.994Z | ++ SHA=sha256sum |
424 | 2023-10-27T03:12:43.997Z | ++ sha256sum |
425 | 2023-10-27T03:12:44.000Z | ++ awk '{print $1}' |
426 | 2023-10-27T03:12:44.014Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
427 | 2023-10-27T03:12:44.035Z | + [[ 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 ]] |
428 | 2023-10-27T03:12:44.055Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
429 | 2023-10-27T03:12:44.067Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
430 | 2023-10-27T03:12:44.073Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
431 | 2023-10-27T03:12:44.079Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
432 | 2023-10-27T03:12:44.085Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
433 | 2023-10-27T03:12:44.089Z | + main |
434 | 2023-10-27T03:12:44.096Z | + [[ 0 != 0 ]] |
435 | 2023-10-27T03:12:44.102Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
436 | 2023-10-27T03:12:44.108Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
437 | 2023-10-27T03:12:44.115Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
438 | 2023-10-27T03:12:44.122Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
439 | 2023-10-27T03:12:44.132Z | + local DO_DOWNLOAD=true |
440 | 2023-10-27T03:12:44.141Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
441 | 2023-10-27T03:12:44.147Z | + mkdir -p out/downloads |
442 | 2023-10-27T03:12:44.154Z | + '[' true == true ']' |
443 | 2023-10-27T03:12:44.161Z | + echo Downloading... |
444 | 2023-10-27T03:12:44.167Z | Downloading... |
445 | 2023-10-27T03:12:44.174Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
446 | 2023-10-27T03:12:44.181Z | + 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 |
447 | 2023-10-27T03:12:44.205Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
448 | 2023-10-27T03:12:44.213Z | ++ case "$OSTYPE" in |
449 | 2023-10-27T03:12:44.220Z | ++ SHA=sha256sum |
450 | 2023-10-27T03:12:44.228Z | ++ sha256sum |
451 | 2023-10-27T03:12:44.236Z | ++ awk '{print $1}' |
452 | 2023-10-27T03:12:44.243Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
453 | 2023-10-27T03:12:44.251Z | + [[ 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 ]] |
454 | 2023-10-27T03:12:44.258Z | + set -o errexit |
455 | 2023-10-27T03:12:44.264Z | +++ dirname ./tools/ci_download_dendrite_openapi |
456 | 2023-10-27T03:12:44.268Z | ++ cd ./tools |
457 | 2023-10-27T03:12:44.273Z | ++ pwd |
458 | 2023-10-27T03:12:44.278Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
459 | 2023-10-27T03:12:44.284Z | ++ basename ./tools/ci_download_dendrite_openapi |
460 | 2023-10-27T03:12:44.290Z | + ARG0=ci_download_dendrite_openapi |
461 | 2023-10-27T03:12:44.335Z | + TARGET_DIR=out |
462 | 2023-10-27T03:12:44.340Z | + DOWNLOAD_DIR=out/downloads |
463 | 2023-10-27T03:12:44.344Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
464 | 2023-10-27T03:12:44.359Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
465 | 2023-10-27T03:12:44.362Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
466 | 2023-10-27T03:12:44.365Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
467 | 2023-10-27T03:12:44.368Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
468 | 2023-10-27T03:12:44.371Z | + main |
469 | 2023-10-27T03:12:44.374Z | + [[ 0 != 0 ]] |
470 | 2023-10-27T03:12:44.377Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
471 | 2023-10-27T03:12:44.380Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
472 | 2023-10-27T03:12:44.383Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
473 | 2023-10-27T03:12:44.385Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
474 | 2023-10-27T03:12:44.388Z | + local DO_DOWNLOAD=true |
475 | 2023-10-27T03:12:44.391Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
476 | 2023-10-27T03:12:44.394Z | + mkdir -p out/downloads |
477 | 2023-10-27T03:12:44.397Z | + '[' true == true ']' |
478 | 2023-10-27T03:12:44.400Z | + echo Downloading... |
479 | 2023-10-27T03:12:44.403Z | Downloading... |
480 | 2023-10-27T03:12:44.406Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
481 | 2023-10-27T03:12:44.409Z | + 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 |
482 | 2023-10-27T03:12:44.523Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
483 | 2023-10-27T03:12:44.532Z | ++ case "$OSTYPE" in |
484 | 2023-10-27T03:12:44.540Z | ++ SHA=sha256sum |
485 | 2023-10-27T03:12:44.552Z | ++ sha256sum |
486 | 2023-10-27T03:12:44.563Z | ++ awk '{print $1}' |
487 | 2023-10-27T03:12:45.395Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
488 | 2023-10-27T03:12:45.401Z | + [[ 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 ]] |
489 | 2023-10-27T03:12:45.408Z | + set -o errexit |
490 | 2023-10-27T03:12:45.413Z | +++ dirname ./tools/ci_download_dendrite_stub |
491 | 2023-10-27T03:12:45.417Z | ++ cd ./tools |
492 | 2023-10-27T03:12:45.420Z | ++ pwd |
493 | 2023-10-27T03:12:45.425Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
494 | 2023-10-27T03:12:45.436Z | ++ basename ./tools/ci_download_dendrite_stub |
495 | 2023-10-27T03:12:45.456Z | + ARG0=ci_download_dendrite_stub |
496 | 2023-10-27T03:12:45.873Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
497 | 2023-10-27T03:12:45.877Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
498 | 2023-10-27T03:12:45.881Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
499 | 2023-10-27T03:12:45.884Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
500 | 2023-10-27T03:12:45.888Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
501 | 2023-10-27T03:12:45.894Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
502 | 2023-10-27T03:12:45.902Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
503 | 2023-10-27T03:12:45.911Z | + TARGET_DIR=out |
504 | 2023-10-27T03:12:45.926Z | + DOWNLOAD_DIR=out/downloads |
505 | 2023-10-27T03:12:45.946Z | + DEST_DIR=./out/dendrite-stub |
506 | 2023-10-27T03:12:45.959Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
507 | 2023-10-27T03:12:45.963Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
508 | 2023-10-27T03:12:45.968Z | + REPO=oxidecomputer/dendrite |
509 | 2023-10-27T03:12:45.976Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
510 | 2023-10-27T03:12:45.979Z | + main |
511 | 2023-10-27T03:12:45.982Z | + [[ 0 != 0 ]] |
512 | 2023-10-27T03:12:45.986Z | + CIDL_OS=solaris2.11 |
513 | 2023-10-27T03:12:45.992Z | + [[ 0 != 0 ]] |
514 | 2023-10-27T03:12:45.995Z | + configure_os solaris2.11 |
515 | 2023-10-27T03:12:45.998Z | + echo 'current directory: /work/oxidecomputer/omicron' |
516 | 2023-10-27T03:12:46.003Z | current directory: /work/oxidecomputer/omicron |
517 | 2023-10-27T03:12:46.006Z | + echo 'configuring based on OS: "solaris2.11"' |
518 | 2023-10-27T03:12:46.009Z | + case "$1" in |
519 | 2023-10-27T03:12:46.012Z | configuring based on OS: "solaris2.11" |
520 | 2023-10-27T03:12:46.016Z | + SET_BINARIES= |
521 | 2023-10-27T03:12:46.020Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
522 | 2023-10-27T03:12:46.023Z | + CIDL_SHA256FUNC=do_sha256sum |
523 | 2023-10-27T03:12:46.025Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
524 | 2023-10-27T03:12:46.028Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
525 | 2023-10-27T03:12:46.032Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
526 | 2023-10-27T03:12:46.035Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
527 | 2023-10-27T03:12:46.038Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
528 | 2023-10-27T03:12:46.042Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
529 | 2023-10-27T03:12:46.045Z | Local file: out/downloads/dendrite-stub.tar.gz |
530 | 2023-10-27T03:12:46.049Z | + mkdir -p out/downloads |
531 | 2023-10-27T03:12:46.052Z | + mkdir -p ./out/dendrite-stub |
532 | 2023-10-27T03:12:46.055Z | + fetch_and_verify |
533 | 2023-10-27T03:12:46.059Z | + local DO_DOWNLOAD=true |
534 | 2023-10-27T03:12:46.062Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
535 | 2023-10-27T03:12:46.065Z | + '[' true == true ']' |
536 | 2023-10-27T03:12:46.070Z | + echo Downloading... |
537 | 2023-10-27T03:12:46.076Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
538 | 2023-10-27T03:12:46.079Z | + 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 |
539 | 2023-10-27T03:12:46.082Z | Downloading... |
540 | 2023-10-27T03:12:52.466Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
541 | 2023-10-27T03:12:52.471Z | ++ sha256sum |
542 | 2023-10-27T03:12:52.476Z | ++ awk '{print $1}' |
543 | 2023-10-27T03:12:52.567Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
544 | 2023-10-27T03:12:52.590Z | + [[ 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 ]] |
545 | 2023-10-27T03:12:53.034Z | + do_untar out/downloads/dendrite-stub.tar.gz |
546 | 2023-10-27T03:12:53.453Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
547 | 2023-10-27T03:12:53.472Z | + do_assemble |
548 | 2023-10-27T03:12:53.488Z | + rm -r ./out/dendrite-stub |
549 | 2023-10-27T03:12:53.507Z | + mkdir ./out/dendrite-stub |
550 | 2023-10-27T03:12:53.527Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
551 | 2023-10-27T03:12:53.575Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
552 | 2023-10-27T03:12:53.590Z | + set -o errexit |
553 | 2023-10-27T03:12:53.603Z | +++ dirname ./tools/ci_download_maghemite_mgd |
554 | 2023-10-27T03:12:53.615Z | ++ cd ./tools |
555 | 2023-10-27T03:12:53.631Z | ++ pwd |
556 | 2023-10-27T03:12:53.639Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
557 | 2023-10-27T03:12:53.653Z | ++ basename ./tools/ci_download_maghemite_mgd |
558 | 2023-10-27T03:12:53.660Z | + ARG0=ci_download_maghemite_mgd |
559 | 2023-10-27T03:12:53.669Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
560 | 2023-10-27T03:12:53.676Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
561 | 2023-10-27T03:12:53.683Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
562 | 2023-10-27T03:12:53.691Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
563 | 2023-10-27T03:12:53.707Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
564 | 2023-10-27T03:12:53.724Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
565 | 2023-10-27T03:12:53.737Z | + TARGET_DIR=out |
566 | 2023-10-27T03:12:53.751Z | + DOWNLOAD_DIR=out/downloads |
567 | 2023-10-27T03:12:53.761Z | + DEST_DIR=./out/mgd |
568 | 2023-10-27T03:12:53.847Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
569 | 2023-10-27T03:12:53.858Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
570 | 2023-10-27T03:12:53.871Z | + REPO=oxidecomputer/maghemite |
571 | 2023-10-27T03:12:53.882Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
572 | 2023-10-27T03:12:53.896Z | + main |
573 | 2023-10-27T03:12:53.916Z | + [[ 0 != 0 ]] |
574 | 2023-10-27T03:12:53.929Z | + CIDL_OS=solaris2.11 |
575 | 2023-10-27T03:12:53.948Z | + [[ 0 != 0 ]] |
576 | 2023-10-27T03:12:53.964Z | + configure_os solaris2.11 |
577 | 2023-10-27T03:12:53.977Z | + echo 'current directory: /work/oxidecomputer/omicron' |
578 | 2023-10-27T03:12:53.996Z | current directory: /work/oxidecomputer/omicron |
579 | 2023-10-27T03:12:54.022Z | + echo 'configuring based on OS: "solaris2.11"' |
580 | 2023-10-27T03:12:54.032Z | configuring based on OS: "solaris2.11" |
581 | 2023-10-27T03:12:54.041Z | + case "$1" in |
582 | 2023-10-27T03:12:54.052Z | + SET_BINARIES= |
583 | 2023-10-27T03:12:54.059Z | + CIDL_SHA256FUNC=do_sha256sum |
584 | 2023-10-27T03:12:54.074Z | + TARBALL_FILENAME=mgd.tar.gz |
585 | 2023-10-27T03:12:54.082Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
586 | 2023-10-27T03:12:54.095Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
587 | 2023-10-27T03:12:54.102Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
588 | 2023-10-27T03:12:54.112Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
589 | 2023-10-27T03:12:54.122Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
590 | 2023-10-27T03:12:54.131Z | Local file: out/downloads/mgd.tar.gz |
591 | 2023-10-27T03:12:54.141Z | + mkdir -p out/downloads |
592 | 2023-10-27T03:12:54.154Z | + mkdir -p ./out/mgd |
593 | 2023-10-27T03:12:54.167Z | + fetch_and_verify |
594 | 2023-10-27T03:12:54.178Z | + local DO_DOWNLOAD=true |
595 | 2023-10-27T03:12:54.195Z | + [[ -f out/downloads/mgd.tar.gz ]] |
596 | 2023-10-27T03:12:54.206Z | + '[' true == true ']' |
597 | 2023-10-27T03:12:54.212Z | + echo Downloading... |
598 | 2023-10-27T03:12:54.221Z | Downloading... |
599 | 2023-10-27T03:12:54.236Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
600 | 2023-10-27T03:12:54.655Z | + 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 |
601 | 2023-10-27T03:13:04.640Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
602 | 2023-10-27T03:13:04.648Z | ++ sha256sum |
603 | 2023-10-27T03:13:04.659Z | ++ awk '{print $1}' |
604 | 2023-10-27T03:13:04.717Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
605 | 2023-10-27T03:13:04.729Z | + [[ 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 ]] |
606 | 2023-10-27T03:13:04.736Z | + do_untar out/downloads/mgd.tar.gz |
607 | 2023-10-27T03:13:05.150Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
608 | 2023-10-27T03:13:05.375Z | + do_assemble |
609 | 2023-10-27T03:13:05.379Z | + rm -r ./out/mgd |
610 | 2023-10-27T03:13:05.382Z | + mkdir ./out/mgd |
611 | 2023-10-27T03:13:05.387Z | + cp -r out/downloads/root ./out/mgd/root |
612 | 2023-10-27T03:13:05.576Z | + set -o errexit |
613 | 2023-10-27T03:13:05.580Z | +++ dirname ./tools/ci_download_transceiver_control |
614 | 2023-10-27T03:13:05.584Z | ++ cd ./tools |
615 | 2023-10-27T03:13:05.589Z | ++ pwd |
616 | 2023-10-27T03:13:05.595Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
617 | 2023-10-27T03:13:05.599Z | ++ basename ./tools/ci_download_transceiver_control |
618 | 2023-10-27T03:13:05.604Z | + ARG0=ci_download_transceiver_control |
619 | 2023-10-27T03:13:05.610Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
620 | 2023-10-27T03:13:05.616Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
621 | 2023-10-27T03:13:05.624Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
622 | 2023-10-27T03:13:05.629Z | + TARGET_DIR=out |
623 | 2023-10-27T03:13:05.637Z | + DOWNLOAD_DIR=out/downloads |
624 | 2023-10-27T03:13:05.648Z | + DEST_DIR=./out/transceiver-control |
625 | 2023-10-27T03:13:05.656Z | + BIN_DIR=/opt/oxide/bin |
626 | 2023-10-27T03:13:05.663Z | + BINARY=xcvradm |
627 | 2023-10-27T03:13:05.670Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
628 | 2023-10-27T03:13:05.680Z | + REPO=oxidecomputer/transceiver-control |
629 | 2023-10-27T03:13:05.695Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
630 | 2023-10-27T03:13:05.703Z | + main |
631 | 2023-10-27T03:13:05.716Z | + [[ 0 != 0 ]] |
632 | 2023-10-27T03:13:05.729Z | + CIDL_OS=solaris2.11 |
633 | 2023-10-27T03:13:05.751Z | + [[ 0 != 0 ]] |
634 | 2023-10-27T03:13:05.774Z | + configure_os solaris2.11 |
635 | 2023-10-27T03:13:05.784Z | + echo 'current directory: /work/oxidecomputer/omicron' |
636 | 2023-10-27T03:13:05.794Z | current directory: /work/oxidecomputer/omicron |
637 | 2023-10-27T03:13:05.802Z | + echo 'configuring based on OS: "solaris2.11"' |
638 | 2023-10-27T03:13:05.811Z | configuring based on OS: "solaris2.11" |
639 | 2023-10-27T03:13:05.821Z | + case "$1" in |
640 | 2023-10-27T03:13:05.832Z | + SET_BINARIES= |
641 | 2023-10-27T03:13:05.844Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
642 | 2023-10-27T03:13:05.854Z | + CIDL_SHA256FUNC=do_sha256sum |
643 | 2023-10-27T03:13:05.865Z | + ARCHIVE_FILENAME=xcvradm.gz |
644 | 2023-10-27T03:13:05.876Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
645 | 2023-10-27T03:13:05.882Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
646 | 2023-10-27T03:13:05.888Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
647 | 2023-10-27T03:13:05.901Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
648 | 2023-10-27T03:13:05.905Z | + echo 'Local file: out/downloads/xcvradm.gz' |
649 | 2023-10-27T03:13:05.909Z | Local file: out/downloads/xcvradm.gz |
650 | 2023-10-27T03:13:05.912Z | + mkdir -p out/downloads |
651 | 2023-10-27T03:13:05.917Z | + mkdir -p ./out/transceiver-control |
652 | 2023-10-27T03:13:05.921Z | + fetch_and_verify |
653 | 2023-10-27T03:13:05.926Z | + local DO_DOWNLOAD=true |
654 | 2023-10-27T03:13:05.929Z | + [[ -f out/downloads/xcvradm.gz ]] |
655 | 2023-10-27T03:13:05.933Z | + '[' true == true ']' |
656 | 2023-10-27T03:13:05.937Z | + echo Downloading... |
657 | 2023-10-27T03:13:05.941Z | Downloading... |
658 | 2023-10-27T03:13:05.944Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
659 | 2023-10-27T03:13:05.948Z | + 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 |
660 | 2023-10-27T03:13:08.199Z | ++ do_sha256sum out/downloads/xcvradm.gz |
661 | 2023-10-27T03:13:08.204Z | ++ sha256sum |
662 | 2023-10-27T03:13:08.209Z | ++ awk '{print $1}' |
663 | 2023-10-27T03:13:08.221Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
664 | 2023-10-27T03:13:08.226Z | + [[ 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 ]] |
665 | 2023-10-27T03:13:08.230Z | + do_unpack out/downloads/xcvradm.gz |
666 | 2023-10-27T03:13:08.234Z | + mkdir -p out/downloads/root//opt/oxide/bin |
667 | 2023-10-27T03:13:08.239Z | + gzip -dc out/downloads/xcvradm.gz |
668 | 2023-10-27T03:13:08.407Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
669 | 2023-10-27T03:13:08.417Z | + do_assemble |
670 | 2023-10-27T03:13:08.421Z | + rm -r ./out/transceiver-control |
671 | 2023-10-27T03:13:08.426Z | + mkdir ./out/transceiver-control |
672 | 2023-10-27T03:13:08.435Z | + cp -r out/downloads/root ./out/transceiver-control/root |
673 | 2023-10-27T03:13:08.627Z | All prerequisites installed successfully |
674 | 2023-10-27T03:13:08.630Z | |
675 | 2023-10-27T03:13:08.634Z | real 2:06.823663741 |
676 | 2023-10-27T03:13:08.637Z | user 52.498385527 |
677 | 2023-10-27T03:13:08.643Z | sys 9.892448478 |
678 | 2023-10-27T03:13:08.647Z | trap 0.023149422 |
679 | 2023-10-27T03:13:08.651Z | tflt 0.182784536 |
680 | 2023-10-27T03:13:08.656Z | dflt 0.595784081 |
681 | 2023-10-27T03:13:08.659Z | kflt 0.157555159 |
682 | 2023-10-27T03:13:08.662Z | lock 1.684453014 |
683 | 2023-10-27T03:13:08.664Z | slp 4:01.250711982 |
684 | 2023-10-27T03:13:08.667Z | lat 3.330845488 |
685 | 2023-10-27T03:13:08.671Z | stop 0.051913642 |
686 | 2023-10-27T03:13:08.674Z | + ptime -m ./tools/ci_download_softnpu_machinery |
687 | 2023-10-27T03:13:08.677Z | fetching npuzone |
688 | 2023-10-27T03:13:08.680Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
689 | 2023-10-27T03:13:08.683Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
690 | 2023-10-27T03:13:08.686Z | Getting hash for npuzone |
691 | 2023-10-27T03:13:09.203Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
692 | 2023-10-27T03:13:20.678Z | npuzone downloaded successfully |
693 | 2023-10-27T03:13:20.682Z | |
694 | 2023-10-27T03:13:20.685Z | real 12.050170181 |
695 | 2023-10-27T03:13:20.688Z | user 0.556429407 |
696 | 2023-10-27T03:13:20.691Z | sys 0.142569160 |
697 | 2023-10-27T03:13:20.694Z | trap 0.000047811 |
698 | 2023-10-27T03:13:20.698Z | tflt 0.000000000 |
699 | 2023-10-27T03:13:20.701Z | dflt 0.000000000 |
700 | 2023-10-27T03:13:20.704Z | kflt 0.000000000 |
701 | 2023-10-27T03:13:20.706Z | lock 0.000000000 |
702 | 2023-10-27T03:13:20.709Z | slp 35.303898287 |
703 | 2023-10-27T03:13:20.712Z | lat 0.110976239 |
704 | 2023-10-27T03:13:20.715Z | stop 0.000264324 |
705 | 2023-10-27T03:13:20.718Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
706 | 2023-10-27T03:13:21.049Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
707 | 2023-10-27T03:13:21.396Z | Updating crates.io index |
708 | 2023-10-27T03:13:21.493Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
709 | 2023-10-27T03:13:22.227Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
710 | 2023-10-27T03:13:24.013Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
711 | 2023-10-27T03:13:24.649Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
712 | 2023-10-27T03:13:24.981Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
713 | 2023-10-27T03:13:25.305Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
714 | 2023-10-27T03:13:25.608Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
715 | 2023-10-27T03:13:26.471Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
716 | 2023-10-27T03:13:28.244Z | Updating git repository `https://github.com/oxidecomputer/opte` |
717 | 2023-10-27T03:13:29.198Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
718 | 2023-10-27T03:13:29.538Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
719 | 2023-10-27T03:13:29.853Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
720 | 2023-10-27T03:13:30.447Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
721 | 2023-10-27T03:13:30.829Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
722 | 2023-10-27T03:13:31.199Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
723 | 2023-10-27T03:13:31.520Z | Updating git repository `https://github.com/njaremko/samael` |
724 | 2023-10-27T03:13:32.121Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
725 | 2023-10-27T03:13:32.689Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
726 | 2023-10-27T03:13:33.082Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
727 | 2023-10-27T03:13:33.396Z | Updating git repository `https://github.com/jgallagher/nix` |
728 | 2023-10-27T03:13:34.700Z | Updating git repository `https://github.com/cbiffle/hubpack` |
729 | 2023-10-27T03:13:35.066Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
730 | 2023-10-27T03:13:44.091Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
731 | 2023-10-27T03:13:44.562Z | Updating git repository `https://github.com/oxidecomputer/typify` |
732 | 2023-10-27T03:13:45.589Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
733 | 2023-10-27T03:13:45.982Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
734 | 2023-10-27T03:13:46.264Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
735 | 2023-10-27T03:13:47.723Z | Downloading crates ... |
736 | 2023-10-27T03:13:47.944Z | Downloaded aes-gcm-siv v0.11.1 |
737 | 2023-10-27T03:13:47.961Z | Downloaded bincode v1.3.3 |
738 | 2023-10-27T03:13:47.969Z | Downloaded http-range v0.1.5 |
739 | 2023-10-27T03:13:47.975Z | Downloaded http-body v0.4.5 |
740 | 2023-10-27T03:13:47.979Z | Downloaded hex v0.4.3 |
741 | 2023-10-27T03:13:47.984Z | Downloaded bitfield v0.14.0 |
742 | 2023-10-27T03:13:47.988Z | Downloaded bb8 v0.8.1 |
743 | 2023-10-27T03:13:47.993Z | Downloaded buf-list v1.0.3 |
744 | 2023-10-27T03:13:47.998Z | Downloaded bit_field v0.10.2 |
745 | 2023-10-27T03:13:48.004Z | Downloaded hmac v0.12.1 |
746 | 2023-10-27T03:13:48.009Z | Downloaded humantime v2.1.0 |
747 | 2023-10-27T03:13:48.015Z | Downloaded crossbeam-epoch v0.9.15 |
748 | 2023-10-27T03:13:48.022Z | Downloaded crossbeam-deque v0.8.3 |
749 | 2023-10-27T03:13:48.028Z | Downloaded const_format_proc_macros v0.2.31 |
750 | 2023-10-27T03:13:48.037Z | Downloaded lazycell v1.3.0 |
751 | 2023-10-27T03:13:48.041Z | Downloaded serde_repr v0.1.16 |
752 | 2023-10-27T03:13:48.048Z | Downloaded log v0.4.20 |
753 | 2023-10-27T03:13:48.055Z | Downloaded indicatif v0.17.7 |
754 | 2023-10-27T03:13:48.064Z | Downloaded itoa v1.0.9 |
755 | 2023-10-27T03:13:48.070Z | Downloaded convert_case v0.4.0 |
756 | 2023-10-27T03:13:48.074Z | Downloaded serde_plain v1.0.2 |
757 | 2023-10-27T03:13:48.080Z | Downloaded anstyle v1.0.2 |
758 | 2023-10-27T03:13:48.084Z | Downloaded instant v0.1.12 |
759 | 2023-10-27T03:13:48.089Z | Downloaded assert_matches v1.5.0 |
760 | 2023-10-27T03:13:48.092Z | Downloaded atomic-waker v1.1.1 |
761 | 2023-10-27T03:13:48.098Z | Downloaded ident_case v1.0.1 |
762 | 2023-10-27T03:13:48.101Z | Downloaded lazy_static v1.4.0 |
763 | 2023-10-27T03:13:48.107Z | Downloaded match_cfg v0.1.0 |
764 | 2023-10-27T03:13:48.111Z | Downloaded cookie v0.16.2 |
765 | 2023-10-27T03:13:48.119Z | Downloaded managed v0.8.0 |
766 | 2023-10-27T03:13:48.124Z | Downloaded maybe-uninit v2.0.0 |
767 | 2023-10-27T03:13:48.129Z | Downloaded normalize-line-endings v0.3.0 |
768 | 2023-10-27T03:13:48.132Z | Downloaded take_mut v0.2.2 |
769 | 2023-10-27T03:13:48.135Z | Downloaded nibble_vec v0.1.0 |
770 | 2023-10-27T03:13:48.138Z | Downloaded matches v0.1.10 |
771 | 2023-10-27T03:13:48.143Z | Downloaded anstyle-query v1.0.0 |
772 | 2023-10-27T03:13:48.146Z | Downloaded nanorand v0.7.0 |
773 | 2023-10-27T03:13:48.151Z | Downloaded newtype_derive v0.1.6 |
774 | 2023-10-27T03:13:48.155Z | Downloaded nodrop v0.1.14 |
775 | 2023-10-27T03:13:48.158Z | Downloaded colorchoice v1.0.0 |
776 | 2023-10-27T03:13:48.161Z | Downloaded new_debug_unreachable v1.0.4 |
777 | 2023-10-27T03:13:48.165Z | Downloaded signal-hook-tokio v0.3.1 |
778 | 2023-10-27T03:13:48.168Z | Downloaded hyper-rustls v0.24.1 |
779 | 2023-10-27T03:13:48.174Z | Downloaded mockall v0.11.4 |
780 | 2023-10-27T03:13:48.179Z | Downloaded md-5 v0.10.5 |
781 | 2023-10-27T03:13:48.182Z | Downloaded num-iter v0.1.43 |
782 | 2023-10-27T03:13:48.185Z | Downloaded num-integer v0.1.45 |
783 | 2023-10-27T03:13:48.191Z | Downloaded mime v0.3.17 |
784 | 2023-10-27T03:13:48.195Z | Downloaded argon2 v0.5.2 |
785 | 2023-10-27T03:13:48.199Z | Downloaded tabled_derive v0.6.0 |
786 | 2023-10-27T03:13:48.202Z | Downloaded serde-big-array v0.5.1 |
787 | 2023-10-27T03:13:48.207Z | Downloaded clap_lex v0.5.1 |
788 | 2023-10-27T03:13:48.210Z | Downloaded structmeta v0.1.6 |
789 | 2023-10-27T03:13:48.213Z | Downloaded rustc_version v0.4.0 |
790 | 2023-10-27T03:13:48.216Z | Downloaded corncobs v0.1.3 |
791 | 2023-10-27T03:13:48.219Z | Downloaded downcast v0.11.0 |
792 | 2023-10-27T03:13:48.222Z | Downloaded colored v2.0.4 |
793 | 2023-10-27T03:13:48.226Z | Downloaded data-encoding v2.4.0 |
794 | 2023-10-27T03:13:48.229Z | Downloaded nu-ansi-term v0.49.0 |
795 | 2023-10-27T03:13:48.235Z | Downloaded path-absolutize v3.1.0 |
796 | 2023-10-27T03:13:48.238Z | Downloaded usdt-attr-macro v0.3.5 |
797 | 2023-10-27T03:13:48.241Z | Downloaded num-complex v0.4.4 |
798 | 2023-10-27T03:13:48.244Z | Downloaded doc-comment v0.3.3 |
799 | 2023-10-27T03:13:48.246Z | Downloaded endian-type v0.1.2 |
800 | 2023-10-27T03:13:48.249Z | Downloaded lalrpop v0.19.12 |
801 | 2023-10-27T03:13:48.270Z | Downloaded filetime v0.2.22 |
802 | 2023-10-27T03:13:48.272Z | Downloaded digest v0.10.7 |
803 | 2023-10-27T03:13:48.275Z | Downloaded futures-executor v0.3.29 |
804 | 2023-10-27T03:13:48.280Z | Downloaded tinyvec_macros v0.1.1 |
805 | 2023-10-27T03:13:48.283Z | Downloaded float-cmp v0.9.0 |
806 | 2023-10-27T03:13:48.285Z | Downloaded zone_cfg_derive v0.2.0 |
807 | 2023-10-27T03:13:48.288Z | Downloaded time-core v0.1.1 |
808 | 2023-10-27T03:13:48.291Z | Downloaded subprocess v0.2.9 |
809 | 2023-10-27T03:13:48.294Z | Downloaded cancel-safe-futures v0.1.2 |
810 | 2023-10-27T03:13:48.298Z | Downloaded phf_shared v0.11.2 |
811 | 2023-10-27T03:13:48.301Z | Downloaded oso-derive v0.26.4 |
812 | 2023-10-27T03:13:48.304Z | Downloaded errno v0.3.2 |
813 | 2023-10-27T03:13:48.307Z | Downloaded tower-service v0.3.2 |
814 | 2023-10-27T03:13:48.311Z | Downloaded strsim v0.8.0 |
815 | 2023-10-27T03:13:48.314Z | Downloaded smawk v0.3.1 |
816 | 2023-10-27T03:13:48.317Z | Downloaded funty v2.0.0 |
817 | 2023-10-27T03:13:48.320Z | Downloaded predicates-tree v1.0.9 |
818 | 2023-10-27T03:13:48.323Z | Downloaded predicates-core v1.0.6 |
819 | 2023-10-27T03:13:48.326Z | Downloaded postcard v0.7.3 |
820 | 2023-10-27T03:13:48.329Z | Downloaded proc-macro-crate v1.3.1 |
821 | 2023-10-27T03:13:48.333Z | Downloaded want v0.3.1 |
822 | 2023-10-27T03:13:48.336Z | Downloaded half v1.8.2 |
823 | 2023-10-27T03:13:48.339Z | Downloaded test-strategy v0.2.1 |
824 | 2023-10-27T03:13:48.342Z | Downloaded shlex v1.1.0 |
825 | 2023-10-27T03:13:48.345Z | Downloaded serde_path_to_error v0.1.14 |
826 | 2023-10-27T03:13:48.348Z | Downloaded fragile v2.0.0 |
827 | 2023-10-27T03:13:48.351Z | Downloaded vte v0.11.1 |
828 | 2023-10-27T03:13:48.355Z | Downloaded dof v0.1.5 |
829 | 2023-10-27T03:13:48.358Z | Downloaded tokio-native-tls v0.3.1 |
830 | 2023-10-27T03:13:48.361Z | Downloaded postgres-types v0.2.6 |
831 | 2023-10-27T03:13:48.366Z | Downloaded phf v0.11.2 |
832 | 2023-10-27T03:13:48.369Z | Downloaded packed_struct_codegen v0.10.1 |
833 | 2023-10-27T03:13:48.372Z | Downloaded serde_spanned v0.6.3 |
834 | 2023-10-27T03:13:48.375Z | Downloaded parse-display v0.7.0 |
835 | 2023-10-27T03:13:48.378Z | Downloaded fxhash v0.2.1 |
836 | 2023-10-27T03:13:48.381Z | Downloaded predicates v3.0.4 |
837 | 2023-10-27T03:13:48.384Z | Downloaded dirs-next v2.0.0 |
838 | 2023-10-27T03:13:48.388Z | Downloaded proc-macro-error v1.0.4 |
839 | 2023-10-27T03:13:48.393Z | Downloaded proc-macro-error-attr v1.0.4 |
840 | 2023-10-27T03:13:48.398Z | Downloaded der_derive v0.7.2 |
841 | 2023-10-27T03:13:48.401Z | Downloaded futures-io v0.3.29 |
842 | 2023-10-27T03:13:48.404Z | Downloaded darling_macro v0.14.4 |
843 | 2023-10-27T03:13:48.408Z | Downloaded unicode-xid v0.2.4 |
844 | 2023-10-27T03:13:48.410Z | Downloaded path-slash v0.1.5 |
845 | 2023-10-27T03:13:48.413Z | Downloaded cstr-argument v0.1.2 |
846 | 2023-10-27T03:13:48.416Z | Downloaded shell-words v1.1.0 |
847 | 2023-10-27T03:13:48.420Z | Downloaded walkdir v2.4.0 |
848 | 2023-10-27T03:13:48.425Z | Downloaded rustc-hash v1.1.0 |
849 | 2023-10-27T03:13:48.428Z | Downloaded opaque-debug v0.3.0 |
850 | 2023-10-27T03:13:48.431Z | Downloaded unicode-linebreak v0.1.5 |
851 | 2023-10-27T03:13:48.436Z | Downloaded tui-tree-widget v0.13.0 |
852 | 2023-10-27T03:13:48.440Z | Downloaded parking_lot_core v0.9.8 |
853 | 2023-10-27T03:13:48.443Z | Downloaded utf-8 v0.7.6 |
854 | 2023-10-27T03:13:48.446Z | Downloaded packed_struct v0.10.1 |
855 | 2023-10-27T03:13:48.450Z | Downloaded omicron-zone-package v0.8.3 |
856 | 2023-10-27T03:13:48.454Z | Downloaded zone v0.2.0 |
857 | 2023-10-27T03:13:48.457Z | Downloaded equivalent v1.0.1 |
858 | 2023-10-27T03:13:48.461Z | Downloaded crossbeam-queue v0.3.8 |
859 | 2023-10-27T03:13:48.465Z | Downloaded zerocopy v0.3.0 |
860 | 2023-10-27T03:13:48.469Z | Downloaded foreign-types-macros v0.2.3 |
861 | 2023-10-27T03:13:48.473Z | Downloaded ref-cast-impl v1.0.20 |
862 | 2023-10-27T03:13:48.476Z | Downloaded mio v0.8.8 |
863 | 2023-10-27T03:13:48.480Z | Downloaded scopeguard v1.2.0 |
864 | 2023-10-27T03:13:48.483Z | Downloaded usdt-impl v0.3.5 |
865 | 2023-10-27T03:13:48.488Z | Downloaded percent-encoding v2.3.0 |
866 | 2023-10-27T03:13:48.492Z | Downloaded toml_datetime v0.6.3 |
867 | 2023-10-27T03:13:48.497Z | Downloaded vec_map v0.8.2 |
868 | 2023-10-27T03:13:48.500Z | Downloaded tap v1.0.1 |
869 | 2023-10-27T03:13:48.506Z | Downloaded tokio-macros v2.1.0 |
870 | 2023-10-27T03:13:48.510Z | Downloaded diesel_derives v2.1.1 |
871 | 2023-10-27T03:13:48.513Z | Downloaded semver v0.1.20 |
872 | 2023-10-27T03:13:48.517Z | Downloaded spin v0.5.2 |
873 | 2023-10-27T03:13:48.522Z | Downloaded xattr v1.0.1 |
874 | 2023-10-27T03:13:48.560Z | Downloaded fs-err v2.9.0 |
875 | 2023-10-27T03:13:48.575Z | Downloaded papergrid v0.10.0 |
876 | 2023-10-27T03:13:48.580Z | Downloaded openssl-macros v0.1.1 |
877 | 2023-10-27T03:13:48.586Z | Downloaded ppv-lite86 v0.2.17 |
878 | 2023-10-27T03:13:48.589Z | Downloaded pem-rfc7468 v0.7.0 |
879 | 2023-10-27T03:13:48.592Z | Downloaded postgres-protocol v0.6.6 |
880 | 2023-10-27T03:13:48.595Z | Downloaded rusty-fork v0.3.0 |
881 | 2023-10-27T03:13:48.601Z | Downloaded futures-sink v0.3.29 |
882 | 2023-10-27T03:13:48.604Z | Downloaded ref-cast v1.0.20 |
883 | 2023-10-27T03:13:48.608Z | Downloaded strum v0.25.0 |
884 | 2023-10-27T03:13:48.613Z | Downloaded number_prefix v0.4.0 |
885 | 2023-10-27T03:13:48.616Z | Downloaded usdt-macro v0.3.5 |
886 | 2023-10-27T03:13:48.618Z | Downloaded unicode-width v0.1.11 |
887 | 2023-10-27T03:13:48.623Z | Downloaded memchr v2.6.3 |
888 | 2023-10-27T03:13:48.629Z | Downloaded foreign-types v0.3.2 |
889 | 2023-10-27T03:13:48.632Z | Downloaded derive_builder_macro v0.12.0 |
890 | 2023-10-27T03:13:48.637Z | Downloaded schemars_derive v0.8.13 |
891 | 2023-10-27T03:13:48.640Z | Downloaded prettyplease v0.2.12 |
892 | 2023-10-27T03:13:48.644Z | Downloaded display-error-chain v0.2.0 |
893 | 2023-10-27T03:13:48.649Z | Downloaded rpassword v7.2.0 |
894 | 2023-10-27T03:13:48.652Z | Downloaded bitvec v1.0.1 |
895 | 2023-10-27T03:13:48.658Z | Downloaded quick-error v1.2.3 |
896 | 2023-10-27T03:13:48.662Z | Downloaded signature v2.1.0 |
897 | 2023-10-27T03:13:48.666Z | Downloaded typenum v1.16.0 |
898 | 2023-10-27T03:13:48.671Z | Downloaded crucible-workspace-hack v0.1.0 |
899 | 2023-10-27T03:13:48.674Z | Downloaded rand_core v0.6.4 |
900 | 2023-10-27T03:13:48.677Z | Downloaded pkg-config v0.3.27 |
901 | 2023-10-27T03:13:48.680Z | Downloaded vsss-rs v3.3.1 |
902 | 2023-10-27T03:13:48.685Z | Downloaded futures-core v0.3.29 |
903 | 2023-10-27T03:13:48.688Z | Downloaded rustls-pemfile v1.0.3 |
904 | 2023-10-27T03:13:48.691Z | Downloaded tokio-rustls v0.24.1 |
905 | 2023-10-27T03:13:48.697Z | Downloaded flate2 v1.0.28 |
906 | 2023-10-27T03:13:48.702Z | Downloaded tiny-keccak v2.0.2 |
907 | 2023-10-27T03:13:48.705Z | Downloaded usdt v0.3.5 |
908 | 2023-10-27T03:13:48.708Z | Downloaded waitgroup v0.1.2 |
909 | 2023-10-27T03:13:48.711Z | Downloaded either v1.9.0 |
910 | 2023-10-27T03:13:48.714Z | Downloaded ed25519 v1.5.3 |
911 | 2023-10-27T03:13:48.717Z | Downloaded pretty-hex v0.2.1 |
912 | 2023-10-27T03:13:48.720Z | Downloaded radium v0.7.0 |
913 | 2023-10-27T03:13:48.723Z | Downloaded num_enum_derive v0.7.0 |
914 | 2023-10-27T03:13:48.726Z | Downloaded rustls-native-certs v0.6.3 |
915 | 2023-10-27T03:13:48.729Z | Downloaded spin v0.9.8 |
916 | 2023-10-27T03:13:48.732Z | Downloaded schemars v0.8.13 |
917 | 2023-10-27T03:13:48.735Z | Downloaded difflib v0.4.0 |
918 | 2023-10-27T03:13:48.737Z | Downloaded tokio-tungstenite v0.18.0 |
919 | 2023-10-27T03:13:48.740Z | Downloaded thiserror-impl v1.0.49 |
920 | 2023-10-27T03:13:48.743Z | Downloaded slab v0.4.9 |
921 | 2023-10-27T03:13:48.746Z | Downloaded fallible-streaming-iterator v0.1.9 |
922 | 2023-10-27T03:13:48.749Z | Downloaded smallvec v0.6.14 |
923 | 2023-10-27T03:13:48.753Z | Downloaded rustc-demangle v0.1.23 |
924 | 2023-10-27T03:13:48.756Z | Downloaded thiserror v1.0.49 |
925 | 2023-10-27T03:13:48.759Z | Downloaded sha2 v0.10.8 |
926 | 2023-10-27T03:13:48.762Z | Downloaded string_cache v0.8.7 |
927 | 2023-10-27T03:13:48.765Z | Downloaded hashbrown v0.13.2 |
928 | 2023-10-27T03:13:48.768Z | Downloaded pin-utils v0.1.0 |
929 | 2023-10-27T03:13:48.771Z | Downloaded pkcs8 v0.10.2 |
930 | 2023-10-27T03:13:48.774Z | Downloaded thread_local v1.1.7 |
931 | 2023-10-27T03:13:48.777Z | Downloaded oso v0.26.4 |
932 | 2023-10-27T03:13:48.780Z | Downloaded num_enum_derive v0.5.11 |
933 | 2023-10-27T03:13:48.782Z | Downloaded curve25519-dalek-derive v0.1.0 |
934 | 2023-10-27T03:13:48.785Z | Downloaded untrusted v0.7.1 |
935 | 2023-10-27T03:13:48.788Z | Downloaded glob v0.3.1 |
936 | 2023-10-27T03:13:48.790Z | Downloaded elliptic-curve v0.13.5 |
937 | 2023-10-27T03:13:48.793Z | Downloaded resolv-conf v0.7.0 |
938 | 2023-10-27T03:13:48.796Z | Downloaded ucd-trie v0.1.6 |
939 | 2023-10-27T03:13:48.799Z | Downloaded textwrap v0.11.0 |
940 | 2023-10-27T03:13:48.801Z | Downloaded env_logger v0.9.3 |
941 | 2023-10-27T03:13:48.805Z | Downloaded tungstenite v0.20.1 |
942 | 2023-10-27T03:13:48.807Z | Downloaded pkcs1 v0.7.5 |
943 | 2023-10-27T03:13:48.810Z | Downloaded serde_derive_internals v0.26.0 |
944 | 2023-10-27T03:13:48.813Z | Downloaded unicode-bidi v0.3.13 |
945 | 2023-10-27T03:13:48.816Z | Downloaded derive_more v0.99.17 |
946 | 2023-10-27T03:13:48.818Z | Downloaded pest_generator v2.7.2 |
947 | 2023-10-27T03:13:48.821Z | Downloaded sct v0.7.0 |
948 | 2023-10-27T03:13:48.824Z | Downloaded fatfs v0.3.6 |
949 | 2023-10-27T03:13:48.827Z | Downloaded hashlink v0.8.3 |
950 | 2023-10-27T03:13:48.830Z | Downloaded toml v0.5.11 |
951 | 2023-10-27T03:13:48.835Z | Downloaded tokio-postgres v0.7.10 |
952 | 2023-10-27T03:13:48.839Z | Downloaded signal-hook v0.3.17 |
953 | 2023-10-27T03:13:48.848Z | Downloaded trust-dns-client v0.22.0 |
954 | 2023-10-27T03:13:48.851Z | Downloaded textwrap v0.16.0 |
955 | 2023-10-27T03:13:48.854Z | Downloaded serde_json v1.0.107 |
956 | 2023-10-27T03:13:48.856Z | Downloaded x509-cert v0.2.4 |
957 | 2023-10-27T03:13:48.859Z | Downloaded der v0.7.8 |
958 | 2023-10-27T03:13:48.867Z | Downloaded rayon-core v1.11.0 |
959 | 2023-10-27T03:13:48.874Z | Downloaded trust-dns-server v0.22.1 |
960 | 2023-10-27T03:13:48.883Z | Downloaded hyper v0.14.27 |
961 | 2023-10-27T03:13:48.898Z | Downloaded num-bigint v0.4.4 |
962 | 2023-10-27T03:13:48.906Z | Downloaded salty v0.2.0 |
963 | 2023-10-27T03:13:48.916Z | Downloaded toml_edit v0.19.15 |
964 | 2023-10-27T03:13:48.946Z | Downloaded hashbrown v0.12.3 |
965 | 2023-10-27T03:13:48.953Z | Downloaded quick-xml v0.23.1 |
966 | 2023-10-27T03:13:48.966Z | Downloaded tabled v0.14.0 |
967 | 2023-10-27T03:13:48.993Z | Downloaded time v0.3.27 |
968 | 2023-10-27T03:13:49.005Z | Downloaded winnow v0.5.15 |
969 | 2023-10-27T03:13:49.019Z | Downloaded petgraph v0.6.4 |
970 | 2023-10-27T03:13:49.042Z | Downloaded h2 v0.3.21 |
971 | 2023-10-27T03:13:49.053Z | Downloaded nix v0.26.2 |
972 | 2023-10-27T03:13:49.073Z | Downloaded ratatui v0.23.0 |
973 | 2023-10-27T03:13:49.093Z | Downloaded smoltcp v0.9.1 |
974 | 2023-10-27T03:13:49.112Z | Downloaded smoltcp v0.8.2 |
975 | 2023-10-27T03:13:49.129Z | Downloaded git2 v0.17.2 |
976 | 2023-10-27T03:13:49.144Z | Downloaded openssl v0.10.57 |
977 | 2023-10-27T03:13:49.162Z | Downloaded gimli v0.28.0 |
978 | 2023-10-27T03:13:49.175Z | Downloaded regex-syntax v0.6.29 |
979 | 2023-10-27T03:13:49.188Z | Downloaded diesel v2.1.1 |
980 | 2023-10-27T03:13:49.220Z | Downloaded rustls v0.21.7 |
981 | 2023-10-27T03:13:49.240Z | Downloaded libc v0.2.149 |
982 | 2023-10-27T03:13:49.287Z | Downloaded rustix v0.38.9 |
983 | 2023-10-27T03:13:49.327Z | Downloaded rustix v0.37.23 |
984 | 2023-10-27T03:13:49.363Z | Downloaded sled v0.34.7 |
985 | 2023-10-27T03:13:49.383Z | Downloaded regex-automata v0.3.8 |
986 | 2023-10-27T03:13:49.416Z | Downloaded zerocopy-derive v0.2.0 |
987 | 2023-10-27T03:13:49.435Z | Downloaded tokio v1.33.0 |
988 | 2023-10-27T03:13:49.534Z | Downloaded zerocopy-derive v0.6.4 |
989 | 2023-10-27T03:13:49.554Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
990 | 2023-10-27T03:13:49.660Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
991 | 2023-10-27T03:13:49.685Z | Downloaded regex-syntax v0.7.5 |
992 | 2023-10-27T03:13:49.703Z | Downloaded object v0.32.1 |
993 | 2023-10-27T03:13:49.723Z | Downloaded sha3 v0.10.8 |
994 | 2023-10-27T03:13:49.736Z | Downloaded curve25519-dalek v4.1.0 |
995 | 2023-10-27T03:13:49.754Z | Downloaded openapiv3 v1.0.3 |
996 | 2023-10-27T03:13:49.777Z | Downloaded polar-core v0.26.4 |
997 | 2023-10-27T03:13:49.794Z | Downloaded syn v1.0.109 |
998 | 2023-10-27T03:13:49.814Z | Downloaded regex v1.9.5 |
999 | 2023-10-27T03:13:49.841Z | Downloaded object v0.30.4 |
1000 | 2023-10-27T03:13:49.860Z | Downloaded encoding_rs v0.8.33 |
1001 | 2023-10-27T03:13:49.904Z | Downloaded vcpkg v0.2.15 |
1002 | 2023-10-27T03:13:49.979Z | Downloaded radix_trie v0.2.1 |
1003 | 2023-10-27T03:13:49.988Z | Downloaded trust-dns-proto v0.22.0 |
1004 | 2023-10-27T03:13:50.012Z | Downloaded bstr v1.6.0 |
1005 | 2023-10-27T03:13:50.033Z | Downloaded webpki-roots v0.25.2 |
1006 | 2023-10-27T03:13:50.039Z | Downloaded bstr v0.2.17 |
1007 | 2023-10-27T03:13:50.057Z | Downloaded rayon v1.7.0 |
1008 | 2023-10-27T03:13:50.072Z | Downloaded regress v0.7.1 |
1009 | 2023-10-27T03:13:50.085Z | Downloaded proptest v1.3.1 |
1010 | 2023-10-27T03:13:50.102Z | Downloaded idna v0.2.3 |
1011 | 2023-10-27T03:13:50.114Z | Downloaded unicode-normalization v0.1.22 |
1012 | 2023-10-27T03:13:50.120Z | Downloaded chrono v0.4.31 |
1013 | 2023-10-27T03:13:50.134Z | Downloaded syn v2.0.32 |
1014 | 2023-10-27T03:13:50.156Z | Downloaded rustls-webpki v0.101.4 |
1015 | 2023-10-27T03:13:50.184Z | Downloaded idna v0.4.0 |
1016 | 2023-10-27T03:13:50.196Z | Downloaded url v2.4.1 |
1017 | 2023-10-27T03:13:50.201Z | Downloaded ron v0.8.1 |
1018 | 2023-10-27T03:13:50.211Z | Downloaded pest v2.7.2 |
1019 | 2023-10-27T03:13:50.219Z | Downloaded tracing-core v0.1.31 |
1020 | 2023-10-27T03:13:50.224Z | Downloaded reqwest v0.11.20 |
1021 | 2023-10-27T03:13:50.237Z | Downloaded tough v0.12.5 |
1022 | 2023-10-27T03:13:50.251Z | Downloaded tokio-util v0.7.10 |
1023 | 2023-10-27T03:13:50.262Z | Downloaded crossterm v0.27.0 |
1024 | 2023-10-27T03:13:50.273Z | Downloaded toml v0.8.0 |
1025 | 2023-10-27T03:13:50.278Z | Downloaded socket2 v0.5.4 |
1026 | 2023-10-27T03:13:50.282Z | Downloaded rusqlite v0.29.0 |
1027 | 2023-10-27T03:13:50.292Z | Downloaded futures-util v0.3.29 |
1028 | 2023-10-27T03:13:50.313Z | Downloaded aho-corasick v1.0.4 |
1029 | 2023-10-27T03:13:50.323Z | Downloaded regex-automata v0.1.10 |
1030 | 2023-10-27T03:13:50.332Z | Downloaded diff v0.1.13 |
1031 | 2023-10-27T03:13:50.337Z | Downloaded zip v0.6.6 |
1032 | 2023-10-27T03:13:50.344Z | Downloaded quote v1.0.33 |
1033 | 2023-10-27T03:13:50.349Z | Downloaded proc-macro2 v1.0.67 |
1034 | 2023-10-27T03:13:50.352Z | Downloaded tinyvec v1.6.0 |
1035 | 2023-10-27T03:13:50.358Z | Downloaded libz-sys v1.1.12 |
1036 | 2023-10-27T03:13:50.479Z | Downloaded portable-atomic v1.4.3 |
1037 | 2023-10-27T03:13:50.489Z | Downloaded tracing v0.1.37 |
1038 | 2023-10-27T03:13:50.496Z | Downloaded darling_core v0.14.4 |
1039 | 2023-10-27T03:13:50.503Z | Downloaded steno v0.4.0 |
1040 | 2023-10-27T03:13:50.510Z | Downloaded vergen v8.2.4 |
1041 | 2023-10-27T03:13:50.515Z | Downloaded poly1305 v0.8.0 |
1042 | 2023-10-27T03:13:50.519Z | Downloaded nom v7.1.3 |
1043 | 2023-10-27T03:13:50.528Z | Downloaded itertools v0.11.0 |
1044 | 2023-10-27T03:13:50.540Z | Downloaded crossterm v0.26.1 |
1045 | 2023-10-27T03:13:50.551Z | Downloaded derive_builder v0.12.0 |
1046 | 2023-10-27T03:13:50.558Z | Downloaded unsafe-libyaml v0.2.9 |
1047 | 2023-10-27T03:13:50.564Z | Downloaded platforms v3.0.2 |
1048 | 2023-10-27T03:13:50.567Z | Downloaded similar v2.2.1 |
1049 | 2023-10-27T03:13:50.575Z | Downloaded reedline v0.23.0 |
1050 | 2023-10-27T03:13:50.611Z | Downloaded hashbrown v0.14.0 |
1051 | 2023-10-27T03:13:50.615Z | Downloaded darling_core v0.20.3 |
1052 | 2023-10-27T03:13:50.618Z | Downloaded futures v0.3.29 |
1053 | 2023-10-27T03:13:50.621Z | Downloaded password-hash v0.5.0 |
1054 | 2023-10-27T03:13:50.624Z | Downloaded utf8parse v0.2.1 |
1055 | 2023-10-27T03:13:50.628Z | Downloaded secrecy v0.8.0 |
1056 | 2023-10-27T03:13:50.631Z | Downloaded whoami v1.4.1 |
1057 | 2023-10-27T03:13:50.634Z | Downloaded parking_lot v0.11.2 |
1058 | 2023-10-27T03:13:50.636Z | Downloaded openssl-sys v0.9.93 |
1059 | 2023-10-27T03:13:50.639Z | Downloaded num-bigint-dig v0.8.4 |
1060 | 2023-10-27T03:13:50.645Z | Downloaded clap_builder v4.4.2 |
1061 | 2023-10-27T03:13:50.656Z | Downloaded clap v2.34.0 |
1062 | 2023-10-27T03:13:50.668Z | Downloaded trust-dns-resolver v0.22.0 |
1063 | 2023-10-27T03:13:50.675Z | Downloaded toml_edit v0.20.0 |
1064 | 2023-10-27T03:13:50.708Z | Downloaded flagset v0.4.3 |
1065 | 2023-10-27T03:13:50.711Z | Downloaded fixedbitset v0.4.2 |
1066 | 2023-10-27T03:13:50.714Z | Downloaded tokio-stream v0.1.14 |
1067 | 2023-10-27T03:13:50.720Z | Downloaded ryu v1.0.15 |
1068 | 2023-10-27T03:13:50.725Z | Downloaded siphasher v0.3.11 |
1069 | 2023-10-27T03:13:50.727Z | Downloaded sha1 v0.10.5 |
1070 | 2023-10-27T03:13:50.730Z | Downloaded num_cpus v1.16.0 |
1071 | 2023-10-27T03:13:50.733Z | Downloaded libsqlite3-sys v0.26.0 |
1072 | 2023-10-27T03:13:50.877Z | Downloaded uuid v1.4.1 |
1073 | 2023-10-27T03:13:50.881Z | Downloaded serde_with v2.3.3 |
1074 | 2023-10-27T03:13:50.892Z | Downloaded ring v0.16.20 |
1075 | 2023-10-27T03:13:51.057Z | Downloaded libxml v0.3.3 |
1076 | 2023-10-27T03:13:51.068Z | Downloaded time-macros v0.2.13 |
1077 | 2023-10-27T03:13:51.070Z | Downloaded thiserror-no-std v2.0.2 |
1078 | 2023-10-27T03:13:51.077Z | Downloaded smf v0.2.2 |
1079 | 2023-10-27T03:13:51.080Z | Downloaded libm v0.2.7 |
1080 | 2023-10-27T03:13:51.095Z | Downloaded generic-array v0.14.7 |
1081 | 2023-10-27T03:13:51.099Z | Downloaded rand v0.8.5 |
1082 | 2023-10-27T03:13:51.102Z | Downloaded unicode-segmentation v1.10.1 |
1083 | 2023-10-27T03:13:51.108Z | Downloaded pest_meta v2.7.2 |
1084 | 2023-10-27T03:13:51.112Z | Downloaded parking_lot v0.12.1 |
1085 | 2023-10-27T03:13:51.115Z | Downloaded smallvec v1.11.0 |
1086 | 2023-10-27T03:13:51.119Z | Downloaded derive_builder_core v0.12.0 |
1087 | 2023-10-27T03:13:51.122Z | Downloaded flume v0.11.0 |
1088 | 2023-10-27T03:13:51.128Z | Downloaded minimal-lexical v0.2.1 |
1089 | 2023-10-27T03:13:51.136Z | Downloaded same-file v1.0.6 |
1090 | 2023-10-27T03:13:51.139Z | Downloaded structopt-derive v0.4.18 |
1091 | 2023-10-27T03:13:51.142Z | Downloaded unicode-ident v1.0.12 |
1092 | 2023-10-27T03:13:51.145Z | Downloaded itertools v0.10.5 |
1093 | 2023-10-27T03:13:51.155Z | Downloaded hash32 v0.2.1 |
1094 | 2023-10-27T03:13:51.158Z | Downloaded polyval v0.6.1 |
1095 | 2023-10-27T03:13:51.161Z | Downloaded structopt v0.3.26 |
1096 | 2023-10-27T03:13:51.172Z | Downloaded zerocopy v0.6.4 |
1097 | 2023-10-27T03:13:51.176Z | Downloaded serde v1.0.188 |
1098 | 2023-10-27T03:13:51.182Z | Downloaded tungstenite v0.18.0 |
1099 | 2023-10-27T03:13:51.186Z | Downloaded dyn-clone v1.0.13 |
1100 | 2023-10-27T03:13:51.189Z | Downloaded dtrace-parser v0.1.14 |
1101 | 2023-10-27T03:13:51.192Z | Downloaded slog-bunyan v2.4.0 |
1102 | 2023-10-27T03:13:51.195Z | Downloaded thiserror-impl-no-std v2.0.2 |
1103 | 2023-10-27T03:13:51.197Z | Downloaded ena v0.14.2 |
1104 | 2023-10-27T03:13:51.200Z | Downloaded zeroize v1.6.0 |
1105 | 2023-10-27T03:13:51.203Z | Downloaded rsa v0.9.2 |
1106 | 2023-10-27T03:13:51.206Z | Downloaded getopts v0.2.21 |
1107 | 2023-10-27T03:13:51.209Z | Downloaded rustfmt-wrapper v0.2.0 |
1108 | 2023-10-27T03:13:51.211Z | Downloaded ctr v0.9.2 |
1109 | 2023-10-27T03:13:51.215Z | Downloaded rustversion v1.0.14 |
1110 | 2023-10-27T03:13:51.218Z | Downloaded aes v0.8.3 |
1111 | 2023-10-27T03:13:51.223Z | Downloaded headers-core v0.2.0 |
1112 | 2023-10-27T03:13:51.227Z | Downloaded foreign-types-shared v0.1.1 |
1113 | 2023-10-27T03:13:51.230Z | Downloaded foreign-types v0.5.0 |
1114 | 2023-10-27T03:13:51.232Z | Downloaded darling_macro v0.20.3 |
1115 | 2023-10-27T03:13:51.235Z | Downloaded termtree v0.4.1 |
1116 | 2023-10-27T03:13:51.238Z | Downloaded precomputed-hash v0.1.1 |
1117 | 2023-10-27T03:13:51.241Z | Downloaded tokio-tungstenite v0.20.1 |
1118 | 2023-10-27T03:13:51.243Z | Downloaded const_format v0.2.31 |
1119 | 2023-10-27T03:13:51.246Z | Downloaded crypto-bigint v0.5.2 |
1120 | 2023-10-27T03:13:51.251Z | Downloaded headers v0.3.9 |
1121 | 2023-10-27T03:13:51.260Z | Downloaded serde_tokenstream v0.1.7 |
1122 | 2023-10-27T03:13:51.265Z | Downloaded slog-envlogger v2.2.0 |
1123 | 2023-10-27T03:13:51.268Z | Downloaded zeroize_derive v1.4.2 |
1124 | 2023-10-27T03:13:51.271Z | Downloaded debug-ignore v1.0.5 |
1125 | 2023-10-27T03:13:51.273Z | Downloaded slog-json v2.6.1 |
1126 | 2023-10-27T03:13:51.276Z | Downloaded slog-dtrace v0.2.3 |
1127 | 2023-10-27T03:13:51.278Z | Downloaded postcard-cobs v0.1.5-pre |
1128 | 2023-10-27T03:13:51.282Z | Downloaded wait-timeout v0.2.0 |
1129 | 2023-10-27T03:13:51.285Z | Downloaded pin-project-lite v0.2.13 |
1130 | 2023-10-27T03:13:51.288Z | Downloaded twox-hash v1.6.3 |
1131 | 2023-10-27T03:13:51.291Z | Downloaded once_cell v1.18.0 |
1132 | 2023-10-27T03:13:51.295Z | Downloaded crossbeam-channel v0.5.8 |
1133 | 2023-10-27T03:13:51.302Z | Downloaded tracing-attributes v0.1.26 |
1134 | 2023-10-27T03:13:51.306Z | Downloaded env_logger v0.10.0 |
1135 | 2023-10-27T03:13:51.311Z | Downloaded chacha20poly1305 v0.10.1 |
1136 | 2023-10-27T03:13:51.314Z | Downloaded parking_lot_core v0.8.6 |
1137 | 2023-10-27T03:13:51.317Z | Downloaded owo-colors v3.5.0 |
1138 | 2023-10-27T03:13:51.321Z | Downloaded socket2 v0.4.9 |
1139 | 2023-10-27T03:13:51.325Z | Downloaded scheduled-thread-pool v0.2.7 |
1140 | 2023-10-27T03:13:51.328Z | Downloaded pretty-hex v0.3.0 |
1141 | 2023-10-27T03:13:51.330Z | Downloaded futures-task v0.3.29 |
1142 | 2023-10-27T03:13:51.333Z | Downloaded universal-hash v0.5.1 |
1143 | 2023-10-27T03:13:51.336Z | Downloaded thread-id v4.2.0 |
1144 | 2023-10-27T03:13:51.340Z | Downloaded peeking_take_while v0.1.2 |
1145 | 2023-10-27T03:13:51.343Z | Downloaded path-dedot v3.1.0 |
1146 | 2023-10-27T03:13:51.346Z | Downloaded futures-macro v0.3.29 |
1147 | 2023-10-27T03:13:51.348Z | Downloaded derive-where v1.2.5 |
1148 | 2023-10-27T03:13:51.351Z | Downloaded olpc-cjson v0.1.3 |
1149 | 2023-10-27T03:13:51.354Z | Downloaded r2d2 v0.8.10 |
1150 | 2023-10-27T03:13:51.357Z | Downloaded num-traits v0.2.16 |
1151 | 2023-10-27T03:13:51.360Z | Downloaded serde_derive v1.0.188 |
1152 | 2023-10-27T03:13:51.371Z | Downloaded globset v0.4.13 |
1153 | 2023-10-27T03:13:51.374Z | Downloaded base64 v0.21.5 |
1154 | 2023-10-27T03:13:51.376Z | Downloaded backtrace v0.3.69 |
1155 | 2023-10-27T03:13:51.379Z | Downloaded version_check v0.9.4 |
1156 | 2023-10-27T03:13:51.382Z | Downloaded predicates v2.1.5 |
1157 | 2023-10-27T03:13:51.385Z | Downloaded pest_derive v2.7.2 |
1158 | 2023-10-27T03:13:51.387Z | Downloaded ron v0.7.1 |
1159 | 2023-10-27T03:13:51.390Z | Downloaded toml v0.7.8 |
1160 | 2023-10-27T03:13:51.394Z | Downloaded openssl-probe v0.1.5 |
1161 | 2023-10-27T03:13:51.397Z | Downloaded serde_yaml v0.9.25 |
1162 | 2023-10-27T03:13:51.402Z | Downloaded topological-sort v0.2.2 |
1163 | 2023-10-27T03:13:51.404Z | Downloaded stringprep v0.1.3 |
1164 | 2023-10-27T03:13:51.408Z | Downloaded hkdf v0.12.3 |
1165 | 2023-10-27T03:13:51.411Z | Downloaded term v0.7.0 |
1166 | 2023-10-27T03:13:51.416Z | Downloaded tar v0.4.40 |
1167 | 2023-10-27T03:13:51.420Z | Downloaded fnv v1.0.7 |
1168 | 2023-10-27T03:13:51.423Z | Downloaded fastrand v2.0.0 |
1169 | 2023-10-27T03:13:51.426Z | Downloaded fallible-iterator v0.2.0 |
1170 | 2023-10-27T03:13:51.429Z | Downloaded erased-serde v0.3.30 |
1171 | 2023-10-27T03:13:51.431Z | Downloaded unarray v0.1.4 |
1172 | 2023-10-27T03:13:51.435Z | Downloaded toolchain_find v0.2.0 |
1173 | 2023-10-27T03:13:51.437Z | Downloaded group v0.13.0 |
1174 | 2023-10-27T03:13:51.440Z | Downloaded getrandom v0.2.10 |
1175 | 2023-10-27T03:13:51.443Z | Downloaded yasna v0.5.2 |
1176 | 2023-10-27T03:13:51.445Z | Downloaded tempfile v3.8.0 |
1177 | 2023-10-27T03:13:51.448Z | Downloaded rtoolbox v0.0.1 |
1178 | 2023-10-27T03:13:51.451Z | Downloaded crossbeam-utils v0.8.16 |
1179 | 2023-10-27T03:13:51.454Z | Downloaded arc-swap v1.6.0 |
1180 | 2023-10-27T03:13:51.460Z | Downloaded rcgen v0.10.0 |
1181 | 2023-10-27T03:13:51.464Z | Downloaded strum_macros v0.24.3 |
1182 | 2023-10-27T03:13:51.467Z | Downloaded strip-ansi-escapes v0.2.0 |
1183 | 2023-10-27T03:13:51.470Z | Downloaded enum-as-inner v0.5.1 |
1184 | 2023-10-27T03:13:51.472Z | Downloaded futures-channel v0.3.29 |
1185 | 2023-10-27T03:13:51.475Z | Downloaded allocator-api2 v0.2.16 |
1186 | 2023-10-27T03:13:51.480Z | Downloaded phf_shared v0.10.0 |
1187 | 2023-10-27T03:13:51.482Z | Downloaded strsim v0.10.0 |
1188 | 2023-10-27T03:13:51.485Z | Downloaded pem v1.1.1 |
1189 | 2023-10-27T03:13:51.487Z | Downloaded semver-parser v0.10.2 |
1190 | 2023-10-27T03:13:51.490Z | Downloaded ff v0.13.0 |
1191 | 2023-10-27T03:13:51.493Z | Downloaded serde_urlencoded v0.7.1 |
1192 | 2023-10-27T03:13:51.496Z | Downloaded serde_tokenstream v0.2.0 |
1193 | 2023-10-27T03:13:51.498Z | Downloaded paste v1.0.14 |
1194 | 2023-10-27T03:13:51.503Z | Downloaded parse-display-derive v0.7.0 |
1195 | 2023-10-27T03:13:51.505Z | Downloaded dirs-sys-next v0.1.2 |
1196 | 2023-10-27T03:13:51.508Z | Downloaded darling v0.20.3 |
1197 | 2023-10-27T03:13:51.511Z | Downloaded deranged v0.3.8 |
1198 | 2023-10-27T03:13:51.514Z | Downloaded unicase v2.7.0 |
1199 | 2023-10-27T03:13:51.517Z | Downloaded ringbuffer v0.15.0 |
1200 | 2023-10-27T03:13:51.520Z | Downloaded ahash v0.8.3 |
1201 | 2023-10-27T03:13:51.524Z | Downloaded darling v0.14.4 |
1202 | 2023-10-27T03:13:51.528Z | Downloaded miniz_oxide v0.7.1 |
1203 | 2023-10-27T03:13:51.531Z | Downloaded indexmap v2.0.0 |
1204 | 2023-10-27T03:13:51.538Z | Downloaded cc v1.0.83 |
1205 | 2023-10-27T03:13:51.542Z | Downloaded crc32fast v1.3.2 |
1206 | 2023-10-27T03:13:51.545Z | Downloaded console v0.15.7 |
1207 | 2023-10-27T03:13:51.550Z | Downloaded crc-any v2.4.3 |
1208 | 2023-10-27T03:13:51.553Z | Downloaded strum_macros v0.25.2 |
1209 | 2023-10-27T03:13:51.556Z | Downloaded crypto-common v0.1.6 |
1210 | 2023-10-27T03:13:51.559Z | Downloaded ascii v1.1.0 |
1211 | 2023-10-27T03:13:51.562Z | Downloaded rand_xorshift v0.3.0 |
1212 | 2023-10-27T03:13:51.564Z | Downloaded termios v0.3.3 |
1213 | 2023-10-27T03:13:51.567Z | Downloaded spki v0.7.2 |
1214 | 2023-10-27T03:13:51.570Z | Downloaded slog v2.7.0 |
1215 | 2023-10-27T03:13:51.573Z | Downloaded clap v4.4.3 |
1216 | 2023-10-27T03:13:51.587Z | Downloaded slog-term v2.9.0 |
1217 | 2023-10-27T03:13:51.591Z | Downloaded which v4.4.0 |
1218 | 2023-10-27T03:13:51.595Z | Downloaded bindgen v0.65.1 |
1219 | 2023-10-27T03:13:51.606Z | Downloaded rand_chacha v0.3.1 |
1220 | 2023-10-27T03:13:51.608Z | Downloaded vte_generate_state_changes v0.1.1 |
1221 | 2023-10-27T03:13:51.635Z | Downloaded num_enum v0.7.0 |
1222 | 2023-10-27T03:13:51.638Z | Downloaded multer v2.1.0 |
1223 | 2023-10-27T03:13:51.641Z | Downloaded mockall_derive v0.11.4 |
1224 | 2023-10-27T03:13:51.644Z | Downloaded lock_api v0.4.10 |
1225 | 2023-10-27T03:13:51.646Z | Downloaded signature v1.6.4 |
1226 | 2023-10-27T03:13:51.649Z | Downloaded form_urlencoded v1.2.0 |
1227 | 2023-10-27T03:13:51.652Z | Downloaded semver v1.0.20 |
1228 | 2023-10-27T03:13:51.655Z | Downloaded semver v0.11.0 |
1229 | 2023-10-27T03:13:51.658Z | Downloaded wyz v0.5.1 |
1230 | 2023-10-27T03:13:51.660Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1231 | 2023-10-27T03:13:51.663Z | Downloaded indexmap v1.9.3 |
1232 | 2023-10-27T03:13:51.665Z | Downloaded const-oid v0.9.5 |
1233 | 2023-10-27T03:13:51.668Z | Downloaded bit-set v0.5.3 |
1234 | 2023-10-27T03:13:51.671Z | Downloaded async-stream v0.3.5 |
1235 | 2023-10-27T03:13:51.674Z | Downloaded num-rational v0.4.1 |
1236 | 2023-10-27T03:13:51.677Z | Downloaded termcolor v1.2.0 |
1237 | 2023-10-27T03:13:51.679Z | Downloaded synstructure v0.12.6 |
1238 | 2023-10-27T03:13:51.682Z | Downloaded snafu-derive v0.7.5 |
1239 | 2023-10-27T03:13:51.685Z | Downloaded autocfg v1.1.0 |
1240 | 2023-10-27T03:13:51.688Z | Downloaded num_enum v0.5.11 |
1241 | 2023-10-27T03:13:51.690Z | Downloaded linked-hash-map v0.5.6 |
1242 | 2023-10-27T03:13:51.693Z | Downloaded fd-lock v3.0.13 |
1243 | 2023-10-27T03:13:51.696Z | Downloaded num_threads v0.1.6 |
1244 | 2023-10-27T03:13:51.700Z | Downloaded crunchy v0.2.2 |
1245 | 2023-10-27T03:13:51.702Z | Downloaded serde-big-array v0.4.1 |
1246 | 2023-10-27T03:13:51.705Z | Downloaded subtle v2.5.0 |
1247 | 2023-10-27T03:13:51.708Z | Downloaded addr2line v0.21.0 |
1248 | 2023-10-27T03:13:51.710Z | Downloaded foreign-types-shared v0.3.1 |
1249 | 2023-10-27T03:13:51.713Z | Downloaded structmeta-derive v0.1.6 |
1250 | 2023-10-27T03:13:51.715Z | Downloaded static_assertions v1.1.0 |
1251 | 2023-10-27T03:13:51.718Z | Downloaded stable_deref_trait v1.2.0 |
1252 | 2023-10-27T03:13:51.721Z | Downloaded signal-hook-registry v1.4.1 |
1253 | 2023-10-27T03:13:51.723Z | Downloaded bzip2 v0.4.4 |
1254 | 2023-10-27T03:13:51.727Z | Downloaded native-tls v0.2.11 |
1255 | 2023-10-27T03:13:51.733Z | Downloaded memoffset v0.9.0 |
1256 | 2023-10-27T03:13:51.736Z | Downloaded rustc_version v0.1.7 |
1257 | 2023-10-27T03:13:51.739Z | Downloaded try-lock v0.2.4 |
1258 | 2023-10-27T03:13:51.742Z | Downloaded serde_with_macros v2.3.3 |
1259 | 2023-10-27T03:13:51.745Z | Downloaded clang-sys v1.6.1 |
1260 | 2023-10-27T03:13:51.747Z | Downloaded mime_guess v2.0.4 |
1261 | 2023-10-27T03:13:51.750Z | Downloaded lru-cache v0.1.2 |
1262 | 2023-10-27T03:13:51.752Z | Downloaded cargo_toml v0.16.3 |
1263 | 2023-10-27T03:13:51.755Z | Downloaded anyhow v1.0.75 |
1264 | 2023-10-27T03:13:51.757Z | Downloaded aead v0.5.2 |
1265 | 2023-10-27T03:13:51.760Z | Downloaded slog-stdlog v4.1.1 |
1266 | 2023-10-27T03:13:51.763Z | Downloaded slog-async v2.8.0 |
1267 | 2023-10-27T03:13:51.766Z | Downloaded signal-hook-mio v0.2.3 |
1268 | 2023-10-27T03:13:51.768Z | Downloaded io-lifetimes v1.0.11 |
1269 | 2023-10-27T03:13:51.771Z | Downloaded ciborium v0.2.1 |
1270 | 2023-10-27T03:13:51.773Z | Downloaded linear-map v1.2.0 |
1271 | 2023-10-27T03:13:51.776Z | Downloaded libloading v0.7.4 |
1272 | 2023-10-27T03:13:51.779Z | Downloaded libefi-sys v0.1.0 |
1273 | 2023-10-27T03:13:51.782Z | Downloaded lalrpop-util v0.19.12 |
1274 | 2023-10-27T03:13:51.785Z | Downloaded keccak v0.1.4 |
1275 | 2023-10-27T03:13:51.788Z | Downloaded jobserver v0.1.26 |
1276 | 2023-10-27T03:13:51.790Z | Downloaded backoff v0.4.0 |
1277 | 2023-10-27T03:13:51.793Z | Downloaded ascii-canvas v3.0.0 |
1278 | 2023-10-27T03:13:51.796Z | Downloaded anstyle-parse v0.2.1 |
1279 | 2023-10-27T03:13:51.798Z | Downloaded anstream v0.5.0 |
1280 | 2023-10-27T03:13:51.801Z | Downloaded indoc v2.0.3 |
1281 | 2023-10-27T03:13:51.804Z | Downloaded async-trait v0.1.74 |
1282 | 2023-10-27T03:13:51.806Z | Downloaded adler v1.0.2 |
1283 | 2023-10-27T03:13:51.809Z | Downloaded ipnet v2.8.0 |
1284 | 2023-10-27T03:13:51.812Z | Downloaded iana-time-zone v0.1.57 |
1285 | 2023-10-27T03:13:51.815Z | Downloaded memoffset v0.7.1 |
1286 | 2023-10-27T03:13:51.817Z | Downloaded indoc v1.0.9 |
1287 | 2023-10-27T03:13:51.820Z | Downloaded crc v3.0.1 |
1288 | 2023-10-27T03:13:51.823Z | Downloaded cipher v0.4.4 |
1289 | 2023-10-27T03:13:51.825Z | Downloaded bitflags v1.3.2 |
1290 | 2023-10-27T03:13:51.828Z | Downloaded terminal_size v0.2.6 |
1291 | 2023-10-27T03:13:51.831Z | Downloaded async-recursion v1.0.5 |
1292 | 2023-10-27T03:13:51.835Z | Downloaded ansi_term v0.12.1 |
1293 | 2023-10-27T03:13:51.838Z | Downloaded httparse v1.8.0 |
1294 | 2023-10-27T03:13:51.840Z | Downloaded camino v1.1.6 |
1295 | 2023-10-27T03:13:51.843Z | Downloaded blake2 v0.10.6 |
1296 | 2023-10-27T03:13:51.845Z | Downloaded bitflags v2.4.0 |
1297 | 2023-10-27T03:13:51.848Z | Downloaded crossbeam v0.8.2 |
1298 | 2023-10-27T03:13:51.851Z | Downloaded bytesize v1.3.0 |
1299 | 2023-10-27T03:13:51.854Z | Downloaded num v0.4.1 |
1300 | 2023-10-27T03:13:51.856Z | Downloaded is-terminal v0.4.9 |
1301 | 2023-10-27T03:13:51.859Z | Downloaded inout v0.1.3 |
1302 | 2023-10-27T03:13:51.862Z | Downloaded impl-trait-for-tuples v0.2.2 |
1303 | 2023-10-27T03:13:51.864Z | Downloaded clap_derive v4.4.2 |
1304 | 2023-10-27T03:13:51.867Z | Downloaded cexpr v0.6.0 |
1305 | 2023-10-27T03:13:51.870Z | Downloaded maplit v1.0.2 |
1306 | 2023-10-27T03:13:51.873Z | Downloaded macaddr v1.0.1 |
1307 | 2023-10-27T03:13:51.876Z | Downloaded crc-catalog v2.2.0 |
1308 | 2023-10-27T03:13:51.879Z | Downloaded hubpack v0.1.2 |
1309 | 2023-10-27T03:13:51.881Z | Downloaded cassowary v0.3.0 |
1310 | 2023-10-27T03:13:51.884Z | Downloaded snafu v0.7.5 |
1311 | 2023-10-27T03:13:51.887Z | Downloaded slog-scope v4.4.0 |
1312 | 2023-10-27T03:13:51.889Z | Downloaded ciborium-ll v0.2.1 |
1313 | 2023-10-27T03:13:51.892Z | Downloaded block-padding v0.3.3 |
1314 | 2023-10-27T03:13:51.895Z | Downloaded http v0.2.9 |
1315 | 2023-10-27T03:13:51.898Z | Downloaded camino-tempfile v1.0.2 |
1316 | 2023-10-27T03:13:51.900Z | Downloaded serde-hex v0.1.0 |
1317 | 2023-10-27T03:13:51.903Z | Downloaded hyper-tls v0.5.0 |
1318 | 2023-10-27T03:13:51.906Z | Downloaded httpdate v1.0.3 |
1319 | 2023-10-27T03:13:51.908Z | Downloaded cargo-platform v0.1.3 |
1320 | 2023-10-27T03:13:51.911Z | Downloaded async-stream-impl v0.3.5 |
1321 | 2023-10-27T03:13:51.914Z | Downloaded atty v0.2.14 |
1322 | 2023-10-27T03:13:51.916Z | Downloaded atomicwrites v0.4.2 |
1323 | 2023-10-27T03:13:51.919Z | Downloaded array-init v0.0.4 |
1324 | 2023-10-27T03:13:51.921Z | Downloaded serde_arrays v0.1.0 |
1325 | 2023-10-27T03:13:51.924Z | Downloaded cfg-if v1.0.0 |
1326 | 2023-10-27T03:13:51.926Z | Downloaded cfg-if v0.1.10 |
1327 | 2023-10-27T03:13:51.929Z | Downloaded num-derive v0.4.0 |
1328 | 2023-10-27T03:13:51.931Z | Downloaded cpufeatures v0.2.9 |
1329 | 2023-10-27T03:13:51.934Z | Downloaded ipnetwork v0.20.0 |
1330 | 2023-10-27T03:13:51.936Z | Downloaded hyper-staticfile v0.9.5 |
1331 | 2023-10-27T03:13:51.939Z | Downloaded home v0.5.5 |
1332 | 2023-10-27T03:13:51.942Z | Downloaded hubpack_derive v0.1.1 |
1333 | 2023-10-27T03:13:51.945Z | Downloaded hostname v0.3.1 |
1334 | 2023-10-27T03:13:51.947Z | Downloaded highway v1.1.0 |
1335 | 2023-10-27T03:13:51.950Z | Downloaded block-buffer v0.10.4 |
1336 | 2023-10-27T03:13:51.953Z | Downloaded ciborium-io v0.2.1 |
1337 | 2023-10-27T03:13:51.956Z | Downloaded chacha20 v0.9.1 |
1338 | 2023-10-27T03:13:51.958Z | Downloaded bytes v1.5.0 |
1339 | 2023-10-27T03:13:51.961Z | Downloaded heck v0.4.1 |
1340 | 2023-10-27T03:13:51.964Z | Downloaded heapless v0.7.16 |
1341 | 2023-10-27T03:13:51.967Z | Downloaded byteorder v1.5.0 |
1342 | 2023-10-27T03:13:51.972Z | Downloaded base64 v0.13.1 |
1343 | 2023-10-27T03:13:51.975Z | Downloaded cargo_metadata v0.18.0 |
1344 | 2023-10-27T03:13:51.978Z | Downloaded bytecount v0.6.3 |
1345 | 2023-10-27T03:13:51.984Z | Downloaded bitstruct_derive v0.1.0 |
1346 | 2023-10-27T03:13:51.987Z | Downloaded heck v0.3.3 |
1347 | 2023-10-27T03:13:51.990Z | Downloaded bitstruct v0.1.1 |
1348 | 2023-10-27T03:13:51.993Z | Downloaded bit-vec v0.6.3 |
1349 | 2023-10-27T03:13:51.996Z | Downloaded bcs v0.1.6 |
1350 | 2023-10-27T03:13:51.998Z | Downloaded base64ct v1.6.0 |
1351 | 2023-10-27T03:13:52.001Z | Downloaded base16ct v0.2.0 |
1352 | 2023-10-27T03:13:52.291Z | Compiling proc-macro2 v1.0.67 |
1353 | 2023-10-27T03:13:52.294Z | Compiling unicode-ident v1.0.12 |
1354 | 2023-10-27T03:13:52.297Z | Compiling libc v0.2.149 |
1355 | 2023-10-27T03:13:52.299Z | Compiling serde v1.0.188 |
1356 | 2023-10-27T03:13:52.303Z | Compiling autocfg v1.1.0 |
1357 | 2023-10-27T03:13:52.306Z | Compiling version_check v0.9.4 |
1358 | 2023-10-27T03:13:52.312Z | Compiling cfg-if v1.0.0 |
1359 | 2023-10-27T03:13:52.546Z | Compiling syn v1.0.109 |
1360 | 2023-10-27T03:13:52.549Z | Compiling once_cell v1.18.0 |
1361 | 2023-10-27T03:13:52.666Z | Compiling parking_lot_core v0.9.8 |
1362 | 2023-10-27T03:13:53.130Z | Compiling libm v0.2.7 |
1363 | 2023-10-27T03:13:53.328Z | Compiling ahash v0.8.3 |
1364 | 2023-10-27T03:13:53.422Z | Compiling lock_api v0.4.10 |
1365 | 2023-10-27T03:13:54.254Z | Compiling num-traits v0.2.16 |
1366 | 2023-10-27T03:13:54.257Z | Compiling thiserror v1.0.49 |
1367 | 2023-10-27T03:13:54.260Z | Compiling typenum v1.16.0 |
1368 | 2023-10-27T03:13:54.293Z | Compiling futures-core v0.3.29 |
1369 | 2023-10-27T03:13:54.649Z | Compiling generic-array v0.14.7 |
1370 | 2023-10-27T03:13:54.884Z | Compiling memchr v2.6.3 |
1371 | 2023-10-27T03:13:55.119Z | Compiling itoa v1.0.9 |
1372 | 2023-10-27T03:13:55.537Z | Compiling scopeguard v1.2.0 |
1373 | 2023-10-27T03:13:55.667Z | Compiling pkg-config v0.3.27 |
1374 | 2023-10-27T03:13:56.023Z | Compiling slab v0.4.9 |
1375 | 2023-10-27T03:13:56.130Z | Compiling quote v1.0.33 |
1376 | 2023-10-27T03:13:56.431Z | Compiling futures-task v0.3.29 |
1377 | 2023-10-27T03:13:56.865Z | Compiling syn v2.0.32 |
1378 | 2023-10-27T03:13:57.158Z | Compiling jobserver v0.1.26 |
1379 | 2023-10-27T03:13:57.370Z | Compiling getrandom v0.2.10 |
1380 | 2023-10-27T03:13:57.873Z | Compiling cc v1.0.83 |
1381 | 2023-10-27T03:13:57.975Z | Compiling futures-channel v0.3.29 |
1382 | 2023-10-27T03:13:58.246Z | Compiling futures-util v0.3.29 |
1383 | 2023-10-27T03:13:58.577Z | Compiling log v0.4.20 |
1384 | 2023-10-27T03:13:59.380Z | Compiling ryu v1.0.15 |
1385 | 2023-10-27T03:13:59.450Z | Compiling pin-project-lite v0.2.13 |
1386 | 2023-10-27T03:13:59.645Z | Compiling serde_json v1.0.107 |
1387 | 2023-10-27T03:13:59.783Z | Compiling schemars v0.8.13 |
1388 | 2023-10-27T03:13:59.881Z | Compiling smallvec v1.11.0 |
1389 | 2023-10-27T03:13:59.957Z | Compiling heck v0.4.1 |
1390 | 2023-10-27T03:14:00.127Z | Compiling vcpkg v0.2.15 |
1391 | 2023-10-27T03:14:02.014Z | Compiling parking_lot v0.12.1 |
1392 | 2023-10-27T03:14:02.755Z | Compiling ring v0.16.20 |
1393 | 2023-10-27T03:14:03.155Z | Compiling openssl-sys v0.9.93 |
1394 | 2023-10-27T03:14:04.385Z | Compiling num_cpus v1.16.0 |
1395 | 2023-10-27T03:14:05.080Z | Compiling rand_core v0.6.4 |
1396 | 2023-10-27T03:14:05.553Z | Compiling indexmap v1.9.3 |
1397 | 2023-10-27T03:14:05.842Z | Compiling byteorder v1.5.0 |
1398 | 2023-10-27T03:14:05.941Z | Compiling allocator-api2 v0.2.16 |
1399 | 2023-10-27T03:14:06.312Z | Compiling equivalent v1.0.1 |
1400 | 2023-10-27T03:14:06.332Z | Compiling httparse v1.8.0 |
1401 | 2023-10-27T03:14:06.466Z | Compiling spin v0.5.2 |
1402 | 2023-10-27T03:14:06.602Z | Compiling mio v0.8.8 |
1403 | 2023-10-27T03:14:06.875Z | Compiling socket2 v0.5.4 |
1404 | 2023-10-27T03:14:07.208Z | Compiling hashbrown v0.14.0 |
1405 | 2023-10-27T03:14:07.232Z | Compiling signal-hook-registry v1.4.1 |
1406 | 2023-10-27T03:14:09.279Z | Compiling fnv v1.0.7 |
1407 | 2023-10-27T03:14:09.715Z | Compiling serde_derive_internals v0.26.0 |
1408 | 2023-10-27T03:14:09.915Z | Compiling openssl v0.10.57 |
1409 | 2023-10-27T03:14:10.099Z | Compiling semver v1.0.20 |
1410 | 2023-10-27T03:14:10.470Z | Compiling rustls v0.21.7 |
1411 | 2023-10-27T03:14:10.502Z | Compiling iana-time-zone v0.1.57 |
1412 | 2023-10-27T03:14:10.738Z | Compiling native-tls v0.2.11 |
1413 | 2023-10-27T03:14:10.829Z | Compiling crossbeam-utils v0.8.16 |
1414 | 2023-10-27T03:14:11.046Z | Compiling ucd-trie v0.1.6 |
1415 | 2023-10-27T03:14:11.071Z | Compiling unicode-xid v0.2.4 |
1416 | 2023-10-27T03:14:11.321Z | Compiling synstructure v0.12.6 |
1417 | 2023-10-27T03:14:12.616Z | Compiling io-lifetimes v1.0.11 |
1418 | 2023-10-27T03:14:12.720Z | Compiling futures-sink v0.3.29 |
1419 | 2023-10-27T03:14:13.303Z | Compiling backtrace v0.3.69 |
1420 | 2023-10-27T03:14:13.707Z | Compiling dyn-clone v1.0.13 |
1421 | 2023-10-27T03:14:13.730Z | Compiling tinyvec_macros v0.1.1 |
1422 | 2023-10-27T03:14:13.846Z | Compiling tinyvec v1.6.0 |
1423 | 2023-10-27T03:14:14.429Z | Compiling tracing-core v0.1.31 |
1424 | 2023-10-27T03:14:14.491Z | Compiling memoffset v0.9.0 |
1425 | 2023-10-27T03:14:14.651Z | Compiling num-integer v0.1.45 |
1426 | 2023-10-27T03:14:14.924Z | Compiling futures-io v0.3.29 |
1427 | 2023-10-27T03:14:15.040Z | Compiling rustix v0.37.23 |
1428 | 2023-10-27T03:14:15.063Z | Compiling pin-utils v0.1.0 |
1429 | 2023-10-27T03:14:15.202Z | Compiling rustix v0.38.9 |
1430 | 2023-10-27T03:14:15.469Z | Compiling winnow v0.5.15 |
1431 | 2023-10-27T03:14:15.491Z | Compiling subtle v2.5.0 |
1432 | 2023-10-27T03:14:16.015Z | Compiling hashbrown v0.13.2 |
1433 | 2023-10-27T03:14:16.115Z | Compiling aho-corasick v1.0.4 |
1434 | 2023-10-27T03:14:16.609Z | Compiling unicode-normalization v0.1.22 |
1435 | 2023-10-27T03:14:16.747Z | Compiling usdt-impl v0.3.5 |
1436 | 2023-10-27T03:14:17.929Z | Compiling slog v2.7.0 |
1437 | 2023-10-27T03:14:18.458Z | Compiling crc32fast v1.3.2 |
1438 | 2023-10-27T03:14:18.568Z | Compiling regex-syntax v0.7.5 |
1439 | 2023-10-27T03:14:19.108Z | Compiling unicode-bidi v0.3.13 |
1440 | 2023-10-27T03:14:19.111Z | Compiling const-oid v0.9.5 |
1441 | 2023-10-27T03:14:19.475Z | Compiling anyhow v1.0.75 |
1442 | 2023-10-27T03:14:19.597Z | Compiling serde_derive v1.0.188 |
1443 | 2023-10-27T03:14:20.254Z | Compiling thiserror-impl v1.0.49 |
1444 | 2023-10-27T03:14:20.280Z | Compiling zeroize_derive v1.4.2 |
1445 | 2023-10-27T03:14:21.306Z | Compiling tokio-macros v2.1.0 |
1446 | 2023-10-27T03:14:21.774Z | Compiling futures-macro v0.3.29 |
1447 | 2023-10-27T03:14:22.630Z | Compiling tracing-attributes v0.1.26 |
1448 | 2023-10-27T03:14:22.762Z | Compiling schemars_derive v0.8.13 |
1449 | 2023-10-27T03:14:22.846Z | Compiling zeroize v1.6.0 |
1450 | 2023-10-27T03:14:25.120Z | Compiling openssl-macros v0.1.1 |
1451 | 2023-10-27T03:14:25.143Z | Compiling pest v2.7.2 |
1452 | 2023-10-27T03:14:26.046Z | Compiling zerocopy-derive v0.2.0 |
1453 | 2023-10-27T03:14:26.141Z | Compiling crypto-common v0.1.6 |
1454 | 2023-10-27T03:14:26.450Z | Compiling block-buffer v0.10.4 |
1455 | 2023-10-27T03:14:27.691Z | Compiling time-core v0.1.1 |
1456 | 2023-10-27T03:14:27.951Z | Compiling bitflags v1.3.2 |
1457 | 2023-10-27T03:14:28.165Z | Compiling tracing v0.1.37 |
1458 | 2023-10-27T03:14:29.178Z | Compiling time-macros v0.2.13 |
1459 | 2023-10-27T03:14:29.604Z | Compiling pest_meta v2.7.2 |
1460 | 2023-10-27T03:14:29.677Z | Compiling digest v0.10.7 |
1461 | 2023-10-27T03:14:30.379Z | Compiling regex-automata v0.3.8 |
1462 | 2023-10-27T03:14:33.978Z | Compiling pest_generator v2.7.2 |
1463 | 2023-10-27T03:14:36.804Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1464 | 2023-10-27T03:14:37.051Z | Compiling pest_derive v2.7.2 |
1465 | 2023-10-27T03:14:37.089Z | Compiling crossbeam-epoch v0.9.15 |
1466 | 2023-10-27T03:14:37.452Z | Compiling rustversion v1.0.14 |
1467 | 2023-10-27T03:14:37.901Z | Compiling async-trait v0.1.74 |
1468 | 2023-10-27T03:14:38.354Z | Compiling ppv-lite86 v0.2.17 |
1469 | 2023-10-27T03:14:38.691Z | Compiling zerocopy v0.3.0 |
1470 | 2023-10-27T03:14:39.792Z | Compiling rand_chacha v0.3.1 |
1471 | 2023-10-27T03:14:40.048Z | Compiling zerocopy-derive v0.6.4 |
1472 | 2023-10-27T03:14:40.948Z | Compiling strsim v0.10.0 |
1473 | 2023-10-27T03:14:42.067Z | Compiling untrusted v0.7.1 |
1474 | 2023-10-27T03:14:42.255Z | Compiling base64 v0.21.5 |
1475 | 2023-10-27T03:14:43.142Z | Compiling bytes v1.5.0 |
1476 | 2023-10-27T03:14:44.566Z | Compiling indexmap v2.0.0 |
1477 | 2023-10-27T03:14:45.199Z | Compiling tokio v1.33.0 |
1478 | 2023-10-27T03:14:45.842Z | Compiling uuid v1.4.1 |
1479 | 2023-10-27T03:14:46.629Z | Compiling chrono v0.4.31 |
1480 | 2023-10-27T03:14:47.998Z | Compiling bitflags v2.4.0 |
1481 | 2023-10-27T03:14:48.122Z | Compiling toml_datetime v0.6.3 |
1482 | 2023-10-27T03:14:48.947Z | Compiling serde_spanned v0.6.3 |
1483 | 2023-10-27T03:14:49.305Z | Compiling toml_edit v0.19.15 |
1484 | 2023-10-27T03:14:49.615Z | Compiling rustc_version v0.4.0 |
1485 | 2023-10-27T03:14:49.937Z | Compiling http v0.2.9 |
1486 | 2023-10-27T03:14:52.807Z | Compiling heapless v0.7.16 |
1487 | 2023-10-27T03:14:56.037Z | Compiling rand v0.8.5 |
1488 | 2023-10-27T03:14:56.906Z | Compiling dof v0.1.5 |
1489 | 2023-10-27T03:15:00.457Z | Compiling tokio-util v0.7.10 |
1490 | 2023-10-27T03:15:01.370Z | Compiling dtrace-parser v0.1.14 |
1491 | 2023-10-27T03:15:02.021Z | Compiling regex v1.9.5 |
1492 | 2023-10-27T03:15:02.435Z | Compiling thread-id v4.2.0 |
1493 | 2023-10-27T03:15:02.489Z | Compiling errno v0.3.2 |
1494 | 2023-10-27T03:15:02.705Z | Compiling num-bigint v0.4.4 |
1495 | 2023-10-27T03:15:02.858Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1496 | 2023-10-27T03:15:02.977Z | Compiling percent-encoding v2.3.0 |
1497 | 2023-10-27T03:15:03.355Z | Compiling openssl-probe v0.1.5 |
1498 | 2023-10-27T03:15:03.523Z | Compiling radium v0.7.0 |
1499 | 2023-10-27T03:15:03.816Z | Compiling smoltcp v0.9.1 |
1500 | 2023-10-27T03:15:04.054Z | Compiling foreign-types-shared v0.1.1 |
1501 | 2023-10-27T03:15:04.172Z | Compiling hashbrown v0.12.3 |
1502 | 2023-10-27T03:15:04.210Z | Compiling foreign-types v0.3.2 |
1503 | 2023-10-27T03:15:05.917Z | Compiling strum_macros v0.25.2 |
1504 | 2023-10-27T03:15:07.557Z | Compiling serde_tokenstream v0.1.7 |
1505 | 2023-10-27T03:15:10.537Z | Compiling lazy_static v1.4.0 |
1506 | 2023-10-27T03:15:10.851Z | Compiling socket2 v0.4.9 |
1507 | 2023-10-27T03:15:11.489Z | Compiling try-lock v0.2.4 |
1508 | 2023-10-27T03:15:11.897Z | Compiling siphasher v0.3.11 |
1509 | 2023-10-27T03:15:12.103Z | Compiling unicode-width v0.1.11 |
1510 | 2023-10-27T03:15:12.533Z | Compiling adler v1.0.2 |
1511 | 2023-10-27T03:15:13.000Z | Compiling unicode-segmentation v1.10.1 |
1512 | 2023-10-27T03:15:13.387Z | Compiling miniz_oxide v0.7.1 |
1513 | 2023-10-27T03:15:13.740Z | Compiling want v0.3.1 |
1514 | 2023-10-27T03:15:15.685Z | Compiling h2 v0.3.21 |
1515 | 2023-10-27T03:15:16.265Z | Compiling form_urlencoded v1.2.0 |
1516 | 2023-10-27T03:15:16.797Z | Compiling http-body v0.4.5 |
1517 | 2023-10-27T03:15:17.178Z | Compiling rustls-webpki v0.101.4 |
1518 | 2023-10-27T03:15:17.440Z | Compiling sct v0.7.0 |
1519 | 2023-10-27T03:15:17.972Z | Compiling hubpack_derive v0.1.1 |
1520 | 2023-10-27T03:15:19.073Z | Compiling num-iter v0.1.43 |
1521 | 2023-10-27T03:15:19.490Z | Compiling cpufeatures v0.2.9 |
1522 | 2023-10-27T03:15:19.726Z | Compiling anstyle v1.0.2 |
1523 | 2023-10-27T03:15:20.230Z | Compiling tower-service v0.3.2 |
1524 | 2023-10-27T03:15:20.282Z | Compiling utf8parse v0.2.1 |
1525 | 2023-10-27T03:15:20.373Z | Compiling httpdate v1.0.3 |
1526 | 2023-10-27T03:15:20.522Z | Compiling anstyle-parse v0.2.1 |
1527 | 2023-10-27T03:15:20.562Z | Compiling sha2 v0.10.8 |
1528 | 2023-10-27T03:15:24.247Z | Compiling usdt-macro v0.3.5 |
1529 | 2023-10-27T03:15:24.279Z | Compiling usdt-attr-macro v0.3.5 |
1530 | 2023-10-27T03:15:27.739Z | Compiling hyper v0.14.27 |
1531 | 2023-10-27T03:15:28.529Z | Compiling openapiv3 v1.0.3 |
1532 | 2023-10-27T03:15:28.946Z | Compiling rustls-pemfile v1.0.3 |
1533 | 2023-10-27T03:15:29.563Z | Compiling hmac v0.12.1 |
1534 | 2023-10-27T03:15:29.909Z | Compiling md-5 v0.10.5 |
1535 | 2023-10-27T03:15:30.318Z | Compiling stringprep v0.1.3 |
1536 | 2023-10-27T03:15:31.894Z | Compiling idna v0.4.0 |
1537 | 2023-10-27T03:15:32.875Z | Compiling diesel_table_macro_syntax v0.1.0 |
1538 | 2023-10-27T03:15:33.490Z | Compiling hash32 v0.2.1 |
1539 | 2023-10-27T03:15:33.902Z | Compiling spin v0.9.8 |
1540 | 2023-10-27T03:15:34.246Z | Compiling gimli v0.28.0 |
1541 | 2023-10-27T03:15:34.541Z | Compiling colorchoice v1.0.0 |
1542 | 2023-10-27T03:15:35.370Z | Compiling fallible-iterator v0.2.0 |
1543 | 2023-10-27T03:15:36.240Z | Compiling either v1.9.0 |
1544 | 2023-10-27T03:15:36.574Z | Compiling anstyle-query v1.0.0 |
1545 | 2023-10-27T03:15:36.701Z | Compiling stable_deref_trait v1.2.0 |
1546 | 2023-10-27T03:15:36.765Z | Compiling anstream v0.5.0 |
1547 | 2023-10-27T03:15:37.776Z | Compiling postgres-protocol v0.6.6 |
1548 | 2023-10-27T03:15:38.663Z | Compiling diesel_derives v2.1.1 |
1549 | 2023-10-27T03:15:38.866Z | Compiling url v2.4.1 |
1550 | 2023-10-27T03:15:40.375Z | Compiling rustls-native-certs v0.6.3 |
1551 | 2023-10-27T03:15:40.955Z | Compiling tokio-rustls v0.24.1 |
1552 | 2023-10-27T03:15:43.087Z | Compiling addr2line v0.21.0 |
1553 | 2023-10-27T03:15:44.170Z | Compiling tokio-native-tls v0.3.1 |
1554 | 2023-10-27T03:15:44.599Z | Compiling terminal_size v0.2.6 |
1555 | 2023-10-27T03:15:45.413Z | Compiling phf_shared v0.11.2 |
1556 | 2023-10-27T03:15:47.272Z | Compiling serde_tokenstream v0.2.0 |
1557 | 2023-10-27T03:15:47.305Z | Compiling block-padding v0.3.3 |
1558 | 2023-10-27T03:15:47.658Z | Compiling enum-as-inner v0.5.1 |
1559 | 2023-10-27T03:15:48.013Z | Compiling clap_derive v4.4.2 |
1560 | 2023-10-27T03:15:48.109Z | Compiling serde_repr v0.1.16 |
1561 | 2023-10-27T03:15:49.756Z | Compiling scheduled-thread-pool v0.2.7 |
1562 | 2023-10-27T03:15:49.780Z | Compiling object v0.32.1 |
1563 | 2023-10-27T03:16:01.970Z | Compiling regex-automata v0.1.10 |
1564 | 2023-10-27T03:16:02.522Z | Compiling deranged v0.3.8 |
1565 | 2023-10-27T03:16:03.219Z | Compiling matches v0.1.10 |
1566 | 2023-10-27T03:16:03.353Z | Compiling tap v1.0.1 |
1567 | 2023-10-27T03:16:03.636Z | Compiling managed v0.8.0 |
1568 | 2023-10-27T03:16:04.810Z | Compiling bit-vec v0.6.3 |
1569 | 2023-10-27T03:16:05.087Z | Compiling rustc-demangle v0.1.23 |
1570 | 2023-10-27T03:16:05.876Z | Compiling clap_lex v0.5.1 |
1571 | 2023-10-27T03:16:06.599Z | Compiling num_threads v0.1.6 |
1572 | 2023-10-27T03:16:07.612Z | Compiling ipnet v2.8.0 |
1573 | 2023-10-27T03:16:11.304Z | Compiling time v0.3.27 |
1574 | 2023-10-27T03:16:11.759Z | Compiling clap_builder v4.4.2 |
1575 | 2023-10-27T03:16:16.419Z | Compiling wyz v0.5.1 |
1576 | 2023-10-27T03:16:16.923Z | Compiling idna v0.2.3 |
1577 | 2023-10-27T03:16:17.148Z | Compiling bstr v0.2.17 |
1578 | 2023-10-27T03:16:19.449Z | Compiling r2d2 v0.8.10 |
1579 | 2023-10-27T03:16:21.253Z | Compiling inout v0.1.3 |
1580 | 2023-10-27T03:16:23.182Z | Compiling phf v0.11.2 |
1581 | 2023-10-27T03:16:23.644Z | Compiling hyper-tls v0.5.0 |
1582 | 2023-10-27T03:16:24.191Z | Compiling hyper-rustls v0.24.1 |
1583 | 2023-10-27T03:16:24.824Z | Compiling flate2 v1.0.28 |
1584 | 2023-10-27T03:16:25.280Z | Compiling postgres-types v0.2.6 |
1585 | 2023-10-27T03:16:26.381Z | Compiling itertools v0.11.0 |
1586 | 2023-10-27T03:16:27.660Z | Compiling hubpack v0.1.2 |
1587 | 2023-10-27T03:16:27.724Z | Compiling serde_urlencoded v0.7.1 |
1588 | 2023-10-27T03:16:28.386Z | Compiling phf_shared v0.10.0 |
1589 | 2023-10-27T03:16:28.529Z | Compiling ipnetwork v0.20.0 |
1590 | 2023-10-27T03:16:28.612Z | Compiling zerocopy v0.6.4 |
1591 | 2023-10-27T03:16:30.021Z | Compiling futures-executor v0.3.29 |
1592 | 2023-10-27T03:16:30.673Z | Compiling regress v0.7.1 |
1593 | 2023-10-27T03:16:30.917Z | Compiling float-cmp v0.9.0 |
1594 | 2023-10-27T03:16:30.946Z | Compiling encoding_rs v0.8.33 |
1595 | 2023-10-27T03:16:31.257Z | Compiling static_assertions v1.1.0 |
1596 | 2023-10-27T03:16:31.353Z | Compiling webpki-roots v0.25.2 |
1597 | 2023-10-27T03:16:31.608Z | Compiling whoami v1.4.1 |
1598 | 2023-10-27T03:16:31.962Z | Compiling difflib v0.4.0 |
1599 | 2023-10-27T03:16:32.430Z | Compiling mime v0.3.17 |
1600 | 2023-10-27T03:16:33.565Z | Compiling normalize-line-endings v0.3.0 |
1601 | 2023-10-27T03:16:34.162Z | Compiling funty v2.0.0 |
1602 | 2023-10-27T03:16:34.315Z | Compiling fixedbitset v0.4.2 |
1603 | 2023-10-27T03:16:34.970Z | Compiling new_debug_unreachable v1.0.4 |
1604 | 2023-10-27T03:16:35.012Z | Compiling precomputed-hash v0.1.1 |
1605 | 2023-10-27T03:16:35.113Z | Compiling predicates-core v1.0.6 |
1606 | 2023-10-27T03:16:35.182Z | Compiling data-encoding v2.4.0 |
1607 | 2023-10-27T03:16:36.982Z | Compiling reqwest v0.11.20 |
1608 | 2023-10-27T03:16:37.324Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1609 | 2023-10-27T03:16:37.388Z | Compiling bitvec v1.0.1 |
1610 | 2023-10-27T03:16:38.156Z | Compiling trust-dns-proto v0.22.0 |
1611 | 2023-10-27T03:16:38.961Z | Compiling predicates v3.0.4 |
1612 | 2023-10-27T03:16:41.537Z | Compiling string_cache v0.8.7 |
1613 | 2023-10-27T03:16:42.209Z | Compiling petgraph v0.6.4 |
1614 | 2023-10-27T03:16:44.882Z | Compiling tokio-postgres v0.7.10 |
1615 | 2023-10-27T03:16:49.196Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1616 | 2023-10-27T03:16:56.204Z | Compiling futures v0.3.29 |
1617 | 2023-10-27T03:16:56.489Z | Compiling diesel v2.1.1 |
1618 | 2023-10-27T03:16:57.579Z | Compiling yasna v0.5.2 |
1619 | 2023-10-27T03:16:57.742Z | Compiling cipher v0.4.4 |
1620 | 2023-10-27T03:16:58.296Z | Compiling similar v2.2.1 |
1621 | 2023-10-27T03:16:58.476Z | Compiling clap v4.4.3 |
1622 | 2023-10-27T03:16:58.641Z | Compiling bit-set v0.5.3 |
1623 | 2023-10-27T03:16:59.079Z | Compiling itertools v0.10.5 |
1624 | 2023-10-27T03:17:00.352Z | Compiling usdt v0.3.5 |
1625 | 2023-10-27T03:17:00.783Z | Compiling console v0.15.7 |
1626 | 2023-10-27T03:17:01.427Z | Compiling tokio-stream v0.1.14 |
1627 | 2023-10-27T03:17:01.870Z | Compiling toml v0.7.8 |
1628 | 2023-10-27T03:17:02.914Z | Compiling hex v0.4.3 |
1629 | 2023-10-27T03:17:02.967Z | Compiling signature v2.1.0 |
1630 | 2023-10-27T03:17:03.288Z | Compiling bstr v1.6.0 |
1631 | 2023-10-27T03:17:05.390Z | Compiling lalrpop-util v0.19.12 |
1632 | 2023-10-27T03:17:08.071Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1633 | 2023-10-27T03:17:13.046Z | Compiling ident_case v1.0.1 |
1634 | 2023-10-27T03:17:14.440Z | Compiling darling_core v0.20.3 |
1635 | 2023-10-27T03:17:28.989Z | Compiling crossbeam-channel v0.5.8 |
1636 | 2023-10-27T03:17:38.742Z | Compiling atty v0.2.14 |
1637 | 2023-10-27T03:17:38.963Z | Compiling proc-macro-error-attr v1.0.4 |
1638 | 2023-10-27T03:17:55.297Z | Compiling darling_macro v0.20.3 |
1639 | 2023-10-27T03:18:00.819Z | Compiling proc-macro-crate v1.3.1 |
1640 | 2023-10-27T03:18:03.416Z | Compiling dirs-sys-next v0.1.2 |
1641 | 2023-10-27T03:18:05.075Z | Compiling proc-macro-error v1.0.4 |
1642 | 2023-10-27T03:18:18.513Z | Compiling dirs-next v2.0.0 |
1643 | 2023-10-27T03:18:20.699Z | Compiling num_enum_derive v0.5.11 |
1644 | 2023-10-27T03:18:25.163Z | Compiling darling v0.20.3 |
1645 | 2023-10-27T03:18:30.030Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1646 | 2023-10-27T03:18:37.678Z | Compiling getopts v0.2.21 |
1647 | 2023-10-27T03:18:38.491Z | Compiling structmeta-derive v0.1.6 |
1648 | 2023-10-27T03:18:39.620Z | Compiling thread_local v1.1.7 |
1649 | 2023-10-27T03:18:39.682Z | Compiling multer v2.1.0 |
1650 | 2023-10-27T03:18:41.086Z | Compiling unsafe-libyaml v0.2.9 |
1651 | 2023-10-27T03:18:41.698Z | Compiling slog-async v2.8.0 |
1652 | 2023-10-27T03:18:41.771Z | Compiling match_cfg v0.1.0 |
1653 | 2023-10-27T03:18:42.966Z | Compiling camino v1.1.6 |
1654 | 2023-10-27T03:18:43.762Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1655 | 2023-10-27T03:18:43.844Z | Compiling paste v1.0.14 |
1656 | 2023-10-27T03:18:46.930Z | Compiling serde_yaml v0.9.25 |
1657 | 2023-10-27T03:18:48.644Z | Compiling structmeta v0.1.6 |
1658 | 2023-10-27T03:18:54.086Z | Compiling hostname v0.3.1 |
1659 | 2023-10-27T03:18:55.886Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1660 | 2023-10-27T03:18:58.791Z | Compiling serde_with_macros v2.3.3 |
1661 | 2023-10-27T03:19:01.510Z | Compiling num_enum v0.5.11 |
1662 | 2023-10-27T03:19:03.595Z | Compiling term v0.7.0 |
1663 | 2023-10-27T03:19:05.643Z | Compiling slog-json v2.6.1 |
1664 | 2023-10-27T03:19:07.065Z | Compiling strum v0.25.0 |
1665 | 2023-10-27T03:19:09.785Z | Compiling async-stream-impl v0.3.5 |
1666 | 2023-10-27T03:19:10.589Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1667 | 2023-10-27T03:19:11.635Z | Compiling postcard-cobs v0.1.5-pre |
1668 | 2023-10-27T03:19:11.788Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1669 | 2023-10-27T03:19:11.950Z | Compiling take_mut v0.2.2 |
1670 | 2023-10-27T03:19:12.196Z | Compiling atomic-waker v1.1.1 |
1671 | 2023-10-27T03:19:12.221Z | Compiling regex-syntax v0.6.29 |
1672 | 2023-10-27T03:19:12.396Z | Compiling waitgroup v0.1.2 |
1673 | 2023-10-27T03:19:12.750Z | Compiling postcard v0.7.3 |
1674 | 2023-10-27T03:19:13.706Z | Compiling async-stream v0.3.5 |
1675 | 2023-10-27T03:19:14.333Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1676 | 2023-10-27T03:19:18.455Z | Compiling slog-bunyan v2.4.0 |
1677 | 2023-10-27T03:19:18.476Z | Compiling slog-term v2.9.0 |
1678 | 2023-10-27T03:19:18.855Z | Compiling serde_with v2.3.3 |
1679 | 2023-10-27T03:19:22.078Z | Compiling parse-display-derive v0.7.0 |
1680 | 2023-10-27T03:19:28.418Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1681 | 2023-10-27T03:19:28.587Z | Compiling smoltcp v0.8.2 |
1682 | 2023-10-27T03:19:29.651Z | Compiling sha1 v0.10.5 |
1683 | 2023-10-27T03:19:29.899Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1684 | 2023-10-27T03:19:30.838Z | Compiling serde_path_to_error v0.1.14 |
1685 | 2023-10-27T03:19:31.209Z | Compiling foreign-types-macros v0.2.3 |
1686 | 2023-10-27T03:19:32.585Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1687 | 2023-10-27T03:19:33.017Z | Compiling instant v0.1.12 |
1688 | 2023-10-27T03:19:33.138Z | Compiling debug-ignore v1.0.5 |
1689 | 2023-10-27T03:19:33.160Z | Compiling cfg-if v0.1.10 |
1690 | 2023-10-27T03:19:33.248Z | Compiling foreign-types-shared v0.3.1 |
1691 | 2023-10-27T03:19:33.309Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1692 | 2023-10-27T03:19:33.359Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1693 | 2023-10-27T03:19:33.430Z | Compiling foreign-types v0.5.0 |
1694 | 2023-10-27T03:19:33.659Z | Compiling backoff v0.4.0 |
1695 | 2023-10-27T03:19:33.907Z | Compiling parse-display v0.7.0 |
1696 | 2023-10-27T03:19:34.235Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1697 | 2023-10-27T03:19:34.967Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1698 | 2023-10-27T03:19:35.222Z | Compiling is-terminal v0.4.9 |
1699 | 2023-10-27T03:19:35.418Z | Compiling macaddr v1.0.1 |
1700 | 2023-10-27T03:19:36.608Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1701 | 2023-10-27T03:19:37.888Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1702 | 2023-10-27T03:19:39.068Z | Compiling cstr-argument v0.1.2 |
1703 | 2023-10-27T03:19:39.179Z | Compiling base64ct v1.6.0 |
1704 | 2023-10-27T03:19:39.442Z | Compiling crucible-workspace-hack v0.1.0 |
1705 | 2023-10-27T03:19:39.845Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1706 | 2023-10-27T03:19:40.250Z | Compiling pretty-hex v0.2.1 |
1707 | 2023-10-27T03:19:40.533Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1708 | 2023-10-27T03:19:40.616Z | Compiling password-hash v0.5.0 |
1709 | 2023-10-27T03:19:40.942Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1710 | 2023-10-27T03:19:41.774Z | Compiling colored v2.0.4 |
1711 | 2023-10-27T03:19:42.365Z | Compiling textwrap v0.11.0 |
1712 | 2023-10-27T03:19:43.933Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1713 | 2023-10-27T03:19:44.059Z | Compiling heck v0.3.3 |
1714 | 2023-10-27T03:19:44.117Z | Compiling blake2 v0.10.6 |
1715 | 2023-10-27T03:19:44.254Z | Compiling libefi-sys v0.1.0 |
1716 | 2023-10-27T03:19:44.691Z | Compiling strsim v0.8.0 |
1717 | 2023-10-27T03:19:44.714Z | Compiling vec_map v0.8.2 |
1718 | 2023-10-27T03:19:44.826Z | Compiling ansi_term v0.12.1 |
1719 | 2023-10-27T03:19:45.247Z | Compiling rayon-core v1.11.0 |
1720 | 2023-10-27T03:19:45.679Z | Compiling clap v2.34.0 |
1721 | 2023-10-27T03:19:46.304Z | Compiling argon2 v0.5.2 |
1722 | 2023-10-27T03:19:46.460Z | Compiling structopt-derive v0.4.18 |
1723 | 2023-10-27T03:19:49.380Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1724 | 2023-10-27T03:19:51.065Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1725 | 2023-10-27T03:19:51.119Z | Compiling zone_cfg_derive v0.2.0 |
1726 | 2023-10-27T03:19:51.863Z | Compiling crossbeam-deque v0.8.3 |
1727 | 2023-10-27T03:19:52.497Z | Compiling num-derive v0.4.0 |
1728 | 2023-10-27T03:19:53.329Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1729 | 2023-10-27T03:19:53.864Z | Compiling portable-atomic v1.4.3 |
1730 | 2023-10-27T03:19:53.943Z | Compiling keccak v0.1.4 |
1731 | 2023-10-27T03:19:55.354Z | Compiling sha3 v0.10.8 |
1732 | 2023-10-27T03:19:55.705Z | Compiling zone v0.2.0 |
1733 | 2023-10-27T03:19:56.222Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1734 | 2023-10-27T03:19:59.240Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1735 | 2023-10-27T03:20:00.733Z | Compiling structopt v0.3.26 |
1736 | 2023-10-27T03:20:00.986Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1737 | 2023-10-27T03:20:03.377Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1738 | 2023-10-27T03:20:03.698Z | Compiling hkdf v0.12.3 |
1739 | 2023-10-27T03:20:04.018Z | Compiling smf v0.2.2 |
1740 | 2023-10-27T03:20:04.109Z | Compiling secrecy v0.8.0 |
1741 | 2023-10-27T03:20:04.557Z | Compiling xattr v1.0.1 |
1742 | 2023-10-27T03:20:04.621Z | Compiling filetime v0.2.22 |
1743 | 2023-10-27T03:20:05.005Z | Compiling same-file v1.0.6 |
1744 | 2023-10-27T03:20:05.123Z | Compiling fastrand v2.0.0 |
1745 | 2023-10-27T03:20:05.385Z | Compiling walkdir v2.4.0 |
1746 | 2023-10-27T03:20:05.489Z | Compiling tar v0.4.40 |
1747 | 2023-10-27T03:20:06.356Z | Compiling tempfile v3.8.0 |
1748 | 2023-10-27T03:20:08.785Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1749 | 2023-10-27T03:20:09.454Z | Compiling rayon v1.7.0 |
1750 | 2023-10-27T03:20:10.267Z | Compiling number_prefix v0.4.0 |
1751 | 2023-10-27T03:20:10.679Z | Compiling omicron-zone-package v0.8.3 |
1752 | 2023-10-27T03:20:13.037Z | Compiling topological-sort v0.2.2 |
1753 | 2023-10-27T03:20:18.988Z | Compiling indicatif v0.17.7 |
1754 | 2023-10-27T03:20:25.850Z | Compiling bzip2 v0.4.4 |
1755 | 2023-10-27T03:20:26.143Z | Compiling zip v0.6.6 |
1756 | 2023-10-27T03:20:27.547Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1757 | 2023-10-27T03:20:27.980Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1758 | 2023-10-27T03:20:28.014Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1759 | 2023-10-27T03:20:28.669Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1760 | 2023-10-27T03:20:38.229Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1761 | 2023-10-27T03:20:38.232Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1762 | 2023-10-27T03:20:38.235Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1763 | 2023-10-27T03:20:52.524Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1764 | 2023-10-27T03:20:53.941Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1765 | 2023-10-27T03:21:29.584Z | Finished release [optimized] target(s) in 8m 08s |
1766 | 2023-10-27T03:21:29.846Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1767 | 2023-10-27T03:21:29.931Z | Created new build target 'test' and set it as active |
1768 | 2023-10-27T03:21:29.934Z | |
1769 | 2023-10-27T03:21:29.937Z | real 8:09.272233439 |
1770 | 2023-10-27T03:21:29.940Z | user 51:40.770155636 |
1771 | 2023-10-27T03:21:29.944Z | sys 4:37.266557770 |
1772 | 2023-10-27T03:21:29.947Z | trap 2.021909527 |
1773 | 2023-10-27T03:21:29.950Z | tflt 5.188084495 |
1774 | 2023-10-27T03:21:29.953Z | dflt 4.606995323 |
1775 | 2023-10-27T03:21:29.955Z | kflt 0.025095886 |
1776 | 2023-10-27T03:21:29.958Z | lock 1:50:41.521897737 |
1777 | 2023-10-27T03:21:29.961Z | slp 2:48:38.408591172 |
1778 | 2023-10-27T03:21:29.969Z | lat 2:18.899915085 |
1779 | 2023-10-27T03:21:29.978Z | stop 3:50.629775916 |
1780 | 2023-10-27T03:21:29.991Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1781 | 2023-10-27T03:21:31.112Z | Finished release [optimized] target(s) in 1.09s |
1782 | 2023-10-27T03:21:31.140Z | Running `target/release/omicron-package -t test package` |
1783 | 2023-10-27T03:21:31.179Z | Oct 27 03:21:31.179 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1784 | 2023-10-27T03:21:32.394Z | Compiling serde_json v1.0.107 |
1785 | 2023-10-27T03:21:32.443Z | Compiling linked-hash-map v0.5.6 |
1786 | 2023-10-27T03:21:32.449Z | Compiling slog-dtrace v0.2.3 |
1787 | 2023-10-27T03:21:32.458Z | Compiling quick-error v1.2.3 |
1788 | 2023-10-27T03:21:32.461Z | Compiling same-file v1.0.6 |
1789 | 2023-10-27T03:21:32.467Z | Compiling semver-parser v0.10.2 |
1790 | 2023-10-27T03:21:32.470Z | Compiling fastrand v2.0.0 |
1791 | 2023-10-27T03:21:32.473Z | Compiling termcolor v1.2.0 |
1792 | 2023-10-27T03:21:32.645Z | Compiling resolv-conf v0.7.0 |
1793 | 2023-10-27T03:21:32.792Z | Compiling walkdir v2.4.0 |
1794 | 2023-10-27T03:21:32.910Z | Compiling xattr v1.0.1 |
1795 | 2023-10-27T03:21:33.046Z | Compiling lru-cache v0.1.2 |
1796 | 2023-10-27T03:21:33.285Z | Compiling tempfile v3.8.0 |
1797 | 2023-10-27T03:21:33.288Z | Compiling filetime v0.2.22 |
1798 | 2023-10-27T03:21:33.351Z | Compiling trust-dns-resolver v0.22.0 |
1799 | 2023-10-27T03:21:33.703Z | Compiling semver v0.11.0 |
1800 | 2023-10-27T03:21:33.858Z | Compiling memoffset v0.7.1 |
1801 | 2023-10-27T03:21:34.273Z | Compiling home v0.5.5 |
1802 | 2023-10-27T03:21:34.499Z | Compiling base64 v0.13.1 |
1803 | 2023-10-27T03:21:34.651Z | Compiling toolchain_find v0.2.0 |
1804 | 2023-10-27T03:21:34.868Z | Compiling tar v0.4.40 |
1805 | 2023-10-27T03:21:34.880Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1806 | 2023-10-27T03:21:35.465Z | Compiling libz-sys v1.1.12 |
1807 | 2023-10-27T03:21:35.469Z | Compiling toml v0.5.11 |
1808 | 2023-10-27T03:21:35.720Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1809 | 2023-10-27T03:21:35.831Z | Compiling schemars v0.8.13 |
1810 | 2023-10-27T03:21:35.956Z | Compiling reqwest v0.11.20 |
1811 | 2023-10-27T03:21:36.015Z | Compiling openapiv3 v1.0.3 |
1812 | 2023-10-27T03:21:36.248Z | Compiling usdt-impl v0.3.5 |
1813 | 2023-10-27T03:21:38.087Z | Compiling usdt v0.3.5 |
1814 | 2023-10-27T03:21:38.837Z | Compiling postgres-types v0.2.6 |
1815 | 2023-10-27T03:21:41.187Z | Compiling ipnetwork v0.20.0 |
1816 | 2023-10-27T03:21:45.649Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1817 | 2023-10-27T03:21:47.530Z | Compiling tokio-postgres v0.7.10 |
1818 | 2023-10-27T03:21:49.448Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1819 | 2023-10-27T03:21:49.653Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1820 | 2023-10-27T03:21:51.627Z | Compiling slog-json v2.6.1 |
1821 | 2023-10-27T03:21:52.452Z | Compiling slog-bunyan v2.4.0 |
1822 | 2023-10-27T03:21:52.479Z | Compiling diesel v2.1.1 |
1823 | 2023-10-27T03:21:52.962Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1824 | 2023-10-27T03:21:54.951Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1825 | 2023-10-27T03:22:01.474Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1826 | 2023-10-27T03:22:01.812Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1827 | 2023-10-27T03:22:06.400Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1828 | 2023-10-27T03:22:11.157Z | Compiling rustfmt-wrapper v0.2.0 |
1829 | 2023-10-27T03:22:12.167Z | Compiling omicron-zone-package v0.8.3 |
1830 | 2023-10-27T03:22:13.861Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1831 | 2023-10-27T03:22:14.273Z | Compiling cancel-safe-futures v0.1.2 |
1832 | 2023-10-27T03:22:14.763Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1833 | 2023-10-27T03:22:15.852Z | Compiling num-rational v0.4.1 |
1834 | 2023-10-27T03:22:16.274Z | Compiling utf-8 v0.7.6 |
1835 | 2023-10-27T03:22:17.516Z | Compiling pem-rfc7468 v0.7.0 |
1836 | 2023-10-27T03:22:17.921Z | Compiling der_derive v0.7.2 |
1837 | 2023-10-27T03:22:17.966Z | Compiling flagset v0.4.3 |
1838 | 2023-10-27T03:22:20.438Z | Compiling vergen v8.2.4 |
1839 | 2023-10-27T03:22:20.838Z | Compiling fxhash v0.2.1 |
1840 | 2023-10-27T03:22:21.184Z | Compiling num-complex v0.4.4 |
1841 | 2023-10-27T03:22:21.850Z | Compiling der v0.7.8 |
1842 | 2023-10-27T03:22:22.792Z | Compiling unicase v2.7.0 |
1843 | 2023-10-27T03:22:23.203Z | Compiling num v0.4.1 |
1844 | 2023-10-27T03:22:23.369Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1845 | 2023-10-27T03:22:23.379Z | Compiling universal-hash v0.5.1 |
1846 | 2023-10-27T03:22:23.685Z | Compiling libsqlite3-sys v0.26.0 |
1847 | 2023-10-27T03:22:24.343Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1848 | 2023-10-27T03:22:25.065Z | Compiling semver v0.1.20 |
1849 | 2023-10-27T03:22:25.402Z | Compiling opaque-debug v0.3.0 |
1850 | 2023-10-27T03:22:25.722Z | Compiling spki v0.7.2 |
1851 | 2023-10-27T03:22:26.097Z | Compiling ciborium-io v0.2.1 |
1852 | 2023-10-27T03:22:26.275Z | Compiling maybe-uninit v2.0.0 |
1853 | 2023-10-27T03:22:26.499Z | Compiling half v1.8.2 |
1854 | 2023-10-27T03:22:26.918Z | Compiling arc-swap v1.6.0 |
1855 | 2023-10-27T03:22:28.213Z | Compiling slog-scope v4.4.0 |
1856 | 2023-10-27T03:22:28.492Z | Compiling ciborium-ll v0.2.1 |
1857 | 2023-10-27T03:22:29.446Z | Compiling rustc_version v0.1.7 |
1858 | 2023-10-27T03:22:29.827Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1859 | 2023-10-27T03:22:30.163Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1860 | 2023-10-27T03:22:35.749Z | Compiling crc-catalog v2.2.0 |
1861 | 2023-10-27T03:22:35.981Z | Compiling parking_lot_core v0.8.6 |
1862 | 2023-10-27T03:22:36.545Z | Compiling signal-hook v0.3.17 |
1863 | 2023-10-27T03:22:36.819Z | Compiling num-bigint-dig v0.8.4 |
1864 | 2023-10-27T03:22:36.913Z | Compiling packed_struct v0.10.1 |
1865 | 2023-10-27T03:22:37.273Z | Compiling crc v3.0.1 |
1866 | 2023-10-27T03:22:38.407Z | Compiling newtype_derive v0.1.6 |
1867 | 2023-10-27T03:22:38.944Z | Compiling ciborium v0.2.1 |
1868 | 2023-10-27T03:22:39.542Z | Compiling slog-stdlog v4.1.1 |
1869 | 2023-10-27T03:22:41.111Z | Compiling pkcs8 v0.10.2 |
1870 | 2023-10-27T03:22:43.026Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1871 | 2023-10-27T03:22:44.139Z | Compiling toml_edit v0.20.0 |
1872 | 2023-10-27T03:22:44.159Z | Compiling hashlink v0.8.3 |
1873 | 2023-10-27T03:22:47.522Z | Compiling aead v0.5.2 |
1874 | 2023-10-27T03:22:47.653Z | Compiling nibble_vec v0.1.0 |
1875 | 2023-10-27T03:22:47.687Z | Compiling packed_struct_codegen v0.10.1 |
1876 | 2023-10-27T03:22:47.693Z | Compiling dirs-sys-next v0.1.2 |
1877 | 2023-10-27T03:22:47.696Z | Compiling endian-type v0.1.2 |
1878 | 2023-10-27T03:22:47.992Z | Compiling doc-comment v0.3.3 |
1879 | 2023-10-27T03:22:48.705Z | Compiling crunchy v0.2.2 |
1880 | 2023-10-27T03:22:49.389Z | Compiling fallible-streaming-iterator v0.1.9 |
1881 | 2023-10-27T03:22:49.782Z | Compiling humantime v2.1.0 |
1882 | 2023-10-27T03:22:50.589Z | Compiling nodrop v0.1.14 |
1883 | 2023-10-27T03:22:50.777Z | Compiling glob v0.3.1 |
1884 | 2023-10-27T03:22:51.216Z | Compiling array-init v0.0.4 |
1885 | 2023-10-27T03:22:52.224Z | Compiling clang-sys v1.6.1 |
1886 | 2023-10-27T03:22:53.251Z | Compiling rusqlite v0.29.0 |
1887 | 2023-10-27T03:22:53.514Z | Compiling toml v0.8.0 |
1888 | 2023-10-27T03:22:59.642Z | Compiling radix_trie v0.2.1 |
1889 | 2023-10-27T03:23:01.058Z | Compiling dirs-next v2.0.0 |
1890 | 2023-10-27T03:23:01.671Z | Compiling pkcs1 v0.7.5 |
1891 | 2023-10-27T03:23:01.877Z | Compiling slog-envlogger v2.2.0 |
1892 | 2023-10-27T03:23:03.218Z | Compiling smallvec v0.6.14 |
1893 | 2023-10-27T03:23:05.663Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1894 | 2023-10-27T03:23:05.809Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1895 | 2023-10-27T03:23:06.925Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1896 | 2023-10-27T03:23:07.531Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1897 | 2023-10-27T03:23:08.061Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1898 | 2023-10-27T03:23:17.863Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1899 | 2023-10-27T03:23:19.218Z | Compiling nix v0.26.2 |
1900 | 2023-10-27T03:23:19.672Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1901 | 2023-10-27T03:23:20.420Z | Compiling num_enum_derive v0.7.0 |
1902 | 2023-10-27T03:23:20.703Z | Compiling twox-hash v1.6.3 |
1903 | 2023-10-27T03:23:22.477Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1904 | 2023-10-27T03:23:24.062Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1905 | 2023-10-27T03:23:24.586Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1906 | 2023-10-27T03:23:26.540Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1907 | 2023-10-27T03:23:27.653Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1908 | 2023-10-27T03:23:32.920Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1909 | 2023-10-27T03:23:36.088Z | Compiling bitfield v0.14.0 |
1910 | 2023-10-27T03:23:36.583Z | Compiling tiny-keccak v2.0.2 |
1911 | 2023-10-27T03:23:36.776Z | Compiling prettyplease v0.2.12 |
1912 | 2023-10-27T03:23:36.969Z | Compiling platforms v3.0.2 |
1913 | 2023-10-27T03:23:37.282Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1914 | 2023-10-27T03:23:37.649Z | Compiling num_enum v0.7.0 |
1915 | 2023-10-27T03:23:38.171Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1916 | 2023-10-27T03:23:39.015Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1917 | 2023-10-27T03:23:58.489Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1918 | 2023-10-27T03:24:00.263Z | Compiling rsa v0.9.2 |
1919 | 2023-10-27T03:24:02.230Z | Compiling parking_lot v0.11.2 |
1920 | 2023-10-27T03:24:03.892Z | Compiling serde-hex v0.1.0 |
1921 | 2023-10-27T03:24:06.236Z | Compiling mime_guess v2.0.4 |
1922 | 2023-10-27T03:24:08.139Z | Compiling term v0.7.0 |
1923 | 2023-10-27T03:24:09.262Z | Compiling trust-dns-client v0.22.0 |
1924 | 2023-10-27T03:24:10.698Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1925 | 2023-10-27T03:24:11.243Z | Compiling x509-cert v0.2.4 |
1926 | 2023-10-27T03:24:12.988Z | Compiling polyval v0.6.1 |
1927 | 2023-10-27T03:24:14.194Z | Compiling tungstenite v0.20.1 |
1928 | 2023-10-27T03:24:14.410Z | Compiling env_logger v0.10.0 |
1929 | 2023-10-27T03:24:17.013Z | Compiling aes v0.8.3 |
1930 | 2023-10-27T03:24:20.750Z | Compiling ctr v0.9.2 |
1931 | 2023-10-27T03:24:21.285Z | Compiling darling_core v0.14.4 |
1932 | 2023-10-27T03:24:21.557Z | Compiling ron v0.8.1 |
1933 | 2023-10-27T03:24:27.945Z | Compiling snafu-derive v0.7.5 |
1934 | 2023-10-27T03:24:30.362Z | Compiling bincode v1.3.3 |
1935 | 2023-10-27T03:24:32.185Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1936 | 2023-10-27T03:24:32.327Z | Compiling convert_case v0.4.0 |
1937 | 2023-10-27T03:24:32.639Z | Compiling minimal-lexical v0.2.1 |
1938 | 2023-10-27T03:24:32.658Z | Compiling crc-any v2.4.3 |
1939 | 2023-10-27T03:24:33.467Z | Compiling erased-serde v0.3.30 |
1940 | 2023-10-27T03:24:33.645Z | Compiling derive_more v0.99.17 |
1941 | 2023-10-27T03:24:33.851Z | Compiling nom v7.1.3 |
1942 | 2023-10-27T03:24:34.211Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1943 | 2023-10-27T03:24:34.342Z | Compiling snafu v0.7.5 |
1944 | 2023-10-27T03:24:36.408Z | Compiling trust-dns-server v0.22.1 |
1945 | 2023-10-27T03:24:40.421Z | Compiling darling_macro v0.14.4 |
1946 | 2023-10-27T03:24:41.877Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1947 | 2023-10-27T03:24:44.945Z | Compiling aes-gcm-siv v0.11.1 |
1948 | 2023-10-27T03:24:45.431Z | Compiling tokio-tungstenite v0.20.1 |
1949 | 2023-10-27T03:24:46.405Z | Compiling ascii-canvas v3.0.0 |
1950 | 2023-10-27T03:24:46.438Z | Compiling steno v0.4.0 |
1951 | 2023-10-27T03:24:47.065Z | Compiling sled v0.34.7 |
1952 | 2023-10-27T03:24:47.179Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1953 | 2023-10-27T03:24:55.126Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1954 | 2023-10-27T03:25:02.833Z | Compiling env_logger v0.9.3 |
1955 | 2023-10-27T03:25:05.868Z | Compiling tungstenite v0.18.0 |
1956 | 2023-10-27T03:25:09.222Z | Compiling object v0.30.4 |
1957 | 2023-10-27T03:25:10.712Z | Compiling is-terminal v0.4.9 |
1958 | 2023-10-27T03:25:10.890Z | Compiling ena v0.14.2 |
1959 | 2023-10-27T03:25:11.566Z | Compiling bitstruct_derive v0.1.0 |
1960 | 2023-10-27T03:25:13.547Z | Compiling async-recursion v1.0.5 |
1961 | 2023-10-27T03:25:14.789Z | Compiling derive-where v1.2.5 |
1962 | 2023-10-27T03:25:15.075Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1963 | 2023-10-27T03:25:15.281Z | Compiling libloading v0.7.4 |
1964 | 2023-10-27T03:25:15.712Z | Compiling ascii v1.1.0 |
1965 | 2023-10-27T03:25:15.845Z | Compiling bindgen v0.65.1 |
1966 | 2023-10-27T03:25:16.466Z | Compiling diff v0.1.13 |
1967 | 2023-10-27T03:25:17.086Z | Compiling ringbuffer v0.15.0 |
1968 | 2023-10-27T03:25:17.408Z | Compiling path-slash v0.1.5 |
1969 | 2023-10-27T03:25:17.785Z | Compiling linear-map v1.2.0 |
1970 | 2023-10-27T03:25:18.161Z | Compiling pretty-hex v0.3.0 |
1971 | 2023-10-27T03:25:18.413Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1972 | 2023-10-27T03:25:18.514Z | Compiling lalrpop v0.19.12 |
1973 | 2023-10-27T03:25:20.336Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1974 | 2023-10-27T03:25:28.666Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1975 | 2023-10-27T03:25:30.385Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1976 | 2023-10-27T03:25:35.591Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1977 | 2023-10-27T03:25:35.623Z | Compiling bitstruct v0.1.1 |
1978 | 2023-10-27T03:25:35.789Z | Compiling tokio-tungstenite v0.18.0 |
1979 | 2023-10-27T03:25:35.973Z | Compiling curve25519-dalek v4.1.0 |
1980 | 2023-10-27T03:25:36.527Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1981 | 2023-10-27T03:25:41.397Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1982 | 2023-10-27T03:25:49.638Z | Compiling darling v0.14.4 |
1983 | 2023-10-27T03:25:49.802Z | Compiling cexpr v0.6.0 |
1984 | 2023-10-27T03:25:53.630Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1985 | 2023-10-27T03:25:55.259Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1986 | 2023-10-27T03:25:55.614Z | Compiling which v4.4.0 |
1987 | 2023-10-27T03:25:56.490Z | Compiling ff v0.13.0 |
1988 | 2023-10-27T03:25:56.861Z | Compiling path-dedot v3.1.0 |
1989 | 2023-10-27T03:25:57.075Z | Compiling serde_arrays v0.1.0 |
1990 | 2023-10-27T03:25:57.214Z | Compiling peeking_take_while v0.1.2 |
1991 | 2023-10-27T03:25:57.326Z | Compiling rustc-hash v1.1.0 |
1992 | 2023-10-27T03:25:57.417Z | Compiling lazycell v1.3.0 |
1993 | 2023-10-27T03:25:57.553Z | Compiling shlex v1.1.0 |
1994 | 2023-10-27T03:25:57.659Z | Compiling display-error-chain v0.2.0 |
1995 | 2023-10-27T03:25:57.926Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1996 | 2023-10-27T03:25:59.534Z | Compiling path-absolutize v3.1.0 |
1997 | 2023-10-27T03:25:59.859Z | Compiling group v0.13.0 |
1998 | 2023-10-27T03:26:00.107Z | Compiling derive_builder_core v0.12.0 |
1999 | 2023-10-27T03:26:02.819Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2000 | 2023-10-27T03:26:03.894Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2001 | 2023-10-27T03:26:07.079Z | Compiling olpc-cjson v0.1.3 |
2002 | 2023-10-27T03:26:07.993Z | Compiling pem v1.1.1 |
2003 | 2023-10-27T03:26:08.946Z | Compiling polar-core v0.26.4 |
2004 | 2023-10-27T03:26:10.581Z | Compiling camino-tempfile v1.0.2 |
2005 | 2023-10-27T03:26:11.081Z | Compiling globset v0.4.13 |
2006 | 2023-10-27T03:26:11.666Z | Compiling crypto-bigint v0.5.2 |
2007 | 2023-10-27T03:26:11.891Z | Compiling serde_plain v1.0.2 |
2008 | 2023-10-27T03:26:12.757Z | Compiling curve25519-dalek-derive v0.1.0 |
2009 | 2023-10-27T03:26:14.008Z | Compiling thiserror-impl-no-std v2.0.2 |
2010 | 2023-10-27T03:26:15.062Z | Compiling libxml v0.3.3 |
2011 | 2023-10-27T03:26:15.547Z | Compiling ref-cast v1.0.20 |
2012 | 2023-10-27T03:26:16.198Z | Compiling base16ct v0.2.0 |
2013 | 2023-10-27T03:26:16.790Z | Compiling buf-list v1.0.3 |
2014 | 2023-10-27T03:26:17.646Z | Compiling elliptic-curve v0.13.5 |
2015 | 2023-10-27T03:26:18.650Z | Compiling thiserror-no-std v2.0.2 |
2016 | 2023-10-27T03:26:18.818Z | Compiling tough v0.12.5 |
2017 | 2023-10-27T03:26:21.515Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2018 | 2023-10-27T03:26:25.978Z | Compiling derive_builder_macro v0.12.0 |
2019 | 2023-10-27T03:26:27.174Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2020 | 2023-10-27T03:26:31.663Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2021 | 2023-10-27T03:26:36.038Z | Compiling poly1305 v0.8.0 |
2022 | 2023-10-27T03:26:36.072Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2023 | 2023-10-27T03:26:36.121Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2024 | 2023-10-27T03:26:36.226Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2025 | 2023-10-27T03:26:36.681Z | Compiling chacha20 v0.9.1 |
2026 | 2023-10-27T03:26:38.529Z | Compiling strum_macros v0.24.3 |
2027 | 2023-10-27T03:26:38.591Z | Compiling bcs v0.1.6 |
2028 | 2023-10-27T03:26:38.928Z | Compiling const_format_proc_macros v0.2.31 |
2029 | 2023-10-27T03:26:38.959Z | Compiling ref-cast-impl v1.0.20 |
2030 | 2023-10-27T03:26:40.779Z | Compiling cookie v0.16.2 |
2031 | 2023-10-27T03:26:41.188Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2032 | 2023-10-27T03:26:41.623Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2033 | 2023-10-27T03:26:42.017Z | Compiling signature v1.6.4 |
2034 | 2023-10-27T03:26:42.217Z | Compiling indoc v1.0.9 |
2035 | 2023-10-27T03:26:42.247Z | Compiling highway v1.1.0 |
2036 | 2023-10-27T03:26:42.944Z | Compiling salty v0.2.0 |
2037 | 2023-10-27T03:26:43.520Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2038 | 2023-10-27T03:26:43.642Z | Compiling const_format v0.2.31 |
2039 | 2023-10-27T03:26:44.631Z | Compiling ed25519 v1.5.3 |
2040 | 2023-10-27T03:26:45.538Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2041 | 2023-10-27T03:26:45.589Z | Compiling chacha20poly1305 v0.10.1 |
2042 | 2023-10-27T03:26:45.955Z | Compiling derive_builder v0.12.0 |
2043 | 2023-10-27T03:26:48.348Z | Compiling vsss-rs v3.3.1 |
2044 | 2023-10-27T03:26:58.445Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2045 | 2023-10-27T03:27:02.509Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2046 | 2023-10-27T03:27:03.602Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2047 | 2023-10-27T03:27:08.917Z | Compiling signal-hook-mio v0.2.3 |
2048 | 2023-10-27T03:27:09.183Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2049 | 2023-10-27T03:27:09.754Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2050 | 2023-10-27T03:27:13.485Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2051 | 2023-10-27T03:27:13.492Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2052 | 2023-10-27T03:27:17.297Z | Compiling ron v0.7.1 |
2053 | 2023-10-27T03:27:25.853Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2054 | 2023-10-27T03:27:26.921Z | Compiling headers-core v0.2.0 |
2055 | 2023-10-27T03:27:27.185Z | Compiling bb8 v0.8.1 |
2056 | 2023-10-27T03:27:27.205Z | Compiling quick-xml v0.23.1 |
2057 | 2023-10-27T03:27:28.087Z | Compiling serde-big-array v0.5.1 |
2058 | 2023-10-27T03:27:28.885Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2059 | 2023-10-27T03:27:29.725Z | Compiling oso-derive v0.26.4 |
2060 | 2023-10-27T03:27:29.898Z | Compiling impl-trait-for-tuples v0.2.2 |
2061 | 2023-10-27T03:27:31.067Z | Compiling maplit v1.0.2 |
2062 | 2023-10-27T03:27:31.213Z | Compiling bit_field v0.10.2 |
2063 | 2023-10-27T03:27:31.236Z | Compiling http-range v0.1.5 |
2064 | 2023-10-27T03:27:31.683Z | Compiling hyper-staticfile v0.9.5 |
2065 | 2023-10-27T03:27:32.486Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2066 | 2023-10-27T03:27:37.576Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2067 | 2023-10-27T03:27:39.044Z | Compiling headers v0.3.9 |
2068 | 2023-10-27T03:27:49.450Z | Compiling crossterm v0.27.0 |
2069 | 2023-10-27T03:27:49.500Z | Compiling oso v0.26.4 |
2070 | 2023-10-27T03:28:02.856Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2071 | 2023-10-27T03:28:04.362Z | Compiling signal-hook-tokio v0.3.1 |
2072 | 2023-10-27T03:28:04.667Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2073 | 2023-10-27T03:28:05.099Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2074 | 2023-10-27T03:28:06.847Z | Compiling serde-big-array v0.4.1 |
2075 | 2023-10-27T03:28:07.192Z | Compiling cassowary v0.3.0 |
2076 | 2023-10-27T03:28:07.356Z | Compiling indoc v2.0.3 |
2077 | 2023-10-27T03:28:08.867Z | Compiling ratatui v0.23.0 |
2078 | 2023-10-27T03:28:10.780Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2079 | 2023-10-27T03:28:13.435Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2080 | 2023-10-27T03:28:19.372Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2081 | 2023-10-27T03:28:19.949Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2082 | 2023-10-27T03:28:22.238Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2083 | 2023-10-27T03:28:24.369Z | Compiling fatfs v0.3.6 |
2084 | 2023-10-27T03:28:26.040Z | Compiling bytesize v1.3.0 |
2085 | 2023-10-27T03:28:27.014Z | Compiling nanorand v0.7.0 |
2086 | 2023-10-27T03:28:28.335Z | Compiling rtoolbox v0.0.1 |
2087 | 2023-10-27T03:28:29.099Z | Compiling corncobs v0.1.3 |
2088 | 2023-10-27T03:28:29.783Z | Compiling fs-err v2.9.0 |
2089 | 2023-10-27T03:28:30.083Z | Compiling assert_matches v1.5.0 |
2090 | 2023-10-27T03:28:30.225Z | Compiling smawk v0.3.1 |
2091 | 2023-10-27T03:28:30.580Z | Compiling unicode-linebreak v0.1.5 |
2092 | 2023-10-27T03:28:31.175Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2093 | 2023-10-27T03:28:31.533Z | Compiling textwrap v0.16.0 |
2094 | 2023-10-27T03:28:32.616Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2095 | 2023-10-27T03:28:33.945Z | Compiling rpassword v7.2.0 |
2096 | 2023-10-27T03:28:34.591Z | Compiling flume v0.11.0 |
2097 | 2023-10-27T03:28:34.595Z | Compiling tui-tree-widget v0.13.0 |
2098 | 2023-10-27T03:28:35.870Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2099 | 2023-10-27T03:28:37.961Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2100 | 2023-10-27T03:28:38.095Z | Compiling owo-colors v3.5.0 |
2101 | 2023-10-27T03:28:43.789Z | Compiling shell-words v1.1.0 |
2102 | 2023-10-27T03:28:44.505Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2103 | 2023-10-27T03:28:55.917Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2104 | 2023-10-27T03:29:51.327Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2105 | 2023-10-27T03:30:08.427Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2106 | 2023-10-27T03:32:06.033Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2107 | 2023-10-27T03:33:59.292Z | Compiling git2 v0.17.2 |
2108 | 2023-10-27T03:34:06.112Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2109 | 2023-10-27T03:34:07.871Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2110 | 2023-10-27T03:34:19.954Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2111 | 2023-10-27T03:34:37.061Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2112 | 2023-10-27T03:34:38.105Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2113 | 2023-10-27T03:34:38.553Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2114 | 2023-10-27T03:34:40.600Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2115 | 2023-10-27T03:43:59.381Z | Finished release [optimized] target(s) in 22m 28s |
2116 | 2023-10-27T03:45:08.943Z | |
2117 | 2023-10-27T03:45:08.946Z | real 23:39.075156212 |
2118 | 2023-10-27T03:45:08.949Z | user 2:45:59.335731151 |
2119 | 2023-10-27T03:45:08.952Z | sys 7:01.961495614 |
2120 | 2023-10-27T03:45:08.954Z | trap 5.657103791 |
2121 | 2023-10-27T03:45:08.957Z | tflt 1.576753600 |
2122 | 2023-10-27T03:45:08.959Z | dflt 3.672210777 |
2123 | 2023-10-27T03:45:08.962Z | kflt 0.007513234 |
2124 | 2023-10-27T03:45:08.967Z | lock 9:30:36.265945649 |
2125 | 2023-10-27T03:45:08.970Z | slp 6:53:44.488857913 |
2126 | 2023-10-27T03:45:08.973Z | lat 2:55.072466704 |
2127 | 2023-10-27T03:45:08.976Z | stop 53.677910154 |
2128 | 2023-10-27T03:45:08.979Z | + 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/*) |
2129 | 2023-10-27T03:45:08.982Z | + pfexec mkdir -p /work |
2130 | 2023-10-27T03:45:08.984Z | + pfexec chown build /work |
2131 | 2023-10-27T03:45:08.987Z | + 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 |
2132 | 2023-10-27T03:45:22.238Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2133 | 2023-10-27T03:45:22.241Z | a out/mg-ddm-gz.tar 61499K |
2134 | 2023-10-27T03:45:22.244Z | a out/omicron-sled-agent.tar 112621K |
2135 | 2023-10-27T03:45:22.247Z | a out/target/test 1K |
2136 | 2023-10-27T03:45:22.250Z | a out/npuzone/npuzone 36506K |
2137 | 2023-10-27T03:45:22.252Z | a package-manifest.toml 22K |
2138 | 2023-10-27T03:45:22.255Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2139 | 2023-10-27T03:45:22.258Z | a target/release/omicron-package 37293K |
2140 | 2023-10-27T03:45:22.260Z | a tools/create_virtual_hardware.sh 3K |
2141 | 2023-10-27T03:45:22.263Z | a tools/virtual_hardware.sh 4K |
2142 | 2023-10-27T03:45:22.266Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2143 | 2023-10-27T03:45:22.269Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2144 | 2023-10-27T03:45:22.272Z | a tools/scrimlet/softnpu-init.sh 3K |
2145 | 2023-10-27T03:45:22.275Z | a tools/scrimlet/softnpu-zone.txt 1K |
2146 | 2023-10-27T03:45:22.279Z | a tools/scrimlet/softnpu.toml 1K |
2147 | 2023-10-27T03:45:22.282Z | |
2148 | 2023-10-27T03:45:22.285Z | real 13.284597877 |
2149 | 2023-10-27T03:45:22.288Z | user 12.720568692 |
2150 | 2023-10-27T03:45:22.291Z | sys 1.015524612 |
2151 | 2023-10-27T03:45:22.293Z | trap 0.004659203 |
2152 | 2023-10-27T03:45:22.296Z | tflt 0.000000000 |
2153 | 2023-10-27T03:45:22.299Z | dflt 0.000000000 |
2154 | 2023-10-27T03:45:22.302Z | kflt 0.000000000 |
2155 | 2023-10-27T03:45:22.305Z | lock 0.000000000 |
2156 | 2023-10-27T03:45:22.308Z | slp 12.438177020 |
2157 | 2023-10-27T03:45:22.311Z | lat 0.386659604 |
2158 | 2023-10-27T03:45:22.314Z | stop 0.000267868 |
2159 | 2023-10-27T03:45:22.317Z | ++ pwd |
2160 | 2023-10-27T03:45:22.320Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2161 | 2023-10-27T03:45:22.322Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2162 | 2023-10-27T03:45:22.325Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2163 | 2023-10-27T03:45:23.424Z | Finished release [optimized] target(s) in 1.09s |
2164 | 2023-10-27T03:45:23.454Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2165 | 2023-10-27T03:45:23.494Z | Created new build target 'host' and set it as active |
2166 | 2023-10-27T03:45:23.497Z | |
2167 | 2023-10-27T03:45:23.500Z | real 1.245051930 |
2168 | 2023-10-27T03:45:23.503Z | user 0.888932159 |
2169 | 2023-10-27T03:45:23.506Z | sys 0.356782855 |
2170 | 2023-10-27T03:45:23.510Z | trap 0.000078448 |
2171 | 2023-10-27T03:45:23.514Z | tflt 0.000000000 |
2172 | 2023-10-27T03:45:23.517Z | dflt 0.000005992 |
2173 | 2023-10-27T03:45:23.520Z | kflt 0.000000000 |
2174 | 2023-10-27T03:45:23.523Z | lock 0.032359507 |
2175 | 2023-10-27T03:45:23.526Z | slp 0.019773992 |
2176 | 2023-10-27T03:45:23.529Z | lat 0.001524367 |
2177 | 2023-10-27T03:45:23.532Z | stop 0.000219145 |
2178 | 2023-10-27T03:45:23.535Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2179 | 2023-10-27T03:45:24.640Z | Finished release [optimized] target(s) in 1.06s |
2180 | 2023-10-27T03:45:24.668Z | Running `target/release/omicron-package -t host package` |
2181 | 2023-10-27T03:45:24.707Z | Oct 27 03:45:24.710 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2182 | 2023-10-27T03:45:25.876Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2183 | 2023-10-27T03:49:21.275Z | Finished release [optimized] target(s) in 3m 56s |
2184 | 2023-10-27T03:50:36.626Z | |
2185 | 2023-10-27T03:50:36.629Z | real 5:13.136000617 |
2186 | 2023-10-27T03:50:36.632Z | user 21:07.828394384 |
2187 | 2023-10-27T03:50:36.635Z | sys 1:19.032789919 |
2188 | 2023-10-27T03:50:36.639Z | trap 0.531388277 |
2189 | 2023-10-27T03:50:36.641Z | tflt 0.041742731 |
2190 | 2023-10-27T03:50:36.644Z | dflt 1.796802347 |
2191 | 2023-10-27T03:50:36.647Z | kflt 0.000260876 |
2192 | 2023-10-27T03:50:36.650Z | lock 1:14:12.781214936 |
2193 | 2023-10-27T03:50:36.653Z | slp 17:52.049014811 |
2194 | 2023-10-27T03:50:36.661Z | lat 5.942619642 |
2195 | 2023-10-27T03:50:36.664Z | stop 0.626917807 |
2196 | 2023-10-27T03:50:36.667Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2197 | 2023-10-27T03:50:36.670Z | + for package in "$@" |
2198 | 2023-10-27T03:50:36.673Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2199 | 2023-10-27T03:50:36.675Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.3-0.ci+git4f373c07a58 |
2200 | 2023-10-27T03:50:37.777Z | Finished release [optimized] target(s) in 1.07s |
2201 | 2023-10-27T03:50:37.804Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.3-0.ci+git4f373c07a58` |
2202 | 2023-10-27T03:50:37.845Z | Oct 27 03:50:37.848 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2203 | 2023-10-27T03:50:38.368Z | Created: out/versioned/omicron-sled-agent.tar |
2204 | 2023-10-27T03:50:38.371Z | + for package in "$@" |
2205 | 2023-10-27T03:50:38.374Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2206 | 2023-10-27T03:50:38.377Z | + echo 0.0.0 |
2207 | 2023-10-27T03:50:38.379Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2208 | 2023-10-27T03:50:38.382Z | a VERSION 1K |
2209 | 2023-10-27T03:50:38.385Z | + rm VERSION |
2210 | 2023-10-27T03:50:38.388Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+git4f373c07a58 |
2211 | 2023-10-27T03:50:39.558Z | Finished release [optimized] target(s) in 1.10s |
2212 | 2023-10-27T03:50:39.588Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+git4f373c07a58` |
2213 | 2023-10-27T03:50:39.631Z | Oct 27 03:50:39.633 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2214 | 2023-10-27T03:50:39.913Z | Created: out/versioned/mg-ddm-gz.tar |
2215 | 2023-10-27T03:50:39.916Z | + for package in "$@" |
2216 | 2023-10-27T03:50:39.919Z | + [[ propolis-server == mg-ddm-gz ]] |
2217 | 2023-10-27T03:50:39.922Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.3-0.ci+git4f373c07a58 |
2218 | 2023-10-27T03:50:41.062Z | Finished release [optimized] target(s) in 1.06s |
2219 | 2023-10-27T03:50:41.083Z | Running `target/release/omicron-package stamp propolis-server 1.0.3-0.ci+git4f373c07a58` |
2220 | 2023-10-27T03:50:41.124Z | Oct 27 03:50:41.127 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2221 | 2023-10-27T03:50:42.895Z | Created: out/versioned/propolis-server.tar.gz |
2222 | 2023-10-27T03:50:42.907Z | + for package in "$@" |
2223 | 2023-10-27T03:50:42.912Z | + [[ overlay == mg-ddm-gz ]] |
2224 | 2023-10-27T03:50:42.917Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.3-0.ci+git4f373c07a58 |
2225 | 2023-10-27T03:50:44.032Z | Finished release [optimized] target(s) in 1.05s |
2226 | 2023-10-27T03:50:44.061Z | Running `target/release/omicron-package stamp overlay 1.0.3-0.ci+git4f373c07a58` |
2227 | 2023-10-27T03:50:44.103Z | Oct 27 03:50:44.105 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2228 | 2023-10-27T03:50:44.107Z | Created: out/versioned/overlay.tar.gz |
2229 | 2023-10-27T03:50:44.110Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2230 | 2023-10-27T03:50:44.119Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2231 | 2023-10-27T03:50:44.122Z | ++ cd -- ./tools |
2232 | 2023-10-27T03:50:44.127Z | ++ pwd |
2233 | 2023-10-27T03:50:44.131Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2234 | 2023-10-27T03:50:44.136Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2235 | 2023-10-27T03:50:44.139Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2236 | 2023-10-27T03:50:44.144Z | ++ readlink -f /work |
2237 | 2023-10-27T03:50:44.147Z | + out_dir=/work |
2238 | 2023-10-27T03:50:44.151Z | + 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") |
2239 | 2023-10-27T03:50:44.154Z | + for dep in "${deps[@]}" |
2240 | 2023-10-27T03:50:44.159Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2241 | 2023-10-27T03:50:44.162Z | + for dep in "${deps[@]}" |
2242 | 2023-10-27T03:50:44.166Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2243 | 2023-10-27T03:50:44.169Z | + for dep in "${deps[@]}" |
2244 | 2023-10-27T03:50:44.174Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2245 | 2023-10-27T03:50:44.177Z | + for dep in "${deps[@]}" |
2246 | 2023-10-27T03:50:44.595Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2247 | 2023-10-27T03:50:44.626Z | ++ mktemp -d |
2248 | 2023-10-27T03:50:44.632Z | + tmp_gz=/tmp/tmp.NQaGsi |
2249 | 2023-10-27T03:50:44.639Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2250 | 2023-10-27T03:50:44.656Z | + echo '{"v":"1","t":"layer"}' |
2251 | 2023-10-27T03:50:44.668Z | + pkg_dir=/tmp/tmp.NQaGsi/root/opt/oxide/sled-agent |
2252 | 2023-10-27T03:50:44.695Z | + mkdir -p /tmp/tmp.NQaGsi/root/opt/oxide/sled-agent |
2253 | 2023-10-27T03:50:44.702Z | + cd /tmp/tmp.NQaGsi/root/opt/oxide/sled-agent |
2254 | 2023-10-27T03:50:44.725Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2255 | 2023-10-27T03:50:44.730Z | x ., 0 bytes, 0 tape blocks |
2256 | 2023-10-27T03:50:44.749Z | x zone-bundle, 34626176 bytes, 67630 tape blocks |
2257 | 2023-10-27T03:50:44.776Z | x sled-agent, 80465312 bytes, 157159 tape blocks |
2258 | 2023-10-27T03:50:44.782Z | x pkg, 0 bytes, 0 tape blocks |
2259 | 2023-10-27T03:50:44.790Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2260 | 2023-10-27T03:50:44.794Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2261 | 2023-10-27T03:50:44.815Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2262 | 2023-10-27T03:50:44.821Z | x VERSION, 25 bytes, 1 tape blocks |
2263 | 2023-10-27T03:50:44.842Z | + mkdir -p /tmp/tmp.NQaGsi/root/lib/svc/manifest/site/ |
2264 | 2023-10-27T03:50:44.851Z | + mv pkg/manifest.xml /tmp/tmp.NQaGsi/root/lib/svc/manifest/site/sled-agent.xml |
2265 | 2023-10-27T03:50:44.856Z | + cd - |
2266 | 2023-10-27T03:50:44.863Z | /work/oxidecomputer/omicron |
2267 | 2023-10-27T03:50:44.868Z | + pkg_dir=/tmp/tmp.NQaGsi/root/opt/oxide/mg-ddm |
2268 | 2023-10-27T03:50:44.899Z | + mkdir -p /tmp/tmp.NQaGsi/root/opt/oxide/mg-ddm |
2269 | 2023-10-27T03:50:44.923Z | + cd /tmp/tmp.NQaGsi/root/opt/oxide/mg-ddm |
2270 | 2023-10-27T03:50:44.946Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2271 | 2023-10-27T03:50:44.955Z | x ., 0 bytes, 0 tape blocks |
2272 | 2023-10-27T03:50:44.967Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2273 | 2023-10-27T03:50:44.974Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2274 | 2023-10-27T03:50:44.984Z | x pkg, 0 bytes, 0 tape blocks |
2275 | 2023-10-27T03:50:45.005Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2276 | 2023-10-27T03:50:45.019Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2277 | 2023-10-27T03:50:45.023Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2278 | 2023-10-27T03:50:45.041Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2279 | 2023-10-27T03:50:45.057Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2280 | 2023-10-27T03:50:45.061Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2281 | 2023-10-27T03:50:45.063Z | x VERSION, 25 bytes, 1 tape blocks |
2282 | 2023-10-27T03:50:45.066Z | + cd - |
2283 | 2023-10-27T03:50:45.069Z | /work/oxidecomputer/omicron |
2284 | 2023-10-27T03:50:45.072Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.NQaGsi/root/opt/oxide |
2285 | 2023-10-27T03:50:45.077Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.NQaGsi/root/opt/oxide |
2286 | 2023-10-27T03:50:45.080Z | + cd /tmp/tmp.NQaGsi |
2287 | 2023-10-27T03:50:45.083Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2288 | 2023-10-27T03:50:56.228Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2289 | 2023-10-27T03:50:56.232Z | a oxide.json 1K |
2290 | 2023-10-27T03:50:56.235Z | a root/ 0K |
2291 | 2023-10-27T03:50:56.237Z | a root/opt/ 0K |
2292 | 2023-10-27T03:50:56.240Z | a root/opt/oxide/ 0K |
2293 | 2023-10-27T03:50:56.243Z | a root/opt/oxide/sled-agent/ 0K |
2294 | 2023-10-27T03:50:56.246Z | a root/opt/oxide/sled-agent/zone-bundle 33815K |
2295 | 2023-10-27T03:50:56.249Z | a root/opt/oxide/sled-agent/sled-agent 78580K |
2296 | 2023-10-27T03:50:56.252Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2297 | 2023-10-27T03:50:56.255Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2298 | 2023-10-27T03:50:56.257Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2299 | 2023-10-27T03:50:56.261Z | a root/opt/oxide/sled-agent/VERSION 1K |
2300 | 2023-10-27T03:50:56.263Z | a root/opt/oxide/mg-ddm/ 0K |
2301 | 2023-10-27T03:50:56.266Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2302 | 2023-10-27T03:50:56.269Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2303 | 2023-10-27T03:50:56.272Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2304 | 2023-10-27T03:50:56.275Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2305 | 2023-10-27T03:50:56.278Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2306 | 2023-10-27T03:50:56.281Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2307 | 2023-10-27T03:50:56.284Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2308 | 2023-10-27T03:50:56.286Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2309 | 2023-10-27T03:50:56.289Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2310 | 2023-10-27T03:50:56.292Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2311 | 2023-10-27T03:50:56.295Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2312 | 2023-10-27T03:50:56.298Z | a root/opt/oxide/overlay.tar.gz 2K |
2313 | 2023-10-27T03:50:56.300Z | a root/lib/ 0K |
2314 | 2023-10-27T03:50:56.303Z | a root/lib/svc/ 0K |
2315 | 2023-10-27T03:50:56.306Z | a root/lib/svc/manifest/ 0K |
2316 | 2023-10-27T03:50:56.309Z | a root/lib/svc/manifest/site/ 0K |
2317 | 2023-10-27T03:50:56.312Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2318 | 2023-10-27T03:50:56.314Z | + cd / |
2319 | 2023-10-27T03:50:56.317Z | + rm -rf /tmp/tmp.NQaGsi |
2320 | 2023-10-27T03:50:56.320Z | |
2321 | 2023-10-27T03:50:56.324Z | real 12.165530353 |
2322 | 2023-10-27T03:50:56.327Z | user 11.279400468 |
2323 | 2023-10-27T03:50:56.329Z | sys 0.946295862 |
2324 | 2023-10-27T03:50:56.333Z | trap 0.003179522 |
2325 | 2023-10-27T03:50:56.341Z | tflt 0.000000000 |
2326 | 2023-10-27T03:50:56.343Z | dflt 0.000000000 |
2327 | 2023-10-27T03:50:56.346Z | kflt 0.000004347 |
2328 | 2023-10-27T03:50:56.349Z | lock 0.000000000 |
2329 | 2023-10-27T03:50:56.352Z | slp 23.491963280 |
2330 | 2023-10-27T03:50:56.355Z | lat 0.351609109 |
2331 | 2023-10-27T03:50:56.357Z | stop 0.000307885 |
2332 | 2023-10-27T03:50:56.360Z | + mkdir -p /work/zones |
2333 | 2023-10-27T03:50:56.363Z | + 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) |
2334 | 2023-10-27T03:50:56.366Z | + 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/ |
2335 | 2023-10-27T03:50:59.876Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2336 | 2023-10-27T03:51:01.096Z | Finished release [optimized] target(s) in 1.13s |
2337 | 2023-10-27T03:51:01.127Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2338 | 2023-10-27T03:51:01.169Z | Created new build target 'recovery' and set it as active |
2339 | 2023-10-27T03:51:01.173Z | |
2340 | 2023-10-27T03:51:01.176Z | real 1.289525601 |
2341 | 2023-10-27T03:51:01.178Z | user 0.921727248 |
2342 | 2023-10-27T03:51:01.181Z | sys 0.365687683 |
2343 | 2023-10-27T03:51:01.184Z | trap 0.000813556 |
2344 | 2023-10-27T03:51:01.188Z | tflt 0.000007066 |
2345 | 2023-10-27T03:51:01.191Z | dflt 0.000009016 |
2346 | 2023-10-27T03:51:01.195Z | kflt 0.000000000 |
2347 | 2023-10-27T03:51:01.199Z | lock 0.032843745 |
2348 | 2023-10-27T03:51:01.202Z | slp 0.020910262 |
2349 | 2023-10-27T03:51:01.204Z | lat 0.004303902 |
2350 | 2023-10-27T03:51:01.207Z | stop 0.000218630 |
2351 | 2023-10-27T03:51:01.211Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2352 | 2023-10-27T03:51:02.432Z | Finished release [optimized] target(s) in 1.13s |
2353 | 2023-10-27T03:51:02.438Z | Running `target/release/omicron-package -t recovery package` |
2354 | 2023-10-27T03:51:02.474Z | Oct 27 03:51:02.477 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2355 | 2023-10-27T03:51:03.509Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2356 | 2023-10-27T03:51:07.413Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2357 | 2023-10-27T03:51:40.060Z | Finished release [optimized] target(s) in 37.50s |
2358 | 2023-10-27T03:51:51.000Z | |
2359 | 2023-10-27T03:51:51.004Z | real 49.821137910 |
2360 | 2023-10-27T03:51:51.007Z | user 2:40.796314294 |
2361 | 2023-10-27T03:51:51.010Z | sys 11.788225350 |
2362 | 2023-10-27T03:51:51.013Z | trap 0.075618450 |
2363 | 2023-10-27T03:51:51.016Z | tflt 0.110777332 |
2364 | 2023-10-27T03:51:51.019Z | dflt 0.663601136 |
2365 | 2023-10-27T03:51:51.022Z | kflt 0.000000000 |
2366 | 2023-10-27T03:51:51.025Z | lock 10:57.847416356 |
2367 | 2023-10-27T03:51:51.028Z | slp 2:32.665305465 |
2368 | 2023-10-27T03:51:51.031Z | lat 1.705306438 |
2369 | 2023-10-27T03:51:51.034Z | stop 0.184868205 |
2370 | 2023-10-27T03:51:51.037Z | + stamp_packages installinator mg-ddm-gz |
2371 | 2023-10-27T03:51:51.040Z | + for package in "$@" |
2372 | 2023-10-27T03:51:51.043Z | + [[ installinator == mg-ddm-gz ]] |
2373 | 2023-10-27T03:51:51.045Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.3-0.ci+git4f373c07a58 |
2374 | 2023-10-27T03:51:52.148Z | Finished release [optimized] target(s) in 1.06s |
2375 | 2023-10-27T03:51:52.176Z | Running `target/release/omicron-package stamp installinator 1.0.3-0.ci+git4f373c07a58` |
2376 | 2023-10-27T03:51:52.216Z | Oct 27 03:51:52.219 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2377 | 2023-10-27T03:51:52.329Z | Created: out/versioned/installinator.tar |
2378 | 2023-10-27T03:51:52.332Z | + for package in "$@" |
2379 | 2023-10-27T03:51:52.335Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2380 | 2023-10-27T03:51:52.338Z | + echo 0.0.0 |
2381 | 2023-10-27T03:51:52.341Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2382 | 2023-10-27T03:51:52.344Z | a VERSION 1K |
2383 | 2023-10-27T03:51:52.346Z | + rm VERSION |
2384 | 2023-10-27T03:51:52.349Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+git4f373c07a58 |
2385 | 2023-10-27T03:51:53.492Z | Finished release [optimized] target(s) in 1.07s |
2386 | 2023-10-27T03:51:53.520Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+git4f373c07a58` |
2387 | 2023-10-27T03:51:53.561Z | Oct 27 03:51:53.563 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2388 | 2023-10-27T03:51:53.725Z | Created: out/versioned/mg-ddm-gz.tar |
2389 | 2023-10-27T03:51:53.729Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2390 | 2023-10-27T03:51:53.742Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2391 | 2023-10-27T03:51:53.745Z | ++ cd -- ./tools |
2392 | 2023-10-27T03:51:53.749Z | ++ pwd |
2393 | 2023-10-27T03:51:53.752Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2394 | 2023-10-27T03:51:53.755Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2395 | 2023-10-27T03:51:53.758Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2396 | 2023-10-27T03:51:53.761Z | ++ readlink -f /work |
2397 | 2023-10-27T03:51:53.763Z | + out_dir=/work |
2398 | 2023-10-27T03:51:53.767Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2399 | 2023-10-27T03:51:53.769Z | + for dep in "${deps[@]}" |
2400 | 2023-10-27T03:51:53.772Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2401 | 2023-10-27T03:51:53.775Z | + for dep in "${deps[@]}" |
2402 | 2023-10-27T03:51:53.778Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2403 | 2023-10-27T03:51:53.781Z | ++ mktemp -d |
2404 | 2023-10-27T03:51:53.784Z | + tmp_trampoline=/tmp/tmp.DQa4wi |
2405 | 2023-10-27T03:51:53.787Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2406 | 2023-10-27T03:51:53.789Z | + echo '{"v":"1","t":"layer"}' |
2407 | 2023-10-27T03:51:53.792Z | + pkg_dir=/tmp/tmp.DQa4wi/root/opt/oxide/installinator |
2408 | 2023-10-27T03:51:53.795Z | + mkdir -p /tmp/tmp.DQa4wi/root/opt/oxide/installinator |
2409 | 2023-10-27T03:51:53.798Z | + cd /tmp/tmp.DQa4wi/root/opt/oxide/installinator |
2410 | 2023-10-27T03:51:53.801Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2411 | 2023-10-27T03:51:53.808Z | x ., 0 bytes, 0 tape blocks |
2412 | 2023-10-27T03:51:53.811Z | x installinator, 48315856 bytes, 94367 tape blocks |
2413 | 2023-10-27T03:51:53.813Z | x pkg, 0 bytes, 0 tape blocks |
2414 | 2023-10-27T03:51:53.817Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2415 | 2023-10-27T03:51:53.820Z | x VERSION, 25 bytes, 1 tape blocks |
2416 | 2023-10-27T03:51:53.823Z | + mkdir -p /tmp/tmp.DQa4wi/root/lib/svc/manifest/site/ |
2417 | 2023-10-27T03:51:53.826Z | + mv pkg/manifest.xml /tmp/tmp.DQa4wi/root/lib/svc/manifest/site/installinator.xml |
2418 | 2023-10-27T03:51:53.829Z | + cd - |
2419 | 2023-10-27T03:51:53.832Z | /work/oxidecomputer/omicron |
2420 | 2023-10-27T03:51:53.835Z | + pkg_dir=/tmp/tmp.DQa4wi/root/opt/oxide/mg-ddm |
2421 | 2023-10-27T03:51:53.838Z | + mkdir -p /tmp/tmp.DQa4wi/root/opt/oxide/mg-ddm |
2422 | 2023-10-27T03:51:53.841Z | + cd /tmp/tmp.DQa4wi/root/opt/oxide/mg-ddm |
2423 | 2023-10-27T03:51:53.844Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2424 | 2023-10-27T03:51:53.884Z | x ., 0 bytes, 0 tape blocks |
2425 | 2023-10-27T03:51:53.887Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2426 | 2023-10-27T03:51:53.890Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2427 | 2023-10-27T03:51:53.892Z | x pkg, 0 bytes, 0 tape blocks |
2428 | 2023-10-27T03:51:53.895Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2429 | 2023-10-27T03:51:53.898Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2430 | 2023-10-27T03:51:53.901Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2431 | 2023-10-27T03:51:53.904Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2432 | 2023-10-27T03:51:53.908Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2433 | 2023-10-27T03:51:53.910Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2434 | 2023-10-27T03:51:53.913Z | x VERSION, 25 bytes, 1 tape blocks |
2435 | 2023-10-27T03:51:53.916Z | + cd - |
2436 | 2023-10-27T03:51:53.919Z | /work/oxidecomputer/omicron |
2437 | 2023-10-27T03:51:53.922Z | + cd /tmp/tmp.DQa4wi |
2438 | 2023-10-27T03:51:53.925Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2439 | 2023-10-27T03:51:59.727Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2440 | 2023-10-27T03:51:59.732Z | a oxide.json 1K |
2441 | 2023-10-27T03:51:59.736Z | a root/ 0K |
2442 | 2023-10-27T03:51:59.738Z | a root/opt/ 0K |
2443 | 2023-10-27T03:51:59.755Z | a root/opt/oxide/ 0K |
2444 | 2023-10-27T03:51:59.760Z | a root/opt/oxide/installinator/ 0K |
2445 | 2023-10-27T03:51:59.762Z | a root/opt/oxide/installinator/installinator 47184K |
2446 | 2023-10-27T03:51:59.772Z | a root/opt/oxide/installinator/pkg/ 0K |
2447 | 2023-10-27T03:51:59.802Z | a root/opt/oxide/installinator/VERSION 1K |
2448 | 2023-10-27T03:51:59.812Z | a root/opt/oxide/mg-ddm/ 0K |
2449 | 2023-10-27T03:51:59.829Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2450 | 2023-10-27T03:51:59.837Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2451 | 2023-10-27T03:51:59.843Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2452 | 2023-10-27T03:51:59.852Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2453 | 2023-10-27T03:51:59.871Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2454 | 2023-10-27T03:51:59.893Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2455 | 2023-10-27T03:51:59.918Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2456 | 2023-10-27T03:51:59.925Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2457 | 2023-10-27T03:51:59.930Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2458 | 2023-10-27T03:51:59.943Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2459 | 2023-10-27T03:51:59.946Z | a root/lib/ 0K |
2460 | 2023-10-27T03:51:59.952Z | a root/lib/svc/ 0K |
2461 | 2023-10-27T03:51:59.958Z | a root/lib/svc/manifest/ 0K |
2462 | 2023-10-27T03:51:59.961Z | a root/lib/svc/manifest/site/ 0K |
2463 | 2023-10-27T03:51:59.963Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2464 | 2023-10-27T03:51:59.970Z | + cd / |
2465 | 2023-10-27T03:51:59.981Z | + rm -rf /tmp/tmp.DQa4wi |
2466 | 2023-10-27T03:51:59.988Z | |
2467 | 2023-10-27T03:51:59.994Z | real 6.017550528 |
2468 | 2023-10-27T03:51:59.999Z | user 5.642232158 |
2469 | 2023-10-27T03:52:00.005Z | sys 0.404115241 |
2470 | 2023-10-27T03:52:00.018Z | trap 0.001319679 |
2471 | 2023-10-27T03:52:00.036Z | tflt 0.000000000 |
2472 | 2023-10-27T03:52:00.044Z | dflt 0.000000000 |
2473 | 2023-10-27T03:52:00.052Z | kflt 0.000000000 |
2474 | 2023-10-27T03:52:00.480Z | lock 0.000000000 |
2475 | 2023-10-27T03:52:00.489Z | slp 11.652125593 |
2476 | 2023-10-27T03:52:00.908Z | lat 0.162234716 |
2477 | 2023-10-27T03:52:00.912Z | stop 0.000292763 |
2478 | 2023-10-27T03:52:00.916Z | process exited: duration 2458296 ms, exit code 0 |
|
2479 | 2023-10-27T03:52:00.931Z | found 21 output files |
2480 | 2023-10-27T03:52:00.934Z | uploading: /work/version.txt (26 bytes) |
2481 | 2023-10-27T03:52:01.942Z | uploaded: /work/version.txt |
2482 | 2023-10-27T03:52:01.964Z | uploading: /work/package.tar.gz (80489055 bytes) |
2483 | 2023-10-27T03:52:28.665Z | uploaded: /work/package.tar.gz |
2484 | 2023-10-27T03:52:28.677Z | uploading: /work/global-zone-packages.tar.gz (122825228 bytes) |
2485 | 2023-10-27T03:53:09.787Z | uploaded: /work/global-zone-packages.tar.gz |
2486 | 2023-10-27T03:53:09.854Z | uploading: /work/trampoline-global-zone-packages.tar.gz (35587342 bytes) |
2487 | 2023-10-27T03:53:22.397Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2488 | 2023-10-27T03:53:22.410Z | uploading: /work/zones/clickhouse.tar.gz (180757963 bytes) |
2489 | 2023-10-27T03:54:28.684Z | uploaded: /work/zones/clickhouse.tar.gz |
2490 | 2023-10-27T03:54:28.701Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180757719 bytes) |
2491 | 2023-10-27T03:55:30.990Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2492 | 2023-10-27T03:55:31.026Z | uploading: /work/zones/cockroachdb.tar.gz (117827338 bytes) |
2493 | 2023-10-27T03:56:07.069Z | uploaded: /work/zones/cockroachdb.tar.gz |
2494 | 2023-10-27T03:56:07.081Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2495 | 2023-10-27T03:56:15.339Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2496 | 2023-10-27T03:56:15.347Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2497 | 2023-10-27T03:56:26.762Z | uploaded: /work/zones/crucible.tar.gz |
2498 | 2023-10-27T03:56:26.773Z | uploading: /work/zones/external-dns.tar.gz (22067037 bytes) |
2499 | 2023-10-27T03:56:33.566Z | uploaded: /work/zones/external-dns.tar.gz |
2500 | 2023-10-27T03:56:33.578Z | uploading: /work/zones/internal-dns.tar.gz (22067036 bytes) |
2501 | 2023-10-27T03:56:42.142Z | uploaded: /work/zones/internal-dns.tar.gz |
2502 | 2023-10-27T03:56:42.145Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2503 | 2023-10-27T03:56:43.153Z | uploaded: /work/zones/ntp.tar.gz |
2504 | 2023-10-27T03:56:43.164Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16772867 bytes) |
2505 | 2023-10-27T03:56:50.880Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2506 | 2023-10-27T03:56:50.891Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16772312 bytes) |
2507 | 2023-10-27T03:56:58.179Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2508 | 2023-10-27T03:56:58.191Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (69390793 bytes) |
2509 | 2023-10-27T03:57:19.639Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2510 | 2023-10-27T03:57:19.651Z | uploading: /work/zones/omicron-nexus.tar.gz (69390328 bytes) |
2511 | 2023-10-27T03:57:42.587Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2512 | 2023-10-27T03:57:42.592Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2513 | 2023-10-27T03:57:43.611Z | uploaded: /work/zones/overlay.tar.gz |
2514 | 2023-10-27T03:57:43.630Z | uploading: /work/zones/oximeter-collector.tar.gz (18267085 bytes) |
2515 | 2023-10-27T03:57:50.187Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2516 | 2023-10-27T03:57:50.198Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2517 | 2023-10-27T03:58:11.697Z | uploaded: /work/zones/propolis-server.tar.gz |
2518 | 2023-10-27T03:58:11.715Z | uploading: /work/zones/switch-asic.tar.gz (238392794 bytes) |
2519 | 2023-10-27T03:59:25.033Z | uploaded: /work/zones/switch-asic.tar.gz |
2520 | 2023-10-27T03:59:25.042Z | uploading: /work/zones/switch-softnpu.tar.gz (160990658 bytes) |
2521 | 2023-10-27T04:00:33.140Z | uploaded: /work/zones/switch-softnpu.tar.gz |