|
|
|
1 | 2024-02-15T07:23:09.530Z | job assigned to worker 01HPNT90S745WH9KJJME9J7YB3 (queued for 1 m 41 s) |
|
2 | 2024-02-15T07:23:09.906Z | starting task 0: "setup" |
3 | 2024-02-15T07:23:09.993Z | ++ uname -s |
4 | 2024-02-15T07:23:10.419Z | + kern=SunOS |
5 | 2024-02-15T07:23:10.419Z | + case "$kern" in |
6 | 2024-02-15T07:23:10.419Z | + groupadd -g 12345 build |
7 | 2024-02-15T07:23:10.419Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-15T07:23:12.013Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-15T07:23:12.088Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-15T07:23:12.099Z | + home_fs=zfs |
11 | 2024-02-15T07:23:12.099Z | + [[ zfs == autofs ]] |
12 | 2024-02-15T07:23:12.100Z | + mkdir -p /home/build |
13 | 2024-02-15T07:23:12.100Z | + chown build:build /home/build /work |
14 | 2024-02-15T07:23:13.090Z | + chmod 0700 /home/build /work |
15 | 2024-02-15T07:23:13.104Z | process exited: duration 3186 ms, exit code 0 |
|
16 | 2024-02-15T07:23:13.135Z | starting task 1: "rust-toolchain" |
17 | 2024-02-15T07:23:13.552Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-15T07:23:13.552Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-15T07:23:13.555Z | info: downloading installer |
20 | 2024-02-15T07:23:15.431Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-15T07:23:15.431Z | warning: /opt/ooce/bin |
22 | 2024-02-15T07:23:15.431Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-15T07:23:15.431Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-15T07:23:15.432Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-15T07:23:15.432Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-15T07:23:15.432Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-15T07:23:15.432Z | error: cannot install while Rust is installed |
28 | 2024-02-15T07:23:15.433Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-15T07:23:15.868Z | info: profile set to 'default' |
30 | 2024-02-15T07:23:15.868Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-15T07:23:15.904Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-15T07:23:15.965Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-15T07:23:15.965Z | info: downloading component 'cargo' |
34 | 2024-02-15T07:23:16.586Z | info: downloading component 'clippy' |
35 | 2024-02-15T07:23:16.800Z | info: downloading component 'rust-docs' |
36 | 2024-02-15T07:23:17.553Z | info: downloading component 'rust-std' |
37 | 2024-02-15T07:23:18.931Z | info: downloading component 'rustc' |
38 | 2024-02-15T07:23:22.221Z | info: downloading component 'rustfmt' |
39 | 2024-02-15T07:23:22.413Z | info: installing component 'cargo' |
40 | 2024-02-15T07:23:23.713Z | info: installing component 'clippy' |
41 | 2024-02-15T07:23:24.351Z | info: installing component 'rust-docs' |
42 | 2024-02-15T07:23:25.778Z | info: installing component 'rust-std' |
43 | 2024-02-15T07:23:28.104Z | info: installing component 'rustc' |
44 | 2024-02-15T07:23:33.453Z | info: installing component 'rustfmt' |
45 | 2024-02-15T07:23:33.895Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-15T07:23:33.895Z | |
47 | 2024-02-15T07:23:34.183Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-15T07:23:34.183Z | |
49 | 2024-02-15T07:23:34.205Z | |
50 | 2024-02-15T07:23:34.205Z | Rust is installed now. Great! |
51 | 2024-02-15T07:23:34.205Z | |
52 | 2024-02-15T07:23:34.205Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-15T07:23:34.205Z | environment variable. This has not been done automatically. |
54 | 2024-02-15T07:23:34.205Z | |
55 | 2024-02-15T07:23:34.206Z | To configure your current shell, run: |
56 | 2024-02-15T07:23:34.206Z | source "$HOME/.cargo/env" |
57 | 2024-02-15T07:23:34.236Z | + rustc --version |
58 | 2024-02-15T07:23:34.309Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-15T07:23:34.317Z | process exited: duration 21174 ms, exit code 0 |
|
60 | 2024-02-15T07:23:34.332Z | starting task 2: "authentication" |
61 | 2024-02-15T07:23:34.352Z | process exited: duration 20 ms, exit code 0 |
|
62 | 2024-02-15T07:23:34.360Z | starting task 3: "clone repository" |
63 | 2024-02-15T07:23:34.366Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-15T07:23:34.370Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-15T07:23:34.953Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-15T07:23:40.488Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-15T07:23:40.489Z | + git fetch origin 4667ac76836b476cd70e8adbd4ab512670896aa8 |
68 | 2024-02-15T07:23:40.489Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-15T07:23:40.489Z | * branch 4667ac76836b476cd70e8adbd4ab512670896aa8 -> FETCH_HEAD |
70 | 2024-02-15T07:23:40.489Z | + [[ -n renovate/actions-setup-node-4.x ]] |
71 | 2024-02-15T07:23:40.489Z | ++ git branch --show-current |
72 | 2024-02-15T07:23:40.489Z | + current=main |
73 | 2024-02-15T07:23:40.489Z | + [[ main != renovate/actions-setup-node-4.x ]] |
74 | 2024-02-15T07:23:40.490Z | + git branch -f renovate/actions-setup-node-4.x 4667ac76836b476cd70e8adbd4ab512670896aa8 |
75 | 2024-02-15T07:23:40.490Z | + git checkout -f renovate/actions-setup-node-4.x |
76 | 2024-02-15T07:23:40.540Z | Switched to branch 'renovate/actions-setup-node-4.x' |
77 | 2024-02-15T07:23:40.558Z | + git reset --hard 4667ac76836b476cd70e8adbd4ab512670896aa8 |
78 | 2024-02-15T07:23:40.643Z | HEAD is now at 4667ac768 chore(deps): update actions/setup-node action to v4.0.2 |
79 | 2024-02-15T07:23:40.661Z | process exited: duration 6270 ms, exit code 0 |
|
80 | 2024-02-15T07:23:40.671Z | starting task 4: "build" |
81 | 2024-02-15T07:23:40.677Z | + cargo --version |
82 | 2024-02-15T07:23:40.682Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-15T07:23:40.811Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-15T07:23:40.811Z | info: downloading component 'cargo' |
85 | 2024-02-15T07:23:41.435Z | info: downloading component 'clippy' |
86 | 2024-02-15T07:23:41.637Z | info: downloading component 'rust-docs' |
87 | 2024-02-15T07:23:42.405Z | info: downloading component 'rust-std' |
88 | 2024-02-15T07:23:43.529Z | info: downloading component 'rustc' |
89 | 2024-02-15T07:23:46.750Z | info: downloading component 'rustfmt' |
90 | 2024-02-15T07:23:46.930Z | info: installing component 'cargo' |
91 | 2024-02-15T07:23:47.801Z | info: installing component 'clippy' |
92 | 2024-02-15T07:23:48.164Z | info: installing component 'rust-docs' |
93 | 2024-02-15T07:23:49.710Z | info: installing component 'rust-std' |
94 | 2024-02-15T07:23:51.306Z | info: installing component 'rustc' |
95 | 2024-02-15T07:23:55.519Z | info: installing component 'rustfmt' |
96 | 2024-02-15T07:23:55.863Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-15T07:23:55.879Z | + rustc --version |
98 | 2024-02-15T07:23:55.931Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-15T07:23:55.943Z | ++ git rev-parse HEAD |
100 | 2024-02-15T07:23:55.944Z | + COMMIT=4667ac76836b476cd70e8adbd4ab512670896aa8 |
101 | 2024-02-15T07:23:55.944Z | + VERSION=7.0.0-0.ci+git4667ac76836 |
102 | 2024-02-15T07:23:55.944Z | + echo 7.0.0-0.ci+git4667ac76836 |
103 | 2024-02-15T07:23:55.944Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-15T07:24:04.408Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-15T07:24:05.653Z | Startup: Caching catalogs ... Done |
106 | 2024-02-15T07:24:06.906Z | Planning: Solver setup ... Done (0.930s) |
107 | 2024-02-15T07:24:06.931Z | Planning: Running solver ... Done (0.021s) |
108 | 2024-02-15T07:24:07.081Z | Planning: Finding local manifests ... Done (0.137s) |
109 | 2024-02-15T07:24:07.092Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-15T07:24:07.279Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-15T07:24:07.743Z | Planning: Package planning ... Done (0.049s) |
112 | 2024-02-15T07:24:07.788Z | Planning: Merging actions ... Done (0.052s) |
113 | 2024-02-15T07:24:08.324Z | Planning: Checking for conflicting actions ... Done (0.943s) |
114 | 2024-02-15T07:24:08.349Z | Planning: Consolidating action changes ... Done (0.012s) |
115 | 2024-02-15T07:24:11.494Z | Planning: Evaluating mediators ... Done (3.158s) |
116 | 2024-02-15T07:24:11.506Z | Planning: Planning completed in 5.81 seconds |
117 | 2024-02-15T07:24:11.977Z | Packages to install: 4 |
118 | 2024-02-15T07:24:11.978Z | Mediators to change: 2 |
119 | 2024-02-15T07:24:11.978Z | Services to change: 1 |
120 | 2024-02-15T07:24:11.978Z | Estimated space available: 148.87 GB |
121 | 2024-02-15T07:24:11.978Z | Estimated space to be consumed: 1.41 GB |
122 | 2024-02-15T07:24:11.978Z | Create boot environment: No |
123 | 2024-02-15T07:24:11.978Z | Create backup boot environment: No |
124 | 2024-02-15T07:24:11.978Z | Rebuild boot archive: No |
125 | 2024-02-15T07:24:11.978Z | |
126 | 2024-02-15T07:24:11.978Z | Changed mediators: |
127 | 2024-02-15T07:24:11.978Z | mediator clang: |
128 | 2024-02-15T07:24:11.979Z | version: None -> 15 (system default) |
129 | 2024-02-15T07:24:11.979Z | |
130 | 2024-02-15T07:24:11.979Z | mediator llvm: |
131 | 2024-02-15T07:24:11.979Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-15T07:24:11.979Z | |
133 | 2024-02-15T07:24:11.979Z | Changed packages: |
134 | 2024-02-15T07:24:11.979Z | helios-dev |
135 | 2024-02-15T07:24:11.979Z | developer/build-essential |
136 | 2024-02-15T07:24:11.979Z | None -> 11-2.0 |
137 | 2024-02-15T07:24:11.979Z | library/libxmlsec1 |
138 | 2024-02-15T07:24:11.979Z | None -> 1.2.35-2.0 |
139 | 2024-02-15T07:24:11.980Z | ooce/developer/clang-15 |
140 | 2024-02-15T07:24:11.980Z | None -> 15.0.7-2.0 |
141 | 2024-02-15T07:24:11.980Z | ooce/developer/llvm-15 |
142 | 2024-02-15T07:24:11.980Z | None -> 15.0.7-2.0 |
143 | 2024-02-15T07:24:11.980Z | |
144 | 2024-02-15T07:24:11.980Z | Services: |
145 | 2024-02-15T07:24:11.980Z | restart_fmri: |
146 | 2024-02-15T07:24:11.980Z | svc:/system/update-man-index:default |
147 | 2024-02-15T07:24:11.980Z | |
148 | 2024-02-15T07:24:11.980Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-15T07:24:17.898Z | Download: 211/3290 items 1.3/212.6MB 0% complete (792k/s) |
150 | 2024-02-15T07:24:22.864Z | Download: 1250/3290 items 98.1/212.6MB 46% complete (9.7M/s) |
151 | 2024-02-15T07:24:27.898Z | Download: 1795/3290 items 117.8/212.6MB 55% complete (11.9M/s) |
152 | 2024-02-15T07:24:32.912Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (5.5M/s) |
153 | 2024-02-15T07:24:37.886Z | Download: 2805/3290 items 121.0/212.6MB 56% complete (327k/s) |
154 | 2024-02-15T07:24:43.881Z | Download: 3244/3290 items 171.9/212.6MB 80% complete (5.3M/s) |
155 | 2024-02-15T07:24:46.628Z | Download: Completed 212.60 MB in 34.10 seconds (6.2M/s) |
156 | 2024-02-15T07:24:46.628Z | Actions: 1/3689 actions (Installing new actions) |
157 | 2024-02-15T07:24:51.045Z | Actions: 3553/3689 actions (Installing new actions) |
158 | 2024-02-15T07:24:51.666Z | Actions: Completed 3689 actions in 5.62 seconds. |
159 | 2024-02-15T07:24:51.760Z | Done (0.086s) |
160 | 2024-02-15T07:24:51.760Z | Done (0.000s) |
161 | 2024-02-15T07:24:51.971Z | Done (0.214s) |
162 | 2024-02-15T07:24:58.276Z | Done (6.178s) |
163 | 2024-02-15T07:24:59.109Z | Done (0.081s) |
164 | 2024-02-15T07:24:59.110Z | Done (0.000s) |
165 | 2024-02-15T07:24:59.110Z | Done (0.000s) |
166 | 2024-02-15T07:24:59.146Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-02-15T07:24:59.309Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-02-15T07:24:59.343Z | Planning: Consolidating action changes ... Done |
169 | 2024-02-15T07:25:00.032Z | Planning: Evaluating mediators ... Done |
170 | 2024-02-15T07:25:00.056Z | Planning: Planning completed in 0.45 seconds |
171 | 2024-02-15T07:25:00.056Z | Mediators to change: 2 |
172 | 2024-02-15T07:25:00.056Z | Create boot environment: No |
173 | 2024-02-15T07:25:00.056Z | Create backup boot environment: No |
174 | 2024-02-15T07:25:00.057Z | Done |
175 | 2024-02-15T07:25:00.057Z | Done |
176 | 2024-02-15T07:25:00.057Z | Done |
177 | 2024-02-15T07:25:03.752Z | Done |
178 | 2024-02-15T07:25:03.846Z | Done |
179 | 2024-02-15T07:25:04.264Z | Done |
180 | 2024-02-15T07:25:04.264Z | Done |
181 | 2024-02-15T07:25:04.599Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-02-15T07:25:05.019Z | Planning: Merging actions ... Done |
183 | 2024-02-15T07:25:05.019Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-02-15T07:25:05.019Z | Planning: Consolidating action changes ... Done |
185 | 2024-02-15T07:25:05.083Z | Planning: Evaluating mediators ... Done |
186 | 2024-02-15T07:25:05.159Z | Planning: Planning completed in 0.83 seconds |
187 | 2024-02-15T07:25:05.186Z | Packages to change: 1 |
188 | 2024-02-15T07:25:05.187Z | Mediators to change: 1 |
189 | 2024-02-15T07:25:05.201Z | Services to change: 1 |
190 | 2024-02-15T07:25:05.201Z | Create boot environment: No |
191 | 2024-02-15T07:25:05.203Z | Create backup boot environment: Yes |
192 | 2024-02-15T07:25:07.019Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2024-02-15T07:25:07.055Z | Actions: Completed 6 actions in 0.05 seconds. |
194 | 2024-02-15T07:25:07.068Z | Done |
195 | 2024-02-15T07:25:07.068Z | Done |
196 | 2024-02-15T07:25:07.099Z | Done |
197 | 2024-02-15T07:25:10.982Z | Done |
198 | 2024-02-15T07:25:11.081Z | Done |
199 | 2024-02-15T07:25:11.100Z | Done |
200 | 2024-02-15T07:25:11.183Z | Done |
201 | 2024-02-15T07:25:11.650Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2024-02-15T07:25:11.650Z | clang system 15 system |
203 | 2024-02-15T07:25:11.650Z | csh system system illumos |
204 | 2024-02-15T07:25:11.650Z | ctags system system illumos |
205 | 2024-02-15T07:25:11.651Z | gcc vendor 12 vendor |
206 | 2024-02-15T07:25:11.651Z | gcc system 10 system |
207 | 2024-02-15T07:25:11.651Z | gcc system 7 system |
208 | 2024-02-15T07:25:11.651Z | go system 1.20 system |
209 | 2024-02-15T07:25:11.651Z | go system 1.19 system |
210 | 2024-02-15T07:25:11.651Z | llvm system 15 system |
211 | 2024-02-15T07:25:11.651Z | llvm system 14 system |
212 | 2024-02-15T07:25:11.652Z | mariadb system 10.6 system |
213 | 2024-02-15T07:25:11.652Z | mta vendor vendor dma |
214 | 2024-02-15T07:25:11.652Z | openjdk system 17 system |
215 | 2024-02-15T07:25:11.652Z | openjdk system 11 system |
216 | 2024-02-15T07:25:11.652Z | openjdk system 1.8 system |
217 | 2024-02-15T07:25:11.652Z | openssl vendor 3 vendor |
218 | 2024-02-15T07:25:11.653Z | perl system 5.36 system |
219 | 2024-02-15T07:25:11.653Z | postgresql system 15 system |
220 | 2024-02-15T07:25:11.653Z | postgresql system 13 system |
221 | 2024-02-15T07:25:11.653Z | python vendor 3 vendor |
222 | 2024-02-15T07:25:11.653Z | python system 2 system |
223 | 2024-02-15T07:25:11.653Z | python3 system 3.11 system |
224 | 2024-02-15T07:25:11.653Z | ruby system 3.0 system |
225 | 2024-02-15T07:25:11.654Z | words vendor vendor american-english |
226 | 2024-02-15T07:25:11.654Z | words system system australian-english |
227 | 2024-02-15T07:25:11.654Z | words system system british-english |
228 | 2024-02-15T07:25:11.654Z | words system system canadian-english |
229 | 2024-02-15T07:25:11.654Z | words system system french |
230 | 2024-02-15T07:25:11.654Z | words system system italian |
231 | 2024-02-15T07:25:11.654Z | words system system ngerman |
232 | 2024-02-15T07:25:11.655Z | words system system ogerman |
233 | 2024-02-15T07:25:11.655Z | words system system spanish |
234 | 2024-02-15T07:25:11.987Z | FMRI IFO |
235 | 2024-02-15T07:25:11.987Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-02-15T07:25:11.987Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-02-15T07:25:11.987Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-02-15T07:25:11.987Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-02-15T07:25:11.987Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-02-15T07:25:11.987Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
241 | 2024-02-15T07:25:11.987Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-02-15T07:25:11.987Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
243 | 2024-02-15T07:25:12.041Z | + set -o errexit |
244 | 2024-02-15T07:25:12.491Z | +++ dirname ./tools/ci_download_cockroachdb |
245 | 2024-02-15T07:25:12.491Z | ++ cd ./tools |
246 | 2024-02-15T07:25:12.491Z | ++ pwd |
247 | 2024-02-15T07:25:12.491Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
248 | 2024-02-15T07:25:12.491Z | ++ basename ./tools/ci_download_cockroachdb |
249 | 2024-02-15T07:25:12.491Z | + ARG0=ci_download_cockroachdb |
250 | 2024-02-15T07:25:12.491Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
251 | 2024-02-15T07:25:12.491Z | + CIDL_VERSION=v22.1.9 |
252 | 2024-02-15T07:25:12.492Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
253 | 2024-02-15T07:25:12.492Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
254 | 2024-02-15T07:25:12.492Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
255 | 2024-02-15T07:25:12.492Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
256 | 2024-02-15T07:25:12.492Z | + TARGET_DIR=out |
257 | 2024-02-15T07:25:12.492Z | + DOWNLOAD_DIR=out/downloads |
258 | 2024-02-15T07:25:12.492Z | + DEST_DIR=./out/cockroachdb |
259 | 2024-02-15T07:25:12.492Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
260 | 2024-02-15T07:25:12.493Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
261 | 2024-02-15T07:25:12.493Z | + main |
262 | 2024-02-15T07:25:12.493Z | + [[ 0 != 0 ]] |
263 | 2024-02-15T07:25:12.493Z | + CIDL_OS=solaris2.11 |
264 | 2024-02-15T07:25:12.493Z | + [[ 0 != 0 ]] |
265 | 2024-02-15T07:25:12.494Z | + configure_os solaris2.11 |
266 | 2024-02-15T07:25:12.494Z | + echo 'current directory: /work/oxidecomputer/omicron' |
267 | 2024-02-15T07:25:12.494Z | current directory: /work/oxidecomputer/omicron |
268 | 2024-02-15T07:25:12.494Z | + echo 'configuring based on OS: "solaris2.11"' |
269 | 2024-02-15T07:25:12.495Z | configuring based on OS: "solaris2.11" |
270 | 2024-02-15T07:25:12.495Z | + case "$1" in |
271 | 2024-02-15T07:25:12.495Z | + CIDL_BUILD=illumos |
272 | 2024-02-15T07:25:12.495Z | + CIDL_SUFFIX=tar.gz |
273 | 2024-02-15T07:25:12.495Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
274 | 2024-02-15T07:25:12.495Z | + CIDL_URL_BASE=https://illumos.org/downloads |
275 | 2024-02-15T07:25:12.495Z | + CIDL_ASSEMBLE=do_assemble_illumos |
276 | 2024-02-15T07:25:12.495Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
277 | 2024-02-15T07:25:12.495Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-15T07:25:12.496Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-15T07:25:12.496Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
280 | 2024-02-15T07:25:12.496Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-15T07:25:12.496Z | + CIDL_SHA256FUNC=do_sha256sum |
282 | 2024-02-15T07:25:12.496Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2024-02-15T07:25:12.496Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2024-02-15T07:25:12.496Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-02-15T07:25:12.496Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-02-15T07:25:12.496Z | + mkdir -p out/downloads |
287 | 2024-02-15T07:25:12.496Z | + mkdir -p ./out/cockroachdb |
288 | 2024-02-15T07:25:12.496Z | + local DO_DOWNLOAD=true |
289 | 2024-02-15T07:25:12.496Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
290 | 2024-02-15T07:25:12.496Z | + '[' true == true ']' |
291 | 2024-02-15T07:25:12.497Z | + echo Downloading... |
292 | 2024-02-15T07:25:12.497Z | Downloading... |
293 | 2024-02-15T07:25:12.497Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-15T07:25:12.497Z | + 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 |
295 | 2024-02-15T07:25:19.284Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-02-15T07:25:19.305Z | ++ sha256sum |
297 | 2024-02-15T07:25:19.305Z | ++ awk '{print $1}' |
298 | 2024-02-15T07:25:19.451Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
299 | 2024-02-15T07:25:19.451Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
300 | 2024-02-15T07:25:19.452Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-02-15T07:25:19.470Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
302 | 2024-02-15T07:25:21.639Z | + do_assemble_illumos |
303 | 2024-02-15T07:25:21.639Z | + rm -r ./out/cockroachdb |
304 | 2024-02-15T07:25:21.652Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
305 | 2024-02-15T07:25:22.020Z | + ./out/cockroachdb/bin/cockroach version |
306 | 2024-02-15T07:25:22.226Z | Build Tag: v22.1.9-dirty |
307 | 2024-02-15T07:25:22.226Z | Build Time: 2022/10/26 21:17:46 |
308 | 2024-02-15T07:25:22.227Z | Distribution: OSS |
309 | 2024-02-15T07:25:22.227Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
310 | 2024-02-15T07:25:22.227Z | Go Version: go1.17.13 |
311 | 2024-02-15T07:25:22.227Z | C Compiler: gcc 10.3.0 |
312 | 2024-02-15T07:25:22.228Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
313 | 2024-02-15T07:25:22.228Z | Build Type: release |
314 | 2024-02-15T07:25:22.833Z | + set -o errexit |
315 | 2024-02-15T07:25:22.834Z | +++ dirname ./tools/ci_download_clickhouse |
316 | 2024-02-15T07:25:22.834Z | ++ cd ./tools |
317 | 2024-02-15T07:25:22.834Z | ++ pwd |
318 | 2024-02-15T07:25:22.834Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
319 | 2024-02-15T07:25:22.834Z | ++ basename ./tools/ci_download_clickhouse |
320 | 2024-02-15T07:25:22.834Z | + ARG0=ci_download_clickhouse |
321 | 2024-02-15T07:25:22.835Z | + TARGET_DIR=out |
322 | 2024-02-15T07:25:22.835Z | + DOWNLOAD_DIR=out/downloads |
323 | 2024-02-15T07:25:22.835Z | + DEST_DIR=./out/clickhouse |
324 | 2024-02-15T07:25:22.836Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
325 | 2024-02-15T07:25:22.836Z | + CIDL_VERSION=v22.8.9.24 |
326 | 2024-02-15T07:25:22.837Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
327 | 2024-02-15T07:25:22.837Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
328 | 2024-02-15T07:25:22.837Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
329 | 2024-02-15T07:25:22.837Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
330 | 2024-02-15T07:25:22.837Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
331 | 2024-02-15T07:25:22.837Z | + main |
332 | 2024-02-15T07:25:22.838Z | + [[ 0 != 0 ]] |
333 | 2024-02-15T07:25:22.838Z | + CIDL_OS=solaris2.11 |
334 | 2024-02-15T07:25:22.838Z | + [[ 0 != 0 ]] |
335 | 2024-02-15T07:25:22.838Z | + configure_os solaris2.11 |
336 | 2024-02-15T07:25:22.839Z | + echo 'current directory: /work/oxidecomputer/omicron' |
337 | 2024-02-15T07:25:22.839Z | current directory: /work/oxidecomputer/omicron |
338 | 2024-02-15T07:25:22.839Z | + echo 'configuring based on OS: "solaris2.11"' |
339 | 2024-02-15T07:25:22.839Z | + CIDL_DASHREV= |
340 | 2024-02-15T07:25:22.839Z | + case "$1" in |
341 | 2024-02-15T07:25:22.839Z | configuring based on OS: "solaris2.11" |
342 | 2024-02-15T07:25:22.839Z | + CIDL_PLATFORM=illumos |
343 | 2024-02-15T07:25:22.839Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2024-02-15T07:25:22.839Z | + CIDL_MD5FUNC=do_md5sum |
345 | 2024-02-15T07:25:22.839Z | + CIDL_DASHREV=-1 |
346 | 2024-02-15T07:25:22.840Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
347 | 2024-02-15T07:25:22.840Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-15T07:25:22.840Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-15T07:25:22.840Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-15T07:25:22.840Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2024-02-15T07:25:22.840Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-02-15T07:25:22.840Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
353 | 2024-02-15T07:25:22.840Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2024-02-15T07:25:22.840Z | + mkdir -p out/downloads |
355 | 2024-02-15T07:25:22.840Z | + mkdir -p ./out/clickhouse |
356 | 2024-02-15T07:25:22.841Z | + local DO_DOWNLOAD=true |
357 | 2024-02-15T07:25:22.841Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
358 | 2024-02-15T07:25:22.841Z | + '[' true == true ']' |
359 | 2024-02-15T07:25:22.841Z | + echo Downloading... |
360 | 2024-02-15T07:25:22.842Z | Downloading... |
361 | 2024-02-15T07:25:22.842Z | + 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 |
362 | 2024-02-15T07:25:22.842Z | + 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 |
363 | 2024-02-15T07:25:24.847Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-02-15T07:25:24.855Z | ++ md5sum |
365 | 2024-02-15T07:25:24.856Z | ++ awk '{print $1}' |
366 | 2024-02-15T07:25:25.028Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
367 | 2024-02-15T07:25:25.037Z | + [[ 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 ]] |
368 | 2024-02-15T07:25:25.037Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
369 | 2024-02-15T07:25:25.037Z | + mkdir -p ./out/clickhouse |
370 | 2024-02-15T07:25:25.038Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
371 | 2024-02-15T07:25:28.205Z | + ./out/clickhouse/clickhouse server --version |
372 | 2024-02-15T07:25:28.239Z | ClickHouse server version 22.8.9.1. |
373 | 2024-02-15T07:25:28.247Z | + set -o errexit |
374 | 2024-02-15T07:25:28.261Z | +++ dirname ./tools/ci_download_console |
375 | 2024-02-15T07:25:28.261Z | ++ cd ./tools |
376 | 2024-02-15T07:25:28.262Z | ++ pwd |
377 | 2024-02-15T07:25:28.262Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
378 | 2024-02-15T07:25:28.262Z | ++ basename ./tools/ci_download_console |
379 | 2024-02-15T07:25:28.262Z | + ARG0=ci_download_console |
380 | 2024-02-15T07:25:28.263Z | + TARGET_DIR=out |
381 | 2024-02-15T07:25:28.263Z | + DOWNLOAD_DIR=out/downloads |
382 | 2024-02-15T07:25:28.263Z | + DEST_DIR=./out/console-assets |
383 | 2024-02-15T07:25:28.264Z | + source /work/oxidecomputer/omicron/tools/console_version |
384 | 2024-02-15T07:25:28.264Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
385 | 2024-02-15T07:25:28.264Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
386 | 2024-02-15T07:25:28.265Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
387 | 2024-02-15T07:25:28.265Z | + TARBALL_FILE=out/downloads/console.tar.gz |
388 | 2024-02-15T07:25:28.265Z | + main |
389 | 2024-02-15T07:25:28.265Z | + [[ 0 != 0 ]] |
390 | 2024-02-15T07:25:28.265Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
391 | 2024-02-15T07:25:28.265Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
392 | 2024-02-15T07:25:28.265Z | + echo 'Local file: out/downloads/console.tar.gz' |
393 | 2024-02-15T07:25:28.265Z | Local file: out/downloads/console.tar.gz |
394 | 2024-02-15T07:25:28.265Z | + local DO_DOWNLOAD=true |
395 | 2024-02-15T07:25:28.265Z | + [[ -f out/downloads/console.tar.gz ]] |
396 | 2024-02-15T07:25:28.266Z | + mkdir -p out/downloads |
397 | 2024-02-15T07:25:28.276Z | + '[' true == true ']' |
398 | 2024-02-15T07:25:28.276Z | + echo Downloading... |
399 | 2024-02-15T07:25:28.276Z | Downloading... |
400 | 2024-02-15T07:25:28.276Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
401 | 2024-02-15T07:25:28.277Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
402 | 2024-02-15T07:25:29.275Z | ++ do_sha256sum out/downloads/console.tar.gz |
403 | 2024-02-15T07:25:29.275Z | ++ case "$OSTYPE" in |
404 | 2024-02-15T07:25:29.777Z | ++ SHA=sha256sum |
405 | 2024-02-15T07:25:29.777Z | ++ sha256sum |
406 | 2024-02-15T07:25:29.777Z | ++ awk '{print $1}' |
407 | 2024-02-15T07:25:29.777Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
408 | 2024-02-15T07:25:29.777Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
409 | 2024-02-15T07:25:29.777Z | + rm -rf ./out/console-assets |
410 | 2024-02-15T07:25:29.777Z | + mkdir -p ./out/console-assets |
411 | 2024-02-15T07:25:29.777Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
412 | 2024-02-15T07:25:29.778Z | + mkdir -p ./out/console-assets |
413 | 2024-02-15T07:25:29.778Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
414 | 2024-02-15T07:25:29.778Z | + set -o errexit |
415 | 2024-02-15T07:25:29.778Z | +++ dirname ./tools/ci_download_maghemite_openapi |
416 | 2024-02-15T07:25:29.778Z | ++ cd ./tools |
417 | 2024-02-15T07:25:29.778Z | ++ pwd |
418 | 2024-02-15T07:25:29.778Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
419 | 2024-02-15T07:25:29.778Z | ++ basename ./tools/ci_download_maghemite_openapi |
420 | 2024-02-15T07:25:29.778Z | + ARG0=ci_download_maghemite_openapi |
421 | 2024-02-15T07:25:29.778Z | + TARGET_DIR=out |
422 | 2024-02-15T07:25:29.779Z | + DOWNLOAD_DIR=out/downloads |
423 | 2024-02-15T07:25:29.779Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
424 | 2024-02-15T07:25:29.779Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
425 | 2024-02-15T07:25:29.779Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
426 | 2024-02-15T07:25:29.779Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
427 | 2024-02-15T07:25:29.779Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
428 | 2024-02-15T07:25:29.780Z | + main |
429 | 2024-02-15T07:25:29.780Z | + [[ 0 != 0 ]] |
430 | 2024-02-15T07:25:29.780Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
431 | 2024-02-15T07:25:29.780Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
432 | 2024-02-15T07:25:29.780Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
433 | 2024-02-15T07:25:29.780Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
434 | 2024-02-15T07:25:29.780Z | + local DO_DOWNLOAD=true |
435 | 2024-02-15T07:25:29.780Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
436 | 2024-02-15T07:25:29.780Z | + mkdir -p out/downloads |
437 | 2024-02-15T07:25:29.781Z | + '[' true == true ']' |
438 | 2024-02-15T07:25:29.781Z | + echo Downloading... |
439 | 2024-02-15T07:25:29.781Z | Downloading... |
440 | 2024-02-15T07:25:29.781Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
441 | 2024-02-15T07:25:29.781Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
442 | 2024-02-15T07:25:29.866Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
443 | 2024-02-15T07:25:29.866Z | ++ case "$OSTYPE" in |
444 | 2024-02-15T07:25:29.866Z | ++ SHA=sha256sum |
445 | 2024-02-15T07:25:29.866Z | ++ sha256sum |
446 | 2024-02-15T07:25:29.866Z | ++ awk '{print $1}' |
447 | 2024-02-15T07:25:29.866Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
448 | 2024-02-15T07:25:29.866Z | + [[ 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 ]] |
449 | 2024-02-15T07:25:29.867Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
450 | 2024-02-15T07:25:29.867Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
451 | 2024-02-15T07:25:29.867Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
452 | 2024-02-15T07:25:29.867Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
453 | 2024-02-15T07:25:29.867Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
454 | 2024-02-15T07:25:29.868Z | + main |
455 | 2024-02-15T07:25:29.868Z | + [[ 0 != 0 ]] |
456 | 2024-02-15T07:25:29.868Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
457 | 2024-02-15T07:25:29.868Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
458 | 2024-02-15T07:25:29.868Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
459 | 2024-02-15T07:25:29.868Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
460 | 2024-02-15T07:25:29.868Z | + local DO_DOWNLOAD=true |
461 | 2024-02-15T07:25:29.868Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
462 | 2024-02-15T07:25:29.869Z | + mkdir -p out/downloads |
463 | 2024-02-15T07:25:29.869Z | + '[' true == true ']' |
464 | 2024-02-15T07:25:29.869Z | + echo Downloading... |
465 | 2024-02-15T07:25:29.869Z | Downloading... |
466 | 2024-02-15T07:25:29.869Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
467 | 2024-02-15T07:25:29.869Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
468 | 2024-02-15T07:25:30.496Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
469 | 2024-02-15T07:25:30.508Z | ++ case "$OSTYPE" in |
470 | 2024-02-15T07:25:30.509Z | ++ SHA=sha256sum |
471 | 2024-02-15T07:25:30.509Z | ++ sha256sum |
472 | 2024-02-15T07:25:30.509Z | ++ awk '{print $1}' |
473 | 2024-02-15T07:25:30.509Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
474 | 2024-02-15T07:25:30.509Z | + [[ 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 ]] |
475 | 2024-02-15T07:25:30.509Z | + set -o errexit |
476 | 2024-02-15T07:25:30.528Z | +++ dirname ./tools/ci_download_dendrite_openapi |
477 | 2024-02-15T07:25:30.528Z | ++ cd ./tools |
478 | 2024-02-15T07:25:30.528Z | ++ pwd |
479 | 2024-02-15T07:25:30.528Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
480 | 2024-02-15T07:25:30.528Z | ++ basename ./tools/ci_download_dendrite_openapi |
481 | 2024-02-15T07:25:30.528Z | + ARG0=ci_download_dendrite_openapi |
482 | 2024-02-15T07:25:30.528Z | + TARGET_DIR=out |
483 | 2024-02-15T07:25:30.528Z | + DOWNLOAD_DIR=out/downloads |
484 | 2024-02-15T07:25:30.528Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
485 | 2024-02-15T07:25:30.529Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
486 | 2024-02-15T07:25:30.529Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
487 | 2024-02-15T07:25:30.529Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
488 | 2024-02-15T07:25:30.529Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
489 | 2024-02-15T07:25:30.529Z | + main |
490 | 2024-02-15T07:25:30.529Z | + [[ 0 != 0 ]] |
491 | 2024-02-15T07:25:30.529Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
492 | 2024-02-15T07:25:30.529Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
493 | 2024-02-15T07:25:30.529Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
494 | 2024-02-15T07:25:30.529Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
495 | 2024-02-15T07:25:30.529Z | + local DO_DOWNLOAD=true |
496 | 2024-02-15T07:25:30.529Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
497 | 2024-02-15T07:25:30.529Z | + mkdir -p out/downloads |
498 | 2024-02-15T07:25:30.529Z | + '[' true == true ']' |
499 | 2024-02-15T07:25:30.530Z | + echo Downloading... |
500 | 2024-02-15T07:25:30.530Z | Downloading... |
501 | 2024-02-15T07:25:30.530Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
502 | 2024-02-15T07:25:30.530Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
503 | 2024-02-15T07:25:31.963Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
504 | 2024-02-15T07:25:31.963Z | ++ case "$OSTYPE" in |
505 | 2024-02-15T07:25:32.006Z | ++ SHA=sha256sum |
506 | 2024-02-15T07:25:32.006Z | ++ sha256sum |
507 | 2024-02-15T07:25:32.007Z | ++ awk '{print $1}' |
508 | 2024-02-15T07:25:32.007Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
509 | 2024-02-15T07:25:32.007Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
510 | 2024-02-15T07:25:32.008Z | + set -o errexit |
511 | 2024-02-15T07:25:32.008Z | +++ dirname ./tools/ci_download_dendrite_stub |
512 | 2024-02-15T07:25:32.008Z | ++ cd ./tools |
513 | 2024-02-15T07:25:32.008Z | ++ pwd |
514 | 2024-02-15T07:25:32.008Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
515 | 2024-02-15T07:25:32.008Z | ++ basename ./tools/ci_download_dendrite_stub |
516 | 2024-02-15T07:25:32.008Z | + ARG0=ci_download_dendrite_stub |
517 | 2024-02-15T07:25:32.008Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
518 | 2024-02-15T07:25:32.008Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
519 | 2024-02-15T07:25:32.009Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
520 | 2024-02-15T07:25:32.009Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
521 | 2024-02-15T07:25:32.009Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
522 | 2024-02-15T07:25:32.009Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
523 | 2024-02-15T07:25:32.010Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
524 | 2024-02-15T07:25:32.010Z | + TARGET_DIR=out |
525 | 2024-02-15T07:25:32.010Z | + DOWNLOAD_DIR=out/downloads |
526 | 2024-02-15T07:25:32.010Z | + DEST_DIR=./out/dendrite-stub |
527 | 2024-02-15T07:25:32.010Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
528 | 2024-02-15T07:25:32.011Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
529 | 2024-02-15T07:25:32.011Z | + REPO=oxidecomputer/dendrite |
530 | 2024-02-15T07:25:32.011Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
531 | 2024-02-15T07:25:32.011Z | + main |
532 | 2024-02-15T07:25:32.011Z | + [[ 0 != 0 ]] |
533 | 2024-02-15T07:25:32.011Z | + CIDL_OS=solaris2.11 |
534 | 2024-02-15T07:25:32.011Z | + [[ 0 != 0 ]] |
535 | 2024-02-15T07:25:32.011Z | + configure_os solaris2.11 |
536 | 2024-02-15T07:25:32.011Z | + echo 'current directory: /work/oxidecomputer/omicron' |
537 | 2024-02-15T07:25:32.011Z | + echo 'configuring based on OS: "solaris2.11"' |
538 | 2024-02-15T07:25:32.011Z | current directory: /work/oxidecomputer/omicron |
539 | 2024-02-15T07:25:32.011Z | configuring based on OS: "solaris2.11" |
540 | 2024-02-15T07:25:32.012Z | + case "$1" in |
541 | 2024-02-15T07:25:32.012Z | + SET_BINARIES= |
542 | 2024-02-15T07:25:32.012Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
543 | 2024-02-15T07:25:32.012Z | + CIDL_SHA256FUNC=do_sha256sum |
544 | 2024-02-15T07:25:32.013Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
545 | 2024-02-15T07:25:32.013Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
546 | 2024-02-15T07:25:32.013Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
547 | 2024-02-15T07:25:32.013Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
548 | 2024-02-15T07:25:32.014Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
549 | 2024-02-15T07:25:32.015Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
550 | 2024-02-15T07:25:32.015Z | + mkdir -p out/downloads |
551 | 2024-02-15T07:25:32.015Z | Local file: out/downloads/dendrite-stub.tar.gz |
552 | 2024-02-15T07:25:32.015Z | + mkdir -p ./out/dendrite-stub |
553 | 2024-02-15T07:25:32.015Z | + fetch_and_verify |
554 | 2024-02-15T07:25:32.015Z | + local DO_DOWNLOAD=true |
555 | 2024-02-15T07:25:32.015Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
556 | 2024-02-15T07:25:32.015Z | + '[' true == true ']' |
557 | 2024-02-15T07:25:32.015Z | + echo Downloading... |
558 | 2024-02-15T07:25:32.015Z | Downloading... |
559 | 2024-02-15T07:25:32.015Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
560 | 2024-02-15T07:25:32.015Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
561 | 2024-02-15T07:25:56.595Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
562 | 2024-02-15T07:25:56.616Z | ++ sha256sum |
563 | 2024-02-15T07:25:56.617Z | ++ awk '{print $1}' |
564 | 2024-02-15T07:25:56.643Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
565 | 2024-02-15T07:25:56.643Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
566 | 2024-02-15T07:25:56.643Z | + do_untar out/downloads/dendrite-stub.tar.gz |
567 | 2024-02-15T07:25:56.643Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
568 | 2024-02-15T07:25:57.324Z | + do_assemble |
569 | 2024-02-15T07:25:57.325Z | + rm -r ./out/dendrite-stub |
570 | 2024-02-15T07:25:57.349Z | + mkdir ./out/dendrite-stub |
571 | 2024-02-15T07:25:57.349Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
572 | 2024-02-15T07:25:57.400Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
573 | 2024-02-15T07:25:57.435Z | + set -o errexit |
574 | 2024-02-15T07:25:57.447Z | +++ dirname ./tools/ci_download_maghemite_mgd |
575 | 2024-02-15T07:25:57.447Z | ++ cd ./tools |
576 | 2024-02-15T07:25:57.448Z | ++ pwd |
577 | 2024-02-15T07:25:57.448Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
578 | 2024-02-15T07:25:57.448Z | ++ basename ./tools/ci_download_maghemite_mgd |
579 | 2024-02-15T07:25:57.448Z | + ARG0=ci_download_maghemite_mgd |
580 | 2024-02-15T07:25:57.448Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
581 | 2024-02-15T07:25:57.448Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
582 | 2024-02-15T07:25:57.448Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
583 | 2024-02-15T07:25:57.449Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
584 | 2024-02-15T07:25:57.449Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
585 | 2024-02-15T07:25:57.449Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
586 | 2024-02-15T07:25:57.449Z | + TARGET_DIR=out |
587 | 2024-02-15T07:25:57.449Z | + DOWNLOAD_DIR=out/downloads |
588 | 2024-02-15T07:25:57.449Z | + DEST_DIR=./out/mgd |
589 | 2024-02-15T07:25:57.449Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
590 | 2024-02-15T07:25:57.449Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
591 | 2024-02-15T07:25:57.450Z | + REPO=oxidecomputer/maghemite |
592 | 2024-02-15T07:25:57.450Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
593 | 2024-02-15T07:25:57.450Z | + main |
594 | 2024-02-15T07:25:57.450Z | + [[ 0 != 0 ]] |
595 | 2024-02-15T07:25:57.450Z | + CIDL_OS=solaris2.11 |
596 | 2024-02-15T07:25:57.450Z | + [[ 0 != 0 ]] |
597 | 2024-02-15T07:25:57.451Z | + configure_os solaris2.11 |
598 | 2024-02-15T07:25:57.451Z | + echo 'current directory: /work/oxidecomputer/omicron' |
599 | 2024-02-15T07:25:57.451Z | current directory: /work/oxidecomputer/omicron |
600 | 2024-02-15T07:25:57.451Z | + echo 'configuring based on OS: "solaris2.11"' |
601 | 2024-02-15T07:25:57.451Z | + case "$1" in |
602 | 2024-02-15T07:25:57.452Z | + SET_BINARIES= |
603 | 2024-02-15T07:25:57.453Z | configuring based on OS: "solaris2.11" |
604 | 2024-02-15T07:25:57.453Z | + CIDL_SHA256FUNC=do_sha256sum |
605 | 2024-02-15T07:25:57.454Z | + TARBALL_FILENAME=mgd.tar.gz |
606 | 2024-02-15T07:25:57.454Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
607 | 2024-02-15T07:25:57.454Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
608 | 2024-02-15T07:25:57.454Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
609 | 2024-02-15T07:25:57.454Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
610 | 2024-02-15T07:25:57.454Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
611 | 2024-02-15T07:25:57.455Z | + mkdir -p out/downloads |
612 | 2024-02-15T07:25:57.455Z | Local file: out/downloads/mgd.tar.gz |
613 | 2024-02-15T07:25:57.455Z | + mkdir -p ./out/mgd |
614 | 2024-02-15T07:25:57.455Z | + fetch_and_verify |
615 | 2024-02-15T07:25:57.455Z | + local DO_DOWNLOAD=true |
616 | 2024-02-15T07:25:57.456Z | + [[ -f out/downloads/mgd.tar.gz ]] |
617 | 2024-02-15T07:25:57.456Z | + '[' true == true ']' |
618 | 2024-02-15T07:25:57.456Z | + echo Downloading... |
619 | 2024-02-15T07:25:57.456Z | Downloading... |
620 | 2024-02-15T07:25:57.456Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
621 | 2024-02-15T07:25:57.456Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
622 | 2024-02-15T07:26:15.223Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
623 | 2024-02-15T07:26:15.251Z | ++ sha256sum |
624 | 2024-02-15T07:26:15.252Z | ++ awk '{print $1}' |
625 | 2024-02-15T07:26:15.252Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
626 | 2024-02-15T07:26:15.252Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
627 | 2024-02-15T07:26:15.252Z | + do_untar out/downloads/mgd.tar.gz |
628 | 2024-02-15T07:26:15.252Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
629 | 2024-02-15T07:26:15.702Z | + do_assemble |
630 | 2024-02-15T07:26:15.703Z | + rm -r ./out/mgd |
631 | 2024-02-15T07:26:15.713Z | + mkdir ./out/mgd |
632 | 2024-02-15T07:26:15.714Z | + cp -r out/downloads/root ./out/mgd/root |
633 | 2024-02-15T07:26:15.870Z | + set -o errexit |
634 | 2024-02-15T07:26:15.902Z | +++ dirname ./tools/ci_download_transceiver_control |
635 | 2024-02-15T07:26:15.903Z | ++ cd ./tools |
636 | 2024-02-15T07:26:15.903Z | ++ pwd |
637 | 2024-02-15T07:26:15.903Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
638 | 2024-02-15T07:26:15.903Z | ++ basename ./tools/ci_download_transceiver_control |
639 | 2024-02-15T07:26:15.903Z | + ARG0=ci_download_transceiver_control |
640 | 2024-02-15T07:26:15.903Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
641 | 2024-02-15T07:26:15.903Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2024-02-15T07:26:15.904Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
643 | 2024-02-15T07:26:15.904Z | + TARGET_DIR=out |
644 | 2024-02-15T07:26:15.904Z | + DOWNLOAD_DIR=out/downloads |
645 | 2024-02-15T07:26:15.904Z | + DEST_DIR=./out/transceiver-control |
646 | 2024-02-15T07:26:15.904Z | + BIN_DIR=/opt/oxide/bin |
647 | 2024-02-15T07:26:15.904Z | + BINARY=xcvradm |
648 | 2024-02-15T07:26:15.904Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
649 | 2024-02-15T07:26:15.904Z | + REPO=oxidecomputer/transceiver-control |
650 | 2024-02-15T07:26:15.904Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2024-02-15T07:26:15.905Z | + main |
652 | 2024-02-15T07:26:15.905Z | + [[ 0 != 0 ]] |
653 | 2024-02-15T07:26:15.905Z | + CIDL_OS=solaris2.11 |
654 | 2024-02-15T07:26:15.905Z | + [[ 0 != 0 ]] |
655 | 2024-02-15T07:26:15.905Z | + configure_os solaris2.11 |
656 | 2024-02-15T07:26:15.905Z | + echo 'current directory: /work/oxidecomputer/omicron' |
657 | 2024-02-15T07:26:15.905Z | current directory: /work/oxidecomputer/omicron |
658 | 2024-02-15T07:26:15.906Z | + echo 'configuring based on OS: "solaris2.11"' |
659 | 2024-02-15T07:26:15.906Z | + case "$1" in |
660 | 2024-02-15T07:26:15.906Z | + SET_BINARIES= |
661 | 2024-02-15T07:26:15.906Z | configuring based on OS: "solaris2.11" |
662 | 2024-02-15T07:26:15.906Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
663 | 2024-02-15T07:26:15.906Z | + CIDL_SHA256FUNC=do_sha256sum |
664 | 2024-02-15T07:26:15.906Z | + ARCHIVE_FILENAME=xcvradm.gz |
665 | 2024-02-15T07:26:15.906Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-02-15T07:26:15.907Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
667 | 2024-02-15T07:26:15.907Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
668 | 2024-02-15T07:26:15.907Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2024-02-15T07:26:15.908Z | + echo 'Local file: out/downloads/xcvradm.gz' |
670 | 2024-02-15T07:26:15.908Z | + mkdir -p out/downloads |
671 | 2024-02-15T07:26:15.908Z | Local file: out/downloads/xcvradm.gz |
672 | 2024-02-15T07:26:15.908Z | + mkdir -p ./out/transceiver-control |
673 | 2024-02-15T07:26:15.908Z | + fetch_and_verify |
674 | 2024-02-15T07:26:15.908Z | + local DO_DOWNLOAD=true |
675 | 2024-02-15T07:26:15.909Z | + [[ -f out/downloads/xcvradm.gz ]] |
676 | 2024-02-15T07:26:15.909Z | + '[' true == true ']' |
677 | 2024-02-15T07:26:15.909Z | + echo Downloading... |
678 | 2024-02-15T07:26:15.909Z | Downloading... |
679 | 2024-02-15T07:26:15.909Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
680 | 2024-02-15T07:26:15.909Z | + 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 |
681 | 2024-02-15T07:26:21.651Z | ++ do_sha256sum out/downloads/xcvradm.gz |
682 | 2024-02-15T07:26:21.681Z | ++ sha256sum |
683 | 2024-02-15T07:26:21.681Z | ++ awk '{print $1}' |
684 | 2024-02-15T07:26:21.681Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
685 | 2024-02-15T07:26:21.681Z | + [[ 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 ]] |
686 | 2024-02-15T07:26:21.681Z | + do_unpack out/downloads/xcvradm.gz |
687 | 2024-02-15T07:26:21.681Z | + mkdir -p out/downloads/root//opt/oxide/bin |
688 | 2024-02-15T07:26:21.705Z | + gzip -dc out/downloads/xcvradm.gz |
689 | 2024-02-15T07:26:21.799Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
690 | 2024-02-15T07:26:21.819Z | + do_assemble |
691 | 2024-02-15T07:26:21.819Z | + rm -r ./out/transceiver-control |
692 | 2024-02-15T07:26:21.819Z | + mkdir ./out/transceiver-control |
693 | 2024-02-15T07:26:21.819Z | + cp -r out/downloads/root ./out/transceiver-control/root |
694 | 2024-02-15T07:26:21.937Z | All prerequisites installed successfully |
695 | 2024-02-15T07:26:21.948Z | |
696 | 2024-02-15T07:26:21.948Z | real 2:25.955204053 |
697 | 2024-02-15T07:26:21.948Z | user 34.674286917 |
698 | 2024-02-15T07:26:21.948Z | sys 6.609753226 |
699 | 2024-02-15T07:26:21.948Z | trap 0.008986374 |
700 | 2024-02-15T07:26:21.949Z | tflt 0.201673416 |
701 | 2024-02-15T07:26:21.949Z | dflt 0.455326162 |
702 | 2024-02-15T07:26:21.949Z | kflt 0.150886125 |
703 | 2024-02-15T07:26:21.949Z | lock 1.912215207 |
704 | 2024-02-15T07:26:21.949Z | slp 5:26.040339396 |
705 | 2024-02-15T07:26:21.949Z | lat 1.936384265 |
706 | 2024-02-15T07:26:21.949Z | stop 0.143656191 |
707 | 2024-02-15T07:26:21.950Z | + ptime -m ./tools/ci_download_softnpu_machinery |
708 | 2024-02-15T07:26:21.950Z | fetching npuzone |
709 | 2024-02-15T07:26:21.987Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
710 | 2024-02-15T07:26:21.987Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
711 | 2024-02-15T07:26:21.987Z | Getting hash for npuzone |
712 | 2024-02-15T07:26:22.575Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
713 | 2024-02-15T07:26:42.140Z | npuzone downloaded successfully |
714 | 2024-02-15T07:26:42.150Z | |
715 | 2024-02-15T07:26:42.150Z | real 20.202182944 |
716 | 2024-02-15T07:26:42.150Z | user 0.377322293 |
717 | 2024-02-15T07:26:42.150Z | sys 0.162320047 |
718 | 2024-02-15T07:26:42.150Z | trap 0.000020529 |
719 | 2024-02-15T07:26:42.150Z | tflt 0.000000000 |
720 | 2024-02-15T07:26:42.150Z | dflt 0.000000000 |
721 | 2024-02-15T07:26:42.151Z | kflt 0.000000000 |
722 | 2024-02-15T07:26:42.151Z | lock 0.000000000 |
723 | 2024-02-15T07:26:42.151Z | slp 59.887911509 |
724 | 2024-02-15T07:26:42.151Z | lat 0.146921870 |
725 | 2024-02-15T07:26:42.151Z | stop 0.000173364 |
726 | 2024-02-15T07:26:42.151Z | + export CARGO_INCREMENTAL=0 |
727 | 2024-02-15T07:26:42.151Z | + CARGO_INCREMENTAL=0 |
728 | 2024-02-15T07:26:42.151Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
729 | 2024-02-15T07:26:42.357Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2024-02-15T07:26:42.651Z | Updating git repository `https://github.com/oxidecomputer/samael` |
731 | 2024-02-15T07:26:43.016Z | Updating crates.io index |
732 | 2024-02-15T07:26:43.038Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
733 | 2024-02-15T07:26:43.774Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
734 | 2024-02-15T07:26:45.601Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
735 | 2024-02-15T07:26:46.117Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
736 | 2024-02-15T07:26:46.419Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
737 | 2024-02-15T07:26:46.666Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
738 | 2024-02-15T07:26:46.937Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
739 | 2024-02-15T07:26:47.809Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
740 | 2024-02-15T07:26:50.245Z | Updating git repository `https://github.com/oxidecomputer/opte` |
741 | 2024-02-15T07:26:50.802Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
742 | 2024-02-15T07:26:51.482Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
743 | 2024-02-15T07:26:51.746Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
744 | 2024-02-15T07:26:52.006Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
745 | 2024-02-15T07:26:52.272Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
746 | 2024-02-15T07:26:52.584Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
747 | 2024-02-15T07:26:52.963Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
748 | 2024-02-15T07:26:53.286Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
749 | 2024-02-15T07:26:53.676Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
750 | 2024-02-15T07:26:54.117Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
751 | 2024-02-15T07:26:54.511Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
752 | 2024-02-15T07:26:55.509Z | Updating git repository `https://github.com/jgallagher/nix` |
753 | 2024-02-15T07:26:56.127Z | Updating git repository `https://github.com/cbiffle/hubpack` |
754 | 2024-02-15T07:26:56.127Z | Updating git repository `https://github.com/oxidecomputer/typify` |
755 | 2024-02-15T07:26:57.226Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
756 | 2024-02-15T07:26:57.561Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
757 | 2024-02-15T07:26:57.831Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
758 | 2024-02-15T07:26:58.998Z | Downloading crates ... |
759 | 2024-02-15T07:26:59.256Z | Downloaded adler v1.0.2 |
760 | 2024-02-15T07:26:59.273Z | Downloaded ipnet v2.9.0 |
761 | 2024-02-15T07:26:59.308Z | Downloaded is_ci v1.1.1 |
762 | 2024-02-15T07:26:59.308Z | Downloaded itertools v0.10.5 |
763 | 2024-02-15T07:26:59.308Z | Downloaded io-lifetimes v1.0.11 |
764 | 2024-02-15T07:26:59.308Z | Downloaded lazycell v1.3.0 |
765 | 2024-02-15T07:26:59.308Z | Downloaded ipnetwork v0.20.0 |
766 | 2024-02-15T07:26:59.308Z | Downloaded chacha20 v0.9.1 |
767 | 2024-02-15T07:26:59.319Z | Downloaded num_enum v0.5.11 |
768 | 2024-02-15T07:26:59.319Z | Downloaded async-stream-impl v0.3.5 |
769 | 2024-02-15T07:26:59.319Z | Downloaded atomicwrites v0.4.3 |
770 | 2024-02-15T07:26:59.319Z | Downloaded assert_matches v1.5.0 |
771 | 2024-02-15T07:26:59.319Z | Downloaded anstyle v1.0.2 |
772 | 2024-02-15T07:26:59.319Z | Downloaded async-stream v0.3.5 |
773 | 2024-02-15T07:26:59.331Z | Downloaded libloading v0.7.4 |
774 | 2024-02-15T07:26:59.331Z | Downloaded serde_tokenstream v0.1.7 |
775 | 2024-02-15T07:26:59.338Z | Downloaded atty v0.2.14 |
776 | 2024-02-15T07:26:59.338Z | Downloaded serde_derive v1.0.196 |
777 | 2024-02-15T07:26:59.344Z | Downloaded mockall_derive v0.12.0 |
778 | 2024-02-15T07:26:59.344Z | Downloaded nom v7.1.3 |
779 | 2024-02-15T07:26:59.352Z | Downloaded hubpack v0.1.2 |
780 | 2024-02-15T07:26:59.366Z | Downloaded httpdate v1.0.3 |
781 | 2024-02-15T07:26:59.366Z | Downloaded http-range v0.1.5 |
782 | 2024-02-15T07:26:59.366Z | Downloaded addr2line v0.21.0 |
783 | 2024-02-15T07:26:59.383Z | Downloaded spin v0.5.2 |
784 | 2024-02-15T07:26:59.383Z | Downloaded libxml v0.3.3 |
785 | 2024-02-15T07:26:59.383Z | Downloaded hubpack_derive v0.1.1 |
786 | 2024-02-15T07:26:59.384Z | Downloaded static_assertions v1.1.0 |
787 | 2024-02-15T07:26:59.402Z | Downloaded ciborium-io v0.2.2 |
788 | 2024-02-15T07:26:59.403Z | Downloaded slog-async v2.8.0 |
789 | 2024-02-15T07:26:59.403Z | Downloaded cstr-argument v0.1.2 |
790 | 2024-02-15T07:26:59.403Z | Downloaded matches v0.1.10 |
791 | 2024-02-15T07:26:59.403Z | Downloaded block-buffer v0.10.4 |
792 | 2024-02-15T07:26:59.403Z | Downloaded bcs v0.1.6 |
793 | 2024-02-15T07:26:59.403Z | Downloaded cfg-if v1.0.0 |
794 | 2024-02-15T07:26:59.404Z | Downloaded hyper-tls v0.5.0 |
795 | 2024-02-15T07:26:59.404Z | Downloaded humantime v2.1.0 |
796 | 2024-02-15T07:26:59.417Z | Downloaded bb8 v0.8.3 |
797 | 2024-02-15T07:26:59.417Z | Downloaded nodrop v0.1.14 |
798 | 2024-02-15T07:26:59.417Z | Downloaded ahash v0.8.7 |
799 | 2024-02-15T07:26:59.417Z | Downloaded ident_case v1.0.1 |
800 | 2024-02-15T07:26:59.417Z | Downloaded ansi_term v0.12.1 |
801 | 2024-02-15T07:26:59.417Z | Downloaded colorchoice v1.0.0 |
802 | 2024-02-15T07:26:59.417Z | Downloaded usdt-attr-macro v0.5.0 |
803 | 2024-02-15T07:26:59.418Z | Downloaded try-lock v0.2.4 |
804 | 2024-02-15T07:26:59.418Z | Downloaded cookie v0.18.0 |
805 | 2024-02-15T07:26:59.418Z | Downloaded iana-time-zone v0.1.57 |
806 | 2024-02-15T07:27:00.263Z | Downloaded managed v0.8.0 |
807 | 2024-02-15T07:27:00.263Z | Downloaded convert_case v0.4.0 |
808 | 2024-02-15T07:27:00.263Z | Downloaded multimap v0.8.3 |
809 | 2024-02-15T07:27:00.263Z | Downloaded vte_generate_state_changes v0.1.1 |
810 | 2024-02-15T07:27:00.264Z | Downloaded structmeta-derive v0.3.0 |
811 | 2024-02-15T07:27:00.281Z | Downloaded clap_lex v0.5.1 |
812 | 2024-02-15T07:27:00.281Z | Downloaded memmap v0.7.0 |
813 | 2024-02-15T07:27:00.281Z | Downloaded cobs v0.2.3 |
814 | 2024-02-15T07:27:00.281Z | Downloaded colored v2.0.4 |
815 | 2024-02-15T07:27:00.281Z | Downloaded memoffset v0.9.0 |
816 | 2024-02-15T07:27:00.281Z | Downloaded camino-tempfile v1.1.1 |
817 | 2024-02-15T07:27:00.281Z | Downloaded constant_time_eq v0.3.0 |
818 | 2024-02-15T07:27:00.281Z | Downloaded num-integer v0.1.45 |
819 | 2024-02-15T07:27:00.281Z | Downloaded ciborium-ll v0.2.2 |
820 | 2024-02-15T07:27:00.281Z | Downloaded nanorand v0.7.0 |
821 | 2024-02-15T07:27:00.281Z | Downloaded num-derive v0.4.0 |
822 | 2024-02-15T07:27:00.281Z | Downloaded nibble_vec v0.1.0 |
823 | 2024-02-15T07:27:00.281Z | Downloaded backoff v0.4.0 |
824 | 2024-02-15T07:27:00.281Z | Downloaded crc v3.0.1 |
825 | 2024-02-15T07:27:00.281Z | Downloaded lock_api v0.4.10 |
826 | 2024-02-15T07:27:00.282Z | Downloaded num v0.4.1 |
827 | 2024-02-15T07:27:00.282Z | Downloaded crossbeam-deque v0.8.3 |
828 | 2024-02-15T07:27:00.282Z | Downloaded doc-comment v0.3.3 |
829 | 2024-02-15T07:27:00.282Z | Downloaded peeking_take_while v0.1.2 |
830 | 2024-02-15T07:27:00.282Z | Downloaded shlex v1.3.0 |
831 | 2024-02-15T07:27:00.282Z | Downloaded castaway v0.2.2 |
832 | 2024-02-15T07:27:00.282Z | Downloaded async-trait v0.1.77 |
833 | 2024-02-15T07:27:00.282Z | Downloaded bzip2 v0.4.4 |
834 | 2024-02-15T07:27:00.282Z | Downloaded bitflags v2.4.0 |
835 | 2024-02-15T07:27:00.282Z | Downloaded socket2 v0.5.5 |
836 | 2024-02-15T07:27:00.282Z | Downloaded pem v3.0.2 |
837 | 2024-02-15T07:27:00.282Z | Downloaded native-tls v0.2.11 |
838 | 2024-02-15T07:27:00.282Z | Downloaded mime_guess v2.0.4 |
839 | 2024-02-15T07:27:00.282Z | Downloaded anstyle-parse v0.2.1 |
840 | 2024-02-15T07:27:00.282Z | Downloaded ciborium v0.2.2 |
841 | 2024-02-15T07:27:00.282Z | Downloaded hyper-staticfile v0.9.5 |
842 | 2024-02-15T07:27:00.282Z | Downloaded tower-service v0.3.2 |
843 | 2024-02-15T07:27:00.282Z | Downloaded httparse v1.8.0 |
844 | 2024-02-15T07:27:00.282Z | Downloaded crc32fast v1.3.2 |
845 | 2024-02-15T07:27:00.282Z | Downloaded camino v1.1.6 |
846 | 2024-02-15T07:27:00.282Z | Downloaded rustls-pemfile v1.0.3 |
847 | 2024-02-15T07:27:00.282Z | Downloaded clap_derive v4.4.2 |
848 | 2024-02-15T07:27:00.282Z | Downloaded funty v2.0.0 |
849 | 2024-02-15T07:27:00.282Z | Downloaded base16ct v0.2.0 |
850 | 2024-02-15T07:27:00.283Z | Downloaded headers-core v0.2.0 |
851 | 2024-02-15T07:27:00.283Z | Downloaded vte v0.11.1 |
852 | 2024-02-15T07:27:00.283Z | Downloaded http v0.2.11 |
853 | 2024-02-15T07:27:00.283Z | Downloaded phf_shared v0.11.2 |
854 | 2024-02-15T07:27:00.283Z | Downloaded errno v0.3.8 |
855 | 2024-02-15T07:27:00.283Z | Downloaded olpc-cjson v0.1.3 |
856 | 2024-02-15T07:27:00.283Z | Downloaded gethostname v0.4.3 |
857 | 2024-02-15T07:27:00.283Z | Downloaded serde_plain v1.0.2 |
858 | 2024-02-15T07:27:00.283Z | Downloaded fs-err v2.11.0 |
859 | 2024-02-15T07:27:00.283Z | Downloaded num-iter v0.1.43 |
860 | 2024-02-15T07:27:00.283Z | Downloaded clang-sys v1.6.1 |
861 | 2024-02-15T07:27:00.283Z | Downloaded term v0.7.0 |
862 | 2024-02-15T07:27:00.283Z | Downloaded allocator-api2 v0.2.16 |
863 | 2024-02-15T07:27:00.283Z | Downloaded serde_spanned v0.6.5 |
864 | 2024-02-15T07:27:00.283Z | Downloaded crossbeam-channel v0.5.8 |
865 | 2024-02-15T07:27:00.283Z | Downloaded num_enum_derive v0.5.11 |
866 | 2024-02-15T07:27:00.283Z | Downloaded unicase v2.7.0 |
867 | 2024-02-15T07:27:00.283Z | Downloaded num_cpus v1.16.0 |
868 | 2024-02-15T07:27:00.283Z | Downloaded toml v0.5.11 |
869 | 2024-02-15T07:27:00.283Z | Downloaded hyper-rustls v0.24.2 |
870 | 2024-02-15T07:27:00.283Z | Downloaded number_prefix v0.4.0 |
871 | 2024-02-15T07:27:00.283Z | Downloaded paste v1.0.14 |
872 | 2024-02-15T07:27:00.283Z | Downloaded futures-io v0.3.30 |
873 | 2024-02-15T07:27:00.283Z | Downloaded indexmap v2.2.2 |
874 | 2024-02-15T07:27:00.283Z | Downloaded foreign-types-shared v0.1.1 |
875 | 2024-02-15T07:27:00.283Z | Downloaded openssl-macros v0.1.1 |
876 | 2024-02-15T07:27:00.284Z | Downloaded hmac v0.12.1 |
877 | 2024-02-15T07:27:00.284Z | Downloaded blake2 v0.10.6 |
878 | 2024-02-15T07:27:00.284Z | Downloaded tui-tree-widget v0.17.0 |
879 | 2024-02-15T07:27:00.284Z | Downloaded siphasher v0.3.11 |
880 | 2024-02-15T07:27:00.284Z | Downloaded opaque-debug v0.3.0 |
881 | 2024-02-15T07:27:00.284Z | Downloaded want v0.3.1 |
882 | 2024-02-15T07:27:00.284Z | Downloaded fd-lock v4.0.2 |
883 | 2024-02-15T07:27:00.284Z | Downloaded globset v0.4.13 |
884 | 2024-02-15T07:27:00.284Z | Downloaded foreign-types-shared v0.3.1 |
885 | 2024-02-15T07:27:00.284Z | Downloaded serde_path_to_error v0.1.15 |
886 | 2024-02-15T07:27:00.284Z | Downloaded slog-envlogger v2.2.0 |
887 | 2024-02-15T07:27:00.284Z | Downloaded utf8parse v0.2.1 |
888 | 2024-02-15T07:27:00.284Z | Downloaded display-error-chain v0.2.0 |
889 | 2024-02-15T07:27:00.284Z | Downloaded zerocopy-derive v0.7.32 |
890 | 2024-02-15T07:27:00.284Z | Downloaded num-rational v0.4.1 |
891 | 2024-02-15T07:27:00.284Z | Downloaded const-oid v0.9.5 |
892 | 2024-02-15T07:27:00.284Z | Downloaded hash32 v0.3.1 |
893 | 2024-02-15T07:27:00.284Z | Downloaded futures-core v0.3.30 |
894 | 2024-02-15T07:27:00.284Z | Downloaded usdt-macro v0.5.0 |
895 | 2024-02-15T07:27:00.284Z | Downloaded serde_urlencoded v0.7.1 |
896 | 2024-02-15T07:27:00.284Z | Downloaded wyz v0.5.1 |
897 | 2024-02-15T07:27:00.284Z | Downloaded termios v0.3.3 |
898 | 2024-02-15T07:27:00.284Z | Downloaded form_urlencoded v1.2.1 |
899 | 2024-02-15T07:27:00.284Z | Downloaded foreign-types-macros v0.2.3 |
900 | 2024-02-15T07:27:00.284Z | Downloaded phf v0.11.2 |
901 | 2024-02-15T07:27:00.285Z | Downloaded float-cmp v0.9.0 |
902 | 2024-02-15T07:27:00.285Z | Downloaded which v4.4.0 |
903 | 2024-02-15T07:27:00.285Z | Downloaded ff v0.13.0 |
904 | 2024-02-15T07:27:00.285Z | Downloaded filetime v0.2.23 |
905 | 2024-02-15T07:27:00.285Z | Downloaded slab v0.4.9 |
906 | 2024-02-15T07:27:00.285Z | Downloaded password-hash v0.5.0 |
907 | 2024-02-15T07:27:00.285Z | Downloaded parse-size v1.0.0 |
908 | 2024-02-15T07:27:00.285Z | Downloaded stability v0.1.1 |
909 | 2024-02-15T07:27:00.285Z | Downloaded serde_tokenstream v0.2.0 |
910 | 2024-02-15T07:27:00.285Z | Downloaded equivalent v1.0.1 |
911 | 2024-02-15T07:27:00.303Z | Downloaded inout v0.1.3 |
912 | 2024-02-15T07:27:00.303Z | Downloaded supports-color v2.1.0 |
913 | 2024-02-15T07:27:00.303Z | Downloaded pkcs8 v0.10.2 |
914 | 2024-02-15T07:27:00.303Z | Downloaded uuid v1.7.0 |
915 | 2024-02-15T07:27:00.303Z | Downloaded unicode-bidi v0.3.13 |
916 | 2024-02-15T07:27:00.303Z | Downloaded memchr v2.6.3 |
917 | 2024-02-15T07:27:00.303Z | Downloaded swrite v0.1.0 |
918 | 2024-02-15T07:27:00.303Z | Downloaded thiserror v1.0.56 |
919 | 2024-02-15T07:27:00.303Z | Downloaded thiserror-no-std v2.0.2 |
920 | 2024-02-15T07:27:00.303Z | Downloaded getopts v0.2.21 |
921 | 2024-02-15T07:27:00.303Z | Downloaded deranged v0.3.8 |
922 | 2024-02-15T07:27:00.303Z | Downloaded minimal-lexical v0.2.1 |
923 | 2024-02-15T07:27:00.303Z | Downloaded slog-stdlog v4.1.1 |
924 | 2024-02-15T07:27:00.303Z | Downloaded fnv v1.0.7 |
925 | 2024-02-15T07:27:00.304Z | Downloaded diesel_table_macro_syntax v0.1.0 |
926 | 2024-02-15T07:27:00.304Z | Downloaded pretty-hex v0.4.1 |
927 | 2024-02-15T07:27:00.304Z | Downloaded zone v0.3.0 |
928 | 2024-02-15T07:27:00.304Z | Downloaded futures v0.3.30 |
929 | 2024-02-15T07:27:00.304Z | Downloaded backtrace v0.3.69 |
930 | 2024-02-15T07:27:00.304Z | Downloaded time-core v0.1.1 |
931 | 2024-02-15T07:27:00.304Z | Downloaded rand v0.8.5 |
932 | 2024-02-15T07:27:00.304Z | Downloaded x509-cert v0.2.4 |
933 | 2024-02-15T07:27:00.304Z | Downloaded defmt v0.3.5 |
934 | 2024-02-15T07:27:00.304Z | Downloaded usdt-impl v0.5.0 |
935 | 2024-02-15T07:27:00.304Z | Downloaded hex v0.4.3 |
936 | 2024-02-15T07:27:00.304Z | Downloaded data-encoding v2.4.0 |
937 | 2024-02-15T07:27:00.304Z | Downloaded itertools v0.12.1 |
938 | 2024-02-15T07:27:00.304Z | Downloaded subtle v2.5.0 |
939 | 2024-02-15T07:27:00.304Z | Downloaded indoc v1.0.9 |
940 | 2024-02-15T07:27:00.304Z | Downloaded headers v0.3.9 |
941 | 2024-02-15T07:27:00.304Z | Downloaded futures-sink v0.3.30 |
942 | 2024-02-15T07:27:00.304Z | Downloaded wait-timeout v0.2.0 |
943 | 2024-02-15T07:27:00.304Z | Downloaded serde_repr v0.1.16 |
944 | 2024-02-15T07:27:00.304Z | Downloaded papergrid v0.11.0 |
945 | 2024-02-15T07:27:00.304Z | Downloaded pest_meta v2.7.6 |
946 | 2024-02-15T07:27:00.304Z | Downloaded proc-macro-crate v1.3.1 |
947 | 2024-02-15T07:27:00.304Z | Downloaded fxhash v0.2.1 |
948 | 2024-02-15T07:27:00.304Z | Downloaded toml_datetime v0.6.5 |
949 | 2024-02-15T07:27:00.304Z | Downloaded smf v0.2.2 |
950 | 2024-02-15T07:27:00.305Z | Downloaded group v0.13.0 |
951 | 2024-02-15T07:27:00.305Z | Downloaded darling_macro v0.20.3 |
952 | 2024-02-15T07:27:00.305Z | Downloaded time-macros v0.2.13 |
953 | 2024-02-15T07:27:00.305Z | Downloaded radium v0.7.0 |
954 | 2024-02-15T07:27:00.305Z | Downloaded strum v0.25.0 |
955 | 2024-02-15T07:27:00.305Z | Downloaded dof v0.1.5 |
956 | 2024-02-15T07:27:00.305Z | Downloaded ref-cast v1.0.20 |
957 | 2024-02-15T07:27:00.305Z | Downloaded postgres-types v0.2.6 |
958 | 2024-02-15T07:27:00.305Z | Downloaded termtree v0.4.1 |
959 | 2024-02-15T07:27:00.305Z | Downloaded dyn-clone v1.0.16 |
960 | 2024-02-15T07:27:00.305Z | Downloaded pkcs1 v0.7.5 |
961 | 2024-02-15T07:27:00.305Z | Downloaded usdt v0.5.0 |
962 | 2024-02-15T07:27:00.305Z | Downloaded futures-macro v0.3.30 |
963 | 2024-02-15T07:27:00.305Z | Downloaded semver v0.11.0 |
964 | 2024-02-15T07:27:00.305Z | Downloaded platforms v3.0.2 |
965 | 2024-02-15T07:27:00.305Z | Downloaded openssl-sys v0.9.96 |
966 | 2024-02-15T07:27:00.305Z | Downloaded futures-task v0.3.30 |
967 | 2024-02-15T07:27:00.305Z | Downloaded glob v0.3.1 |
968 | 2024-02-15T07:27:00.305Z | Downloaded heapless v0.8.0 |
969 | 2024-02-15T07:27:00.305Z | Downloaded sqlformat v0.2.3 |
970 | 2024-02-15T07:27:00.305Z | Downloaded generic-array v0.14.7 |
971 | 2024-02-15T07:27:00.305Z | Downloaded hkdf v0.12.4 |
972 | 2024-02-15T07:27:00.305Z | Downloaded flagset v0.4.3 |
973 | 2024-02-15T07:27:00.305Z | Downloaded thiserror-impl v1.0.56 |
974 | 2024-02-15T07:27:00.305Z | Downloaded rand_xorshift v0.3.0 |
975 | 2024-02-15T07:27:00.305Z | Downloaded prettyplease v0.2.16 |
976 | 2024-02-15T07:27:00.306Z | Downloaded sqlparser_derive v0.2.2 |
977 | 2024-02-15T07:27:00.306Z | Downloaded derive_more v0.99.17 |
978 | 2024-02-15T07:27:00.306Z | Downloaded ppv-lite86 v0.2.17 |
979 | 2024-02-15T07:27:00.306Z | Downloaded thread_local v1.1.7 |
980 | 2024-02-15T07:27:00.306Z | Downloaded flume v0.11.0 |
981 | 2024-02-15T07:27:00.306Z | Downloaded precomputed-hash v0.1.1 |
982 | 2024-02-15T07:27:00.306Z | Downloaded dtrace-parser v0.2.0 |
983 | 2024-02-15T07:27:00.306Z | Downloaded percent-encoding v2.3.1 |
984 | 2024-02-15T07:27:00.306Z | Downloaded smawk v0.3.1 |
985 | 2024-02-15T07:27:00.306Z | Downloaded spki v0.7.2 |
986 | 2024-02-15T07:27:00.306Z | Downloaded structopt-derive v0.4.18 |
987 | 2024-02-15T07:27:00.306Z | Downloaded debug-ignore v1.0.5 |
988 | 2024-02-15T07:27:00.306Z | Downloaded postcard v1.0.8 |
989 | 2024-02-15T07:27:00.306Z | Downloaded trust-dns-client v0.22.0 |
990 | 2024-02-15T07:27:00.306Z | Downloaded unicode-ident v1.0.12 |
991 | 2024-02-15T07:27:00.306Z | Downloaded slog-term v2.9.0 |
992 | 2024-02-15T07:27:00.306Z | Downloaded fatfs v0.3.6 |
993 | 2024-02-15T07:27:00.306Z | Downloaded serde v1.0.196 |
994 | 2024-02-15T07:27:00.306Z | Downloaded unicode-width v0.1.11 |
995 | 2024-02-15T07:27:00.306Z | Downloaded parse-display-derive v0.9.0 |
996 | 2024-02-15T07:27:00.306Z | Downloaded heck v0.3.3 |
997 | 2024-02-15T07:27:00.306Z | Downloaded textwrap v0.16.0 |
998 | 2024-02-15T07:27:00.306Z | Downloaded test-strategy v0.3.1 |
999 | 2024-02-15T07:27:00.306Z | Downloaded predicates-tree v1.0.9 |
1000 | 2024-02-15T07:27:00.306Z | Downloaded heapless v0.7.16 |
1001 | 2024-02-15T07:27:00.307Z | Downloaded tough v0.16.0 |
1002 | 2024-02-15T07:27:00.307Z | Downloaded predicates v3.1.0 |
1003 | 2024-02-15T07:27:00.307Z | Downloaded proc-macro-error-attr v1.0.4 |
1004 | 2024-02-15T07:27:00.307Z | Downloaded fastrand v2.0.1 |
1005 | 2024-02-15T07:27:00.307Z | Downloaded semver v1.0.21 |
1006 | 2024-02-15T07:27:00.307Z | Downloaded rayon-core v1.12.0 |
1007 | 2024-02-15T07:27:00.307Z | Downloaded winnow v0.5.15 |
1008 | 2024-02-15T07:27:00.307Z | Downloaded rpassword v7.3.1 |
1009 | 2024-02-15T07:27:00.307Z | Downloaded endian-type v0.1.2 |
1010 | 2024-02-15T07:27:00.307Z | Downloaded dtrace-parser v0.1.14 |
1011 | 2024-02-15T07:27:00.750Z | Downloaded toml v0.7.8 |
1012 | 2024-02-15T07:27:00.750Z | Downloaded downcast v0.11.0 |
1013 | 2024-02-15T07:27:00.750Z | Downloaded tinyvec_macros v0.1.1 |
1014 | 2024-02-15T07:27:00.750Z | Downloaded serde-big-array v0.4.1 |
1015 | 2024-02-15T07:27:00.750Z | Downloaded thread-id v4.2.0 |
1016 | 2024-02-15T07:27:00.750Z | Downloaded toml_edit v0.21.1 |
1017 | 2024-02-15T07:27:00.750Z | Downloaded rsa v0.9.2 |
1018 | 2024-02-15T07:27:00.750Z | Downloaded der v0.7.8 |
1019 | 2024-02-15T07:27:00.750Z | Downloaded openssl-probe v0.1.5 |
1020 | 2024-02-15T07:27:00.750Z | Downloaded pretty-hex v0.2.1 |
1021 | 2024-02-15T07:27:00.750Z | Downloaded derive_builder_macro v0.12.0 |
1022 | 2024-02-15T07:27:00.750Z | Downloaded toml_edit v0.22.4 |
1023 | 2024-02-15T07:27:00.750Z | Downloaded rcgen v0.12.1 |
1024 | 2024-02-15T07:27:00.750Z | Downloaded ryu v1.0.15 |
1025 | 2024-02-15T07:27:00.750Z | Downloaded num-bigint v0.4.4 |
1026 | 2024-02-15T07:27:00.751Z | Downloaded pest_generator v2.7.6 |
1027 | 2024-02-15T07:27:00.751Z | Downloaded aho-corasick v1.0.4 |
1028 | 2024-02-15T07:27:00.751Z | Downloaded indicatif v0.17.7 |
1029 | 2024-02-15T07:27:00.751Z | Downloaded proc-macro2 v1.0.78 |
1030 | 2024-02-15T07:27:00.751Z | Downloaded typed-path v0.7.0 |
1031 | 2024-02-15T07:27:00.751Z | Downloaded quick-error v1.2.3 |
1032 | 2024-02-15T07:27:00.751Z | Downloaded pkg-config v0.3.27 |
1033 | 2024-02-15T07:27:00.751Z | Downloaded unicode-xid v0.2.4 |
1034 | 2024-02-15T07:27:00.751Z | Downloaded strip-ansi-escapes v0.2.0 |
1035 | 2024-02-15T07:27:00.751Z | Downloaded tiny-keccak v2.0.2 |
1036 | 2024-02-15T07:27:00.751Z | Downloaded xattr v1.0.1 |
1037 | 2024-02-15T07:27:00.751Z | Downloaded tokio-native-tls v0.3.1 |
1038 | 2024-02-15T07:27:00.751Z | Downloaded strsim v0.8.0 |
1039 | 2024-02-15T07:27:00.751Z | Downloaded string_cache v0.8.7 |
1040 | 2024-02-15T07:27:00.751Z | Downloaded stable_deref_trait v1.2.0 |
1041 | 2024-02-15T07:27:00.751Z | Downloaded env_logger v0.10.0 |
1042 | 2024-02-15T07:27:00.752Z | Downloaded pest_derive v2.7.6 |
1043 | 2024-02-15T07:27:00.752Z | Downloaded tap v1.0.1 |
1044 | 2024-02-15T07:27:00.752Z | Downloaded rayon v1.8.0 |
1045 | 2024-02-15T07:27:00.752Z | Downloaded elliptic-curve v0.13.8 |
1046 | 2024-02-15T07:27:00.752Z | Downloaded getrandom v0.2.10 |
1047 | 2024-02-15T07:27:00.752Z | Downloaded sec1 v0.7.3 |
1048 | 2024-02-15T07:27:00.752Z | Downloaded rustc_version v0.4.0 |
1049 | 2024-02-15T07:27:00.752Z | Downloaded rustc-demangle v0.1.23 |
1050 | 2024-02-15T07:27:00.752Z | Downloaded rustc_version v0.1.7 |
1051 | 2024-02-15T07:27:00.753Z | Downloaded dirs-next v2.0.0 |
1052 | 2024-02-15T07:27:00.753Z | Downloaded structmeta v0.2.0 |
1053 | 2024-02-15T07:27:00.753Z | Downloaded hashbrown v0.12.3 |
1054 | 2024-02-15T07:27:00.753Z | Downloaded unicode-segmentation v1.10.1 |
1055 | 2024-02-15T07:27:00.753Z | Downloaded sha2 v0.10.8 |
1056 | 2024-02-15T07:27:00.753Z | Downloaded signal-hook-mio v0.2.3 |
1057 | 2024-02-15T07:27:00.753Z | Downloaded rtoolbox v0.0.1 |
1058 | 2024-02-15T07:27:00.753Z | Downloaded dirs-sys-next v0.1.2 |
1059 | 2024-02-15T07:27:00.753Z | Downloaded tinyvec v1.6.0 |
1060 | 2024-02-15T07:27:00.753Z | Downloaded reedline v0.28.0 |
1061 | 2024-02-15T07:27:00.753Z | Downloaded darling_core v0.20.3 |
1062 | 2024-02-15T07:27:00.753Z | Downloaded tokio-rustls v0.25.0 |
1063 | 2024-02-15T07:27:00.753Z | Downloaded darling v0.20.3 |
1064 | 2024-02-15T07:27:00.754Z | Downloaded derive-where v1.2.7 |
1065 | 2024-02-15T07:27:00.754Z | Downloaded derive_builder_core v0.12.0 |
1066 | 2024-02-15T07:27:00.754Z | Downloaded regex-automata v0.1.10 |
1067 | 2024-02-15T07:27:00.754Z | Downloaded time v0.3.27 |
1068 | 2024-02-15T07:27:00.754Z | Downloaded sct v0.7.0 |
1069 | 2024-02-15T07:27:00.754Z | Downloaded parking_lot_core v0.9.8 |
1070 | 2024-02-15T07:27:00.754Z | Downloaded tracing v0.1.37 |
1071 | 2024-02-15T07:27:00.754Z | Downloaded pin-project v1.1.3 |
1072 | 2024-02-15T07:27:00.755Z | Downloaded zerocopy v0.7.32 |
1073 | 2024-02-15T07:27:00.755Z | Downloaded zerocopy v0.6.4 |
1074 | 2024-02-15T07:27:00.755Z | Downloaded diesel_derives v2.1.2 |
1075 | 2024-02-15T07:27:00.755Z | Downloaded yasna v0.5.2 |
1076 | 2024-02-15T07:27:00.755Z | Downloaded futures-util v0.3.30 |
1077 | 2024-02-15T07:27:00.755Z | Downloaded goblin v0.8.0 |
1078 | 2024-02-15T07:27:00.756Z | Downloaded hyper v0.14.27 |
1079 | 2024-02-15T07:27:00.756Z | Downloaded tar v0.4.40 |
1080 | 2024-02-15T07:27:00.756Z | Downloaded regex v1.10.3 |
1081 | 2024-02-15T07:27:00.756Z | Downloaded pest v2.7.6 |
1082 | 2024-02-15T07:27:00.756Z | Downloaded regress v0.8.0 |
1083 | 2024-02-15T07:27:00.756Z | Downloaded object v0.32.1 |
1084 | 2024-02-15T07:27:00.756Z | Downloaded darling_core v0.14.4 |
1085 | 2024-02-15T07:27:00.756Z | Downloaded schemars v0.8.16 |
1086 | 2024-02-15T07:27:00.756Z | Downloaded tokio-util v0.7.10 |
1087 | 2024-02-15T07:27:00.756Z | Downloaded unicode-normalization v0.1.22 |
1088 | 2024-02-15T07:27:00.756Z | Downloaded syn v1.0.109 |
1089 | 2024-02-15T07:27:00.756Z | Downloaded rustyline v13.0.0 |
1090 | 2024-02-15T07:27:00.756Z | Downloaded quick-xml v0.30.0 |
1091 | 2024-02-15T07:27:00.756Z | Downloaded polar-core v0.27.0 |
1092 | 2024-02-15T07:27:00.757Z | Downloaded tabled v0.15.0 |
1093 | 2024-02-15T07:27:00.757Z | Downloaded rustls v0.21.9 |
1094 | 2024-02-15T07:27:00.765Z | Downloaded petgraph v0.6.4 |
1095 | 2024-02-15T07:27:00.765Z | Downloaded curve25519-dalek v4.1.1 |
1096 | 2024-02-15T07:27:00.765Z | Downloaded openapiv3 v2.0.0 |
1097 | 2024-02-15T07:27:00.766Z | Downloaded sqlparser v0.43.1 |
1098 | 2024-02-15T07:27:00.766Z | Downloaded rustls v0.22.2 |
1099 | 2024-02-15T07:27:00.766Z | Downloaded portable-atomic v1.4.3 |
1100 | 2024-02-15T07:27:00.766Z | Downloaded h2 v0.3.24 |
1101 | 2024-02-15T07:27:00.766Z | Downloaded regress v0.7.1 |
1102 | 2024-02-15T07:27:00.766Z | Downloaded object v0.30.4 |
1103 | 2024-02-15T07:27:00.766Z | Downloaded rustls-webpki v0.101.7 |
1104 | 2024-02-15T07:27:00.766Z | Downloaded webpki-roots v0.25.2 |
1105 | 2024-02-15T07:27:00.766Z | Downloaded rustls-webpki v0.102.1 |
1106 | 2024-02-15T07:27:00.766Z | Downloaded regex-syntax v0.8.2 |
1107 | 2024-02-15T07:27:00.766Z | Downloaded bstr v0.2.17 |
1108 | 2024-02-15T07:27:00.766Z | Downloaded smoltcp v0.9.1 |
1109 | 2024-02-15T07:27:00.766Z | Downloaded zerocopy-derive v0.6.4 |
1110 | 2024-02-15T07:27:00.766Z | Downloaded openssl v0.10.60 |
1111 | 2024-02-15T07:27:00.766Z | Downloaded syn v2.0.48 |
1112 | 2024-02-15T07:27:00.766Z | Downloaded regex-automata v0.4.4 |
1113 | 2024-02-15T07:27:00.766Z | Downloaded regex-syntax v0.6.29 |
1114 | 2024-02-15T07:27:00.766Z | Downloaded bstr v1.6.0 |
1115 | 2024-02-15T07:27:00.766Z | Downloaded diesel v2.1.4 |
1116 | 2024-02-15T07:27:00.766Z | Downloaded rustix v0.38.31 |
1117 | 2024-02-15T07:27:00.767Z | Downloaded sled v0.34.7 |
1118 | 2024-02-15T07:27:00.767Z | Downloaded csv v1.3.0 |
1119 | 2024-02-15T07:27:00.767Z | Downloaded ratatui v0.26.1 |
1120 | 2024-02-15T07:27:00.767Z | Downloaded sha3 v0.10.8 |
1121 | 2024-02-15T07:27:00.767Z | Downloaded regex-automata v0.3.8 |
1122 | 2024-02-15T07:27:00.767Z | Downloaded libc v0.2.153 |
1123 | 2024-02-15T07:27:00.767Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1124 | 2024-02-15T07:27:00.767Z | Downloaded zerocopy-derive v0.2.0 |
1125 | 2024-02-15T07:27:00.767Z | Downloaded tokio v1.36.0 |
1126 | 2024-02-15T07:27:01.193Z | Downloaded gimli v0.28.0 |
1127 | 2024-02-15T07:27:01.241Z | Downloaded radix_trie v0.2.1 |
1128 | 2024-02-15T07:27:01.241Z | Downloaded encoding_rs v0.8.33 |
1129 | 2024-02-15T07:27:01.241Z | Downloaded hashbrown v0.14.3 |
1130 | 2024-02-15T07:27:01.241Z | Downloaded idna v0.2.3 |
1131 | 2024-02-15T07:27:01.241Z | Downloaded smoltcp v0.11.0 |
1132 | 2024-02-15T07:27:01.242Z | Downloaded hashbrown v0.13.2 |
1133 | 2024-02-15T07:27:01.242Z | Downloaded bitvec v1.0.1 |
1134 | 2024-02-15T07:27:01.242Z | Downloaded proptest v1.4.0 |
1135 | 2024-02-15T07:27:01.242Z | Downloaded reqwest v0.11.22 |
1136 | 2024-02-15T07:27:01.242Z | Downloaded toml_edit v0.19.15 |
1137 | 2024-02-15T07:27:01.242Z | Downloaded ron v0.8.1 |
1138 | 2024-02-15T07:27:01.242Z | Downloaded bindgen v0.69.2 |
1139 | 2024-02-15T07:27:01.242Z | Downloaded steno v0.4.0 |
1140 | 2024-02-15T07:27:01.242Z | Downloaded vcpkg v0.2.15 |
1141 | 2024-02-15T07:27:01.242Z | Downloaded half v2.3.1 |
1142 | 2024-02-15T07:27:01.242Z | Downloaded url v2.5.0 |
1143 | 2024-02-15T07:27:01.242Z | Downloaded trust-dns-proto v0.22.0 |
1144 | 2024-02-15T07:27:01.242Z | Downloaded trust-dns-server v0.22.1 |
1145 | 2024-02-15T07:27:01.242Z | Downloaded hash32 v0.2.1 |
1146 | 2024-02-15T07:27:01.242Z | Downloaded idna v0.5.0 |
1147 | 2024-02-15T07:27:01.242Z | Downloaded serde_derive_internals v0.26.0 |
1148 | 2024-02-15T07:27:01.242Z | Downloaded rustls-pemfile v2.0.0 |
1149 | 2024-02-15T07:27:01.242Z | Downloaded lalrpop v0.19.12 |
1150 | 2024-02-15T07:27:01.242Z | Downloaded poly1305 v0.8.0 |
1151 | 2024-02-15T07:27:01.242Z | Downloaded chrono v0.4.31 |
1152 | 2024-02-15T07:27:01.242Z | Downloaded derive_builder v0.12.0 |
1153 | 2024-02-15T07:27:01.242Z | Downloaded tokio-stream v0.1.14 |
1154 | 2024-02-15T07:27:01.242Z | Downloaded blake3 v1.5.0 |
1155 | 2024-02-15T07:27:01.243Z | Downloaded darling v0.14.4 |
1156 | 2024-02-15T07:27:01.243Z | Downloaded zerocopy v0.3.0 |
1157 | 2024-02-15T07:27:01.243Z | Downloaded serde_json v1.0.113 |
1158 | 2024-02-15T07:27:01.243Z | Downloaded similar v2.3.0 |
1159 | 2024-02-15T07:27:01.243Z | Downloaded signal-hook v0.3.17 |
1160 | 2024-02-15T07:27:01.243Z | Downloaded secrecy v0.8.0 |
1161 | 2024-02-15T07:27:01.243Z | Downloaded packed_struct_codegen v0.10.1 |
1162 | 2024-02-15T07:27:01.243Z | Downloaded pin-project-lite v0.2.13 |
1163 | 2024-02-15T07:27:01.243Z | Downloaded pin-project-internal v1.1.3 |
1164 | 2024-02-15T07:27:01.243Z | Downloaded digest v0.10.7 |
1165 | 2024-02-15T07:27:01.243Z | Downloaded clap v2.34.0 |
1166 | 2024-02-15T07:27:01.243Z | Downloaded tokio-macros v2.2.0 |
1167 | 2024-02-15T07:27:01.243Z | Downloaded same-file v1.0.6 |
1168 | 2024-02-15T07:27:01.243Z | Downloaded pin-utils v0.1.0 |
1169 | 2024-02-15T07:27:01.243Z | Downloaded usdt v0.3.5 |
1170 | 2024-02-15T07:27:01.243Z | Downloaded signal-hook-registry v1.4.1 |
1171 | 2024-02-15T07:27:01.243Z | Downloaded curve25519-dalek-derive v0.1.0 |
1172 | 2024-02-15T07:27:01.244Z | Downloaded parse-display v0.9.0 |
1173 | 2024-02-15T07:27:01.244Z | Downloaded fixedbitset v0.4.2 |
1174 | 2024-02-15T07:27:01.244Z | Downloaded enum-as-inner v0.5.1 |
1175 | 2024-02-15T07:27:01.244Z | Downloaded either v1.9.0 |
1176 | 2024-02-15T07:27:01.244Z | Downloaded ed25519 v1.5.3 |
1177 | 2024-02-15T07:27:01.244Z | Downloaded scroll_derive v0.12.0 |
1178 | 2024-02-15T07:27:01.244Z | Downloaded oso-derive v0.27.0 |
1179 | 2024-02-15T07:27:01.244Z | Downloaded take_mut v0.2.2 |
1180 | 2024-02-15T07:27:01.244Z | Downloaded signal-hook-tokio v0.3.1 |
1181 | 2024-02-15T07:27:01.244Z | Downloaded crossterm v0.27.0 |
1182 | 2024-02-15T07:27:01.244Z | Downloaded fallible-iterator v0.2.0 |
1183 | 2024-02-15T07:27:01.244Z | Downloaded tokio-tungstenite v0.20.1 |
1184 | 2024-02-15T07:27:01.244Z | Downloaded clap_builder v4.4.2 |
1185 | 2024-02-15T07:27:01.244Z | Downloaded salty v0.2.0 |
1186 | 2024-02-15T07:27:01.244Z | Downloaded serde_yaml v0.9.25 |
1187 | 2024-02-15T07:27:01.244Z | Downloaded rand_core v0.6.4 |
1188 | 2024-02-15T07:27:01.244Z | Downloaded schemars_derive v0.8.16 |
1189 | 2024-02-15T07:27:01.244Z | Downloaded flate2 v1.0.28 |
1190 | 2024-02-15T07:27:01.244Z | Downloaded rustix v0.37.23 |
1191 | 2024-02-15T07:27:01.244Z | Downloaded packed_struct v0.10.1 |
1192 | 2024-02-15T07:27:01.245Z | Downloaded unicode_categories v0.1.1 |
1193 | 2024-02-15T07:27:01.245Z | Downloaded num-bigint-dig v0.8.4 |
1194 | 2024-02-15T07:27:01.245Z | Downloaded thiserror-impl-no-std v2.0.2 |
1195 | 2024-02-15T07:27:01.245Z | Downloaded postgres-protocol v0.6.6 |
1196 | 2024-02-15T07:27:01.245Z | Downloaded futures-channel v0.3.30 |
1197 | 2024-02-15T07:27:01.245Z | Downloaded oso v0.27.0 |
1198 | 2024-02-15T07:27:01.245Z | Downloaded vsss-rs v3.3.4 |
1199 | 2024-02-15T07:27:01.245Z | Downloaded waitgroup v0.1.2 |
1200 | 2024-02-15T07:27:01.245Z | Downloaded strum_macros v0.26.1 |
1201 | 2024-02-15T07:27:01.245Z | Downloaded toml v0.8.10 |
1202 | 2024-02-15T07:27:01.245Z | Downloaded whoami v1.4.1 |
1203 | 2024-02-15T07:27:01.245Z | Downloaded tungstenite v0.20.1 |
1204 | 2024-02-15T07:27:01.245Z | Downloaded strum_macros v0.25.2 |
1205 | 2024-02-15T07:27:01.245Z | Downloaded zeroize_derive v1.4.2 |
1206 | 2024-02-15T07:27:01.245Z | Downloaded http v1.0.0 |
1207 | 2024-02-15T07:27:01.245Z | Downloaded ring v0.17.7 |
1208 | 2024-02-15T07:27:01.254Z | Downloaded indexmap v1.9.3 |
1209 | 2024-02-15T07:27:01.254Z | Downloaded zip v0.6.6 |
1210 | 2024-02-15T07:27:01.255Z | Downloaded libm v0.2.7 |
1211 | 2024-02-15T07:27:01.255Z | Downloaded zeroize v1.7.0 |
1212 | 2024-02-15T07:27:01.255Z | Downloaded ref-cast-impl v1.0.20 |
1213 | 2024-02-15T07:27:01.263Z | Downloaded der_derive v0.7.2 |
1214 | 2024-02-15T07:27:01.264Z | Downloaded dof v0.3.0 |
1215 | 2024-02-15T07:27:01.264Z | Downloaded ena v0.14.2 |
1216 | 2024-02-15T07:27:01.264Z | Downloaded defmt-macros v0.3.6 |
1217 | 2024-02-15T07:27:01.264Z | Downloaded pem-rfc7468 v0.7.0 |
1218 | 2024-02-15T07:27:01.265Z | Downloaded indoc v2.0.3 |
1219 | 2024-02-15T07:27:01.282Z | Downloaded rand_chacha v0.3.1 |
1220 | 2024-02-15T07:27:01.283Z | Downloaded r2d2 v0.8.10 |
1221 | 2024-02-15T07:27:01.283Z | Downloaded ring v0.16.20 |
1222 | 2024-02-15T07:27:01.359Z | Downloaded socket2 v0.4.9 |
1223 | 2024-02-15T07:27:01.368Z | Downloaded tracing-core v0.1.31 |
1224 | 2024-02-15T07:27:01.369Z | Downloaded nix v0.27.1 |
1225 | 2024-02-15T07:27:01.379Z | Downloaded cc v1.0.83 |
1226 | 2024-02-15T07:27:01.379Z | Downloaded trust-dns-resolver v0.22.0 |
1227 | 2024-02-15T07:27:01.390Z | Downloaded predicates-core v1.0.6 |
1228 | 2024-02-15T07:27:01.391Z | Downloaded resolv-conf v0.7.0 |
1229 | 2024-02-15T07:27:01.391Z | Downloaded multer v3.0.0 |
1230 | 2024-02-15T07:27:01.391Z | Downloaded futures-executor v0.3.30 |
1231 | 2024-02-15T07:27:01.391Z | Downloaded defmt-parser v0.3.3 |
1232 | 2024-02-15T07:27:01.391Z | Downloaded quote v1.0.35 |
1233 | 2024-02-15T07:27:01.409Z | Downloaded untrusted v0.7.1 |
1234 | 2024-02-15T07:27:01.409Z | Downloaded owo-colors v4.0.0 |
1235 | 2024-02-15T07:27:01.409Z | Downloaded tabled_derive v0.7.0 |
1236 | 2024-02-15T07:27:01.409Z | Downloaded structmeta v0.3.0 |
1237 | 2024-02-15T07:27:01.410Z | Downloaded tracing-attributes v0.1.26 |
1238 | 2024-02-15T07:27:01.410Z | Downloaded mio v0.8.9 |
1239 | 2024-02-15T07:27:01.410Z | Downloaded sha1 v0.10.6 |
1240 | 2024-02-15T07:27:01.423Z | Downloaded foreign-types v0.3.2 |
1241 | 2024-02-15T07:27:01.423Z | Downloaded path-slash v0.1.5 |
1242 | 2024-02-15T07:27:01.424Z | Downloaded usdt-macro v0.3.5 |
1243 | 2024-02-15T07:27:01.424Z | Downloaded usdt-attr-macro v0.3.5 |
1244 | 2024-02-15T07:27:01.424Z | Downloaded plain v0.2.3 |
1245 | 2024-02-15T07:27:01.424Z | Downloaded utf-8 v0.7.6 |
1246 | 2024-02-15T07:27:01.424Z | Downloaded base64 v0.21.7 |
1247 | 2024-02-15T07:27:01.424Z | Downloaded tokio-postgres v0.7.10 |
1248 | 2024-02-15T07:27:01.424Z | Downloaded ucd-trie v0.1.6 |
1249 | 2024-02-15T07:27:01.424Z | Downloaded typenum v1.16.0 |
1250 | 2024-02-15T07:27:01.443Z | Downloaded snafu-derive v0.7.5 |
1251 | 2024-02-15T07:27:01.443Z | Downloaded crypto-bigint v0.5.2 |
1252 | 2024-02-15T07:27:01.444Z | Downloaded vec_map v0.8.2 |
1253 | 2024-02-15T07:27:01.444Z | Downloaded parking_lot v0.11.2 |
1254 | 2024-02-15T07:27:01.444Z | Downloaded bytes v1.5.0 |
1255 | 2024-02-15T07:27:01.444Z | Downloaded miniz_oxide v0.7.1 |
1256 | 2024-02-15T07:27:01.444Z | Downloaded parking_lot v0.12.1 |
1257 | 2024-02-15T07:27:01.877Z | Downloaded once_cell v1.19.0 |
1258 | 2024-02-15T07:27:01.877Z | Downloaded subprocess v0.2.9 |
1259 | 2024-02-15T07:27:01.878Z | Downloaded structopt v0.3.26 |
1260 | 2024-02-15T07:27:01.878Z | Downloaded fd-lock v3.0.13 |
1261 | 2024-02-15T07:27:01.878Z | Downloaded untrusted v0.9.0 |
1262 | 2024-02-15T07:27:01.878Z | Downloaded heck v0.4.1 |
1263 | 2024-02-15T07:27:01.878Z | Downloaded walkdir v2.4.0 |
1264 | 2024-02-15T07:27:01.878Z | Downloaded omicron-zone-package v0.11.0 |
1265 | 2024-02-15T07:27:01.878Z | Downloaded num_threads v0.1.6 |
1266 | 2024-02-15T07:27:01.878Z | Downloaded terminal_size v0.2.6 |
1267 | 2024-02-15T07:27:01.879Z | Downloaded strum_macros v0.24.3 |
1268 | 2024-02-15T07:27:01.879Z | Downloaded strum v0.26.1 |
1269 | 2024-02-15T07:27:01.879Z | Downloaded proc-macro-error v1.0.4 |
1270 | 2024-02-15T07:27:01.879Z | Downloaded lru-cache v0.1.2 |
1271 | 2024-02-15T07:27:01.879Z | Downloaded slog-bunyan v2.5.0 |
1272 | 2024-02-15T07:27:01.879Z | Downloaded parking_lot_core v0.8.6 |
1273 | 2024-02-15T07:27:01.879Z | Downloaded version_check v0.9.4 |
1274 | 2024-02-15T07:27:01.880Z | Downloaded slog-json v2.6.1 |
1275 | 2024-02-15T07:27:01.880Z | Downloaded slog-dtrace v0.3.0 |
1276 | 2024-02-15T07:27:01.880Z | Downloaded chacha20poly1305 v0.10.1 |
1277 | 2024-02-15T07:27:01.880Z | Downloaded arc-swap v1.6.0 |
1278 | 2024-02-15T07:27:01.880Z | Downloaded num-traits v0.2.16 |
1279 | 2024-02-15T07:27:01.880Z | Downloaded clap v4.4.3 |
1280 | 2024-02-15T07:27:01.880Z | Downloaded unsafe-libyaml v0.2.10 |
1281 | 2024-02-15T07:27:01.880Z | Downloaded memmap2 v0.7.1 |
1282 | 2024-02-15T07:27:01.880Z | Downloaded crossbeam-utils v0.8.16 |
1283 | 2024-02-15T07:27:01.880Z | Downloaded diff v0.1.13 |
1284 | 2024-02-15T07:27:01.881Z | Downloaded snafu v0.7.5 |
1285 | 2024-02-15T07:27:01.881Z | Downloaded unarray v0.1.4 |
1286 | 2024-02-15T07:27:01.881Z | Downloaded phf_shared v0.10.0 |
1287 | 2024-02-15T07:27:01.881Z | Downloaded zone_cfg_derive v0.3.0 |
1288 | 2024-02-15T07:27:01.881Z | Downloaded serde_with_macros v3.6.0 |
1289 | 2024-02-15T07:27:01.881Z | Downloaded foreign-types v0.5.0 |
1290 | 2024-02-15T07:27:01.881Z | Downloaded base64ct v1.6.0 |
1291 | 2024-02-15T07:27:01.881Z | Downloaded darling_macro v0.14.4 |
1292 | 2024-02-15T07:27:01.882Z | Downloaded cancel-safe-futures v0.1.5 |
1293 | 2024-02-15T07:27:01.882Z | Downloaded anyhow v1.0.75 |
1294 | 2024-02-15T07:27:01.882Z | Downloaded universal-hash v0.5.1 |
1295 | 2024-02-15T07:27:01.882Z | Downloaded toolchain_find v0.2.0 |
1296 | 2024-02-15T07:27:01.882Z | Downloaded maplit v1.0.2 |
1297 | 2024-02-15T07:27:01.882Z | Downloaded log v0.4.20 |
1298 | 2024-02-15T07:27:01.882Z | Downloaded fragile v2.0.0 |
1299 | 2024-02-15T07:27:01.882Z | Downloaded rustfmt-wrapper v0.2.0 |
1300 | 2024-02-15T07:27:01.883Z | Downloaded textwrap v0.11.0 |
1301 | 2024-02-15T07:27:01.883Z | Downloaded cassowary v0.3.0 |
1302 | 2024-02-15T07:27:01.883Z | Downloaded tempfile v3.10.0 |
1303 | 2024-02-15T07:27:01.883Z | Downloaded num-complex v0.4.4 |
1304 | 2024-02-15T07:27:01.883Z | Downloaded usdt-impl v0.3.5 |
1305 | 2024-02-15T07:27:01.883Z | Downloaded unicode-linebreak v0.1.5 |
1306 | 2024-02-15T07:27:01.883Z | Downloaded synstructure v0.12.6 |
1307 | 2024-02-15T07:27:01.883Z | Downloaded structmeta-derive v0.2.0 |
1308 | 2024-02-15T07:27:01.883Z | Downloaded strsim v0.10.0 |
1309 | 2024-02-15T07:27:01.883Z | Downloaded stringprep v0.1.3 |
1310 | 2024-02-15T07:27:01.884Z | Downloaded smallvec v0.6.14 |
1311 | 2024-02-15T07:27:01.884Z | Downloaded shell-words v1.1.0 |
1312 | 2024-02-15T07:27:01.884Z | Downloaded nu-ansi-term v0.49.0 |
1313 | 2024-02-15T07:27:01.884Z | Downloaded embedded-io v0.4.0 |
1314 | 2024-02-15T07:27:01.884Z | Downloaded difflib v0.4.0 |
1315 | 2024-02-15T07:27:01.884Z | Downloaded spin v0.9.8 |
1316 | 2024-02-15T07:27:01.884Z | Downloaded signature v1.6.4 |
1317 | 2024-02-15T07:27:01.884Z | Downloaded serde-hex v0.1.0 |
1318 | 2024-02-15T07:27:01.884Z | Downloaded buf-list v1.0.3 |
1319 | 2024-02-15T07:27:01.884Z | Downloaded argon2 v0.5.3 |
1320 | 2024-02-15T07:27:01.885Z | Downloaded semver v0.1.20 |
1321 | 2024-02-15T07:27:01.885Z | Downloaded cpufeatures v0.2.12 |
1322 | 2024-02-15T07:27:01.885Z | Downloaded mockall v0.12.0 |
1323 | 2024-02-15T07:27:01.885Z | Downloaded highway v1.1.0 |
1324 | 2024-02-15T07:27:01.885Z | Downloaded memoffset v0.7.1 |
1325 | 2024-02-15T07:27:01.885Z | Downloaded cexpr v0.6.0 |
1326 | 2024-02-15T07:27:01.885Z | Downloaded bitfield v0.14.0 |
1327 | 2024-02-15T07:27:01.885Z | Downloaded linear-map v1.2.0 |
1328 | 2024-02-15T07:27:01.885Z | Downloaded libefi-sys v0.1.0 |
1329 | 2024-02-15T07:27:01.886Z | Downloaded home v0.5.5 |
1330 | 2024-02-15T07:27:01.886Z | Downloaded bitflags v1.3.2 |
1331 | 2024-02-15T07:27:01.886Z | Downloaded bit-set v0.5.3 |
1332 | 2024-02-15T07:27:01.886Z | Downloaded lru v0.12.1 |
1333 | 2024-02-15T07:27:01.886Z | Downloaded linked-hash-map v0.5.6 |
1334 | 2024-02-15T07:27:01.886Z | Downloaded hostname v0.3.1 |
1335 | 2024-02-15T07:27:01.886Z | Downloaded byteorder v1.5.0 |
1336 | 2024-02-15T07:27:01.886Z | Downloaded bytecount v0.6.3 |
1337 | 2024-02-15T07:27:01.886Z | Downloaded csv-core v0.1.11 |
1338 | 2024-02-15T07:27:01.886Z | Downloaded block-padding v0.3.3 |
1339 | 2024-02-15T07:27:01.886Z | Downloaded bit-vec v0.6.3 |
1340 | 2024-02-15T07:27:01.887Z | Downloaded macaddr v1.0.1 |
1341 | 2024-02-15T07:27:01.887Z | Downloaded mime v0.3.17 |
1342 | 2024-02-15T07:27:01.887Z | Downloaded md-5 v0.10.5 |
1343 | 2024-02-15T07:27:01.887Z | Downloaded maybe-uninit v2.0.0 |
1344 | 2024-02-15T07:27:01.887Z | Downloaded crypto-common v0.1.6 |
1345 | 2024-02-15T07:27:01.887Z | Downloaded impl-trait-for-tuples v0.2.2 |
1346 | 2024-02-15T07:27:01.887Z | Downloaded cipher v0.4.4 |
1347 | 2024-02-15T07:27:01.887Z | Downloaded new_debug_unreachable v1.0.4 |
1348 | 2024-02-15T07:27:01.887Z | Downloaded anstyle-query v1.0.0 |
1349 | 2024-02-15T07:27:01.888Z | Downloaded autocfg v1.1.0 |
1350 | 2024-02-15T07:27:01.888Z | Downloaded atomic-waker v1.1.1 |
1351 | 2024-02-15T07:27:01.888Z | Downloaded array-init v0.0.4 |
1352 | 2024-02-15T07:27:01.888Z | Downloaded tokio-rustls v0.24.1 |
1353 | 2024-02-15T07:27:01.888Z | Downloaded serde_with v3.6.0 |
1354 | 2024-02-15T07:27:01.888Z | Downloaded serde-big-array v0.5.1 |
1355 | 2024-02-15T07:27:01.888Z | Downloaded http-body v0.4.5 |
1356 | 2024-02-15T07:27:01.888Z | Downloaded topological-sort v0.2.2 |
1357 | 2024-02-15T07:27:01.901Z | Downloaded smallvec v1.13.1 |
1358 | 2024-02-15T07:27:01.901Z | Downloaded async-recursion v1.0.5 |
1359 | 2024-02-15T07:27:01.902Z | Downloaded ascii-canvas v3.0.0 |
1360 | 2024-02-15T07:27:01.902Z | Downloaded arrayref v0.3.7 |
1361 | 2024-02-15T07:27:01.902Z | Downloaded termcolor v1.2.0 |
1362 | 2024-02-15T07:27:01.902Z | Downloaded signature v2.1.0 |
1363 | 2024-02-15T07:27:01.902Z | Downloaded slog v2.7.0 |
1364 | 2024-02-15T07:27:01.902Z | Downloaded match_cfg v0.1.0 |
1365 | 2024-02-15T07:27:01.902Z | Downloaded crossbeam-epoch v0.9.15 |
1366 | 2024-02-15T07:27:01.903Z | Downloaded crc-any v2.4.3 |
1367 | 2024-02-15T07:27:01.903Z | Downloaded console v0.15.8 |
1368 | 2024-02-15T07:27:01.903Z | Downloaded compact_str v0.7.1 |
1369 | 2024-02-15T07:27:01.903Z | Downloaded arrayvec v0.7.4 |
1370 | 2024-02-15T07:27:01.903Z | Downloaded slog-scope v4.4.0 |
1371 | 2024-02-15T07:27:01.903Z | Downloaded crunchy v0.2.2 |
1372 | 2024-02-15T07:27:01.903Z | Downloaded crucible-workspace-hack v0.1.0 |
1373 | 2024-02-15T07:27:01.904Z | Downloaded semver-parser v0.10.2 |
1374 | 2024-02-15T07:27:01.904Z | Downloaded scroll v0.12.0 |
1375 | 2024-02-15T07:27:01.904Z | Downloaded corncobs v0.1.3 |
1376 | 2024-02-15T07:27:01.904Z | Downloaded anstream v0.5.0 |
1377 | 2024-02-15T07:27:01.904Z | Downloaded aead v0.5.2 |
1378 | 2024-02-15T07:27:01.904Z | Downloaded scopeguard v1.2.0 |
1379 | 2024-02-15T07:27:01.904Z | Downloaded scheduled-thread-pool v0.2.7 |
1380 | 2024-02-15T07:27:01.904Z | Downloaded rusty-fork v0.3.0 |
1381 | 2024-02-15T07:27:01.904Z | Downloaded rustversion v1.0.14 |
1382 | 2024-02-15T07:27:01.904Z | Downloaded rustls-pki-types v1.1.0 |
1383 | 2024-02-15T07:27:01.904Z | Downloaded rustc-hash v1.1.0 |
1384 | 2024-02-15T07:27:01.904Z | Downloaded libsw v3.3.1 |
1385 | 2024-02-15T07:27:01.905Z | Downloaded is-terminal v0.4.9 |
1386 | 2024-02-15T07:27:01.905Z | Downloaded crc-catalog v2.2.0 |
1387 | 2024-02-15T07:27:01.905Z | Downloaded newtype_derive v0.1.6 |
1388 | 2024-02-15T07:27:01.905Z | Downloaded instant v0.1.12 |
1389 | 2024-02-15T07:27:01.905Z | Downloaded normalize-line-endings v0.3.0 |
1390 | 2024-02-15T07:27:01.905Z | Downloaded lazy_static v1.4.0 |
1391 | 2024-02-15T07:27:01.905Z | Downloaded lalrpop-util v0.19.12 |
1392 | 2024-02-15T07:27:01.905Z | Downloaded kstat-rs v0.2.3 |
1393 | 2024-02-15T07:27:01.905Z | Downloaded keccak v0.1.4 |
1394 | 2024-02-15T07:27:01.906Z | Downloaded itoa v1.0.9 |
1395 | 2024-02-15T07:27:02.057Z | Compiling proc-macro2 v1.0.78 |
1396 | 2024-02-15T07:27:02.057Z | Compiling unicode-ident v1.0.12 |
1397 | 2024-02-15T07:27:02.073Z | Compiling libc v0.2.153 |
1398 | 2024-02-15T07:27:02.073Z | Compiling serde v1.0.196 |
1399 | 2024-02-15T07:27:02.073Z | Compiling autocfg v1.1.0 |
1400 | 2024-02-15T07:27:02.093Z | Compiling version_check v0.9.4 |
1401 | 2024-02-15T07:27:02.104Z | Compiling cfg-if v1.0.0 |
1402 | 2024-02-15T07:27:02.242Z | Compiling once_cell v1.19.0 |
1403 | 2024-02-15T07:27:02.259Z | Compiling syn v1.0.109 |
1404 | 2024-02-15T07:27:02.280Z | Compiling byteorder v1.5.0 |
1405 | 2024-02-15T07:27:02.600Z | Compiling memchr v2.6.3 |
1406 | 2024-02-15T07:27:02.680Z | Compiling ahash v0.8.7 |
1407 | 2024-02-15T07:27:03.104Z | Compiling parking_lot_core v0.9.8 |
1408 | 2024-02-15T07:27:03.115Z | Compiling lock_api v0.4.10 |
1409 | 2024-02-15T07:27:03.430Z | Compiling libm v0.2.7 |
1410 | 2024-02-15T07:27:03.459Z | Compiling serde_json v1.0.113 |
1411 | 2024-02-15T07:27:03.459Z | Compiling num-traits v0.2.16 |
1412 | 2024-02-15T07:27:03.724Z | Compiling thiserror v1.0.56 |
1413 | 2024-02-15T07:27:03.788Z | Compiling typenum v1.16.0 |
1414 | 2024-02-15T07:27:03.788Z | Compiling scopeguard v1.2.0 |
1415 | 2024-02-15T07:27:03.933Z | Compiling generic-array v0.14.7 |
1416 | 2024-02-15T07:27:04.242Z | Compiling itoa v1.0.9 |
1417 | 2024-02-15T07:27:04.480Z | Compiling log v0.4.20 |
1418 | 2024-02-15T07:27:04.594Z | Compiling quote v1.0.35 |
1419 | 2024-02-15T07:27:04.882Z | Compiling getrandom v0.2.10 |
1420 | 2024-02-15T07:27:05.449Z | Compiling syn v2.0.48 |
1421 | 2024-02-15T07:27:05.449Z | Compiling cc v1.0.83 |
1422 | 2024-02-15T07:27:05.449Z | Compiling pkg-config v0.3.27 |
1423 | 2024-02-15T07:27:05.847Z | Compiling slab v0.4.9 |
1424 | 2024-02-15T07:27:06.154Z | Compiling ryu v1.0.15 |
1425 | 2024-02-15T07:27:06.600Z | Compiling heck v0.4.1 |
1426 | 2024-02-15T07:27:06.610Z | Compiling smallvec v1.13.1 |
1427 | 2024-02-15T07:27:06.610Z | Compiling pin-project-lite v0.2.13 |
1428 | 2024-02-15T07:27:06.633Z | Compiling allocator-api2 v0.2.16 |
1429 | 2024-02-15T07:27:06.678Z | Compiling equivalent v1.0.1 |
1430 | 2024-02-15T07:27:06.706Z | Compiling vcpkg v0.2.15 |
1431 | 2024-02-15T07:27:07.181Z | Compiling schemars v0.8.16 |
1432 | 2024-02-15T07:27:07.444Z | Compiling parking_lot v0.12.1 |
1433 | 2024-02-15T07:27:07.786Z | Compiling ring v0.17.7 |
1434 | 2024-02-15T07:27:08.537Z | Compiling openssl-sys v0.9.96 |
1435 | 2024-02-15T07:27:08.635Z | Compiling signal-hook-registry v1.4.1 |
1436 | 2024-02-15T07:27:09.911Z | Compiling rand_core v0.6.4 |
1437 | 2024-02-15T07:27:10.449Z | Compiling mio v0.8.9 |
1438 | 2024-02-15T07:27:10.656Z | Compiling ring v0.16.20 |
1439 | 2024-02-15T07:27:11.698Z | Compiling socket2 v0.5.5 |
1440 | 2024-02-15T07:27:11.839Z | Compiling num_cpus v1.16.0 |
1441 | 2024-02-15T07:27:12.008Z | Compiling httparse v1.8.0 |
1442 | 2024-02-15T07:27:12.060Z | Compiling ucd-trie v0.1.6 |
1443 | 2024-02-15T07:27:12.183Z | Compiling futures-core v0.3.30 |
1444 | 2024-02-15T07:27:12.478Z | Compiling openssl v0.10.60 |
1445 | 2024-02-15T07:27:12.504Z | Compiling spin v0.5.2 |
1446 | 2024-02-15T07:27:12.564Z | Compiling crossbeam-utils v0.8.16 |
1447 | 2024-02-15T07:27:12.648Z | Compiling fnv v1.0.7 |
1448 | 2024-02-15T07:27:12.705Z | Compiling serde_derive_internals v0.26.0 |
1449 | 2024-02-15T07:27:12.767Z | Compiling semver v1.0.21 |
1450 | 2024-02-15T07:27:13.361Z | Compiling iana-time-zone v0.1.57 |
1451 | 2024-02-15T07:27:13.591Z | Compiling const-oid v0.9.5 |
1452 | 2024-02-15T07:27:13.707Z | Compiling rustls v0.21.9 |
1453 | 2024-02-15T07:27:13.939Z | Compiling native-tls v0.2.11 |
1454 | 2024-02-15T07:27:14.020Z | Compiling subtle v2.5.0 |
1455 | 2024-02-15T07:27:14.155Z | Compiling unicode-xid v0.2.4 |
1456 | 2024-02-15T07:27:14.296Z | Compiling synstructure v0.12.6 |
1457 | 2024-02-15T07:27:14.457Z | Compiling spin v0.9.8 |
1458 | 2024-02-15T07:27:14.498Z | Compiling memoffset v0.9.0 |
1459 | 2024-02-15T07:27:14.849Z | Compiling futures-sink v0.3.30 |
1460 | 2024-02-15T07:27:15.206Z | Compiling io-lifetimes v1.0.11 |
1461 | 2024-02-15T07:27:15.331Z | Compiling backtrace v0.3.69 |
1462 | 2024-02-15T07:27:15.725Z | Compiling tinyvec_macros v0.1.1 |
1463 | 2024-02-15T07:27:15.741Z | Compiling rustversion v1.0.14 |
1464 | 2024-02-15T07:27:15.790Z | Compiling dyn-clone v1.0.16 |
1465 | 2024-02-15T07:27:15.814Z | Compiling rustix v0.38.31 |
1466 | 2024-02-15T07:27:15.832Z | Compiling tinyvec v1.6.0 |
1467 | 2024-02-15T07:27:16.271Z | Compiling futures-channel v0.3.30 |
1468 | 2024-02-15T07:27:16.388Z | Compiling tracing-core v0.1.31 |
1469 | 2024-02-15T07:27:16.441Z | Compiling num-integer v0.1.45 |
1470 | 2024-02-15T07:27:16.643Z | Compiling crossbeam-epoch v0.9.15 |
1471 | 2024-02-15T07:27:17.133Z | Compiling futures-task v0.3.30 |
1472 | 2024-02-15T07:27:17.133Z | Compiling pin-utils v0.1.0 |
1473 | 2024-02-15T07:27:17.133Z | Compiling futures-io v0.3.30 |
1474 | 2024-02-15T07:27:17.133Z | Compiling slog v2.7.0 |
1475 | 2024-02-15T07:27:17.202Z | Compiling rustix v0.37.23 |
1476 | 2024-02-15T07:27:17.381Z | Compiling winnow v0.5.15 |
1477 | 2024-02-15T07:27:17.753Z | Compiling unicode-normalization v0.1.22 |
1478 | 2024-02-15T07:27:18.294Z | Compiling serde_derive v1.0.196 |
1479 | 2024-02-15T07:27:18.536Z | Compiling zerocopy-derive v0.7.32 |
1480 | 2024-02-15T07:27:18.673Z | Compiling zeroize_derive v1.4.2 |
1481 | 2024-02-15T07:27:18.753Z | Compiling thiserror-impl v1.0.56 |
1482 | 2024-02-15T07:27:19.257Z | Compiling tokio-macros v2.2.0 |
1483 | 2024-02-15T07:27:19.287Z | Compiling futures-macro v0.3.30 |
1484 | 2024-02-15T07:27:20.104Z | Compiling tracing-attributes v0.1.26 |
1485 | 2024-02-15T07:27:20.510Z | Compiling zerocopy v0.7.32 |
1486 | 2024-02-15T07:27:20.879Z | Compiling zeroize v1.7.0 |
1487 | 2024-02-15T07:27:21.639Z | Compiling schemars_derive v0.8.16 |
1488 | 2024-02-15T07:27:21.707Z | Compiling pest v2.7.6 |
1489 | 2024-02-15T07:27:22.857Z | Compiling hashbrown v0.14.3 |
1490 | 2024-02-15T07:27:23.437Z | Compiling openssl-macros v0.1.1 |
1491 | 2024-02-15T07:27:24.210Z | Compiling pest_meta v2.7.6 |
1492 | 2024-02-15T07:27:24.344Z | Compiling zerocopy-derive v0.2.0 |
1493 | 2024-02-15T07:27:24.858Z | Compiling crypto-common v0.1.6 |
1494 | 2024-02-15T07:27:24.858Z | Compiling der_derive v0.7.2 |
1495 | 2024-02-15T07:27:24.859Z | Compiling tracing v0.1.37 |
1496 | 2024-02-15T07:27:24.859Z | Compiling block-buffer v0.10.4 |
1497 | 2024-02-15T07:27:24.859Z | Compiling hashbrown v0.13.2 |
1498 | 2024-02-15T07:27:24.859Z | Compiling futures-util v0.3.30 |
1499 | 2024-02-15T07:27:26.195Z | Compiling pest_generator v2.7.6 |
1500 | 2024-02-15T07:27:27.181Z | Compiling usdt-impl v0.3.5 |
1501 | 2024-02-15T07:27:28.035Z | Compiling crc32fast v1.3.2 |
1502 | 2024-02-15T07:27:28.309Z | Compiling pest_derive v2.7.6 |
1503 | 2024-02-15T07:27:28.638Z | Compiling unicode-bidi v0.3.13 |
1504 | 2024-02-15T07:27:28.926Z | Compiling bitflags v1.3.2 |
1505 | 2024-02-15T07:27:29.063Z | Compiling time-core v0.1.1 |
1506 | 2024-02-15T07:27:29.090Z | Compiling anyhow v1.0.75 |
1507 | 2024-02-15T07:27:29.207Z | Compiling time-macros v0.2.13 |
1508 | 2024-02-15T07:27:30.103Z | Compiling digest v0.10.7 |
1509 | 2024-02-15T07:27:30.518Z | Compiling scroll_derive v0.12.0 |
1510 | 2024-02-15T07:27:31.169Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1511 | 2024-02-15T07:27:31.240Z | Compiling aho-corasick v1.0.4 |
1512 | 2024-02-15T07:27:31.517Z | Compiling untrusted v0.9.0 |
1513 | 2024-02-15T07:27:31.602Z | Compiling async-trait v0.1.77 |
1514 | 2024-02-15T07:27:31.717Z | Compiling bytes v1.5.0 |
1515 | 2024-02-15T07:27:32.027Z | Compiling indexmap v2.2.2 |
1516 | 2024-02-15T07:27:32.099Z | Compiling uuid v1.7.0 |
1517 | 2024-02-15T07:27:32.269Z | Compiling chrono v0.4.31 |
1518 | 2024-02-15T07:27:32.920Z | Compiling bitflags v2.4.0 |
1519 | 2024-02-15T07:27:33.026Z | Compiling tokio v1.36.0 |
1520 | 2024-02-15T07:27:35.946Z | Compiling toml_datetime v0.6.5 |
1521 | 2024-02-15T07:27:36.087Z | Compiling serde_spanned v0.6.5 |
1522 | 2024-02-15T07:27:36.359Z | Compiling toml_edit v0.19.15 |
1523 | 2024-02-15T07:27:36.630Z | Compiling http v0.2.11 |
1524 | 2024-02-15T07:27:37.045Z | Compiling rustc_version v0.4.0 |
1525 | 2024-02-15T07:27:37.692Z | Compiling heapless v0.7.16 |
1526 | 2024-02-15T07:27:38.552Z | Compiling regex-syntax v0.8.2 |
1527 | 2024-02-15T07:27:38.657Z | Compiling signal-hook v0.3.17 |
1528 | 2024-02-15T07:27:39.082Z | Compiling ppv-lite86 v0.2.17 |
1529 | 2024-02-15T07:27:39.805Z | Compiling rand_chacha v0.3.1 |
1530 | 2024-02-15T07:27:40.822Z | Compiling zerocopy v0.3.0 |
1531 | 2024-02-15T07:27:41.923Z | Compiling thread-id v4.2.0 |
1532 | 2024-02-15T07:27:42.503Z | Compiling errno v0.3.8 |
1533 | 2024-02-15T07:27:42.503Z | Compiling regex-automata v0.4.4 |
1534 | 2024-02-15T07:27:43.661Z | Compiling strsim v0.10.0 |
1535 | 2024-02-15T07:27:44.892Z | Compiling dof v0.1.5 |
1536 | 2024-02-15T07:27:45.803Z | Compiling tokio-util v0.7.10 |
1537 | 2024-02-15T07:27:46.935Z | Compiling regex v1.10.3 |
1538 | 2024-02-15T07:27:47.344Z | Compiling rand v0.8.5 |
1539 | 2024-02-15T07:27:48.008Z | Compiling dtrace-parser v0.1.14 |
1540 | 2024-02-15T07:27:49.519Z | Compiling strum_macros v0.25.2 |
1541 | 2024-02-15T07:27:49.759Z | Compiling num-bigint v0.4.4 |
1542 | 2024-02-15T07:27:49.890Z | Compiling foreign-types-shared v0.1.1 |
1543 | 2024-02-15T07:27:50.327Z | Compiling untrusted v0.7.1 |
1544 | 2024-02-15T07:27:50.327Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1545 | 2024-02-15T07:27:50.552Z | Compiling base64ct v1.6.0 |
1546 | 2024-02-15T07:27:51.411Z | Compiling smoltcp v0.9.1 |
1547 | 2024-02-15T07:27:51.433Z | Compiling percent-encoding v2.3.1 |
1548 | 2024-02-15T07:27:51.433Z | Compiling pem-rfc7468 v0.7.0 |
1549 | 2024-02-15T07:27:51.656Z | Compiling foreign-types v0.3.2 |
1550 | 2024-02-15T07:27:53.541Z | Compiling serde_tokenstream v0.1.7 |
1551 | 2024-02-15T07:27:54.094Z | Compiling hmac v0.12.1 |
1552 | 2024-02-15T07:27:54.672Z | Compiling lazy_static v1.4.0 |
1553 | 2024-02-15T07:27:55.077Z | Compiling socket2 v0.4.9 |
1554 | 2024-02-15T07:27:55.104Z | Compiling base64 v0.21.7 |
1555 | 2024-02-15T07:27:55.225Z | Compiling adler v1.0.2 |
1556 | 2024-02-15T07:27:55.382Z | Compiling siphasher v0.3.11 |
1557 | 2024-02-15T07:27:55.565Z | Compiling unicode-width v0.1.11 |
1558 | 2024-02-15T07:27:55.626Z | Compiling try-lock v0.2.4 |
1559 | 2024-02-15T07:27:55.813Z | Compiling flagset v0.4.3 |
1560 | 2024-02-15T07:27:55.960Z | Compiling unicode-segmentation v1.10.1 |
1561 | 2024-02-15T07:27:56.016Z | Compiling der v0.7.8 |
1562 | 2024-02-15T07:27:56.455Z | Compiling miniz_oxide v0.7.1 |
1563 | 2024-02-15T07:27:56.882Z | Compiling want v0.3.1 |
1564 | 2024-02-15T07:27:57.281Z | Compiling sct v0.7.0 |
1565 | 2024-02-15T07:27:57.455Z | Compiling rustls-webpki v0.101.7 |
1566 | 2024-02-15T07:27:57.471Z | Compiling form_urlencoded v1.2.1 |
1567 | 2024-02-15T07:27:57.567Z | Compiling h2 v0.3.24 |
1568 | 2024-02-15T07:27:57.817Z | Compiling http-body v0.4.5 |
1569 | 2024-02-15T07:27:58.566Z | Compiling hubpack_derive v0.1.1 |
1570 | 2024-02-15T07:27:59.907Z | Compiling zerocopy-derive v0.6.4 |
1571 | 2024-02-15T07:27:59.907Z | Compiling num-iter v0.1.43 |
1572 | 2024-02-15T07:27:59.908Z | Compiling usdt-impl v0.5.0 |
1573 | 2024-02-15T07:27:59.997Z | Compiling httpdate v1.0.3 |
1574 | 2024-02-15T07:28:00.165Z | Compiling stable_deref_trait v1.2.0 |
1575 | 2024-02-15T07:28:00.649Z | Compiling utf8parse v0.2.1 |
1576 | 2024-02-15T07:28:00.649Z | Compiling cpufeatures v0.2.12 |
1577 | 2024-02-15T07:28:00.650Z | Compiling anstyle v1.0.2 |
1578 | 2024-02-15T07:28:00.650Z | Compiling openssl-probe v0.1.5 |
1579 | 2024-02-15T07:28:00.813Z | Compiling tower-service v0.3.2 |
1580 | 2024-02-15T07:28:00.979Z | Compiling sha2 v0.10.8 |
1581 | 2024-02-15T07:28:01.001Z | Compiling anstyle-parse v0.2.1 |
1582 | 2024-02-15T07:28:02.024Z | Compiling spki v0.7.2 |
1583 | 2024-02-15T07:28:02.833Z | Compiling usdt-attr-macro v0.3.5 |
1584 | 2024-02-15T07:28:03.585Z | Compiling usdt-macro v0.3.5 |
1585 | 2024-02-15T07:28:04.809Z | Compiling hyper v0.14.27 |
1586 | 2024-02-15T07:28:04.933Z | Compiling openapiv3 v2.0.0 |
1587 | 2024-02-15T07:28:05.246Z | Compiling scroll v0.12.0 |
1588 | 2024-02-15T07:28:05.818Z | Compiling md-5 v0.10.5 |
1589 | 2024-02-15T07:28:06.068Z | Compiling idna v0.5.0 |
1590 | 2024-02-15T07:28:06.533Z | Compiling stringprep v0.1.3 |
1591 | 2024-02-15T07:28:07.576Z | Compiling diesel_table_macro_syntax v0.1.0 |
1592 | 2024-02-15T07:28:07.681Z | Compiling hash32 v0.2.1 |
1593 | 2024-02-15T07:28:08.043Z | Compiling gimli v0.28.0 |
1594 | 2024-02-15T07:28:08.068Z | Compiling colorchoice v1.0.0 |
1595 | 2024-02-15T07:28:08.085Z | Compiling fallible-iterator v0.2.0 |
1596 | 2024-02-15T07:28:08.226Z | Compiling anstyle-query v1.0.0 |
1597 | 2024-02-15T07:28:08.840Z | Compiling plain v0.2.3 |
1598 | 2024-02-15T07:28:09.156Z | Compiling goblin v0.8.0 |
1599 | 2024-02-15T07:28:09.802Z | Compiling postgres-protocol v0.6.6 |
1600 | 2024-02-15T07:28:09.893Z | Compiling anstream v0.5.0 |
1601 | 2024-02-15T07:28:12.334Z | Compiling diesel_derives v2.1.2 |
1602 | 2024-02-15T07:28:12.866Z | Compiling addr2line v0.21.0 |
1603 | 2024-02-15T07:28:14.734Z | Compiling url v2.5.0 |
1604 | 2024-02-15T07:28:15.564Z | Compiling tokio-rustls v0.24.1 |
1605 | 2024-02-15T07:28:16.532Z | Compiling tokio-native-tls v0.3.1 |
1606 | 2024-02-15T07:28:16.817Z | Compiling terminal_size v0.2.6 |
1607 | 2024-02-15T07:28:17.038Z | Compiling pkcs8 v0.10.2 |
1608 | 2024-02-15T07:28:17.558Z | Compiling phf_shared v0.11.2 |
1609 | 2024-02-15T07:28:18.613Z | Compiling serde_tokenstream v0.2.0 |
1610 | 2024-02-15T07:28:18.690Z | Compiling block-padding v0.3.3 |
1611 | 2024-02-15T07:28:18.921Z | Compiling enum-as-inner v0.5.1 |
1612 | 2024-02-15T07:28:19.163Z | Compiling clap_derive v4.4.2 |
1613 | 2024-02-15T07:28:19.549Z | Compiling serde_repr v0.1.16 |
1614 | 2024-02-15T07:28:20.360Z | Compiling ff v0.13.0 |
1615 | 2024-02-15T07:28:20.664Z | Compiling scheduled-thread-pool v0.2.7 |
1616 | 2024-02-15T07:28:20.703Z | Compiling object v0.32.1 |
1617 | 2024-02-15T07:28:23.263Z | Compiling num_threads v0.1.6 |
1618 | 2024-02-15T07:28:23.401Z | Compiling clap_lex v0.5.1 |
1619 | 2024-02-15T07:28:23.870Z | Compiling ipnet v2.9.0 |
1620 | 2024-02-15T07:28:24.019Z | Compiling managed v0.8.0 |
1621 | 2024-02-15T07:28:24.528Z | Compiling rustc-demangle v0.1.23 |
1622 | 2024-02-15T07:28:26.923Z | Compiling base16ct v0.2.0 |
1623 | 2024-02-15T07:28:26.975Z | Compiling deranged v0.3.8 |
1624 | 2024-02-15T07:28:27.223Z | Compiling pretty-hex v0.4.1 |
1625 | 2024-02-15T07:28:27.435Z | Compiling matches v0.1.10 |
1626 | 2024-02-15T07:28:27.537Z | Compiling bit-vec v0.6.3 |
1627 | 2024-02-15T07:28:27.790Z | Compiling regex-automata v0.1.10 |
1628 | 2024-02-15T07:28:28.214Z | Compiling idna v0.2.3 |
1629 | 2024-02-15T07:28:28.294Z | Compiling bstr v0.2.17 |
1630 | 2024-02-15T07:28:28.905Z | Compiling time v0.3.27 |
1631 | 2024-02-15T07:28:29.043Z | Compiling dof v0.3.0 |
1632 | 2024-02-15T07:28:29.762Z | Compiling sec1 v0.7.3 |
1633 | 2024-02-15T07:28:31.439Z | Compiling clap_builder v4.4.2 |
1634 | 2024-02-15T07:28:31.749Z | Compiling r2d2 v0.8.10 |
1635 | 2024-02-15T07:28:32.422Z | Compiling group v0.13.0 |
1636 | 2024-02-15T07:28:33.798Z | Compiling inout v0.1.3 |
1637 | 2024-02-15T07:28:33.943Z | Compiling phf v0.11.2 |
1638 | 2024-02-15T07:28:34.054Z | Compiling signal-hook-mio v0.2.3 |
1639 | 2024-02-15T07:28:34.067Z | Compiling hyper-tls v0.5.0 |
1640 | 2024-02-15T07:28:34.201Z | Compiling hyper-rustls v0.24.2 |
1641 | 2024-02-15T07:28:34.221Z | Compiling bzip2 v0.4.4 |
1642 | 2024-02-15T07:28:34.246Z | Compiling flate2 v1.0.28 |
1643 | 2024-02-15T07:28:34.667Z | Compiling postgres-types v0.2.6 |
1644 | 2024-02-15T07:28:34.668Z | Compiling zerocopy v0.6.4 |
1645 | 2024-02-15T07:28:34.884Z | Compiling hubpack v0.1.2 |
1646 | 2024-02-15T07:28:35.204Z | Compiling serde_urlencoded v0.7.1 |
1647 | 2024-02-15T07:28:35.357Z | Compiling phf_shared v0.10.0 |
1648 | 2024-02-15T07:28:35.547Z | Compiling rustls-pemfile v1.0.3 |
1649 | 2024-02-15T07:28:35.777Z | Compiling hkdf v0.12.4 |
1650 | 2024-02-15T07:28:35.820Z | Compiling ipnetwork v0.20.0 |
1651 | 2024-02-15T07:28:36.296Z | Compiling futures-executor v0.3.30 |
1652 | 2024-02-15T07:28:36.764Z | Compiling dtrace-parser v0.2.0 |
1653 | 2024-02-15T07:28:36.811Z | Compiling regress v0.7.1 |
1654 | 2024-02-15T07:28:36.834Z | Compiling crypto-bigint v0.5.2 |
1655 | 2024-02-15T07:28:37.911Z | Compiling float-cmp v0.9.0 |
1656 | 2024-02-15T07:28:38.448Z | Compiling encoding_rs v0.8.33 |
1657 | 2024-02-15T07:28:39.047Z | Compiling mime v0.3.17 |
1658 | 2024-02-15T07:28:39.543Z | Compiling predicates-core v1.0.6 |
1659 | 2024-02-15T07:28:40.286Z | Compiling difflib v0.4.0 |
1660 | 2024-02-15T07:28:40.293Z | Compiling regex-automata v0.3.8 |
1661 | 2024-02-15T07:28:41.137Z | Compiling either v1.9.0 |
1662 | 2024-02-15T07:28:41.724Z | Compiling fixedbitset v0.4.2 |
1663 | 2024-02-15T07:28:41.842Z | Compiling precomputed-hash v0.1.1 |
1664 | 2024-02-15T07:28:42.116Z | Compiling webpki-roots v0.25.2 |
1665 | 2024-02-15T07:28:42.222Z | Compiling whoami v1.4.1 |
1666 | 2024-02-15T07:28:42.492Z | Compiling normalize-line-endings v0.3.0 |
1667 | 2024-02-15T07:28:42.583Z | Compiling data-encoding v2.4.0 |
1668 | 2024-02-15T07:28:42.746Z | Compiling minimal-lexical v0.2.1 |
1669 | 2024-02-15T07:28:43.268Z | Compiling new_debug_unreachable v1.0.4 |
1670 | 2024-02-15T07:28:43.387Z | Compiling static_assertions v1.1.0 |
1671 | 2024-02-15T07:28:46.115Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1672 | 2024-02-15T07:28:46.783Z | Compiling string_cache v0.8.7 |
1673 | 2024-02-15T07:28:47.238Z | Compiling nom v7.1.3 |
1674 | 2024-02-15T07:28:51.207Z | Compiling trust-dns-proto v0.22.0 |
1675 | 2024-02-15T07:28:51.376Z | Compiling predicates v3.1.0 |
1676 | 2024-02-15T07:28:51.662Z | Compiling tokio-postgres v0.7.10 |
1677 | 2024-02-15T07:28:52.262Z | Compiling reqwest v0.11.22 |
1678 | 2024-02-15T07:28:52.908Z | Compiling bstr v1.6.0 |
1679 | 2024-02-15T07:28:54.796Z | Compiling petgraph v0.6.4 |
1680 | 2024-02-15T07:28:56.908Z | Compiling itertools v0.10.5 |
1681 | 2024-02-15T07:28:58.777Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1682 | 2024-02-15T07:28:58.996Z | Compiling elliptic-curve v0.13.8 |
1683 | 2024-02-15T07:29:01.290Z | Compiling yasna v0.5.2 |
1684 | 2024-02-15T07:29:02.175Z | Compiling futures v0.3.30 |
1685 | 2024-02-15T07:29:02.286Z | Compiling diesel v2.1.4 |
1686 | 2024-02-15T07:29:02.298Z | Compiling zip v0.6.6 |
1687 | 2024-02-15T07:29:02.870Z | Compiling clap v4.4.3 |
1688 | 2024-02-15T07:29:02.982Z | Compiling crossterm v0.27.0 |
1689 | 2024-02-15T07:29:03.009Z | Compiling cipher v0.4.4 |
1690 | 2024-02-15T07:29:03.517Z | Compiling similar v2.3.0 |
1691 | 2024-02-15T07:29:03.958Z | Compiling bit-set v0.5.3 |
1692 | 2024-02-15T07:29:04.258Z | Compiling usdt v0.3.5 |
1693 | 2024-02-15T07:29:04.763Z | Compiling console v0.15.8 |
1694 | 2024-02-15T07:29:05.645Z | Compiling strum v0.25.0 |
1695 | 2024-02-15T07:29:06.202Z | Compiling tokio-stream v0.1.14 |
1696 | 2024-02-15T07:29:06.534Z | Compiling toml v0.7.8 |
1697 | 2024-02-15T07:29:07.203Z | Compiling hex v0.4.3 |
1698 | 2024-02-15T07:29:08.046Z | Compiling proc-macro-error-attr v1.0.4 |
1699 | 2024-02-15T07:29:08.399Z | Compiling lalrpop-util v0.19.12 |
1700 | 2024-02-15T07:29:10.613Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1701 | 2024-02-15T07:29:11.106Z | Compiling proc-macro-crate v1.3.1 |
1702 | 2024-02-15T07:29:12.681Z | Compiling proc-macro-error v1.0.4 |
1703 | 2024-02-15T07:29:12.701Z | Compiling camino v1.1.6 |
1704 | 2024-02-15T07:29:13.160Z | Compiling heapless v0.8.0 |
1705 | 2024-02-15T07:29:16.345Z | Compiling num_enum_derive v0.5.11 |
1706 | 2024-02-15T07:29:24.557Z | Compiling atty v0.2.14 |
1707 | 2024-02-15T07:29:25.353Z | Compiling hash32 v0.3.1 |
1708 | 2024-02-15T07:29:26.422Z | Compiling smoltcp v0.11.0 |
1709 | 2024-02-15T07:29:27.273Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1710 | 2024-02-15T07:29:27.652Z | Compiling ident_case v1.0.1 |
1711 | 2024-02-15T07:29:28.021Z | Compiling rustls-pki-types v1.1.0 |
1712 | 2024-02-15T07:29:29.185Z | Compiling darling_core v0.20.3 |
1713 | 2024-02-15T07:29:34.822Z | Compiling num_enum v0.5.11 |
1714 | 2024-02-15T07:29:46.104Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1715 | 2024-02-15T07:29:46.588Z | Compiling dirs-sys-next v0.1.2 |
1716 | 2024-02-15T07:29:48.317Z | Compiling cobs v0.2.3 |
1717 | 2024-02-15T07:29:49.148Z | Compiling embedded-io v0.4.0 |
1718 | 2024-02-15T07:29:49.450Z | Compiling rustls v0.22.2 |
1719 | 2024-02-15T07:29:49.787Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1720 | 2024-02-15T07:29:51.898Z | Compiling postcard v1.0.8 |
1721 | 2024-02-15T07:29:59.376Z | Compiling dirs-next v2.0.0 |
1722 | 2024-02-15T07:30:06.273Z | Compiling darling_macro v0.20.3 |
1723 | 2024-02-15T07:30:08.042Z | Compiling rustls-webpki v0.102.1 |
1724 | 2024-02-15T07:30:10.333Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1725 | 2024-02-15T07:30:14.453Z | Compiling getopts v0.2.21 |
1726 | 2024-02-15T07:30:15.024Z | Compiling foreign-types-macros v0.2.3 |
1727 | 2024-02-15T07:30:15.356Z | Compiling structmeta-derive v0.3.0 |
1728 | 2024-02-15T07:30:16.057Z | Compiling thread_local v1.1.7 |
1729 | 2024-02-15T07:30:16.224Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1730 | 2024-02-15T07:30:16.363Z | Compiling multer v3.0.0 |
1731 | 2024-02-15T07:30:16.872Z | Compiling match_cfg v0.1.0 |
1732 | 2024-02-15T07:30:16.979Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1733 | 2024-02-15T07:30:17.449Z | Compiling paste v1.0.14 |
1734 | 2024-02-15T07:30:18.119Z | Compiling rayon-core v1.12.0 |
1735 | 2024-02-15T07:30:18.288Z | Compiling unsafe-libyaml v0.2.10 |
1736 | 2024-02-15T07:30:18.574Z | Compiling slog-async v2.8.0 |
1737 | 2024-02-15T07:30:19.136Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1738 | 2024-02-15T07:30:19.441Z | Compiling foreign-types-shared v0.3.1 |
1739 | 2024-02-15T07:30:19.578Z | Compiling foreign-types v0.5.0 |
1740 | 2024-02-15T07:30:19.686Z | Compiling serde_yaml v0.9.25 |
1741 | 2024-02-15T07:30:23.141Z | Compiling structmeta v0.3.0 |
1742 | 2024-02-15T07:30:24.789Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1743 | 2024-02-15T07:30:26.596Z | Compiling hostname v0.3.1 |
1744 | 2024-02-15T07:30:28.112Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1745 | 2024-02-15T07:30:34.130Z | Compiling darling v0.20.3 |
1746 | 2024-02-15T07:30:36.810Z | Compiling term v0.7.0 |
1747 | 2024-02-15T07:30:39.521Z | Compiling slog-json v2.6.1 |
1748 | 2024-02-15T07:30:39.721Z | Compiling toml_edit v0.22.4 |
1749 | 2024-02-15T07:30:40.351Z | Compiling crossbeam-deque v0.8.3 |
1750 | 2024-02-15T07:30:40.458Z | Compiling is-terminal v0.4.9 |
1751 | 2024-02-15T07:30:41.804Z | Compiling crossbeam-channel v0.5.8 |
1752 | 2024-02-15T07:30:43.653Z | Compiling http v1.0.0 |
1753 | 2024-02-15T07:30:44.259Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1754 | 2024-02-15T07:30:44.282Z | Compiling async-stream-impl v0.3.5 |
1755 | 2024-02-15T07:30:45.097Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1756 | 2024-02-15T07:30:45.124Z | Compiling cstr-argument v0.1.2 |
1757 | 2024-02-15T07:30:45.392Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1758 | 2024-02-15T07:30:45.602Z | Compiling take_mut v0.2.2 |
1759 | 2024-02-15T07:30:45.747Z | Compiling atomic-waker v1.1.1 |
1760 | 2024-02-15T07:30:45.934Z | Compiling fastrand v2.0.1 |
1761 | 2024-02-15T07:30:46.011Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1762 | 2024-02-15T07:30:46.177Z | Compiling pretty-hex v0.2.1 |
1763 | 2024-02-15T07:30:46.341Z | Compiling crucible-workspace-hack v0.1.0 |
1764 | 2024-02-15T07:30:46.425Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1765 | 2024-02-15T07:30:46.674Z | Compiling tempfile v3.10.0 |
1766 | 2024-02-15T07:30:46.862Z | Compiling waitgroup v0.1.2 |
1767 | 2024-02-15T07:30:47.111Z | Compiling async-stream v0.3.5 |
1768 | 2024-02-15T07:30:48.708Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1769 | 2024-02-15T07:30:49.156Z | Compiling toml v0.8.10 |
1770 | 2024-02-15T07:30:50.350Z | Compiling colored v2.0.4 |
1771 | 2024-02-15T07:30:51.818Z | Compiling slog-bunyan v2.5.0 |
1772 | 2024-02-15T07:30:52.196Z | Compiling slog-term v2.9.0 |
1773 | 2024-02-15T07:30:54.656Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1774 | 2024-02-15T07:30:55.101Z | Compiling serde_with_macros v3.6.0 |
1775 | 2024-02-15T07:30:55.291Z | Compiling tokio-rustls v0.25.0 |
1776 | 2024-02-15T07:30:56.391Z | Compiling parse-display-derive v0.9.0 |
1777 | 2024-02-15T07:30:56.904Z | Compiling rustls-pemfile v2.0.0 |
1778 | 2024-02-15T07:30:57.657Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1779 | 2024-02-15T07:30:57.985Z | Compiling sha1 v0.10.6 |
1780 | 2024-02-15T07:30:58.920Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1781 | 2024-02-15T07:30:59.204Z | Compiling textwrap v0.11.0 |
1782 | 2024-02-15T07:31:00.313Z | Compiling heck v0.3.3 |
1783 | 2024-02-15T07:31:00.625Z | Compiling serde_path_to_error v0.1.15 |
1784 | 2024-02-15T07:31:00.710Z | Compiling strum_macros v0.26.1 |
1785 | 2024-02-15T07:31:01.089Z | Compiling instant v0.1.12 |
1786 | 2024-02-15T07:31:01.262Z | Compiling strsim v0.8.0 |
1787 | 2024-02-15T07:31:01.617Z | Compiling vec_map v0.8.2 |
1788 | 2024-02-15T07:31:01.961Z | Compiling debug-ignore v1.0.5 |
1789 | 2024-02-15T07:31:02.130Z | Compiling ansi_term v0.12.1 |
1790 | 2024-02-15T07:31:02.665Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1791 | 2024-02-15T07:31:03.037Z | Compiling libefi-sys v0.1.0 |
1792 | 2024-02-15T07:31:03.076Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1793 | 2024-02-15T07:31:03.344Z | Compiling clap v2.34.0 |
1794 | 2024-02-15T07:31:05.653Z | Compiling strum v0.26.1 |
1795 | 2024-02-15T07:31:05.767Z | Compiling backoff v0.4.0 |
1796 | 2024-02-15T07:31:05.846Z | Compiling structopt-derive v0.4.18 |
1797 | 2024-02-15T07:31:06.150Z | Compiling parse-display v0.9.0 |
1798 | 2024-02-15T07:31:06.277Z | Compiling serde_with v3.6.0 |
1799 | 2024-02-15T07:31:08.176Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1800 | 2024-02-15T07:31:08.740Z | Compiling rayon v1.8.0 |
1801 | 2024-02-15T07:31:10.792Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1802 | 2024-02-15T07:31:11.052Z | Compiling camino-tempfile v1.1.1 |
1803 | 2024-02-15T07:31:11.458Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1804 | 2024-02-15T07:31:11.632Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1805 | 2024-02-15T07:31:12.266Z | Compiling zone_cfg_derive v0.3.0 |
1806 | 2024-02-15T07:31:12.272Z | Compiling macaddr v1.0.1 |
1807 | 2024-02-15T07:31:12.929Z | Compiling regress v0.8.0 |
1808 | 2024-02-15T07:31:13.364Z | Compiling num-derive v0.4.0 |
1809 | 2024-02-15T07:31:14.598Z | Compiling blake3 v1.5.0 |
1810 | 2024-02-15T07:31:15.221Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1811 | 2024-02-15T07:31:15.645Z | Compiling portable-atomic v1.4.3 |
1812 | 2024-02-15T07:31:15.813Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1813 | 2024-02-15T07:31:17.233Z | Compiling zone v0.3.0 |
1814 | 2024-02-15T07:31:17.598Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1815 | 2024-02-15T07:31:18.160Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1816 | 2024-02-15T07:31:19.032Z | Compiling structopt v0.3.26 |
1817 | 2024-02-15T07:31:20.163Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1818 | 2024-02-15T07:31:21.248Z | Compiling smf v0.2.2 |
1819 | 2024-02-15T07:31:21.320Z | Compiling xattr v1.0.1 |
1820 | 2024-02-15T07:31:21.345Z | Compiling filetime v0.2.23 |
1821 | 2024-02-15T07:31:21.742Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1822 | 2024-02-15T07:31:21.769Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1823 | 2024-02-15T07:31:24.139Z | Compiling memmap2 v0.7.1 |
1824 | 2024-02-15T07:31:24.721Z | Compiling same-file v1.0.6 |
1825 | 2024-02-15T07:31:24.753Z | Compiling arrayref v0.3.7 |
1826 | 2024-02-15T07:31:24.866Z | Compiling arrayvec v0.7.4 |
1827 | 2024-02-15T07:31:25.040Z | Compiling constant_time_eq v0.3.0 |
1828 | 2024-02-15T07:31:25.239Z | Compiling walkdir v2.4.0 |
1829 | 2024-02-15T07:31:26.039Z | Compiling tar v0.4.40 |
1830 | 2024-02-15T07:31:28.353Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1831 | 2024-02-15T07:31:28.796Z | Compiling gethostname v0.4.3 |
1832 | 2024-02-15T07:31:28.870Z | Compiling topological-sort v0.2.2 |
1833 | 2024-02-15T07:31:29.065Z | Compiling number_prefix v0.4.0 |
1834 | 2024-02-15T07:31:29.148Z | Compiling omicron-zone-package v0.11.0 |
1835 | 2024-02-15T07:31:29.359Z | Compiling swrite v0.1.0 |
1836 | 2024-02-15T07:31:30.792Z | Compiling indicatif v0.17.7 |
1837 | 2024-02-15T07:31:32.636Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1838 | 2024-02-15T07:31:36.072Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1839 | 2024-02-15T07:31:44.749Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1840 | 2024-02-15T07:31:57.528Z | Finished release [optimized] target(s) in 5m 15s |
1841 | 2024-02-15T07:31:57.736Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1842 | 2024-02-15T07:31:57.803Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1843 | 2024-02-15T07:31:57.809Z | Created new build target 'test' and set it as active |
1844 | 2024-02-15T07:31:57.809Z | |
1845 | 2024-02-15T07:31:57.809Z | real 5:15.655852981 |
1846 | 2024-02-15T07:31:57.809Z | user 34:09.475916005 |
1847 | 2024-02-15T07:31:57.809Z | sys 3:50.529283752 |
1848 | 2024-02-15T07:31:57.809Z | trap 1.033079601 |
1849 | 2024-02-15T07:31:57.809Z | tflt 5.366057979 |
1850 | 2024-02-15T07:31:57.809Z | dflt 3.121518001 |
1851 | 2024-02-15T07:31:57.809Z | kflt 0.077778441 |
1852 | 2024-02-15T07:31:57.809Z | lock 1:12:40.101942700 |
1853 | 2024-02-15T07:31:57.809Z | slp 1:36:56.808791766 |
1854 | 2024-02-15T07:31:57.809Z | lat 2:10.171988539 |
1855 | 2024-02-15T07:31:57.809Z | stop 3:22.426093425 |
1856 | 2024-02-15T07:31:57.810Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1857 | 2024-02-15T07:31:58.522Z | Finished release [optimized] target(s) in 0.67s |
1858 | 2024-02-15T07:31:58.542Z | Running `target/release/omicron-package -t test package` |
1859 | 2024-02-15T07:31:58.572Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1860 | 2024-02-15T07:31:59.338Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1861 | 2024-02-15T07:31:59.348Z | Compiling linked-hash-map v0.5.6 |
1862 | 2024-02-15T07:31:59.348Z | Compiling usdt-macro v0.5.0 |
1863 | 2024-02-15T07:31:59.349Z | Compiling usdt-attr-macro v0.5.0 |
1864 | 2024-02-15T07:31:59.809Z | Compiling memmap v0.7.0 |
1865 | 2024-02-15T07:31:59.812Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1866 | 2024-02-15T07:31:59.812Z | Compiling password-hash v0.5.0 |
1867 | 2024-02-15T07:31:59.812Z | Compiling blake2 v0.10.6 |
1868 | 2024-02-15T07:31:59.812Z | Compiling lru-cache v0.1.2 |
1869 | 2024-02-15T07:31:59.875Z | Compiling semver v0.1.20 |
1870 | 2024-02-15T07:32:00.382Z | Compiling argon2 v0.5.3 |
1871 | 2024-02-15T07:32:00.470Z | Compiling rustc_version v0.1.7 |
1872 | 2024-02-15T07:32:00.784Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1873 | 2024-02-15T07:32:00.797Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1874 | 2024-02-15T07:32:00.890Z | Compiling newtype_derive v0.1.6 |
1875 | 2024-02-15T07:32:00.951Z | Compiling usdt v0.5.0 |
1876 | 2024-02-15T07:32:01.061Z | Compiling rayon-core v1.12.0 |
1877 | 2024-02-15T07:32:01.081Z | Compiling crossbeam-deque v0.8.3 |
1878 | 2024-02-15T07:32:01.205Z | Compiling fastrand v2.0.1 |
1879 | 2024-02-15T07:32:01.432Z | Compiling same-file v1.0.6 |
1880 | 2024-02-15T07:32:01.442Z | Compiling quick-error v1.2.3 |
1881 | 2024-02-15T07:32:01.581Z | Compiling tempfile v3.10.0 |
1882 | 2024-02-15T07:32:01.670Z | Compiling walkdir v2.4.0 |
1883 | 2024-02-15T07:32:01.717Z | Compiling resolv-conf v0.7.0 |
1884 | 2024-02-15T07:32:02.419Z | Compiling itertools v0.12.1 |
1885 | 2024-02-15T07:32:02.444Z | Compiling camino v1.1.6 |
1886 | 2024-02-15T07:32:02.488Z | Compiling semver-parser v0.10.2 |
1887 | 2024-02-15T07:32:02.504Z | Compiling slog-dtrace v0.3.0 |
1888 | 2024-02-15T07:32:02.856Z | Compiling rayon v1.8.0 |
1889 | 2024-02-15T07:32:02.901Z | Compiling blake3 v1.5.0 |
1890 | 2024-02-15T07:32:03.189Z | Compiling semver v0.11.0 |
1891 | 2024-02-15T07:32:03.806Z | Compiling trust-dns-resolver v0.22.0 |
1892 | 2024-02-15T07:32:03.892Z | Compiling nibble_vec v0.1.0 |
1893 | 2024-02-15T07:32:04.116Z | Compiling memmap2 v0.7.1 |
1894 | 2024-02-15T07:32:04.368Z | Compiling xattr v1.0.1 |
1895 | 2024-02-15T07:32:04.505Z | Compiling filetime v0.2.23 |
1896 | 2024-02-15T07:32:04.608Z | Compiling constant_time_eq v0.3.0 |
1897 | 2024-02-15T07:32:04.677Z | Compiling arrayvec v0.7.4 |
1898 | 2024-02-15T07:32:04.757Z | Compiling home v0.5.5 |
1899 | 2024-02-15T07:32:04.815Z | Compiling endian-type v0.1.2 |
1900 | 2024-02-15T07:32:04.988Z | Compiling arrayref v0.3.7 |
1901 | 2024-02-15T07:32:05.036Z | Compiling radix_trie v0.2.1 |
1902 | 2024-02-15T07:32:05.087Z | Compiling toolchain_find v0.2.0 |
1903 | 2024-02-15T07:32:05.093Z | Compiling tar v0.4.40 |
1904 | 2024-02-15T07:32:05.655Z | Compiling camino-tempfile v1.1.1 |
1905 | 2024-02-15T07:32:05.991Z | Compiling steno v0.4.0 |
1906 | 2024-02-15T07:32:06.252Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1907 | 2024-02-15T07:32:07.006Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1908 | 2024-02-15T07:32:07.704Z | Compiling toml_edit v0.22.4 |
1909 | 2024-02-15T07:32:07.724Z | Compiling toml v0.5.11 |
1910 | 2024-02-15T07:32:07.817Z | Compiling num-rational v0.4.1 |
1911 | 2024-02-15T07:32:08.148Z | Compiling topological-sort v0.2.2 |
1912 | 2024-02-15T07:32:08.370Z | Compiling radium v0.7.0 |
1913 | 2024-02-15T07:32:08.887Z | Compiling omicron-zone-package v0.11.0 |
1914 | 2024-02-15T07:32:09.277Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1915 | 2024-02-15T07:32:09.477Z | Compiling tap v1.0.1 |
1916 | 2024-02-15T07:32:09.662Z | Compiling rustfmt-wrapper v0.2.0 |
1917 | 2024-02-15T07:32:10.322Z | Compiling cancel-safe-futures v0.1.5 |
1918 | 2024-02-15T07:32:10.725Z | Compiling maybe-uninit v2.0.0 |
1919 | 2024-02-15T07:32:11.209Z | Compiling toml v0.8.10 |
1920 | 2024-02-15T07:32:11.317Z | Compiling wyz v0.5.1 |
1921 | 2024-02-15T07:32:13.503Z | Compiling num-complex v0.4.4 |
1922 | 2024-02-15T07:32:14.529Z | Compiling crc-catalog v2.2.0 |
1923 | 2024-02-15T07:32:14.672Z | Compiling packed_struct v0.10.1 |
1924 | 2024-02-15T07:32:14.775Z | Compiling funty v2.0.0 |
1925 | 2024-02-15T07:32:14.850Z | Compiling num-bigint-dig v0.8.4 |
1926 | 2024-02-15T07:32:15.060Z | Compiling crc v3.0.1 |
1927 | 2024-02-15T07:32:15.161Z | Compiling num v0.4.1 |
1928 | 2024-02-15T07:32:15.319Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1929 | 2024-02-15T07:32:15.836Z | Compiling fxhash v0.2.1 |
1930 | 2024-02-15T07:32:15.918Z | Compiling packed_struct_codegen v0.10.1 |
1931 | 2024-02-15T07:32:16.104Z | Compiling bitvec v1.0.1 |
1932 | 2024-02-15T07:32:16.634Z | Compiling indexmap v1.9.3 |
1933 | 2024-02-15T07:32:16.760Z | Compiling utf-8 v0.7.6 |
1934 | 2024-02-15T07:32:17.178Z | Compiling nodrop v0.1.14 |
1935 | 2024-02-15T07:32:17.302Z | Compiling array-init v0.0.4 |
1936 | 2024-02-15T07:32:17.789Z | Compiling tungstenite v0.20.1 |
1937 | 2024-02-15T07:32:24.295Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1938 | 2024-02-15T07:32:24.837Z | Compiling smallvec v0.6.14 |
1939 | 2024-02-15T07:32:24.838Z | Compiling pkcs1 v0.7.5 |
1940 | 2024-02-15T07:32:24.951Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1941 | 2024-02-15T07:32:24.951Z | Compiling signature v2.1.0 |
1942 | 2024-02-15T07:32:24.951Z | Compiling half v2.3.1 |
1943 | 2024-02-15T07:32:24.951Z | Compiling unicase v2.7.0 |
1944 | 2024-02-15T07:32:25.237Z | Compiling hashbrown v0.12.3 |
1945 | 2024-02-15T07:32:25.743Z | Compiling termcolor v1.2.0 |
1946 | 2024-02-15T07:32:26.519Z | Compiling ciborium-io v0.2.2 |
1947 | 2024-02-15T07:32:26.644Z | Compiling bitfield v0.14.0 |
1948 | 2024-02-15T07:32:26.968Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1949 | 2024-02-15T07:32:27.092Z | Compiling ciborium-ll v0.2.2 |
1950 | 2024-02-15T07:32:27.683Z | Compiling env_logger v0.10.0 |
1951 | 2024-02-15T07:32:28.356Z | Compiling rsa v0.9.2 |
1952 | 2024-02-15T07:32:31.570Z | Compiling serde-hex v0.1.0 |
1953 | 2024-02-15T07:32:31.692Z | Compiling tokio-tungstenite v0.20.1 |
1954 | 2024-02-15T07:32:32.518Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1955 | 2024-02-15T07:32:32.807Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1956 | 2024-02-15T07:32:33.158Z | Compiling x509-cert v0.2.4 |
1957 | 2024-02-15T07:32:33.846Z | Compiling ron v0.8.1 |
1958 | 2024-02-15T07:32:37.051Z | Compiling arc-swap v1.6.0 |
1959 | 2024-02-15T07:32:37.818Z | Compiling crc-any v2.4.3 |
1960 | 2024-02-15T07:32:38.781Z | Compiling display-error-chain v0.2.0 |
1961 | 2024-02-15T07:32:38.972Z | Compiling slog-scope v4.4.0 |
1962 | 2024-02-15T07:32:39.933Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1963 | 2024-02-15T07:32:40.539Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1964 | 2024-02-15T07:32:42.360Z | Compiling object v0.30.4 |
1965 | 2024-02-15T07:32:46.940Z | Compiling ciborium v0.2.2 |
1966 | 2024-02-15T07:32:47.918Z | Compiling libsw v3.3.1 |
1967 | 2024-02-15T07:32:48.238Z | Compiling derive-where v1.2.7 |
1968 | 2024-02-15T07:32:49.240Z | Compiling path-slash v0.1.5 |
1969 | 2024-02-15T07:32:49.468Z | Compiling parking_lot_core v0.8.6 |
1970 | 2024-02-15T07:32:56.099Z | Compiling linear-map v1.2.0 |
1971 | 2024-02-15T07:32:56.374Z | Compiling owo-colors v4.0.0 |
1972 | 2024-02-15T07:32:56.374Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1973 | 2024-02-15T07:32:56.374Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1974 | 2024-02-15T07:32:56.374Z | Compiling slog-stdlog v4.1.1 |
1975 | 2024-02-15T07:32:56.505Z | Compiling dirs-sys-next v0.1.2 |
1976 | 2024-02-15T07:32:56.884Z | Compiling glob v0.3.1 |
1977 | 2024-02-15T07:32:57.754Z | Compiling convert_case v0.4.0 |
1978 | 2024-02-15T07:32:58.521Z | Compiling crunchy v0.2.2 |
1979 | 2024-02-15T07:32:58.563Z | Compiling derive_more v0.99.17 |
1980 | 2024-02-15T07:32:59.011Z | Compiling clang-sys v1.6.1 |
1981 | 2024-02-15T07:32:59.033Z | Compiling dirs-next v2.0.0 |
1982 | 2024-02-15T07:32:59.577Z | Compiling slog-envlogger v2.2.0 |
1983 | 2024-02-15T07:33:00.684Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1984 | 2024-02-15T07:33:02.342Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1985 | 2024-02-15T07:33:03.547Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1986 | 2024-02-15T07:33:04.625Z | Compiling prettyplease v0.2.16 |
1987 | 2024-02-15T07:33:04.948Z | Compiling tiny-keccak v2.0.2 |
1988 | 2024-02-15T07:33:05.259Z | Compiling platforms v3.0.2 |
1989 | 2024-02-15T07:33:05.694Z | Compiling parking_lot v0.11.2 |
1990 | 2024-02-15T07:33:06.288Z | Compiling mime_guess v2.0.4 |
1991 | 2024-02-15T07:33:07.462Z | Compiling term v0.7.0 |
1992 | 2024-02-15T07:33:08.188Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1993 | 2024-02-15T07:33:09.012Z | Compiling trust-dns-client v0.22.0 |
1994 | 2024-02-15T07:33:10.311Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1995 | 2024-02-15T07:33:10.857Z | Compiling darling_core v0.14.4 |
1996 | 2024-02-15T07:33:17.374Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1997 | 2024-02-15T07:33:17.374Z | Compiling pem v3.0.2 |
1998 | 2024-02-15T07:33:17.897Z | Compiling darling_macro v0.14.4 |
1999 | 2024-02-15T07:33:18.912Z | Compiling trust-dns-server v0.22.1 |
2000 | 2024-02-15T07:33:20.781Z | Compiling ascii-canvas v3.0.0 |
2001 | 2024-02-15T07:33:20.960Z | Compiling sled v0.34.7 |
2002 | 2024-02-15T07:33:21.843Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2003 | 2024-02-15T07:33:26.406Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2004 | 2024-02-15T07:33:26.641Z | Compiling is-terminal v0.4.9 |
2005 | 2024-02-15T07:33:26.780Z | Compiling ena v0.14.2 |
2006 | 2024-02-15T07:33:27.194Z | Compiling vte_generate_state_changes v0.1.1 |
2007 | 2024-02-15T07:33:27.489Z | Compiling libloading v0.7.4 |
2008 | 2024-02-15T07:33:27.833Z | Compiling diff v0.1.13 |
2009 | 2024-02-15T07:33:27.854Z | Compiling bindgen v0.69.2 |
2010 | 2024-02-15T07:33:28.312Z | Compiling regex-syntax v0.6.29 |
2011 | 2024-02-15T07:33:28.426Z | Compiling vte v0.11.1 |
2012 | 2024-02-15T07:33:34.086Z | Compiling lalrpop v0.19.12 |
2013 | 2024-02-15T07:33:36.124Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2014 | 2024-02-15T07:33:42.098Z | Compiling curve25519-dalek v4.1.1 |
2015 | 2024-02-15T07:33:42.511Z | Compiling darling v0.14.4 |
2016 | 2024-02-15T07:33:44.374Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2017 | 2024-02-15T07:33:45.554Z | Compiling cexpr v0.6.0 |
2018 | 2024-02-15T07:33:47.125Z | Compiling which v4.4.0 |
2019 | 2024-02-15T07:33:47.651Z | Compiling kstat-rs v0.2.3 |
2020 | 2024-02-15T07:33:49.010Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2021 | 2024-02-15T07:33:49.752Z | Compiling memoffset v0.7.1 |
2022 | 2024-02-15T07:33:50.093Z | Compiling shlex v1.3.0 |
2023 | 2024-02-15T07:33:50.480Z | Compiling rustc-hash v1.1.0 |
2024 | 2024-02-15T07:33:50.643Z | Compiling keccak v0.1.4 |
2025 | 2024-02-15T07:33:51.635Z | Compiling peeking_take_while v0.1.2 |
2026 | 2024-02-15T07:33:51.788Z | Compiling lazycell v1.3.0 |
2027 | 2024-02-15T07:33:51.955Z | Compiling buf-list v1.0.3 |
2028 | 2024-02-15T07:33:52.536Z | Compiling bytecount v0.6.3 |
2029 | 2024-02-15T07:33:52.855Z | Compiling doc-comment v0.3.3 |
2030 | 2024-02-15T07:33:53.512Z | Compiling papergrid v0.11.0 |
2031 | 2024-02-15T07:33:58.482Z | Compiling sha3 v0.10.8 |
2032 | 2024-02-15T07:33:59.053Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2033 | 2024-02-15T07:33:59.269Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2034 | 2024-02-15T07:33:59.366Z | Compiling derive_builder_core v0.12.0 |
2035 | 2024-02-15T07:34:01.706Z | Compiling strip-ansi-escapes v0.2.0 |
2036 | 2024-02-15T07:34:02.451Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2037 | 2024-02-15T07:34:03.530Z | Compiling polar-core v0.27.0 |
2038 | 2024-02-15T07:34:04.807Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2039 | 2024-02-15T07:34:05.043Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2040 | 2024-02-15T07:34:06.146Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2041 | 2024-02-15T07:34:07.921Z | Compiling tabled_derive v0.7.0 |
2042 | 2024-02-15T07:34:09.440Z | Compiling fd-lock v4.0.2 |
2043 | 2024-02-15T07:34:09.608Z | Compiling fd-lock v3.0.13 |
2044 | 2024-02-15T07:34:09.859Z | Compiling headers-core v0.2.0 |
2045 | 2024-02-15T07:34:10.028Z | Compiling universal-hash v0.5.1 |
2046 | 2024-02-15T07:34:10.102Z | Compiling nix v0.27.1 |
2047 | 2024-02-15T07:34:10.232Z | Compiling secrecy v0.8.0 |
2048 | 2024-02-15T07:34:10.263Z | Compiling libxml v0.3.3 |
2049 | 2024-02-15T07:34:10.547Z | Compiling pin-project-internal v1.1.3 |
2050 | 2024-02-15T07:34:10.648Z | Compiling sqlparser_derive v0.2.2 |
2051 | 2024-02-15T07:34:11.752Z | Compiling thiserror-impl-no-std v2.0.2 |
2052 | 2024-02-15T07:34:11.883Z | Compiling curve25519-dalek-derive v0.1.0 |
2053 | 2024-02-15T07:34:12.544Z | Compiling nu-ansi-term v0.49.0 |
2054 | 2024-02-15T07:34:13.309Z | Compiling ref-cast v1.0.20 |
2055 | 2024-02-15T07:34:13.403Z | Compiling opaque-debug v0.3.0 |
2056 | 2024-02-15T07:34:13.793Z | Compiling unicode_categories v0.1.1 |
2057 | 2024-02-15T07:34:13.883Z | Compiling rustyline v13.0.0 |
2058 | 2024-02-15T07:34:13.980Z | Compiling poly1305 v0.8.0 |
2059 | 2024-02-15T07:34:14.172Z | Compiling sqlformat v0.2.3 |
2060 | 2024-02-15T07:34:14.650Z | Compiling thiserror-no-std v2.0.2 |
2061 | 2024-02-15T07:34:14.767Z | Compiling pin-project v1.1.3 |
2062 | 2024-02-15T07:34:15.645Z | Compiling reedline v0.28.0 |
2063 | 2024-02-15T07:34:16.179Z | Compiling sqlparser v0.43.1 |
2064 | 2024-02-15T07:34:17.017Z | Compiling tabled v0.15.0 |
2065 | 2024-02-15T07:34:23.097Z | Compiling headers v0.3.9 |
2066 | 2024-02-15T07:34:23.412Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2067 | 2024-02-15T07:34:25.169Z | Compiling derive_builder_macro v0.12.0 |
2068 | 2024-02-15T07:34:27.978Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2069 | 2024-02-15T07:34:28.666Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2070 | 2024-02-15T07:34:28.986Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2071 | 2024-02-15T07:34:29.292Z | Compiling chacha20 v0.9.1 |
2072 | 2024-02-15T07:34:29.770Z | Compiling aead v0.5.2 |
2073 | 2024-02-15T07:34:30.134Z | Compiling strum_macros v0.24.3 |
2074 | 2024-02-15T07:34:33.777Z | Compiling bcs v0.1.6 |
2075 | 2024-02-15T07:34:34.699Z | Compiling snafu-derive v0.7.5 |
2076 | 2024-02-15T07:34:36.463Z | Compiling ref-cast-impl v1.0.20 |
2077 | 2024-02-15T07:34:37.032Z | Compiling cookie v0.18.0 |
2078 | 2024-02-15T07:34:37.049Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2079 | 2024-02-15T07:34:37.358Z | Compiling fs-err v2.11.0 |
2080 | 2024-02-15T07:34:37.370Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2081 | 2024-02-15T07:34:37.607Z | Compiling indoc v1.0.9 |
2082 | 2024-02-15T07:34:37.687Z | Compiling salty v0.2.0 |
2083 | 2024-02-15T07:34:37.692Z | Compiling highway v1.1.0 |
2084 | 2024-02-15T07:34:38.128Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2085 | 2024-02-15T07:34:38.461Z | Compiling signature v1.6.4 |
2086 | 2024-02-15T07:34:38.636Z | Compiling ed25519 v1.5.3 |
2087 | 2024-02-15T07:34:38.970Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2088 | 2024-02-15T07:34:39.627Z | Compiling chacha20poly1305 v0.10.1 |
2089 | 2024-02-15T07:34:39.859Z | Compiling snafu v0.7.5 |
2090 | 2024-02-15T07:34:39.890Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2091 | 2024-02-15T07:34:41.404Z | Compiling derive_builder v0.12.0 |
2092 | 2024-02-15T07:34:42.632Z | Compiling vsss-rs v3.3.4 |
2093 | 2024-02-15T07:34:47.863Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2094 | 2024-02-15T07:34:48.170Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2095 | 2024-02-15T07:34:48.534Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2096 | 2024-02-15T07:34:48.624Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2097 | 2024-02-15T07:34:48.646Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2098 | 2024-02-15T07:34:48.839Z | Compiling globset v0.4.13 |
2099 | 2024-02-15T07:34:52.854Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2100 | 2024-02-15T07:34:54.080Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2101 | 2024-02-15T07:34:56.081Z | Compiling olpc-cjson v0.1.3 |
2102 | 2024-02-15T07:34:56.330Z | Compiling bb8 v0.8.3 |
2103 | 2024-02-15T07:34:56.660Z | Compiling quick-xml v0.30.0 |
2104 | 2024-02-15T07:34:56.932Z | Compiling serde_plain v1.0.2 |
2105 | 2024-02-15T07:34:56.974Z | Compiling serde-big-array v0.5.1 |
2106 | 2024-02-15T07:34:57.232Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2107 | 2024-02-15T07:34:57.484Z | Compiling async-recursion v1.0.5 |
2108 | 2024-02-15T07:34:57.846Z | Compiling oso-derive v0.27.0 |
2109 | 2024-02-15T07:34:58.108Z | Compiling impl-trait-for-tuples v0.2.2 |
2110 | 2024-02-15T07:34:58.194Z | Compiling maplit v1.0.2 |
2111 | 2024-02-15T07:34:58.308Z | Compiling http-range v0.1.5 |
2112 | 2024-02-15T07:34:58.520Z | Compiling typed-path v0.7.0 |
2113 | 2024-02-15T07:34:58.909Z | Compiling hyper-staticfile v0.9.5 |
2114 | 2024-02-15T07:35:01.105Z | Compiling tough v0.16.0 |
2115 | 2024-02-15T07:35:02.867Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2116 | 2024-02-15T07:35:06.144Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2117 | 2024-02-15T07:35:08.284Z | Compiling oso v0.27.0 |
2118 | 2024-02-15T07:35:10.667Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2119 | 2024-02-15T07:35:23.243Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2120 | 2024-02-15T07:35:40.736Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2121 | 2024-02-15T07:35:41.321Z | Compiling signal-hook-tokio v0.3.1 |
2122 | 2024-02-15T07:35:41.541Z | Compiling serde-big-array v0.4.1 |
2123 | 2024-02-15T07:35:41.598Z | Compiling parse-size v1.0.0 |
2124 | 2024-02-15T07:35:41.743Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2125 | 2024-02-15T07:35:41.896Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2126 | 2024-02-15T07:35:42.825Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2127 | 2024-02-15T07:35:43.503Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2128 | 2024-02-15T07:35:45.178Z | Compiling castaway v0.2.2 |
2129 | 2024-02-15T07:35:45.350Z | Compiling corncobs v0.1.3 |
2130 | 2024-02-15T07:35:45.823Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2131 | 2024-02-15T07:35:46.631Z | Compiling compact_str v0.7.1 |
2132 | 2024-02-15T07:35:48.363Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2133 | 2024-02-15T07:35:54.096Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2134 | 2024-02-15T07:35:57.210Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2135 | 2024-02-15T07:35:57.700Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2136 | 2024-02-15T07:35:58.026Z | Compiling lru v0.12.1 |
2137 | 2024-02-15T07:35:58.770Z | Compiling stability v0.1.1 |
2138 | 2024-02-15T07:35:59.376Z | Compiling cassowary v0.3.0 |
2139 | 2024-02-15T07:36:03.131Z | Compiling indoc v2.0.3 |
2140 | 2024-02-15T07:36:04.148Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2141 | 2024-02-15T07:36:04.172Z | Compiling ratatui v0.26.1 |
2142 | 2024-02-15T07:36:09.852Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2143 | 2024-02-15T07:36:11.623Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2144 | 2024-02-15T07:36:12.092Z | Compiling rcgen v0.12.1 |
2145 | 2024-02-15T07:36:24.119Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2146 | 2024-02-15T07:36:24.380Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2147 | 2024-02-15T07:36:24.724Z | Compiling atomicwrites v0.4.3 |
2148 | 2024-02-15T07:36:25.249Z | Compiling subprocess v0.2.9 |
2149 | 2024-02-15T07:36:30.821Z | Compiling smawk v0.3.1 |
2150 | 2024-02-15T07:36:31.081Z | Compiling unicode-linebreak v0.1.5 |
2151 | 2024-02-15T07:36:31.656Z | Compiling textwrap v0.16.0 |
2152 | 2024-02-15T07:36:35.573Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2153 | 2024-02-15T07:36:41.952Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2154 | 2024-02-15T07:36:43.891Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2155 | 2024-02-15T07:36:51.551Z | Compiling fatfs v0.3.6 |
2156 | 2024-02-15T07:36:51.559Z | Compiling nanorand v0.7.0 |
2157 | 2024-02-15T07:36:52.366Z | Compiling rtoolbox v0.0.1 |
2158 | 2024-02-15T07:36:52.806Z | Compiling assert_matches v1.5.0 |
2159 | 2024-02-15T07:36:52.907Z | Compiling is_ci v1.1.1 |
2160 | 2024-02-15T07:36:53.211Z | Compiling humantime v2.1.0 |
2161 | 2024-02-15T07:36:54.105Z | Compiling supports-color v2.1.0 |
2162 | 2024-02-15T07:36:54.810Z | Compiling rpassword v7.3.1 |
2163 | 2024-02-15T07:36:54.950Z | Compiling flume v0.11.0 |
2164 | 2024-02-15T07:36:55.234Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2165 | 2024-02-15T07:36:55.852Z | Compiling tui-tree-widget v0.17.0 |
2166 | 2024-02-15T07:36:56.257Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2167 | 2024-02-15T07:36:57.919Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2168 | 2024-02-15T07:36:58.249Z | Compiling toml_edit v0.21.1 |
2169 | 2024-02-15T07:37:07.466Z | Compiling csv-core v0.1.11 |
2170 | 2024-02-15T07:37:08.445Z | Compiling shell-words v1.1.0 |
2171 | 2024-02-15T07:37:09.274Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2172 | 2024-02-15T07:37:21.715Z | Compiling csv v1.3.0 |
2173 | 2024-02-15T07:37:24.073Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2174 | 2024-02-15T07:37:45.098Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2175 | 2024-02-15T07:37:58.538Z | Compiling multimap v0.8.3 |
2176 | 2024-02-15T07:39:04.091Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2177 | 2024-02-15T07:39:15.546Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2178 | 2024-02-15T07:39:17.411Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2179 | 2024-02-15T07:45:47.219Z | Finished release [optimized] target(s) in 13m 48s |
2180 | 2024-02-15T07:46:57.237Z | |
2181 | 2024-02-15T07:46:57.658Z | real 14:59.420238768 |
2182 | 2024-02-15T07:46:57.658Z | user 1:42:50.747560928 |
2183 | 2024-02-15T07:46:57.658Z | sys 4:24.530266259 |
2184 | 2024-02-15T07:46:57.658Z | trap 2.462035932 |
2185 | 2024-02-15T07:46:57.658Z | tflt 1.653359982 |
2186 | 2024-02-15T07:46:57.658Z | dflt 3.043710980 |
2187 | 2024-02-15T07:46:57.658Z | kflt 0.055954026 |
2188 | 2024-02-15T07:46:57.658Z | lock 6:24:38.827963351 |
2189 | 2024-02-15T07:46:57.658Z | slp 3:58:56.814701390 |
2190 | 2024-02-15T07:46:57.659Z | lat 2:17.127673201 |
2191 | 2024-02-15T07:46:57.659Z | stop 52.807388756 |
2192 | 2024-02-15T07:46:57.659Z | + 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/*) |
2193 | 2024-02-15T07:46:57.659Z | + pfexec mkdir -p /work |
2194 | 2024-02-15T07:46:57.659Z | + pfexec chown build /work |
2195 | 2024-02-15T07:46:57.659Z | + 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 |
2196 | 2024-02-15T07:47:07.347Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2197 | 2024-02-15T07:47:07.347Z | a out/mg-ddm-gz.tar 67684K |
2198 | 2024-02-15T07:47:07.347Z | a out/omicron-sled-agent.tar 120029K |
2199 | 2024-02-15T07:47:07.347Z | a out/oxlog.tar 8186K |
2200 | 2024-02-15T07:47:07.348Z | a out/target/test 1K |
2201 | 2024-02-15T07:47:07.348Z | a out/npuzone/npuzone 36313K |
2202 | 2024-02-15T07:47:07.348Z | a package-manifest.toml 24K |
2203 | 2024-02-15T07:47:07.348Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2204 | 2024-02-15T07:47:07.348Z | a target/release/omicron-package 44758K |
2205 | 2024-02-15T07:47:07.348Z | a tools/create_virtual_hardware.sh 4K |
2206 | 2024-02-15T07:47:07.348Z | a tools/virtual_hardware.sh 4K |
2207 | 2024-02-15T07:47:07.348Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2208 | 2024-02-15T07:47:07.348Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2209 | 2024-02-15T07:47:07.348Z | a tools/scrimlet/softnpu-init.sh 3K |
2210 | 2024-02-15T07:47:07.348Z | a tools/scrimlet/softnpu-zone.txt 1K |
2211 | 2024-02-15T07:47:07.348Z | a tools/scrimlet/softnpu.toml 1K |
2212 | 2024-02-15T07:47:07.359Z | |
2213 | 2024-02-15T07:47:07.359Z | real 10.105757490 |
2214 | 2024-02-15T07:47:07.359Z | user 9.756405663 |
2215 | 2024-02-15T07:47:07.359Z | sys 0.707144571 |
2216 | 2024-02-15T07:47:07.359Z | trap 0.001654127 |
2217 | 2024-02-15T07:47:07.359Z | tflt 0.000000000 |
2218 | 2024-02-15T07:47:07.359Z | dflt 0.000000000 |
2219 | 2024-02-15T07:47:07.359Z | kflt 0.000000000 |
2220 | 2024-02-15T07:47:07.359Z | lock 0.000000000 |
2221 | 2024-02-15T07:47:07.359Z | slp 9.513789150 |
2222 | 2024-02-15T07:47:07.359Z | lat 0.229477339 |
2223 | 2024-02-15T07:47:07.360Z | stop 0.000178129 |
2224 | 2024-02-15T07:47:07.360Z | ++ pwd |
2225 | 2024-02-15T07:47:07.360Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2226 | 2024-02-15T07:47:07.360Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2227 | 2024-02-15T07:47:07.360Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2228 | 2024-02-15T07:47:08.094Z | Finished release [optimized] target(s) in 0.68s |
2229 | 2024-02-15T07:47:08.119Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2230 | 2024-02-15T07:47:08.157Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2231 | 2024-02-15T07:47:08.161Z | Created new build target 'host' and set it as active |
2232 | 2024-02-15T07:47:08.161Z | |
2233 | 2024-02-15T07:47:08.161Z | real 0.798023773 |
2234 | 2024-02-15T07:47:08.161Z | user 0.542116105 |
2235 | 2024-02-15T07:47:08.161Z | sys 0.256384363 |
2236 | 2024-02-15T07:47:08.162Z | trap 0.000065723 |
2237 | 2024-02-15T07:47:08.162Z | tflt 0.000003570 |
2238 | 2024-02-15T07:47:08.162Z | dflt 0.000002110 |
2239 | 2024-02-15T07:47:08.162Z | kflt 0.000000000 |
2240 | 2024-02-15T07:47:08.162Z | lock 0.025313655 |
2241 | 2024-02-15T07:47:08.162Z | slp 0.016144101 |
2242 | 2024-02-15T07:47:08.162Z | lat 0.000893840 |
2243 | 2024-02-15T07:47:08.162Z | stop 0.000148906 |
2244 | 2024-02-15T07:47:08.162Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2245 | 2024-02-15T07:47:08.864Z | Finished release [optimized] target(s) in 0.65s |
2246 | 2024-02-15T07:47:08.886Z | Running `target/release/omicron-package -t host package` |
2247 | 2024-02-15T07:47:08.925Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2248 | 2024-02-15T07:47:09.658Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2249 | 2024-02-15T07:47:24.451Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2250 | 2024-02-15T07:48:37.690Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2251 | 2024-02-15T07:50:07.219Z | Finished release [optimized] target(s) in 2m 56s |
2252 | 2024-02-15T07:50:51.646Z | |
2253 | 2024-02-15T07:50:51.656Z | real 3:43.479973894 |
2254 | 2024-02-15T07:50:51.656Z | user 18:26.383272135 |
2255 | 2024-02-15T07:50:51.656Z | sys 45.410559557 |
2256 | 2024-02-15T07:50:51.656Z | trap 0.367180112 |
2257 | 2024-02-15T07:50:51.656Z | tflt 0.091561224 |
2258 | 2024-02-15T07:50:51.656Z | dflt 4.904124376 |
2259 | 2024-02-15T07:50:51.656Z | kflt 0.108683328 |
2260 | 2024-02-15T07:50:51.656Z | lock 1:32:27.248423274 |
2261 | 2024-02-15T07:50:51.656Z | slp 19:23.220320928 |
2262 | 2024-02-15T07:50:51.656Z | lat 8.854215866 |
2263 | 2024-02-15T07:50:51.656Z | stop 3.549294460 |
2264 | 2024-02-15T07:50:51.656Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2265 | 2024-02-15T07:50:51.656Z | + for package in "$@" |
2266 | 2024-02-15T07:50:51.656Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2267 | 2024-02-15T07:50:51.657Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git4667ac76836 |
2268 | 2024-02-15T07:50:52.826Z | Finished release [optimized] target(s) in 0.66s |
2269 | 2024-02-15T07:50:52.854Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git4667ac76836` |
2270 | 2024-02-15T07:50:52.855Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2271 | 2024-02-15T07:50:52.855Z | Created: out/versioned/omicron-sled-agent.tar |
2272 | 2024-02-15T07:50:52.855Z | + for package in "$@" |
2273 | 2024-02-15T07:50:52.855Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2274 | 2024-02-15T07:50:52.856Z | + echo 0.0.0 |
2275 | 2024-02-15T07:50:52.856Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2276 | 2024-02-15T07:50:52.856Z | a VERSION 1K |
2277 | 2024-02-15T07:50:52.856Z | + rm VERSION |
2278 | 2024-02-15T07:50:52.856Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git4667ac76836 |
2279 | 2024-02-15T07:50:53.314Z | Finished release [optimized] target(s) in 0.62s |
2280 | 2024-02-15T07:50:53.336Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git4667ac76836` |
2281 | 2024-02-15T07:50:53.367Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2282 | 2024-02-15T07:50:54.219Z | Created: out/versioned/mg-ddm-gz.tar |
2283 | 2024-02-15T07:50:54.220Z | + for package in "$@" |
2284 | 2024-02-15T07:50:54.220Z | + [[ propolis-server == mg-ddm-gz ]] |
2285 | 2024-02-15T07:50:54.220Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git4667ac76836 |
2286 | 2024-02-15T07:50:55.090Z | Finished release [optimized] target(s) in 0.63s |
2287 | 2024-02-15T07:50:55.090Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git4667ac76836` |
2288 | 2024-02-15T07:50:55.090Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2289 | 2024-02-15T07:50:55.284Z | Created: out/versioned/propolis-server.tar.gz |
2290 | 2024-02-15T07:50:55.297Z | + for package in "$@" |
2291 | 2024-02-15T07:50:55.297Z | + [[ overlay == mg-ddm-gz ]] |
2292 | 2024-02-15T07:50:55.297Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git4667ac76836 |
2293 | 2024-02-15T07:50:56.035Z | Finished release [optimized] target(s) in 0.67s |
2294 | 2024-02-15T07:50:56.078Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git4667ac76836` |
2295 | 2024-02-15T07:50:56.078Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2296 | 2024-02-15T07:50:56.078Z | Created: out/versioned/overlay.tar.gz |
2297 | 2024-02-15T07:50:56.078Z | + for package in "$@" |
2298 | 2024-02-15T07:50:56.079Z | + [[ oxlog == mg-ddm-gz ]] |
2299 | 2024-02-15T07:50:56.079Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git4667ac76836 |
2300 | 2024-02-15T07:50:56.780Z | Finished release [optimized] target(s) in 0.66s |
2301 | 2024-02-15T07:50:56.806Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git4667ac76836` |
2302 | 2024-02-15T07:50:56.828Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2303 | 2024-02-15T07:50:56.859Z | Created: out/versioned/oxlog.tar |
2304 | 2024-02-15T07:50:56.859Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2305 | 2024-02-15T07:50:56.901Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2306 | 2024-02-15T07:50:56.901Z | ++ cd -- ./tools |
2307 | 2024-02-15T07:50:56.901Z | ++ pwd |
2308 | 2024-02-15T07:50:56.901Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2309 | 2024-02-15T07:50:56.901Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2310 | 2024-02-15T07:50:56.901Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2311 | 2024-02-15T07:50:56.901Z | ++ readlink -f /work |
2312 | 2024-02-15T07:50:56.901Z | + out_dir=/work |
2313 | 2024-02-15T07:50:56.901Z | + 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") |
2314 | 2024-02-15T07:50:56.901Z | + for dep in "${deps[@]}" |
2315 | 2024-02-15T07:50:56.902Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2316 | 2024-02-15T07:50:56.902Z | + for dep in "${deps[@]}" |
2317 | 2024-02-15T07:50:56.902Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2318 | 2024-02-15T07:50:56.902Z | + for dep in "${deps[@]}" |
2319 | 2024-02-15T07:50:56.902Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2320 | 2024-02-15T07:50:56.902Z | + for dep in "${deps[@]}" |
2321 | 2024-02-15T07:50:56.902Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2322 | 2024-02-15T07:50:56.903Z | + for dep in "${deps[@]}" |
2323 | 2024-02-15T07:50:56.903Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2324 | 2024-02-15T07:50:56.903Z | ++ mktemp -d |
2325 | 2024-02-15T07:50:56.903Z | + tmp_gz=/tmp/tmp.xzaiVh |
2326 | 2024-02-15T07:50:56.903Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2327 | 2024-02-15T07:50:56.903Z | + echo '{"v":"1","t":"layer"}' |
2328 | 2024-02-15T07:50:56.903Z | + pkg_dir=/tmp/tmp.xzaiVh/root/opt/oxide/sled-agent |
2329 | 2024-02-15T07:50:56.904Z | + mkdir -p /tmp/tmp.xzaiVh/root/opt/oxide/sled-agent |
2330 | 2024-02-15T07:50:56.904Z | + cd /tmp/tmp.xzaiVh/root/opt/oxide/sled-agent |
2331 | 2024-02-15T07:50:56.904Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2332 | 2024-02-15T07:50:56.957Z | x ., 0 bytes, 0 tape blocks |
2333 | 2024-02-15T07:50:56.957Z | x zone-bundle, 41877264 bytes, 81792 tape blocks |
2334 | 2024-02-15T07:50:56.958Z | x sled-agent, 81019936 bytes, 158243 tape blocks |
2335 | 2024-02-15T07:50:56.958Z | x pkg, 0 bytes, 0 tape blocks |
2336 | 2024-02-15T07:50:56.958Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2337 | 2024-02-15T07:50:56.958Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2338 | 2024-02-15T07:50:56.958Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2339 | 2024-02-15T07:50:56.958Z | x VERSION, 25 bytes, 1 tape blocks |
2340 | 2024-02-15T07:50:56.993Z | + mkdir -p /tmp/tmp.xzaiVh/root/lib/svc/manifest/site/ |
2341 | 2024-02-15T07:50:56.993Z | + mv pkg/manifest.xml /tmp/tmp.xzaiVh/root/lib/svc/manifest/site/sled-agent.xml |
2342 | 2024-02-15T07:50:56.993Z | + cd - |
2343 | 2024-02-15T07:50:56.993Z | /work/oxidecomputer/omicron |
2344 | 2024-02-15T07:50:56.993Z | + pkg_dir=/tmp/tmp.xzaiVh/root/opt/oxide/mg-ddm |
2345 | 2024-02-15T07:50:56.993Z | + mkdir -p /tmp/tmp.xzaiVh/root/opt/oxide/mg-ddm |
2346 | 2024-02-15T07:50:56.993Z | + cd /tmp/tmp.xzaiVh/root/opt/oxide/mg-ddm |
2347 | 2024-02-15T07:50:56.993Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2348 | 2024-02-15T07:50:57.026Z | x ., 0 bytes, 0 tape blocks |
2349 | 2024-02-15T07:50:57.026Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2350 | 2024-02-15T07:50:57.026Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2351 | 2024-02-15T07:50:57.026Z | x pkg, 0 bytes, 0 tape blocks |
2352 | 2024-02-15T07:50:57.026Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2353 | 2024-02-15T07:50:57.026Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2354 | 2024-02-15T07:50:57.026Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2355 | 2024-02-15T07:50:57.026Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2356 | 2024-02-15T07:50:57.026Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2357 | 2024-02-15T07:50:57.026Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2358 | 2024-02-15T07:50:57.026Z | x VERSION, 25 bytes, 1 tape blocks |
2359 | 2024-02-15T07:50:57.036Z | + cd - |
2360 | 2024-02-15T07:50:57.036Z | /work/oxidecomputer/omicron |
2361 | 2024-02-15T07:50:57.037Z | + pkg_dir=/tmp/tmp.xzaiVh/root/opt/oxide/oxlog |
2362 | 2024-02-15T07:50:57.037Z | + mkdir -p /tmp/tmp.xzaiVh/root/opt/oxide/oxlog |
2363 | 2024-02-15T07:50:57.037Z | + cd /tmp/tmp.xzaiVh/root/opt/oxide/oxlog |
2364 | 2024-02-15T07:50:57.037Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2365 | 2024-02-15T07:50:57.037Z | x ., 0 bytes, 0 tape blocks |
2366 | 2024-02-15T07:50:57.037Z | x oxlog, 8379592 bytes, 16367 tape blocks |
2367 | 2024-02-15T07:50:57.038Z | x VERSION, 25 bytes, 1 tape blocks |
2368 | 2024-02-15T07:50:57.038Z | + cd - |
2369 | 2024-02-15T07:50:57.039Z | /work/oxidecomputer/omicron |
2370 | 2024-02-15T07:50:57.039Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.xzaiVh/root/opt/oxide |
2371 | 2024-02-15T07:50:57.115Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.xzaiVh/root/opt/oxide |
2372 | 2024-02-15T07:50:57.147Z | + cd /tmp/tmp.xzaiVh |
2373 | 2024-02-15T07:50:57.147Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2374 | 2024-02-15T07:51:05.894Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2375 | 2024-02-15T07:51:05.894Z | a oxide.json 1K |
2376 | 2024-02-15T07:51:05.894Z | a root/ 0K |
2377 | 2024-02-15T07:51:05.894Z | a root/opt/ 0K |
2378 | 2024-02-15T07:51:05.894Z | a root/opt/oxide/ 0K |
2379 | 2024-02-15T07:51:05.894Z | a root/opt/oxide/sled-agent/ 0K |
2380 | 2024-02-15T07:51:05.894Z | a root/opt/oxide/sled-agent/zone-bundle 40896K |
2381 | 2024-02-15T07:51:05.894Z | a root/opt/oxide/sled-agent/sled-agent 79122K |
2382 | 2024-02-15T07:51:05.894Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2383 | 2024-02-15T07:51:05.894Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2384 | 2024-02-15T07:51:05.894Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2385 | 2024-02-15T07:51:05.894Z | a root/opt/oxide/sled-agent/VERSION 1K |
2386 | 2024-02-15T07:51:05.894Z | a root/opt/oxide/mg-ddm/ 0K |
2387 | 2024-02-15T07:51:05.895Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2388 | 2024-02-15T07:51:05.895Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2389 | 2024-02-15T07:51:05.895Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2390 | 2024-02-15T07:51:05.895Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2391 | 2024-02-15T07:51:05.895Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2392 | 2024-02-15T07:51:05.895Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2393 | 2024-02-15T07:51:05.895Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2394 | 2024-02-15T07:51:05.895Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2395 | 2024-02-15T07:51:05.895Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2396 | 2024-02-15T07:51:05.895Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2397 | 2024-02-15T07:51:05.895Z | a root/opt/oxide/oxlog/ 0K |
2398 | 2024-02-15T07:51:05.895Z | a root/opt/oxide/oxlog/oxlog 8184K |
2399 | 2024-02-15T07:51:05.895Z | a root/opt/oxide/oxlog/VERSION 1K |
2400 | 2024-02-15T07:51:05.896Z | a root/opt/oxide/propolis-server.tar.gz 64543K |
2401 | 2024-02-15T07:51:05.896Z | a root/opt/oxide/overlay.tar.gz 3K |
2402 | 2024-02-15T07:51:05.896Z | a root/lib/ 0K |
2403 | 2024-02-15T07:51:05.896Z | a root/lib/svc/ 0K |
2404 | 2024-02-15T07:51:05.896Z | a root/lib/svc/manifest/ 0K |
2405 | 2024-02-15T07:51:05.896Z | a root/lib/svc/manifest/site/ 0K |
2406 | 2024-02-15T07:51:05.896Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2407 | 2024-02-15T07:51:06.460Z | + cd / |
2408 | 2024-02-15T07:51:06.460Z | + rm -rf /tmp/tmp.xzaiVh |
2409 | 2024-02-15T07:51:06.460Z | |
2410 | 2024-02-15T07:51:06.460Z | real 9.035697089 |
2411 | 2024-02-15T07:51:06.460Z | user 8.469781220 |
2412 | 2024-02-15T07:51:06.460Z | sys 0.597233828 |
2413 | 2024-02-15T07:51:06.460Z | trap 0.001358981 |
2414 | 2024-02-15T07:51:06.460Z | tflt 0.000000000 |
2415 | 2024-02-15T07:51:06.460Z | dflt 0.000000000 |
2416 | 2024-02-15T07:51:06.460Z | kflt 0.000000000 |
2417 | 2024-02-15T07:51:06.460Z | lock 0.000000000 |
2418 | 2024-02-15T07:51:06.461Z | slp 17.524516197 |
2419 | 2024-02-15T07:51:06.461Z | lat 0.205284402 |
2420 | 2024-02-15T07:51:06.461Z | stop 0.000210917 |
2421 | 2024-02-15T07:51:06.461Z | + mkdir -p /work/zones |
2422 | 2024-02-15T07:51:06.461Z | + 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) |
2423 | 2024-02-15T07:51:06.461Z | + 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/ |
2424 | 2024-02-15T07:51:09.618Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2425 | 2024-02-15T07:51:09.755Z | Finished release [optimized] target(s) in 0.68s |
2426 | 2024-02-15T07:51:09.755Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2427 | 2024-02-15T07:51:09.755Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2428 | 2024-02-15T07:51:09.755Z | Created new build target 'recovery' and set it as active |
2429 | 2024-02-15T07:51:09.755Z | |
2430 | 2024-02-15T07:51:09.755Z | real 0.794477428 |
2431 | 2024-02-15T07:51:09.755Z | user 0.539933141 |
2432 | 2024-02-15T07:51:09.756Z | sys 0.253180159 |
2433 | 2024-02-15T07:51:09.756Z | trap 0.000545430 |
2434 | 2024-02-15T07:51:09.756Z | tflt 0.000007490 |
2435 | 2024-02-15T07:51:09.756Z | dflt 0.000037761 |
2436 | 2024-02-15T07:51:09.756Z | kflt 0.000000000 |
2437 | 2024-02-15T07:51:09.756Z | lock 0.023959216 |
2438 | 2024-02-15T07:51:09.756Z | slp 0.015256831 |
2439 | 2024-02-15T07:51:09.756Z | lat 0.002889355 |
2440 | 2024-02-15T07:51:09.756Z | stop 0.000153004 |
2441 | 2024-02-15T07:51:09.756Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2442 | 2024-02-15T07:51:10.108Z | Finished release [optimized] target(s) in 0.65s |
2443 | 2024-02-15T07:51:10.251Z | Running `target/release/omicron-package -t recovery package` |
2444 | 2024-02-15T07:51:10.362Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2445 | 2024-02-15T07:51:10.582Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2446 | 2024-02-15T07:51:13.160Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2447 | 2024-02-15T07:51:34.005Z | Finished release [optimized] target(s) in 24.02s |
2448 | 2024-02-15T07:51:57.302Z | |
2449 | 2024-02-15T07:51:57.310Z | real 48.123831680 |
2450 | 2024-02-15T07:51:57.310Z | user 1:45.217445967 |
2451 | 2024-02-15T07:51:57.310Z | sys 8.154147314 |
2452 | 2024-02-15T07:51:57.310Z | trap 0.072658239 |
2453 | 2024-02-15T07:51:57.310Z | tflt 0.074873092 |
2454 | 2024-02-15T07:51:57.310Z | dflt 0.448334515 |
2455 | 2024-02-15T07:51:57.310Z | kflt 0.000007660 |
2456 | 2024-02-15T07:51:57.310Z | lock 14:17.115928000 |
2457 | 2024-02-15T07:51:57.310Z | slp 1:56.138668384 |
2458 | 2024-02-15T07:51:57.310Z | lat 1.585558129 |
2459 | 2024-02-15T07:51:57.310Z | stop 0.504671134 |
2460 | 2024-02-15T07:51:57.310Z | + stamp_packages installinator mg-ddm-gz |
2461 | 2024-02-15T07:51:57.310Z | + for package in "$@" |
2462 | 2024-02-15T07:51:57.310Z | + [[ installinator == mg-ddm-gz ]] |
2463 | 2024-02-15T07:51:57.310Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git4667ac76836 |
2464 | 2024-02-15T07:51:58.418Z | Finished release [optimized] target(s) in 0.65s |
2465 | 2024-02-15T07:51:58.884Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git4667ac76836` |
2466 | 2024-02-15T07:51:58.885Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2467 | 2024-02-15T07:51:58.885Z | Created: out/versioned/installinator.tar |
2468 | 2024-02-15T07:51:58.885Z | + for package in "$@" |
2469 | 2024-02-15T07:51:58.885Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2470 | 2024-02-15T07:51:58.885Z | + echo 0.0.0 |
2471 | 2024-02-15T07:51:58.886Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2472 | 2024-02-15T07:51:58.886Z | a VERSION 1K |
2473 | 2024-02-15T07:51:58.887Z | + rm VERSION |
2474 | 2024-02-15T07:51:58.887Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git4667ac76836 |
2475 | 2024-02-15T07:51:58.901Z | Finished release [optimized] target(s) in 0.64s |
2476 | 2024-02-15T07:51:58.901Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git4667ac76836` |
2477 | 2024-02-15T07:51:58.916Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2478 | 2024-02-15T07:51:59.031Z | Created: out/versioned/mg-ddm-gz.tar |
2479 | 2024-02-15T07:51:59.068Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2480 | 2024-02-15T07:51:59.068Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2481 | 2024-02-15T07:51:59.068Z | ++ cd -- ./tools |
2482 | 2024-02-15T07:51:59.068Z | ++ pwd |
2483 | 2024-02-15T07:51:59.068Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2484 | 2024-02-15T07:51:59.068Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2485 | 2024-02-15T07:51:59.068Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2486 | 2024-02-15T07:51:59.068Z | ++ readlink -f /work |
2487 | 2024-02-15T07:51:59.068Z | + out_dir=/work |
2488 | 2024-02-15T07:51:59.069Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2489 | 2024-02-15T07:51:59.069Z | + for dep in "${deps[@]}" |
2490 | 2024-02-15T07:51:59.069Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2491 | 2024-02-15T07:51:59.069Z | + for dep in "${deps[@]}" |
2492 | 2024-02-15T07:51:59.069Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2493 | 2024-02-15T07:51:59.069Z | ++ mktemp -d |
2494 | 2024-02-15T07:51:59.069Z | + tmp_trampoline=/tmp/tmp..KaWZh |
2495 | 2024-02-15T07:51:59.069Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2496 | 2024-02-15T07:51:59.069Z | + echo '{"v":"1","t":"layer"}' |
2497 | 2024-02-15T07:51:59.069Z | + pkg_dir=/tmp/tmp..KaWZh/root/opt/oxide/installinator |
2498 | 2024-02-15T07:51:59.069Z | + mkdir -p /tmp/tmp..KaWZh/root/opt/oxide/installinator |
2499 | 2024-02-15T07:51:59.069Z | + cd /tmp/tmp..KaWZh/root/opt/oxide/installinator |
2500 | 2024-02-15T07:51:59.069Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2501 | 2024-02-15T07:51:59.102Z | x ., 0 bytes, 0 tape blocks |
2502 | 2024-02-15T07:51:59.103Z | x installinator, 55241976 bytes, 107895 tape blocks |
2503 | 2024-02-15T07:51:59.103Z | x pkg, 0 bytes, 0 tape blocks |
2504 | 2024-02-15T07:51:59.103Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2505 | 2024-02-15T07:51:59.103Z | x VERSION, 25 bytes, 1 tape blocks |
2506 | 2024-02-15T07:51:59.114Z | + mkdir -p /tmp/tmp..KaWZh/root/lib/svc/manifest/site/ |
2507 | 2024-02-15T07:51:59.114Z | + mv pkg/manifest.xml /tmp/tmp..KaWZh/root/lib/svc/manifest/site/installinator.xml |
2508 | 2024-02-15T07:51:59.114Z | + cd - |
2509 | 2024-02-15T07:51:59.114Z | /work/oxidecomputer/omicron |
2510 | 2024-02-15T07:51:59.114Z | + pkg_dir=/tmp/tmp..KaWZh/root/opt/oxide/mg-ddm |
2511 | 2024-02-15T07:51:59.114Z | + mkdir -p /tmp/tmp..KaWZh/root/opt/oxide/mg-ddm |
2512 | 2024-02-15T07:51:59.114Z | + cd /tmp/tmp..KaWZh/root/opt/oxide/mg-ddm |
2513 | 2024-02-15T07:51:59.114Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2514 | 2024-02-15T07:51:59.173Z | x ., 0 bytes, 0 tape blocks |
2515 | 2024-02-15T07:51:59.173Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2516 | 2024-02-15T07:51:59.173Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2517 | 2024-02-15T07:51:59.174Z | x pkg, 0 bytes, 0 tape blocks |
2518 | 2024-02-15T07:51:59.174Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2519 | 2024-02-15T07:51:59.174Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2520 | 2024-02-15T07:51:59.174Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2521 | 2024-02-15T07:51:59.174Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2522 | 2024-02-15T07:51:59.174Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2523 | 2024-02-15T07:51:59.174Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2524 | 2024-02-15T07:51:59.174Z | x VERSION, 25 bytes, 1 tape blocks |
2525 | 2024-02-15T07:51:59.181Z | + cd - |
2526 | 2024-02-15T07:51:59.181Z | /work/oxidecomputer/omicron |
2527 | 2024-02-15T07:51:59.181Z | + cd /tmp/tmp..KaWZh |
2528 | 2024-02-15T07:51:59.181Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2529 | 2024-02-15T07:52:03.821Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2530 | 2024-02-15T07:52:03.821Z | a oxide.json 1K |
2531 | 2024-02-15T07:52:03.821Z | a root/ 0K |
2532 | 2024-02-15T07:52:03.821Z | a root/opt/ 0K |
2533 | 2024-02-15T07:52:03.821Z | a root/opt/oxide/ 0K |
2534 | 2024-02-15T07:52:03.821Z | a root/opt/oxide/installinator/ 0K |
2535 | 2024-02-15T07:52:03.821Z | a root/opt/oxide/installinator/installinator 53948K |
2536 | 2024-02-15T07:52:03.821Z | a root/opt/oxide/installinator/pkg/ 0K |
2537 | 2024-02-15T07:52:03.821Z | a root/opt/oxide/installinator/VERSION 1K |
2538 | 2024-02-15T07:52:03.821Z | a root/opt/oxide/mg-ddm/ 0K |
2539 | 2024-02-15T07:52:03.821Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2540 | 2024-02-15T07:52:03.821Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2541 | 2024-02-15T07:52:03.821Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2542 | 2024-02-15T07:52:03.821Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2543 | 2024-02-15T07:52:03.821Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2544 | 2024-02-15T07:52:03.821Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2545 | 2024-02-15T07:52:03.821Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2546 | 2024-02-15T07:52:03.821Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2547 | 2024-02-15T07:52:03.821Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2548 | 2024-02-15T07:52:03.822Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2549 | 2024-02-15T07:52:03.822Z | a root/lib/ 0K |
2550 | 2024-02-15T07:52:03.822Z | a root/lib/svc/ 0K |
2551 | 2024-02-15T07:52:03.822Z | a root/lib/svc/manifest/ 0K |
2552 | 2024-02-15T07:52:03.822Z | a root/lib/svc/manifest/site/ 0K |
2553 | 2024-02-15T07:52:03.822Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2554 | 2024-02-15T07:52:03.829Z | + cd / |
2555 | 2024-02-15T07:52:03.829Z | + rm -rf /tmp/tmp..KaWZh |
2556 | 2024-02-15T07:52:03.839Z | |
2557 | 2024-02-15T07:52:03.843Z | real 4.801041630 |
2558 | 2024-02-15T07:52:03.843Z | user 4.532973624 |
2559 | 2024-02-15T07:52:03.843Z | sys 0.280589775 |
2560 | 2024-02-15T07:52:03.844Z | trap 0.000643903 |
2561 | 2024-02-15T07:52:03.844Z | tflt 0.000000000 |
2562 | 2024-02-15T07:52:03.844Z | dflt 0.000000000 |
2563 | 2024-02-15T07:52:03.844Z | kflt 0.000000000 |
2564 | 2024-02-15T07:52:03.844Z | lock 0.000000000 |
2565 | 2024-02-15T07:52:03.844Z | slp 9.320968382 |
2566 | 2024-02-15T07:52:03.844Z | lat 0.096930423 |
2567 | 2024-02-15T07:52:03.844Z | stop 0.000205776 |
2568 | 2024-02-15T07:52:03.844Z | process exited: duration 1703162 ms, exit code 0 |
|
2569 | 2024-02-15T07:52:03.854Z | found 21 output files |
2570 | 2024-02-15T07:52:03.855Z | uploading: /work/version.txt (26 bytes) |
2571 | 2024-02-15T07:52:04.875Z | uploaded: /work/version.txt |
2572 | 2024-02-15T07:52:04.875Z | uploading: /work/package.tar.gz (88124677 bytes) |
2573 | 2024-02-15T07:53:20.993Z | uploaded: /work/package.tar.gz |
2574 | 2024-02-15T07:53:21.375Z | uploading: /work/global-zone-packages.tar.gz (128091693 bytes) |
2575 | 2024-02-15T07:54:47.106Z | uploaded: /work/global-zone-packages.tar.gz |
2576 | 2024-02-15T07:54:47.106Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38955047 bytes) |
2577 | 2024-02-15T07:55:06.115Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2578 | 2024-02-15T07:55:06.115Z | uploading: /work/zones/clickhouse.tar.gz (194486947 bytes) |
2579 | 2024-02-15T07:57:04.682Z | uploaded: /work/zones/clickhouse.tar.gz |
2580 | 2024-02-15T07:57:04.682Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194486688 bytes) |
2581 | 2024-02-15T07:59:04.541Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2582 | 2024-02-15T07:59:04.541Z | uploading: /work/zones/cockroachdb.tar.gz (131582604 bytes) |
2583 | 2024-02-15T08:00:12.354Z | uploaded: /work/zones/cockroachdb.tar.gz |
2584 | 2024-02-15T08:00:12.354Z | uploading: /work/zones/crucible-pantry.tar.gz (14633354 bytes) |
2585 | 2024-02-15T08:00:21.272Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2586 | 2024-02-15T08:00:21.272Z | uploading: /work/zones/crucible.tar.gz (29214475 bytes) |
2587 | 2024-02-15T08:00:36.094Z | uploaded: /work/zones/crucible.tar.gz |
2588 | 2024-02-15T08:00:36.094Z | uploading: /work/zones/external-dns.tar.gz (23602137 bytes) |
2589 | 2024-02-15T08:00:50.184Z | uploaded: /work/zones/external-dns.tar.gz |
2590 | 2024-02-15T08:00:50.184Z | uploading: /work/zones/internal-dns.tar.gz (23602136 bytes) |
2591 | 2024-02-15T08:01:08.005Z | uploaded: /work/zones/internal-dns.tar.gz |
2592 | 2024-02-15T08:01:08.005Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2593 | 2024-02-15T08:01:09.072Z | uploaded: /work/zones/ntp.tar.gz |
2594 | 2024-02-15T08:01:09.072Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19555253 bytes) |
2595 | 2024-02-15T08:01:29.193Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2596 | 2024-02-15T08:01:29.193Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19554078 bytes) |
2597 | 2024-02-15T08:01:39.355Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2598 | 2024-02-15T08:01:39.355Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87701901 bytes) |
2599 | 2024-02-15T08:02:36.941Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2600 | 2024-02-15T08:02:36.941Z | uploading: /work/zones/omicron-nexus.tar.gz (87699636 bytes) |
2601 | 2024-02-15T08:03:21.969Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2602 | 2024-02-15T08:03:21.969Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2603 | 2024-02-15T08:03:23.122Z | uploaded: /work/zones/overlay.tar.gz |
2604 | 2024-02-15T08:03:23.122Z | uploading: /work/zones/oximeter.tar.gz (55917896 bytes) |
2605 | 2024-02-15T08:03:48.269Z | uploaded: /work/zones/oximeter.tar.gz |
2606 | 2024-02-15T08:03:48.269Z | uploading: /work/zones/propolis-server.tar.gz (66092799 bytes) |
2607 | 2024-02-15T08:04:22.372Z | uploaded: /work/zones/propolis-server.tar.gz |
2608 | 2024-02-15T08:04:22.372Z | uploading: /work/zones/switch-asic.tar.gz (285337738 bytes) |
2609 | 2024-02-15T08:06:23.719Z | uploaded: /work/zones/switch-asic.tar.gz |
2610 | 2024-02-15T08:06:23.720Z | uploading: /work/zones/switch-softnpu.tar.gz (209483169 bytes) |
2611 | 2024-02-15T08:08:48.846Z | uploaded: /work/zones/switch-softnpu.tar.gz |