|
|
|
1 | 2023-11-30T05:26:21.790Z | job assigned to worker 01HGFAZ2WQ74MYBXZS1YRJ1M38 (queued for 1 m 58 s) |
|
2 | 2023-11-30T05:26:22.216Z | starting task 0: "setup" |
3 | 2023-11-30T05:26:22.365Z | ++ uname -s |
4 | 2023-11-30T05:26:22.384Z | + kern=SunOS |
5 | 2023-11-30T05:26:22.384Z | + case "$kern" in |
6 | 2023-11-30T05:26:22.384Z | + groupadd -g 12345 build |
7 | 2023-11-30T05:26:22.384Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-30T05:26:24.377Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-30T05:26:24.546Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-30T05:26:24.567Z | + home_fs=zfs |
11 | 2023-11-30T05:26:24.567Z | + [[ zfs == autofs ]] |
12 | 2023-11-30T05:26:24.567Z | + mkdir -p /home/build |
13 | 2023-11-30T05:26:24.567Z | + chown build:build /home/build /work |
14 | 2023-11-30T05:26:26.544Z | + chmod 0700 /home/build /work |
15 | 2023-11-30T05:26:26.548Z | process exited: duration 4332 ms, exit code 0 |
|
16 | 2023-11-30T05:26:26.554Z | starting task 1: "rust-toolchain" |
17 | 2023-11-30T05:26:26.564Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-30T05:26:26.568Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-30T05:26:26.741Z | info: downloading installer |
20 | 2023-11-30T05:26:29.266Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-30T05:26:29.266Z | warning: /opt/ooce/bin |
22 | 2023-11-30T05:26:29.266Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-30T05:26:29.266Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-30T05:26:29.266Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-30T05:26:29.266Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-30T05:26:29.266Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-30T05:26:29.266Z | error: cannot install while Rust is installed |
28 | 2023-11-30T05:26:29.266Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-30T05:26:29.403Z | info: profile set to 'default' |
30 | 2023-11-30T05:26:29.403Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-30T05:26:29.405Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-30T05:26:29.595Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-30T05:26:29.595Z | info: downloading component 'cargo' |
34 | 2023-11-30T05:26:30.412Z | info: downloading component 'clippy' |
35 | 2023-11-30T05:26:30.698Z | info: downloading component 'rust-docs' |
36 | 2023-11-30T05:26:31.714Z | info: downloading component 'rust-std' |
37 | 2023-11-30T05:26:33.508Z | info: downloading component 'rustc' |
38 | 2023-11-30T05:26:37.935Z | info: downloading component 'rustfmt' |
39 | 2023-11-30T05:26:38.260Z | info: installing component 'cargo' |
40 | 2023-11-30T05:26:40.230Z | info: installing component 'clippy' |
41 | 2023-11-30T05:26:41.192Z | info: installing component 'rust-docs' |
42 | 2023-11-30T05:26:43.947Z | info: installing component 'rust-std' |
43 | 2023-11-30T05:26:48.209Z | info: installing component 'rustc' |
44 | 2023-11-30T05:26:56.888Z | info: installing component 'rustfmt' |
45 | 2023-11-30T05:26:57.347Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-30T05:26:57.347Z | |
47 | 2023-11-30T05:26:57.487Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-30T05:26:57.488Z | |
49 | 2023-11-30T05:26:57.921Z | |
50 | 2023-11-30T05:26:57.921Z | Rust is installed now. Great! |
51 | 2023-11-30T05:26:57.921Z | |
52 | 2023-11-30T05:26:57.921Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-30T05:26:57.921Z | environment variable. This has not been done automatically. |
54 | 2023-11-30T05:26:57.921Z | |
55 | 2023-11-30T05:26:57.921Z | To configure your current shell, run: |
56 | 2023-11-30T05:26:57.921Z | source "$HOME/.cargo/env" |
57 | 2023-11-30T05:26:57.921Z | + rustc --version |
58 | 2023-11-30T05:26:57.921Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-30T05:26:57.921Z | process exited: duration 31144 ms, exit code 0 |
|
60 | 2023-11-30T05:26:57.947Z | starting task 2: "authentication" |
61 | 2023-11-30T05:26:57.983Z | process exited: duration 43 ms, exit code 0 |
|
62 | 2023-11-30T05:26:57.991Z | starting task 3: "clone repository" |
63 | 2023-11-30T05:26:57.998Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-30T05:26:58.003Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-30T05:26:58.045Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-30T05:27:04.210Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-30T05:27:04.212Z | + [[ -n renovate/url-2.x ]] |
68 | 2023-11-30T05:27:04.216Z | + git fetch origin renovate/url-2.x |
69 | 2023-11-30T05:27:04.535Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-30T05:27:04.535Z | * branch renovate/url-2.x -> FETCH_HEAD |
71 | 2023-11-30T05:27:04.555Z | + git checkout -B renovate/url-2.x remotes/origin/renovate/url-2.x |
72 | 2023-11-30T05:27:04.645Z | Switched to a new branch 'renovate/url-2.x' |
73 | 2023-11-30T05:27:04.652Z | branch 'renovate/url-2.x' set up to track 'origin/renovate/url-2.x'. |
74 | 2023-11-30T05:27:04.652Z | + git reset --hard b28d1907ae853dcc7decb8101fd9b50d8dc23be5 |
75 | 2023-11-30T05:27:04.660Z | HEAD is now at b28d1907 Update Rust crate url to 2.5.0 |
76 | 2023-11-30T05:27:04.669Z | process exited: duration 6668 ms, exit code 0 |
|
77 | 2023-11-30T05:27:04.690Z | starting task 4: "build" |
78 | 2023-11-30T05:27:04.699Z | + cargo --version |
79 | 2023-11-30T05:27:04.705Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-11-30T05:27:04.894Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-11-30T05:27:04.894Z | info: downloading component 'cargo' |
82 | 2023-11-30T05:27:05.595Z | info: downloading component 'clippy' |
83 | 2023-11-30T05:27:05.819Z | info: downloading component 'rust-docs' |
84 | 2023-11-30T05:27:06.696Z | info: downloading component 'rust-std' |
85 | 2023-11-30T05:27:08.198Z | info: downloading component 'rustc' |
86 | 2023-11-30T05:27:11.862Z | info: downloading component 'rustfmt' |
87 | 2023-11-30T05:27:12.073Z | info: installing component 'cargo' |
88 | 2023-11-30T05:27:13.389Z | info: installing component 'clippy' |
89 | 2023-11-30T05:27:13.863Z | info: installing component 'rust-docs' |
90 | 2023-11-30T05:27:16.735Z | info: installing component 'rust-std' |
91 | 2023-11-30T05:27:19.391Z | info: installing component 'rustc' |
92 | 2023-11-30T05:27:25.543Z | info: installing component 'rustfmt' |
93 | 2023-11-30T05:27:26.101Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-11-30T05:27:26.104Z | + rustc --version |
95 | 2023-11-30T05:27:26.224Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-11-30T05:27:26.233Z | ++ git rev-parse HEAD |
97 | 2023-11-30T05:27:26.236Z | + COMMIT=b28d1907ae853dcc7decb8101fd9b50d8dc23be5 |
98 | 2023-11-30T05:27:26.239Z | + VERSION=1.0.4-0.ci+gitb28d1907ae8 |
99 | 2023-11-30T05:27:26.239Z | + echo 1.0.4-0.ci+gitb28d1907ae8 |
100 | 2023-11-30T05:27:26.239Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-11-30T05:27:34.458Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-11-30T05:27:35.457Z | Startup: Caching catalogs ... Done |
103 | 2023-11-30T05:27:41.203Z | Planning: Solver setup ... Done (5.375s) |
104 | 2023-11-30T05:27:41.344Z | Planning: Running solver ... Done (0.133s) |
105 | 2023-11-30T05:27:41.405Z | Planning: Finding local manifests ... Done (0.004s) |
106 | 2023-11-30T05:27:41.411Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-11-30T05:27:41.687Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-11-30T05:27:41.771Z | Planning: Package planning ... Done (0.084s) |
109 | 2023-11-30T05:27:41.862Z | Planning: Merging actions ... Done (0.087s) |
110 | 2023-11-30T05:27:42.602Z | Planning: Checking for conflicting actions ... Done (0.744s) |
111 | 2023-11-30T05:27:42.620Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-11-30T05:27:46.223Z | Planning: Evaluating mediators ... Done (3.603s) |
113 | 2023-11-30T05:27:46.239Z | Planning: Planning completed in 10.72 seconds |
114 | 2023-11-30T05:27:46.262Z | Packages to install: 4 |
115 | 2023-11-30T05:27:46.262Z | Mediators to change: 2 |
116 | 2023-11-30T05:27:46.266Z | Services to change: 1 |
117 | 2023-11-30T05:27:46.266Z | Estimated space available: 148.88 GB |
118 | 2023-11-30T05:27:46.266Z | Estimated space to be consumed: 1.38 GB |
119 | 2023-11-30T05:27:46.266Z | Create boot environment: No |
120 | 2023-11-30T05:27:46.266Z | Create backup boot environment: No |
121 | 2023-11-30T05:27:46.266Z | Rebuild boot archive: No |
122 | 2023-11-30T05:27:46.266Z | |
123 | 2023-11-30T05:27:46.266Z | Changed mediators: |
124 | 2023-11-30T05:27:46.266Z | mediator clang: |
125 | 2023-11-30T05:27:46.266Z | version: None -> 15 (system default) |
126 | 2023-11-30T05:27:46.266Z | |
127 | 2023-11-30T05:27:46.266Z | mediator llvm: |
128 | 2023-11-30T05:27:46.266Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-11-30T05:27:46.266Z | |
130 | 2023-11-30T05:27:46.267Z | Changed packages: |
131 | 2023-11-30T05:27:46.267Z | helios-dev |
132 | 2023-11-30T05:27:46.267Z | developer/build-essential |
133 | 2023-11-30T05:27:46.267Z | None -> 11-2.0 |
134 | 2023-11-30T05:27:46.267Z | library/libxmlsec1 |
135 | 2023-11-30T05:27:46.267Z | None -> 1.2.35-2.0 |
136 | 2023-11-30T05:27:46.267Z | ooce/developer/clang-15 |
137 | 2023-11-30T05:27:46.267Z | None -> 15.0.7-2.0 |
138 | 2023-11-30T05:27:46.267Z | ooce/developer/llvm-15 |
139 | 2023-11-30T05:27:46.267Z | None -> 15.0.7-2.0 |
140 | 2023-11-30T05:27:46.269Z | |
141 | 2023-11-30T05:27:46.269Z | Services: |
142 | 2023-11-30T05:27:46.269Z | restart_fmri: |
143 | 2023-11-30T05:27:46.269Z | svc:/system/update-man-index:default |
144 | 2023-11-30T05:27:46.493Z | |
145 | 2023-11-30T05:27:46.493Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-11-30T05:27:51.501Z | Download: 1220/3290 items 94.7/212.6MB 44% complete (18.9M/s) |
147 | 2023-11-30T05:27:56.504Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (12.6M/s) |
148 | 2023-11-30T05:28:03.077Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (11.8M/s) |
149 | 2023-11-30T05:28:06.867Z | Download: Completed 212.60 MB in 20.37 seconds (10.4M/s) |
150 | 2023-11-30T05:28:07.096Z | Actions: 1/3687 actions (Installing new actions) |
151 | 2023-11-30T05:28:12.098Z | Actions: 2817/3687 actions (Installing new actions) |
152 | 2023-11-30T05:28:15.144Z | Actions: Completed 3687 actions in 8.05 seconds. |
153 | 2023-11-30T05:28:15.337Z | Done (0.182s) |
154 | 2023-11-30T05:28:15.337Z | Done (0.000s) |
155 | 2023-11-30T05:28:15.567Z | Done (0.232s) |
156 | 2023-11-30T05:28:23.501Z | Done (7.819s) |
157 | 2023-11-30T05:28:23.710Z | Done (0.092s) |
158 | 2023-11-30T05:28:23.713Z | Done (0.000s) |
159 | 2023-11-30T05:28:23.958Z | Done (0.000s) |
160 | 2023-11-30T05:28:25.092Z | Planning: Evaluating mediator changes ... Done |
161 | 2023-11-30T05:28:25.507Z | Planning: Checking for conflicting actions ... Done |
162 | 2023-11-30T05:28:25.507Z | Planning: Consolidating action changes ... Done |
163 | 2023-11-30T05:28:25.514Z | Planning: Evaluating mediators ... Done |
164 | 2023-11-30T05:28:25.514Z | Planning: Planning completed in 0.73 seconds |
165 | 2023-11-30T05:28:25.514Z | Mediators to change: 2 |
166 | 2023-11-30T05:28:25.514Z | Create boot environment: No |
167 | 2023-11-30T05:28:25.514Z | Create backup boot environment: No |
168 | 2023-11-30T05:28:25.551Z | Done |
169 | 2023-11-30T05:28:25.551Z | Done |
170 | 2023-11-30T05:28:25.969Z | Done |
171 | 2023-11-30T05:28:31.681Z | Done |
172 | 2023-11-30T05:28:31.874Z | Done |
173 | 2023-11-30T05:28:31.884Z | Done |
174 | 2023-11-30T05:28:31.930Z | Done |
175 | 2023-11-30T05:28:32.945Z | Planning: Evaluating mediator changes ... Done |
176 | 2023-11-30T05:28:32.948Z | Planning: Merging actions ... Done |
177 | 2023-11-30T05:28:33.284Z | Planning: Checking for conflicting actions ... Done |
178 | 2023-11-30T05:28:33.287Z | Planning: Consolidating action changes ... Done |
179 | 2023-11-30T05:28:33.725Z | Planning: Evaluating mediators ... Done |
180 | 2023-11-30T05:28:33.817Z | Planning: Planning completed in 1.31 seconds |
181 | 2023-11-30T05:28:33.878Z | Packages to change: 1 |
182 | 2023-11-30T05:28:33.879Z | Mediators to change: 1 |
183 | 2023-11-30T05:28:33.884Z | Services to change: 1 |
184 | 2023-11-30T05:28:33.884Z | Create boot environment: No |
185 | 2023-11-30T05:28:33.884Z | Create backup boot environment: Yes |
186 | 2023-11-30T05:28:36.022Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2023-11-30T05:28:36.025Z | Actions: Completed 6 actions in 0.00 seconds. |
188 | 2023-11-30T05:28:36.025Z | Done |
189 | 2023-11-30T05:28:36.028Z | Done |
190 | 2023-11-30T05:28:36.080Z | Done |
191 | 2023-11-30T05:28:42.170Z | Done |
192 | 2023-11-30T05:28:42.286Z | Done |
193 | 2023-11-30T05:28:42.290Z | Done |
194 | 2023-11-30T05:28:42.397Z | Done |
195 | 2023-11-30T05:28:43.112Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2023-11-30T05:28:43.112Z | clang system 15 system |
197 | 2023-11-30T05:28:43.112Z | csh system system illumos |
198 | 2023-11-30T05:28:43.113Z | ctags system system illumos |
199 | 2023-11-30T05:28:43.113Z | gcc vendor 12 vendor |
200 | 2023-11-30T05:28:43.113Z | gcc system 10 system |
201 | 2023-11-30T05:28:43.113Z | gcc system 7 system |
202 | 2023-11-30T05:28:43.113Z | go system 1.20 system |
203 | 2023-11-30T05:28:43.113Z | go system 1.19 system |
204 | 2023-11-30T05:28:43.113Z | llvm system 15 system |
205 | 2023-11-30T05:28:43.113Z | llvm system 14 system |
206 | 2023-11-30T05:28:43.113Z | mariadb system 10.6 system |
207 | 2023-11-30T05:28:43.113Z | mta vendor vendor dma |
208 | 2023-11-30T05:28:43.113Z | openjdk system 17 system |
209 | 2023-11-30T05:28:43.113Z | openjdk system 11 system |
210 | 2023-11-30T05:28:43.113Z | openjdk system 1.8 system |
211 | 2023-11-30T05:28:43.113Z | openssl vendor 3 vendor |
212 | 2023-11-30T05:28:43.113Z | perl system 5.36 system |
213 | 2023-11-30T05:28:43.113Z | postgresql system 15 system |
214 | 2023-11-30T05:28:43.113Z | postgresql system 13 system |
215 | 2023-11-30T05:28:43.113Z | python vendor 3 vendor |
216 | 2023-11-30T05:28:43.113Z | python system 2 system |
217 | 2023-11-30T05:28:43.113Z | python3 system 3.11 system |
218 | 2023-11-30T05:28:43.113Z | ruby system 3.0 system |
219 | 2023-11-30T05:28:43.113Z | words vendor vendor american-english |
220 | 2023-11-30T05:28:43.113Z | words system system australian-english |
221 | 2023-11-30T05:28:43.113Z | words system system british-english |
222 | 2023-11-30T05:28:43.114Z | words system system canadian-english |
223 | 2023-11-30T05:28:43.114Z | words system system french |
224 | 2023-11-30T05:28:43.114Z | words system system italian |
225 | 2023-11-30T05:28:43.115Z | words system system ngerman |
226 | 2023-11-30T05:28:43.115Z | words system system ogerman |
227 | 2023-11-30T05:28:43.115Z | words system system spanish |
228 | 2023-11-30T05:28:43.612Z | FMRI IFO |
229 | 2023-11-30T05:28:43.612Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2023-11-30T05:28:43.612Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2023-11-30T05:28:43.612Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2023-11-30T05:28:43.612Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
233 | 2023-11-30T05:28:43.612Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2023-11-30T05:28:43.612Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
235 | 2023-11-30T05:28:43.688Z | + set -o errexit |
236 | 2023-11-30T05:28:43.692Z | +++ dirname ./tools/ci_download_cockroachdb |
237 | 2023-11-30T05:28:43.693Z | ++ cd ./tools |
238 | 2023-11-30T05:28:43.693Z | ++ pwd |
239 | 2023-11-30T05:28:43.697Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
240 | 2023-11-30T05:28:43.697Z | ++ basename ./tools/ci_download_cockroachdb |
241 | 2023-11-30T05:28:43.697Z | + ARG0=ci_download_cockroachdb |
242 | 2023-11-30T05:28:43.711Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
243 | 2023-11-30T05:28:43.711Z | + CIDL_VERSION=v22.1.9 |
244 | 2023-11-30T05:28:43.711Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
245 | 2023-11-30T05:28:43.711Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
246 | 2023-11-30T05:28:43.711Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
247 | 2023-11-30T05:28:43.711Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
248 | 2023-11-30T05:28:43.711Z | + TARGET_DIR=out |
249 | 2023-11-30T05:28:43.711Z | + DOWNLOAD_DIR=out/downloads |
250 | 2023-11-30T05:28:43.711Z | + DEST_DIR=./out/cockroachdb |
251 | 2023-11-30T05:28:43.712Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
252 | 2023-11-30T05:28:43.712Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
253 | 2023-11-30T05:28:43.712Z | + main |
254 | 2023-11-30T05:28:43.712Z | + [[ 0 != 0 ]] |
255 | 2023-11-30T05:28:43.712Z | + CIDL_OS=solaris2.11 |
256 | 2023-11-30T05:28:43.712Z | + [[ 0 != 0 ]] |
257 | 2023-11-30T05:28:43.712Z | + configure_os solaris2.11 |
258 | 2023-11-30T05:28:43.712Z | + echo 'current directory: /work/oxidecomputer/omicron' |
259 | 2023-11-30T05:28:43.712Z | current directory: /work/oxidecomputer/omicron |
260 | 2023-11-30T05:28:43.712Z | configuring based on OS: "solaris2.11" |
261 | 2023-11-30T05:28:43.712Z | + echo 'configuring based on OS: "solaris2.11"' |
262 | 2023-11-30T05:28:43.712Z | + case "$1" in |
263 | 2023-11-30T05:28:43.712Z | + CIDL_BUILD=illumos |
264 | 2023-11-30T05:28:43.712Z | + CIDL_SUFFIX=tar.gz |
265 | 2023-11-30T05:28:43.712Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
266 | 2023-11-30T05:28:43.712Z | + CIDL_MD5FUNC=do_md5sum |
267 | 2023-11-30T05:28:43.713Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2023-11-30T05:28:43.713Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2023-11-30T05:28:43.713Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2023-11-30T05:28:43.713Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-30T05:28:43.713Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-30T05:28:43.713Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2023-11-30T05:28:43.713Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-30T05:28:43.713Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2023-11-30T05:28:43.713Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-11-30T05:28:43.713Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-30T05:28:43.715Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2023-11-30T05:28:43.716Z | + mkdir -p out/downloads |
279 | 2023-11-30T05:28:43.716Z | + mkdir -p ./out/cockroachdb |
280 | 2023-11-30T05:28:43.716Z | + local DO_DOWNLOAD=true |
281 | 2023-11-30T05:28:43.716Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
282 | 2023-11-30T05:28:43.716Z | + '[' true == true ']' |
283 | 2023-11-30T05:28:43.716Z | + echo Downloading... |
284 | 2023-11-30T05:28:43.716Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-11-30T05:28:43.716Z | Downloading... |
286 | 2023-11-30T05:28:43.716Z | + 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 |
287 | 2023-11-30T05:28:48.657Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-30T05:28:48.660Z | ++ md5sum |
289 | 2023-11-30T05:28:48.661Z | ++ awk '{print $1}' |
290 | 2023-11-30T05:28:48.846Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
291 | 2023-11-30T05:28:48.846Z | + [[ 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 ]] |
292 | 2023-11-30T05:28:48.846Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-30T05:28:48.854Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
294 | 2023-11-30T05:28:52.224Z | + do_assemble_illumos |
295 | 2023-11-30T05:28:52.224Z | + rm -r ./out/cockroachdb |
296 | 2023-11-30T05:28:52.230Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
297 | 2023-11-30T05:28:52.992Z | + ./out/cockroachdb/bin/cockroach version |
298 | 2023-11-30T05:28:53.216Z | Build Tag: v22.1.9-dirty |
299 | 2023-11-30T05:28:53.216Z | Build Time: 2022/10/26 21:17:46 |
300 | 2023-11-30T05:28:53.216Z | Distribution: OSS |
301 | 2023-11-30T05:28:53.216Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
302 | 2023-11-30T05:28:53.216Z | Go Version: go1.17.13 |
303 | 2023-11-30T05:28:53.216Z | C Compiler: gcc 10.3.0 |
304 | 2023-11-30T05:28:53.216Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
305 | 2023-11-30T05:28:53.216Z | Build Type: release |
306 | 2023-11-30T05:28:53.244Z | + set -o errexit |
307 | 2023-11-30T05:28:53.248Z | +++ dirname ./tools/ci_download_clickhouse |
308 | 2023-11-30T05:28:53.248Z | ++ cd ./tools |
309 | 2023-11-30T05:28:53.248Z | ++ pwd |
310 | 2023-11-30T05:28:53.251Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
311 | 2023-11-30T05:28:53.252Z | ++ basename ./tools/ci_download_clickhouse |
312 | 2023-11-30T05:28:53.256Z | + ARG0=ci_download_clickhouse |
313 | 2023-11-30T05:28:53.256Z | + TARGET_DIR=out |
314 | 2023-11-30T05:28:53.256Z | + DOWNLOAD_DIR=out/downloads |
315 | 2023-11-30T05:28:53.256Z | + DEST_DIR=./out/clickhouse |
316 | 2023-11-30T05:28:53.256Z | + CIDL_VERSION=v22.8.9.24 |
317 | 2023-11-30T05:28:53.256Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
318 | 2023-11-30T05:28:53.256Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
319 | 2023-11-30T05:28:53.256Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
320 | 2023-11-30T05:28:53.257Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
321 | 2023-11-30T05:28:53.257Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
322 | 2023-11-30T05:28:53.257Z | + main |
323 | 2023-11-30T05:28:53.257Z | + [[ 0 != 0 ]] |
324 | 2023-11-30T05:28:53.257Z | + CIDL_OS=solaris2.11 |
325 | 2023-11-30T05:28:53.257Z | + [[ 0 != 0 ]] |
326 | 2023-11-30T05:28:53.257Z | + configure_os solaris2.11 |
327 | 2023-11-30T05:28:53.257Z | + echo 'current directory: /work/oxidecomputer/omicron' |
328 | 2023-11-30T05:28:53.257Z | current directory: /work/oxidecomputer/omicron |
329 | 2023-11-30T05:28:53.257Z | + echo 'configuring based on OS: "solaris2.11"' |
330 | 2023-11-30T05:28:53.257Z | + CIDL_DASHREV= |
331 | 2023-11-30T05:28:53.257Z | configuring based on OS: "solaris2.11" |
332 | 2023-11-30T05:28:53.257Z | + case "$1" in |
333 | 2023-11-30T05:28:53.257Z | + CIDL_PLATFORM=illumos |
334 | 2023-11-30T05:28:53.257Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
335 | 2023-11-30T05:28:53.257Z | + CIDL_MD5FUNC=do_md5sum |
336 | 2023-11-30T05:28:53.257Z | + CIDL_DASHREV=-1 |
337 | 2023-11-30T05:28:53.257Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
338 | 2023-11-30T05:28:53.257Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-30T05:28:53.257Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-30T05:28:53.259Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-30T05:28:53.259Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
342 | 2023-11-30T05:28:53.259Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-11-30T05:28:53.259Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2023-11-30T05:28:53.259Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-11-30T05:28:53.259Z | + mkdir -p out/downloads |
346 | 2023-11-30T05:28:53.259Z | + mkdir -p ./out/clickhouse |
347 | 2023-11-30T05:28:53.262Z | + local DO_DOWNLOAD=true |
348 | 2023-11-30T05:28:53.262Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
349 | 2023-11-30T05:28:53.262Z | + '[' true == true ']' |
350 | 2023-11-30T05:28:53.263Z | + echo Downloading... |
351 | 2023-11-30T05:28:53.263Z | Downloading... |
352 | 2023-11-30T05:28:53.263Z | + 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 |
353 | 2023-11-30T05:28:53.263Z | + 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 |
354 | 2023-11-30T05:28:54.772Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-11-30T05:28:54.780Z | ++ md5sum |
356 | 2023-11-30T05:28:54.782Z | ++ awk '{print $1}' |
357 | 2023-11-30T05:28:55.031Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2023-11-30T05:28:55.031Z | + [[ 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 ]] |
359 | 2023-11-30T05:28:55.031Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
360 | 2023-11-30T05:28:55.034Z | + mkdir -p ./out/clickhouse |
361 | 2023-11-30T05:28:55.036Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
362 | 2023-11-30T05:28:59.988Z | + ./out/clickhouse/clickhouse server --version |
363 | 2023-11-30T05:29:00.045Z | ClickHouse server version 22.8.9.1. |
364 | 2023-11-30T05:29:00.067Z | + set -o errexit |
365 | 2023-11-30T05:29:00.070Z | +++ dirname ./tools/ci_download_console |
366 | 2023-11-30T05:29:00.073Z | ++ cd ./tools |
367 | 2023-11-30T05:29:00.073Z | ++ pwd |
368 | 2023-11-30T05:29:00.073Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
369 | 2023-11-30T05:29:00.076Z | ++ basename ./tools/ci_download_console |
370 | 2023-11-30T05:29:00.076Z | + ARG0=ci_download_console |
371 | 2023-11-30T05:29:00.076Z | + TARGET_DIR=out |
372 | 2023-11-30T05:29:00.076Z | + DOWNLOAD_DIR=out/downloads |
373 | 2023-11-30T05:29:00.076Z | + DEST_DIR=./out/console-assets |
374 | 2023-11-30T05:29:00.076Z | + source /work/oxidecomputer/omicron/tools/console_version |
375 | 2023-11-30T05:29:00.076Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
376 | 2023-11-30T05:29:00.076Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
377 | 2023-11-30T05:29:00.076Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
378 | 2023-11-30T05:29:00.076Z | + TARBALL_FILE=out/downloads/console.tar.gz |
379 | 2023-11-30T05:29:00.079Z | + main |
380 | 2023-11-30T05:29:00.080Z | + [[ 0 != 0 ]] |
381 | 2023-11-30T05:29:00.080Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
382 | 2023-11-30T05:29:00.080Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
383 | 2023-11-30T05:29:00.080Z | + echo 'Local file: out/downloads/console.tar.gz' |
384 | 2023-11-30T05:29:00.080Z | Local file: out/downloads/console.tar.gz |
385 | 2023-11-30T05:29:00.081Z | + local DO_DOWNLOAD=true |
386 | 2023-11-30T05:29:00.081Z | + [[ -f out/downloads/console.tar.gz ]] |
387 | 2023-11-30T05:29:00.081Z | + mkdir -p out/downloads |
388 | 2023-11-30T05:29:00.081Z | + '[' true == true ']' |
389 | 2023-11-30T05:29:00.081Z | + echo Downloading... |
390 | 2023-11-30T05:29:00.085Z | Downloading... |
391 | 2023-11-30T05:29:00.085Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
392 | 2023-11-30T05:29:00.085Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
393 | 2023-11-30T05:29:00.714Z | ++ do_sha256sum out/downloads/console.tar.gz |
394 | 2023-11-30T05:29:00.724Z | ++ case "$OSTYPE" in |
395 | 2023-11-30T05:29:00.724Z | ++ SHA=sha256sum |
396 | 2023-11-30T05:29:00.724Z | ++ sha256sum |
397 | 2023-11-30T05:29:00.724Z | ++ awk '{print $1}' |
398 | 2023-11-30T05:29:00.734Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
399 | 2023-11-30T05:29:00.734Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
400 | 2023-11-30T05:29:00.735Z | + rm -rf ./out/console-assets |
401 | 2023-11-30T05:29:00.740Z | + mkdir -p ./out/console-assets |
402 | 2023-11-30T05:29:00.740Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
403 | 2023-11-30T05:29:00.740Z | + mkdir -p ./out/console-assets |
404 | 2023-11-30T05:29:00.744Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
405 | 2023-11-30T05:29:00.877Z | + set -o errexit |
406 | 2023-11-30T05:29:00.880Z | +++ dirname ./tools/ci_download_maghemite_openapi |
407 | 2023-11-30T05:29:00.883Z | ++ cd ./tools |
408 | 2023-11-30T05:29:00.884Z | ++ pwd |
409 | 2023-11-30T05:29:00.884Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
410 | 2023-11-30T05:29:00.890Z | ++ basename ./tools/ci_download_maghemite_openapi |
411 | 2023-11-30T05:29:00.890Z | + ARG0=ci_download_maghemite_openapi |
412 | 2023-11-30T05:29:00.890Z | + TARGET_DIR=out |
413 | 2023-11-30T05:29:00.890Z | + DOWNLOAD_DIR=out/downloads |
414 | 2023-11-30T05:29:00.890Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
415 | 2023-11-30T05:29:00.890Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
416 | 2023-11-30T05:29:00.890Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
417 | 2023-11-30T05:29:00.890Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
418 | 2023-11-30T05:29:00.890Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
419 | 2023-11-30T05:29:00.890Z | + main |
420 | 2023-11-30T05:29:00.890Z | + [[ 0 != 0 ]] |
421 | 2023-11-30T05:29:00.890Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
422 | 2023-11-30T05:29:00.890Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
423 | 2023-11-30T05:29:00.890Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
424 | 2023-11-30T05:29:00.890Z | + local DO_DOWNLOAD=true |
425 | 2023-11-30T05:29:00.890Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
426 | 2023-11-30T05:29:00.890Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
427 | 2023-11-30T05:29:00.890Z | + mkdir -p out/downloads |
428 | 2023-11-30T05:29:00.890Z | + '[' true == true ']' |
429 | 2023-11-30T05:29:00.890Z | Downloading... |
430 | 2023-11-30T05:29:00.890Z | + echo Downloading... |
431 | 2023-11-30T05:29:00.890Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
432 | 2023-11-30T05:29:00.891Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
433 | 2023-11-30T05:29:01.130Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
434 | 2023-11-30T05:29:01.130Z | ++ case "$OSTYPE" in |
435 | 2023-11-30T05:29:01.552Z | ++ SHA=sha256sum |
436 | 2023-11-30T05:29:01.552Z | ++ sha256sum |
437 | 2023-11-30T05:29:01.552Z | ++ awk '{print $1}' |
438 | 2023-11-30T05:29:01.552Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
439 | 2023-11-30T05:29:01.552Z | + [[ 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 ]] |
440 | 2023-11-30T05:29:01.552Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
441 | 2023-11-30T05:29:01.552Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
442 | 2023-11-30T05:29:01.552Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
443 | 2023-11-30T05:29:01.552Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
444 | 2023-11-30T05:29:01.552Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
445 | 2023-11-30T05:29:01.552Z | + main |
446 | 2023-11-30T05:29:01.552Z | + [[ 0 != 0 ]] |
447 | 2023-11-30T05:29:01.552Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
448 | 2023-11-30T05:29:01.552Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
449 | 2023-11-30T05:29:01.552Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
450 | 2023-11-30T05:29:01.552Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
451 | 2023-11-30T05:29:01.553Z | + local DO_DOWNLOAD=true |
452 | 2023-11-30T05:29:01.553Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
453 | 2023-11-30T05:29:01.553Z | + mkdir -p out/downloads |
454 | 2023-11-30T05:29:01.561Z | + '[' true == true ']' |
455 | 2023-11-30T05:29:01.561Z | + echo Downloading... |
456 | 2023-11-30T05:29:01.561Z | Downloading... |
457 | 2023-11-30T05:29:01.561Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
458 | 2023-11-30T05:29:01.561Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
459 | 2023-11-30T05:29:01.561Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
460 | 2023-11-30T05:29:01.561Z | ++ case "$OSTYPE" in |
461 | 2023-11-30T05:29:01.561Z | ++ SHA=sha256sum |
462 | 2023-11-30T05:29:01.561Z | ++ sha256sum |
463 | 2023-11-30T05:29:01.561Z | ++ awk '{print $1}' |
464 | 2023-11-30T05:29:01.561Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
465 | 2023-11-30T05:29:01.561Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
466 | 2023-11-30T05:29:01.561Z | + set -o errexit |
467 | 2023-11-30T05:29:01.561Z | +++ dirname ./tools/ci_download_dendrite_openapi |
468 | 2023-11-30T05:29:01.561Z | ++ cd ./tools |
469 | 2023-11-30T05:29:01.561Z | ++ pwd |
470 | 2023-11-30T05:29:01.561Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
471 | 2023-11-30T05:29:01.561Z | ++ basename ./tools/ci_download_dendrite_openapi |
472 | 2023-11-30T05:29:01.561Z | + ARG0=ci_download_dendrite_openapi |
473 | 2023-11-30T05:29:01.564Z | + TARGET_DIR=out |
474 | 2023-11-30T05:29:01.564Z | + DOWNLOAD_DIR=out/downloads |
475 | 2023-11-30T05:29:01.564Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
476 | 2023-11-30T05:29:01.564Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
477 | 2023-11-30T05:29:01.564Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
478 | 2023-11-30T05:29:01.564Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
479 | 2023-11-30T05:29:01.564Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
480 | 2023-11-30T05:29:01.564Z | + main |
481 | 2023-11-30T05:29:01.564Z | + [[ 0 != 0 ]] |
482 | 2023-11-30T05:29:01.564Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
483 | 2023-11-30T05:29:01.564Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
484 | 2023-11-30T05:29:01.564Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
485 | 2023-11-30T05:29:01.564Z | + local DO_DOWNLOAD=true |
486 | 2023-11-30T05:29:01.564Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
487 | 2023-11-30T05:29:01.564Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
488 | 2023-11-30T05:29:01.564Z | + mkdir -p out/downloads |
489 | 2023-11-30T05:29:01.564Z | + '[' true == true ']' |
490 | 2023-11-30T05:29:01.564Z | + echo Downloading... |
491 | 2023-11-30T05:29:01.564Z | Downloading... |
492 | 2023-11-30T05:29:01.564Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
493 | 2023-11-30T05:29:01.564Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
494 | 2023-11-30T05:29:01.945Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
495 | 2023-11-30T05:29:01.945Z | ++ case "$OSTYPE" in |
496 | 2023-11-30T05:29:01.954Z | ++ SHA=sha256sum |
497 | 2023-11-30T05:29:01.954Z | ++ sha256sum |
498 | 2023-11-30T05:29:01.954Z | ++ awk '{print $1}' |
499 | 2023-11-30T05:29:01.954Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
500 | 2023-11-30T05:29:01.955Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
501 | 2023-11-30T05:29:01.955Z | + set -o errexit |
502 | 2023-11-30T05:29:01.955Z | +++ dirname ./tools/ci_download_dendrite_stub |
503 | 2023-11-30T05:29:01.955Z | ++ cd ./tools |
504 | 2023-11-30T05:29:01.955Z | ++ pwd |
505 | 2023-11-30T05:29:01.955Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
506 | 2023-11-30T05:29:01.955Z | ++ basename ./tools/ci_download_dendrite_stub |
507 | 2023-11-30T05:29:01.955Z | + ARG0=ci_download_dendrite_stub |
508 | 2023-11-30T05:29:01.955Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
509 | 2023-11-30T05:29:01.955Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
510 | 2023-11-30T05:29:01.955Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
511 | 2023-11-30T05:29:01.955Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
512 | 2023-11-30T05:29:01.955Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
513 | 2023-11-30T05:29:01.955Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
514 | 2023-11-30T05:29:01.955Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
515 | 2023-11-30T05:29:01.955Z | + TARGET_DIR=out |
516 | 2023-11-30T05:29:01.955Z | + DOWNLOAD_DIR=out/downloads |
517 | 2023-11-30T05:29:01.955Z | + DEST_DIR=./out/dendrite-stub |
518 | 2023-11-30T05:29:01.955Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
519 | 2023-11-30T05:29:01.955Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
520 | 2023-11-30T05:29:01.955Z | + REPO=oxidecomputer/dendrite |
521 | 2023-11-30T05:29:01.955Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
522 | 2023-11-30T05:29:01.955Z | + main |
523 | 2023-11-30T05:29:01.955Z | + [[ 0 != 0 ]] |
524 | 2023-11-30T05:29:01.955Z | + CIDL_OS=solaris2.11 |
525 | 2023-11-30T05:29:01.955Z | + [[ 0 != 0 ]] |
526 | 2023-11-30T05:29:01.955Z | + configure_os solaris2.11 |
527 | 2023-11-30T05:29:01.955Z | + echo 'current directory: /work/oxidecomputer/omicron' |
528 | 2023-11-30T05:29:01.955Z | current directory: /work/oxidecomputer/omicron |
529 | 2023-11-30T05:29:01.955Z | + echo 'configuring based on OS: "solaris2.11"' |
530 | 2023-11-30T05:29:01.955Z | configuring based on OS: "solaris2.11" |
531 | 2023-11-30T05:29:01.956Z | + case "$1" in |
532 | 2023-11-30T05:29:01.956Z | + SET_BINARIES= |
533 | 2023-11-30T05:29:01.956Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
534 | 2023-11-30T05:29:01.956Z | + CIDL_SHA256FUNC=do_sha256sum |
535 | 2023-11-30T05:29:01.956Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
536 | 2023-11-30T05:29:01.956Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
537 | 2023-11-30T05:29:01.956Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
538 | 2023-11-30T05:29:01.956Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
539 | 2023-11-30T05:29:01.956Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
540 | 2023-11-30T05:29:01.956Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
541 | 2023-11-30T05:29:01.956Z | + mkdir -p out/downloads |
542 | 2023-11-30T05:29:01.956Z | Local file: out/downloads/dendrite-stub.tar.gz |
543 | 2023-11-30T05:29:01.956Z | + mkdir -p ./out/dendrite-stub |
544 | 2023-11-30T05:29:01.956Z | + fetch_and_verify |
545 | 2023-11-30T05:29:01.956Z | + local DO_DOWNLOAD=true |
546 | 2023-11-30T05:29:01.956Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
547 | 2023-11-30T05:29:01.956Z | + '[' true == true ']' |
548 | 2023-11-30T05:29:01.956Z | + echo Downloading... |
549 | 2023-11-30T05:29:01.958Z | Downloading... |
550 | 2023-11-30T05:29:01.958Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
551 | 2023-11-30T05:29:01.958Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
552 | 2023-11-30T05:29:11.056Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-30T05:29:11.062Z | ++ sha256sum |
554 | 2023-11-30T05:29:11.062Z | ++ awk '{print $1}' |
555 | 2023-11-30T05:29:11.159Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
556 | 2023-11-30T05:29:11.159Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
557 | 2023-11-30T05:29:11.159Z | + do_untar out/downloads/dendrite-stub.tar.gz |
558 | 2023-11-30T05:29:11.163Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
559 | 2023-11-30T05:29:12.148Z | + do_assemble |
560 | 2023-11-30T05:29:12.148Z | + rm -r ./out/dendrite-stub |
561 | 2023-11-30T05:29:12.151Z | + mkdir ./out/dendrite-stub |
562 | 2023-11-30T05:29:12.155Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
563 | 2023-11-30T05:29:12.269Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
564 | 2023-11-30T05:29:12.281Z | + set -o errexit |
565 | 2023-11-30T05:29:12.284Z | +++ dirname ./tools/ci_download_maghemite_mgd |
566 | 2023-11-30T05:29:12.287Z | ++ cd ./tools |
567 | 2023-11-30T05:29:12.287Z | ++ pwd |
568 | 2023-11-30T05:29:12.287Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
569 | 2023-11-30T05:29:12.289Z | ++ basename ./tools/ci_download_maghemite_mgd |
570 | 2023-11-30T05:29:12.293Z | + ARG0=ci_download_maghemite_mgd |
571 | 2023-11-30T05:29:12.293Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
572 | 2023-11-30T05:29:12.293Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
573 | 2023-11-30T05:29:12.293Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
574 | 2023-11-30T05:29:12.296Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
575 | 2023-11-30T05:29:12.296Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
576 | 2023-11-30T05:29:12.296Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
577 | 2023-11-30T05:29:12.296Z | + TARGET_DIR=out |
578 | 2023-11-30T05:29:12.296Z | + DOWNLOAD_DIR=out/downloads |
579 | 2023-11-30T05:29:12.296Z | + DEST_DIR=./out/mgd |
580 | 2023-11-30T05:29:12.296Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
581 | 2023-11-30T05:29:12.296Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
582 | 2023-11-30T05:29:12.296Z | + REPO=oxidecomputer/maghemite |
583 | 2023-11-30T05:29:12.296Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
584 | 2023-11-30T05:29:12.296Z | + main |
585 | 2023-11-30T05:29:12.296Z | + [[ 0 != 0 ]] |
586 | 2023-11-30T05:29:12.296Z | + CIDL_OS=solaris2.11 |
587 | 2023-11-30T05:29:12.296Z | + [[ 0 != 0 ]] |
588 | 2023-11-30T05:29:12.296Z | + configure_os solaris2.11 |
589 | 2023-11-30T05:29:12.296Z | + echo 'current directory: /work/oxidecomputer/omicron' |
590 | 2023-11-30T05:29:12.296Z | current directory: /work/oxidecomputer/omicron |
591 | 2023-11-30T05:29:12.296Z | + echo 'configuring based on OS: "solaris2.11"' |
592 | 2023-11-30T05:29:12.296Z | configuring based on OS: "solaris2.11" |
593 | 2023-11-30T05:29:12.296Z | + case "$1" in |
594 | 2023-11-30T05:29:12.296Z | + SET_BINARIES= |
595 | 2023-11-30T05:29:12.296Z | + CIDL_SHA256FUNC=do_sha256sum |
596 | 2023-11-30T05:29:12.296Z | + TARBALL_FILENAME=mgd.tar.gz |
597 | 2023-11-30T05:29:12.296Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
598 | 2023-11-30T05:29:12.296Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
599 | 2023-11-30T05:29:12.296Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
600 | 2023-11-30T05:29:12.296Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
601 | 2023-11-30T05:29:12.296Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
602 | 2023-11-30T05:29:12.296Z | + mkdir -p out/downloads |
603 | 2023-11-30T05:29:12.296Z | Local file: out/downloads/mgd.tar.gz |
604 | 2023-11-30T05:29:12.299Z | + mkdir -p ./out/mgd |
605 | 2023-11-30T05:29:12.299Z | + fetch_and_verify |
606 | 2023-11-30T05:29:12.299Z | + local DO_DOWNLOAD=true |
607 | 2023-11-30T05:29:12.299Z | + [[ -f out/downloads/mgd.tar.gz ]] |
608 | 2023-11-30T05:29:12.299Z | + '[' true == true ']' |
609 | 2023-11-30T05:29:12.299Z | + echo Downloading... |
610 | 2023-11-30T05:29:12.299Z | Downloading... |
611 | 2023-11-30T05:29:12.299Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
612 | 2023-11-30T05:29:12.299Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
613 | 2023-11-30T05:29:15.687Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
614 | 2023-11-30T05:29:15.694Z | ++ sha256sum |
615 | 2023-11-30T05:29:15.694Z | ++ awk '{print $1}' |
616 | 2023-11-30T05:29:15.700Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
617 | 2023-11-30T05:29:15.700Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
618 | 2023-11-30T05:29:15.700Z | + do_untar out/downloads/mgd.tar.gz |
619 | 2023-11-30T05:29:15.700Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
620 | 2023-11-30T05:29:16.362Z | + do_assemble |
621 | 2023-11-30T05:29:16.362Z | + rm -r ./out/mgd |
622 | 2023-11-30T05:29:16.385Z | + mkdir ./out/mgd |
623 | 2023-11-30T05:29:16.385Z | + cp -r out/downloads/root ./out/mgd/root |
624 | 2023-11-30T05:29:16.602Z | + set -o errexit |
625 | 2023-11-30T05:29:16.615Z | +++ dirname ./tools/ci_download_transceiver_control |
626 | 2023-11-30T05:29:16.615Z | ++ cd ./tools |
627 | 2023-11-30T05:29:16.615Z | ++ pwd |
628 | 2023-11-30T05:29:16.615Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
629 | 2023-11-30T05:29:16.615Z | ++ basename ./tools/ci_download_transceiver_control |
630 | 2023-11-30T05:29:16.615Z | + ARG0=ci_download_transceiver_control |
631 | 2023-11-30T05:29:16.615Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
632 | 2023-11-30T05:29:16.616Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
633 | 2023-11-30T05:29:16.616Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
634 | 2023-11-30T05:29:16.616Z | + TARGET_DIR=out |
635 | 2023-11-30T05:29:16.616Z | + DOWNLOAD_DIR=out/downloads |
636 | 2023-11-30T05:29:16.617Z | + DEST_DIR=./out/transceiver-control |
637 | 2023-11-30T05:29:16.617Z | + BIN_DIR=/opt/oxide/bin |
638 | 2023-11-30T05:29:16.617Z | + BINARY=xcvradm |
639 | 2023-11-30T05:29:16.617Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
640 | 2023-11-30T05:29:16.617Z | + REPO=oxidecomputer/transceiver-control |
641 | 2023-11-30T05:29:16.617Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2023-11-30T05:29:16.617Z | + main |
643 | 2023-11-30T05:29:16.617Z | + [[ 0 != 0 ]] |
644 | 2023-11-30T05:29:16.617Z | + CIDL_OS=solaris2.11 |
645 | 2023-11-30T05:29:16.617Z | + [[ 0 != 0 ]] |
646 | 2023-11-30T05:29:16.618Z | + configure_os solaris2.11 |
647 | 2023-11-30T05:29:16.618Z | + echo 'current directory: /work/oxidecomputer/omicron' |
648 | 2023-11-30T05:29:16.618Z | current directory: /work/oxidecomputer/omicron |
649 | 2023-11-30T05:29:16.618Z | + echo 'configuring based on OS: "solaris2.11"' |
650 | 2023-11-30T05:29:16.618Z | + case "$1" in |
651 | 2023-11-30T05:29:16.618Z | configuring based on OS: "solaris2.11" |
652 | 2023-11-30T05:29:16.618Z | + SET_BINARIES= |
653 | 2023-11-30T05:29:16.618Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2023-11-30T05:29:16.618Z | + CIDL_SHA256FUNC=do_sha256sum |
655 | 2023-11-30T05:29:16.619Z | + ARCHIVE_FILENAME=xcvradm.gz |
656 | 2023-11-30T05:29:16.619Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2023-11-30T05:29:16.619Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
658 | 2023-11-30T05:29:16.619Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
659 | 2023-11-30T05:29:16.625Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2023-11-30T05:29:16.625Z | Local file: out/downloads/xcvradm.gz |
661 | 2023-11-30T05:29:16.625Z | + echo 'Local file: out/downloads/xcvradm.gz' |
662 | 2023-11-30T05:29:16.625Z | + mkdir -p out/downloads |
663 | 2023-11-30T05:29:16.625Z | + mkdir -p ./out/transceiver-control |
664 | 2023-11-30T05:29:16.625Z | + fetch_and_verify |
665 | 2023-11-30T05:29:16.625Z | + local DO_DOWNLOAD=true |
666 | 2023-11-30T05:29:16.625Z | + [[ -f out/downloads/xcvradm.gz ]] |
667 | 2023-11-30T05:29:16.625Z | + '[' true == true ']' |
668 | 2023-11-30T05:29:16.625Z | + echo Downloading... |
669 | 2023-11-30T05:29:16.625Z | Downloading... |
670 | 2023-11-30T05:29:16.625Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
671 | 2023-11-30T05:29:16.625Z | + 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 |
672 | 2023-11-30T05:29:18.260Z | ++ do_sha256sum out/downloads/xcvradm.gz |
673 | 2023-11-30T05:29:18.264Z | ++ sha256sum |
674 | 2023-11-30T05:29:18.264Z | ++ awk '{print $1}' |
675 | 2023-11-30T05:29:18.286Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2023-11-30T05:29:18.286Z | + [[ 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 ]] |
677 | 2023-11-30T05:29:18.291Z | + do_unpack out/downloads/xcvradm.gz |
678 | 2023-11-30T05:29:18.291Z | + mkdir -p out/downloads/root//opt/oxide/bin |
679 | 2023-11-30T05:29:18.291Z | + gzip -dc out/downloads/xcvradm.gz |
680 | 2023-11-30T05:29:18.461Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
681 | 2023-11-30T05:29:18.465Z | + do_assemble |
682 | 2023-11-30T05:29:18.465Z | + rm -r ./out/transceiver-control |
683 | 2023-11-30T05:29:18.468Z | + mkdir ./out/transceiver-control |
684 | 2023-11-30T05:29:18.471Z | + cp -r out/downloads/root ./out/transceiver-control/root |
685 | 2023-11-30T05:29:18.684Z | All prerequisites installed successfully |
686 | 2023-11-30T05:29:18.708Z | |
687 | 2023-11-30T05:29:18.708Z | real 1:52.426095239 |
688 | 2023-11-30T05:29:18.708Z | user 54.435897832 |
689 | 2023-11-30T05:29:18.708Z | sys 10.192026178 |
690 | 2023-11-30T05:29:18.708Z | trap 0.023036655 |
691 | 2023-11-30T05:29:18.708Z | tflt 0.194014779 |
692 | 2023-11-30T05:29:18.708Z | dflt 0.509702027 |
693 | 2023-11-30T05:29:18.708Z | kflt 0.167460108 |
694 | 2023-11-30T05:29:18.708Z | lock 1.704180565 |
695 | 2023-11-30T05:29:18.708Z | slp 3:23.501206997 |
696 | 2023-11-30T05:29:18.708Z | lat 3.329230849 |
697 | 2023-11-30T05:29:18.708Z | stop 0.072906147 |
698 | 2023-11-30T05:29:18.708Z | + ptime -m ./tools/ci_download_softnpu_machinery |
699 | 2023-11-30T05:29:18.708Z | fetching npuzone |
700 | 2023-11-30T05:29:18.708Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
701 | 2023-11-30T05:29:18.708Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
702 | 2023-11-30T05:29:18.708Z | Getting hash for npuzone |
703 | 2023-11-30T05:29:19.256Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
704 | 2023-11-30T05:29:26.425Z | npuzone downloaded successfully |
705 | 2023-11-30T05:29:26.430Z | |
706 | 2023-11-30T05:29:26.433Z | real 7.763223044 |
707 | 2023-11-30T05:29:26.433Z | user 0.573710133 |
708 | 2023-11-30T05:29:26.433Z | sys 0.161882757 |
709 | 2023-11-30T05:29:26.433Z | trap 0.000082602 |
710 | 2023-11-30T05:29:26.433Z | tflt 0.000000000 |
711 | 2023-11-30T05:29:26.434Z | dflt 0.000000000 |
712 | 2023-11-30T05:29:26.434Z | kflt 0.000000000 |
713 | 2023-11-30T05:29:26.434Z | lock 0.000000000 |
714 | 2023-11-30T05:29:26.434Z | slp 22.368040522 |
715 | 2023-11-30T05:29:26.434Z | lat 0.148745904 |
716 | 2023-11-30T05:29:26.434Z | stop 0.000270395 |
717 | 2023-11-30T05:29:26.434Z | + export CARGO_INCREMENTAL=0 |
718 | 2023-11-30T05:29:26.434Z | + CARGO_INCREMENTAL=0 |
719 | 2023-11-30T05:29:26.434Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
720 | 2023-11-30T05:29:26.774Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
721 | 2023-11-30T05:29:27.543Z | Updating crates.io index |
722 | 2023-11-30T05:29:27.547Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2023-11-30T05:29:28.033Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2023-11-30T05:29:29.836Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2023-11-30T05:29:30.442Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2023-11-30T05:29:30.824Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2023-11-30T05:29:31.116Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2023-11-30T05:29:31.428Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2023-11-30T05:29:32.392Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2023-11-30T05:29:34.408Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2023-11-30T05:29:35.467Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2023-11-30T05:29:35.818Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2023-11-30T05:29:36.387Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2023-11-30T05:29:36.748Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
735 | 2023-11-30T05:29:37.121Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
736 | 2023-11-30T05:29:37.615Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
737 | 2023-11-30T05:29:37.963Z | Updating git repository `https://github.com/njaremko/samael` |
738 | 2023-11-30T05:29:38.518Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
739 | 2023-11-30T05:29:39.064Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
740 | 2023-11-30T05:29:39.478Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
741 | 2023-11-30T05:29:39.815Z | Updating git repository `https://github.com/jgallagher/nix` |
742 | 2023-11-30T05:29:41.037Z | Updating git repository `https://github.com/cbiffle/hubpack` |
743 | 2023-11-30T05:29:41.573Z | Updating git repository `https://github.com/oxidecomputer/typify` |
744 | 2023-11-30T05:29:42.518Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
745 | 2023-11-30T05:29:42.885Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
746 | 2023-11-30T05:29:43.214Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
747 | 2023-11-30T05:29:45.162Z | Downloading crates ... |
748 | 2023-11-30T05:29:45.166Z | Downloaded colorchoice v1.0.0 |
749 | 2023-11-30T05:29:45.166Z | Downloaded match_cfg v0.1.0 |
750 | 2023-11-30T05:29:45.166Z | Downloaded matches v0.1.10 |
751 | 2023-11-30T05:29:45.166Z | Downloaded async-stream-impl v0.3.5 |
752 | 2023-11-30T05:29:45.166Z | Downloaded nanorand v0.7.0 |
753 | 2023-11-30T05:29:45.166Z | Downloaded cassowary v0.3.0 |
754 | 2023-11-30T05:29:45.166Z | Downloaded aead v0.5.2 |
755 | 2023-11-30T05:29:45.166Z | Downloaded bit-set v0.5.3 |
756 | 2023-11-30T05:29:45.166Z | Downloaded atomicwrites v0.4.2 |
757 | 2023-11-30T05:29:45.166Z | Downloaded ident_case v1.0.1 |
758 | 2023-11-30T05:29:45.166Z | Downloaded ansi_term v0.12.1 |
759 | 2023-11-30T05:29:45.166Z | Downloaded io-lifetimes v1.0.11 |
760 | 2023-11-30T05:29:45.166Z | Downloaded ascii-canvas v3.0.0 |
761 | 2023-11-30T05:29:45.166Z | Downloaded keccak v0.1.4 |
762 | 2023-11-30T05:29:45.166Z | Downloaded block-padding v0.3.3 |
763 | 2023-11-30T05:29:45.166Z | Downloaded bitflags v1.3.2 |
764 | 2023-11-30T05:29:45.166Z | Downloaded adler v1.0.2 |
765 | 2023-11-30T05:29:45.166Z | Downloaded crunchy v0.2.2 |
766 | 2023-11-30T05:29:45.166Z | Downloaded ciborium-io v0.2.1 |
767 | 2023-11-30T05:29:45.166Z | Downloaded maybe-uninit v2.0.0 |
768 | 2023-11-30T05:29:45.166Z | Downloaded itertools v0.11.0 |
769 | 2023-11-30T05:29:45.166Z | Downloaded crossbeam-epoch v0.9.15 |
770 | 2023-11-30T05:29:45.166Z | Downloaded num-rational v0.4.1 |
771 | 2023-11-30T05:29:45.167Z | Downloaded crucible-workspace-hack v0.1.0 |
772 | 2023-11-30T05:29:45.167Z | Downloaded mime_guess v2.0.4 |
773 | 2023-11-30T05:29:45.167Z | Downloaded number_prefix v0.4.0 |
774 | 2023-11-30T05:29:45.167Z | Downloaded inout v0.1.3 |
775 | 2023-11-30T05:29:45.167Z | Downloaded crossbeam-queue v0.3.8 |
776 | 2023-11-30T05:29:45.167Z | Downloaded convert_case v0.4.0 |
777 | 2023-11-30T05:29:45.167Z | Downloaded num_threads v0.1.6 |
778 | 2023-11-30T05:29:45.167Z | Downloaded cstr-argument v0.1.2 |
779 | 2023-11-30T05:29:45.167Z | Downloaded spki v0.7.2 |
780 | 2023-11-30T05:29:45.167Z | Downloaded indoc v2.0.3 |
781 | 2023-11-30T05:29:45.167Z | Downloaded mockall v0.11.4 |
782 | 2023-11-30T05:29:45.170Z | Downloaded num_cpus v1.16.0 |
783 | 2023-11-30T05:29:45.174Z | Downloaded lazycell v1.3.0 |
784 | 2023-11-30T05:29:45.177Z | Downloaded foreign-types-shared v0.1.1 |
785 | 2023-11-30T05:29:45.180Z | Downloaded serde_tokenstream v0.2.0 |
786 | 2023-11-30T05:29:45.187Z | Downloaded is-terminal v0.4.9 |
787 | 2023-11-30T05:29:45.190Z | Downloaded termtree v0.4.1 |
788 | 2023-11-30T05:29:45.194Z | Downloaded ipnetwork v0.20.0 |
789 | 2023-11-30T05:29:45.198Z | Downloaded strum v0.25.0 |
790 | 2023-11-30T05:29:45.201Z | Downloaded static_assertions v1.1.0 |
791 | 2023-11-30T05:29:45.205Z | Downloaded num_enum_derive v0.5.11 |
792 | 2023-11-30T05:29:45.209Z | Downloaded openssl-probe v0.1.5 |
793 | 2023-11-30T05:29:45.212Z | Downloaded zone_cfg_derive v0.3.0 |
794 | 2023-11-30T05:29:45.213Z | Downloaded dof v0.1.5 |
795 | 2023-11-30T05:29:45.215Z | Downloaded doc-comment v0.3.3 |
796 | 2023-11-30T05:29:45.219Z | Downloaded olpc-cjson v0.1.3 |
797 | 2023-11-30T05:29:45.223Z | Downloaded crossbeam-deque v0.8.3 |
798 | 2023-11-30T05:29:45.226Z | Downloaded blake2 v0.10.6 |
799 | 2023-11-30T05:29:45.230Z | Downloaded memoffset v0.7.1 |
800 | 2023-11-30T05:29:45.233Z | Downloaded topological-sort v0.2.2 |
801 | 2023-11-30T05:29:45.236Z | Downloaded tinyvec_macros v0.1.1 |
802 | 2023-11-30T05:29:45.240Z | Downloaded rpassword v7.3.1 |
803 | 2023-11-30T05:29:45.243Z | Downloaded ipnet v2.8.0 |
804 | 2023-11-30T05:29:45.247Z | Downloaded pin-utils v0.1.0 |
805 | 2023-11-30T05:29:45.250Z | Downloaded supports-color v2.1.0 |
806 | 2023-11-30T05:29:45.253Z | Downloaded crc-catalog v2.2.0 |
807 | 2023-11-30T05:29:45.253Z | Downloaded ahash v0.8.3 |
808 | 2023-11-30T05:29:45.258Z | Downloaded num_enum v0.5.11 |
809 | 2023-11-30T05:29:45.267Z | Downloaded display-error-chain v0.2.0 |
810 | 2023-11-30T05:29:45.270Z | Downloaded whoami v1.4.1 |
811 | 2023-11-30T05:29:45.275Z | Downloaded darling_macro v0.14.4 |
812 | 2023-11-30T05:29:45.275Z | Downloaded clap v4.4.3 |
813 | 2023-11-30T05:29:45.293Z | Downloaded dirs-next v2.0.0 |
814 | 2023-11-30T05:29:45.296Z | Downloaded owo-colors v3.5.0 |
815 | 2023-11-30T05:29:45.299Z | Downloaded tiny-keccak v2.0.2 |
816 | 2023-11-30T05:29:45.303Z | Downloaded semver v0.11.0 |
817 | 2023-11-30T05:29:45.307Z | Downloaded cancel-safe-futures v0.1.5 |
818 | 2023-11-30T05:29:45.312Z | Downloaded funty v2.0.0 |
819 | 2023-11-30T05:29:45.316Z | Downloaded fs-err v2.11.0 |
820 | 2023-11-30T05:29:45.319Z | Downloaded corncobs v0.1.3 |
821 | 2023-11-30T05:29:45.322Z | Downloaded hex v0.4.3 |
822 | 2023-11-30T05:29:45.325Z | Downloaded highway v1.1.0 |
823 | 2023-11-30T05:29:45.329Z | Downloaded dyn-clone v1.0.13 |
824 | 2023-11-30T05:29:45.333Z | Downloaded darling_macro v0.20.3 |
825 | 2023-11-30T05:29:45.336Z | Downloaded spin v0.5.2 |
826 | 2023-11-30T05:29:45.339Z | Downloaded resolv-conf v0.7.0 |
827 | 2023-11-30T05:29:45.342Z | Downloaded string_cache v0.8.7 |
828 | 2023-11-30T05:29:45.345Z | Downloaded test-strategy v0.3.1 |
829 | 2023-11-30T05:29:45.350Z | Downloaded enum-as-inner v0.5.1 |
830 | 2023-11-30T05:29:45.354Z | Downloaded endian-type v0.1.2 |
831 | 2023-11-30T05:29:45.354Z | Downloaded hubpack v0.1.2 |
832 | 2023-11-30T05:29:45.357Z | Downloaded unicode-bidi v0.3.13 |
833 | 2023-11-30T05:29:45.362Z | Downloaded stringprep v0.1.3 |
834 | 2023-11-30T05:29:45.365Z | Downloaded tower-service v0.3.2 |
835 | 2023-11-30T05:29:45.368Z | Downloaded clang-sys v1.6.1 |
836 | 2023-11-30T05:29:45.373Z | Downloaded pretty-hex v0.2.1 |
837 | 2023-11-30T05:29:45.376Z | Downloaded rustversion v1.0.14 |
838 | 2023-11-30T05:29:45.380Z | Downloaded serde_spanned v0.6.4 |
839 | 2023-11-30T05:29:45.385Z | Downloaded pkcs1 v0.7.5 |
840 | 2023-11-30T05:29:45.388Z | Downloaded deranged v0.3.8 |
841 | 2023-11-30T05:29:45.392Z | Downloaded phf_shared v0.10.0 |
842 | 2023-11-30T05:29:45.392Z | Downloaded data-encoding v2.4.0 |
843 | 2023-11-30T05:29:45.396Z | Downloaded oso v0.27.0 |
844 | 2023-11-30T05:29:45.399Z | Downloaded float-cmp v0.9.0 |
845 | 2023-11-30T05:29:45.402Z | Downloaded thread_local v1.1.7 |
846 | 2023-11-30T05:29:45.406Z | Downloaded scheduled-thread-pool v0.2.7 |
847 | 2023-11-30T05:29:45.409Z | Downloaded waitgroup v0.1.2 |
848 | 2023-11-30T05:29:45.409Z | Downloaded ref-cast-impl v1.0.20 |
849 | 2023-11-30T05:29:45.413Z | Downloaded fallible-iterator v0.2.0 |
850 | 2023-11-30T05:29:45.416Z | Downloaded rand_chacha v0.3.1 |
851 | 2023-11-30T05:29:45.416Z | Downloaded pretty-hex v0.4.0 |
852 | 2023-11-30T05:29:45.420Z | Downloaded peeking_take_while v0.1.2 |
853 | 2023-11-30T05:29:45.423Z | Downloaded xattr v1.0.1 |
854 | 2023-11-30T05:29:45.426Z | Downloaded hubpack_derive v0.1.1 |
855 | 2023-11-30T05:29:45.427Z | Downloaded structmeta v0.2.0 |
856 | 2023-11-30T05:29:45.431Z | Downloaded universal-hash v0.5.1 |
857 | 2023-11-30T05:29:45.431Z | Downloaded unicode-xid v0.2.4 |
858 | 2023-11-30T05:29:45.434Z | Downloaded derive_builder_macro v0.12.0 |
859 | 2023-11-30T05:29:45.434Z | Downloaded serde_with_macros v2.3.3 |
860 | 2023-11-30T05:29:45.437Z | Downloaded spin v0.9.8 |
861 | 2023-11-30T05:29:45.442Z | Downloaded want v0.3.1 |
862 | 2023-11-30T05:29:45.446Z | Downloaded thiserror-impl-no-std v2.0.2 |
863 | 2023-11-30T05:29:45.449Z | Downloaded equivalent v1.0.1 |
864 | 2023-11-30T05:29:45.449Z | Downloaded serde-hex v0.1.0 |
865 | 2023-11-30T05:29:45.452Z | Downloaded thiserror v1.0.49 |
866 | 2023-11-30T05:29:45.459Z | Downloaded futures v0.3.29 |
867 | 2023-11-30T05:29:45.469Z | Downloaded slog-dtrace v0.2.3 |
868 | 2023-11-30T05:29:45.472Z | Downloaded pem v3.0.2 |
869 | 2023-11-30T05:29:45.475Z | Downloaded tokio-stream v0.1.14 |
870 | 2023-11-30T05:29:45.483Z | Downloaded omicron-zone-package v0.9.1 |
871 | 2023-11-30T05:29:45.488Z | Downloaded getopts v0.2.21 |
872 | 2023-11-30T05:29:45.503Z | Downloaded zerocopy v0.3.0 |
873 | 2023-11-30T05:29:45.503Z | Downloaded pest_generator v2.7.2 |
874 | 2023-11-30T05:29:45.503Z | Downloaded usdt-attr-macro v0.3.5 |
875 | 2023-11-30T05:29:45.507Z | Downloaded semver v0.1.20 |
876 | 2023-11-30T05:29:45.508Z | Downloaded serde_yaml v0.9.25 |
877 | 2023-11-30T05:29:45.511Z | Downloaded version_check v0.9.4 |
878 | 2023-11-30T05:29:45.511Z | Downloaded utf-8 v0.7.6 |
879 | 2023-11-30T05:29:45.513Z | Downloaded usdt-impl v0.3.5 |
880 | 2023-11-30T05:29:45.516Z | Downloaded poly1305 v0.8.0 |
881 | 2023-11-30T05:29:45.520Z | Downloaded rustfmt-wrapper v0.2.0 |
882 | 2023-11-30T05:29:45.523Z | Downloaded headers-core v0.2.0 |
883 | 2023-11-30T05:29:45.527Z | Downloaded which v4.4.0 |
884 | 2023-11-30T05:29:45.527Z | Downloaded env_logger v0.10.0 |
885 | 2023-11-30T05:29:45.532Z | Downloaded rustc-demangle v0.1.23 |
886 | 2023-11-30T05:29:45.536Z | Downloaded rtoolbox v0.0.1 |
887 | 2023-11-30T05:29:45.540Z | Downloaded pem-rfc7468 v0.7.0 |
888 | 2023-11-30T05:29:45.544Z | Downloaded radium v0.7.0 |
889 | 2023-11-30T05:29:45.551Z | Downloaded generic-array v0.14.7 |
890 | 2023-11-30T05:29:45.551Z | Downloaded yasna v0.5.2 |
891 | 2023-11-30T05:29:45.554Z | Downloaded elliptic-curve v0.13.5 |
892 | 2023-11-30T05:29:45.974Z | Downloaded predicates-core v1.0.6 |
893 | 2023-11-30T05:29:45.979Z | Downloaded vte_generate_state_changes v0.1.1 |
894 | 2023-11-30T05:29:45.979Z | Downloaded wait-timeout v0.2.0 |
895 | 2023-11-30T05:29:45.979Z | Downloaded shlex v1.1.0 |
896 | 2023-11-30T05:29:45.979Z | Downloaded termios v0.3.3 |
897 | 2023-11-30T05:29:45.979Z | Downloaded tracing-attributes v0.1.26 |
898 | 2023-11-30T05:29:45.979Z | Downloaded flume v0.11.0 |
899 | 2023-11-30T05:29:45.979Z | Downloaded time-core v0.1.1 |
900 | 2023-11-30T05:29:45.979Z | Downloaded proc-macro-crate v1.3.1 |
901 | 2023-11-30T05:29:45.979Z | Downloaded tap v1.0.1 |
902 | 2023-11-30T05:29:45.979Z | Downloaded fxhash v0.2.1 |
903 | 2023-11-30T05:29:45.979Z | Downloaded precomputed-hash v0.1.1 |
904 | 2023-11-30T05:29:45.979Z | Downloaded hyper-staticfile v0.9.5 |
905 | 2023-11-30T05:29:45.981Z | Downloaded paste v1.0.14 |
906 | 2023-11-30T05:29:45.981Z | Downloaded ena v0.14.2 |
907 | 2023-11-30T05:29:45.981Z | Downloaded proc-macro-error v1.0.4 |
908 | 2023-11-30T05:29:45.981Z | Downloaded take_mut v0.2.2 |
909 | 2023-11-30T05:29:45.981Z | Downloaded foreign-types-macros v0.2.3 |
910 | 2023-11-30T05:29:45.981Z | Downloaded shell-words v1.1.0 |
911 | 2023-11-30T05:29:45.981Z | Downloaded serde_path_to_error v0.1.14 |
912 | 2023-11-30T05:29:45.981Z | Downloaded serde-big-array v0.4.1 |
913 | 2023-11-30T05:29:45.981Z | Downloaded futures-executor v0.3.29 |
914 | 2023-11-30T05:29:45.981Z | Downloaded pest_derive v2.7.2 |
915 | 2023-11-30T05:29:45.981Z | Downloaded signal-hook-tokio v0.3.1 |
916 | 2023-11-30T05:29:45.981Z | Downloaded ucd-trie v0.1.6 |
917 | 2023-11-30T05:29:45.981Z | Downloaded utf8parse v0.2.1 |
918 | 2023-11-30T05:29:45.981Z | Downloaded unicase v2.7.0 |
919 | 2023-11-30T05:29:45.981Z | Downloaded password-hash v0.5.0 |
920 | 2023-11-30T05:29:45.981Z | Downloaded time-macros v0.2.13 |
921 | 2023-11-30T05:29:45.981Z | Downloaded structopt v0.3.26 |
922 | 2023-11-30T05:29:45.982Z | Downloaded parse-display v0.8.2 |
923 | 2023-11-30T05:29:45.982Z | Downloaded bindgen v0.65.1 |
924 | 2023-11-30T05:29:45.982Z | Downloaded percent-encoding v2.3.1 |
925 | 2023-11-30T05:29:45.982Z | Downloaded unicode-width v0.1.11 |
926 | 2023-11-30T05:29:45.982Z | Downloaded derive_builder_core v0.12.0 |
927 | 2023-11-30T05:29:45.982Z | Downloaded vte v0.11.1 |
928 | 2023-11-30T05:29:45.982Z | Downloaded downcast v0.11.0 |
929 | 2023-11-30T05:29:45.982Z | Downloaded group v0.13.0 |
930 | 2023-11-30T05:29:45.982Z | Downloaded semver v1.0.20 |
931 | 2023-11-30T05:29:45.982Z | Downloaded foreign-types v0.5.0 |
932 | 2023-11-30T05:29:45.982Z | Downloaded serde_repr v0.1.16 |
933 | 2023-11-30T05:29:45.982Z | Downloaded predicates v3.0.4 |
934 | 2023-11-30T05:29:45.982Z | Downloaded either v1.9.0 |
935 | 2023-11-30T05:29:45.982Z | Downloaded dtrace-parser v0.1.14 |
936 | 2023-11-30T05:29:45.982Z | Downloaded serde_plain v1.0.2 |
937 | 2023-11-30T05:29:45.982Z | Downloaded ed25519 v1.5.3 |
938 | 2023-11-30T05:29:45.982Z | Downloaded signature v1.6.4 |
939 | 2023-11-30T05:29:45.982Z | Downloaded der v0.7.8 |
940 | 2023-11-30T05:29:45.982Z | Downloaded glob v0.3.1 |
941 | 2023-11-30T05:29:45.982Z | Downloaded wyz v0.5.1 |
942 | 2023-11-30T05:29:45.982Z | Downloaded try-lock v0.2.4 |
943 | 2023-11-30T05:29:45.982Z | Downloaded slog-bunyan v2.4.0 |
944 | 2023-11-30T05:29:45.982Z | Downloaded derive_more v0.99.17 |
945 | 2023-11-30T05:29:45.982Z | Downloaded strsim v0.10.0 |
946 | 2023-11-30T05:29:45.983Z | Downloaded aho-corasick v1.0.4 |
947 | 2023-11-30T05:29:45.983Z | Downloaded fd-lock v3.0.13 |
948 | 2023-11-30T05:29:45.983Z | Downloaded predicates v2.1.5 |
949 | 2023-11-30T05:29:45.983Z | Downloaded debug-ignore v1.0.5 |
950 | 2023-11-30T05:29:45.983Z | Downloaded humantime v2.1.0 |
951 | 2023-11-30T05:29:45.983Z | Downloaded futures-task v0.3.29 |
952 | 2023-11-30T05:29:45.983Z | Downloaded postcard-cobs v0.1.5-pre |
953 | 2023-11-30T05:29:45.983Z | Downloaded derive-where v1.2.5 |
954 | 2023-11-30T05:29:45.983Z | Downloaded parking_lot_core v0.9.8 |
955 | 2023-11-30T05:29:45.983Z | Downloaded futures-channel v0.3.29 |
956 | 2023-11-30T05:29:45.983Z | Downloaded headers v0.3.9 |
957 | 2023-11-30T05:29:45.983Z | Downloaded fatfs v0.3.6 |
958 | 2023-11-30T05:29:45.983Z | Downloaded parking_lot_core v0.8.6 |
959 | 2023-11-30T05:29:45.983Z | Downloaded reqwest v0.11.22 |
960 | 2023-11-30T05:29:45.983Z | Downloaded schemars v0.8.13 |
961 | 2023-11-30T05:29:45.983Z | Downloaded snafu v0.7.5 |
962 | 2023-11-30T05:29:45.983Z | Downloaded reedline v0.26.0 |
963 | 2023-11-30T05:29:45.983Z | Downloaded tokio-postgres v0.7.10 |
964 | 2023-11-30T05:29:45.983Z | Downloaded libxml v0.3.3 |
965 | 2023-11-30T05:29:45.983Z | Downloaded hashbrown v0.12.3 |
966 | 2023-11-30T05:29:45.983Z | Downloaded pin-project v1.1.3 |
967 | 2023-11-30T05:29:45.983Z | Downloaded flate2 v1.0.28 |
968 | 2023-11-30T05:29:45.983Z | Downloaded idna v0.5.0 |
969 | 2023-11-30T05:29:45.983Z | Downloaded regex-automata v0.1.10 |
970 | 2023-11-30T05:29:45.983Z | Downloaded hashbrown v0.13.2 |
971 | 2023-11-30T05:29:45.983Z | Downloaded tabled v0.14.0 |
972 | 2023-11-30T05:29:45.989Z | Downloaded unicode-normalization v0.1.22 |
973 | 2023-11-30T05:29:46.029Z | Downloaded smoltcp v0.9.1 |
974 | 2023-11-30T05:29:46.037Z | Downloaded h2 v0.3.21 |
975 | 2023-11-30T05:29:46.037Z | Downloaded winnow v0.5.15 |
976 | 2023-11-30T05:29:46.045Z | Downloaded polar-core v0.27.0 |
977 | 2023-11-30T05:29:46.058Z | Downloaded bstr v1.6.0 |
978 | 2023-11-30T05:29:46.492Z | Downloaded rustls v0.21.9 |
979 | 2023-11-30T05:29:46.495Z | Downloaded lalrpop v0.19.12 |
980 | 2023-11-30T05:29:46.495Z | Downloaded pest v2.7.2 |
981 | 2023-11-30T05:29:46.495Z | Downloaded hkdf v0.12.3 |
982 | 2023-11-30T05:29:46.495Z | Downloaded chrono v0.4.31 |
983 | 2023-11-30T05:29:46.495Z | Downloaded diesel v2.1.4 |
984 | 2023-11-30T05:29:46.496Z | Downloaded zerocopy-derive v0.6.4 |
985 | 2023-11-30T05:29:46.496Z | Downloaded webpki-roots v0.25.2 |
986 | 2023-11-30T05:29:46.496Z | Downloaded regex-automata v0.4.3 |
987 | 2023-11-30T05:29:46.496Z | Downloaded rustls-webpki v0.101.7 |
988 | 2023-11-30T05:29:46.496Z | Downloaded futures-util v0.3.29 |
989 | 2023-11-30T05:29:46.496Z | Downloaded rayon v1.8.0 |
990 | 2023-11-30T05:29:46.496Z | Downloaded sha3 v0.10.8 |
991 | 2023-11-30T05:29:46.496Z | Downloaded ratatui v0.23.0 |
992 | 2023-11-30T05:29:46.496Z | Downloaded proptest v1.4.0 |
993 | 2023-11-30T05:29:46.496Z | Downloaded gimli v0.28.0 |
994 | 2023-11-30T05:29:46.496Z | Downloaded radix_trie v0.2.1 |
995 | 2023-11-30T05:29:46.496Z | Downloaded regex v1.10.2 |
996 | 2023-11-30T05:29:46.496Z | Downloaded trust-dns-proto v0.22.0 |
997 | 2023-11-30T05:29:46.496Z | Downloaded rustix v0.37.23 |
998 | 2023-11-30T05:29:46.496Z | Downloaded regex-syntax v0.8.2 |
999 | 2023-11-30T05:29:46.499Z | Downloaded rustix v0.38.25 |
1000 | 2023-11-30T05:29:46.541Z | Downloaded sled v0.34.7 |
1001 | 2023-11-30T05:29:46.562Z | Downloaded openapiv3 v2.0.0-rc.1 |
1002 | 2023-11-30T05:29:46.587Z | Downloaded zerocopy-derive v0.2.0 |
1003 | 2023-11-30T05:29:46.604Z | Downloaded regex-automata v0.3.8 |
1004 | 2023-11-30T05:29:46.644Z | Downloaded tokio v1.34.0 |
1005 | 2023-11-30T05:29:46.702Z | Downloaded libc v0.2.150 |
1006 | 2023-11-30T05:29:46.748Z | Downloaded regex-syntax v0.6.29 |
1007 | 2023-11-30T05:29:46.762Z | Downloaded regress v0.7.1 |
1008 | 2023-11-30T05:29:46.782Z | Downloaded encoding_rs v0.8.33 |
1009 | 2023-11-30T05:29:46.826Z | Downloaded curve25519-dalek v4.1.0 |
1010 | 2023-11-30T05:29:46.842Z | Downloaded object v0.32.1 |
1011 | 2023-11-30T05:29:46.868Z | Downloaded openssl v0.10.57 |
1012 | 2023-11-30T05:29:46.877Z | Downloaded syn v2.0.32 |
1013 | 2023-11-30T05:29:46.901Z | Downloaded petgraph v0.6.4 |
1014 | 2023-11-30T05:29:46.922Z | Downloaded object v0.30.4 |
1015 | 2023-11-30T05:29:46.945Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1016 | 2023-11-30T05:29:46.971Z | Downloaded syn v1.0.109 |
1017 | 2023-11-30T05:29:46.989Z | Downloaded regex-syntax v0.7.5 |
1018 | 2023-11-30T05:29:47.002Z | Downloaded ring v0.17.5 |
1019 | 2023-11-30T05:29:47.137Z | Downloaded clap v2.34.0 |
1020 | 2023-11-30T05:29:47.153Z | Downloaded trust-dns-client v0.22.0 |
1021 | 2023-11-30T05:29:47.161Z | Downloaded unicode-segmentation v1.10.1 |
1022 | 2023-11-30T05:29:47.168Z | Downloaded hyper v0.14.27 |
1023 | 2023-11-30T05:29:47.177Z | Downloaded vcpkg v0.2.15 |
1024 | 2023-11-30T05:29:47.276Z | Downloaded ring v0.16.20 |
1025 | 2023-11-30T05:29:47.464Z | Downloaded idna v0.2.3 |
1026 | 2023-11-30T05:29:47.480Z | Downloaded hashbrown v0.14.2 |
1027 | 2023-11-30T05:29:47.492Z | Downloaded x509-cert v0.2.4 |
1028 | 2023-11-30T05:29:47.492Z | Downloaded clap_builder v4.4.2 |
1029 | 2023-11-30T05:29:47.501Z | Downloaded smoltcp v0.8.2 |
1030 | 2023-11-30T05:29:47.520Z | Downloaded quick-xml v0.23.1 |
1031 | 2023-11-30T05:29:47.538Z | Downloaded serde_with v2.3.3 |
1032 | 2023-11-30T05:29:47.551Z | Downloaded bitvec v1.0.1 |
1033 | 2023-11-30T05:29:47.577Z | Downloaded derive_builder v0.12.0 |
1034 | 2023-11-30T05:29:47.585Z | Downloaded pin-project-lite v0.2.13 |
1035 | 2023-11-30T05:29:47.591Z | Downloaded pin-project-internal v1.1.3 |
1036 | 2023-11-30T05:29:47.591Z | Downloaded heapless v0.7.16 |
1037 | 2023-11-30T05:29:47.617Z | Downloaded slog v2.7.0 |
1038 | 2023-11-30T05:29:47.617Z | Downloaded proc-macro2 v1.0.69 |
1039 | 2023-11-30T05:29:47.617Z | Downloaded typed-path v0.6.0 |
1040 | 2023-11-30T05:29:47.625Z | Downloaded textwrap v0.16.0 |
1041 | 2023-11-30T05:29:47.628Z | Downloaded trust-dns-server v0.22.1 |
1042 | 2023-11-30T05:29:47.648Z | Downloaded diesel_derives v2.1.2 |
1043 | 2023-11-30T05:29:47.648Z | Downloaded toml_edit v0.19.15 |
1044 | 2023-11-30T05:29:47.668Z | Downloaded salty v0.2.0 |
1045 | 2023-11-30T05:29:47.676Z | Downloaded crossterm v0.27.0 |
1046 | 2023-11-30T05:29:47.687Z | Downloaded bstr v0.2.17 |
1047 | 2023-11-30T05:29:47.707Z | Downloaded time v0.3.27 |
1048 | 2023-11-30T05:29:47.717Z | Downloaded hmac v0.12.1 |
1049 | 2023-11-30T05:29:47.725Z | Downloaded toml v0.5.11 |
1050 | 2023-11-30T05:29:47.732Z | Downloaded sct v0.7.0 |
1051 | 2023-11-30T05:29:47.732Z | Downloaded half v1.8.2 |
1052 | 2023-11-30T05:29:47.742Z | Downloaded toml_edit v0.21.0 |
1053 | 2023-11-30T05:29:47.779Z | Downloaded tough v0.15.0 |
1054 | 2023-11-30T05:29:47.799Z | Downloaded futures-sink v0.3.29 |
1055 | 2023-11-30T05:29:47.812Z | Downloaded slog-envlogger v2.2.0 |
1056 | 2023-11-30T05:29:47.812Z | Downloaded predicates-tree v1.0.9 |
1057 | 2023-11-30T05:29:47.812Z | Downloaded slog-term v2.9.0 |
1058 | 2023-11-30T05:29:47.812Z | Downloaded smallvec v1.11.0 |
1059 | 2023-11-30T05:29:47.812Z | Downloaded serde_urlencoded v0.7.1 |
1060 | 2023-11-30T05:29:47.812Z | Downloaded rayon-core v1.12.0 |
1061 | 2023-11-30T05:29:47.816Z | Downloaded http v0.2.11 |
1062 | 2023-11-30T05:29:47.823Z | Downloaded nom v7.1.3 |
1063 | 2023-11-30T05:29:47.832Z | Downloaded num-bigint-dig v0.8.4 |
1064 | 2023-11-30T05:29:47.841Z | Downloaded fixedbitset v0.4.2 |
1065 | 2023-11-30T05:29:47.846Z | Downloaded hash32 v0.2.1 |
1066 | 2023-11-30T05:29:47.850Z | Downloaded quote v1.0.33 |
1067 | 2023-11-30T05:29:47.853Z | Downloaded postgres-types v0.2.6 |
1068 | 2023-11-30T05:29:47.857Z | Downloaded rustls-native-certs v0.6.3 |
1069 | 2023-11-30T05:29:47.862Z | Downloaded parse-display-derive v0.8.2 |
1070 | 2023-11-30T05:29:47.862Z | Downloaded smallvec v0.6.14 |
1071 | 2023-11-30T05:29:47.865Z | Downloaded proc-macro-error-attr v1.0.4 |
1072 | 2023-11-30T05:29:47.865Z | Downloaded unsafe-libyaml v0.2.9 |
1073 | 2023-11-30T05:29:47.871Z | Downloaded postgres-protocol v0.6.6 |
1074 | 2023-11-30T05:29:47.875Z | Downloaded ff v0.13.0 |
1075 | 2023-11-30T05:29:47.879Z | Downloaded trust-dns-resolver v0.22.0 |
1076 | 2023-11-30T05:29:47.884Z | Downloaded libm v0.2.7 |
1077 | 2023-11-30T05:29:47.900Z | Downloaded zip v0.6.6 |
1078 | 2023-11-30T05:29:47.907Z | Downloaded portable-atomic v1.4.3 |
1079 | 2023-11-30T05:29:47.916Z | Downloaded serde_json v1.0.108 |
1080 | 2023-11-30T05:29:47.928Z | Downloaded futures-io v0.3.29 |
1081 | 2023-11-30T05:29:47.933Z | Downloaded quick-error v1.2.3 |
1082 | 2023-11-30T05:29:47.934Z | Downloaded tracing-core v0.1.31 |
1083 | 2023-11-30T05:29:47.938Z | Downloaded tungstenite v0.20.1 |
1084 | 2023-11-30T05:29:47.943Z | Downloaded rand v0.8.5 |
1085 | 2023-11-30T05:29:47.951Z | Downloaded futures-macro v0.3.29 |
1086 | 2023-11-30T05:29:47.954Z | Downloaded typenum v1.16.0 |
1087 | 2023-11-30T05:29:47.958Z | Downloaded prettyplease v0.2.12 |
1088 | 2023-11-30T05:29:47.963Z | Downloaded phf_shared v0.11.2 |
1089 | 2023-11-30T05:29:47.965Z | Downloaded subtle v2.5.0 |
1090 | 2023-11-30T05:29:47.970Z | Downloaded http-body v0.4.5 |
1091 | 2023-11-30T05:29:47.970Z | Downloaded heck v0.3.3 |
1092 | 2023-11-30T05:29:47.973Z | Downloaded fnv v1.0.7 |
1093 | 2023-11-30T05:29:47.973Z | Downloaded unicode-ident v1.0.12 |
1094 | 2023-11-30T05:29:47.977Z | Downloaded tracing v0.1.37 |
1095 | 2023-11-30T05:29:47.986Z | Downloaded slog-json v2.6.1 |
1096 | 2023-11-30T05:29:47.989Z | Downloaded walkdir v2.4.0 |
1097 | 2023-11-30T05:29:47.992Z | Downloaded platforms v3.0.2 |
1098 | 2023-11-30T05:29:47.995Z | Downloaded pkcs8 v0.10.2 |
1099 | 2023-11-30T05:29:48.001Z | Downloaded textwrap v0.11.0 |
1100 | 2023-11-30T05:29:48.004Z | Downloaded thread-id v4.2.0 |
1101 | 2023-11-30T05:29:48.007Z | Downloaded synstructure v0.12.6 |
1102 | 2023-11-30T05:29:48.010Z | Downloaded pest_meta v2.7.2 |
1103 | 2023-11-30T05:29:48.013Z | Downloaded itertools v0.12.0 |
1104 | 2023-11-30T05:29:48.024Z | Downloaded ppv-lite86 v0.2.17 |
1105 | 2023-11-30T05:29:48.032Z | Downloaded rustc_version v0.1.7 |
1106 | 2023-11-30T05:29:48.033Z | Downloaded packed_struct v0.10.1 |
1107 | 2023-11-30T05:29:48.043Z | Downloaded r2d2 v0.8.10 |
1108 | 2023-11-30T05:29:48.043Z | Downloaded pkg-config v0.3.27 |
1109 | 2023-11-30T05:29:48.043Z | Downloaded vsss-rs v3.3.1 |
1110 | 2023-11-30T05:29:48.049Z | Downloaded hyper-rustls v0.24.2 |
1111 | 2023-11-30T05:29:48.049Z | Downloaded similar v2.2.1 |
1112 | 2023-11-30T05:29:48.057Z | Downloaded terminal_size v0.2.6 |
1113 | 2023-11-30T05:29:48.063Z | Downloaded pem v1.1.1 |
1114 | 2023-11-30T05:29:48.063Z | Downloaded scopeguard v1.2.0 |
1115 | 2023-11-30T05:29:48.063Z | Downloaded serde_derive v1.0.192 |
1116 | 2023-11-30T05:29:48.072Z | Downloaded ryu v1.0.15 |
1117 | 2023-11-30T05:29:48.076Z | Downloaded toml v0.7.8 |
1118 | 2023-11-30T05:29:48.076Z | Downloaded tokio-rustls v0.24.1 |
1119 | 2023-11-30T05:29:48.083Z | Downloaded tokio-util v0.7.10 |
1120 | 2023-11-30T05:29:48.120Z | Downloaded subprocess v0.2.9 |
1121 | 2023-11-30T05:29:48.126Z | Downloaded tinyvec v1.6.0 |
1122 | 2023-11-30T05:29:48.126Z | Downloaded der_derive v0.7.2 |
1123 | 2023-11-30T05:29:48.126Z | Downloaded same-file v1.0.6 |
1124 | 2023-11-30T05:29:48.126Z | Downloaded tar v0.4.40 |
1125 | 2023-11-30T05:29:48.126Z | Downloaded rsa v0.9.2 |
1126 | 2023-11-30T05:29:48.126Z | Downloaded signature v2.1.0 |
1127 | 2023-11-30T05:29:48.126Z | Downloaded rcgen v0.11.3 |
1128 | 2023-11-30T05:29:48.130Z | Downloaded steno v0.4.0 |
1129 | 2023-11-30T05:29:48.140Z | Downloaded untrusted v0.9.0 |
1130 | 2023-11-30T05:29:48.140Z | Downloaded phf v0.11.2 |
1131 | 2023-11-30T05:29:48.144Z | Downloaded rand_xorshift v0.3.0 |
1132 | 2023-11-30T05:29:48.144Z | Downloaded rand_core v0.6.4 |
1133 | 2023-11-30T05:29:48.147Z | Downloaded fragile v2.0.0 |
1134 | 2023-11-30T05:29:48.151Z | Downloaded form_urlencoded v1.2.1 |
1135 | 2023-11-30T05:29:48.151Z | Downloaded thiserror-no-std v2.0.2 |
1136 | 2023-11-30T05:29:48.157Z | Downloaded httpdate v1.0.3 |
1137 | 2023-11-30T05:29:48.160Z | Downloaded slog-async v2.8.0 |
1138 | 2023-11-30T05:29:48.164Z | Downloaded darling_core v0.20.3 |
1139 | 2023-11-30T05:29:48.171Z | Downloaded rustc-hash v1.1.0 |
1140 | 2023-11-30T05:29:48.175Z | Downloaded signal-hook v0.3.17 |
1141 | 2023-11-30T05:29:48.178Z | Downloaded toml v0.8.8 |
1142 | 2023-11-30T05:29:48.183Z | Downloaded path-slash v0.1.5 |
1143 | 2023-11-30T05:29:48.187Z | Downloaded ron v0.8.1 |
1144 | 2023-11-30T05:29:48.195Z | Downloaded openssl-sys v0.9.93 |
1145 | 2023-11-30T05:29:48.205Z | Downloaded url v2.5.0 |
1146 | 2023-11-30T05:29:48.210Z | Downloaded tui-tree-widget v0.13.0 |
1147 | 2023-11-30T05:29:48.214Z | Downloaded getrandom v0.2.10 |
1148 | 2023-11-30T05:29:48.217Z | Downloaded uuid v1.6.1 |
1149 | 2023-11-30T05:29:48.224Z | Downloaded rustls-pemfile v1.0.3 |
1150 | 2023-11-30T05:29:48.228Z | Downloaded fastrand v2.0.0 |
1151 | 2023-11-30T05:29:48.232Z | Downloaded untrusted v0.7.1 |
1152 | 2023-11-30T05:29:48.235Z | Downloaded rusty-fork v0.3.0 |
1153 | 2023-11-30T05:29:48.238Z | Downloaded thiserror-impl v1.0.49 |
1154 | 2023-11-30T05:29:48.238Z | Downloaded socket2 v0.5.5 |
1155 | 2023-11-30T05:29:48.243Z | Downloaded const-oid v0.9.5 |
1156 | 2023-11-30T05:29:48.246Z | Downloaded usdt-macro v0.3.5 |
1157 | 2023-11-30T05:29:48.250Z | Downloaded schemars_derive v0.8.13 |
1158 | 2023-11-30T05:29:48.253Z | Downloaded diff v0.1.13 |
1159 | 2023-11-30T05:29:48.256Z | Downloaded rustc_version v0.4.0 |
1160 | 2023-11-30T05:29:48.260Z | Downloaded flagset v0.4.3 |
1161 | 2023-11-30T05:29:48.260Z | Downloaded num-traits v0.2.16 |
1162 | 2023-11-30T05:29:48.264Z | Downloaded socket2 v0.4.9 |
1163 | 2023-11-30T05:29:48.269Z | Downloaded crossbeam-channel v0.5.8 |
1164 | 2023-11-30T05:29:48.276Z | Downloaded serde v1.0.192 |
1165 | 2023-11-30T05:29:48.283Z | Downloaded memchr v2.6.3 |
1166 | 2023-11-30T05:29:48.293Z | Downloaded zerocopy v0.6.4 |
1167 | 2023-11-30T05:29:48.298Z | Downloaded ref-cast v1.0.20 |
1168 | 2023-11-30T05:29:48.302Z | Downloaded tokio-native-tls v0.3.1 |
1169 | 2023-11-30T05:29:48.307Z | Downloaded httparse v1.8.0 |
1170 | 2023-11-30T05:29:48.312Z | Downloaded log v0.4.20 |
1171 | 2023-11-30T05:29:48.317Z | Downloaded tokio-macros v2.2.0 |
1172 | 2023-11-30T05:29:48.318Z | Downloaded tabled_derive v0.6.0 |
1173 | 2023-11-30T05:29:48.318Z | Downloaded strum_macros v0.25.2 |
1174 | 2023-11-30T05:29:48.323Z | Downloaded strsim v0.8.0 |
1175 | 2023-11-30T05:29:48.323Z | Downloaded smawk v0.3.1 |
1176 | 2023-11-30T05:29:48.331Z | Downloaded miniz_oxide v0.7.1 |
1177 | 2023-11-30T05:29:48.331Z | Downloaded base64 v0.21.5 |
1178 | 2023-11-30T05:29:48.339Z | Downloaded parking_lot v0.11.2 |
1179 | 2023-11-30T05:29:48.348Z | Downloaded snafu-derive v0.7.5 |
1180 | 2023-11-30T05:29:48.348Z | Downloaded postcard v0.7.3 |
1181 | 2023-11-30T05:29:48.348Z | Downloaded strum_macros v0.24.3 |
1182 | 2023-11-30T05:29:48.356Z | Downloaded futures-core v0.3.29 |
1183 | 2023-11-30T05:29:48.356Z | Downloaded strip-ansi-escapes v0.2.0 |
1184 | 2023-11-30T05:29:48.356Z | Downloaded papergrid v0.10.0 |
1185 | 2023-11-30T05:29:48.366Z | Downloaded md-5 v0.10.5 |
1186 | 2023-11-30T05:29:48.372Z | Downloaded hostname v0.3.1 |
1187 | 2023-11-30T05:29:48.372Z | Downloaded heck v0.4.1 |
1188 | 2023-11-30T05:29:48.372Z | Downloaded serde-big-array v0.5.1 |
1189 | 2023-11-30T05:29:48.372Z | Downloaded toml_datetime v0.6.5 |
1190 | 2023-11-30T05:29:48.378Z | Downloaded structmeta-derive v0.2.0 |
1191 | 2023-11-30T05:29:48.378Z | Downloaded tempfile v3.8.1 |
1192 | 2023-11-30T05:29:48.383Z | Downloaded crc32fast v1.3.2 |
1193 | 2023-11-30T05:29:48.383Z | Downloaded chacha20poly1305 v0.10.1 |
1194 | 2023-11-30T05:29:48.389Z | Downloaded cc v1.0.83 |
1195 | 2023-11-30T05:29:48.394Z | Downloaded term v0.7.0 |
1196 | 2023-11-30T05:29:48.399Z | Downloaded backtrace v0.3.69 |
1197 | 2023-11-30T05:29:48.405Z | Downloaded usdt v0.3.5 |
1198 | 2023-11-30T05:29:48.405Z | Downloaded zeroize v1.7.0 |
1199 | 2023-11-30T05:29:48.412Z | Downloaded parking_lot v0.12.1 |
1200 | 2023-11-30T05:29:48.412Z | Downloaded crossbeam-utils v0.8.16 |
1201 | 2023-11-30T05:29:48.418Z | Downloaded indexmap v2.1.0 |
1202 | 2023-11-30T05:29:48.425Z | Downloaded bytes v1.5.0 |
1203 | 2023-11-30T05:29:48.434Z | Downloaded ciborium v0.2.1 |
1204 | 2023-11-30T05:29:48.434Z | Downloaded digest v0.10.7 |
1205 | 2023-11-30T05:29:48.441Z | Downloaded http-range v0.1.5 |
1206 | 2023-11-30T05:29:48.441Z | Downloaded zone v0.3.0 |
1207 | 2023-11-30T05:29:48.441Z | Downloaded zeroize_derive v1.4.2 |
1208 | 2023-11-30T05:29:48.441Z | Downloaded foreign-types v0.3.2 |
1209 | 2023-11-30T05:29:48.441Z | Downloaded unarray v0.1.4 |
1210 | 2023-11-30T05:29:48.448Z | Downloaded cipher v0.4.4 |
1211 | 2023-11-30T05:29:48.448Z | Downloaded async-trait v0.1.74 |
1212 | 2023-11-30T05:29:48.455Z | Downloaded colored v2.0.4 |
1213 | 2023-11-30T05:29:48.455Z | Downloaded anstyle-parse v0.2.1 |
1214 | 2023-11-30T05:29:48.463Z | Downloaded darling v0.20.3 |
1215 | 2023-11-30T05:29:48.469Z | Downloaded indicatif v0.17.7 |
1216 | 2023-11-30T05:29:48.469Z | Downloaded crc-any v2.4.3 |
1217 | 2023-11-30T05:29:48.474Z | Downloaded bzip2 v0.4.4 |
1218 | 2023-11-30T05:29:48.474Z | Downloaded vec_map v0.8.2 |
1219 | 2023-11-30T05:29:48.480Z | Downloaded unicode-linebreak v0.1.5 |
1220 | 2023-11-30T05:29:48.480Z | Downloaded tokio-tungstenite v0.20.1 |
1221 | 2023-11-30T05:29:48.485Z | Downloaded slog-scope v4.4.0 |
1222 | 2023-11-30T05:29:48.485Z | Downloaded bcs v0.1.6 |
1223 | 2023-11-30T05:29:48.489Z | Downloaded indexmap v1.9.3 |
1224 | 2023-11-30T05:29:48.496Z | Downloaded errno v0.3.2 |
1225 | 2023-11-30T05:29:48.496Z | Downloaded dirs-sys-next v0.1.2 |
1226 | 2023-11-30T05:29:48.503Z | Downloaded home v0.5.5 |
1227 | 2023-11-30T05:29:48.503Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1228 | 2023-11-30T05:29:48.503Z | Downloaded filetime v0.2.22 |
1229 | 2023-11-30T05:29:48.503Z | Downloaded cpufeatures v0.2.9 |
1230 | 2023-11-30T05:29:48.509Z | Downloaded clap_lex v0.5.1 |
1231 | 2023-11-30T05:29:48.509Z | Downloaded globset v0.4.13 |
1232 | 2023-11-30T05:29:48.509Z | Downloaded lock_api v0.4.10 |
1233 | 2023-11-30T05:29:48.509Z | Downloaded darling_core v0.14.4 |
1234 | 2023-11-30T05:29:48.516Z | Downloaded serde_derive_internals v0.26.0 |
1235 | 2023-11-30T05:29:48.522Z | Downloaded anyhow v1.0.75 |
1236 | 2023-11-30T05:29:48.529Z | Downloaded addr2line v0.21.0 |
1237 | 2023-11-30T05:29:48.529Z | Downloaded cookie v0.18.0 |
1238 | 2023-11-30T05:29:48.534Z | Downloaded termcolor v1.2.0 |
1239 | 2023-11-30T05:29:48.534Z | Downloaded serde_tokenstream v0.1.7 |
1240 | 2023-11-30T05:29:48.542Z | Downloaded num-integer v0.1.45 |
1241 | 2023-11-30T05:29:48.547Z | Downloaded linear-map v1.2.0 |
1242 | 2023-11-30T05:29:48.547Z | Downloaded num-complex v0.4.4 |
1243 | 2023-11-30T05:29:48.547Z | Downloaded darling v0.14.4 |
1244 | 2023-11-30T05:29:48.551Z | Downloaded num-bigint v0.4.4 |
1245 | 2023-11-30T05:29:48.560Z | Downloaded clap_derive v4.4.2 |
1246 | 2023-11-30T05:29:48.565Z | Downloaded once_cell v1.18.0 |
1247 | 2023-11-30T05:29:48.570Z | Downloaded smf v0.2.2 |
1248 | 2023-11-30T05:29:48.570Z | Downloaded autocfg v1.1.0 |
1249 | 2023-11-30T05:29:48.576Z | Downloaded mockall_derive v0.11.4 |
1250 | 2023-11-30T05:29:48.576Z | Downloaded foreign-types-shared v0.3.1 |
1251 | 2023-11-30T05:29:48.576Z | Downloaded siphasher v0.3.11 |
1252 | 2023-11-30T05:29:48.581Z | Downloaded difflib v0.4.0 |
1253 | 2023-11-30T05:29:48.581Z | Downloaded console v0.15.7 |
1254 | 2023-11-30T05:29:48.585Z | Downloaded slog-stdlog v4.1.1 |
1255 | 2023-11-30T05:29:48.591Z | Downloaded multer v2.1.0 |
1256 | 2023-11-30T05:29:48.591Z | Downloaded structopt-derive v0.4.18 |
1257 | 2023-11-30T05:29:48.596Z | Downloaded slab v0.4.9 |
1258 | 2023-11-30T05:29:48.596Z | Downloaded crypto-common v0.1.6 |
1259 | 2023-11-30T05:29:48.596Z | Downloaded stable_deref_trait v1.2.0 |
1260 | 2023-11-30T05:29:48.596Z | Downloaded camino v1.1.6 |
1261 | 2023-11-30T05:29:48.602Z | Downloaded swrite v0.1.0 |
1262 | 2023-11-30T05:29:48.605Z | Downloaded bitflags v2.4.0 |
1263 | 2023-11-30T05:29:48.605Z | Downloaded cexpr v0.6.0 |
1264 | 2023-11-30T05:29:48.607Z | Downloaded signal-hook-mio v0.2.3 |
1265 | 2023-11-30T05:29:48.610Z | Downloaded sha1 v0.10.6 |
1266 | 2023-11-30T05:29:48.612Z | Downloaded toolchain_find v0.2.0 |
1267 | 2023-11-30T05:29:48.612Z | Downloaded signal-hook-registry v1.4.1 |
1268 | 2023-11-30T05:29:48.615Z | Downloaded secrecy v0.8.0 |
1269 | 2023-11-30T05:29:48.618Z | Downloaded packed_struct_codegen v0.10.1 |
1270 | 2023-11-30T05:29:48.620Z | Downloaded num-iter v0.1.43 |
1271 | 2023-11-30T05:29:48.620Z | Downloaded lalrpop-util v0.19.12 |
1272 | 2023-11-30T05:29:48.623Z | Downloaded num-derive v0.4.0 |
1273 | 2023-11-30T05:29:48.627Z | Downloaded maplit v1.0.2 |
1274 | 2023-11-30T05:29:48.627Z | Downloaded iana-time-zone v0.1.57 |
1275 | 2023-11-30T05:29:48.631Z | Downloaded camino-tempfile v1.1.1 |
1276 | 2023-11-30T05:29:48.633Z | Downloaded semver-parser v0.10.2 |
1277 | 2023-11-30T05:29:48.636Z | Downloaded nibble_vec v0.1.0 |
1278 | 2023-11-30T05:29:48.636Z | Downloaded hyper-tls v0.5.0 |
1279 | 2023-11-30T05:29:48.639Z | Downloaded crc v3.0.1 |
1280 | 2023-11-30T05:29:48.642Z | Downloaded chacha20 v0.9.1 |
1281 | 2023-11-30T05:29:48.645Z | Downloaded opaque-debug v0.3.0 |
1282 | 2023-11-30T05:29:48.645Z | Downloaded nodrop v0.1.14 |
1283 | 2023-11-30T05:29:48.652Z | Downloaded cfg-if v1.0.0 |
1284 | 2023-11-30T05:29:48.652Z | Downloaded indoc v1.0.9 |
1285 | 2023-11-30T05:29:48.652Z | Downloaded curve25519-dalek-derive v0.1.0 |
1286 | 2023-11-30T05:29:48.657Z | Downloaded normalize-line-endings v0.3.0 |
1287 | 2023-11-30T05:29:48.657Z | Downloaded mio v0.8.9 |
1288 | 2023-11-30T05:29:48.666Z | Downloaded bitfield v0.14.0 |
1289 | 2023-11-30T05:29:48.671Z | Downloaded ciborium-ll v0.2.1 |
1290 | 2023-11-30T05:29:48.672Z | Downloaded bit-vec v0.6.3 |
1291 | 2023-11-30T05:29:48.672Z | Downloaded bytesize v1.3.0 |
1292 | 2023-11-30T05:29:48.679Z | Downloaded minimal-lexical v0.2.1 |
1293 | 2023-11-30T05:29:48.685Z | Downloaded bytecount v0.6.3 |
1294 | 2023-11-30T05:29:48.686Z | Downloaded libsw v3.3.0 |
1295 | 2023-11-30T05:29:48.695Z | Downloaded native-tls v0.2.11 |
1296 | 2023-11-30T05:29:48.695Z | Downloaded is_ci v1.1.1 |
1297 | 2023-11-30T05:29:48.695Z | Downloaded buf-list v1.0.3 |
1298 | 2023-11-30T05:29:48.705Z | Downloaded openssl-macros v0.1.1 |
1299 | 2023-11-30T05:29:48.705Z | Downloaded new_debug_unreachable v1.0.4 |
1300 | 2023-11-30T05:29:48.705Z | Downloaded nu-ansi-term v0.49.0 |
1301 | 2023-11-30T05:29:48.705Z | Downloaded libloading v0.7.4 |
1302 | 2023-11-30T05:29:48.710Z | Downloaded itertools v0.10.5 |
1303 | 2023-11-30T05:29:48.716Z | Downloaded instant v0.1.12 |
1304 | 2023-11-30T05:29:48.725Z | Downloaded impl-trait-for-tuples v0.2.2 |
1305 | 2023-11-30T05:29:48.725Z | Downloaded oso-derive v0.27.0 |
1306 | 2023-11-30T05:29:48.732Z | Downloaded crossbeam v0.8.2 |
1307 | 2023-11-30T05:29:48.732Z | Downloaded block-buffer v0.10.4 |
1308 | 2023-11-30T05:29:48.732Z | Downloaded byteorder v1.5.0 |
1309 | 2023-11-30T05:29:48.732Z | Downloaded array-init v0.0.4 |
1310 | 2023-11-30T05:29:48.732Z | Downloaded base16ct v0.2.0 |
1311 | 2023-11-30T05:29:48.741Z | Downloaded macaddr v1.0.1 |
1312 | 2023-11-30T05:29:48.741Z | Downloaded libefi-sys v0.1.0 |
1313 | 2023-11-30T05:29:48.741Z | Downloaded lazy_static v1.4.0 |
1314 | 2023-11-30T05:29:48.741Z | Downloaded kstat-rs v0.2.3 |
1315 | 2023-11-30T05:29:48.753Z | Downloaded itoa v1.0.9 |
1316 | 2023-11-30T05:29:48.758Z | Downloaded anstyle-query v1.0.0 |
1317 | 2023-11-30T05:29:48.758Z | Downloaded num v0.4.1 |
1318 | 2023-11-30T05:29:48.764Z | Downloaded newtype_derive v0.1.6 |
1319 | 2023-11-30T05:29:48.764Z | Downloaded mime v0.3.17 |
1320 | 2023-11-30T05:29:48.769Z | Downloaded sha2 v0.10.8 |
1321 | 2023-11-30T05:29:48.775Z | Downloaded base64 v0.13.1 |
1322 | 2023-11-30T05:29:48.786Z | Downloaded memoffset v0.9.0 |
1323 | 2023-11-30T05:29:48.786Z | Downloaded atty v0.2.14 |
1324 | 2023-11-30T05:29:48.786Z | Downloaded arc-swap v1.6.0 |
1325 | 2023-11-30T05:29:48.795Z | Downloaded base64ct v1.6.0 |
1326 | 2023-11-30T05:29:48.799Z | Downloaded async-stream v0.3.5 |
1327 | 2023-11-30T05:29:48.799Z | Downloaded atomic-waker v1.1.1 |
1328 | 2023-11-30T05:29:48.799Z | Downloaded anstyle v1.0.2 |
1329 | 2023-11-30T05:29:48.807Z | Downloaded bb8 v0.8.1 |
1330 | 2023-11-30T05:29:48.807Z | Downloaded crypto-bigint v0.5.2 |
1331 | 2023-11-30T05:29:48.815Z | Downloaded async-recursion v1.0.5 |
1332 | 2023-11-30T05:29:48.823Z | Downloaded backoff v0.4.0 |
1333 | 2023-11-30T05:29:48.823Z | Downloaded anstream v0.5.0 |
1334 | 2023-11-30T05:29:48.830Z | Downloaded assert_matches v1.5.0 |
1335 | 2023-11-30T05:29:48.830Z | Downloaded managed v0.8.0 |
1336 | 2023-11-30T05:29:48.830Z | Downloaded lru-cache v0.1.2 |
1337 | 2023-11-30T05:29:48.830Z | Downloaded linked-hash-map v0.5.6 |
1338 | 2023-11-30T05:29:48.837Z | Downloaded cfg-if v0.1.10 |
1339 | 2023-11-30T05:29:48.837Z | Downloaded argon2 v0.5.2 |
1340 | 2023-11-30T05:29:49.191Z | Compiling proc-macro2 v1.0.69 |
1341 | 2023-11-30T05:29:49.192Z | Compiling unicode-ident v1.0.12 |
1342 | 2023-11-30T05:29:49.196Z | Compiling libc v0.2.150 |
1343 | 2023-11-30T05:29:49.196Z | Compiling serde v1.0.192 |
1344 | 2023-11-30T05:29:49.196Z | Compiling autocfg v1.1.0 |
1345 | 2023-11-30T05:29:49.196Z | Compiling cfg-if v1.0.0 |
1346 | 2023-11-30T05:29:49.196Z | Compiling version_check v0.9.4 |
1347 | 2023-11-30T05:29:49.196Z | Compiling syn v1.0.109 |
1348 | 2023-11-30T05:29:49.587Z | Compiling once_cell v1.18.0 |
1349 | 2023-11-30T05:29:50.052Z | Compiling parking_lot_core v0.9.8 |
1350 | 2023-11-30T05:29:50.113Z | Compiling libm v0.2.7 |
1351 | 2023-11-30T05:29:50.179Z | Compiling lock_api v0.4.10 |
1352 | 2023-11-30T05:29:50.964Z | Compiling num-traits v0.2.16 |
1353 | 2023-11-30T05:29:50.969Z | Compiling serde_json v1.0.108 |
1354 | 2023-11-30T05:29:50.969Z | Compiling futures-core v0.3.29 |
1355 | 2023-11-30T05:29:51.112Z | Compiling thiserror v1.0.49 |
1356 | 2023-11-30T05:29:51.156Z | Compiling scopeguard v1.2.0 |
1357 | 2023-11-30T05:29:51.360Z | Compiling typenum v1.16.0 |
1358 | 2023-11-30T05:29:51.398Z | Compiling memchr v2.6.3 |
1359 | 2023-11-30T05:29:51.430Z | Compiling generic-array v0.14.7 |
1360 | 2023-11-30T05:29:51.737Z | Compiling itoa v1.0.9 |
1361 | 2023-11-30T05:29:52.049Z | Compiling pkg-config v0.3.27 |
1362 | 2023-11-30T05:29:52.944Z | Compiling quote v1.0.33 |
1363 | 2023-11-30T05:29:53.370Z | Compiling getrandom v0.2.10 |
1364 | 2023-11-30T05:29:53.729Z | Compiling syn v2.0.32 |
1365 | 2023-11-30T05:29:53.908Z | Compiling cc v1.0.83 |
1366 | 2023-11-30T05:29:54.059Z | Compiling slab v0.4.9 |
1367 | 2023-11-30T05:29:54.482Z | Compiling futures-channel v0.3.29 |
1368 | 2023-11-30T05:29:54.580Z | Compiling futures-task v0.3.29 |
1369 | 2023-11-30T05:29:54.947Z | Compiling log v0.4.20 |
1370 | 2023-11-30T05:29:55.228Z | Compiling futures-util v0.3.29 |
1371 | 2023-11-30T05:29:55.692Z | Compiling heck v0.4.1 |
1372 | 2023-11-30T05:29:55.903Z | Compiling ryu v1.0.15 |
1373 | 2023-11-30T05:29:55.965Z | Compiling smallvec v1.11.0 |
1374 | 2023-11-30T05:29:56.203Z | Compiling pin-project-lite v0.2.13 |
1375 | 2023-11-30T05:29:56.387Z | Compiling schemars v0.8.13 |
1376 | 2023-11-30T05:29:56.412Z | Compiling vcpkg v0.2.15 |
1377 | 2023-11-30T05:29:57.254Z | Compiling parking_lot v0.12.1 |
1378 | 2023-11-30T05:29:58.222Z | Compiling ring v0.17.5 |
1379 | 2023-11-30T05:29:59.369Z | Compiling openssl-sys v0.9.93 |
1380 | 2023-11-30T05:29:59.572Z | Compiling signal-hook-registry v1.4.1 |
1381 | 2023-11-30T05:30:01.568Z | Compiling ring v0.16.20 |
1382 | 2023-11-30T05:30:02.212Z | Compiling mio v0.8.9 |
1383 | 2023-11-30T05:30:02.424Z | Compiling indexmap v1.9.3 |
1384 | 2023-11-30T05:30:02.457Z | Compiling hashbrown v0.14.2 |
1385 | 2023-11-30T05:30:02.810Z | Compiling equivalent v1.0.1 |
1386 | 2023-11-30T05:30:02.849Z | Compiling byteorder v1.5.0 |
1387 | 2023-11-30T05:30:03.319Z | Compiling ahash v0.8.3 |
1388 | 2023-11-30T05:30:03.821Z | Compiling httparse v1.8.0 |
1389 | 2023-11-30T05:30:03.827Z | Compiling socket2 v0.5.5 |
1390 | 2023-11-30T05:30:04.082Z | Compiling num_cpus v1.16.0 |
1391 | 2023-11-30T05:30:04.322Z | Compiling spin v0.5.2 |
1392 | 2023-11-30T05:30:04.512Z | Compiling rand_core v0.6.4 |
1393 | 2023-11-30T05:30:04.892Z | Compiling semver v1.0.20 |
1394 | 2023-11-30T05:30:05.024Z | Compiling openssl v0.10.57 |
1395 | 2023-11-30T05:30:05.545Z | Compiling fnv v1.0.7 |
1396 | 2023-11-30T05:30:05.605Z | Compiling serde_derive_internals v0.26.0 |
1397 | 2023-11-30T05:30:05.817Z | Compiling iana-time-zone v0.1.57 |
1398 | 2023-11-30T05:30:05.951Z | Compiling rustls v0.21.9 |
1399 | 2023-11-30T05:30:06.364Z | Compiling crossbeam-utils v0.8.16 |
1400 | 2023-11-30T05:30:06.967Z | Compiling unicode-xid v0.2.4 |
1401 | 2023-11-30T05:30:07.059Z | Compiling native-tls v0.2.11 |
1402 | 2023-11-30T05:30:07.093Z | Compiling ucd-trie v0.1.6 |
1403 | 2023-11-30T05:30:07.184Z | Compiling synstructure v0.12.6 |
1404 | 2023-11-30T05:30:07.955Z | Compiling io-lifetimes v1.0.11 |
1405 | 2023-11-30T05:30:08.036Z | Compiling futures-sink v0.3.29 |
1406 | 2023-11-30T05:30:08.881Z | Compiling backtrace v0.3.69 |
1407 | 2023-11-30T05:30:09.487Z | Compiling dyn-clone v1.0.13 |
1408 | 2023-11-30T05:30:09.523Z | Compiling rustix v0.38.25 |
1409 | 2023-11-30T05:30:09.545Z | Compiling tinyvec_macros v0.1.1 |
1410 | 2023-11-30T05:30:09.669Z | Compiling winnow v0.5.15 |
1411 | 2023-11-30T05:30:09.747Z | Compiling tinyvec v1.6.0 |
1412 | 2023-11-30T05:30:11.038Z | Compiling tracing-core v0.1.31 |
1413 | 2023-11-30T05:30:11.071Z | Compiling memoffset v0.9.0 |
1414 | 2023-11-30T05:30:11.387Z | Compiling num-integer v0.1.45 |
1415 | 2023-11-30T05:30:11.506Z | Compiling pin-utils v0.1.0 |
1416 | 2023-11-30T05:30:11.534Z | Compiling futures-io v0.3.29 |
1417 | 2023-11-30T05:30:11.647Z | Compiling rustix v0.37.23 |
1418 | 2023-11-30T05:30:12.216Z | Compiling hashbrown v0.13.2 |
1419 | 2023-11-30T05:30:12.236Z | Compiling spin v0.9.8 |
1420 | 2023-11-30T05:30:12.407Z | Compiling unicode-normalization v0.1.22 |
1421 | 2023-11-30T05:30:12.891Z | Compiling usdt-impl v0.3.5 |
1422 | 2023-11-30T05:30:13.381Z | Compiling slog v2.7.0 |
1423 | 2023-11-30T05:30:14.073Z | Compiling crc32fast v1.3.2 |
1424 | 2023-11-30T05:30:14.228Z | Compiling bitflags v1.3.2 |
1425 | 2023-11-30T05:30:14.255Z | Compiling time-core v0.1.1 |
1426 | 2023-11-30T05:30:14.376Z | Compiling unicode-bidi v0.3.13 |
1427 | 2023-11-30T05:30:14.508Z | Compiling anyhow v1.0.75 |
1428 | 2023-11-30T05:30:14.709Z | Compiling time-macros v0.2.13 |
1429 | 2023-11-30T05:30:15.339Z | Compiling serde_derive v1.0.192 |
1430 | 2023-11-30T05:30:15.447Z | Compiling thiserror-impl v1.0.49 |
1431 | 2023-11-30T05:30:15.752Z | Compiling tokio-macros v2.2.0 |
1432 | 2023-11-30T05:30:15.777Z | Compiling zeroize_derive v1.4.2 |
1433 | 2023-11-30T05:30:16.511Z | Compiling futures-macro v0.3.29 |
1434 | 2023-11-30T05:30:17.429Z | Compiling tracing-attributes v0.1.26 |
1435 | 2023-11-30T05:30:17.736Z | Compiling schemars_derive v0.8.13 |
1436 | 2023-11-30T05:30:18.311Z | Compiling openssl-macros v0.1.1 |
1437 | 2023-11-30T05:30:18.336Z | Compiling zeroize v1.7.0 |
1438 | 2023-11-30T05:30:19.542Z | Compiling zerocopy-derive v0.2.0 |
1439 | 2023-11-30T05:30:20.036Z | Compiling pest v2.7.2 |
1440 | 2023-11-30T05:30:21.148Z | Compiling crypto-common v0.1.6 |
1441 | 2023-11-30T05:30:22.313Z | Compiling block-buffer v0.10.4 |
1442 | 2023-11-30T05:30:22.613Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1443 | 2023-11-30T05:30:22.618Z | Compiling aho-corasick v1.0.4 |
1444 | 2023-11-30T05:30:22.735Z | Compiling crossbeam-epoch v0.9.15 |
1445 | 2023-11-30T05:30:22.828Z | Compiling tracing v0.1.37 |
1446 | 2023-11-30T05:30:23.354Z | Compiling signal-hook v0.3.17 |
1447 | 2023-11-30T05:30:23.749Z | Compiling async-trait v0.1.74 |
1448 | 2023-11-30T05:30:23.962Z | Compiling ppv-lite86 v0.2.17 |
1449 | 2023-11-30T05:30:24.210Z | Compiling pest_meta v2.7.2 |
1450 | 2023-11-30T05:30:24.391Z | Compiling subtle v2.5.0 |
1451 | 2023-11-30T05:30:24.712Z | Compiling const-oid v0.9.5 |
1452 | 2023-11-30T05:30:25.025Z | Compiling regex-syntax v0.8.2 |
1453 | 2023-11-30T05:30:25.245Z | Compiling rustversion v1.0.14 |
1454 | 2023-11-30T05:30:26.236Z | Compiling pest_generator v2.7.2 |
1455 | 2023-11-30T05:30:28.039Z | Compiling digest v0.10.7 |
1456 | 2023-11-30T05:30:28.860Z | Compiling rand_chacha v0.3.1 |
1457 | 2023-11-30T05:30:29.328Z | Compiling zerocopy v0.3.0 |
1458 | 2023-11-30T05:30:30.577Z | Compiling zerocopy-derive v0.6.4 |
1459 | 2023-11-30T05:30:30.915Z | Compiling pest_derive v2.7.2 |
1460 | 2023-11-30T05:30:31.304Z | Compiling regex-automata v0.4.3 |
1461 | 2023-11-30T05:30:31.995Z | Compiling errno v0.3.2 |
1462 | 2023-11-30T05:30:32.642Z | Compiling base64 v0.21.5 |
1463 | 2023-11-30T05:30:32.760Z | Compiling strsim v0.10.0 |
1464 | 2023-11-30T05:30:33.782Z | Compiling dtrace-parser v0.1.14 |
1465 | 2023-11-30T05:30:33.793Z | Compiling dof v0.1.5 |
1466 | 2023-11-30T05:30:35.017Z | Compiling rand v0.8.5 |
1467 | 2023-11-30T05:30:38.448Z | Compiling bytes v1.5.0 |
1468 | 2023-11-30T05:30:39.864Z | Compiling indexmap v2.1.0 |
1469 | 2023-11-30T05:30:40.370Z | Compiling uuid v1.6.1 |
1470 | 2023-11-30T05:30:41.118Z | Compiling tokio v1.34.0 |
1471 | 2023-11-30T05:30:41.573Z | Compiling chrono v0.4.31 |
1472 | 2023-11-30T05:30:41.982Z | Compiling bitflags v2.4.0 |
1473 | 2023-11-30T05:30:44.983Z | Compiling serde_spanned v0.6.4 |
1474 | 2023-11-30T05:30:45.315Z | Compiling toml_datetime v0.6.5 |
1475 | 2023-11-30T05:30:46.439Z | Compiling toml_edit v0.19.15 |
1476 | 2023-11-30T05:30:47.032Z | Compiling rustc_version v0.4.0 |
1477 | 2023-11-30T05:30:47.452Z | Compiling http v0.2.11 |
1478 | 2023-11-30T05:30:48.085Z | Compiling heapless v0.7.16 |
1479 | 2023-11-30T05:30:51.293Z | Compiling regex v1.10.2 |
1480 | 2023-11-30T05:30:52.992Z | Compiling thread-id v4.2.0 |
1481 | 2023-11-30T05:30:53.244Z | Compiling num-bigint v0.4.4 |
1482 | 2023-11-30T05:30:56.305Z | Compiling tokio-util v0.7.10 |
1483 | 2023-11-30T05:30:57.882Z | Compiling foreign-types-shared v0.1.1 |
1484 | 2023-11-30T05:30:57.980Z | Compiling doc-comment v0.3.3 |
1485 | 2023-11-30T05:30:58.098Z | Compiling openssl-probe v0.1.5 |
1486 | 2023-11-30T05:30:58.681Z | Compiling hashbrown v0.12.3 |
1487 | 2023-11-30T05:30:58.714Z | Compiling untrusted v0.9.0 |
1488 | 2023-11-30T05:30:58.773Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1489 | 2023-11-30T05:30:58.972Z | Compiling percent-encoding v2.3.1 |
1490 | 2023-11-30T05:30:59.477Z | Compiling smoltcp v0.9.1 |
1491 | 2023-11-30T05:31:00.016Z | Compiling untrusted v0.7.1 |
1492 | 2023-11-30T05:31:02.848Z | Compiling foreign-types v0.3.2 |
1493 | 2023-11-30T05:31:06.066Z | Compiling strum_macros v0.25.2 |
1494 | 2023-11-30T05:31:07.068Z | Compiling serde_tokenstream v0.1.7 |
1495 | 2023-11-30T05:31:07.943Z | Compiling lazy_static v1.4.0 |
1496 | 2023-11-30T05:31:08.252Z | Compiling socket2 v0.4.9 |
1497 | 2023-11-30T05:31:08.869Z | Compiling siphasher v0.3.11 |
1498 | 2023-11-30T05:31:08.892Z | Compiling try-lock v0.2.4 |
1499 | 2023-11-30T05:31:09.466Z | Compiling adler v1.0.2 |
1500 | 2023-11-30T05:31:09.513Z | Compiling unicode-segmentation v1.10.1 |
1501 | 2023-11-30T05:31:10.222Z | Compiling unicode-width v0.1.11 |
1502 | 2023-11-30T05:31:10.476Z | Compiling miniz_oxide v0.7.1 |
1503 | 2023-11-30T05:31:12.542Z | Compiling want v0.3.1 |
1504 | 2023-11-30T05:31:13.544Z | Compiling rustls-webpki v0.101.7 |
1505 | 2023-11-30T05:31:14.349Z | Compiling sct v0.7.0 |
1506 | 2023-11-30T05:31:14.793Z | Compiling h2 v0.3.21 |
1507 | 2023-11-30T05:31:16.379Z | Compiling form_urlencoded v1.2.1 |
1508 | 2023-11-30T05:31:16.680Z | Compiling http-body v0.4.5 |
1509 | 2023-11-30T05:31:16.906Z | Compiling hubpack_derive v0.1.1 |
1510 | 2023-11-30T05:31:17.319Z | Compiling pin-project-internal v1.1.3 |
1511 | 2023-11-30T05:31:19.099Z | Compiling num-iter v0.1.43 |
1512 | 2023-11-30T05:31:19.884Z | Compiling cpufeatures v0.2.9 |
1513 | 2023-11-30T05:31:20.025Z | Compiling anstyle v1.0.2 |
1514 | 2023-11-30T05:31:20.903Z | Compiling tower-service v0.3.2 |
1515 | 2023-11-30T05:31:21.085Z | Compiling httpdate v1.0.3 |
1516 | 2023-11-30T05:31:21.718Z | Compiling utf8parse v0.2.1 |
1517 | 2023-11-30T05:31:21.963Z | Compiling anstyle-parse v0.2.1 |
1518 | 2023-11-30T05:31:22.478Z | Compiling sha2 v0.10.8 |
1519 | 2023-11-30T05:31:26.918Z | Compiling hyper v0.14.27 |
1520 | 2023-11-30T05:31:27.055Z | Compiling usdt-attr-macro v0.3.5 |
1521 | 2023-11-30T05:31:27.392Z | Compiling usdt-macro v0.3.5 |
1522 | 2023-11-30T05:31:29.546Z | Compiling openapiv3 v2.0.0-rc.1 |
1523 | 2023-11-30T05:31:29.894Z | Compiling serde_tokenstream v0.2.0 |
1524 | 2023-11-30T05:31:30.712Z | Compiling rustls-pemfile v1.0.3 |
1525 | 2023-11-30T05:31:31.232Z | Compiling md-5 v0.10.5 |
1526 | 2023-11-30T05:31:31.538Z | Compiling hmac v0.12.1 |
1527 | 2023-11-30T05:31:31.847Z | Compiling stringprep v0.1.3 |
1528 | 2023-11-30T05:31:31.872Z | Compiling idna v0.5.0 |
1529 | 2023-11-30T05:31:32.925Z | Compiling diesel_table_macro_syntax v0.1.0 |
1530 | 2023-11-30T05:31:33.039Z | Compiling hash32 v0.2.1 |
1531 | 2023-11-30T05:31:33.285Z | Compiling either v1.9.0 |
1532 | 2023-11-30T05:31:33.617Z | Compiling stable_deref_trait v1.2.0 |
1533 | 2023-11-30T05:31:33.796Z | Compiling colorchoice v1.0.0 |
1534 | 2023-11-30T05:31:33.947Z | Compiling gimli v0.28.0 |
1535 | 2023-11-30T05:31:34.031Z | Compiling fallible-iterator v0.2.0 |
1536 | 2023-11-30T05:31:34.275Z | Compiling anstyle-query v1.0.0 |
1537 | 2023-11-30T05:31:34.778Z | Compiling anstream v0.5.0 |
1538 | 2023-11-30T05:31:35.204Z | Compiling postgres-protocol v0.6.6 |
1539 | 2023-11-30T05:31:37.094Z | Compiling diesel_derives v2.1.2 |
1540 | 2023-11-30T05:31:37.687Z | Compiling url v2.5.0 |
1541 | 2023-11-30T05:31:41.121Z | Compiling addr2line v0.21.0 |
1542 | 2023-11-30T05:31:43.490Z | Compiling tokio-rustls v0.24.1 |
1543 | 2023-11-30T05:31:43.600Z | Compiling rustls-native-certs v0.6.3 |
1544 | 2023-11-30T05:31:44.156Z | Compiling terminal_size v0.2.6 |
1545 | 2023-11-30T05:31:45.871Z | Compiling tokio-native-tls v0.3.1 |
1546 | 2023-11-30T05:31:46.286Z | Compiling phf_shared v0.11.2 |
1547 | 2023-11-30T05:31:47.715Z | Compiling block-padding v0.3.3 |
1548 | 2023-11-30T05:31:47.749Z | Compiling enum-as-inner v0.5.1 |
1549 | 2023-11-30T05:31:47.776Z | Compiling snafu-derive v0.7.5 |
1550 | 2023-11-30T05:31:48.062Z | Compiling clap_derive v4.4.2 |
1551 | 2023-11-30T05:31:49.236Z | Compiling serde_repr v0.1.16 |
1552 | 2023-11-30T05:31:50.894Z | Compiling regress v0.7.1 |
1553 | 2023-11-30T05:31:56.038Z | Compiling scheduled-thread-pool v0.2.7 |
1554 | 2023-11-30T05:31:56.163Z | Compiling object v0.32.1 |
1555 | 2023-11-30T05:31:59.156Z | Compiling clap_lex v0.5.1 |
1556 | 2023-11-30T05:31:59.885Z | Compiling managed v0.8.0 |
1557 | 2023-11-30T05:32:01.563Z | Compiling bit-vec v0.6.3 |
1558 | 2023-11-30T05:32:01.588Z | Compiling num_threads v0.1.6 |
1559 | 2023-11-30T05:32:01.774Z | Compiling matches v0.1.10 |
1560 | 2023-11-30T05:32:01.915Z | Compiling rustc-demangle v0.1.23 |
1561 | 2023-11-30T05:32:03.401Z | Compiling deranged v0.3.8 |
1562 | 2023-11-30T05:32:04.735Z | Compiling regex-automata v0.1.10 |
1563 | 2023-11-30T05:32:05.530Z | Compiling ipnet v2.8.0 |
1564 | 2023-11-30T05:32:06.463Z | Compiling time v0.3.27 |
1565 | 2023-11-30T05:32:06.764Z | Compiling bstr v0.2.17 |
1566 | 2023-11-30T05:32:09.132Z | Compiling idna v0.2.3 |
1567 | 2023-11-30T05:32:11.661Z | Compiling clap_builder v4.4.2 |
1568 | 2023-11-30T05:32:11.856Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1569 | 2023-11-30T05:32:12.131Z | Compiling r2d2 v0.8.10 |
1570 | 2023-11-30T05:32:14.806Z | Compiling inout v0.1.3 |
1571 | 2023-11-30T05:32:15.226Z | Compiling phf v0.11.2 |
1572 | 2023-11-30T05:32:15.337Z | Compiling hyper-tls v0.5.0 |
1573 | 2023-11-30T05:32:15.679Z | Compiling hyper-rustls v0.24.2 |
1574 | 2023-11-30T05:32:15.801Z | Compiling signal-hook-mio v0.2.3 |
1575 | 2023-11-30T05:32:15.858Z | Compiling bzip2 v0.4.4 |
1576 | 2023-11-30T05:32:16.027Z | Compiling flate2 v1.0.28 |
1577 | 2023-11-30T05:32:16.432Z | Compiling postgres-types v0.2.6 |
1578 | 2023-11-30T05:32:16.457Z | Compiling itertools v0.11.0 |
1579 | 2023-11-30T05:32:17.557Z | Compiling pin-project v1.1.3 |
1580 | 2023-11-30T05:32:17.940Z | Compiling hubpack v0.1.2 |
1581 | 2023-11-30T05:32:18.631Z | Compiling serde_urlencoded v0.7.1 |
1582 | 2023-11-30T05:32:18.781Z | Compiling phf_shared v0.10.0 |
1583 | 2023-11-30T05:32:19.395Z | Compiling ipnetwork v0.20.0 |
1584 | 2023-11-30T05:32:20.802Z | Compiling zerocopy v0.6.4 |
1585 | 2023-11-30T05:32:20.986Z | Compiling futures-executor v0.3.29 |
1586 | 2023-11-30T05:32:22.166Z | Compiling float-cmp v0.9.0 |
1587 | 2023-11-30T05:32:22.236Z | Compiling proc-macro-error-attr v1.0.4 |
1588 | 2023-11-30T05:32:22.537Z | Compiling encoding_rs v0.8.33 |
1589 | 2023-11-30T05:32:24.552Z | Compiling whoami v1.4.1 |
1590 | 2023-11-30T05:32:25.399Z | Compiling precomputed-hash v0.1.1 |
1591 | 2023-11-30T05:32:25.559Z | Compiling static_assertions v1.1.0 |
1592 | 2023-11-30T05:32:25.704Z | Compiling fixedbitset v0.4.2 |
1593 | 2023-11-30T05:32:26.544Z | Compiling regex-automata v0.3.8 |
1594 | 2023-11-30T05:32:26.660Z | Compiling data-encoding v2.4.0 |
1595 | 2023-11-30T05:32:29.960Z | Compiling normalize-line-endings v0.3.0 |
1596 | 2023-11-30T05:32:30.156Z | Compiling new_debug_unreachable v1.0.4 |
1597 | 2023-11-30T05:32:30.348Z | Compiling predicates-core v1.0.6 |
1598 | 2023-11-30T05:32:30.468Z | Compiling webpki-roots v0.25.2 |
1599 | 2023-11-30T05:32:30.952Z | Compiling difflib v0.4.0 |
1600 | 2023-11-30T05:32:30.978Z | Compiling mime v0.3.17 |
1601 | 2023-11-30T05:32:31.806Z | Compiling predicates v3.0.4 |
1602 | 2023-11-30T05:32:33.060Z | Compiling reqwest v0.11.22 |
1603 | 2023-11-30T05:32:33.455Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1604 | 2023-11-30T05:32:33.546Z | Compiling string_cache v0.8.7 |
1605 | 2023-11-30T05:32:34.232Z | Compiling bstr v1.6.0 |
1606 | 2023-11-30T05:32:34.343Z | Compiling trust-dns-proto v0.22.0 |
1607 | 2023-11-30T05:32:40.582Z | Compiling petgraph v0.6.4 |
1608 | 2023-11-30T05:32:44.195Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1609 | 2023-11-30T05:32:44.220Z | Compiling tokio-postgres v0.7.10 |
1610 | 2023-11-30T05:32:54.457Z | Compiling futures v0.3.29 |
1611 | 2023-11-30T05:32:54.629Z | Compiling diesel v2.1.4 |
1612 | 2023-11-30T05:32:55.356Z | Compiling yasna v0.5.2 |
1613 | 2023-11-30T05:32:55.524Z | Compiling snafu v0.7.5 |
1614 | 2023-11-30T05:32:55.654Z | Compiling clap v4.4.3 |
1615 | 2023-11-30T05:32:55.819Z | Compiling zip v0.6.6 |
1616 | 2023-11-30T05:32:56.743Z | Compiling crossterm v0.27.0 |
1617 | 2023-11-30T05:32:57.677Z | Compiling cipher v0.4.4 |
1618 | 2023-11-30T05:32:58.208Z | Compiling similar v2.2.1 |
1619 | 2023-11-30T05:32:58.407Z | Compiling bit-set v0.5.3 |
1620 | 2023-11-30T05:32:58.824Z | Compiling itertools v0.10.5 |
1621 | 2023-11-30T05:32:59.655Z | Compiling usdt v0.3.5 |
1622 | 2023-11-30T05:33:00.169Z | Compiling console v0.15.7 |
1623 | 2023-11-30T05:33:00.243Z | Compiling tokio-stream v0.1.14 |
1624 | 2023-11-30T05:33:01.576Z | Compiling proc-macro-crate v1.3.1 |
1625 | 2023-11-30T05:33:01.830Z | Compiling toml v0.7.8 |
1626 | 2023-11-30T05:33:02.314Z | Compiling toml_edit v0.21.0 |
1627 | 2023-11-30T05:33:02.455Z | Compiling hex v0.4.3 |
1628 | 2023-11-30T05:33:02.992Z | Compiling signature v2.1.0 |
1629 | 2023-11-30T05:33:03.503Z | Compiling proc-macro-error v1.0.4 |
1630 | 2023-11-30T05:33:03.530Z | Compiling lalrpop-util v0.19.12 |
1631 | 2023-11-30T05:33:06.063Z | Compiling num_enum_derive v0.5.11 |
1632 | 2023-11-30T05:33:10.746Z | Compiling atty v0.2.14 |
1633 | 2023-11-30T05:33:10.990Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1634 | 2023-11-30T05:33:11.476Z | Compiling ident_case v1.0.1 |
1635 | 2023-11-30T05:33:11.800Z | Compiling darling_core v0.20.3 |
1636 | 2023-11-30T05:33:16.857Z | Compiling num_enum v0.5.11 |
1637 | 2023-11-30T05:33:37.611Z | Compiling dirs-sys-next v0.1.2 |
1638 | 2023-11-30T05:33:41.901Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1639 | 2023-11-30T05:33:42.326Z | Compiling camino v1.1.6 |
1640 | 2023-11-30T05:33:42.639Z | Compiling postcard-cobs v0.1.5-pre |
1641 | 2023-11-30T05:33:43.399Z | Compiling postcard v0.7.3 |
1642 | 2023-11-30T05:33:48.634Z | Compiling dirs-next v2.0.0 |
1643 | 2023-11-30T05:33:50.069Z | Compiling darling_macro v0.20.3 |
1644 | 2023-11-30T05:33:54.219Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1645 | 2023-11-30T05:34:03.571Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1646 | 2023-11-30T05:34:03.879Z | Compiling smoltcp v0.8.2 |
1647 | 2023-11-30T05:34:03.991Z | Compiling getopts v0.2.21 |
1648 | 2023-11-30T05:34:09.855Z | Compiling foreign-types-macros v0.2.3 |
1649 | 2023-11-30T05:34:11.749Z | Compiling structmeta-derive v0.2.0 |
1650 | 2023-11-30T05:34:18.546Z | Compiling thread_local v1.1.7 |
1651 | 2023-11-30T05:34:19.865Z | Compiling multer v2.1.0 |
1652 | 2023-11-30T05:34:20.309Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1653 | 2023-11-30T05:34:20.910Z | Compiling cfg-if v0.1.10 |
1654 | 2023-11-30T05:34:21.056Z | Compiling slog-async v2.8.0 |
1655 | 2023-11-30T05:34:21.726Z | Compiling unsafe-libyaml v0.2.9 |
1656 | 2023-11-30T05:34:24.862Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1657 | 2023-11-30T05:34:25.213Z | Compiling foreign-types-shared v0.3.1 |
1658 | 2023-11-30T05:34:25.394Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1659 | 2023-11-30T05:34:26.976Z | Compiling match_cfg v0.1.0 |
1660 | 2023-11-30T05:34:27.124Z | Compiling paste v1.0.14 |
1661 | 2023-11-30T05:34:27.907Z | Compiling hostname v0.3.1 |
1662 | 2023-11-30T05:34:33.901Z | Compiling foreign-types v0.5.0 |
1663 | 2023-11-30T05:34:34.073Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1664 | 2023-11-30T05:34:35.664Z | Compiling serde_yaml v0.9.25 |
1665 | 2023-11-30T05:34:39.927Z | Compiling structmeta v0.2.0 |
1666 | 2023-11-30T05:34:41.782Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1667 | 2023-11-30T05:34:48.160Z | Compiling darling v0.20.3 |
1668 | 2023-11-30T05:34:48.326Z | Compiling term v0.7.0 |
1669 | 2023-11-30T05:34:53.975Z | Compiling slog-json v2.6.1 |
1670 | 2023-11-30T05:34:55.559Z | Compiling is-terminal v0.4.9 |
1671 | 2023-11-30T05:34:55.746Z | Compiling crossbeam-channel v0.5.8 |
1672 | 2023-11-30T05:34:58.655Z | Compiling strum v0.25.0 |
1673 | 2023-11-30T05:34:58.926Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1674 | 2023-11-30T05:34:59.457Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1675 | 2023-11-30T05:35:00.196Z | Compiling async-stream-impl v0.3.5 |
1676 | 2023-11-30T05:35:00.374Z | Compiling cstr-argument v0.1.2 |
1677 | 2023-11-30T05:35:00.663Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1678 | 2023-11-30T05:35:00.689Z | Compiling pretty-hex v0.2.1 |
1679 | 2023-11-30T05:35:00.738Z | Compiling atomic-waker v1.1.1 |
1680 | 2023-11-30T05:35:01.214Z | Compiling crucible-workspace-hack v0.1.0 |
1681 | 2023-11-30T05:35:02.228Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1682 | 2023-11-30T05:35:02.666Z | Compiling regex-syntax v0.7.5 |
1683 | 2023-11-30T05:35:02.710Z | Compiling fastrand v2.0.0 |
1684 | 2023-11-30T05:35:05.058Z | Compiling take_mut v0.2.2 |
1685 | 2023-11-30T05:35:11.095Z | Compiling tempfile v3.8.1 |
1686 | 2023-11-30T05:35:13.078Z | Compiling parse-display-derive v0.8.2 |
1687 | 2023-11-30T05:35:14.758Z | Compiling async-stream v0.3.5 |
1688 | 2023-11-30T05:35:18.535Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1689 | 2023-11-30T05:35:19.154Z | Compiling waitgroup v0.1.2 |
1690 | 2023-11-30T05:35:19.357Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1691 | 2023-11-30T05:35:20.742Z | Compiling colored v2.0.4 |
1692 | 2023-11-30T05:35:22.213Z | Compiling slog-bunyan v2.4.0 |
1693 | 2023-11-30T05:35:22.653Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1694 | 2023-11-30T05:35:24.207Z | Compiling slog-term v2.9.0 |
1695 | 2023-11-30T05:35:26.612Z | Compiling serde_with_macros v2.3.3 |
1696 | 2023-11-30T05:35:34.417Z | Compiling toml v0.8.8 |
1697 | 2023-11-30T05:35:35.282Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1698 | 2023-11-30T05:35:36.337Z | Compiling sha1 v0.10.6 |
1699 | 2023-11-30T05:35:37.673Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1700 | 2023-11-30T05:35:37.881Z | Compiling textwrap v0.11.0 |
1701 | 2023-11-30T05:35:40.037Z | Compiling heck v0.3.3 |
1702 | 2023-11-30T05:35:40.920Z | Compiling serde_path_to_error v0.1.14 |
1703 | 2023-11-30T05:35:42.189Z | Compiling instant v0.1.12 |
1704 | 2023-11-30T05:35:42.442Z | Compiling libefi-sys v0.1.0 |
1705 | 2023-11-30T05:35:42.663Z | Compiling strsim v0.8.0 |
1706 | 2023-11-30T05:35:42.707Z | Compiling vec_map v0.8.2 |
1707 | 2023-11-30T05:35:42.873Z | Compiling rayon-core v1.12.0 |
1708 | 2023-11-30T05:35:43.196Z | Compiling ansi_term v0.12.1 |
1709 | 2023-11-30T05:35:43.532Z | Compiling debug-ignore v1.0.5 |
1710 | 2023-11-30T05:35:43.920Z | Compiling clap v2.34.0 |
1711 | 2023-11-30T05:35:44.684Z | Compiling backoff v0.4.0 |
1712 | 2023-11-30T05:35:44.966Z | Compiling structopt-derive v0.4.18 |
1713 | 2023-11-30T05:35:45.270Z | Compiling serde_with v2.3.3 |
1714 | 2023-11-30T05:35:48.799Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1715 | 2023-11-30T05:35:49.115Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1716 | 2023-11-30T05:35:50.205Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1717 | 2023-11-30T05:35:52.920Z | Compiling parse-display v0.8.2 |
1718 | 2023-11-30T05:35:53.177Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1719 | 2023-11-30T05:35:53.246Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1720 | 2023-11-30T05:35:53.503Z | Compiling zone_cfg_derive v0.3.0 |
1721 | 2023-11-30T05:35:53.948Z | Compiling crossbeam-deque v0.8.3 |
1722 | 2023-11-30T05:35:54.569Z | Compiling macaddr v1.0.1 |
1723 | 2023-11-30T05:35:54.826Z | Compiling num-derive v0.4.0 |
1724 | 2023-11-30T05:35:55.736Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1725 | 2023-11-30T05:35:55.762Z | Compiling portable-atomic v1.4.3 |
1726 | 2023-11-30T05:35:56.482Z | Compiling zone v0.3.0 |
1727 | 2023-11-30T05:35:58.503Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1728 | 2023-11-30T05:36:01.419Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1729 | 2023-11-30T05:36:02.303Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1730 | 2023-11-30T05:36:02.545Z | Compiling structopt v0.3.26 |
1731 | 2023-11-30T05:36:03.351Z | Compiling camino-tempfile v1.1.1 |
1732 | 2023-11-30T05:36:04.302Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1733 | 2023-11-30T05:36:04.637Z | Compiling smf v0.2.2 |
1734 | 2023-11-30T05:36:05.996Z | Compiling xattr v1.0.1 |
1735 | 2023-11-30T05:36:06.212Z | Compiling filetime v0.2.22 |
1736 | 2023-11-30T05:36:06.461Z | Compiling same-file v1.0.6 |
1737 | 2023-11-30T05:36:06.699Z | Compiling walkdir v2.4.0 |
1738 | 2023-11-30T05:36:06.926Z | Compiling tar v0.4.40 |
1739 | 2023-11-30T05:36:09.034Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1740 | 2023-11-30T05:36:09.385Z | Compiling rayon v1.8.0 |
1741 | 2023-11-30T05:36:09.688Z | Compiling number_prefix v0.4.0 |
1742 | 2023-11-30T05:36:10.094Z | Compiling omicron-zone-package v0.9.1 |
1743 | 2023-11-30T05:36:12.777Z | Compiling swrite v0.1.0 |
1744 | 2023-11-30T05:36:12.962Z | Compiling topological-sort v0.2.2 |
1745 | 2023-11-30T05:36:18.948Z | Compiling indicatif v0.17.7 |
1746 | 2023-11-30T05:36:34.169Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1747 | 2023-11-30T05:36:44.546Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1748 | 2023-11-30T05:36:47.989Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1749 | 2023-11-30T05:36:49.328Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1750 | 2023-11-30T05:37:16.327Z | Finished release [optimized] target(s) in 7m 49s |
1751 | 2023-11-30T05:37:16.576Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1752 | 2023-11-30T05:37:16.662Z | Created new build target 'test' and set it as active |
1753 | 2023-11-30T05:37:16.665Z | |
1754 | 2023-11-30T05:37:16.665Z | real 7:50.255088955 |
1755 | 2023-11-30T05:37:16.665Z | user 50:54.064465965 |
1756 | 2023-11-30T05:37:16.665Z | sys 4:30.207596904 |
1757 | 2023-11-30T05:37:16.665Z | trap 2.016749394 |
1758 | 2023-11-30T05:37:16.665Z | tflt 3.165473769 |
1759 | 2023-11-30T05:37:16.665Z | dflt 4.022404298 |
1760 | 2023-11-30T05:37:16.665Z | kflt 0.019364468 |
1761 | 2023-11-30T05:37:16.665Z | lock 1:50:24.709167546 |
1762 | 2023-11-30T05:37:16.665Z | slp 2:22:31.361296878 |
1763 | 2023-11-30T05:37:16.665Z | lat 2:26.333683932 |
1764 | 2023-11-30T05:37:16.665Z | stop 3:51.640991128 |
1765 | 2023-11-30T05:37:16.667Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1766 | 2023-11-30T05:37:17.799Z | Finished release [optimized] target(s) in 1.04s |
1767 | 2023-11-30T05:37:17.826Z | Running `target/release/omicron-package -t test package` |
1768 | 2023-11-30T05:37:17.865Z | Nov 30 05:37:17.864 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1769 | 2023-11-30T05:37:18.997Z | Compiling base64ct v1.6.0 |
1770 | 2023-11-30T05:37:19.019Z | Compiling linked-hash-map v0.5.6 |
1771 | 2023-11-30T05:37:19.025Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1772 | 2023-11-30T05:37:19.025Z | Compiling blake2 v0.10.6 |
1773 | 2023-11-30T05:37:19.025Z | Compiling same-file v1.0.6 |
1774 | 2023-11-30T05:37:19.025Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1775 | 2023-11-30T05:37:19.042Z | Compiling semver-parser v0.10.2 |
1776 | 2023-11-30T05:37:19.045Z | Compiling fastrand v2.0.0 |
1777 | 2023-11-30T05:37:19.323Z | Compiling walkdir v2.4.0 |
1778 | 2023-11-30T05:37:19.590Z | Compiling lru-cache v0.1.2 |
1779 | 2023-11-30T05:37:19.829Z | Compiling password-hash v0.5.0 |
1780 | 2023-11-30T05:37:19.891Z | Compiling quick-error v1.2.3 |
1781 | 2023-11-30T05:37:20.086Z | Compiling resolv-conf v0.7.0 |
1782 | 2023-11-30T05:37:20.211Z | Compiling semver v0.11.0 |
1783 | 2023-11-30T05:37:20.339Z | Compiling tempfile v3.8.1 |
1784 | 2023-11-30T05:37:21.264Z | Compiling argon2 v0.5.2 |
1785 | 2023-11-30T05:37:21.276Z | Compiling xattr v1.0.1 |
1786 | 2023-11-30T05:37:21.562Z | Compiling filetime v0.2.22 |
1787 | 2023-11-30T05:37:21.627Z | Compiling slog-dtrace v0.2.3 |
1788 | 2023-11-30T05:37:21.991Z | Compiling home v0.5.5 |
1789 | 2023-11-30T05:37:22.132Z | Compiling tar v0.4.40 |
1790 | 2023-11-30T05:37:22.290Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1791 | 2023-11-30T05:37:23.182Z | Compiling toolchain_find v0.2.0 |
1792 | 2023-11-30T05:37:23.215Z | Compiling trust-dns-resolver v0.22.0 |
1793 | 2023-11-30T05:37:23.828Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1794 | 2023-11-30T05:37:23.963Z | Compiling toml v0.5.11 |
1795 | 2023-11-30T05:37:24.389Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1796 | 2023-11-30T05:37:24.665Z | Compiling omicron-zone-package v0.9.1 |
1797 | 2023-11-30T05:37:25.630Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1798 | 2023-11-30T05:37:26.017Z | Compiling toml v0.8.8 |
1799 | 2023-11-30T05:37:27.144Z | Compiling rustfmt-wrapper v0.2.0 |
1800 | 2023-11-30T05:37:28.118Z | Compiling num-rational v0.4.1 |
1801 | 2023-11-30T05:37:28.293Z | Compiling cancel-safe-futures v0.1.5 |
1802 | 2023-11-30T05:37:28.756Z | Compiling convert_case v0.4.0 |
1803 | 2023-11-30T05:37:29.861Z | Compiling pem-rfc7468 v0.7.0 |
1804 | 2023-11-30T05:37:29.977Z | Compiling derive_more v0.99.17 |
1805 | 2023-11-30T05:37:30.109Z | Compiling num-complex v0.4.4 |
1806 | 2023-11-30T05:37:30.307Z | Compiling der_derive v0.7.2 |
1807 | 2023-11-30T05:37:32.085Z | Compiling semver v0.1.20 |
1808 | 2023-11-30T05:37:32.573Z | Compiling flagset v0.4.3 |
1809 | 2023-11-30T05:37:32.668Z | Compiling rustc_version v0.1.7 |
1810 | 2023-11-30T05:37:32.897Z | Compiling num v0.4.1 |
1811 | 2023-11-30T05:37:32.993Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1812 | 2023-11-30T05:37:33.019Z | Compiling hkdf v0.12.3 |
1813 | 2023-11-30T05:37:33.255Z | Compiling fxhash v0.2.1 |
1814 | 2023-11-30T05:37:33.372Z | Compiling unicase v2.7.0 |
1815 | 2023-11-30T05:37:33.561Z | Compiling utf-8 v0.7.6 |
1816 | 2023-11-30T05:37:33.752Z | Compiling radium v0.7.0 |
1817 | 2023-11-30T05:37:33.875Z | Compiling der v0.7.8 |
1818 | 2023-11-30T05:37:34.127Z | Compiling tungstenite v0.20.1 |
1819 | 2023-11-30T05:37:34.355Z | Compiling newtype_derive v0.1.6 |
1820 | 2023-11-30T05:37:34.489Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1821 | 2023-11-30T05:37:34.750Z | Compiling ciborium-io v0.2.1 |
1822 | 2023-11-30T05:37:34.918Z | Compiling maybe-uninit v2.0.0 |
1823 | 2023-11-30T05:37:35.568Z | Compiling keccak v0.1.4 |
1824 | 2023-11-30T05:37:37.012Z | Compiling half v1.8.2 |
1825 | 2023-11-30T05:37:38.883Z | Compiling spki v0.7.2 |
1826 | 2023-11-30T05:37:39.650Z | Compiling tap v1.0.1 |
1827 | 2023-11-30T05:37:39.916Z | Compiling arc-swap v1.6.0 |
1828 | 2023-11-30T05:37:41.001Z | Compiling slog-scope v4.4.0 |
1829 | 2023-11-30T05:37:41.223Z | Compiling wyz v0.5.1 |
1830 | 2023-11-30T05:37:41.953Z | Compiling ciborium-ll v0.2.1 |
1831 | 2023-11-30T05:37:42.342Z | Compiling sha3 v0.10.8 |
1832 | 2023-11-30T05:37:42.706Z | Compiling tokio-tungstenite v0.20.1 |
1833 | 2023-11-30T05:37:43.613Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1834 | 2023-11-30T05:37:43.703Z | Compiling secrecy v0.8.0 |
1835 | 2023-11-30T05:37:44.048Z | Compiling packed_struct v0.10.1 |
1836 | 2023-11-30T05:37:44.220Z | Compiling num-bigint-dig v0.8.4 |
1837 | 2023-11-30T05:37:44.592Z | Compiling funty v2.0.0 |
1838 | 2023-11-30T05:37:44.616Z | Compiling parking_lot_core v0.8.6 |
1839 | 2023-11-30T05:37:44.719Z | Compiling crc-catalog v2.2.0 |
1840 | 2023-11-30T05:37:44.887Z | Compiling crc v3.0.1 |
1841 | 2023-11-30T05:37:45.193Z | Compiling ciborium v0.2.1 |
1842 | 2023-11-30T05:37:45.207Z | Compiling slog-stdlog v4.1.1 |
1843 | 2023-11-30T05:37:46.030Z | Compiling pkcs8 v0.10.2 |
1844 | 2023-11-30T05:37:46.611Z | Compiling bitvec v1.0.1 |
1845 | 2023-11-30T05:37:46.958Z | Compiling nibble_vec v0.1.0 |
1846 | 2023-11-30T05:37:47.288Z | Compiling packed_struct_codegen v0.10.1 |
1847 | 2023-11-30T05:37:48.942Z | Compiling dirs-sys-next v0.1.2 |
1848 | 2023-11-30T05:37:49.043Z | Compiling glob v0.3.1 |
1849 | 2023-11-30T05:37:49.432Z | Compiling nodrop v0.1.14 |
1850 | 2023-11-30T05:37:49.605Z | Compiling endian-type v0.1.2 |
1851 | 2023-11-30T05:37:49.746Z | Compiling crunchy v0.2.2 |
1852 | 2023-11-30T05:37:49.948Z | Compiling radix_trie v0.2.1 |
1853 | 2023-11-30T05:37:50.390Z | Compiling clang-sys v1.6.1 |
1854 | 2023-11-30T05:37:50.451Z | Compiling array-init v0.0.4 |
1855 | 2023-11-30T05:37:51.414Z | Compiling dirs-next v2.0.0 |
1856 | 2023-11-30T05:37:51.653Z | Compiling pkcs1 v0.7.5 |
1857 | 2023-11-30T05:37:51.701Z | Compiling slog-envlogger v2.2.0 |
1858 | 2023-11-30T05:37:52.525Z | Compiling smallvec v0.6.14 |
1859 | 2023-11-30T05:37:53.259Z | Compiling steno v0.4.0 |
1860 | 2023-11-30T05:37:56.269Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1861 | 2023-11-30T05:37:57.909Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1862 | 2023-11-30T05:37:58.965Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1863 | 2023-11-30T05:38:02.039Z | Compiling prettyplease v0.2.12 |
1864 | 2023-11-30T05:38:02.470Z | Compiling tiny-keccak v2.0.2 |
1865 | 2023-11-30T05:38:02.589Z | Compiling termcolor v1.2.0 |
1866 | 2023-11-30T05:38:02.873Z | Compiling bitfield v0.14.0 |
1867 | 2023-11-30T05:38:03.418Z | Compiling platforms v3.0.2 |
1868 | 2023-11-30T05:38:03.916Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1869 | 2023-11-30T05:38:04.738Z | Compiling env_logger v0.10.0 |
1870 | 2023-11-30T05:38:06.710Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1871 | 2023-11-30T05:38:11.237Z | Compiling rsa v0.9.2 |
1872 | 2023-11-30T05:38:14.469Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1873 | 2023-11-30T05:38:18.352Z | Compiling serde-hex v0.1.0 |
1874 | 2023-11-30T05:38:19.148Z | Compiling parking_lot v0.11.2 |
1875 | 2023-11-30T05:38:20.260Z | Compiling mime_guess v2.0.4 |
1876 | 2023-11-30T05:38:20.815Z | Compiling term v0.7.0 |
1877 | 2023-11-30T05:38:22.156Z | Compiling trust-dns-client v0.22.0 |
1878 | 2023-11-30T05:38:23.161Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1879 | 2023-11-30T05:38:23.178Z | Compiling x509-cert v0.2.4 |
1880 | 2023-11-30T05:38:23.963Z | Compiling darling_core v0.14.4 |
1881 | 2023-11-30T05:38:27.492Z | Compiling ron v0.8.1 |
1882 | 2023-11-30T05:38:35.968Z | Compiling minimal-lexical v0.2.1 |
1883 | 2023-11-30T05:38:36.788Z | Compiling crc-any v2.4.3 |
1884 | 2023-11-30T05:38:38.290Z | Compiling buf-list v1.0.3 |
1885 | 2023-11-30T05:38:38.398Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1886 | 2023-11-30T05:38:39.209Z | Compiling nom v7.1.3 |
1887 | 2023-11-30T05:38:40.796Z | Compiling trust-dns-server v0.22.1 |
1888 | 2023-11-30T05:38:45.624Z | Compiling darling_macro v0.14.4 |
1889 | 2023-11-30T05:38:45.741Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1890 | 2023-11-30T05:38:48.676Z | Compiling ascii-canvas v3.0.0 |
1891 | 2023-11-30T05:38:48.717Z | Compiling sled v0.34.7 |
1892 | 2023-11-30T05:38:49.626Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1893 | 2023-11-30T05:39:10.097Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1894 | 2023-11-30T05:39:17.650Z | Compiling object v0.30.4 |
1895 | 2023-11-30T05:39:18.368Z | Compiling itertools v0.12.0 |
1896 | 2023-11-30T05:39:19.487Z | Compiling is-terminal v0.4.9 |
1897 | 2023-11-30T05:39:19.660Z | Compiling libsw v3.3.0 |
1898 | 2023-11-30T05:39:20.164Z | Compiling ena v0.14.2 |
1899 | 2023-11-30T05:39:20.793Z | Compiling derive-where v1.2.5 |
1900 | 2023-11-30T05:39:24.395Z | Compiling libloading v0.7.4 |
1901 | 2023-11-30T05:39:24.944Z | Compiling bindgen v0.65.1 |
1902 | 2023-11-30T05:39:25.583Z | Compiling path-slash v0.1.5 |
1903 | 2023-11-30T05:39:25.889Z | Compiling owo-colors v3.5.0 |
1904 | 2023-11-30T05:39:26.272Z | Compiling pretty-hex v0.4.0 |
1905 | 2023-11-30T05:39:26.696Z | Compiling linear-map v1.2.0 |
1906 | 2023-11-30T05:39:27.305Z | Compiling diff v0.1.13 |
1907 | 2023-11-30T05:39:27.989Z | Compiling regex-syntax v0.6.29 |
1908 | 2023-11-30T05:39:28.222Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1909 | 2023-11-30T05:39:31.473Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1910 | 2023-11-30T05:39:31.947Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1911 | 2023-11-30T05:39:37.376Z | Compiling lalrpop v0.19.12 |
1912 | 2023-11-30T05:39:44.231Z | Compiling curve25519-dalek v4.1.0 |
1913 | 2023-11-30T05:39:47.825Z | Compiling darling v0.14.4 |
1914 | 2023-11-30T05:39:47.986Z | Compiling cexpr v0.6.0 |
1915 | 2023-11-30T05:39:50.577Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1916 | 2023-11-30T05:39:50.915Z | Compiling which v4.4.0 |
1917 | 2023-11-30T05:39:50.978Z | Compiling ff v0.13.0 |
1918 | 2023-11-30T05:39:51.345Z | Compiling kstat-rs v0.2.3 |
1919 | 2023-11-30T05:39:51.547Z | Compiling memoffset v0.7.1 |
1920 | 2023-11-30T05:39:51.718Z | Compiling peeking_take_while v0.1.2 |
1921 | 2023-11-30T05:39:51.895Z | Compiling shlex v1.1.0 |
1922 | 2023-11-30T05:39:51.984Z | Compiling display-error-chain v0.2.0 |
1923 | 2023-11-30T05:39:52.236Z | Compiling lazycell v1.3.0 |
1924 | 2023-11-30T05:39:52.268Z | Compiling rustc-hash v1.1.0 |
1925 | 2023-11-30T05:39:52.510Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1926 | 2023-11-30T05:39:53.447Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1927 | 2023-11-30T05:39:53.525Z | Compiling group v0.13.0 |
1928 | 2023-11-30T05:39:53.791Z | Compiling derive_builder_core v0.12.0 |
1929 | 2023-11-30T05:39:57.432Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1930 | 2023-11-30T05:40:01.714Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1931 | 2023-11-30T05:40:03.411Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1932 | 2023-11-30T05:40:11.088Z | Compiling globset v0.4.13 |
1933 | 2023-11-30T05:40:12.646Z | Compiling pem v3.0.2 |
1934 | 2023-11-30T05:40:13.779Z | Compiling olpc-cjson v0.1.3 |
1935 | 2023-11-30T05:40:14.680Z | Compiling universal-hash v0.5.1 |
1936 | 2023-11-30T05:40:15.003Z | Compiling crypto-bigint v0.5.2 |
1937 | 2023-11-30T05:40:15.318Z | Compiling bcs v0.1.6 |
1938 | 2023-11-30T05:40:15.605Z | Compiling serde_plain v1.0.2 |
1939 | 2023-11-30T05:40:16.413Z | Compiling libxml v0.3.3 |
1940 | 2023-11-30T05:40:16.716Z | Compiling curve25519-dalek-derive v0.1.0 |
1941 | 2023-11-30T05:40:16.912Z | Compiling async-recursion v1.0.5 |
1942 | 2023-11-30T05:40:18.431Z | Compiling thiserror-impl-no-std v2.0.2 |
1943 | 2023-11-30T05:40:18.890Z | Compiling typed-path v0.6.0 |
1944 | 2023-11-30T05:40:20.511Z | Compiling ref-cast v1.0.20 |
1945 | 2023-11-30T05:40:20.752Z | Compiling highway v1.1.0 |
1946 | 2023-11-30T05:40:21.173Z | Compiling base16ct v0.2.0 |
1947 | 2023-11-30T05:40:21.743Z | Compiling opaque-debug v0.3.0 |
1948 | 2023-11-30T05:40:21.879Z | Compiling poly1305 v0.8.0 |
1949 | 2023-11-30T05:40:22.992Z | Compiling thiserror-no-std v2.0.2 |
1950 | 2023-11-30T05:40:23.063Z | Compiling tough v0.15.0 |
1951 | 2023-11-30T05:40:23.153Z | Compiling elliptic-curve v0.13.5 |
1952 | 2023-11-30T05:40:24.125Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1953 | 2023-11-30T05:40:25.625Z | Compiling polar-core v0.27.0 |
1954 | 2023-11-30T05:40:26.312Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1955 | 2023-11-30T05:40:30.827Z | Compiling derive_builder_macro v0.12.0 |
1956 | 2023-11-30T05:40:32.211Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1957 | 2023-11-30T05:40:34.959Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1958 | 2023-11-30T05:40:37.911Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1959 | 2023-11-30T05:40:38.356Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1960 | 2023-11-30T05:40:38.774Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1961 | 2023-11-30T05:40:42.121Z | Compiling chacha20 v0.9.1 |
1962 | 2023-11-30T05:40:42.844Z | Compiling strum_macros v0.24.3 |
1963 | 2023-11-30T05:40:43.463Z | Compiling aead v0.5.2 |
1964 | 2023-11-30T05:40:43.894Z | Compiling ref-cast-impl v1.0.20 |
1965 | 2023-11-30T05:40:45.710Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1966 | 2023-11-30T05:40:46.151Z | Compiling cookie v0.18.0 |
1967 | 2023-11-30T05:40:46.589Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1968 | 2023-11-30T05:40:47.028Z | Compiling indoc v1.0.9 |
1969 | 2023-11-30T05:40:48.520Z | Compiling signature v1.6.4 |
1970 | 2023-11-30T05:40:48.681Z | Compiling salty v0.2.0 |
1971 | 2023-11-30T05:40:48.737Z | Compiling ed25519 v1.5.3 |
1972 | 2023-11-30T05:40:49.382Z | Compiling chacha20poly1305 v0.10.1 |
1973 | 2023-11-30T05:40:49.638Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1974 | 2023-11-30T05:40:49.705Z | Compiling derive_builder v0.12.0 |
1975 | 2023-11-30T05:40:54.011Z | Compiling vsss-rs v3.3.1 |
1976 | 2023-11-30T05:41:02.188Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1977 | 2023-11-30T05:41:02.950Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1978 | 2023-11-30T05:41:03.499Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1979 | 2023-11-30T05:41:03.920Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1980 | 2023-11-30T05:41:05.825Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1981 | 2023-11-30T05:41:07.076Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1982 | 2023-11-30T05:41:10.668Z | Compiling headers-core v0.2.0 |
1983 | 2023-11-30T05:41:10.913Z | Compiling bb8 v0.8.1 |
1984 | 2023-11-30T05:41:10.916Z | Compiling quick-xml v0.23.1 |
1985 | 2023-11-30T05:41:11.822Z | Compiling serde-big-array v0.5.1 |
1986 | 2023-11-30T05:41:12.197Z | Compiling oso-derive v0.27.0 |
1987 | 2023-11-30T05:41:12.702Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1988 | 2023-11-30T05:41:13.697Z | Compiling impl-trait-for-tuples v0.2.2 |
1989 | 2023-11-30T05:41:13.937Z | Compiling fs-err v2.11.0 |
1990 | 2023-11-30T05:41:14.180Z | Compiling http-range v0.1.5 |
1991 | 2023-11-30T05:41:14.368Z | Compiling maplit v1.0.2 |
1992 | 2023-11-30T05:41:14.527Z | Compiling hyper-staticfile v0.9.5 |
1993 | 2023-11-30T05:41:15.318Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1994 | 2023-11-30T05:41:19.313Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
1995 | 2023-11-30T05:41:20.358Z | Compiling headers v0.3.9 |
1996 | 2023-11-30T05:41:27.370Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1997 | 2023-11-30T05:41:30.142Z | Compiling oso v0.27.0 |
1998 | 2023-11-30T05:41:41.359Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1999 | 2023-11-30T05:41:43.186Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2000 | 2023-11-30T05:41:43.595Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2001 | 2023-11-30T05:41:45.683Z | Compiling signal-hook-tokio v0.3.1 |
2002 | 2023-11-30T05:41:45.755Z | Compiling serde-big-array v0.4.1 |
2003 | 2023-11-30T05:41:45.970Z | Compiling indoc v2.0.3 |
2004 | 2023-11-30T05:41:46.031Z | Compiling cassowary v0.3.0 |
2005 | 2023-11-30T05:41:47.507Z | Compiling ratatui v0.23.0 |
2006 | 2023-11-30T05:41:53.748Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2007 | 2023-11-30T05:41:56.137Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2008 | 2023-11-30T05:41:56.442Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2009 | 2023-11-30T05:42:03.585Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2010 | 2023-11-30T05:42:04.175Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2011 | 2023-11-30T05:42:12.850Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2012 | 2023-11-30T05:42:17.873Z | Compiling fatfs v0.3.6 |
2013 | 2023-11-30T05:42:22.824Z | Compiling bytesize v1.3.0 |
2014 | 2023-11-30T05:42:23.487Z | Compiling nanorand v0.7.0 |
2015 | 2023-11-30T05:42:23.770Z | Compiling rtoolbox v0.0.1 |
2016 | 2023-11-30T05:42:24.480Z | Compiling smawk v0.3.1 |
2017 | 2023-11-30T05:42:24.660Z | Compiling assert_matches v1.5.0 |
2018 | 2023-11-30T05:42:24.804Z | Compiling corncobs v0.1.3 |
2019 | 2023-11-30T05:42:24.838Z | Compiling is_ci v1.1.1 |
2020 | 2023-11-30T05:42:25.250Z | Compiling unicode-linebreak v0.1.5 |
2021 | 2023-11-30T05:42:25.444Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2022 | 2023-11-30T05:42:26.166Z | Compiling textwrap v0.16.0 |
2023 | 2023-11-30T05:42:26.712Z | Compiling supports-color v2.1.0 |
2024 | 2023-11-30T05:42:27.856Z | Compiling flume v0.11.0 |
2025 | 2023-11-30T05:42:29.123Z | Compiling rpassword v7.3.1 |
2026 | 2023-11-30T05:42:29.802Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2027 | 2023-11-30T05:42:32.599Z | Compiling tui-tree-widget v0.13.0 |
2028 | 2023-11-30T05:42:36.086Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2029 | 2023-11-30T05:42:37.481Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2030 | 2023-11-30T05:42:37.879Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2031 | 2023-11-30T05:43:15.090Z | Compiling shell-words v1.1.0 |
2032 | 2023-11-30T05:43:15.806Z | Compiling humantime v2.1.0 |
2033 | 2023-11-30T05:43:17.282Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2034 | 2023-11-30T05:43:51.103Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2035 | 2023-11-30T05:43:55.307Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2036 | 2023-11-30T05:46:30.455Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2037 | 2023-11-30T05:55:47.496Z | Finished release [optimized] target(s) in 18m 29s |
2038 | 2023-11-30T05:56:58.310Z | |
2039 | 2023-11-30T05:56:58.310Z | real 19:41.702819605 |
2040 | 2023-11-30T05:56:58.310Z | user 2:15:38.787256623 |
2041 | 2023-11-30T05:56:58.310Z | sys 5:11.844331812 |
2042 | 2023-11-30T05:56:58.310Z | trap 4.397127037 |
2043 | 2023-11-30T05:56:58.310Z | tflt 1.035957552 |
2044 | 2023-11-30T05:56:58.310Z | dflt 1.826591496 |
2045 | 2023-11-30T05:56:58.313Z | kflt 0.008835174 |
2046 | 2023-11-30T05:56:58.313Z | lock 7:48:55.057197746 |
2047 | 2023-11-30T05:56:58.313Z | slp 5:03:53.721869573 |
2048 | 2023-11-30T05:56:58.313Z | lat 2:17.322376723 |
2049 | 2023-11-30T05:56:58.313Z | stop 36.403617421 |
2050 | 2023-11-30T05:56:58.313Z | + 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/*) |
2051 | 2023-11-30T05:56:58.313Z | + pfexec mkdir -p /work |
2052 | 2023-11-30T05:56:58.315Z | + pfexec chown build /work |
2053 | 2023-11-30T05:56:58.319Z | + 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 |
2054 | 2023-11-30T05:57:11.526Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2055 | 2023-11-30T05:57:11.526Z | a out/mg-ddm-gz.tar 61253K |
2056 | 2023-11-30T05:57:11.526Z | a out/omicron-sled-agent.tar 109505K |
2057 | 2023-11-30T05:57:11.526Z | a out/target/test 1K |
2058 | 2023-11-30T05:57:11.526Z | a out/npuzone/npuzone 36505K |
2059 | 2023-11-30T05:57:11.526Z | a package-manifest.toml 22K |
2060 | 2023-11-30T05:57:11.526Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2061 | 2023-11-30T05:57:11.526Z | a target/release/omicron-package 41571K |
2062 | 2023-11-30T05:57:11.527Z | a tools/create_virtual_hardware.sh 4K |
2063 | 2023-11-30T05:57:11.527Z | a tools/virtual_hardware.sh 4K |
2064 | 2023-11-30T05:57:11.527Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2065 | 2023-11-30T05:57:11.527Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2066 | 2023-11-30T05:57:11.527Z | a tools/scrimlet/softnpu-init.sh 3K |
2067 | 2023-11-30T05:57:11.527Z | a tools/scrimlet/softnpu-zone.txt 1K |
2068 | 2023-11-30T05:57:11.527Z | a tools/scrimlet/softnpu.toml 1K |
2069 | 2023-11-30T05:57:11.530Z | |
2070 | 2023-11-30T05:57:11.530Z | real 13.205980160 |
2071 | 2023-11-30T05:57:11.530Z | user 12.610624061 |
2072 | 2023-11-30T05:57:11.530Z | sys 1.051042340 |
2073 | 2023-11-30T05:57:11.530Z | trap 0.003163699 |
2074 | 2023-11-30T05:57:11.530Z | tflt 0.000000000 |
2075 | 2023-11-30T05:57:11.530Z | dflt 0.000000000 |
2076 | 2023-11-30T05:57:11.530Z | kflt 0.000000000 |
2077 | 2023-11-30T05:57:11.530Z | lock 0.000000000 |
2078 | 2023-11-30T05:57:11.530Z | slp 12.339458071 |
2079 | 2023-11-30T05:57:11.530Z | lat 0.403957150 |
2080 | 2023-11-30T05:57:11.530Z | stop 0.000248132 |
2081 | 2023-11-30T05:57:11.533Z | ++ pwd |
2082 | 2023-11-30T05:57:11.533Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2083 | 2023-11-30T05:57:11.533Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2084 | 2023-11-30T05:57:11.536Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2085 | 2023-11-30T05:57:12.637Z | Finished release [optimized] target(s) in 1.01s |
2086 | 2023-11-30T05:57:12.669Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2087 | 2023-11-30T05:57:12.709Z | Created new build target 'host' and set it as active |
2088 | 2023-11-30T05:57:12.712Z | |
2089 | 2023-11-30T05:57:12.713Z | real 1.171310268 |
2090 | 2023-11-30T05:57:12.713Z | user 0.820512924 |
2091 | 2023-11-30T05:57:12.713Z | sys 0.350761050 |
2092 | 2023-11-30T05:57:12.713Z | trap 0.000479807 |
2093 | 2023-11-30T05:57:12.713Z | tflt 0.000011093 |
2094 | 2023-11-30T05:57:12.713Z | dflt 0.000016974 |
2095 | 2023-11-30T05:57:12.713Z | kflt 0.000000000 |
2096 | 2023-11-30T05:57:12.713Z | lock 0.035123280 |
2097 | 2023-11-30T05:57:12.713Z | slp 0.021838671 |
2098 | 2023-11-30T05:57:12.713Z | lat 0.002156086 |
2099 | 2023-11-30T05:57:12.713Z | stop 0.000223506 |
2100 | 2023-11-30T05:57:12.716Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2101 | 2023-11-30T05:57:13.783Z | Finished release [optimized] target(s) in 0.98s |
2102 | 2023-11-30T05:57:13.813Z | Running `target/release/omicron-package -t host package` |
2103 | 2023-11-30T05:57:13.857Z | Nov 30 05:57:13.854 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2104 | 2023-11-30T05:57:14.936Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2105 | 2023-11-30T06:00:44.846Z | Finished release [optimized] target(s) in 3m 30s |
2106 | 2023-11-30T06:01:52.761Z | |
2107 | 2023-11-30T06:01:52.764Z | real 4:40.025140854 |
2108 | 2023-11-30T06:01:52.764Z | user 19:56.437193472 |
2109 | 2023-11-30T06:01:52.764Z | sys 1:02.024708272 |
2110 | 2023-11-30T06:01:52.764Z | trap 0.528374128 |
2111 | 2023-11-30T06:01:52.764Z | tflt 0.026204111 |
2112 | 2023-11-30T06:01:52.764Z | dflt 1.333626279 |
2113 | 2023-11-30T06:01:52.765Z | kflt 0.045117195 |
2114 | 2023-11-30T06:01:52.765Z | lock 1:06:38.763911545 |
2115 | 2023-11-30T06:01:52.765Z | slp 17:28.004623521 |
2116 | 2023-11-30T06:01:52.765Z | lat 6.296079305 |
2117 | 2023-11-30T06:01:52.765Z | stop 0.713008873 |
2118 | 2023-11-30T06:01:52.765Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2119 | 2023-11-30T06:01:52.765Z | + for package in "$@" |
2120 | 2023-11-30T06:01:52.765Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2121 | 2023-11-30T06:01:52.765Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+gitb28d1907ae8 |
2122 | 2023-11-30T06:01:53.828Z | Finished release [optimized] target(s) in 1.00s |
2123 | 2023-11-30T06:01:53.861Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+gitb28d1907ae8` |
2124 | 2023-11-30T06:01:53.901Z | Nov 30 06:01:53.902 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2125 | 2023-11-30T06:01:54.432Z | Created: out/versioned/omicron-sled-agent.tar |
2126 | 2023-11-30T06:01:54.435Z | + for package in "$@" |
2127 | 2023-11-30T06:01:54.435Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2128 | 2023-11-30T06:01:54.435Z | + echo 0.0.0 |
2129 | 2023-11-30T06:01:54.438Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2130 | 2023-11-30T06:01:54.441Z | a VERSION 1K |
2131 | 2023-11-30T06:01:54.441Z | + rm VERSION |
2132 | 2023-11-30T06:01:54.444Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+gitb28d1907ae8 |
2133 | 2023-11-30T06:01:55.511Z | Finished release [optimized] target(s) in 0.98s |
2134 | 2023-11-30T06:01:55.542Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+gitb28d1907ae8` |
2135 | 2023-11-30T06:01:55.583Z | Nov 30 06:01:55.584 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2136 | 2023-11-30T06:01:55.888Z | Created: out/versioned/mg-ddm-gz.tar |
2137 | 2023-11-30T06:01:55.891Z | + for package in "$@" |
2138 | 2023-11-30T06:01:55.891Z | + [[ propolis-server == mg-ddm-gz ]] |
2139 | 2023-11-30T06:01:55.891Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+gitb28d1907ae8 |
2140 | 2023-11-30T06:01:56.943Z | Finished release [optimized] target(s) in 0.96s |
2141 | 2023-11-30T06:01:56.974Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+gitb28d1907ae8` |
2142 | 2023-11-30T06:01:57.016Z | Nov 30 06:01:57.016 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2143 | 2023-11-30T06:01:58.864Z | Created: out/versioned/propolis-server.tar.gz |
2144 | 2023-11-30T06:01:58.867Z | + for package in "$@" |
2145 | 2023-11-30T06:01:58.868Z | + [[ overlay == mg-ddm-gz ]] |
2146 | 2023-11-30T06:01:58.868Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+gitb28d1907ae8 |
2147 | 2023-11-30T06:01:59.903Z | Finished release [optimized] target(s) in 0.95s |
2148 | 2023-11-30T06:01:59.934Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+gitb28d1907ae8` |
2149 | 2023-11-30T06:01:59.974Z | Nov 30 06:01:59.975 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2150 | 2023-11-30T06:01:59.977Z | Created: out/versioned/overlay.tar.gz |
2151 | 2023-11-30T06:01:59.979Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2152 | 2023-11-30T06:01:59.991Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2153 | 2023-11-30T06:01:59.993Z | ++ cd -- ./tools |
2154 | 2023-11-30T06:01:59.993Z | ++ pwd |
2155 | 2023-11-30T06:01:59.993Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2156 | 2023-11-30T06:01:59.996Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2157 | 2023-11-30T06:01:59.999Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2158 | 2023-11-30T06:02:00.002Z | ++ readlink -f /work |
2159 | 2023-11-30T06:02:00.002Z | + out_dir=/work |
2160 | 2023-11-30T06:02:00.002Z | + 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") |
2161 | 2023-11-30T06:02:00.002Z | + for dep in "${deps[@]}" |
2162 | 2023-11-30T06:02:00.002Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2163 | 2023-11-30T06:02:00.003Z | + for dep in "${deps[@]}" |
2164 | 2023-11-30T06:02:00.003Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2165 | 2023-11-30T06:02:00.003Z | + for dep in "${deps[@]}" |
2166 | 2023-11-30T06:02:00.003Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2167 | 2023-11-30T06:02:00.003Z | + for dep in "${deps[@]}" |
2168 | 2023-11-30T06:02:00.003Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2169 | 2023-11-30T06:02:00.005Z | ++ mktemp -d |
2170 | 2023-11-30T06:02:00.005Z | + tmp_gz=/tmp/tmp.g_aWth |
2171 | 2023-11-30T06:02:00.005Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2172 | 2023-11-30T06:02:00.005Z | + echo '{"v":"1","t":"layer"}' |
2173 | 2023-11-30T06:02:00.005Z | + pkg_dir=/tmp/tmp.g_aWth/root/opt/oxide/sled-agent |
2174 | 2023-11-30T06:02:00.006Z | + mkdir -p /tmp/tmp.g_aWth/root/opt/oxide/sled-agent |
2175 | 2023-11-30T06:02:00.008Z | + cd /tmp/tmp.g_aWth/root/opt/oxide/sled-agent |
2176 | 2023-11-30T06:02:00.008Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2177 | 2023-11-30T06:02:00.132Z | x ., 0 bytes, 0 tape blocks |
2178 | 2023-11-30T06:02:00.132Z | x zone-bundle, 41290560 bytes, 80646 tape blocks |
2179 | 2023-11-30T06:02:00.132Z | x sled-agent, 70881864 bytes, 138442 tape blocks |
2180 | 2023-11-30T06:02:00.132Z | x pkg, 0 bytes, 0 tape blocks |
2181 | 2023-11-30T06:02:00.132Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2182 | 2023-11-30T06:02:00.132Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2183 | 2023-11-30T06:02:00.132Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2184 | 2023-11-30T06:02:00.132Z | x VERSION, 25 bytes, 1 tape blocks |
2185 | 2023-11-30T06:02:00.135Z | + mkdir -p /tmp/tmp.g_aWth/root/lib/svc/manifest/site/ |
2186 | 2023-11-30T06:02:00.135Z | + mv pkg/manifest.xml /tmp/tmp.g_aWth/root/lib/svc/manifest/site/sled-agent.xml |
2187 | 2023-11-30T06:02:00.138Z | + cd - |
2188 | 2023-11-30T06:02:00.138Z | /work/oxidecomputer/omicron |
2189 | 2023-11-30T06:02:00.140Z | + pkg_dir=/tmp/tmp.g_aWth/root/opt/oxide/mg-ddm |
2190 | 2023-11-30T06:02:00.140Z | + mkdir -p /tmp/tmp.g_aWth/root/opt/oxide/mg-ddm |
2191 | 2023-11-30T06:02:00.143Z | + cd /tmp/tmp.g_aWth/root/opt/oxide/mg-ddm |
2192 | 2023-11-30T06:02:00.143Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2193 | 2023-11-30T06:02:00.209Z | x ., 0 bytes, 0 tape blocks |
2194 | 2023-11-30T06:02:00.209Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2195 | 2023-11-30T06:02:00.209Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2196 | 2023-11-30T06:02:00.210Z | x pkg, 0 bytes, 0 tape blocks |
2197 | 2023-11-30T06:02:00.210Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2198 | 2023-11-30T06:02:00.210Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2199 | 2023-11-30T06:02:00.210Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2200 | 2023-11-30T06:02:00.210Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2201 | 2023-11-30T06:02:00.210Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2202 | 2023-11-30T06:02:00.210Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2203 | 2023-11-30T06:02:00.210Z | x VERSION, 25 bytes, 1 tape blocks |
2204 | 2023-11-30T06:02:00.213Z | + cd - |
2205 | 2023-11-30T06:02:00.213Z | /work/oxidecomputer/omicron |
2206 | 2023-11-30T06:02:00.213Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.g_aWth/root/opt/oxide |
2207 | 2023-11-30T06:02:00.329Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.g_aWth/root/opt/oxide |
2208 | 2023-11-30T06:02:00.333Z | + cd /tmp/tmp.g_aWth |
2209 | 2023-11-30T06:02:00.333Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2210 | 2023-11-30T06:02:11.912Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2211 | 2023-11-30T06:02:11.912Z | a oxide.json 1K |
2212 | 2023-11-30T06:02:11.912Z | a root/ 0K |
2213 | 2023-11-30T06:02:11.912Z | a root/opt/ 0K |
2214 | 2023-11-30T06:02:11.912Z | a root/opt/oxide/ 0K |
2215 | 2023-11-30T06:02:11.912Z | a root/opt/oxide/sled-agent/ 0K |
2216 | 2023-11-30T06:02:11.912Z | a root/opt/oxide/sled-agent/zone-bundle 40323K |
2217 | 2023-11-30T06:02:11.912Z | a root/opt/oxide/sled-agent/sled-agent 69221K |
2218 | 2023-11-30T06:02:11.912Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2219 | 2023-11-30T06:02:11.912Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2220 | 2023-11-30T06:02:11.912Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2221 | 2023-11-30T06:02:11.912Z | a root/opt/oxide/sled-agent/VERSION 1K |
2222 | 2023-11-30T06:02:11.912Z | a root/opt/oxide/mg-ddm/ 0K |
2223 | 2023-11-30T06:02:11.914Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2224 | 2023-11-30T06:02:11.914Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2225 | 2023-11-30T06:02:11.914Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2226 | 2023-11-30T06:02:11.914Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2227 | 2023-11-30T06:02:11.914Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2228 | 2023-11-30T06:02:11.914Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2229 | 2023-11-30T06:02:11.914Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2230 | 2023-11-30T06:02:11.914Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2231 | 2023-11-30T06:02:11.914Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2232 | 2023-11-30T06:02:11.914Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2233 | 2023-11-30T06:02:11.914Z | a root/opt/oxide/propolis-server.tar.gz 65001K |
2234 | 2023-11-30T06:02:11.914Z | a root/opt/oxide/overlay.tar.gz 2K |
2235 | 2023-11-30T06:02:11.914Z | a root/lib/ 0K |
2236 | 2023-11-30T06:02:11.914Z | a root/lib/svc/ 0K |
2237 | 2023-11-30T06:02:11.914Z | a root/lib/svc/manifest/ 0K |
2238 | 2023-11-30T06:02:11.914Z | a root/lib/svc/manifest/site/ 0K |
2239 | 2023-11-30T06:02:11.914Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2240 | 2023-11-30T06:02:11.917Z | + cd / |
2241 | 2023-11-30T06:02:11.917Z | + rm -rf /tmp/tmp.g_aWth |
2242 | 2023-11-30T06:02:11.962Z | |
2243 | 2023-11-30T06:02:11.962Z | real 11.977974495 |
2244 | 2023-11-30T06:02:11.962Z | user 11.048909831 |
2245 | 2023-11-30T06:02:11.962Z | sys 0.992226500 |
2246 | 2023-11-30T06:02:11.962Z | trap 0.003251235 |
2247 | 2023-11-30T06:02:11.962Z | tflt 0.000000000 |
2248 | 2023-11-30T06:02:11.964Z | dflt 0.000000000 |
2249 | 2023-11-30T06:02:11.964Z | kflt 0.000000000 |
2250 | 2023-11-30T06:02:11.964Z | lock 0.000000000 |
2251 | 2023-11-30T06:02:11.966Z | slp 23.096709637 |
2252 | 2023-11-30T06:02:11.966Z | lat 0.378709114 |
2253 | 2023-11-30T06:02:11.966Z | stop 0.000310615 |
2254 | 2023-11-30T06:02:11.966Z | + mkdir -p /work/zones |
2255 | 2023-11-30T06:02:11.969Z | + 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) |
2256 | 2023-11-30T06:02:11.969Z | + 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/ |
2257 | 2023-11-30T06:02:15.663Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2258 | 2023-11-30T06:02:16.816Z | Finished release [optimized] target(s) in 1.06s |
2259 | 2023-11-30T06:02:16.844Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2260 | 2023-11-30T06:02:16.884Z | Created new build target 'recovery' and set it as active |
2261 | 2023-11-30T06:02:16.887Z | |
2262 | 2023-11-30T06:02:16.891Z | real 1.217813363 |
2263 | 2023-11-30T06:02:16.891Z | user 0.861300396 |
2264 | 2023-11-30T06:02:16.891Z | sys 0.355380911 |
2265 | 2023-11-30T06:02:16.891Z | trap 0.000551855 |
2266 | 2023-11-30T06:02:16.891Z | tflt 0.000028768 |
2267 | 2023-11-30T06:02:16.891Z | dflt 0.000018694 |
2268 | 2023-11-30T06:02:16.891Z | kflt 0.000000000 |
2269 | 2023-11-30T06:02:16.891Z | lock 0.037169878 |
2270 | 2023-11-30T06:02:16.891Z | slp 0.022671160 |
2271 | 2023-11-30T06:02:16.891Z | lat 0.003476221 |
2272 | 2023-11-30T06:02:16.891Z | stop 0.000253299 |
2273 | 2023-11-30T06:02:16.891Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2274 | 2023-11-30T06:02:18.003Z | Finished release [optimized] target(s) in 1.02s |
2275 | 2023-11-30T06:02:18.033Z | Running `target/release/omicron-package -t recovery package` |
2276 | 2023-11-30T06:02:18.072Z | Nov 30 06:02:18.073 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2277 | 2023-11-30T06:02:19.056Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2278 | 2023-11-30T06:02:22.771Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2279 | 2023-11-30T06:02:52.928Z | Finished release [optimized] target(s) in 34.76s |
2280 | 2023-11-30T06:03:10.863Z | |
2281 | 2023-11-30T06:03:10.867Z | real 53.943984986 |
2282 | 2023-11-30T06:03:10.867Z | user 2:32.509491147 |
2283 | 2023-11-30T06:03:10.868Z | sys 11.212442625 |
2284 | 2023-11-30T06:03:10.868Z | trap 0.080197174 |
2285 | 2023-11-30T06:03:10.868Z | tflt 0.033340072 |
2286 | 2023-11-30T06:03:10.868Z | dflt 0.769430196 |
2287 | 2023-11-30T06:03:10.868Z | kflt 0.000000000 |
2288 | 2023-11-30T06:03:10.868Z | lock 12:01.534617474 |
2289 | 2023-11-30T06:03:10.868Z | slp 2:31.235237175 |
2290 | 2023-11-30T06:03:10.868Z | lat 1.909640796 |
2291 | 2023-11-30T06:03:10.868Z | stop 0.184413106 |
2292 | 2023-11-30T06:03:10.868Z | + stamp_packages installinator mg-ddm-gz |
2293 | 2023-11-30T06:03:10.868Z | + for package in "$@" |
2294 | 2023-11-30T06:03:10.868Z | + [[ installinator == mg-ddm-gz ]] |
2295 | 2023-11-30T06:03:10.868Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+gitb28d1907ae8 |
2296 | 2023-11-30T06:03:11.910Z | Finished release [optimized] target(s) in 0.98s |
2297 | 2023-11-30T06:03:11.944Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+gitb28d1907ae8` |
2298 | 2023-11-30T06:03:11.985Z | Nov 30 06:03:11.986 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2299 | 2023-11-30T06:03:12.119Z | Created: out/versioned/installinator.tar |
2300 | 2023-11-30T06:03:12.123Z | + for package in "$@" |
2301 | 2023-11-30T06:03:12.123Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2302 | 2023-11-30T06:03:12.124Z | + echo 0.0.0 |
2303 | 2023-11-30T06:03:12.127Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2304 | 2023-11-30T06:03:12.127Z | a VERSION 1K |
2305 | 2023-11-30T06:03:12.129Z | + rm VERSION |
2306 | 2023-11-30T06:03:12.132Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+gitb28d1907ae8 |
2307 | 2023-11-30T06:03:13.200Z | Finished release [optimized] target(s) in 0.98s |
2308 | 2023-11-30T06:03:13.233Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+gitb28d1907ae8` |
2309 | 2023-11-30T06:03:13.274Z | Nov 30 06:03:13.275 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2310 | 2023-11-30T06:03:13.462Z | Created: out/versioned/mg-ddm-gz.tar |
2311 | 2023-11-30T06:03:13.467Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2312 | 2023-11-30T06:03:13.479Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2313 | 2023-11-30T06:03:13.482Z | ++ cd -- ./tools |
2314 | 2023-11-30T06:03:13.482Z | ++ pwd |
2315 | 2023-11-30T06:03:13.482Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2316 | 2023-11-30T06:03:13.486Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2317 | 2023-11-30T06:03:13.486Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2318 | 2023-11-30T06:03:13.489Z | ++ readlink -f /work |
2319 | 2023-11-30T06:03:13.489Z | + out_dir=/work |
2320 | 2023-11-30T06:03:13.489Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2321 | 2023-11-30T06:03:13.489Z | + for dep in "${deps[@]}" |
2322 | 2023-11-30T06:03:13.489Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2323 | 2023-11-30T06:03:13.489Z | + for dep in "${deps[@]}" |
2324 | 2023-11-30T06:03:13.489Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2325 | 2023-11-30T06:03:13.492Z | ++ mktemp -d |
2326 | 2023-11-30T06:03:13.492Z | + tmp_trampoline=/tmp/tmp.v7aiyh |
2327 | 2023-11-30T06:03:13.492Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2328 | 2023-11-30T06:03:13.492Z | + echo '{"v":"1","t":"layer"}' |
2329 | 2023-11-30T06:03:13.492Z | + pkg_dir=/tmp/tmp.v7aiyh/root/opt/oxide/installinator |
2330 | 2023-11-30T06:03:13.492Z | + mkdir -p /tmp/tmp.v7aiyh/root/opt/oxide/installinator |
2331 | 2023-11-30T06:03:13.495Z | + cd /tmp/tmp.v7aiyh/root/opt/oxide/installinator |
2332 | 2023-11-30T06:03:13.518Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2333 | 2023-11-30T06:03:13.551Z | x ., 0 bytes, 0 tape blocks |
2334 | 2023-11-30T06:03:13.551Z | x installinator, 52112168 bytes, 101782 tape blocks |
2335 | 2023-11-30T06:03:13.551Z | x pkg, 0 bytes, 0 tape blocks |
2336 | 2023-11-30T06:03:13.551Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2337 | 2023-11-30T06:03:13.551Z | x VERSION, 25 bytes, 1 tape blocks |
2338 | 2023-11-30T06:03:13.553Z | + mkdir -p /tmp/tmp.v7aiyh/root/lib/svc/manifest/site/ |
2339 | 2023-11-30T06:03:13.556Z | + mv pkg/manifest.xml /tmp/tmp.v7aiyh/root/lib/svc/manifest/site/installinator.xml |
2340 | 2023-11-30T06:03:13.558Z | + cd - |
2341 | 2023-11-30T06:03:13.558Z | /work/oxidecomputer/omicron |
2342 | 2023-11-30T06:03:13.558Z | + pkg_dir=/tmp/tmp.v7aiyh/root/opt/oxide/mg-ddm |
2343 | 2023-11-30T06:03:13.558Z | + mkdir -p /tmp/tmp.v7aiyh/root/opt/oxide/mg-ddm |
2344 | 2023-11-30T06:03:13.561Z | + cd /tmp/tmp.v7aiyh/root/opt/oxide/mg-ddm |
2345 | 2023-11-30T06:03:13.561Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2346 | 2023-11-30T06:03:14.031Z | x ., 0 bytes, 0 tape blocks |
2347 | 2023-11-30T06:03:14.031Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2348 | 2023-11-30T06:03:14.031Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2349 | 2023-11-30T06:03:14.031Z | x pkg, 0 bytes, 0 tape blocks |
2350 | 2023-11-30T06:03:14.031Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2351 | 2023-11-30T06:03:14.031Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2352 | 2023-11-30T06:03:14.031Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2353 | 2023-11-30T06:03:14.031Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2354 | 2023-11-30T06:03:14.031Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2355 | 2023-11-30T06:03:14.031Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2356 | 2023-11-30T06:03:14.031Z | x VERSION, 25 bytes, 1 tape blocks |
2357 | 2023-11-30T06:03:14.037Z | + cd - |
2358 | 2023-11-30T06:03:14.041Z | /work/oxidecomputer/omicron |
2359 | 2023-11-30T06:03:14.041Z | + cd /tmp/tmp.v7aiyh |
2360 | 2023-11-30T06:03:14.041Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2361 | 2023-11-30T06:03:19.612Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2362 | 2023-11-30T06:03:19.612Z | a oxide.json 1K |
2363 | 2023-11-30T06:03:19.612Z | a root/ 0K |
2364 | 2023-11-30T06:03:19.612Z | a root/opt/ 0K |
2365 | 2023-11-30T06:03:19.612Z | a root/opt/oxide/ 0K |
2366 | 2023-11-30T06:03:19.612Z | a root/opt/oxide/installinator/ 0K |
2367 | 2023-11-30T06:03:19.612Z | a root/opt/oxide/installinator/installinator 50891K |
2368 | 2023-11-30T06:03:19.612Z | a root/opt/oxide/installinator/pkg/ 0K |
2369 | 2023-11-30T06:03:19.612Z | a root/opt/oxide/installinator/VERSION 1K |
2370 | 2023-11-30T06:03:19.612Z | a root/opt/oxide/mg-ddm/ 0K |
2371 | 2023-11-30T06:03:19.612Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2372 | 2023-11-30T06:03:19.612Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2373 | 2023-11-30T06:03:19.614Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2374 | 2023-11-30T06:03:19.614Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2375 | 2023-11-30T06:03:19.614Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2376 | 2023-11-30T06:03:19.614Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2377 | 2023-11-30T06:03:19.614Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2378 | 2023-11-30T06:03:19.614Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2379 | 2023-11-30T06:03:19.614Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2380 | 2023-11-30T06:03:19.614Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2381 | 2023-11-30T06:03:19.614Z | a root/lib/ 0K |
2382 | 2023-11-30T06:03:19.614Z | a root/lib/svc/ 0K |
2383 | 2023-11-30T06:03:19.614Z | a root/lib/svc/manifest/ 0K |
2384 | 2023-11-30T06:03:19.614Z | a root/lib/svc/manifest/site/ 0K |
2385 | 2023-11-30T06:03:19.614Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2386 | 2023-11-30T06:03:20.587Z | + cd / |
2387 | 2023-11-30T06:03:20.587Z | + rm -rf /tmp/tmp.v7aiyh |
2388 | 2023-11-30T06:03:20.587Z | |
2389 | 2023-11-30T06:03:20.587Z | real 6.167233487 |
2390 | 2023-11-30T06:03:20.587Z | user 5.767163852 |
2391 | 2023-11-30T06:03:20.588Z | sys 0.428535756 |
2392 | 2023-11-30T06:03:20.588Z | trap 0.002420976 |
2393 | 2023-11-30T06:03:20.588Z | tflt 0.000000000 |
2394 | 2023-11-30T06:03:20.603Z | dflt 0.000000000 |
2395 | 2023-11-30T06:03:20.603Z | kflt 0.000000000 |
2396 | 2023-11-30T06:03:20.603Z | lock 0.000000000 |
2397 | 2023-11-30T06:03:20.603Z | slp 11.923152024 |
2398 | 2023-11-30T06:03:20.603Z | lat 0.182411782 |
2399 | 2023-11-30T06:03:20.603Z | stop 0.000297822 |
2400 | 2023-11-30T06:03:20.603Z | process exited: duration 2175082 ms, exit code 0 |
|
2401 | 2023-11-30T06:03:20.622Z | found 21 output files |
2402 | 2023-11-30T06:03:20.624Z | uploading: /work/version.txt (26 bytes) |
2403 | 2023-11-30T06:03:21.637Z | uploaded: /work/version.txt |
2404 | 2023-11-30T06:03:21.637Z | uploading: /work/package.tar.gz (80225094 bytes) |
2405 | 2023-11-30T06:03:41.744Z | uploaded: /work/package.tar.gz |
2406 | 2023-11-30T06:03:41.744Z | uploading: /work/global-zone-packages.tar.gz (121725851 bytes) |
2407 | 2023-11-30T06:04:15.439Z | uploaded: /work/global-zone-packages.tar.gz |
2408 | 2023-11-30T06:04:15.439Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36474660 bytes) |
2409 | 2023-11-30T06:04:25.266Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2410 | 2023-11-30T06:04:25.278Z | uploading: /work/zones/clickhouse.tar.gz (181771783 bytes) |
2411 | 2023-11-30T06:05:15.820Z | uploaded: /work/zones/clickhouse.tar.gz |
2412 | 2023-11-30T06:05:15.821Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181766858 bytes) |
2413 | 2023-11-30T06:06:06.775Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2414 | 2023-11-30T06:06:06.775Z | uploading: /work/zones/cockroachdb.tar.gz (118846561 bytes) |
2415 | 2023-11-30T06:06:42.482Z | uploaded: /work/zones/cockroachdb.tar.gz |
2416 | 2023-11-30T06:06:42.482Z | uploading: /work/zones/crucible-pantry.tar.gz (22402804 bytes) |
2417 | 2023-11-30T06:06:48.333Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2418 | 2023-11-30T06:06:48.333Z | uploading: /work/zones/crucible.tar.gz (42284263 bytes) |
2419 | 2023-11-30T06:06:59.329Z | uploaded: /work/zones/crucible.tar.gz |
2420 | 2023-11-30T06:06:59.329Z | uploading: /work/zones/external-dns.tar.gz (24127146 bytes) |
2421 | 2023-11-30T06:07:08.068Z | uploaded: /work/zones/external-dns.tar.gz |
2422 | 2023-11-30T06:07:08.068Z | uploading: /work/zones/internal-dns.tar.gz (24127146 bytes) |
2423 | 2023-11-30T06:07:15.572Z | uploaded: /work/zones/internal-dns.tar.gz |
2424 | 2023-11-30T06:07:15.572Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2425 | 2023-11-30T06:07:16.582Z | uploaded: /work/zones/ntp.tar.gz |
2426 | 2023-11-30T06:07:16.582Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18241901 bytes) |
2427 | 2023-11-30T06:07:23.590Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2428 | 2023-11-30T06:07:23.590Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18241163 bytes) |
2429 | 2023-11-30T06:07:29.302Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2430 | 2023-11-30T06:07:29.302Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (75464579 bytes) |
2431 | 2023-11-30T06:07:46.591Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2432 | 2023-11-30T06:07:46.591Z | uploading: /work/zones/omicron-nexus.tar.gz (75466654 bytes) |
2433 | 2023-11-30T06:08:03.077Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2434 | 2023-11-30T06:08:03.077Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2435 | 2023-11-30T06:08:04.095Z | uploaded: /work/zones/overlay.tar.gz |
2436 | 2023-11-30T06:08:04.095Z | uploading: /work/zones/oximeter-collector.tar.gz (34059486 bytes) |
2437 | 2023-11-30T06:08:12.519Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2438 | 2023-11-30T06:08:12.519Z | uploading: /work/zones/propolis-server.tar.gz (66564478 bytes) |
2439 | 2023-11-30T06:08:29.298Z | uploaded: /work/zones/propolis-server.tar.gz |
2440 | 2023-11-30T06:08:29.298Z | uploading: /work/zones/switch-asic.tar.gz (245388964 bytes) |
2441 | 2023-11-30T06:09:35.120Z | uploaded: /work/zones/switch-asic.tar.gz |
2442 | 2023-11-30T06:09:35.120Z | uploading: /work/zones/switch-softnpu.tar.gz (169384904 bytes) |
2443 | 2023-11-30T06:10:31.895Z | uploaded: /work/zones/switch-softnpu.tar.gz |