|
|
|
1 | 2023-11-28T18:08:20.219Z | job assigned to worker 01HGBHT8G7P1YPQSAT16BMQVN1 (queued for 1 m 14 s) |
|
2 | 2023-11-28T18:08:20.470Z | starting task 0: "setup" |
3 | 2023-11-28T18:08:20.526Z | ++ uname -s |
4 | 2023-11-28T18:08:20.532Z | + kern=SunOS |
5 | 2023-11-28T18:08:20.532Z | + case "$kern" in |
6 | 2023-11-28T18:08:20.532Z | + groupadd -g 12345 build |
7 | 2023-11-28T18:08:20.533Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-28T18:08:22.538Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-28T18:08:22.641Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-28T18:08:22.644Z | + home_fs=zfs |
11 | 2023-11-28T18:08:22.644Z | + [[ zfs == autofs ]] |
12 | 2023-11-28T18:08:22.644Z | + mkdir -p /home/build |
13 | 2023-11-28T18:08:22.647Z | + chown build:build /home/build /work |
14 | 2023-11-28T18:08:24.649Z | + chmod 0700 /home/build /work |
15 | 2023-11-28T18:08:24.653Z | process exited: duration 4186 ms, exit code 0 |
|
16 | 2023-11-28T18:08:24.659Z | starting task 1: "rust-toolchain" |
17 | 2023-11-28T18:08:24.668Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-28T18:08:24.671Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-28T18:08:24.849Z | info: downloading installer |
20 | 2023-11-28T18:08:26.553Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-28T18:08:26.553Z | warning: /opt/ooce/bin |
22 | 2023-11-28T18:08:26.553Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-28T18:08:26.553Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-28T18:08:26.553Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-28T18:08:26.553Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-28T18:08:26.553Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-28T18:08:26.553Z | error: cannot install while Rust is installed |
28 | 2023-11-28T18:08:26.553Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-28T18:08:26.657Z | info: profile set to 'default' |
30 | 2023-11-28T18:08:26.657Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-28T18:08:26.663Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-28T18:08:26.857Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-28T18:08:26.873Z | info: downloading component 'cargo' |
34 | 2023-11-28T18:08:27.623Z | info: downloading component 'clippy' |
35 | 2023-11-28T18:08:27.903Z | info: downloading component 'rust-docs' |
36 | 2023-11-28T18:08:28.899Z | info: downloading component 'rust-std' |
37 | 2023-11-28T18:08:30.686Z | info: downloading component 'rustc' |
38 | 2023-11-28T18:08:35.092Z | info: downloading component 'rustfmt' |
39 | 2023-11-28T18:08:35.343Z | info: installing component 'cargo' |
40 | 2023-11-28T18:08:36.740Z | info: installing component 'clippy' |
41 | 2023-11-28T18:08:37.343Z | info: installing component 'rust-docs' |
42 | 2023-11-28T18:08:40.058Z | info: installing component 'rust-std' |
43 | 2023-11-28T18:08:43.091Z | info: installing component 'rustc' |
44 | 2023-11-28T18:08:53.015Z | info: installing component 'rustfmt' |
45 | 2023-11-28T18:08:53.539Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-28T18:08:53.539Z | |
47 | 2023-11-28T18:08:53.671Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-28T18:08:53.671Z | |
49 | 2023-11-28T18:08:53.671Z | |
50 | 2023-11-28T18:08:53.671Z | Rust is installed now. Great! |
51 | 2023-11-28T18:08:53.671Z | |
52 | 2023-11-28T18:08:53.672Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-28T18:08:53.672Z | environment variable. This has not been done automatically. |
54 | 2023-11-28T18:08:53.672Z | |
55 | 2023-11-28T18:08:53.672Z | To configure your current shell, run: |
56 | 2023-11-28T18:08:53.672Z | source "$HOME/.cargo/env" |
57 | 2023-11-28T18:08:53.756Z | + rustc --version |
58 | 2023-11-28T18:08:53.865Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-28T18:08:53.870Z | process exited: duration 29211 ms, exit code 0 |
|
60 | 2023-11-28T18:08:53.876Z | starting task 2: "authentication" |
61 | 2023-11-28T18:08:53.906Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2023-11-28T18:08:53.912Z | starting task 3: "clone repository" |
63 | 2023-11-28T18:08:53.919Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-28T18:08:53.922Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-28T18:08:53.956Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-28T18:08:59.691Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-28T18:08:59.691Z | + [[ -n iliana/five ]] |
68 | 2023-11-28T18:08:59.694Z | + git fetch origin iliana/five |
69 | 2023-11-28T18:09:00.055Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-28T18:09:00.055Z | * branch iliana/five -> FETCH_HEAD |
71 | 2023-11-28T18:09:00.065Z | + git checkout -B iliana/five remotes/origin/iliana/five |
72 | 2023-11-28T18:09:00.157Z | Switched to a new branch 'iliana/five' |
73 | 2023-11-28T18:09:00.159Z | branch 'iliana/five' set up to track 'origin/iliana/five'. |
74 | 2023-11-28T18:09:00.159Z | + git reset --hard 43b8cb2dfc40d56bb5c671749148be17dafb2afc |
75 | 2023-11-28T18:09:00.171Z | HEAD is now at 43b8cb2d Set version to 5.0.0 |
76 | 2023-11-28T18:09:00.179Z | process exited: duration 6260 ms, exit code 0 |
|
77 | 2023-11-28T18:09:00.186Z | starting task 4: "build" |
78 | 2023-11-28T18:09:00.193Z | + cargo --version |
79 | 2023-11-28T18:09:00.199Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-11-28T18:09:00.454Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-11-28T18:09:00.457Z | info: downloading component 'cargo' |
82 | 2023-11-28T18:09:01.438Z | info: downloading component 'clippy' |
83 | 2023-11-28T18:09:01.748Z | info: downloading component 'rust-docs' |
84 | 2023-11-28T18:09:02.965Z | info: downloading component 'rust-std' |
85 | 2023-11-28T18:09:05.019Z | info: downloading component 'rustc' |
86 | 2023-11-28T18:09:10.059Z | info: downloading component 'rustfmt' |
87 | 2023-11-28T18:09:10.338Z | info: installing component 'cargo' |
88 | 2023-11-28T18:09:11.618Z | info: installing component 'clippy' |
89 | 2023-11-28T18:09:12.078Z | info: installing component 'rust-docs' |
90 | 2023-11-28T18:09:14.996Z | info: installing component 'rust-std' |
91 | 2023-11-28T18:09:17.556Z | info: installing component 'rustc' |
92 | 2023-11-28T18:09:23.779Z | info: installing component 'rustfmt' |
93 | 2023-11-28T18:09:24.318Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-11-28T18:09:24.321Z | + rustc --version |
95 | 2023-11-28T18:09:24.469Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-11-28T18:09:24.477Z | ++ git rev-parse HEAD |
97 | 2023-11-28T18:09:24.481Z | + COMMIT=43b8cb2dfc40d56bb5c671749148be17dafb2afc |
98 | 2023-11-28T18:09:24.483Z | + VERSION=5.0.0-0.ci+git43b8cb2dfc4 |
99 | 2023-11-28T18:09:24.483Z | + echo 5.0.0-0.ci+git43b8cb2dfc4 |
100 | 2023-11-28T18:09:24.483Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-11-28T18:09:33.963Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-11-28T18:09:34.994Z | Startup: Caching catalogs ... Done |
103 | 2023-11-28T18:09:40.504Z | Planning: Solver setup ... Done (5.158s) |
104 | 2023-11-28T18:09:40.632Z | Planning: Running solver ... Done (0.128s) |
105 | 2023-11-28T18:09:40.690Z | Planning: Finding local manifests ... Done (0.003s) |
106 | 2023-11-28T18:09:40.738Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-11-28T18:09:40.937Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-11-28T18:09:41.021Z | Planning: Package planning ... Done (0.080s) |
109 | 2023-11-28T18:09:41.108Z | Planning: Merging actions ... Done (0.085s) |
110 | 2023-11-28T18:09:41.799Z | Planning: Checking for conflicting actions ... Done (0.697s) |
111 | 2023-11-28T18:09:41.817Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-11-28T18:09:45.349Z | Planning: Evaluating mediators ... Done (3.530s) |
113 | 2023-11-28T18:09:45.363Z | Planning: Planning completed in 10.31 seconds |
114 | 2023-11-28T18:09:48.339Z | Packages to install: 4 |
115 | 2023-11-28T18:09:48.339Z | Mediators to change: 2 |
116 | 2023-11-28T18:09:48.339Z | Services to change: 1 |
117 | 2023-11-28T18:09:48.342Z | Estimated space available: 148.88 GB |
118 | 2023-11-28T18:09:48.342Z | Estimated space to be consumed: 1.38 GB |
119 | 2023-11-28T18:09:48.342Z | Create boot environment: No |
120 | 2023-11-28T18:09:48.342Z | Create backup boot environment: No |
121 | 2023-11-28T18:09:48.342Z | Rebuild boot archive: No |
122 | 2023-11-28T18:09:48.342Z | |
123 | 2023-11-28T18:09:48.342Z | Changed mediators: |
124 | 2023-11-28T18:09:48.342Z | mediator clang: |
125 | 2023-11-28T18:09:48.342Z | version: None -> 15 (system default) |
126 | 2023-11-28T18:09:48.342Z | |
127 | 2023-11-28T18:09:48.342Z | mediator llvm: |
128 | 2023-11-28T18:09:48.342Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-11-28T18:09:48.342Z | |
130 | 2023-11-28T18:09:48.342Z | Changed packages: |
131 | 2023-11-28T18:09:48.342Z | helios-dev |
132 | 2023-11-28T18:09:48.342Z | developer/build-essential |
133 | 2023-11-28T18:09:48.342Z | None -> 11-2.0 |
134 | 2023-11-28T18:09:48.342Z | library/libxmlsec1 |
135 | 2023-11-28T18:09:48.342Z | None -> 1.2.35-2.0 |
136 | 2023-11-28T18:09:48.342Z | ooce/developer/clang-15 |
137 | 2023-11-28T18:09:48.342Z | None -> 15.0.7-2.0 |
138 | 2023-11-28T18:09:48.342Z | ooce/developer/llvm-15 |
139 | 2023-11-28T18:09:48.342Z | None -> 15.0.7-2.0 |
140 | 2023-11-28T18:09:48.342Z | |
141 | 2023-11-28T18:09:48.343Z | Services: |
142 | 2023-11-28T18:09:48.343Z | restart_fmri: |
143 | 2023-11-28T18:09:48.343Z | svc:/system/update-man-index:default |
144 | 2023-11-28T18:09:48.547Z | |
145 | 2023-11-28T18:09:48.547Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-11-28T18:09:53.718Z | Download: 1198/3290 items 78.1/212.6MB 36% complete (16.5M/s) |
147 | 2023-11-28T18:09:58.719Z | Download: 2201/3290 items 119.2/212.6MB 56% complete (12.0M/s) |
148 | 2023-11-28T18:10:08.281Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (11.4M/s) |
149 | 2023-11-28T18:10:13.281Z | Download: 3245/3290 items 181.4/212.6MB 85% complete (12.3M/s) |
150 | 2023-11-28T18:10:14.807Z | Download: Completed 212.60 MB in 26.25 seconds (8.1M/s) |
151 | 2023-11-28T18:10:15.033Z | Actions: 1/3687 actions (Installing new actions) |
152 | 2023-11-28T18:10:20.935Z | Actions: 1894/3687 actions (Installing new actions) |
153 | 2023-11-28T18:10:23.247Z | Actions: Completed 3687 actions in 8.21 seconds. |
154 | 2023-11-28T18:10:23.428Z | Done (0.177s) |
155 | 2023-11-28T18:10:23.428Z | Done (0.000s) |
156 | 2023-11-28T18:10:23.656Z | Done (0.223s) |
157 | 2023-11-28T18:10:30.979Z | Done (7.214s) |
158 | 2023-11-28T18:10:31.186Z | Done (0.112s) |
159 | 2023-11-28T18:10:31.191Z | Done (0.000s) |
160 | 2023-11-28T18:10:31.398Z | Done (0.000s) |
161 | 2023-11-28T18:10:32.076Z | Planning: Evaluating mediator changes ... Done |
162 | 2023-11-28T18:10:32.354Z | Planning: Checking for conflicting actions ... Done |
163 | 2023-11-28T18:10:32.357Z | Planning: Consolidating action changes ... Done |
164 | 2023-11-28T18:10:32.784Z | Planning: Evaluating mediators ... Done |
165 | 2023-11-28T18:10:32.787Z | Planning: Planning completed in 0.71 seconds |
166 | 2023-11-28T18:10:32.839Z | Mediators to change: 2 |
167 | 2023-11-28T18:10:32.839Z | Create boot environment: No |
168 | 2023-11-28T18:10:32.842Z | Create backup boot environment: No |
169 | 2023-11-28T18:10:32.927Z | Done |
170 | 2023-11-28T18:10:32.927Z | Done |
171 | 2023-11-28T18:10:33.070Z | Done |
172 | 2023-11-28T18:10:38.763Z | Done |
173 | 2023-11-28T18:10:38.889Z | Done |
174 | 2023-11-28T18:10:38.893Z | Done |
175 | 2023-11-28T18:10:39.003Z | Done |
176 | 2023-11-28T18:10:39.985Z | Planning: Evaluating mediator changes ... Done |
177 | 2023-11-28T18:10:39.988Z | Planning: Merging actions ... Done |
178 | 2023-11-28T18:10:40.316Z | Planning: Checking for conflicting actions ... Done |
179 | 2023-11-28T18:10:40.319Z | Planning: Consolidating action changes ... Done |
180 | 2023-11-28T18:10:40.743Z | Planning: Evaluating mediators ... Done |
181 | 2023-11-28T18:10:40.832Z | Planning: Planning completed in 1.28 seconds |
182 | 2023-11-28T18:10:40.887Z | Packages to change: 1 |
183 | 2023-11-28T18:10:40.890Z | Mediators to change: 1 |
184 | 2023-11-28T18:10:40.890Z | Services to change: 1 |
185 | 2023-11-28T18:10:40.890Z | Create boot environment: No |
186 | 2023-11-28T18:10:40.890Z | Create backup boot environment: Yes |
187 | 2023-11-28T18:10:42.873Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2023-11-28T18:10:42.876Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2023-11-28T18:10:42.876Z | Done |
190 | 2023-11-28T18:10:42.876Z | Done |
191 | 2023-11-28T18:10:42.930Z | Done |
192 | 2023-11-28T18:10:48.623Z | Done |
193 | 2023-11-28T18:10:48.745Z | Done |
194 | 2023-11-28T18:10:48.748Z | Done |
195 | 2023-11-28T18:10:48.837Z | Done |
196 | 2023-11-28T18:10:49.496Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2023-11-28T18:10:49.496Z | clang system 15 system |
198 | 2023-11-28T18:10:49.496Z | csh system system illumos |
199 | 2023-11-28T18:10:49.496Z | ctags system system illumos |
200 | 2023-11-28T18:10:49.496Z | gcc vendor 12 vendor |
201 | 2023-11-28T18:10:49.496Z | gcc system 10 system |
202 | 2023-11-28T18:10:49.496Z | gcc system 7 system |
203 | 2023-11-28T18:10:49.496Z | go system 1.20 system |
204 | 2023-11-28T18:10:49.496Z | go system 1.19 system |
205 | 2023-11-28T18:10:49.496Z | llvm system 15 system |
206 | 2023-11-28T18:10:49.496Z | llvm system 14 system |
207 | 2023-11-28T18:10:49.496Z | mariadb system 10.6 system |
208 | 2023-11-28T18:10:49.496Z | mta vendor vendor dma |
209 | 2023-11-28T18:10:49.496Z | openjdk system 17 system |
210 | 2023-11-28T18:10:49.496Z | openjdk system 11 system |
211 | 2023-11-28T18:10:49.496Z | openjdk system 1.8 system |
212 | 2023-11-28T18:10:49.497Z | openssl vendor 3 vendor |
213 | 2023-11-28T18:10:49.497Z | perl system 5.36 system |
214 | 2023-11-28T18:10:49.497Z | postgresql system 15 system |
215 | 2023-11-28T18:10:49.497Z | postgresql system 13 system |
216 | 2023-11-28T18:10:49.497Z | python vendor 3 vendor |
217 | 2023-11-28T18:10:49.497Z | python system 2 system |
218 | 2023-11-28T18:10:49.497Z | python3 system 3.11 system |
219 | 2023-11-28T18:10:49.497Z | ruby system 3.0 system |
220 | 2023-11-28T18:10:49.497Z | words vendor vendor american-english |
221 | 2023-11-28T18:10:49.497Z | words system system australian-english |
222 | 2023-11-28T18:10:49.497Z | words system system british-english |
223 | 2023-11-28T18:10:49.497Z | words system system canadian-english |
224 | 2023-11-28T18:10:49.498Z | words system system french |
225 | 2023-11-28T18:10:49.498Z | words system system italian |
226 | 2023-11-28T18:10:49.498Z | words system system ngerman |
227 | 2023-11-28T18:10:49.498Z | words system system ogerman |
228 | 2023-11-28T18:10:49.498Z | words system system spanish |
229 | 2023-11-28T18:10:50.017Z | FMRI IFO |
230 | 2023-11-28T18:10:50.017Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
231 | 2023-11-28T18:10:50.017Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
232 | 2023-11-28T18:10:50.017Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
233 | 2023-11-28T18:10:50.017Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
234 | 2023-11-28T18:10:50.017Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
235 | 2023-11-28T18:10:50.017Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
236 | 2023-11-28T18:10:50.086Z | + set -o errexit |
237 | 2023-11-28T18:10:50.089Z | +++ dirname ./tools/ci_download_cockroachdb |
238 | 2023-11-28T18:10:50.091Z | ++ cd ./tools |
239 | 2023-11-28T18:10:50.091Z | ++ pwd |
240 | 2023-11-28T18:10:50.091Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
241 | 2023-11-28T18:10:50.094Z | ++ basename ./tools/ci_download_cockroachdb |
242 | 2023-11-28T18:10:50.096Z | + ARG0=ci_download_cockroachdb |
243 | 2023-11-28T18:10:50.096Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
244 | 2023-11-28T18:10:50.100Z | + CIDL_VERSION=v22.1.9 |
245 | 2023-11-28T18:10:50.100Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
246 | 2023-11-28T18:10:50.100Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
247 | 2023-11-28T18:10:50.100Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
248 | 2023-11-28T18:10:50.100Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
249 | 2023-11-28T18:10:50.100Z | + TARGET_DIR=out |
250 | 2023-11-28T18:10:50.100Z | + DOWNLOAD_DIR=out/downloads |
251 | 2023-11-28T18:10:50.100Z | + DEST_DIR=./out/cockroachdb |
252 | 2023-11-28T18:10:50.100Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
253 | 2023-11-28T18:10:50.100Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
254 | 2023-11-28T18:10:50.100Z | + main |
255 | 2023-11-28T18:10:50.100Z | + [[ 0 != 0 ]] |
256 | 2023-11-28T18:10:50.100Z | + CIDL_OS=solaris2.11 |
257 | 2023-11-28T18:10:50.100Z | + [[ 0 != 0 ]] |
258 | 2023-11-28T18:10:50.100Z | + configure_os solaris2.11 |
259 | 2023-11-28T18:10:50.100Z | + echo 'current directory: /work/oxidecomputer/omicron' |
260 | 2023-11-28T18:10:50.100Z | current directory: /work/oxidecomputer/omicron |
261 | 2023-11-28T18:10:50.100Z | configuring based on OS: "solaris2.11" |
262 | 2023-11-28T18:10:50.100Z | + echo 'configuring based on OS: "solaris2.11"' |
263 | 2023-11-28T18:10:50.100Z | + case "$1" in |
264 | 2023-11-28T18:10:50.100Z | + CIDL_BUILD=illumos |
265 | 2023-11-28T18:10:50.100Z | + CIDL_SUFFIX=tar.gz |
266 | 2023-11-28T18:10:50.100Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
267 | 2023-11-28T18:10:50.100Z | + CIDL_MD5FUNC=do_md5sum |
268 | 2023-11-28T18:10:50.100Z | + CIDL_URL_BASE=https://illumos.org/downloads |
269 | 2023-11-28T18:10:50.100Z | + CIDL_ASSEMBLE=do_assemble_illumos |
270 | 2023-11-28T18:10:50.100Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
271 | 2023-11-28T18:10:50.100Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-28T18:10:50.100Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-28T18:10:50.100Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
274 | 2023-11-28T18:10:50.100Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-28T18:10:50.100Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2023-11-28T18:10:50.100Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2023-11-28T18:10:50.100Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-11-28T18:10:50.100Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-11-28T18:10:50.100Z | + mkdir -p out/downloads |
280 | 2023-11-28T18:10:50.103Z | + mkdir -p ./out/cockroachdb |
281 | 2023-11-28T18:10:50.106Z | + local DO_DOWNLOAD=true |
282 | 2023-11-28T18:10:50.106Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
283 | 2023-11-28T18:10:50.106Z | + '[' true == true ']' |
284 | 2023-11-28T18:10:50.106Z | + echo Downloading... |
285 | 2023-11-28T18:10:50.106Z | Downloading... |
286 | 2023-11-28T18:10:50.106Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-11-28T18:10:50.106Z | + 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 |
288 | 2023-11-28T18:10:55.633Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-11-28T18:10:55.636Z | ++ md5sum |
290 | 2023-11-28T18:10:55.636Z | ++ awk '{print $1}' |
291 | 2023-11-28T18:10:55.817Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
292 | 2023-11-28T18:10:55.817Z | + [[ 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 ]] |
293 | 2023-11-28T18:10:55.817Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-11-28T18:10:55.819Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
295 | 2023-11-28T18:10:59.226Z | + do_assemble_illumos |
296 | 2023-11-28T18:10:59.226Z | + rm -r ./out/cockroachdb |
297 | 2023-11-28T18:10:59.229Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
298 | 2023-11-28T18:10:59.810Z | + ./out/cockroachdb/bin/cockroach version |
299 | 2023-11-28T18:11:00.018Z | Build Tag: v22.1.9-dirty |
300 | 2023-11-28T18:11:00.018Z | Build Time: 2022/10/26 21:17:46 |
301 | 2023-11-28T18:11:00.018Z | Distribution: OSS |
302 | 2023-11-28T18:11:00.018Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
303 | 2023-11-28T18:11:00.018Z | Go Version: go1.17.13 |
304 | 2023-11-28T18:11:00.018Z | C Compiler: gcc 10.3.0 |
305 | 2023-11-28T18:11:00.018Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
306 | 2023-11-28T18:11:00.018Z | Build Type: release |
307 | 2023-11-28T18:11:00.039Z | + set -o errexit |
308 | 2023-11-28T18:11:00.042Z | +++ dirname ./tools/ci_download_clickhouse |
309 | 2023-11-28T18:11:00.045Z | ++ cd ./tools |
310 | 2023-11-28T18:11:00.045Z | ++ pwd |
311 | 2023-11-28T18:11:00.045Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
312 | 2023-11-28T18:11:00.048Z | ++ basename ./tools/ci_download_clickhouse |
313 | 2023-11-28T18:11:00.048Z | + ARG0=ci_download_clickhouse |
314 | 2023-11-28T18:11:00.048Z | + TARGET_DIR=out |
315 | 2023-11-28T18:11:00.048Z | + DOWNLOAD_DIR=out/downloads |
316 | 2023-11-28T18:11:00.048Z | + DEST_DIR=./out/clickhouse |
317 | 2023-11-28T18:11:00.048Z | + CIDL_VERSION=v22.8.9.24 |
318 | 2023-11-28T18:11:00.048Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
319 | 2023-11-28T18:11:00.048Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
320 | 2023-11-28T18:11:00.048Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
321 | 2023-11-28T18:11:00.048Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
322 | 2023-11-28T18:11:00.048Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
323 | 2023-11-28T18:11:00.048Z | + main |
324 | 2023-11-28T18:11:00.048Z | + [[ 0 != 0 ]] |
325 | 2023-11-28T18:11:00.048Z | + CIDL_OS=solaris2.11 |
326 | 2023-11-28T18:11:00.048Z | + [[ 0 != 0 ]] |
327 | 2023-11-28T18:11:00.048Z | + configure_os solaris2.11 |
328 | 2023-11-28T18:11:00.051Z | + echo 'current directory: /work/oxidecomputer/omicron' |
329 | 2023-11-28T18:11:00.051Z | + echo 'configuring based on OS: "solaris2.11"' |
330 | 2023-11-28T18:11:00.051Z | current directory: /work/oxidecomputer/omicron |
331 | 2023-11-28T18:11:00.052Z | configuring based on OS: "solaris2.11" |
332 | 2023-11-28T18:11:00.052Z | + CIDL_DASHREV= |
333 | 2023-11-28T18:11:00.052Z | + case "$1" in |
334 | 2023-11-28T18:11:00.052Z | + CIDL_PLATFORM=illumos |
335 | 2023-11-28T18:11:00.052Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
336 | 2023-11-28T18:11:00.052Z | + CIDL_MD5FUNC=do_md5sum |
337 | 2023-11-28T18:11:00.052Z | + CIDL_DASHREV=-1 |
338 | 2023-11-28T18:11:00.052Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
339 | 2023-11-28T18:11:00.052Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-28T18:11:00.052Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-28T18:11:00.052Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-28T18:11:00.052Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
343 | 2023-11-28T18:11:00.052Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-11-28T18:11:00.052Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2023-11-28T18:11:00.052Z | + mkdir -p out/downloads |
346 | 2023-11-28T18:11:00.052Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-11-28T18:11:00.052Z | + mkdir -p ./out/clickhouse |
348 | 2023-11-28T18:11:00.055Z | + local DO_DOWNLOAD=true |
349 | 2023-11-28T18:11:00.055Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
350 | 2023-11-28T18:11:00.055Z | + '[' true == true ']' |
351 | 2023-11-28T18:11:00.055Z | + echo Downloading... |
352 | 2023-11-28T18:11:00.055Z | Downloading... |
353 | 2023-11-28T18:11:00.055Z | + 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 |
354 | 2023-11-28T18:11:00.055Z | + 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 |
355 | 2023-11-28T18:11:01.717Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2023-11-28T18:11:01.720Z | ++ md5sum |
357 | 2023-11-28T18:11:01.720Z | ++ awk '{print $1}' |
358 | 2023-11-28T18:11:01.976Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
359 | 2023-11-28T18:11:01.976Z | + [[ 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 ]] |
360 | 2023-11-28T18:11:01.976Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
361 | 2023-11-28T18:11:01.981Z | + mkdir -p ./out/clickhouse |
362 | 2023-11-28T18:11:01.981Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
363 | 2023-11-28T18:11:06.852Z | + ./out/clickhouse/clickhouse server --version |
364 | 2023-11-28T18:11:06.906Z | ClickHouse server version 22.8.9.1. |
365 | 2023-11-28T18:11:06.927Z | + set -o errexit |
366 | 2023-11-28T18:11:06.930Z | +++ dirname ./tools/ci_download_console |
367 | 2023-11-28T18:11:06.933Z | ++ cd ./tools |
368 | 2023-11-28T18:11:06.933Z | ++ pwd |
369 | 2023-11-28T18:11:06.933Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
370 | 2023-11-28T18:11:06.935Z | ++ basename ./tools/ci_download_console |
371 | 2023-11-28T18:11:06.936Z | + ARG0=ci_download_console |
372 | 2023-11-28T18:11:06.936Z | + TARGET_DIR=out |
373 | 2023-11-28T18:11:06.936Z | + DOWNLOAD_DIR=out/downloads |
374 | 2023-11-28T18:11:06.936Z | + DEST_DIR=./out/console-assets |
375 | 2023-11-28T18:11:06.936Z | + source /work/oxidecomputer/omicron/tools/console_version |
376 | 2023-11-28T18:11:06.936Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
377 | 2023-11-28T18:11:06.936Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
378 | 2023-11-28T18:11:06.936Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
379 | 2023-11-28T18:11:06.936Z | + TARBALL_FILE=out/downloads/console.tar.gz |
380 | 2023-11-28T18:11:06.939Z | + main |
381 | 2023-11-28T18:11:06.939Z | + [[ 0 != 0 ]] |
382 | 2023-11-28T18:11:06.939Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
383 | 2023-11-28T18:11:06.939Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
384 | 2023-11-28T18:11:06.939Z | + echo 'Local file: out/downloads/console.tar.gz' |
385 | 2023-11-28T18:11:06.939Z | Local file: out/downloads/console.tar.gz |
386 | 2023-11-28T18:11:06.939Z | + local DO_DOWNLOAD=true |
387 | 2023-11-28T18:11:06.939Z | + [[ -f out/downloads/console.tar.gz ]] |
388 | 2023-11-28T18:11:06.939Z | + mkdir -p out/downloads |
389 | 2023-11-28T18:11:06.939Z | + '[' true == true ']' |
390 | 2023-11-28T18:11:06.939Z | + echo Downloading... |
391 | 2023-11-28T18:11:06.939Z | Downloading... |
392 | 2023-11-28T18:11:06.939Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
393 | 2023-11-28T18:11:06.939Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
394 | 2023-11-28T18:11:07.546Z | ++ do_sha256sum out/downloads/console.tar.gz |
395 | 2023-11-28T18:11:07.549Z | ++ case "$OSTYPE" in |
396 | 2023-11-28T18:11:07.549Z | ++ SHA=sha256sum |
397 | 2023-11-28T18:11:07.549Z | ++ sha256sum |
398 | 2023-11-28T18:11:07.550Z | ++ awk '{print $1}' |
399 | 2023-11-28T18:11:07.585Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
400 | 2023-11-28T18:11:07.585Z | + [[ 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 ]] |
401 | 2023-11-28T18:11:07.585Z | + rm -rf ./out/console-assets |
402 | 2023-11-28T18:11:07.591Z | + mkdir -p ./out/console-assets |
403 | 2023-11-28T18:11:07.591Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
404 | 2023-11-28T18:11:07.591Z | + mkdir -p ./out/console-assets |
405 | 2023-11-28T18:11:07.592Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
406 | 2023-11-28T18:11:07.709Z | + set -o errexit |
407 | 2023-11-28T18:11:07.711Z | +++ dirname ./tools/ci_download_maghemite_openapi |
408 | 2023-11-28T18:11:07.714Z | ++ cd ./tools |
409 | 2023-11-28T18:11:07.714Z | ++ pwd |
410 | 2023-11-28T18:11:07.714Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
411 | 2023-11-28T18:11:07.716Z | ++ basename ./tools/ci_download_maghemite_openapi |
412 | 2023-11-28T18:11:07.716Z | + ARG0=ci_download_maghemite_openapi |
413 | 2023-11-28T18:11:07.716Z | + TARGET_DIR=out |
414 | 2023-11-28T18:11:07.716Z | + DOWNLOAD_DIR=out/downloads |
415 | 2023-11-28T18:11:07.719Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
416 | 2023-11-28T18:11:07.719Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
417 | 2023-11-28T18:11:07.719Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
418 | 2023-11-28T18:11:07.719Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
419 | 2023-11-28T18:11:07.719Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
420 | 2023-11-28T18:11:07.719Z | + main |
421 | 2023-11-28T18:11:07.719Z | + [[ 0 != 0 ]] |
422 | 2023-11-28T18:11:07.719Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
423 | 2023-11-28T18:11:07.719Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
424 | 2023-11-28T18:11:07.719Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
425 | 2023-11-28T18:11:07.719Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
426 | 2023-11-28T18:11:07.719Z | + local DO_DOWNLOAD=true |
427 | 2023-11-28T18:11:07.719Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
428 | 2023-11-28T18:11:07.719Z | + mkdir -p out/downloads |
429 | 2023-11-28T18:11:07.719Z | + '[' true == true ']' |
430 | 2023-11-28T18:11:07.719Z | + echo Downloading... |
431 | 2023-11-28T18:11:07.722Z | Downloading... |
432 | 2023-11-28T18:11:07.722Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
433 | 2023-11-28T18:11:07.722Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
434 | 2023-11-28T18:11:07.908Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
435 | 2023-11-28T18:11:07.908Z | ++ case "$OSTYPE" in |
436 | 2023-11-28T18:11:07.911Z | ++ SHA=sha256sum |
437 | 2023-11-28T18:11:07.911Z | ++ sha256sum |
438 | 2023-11-28T18:11:07.911Z | ++ awk '{print $1}' |
439 | 2023-11-28T18:11:07.914Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
440 | 2023-11-28T18:11:07.914Z | + [[ 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 ]] |
441 | 2023-11-28T18:11:07.917Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
442 | 2023-11-28T18:11:07.917Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
443 | 2023-11-28T18:11:07.917Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
444 | 2023-11-28T18:11:07.917Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
445 | 2023-11-28T18:11:07.917Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
446 | 2023-11-28T18:11:07.917Z | + main |
447 | 2023-11-28T18:11:07.917Z | + [[ 0 != 0 ]] |
448 | 2023-11-28T18:11:07.917Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
449 | 2023-11-28T18:11:07.917Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
450 | 2023-11-28T18:11:07.917Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
451 | 2023-11-28T18:11:07.917Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
452 | 2023-11-28T18:11:07.917Z | + local DO_DOWNLOAD=true |
453 | 2023-11-28T18:11:07.917Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
454 | 2023-11-28T18:11:07.917Z | + mkdir -p out/downloads |
455 | 2023-11-28T18:11:07.917Z | + '[' true == true ']' |
456 | 2023-11-28T18:11:07.917Z | + echo Downloading... |
457 | 2023-11-28T18:11:07.917Z | Downloading... |
458 | 2023-11-28T18:11:07.917Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
459 | 2023-11-28T18:11:07.920Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
460 | 2023-11-28T18:11:08.072Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
461 | 2023-11-28T18:11:08.075Z | ++ case "$OSTYPE" in |
462 | 2023-11-28T18:11:08.075Z | ++ SHA=sha256sum |
463 | 2023-11-28T18:11:08.075Z | ++ sha256sum |
464 | 2023-11-28T18:11:08.075Z | ++ awk '{print $1}' |
465 | 2023-11-28T18:11:08.078Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
466 | 2023-11-28T18:11:08.078Z | + [[ 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 ]] |
467 | 2023-11-28T18:11:08.088Z | + set -o errexit |
468 | 2023-11-28T18:11:08.090Z | +++ dirname ./tools/ci_download_dendrite_openapi |
469 | 2023-11-28T18:11:08.093Z | ++ cd ./tools |
470 | 2023-11-28T18:11:08.093Z | ++ pwd |
471 | 2023-11-28T18:11:08.093Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
472 | 2023-11-28T18:11:08.095Z | ++ basename ./tools/ci_download_dendrite_openapi |
473 | 2023-11-28T18:11:08.095Z | + ARG0=ci_download_dendrite_openapi |
474 | 2023-11-28T18:11:08.095Z | + TARGET_DIR=out |
475 | 2023-11-28T18:11:08.095Z | + DOWNLOAD_DIR=out/downloads |
476 | 2023-11-28T18:11:08.095Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
477 | 2023-11-28T18:11:08.098Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
478 | 2023-11-28T18:11:08.098Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
479 | 2023-11-28T18:11:08.098Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
480 | 2023-11-28T18:11:08.098Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
481 | 2023-11-28T18:11:08.098Z | + main |
482 | 2023-11-28T18:11:08.098Z | + [[ 0 != 0 ]] |
483 | 2023-11-28T18:11:08.098Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
484 | 2023-11-28T18:11:08.099Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
485 | 2023-11-28T18:11:08.099Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
486 | 2023-11-28T18:11:08.099Z | + local DO_DOWNLOAD=true |
487 | 2023-11-28T18:11:08.099Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
488 | 2023-11-28T18:11:08.099Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
489 | 2023-11-28T18:11:08.099Z | + mkdir -p out/downloads |
490 | 2023-11-28T18:11:08.101Z | + '[' true == true ']' |
491 | 2023-11-28T18:11:08.101Z | + echo Downloading... |
492 | 2023-11-28T18:11:08.101Z | Downloading... |
493 | 2023-11-28T18:11:08.101Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
494 | 2023-11-28T18:11:08.101Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
495 | 2023-11-28T18:11:08.313Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
496 | 2023-11-28T18:11:08.313Z | ++ case "$OSTYPE" in |
497 | 2023-11-28T18:11:08.314Z | ++ SHA=sha256sum |
498 | 2023-11-28T18:11:08.317Z | ++ sha256sum |
499 | 2023-11-28T18:11:08.320Z | ++ awk '{print $1}' |
500 | 2023-11-28T18:11:08.325Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
501 | 2023-11-28T18:11:08.325Z | + [[ 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 ]] |
502 | 2023-11-28T18:11:08.339Z | + set -o errexit |
503 | 2023-11-28T18:11:08.343Z | +++ dirname ./tools/ci_download_dendrite_stub |
504 | 2023-11-28T18:11:08.346Z | ++ cd ./tools |
505 | 2023-11-28T18:11:08.348Z | ++ pwd |
506 | 2023-11-28T18:11:08.348Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
507 | 2023-11-28T18:11:08.351Z | ++ basename ./tools/ci_download_dendrite_stub |
508 | 2023-11-28T18:11:08.354Z | + ARG0=ci_download_dendrite_stub |
509 | 2023-11-28T18:11:08.354Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
510 | 2023-11-28T18:11:08.354Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
511 | 2023-11-28T18:11:08.354Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
512 | 2023-11-28T18:11:08.354Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
513 | 2023-11-28T18:11:08.354Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
514 | 2023-11-28T18:11:08.354Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
515 | 2023-11-28T18:11:08.354Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
516 | 2023-11-28T18:11:08.354Z | + TARGET_DIR=out |
517 | 2023-11-28T18:11:08.354Z | + DOWNLOAD_DIR=out/downloads |
518 | 2023-11-28T18:11:08.354Z | + DEST_DIR=./out/dendrite-stub |
519 | 2023-11-28T18:11:08.354Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
520 | 2023-11-28T18:11:08.354Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
521 | 2023-11-28T18:11:08.354Z | + REPO=oxidecomputer/dendrite |
522 | 2023-11-28T18:11:08.354Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
523 | 2023-11-28T18:11:08.354Z | + main |
524 | 2023-11-28T18:11:08.355Z | + [[ 0 != 0 ]] |
525 | 2023-11-28T18:11:08.355Z | + CIDL_OS=solaris2.11 |
526 | 2023-11-28T18:11:08.355Z | + [[ 0 != 0 ]] |
527 | 2023-11-28T18:11:08.355Z | + configure_os solaris2.11 |
528 | 2023-11-28T18:11:08.355Z | + echo 'current directory: /work/oxidecomputer/omicron' |
529 | 2023-11-28T18:11:08.358Z | + echo 'configuring based on OS: "solaris2.11"' |
530 | 2023-11-28T18:11:08.358Z | + case "$1" in |
531 | 2023-11-28T18:11:08.358Z | + SET_BINARIES= |
532 | 2023-11-28T18:11:08.358Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
533 | 2023-11-28T18:11:08.358Z | + CIDL_SHA256FUNC=do_sha256sum |
534 | 2023-11-28T18:11:08.358Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
535 | 2023-11-28T18:11:08.358Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
536 | 2023-11-28T18:11:08.358Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
537 | 2023-11-28T18:11:08.358Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
538 | 2023-11-28T18:11:08.358Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
539 | 2023-11-28T18:11:08.358Z | + mkdir -p out/downloads |
540 | 2023-11-28T18:11:08.358Z | current directory: /work/oxidecomputer/omicron |
541 | 2023-11-28T18:11:08.358Z | configuring based on OS: "solaris2.11" |
542 | 2023-11-28T18:11:08.358Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
543 | 2023-11-28T18:11:08.358Z | Local file: out/downloads/dendrite-stub.tar.gz |
544 | 2023-11-28T18:11:08.361Z | + mkdir -p ./out/dendrite-stub |
545 | 2023-11-28T18:11:08.366Z | + fetch_and_verify |
546 | 2023-11-28T18:11:08.367Z | + local DO_DOWNLOAD=true |
547 | 2023-11-28T18:11:08.367Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
548 | 2023-11-28T18:11:08.367Z | + '[' true == true ']' |
549 | 2023-11-28T18:11:08.367Z | + echo Downloading... |
550 | 2023-11-28T18:11:08.367Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
551 | 2023-11-28T18:11:08.367Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
552 | 2023-11-28T18:11:08.367Z | Downloading... |
553 | 2023-11-28T18:11:15.345Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
554 | 2023-11-28T18:11:15.350Z | ++ sha256sum |
555 | 2023-11-28T18:11:15.350Z | ++ awk '{print $1}' |
556 | 2023-11-28T18:11:15.454Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
557 | 2023-11-28T18:11:15.454Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
558 | 2023-11-28T18:11:15.461Z | + do_untar out/downloads/dendrite-stub.tar.gz |
559 | 2023-11-28T18:11:15.461Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
560 | 2023-11-28T18:11:16.497Z | + do_assemble |
561 | 2023-11-28T18:11:16.497Z | + rm -r ./out/dendrite-stub |
562 | 2023-11-28T18:11:16.500Z | + mkdir ./out/dendrite-stub |
563 | 2023-11-28T18:11:16.503Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
564 | 2023-11-28T18:11:16.621Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
565 | 2023-11-28T18:11:16.634Z | + set -o errexit |
566 | 2023-11-28T18:11:16.637Z | +++ dirname ./tools/ci_download_maghemite_mgd |
567 | 2023-11-28T18:11:16.640Z | ++ cd ./tools |
568 | 2023-11-28T18:11:16.640Z | ++ pwd |
569 | 2023-11-28T18:11:16.640Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
570 | 2023-11-28T18:11:16.643Z | ++ basename ./tools/ci_download_maghemite_mgd |
571 | 2023-11-28T18:11:16.643Z | + ARG0=ci_download_maghemite_mgd |
572 | 2023-11-28T18:11:16.643Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
573 | 2023-11-28T18:11:16.643Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
574 | 2023-11-28T18:11:16.643Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
575 | 2023-11-28T18:11:16.643Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
576 | 2023-11-28T18:11:16.643Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
577 | 2023-11-28T18:11:16.643Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
578 | 2023-11-28T18:11:16.643Z | + TARGET_DIR=out |
579 | 2023-11-28T18:11:16.643Z | + DOWNLOAD_DIR=out/downloads |
580 | 2023-11-28T18:11:16.643Z | + DEST_DIR=./out/mgd |
581 | 2023-11-28T18:11:16.643Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
582 | 2023-11-28T18:11:16.643Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
583 | 2023-11-28T18:11:16.643Z | + REPO=oxidecomputer/maghemite |
584 | 2023-11-28T18:11:16.643Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
585 | 2023-11-28T18:11:16.643Z | + main |
586 | 2023-11-28T18:11:16.644Z | + [[ 0 != 0 ]] |
587 | 2023-11-28T18:11:16.644Z | + CIDL_OS=solaris2.11 |
588 | 2023-11-28T18:11:16.644Z | + [[ 0 != 0 ]] |
589 | 2023-11-28T18:11:16.644Z | + configure_os solaris2.11 |
590 | 2023-11-28T18:11:16.644Z | + echo 'current directory: /work/oxidecomputer/omicron' |
591 | 2023-11-28T18:11:16.644Z | current directory: /work/oxidecomputer/omicron |
592 | 2023-11-28T18:11:16.644Z | + echo 'configuring based on OS: "solaris2.11"' |
593 | 2023-11-28T18:11:16.644Z | + case "$1" in |
594 | 2023-11-28T18:11:16.644Z | + SET_BINARIES= |
595 | 2023-11-28T18:11:16.644Z | configuring based on OS: "solaris2.11" |
596 | 2023-11-28T18:11:16.644Z | + CIDL_SHA256FUNC=do_sha256sum |
597 | 2023-11-28T18:11:16.644Z | + TARBALL_FILENAME=mgd.tar.gz |
598 | 2023-11-28T18:11:16.644Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
599 | 2023-11-28T18:11:16.644Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
600 | 2023-11-28T18:11:16.644Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
601 | 2023-11-28T18:11:16.647Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
602 | 2023-11-28T18:11:16.647Z | Local file: out/downloads/mgd.tar.gz |
603 | 2023-11-28T18:11:16.647Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
604 | 2023-11-28T18:11:16.647Z | + mkdir -p out/downloads |
605 | 2023-11-28T18:11:16.647Z | + mkdir -p ./out/mgd |
606 | 2023-11-28T18:11:16.650Z | + fetch_and_verify |
607 | 2023-11-28T18:11:16.650Z | + local DO_DOWNLOAD=true |
608 | 2023-11-28T18:11:16.650Z | + [[ -f out/downloads/mgd.tar.gz ]] |
609 | 2023-11-28T18:11:16.650Z | + '[' true == true ']' |
610 | 2023-11-28T18:11:16.650Z | + echo Downloading... |
611 | 2023-11-28T18:11:16.650Z | Downloading... |
612 | 2023-11-28T18:11:16.650Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
613 | 2023-11-28T18:11:16.650Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
614 | 2023-11-28T18:11:21.723Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
615 | 2023-11-28T18:11:21.726Z | ++ sha256sum |
616 | 2023-11-28T18:11:21.726Z | ++ awk '{print $1}' |
617 | 2023-11-28T18:11:21.799Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
618 | 2023-11-28T18:11:21.802Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
619 | 2023-11-28T18:11:21.802Z | + do_untar out/downloads/mgd.tar.gz |
620 | 2023-11-28T18:11:21.802Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
621 | 2023-11-28T18:11:22.454Z | + do_assemble |
622 | 2023-11-28T18:11:22.454Z | + rm -r ./out/mgd |
623 | 2023-11-28T18:11:22.459Z | + mkdir ./out/mgd |
624 | 2023-11-28T18:11:22.465Z | + cp -r out/downloads/root ./out/mgd/root |
625 | 2023-11-28T18:11:22.669Z | + set -o errexit |
626 | 2023-11-28T18:11:22.671Z | +++ dirname ./tools/ci_download_transceiver_control |
627 | 2023-11-28T18:11:22.674Z | ++ cd ./tools |
628 | 2023-11-28T18:11:22.674Z | ++ pwd |
629 | 2023-11-28T18:11:22.674Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
630 | 2023-11-28T18:11:22.677Z | ++ basename ./tools/ci_download_transceiver_control |
631 | 2023-11-28T18:11:22.677Z | + ARG0=ci_download_transceiver_control |
632 | 2023-11-28T18:11:22.677Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
633 | 2023-11-28T18:11:22.677Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
634 | 2023-11-28T18:11:22.677Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
635 | 2023-11-28T18:11:22.677Z | + TARGET_DIR=out |
636 | 2023-11-28T18:11:22.677Z | + DOWNLOAD_DIR=out/downloads |
637 | 2023-11-28T18:11:22.677Z | + DEST_DIR=./out/transceiver-control |
638 | 2023-11-28T18:11:22.677Z | + BIN_DIR=/opt/oxide/bin |
639 | 2023-11-28T18:11:22.677Z | + BINARY=xcvradm |
640 | 2023-11-28T18:11:22.677Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
641 | 2023-11-28T18:11:22.677Z | + REPO=oxidecomputer/transceiver-control |
642 | 2023-11-28T18:11:22.677Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
643 | 2023-11-28T18:11:22.680Z | + main |
644 | 2023-11-28T18:11:22.680Z | + [[ 0 != 0 ]] |
645 | 2023-11-28T18:11:22.680Z | + CIDL_OS=solaris2.11 |
646 | 2023-11-28T18:11:22.680Z | + [[ 0 != 0 ]] |
647 | 2023-11-28T18:11:22.680Z | + configure_os solaris2.11 |
648 | 2023-11-28T18:11:22.680Z | + echo 'current directory: /work/oxidecomputer/omicron' |
649 | 2023-11-28T18:11:22.680Z | current directory: /work/oxidecomputer/omicron |
650 | 2023-11-28T18:11:22.680Z | + echo 'configuring based on OS: "solaris2.11"' |
651 | 2023-11-28T18:11:22.680Z | configuring based on OS: "solaris2.11" |
652 | 2023-11-28T18:11:22.680Z | + case "$1" in |
653 | 2023-11-28T18:11:22.680Z | + SET_BINARIES= |
654 | 2023-11-28T18:11:22.680Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2023-11-28T18:11:22.683Z | + CIDL_SHA256FUNC=do_sha256sum |
656 | 2023-11-28T18:11:22.683Z | + ARCHIVE_FILENAME=xcvradm.gz |
657 | 2023-11-28T18:11:22.684Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2023-11-28T18:11:22.684Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
659 | 2023-11-28T18:11:22.684Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
660 | 2023-11-28T18:11:22.684Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2023-11-28T18:11:22.684Z | + echo 'Local file: out/downloads/xcvradm.gz' |
662 | 2023-11-28T18:11:22.684Z | Local file: out/downloads/xcvradm.gz |
663 | 2023-11-28T18:11:22.684Z | + mkdir -p out/downloads |
664 | 2023-11-28T18:11:22.687Z | + mkdir -p ./out/transceiver-control |
665 | 2023-11-28T18:11:22.687Z | + fetch_and_verify |
666 | 2023-11-28T18:11:22.687Z | + local DO_DOWNLOAD=true |
667 | 2023-11-28T18:11:22.687Z | + [[ -f out/downloads/xcvradm.gz ]] |
668 | 2023-11-28T18:11:22.687Z | + '[' true == true ']' |
669 | 2023-11-28T18:11:22.687Z | + echo Downloading... |
670 | 2023-11-28T18:11:22.687Z | Downloading... |
671 | 2023-11-28T18:11:22.687Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
672 | 2023-11-28T18:11:22.687Z | + 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 |
673 | 2023-11-28T18:11:23.890Z | ++ do_sha256sum out/downloads/xcvradm.gz |
674 | 2023-11-28T18:11:23.909Z | ++ sha256sum |
675 | 2023-11-28T18:11:23.909Z | ++ awk '{print $1}' |
676 | 2023-11-28T18:11:23.919Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2023-11-28T18:11:23.920Z | + [[ 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 ]] |
678 | 2023-11-28T18:11:23.920Z | + do_unpack out/downloads/xcvradm.gz |
679 | 2023-11-28T18:11:23.920Z | + mkdir -p out/downloads/root//opt/oxide/bin |
680 | 2023-11-28T18:11:23.920Z | + gzip -dc out/downloads/xcvradm.gz |
681 | 2023-11-28T18:11:24.080Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
682 | 2023-11-28T18:11:24.088Z | + do_assemble |
683 | 2023-11-28T18:11:24.088Z | + rm -r ./out/transceiver-control |
684 | 2023-11-28T18:11:24.088Z | + mkdir ./out/transceiver-control |
685 | 2023-11-28T18:11:24.088Z | + cp -r out/downloads/root ./out/transceiver-control/root |
686 | 2023-11-28T18:11:24.291Z | All prerequisites installed successfully |
687 | 2023-11-28T18:11:24.299Z | |
688 | 2023-11-28T18:11:24.300Z | real 1:59.797155069 |
689 | 2023-11-28T18:11:24.300Z | user 52.911389198 |
690 | 2023-11-28T18:11:24.300Z | sys 9.923262849 |
691 | 2023-11-28T18:11:24.300Z | trap 0.022678055 |
692 | 2023-11-28T18:11:24.300Z | tflt 0.213645965 |
693 | 2023-11-28T18:11:24.300Z | dflt 0.516635768 |
694 | 2023-11-28T18:11:24.300Z | kflt 0.158413871 |
695 | 2023-11-28T18:11:24.300Z | lock 1.529260420 |
696 | 2023-11-28T18:11:24.300Z | slp 3:38.898553716 |
697 | 2023-11-28T18:11:24.300Z | lat 3.485165000 |
698 | 2023-11-28T18:11:24.300Z | stop 0.061425457 |
699 | 2023-11-28T18:11:24.300Z | + ptime -m ./tools/ci_download_softnpu_machinery |
700 | 2023-11-28T18:11:24.300Z | fetching npuzone |
701 | 2023-11-28T18:11:24.313Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
702 | 2023-11-28T18:11:24.313Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
703 | 2023-11-28T18:11:24.313Z | Getting hash for npuzone |
704 | 2023-11-28T18:11:24.429Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
705 | 2023-11-28T18:11:29.564Z | npuzone downloaded successfully |
706 | 2023-11-28T18:11:29.567Z | |
707 | 2023-11-28T18:11:29.567Z | real 5.282254274 |
708 | 2023-11-28T18:11:29.567Z | user 0.603937284 |
709 | 2023-11-28T18:11:29.567Z | sys 0.193767051 |
710 | 2023-11-28T18:11:29.567Z | trap 0.000122343 |
711 | 2023-11-28T18:11:29.567Z | tflt 0.000000000 |
712 | 2023-11-28T18:11:29.567Z | dflt 0.000000000 |
713 | 2023-11-28T18:11:29.567Z | kflt 0.000000000 |
714 | 2023-11-28T18:11:29.567Z | lock 0.000000000 |
715 | 2023-11-28T18:11:29.567Z | slp 14.802430721 |
716 | 2023-11-28T18:11:29.567Z | lat 0.211989326 |
717 | 2023-11-28T18:11:29.567Z | stop 0.000261627 |
718 | 2023-11-28T18:11:29.567Z | + export CARGO_INCREMENTAL=0 |
719 | 2023-11-28T18:11:29.567Z | + CARGO_INCREMENTAL=0 |
720 | 2023-11-28T18:11:29.567Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
721 | 2023-11-28T18:11:29.903Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
722 | 2023-11-28T18:11:30.329Z | Updating crates.io index |
723 | 2023-11-28T18:11:30.332Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
724 | 2023-11-28T18:11:31.135Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
725 | 2023-11-28T18:11:32.855Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
726 | 2023-11-28T18:11:33.220Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
727 | 2023-11-28T18:11:33.702Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
728 | 2023-11-28T18:11:34.025Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
729 | 2023-11-28T18:11:34.318Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
730 | 2023-11-28T18:11:35.224Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
731 | 2023-11-28T18:11:36.799Z | Updating git repository `https://github.com/oxidecomputer/opte` |
732 | 2023-11-28T18:11:37.863Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
733 | 2023-11-28T18:11:38.177Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2023-11-28T18:11:39.193Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
735 | 2023-11-28T18:11:39.686Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2023-11-28T18:11:40.136Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2023-11-28T18:11:40.776Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2023-11-28T18:11:41.205Z | Updating git repository `https://github.com/njaremko/samael` |
739 | 2023-11-28T18:11:41.903Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2023-11-28T18:11:42.354Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2023-11-28T18:11:42.811Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2023-11-28T18:11:43.287Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2023-11-28T18:11:44.650Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2023-11-28T18:11:45.206Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2023-11-28T18:11:46.150Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2023-11-28T18:11:46.553Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2023-11-28T18:11:46.905Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2023-11-28T18:11:48.429Z | Downloading crates ... |
749 | 2023-11-28T18:11:48.650Z | Downloaded ciborium-ll v0.2.1 |
750 | 2023-11-28T18:11:48.665Z | Downloaded is_ci v1.1.1 |
751 | 2023-11-28T18:11:48.671Z | Downloaded match_cfg v0.1.0 |
752 | 2023-11-28T18:11:48.675Z | Downloaded ciborium-io v0.2.1 |
753 | 2023-11-28T18:11:48.680Z | Downloaded kstat-rs v0.2.3 |
754 | 2023-11-28T18:11:48.683Z | Downloaded linear-map v1.2.0 |
755 | 2023-11-28T18:11:48.686Z | Downloaded memoffset v0.7.1 |
756 | 2023-11-28T18:11:48.692Z | Downloaded log v0.4.20 |
757 | 2023-11-28T18:11:48.698Z | Downloaded cancel-safe-futures v0.1.5 |
758 | 2023-11-28T18:11:48.731Z | Downloaded block-buffer v0.10.4 |
759 | 2023-11-28T18:11:48.734Z | Downloaded matches v0.1.10 |
760 | 2023-11-28T18:11:48.734Z | Downloaded crucible-workspace-hack v0.1.0 |
761 | 2023-11-28T18:11:48.734Z | Downloaded async-stream-impl v0.3.5 |
762 | 2023-11-28T18:11:48.734Z | Downloaded ident_case v1.0.1 |
763 | 2023-11-28T18:11:48.734Z | Downloaded managed v0.8.0 |
764 | 2023-11-28T18:11:48.734Z | Downloaded curve25519-dalek-derive v0.1.0 |
765 | 2023-11-28T18:11:48.734Z | Downloaded linked-hash-map v0.5.6 |
766 | 2023-11-28T18:11:48.734Z | Downloaded normalize-line-endings v0.3.0 |
767 | 2023-11-28T18:11:48.737Z | Downloaded chacha20 v0.9.1 |
768 | 2023-11-28T18:11:48.743Z | Downloaded crc-catalog v2.2.0 |
769 | 2023-11-28T18:11:48.748Z | Downloaded mime v0.3.17 |
770 | 2023-11-28T18:11:48.756Z | Downloaded mockall v0.11.4 |
771 | 2023-11-28T18:11:48.762Z | Downloaded multer v2.1.0 |
772 | 2023-11-28T18:11:48.769Z | Downloaded native-tls v0.2.11 |
773 | 2023-11-28T18:11:48.775Z | Downloaded openssl-probe v0.1.5 |
774 | 2023-11-28T18:11:48.779Z | Downloaded number_prefix v0.4.0 |
775 | 2023-11-28T18:11:48.782Z | Downloaded num_cpus v1.16.0 |
776 | 2023-11-28T18:11:48.788Z | Downloaded crc32fast v1.3.2 |
777 | 2023-11-28T18:11:48.793Z | Downloaded memoffset v0.9.0 |
778 | 2023-11-28T18:11:48.796Z | Downloaded inout v0.1.3 |
779 | 2023-11-28T18:11:48.799Z | Downloaded base64ct v1.6.0 |
780 | 2023-11-28T18:11:48.804Z | Downloaded async-trait v0.1.74 |
781 | 2023-11-28T18:11:48.812Z | Downloaded nanorand v0.7.0 |
782 | 2023-11-28T18:11:48.818Z | Downloaded num-integer v0.1.45 |
783 | 2023-11-28T18:11:48.823Z | Downloaded num_enum v0.5.11 |
784 | 2023-11-28T18:11:48.837Z | Downloaded path-slash v0.1.5 |
785 | 2023-11-28T18:11:48.841Z | Downloaded fxhash v0.2.1 |
786 | 2023-11-28T18:11:48.845Z | Downloaded num v0.4.1 |
787 | 2023-11-28T18:11:48.848Z | Downloaded doc-comment v0.3.3 |
788 | 2023-11-28T18:11:48.851Z | Downloaded derive_builder_macro v0.12.0 |
789 | 2023-11-28T18:11:48.854Z | Downloaded itertools v0.10.5 |
790 | 2023-11-28T18:11:48.873Z | Downloaded peeking_take_while v0.1.2 |
791 | 2023-11-28T18:11:48.877Z | Downloaded fallible-iterator v0.2.0 |
792 | 2023-11-28T18:11:48.880Z | Downloaded owo-colors v3.5.0 |
793 | 2023-11-28T18:11:48.886Z | Downloaded num_enum_derive v0.5.11 |
794 | 2023-11-28T18:11:48.889Z | Downloaded foreign-types v0.3.2 |
795 | 2023-11-28T18:11:48.892Z | Downloaded indexmap v1.9.3 |
796 | 2023-11-28T18:11:48.898Z | Downloaded generic-array v0.14.7 |
797 | 2023-11-28T18:11:48.901Z | Downloaded arc-swap v1.6.0 |
798 | 2023-11-28T18:11:48.911Z | Downloaded tiny-keccak v2.0.2 |
799 | 2023-11-28T18:11:48.916Z | Downloaded http-range v0.1.5 |
800 | 2023-11-28T18:11:48.920Z | Downloaded predicates-core v1.0.6 |
801 | 2023-11-28T18:11:48.922Z | Downloaded pin-utils v0.1.0 |
802 | 2023-11-28T18:11:48.925Z | Downloaded pretty-hex v0.2.1 |
803 | 2023-11-28T18:11:48.928Z | Downloaded endian-type v0.1.2 |
804 | 2023-11-28T18:11:48.930Z | Downloaded quick-error v1.2.3 |
805 | 2023-11-28T18:11:48.934Z | Downloaded parse-display-derive v0.8.2 |
806 | 2023-11-28T18:11:48.936Z | Downloaded oso v0.27.0 |
807 | 2023-11-28T18:11:48.941Z | Downloaded parking_lot v0.12.1 |
808 | 2023-11-28T18:11:48.946Z | Downloaded group v0.13.0 |
809 | 2023-11-28T18:11:48.950Z | Downloaded foreign-types-shared v0.1.1 |
810 | 2023-11-28T18:11:48.953Z | Downloaded foreign-types-macros v0.2.3 |
811 | 2023-11-28T18:11:48.956Z | Downloaded toml v0.7.8 |
812 | 2023-11-28T18:11:48.961Z | Downloaded darling_macro v0.14.4 |
813 | 2023-11-28T18:11:48.964Z | Downloaded foreign-types v0.5.0 |
814 | 2023-11-28T18:11:48.967Z | Downloaded tinyvec_macros v0.1.1 |
815 | 2023-11-28T18:11:48.967Z | Downloaded smawk v0.3.1 |
816 | 2023-11-28T18:11:48.969Z | Downloaded password-hash v0.5.0 |
817 | 2023-11-28T18:11:48.973Z | Downloaded env_logger v0.10.0 |
818 | 2023-11-28T18:11:48.979Z | Downloaded strum v0.25.0 |
819 | 2023-11-28T18:11:48.982Z | Downloaded predicates-tree v1.0.9 |
820 | 2023-11-28T18:11:48.985Z | Downloaded serde_path_to_error v0.1.14 |
821 | 2023-11-28T18:11:48.988Z | Downloaded radium v0.7.0 |
822 | 2023-11-28T18:11:48.990Z | Downloaded predicates v3.0.4 |
823 | 2023-11-28T18:11:48.996Z | Downloaded pkg-config v0.3.27 |
824 | 2023-11-28T18:11:49.001Z | Downloaded openssl-sys v0.9.93 |
825 | 2023-11-28T18:11:49.010Z | Downloaded heck v0.4.1 |
826 | 2023-11-28T18:11:49.013Z | Downloaded httpdate v1.0.3 |
827 | 2023-11-28T18:11:49.015Z | Downloaded proc-macro2 v1.0.69 |
828 | 2023-11-28T18:11:49.020Z | Downloaded postcard-cobs v0.1.5-pre |
829 | 2023-11-28T18:11:49.024Z | Downloaded flagset v0.4.3 |
830 | 2023-11-28T18:11:49.027Z | Downloaded fixedbitset v0.4.2 |
831 | 2023-11-28T18:11:49.030Z | Downloaded serde-big-array v0.4.1 |
832 | 2023-11-28T18:11:49.033Z | Downloaded termtree v0.4.1 |
833 | 2023-11-28T18:11:49.035Z | Downloaded slog-scope v4.4.0 |
834 | 2023-11-28T18:11:49.039Z | Downloaded rustls-pemfile v1.0.3 |
835 | 2023-11-28T18:11:49.042Z | Downloaded prettyplease v0.2.12 |
836 | 2023-11-28T18:11:49.048Z | Downloaded mio v0.8.9 |
837 | 2023-11-28T18:11:49.059Z | Downloaded try-lock v0.2.4 |
838 | 2023-11-28T18:11:49.061Z | Downloaded tower-service v0.3.2 |
839 | 2023-11-28T18:11:49.064Z | Downloaded half v1.8.2 |
840 | 2023-11-28T18:11:49.068Z | Downloaded foreign-types-shared v0.3.1 |
841 | 2023-11-28T18:11:49.073Z | Downloaded vte_generate_state_changes v0.1.1 |
842 | 2023-11-28T18:11:49.073Z | Downloaded unicode-linebreak v0.1.5 |
843 | 2023-11-28T18:11:49.073Z | Downloaded hubpack_derive v0.1.1 |
844 | 2023-11-28T18:11:49.076Z | Downloaded either v1.9.0 |
845 | 2023-11-28T18:11:49.080Z | Downloaded resolv-conf v0.7.0 |
846 | 2023-11-28T18:11:49.082Z | Downloaded tempfile v3.8.1 |
847 | 2023-11-28T18:11:49.087Z | Downloaded nom v7.1.3 |
848 | 2023-11-28T18:11:49.096Z | Downloaded phf_shared v0.10.0 |
849 | 2023-11-28T18:11:49.099Z | Downloaded signal-hook-mio v0.2.3 |
850 | 2023-11-28T18:11:49.103Z | Downloaded swrite v0.1.0 |
851 | 2023-11-28T18:11:49.105Z | Downloaded termios v0.3.3 |
852 | 2023-11-28T18:11:49.109Z | Downloaded tui-tree-widget v0.13.0 |
853 | 2023-11-28T18:11:49.109Z | Downloaded stringprep v0.1.3 |
854 | 2023-11-28T18:11:49.112Z | Downloaded siphasher v0.3.11 |
855 | 2023-11-28T18:11:49.115Z | Downloaded signal-hook-registry v1.4.1 |
856 | 2023-11-28T18:11:49.117Z | Downloaded take_mut v0.2.2 |
857 | 2023-11-28T18:11:49.120Z | Downloaded toml_edit v0.21.0 |
858 | 2023-11-28T18:11:49.158Z | Downloaded serde-big-array v0.5.1 |
859 | 2023-11-28T18:11:49.161Z | Downloaded usdt-macro v0.3.5 |
860 | 2023-11-28T18:11:49.164Z | Downloaded globset v0.4.13 |
861 | 2023-11-28T18:11:49.167Z | Downloaded rpassword v7.3.1 |
862 | 2023-11-28T18:11:49.167Z | Downloaded fnv v1.0.7 |
863 | 2023-11-28T18:11:49.172Z | Downloaded unicase v2.7.0 |
864 | 2023-11-28T18:11:49.175Z | Downloaded home v0.5.5 |
865 | 2023-11-28T18:11:49.175Z | Downloaded derive_more v0.99.17 |
866 | 2023-11-28T18:11:49.183Z | Downloaded strip-ansi-escapes v0.2.0 |
867 | 2023-11-28T18:11:49.186Z | Downloaded unicode-xid v0.2.4 |
868 | 2023-11-28T18:11:49.190Z | Downloaded fd-lock v3.0.13 |
869 | 2023-11-28T18:11:49.192Z | Downloaded untrusted v0.9.0 |
870 | 2023-11-28T18:11:49.195Z | Downloaded rayon-core v1.12.0 |
871 | 2023-11-28T18:11:49.201Z | Downloaded smf v0.2.2 |
872 | 2023-11-28T18:11:49.204Z | Downloaded utf8parse v0.2.1 |
873 | 2023-11-28T18:11:49.206Z | Downloaded postcard v0.7.3 |
874 | 2023-11-28T18:11:49.209Z | Downloaded phf_shared v0.11.2 |
875 | 2023-11-28T18:11:49.212Z | Downloaded percent-encoding v2.3.0 |
876 | 2023-11-28T18:11:49.215Z | Downloaded smallvec v1.11.0 |
877 | 2023-11-28T18:11:49.218Z | Downloaded tokio-native-tls v0.3.1 |
878 | 2023-11-28T18:11:49.220Z | Downloaded rustc_version v0.4.0 |
879 | 2023-11-28T18:11:49.223Z | Downloaded structopt-derive v0.4.18 |
880 | 2023-11-28T18:11:49.226Z | Downloaded vte v0.11.1 |
881 | 2023-11-28T18:11:49.229Z | Downloaded untrusted v0.7.1 |
882 | 2023-11-28T18:11:49.232Z | Downloaded rand v0.8.5 |
883 | 2023-11-28T18:11:49.238Z | Downloaded pem-rfc7468 v0.7.0 |
884 | 2023-11-28T18:11:49.241Z | Downloaded rustls-native-certs v0.6.3 |
885 | 2023-11-28T18:11:49.244Z | Downloaded thread_local v1.1.7 |
886 | 2023-11-28T18:11:49.247Z | Downloaded spki v0.7.2 |
887 | 2023-11-28T18:11:49.250Z | Downloaded rustc-hash v1.1.0 |
888 | 2023-11-28T18:11:49.252Z | Downloaded heck v0.3.3 |
889 | 2023-11-28T18:11:49.255Z | Downloaded unicode-width v0.1.11 |
890 | 2023-11-28T18:11:49.257Z | Downloaded hash32 v0.2.1 |
891 | 2023-11-28T18:11:49.260Z | Downloaded deranged v0.3.8 |
892 | 2023-11-28T18:11:49.263Z | Downloaded serde_with_macros v2.3.3 |
893 | 2023-11-28T18:11:49.266Z | Downloaded structopt v0.3.26 |
894 | 2023-11-28T18:11:49.288Z | Downloaded structmeta-derive v0.2.0 |
895 | 2023-11-28T18:11:49.292Z | Downloaded uuid v1.6.1 |
896 | 2023-11-28T18:11:49.292Z | Downloaded serde_tokenstream v0.2.0 |
897 | 2023-11-28T18:11:49.294Z | Downloaded derive-where v1.2.5 |
898 | 2023-11-28T18:11:49.301Z | Downloaded rsa v0.9.2 |
899 | 2023-11-28T18:11:49.309Z | Downloaded pest_derive v2.7.2 |
900 | 2023-11-28T18:11:49.313Z | Downloaded elliptic-curve v0.13.5 |
901 | 2023-11-28T18:11:49.321Z | Downloaded unicode-segmentation v1.10.1 |
902 | 2023-11-28T18:11:49.327Z | Downloaded pin-project v1.1.3 |
903 | 2023-11-28T18:11:49.348Z | Downloaded unicode-ident v1.0.12 |
904 | 2023-11-28T18:11:49.352Z | Downloaded slog v2.7.0 |
905 | 2023-11-28T18:11:49.358Z | Downloaded typed-path v0.6.0 |
906 | 2023-11-28T18:11:49.369Z | Downloaded unicode-normalization v0.1.22 |
907 | 2023-11-28T18:11:49.376Z | Downloaded pest v2.7.2 |
908 | 2023-11-28T18:11:49.385Z | Downloaded hashbrown v0.12.3 |
909 | 2023-11-28T18:11:49.391Z | Downloaded h2 v0.3.21 |
910 | 2023-11-28T18:11:49.404Z | Downloaded serde v1.0.192 |
911 | 2023-11-28T18:11:49.410Z | Downloaded trust-dns-server v0.22.1 |
912 | 2023-11-28T18:11:49.420Z | Downloaded portable-atomic v1.4.3 |
913 | 2023-11-28T18:11:49.430Z | Downloaded reedline v0.26.0 |
914 | 2023-11-28T18:11:49.444Z | Downloaded regex-automata v0.1.10 |
915 | 2023-11-28T18:11:49.453Z | Downloaded hashbrown v0.13.2 |
916 | 2023-11-28T18:11:49.461Z | Downloaded quick-xml v0.23.1 |
917 | 2023-11-28T18:11:49.474Z | Downloaded serde_json v1.0.108 |
918 | 2023-11-28T18:11:49.488Z | Downloaded tough v0.15.0 |
919 | 2023-11-28T18:11:49.502Z | Downloaded reqwest v0.11.22 |
920 | 2023-11-28T18:11:49.517Z | Downloaded vcpkg v0.2.15 |
921 | 2023-11-28T18:11:49.586Z | Downloaded polar-core v0.27.0 |
922 | 2023-11-28T18:11:49.604Z | Downloaded openssl v0.10.57 |
923 | 2023-11-28T18:11:49.621Z | Downloaded regex v1.10.2 |
924 | 2023-11-28T18:11:49.646Z | Downloaded regex-syntax v0.6.29 |
925 | 2023-11-28T18:11:49.658Z | Downloaded regex-syntax v0.7.5 |
926 | 2023-11-28T18:11:49.674Z | Downloaded rustls v0.21.9 |
927 | 2023-11-28T18:11:49.695Z | Downloaded trust-dns-proto v0.22.0 |
928 | 2023-11-28T18:11:49.717Z | Downloaded rustix v0.38.25 |
929 | 2023-11-28T18:11:49.762Z | Downloaded zerocopy-derive v0.2.0 |
930 | 2023-11-28T18:11:49.775Z | Downloaded sled v0.34.7 |
931 | 2023-11-28T18:11:49.794Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
932 | 2023-11-28T18:11:49.819Z | Downloaded zerocopy-derive v0.6.4 |
933 | 2023-11-28T18:11:49.840Z | Downloaded regex-automata v0.4.3 |
934 | 2023-11-28T18:11:49.872Z | Downloaded regex-automata v0.3.8 |
935 | 2023-11-28T18:11:49.905Z | Downloaded tokio v1.34.0 |
936 | 2023-11-28T18:11:49.973Z | Downloaded sha3 v0.10.8 |
937 | 2023-11-28T18:11:49.986Z | Downloaded libc v0.2.150 |
938 | 2023-11-28T18:11:50.036Z | Downloaded encoding_rs v0.8.33 |
939 | 2023-11-28T18:11:50.079Z | Downloaded rustix v0.37.23 |
940 | 2023-11-28T18:11:50.114Z | Downloaded openapiv3 v2.0.0-rc.1 |
941 | 2023-11-28T18:11:50.137Z | Downloaded regex-syntax v0.8.2 |
942 | 2023-11-28T18:11:50.153Z | Downloaded bstr v1.6.0 |
943 | 2023-11-28T18:11:50.174Z | Downloaded diesel v2.1.4 |
944 | 2023-11-28T18:11:50.206Z | Downloaded syn v1.0.109 |
945 | 2023-11-28T18:11:50.225Z | Downloaded syn v2.0.32 |
946 | 2023-11-28T18:11:50.244Z | Downloaded curve25519-dalek v4.1.0 |
947 | 2023-11-28T18:11:50.260Z | Downloaded regress v0.7.1 |
948 | 2023-11-28T18:11:50.274Z | Downloaded gimli v0.28.0 |
949 | 2023-11-28T18:11:50.289Z | Downloaded ratatui v0.23.0 |
950 | 2023-11-28T18:11:50.309Z | Downloaded object v0.32.1 |
951 | 2023-11-28T18:11:50.328Z | Downloaded smoltcp v0.9.1 |
952 | 2023-11-28T18:11:50.348Z | Downloaded idna v0.2.3 |
953 | 2023-11-28T18:11:50.362Z | Downloaded object v0.30.4 |
954 | 2023-11-28T18:11:50.378Z | Downloaded bstr v0.2.17 |
955 | 2023-11-28T18:11:50.396Z | Downloaded radix_trie v0.2.1 |
956 | 2023-11-28T18:11:50.406Z | Downloaded hyper v0.14.27 |
957 | 2023-11-28T18:11:50.421Z | Downloaded proptest v1.4.0 |
958 | 2023-11-28T18:11:50.437Z | Downloaded smoltcp v0.8.2 |
959 | 2023-11-28T18:11:50.453Z | Downloaded hashbrown v0.14.2 |
960 | 2023-11-28T18:11:50.463Z | Downloaded rayon v1.8.0 |
961 | 2023-11-28T18:11:50.479Z | Downloaded idna v0.4.0 |
962 | 2023-11-28T18:11:50.492Z | Downloaded webpki-roots v0.25.2 |
963 | 2023-11-28T18:11:50.499Z | Downloaded ring v0.17.5 |
964 | 2023-11-28T18:11:50.638Z | Downloaded petgraph v0.6.4 |
965 | 2023-11-28T18:11:50.660Z | Downloaded rustls-webpki v0.101.7 |
966 | 2023-11-28T18:11:50.686Z | Downloaded time v0.3.27 |
967 | 2023-11-28T18:11:50.697Z | Downloaded hkdf v0.12.3 |
968 | 2023-11-28T18:11:50.701Z | Downloaded futures-util v0.3.29 |
969 | 2023-11-28T18:11:50.723Z | Downloaded ring v0.16.20 |
970 | 2023-11-28T18:11:50.885Z | Downloaded lalrpop v0.19.12 |
971 | 2023-11-28T18:11:50.904Z | Downloaded serde_with v2.3.3 |
972 | 2023-11-28T18:11:50.915Z | Downloaded der v0.7.8 |
973 | 2023-11-28T18:11:50.924Z | Downloaded chrono v0.4.31 |
974 | 2023-11-28T18:11:50.940Z | Downloaded bitvec v1.0.1 |
975 | 2023-11-28T18:11:50.965Z | Downloaded bindgen v0.65.1 |
976 | 2023-11-28T18:11:50.977Z | Downloaded tabled v0.14.0 |
977 | 2023-11-28T18:11:51.004Z | Downloaded clap v2.34.0 |
978 | 2023-11-28T18:11:51.017Z | Downloaded ron v0.8.1 |
979 | 2023-11-28T18:11:51.026Z | Downloaded headers v0.3.9 |
980 | 2023-11-28T18:11:51.035Z | Downloaded url v2.4.1 |
981 | 2023-11-28T18:11:51.041Z | Downloaded tracing v0.1.37 |
982 | 2023-11-28T18:11:51.049Z | Downloaded winnow v0.5.15 |
983 | 2023-11-28T18:11:51.063Z | Downloaded hmac v0.12.1 |
984 | 2023-11-28T18:11:51.066Z | Downloaded trust-dns-resolver v0.22.0 |
985 | 2023-11-28T18:11:51.073Z | Downloaded clap_builder v4.4.2 |
986 | 2023-11-28T18:11:51.084Z | Downloaded rustc-demangle v0.1.23 |
987 | 2023-11-28T18:11:51.087Z | Downloaded unicode-bidi v0.3.13 |
988 | 2023-11-28T18:11:51.090Z | Downloaded similar v2.2.1 |
989 | 2023-11-28T18:11:51.113Z | Downloaded http v0.2.11 |
990 | 2023-11-28T18:11:51.120Z | Downloaded trust-dns-client v0.22.0 |
991 | 2023-11-28T18:11:51.129Z | Downloaded salty v0.2.0 |
992 | 2023-11-28T18:11:51.139Z | Downloaded flate2 v1.0.28 |
993 | 2023-11-28T18:11:51.147Z | Downloaded heapless v0.7.16 |
994 | 2023-11-28T18:11:51.154Z | Downloaded proc-macro-error-attr v1.0.4 |
995 | 2023-11-28T18:11:51.159Z | Downloaded filetime v0.2.22 |
996 | 2023-11-28T18:11:51.162Z | Downloaded glob v0.3.1 |
997 | 2023-11-28T18:11:51.162Z | Downloaded futures-macro v0.3.29 |
998 | 2023-11-28T18:11:51.162Z | Downloaded futures-io v0.3.29 |
999 | 2023-11-28T18:11:51.162Z | Downloaded subtle v2.5.0 |
1000 | 2023-11-28T18:11:51.165Z | Downloaded phf v0.11.2 |
1001 | 2023-11-28T18:11:51.168Z | Downloaded pest_meta v2.7.2 |
1002 | 2023-11-28T18:11:51.171Z | Downloaded debug-ignore v1.0.5 |
1003 | 2023-11-28T18:11:51.174Z | Downloaded zeroize_derive v1.4.2 |
1004 | 2023-11-28T18:11:51.174Z | Downloaded wait-timeout v0.2.0 |
1005 | 2023-11-28T18:11:51.178Z | Downloaded pin-project-internal v1.1.3 |
1006 | 2023-11-28T18:11:51.180Z | Downloaded test-strategy v0.3.1 |
1007 | 2023-11-28T18:11:51.184Z | Downloaded futures-channel v0.3.29 |
1008 | 2023-11-28T18:11:51.187Z | Downloaded ryu v1.0.15 |
1009 | 2023-11-28T18:11:51.191Z | Downloaded libxml v0.3.3 |
1010 | 2023-11-28T18:11:51.202Z | Downloaded pin-project-lite v0.2.13 |
1011 | 2023-11-28T18:11:51.211Z | Downloaded typenum v1.16.0 |
1012 | 2023-11-28T18:11:51.214Z | Downloaded errno v0.3.2 |
1013 | 2023-11-28T18:11:51.218Z | Downloaded tokio-util v0.7.10 |
1014 | 2023-11-28T18:11:51.227Z | Downloaded usdt v0.3.5 |
1015 | 2023-11-28T18:11:51.230Z | Downloaded vsss-rs v3.3.1 |
1016 | 2023-11-28T18:11:51.234Z | Downloaded tracing-attributes v0.1.26 |
1017 | 2023-11-28T18:11:51.237Z | Downloaded highway v1.1.0 |
1018 | 2023-11-28T18:11:51.239Z | Downloaded dyn-clone v1.0.13 |
1019 | 2023-11-28T18:11:51.243Z | Downloaded textwrap v0.16.0 |
1020 | 2023-11-28T18:11:51.246Z | Downloaded aho-corasick v1.0.4 |
1021 | 2023-11-28T18:11:51.257Z | Downloaded thiserror-no-std v2.0.2 |
1022 | 2023-11-28T18:11:51.263Z | Downloaded hostname v0.3.1 |
1023 | 2023-11-28T18:11:51.266Z | Downloaded thread-id v4.2.0 |
1024 | 2023-11-28T18:11:51.269Z | Downloaded tap v1.0.1 |
1025 | 2023-11-28T18:11:51.269Z | Downloaded num-bigint v0.4.4 |
1026 | 2023-11-28T18:11:51.277Z | Downloaded tracing-core v0.1.31 |
1027 | 2023-11-28T18:11:51.283Z | Downloaded string_cache v0.8.7 |
1028 | 2023-11-28T18:11:51.285Z | Downloaded rustfmt-wrapper v0.2.0 |
1029 | 2023-11-28T18:11:51.285Z | Downloaded float-cmp v0.9.0 |
1030 | 2023-11-28T18:11:51.288Z | Downloaded rustc_version v0.1.7 |
1031 | 2023-11-28T18:11:51.288Z | Downloaded rtoolbox v0.0.1 |
1032 | 2023-11-28T18:11:51.291Z | Downloaded ucd-trie v0.1.6 |
1033 | 2023-11-28T18:11:51.294Z | Downloaded tokio-macros v2.2.0 |
1034 | 2023-11-28T18:11:51.298Z | Downloaded flume v0.11.0 |
1035 | 2023-11-28T18:11:51.301Z | Downloaded tokio-postgres v0.7.10 |
1036 | 2023-11-28T18:11:51.309Z | Downloaded rcgen v0.11.3 |
1037 | 2023-11-28T18:11:51.315Z | Downloaded tungstenite v0.20.1 |
1038 | 2023-11-28T18:11:51.319Z | Downloaded toml_edit v0.19.15 |
1039 | 2023-11-28T18:11:51.348Z | Downloaded darling_core v0.20.3 |
1040 | 2023-11-28T18:11:51.356Z | Downloaded ref-cast-impl v1.0.20 |
1041 | 2023-11-28T18:11:51.359Z | Downloaded sct v0.7.0 |
1042 | 2023-11-28T18:11:51.363Z | Downloaded postgres-protocol v0.6.6 |
1043 | 2023-11-28T18:11:51.367Z | Downloaded pkcs1 v0.7.5 |
1044 | 2023-11-28T18:11:51.369Z | Downloaded same-file v1.0.6 |
1045 | 2023-11-28T18:11:51.373Z | Downloaded utf-8 v0.7.6 |
1046 | 2023-11-28T18:11:51.377Z | Downloaded postgres-types v0.2.6 |
1047 | 2023-11-28T18:11:51.380Z | Downloaded tinyvec v1.6.0 |
1048 | 2023-11-28T18:11:51.382Z | Downloaded dirs-next v2.0.0 |
1049 | 2023-11-28T18:11:51.385Z | Downloaded form_urlencoded v1.2.0 |
1050 | 2023-11-28T18:11:51.385Z | Downloaded slog-stdlog v4.1.1 |
1051 | 2023-11-28T18:11:51.388Z | Downloaded platforms v3.0.2 |
1052 | 2023-11-28T18:11:51.391Z | Downloaded schemars v0.8.13 |
1053 | 2023-11-28T18:11:51.409Z | Downloaded tar v0.4.40 |
1054 | 2023-11-28T18:11:51.413Z | Downloaded itertools v0.11.0 |
1055 | 2023-11-28T18:11:51.425Z | Downloaded crossterm v0.27.0 |
1056 | 2023-11-28T18:11:51.436Z | Downloaded x509-cert v0.2.4 |
1057 | 2023-11-28T18:11:51.446Z | Downloaded steno v0.4.0 |
1058 | 2023-11-28T18:11:51.454Z | Downloaded shell-words v1.1.0 |
1059 | 2023-11-28T18:11:51.457Z | Downloaded unsafe-libyaml v0.2.9 |
1060 | 2023-11-28T18:11:51.461Z | Downloaded humantime v2.1.0 |
1061 | 2023-11-28T18:11:51.464Z | Downloaded funty v2.0.0 |
1062 | 2023-11-28T18:11:51.467Z | Downloaded pest_generator v2.7.2 |
1063 | 2023-11-28T18:11:51.467Z | Downloaded textwrap v0.11.0 |
1064 | 2023-11-28T18:11:51.470Z | Downloaded poly1305 v0.8.0 |
1065 | 2023-11-28T18:11:51.473Z | Downloaded data-encoding v2.4.0 |
1066 | 2023-11-28T18:11:51.476Z | Downloaded num-bigint-dig v0.8.4 |
1067 | 2023-11-28T18:11:51.483Z | Downloaded walkdir v2.4.0 |
1068 | 2023-11-28T18:11:51.486Z | Downloaded serde_plain v1.0.2 |
1069 | 2023-11-28T18:11:51.489Z | Downloaded slog-async v2.8.0 |
1070 | 2023-11-28T18:11:51.492Z | Downloaded shlex v1.1.0 |
1071 | 2023-11-28T18:11:51.494Z | Downloaded ff v0.13.0 |
1072 | 2023-11-28T18:11:51.494Z | Downloaded dof v0.1.5 |
1073 | 2023-11-28T18:11:51.497Z | Downloaded signal-hook v0.3.17 |
1074 | 2023-11-28T18:11:51.501Z | Downloaded supports-color v2.1.0 |
1075 | 2023-11-28T18:11:51.503Z | Downloaded ref-cast v1.0.20 |
1076 | 2023-11-28T18:11:51.507Z | Downloaded schemars_derive v0.8.13 |
1077 | 2023-11-28T18:11:51.510Z | Downloaded rusty-fork v0.3.0 |
1078 | 2023-11-28T18:11:51.512Z | Downloaded rustversion v1.0.14 |
1079 | 2023-11-28T18:11:51.516Z | Downloaded synstructure v0.12.6 |
1080 | 2023-11-28T18:11:51.518Z | Downloaded pkcs8 v0.10.2 |
1081 | 2023-11-28T18:11:51.524Z | Downloaded itertools v0.12.0 |
1082 | 2023-11-28T18:11:51.535Z | Downloaded headers-core v0.2.0 |
1083 | 2023-11-28T18:11:51.537Z | Downloaded memchr v2.6.3 |
1084 | 2023-11-28T18:11:51.545Z | Downloaded unarray v0.1.4 |
1085 | 2023-11-28T18:11:51.548Z | Downloaded scheduled-thread-pool v0.2.7 |
1086 | 2023-11-28T18:11:51.551Z | Downloaded diesel_derives v2.1.1 |
1087 | 2023-11-28T18:11:51.555Z | Downloaded futures v0.3.29 |
1088 | 2023-11-28T18:11:51.562Z | Downloaded fatfs v0.3.6 |
1089 | 2023-11-28T18:11:51.567Z | Downloaded ed25519 v1.5.3 |
1090 | 2023-11-28T18:11:51.570Z | Downloaded hex v0.4.3 |
1091 | 2023-11-28T18:11:51.573Z | Downloaded slog-json v2.6.1 |
1092 | 2023-11-28T18:11:51.576Z | Downloaded proc-macro-error v1.0.4 |
1093 | 2023-11-28T18:11:51.580Z | Downloaded diff v0.1.13 |
1094 | 2023-11-28T18:11:51.586Z | Downloaded zip v0.6.6 |
1095 | 2023-11-28T18:11:51.593Z | Downloaded dtrace-parser v0.1.14 |
1096 | 2023-11-28T18:11:51.598Z | Downloaded downcast v0.11.0 |
1097 | 2023-11-28T18:11:51.598Z | Downloaded slog-envlogger v2.2.0 |
1098 | 2023-11-28T18:11:51.601Z | Downloaded pem v3.0.2 |
1099 | 2023-11-28T18:11:51.601Z | Downloaded strsim v0.8.0 |
1100 | 2023-11-28T18:11:51.603Z | Downloaded crossbeam-channel v0.5.8 |
1101 | 2023-11-28T18:11:51.610Z | Downloaded semver v0.11.0 |
1102 | 2023-11-28T18:11:51.612Z | Downloaded spin v0.9.8 |
1103 | 2023-11-28T18:11:51.616Z | Downloaded snafu v0.7.5 |
1104 | 2023-11-28T18:11:51.626Z | Downloaded parking_lot v0.11.2 |
1105 | 2023-11-28T18:11:51.630Z | Downloaded slab v0.4.9 |
1106 | 2023-11-28T18:11:51.633Z | Downloaded paste v1.0.14 |
1107 | 2023-11-28T18:11:51.638Z | Downloaded fs-err v2.11.0 |
1108 | 2023-11-28T18:11:51.643Z | Downloaded futures-executor v0.3.29 |
1109 | 2023-11-28T18:11:51.643Z | Downloaded futures-core v0.3.29 |
1110 | 2023-11-28T18:11:51.648Z | Downloaded fragile v2.0.0 |
1111 | 2023-11-28T18:11:51.648Z | Downloaded socket2 v0.4.9 |
1112 | 2023-11-28T18:11:51.651Z | Downloaded libm v0.2.7 |
1113 | 2023-11-28T18:11:51.667Z | Downloaded parking_lot_core v0.9.8 |
1114 | 2023-11-28T18:11:51.670Z | Downloaded getrandom v0.2.10 |
1115 | 2023-11-28T18:11:51.676Z | Downloaded quote v1.0.33 |
1116 | 2023-11-28T18:11:51.680Z | Downloaded base64 v0.21.5 |
1117 | 2023-11-28T18:11:51.686Z | Downloaded predicates v2.1.5 |
1118 | 2023-11-28T18:11:51.690Z | Downloaded der_derive v0.7.2 |
1119 | 2023-11-28T18:11:51.693Z | Downloaded zone v0.3.0 |
1120 | 2023-11-28T18:11:51.695Z | Downloaded thiserror v1.0.49 |
1121 | 2023-11-28T18:11:51.701Z | Downloaded serde_urlencoded v0.7.1 |
1122 | 2023-11-28T18:11:51.703Z | Downloaded parking_lot_core v0.8.6 |
1123 | 2023-11-28T18:11:51.706Z | Downloaded hyper-rustls v0.24.2 |
1124 | 2023-11-28T18:11:51.710Z | Downloaded httparse v1.8.0 |
1125 | 2023-11-28T18:11:51.714Z | Downloaded zerocopy v0.6.4 |
1126 | 2023-11-28T18:11:51.718Z | Downloaded socket2 v0.5.5 |
1127 | 2023-11-28T18:11:51.722Z | Downloaded tokio-rustls v0.24.1 |
1128 | 2023-11-28T18:11:51.725Z | Downloaded rand_chacha v0.3.1 |
1129 | 2023-11-28T18:11:51.728Z | Downloaded ppv-lite86 v0.2.17 |
1130 | 2023-11-28T18:11:51.731Z | Downloaded proc-macro-crate v1.3.1 |
1131 | 2023-11-28T18:11:51.734Z | Downloaded serde_repr v0.1.16 |
1132 | 2023-11-28T18:11:51.737Z | Downloaded scopeguard v1.2.0 |
1133 | 2023-11-28T18:11:51.737Z | Downloaded rand_xorshift v0.3.0 |
1134 | 2023-11-28T18:11:51.739Z | Downloaded rand_core v0.6.4 |
1135 | 2023-11-28T18:11:51.739Z | Downloaded toml v0.8.8 |
1136 | 2023-11-28T18:11:51.746Z | Downloaded toml v0.5.11 |
1137 | 2023-11-28T18:11:51.749Z | Downloaded futures-task v0.3.29 |
1138 | 2023-11-28T18:11:51.752Z | Downloaded crypto-bigint v0.5.2 |
1139 | 2023-11-28T18:11:51.761Z | Downloaded bytes v1.5.0 |
1140 | 2023-11-28T18:11:51.768Z | Downloaded minimal-lexical v0.2.1 |
1141 | 2023-11-28T18:11:51.776Z | Downloaded semver v0.1.20 |
1142 | 2023-11-28T18:11:51.778Z | Downloaded digest v0.10.7 |
1143 | 2023-11-28T18:11:51.781Z | Downloaded derive_builder v0.12.0 |
1144 | 2023-11-28T18:11:51.788Z | Downloaded yasna v0.5.2 |
1145 | 2023-11-28T18:11:51.821Z | Downloaded serde_yaml v0.9.25 |
1146 | 2023-11-28T18:11:51.825Z | Downloaded papergrid v0.10.0 |
1147 | 2023-11-28T18:11:51.825Z | Downloaded serde-hex v0.1.0 |
1148 | 2023-11-28T18:11:51.825Z | Downloaded derive_builder_core v0.12.0 |
1149 | 2023-11-28T18:11:51.825Z | Downloaded hubpack v0.1.2 |
1150 | 2023-11-28T18:11:51.825Z | Downloaded darling_core v0.14.4 |
1151 | 2023-11-28T18:11:51.825Z | Downloaded backtrace v0.3.69 |
1152 | 2023-11-28T18:11:51.830Z | Downloaded tokio-tungstenite v0.20.1 |
1153 | 2023-11-28T18:11:51.832Z | Downloaded subprocess v0.2.9 |
1154 | 2023-11-28T18:11:51.837Z | Downloaded num-traits v0.2.16 |
1155 | 2023-11-28T18:11:51.841Z | Downloaded pem v1.1.1 |
1156 | 2023-11-28T18:11:51.844Z | Downloaded http-body v0.4.5 |
1157 | 2023-11-28T18:11:51.846Z | Downloaded hyper-staticfile v0.9.5 |
1158 | 2023-11-28T18:11:51.849Z | Downloaded getopts v0.2.21 |
1159 | 2023-11-28T18:11:51.852Z | Downloaded r2d2 v0.8.10 |
1160 | 2023-11-28T18:11:51.855Z | Downloaded darling_macro v0.20.3 |
1161 | 2023-11-28T18:11:51.855Z | Downloaded zone_cfg_derive v0.3.0 |
1162 | 2023-11-28T18:11:51.859Z | Downloaded waitgroup v0.1.2 |
1163 | 2023-11-28T18:11:51.859Z | Downloaded serde_derive v1.0.192 |
1164 | 2023-11-28T18:11:51.862Z | Downloaded crossbeam-utils v0.8.16 |
1165 | 2023-11-28T18:11:51.865Z | Downloaded futures-sink v0.3.29 |
1166 | 2023-11-28T18:11:51.868Z | Downloaded mockall_derive v0.11.4 |
1167 | 2023-11-28T18:11:51.873Z | Downloaded enum-as-inner v0.5.1 |
1168 | 2023-11-28T18:11:51.873Z | Downloaded dirs-sys-next v0.1.2 |
1169 | 2023-11-28T18:11:51.876Z | Downloaded xattr v1.0.1 |
1170 | 2023-11-28T18:11:51.878Z | Downloaded stable_deref_trait v1.2.0 |
1171 | 2023-11-28T18:11:51.878Z | Downloaded topological-sort v0.2.2 |
1172 | 2023-11-28T18:11:51.881Z | Downloaded base64 v0.13.1 |
1173 | 2023-11-28T18:11:51.885Z | Downloaded snafu-derive v0.7.5 |
1174 | 2023-11-28T18:11:51.888Z | Downloaded display-error-chain v0.2.0 |
1175 | 2023-11-28T18:11:51.890Z | Downloaded zerocopy v0.3.0 |
1176 | 2023-11-28T18:11:51.890Z | Downloaded argon2 v0.5.2 |
1177 | 2023-11-28T18:11:51.895Z | Downloaded tokio-stream v0.1.14 |
1178 | 2023-11-28T18:11:51.900Z | Downloaded num-rational v0.4.1 |
1179 | 2023-11-28T18:11:51.903Z | Downloaded ena v0.14.2 |
1180 | 2023-11-28T18:11:51.905Z | Downloaded zeroize v1.6.0 |
1181 | 2023-11-28T18:11:51.908Z | Downloaded lock_api v0.4.10 |
1182 | 2023-11-28T18:11:51.911Z | Downloaded pretty-hex v0.3.0 |
1183 | 2023-11-28T18:11:51.913Z | Downloaded wyz v0.5.1 |
1184 | 2023-11-28T18:11:51.917Z | Downloaded spin v0.5.2 |
1185 | 2023-11-28T18:11:51.917Z | Downloaded smallvec v0.6.14 |
1186 | 2023-11-28T18:11:51.920Z | Downloaded parse-display v0.8.2 |
1187 | 2023-11-28T18:11:51.920Z | Downloaded fastrand v2.0.0 |
1188 | 2023-11-28T18:11:51.923Z | Downloaded difflib v0.4.0 |
1189 | 2023-11-28T18:11:51.927Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1190 | 2023-11-28T18:11:51.927Z | Downloaded which v4.4.0 |
1191 | 2023-11-28T18:11:51.931Z | Downloaded version_check v0.9.4 |
1192 | 2023-11-28T18:11:51.931Z | Downloaded usdt-impl v0.3.5 |
1193 | 2023-11-28T18:11:51.931Z | Downloaded universal-hash v0.5.1 |
1194 | 2023-11-28T18:11:51.934Z | Downloaded toml_datetime v0.6.5 |
1195 | 2023-11-28T18:11:51.934Z | Downloaded time-macros v0.2.13 |
1196 | 2023-11-28T18:11:51.937Z | Downloaded term v0.7.0 |
1197 | 2023-11-28T18:11:51.942Z | Downloaded strum_macros v0.25.2 |
1198 | 2023-11-28T18:11:51.945Z | Downloaded slog-term v2.9.0 |
1199 | 2023-11-28T18:11:51.950Z | Downloaded sha2 v0.10.8 |
1200 | 2023-11-28T18:11:51.953Z | Downloaded blake2 v0.10.6 |
1201 | 2023-11-28T18:11:51.957Z | Downloaded backoff v0.4.0 |
1202 | 2023-11-28T18:11:51.960Z | Downloaded whoami v1.4.1 |
1203 | 2023-11-28T18:11:51.963Z | Downloaded ahash v0.8.3 |
1204 | 2023-11-28T18:11:51.966Z | Downloaded bitflags v2.4.0 |
1205 | 2023-11-28T18:11:51.971Z | Downloaded terminal_size v0.2.6 |
1206 | 2023-11-28T18:11:51.973Z | Downloaded serde_derive_internals v0.26.0 |
1207 | 2023-11-28T18:11:51.976Z | Downloaded semver v1.0.20 |
1208 | 2023-11-28T18:11:51.979Z | Downloaded once_cell v1.18.0 |
1209 | 2023-11-28T18:11:51.984Z | Downloaded const-oid v0.9.5 |
1210 | 2023-11-28T18:11:51.988Z | Downloaded mime_guess v2.0.4 |
1211 | 2023-11-28T18:11:52.002Z | Downloaded thiserror-impl-no-std v2.0.2 |
1212 | 2023-11-28T18:11:52.002Z | Downloaded thiserror-impl v1.0.49 |
1213 | 2023-11-28T18:11:52.002Z | Downloaded tabled_derive v0.6.0 |
1214 | 2023-11-28T18:11:52.002Z | Downloaded packed_struct_codegen v0.10.1 |
1215 | 2023-11-28T18:11:52.002Z | Downloaded olpc-cjson v0.1.3 |
1216 | 2023-11-28T18:11:52.002Z | Downloaded num-complex v0.4.4 |
1217 | 2023-11-28T18:11:52.011Z | Downloaded packed_struct v0.10.1 |
1218 | 2023-11-28T18:11:52.011Z | Downloaded equivalent v1.0.1 |
1219 | 2023-11-28T18:11:52.014Z | Downloaded anyhow v1.0.75 |
1220 | 2023-11-28T18:11:52.014Z | Downloaded vec_map v0.8.2 |
1221 | 2023-11-28T18:11:52.014Z | Downloaded usdt-attr-macro v0.3.5 |
1222 | 2023-11-28T18:11:52.014Z | Downloaded toolchain_find v0.2.0 |
1223 | 2023-11-28T18:11:52.018Z | Downloaded termcolor v1.2.0 |
1224 | 2023-11-28T18:11:52.023Z | Downloaded strum_macros v0.24.3 |
1225 | 2023-11-28T18:11:52.026Z | Downloaded structmeta v0.2.0 |
1226 | 2023-11-28T18:11:52.026Z | Downloaded strsim v0.10.0 |
1227 | 2023-11-28T18:11:52.026Z | Downloaded static_assertions v1.1.0 |
1228 | 2023-11-28T18:11:52.028Z | Downloaded slog-dtrace v0.2.3 |
1229 | 2023-11-28T18:11:52.031Z | Downloaded slog-bunyan v2.4.0 |
1230 | 2023-11-28T18:11:52.031Z | Downloaded signature v2.1.0 |
1231 | 2023-11-28T18:11:52.034Z | Downloaded signature v1.6.4 |
1232 | 2023-11-28T18:11:52.037Z | Downloaded num-iter v0.1.43 |
1233 | 2023-11-28T18:11:52.037Z | Downloaded nu-ansi-term v0.49.0 |
1234 | 2023-11-28T18:11:52.040Z | Downloaded want v0.3.1 |
1235 | 2023-11-28T18:11:52.045Z | Downloaded omicron-zone-package v0.9.1 |
1236 | 2023-11-28T18:11:52.047Z | Downloaded miniz_oxide v0.7.1 |
1237 | 2023-11-28T18:11:52.050Z | Downloaded bzip2 v0.4.4 |
1238 | 2023-11-28T18:11:52.055Z | Downloaded precomputed-hash v0.1.1 |
1239 | 2023-11-28T18:11:52.055Z | Downloaded sha1 v0.10.6 |
1240 | 2023-11-28T18:11:52.059Z | Downloaded serde_tokenstream v0.1.7 |
1241 | 2023-11-28T18:11:52.062Z | Downloaded bcs v0.1.6 |
1242 | 2023-11-28T18:11:52.068Z | Downloaded anstyle-parse v0.2.1 |
1243 | 2023-11-28T18:11:52.068Z | Downloaded ipnet v2.8.0 |
1244 | 2023-11-28T18:11:52.071Z | Downloaded time-core v0.1.1 |
1245 | 2023-11-28T18:11:52.075Z | Downloaded semver-parser v0.10.2 |
1246 | 2023-11-28T18:11:52.078Z | Downloaded secrecy v0.8.0 |
1247 | 2023-11-28T18:11:52.078Z | Downloaded nibble_vec v0.1.0 |
1248 | 2023-11-28T18:11:52.078Z | Downloaded base16ct v0.2.0 |
1249 | 2023-11-28T18:11:52.081Z | Downloaded signal-hook-tokio v0.3.1 |
1250 | 2023-11-28T18:11:52.084Z | Downloaded nodrop v0.1.14 |
1251 | 2023-11-28T18:11:52.085Z | Downloaded impl-trait-for-tuples v0.2.2 |
1252 | 2023-11-28T18:11:52.088Z | Downloaded ansi_term v0.12.1 |
1253 | 2023-11-28T18:11:52.090Z | Downloaded macaddr v1.0.1 |
1254 | 2023-11-28T18:11:52.093Z | Downloaded colored v2.0.4 |
1255 | 2023-11-28T18:11:52.095Z | Downloaded openssl-macros v0.1.1 |
1256 | 2023-11-28T18:11:52.099Z | Downloaded opaque-debug v0.3.0 |
1257 | 2023-11-28T18:11:52.099Z | Downloaded num_threads v0.1.6 |
1258 | 2023-11-28T18:11:52.101Z | Downloaded newtype_derive v0.1.6 |
1259 | 2023-11-28T18:11:52.102Z | Downloaded new_debug_unreachable v1.0.4 |
1260 | 2023-11-28T18:11:52.104Z | Downloaded oso-derive v0.27.0 |
1261 | 2023-11-28T18:11:52.104Z | Downloaded num-derive v0.4.0 |
1262 | 2023-11-28T18:11:52.109Z | Downloaded bytesize v1.3.0 |
1263 | 2023-11-28T18:11:52.112Z | Downloaded cfg-if v1.0.0 |
1264 | 2023-11-28T18:11:52.112Z | Downloaded buf-list v1.0.3 |
1265 | 2023-11-28T18:11:52.115Z | Downloaded camino-tempfile v1.1.1 |
1266 | 2023-11-28T18:11:52.117Z | Downloaded camino v1.1.6 |
1267 | 2023-11-28T18:11:52.120Z | Downloaded hyper-tls v0.5.0 |
1268 | 2023-11-28T18:11:52.123Z | Downloaded cexpr v0.6.0 |
1269 | 2023-11-28T18:11:52.126Z | Downloaded block-padding v0.3.3 |
1270 | 2023-11-28T18:11:52.126Z | Downloaded bitfield v0.14.0 |
1271 | 2023-11-28T18:11:52.128Z | Downloaded anstyle-query v1.0.0 |
1272 | 2023-11-28T18:11:52.131Z | Downloaded bb8 v0.8.1 |
1273 | 2023-11-28T18:11:52.131Z | Downloaded bitflags v1.3.2 |
1274 | 2023-11-28T18:11:52.137Z | Downloaded anstream v0.5.0 |
1275 | 2023-11-28T18:11:52.139Z | Downloaded corncobs v0.1.3 |
1276 | 2023-11-28T18:11:52.142Z | Downloaded bytecount v0.6.3 |
1277 | 2023-11-28T18:11:52.145Z | Downloaded byteorder v1.5.0 |
1278 | 2023-11-28T18:11:52.149Z | Downloaded bit-set v0.5.3 |
1279 | 2023-11-28T18:11:52.152Z | Downloaded async-stream v0.3.5 |
1280 | 2023-11-28T18:11:52.152Z | Downloaded autocfg v1.1.0 |
1281 | 2023-11-28T18:11:52.155Z | Downloaded atomic-waker v1.1.1 |
1282 | 2023-11-28T18:11:52.157Z | Downloaded anstyle v1.0.2 |
1283 | 2023-11-28T18:11:52.157Z | Downloaded libefi-sys v0.1.0 |
1284 | 2023-11-28T18:11:52.160Z | Downloaded lazycell v1.3.0 |
1285 | 2023-11-28T18:11:52.163Z | Downloaded maybe-uninit v2.0.0 |
1286 | 2023-11-28T18:11:52.163Z | Downloaded darling v0.14.4 |
1287 | 2023-11-28T18:11:52.167Z | Downloaded md-5 v0.10.5 |
1288 | 2023-11-28T18:11:52.170Z | Downloaded darling v0.20.3 |
1289 | 2023-11-28T18:11:52.175Z | Downloaded crossbeam v0.8.2 |
1290 | 2023-11-28T18:11:52.178Z | Downloaded aead v0.5.2 |
1291 | 2023-11-28T18:11:52.181Z | Downloaded ascii-canvas v3.0.0 |
1292 | 2023-11-28T18:11:52.181Z | Downloaded bit-vec v0.6.3 |
1293 | 2023-11-28T18:11:52.183Z | Downloaded adler v1.0.2 |
1294 | 2023-11-28T18:11:52.186Z | Downloaded is-terminal v0.4.9 |
1295 | 2023-11-28T18:11:52.189Z | Downloaded cpufeatures v0.2.9 |
1296 | 2023-11-28T18:11:52.189Z | Downloaded async-recursion v1.0.5 |
1297 | 2023-11-28T18:11:52.192Z | Downloaded serde_spanned v0.6.4 |
1298 | 2023-11-28T18:11:52.194Z | Downloaded cfg-if v0.1.10 |
1299 | 2023-11-28T18:11:52.194Z | Downloaded iana-time-zone v0.1.57 |
1300 | 2023-11-28T18:11:52.197Z | Downloaded cipher v0.4.4 |
1301 | 2023-11-28T18:11:52.200Z | Downloaded itoa v1.0.9 |
1302 | 2023-11-28T18:11:52.202Z | Downloaded maplit v1.0.2 |
1303 | 2023-11-28T18:11:52.205Z | Downloaded indicatif v0.17.7 |
1304 | 2023-11-28T18:11:52.210Z | Downloaded indexmap v2.1.0 |
1305 | 2023-11-28T18:11:52.216Z | Downloaded console v0.15.7 |
1306 | 2023-11-28T18:11:52.220Z | Downloaded clap v4.4.3 |
1307 | 2023-11-28T18:11:52.235Z | Downloaded array-init v0.0.4 |
1308 | 2023-11-28T18:11:52.237Z | Downloaded instant v0.1.12 |
1309 | 2023-11-28T18:11:52.240Z | Downloaded atomicwrites v0.4.2 |
1310 | 2023-11-28T18:11:52.240Z | Downloaded cstr-argument v0.1.2 |
1311 | 2023-11-28T18:11:52.244Z | Downloaded colorchoice v1.0.0 |
1312 | 2023-11-28T18:11:52.244Z | Downloaded atty v0.2.14 |
1313 | 2023-11-28T18:11:52.246Z | Downloaded assert_matches v1.5.0 |
1314 | 2023-11-28T18:11:52.247Z | Downloaded crunchy v0.2.2 |
1315 | 2023-11-28T18:11:52.247Z | Downloaded crc-any v2.4.3 |
1316 | 2023-11-28T18:11:52.250Z | Downloaded cookie v0.18.0 |
1317 | 2023-11-28T18:11:52.254Z | Downloaded clang-sys v1.6.1 |
1318 | 2023-11-28T18:11:52.259Z | Downloaded indoc v1.0.9 |
1319 | 2023-11-28T18:11:52.262Z | Downloaded ciborium v0.2.1 |
1320 | 2023-11-28T18:11:52.266Z | Downloaded lru-cache v0.1.2 |
1321 | 2023-11-28T18:11:52.269Z | Downloaded crossbeam-epoch v0.9.15 |
1322 | 2023-11-28T18:11:52.272Z | Downloaded crossbeam-deque v0.8.3 |
1323 | 2023-11-28T18:11:52.275Z | Downloaded clap_derive v4.4.2 |
1324 | 2023-11-28T18:11:52.278Z | Downloaded chacha20poly1305 v0.10.1 |
1325 | 2023-11-28T18:11:52.281Z | Downloaded libloading v0.7.4 |
1326 | 2023-11-28T18:11:52.286Z | Downloaded keccak v0.1.4 |
1327 | 2023-11-28T18:11:52.288Z | Downloaded io-lifetimes v1.0.11 |
1328 | 2023-11-28T18:11:52.292Z | Downloaded addr2line v0.21.0 |
1329 | 2023-11-28T18:11:52.295Z | Downloaded crc v3.0.1 |
1330 | 2023-11-28T18:11:52.297Z | Downloaded libsw v3.3.0 |
1331 | 2023-11-28T18:11:52.300Z | Downloaded lalrpop-util v0.19.12 |
1332 | 2023-11-28T18:11:52.303Z | Downloaded clap_lex v0.5.1 |
1333 | 2023-11-28T18:11:52.303Z | Downloaded lazy_static v1.4.0 |
1334 | 2023-11-28T18:11:52.308Z | Downloaded crossbeam-queue v0.3.8 |
1335 | 2023-11-28T18:11:52.308Z | Downloaded indoc v2.0.3 |
1336 | 2023-11-28T18:11:52.311Z | Downloaded crypto-common v0.1.6 |
1337 | 2023-11-28T18:11:52.314Z | Downloaded convert_case v0.4.0 |
1338 | 2023-11-28T18:11:52.314Z | Downloaded cassowary v0.3.0 |
1339 | 2023-11-28T18:11:52.316Z | Downloaded ipnetwork v0.20.0 |
1340 | 2023-11-28T18:11:52.319Z | Downloaded cc v1.0.83 |
1341 | 2023-11-28T18:11:52.640Z | Compiling proc-macro2 v1.0.69 |
1342 | 2023-11-28T18:11:52.640Z | Compiling unicode-ident v1.0.12 |
1343 | 2023-11-28T18:11:52.643Z | Compiling libc v0.2.150 |
1344 | 2023-11-28T18:11:52.643Z | Compiling serde v1.0.192 |
1345 | 2023-11-28T18:11:52.659Z | Compiling autocfg v1.1.0 |
1346 | 2023-11-28T18:11:52.662Z | Compiling cfg-if v1.0.0 |
1347 | 2023-11-28T18:11:52.662Z | Compiling version_check v0.9.4 |
1348 | 2023-11-28T18:11:52.859Z | Compiling syn v1.0.109 |
1349 | 2023-11-28T18:11:52.876Z | Compiling once_cell v1.18.0 |
1350 | 2023-11-28T18:11:53.006Z | Compiling parking_lot_core v0.9.8 |
1351 | 2023-11-28T18:11:53.533Z | Compiling libm v0.2.7 |
1352 | 2023-11-28T18:11:53.772Z | Compiling serde_json v1.0.108 |
1353 | 2023-11-28T18:11:53.796Z | Compiling lock_api v0.4.10 |
1354 | 2023-11-28T18:11:55.149Z | Compiling num-traits v0.2.16 |
1355 | 2023-11-28T18:11:55.165Z | Compiling futures-core v0.3.29 |
1356 | 2023-11-28T18:11:55.292Z | Compiling thiserror v1.0.49 |
1357 | 2023-11-28T18:11:55.368Z | Compiling scopeguard v1.2.0 |
1358 | 2023-11-28T18:11:55.371Z | Compiling typenum v1.16.0 |
1359 | 2023-11-28T18:11:55.498Z | Compiling memchr v2.6.3 |
1360 | 2023-11-28T18:11:55.662Z | Compiling generic-array v0.14.7 |
1361 | 2023-11-28T18:11:55.963Z | Compiling itoa v1.0.9 |
1362 | 2023-11-28T18:11:56.245Z | Compiling pkg-config v0.3.27 |
1363 | 2023-11-28T18:11:56.809Z | Compiling quote v1.0.33 |
1364 | 2023-11-28T18:11:57.391Z | Compiling syn v2.0.32 |
1365 | 2023-11-28T18:11:57.553Z | Compiling cc v1.0.83 |
1366 | 2023-11-28T18:11:57.790Z | Compiling getrandom v0.2.10 |
1367 | 2023-11-28T18:11:57.996Z | Compiling slab v0.4.9 |
1368 | 2023-11-28T18:11:58.460Z | Compiling futures-task v0.3.29 |
1369 | 2023-11-28T18:11:58.492Z | Compiling futures-channel v0.3.29 |
1370 | 2023-11-28T18:11:58.935Z | Compiling log v0.4.20 |
1371 | 2023-11-28T18:11:59.153Z | Compiling futures-util v0.3.29 |
1372 | 2023-11-28T18:11:59.582Z | Compiling heck v0.4.1 |
1373 | 2023-11-28T18:11:59.765Z | Compiling ryu v1.0.15 |
1374 | 2023-11-28T18:11:59.963Z | Compiling smallvec v1.11.0 |
1375 | 2023-11-28T18:12:00.165Z | Compiling pin-project-lite v0.2.13 |
1376 | 2023-11-28T18:12:00.269Z | Compiling vcpkg v0.2.15 |
1377 | 2023-11-28T18:12:00.298Z | Compiling schemars v0.8.13 |
1378 | 2023-11-28T18:12:01.559Z | Compiling parking_lot v0.12.1 |
1379 | 2023-11-28T18:12:02.136Z | Compiling ring v0.17.5 |
1380 | 2023-11-28T18:12:03.038Z | Compiling openssl-sys v0.9.93 |
1381 | 2023-11-28T18:12:03.803Z | Compiling signal-hook-registry v1.4.1 |
1382 | 2023-11-28T18:12:05.386Z | Compiling ring v0.16.20 |
1383 | 2023-11-28T18:12:05.547Z | Compiling mio v0.8.9 |
1384 | 2023-11-28T18:12:05.735Z | Compiling indexmap v1.9.3 |
1385 | 2023-11-28T18:12:06.144Z | Compiling byteorder v1.5.0 |
1386 | 2023-11-28T18:12:06.327Z | Compiling equivalent v1.0.1 |
1387 | 2023-11-28T18:12:06.471Z | Compiling hashbrown v0.14.2 |
1388 | 2023-11-28T18:12:06.912Z | Compiling ahash v0.8.3 |
1389 | 2023-11-28T18:12:07.189Z | Compiling httparse v1.8.0 |
1390 | 2023-11-28T18:12:07.456Z | Compiling socket2 v0.5.5 |
1391 | 2023-11-28T18:12:07.555Z | Compiling num_cpus v1.16.0 |
1392 | 2023-11-28T18:12:07.749Z | Compiling spin v0.5.2 |
1393 | 2023-11-28T18:12:08.064Z | Compiling rand_core v0.6.4 |
1394 | 2023-11-28T18:12:08.499Z | Compiling openssl v0.10.57 |
1395 | 2023-11-28T18:12:08.710Z | Compiling fnv v1.0.7 |
1396 | 2023-11-28T18:12:08.842Z | Compiling semver v1.0.20 |
1397 | 2023-11-28T18:12:09.213Z | Compiling serde_derive_internals v0.26.0 |
1398 | 2023-11-28T18:12:09.443Z | Compiling rustls v0.21.9 |
1399 | 2023-11-28T18:12:09.479Z | Compiling iana-time-zone v0.1.57 |
1400 | 2023-11-28T18:12:09.986Z | Compiling unicode-xid v0.2.4 |
1401 | 2023-11-28T18:12:10.217Z | Compiling native-tls v0.2.11 |
1402 | 2023-11-28T18:12:10.401Z | Compiling crossbeam-utils v0.8.16 |
1403 | 2023-11-28T18:12:10.531Z | Compiling ucd-trie v0.1.6 |
1404 | 2023-11-28T18:12:10.674Z | Compiling synstructure v0.12.6 |
1405 | 2023-11-28T18:12:11.213Z | Compiling futures-sink v0.3.29 |
1406 | 2023-11-28T18:12:11.420Z | Compiling io-lifetimes v1.0.11 |
1407 | 2023-11-28T18:12:12.270Z | Compiling backtrace v0.3.69 |
1408 | 2023-11-28T18:12:12.677Z | Compiling dyn-clone v1.0.13 |
1409 | 2023-11-28T18:12:12.746Z | Compiling tinyvec_macros v0.1.1 |
1410 | 2023-11-28T18:12:12.881Z | Compiling winnow v0.5.15 |
1411 | 2023-11-28T18:12:12.932Z | Compiling tinyvec v1.6.0 |
1412 | 2023-11-28T18:12:14.081Z | Compiling tracing-core v0.1.31 |
1413 | 2023-11-28T18:12:14.283Z | Compiling memoffset v0.9.0 |
1414 | 2023-11-28T18:12:14.307Z | Compiling num-integer v0.1.45 |
1415 | 2023-11-28T18:12:14.552Z | Compiling pin-utils v0.1.0 |
1416 | 2023-11-28T18:12:14.708Z | Compiling futures-io v0.3.29 |
1417 | 2023-11-28T18:12:14.810Z | Compiling rustix v0.38.25 |
1418 | 2023-11-28T18:12:15.106Z | Compiling rustix v0.37.23 |
1419 | 2023-11-28T18:12:15.242Z | Compiling hashbrown v0.13.2 |
1420 | 2023-11-28T18:12:15.546Z | Compiling unicode-normalization v0.1.22 |
1421 | 2023-11-28T18:12:15.710Z | Compiling spin v0.9.8 |
1422 | 2023-11-28T18:12:16.268Z | Compiling usdt-impl v0.3.5 |
1423 | 2023-11-28T18:12:16.725Z | Compiling crc32fast v1.3.2 |
1424 | 2023-11-28T18:12:17.063Z | Compiling unicode-bidi v0.3.13 |
1425 | 2023-11-28T18:12:17.272Z | Compiling bitflags v1.3.2 |
1426 | 2023-11-28T18:12:17.354Z | Compiling anyhow v1.0.75 |
1427 | 2023-11-28T18:12:17.420Z | Compiling time-core v0.1.1 |
1428 | 2023-11-28T18:12:17.667Z | Compiling slog v2.7.0 |
1429 | 2023-11-28T18:12:18.176Z | Compiling serde_derive v1.0.192 |
1430 | 2023-11-28T18:12:18.196Z | Compiling thiserror-impl v1.0.49 |
1431 | 2023-11-28T18:12:18.253Z | Compiling tokio-macros v2.2.0 |
1432 | 2023-11-28T18:12:18.339Z | Compiling zeroize_derive v1.4.2 |
1433 | 2023-11-28T18:12:18.645Z | Compiling futures-macro v0.3.29 |
1434 | 2023-11-28T18:12:18.770Z | Compiling tracing-attributes v0.1.26 |
1435 | 2023-11-28T18:12:19.084Z | Compiling openssl-macros v0.1.1 |
1436 | 2023-11-28T18:12:19.107Z | Compiling schemars_derive v0.8.13 |
1437 | 2023-11-28T18:12:20.356Z | Compiling zerocopy-derive v0.2.0 |
1438 | 2023-11-28T18:12:20.523Z | Compiling zeroize v1.6.0 |
1439 | 2023-11-28T18:12:22.923Z | Compiling pest v2.7.2 |
1440 | 2023-11-28T18:12:23.163Z | Compiling crypto-common v0.1.6 |
1441 | 2023-11-28T18:12:23.489Z | Compiling block-buffer v0.10.4 |
1442 | 2023-11-28T18:12:23.708Z | Compiling time-macros v0.2.13 |
1443 | 2023-11-28T18:12:23.990Z | Compiling tracing v0.1.37 |
1444 | 2023-11-28T18:12:25.814Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1445 | 2023-11-28T18:12:25.932Z | Compiling aho-corasick v1.0.4 |
1446 | 2023-11-28T18:12:26.214Z | Compiling crossbeam-epoch v0.9.15 |
1447 | 2023-11-28T18:12:26.369Z | Compiling async-trait v0.1.74 |
1448 | 2023-11-28T18:12:26.843Z | Compiling pest_meta v2.7.2 |
1449 | 2023-11-28T18:12:27.036Z | Compiling ppv-lite86 v0.2.17 |
1450 | 2023-11-28T18:12:27.106Z | Compiling regex-syntax v0.8.2 |
1451 | 2023-11-28T18:12:28.341Z | Compiling rustversion v1.0.14 |
1452 | 2023-11-28T18:12:28.452Z | Compiling signal-hook v0.3.17 |
1453 | 2023-11-28T18:12:28.840Z | Compiling pest_generator v2.7.2 |
1454 | 2023-11-28T18:12:29.178Z | Compiling const-oid v0.9.5 |
1455 | 2023-11-28T18:12:31.990Z | Compiling subtle v2.5.0 |
1456 | 2023-11-28T18:12:32.301Z | Compiling rand_chacha v0.3.1 |
1457 | 2023-11-28T18:12:32.411Z | Compiling digest v0.10.7 |
1458 | 2023-11-28T18:12:32.624Z | Compiling zerocopy v0.3.0 |
1459 | 2023-11-28T18:12:33.028Z | Compiling regex-automata v0.4.3 |
1460 | 2023-11-28T18:12:33.298Z | Compiling pest_derive v2.7.2 |
1461 | 2023-11-28T18:12:33.887Z | Compiling zerocopy-derive v0.6.4 |
1462 | 2023-11-28T18:12:34.356Z | Compiling strsim v0.10.0 |
1463 | 2023-11-28T18:12:35.305Z | Compiling base64 v0.21.5 |
1464 | 2023-11-28T18:12:36.360Z | Compiling dtrace-parser v0.1.14 |
1465 | 2023-11-28T18:12:36.787Z | Compiling dof v0.1.5 |
1466 | 2023-11-28T18:12:37.093Z | Compiling rand v0.8.5 |
1467 | 2023-11-28T18:12:39.650Z | Compiling regex v1.10.2 |
1468 | 2023-11-28T18:12:40.379Z | Compiling bytes v1.5.0 |
1469 | 2023-11-28T18:12:40.992Z | Compiling indexmap v2.1.0 |
1470 | 2023-11-28T18:12:41.253Z | Compiling uuid v1.6.1 |
1471 | 2023-11-28T18:12:41.738Z | Compiling chrono v0.4.31 |
1472 | 2023-11-28T18:12:42.982Z | Compiling bitflags v2.4.0 |
1473 | 2023-11-28T18:12:43.887Z | Compiling tokio v1.34.0 |
1474 | 2023-11-28T18:12:46.334Z | Compiling toml_datetime v0.6.5 |
1475 | 2023-11-28T18:12:46.931Z | Compiling serde_spanned v0.6.4 |
1476 | 2023-11-28T18:12:47.493Z | Compiling toml_edit v0.19.15 |
1477 | 2023-11-28T18:12:48.326Z | Compiling rustc_version v0.4.0 |
1478 | 2023-11-28T18:12:48.540Z | Compiling http v0.2.11 |
1479 | 2023-11-28T18:12:49.281Z | Compiling heapless v0.7.16 |
1480 | 2023-11-28T18:12:55.594Z | Compiling errno v0.3.2 |
1481 | 2023-11-28T18:12:55.956Z | Compiling thread-id v4.2.0 |
1482 | 2023-11-28T18:12:56.196Z | Compiling num-bigint v0.4.4 |
1483 | 2023-11-28T18:12:56.833Z | Compiling smoltcp v0.9.1 |
1484 | 2023-11-28T18:12:57.477Z | Compiling untrusted v0.7.1 |
1485 | 2023-11-28T18:12:57.750Z | Compiling tokio-util v0.7.10 |
1486 | 2023-11-28T18:12:57.900Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1487 | 2023-11-28T18:12:58.842Z | Compiling percent-encoding v2.3.0 |
1488 | 2023-11-28T18:12:58.927Z | Compiling openssl-probe v0.1.5 |
1489 | 2023-11-28T18:12:59.341Z | Compiling doc-comment v0.3.3 |
1490 | 2023-11-28T18:13:00.054Z | Compiling foreign-types-shared v0.1.1 |
1491 | 2023-11-28T18:13:00.198Z | Compiling untrusted v0.9.0 |
1492 | 2023-11-28T18:13:00.453Z | Compiling hashbrown v0.12.3 |
1493 | 2023-11-28T18:13:03.412Z | Compiling foreign-types v0.3.2 |
1494 | 2023-11-28T18:13:07.021Z | Compiling strum_macros v0.25.2 |
1495 | 2023-11-28T18:13:07.466Z | Compiling serde_tokenstream v0.1.7 |
1496 | 2023-11-28T18:13:09.048Z | Compiling lazy_static v1.4.0 |
1497 | 2023-11-28T18:13:09.310Z | Compiling socket2 v0.4.9 |
1498 | 2023-11-28T18:13:09.940Z | Compiling unicode-segmentation v1.10.1 |
1499 | 2023-11-28T18:13:10.490Z | Compiling adler v1.0.2 |
1500 | 2023-11-28T18:13:10.554Z | Compiling try-lock v0.2.4 |
1501 | 2023-11-28T18:13:11.107Z | Compiling unicode-width v0.1.11 |
1502 | 2023-11-28T18:13:11.216Z | Compiling siphasher v0.3.11 |
1503 | 2023-11-28T18:13:11.781Z | Compiling miniz_oxide v0.7.1 |
1504 | 2023-11-28T18:13:12.083Z | Compiling want v0.3.1 |
1505 | 2023-11-28T18:13:14.005Z | Compiling sct v0.7.0 |
1506 | 2023-11-28T18:13:14.428Z | Compiling rustls-webpki v0.101.7 |
1507 | 2023-11-28T18:13:14.989Z | Compiling h2 v0.3.21 |
1508 | 2023-11-28T18:13:17.186Z | Compiling form_urlencoded v1.2.0 |
1509 | 2023-11-28T18:13:17.640Z | Compiling http-body v0.4.5 |
1510 | 2023-11-28T18:13:18.353Z | Compiling hubpack_derive v0.1.1 |
1511 | 2023-11-28T18:13:18.491Z | Compiling pin-project-internal v1.1.3 |
1512 | 2023-11-28T18:13:19.757Z | Compiling num-iter v0.1.43 |
1513 | 2023-11-28T18:13:20.898Z | Compiling anstyle v1.0.2 |
1514 | 2023-11-28T18:13:21.575Z | Compiling utf8parse v0.2.1 |
1515 | 2023-11-28T18:13:22.056Z | Compiling cpufeatures v0.2.9 |
1516 | 2023-11-28T18:13:22.186Z | Compiling tower-service v0.3.2 |
1517 | 2023-11-28T18:13:22.361Z | Compiling httpdate v1.0.3 |
1518 | 2023-11-28T18:13:22.723Z | Compiling sha2 v0.10.8 |
1519 | 2023-11-28T18:13:22.957Z | Compiling anstyle-parse v0.2.1 |
1520 | 2023-11-28T18:13:26.442Z | Compiling hyper v0.14.27 |
1521 | 2023-11-28T18:13:27.149Z | Compiling usdt-attr-macro v0.3.5 |
1522 | 2023-11-28T18:13:27.972Z | Compiling usdt-macro v0.3.5 |
1523 | 2023-11-28T18:13:30.582Z | Compiling openapiv3 v2.0.0-rc.1 |
1524 | 2023-11-28T18:13:30.609Z | Compiling serde_tokenstream v0.2.0 |
1525 | 2023-11-28T18:13:31.116Z | Compiling rustls-pemfile v1.0.3 |
1526 | 2023-11-28T18:13:31.398Z | Compiling md-5 v0.10.5 |
1527 | 2023-11-28T18:13:31.607Z | Compiling hmac v0.12.1 |
1528 | 2023-11-28T18:13:31.749Z | Compiling stringprep v0.1.3 |
1529 | 2023-11-28T18:13:31.915Z | Compiling idna v0.4.0 |
1530 | 2023-11-28T18:13:32.910Z | Compiling diesel_table_macro_syntax v0.1.0 |
1531 | 2023-11-28T18:13:33.062Z | Compiling hash32 v0.2.1 |
1532 | 2023-11-28T18:13:33.128Z | Compiling gimli v0.28.0 |
1533 | 2023-11-28T18:13:33.519Z | Compiling anstyle-query v1.0.0 |
1534 | 2023-11-28T18:13:33.891Z | Compiling either v1.9.0 |
1535 | 2023-11-28T18:13:34.305Z | Compiling fallible-iterator v0.2.0 |
1536 | 2023-11-28T18:13:34.406Z | Compiling stable_deref_trait v1.2.0 |
1537 | 2023-11-28T18:13:35.475Z | Compiling colorchoice v1.0.0 |
1538 | 2023-11-28T18:13:35.703Z | Compiling anstream v0.5.0 |
1539 | 2023-11-28T18:13:35.799Z | Compiling postgres-protocol v0.6.6 |
1540 | 2023-11-28T18:13:37.719Z | Compiling diesel_derives v2.1.1 |
1541 | 2023-11-28T18:13:38.477Z | Compiling url v2.4.1 |
1542 | 2023-11-28T18:13:40.621Z | Compiling addr2line v0.21.0 |
1543 | 2023-11-28T18:13:41.264Z | Compiling tokio-rustls v0.24.1 |
1544 | 2023-11-28T18:13:41.598Z | Compiling rustls-native-certs v0.6.3 |
1545 | 2023-11-28T18:13:42.115Z | Compiling terminal_size v0.2.6 |
1546 | 2023-11-28T18:13:42.377Z | Compiling tokio-native-tls v0.3.1 |
1547 | 2023-11-28T18:13:42.784Z | Compiling phf_shared v0.11.2 |
1548 | 2023-11-28T18:13:45.514Z | Compiling block-padding v0.3.3 |
1549 | 2023-11-28T18:13:45.573Z | Compiling enum-as-inner v0.5.1 |
1550 | 2023-11-28T18:13:45.753Z | Compiling snafu-derive v0.7.5 |
1551 | 2023-11-28T18:13:45.851Z | Compiling serde_repr v0.1.16 |
1552 | 2023-11-28T18:13:47.019Z | Compiling clap_derive v4.4.2 |
1553 | 2023-11-28T18:13:47.500Z | Compiling regress v0.7.1 |
1554 | 2023-11-28T18:13:54.383Z | Compiling scheduled-thread-pool v0.2.7 |
1555 | 2023-11-28T18:13:54.659Z | Compiling object v0.32.1 |
1556 | 2023-11-28T18:13:55.423Z | Compiling managed v0.8.0 |
1557 | 2023-11-28T18:13:56.257Z | Compiling deranged v0.3.8 |
1558 | 2023-11-28T18:13:59.298Z | Compiling ipnet v2.8.0 |
1559 | 2023-11-28T18:14:01.055Z | Compiling rustc-demangle v0.1.23 |
1560 | 2023-11-28T18:14:01.317Z | Compiling regex-automata v0.1.10 |
1561 | 2023-11-28T18:14:02.103Z | Compiling matches v0.1.10 |
1562 | 2023-11-28T18:14:02.234Z | Compiling bit-vec v0.6.3 |
1563 | 2023-11-28T18:14:02.891Z | Compiling clap_lex v0.5.1 |
1564 | 2023-11-28T18:14:04.300Z | Compiling num_threads v0.1.6 |
1565 | 2023-11-28T18:14:06.163Z | Compiling time v0.3.27 |
1566 | 2023-11-28T18:14:08.941Z | Compiling clap_builder v4.4.2 |
1567 | 2023-11-28T18:14:09.258Z | Compiling idna v0.2.3 |
1568 | 2023-11-28T18:14:09.835Z | Compiling bstr v0.2.17 |
1569 | 2023-11-28T18:14:09.879Z | Compiling r2d2 v0.8.10 |
1570 | 2023-11-28T18:14:11.894Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1571 | 2023-11-28T18:14:13.479Z | Compiling inout v0.1.3 |
1572 | 2023-11-28T18:14:14.121Z | Compiling phf v0.11.2 |
1573 | 2023-11-28T18:14:14.333Z | Compiling hyper-tls v0.5.0 |
1574 | 2023-11-28T18:14:14.542Z | Compiling hyper-rustls v0.24.2 |
1575 | 2023-11-28T18:14:14.817Z | Compiling signal-hook-mio v0.2.3 |
1576 | 2023-11-28T18:14:15.038Z | Compiling bzip2 v0.4.4 |
1577 | 2023-11-28T18:14:15.297Z | Compiling flate2 v1.0.28 |
1578 | 2023-11-28T18:14:15.596Z | Compiling postgres-types v0.2.6 |
1579 | 2023-11-28T18:14:16.811Z | Compiling itertools v0.11.0 |
1580 | 2023-11-28T18:14:17.867Z | Compiling pin-project v1.1.3 |
1581 | 2023-11-28T18:14:18.226Z | Compiling hubpack v0.1.2 |
1582 | 2023-11-28T18:14:18.951Z | Compiling serde_urlencoded v0.7.1 |
1583 | 2023-11-28T18:14:19.415Z | Compiling phf_shared v0.10.0 |
1584 | 2023-11-28T18:14:19.623Z | Compiling ipnetwork v0.20.0 |
1585 | 2023-11-28T18:14:20.381Z | Compiling zerocopy v0.6.4 |
1586 | 2023-11-28T18:14:21.019Z | Compiling futures-executor v0.3.29 |
1587 | 2023-11-28T18:14:21.896Z | Compiling float-cmp v0.9.0 |
1588 | 2023-11-28T18:14:21.974Z | Compiling proc-macro-error-attr v1.0.4 |
1589 | 2023-11-28T18:14:21.976Z | Compiling encoding_rs v0.8.33 |
1590 | 2023-11-28T18:14:22.393Z | Compiling whoami v1.4.1 |
1591 | 2023-11-28T18:14:23.184Z | Compiling mime v0.3.17 |
1592 | 2023-11-28T18:14:24.061Z | Compiling predicates-core v1.0.6 |
1593 | 2023-11-28T18:14:24.554Z | Compiling regex-automata v0.3.8 |
1594 | 2023-11-28T18:14:26.922Z | Compiling difflib v0.4.0 |
1595 | 2023-11-28T18:14:27.993Z | Compiling webpki-roots v0.25.2 |
1596 | 2023-11-28T18:14:28.229Z | Compiling normalize-line-endings v0.3.0 |
1597 | 2023-11-28T18:14:28.264Z | Compiling precomputed-hash v0.1.1 |
1598 | 2023-11-28T18:14:28.413Z | Compiling new_debug_unreachable v1.0.4 |
1599 | 2023-11-28T18:14:28.434Z | Compiling static_assertions v1.1.0 |
1600 | 2023-11-28T18:14:28.540Z | Compiling fixedbitset v0.4.2 |
1601 | 2023-11-28T18:14:28.930Z | Compiling data-encoding v2.4.0 |
1602 | 2023-11-28T18:14:29.520Z | Compiling reqwest v0.11.22 |
1603 | 2023-11-28T18:14:30.441Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1604 | 2023-11-28T18:14:31.770Z | Compiling trust-dns-proto v0.22.0 |
1605 | 2023-11-28T18:14:37.411Z | Compiling petgraph v0.6.4 |
1606 | 2023-11-28T18:14:43.300Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1607 | 2023-11-28T18:14:43.552Z | Compiling string_cache v0.8.7 |
1608 | 2023-11-28T18:14:43.995Z | Compiling predicates v3.0.4 |
1609 | 2023-11-28T18:14:44.206Z | Compiling bstr v1.6.0 |
1610 | 2023-11-28T18:14:44.486Z | Compiling tokio-postgres v0.7.10 |
1611 | 2023-11-28T18:14:52.997Z | Compiling futures v0.3.29 |
1612 | 2023-11-28T18:14:53.083Z | Compiling diesel v2.1.4 |
1613 | 2023-11-28T18:14:53.402Z | Compiling snafu v0.7.5 |
1614 | 2023-11-28T18:14:53.430Z | Compiling yasna v0.5.2 |
1615 | 2023-11-28T18:14:54.014Z | Compiling zip v0.6.6 |
1616 | 2023-11-28T18:14:54.279Z | Compiling crossterm v0.27.0 |
1617 | 2023-11-28T18:14:54.599Z | Compiling clap v4.4.3 |
1618 | 2023-11-28T18:14:54.755Z | Compiling cipher v0.4.4 |
1619 | 2023-11-28T18:14:55.967Z | Compiling similar v2.2.1 |
1620 | 2023-11-28T18:14:56.140Z | Compiling bit-set v0.5.3 |
1621 | 2023-11-28T18:14:56.573Z | Compiling itertools v0.10.5 |
1622 | 2023-11-28T18:14:57.628Z | Compiling usdt v0.3.5 |
1623 | 2023-11-28T18:14:58.118Z | Compiling console v0.15.7 |
1624 | 2023-11-28T18:14:58.300Z | Compiling tokio-stream v0.1.14 |
1625 | 2023-11-28T18:14:59.205Z | Compiling proc-macro-crate v1.3.1 |
1626 | 2023-11-28T18:14:59.748Z | Compiling toml v0.7.8 |
1627 | 2023-11-28T18:14:59.863Z | Compiling toml_edit v0.21.0 |
1628 | 2023-11-28T18:15:00.179Z | Compiling hex v0.4.3 |
1629 | 2023-11-28T18:15:00.559Z | Compiling signature v2.1.0 |
1630 | 2023-11-28T18:15:01.137Z | Compiling proc-macro-error v1.0.4 |
1631 | 2023-11-28T18:15:01.581Z | Compiling lalrpop-util v0.19.12 |
1632 | 2023-11-28T18:15:03.742Z | Compiling num_enum_derive v0.5.11 |
1633 | 2023-11-28T18:15:08.304Z | Compiling atty v0.2.14 |
1634 | 2023-11-28T18:15:08.449Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1635 | 2023-11-28T18:15:08.744Z | Compiling ident_case v1.0.1 |
1636 | 2023-11-28T18:15:09.006Z | Compiling darling_core v0.20.3 |
1637 | 2023-11-28T18:15:14.374Z | Compiling num_enum v0.5.11 |
1638 | 2023-11-28T18:15:34.472Z | Compiling dirs-sys-next v0.1.2 |
1639 | 2023-11-28T18:15:37.688Z | Compiling postcard-cobs v0.1.5-pre |
1640 | 2023-11-28T18:15:38.754Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1641 | 2023-11-28T18:15:40.906Z | Compiling postcard v0.7.3 |
1642 | 2023-11-28T18:15:46.107Z | Compiling dirs-next v2.0.0 |
1643 | 2023-11-28T18:15:46.768Z | Compiling darling_macro v0.20.3 |
1644 | 2023-11-28T18:15:50.834Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1645 | 2023-11-28T18:15:59.198Z | Compiling smoltcp v0.8.2 |
1646 | 2023-11-28T18:16:00.011Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1647 | 2023-11-28T18:16:00.421Z | Compiling getopts v0.2.21 |
1648 | 2023-11-28T18:16:06.057Z | Compiling foreign-types-macros v0.2.3 |
1649 | 2023-11-28T18:16:07.923Z | Compiling structmeta-derive v0.2.0 |
1650 | 2023-11-28T18:16:14.403Z | Compiling thread_local v1.1.7 |
1651 | 2023-11-28T18:16:15.678Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1652 | 2023-11-28T18:16:16.104Z | Compiling multer v2.1.0 |
1653 | 2023-11-28T18:16:16.536Z | Compiling slog-async v2.8.0 |
1654 | 2023-11-28T18:16:17.202Z | Compiling foreign-types-shared v0.3.1 |
1655 | 2023-11-28T18:16:17.372Z | Compiling unsafe-libyaml v0.2.9 |
1656 | 2023-11-28T18:16:18.918Z | Compiling paste v1.0.14 |
1657 | 2023-11-28T18:16:19.579Z | Compiling camino v1.1.6 |
1658 | 2023-11-28T18:16:20.210Z | Compiling cfg-if v0.1.10 |
1659 | 2023-11-28T18:16:20.371Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1660 | 2023-11-28T18:16:20.780Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1661 | 2023-11-28T18:16:21.113Z | Compiling match_cfg v0.1.0 |
1662 | 2023-11-28T18:16:29.311Z | Compiling hostname v0.3.1 |
1663 | 2023-11-28T18:16:29.674Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1664 | 2023-11-28T18:16:31.054Z | Compiling serde_yaml v0.9.25 |
1665 | 2023-11-28T18:16:31.251Z | Compiling foreign-types v0.5.0 |
1666 | 2023-11-28T18:16:32.397Z | Compiling structmeta v0.2.0 |
1667 | 2023-11-28T18:16:36.625Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1668 | 2023-11-28T18:16:41.112Z | Compiling darling v0.20.3 |
1669 | 2023-11-28T18:16:41.537Z | Compiling term v0.7.0 |
1670 | 2023-11-28T18:16:47.353Z | Compiling slog-json v2.6.1 |
1671 | 2023-11-28T18:16:49.248Z | Compiling is-terminal v0.4.9 |
1672 | 2023-11-28T18:16:49.358Z | Compiling crossbeam-channel v0.5.8 |
1673 | 2023-11-28T18:16:52.588Z | Compiling strum v0.25.0 |
1674 | 2023-11-28T18:16:52.845Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1675 | 2023-11-28T18:16:53.184Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1676 | 2023-11-28T18:16:53.220Z | Compiling async-stream-impl v0.3.5 |
1677 | 2023-11-28T18:16:53.336Z | Compiling cstr-argument v0.1.2 |
1678 | 2023-11-28T18:16:53.669Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1679 | 2023-11-28T18:16:53.692Z | Compiling take_mut v0.2.2 |
1680 | 2023-11-28T18:16:55.334Z | Compiling regex-syntax v0.7.5 |
1681 | 2023-11-28T18:16:55.356Z | Compiling atomic-waker v1.1.1 |
1682 | 2023-11-28T18:16:55.360Z | Compiling crucible-workspace-hack v0.1.0 |
1683 | 2023-11-28T18:16:55.773Z | Compiling pretty-hex v0.2.1 |
1684 | 2023-11-28T18:16:56.286Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1685 | 2023-11-28T18:17:03.067Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1686 | 2023-11-28T18:17:03.714Z | Compiling waitgroup v0.1.2 |
1687 | 2023-11-28T18:17:05.254Z | Compiling parse-display-derive v0.8.2 |
1688 | 2023-11-28T18:17:07.277Z | Compiling async-stream v0.3.5 |
1689 | 2023-11-28T18:17:12.145Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1690 | 2023-11-28T18:17:15.950Z | Compiling colored v2.0.4 |
1691 | 2023-11-28T18:17:16.152Z | Compiling slog-bunyan v2.4.0 |
1692 | 2023-11-28T18:17:16.177Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1693 | 2023-11-28T18:17:17.032Z | Compiling slog-term v2.9.0 |
1694 | 2023-11-28T18:17:20.616Z | Compiling serde_with_macros v2.3.3 |
1695 | 2023-11-28T18:17:30.571Z | Compiling toml v0.8.8 |
1696 | 2023-11-28T18:17:30.761Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1697 | 2023-11-28T18:17:32.987Z | Compiling sha1 v0.10.6 |
1698 | 2023-11-28T18:17:33.076Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1699 | 2023-11-28T18:17:33.235Z | Compiling textwrap v0.11.0 |
1700 | 2023-11-28T18:17:34.213Z | Compiling heck v0.3.3 |
1701 | 2023-11-28T18:17:34.763Z | Compiling serde_path_to_error v0.1.14 |
1702 | 2023-11-28T18:17:34.962Z | Compiling instant v0.1.12 |
1703 | 2023-11-28T18:17:35.215Z | Compiling strsim v0.8.0 |
1704 | 2023-11-28T18:17:36.221Z | Compiling rayon-core v1.12.0 |
1705 | 2023-11-28T18:17:36.410Z | Compiling debug-ignore v1.0.5 |
1706 | 2023-11-28T18:17:36.621Z | Compiling vec_map v0.8.2 |
1707 | 2023-11-28T18:17:36.641Z | Compiling libefi-sys v0.1.0 |
1708 | 2023-11-28T18:17:37.043Z | Compiling ansi_term v0.12.1 |
1709 | 2023-11-28T18:17:37.170Z | Compiling backoff v0.4.0 |
1710 | 2023-11-28T18:17:37.412Z | Compiling structopt-derive v0.4.18 |
1711 | 2023-11-28T18:17:37.693Z | Compiling clap v2.34.0 |
1712 | 2023-11-28T18:17:38.417Z | Compiling serde_with v2.3.3 |
1713 | 2023-11-28T18:17:39.345Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1714 | 2023-11-28T18:17:41.178Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1715 | 2023-11-28T18:17:41.438Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1716 | 2023-11-28T18:17:41.694Z | Compiling parse-display v0.8.2 |
1717 | 2023-11-28T18:17:42.136Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1718 | 2023-11-28T18:17:42.892Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1719 | 2023-11-28T18:17:43.131Z | Compiling zone_cfg_derive v0.3.0 |
1720 | 2023-11-28T18:17:45.325Z | Compiling crossbeam-deque v0.8.3 |
1721 | 2023-11-28T18:17:45.744Z | Compiling macaddr v1.0.1 |
1722 | 2023-11-28T18:17:45.878Z | Compiling num-derive v0.4.0 |
1723 | 2023-11-28T18:17:45.916Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1724 | 2023-11-28T18:17:46.431Z | Compiling portable-atomic v1.4.3 |
1725 | 2023-11-28T18:17:47.822Z | Compiling zone v0.3.0 |
1726 | 2023-11-28T18:17:49.401Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1727 | 2023-11-28T18:17:52.195Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1728 | 2023-11-28T18:17:52.925Z | Compiling structopt v0.3.26 |
1729 | 2023-11-28T18:17:53.167Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1730 | 2023-11-28T18:17:54.009Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1731 | 2023-11-28T18:17:55.135Z | Compiling smf v0.2.2 |
1732 | 2023-11-28T18:17:55.855Z | Compiling filetime v0.2.22 |
1733 | 2023-11-28T18:17:56.300Z | Compiling xattr v1.0.1 |
1734 | 2023-11-28T18:17:56.343Z | Compiling fastrand v2.0.0 |
1735 | 2023-11-28T18:17:56.707Z | Compiling same-file v1.0.6 |
1736 | 2023-11-28T18:17:56.736Z | Compiling tar v0.4.40 |
1737 | 2023-11-28T18:17:57.169Z | Compiling walkdir v2.4.0 |
1738 | 2023-11-28T18:17:57.426Z | Compiling tempfile v3.8.1 |
1739 | 2023-11-28T18:17:59.965Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1740 | 2023-11-28T18:18:00.605Z | Compiling rayon v1.8.0 |
1741 | 2023-11-28T18:18:01.652Z | Compiling number_prefix v0.4.0 |
1742 | 2023-11-28T18:18:02.049Z | Compiling omicron-zone-package v0.9.1 |
1743 | 2023-11-28T18:18:03.821Z | Compiling swrite v0.1.0 |
1744 | 2023-11-28T18:18:04.037Z | Compiling topological-sort v0.2.2 |
1745 | 2023-11-28T18:18:09.669Z | Compiling indicatif v0.17.7 |
1746 | 2023-11-28T18:18:24.811Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1747 | 2023-11-28T18:18:35.187Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1748 | 2023-11-28T18:18:38.387Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1749 | 2023-11-28T18:18:39.622Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1750 | 2023-11-28T18:19:06.237Z | Finished release [optimized] target(s) in 7m 36s |
1751 | 2023-11-28T18:19:06.482Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1752 | 2023-11-28T18:19:06.557Z | Created new build target 'test' and set it as active |
1753 | 2023-11-28T18:19:06.560Z | |
1754 | 2023-11-28T18:19:06.560Z | real 7:37.005694743 |
1755 | 2023-11-28T18:19:06.560Z | user 49:21.389768878 |
1756 | 2023-11-28T18:19:06.560Z | sys 4:19.865259939 |
1757 | 2023-11-28T18:19:06.560Z | trap 1.911338244 |
1758 | 2023-11-28T18:19:06.560Z | tflt 3.397611886 |
1759 | 2023-11-28T18:19:06.560Z | dflt 5.485033298 |
1760 | 2023-11-28T18:19:06.561Z | kflt 0.021241217 |
1761 | 2023-11-28T18:19:06.561Z | lock 1:46:59.995867974 |
1762 | 2023-11-28T18:19:06.561Z | slp 2:18:46.247821520 |
1763 | 2023-11-28T18:19:06.561Z | lat 2:18.094590275 |
1764 | 2023-11-28T18:19:06.561Z | stop 3:37.749355799 |
1765 | 2023-11-28T18:19:06.563Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1766 | 2023-11-28T18:19:07.618Z | Finished release [optimized] target(s) in 0.97s |
1767 | 2023-11-28T18:19:07.646Z | Running `target/release/omicron-package -t test package` |
1768 | 2023-11-28T18:19:07.686Z | Nov 28 18:19:07.682 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1769 | 2023-11-28T18:19:08.805Z | Compiling base64ct v1.6.0 |
1770 | 2023-11-28T18:19:08.827Z | Compiling linked-hash-map v0.5.6 |
1771 | 2023-11-28T18:19:08.830Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1772 | 2023-11-28T18:19:08.830Z | Compiling blake2 v0.10.6 |
1773 | 2023-11-28T18:19:08.830Z | Compiling same-file v1.0.6 |
1774 | 2023-11-28T18:19:08.830Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1775 | 2023-11-28T18:19:08.846Z | Compiling semver-parser v0.10.2 |
1776 | 2023-11-28T18:19:08.857Z | Compiling fastrand v2.0.0 |
1777 | 2023-11-28T18:19:09.141Z | Compiling walkdir v2.4.0 |
1778 | 2023-11-28T18:19:09.381Z | Compiling lru-cache v0.1.2 |
1779 | 2023-11-28T18:19:09.624Z | Compiling password-hash v0.5.0 |
1780 | 2023-11-28T18:19:09.673Z | Compiling quick-error v1.2.3 |
1781 | 2023-11-28T18:19:09.862Z | Compiling resolv-conf v0.7.0 |
1782 | 2023-11-28T18:19:09.958Z | Compiling tempfile v3.8.1 |
1783 | 2023-11-28T18:19:10.154Z | Compiling semver v0.11.0 |
1784 | 2023-11-28T18:19:11.081Z | Compiling argon2 v0.5.2 |
1785 | 2023-11-28T18:19:11.115Z | Compiling filetime v0.2.22 |
1786 | 2023-11-28T18:19:11.187Z | Compiling xattr v1.0.1 |
1787 | 2023-11-28T18:19:11.560Z | Compiling slog-dtrace v0.2.3 |
1788 | 2023-11-28T18:19:11.563Z | Compiling home v0.5.5 |
1789 | 2023-11-28T18:19:11.839Z | Compiling toolchain_find v0.2.0 |
1790 | 2023-11-28T18:19:11.850Z | Compiling tar v0.4.40 |
1791 | 2023-11-28T18:19:12.001Z | Compiling trust-dns-resolver v0.22.0 |
1792 | 2023-11-28T18:19:12.625Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1793 | 2023-11-28T18:19:12.889Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1794 | 2023-11-28T18:19:13.491Z | Compiling toml v0.5.11 |
1795 | 2023-11-28T18:19:13.599Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1796 | 2023-11-28T18:19:13.663Z | Compiling omicron-zone-package v0.9.1 |
1797 | 2023-11-28T18:19:14.810Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1798 | 2023-11-28T18:19:15.184Z | Compiling toml v0.8.8 |
1799 | 2023-11-28T18:19:15.660Z | Compiling num-rational v0.4.1 |
1800 | 2023-11-28T18:19:16.090Z | Compiling cancel-safe-futures v0.1.5 |
1801 | 2023-11-28T18:19:16.323Z | Compiling rustfmt-wrapper v0.2.0 |
1802 | 2023-11-28T18:19:16.935Z | Compiling convert_case v0.4.0 |
1803 | 2023-11-28T18:19:18.154Z | Compiling derive_more v0.99.17 |
1804 | 2023-11-28T18:19:18.777Z | Compiling pem-rfc7468 v0.7.0 |
1805 | 2023-11-28T18:19:18.822Z | Compiling num-complex v0.4.4 |
1806 | 2023-11-28T18:19:19.369Z | Compiling der_derive v0.7.2 |
1807 | 2023-11-28T18:19:20.457Z | Compiling flagset v0.4.3 |
1808 | 2023-11-28T18:19:20.797Z | Compiling semver v0.1.20 |
1809 | 2023-11-28T18:19:20.955Z | Compiling num v0.4.1 |
1810 | 2023-11-28T18:19:21.100Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1811 | 2023-11-28T18:19:21.542Z | Compiling rustc_version v0.1.7 |
1812 | 2023-11-28T18:19:21.626Z | Compiling hkdf v0.12.3 |
1813 | 2023-11-28T18:19:21.710Z | Compiling fxhash v0.2.1 |
1814 | 2023-11-28T18:19:21.997Z | Compiling unicase v2.7.0 |
1815 | 2023-11-28T18:19:22.039Z | Compiling utf-8 v0.7.6 |
1816 | 2023-11-28T18:19:22.138Z | Compiling radium v0.7.0 |
1817 | 2023-11-28T18:19:22.419Z | Compiling tungstenite v0.20.1 |
1818 | 2023-11-28T18:19:22.616Z | Compiling newtype_derive v0.1.6 |
1819 | 2023-11-28T18:19:22.660Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1820 | 2023-11-28T18:19:22.791Z | Compiling keccak v0.1.4 |
1821 | 2023-11-28T18:19:23.048Z | Compiling maybe-uninit v2.0.0 |
1822 | 2023-11-28T18:19:23.082Z | Compiling der v0.7.8 |
1823 | 2023-11-28T18:19:23.723Z | Compiling half v1.8.2 |
1824 | 2023-11-28T18:19:24.387Z | Compiling ciborium-io v0.2.1 |
1825 | 2023-11-28T18:19:24.560Z | Compiling arc-swap v1.6.0 |
1826 | 2023-11-28T18:19:25.746Z | Compiling tap v1.0.1 |
1827 | 2023-11-28T18:19:25.749Z | Compiling slog-scope v4.4.0 |
1828 | 2023-11-28T18:19:26.010Z | Compiling wyz v0.5.1 |
1829 | 2023-11-28T18:19:26.745Z | Compiling spki v0.7.2 |
1830 | 2023-11-28T18:19:27.159Z | Compiling ciborium-ll v0.2.1 |
1831 | 2023-11-28T18:19:27.537Z | Compiling tokio-tungstenite v0.20.1 |
1832 | 2023-11-28T18:19:28.141Z | Compiling sha3 v0.10.8 |
1833 | 2023-11-28T18:19:29.417Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1834 | 2023-11-28T18:19:29.466Z | Compiling secrecy v0.8.0 |
1835 | 2023-11-28T18:19:29.858Z | Compiling num-bigint-dig v0.8.4 |
1836 | 2023-11-28T18:19:30.289Z | Compiling parking_lot_core v0.8.6 |
1837 | 2023-11-28T18:19:30.319Z | Compiling funty v2.0.0 |
1838 | 2023-11-28T18:19:30.865Z | Compiling crc-catalog v2.2.0 |
1839 | 2023-11-28T18:19:31.064Z | Compiling packed_struct v0.10.1 |
1840 | 2023-11-28T18:19:31.703Z | Compiling crc v3.0.1 |
1841 | 2023-11-28T18:19:32.204Z | Compiling bitvec v1.0.1 |
1842 | 2023-11-28T18:19:32.974Z | Compiling ciborium v0.2.1 |
1843 | 2023-11-28T18:19:35.054Z | Compiling pkcs8 v0.10.2 |
1844 | 2023-11-28T18:19:35.814Z | Compiling slog-stdlog v4.1.1 |
1845 | 2023-11-28T18:19:36.532Z | Compiling nibble_vec v0.1.0 |
1846 | 2023-11-28T18:19:36.709Z | Compiling packed_struct_codegen v0.10.1 |
1847 | 2023-11-28T18:19:36.836Z | Compiling dirs-sys-next v0.1.2 |
1848 | 2023-11-28T18:19:37.268Z | Compiling crunchy v0.2.2 |
1849 | 2023-11-28T18:19:37.586Z | Compiling glob v0.3.1 |
1850 | 2023-11-28T18:19:37.895Z | Compiling endian-type v0.1.2 |
1851 | 2023-11-28T18:19:37.943Z | Compiling nodrop v0.1.14 |
1852 | 2023-11-28T18:19:38.104Z | Compiling array-init v0.0.4 |
1853 | 2023-11-28T18:19:38.217Z | Compiling radix_trie v0.2.1 |
1854 | 2023-11-28T18:19:38.905Z | Compiling clang-sys v1.6.1 |
1855 | 2023-11-28T18:19:39.435Z | Compiling dirs-next v2.0.0 |
1856 | 2023-11-28T18:19:39.714Z | Compiling slog-envlogger v2.2.0 |
1857 | 2023-11-28T18:19:39.886Z | Compiling pkcs1 v0.7.5 |
1858 | 2023-11-28T18:19:40.138Z | Compiling smallvec v0.6.14 |
1859 | 2023-11-28T18:19:40.220Z | Compiling steno v0.4.0 |
1860 | 2023-11-28T18:19:45.683Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1861 | 2023-11-28T18:19:45.971Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1862 | 2023-11-28T18:19:46.785Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1863 | 2023-11-28T18:19:48.500Z | Compiling tiny-keccak v2.0.2 |
1864 | 2023-11-28T18:19:48.909Z | Compiling prettyplease v0.2.12 |
1865 | 2023-11-28T18:19:48.928Z | Compiling bitfield v0.14.0 |
1866 | 2023-11-28T18:19:49.401Z | Compiling platforms v3.0.2 |
1867 | 2023-11-28T18:19:49.871Z | Compiling termcolor v1.2.0 |
1868 | 2023-11-28T18:19:51.965Z | Compiling env_logger v0.10.0 |
1869 | 2023-11-28T18:19:52.917Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1870 | 2023-11-28T18:19:55.178Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1871 | 2023-11-28T18:19:58.326Z | Compiling rsa v0.9.2 |
1872 | 2023-11-28T18:20:00.964Z | Compiling parking_lot v0.11.2 |
1873 | 2023-11-28T18:20:04.299Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1874 | 2023-11-28T18:20:05.003Z | Compiling serde-hex v0.1.0 |
1875 | 2023-11-28T18:20:05.753Z | Compiling mime_guess v2.0.4 |
1876 | 2023-11-28T18:20:07.133Z | Compiling term v0.7.0 |
1877 | 2023-11-28T18:20:07.635Z | Compiling trust-dns-client v0.22.0 |
1878 | 2023-11-28T18:20:08.587Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1879 | 2023-11-28T18:20:09.138Z | Compiling x509-cert v0.2.4 |
1880 | 2023-11-28T18:20:09.459Z | Compiling darling_core v0.14.4 |
1881 | 2023-11-28T18:20:13.848Z | Compiling ron v0.8.1 |
1882 | 2023-11-28T18:20:21.802Z | Compiling minimal-lexical v0.2.1 |
1883 | 2023-11-28T18:20:22.598Z | Compiling buf-list v1.0.3 |
1884 | 2023-11-28T18:20:23.430Z | Compiling crc-any v2.4.3 |
1885 | 2023-11-28T18:20:24.362Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1886 | 2023-11-28T18:20:25.083Z | Compiling nom v7.1.3 |
1887 | 2023-11-28T18:20:25.572Z | Compiling trust-dns-server v0.22.1 |
1888 | 2023-11-28T18:20:31.277Z | Compiling darling_macro v0.14.4 |
1889 | 2023-11-28T18:20:31.464Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1890 | 2023-11-28T18:20:34.266Z | Compiling ascii-canvas v3.0.0 |
1891 | 2023-11-28T18:20:35.059Z | Compiling sled v0.34.7 |
1892 | 2023-11-28T18:20:35.410Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1893 | 2023-11-28T18:20:55.805Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1894 | 2023-11-28T18:21:02.184Z | Compiling object v0.30.4 |
1895 | 2023-11-28T18:21:06.878Z | Compiling itertools v0.12.0 |
1896 | 2023-11-28T18:21:08.020Z | Compiling is-terminal v0.4.9 |
1897 | 2023-11-28T18:21:08.190Z | Compiling libsw v3.3.0 |
1898 | 2023-11-28T18:21:08.708Z | Compiling ena v0.14.2 |
1899 | 2023-11-28T18:21:09.355Z | Compiling derive-where v1.2.5 |
1900 | 2023-11-28T18:21:12.731Z | Compiling libloading v0.7.4 |
1901 | 2023-11-28T18:21:13.292Z | Compiling pretty-hex v0.3.0 |
1902 | 2023-11-28T18:21:13.652Z | Compiling path-slash v0.1.5 |
1903 | 2023-11-28T18:21:13.974Z | Compiling linear-map v1.2.0 |
1904 | 2023-11-28T18:21:14.609Z | Compiling diff v0.1.13 |
1905 | 2023-11-28T18:21:14.652Z | Compiling bindgen v0.65.1 |
1906 | 2023-11-28T18:21:14.711Z | Compiling regex-syntax v0.6.29 |
1907 | 2023-11-28T18:21:15.285Z | Compiling owo-colors v3.5.0 |
1908 | 2023-11-28T18:21:15.478Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1909 | 2023-11-28T18:21:17.366Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1910 | 2023-11-28T18:21:20.684Z | Compiling lalrpop v0.19.12 |
1911 | 2023-11-28T18:21:23.961Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1912 | 2023-11-28T18:21:28.298Z | Compiling curve25519-dalek v4.1.0 |
1913 | 2023-11-28T18:21:31.788Z | Compiling darling v0.14.4 |
1914 | 2023-11-28T18:21:31.946Z | Compiling cexpr v0.6.0 |
1915 | 2023-11-28T18:21:36.023Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1916 | 2023-11-28T18:21:36.198Z | Compiling which v4.4.0 |
1917 | 2023-11-28T18:21:37.013Z | Compiling ff v0.13.0 |
1918 | 2023-11-28T18:21:37.031Z | Compiling kstat-rs v0.2.3 |
1919 | 2023-11-28T18:21:37.371Z | Compiling memoffset v0.7.1 |
1920 | 2023-11-28T18:21:37.790Z | Compiling display-error-chain v0.2.0 |
1921 | 2023-11-28T18:21:37.815Z | Compiling rustc-hash v1.1.0 |
1922 | 2023-11-28T18:21:38.017Z | Compiling shlex v1.1.0 |
1923 | 2023-11-28T18:21:38.041Z | Compiling lazycell v1.3.0 |
1924 | 2023-11-28T18:21:38.298Z | Compiling peeking_take_while v0.1.2 |
1925 | 2023-11-28T18:21:38.405Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1926 | 2023-11-28T18:21:39.239Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1927 | 2023-11-28T18:21:39.883Z | Compiling group v0.13.0 |
1928 | 2023-11-28T18:21:40.130Z | Compiling derive_builder_core v0.12.0 |
1929 | 2023-11-28T18:21:43.727Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1930 | 2023-11-28T18:21:44.068Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1931 | 2023-11-28T18:21:49.694Z | Compiling camino-tempfile v1.1.1 |
1932 | 2023-11-28T18:21:50.921Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1933 | 2023-11-28T18:21:57.626Z | Compiling globset v0.4.13 |
1934 | 2023-11-28T18:21:58.297Z | Compiling pem v3.0.2 |
1935 | 2023-11-28T18:22:00.784Z | Compiling olpc-cjson v0.1.3 |
1936 | 2023-11-28T18:22:00.979Z | Compiling universal-hash v0.5.1 |
1937 | 2023-11-28T18:22:01.299Z | Compiling crypto-bigint v0.5.2 |
1938 | 2023-11-28T18:22:01.673Z | Compiling bcs v0.1.6 |
1939 | 2023-11-28T18:22:02.153Z | Compiling serde_plain v1.0.2 |
1940 | 2023-11-28T18:22:02.967Z | Compiling libxml v0.3.3 |
1941 | 2023-11-28T18:22:03.088Z | Compiling thiserror-impl-no-std v2.0.2 |
1942 | 2023-11-28T18:22:03.495Z | Compiling curve25519-dalek-derive v0.1.0 |
1943 | 2023-11-28T18:22:05.635Z | Compiling async-recursion v1.0.5 |
1944 | 2023-11-28T18:22:05.746Z | Compiling opaque-debug v0.3.0 |
1945 | 2023-11-28T18:22:05.878Z | Compiling typed-path v0.6.0 |
1946 | 2023-11-28T18:22:06.708Z | Compiling highway v1.1.0 |
1947 | 2023-11-28T18:22:07.162Z | Compiling base16ct v0.2.0 |
1948 | 2023-11-28T18:22:07.525Z | Compiling ref-cast v1.0.20 |
1949 | 2023-11-28T18:22:07.735Z | Compiling thiserror-no-std v2.0.2 |
1950 | 2023-11-28T18:22:07.894Z | Compiling elliptic-curve v0.13.5 |
1951 | 2023-11-28T18:22:07.945Z | Compiling polar-core v0.27.0 |
1952 | 2023-11-28T18:22:08.270Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1953 | 2023-11-28T18:22:08.857Z | Compiling poly1305 v0.8.0 |
1954 | 2023-11-28T18:22:11.433Z | Compiling tough v0.15.0 |
1955 | 2023-11-28T18:22:12.401Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1956 | 2023-11-28T18:22:16.488Z | Compiling derive_builder_macro v0.12.0 |
1957 | 2023-11-28T18:22:17.708Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1958 | 2023-11-28T18:22:17.766Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1959 | 2023-11-28T18:22:21.764Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1960 | 2023-11-28T18:22:22.173Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1961 | 2023-11-28T18:22:22.584Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1962 | 2023-11-28T18:22:27.376Z | Compiling chacha20 v0.9.1 |
1963 | 2023-11-28T18:22:28.072Z | Compiling strum_macros v0.24.3 |
1964 | 2023-11-28T18:22:29.008Z | Compiling aead v0.5.2 |
1965 | 2023-11-28T18:22:29.491Z | Compiling ref-cast-impl v1.0.20 |
1966 | 2023-11-28T18:22:30.928Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1967 | 2023-11-28T18:22:31.230Z | Compiling cookie v0.18.0 |
1968 | 2023-11-28T18:22:31.362Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1969 | 2023-11-28T18:22:31.658Z | Compiling salty v0.2.0 |
1970 | 2023-11-28T18:22:31.805Z | Compiling signature v1.6.4 |
1971 | 2023-11-28T18:22:32.028Z | Compiling indoc v1.0.9 |
1972 | 2023-11-28T18:22:32.267Z | Compiling ed25519 v1.5.3 |
1973 | 2023-11-28T18:22:33.174Z | Compiling chacha20poly1305 v0.10.1 |
1974 | 2023-11-28T18:22:33.506Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1975 | 2023-11-28T18:22:33.534Z | Compiling derive_builder v0.12.0 |
1976 | 2023-11-28T18:22:40.262Z | Compiling vsss-rs v3.3.1 |
1977 | 2023-11-28T18:22:46.638Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1978 | 2023-11-28T18:22:47.491Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1979 | 2023-11-28T18:22:47.979Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1980 | 2023-11-28T18:22:48.017Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1981 | 2023-11-28T18:22:48.282Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1982 | 2023-11-28T18:22:48.405Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1983 | 2023-11-28T18:22:51.815Z | Compiling headers-core v0.2.0 |
1984 | 2023-11-28T18:22:52.060Z | Compiling bb8 v0.8.1 |
1985 | 2023-11-28T18:22:52.963Z | Compiling quick-xml v0.23.1 |
1986 | 2023-11-28T18:22:53.213Z | Compiling serde-big-array v0.5.1 |
1987 | 2023-11-28T18:22:53.579Z | Compiling oso-derive v0.27.0 |
1988 | 2023-11-28T18:22:55.061Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1989 | 2023-11-28T18:22:56.302Z | Compiling impl-trait-for-tuples v0.2.2 |
1990 | 2023-11-28T18:22:56.846Z | Compiling fs-err v2.11.0 |
1991 | 2023-11-28T18:22:57.277Z | Compiling http-range v0.1.5 |
1992 | 2023-11-28T18:22:58.100Z | Compiling maplit v1.0.2 |
1993 | 2023-11-28T18:22:58.219Z | Compiling hyper-staticfile v0.9.5 |
1994 | 2023-11-28T18:22:58.444Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1995 | 2023-11-28T18:23:03.846Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
1996 | 2023-11-28T18:23:04.855Z | Compiling headers v0.3.9 |
1997 | 2023-11-28T18:23:11.917Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1998 | 2023-11-28T18:23:12.277Z | Compiling oso v0.27.0 |
1999 | 2023-11-28T18:23:24.257Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2000 | 2023-11-28T18:23:25.632Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2001 | 2023-11-28T18:23:26.054Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2002 | 2023-11-28T18:23:28.241Z | Compiling signal-hook-tokio v0.3.1 |
2003 | 2023-11-28T18:23:28.501Z | Compiling serde-big-array v0.4.1 |
2004 | 2023-11-28T18:23:28.536Z | Compiling indoc v2.0.3 |
2005 | 2023-11-28T18:23:28.766Z | Compiling cassowary v0.3.0 |
2006 | 2023-11-28T18:23:30.076Z | Compiling ratatui v0.23.0 |
2007 | 2023-11-28T18:23:36.260Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2008 | 2023-11-28T18:23:38.945Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2009 | 2023-11-28T18:23:43.133Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2010 | 2023-11-28T18:23:45.034Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2011 | 2023-11-28T18:23:55.242Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2012 | 2023-11-28T18:23:55.833Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2013 | 2023-11-28T18:23:58.427Z | Compiling fatfs v0.3.6 |
2014 | 2023-11-28T18:24:03.764Z | Compiling bytesize v1.3.0 |
2015 | 2023-11-28T18:24:04.725Z | Compiling nanorand v0.7.0 |
2016 | 2023-11-28T18:24:05.586Z | Compiling rtoolbox v0.0.1 |
2017 | 2023-11-28T18:24:05.886Z | Compiling smawk v0.3.1 |
2018 | 2023-11-28T18:24:06.237Z | Compiling is_ci v1.1.1 |
2019 | 2023-11-28T18:24:06.271Z | Compiling corncobs v0.1.3 |
2020 | 2023-11-28T18:24:06.653Z | Compiling unicode-linebreak v0.1.5 |
2021 | 2023-11-28T18:24:06.924Z | Compiling assert_matches v1.5.0 |
2022 | 2023-11-28T18:24:07.062Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2023 | 2023-11-28T18:24:07.566Z | Compiling textwrap v0.16.0 |
2024 | 2023-11-28T18:24:08.346Z | Compiling supports-color v2.1.0 |
2025 | 2023-11-28T18:24:09.448Z | Compiling rpassword v7.3.1 |
2026 | 2023-11-28T18:24:10.083Z | Compiling flume v0.11.0 |
2027 | 2023-11-28T18:24:11.366Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2028 | 2023-11-28T18:24:13.842Z | Compiling tui-tree-widget v0.13.0 |
2029 | 2023-11-28T18:24:17.233Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2030 | 2023-11-28T18:24:17.950Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2031 | 2023-11-28T18:24:22.369Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2032 | 2023-11-28T18:24:56.981Z | Compiling shell-words v1.1.0 |
2033 | 2023-11-28T18:24:57.669Z | Compiling humantime v2.1.0 |
2034 | 2023-11-28T18:24:59.094Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2035 | 2023-11-28T18:25:28.532Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2036 | 2023-11-28T18:26:25.666Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2037 | 2023-11-28T18:28:38.043Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2038 | 2023-11-28T18:37:08.496Z | Finished release [optimized] target(s) in 18m 00s |
2039 | 2023-11-28T18:38:16.523Z | |
2040 | 2023-11-28T18:38:16.525Z | real 19:09.996996305 |
2041 | 2023-11-28T18:38:16.525Z | user 2:11:57.704884081 |
2042 | 2023-11-28T18:38:16.525Z | sys 5:13.725096655 |
2043 | 2023-11-28T18:38:16.525Z | trap 4.287128660 |
2044 | 2023-11-28T18:38:16.526Z | tflt 0.996973110 |
2045 | 2023-11-28T18:38:16.526Z | dflt 2.138779390 |
2046 | 2023-11-28T18:38:16.526Z | kflt 0.001323505 |
2047 | 2023-11-28T18:38:16.526Z | lock 7:39:43.252743363 |
2048 | 2023-11-28T18:38:16.526Z | slp 5:00:05.874772748 |
2049 | 2023-11-28T18:38:16.526Z | lat 2:24.072805310 |
2050 | 2023-11-28T18:38:16.526Z | stop 40.257662293 |
2051 | 2023-11-28T18:38:16.526Z | + 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/*) |
2052 | 2023-11-28T18:38:16.526Z | + pfexec mkdir -p /work |
2053 | 2023-11-28T18:38:16.528Z | + pfexec chown build /work |
2054 | 2023-11-28T18:38:16.532Z | + 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 |
2055 | 2023-11-28T18:38:29.700Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2056 | 2023-11-28T18:38:29.700Z | a out/mg-ddm-gz.tar 61253K |
2057 | 2023-11-28T18:38:29.701Z | a out/omicron-sled-agent.tar 109134K |
2058 | 2023-11-28T18:38:29.701Z | a out/target/test 1K |
2059 | 2023-11-28T18:38:29.701Z | a out/npuzone/npuzone 36505K |
2060 | 2023-11-28T18:38:29.701Z | a package-manifest.toml 22K |
2061 | 2023-11-28T18:38:29.701Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2062 | 2023-11-28T18:38:29.701Z | a target/release/omicron-package 41539K |
2063 | 2023-11-28T18:38:29.701Z | a tools/create_virtual_hardware.sh 4K |
2064 | 2023-11-28T18:38:29.701Z | a tools/virtual_hardware.sh 4K |
2065 | 2023-11-28T18:38:29.701Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2066 | 2023-11-28T18:38:29.701Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2067 | 2023-11-28T18:38:29.701Z | a tools/scrimlet/softnpu-init.sh 3K |
2068 | 2023-11-28T18:38:29.701Z | a tools/scrimlet/softnpu-zone.txt 1K |
2069 | 2023-11-28T18:38:29.701Z | a tools/scrimlet/softnpu.toml 1K |
2070 | 2023-11-28T18:38:29.704Z | |
2071 | 2023-11-28T18:38:29.704Z | real 13.166668912 |
2072 | 2023-11-28T18:38:29.704Z | user 12.596085589 |
2073 | 2023-11-28T18:38:29.704Z | sys 1.011368071 |
2074 | 2023-11-28T18:38:29.704Z | trap 0.003956196 |
2075 | 2023-11-28T18:38:29.705Z | tflt 0.000000000 |
2076 | 2023-11-28T18:38:29.705Z | dflt 0.000000000 |
2077 | 2023-11-28T18:38:29.705Z | kflt 0.000000000 |
2078 | 2023-11-28T18:38:29.705Z | lock 0.000000000 |
2079 | 2023-11-28T18:38:29.705Z | slp 12.316203205 |
2080 | 2023-11-28T18:38:29.705Z | lat 0.402245464 |
2081 | 2023-11-28T18:38:29.705Z | stop 0.000232166 |
2082 | 2023-11-28T18:38:29.708Z | ++ pwd |
2083 | 2023-11-28T18:38:29.708Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2084 | 2023-11-28T18:38:29.708Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2085 | 2023-11-28T18:38:29.711Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2086 | 2023-11-28T18:38:30.735Z | Finished release [optimized] target(s) in 0.94s |
2087 | 2023-11-28T18:38:30.762Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2088 | 2023-11-28T18:38:30.801Z | Created new build target 'host' and set it as active |
2089 | 2023-11-28T18:38:30.804Z | |
2090 | 2023-11-28T18:38:30.804Z | real 1.089994308 |
2091 | 2023-11-28T18:38:30.804Z | user 0.767797609 |
2092 | 2023-11-28T18:38:30.804Z | sys 0.323247036 |
2093 | 2023-11-28T18:38:30.804Z | trap 0.000058520 |
2094 | 2023-11-28T18:38:30.804Z | tflt 0.000001637 |
2095 | 2023-11-28T18:38:30.804Z | dflt 0.000007428 |
2096 | 2023-11-28T18:38:30.804Z | kflt 0.000000000 |
2097 | 2023-11-28T18:38:30.804Z | lock 0.033625708 |
2098 | 2023-11-28T18:38:30.804Z | slp 0.019187112 |
2099 | 2023-11-28T18:38:30.804Z | lat 0.001924140 |
2100 | 2023-11-28T18:38:30.804Z | stop 0.000217436 |
2101 | 2023-11-28T18:38:30.807Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2102 | 2023-11-28T18:38:31.811Z | Finished release [optimized] target(s) in 0.92s |
2103 | 2023-11-28T18:38:31.839Z | Running `target/release/omicron-package -t host package` |
2104 | 2023-11-28T18:38:31.877Z | Nov 28 18:38:31.877 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2105 | 2023-11-28T18:38:32.903Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2106 | 2023-11-28T18:41:50.897Z | Finished release [optimized] target(s) in 3m 18s |
2107 | 2023-11-28T18:43:09.649Z | |
2108 | 2023-11-28T18:43:09.654Z | real 4:38.845877310 |
2109 | 2023-11-28T18:43:09.654Z | user 19:38.000043965 |
2110 | 2023-11-28T18:43:09.654Z | sys 1:03.932005293 |
2111 | 2023-11-28T18:43:09.654Z | trap 0.517660723 |
2112 | 2023-11-28T18:43:09.654Z | tflt 0.090348075 |
2113 | 2023-11-28T18:43:09.654Z | dflt 1.570051288 |
2114 | 2023-11-28T18:43:09.654Z | kflt 0.000000000 |
2115 | 2023-11-28T18:43:09.654Z | lock 1:05:58.574656207 |
2116 | 2023-11-28T18:43:09.654Z | slp 16:17.682747966 |
2117 | 2023-11-28T18:43:09.654Z | lat 8.197930290 |
2118 | 2023-11-28T18:43:09.654Z | stop 0.602398346 |
2119 | 2023-11-28T18:43:09.654Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2120 | 2023-11-28T18:43:09.654Z | + for package in "$@" |
2121 | 2023-11-28T18:43:09.654Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2122 | 2023-11-28T18:43:09.654Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+git43b8cb2dfc4 |
2123 | 2023-11-28T18:43:10.675Z | Finished release [optimized] target(s) in 0.94s |
2124 | 2023-11-28T18:43:10.702Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+git43b8cb2dfc4` |
2125 | 2023-11-28T18:43:11.154Z | Nov 28 18:43:10.739 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2126 | 2023-11-28T18:43:11.247Z | Created: out/versioned/omicron-sled-agent.tar |
2127 | 2023-11-28T18:43:11.250Z | + for package in "$@" |
2128 | 2023-11-28T18:43:11.251Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2129 | 2023-11-28T18:43:11.251Z | + echo 0.0.0 |
2130 | 2023-11-28T18:43:11.254Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2131 | 2023-11-28T18:43:11.256Z | a VERSION 1K |
2132 | 2023-11-28T18:43:11.256Z | + rm VERSION |
2133 | 2023-11-28T18:43:11.259Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git43b8cb2dfc4 |
2134 | 2023-11-28T18:43:12.254Z | Finished release [optimized] target(s) in 0.91s |
2135 | 2023-11-28T18:43:12.279Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git43b8cb2dfc4` |
2136 | 2023-11-28T18:43:12.318Z | Nov 28 18:43:12.317 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2137 | 2023-11-28T18:43:12.615Z | Created: out/versioned/mg-ddm-gz.tar |
2138 | 2023-11-28T18:43:12.618Z | + for package in "$@" |
2139 | 2023-11-28T18:43:12.619Z | + [[ propolis-server == mg-ddm-gz ]] |
2140 | 2023-11-28T18:43:12.619Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+git43b8cb2dfc4 |
2141 | 2023-11-28T18:43:13.701Z | Finished release [optimized] target(s) in 1.00s |
2142 | 2023-11-28T18:43:13.732Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+git43b8cb2dfc4` |
2143 | 2023-11-28T18:43:13.771Z | Nov 28 18:43:13.769 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2144 | 2023-11-28T18:43:15.540Z | Created: out/versioned/propolis-server.tar.gz |
2145 | 2023-11-28T18:43:15.544Z | + for package in "$@" |
2146 | 2023-11-28T18:43:15.544Z | + [[ overlay == mg-ddm-gz ]] |
2147 | 2023-11-28T18:43:15.547Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+git43b8cb2dfc4 |
2148 | 2023-11-28T18:43:16.537Z | Finished release [optimized] target(s) in 0.91s |
2149 | 2023-11-28T18:43:16.563Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+git43b8cb2dfc4` |
2150 | 2023-11-28T18:43:16.602Z | Nov 28 18:43:16.601 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2151 | 2023-11-28T18:43:16.605Z | Created: out/versioned/overlay.tar.gz |
2152 | 2023-11-28T18:43:16.607Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2153 | 2023-11-28T18:43:16.619Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2154 | 2023-11-28T18:43:16.621Z | ++ cd -- ./tools |
2155 | 2023-11-28T18:43:16.621Z | ++ pwd |
2156 | 2023-11-28T18:43:16.621Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2157 | 2023-11-28T18:43:16.624Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2158 | 2023-11-28T18:43:16.627Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2159 | 2023-11-28T18:43:16.629Z | ++ readlink -f /work |
2160 | 2023-11-28T18:43:16.632Z | + out_dir=/work |
2161 | 2023-11-28T18:43:16.632Z | + 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") |
2162 | 2023-11-28T18:43:16.632Z | + for dep in "${deps[@]}" |
2163 | 2023-11-28T18:43:16.632Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2164 | 2023-11-28T18:43:16.632Z | + for dep in "${deps[@]}" |
2165 | 2023-11-28T18:43:16.632Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2166 | 2023-11-28T18:43:16.632Z | + for dep in "${deps[@]}" |
2167 | 2023-11-28T18:43:16.632Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2168 | 2023-11-28T18:43:16.632Z | + for dep in "${deps[@]}" |
2169 | 2023-11-28T18:43:16.632Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2170 | 2023-11-28T18:43:16.632Z | ++ mktemp -d |
2171 | 2023-11-28T18:43:16.635Z | + tmp_gz=/tmp/tmp.xaaWth |
2172 | 2023-11-28T18:43:16.635Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2173 | 2023-11-28T18:43:16.635Z | + echo '{"v":"1","t":"layer"}' |
2174 | 2023-11-28T18:43:16.635Z | + pkg_dir=/tmp/tmp.xaaWth/root/opt/oxide/sled-agent |
2175 | 2023-11-28T18:43:16.635Z | + mkdir -p /tmp/tmp.xaaWth/root/opt/oxide/sled-agent |
2176 | 2023-11-28T18:43:16.638Z | + cd /tmp/tmp.xaaWth/root/opt/oxide/sled-agent |
2177 | 2023-11-28T18:43:16.638Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2178 | 2023-11-28T18:43:17.163Z | x ., 0 bytes, 0 tape blocks |
2179 | 2023-11-28T18:43:17.163Z | x zone-bundle, 41043376 bytes, 80163 tape blocks |
2180 | 2023-11-28T18:43:17.163Z | x sled-agent, 70724024 bytes, 138133 tape blocks |
2181 | 2023-11-28T18:43:17.163Z | x pkg, 0 bytes, 0 tape blocks |
2182 | 2023-11-28T18:43:17.163Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2183 | 2023-11-28T18:43:17.163Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2184 | 2023-11-28T18:43:17.163Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2185 | 2023-11-28T18:43:17.163Z | x VERSION, 25 bytes, 1 tape blocks |
2186 | 2023-11-28T18:43:17.167Z | + mkdir -p /tmp/tmp.xaaWth/root/lib/svc/manifest/site/ |
2187 | 2023-11-28T18:43:17.167Z | + mv pkg/manifest.xml /tmp/tmp.xaaWth/root/lib/svc/manifest/site/sled-agent.xml |
2188 | 2023-11-28T18:43:17.167Z | + cd - |
2189 | 2023-11-28T18:43:17.167Z | /work/oxidecomputer/omicron |
2190 | 2023-11-28T18:43:17.167Z | + pkg_dir=/tmp/tmp.xaaWth/root/opt/oxide/mg-ddm |
2191 | 2023-11-28T18:43:17.167Z | + mkdir -p /tmp/tmp.xaaWth/root/opt/oxide/mg-ddm |
2192 | 2023-11-28T18:43:17.167Z | + cd /tmp/tmp.xaaWth/root/opt/oxide/mg-ddm |
2193 | 2023-11-28T18:43:17.167Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2194 | 2023-11-28T18:43:17.167Z | x ., 0 bytes, 0 tape blocks |
2195 | 2023-11-28T18:43:17.168Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2196 | 2023-11-28T18:43:17.168Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2197 | 2023-11-28T18:43:17.168Z | x pkg, 0 bytes, 0 tape blocks |
2198 | 2023-11-28T18:43:17.168Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2199 | 2023-11-28T18:43:17.168Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2200 | 2023-11-28T18:43:17.168Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2201 | 2023-11-28T18:43:17.168Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2202 | 2023-11-28T18:43:17.168Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2203 | 2023-11-28T18:43:17.168Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2204 | 2023-11-28T18:43:17.168Z | x VERSION, 25 bytes, 1 tape blocks |
2205 | 2023-11-28T18:43:17.168Z | + cd - |
2206 | 2023-11-28T18:43:17.168Z | /work/oxidecomputer/omicron |
2207 | 2023-11-28T18:43:17.168Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.xaaWth/root/opt/oxide |
2208 | 2023-11-28T18:43:17.168Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.xaaWth/root/opt/oxide |
2209 | 2023-11-28T18:43:17.168Z | + cd /tmp/tmp.xaaWth |
2210 | 2023-11-28T18:43:17.168Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2211 | 2023-11-28T18:43:28.491Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2212 | 2023-11-28T18:43:28.491Z | a oxide.json 1K |
2213 | 2023-11-28T18:43:28.491Z | a root/ 0K |
2214 | 2023-11-28T18:43:28.491Z | a root/opt/ 0K |
2215 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/ 0K |
2216 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/sled-agent/ 0K |
2217 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/sled-agent/zone-bundle 40082K |
2218 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/sled-agent/sled-agent 69067K |
2219 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2220 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2221 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2222 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/sled-agent/VERSION 1K |
2223 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/mg-ddm/ 0K |
2224 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2225 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2226 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2227 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2228 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2229 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2230 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2231 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2232 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2233 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2234 | 2023-11-28T18:43:28.491Z | a root/opt/oxide/propolis-server.tar.gz 64537K |
2235 | 2023-11-28T18:43:28.492Z | a root/opt/oxide/overlay.tar.gz 2K |
2236 | 2023-11-28T18:43:28.492Z | a root/lib/ 0K |
2237 | 2023-11-28T18:43:28.492Z | a root/lib/svc/ 0K |
2238 | 2023-11-28T18:43:28.492Z | a root/lib/svc/manifest/ 0K |
2239 | 2023-11-28T18:43:28.492Z | a root/lib/svc/manifest/site/ 0K |
2240 | 2023-11-28T18:43:28.492Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2241 | 2023-11-28T18:43:28.495Z | + cd / |
2242 | 2023-11-28T18:43:28.495Z | + rm -rf /tmp/tmp.xaaWth |
2243 | 2023-11-28T18:43:28.538Z | |
2244 | 2023-11-28T18:43:28.542Z | real 11.925722762 |
2245 | 2023-11-28T18:43:28.542Z | user 11.042033678 |
2246 | 2023-11-28T18:43:28.542Z | sys 0.942871730 |
2247 | 2023-11-28T18:43:28.542Z | trap 0.004613374 |
2248 | 2023-11-28T18:43:28.542Z | tflt 0.000000000 |
2249 | 2023-11-28T18:43:28.542Z | dflt 0.000000000 |
2250 | 2023-11-28T18:43:28.542Z | kflt 0.000000000 |
2251 | 2023-11-28T18:43:28.542Z | lock 0.000000000 |
2252 | 2023-11-28T18:43:28.542Z | slp 23.019655400 |
2253 | 2023-11-28T18:43:28.542Z | lat 0.374320719 |
2254 | 2023-11-28T18:43:28.542Z | stop 0.000288645 |
2255 | 2023-11-28T18:43:28.542Z | + mkdir -p /work/zones |
2256 | 2023-11-28T18:43:28.542Z | + 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) |
2257 | 2023-11-28T18:43:28.545Z | + 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/ |
2258 | 2023-11-28T18:43:32.261Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2259 | 2023-11-28T18:43:33.357Z | Finished release [optimized] target(s) in 0.99s |
2260 | 2023-11-28T18:43:33.378Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2261 | 2023-11-28T18:43:33.418Z | Created new build target 'recovery' and set it as active |
2262 | 2023-11-28T18:43:33.421Z | |
2263 | 2023-11-28T18:43:33.422Z | real 1.155203166 |
2264 | 2023-11-28T18:43:33.422Z | user 0.818260647 |
2265 | 2023-11-28T18:43:33.422Z | sys 0.334910826 |
2266 | 2023-11-28T18:43:33.422Z | trap 0.000820242 |
2267 | 2023-11-28T18:43:33.422Z | tflt 0.000020568 |
2268 | 2023-11-28T18:43:33.422Z | dflt 0.000064300 |
2269 | 2023-11-28T18:43:33.422Z | kflt 0.000000000 |
2270 | 2023-11-28T18:43:33.422Z | lock 0.034419149 |
2271 | 2023-11-28T18:43:33.422Z | slp 0.020289729 |
2272 | 2023-11-28T18:43:33.422Z | lat 0.004495432 |
2273 | 2023-11-28T18:43:33.422Z | stop 0.000236312 |
2274 | 2023-11-28T18:43:33.425Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2275 | 2023-11-28T18:43:34.474Z | Finished release [optimized] target(s) in 0.96s |
2276 | 2023-11-28T18:43:34.504Z | Running `target/release/omicron-package -t recovery package` |
2277 | 2023-11-28T18:43:34.543Z | Nov 28 18:43:34.542 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2278 | 2023-11-28T18:43:35.445Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2279 | 2023-11-28T18:43:39.141Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2280 | 2023-11-28T18:44:08.266Z | Finished release [optimized] target(s) in 33.63s |
2281 | 2023-11-28T18:44:17.954Z | |
2282 | 2023-11-28T18:44:17.962Z | real 44.442237503 |
2283 | 2023-11-28T18:44:17.962Z | user 2:27.706387681 |
2284 | 2023-11-28T18:44:17.962Z | sys 11.213687966 |
2285 | 2023-11-28T18:44:17.962Z | trap 0.074616194 |
2286 | 2023-11-28T18:44:17.962Z | tflt 0.060289587 |
2287 | 2023-11-28T18:44:17.962Z | dflt 0.885889690 |
2288 | 2023-11-28T18:44:17.962Z | kflt 0.000000000 |
2289 | 2023-11-28T18:44:17.962Z | lock 10:06.990869465 |
2290 | 2023-11-28T18:44:17.962Z | slp 2:19.045709219 |
2291 | 2023-11-28T18:44:17.962Z | lat 2.017077522 |
2292 | 2023-11-28T18:44:17.962Z | stop 0.194655520 |
2293 | 2023-11-28T18:44:17.962Z | + stamp_packages installinator mg-ddm-gz |
2294 | 2023-11-28T18:44:17.962Z | + for package in "$@" |
2295 | 2023-11-28T18:44:17.962Z | + [[ installinator == mg-ddm-gz ]] |
2296 | 2023-11-28T18:44:17.962Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+git43b8cb2dfc4 |
2297 | 2023-11-28T18:44:18.886Z | Finished release [optimized] target(s) in 0.93s |
2298 | 2023-11-28T18:44:18.913Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+git43b8cb2dfc4` |
2299 | 2023-11-28T18:44:18.971Z | Nov 28 18:44:18.950 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2300 | 2023-11-28T18:44:19.075Z | Created: out/versioned/installinator.tar |
2301 | 2023-11-28T18:44:19.079Z | + for package in "$@" |
2302 | 2023-11-28T18:44:19.079Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2303 | 2023-11-28T18:44:19.079Z | + echo 0.0.0 |
2304 | 2023-11-28T18:44:19.079Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2305 | 2023-11-28T18:44:19.100Z | a VERSION 1K |
2306 | 2023-11-28T18:44:19.100Z | + rm VERSION |
2307 | 2023-11-28T18:44:19.100Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git43b8cb2dfc4 |
2308 | 2023-11-28T18:44:20.088Z | Finished release [optimized] target(s) in 0.92s |
2309 | 2023-11-28T18:44:20.117Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git43b8cb2dfc4` |
2310 | 2023-11-28T18:44:20.156Z | Nov 28 18:44:20.154 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2311 | 2023-11-28T18:44:20.339Z | Created: out/versioned/mg-ddm-gz.tar |
2312 | 2023-11-28T18:44:20.342Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2313 | 2023-11-28T18:44:20.766Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2314 | 2023-11-28T18:44:20.774Z | ++ cd -- ./tools |
2315 | 2023-11-28T18:44:20.775Z | ++ pwd |
2316 | 2023-11-28T18:44:20.775Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2317 | 2023-11-28T18:44:20.775Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2318 | 2023-11-28T18:44:20.775Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2319 | 2023-11-28T18:44:20.775Z | ++ readlink -f /work |
2320 | 2023-11-28T18:44:20.775Z | + out_dir=/work |
2321 | 2023-11-28T18:44:20.775Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2322 | 2023-11-28T18:44:20.775Z | + for dep in "${deps[@]}" |
2323 | 2023-11-28T18:44:20.775Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2324 | 2023-11-28T18:44:20.775Z | + for dep in "${deps[@]}" |
2325 | 2023-11-28T18:44:20.775Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2326 | 2023-11-28T18:44:20.775Z | ++ mktemp -d |
2327 | 2023-11-28T18:44:20.775Z | + tmp_trampoline=/tmp/tmp.oKaiyh |
2328 | 2023-11-28T18:44:20.775Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2329 | 2023-11-28T18:44:20.775Z | + echo '{"v":"1","t":"layer"}' |
2330 | 2023-11-28T18:44:20.775Z | + pkg_dir=/tmp/tmp.oKaiyh/root/opt/oxide/installinator |
2331 | 2023-11-28T18:44:20.775Z | + mkdir -p /tmp/tmp.oKaiyh/root/opt/oxide/installinator |
2332 | 2023-11-28T18:44:20.775Z | + cd /tmp/tmp.oKaiyh/root/opt/oxide/installinator |
2333 | 2023-11-28T18:44:20.775Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2334 | 2023-11-28T18:44:20.775Z | x ., 0 bytes, 0 tape blocks |
2335 | 2023-11-28T18:44:20.775Z | x installinator, 52122328 bytes, 101802 tape blocks |
2336 | 2023-11-28T18:44:20.775Z | x pkg, 0 bytes, 0 tape blocks |
2337 | 2023-11-28T18:44:20.775Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2338 | 2023-11-28T18:44:20.775Z | x VERSION, 25 bytes, 1 tape blocks |
2339 | 2023-11-28T18:44:20.775Z | + mkdir -p /tmp/tmp.oKaiyh/root/lib/svc/manifest/site/ |
2340 | 2023-11-28T18:44:20.775Z | + mv pkg/manifest.xml /tmp/tmp.oKaiyh/root/lib/svc/manifest/site/installinator.xml |
2341 | 2023-11-28T18:44:20.775Z | + cd - |
2342 | 2023-11-28T18:44:20.775Z | /work/oxidecomputer/omicron |
2343 | 2023-11-28T18:44:20.775Z | + pkg_dir=/tmp/tmp.oKaiyh/root/opt/oxide/mg-ddm |
2344 | 2023-11-28T18:44:20.775Z | + mkdir -p /tmp/tmp.oKaiyh/root/opt/oxide/mg-ddm |
2345 | 2023-11-28T18:44:20.775Z | + cd /tmp/tmp.oKaiyh/root/opt/oxide/mg-ddm |
2346 | 2023-11-28T18:44:20.775Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2347 | 2023-11-28T18:44:20.777Z | x ., 0 bytes, 0 tape blocks |
2348 | 2023-11-28T18:44:20.777Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2349 | 2023-11-28T18:44:20.777Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2350 | 2023-11-28T18:44:20.777Z | x pkg, 0 bytes, 0 tape blocks |
2351 | 2023-11-28T18:44:20.777Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2352 | 2023-11-28T18:44:20.777Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2353 | 2023-11-28T18:44:20.777Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2354 | 2023-11-28T18:44:20.778Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2355 | 2023-11-28T18:44:20.778Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2356 | 2023-11-28T18:44:20.778Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2357 | 2023-11-28T18:44:20.778Z | x VERSION, 25 bytes, 1 tape blocks |
2358 | 2023-11-28T18:44:20.778Z | + cd - |
2359 | 2023-11-28T18:44:20.778Z | /work/oxidecomputer/omicron |
2360 | 2023-11-28T18:44:20.778Z | + cd /tmp/tmp.oKaiyh |
2361 | 2023-11-28T18:44:20.778Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2362 | 2023-11-28T18:44:26.473Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2363 | 2023-11-28T18:44:26.473Z | a oxide.json 1K |
2364 | 2023-11-28T18:44:26.473Z | a root/ 0K |
2365 | 2023-11-28T18:44:26.473Z | a root/opt/ 0K |
2366 | 2023-11-28T18:44:26.473Z | a root/opt/oxide/ 0K |
2367 | 2023-11-28T18:44:26.473Z | a root/opt/oxide/installinator/ 0K |
2368 | 2023-11-28T18:44:26.473Z | a root/opt/oxide/installinator/installinator 50901K |
2369 | 2023-11-28T18:44:26.473Z | a root/opt/oxide/installinator/pkg/ 0K |
2370 | 2023-11-28T18:44:26.473Z | a root/opt/oxide/installinator/VERSION 1K |
2371 | 2023-11-28T18:44:26.473Z | a root/opt/oxide/mg-ddm/ 0K |
2372 | 2023-11-28T18:44:26.473Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2373 | 2023-11-28T18:44:26.473Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2374 | 2023-11-28T18:44:26.473Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2375 | 2023-11-28T18:44:26.473Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2376 | 2023-11-28T18:44:26.473Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2377 | 2023-11-28T18:44:26.473Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2378 | 2023-11-28T18:44:26.473Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2379 | 2023-11-28T18:44:26.473Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2380 | 2023-11-28T18:44:26.474Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2381 | 2023-11-28T18:44:26.474Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2382 | 2023-11-28T18:44:26.474Z | a root/lib/ 0K |
2383 | 2023-11-28T18:44:26.474Z | a root/lib/svc/ 0K |
2384 | 2023-11-28T18:44:26.474Z | a root/lib/svc/manifest/ 0K |
2385 | 2023-11-28T18:44:26.474Z | a root/lib/svc/manifest/site/ 0K |
2386 | 2023-11-28T18:44:26.474Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2387 | 2023-11-28T18:44:26.481Z | + cd / |
2388 | 2023-11-28T18:44:26.482Z | + rm -rf /tmp/tmp.oKaiyh |
2389 | 2023-11-28T18:44:26.494Z | |
2390 | 2023-11-28T18:44:26.497Z | real 6.146547215 |
2391 | 2023-11-28T18:44:26.497Z | user 5.753218415 |
2392 | 2023-11-28T18:44:26.497Z | sys 0.419913673 |
2393 | 2023-11-28T18:44:26.497Z | trap 0.001879918 |
2394 | 2023-11-28T18:44:26.497Z | tflt 0.000000000 |
2395 | 2023-11-28T18:44:26.497Z | dflt 0.000000000 |
2396 | 2023-11-28T18:44:26.497Z | kflt 0.000000000 |
2397 | 2023-11-28T18:44:26.497Z | lock 0.000000000 |
2398 | 2023-11-28T18:44:26.497Z | slp 11.878228115 |
2399 | 2023-11-28T18:44:26.497Z | lat 0.178789304 |
2400 | 2023-11-28T18:44:26.497Z | stop 0.000288404 |
2401 | 2023-11-28T18:44:26.497Z | process exited: duration 2126395 ms, exit code 0 |
|
2402 | 2023-11-28T18:44:26.508Z | found 21 output files |
2403 | 2023-11-28T18:44:26.508Z | uploading: /work/version.txt (26 bytes) |
2404 | 2023-11-28T18:44:27.527Z | uploaded: /work/version.txt |
2405 | 2023-11-28T18:44:27.527Z | uploading: /work/package.tar.gz (80080199 bytes) |
2406 | 2023-11-28T18:44:54.986Z | uploaded: /work/package.tar.gz |
2407 | 2023-11-28T18:44:54.986Z | uploading: /work/global-zone-packages.tar.gz (121116620 bytes) |
2408 | 2023-11-28T18:45:22.497Z | uploaded: /work/global-zone-packages.tar.gz |
2409 | 2023-11-28T18:45:22.498Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36465695 bytes) |
2410 | 2023-11-28T18:45:33.144Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2411 | 2023-11-28T18:45:33.144Z | uploading: /work/zones/clickhouse.tar.gz (181763526 bytes) |
2412 | 2023-11-28T18:46:23.860Z | uploaded: /work/zones/clickhouse.tar.gz |
2413 | 2023-11-28T18:46:23.860Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181765891 bytes) |
2414 | 2023-11-28T18:47:22.000Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2415 | 2023-11-28T18:47:22.000Z | uploading: /work/zones/cockroachdb.tar.gz (118840090 bytes) |
2416 | 2023-11-28T18:48:06.825Z | uploaded: /work/zones/cockroachdb.tar.gz |
2417 | 2023-11-28T18:48:06.825Z | uploading: /work/zones/crucible-pantry.tar.gz (22571628 bytes) |
2418 | 2023-11-28T18:48:14.105Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2419 | 2023-11-28T18:48:14.105Z | uploading: /work/zones/crucible.tar.gz (42628211 bytes) |
2420 | 2023-11-28T18:48:26.300Z | uploaded: /work/zones/crucible.tar.gz |
2421 | 2023-11-28T18:48:26.300Z | uploading: /work/zones/external-dns.tar.gz (24123161 bytes) |
2422 | 2023-11-28T18:48:33.870Z | uploaded: /work/zones/external-dns.tar.gz |
2423 | 2023-11-28T18:48:33.870Z | uploading: /work/zones/internal-dns.tar.gz (24123161 bytes) |
2424 | 2023-11-28T18:48:41.243Z | uploaded: /work/zones/internal-dns.tar.gz |
2425 | 2023-11-28T18:48:41.243Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2426 | 2023-11-28T18:48:42.253Z | uploaded: /work/zones/ntp.tar.gz |
2427 | 2023-11-28T18:48:42.253Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18130859 bytes) |
2428 | 2023-11-28T18:48:48.182Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2429 | 2023-11-28T18:48:48.182Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18129910 bytes) |
2430 | 2023-11-28T18:48:54.058Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2431 | 2023-11-28T18:48:54.058Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (75215726 bytes) |
2432 | 2023-11-28T18:49:15.042Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2433 | 2023-11-28T18:49:15.042Z | uploading: /work/zones/omicron-nexus.tar.gz (75218624 bytes) |
2434 | 2023-11-28T18:49:34.184Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2435 | 2023-11-28T18:49:34.184Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2436 | 2023-11-28T18:49:35.219Z | uploaded: /work/zones/overlay.tar.gz |
2437 | 2023-11-28T18:49:35.219Z | uploading: /work/zones/oximeter-collector.tar.gz (34053519 bytes) |
2438 | 2023-11-28T18:49:44.972Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2439 | 2023-11-28T18:49:44.972Z | uploading: /work/zones/propolis-server.tar.gz (66081988 bytes) |
2440 | 2023-11-28T18:50:06.312Z | uploaded: /work/zones/propolis-server.tar.gz |
2441 | 2023-11-28T18:50:06.312Z | uploading: /work/zones/switch-asic.tar.gz (247322598 bytes) |
2442 | 2023-11-28T18:51:23.447Z | uploaded: /work/zones/switch-asic.tar.gz |
2443 | 2023-11-28T18:51:23.448Z | uploading: /work/zones/switch-softnpu.tar.gz (171270198 bytes) |
2444 | 2023-11-28T18:52:08.386Z | uploaded: /work/zones/switch-softnpu.tar.gz |