|
|
|
1 | 2024-03-01T22:10:55.842Z | job assigned to worker 01HQY120EXPQ8WSACYH2NDRF38 (queued for 1 m 13 s) |
|
2 | 2024-03-01T22:10:56.406Z | starting task 0: "setup" |
3 | 2024-03-01T22:10:56.490Z | ++ uname -s |
4 | 2024-03-01T22:10:56.495Z | + kern=SunOS |
5 | 2024-03-01T22:10:56.495Z | + case "$kern" in |
6 | 2024-03-01T22:10:56.495Z | + groupadd -g 12345 build |
7 | 2024-03-01T22:10:56.495Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-01T22:10:58.509Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-01T22:10:58.581Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-01T22:10:58.587Z | + home_fs=zfs |
11 | 2024-03-01T22:10:58.588Z | + [[ zfs == autofs ]] |
12 | 2024-03-01T22:10:58.588Z | + mkdir -p /home/build |
13 | 2024-03-01T22:10:58.588Z | + chown build:build /home/build /work |
14 | 2024-03-01T22:11:00.585Z | + chmod 0700 /home/build /work |
15 | 2024-03-01T22:11:00.590Z | process exited: duration 4179 ms, exit code 0 |
|
16 | 2024-03-01T22:11:00.606Z | starting task 1: "rust-toolchain" |
17 | 2024-03-01T22:11:00.631Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-01T22:11:00.631Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-01T22:11:00.719Z | info: downloading installer |
20 | 2024-03-01T22:11:02.314Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-01T22:11:02.314Z | warning: /opt/ooce/bin |
22 | 2024-03-01T22:11:02.315Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-01T22:11:02.315Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-01T22:11:02.315Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-01T22:11:02.315Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-01T22:11:02.315Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-01T22:11:02.315Z | error: cannot install while Rust is installed |
28 | 2024-03-01T22:11:02.315Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-01T22:11:02.422Z | info: profile set to 'default' |
30 | 2024-03-01T22:11:02.422Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-01T22:11:02.453Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-01T22:11:02.567Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-01T22:11:02.567Z | info: downloading component 'cargo' |
34 | 2024-03-01T22:11:03.273Z | info: downloading component 'clippy' |
35 | 2024-03-01T22:11:03.518Z | info: downloading component 'rust-docs' |
36 | 2024-03-01T22:11:04.397Z | info: downloading component 'rust-std' |
37 | 2024-03-01T22:11:06.110Z | info: downloading component 'rustc' |
38 | 2024-03-01T22:11:10.288Z | info: downloading component 'rustfmt' |
39 | 2024-03-01T22:11:10.305Z | info: installing component 'cargo' |
40 | 2024-03-01T22:11:11.045Z | info: installing component 'clippy' |
41 | 2024-03-01T22:11:11.445Z | info: installing component 'rust-docs' |
42 | 2024-03-01T22:11:12.952Z | info: installing component 'rust-std' |
43 | 2024-03-01T22:11:14.816Z | info: installing component 'rustc' |
44 | 2024-03-01T22:11:19.065Z | info: installing component 'rustfmt' |
45 | 2024-03-01T22:11:19.424Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-01T22:11:19.425Z | |
47 | 2024-03-01T22:11:19.699Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-01T22:11:19.699Z | |
49 | 2024-03-01T22:11:19.699Z | |
50 | 2024-03-01T22:11:19.699Z | Rust is installed now. Great! |
51 | 2024-03-01T22:11:19.699Z | |
52 | 2024-03-01T22:11:19.700Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-01T22:11:19.700Z | environment variable. This has not been done automatically. |
54 | 2024-03-01T22:11:19.700Z | |
55 | 2024-03-01T22:11:19.700Z | To configure your current shell, run: |
56 | 2024-03-01T22:11:19.700Z | source "$HOME/.cargo/env" |
57 | 2024-03-01T22:11:19.748Z | + rustc --version |
58 | 2024-03-01T22:11:19.811Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-03-01T22:11:19.820Z | process exited: duration 19208 ms, exit code 0 |
|
60 | 2024-03-01T22:11:19.843Z | starting task 2: "authentication" |
61 | 2024-03-01T22:11:19.863Z | process exited: duration 23 ms, exit code 0 |
|
62 | 2024-03-01T22:11:19.886Z | starting task 3: "clone repository" |
63 | 2024-03-01T22:11:19.898Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-03-01T22:11:19.899Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-03-01T22:11:20.114Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-03-01T22:11:26.250Z | + cd /work/oxidecomputer/omicron |
67 | 2024-03-01T22:11:26.250Z | + git fetch origin 3ca02e03a1fbd28de6b3a0c67ada3752637acfff |
68 | 2024-03-01T22:11:26.563Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-03-01T22:11:26.563Z | * branch 3ca02e03a1fbd28de6b3a0c67ada3752637acfff -> FETCH_HEAD |
70 | 2024-03-01T22:11:26.572Z | + [[ -n john/log-all-sled-targets ]] |
71 | 2024-03-01T22:11:26.574Z | ++ git branch --show-current |
72 | 2024-03-01T22:11:26.577Z | + current=main |
73 | 2024-03-01T22:11:26.577Z | + [[ main != john/log-all-sled-targets ]] |
74 | 2024-03-01T22:11:26.577Z | + git branch -f john/log-all-sled-targets 3ca02e03a1fbd28de6b3a0c67ada3752637acfff |
75 | 2024-03-01T22:11:26.580Z | + git checkout -f john/log-all-sled-targets |
76 | 2024-03-01T22:11:26.689Z | Switched to branch 'john/log-all-sled-targets' |
77 | 2024-03-01T22:11:26.696Z | + git reset --hard 3ca02e03a1fbd28de6b3a0c67ada3752637acfff |
78 | 2024-03-01T22:11:26.801Z | HEAD is now at 3ca02e03a Log all possible sled targets when creating a reservation |
79 | 2024-03-01T22:11:26.805Z | process exited: duration 6922 ms, exit code 0 |
|
80 | 2024-03-01T22:11:26.813Z | starting task 4: "build" |
81 | 2024-03-01T22:11:26.819Z | + cargo --version |
82 | 2024-03-01T22:11:26.824Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
83 | 2024-03-01T22:11:27.025Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
84 | 2024-03-01T22:11:27.025Z | info: downloading component 'cargo' |
85 | 2024-03-01T22:11:28.067Z | info: downloading component 'clippy' |
86 | 2024-03-01T22:11:28.383Z | info: downloading component 'rust-docs' |
87 | 2024-03-01T22:11:29.675Z | info: downloading component 'rust-std' |
88 | 2024-03-01T22:11:31.216Z | info: downloading component 'rustc' |
89 | 2024-03-01T22:11:34.812Z | info: downloading component 'rustfmt' |
90 | 2024-03-01T22:11:35.040Z | info: installing component 'cargo' |
91 | 2024-03-01T22:11:35.931Z | info: installing component 'clippy' |
92 | 2024-03-01T22:11:36.265Z | info: installing component 'rust-docs' |
93 | 2024-03-01T22:11:37.787Z | info: installing component 'rust-std' |
94 | 2024-03-01T22:11:39.579Z | info: installing component 'rustc' |
95 | 2024-03-01T22:11:43.614Z | info: installing component 'rustfmt' |
96 | 2024-03-01T22:11:43.998Z | cargo 1.76.0 (c84b36747 2024-01-18) |
97 | 2024-03-01T22:11:44.002Z | + rustc --version |
98 | 2024-03-01T22:11:44.095Z | rustc 1.76.0 (07dca489a 2024-02-04) |
99 | 2024-03-01T22:11:44.101Z | ++ git rev-parse HEAD |
100 | 2024-03-01T22:11:44.106Z | + COMMIT=3ca02e03a1fbd28de6b3a0c67ada3752637acfff |
101 | 2024-03-01T22:11:44.106Z | + VERSION=7.0.0-0.ci+git3ca02e03a1f |
102 | 2024-03-01T22:11:44.106Z | + echo 7.0.0-0.ci+git3ca02e03a1f |
103 | 2024-03-01T22:11:44.106Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-03-01T22:11:53.109Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-03-01T22:11:54.379Z | Startup: Caching catalogs ... Done |
106 | 2024-03-01T22:11:56.018Z | Planning: Solver setup ... Done (1.325s) |
107 | 2024-03-01T22:11:56.049Z | Planning: Running solver ... Done (0.031s) |
108 | 2024-03-01T22:11:56.283Z | Planning: Finding local manifests ... Done (0.195s) |
109 | 2024-03-01T22:11:56.309Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-03-01T22:11:57.074Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-03-01T22:11:57.110Z | Planning: Package planning ... Done (0.049s) |
112 | 2024-03-01T22:11:57.176Z | Planning: Merging actions ... Done (0.053s) |
113 | 2024-03-01T22:11:58.103Z | Planning: Checking for conflicting actions ... Done (0.929s) |
114 | 2024-03-01T22:11:58.114Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-03-01T22:12:01.595Z | Planning: Evaluating mediators ... Done (3.492s) |
116 | 2024-03-01T22:12:01.604Z | Planning: Planning completed in 7.18 seconds |
117 | 2024-03-01T22:12:01.624Z | Packages to install: 4 |
118 | 2024-03-01T22:12:01.624Z | Mediators to change: 2 |
119 | 2024-03-01T22:12:02.052Z | Services to change: 1 |
120 | 2024-03-01T22:12:02.052Z | Estimated space available: 148.88 GB |
121 | 2024-03-01T22:12:02.052Z | Estimated space to be consumed: 1.42 GB |
122 | 2024-03-01T22:12:02.052Z | Create boot environment: No |
123 | 2024-03-01T22:12:02.053Z | Create backup boot environment: No |
124 | 2024-03-01T22:12:02.053Z | Rebuild boot archive: No |
125 | 2024-03-01T22:12:02.053Z | |
126 | 2024-03-01T22:12:02.053Z | Changed mediators: |
127 | 2024-03-01T22:12:02.053Z | mediator clang: |
128 | 2024-03-01T22:12:02.053Z | version: None -> 15 (system default) |
129 | 2024-03-01T22:12:02.053Z | |
130 | 2024-03-01T22:12:02.053Z | mediator llvm: |
131 | 2024-03-01T22:12:02.053Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-03-01T22:12:02.053Z | |
133 | 2024-03-01T22:12:02.053Z | Changed packages: |
134 | 2024-03-01T22:12:02.053Z | helios-dev |
135 | 2024-03-01T22:12:02.053Z | developer/build-essential |
136 | 2024-03-01T22:12:02.053Z | None -> 11-2.0 |
137 | 2024-03-01T22:12:02.053Z | library/libxmlsec1 |
138 | 2024-03-01T22:12:02.053Z | None -> 1.2.35-2.0 |
139 | 2024-03-01T22:12:02.053Z | ooce/developer/clang-15 |
140 | 2024-03-01T22:12:02.053Z | None -> 15.0.7-2.0 |
141 | 2024-03-01T22:12:02.053Z | ooce/developer/llvm-15 |
142 | 2024-03-01T22:12:02.053Z | None -> 15.0.7-2.0 |
143 | 2024-03-01T22:12:02.053Z | |
144 | 2024-03-01T22:12:02.053Z | Services: |
145 | 2024-03-01T22:12:02.054Z | restart_fmri: |
146 | 2024-03-01T22:12:02.054Z | svc:/system/update-man-index:default |
147 | 2024-03-01T22:12:02.059Z | |
148 | 2024-03-01T22:12:02.059Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-03-01T22:12:06.844Z | Download: 547/3290 items 17.4/212.6MB 8% complete (3.6M/s) |
150 | 2024-03-01T22:12:12.159Z | Download: 1193/3290 items 69.9/212.6MB 32% complete (7.1M/s) |
151 | 2024-03-01T22:12:17.150Z | Download: 1651/3290 items 117.9/212.6MB 55% complete (10.0M/s) |
152 | 2024-03-01T22:12:22.204Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (9.7M/s) |
153 | 2024-03-01T22:12:27.260Z | Download: 3283/3290 items 211.9/212.6MB 99% complete (9.3M/s) |
154 | 2024-03-01T22:12:27.475Z | Download: Completed 212.60 MB in 25.66 seconds (8.3M/s) |
155 | 2024-03-01T22:12:28.157Z | Actions: 1/3689 actions (Installing new actions) |
156 | 2024-03-01T22:12:33.222Z | Actions: 3653/3689 actions (Installing new actions) |
157 | 2024-03-01T22:12:33.263Z | Actions: Completed 3689 actions in 5.11 seconds. |
158 | 2024-03-01T22:12:33.370Z | Done (0.089s) |
159 | 2024-03-01T22:12:33.370Z | Done (0.000s) |
160 | 2024-03-01T22:12:33.590Z | Done (0.230s) |
161 | 2024-03-01T22:12:38.827Z | Done (5.108s) |
162 | 2024-03-01T22:12:38.973Z | Done (0.084s) |
163 | 2024-03-01T22:12:38.976Z | Done (0.000s) |
164 | 2024-03-01T22:12:39.162Z | Done (0.000s) |
165 | 2024-03-01T22:12:39.656Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-03-01T22:12:39.814Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-03-01T22:12:39.817Z | Planning: Consolidating action changes ... Done |
168 | 2024-03-01T22:12:40.077Z | Planning: Evaluating mediators ... Done |
169 | 2024-03-01T22:12:40.081Z | Planning: Planning completed in 0.42 seconds |
170 | 2024-03-01T22:12:40.110Z | Mediators to change: 2 |
171 | 2024-03-01T22:12:40.110Z | Create boot environment: No |
172 | 2024-03-01T22:12:40.113Z | Create backup boot environment: No |
173 | 2024-03-01T22:12:40.182Z | Done |
174 | 2024-03-01T22:12:40.182Z | Done |
175 | 2024-03-01T22:12:40.314Z | Done |
176 | 2024-03-01T22:12:43.872Z | Done |
177 | 2024-03-01T22:12:43.959Z | Done |
178 | 2024-03-01T22:12:43.959Z | Done |
179 | 2024-03-01T22:12:44.062Z | Done |
180 | 2024-03-01T22:12:44.705Z | Planning: Evaluating mediator changes ... Done |
181 | 2024-03-01T22:12:44.708Z | Planning: Merging actions ... Done |
182 | 2024-03-01T22:12:44.901Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-03-01T22:12:44.906Z | Planning: Consolidating action changes ... Done |
184 | 2024-03-01T22:12:45.172Z | Planning: Evaluating mediators ... Done |
185 | 2024-03-01T22:12:45.228Z | Planning: Planning completed in 0.80 seconds |
186 | 2024-03-01T22:12:45.263Z | Packages to change: 1 |
187 | 2024-03-01T22:12:45.263Z | Mediators to change: 1 |
188 | 2024-03-01T22:12:45.263Z | Services to change: 1 |
189 | 2024-03-01T22:12:45.263Z | Create boot environment: No |
190 | 2024-03-01T22:12:45.267Z | Create backup boot environment: Yes |
191 | 2024-03-01T22:12:46.974Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2024-03-01T22:12:47.028Z | Actions: Completed 6 actions in 0.05 seconds. |
193 | 2024-03-01T22:12:47.028Z | Done |
194 | 2024-03-01T22:12:47.034Z | Done |
195 | 2024-03-01T22:12:47.077Z | Done |
196 | 2024-03-01T22:12:50.603Z | Done |
197 | 2024-03-01T22:12:50.687Z | Done |
198 | 2024-03-01T22:12:50.690Z | Done |
199 | 2024-03-01T22:12:50.784Z | Done |
200 | 2024-03-01T22:12:51.204Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2024-03-01T22:12:51.205Z | clang system 15 system |
202 | 2024-03-01T22:12:51.205Z | csh system system illumos |
203 | 2024-03-01T22:12:51.205Z | ctags system system illumos |
204 | 2024-03-01T22:12:51.205Z | gcc vendor 12 vendor |
205 | 2024-03-01T22:12:51.205Z | gcc system 10 system |
206 | 2024-03-01T22:12:51.205Z | gcc system 7 system |
207 | 2024-03-01T22:12:51.205Z | go system 1.20 system |
208 | 2024-03-01T22:12:51.205Z | go system 1.19 system |
209 | 2024-03-01T22:12:51.205Z | llvm system 15 system |
210 | 2024-03-01T22:12:51.205Z | llvm system 14 system |
211 | 2024-03-01T22:12:51.205Z | mariadb system 10.6 system |
212 | 2024-03-01T22:12:51.205Z | mta vendor vendor dma |
213 | 2024-03-01T22:12:51.205Z | openjdk system 17 system |
214 | 2024-03-01T22:12:51.205Z | openjdk system 11 system |
215 | 2024-03-01T22:12:51.205Z | openjdk system 1.8 system |
216 | 2024-03-01T22:12:51.205Z | openssl vendor 3 vendor |
217 | 2024-03-01T22:12:51.205Z | perl system 5.36 system |
218 | 2024-03-01T22:12:51.205Z | postgresql system 15 system |
219 | 2024-03-01T22:12:51.205Z | postgresql system 13 system |
220 | 2024-03-01T22:12:51.205Z | python vendor 3 vendor |
221 | 2024-03-01T22:12:51.205Z | python system 2 system |
222 | 2024-03-01T22:12:51.205Z | python3 system 3.11 system |
223 | 2024-03-01T22:12:51.206Z | ruby system 3.0 system |
224 | 2024-03-01T22:12:51.206Z | words vendor vendor american-english |
225 | 2024-03-01T22:12:51.206Z | words system system australian-english |
226 | 2024-03-01T22:12:51.206Z | words system system british-english |
227 | 2024-03-01T22:12:51.206Z | words system system canadian-english |
228 | 2024-03-01T22:12:51.206Z | words system system french |
229 | 2024-03-01T22:12:51.206Z | words system system italian |
230 | 2024-03-01T22:12:51.206Z | words system system ngerman |
231 | 2024-03-01T22:12:51.206Z | words system system ogerman |
232 | 2024-03-01T22:12:51.206Z | words system system spanish |
233 | 2024-03-01T22:12:51.526Z | FMRI IFO |
234 | 2024-03-01T22:12:51.526Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-03-01T22:12:51.526Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-03-01T22:12:51.526Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-03-01T22:12:51.526Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-03-01T22:12:51.527Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2024-03-01T22:12:51.527Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
240 | 2024-03-01T22:12:51.527Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
241 | 2024-03-01T22:12:51.527Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
242 | 2024-03-01T22:12:51.575Z | + set -o errexit |
243 | 2024-03-01T22:12:51.579Z | +++ dirname ./tools/ci_download_cockroachdb |
244 | 2024-03-01T22:12:51.579Z | ++ cd ./tools |
245 | 2024-03-01T22:12:51.579Z | ++ pwd |
246 | 2024-03-01T22:12:51.586Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
247 | 2024-03-01T22:12:51.586Z | ++ basename ./tools/ci_download_cockroachdb |
248 | 2024-03-01T22:12:51.586Z | + ARG0=ci_download_cockroachdb |
249 | 2024-03-01T22:12:51.590Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
250 | 2024-03-01T22:12:51.591Z | + CIDL_VERSION=v22.1.9 |
251 | 2024-03-01T22:12:51.591Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
252 | 2024-03-01T22:12:51.591Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
253 | 2024-03-01T22:12:51.591Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
254 | 2024-03-01T22:12:51.591Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
255 | 2024-03-01T22:12:51.591Z | + TARGET_DIR=out |
256 | 2024-03-01T22:12:51.591Z | + DOWNLOAD_DIR=out/downloads |
257 | 2024-03-01T22:12:51.591Z | + DEST_DIR=./out/cockroachdb |
258 | 2024-03-01T22:12:51.591Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
259 | 2024-03-01T22:12:51.591Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
260 | 2024-03-01T22:12:51.591Z | + main |
261 | 2024-03-01T22:12:51.591Z | + [[ 0 != 0 ]] |
262 | 2024-03-01T22:12:51.591Z | + CIDL_OS=solaris2.11 |
263 | 2024-03-01T22:12:51.591Z | + [[ 0 != 0 ]] |
264 | 2024-03-01T22:12:51.591Z | + configure_os solaris2.11 |
265 | 2024-03-01T22:12:51.591Z | + echo 'current directory: /work/oxidecomputer/omicron' |
266 | 2024-03-01T22:12:51.591Z | current directory: /work/oxidecomputer/omicron |
267 | 2024-03-01T22:12:51.591Z | + echo 'configuring based on OS: "solaris2.11"' |
268 | 2024-03-01T22:12:51.591Z | + case "$1" in |
269 | 2024-03-01T22:12:51.592Z | configuring based on OS: "solaris2.11" |
270 | 2024-03-01T22:12:51.592Z | + CIDL_BUILD=illumos |
271 | 2024-03-01T22:12:51.592Z | + CIDL_SUFFIX=tar.gz |
272 | 2024-03-01T22:12:51.592Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
273 | 2024-03-01T22:12:51.592Z | + CIDL_URL_BASE=https://illumos.org/downloads |
274 | 2024-03-01T22:12:51.592Z | + CIDL_ASSEMBLE=do_assemble_illumos |
275 | 2024-03-01T22:12:51.592Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
276 | 2024-03-01T22:12:51.592Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-03-01T22:12:51.592Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-03-01T22:12:51.592Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
279 | 2024-03-01T22:12:51.592Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-03-01T22:12:51.592Z | + CIDL_SHA256FUNC=do_sha256sum |
281 | 2024-03-01T22:12:51.592Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2024-03-01T22:12:51.592Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-03-01T22:12:51.592Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2024-03-01T22:12:51.592Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-03-01T22:12:51.592Z | + mkdir -p out/downloads |
286 | 2024-03-01T22:12:51.592Z | + mkdir -p ./out/cockroachdb |
287 | 2024-03-01T22:12:51.592Z | + local DO_DOWNLOAD=true |
288 | 2024-03-01T22:12:51.592Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
289 | 2024-03-01T22:12:51.592Z | + '[' true == true ']' |
290 | 2024-03-01T22:12:51.592Z | + echo Downloading... |
291 | 2024-03-01T22:12:51.593Z | Downloading... |
292 | 2024-03-01T22:12:51.593Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-03-01T22:12:51.593Z | + 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 |
294 | 2024-03-01T22:12:57.956Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-03-01T22:12:57.961Z | ++ sha256sum |
296 | 2024-03-01T22:12:57.961Z | ++ awk '{print $1}' |
297 | 2024-03-01T22:12:58.030Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
298 | 2024-03-01T22:12:58.035Z | + [[ 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 ]] |
299 | 2024-03-01T22:12:58.035Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-03-01T22:12:58.035Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
301 | 2024-03-01T22:13:00.193Z | + do_assemble_illumos |
302 | 2024-03-01T22:13:00.193Z | + rm -r ./out/cockroachdb |
303 | 2024-03-01T22:13:00.196Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
304 | 2024-03-01T22:13:00.642Z | + ./out/cockroachdb/bin/cockroach version |
305 | 2024-03-01T22:13:00.838Z | Build Tag: v22.1.9-dirty |
306 | 2024-03-01T22:13:00.838Z | Build Time: 2022/10/26 21:17:46 |
307 | 2024-03-01T22:13:00.839Z | Distribution: OSS |
308 | 2024-03-01T22:13:00.839Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
309 | 2024-03-01T22:13:00.839Z | Go Version: go1.17.13 |
310 | 2024-03-01T22:13:00.839Z | C Compiler: gcc 10.3.0 |
311 | 2024-03-01T22:13:00.839Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
312 | 2024-03-01T22:13:00.839Z | Build Type: release |
313 | 2024-03-01T22:13:00.853Z | + set -o errexit |
314 | 2024-03-01T22:13:00.860Z | +++ dirname ./tools/ci_download_clickhouse |
315 | 2024-03-01T22:13:00.860Z | ++ cd ./tools |
316 | 2024-03-01T22:13:00.861Z | ++ pwd |
317 | 2024-03-01T22:13:00.861Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
318 | 2024-03-01T22:13:00.861Z | ++ basename ./tools/ci_download_clickhouse |
319 | 2024-03-01T22:13:00.861Z | + ARG0=ci_download_clickhouse |
320 | 2024-03-01T22:13:00.861Z | + TARGET_DIR=out |
321 | 2024-03-01T22:13:00.861Z | + DOWNLOAD_DIR=out/downloads |
322 | 2024-03-01T22:13:00.862Z | + DEST_DIR=./out/clickhouse |
323 | 2024-03-01T22:13:00.862Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
324 | 2024-03-01T22:13:00.871Z | + CIDL_VERSION=v22.8.9.24 |
325 | 2024-03-01T22:13:00.871Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
326 | 2024-03-01T22:13:00.871Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
327 | 2024-03-01T22:13:00.871Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
328 | 2024-03-01T22:13:00.872Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
329 | 2024-03-01T22:13:00.872Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
330 | 2024-03-01T22:13:00.872Z | + main |
331 | 2024-03-01T22:13:00.872Z | + [[ 0 != 0 ]] |
332 | 2024-03-01T22:13:00.872Z | + CIDL_OS=solaris2.11 |
333 | 2024-03-01T22:13:00.872Z | + [[ 0 != 0 ]] |
334 | 2024-03-01T22:13:00.873Z | + configure_os solaris2.11 |
335 | 2024-03-01T22:13:00.873Z | + echo 'current directory: /work/oxidecomputer/omicron' |
336 | 2024-03-01T22:13:00.873Z | current directory: /work/oxidecomputer/omicron |
337 | 2024-03-01T22:13:00.873Z | + echo 'configuring based on OS: "solaris2.11"' |
338 | 2024-03-01T22:13:00.873Z | + CIDL_DASHREV= |
339 | 2024-03-01T22:13:00.873Z | + case "$1" in |
340 | 2024-03-01T22:13:00.874Z | configuring based on OS: "solaris2.11" |
341 | 2024-03-01T22:13:00.874Z | + CIDL_PLATFORM=illumos |
342 | 2024-03-01T22:13:00.874Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
343 | 2024-03-01T22:13:00.874Z | + CIDL_MD5FUNC=do_md5sum |
344 | 2024-03-01T22:13:00.874Z | + CIDL_DASHREV=-1 |
345 | 2024-03-01T22:13:00.874Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
346 | 2024-03-01T22:13:00.874Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-03-01T22:13:00.874Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-03-01T22:13:00.874Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-03-01T22:13:00.874Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2024-03-01T22:13:00.874Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2024-03-01T22:13:00.874Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-03-01T22:13:00.874Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2024-03-01T22:13:00.874Z | + mkdir -p out/downloads |
354 | 2024-03-01T22:13:00.874Z | + mkdir -p ./out/clickhouse |
355 | 2024-03-01T22:13:00.874Z | + local DO_DOWNLOAD=true |
356 | 2024-03-01T22:13:00.874Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
357 | 2024-03-01T22:13:00.874Z | + '[' true == true ']' |
358 | 2024-03-01T22:13:00.874Z | + echo Downloading... |
359 | 2024-03-01T22:13:00.874Z | Downloading... |
360 | 2024-03-01T22:13:00.874Z | + 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 |
361 | 2024-03-01T22:13:00.875Z | + 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 |
362 | 2024-03-01T22:13:02.152Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-03-01T22:13:02.163Z | ++ md5sum |
364 | 2024-03-01T22:13:02.163Z | ++ awk '{print $1}' |
365 | 2024-03-01T22:13:02.332Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
366 | 2024-03-01T22:13:02.333Z | + [[ 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 ]] |
367 | 2024-03-01T22:13:02.340Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
368 | 2024-03-01T22:13:02.340Z | + mkdir -p ./out/clickhouse |
369 | 2024-03-01T22:13:02.340Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
370 | 2024-03-01T22:13:05.461Z | + ./out/clickhouse/clickhouse server --version |
371 | 2024-03-01T22:13:05.498Z | ClickHouse server version 22.8.9.1. |
372 | 2024-03-01T22:13:05.511Z | + set -o errexit |
373 | 2024-03-01T22:13:05.520Z | +++ dirname ./tools/ci_download_console |
374 | 2024-03-01T22:13:05.520Z | ++ cd ./tools |
375 | 2024-03-01T22:13:05.520Z | ++ pwd |
376 | 2024-03-01T22:13:05.520Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
377 | 2024-03-01T22:13:05.520Z | ++ basename ./tools/ci_download_console |
378 | 2024-03-01T22:13:05.521Z | + ARG0=ci_download_console |
379 | 2024-03-01T22:13:05.521Z | + TARGET_DIR=out |
380 | 2024-03-01T22:13:05.521Z | + DOWNLOAD_DIR=out/downloads |
381 | 2024-03-01T22:13:05.521Z | + DEST_DIR=./out/console-assets |
382 | 2024-03-01T22:13:05.521Z | + source /work/oxidecomputer/omicron/tools/console_version |
383 | 2024-03-01T22:13:05.521Z | ++ COMMIT=25fb506d0527f5508dc90b118672c0bf8ce14dd3 |
384 | 2024-03-01T22:13:05.521Z | ++ SHA2=1083f693c66c275d0cf76e120aa923a51c3188dd9a7996eb51dc0fe4f611507a |
385 | 2024-03-01T22:13:05.521Z | + URL=https://dl.oxide.computer/releases/console/25fb506d0527f5508dc90b118672c0bf8ce14dd3.tar.gz |
386 | 2024-03-01T22:13:05.521Z | + TARBALL_FILE=out/downloads/console.tar.gz |
387 | 2024-03-01T22:13:05.521Z | + main |
388 | 2024-03-01T22:13:05.521Z | + [[ 0 != 0 ]] |
389 | 2024-03-01T22:13:05.521Z | + echo 'URL: https://dl.oxide.computer/releases/console/25fb506d0527f5508dc90b118672c0bf8ce14dd3.tar.gz' |
390 | 2024-03-01T22:13:05.521Z | URL: https://dl.oxide.computer/releases/console/25fb506d0527f5508dc90b118672c0bf8ce14dd3.tar.gz |
391 | 2024-03-01T22:13:05.521Z | + echo 'Local file: out/downloads/console.tar.gz' |
392 | 2024-03-01T22:13:05.521Z | Local file: out/downloads/console.tar.gz |
393 | 2024-03-01T22:13:05.522Z | + local DO_DOWNLOAD=true |
394 | 2024-03-01T22:13:05.522Z | + [[ -f out/downloads/console.tar.gz ]] |
395 | 2024-03-01T22:13:05.522Z | + mkdir -p out/downloads |
396 | 2024-03-01T22:13:05.534Z | + '[' true == true ']' |
397 | 2024-03-01T22:13:05.534Z | + echo Downloading... |
398 | 2024-03-01T22:13:05.534Z | Downloading... |
399 | 2024-03-01T22:13:05.534Z | + do_download_curl https://dl.oxide.computer/releases/console/25fb506d0527f5508dc90b118672c0bf8ce14dd3.tar.gz out/downloads/console.tar.gz |
400 | 2024-03-01T22:13:05.534Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/25fb506d0527f5508dc90b118672c0bf8ce14dd3.tar.gz |
401 | 2024-03-01T22:13:06.100Z | ++ do_sha256sum out/downloads/console.tar.gz |
402 | 2024-03-01T22:13:06.104Z | ++ case "$OSTYPE" in |
403 | 2024-03-01T22:13:06.104Z | ++ SHA=sha256sum |
404 | 2024-03-01T22:13:06.104Z | ++ sha256sum |
405 | 2024-03-01T22:13:06.104Z | ++ awk '{print $1}' |
406 | 2024-03-01T22:13:06.109Z | + calculated_sha2=1083f693c66c275d0cf76e120aa923a51c3188dd9a7996eb51dc0fe4f611507a |
407 | 2024-03-01T22:13:06.113Z | + [[ 1083f693c66c275d0cf76e120aa923a51c3188dd9a7996eb51dc0fe4f611507a != \1\0\8\3\f\6\9\3\c\6\6\c\2\7\5\d\0\c\f\7\6\e\1\2\0\a\a\9\2\3\a\5\1\c\3\1\8\8\d\d\9\a\7\9\9\6\e\b\5\1\d\c\0\f\e\4\f\6\1\1\5\0\7\a ]] |
408 | 2024-03-01T22:13:06.114Z | + rm -rf ./out/console-assets |
409 | 2024-03-01T22:13:06.114Z | + mkdir -p ./out/console-assets |
410 | 2024-03-01T22:13:06.118Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
411 | 2024-03-01T22:13:06.118Z | + mkdir -p ./out/console-assets |
412 | 2024-03-01T22:13:06.118Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
413 | 2024-03-01T22:13:06.208Z | + set -o errexit |
414 | 2024-03-01T22:13:06.214Z | +++ dirname ./tools/ci_download_maghemite_openapi |
415 | 2024-03-01T22:13:06.214Z | ++ cd ./tools |
416 | 2024-03-01T22:13:06.214Z | ++ pwd |
417 | 2024-03-01T22:13:06.214Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
418 | 2024-03-01T22:13:06.214Z | ++ basename ./tools/ci_download_maghemite_openapi |
419 | 2024-03-01T22:13:06.215Z | + ARG0=ci_download_maghemite_openapi |
420 | 2024-03-01T22:13:06.215Z | + TARGET_DIR=out |
421 | 2024-03-01T22:13:06.215Z | + DOWNLOAD_DIR=out/downloads |
422 | 2024-03-01T22:13:06.215Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
423 | 2024-03-01T22:13:06.215Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
424 | 2024-03-01T22:13:06.215Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
425 | 2024-03-01T22:13:06.215Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
426 | 2024-03-01T22:13:06.215Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
427 | 2024-03-01T22:13:06.216Z | + main |
428 | 2024-03-01T22:13:06.216Z | + [[ 0 != 0 ]] |
429 | 2024-03-01T22:13:06.216Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
430 | 2024-03-01T22:13:06.216Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
431 | 2024-03-01T22:13:06.216Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
432 | 2024-03-01T22:13:06.216Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
433 | 2024-03-01T22:13:06.217Z | + local DO_DOWNLOAD=true |
434 | 2024-03-01T22:13:06.217Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
435 | 2024-03-01T22:13:06.217Z | + mkdir -p out/downloads |
436 | 2024-03-01T22:13:06.226Z | + '[' true == true ']' |
437 | 2024-03-01T22:13:06.226Z | + echo Downloading... |
438 | 2024-03-01T22:13:06.226Z | Downloading... |
439 | 2024-03-01T22:13:06.226Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
440 | 2024-03-01T22:13:06.227Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
441 | 2024-03-01T22:13:06.995Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
442 | 2024-03-01T22:13:06.995Z | ++ case "$OSTYPE" in |
443 | 2024-03-01T22:13:06.995Z | ++ SHA=sha256sum |
444 | 2024-03-01T22:13:06.995Z | ++ sha256sum |
445 | 2024-03-01T22:13:06.995Z | ++ awk '{print $1}' |
446 | 2024-03-01T22:13:06.995Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
447 | 2024-03-01T22:13:06.995Z | + [[ 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 ]] |
448 | 2024-03-01T22:13:06.995Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
449 | 2024-03-01T22:13:06.995Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
450 | 2024-03-01T22:13:06.995Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
451 | 2024-03-01T22:13:06.995Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
452 | 2024-03-01T22:13:06.995Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
453 | 2024-03-01T22:13:06.995Z | + main |
454 | 2024-03-01T22:13:06.995Z | + [[ 0 != 0 ]] |
455 | 2024-03-01T22:13:06.995Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
456 | 2024-03-01T22:13:06.995Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
457 | 2024-03-01T22:13:06.995Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
458 | 2024-03-01T22:13:06.995Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
459 | 2024-03-01T22:13:06.995Z | + local DO_DOWNLOAD=true |
460 | 2024-03-01T22:13:06.995Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
461 | 2024-03-01T22:13:06.996Z | + mkdir -p out/downloads |
462 | 2024-03-01T22:13:06.996Z | + '[' true == true ']' |
463 | 2024-03-01T22:13:06.996Z | + echo Downloading... |
464 | 2024-03-01T22:13:06.996Z | Downloading... |
465 | 2024-03-01T22:13:06.996Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
466 | 2024-03-01T22:13:06.996Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
467 | 2024-03-01T22:13:06.996Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
468 | 2024-03-01T22:13:06.996Z | ++ case "$OSTYPE" in |
469 | 2024-03-01T22:13:06.996Z | ++ SHA=sha256sum |
470 | 2024-03-01T22:13:06.996Z | ++ sha256sum |
471 | 2024-03-01T22:13:06.996Z | ++ awk '{print $1}' |
472 | 2024-03-01T22:13:06.996Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
473 | 2024-03-01T22:13:06.996Z | + [[ 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 ]] |
474 | 2024-03-01T22:13:06.996Z | + set -o errexit |
475 | 2024-03-01T22:13:06.996Z | +++ dirname ./tools/ci_download_dendrite_openapi |
476 | 2024-03-01T22:13:06.996Z | ++ cd ./tools |
477 | 2024-03-01T22:13:06.996Z | ++ pwd |
478 | 2024-03-01T22:13:06.996Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
479 | 2024-03-01T22:13:06.996Z | ++ basename ./tools/ci_download_dendrite_openapi |
480 | 2024-03-01T22:13:06.996Z | + ARG0=ci_download_dendrite_openapi |
481 | 2024-03-01T22:13:06.996Z | + TARGET_DIR=out |
482 | 2024-03-01T22:13:06.996Z | + DOWNLOAD_DIR=out/downloads |
483 | 2024-03-01T22:13:06.997Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
484 | 2024-03-01T22:13:06.997Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
485 | 2024-03-01T22:13:06.997Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
486 | 2024-03-01T22:13:06.997Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
487 | 2024-03-01T22:13:06.997Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
488 | 2024-03-01T22:13:06.997Z | + main |
489 | 2024-03-01T22:13:06.997Z | + [[ 0 != 0 ]] |
490 | 2024-03-01T22:13:06.997Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
491 | 2024-03-01T22:13:06.997Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
492 | 2024-03-01T22:13:06.997Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
493 | 2024-03-01T22:13:06.997Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
494 | 2024-03-01T22:13:06.997Z | + local DO_DOWNLOAD=true |
495 | 2024-03-01T22:13:06.997Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
496 | 2024-03-01T22:13:06.997Z | + mkdir -p out/downloads |
497 | 2024-03-01T22:13:06.997Z | + '[' true == true ']' |
498 | 2024-03-01T22:13:06.997Z | + echo Downloading... |
499 | 2024-03-01T22:13:06.997Z | Downloading... |
500 | 2024-03-01T22:13:06.997Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
501 | 2024-03-01T22:13:06.997Z | + 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 |
502 | 2024-03-01T22:13:07.729Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
503 | 2024-03-01T22:13:07.729Z | ++ case "$OSTYPE" in |
504 | 2024-03-01T22:13:07.730Z | ++ SHA=sha256sum |
505 | 2024-03-01T22:13:07.738Z | ++ sha256sum |
506 | 2024-03-01T22:13:07.738Z | ++ awk '{print $1}' |
507 | 2024-03-01T22:13:07.738Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
508 | 2024-03-01T22:13:07.738Z | + [[ 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 ]] |
509 | 2024-03-01T22:13:07.751Z | + set -o errexit |
510 | 2024-03-01T22:13:07.775Z | +++ dirname ./tools/ci_download_dendrite_stub |
511 | 2024-03-01T22:13:07.775Z | ++ cd ./tools |
512 | 2024-03-01T22:13:07.776Z | ++ pwd |
513 | 2024-03-01T22:13:07.776Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
514 | 2024-03-01T22:13:07.776Z | ++ basename ./tools/ci_download_dendrite_stub |
515 | 2024-03-01T22:13:07.776Z | + ARG0=ci_download_dendrite_stub |
516 | 2024-03-01T22:13:07.776Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
517 | 2024-03-01T22:13:07.776Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
518 | 2024-03-01T22:13:07.776Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
519 | 2024-03-01T22:13:07.776Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
520 | 2024-03-01T22:13:07.777Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
521 | 2024-03-01T22:13:07.777Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
522 | 2024-03-01T22:13:07.777Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
523 | 2024-03-01T22:13:07.777Z | + TARGET_DIR=out |
524 | 2024-03-01T22:13:07.777Z | + DOWNLOAD_DIR=out/downloads |
525 | 2024-03-01T22:13:07.777Z | + DEST_DIR=./out/dendrite-stub |
526 | 2024-03-01T22:13:07.777Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
527 | 2024-03-01T22:13:07.777Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
528 | 2024-03-01T22:13:07.777Z | + REPO=oxidecomputer/dendrite |
529 | 2024-03-01T22:13:07.777Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
530 | 2024-03-01T22:13:07.777Z | + main |
531 | 2024-03-01T22:13:07.778Z | + [[ 0 != 0 ]] |
532 | 2024-03-01T22:13:07.778Z | + CIDL_OS=solaris2.11 |
533 | 2024-03-01T22:13:07.778Z | + [[ 0 != 0 ]] |
534 | 2024-03-01T22:13:07.778Z | + configure_os solaris2.11 |
535 | 2024-03-01T22:13:07.778Z | + echo 'current directory: /work/oxidecomputer/omicron' |
536 | 2024-03-01T22:13:07.778Z | + echo 'configuring based on OS: "solaris2.11"' |
537 | 2024-03-01T22:13:07.779Z | current directory: /work/oxidecomputer/omicron |
538 | 2024-03-01T22:13:07.779Z | + case "$1" in |
539 | 2024-03-01T22:13:07.779Z | configuring based on OS: "solaris2.11" |
540 | 2024-03-01T22:13:07.779Z | + SET_BINARIES= |
541 | 2024-03-01T22:13:07.779Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
542 | 2024-03-01T22:13:07.779Z | + CIDL_SHA256FUNC=do_sha256sum |
543 | 2024-03-01T22:13:07.779Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
544 | 2024-03-01T22:13:07.779Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
545 | 2024-03-01T22:13:07.779Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
546 | 2024-03-01T22:13:07.779Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
547 | 2024-03-01T22:13:07.779Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
548 | 2024-03-01T22:13:07.779Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
549 | 2024-03-01T22:13:07.779Z | + mkdir -p out/downloads |
550 | 2024-03-01T22:13:07.780Z | Local file: out/downloads/dendrite-stub.tar.gz |
551 | 2024-03-01T22:13:07.780Z | + mkdir -p ./out/dendrite-stub |
552 | 2024-03-01T22:13:07.780Z | + fetch_and_verify |
553 | 2024-03-01T22:13:07.780Z | + local DO_DOWNLOAD=true |
554 | 2024-03-01T22:13:07.780Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
555 | 2024-03-01T22:13:07.780Z | + '[' true == true ']' |
556 | 2024-03-01T22:13:07.780Z | + echo Downloading... |
557 | 2024-03-01T22:13:07.781Z | Downloading... |
558 | 2024-03-01T22:13:07.781Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
559 | 2024-03-01T22:13:07.781Z | + 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 |
560 | 2024-03-01T22:13:14.049Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
561 | 2024-03-01T22:13:14.052Z | ++ sha256sum |
562 | 2024-03-01T22:13:14.052Z | ++ awk '{print $1}' |
563 | 2024-03-01T22:13:14.073Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
564 | 2024-03-01T22:13:14.077Z | + [[ 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 ]] |
565 | 2024-03-01T22:13:14.077Z | + do_untar out/downloads/dendrite-stub.tar.gz |
566 | 2024-03-01T22:13:14.077Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
567 | 2024-03-01T22:13:14.759Z | + do_assemble |
568 | 2024-03-01T22:13:14.760Z | + rm -r ./out/dendrite-stub |
569 | 2024-03-01T22:13:14.765Z | + mkdir ./out/dendrite-stub |
570 | 2024-03-01T22:13:14.765Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
571 | 2024-03-01T22:13:14.858Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
572 | 2024-03-01T22:13:14.881Z | + set -o errexit |
573 | 2024-03-01T22:13:14.901Z | +++ dirname ./tools/ci_download_maghemite_mgd |
574 | 2024-03-01T22:13:14.901Z | ++ cd ./tools |
575 | 2024-03-01T22:13:14.901Z | ++ pwd |
576 | 2024-03-01T22:13:14.901Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
577 | 2024-03-01T22:13:14.901Z | ++ basename ./tools/ci_download_maghemite_mgd |
578 | 2024-03-01T22:13:14.901Z | + ARG0=ci_download_maghemite_mgd |
579 | 2024-03-01T22:13:14.901Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
580 | 2024-03-01T22:13:14.901Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
581 | 2024-03-01T22:13:14.901Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
582 | 2024-03-01T22:13:14.901Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
583 | 2024-03-01T22:13:14.901Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
584 | 2024-03-01T22:13:14.901Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
585 | 2024-03-01T22:13:14.902Z | + TARGET_DIR=out |
586 | 2024-03-01T22:13:14.902Z | + DOWNLOAD_DIR=out/downloads |
587 | 2024-03-01T22:13:14.902Z | + DEST_DIR=./out/mgd |
588 | 2024-03-01T22:13:14.902Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
589 | 2024-03-01T22:13:14.902Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
590 | 2024-03-01T22:13:14.902Z | + REPO=oxidecomputer/maghemite |
591 | 2024-03-01T22:13:14.902Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
592 | 2024-03-01T22:13:14.902Z | + main |
593 | 2024-03-01T22:13:14.902Z | + [[ 0 != 0 ]] |
594 | 2024-03-01T22:13:14.902Z | + CIDL_OS=solaris2.11 |
595 | 2024-03-01T22:13:14.902Z | + [[ 0 != 0 ]] |
596 | 2024-03-01T22:13:14.902Z | + configure_os solaris2.11 |
597 | 2024-03-01T22:13:14.903Z | + echo 'current directory: /work/oxidecomputer/omicron' |
598 | 2024-03-01T22:13:14.903Z | + echo 'configuring based on OS: "solaris2.11"' |
599 | 2024-03-01T22:13:14.903Z | + case "$1" in |
600 | 2024-03-01T22:13:14.903Z | + SET_BINARIES= |
601 | 2024-03-01T22:13:14.903Z | current directory: /work/oxidecomputer/omicron |
602 | 2024-03-01T22:13:14.903Z | configuring based on OS: "solaris2.11" |
603 | 2024-03-01T22:13:14.903Z | + CIDL_SHA256FUNC=do_sha256sum |
604 | 2024-03-01T22:13:14.904Z | + TARBALL_FILENAME=mgd.tar.gz |
605 | 2024-03-01T22:13:14.904Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
606 | 2024-03-01T22:13:14.904Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
607 | 2024-03-01T22:13:14.904Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
608 | 2024-03-01T22:13:14.904Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
609 | 2024-03-01T22:13:14.904Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
610 | 2024-03-01T22:13:14.905Z | + mkdir -p out/downloads |
611 | 2024-03-01T22:13:14.905Z | Local file: out/downloads/mgd.tar.gz |
612 | 2024-03-01T22:13:14.905Z | + mkdir -p ./out/mgd |
613 | 2024-03-01T22:13:14.905Z | + fetch_and_verify |
614 | 2024-03-01T22:13:14.905Z | + local DO_DOWNLOAD=true |
615 | 2024-03-01T22:13:14.905Z | + [[ -f out/downloads/mgd.tar.gz ]] |
616 | 2024-03-01T22:13:14.906Z | + '[' true == true ']' |
617 | 2024-03-01T22:13:14.906Z | + echo Downloading... |
618 | 2024-03-01T22:13:14.906Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
619 | 2024-03-01T22:13:14.906Z | Downloading... |
620 | 2024-03-01T22:13:14.906Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
621 | 2024-03-01T22:13:21.417Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
622 | 2024-03-01T22:13:21.417Z | ++ sha256sum |
623 | 2024-03-01T22:13:21.417Z | ++ awk '{print $1}' |
624 | 2024-03-01T22:13:21.431Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
625 | 2024-03-01T22:13:21.434Z | + [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]] |
626 | 2024-03-01T22:13:21.434Z | + do_untar out/downloads/mgd.tar.gz |
627 | 2024-03-01T22:13:21.434Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
628 | 2024-03-01T22:13:21.878Z | + do_assemble |
629 | 2024-03-01T22:13:21.878Z | + rm -r ./out/mgd |
630 | 2024-03-01T22:13:21.892Z | + mkdir ./out/mgd |
631 | 2024-03-01T22:13:21.892Z | + cp -r out/downloads/root ./out/mgd/root |
632 | 2024-03-01T22:13:22.021Z | + set -o errexit |
633 | 2024-03-01T22:13:22.025Z | +++ dirname ./tools/ci_download_transceiver_control |
634 | 2024-03-01T22:13:22.025Z | ++ cd ./tools |
635 | 2024-03-01T22:13:22.025Z | ++ pwd |
636 | 2024-03-01T22:13:22.030Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
637 | 2024-03-01T22:13:22.030Z | ++ basename ./tools/ci_download_transceiver_control |
638 | 2024-03-01T22:13:22.030Z | + ARG0=ci_download_transceiver_control |
639 | 2024-03-01T22:13:22.030Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
640 | 2024-03-01T22:13:22.030Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
641 | 2024-03-01T22:13:22.030Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
642 | 2024-03-01T22:13:22.030Z | + TARGET_DIR=out |
643 | 2024-03-01T22:13:22.030Z | + DOWNLOAD_DIR=out/downloads |
644 | 2024-03-01T22:13:22.030Z | + DEST_DIR=./out/transceiver-control |
645 | 2024-03-01T22:13:22.030Z | + BIN_DIR=/opt/oxide/bin |
646 | 2024-03-01T22:13:22.030Z | + BINARY=xcvradm |
647 | 2024-03-01T22:13:22.031Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
648 | 2024-03-01T22:13:22.031Z | + REPO=oxidecomputer/transceiver-control |
649 | 2024-03-01T22:13:22.031Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
650 | 2024-03-01T22:13:22.031Z | + main |
651 | 2024-03-01T22:13:22.031Z | + [[ 0 != 0 ]] |
652 | 2024-03-01T22:13:22.031Z | + CIDL_OS=solaris2.11 |
653 | 2024-03-01T22:13:22.031Z | + [[ 0 != 0 ]] |
654 | 2024-03-01T22:13:22.031Z | + configure_os solaris2.11 |
655 | 2024-03-01T22:13:22.031Z | + echo 'current directory: /work/oxidecomputer/omicron' |
656 | 2024-03-01T22:13:22.031Z | current directory: /work/oxidecomputer/omicron |
657 | 2024-03-01T22:13:22.031Z | + echo 'configuring based on OS: "solaris2.11"' |
658 | 2024-03-01T22:13:22.031Z | + case "$1" in |
659 | 2024-03-01T22:13:22.031Z | + SET_BINARIES= |
660 | 2024-03-01T22:13:22.031Z | configuring based on OS: "solaris2.11" |
661 | 2024-03-01T22:13:22.031Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
662 | 2024-03-01T22:13:22.031Z | + CIDL_SHA256FUNC=do_sha256sum |
663 | 2024-03-01T22:13:22.031Z | + ARCHIVE_FILENAME=xcvradm.gz |
664 | 2024-03-01T22:13:22.031Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2024-03-01T22:13:22.031Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
666 | 2024-03-01T22:13:22.031Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
667 | 2024-03-01T22:13:22.031Z | + echo 'Local file: out/downloads/xcvradm.gz' |
668 | 2024-03-01T22:13:22.031Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2024-03-01T22:13:22.032Z | Local file: out/downloads/xcvradm.gz |
670 | 2024-03-01T22:13:22.032Z | + mkdir -p out/downloads |
671 | 2024-03-01T22:13:22.035Z | + mkdir -p ./out/transceiver-control |
672 | 2024-03-01T22:13:22.035Z | + fetch_and_verify |
673 | 2024-03-01T22:13:22.035Z | + local DO_DOWNLOAD=true |
674 | 2024-03-01T22:13:22.035Z | + [[ -f out/downloads/xcvradm.gz ]] |
675 | 2024-03-01T22:13:22.035Z | + '[' true == true ']' |
676 | 2024-03-01T22:13:22.035Z | + echo Downloading... |
677 | 2024-03-01T22:13:22.035Z | Downloading... |
678 | 2024-03-01T22:13:22.036Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
679 | 2024-03-01T22:13:22.036Z | + 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 |
680 | 2024-03-01T22:13:23.903Z | ++ do_sha256sum out/downloads/xcvradm.gz |
681 | 2024-03-01T22:13:23.906Z | ++ sha256sum |
682 | 2024-03-01T22:13:23.906Z | ++ awk '{print $1}' |
683 | 2024-03-01T22:13:23.911Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
684 | 2024-03-01T22:13:23.914Z | + [[ 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 ]] |
685 | 2024-03-01T22:13:23.914Z | + do_unpack out/downloads/xcvradm.gz |
686 | 2024-03-01T22:13:23.914Z | + mkdir -p out/downloads/root//opt/oxide/bin |
687 | 2024-03-01T22:13:23.914Z | + gzip -dc out/downloads/xcvradm.gz |
688 | 2024-03-01T22:13:24.033Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
689 | 2024-03-01T22:13:24.039Z | + do_assemble |
690 | 2024-03-01T22:13:24.040Z | + rm -r ./out/transceiver-control |
691 | 2024-03-01T22:13:24.043Z | + mkdir ./out/transceiver-control |
692 | 2024-03-01T22:13:24.043Z | + cp -r out/downloads/root ./out/transceiver-control/root |
693 | 2024-03-01T22:13:24.222Z | All prerequisites installed successfully |
694 | 2024-03-01T22:13:24.228Z | |
695 | 2024-03-01T22:13:24.228Z | real 1:40.078372227 |
696 | 2024-03-01T22:13:24.228Z | user 33.657462344 |
697 | 2024-03-01T22:13:24.228Z | sys 6.324072014 |
698 | 2024-03-01T22:13:24.228Z | trap 0.007446319 |
699 | 2024-03-01T22:13:24.228Z | tflt 0.131642271 |
700 | 2024-03-01T22:13:24.228Z | dflt 0.405375475 |
701 | 2024-03-01T22:13:24.228Z | kflt 0.152575135 |
702 | 2024-03-01T22:13:24.228Z | lock 1.485615290 |
703 | 2024-03-01T22:13:24.229Z | slp 3:18.307527704 |
704 | 2024-03-01T22:13:24.229Z | lat 1.874752218 |
705 | 2024-03-01T22:13:24.229Z | stop 0.146162305 |
706 | 2024-03-01T22:13:24.229Z | + ptime -m ./tools/ci_download_softnpu_machinery |
707 | 2024-03-01T22:13:24.234Z | fetching npuzone |
708 | 2024-03-01T22:13:24.251Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
709 | 2024-03-01T22:13:24.251Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
710 | 2024-03-01T22:13:24.251Z | Getting hash for npuzone |
711 | 2024-03-01T22:13:24.336Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
712 | 2024-03-01T22:13:31.914Z | npuzone downloaded successfully |
713 | 2024-03-01T22:13:31.918Z | |
714 | 2024-03-01T22:13:31.918Z | real 7.690947693 |
715 | 2024-03-01T22:13:31.918Z | user 0.341861880 |
716 | 2024-03-01T22:13:31.918Z | sys 0.128364929 |
717 | 2024-03-01T22:13:31.918Z | trap 0.000171335 |
718 | 2024-03-01T22:13:31.918Z | tflt 0.000000000 |
719 | 2024-03-01T22:13:31.918Z | dflt 0.000000000 |
720 | 2024-03-01T22:13:31.918Z | kflt 0.000000000 |
721 | 2024-03-01T22:13:31.918Z | lock 0.000000000 |
722 | 2024-03-01T22:13:31.918Z | slp 22.467767070 |
723 | 2024-03-01T22:13:31.918Z | lat 0.105103832 |
724 | 2024-03-01T22:13:31.918Z | stop 0.000239100 |
725 | 2024-03-01T22:13:31.921Z | + export CARGO_INCREMENTAL=0 |
726 | 2024-03-01T22:13:31.922Z | + CARGO_INCREMENTAL=0 |
727 | 2024-03-01T22:13:31.922Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
728 | 2024-03-01T22:13:32.128Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
729 | 2024-03-01T22:13:32.446Z | Updating git repository `https://github.com/oxidecomputer/samael` |
730 | 2024-03-01T22:13:32.780Z | Updating crates.io index |
731 | 2024-03-01T22:13:32.839Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2024-03-01T22:13:33.767Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2024-03-01T22:13:35.896Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2024-03-01T22:13:36.438Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
735 | 2024-03-01T22:13:36.700Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
736 | 2024-03-01T22:13:36.972Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
737 | 2024-03-01T22:13:37.243Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
738 | 2024-03-01T22:13:37.505Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
739 | 2024-03-01T22:13:38.404Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
740 | 2024-03-01T22:13:40.622Z | Updating git repository `https://github.com/oxidecomputer/opte` |
741 | 2024-03-01T22:13:41.519Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
742 | 2024-03-01T22:13:41.815Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
743 | 2024-03-01T22:13:42.333Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
744 | 2024-03-01T22:13:42.626Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
745 | 2024-03-01T22:13:42.900Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
746 | 2024-03-01T22:13:43.289Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
747 | 2024-03-01T22:13:43.781Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
748 | 2024-03-01T22:13:44.058Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
749 | 2024-03-01T22:13:44.528Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
750 | 2024-03-01T22:13:44.876Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
751 | 2024-03-01T22:13:45.177Z | Updating git repository `https://github.com/jgallagher/nix` |
752 | 2024-03-01T22:13:46.178Z | Updating git repository `https://github.com/cbiffle/hubpack` |
753 | 2024-03-01T22:13:46.471Z | Updating git repository `https://github.com/oxidecomputer/typify` |
754 | 2024-03-01T22:13:48.235Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
755 | 2024-03-01T22:13:48.625Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
756 | 2024-03-01T22:13:48.942Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
757 | 2024-03-01T22:13:50.103Z | Downloading crates ... |
758 | 2024-03-01T22:13:50.299Z | Downloaded addr2line v0.21.0 |
759 | 2024-03-01T22:13:50.305Z | Downloaded home v0.5.5 |
760 | 2024-03-01T22:13:50.315Z | Downloaded ciborium-ll v0.2.2 |
761 | 2024-03-01T22:13:50.318Z | Downloaded bytes v1.5.0 |
762 | 2024-03-01T22:13:50.321Z | Downloaded byteorder v1.5.0 |
763 | 2024-03-01T22:13:50.324Z | Downloaded bytecount v0.6.3 |
764 | 2024-03-01T22:13:50.327Z | Downloaded hubpack v0.1.2 |
765 | 2024-03-01T22:13:50.330Z | Downloaded cfg-if v1.0.0 |
766 | 2024-03-01T22:13:50.337Z | Downloaded cexpr v0.6.0 |
767 | 2024-03-01T22:13:50.340Z | Downloaded clang-sys v1.6.1 |
768 | 2024-03-01T22:13:50.343Z | Downloaded chacha20poly1305 v0.10.1 |
769 | 2024-03-01T22:13:50.346Z | Downloaded native-tls v0.2.11 |
770 | 2024-03-01T22:13:50.350Z | Downloaded chacha20 v0.9.1 |
771 | 2024-03-01T22:13:50.356Z | Downloaded hostname v0.3.1 |
772 | 2024-03-01T22:13:50.356Z | Downloaded memoffset v0.9.0 |
773 | 2024-03-01T22:13:50.356Z | Downloaded csv-core v0.1.11 |
774 | 2024-03-01T22:13:50.359Z | Downloaded miniz_oxide v0.7.1 |
775 | 2024-03-01T22:13:50.359Z | Downloaded newtype_derive v0.1.6 |
776 | 2024-03-01T22:13:50.362Z | Downloaded num-complex v0.4.4 |
777 | 2024-03-01T22:13:50.365Z | Downloaded cobs v0.2.3 |
778 | 2024-03-01T22:13:50.365Z | Downloaded num-derive v0.4.0 |
779 | 2024-03-01T22:13:50.368Z | Downloaded instant v0.1.12 |
780 | 2024-03-01T22:13:50.368Z | Downloaded multimap v0.10.0 |
781 | 2024-03-01T22:13:50.371Z | Downloaded http-body v0.4.5 |
782 | 2024-03-01T22:13:50.374Z | Downloaded nu-ansi-term v0.50.0 |
783 | 2024-03-01T22:13:50.377Z | Downloaded normalize-line-endings v0.3.0 |
784 | 2024-03-01T22:13:50.377Z | Downloaded num-iter v0.1.43 |
785 | 2024-03-01T22:13:50.377Z | Downloaded constant_time_eq v0.3.0 |
786 | 2024-03-01T22:13:50.380Z | Downloaded cipher v0.4.4 |
787 | 2024-03-01T22:13:50.380Z | Downloaded async-stream-impl v0.3.5 |
788 | 2024-03-01T22:13:50.383Z | Downloaded multer v3.0.0 |
789 | 2024-03-01T22:13:50.388Z | Downloaded atty v0.2.14 |
790 | 2024-03-01T22:13:50.388Z | Downloaded bzip2 v0.4.4 |
791 | 2024-03-01T22:13:50.391Z | Downloaded httparse v1.8.0 |
792 | 2024-03-01T22:13:50.391Z | Downloaded num_cpus v1.16.0 |
793 | 2024-03-01T22:13:50.395Z | Downloaded mockall v0.12.0 |
794 | 2024-03-01T22:13:50.395Z | Downloaded autocfg v1.1.0 |
795 | 2024-03-01T22:13:50.398Z | Downloaded atomicwrites v0.4.3 |
796 | 2024-03-01T22:13:50.398Z | Downloaded humantime v2.1.0 |
797 | 2024-03-01T22:13:50.401Z | Downloaded log v0.4.20 |
798 | 2024-03-01T22:13:50.407Z | Downloaded num-integer v0.1.46 |
799 | 2024-03-01T22:13:50.407Z | Downloaded num-rational v0.4.1 |
800 | 2024-03-01T22:13:50.410Z | Downloaded num-traits v0.2.16 |
801 | 2024-03-01T22:13:50.410Z | Downloaded iana-time-zone v0.1.57 |
802 | 2024-03-01T22:13:50.415Z | Downloaded hyper-tls v0.5.0 |
803 | 2024-03-01T22:13:50.415Z | Downloaded cpufeatures v0.2.12 |
804 | 2024-03-01T22:13:50.419Z | Downloaded colored v2.0.4 |
805 | 2024-03-01T22:13:50.419Z | Downloaded blake2 v0.10.6 |
806 | 2024-03-01T22:13:50.422Z | Downloaded hyper-staticfile v0.9.5 |
807 | 2024-03-01T22:13:50.425Z | Downloaded buf-list v1.0.3 |
808 | 2024-03-01T22:13:50.429Z | Downloaded crucible-workspace-hack v0.1.0 |
809 | 2024-03-01T22:13:50.429Z | Downloaded async-stream v0.3.5 |
810 | 2024-03-01T22:13:50.432Z | Downloaded is_ci v1.2.0 |
811 | 2024-03-01T22:13:50.432Z | Downloaded inout v0.1.3 |
812 | 2024-03-01T22:13:50.435Z | Downloaded match_cfg v0.1.0 |
813 | 2024-03-01T22:13:50.435Z | Downloaded cc v1.0.83 |
814 | 2024-03-01T22:13:50.438Z | Downloaded crunchy v0.2.2 |
815 | 2024-03-01T22:13:50.442Z | Downloaded aead v0.5.2 |
816 | 2024-03-01T22:13:50.442Z | Downloaded crossbeam-deque v0.8.3 |
817 | 2024-03-01T22:13:50.449Z | Downloaded crypto-common v0.1.6 |
818 | 2024-03-01T22:13:50.449Z | Downloaded async-recursion v1.0.5 |
819 | 2024-03-01T22:13:50.453Z | Downloaded kstat-rs v0.2.3 |
820 | 2024-03-01T22:13:50.454Z | Downloaded anstyle v1.0.2 |
821 | 2024-03-01T22:13:50.454Z | Downloaded bit-set v0.5.3 |
822 | 2024-03-01T22:13:50.454Z | Downloaded bit-vec v0.6.3 |
823 | 2024-03-01T22:13:50.457Z | Downloaded cstr-argument v0.1.2 |
824 | 2024-03-01T22:13:50.457Z | Downloaded base16ct v0.2.0 |
825 | 2024-03-01T22:13:50.457Z | Downloaded foreign-types-shared v0.3.1 |
826 | 2024-03-01T22:13:50.457Z | Downloaded indoc v1.0.9 |
827 | 2024-03-01T22:13:50.460Z | Downloaded castaway v0.2.2 |
828 | 2024-03-01T22:13:50.463Z | Downloaded highway v1.1.0 |
829 | 2024-03-01T22:13:50.463Z | Downloaded crc v3.0.1 |
830 | 2024-03-01T22:13:50.466Z | Downloaded hyper-rustls v0.24.2 |
831 | 2024-03-01T22:13:50.469Z | Downloaded mime v0.3.17 |
832 | 2024-03-01T22:13:50.472Z | Downloaded anstream v0.6.11 |
833 | 2024-03-01T22:13:50.475Z | Downloaded camino v1.1.6 |
834 | 2024-03-01T22:13:50.475Z | Downloaded bitflags v2.4.0 |
835 | 2024-03-01T22:13:50.479Z | Downloaded base64ct v1.6.0 |
836 | 2024-03-01T22:13:50.888Z | Downloaded newtype-uuid v1.0.1 |
837 | 2024-03-01T22:13:50.895Z | Downloaded itoa v1.0.9 |
838 | 2024-03-01T22:13:50.895Z | Downloaded crc-catalog v2.2.0 |
839 | 2024-03-01T22:13:50.895Z | Downloaded tower-service v0.3.2 |
840 | 2024-03-01T22:13:50.895Z | Downloaded dyn-clone v1.0.17 |
841 | 2024-03-01T22:13:50.895Z | Downloaded nanorand v0.7.0 |
842 | 2024-03-01T22:13:50.895Z | Downloaded macaddr v1.0.1 |
843 | 2024-03-01T22:13:50.895Z | Downloaded libloading v0.7.4 |
844 | 2024-03-01T22:13:50.895Z | Downloaded arrayvec v0.7.4 |
845 | 2024-03-01T22:13:50.895Z | Downloaded foreign-types v0.5.0 |
846 | 2024-03-01T22:13:50.895Z | Downloaded darling_macro v0.20.3 |
847 | 2024-03-01T22:13:50.895Z | Downloaded foreign-types-macros v0.2.3 |
848 | 2024-03-01T22:13:50.895Z | Downloaded foreign-types v0.3.2 |
849 | 2024-03-01T22:13:50.895Z | Downloaded minimal-lexical v0.2.1 |
850 | 2024-03-01T22:13:50.895Z | Downloaded cookie v0.18.0 |
851 | 2024-03-01T22:13:50.896Z | Downloaded parse-size v1.0.0 |
852 | 2024-03-01T22:13:50.896Z | Downloaded ansi_term v0.12.1 |
853 | 2024-03-01T22:13:50.896Z | Downloaded anyhow v1.0.75 |
854 | 2024-03-01T22:13:50.896Z | Downloaded ahash v0.8.7 |
855 | 2024-03-01T22:13:50.896Z | Downloaded bcs v0.1.6 |
856 | 2024-03-01T22:13:50.896Z | Downloaded rustc-hash v1.1.0 |
857 | 2024-03-01T22:13:50.896Z | Downloaded lock_api v0.4.10 |
858 | 2024-03-01T22:13:50.896Z | Downloaded fxhash v0.2.1 |
859 | 2024-03-01T22:13:50.896Z | Downloaded tiny-keccak v2.0.2 |
860 | 2024-03-01T22:13:50.896Z | Downloaded usdt v0.5.0 |
861 | 2024-03-01T22:13:50.896Z | Downloaded version_check v0.9.4 |
862 | 2024-03-01T22:13:50.896Z | Downloaded memmap2 v0.7.1 |
863 | 2024-03-01T22:13:50.896Z | Downloaded subprocess v0.2.9 |
864 | 2024-03-01T22:13:50.896Z | Downloaded crossbeam-utils v0.8.16 |
865 | 2024-03-01T22:13:50.896Z | Downloaded defmt-parser v0.3.3 |
866 | 2024-03-01T22:13:50.896Z | Downloaded parse-display v0.9.0 |
867 | 2024-03-01T22:13:50.896Z | Downloaded form_urlencoded v1.2.1 |
868 | 2024-03-01T22:13:50.896Z | Downloaded debug-ignore v1.0.5 |
869 | 2024-03-01T22:13:50.896Z | Downloaded gethostname v0.4.3 |
870 | 2024-03-01T22:13:50.896Z | Downloaded compact_str v0.7.1 |
871 | 2024-03-01T22:13:50.896Z | Downloaded group v0.13.0 |
872 | 2024-03-01T22:13:50.896Z | Downloaded arc-swap v1.6.0 |
873 | 2024-03-01T22:13:50.897Z | Downloaded rtoolbox v0.0.1 |
874 | 2024-03-01T22:13:50.897Z | Downloaded signal-hook-mio v0.2.3 |
875 | 2024-03-01T22:13:50.897Z | Downloaded schemars_derive v0.8.16 |
876 | 2024-03-01T22:13:50.897Z | Downloaded slog-scope v4.4.0 |
877 | 2024-03-01T22:13:50.897Z | Downloaded slog-json v2.6.1 |
878 | 2024-03-01T22:13:50.897Z | Downloaded endian-type v0.1.2 |
879 | 2024-03-01T22:13:50.897Z | Downloaded vte_generate_state_changes v0.1.1 |
880 | 2024-03-01T22:13:50.897Z | Downloaded pretty-hex v0.4.1 |
881 | 2024-03-01T22:13:50.897Z | Downloaded hmac v0.12.1 |
882 | 2024-03-01T22:13:50.897Z | Downloaded pin-project-internal v1.1.3 |
883 | 2024-03-01T22:13:50.897Z | Downloaded errno v0.3.8 |
884 | 2024-03-01T22:13:50.897Z | Downloaded defmt v0.3.5 |
885 | 2024-03-01T22:13:50.897Z | Downloaded tokio-tungstenite v0.20.1 |
886 | 2024-03-01T22:13:50.897Z | Downloaded new_debug_unreachable v1.0.4 |
887 | 2024-03-01T22:13:50.897Z | Downloaded opaque-debug v0.3.0 |
888 | 2024-03-01T22:13:50.897Z | Downloaded num v0.4.1 |
889 | 2024-03-01T22:13:50.897Z | Downloaded ed25519 v1.5.3 |
890 | 2024-03-01T22:13:50.897Z | Downloaded mime_guess v2.0.4 |
891 | 2024-03-01T22:13:50.897Z | Downloaded nodrop v0.1.14 |
892 | 2024-03-01T22:13:50.897Z | Downloaded darling v0.14.4 |
893 | 2024-03-01T22:13:50.897Z | Downloaded try-lock v0.2.4 |
894 | 2024-03-01T22:13:50.897Z | Downloaded serde-big-array v0.4.1 |
895 | 2024-03-01T22:13:50.897Z | Downloaded getrandom v0.2.10 |
896 | 2024-03-01T22:13:50.897Z | Downloaded parse-display-derive v0.9.0 |
897 | 2024-03-01T22:13:50.898Z | Downloaded zone_cfg_derive v0.3.0 |
898 | 2024-03-01T22:13:50.898Z | Downloaded pkg-config v0.3.27 |
899 | 2024-03-01T22:13:50.898Z | Downloaded serde_plain v1.0.2 |
900 | 2024-03-01T22:13:50.898Z | Downloaded rand_core v0.6.4 |
901 | 2024-03-01T22:13:50.898Z | Downloaded thiserror-impl v1.0.57 |
902 | 2024-03-01T22:13:50.898Z | Downloaded downcast v0.11.0 |
903 | 2024-03-01T22:13:50.898Z | Downloaded wait-timeout v0.2.0 |
904 | 2024-03-01T22:13:50.898Z | Downloaded doc-comment v0.3.3 |
905 | 2024-03-01T22:13:50.898Z | Downloaded thiserror-no-std v2.0.2 |
906 | 2024-03-01T22:13:50.898Z | Downloaded oso-derive v0.27.0 |
907 | 2024-03-01T22:13:50.898Z | Downloaded generic-array v0.14.7 |
908 | 2024-03-01T22:13:50.898Z | Downloaded display-error-chain v0.2.0 |
909 | 2024-03-01T22:13:50.898Z | Downloaded ucd-trie v0.1.6 |
910 | 2024-03-01T22:13:50.898Z | Downloaded hash32 v0.2.1 |
911 | 2024-03-01T22:13:50.898Z | Downloaded time-macros v0.2.13 |
912 | 2024-03-01T22:13:50.898Z | Downloaded slog-dtrace v0.3.0 |
913 | 2024-03-01T22:13:50.898Z | Downloaded parking_lot v0.11.2 |
914 | 2024-03-01T22:13:50.898Z | Downloaded once_cell v1.19.0 |
915 | 2024-03-01T22:13:50.898Z | Downloaded proc-macro-crate v1.3.1 |
916 | 2024-03-01T22:13:50.898Z | Downloaded pretty-hex v0.2.1 |
917 | 2024-03-01T22:13:50.898Z | Downloaded scheduled-thread-pool v0.2.7 |
918 | 2024-03-01T22:13:50.898Z | Downloaded phf v0.11.2 |
919 | 2024-03-01T22:13:50.898Z | Downloaded backtrace v0.3.69 |
920 | 2024-03-01T22:13:50.899Z | Downloaded pkcs8 v0.10.2 |
921 | 2024-03-01T22:13:50.899Z | Downloaded zip v0.6.6 |
922 | 2024-03-01T22:13:50.899Z | Downloaded phf_shared v0.10.0 |
923 | 2024-03-01T22:13:50.899Z | Downloaded peeking_take_while v0.1.2 |
924 | 2024-03-01T22:13:50.899Z | Downloaded thread-id v4.2.0 |
925 | 2024-03-01T22:13:50.899Z | Downloaded stability v0.1.1 |
926 | 2024-03-01T22:13:50.899Z | Downloaded tap v1.0.1 |
927 | 2024-03-01T22:13:50.899Z | Downloaded sqlparser_derive v0.2.2 |
928 | 2024-03-01T22:13:50.899Z | Downloaded slog-async v2.8.0 |
929 | 2024-03-01T22:13:50.899Z | Downloaded openssl-sys v0.9.96 |
930 | 2024-03-01T22:13:50.899Z | Downloaded dof v0.3.0 |
931 | 2024-03-01T22:13:50.899Z | Downloaded proc-macro2 v1.0.78 |
932 | 2024-03-01T22:13:50.899Z | Downloaded usdt-macro v0.5.0 |
933 | 2024-03-01T22:13:50.899Z | Downloaded hash32 v0.3.1 |
934 | 2024-03-01T22:13:50.899Z | Downloaded plain v0.2.3 |
935 | 2024-03-01T22:13:50.899Z | Downloaded dof v0.1.5 |
936 | 2024-03-01T22:13:50.899Z | Downloaded serde_tokenstream v0.2.0 |
937 | 2024-03-01T22:13:50.905Z | Downloaded crossbeam-channel v0.5.8 |
938 | 2024-03-01T22:13:50.905Z | Downloaded predicates v3.1.0 |
939 | 2024-03-01T22:13:50.905Z | Downloaded equivalent v1.0.1 |
940 | 2024-03-01T22:13:50.905Z | Downloaded smawk v0.3.1 |
941 | 2024-03-01T22:13:50.905Z | Downloaded radium v0.7.0 |
942 | 2024-03-01T22:13:50.905Z | Downloaded packed_struct v0.10.1 |
943 | 2024-03-01T22:13:50.905Z | Downloaded float-cmp v0.9.0 |
944 | 2024-03-01T22:13:50.905Z | Downloaded utf-8 v0.7.6 |
945 | 2024-03-01T22:13:50.905Z | Downloaded darling_core v0.14.4 |
946 | 2024-03-01T22:13:50.905Z | Downloaded crypto-bigint v0.5.2 |
947 | 2024-03-01T22:13:50.905Z | Downloaded pin-utils v0.1.0 |
948 | 2024-03-01T22:13:50.905Z | Downloaded serde_tokenstream v0.1.7 |
949 | 2024-03-01T22:13:50.905Z | Downloaded matches v0.1.10 |
950 | 2024-03-01T22:13:50.905Z | Downloaded strum v0.25.0 |
951 | 2024-03-01T22:13:50.905Z | Downloaded usdt-attr-macro v0.5.0 |
952 | 2024-03-01T22:13:50.905Z | Downloaded time-core v0.1.1 |
953 | 2024-03-01T22:13:50.905Z | Downloaded fs-err v2.11.0 |
954 | 2024-03-01T22:13:50.905Z | Downloaded pem v3.0.2 |
955 | 2024-03-01T22:13:50.905Z | Downloaded digest v0.10.7 |
956 | 2024-03-01T22:13:50.906Z | Downloaded untrusted v0.9.0 |
957 | 2024-03-01T22:13:50.906Z | Downloaded strum v0.26.1 |
958 | 2024-03-01T22:13:50.906Z | Downloaded derive_builder_macro v0.12.0 |
959 | 2024-03-01T22:13:50.906Z | Downloaded headers-core v0.2.0 |
960 | 2024-03-01T22:13:50.906Z | Downloaded stable_deref_trait v1.2.0 |
961 | 2024-03-01T22:13:50.906Z | Downloaded sqlformat v0.2.3 |
962 | 2024-03-01T22:13:50.906Z | Downloaded futures-executor v0.3.30 |
963 | 2024-03-01T22:13:50.906Z | Downloaded strum_macros v0.25.2 |
964 | 2024-03-01T22:13:50.906Z | Downloaded tokio-macros v2.2.0 |
965 | 2024-03-01T22:13:50.906Z | Downloaded rsa v0.9.2 |
966 | 2024-03-01T22:13:50.906Z | Downloaded path-slash v0.1.5 |
967 | 2024-03-01T22:13:50.906Z | Downloaded futures-core v0.3.30 |
968 | 2024-03-01T22:13:50.906Z | Downloaded strip-ansi-escapes v0.2.0 |
969 | 2024-03-01T22:13:50.906Z | Downloaded postgres-types v0.2.6 |
970 | 2024-03-01T22:13:50.906Z | Downloaded predicates-tree v1.0.9 |
971 | 2024-03-01T22:13:50.906Z | Downloaded usdt-macro v0.3.5 |
972 | 2024-03-01T22:13:50.906Z | Downloaded smallvec v1.13.1 |
973 | 2024-03-01T22:13:50.906Z | Downloaded postgres-protocol v0.6.6 |
974 | 2024-03-01T22:13:50.906Z | Downloaded papergrid v0.11.0 |
975 | 2024-03-01T22:13:50.906Z | Downloaded fnv v1.0.7 |
976 | 2024-03-01T22:13:50.906Z | Downloaded rand_xorshift v0.3.0 |
977 | 2024-03-01T22:13:50.906Z | Downloaded pin-project-lite v0.2.13 |
978 | 2024-03-01T22:13:50.906Z | Downloaded waitgroup v0.1.2 |
979 | 2024-03-01T22:13:50.907Z | Downloaded fixedbitset v0.4.2 |
980 | 2024-03-01T22:13:50.907Z | Downloaded pest_generator v2.7.6 |
981 | 2024-03-01T22:13:50.907Z | Downloaded funty v2.0.0 |
982 | 2024-03-01T22:13:50.907Z | Downloaded rustls-pemfile v1.0.3 |
983 | 2024-03-01T22:13:50.907Z | Downloaded unicode-bidi v0.3.13 |
984 | 2024-03-01T22:13:50.907Z | Downloaded platforms v3.0.2 |
985 | 2024-03-01T22:13:50.907Z | Downloaded usdt-attr-macro v0.3.5 |
986 | 2024-03-01T22:13:50.907Z | Downloaded num_threads v0.1.6 |
987 | 2024-03-01T22:13:50.907Z | Downloaded owo-colors v4.0.0 |
988 | 2024-03-01T22:13:50.907Z | Downloaded r2d2 v0.8.10 |
989 | 2024-03-01T22:13:50.907Z | Downloaded tui-tree-widget v0.17.0 |
990 | 2024-03-01T22:13:50.907Z | Downloaded unicode-width v0.1.11 |
991 | 2024-03-01T22:13:50.907Z | Downloaded either v1.10.0 |
992 | 2024-03-01T22:13:50.907Z | Downloaded walkdir v2.4.0 |
993 | 2024-03-01T22:13:50.907Z | Downloaded sync_wrapper v0.1.2 |
994 | 2024-03-01T22:13:50.907Z | Downloaded env_logger v0.10.0 |
995 | 2024-03-01T22:13:50.907Z | Downloaded openssl-macros v0.1.1 |
996 | 2024-03-01T22:13:50.907Z | Downloaded synstructure v0.12.6 |
997 | 2024-03-01T22:13:50.907Z | Downloaded futures-channel v0.3.30 |
998 | 2024-03-01T22:13:50.907Z | Downloaded wyz v0.5.1 |
999 | 2024-03-01T22:13:50.907Z | Downloaded ff v0.13.0 |
1000 | 2024-03-01T22:13:50.907Z | Downloaded predicates-core v1.0.6 |
1001 | 2024-03-01T22:13:50.907Z | Downloaded pest_derive v2.7.6 |
1002 | 2024-03-01T22:13:50.907Z | Downloaded yasna v0.5.2 |
1003 | 2024-03-01T22:13:50.908Z | Downloaded paste v1.0.14 |
1004 | 2024-03-01T22:13:50.908Z | Downloaded unicode-ident v1.0.12 |
1005 | 2024-03-01T22:13:50.908Z | Downloaded tracing-core v0.1.31 |
1006 | 2024-03-01T22:13:50.908Z | Downloaded tinyvec_macros v0.1.1 |
1007 | 2024-03-01T22:13:50.908Z | Downloaded num-bigint-dig v0.8.4 |
1008 | 2024-03-01T22:13:50.908Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1009 | 2024-03-01T22:13:50.908Z | Downloaded dirs-sys-next v0.1.2 |
1010 | 2024-03-01T22:13:50.908Z | Downloaded filetime v0.2.23 |
1011 | 2024-03-01T22:13:50.908Z | Downloaded rusty-fork v0.3.0 |
1012 | 2024-03-01T22:13:50.908Z | Downloaded rand v0.8.5 |
1013 | 2024-03-01T22:13:50.908Z | Downloaded slog-term v2.9.0 |
1014 | 2024-03-01T22:13:50.908Z | Downloaded tungstenite v0.20.1 |
1015 | 2024-03-01T22:13:50.908Z | Downloaded memchr v2.6.3 |
1016 | 2024-03-01T22:13:50.908Z | Downloaded unicode-linebreak v0.1.5 |
1017 | 2024-03-01T22:13:50.908Z | Downloaded stringprep v0.1.3 |
1018 | 2024-03-01T22:13:50.908Z | Downloaded itertools v0.10.5 |
1019 | 2024-03-01T22:13:50.908Z | Downloaded vsss-rs v3.3.4 |
1020 | 2024-03-01T22:13:50.908Z | Downloaded serde_urlencoded v0.7.1 |
1021 | 2024-03-01T22:13:50.908Z | Downloaded zone v0.3.0 |
1022 | 2024-03-01T22:13:50.908Z | Downloaded strum_macros v0.24.3 |
1023 | 2024-03-01T22:13:50.908Z | Downloaded prettyplease v0.2.16 |
1024 | 2024-03-01T22:13:50.908Z | Downloaded zerocopy v0.6.4 |
1025 | 2024-03-01T22:13:50.908Z | Downloaded fragile v2.0.0 |
1026 | 2024-03-01T22:13:50.909Z | Downloaded sha1 v0.10.6 |
1027 | 2024-03-01T22:13:50.909Z | Downloaded dirs-next v2.0.0 |
1028 | 2024-03-01T22:13:50.909Z | Downloaded utf8parse v0.2.1 |
1029 | 2024-03-01T22:13:50.909Z | Downloaded hex v0.4.3 |
1030 | 2024-03-01T22:13:50.909Z | Downloaded tracing-attributes v0.1.26 |
1031 | 2024-03-01T22:13:50.909Z | Downloaded diesel_derives v2.1.2 |
1032 | 2024-03-01T22:13:50.909Z | Downloaded slog-stdlog v4.1.1 |
1033 | 2024-03-01T22:13:50.909Z | Downloaded toml v0.7.8 |
1034 | 2024-03-01T22:13:50.909Z | Downloaded fallible-iterator v0.2.0 |
1035 | 2024-03-01T22:13:50.909Z | Downloaded resolv-conf v0.7.0 |
1036 | 2024-03-01T22:13:50.909Z | Downloaded parking_lot v0.12.1 |
1037 | 2024-03-01T22:13:50.912Z | Downloaded structopt-derive v0.4.18 |
1038 | 2024-03-01T22:13:50.912Z | Downloaded heck v0.3.3 |
1039 | 2024-03-01T22:13:50.913Z | Downloaded derive-where v1.2.7 |
1040 | 2024-03-01T22:13:50.913Z | Downloaded elliptic-curve v0.13.8 |
1041 | 2024-03-01T22:13:50.913Z | Downloaded itertools v0.12.1 |
1042 | 2024-03-01T22:13:50.913Z | Downloaded heck v0.4.1 |
1043 | 2024-03-01T22:13:50.913Z | Downloaded structmeta v0.3.0 |
1044 | 2024-03-01T22:13:50.913Z | Downloaded rustls-pki-types v1.3.0 |
1045 | 2024-03-01T22:13:50.913Z | Downloaded static_assertions v1.1.0 |
1046 | 2024-03-01T22:13:50.913Z | Downloaded tinyvec v1.6.0 |
1047 | 2024-03-01T22:13:50.913Z | Downloaded hkdf v0.12.4 |
1048 | 2024-03-01T22:13:50.913Z | Downloaded toml v0.5.11 |
1049 | 2024-03-01T22:13:50.913Z | Downloaded socket2 v0.5.5 |
1050 | 2024-03-01T22:13:50.913Z | Downloaded tough v0.16.0 |
1051 | 2024-03-01T22:13:50.918Z | Downloaded trust-dns-server v0.22.1 |
1052 | 2024-03-01T22:13:50.925Z | Downloaded rustls-pemfile v2.1.0 |
1053 | 2024-03-01T22:13:50.929Z | Downloaded strum_macros v0.26.1 |
1054 | 2024-03-01T22:13:50.929Z | Downloaded winnow v0.5.15 |
1055 | 2024-03-01T22:13:50.934Z | Downloaded rcgen v0.12.1 |
1056 | 2024-03-01T22:13:50.937Z | Downloaded derive_builder_core v0.12.0 |
1057 | 2024-03-01T22:13:50.942Z | Downloaded portable-atomic v1.4.3 |
1058 | 2024-03-01T22:13:50.949Z | Downloaded ryu v1.0.15 |
1059 | 2024-03-01T22:13:50.952Z | Downloaded flume v0.11.0 |
1060 | 2024-03-01T22:13:50.952Z | Downloaded take_mut v0.2.2 |
1061 | 2024-03-01T22:13:50.952Z | Downloaded same-file v1.0.6 |
1062 | 2024-03-01T22:13:50.955Z | Downloaded rustc_version v0.1.7 |
1063 | 2024-03-01T22:13:50.955Z | Downloaded libm v0.2.7 |
1064 | 2024-03-01T22:13:50.962Z | Downloaded socket2 v0.4.9 |
1065 | 2024-03-01T22:13:50.965Z | Downloaded toml_edit v0.19.15 |
1066 | 2024-03-01T22:13:50.979Z | Downloaded oso v0.27.0 |
1067 | 2024-03-01T22:13:50.982Z | Downloaded der v0.7.8 |
1068 | 2024-03-01T22:13:50.986Z | Downloaded signature v2.1.0 |
1069 | 2024-03-01T22:13:50.989Z | Downloaded proc-macro-error-attr v1.0.4 |
1070 | 2024-03-01T22:13:50.990Z | Downloaded signature v1.6.4 |
1071 | 2024-03-01T22:13:50.993Z | Downloaded signal-hook-registry v1.4.1 |
1072 | 2024-03-01T22:13:50.993Z | Downloaded shlex v1.3.0 |
1073 | 2024-03-01T22:13:50.993Z | Downloaded serde-hex v0.1.0 |
1074 | 2024-03-01T22:13:50.997Z | Downloaded dtrace-parser v0.1.14 |
1075 | 2024-03-01T22:13:50.997Z | Downloaded tracing v0.1.37 |
1076 | 2024-03-01T22:13:51.000Z | Downloaded toml v0.8.10 |
1077 | 2024-03-01T22:13:51.007Z | Downloaded openssl-probe v0.1.5 |
1078 | 2024-03-01T22:13:51.007Z | Downloaded number_prefix v0.4.0 |
1079 | 2024-03-01T22:13:51.010Z | Downloaded termtree v0.4.1 |
1080 | 2024-03-01T22:13:51.010Z | Downloaded spki v0.7.2 |
1081 | 2024-03-01T22:13:51.010Z | Downloaded signal-hook-tokio v0.3.1 |
1082 | 2024-03-01T22:13:51.010Z | Downloaded foreign-types-shared v0.1.1 |
1083 | 2024-03-01T22:13:51.011Z | Downloaded serde_repr v0.1.16 |
1084 | 2024-03-01T22:13:51.011Z | Downloaded thiserror v1.0.57 |
1085 | 2024-03-01T22:13:51.014Z | Downloaded futures v0.3.30 |
1086 | 2024-03-01T22:13:51.018Z | Downloaded unarray v0.1.4 |
1087 | 2024-03-01T22:13:51.022Z | Downloaded termcolor v1.2.0 |
1088 | 2024-03-01T22:13:51.022Z | Downloaded structmeta-derive v0.2.0 |
1089 | 2024-03-01T22:13:51.022Z | Downloaded x509-cert v0.2.4 |
1090 | 2024-03-01T22:13:51.026Z | Downloaded universal-hash v0.5.1 |
1091 | 2024-03-01T22:13:51.029Z | Downloaded thread_local v1.1.7 |
1092 | 2024-03-01T22:13:51.029Z | Downloaded swrite v0.1.0 |
1093 | 2024-03-01T22:13:51.032Z | Downloaded dtrace-parser v0.2.0 |
1094 | 2024-03-01T22:13:51.032Z | Downloaded blake3 v1.5.0 |
1095 | 2024-03-01T22:13:51.037Z | Downloaded goblin v0.8.0 |
1096 | 2024-03-01T22:13:51.042Z | Downloaded ppv-lite86 v0.2.17 |
1097 | 2024-03-01T22:13:51.046Z | Downloaded rand_chacha v0.3.1 |
1098 | 2024-03-01T22:13:51.046Z | Downloaded fastrand v2.0.1 |
1099 | 2024-03-01T22:13:51.049Z | Downloaded deranged v0.3.8 |
1100 | 2024-03-01T22:13:51.049Z | Downloaded zeroize v1.7.0 |
1101 | 2024-03-01T22:13:51.049Z | Downloaded spin v0.9.8 |
1102 | 2024-03-01T22:13:51.052Z | Downloaded spin v0.5.2 |
1103 | 2024-03-01T22:13:51.052Z | Downloaded scroll v0.12.0 |
1104 | 2024-03-01T22:13:51.055Z | Downloaded scroll_derive v0.12.0 |
1105 | 2024-03-01T22:13:51.055Z | Downloaded terminal_size v0.3.0 |
1106 | 2024-03-01T22:13:51.055Z | Downloaded tabled_derive v0.7.0 |
1107 | 2024-03-01T22:13:51.058Z | Downloaded unicode_categories v0.1.1 |
1108 | 2024-03-01T22:13:51.058Z | Downloaded futures-io v0.3.30 |
1109 | 2024-03-01T22:13:51.061Z | Downloaded unicase v2.7.0 |
1110 | 2024-03-01T22:13:51.061Z | Downloaded subtle v2.5.0 |
1111 | 2024-03-01T22:13:51.061Z | Downloaded pest v2.7.6 |
1112 | 2024-03-01T22:13:51.068Z | Downloaded unicode-segmentation v1.10.1 |
1113 | 2024-03-01T22:13:51.071Z | Downloaded heapless v0.7.16 |
1114 | 2024-03-01T22:13:51.074Z | Downloaded tokio-rustls v0.25.0 |
1115 | 2024-03-01T22:13:51.075Z | Downloaded topological-sort v0.2.2 |
1116 | 2024-03-01T22:13:51.078Z | Downloaded similar v2.3.0 |
1117 | 2024-03-01T22:13:51.081Z | Downloaded bindgen v0.69.2 |
1118 | 2024-03-01T22:13:51.085Z | Downloaded heapless v0.8.0 |
1119 | 2024-03-01T22:13:51.090Z | Downloaded pem-rfc7468 v0.7.0 |
1120 | 2024-03-01T22:13:51.093Z | Downloaded strsim v0.11.0 |
1121 | 2024-03-01T22:13:51.093Z | Downloaded serde_json v1.0.114 |
1122 | 2024-03-01T22:13:51.098Z | Downloaded quote v1.0.35 |
1123 | 2024-03-01T22:13:51.101Z | Downloaded tokio-rustls v0.24.1 |
1124 | 2024-03-01T22:13:51.104Z | Downloaded slab v0.4.9 |
1125 | 2024-03-01T22:13:51.104Z | Downloaded parking_lot_core v0.9.8 |
1126 | 2024-03-01T22:13:51.107Z | Downloaded sct v0.7.0 |
1127 | 2024-03-01T22:13:51.111Z | Downloaded parking_lot_core v0.8.6 |
1128 | 2024-03-01T22:13:51.114Z | Downloaded uuid v1.7.0 |
1129 | 2024-03-01T22:13:51.114Z | Downloaded term v0.7.0 |
1130 | 2024-03-01T22:13:51.117Z | Downloaded toml_edit v0.22.6 |
1131 | 2024-03-01T22:13:51.136Z | Downloaded hashbrown v0.12.3 |
1132 | 2024-03-01T22:13:51.142Z | Downloaded quick-xml v0.30.0 |
1133 | 2024-03-01T22:13:51.144Z | Downloaded petgraph v0.6.4 |
1134 | 2024-03-01T22:13:51.157Z | Downloaded serde_with v3.6.1 |
1135 | 2024-03-01T22:13:51.164Z | Downloaded typenum v1.16.0 |
1136 | 2024-03-01T22:13:51.167Z | Downloaded tempfile v3.10.0 |
1137 | 2024-03-01T22:13:51.170Z | Downloaded zerocopy-derive v0.7.32 |
1138 | 2024-03-01T22:13:51.173Z | Downloaded test-strategy v0.3.1 |
1139 | 2024-03-01T22:13:51.176Z | Downloaded structopt v0.3.26 |
1140 | 2024-03-01T22:13:51.182Z | Downloaded reedline v0.29.0 |
1141 | 2024-03-01T22:13:51.189Z | Downloaded steno v0.4.0 |
1142 | 2024-03-01T22:13:51.193Z | Downloaded fatfs v0.3.6 |
1143 | 2024-03-01T22:13:51.196Z | Downloaded chrono v0.4.31 |
1144 | 2024-03-01T22:13:51.202Z | Downloaded reqwest v0.11.24 |
1145 | 2024-03-01T22:13:51.209Z | Downloaded sqlparser v0.43.1 |
1146 | 2024-03-01T22:13:51.217Z | Downloaded winnow v0.6.1 |
1147 | 2024-03-01T22:13:51.224Z | Downloaded bstr v1.6.0 |
1148 | 2024-03-01T22:13:51.231Z | Downloaded tar v0.4.40 |
1149 | 2024-03-01T22:13:51.234Z | Downloaded curve25519-dalek v4.1.1 |
1150 | 2024-03-01T22:13:51.242Z | Downloaded object v0.32.1 |
1151 | 2024-03-01T22:13:51.251Z | Downloaded rustyline v13.0.0 |
1152 | 2024-03-01T22:13:51.257Z | Downloaded vcpkg v0.2.15 |
1153 | 2024-03-01T22:13:51.292Z | Downloaded unicode-normalization v0.1.22 |
1154 | 2024-03-01T22:13:51.295Z | Downloaded lalrpop v0.19.12 |
1155 | 2024-03-01T22:13:51.309Z | Downloaded zerocopy v0.7.32 |
1156 | 2024-03-01T22:13:51.320Z | Downloaded smoltcp v0.9.1 |
1157 | 2024-03-01T22:13:51.329Z | Downloaded syn v2.0.51 |
1158 | 2024-03-01T22:13:51.339Z | Downloaded rayon v1.9.0 |
1159 | 2024-03-01T22:13:51.349Z | Downloaded regex-syntax v0.8.2 |
1160 | 2024-03-01T22:13:51.355Z | Downloaded rustls v0.22.2 |
1161 | 2024-03-01T22:13:51.368Z | Downloaded tabled v0.15.0 |
1162 | 2024-03-01T22:13:51.381Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1163 | 2024-03-01T22:13:51.394Z | Downloaded rustix v0.38.31 |
1164 | 2024-03-01T22:13:51.416Z | Downloaded polar-core v0.27.0 |
1165 | 2024-03-01T22:13:51.421Z | Downloaded zerocopy-derive v0.2.0 |
1166 | 2024-03-01T22:13:51.428Z | Downloaded zerocopy-derive v0.6.4 |
1167 | 2024-03-01T22:13:51.439Z | Downloaded regex-syntax v0.6.29 |
1168 | 2024-03-01T22:13:51.443Z | Downloaded radix_trie v0.2.1 |
1169 | 2024-03-01T22:13:51.448Z | Downloaded libc v0.2.153 |
1170 | 2024-03-01T22:13:51.473Z | Downloaded openssl v0.10.60 |
1171 | 2024-03-01T22:13:51.482Z | Downloaded regex v1.10.3 |
1172 | 2024-03-01T22:13:51.493Z | Downloaded diesel v2.1.4 |
1173 | 2024-03-01T22:13:51.509Z | Downloaded gimli v0.28.0 |
1174 | 2024-03-01T22:13:51.517Z | Downloaded regex-automata v0.4.4 |
1175 | 2024-03-01T22:13:51.536Z | Downloaded openapiv3 v2.0.0 |
1176 | 2024-03-01T22:13:51.543Z | Downloaded sled v0.34.7 |
1177 | 2024-03-01T22:13:51.553Z | Downloaded trust-dns-proto v0.22.0 |
1178 | 2024-03-01T22:13:51.565Z | Downloaded ratatui v0.26.1 |
1179 | 2024-03-01T22:13:51.579Z | Downloaded smoltcp v0.11.0 |
1180 | 2024-03-01T22:13:51.592Z | Downloaded nix v0.27.1 |
1181 | 2024-03-01T22:13:51.600Z | Downloaded rustls v0.21.9 |
1182 | 2024-03-01T22:13:51.611Z | Downloaded object v0.30.4 |
1183 | 2024-03-01T22:13:51.621Z | Downloaded webpki-roots v0.25.2 |
1184 | 2024-03-01T22:13:51.625Z | Downloaded rustls-webpki v0.102.1 |
1185 | 2024-03-01T22:13:51.641Z | Downloaded regex-automata v0.3.8 |
1186 | 2024-03-01T22:13:51.658Z | Downloaded typed-path v0.7.0 |
1187 | 2024-03-01T22:13:51.663Z | Downloaded syn v1.0.109 |
1188 | 2024-03-01T22:13:51.676Z | Downloaded rayon-core v1.12.1 |
1189 | 2024-03-01T22:13:51.679Z | Downloaded rustls-webpki v0.101.7 |
1190 | 2024-03-01T22:13:51.690Z | Downloaded regress v0.8.0 |
1191 | 2024-03-01T22:13:51.698Z | Downloaded tokio v1.36.0 |
1192 | 2024-03-01T22:13:51.733Z | Downloaded sha3 v0.10.8 |
1193 | 2024-03-01T22:13:51.737Z | Downloaded csv v1.3.0 |
1194 | 2024-03-01T22:13:51.757Z | Downloaded proptest v1.4.0 |
1195 | 2024-03-01T22:13:51.765Z | Downloaded url v2.5.0 |
1196 | 2024-03-01T22:13:51.769Z | Downloaded trust-dns-client v0.22.0 |
1197 | 2024-03-01T22:13:51.773Z | Downloaded idna v0.2.3 |
1198 | 2024-03-01T22:13:51.779Z | Downloaded ring v0.16.20 |
1199 | 2024-03-01T22:13:51.870Z | Downloaded time v0.3.27 |
1200 | 2024-03-01T22:13:51.876Z | Downloaded hashbrown v0.13.2 |
1201 | 2024-03-01T22:13:51.876Z | Downloaded encoding_rs v0.8.33 |
1202 | 2024-03-01T22:13:51.888Z | Downloaded pin-project v1.1.3 |
1203 | 2024-03-01T22:13:51.898Z | Downloaded tokio-postgres v0.7.10 |
1204 | 2024-03-01T22:13:51.903Z | Downloaded salty v0.2.0 |
1205 | 2024-03-01T22:13:51.908Z | Downloaded futures-util v0.3.30 |
1206 | 2024-03-01T22:13:51.920Z | Downloaded serde_yaml v0.9.25 |
1207 | 2024-03-01T22:13:51.926Z | Downloaded unsafe-libyaml v0.2.10 |
1208 | 2024-03-01T22:13:51.931Z | Downloaded serde v1.0.197 |
1209 | 2024-03-01T22:13:51.931Z | Downloaded h2 v0.3.24 |
1210 | 2024-03-01T22:13:51.934Z | Downloaded vte v0.11.1 |
1211 | 2024-03-01T22:13:51.938Z | Downloaded slog v2.7.0 |
1212 | 2024-03-01T22:13:51.938Z | Downloaded tokio-stream v0.1.14 |
1213 | 2024-03-01T22:13:51.941Z | Downloaded idna v0.5.0 |
1214 | 2024-03-01T22:13:51.948Z | Downloaded diff v0.1.13 |
1215 | 2024-03-01T22:13:51.962Z | Downloaded textwrap v0.16.1 |
1216 | 2024-03-01T22:13:51.967Z | Downloaded serde_derive v1.0.197 |
1217 | 2024-03-01T22:13:51.967Z | Downloaded rustc-demangle v0.1.23 |
1218 | 2024-03-01T22:13:51.967Z | Downloaded termios v0.3.3 |
1219 | 2024-03-01T22:13:51.967Z | Downloaded der_derive v0.7.2 |
1220 | 2024-03-01T22:13:51.968Z | Downloaded usdt-impl v0.5.0 |
1221 | 2024-03-01T22:13:51.968Z | Downloaded tokio-native-tls v0.3.1 |
1222 | 2024-03-01T22:13:51.968Z | Downloaded bstr v0.2.17 |
1223 | 2024-03-01T22:13:51.972Z | Downloaded serde_spanned v0.6.5 |
1224 | 2024-03-01T22:13:51.976Z | Downloaded toolchain_find v0.2.0 |
1225 | 2024-03-01T22:13:51.976Z | Downloaded supports-color v3.0.0 |
1226 | 2024-03-01T22:13:51.976Z | Downloaded structmeta-derive v0.3.0 |
1227 | 2024-03-01T22:13:51.976Z | Downloaded serde_with_macros v3.6.1 |
1228 | 2024-03-01T22:13:51.982Z | Downloaded semver v0.11.0 |
1229 | 2024-03-01T22:13:51.982Z | Downloaded want v0.3.1 |
1230 | 2024-03-01T22:13:51.982Z | Downloaded trust-dns-resolver v0.22.0 |
1231 | 2024-03-01T22:13:51.986Z | Downloaded siphasher v0.3.11 |
1232 | 2024-03-01T22:13:51.986Z | Downloaded tokio-util v0.7.10 |
1233 | 2024-03-01T22:13:51.989Z | Downloaded aho-corasick v1.0.4 |
1234 | 2024-03-01T22:13:51.994Z | Downloaded regex-automata v0.1.10 |
1235 | 2024-03-01T22:13:51.998Z | Downloaded ron v0.8.1 |
1236 | 2024-03-01T22:13:52.003Z | Downloaded hashbrown v0.14.3 |
1237 | 2024-03-01T22:13:52.010Z | Downloaded flate2 v1.0.28 |
1238 | 2024-03-01T22:13:52.013Z | Downloaded clap_builder v4.5.0 |
1239 | 2024-03-01T22:13:52.018Z | Downloaded pest_meta v2.7.6 |
1240 | 2024-03-01T22:13:52.021Z | Downloaded indexmap v2.2.3 |
1241 | 2024-03-01T22:13:52.027Z | Downloaded ref-cast-impl v1.0.20 |
1242 | 2024-03-01T22:13:52.027Z | Downloaded slog-envlogger v2.2.0 |
1243 | 2024-03-01T22:13:52.031Z | Downloaded rustfmt-wrapper v0.2.0 |
1244 | 2024-03-01T22:13:52.031Z | Downloaded fd-lock v4.0.2 |
1245 | 2024-03-01T22:13:52.031Z | Downloaded whoami v1.4.1 |
1246 | 2024-03-01T22:13:52.031Z | Downloaded derive_builder v0.12.0 |
1247 | 2024-03-01T22:13:52.034Z | Downloaded hyper v0.14.27 |
1248 | 2024-03-01T22:13:52.047Z | Downloaded bitvec v1.0.1 |
1249 | 2024-03-01T22:13:52.061Z | Downloaded untrusted v0.7.1 |
1250 | 2024-03-01T22:13:52.064Z | Downloaded packed_struct_codegen v0.10.1 |
1251 | 2024-03-01T22:13:52.064Z | Downloaded clap v2.34.0 |
1252 | 2024-03-01T22:13:52.069Z | Downloaded smf v0.2.2 |
1253 | 2024-03-01T22:13:52.072Z | Downloaded crossterm v0.27.0 |
1254 | 2024-03-01T22:13:52.087Z | Downloaded schemars v0.8.16 |
1255 | 2024-03-01T22:13:52.090Z | Downloaded ring v0.17.8 |
1256 | 2024-03-01T22:13:52.153Z | Downloaded rustc_version v0.4.0 |
1257 | 2024-03-01T22:13:52.156Z | Downloaded zerocopy v0.3.0 |
1258 | 2024-03-01T22:13:52.156Z | Downloaded ref-cast v1.0.20 |
1259 | 2024-03-01T22:13:52.159Z | Downloaded derive_more v0.99.17 |
1260 | 2024-03-01T22:13:52.162Z | Downloaded xattr v1.0.1 |
1261 | 2024-03-01T22:13:52.166Z | Downloaded smallvec v0.6.14 |
1262 | 2024-03-01T22:13:52.166Z | Downloaded strsim v0.10.0 |
1263 | 2024-03-01T22:13:52.166Z | Downloaded phf_shared v0.11.2 |
1264 | 2024-03-01T22:13:52.166Z | Downloaded omicron-zone-package v0.11.0 |
1265 | 2024-03-01T22:13:52.169Z | Downloaded headers v0.3.9 |
1266 | 2024-03-01T22:13:52.173Z | Downloaded mockall_derive v0.12.0 |
1267 | 2024-03-01T22:13:52.176Z | Downloaded futures-task v0.3.30 |
1268 | 2024-03-01T22:13:52.176Z | Downloaded enum-as-inner v0.5.1 |
1269 | 2024-03-01T22:13:52.179Z | Downloaded embedded-io v0.4.0 |
1270 | 2024-03-01T22:13:52.179Z | Downloaded unicode-xid v0.2.4 |
1271 | 2024-03-01T22:13:52.179Z | Downloaded half v2.3.1 |
1272 | 2024-03-01T22:13:52.182Z | Downloaded structmeta v0.2.0 |
1273 | 2024-03-01T22:13:52.182Z | Downloaded futures-sink v0.3.30 |
1274 | 2024-03-01T22:13:52.185Z | Downloaded serde_derive_internals v0.26.0 |
1275 | 2024-03-01T22:13:52.185Z | Downloaded darling_core v0.20.3 |
1276 | 2024-03-01T22:13:52.188Z | Downloaded scopeguard v1.2.0 |
1277 | 2024-03-01T22:13:52.192Z | Downloaded toml_datetime v0.6.5 |
1278 | 2024-03-01T22:13:52.192Z | Downloaded strsim v0.8.0 |
1279 | 2024-03-01T22:13:52.192Z | Downloaded semver v1.0.22 |
1280 | 2024-03-01T22:13:52.195Z | Downloaded usdt-impl v0.3.5 |
1281 | 2024-03-01T22:13:52.195Z | Downloaded olpc-cjson v0.1.3 |
1282 | 2024-03-01T22:13:52.196Z | Downloaded sha2 v0.10.8 |
1283 | 2024-03-01T22:13:52.199Z | Downloaded snafu v0.7.5 |
1284 | 2024-03-01T22:13:52.203Z | Downloaded maybe-uninit v2.0.0 |
1285 | 2024-03-01T22:13:52.203Z | Downloaded postcard v1.0.8 |
1286 | 2024-03-01T22:13:52.205Z | Downloaded semver v0.1.20 |
1287 | 2024-03-01T22:13:52.208Z | Downloaded pkcs1 v0.7.5 |
1288 | 2024-03-01T22:13:52.208Z | Downloaded base64 v0.21.7 |
1289 | 2024-03-01T22:13:52.212Z | Downloaded signal-hook v0.3.17 |
1290 | 2024-03-01T22:13:52.215Z | Downloaded ena v0.14.2 |
1291 | 2024-03-01T22:13:52.218Z | Downloaded textwrap v0.11.0 |
1292 | 2024-03-01T22:13:52.218Z | Downloaded slog-bunyan v2.5.0 |
1293 | 2024-03-01T22:13:52.218Z | Downloaded shell-words v1.1.0 |
1294 | 2024-03-01T22:13:52.221Z | Downloaded num_enum_derive v0.5.11 |
1295 | 2024-03-01T22:13:52.221Z | Downloaded indoc v2.0.3 |
1296 | 2024-03-01T22:13:52.224Z | Downloaded secrecy v0.8.0 |
1297 | 2024-03-01T22:13:52.224Z | Downloaded rustversion v1.0.14 |
1298 | 2024-03-01T22:13:52.224Z | Downloaded num_enum v0.5.11 |
1299 | 2024-03-01T22:13:52.228Z | Downloaded proc-macro-error v1.0.4 |
1300 | 2024-03-01T22:13:52.231Z | Downloaded password-hash v0.5.0 |
1301 | 2024-03-01T22:13:52.234Z | Downloaded serde-big-array v0.5.1 |
1302 | 2024-03-01T22:13:52.234Z | Downloaded ipnetwork v0.20.0 |
1303 | 2024-03-01T22:13:52.239Z | Downloaded darling v0.20.3 |
1304 | 2024-03-01T22:13:52.245Z | Downloaded thiserror-impl-no-std v2.0.2 |
1305 | 2024-03-01T22:13:52.246Z | Downloaded flagset v0.4.3 |
1306 | 2024-03-01T22:13:52.246Z | Downloaded http v0.2.11 |
1307 | 2024-03-01T22:13:52.249Z | Downloaded serde_path_to_error v0.1.15 |
1308 | 2024-03-01T22:13:52.249Z | Downloaded semver-parser v0.10.2 |
1309 | 2024-03-01T22:13:52.249Z | Downloaded snafu-derive v0.7.5 |
1310 | 2024-03-01T22:13:52.249Z | Downloaded poly1305 v0.8.0 |
1311 | 2024-03-01T22:13:52.252Z | Downloaded quick-error v1.2.3 |
1312 | 2024-03-01T22:13:52.252Z | Downloaded globset v0.4.13 |
1313 | 2024-03-01T22:13:52.252Z | Downloaded allocator-api2 v0.2.16 |
1314 | 2024-03-01T22:13:52.255Z | Downloaded indicatif v0.17.8 |
1315 | 2024-03-01T22:13:52.258Z | Downloaded getopts v0.2.21 |
1316 | 2024-03-01T22:13:52.262Z | Downloaded nom v7.1.3 |
1317 | 2024-03-01T22:13:52.265Z | Downloaded defmt-macros v0.3.6 |
1318 | 2024-03-01T22:13:52.268Z | Downloaded usdt v0.3.5 |
1319 | 2024-03-01T22:13:52.268Z | Downloaded data-encoding v2.4.0 |
1320 | 2024-03-01T22:13:52.268Z | Downloaded crossbeam-epoch v0.9.15 |
1321 | 2024-03-01T22:13:52.271Z | Downloaded vec_map v0.8.2 |
1322 | 2024-03-01T22:13:52.271Z | Downloaded backoff v0.4.0 |
1323 | 2024-03-01T22:13:52.275Z | Downloaded sec1 v0.7.3 |
1324 | 2024-03-01T22:13:52.275Z | Downloaded ipnet v2.9.0 |
1325 | 2024-03-01T22:13:52.278Z | Downloaded rpassword v7.3.1 |
1326 | 2024-03-01T22:13:52.278Z | Downloaded percent-encoding v2.3.1 |
1327 | 2024-03-01T22:13:52.278Z | Downloaded crc-any v2.4.3 |
1328 | 2024-03-01T22:13:52.278Z | Downloaded const-oid v0.9.5 |
1329 | 2024-03-01T22:13:52.281Z | Downloaded zeroize_derive v1.4.2 |
1330 | 2024-03-01T22:13:52.281Z | Downloaded which v4.4.0 |
1331 | 2024-03-01T22:13:52.284Z | Downloaded linear-map v1.2.0 |
1332 | 2024-03-01T22:13:52.285Z | Downloaded libxml v0.3.3 |
1333 | 2024-03-01T22:13:52.289Z | Downloaded indexmap v1.9.3 |
1334 | 2024-03-01T22:13:52.292Z | Downloaded darling_macro v0.14.4 |
1335 | 2024-03-01T22:13:52.292Z | Downloaded curve25519-dalek-derive v0.1.0 |
1336 | 2024-03-01T22:13:52.295Z | Downloaded argon2 v0.5.3 |
1337 | 2024-03-01T22:13:52.295Z | Downloaded async-trait v0.1.77 |
1338 | 2024-03-01T22:13:52.297Z | Downloaded lru-cache v0.1.2 |
1339 | 2024-03-01T22:13:52.297Z | Downloaded lru v0.12.1 |
1340 | 2024-03-01T22:13:52.300Z | Downloaded libsw v3.3.1 |
1341 | 2024-03-01T22:13:52.301Z | Downloaded anstyle-query v1.0.0 |
1342 | 2024-03-01T22:13:52.307Z | Downloaded glob v0.3.1 |
1343 | 2024-03-01T22:13:52.307Z | Downloaded string_cache v0.8.7 |
1344 | 2024-03-01T22:13:52.307Z | Downloaded futures-macro v0.3.30 |
1345 | 2024-03-01T22:13:52.311Z | Downloaded fd-lock v3.0.13 |
1346 | 2024-03-01T22:13:52.312Z | Downloaded difflib v0.4.0 |
1347 | 2024-03-01T22:13:52.312Z | Downloaded convert_case v0.4.0 |
1348 | 2024-03-01T22:13:52.312Z | Downloaded block-padding v0.3.3 |
1349 | 2024-03-01T22:13:52.312Z | Downloaded precomputed-hash v0.1.1 |
1350 | 2024-03-01T22:13:52.312Z | Downloaded http v1.0.0 |
1351 | 2024-03-01T22:13:52.315Z | Downloaded adler v1.0.2 |
1352 | 2024-03-01T22:13:52.315Z | Downloaded crc32fast v1.3.2 |
1353 | 2024-03-01T22:13:52.315Z | Downloaded memoffset v0.7.1 |
1354 | 2024-03-01T22:13:52.318Z | Downloaded memmap v0.7.0 |
1355 | 2024-03-01T22:13:52.318Z | Downloaded md-5 v0.10.5 |
1356 | 2024-03-01T22:13:52.318Z | Downloaded maplit v1.0.2 |
1357 | 2024-03-01T22:13:52.321Z | Downloaded libefi-sys v0.1.0 |
1358 | 2024-03-01T22:13:52.321Z | Downloaded lazycell v1.3.0 |
1359 | 2024-03-01T22:13:52.321Z | Downloaded block-buffer v0.10.4 |
1360 | 2024-03-01T22:13:52.321Z | Downloaded bb8 v0.8.3 |
1361 | 2024-03-01T22:13:52.324Z | Downloaded num-bigint v0.4.4 |
1362 | 2024-03-01T22:13:52.327Z | Downloaded lazy_static v1.4.0 |
1363 | 2024-03-01T22:13:52.327Z | Downloaded mio v0.8.9 |
1364 | 2024-03-01T22:13:52.332Z | Downloaded clap_derive v4.5.0 |
1365 | 2024-03-01T22:13:52.335Z | Downloaded atomic-waker v1.1.1 |
1366 | 2024-03-01T22:13:52.335Z | Downloaded managed v0.8.0 |
1367 | 2024-03-01T22:13:52.338Z | Downloaded linked-hash-map v0.5.6 |
1368 | 2024-03-01T22:13:52.338Z | Downloaded lalrpop-util v0.19.12 |
1369 | 2024-03-01T22:13:52.338Z | Downloaded keccak v0.1.4 |
1370 | 2024-03-01T22:13:52.341Z | Downloaded impl-trait-for-tuples v0.2.2 |
1371 | 2024-03-01T22:13:52.341Z | Downloaded console v0.15.8 |
1372 | 2024-03-01T22:13:52.344Z | Downloaded bitfield v0.14.0 |
1373 | 2024-03-01T22:13:52.344Z | Downloaded bitflags v1.3.2 |
1374 | 2024-03-01T22:13:52.347Z | Downloaded arrayref v0.3.7 |
1375 | 2024-03-01T22:13:52.347Z | Downloaded array-init v0.0.4 |
1376 | 2024-03-01T22:13:52.350Z | Downloaded is-terminal v0.4.9 |
1377 | 2024-03-01T22:13:52.350Z | Downloaded corncobs v0.1.3 |
1378 | 2024-03-01T22:13:52.350Z | Downloaded assert_matches v1.5.0 |
1379 | 2024-03-01T22:13:52.353Z | Downloaded anstyle-parse v0.2.1 |
1380 | 2024-03-01T22:13:52.353Z | Downloaded ciborium v0.2.2 |
1381 | 2024-03-01T22:13:52.360Z | Downloaded ascii-canvas v3.0.0 |
1382 | 2024-03-01T22:13:52.360Z | Downloaded clap_lex v0.7.0 |
1383 | 2024-03-01T22:13:52.361Z | Downloaded nibble_vec v0.1.0 |
1384 | 2024-03-01T22:13:52.364Z | Downloaded clap v4.5.0 |
1385 | 2024-03-01T22:13:52.367Z | Downloaded colorchoice v1.0.0 |
1386 | 2024-03-01T22:13:52.367Z | Downloaded ident_case v1.0.1 |
1387 | 2024-03-01T22:13:52.367Z | Downloaded hubpack_derive v0.1.1 |
1388 | 2024-03-01T22:13:52.367Z | Downloaded http-range v0.1.5 |
1389 | 2024-03-01T22:13:52.367Z | Downloaded ciborium-io v0.2.2 |
1390 | 2024-03-01T22:13:52.370Z | Downloaded cancel-safe-futures v0.1.5 |
1391 | 2024-03-01T22:13:52.370Z | Downloaded camino-tempfile v1.1.1 |
1392 | 2024-03-01T22:13:52.373Z | Downloaded cassowary v0.3.0 |
1393 | 2024-03-01T22:13:52.373Z | Downloaded httpdate v1.0.3 |
1394 | 2024-03-01T22:13:52.765Z | Compiling proc-macro2 v1.0.78 |
1395 | 2024-03-01T22:13:52.765Z | Compiling unicode-ident v1.0.12 |
1396 | 2024-03-01T22:13:52.765Z | Compiling libc v0.2.153 |
1397 | 2024-03-01T22:13:52.768Z | Compiling serde v1.0.197 |
1398 | 2024-03-01T22:13:52.768Z | Compiling autocfg v1.1.0 |
1399 | 2024-03-01T22:13:52.768Z | Compiling version_check v0.9.4 |
1400 | 2024-03-01T22:13:52.820Z | Compiling cfg-if v1.0.0 |
1401 | 2024-03-01T22:13:52.943Z | Compiling syn v1.0.109 |
1402 | 2024-03-01T22:13:52.943Z | Compiling once_cell v1.19.0 |
1403 | 2024-03-01T22:13:52.996Z | Compiling byteorder v1.5.0 |
1404 | 2024-03-01T22:13:53.303Z | Compiling memchr v2.6.3 |
1405 | 2024-03-01T22:13:53.389Z | Compiling parking_lot_core v0.9.8 |
1406 | 2024-03-01T22:13:53.431Z | Compiling lock_api v0.4.10 |
1407 | 2024-03-01T22:13:53.434Z | Compiling ahash v0.8.7 |
1408 | 2024-03-01T22:13:54.308Z | Compiling libm v0.2.7 |
1409 | 2024-03-01T22:13:54.462Z | Compiling serde_json v1.0.114 |
1410 | 2024-03-01T22:13:54.465Z | Compiling num-traits v0.2.16 |
1411 | 2024-03-01T22:13:54.636Z | Compiling thiserror v1.0.57 |
1412 | 2024-03-01T22:13:54.639Z | Compiling typenum v1.16.0 |
1413 | 2024-03-01T22:13:54.724Z | Compiling scopeguard v1.2.0 |
1414 | 2024-03-01T22:13:54.892Z | Compiling generic-array v0.14.7 |
1415 | 2024-03-01T22:13:55.050Z | Compiling itoa v1.0.9 |
1416 | 2024-03-01T22:13:55.608Z | Compiling quote v1.0.35 |
1417 | 2024-03-01T22:13:55.664Z | Compiling log v0.4.20 |
1418 | 2024-03-01T22:13:55.975Z | Compiling getrandom v0.2.10 |
1419 | 2024-03-01T22:13:56.248Z | Compiling syn v2.0.51 |
1420 | 2024-03-01T22:13:56.286Z | Compiling cc v1.0.83 |
1421 | 2024-03-01T22:13:56.349Z | Compiling pkg-config v0.3.27 |
1422 | 2024-03-01T22:13:56.423Z | Compiling allocator-api2 v0.2.16 |
1423 | 2024-03-01T22:13:56.662Z | Compiling slab v0.4.9 |
1424 | 2024-03-01T22:13:56.973Z | Compiling ryu v1.0.15 |
1425 | 2024-03-01T22:13:57.319Z | Compiling pin-project-lite v0.2.13 |
1426 | 2024-03-01T22:13:57.348Z | Compiling smallvec v1.13.1 |
1427 | 2024-03-01T22:13:57.446Z | Compiling schemars v0.8.16 |
1428 | 2024-03-01T22:13:57.528Z | Compiling equivalent v1.0.1 |
1429 | 2024-03-01T22:13:57.631Z | Compiling heck v0.4.1 |
1430 | 2024-03-01T22:13:58.142Z | Compiling vcpkg v0.2.15 |
1431 | 2024-03-01T22:13:58.168Z | Compiling parking_lot v0.12.1 |
1432 | 2024-03-01T22:13:58.854Z | Compiling ring v0.17.8 |
1433 | 2024-03-01T22:13:59.860Z | Compiling openssl-sys v0.9.96 |
1434 | 2024-03-01T22:13:59.911Z | Compiling signal-hook-registry v1.4.1 |
1435 | 2024-03-01T22:14:00.668Z | Compiling rand_core v0.6.4 |
1436 | 2024-03-01T22:14:00.674Z | Compiling mio v0.8.9 |
1437 | 2024-03-01T22:14:01.470Z | Compiling ring v0.16.20 |
1438 | 2024-03-01T22:14:02.240Z | Compiling num_cpus v1.16.0 |
1439 | 2024-03-01T22:14:02.372Z | Compiling socket2 v0.5.5 |
1440 | 2024-03-01T22:14:02.503Z | Compiling httparse v1.8.0 |
1441 | 2024-03-01T22:14:02.594Z | Compiling rustix v0.38.31 |
1442 | 2024-03-01T22:14:02.668Z | Compiling ucd-trie v0.1.6 |
1443 | 2024-03-01T22:14:02.719Z | Compiling futures-core v0.3.30 |
1444 | 2024-03-01T22:14:03.143Z | Compiling crossbeam-utils v0.8.16 |
1445 | 2024-03-01T22:14:03.171Z | Compiling semver v1.0.22 |
1446 | 2024-03-01T22:14:03.192Z | Compiling spin v0.5.2 |
1447 | 2024-03-01T22:14:03.440Z | Compiling fnv v1.0.7 |
1448 | 2024-03-01T22:14:03.510Z | Compiling serde_derive_internals v0.26.0 |
1449 | 2024-03-01T22:14:03.568Z | Compiling openssl v0.10.60 |
1450 | 2024-03-01T22:14:03.713Z | Compiling iana-time-zone v0.1.57 |
1451 | 2024-03-01T22:14:04.284Z | Compiling subtle v2.5.0 |
1452 | 2024-03-01T22:14:04.341Z | Compiling rustls v0.21.9 |
1453 | 2024-03-01T22:14:04.419Z | Compiling const-oid v0.9.5 |
1454 | 2024-03-01T22:14:04.571Z | Compiling unicode-xid v0.2.4 |
1455 | 2024-03-01T22:14:04.601Z | Compiling native-tls v0.2.11 |
1456 | 2024-03-01T22:14:04.731Z | Compiling synstructure v0.12.6 |
1457 | 2024-03-01T22:14:04.907Z | Compiling spin v0.9.8 |
1458 | 2024-03-01T22:14:05.101Z | Compiling memoffset v0.9.0 |
1459 | 2024-03-01T22:14:05.462Z | Compiling futures-sink v0.3.30 |
1460 | 2024-03-01T22:14:05.746Z | Compiling backtrace v0.3.69 |
1461 | 2024-03-01T22:14:05.947Z | Compiling slog v2.7.0 |
1462 | 2024-03-01T22:14:05.990Z | Compiling tinyvec_macros v0.1.1 |
1463 | 2024-03-01T22:14:06.103Z | Compiling dyn-clone v1.0.17 |
1464 | 2024-03-01T22:14:06.178Z | Compiling tinyvec v1.6.0 |
1465 | 2024-03-01T22:14:06.297Z | Compiling futures-channel v0.3.30 |
1466 | 2024-03-01T22:14:06.461Z | Compiling tracing-core v0.1.31 |
1467 | 2024-03-01T22:14:06.567Z | Compiling crossbeam-epoch v0.9.15 |
1468 | 2024-03-01T22:14:07.083Z | Compiling futures-task v0.3.30 |
1469 | 2024-03-01T22:14:07.502Z | Compiling futures-io v0.3.30 |
1470 | 2024-03-01T22:14:07.502Z | Compiling winnow v0.5.15 |
1471 | 2024-03-01T22:14:07.502Z | Compiling pin-utils v0.1.0 |
1472 | 2024-03-01T22:14:07.506Z | Compiling unicode-normalization v0.1.22 |
1473 | 2024-03-01T22:14:08.103Z | Compiling usdt-impl v0.3.5 |
1474 | 2024-03-01T22:14:08.357Z | Compiling crc32fast v1.3.2 |
1475 | 2024-03-01T22:14:08.759Z | Compiling rustversion v1.0.14 |
1476 | 2024-03-01T22:14:08.992Z | Compiling unicode-bidi v0.3.13 |
1477 | 2024-03-01T22:14:09.184Z | Compiling serde_derive v1.0.197 |
1478 | 2024-03-01T22:14:09.237Z | Compiling zerocopy-derive v0.7.32 |
1479 | 2024-03-01T22:14:09.263Z | Compiling zeroize_derive v1.4.2 |
1480 | 2024-03-01T22:14:09.289Z | Compiling thiserror-impl v1.0.57 |
1481 | 2024-03-01T22:14:09.524Z | Compiling tokio-macros v2.2.0 |
1482 | 2024-03-01T22:14:10.181Z | Compiling futures-macro v0.3.30 |
1483 | 2024-03-01T22:14:10.344Z | Compiling tracing-attributes v0.1.26 |
1484 | 2024-03-01T22:14:10.659Z | Compiling schemars_derive v0.8.16 |
1485 | 2024-03-01T22:14:10.979Z | Compiling zeroize v1.7.0 |
1486 | 2024-03-01T22:14:11.160Z | Compiling zerocopy v0.7.32 |
1487 | 2024-03-01T22:14:12.180Z | Compiling pest v2.7.6 |
1488 | 2024-03-01T22:14:13.359Z | Compiling hashbrown v0.14.3 |
1489 | 2024-03-01T22:14:13.572Z | Compiling openssl-macros v0.1.1 |
1490 | 2024-03-01T22:14:13.753Z | Compiling zerocopy-derive v0.2.0 |
1491 | 2024-03-01T22:14:14.257Z | Compiling crypto-common v0.1.6 |
1492 | 2024-03-01T22:14:14.448Z | Compiling pest_meta v2.7.6 |
1493 | 2024-03-01T22:14:14.683Z | Compiling der_derive v0.7.2 |
1494 | 2024-03-01T22:14:14.781Z | Compiling block-buffer v0.10.4 |
1495 | 2024-03-01T22:14:14.962Z | Compiling tracing v0.1.37 |
1496 | 2024-03-01T22:14:15.018Z | Compiling futures-util v0.3.30 |
1497 | 2024-03-01T22:14:15.525Z | Compiling time-core v0.1.1 |
1498 | 2024-03-01T22:14:15.693Z | Compiling anyhow v1.0.75 |
1499 | 2024-03-01T22:14:15.840Z | Compiling pest_generator v2.7.6 |
1500 | 2024-03-01T22:14:17.610Z | Compiling time-macros v0.2.13 |
1501 | 2024-03-01T22:14:17.805Z | Compiling digest v0.10.7 |
1502 | 2024-03-01T22:14:18.555Z | Compiling pest_derive v2.7.6 |
1503 | 2024-03-01T22:14:18.820Z | Compiling scroll_derive v0.12.0 |
1504 | 2024-03-01T22:14:19.544Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1505 | 2024-03-01T22:14:19.975Z | Compiling aho-corasick v1.0.4 |
1506 | 2024-03-01T22:14:20.263Z | Compiling untrusted v0.9.0 |
1507 | 2024-03-01T22:14:20.443Z | Compiling async-trait v0.1.77 |
1508 | 2024-03-01T22:14:20.726Z | Compiling ppv-lite86 v0.2.17 |
1509 | 2024-03-01T22:14:20.832Z | Compiling signal-hook v0.3.17 |
1510 | 2024-03-01T22:14:20.959Z | Compiling regex-syntax v0.8.2 |
1511 | 2024-03-01T22:14:21.489Z | Compiling rand_chacha v0.3.1 |
1512 | 2024-03-01T22:14:22.442Z | Compiling bytes v1.5.0 |
1513 | 2024-03-01T22:14:23.348Z | Compiling indexmap v2.2.3 |
1514 | 2024-03-01T22:14:23.497Z | Compiling bitflags v2.4.0 |
1515 | 2024-03-01T22:14:23.556Z | Compiling uuid v1.7.0 |
1516 | 2024-03-01T22:14:24.087Z | Compiling tokio v1.36.0 |
1517 | 2024-03-01T22:14:24.809Z | Compiling chrono v0.4.31 |
1518 | 2024-03-01T22:14:27.002Z | Compiling serde_spanned v0.6.5 |
1519 | 2024-03-01T22:14:27.285Z | Compiling toml_datetime v0.6.5 |
1520 | 2024-03-01T22:14:28.275Z | Compiling rustc_version v0.4.0 |
1521 | 2024-03-01T22:14:28.372Z | Compiling toml_edit v0.19.15 |
1522 | 2024-03-01T22:14:28.926Z | Compiling http v0.2.11 |
1523 | 2024-03-01T22:14:29.477Z | Compiling heapless v0.7.16 |
1524 | 2024-03-01T22:14:30.715Z | Compiling regex-automata v0.4.4 |
1525 | 2024-03-01T22:14:31.101Z | Compiling zerocopy v0.3.0 |
1526 | 2024-03-01T22:14:31.870Z | Compiling thread-id v4.2.0 |
1527 | 2024-03-01T22:14:34.384Z | Compiling tokio-util v0.7.10 |
1528 | 2024-03-01T22:14:35.495Z | Compiling regex v1.10.3 |
1529 | 2024-03-01T22:14:35.550Z | Compiling dof v0.1.5 |
1530 | 2024-03-01T22:14:36.348Z | Compiling rand v0.8.5 |
1531 | 2024-03-01T22:14:37.942Z | Compiling dtrace-parser v0.1.14 |
1532 | 2024-03-01T22:14:39.101Z | Compiling errno v0.3.8 |
1533 | 2024-03-01T22:14:39.551Z | Compiling num-bigint v0.4.4 |
1534 | 2024-03-01T22:14:39.556Z | Compiling smoltcp v0.9.1 |
1535 | 2024-03-01T22:14:39.557Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1536 | 2024-03-01T22:14:39.562Z | Compiling untrusted v0.7.1 |
1537 | 2024-03-01T22:14:39.577Z | Compiling percent-encoding v2.3.1 |
1538 | 2024-03-01T22:14:39.737Z | Compiling base64ct v1.6.0 |
1539 | 2024-03-01T22:14:39.871Z | Compiling foreign-types-shared v0.1.1 |
1540 | 2024-03-01T22:14:39.982Z | Compiling foreign-types v0.3.2 |
1541 | 2024-03-01T22:14:40.339Z | Compiling pem-rfc7468 v0.7.0 |
1542 | 2024-03-01T22:14:41.661Z | Compiling serde_tokenstream v0.1.7 |
1543 | 2024-03-01T22:14:42.784Z | Compiling hmac v0.12.1 |
1544 | 2024-03-01T22:14:43.011Z | Compiling lazy_static v1.4.0 |
1545 | 2024-03-01T22:14:43.204Z | Compiling socket2 v0.4.9 |
1546 | 2024-03-01T22:14:43.347Z | Compiling siphasher v0.3.11 |
1547 | 2024-03-01T22:14:43.583Z | Compiling unicode-segmentation v1.10.1 |
1548 | 2024-03-01T22:14:43.587Z | Compiling base64 v0.21.7 |
1549 | 2024-03-01T22:14:43.724Z | Compiling flagset v0.4.3 |
1550 | 2024-03-01T22:14:43.932Z | Compiling unicode-width v0.1.11 |
1551 | 2024-03-01T22:14:44.056Z | Compiling try-lock v0.2.4 |
1552 | 2024-03-01T22:14:44.125Z | Compiling adler v1.0.2 |
1553 | 2024-03-01T22:14:44.229Z | Compiling bitflags v1.3.2 |
1554 | 2024-03-01T22:14:44.354Z | Compiling miniz_oxide v0.7.1 |
1555 | 2024-03-01T22:14:44.398Z | Compiling want v0.3.1 |
1556 | 2024-03-01T22:14:44.621Z | Compiling der v0.7.8 |
1557 | 2024-03-01T22:14:44.974Z | Compiling sct v0.7.0 |
1558 | 2024-03-01T22:14:45.260Z | Compiling rustls-webpki v0.101.7 |
1559 | 2024-03-01T22:14:45.398Z | Compiling form_urlencoded v1.2.1 |
1560 | 2024-03-01T22:14:45.654Z | Compiling h2 v0.3.24 |
1561 | 2024-03-01T22:14:45.721Z | Compiling http-body v0.4.5 |
1562 | 2024-03-01T22:14:45.980Z | Compiling hubpack_derive v0.1.1 |
1563 | 2024-03-01T22:14:46.127Z | Compiling zerocopy-derive v0.6.4 |
1564 | 2024-03-01T22:14:47.879Z | Compiling usdt-impl v0.5.0 |
1565 | 2024-03-01T22:14:47.952Z | Compiling num-iter v0.1.43 |
1566 | 2024-03-01T22:14:47.996Z | Compiling cpufeatures v0.2.12 |
1567 | 2024-03-01T22:14:48.202Z | Compiling stable_deref_trait v1.2.0 |
1568 | 2024-03-01T22:14:48.299Z | Compiling openssl-probe v0.1.5 |
1569 | 2024-03-01T22:14:48.320Z | Compiling utf8parse v0.2.1 |
1570 | 2024-03-01T22:14:48.390Z | Compiling anstyle v1.0.2 |
1571 | 2024-03-01T22:14:48.483Z | Compiling httpdate v1.0.3 |
1572 | 2024-03-01T22:14:48.765Z | Compiling tower-service v0.3.2 |
1573 | 2024-03-01T22:14:48.816Z | Compiling anstyle-parse v0.2.1 |
1574 | 2024-03-01T22:14:49.004Z | Compiling sha2 v0.10.8 |
1575 | 2024-03-01T22:14:49.195Z | Compiling spki v0.7.2 |
1576 | 2024-03-01T22:14:50.546Z | Compiling usdt-macro v0.3.5 |
1577 | 2024-03-01T22:14:51.754Z | Compiling usdt-attr-macro v0.3.5 |
1578 | 2024-03-01T22:14:52.255Z | Compiling hyper v0.14.27 |
1579 | 2024-03-01T22:14:53.200Z | Compiling openapiv3 v2.0.0 |
1580 | 2024-03-01T22:14:53.338Z | Compiling scroll v0.12.0 |
1581 | 2024-03-01T22:14:53.913Z | Compiling md-5 v0.10.5 |
1582 | 2024-03-01T22:14:54.144Z | Compiling stringprep v0.1.3 |
1583 | 2024-03-01T22:14:54.210Z | Compiling idna v0.5.0 |
1584 | 2024-03-01T22:14:55.261Z | Compiling diesel_table_macro_syntax v0.1.0 |
1585 | 2024-03-01T22:14:55.404Z | Compiling num-integer v0.1.46 |
1586 | 2024-03-01T22:14:55.671Z | Compiling hash32 v0.2.1 |
1587 | 2024-03-01T22:14:55.694Z | Compiling anstyle-query v1.0.0 |
1588 | 2024-03-01T22:14:55.967Z | Compiling colorchoice v1.0.0 |
1589 | 2024-03-01T22:14:56.035Z | Compiling gimli v0.28.0 |
1590 | 2024-03-01T22:14:56.130Z | Compiling fallible-iterator v0.2.0 |
1591 | 2024-03-01T22:14:56.855Z | Compiling plain v0.2.3 |
1592 | 2024-03-01T22:14:57.078Z | Compiling goblin v0.8.0 |
1593 | 2024-03-01T22:14:57.543Z | Compiling postgres-protocol v0.6.6 |
1594 | 2024-03-01T22:14:59.957Z | Compiling anstream v0.6.11 |
1595 | 2024-03-01T22:14:59.983Z | Compiling diesel_derives v2.1.2 |
1596 | 2024-03-01T22:15:00.624Z | Compiling addr2line v0.21.0 |
1597 | 2024-03-01T22:15:01.235Z | Compiling url v2.5.0 |
1598 | 2024-03-01T22:15:02.545Z | Compiling tokio-rustls v0.24.1 |
1599 | 2024-03-01T22:15:02.944Z | Compiling tokio-native-tls v0.3.1 |
1600 | 2024-03-01T22:15:03.196Z | Compiling terminal_size v0.3.0 |
1601 | 2024-03-01T22:15:03.398Z | Compiling pkcs8 v0.10.2 |
1602 | 2024-03-01T22:15:03.577Z | Compiling phf_shared v0.11.2 |
1603 | 2024-03-01T22:15:04.360Z | Compiling strum_macros v0.25.2 |
1604 | 2024-03-01T22:15:05.419Z | Compiling serde_tokenstream v0.2.0 |
1605 | 2024-03-01T22:15:05.990Z | Compiling block-padding v0.3.3 |
1606 | 2024-03-01T22:15:06.219Z | Compiling enum-as-inner v0.5.1 |
1607 | 2024-03-01T22:15:06.482Z | Compiling clap_derive v4.5.0 |
1608 | 2024-03-01T22:15:07.195Z | Compiling serde_repr v0.1.16 |
1609 | 2024-03-01T22:15:08.327Z | Compiling ff v0.13.0 |
1610 | 2024-03-01T22:15:08.474Z | Compiling scheduled-thread-pool v0.2.7 |
1611 | 2024-03-01T22:15:08.551Z | Compiling object v0.32.1 |
1612 | 2024-03-01T22:15:08.970Z | Compiling num_threads v0.1.6 |
1613 | 2024-03-01T22:15:09.202Z | Compiling bit-vec v0.6.3 |
1614 | 2024-03-01T22:15:09.619Z | Compiling matches v0.1.10 |
1615 | 2024-03-01T22:15:09.718Z | Compiling rustc-demangle v0.1.23 |
1616 | 2024-03-01T22:15:11.263Z | Compiling managed v0.8.0 |
1617 | 2024-03-01T22:15:11.805Z | Compiling deranged v0.3.8 |
1618 | 2024-03-01T22:15:12.512Z | Compiling ipnet v2.9.0 |
1619 | 2024-03-01T22:15:13.317Z | Compiling pretty-hex v0.4.1 |
1620 | 2024-03-01T22:15:13.532Z | Compiling strsim v0.11.0 |
1621 | 2024-03-01T22:15:13.618Z | Compiling regex-automata v0.1.10 |
1622 | 2024-03-01T22:15:14.119Z | Compiling base16ct v0.2.0 |
1623 | 2024-03-01T22:15:14.285Z | Compiling clap_lex v0.7.0 |
1624 | 2024-03-01T22:15:14.407Z | Compiling sec1 v0.7.3 |
1625 | 2024-03-01T22:15:15.266Z | Compiling clap_builder v4.5.0 |
1626 | 2024-03-01T22:15:16.084Z | Compiling bstr v0.2.17 |
1627 | 2024-03-01T22:15:16.518Z | Compiling time v0.3.27 |
1628 | 2024-03-01T22:15:17.380Z | Compiling dof v0.3.0 |
1629 | 2024-03-01T22:15:17.982Z | Compiling idna v0.2.3 |
1630 | 2024-03-01T22:15:18.825Z | Compiling r2d2 v0.8.10 |
1631 | 2024-03-01T22:15:19.105Z | Compiling group v0.13.0 |
1632 | 2024-03-01T22:15:19.385Z | Compiling inout v0.1.3 |
1633 | 2024-03-01T22:15:20.510Z | Compiling phf v0.11.2 |
1634 | 2024-03-01T22:15:20.586Z | Compiling hyper-tls v0.5.0 |
1635 | 2024-03-01T22:15:20.731Z | Compiling signal-hook-mio v0.2.3 |
1636 | 2024-03-01T22:15:20.810Z | Compiling hyper-rustls v0.24.2 |
1637 | 2024-03-01T22:15:20.917Z | Compiling bzip2 v0.4.4 |
1638 | 2024-03-01T22:15:20.952Z | Compiling flate2 v1.0.28 |
1639 | 2024-03-01T22:15:21.188Z | Compiling postgres-types v0.2.6 |
1640 | 2024-03-01T22:15:21.412Z | Compiling zerocopy v0.6.4 |
1641 | 2024-03-01T22:15:21.499Z | Compiling hubpack v0.1.2 |
1642 | 2024-03-01T22:15:21.878Z | Compiling serde_urlencoded v0.7.1 |
1643 | 2024-03-01T22:15:21.937Z | Compiling rustls-pemfile v1.0.3 |
1644 | 2024-03-01T22:15:22.232Z | Compiling phf_shared v0.10.0 |
1645 | 2024-03-01T22:15:22.256Z | Compiling hkdf v0.12.4 |
1646 | 2024-03-01T22:15:22.478Z | Compiling ipnetwork v0.20.0 |
1647 | 2024-03-01T22:15:22.826Z | Compiling futures-executor v0.3.30 |
1648 | 2024-03-01T22:15:23.138Z | Compiling dtrace-parser v0.2.0 |
1649 | 2024-03-01T22:15:23.293Z | Compiling regress v0.8.0 |
1650 | 2024-03-01T22:15:23.320Z | Compiling crypto-bigint v0.5.2 |
1651 | 2024-03-01T22:15:23.484Z | Compiling float-cmp v0.9.0 |
1652 | 2024-03-01T22:15:23.694Z | Compiling encoding_rs v0.8.33 |
1653 | 2024-03-01T22:15:25.393Z | Compiling mime v0.3.17 |
1654 | 2024-03-01T22:15:25.877Z | Compiling whoami v1.4.1 |
1655 | 2024-03-01T22:15:26.231Z | Compiling winnow v0.6.1 |
1656 | 2024-03-01T22:15:26.388Z | Compiling predicates-core v1.0.6 |
1657 | 2024-03-01T22:15:27.297Z | Compiling data-encoding v2.4.0 |
1658 | 2024-03-01T22:15:28.694Z | Compiling precomputed-hash v0.1.1 |
1659 | 2024-03-01T22:15:29.803Z | Compiling static_assertions v1.1.0 |
1660 | 2024-03-01T22:15:29.809Z | Compiling difflib v0.4.0 |
1661 | 2024-03-01T22:15:29.809Z | Compiling either v1.10.0 |
1662 | 2024-03-01T22:15:29.809Z | Compiling minimal-lexical v0.2.1 |
1663 | 2024-03-01T22:15:29.809Z | Compiling webpki-roots v0.25.2 |
1664 | 2024-03-01T22:15:29.920Z | Compiling fixedbitset v0.4.2 |
1665 | 2024-03-01T22:15:29.988Z | Compiling sync_wrapper v0.1.2 |
1666 | 2024-03-01T22:15:30.145Z | Compiling normalize-line-endings v0.3.0 |
1667 | 2024-03-01T22:15:30.170Z | Compiling regex-automata v0.3.8 |
1668 | 2024-03-01T22:15:30.344Z | Compiling new_debug_unreachable v1.0.4 |
1669 | 2024-03-01T22:15:30.439Z | Compiling string_cache v0.8.7 |
1670 | 2024-03-01T22:15:30.715Z | Compiling itertools v0.10.5 |
1671 | 2024-03-01T22:15:30.865Z | Compiling predicates v3.1.0 |
1672 | 2024-03-01T22:15:31.195Z | Compiling petgraph v0.6.4 |
1673 | 2024-03-01T22:15:32.417Z | Compiling bstr v1.6.0 |
1674 | 2024-03-01T22:15:32.448Z | Compiling reqwest v0.11.24 |
1675 | 2024-03-01T22:15:33.908Z | Compiling nom v7.1.3 |
1676 | 2024-03-01T22:15:35.431Z | Compiling toml_edit v0.22.6 |
1677 | 2024-03-01T22:15:37.592Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1678 | 2024-03-01T22:15:38.900Z | Compiling trust-dns-proto v0.22.0 |
1679 | 2024-03-01T22:15:42.896Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1680 | 2024-03-01T22:15:43.003Z | Compiling tokio-postgres v0.7.10 |
1681 | 2024-03-01T22:15:43.412Z | Compiling elliptic-curve v0.13.8 |
1682 | 2024-03-01T22:15:47.205Z | Compiling futures v0.3.30 |
1683 | 2024-03-01T22:15:47.333Z | Compiling diesel v2.1.4 |
1684 | 2024-03-01T22:15:47.368Z | Compiling yasna v0.5.2 |
1685 | 2024-03-01T22:15:47.628Z | Compiling zip v0.6.6 |
1686 | 2024-03-01T22:15:48.179Z | Compiling crossterm v0.27.0 |
1687 | 2024-03-01T22:15:48.296Z | Compiling cipher v0.4.4 |
1688 | 2024-03-01T22:15:48.770Z | Compiling clap v4.5.0 |
1689 | 2024-03-01T22:15:48.900Z | Compiling similar v2.3.0 |
1690 | 2024-03-01T22:15:48.990Z | Compiling bit-set v0.5.3 |
1691 | 2024-03-01T22:15:49.178Z | Compiling usdt v0.3.5 |
1692 | 2024-03-01T22:15:49.447Z | Compiling console v0.15.8 |
1693 | 2024-03-01T22:15:51.024Z | Compiling tokio-stream v0.1.14 |
1694 | 2024-03-01T22:15:51.507Z | Compiling toml v0.7.8 |
1695 | 2024-03-01T22:15:51.913Z | Compiling hex v0.4.3 |
1696 | 2024-03-01T22:15:52.505Z | Compiling proc-macro-error-attr v1.0.4 |
1697 | 2024-03-01T22:15:52.817Z | Compiling lalrpop-util v0.19.12 |
1698 | 2024-03-01T22:15:54.627Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1699 | 2024-03-01T22:15:55.648Z | Compiling proc-macro-crate v1.3.1 |
1700 | 2024-03-01T22:15:56.721Z | Compiling proc-macro-error v1.0.4 |
1701 | 2024-03-01T22:15:56.902Z | Compiling camino v1.1.6 |
1702 | 2024-03-01T22:15:57.182Z | Compiling heapless v0.8.0 |
1703 | 2024-03-01T22:15:59.615Z | Compiling num_enum_derive v0.5.11 |
1704 | 2024-03-01T22:16:08.344Z | Compiling atty v0.2.14 |
1705 | 2024-03-01T22:16:08.911Z | Compiling hash32 v0.3.1 |
1706 | 2024-03-01T22:16:09.172Z | Compiling strsim v0.10.0 |
1707 | 2024-03-01T22:16:09.971Z | Compiling smoltcp v0.11.0 |
1708 | 2024-03-01T22:16:10.606Z | Compiling rustls-pki-types v1.3.0 |
1709 | 2024-03-01T22:16:11.935Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1710 | 2024-03-01T22:16:12.258Z | Compiling ident_case v1.0.1 |
1711 | 2024-03-01T22:16:13.718Z | Compiling darling_core v0.20.3 |
1712 | 2024-03-01T22:16:24.367Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1713 | 2024-03-01T22:16:28.669Z | Compiling num_enum v0.5.11 |
1714 | 2024-03-01T22:16:37.869Z | Compiling dirs-sys-next v0.1.2 |
1715 | 2024-03-01T22:16:39.006Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1716 | 2024-03-01T22:16:40.325Z | Compiling cobs v0.2.3 |
1717 | 2024-03-01T22:16:41.293Z | Compiling rustls v0.22.2 |
1718 | 2024-03-01T22:16:41.439Z | Compiling embedded-io v0.4.0 |
1719 | 2024-03-01T22:16:48.036Z | Compiling postcard v1.0.8 |
1720 | 2024-03-01T22:16:48.992Z | Compiling dirs-next v2.0.0 |
1721 | 2024-03-01T22:16:51.751Z | Compiling darling_macro v0.20.3 |
1722 | 2024-03-01T22:16:52.839Z | Compiling rustls-webpki v0.102.1 |
1723 | 2024-03-01T22:16:56.287Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1724 | 2024-03-01T22:17:00.299Z | Compiling getopts v0.2.21 |
1725 | 2024-03-01T22:17:00.438Z | Compiling strum_macros v0.26.1 |
1726 | 2024-03-01T22:17:01.180Z | Compiling foreign-types-macros v0.2.3 |
1727 | 2024-03-01T22:17:02.013Z | Compiling structmeta-derive v0.3.0 |
1728 | 2024-03-01T22:17:02.597Z | Compiling thread_local v1.1.7 |
1729 | 2024-03-01T22:17:02.636Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1730 | 2024-03-01T22:17:02.930Z | Compiling multer v3.0.0 |
1731 | 2024-03-01T22:17:03.161Z | Compiling paste v1.0.14 |
1732 | 2024-03-01T22:17:03.246Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1733 | 2024-03-01T22:17:03.454Z | Compiling rayon-core v1.12.1 |
1734 | 2024-03-01T22:17:04.524Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1735 | 2024-03-01T22:17:04.797Z | Compiling match_cfg v0.1.0 |
1736 | 2024-03-01T22:17:04.817Z | Compiling slog-async v2.8.0 |
1737 | 2024-03-01T22:17:05.050Z | Compiling unsafe-libyaml v0.2.10 |
1738 | 2024-03-01T22:17:05.422Z | Compiling foreign-types-shared v0.3.1 |
1739 | 2024-03-01T22:17:08.894Z | Compiling serde_yaml v0.9.25 |
1740 | 2024-03-01T22:17:09.398Z | Compiling foreign-types v0.5.0 |
1741 | 2024-03-01T22:17:09.748Z | Compiling strum v0.26.1 |
1742 | 2024-03-01T22:17:10.420Z | Compiling hostname v0.3.1 |
1743 | 2024-03-01T22:17:10.702Z | Compiling structmeta v0.3.0 |
1744 | 2024-03-01T22:17:13.765Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1745 | 2024-03-01T22:17:17.137Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1746 | 2024-03-01T22:17:17.581Z | Compiling darling v0.20.3 |
1747 | 2024-03-01T22:17:24.400Z | Compiling term v0.7.0 |
1748 | 2024-03-01T22:17:25.628Z | Compiling slog-json v2.6.1 |
1749 | 2024-03-01T22:17:25.945Z | Compiling crossbeam-deque v0.8.3 |
1750 | 2024-03-01T22:17:26.883Z | Compiling is-terminal v0.4.9 |
1751 | 2024-03-01T22:17:27.007Z | Compiling crossbeam-channel v0.5.8 |
1752 | 2024-03-01T22:17:28.222Z | Compiling http v1.0.0 |
1753 | 2024-03-01T22:17:28.385Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1754 | 2024-03-01T22:17:28.794Z | Compiling async-stream-impl v0.3.5 |
1755 | 2024-03-01T22:17:29.164Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1756 | 2024-03-01T22:17:29.242Z | Compiling cstr-argument v0.1.2 |
1757 | 2024-03-01T22:17:29.499Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1758 | 2024-03-01T22:17:29.778Z | Compiling fastrand v2.0.1 |
1759 | 2024-03-01T22:17:29.960Z | Compiling pretty-hex v0.2.1 |
1760 | 2024-03-01T22:17:30.171Z | Compiling crucible-workspace-hack v0.1.0 |
1761 | 2024-03-01T22:17:30.454Z | Compiling take_mut v0.2.2 |
1762 | 2024-03-01T22:17:30.471Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1763 | 2024-03-01T22:17:30.495Z | Compiling atomic-waker v1.1.1 |
1764 | 2024-03-01T22:17:30.624Z | Compiling waitgroup v0.1.2 |
1765 | 2024-03-01T22:17:30.819Z | Compiling tempfile v3.10.0 |
1766 | 2024-03-01T22:17:30.867Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1767 | 2024-03-01T22:17:30.925Z | Compiling async-stream v0.3.5 |
1768 | 2024-03-01T22:17:31.553Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1769 | 2024-03-01T22:17:32.713Z | Compiling colored v2.0.4 |
1770 | 2024-03-01T22:17:33.982Z | Compiling slog-bunyan v2.5.0 |
1771 | 2024-03-01T22:17:34.192Z | Compiling slog-term v2.9.0 |
1772 | 2024-03-01T22:17:34.241Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1773 | 2024-03-01T22:17:34.262Z | Compiling tokio-rustls v0.25.0 |
1774 | 2024-03-01T22:17:34.692Z | Compiling serde_with_macros v3.6.1 |
1775 | 2024-03-01T22:17:37.231Z | Compiling parse-display-derive v0.9.0 |
1776 | 2024-03-01T22:17:37.533Z | Compiling toml v0.8.10 |
1777 | 2024-03-01T22:17:38.237Z | Compiling rustls-pemfile v2.1.0 |
1778 | 2024-03-01T22:17:38.984Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1779 | 2024-03-01T22:17:40.556Z | Compiling sha1 v0.10.6 |
1780 | 2024-03-01T22:17:41.245Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1781 | 2024-03-01T22:17:41.473Z | Compiling textwrap v0.11.0 |
1782 | 2024-03-01T22:17:42.560Z | Compiling heck v0.3.3 |
1783 | 2024-03-01T22:17:42.962Z | Compiling newtype-uuid v1.0.1 |
1784 | 2024-03-01T22:17:43.283Z | Compiling serde_path_to_error v0.1.15 |
1785 | 2024-03-01T22:17:43.301Z | Compiling instant v0.1.12 |
1786 | 2024-03-01T22:17:43.428Z | Compiling debug-ignore v1.0.5 |
1787 | 2024-03-01T22:17:43.471Z | Compiling vec_map v0.8.2 |
1788 | 2024-03-01T22:17:43.593Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1789 | 2024-03-01T22:17:43.819Z | Compiling strsim v0.8.0 |
1790 | 2024-03-01T22:17:44.326Z | Compiling ansi_term v0.12.1 |
1791 | 2024-03-01T22:17:44.326Z | Compiling libefi-sys v0.1.0 |
1792 | 2024-03-01T22:17:44.622Z | Compiling clap v2.34.0 |
1793 | 2024-03-01T22:17:45.262Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1794 | 2024-03-01T22:17:47.542Z | Compiling backoff v0.4.0 |
1795 | 2024-03-01T22:17:47.834Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1796 | 2024-03-01T22:17:47.912Z | Compiling structopt-derive v0.4.18 |
1797 | 2024-03-01T22:17:48.178Z | Compiling parse-display v0.9.0 |
1798 | 2024-03-01T22:17:50.093Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1799 | 2024-03-01T22:17:50.256Z | Compiling serde_with v3.6.1 |
1800 | 2024-03-01T22:17:50.308Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1801 | 2024-03-01T22:17:50.329Z | Compiling rayon v1.9.0 |
1802 | 2024-03-01T22:17:51.012Z | Compiling camino-tempfile v1.1.1 |
1803 | 2024-03-01T22:17:51.900Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
1804 | 2024-03-01T22:17:52.388Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1805 | 2024-03-01T22:17:52.564Z | Compiling zone_cfg_derive v0.3.0 |
1806 | 2024-03-01T22:17:53.980Z | Compiling macaddr v1.0.1 |
1807 | 2024-03-01T22:17:54.615Z | Compiling num-derive v0.4.0 |
1808 | 2024-03-01T22:17:54.640Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1809 | 2024-03-01T22:17:54.989Z | Compiling blake3 v1.5.0 |
1810 | 2024-03-01T22:17:55.565Z | Compiling portable-atomic v1.4.3 |
1811 | 2024-03-01T22:17:56.520Z | Compiling zone v0.3.0 |
1812 | 2024-03-01T22:17:56.583Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1813 | 2024-03-01T22:17:56.854Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1814 | 2024-03-01T22:17:58.534Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
1815 | 2024-03-01T22:17:59.059Z | Compiling structopt v0.3.26 |
1816 | 2024-03-01T22:17:59.575Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1817 | 2024-03-01T22:17:59.646Z | Compiling smf v0.2.2 |
1818 | 2024-03-01T22:18:00.113Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1819 | 2024-03-01T22:18:00.574Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1820 | 2024-03-01T22:18:00.788Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1821 | 2024-03-01T22:18:00.827Z | Compiling memmap2 v0.7.1 |
1822 | 2024-03-01T22:18:01.370Z | Compiling xattr v1.0.1 |
1823 | 2024-03-01T22:18:01.674Z | Compiling filetime v0.2.23 |
1824 | 2024-03-01T22:18:02.032Z | Compiling arrayref v0.3.7 |
1825 | 2024-03-01T22:18:02.142Z | Compiling constant_time_eq v0.3.0 |
1826 | 2024-03-01T22:18:02.323Z | Compiling arrayvec v0.7.4 |
1827 | 2024-03-01T22:18:02.416Z | Compiling same-file v1.0.6 |
1828 | 2024-03-01T22:18:02.692Z | Compiling walkdir v2.4.0 |
1829 | 2024-03-01T22:18:03.413Z | Compiling tar v0.4.40 |
1830 | 2024-03-01T22:18:04.283Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1831 | 2024-03-01T22:18:05.566Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1832 | 2024-03-01T22:18:05.977Z | Compiling gethostname v0.4.3 |
1833 | 2024-03-01T22:18:06.250Z | Compiling number_prefix v0.4.0 |
1834 | 2024-03-01T22:18:06.492Z | Compiling topological-sort v0.2.2 |
1835 | 2024-03-01T22:18:06.732Z | Compiling omicron-zone-package v0.11.0 |
1836 | 2024-03-01T22:18:07.734Z | Compiling indicatif v0.17.8 |
1837 | 2024-03-01T22:18:08.559Z | Compiling swrite v0.1.0 |
1838 | 2024-03-01T22:18:11.730Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1839 | 2024-03-01T22:18:14.922Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1840 | 2024-03-01T22:18:16.431Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1841 | 2024-03-01T22:18:34.865Z | Finished release [optimized] target(s) in 5m 02s |
1842 | 2024-03-01T22:18:35.114Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1843 | 2024-03-01T22:18:35.177Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1844 | 2024-03-01T22:18:35.180Z | Created new build target 'test' and set it as active |
1845 | 2024-03-01T22:18:35.180Z | |
1846 | 2024-03-01T22:18:35.180Z | real 5:03.248629916 |
1847 | 2024-03-01T22:18:35.180Z | user 32:31.496553796 |
1848 | 2024-03-01T22:18:35.181Z | sys 3:49.149309546 |
1849 | 2024-03-01T22:18:35.181Z | trap 0.978796500 |
1850 | 2024-03-01T22:18:35.181Z | tflt 5.129394550 |
1851 | 2024-03-01T22:18:35.181Z | dflt 3.767715198 |
1852 | 2024-03-01T22:18:35.181Z | kflt 0.044452391 |
1853 | 2024-03-01T22:18:35.181Z | lock 1:09:17.550476921 |
1854 | 2024-03-01T22:18:35.181Z | slp 1:32:27.941036934 |
1855 | 2024-03-01T22:18:35.181Z | lat 2:06.238530386 |
1856 | 2024-03-01T22:18:35.181Z | stop 3:40.562339929 |
1857 | 2024-03-01T22:18:35.181Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1858 | 2024-03-01T22:18:35.923Z | Finished release [optimized] target(s) in 0.68s |
1859 | 2024-03-01T22:18:35.943Z | Running `target/release/omicron-package -t test package` |
1860 | 2024-03-01T22:18:35.963Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1861 | 2024-03-01T22:18:36.751Z | Compiling linked-hash-map v0.5.6 |
1862 | 2024-03-01T22:18:36.754Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1863 | 2024-03-01T22:18:36.754Z | Compiling usdt-attr-macro v0.5.0 |
1864 | 2024-03-01T22:18:36.754Z | Compiling usdt-macro v0.5.0 |
1865 | 2024-03-01T22:18:36.754Z | Compiling memmap v0.7.0 |
1866 | 2024-03-01T22:18:36.754Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1867 | 2024-03-01T22:18:36.819Z | Compiling password-hash v0.5.0 |
1868 | 2024-03-01T22:18:36.829Z | Compiling blake2 v0.10.6 |
1869 | 2024-03-01T22:18:37.164Z | Compiling lru-cache v0.1.2 |
1870 | 2024-03-01T22:18:37.226Z | Compiling semver v0.1.20 |
1871 | 2024-03-01T22:18:37.366Z | Compiling argon2 v0.5.3 |
1872 | 2024-03-01T22:18:37.778Z | Compiling rustc_version v0.1.7 |
1873 | 2024-03-01T22:18:38.126Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1874 | 2024-03-01T22:18:38.147Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1875 | 2024-03-01T22:18:38.176Z | Compiling quick-error v1.2.3 |
1876 | 2024-03-01T22:18:38.247Z | Compiling usdt v0.5.0 |
1877 | 2024-03-01T22:18:38.320Z | Compiling resolv-conf v0.7.0 |
1878 | 2024-03-01T22:18:38.383Z | Compiling newtype_derive v0.1.6 |
1879 | 2024-03-01T22:18:38.660Z | Compiling rayon-core v1.12.1 |
1880 | 2024-03-01T22:18:38.677Z | Compiling crossbeam-deque v0.8.3 |
1881 | 2024-03-01T22:18:38.706Z | Compiling fastrand v2.0.1 |
1882 | 2024-03-01T22:18:39.014Z | Compiling same-file v1.0.6 |
1883 | 2024-03-01T22:18:39.194Z | Compiling walkdir v2.4.0 |
1884 | 2024-03-01T22:18:39.204Z | Compiling tempfile v3.10.0 |
1885 | 2024-03-01T22:18:39.816Z | Compiling trust-dns-resolver v0.22.0 |
1886 | 2024-03-01T22:18:39.865Z | Compiling itertools v0.12.1 |
1887 | 2024-03-01T22:18:39.913Z | Compiling camino v1.1.6 |
1888 | 2024-03-01T22:18:39.970Z | Compiling semver-parser v0.10.2 |
1889 | 2024-03-01T22:18:39.991Z | Compiling slog-dtrace v0.3.0 |
1890 | 2024-03-01T22:18:40.097Z | Compiling rayon v1.9.0 |
1891 | 2024-03-01T22:18:40.349Z | Compiling blake3 v1.5.0 |
1892 | 2024-03-01T22:18:40.841Z | Compiling semver v0.11.0 |
1893 | 2024-03-01T22:18:41.582Z | Compiling nibble_vec v0.1.0 |
1894 | 2024-03-01T22:18:41.643Z | Compiling filetime v0.2.23 |
1895 | 2024-03-01T22:18:41.791Z | Compiling memmap2 v0.7.1 |
1896 | 2024-03-01T22:18:41.837Z | Compiling xattr v1.0.1 |
1897 | 2024-03-01T22:18:41.935Z | Compiling constant_time_eq v0.3.0 |
1898 | 2024-03-01T22:18:42.073Z | Compiling arrayvec v0.7.4 |
1899 | 2024-03-01T22:18:42.083Z | Compiling arrayref v0.3.7 |
1900 | 2024-03-01T22:18:42.130Z | Compiling home v0.5.5 |
1901 | 2024-03-01T22:18:42.172Z | Compiling endian-type v0.1.2 |
1902 | 2024-03-01T22:18:42.180Z | Compiling tar v0.4.40 |
1903 | 2024-03-01T22:18:42.356Z | Compiling radix_trie v0.2.1 |
1904 | 2024-03-01T22:18:42.392Z | Compiling toolchain_find v0.2.0 |
1905 | 2024-03-01T22:18:42.460Z | Compiling steno v0.4.0 |
1906 | 2024-03-01T22:18:42.925Z | Compiling camino-tempfile v1.1.1 |
1907 | 2024-03-01T22:18:43.344Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1908 | 2024-03-01T22:18:43.561Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1909 | 2024-03-01T22:18:43.976Z | Compiling toml v0.5.11 |
1910 | 2024-03-01T22:18:44.051Z | Compiling derive-where v1.2.7 |
1911 | 2024-03-01T22:18:45.108Z | Compiling num-rational v0.4.1 |
1912 | 2024-03-01T22:18:45.416Z | Compiling radium v0.7.0 |
1913 | 2024-03-01T22:18:45.831Z | Compiling topological-sort v0.2.2 |
1914 | 2024-03-01T22:18:46.041Z | Compiling omicron-zone-package v0.11.0 |
1915 | 2024-03-01T22:18:46.336Z | Compiling rustfmt-wrapper v0.2.0 |
1916 | 2024-03-01T22:18:47.192Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1917 | 2024-03-01T22:18:47.267Z | Compiling toml v0.8.10 |
1918 | 2024-03-01T22:18:47.370Z | Compiling maybe-uninit v2.0.0 |
1919 | 2024-03-01T22:18:47.393Z | Compiling cancel-safe-futures v0.1.5 |
1920 | 2024-03-01T22:18:47.717Z | Compiling tap v1.0.1 |
1921 | 2024-03-01T22:18:47.863Z | Compiling wyz v0.5.1 |
1922 | 2024-03-01T22:18:48.835Z | Compiling num-complex v0.4.4 |
1923 | 2024-03-01T22:18:48.859Z | Compiling funty v2.0.0 |
1924 | 2024-03-01T22:18:50.124Z | Compiling packed_struct v0.10.1 |
1925 | 2024-03-01T22:18:50.522Z | Compiling num-bigint-dig v0.8.4 |
1926 | 2024-03-01T22:18:50.532Z | Compiling crc-catalog v2.2.0 |
1927 | 2024-03-01T22:18:50.662Z | Compiling crc v3.0.1 |
1928 | 2024-03-01T22:18:50.840Z | Compiling bitvec v1.0.1 |
1929 | 2024-03-01T22:18:51.408Z | Compiling num v0.4.1 |
1930 | 2024-03-01T22:18:51.597Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1931 | 2024-03-01T22:18:51.608Z | Compiling fxhash v0.2.1 |
1932 | 2024-03-01T22:18:51.808Z | Compiling packed_struct_codegen v0.10.1 |
1933 | 2024-03-01T22:18:52.165Z | Compiling indexmap v1.9.3 |
1934 | 2024-03-01T22:18:52.459Z | Compiling utf-8 v0.7.6 |
1935 | 2024-03-01T22:18:52.636Z | Compiling nodrop v0.1.14 |
1936 | 2024-03-01T22:18:52.707Z | Compiling tungstenite v0.20.1 |
1937 | 2024-03-01T22:18:52.747Z | Compiling array-init v0.0.4 |
1938 | 2024-03-01T22:18:52.789Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1939 | 2024-03-01T22:18:54.012Z | Compiling smallvec v0.6.14 |
1940 | 2024-03-01T22:18:54.470Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1941 | 2024-03-01T22:18:58.189Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1942 | 2024-03-01T22:18:59.604Z | Compiling pkcs1 v0.7.5 |
1943 | 2024-03-01T22:19:03.414Z | Compiling signature v2.1.0 |
1944 | 2024-03-01T22:19:03.645Z | Compiling unicase v2.7.0 |
1945 | 2024-03-01T22:19:03.683Z | Compiling half v2.3.1 |
1946 | 2024-03-01T22:19:03.937Z | Compiling hashbrown v0.12.3 |
1947 | 2024-03-01T22:19:04.396Z | Compiling termcolor v1.2.0 |
1948 | 2024-03-01T22:19:05.284Z | Compiling bitfield v0.14.0 |
1949 | 2024-03-01T22:19:05.480Z | Compiling ciborium-io v0.2.2 |
1950 | 2024-03-01T22:19:05.596Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1951 | 2024-03-01T22:19:05.609Z | Compiling ciborium-ll v0.2.2 |
1952 | 2024-03-01T22:19:06.702Z | Compiling env_logger v0.10.0 |
1953 | 2024-03-01T22:19:06.727Z | Compiling rsa v0.9.2 |
1954 | 2024-03-01T22:19:07.107Z | Compiling serde-hex v0.1.0 |
1955 | 2024-03-01T22:19:10.712Z | Compiling tokio-tungstenite v0.20.1 |
1956 | 2024-03-01T22:19:11.255Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1957 | 2024-03-01T22:19:11.570Z | Compiling x509-cert v0.2.4 |
1958 | 2024-03-01T22:19:12.282Z | Compiling ron v0.8.1 |
1959 | 2024-03-01T22:19:12.377Z | Compiling hashbrown v0.13.2 |
1960 | 2024-03-01T22:19:13.789Z | Compiling display-error-chain v0.2.0 |
1961 | 2024-03-01T22:19:13.970Z | Compiling arc-swap v1.6.0 |
1962 | 2024-03-01T22:19:14.689Z | Compiling crc-any v2.4.3 |
1963 | 2024-03-01T22:19:15.656Z | Compiling slog-scope v4.4.0 |
1964 | 2024-03-01T22:19:16.546Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1965 | 2024-03-01T22:19:17.191Z | Compiling object v0.30.4 |
1966 | 2024-03-01T22:19:18.246Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1967 | 2024-03-01T22:19:18.445Z | Compiling ciborium v0.2.2 |
1968 | 2024-03-01T22:19:18.681Z | Compiling libsw v3.3.1 |
1969 | 2024-03-01T22:19:19.012Z | Compiling path-slash v0.1.5 |
1970 | 2024-03-01T22:19:19.226Z | Compiling parking_lot_core v0.8.6 |
1971 | 2024-03-01T22:19:19.624Z | Compiling owo-colors v4.0.0 |
1972 | 2024-03-01T22:19:20.676Z | Compiling linear-map v1.2.0 |
1973 | 2024-03-01T22:19:21.107Z | Compiling slog-stdlog v4.1.1 |
1974 | 2024-03-01T22:19:22.020Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1975 | 2024-03-01T22:19:22.666Z | Compiling dirs-sys-next v0.1.2 |
1976 | 2024-03-01T22:19:23.176Z | Compiling convert_case v0.4.0 |
1977 | 2024-03-01T22:19:23.958Z | Compiling crunchy v0.2.2 |
1978 | 2024-03-01T22:19:23.972Z | Compiling glob v0.3.1 |
1979 | 2024-03-01T22:19:24.386Z | Compiling derive_more v0.99.17 |
1980 | 2024-03-01T22:19:24.797Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1981 | 2024-03-01T22:19:29.686Z | Compiling clang-sys v1.6.1 |
1982 | 2024-03-01T22:19:30.320Z | Compiling dirs-next v2.0.0 |
1983 | 2024-03-01T22:19:30.846Z | Compiling slog-envlogger v2.2.0 |
1984 | 2024-03-01T22:19:31.555Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1985 | 2024-03-01T22:19:32.008Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1986 | 2024-03-01T22:19:33.497Z | Compiling platforms v3.0.2 |
1987 | 2024-03-01T22:19:33.828Z | Compiling prettyplease v0.2.16 |
1988 | 2024-03-01T22:19:34.108Z | Compiling tiny-keccak v2.0.2 |
1989 | 2024-03-01T22:19:34.429Z | Compiling parking_lot v0.11.2 |
1990 | 2024-03-01T22:19:36.521Z | Compiling mime_guess v2.0.4 |
1991 | 2024-03-01T22:19:36.892Z | Compiling term v0.7.0 |
1992 | 2024-03-01T22:19:37.194Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1993 | 2024-03-01T22:19:37.903Z | Compiling trust-dns-client v0.22.0 |
1994 | 2024-03-01T22:19:38.143Z | Compiling darling_core v0.14.4 |
1995 | 2024-03-01T22:19:41.799Z | Compiling pem v3.0.2 |
1996 | 2024-03-01T22:19:43.438Z | Compiling darling_macro v0.14.4 |
1997 | 2024-03-01T22:19:44.430Z | Compiling ascii-canvas v3.0.0 |
1998 | 2024-03-01T22:19:44.514Z | Compiling sled v0.34.7 |
1999 | 2024-03-01T22:19:45.443Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2000 | 2024-03-01T22:19:45.976Z | Compiling trust-dns-server v0.22.1 |
2001 | 2024-03-01T22:19:48.045Z | Compiling is-terminal v0.4.9 |
2002 | 2024-03-01T22:19:48.165Z | Compiling ena v0.14.2 |
2003 | 2024-03-01T22:19:48.552Z | Compiling vte_generate_state_changes v0.1.1 |
2004 | 2024-03-01T22:19:49.153Z | Compiling libloading v0.7.4 |
2005 | 2024-03-01T22:19:49.183Z | Compiling regex-syntax v0.6.29 |
2006 | 2024-03-01T22:19:49.508Z | Compiling bindgen v0.69.2 |
2007 | 2024-03-01T22:19:49.933Z | Compiling diff v0.1.13 |
2008 | 2024-03-01T22:19:53.644Z | Compiling lalrpop v0.19.12 |
2009 | 2024-03-01T22:19:54.587Z | Compiling vte v0.11.1 |
2010 | 2024-03-01T22:19:56.543Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2011 | 2024-03-01T22:19:59.314Z | Compiling curve25519-dalek v4.1.1 |
2012 | 2024-03-01T22:20:01.428Z | Compiling darling v0.14.4 |
2013 | 2024-03-01T22:20:01.713Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2014 | 2024-03-01T22:20:04.265Z | Compiling cexpr v0.6.0 |
2015 | 2024-03-01T22:20:05.736Z | Compiling which v4.4.0 |
2016 | 2024-03-01T22:20:06.293Z | Compiling kstat-rs v0.2.3 |
2017 | 2024-03-01T22:20:07.254Z | Compiling memoffset v0.7.1 |
2018 | 2024-03-01T22:20:07.548Z | Compiling keccak v0.1.4 |
2019 | 2024-03-01T22:20:08.484Z | Compiling shlex v1.3.0 |
2020 | 2024-03-01T22:20:08.600Z | Compiling bytecount v0.6.3 |
2021 | 2024-03-01T22:20:08.871Z | Compiling rustc-hash v1.1.0 |
2022 | 2024-03-01T22:20:08.914Z | Compiling doc-comment v0.3.3 |
2023 | 2024-03-01T22:20:09.015Z | Compiling lazycell v1.3.0 |
2024 | 2024-03-01T22:20:09.177Z | Compiling buf-list v1.0.3 |
2025 | 2024-03-01T22:20:09.399Z | Compiling peeking_take_while v0.1.2 |
2026 | 2024-03-01T22:20:09.917Z | Compiling papergrid v0.11.0 |
2027 | 2024-03-01T22:20:15.601Z | Compiling sha3 v0.10.8 |
2028 | 2024-03-01T22:20:16.605Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2029 | 2024-03-01T22:20:21.577Z | Compiling polar-core v0.27.0 |
2030 | 2024-03-01T22:20:21.762Z | Compiling derive_builder_core v0.12.0 |
2031 | 2024-03-01T22:20:23.837Z | Compiling strip-ansi-escapes v0.2.0 |
2032 | 2024-03-01T22:20:23.960Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2033 | 2024-03-01T22:20:24.089Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2034 | 2024-03-01T22:20:24.111Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
2035 | 2024-03-01T22:20:24.619Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2036 | 2024-03-01T22:20:25.031Z | Compiling tabled_derive v0.7.0 |
2037 | 2024-03-01T22:20:26.174Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2038 | 2024-03-01T22:20:26.389Z | Compiling fd-lock v4.0.2 |
2039 | 2024-03-01T22:20:26.601Z | Compiling headers-core v0.2.0 |
2040 | 2024-03-01T22:20:26.758Z | Compiling fd-lock v3.0.13 |
2041 | 2024-03-01T22:20:26.966Z | Compiling universal-hash v0.5.1 |
2042 | 2024-03-01T22:20:27.164Z | Compiling nix v0.27.1 |
2043 | 2024-03-01T22:20:27.337Z | Compiling secrecy v0.8.0 |
2044 | 2024-03-01T22:20:27.588Z | Compiling libxml v0.3.3 |
2045 | 2024-03-01T22:20:27.921Z | Compiling sqlparser_derive v0.2.2 |
2046 | 2024-03-01T22:20:28.859Z | Compiling pin-project-internal v1.1.3 |
2047 | 2024-03-01T22:20:28.918Z | Compiling thiserror-impl-no-std v2.0.2 |
2048 | 2024-03-01T22:20:29.807Z | Compiling curve25519-dalek-derive v0.1.0 |
2049 | 2024-03-01T22:20:31.219Z | Compiling unicode_categories v0.1.1 |
2050 | 2024-03-01T22:20:31.568Z | Compiling strum v0.25.0 |
2051 | 2024-03-01T22:20:31.627Z | Compiling ref-cast v1.0.20 |
2052 | 2024-03-01T22:20:31.640Z | Compiling opaque-debug v0.3.0 |
2053 | 2024-03-01T22:20:31.733Z | Compiling nu-ansi-term v0.50.0 |
2054 | 2024-03-01T22:20:32.029Z | Compiling rustyline v13.0.0 |
2055 | 2024-03-01T22:20:32.125Z | Compiling poly1305 v0.8.0 |
2056 | 2024-03-01T22:20:32.286Z | Compiling reedline v0.29.0 |
2057 | 2024-03-01T22:20:32.999Z | Compiling pin-project v1.1.3 |
2058 | 2024-03-01T22:20:33.130Z | Compiling thiserror-no-std v2.0.2 |
2059 | 2024-03-01T22:20:33.247Z | Compiling sqlformat v0.2.3 |
2060 | 2024-03-01T22:20:33.833Z | Compiling sqlparser v0.43.1 |
2061 | 2024-03-01T22:20:36.784Z | Compiling tabled v0.15.0 |
2062 | 2024-03-01T22:20:40.845Z | Compiling headers v0.3.9 |
2063 | 2024-03-01T22:20:41.970Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2064 | 2024-03-01T22:20:42.856Z | Compiling derive_builder_macro v0.12.0 |
2065 | 2024-03-01T22:20:45.587Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2066 | 2024-03-01T22:20:45.816Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2067 | 2024-03-01T22:20:46.081Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2068 | 2024-03-01T22:20:46.348Z | Compiling chacha20 v0.9.1 |
2069 | 2024-03-01T22:20:46.781Z | Compiling aead v0.5.2 |
2070 | 2024-03-01T22:20:47.081Z | Compiling strum_macros v0.24.3 |
2071 | 2024-03-01T22:20:50.510Z | Compiling bcs v0.1.6 |
2072 | 2024-03-01T22:20:51.429Z | Compiling snafu-derive v0.7.5 |
2073 | 2024-03-01T22:20:53.499Z | Compiling ref-cast-impl v1.0.20 |
2074 | 2024-03-01T22:20:54.612Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2075 | 2024-03-01T22:20:54.896Z | Compiling fs-err v2.11.0 |
2076 | 2024-03-01T22:20:55.189Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2077 | 2024-03-01T22:20:55.475Z | Compiling cookie v0.18.0 |
2078 | 2024-03-01T22:20:55.760Z | Compiling salty v0.2.0 |
2079 | 2024-03-01T22:20:56.144Z | Compiling highway v1.1.0 |
2080 | 2024-03-01T22:20:56.303Z | Compiling indoc v1.0.9 |
2081 | 2024-03-01T22:20:56.405Z | Compiling signature v1.6.4 |
2082 | 2024-03-01T22:20:56.561Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2083 | 2024-03-01T22:20:56.758Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2084 | 2024-03-01T22:20:56.877Z | Compiling ed25519 v1.5.3 |
2085 | 2024-03-01T22:20:57.174Z | Compiling snafu v0.7.5 |
2086 | 2024-03-01T22:20:57.975Z | Compiling chacha20poly1305 v0.10.1 |
2087 | 2024-03-01T22:20:58.238Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2088 | 2024-03-01T22:20:58.550Z | Compiling derive_builder v0.12.0 |
2089 | 2024-03-01T22:21:02.692Z | Compiling vsss-rs v3.3.4 |
2090 | 2024-03-01T22:21:03.165Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2091 | 2024-03-01T22:21:03.853Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2092 | 2024-03-01T22:21:05.217Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2093 | 2024-03-01T22:21:05.393Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2094 | 2024-03-01T22:21:05.527Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2095 | 2024-03-01T22:21:05.656Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2096 | 2024-03-01T22:21:07.146Z | Compiling globset v0.4.13 |
2097 | 2024-03-01T22:21:07.335Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
2098 | 2024-03-01T22:21:09.629Z | Compiling olpc-cjson v0.1.3 |
2099 | 2024-03-01T22:21:10.004Z | Compiling bb8 v0.8.3 |
2100 | 2024-03-01T22:21:10.522Z | Compiling quick-xml v0.30.0 |
2101 | 2024-03-01T22:21:10.905Z | Compiling serde-big-array v0.5.1 |
2102 | 2024-03-01T22:21:11.141Z | Compiling serde_plain v1.0.2 |
2103 | 2024-03-01T22:21:11.659Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2104 | 2024-03-01T22:21:12.466Z | Compiling async-recursion v1.0.5 |
2105 | 2024-03-01T22:21:13.428Z | Compiling impl-trait-for-tuples v0.2.2 |
2106 | 2024-03-01T22:21:13.460Z | Compiling oso-derive v0.27.0 |
2107 | 2024-03-01T22:21:14.425Z | Compiling http-range v0.1.5 |
2108 | 2024-03-01T22:21:15.017Z | Compiling maplit v1.0.2 |
2109 | 2024-03-01T22:21:15.127Z | Compiling typed-path v0.7.0 |
2110 | 2024-03-01T22:21:15.561Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2111 | 2024-03-01T22:21:16.785Z | Compiling hyper-staticfile v0.9.5 |
2112 | 2024-03-01T22:21:19.999Z | Compiling tough v0.16.0 |
2113 | 2024-03-01T22:21:21.868Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2114 | 2024-03-01T22:21:23.625Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2115 | 2024-03-01T22:21:23.665Z | Compiling oso v0.27.0 |
2116 | 2024-03-01T22:21:24.276Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
2117 | 2024-03-01T22:21:55.365Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2118 | 2024-03-01T22:21:56.892Z | Compiling signal-hook-tokio v0.3.1 |
2119 | 2024-03-01T22:21:57.095Z | Compiling serde-big-array v0.4.1 |
2120 | 2024-03-01T22:21:57.279Z | Compiling parse-size v1.0.0 |
2121 | 2024-03-01T22:21:57.431Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2122 | 2024-03-01T22:21:57.569Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2123 | 2024-03-01T22:21:57.633Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2124 | 2024-03-01T22:21:58.769Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2125 | 2024-03-01T22:21:59.397Z | Compiling castaway v0.2.2 |
2126 | 2024-03-01T22:21:59.570Z | Compiling corncobs v0.1.3 |
2127 | 2024-03-01T22:21:59.937Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2128 | 2024-03-01T22:22:00.754Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2129 | 2024-03-01T22:22:06.389Z | Compiling compact_str v0.7.1 |
2130 | 2024-03-01T22:22:07.141Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2131 | 2024-03-01T22:22:07.974Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2132 | 2024-03-01T22:22:08.379Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2133 | 2024-03-01T22:22:08.656Z | Compiling lru v0.12.1 |
2134 | 2024-03-01T22:22:09.045Z | Compiling stability v0.1.1 |
2135 | 2024-03-01T22:22:09.925Z | Compiling indoc v2.0.3 |
2136 | 2024-03-01T22:22:10.478Z | Compiling cassowary v0.3.0 |
2137 | 2024-03-01T22:22:10.938Z | Compiling ratatui v0.26.1 |
2138 | 2024-03-01T22:22:14.669Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2139 | 2024-03-01T22:22:14.874Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2140 | 2024-03-01T22:22:20.807Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2141 | 2024-03-01T22:22:28.768Z | Compiling rcgen v0.12.1 |
2142 | 2024-03-01T22:22:28.831Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2143 | 2024-03-01T22:22:28.922Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2144 | 2024-03-01T22:22:29.192Z | Compiling atomicwrites v0.4.3 |
2145 | 2024-03-01T22:22:29.726Z | Compiling subprocess v0.2.9 |
2146 | 2024-03-01T22:22:35.169Z | Compiling unicode-linebreak v0.1.5 |
2147 | 2024-03-01T22:22:35.678Z | Compiling smawk v0.3.1 |
2148 | 2024-03-01T22:22:35.927Z | Compiling textwrap v0.16.1 |
2149 | 2024-03-01T22:22:39.780Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2150 | 2024-03-01T22:22:39.864Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2151 | 2024-03-01T22:22:45.283Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2152 | 2024-03-01T22:22:45.942Z | Compiling fatfs v0.3.6 |
2153 | 2024-03-01T22:22:49.172Z | Compiling nanorand v0.7.0 |
2154 | 2024-03-01T22:22:49.929Z | Compiling rtoolbox v0.0.1 |
2155 | 2024-03-01T22:22:50.350Z | Compiling is_ci v1.2.0 |
2156 | 2024-03-01T22:22:50.627Z | Compiling humantime v2.1.0 |
2157 | 2024-03-01T22:22:51.490Z | Compiling assert_matches v1.5.0 |
2158 | 2024-03-01T22:22:51.589Z | Compiling supports-color v3.0.0 |
2159 | 2024-03-01T22:22:51.970Z | Compiling rpassword v7.3.1 |
2160 | 2024-03-01T22:22:52.260Z | Compiling flume v0.11.0 |
2161 | 2024-03-01T22:22:52.404Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2162 | 2024-03-01T22:22:52.953Z | Compiling tui-tree-widget v0.17.0 |
2163 | 2024-03-01T22:22:53.333Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2164 | 2024-03-01T22:22:59.330Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2165 | 2024-03-01T22:22:59.597Z | Compiling csv-core v0.1.11 |
2166 | 2024-03-01T22:23:00.526Z | Compiling shell-words v1.1.0 |
2167 | 2024-03-01T22:23:00.960Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2168 | 2024-03-01T22:23:01.707Z | Compiling csv v1.3.0 |
2169 | 2024-03-01T22:23:03.918Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2170 | 2024-03-01T22:23:54.927Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2171 | 2024-03-01T22:24:01.190Z | Compiling multimap v0.10.0 |
2172 | 2024-03-01T22:25:12.939Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2173 | 2024-03-01T22:25:18.693Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2174 | 2024-03-01T22:25:31.106Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2175 | 2024-03-01T22:31:44.267Z | Finished release [optimized] target(s) in 13m 08s |
2176 | 2024-03-01T22:32:46.853Z | |
2177 | 2024-03-01T22:32:46.853Z | real 14:11.638269919 |
2178 | 2024-03-01T22:32:46.853Z | user 1:37:12.317992372 |
2179 | 2024-03-01T22:32:46.853Z | sys 4:16.130513931 |
2180 | 2024-03-01T22:32:46.853Z | trap 2.216192008 |
2181 | 2024-03-01T22:32:46.853Z | tflt 1.705327880 |
2182 | 2024-03-01T22:32:46.853Z | dflt 2.821524964 |
2183 | 2024-03-01T22:32:46.862Z | kflt 0.194956903 |
2184 | 2024-03-01T22:32:46.862Z | lock 5:58:56.737282851 |
2185 | 2024-03-01T22:32:46.862Z | slp 3:46:30.666995242 |
2186 | 2024-03-01T22:32:46.862Z | lat 2:08.384293869 |
2187 | 2024-03-01T22:32:46.863Z | stop 52.675419726 |
2188 | 2024-03-01T22:32:46.863Z | + 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/*) |
2189 | 2024-03-01T22:32:46.863Z | + pfexec mkdir -p /work |
2190 | 2024-03-01T22:32:46.863Z | + pfexec chown build /work |
2191 | 2024-03-01T22:32:46.863Z | + 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 |
2192 | 2024-03-01T22:32:56.191Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2193 | 2024-03-01T22:32:56.191Z | a out/mg-ddm-gz.tar 66076K |
2194 | 2024-03-01T22:32:56.191Z | a out/omicron-sled-agent.tar 106597K |
2195 | 2024-03-01T22:32:56.192Z | a out/oxlog.tar 6509K |
2196 | 2024-03-01T22:32:56.192Z | a out/target/test 1K |
2197 | 2024-03-01T22:32:56.192Z | a out/npuzone/npuzone 36313K |
2198 | 2024-03-01T22:32:56.192Z | a package-manifest.toml 25K |
2199 | 2024-03-01T22:32:56.192Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2200 | 2024-03-01T22:32:56.192Z | a target/release/omicron-package 39051K |
2201 | 2024-03-01T22:32:56.192Z | a tools/create_virtual_hardware.sh 4K |
2202 | 2024-03-01T22:32:56.192Z | a tools/virtual_hardware.sh 4K |
2203 | 2024-03-01T22:32:56.192Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2204 | 2024-03-01T22:32:56.193Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2205 | 2024-03-01T22:32:56.193Z | a tools/scrimlet/softnpu-init.sh 3K |
2206 | 2024-03-01T22:32:56.193Z | a tools/scrimlet/softnpu-zone.txt 1K |
2207 | 2024-03-01T22:32:56.193Z | a tools/scrimlet/softnpu.toml 1K |
2208 | 2024-03-01T22:32:56.203Z | |
2209 | 2024-03-01T22:32:56.203Z | real 9.329479421 |
2210 | 2024-03-01T22:32:56.203Z | user 9.025171631 |
2211 | 2024-03-01T22:32:56.203Z | sys 0.581605410 |
2212 | 2024-03-01T22:32:56.203Z | trap 0.001499269 |
2213 | 2024-03-01T22:32:56.204Z | tflt 0.000000000 |
2214 | 2024-03-01T22:32:56.204Z | dflt 0.000000000 |
2215 | 2024-03-01T22:32:56.204Z | kflt 0.000000000 |
2216 | 2024-03-01T22:32:56.205Z | lock 0.000000000 |
2217 | 2024-03-01T22:32:56.205Z | slp 8.843474181 |
2218 | 2024-03-01T22:32:56.205Z | lat 0.204385924 |
2219 | 2024-03-01T22:32:56.205Z | stop 0.000197536 |
2220 | 2024-03-01T22:32:56.205Z | ++ pwd |
2221 | 2024-03-01T22:32:56.205Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2222 | 2024-03-01T22:32:56.206Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2223 | 2024-03-01T22:32:56.206Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2224 | 2024-03-01T22:32:56.936Z | Finished release [optimized] target(s) in 0.69s |
2225 | 2024-03-01T22:32:56.959Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2226 | 2024-03-01T22:32:56.989Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2227 | 2024-03-01T22:32:57.016Z | Created new build target 'host' and set it as active |
2228 | 2024-03-01T22:32:57.016Z | |
2229 | 2024-03-01T22:32:57.016Z | real 0.792738611 |
2230 | 2024-03-01T22:32:57.016Z | user 0.526543722 |
2231 | 2024-03-01T22:32:57.016Z | sys 0.250975802 |
2232 | 2024-03-01T22:32:57.017Z | trap 0.000048500 |
2233 | 2024-03-01T22:32:57.017Z | tflt 0.000006749 |
2234 | 2024-03-01T22:32:57.017Z | dflt 0.000018639 |
2235 | 2024-03-01T22:32:57.017Z | kflt 0.000000000 |
2236 | 2024-03-01T22:32:57.017Z | lock 0.024319125 |
2237 | 2024-03-01T22:32:57.018Z | slp 0.086747804 |
2238 | 2024-03-01T22:32:57.018Z | lat 0.003936731 |
2239 | 2024-03-01T22:32:57.018Z | stop 0.000241649 |
2240 | 2024-03-01T22:32:57.018Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2241 | 2024-03-01T22:32:57.719Z | Finished release [optimized] target(s) in 0.67s |
2242 | 2024-03-01T22:32:57.742Z | Running `target/release/omicron-package -t host package` |
2243 | 2024-03-01T22:32:57.770Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2244 | 2024-03-01T22:32:58.574Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2245 | 2024-03-01T22:33:12.905Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2246 | 2024-03-01T22:34:26.488Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2247 | 2024-03-01T22:35:54.222Z | Finished release [optimized] target(s) in 2m 56s |
2248 | 2024-03-01T22:36:30.988Z | |
2249 | 2024-03-01T22:36:30.995Z | real 3:33.565978788 |
2250 | 2024-03-01T22:36:30.995Z | user 18:06.252928875 |
2251 | 2024-03-01T22:36:30.996Z | sys 44.146174920 |
2252 | 2024-03-01T22:36:30.996Z | trap 0.321263728 |
2253 | 2024-03-01T22:36:30.996Z | tflt 0.147295956 |
2254 | 2024-03-01T22:36:30.996Z | dflt 5.251489595 |
2255 | 2024-03-01T22:36:30.996Z | kflt 0.071977418 |
2256 | 2024-03-01T22:36:30.997Z | lock 1:09:31.883655577 |
2257 | 2024-03-01T22:36:30.997Z | slp 18:38.840704180 |
2258 | 2024-03-01T22:36:30.997Z | lat 9.615764641 |
2259 | 2024-03-01T22:36:30.997Z | stop 3.227107086 |
2260 | 2024-03-01T22:36:30.997Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2261 | 2024-03-01T22:36:30.997Z | + for package in "$@" |
2262 | 2024-03-01T22:36:30.997Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2263 | 2024-03-01T22:36:30.997Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git3ca02e03a1f |
2264 | 2024-03-01T22:36:31.293Z | Finished release [optimized] target(s) in 0.66s |
2265 | 2024-03-01T22:36:31.313Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git3ca02e03a1f` |
2266 | 2024-03-01T22:36:31.342Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2267 | 2024-03-01T22:36:31.518Z | Created: out/versioned/omicron-sled-agent.tar |
2268 | 2024-03-01T22:36:31.525Z | + for package in "$@" |
2269 | 2024-03-01T22:36:31.525Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2270 | 2024-03-01T22:36:31.525Z | + echo 0.0.0 |
2271 | 2024-03-01T22:36:31.525Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2272 | 2024-03-01T22:36:31.525Z | a VERSION 1K |
2273 | 2024-03-01T22:36:31.526Z | + rm VERSION |
2274 | 2024-03-01T22:36:31.526Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git3ca02e03a1f |
2275 | 2024-03-01T22:36:32.223Z | Finished release [optimized] target(s) in 0.65s |
2276 | 2024-03-01T22:36:32.244Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git3ca02e03a1f` |
2277 | 2024-03-01T22:36:32.273Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2278 | 2024-03-01T22:36:32.390Z | Created: out/versioned/mg-ddm-gz.tar |
2279 | 2024-03-01T22:36:32.394Z | + for package in "$@" |
2280 | 2024-03-01T22:36:32.394Z | + [[ propolis-server == mg-ddm-gz ]] |
2281 | 2024-03-01T22:36:32.394Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git3ca02e03a1f |
2282 | 2024-03-01T22:36:33.105Z | Finished release [optimized] target(s) in 0.66s |
2283 | 2024-03-01T22:36:33.128Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git3ca02e03a1f` |
2284 | 2024-03-01T22:36:33.159Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2285 | 2024-03-01T22:36:34.196Z | Created: out/versioned/propolis-server.tar.gz |
2286 | 2024-03-01T22:36:34.200Z | + for package in "$@" |
2287 | 2024-03-01T22:36:34.200Z | + [[ overlay == mg-ddm-gz ]] |
2288 | 2024-03-01T22:36:34.200Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git3ca02e03a1f |
2289 | 2024-03-01T22:36:34.890Z | Finished release [optimized] target(s) in 0.63s |
2290 | 2024-03-01T22:36:34.910Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git3ca02e03a1f` |
2291 | 2024-03-01T22:36:34.938Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2292 | 2024-03-01T22:36:34.941Z | Created: out/versioned/overlay.tar.gz |
2293 | 2024-03-01T22:36:34.949Z | + for package in "$@" |
2294 | 2024-03-01T22:36:34.950Z | + [[ oxlog == mg-ddm-gz ]] |
2295 | 2024-03-01T22:36:34.950Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git3ca02e03a1f |
2296 | 2024-03-01T22:36:35.666Z | Finished release [optimized] target(s) in 0.67s |
2297 | 2024-03-01T22:36:35.685Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git3ca02e03a1f` |
2298 | 2024-03-01T22:36:35.720Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2299 | 2024-03-01T22:36:35.729Z | Created: out/versioned/oxlog.tar |
2300 | 2024-03-01T22:36:35.732Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2301 | 2024-03-01T22:36:35.741Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2302 | 2024-03-01T22:36:35.744Z | ++ cd -- ./tools |
2303 | 2024-03-01T22:36:35.744Z | ++ pwd |
2304 | 2024-03-01T22:36:35.744Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2305 | 2024-03-01T22:36:35.744Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2306 | 2024-03-01T22:36:35.747Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2307 | 2024-03-01T22:36:35.750Z | ++ readlink -f /work |
2308 | 2024-03-01T22:36:35.750Z | + out_dir=/work |
2309 | 2024-03-01T22:36:35.750Z | + 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") |
2310 | 2024-03-01T22:36:35.750Z | + for dep in "${deps[@]}" |
2311 | 2024-03-01T22:36:35.750Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2312 | 2024-03-01T22:36:35.750Z | + for dep in "${deps[@]}" |
2313 | 2024-03-01T22:36:35.750Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2314 | 2024-03-01T22:36:35.750Z | + for dep in "${deps[@]}" |
2315 | 2024-03-01T22:36:35.750Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2316 | 2024-03-01T22:36:35.750Z | + for dep in "${deps[@]}" |
2317 | 2024-03-01T22:36:35.750Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2318 | 2024-03-01T22:36:35.750Z | + for dep in "${deps[@]}" |
2319 | 2024-03-01T22:36:35.750Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2320 | 2024-03-01T22:36:35.750Z | ++ mktemp -d |
2321 | 2024-03-01T22:36:35.753Z | + tmp_gz=/tmp/tmp.M.a4Qh |
2322 | 2024-03-01T22:36:35.753Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2323 | 2024-03-01T22:36:35.753Z | + echo '{"v":"1","t":"layer"}' |
2324 | 2024-03-01T22:36:35.754Z | + pkg_dir=/tmp/tmp.M.a4Qh/root/opt/oxide/sled-agent |
2325 | 2024-03-01T22:36:35.754Z | + mkdir -p /tmp/tmp.M.a4Qh/root/opt/oxide/sled-agent |
2326 | 2024-03-01T22:36:35.754Z | + cd /tmp/tmp.M.a4Qh/root/opt/oxide/sled-agent |
2327 | 2024-03-01T22:36:35.754Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2328 | 2024-03-01T22:36:35.831Z | x ., 0 bytes, 0 tape blocks |
2329 | 2024-03-01T22:36:35.831Z | x zone-bundle, 35922384 bytes, 70161 tape blocks |
2330 | 2024-03-01T22:36:35.831Z | x sled-agent, 73226584 bytes, 143021 tape blocks |
2331 | 2024-03-01T22:36:35.831Z | x pkg, 0 bytes, 0 tape blocks |
2332 | 2024-03-01T22:36:35.831Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2333 | 2024-03-01T22:36:35.832Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2334 | 2024-03-01T22:36:35.832Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2335 | 2024-03-01T22:36:35.832Z | x VERSION, 25 bytes, 1 tape blocks |
2336 | 2024-03-01T22:36:35.837Z | + mkdir -p /tmp/tmp.M.a4Qh/root/lib/svc/manifest/site/ |
2337 | 2024-03-01T22:36:35.837Z | + mv pkg/manifest.xml /tmp/tmp.M.a4Qh/root/lib/svc/manifest/site/sled-agent.xml |
2338 | 2024-03-01T22:36:35.841Z | + cd - |
2339 | 2024-03-01T22:36:35.841Z | /work/oxidecomputer/omicron |
2340 | 2024-03-01T22:36:35.841Z | + pkg_dir=/tmp/tmp.M.a4Qh/root/opt/oxide/mg-ddm |
2341 | 2024-03-01T22:36:35.841Z | + mkdir -p /tmp/tmp.M.a4Qh/root/opt/oxide/mg-ddm |
2342 | 2024-03-01T22:36:35.841Z | + cd /tmp/tmp.M.a4Qh/root/opt/oxide/mg-ddm |
2343 | 2024-03-01T22:36:35.841Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2344 | 2024-03-01T22:36:35.886Z | x ., 0 bytes, 0 tape blocks |
2345 | 2024-03-01T22:36:35.886Z | x ddmadm, 35382112 bytes, 69106 tape blocks |
2346 | 2024-03-01T22:36:35.886Z | x ddmd, 32266736 bytes, 63021 tape blocks |
2347 | 2024-03-01T22:36:35.886Z | x pkg, 0 bytes, 0 tape blocks |
2348 | 2024-03-01T22:36:35.886Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2349 | 2024-03-01T22:36:35.886Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2350 | 2024-03-01T22:36:35.886Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2351 | 2024-03-01T22:36:35.886Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2352 | 2024-03-01T22:36:35.886Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2353 | 2024-03-01T22:36:35.886Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2354 | 2024-03-01T22:36:35.886Z | x VERSION, 25 bytes, 1 tape blocks |
2355 | 2024-03-01T22:36:35.890Z | + cd - |
2356 | 2024-03-01T22:36:35.890Z | /work/oxidecomputer/omicron |
2357 | 2024-03-01T22:36:35.890Z | + pkg_dir=/tmp/tmp.M.a4Qh/root/opt/oxide/oxlog |
2358 | 2024-03-01T22:36:35.890Z | + mkdir -p /tmp/tmp.M.a4Qh/root/opt/oxide/oxlog |
2359 | 2024-03-01T22:36:35.890Z | + cd /tmp/tmp.M.a4Qh/root/opt/oxide/oxlog |
2360 | 2024-03-01T22:36:35.890Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2361 | 2024-03-01T22:36:35.894Z | x ., 0 bytes, 0 tape blocks |
2362 | 2024-03-01T22:36:35.894Z | x oxlog, 6661936 bytes, 13012 tape blocks |
2363 | 2024-03-01T22:36:35.895Z | x VERSION, 25 bytes, 1 tape blocks |
2364 | 2024-03-01T22:36:35.898Z | + cd - |
2365 | 2024-03-01T22:36:35.898Z | /work/oxidecomputer/omicron |
2366 | 2024-03-01T22:36:35.898Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.M.a4Qh/root/opt/oxide |
2367 | 2024-03-01T22:36:35.977Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.M.a4Qh/root/opt/oxide |
2368 | 2024-03-01T22:36:35.981Z | + cd /tmp/tmp.M.a4Qh |
2369 | 2024-03-01T22:36:35.981Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2370 | 2024-03-01T22:36:44.145Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2371 | 2024-03-01T22:36:44.145Z | a oxide.json 1K |
2372 | 2024-03-01T22:36:44.145Z | a root/ 0K |
2373 | 2024-03-01T22:36:44.145Z | a root/opt/ 0K |
2374 | 2024-03-01T22:36:44.145Z | a root/opt/oxide/ 0K |
2375 | 2024-03-01T22:36:44.146Z | a root/opt/oxide/sled-agent/ 0K |
2376 | 2024-03-01T22:36:44.146Z | a root/opt/oxide/sled-agent/zone-bundle 35081K |
2377 | 2024-03-01T22:36:44.146Z | a root/opt/oxide/sled-agent/sled-agent 71511K |
2378 | 2024-03-01T22:36:44.146Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2379 | 2024-03-01T22:36:44.146Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2380 | 2024-03-01T22:36:44.146Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2381 | 2024-03-01T22:36:44.146Z | a root/opt/oxide/sled-agent/VERSION 1K |
2382 | 2024-03-01T22:36:44.146Z | a root/opt/oxide/mg-ddm/ 0K |
2383 | 2024-03-01T22:36:44.146Z | a root/opt/oxide/mg-ddm/ddmadm 34553K |
2384 | 2024-03-01T22:36:44.146Z | a root/opt/oxide/mg-ddm/ddmd 31511K |
2385 | 2024-03-01T22:36:44.146Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2386 | 2024-03-01T22:36:44.146Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2387 | 2024-03-01T22:36:44.146Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2388 | 2024-03-01T22:36:44.147Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2389 | 2024-03-01T22:36:44.147Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2390 | 2024-03-01T22:36:44.147Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2391 | 2024-03-01T22:36:44.147Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2392 | 2024-03-01T22:36:44.147Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2393 | 2024-03-01T22:36:44.147Z | a root/opt/oxide/oxlog/ 0K |
2394 | 2024-03-01T22:36:44.147Z | a root/opt/oxide/oxlog/oxlog 6506K |
2395 | 2024-03-01T22:36:44.147Z | a root/opt/oxide/oxlog/VERSION 1K |
2396 | 2024-03-01T22:36:44.147Z | a root/opt/oxide/propolis-server.tar.gz 64543K |
2397 | 2024-03-01T22:36:44.147Z | a root/opt/oxide/overlay.tar.gz 3K |
2398 | 2024-03-01T22:36:44.147Z | a root/lib/ 0K |
2399 | 2024-03-01T22:36:44.147Z | a root/lib/svc/ 0K |
2400 | 2024-03-01T22:36:44.147Z | a root/lib/svc/manifest/ 0K |
2401 | 2024-03-01T22:36:44.147Z | a root/lib/svc/manifest/site/ 0K |
2402 | 2024-03-01T22:36:44.147Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2403 | 2024-03-01T22:36:44.151Z | + cd / |
2404 | 2024-03-01T22:36:44.151Z | + rm -rf /tmp/tmp.M.a4Qh |
2405 | 2024-03-01T22:36:44.172Z | |
2406 | 2024-03-01T22:36:44.177Z | real 8.437329639 |
2407 | 2024-03-01T22:36:44.177Z | user 7.925034120 |
2408 | 2024-03-01T22:36:44.177Z | sys 0.537495044 |
2409 | 2024-03-01T22:36:44.177Z | trap 0.001175913 |
2410 | 2024-03-01T22:36:44.177Z | tflt 0.000000000 |
2411 | 2024-03-01T22:36:44.177Z | dflt 0.000000000 |
2412 | 2024-03-01T22:36:44.177Z | kflt 0.000000000 |
2413 | 2024-03-01T22:36:44.177Z | lock 0.000000000 |
2414 | 2024-03-01T22:36:44.177Z | slp 16.373793030 |
2415 | 2024-03-01T22:36:44.177Z | lat 0.185280020 |
2416 | 2024-03-01T22:36:44.177Z | stop 0.000205654 |
2417 | 2024-03-01T22:36:44.177Z | + mkdir -p /work/zones |
2418 | 2024-03-01T22:36:44.177Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.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) |
2419 | 2024-03-01T22:36:44.177Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.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/ |
2420 | 2024-03-01T22:36:46.518Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2421 | 2024-03-01T22:36:47.264Z | Finished release [optimized] target(s) in 0.68s |
2422 | 2024-03-01T22:36:47.284Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2423 | 2024-03-01T22:36:47.313Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2424 | 2024-03-01T22:36:47.320Z | Created new build target 'recovery' and set it as active |
2425 | 2024-03-01T22:36:47.320Z | |
2426 | 2024-03-01T22:36:47.320Z | real 0.792848630 |
2427 | 2024-03-01T22:36:47.320Z | user 0.527825811 |
2428 | 2024-03-01T22:36:47.320Z | sys 0.247983035 |
2429 | 2024-03-01T22:36:47.320Z | trap 0.000405355 |
2430 | 2024-03-01T22:36:47.320Z | tflt 0.000008559 |
2431 | 2024-03-01T22:36:47.320Z | dflt 0.000002088 |
2432 | 2024-03-01T22:36:47.320Z | kflt 0.000000000 |
2433 | 2024-03-01T22:36:47.320Z | lock 0.023869816 |
2434 | 2024-03-01T22:36:47.320Z | slp 0.083986345 |
2435 | 2024-03-01T22:36:47.320Z | lat 0.004036993 |
2436 | 2024-03-01T22:36:47.320Z | stop 0.000264223 |
2437 | 2024-03-01T22:36:47.320Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2438 | 2024-03-01T22:36:48.020Z | Finished release [optimized] target(s) in 0.65s |
2439 | 2024-03-01T22:36:48.041Z | Running `target/release/omicron-package -t recovery package` |
2440 | 2024-03-01T22:36:48.070Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2441 | 2024-03-01T22:36:48.710Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2442 | 2024-03-01T22:36:51.076Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2443 | 2024-03-01T22:37:10.049Z | Finished release [optimized] target(s) in 21.92s |
2444 | 2024-03-01T22:37:21.926Z | |
2445 | 2024-03-01T22:37:21.947Z | real 34.595030374 |
2446 | 2024-03-01T22:37:21.947Z | user 1:37.184194310 |
2447 | 2024-03-01T22:37:21.947Z | sys 7.644730288 |
2448 | 2024-03-01T22:37:21.947Z | trap 0.062921419 |
2449 | 2024-03-01T22:37:21.947Z | tflt 0.047815002 |
2450 | 2024-03-01T22:37:21.947Z | dflt 0.333045559 |
2451 | 2024-03-01T22:37:21.948Z | kflt 0.000033109 |
2452 | 2024-03-01T22:37:21.948Z | lock 9:46.661248932 |
2453 | 2024-03-01T22:37:21.948Z | slp 1:33.660830394 |
2454 | 2024-03-01T22:37:21.948Z | lat 1.250977921 |
2455 | 2024-03-01T22:37:21.948Z | stop 0.516120614 |
2456 | 2024-03-01T22:37:21.949Z | + stamp_packages installinator mg-ddm-gz |
2457 | 2024-03-01T22:37:21.949Z | + for package in "$@" |
2458 | 2024-03-01T22:37:21.949Z | + [[ installinator == mg-ddm-gz ]] |
2459 | 2024-03-01T22:37:21.949Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git3ca02e03a1f |
2460 | 2024-03-01T22:37:22.632Z | Finished release [optimized] target(s) in 0.66s |
2461 | 2024-03-01T22:37:22.649Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git3ca02e03a1f` |
2462 | 2024-03-01T22:37:22.678Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2463 | 2024-03-01T22:37:22.740Z | Created: out/versioned/installinator.tar |
2464 | 2024-03-01T22:37:22.743Z | + for package in "$@" |
2465 | 2024-03-01T22:37:22.743Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2466 | 2024-03-01T22:37:22.743Z | + echo 0.0.0 |
2467 | 2024-03-01T22:37:22.743Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2468 | 2024-03-01T22:37:22.746Z | a VERSION 1K |
2469 | 2024-03-01T22:37:22.746Z | + rm VERSION |
2470 | 2024-03-01T22:37:22.749Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git3ca02e03a1f |
2471 | 2024-03-01T22:37:23.436Z | Finished release [optimized] target(s) in 0.63s |
2472 | 2024-03-01T22:37:23.452Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git3ca02e03a1f` |
2473 | 2024-03-01T22:37:23.481Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2474 | 2024-03-01T22:37:23.586Z | Created: out/versioned/mg-ddm-gz.tar |
2475 | 2024-03-01T22:37:23.589Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2476 | 2024-03-01T22:37:23.597Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2477 | 2024-03-01T22:37:23.601Z | ++ cd -- ./tools |
2478 | 2024-03-01T22:37:23.601Z | ++ pwd |
2479 | 2024-03-01T22:37:23.601Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2480 | 2024-03-01T22:37:23.601Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2481 | 2024-03-01T22:37:23.604Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2482 | 2024-03-01T22:37:23.604Z | ++ readlink -f /work |
2483 | 2024-03-01T22:37:23.604Z | + out_dir=/work |
2484 | 2024-03-01T22:37:23.604Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2485 | 2024-03-01T22:37:23.608Z | + for dep in "${deps[@]}" |
2486 | 2024-03-01T22:37:23.608Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2487 | 2024-03-01T22:37:23.608Z | + for dep in "${deps[@]}" |
2488 | 2024-03-01T22:37:23.608Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2489 | 2024-03-01T22:37:23.608Z | ++ mktemp -d |
2490 | 2024-03-01T22:37:23.608Z | + tmp_trampoline=/tmp/tmp.uQaGVh |
2491 | 2024-03-01T22:37:23.608Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2492 | 2024-03-01T22:37:23.608Z | + echo '{"v":"1","t":"layer"}' |
2493 | 2024-03-01T22:37:23.608Z | + pkg_dir=/tmp/tmp.uQaGVh/root/opt/oxide/installinator |
2494 | 2024-03-01T22:37:23.609Z | + mkdir -p /tmp/tmp.uQaGVh/root/opt/oxide/installinator |
2495 | 2024-03-01T22:37:23.612Z | + cd /tmp/tmp.uQaGVh/root/opt/oxide/installinator |
2496 | 2024-03-01T22:37:23.612Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2497 | 2024-03-01T22:37:23.638Z | x ., 0 bytes, 0 tape blocks |
2498 | 2024-03-01T22:37:23.638Z | x installinator, 46789816 bytes, 91387 tape blocks |
2499 | 2024-03-01T22:37:23.638Z | x pkg, 0 bytes, 0 tape blocks |
2500 | 2024-03-01T22:37:23.638Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2501 | 2024-03-01T22:37:23.638Z | x VERSION, 25 bytes, 1 tape blocks |
2502 | 2024-03-01T22:37:23.641Z | + mkdir -p /tmp/tmp.uQaGVh/root/lib/svc/manifest/site/ |
2503 | 2024-03-01T22:37:23.642Z | + mv pkg/manifest.xml /tmp/tmp.uQaGVh/root/lib/svc/manifest/site/installinator.xml |
2504 | 2024-03-01T22:37:23.645Z | + cd - |
2505 | 2024-03-01T22:37:23.645Z | /work/oxidecomputer/omicron |
2506 | 2024-03-01T22:37:23.645Z | + pkg_dir=/tmp/tmp.uQaGVh/root/opt/oxide/mg-ddm |
2507 | 2024-03-01T22:37:23.645Z | + mkdir -p /tmp/tmp.uQaGVh/root/opt/oxide/mg-ddm |
2508 | 2024-03-01T22:37:23.645Z | + cd /tmp/tmp.uQaGVh/root/opt/oxide/mg-ddm |
2509 | 2024-03-01T22:37:23.645Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2510 | 2024-03-01T22:37:23.690Z | x ., 0 bytes, 0 tape blocks |
2511 | 2024-03-01T22:37:23.690Z | x ddmadm, 35382112 bytes, 69106 tape blocks |
2512 | 2024-03-01T22:37:23.690Z | x ddmd, 32266736 bytes, 63021 tape blocks |
2513 | 2024-03-01T22:37:23.690Z | x pkg, 0 bytes, 0 tape blocks |
2514 | 2024-03-01T22:37:23.690Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2515 | 2024-03-01T22:37:23.690Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2516 | 2024-03-01T22:37:23.690Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2517 | 2024-03-01T22:37:23.690Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2518 | 2024-03-01T22:37:23.690Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2519 | 2024-03-01T22:37:23.691Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2520 | 2024-03-01T22:37:23.691Z | x VERSION, 25 bytes, 1 tape blocks |
2521 | 2024-03-01T22:37:23.694Z | + cd - |
2522 | 2024-03-01T22:37:23.694Z | /work/oxidecomputer/omicron |
2523 | 2024-03-01T22:37:23.694Z | + cd /tmp/tmp.uQaGVh |
2524 | 2024-03-01T22:37:23.694Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2525 | 2024-03-01T22:37:27.810Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2526 | 2024-03-01T22:37:27.810Z | a oxide.json 1K |
2527 | 2024-03-01T22:37:27.810Z | a root/ 0K |
2528 | 2024-03-01T22:37:27.810Z | a root/opt/ 0K |
2529 | 2024-03-01T22:37:27.810Z | a root/opt/oxide/ 0K |
2530 | 2024-03-01T22:37:27.810Z | a root/opt/oxide/installinator/ 0K |
2531 | 2024-03-01T22:37:27.810Z | a root/opt/oxide/installinator/installinator 45694K |
2532 | 2024-03-01T22:37:27.810Z | a root/opt/oxide/installinator/pkg/ 0K |
2533 | 2024-03-01T22:37:27.811Z | a root/opt/oxide/installinator/VERSION 1K |
2534 | 2024-03-01T22:37:27.811Z | a root/opt/oxide/mg-ddm/ 0K |
2535 | 2024-03-01T22:37:27.811Z | a root/opt/oxide/mg-ddm/ddmadm 34553K |
2536 | 2024-03-01T22:37:27.811Z | a root/opt/oxide/mg-ddm/ddmd 31511K |
2537 | 2024-03-01T22:37:27.811Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2538 | 2024-03-01T22:37:27.811Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2539 | 2024-03-01T22:37:27.811Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2540 | 2024-03-01T22:37:27.811Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2541 | 2024-03-01T22:37:27.811Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2542 | 2024-03-01T22:37:27.811Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2543 | 2024-03-01T22:37:27.811Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2544 | 2024-03-01T22:37:27.811Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2545 | 2024-03-01T22:37:27.811Z | a root/lib/ 0K |
2546 | 2024-03-01T22:37:27.811Z | a root/lib/svc/ 0K |
2547 | 2024-03-01T22:37:27.811Z | a root/lib/svc/manifest/ 0K |
2548 | 2024-03-01T22:37:27.811Z | a root/lib/svc/manifest/site/ 0K |
2549 | 2024-03-01T22:37:27.811Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2550 | 2024-03-01T22:37:27.819Z | + cd / |
2551 | 2024-03-01T22:37:27.819Z | + rm -rf /tmp/tmp.uQaGVh |
2552 | 2024-03-01T22:37:27.827Z | |
2553 | 2024-03-01T22:37:27.828Z | real 4.231375305 |
2554 | 2024-03-01T22:37:27.828Z | user 4.012071435 |
2555 | 2024-03-01T22:37:27.828Z | sys 0.232686638 |
2556 | 2024-03-01T22:37:27.828Z | trap 0.000482494 |
2557 | 2024-03-01T22:37:27.828Z | tflt 0.000000000 |
2558 | 2024-03-01T22:37:27.828Z | dflt 0.000004089 |
2559 | 2024-03-01T22:37:27.828Z | kflt 0.000000000 |
2560 | 2024-03-01T22:37:27.828Z | lock 0.000000000 |
2561 | 2024-03-01T22:37:27.828Z | slp 8.236163409 |
2562 | 2024-03-01T22:37:27.828Z | lat 0.086675150 |
2563 | 2024-03-01T22:37:27.828Z | stop 0.000186079 |
2564 | 2024-03-01T22:37:27.839Z | process exited: duration 1560965 ms, exit code 0 |
|
2565 | 2024-03-01T22:37:27.853Z | found 21 output files |
2566 | 2024-03-01T22:37:27.853Z | uploading: /work/version.txt (26 bytes) |
2567 | 2024-03-01T22:37:29.302Z | uploaded: /work/version.txt |
2568 | 2024-03-01T22:37:29.725Z | uploading: /work/package.tar.gz (81702079 bytes) |
2569 | 2024-03-01T22:38:01.301Z | uploaded: /work/package.tar.gz |
2570 | 2024-03-01T22:38:01.301Z | uploading: /work/global-zone-packages.tar.gz (123397820 bytes) |
2571 | 2024-03-01T22:38:36.402Z | uploaded: /work/global-zone-packages.tar.gz |
2572 | 2024-03-01T22:38:36.819Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36315967 bytes) |
2573 | 2024-03-01T22:38:53.349Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2574 | 2024-03-01T22:38:53.349Z | uploading: /work/zones/clickhouse.tar.gz (190123774 bytes) |
2575 | 2024-03-01T22:40:02.684Z | uploaded: /work/zones/clickhouse.tar.gz |
2576 | 2024-03-01T22:40:02.684Z | uploading: /work/zones/clickhouse_keeper.tar.gz (190120051 bytes) |
2577 | 2024-03-01T22:41:18.575Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2578 | 2024-03-01T22:41:18.575Z | uploading: /work/zones/cockroachdb.tar.gz (127223736 bytes) |
2579 | 2024-03-01T22:42:07.179Z | uploaded: /work/zones/cockroachdb.tar.gz |
2580 | 2024-03-01T22:42:07.179Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (25576297 bytes) |
2581 | 2024-03-01T22:42:15.821Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2582 | 2024-03-01T22:42:15.822Z | uploading: /work/zones/crucible-zone.tar.gz (37383794 bytes) |
2583 | 2024-03-01T22:42:26.703Z | uploaded: /work/zones/crucible-zone.tar.gz |
2584 | 2024-03-01T22:42:26.714Z | uploading: /work/zones/external-dns.tar.gz (31507231 bytes) |
2585 | 2024-03-01T22:42:35.151Z | uploaded: /work/zones/external-dns.tar.gz |
2586 | 2024-03-01T22:42:35.152Z | uploading: /work/zones/internal-dns.tar.gz (20816893 bytes) |
2587 | 2024-03-01T22:42:44.886Z | uploaded: /work/zones/internal-dns.tar.gz |
2588 | 2024-03-01T22:42:44.886Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2589 | 2024-03-01T22:42:45.924Z | uploaded: /work/zones/ntp.tar.gz |
2590 | 2024-03-01T22:42:45.924Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16743436 bytes) |
2591 | 2024-03-01T22:42:53.165Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2592 | 2024-03-01T22:42:53.166Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16744602 bytes) |
2593 | 2024-03-01T22:42:58.271Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2594 | 2024-03-01T22:42:58.271Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (78208004 bytes) |
2595 | 2024-03-01T22:43:23.899Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2596 | 2024-03-01T22:43:23.900Z | uploading: /work/zones/omicron-nexus.tar.gz (78207953 bytes) |
2597 | 2024-03-01T22:44:06.068Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2598 | 2024-03-01T22:44:06.068Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2599 | 2024-03-01T22:44:07.729Z | uploaded: /work/zones/overlay.tar.gz |
2600 | 2024-03-01T22:44:07.729Z | uploading: /work/zones/oximeter.tar.gz (48574934 bytes) |
2601 | 2024-03-01T22:44:25.018Z | uploaded: /work/zones/oximeter.tar.gz |
2602 | 2024-03-01T22:44:25.018Z | uploading: /work/zones/propolis-server.tar.gz (66092799 bytes) |
2603 | 2024-03-01T22:44:52.082Z | uploaded: /work/zones/propolis-server.tar.gz |
2604 | 2024-03-01T22:44:52.082Z | uploading: /work/zones/switch-asic.tar.gz (271146252 bytes) |
2605 | 2024-03-01T22:46:16.469Z | uploaded: /work/zones/switch-asic.tar.gz |
2606 | 2024-03-01T22:46:16.469Z | uploading: /work/zones/switch-softnpu.tar.gz (192752566 bytes) |
2607 | 2024-03-01T22:47:21.015Z | uploaded: /work/zones/switch-softnpu.tar.gz |