|
|
|
1 | 2024-02-02T00:29:30.422Z | job assigned to worker 01HNKKF3GBBZNWJYBM33WK3XTV (queued for 18 m 22 s) |
|
2 | 2024-02-02T00:29:31.245Z | starting task 0: "setup" |
3 | 2024-02-02T00:29:31.295Z | ++ uname -s |
4 | 2024-02-02T00:29:31.299Z | + kern=SunOS |
5 | 2024-02-02T00:29:31.300Z | + case "$kern" in |
6 | 2024-02-02T00:29:31.300Z | + groupadd -g 12345 build |
7 | 2024-02-02T00:29:31.306Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-02T00:29:33.354Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-02T00:29:33.487Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-02T00:29:33.491Z | + home_fs=zfs |
11 | 2024-02-02T00:29:33.491Z | + [[ zfs == autofs ]] |
12 | 2024-02-02T00:29:33.491Z | + mkdir -p /home/build |
13 | 2024-02-02T00:29:33.491Z | + chown build:build /home/build /work |
14 | 2024-02-02T00:29:34.495Z | + chmod 0700 /home/build /work |
15 | 2024-02-02T00:29:34.508Z | process exited: duration 3252 ms, exit code 0 |
|
16 | 2024-02-02T00:29:34.516Z | starting task 1: "rust-toolchain" |
17 | 2024-02-02T00:29:34.526Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-02T00:29:34.531Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-02T00:29:35.104Z | info: downloading installer |
20 | 2024-02-02T00:29:36.888Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-02T00:29:36.888Z | warning: /opt/ooce/bin |
22 | 2024-02-02T00:29:36.889Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-02T00:29:36.889Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-02T00:29:36.889Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-02T00:29:36.889Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-02T00:29:36.889Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-02T00:29:36.890Z | error: cannot install while Rust is installed |
28 | 2024-02-02T00:29:36.890Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-02T00:29:37.065Z | info: profile set to 'default' |
30 | 2024-02-02T00:29:37.065Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-02T00:29:37.479Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-02T00:29:37.479Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-02T00:29:37.479Z | info: downloading component 'cargo' |
34 | 2024-02-02T00:29:38.158Z | info: downloading component 'clippy' |
35 | 2024-02-02T00:29:38.491Z | info: downloading component 'rust-docs' |
36 | 2024-02-02T00:29:39.681Z | info: downloading component 'rust-std' |
37 | 2024-02-02T00:29:41.908Z | info: downloading component 'rustc' |
38 | 2024-02-02T00:29:47.072Z | info: downloading component 'rustfmt' |
39 | 2024-02-02T00:29:47.343Z | info: installing component 'cargo' |
40 | 2024-02-02T00:29:48.900Z | info: installing component 'clippy' |
41 | 2024-02-02T00:29:49.566Z | info: installing component 'rust-docs' |
42 | 2024-02-02T00:29:52.404Z | info: installing component 'rust-std' |
43 | 2024-02-02T00:29:55.613Z | info: installing component 'rustc' |
44 | 2024-02-02T00:30:03.053Z | info: installing component 'rustfmt' |
45 | 2024-02-02T00:30:03.459Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-02T00:30:03.459Z | |
47 | 2024-02-02T00:30:03.601Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-02T00:30:03.601Z | |
49 | 2024-02-02T00:30:03.606Z | |
50 | 2024-02-02T00:30:03.606Z | Rust is installed now. Great! |
51 | 2024-02-02T00:30:03.606Z | |
52 | 2024-02-02T00:30:03.607Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-02T00:30:03.607Z | environment variable. This has not been done automatically. |
54 | 2024-02-02T00:30:03.607Z | |
55 | 2024-02-02T00:30:03.607Z | To configure your current shell, run: |
56 | 2024-02-02T00:30:03.607Z | source "$HOME/.cargo/env" |
57 | 2024-02-02T00:30:03.703Z | + rustc --version |
58 | 2024-02-02T00:30:03.834Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-02T00:30:04.252Z | process exited: duration 29314 ms, exit code 0 |
|
60 | 2024-02-02T00:30:04.296Z | starting task 2: "authentication" |
61 | 2024-02-02T00:30:04.331Z | process exited: duration 43 ms, exit code 0 |
|
62 | 2024-02-02T00:30:04.369Z | starting task 3: "clone repository" |
63 | 2024-02-02T00:30:04.386Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-02T00:30:04.386Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-02T00:30:04.833Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-02T00:30:11.213Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-02T00:30:11.214Z | + git fetch origin 3be0d62d8d5f2438ef6e76eb0c4938c65bf0d418 |
68 | 2024-02-02T00:30:11.976Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-02T00:30:11.976Z | * branch 3be0d62d8d5f2438ef6e76eb0c4938c65bf0d418 -> FETCH_HEAD |
70 | 2024-02-02T00:30:11.985Z | + [[ -n track-timing ]] |
71 | 2024-02-02T00:30:11.985Z | ++ git branch --show-current |
72 | 2024-02-02T00:30:11.985Z | + current=main |
73 | 2024-02-02T00:30:11.985Z | + [[ main != track-timing ]] |
74 | 2024-02-02T00:30:11.986Z | + git branch -f track-timing 3be0d62d8d5f2438ef6e76eb0c4938c65bf0d418 |
75 | 2024-02-02T00:30:11.986Z | + git checkout -f track-timing |
76 | 2024-02-02T00:30:11.986Z | Switched to branch 'track-timing' |
77 | 2024-02-02T00:30:11.986Z | + git reset --hard 3be0d62d8d5f2438ef6e76eb0c4938c65bf0d418 |
78 | 2024-02-02T00:30:11.986Z | HEAD is now at 3be0d62d8 -p |
79 | 2024-02-02T00:30:11.986Z | process exited: duration 7453 ms, exit code 0 |
|
80 | 2024-02-02T00:30:12.023Z | starting task 4: "build" |
81 | 2024-02-02T00:30:12.033Z | + cargo --version |
82 | 2024-02-02T00:30:12.033Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-02T00:30:12.469Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-02T00:30:12.469Z | info: downloading component 'cargo' |
85 | 2024-02-02T00:30:13.232Z | info: downloading component 'clippy' |
86 | 2024-02-02T00:30:13.548Z | info: downloading component 'rust-docs' |
87 | 2024-02-02T00:30:14.770Z | info: downloading component 'rust-std' |
88 | 2024-02-02T00:30:16.632Z | info: downloading component 'rustc' |
89 | 2024-02-02T00:30:21.611Z | info: downloading component 'rustfmt' |
90 | 2024-02-02T00:30:21.853Z | info: installing component 'cargo' |
91 | 2024-02-02T00:30:23.194Z | info: installing component 'clippy' |
92 | 2024-02-02T00:30:23.693Z | info: installing component 'rust-docs' |
93 | 2024-02-02T00:30:26.608Z | info: installing component 'rust-std' |
94 | 2024-02-02T00:30:29.057Z | info: installing component 'rustc' |
95 | 2024-02-02T00:30:35.668Z | info: installing component 'rustfmt' |
96 | 2024-02-02T00:30:36.269Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-02T00:30:36.269Z | + rustc --version |
98 | 2024-02-02T00:30:36.413Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-02T00:30:36.446Z | ++ git rev-parse HEAD |
100 | 2024-02-02T00:30:36.446Z | + COMMIT=3be0d62d8d5f2438ef6e76eb0c4938c65bf0d418 |
101 | 2024-02-02T00:30:36.447Z | + VERSION=6.0.0-0.ci+git3be0d62d8d5 |
102 | 2024-02-02T00:30:36.447Z | + echo 6.0.0-0.ci+git3be0d62d8d5 |
103 | 2024-02-02T00:30:36.447Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-02T00:30:54.195Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-02T00:30:56.353Z | Startup: Caching catalogs ... Done |
106 | 2024-02-02T00:30:59.522Z | Planning: Solver setup ... Done (2.592s) |
107 | 2024-02-02T00:30:59.590Z | Planning: Running solver ... Done (0.068s) |
108 | 2024-02-02T00:30:59.631Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2024-02-02T00:30:59.670Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-02T00:31:00.015Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-02T00:31:00.057Z | Planning: Package planning ... Done (0.086s) |
112 | 2024-02-02T00:31:00.144Z | Planning: Merging actions ... Done (0.086s) |
113 | 2024-02-02T00:31:01.622Z | Planning: Checking for conflicting actions ... Done (1.469s) |
114 | 2024-02-02T00:31:01.634Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2024-02-02T00:31:10.729Z | Planning: Evaluating mediators ... Done (9.099s) |
116 | 2024-02-02T00:31:10.746Z | Planning: Planning completed in 14.32 seconds |
117 | 2024-02-02T00:31:16.856Z | Packages to install: 4 |
118 | 2024-02-02T00:31:16.856Z | Mediators to change: 2 |
119 | 2024-02-02T00:31:16.856Z | Services to change: 1 |
120 | 2024-02-02T00:31:16.860Z | Estimated space available: 148.87 GB |
121 | 2024-02-02T00:31:16.860Z | Estimated space to be consumed: 1.40 GB |
122 | 2024-02-02T00:31:16.860Z | Create boot environment: No |
123 | 2024-02-02T00:31:16.860Z | Create backup boot environment: No |
124 | 2024-02-02T00:31:16.860Z | Rebuild boot archive: No |
125 | 2024-02-02T00:31:16.860Z | |
126 | 2024-02-02T00:31:16.860Z | Changed mediators: |
127 | 2024-02-02T00:31:16.860Z | mediator clang: |
128 | 2024-02-02T00:31:16.860Z | version: None -> 15 (system default) |
129 | 2024-02-02T00:31:16.860Z | |
130 | 2024-02-02T00:31:16.860Z | mediator llvm: |
131 | 2024-02-02T00:31:16.860Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-02T00:31:16.860Z | |
133 | 2024-02-02T00:31:16.860Z | Changed packages: |
134 | 2024-02-02T00:31:16.860Z | helios-dev |
135 | 2024-02-02T00:31:16.860Z | developer/build-essential |
136 | 2024-02-02T00:31:16.861Z | None -> 11-2.0 |
137 | 2024-02-02T00:31:16.861Z | library/libxmlsec1 |
138 | 2024-02-02T00:31:16.861Z | None -> 1.2.35-2.0 |
139 | 2024-02-02T00:31:16.861Z | ooce/developer/clang-15 |
140 | 2024-02-02T00:31:16.861Z | None -> 15.0.7-2.0 |
141 | 2024-02-02T00:31:16.861Z | ooce/developer/llvm-15 |
142 | 2024-02-02T00:31:16.861Z | None -> 15.0.7-2.0 |
143 | 2024-02-02T00:31:16.861Z | |
144 | 2024-02-02T00:31:16.861Z | Services: |
145 | 2024-02-02T00:31:16.861Z | restart_fmri: |
146 | 2024-02-02T00:31:16.861Z | svc:/system/update-man-index:default |
147 | 2024-02-02T00:31:17.354Z | |
148 | 2024-02-02T00:31:17.355Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-02T00:31:22.355Z | Download: 1235/3290 items 92.6/212.6MB 43% complete (18.5M/s) |
150 | 2024-02-02T00:31:27.354Z | Download: 3062/3290 items 121.2/212.6MB 56% complete (12.2M/s) |
151 | 2024-02-02T00:31:31.059Z | Download: Completed 212.60 MB in 13.70 seconds (15.5M/s) |
152 | 2024-02-02T00:31:32.049Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-02-02T00:31:37.156Z | Actions: 2829/3689 actions (Installing new actions) |
154 | 2024-02-02T00:31:39.812Z | Actions: Completed 3689 actions in 7.76 seconds. |
155 | 2024-02-02T00:31:39.960Z | Done (0.139s) |
156 | 2024-02-02T00:31:39.960Z | Done (0.000s) |
157 | 2024-02-02T00:31:40.300Z | Done (0.340s) |
158 | 2024-02-02T00:31:49.398Z | Done (8.943s) |
159 | 2024-02-02T00:31:49.743Z | Done (0.220s) |
160 | 2024-02-02T00:31:49.747Z | Done (0.000s) |
161 | 2024-02-02T00:31:50.002Z | Done (0.000s) |
162 | 2024-02-02T00:31:50.825Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-02-02T00:31:51.127Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-02-02T00:31:51.131Z | Planning: Consolidating action changes ... Done |
165 | 2024-02-02T00:31:51.590Z | Planning: Evaluating mediators ... Done |
166 | 2024-02-02T00:31:51.593Z | Planning: Planning completed in 0.77 seconds |
167 | 2024-02-02T00:31:51.657Z | Mediators to change: 2 |
168 | 2024-02-02T00:31:51.657Z | Create boot environment: No |
169 | 2024-02-02T00:31:51.663Z | Create backup boot environment: No |
170 | 2024-02-02T00:31:51.752Z | Done |
171 | 2024-02-02T00:31:51.753Z | Done |
172 | 2024-02-02T00:31:51.972Z | Done |
173 | 2024-02-02T00:31:58.131Z | Done |
174 | 2024-02-02T00:31:58.276Z | Done |
175 | 2024-02-02T00:31:58.279Z | Done |
176 | 2024-02-02T00:31:58.424Z | Done |
177 | 2024-02-02T00:31:59.488Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-02T00:31:59.496Z | Planning: Merging actions ... Done |
179 | 2024-02-02T00:31:59.838Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-02T00:31:59.842Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-02T00:32:00.307Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-02T00:32:00.402Z | Planning: Planning completed in 1.38 seconds |
183 | 2024-02-02T00:32:00.469Z | Packages to change: 1 |
184 | 2024-02-02T00:32:00.469Z | Mediators to change: 1 |
185 | 2024-02-02T00:32:00.473Z | Services to change: 1 |
186 | 2024-02-02T00:32:00.473Z | Create boot environment: No |
187 | 2024-02-02T00:32:00.473Z | Create backup boot environment: Yes |
188 | 2024-02-02T00:32:02.572Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-02-02T00:32:02.577Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2024-02-02T00:32:02.578Z | Done |
191 | 2024-02-02T00:32:02.578Z | Done |
192 | 2024-02-02T00:32:02.658Z | Done |
193 | 2024-02-02T00:32:09.222Z | Done |
194 | 2024-02-02T00:32:09.380Z | Done |
195 | 2024-02-02T00:32:09.389Z | Done |
196 | 2024-02-02T00:32:09.506Z | Done |
197 | 2024-02-02T00:32:10.213Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-02-02T00:32:10.213Z | clang system 15 system |
199 | 2024-02-02T00:32:10.213Z | csh system system illumos |
200 | 2024-02-02T00:32:10.213Z | ctags system system illumos |
201 | 2024-02-02T00:32:10.214Z | gcc vendor 12 vendor |
202 | 2024-02-02T00:32:10.214Z | gcc system 10 system |
203 | 2024-02-02T00:32:10.214Z | gcc system 7 system |
204 | 2024-02-02T00:32:10.214Z | go system 1.20 system |
205 | 2024-02-02T00:32:10.214Z | go system 1.19 system |
206 | 2024-02-02T00:32:10.215Z | llvm system 15 system |
207 | 2024-02-02T00:32:10.215Z | llvm system 14 system |
208 | 2024-02-02T00:32:10.215Z | mariadb system 10.6 system |
209 | 2024-02-02T00:32:10.215Z | mta vendor vendor dma |
210 | 2024-02-02T00:32:10.215Z | openjdk system 17 system |
211 | 2024-02-02T00:32:10.215Z | openjdk system 11 system |
212 | 2024-02-02T00:32:10.215Z | openjdk system 1.8 system |
213 | 2024-02-02T00:32:10.215Z | openssl vendor 3 vendor |
214 | 2024-02-02T00:32:10.215Z | perl system 5.36 system |
215 | 2024-02-02T00:32:10.216Z | postgresql system 15 system |
216 | 2024-02-02T00:32:10.216Z | postgresql system 13 system |
217 | 2024-02-02T00:32:10.216Z | python vendor 3 vendor |
218 | 2024-02-02T00:32:10.216Z | python system 2 system |
219 | 2024-02-02T00:32:10.216Z | python3 system 3.11 system |
220 | 2024-02-02T00:32:10.216Z | ruby system 3.0 system |
221 | 2024-02-02T00:32:10.216Z | words vendor vendor american-english |
222 | 2024-02-02T00:32:10.216Z | words system system australian-english |
223 | 2024-02-02T00:32:10.216Z | words system system british-english |
224 | 2024-02-02T00:32:10.216Z | words system system canadian-english |
225 | 2024-02-02T00:32:10.216Z | words system system french |
226 | 2024-02-02T00:32:10.217Z | words system system italian |
227 | 2024-02-02T00:32:10.217Z | words system system ngerman |
228 | 2024-02-02T00:32:10.217Z | words system system ogerman |
229 | 2024-02-02T00:32:10.217Z | words system system spanish |
230 | 2024-02-02T00:32:10.776Z | FMRI IFO |
231 | 2024-02-02T00:32:10.777Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-02-02T00:32:10.777Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-02-02T00:32:10.777Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-02-02T00:32:10.777Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-02-02T00:32:10.777Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-02-02T00:32:10.777Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-02-02T00:32:10.777Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-02-02T00:32:10.777Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-02-02T00:32:10.858Z | + set -o errexit |
240 | 2024-02-02T00:32:11.276Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-02-02T00:32:11.277Z | ++ cd ./tools |
242 | 2024-02-02T00:32:11.277Z | ++ pwd |
243 | 2024-02-02T00:32:11.277Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-02-02T00:32:11.277Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-02-02T00:32:11.277Z | + ARG0=ci_download_cockroachdb |
246 | 2024-02-02T00:32:11.277Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-02-02T00:32:11.277Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-02-02T00:32:11.277Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-02-02T00:32:11.277Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
250 | 2024-02-02T00:32:11.277Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
251 | 2024-02-02T00:32:11.277Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
252 | 2024-02-02T00:32:11.277Z | + TARGET_DIR=out |
253 | 2024-02-02T00:32:11.277Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-02-02T00:32:11.277Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-02-02T00:32:11.277Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-02-02T00:32:11.277Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-02-02T00:32:11.277Z | + main |
258 | 2024-02-02T00:32:11.277Z | + [[ 0 != 0 ]] |
259 | 2024-02-02T00:32:11.277Z | + CIDL_OS=solaris2.11 |
260 | 2024-02-02T00:32:11.277Z | + [[ 0 != 0 ]] |
261 | 2024-02-02T00:32:11.277Z | + configure_os solaris2.11 |
262 | 2024-02-02T00:32:11.277Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-02-02T00:32:11.277Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-02-02T00:32:11.278Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2024-02-02T00:32:11.278Z | configuring based on OS: "solaris2.11" |
266 | 2024-02-02T00:32:11.278Z | + case "$1" in |
267 | 2024-02-02T00:32:11.278Z | + CIDL_BUILD=illumos |
268 | 2024-02-02T00:32:11.278Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-02-02T00:32:11.278Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
270 | 2024-02-02T00:32:11.278Z | + CIDL_MD5FUNC=do_md5sum |
271 | 2024-02-02T00:32:11.278Z | + CIDL_URL_BASE=https://illumos.org/downloads |
272 | 2024-02-02T00:32:11.278Z | + CIDL_ASSEMBLE=do_assemble_illumos |
273 | 2024-02-02T00:32:11.278Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
274 | 2024-02-02T00:32:11.278Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-02T00:32:11.278Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-02T00:32:11.278Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
277 | 2024-02-02T00:32:11.278Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-02T00:32:11.278Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-02T00:32:11.278Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-02-02T00:32:11.278Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-02-02T00:32:11.278Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-02T00:32:11.278Z | + mkdir -p out/downloads |
283 | 2024-02-02T00:32:11.278Z | + mkdir -p ./out/cockroachdb |
284 | 2024-02-02T00:32:11.278Z | + local DO_DOWNLOAD=true |
285 | 2024-02-02T00:32:11.278Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-02-02T00:32:11.278Z | + '[' true == true ']' |
287 | 2024-02-02T00:32:11.279Z | + echo Downloading... |
288 | 2024-02-02T00:32:11.279Z | Downloading... |
289 | 2024-02-02T00:32:11.279Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-02T00:32:11.279Z | + 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 |
291 | 2024-02-02T00:32:13.948Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-02T00:32:13.969Z | ++ md5sum |
293 | 2024-02-02T00:32:13.969Z | ++ awk '{print $1}' |
294 | 2024-02-02T00:32:14.252Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
295 | 2024-02-02T00:32:14.252Z | + [[ 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 ]] |
296 | 2024-02-02T00:32:14.252Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-02T00:32:14.252Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-02-02T00:32:17.698Z | + do_assemble_illumos |
299 | 2024-02-02T00:32:17.698Z | + rm -r ./out/cockroachdb |
300 | 2024-02-02T00:32:17.704Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-02-02T00:32:18.415Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-02-02T00:32:18.918Z | Build Tag: v22.1.9-dirty |
303 | 2024-02-02T00:32:18.918Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-02-02T00:32:18.918Z | Distribution: OSS |
305 | 2024-02-02T00:32:18.918Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-02-02T00:32:18.918Z | Go Version: go1.17.13 |
307 | 2024-02-02T00:32:18.918Z | C Compiler: gcc 10.3.0 |
308 | 2024-02-02T00:32:18.918Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-02-02T00:32:18.918Z | Build Type: release |
310 | 2024-02-02T00:32:18.949Z | + set -o errexit |
311 | 2024-02-02T00:32:18.952Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-02-02T00:32:18.956Z | ++ cd ./tools |
313 | 2024-02-02T00:32:18.956Z | ++ pwd |
314 | 2024-02-02T00:32:18.956Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-02-02T00:32:18.956Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-02-02T00:32:18.959Z | + ARG0=ci_download_clickhouse |
317 | 2024-02-02T00:32:18.960Z | + TARGET_DIR=out |
318 | 2024-02-02T00:32:18.960Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-02-02T00:32:18.960Z | + DEST_DIR=./out/clickhouse |
320 | 2024-02-02T00:32:18.960Z | + CIDL_VERSION=v22.8.9.24 |
321 | 2024-02-02T00:32:18.960Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
322 | 2024-02-02T00:32:18.960Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
323 | 2024-02-02T00:32:18.960Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
324 | 2024-02-02T00:32:18.960Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
325 | 2024-02-02T00:32:18.960Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
326 | 2024-02-02T00:32:18.960Z | + main |
327 | 2024-02-02T00:32:18.960Z | + [[ 0 != 0 ]] |
328 | 2024-02-02T00:32:18.960Z | + CIDL_OS=solaris2.11 |
329 | 2024-02-02T00:32:18.960Z | + [[ 0 != 0 ]] |
330 | 2024-02-02T00:32:18.960Z | + configure_os solaris2.11 |
331 | 2024-02-02T00:32:18.960Z | + echo 'current directory: /work/oxidecomputer/omicron' |
332 | 2024-02-02T00:32:18.960Z | current directory: /work/oxidecomputer/omicron |
333 | 2024-02-02T00:32:18.960Z | + echo 'configuring based on OS: "solaris2.11"' |
334 | 2024-02-02T00:32:18.960Z | + CIDL_DASHREV= |
335 | 2024-02-02T00:32:18.960Z | + case "$1" in |
336 | 2024-02-02T00:32:18.960Z | configuring based on OS: "solaris2.11" |
337 | 2024-02-02T00:32:18.960Z | + CIDL_PLATFORM=illumos |
338 | 2024-02-02T00:32:18.960Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2024-02-02T00:32:18.960Z | + CIDL_MD5FUNC=do_md5sum |
340 | 2024-02-02T00:32:18.961Z | + CIDL_DASHREV=-1 |
341 | 2024-02-02T00:32:18.961Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
342 | 2024-02-02T00:32:18.961Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-02-02T00:32:18.961Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-02T00:32:18.961Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-02T00:32:18.961Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2024-02-02T00:32:18.961Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-02T00:32:18.961Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-02T00:32:18.961Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-02T00:32:18.961Z | + mkdir -p out/downloads |
350 | 2024-02-02T00:32:18.964Z | + mkdir -p ./out/clickhouse |
351 | 2024-02-02T00:32:18.964Z | + local DO_DOWNLOAD=true |
352 | 2024-02-02T00:32:18.964Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
353 | 2024-02-02T00:32:18.964Z | + '[' true == true ']' |
354 | 2024-02-02T00:32:18.964Z | + echo Downloading... |
355 | 2024-02-02T00:32:18.964Z | Downloading... |
356 | 2024-02-02T00:32:18.964Z | + 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 |
357 | 2024-02-02T00:32:18.964Z | + 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 |
358 | 2024-02-02T00:32:21.837Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-02T00:32:21.842Z | ++ md5sum |
360 | 2024-02-02T00:32:21.843Z | ++ awk '{print $1}' |
361 | 2024-02-02T00:32:22.102Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2024-02-02T00:32:22.102Z | + [[ 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 ]] |
363 | 2024-02-02T00:32:22.102Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
364 | 2024-02-02T00:32:22.106Z | + mkdir -p ./out/clickhouse |
365 | 2024-02-02T00:32:22.106Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
366 | 2024-02-02T00:32:26.962Z | + ./out/clickhouse/clickhouse server --version |
367 | 2024-02-02T00:32:27.031Z | ClickHouse server version 22.8.9.1. |
368 | 2024-02-02T00:32:27.043Z | + set -o errexit |
369 | 2024-02-02T00:32:27.047Z | +++ dirname ./tools/ci_download_console |
370 | 2024-02-02T00:32:27.047Z | ++ cd ./tools |
371 | 2024-02-02T00:32:27.047Z | ++ pwd |
372 | 2024-02-02T00:32:27.051Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
373 | 2024-02-02T00:32:27.052Z | ++ basename ./tools/ci_download_console |
374 | 2024-02-02T00:32:27.052Z | + ARG0=ci_download_console |
375 | 2024-02-02T00:32:27.052Z | + TARGET_DIR=out |
376 | 2024-02-02T00:32:27.052Z | + DOWNLOAD_DIR=out/downloads |
377 | 2024-02-02T00:32:27.052Z | + DEST_DIR=./out/console-assets |
378 | 2024-02-02T00:32:27.052Z | + source /work/oxidecomputer/omicron/tools/console_version |
379 | 2024-02-02T00:32:27.052Z | ++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0 |
380 | 2024-02-02T00:32:27.053Z | ++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
381 | 2024-02-02T00:32:27.053Z | + URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
382 | 2024-02-02T00:32:27.053Z | + TARBALL_FILE=out/downloads/console.tar.gz |
383 | 2024-02-02T00:32:27.053Z | + main |
384 | 2024-02-02T00:32:27.053Z | + [[ 0 != 0 ]] |
385 | 2024-02-02T00:32:27.053Z | + echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz' |
386 | 2024-02-02T00:32:27.053Z | URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
387 | 2024-02-02T00:32:27.054Z | + echo 'Local file: out/downloads/console.tar.gz' |
388 | 2024-02-02T00:32:27.054Z | Local file: out/downloads/console.tar.gz |
389 | 2024-02-02T00:32:27.054Z | + local DO_DOWNLOAD=true |
390 | 2024-02-02T00:32:27.054Z | + [[ -f out/downloads/console.tar.gz ]] |
391 | 2024-02-02T00:32:27.054Z | + mkdir -p out/downloads |
392 | 2024-02-02T00:32:27.059Z | + '[' true == true ']' |
393 | 2024-02-02T00:32:27.059Z | + echo Downloading... |
394 | 2024-02-02T00:32:27.059Z | Downloading... |
395 | 2024-02-02T00:32:27.059Z | + do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz |
396 | 2024-02-02T00:32:27.059Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
397 | 2024-02-02T00:32:27.725Z | ++ do_sha256sum out/downloads/console.tar.gz |
398 | 2024-02-02T00:32:27.725Z | ++ case "$OSTYPE" in |
399 | 2024-02-02T00:32:27.725Z | ++ SHA=sha256sum |
400 | 2024-02-02T00:32:27.730Z | ++ sha256sum |
401 | 2024-02-02T00:32:27.730Z | ++ awk '{print $1}' |
402 | 2024-02-02T00:32:27.883Z | + calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
403 | 2024-02-02T00:32:27.883Z | + [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]] |
404 | 2024-02-02T00:32:27.884Z | + rm -rf ./out/console-assets |
405 | 2024-02-02T00:32:27.891Z | + mkdir -p ./out/console-assets |
406 | 2024-02-02T00:32:27.894Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
407 | 2024-02-02T00:32:27.894Z | + mkdir -p ./out/console-assets |
408 | 2024-02-02T00:32:27.895Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
409 | 2024-02-02T00:32:28.048Z | + set -o errexit |
410 | 2024-02-02T00:32:28.052Z | +++ dirname ./tools/ci_download_maghemite_openapi |
411 | 2024-02-02T00:32:28.052Z | ++ cd ./tools |
412 | 2024-02-02T00:32:28.052Z | ++ pwd |
413 | 2024-02-02T00:32:28.052Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
414 | 2024-02-02T00:32:28.052Z | ++ basename ./tools/ci_download_maghemite_openapi |
415 | 2024-02-02T00:32:28.053Z | + ARG0=ci_download_maghemite_openapi |
416 | 2024-02-02T00:32:28.053Z | + TARGET_DIR=out |
417 | 2024-02-02T00:32:28.053Z | + DOWNLOAD_DIR=out/downloads |
418 | 2024-02-02T00:32:28.053Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
419 | 2024-02-02T00:32:28.053Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
420 | 2024-02-02T00:32:28.053Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
421 | 2024-02-02T00:32:28.053Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
422 | 2024-02-02T00:32:28.053Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
423 | 2024-02-02T00:32:28.053Z | + main |
424 | 2024-02-02T00:32:28.053Z | + [[ 0 != 0 ]] |
425 | 2024-02-02T00:32:28.053Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
426 | 2024-02-02T00:32:28.053Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
427 | 2024-02-02T00:32:28.054Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
428 | 2024-02-02T00:32:28.054Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
429 | 2024-02-02T00:32:28.054Z | + local DO_DOWNLOAD=true |
430 | 2024-02-02T00:32:28.054Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
431 | 2024-02-02T00:32:28.054Z | + mkdir -p out/downloads |
432 | 2024-02-02T00:32:28.054Z | + '[' true == true ']' |
433 | 2024-02-02T00:32:28.054Z | + echo Downloading... |
434 | 2024-02-02T00:32:28.054Z | Downloading... |
435 | 2024-02-02T00:32:28.054Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
436 | 2024-02-02T00:32:28.054Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
437 | 2024-02-02T00:32:28.228Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
438 | 2024-02-02T00:32:28.229Z | ++ case "$OSTYPE" in |
439 | 2024-02-02T00:32:28.233Z | ++ SHA=sha256sum |
440 | 2024-02-02T00:32:28.233Z | ++ sha256sum |
441 | 2024-02-02T00:32:28.233Z | ++ awk '{print $1}' |
442 | 2024-02-02T00:32:28.255Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
443 | 2024-02-02T00:32:28.255Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
444 | 2024-02-02T00:32:28.256Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
445 | 2024-02-02T00:32:28.256Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
446 | 2024-02-02T00:32:28.256Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
447 | 2024-02-02T00:32:28.256Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
448 | 2024-02-02T00:32:28.256Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
449 | 2024-02-02T00:32:28.256Z | + main |
450 | 2024-02-02T00:32:28.256Z | + [[ 0 != 0 ]] |
451 | 2024-02-02T00:32:28.256Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
452 | 2024-02-02T00:32:28.256Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
453 | 2024-02-02T00:32:28.256Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
454 | 2024-02-02T00:32:28.256Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
455 | 2024-02-02T00:32:28.256Z | + local DO_DOWNLOAD=true |
456 | 2024-02-02T00:32:28.257Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
457 | 2024-02-02T00:32:28.257Z | + mkdir -p out/downloads |
458 | 2024-02-02T00:32:28.257Z | + '[' true == true ']' |
459 | 2024-02-02T00:32:28.257Z | + echo Downloading... |
460 | 2024-02-02T00:32:28.257Z | Downloading... |
461 | 2024-02-02T00:32:28.257Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
462 | 2024-02-02T00:32:28.257Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
463 | 2024-02-02T00:32:28.489Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
464 | 2024-02-02T00:32:28.494Z | ++ case "$OSTYPE" in |
465 | 2024-02-02T00:32:28.495Z | ++ SHA=sha256sum |
466 | 2024-02-02T00:32:28.495Z | ++ sha256sum |
467 | 2024-02-02T00:32:28.495Z | ++ awk '{print $1}' |
468 | 2024-02-02T00:32:28.500Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
469 | 2024-02-02T00:32:28.500Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
470 | 2024-02-02T00:32:28.508Z | + set -o errexit |
471 | 2024-02-02T00:32:28.513Z | +++ dirname ./tools/ci_download_dendrite_openapi |
472 | 2024-02-02T00:32:28.517Z | ++ cd ./tools |
473 | 2024-02-02T00:32:28.517Z | ++ pwd |
474 | 2024-02-02T00:32:28.517Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
475 | 2024-02-02T00:32:28.517Z | ++ basename ./tools/ci_download_dendrite_openapi |
476 | 2024-02-02T00:32:28.518Z | + ARG0=ci_download_dendrite_openapi |
477 | 2024-02-02T00:32:28.518Z | + TARGET_DIR=out |
478 | 2024-02-02T00:32:28.518Z | + DOWNLOAD_DIR=out/downloads |
479 | 2024-02-02T00:32:28.518Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
480 | 2024-02-02T00:32:28.518Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
481 | 2024-02-02T00:32:28.518Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
482 | 2024-02-02T00:32:28.518Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
483 | 2024-02-02T00:32:28.518Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
484 | 2024-02-02T00:32:28.519Z | + main |
485 | 2024-02-02T00:32:28.524Z | + [[ 0 != 0 ]] |
486 | 2024-02-02T00:32:28.524Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
487 | 2024-02-02T00:32:28.525Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
488 | 2024-02-02T00:32:28.525Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
489 | 2024-02-02T00:32:28.525Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
490 | 2024-02-02T00:32:28.525Z | + local DO_DOWNLOAD=true |
491 | 2024-02-02T00:32:28.525Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
492 | 2024-02-02T00:32:28.525Z | + mkdir -p out/downloads |
493 | 2024-02-02T00:32:28.525Z | + '[' true == true ']' |
494 | 2024-02-02T00:32:28.526Z | Downloading... |
495 | 2024-02-02T00:32:28.526Z | + echo Downloading... |
496 | 2024-02-02T00:32:28.526Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
497 | 2024-02-02T00:32:28.526Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
498 | 2024-02-02T00:32:28.733Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
499 | 2024-02-02T00:32:28.734Z | ++ case "$OSTYPE" in |
500 | 2024-02-02T00:32:28.738Z | ++ SHA=sha256sum |
501 | 2024-02-02T00:32:28.738Z | ++ sha256sum |
502 | 2024-02-02T00:32:28.739Z | ++ awk '{print $1}' |
503 | 2024-02-02T00:32:28.742Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
504 | 2024-02-02T00:32:28.743Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
505 | 2024-02-02T00:32:28.753Z | + set -o errexit |
506 | 2024-02-02T00:32:28.757Z | +++ dirname ./tools/ci_download_dendrite_stub |
507 | 2024-02-02T00:32:28.775Z | ++ cd ./tools |
508 | 2024-02-02T00:32:28.775Z | ++ pwd |
509 | 2024-02-02T00:32:28.775Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
510 | 2024-02-02T00:32:28.775Z | ++ basename ./tools/ci_download_dendrite_stub |
511 | 2024-02-02T00:32:28.775Z | + ARG0=ci_download_dendrite_stub |
512 | 2024-02-02T00:32:28.776Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
513 | 2024-02-02T00:32:28.776Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
514 | 2024-02-02T00:32:28.776Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
515 | 2024-02-02T00:32:28.776Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
516 | 2024-02-02T00:32:28.780Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
517 | 2024-02-02T00:32:28.780Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
518 | 2024-02-02T00:32:28.781Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
519 | 2024-02-02T00:32:28.781Z | + TARGET_DIR=out |
520 | 2024-02-02T00:32:28.781Z | + DOWNLOAD_DIR=out/downloads |
521 | 2024-02-02T00:32:28.781Z | + DEST_DIR=./out/dendrite-stub |
522 | 2024-02-02T00:32:28.781Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
523 | 2024-02-02T00:32:28.781Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
524 | 2024-02-02T00:32:28.781Z | + REPO=oxidecomputer/dendrite |
525 | 2024-02-02T00:32:28.782Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
526 | 2024-02-02T00:32:28.782Z | + main |
527 | 2024-02-02T00:32:28.782Z | + [[ 0 != 0 ]] |
528 | 2024-02-02T00:32:28.782Z | + CIDL_OS=solaris2.11 |
529 | 2024-02-02T00:32:28.782Z | + [[ 0 != 0 ]] |
530 | 2024-02-02T00:32:28.782Z | + configure_os solaris2.11 |
531 | 2024-02-02T00:32:28.782Z | + echo 'current directory: /work/oxidecomputer/omicron' |
532 | 2024-02-02T00:32:28.782Z | current directory: /work/oxidecomputer/omicron |
533 | 2024-02-02T00:32:28.783Z | + echo 'configuring based on OS: "solaris2.11"' |
534 | 2024-02-02T00:32:28.783Z | configuring based on OS: "solaris2.11" |
535 | 2024-02-02T00:32:28.783Z | + case "$1" in |
536 | 2024-02-02T00:32:28.783Z | + SET_BINARIES= |
537 | 2024-02-02T00:32:28.783Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
538 | 2024-02-02T00:32:28.783Z | + CIDL_SHA256FUNC=do_sha256sum |
539 | 2024-02-02T00:32:28.783Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
540 | 2024-02-02T00:32:28.783Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
541 | 2024-02-02T00:32:28.783Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
542 | 2024-02-02T00:32:28.784Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
543 | 2024-02-02T00:32:28.784Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
544 | 2024-02-02T00:32:28.784Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
545 | 2024-02-02T00:32:28.784Z | Local file: out/downloads/dendrite-stub.tar.gz |
546 | 2024-02-02T00:32:28.784Z | + mkdir -p out/downloads |
547 | 2024-02-02T00:32:28.784Z | + mkdir -p ./out/dendrite-stub |
548 | 2024-02-02T00:32:28.784Z | + fetch_and_verify |
549 | 2024-02-02T00:32:28.784Z | + local DO_DOWNLOAD=true |
550 | 2024-02-02T00:32:28.785Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
551 | 2024-02-02T00:32:28.785Z | + '[' true == true ']' |
552 | 2024-02-02T00:32:28.785Z | + echo Downloading... |
553 | 2024-02-02T00:32:28.785Z | Downloading... |
554 | 2024-02-02T00:32:28.785Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
555 | 2024-02-02T00:32:28.785Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
556 | 2024-02-02T00:32:37.360Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
557 | 2024-02-02T00:32:37.363Z | ++ sha256sum |
558 | 2024-02-02T00:32:37.364Z | ++ awk '{print $1}' |
559 | 2024-02-02T00:32:37.463Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
560 | 2024-02-02T00:32:37.463Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
561 | 2024-02-02T00:32:37.463Z | + do_untar out/downloads/dendrite-stub.tar.gz |
562 | 2024-02-02T00:32:37.468Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
563 | 2024-02-02T00:32:38.571Z | + do_assemble |
564 | 2024-02-02T00:32:38.571Z | + rm -r ./out/dendrite-stub |
565 | 2024-02-02T00:32:38.576Z | + mkdir ./out/dendrite-stub |
566 | 2024-02-02T00:32:38.579Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
567 | 2024-02-02T00:32:38.726Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
568 | 2024-02-02T00:32:38.740Z | + set -o errexit |
569 | 2024-02-02T00:32:38.744Z | +++ dirname ./tools/ci_download_maghemite_mgd |
570 | 2024-02-02T00:32:38.745Z | ++ cd ./tools |
571 | 2024-02-02T00:32:38.749Z | ++ pwd |
572 | 2024-02-02T00:32:38.749Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
573 | 2024-02-02T00:32:38.750Z | ++ basename ./tools/ci_download_maghemite_mgd |
574 | 2024-02-02T00:32:38.750Z | + ARG0=ci_download_maghemite_mgd |
575 | 2024-02-02T00:32:38.750Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
576 | 2024-02-02T00:32:38.750Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
577 | 2024-02-02T00:32:38.750Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
578 | 2024-02-02T00:32:38.750Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
579 | 2024-02-02T00:32:38.750Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
580 | 2024-02-02T00:32:38.750Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
581 | 2024-02-02T00:32:38.750Z | + TARGET_DIR=out |
582 | 2024-02-02T00:32:38.750Z | + DOWNLOAD_DIR=out/downloads |
583 | 2024-02-02T00:32:38.751Z | + DEST_DIR=./out/mgd |
584 | 2024-02-02T00:32:38.751Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
585 | 2024-02-02T00:32:38.751Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
586 | 2024-02-02T00:32:38.751Z | + REPO=oxidecomputer/maghemite |
587 | 2024-02-02T00:32:38.751Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
588 | 2024-02-02T00:32:38.757Z | + main |
589 | 2024-02-02T00:32:38.757Z | + [[ 0 != 0 ]] |
590 | 2024-02-02T00:32:38.757Z | + CIDL_OS=solaris2.11 |
591 | 2024-02-02T00:32:38.757Z | + [[ 0 != 0 ]] |
592 | 2024-02-02T00:32:38.757Z | + configure_os solaris2.11 |
593 | 2024-02-02T00:32:38.757Z | + echo 'current directory: /work/oxidecomputer/omicron' |
594 | 2024-02-02T00:32:38.758Z | current directory: /work/oxidecomputer/omicron |
595 | 2024-02-02T00:32:38.758Z | + echo 'configuring based on OS: "solaris2.11"' |
596 | 2024-02-02T00:32:38.758Z | + case "$1" in |
597 | 2024-02-02T00:32:38.758Z | configuring based on OS: "solaris2.11" |
598 | 2024-02-02T00:32:38.758Z | + SET_BINARIES= |
599 | 2024-02-02T00:32:38.758Z | + CIDL_SHA256FUNC=do_sha256sum |
600 | 2024-02-02T00:32:38.758Z | + TARBALL_FILENAME=mgd.tar.gz |
601 | 2024-02-02T00:32:38.758Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
602 | 2024-02-02T00:32:38.759Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
603 | 2024-02-02T00:32:38.759Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
604 | 2024-02-02T00:32:38.759Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
605 | 2024-02-02T00:32:38.759Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
606 | 2024-02-02T00:32:38.759Z | Local file: out/downloads/mgd.tar.gz |
607 | 2024-02-02T00:32:38.759Z | + mkdir -p out/downloads |
608 | 2024-02-02T00:32:38.759Z | + mkdir -p ./out/mgd |
609 | 2024-02-02T00:32:38.759Z | + fetch_and_verify |
610 | 2024-02-02T00:32:38.759Z | + local DO_DOWNLOAD=true |
611 | 2024-02-02T00:32:38.759Z | + [[ -f out/downloads/mgd.tar.gz ]] |
612 | 2024-02-02T00:32:38.760Z | + '[' true == true ']' |
613 | 2024-02-02T00:32:38.760Z | + echo Downloading... |
614 | 2024-02-02T00:32:38.760Z | Downloading... |
615 | 2024-02-02T00:32:38.760Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
616 | 2024-02-02T00:32:38.760Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
617 | 2024-02-02T00:32:43.255Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
618 | 2024-02-02T00:32:43.264Z | ++ sha256sum |
619 | 2024-02-02T00:32:43.264Z | ++ awk '{print $1}' |
620 | 2024-02-02T00:32:43.373Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
621 | 2024-02-02T00:32:43.374Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
622 | 2024-02-02T00:32:43.672Z | + do_untar out/downloads/mgd.tar.gz |
623 | 2024-02-02T00:32:43.672Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
624 | 2024-02-02T00:32:44.073Z | + do_assemble |
625 | 2024-02-02T00:32:44.073Z | + rm -r ./out/mgd |
626 | 2024-02-02T00:32:44.077Z | + mkdir ./out/mgd |
627 | 2024-02-02T00:32:44.081Z | + cp -r out/downloads/root ./out/mgd/root |
628 | 2024-02-02T00:32:44.320Z | + set -o errexit |
629 | 2024-02-02T00:32:44.323Z | +++ dirname ./tools/ci_download_transceiver_control |
630 | 2024-02-02T00:32:44.326Z | ++ cd ./tools |
631 | 2024-02-02T00:32:44.326Z | ++ pwd |
632 | 2024-02-02T00:32:44.326Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
633 | 2024-02-02T00:32:44.326Z | ++ basename ./tools/ci_download_transceiver_control |
634 | 2024-02-02T00:32:44.330Z | + ARG0=ci_download_transceiver_control |
635 | 2024-02-02T00:32:44.330Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
636 | 2024-02-02T00:32:44.330Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
637 | 2024-02-02T00:32:44.330Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
638 | 2024-02-02T00:32:44.330Z | + TARGET_DIR=out |
639 | 2024-02-02T00:32:44.330Z | + DOWNLOAD_DIR=out/downloads |
640 | 2024-02-02T00:32:44.330Z | + DEST_DIR=./out/transceiver-control |
641 | 2024-02-02T00:32:44.330Z | + BIN_DIR=/opt/oxide/bin |
642 | 2024-02-02T00:32:44.330Z | + BINARY=xcvradm |
643 | 2024-02-02T00:32:44.330Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
644 | 2024-02-02T00:32:44.330Z | + REPO=oxidecomputer/transceiver-control |
645 | 2024-02-02T00:32:44.330Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
646 | 2024-02-02T00:32:44.330Z | + main |
647 | 2024-02-02T00:32:44.330Z | + [[ 0 != 0 ]] |
648 | 2024-02-02T00:32:44.330Z | + CIDL_OS=solaris2.11 |
649 | 2024-02-02T00:32:44.330Z | + [[ 0 != 0 ]] |
650 | 2024-02-02T00:32:44.330Z | + configure_os solaris2.11 |
651 | 2024-02-02T00:32:44.330Z | + echo 'current directory: /work/oxidecomputer/omicron' |
652 | 2024-02-02T00:32:44.330Z | current directory: /work/oxidecomputer/omicron |
653 | 2024-02-02T00:32:44.330Z | + echo 'configuring based on OS: "solaris2.11"' |
654 | 2024-02-02T00:32:44.331Z | configuring based on OS: "solaris2.11" |
655 | 2024-02-02T00:32:44.331Z | + case "$1" in |
656 | 2024-02-02T00:32:44.331Z | + SET_BINARIES= |
657 | 2024-02-02T00:32:44.331Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2024-02-02T00:32:44.331Z | + CIDL_SHA256FUNC=do_sha256sum |
659 | 2024-02-02T00:32:44.331Z | + ARCHIVE_FILENAME=xcvradm.gz |
660 | 2024-02-02T00:32:44.331Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2024-02-02T00:32:44.331Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
662 | 2024-02-02T00:32:44.331Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
663 | 2024-02-02T00:32:44.331Z | + echo 'Local file: out/downloads/xcvradm.gz' |
664 | 2024-02-02T00:32:44.331Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2024-02-02T00:32:44.331Z | Local file: out/downloads/xcvradm.gz |
666 | 2024-02-02T00:32:44.331Z | + mkdir -p out/downloads |
667 | 2024-02-02T00:32:44.336Z | + mkdir -p ./out/transceiver-control |
668 | 2024-02-02T00:32:44.336Z | + fetch_and_verify |
669 | 2024-02-02T00:32:44.336Z | + local DO_DOWNLOAD=true |
670 | 2024-02-02T00:32:44.336Z | + [[ -f out/downloads/xcvradm.gz ]] |
671 | 2024-02-02T00:32:44.336Z | + '[' true == true ']' |
672 | 2024-02-02T00:32:44.336Z | + echo Downloading... |
673 | 2024-02-02T00:32:44.337Z | Downloading... |
674 | 2024-02-02T00:32:44.337Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
675 | 2024-02-02T00:32:44.337Z | + 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 |
676 | 2024-02-02T00:32:46.431Z | ++ do_sha256sum out/downloads/xcvradm.gz |
677 | 2024-02-02T00:32:46.441Z | ++ sha256sum |
678 | 2024-02-02T00:32:46.442Z | ++ awk '{print $1}' |
679 | 2024-02-02T00:32:46.450Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
680 | 2024-02-02T00:32:46.450Z | + [[ 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 ]] |
681 | 2024-02-02T00:32:46.451Z | + do_unpack out/downloads/xcvradm.gz |
682 | 2024-02-02T00:32:46.451Z | + mkdir -p out/downloads/root//opt/oxide/bin |
683 | 2024-02-02T00:32:46.451Z | + gzip -dc out/downloads/xcvradm.gz |
684 | 2024-02-02T00:32:46.632Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
685 | 2024-02-02T00:32:46.636Z | + do_assemble |
686 | 2024-02-02T00:32:46.636Z | + rm -r ./out/transceiver-control |
687 | 2024-02-02T00:32:46.639Z | + mkdir ./out/transceiver-control |
688 | 2024-02-02T00:32:46.642Z | + cp -r out/downloads/root ./out/transceiver-control/root |
689 | 2024-02-02T00:32:46.925Z | All prerequisites installed successfully |
690 | 2024-02-02T00:32:46.933Z | |
691 | 2024-02-02T00:32:46.933Z | real 2:10.363207194 |
692 | 2024-02-02T00:32:46.933Z | user 54.947539088 |
693 | 2024-02-02T00:32:46.933Z | sys 10.922346865 |
694 | 2024-02-02T00:32:46.933Z | trap 0.024100004 |
695 | 2024-02-02T00:32:46.933Z | tflt 0.415520711 |
696 | 2024-02-02T00:32:46.934Z | dflt 0.914912188 |
697 | 2024-02-02T00:32:46.934Z | kflt 0.347384375 |
698 | 2024-02-02T00:32:46.934Z | lock 3.795954142 |
699 | 2024-02-02T00:32:46.934Z | slp 3:59.625571597 |
700 | 2024-02-02T00:32:46.934Z | lat 3.492444111 |
701 | 2024-02-02T00:32:46.934Z | stop 0.068463080 |
702 | 2024-02-02T00:32:46.934Z | + ptime -m ./tools/ci_download_softnpu_machinery |
703 | 2024-02-02T00:32:46.946Z | fetching npuzone |
704 | 2024-02-02T00:32:47.362Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
705 | 2024-02-02T00:32:47.362Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
706 | 2024-02-02T00:32:47.363Z | Getting hash for npuzone |
707 | 2024-02-02T00:32:47.363Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
708 | 2024-02-02T00:32:57.490Z | npuzone downloaded successfully |
709 | 2024-02-02T00:32:57.495Z | |
710 | 2024-02-02T00:32:57.495Z | real 10.558495025 |
711 | 2024-02-02T00:32:57.495Z | user 0.563230705 |
712 | 2024-02-02T00:32:57.495Z | sys 0.162052509 |
713 | 2024-02-02T00:32:57.496Z | trap 0.000077859 |
714 | 2024-02-02T00:32:57.496Z | tflt 0.000000000 |
715 | 2024-02-02T00:32:57.496Z | dflt 0.000000000 |
716 | 2024-02-02T00:32:57.496Z | kflt 0.000000000 |
717 | 2024-02-02T00:32:57.496Z | lock 0.000000000 |
718 | 2024-02-02T00:32:57.496Z | slp 30.775402281 |
719 | 2024-02-02T00:32:57.496Z | lat 0.132555602 |
720 | 2024-02-02T00:32:57.497Z | stop 0.000265904 |
721 | 2024-02-02T00:32:57.497Z | + export CARGO_INCREMENTAL=0 |
722 | 2024-02-02T00:32:57.497Z | + CARGO_INCREMENTAL=0 |
723 | 2024-02-02T00:32:57.497Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
724 | 2024-02-02T00:32:57.861Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
725 | 2024-02-02T00:32:59.267Z | Updating crates.io index |
726 | 2024-02-02T00:32:59.276Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
727 | 2024-02-02T00:33:00.219Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
728 | 2024-02-02T00:33:03.898Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
729 | 2024-02-02T00:33:04.495Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
730 | 2024-02-02T00:33:04.774Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
731 | 2024-02-02T00:33:05.083Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
732 | 2024-02-02T00:33:05.396Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
733 | 2024-02-02T00:33:06.347Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
734 | 2024-02-02T00:33:08.962Z | Updating git repository `https://github.com/oxidecomputer/opte` |
735 | 2024-02-02T00:33:10.038Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
736 | 2024-02-02T00:33:10.465Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
737 | 2024-02-02T00:33:11.643Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
738 | 2024-02-02T00:33:11.969Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
739 | 2024-02-02T00:33:12.267Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
740 | 2024-02-02T00:33:12.702Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
741 | 2024-02-02T00:33:13.124Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
742 | 2024-02-02T00:33:13.787Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
743 | 2024-02-02T00:33:14.190Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
744 | 2024-02-02T00:33:14.759Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
745 | 2024-02-02T00:33:15.119Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
746 | 2024-02-02T00:33:15.634Z | Updating git repository `https://github.com/jgallagher/nix` |
747 | 2024-02-02T00:33:17.057Z | Updating git repository `https://github.com/cbiffle/hubpack` |
748 | 2024-02-02T00:33:17.674Z | Updating git repository `https://github.com/oxidecomputer/typify` |
749 | 2024-02-02T00:33:19.373Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
750 | 2024-02-02T00:33:19.768Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
751 | 2024-02-02T00:33:20.072Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
752 | 2024-02-02T00:33:22.098Z | Downloading crates ... |
753 | 2024-02-02T00:33:22.338Z | Downloaded darling_core v0.20.3 |
754 | 2024-02-02T00:33:22.362Z | Downloaded ident_case v1.0.1 |
755 | 2024-02-02T00:33:22.370Z | Downloaded hubpack_derive v0.1.1 |
756 | 2024-02-02T00:33:22.375Z | Downloaded ciborium-io v0.2.2 |
757 | 2024-02-02T00:33:22.379Z | Downloaded bytecount v0.6.3 |
758 | 2024-02-02T00:33:22.383Z | Downloaded buf-list v1.0.3 |
759 | 2024-02-02T00:33:22.390Z | Downloaded humantime v2.1.0 |
760 | 2024-02-02T00:33:22.393Z | Downloaded hyper-tls v0.5.0 |
761 | 2024-02-02T00:33:22.396Z | Downloaded indoc v1.0.9 |
762 | 2024-02-02T00:33:22.405Z | Downloaded corncobs v0.1.3 |
763 | 2024-02-02T00:33:22.411Z | Downloaded instant v0.1.12 |
764 | 2024-02-02T00:33:22.415Z | Downloaded cstr-argument v0.1.2 |
765 | 2024-02-02T00:33:22.423Z | Downloaded is-terminal v0.4.9 |
766 | 2024-02-02T00:33:22.423Z | Downloaded num_enum_derive v0.5.11 |
767 | 2024-02-02T00:33:22.426Z | Downloaded bit-set v0.5.3 |
768 | 2024-02-02T00:33:22.429Z | Downloaded block-buffer v0.10.4 |
769 | 2024-02-02T00:33:22.432Z | Downloaded hyper-staticfile v0.9.5 |
770 | 2024-02-02T00:33:22.440Z | Downloaded base64ct v1.6.0 |
771 | 2024-02-02T00:33:22.443Z | Downloaded httparse v1.8.0 |
772 | 2024-02-02T00:33:22.449Z | Downloaded crossbeam-queue v0.3.8 |
773 | 2024-02-02T00:33:22.455Z | Downloaded linked-hash-map v0.5.6 |
774 | 2024-02-02T00:33:22.481Z | Downloaded crossbeam-deque v0.8.3 |
775 | 2024-02-02T00:33:22.498Z | Downloaded matches v0.1.10 |
776 | 2024-02-02T00:33:22.498Z | Downloaded crunchy v0.2.2 |
777 | 2024-02-02T00:33:22.498Z | Downloaded curve25519-dalek-derive v0.1.0 |
778 | 2024-02-02T00:33:22.499Z | Downloaded assert_matches v1.5.0 |
779 | 2024-02-02T00:33:22.499Z | Downloaded crypto-common v0.1.6 |
780 | 2024-02-02T00:33:22.513Z | Downloaded autocfg v1.1.0 |
781 | 2024-02-02T00:33:22.513Z | Downloaded normalize-line-endings v0.3.0 |
782 | 2024-02-02T00:33:22.513Z | Downloaded number_prefix v0.4.0 |
783 | 2024-02-02T00:33:22.513Z | Downloaded num_threads v0.1.6 |
784 | 2024-02-02T00:33:22.528Z | Downloaded new_debug_unreachable v1.0.4 |
785 | 2024-02-02T00:33:22.528Z | Downloaded nodrop v0.1.14 |
786 | 2024-02-02T00:33:22.528Z | Downloaded bitfield v0.14.0 |
787 | 2024-02-02T00:33:22.528Z | Downloaded bzip2 v0.4.4 |
788 | 2024-02-02T00:33:22.538Z | Downloaded mockall v0.12.0 |
789 | 2024-02-02T00:33:22.538Z | Downloaded mime v0.3.17 |
790 | 2024-02-02T00:33:22.549Z | Downloaded nibble_vec v0.1.0 |
791 | 2024-02-02T00:33:22.552Z | Downloaded memoffset v0.9.0 |
792 | 2024-02-02T00:33:22.557Z | Downloaded usdt-macro v0.5.0 |
793 | 2024-02-02T00:33:22.560Z | Downloaded opaque-debug v0.3.0 |
794 | 2024-02-02T00:33:22.563Z | Downloaded num-integer v0.1.45 |
795 | 2024-02-02T00:33:22.567Z | Downloaded rustls-pemfile v1.0.3 |
796 | 2024-02-02T00:33:22.580Z | Downloaded num-derive v0.4.0 |
797 | 2024-02-02T00:33:22.584Z | Downloaded olpc-cjson v0.1.3 |
798 | 2024-02-02T00:33:22.584Z | Downloaded stringprep v0.1.3 |
799 | 2024-02-02T00:33:22.589Z | Downloaded foreign-types v0.3.2 |
800 | 2024-02-02T00:33:22.589Z | Downloaded diesel_table_macro_syntax v0.1.0 |
801 | 2024-02-02T00:33:22.592Z | Downloaded foreign-types v0.5.0 |
802 | 2024-02-02T00:33:22.592Z | Downloaded proc-macro-crate v1.3.1 |
803 | 2024-02-02T00:33:22.596Z | Downloaded nanorand v0.7.0 |
804 | 2024-02-02T00:33:22.609Z | Downloaded foreign-types-shared v0.1.1 |
805 | 2024-02-02T00:33:22.620Z | Downloaded crossbeam-channel v0.5.8 |
806 | 2024-02-02T00:33:22.620Z | Downloaded strum v0.25.0 |
807 | 2024-02-02T00:33:22.638Z | Downloaded pretty-hex v0.2.1 |
808 | 2024-02-02T00:33:22.638Z | Downloaded once_cell v1.19.0 |
809 | 2024-02-02T00:33:22.638Z | Downloaded multer v3.0.0 |
810 | 2024-02-02T00:33:23.061Z | Downloaded parking_lot_core v0.9.8 |
811 | 2024-02-02T00:33:23.061Z | Downloaded thread_local v1.1.7 |
812 | 2024-02-02T00:33:23.061Z | Downloaded serde_plain v1.0.2 |
813 | 2024-02-02T00:33:23.061Z | Downloaded thread-id v4.2.0 |
814 | 2024-02-02T00:33:23.062Z | Downloaded phf_shared v0.10.0 |
815 | 2024-02-02T00:33:23.062Z | Downloaded textwrap v0.11.0 |
816 | 2024-02-02T00:33:23.062Z | Downloaded sqlformat v0.2.3 |
817 | 2024-02-02T00:33:23.490Z | Downloaded toolchain_find v0.2.0 |
818 | 2024-02-02T00:33:23.490Z | Downloaded miniz_oxide v0.7.1 |
819 | 2024-02-02T00:33:23.491Z | Downloaded usdt-impl v0.3.5 |
820 | 2024-02-02T00:33:23.491Z | Downloaded unicase v2.7.0 |
821 | 2024-02-02T00:33:23.491Z | Downloaded usdt v0.5.0 |
822 | 2024-02-02T00:33:23.491Z | Downloaded allocator-api2 v0.2.16 |
823 | 2024-02-02T00:33:23.491Z | Downloaded slog-scope v4.4.0 |
824 | 2024-02-02T00:33:23.491Z | Downloaded rustfmt-wrapper v0.2.0 |
825 | 2024-02-02T00:33:23.491Z | Downloaded serde_with_macros v3.5.1 |
826 | 2024-02-02T00:33:23.492Z | Downloaded utf-8 v0.7.6 |
827 | 2024-02-02T00:33:23.492Z | Downloaded parse-size v1.0.0 |
828 | 2024-02-02T00:33:23.492Z | Downloaded dtrace-parser v0.2.0 |
829 | 2024-02-02T00:33:23.492Z | Downloaded downcast v0.11.0 |
830 | 2024-02-02T00:33:23.492Z | Downloaded aho-corasick v1.0.4 |
831 | 2024-02-02T00:33:23.492Z | Downloaded scheduled-thread-pool v0.2.7 |
832 | 2024-02-02T00:33:23.493Z | Downloaded sec1 v0.7.3 |
833 | 2024-02-02T00:33:23.493Z | Downloaded hostname v0.3.1 |
834 | 2024-02-02T00:33:23.493Z | Downloaded futures-executor v0.3.30 |
835 | 2024-02-02T00:33:23.493Z | Downloaded rustversion v1.0.14 |
836 | 2024-02-02T00:33:23.493Z | Downloaded tower-service v0.3.2 |
837 | 2024-02-02T00:33:23.493Z | Downloaded postgres-types v0.2.6 |
838 | 2024-02-02T00:33:23.493Z | Downloaded derive_builder v0.12.0 |
839 | 2024-02-02T00:33:23.493Z | Downloaded precomputed-hash v0.1.1 |
840 | 2024-02-02T00:33:23.494Z | Downloaded tokio-rustls v0.25.0 |
841 | 2024-02-02T00:33:23.494Z | Downloaded proc-macro-error-attr v1.0.4 |
842 | 2024-02-02T00:33:23.494Z | Downloaded zeroize v1.7.0 |
843 | 2024-02-02T00:33:23.494Z | Downloaded either v1.9.0 |
844 | 2024-02-02T00:33:23.494Z | Downloaded indexmap v2.2.2 |
845 | 2024-02-02T00:33:23.494Z | Downloaded home v0.5.5 |
846 | 2024-02-02T00:33:23.494Z | Downloaded float-cmp v0.9.0 |
847 | 2024-02-02T00:33:23.494Z | Downloaded unicode-bidi v0.3.13 |
848 | 2024-02-02T00:33:23.495Z | Downloaded foreign-types-shared v0.3.1 |
849 | 2024-02-02T00:33:23.495Z | Downloaded stability v0.1.1 |
850 | 2024-02-02T00:33:23.495Z | Downloaded typenum v1.16.0 |
851 | 2024-02-02T00:33:23.495Z | Downloaded packed_struct_codegen v0.10.1 |
852 | 2024-02-02T00:33:23.495Z | Downloaded heck v0.3.3 |
853 | 2024-02-02T00:33:23.495Z | Downloaded resolv-conf v0.7.0 |
854 | 2024-02-02T00:33:23.495Z | Downloaded derive-where v1.2.7 |
855 | 2024-02-02T00:33:23.495Z | Downloaded tap v1.0.1 |
856 | 2024-02-02T00:33:23.495Z | Downloaded supports-color v2.1.0 |
857 | 2024-02-02T00:33:23.495Z | Downloaded rpassword v7.3.1 |
858 | 2024-02-02T00:33:23.495Z | Downloaded strum_macros v0.25.2 |
859 | 2024-02-02T00:33:23.495Z | Downloaded enum-as-inner v0.5.1 |
860 | 2024-02-02T00:33:23.495Z | Downloaded headers-core v0.2.0 |
861 | 2024-02-02T00:33:23.495Z | Downloaded doc-comment v0.3.3 |
862 | 2024-02-02T00:33:23.496Z | Downloaded tinyvec_macros v0.1.1 |
863 | 2024-02-02T00:33:23.496Z | Downloaded take_mut v0.2.2 |
864 | 2024-02-02T00:33:23.496Z | Downloaded ref-cast-impl v1.0.20 |
865 | 2024-02-02T00:33:23.496Z | Downloaded getopts v0.2.21 |
866 | 2024-02-02T00:33:23.496Z | Downloaded gethostname v0.4.3 |
867 | 2024-02-02T00:33:23.496Z | Downloaded dof v0.3.0 |
868 | 2024-02-02T00:33:23.496Z | Downloaded futures-io v0.3.30 |
869 | 2024-02-02T00:33:23.496Z | Downloaded untrusted v0.9.0 |
870 | 2024-02-02T00:33:23.496Z | Downloaded pkg-config v0.3.27 |
871 | 2024-02-02T00:33:23.497Z | Downloaded openssl-macros v0.1.1 |
872 | 2024-02-02T00:33:23.497Z | Downloaded parse-display-derive v0.8.2 |
873 | 2024-02-02T00:33:23.497Z | Downloaded term v0.7.0 |
874 | 2024-02-02T00:33:23.497Z | Downloaded pest_generator v2.7.6 |
875 | 2024-02-02T00:33:23.497Z | Downloaded fallible-iterator v0.2.0 |
876 | 2024-02-02T00:33:23.497Z | Downloaded zone v0.3.0 |
877 | 2024-02-02T00:33:23.497Z | Downloaded futures-core v0.3.30 |
878 | 2024-02-02T00:33:23.497Z | Downloaded equivalent v1.0.1 |
879 | 2024-02-02T00:33:23.497Z | Downloaded serde v1.0.195 |
880 | 2024-02-02T00:33:23.497Z | Downloaded spin v0.5.2 |
881 | 2024-02-02T00:33:23.497Z | Downloaded ena v0.14.2 |
882 | 2024-02-02T00:33:23.498Z | Downloaded serde_derive_internals v0.26.0 |
883 | 2024-02-02T00:33:23.498Z | Downloaded wait-timeout v0.2.0 |
884 | 2024-02-02T00:33:23.498Z | Downloaded trust-dns-server v0.22.1 |
885 | 2024-02-02T00:33:23.498Z | Downloaded schemars_derive v0.8.16 |
886 | 2024-02-02T00:33:23.498Z | Downloaded openssl-probe v0.1.5 |
887 | 2024-02-02T00:33:23.498Z | Downloaded try-lock v0.2.4 |
888 | 2024-02-02T00:33:23.498Z | Downloaded vec_map v0.8.2 |
889 | 2024-02-02T00:33:23.498Z | Downloaded fxhash v0.2.1 |
890 | 2024-02-02T00:33:23.498Z | Downloaded endian-type v0.1.2 |
891 | 2024-02-02T00:33:23.498Z | Downloaded serde_derive v1.0.195 |
892 | 2024-02-02T00:33:23.498Z | Downloaded walkdir v2.4.0 |
893 | 2024-02-02T00:33:23.498Z | Downloaded secrecy v0.8.0 |
894 | 2024-02-02T00:33:23.499Z | Downloaded tempfile v3.9.0 |
895 | 2024-02-02T00:33:23.499Z | Downloaded oso-derive v0.27.0 |
896 | 2024-02-02T00:33:23.499Z | Downloaded vte_generate_state_changes v0.1.1 |
897 | 2024-02-02T00:33:23.499Z | Downloaded r2d2 v0.8.10 |
898 | 2024-02-02T00:33:23.499Z | Downloaded fd-lock v3.0.13 |
899 | 2024-02-02T00:33:23.499Z | Downloaded zerocopy-derive v0.7.32 |
900 | 2024-02-02T00:33:23.499Z | Downloaded subtle v2.5.0 |
901 | 2024-02-02T00:33:23.499Z | Downloaded dyn-clone v1.0.13 |
902 | 2024-02-02T00:33:23.499Z | Downloaded peeking_take_while v0.1.2 |
903 | 2024-02-02T00:33:23.499Z | Downloaded path-slash v0.1.5 |
904 | 2024-02-02T00:33:23.500Z | Downloaded structmeta-derive v0.2.0 |
905 | 2024-02-02T00:33:23.500Z | Downloaded whoami v1.4.1 |
906 | 2024-02-02T00:33:23.500Z | Downloaded smf v0.2.2 |
907 | 2024-02-02T00:33:23.500Z | Downloaded display-error-chain v0.2.0 |
908 | 2024-02-02T00:33:23.500Z | Downloaded getrandom v0.2.10 |
909 | 2024-02-02T00:33:23.500Z | Downloaded spki v0.7.2 |
910 | 2024-02-02T00:33:23.500Z | Downloaded dirs-sys-next v0.1.2 |
911 | 2024-02-02T00:33:23.500Z | Downloaded zeroize_derive v1.4.2 |
912 | 2024-02-02T00:33:23.500Z | Downloaded scopeguard v1.2.0 |
913 | 2024-02-02T00:33:23.500Z | Downloaded slog-json v2.6.1 |
914 | 2024-02-02T00:33:23.500Z | Downloaded predicates v3.1.0 |
915 | 2024-02-02T00:33:23.500Z | Downloaded sqlparser_derive v0.2.2 |
916 | 2024-02-02T00:33:23.500Z | Downloaded tokio-macros v2.2.0 |
917 | 2024-02-02T00:33:23.516Z | Downloaded slog-stdlog v4.1.1 |
918 | 2024-02-02T00:33:23.516Z | Downloaded flagset v0.4.3 |
919 | 2024-02-02T00:33:23.516Z | Downloaded termcolor v1.2.0 |
920 | 2024-02-02T00:33:23.516Z | Downloaded ed25519 v1.5.3 |
921 | 2024-02-02T00:33:23.516Z | Downloaded trust-dns-client v0.22.0 |
922 | 2024-02-02T00:33:23.516Z | Downloaded pin-utils v0.1.0 |
923 | 2024-02-02T00:33:23.516Z | Downloaded steno v0.4.0 |
924 | 2024-02-02T00:33:23.516Z | Downloaded xattr v1.0.1 |
925 | 2024-02-02T00:33:23.516Z | Downloaded uuid v1.7.0 |
926 | 2024-02-02T00:33:23.516Z | Downloaded thiserror-impl v1.0.56 |
927 | 2024-02-02T00:33:23.516Z | Downloaded zerocopy v0.3.0 |
928 | 2024-02-02T00:33:23.517Z | Downloaded hex v0.4.3 |
929 | 2024-02-02T00:33:23.517Z | Downloaded swrite v0.1.0 |
930 | 2024-02-02T00:33:23.517Z | Downloaded darling_macro v0.20.3 |
931 | 2024-02-02T00:33:23.517Z | Downloaded funty v2.0.0 |
932 | 2024-02-02T00:33:23.517Z | Downloaded proc-macro2 v1.0.78 |
933 | 2024-02-02T00:33:23.517Z | Downloaded platforms v3.0.2 |
934 | 2024-02-02T00:33:23.517Z | Downloaded dirs-next v2.0.0 |
935 | 2024-02-02T00:33:23.517Z | Downloaded semver v1.0.21 |
936 | 2024-02-02T00:33:23.517Z | Downloaded plain v0.2.3 |
937 | 2024-02-02T00:33:23.517Z | Downloaded heapless v0.8.0 |
938 | 2024-02-02T00:33:23.517Z | Downloaded parse-display v0.8.2 |
939 | 2024-02-02T00:33:23.517Z | Downloaded ff v0.13.0 |
940 | 2024-02-02T00:33:23.517Z | Downloaded ref-cast v1.0.20 |
941 | 2024-02-02T00:33:23.517Z | Downloaded tokio-util v0.7.10 |
942 | 2024-02-02T00:33:23.517Z | Downloaded strum_macros v0.24.3 |
943 | 2024-02-02T00:33:23.517Z | Downloaded radium v0.7.0 |
944 | 2024-02-02T00:33:23.517Z | Downloaded debug-ignore v1.0.5 |
945 | 2024-02-02T00:33:23.517Z | Downloaded defmt-parser v0.3.3 |
946 | 2024-02-02T00:33:23.517Z | Downloaded semver v0.1.20 |
947 | 2024-02-02T00:33:23.517Z | Downloaded semver-parser v0.10.2 |
948 | 2024-02-02T00:33:23.517Z | Downloaded defmt-macros v0.3.6 |
949 | 2024-02-02T00:33:23.517Z | Downloaded data-encoding v2.4.0 |
950 | 2024-02-02T00:33:23.517Z | Downloaded rtoolbox v0.0.1 |
951 | 2024-02-02T00:33:23.517Z | Downloaded wyz v0.5.1 |
952 | 2024-02-02T00:33:23.518Z | Downloaded textwrap v0.16.0 |
953 | 2024-02-02T00:33:23.518Z | Downloaded slog-bunyan v2.5.0 |
954 | 2024-02-02T00:33:23.518Z | Downloaded pkcs1 v0.7.5 |
955 | 2024-02-02T00:33:23.518Z | Downloaded static_assertions v1.1.0 |
956 | 2024-02-02T00:33:23.518Z | Downloaded bitvec v1.0.1 |
957 | 2024-02-02T00:33:23.518Z | Downloaded pem-rfc7468 v0.7.0 |
958 | 2024-02-02T00:33:23.518Z | Downloaded smallvec v1.11.2 |
959 | 2024-02-02T00:33:23.518Z | Downloaded der v0.7.8 |
960 | 2024-02-02T00:33:23.518Z | Downloaded papergrid v0.11.0 |
961 | 2024-02-02T00:33:23.518Z | Downloaded ryu v1.0.15 |
962 | 2024-02-02T00:33:23.518Z | Downloaded parking_lot v0.11.2 |
963 | 2024-02-02T00:33:23.518Z | Downloaded fatfs v0.3.6 |
964 | 2024-02-02T00:33:23.518Z | Downloaded derive_more v0.99.17 |
965 | 2024-02-02T00:33:23.518Z | Downloaded headers v0.3.9 |
966 | 2024-02-02T00:33:23.518Z | Downloaded tar v0.4.40 |
967 | 2024-02-02T00:33:23.518Z | Downloaded ucd-trie v0.1.6 |
968 | 2024-02-02T00:33:23.518Z | Downloaded socket2 v0.4.9 |
969 | 2024-02-02T00:33:23.518Z | Downloaded reedline v0.28.0 |
970 | 2024-02-02T00:33:23.518Z | Downloaded rcgen v0.12.1 |
971 | 2024-02-02T00:33:23.518Z | Downloaded tracing v0.1.37 |
972 | 2024-02-02T00:33:23.518Z | Downloaded typed-path v0.7.0 |
973 | 2024-02-02T00:33:23.518Z | Downloaded unicode_categories v0.1.1 |
974 | 2024-02-02T00:33:23.518Z | Downloaded pest v2.7.6 |
975 | 2024-02-02T00:33:23.518Z | Downloaded chrono v0.4.31 |
976 | 2024-02-02T00:33:23.519Z | Downloaded proptest v1.4.0 |
977 | 2024-02-02T00:33:23.519Z | Downloaded rustls-webpki v0.101.7 |
978 | 2024-02-02T00:33:23.519Z | Downloaded regex-automata v0.1.10 |
979 | 2024-02-02T00:33:23.519Z | Downloaded unicode-segmentation v1.10.1 |
980 | 2024-02-02T00:33:23.519Z | Downloaded object v0.30.4 |
981 | 2024-02-02T00:33:23.519Z | Downloaded h2 v0.3.24 |
982 | 2024-02-02T00:33:23.519Z | Downloaded webpki-roots v0.25.2 |
983 | 2024-02-02T00:33:23.519Z | Downloaded rayon v1.8.0 |
984 | 2024-02-02T00:33:23.519Z | Downloaded futures-util v0.3.30 |
985 | 2024-02-02T00:33:23.526Z | Downloaded syn v1.0.109 |
986 | 2024-02-02T00:33:23.547Z | Downloaded radix_trie v0.2.1 |
987 | 2024-02-02T00:33:23.551Z | Downloaded diesel v2.1.4 |
988 | 2024-02-02T00:33:23.583Z | Downloaded vcpkg v0.2.15 |
989 | 2024-02-02T00:33:23.666Z | Downloaded trust-dns-proto v0.22.0 |
990 | 2024-02-02T00:33:23.685Z | Downloaded regress v0.7.1 |
991 | 2024-02-02T00:33:23.698Z | Downloaded openssl v0.10.60 |
992 | 2024-02-02T00:33:23.717Z | Downloaded ratatui v0.25.0 |
993 | 2024-02-02T00:33:23.754Z | Downloaded regex-syntax v0.8.2 |
994 | 2024-02-02T00:33:23.768Z | Downloaded openapiv3 v2.0.0 |
995 | 2024-02-02T00:33:23.786Z | Downloaded rustix v0.38.30 |
996 | 2024-02-02T00:33:23.828Z | Downloaded sled v0.34.7 |
997 | 2024-02-02T00:33:23.849Z | Downloaded regex-automata v0.4.4 |
998 | 2024-02-02T00:33:23.881Z | Downloaded regex-automata v0.3.8 |
999 | 2024-02-02T00:33:23.917Z | Downloaded libc v0.2.153 |
1000 | 2024-02-02T00:33:23.971Z | Downloaded zerocopy-derive v0.6.4 |
1001 | 2024-02-02T00:33:23.992Z | Downloaded tokio v1.35.1 |
1002 | 2024-02-02T00:33:24.068Z | Downloaded sha3 v0.10.8 |
1003 | 2024-02-02T00:33:24.081Z | Downloaded zerocopy-derive v0.2.0 |
1004 | 2024-02-02T00:33:24.107Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1005 | 2024-02-02T00:33:24.120Z | Downloaded syn v2.0.48 |
1006 | 2024-02-02T00:33:24.151Z | Downloaded encoding_rs v0.8.33 |
1007 | 2024-02-02T00:33:24.201Z | Downloaded regex-syntax v0.7.5 |
1008 | 2024-02-02T00:33:24.214Z | Downloaded rustls v0.22.2 |
1009 | 2024-02-02T00:33:24.252Z | Downloaded smoltcp v0.11.0 |
1010 | 2024-02-02T00:33:24.273Z | Downloaded smoltcp v0.9.1 |
1011 | 2024-02-02T00:33:24.286Z | Downloaded rustix v0.37.23 |
1012 | 2024-02-02T00:33:24.325Z | Downloaded ring v0.17.7 |
1013 | 2024-02-02T00:33:24.476Z | Downloaded bstr v1.6.0 |
1014 | 2024-02-02T00:33:24.502Z | Downloaded rustls v0.21.9 |
1015 | 2024-02-02T00:33:24.513Z | Downloaded regex v1.10.3 |
1016 | 2024-02-02T00:33:24.576Z | Downloaded gimli v0.28.0 |
1017 | 2024-02-02T00:33:24.610Z | Downloaded regex-syntax v0.6.29 |
1018 | 2024-02-02T00:33:24.610Z | Downloaded polar-core v0.27.0 |
1019 | 2024-02-02T00:33:24.610Z | Downloaded hkdf v0.12.4 |
1020 | 2024-02-02T00:33:24.618Z | Downloaded bstr v0.2.17 |
1021 | 2024-02-02T00:33:24.619Z | Downloaded object v0.32.1 |
1022 | 2024-02-02T00:33:24.632Z | Downloaded ring v0.16.20 |
1023 | 2024-02-02T00:33:24.879Z | Downloaded nix v0.27.1 |
1024 | 2024-02-02T00:33:24.964Z | Downloaded curve25519-dalek v4.1.1 |
1025 | 2024-02-02T00:33:24.964Z | Downloaded zerocopy v0.7.32 |
1026 | 2024-02-02T00:33:24.964Z | Downloaded petgraph v0.6.4 |
1027 | 2024-02-02T00:33:24.964Z | Downloaded goblin v0.8.0 |
1028 | 2024-02-02T00:33:24.964Z | Downloaded tabled v0.15.0 |
1029 | 2024-02-02T00:33:24.964Z | Downloaded idna v0.5.0 |
1030 | 2024-02-02T00:33:24.975Z | Downloaded lalrpop v0.19.12 |
1031 | 2024-02-02T00:33:24.975Z | Downloaded idna v0.2.3 |
1032 | 2024-02-02T00:33:24.976Z | Downloaded toml_edit v0.19.15 |
1033 | 2024-02-02T00:33:25.000Z | Downloaded hashbrown v0.14.2 |
1034 | 2024-02-02T00:33:25.039Z | Downloaded unsafe-libyaml v0.2.10 |
1035 | 2024-02-02T00:33:25.039Z | Downloaded winnow v0.5.15 |
1036 | 2024-02-02T00:33:25.082Z | Downloaded reqwest v0.11.22 |
1037 | 2024-02-02T00:33:25.082Z | Downloaded rustls-webpki v0.102.1 |
1038 | 2024-02-02T00:33:25.082Z | Downloaded clap v2.34.0 |
1039 | 2024-02-02T00:33:25.082Z | Downloaded rand v0.8.5 |
1040 | 2024-02-02T00:33:32.091Z | Downloaded toml_edit v0.21.0 |
1041 | 2024-02-02T00:33:32.091Z | Downloaded portable-atomic v1.4.3 |
1042 | 2024-02-02T00:33:32.091Z | Downloaded sqlparser v0.43.1 |
1043 | 2024-02-02T00:33:32.091Z | Downloaded schemars v0.8.16 |
1044 | 2024-02-02T00:33:32.091Z | Downloaded tungstenite v0.20.1 |
1045 | 2024-02-02T00:33:32.091Z | Downloaded x509-cert v0.2.4 |
1046 | 2024-02-02T00:33:32.091Z | Downloaded quick-xml v0.30.0 |
1047 | 2024-02-02T00:33:32.091Z | Downloaded half v2.3.1 |
1048 | 2024-02-02T00:33:32.091Z | Downloaded serde_with v3.5.1 |
1049 | 2024-02-02T00:33:32.091Z | Downloaded serde_json v1.0.113 |
1050 | 2024-02-02T00:33:32.091Z | Downloaded zip v0.6.6 |
1051 | 2024-02-02T00:33:32.091Z | Downloaded openssl-sys v0.9.96 |
1052 | 2024-02-02T00:33:32.091Z | Downloaded hashbrown v0.12.3 |
1053 | 2024-02-02T00:33:32.091Z | Downloaded tough v0.16.0 |
1054 | 2024-02-02T00:33:32.091Z | Downloaded oso v0.27.0 |
1055 | 2024-02-02T00:33:32.092Z | Downloaded structopt v0.3.26 |
1056 | 2024-02-02T00:33:32.092Z | Downloaded hyper v0.14.27 |
1057 | 2024-02-02T00:33:32.092Z | Downloaded tinyvec v1.6.0 |
1058 | 2024-02-02T00:33:32.092Z | Downloaded socket2 v0.5.5 |
1059 | 2024-02-02T00:33:32.092Z | Downloaded heapless v0.7.16 |
1060 | 2024-02-02T00:33:32.092Z | Downloaded futures-sink v0.3.30 |
1061 | 2024-02-02T00:33:32.092Z | Downloaded form_urlencoded v1.2.1 |
1062 | 2024-02-02T00:33:32.092Z | Downloaded rand_xorshift v0.3.0 |
1063 | 2024-02-02T00:33:32.092Z | Downloaded unicode-width v0.1.11 |
1064 | 2024-02-02T00:33:32.092Z | Downloaded ron v0.8.1 |
1065 | 2024-02-02T00:33:32.092Z | Downloaded universal-hash v0.5.1 |
1066 | 2024-02-02T00:33:32.092Z | Downloaded slab v0.4.9 |
1067 | 2024-02-02T00:33:32.092Z | Downloaded zerocopy v0.6.4 |
1068 | 2024-02-02T00:33:32.092Z | Downloaded spin v0.9.8 |
1069 | 2024-02-02T00:33:32.092Z | Downloaded hmac v0.12.1 |
1070 | 2024-02-02T00:33:32.092Z | Downloaded snafu v0.7.5 |
1071 | 2024-02-02T00:33:32.092Z | Downloaded diesel_derives v2.1.2 |
1072 | 2024-02-02T00:33:32.092Z | Downloaded unicode-normalization v0.1.22 |
1073 | 2024-02-02T00:33:32.092Z | Downloaded http v0.2.11 |
1074 | 2024-02-02T00:33:32.092Z | Downloaded clap_builder v4.4.2 |
1075 | 2024-02-02T00:33:32.092Z | Downloaded synstructure v0.12.6 |
1076 | 2024-02-02T00:33:32.092Z | Downloaded password-hash v0.5.0 |
1077 | 2024-02-02T00:33:32.092Z | Downloaded salty v0.2.0 |
1078 | 2024-02-02T00:33:32.093Z | Downloaded nom v7.1.3 |
1079 | 2024-02-02T00:33:32.093Z | Downloaded fixedbitset v0.4.2 |
1080 | 2024-02-02T00:33:32.093Z | Downloaded trust-dns-resolver v0.22.0 |
1081 | 2024-02-02T00:33:32.093Z | Downloaded difflib v0.4.0 |
1082 | 2024-02-02T00:33:32.093Z | Downloaded stable_deref_trait v1.2.0 |
1083 | 2024-02-02T00:33:32.093Z | Downloaded rand_core v0.6.4 |
1084 | 2024-02-02T00:33:32.093Z | Downloaded rustyline v13.0.0 |
1085 | 2024-02-02T00:33:32.093Z | Downloaded fd-lock v4.0.2 |
1086 | 2024-02-02T00:33:32.093Z | Downloaded quick-error v1.2.3 |
1087 | 2024-02-02T00:33:32.093Z | Downloaded proc-macro-error v1.0.4 |
1088 | 2024-02-02T00:33:32.093Z | Downloaded diff v0.1.13 |
1089 | 2024-02-02T00:33:32.093Z | Downloaded pin-project v1.1.3 |
1090 | 2024-02-02T00:33:32.093Z | Downloaded itertools v0.12.1 |
1091 | 2024-02-02T00:33:32.093Z | Downloaded toml v0.8.8 |
1092 | 2024-02-02T00:33:32.093Z | Downloaded libxml v0.3.3 |
1093 | 2024-02-02T00:33:32.093Z | Downloaded usdt-attr-macro v0.5.0 |
1094 | 2024-02-02T00:33:32.093Z | Downloaded version_check v0.9.4 |
1095 | 2024-02-02T00:33:32.093Z | Downloaded rsa v0.9.2 |
1096 | 2024-02-02T00:33:32.093Z | Downloaded num-bigint-dig v0.8.4 |
1097 | 2024-02-02T00:33:32.093Z | Downloaded time v0.3.27 |
1098 | 2024-02-02T00:33:32.456Z | Downloaded env_logger v0.10.0 |
1099 | 2024-02-02T00:33:32.456Z | Downloaded toml_datetime v0.6.5 |
1100 | 2024-02-02T00:33:32.456Z | Downloaded which v4.4.0 |
1101 | 2024-02-02T00:33:32.456Z | Downloaded untrusted v0.7.1 |
1102 | 2024-02-02T00:33:32.456Z | Downloaded percent-encoding v2.3.1 |
1103 | 2024-02-02T00:33:32.456Z | Downloaded futures-channel v0.3.30 |
1104 | 2024-02-02T00:33:32.456Z | Downloaded defmt v0.3.5 |
1105 | 2024-02-02T00:33:32.456Z | Downloaded postgres-protocol v0.6.6 |
1106 | 2024-02-02T00:33:32.457Z | Downloaded yasna v0.5.2 |
1107 | 2024-02-02T00:33:32.457Z | Downloaded mio v0.8.9 |
1108 | 2024-02-02T00:33:32.457Z | Downloaded futures-task v0.3.30 |
1109 | 2024-02-02T00:33:32.457Z | Downloaded digest v0.10.7 |
1110 | 2024-02-02T00:33:32.457Z | Downloaded pest_meta v2.7.6 |
1111 | 2024-02-02T00:33:32.457Z | Downloaded flume v0.11.0 |
1112 | 2024-02-02T00:33:32.457Z | Downloaded futures v0.3.30 |
1113 | 2024-02-02T00:33:32.457Z | Downloaded tokio-postgres v0.7.10 |
1114 | 2024-02-02T00:33:32.457Z | Downloaded slog-async v2.8.0 |
1115 | 2024-02-02T00:33:32.457Z | Downloaded vsss-rs v3.3.4 |
1116 | 2024-02-02T00:33:32.457Z | Downloaded itertools v0.10.5 |
1117 | 2024-02-02T00:33:32.457Z | Downloaded rand_chacha v0.3.1 |
1118 | 2024-02-02T00:33:32.457Z | Downloaded smawk v0.3.1 |
1119 | 2024-02-02T00:33:32.457Z | Downloaded vte v0.11.1 |
1120 | 2024-02-02T00:33:32.457Z | Downloaded postcard v1.0.8 |
1121 | 2024-02-02T00:33:32.457Z | Downloaded subprocess v0.2.9 |
1122 | 2024-02-02T00:33:32.457Z | Downloaded snafu-derive v0.7.5 |
1123 | 2024-02-02T00:33:32.458Z | Downloaded prettyplease v0.2.16 |
1124 | 2024-02-02T00:33:32.458Z | Downloaded tracing-core v0.1.31 |
1125 | 2024-02-02T00:33:32.458Z | Downloaded num-bigint v0.4.4 |
1126 | 2024-02-02T00:33:32.458Z | Downloaded url v2.5.0 |
1127 | 2024-02-02T00:33:32.458Z | Downloaded crossterm v0.27.0 |
1128 | 2024-02-02T00:33:32.458Z | Downloaded slog v2.7.0 |
1129 | 2024-02-02T00:33:32.458Z | Downloaded slog-term v2.9.0 |
1130 | 2024-02-02T00:33:32.458Z | Downloaded parking_lot_core v0.8.6 |
1131 | 2024-02-02T00:33:32.458Z | Downloaded flate2 v1.0.28 |
1132 | 2024-02-02T00:33:32.458Z | Downloaded pest_derive v2.7.6 |
1133 | 2024-02-02T00:33:32.458Z | Downloaded globset v0.4.13 |
1134 | 2024-02-02T00:33:32.458Z | Downloaded glob v0.3.1 |
1135 | 2024-02-02T00:33:32.459Z | Downloaded hashbrown v0.13.2 |
1136 | 2024-02-02T00:33:32.459Z | Downloaded structmeta v0.2.0 |
1137 | 2024-02-02T00:33:32.459Z | Downloaded rustls-pki-types v1.1.0 |
1138 | 2024-02-02T00:33:32.459Z | Downloaded slog-dtrace v0.3.0 |
1139 | 2024-02-02T00:33:32.459Z | Downloaded utf8parse v0.2.1 |
1140 | 2024-02-02T00:33:32.459Z | Downloaded generic-array v0.14.7 |
1141 | 2024-02-02T00:33:32.459Z | Downloaded dof v0.1.5 |
1142 | 2024-02-02T00:33:32.459Z | Downloaded serde_yaml v0.9.25 |
1143 | 2024-02-02T00:33:32.459Z | Downloaded rustc-demangle v0.1.23 |
1144 | 2024-02-02T00:33:32.459Z | Downloaded zone_cfg_derive v0.3.0 |
1145 | 2024-02-02T00:33:32.459Z | Downloaded waitgroup v0.1.2 |
1146 | 2024-02-02T00:33:32.459Z | Downloaded tiny-keccak v2.0.2 |
1147 | 2024-02-02T00:33:32.459Z | Downloaded usdt-impl v0.5.0 |
1148 | 2024-02-02T00:33:32.459Z | Downloaded elliptic-curve v0.13.8 |
1149 | 2024-02-02T00:33:32.459Z | Downloaded memchr v2.6.3 |
1150 | 2024-02-02T00:33:32.459Z | Downloaded smallvec v0.6.14 |
1151 | 2024-02-02T00:33:32.459Z | Downloaded owo-colors v4.0.0 |
1152 | 2024-02-02T00:33:32.459Z | Downloaded rayon-core v1.12.0 |
1153 | 2024-02-02T00:33:32.459Z | Downloaded unicode-xid v0.2.4 |
1154 | 2024-02-02T00:33:32.459Z | Downloaded minimal-lexical v0.2.1 |
1155 | 2024-02-02T00:33:32.459Z | Downloaded der_derive v0.7.2 |
1156 | 2024-02-02T00:33:32.459Z | Downloaded tracing-attributes v0.1.26 |
1157 | 2024-02-02T00:33:32.459Z | Downloaded rustls-pemfile v2.0.0 |
1158 | 2024-02-02T00:33:32.459Z | Downloaded poly1305 v0.8.0 |
1159 | 2024-02-02T00:33:32.460Z | Downloaded serde-hex v0.1.0 |
1160 | 2024-02-02T00:33:32.460Z | Downloaded rustc_version v0.4.0 |
1161 | 2024-02-02T00:33:32.460Z | Downloaded rustc_version v0.1.7 |
1162 | 2024-02-02T00:33:32.460Z | Downloaded rustc-hash v1.1.0 |
1163 | 2024-02-02T00:33:32.460Z | Downloaded terminal_size v0.2.6 |
1164 | 2024-02-02T00:33:32.460Z | Downloaded filetime v0.2.23 |
1165 | 2024-02-02T00:33:32.460Z | Downloaded termios v0.3.3 |
1166 | 2024-02-02T00:33:32.460Z | Downloaded slog-envlogger v2.2.0 |
1167 | 2024-02-02T00:33:32.460Z | Downloaded libm v0.2.7 |
1168 | 2024-02-02T00:33:32.460Z | Downloaded sct v0.7.0 |
1169 | 2024-02-02T00:33:32.460Z | Downloaded fastrand v2.0.0 |
1170 | 2024-02-02T00:33:32.460Z | Downloaded errno v0.3.8 |
1171 | 2024-02-02T00:33:32.460Z | Downloaded thiserror v1.0.56 |
1172 | 2024-02-02T00:33:32.460Z | Downloaded pin-project-lite v0.2.13 |
1173 | 2024-02-02T00:33:32.460Z | Downloaded unicode-ident v1.0.12 |
1174 | 2024-02-02T00:33:32.460Z | Downloaded paste v1.0.14 |
1175 | 2024-02-02T00:33:32.460Z | Downloaded packed_struct v0.10.1 |
1176 | 2024-02-02T00:33:32.460Z | Downloaded thiserror-impl-no-std v2.0.2 |
1177 | 2024-02-02T00:33:32.460Z | Downloaded parking_lot v0.12.1 |
1178 | 2024-02-02T00:33:32.460Z | Downloaded signal-hook v0.3.17 |
1179 | 2024-02-02T00:33:32.460Z | Downloaded tokio-rustls v0.24.1 |
1180 | 2024-02-02T00:33:32.461Z | Downloaded quote v1.0.35 |
1181 | 2024-02-02T00:33:32.461Z | Downloaded unicode-linebreak v0.1.5 |
1182 | 2024-02-02T00:33:32.461Z | Downloaded heck v0.4.1 |
1183 | 2024-02-02T00:33:32.461Z | Downloaded topological-sort v0.2.2 |
1184 | 2024-02-02T00:33:32.461Z | Downloaded serde-big-array v0.5.1 |
1185 | 2024-02-02T00:33:32.461Z | Downloaded toml v0.7.8 |
1186 | 2024-02-02T00:33:32.461Z | Downloaded pkcs8 v0.10.2 |
1187 | 2024-02-02T00:33:32.461Z | Downloaded backtrace v0.3.69 |
1188 | 2024-02-02T00:33:32.461Z | Downloaded toml v0.5.11 |
1189 | 2024-02-02T00:33:32.461Z | Downloaded similar v2.3.0 |
1190 | 2024-02-02T00:33:32.461Z | Downloaded pem v3.0.2 |
1191 | 2024-02-02T00:33:32.461Z | Downloaded group v0.13.0 |
1192 | 2024-02-02T00:33:32.461Z | Downloaded fs-err v2.11.0 |
1193 | 2024-02-02T00:33:32.461Z | Downloaded embedded-io v0.4.0 |
1194 | 2024-02-02T00:33:32.461Z | Downloaded hash32 v0.3.1 |
1195 | 2024-02-02T00:33:32.461Z | Downloaded hash32 v0.2.1 |
1196 | 2024-02-02T00:33:32.461Z | Downloaded foreign-types-macros v0.2.3 |
1197 | 2024-02-02T00:33:32.461Z | Downloaded futures-macro v0.3.30 |
1198 | 2024-02-02T00:33:32.715Z | Downloaded strsim v0.10.0 |
1199 | 2024-02-02T00:33:32.715Z | Downloaded strsim v0.8.0 |
1200 | 2024-02-02T00:33:32.715Z | Downloaded strip-ansi-escapes v0.2.0 |
1201 | 2024-02-02T00:33:32.715Z | Downloaded rusty-fork v0.3.0 |
1202 | 2024-02-02T00:33:32.716Z | Downloaded tokio-native-tls v0.3.1 |
1203 | 2024-02-02T00:33:32.716Z | Downloaded thiserror-no-std v2.0.2 |
1204 | 2024-02-02T00:33:32.716Z | Downloaded sha1 v0.10.6 |
1205 | 2024-02-02T00:33:32.716Z | Downloaded serde_tokenstream v0.1.7 |
1206 | 2024-02-02T00:33:32.716Z | Downloaded darling_core v0.14.4 |
1207 | 2024-02-02T00:33:32.716Z | Downloaded pin-project-internal v1.1.3 |
1208 | 2024-02-02T00:33:32.716Z | Downloaded unarray v0.1.4 |
1209 | 2024-02-02T00:33:32.716Z | Downloaded test-strategy v0.3.1 |
1210 | 2024-02-02T00:33:32.716Z | Downloaded darling_macro v0.14.4 |
1211 | 2024-02-02T00:33:32.716Z | Downloaded serde_spanned v0.6.4 |
1212 | 2024-02-02T00:33:32.716Z | Downloaded crypto-bigint v0.5.2 |
1213 | 2024-02-02T00:33:32.716Z | Downloaded highway v1.1.0 |
1214 | 2024-02-02T00:33:32.716Z | Downloaded num-traits v0.2.16 |
1215 | 2024-02-02T00:33:32.717Z | Downloaded derive_builder_core v0.12.0 |
1216 | 2024-02-02T00:33:32.717Z | Downloaded indicatif v0.17.7 |
1217 | 2024-02-02T00:33:32.717Z | Downloaded ppv-lite86 v0.2.17 |
1218 | 2024-02-02T00:33:32.717Z | Downloaded arc-swap v1.6.0 |
1219 | 2024-02-02T00:33:32.717Z | Downloaded tokio-tungstenite v0.20.1 |
1220 | 2024-02-02T00:33:32.717Z | Downloaded tokio-stream v0.1.14 |
1221 | 2024-02-02T00:33:32.717Z | Downloaded predicates-tree v1.0.9 |
1222 | 2024-02-02T00:33:32.718Z | Downloaded phf v0.11.2 |
1223 | 2024-02-02T00:33:32.718Z | Downloaded dtrace-parser v0.1.14 |
1224 | 2024-02-02T00:33:32.718Z | Downloaded fragile v2.0.0 |
1225 | 2024-02-02T00:33:32.718Z | Downloaded mockall_derive v0.12.0 |
1226 | 2024-02-02T00:33:32.718Z | Downloaded phf_shared v0.11.2 |
1227 | 2024-02-02T00:33:32.718Z | Downloaded mime_guess v2.0.4 |
1228 | 2024-02-02T00:33:32.718Z | Downloaded crossbeam-utils v0.8.16 |
1229 | 2024-02-02T00:33:32.718Z | Downloaded tui-tree-widget v0.16.0 |
1230 | 2024-02-02T00:33:32.718Z | Downloaded time-macros v0.2.13 |
1231 | 2024-02-02T00:33:32.718Z | Downloaded http v1.0.0 |
1232 | 2024-02-02T00:33:32.718Z | Downloaded base64 v0.21.7 |
1233 | 2024-02-02T00:33:32.718Z | Downloaded sha2 v0.10.8 |
1234 | 2024-02-02T00:33:32.719Z | Downloaded omicron-zone-package v0.10.1 |
1235 | 2024-02-02T00:33:32.719Z | Downloaded num-rational v0.4.1 |
1236 | 2024-02-02T00:33:32.719Z | Downloaded num-complex v0.4.4 |
1237 | 2024-02-02T00:33:32.719Z | Downloaded nu-ansi-term v0.49.0 |
1238 | 2024-02-02T00:33:32.719Z | Downloaded termtree v0.4.1 |
1239 | 2024-02-02T00:33:32.719Z | Downloaded serde_repr v0.1.16 |
1240 | 2024-02-02T00:33:32.719Z | Downloaded native-tls v0.2.11 |
1241 | 2024-02-02T00:33:32.719Z | Downloaded pretty-hex v0.4.1 |
1242 | 2024-02-02T00:33:32.719Z | Downloaded want v0.3.1 |
1243 | 2024-02-02T00:33:32.719Z | Downloaded time-core v0.1.1 |
1244 | 2024-02-02T00:33:32.719Z | Downloaded structopt-derive v0.4.18 |
1245 | 2024-02-02T00:33:32.719Z | Downloaded tabled_derive v0.7.0 |
1246 | 2024-02-02T00:33:32.719Z | Downloaded num-iter v0.1.43 |
1247 | 2024-02-02T00:33:32.720Z | Downloaded anyhow v1.0.75 |
1248 | 2024-02-02T00:33:32.720Z | Downloaded ahash v0.8.6 |
1249 | 2024-02-02T00:33:32.720Z | Downloaded usdt v0.3.5 |
1250 | 2024-02-02T00:33:32.720Z | Downloaded siphasher v0.3.11 |
1251 | 2024-02-02T00:33:32.720Z | Downloaded lock_api v0.4.10 |
1252 | 2024-02-02T00:33:32.720Z | Downloaded predicates-core v1.0.6 |
1253 | 2024-02-02T00:33:32.720Z | Downloaded fnv v1.0.7 |
1254 | 2024-02-02T00:33:32.720Z | Downloaded deranged v0.3.8 |
1255 | 2024-02-02T00:33:32.720Z | Downloaded ciborium v0.2.2 |
1256 | 2024-02-02T00:33:32.720Z | Downloaded num_enum v0.5.11 |
1257 | 2024-02-02T00:33:32.720Z | Downloaded num_cpus v1.16.0 |
1258 | 2024-02-02T00:33:32.720Z | Downloaded num v0.4.1 |
1259 | 2024-02-02T00:33:32.720Z | Downloaded usdt-macro v0.3.5 |
1260 | 2024-02-02T00:33:32.721Z | Downloaded usdt-attr-macro v0.3.5 |
1261 | 2024-02-02T00:33:32.721Z | Downloaded signature v2.1.0 |
1262 | 2024-02-02T00:33:32.721Z | Downloaded signal-hook-registry v1.4.1 |
1263 | 2024-02-02T00:33:32.721Z | Downloaded signal-hook-mio v0.2.3 |
1264 | 2024-02-02T00:33:32.721Z | Downloaded shlex v1.3.0 |
1265 | 2024-02-02T00:33:32.721Z | Downloaded chacha20poly1305 v0.10.1 |
1266 | 2024-02-02T00:33:32.721Z | Downloaded lru-cache v0.1.2 |
1267 | 2024-02-02T00:33:32.721Z | Downloaded string_cache v0.8.7 |
1268 | 2024-02-02T00:33:32.721Z | Downloaded shell-words v1.1.0 |
1269 | 2024-02-02T00:33:32.721Z | Downloaded serde_urlencoded v0.7.1 |
1270 | 2024-02-02T00:33:32.721Z | Downloaded serde_tokenstream v0.2.0 |
1271 | 2024-02-02T00:33:32.721Z | Downloaded scroll v0.12.0 |
1272 | 2024-02-02T00:33:32.721Z | Downloaded cc v1.0.83 |
1273 | 2024-02-02T00:33:32.722Z | Downloaded lalrpop-util v0.19.12 |
1274 | 2024-02-02T00:33:32.722Z | Downloaded managed v0.8.0 |
1275 | 2024-02-02T00:33:32.722Z | Downloaded libsw v3.3.1 |
1276 | 2024-02-02T00:33:32.722Z | Downloaded bindgen v0.69.2 |
1277 | 2024-02-02T00:33:32.722Z | Downloaded argon2 v0.5.3 |
1278 | 2024-02-02T00:33:32.722Z | Downloaded signature v1.6.4 |
1279 | 2024-02-02T00:33:32.722Z | Downloaded serde_path_to_error v0.1.15 |
1280 | 2024-02-02T00:33:32.722Z | Downloaded memoffset v0.7.1 |
1281 | 2024-02-02T00:33:32.722Z | Downloaded match_cfg v0.1.0 |
1282 | 2024-02-02T00:33:32.722Z | Downloaded maplit v1.0.2 |
1283 | 2024-02-02T00:33:32.722Z | Downloaded macaddr v1.0.1 |
1284 | 2024-02-02T00:33:32.722Z | Downloaded libefi-sys v0.1.0 |
1285 | 2024-02-02T00:33:32.722Z | Downloaded darling v0.20.3 |
1286 | 2024-02-02T00:33:32.723Z | Downloaded darling v0.14.4 |
1287 | 2024-02-02T00:33:32.723Z | Downloaded crc32fast v1.3.2 |
1288 | 2024-02-02T00:33:32.723Z | Downloaded camino-tempfile v1.1.1 |
1289 | 2024-02-02T00:33:32.723Z | Downloaded byteorder v1.5.0 |
1290 | 2024-02-02T00:33:32.723Z | Downloaded async-trait v0.1.77 |
1291 | 2024-02-02T00:33:32.723Z | Downloaded backoff v0.4.0 |
1292 | 2024-02-02T00:33:32.723Z | Downloaded anstyle-parse v0.2.1 |
1293 | 2024-02-02T00:33:32.723Z | Downloaded ansi_term v0.12.1 |
1294 | 2024-02-02T00:33:32.723Z | Downloaded addr2line v0.21.0 |
1295 | 2024-02-02T00:33:32.723Z | Downloaded log v0.4.20 |
1296 | 2024-02-02T00:33:32.723Z | Downloaded kstat-rs v0.2.3 |
1297 | 2024-02-02T00:33:32.797Z | Downloaded cookie v0.18.0 |
1298 | 2024-02-02T00:33:32.797Z | Downloaded colored v2.0.4 |
1299 | 2024-02-02T00:33:32.797Z | Downloaded clap_derive v4.4.2 |
1300 | 2024-02-02T00:33:32.798Z | Downloaded blake2 v0.10.6 |
1301 | 2024-02-02T00:33:32.798Z | Downloaded memmap v0.7.0 |
1302 | 2024-02-02T00:33:32.798Z | Downloaded md-5 v0.10.5 |
1303 | 2024-02-02T00:33:32.798Z | Downloaded maybe-uninit v2.0.0 |
1304 | 2024-02-02T00:33:32.798Z | Downloaded lazy_static v1.4.0 |
1305 | 2024-02-02T00:33:32.798Z | Downloaded inout v0.1.3 |
1306 | 2024-02-02T00:33:32.798Z | Downloaded crc v3.0.1 |
1307 | 2024-02-02T00:33:32.798Z | Downloaded bytes v1.5.0 |
1308 | 2024-02-02T00:33:32.798Z | Downloaded lru v0.12.1 |
1309 | 2024-02-02T00:33:32.798Z | Downloaded clang-sys v1.6.1 |
1310 | 2024-02-02T00:33:32.798Z | Downloaded derive_builder_macro v0.12.0 |
1311 | 2024-02-02T00:33:32.799Z | Downloaded ipnet v2.9.0 |
1312 | 2024-02-02T00:33:32.799Z | Downloaded crossbeam-epoch v0.9.15 |
1313 | 2024-02-02T00:33:32.799Z | Downloaded cancel-safe-futures v0.1.5 |
1314 | 2024-02-02T00:33:32.799Z | Downloaded signal-hook-tokio v0.3.1 |
1315 | 2024-02-02T00:33:32.799Z | Downloaded libloading v0.7.4 |
1316 | 2024-02-02T00:33:32.799Z | Downloaded indexmap v1.9.3 |
1317 | 2024-02-02T00:33:32.799Z | Downloaded impl-trait-for-tuples v0.2.2 |
1318 | 2024-02-02T00:33:32.799Z | Downloaded crc-catalog v2.2.0 |
1319 | 2024-02-02T00:33:32.799Z | Downloaded serde-big-array v0.4.1 |
1320 | 2024-02-02T00:33:32.799Z | Downloaded atomic-waker v1.1.1 |
1321 | 2024-02-02T00:33:32.800Z | Downloaded async-recursion v1.0.5 |
1322 | 2024-02-02T00:33:32.800Z | Downloaded async-stream v0.3.5 |
1323 | 2024-02-02T00:33:32.800Z | Downloaded samael v0.0.14 |
1324 | 2024-02-02T00:33:32.800Z | Downloaded ipnetwork v0.20.0 |
1325 | 2024-02-02T00:33:32.800Z | Downloaded cfg-if v1.0.0 |
1326 | 2024-02-02T00:33:32.800Z | Downloaded bb8 v0.8.1 |
1327 | 2024-02-02T00:33:32.800Z | Downloaded array-init v0.0.4 |
1328 | 2024-02-02T00:33:32.801Z | Downloaded anstyle v1.0.2 |
1329 | 2024-02-02T00:33:32.801Z | Downloaded anstyle-query v1.0.0 |
1330 | 2024-02-02T00:33:32.801Z | Downloaded adler v1.0.2 |
1331 | 2024-02-02T00:33:32.801Z | Downloaded aead v0.5.2 |
1332 | 2024-02-02T00:33:32.801Z | Downloaded anstream v0.5.0 |
1333 | 2024-02-02T00:33:32.802Z | Downloaded linear-map v1.2.0 |
1334 | 2024-02-02T00:33:32.802Z | Downloaded itoa v1.0.9 |
1335 | 2024-02-02T00:33:32.802Z | Downloaded crossbeam v0.8.2 |
1336 | 2024-02-02T00:33:32.802Z | Downloaded newtype_derive v0.1.6 |
1337 | 2024-02-02T00:33:32.802Z | Downloaded lazycell v1.3.0 |
1338 | 2024-02-02T00:33:32.802Z | Downloaded keccak v0.1.4 |
1339 | 2024-02-02T00:33:32.803Z | Downloaded crucible-workspace-hack v0.1.0 |
1340 | 2024-02-02T00:33:32.803Z | Downloaded io-lifetimes v1.0.11 |
1341 | 2024-02-02T00:33:32.803Z | Downloaded clap v4.4.3 |
1342 | 2024-02-02T00:33:32.803Z | Downloaded base16ct v0.2.0 |
1343 | 2024-02-02T00:33:32.803Z | Downloaded crc-any v2.4.3 |
1344 | 2024-02-02T00:33:32.803Z | Downloaded const-oid v0.9.5 |
1345 | 2024-02-02T00:33:32.804Z | Downloaded scroll_derive v0.12.0 |
1346 | 2024-02-02T00:33:32.804Z | Downloaded same-file v1.0.6 |
1347 | 2024-02-02T00:33:32.804Z | Downloaded iana-time-zone v0.1.57 |
1348 | 2024-02-02T00:33:32.804Z | Downloaded cpufeatures v0.2.12 |
1349 | 2024-02-02T00:33:32.804Z | Downloaded console v0.15.8 |
1350 | 2024-02-02T00:33:32.804Z | Downloaded bitflags v2.4.0 |
1351 | 2024-02-02T00:33:32.804Z | Downloaded ascii-canvas v3.0.0 |
1352 | 2024-02-02T00:33:32.805Z | Downloaded is_ci v1.1.1 |
1353 | 2024-02-02T00:33:32.805Z | Downloaded convert_case v0.4.0 |
1354 | 2024-02-02T00:33:32.805Z | Downloaded bcs v0.1.6 |
1355 | 2024-02-02T00:33:32.805Z | Downloaded atty v0.2.14 |
1356 | 2024-02-02T00:33:32.805Z | Downloaded atomicwrites v0.4.3 |
1357 | 2024-02-02T00:33:32.805Z | Downloaded async-stream-impl v0.3.5 |
1358 | 2024-02-02T00:33:32.805Z | Downloaded semver v0.11.0 |
1359 | 2024-02-02T00:33:32.806Z | Downloaded colorchoice v1.0.0 |
1360 | 2024-02-02T00:33:32.806Z | Downloaded bitflags v1.3.2 |
1361 | 2024-02-02T00:33:32.806Z | Downloaded bit-vec v0.6.3 |
1362 | 2024-02-02T00:33:32.806Z | Downloaded http-range v0.1.5 |
1363 | 2024-02-02T00:33:32.806Z | Downloaded hyper-rustls v0.24.2 |
1364 | 2024-02-02T00:33:32.806Z | Downloaded camino v1.1.6 |
1365 | 2024-02-02T00:33:32.806Z | Downloaded indoc v2.0.3 |
1366 | 2024-02-02T00:33:32.806Z | Downloaded cobs v0.2.3 |
1367 | 2024-02-02T00:33:32.806Z | Downloaded clap_lex v0.5.1 |
1368 | 2024-02-02T00:33:32.806Z | Downloaded cipher v0.4.4 |
1369 | 2024-02-02T00:33:32.806Z | Downloaded ciborium-ll v0.2.2 |
1370 | 2024-02-02T00:33:32.806Z | Downloaded hubpack v0.1.2 |
1371 | 2024-02-02T00:33:32.806Z | Downloaded httpdate v1.0.3 |
1372 | 2024-02-02T00:33:32.807Z | Downloaded http-body v0.4.5 |
1373 | 2024-02-02T00:33:32.807Z | Downloaded chacha20 v0.9.1 |
1374 | 2024-02-02T00:33:32.807Z | Downloaded cexpr v0.6.0 |
1375 | 2024-02-02T00:33:32.807Z | Downloaded cassowary v0.3.0 |
1376 | 2024-02-02T00:33:32.807Z | Downloaded block-padding v0.3.3 |
1377 | 2024-02-02T00:33:32.807Z | Compiling proc-macro2 v1.0.78 |
1378 | 2024-02-02T00:33:32.807Z | Compiling unicode-ident v1.0.12 |
1379 | 2024-02-02T00:33:32.807Z | Compiling libc v0.2.153 |
1380 | 2024-02-02T00:33:32.807Z | Compiling serde v1.0.195 |
1381 | 2024-02-02T00:33:32.807Z | Compiling autocfg v1.1.0 |
1382 | 2024-02-02T00:33:32.808Z | Compiling version_check v0.9.4 |
1383 | 2024-02-02T00:33:32.808Z | Compiling cfg-if v1.0.0 |
1384 | 2024-02-02T00:33:32.808Z | Compiling once_cell v1.19.0 |
1385 | 2024-02-02T00:33:32.808Z | Compiling syn v1.0.109 |
1386 | 2024-02-02T00:33:32.808Z | Compiling byteorder v1.5.0 |
1387 | 2024-02-02T00:33:32.808Z | Compiling memchr v2.6.3 |
1388 | 2024-02-02T00:33:32.808Z | Compiling parking_lot_core v0.9.8 |
1389 | 2024-02-02T00:33:32.808Z | Compiling ahash v0.8.6 |
1390 | 2024-02-02T00:33:32.808Z | Compiling lock_api v0.4.10 |
1391 | 2024-02-02T00:33:32.808Z | Compiling libm v0.2.7 |
1392 | 2024-02-02T00:33:32.808Z | Compiling serde_json v1.0.113 |
1393 | 2024-02-02T00:33:32.808Z | Compiling num-traits v0.2.16 |
1394 | 2024-02-02T00:33:32.809Z | Compiling thiserror v1.0.56 |
1395 | 2024-02-02T00:33:32.809Z | Compiling typenum v1.16.0 |
1396 | 2024-02-02T00:33:32.809Z | Compiling scopeguard v1.2.0 |
1397 | 2024-02-02T00:33:32.840Z | Compiling generic-array v0.14.7 |
1398 | 2024-02-02T00:33:32.840Z | Compiling itoa v1.0.9 |
1399 | 2024-02-02T00:33:32.840Z | Compiling quote v1.0.35 |
1400 | 2024-02-02T00:33:32.841Z | Compiling syn v2.0.48 |
1401 | 2024-02-02T00:33:32.841Z | Compiling cc v1.0.83 |
1402 | 2024-02-02T00:33:32.842Z | Compiling getrandom v0.2.10 |
1403 | 2024-02-02T00:33:32.842Z | Compiling log v0.4.20 |
1404 | 2024-02-02T00:33:32.842Z | Compiling pkg-config v0.3.27 |
1405 | 2024-02-02T00:33:33.385Z | Compiling slab v0.4.9 |
1406 | 2024-02-02T00:33:33.743Z | Compiling ryu v1.0.15 |
1407 | 2024-02-02T00:33:33.993Z | Compiling allocator-api2 v0.2.16 |
1408 | 2024-02-02T00:33:34.208Z | Compiling smallvec v1.11.2 |
1409 | 2024-02-02T00:33:34.620Z | Compiling pin-project-lite v0.2.13 |
1410 | 2024-02-02T00:33:34.647Z | Compiling equivalent v1.0.1 |
1411 | 2024-02-02T00:33:34.847Z | Compiling schemars v0.8.16 |
1412 | 2024-02-02T00:33:34.948Z | Compiling heck v0.4.1 |
1413 | 2024-02-02T00:33:35.347Z | Compiling vcpkg v0.2.15 |
1414 | 2024-02-02T00:33:35.587Z | Compiling parking_lot v0.12.1 |
1415 | 2024-02-02T00:33:35.960Z | Compiling ring v0.17.7 |
1416 | 2024-02-02T00:33:37.512Z | Compiling signal-hook-registry v1.4.1 |
1417 | 2024-02-02T00:33:38.305Z | Compiling openssl-sys v0.9.96 |
1418 | 2024-02-02T00:33:38.984Z | Compiling mio v0.8.9 |
1419 | 2024-02-02T00:33:39.680Z | Compiling rand_core v0.6.4 |
1420 | 2024-02-02T00:33:41.040Z | Compiling ring v0.16.20 |
1421 | 2024-02-02T00:33:42.504Z | Compiling num_cpus v1.16.0 |
1422 | 2024-02-02T00:33:42.612Z | Compiling socket2 v0.5.5 |
1423 | 2024-02-02T00:33:43.003Z | Compiling ucd-trie v0.1.6 |
1424 | 2024-02-02T00:33:43.031Z | Compiling httparse v1.8.0 |
1425 | 2024-02-02T00:33:43.690Z | Compiling futures-core v0.3.30 |
1426 | 2024-02-02T00:33:43.715Z | Compiling fnv v1.0.7 |
1427 | 2024-02-02T00:33:43.832Z | Compiling openssl v0.10.60 |
1428 | 2024-02-02T00:33:43.861Z | Compiling spin v0.5.2 |
1429 | 2024-02-02T00:33:43.906Z | Compiling semver v1.0.21 |
1430 | 2024-02-02T00:33:44.248Z | Compiling serde_derive_internals v0.26.0 |
1431 | 2024-02-02T00:33:44.729Z | Compiling iana-time-zone v0.1.57 |
1432 | 2024-02-02T00:33:45.147Z | Compiling crossbeam-utils v0.8.16 |
1433 | 2024-02-02T00:33:45.307Z | Compiling unicode-xid v0.2.4 |
1434 | 2024-02-02T00:33:45.592Z | Compiling native-tls v0.2.11 |
1435 | 2024-02-02T00:33:45.742Z | Compiling const-oid v0.9.5 |
1436 | 2024-02-02T00:33:45.845Z | Compiling subtle v2.5.0 |
1437 | 2024-02-02T00:33:46.266Z | Compiling rustls v0.21.9 |
1438 | 2024-02-02T00:33:46.335Z | Compiling synstructure v0.12.6 |
1439 | 2024-02-02T00:33:46.654Z | Compiling spin v0.9.8 |
1440 | 2024-02-02T00:33:47.328Z | Compiling futures-sink v0.3.30 |
1441 | 2024-02-02T00:33:47.675Z | Compiling io-lifetimes v1.0.11 |
1442 | 2024-02-02T00:33:48.524Z | Compiling backtrace v0.3.69 |
1443 | 2024-02-02T00:33:48.899Z | Compiling rustix v0.38.30 |
1444 | 2024-02-02T00:33:48.929Z | Compiling dyn-clone v1.0.13 |
1445 | 2024-02-02T00:33:49.031Z | Compiling winnow v0.5.15 |
1446 | 2024-02-02T00:33:49.174Z | Compiling tinyvec_macros v0.1.1 |
1447 | 2024-02-02T00:33:49.323Z | Compiling tinyvec v1.6.0 |
1448 | 2024-02-02T00:33:49.773Z | Compiling futures-channel v0.3.30 |
1449 | 2024-02-02T00:33:50.002Z | Compiling tracing-core v0.1.31 |
1450 | 2024-02-02T00:33:50.369Z | Compiling num-integer v0.1.45 |
1451 | 2024-02-02T00:33:50.537Z | Compiling memoffset v0.9.0 |
1452 | 2024-02-02T00:33:50.850Z | Compiling futures-task v0.3.30 |
1453 | 2024-02-02T00:33:51.426Z | Compiling futures-io v0.3.30 |
1454 | 2024-02-02T00:33:51.828Z | Compiling pin-utils v0.1.0 |
1455 | 2024-02-02T00:33:51.891Z | Compiling rustix v0.37.23 |
1456 | 2024-02-02T00:33:53.005Z | Compiling unicode-normalization v0.1.22 |
1457 | 2024-02-02T00:33:53.347Z | Compiling usdt-impl v0.3.5 |
1458 | 2024-02-02T00:33:53.771Z | Compiling serde_derive v1.0.195 |
1459 | 2024-02-02T00:33:53.852Z | Compiling zerocopy-derive v0.7.32 |
1460 | 2024-02-02T00:33:54.078Z | Compiling zeroize_derive v1.4.2 |
1461 | 2024-02-02T00:33:54.178Z | Compiling thiserror-impl v1.0.56 |
1462 | 2024-02-02T00:33:54.756Z | Compiling tokio-macros v2.2.0 |
1463 | 2024-02-02T00:33:54.913Z | Compiling futures-macro v0.3.30 |
1464 | 2024-02-02T00:33:55.096Z | Compiling tracing-attributes v0.1.26 |
1465 | 2024-02-02T00:33:56.436Z | Compiling zeroize v1.7.0 |
1466 | 2024-02-02T00:33:56.747Z | Compiling schemars_derive v0.8.16 |
1467 | 2024-02-02T00:33:57.160Z | Compiling zerocopy v0.7.32 |
1468 | 2024-02-02T00:33:59.264Z | Compiling pest v2.7.6 |
1469 | 2024-02-02T00:34:00.678Z | Compiling openssl-macros v0.1.1 |
1470 | 2024-02-02T00:34:00.925Z | Compiling hashbrown v0.14.2 |
1471 | 2024-02-02T00:34:02.225Z | Compiling zerocopy-derive v0.2.0 |
1472 | 2024-02-02T00:34:02.232Z | Compiling crypto-common v0.1.6 |
1473 | 2024-02-02T00:34:02.270Z | Compiling der_derive v0.7.2 |
1474 | 2024-02-02T00:34:02.950Z | Compiling hashbrown v0.13.2 |
1475 | 2024-02-02T00:34:03.102Z | Compiling tracing v0.1.37 |
1476 | 2024-02-02T00:34:04.164Z | Compiling pest_meta v2.7.6 |
1477 | 2024-02-02T00:34:04.231Z | Compiling block-buffer v0.10.4 |
1478 | 2024-02-02T00:34:04.590Z | Compiling futures-util v0.3.30 |
1479 | 2024-02-02T00:34:05.009Z | Compiling unicode-bidi v0.3.13 |
1480 | 2024-02-02T00:34:06.303Z | Compiling pest_generator v2.7.6 |
1481 | 2024-02-02T00:34:08.105Z | Compiling anyhow v1.0.75 |
1482 | 2024-02-02T00:34:08.263Z | Compiling crc32fast v1.3.2 |
1483 | 2024-02-02T00:34:08.870Z | Compiling bitflags v1.3.2 |
1484 | 2024-02-02T00:34:09.031Z | Compiling slog v2.7.0 |
1485 | 2024-02-02T00:34:09.586Z | Compiling time-core v0.1.1 |
1486 | 2024-02-02T00:34:09.872Z | Compiling time-macros v0.2.13 |
1487 | 2024-02-02T00:34:11.079Z | Compiling pest_derive v2.7.6 |
1488 | 2024-02-02T00:34:12.624Z | Compiling digest v0.10.7 |
1489 | 2024-02-02T00:34:13.043Z | Compiling scroll_derive v0.12.0 |
1490 | 2024-02-02T00:34:13.440Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1491 | 2024-02-02T00:34:13.927Z | Compiling aho-corasick v1.0.4 |
1492 | 2024-02-02T00:34:14.116Z | Compiling crossbeam-epoch v0.9.15 |
1493 | 2024-02-02T00:34:14.801Z | Compiling rustversion v1.0.14 |
1494 | 2024-02-02T00:34:14.897Z | Compiling ppv-lite86 v0.2.17 |
1495 | 2024-02-02T00:34:15.057Z | Compiling untrusted v0.9.0 |
1496 | 2024-02-02T00:34:15.373Z | Compiling async-trait v0.1.77 |
1497 | 2024-02-02T00:34:15.460Z | Compiling signal-hook v0.3.17 |
1498 | 2024-02-02T00:34:15.777Z | Compiling regex-syntax v0.8.2 |
1499 | 2024-02-02T00:34:16.196Z | Compiling zerocopy v0.3.0 |
1500 | 2024-02-02T00:34:16.293Z | Compiling rand_chacha v0.3.1 |
1501 | 2024-02-02T00:34:17.299Z | Compiling bytes v1.5.0 |
1502 | 2024-02-02T00:34:18.524Z | Compiling indexmap v2.2.2 |
1503 | 2024-02-02T00:34:19.420Z | Compiling uuid v1.7.0 |
1504 | 2024-02-02T00:34:19.891Z | Compiling tokio v1.35.1 |
1505 | 2024-02-02T00:34:20.618Z | Compiling chrono v0.4.31 |
1506 | 2024-02-02T00:34:20.946Z | Compiling bitflags v2.4.0 |
1507 | 2024-02-02T00:34:24.867Z | Compiling serde_spanned v0.6.4 |
1508 | 2024-02-02T00:34:25.251Z | Compiling toml_datetime v0.6.5 |
1509 | 2024-02-02T00:34:26.783Z | Compiling toml_edit v0.19.15 |
1510 | 2024-02-02T00:34:27.637Z | Compiling rustc_version v0.4.0 |
1511 | 2024-02-02T00:34:28.711Z | Compiling http v0.2.11 |
1512 | 2024-02-02T00:34:30.523Z | Compiling heapless v0.7.16 |
1513 | 2024-02-02T00:34:31.193Z | Compiling regex-automata v0.4.4 |
1514 | 2024-02-02T00:34:32.453Z | Compiling thread-id v4.2.0 |
1515 | 2024-02-02T00:34:32.457Z | Compiling errno v0.3.8 |
1516 | 2024-02-02T00:34:32.830Z | Compiling strsim v0.10.0 |
1517 | 2024-02-02T00:34:36.576Z | Compiling tokio-util v0.7.10 |
1518 | 2024-02-02T00:34:38.587Z | Compiling regex v1.10.3 |
1519 | 2024-02-02T00:34:49.419Z | Compiling dof v0.1.5 |
1520 | 2024-02-02T00:34:49.684Z | Compiling rand v0.8.5 |
1521 | 2024-02-02T00:34:49.856Z | Compiling dtrace-parser v0.1.14 |
1522 | 2024-02-02T00:34:50.008Z | Compiling num-bigint v0.4.4 |
1523 | 2024-02-02T00:34:50.008Z | Compiling untrusted v0.7.1 |
1524 | 2024-02-02T00:34:50.008Z | Compiling foreign-types-shared v0.1.1 |
1525 | 2024-02-02T00:34:50.008Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1526 | 2024-02-02T00:34:50.008Z | Compiling percent-encoding v2.3.1 |
1527 | 2024-02-02T00:34:50.008Z | Compiling base64ct v1.6.0 |
1528 | 2024-02-02T00:34:50.008Z | Compiling smoltcp v0.9.1 |
1529 | 2024-02-02T00:34:50.008Z | Compiling camino v1.1.6 |
1530 | 2024-02-02T00:34:50.008Z | Compiling pem-rfc7468 v0.7.0 |
1531 | 2024-02-02T00:34:50.008Z | Compiling foreign-types v0.3.2 |
1532 | 2024-02-02T00:34:50.008Z | Compiling strum_macros v0.25.2 |
1533 | 2024-02-02T00:34:50.096Z | Compiling serde_tokenstream v0.1.7 |
1534 | 2024-02-02T00:34:52.215Z | Compiling hmac v0.12.1 |
1535 | 2024-02-02T00:34:52.606Z | Compiling lazy_static v1.4.0 |
1536 | 2024-02-02T00:34:52.834Z | Compiling socket2 v0.4.9 |
1537 | 2024-02-02T00:34:53.143Z | Compiling unicode-width v0.1.11 |
1538 | 2024-02-02T00:34:53.434Z | Compiling base64 v0.21.7 |
1539 | 2024-02-02T00:34:53.545Z | Compiling siphasher v0.3.11 |
1540 | 2024-02-02T00:34:53.913Z | Compiling try-lock v0.2.4 |
1541 | 2024-02-02T00:34:54.111Z | Compiling adler v1.0.2 |
1542 | 2024-02-02T00:34:54.209Z | Compiling unicode-segmentation v1.10.1 |
1543 | 2024-02-02T00:34:54.574Z | Compiling flagset v0.4.3 |
1544 | 2024-02-02T00:34:54.610Z | Compiling miniz_oxide v0.7.1 |
1545 | 2024-02-02T00:34:54.911Z | Compiling der v0.7.8 |
1546 | 2024-02-02T00:34:55.680Z | Compiling want v0.3.1 |
1547 | 2024-02-02T00:34:57.225Z | Compiling sct v0.7.0 |
1548 | 2024-02-02T00:34:57.260Z | Compiling rustls-webpki v0.101.7 |
1549 | 2024-02-02T00:34:57.692Z | Compiling form_urlencoded v1.2.1 |
1550 | 2024-02-02T00:34:58.050Z | Compiling h2 v0.3.24 |
1551 | 2024-02-02T00:34:58.209Z | Compiling http-body v0.4.5 |
1552 | 2024-02-02T00:34:58.870Z | Compiling hubpack_derive v0.1.1 |
1553 | 2024-02-02T00:34:58.932Z | Compiling zerocopy-derive v0.6.4 |
1554 | 2024-02-02T00:35:00.460Z | Compiling num-iter v0.1.43 |
1555 | 2024-02-02T00:35:01.103Z | Compiling usdt-impl v0.5.0 |
1556 | 2024-02-02T00:35:01.247Z | Compiling utf8parse v0.2.1 |
1557 | 2024-02-02T00:35:01.508Z | Compiling tower-service v0.3.2 |
1558 | 2024-02-02T00:35:01.669Z | Compiling anstyle v1.0.2 |
1559 | 2024-02-02T00:35:01.978Z | Compiling openssl-probe v0.1.5 |
1560 | 2024-02-02T00:35:02.433Z | Compiling httpdate v1.0.3 |
1561 | 2024-02-02T00:35:02.439Z | Compiling stable_deref_trait v1.2.0 |
1562 | 2024-02-02T00:35:02.465Z | Compiling cpufeatures v0.2.12 |
1563 | 2024-02-02T00:35:02.635Z | Compiling sha2 v0.10.8 |
1564 | 2024-02-02T00:35:03.144Z | Compiling anstyle-parse v0.2.1 |
1565 | 2024-02-02T00:35:05.743Z | Compiling spki v0.7.2 |
1566 | 2024-02-02T00:35:06.377Z | Compiling usdt-macro v0.3.5 |
1567 | 2024-02-02T00:35:07.050Z | Compiling usdt-attr-macro v0.3.5 |
1568 | 2024-02-02T00:35:09.522Z | Compiling openapiv3 v2.0.0 |
1569 | 2024-02-02T00:35:09.880Z | Compiling scroll v0.12.0 |
1570 | 2024-02-02T00:35:10.736Z | Compiling hyper v0.14.27 |
1571 | 2024-02-02T00:35:11.054Z | Compiling md-5 v0.10.5 |
1572 | 2024-02-02T00:35:11.237Z | Compiling stringprep v0.1.3 |
1573 | 2024-02-02T00:35:11.457Z | Compiling idna v0.5.0 |
1574 | 2024-02-02T00:35:12.891Z | Compiling diesel_table_macro_syntax v0.1.0 |
1575 | 2024-02-02T00:35:13.545Z | Compiling hash32 v0.2.1 |
1576 | 2024-02-02T00:35:14.122Z | Compiling plain v0.2.3 |
1577 | 2024-02-02T00:35:14.172Z | Compiling gimli v0.28.0 |
1578 | 2024-02-02T00:35:14.408Z | Compiling anstyle-query v1.0.0 |
1579 | 2024-02-02T00:35:14.799Z | Compiling fallible-iterator v0.2.0 |
1580 | 2024-02-02T00:35:15.577Z | Compiling colorchoice v1.0.0 |
1581 | 2024-02-02T00:35:17.953Z | Compiling postgres-protocol v0.6.6 |
1582 | 2024-02-02T00:35:18.472Z | Compiling anstream v0.5.0 |
1583 | 2024-02-02T00:35:18.944Z | Compiling goblin v0.8.0 |
1584 | 2024-02-02T00:35:19.518Z | Compiling diesel_derives v2.1.2 |
1585 | 2024-02-02T00:35:23.648Z | Compiling addr2line v0.21.0 |
1586 | 2024-02-02T00:35:24.354Z | Compiling url v2.5.0 |
1587 | 2024-02-02T00:35:27.229Z | Compiling tokio-rustls v0.24.1 |
1588 | 2024-02-02T00:35:27.881Z | Compiling tokio-native-tls v0.3.1 |
1589 | 2024-02-02T00:35:28.337Z | Compiling pkcs8 v0.10.2 |
1590 | 2024-02-02T00:35:29.600Z | Compiling terminal_size v0.2.6 |
1591 | 2024-02-02T00:35:29.603Z | Compiling phf_shared v0.11.2 |
1592 | 2024-02-02T00:35:32.734Z | Compiling serde_tokenstream v0.2.0 |
1593 | 2024-02-02T00:35:33.674Z | Compiling block-padding v0.3.3 |
1594 | 2024-02-02T00:35:33.817Z | Compiling enum-as-inner v0.5.1 |
1595 | 2024-02-02T00:35:34.060Z | Compiling serde_repr v0.1.16 |
1596 | 2024-02-02T00:35:34.886Z | Compiling clap_derive v4.4.2 |
1597 | 2024-02-02T00:35:35.734Z | Compiling ff v0.13.0 |
1598 | 2024-02-02T00:35:35.854Z | Compiling scheduled-thread-pool v0.2.7 |
1599 | 2024-02-02T00:35:36.104Z | Compiling object v0.32.1 |
1600 | 2024-02-02T00:35:39.663Z | Compiling pretty-hex v0.4.1 |
1601 | 2024-02-02T00:35:39.999Z | Compiling matches v0.1.10 |
1602 | 2024-02-02T00:35:42.555Z | Compiling bit-vec v0.6.3 |
1603 | 2024-02-02T00:35:42.979Z | Compiling num_threads v0.1.6 |
1604 | 2024-02-02T00:35:43.197Z | Compiling base16ct v0.2.0 |
1605 | 2024-02-02T00:35:43.266Z | Compiling rustc-demangle v0.1.23 |
1606 | 2024-02-02T00:35:43.699Z | Compiling ipnet v2.9.0 |
1607 | 2024-02-02T00:35:44.383Z | Compiling clap_lex v0.5.1 |
1608 | 2024-02-02T00:35:45.159Z | Compiling managed v0.8.0 |
1609 | 2024-02-02T00:35:46.063Z | Compiling deranged v0.3.8 |
1610 | 2024-02-02T00:35:47.074Z | Compiling regex-automata v0.1.10 |
1611 | 2024-02-02T00:35:48.460Z | Compiling bstr v0.2.17 |
1612 | 2024-02-02T00:35:49.260Z | Compiling time v0.3.27 |
1613 | 2024-02-02T00:35:50.807Z | Compiling clap_builder v4.4.2 |
1614 | 2024-02-02T00:35:51.287Z | Compiling sec1 v0.7.3 |
1615 | 2024-02-02T00:35:52.224Z | Compiling idna v0.2.3 |
1616 | 2024-02-02T00:35:53.705Z | Compiling dof v0.3.0 |
1617 | 2024-02-02T00:35:54.769Z | Compiling r2d2 v0.8.10 |
1618 | 2024-02-02T00:35:55.352Z | Compiling group v0.13.0 |
1619 | 2024-02-02T00:35:56.042Z | Compiling inout v0.1.3 |
1620 | 2024-02-02T00:35:57.371Z | Compiling phf v0.11.2 |
1621 | 2024-02-02T00:35:57.416Z | Compiling signal-hook-mio v0.2.3 |
1622 | 2024-02-02T00:35:57.636Z | Compiling hyper-tls v0.5.0 |
1623 | 2024-02-02T00:35:57.677Z | Compiling hyper-rustls v0.24.2 |
1624 | 2024-02-02T00:35:57.695Z | Compiling bzip2 v0.4.4 |
1625 | 2024-02-02T00:35:57.848Z | Compiling flate2 v1.0.28 |
1626 | 2024-02-02T00:35:58.171Z | Compiling postgres-types v0.2.6 |
1627 | 2024-02-02T00:35:58.224Z | Compiling zerocopy v0.6.4 |
1628 | 2024-02-02T00:35:58.760Z | Compiling hubpack v0.1.2 |
1629 | 2024-02-02T00:35:59.503Z | Compiling serde_urlencoded v0.7.1 |
1630 | 2024-02-02T00:35:59.504Z | Compiling rustls-pemfile v1.0.3 |
1631 | 2024-02-02T00:35:59.696Z | Compiling phf_shared v0.10.0 |
1632 | 2024-02-02T00:36:00.087Z | Compiling hkdf v0.12.4 |
1633 | 2024-02-02T00:36:00.431Z | Compiling ipnetwork v0.20.0 |
1634 | 2024-02-02T00:36:01.253Z | Compiling futures-executor v0.3.30 |
1635 | 2024-02-02T00:36:01.846Z | Compiling dtrace-parser v0.2.0 |
1636 | 2024-02-02T00:36:02.357Z | Compiling regress v0.7.1 |
1637 | 2024-02-02T00:36:02.426Z | Compiling crypto-bigint v0.5.2 |
1638 | 2024-02-02T00:36:04.408Z | Compiling float-cmp v0.9.0 |
1639 | 2024-02-02T00:36:04.495Z | Compiling encoding_rs v0.8.33 |
1640 | 2024-02-02T00:36:05.942Z | Compiling either v1.9.0 |
1641 | 2024-02-02T00:36:06.559Z | Compiling static_assertions v1.1.0 |
1642 | 2024-02-02T00:36:06.722Z | Compiling predicates-core v1.0.6 |
1643 | 2024-02-02T00:36:07.473Z | Compiling new_debug_unreachable v1.0.4 |
1644 | 2024-02-02T00:36:07.642Z | Compiling mime v0.3.17 |
1645 | 2024-02-02T00:36:08.812Z | Compiling minimal-lexical v0.2.1 |
1646 | 2024-02-02T00:36:09.917Z | Compiling fixedbitset v0.4.2 |
1647 | 2024-02-02T00:36:10.389Z | Compiling regex-automata v0.3.8 |
1648 | 2024-02-02T00:36:10.684Z | Compiling normalize-line-endings v0.3.0 |
1649 | 2024-02-02T00:36:11.918Z | Compiling data-encoding v2.4.0 |
1650 | 2024-02-02T00:36:19.426Z | Compiling precomputed-hash v0.1.1 |
1651 | 2024-02-02T00:36:19.574Z | Compiling whoami v1.4.1 |
1652 | 2024-02-02T00:36:19.574Z | Compiling webpki-roots v0.25.2 |
1653 | 2024-02-02T00:36:19.574Z | Compiling difflib v0.4.0 |
1654 | 2024-02-02T00:36:19.574Z | Compiling tokio-postgres v0.7.10 |
1655 | 2024-02-02T00:36:19.574Z | Compiling reqwest v0.11.22 |
1656 | 2024-02-02T00:36:22.957Z | Compiling predicates v3.1.0 |
1657 | 2024-02-02T00:36:25.895Z | Compiling string_cache v0.8.7 |
1658 | 2024-02-02T00:36:25.899Z | Compiling bstr v1.6.0 |
1659 | 2024-02-02T00:36:25.966Z | Compiling trust-dns-proto v0.22.0 |
1660 | 2024-02-02T00:36:28.280Z | Compiling petgraph v0.6.4 |
1661 | 2024-02-02T00:36:29.246Z | Compiling nom v7.1.3 |
1662 | 2024-02-02T00:36:35.247Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1663 | 2024-02-02T00:36:35.814Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1664 | 2024-02-02T00:36:36.828Z | Compiling itertools v0.10.5 |
1665 | 2024-02-02T00:36:39.285Z | Compiling elliptic-curve v0.13.8 |
1666 | 2024-02-02T00:36:44.454Z | Compiling futures v0.3.30 |
1667 | 2024-02-02T00:36:44.922Z | Compiling yasna v0.5.2 |
1668 | 2024-02-02T00:36:45.424Z | Compiling diesel v2.1.4 |
1669 | 2024-02-02T00:36:45.889Z | Compiling zip v0.6.6 |
1670 | 2024-02-02T00:36:46.229Z | Compiling crossterm v0.27.0 |
1671 | 2024-02-02T00:36:46.884Z | Compiling clap v4.4.3 |
1672 | 2024-02-02T00:36:47.071Z | Compiling cipher v0.4.4 |
1673 | 2024-02-02T00:36:47.688Z | Compiling similar v2.3.0 |
1674 | 2024-02-02T00:36:48.012Z | Compiling bit-set v0.5.3 |
1675 | 2024-02-02T00:36:48.377Z | Compiling usdt v0.3.5 |
1676 | 2024-02-02T00:36:48.829Z | Compiling console v0.15.8 |
1677 | 2024-02-02T00:36:51.520Z | Compiling tokio-stream v0.1.14 |
1678 | 2024-02-02T00:36:52.034Z | Compiling toml v0.7.8 |
1679 | 2024-02-02T00:36:53.099Z | Compiling toml_edit v0.21.0 |
1680 | 2024-02-02T00:36:54.011Z | Compiling hex v0.4.3 |
1681 | 2024-02-02T00:36:56.823Z | Compiling proc-macro-error-attr v1.0.4 |
1682 | 2024-02-02T00:36:56.863Z | Compiling lalrpop-util v0.19.12 |
1683 | 2024-02-02T00:36:56.950Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1684 | 2024-02-02T00:37:02.306Z | Compiling proc-macro-crate v1.3.1 |
1685 | 2024-02-02T00:37:04.899Z | Compiling proc-macro-error v1.0.4 |
1686 | 2024-02-02T00:37:05.434Z | Compiling heapless v0.8.0 |
1687 | 2024-02-02T00:37:10.246Z | Compiling num_enum_derive v0.5.11 |
1688 | 2024-02-02T00:37:22.148Z | Compiling atty v0.2.14 |
1689 | 2024-02-02T00:37:23.085Z | Compiling hash32 v0.3.1 |
1690 | 2024-02-02T00:37:23.529Z | Compiling smoltcp v0.11.0 |
1691 | 2024-02-02T00:37:25.125Z | Compiling ident_case v1.0.1 |
1692 | 2024-02-02T00:37:25.662Z | Compiling rustls-pki-types v1.1.0 |
1693 | 2024-02-02T00:37:29.282Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1694 | 2024-02-02T00:37:30.942Z | Compiling darling_core v0.20.3 |
1695 | 2024-02-02T00:37:41.693Z | Compiling num_enum v0.5.11 |
1696 | 2024-02-02T00:37:55.864Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1697 | 2024-02-02T00:38:03.502Z | Compiling dirs-sys-next v0.1.2 |
1698 | 2024-02-02T00:38:05.829Z | Compiling rustls v0.22.2 |
1699 | 2024-02-02T00:38:06.699Z | Compiling embedded-io v0.4.0 |
1700 | 2024-02-02T00:38:06.740Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1701 | 2024-02-02T00:38:08.308Z | Compiling cobs v0.2.3 |
1702 | 2024-02-02T00:38:14.794Z | Compiling postcard v1.0.8 |
1703 | 2024-02-02T00:38:30.298Z | Compiling dirs-next v2.0.0 |
1704 | 2024-02-02T00:38:34.682Z | Compiling darling_macro v0.20.3 |
1705 | 2024-02-02T00:38:40.197Z | Compiling rustls-webpki v0.102.1 |
1706 | 2024-02-02T00:38:44.387Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1707 | 2024-02-02T00:38:48.832Z | Compiling getopts v0.2.21 |
1708 | 2024-02-02T00:38:49.598Z | Compiling structmeta-derive v0.2.0 |
1709 | 2024-02-02T00:38:50.282Z | Compiling foreign-types-macros v0.2.3 |
1710 | 2024-02-02T00:38:52.270Z | Compiling thread_local v1.1.7 |
1711 | 2024-02-02T00:38:52.311Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1712 | 2024-02-02T00:38:52.814Z | Compiling multer v3.0.0 |
1713 | 2024-02-02T00:38:53.383Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1714 | 2024-02-02T00:38:54.522Z | Compiling unsafe-libyaml v0.2.10 |
1715 | 2024-02-02T00:38:54.541Z | Compiling foreign-types-shared v0.3.1 |
1716 | 2024-02-02T00:38:54.741Z | Compiling slog-async v2.8.0 |
1717 | 2024-02-02T00:38:55.846Z | Compiling match_cfg v0.1.0 |
1718 | 2024-02-02T00:38:56.011Z | Compiling paste v1.0.14 |
1719 | 2024-02-02T00:38:57.574Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1720 | 2024-02-02T00:39:03.101Z | Compiling serde_yaml v0.9.25 |
1721 | 2024-02-02T00:39:03.180Z | Compiling hostname v0.3.1 |
1722 | 2024-02-02T00:39:07.438Z | Compiling foreign-types v0.5.0 |
1723 | 2024-02-02T00:39:08.492Z | Compiling structmeta v0.2.0 |
1724 | 2024-02-02T00:39:09.143Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1725 | 2024-02-02T00:39:11.128Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1726 | 2024-02-02T00:39:22.360Z | Compiling darling v0.20.3 |
1727 | 2024-02-02T00:39:24.780Z | Compiling term v0.7.0 |
1728 | 2024-02-02T00:39:29.655Z | Compiling slog-json v2.6.1 |
1729 | 2024-02-02T00:39:29.680Z | Compiling is-terminal v0.4.9 |
1730 | 2024-02-02T00:39:29.901Z | Compiling crossbeam-channel v0.5.8 |
1731 | 2024-02-02T00:39:32.837Z | Compiling strum v0.25.0 |
1732 | 2024-02-02T00:39:33.135Z | Compiling http v1.0.0 |
1733 | 2024-02-02T00:39:34.198Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1734 | 2024-02-02T00:39:35.091Z | Compiling async-stream-impl v0.3.5 |
1735 | 2024-02-02T00:39:35.473Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1736 | 2024-02-02T00:39:36.860Z | Compiling cstr-argument v0.1.2 |
1737 | 2024-02-02T00:39:37.145Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1738 | 2024-02-02T00:39:37.277Z | Compiling atomic-waker v1.1.1 |
1739 | 2024-02-02T00:39:37.596Z | Compiling fastrand v2.0.0 |
1740 | 2024-02-02T00:39:37.642Z | Compiling crucible-workspace-hack v0.1.0 |
1741 | 2024-02-02T00:39:38.097Z | Compiling pretty-hex v0.2.1 |
1742 | 2024-02-02T00:39:38.531Z | Compiling regex-syntax v0.7.5 |
1743 | 2024-02-02T00:39:38.748Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1744 | 2024-02-02T00:39:39.009Z | Compiling take_mut v0.2.2 |
1745 | 2024-02-02T00:39:39.995Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1746 | 2024-02-02T00:39:40.676Z | Compiling tempfile v3.9.0 |
1747 | 2024-02-02T00:39:42.026Z | Compiling waitgroup v0.1.2 |
1748 | 2024-02-02T00:39:42.541Z | Compiling async-stream v0.3.5 |
1749 | 2024-02-02T00:39:42.541Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1750 | 2024-02-02T00:39:44.206Z | Compiling slog-bunyan v2.5.0 |
1751 | 2024-02-02T00:39:44.660Z | Compiling colored v2.0.4 |
1752 | 2024-02-02T00:39:44.992Z | Compiling slog-term v2.9.0 |
1753 | 2024-02-02T00:39:46.924Z | Compiling tokio-rustls v0.25.0 |
1754 | 2024-02-02T00:39:47.709Z | Compiling serde_with_macros v3.5.1 |
1755 | 2024-02-02T00:39:48.492Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1756 | 2024-02-02T00:39:49.416Z | Compiling parse-display-derive v0.8.2 |
1757 | 2024-02-02T00:39:51.847Z | Compiling toml v0.8.8 |
1758 | 2024-02-02T00:39:52.467Z | Compiling rustls-pemfile v2.0.0 |
1759 | 2024-02-02T00:39:53.716Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1760 | 2024-02-02T00:39:55.908Z | Compiling sha1 v0.10.6 |
1761 | 2024-02-02T00:39:56.242Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1762 | 2024-02-02T00:39:56.691Z | Compiling textwrap v0.11.0 |
1763 | 2024-02-02T00:39:57.484Z | Compiling heck v0.3.3 |
1764 | 2024-02-02T00:39:58.079Z | Compiling serde_path_to_error v0.1.15 |
1765 | 2024-02-02T00:39:58.516Z | Compiling instant v0.1.12 |
1766 | 2024-02-02T00:39:58.782Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1767 | 2024-02-02T00:39:59.420Z | Compiling ansi_term v0.12.1 |
1768 | 2024-02-02T00:39:59.559Z | Compiling rayon-core v1.12.0 |
1769 | 2024-02-02T00:39:59.806Z | Compiling strsim v0.8.0 |
1770 | 2024-02-02T00:40:00.026Z | Compiling libefi-sys v0.1.0 |
1771 | 2024-02-02T00:40:00.512Z | Compiling vec_map v0.8.2 |
1772 | 2024-02-02T00:40:00.825Z | Compiling debug-ignore v1.0.5 |
1773 | 2024-02-02T00:40:01.089Z | Compiling clap v2.34.0 |
1774 | 2024-02-02T00:40:01.677Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1775 | 2024-02-02T00:40:02.126Z | Compiling backoff v0.4.0 |
1776 | 2024-02-02T00:40:02.772Z | Compiling structopt-derive v0.4.18 |
1777 | 2024-02-02T00:40:06.383Z | Compiling parse-display v0.8.2 |
1778 | 2024-02-02T00:40:06.743Z | Compiling serde_with v3.5.1 |
1779 | 2024-02-02T00:40:11.843Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1780 | 2024-02-02T00:40:13.200Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1781 | 2024-02-02T00:40:14.051Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1782 | 2024-02-02T00:40:14.342Z | Compiling zone_cfg_derive v0.3.0 |
1783 | 2024-02-02T00:40:14.824Z | Compiling crossbeam-deque v0.8.3 |
1784 | 2024-02-02T00:40:15.239Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1785 | 2024-02-02T00:40:15.492Z | Compiling macaddr v1.0.1 |
1786 | 2024-02-02T00:40:15.574Z | Compiling num-derive v0.4.0 |
1787 | 2024-02-02T00:40:16.672Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1788 | 2024-02-02T00:40:16.673Z | Compiling portable-atomic v1.4.3 |
1789 | 2024-02-02T00:40:17.463Z | Compiling zone v0.3.0 |
1790 | 2024-02-02T00:40:19.437Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1791 | 2024-02-02T00:40:22.379Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1792 | 2024-02-02T00:40:23.329Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1793 | 2024-02-02T00:40:24.148Z | Compiling structopt v0.3.26 |
1794 | 2024-02-02T00:40:24.342Z | Compiling camino-tempfile v1.1.1 |
1795 | 2024-02-02T00:40:24.448Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1796 | 2024-02-02T00:40:25.602Z | Compiling smf v0.2.2 |
1797 | 2024-02-02T00:40:25.797Z | Compiling xattr v1.0.1 |
1798 | 2024-02-02T00:40:26.322Z | Compiling filetime v0.2.23 |
1799 | 2024-02-02T00:40:26.420Z | Compiling same-file v1.0.6 |
1800 | 2024-02-02T00:40:26.916Z | Compiling walkdir v2.4.0 |
1801 | 2024-02-02T00:40:26.916Z | Compiling tar v0.4.40 |
1802 | 2024-02-02T00:40:28.785Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1803 | 2024-02-02T00:40:29.880Z | Compiling rayon v1.8.0 |
1804 | 2024-02-02T00:40:31.135Z | Compiling gethostname v0.4.3 |
1805 | 2024-02-02T00:40:31.568Z | Compiling number_prefix v0.4.0 |
1806 | 2024-02-02T00:40:31.999Z | Compiling topological-sort v0.2.2 |
1807 | 2024-02-02T00:40:32.428Z | Compiling omicron-zone-package v0.10.1 |
1808 | 2024-02-02T00:40:33.728Z | Compiling swrite v0.1.0 |
1809 | 2024-02-02T00:40:36.933Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1810 | 2024-02-02T00:40:39.178Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1811 | 2024-02-02T00:40:41.712Z | Compiling indicatif v0.17.7 |
1812 | 2024-02-02T00:40:54.001Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1813 | 2024-02-02T00:40:57.737Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1814 | 2024-02-02T00:41:00.829Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1815 | 2024-02-02T00:41:27.286Z | Finished release [optimized] target(s) in 8m 29s |
1816 | 2024-02-02T00:41:27.592Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1817 | 2024-02-02T00:41:27.705Z | Created new build target 'test' and set it as active |
1818 | 2024-02-02T00:41:27.724Z | |
1819 | 2024-02-02T00:41:27.724Z | real 8:30.243671459 |
1820 | 2024-02-02T00:41:27.724Z | user 56:00.932033913 |
1821 | 2024-02-02T00:41:27.725Z | sys 5:05.855370006 |
1822 | 2024-02-02T00:41:27.725Z | trap 2.146331406 |
1823 | 2024-02-02T00:41:27.725Z | tflt 6.650270330 |
1824 | 2024-02-02T00:41:27.725Z | dflt 7.257525226 |
1825 | 2024-02-02T00:41:27.725Z | kflt 0.055438642 |
1826 | 2024-02-02T00:41:27.725Z | lock 2:01:40.867222933 |
1827 | 2024-02-02T00:41:27.725Z | slp 2:38:00.544846242 |
1828 | 2024-02-02T00:41:27.725Z | lat 2:40.419826642 |
1829 | 2024-02-02T00:41:27.726Z | stop 4:38.431544185 |
1830 | 2024-02-02T00:41:27.726Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1831 | 2024-02-02T00:41:28.984Z | Finished release [optimized] target(s) in 1.18s |
1832 | 2024-02-02T00:41:29.009Z | Running `target/release/omicron-package -t test package` |
1833 | 2024-02-02T00:41:29.055Z | Feb 02 00:41:27.632 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1834 | 2024-02-02T00:41:30.357Z | Compiling linked-hash-map v0.5.6 |
1835 | 2024-02-02T00:41:30.369Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1836 | 2024-02-02T00:41:30.369Z | Compiling usdt-macro v0.5.0 |
1837 | 2024-02-02T00:41:30.370Z | Compiling usdt-attr-macro v0.5.0 |
1838 | 2024-02-02T00:41:30.370Z | Compiling memmap v0.7.0 |
1839 | 2024-02-02T00:41:30.381Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1840 | 2024-02-02T00:41:30.400Z | Compiling password-hash v0.5.0 |
1841 | 2024-02-02T00:41:30.425Z | Compiling blake2 v0.10.6 |
1842 | 2024-02-02T00:41:30.972Z | Compiling lru-cache v0.1.2 |
1843 | 2024-02-02T00:41:31.153Z | Compiling semver v0.1.20 |
1844 | 2024-02-02T00:41:31.286Z | Compiling argon2 v0.5.3 |
1845 | 2024-02-02T00:41:32.107Z | Compiling rustc_version v0.1.7 |
1846 | 2024-02-02T00:41:32.631Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1847 | 2024-02-02T00:41:32.708Z | Compiling quick-error v1.2.3 |
1848 | 2024-02-02T00:41:32.722Z | Compiling same-file v1.0.6 |
1849 | 2024-02-02T00:41:32.851Z | Compiling usdt v0.5.0 |
1850 | 2024-02-02T00:41:32.915Z | Compiling resolv-conf v0.7.0 |
1851 | 2024-02-02T00:41:33.063Z | Compiling walkdir v2.4.0 |
1852 | 2024-02-02T00:41:33.673Z | Compiling newtype_derive v0.1.6 |
1853 | 2024-02-02T00:41:34.161Z | Compiling itertools v0.12.1 |
1854 | 2024-02-02T00:41:34.179Z | Compiling semver-parser v0.10.2 |
1855 | 2024-02-02T00:41:34.571Z | Compiling slog-dtrace v0.3.0 |
1856 | 2024-02-02T00:41:35.038Z | Compiling fastrand v2.0.0 |
1857 | 2024-02-02T00:41:35.425Z | Compiling semver v0.11.0 |
1858 | 2024-02-02T00:41:35.854Z | Compiling tempfile v3.9.0 |
1859 | 2024-02-02T00:41:36.235Z | Compiling trust-dns-resolver v0.22.0 |
1860 | 2024-02-02T00:41:36.301Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1861 | 2024-02-02T00:41:36.582Z | Compiling nibble_vec v0.1.0 |
1862 | 2024-02-02T00:41:36.700Z | Compiling xattr v1.0.1 |
1863 | 2024-02-02T00:41:36.923Z | Compiling filetime v0.2.23 |
1864 | 2024-02-02T00:41:37.082Z | Compiling endian-type v0.1.2 |
1865 | 2024-02-02T00:41:37.096Z | Compiling home v0.5.5 |
1866 | 2024-02-02T00:41:37.268Z | Compiling tar v0.4.40 |
1867 | 2024-02-02T00:41:37.812Z | Compiling radix_trie v0.2.1 |
1868 | 2024-02-02T00:41:37.819Z | Compiling toolchain_find v0.2.0 |
1869 | 2024-02-02T00:41:38.317Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1870 | 2024-02-02T00:41:38.897Z | Compiling toml v0.5.11 |
1871 | 2024-02-02T00:41:38.987Z | Compiling topological-sort v0.2.2 |
1872 | 2024-02-02T00:41:39.325Z | Compiling radium v0.7.0 |
1873 | 2024-02-02T00:41:40.025Z | Compiling omicron-zone-package v0.10.1 |
1874 | 2024-02-02T00:41:40.327Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1875 | 2024-02-02T00:41:40.376Z | Compiling steno v0.4.0 |
1876 | 2024-02-02T00:41:40.388Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1877 | 2024-02-02T00:41:40.806Z | Compiling toml v0.8.8 |
1878 | 2024-02-02T00:41:43.381Z | Compiling rustfmt-wrapper v0.2.0 |
1879 | 2024-02-02T00:41:44.106Z | Compiling num-rational v0.4.1 |
1880 | 2024-02-02T00:41:44.313Z | Compiling maybe-uninit v2.0.0 |
1881 | 2024-02-02T00:41:44.464Z | Compiling tap v1.0.1 |
1882 | 2024-02-02T00:41:44.578Z | Compiling cancel-safe-futures v0.1.5 |
1883 | 2024-02-02T00:41:44.753Z | Compiling wyz v0.5.1 |
1884 | 2024-02-02T00:41:45.478Z | Compiling crc-catalog v2.2.0 |
1885 | 2024-02-02T00:41:45.533Z | Compiling num-bigint-dig v0.8.4 |
1886 | 2024-02-02T00:41:45.710Z | Compiling packed_struct v0.10.1 |
1887 | 2024-02-02T00:41:45.982Z | Compiling funty v2.0.0 |
1888 | 2024-02-02T00:41:46.035Z | Compiling crc v3.0.1 |
1889 | 2024-02-02T00:41:47.347Z | Compiling num-complex v0.4.4 |
1890 | 2024-02-02T00:41:48.356Z | Compiling bitvec v1.0.1 |
1891 | 2024-02-02T00:41:49.673Z | Compiling fxhash v0.2.1 |
1892 | 2024-02-02T00:41:50.054Z | Compiling packed_struct_codegen v0.10.1 |
1893 | 2024-02-02T00:41:50.723Z | Compiling indexmap v1.9.3 |
1894 | 2024-02-02T00:41:50.989Z | Compiling utf-8 v0.7.6 |
1895 | 2024-02-02T00:41:51.626Z | Compiling nodrop v0.1.14 |
1896 | 2024-02-02T00:41:51.627Z | Compiling array-init v0.0.4 |
1897 | 2024-02-02T00:41:51.627Z | Compiling tungstenite v0.20.1 |
1898 | 2024-02-02T00:41:53.611Z | Compiling num v0.4.1 |
1899 | 2024-02-02T00:41:53.770Z | Compiling smallvec v0.6.14 |
1900 | 2024-02-02T00:41:54.619Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1901 | 2024-02-02T00:41:56.407Z | Compiling pkcs1 v0.7.5 |
1902 | 2024-02-02T00:42:01.427Z | Compiling signature v2.1.0 |
1903 | 2024-02-02T00:42:01.829Z | Compiling half v2.3.1 |
1904 | 2024-02-02T00:42:02.777Z | Compiling unicase v2.7.0 |
1905 | 2024-02-02T00:42:03.197Z | Compiling hashbrown v0.12.3 |
1906 | 2024-02-02T00:42:03.270Z | Compiling ciborium-io v0.2.2 |
1907 | 2024-02-02T00:42:03.469Z | Compiling bitfield v0.14.0 |
1908 | 2024-02-02T00:42:03.567Z | Compiling termcolor v1.2.0 |
1909 | 2024-02-02T00:42:03.722Z | Compiling ciborium-ll v0.2.2 |
1910 | 2024-02-02T00:42:03.966Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1911 | 2024-02-02T00:42:04.525Z | Compiling env_logger v0.10.0 |
1912 | 2024-02-02T00:42:05.421Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1913 | 2024-02-02T00:42:07.568Z | Compiling rsa v0.9.2 |
1914 | 2024-02-02T00:42:10.944Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1915 | 2024-02-02T00:42:14.749Z | Compiling serde-hex v0.1.0 |
1916 | 2024-02-02T00:42:15.230Z | Compiling tokio-tungstenite v0.20.1 |
1917 | 2024-02-02T00:42:16.187Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1918 | 2024-02-02T00:42:16.673Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1919 | 2024-02-02T00:42:16.778Z | Compiling x509-cert v0.2.4 |
1920 | 2024-02-02T00:42:23.862Z | Compiling ron v0.8.1 |
1921 | 2024-02-02T00:42:24.094Z | Compiling crc-any v2.4.3 |
1922 | 2024-02-02T00:42:25.732Z | Compiling arc-swap v1.6.0 |
1923 | 2024-02-02T00:42:26.971Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1924 | 2024-02-02T00:42:34.741Z | Compiling slog-scope v4.4.0 |
1925 | 2024-02-02T00:42:36.253Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1926 | 2024-02-02T00:42:39.169Z | Compiling object v0.30.4 |
1927 | 2024-02-02T00:42:39.484Z | Compiling ciborium v0.2.2 |
1928 | 2024-02-02T00:42:43.426Z | Compiling libsw v3.3.1 |
1929 | 2024-02-02T00:42:43.942Z | Compiling derive-where v1.2.7 |
1930 | 2024-02-02T00:42:49.498Z | Compiling linear-map v1.2.0 |
1931 | 2024-02-02T00:42:50.150Z | Compiling path-slash v0.1.5 |
1932 | 2024-02-02T00:42:50.497Z | Compiling owo-colors v4.0.0 |
1933 | 2024-02-02T00:42:54.088Z | Compiling display-error-chain v0.2.0 |
1934 | 2024-02-02T00:42:54.364Z | Compiling parking_lot_core v0.8.6 |
1935 | 2024-02-02T00:42:55.026Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1936 | 2024-02-02T00:42:56.317Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1937 | 2024-02-02T00:42:57.898Z | Compiling slog-stdlog v4.1.1 |
1938 | 2024-02-02T00:42:58.872Z | Compiling convert_case v0.4.0 |
1939 | 2024-02-02T00:42:59.993Z | Compiling slog-envlogger v2.2.0 |
1940 | 2024-02-02T00:43:00.370Z | Compiling derive_more v0.99.17 |
1941 | 2024-02-02T00:43:05.834Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1942 | 2024-02-02T00:43:06.248Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1943 | 2024-02-02T00:43:12.974Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1944 | 2024-02-02T00:43:13.044Z | Compiling dirs-sys-next v0.1.2 |
1945 | 2024-02-02T00:43:13.887Z | Compiling crunchy v0.2.2 |
1946 | 2024-02-02T00:43:14.613Z | Compiling platforms v3.0.2 |
1947 | 2024-02-02T00:43:15.125Z | Compiling glob v0.3.1 |
1948 | 2024-02-02T00:43:15.981Z | Compiling dirs-next v2.0.0 |
1949 | 2024-02-02T00:43:16.251Z | Compiling parking_lot v0.11.2 |
1950 | 2024-02-02T00:43:16.586Z | Compiling clang-sys v1.6.1 |
1951 | 2024-02-02T00:43:17.668Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1952 | 2024-02-02T00:43:19.229Z | Compiling mime_guess v2.0.4 |
1953 | 2024-02-02T00:43:20.580Z | Compiling trust-dns-client v0.22.0 |
1954 | 2024-02-02T00:43:23.761Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1955 | 2024-02-02T00:43:24.774Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1956 | 2024-02-02T00:43:26.279Z | Compiling pem v3.0.2 |
1957 | 2024-02-02T00:43:29.611Z | Compiling tiny-keccak v2.0.2 |
1958 | 2024-02-02T00:43:30.060Z | Compiling prettyplease v0.2.16 |
1959 | 2024-02-02T00:43:31.541Z | Compiling sled v0.34.7 |
1960 | 2024-02-02T00:43:37.654Z | Compiling trust-dns-server v0.22.1 |
1961 | 2024-02-02T00:43:39.147Z | Compiling term v0.7.0 |
1962 | 2024-02-02T00:43:42.397Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1963 | 2024-02-02T00:43:46.356Z | Compiling darling_core v0.14.4 |
1964 | 2024-02-02T00:43:51.617Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1965 | 2024-02-02T00:43:51.972Z | Compiling vte_generate_state_changes v0.1.1 |
1966 | 2024-02-02T00:43:52.949Z | Compiling vte v0.11.1 |
1967 | 2024-02-02T00:43:55.506Z | Compiling darling_macro v0.14.4 |
1968 | 2024-02-02T00:43:56.628Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1969 | 2024-02-02T00:43:57.034Z | Compiling curve25519-dalek v4.1.1 |
1970 | 2024-02-02T00:43:58.425Z | Compiling ascii-canvas v3.0.0 |
1971 | 2024-02-02T00:44:02.487Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1972 | 2024-02-02T00:44:05.401Z | Compiling is-terminal v0.4.9 |
1973 | 2024-02-02T00:44:05.614Z | Compiling kstat-rs v0.2.3 |
1974 | 2024-02-02T00:44:07.729Z | Compiling ena v0.14.2 |
1975 | 2024-02-02T00:44:08.488Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1976 | 2024-02-02T00:44:09.714Z | Compiling libloading v0.7.4 |
1977 | 2024-02-02T00:44:10.294Z | Compiling memoffset v0.7.1 |
1978 | 2024-02-02T00:44:10.782Z | Compiling bytecount v0.6.3 |
1979 | 2024-02-02T00:44:11.294Z | Compiling diff v0.1.13 |
1980 | 2024-02-02T00:44:12.227Z | Compiling buf-list v1.0.3 |
1981 | 2024-02-02T00:44:13.091Z | Compiling bindgen v0.69.2 |
1982 | 2024-02-02T00:44:13.824Z | Compiling keccak v0.1.4 |
1983 | 2024-02-02T00:44:15.532Z | Compiling doc-comment v0.3.3 |
1984 | 2024-02-02T00:44:16.168Z | Compiling regex-syntax v0.6.29 |
1985 | 2024-02-02T00:44:16.522Z | Compiling sha3 v0.10.8 |
1986 | 2024-02-02T00:44:18.158Z | Compiling papergrid v0.11.0 |
1987 | 2024-02-02T00:44:25.611Z | Compiling lalrpop v0.19.12 |
1988 | 2024-02-02T00:44:26.251Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1989 | 2024-02-02T00:44:26.562Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1990 | 2024-02-02T00:44:43.269Z | Compiling darling v0.14.4 |
1991 | 2024-02-02T00:44:43.551Z | Compiling strip-ansi-escapes v0.2.0 |
1992 | 2024-02-02T00:44:43.911Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1993 | 2024-02-02T00:44:45.325Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1994 | 2024-02-02T00:44:45.348Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1995 | 2024-02-02T00:44:46.261Z | Compiling tabled_derive v0.7.0 |
1996 | 2024-02-02T00:44:49.293Z | Compiling fd-lock v3.0.13 |
1997 | 2024-02-02T00:44:49.665Z | Compiling fd-lock v4.0.2 |
1998 | 2024-02-02T00:44:49.972Z | Compiling cexpr v0.6.0 |
1999 | 2024-02-02T00:44:49.993Z | Compiling which v4.4.0 |
2000 | 2024-02-02T00:44:50.845Z | Compiling universal-hash v0.5.1 |
2001 | 2024-02-02T00:44:51.198Z | Compiling nix v0.27.1 |
2002 | 2024-02-02T00:44:52.490Z | Compiling secrecy v0.8.0 |
2003 | 2024-02-02T00:44:52.906Z | Compiling sqlparser_derive v0.2.2 |
2004 | 2024-02-02T00:44:54.560Z | Compiling pin-project-internal v1.1.3 |
2005 | 2024-02-02T00:44:54.628Z | Compiling curve25519-dalek-derive v0.1.0 |
2006 | 2024-02-02T00:44:54.764Z | Compiling thiserror-impl-no-std v2.0.2 |
2007 | 2024-02-02T00:44:56.904Z | Compiling opaque-debug v0.3.0 |
2008 | 2024-02-02T00:44:57.053Z | Compiling rustc-hash v1.1.0 |
2009 | 2024-02-02T00:44:57.279Z | Compiling shlex v1.3.0 |
2010 | 2024-02-02T00:44:57.896Z | Compiling nu-ansi-term v0.49.0 |
2011 | 2024-02-02T00:44:59.214Z | Compiling peeking_take_while v0.1.2 |
2012 | 2024-02-02T00:44:59.420Z | Compiling unicode_categories v0.1.1 |
2013 | 2024-02-02T00:44:59.996Z | Compiling lazycell v1.3.0 |
2014 | 2024-02-02T00:45:00.012Z | Compiling sqlformat v0.2.3 |
2015 | 2024-02-02T00:45:00.180Z | Compiling rustyline v13.0.0 |
2016 | 2024-02-02T00:45:02.433Z | Compiling thiserror-no-std v2.0.2 |
2017 | 2024-02-02T00:45:02.622Z | Compiling pin-project v1.1.3 |
2018 | 2024-02-02T00:45:02.833Z | Compiling reedline v0.28.0 |
2019 | 2024-02-02T00:45:04.960Z | Compiling poly1305 v0.8.0 |
2020 | 2024-02-02T00:45:15.270Z | Compiling sqlparser v0.43.1 |
2021 | 2024-02-02T00:45:15.300Z | Compiling polar-core v0.27.0 |
2022 | 2024-02-02T00:45:17.680Z | Compiling tabled v0.15.0 |
2023 | 2024-02-02T00:45:19.650Z | Compiling derive_builder_core v0.12.0 |
2024 | 2024-02-02T00:45:23.636Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2025 | 2024-02-02T00:45:25.169Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2026 | 2024-02-02T00:45:25.232Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2027 | 2024-02-02T00:45:25.436Z | Compiling chacha20 v0.9.1 |
2028 | 2024-02-02T00:45:25.687Z | Compiling headers-core v0.2.0 |
2029 | 2024-02-02T00:45:25.952Z | Compiling aead v0.5.2 |
2030 | 2024-02-02T00:45:26.190Z | Compiling bcs v0.1.6 |
2031 | 2024-02-02T00:45:26.488Z | Compiling snafu-derive v0.7.5 |
2032 | 2024-02-02T00:45:27.665Z | Compiling libxml v0.3.3 |
2033 | 2024-02-02T00:45:28.218Z | Compiling fs-err v2.11.0 |
2034 | 2024-02-02T00:45:28.708Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2035 | 2024-02-02T00:45:29.177Z | Compiling highway v1.1.0 |
2036 | 2024-02-02T00:45:31.540Z | Compiling signature v1.6.4 |
2037 | 2024-02-02T00:45:31.804Z | Compiling salty v0.2.0 |
2038 | 2024-02-02T00:45:32.434Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2039 | 2024-02-02T00:45:32.926Z | Compiling ref-cast v1.0.20 |
2040 | 2024-02-02T00:45:33.775Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2041 | 2024-02-02T00:45:34.995Z | Compiling snafu v0.7.5 |
2042 | 2024-02-02T00:45:37.479Z | Compiling ed25519 v1.5.3 |
2043 | 2024-02-02T00:45:38.254Z | Compiling chacha20poly1305 v0.10.1 |
2044 | 2024-02-02T00:45:38.272Z | Compiling headers v0.3.9 |
2045 | 2024-02-02T00:45:38.636Z | Compiling samael v0.0.14 |
2046 | 2024-02-02T00:45:38.656Z | Compiling derive_builder_macro v0.12.0 |
2047 | 2024-02-02T00:45:40.004Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2048 | 2024-02-02T00:45:45.709Z | Compiling vsss-rs v3.3.4 |
2049 | 2024-02-02T00:45:53.312Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2050 | 2024-02-02T00:45:54.126Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2051 | 2024-02-02T00:45:54.459Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2052 | 2024-02-02T00:45:54.697Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2053 | 2024-02-02T00:45:54.916Z | Compiling globset v0.4.13 |
2054 | 2024-02-02T00:46:00.240Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2055 | 2024-02-02T00:46:00.326Z | Compiling olpc-cjson v0.1.3 |
2056 | 2024-02-02T00:46:01.238Z | Compiling strum_macros v0.24.3 |
2057 | 2024-02-02T00:46:02.223Z | Compiling serde_plain v1.0.2 |
2058 | 2024-02-02T00:46:03.098Z | Compiling serde-big-array v0.5.1 |
2059 | 2024-02-02T00:46:03.513Z | Compiling ref-cast-impl v1.0.20 |
2060 | 2024-02-02T00:46:04.867Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2061 | 2024-02-02T00:46:05.416Z | Compiling async-recursion v1.0.5 |
2062 | 2024-02-02T00:46:06.250Z | Compiling cookie v0.18.0 |
2063 | 2024-02-02T00:46:06.756Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2064 | 2024-02-02T00:46:07.240Z | Compiling http-range v0.1.5 |
2065 | 2024-02-02T00:46:07.267Z | Compiling indoc v1.0.9 |
2066 | 2024-02-02T00:46:08.246Z | Compiling typed-path v0.7.0 |
2067 | 2024-02-02T00:46:09.541Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2068 | 2024-02-02T00:46:09.822Z | Compiling hyper-staticfile v0.9.5 |
2069 | 2024-02-02T00:46:10.743Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2070 | 2024-02-02T00:46:11.571Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2071 | 2024-02-02T00:46:15.387Z | Compiling tough v0.16.0 |
2072 | 2024-02-02T00:46:29.309Z | Compiling derive_builder v0.12.0 |
2073 | 2024-02-02T00:46:42.372Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2074 | 2024-02-02T00:46:42.839Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2075 | 2024-02-02T00:46:47.027Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2076 | 2024-02-02T00:46:49.958Z | Compiling signal-hook-tokio v0.3.1 |
2077 | 2024-02-02T00:46:50.675Z | Compiling bb8 v0.8.1 |
2078 | 2024-02-02T00:46:51.307Z | Compiling quick-xml v0.30.0 |
2079 | 2024-02-02T00:46:51.941Z | Compiling serde-big-array v0.4.1 |
2080 | 2024-02-02T00:46:51.958Z | Compiling impl-trait-for-tuples v0.2.2 |
2081 | 2024-02-02T00:46:52.244Z | Compiling oso-derive v0.27.0 |
2082 | 2024-02-02T00:46:53.877Z | Compiling maplit v1.0.2 |
2083 | 2024-02-02T00:46:54.062Z | Compiling parse-size v1.0.0 |
2084 | 2024-02-02T00:46:54.994Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2085 | 2024-02-02T00:47:08.707Z | Compiling oso v0.27.0 |
2086 | 2024-02-02T00:47:09.514Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2087 | 2024-02-02T00:47:21.617Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2088 | 2024-02-02T00:47:22.838Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2089 | 2024-02-02T00:47:24.387Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2090 | 2024-02-02T00:47:36.585Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2091 | 2024-02-02T00:47:38.805Z | Compiling corncobs v0.1.3 |
2092 | 2024-02-02T00:47:39.507Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2093 | 2024-02-02T00:47:40.864Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2094 | 2024-02-02T00:47:41.091Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2095 | 2024-02-02T00:47:42.761Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2096 | 2024-02-02T00:47:43.473Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2097 | 2024-02-02T00:47:50.007Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2098 | 2024-02-02T00:47:55.271Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2099 | 2024-02-02T00:48:13.650Z | Compiling rcgen v0.12.1 |
2100 | 2024-02-02T00:48:30.067Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2101 | 2024-02-02T00:48:32.644Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2102 | 2024-02-02T00:48:33.110Z | Compiling atomicwrites v0.4.3 |
2103 | 2024-02-02T00:48:34.020Z | Compiling lru v0.12.1 |
2104 | 2024-02-02T00:48:34.597Z | Compiling stability v0.1.1 |
2105 | 2024-02-02T00:48:36.088Z | Compiling subprocess v0.2.9 |
2106 | 2024-02-02T00:48:36.852Z | Compiling indoc v2.0.3 |
2107 | 2024-02-02T00:48:38.549Z | Compiling smawk v0.3.1 |
2108 | 2024-02-02T00:48:38.950Z | Compiling cassowary v0.3.0 |
2109 | 2024-02-02T00:48:45.444Z | Compiling unicode-linebreak v0.1.5 |
2110 | 2024-02-02T00:48:46.448Z | Compiling textwrap v0.16.0 |
2111 | 2024-02-02T00:48:46.650Z | Compiling ratatui v0.25.0 |
2112 | 2024-02-02T00:48:52.925Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2113 | 2024-02-02T00:49:02.396Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2114 | 2024-02-02T00:49:03.684Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2115 | 2024-02-02T00:49:12.506Z | Compiling fatfs v0.3.6 |
2116 | 2024-02-02T00:49:15.864Z | Compiling nanorand v0.7.0 |
2117 | 2024-02-02T00:49:16.168Z | Compiling rtoolbox v0.0.1 |
2118 | 2024-02-02T00:49:16.888Z | Compiling humantime v2.1.0 |
2119 | 2024-02-02T00:49:17.117Z | Compiling is_ci v1.1.1 |
2120 | 2024-02-02T00:49:17.578Z | Compiling assert_matches v1.5.0 |
2121 | 2024-02-02T00:49:17.751Z | Compiling supports-color v2.1.0 |
2122 | 2024-02-02T00:49:18.430Z | Compiling flume v0.11.0 |
2123 | 2024-02-02T00:49:18.434Z | Compiling rpassword v7.3.1 |
2124 | 2024-02-02T00:49:18.944Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2125 | 2024-02-02T00:49:19.071Z | Compiling tui-tree-widget v0.16.0 |
2126 | 2024-02-02T00:49:19.430Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2127 | 2024-02-02T00:49:19.695Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2128 | 2024-02-02T00:49:20.170Z | Compiling shell-words v1.1.0 |
2129 | 2024-02-02T00:49:20.915Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2130 | 2024-02-02T00:49:33.870Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2131 | 2024-02-02T00:50:39.609Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2132 | 2024-02-02T00:52:57.784Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2133 | 2024-02-02T00:53:04.373Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2134 | 2024-02-02T00:53:26.035Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2135 | 2024-02-02T01:04:07.234Z | Finished release [optimized] target(s) in 22m 38s |
2136 | 2024-02-02T01:05:34.942Z | |
2137 | 2024-02-02T01:05:34.942Z | real 24:02.579828841 |
2138 | 2024-02-02T01:05:34.942Z | user 2:44:32.556017447 |
2139 | 2024-02-02T01:05:34.942Z | sys 6:16.259866866 |
2140 | 2024-02-02T01:05:34.943Z | trap 5.235486278 |
2141 | 2024-02-02T01:05:34.943Z | tflt 1.363290633 |
2142 | 2024-02-02T01:05:34.943Z | dflt 1.353407128 |
2143 | 2024-02-02T01:05:34.943Z | kflt 0.001230297 |
2144 | 2024-02-02T01:05:34.943Z | lock 9:45:19.862154710 |
2145 | 2024-02-02T01:05:34.943Z | slp 6:24:33.675088817 |
2146 | 2024-02-02T01:05:34.943Z | lat 3:04.662588140 |
2147 | 2024-02-02T01:05:34.943Z | stop 1:07.136177902 |
2148 | 2024-02-02T01:05:34.943Z | + 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/*) |
2149 | 2024-02-02T01:05:34.943Z | + pfexec mkdir -p /work |
2150 | 2024-02-02T01:05:34.943Z | + pfexec chown build /work |
2151 | 2024-02-02T01:05:34.943Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.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 |
2152 | 2024-02-02T01:05:44.356Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2153 | 2024-02-02T01:05:44.356Z | a out/mg-ddm-gz.tar 61599K |
2154 | 2024-02-02T01:05:44.356Z | a out/omicron-sled-agent.tar 119311K |
2155 | 2024-02-02T01:05:44.357Z | a out/oxlog.tar 8186K |
2156 | 2024-02-02T01:05:44.357Z | a out/target/test 1K |
2157 | 2024-02-02T01:05:44.357Z | a out/npuzone/npuzone 36313K |
2158 | 2024-02-02T01:05:44.357Z | a package-manifest.toml 24K |
2159 | 2024-02-02T01:05:44.357Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2160 | 2024-02-02T01:05:44.357Z | a target/release/omicron-package 43537K |
2161 | 2024-02-02T01:05:44.357Z | a tools/create_virtual_hardware.sh 4K |
2162 | 2024-02-02T01:05:44.357Z | a tools/virtual_hardware.sh 4K |
2163 | 2024-02-02T01:05:44.357Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2164 | 2024-02-02T01:05:44.357Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2165 | 2024-02-02T01:05:44.357Z | a tools/scrimlet/softnpu-init.sh 3K |
2166 | 2024-02-02T01:05:44.357Z | a tools/scrimlet/softnpu-zone.txt 1K |
2167 | 2024-02-02T01:05:44.357Z | a tools/scrimlet/softnpu.toml 1K |
2168 | 2024-02-02T01:05:44.363Z | |
2169 | 2024-02-02T01:05:44.363Z | real 14.172358183 |
2170 | 2024-02-02T01:05:44.363Z | user 13.548176898 |
2171 | 2024-02-02T01:05:44.363Z | sys 1.131731027 |
2172 | 2024-02-02T01:05:44.363Z | trap 0.003533445 |
2173 | 2024-02-02T01:05:44.363Z | tflt 0.000000000 |
2174 | 2024-02-02T01:05:44.364Z | dflt 0.000000000 |
2175 | 2024-02-02T01:05:44.364Z | kflt 0.000000000 |
2176 | 2024-02-02T01:05:44.364Z | lock 0.000000000 |
2177 | 2024-02-02T01:05:44.364Z | slp 13.233196201 |
2178 | 2024-02-02T01:05:44.364Z | lat 0.424452916 |
2179 | 2024-02-02T01:05:44.364Z | stop 0.000234108 |
2180 | 2024-02-02T01:05:44.367Z | ++ pwd |
2181 | 2024-02-02T01:05:44.367Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2182 | 2024-02-02T01:05:44.367Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2183 | 2024-02-02T01:05:44.367Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2184 | 2024-02-02T01:05:45.580Z | Finished release [optimized] target(s) in 1.12s |
2185 | 2024-02-02T01:05:45.606Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2186 | 2024-02-02T01:05:45.661Z | Created new build target 'host' and set it as active |
2187 | 2024-02-02T01:05:45.678Z | |
2188 | 2024-02-02T01:05:45.678Z | real 1.287696091 |
2189 | 2024-02-02T01:05:45.678Z | user 0.892801835 |
2190 | 2024-02-02T01:05:45.678Z | sys 0.395732228 |
2191 | 2024-02-02T01:05:45.678Z | trap 0.000120455 |
2192 | 2024-02-02T01:05:45.678Z | tflt 0.000008902 |
2193 | 2024-02-02T01:05:45.679Z | dflt 0.000005743 |
2194 | 2024-02-02T01:05:45.679Z | kflt 0.000000000 |
2195 | 2024-02-02T01:05:45.679Z | lock 0.036469694 |
2196 | 2024-02-02T01:05:45.679Z | slp 0.022670068 |
2197 | 2024-02-02T01:05:45.679Z | lat 0.001706114 |
2198 | 2024-02-02T01:05:45.679Z | stop 0.000217430 |
2199 | 2024-02-02T01:05:45.679Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2200 | 2024-02-02T01:05:46.882Z | Finished release [optimized] target(s) in 1.13s |
2201 | 2024-02-02T01:05:46.915Z | Running `target/release/omicron-package -t host package` |
2202 | 2024-02-02T01:05:46.965Z | Feb 02 01:05:45.658 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2203 | 2024-02-02T01:05:48.202Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2204 | 2024-02-02T01:06:10.861Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2205 | 2024-02-02T01:08:09.485Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2206 | 2024-02-02T01:10:24.866Z | Finished release [optimized] target(s) in 4m 37s |
2207 | 2024-02-02T01:12:09.432Z | |
2208 | 2024-02-02T01:12:09.433Z | real 6:23.793645443 |
2209 | 2024-02-02T01:12:09.433Z | user 29:08.265309328 |
2210 | 2024-02-02T01:12:09.433Z | sys 1:21.688424440 |
2211 | 2024-02-02T01:12:09.433Z | trap 0.805590506 |
2212 | 2024-02-02T01:12:09.433Z | tflt 0.069810210 |
2213 | 2024-02-02T01:12:09.433Z | dflt 1.337707793 |
2214 | 2024-02-02T01:12:09.433Z | kflt 0.000067157 |
2215 | 2024-02-02T01:12:09.433Z | lock 1:40:54.013317005 |
2216 | 2024-02-02T01:12:09.600Z | slp 31:18.021854421 |
2217 | 2024-02-02T01:12:09.601Z | lat 14.355551625 |
2218 | 2024-02-02T01:12:09.601Z | stop 1.470623170 |
2219 | 2024-02-02T01:12:09.601Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2220 | 2024-02-02T01:12:09.601Z | + for package in "$@" |
2221 | 2024-02-02T01:12:09.602Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2222 | 2024-02-02T01:12:09.602Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+git3be0d62d8d5 |
2223 | 2024-02-02T01:12:10.662Z | Finished release [optimized] target(s) in 1.14s |
2224 | 2024-02-02T01:12:10.698Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+git3be0d62d8d5` |
2225 | 2024-02-02T01:12:10.753Z | Feb 02 01:12:09.471 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2226 | 2024-02-02T01:12:11.373Z | Created: out/versioned/omicron-sled-agent.tar |
2227 | 2024-02-02T01:12:11.385Z | + for package in "$@" |
2228 | 2024-02-02T01:12:11.385Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2229 | 2024-02-02T01:12:11.385Z | + echo 0.0.0 |
2230 | 2024-02-02T01:12:11.385Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2231 | 2024-02-02T01:12:11.385Z | a VERSION 1K |
2232 | 2024-02-02T01:12:11.385Z | + rm VERSION |
2233 | 2024-02-02T01:12:11.386Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git3be0d62d8d5 |
2234 | 2024-02-02T01:12:12.570Z | Finished release [optimized] target(s) in 1.10s |
2235 | 2024-02-02T01:12:12.615Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git3be0d62d8d5` |
2236 | 2024-02-02T01:12:12.651Z | Feb 02 01:12:11.375 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2237 | 2024-02-02T01:12:12.978Z | Created: out/versioned/mg-ddm-gz.tar |
2238 | 2024-02-02T01:12:12.988Z | + for package in "$@" |
2239 | 2024-02-02T01:12:12.988Z | + [[ propolis-server == mg-ddm-gz ]] |
2240 | 2024-02-02T01:12:12.988Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+git3be0d62d8d5 |
2241 | 2024-02-02T01:12:14.244Z | Finished release [optimized] target(s) in 1.17s |
2242 | 2024-02-02T01:12:14.278Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+git3be0d62d8d5` |
2243 | 2024-02-02T01:12:14.326Z | Feb 02 01:12:13.051 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2244 | 2024-02-02T01:12:16.125Z | Created: out/versioned/propolis-server.tar.gz |
2245 | 2024-02-02T01:12:16.137Z | + for package in "$@" |
2246 | 2024-02-02T01:12:16.137Z | + [[ overlay == mg-ddm-gz ]] |
2247 | 2024-02-02T01:12:16.137Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+git3be0d62d8d5 |
2248 | 2024-02-02T01:12:17.322Z | Finished release [optimized] target(s) in 1.10s |
2249 | 2024-02-02T01:12:17.356Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+git3be0d62d8d5` |
2250 | 2024-02-02T01:12:17.413Z | Feb 02 01:12:16.127 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2251 | 2024-02-02T01:12:17.427Z | Created: out/versioned/overlay.tar.gz |
2252 | 2024-02-02T01:12:17.427Z | + for package in "$@" |
2253 | 2024-02-02T01:12:17.427Z | + [[ oxlog == mg-ddm-gz ]] |
2254 | 2024-02-02T01:12:17.427Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+git3be0d62d8d5 |
2255 | 2024-02-02T01:12:18.622Z | Finished release [optimized] target(s) in 1.12s |
2256 | 2024-02-02T01:12:18.658Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+git3be0d62d8d5` |
2257 | 2024-02-02T01:12:18.708Z | Feb 02 01:12:17.430 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2258 | 2024-02-02T01:12:18.745Z | Created: out/versioned/oxlog.tar |
2259 | 2024-02-02T01:12:18.753Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2260 | 2024-02-02T01:12:18.763Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2261 | 2024-02-02T01:12:18.770Z | ++ cd -- ./tools |
2262 | 2024-02-02T01:12:18.770Z | ++ pwd |
2263 | 2024-02-02T01:12:18.770Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2264 | 2024-02-02T01:12:18.770Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2265 | 2024-02-02T01:12:18.887Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2266 | 2024-02-02T01:12:18.893Z | ++ readlink -f /work |
2267 | 2024-02-02T01:12:18.893Z | + out_dir=/work |
2268 | 2024-02-02T01:12:18.893Z | + 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" "$tarball_src_dir/oxlog.tar") |
2269 | 2024-02-02T01:12:18.893Z | + for dep in "${deps[@]}" |
2270 | 2024-02-02T01:12:18.893Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2271 | 2024-02-02T01:12:18.893Z | + for dep in "${deps[@]}" |
2272 | 2024-02-02T01:12:18.893Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2273 | 2024-02-02T01:12:18.893Z | + for dep in "${deps[@]}" |
2274 | 2024-02-02T01:12:18.893Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2275 | 2024-02-02T01:12:18.893Z | + for dep in "${deps[@]}" |
2276 | 2024-02-02T01:12:18.893Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2277 | 2024-02-02T01:12:18.893Z | + for dep in "${deps[@]}" |
2278 | 2024-02-02T01:12:18.893Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2279 | 2024-02-02T01:12:18.893Z | ++ mktemp -d |
2280 | 2024-02-02T01:12:18.893Z | + tmp_gz=/tmp/tmp.rpaGJh |
2281 | 2024-02-02T01:12:18.893Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2282 | 2024-02-02T01:12:18.893Z | + echo '{"v":"1","t":"layer"}' |
2283 | 2024-02-02T01:12:18.893Z | + pkg_dir=/tmp/tmp.rpaGJh/root/opt/oxide/sled-agent |
2284 | 2024-02-02T01:12:18.893Z | + mkdir -p /tmp/tmp.rpaGJh/root/opt/oxide/sled-agent |
2285 | 2024-02-02T01:12:18.899Z | + cd /tmp/tmp.rpaGJh/root/opt/oxide/sled-agent |
2286 | 2024-02-02T01:12:18.899Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2287 | 2024-02-02T01:12:19.084Z | x ., 0 bytes, 0 tape blocks |
2288 | 2024-02-02T01:12:19.084Z | x zone-bundle, 41511056 bytes, 81077 tape blocks |
2289 | 2024-02-02T01:12:19.084Z | x sled-agent, 80659568 bytes, 157539 tape blocks |
2290 | 2024-02-02T01:12:19.084Z | x pkg, 0 bytes, 0 tape blocks |
2291 | 2024-02-02T01:12:19.084Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2292 | 2024-02-02T01:12:19.084Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2293 | 2024-02-02T01:12:19.084Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2294 | 2024-02-02T01:12:19.085Z | x VERSION, 25 bytes, 1 tape blocks |
2295 | 2024-02-02T01:12:19.159Z | + mkdir -p /tmp/tmp.rpaGJh/root/lib/svc/manifest/site/ |
2296 | 2024-02-02T01:12:19.159Z | + mv pkg/manifest.xml /tmp/tmp.rpaGJh/root/lib/svc/manifest/site/sled-agent.xml |
2297 | 2024-02-02T01:12:19.160Z | + cd - |
2298 | 2024-02-02T01:12:19.160Z | /work/oxidecomputer/omicron |
2299 | 2024-02-02T01:12:19.160Z | + pkg_dir=/tmp/tmp.rpaGJh/root/opt/oxide/mg-ddm |
2300 | 2024-02-02T01:12:19.160Z | + mkdir -p /tmp/tmp.rpaGJh/root/opt/oxide/mg-ddm |
2301 | 2024-02-02T01:12:19.160Z | + cd /tmp/tmp.rpaGJh/root/opt/oxide/mg-ddm |
2302 | 2024-02-02T01:12:19.160Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2303 | 2024-02-02T01:12:19.194Z | x ., 0 bytes, 0 tape blocks |
2304 | 2024-02-02T01:12:19.194Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2305 | 2024-02-02T01:12:19.195Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2306 | 2024-02-02T01:12:19.195Z | x pkg, 0 bytes, 0 tape blocks |
2307 | 2024-02-02T01:12:19.195Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2308 | 2024-02-02T01:12:19.195Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2309 | 2024-02-02T01:12:19.195Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2310 | 2024-02-02T01:12:19.195Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2311 | 2024-02-02T01:12:19.195Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2312 | 2024-02-02T01:12:19.195Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2313 | 2024-02-02T01:12:19.195Z | x VERSION, 25 bytes, 1 tape blocks |
2314 | 2024-02-02T01:12:19.195Z | + cd - |
2315 | 2024-02-02T01:12:19.195Z | /work/oxidecomputer/omicron |
2316 | 2024-02-02T01:12:19.195Z | + pkg_dir=/tmp/tmp.rpaGJh/root/opt/oxide/oxlog |
2317 | 2024-02-02T01:12:19.195Z | + mkdir -p /tmp/tmp.rpaGJh/root/opt/oxide/oxlog |
2318 | 2024-02-02T01:12:19.195Z | + cd /tmp/tmp.rpaGJh/root/opt/oxide/oxlog |
2319 | 2024-02-02T01:12:19.195Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2320 | 2024-02-02T01:12:19.195Z | x ., 0 bytes, 0 tape blocks |
2321 | 2024-02-02T01:12:19.195Z | x oxlog, 8379680 bytes, 16367 tape blocks |
2322 | 2024-02-02T01:12:19.195Z | x VERSION, 25 bytes, 1 tape blocks |
2323 | 2024-02-02T01:12:19.195Z | + cd - |
2324 | 2024-02-02T01:12:19.195Z | /work/oxidecomputer/omicron |
2325 | 2024-02-02T01:12:19.195Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.rpaGJh/root/opt/oxide |
2326 | 2024-02-02T01:12:19.285Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.rpaGJh/root/opt/oxide |
2327 | 2024-02-02T01:12:19.301Z | + cd /tmp/tmp.rpaGJh |
2328 | 2024-02-02T01:12:19.301Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2329 | 2024-02-02T01:12:33.912Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2330 | 2024-02-02T01:12:33.912Z | a oxide.json 1K |
2331 | 2024-02-02T01:12:33.913Z | a root/ 0K |
2332 | 2024-02-02T01:12:33.913Z | a root/opt/ 0K |
2333 | 2024-02-02T01:12:33.913Z | a root/opt/oxide/ 0K |
2334 | 2024-02-02T01:12:33.913Z | a root/opt/oxide/sled-agent/ 0K |
2335 | 2024-02-02T01:12:33.913Z | a root/opt/oxide/sled-agent/zone-bundle 40539K |
2336 | 2024-02-02T01:12:33.913Z | a root/opt/oxide/sled-agent/sled-agent 78770K |
2337 | 2024-02-02T01:12:33.914Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2338 | 2024-02-02T01:12:33.914Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2339 | 2024-02-02T01:12:33.914Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2340 | 2024-02-02T01:12:33.914Z | a root/opt/oxide/sled-agent/VERSION 1K |
2341 | 2024-02-02T01:12:33.914Z | a root/opt/oxide/mg-ddm/ 0K |
2342 | 2024-02-02T01:12:33.915Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2343 | 2024-02-02T01:12:33.915Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2344 | 2024-02-02T01:12:33.915Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2345 | 2024-02-02T01:12:33.915Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2346 | 2024-02-02T01:12:33.915Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2347 | 2024-02-02T01:12:33.916Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2348 | 2024-02-02T01:12:33.916Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2349 | 2024-02-02T01:12:33.916Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2350 | 2024-02-02T01:12:33.916Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2351 | 2024-02-02T01:12:33.916Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2352 | 2024-02-02T01:12:33.916Z | a root/opt/oxide/oxlog/ 0K |
2353 | 2024-02-02T01:12:33.916Z | a root/opt/oxide/oxlog/oxlog 8184K |
2354 | 2024-02-02T01:12:33.917Z | a root/opt/oxide/oxlog/VERSION 1K |
2355 | 2024-02-02T01:12:33.917Z | a root/opt/oxide/propolis-server.tar.gz 64617K |
2356 | 2024-02-02T01:12:33.917Z | a root/opt/oxide/overlay.tar.gz 3K |
2357 | 2024-02-02T01:12:33.917Z | a root/lib/ 0K |
2358 | 2024-02-02T01:12:33.917Z | a root/lib/svc/ 0K |
2359 | 2024-02-02T01:12:33.917Z | a root/lib/svc/manifest/ 0K |
2360 | 2024-02-02T01:12:33.917Z | a root/lib/svc/manifest/site/ 0K |
2361 | 2024-02-02T01:12:33.917Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2362 | 2024-02-02T01:12:33.918Z | + cd / |
2363 | 2024-02-02T01:12:33.918Z | + rm -rf /tmp/tmp.rpaGJh |
2364 | 2024-02-02T01:12:33.918Z | |
2365 | 2024-02-02T01:12:33.918Z | real 12.930782662 |
2366 | 2024-02-02T01:12:33.918Z | user 11.815104696 |
2367 | 2024-02-02T01:12:33.919Z | sys 1.080392633 |
2368 | 2024-02-02T01:12:33.919Z | trap 0.002238550 |
2369 | 2024-02-02T01:12:33.920Z | tflt 0.000003177 |
2370 | 2024-02-02T01:12:33.920Z | dflt 0.000000000 |
2371 | 2024-02-02T01:12:33.920Z | kflt 0.000000000 |
2372 | 2024-02-02T01:12:33.920Z | lock 0.000000000 |
2373 | 2024-02-02T01:12:33.920Z | slp 24.907976008 |
2374 | 2024-02-02T01:12:33.920Z | lat 0.377132582 |
2375 | 2024-02-02T01:12:33.920Z | stop 0.000325700 |
2376 | 2024-02-02T01:12:33.920Z | + mkdir -p /work/zones |
2377 | 2024-02-02T01:12:33.920Z | + 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.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) |
2378 | 2024-02-02T01:12:33.920Z | + 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.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/ |
2379 | 2024-02-02T01:12:36.580Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2380 | 2024-02-02T01:12:37.633Z | Finished release [optimized] target(s) in 1.25s |
2381 | 2024-02-02T01:12:37.668Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2382 | 2024-02-02T01:12:37.721Z | Created new build target 'recovery' and set it as active |
2383 | 2024-02-02T01:12:37.733Z | |
2384 | 2024-02-02T01:12:37.733Z | real 1.431634122 |
2385 | 2024-02-02T01:12:37.733Z | user 0.993998091 |
2386 | 2024-02-02T01:12:37.733Z | sys 0.420224200 |
2387 | 2024-02-02T01:12:37.733Z | trap 0.001326469 |
2388 | 2024-02-02T01:12:37.733Z | tflt 0.000021590 |
2389 | 2024-02-02T01:12:37.733Z | dflt 0.000033788 |
2390 | 2024-02-02T01:12:37.733Z | kflt 0.000000000 |
2391 | 2024-02-02T01:12:37.733Z | lock 0.041842365 |
2392 | 2024-02-02T01:12:37.733Z | slp 0.025779568 |
2393 | 2024-02-02T01:12:37.733Z | lat 0.019001395 |
2394 | 2024-02-02T01:12:37.733Z | stop 0.000253130 |
2395 | 2024-02-02T01:12:37.733Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2396 | 2024-02-02T01:12:38.989Z | Finished release [optimized] target(s) in 1.16s |
2397 | 2024-02-02T01:12:39.477Z | Running `target/release/omicron-package -t recovery package` |
2398 | 2024-02-02T01:12:39.497Z | Feb 02 01:12:37.794 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2399 | 2024-02-02T01:12:40.158Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2400 | 2024-02-02T01:12:45.520Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2401 | 2024-02-02T01:13:18.180Z | Finished release [optimized] target(s) in 39.02s |
2402 | 2024-02-02T01:13:39.392Z | |
2403 | 2024-02-02T01:13:39.393Z | real 1:01.667851827 |
2404 | 2024-02-02T01:13:39.396Z | user 2:46.290653485 |
2405 | 2024-02-02T01:13:39.396Z | sys 13.482347567 |
2406 | 2024-02-02T01:13:39.396Z | trap 0.074620489 |
2407 | 2024-02-02T01:13:39.396Z | tflt 0.172880903 |
2408 | 2024-02-02T01:13:39.396Z | dflt 0.897625095 |
2409 | 2024-02-02T01:13:39.396Z | kflt 0.000000000 |
2410 | 2024-02-02T01:13:39.396Z | lock 13:20.621546842 |
2411 | 2024-02-02T01:13:39.396Z | slp 2:49.670853432 |
2412 | 2024-02-02T01:13:39.396Z | lat 1.776263274 |
2413 | 2024-02-02T01:13:39.396Z | stop 0.226382678 |
2414 | 2024-02-02T01:13:39.396Z | + stamp_packages installinator mg-ddm-gz |
2415 | 2024-02-02T01:13:39.396Z | + for package in "$@" |
2416 | 2024-02-02T01:13:39.396Z | + [[ installinator == mg-ddm-gz ]] |
2417 | 2024-02-02T01:13:39.396Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+git3be0d62d8d5 |
2418 | 2024-02-02T01:13:40.630Z | Finished release [optimized] target(s) in 1.09s |
2419 | 2024-02-02T01:13:40.647Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+git3be0d62d8d5` |
2420 | 2024-02-02T01:13:40.658Z | Feb 02 01:13:39.387 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2421 | 2024-02-02T01:13:41.070Z | Created: out/versioned/installinator.tar |
2422 | 2024-02-02T01:13:41.070Z | + for package in "$@" |
2423 | 2024-02-02T01:13:41.070Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2424 | 2024-02-02T01:13:41.070Z | + echo 0.0.0 |
2425 | 2024-02-02T01:13:41.070Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2426 | 2024-02-02T01:13:41.070Z | a VERSION 1K |
2427 | 2024-02-02T01:13:41.070Z | + rm VERSION |
2428 | 2024-02-02T01:13:41.071Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git3be0d62d8d5 |
2429 | 2024-02-02T01:13:42.022Z | Finished release [optimized] target(s) in 1.10s |
2430 | 2024-02-02T01:13:42.049Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git3be0d62d8d5` |
2431 | 2024-02-02T01:13:42.097Z | Feb 02 01:13:40.827 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2432 | 2024-02-02T01:13:42.304Z | Created: out/versioned/mg-ddm-gz.tar |
2433 | 2024-02-02T01:13:42.325Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2434 | 2024-02-02T01:13:42.344Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2435 | 2024-02-02T01:13:42.344Z | ++ cd -- ./tools |
2436 | 2024-02-02T01:13:42.345Z | ++ pwd |
2437 | 2024-02-02T01:13:42.345Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2438 | 2024-02-02T01:13:42.345Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2439 | 2024-02-02T01:13:42.345Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2440 | 2024-02-02T01:13:42.346Z | ++ readlink -f /work |
2441 | 2024-02-02T01:13:42.346Z | + out_dir=/work |
2442 | 2024-02-02T01:13:42.346Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2443 | 2024-02-02T01:13:42.346Z | + for dep in "${deps[@]}" |
2444 | 2024-02-02T01:13:42.346Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2445 | 2024-02-02T01:13:42.347Z | + for dep in "${deps[@]}" |
2446 | 2024-02-02T01:13:42.347Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2447 | 2024-02-02T01:13:42.347Z | ++ mktemp -d |
2448 | 2024-02-02T01:13:42.347Z | + tmp_trampoline=/tmp/tmp.gNaiOh |
2449 | 2024-02-02T01:13:42.347Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2450 | 2024-02-02T01:13:42.348Z | + echo '{"v":"1","t":"layer"}' |
2451 | 2024-02-02T01:13:42.348Z | + pkg_dir=/tmp/tmp.gNaiOh/root/opt/oxide/installinator |
2452 | 2024-02-02T01:13:42.348Z | + mkdir -p /tmp/tmp.gNaiOh/root/opt/oxide/installinator |
2453 | 2024-02-02T01:13:42.368Z | + cd /tmp/tmp.gNaiOh/root/opt/oxide/installinator |
2454 | 2024-02-02T01:13:42.368Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2455 | 2024-02-02T01:13:42.404Z | x ., 0 bytes, 0 tape blocks |
2456 | 2024-02-02T01:13:42.405Z | x installinator, 54624264 bytes, 106689 tape blocks |
2457 | 2024-02-02T01:13:42.405Z | x pkg, 0 bytes, 0 tape blocks |
2458 | 2024-02-02T01:13:42.405Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2459 | 2024-02-02T01:13:42.405Z | x VERSION, 25 bytes, 1 tape blocks |
2460 | 2024-02-02T01:13:42.415Z | + mkdir -p /tmp/tmp.gNaiOh/root/lib/svc/manifest/site/ |
2461 | 2024-02-02T01:13:42.416Z | + mv pkg/manifest.xml /tmp/tmp.gNaiOh/root/lib/svc/manifest/site/installinator.xml |
2462 | 2024-02-02T01:13:42.416Z | + cd - |
2463 | 2024-02-02T01:13:42.416Z | /work/oxidecomputer/omicron |
2464 | 2024-02-02T01:13:42.416Z | + pkg_dir=/tmp/tmp.gNaiOh/root/opt/oxide/mg-ddm |
2465 | 2024-02-02T01:13:42.416Z | + mkdir -p /tmp/tmp.gNaiOh/root/opt/oxide/mg-ddm |
2466 | 2024-02-02T01:13:42.416Z | + cd /tmp/tmp.gNaiOh/root/opt/oxide/mg-ddm |
2467 | 2024-02-02T01:13:42.417Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2468 | 2024-02-02T01:13:42.525Z | x ., 0 bytes, 0 tape blocks |
2469 | 2024-02-02T01:13:42.526Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2470 | 2024-02-02T01:13:42.526Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2471 | 2024-02-02T01:13:42.526Z | x pkg, 0 bytes, 0 tape blocks |
2472 | 2024-02-02T01:13:42.526Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2473 | 2024-02-02T01:13:42.526Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2474 | 2024-02-02T01:13:42.526Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2475 | 2024-02-02T01:13:42.526Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2476 | 2024-02-02T01:13:42.526Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2477 | 2024-02-02T01:13:42.526Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2478 | 2024-02-02T01:13:42.526Z | x VERSION, 25 bytes, 1 tape blocks |
2479 | 2024-02-02T01:13:42.580Z | + cd - |
2480 | 2024-02-02T01:13:42.580Z | /work/oxidecomputer/omicron |
2481 | 2024-02-02T01:13:42.580Z | + cd /tmp/tmp.gNaiOh |
2482 | 2024-02-02T01:13:42.581Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2483 | 2024-02-02T01:13:48.579Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2484 | 2024-02-02T01:13:48.579Z | a oxide.json 1K |
2485 | 2024-02-02T01:13:48.579Z | a root/ 0K |
2486 | 2024-02-02T01:13:48.579Z | a root/opt/ 0K |
2487 | 2024-02-02T01:13:48.579Z | a root/opt/oxide/ 0K |
2488 | 2024-02-02T01:13:48.580Z | a root/opt/oxide/installinator/ 0K |
2489 | 2024-02-02T01:13:48.580Z | a root/opt/oxide/installinator/installinator 53345K |
2490 | 2024-02-02T01:13:48.580Z | a root/opt/oxide/installinator/pkg/ 0K |
2491 | 2024-02-02T01:13:48.580Z | a root/opt/oxide/installinator/VERSION 1K |
2492 | 2024-02-02T01:13:48.580Z | a root/opt/oxide/mg-ddm/ 0K |
2493 | 2024-02-02T01:13:48.580Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2494 | 2024-02-02T01:13:48.581Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2495 | 2024-02-02T01:13:48.581Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2496 | 2024-02-02T01:13:48.581Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2497 | 2024-02-02T01:13:48.581Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2498 | 2024-02-02T01:13:48.581Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2499 | 2024-02-02T01:13:48.581Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2500 | 2024-02-02T01:13:48.581Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2501 | 2024-02-02T01:13:48.581Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2502 | 2024-02-02T01:13:48.581Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2503 | 2024-02-02T01:13:48.581Z | a root/lib/ 0K |
2504 | 2024-02-02T01:13:48.581Z | a root/lib/svc/ 0K |
2505 | 2024-02-02T01:13:48.581Z | a root/lib/svc/manifest/ 0K |
2506 | 2024-02-02T01:13:48.581Z | a root/lib/svc/manifest/site/ 0K |
2507 | 2024-02-02T01:13:48.581Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2508 | 2024-02-02T01:13:49.001Z | + cd / |
2509 | 2024-02-02T01:13:49.001Z | + rm -rf /tmp/tmp.gNaiOh |
2510 | 2024-02-02T01:13:49.013Z | |
2511 | 2024-02-02T01:13:49.013Z | real 6.299200030 |
2512 | 2024-02-02T01:13:49.013Z | user 5.884201901 |
2513 | 2024-02-02T01:13:49.013Z | sys 0.450421403 |
2514 | 2024-02-02T01:13:49.013Z | trap 0.001994254 |
2515 | 2024-02-02T01:13:49.013Z | tflt 0.000000000 |
2516 | 2024-02-02T01:13:49.013Z | dflt 0.000000000 |
2517 | 2024-02-02T01:13:49.013Z | kflt 0.000000000 |
2518 | 2024-02-02T01:13:49.013Z | lock 0.000000000 |
2519 | 2024-02-02T01:13:49.013Z | slp 12.159621892 |
2520 | 2024-02-02T01:13:49.014Z | lat 0.177856208 |
2521 | 2024-02-02T01:13:49.014Z | stop 0.000306583 |
2522 | 2024-02-02T01:13:49.014Z | process exited: duration 2616806 ms, exit code 0 |
|
2523 | 2024-02-02T01:13:49.471Z | found 21 output files |
2524 | 2024-02-02T01:13:49.471Z | uploading: /work/version.txt (26 bytes) |
2525 | 2024-02-02T01:13:50.512Z | uploaded: /work/version.txt |
2526 | 2024-02-02T01:13:50.512Z | uploading: /work/package.tar.gz (85935485 bytes) |
2527 | 2024-02-02T01:14:32.947Z | uploaded: /work/package.tar.gz |
2528 | 2024-02-02T01:14:32.947Z | uploading: /work/global-zone-packages.tar.gz (126384272 bytes) |
2529 | 2024-02-02T01:15:33.341Z | uploaded: /work/global-zone-packages.tar.gz |
2530 | 2024-02-02T01:15:33.341Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37208142 bytes) |
2531 | 2024-02-02T01:15:52.792Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2532 | 2024-02-02T01:15:52.792Z | uploading: /work/zones/clickhouse.tar.gz (193984792 bytes) |
2533 | 2024-02-02T01:17:03.474Z | uploaded: /work/zones/clickhouse.tar.gz |
2534 | 2024-02-02T01:17:03.475Z | uploading: /work/zones/clickhouse_keeper.tar.gz (193982115 bytes) |
2535 | 2024-02-02T01:18:16.507Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2536 | 2024-02-02T01:18:16.507Z | uploading: /work/zones/cockroachdb.tar.gz (131080640 bytes) |
2537 | 2024-02-02T01:19:11.115Z | uploaded: /work/zones/cockroachdb.tar.gz |
2538 | 2024-02-02T01:19:11.115Z | uploading: /work/zones/crucible-pantry.tar.gz (17071602 bytes) |
2539 | 2024-02-02T01:19:16.913Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2540 | 2024-02-02T01:19:16.913Z | uploading: /work/zones/crucible.tar.gz (34042166 bytes) |
2541 | 2024-02-02T01:19:30.555Z | uploaded: /work/zones/crucible.tar.gz |
2542 | 2024-02-02T01:19:30.555Z | uploading: /work/zones/external-dns.tar.gz (23594807 bytes) |
2543 | 2024-02-02T01:19:40.016Z | uploaded: /work/zones/external-dns.tar.gz |
2544 | 2024-02-02T01:19:40.016Z | uploading: /work/zones/internal-dns.tar.gz (23594806 bytes) |
2545 | 2024-02-02T01:19:48.231Z | uploaded: /work/zones/internal-dns.tar.gz |
2546 | 2024-02-02T01:19:48.232Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2547 | 2024-02-02T01:19:49.244Z | uploaded: /work/zones/ntp.tar.gz |
2548 | 2024-02-02T01:19:49.244Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19311360 bytes) |
2549 | 2024-02-02T01:19:56.797Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2550 | 2024-02-02T01:19:56.810Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19310805 bytes) |
2551 | 2024-02-02T01:20:07.412Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2552 | 2024-02-02T01:20:07.419Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87185429 bytes) |
2553 | 2024-02-02T01:20:37.087Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2554 | 2024-02-02T01:20:37.088Z | uploading: /work/zones/omicron-nexus.tar.gz (87185650 bytes) |
2555 | 2024-02-02T01:21:18.074Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2556 | 2024-02-02T01:21:18.075Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2557 | 2024-02-02T01:21:19.099Z | uploaded: /work/zones/overlay.tar.gz |
2558 | 2024-02-02T01:21:19.099Z | uploading: /work/zones/oximeter.tar.gz (55296337 bytes) |
2559 | 2024-02-02T01:21:33.594Z | uploaded: /work/zones/oximeter.tar.gz |
2560 | 2024-02-02T01:21:33.595Z | uploading: /work/zones/propolis-server.tar.gz (66166937 bytes) |
2561 | 2024-02-02T01:21:58.938Z | uploaded: /work/zones/propolis-server.tar.gz |
2562 | 2024-02-02T01:21:58.939Z | uploading: /work/zones/switch-asic.tar.gz (281223679 bytes) |
2563 | 2024-02-02T01:23:38.497Z | uploaded: /work/zones/switch-asic.tar.gz |
2564 | 2024-02-02T01:23:38.497Z | uploading: /work/zones/switch-softnpu.tar.gz (205268469 bytes) |
2565 | 2024-02-02T01:25:14.660Z | uploaded: /work/zones/switch-softnpu.tar.gz |