|
|
|
1 | 2023-11-07T21:34:27.427Z | job assigned to worker 01HENV729H87HW33PSAHH4VTMR (queued for 2 m 4 s) |
|
2 | 2023-11-07T21:34:27.595Z | starting task 0: "setup" |
3 | 2023-11-07T21:34:27.821Z | ++ uname -s |
4 | 2023-11-07T21:34:27.824Z | + kern=SunOS |
5 | 2023-11-07T21:34:27.827Z | + case "$kern" in |
6 | 2023-11-07T21:34:27.830Z | + groupadd -g 12345 build |
7 | 2023-11-07T21:34:27.833Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-07T21:34:29.850Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-07T21:34:30.282Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-07T21:34:30.286Z | + home_fs=zfs |
11 | 2023-11-07T21:34:30.289Z | + [[ zfs == autofs ]] |
12 | 2023-11-07T21:34:30.293Z | + mkdir -p /home/build |
13 | 2023-11-07T21:34:30.297Z | + chown build:build /home/build /work |
14 | 2023-11-07T21:34:32.303Z | + chmod 0700 /home/build /work |
15 | 2023-11-07T21:34:32.315Z | process exited: duration 4691 ms, exit code 0 |
|
16 | 2023-11-07T21:34:32.346Z | starting task 1: "rust-toolchain" |
17 | 2023-11-07T21:34:32.358Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-07T21:34:32.362Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-07T21:34:32.543Z | info: downloading installer |
20 | 2023-11-07T21:34:34.986Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-07T21:34:34.989Z | warning: /opt/ooce/bin |
22 | 2023-11-07T21:34:34.996Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-07T21:34:35.001Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-07T21:34:35.005Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-07T21:34:35.012Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-07T21:34:35.020Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-07T21:34:35.026Z | error: cannot install while Rust is installed |
28 | 2023-11-07T21:34:35.033Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-07T21:34:35.264Z | info: profile set to 'default' |
30 | 2023-11-07T21:34:35.277Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-07T21:34:35.287Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-07T21:34:35.452Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-07T21:34:35.455Z | info: downloading component 'cargo' |
34 | 2023-11-07T21:34:36.268Z | info: downloading component 'clippy' |
35 | 2023-11-07T21:34:36.564Z | info: downloading component 'rust-docs' |
36 | 2023-11-07T21:34:37.608Z | info: downloading component 'rust-std' |
37 | 2023-11-07T21:34:39.402Z | info: downloading component 'rustc' |
38 | 2023-11-07T21:34:43.753Z | info: downloading component 'rustfmt' |
39 | 2023-11-07T21:34:44.027Z | info: installing component 'cargo' |
40 | 2023-11-07T21:34:45.936Z | info: installing component 'clippy' |
41 | 2023-11-07T21:34:46.773Z | info: installing component 'rust-docs' |
42 | 2023-11-07T21:34:49.483Z | info: installing component 'rust-std' |
43 | 2023-11-07T21:34:53.287Z | info: installing component 'rustc' |
44 | 2023-11-07T21:35:03.253Z | info: installing component 'rustfmt' |
45 | 2023-11-07T21:35:03.710Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-07T21:35:03.714Z | |
47 | 2023-11-07T21:35:03.905Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-07T21:35:03.909Z | |
49 | 2023-11-07T21:35:03.912Z | |
50 | 2023-11-07T21:35:03.916Z | Rust is installed now. Great! |
51 | 2023-11-07T21:35:03.920Z | |
52 | 2023-11-07T21:35:03.923Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-07T21:35:03.927Z | environment variable. This has not been done automatically. |
54 | 2023-11-07T21:35:03.930Z | |
55 | 2023-11-07T21:35:03.933Z | To configure your current shell, run: |
56 | 2023-11-07T21:35:03.936Z | source "$HOME/.cargo/env" |
57 | 2023-11-07T21:35:04.000Z | + rustc --version |
58 | 2023-11-07T21:35:04.123Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-07T21:35:04.130Z | process exited: duration 31781 ms, exit code 0 |
|
60 | 2023-11-07T21:35:04.137Z | starting task 2: "authentication" |
61 | 2023-11-07T21:35:04.182Z | process exited: duration 35 ms, exit code 0 |
|
62 | 2023-11-07T21:35:04.188Z | starting task 3: "clone repository" |
63 | 2023-11-07T21:35:04.201Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-07T21:35:04.204Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-07T21:35:04.239Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-07T21:35:10.702Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-07T21:35:10.708Z | + [[ -n mike/cmderr ]] |
68 | 2023-11-07T21:35:10.715Z | + git fetch origin mike/cmderr |
69 | 2023-11-07T21:35:11.088Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-07T21:35:11.092Z | * branch mike/cmderr -> FETCH_HEAD |
71 | 2023-11-07T21:35:11.099Z | + git checkout -B mike/cmderr remotes/origin/mike/cmderr |
72 | 2023-11-07T21:35:11.214Z | Switched to a new branch 'mike/cmderr' |
73 | 2023-11-07T21:35:11.218Z | branch 'mike/cmderr' set up to track 'origin/mike/cmderr'. |
74 | 2023-11-07T21:35:11.221Z | + git reset --hard 339753b6c821b8c819db09e153a1c7631b1538c7 |
75 | 2023-11-07T21:35:11.366Z | HEAD is now at 339753b6 Burned by RUST_BACKTRACE=1 |
76 | 2023-11-07T21:35:11.371Z | process exited: duration 7177 ms, exit code 0 |
|
77 | 2023-11-07T21:35:11.378Z | starting task 4: "build" |
78 | 2023-11-07T21:35:11.389Z | + cargo --version |
79 | 2023-11-07T21:35:11.481Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-11-07T21:35:11.485Z | + rustc --version |
81 | 2023-11-07T21:35:11.589Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-11-07T21:35:11.596Z | ++ git rev-parse HEAD |
83 | 2023-11-07T21:35:11.601Z | + COMMIT=339753b6c821b8c819db09e153a1c7631b1538c7 |
84 | 2023-11-07T21:35:11.604Z | + VERSION=1.0.3-0.ci+git339753b6c82 |
85 | 2023-11-07T21:35:11.607Z | + echo 1.0.3-0.ci+git339753b6c82 |
86 | 2023-11-07T21:35:11.610Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-11-07T21:35:20.335Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-11-07T21:35:21.293Z | Startup: Caching catalogs ... Done |
89 | 2023-11-07T21:35:26.207Z | Planning: Solver setup ... Done (4.625s) |
90 | 2023-11-07T21:35:26.327Z | Planning: Running solver ... Done (0.120s) |
91 | 2023-11-07T21:35:26.381Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-11-07T21:35:26.396Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-11-07T21:35:26.634Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-11-07T21:35:26.788Z | Planning: Package planning ... Done (0.155s) |
95 | 2023-11-07T21:35:26.874Z | Planning: Merging actions ... Done (0.086s) |
96 | 2023-11-07T21:35:27.531Z | Planning: Checking for conflicting actions ... Done (0.657s) |
97 | 2023-11-07T21:35:27.549Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-11-07T21:35:31.428Z | Planning: Evaluating mediators ... Done (3.876s) |
99 | 2023-11-07T21:35:31.444Z | Planning: Planning completed in 10.09 seconds |
100 | 2023-11-07T21:35:31.466Z | Packages to install: 4 |
101 | 2023-11-07T21:35:31.474Z | Mediators to change: 2 |
102 | 2023-11-07T21:35:31.481Z | Services to change: 1 |
103 | 2023-11-07T21:35:31.489Z | Estimated space available: 149.39 GB |
104 | 2023-11-07T21:35:31.495Z | Estimated space to be consumed: 1.37 GB |
105 | 2023-11-07T21:35:31.501Z | Create boot environment: No |
106 | 2023-11-07T21:35:31.510Z | Create backup boot environment: No |
107 | 2023-11-07T21:35:31.517Z | Rebuild boot archive: No |
108 | 2023-11-07T21:35:31.525Z | |
109 | 2023-11-07T21:35:31.532Z | Changed mediators: |
110 | 2023-11-07T21:35:31.539Z | mediator clang: |
111 | 2023-11-07T21:35:31.549Z | version: None -> 15 (system default) |
112 | 2023-11-07T21:35:31.559Z | |
113 | 2023-11-07T21:35:31.567Z | mediator llvm: |
114 | 2023-11-07T21:35:31.575Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-11-07T21:35:31.585Z | |
116 | 2023-11-07T21:35:31.594Z | Changed packages: |
117 | 2023-11-07T21:35:31.602Z | helios-dev |
118 | 2023-11-07T21:35:31.608Z | developer/build-essential |
119 | 2023-11-07T21:35:31.611Z | None -> 11-2.0 |
120 | 2023-11-07T21:35:31.615Z | library/libxmlsec1 |
121 | 2023-11-07T21:35:31.618Z | None -> 1.2.35-2.0 |
122 | 2023-11-07T21:35:31.623Z | ooce/developer/clang-15 |
123 | 2023-11-07T21:35:31.626Z | None -> 15.0.7-2.0 |
124 | 2023-11-07T21:35:31.629Z | ooce/developer/llvm-15 |
125 | 2023-11-07T21:35:31.633Z | None -> 15.0.7-2.0 |
126 | 2023-11-07T21:35:31.636Z | |
127 | 2023-11-07T21:35:31.639Z | Services: |
128 | 2023-11-07T21:35:31.642Z | restart_fmri: |
129 | 2023-11-07T21:35:31.646Z | svc:/system/update-man-index:default |
130 | 2023-11-07T21:35:31.701Z | |
131 | 2023-11-07T21:35:31.704Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-11-07T21:35:36.898Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (17.8M/s) |
133 | 2023-11-07T21:35:43.009Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (12.6M/s) |
134 | 2023-11-07T21:35:48.008Z | Download: 3163/3290 items 156.1/212.6MB 73% complete (5.7M/s) |
135 | 2023-11-07T21:35:52.563Z | Download: Completed 212.60 MB in 20.86 seconds (10.2M/s) |
136 | 2023-11-07T21:35:53.002Z | Actions: 1/3687 actions (Installing new actions) |
137 | 2023-11-07T21:35:58.155Z | Actions: 2474/3687 actions (Installing new actions) |
138 | 2023-11-07T21:36:01.375Z | Actions: Completed 3687 actions in 8.37 seconds. |
139 | 2023-11-07T21:36:01.539Z | Done (0.162s) |
140 | 2023-11-07T21:36:01.548Z | Done (0.000s) |
141 | 2023-11-07T21:36:01.747Z | Done (0.209s) |
142 | 2023-11-07T21:36:09.588Z | Done (7.726s) |
143 | 2023-11-07T21:36:09.857Z | Done (0.171s) |
144 | 2023-11-07T21:36:09.862Z | Done (0.000s) |
145 | 2023-11-07T21:36:10.136Z | Done (0.000s) |
146 | 2023-11-07T21:36:10.842Z | Planning: Evaluating mediator changes ... Done |
147 | 2023-11-07T21:36:11.125Z | Planning: Checking for conflicting actions ... Done |
148 | 2023-11-07T21:36:11.130Z | Planning: Consolidating action changes ... Done |
149 | 2023-11-07T21:36:11.568Z | Planning: Evaluating mediators ... Done |
150 | 2023-11-07T21:36:11.577Z | Planning: Planning completed in 0.72 seconds |
151 | 2023-11-07T21:36:11.621Z | Mediators to change: 2 |
152 | 2023-11-07T21:36:11.628Z | Create boot environment: No |
153 | 2023-11-07T21:36:11.632Z | Create backup boot environment: No |
154 | 2023-11-07T21:36:11.714Z | Done |
155 | 2023-11-07T21:36:11.717Z | Done |
156 | 2023-11-07T21:36:11.845Z | Done |
157 | 2023-11-07T21:36:18.243Z | Done |
158 | 2023-11-07T21:36:18.247Z | Done |
159 | 2023-11-07T21:36:18.253Z | Done |
160 | 2023-11-07T21:36:18.259Z | Done |
161 | 2023-11-07T21:36:19.097Z | Planning: Evaluating mediator changes ... Done |
162 | 2023-11-07T21:36:19.102Z | Planning: Merging actions ... Done |
163 | 2023-11-07T21:36:19.429Z | Planning: Checking for conflicting actions ... Done |
164 | 2023-11-07T21:36:19.434Z | Planning: Consolidating action changes ... Done |
165 | 2023-11-07T21:36:19.860Z | Planning: Evaluating mediators ... Done |
166 | 2023-11-07T21:36:19.952Z | Planning: Planning completed in 1.31 seconds |
167 | 2023-11-07T21:36:20.009Z | Packages to change: 1 |
168 | 2023-11-07T21:36:20.013Z | Mediators to change: 1 |
169 | 2023-11-07T21:36:20.016Z | Services to change: 1 |
170 | 2023-11-07T21:36:20.019Z | Create boot environment: No |
171 | 2023-11-07T21:36:20.022Z | Create backup boot environment: Yes |
172 | 2023-11-07T21:36:22.301Z | Actions: 1/6 actions (Updating modified actions) |
173 | 2023-11-07T21:36:22.305Z | Actions: Completed 6 actions in 0.00 seconds. |
174 | 2023-11-07T21:36:22.307Z | Done |
175 | 2023-11-07T21:36:22.310Z | Done |
176 | 2023-11-07T21:36:22.354Z | Done |
177 | 2023-11-07T21:36:28.204Z | Done |
178 | 2023-11-07T21:36:28.328Z | Done |
179 | 2023-11-07T21:36:28.332Z | Done |
180 | 2023-11-07T21:36:28.432Z | Done |
181 | 2023-11-07T21:36:29.109Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
182 | 2023-11-07T21:36:29.112Z | clang system 15 system |
183 | 2023-11-07T21:36:29.115Z | csh system system illumos |
184 | 2023-11-07T21:36:29.118Z | ctags system system illumos |
185 | 2023-11-07T21:36:29.121Z | gcc vendor 12 vendor |
186 | 2023-11-07T21:36:29.124Z | gcc system 10 system |
187 | 2023-11-07T21:36:29.127Z | gcc system 7 system |
188 | 2023-11-07T21:36:29.130Z | go system 1.20 system |
189 | 2023-11-07T21:36:29.133Z | go system 1.19 system |
190 | 2023-11-07T21:36:29.137Z | llvm system 15 system |
191 | 2023-11-07T21:36:29.141Z | llvm system 14 system |
192 | 2023-11-07T21:36:29.143Z | mariadb system 10.6 system |
193 | 2023-11-07T21:36:29.146Z | mta vendor vendor dma |
194 | 2023-11-07T21:36:29.149Z | openjdk system 17 system |
195 | 2023-11-07T21:36:29.152Z | openjdk system 11 system |
196 | 2023-11-07T21:36:29.155Z | openjdk system 1.8 system |
197 | 2023-11-07T21:36:29.159Z | openssl vendor 3 vendor |
198 | 2023-11-07T21:36:29.162Z | perl system 5.36 system |
199 | 2023-11-07T21:36:29.167Z | postgresql system 15 system |
200 | 2023-11-07T21:36:29.170Z | postgresql system 13 system |
201 | 2023-11-07T21:36:29.173Z | python vendor 3 vendor |
202 | 2023-11-07T21:36:29.177Z | python system 2 system |
203 | 2023-11-07T21:36:29.179Z | python3 system 3.11 system |
204 | 2023-11-07T21:36:29.184Z | ruby system 3.0 system |
205 | 2023-11-07T21:36:29.187Z | words vendor vendor american-english |
206 | 2023-11-07T21:36:29.190Z | words system system australian-english |
207 | 2023-11-07T21:36:29.195Z | words system system british-english |
208 | 2023-11-07T21:36:29.198Z | words system system canadian-english |
209 | 2023-11-07T21:36:29.201Z | words system system french |
210 | 2023-11-07T21:36:29.204Z | words system system italian |
211 | 2023-11-07T21:36:29.207Z | words system system ngerman |
212 | 2023-11-07T21:36:29.212Z | words system system ogerman |
213 | 2023-11-07T21:36:29.215Z | words system system spanish |
214 | 2023-11-07T21:36:29.645Z | FMRI IFO |
215 | 2023-11-07T21:36:29.648Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
216 | 2023-11-07T21:36:29.651Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
217 | 2023-11-07T21:36:29.654Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
218 | 2023-11-07T21:36:29.657Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
219 | 2023-11-07T21:36:29.660Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
220 | 2023-11-07T21:36:29.663Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
221 | 2023-11-07T21:36:29.718Z | + set -o errexit |
222 | 2023-11-07T21:36:29.721Z | +++ dirname ./tools/ci_download_cockroachdb |
223 | 2023-11-07T21:36:29.724Z | ++ cd ./tools |
224 | 2023-11-07T21:36:29.727Z | ++ pwd |
225 | 2023-11-07T21:36:29.730Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
226 | 2023-11-07T21:36:29.733Z | ++ basename ./tools/ci_download_cockroachdb |
227 | 2023-11-07T21:36:29.736Z | + ARG0=ci_download_cockroachdb |
228 | 2023-11-07T21:36:29.738Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
229 | 2023-11-07T21:36:29.741Z | + CIDL_VERSION=v22.1.9 |
230 | 2023-11-07T21:36:29.744Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
231 | 2023-11-07T21:36:29.747Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
232 | 2023-11-07T21:36:29.750Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
233 | 2023-11-07T21:36:29.753Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
234 | 2023-11-07T21:36:29.756Z | + TARGET_DIR=out |
235 | 2023-11-07T21:36:29.758Z | + DOWNLOAD_DIR=out/downloads |
236 | 2023-11-07T21:36:29.761Z | + DEST_DIR=./out/cockroachdb |
237 | 2023-11-07T21:36:29.764Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
238 | 2023-11-07T21:36:29.767Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
239 | 2023-11-07T21:36:29.770Z | + main |
240 | 2023-11-07T21:36:29.773Z | + [[ 0 != 0 ]] |
241 | 2023-11-07T21:36:29.777Z | + CIDL_OS=solaris2.11 |
242 | 2023-11-07T21:36:29.780Z | + [[ 0 != 0 ]] |
243 | 2023-11-07T21:36:29.783Z | + configure_os solaris2.11 |
244 | 2023-11-07T21:36:29.786Z | + echo 'current directory: /work/oxidecomputer/omicron' |
245 | 2023-11-07T21:36:29.789Z | current directory: /work/oxidecomputer/omicron |
246 | 2023-11-07T21:36:29.791Z | configuring based on OS: "solaris2.11" |
247 | 2023-11-07T21:36:29.794Z | + echo 'configuring based on OS: "solaris2.11"' |
248 | 2023-11-07T21:36:29.797Z | + case "$1" in |
249 | 2023-11-07T21:36:29.800Z | + CIDL_BUILD=illumos |
250 | 2023-11-07T21:36:29.804Z | + CIDL_SUFFIX=tar.gz |
251 | 2023-11-07T21:36:29.806Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
252 | 2023-11-07T21:36:29.810Z | + CIDL_MD5FUNC=do_md5sum |
253 | 2023-11-07T21:36:29.813Z | + CIDL_URL_BASE=https://illumos.org/downloads |
254 | 2023-11-07T21:36:29.817Z | + CIDL_ASSEMBLE=do_assemble_illumos |
255 | 2023-11-07T21:36:29.820Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
256 | 2023-11-07T21:36:29.823Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
257 | 2023-11-07T21:36:29.826Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-11-07T21:36:29.829Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
259 | 2023-11-07T21:36:29.831Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-11-07T21:36:29.834Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
261 | 2023-11-07T21:36:29.839Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-11-07T21:36:29.842Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
263 | 2023-11-07T21:36:29.845Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-11-07T21:36:29.848Z | + mkdir -p out/downloads |
265 | 2023-11-07T21:36:29.851Z | + mkdir -p ./out/cockroachdb |
266 | 2023-11-07T21:36:29.854Z | + local DO_DOWNLOAD=true |
267 | 2023-11-07T21:36:29.856Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
268 | 2023-11-07T21:36:29.859Z | + '[' true == true ']' |
269 | 2023-11-07T21:36:29.862Z | + echo Downloading... |
270 | 2023-11-07T21:36:29.865Z | Downloading... |
271 | 2023-11-07T21:36:29.868Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-07T21:36:29.870Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-07T21:36:35.301Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-07T21:36:35.304Z | ++ md5sum |
275 | 2023-11-07T21:36:35.307Z | ++ awk '{print $1}' |
276 | 2023-11-07T21:36:35.486Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
277 | 2023-11-07T21:36:35.489Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
278 | 2023-11-07T21:36:35.492Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-11-07T21:36:35.495Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
280 | 2023-11-07T21:36:38.872Z | + do_assemble_illumos |
281 | 2023-11-07T21:36:38.876Z | + rm -r ./out/cockroachdb |
282 | 2023-11-07T21:36:38.880Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
283 | 2023-11-07T21:36:39.440Z | + ./out/cockroachdb/bin/cockroach version |
284 | 2023-11-07T21:36:39.648Z | Build Tag: v22.1.9-dirty |
285 | 2023-11-07T21:36:39.651Z | Build Time: 2022/10/26 21:17:46 |
286 | 2023-11-07T21:36:39.654Z | Distribution: OSS |
287 | 2023-11-07T21:36:39.657Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
288 | 2023-11-07T21:36:39.660Z | Go Version: go1.17.13 |
289 | 2023-11-07T21:36:39.663Z | C Compiler: gcc 10.3.0 |
290 | 2023-11-07T21:36:39.665Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
291 | 2023-11-07T21:36:39.668Z | Build Type: release |
292 | 2023-11-07T21:36:39.673Z | + set -o errexit |
293 | 2023-11-07T21:36:39.676Z | +++ dirname ./tools/ci_download_clickhouse |
294 | 2023-11-07T21:36:39.680Z | ++ cd ./tools |
295 | 2023-11-07T21:36:39.683Z | ++ pwd |
296 | 2023-11-07T21:36:39.686Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
297 | 2023-11-07T21:36:39.689Z | ++ basename ./tools/ci_download_clickhouse |
298 | 2023-11-07T21:36:39.692Z | + ARG0=ci_download_clickhouse |
299 | 2023-11-07T21:36:39.694Z | + TARGET_DIR=out |
300 | 2023-11-07T21:36:39.697Z | + DOWNLOAD_DIR=out/downloads |
301 | 2023-11-07T21:36:39.700Z | + DEST_DIR=./out/clickhouse |
302 | 2023-11-07T21:36:39.703Z | + CIDL_VERSION=v22.8.9.24 |
303 | 2023-11-07T21:36:39.706Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
304 | 2023-11-07T21:36:39.709Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
305 | 2023-11-07T21:36:39.712Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
306 | 2023-11-07T21:36:39.715Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
307 | 2023-11-07T21:36:39.718Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
308 | 2023-11-07T21:36:39.721Z | + main |
309 | 2023-11-07T21:36:39.724Z | + [[ 0 != 0 ]] |
310 | 2023-11-07T21:36:39.726Z | + CIDL_OS=solaris2.11 |
311 | 2023-11-07T21:36:39.729Z | + [[ 0 != 0 ]] |
312 | 2023-11-07T21:36:39.732Z | + configure_os solaris2.11 |
313 | 2023-11-07T21:36:39.736Z | + echo 'current directory: /work/oxidecomputer/omicron' |
314 | 2023-11-07T21:36:39.739Z | current directory: /work/oxidecomputer/omicron |
315 | 2023-11-07T21:36:39.742Z | + echo 'configuring based on OS: "solaris2.11"' |
316 | 2023-11-07T21:36:39.745Z | configuring based on OS: "solaris2.11" |
317 | 2023-11-07T21:36:39.748Z | + CIDL_DASHREV= |
318 | 2023-11-07T21:36:39.750Z | + case "$1" in |
319 | 2023-11-07T21:36:39.753Z | + CIDL_PLATFORM=illumos |
320 | 2023-11-07T21:36:39.756Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
321 | 2023-11-07T21:36:39.759Z | + CIDL_MD5FUNC=do_md5sum |
322 | 2023-11-07T21:36:39.762Z | + CIDL_DASHREV=-1 |
323 | 2023-11-07T21:36:39.765Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
324 | 2023-11-07T21:36:39.768Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-11-07T21:36:39.770Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-11-07T21:36:39.773Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-11-07T21:36:39.778Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
328 | 2023-11-07T21:36:39.781Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-11-07T21:36:39.784Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
330 | 2023-11-07T21:36:39.787Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-11-07T21:36:39.790Z | + mkdir -p out/downloads |
332 | 2023-11-07T21:36:39.793Z | + mkdir -p ./out/clickhouse |
333 | 2023-11-07T21:36:39.796Z | + local DO_DOWNLOAD=true |
334 | 2023-11-07T21:36:39.798Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
335 | 2023-11-07T21:36:39.801Z | + '[' true == true ']' |
336 | 2023-11-07T21:36:39.804Z | + echo Downloading... |
337 | 2023-11-07T21:36:39.807Z | Downloading... |
338 | 2023-11-07T21:36:39.810Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-07T21:36:39.813Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-07T21:36:41.474Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-07T21:36:41.477Z | ++ md5sum |
342 | 2023-11-07T21:36:41.480Z | ++ awk '{print $1}' |
343 | 2023-11-07T21:36:41.735Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2023-11-07T21:36:41.739Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
345 | 2023-11-07T21:36:41.742Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
346 | 2023-11-07T21:36:41.745Z | + mkdir -p ./out/clickhouse |
347 | 2023-11-07T21:36:41.748Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
348 | 2023-11-07T21:36:46.659Z | + ./out/clickhouse/clickhouse server --version |
349 | 2023-11-07T21:36:46.715Z | ClickHouse server version 22.8.9.1. |
350 | 2023-11-07T21:36:46.754Z | + set -o errexit |
351 | 2023-11-07T21:36:46.757Z | +++ dirname ./tools/ci_download_console |
352 | 2023-11-07T21:36:46.761Z | ++ cd ./tools |
353 | 2023-11-07T21:36:46.764Z | ++ pwd |
354 | 2023-11-07T21:36:46.767Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
355 | 2023-11-07T21:36:46.771Z | ++ basename ./tools/ci_download_console |
356 | 2023-11-07T21:36:46.774Z | + ARG0=ci_download_console |
357 | 2023-11-07T21:36:46.777Z | + TARGET_DIR=out |
358 | 2023-11-07T21:36:46.780Z | + DOWNLOAD_DIR=out/downloads |
359 | 2023-11-07T21:36:46.783Z | + DEST_DIR=./out/console-assets |
360 | 2023-11-07T21:36:46.786Z | + source /work/oxidecomputer/omicron/tools/console_version |
361 | 2023-11-07T21:36:46.790Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
362 | 2023-11-07T21:36:46.793Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
363 | 2023-11-07T21:36:46.796Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
364 | 2023-11-07T21:36:46.799Z | + TARBALL_FILE=out/downloads/console.tar.gz |
365 | 2023-11-07T21:36:46.803Z | + main |
366 | 2023-11-07T21:36:46.806Z | + [[ 0 != 0 ]] |
367 | 2023-11-07T21:36:46.808Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
368 | 2023-11-07T21:36:46.811Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
369 | 2023-11-07T21:36:46.814Z | + echo 'Local file: out/downloads/console.tar.gz' |
370 | 2023-11-07T21:36:46.818Z | Local file: out/downloads/console.tar.gz |
371 | 2023-11-07T21:36:46.822Z | + local DO_DOWNLOAD=true |
372 | 2023-11-07T21:36:46.825Z | + [[ -f out/downloads/console.tar.gz ]] |
373 | 2023-11-07T21:36:46.828Z | + mkdir -p out/downloads |
374 | 2023-11-07T21:36:46.831Z | + '[' true == true ']' |
375 | 2023-11-07T21:36:46.835Z | + echo Downloading... |
376 | 2023-11-07T21:36:46.844Z | Downloading... |
377 | 2023-11-07T21:36:46.847Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
378 | 2023-11-07T21:36:46.851Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
379 | 2023-11-07T21:36:47.390Z | ++ do_sha256sum out/downloads/console.tar.gz |
380 | 2023-11-07T21:36:47.393Z | ++ case "$OSTYPE" in |
381 | 2023-11-07T21:36:47.396Z | ++ SHA=sha256sum |
382 | 2023-11-07T21:36:47.399Z | ++ sha256sum |
383 | 2023-11-07T21:36:47.402Z | ++ awk '{print $1}' |
384 | 2023-11-07T21:36:47.415Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
385 | 2023-11-07T21:36:47.423Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
386 | 2023-11-07T21:36:47.426Z | + rm -rf ./out/console-assets |
387 | 2023-11-07T21:36:47.430Z | + mkdir -p ./out/console-assets |
388 | 2023-11-07T21:36:47.434Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
389 | 2023-11-07T21:36:47.437Z | + mkdir -p ./out/console-assets |
390 | 2023-11-07T21:36:47.439Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
391 | 2023-11-07T21:36:47.565Z | + set -o errexit |
392 | 2023-11-07T21:36:47.569Z | +++ dirname ./tools/ci_download_maghemite_openapi |
393 | 2023-11-07T21:36:47.572Z | ++ cd ./tools |
394 | 2023-11-07T21:36:47.575Z | ++ pwd |
395 | 2023-11-07T21:36:47.579Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
396 | 2023-11-07T21:36:47.582Z | ++ basename ./tools/ci_download_maghemite_openapi |
397 | 2023-11-07T21:36:47.585Z | + ARG0=ci_download_maghemite_openapi |
398 | 2023-11-07T21:36:47.593Z | + TARGET_DIR=out |
399 | 2023-11-07T21:36:47.598Z | + DOWNLOAD_DIR=out/downloads |
400 | 2023-11-07T21:36:47.603Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
401 | 2023-11-07T21:36:47.607Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
402 | 2023-11-07T21:36:47.610Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
403 | 2023-11-07T21:36:47.613Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
404 | 2023-11-07T21:36:47.616Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
405 | 2023-11-07T21:36:47.619Z | + main |
406 | 2023-11-07T21:36:47.622Z | + [[ 0 != 0 ]] |
407 | 2023-11-07T21:36:47.625Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
408 | 2023-11-07T21:36:47.628Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
409 | 2023-11-07T21:36:47.631Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
410 | 2023-11-07T21:36:47.635Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
411 | 2023-11-07T21:36:47.639Z | + local DO_DOWNLOAD=true |
412 | 2023-11-07T21:36:47.641Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
413 | 2023-11-07T21:36:47.644Z | + mkdir -p out/downloads |
414 | 2023-11-07T21:36:47.647Z | + '[' true == true ']' |
415 | 2023-11-07T21:36:47.651Z | + echo Downloading... |
416 | 2023-11-07T21:36:47.654Z | Downloading... |
417 | 2023-11-07T21:36:47.657Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
418 | 2023-11-07T21:36:47.660Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
419 | 2023-11-07T21:36:47.691Z | curl: (22) The requested URL returned error: 500 |
420 | 2023-11-07T21:36:47.697Z | + fail 'failed to download file' |
421 | 2023-11-07T21:36:47.700Z | + echo 'ci_download_maghemite_openapi: failed to download file' |
422 | 2023-11-07T21:36:47.703Z | ci_download_maghemite_openapi: failed to download file |
423 | 2023-11-07T21:36:47.708Z | + exit 1 |
424 | 2023-11-07T21:36:47.711Z | Failed to run command -- will try 2 more times |
425 | 2023-11-07T21:36:47.713Z | + set -o errexit |
426 | 2023-11-07T21:36:47.716Z | +++ dirname ./tools/ci_download_maghemite_openapi |
427 | 2023-11-07T21:36:47.719Z | ++ cd ./tools |
428 | 2023-11-07T21:36:47.722Z | ++ pwd |
429 | 2023-11-07T21:36:47.725Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2023-11-07T21:36:47.728Z | ++ basename ./tools/ci_download_maghemite_openapi |
431 | 2023-11-07T21:36:47.731Z | + ARG0=ci_download_maghemite_openapi |
432 | 2023-11-07T21:36:47.735Z | + TARGET_DIR=out |
433 | 2023-11-07T21:36:47.738Z | + DOWNLOAD_DIR=out/downloads |
434 | 2023-11-07T21:36:47.741Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
435 | 2023-11-07T21:36:47.746Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
436 | 2023-11-07T21:36:47.749Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
437 | 2023-11-07T21:36:47.752Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
438 | 2023-11-07T21:36:47.755Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
439 | 2023-11-07T21:36:47.758Z | + main |
440 | 2023-11-07T21:36:47.760Z | + [[ 0 != 0 ]] |
441 | 2023-11-07T21:36:47.763Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
442 | 2023-11-07T21:36:47.766Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
443 | 2023-11-07T21:36:47.769Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
444 | 2023-11-07T21:36:47.772Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
445 | 2023-11-07T21:36:47.776Z | + local DO_DOWNLOAD=true |
446 | 2023-11-07T21:36:47.779Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
447 | 2023-11-07T21:36:47.782Z | + mkdir -p out/downloads |
448 | 2023-11-07T21:36:47.785Z | + '[' true == true ']' |
449 | 2023-11-07T21:36:47.788Z | + echo Downloading... |
450 | 2023-11-07T21:36:47.791Z | Downloading... |
451 | 2023-11-07T21:36:47.794Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
452 | 2023-11-07T21:36:47.797Z | + 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 |
453 | 2023-11-07T21:36:47.879Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
454 | 2023-11-07T21:36:47.882Z | ++ case "$OSTYPE" in |
455 | 2023-11-07T21:36:47.885Z | ++ SHA=sha256sum |
456 | 2023-11-07T21:36:47.888Z | ++ sha256sum |
457 | 2023-11-07T21:36:47.891Z | ++ awk '{print $1}' |
458 | 2023-11-07T21:36:47.894Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
459 | 2023-11-07T21:36:47.898Z | + [[ 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 ]] |
460 | 2023-11-07T21:36:47.901Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
461 | 2023-11-07T21:36:47.904Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
462 | 2023-11-07T21:36:47.909Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
463 | 2023-11-07T21:36:47.911Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
464 | 2023-11-07T21:36:47.914Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
465 | 2023-11-07T21:36:47.917Z | + main |
466 | 2023-11-07T21:36:47.921Z | + [[ 0 != 0 ]] |
467 | 2023-11-07T21:36:47.924Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
468 | 2023-11-07T21:36:47.927Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
469 | 2023-11-07T21:36:47.930Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
470 | 2023-11-07T21:36:47.941Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
471 | 2023-11-07T21:36:47.945Z | + local DO_DOWNLOAD=true |
472 | 2023-11-07T21:36:47.948Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
473 | 2023-11-07T21:36:47.951Z | + mkdir -p out/downloads |
474 | 2023-11-07T21:36:47.954Z | + '[' true == true ']' |
475 | 2023-11-07T21:36:47.957Z | + echo Downloading... |
476 | 2023-11-07T21:36:47.966Z | Downloading... |
477 | 2023-11-07T21:36:47.969Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
478 | 2023-11-07T21:36:47.972Z | + 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 |
479 | 2023-11-07T21:36:48.073Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
480 | 2023-11-07T21:36:48.076Z | ++ case "$OSTYPE" in |
481 | 2023-11-07T21:36:48.079Z | ++ SHA=sha256sum |
482 | 2023-11-07T21:36:48.084Z | ++ sha256sum |
483 | 2023-11-07T21:36:48.087Z | ++ awk '{print $1}' |
484 | 2023-11-07T21:36:48.090Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
485 | 2023-11-07T21:36:48.093Z | + [[ 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 ]] |
486 | 2023-11-07T21:36:48.101Z | + set -o errexit |
487 | 2023-11-07T21:36:48.104Z | +++ dirname ./tools/ci_download_dendrite_openapi |
488 | 2023-11-07T21:36:48.107Z | ++ cd ./tools |
489 | 2023-11-07T21:36:48.111Z | ++ pwd |
490 | 2023-11-07T21:36:48.116Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
491 | 2023-11-07T21:36:48.120Z | ++ basename ./tools/ci_download_dendrite_openapi |
492 | 2023-11-07T21:36:48.124Z | + ARG0=ci_download_dendrite_openapi |
493 | 2023-11-07T21:36:48.127Z | + TARGET_DIR=out |
494 | 2023-11-07T21:36:48.131Z | + DOWNLOAD_DIR=out/downloads |
495 | 2023-11-07T21:36:48.135Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2023-11-07T21:36:48.140Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
497 | 2023-11-07T21:36:48.143Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
498 | 2023-11-07T21:36:48.150Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
499 | 2023-11-07T21:36:48.152Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
500 | 2023-11-07T21:36:48.156Z | + main |
501 | 2023-11-07T21:36:48.159Z | + [[ 0 != 0 ]] |
502 | 2023-11-07T21:36:48.162Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
503 | 2023-11-07T21:36:48.165Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
504 | 2023-11-07T21:36:48.168Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
505 | 2023-11-07T21:36:48.172Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
506 | 2023-11-07T21:36:48.175Z | + local DO_DOWNLOAD=true |
507 | 2023-11-07T21:36:48.179Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
508 | 2023-11-07T21:36:48.182Z | + mkdir -p out/downloads |
509 | 2023-11-07T21:36:48.185Z | + '[' true == true ']' |
510 | 2023-11-07T21:36:48.189Z | + echo Downloading... |
511 | 2023-11-07T21:36:48.192Z | Downloading... |
512 | 2023-11-07T21:36:48.197Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
513 | 2023-11-07T21:36:48.200Z | + 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 |
514 | 2023-11-07T21:36:48.332Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
515 | 2023-11-07T21:36:48.336Z | ++ case "$OSTYPE" in |
516 | 2023-11-07T21:36:48.339Z | ++ SHA=sha256sum |
517 | 2023-11-07T21:36:48.342Z | ++ sha256sum |
518 | 2023-11-07T21:36:48.346Z | ++ awk '{print $1}' |
519 | 2023-11-07T21:36:48.349Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
520 | 2023-11-07T21:36:48.353Z | + [[ 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 ]] |
521 | 2023-11-07T21:36:48.356Z | + set -o errexit |
522 | 2023-11-07T21:36:48.359Z | +++ dirname ./tools/ci_download_dendrite_stub |
523 | 2023-11-07T21:36:48.362Z | ++ cd ./tools |
524 | 2023-11-07T21:36:48.366Z | ++ pwd |
525 | 2023-11-07T21:36:48.369Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
526 | 2023-11-07T21:36:48.372Z | ++ basename ./tools/ci_download_dendrite_stub |
527 | 2023-11-07T21:36:48.375Z | + ARG0=ci_download_dendrite_stub |
528 | 2023-11-07T21:36:48.378Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
529 | 2023-11-07T21:36:48.382Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
530 | 2023-11-07T21:36:48.387Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
531 | 2023-11-07T21:36:48.392Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
532 | 2023-11-07T21:36:48.396Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
533 | 2023-11-07T21:36:48.399Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
534 | 2023-11-07T21:36:48.403Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
535 | 2023-11-07T21:36:48.408Z | + TARGET_DIR=out |
536 | 2023-11-07T21:36:48.413Z | + DOWNLOAD_DIR=out/downloads |
537 | 2023-11-07T21:36:48.416Z | + DEST_DIR=./out/dendrite-stub |
538 | 2023-11-07T21:36:48.420Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
539 | 2023-11-07T21:36:48.423Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
540 | 2023-11-07T21:36:48.426Z | + REPO=oxidecomputer/dendrite |
541 | 2023-11-07T21:36:48.429Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
542 | 2023-11-07T21:36:48.434Z | + main |
543 | 2023-11-07T21:36:48.437Z | + [[ 0 != 0 ]] |
544 | 2023-11-07T21:36:48.440Z | + CIDL_OS=solaris2.11 |
545 | 2023-11-07T21:36:48.443Z | + [[ 0 != 0 ]] |
546 | 2023-11-07T21:36:48.446Z | + configure_os solaris2.11 |
547 | 2023-11-07T21:36:48.449Z | + echo 'current directory: /work/oxidecomputer/omicron' |
548 | 2023-11-07T21:36:48.453Z | current directory: /work/oxidecomputer/omicron |
549 | 2023-11-07T21:36:48.456Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2023-11-07T21:36:48.459Z | configuring based on OS: "solaris2.11" |
551 | 2023-11-07T21:36:48.463Z | + case "$1" in |
552 | 2023-11-07T21:36:48.466Z | + SET_BINARIES= |
553 | 2023-11-07T21:36:48.469Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
554 | 2023-11-07T21:36:48.472Z | + CIDL_SHA256FUNC=do_sha256sum |
555 | 2023-11-07T21:36:48.475Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
556 | 2023-11-07T21:36:48.479Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
557 | 2023-11-07T21:36:48.486Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
558 | 2023-11-07T21:36:48.489Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
559 | 2023-11-07T21:36:48.493Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
560 | 2023-11-07T21:36:48.497Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
561 | 2023-11-07T21:36:48.500Z | Local file: out/downloads/dendrite-stub.tar.gz |
562 | 2023-11-07T21:36:48.503Z | + mkdir -p out/downloads |
563 | 2023-11-07T21:36:48.506Z | + mkdir -p ./out/dendrite-stub |
564 | 2023-11-07T21:36:48.509Z | + fetch_and_verify |
565 | 2023-11-07T21:36:48.512Z | + local DO_DOWNLOAD=true |
566 | 2023-11-07T21:36:48.515Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
567 | 2023-11-07T21:36:48.522Z | + '[' true == true ']' |
568 | 2023-11-07T21:36:48.529Z | + echo Downloading... |
569 | 2023-11-07T21:36:48.538Z | Downloading... |
570 | 2023-11-07T21:36:48.956Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
571 | 2023-11-07T21:36:48.964Z | + 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 |
572 | 2023-11-07T21:36:57.620Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
573 | 2023-11-07T21:36:57.623Z | ++ sha256sum |
574 | 2023-11-07T21:36:57.627Z | ++ awk '{print $1}' |
575 | 2023-11-07T21:36:57.714Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
576 | 2023-11-07T21:36:57.717Z | + [[ 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 ]] |
577 | 2023-11-07T21:36:57.720Z | + do_untar out/downloads/dendrite-stub.tar.gz |
578 | 2023-11-07T21:36:57.723Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
579 | 2023-11-07T21:36:58.625Z | + do_assemble |
580 | 2023-11-07T21:36:58.650Z | + rm -r ./out/dendrite-stub |
581 | 2023-11-07T21:36:58.659Z | + mkdir ./out/dendrite-stub |
582 | 2023-11-07T21:36:58.674Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
583 | 2023-11-07T21:36:58.732Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
584 | 2023-11-07T21:36:58.744Z | + set -o errexit |
585 | 2023-11-07T21:36:58.751Z | +++ dirname ./tools/ci_download_maghemite_mgd |
586 | 2023-11-07T21:36:58.759Z | ++ cd ./tools |
587 | 2023-11-07T21:36:58.765Z | ++ pwd |
588 | 2023-11-07T21:36:58.771Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2023-11-07T21:36:58.778Z | ++ basename ./tools/ci_download_maghemite_mgd |
590 | 2023-11-07T21:36:58.784Z | + ARG0=ci_download_maghemite_mgd |
591 | 2023-11-07T21:36:58.793Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
592 | 2023-11-07T21:36:58.799Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
593 | 2023-11-07T21:36:58.805Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
594 | 2023-11-07T21:36:58.812Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
595 | 2023-11-07T21:36:58.818Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
596 | 2023-11-07T21:36:58.824Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
597 | 2023-11-07T21:36:58.828Z | + TARGET_DIR=out |
598 | 2023-11-07T21:36:58.839Z | + DOWNLOAD_DIR=out/downloads |
599 | 2023-11-07T21:36:58.848Z | + DEST_DIR=./out/mgd |
600 | 2023-11-07T21:36:58.858Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
601 | 2023-11-07T21:36:58.864Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
602 | 2023-11-07T21:36:58.873Z | + REPO=oxidecomputer/maghemite |
603 | 2023-11-07T21:36:58.885Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
604 | 2023-11-07T21:36:58.894Z | + main |
605 | 2023-11-07T21:36:58.902Z | + [[ 0 != 0 ]] |
606 | 2023-11-07T21:36:58.910Z | + CIDL_OS=solaris2.11 |
607 | 2023-11-07T21:36:58.922Z | + [[ 0 != 0 ]] |
608 | 2023-11-07T21:36:58.928Z | + configure_os solaris2.11 |
609 | 2023-11-07T21:36:58.933Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2023-11-07T21:36:58.937Z | current directory: /work/oxidecomputer/omicron |
611 | 2023-11-07T21:36:58.943Z | + echo 'configuring based on OS: "solaris2.11"' |
612 | 2023-11-07T21:36:58.948Z | configuring based on OS: "solaris2.11" |
613 | 2023-11-07T21:36:58.954Z | + case "$1" in |
614 | 2023-11-07T21:36:58.959Z | + SET_BINARIES= |
615 | 2023-11-07T21:36:58.963Z | + CIDL_SHA256FUNC=do_sha256sum |
616 | 2023-11-07T21:36:58.967Z | + TARBALL_FILENAME=mgd.tar.gz |
617 | 2023-11-07T21:36:58.972Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
618 | 2023-11-07T21:36:58.984Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
619 | 2023-11-07T21:36:58.993Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
620 | 2023-11-07T21:36:58.998Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
621 | 2023-11-07T21:36:59.003Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
622 | 2023-11-07T21:36:59.008Z | Local file: out/downloads/mgd.tar.gz |
623 | 2023-11-07T21:36:59.012Z | + mkdir -p out/downloads |
624 | 2023-11-07T21:36:59.017Z | + mkdir -p ./out/mgd |
625 | 2023-11-07T21:36:59.022Z | + fetch_and_verify |
626 | 2023-11-07T21:36:59.025Z | + local DO_DOWNLOAD=true |
627 | 2023-11-07T21:36:59.029Z | + [[ -f out/downloads/mgd.tar.gz ]] |
628 | 2023-11-07T21:36:59.036Z | + '[' true == true ']' |
629 | 2023-11-07T21:36:59.041Z | + echo Downloading... |
630 | 2023-11-07T21:36:59.045Z | Downloading... |
631 | 2023-11-07T21:36:59.049Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
632 | 2023-11-07T21:36:59.053Z | + 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 |
633 | 2023-11-07T21:37:04.045Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
634 | 2023-11-07T21:37:04.048Z | ++ sha256sum |
635 | 2023-11-07T21:37:04.051Z | ++ awk '{print $1}' |
636 | 2023-11-07T21:37:04.125Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
637 | 2023-11-07T21:37:04.129Z | + [[ 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 ]] |
638 | 2023-11-07T21:37:04.133Z | + do_untar out/downloads/mgd.tar.gz |
639 | 2023-11-07T21:37:04.136Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
640 | 2023-11-07T21:37:04.788Z | + do_assemble |
641 | 2023-11-07T21:37:04.793Z | + rm -r ./out/mgd |
642 | 2023-11-07T21:37:04.798Z | + mkdir ./out/mgd |
643 | 2023-11-07T21:37:04.804Z | + cp -r out/downloads/root ./out/mgd/root |
644 | 2023-11-07T21:37:04.987Z | + set -o errexit |
645 | 2023-11-07T21:37:04.994Z | +++ dirname ./tools/ci_download_transceiver_control |
646 | 2023-11-07T21:37:04.997Z | ++ cd ./tools |
647 | 2023-11-07T21:37:05.006Z | ++ pwd |
648 | 2023-11-07T21:37:05.010Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
649 | 2023-11-07T21:37:05.015Z | ++ basename ./tools/ci_download_transceiver_control |
650 | 2023-11-07T21:37:05.021Z | + ARG0=ci_download_transceiver_control |
651 | 2023-11-07T21:37:05.027Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
652 | 2023-11-07T21:37:05.031Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2023-11-07T21:37:05.035Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2023-11-07T21:37:05.038Z | + TARGET_DIR=out |
655 | 2023-11-07T21:37:05.041Z | + DOWNLOAD_DIR=out/downloads |
656 | 2023-11-07T21:37:05.046Z | + DEST_DIR=./out/transceiver-control |
657 | 2023-11-07T21:37:05.050Z | + BIN_DIR=/opt/oxide/bin |
658 | 2023-11-07T21:37:05.054Z | + BINARY=xcvradm |
659 | 2023-11-07T21:37:05.060Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
660 | 2023-11-07T21:37:05.063Z | + REPO=oxidecomputer/transceiver-control |
661 | 2023-11-07T21:37:05.067Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
662 | 2023-11-07T21:37:05.070Z | + main |
663 | 2023-11-07T21:37:05.075Z | + [[ 0 != 0 ]] |
664 | 2023-11-07T21:37:05.079Z | + CIDL_OS=solaris2.11 |
665 | 2023-11-07T21:37:05.085Z | + [[ 0 != 0 ]] |
666 | 2023-11-07T21:37:05.092Z | + configure_os solaris2.11 |
667 | 2023-11-07T21:37:05.096Z | + echo 'current directory: /work/oxidecomputer/omicron' |
668 | 2023-11-07T21:37:05.099Z | current directory: /work/oxidecomputer/omicron |
669 | 2023-11-07T21:37:05.103Z | + echo 'configuring based on OS: "solaris2.11"' |
670 | 2023-11-07T21:37:05.110Z | configuring based on OS: "solaris2.11" |
671 | 2023-11-07T21:37:05.114Z | + case "$1" in |
672 | 2023-11-07T21:37:05.118Z | + SET_BINARIES= |
673 | 2023-11-07T21:37:05.121Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2023-11-07T21:37:05.124Z | + CIDL_SHA256FUNC=do_sha256sum |
675 | 2023-11-07T21:37:05.127Z | + ARCHIVE_FILENAME=xcvradm.gz |
676 | 2023-11-07T21:37:05.130Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2023-11-07T21:37:05.134Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
678 | 2023-11-07T21:37:05.138Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
679 | 2023-11-07T21:37:05.142Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2023-11-07T21:37:05.148Z | + echo 'Local file: out/downloads/xcvradm.gz' |
681 | 2023-11-07T21:37:05.151Z | Local file: out/downloads/xcvradm.gz |
682 | 2023-11-07T21:37:05.157Z | + mkdir -p out/downloads |
683 | 2023-11-07T21:37:05.161Z | + mkdir -p ./out/transceiver-control |
684 | 2023-11-07T21:37:05.169Z | + fetch_and_verify |
685 | 2023-11-07T21:37:05.582Z | + local DO_DOWNLOAD=true |
686 | 2023-11-07T21:37:05.585Z | + [[ -f out/downloads/xcvradm.gz ]] |
687 | 2023-11-07T21:37:05.588Z | + '[' true == true ']' |
688 | 2023-11-07T21:37:05.593Z | + echo Downloading... |
689 | 2023-11-07T21:37:05.596Z | Downloading... |
690 | 2023-11-07T21:37:05.599Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
691 | 2023-11-07T21:37:05.603Z | + 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 |
692 | 2023-11-07T21:37:07.217Z | ++ do_sha256sum out/downloads/xcvradm.gz |
693 | 2023-11-07T21:37:07.223Z | ++ sha256sum |
694 | 2023-11-07T21:37:07.228Z | ++ awk '{print $1}' |
695 | 2023-11-07T21:37:07.244Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
696 | 2023-11-07T21:37:07.250Z | + [[ 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 ]] |
697 | 2023-11-07T21:37:07.256Z | + do_unpack out/downloads/xcvradm.gz |
698 | 2023-11-07T21:37:07.259Z | + mkdir -p out/downloads/root//opt/oxide/bin |
699 | 2023-11-07T21:37:07.262Z | + gzip -dc out/downloads/xcvradm.gz |
700 | 2023-11-07T21:37:07.430Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
701 | 2023-11-07T21:37:07.449Z | + do_assemble |
702 | 2023-11-07T21:37:07.452Z | + rm -r ./out/transceiver-control |
703 | 2023-11-07T21:37:07.456Z | + mkdir ./out/transceiver-control |
704 | 2023-11-07T21:37:07.459Z | + cp -r out/downloads/root ./out/transceiver-control/root |
705 | 2023-11-07T21:37:07.650Z | All prerequisites installed successfully |
706 | 2023-11-07T21:37:07.653Z | |
707 | 2023-11-07T21:37:07.658Z | real 1:56.015844544 |
708 | 2023-11-07T21:37:07.662Z | user 53.146882291 |
709 | 2023-11-07T21:37:07.666Z | sys 9.906054541 |
710 | 2023-11-07T21:37:07.669Z | trap 0.033888747 |
711 | 2023-11-07T21:37:07.672Z | tflt 0.149100966 |
712 | 2023-11-07T21:37:07.675Z | dflt 0.547310478 |
713 | 2023-11-07T21:37:07.678Z | kflt 0.159209266 |
714 | 2023-11-07T21:37:07.681Z | lock 1.651370730 |
715 | 2023-11-07T21:37:07.684Z | slp 3:35.095719791 |
716 | 2023-11-07T21:37:07.687Z | lat 3.320241353 |
717 | 2023-11-07T21:37:07.690Z | stop 0.067411844 |
718 | 2023-11-07T21:37:07.693Z | + ptime -m ./tools/ci_download_softnpu_machinery |
719 | 2023-11-07T21:37:07.696Z | fetching npuzone |
720 | 2023-11-07T21:37:07.700Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
721 | 2023-11-07T21:37:07.703Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
722 | 2023-11-07T21:37:07.706Z | Getting hash for npuzone |
723 | 2023-11-07T21:37:07.803Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
724 | 2023-11-07T21:37:15.189Z | npuzone downloaded successfully |
725 | 2023-11-07T21:37:15.193Z | |
726 | 2023-11-07T21:37:15.196Z | real 7.538426359 |
727 | 2023-11-07T21:37:15.200Z | user 0.552898174 |
728 | 2023-11-07T21:37:15.203Z | sys 0.138809496 |
729 | 2023-11-07T21:37:15.206Z | trap 0.000060388 |
730 | 2023-11-07T21:37:15.209Z | tflt 0.000000000 |
731 | 2023-11-07T21:37:15.212Z | dflt 0.000000000 |
732 | 2023-11-07T21:37:15.216Z | kflt 0.000000000 |
733 | 2023-11-07T21:37:15.219Z | lock 0.000000000 |
734 | 2023-11-07T21:37:15.222Z | slp 21.771644844 |
735 | 2023-11-07T21:37:15.224Z | lat 0.115136396 |
736 | 2023-11-07T21:37:15.227Z | stop 0.000285254 |
737 | 2023-11-07T21:37:15.231Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
738 | 2023-11-07T21:37:15.568Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
739 | 2023-11-07T21:37:15.940Z | Updating crates.io index |
740 | 2023-11-07T21:37:15.997Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
741 | 2023-11-07T21:37:16.808Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
742 | 2023-11-07T21:37:18.720Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
743 | 2023-11-07T21:37:19.338Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
744 | 2023-11-07T21:37:19.694Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
745 | 2023-11-07T21:37:20.020Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
746 | 2023-11-07T21:37:20.362Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
747 | 2023-11-07T21:37:21.215Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
748 | 2023-11-07T21:37:23.010Z | Updating git repository `https://github.com/oxidecomputer/opte` |
749 | 2023-11-07T21:37:24.137Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
750 | 2023-11-07T21:37:24.555Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
751 | 2023-11-07T21:37:24.912Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
752 | 2023-11-07T21:37:25.527Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
753 | 2023-11-07T21:37:25.910Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
754 | 2023-11-07T21:37:26.337Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
755 | 2023-11-07T21:37:26.627Z | Updating git repository `https://github.com/njaremko/samael` |
756 | 2023-11-07T21:37:27.234Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
757 | 2023-11-07T21:37:27.824Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
758 | 2023-11-07T21:37:28.241Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
759 | 2023-11-07T21:37:28.575Z | Updating git repository `https://github.com/jgallagher/nix` |
760 | 2023-11-07T21:37:29.772Z | Updating git repository `https://github.com/cbiffle/hubpack` |
761 | 2023-11-07T21:37:30.131Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
762 | 2023-11-07T21:37:39.919Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
763 | 2023-11-07T21:37:40.386Z | Updating git repository `https://github.com/oxidecomputer/typify` |
764 | 2023-11-07T21:37:41.408Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
765 | 2023-11-07T21:37:41.776Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
766 | 2023-11-07T21:37:42.113Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
767 | 2023-11-07T21:37:43.676Z | Downloading crates ... |
768 | 2023-11-07T21:37:43.902Z | Downloaded cargo-platform v0.1.3 |
769 | 2023-11-07T21:37:43.910Z | Downloaded aead v0.5.2 |
770 | 2023-11-07T21:37:43.917Z | Downloaded clap_derive v4.4.2 |
771 | 2023-11-07T21:37:43.920Z | Downloaded assert_matches v1.5.0 |
772 | 2023-11-07T21:37:43.932Z | Downloaded ciborium-io v0.2.1 |
773 | 2023-11-07T21:37:43.938Z | Downloaded atty v0.2.14 |
774 | 2023-11-07T21:37:43.944Z | Downloaded hyper-tls v0.5.0 |
775 | 2023-11-07T21:37:43.951Z | Downloaded jobserver v0.1.26 |
776 | 2023-11-07T21:37:43.958Z | Downloaded bitstruct v0.1.1 |
777 | 2023-11-07T21:37:43.961Z | Downloaded atomicwrites v0.4.2 |
778 | 2023-11-07T21:37:43.964Z | Downloaded instant v0.1.12 |
779 | 2023-11-07T21:37:43.967Z | Downloaded serde v1.0.188 |
780 | 2023-11-07T21:37:43.977Z | Downloaded semver-parser v0.10.2 |
781 | 2023-11-07T21:37:43.982Z | Downloaded serde-big-array v0.4.1 |
782 | 2023-11-07T21:37:43.989Z | Downloaded hubpack v0.1.2 |
783 | 2023-11-07T21:37:43.992Z | Downloaded crc32fast v1.3.2 |
784 | 2023-11-07T21:37:43.997Z | Downloaded impl-trait-for-tuples v0.2.2 |
785 | 2023-11-07T21:37:44.003Z | Downloaded rustversion v1.0.14 |
786 | 2023-11-07T21:37:44.010Z | Downloaded hyper-rustls v0.24.2 |
787 | 2023-11-07T21:37:44.017Z | Downloaded num v0.4.1 |
788 | 2023-11-07T21:37:44.021Z | Downloaded hmac v0.12.1 |
789 | 2023-11-07T21:37:44.028Z | Downloaded async-stream-impl v0.3.5 |
790 | 2023-11-07T21:37:44.031Z | Downloaded num-iter v0.1.43 |
791 | 2023-11-07T21:37:44.034Z | Downloaded clap_lex v0.5.1 |
792 | 2023-11-07T21:37:44.038Z | Downloaded block-buffer v0.10.4 |
793 | 2023-11-07T21:37:44.041Z | Downloaded serde_spanned v0.6.4 |
794 | 2023-11-07T21:37:44.044Z | Downloaded cfg-if v0.1.10 |
795 | 2023-11-07T21:37:44.047Z | Downloaded linked-hash-map v0.5.6 |
796 | 2023-11-07T21:37:44.050Z | Downloaded new_debug_unreachable v1.0.4 |
797 | 2023-11-07T21:37:44.054Z | Downloaded ciborium-ll v0.2.1 |
798 | 2023-11-07T21:37:44.057Z | Downloaded block-padding v0.3.3 |
799 | 2023-11-07T21:37:44.060Z | Downloaded ident_case v1.0.1 |
800 | 2023-11-07T21:37:44.064Z | Downloaded adler v1.0.2 |
801 | 2023-11-07T21:37:44.067Z | Downloaded anstream v0.5.0 |
802 | 2023-11-07T21:37:44.072Z | Downloaded memoffset v0.7.1 |
803 | 2023-11-07T21:37:44.076Z | Downloaded http v0.2.9 |
804 | 2023-11-07T21:37:44.085Z | Downloaded bytes v1.5.0 |
805 | 2023-11-07T21:37:44.093Z | Downloaded heck v0.4.1 |
806 | 2023-11-07T21:37:44.097Z | Downloaded bit-vec v0.6.3 |
807 | 2023-11-07T21:37:44.100Z | Downloaded atomic-waker v1.1.1 |
808 | 2023-11-07T21:37:44.103Z | Downloaded signal-hook-tokio v0.3.1 |
809 | 2023-11-07T21:37:44.107Z | Downloaded fragile v2.0.0 |
810 | 2023-11-07T21:37:44.110Z | Downloaded colored v2.0.4 |
811 | 2023-11-07T21:37:44.115Z | Downloaded camino-tempfile v1.0.2 |
812 | 2023-11-07T21:37:44.119Z | Downloaded maplit v1.0.2 |
813 | 2023-11-07T21:37:44.122Z | Downloaded cargo_toml v0.16.3 |
814 | 2023-11-07T21:37:44.126Z | Downloaded indoc v1.0.9 |
815 | 2023-11-07T21:37:44.132Z | Downloaded memoffset v0.9.0 |
816 | 2023-11-07T21:37:44.135Z | Downloaded maybe-uninit v2.0.0 |
817 | 2023-11-07T21:37:44.139Z | Downloaded num_enum v0.5.11 |
818 | 2023-11-07T21:37:44.149Z | Downloaded number_prefix v0.4.0 |
819 | 2023-11-07T21:37:44.151Z | Downloaded num-integer v0.1.45 |
820 | 2023-11-07T21:37:44.154Z | Downloaded base64ct v1.6.0 |
821 | 2023-11-07T21:37:44.160Z | Downloaded shell-words v1.1.0 |
822 | 2023-11-07T21:37:44.163Z | Downloaded foreign-types-shared v0.1.1 |
823 | 2023-11-07T21:37:44.166Z | Downloaded slog-json v2.6.1 |
824 | 2023-11-07T21:37:44.169Z | Downloaded walkdir v2.4.0 |
825 | 2023-11-07T21:37:44.196Z | Downloaded glob v0.3.1 |
826 | 2023-11-07T21:37:44.199Z | Downloaded ringbuffer v0.15.0 |
827 | 2023-11-07T21:37:44.202Z | Downloaded static_assertions v1.1.0 |
828 | 2023-11-07T21:37:44.205Z | Downloaded iana-time-zone v0.1.57 |
829 | 2023-11-07T21:37:44.208Z | Downloaded mockall_derive v0.11.4 |
830 | 2023-11-07T21:37:44.211Z | Downloaded zone_cfg_derive v0.2.0 |
831 | 2023-11-07T21:37:44.214Z | Downloaded path-dedot v3.1.0 |
832 | 2023-11-07T21:37:44.217Z | Downloaded ahash v0.8.3 |
833 | 2023-11-07T21:37:44.220Z | Downloaded pem v3.0.2 |
834 | 2023-11-07T21:37:44.223Z | Downloaded fallible-streaming-iterator v0.1.9 |
835 | 2023-11-07T21:37:44.226Z | Downloaded serde_arrays v0.1.0 |
836 | 2023-11-07T21:37:44.229Z | Downloaded strum v0.25.0 |
837 | 2023-11-07T21:37:44.232Z | Downloaded path-slash v0.1.5 |
838 | 2023-11-07T21:37:44.235Z | Downloaded path-absolutize v3.1.0 |
839 | 2023-11-07T21:37:44.238Z | Downloaded fxhash v0.2.1 |
840 | 2023-11-07T21:37:44.241Z | Downloaded ed25519 v1.5.3 |
841 | 2023-11-07T21:37:44.244Z | Downloaded fd-lock v3.0.13 |
842 | 2023-11-07T21:37:44.246Z | Downloaded ascii v1.1.0 |
843 | 2023-11-07T21:37:44.249Z | Downloaded stable_deref_trait v1.2.0 |
844 | 2023-11-07T21:37:44.252Z | Downloaded precomputed-hash v0.1.1 |
845 | 2023-11-07T21:37:44.255Z | Downloaded phf_shared v0.11.2 |
846 | 2023-11-07T21:37:44.258Z | Downloaded bitflags v2.4.0 |
847 | 2023-11-07T21:37:44.261Z | Downloaded crossbeam-epoch v0.9.15 |
848 | 2023-11-07T21:37:44.264Z | Downloaded subprocess v0.2.9 |
849 | 2023-11-07T21:37:44.267Z | Downloaded paste v1.0.14 |
850 | 2023-11-07T21:37:44.270Z | Downloaded indexmap v2.0.0 |
851 | 2023-11-07T21:37:44.273Z | Downloaded openssl-probe v0.1.5 |
852 | 2023-11-07T21:37:44.275Z | Downloaded difflib v0.4.0 |
853 | 2023-11-07T21:37:44.278Z | Downloaded foreign-types-macros v0.2.3 |
854 | 2023-11-07T21:37:44.281Z | Downloaded either v1.9.0 |
855 | 2023-11-07T21:37:44.284Z | Downloaded smallvec v0.6.14 |
856 | 2023-11-07T21:37:44.287Z | Downloaded unarray v0.1.4 |
857 | 2023-11-07T21:37:44.289Z | Downloaded slog-term v2.9.0 |
858 | 2023-11-07T21:37:44.292Z | Downloaded rustc_version v0.4.0 |
859 | 2023-11-07T21:37:44.295Z | Downloaded thread-id v4.2.0 |
860 | 2023-11-07T21:37:44.298Z | Downloaded twox-hash v1.6.3 |
861 | 2023-11-07T21:37:44.302Z | Downloaded arc-swap v1.6.0 |
862 | 2023-11-07T21:37:44.305Z | Downloaded allocator-api2 v0.2.16 |
863 | 2023-11-07T21:37:44.310Z | Downloaded smf v0.2.2 |
864 | 2023-11-07T21:37:44.322Z | Downloaded wyz v0.5.1 |
865 | 2023-11-07T21:37:44.334Z | Downloaded r2d2 v0.8.10 |
866 | 2023-11-07T21:37:44.338Z | Downloaded termtree v0.4.1 |
867 | 2023-11-07T21:37:44.340Z | Downloaded owo-colors v3.5.0 |
868 | 2023-11-07T21:37:44.343Z | Downloaded untrusted v0.7.1 |
869 | 2023-11-07T21:37:44.346Z | Downloaded miniz_oxide v0.7.1 |
870 | 2023-11-07T21:37:44.349Z | Downloaded ron v0.7.1 |
871 | 2023-11-07T21:37:44.353Z | Downloaded serde-big-array v0.5.1 |
872 | 2023-11-07T21:37:44.356Z | Downloaded headers-core v0.2.0 |
873 | 2023-11-07T21:37:44.359Z | Downloaded usdt-attr-macro v0.3.5 |
874 | 2023-11-07T21:37:44.362Z | Downloaded vte_generate_state_changes v0.1.1 |
875 | 2023-11-07T21:37:44.365Z | Downloaded unicode-bidi v0.3.13 |
876 | 2023-11-07T21:37:44.368Z | Downloaded once_cell v1.18.0 |
877 | 2023-11-07T21:37:44.371Z | Downloaded getopts v0.2.21 |
878 | 2023-11-07T21:37:44.374Z | Downloaded topological-sort v0.2.2 |
879 | 2023-11-07T21:37:44.377Z | Downloaded password-hash v0.5.0 |
880 | 2023-11-07T21:37:44.380Z | Downloaded usdt-macro v0.3.5 |
881 | 2023-11-07T21:37:44.383Z | Downloaded slog-async v2.8.0 |
882 | 2023-11-07T21:37:44.386Z | Downloaded resolv-conf v0.7.0 |
883 | 2023-11-07T21:37:44.389Z | Downloaded fatfs v0.3.6 |
884 | 2023-11-07T21:37:44.392Z | Downloaded opaque-debug v0.3.0 |
885 | 2023-11-07T21:37:44.395Z | Downloaded time-core v0.1.1 |
886 | 2023-11-07T21:37:44.398Z | Downloaded unicode-xid v0.2.4 |
887 | 2023-11-07T21:37:44.402Z | Downloaded postgres-protocol v0.6.6 |
888 | 2023-11-07T21:37:44.405Z | Downloaded textwrap v0.11.0 |
889 | 2023-11-07T21:37:44.408Z | Downloaded const_format v0.2.31 |
890 | 2023-11-07T21:37:44.412Z | Downloaded pretty-hex v0.2.1 |
891 | 2023-11-07T21:37:44.416Z | Downloaded dtrace-parser v0.1.14 |
892 | 2023-11-07T21:37:44.419Z | Downloaded postgres-types v0.2.6 |
893 | 2023-11-07T21:37:44.421Z | Downloaded tokio-native-tls v0.3.1 |
894 | 2023-11-07T21:37:44.424Z | Downloaded sha1 v0.10.5 |
895 | 2023-11-07T21:37:44.427Z | Downloaded synstructure v0.12.6 |
896 | 2023-11-07T21:37:44.430Z | Downloaded oso-derive v0.27.0 |
897 | 2023-11-07T21:37:44.433Z | Downloaded take_mut v0.2.2 |
898 | 2023-11-07T21:37:44.436Z | Downloaded parse-display v0.7.0 |
899 | 2023-11-07T21:37:44.439Z | Downloaded vergen v8.2.4 |
900 | 2023-11-07T21:37:44.442Z | Downloaded strip-ansi-escapes v0.2.0 |
901 | 2023-11-07T21:37:44.445Z | Downloaded display-error-chain v0.2.0 |
902 | 2023-11-07T21:37:44.447Z | Downloaded oso v0.27.0 |
903 | 2023-11-07T21:37:44.450Z | Downloaded ryu v1.0.15 |
904 | 2023-11-07T21:37:44.453Z | Downloaded derive-where v1.2.5 |
905 | 2023-11-07T21:37:44.456Z | Downloaded fixedbitset v0.4.2 |
906 | 2023-11-07T21:37:44.460Z | Downloaded proc-macro2 v1.0.67 |
907 | 2023-11-07T21:37:44.463Z | Downloaded thiserror v1.0.49 |
908 | 2023-11-07T21:37:44.467Z | Downloaded rustc-hash v1.1.0 |
909 | 2023-11-07T21:37:44.470Z | Downloaded tabled_derive v0.6.0 |
910 | 2023-11-07T21:37:44.473Z | Downloaded crossbeam-utils v0.8.16 |
911 | 2023-11-07T21:37:44.476Z | Downloaded cstr-argument v0.1.2 |
912 | 2023-11-07T21:37:44.479Z | Downloaded derive_builder_macro v0.12.0 |
913 | 2023-11-07T21:37:44.482Z | Downloaded ena v0.14.2 |
914 | 2023-11-07T21:37:44.484Z | Downloaded ref-cast-impl v1.0.20 |
915 | 2023-11-07T21:37:44.487Z | Downloaded percent-encoding v2.3.0 |
916 | 2023-11-07T21:37:44.490Z | Downloaded pest_generator v2.7.2 |
917 | 2023-11-07T21:37:44.493Z | Downloaded zerocopy v0.3.0 |
918 | 2023-11-07T21:37:44.496Z | Downloaded tracing-core v0.1.31 |
919 | 2023-11-07T21:37:44.499Z | Downloaded tinyvec_macros v0.1.1 |
920 | 2023-11-07T21:37:44.502Z | Downloaded trust-dns-client v0.22.0 |
921 | 2023-11-07T21:37:44.505Z | Downloaded downcast v0.11.0 |
922 | 2023-11-07T21:37:44.508Z | Downloaded secrecy v0.8.0 |
923 | 2023-11-07T21:37:44.511Z | Downloaded vec_map v0.8.2 |
924 | 2023-11-07T21:37:44.513Z | Downloaded globset v0.4.13 |
925 | 2023-11-07T21:37:44.516Z | Downloaded getrandom v0.2.10 |
926 | 2023-11-07T21:37:44.519Z | Downloaded unicode-width v0.1.11 |
927 | 2023-11-07T21:37:44.522Z | Downloaded predicates v3.0.4 |
928 | 2023-11-07T21:37:44.526Z | Downloaded version_check v0.9.4 |
929 | 2023-11-07T21:37:44.530Z | Downloaded toolchain_find v0.2.0 |
930 | 2023-11-07T21:37:44.534Z | Downloaded unsafe-libyaml v0.2.9 |
931 | 2023-11-07T21:37:44.538Z | Downloaded dirs-next v2.0.0 |
932 | 2023-11-07T21:37:44.541Z | Downloaded crunchy v0.2.2 |
933 | 2023-11-07T21:37:44.544Z | Downloaded polyval v0.6.1 |
934 | 2023-11-07T21:37:44.546Z | Downloaded thiserror-impl v1.0.49 |
935 | 2023-11-07T21:37:44.549Z | Downloaded rand_xorshift v0.3.0 |
936 | 2023-11-07T21:37:44.552Z | Downloaded vsss-rs v3.3.1 |
937 | 2023-11-07T21:37:44.555Z | Downloaded slog-bunyan v2.4.0 |
938 | 2023-11-07T21:37:44.558Z | Downloaded pest_derive v2.7.2 |
939 | 2023-11-07T21:37:44.561Z | Downloaded foreign-types-shared v0.3.1 |
940 | 2023-11-07T21:37:44.564Z | Downloaded pest_meta v2.7.2 |
941 | 2023-11-07T21:37:44.567Z | Downloaded tower-service v0.3.2 |
942 | 2023-11-07T21:37:44.569Z | Downloaded utf8parse v0.2.1 |
943 | 2023-11-07T21:37:44.572Z | Downloaded wait-timeout v0.2.0 |
944 | 2023-11-07T21:37:44.575Z | Downloaded aes v0.8.3 |
945 | 2023-11-07T21:37:44.580Z | Downloaded pkg-config v0.3.27 |
946 | 2023-11-07T21:37:44.583Z | Downloaded num-bigint v0.4.4 |
947 | 2023-11-07T21:37:44.591Z | Downloaded equivalent v1.0.1 |
948 | 2023-11-07T21:37:44.595Z | Downloaded terminal_size v0.2.6 |
949 | 2023-11-07T21:37:44.598Z | Downloaded serde_tokenstream v0.1.7 |
950 | 2023-11-07T21:37:44.601Z | Downloaded futures-channel v0.3.29 |
951 | 2023-11-07T21:37:44.605Z | Downloaded doc-comment v0.3.3 |
952 | 2023-11-07T21:37:44.608Z | Downloaded pem v1.1.1 |
953 | 2023-11-07T21:37:44.611Z | Downloaded darling_macro v0.14.4 |
954 | 2023-11-07T21:37:44.614Z | Downloaded data-encoding v2.4.0 |
955 | 2023-11-07T21:37:44.625Z | Downloaded signal-hook-mio v0.2.3 |
956 | 2023-11-07T21:37:44.628Z | Downloaded serde_derive_internals v0.26.0 |
957 | 2023-11-07T21:37:44.632Z | Downloaded num_enum_derive v0.7.0 |
958 | 2023-11-07T21:37:44.635Z | Downloaded clap_builder v4.4.2 |
959 | 2023-11-07T21:37:44.638Z | Downloaded pretty-hex v0.3.0 |
960 | 2023-11-07T21:37:44.641Z | Downloaded serde_derive v1.0.188 |
961 | 2023-11-07T21:37:44.644Z | Downloaded crossbeam-queue v0.3.8 |
962 | 2023-11-07T21:37:44.647Z | Downloaded rand_core v0.6.4 |
963 | 2023-11-07T21:37:44.650Z | Downloaded debug-ignore v1.0.5 |
964 | 2023-11-07T21:37:44.653Z | Downloaded tokio-rustls v0.24.1 |
965 | 2023-11-07T21:37:44.656Z | Downloaded shlex v1.1.0 |
966 | 2023-11-07T21:37:44.658Z | Downloaded serde_with v2.3.3 |
967 | 2023-11-07T21:37:44.664Z | Downloaded postcard-cobs v0.1.5-pre |
968 | 2023-11-07T21:37:44.667Z | Downloaded crucible-workspace-hack v0.1.0 |
969 | 2023-11-07T21:37:44.672Z | Downloaded unicode-linebreak v0.1.5 |
970 | 2023-11-07T21:37:44.675Z | Downloaded rand_chacha v0.3.1 |
971 | 2023-11-07T21:37:44.678Z | Downloaded futures-sink v0.3.29 |
972 | 2023-11-07T21:37:44.681Z | Downloaded toml v0.7.8 |
973 | 2023-11-07T21:37:44.683Z | Downloaded sct v0.7.0 |
974 | 2023-11-07T21:37:44.686Z | Downloaded rustls-pemfile v1.0.3 |
975 | 2023-11-07T21:37:44.691Z | Downloaded schemars v0.8.13 |
976 | 2023-11-07T21:37:44.710Z | Downloaded semver v0.11.0 |
977 | 2023-11-07T21:37:44.714Z | Downloaded enum-as-inner v0.5.1 |
978 | 2023-11-07T21:37:44.717Z | Downloaded strsim v0.8.0 |
979 | 2023-11-07T21:37:44.720Z | Downloaded pkcs8 v0.10.2 |
980 | 2023-11-07T21:37:44.723Z | Downloaded termcolor v1.2.0 |
981 | 2023-11-07T21:37:44.726Z | Downloaded flagset v0.4.3 |
982 | 2023-11-07T21:37:44.732Z | Downloaded tracing-attributes v0.1.26 |
983 | 2023-11-07T21:37:44.741Z | Downloaded utf-8 v0.7.6 |
984 | 2023-11-07T21:37:44.744Z | Downloaded zeroize v1.6.0 |
985 | 2023-11-07T21:37:44.748Z | Downloaded signal-hook-registry v1.4.1 |
986 | 2023-11-07T21:37:44.752Z | Downloaded structmeta-derive v0.2.0 |
987 | 2023-11-07T21:37:44.755Z | Downloaded ppv-lite86 v0.2.17 |
988 | 2023-11-07T21:37:44.759Z | Downloaded env_logger v0.9.3 |
989 | 2023-11-07T21:37:44.762Z | Downloaded postcard v0.7.3 |
990 | 2023-11-07T21:37:44.768Z | Downloaded structopt-derive v0.4.18 |
991 | 2023-11-07T21:37:44.772Z | Downloaded erased-serde v0.3.30 |
992 | 2023-11-07T21:37:44.777Z | Downloaded siphasher v0.3.11 |
993 | 2023-11-07T21:37:44.782Z | Downloaded serde_urlencoded v0.7.1 |
994 | 2023-11-07T21:37:45.193Z | Downloaded rsa v0.9.2 |
995 | 2023-11-07T21:37:45.196Z | Downloaded slog-envlogger v2.2.0 |
996 | 2023-11-07T21:37:45.223Z | Downloaded pest v2.7.2 |
997 | 2023-11-07T21:37:45.226Z | Downloaded predicates v2.1.5 |
998 | 2023-11-07T21:37:45.230Z | Downloaded sha2 v0.10.8 |
999 | 2023-11-07T21:37:45.233Z | Downloaded darling v0.14.4 |
1000 | 2023-11-07T21:37:45.236Z | Downloaded xattr v1.0.1 |
1001 | 2023-11-07T21:37:45.239Z | Downloaded parking_lot v0.12.1 |
1002 | 2023-11-07T21:37:45.242Z | Downloaded toml v0.8.6 |
1003 | 2023-11-07T21:37:45.245Z | Downloaded half v1.8.2 |
1004 | 2023-11-07T21:37:45.248Z | Downloaded derive_more v0.99.17 |
1005 | 2023-11-07T21:37:45.251Z | Downloaded bitvec v1.0.1 |
1006 | 2023-11-07T21:37:45.254Z | Downloaded pin-project-lite v0.2.13 |
1007 | 2023-11-07T21:37:45.259Z | Downloaded signal-hook v0.3.17 |
1008 | 2023-11-07T21:37:45.269Z | Downloaded socket2 v0.5.4 |
1009 | 2023-11-07T21:37:45.282Z | Downloaded hashbrown v0.14.0 |
1010 | 2023-11-07T21:37:45.287Z | Downloaded structopt v0.3.26 |
1011 | 2023-11-07T21:37:45.291Z | Downloaded tungstenite v0.20.1 |
1012 | 2023-11-07T21:37:45.299Z | Downloaded hashbrown v0.13.2 |
1013 | 2023-11-07T21:37:45.302Z | Downloaded tracing v0.1.37 |
1014 | 2023-11-07T21:37:45.305Z | Downloaded zip v0.6.6 |
1015 | 2023-11-07T21:37:45.308Z | Downloaded regex-automata v0.1.10 |
1016 | 2023-11-07T21:37:45.312Z | Downloaded aho-corasick v1.0.4 |
1017 | 2023-11-07T21:37:45.315Z | Downloaded clap v2.34.0 |
1018 | 2023-11-07T21:37:45.318Z | Downloaded chrono v0.4.31 |
1019 | 2023-11-07T21:37:45.320Z | Downloaded trust-dns-resolver v0.22.0 |
1020 | 2023-11-07T21:37:45.324Z | Downloaded crossterm v0.27.0 |
1021 | 2023-11-07T21:37:45.327Z | Downloaded tokio-postgres v0.7.10 |
1022 | 2023-11-07T21:37:45.329Z | Downloaded reqwest v0.11.20 |
1023 | 2023-11-07T21:37:45.332Z | Downloaded petgraph v0.6.4 |
1024 | 2023-11-07T21:37:45.336Z | Downloaded toml_edit v0.20.7 |
1025 | 2023-11-07T21:37:45.340Z | Downloaded unicode-normalization v0.1.22 |
1026 | 2023-11-07T21:37:45.343Z | Downloaded crossterm v0.26.1 |
1027 | 2023-11-07T21:37:45.346Z | Downloaded git2 v0.17.2 |
1028 | 2023-11-07T21:37:45.349Z | Downloaded quick-xml v0.23.1 |
1029 | 2023-11-07T21:37:45.352Z | Downloaded serde_json v1.0.108 |
1030 | 2023-11-07T21:37:45.355Z | Downloaded syn v2.0.32 |
1031 | 2023-11-07T21:37:45.359Z | Downloaded h2 v0.3.21 |
1032 | 2023-11-07T21:37:45.363Z | Downloaded regex-syntax v0.6.29 |
1033 | 2023-11-07T21:37:45.365Z | Downloaded curve25519-dalek v4.1.0 |
1034 | 2023-11-07T21:37:45.369Z | Downloaded futures-util v0.3.29 |
1035 | 2023-11-07T21:37:45.372Z | Downloaded openssl v0.10.57 |
1036 | 2023-11-07T21:37:45.375Z | Downloaded tabled v0.14.0 |
1037 | 2023-11-07T21:37:45.378Z | Downloaded proptest v1.3.1 |
1038 | 2023-11-07T21:37:45.381Z | Downloaded smoltcp v0.9.1 |
1039 | 2023-11-07T21:37:45.390Z | Downloaded openapiv3 v1.0.3 |
1040 | 2023-11-07T21:37:45.393Z | Downloaded object v0.32.1 |
1041 | 2023-11-07T21:37:45.395Z | Downloaded rustls v0.21.8 |
1042 | 2023-11-07T21:37:45.398Z | Downloaded object v0.30.4 |
1043 | 2023-11-07T21:37:45.401Z | Downloaded trust-dns-proto v0.22.0 |
1044 | 2023-11-07T21:37:45.404Z | Downloaded regex-syntax v0.7.5 |
1045 | 2023-11-07T21:37:45.407Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1046 | 2023-11-07T21:37:45.425Z | Downloaded sled v0.34.7 |
1047 | 2023-11-07T21:37:45.446Z | Downloaded zerocopy-derive v0.2.0 |
1048 | 2023-11-07T21:37:45.463Z | Downloaded regex-automata v0.3.8 |
1049 | 2023-11-07T21:37:45.496Z | Downloaded zerocopy-derive v0.6.4 |
1050 | 2023-11-07T21:37:45.517Z | Downloaded regex-automata v0.4.3 |
1051 | 2023-11-07T21:37:45.549Z | Downloaded tokio v1.33.0 |
1052 | 2023-11-07T21:37:45.617Z | Downloaded sha3 v0.10.8 |
1053 | 2023-11-07T21:37:45.630Z | Downloaded libc v0.2.149 |
1054 | 2023-11-07T21:37:45.679Z | Downloaded diesel v2.1.3 |
1055 | 2023-11-07T21:37:45.712Z | Downloaded regex-syntax v0.8.2 |
1056 | 2023-11-07T21:37:45.727Z | Downloaded rustix v0.38.9 |
1057 | 2023-11-07T21:37:45.767Z | Downloaded polar-core v0.27.0 |
1058 | 2023-11-07T21:37:45.783Z | Downloaded ratatui v0.23.0 |
1059 | 2023-11-07T21:37:45.804Z | Downloaded smoltcp v0.8.2 |
1060 | 2023-11-07T21:37:45.822Z | Downloaded regress v0.7.1 |
1061 | 2023-11-07T21:37:45.836Z | Downloaded gimli v0.28.0 |
1062 | 2023-11-07T21:37:45.852Z | Downloaded encoding_rs v0.8.33 |
1063 | 2023-11-07T21:37:45.899Z | Downloaded idna v0.4.0 |
1064 | 2023-11-07T21:37:45.913Z | Downloaded bstr v1.6.0 |
1065 | 2023-11-07T21:37:45.934Z | Downloaded regex v1.10.2 |
1066 | 2023-11-07T21:37:45.958Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1067 | 2023-11-07T21:37:46.063Z | Downloaded bstr v0.2.17 |
1068 | 2023-11-07T21:37:46.084Z | Downloaded syn v1.0.109 |
1069 | 2023-11-07T21:37:46.160Z | Downloaded rustix v0.37.23 |
1070 | 2023-11-07T21:37:46.164Z | Downloaded vcpkg v0.2.15 |
1071 | 2023-11-07T21:37:46.208Z | Downloaded radix_trie v0.2.1 |
1072 | 2023-11-07T21:37:46.218Z | Downloaded webpki-roots v0.25.2 |
1073 | 2023-11-07T21:37:46.248Z | Downloaded toml_edit v0.19.15 |
1074 | 2023-11-07T21:37:46.254Z | Downloaded tokio-util v0.7.10 |
1075 | 2023-11-07T21:37:46.265Z | Downloaded reedline v0.23.0 |
1076 | 2023-11-07T21:37:46.277Z | Downloaded rayon v1.8.0 |
1077 | 2023-11-07T21:37:46.294Z | Downloaded idna v0.2.3 |
1078 | 2023-11-07T21:37:46.307Z | Downloaded nix v0.26.2 |
1079 | 2023-11-07T21:37:46.327Z | Downloaded time v0.3.27 |
1080 | 2023-11-07T21:37:46.337Z | Downloaded bindgen v0.65.1 |
1081 | 2023-11-07T21:37:46.351Z | Downloaded lalrpop v0.19.12 |
1082 | 2023-11-07T21:37:46.374Z | Downloaded libz-sys v1.1.12 |
1083 | 2023-11-07T21:37:46.496Z | Downloaded tar v0.4.40 |
1084 | 2023-11-07T21:37:46.500Z | Downloaded der v0.7.8 |
1085 | 2023-11-07T21:37:46.509Z | Downloaded unicode-ident v1.0.12 |
1086 | 2023-11-07T21:37:46.517Z | Downloaded ron v0.8.1 |
1087 | 2023-11-07T21:37:46.528Z | Downloaded tough v0.12.5 |
1088 | 2023-11-07T21:37:46.541Z | Downloaded portable-atomic v1.4.3 |
1089 | 2023-11-07T21:37:46.551Z | Downloaded ring v0.17.5 |
1090 | 2023-11-07T21:37:46.686Z | Downloaded x509-cert v0.2.4 |
1091 | 2023-11-07T21:37:46.696Z | Downloaded winnow v0.5.15 |
1092 | 2023-11-07T21:37:46.710Z | Downloaded salty v0.2.0 |
1093 | 2023-11-07T21:37:46.719Z | Downloaded yasna v0.5.2 |
1094 | 2023-11-07T21:37:46.723Z | Downloaded socket2 v0.4.9 |
1095 | 2023-11-07T21:37:46.726Z | Downloaded env_logger v0.10.0 |
1096 | 2023-11-07T21:37:46.731Z | Downloaded ring v0.16.20 |
1097 | 2023-11-07T21:37:46.894Z | Downloaded libsqlite3-sys v0.26.0 |
1098 | 2023-11-07T21:37:47.033Z | Downloaded ref-cast v1.0.20 |
1099 | 2023-11-07T21:37:47.036Z | Downloaded semver v1.0.20 |
1100 | 2023-11-07T21:37:47.041Z | Downloaded uuid v1.4.1 |
1101 | 2023-11-07T21:37:47.051Z | Downloaded diff v0.1.13 |
1102 | 2023-11-07T21:37:47.467Z | Downloaded futures-task v0.3.29 |
1103 | 2023-11-07T21:37:47.471Z | Downloaded futures-macro v0.3.29 |
1104 | 2023-11-07T21:37:47.474Z | Downloaded rpassword v7.2.0 |
1105 | 2023-11-07T21:37:47.479Z | Downloaded spki v0.7.2 |
1106 | 2023-11-07T21:37:47.482Z | Downloaded rayon-core v1.12.0 |
1107 | 2023-11-07T21:37:47.488Z | Downloaded hashbrown v0.12.3 |
1108 | 2023-11-07T21:37:47.491Z | Downloaded hash32 v0.2.1 |
1109 | 2023-11-07T21:37:47.497Z | Downloaded thiserror-no-std v2.0.2 |
1110 | 2023-11-07T21:37:47.502Z | Downloaded quote v1.0.33 |
1111 | 2023-11-07T21:37:47.505Z | Downloaded parking_lot_core v0.9.8 |
1112 | 2023-11-07T21:37:47.508Z | Downloaded darling_core v0.14.4 |
1113 | 2023-11-07T21:37:47.512Z | Downloaded flate2 v1.0.28 |
1114 | 2023-11-07T21:37:47.516Z | Downloaded tinyvec v1.6.0 |
1115 | 2023-11-07T21:37:47.519Z | Downloaded rcgen v0.11.3 |
1116 | 2023-11-07T21:37:47.523Z | Downloaded itertools v0.11.0 |
1117 | 2023-11-07T21:37:47.534Z | Downloaded hyper v0.14.27 |
1118 | 2023-11-07T21:37:47.537Z | Downloaded fallible-iterator v0.2.0 |
1119 | 2023-11-07T21:37:47.540Z | Downloaded errno v0.3.2 |
1120 | 2023-11-07T21:37:47.544Z | Downloaded proc-macro-error-attr v1.0.4 |
1121 | 2023-11-07T21:37:47.548Z | Downloaded poly1305 v0.8.0 |
1122 | 2023-11-07T21:37:47.552Z | Downloaded der_derive v0.7.2 |
1123 | 2023-11-07T21:37:47.559Z | Downloaded diesel_derives v2.1.1 |
1124 | 2023-11-07T21:37:47.562Z | Downloaded zerocopy v0.6.4 |
1125 | 2023-11-07T21:37:47.566Z | Downloaded rustls-native-certs v0.6.3 |
1126 | 2023-11-07T21:37:47.570Z | Downloaded darling v0.20.3 |
1127 | 2023-11-07T21:37:47.574Z | Downloaded num-bigint-dig v0.8.4 |
1128 | 2023-11-07T21:37:47.578Z | Downloaded hkdf v0.12.3 |
1129 | 2023-11-07T21:37:47.582Z | Downloaded rand v0.8.5 |
1130 | 2023-11-07T21:37:47.594Z | Downloaded zeroize_derive v1.4.2 |
1131 | 2023-11-07T21:37:47.603Z | Downloaded unicode-segmentation v1.10.1 |
1132 | 2023-11-07T21:37:47.607Z | Downloaded tokio-tungstenite v0.20.1 |
1133 | 2023-11-07T21:37:47.610Z | Downloaded futures v0.3.29 |
1134 | 2023-11-07T21:37:47.613Z | Downloaded proc-macro-crate v1.3.1 |
1135 | 2023-11-07T21:37:47.621Z | Downloaded futures-executor v0.3.29 |
1136 | 2023-11-07T21:37:47.624Z | Downloaded futures-core v0.3.29 |
1137 | 2023-11-07T21:37:47.626Z | Downloaded tokio-stream v0.1.14 |
1138 | 2023-11-07T21:37:47.629Z | Downloaded num_threads v0.1.6 |
1139 | 2023-11-07T21:37:48.636Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1140 | 2023-11-07T21:37:48.639Z | Downloaded toml_datetime v0.6.5 |
1141 | 2023-11-07T21:37:48.642Z | Downloaded nom v7.1.3 |
1142 | 2023-11-07T21:37:48.646Z | Downloaded serde_yaml v0.9.25 |
1143 | 2023-11-07T21:37:48.650Z | Downloaded thread_local v1.1.7 |
1144 | 2023-11-07T21:37:48.655Z | Downloaded endian-type v0.1.2 |
1145 | 2023-11-07T21:37:48.659Z | Downloaded toml v0.5.11 |
1146 | 2023-11-07T21:37:48.663Z | Downloaded hashlink v0.8.3 |
1147 | 2023-11-07T21:37:48.666Z | Downloaded similar v2.2.1 |
1148 | 2023-11-07T21:37:48.669Z | Downloaded rustls-webpki v0.101.7 |
1149 | 2023-11-07T21:37:48.675Z | Downloaded deranged v0.3.8 |
1150 | 2023-11-07T21:37:48.679Z | Downloaded parking_lot v0.11.2 |
1151 | 2023-11-07T21:37:48.682Z | Downloaded vte v0.11.1 |
1152 | 2023-11-07T21:37:48.687Z | Downloaded openssl-sys v0.9.93 |
1153 | 2023-11-07T21:37:48.690Z | Downloaded minimal-lexical v0.2.1 |
1154 | 2023-11-07T21:37:48.693Z | Downloaded untrusted v0.9.0 |
1155 | 2023-11-07T21:37:48.697Z | Downloaded predicates-tree v1.0.9 |
1156 | 2023-11-07T21:37:48.700Z | Downloaded textwrap v0.16.0 |
1157 | 2023-11-07T21:37:48.705Z | Downloaded test-strategy v0.3.1 |
1158 | 2023-11-07T21:37:48.708Z | Downloaded spin v0.5.2 |
1159 | 2023-11-07T21:37:48.712Z | Downloaded group v0.13.0 |
1160 | 2023-11-07T21:37:48.715Z | Downloaded serde_with_macros v2.3.3 |
1161 | 2023-11-07T21:37:48.719Z | Downloaded snafu v0.7.5 |
1162 | 2023-11-07T21:37:48.723Z | Downloaded url v2.4.1 |
1163 | 2023-11-07T21:37:48.732Z | Downloaded fs-err v2.9.0 |
1164 | 2023-11-07T21:37:48.736Z | Downloaded pem-rfc7468 v0.7.0 |
1165 | 2023-11-07T21:37:48.741Z | Downloaded termios v0.3.3 |
1166 | 2023-11-07T21:37:48.744Z | Downloaded waitgroup v0.1.2 |
1167 | 2023-11-07T21:37:48.749Z | Downloaded pkcs1 v0.7.5 |
1168 | 2023-11-07T21:37:48.752Z | Downloaded steno v0.4.0 |
1169 | 2023-11-07T21:37:48.756Z | Downloaded usdt v0.3.5 |
1170 | 2023-11-07T21:37:48.759Z | Downloaded phf v0.11.2 |
1171 | 2023-11-07T21:37:48.763Z | Downloaded tap v1.0.1 |
1172 | 2023-11-07T21:37:48.767Z | Downloaded typenum v1.16.0 |
1173 | 2023-11-07T21:37:48.771Z | Downloaded headers v0.3.9 |
1174 | 2023-11-07T21:37:48.774Z | Downloaded libm v0.2.7 |
1175 | 2023-11-07T21:37:48.778Z | Downloaded time-macros v0.2.13 |
1176 | 2023-11-07T21:37:48.782Z | Downloaded dyn-clone v1.0.13 |
1177 | 2023-11-07T21:37:48.785Z | Downloaded smallvec v1.11.0 |
1178 | 2023-11-07T21:37:48.789Z | Downloaded flume v0.11.0 |
1179 | 2023-11-07T21:37:48.794Z | Downloaded trust-dns-server v0.22.1 |
1180 | 2023-11-07T21:37:48.798Z | Downloaded dof v0.1.5 |
1181 | 2023-11-07T21:37:48.802Z | Downloaded prettyplease v0.2.12 |
1182 | 2023-11-07T21:37:48.807Z | Downloaded crossbeam-channel v0.5.8 |
1183 | 2023-11-07T21:37:48.811Z | Downloaded serde_repr v0.1.16 |
1184 | 2023-11-07T21:37:48.816Z | Downloaded foreign-types v0.5.0 |
1185 | 2023-11-07T21:37:48.819Z | Downloaded which v4.4.0 |
1186 | 2023-11-07T21:37:48.823Z | Downloaded scheduled-thread-pool v0.2.7 |
1187 | 2023-11-07T21:37:48.826Z | Downloaded same-file v1.0.6 |
1188 | 2023-11-07T21:37:48.831Z | Downloaded schemars_derive v0.8.13 |
1189 | 2023-11-07T21:37:48.835Z | Downloaded spin v0.9.8 |
1190 | 2023-11-07T21:37:48.840Z | Downloaded crypto-bigint v0.5.2 |
1191 | 2023-11-07T21:37:48.843Z | Downloaded rustc_version v0.1.7 |
1192 | 2023-11-07T21:37:48.849Z | Downloaded elliptic-curve v0.13.5 |
1193 | 2023-11-07T21:37:48.853Z | Downloaded ucd-trie v0.1.6 |
1194 | 2023-11-07T21:37:48.857Z | Downloaded memchr v2.6.3 |
1195 | 2023-11-07T21:37:48.861Z | Downloaded darling_core v0.20.3 |
1196 | 2023-11-07T21:37:48.867Z | Downloaded libxml v0.3.3 |
1197 | 2023-11-07T21:37:48.872Z | Downloaded slab v0.4.9 |
1198 | 2023-11-07T21:37:48.877Z | Downloaded signature v2.1.0 |
1199 | 2023-11-07T21:37:48.884Z | Downloaded pin-utils v0.1.0 |
1200 | 2023-11-07T21:37:48.889Z | Downloaded tempfile v3.8.0 |
1201 | 2023-11-07T21:37:48.894Z | Downloaded funty v2.0.0 |
1202 | 2023-11-07T21:37:48.899Z | Downloaded base64 v0.21.5 |
1203 | 2023-11-07T21:37:48.904Z | Downloaded serde_tokenstream v0.2.0 |
1204 | 2023-11-07T21:37:48.919Z | Downloaded dirs-sys-next v0.1.2 |
1205 | 2023-11-07T21:37:48.926Z | Downloaded derive_builder v0.12.0 |
1206 | 2023-11-07T21:37:48.931Z | Downloaded backtrace v0.3.69 |
1207 | 2023-11-07T21:37:48.937Z | Downloaded rusqlite v0.29.0 |
1208 | 2023-11-07T21:37:48.943Z | Downloaded tokio-tungstenite v0.18.0 |
1209 | 2023-11-07T21:37:48.949Z | Downloaded serde_plain v1.0.2 |
1210 | 2023-11-07T21:37:48.954Z | Downloaded rustc-demangle v0.1.23 |
1211 | 2023-11-07T21:37:48.959Z | Downloaded digest v0.10.7 |
1212 | 2023-11-07T21:37:48.972Z | Downloaded derive_builder_core v0.12.0 |
1213 | 2023-11-07T21:37:49.399Z | Downloaded float-cmp v0.9.0 |
1214 | 2023-11-07T21:37:49.408Z | Downloaded filetime v0.2.22 |
1215 | 2023-11-07T21:37:49.424Z | Downloaded fastrand v2.0.0 |
1216 | 2023-11-07T21:37:49.434Z | Downloaded futures-io v0.3.29 |
1217 | 2023-11-07T21:37:49.442Z | Downloaded foreign-types v0.3.2 |
1218 | 2023-11-07T21:37:49.451Z | Downloaded tiny-keccak v2.0.2 |
1219 | 2023-11-07T21:37:49.458Z | Downloaded ctr v0.9.2 |
1220 | 2023-11-07T21:37:49.461Z | Downloaded thiserror-impl-no-std v2.0.2 |
1221 | 2023-11-07T21:37:49.465Z | Downloaded radium v0.7.0 |
1222 | 2023-11-07T21:37:49.468Z | Downloaded papergrid v0.10.0 |
1223 | 2023-11-07T21:37:49.471Z | Downloaded itertools v0.10.5 |
1224 | 2023-11-07T21:37:49.474Z | Downloaded base64 v0.13.1 |
1225 | 2023-11-07T21:37:49.477Z | Downloaded rusty-fork v0.3.0 |
1226 | 2023-11-07T21:37:49.482Z | Downloaded heapless v0.7.16 |
1227 | 2023-11-07T21:37:49.486Z | Downloaded snafu-derive v0.7.5 |
1228 | 2023-11-07T21:37:49.490Z | Downloaded unicase v2.7.0 |
1229 | 2023-11-07T21:37:49.494Z | Downloaded proc-macro-error v1.0.4 |
1230 | 2023-11-07T21:37:49.502Z | Downloaded stringprep v0.1.3 |
1231 | 2023-11-07T21:37:49.515Z | Downloaded string_cache v0.8.7 |
1232 | 2023-11-07T21:37:49.521Z | Downloaded smawk v0.3.1 |
1233 | 2023-11-07T21:37:49.529Z | Downloaded slog-stdlog v4.1.1 |
1234 | 2023-11-07T21:37:49.538Z | Downloaded quick-error v1.2.3 |
1235 | 2023-11-07T21:37:49.545Z | Downloaded whoami v1.4.1 |
1236 | 2023-11-07T21:37:49.551Z | Downloaded predicates-core v1.0.6 |
1237 | 2023-11-07T21:37:49.560Z | Downloaded generic-array v0.14.7 |
1238 | 2023-11-07T21:37:49.571Z | Downloaded tungstenite v0.18.0 |
1239 | 2023-11-07T21:37:49.980Z | Downloaded slog v2.7.0 |
1240 | 2023-11-07T21:37:49.989Z | Downloaded indicatif v0.17.7 |
1241 | 2023-11-07T21:37:49.996Z | Downloaded num-complex v0.4.4 |
1242 | 2023-11-07T21:37:50.007Z | Downloaded olpc-cjson v0.1.3 |
1243 | 2023-11-07T21:37:50.014Z | Downloaded num_enum_derive v0.5.11 |
1244 | 2023-11-07T21:37:50.022Z | Downloaded zone v0.2.0 |
1245 | 2023-11-07T21:37:50.029Z | Downloaded slog-scope v4.4.0 |
1246 | 2023-11-07T21:37:50.037Z | Downloaded parse-display-derive v0.7.0 |
1247 | 2023-11-07T21:37:50.045Z | Downloaded parking_lot_core v0.8.6 |
1248 | 2023-11-07T21:37:50.059Z | Downloaded blake2 v0.10.6 |
1249 | 2023-11-07T21:37:50.067Z | Downloaded omicron-zone-package v0.8.3 |
1250 | 2023-11-07T21:37:50.075Z | Downloaded slog-dtrace v0.2.3 |
1251 | 2023-11-07T21:37:50.084Z | Downloaded peeking_take_while v0.1.2 |
1252 | 2023-11-07T21:37:50.092Z | Downloaded tokio-macros v2.1.0 |
1253 | 2023-11-07T21:37:50.100Z | Downloaded fnv v1.0.7 |
1254 | 2023-11-07T21:37:50.107Z | Downloaded ff v0.13.0 |
1255 | 2023-11-07T21:37:50.116Z | Downloaded subtle v2.5.0 |
1256 | 2023-11-07T21:37:50.121Z | Downloaded phf_shared v0.10.0 |
1257 | 2023-11-07T21:37:50.130Z | Downloaded argon2 v0.5.2 |
1258 | 2023-11-07T21:37:50.135Z | Downloaded anyhow v1.0.75 |
1259 | 2023-11-07T21:37:50.142Z | Downloaded term v0.7.0 |
1260 | 2023-11-07T21:37:50.147Z | Downloaded serde-hex v0.1.0 |
1261 | 2023-11-07T21:37:50.151Z | Downloaded signature v1.6.4 |
1262 | 2023-11-07T21:37:50.160Z | Downloaded curve25519-dalek-derive v0.1.0 |
1263 | 2023-11-07T21:37:50.167Z | Downloaded universal-hash v0.5.1 |
1264 | 2023-11-07T21:37:50.172Z | Downloaded addr2line v0.21.0 |
1265 | 2023-11-07T21:37:50.178Z | Downloaded clang-sys v1.6.1 |
1266 | 2023-11-07T21:37:50.186Z | Downloaded packed_struct v0.10.1 |
1267 | 2023-11-07T21:37:50.190Z | Downloaded multer v2.1.0 |
1268 | 2023-11-07T21:37:50.195Z | Downloaded console v0.15.7 |
1269 | 2023-11-07T21:37:50.200Z | Downloaded packed_struct_codegen v0.10.1 |
1270 | 2023-11-07T21:37:50.206Z | Downloaded mime_guess v2.0.4 |
1271 | 2023-11-07T21:37:50.215Z | Downloaded log v0.4.20 |
1272 | 2023-11-07T21:37:50.224Z | Downloaded cookie v0.16.2 |
1273 | 2023-11-07T21:37:50.233Z | Downloaded crypto-common v0.1.6 |
1274 | 2023-11-07T21:37:50.242Z | Downloaded num-traits v0.2.16 |
1275 | 2023-11-07T21:37:50.250Z | Downloaded bincode v1.3.3 |
1276 | 2023-11-07T21:37:50.262Z | Downloaded backoff v0.4.0 |
1277 | 2023-11-07T21:37:50.272Z | Downloaded platforms v3.0.2 |
1278 | 2023-11-07T21:37:50.282Z | Downloaded tui-tree-widget v0.13.0 |
1279 | 2023-11-07T21:37:50.290Z | Downloaded usdt-impl v0.3.5 |
1280 | 2023-11-07T21:37:50.301Z | Downloaded structmeta v0.2.0 |
1281 | 2023-11-07T21:37:50.312Z | Downloaded strum_macros v0.24.3 |
1282 | 2023-11-07T21:37:50.324Z | Downloaded nanorand v0.7.0 |
1283 | 2023-11-07T21:37:50.413Z | Downloaded bit-set v0.5.3 |
1284 | 2023-11-07T21:37:50.419Z | Downloaded bcs v0.1.6 |
1285 | 2023-11-07T21:37:50.428Z | Downloaded async-trait v0.1.74 |
1286 | 2023-11-07T21:37:50.435Z | Downloaded anstyle-parse v0.2.1 |
1287 | 2023-11-07T21:37:50.446Z | Downloaded strum_macros v0.25.2 |
1288 | 2023-11-07T21:37:50.457Z | Downloaded semver v0.1.20 |
1289 | 2023-11-07T21:37:50.464Z | Downloaded nu-ansi-term v0.49.0 |
1290 | 2023-11-07T21:37:50.468Z | Downloaded nibble_vec v0.1.0 |
1291 | 2023-11-07T21:37:50.472Z | Downloaded structmeta v0.1.6 |
1292 | 2023-11-07T21:37:50.476Z | Downloaded strsim v0.10.0 |
1293 | 2023-11-07T21:37:50.478Z | Downloaded num-derive v0.4.0 |
1294 | 2023-11-07T21:37:50.482Z | Downloaded libefi-sys v0.1.0 |
1295 | 2023-11-07T21:37:50.484Z | Downloaded lock_api v0.4.10 |
1296 | 2023-11-07T21:37:50.487Z | Downloaded libloading v0.7.4 |
1297 | 2023-11-07T21:37:50.490Z | Downloaded crossbeam-deque v0.8.3 |
1298 | 2023-11-07T21:37:50.493Z | Downloaded aes-gcm-siv v0.11.1 |
1299 | 2023-11-07T21:37:50.497Z | Downloaded mime v0.3.17 |
1300 | 2023-11-07T21:37:50.500Z | Downloaded keccak v0.1.4 |
1301 | 2023-11-07T21:37:50.515Z | Downloaded indexmap v1.9.3 |
1302 | 2023-11-07T21:37:50.519Z | Downloaded linear-map v1.2.0 |
1303 | 2023-11-07T21:37:50.522Z | Downloaded corncobs v0.1.3 |
1304 | 2023-11-07T21:37:50.525Z | Downloaded cassowary v0.3.0 |
1305 | 2023-11-07T21:37:50.528Z | Downloaded native-tls v0.2.11 |
1306 | 2023-11-07T21:37:50.531Z | Downloaded ansi_term v0.12.1 |
1307 | 2023-11-07T21:37:50.534Z | Downloaded httpdate v1.0.3 |
1308 | 2023-11-07T21:37:50.537Z | Downloaded cexpr v0.6.0 |
1309 | 2023-11-07T21:37:50.540Z | Downloaded serde_path_to_error v0.1.14 |
1310 | 2023-11-07T21:37:50.543Z | Downloaded cfg-if v1.0.0 |
1311 | 2023-11-07T21:37:50.546Z | Downloaded const_format_proc_macros v0.2.31 |
1312 | 2023-11-07T21:37:50.549Z | Downloaded indoc v2.0.3 |
1313 | 2023-11-07T21:37:50.553Z | Downloaded openssl-macros v0.1.1 |
1314 | 2023-11-07T21:37:50.557Z | Downloaded darling_macro v0.20.3 |
1315 | 2023-11-07T21:37:50.559Z | Downloaded inout v0.1.3 |
1316 | 2023-11-07T21:37:50.562Z | Downloaded cargo_metadata v0.18.0 |
1317 | 2023-11-07T21:37:50.565Z | Downloaded ipnet v2.8.0 |
1318 | 2023-11-07T21:37:50.569Z | Downloaded matches v0.1.10 |
1319 | 2023-11-07T21:37:50.572Z | Downloaded mockall v0.11.4 |
1320 | 2023-11-07T21:37:50.576Z | Downloaded bit_field v0.10.2 |
1321 | 2023-11-07T21:37:50.580Z | Downloaded bb8 v0.8.1 |
1322 | 2023-11-07T21:37:50.583Z | Downloaded ascii-canvas v3.0.0 |
1323 | 2023-11-07T21:37:50.590Z | Downloaded num_enum v0.7.0 |
1324 | 2023-11-07T21:37:50.593Z | Downloaded highway v1.1.0 |
1325 | 2023-11-07T21:37:50.606Z | Downloaded mio v0.8.8 |
1326 | 2023-11-07T21:37:50.638Z | Downloaded form_urlencoded v1.2.0 |
1327 | 2023-11-07T21:37:50.641Z | Downloaded array-init v0.0.4 |
1328 | 2023-11-07T21:37:50.645Z | Downloaded async-stream v0.3.5 |
1329 | 2023-11-07T21:37:50.648Z | Downloaded anstyle-query v1.0.0 |
1330 | 2023-11-07T21:37:50.651Z | Downloaded want v0.3.1 |
1331 | 2023-11-07T21:37:50.654Z | Downloaded try-lock v0.2.4 |
1332 | 2023-11-07T21:37:50.657Z | Downloaded base16ct v0.2.0 |
1333 | 2023-11-07T21:37:50.660Z | Downloaded autocfg v1.1.0 |
1334 | 2023-11-07T21:37:50.663Z | Downloaded async-recursion v1.0.5 |
1335 | 2023-11-07T21:37:50.665Z | Downloaded structmeta-derive v0.1.6 |
1336 | 2023-11-07T21:37:50.672Z | Downloaded normalize-line-endings v0.3.0 |
1337 | 2023-11-07T21:37:51.088Z | Downloaded anstyle v1.0.2 |
1338 | 2023-11-07T21:37:51.091Z | Downloaded lazy_static v1.4.0 |
1339 | 2023-11-07T21:37:51.095Z | Downloaded home v0.5.5 |
1340 | 2023-11-07T21:37:51.102Z | Downloaded hex v0.4.3 |
1341 | 2023-11-07T21:37:51.110Z | Downloaded cpufeatures v0.2.9 |
1342 | 2023-11-07T21:37:51.113Z | Downloaded convert_case v0.4.0 |
1343 | 2023-11-07T21:37:51.132Z | Downloaded bytesize v1.3.0 |
1344 | 2023-11-07T21:37:51.138Z | Downloaded const-oid v0.9.5 |
1345 | 2023-11-07T21:37:51.143Z | Downloaded chacha20poly1305 v0.10.1 |
1346 | 2023-11-07T21:37:51.150Z | Downloaded cc v1.0.83 |
1347 | 2023-11-07T21:37:51.154Z | Downloaded humantime v2.1.0 |
1348 | 2023-11-07T21:37:51.158Z | Downloaded http-body v0.4.5 |
1349 | 2023-11-07T21:37:51.166Z | Downloaded crc-catalog v2.2.0 |
1350 | 2023-11-07T21:37:51.173Z | Downloaded crc v3.0.1 |
1351 | 2023-11-07T21:37:51.177Z | Downloaded match_cfg v0.1.0 |
1352 | 2023-11-07T21:37:51.184Z | Downloaded heck v0.3.3 |
1353 | 2023-11-07T21:37:51.192Z | Downloaded crc-any v2.4.3 |
1354 | 2023-11-07T21:37:51.606Z | Downloaded colorchoice v1.0.0 |
1355 | 2023-11-07T21:37:51.614Z | Downloaded num_cpus v1.16.0 |
1356 | 2023-11-07T21:37:51.618Z | Downloaded ipnetwork v0.20.0 |
1357 | 2023-11-07T21:37:51.621Z | Downloaded hubpack_derive v0.1.1 |
1358 | 2023-11-07T21:37:51.625Z | Downloaded buf-list v1.0.3 |
1359 | 2023-11-07T21:37:51.628Z | Downloaded num-rational v0.4.1 |
1360 | 2023-11-07T21:37:51.630Z | Downloaded lru-cache v0.1.2 |
1361 | 2023-11-07T21:37:51.634Z | Downloaded itoa v1.0.9 |
1362 | 2023-11-07T21:37:51.637Z | Downloaded http-range v0.1.5 |
1363 | 2023-11-07T21:37:51.640Z | Downloaded managed v0.8.0 |
1364 | 2023-11-07T21:37:51.643Z | Downloaded lazycell v1.3.0 |
1365 | 2023-11-07T21:37:51.646Z | Downloaded clap v4.4.3 |
1366 | 2023-11-07T21:37:51.649Z | Downloaded bitflags v1.3.2 |
1367 | 2023-11-07T21:37:51.652Z | Downloaded hostname v0.3.1 |
1368 | 2023-11-07T21:37:51.655Z | Downloaded bytecount v0.6.3 |
1369 | 2023-11-07T21:37:51.658Z | Downloaded bitstruct_derive v0.1.0 |
1370 | 2023-11-07T21:37:51.661Z | Downloaded scopeguard v1.2.0 |
1371 | 2023-11-07T21:37:51.665Z | Downloaded macaddr v1.0.1 |
1372 | 2023-11-07T21:37:51.668Z | Downloaded io-lifetimes v1.0.11 |
1373 | 2023-11-07T21:37:51.671Z | Downloaded httparse v1.8.0 |
1374 | 2023-11-07T21:37:51.674Z | Downloaded ciborium v0.2.1 |
1375 | 2023-11-07T21:37:51.678Z | Downloaded camino v1.1.6 |
1376 | 2023-11-07T21:37:51.681Z | Downloaded rustfmt-wrapper v0.2.0 |
1377 | 2023-11-07T21:37:51.684Z | Downloaded cipher v0.4.4 |
1378 | 2023-11-07T21:37:51.687Z | Downloaded rtoolbox v0.0.1 |
1379 | 2023-11-07T21:37:51.690Z | Downloaded nodrop v0.1.14 |
1380 | 2023-11-07T21:37:51.693Z | Downloaded newtype_derive v0.1.6 |
1381 | 2023-11-07T21:37:51.696Z | Downloaded md-5 v0.10.5 |
1382 | 2023-11-07T21:37:51.699Z | Downloaded cancel-safe-futures v0.1.5 |
1383 | 2023-11-07T21:37:51.702Z | Downloaded bzip2 v0.4.4 |
1384 | 2023-11-07T21:37:51.706Z | Downloaded byteorder v1.5.0 |
1385 | 2023-11-07T21:37:51.708Z | Downloaded lalrpop-util v0.19.12 |
1386 | 2023-11-07T21:37:51.712Z | Downloaded is-terminal v0.4.9 |
1387 | 2023-11-07T21:37:51.715Z | Downloaded crossbeam v0.8.2 |
1388 | 2023-11-07T21:37:51.719Z | Downloaded chacha20 v0.9.1 |
1389 | 2023-11-07T21:37:51.722Z | Downloaded hyper-staticfile v0.9.5 |
1390 | 2023-11-07T21:37:51.725Z | Downloaded bitfield v0.14.0 |
1391 | 2023-11-07T21:37:51.728Z | Compiling proc-macro2 v1.0.67 |
1392 | 2023-11-07T21:37:51.731Z | Compiling unicode-ident v1.0.12 |
1393 | 2023-11-07T21:37:51.736Z | Compiling libc v0.2.149 |
1394 | 2023-11-07T21:37:51.739Z | Compiling serde v1.0.188 |
1395 | 2023-11-07T21:37:51.742Z | Compiling autocfg v1.1.0 |
1396 | 2023-11-07T21:37:51.747Z | Compiling version_check v0.9.4 |
1397 | 2023-11-07T21:37:51.750Z | Compiling cfg-if v1.0.0 |
1398 | 2023-11-07T21:37:51.753Z | Compiling syn v1.0.109 |
1399 | 2023-11-07T21:37:51.757Z | Compiling once_cell v1.18.0 |
1400 | 2023-11-07T21:37:51.759Z | Compiling parking_lot_core v0.9.8 |
1401 | 2023-11-07T21:37:51.763Z | Compiling libm v0.2.7 |
1402 | 2023-11-07T21:37:51.765Z | Compiling ahash v0.8.3 |
1403 | 2023-11-07T21:37:51.769Z | Compiling lock_api v0.4.10 |
1404 | 2023-11-07T21:37:51.772Z | Compiling num-traits v0.2.16 |
1405 | 2023-11-07T21:37:51.775Z | Compiling thiserror v1.0.49 |
1406 | 2023-11-07T21:37:51.778Z | Compiling typenum v1.16.0 |
1407 | 2023-11-07T21:37:51.781Z | Compiling futures-core v0.3.29 |
1408 | 2023-11-07T21:37:51.784Z | Compiling generic-array v0.14.7 |
1409 | 2023-11-07T21:37:51.788Z | Compiling scopeguard v1.2.0 |
1410 | 2023-11-07T21:37:51.791Z | Compiling memchr v2.6.3 |
1411 | 2023-11-07T21:37:51.794Z | Compiling itoa v1.0.9 |
1412 | 2023-11-07T21:37:51.797Z | Compiling pkg-config v0.3.27 |
1413 | 2023-11-07T21:37:52.063Z | Compiling quote v1.0.33 |
1414 | 2023-11-07T21:37:53.163Z | Compiling syn v2.0.32 |
1415 | 2023-11-07T21:37:53.330Z | Compiling jobserver v0.1.26 |
1416 | 2023-11-07T21:37:53.436Z | Compiling getrandom v0.2.10 |
1417 | 2023-11-07T21:37:54.145Z | Compiling cc v1.0.83 |
1418 | 2023-11-07T21:37:54.207Z | Compiling slab v0.4.9 |
1419 | 2023-11-07T21:37:54.319Z | Compiling futures-channel v0.3.29 |
1420 | 2023-11-07T21:37:54.487Z | Compiling futures-task v0.3.29 |
1421 | 2023-11-07T21:37:54.620Z | Compiling futures-util v0.3.29 |
1422 | 2023-11-07T21:37:54.909Z | Compiling log v0.4.20 |
1423 | 2023-11-07T21:37:55.742Z | Compiling ryu v1.0.15 |
1424 | 2023-11-07T21:37:55.888Z | Compiling pin-project-lite v0.2.13 |
1425 | 2023-11-07T21:37:56.076Z | Compiling serde_json v1.0.108 |
1426 | 2023-11-07T21:37:56.159Z | Compiling heck v0.4.1 |
1427 | 2023-11-07T21:37:56.183Z | Compiling schemars v0.8.13 |
1428 | 2023-11-07T21:37:56.208Z | Compiling smallvec v1.11.0 |
1429 | 2023-11-07T21:37:56.541Z | Compiling vcpkg v0.2.15 |
1430 | 2023-11-07T21:37:58.074Z | Compiling parking_lot v0.12.1 |
1431 | 2023-11-07T21:37:58.877Z | Compiling ring v0.17.5 |
1432 | 2023-11-07T21:37:59.503Z | Compiling openssl-sys v0.9.93 |
1433 | 2023-11-07T21:38:00.986Z | Compiling ring v0.16.20 |
1434 | 2023-11-07T21:38:01.815Z | Compiling rand_core v0.6.4 |
1435 | 2023-11-07T21:38:01.980Z | Compiling indexmap v1.9.3 |
1436 | 2023-11-07T21:38:02.222Z | Compiling allocator-api2 v0.2.16 |
1437 | 2023-11-07T21:38:02.385Z | Compiling byteorder v1.5.0 |
1438 | 2023-11-07T21:38:02.573Z | Compiling equivalent v1.0.1 |
1439 | 2023-11-07T21:38:02.755Z | Compiling httparse v1.8.0 |
1440 | 2023-11-07T21:38:02.759Z | Compiling mio v0.8.8 |
1441 | 2023-11-07T21:38:03.182Z | Compiling socket2 v0.5.4 |
1442 | 2023-11-07T21:38:03.343Z | Compiling hashbrown v0.14.0 |
1443 | 2023-11-07T21:38:03.700Z | Compiling signal-hook-registry v1.4.1 |
1444 | 2023-11-07T21:38:04.270Z | Compiling num_cpus v1.16.0 |
1445 | 2023-11-07T21:38:04.846Z | Compiling spin v0.5.2 |
1446 | 2023-11-07T21:38:05.700Z | Compiling serde_derive_internals v0.26.0 |
1447 | 2023-11-07T21:38:06.146Z | Compiling openssl v0.10.57 |
1448 | 2023-11-07T21:38:06.291Z | Compiling semver v1.0.20 |
1449 | 2023-11-07T21:38:06.329Z | Compiling fnv v1.0.7 |
1450 | 2023-11-07T21:38:06.812Z | Compiling iana-time-zone v0.1.57 |
1451 | 2023-11-07T21:38:06.936Z | Compiling rustls v0.21.8 |
1452 | 2023-11-07T21:38:07.334Z | Compiling unicode-xid v0.2.4 |
1453 | 2023-11-07T21:38:07.359Z | Compiling native-tls v0.2.11 |
1454 | 2023-11-07T21:38:07.583Z | Compiling ucd-trie v0.1.6 |
1455 | 2023-11-07T21:38:07.688Z | Compiling crossbeam-utils v0.8.16 |
1456 | 2023-11-07T21:38:07.755Z | Compiling synstructure v0.12.6 |
1457 | 2023-11-07T21:38:09.385Z | Compiling futures-sink v0.3.29 |
1458 | 2023-11-07T21:38:09.605Z | Compiling io-lifetimes v1.0.11 |
1459 | 2023-11-07T21:38:09.804Z | Compiling backtrace v0.3.69 |
1460 | 2023-11-07T21:38:10.305Z | Compiling dyn-clone v1.0.13 |
1461 | 2023-11-07T21:38:10.390Z | Compiling tinyvec_macros v0.1.1 |
1462 | 2023-11-07T21:38:10.520Z | Compiling tinyvec v1.6.0 |
1463 | 2023-11-07T21:38:11.065Z | Compiling tracing-core v0.1.31 |
1464 | 2023-11-07T21:38:11.278Z | Compiling num-integer v0.1.45 |
1465 | 2023-11-07T21:38:11.304Z | Compiling memoffset v0.9.0 |
1466 | 2023-11-07T21:38:11.346Z | Compiling futures-io v0.3.29 |
1467 | 2023-11-07T21:38:11.688Z | Compiling rustix v0.37.23 |
1468 | 2023-11-07T21:38:11.724Z | Compiling subtle v2.5.0 |
1469 | 2023-11-07T21:38:11.847Z | Compiling rustix v0.38.9 |
1470 | 2023-11-07T21:38:11.873Z | Compiling pin-utils v0.1.0 |
1471 | 2023-11-07T21:38:12.155Z | Compiling winnow v0.5.15 |
1472 | 2023-11-07T21:38:12.227Z | Compiling spin v0.9.8 |
1473 | 2023-11-07T21:38:12.509Z | Compiling hashbrown v0.13.2 |
1474 | 2023-11-07T21:38:12.808Z | Compiling usdt-impl v0.3.5 |
1475 | 2023-11-07T21:38:13.243Z | Compiling unicode-normalization v0.1.22 |
1476 | 2023-11-07T21:38:13.503Z | Compiling const-oid v0.9.5 |
1477 | 2023-11-07T21:38:14.512Z | Compiling bitflags v1.3.2 |
1478 | 2023-11-07T21:38:14.669Z | Compiling unicode-bidi v0.3.13 |
1479 | 2023-11-07T21:38:15.092Z | Compiling crc32fast v1.3.2 |
1480 | 2023-11-07T21:38:15.550Z | Compiling anyhow v1.0.75 |
1481 | 2023-11-07T21:38:15.742Z | Compiling slog v2.7.0 |
1482 | 2023-11-07T21:38:15.767Z | Compiling time-core v0.1.1 |
1483 | 2023-11-07T21:38:15.790Z | Compiling serde_derive v1.0.188 |
1484 | 2023-11-07T21:38:16.020Z | Compiling thiserror-impl v1.0.49 |
1485 | 2023-11-07T21:38:16.108Z | Compiling zeroize_derive v1.4.2 |
1486 | 2023-11-07T21:38:16.284Z | Compiling tokio-macros v2.1.0 |
1487 | 2023-11-07T21:38:16.394Z | Compiling futures-macro v0.3.29 |
1488 | 2023-11-07T21:38:16.782Z | Compiling tracing-attributes v0.1.26 |
1489 | 2023-11-07T21:38:17.178Z | Compiling schemars_derive v0.8.13 |
1490 | 2023-11-07T21:38:18.465Z | Compiling openssl-macros v0.1.1 |
1491 | 2023-11-07T21:38:18.603Z | Compiling zeroize v1.6.0 |
1492 | 2023-11-07T21:38:19.506Z | Compiling zerocopy-derive v0.2.0 |
1493 | 2023-11-07T21:38:21.026Z | Compiling pest v2.7.2 |
1494 | 2023-11-07T21:38:21.571Z | Compiling crypto-common v0.1.6 |
1495 | 2023-11-07T21:38:21.640Z | Compiling block-buffer v0.10.4 |
1496 | 2023-11-07T21:38:22.108Z | Compiling digest v0.10.7 |
1497 | 2023-11-07T21:38:22.272Z | Compiling tracing v0.1.37 |
1498 | 2023-11-07T21:38:22.568Z | Compiling time-macros v0.2.13 |
1499 | 2023-11-07T21:38:23.746Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1500 | 2023-11-07T21:38:24.370Z | Compiling aho-corasick v1.0.4 |
1501 | 2023-11-07T21:38:25.609Z | Compiling pest_meta v2.7.2 |
1502 | 2023-11-07T21:38:25.613Z | Compiling crossbeam-epoch v0.9.15 |
1503 | 2023-11-07T21:38:26.233Z | Compiling ppv-lite86 v0.2.17 |
1504 | 2023-11-07T21:38:27.313Z | Compiling rustversion v1.0.14 |
1505 | 2023-11-07T21:38:27.553Z | Compiling async-trait v0.1.74 |
1506 | 2023-11-07T21:38:28.219Z | Compiling pest_generator v2.7.2 |
1507 | 2023-11-07T21:38:28.447Z | Compiling regex-syntax v0.8.2 |
1508 | 2023-11-07T21:38:30.438Z | Compiling rand_chacha v0.3.1 |
1509 | 2023-11-07T21:38:31.266Z | Compiling zerocopy v0.3.0 |
1510 | 2023-11-07T21:38:32.028Z | Compiling zerocopy-derive v0.6.4 |
1511 | 2023-11-07T21:38:32.613Z | Compiling pest_derive v2.7.2 |
1512 | 2023-11-07T21:38:33.663Z | Compiling base64 v0.21.5 |
1513 | 2023-11-07T21:38:34.437Z | Compiling strsim v0.10.0 |
1514 | 2023-11-07T21:38:34.776Z | Compiling regex-automata v0.4.3 |
1515 | 2023-11-07T21:38:35.053Z | Compiling dtrace-parser v0.1.14 |
1516 | 2023-11-07T21:38:35.453Z | Compiling dof v0.1.5 |
1517 | 2023-11-07T21:38:36.765Z | Compiling rand v0.8.5 |
1518 | 2023-11-07T21:38:38.869Z | Compiling bytes v1.5.0 |
1519 | 2023-11-07T21:38:39.124Z | Compiling indexmap v2.0.0 |
1520 | 2023-11-07T21:38:39.195Z | Compiling uuid v1.4.1 |
1521 | 2023-11-07T21:38:40.061Z | Compiling chrono v0.4.31 |
1522 | 2023-11-07T21:38:41.362Z | Compiling tokio v1.33.0 |
1523 | 2023-11-07T21:38:43.839Z | Compiling bitflags v2.4.0 |
1524 | 2023-11-07T21:38:43.968Z | Compiling toml_datetime v0.6.5 |
1525 | 2023-11-07T21:38:44.781Z | Compiling serde_spanned v0.6.4 |
1526 | 2023-11-07T21:38:45.135Z | Compiling toml_edit v0.19.15 |
1527 | 2023-11-07T21:38:46.220Z | Compiling rustc_version v0.4.0 |
1528 | 2023-11-07T21:38:47.251Z | Compiling http v0.2.9 |
1529 | 2023-11-07T21:38:49.007Z | Compiling heapless v0.7.16 |
1530 | 2023-11-07T21:38:51.144Z | Compiling regex v1.10.2 |
1531 | 2023-11-07T21:38:56.463Z | Compiling tokio-util v0.7.10 |
1532 | 2023-11-07T21:38:57.143Z | Compiling thread-id v4.2.0 |
1533 | 2023-11-07T21:38:57.308Z | Compiling errno v0.3.2 |
1534 | 2023-11-07T21:38:57.661Z | Compiling num-bigint v0.4.4 |
1535 | 2023-11-07T21:38:58.191Z | Compiling percent-encoding v2.3.0 |
1536 | 2023-11-07T21:38:58.346Z | Compiling untrusted v0.7.1 |
1537 | 2023-11-07T21:38:58.660Z | Compiling hashbrown v0.12.3 |
1538 | 2023-11-07T21:38:58.801Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1539 | 2023-11-07T21:38:58.875Z | Compiling radium v0.7.0 |
1540 | 2023-11-07T21:38:59.486Z | Compiling foreign-types-shared v0.1.1 |
1541 | 2023-11-07T21:38:59.652Z | Compiling untrusted v0.9.0 |
1542 | 2023-11-07T21:38:59.816Z | Compiling openssl-probe v0.1.5 |
1543 | 2023-11-07T21:38:59.938Z | Compiling smoltcp v0.9.1 |
1544 | 2023-11-07T21:39:00.271Z | Compiling foreign-types v0.3.2 |
1545 | 2023-11-07T21:39:03.301Z | Compiling strum_macros v0.25.2 |
1546 | 2023-11-07T21:39:04.396Z | Compiling serde_tokenstream v0.1.7 |
1547 | 2023-11-07T21:39:05.631Z | Compiling lazy_static v1.4.0 |
1548 | 2023-11-07T21:39:06.123Z | Compiling socket2 v0.4.9 |
1549 | 2023-11-07T21:39:06.242Z | Compiling siphasher v0.3.11 |
1550 | 2023-11-07T21:39:07.134Z | Compiling adler v1.0.2 |
1551 | 2023-11-07T21:39:07.263Z | Compiling unicode-width v0.1.11 |
1552 | 2023-11-07T21:39:08.236Z | Compiling try-lock v0.2.4 |
1553 | 2023-11-07T21:39:08.247Z | Compiling unicode-segmentation v1.10.1 |
1554 | 2023-11-07T21:39:08.265Z | Compiling want v0.3.1 |
1555 | 2023-11-07T21:39:08.522Z | Compiling miniz_oxide v0.7.1 |
1556 | 2023-11-07T21:39:10.761Z | Compiling sct v0.7.0 |
1557 | 2023-11-07T21:39:10.779Z | Compiling h2 v0.3.21 |
1558 | 2023-11-07T21:39:11.237Z | Compiling form_urlencoded v1.2.0 |
1559 | 2023-11-07T21:39:11.478Z | Compiling http-body v0.4.5 |
1560 | 2023-11-07T21:39:11.766Z | Compiling hubpack_derive v0.1.1 |
1561 | 2023-11-07T21:39:13.059Z | Compiling num-iter v0.1.43 |
1562 | 2023-11-07T21:39:14.215Z | Compiling cpufeatures v0.2.9 |
1563 | 2023-11-07T21:39:14.616Z | Compiling anstyle v1.0.2 |
1564 | 2023-11-07T21:39:14.830Z | Compiling utf8parse v0.2.1 |
1565 | 2023-11-07T21:39:14.861Z | Compiling tower-service v0.3.2 |
1566 | 2023-11-07T21:39:15.053Z | Compiling httpdate v1.0.3 |
1567 | 2023-11-07T21:39:15.075Z | Compiling anstyle-parse v0.2.1 |
1568 | 2023-11-07T21:39:15.598Z | Compiling sha2 v0.10.8 |
1569 | 2023-11-07T21:39:18.827Z | Compiling usdt-attr-macro v0.3.5 |
1570 | 2023-11-07T21:39:18.939Z | Compiling usdt-macro v0.3.5 |
1571 | 2023-11-07T21:39:21.709Z | Compiling openapiv3 v1.0.3 |
1572 | 2023-11-07T21:39:21.734Z | Compiling rustls-pemfile v1.0.3 |
1573 | 2023-11-07T21:39:21.833Z | Compiling md-5 v0.10.5 |
1574 | 2023-11-07T21:39:22.206Z | Compiling hmac v0.12.1 |
1575 | 2023-11-07T21:39:22.627Z | Compiling stringprep v0.1.3 |
1576 | 2023-11-07T21:39:22.649Z | Compiling idna v0.4.0 |
1577 | 2023-11-07T21:39:23.327Z | Compiling hyper v0.14.27 |
1578 | 2023-11-07T21:39:23.332Z | Compiling diesel_table_macro_syntax v0.1.0 |
1579 | 2023-11-07T21:39:23.955Z | Compiling hash32 v0.2.1 |
1580 | 2023-11-07T21:39:24.132Z | Compiling fallible-iterator v0.2.0 |
1581 | 2023-11-07T21:39:24.511Z | Compiling either v1.9.0 |
1582 | 2023-11-07T21:39:25.356Z | Compiling gimli v0.28.0 |
1583 | 2023-11-07T21:39:26.296Z | Compiling colorchoice v1.0.0 |
1584 | 2023-11-07T21:39:26.530Z | Compiling anstyle-query v1.0.0 |
1585 | 2023-11-07T21:39:26.730Z | Compiling stable_deref_trait v1.2.0 |
1586 | 2023-11-07T21:39:28.267Z | Compiling anstream v0.5.0 |
1587 | 2023-11-07T21:39:28.945Z | Compiling postgres-protocol v0.6.6 |
1588 | 2023-11-07T21:39:29.278Z | Compiling url v2.4.1 |
1589 | 2023-11-07T21:39:29.508Z | Compiling diesel_derives v2.1.1 |
1590 | 2023-11-07T21:39:32.631Z | Compiling addr2line v0.21.0 |
1591 | 2023-11-07T21:39:33.677Z | Compiling rustls-native-certs v0.6.3 |
1592 | 2023-11-07T21:39:34.948Z | Compiling tokio-native-tls v0.3.1 |
1593 | 2023-11-07T21:39:35.379Z | Compiling terminal_size v0.2.6 |
1594 | 2023-11-07T21:39:36.387Z | Compiling phf_shared v0.11.2 |
1595 | 2023-11-07T21:39:38.056Z | Compiling serde_tokenstream v0.2.0 |
1596 | 2023-11-07T21:39:38.533Z | Compiling block-padding v0.3.3 |
1597 | 2023-11-07T21:39:38.841Z | Compiling enum-as-inner v0.5.1 |
1598 | 2023-11-07T21:39:38.880Z | Compiling clap_derive v4.4.2 |
1599 | 2023-11-07T21:39:38.905Z | Compiling serde_repr v0.1.16 |
1600 | 2023-11-07T21:39:39.957Z | Compiling scheduled-thread-pool v0.2.7 |
1601 | 2023-11-07T21:39:40.334Z | Compiling object v0.32.1 |
1602 | 2023-11-07T21:39:40.757Z | Compiling managed v0.8.0 |
1603 | 2023-11-07T21:39:41.627Z | Compiling clap_lex v0.5.1 |
1604 | 2023-11-07T21:39:42.350Z | Compiling tap v1.0.1 |
1605 | 2023-11-07T21:39:42.789Z | Compiling bit-vec v0.6.3 |
1606 | 2023-11-07T21:39:43.470Z | Compiling matches v0.1.10 |
1607 | 2023-11-07T21:39:43.608Z | Compiling regex-automata v0.1.10 |
1608 | 2023-11-07T21:39:44.434Z | Compiling rustc-demangle v0.1.23 |
1609 | 2023-11-07T21:39:46.796Z | Compiling deranged v0.3.8 |
1610 | 2023-11-07T21:39:48.858Z | Compiling num_threads v0.1.6 |
1611 | 2023-11-07T21:39:49.054Z | Compiling ipnet v2.8.0 |
1612 | 2023-11-07T21:39:53.964Z | Compiling time v0.3.27 |
1613 | 2023-11-07T21:39:55.510Z | Compiling bstr v0.2.17 |
1614 | 2023-11-07T21:39:56.302Z | Compiling idna v0.2.3 |
1615 | 2023-11-07T21:39:57.098Z | Compiling wyz v0.5.1 |
1616 | 2023-11-07T21:39:57.168Z | Compiling clap_builder v4.4.2 |
1617 | 2023-11-07T21:39:57.814Z | Compiling r2d2 v0.8.10 |
1618 | 2023-11-07T21:39:58.839Z | Compiling inout v0.1.3 |
1619 | 2023-11-07T21:40:00.862Z | Compiling phf v0.11.2 |
1620 | 2023-11-07T21:40:01.341Z | Compiling hyper-tls v0.5.0 |
1621 | 2023-11-07T21:40:01.873Z | Compiling flate2 v1.0.28 |
1622 | 2023-11-07T21:40:02.269Z | Compiling postgres-types v0.2.6 |
1623 | 2023-11-07T21:40:03.416Z | Compiling itertools v0.11.0 |
1624 | 2023-11-07T21:40:03.723Z | Compiling hubpack v0.1.2 |
1625 | 2023-11-07T21:40:04.438Z | Compiling serde_urlencoded v0.7.1 |
1626 | 2023-11-07T21:40:04.648Z | Compiling phf_shared v0.10.0 |
1627 | 2023-11-07T21:40:05.176Z | Compiling ipnetwork v0.20.0 |
1628 | 2023-11-07T21:40:05.754Z | Compiling zerocopy v0.6.4 |
1629 | 2023-11-07T21:40:06.448Z | Compiling futures-executor v0.3.29 |
1630 | 2023-11-07T21:40:07.180Z | Compiling regress v0.7.1 |
1631 | 2023-11-07T21:40:07.478Z | Compiling float-cmp v0.9.0 |
1632 | 2023-11-07T21:40:07.585Z | Compiling encoding_rs v0.8.33 |
1633 | 2023-11-07T21:40:08.281Z | Compiling regex-automata v0.3.8 |
1634 | 2023-11-07T21:40:11.199Z | Compiling data-encoding v2.4.0 |
1635 | 2023-11-07T21:40:11.889Z | Compiling mime v0.3.17 |
1636 | 2023-11-07T21:40:12.237Z | Compiling predicates-core v1.0.6 |
1637 | 2023-11-07T21:40:12.716Z | Compiling difflib v0.4.0 |
1638 | 2023-11-07T21:40:14.206Z | Compiling whoami v1.4.1 |
1639 | 2023-11-07T21:40:14.286Z | Compiling funty v2.0.0 |
1640 | 2023-11-07T21:40:15.222Z | Compiling normalize-line-endings v0.3.0 |
1641 | 2023-11-07T21:40:15.585Z | Compiling webpki-roots v0.25.2 |
1642 | 2023-11-07T21:40:15.859Z | Compiling new_debug_unreachable v1.0.4 |
1643 | 2023-11-07T21:40:15.996Z | Compiling static_assertions v1.1.0 |
1644 | 2023-11-07T21:40:16.157Z | Compiling fixedbitset v0.4.2 |
1645 | 2023-11-07T21:40:16.827Z | Compiling precomputed-hash v0.1.1 |
1646 | 2023-11-07T21:40:16.995Z | Compiling string_cache v0.8.7 |
1647 | 2023-11-07T21:40:17.230Z | Compiling petgraph v0.6.4 |
1648 | 2023-11-07T21:40:17.453Z | Compiling bitvec v1.0.1 |
1649 | 2023-11-07T21:40:17.679Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1650 | 2023-11-07T21:40:24.175Z | Compiling predicates v3.0.4 |
1651 | 2023-11-07T21:40:25.144Z | Compiling tokio-postgres v0.7.10 |
1652 | 2023-11-07T21:40:26.693Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1653 | 2023-11-07T21:40:27.494Z | Compiling trust-dns-proto v0.22.0 |
1654 | 2023-11-07T21:40:29.430Z | Compiling bstr v1.6.0 |
1655 | 2023-11-07T21:40:36.874Z | Compiling futures v0.3.29 |
1656 | 2023-11-07T21:40:37.661Z | Compiling diesel v2.1.3 |
1657 | 2023-11-07T21:40:38.586Z | Compiling yasna v0.5.2 |
1658 | 2023-11-07T21:40:40.707Z | Compiling clap v4.4.3 |
1659 | 2023-11-07T21:40:40.880Z | Compiling cipher v0.4.4 |
1660 | 2023-11-07T21:40:41.391Z | Compiling similar v2.2.1 |
1661 | 2023-11-07T21:40:42.114Z | Compiling bit-set v0.5.3 |
1662 | 2023-11-07T21:40:42.611Z | Compiling itertools v0.10.5 |
1663 | 2023-11-07T21:40:42.750Z | Compiling usdt v0.3.5 |
1664 | 2023-11-07T21:40:43.838Z | Compiling console v0.15.7 |
1665 | 2023-11-07T21:40:43.865Z | Compiling tokio-stream v0.1.14 |
1666 | 2023-11-07T21:40:44.946Z | Compiling toml v0.7.8 |
1667 | 2023-11-07T21:40:45.163Z | Compiling hex v0.4.3 |
1668 | 2023-11-07T21:40:45.489Z | Compiling signature v2.1.0 |
1669 | 2023-11-07T21:40:46.185Z | Compiling lalrpop-util v0.19.12 |
1670 | 2023-11-07T21:40:48.015Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1671 | 2023-11-07T21:40:52.874Z | Compiling ident_case v1.0.1 |
1672 | 2023-11-07T21:40:53.192Z | Compiling darling_core v0.20.3 |
1673 | 2023-11-07T21:41:11.766Z | Compiling atty v0.2.14 |
1674 | 2023-11-07T21:41:11.996Z | Compiling proc-macro-error-attr v1.0.4 |
1675 | 2023-11-07T21:41:21.096Z | Compiling darling_macro v0.20.3 |
1676 | 2023-11-07T21:41:33.865Z | Compiling proc-macro-crate v1.3.1 |
1677 | 2023-11-07T21:41:37.261Z | Compiling dirs-sys-next v0.1.2 |
1678 | 2023-11-07T21:41:38.786Z | Compiling proc-macro-error v1.0.4 |
1679 | 2023-11-07T21:41:46.904Z | Compiling dirs-next v2.0.0 |
1680 | 2023-11-07T21:41:48.619Z | Compiling num_enum_derive v0.5.11 |
1681 | 2023-11-07T21:41:53.796Z | Compiling darling v0.20.3 |
1682 | 2023-11-07T21:41:59.038Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1683 | 2023-11-07T21:42:05.743Z | Compiling getopts v0.2.21 |
1684 | 2023-11-07T21:42:06.915Z | Compiling structmeta-derive v0.1.6 |
1685 | 2023-11-07T21:42:07.588Z | Compiling thread_local v1.1.7 |
1686 | 2023-11-07T21:42:07.670Z | Compiling multer v2.1.0 |
1687 | 2023-11-07T21:42:08.896Z | Compiling match_cfg v0.1.0 |
1688 | 2023-11-07T21:42:09.045Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1689 | 2023-11-07T21:42:11.530Z | Compiling camino v1.1.6 |
1690 | 2023-11-07T21:42:12.583Z | Compiling paste v1.0.14 |
1691 | 2023-11-07T21:42:13.428Z | Compiling slog-async v2.8.0 |
1692 | 2023-11-07T21:42:14.094Z | Compiling unsafe-libyaml v0.2.9 |
1693 | 2023-11-07T21:42:17.152Z | Compiling serde_yaml v0.9.25 |
1694 | 2023-11-07T21:42:35.751Z | Compiling structmeta v0.1.6 |
1695 | 2023-11-07T21:42:36.444Z | Compiling hostname v0.3.1 |
1696 | 2023-11-07T21:42:36.921Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1697 | 2023-11-07T21:42:38.632Z | Compiling serde_with_macros v2.3.3 |
1698 | 2023-11-07T21:42:42.472Z | Compiling num_enum v0.5.11 |
1699 | 2023-11-07T21:42:43.767Z | Compiling term v0.7.0 |
1700 | 2023-11-07T21:42:45.100Z | Compiling slog-json v2.6.1 |
1701 | 2023-11-07T21:42:45.483Z | Compiling crossbeam-channel v0.5.8 |
1702 | 2023-11-07T21:42:48.140Z | Compiling strum v0.25.0 |
1703 | 2023-11-07T21:42:48.920Z | Compiling async-stream-impl v0.3.5 |
1704 | 2023-11-07T21:42:49.476Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1705 | 2023-11-07T21:42:49.628Z | Compiling regex-syntax v0.6.29 |
1706 | 2023-11-07T21:42:49.895Z | Compiling atomic-waker v1.1.1 |
1707 | 2023-11-07T21:42:50.193Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1708 | 2023-11-07T21:42:50.237Z | Compiling take_mut v0.2.2 |
1709 | 2023-11-07T21:42:50.503Z | Compiling postcard-cobs v0.1.5-pre |
1710 | 2023-11-07T21:42:50.841Z | Compiling async-stream v0.3.5 |
1711 | 2023-11-07T21:42:51.137Z | Compiling postcard v0.7.3 |
1712 | 2023-11-07T21:42:51.265Z | Compiling waitgroup v0.1.2 |
1713 | 2023-11-07T21:42:51.553Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1714 | 2023-11-07T21:42:52.093Z | Compiling slog-bunyan v2.4.0 |
1715 | 2023-11-07T21:42:52.486Z | Compiling slog-term v2.9.0 |
1716 | 2023-11-07T21:42:53.564Z | Compiling serde_with v2.3.3 |
1717 | 2023-11-07T21:42:59.215Z | Compiling parse-display-derive v0.7.0 |
1718 | 2023-11-07T21:43:01.180Z | Compiling toml_edit v0.20.7 |
1719 | 2023-11-07T21:43:01.814Z | Compiling sha1 v0.10.5 |
1720 | 2023-11-07T21:43:01.848Z | Compiling smoltcp v0.8.2 |
1721 | 2023-11-07T21:43:03.784Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1722 | 2023-11-07T21:43:05.397Z | Compiling serde_path_to_error v0.1.14 |
1723 | 2023-11-07T21:43:06.677Z | Compiling foreign-types-macros v0.2.3 |
1724 | 2023-11-07T21:43:07.136Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1725 | 2023-11-07T21:43:07.577Z | Compiling instant v0.1.12 |
1726 | 2023-11-07T21:43:07.812Z | Compiling debug-ignore v1.0.5 |
1727 | 2023-11-07T21:43:08.063Z | Compiling cfg-if v0.1.10 |
1728 | 2023-11-07T21:43:08.208Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1729 | 2023-11-07T21:43:08.688Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1730 | 2023-11-07T21:43:09.159Z | Compiling foreign-types-shared v0.3.1 |
1731 | 2023-11-07T21:43:09.443Z | Compiling foreign-types v0.5.0 |
1732 | 2023-11-07T21:43:09.456Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1733 | 2023-11-07T21:43:09.489Z | Compiling backoff v0.4.0 |
1734 | 2023-11-07T21:43:09.780Z | Compiling toml v0.8.6 |
1735 | 2023-11-07T21:43:13.288Z | Compiling bzip2 v0.4.4 |
1736 | 2023-11-07T21:43:13.683Z | Compiling zip v0.6.6 |
1737 | 2023-11-07T21:43:15.960Z | Compiling parse-display v0.7.0 |
1738 | 2023-11-07T21:43:16.426Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1739 | 2023-11-07T21:43:36.854Z | Compiling is-terminal v0.4.9 |
1740 | 2023-11-07T21:43:37.244Z | Compiling macaddr v1.0.1 |
1741 | 2023-11-07T21:43:37.846Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1742 | 2023-11-07T21:43:38.085Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1743 | 2023-11-07T21:43:38.127Z | Compiling cstr-argument v0.1.2 |
1744 | 2023-11-07T21:43:38.170Z | Compiling pretty-hex v0.2.1 |
1745 | 2023-11-07T21:43:38.608Z | Compiling crucible-workspace-hack v0.1.0 |
1746 | 2023-11-07T21:43:38.647Z | Compiling base64ct v1.6.0 |
1747 | 2023-11-07T21:43:38.680Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1748 | 2023-11-07T21:43:38.702Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1749 | 2023-11-07T21:43:38.716Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1750 | 2023-11-07T21:43:38.721Z | Compiling password-hash v0.5.0 |
1751 | 2023-11-07T21:43:38.726Z | Compiling colored v2.0.4 |
1752 | 2023-11-07T21:43:38.735Z | Compiling textwrap v0.11.0 |
1753 | 2023-11-07T21:43:38.748Z | Compiling heck v0.3.3 |
1754 | 2023-11-07T21:43:38.753Z | Compiling blake2 v0.10.6 |
1755 | 2023-11-07T21:43:38.770Z | Compiling strsim v0.8.0 |
1756 | 2023-11-07T21:43:38.784Z | Compiling rayon-core v1.12.0 |
1757 | 2023-11-07T21:43:38.801Z | Compiling libefi-sys v0.1.0 |
1758 | 2023-11-07T21:43:38.843Z | Compiling vec_map v0.8.2 |
1759 | 2023-11-07T21:43:38.851Z | Compiling ansi_term v0.12.1 |
1760 | 2023-11-07T21:43:38.860Z | Compiling argon2 v0.5.2 |
1761 | 2023-11-07T21:43:38.865Z | Compiling structopt-derive v0.4.18 |
1762 | 2023-11-07T21:43:38.880Z | Compiling clap v2.34.0 |
1763 | 2023-11-07T21:43:38.888Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1764 | 2023-11-07T21:43:38.930Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1765 | 2023-11-07T21:43:38.949Z | Compiling zone_cfg_derive v0.2.0 |
1766 | 2023-11-07T21:43:38.959Z | Compiling crossbeam-deque v0.8.3 |
1767 | 2023-11-07T21:43:39.004Z | Compiling num-derive v0.4.0 |
1768 | 2023-11-07T21:43:39.018Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1769 | 2023-11-07T21:43:39.043Z | Compiling portable-atomic v1.4.3 |
1770 | 2023-11-07T21:43:39.098Z | Compiling keccak v0.1.4 |
1771 | 2023-11-07T21:43:39.161Z | Compiling sha3 v0.10.8 |
1772 | 2023-11-07T21:43:39.580Z | Compiling zone v0.2.0 |
1773 | 2023-11-07T21:43:39.589Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1774 | 2023-11-07T21:43:39.593Z | Compiling structopt v0.3.26 |
1775 | 2023-11-07T21:43:39.597Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1776 | 2023-11-07T21:43:39.609Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1777 | 2023-11-07T21:43:39.614Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1778 | 2023-11-07T21:43:39.618Z | Compiling hkdf v0.12.3 |
1779 | 2023-11-07T21:43:39.929Z | Compiling smf v0.2.2 |
1780 | 2023-11-07T21:43:40.032Z | Compiling secrecy v0.8.0 |
1781 | 2023-11-07T21:43:40.234Z | Compiling filetime v0.2.22 |
1782 | 2023-11-07T21:43:40.859Z | Compiling xattr v1.0.1 |
1783 | 2023-11-07T21:43:40.891Z | Compiling same-file v1.0.6 |
1784 | 2023-11-07T21:43:40.918Z | Compiling fastrand v2.0.0 |
1785 | 2023-11-07T21:43:41.123Z | Compiling walkdir v2.4.0 |
1786 | 2023-11-07T21:43:41.223Z | Compiling tar v0.4.40 |
1787 | 2023-11-07T21:43:42.120Z | Compiling tempfile v3.8.0 |
1788 | 2023-11-07T21:43:44.103Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1789 | 2023-11-07T21:43:44.726Z | Compiling rayon v1.8.0 |
1790 | 2023-11-07T21:43:45.399Z | Compiling number_prefix v0.4.0 |
1791 | 2023-11-07T21:43:45.573Z | Compiling topological-sort v0.2.2 |
1792 | 2023-11-07T21:43:52.810Z | Compiling indicatif v0.17.7 |
1793 | 2023-11-07T21:44:01.285Z | Compiling rustls-webpki v0.101.7 |
1794 | 2023-11-07T21:44:07.605Z | Compiling tokio-rustls v0.24.1 |
1795 | 2023-11-07T21:44:08.062Z | Compiling hyper-rustls v0.24.2 |
1796 | 2023-11-07T21:44:08.866Z | Compiling reqwest v0.11.20 |
1797 | 2023-11-07T21:44:12.533Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1798 | 2023-11-07T21:44:12.537Z | Compiling omicron-zone-package v0.8.3 |
1799 | 2023-11-07T21:44:14.909Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1800 | 2023-11-07T21:44:27.328Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1801 | 2023-11-07T21:44:28.111Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1802 | 2023-11-07T21:44:29.150Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1803 | 2023-11-07T21:44:32.390Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1804 | 2023-11-07T21:44:43.544Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1805 | 2023-11-07T21:44:43.547Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1806 | 2023-11-07T21:44:43.550Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1807 | 2023-11-07T21:44:57.656Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1808 | 2023-11-07T21:44:59.066Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1809 | 2023-11-07T21:45:35.286Z | Finished release [optimized] target(s) in 8m 20s |
1810 | 2023-11-07T21:45:35.549Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1811 | 2023-11-07T21:45:35.636Z | Created new build target 'test' and set it as active |
1812 | 2023-11-07T21:45:35.639Z | |
1813 | 2023-11-07T21:45:35.642Z | real 8:20.461576920 |
1814 | 2023-11-07T21:45:35.645Z | user 53:02.375728489 |
1815 | 2023-11-07T21:45:35.648Z | sys 4:47.226576004 |
1816 | 2023-11-07T21:45:35.651Z | trap 2.019934971 |
1817 | 2023-11-07T21:45:35.653Z | tflt 4.089933834 |
1818 | 2023-11-07T21:45:35.656Z | dflt 5.723810209 |
1819 | 2023-11-07T21:45:35.659Z | kflt 0.038348033 |
1820 | 2023-11-07T21:45:35.662Z | lock 1:47:25.065294743 |
1821 | 2023-11-07T21:45:35.665Z | slp 3:17:55.680897962 |
1822 | 2023-11-07T21:45:35.667Z | lat 2:15.823062499 |
1823 | 2023-11-07T21:45:35.670Z | stop 4:36.634832169 |
1824 | 2023-11-07T21:45:35.673Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1825 | 2023-11-07T21:45:36.807Z | Finished release [optimized] target(s) in 1.08s |
1826 | 2023-11-07T21:45:36.837Z | Running `target/release/omicron-package -t test package` |
1827 | 2023-11-07T21:45:36.876Z | Nov 07 21:45:36.881 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1828 | 2023-11-07T21:45:47.220Z | Compiling serde_json v1.0.108 |
1829 | 2023-11-07T21:45:47.528Z | Compiling linked-hash-map v0.5.6 |
1830 | 2023-11-07T21:45:47.587Z | Compiling slog-dtrace v0.2.3 |
1831 | 2023-11-07T21:45:47.600Z | Compiling quick-error v1.2.3 |
1832 | 2023-11-07T21:45:47.655Z | Compiling same-file v1.0.6 |
1833 | 2023-11-07T21:45:47.693Z | Compiling semver-parser v0.10.2 |
1834 | 2023-11-07T21:45:47.726Z | Compiling termcolor v1.2.0 |
1835 | 2023-11-07T21:45:47.764Z | Compiling fastrand v2.0.0 |
1836 | 2023-11-07T21:45:47.819Z | Compiling resolv-conf v0.7.0 |
1837 | 2023-11-07T21:45:47.831Z | Compiling walkdir v2.4.0 |
1838 | 2023-11-07T21:45:47.855Z | Compiling xattr v1.0.1 |
1839 | 2023-11-07T21:45:47.859Z | Compiling lru-cache v0.1.2 |
1840 | 2023-11-07T21:45:47.867Z | Compiling tempfile v3.8.0 |
1841 | 2023-11-07T21:45:47.884Z | Compiling trust-dns-resolver v0.22.0 |
1842 | 2023-11-07T21:45:47.892Z | Compiling filetime v0.2.22 |
1843 | 2023-11-07T21:45:47.908Z | Compiling semver v0.11.0 |
1844 | 2023-11-07T21:45:47.915Z | Compiling memoffset v0.7.1 |
1845 | 2023-11-07T21:45:47.925Z | Compiling base64 v0.13.1 |
1846 | 2023-11-07T21:45:47.937Z | Compiling home v0.5.5 |
1847 | 2023-11-07T21:45:47.946Z | Compiling toolchain_find v0.2.0 |
1848 | 2023-11-07T21:45:47.963Z | Compiling tar v0.4.40 |
1849 | 2023-11-07T21:45:47.970Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1850 | 2023-11-07T21:45:47.977Z | Compiling toml_edit v0.20.7 |
1851 | 2023-11-07T21:45:47.982Z | Compiling libz-sys v1.1.12 |
1852 | 2023-11-07T21:45:47.991Z | Compiling toml v0.5.11 |
1853 | 2023-11-07T21:45:47.996Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1854 | 2023-11-07T21:45:48.001Z | Compiling schemars v0.8.13 |
1855 | 2023-11-07T21:45:48.011Z | Compiling usdt-impl v0.3.5 |
1856 | 2023-11-07T21:45:48.025Z | Compiling reqwest v0.11.20 |
1857 | 2023-11-07T21:45:48.030Z | Compiling openapiv3 v1.0.3 |
1858 | 2023-11-07T21:45:48.037Z | Compiling ipnetwork v0.20.0 |
1859 | 2023-11-07T21:45:50.337Z | Compiling usdt v0.3.5 |
1860 | 2023-11-07T21:45:51.125Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1861 | 2023-11-07T21:45:53.410Z | Compiling postgres-types v0.2.6 |
1862 | 2023-11-07T21:45:55.386Z | Compiling tokio-postgres v0.7.10 |
1863 | 2023-11-07T21:45:58.275Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1864 | 2023-11-07T21:45:58.476Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1865 | 2023-11-07T21:45:59.300Z | Compiling slog-json v2.6.1 |
1866 | 2023-11-07T21:46:00.351Z | Compiling slog-bunyan v2.4.0 |
1867 | 2023-11-07T21:46:00.530Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1868 | 2023-11-07T21:46:00.558Z | Compiling diesel v2.1.3 |
1869 | 2023-11-07T21:46:02.476Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1870 | 2023-11-07T21:46:08.868Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1871 | 2023-11-07T21:46:09.197Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1872 | 2023-11-07T21:46:13.823Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1873 | 2023-11-07T21:46:18.744Z | Compiling toml v0.8.6 |
1874 | 2023-11-07T21:46:21.107Z | Compiling rustfmt-wrapper v0.2.0 |
1875 | 2023-11-07T21:46:21.440Z | Compiling omicron-zone-package v0.8.3 |
1876 | 2023-11-07T21:46:22.165Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1877 | 2023-11-07T21:46:22.265Z | Compiling cancel-safe-futures v0.1.5 |
1878 | 2023-11-07T21:46:22.581Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1879 | 2023-11-07T21:46:22.762Z | Compiling num-rational v0.4.1 |
1880 | 2023-11-07T21:46:23.183Z | Compiling utf-8 v0.7.6 |
1881 | 2023-11-07T21:46:25.487Z | Compiling pem-rfc7468 v0.7.0 |
1882 | 2023-11-07T21:46:27.226Z | Compiling der_derive v0.7.2 |
1883 | 2023-11-07T21:46:28.478Z | Compiling flagset v0.4.3 |
1884 | 2023-11-07T21:46:29.365Z | Compiling vergen v8.2.4 |
1885 | 2023-11-07T21:46:29.763Z | Compiling fxhash v0.2.1 |
1886 | 2023-11-07T21:46:30.113Z | Compiling num-complex v0.4.4 |
1887 | 2023-11-07T21:46:31.045Z | Compiling der v0.7.8 |
1888 | 2023-11-07T21:46:32.306Z | Compiling unicase v2.7.0 |
1889 | 2023-11-07T21:46:32.736Z | Compiling semver v0.1.20 |
1890 | 2023-11-07T21:46:33.186Z | Compiling num v0.4.1 |
1891 | 2023-11-07T21:46:33.363Z | Compiling rustc_version v0.1.7 |
1892 | 2023-11-07T21:46:33.796Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1893 | 2023-11-07T21:46:34.018Z | Compiling universal-hash v0.5.1 |
1894 | 2023-11-07T21:46:34.343Z | Compiling libsqlite3-sys v0.26.0 |
1895 | 2023-11-07T21:46:35.028Z | Compiling spki v0.7.2 |
1896 | 2023-11-07T21:46:35.432Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1897 | 2023-11-07T21:46:35.910Z | Compiling ciborium-io v0.2.1 |
1898 | 2023-11-07T21:46:36.095Z | Compiling half v1.8.2 |
1899 | 2023-11-07T21:46:36.494Z | Compiling arc-swap v1.6.0 |
1900 | 2023-11-07T21:46:37.780Z | Compiling maybe-uninit v2.0.0 |
1901 | 2023-11-07T21:46:38.093Z | Compiling opaque-debug v0.3.0 |
1902 | 2023-11-07T21:46:38.231Z | Compiling slog-scope v4.4.0 |
1903 | 2023-11-07T21:46:38.588Z | Compiling ciborium-ll v0.2.1 |
1904 | 2023-11-07T21:46:39.460Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1905 | 2023-11-07T21:46:39.823Z | Compiling newtype_derive v0.1.6 |
1906 | 2023-11-07T21:46:40.224Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1907 | 2023-11-07T21:46:44.954Z | Compiling packed_struct v0.10.1 |
1908 | 2023-11-07T21:46:45.533Z | Compiling parking_lot_core v0.8.6 |
1909 | 2023-11-07T21:46:46.110Z | Compiling crc-catalog v2.2.0 |
1910 | 2023-11-07T21:46:46.333Z | Compiling num-bigint-dig v0.8.4 |
1911 | 2023-11-07T21:46:46.729Z | Compiling signal-hook v0.3.17 |
1912 | 2023-11-07T21:46:46.915Z | Compiling crc v3.0.1 |
1913 | 2023-11-07T21:46:48.076Z | Compiling ciborium v0.2.1 |
1914 | 2023-11-07T21:46:49.500Z | Compiling slog-stdlog v4.1.1 |
1915 | 2023-11-07T21:46:50.831Z | Compiling pkcs8 v0.10.2 |
1916 | 2023-11-07T21:46:51.366Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1917 | 2023-11-07T21:46:51.918Z | Compiling hashlink v0.8.3 |
1918 | 2023-11-07T21:46:53.154Z | Compiling aead v0.5.2 |
1919 | 2023-11-07T21:46:53.648Z | Compiling nibble_vec v0.1.0 |
1920 | 2023-11-07T21:46:53.843Z | Compiling packed_struct_codegen v0.10.1 |
1921 | 2023-11-07T21:46:53.977Z | Compiling dirs-sys-next v0.1.2 |
1922 | 2023-11-07T21:46:54.808Z | Compiling fallible-streaming-iterator v0.1.9 |
1923 | 2023-11-07T21:46:55.003Z | Compiling humantime v2.1.0 |
1924 | 2023-11-07T21:46:55.207Z | Compiling endian-type v0.1.2 |
1925 | 2023-11-07T21:46:55.575Z | Compiling doc-comment v0.3.3 |
1926 | 2023-11-07T21:46:56.300Z | Compiling nodrop v0.1.14 |
1927 | 2023-11-07T21:46:56.491Z | Compiling crunchy v0.2.2 |
1928 | 2023-11-07T21:46:56.494Z | Compiling glob v0.3.1 |
1929 | 2023-11-07T21:46:57.134Z | Compiling array-init v0.0.4 |
1930 | 2023-11-07T21:46:57.866Z | Compiling clang-sys v1.6.1 |
1931 | 2023-11-07T21:46:59.097Z | Compiling radix_trie v0.2.1 |
1932 | 2023-11-07T21:46:59.291Z | Compiling rusqlite v0.29.0 |
1933 | 2023-11-07T21:47:00.516Z | Compiling dirs-next v2.0.0 |
1934 | 2023-11-07T21:47:01.194Z | Compiling pkcs1 v0.7.5 |
1935 | 2023-11-07T21:47:01.350Z | Compiling slog-envlogger v2.2.0 |
1936 | 2023-11-07T21:47:05.980Z | Compiling smallvec v0.6.14 |
1937 | 2023-11-07T21:47:07.615Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1938 | 2023-11-07T21:47:07.847Z | Compiling nix v0.26.2 |
1939 | 2023-11-07T21:47:11.108Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1940 | 2023-11-07T21:47:12.112Z | Compiling num_enum_derive v0.7.0 |
1941 | 2023-11-07T21:47:15.025Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1942 | 2023-11-07T21:47:15.184Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1943 | 2023-11-07T21:47:16.276Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1944 | 2023-11-07T21:47:17.265Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1945 | 2023-11-07T21:47:21.425Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1946 | 2023-11-07T21:47:22.790Z | Compiling twox-hash v1.6.3 |
1947 | 2023-11-07T21:47:24.603Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1948 | 2023-11-07T21:47:26.212Z | Compiling prettyplease v0.2.12 |
1949 | 2023-11-07T21:47:26.616Z | Compiling platforms v3.0.2 |
1950 | 2023-11-07T21:47:27.074Z | Compiling tiny-keccak v2.0.2 |
1951 | 2023-11-07T21:47:27.468Z | Compiling bitfield v0.14.0 |
1952 | 2023-11-07T21:47:27.971Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1953 | 2023-11-07T21:47:28.139Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1954 | 2023-11-07T21:47:28.397Z | Compiling num_enum v0.7.0 |
1955 | 2023-11-07T21:47:28.653Z | Compiling rsa v0.9.2 |
1956 | 2023-11-07T21:47:28.742Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1957 | 2023-11-07T21:47:29.666Z | Compiling parking_lot v0.11.2 |
1958 | 2023-11-07T21:47:31.646Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1959 | 2023-11-07T21:47:33.709Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1960 | 2023-11-07T21:47:37.652Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1961 | 2023-11-07T21:47:38.837Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1962 | 2023-11-07T21:47:48.581Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1963 | 2023-11-07T21:47:49.606Z | Compiling serde-hex v0.1.0 |
1964 | 2023-11-07T21:47:58.731Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1965 | 2023-11-07T21:48:08.909Z | Compiling steno v0.4.0 |
1966 | 2023-11-07T21:48:11.814Z | Compiling mime_guess v2.0.4 |
1967 | 2023-11-07T21:48:13.650Z | Compiling term v0.7.0 |
1968 | 2023-11-07T21:48:15.840Z | Compiling trust-dns-client v0.22.0 |
1969 | 2023-11-07T21:48:16.963Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1970 | 2023-11-07T21:48:17.493Z | Compiling polyval v0.6.1 |
1971 | 2023-11-07T21:48:18.319Z | Compiling x509-cert v0.2.4 |
1972 | 2023-11-07T21:48:20.082Z | Compiling tungstenite v0.20.1 |
1973 | 2023-11-07T21:48:22.711Z | Compiling env_logger v0.10.0 |
1974 | 2023-11-07T21:48:29.070Z | Compiling aes v0.8.3 |
1975 | 2023-11-07T21:48:29.725Z | Compiling ctr v0.9.2 |
1976 | 2023-11-07T21:48:30.288Z | Compiling darling_core v0.14.4 |
1977 | 2023-11-07T21:48:33.515Z | Compiling ron v0.8.1 |
1978 | 2023-11-07T21:48:34.526Z | Compiling snafu-derive v0.7.5 |
1979 | 2023-11-07T21:48:39.468Z | Compiling bincode v1.3.3 |
1980 | 2023-11-07T21:48:40.866Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1981 | 2023-11-07T21:48:41.291Z | Compiling crc-any v2.4.3 |
1982 | 2023-11-07T21:48:41.391Z | Compiling minimal-lexical v0.2.1 |
1983 | 2023-11-07T21:48:42.179Z | Compiling convert_case v0.4.0 |
1984 | 2023-11-07T21:48:42.926Z | Compiling erased-serde v0.3.30 |
1985 | 2023-11-07T21:48:42.991Z | Compiling snafu v0.7.5 |
1986 | 2023-11-07T21:48:43.550Z | Compiling derive_more v0.99.17 |
1987 | 2023-11-07T21:48:43.699Z | Compiling nom v7.1.3 |
1988 | 2023-11-07T21:48:44.469Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1989 | 2023-11-07T21:48:45.107Z | Compiling trust-dns-server v0.22.1 |
1990 | 2023-11-07T21:48:50.129Z | Compiling darling_macro v0.14.4 |
1991 | 2023-11-07T21:48:51.600Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1992 | 2023-11-07T21:48:52.356Z | Compiling aes-gcm-siv v0.11.1 |
1993 | 2023-11-07T21:48:52.851Z | Compiling tokio-tungstenite v0.20.1 |
1994 | 2023-11-07T21:48:53.995Z | Compiling ascii-canvas v3.0.0 |
1995 | 2023-11-07T21:48:54.307Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1996 | 2023-11-07T21:48:54.523Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1997 | 2023-11-07T21:48:54.783Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1998 | 2023-11-07T21:48:56.070Z | Compiling sled v0.34.7 |
1999 | 2023-11-07T21:49:04.993Z | Compiling env_logger v0.9.3 |
2000 | 2023-11-07T21:49:12.960Z | Compiling tungstenite v0.18.0 |
2001 | 2023-11-07T21:49:15.828Z | Compiling object v0.30.4 |
2002 | 2023-11-07T21:49:16.364Z | Compiling is-terminal v0.4.9 |
2003 | 2023-11-07T21:49:16.550Z | Compiling ena v0.14.2 |
2004 | 2023-11-07T21:49:17.203Z | Compiling bitstruct_derive v0.1.0 |
2005 | 2023-11-07T21:49:19.206Z | Compiling async-recursion v1.0.5 |
2006 | 2023-11-07T21:49:20.713Z | Compiling derive-where v1.2.5 |
2007 | 2023-11-07T21:49:22.786Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2008 | 2023-11-07T21:49:23.006Z | Compiling libloading v0.7.4 |
2009 | 2023-11-07T21:49:23.336Z | Compiling pretty-hex v0.3.0 |
2010 | 2023-11-07T21:49:23.575Z | Compiling ascii v1.1.0 |
2011 | 2023-11-07T21:49:23.692Z | Compiling ringbuffer v0.15.0 |
2012 | 2023-11-07T21:49:24.746Z | Compiling diff v0.1.13 |
2013 | 2023-11-07T21:49:24.944Z | Compiling linear-map v1.2.0 |
2014 | 2023-11-07T21:49:25.563Z | Compiling bindgen v0.65.1 |
2015 | 2023-11-07T21:49:25.662Z | Compiling path-slash v0.1.5 |
2016 | 2023-11-07T21:49:25.989Z | Compiling lalrpop v0.19.12 |
2017 | 2023-11-07T21:49:26.208Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2018 | 2023-11-07T21:49:26.288Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2019 | 2023-11-07T21:49:27.646Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2020 | 2023-11-07T21:49:30.707Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2021 | 2023-11-07T21:49:42.315Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2022 | 2023-11-07T21:49:42.707Z | Compiling bitstruct v0.1.1 |
2023 | 2023-11-07T21:49:42.884Z | Compiling tokio-tungstenite v0.18.0 |
2024 | 2023-11-07T21:49:43.803Z | Compiling curve25519-dalek v4.1.0 |
2025 | 2023-11-07T21:49:47.422Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2026 | 2023-11-07T21:49:51.072Z | Compiling darling v0.14.4 |
2027 | 2023-11-07T21:49:51.235Z | Compiling cexpr v0.6.0 |
2028 | 2023-11-07T21:49:58.511Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2029 | 2023-11-07T21:49:59.298Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2030 | 2023-11-07T21:49:59.656Z | Compiling which v4.4.0 |
2031 | 2023-11-07T21:50:00.513Z | Compiling ff v0.13.0 |
2032 | 2023-11-07T21:50:00.902Z | Compiling path-dedot v3.1.0 |
2033 | 2023-11-07T21:50:01.115Z | Compiling serde_arrays v0.1.0 |
2034 | 2023-11-07T21:50:01.255Z | Compiling shlex v1.1.0 |
2035 | 2023-11-07T21:50:01.349Z | Compiling lazycell v1.3.0 |
2036 | 2023-11-07T21:50:01.390Z | Compiling rustc-hash v1.1.0 |
2037 | 2023-11-07T21:50:01.586Z | Compiling peeking_take_while v0.1.2 |
2038 | 2023-11-07T21:50:01.606Z | Compiling display-error-chain v0.2.0 |
2039 | 2023-11-07T21:50:01.647Z | Compiling path-absolutize v3.1.0 |
2040 | 2023-11-07T21:50:01.885Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2041 | 2023-11-07T21:50:01.955Z | Compiling group v0.13.0 |
2042 | 2023-11-07T21:50:02.232Z | Compiling derive_builder_core v0.12.0 |
2043 | 2023-11-07T21:50:03.744Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2044 | 2023-11-07T21:50:06.078Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2045 | 2023-11-07T21:50:07.575Z | Compiling olpc-cjson v0.1.3 |
2046 | 2023-11-07T21:50:08.505Z | Compiling pem v1.1.1 |
2047 | 2023-11-07T21:50:10.967Z | Compiling camino-tempfile v1.0.2 |
2048 | 2023-11-07T21:50:12.272Z | Compiling globset v0.4.13 |
2049 | 2023-11-07T21:50:13.794Z | Compiling crypto-bigint v0.5.2 |
2050 | 2023-11-07T21:50:15.732Z | Compiling serde_plain v1.0.2 |
2051 | 2023-11-07T21:50:16.315Z | Compiling polar-core v0.27.0 |
2052 | 2023-11-07T21:50:16.561Z | Compiling curve25519-dalek-derive v0.1.0 |
2053 | 2023-11-07T21:50:18.504Z | Compiling libxml v0.3.3 |
2054 | 2023-11-07T21:50:18.809Z | Compiling thiserror-impl-no-std v2.0.2 |
2055 | 2023-11-07T21:50:18.997Z | Compiling base16ct v0.2.0 |
2056 | 2023-11-07T21:50:19.641Z | Compiling buf-list v1.0.3 |
2057 | 2023-11-07T21:50:20.389Z | Compiling ref-cast v1.0.20 |
2058 | 2023-11-07T21:50:20.589Z | Compiling elliptic-curve v0.13.5 |
2059 | 2023-11-07T21:50:23.472Z | Compiling thiserror-no-std v2.0.2 |
2060 | 2023-11-07T21:50:23.635Z | Compiling tough v0.12.5 |
2061 | 2023-11-07T21:50:25.296Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2062 | 2023-11-07T21:50:27.477Z | Compiling derive_builder_macro v0.12.0 |
2063 | 2023-11-07T21:50:27.619Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2064 | 2023-11-07T21:50:28.731Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2065 | 2023-11-07T21:50:34.166Z | Compiling poly1305 v0.8.0 |
2066 | 2023-11-07T21:50:36.843Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2067 | 2023-11-07T21:50:36.881Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2068 | 2023-11-07T21:50:37.239Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2069 | 2023-11-07T21:50:37.278Z | Compiling chacha20 v0.9.1 |
2070 | 2023-11-07T21:50:37.754Z | Compiling strum_macros v0.24.3 |
2071 | 2023-11-07T21:50:38.001Z | Compiling const_format_proc_macros v0.2.31 |
2072 | 2023-11-07T21:50:41.326Z | Compiling bcs v0.1.6 |
2073 | 2023-11-07T21:50:42.836Z | Compiling ref-cast-impl v1.0.20 |
2074 | 2023-11-07T21:50:43.085Z | Compiling cookie v0.16.2 |
2075 | 2023-11-07T21:50:43.332Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2076 | 2023-11-07T21:50:43.493Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2077 | 2023-11-07T21:50:43.736Z | Compiling highway v1.1.0 |
2078 | 2023-11-07T21:50:43.748Z | Compiling signature v1.6.4 |
2079 | 2023-11-07T21:50:43.922Z | Compiling salty v0.2.0 |
2080 | 2023-11-07T21:50:43.985Z | Compiling indoc v1.0.9 |
2081 | 2023-11-07T21:50:44.533Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2082 | 2023-11-07T21:50:44.943Z | Compiling ed25519 v1.5.3 |
2083 | 2023-11-07T21:50:45.604Z | Compiling const_format v0.2.31 |
2084 | 2023-11-07T21:50:46.103Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2085 | 2023-11-07T21:50:47.459Z | Compiling chacha20poly1305 v0.10.1 |
2086 | 2023-11-07T21:50:47.847Z | Compiling derive_builder v0.12.0 |
2087 | 2023-11-07T21:50:49.314Z | Compiling vsss-rs v3.3.1 |
2088 | 2023-11-07T21:50:59.204Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2089 | 2023-11-07T21:50:59.354Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2090 | 2023-11-07T21:51:05.618Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2091 | 2023-11-07T21:51:09.713Z | Compiling signal-hook-mio v0.2.3 |
2092 | 2023-11-07T21:51:09.893Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2093 | 2023-11-07T21:51:10.506Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2094 | 2023-11-07T21:51:14.938Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2095 | 2023-11-07T21:51:15.292Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2096 | 2023-11-07T21:51:15.880Z | Compiling ron v0.7.1 |
2097 | 2023-11-07T21:51:37.449Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2098 | 2023-11-07T21:51:37.626Z | Compiling headers-core v0.2.0 |
2099 | 2023-11-07T21:51:37.661Z | Compiling bb8 v0.8.1 |
2100 | 2023-11-07T21:51:37.773Z | Compiling quick-xml v0.23.1 |
2101 | 2023-11-07T21:51:37.832Z | Compiling serde-big-array v0.5.1 |
2102 | 2023-11-07T21:51:37.872Z | Compiling impl-trait-for-tuples v0.2.2 |
2103 | 2023-11-07T21:51:37.920Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2104 | 2023-11-07T21:51:37.951Z | Compiling oso-derive v0.27.0 |
2105 | 2023-11-07T21:51:38.007Z | Compiling maplit v1.0.2 |
2106 | 2023-11-07T21:51:38.014Z | Compiling bit_field v0.10.2 |
2107 | 2023-11-07T21:51:38.027Z | Compiling http-range v0.1.5 |
2108 | 2023-11-07T21:51:38.047Z | Compiling hyper-staticfile v0.9.5 |
2109 | 2023-11-07T21:51:38.050Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2110 | 2023-11-07T21:51:38.421Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2111 | 2023-11-07T21:51:39.498Z | Compiling headers v0.3.9 |
2112 | 2023-11-07T21:51:45.501Z | Compiling oso v0.27.0 |
2113 | 2023-11-07T21:51:46.785Z | Compiling crossterm v0.27.0 |
2114 | 2023-11-07T21:52:03.405Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2115 | 2023-11-07T21:52:07.359Z | Compiling signal-hook-tokio v0.3.1 |
2116 | 2023-11-07T21:52:07.672Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2117 | 2023-11-07T21:52:07.685Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2118 | 2023-11-07T21:52:07.711Z | Compiling serde-big-array v0.4.1 |
2119 | 2023-11-07T21:52:07.994Z | Compiling indoc v2.0.3 |
2120 | 2023-11-07T21:52:08.138Z | Compiling cassowary v0.3.0 |
2121 | 2023-11-07T21:52:09.793Z | Compiling ratatui v0.23.0 |
2122 | 2023-11-07T21:52:13.254Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2123 | 2023-11-07T21:52:15.924Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2124 | 2023-11-07T21:52:18.090Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2125 | 2023-11-07T21:52:22.675Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2126 | 2023-11-07T21:52:23.243Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2127 | 2023-11-07T21:52:25.718Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2128 | 2023-11-07T21:52:29.099Z | Compiling fatfs v0.3.6 |
2129 | 2023-11-07T21:52:29.320Z | Compiling bytesize v1.3.0 |
2130 | 2023-11-07T21:52:30.280Z | Compiling nanorand v0.7.0 |
2131 | 2023-11-07T21:52:31.590Z | Compiling rtoolbox v0.0.1 |
2132 | 2023-11-07T21:52:32.348Z | Compiling smawk v0.3.1 |
2133 | 2023-11-07T21:52:32.702Z | Compiling fs-err v2.9.0 |
2134 | 2023-11-07T21:52:34.100Z | Compiling assert_matches v1.5.0 |
2135 | 2023-11-07T21:52:34.248Z | Compiling corncobs v0.1.3 |
2136 | 2023-11-07T21:52:34.807Z | Compiling unicode-linebreak v0.1.5 |
2137 | 2023-11-07T21:52:34.927Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2138 | 2023-11-07T21:52:35.420Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2139 | 2023-11-07T21:52:35.773Z | Compiling textwrap v0.16.0 |
2140 | 2023-11-07T21:52:36.056Z | Compiling rpassword v7.2.0 |
2141 | 2023-11-07T21:52:36.287Z | Compiling flume v0.11.0 |
2142 | 2023-11-07T21:52:36.702Z | Compiling tui-tree-widget v0.13.0 |
2143 | 2023-11-07T21:52:37.543Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2144 | 2023-11-07T21:52:40.253Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2145 | 2023-11-07T21:52:42.159Z | Compiling shell-words v1.1.0 |
2146 | 2023-11-07T21:52:42.861Z | Compiling owo-colors v3.5.0 |
2147 | 2023-11-07T21:52:48.403Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2148 | 2023-11-07T21:52:54.890Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2149 | 2023-11-07T21:53:53.002Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2150 | 2023-11-07T21:54:12.916Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2151 | 2023-11-07T21:56:10.506Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2152 | 2023-11-07T21:58:03.351Z | Compiling git2 v0.17.2 |
2153 | 2023-11-07T21:58:10.030Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2154 | 2023-11-07T21:58:11.778Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2155 | 2023-11-07T21:58:23.819Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2156 | 2023-11-07T21:58:42.871Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2157 | 2023-11-07T21:58:43.937Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2158 | 2023-11-07T21:58:45.361Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2159 | 2023-11-07T21:59:01.161Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2160 | 2023-11-07T22:07:55.094Z | Finished release [optimized] target(s) in 22m 18s |
2161 | 2023-11-07T22:09:04.801Z | |
2162 | 2023-11-07T22:09:04.805Z | real 23:29.213697568 |
2163 | 2023-11-07T22:09:04.808Z | user 2:47:07.813164533 |
2164 | 2023-11-07T22:09:04.810Z | sys 7:14.729652003 |
2165 | 2023-11-07T22:09:04.815Z | trap 5.415485021 |
2166 | 2023-11-07T22:09:04.818Z | tflt 1.385230016 |
2167 | 2023-11-07T22:09:04.821Z | dflt 4.018562676 |
2168 | 2023-11-07T22:09:04.824Z | kflt 0.085320146 |
2169 | 2023-11-07T22:09:04.828Z | lock 9:12:37.509651139 |
2170 | 2023-11-07T22:09:04.831Z | slp 6:46:15.714671603 |
2171 | 2023-11-07T22:09:04.835Z | lat 2:59.664924727 |
2172 | 2023-11-07T22:09:04.838Z | stop 55.700112440 |
2173 | 2023-11-07T22:09:04.842Z | + 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/*) |
2174 | 2023-11-07T22:09:04.846Z | + pfexec mkdir -p /work |
2175 | 2023-11-07T22:09:04.850Z | + pfexec chown build /work |
2176 | 2023-11-07T22:09:04.857Z | + 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 |
2177 | 2023-11-07T22:09:18.616Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2178 | 2023-11-07T22:09:18.619Z | a out/mg-ddm-gz.tar 61499K |
2179 | 2023-11-07T22:09:18.622Z | a out/omicron-sled-agent.tar 120474K |
2180 | 2023-11-07T22:09:18.625Z | a out/target/test 1K |
2181 | 2023-11-07T22:09:18.628Z | a out/npuzone/npuzone 36506K |
2182 | 2023-11-07T22:09:18.630Z | a package-manifest.toml 22K |
2183 | 2023-11-07T22:09:18.633Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2184 | 2023-11-07T22:09:18.637Z | a target/release/omicron-package 41652K |
2185 | 2023-11-07T22:09:18.640Z | a tools/create_virtual_hardware.sh 3K |
2186 | 2023-11-07T22:09:18.643Z | a tools/virtual_hardware.sh 4K |
2187 | 2023-11-07T22:09:18.646Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2188 | 2023-11-07T22:09:18.648Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2189 | 2023-11-07T22:09:18.651Z | a tools/scrimlet/softnpu-init.sh 3K |
2190 | 2023-11-07T22:09:18.654Z | a tools/scrimlet/softnpu-zone.txt 1K |
2191 | 2023-11-07T22:09:18.660Z | a tools/scrimlet/softnpu.toml 1K |
2192 | 2023-11-07T22:09:18.663Z | |
2193 | 2023-11-07T22:09:18.666Z | real 13.805410757 |
2194 | 2023-11-07T22:09:18.668Z | user 13.201365727 |
2195 | 2023-11-07T22:09:18.671Z | sys 1.078635360 |
2196 | 2023-11-07T22:09:18.674Z | trap 0.003733928 |
2197 | 2023-11-07T22:09:18.677Z | tflt 0.000000000 |
2198 | 2023-11-07T22:09:18.679Z | dflt 0.000000000 |
2199 | 2023-11-07T22:09:18.683Z | kflt 0.000000000 |
2200 | 2023-11-07T22:09:18.686Z | lock 0.000000000 |
2201 | 2023-11-07T22:09:18.689Z | slp 12.907592530 |
2202 | 2023-11-07T22:09:18.691Z | lat 0.415856305 |
2203 | 2023-11-07T22:09:18.694Z | stop 0.000294354 |
2204 | 2023-11-07T22:09:18.697Z | ++ pwd |
2205 | 2023-11-07T22:09:18.701Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2206 | 2023-11-07T22:09:18.706Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2207 | 2023-11-07T22:09:18.709Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2208 | 2023-11-07T22:09:19.811Z | Finished release [optimized] target(s) in 1.10s |
2209 | 2023-11-07T22:09:19.840Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2210 | 2023-11-07T22:09:19.882Z | Created new build target 'host' and set it as active |
2211 | 2023-11-07T22:09:19.885Z | |
2212 | 2023-11-07T22:09:19.888Z | real 1.254111718 |
2213 | 2023-11-07T22:09:19.894Z | user 0.892254835 |
2214 | 2023-11-07T22:09:19.898Z | sys 0.362729860 |
2215 | 2023-11-07T22:09:19.901Z | trap 0.000079515 |
2216 | 2023-11-07T22:09:19.903Z | tflt 0.000007666 |
2217 | 2023-11-07T22:09:19.906Z | dflt 0.000002148 |
2218 | 2023-11-07T22:09:19.909Z | kflt 0.000000000 |
2219 | 2023-11-07T22:09:19.911Z | lock 0.032395319 |
2220 | 2023-11-07T22:09:19.914Z | slp 0.019626636 |
2221 | 2023-11-07T22:09:19.917Z | lat 0.001701968 |
2222 | 2023-11-07T22:09:19.920Z | stop 0.000230697 |
2223 | 2023-11-07T22:09:19.923Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2224 | 2023-11-07T22:09:21.059Z | Finished release [optimized] target(s) in 1.09s |
2225 | 2023-11-07T22:09:21.090Z | Running `target/release/omicron-package -t host package` |
2226 | 2023-11-07T22:09:21.132Z | Nov 07 22:09:21.134 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2227 | 2023-11-07T22:09:22.339Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2228 | 2023-11-07T22:13:11.093Z | Finished release [optimized] target(s) in 3m 49s |
2229 | 2023-11-07T22:14:31.801Z | |
2230 | 2023-11-07T22:14:31.806Z | real 5:11.920237800 |
2231 | 2023-11-07T22:14:31.809Z | user 21:22.774341545 |
2232 | 2023-11-07T22:14:31.812Z | sys 1:20.309748699 |
2233 | 2023-11-07T22:14:31.815Z | trap 0.545973693 |
2234 | 2023-11-07T22:14:31.817Z | tflt 0.069545930 |
2235 | 2023-11-07T22:14:31.820Z | dflt 1.866212819 |
2236 | 2023-11-07T22:14:31.823Z | kflt 0.000009367 |
2237 | 2023-11-07T22:14:31.826Z | lock 1:14:00.049135536 |
2238 | 2023-11-07T22:14:31.829Z | slp 18:12.739482771 |
2239 | 2023-11-07T22:14:31.831Z | lat 7.327898743 |
2240 | 2023-11-07T22:14:31.834Z | stop 0.680956614 |
2241 | 2023-11-07T22:14:31.837Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2242 | 2023-11-07T22:14:31.840Z | + for package in "$@" |
2243 | 2023-11-07T22:14:31.843Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2244 | 2023-11-07T22:14:31.846Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.3-0.ci+git339753b6c82 |
2245 | 2023-11-07T22:14:33.021Z | Finished release [optimized] target(s) in 1.13s |
2246 | 2023-11-07T22:14:33.055Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.3-0.ci+git339753b6c82` |
2247 | 2023-11-07T22:14:33.097Z | Nov 07 22:14:33.099 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2248 | 2023-11-07T22:14:33.668Z | Created: out/versioned/omicron-sled-agent.tar |
2249 | 2023-11-07T22:14:33.671Z | + for package in "$@" |
2250 | 2023-11-07T22:14:33.683Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2251 | 2023-11-07T22:14:33.687Z | + echo 0.0.0 |
2252 | 2023-11-07T22:14:33.694Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2253 | 2023-11-07T22:14:33.697Z | a VERSION 1K |
2254 | 2023-11-07T22:14:33.700Z | + rm VERSION |
2255 | 2023-11-07T22:14:33.703Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+git339753b6c82 |
2256 | 2023-11-07T22:14:34.837Z | Finished release [optimized] target(s) in 1.07s |
2257 | 2023-11-07T22:14:34.864Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+git339753b6c82` |
2258 | 2023-11-07T22:14:34.905Z | Nov 07 22:14:34.908 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2259 | 2023-11-07T22:14:35.208Z | Created: out/versioned/mg-ddm-gz.tar |
2260 | 2023-11-07T22:14:35.211Z | + for package in "$@" |
2261 | 2023-11-07T22:14:35.214Z | + [[ propolis-server == mg-ddm-gz ]] |
2262 | 2023-11-07T22:14:35.217Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.3-0.ci+git339753b6c82 |
2263 | 2023-11-07T22:14:36.364Z | Finished release [optimized] target(s) in 1.07s |
2264 | 2023-11-07T22:14:36.393Z | Running `target/release/omicron-package stamp propolis-server 1.0.3-0.ci+git339753b6c82` |
2265 | 2023-11-07T22:14:36.433Z | Nov 07 22:14:36.436 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2266 | 2023-11-07T22:14:38.272Z | Created: out/versioned/propolis-server.tar.gz |
2267 | 2023-11-07T22:14:38.277Z | + for package in "$@" |
2268 | 2023-11-07T22:14:38.294Z | + [[ overlay == mg-ddm-gz ]] |
2269 | 2023-11-07T22:14:38.303Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.3-0.ci+git339753b6c82 |
2270 | 2023-11-07T22:14:39.455Z | Finished release [optimized] target(s) in 1.09s |
2271 | 2023-11-07T22:14:39.487Z | Running `target/release/omicron-package stamp overlay 1.0.3-0.ci+git339753b6c82` |
2272 | 2023-11-07T22:14:39.530Z | Nov 07 22:14:39.532 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2273 | 2023-11-07T22:14:39.534Z | Created: out/versioned/overlay.tar.gz |
2274 | 2023-11-07T22:14:39.537Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2275 | 2023-11-07T22:14:39.571Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2276 | 2023-11-07T22:14:39.574Z | ++ cd -- ./tools |
2277 | 2023-11-07T22:14:39.577Z | ++ pwd |
2278 | 2023-11-07T22:14:39.580Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2279 | 2023-11-07T22:14:39.583Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2280 | 2023-11-07T22:14:39.587Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2281 | 2023-11-07T22:14:39.595Z | ++ readlink -f /work |
2282 | 2023-11-07T22:14:39.604Z | + out_dir=/work |
2283 | 2023-11-07T22:14:39.613Z | + 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") |
2284 | 2023-11-07T22:14:39.626Z | + for dep in "${deps[@]}" |
2285 | 2023-11-07T22:14:39.632Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2286 | 2023-11-07T22:14:39.635Z | + for dep in "${deps[@]}" |
2287 | 2023-11-07T22:14:39.638Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2288 | 2023-11-07T22:14:39.641Z | + for dep in "${deps[@]}" |
2289 | 2023-11-07T22:14:39.644Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2290 | 2023-11-07T22:14:39.647Z | + for dep in "${deps[@]}" |
2291 | 2023-11-07T22:14:39.649Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2292 | 2023-11-07T22:14:39.652Z | ++ mktemp -d |
2293 | 2023-11-07T22:14:39.655Z | + tmp_gz=/tmp/tmp.nRa4Ri |
2294 | 2023-11-07T22:14:39.658Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2295 | 2023-11-07T22:14:39.661Z | + echo '{"v":"1","t":"layer"}' |
2296 | 2023-11-07T22:14:39.664Z | + pkg_dir=/tmp/tmp.nRa4Ri/root/opt/oxide/sled-agent |
2297 | 2023-11-07T22:14:39.666Z | + mkdir -p /tmp/tmp.nRa4Ri/root/opt/oxide/sled-agent |
2298 | 2023-11-07T22:14:39.669Z | + cd /tmp/tmp.nRa4Ri/root/opt/oxide/sled-agent |
2299 | 2023-11-07T22:14:39.672Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2300 | 2023-11-07T22:14:39.697Z | x ., 0 bytes, 0 tape blocks |
2301 | 2023-11-07T22:14:39.700Z | x zone-bundle, 38244416 bytes, 74697 tape blocks |
2302 | 2023-11-07T22:14:39.703Z | x sled-agent, 84751856 bytes, 165531 tape blocks |
2303 | 2023-11-07T22:14:39.706Z | x pkg, 0 bytes, 0 tape blocks |
2304 | 2023-11-07T22:14:39.709Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2305 | 2023-11-07T22:14:39.711Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2306 | 2023-11-07T22:14:39.714Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2307 | 2023-11-07T22:14:39.717Z | x VERSION, 25 bytes, 1 tape blocks |
2308 | 2023-11-07T22:14:39.720Z | + mkdir -p /tmp/tmp.nRa4Ri/root/lib/svc/manifest/site/ |
2309 | 2023-11-07T22:14:39.722Z | + mv pkg/manifest.xml /tmp/tmp.nRa4Ri/root/lib/svc/manifest/site/sled-agent.xml |
2310 | 2023-11-07T22:14:39.725Z | + cd - |
2311 | 2023-11-07T22:14:39.727Z | /work/oxidecomputer/omicron |
2312 | 2023-11-07T22:14:39.730Z | + pkg_dir=/tmp/tmp.nRa4Ri/root/opt/oxide/mg-ddm |
2313 | 2023-11-07T22:14:39.733Z | + mkdir -p /tmp/tmp.nRa4Ri/root/opt/oxide/mg-ddm |
2314 | 2023-11-07T22:14:39.736Z | + cd /tmp/tmp.nRa4Ri/root/opt/oxide/mg-ddm |
2315 | 2023-11-07T22:14:39.738Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2316 | 2023-11-07T22:14:39.775Z | x ., 0 bytes, 0 tape blocks |
2317 | 2023-11-07T22:14:39.778Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2318 | 2023-11-07T22:14:39.781Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2319 | 2023-11-07T22:14:39.784Z | x pkg, 0 bytes, 0 tape blocks |
2320 | 2023-11-07T22:14:39.786Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2321 | 2023-11-07T22:14:39.789Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2322 | 2023-11-07T22:14:39.792Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2323 | 2023-11-07T22:14:39.794Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2324 | 2023-11-07T22:14:39.797Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2325 | 2023-11-07T22:14:39.800Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2326 | 2023-11-07T22:14:39.803Z | x VERSION, 25 bytes, 1 tape blocks |
2327 | 2023-11-07T22:14:39.806Z | + cd - |
2328 | 2023-11-07T22:14:39.808Z | /work/oxidecomputer/omicron |
2329 | 2023-11-07T22:14:39.811Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.nRa4Ri/root/opt/oxide |
2330 | 2023-11-07T22:14:39.894Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.nRa4Ri/root/opt/oxide |
2331 | 2023-11-07T22:14:39.897Z | + cd /tmp/tmp.nRa4Ri |
2332 | 2023-11-07T22:14:39.900Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2333 | 2023-11-07T22:14:51.923Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2334 | 2023-11-07T22:14:51.927Z | a oxide.json 1K |
2335 | 2023-11-07T22:14:51.930Z | a root/ 0K |
2336 | 2023-11-07T22:14:51.933Z | a root/opt/ 0K |
2337 | 2023-11-07T22:14:51.935Z | a root/opt/oxide/ 0K |
2338 | 2023-11-07T22:14:51.938Z | a root/opt/oxide/sled-agent/ 0K |
2339 | 2023-11-07T22:14:51.941Z | a root/opt/oxide/sled-agent/zone-bundle 37349K |
2340 | 2023-11-07T22:14:51.944Z | a root/opt/oxide/sled-agent/sled-agent 82766K |
2341 | 2023-11-07T22:14:51.946Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2342 | 2023-11-07T22:14:51.949Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2343 | 2023-11-07T22:14:51.952Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2344 | 2023-11-07T22:14:51.954Z | a root/opt/oxide/sled-agent/VERSION 1K |
2345 | 2023-11-07T22:14:51.957Z | a root/opt/oxide/mg-ddm/ 0K |
2346 | 2023-11-07T22:14:51.960Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2347 | 2023-11-07T22:14:51.962Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2348 | 2023-11-07T22:14:51.965Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2349 | 2023-11-07T22:14:51.968Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2350 | 2023-11-07T22:14:51.970Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2351 | 2023-11-07T22:14:51.973Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2352 | 2023-11-07T22:14:51.976Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2353 | 2023-11-07T22:14:51.978Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2354 | 2023-11-07T22:14:51.981Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2355 | 2023-11-07T22:14:51.984Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2356 | 2023-11-07T22:14:51.987Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2357 | 2023-11-07T22:14:51.989Z | a root/opt/oxide/overlay.tar.gz 2K |
2358 | 2023-11-07T22:14:51.992Z | a root/lib/ 0K |
2359 | 2023-11-07T22:14:51.995Z | a root/lib/svc/ 0K |
2360 | 2023-11-07T22:14:51.997Z | a root/lib/svc/manifest/ 0K |
2361 | 2023-11-07T22:14:52.000Z | a root/lib/svc/manifest/site/ 0K |
2362 | 2023-11-07T22:14:52.003Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2363 | 2023-11-07T22:14:52.006Z | + cd / |
2364 | 2023-11-07T22:14:52.008Z | + rm -rf /tmp/tmp.nRa4Ri |
2365 | 2023-11-07T22:14:52.011Z | |
2366 | 2023-11-07T22:14:52.014Z | real 12.433796595 |
2367 | 2023-11-07T22:14:52.017Z | user 11.545399683 |
2368 | 2023-11-07T22:14:52.019Z | sys 0.949827855 |
2369 | 2023-11-07T22:14:52.022Z | trap 0.002544364 |
2370 | 2023-11-07T22:14:52.025Z | tflt 0.000000000 |
2371 | 2023-11-07T22:14:52.028Z | dflt 0.000000000 |
2372 | 2023-11-07T22:14:52.031Z | kflt 0.000000000 |
2373 | 2023-11-07T22:14:52.033Z | lock 0.000000000 |
2374 | 2023-11-07T22:14:52.036Z | slp 24.017556231 |
2375 | 2023-11-07T22:14:52.039Z | lat 0.361620249 |
2376 | 2023-11-07T22:14:52.042Z | stop 0.000298609 |
2377 | 2023-11-07T22:14:52.044Z | + mkdir -p /work/zones |
2378 | 2023-11-07T22:14:52.047Z | + 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) |
2379 | 2023-11-07T22:14:52.050Z | + 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/ |
2380 | 2023-11-07T22:14:55.610Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2381 | 2023-11-07T22:14:56.838Z | Finished release [optimized] target(s) in 1.14s |
2382 | 2023-11-07T22:14:56.868Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2383 | 2023-11-07T22:14:56.912Z | Created new build target 'recovery' and set it as active |
2384 | 2023-11-07T22:14:56.918Z | |
2385 | 2023-11-07T22:14:56.930Z | real 1.296468231 |
2386 | 2023-11-07T22:14:57.345Z | user 0.925495140 |
2387 | 2023-11-07T22:14:57.349Z | sys 0.367969194 |
2388 | 2023-11-07T22:14:57.351Z | trap 0.001250812 |
2389 | 2023-11-07T22:14:57.354Z | tflt 0.000018402 |
2390 | 2023-11-07T22:14:57.357Z | dflt 0.000002972 |
2391 | 2023-11-07T22:14:57.360Z | kflt 0.000000000 |
2392 | 2023-11-07T22:14:57.362Z | lock 0.036229822 |
2393 | 2023-11-07T22:14:57.365Z | slp 0.022513546 |
2394 | 2023-11-07T22:14:57.368Z | lat 0.004381467 |
2395 | 2023-11-07T22:14:57.372Z | stop 0.000215049 |
2396 | 2023-11-07T22:14:57.374Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2397 | 2023-11-07T22:14:58.109Z | Finished release [optimized] target(s) in 1.10s |
2398 | 2023-11-07T22:14:58.140Z | Running `target/release/omicron-package -t recovery package` |
2399 | 2023-11-07T22:14:58.182Z | Nov 07 22:14:58.184 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2400 | 2023-11-07T22:14:59.205Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2401 | 2023-11-07T22:15:03.176Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2402 | 2023-11-07T22:15:35.564Z | Finished release [optimized] target(s) in 37.29s |
2403 | 2023-11-07T22:15:55.794Z | |
2404 | 2023-11-07T22:15:55.813Z | real 58.868268801 |
2405 | 2023-11-07T22:15:55.835Z | user 2:40.092541018 |
2406 | 2023-11-07T22:15:55.848Z | sys 11.806014226 |
2407 | 2023-11-07T22:15:55.853Z | trap 0.071161511 |
2408 | 2023-11-07T22:15:55.856Z | tflt 0.069419927 |
2409 | 2023-11-07T22:15:55.859Z | dflt 0.498715098 |
2410 | 2023-11-07T22:15:55.862Z | kflt 0.000004076 |
2411 | 2023-11-07T22:15:55.865Z | lock 12:45.408431400 |
2412 | 2023-11-07T22:15:55.867Z | slp 2:41.756765075 |
2413 | 2023-11-07T22:15:55.870Z | lat 1.538791240 |
2414 | 2023-11-07T22:15:55.874Z | stop 0.186038684 |
2415 | 2023-11-07T22:15:55.877Z | + stamp_packages installinator mg-ddm-gz |
2416 | 2023-11-07T22:15:55.880Z | + for package in "$@" |
2417 | 2023-11-07T22:15:55.882Z | + [[ installinator == mg-ddm-gz ]] |
2418 | 2023-11-07T22:15:55.885Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.3-0.ci+git339753b6c82 |
2419 | 2023-11-07T22:15:56.943Z | Finished release [optimized] target(s) in 1.06s |
2420 | 2023-11-07T22:15:56.974Z | Running `target/release/omicron-package stamp installinator 1.0.3-0.ci+git339753b6c82` |
2421 | 2023-11-07T22:15:57.016Z | Nov 07 22:15:57.018 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2422 | 2023-11-07T22:15:57.189Z | Created: out/versioned/installinator.tar |
2423 | 2023-11-07T22:15:57.672Z | + for package in "$@" |
2424 | 2023-11-07T22:15:58.497Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2425 | 2023-11-07T22:15:58.522Z | + echo 0.0.0 |
2426 | 2023-11-07T22:15:58.525Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2427 | 2023-11-07T22:15:58.527Z | a VERSION 1K |
2428 | 2023-11-07T22:15:58.530Z | + rm VERSION |
2429 | 2023-11-07T22:15:58.533Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+git339753b6c82 |
2430 | 2023-11-07T22:15:58.537Z | Finished release [optimized] target(s) in 1.10s |
2431 | 2023-11-07T22:15:58.546Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+git339753b6c82` |
2432 | 2023-11-07T22:15:58.550Z | Nov 07 22:15:58.416 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2433 | 2023-11-07T22:15:58.598Z | Created: out/versioned/mg-ddm-gz.tar |
2434 | 2023-11-07T22:15:58.606Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2435 | 2023-11-07T22:15:58.619Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2436 | 2023-11-07T22:15:58.624Z | ++ cd -- ./tools |
2437 | 2023-11-07T22:15:58.628Z | ++ pwd |
2438 | 2023-11-07T22:15:58.631Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2439 | 2023-11-07T22:15:58.634Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2440 | 2023-11-07T22:15:58.637Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2441 | 2023-11-07T22:15:58.639Z | ++ readlink -f /work |
2442 | 2023-11-07T22:15:58.642Z | + out_dir=/work |
2443 | 2023-11-07T22:15:58.645Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2444 | 2023-11-07T22:15:58.648Z | + for dep in "${deps[@]}" |
2445 | 2023-11-07T22:15:58.651Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2446 | 2023-11-07T22:15:58.657Z | + for dep in "${deps[@]}" |
2447 | 2023-11-07T22:15:58.660Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2448 | 2023-11-07T22:15:58.663Z | ++ mktemp -d |
2449 | 2023-11-07T22:15:58.666Z | + tmp_trampoline=/tmp/tmp.I.aqWi |
2450 | 2023-11-07T22:15:58.669Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2451 | 2023-11-07T22:15:58.672Z | + echo '{"v":"1","t":"layer"}' |
2452 | 2023-11-07T22:15:58.675Z | + pkg_dir=/tmp/tmp.I.aqWi/root/opt/oxide/installinator |
2453 | 2023-11-07T22:15:58.677Z | + mkdir -p /tmp/tmp.I.aqWi/root/opt/oxide/installinator |
2454 | 2023-11-07T22:15:58.680Z | + cd /tmp/tmp.I.aqWi/root/opt/oxide/installinator |
2455 | 2023-11-07T22:15:58.683Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2456 | 2023-11-07T22:15:58.686Z | x ., 0 bytes, 0 tape blocks |
2457 | 2023-11-07T22:15:58.689Z | x installinator, 52835096 bytes, 103194 tape blocks |
2458 | 2023-11-07T22:15:58.692Z | x pkg, 0 bytes, 0 tape blocks |
2459 | 2023-11-07T22:15:58.694Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2460 | 2023-11-07T22:15:58.697Z | x VERSION, 25 bytes, 1 tape blocks |
2461 | 2023-11-07T22:15:58.700Z | + mkdir -p /tmp/tmp.I.aqWi/root/lib/svc/manifest/site/ |
2462 | 2023-11-07T22:15:58.703Z | + mv pkg/manifest.xml /tmp/tmp.I.aqWi/root/lib/svc/manifest/site/installinator.xml |
2463 | 2023-11-07T22:15:58.706Z | + cd - |
2464 | 2023-11-07T22:15:58.711Z | /work/oxidecomputer/omicron |
2465 | 2023-11-07T22:15:58.714Z | + pkg_dir=/tmp/tmp.I.aqWi/root/opt/oxide/mg-ddm |
2466 | 2023-11-07T22:15:58.717Z | + mkdir -p /tmp/tmp.I.aqWi/root/opt/oxide/mg-ddm |
2467 | 2023-11-07T22:15:58.720Z | + cd /tmp/tmp.I.aqWi/root/opt/oxide/mg-ddm |
2468 | 2023-11-07T22:15:58.723Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2469 | 2023-11-07T22:15:58.755Z | x ., 0 bytes, 0 tape blocks |
2470 | 2023-11-07T22:15:58.759Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2471 | 2023-11-07T22:15:58.766Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2472 | 2023-11-07T22:15:58.774Z | x pkg, 0 bytes, 0 tape blocks |
2473 | 2023-11-07T22:15:58.780Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2474 | 2023-11-07T22:15:58.787Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2475 | 2023-11-07T22:15:58.796Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2476 | 2023-11-07T22:15:58.807Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2477 | 2023-11-07T22:15:58.821Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2478 | 2023-11-07T22:15:58.834Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2479 | 2023-11-07T22:15:58.846Z | x VERSION, 25 bytes, 1 tape blocks |
2480 | 2023-11-07T22:15:58.858Z | + cd - |
2481 | 2023-11-07T22:15:58.863Z | /work/oxidecomputer/omicron |
2482 | 2023-11-07T22:15:58.870Z | + cd /tmp/tmp.I.aqWi |
2483 | 2023-11-07T22:15:58.874Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2484 | 2023-11-07T22:16:04.797Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2485 | 2023-11-07T22:16:04.801Z | a oxide.json 1K |
2486 | 2023-11-07T22:16:04.804Z | a root/ 0K |
2487 | 2023-11-07T22:16:04.807Z | a root/opt/ 0K |
2488 | 2023-11-07T22:16:04.810Z | a root/opt/oxide/ 0K |
2489 | 2023-11-07T22:16:04.813Z | a root/opt/oxide/installinator/ 0K |
2490 | 2023-11-07T22:16:04.816Z | a root/opt/oxide/installinator/installinator 51597K |
2491 | 2023-11-07T22:16:04.819Z | a root/opt/oxide/installinator/pkg/ 0K |
2492 | 2023-11-07T22:16:04.823Z | a root/opt/oxide/installinator/VERSION 1K |
2493 | 2023-11-07T22:16:04.826Z | a root/opt/oxide/mg-ddm/ 0K |
2494 | 2023-11-07T22:16:04.829Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2495 | 2023-11-07T22:16:04.832Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2496 | 2023-11-07T22:16:04.836Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2497 | 2023-11-07T22:16:04.839Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2498 | 2023-11-07T22:16:04.844Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2499 | 2023-11-07T22:16:04.848Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2500 | 2023-11-07T22:16:04.851Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2501 | 2023-11-07T22:16:04.854Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2502 | 2023-11-07T22:16:04.858Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2503 | 2023-11-07T22:16:04.862Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2504 | 2023-11-07T22:16:04.865Z | a root/lib/ 0K |
2505 | 2023-11-07T22:16:04.868Z | a root/lib/svc/ 0K |
2506 | 2023-11-07T22:16:04.871Z | a root/lib/svc/manifest/ 0K |
2507 | 2023-11-07T22:16:04.874Z | a root/lib/svc/manifest/site/ 0K |
2508 | 2023-11-07T22:16:04.878Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2509 | 2023-11-07T22:16:04.882Z | + cd / |
2510 | 2023-11-07T22:16:04.892Z | + rm -rf /tmp/tmp.I.aqWi |
2511 | 2023-11-07T22:16:04.895Z | |
2512 | 2023-11-07T22:16:04.899Z | real 6.217718544 |
2513 | 2023-11-07T22:16:04.902Z | user 5.833435044 |
2514 | 2023-11-07T22:16:04.907Z | sys 0.413333361 |
2515 | 2023-11-07T22:16:04.910Z | trap 0.001449178 |
2516 | 2023-11-07T22:16:04.913Z | tflt 0.000000000 |
2517 | 2023-11-07T22:16:04.918Z | dflt 0.000000000 |
2518 | 2023-11-07T22:16:04.921Z | kflt 0.000000000 |
2519 | 2023-11-07T22:16:04.926Z | lock 0.000000000 |
2520 | 2023-11-07T22:16:04.930Z | slp 12.039456069 |
2521 | 2023-11-07T22:16:04.933Z | lat 0.173230026 |
2522 | 2023-11-07T22:16:04.936Z | stop 0.000289498 |
2523 | 2023-11-07T22:16:04.938Z | process exited: duration 2453554 ms, exit code 0 |
|
2524 | 2023-11-07T22:16:04.947Z | found 21 output files |
2525 | 2023-11-07T22:16:04.953Z | uploading: /work/version.txt (26 bytes) |
2526 | 2023-11-07T22:16:06.011Z | uploaded: /work/version.txt |
2527 | 2023-11-07T22:16:06.034Z | uploading: /work/package.tar.gz (83879549 bytes) |
2528 | 2023-11-07T22:16:33.094Z | uploaded: /work/package.tar.gz |
2529 | 2023-11-07T22:16:33.129Z | uploading: /work/global-zone-packages.tar.gz (124927029 bytes) |
2530 | 2023-11-07T22:17:15.738Z | uploaded: /work/global-zone-packages.tar.gz |
2531 | 2023-11-07T22:17:15.744Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36840108 bytes) |
2532 | 2023-11-07T22:17:32.878Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2533 | 2023-11-07T22:17:32.889Z | uploading: /work/zones/clickhouse.tar.gz (181936845 bytes) |
2534 | 2023-11-07T22:18:57.453Z | uploaded: /work/zones/clickhouse.tar.gz |
2535 | 2023-11-07T22:18:57.505Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181936363 bytes) |
2536 | 2023-11-07T22:20:10.407Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2537 | 2023-11-07T22:20:10.434Z | uploading: /work/zones/cockroachdb.tar.gz (119001394 bytes) |
2538 | 2023-11-07T22:21:00.203Z | uploaded: /work/zones/cockroachdb.tar.gz |
2539 | 2023-11-07T22:21:00.614Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2540 | 2023-11-07T22:21:12.776Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2541 | 2023-11-07T22:21:12.787Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2542 | 2023-11-07T22:21:29.140Z | uploaded: /work/zones/crucible.tar.gz |
2543 | 2023-11-07T22:21:29.151Z | uploading: /work/zones/external-dns.tar.gz (24435704 bytes) |
2544 | 2023-11-07T22:21:37.290Z | uploaded: /work/zones/external-dns.tar.gz |
2545 | 2023-11-07T22:21:37.301Z | uploading: /work/zones/internal-dns.tar.gz (24435702 bytes) |
2546 | 2023-11-07T22:21:45.561Z | uploaded: /work/zones/internal-dns.tar.gz |
2547 | 2023-11-07T22:21:45.565Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2548 | 2023-11-07T22:21:46.572Z | uploaded: /work/zones/ntp.tar.gz |
2549 | 2023-11-07T22:21:46.583Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18334825 bytes) |
2550 | 2023-11-07T22:21:52.983Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2551 | 2023-11-07T22:21:52.994Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18332581 bytes) |
2552 | 2023-11-07T22:21:59.996Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2553 | 2023-11-07T22:22:00.009Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (72934543 bytes) |
2554 | 2023-11-07T22:22:19.590Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2555 | 2023-11-07T22:22:19.602Z | uploading: /work/zones/omicron-nexus.tar.gz (72941841 bytes) |
2556 | 2023-11-07T22:22:44.058Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2557 | 2023-11-07T22:22:44.067Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2558 | 2023-11-07T22:22:45.073Z | uploaded: /work/zones/overlay.tar.gz |
2559 | 2023-11-07T22:22:45.084Z | uploading: /work/zones/oximeter-collector.tar.gz (19651297 bytes) |
2560 | 2023-11-07T22:22:52.084Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2561 | 2023-11-07T22:22:52.095Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2562 | 2023-11-07T22:23:12.231Z | uploaded: /work/zones/propolis-server.tar.gz |
2563 | 2023-11-07T22:23:12.242Z | uploading: /work/zones/switch-asic.tar.gz (243020350 bytes) |
2564 | 2023-11-07T22:24:37.200Z | uploaded: /work/zones/switch-asic.tar.gz |
2565 | 2023-11-07T22:24:37.254Z | uploading: /work/zones/switch-softnpu.tar.gz (167128009 bytes) |
2566 | 2023-11-07T22:25:29.683Z | uploaded: /work/zones/switch-softnpu.tar.gz |