|
|
|
1 | 2024-02-28T12:27:32.667Z | job assigned to worker 01HQQTWF5DJNXB9BVA431MMW2H (queued for 1 m 12 s) |
|
2 | 2024-02-28T12:27:33.606Z | starting task 0: "setup" |
3 | 2024-02-28T12:27:33.683Z | ++ uname -s |
4 | 2024-02-28T12:27:33.687Z | + kern=SunOS |
5 | 2024-02-28T12:27:33.687Z | + case "$kern" in |
6 | 2024-02-28T12:27:33.687Z | + groupadd -g 12345 build |
7 | 2024-02-28T12:27:33.690Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-28T12:27:35.698Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-28T12:27:35.795Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-28T12:27:35.798Z | + home_fs=zfs |
11 | 2024-02-28T12:27:35.798Z | + [[ zfs == autofs ]] |
12 | 2024-02-28T12:27:35.798Z | + mkdir -p /home/build |
13 | 2024-02-28T12:27:35.801Z | + chown build:build /home/build /work |
14 | 2024-02-28T12:27:37.805Z | + chmod 0700 /home/build /work |
15 | 2024-02-28T12:27:37.814Z | process exited: duration 4203 ms, exit code 0 |
|
16 | 2024-02-28T12:27:37.831Z | starting task 1: "rust-toolchain" |
17 | 2024-02-28T12:27:37.840Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-28T12:27:37.840Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-28T12:27:37.992Z | info: downloading installer |
20 | 2024-02-28T12:27:39.658Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-28T12:27:39.658Z | warning: /opt/ooce/bin |
22 | 2024-02-28T12:27:39.658Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-28T12:27:39.658Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-28T12:27:39.658Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-28T12:27:39.658Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-28T12:27:39.659Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-28T12:27:39.659Z | error: cannot install while Rust is installed |
28 | 2024-02-28T12:27:39.659Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-28T12:27:40.086Z | info: profile set to 'default' |
30 | 2024-02-28T12:27:40.086Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-28T12:27:40.086Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-28T12:27:40.086Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-28T12:27:40.086Z | info: downloading component 'cargo' |
34 | 2024-02-28T12:27:41.376Z | info: downloading component 'clippy' |
35 | 2024-02-28T12:27:41.380Z | info: downloading component 'rust-docs' |
36 | 2024-02-28T12:27:41.618Z | info: downloading component 'rust-std' |
37 | 2024-02-28T12:27:43.178Z | info: downloading component 'rustc' |
38 | 2024-02-28T12:27:47.144Z | info: downloading component 'rustfmt' |
39 | 2024-02-28T12:27:47.157Z | info: installing component 'cargo' |
40 | 2024-02-28T12:27:48.334Z | info: installing component 'clippy' |
41 | 2024-02-28T12:27:48.345Z | info: installing component 'rust-docs' |
42 | 2024-02-28T12:27:49.880Z | info: installing component 'rust-std' |
43 | 2024-02-28T12:27:51.844Z | info: installing component 'rustc' |
44 | 2024-02-28T12:27:56.362Z | info: installing component 'rustfmt' |
45 | 2024-02-28T12:27:56.717Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-28T12:27:56.717Z | |
47 | 2024-02-28T12:27:56.987Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-28T12:27:56.987Z | |
49 | 2024-02-28T12:27:56.987Z | |
50 | 2024-02-28T12:27:56.987Z | Rust is installed now. Great! |
51 | 2024-02-28T12:27:56.987Z | |
52 | 2024-02-28T12:27:56.987Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-28T12:27:56.987Z | environment variable. This has not been done automatically. |
54 | 2024-02-28T12:27:56.987Z | |
55 | 2024-02-28T12:27:56.987Z | To configure your current shell, run: |
56 | 2024-02-28T12:27:56.987Z | source "$HOME/.cargo/env" |
57 | 2024-02-28T12:27:57.049Z | + rustc --version |
58 | 2024-02-28T12:27:57.125Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-28T12:27:57.129Z | process exited: duration 19298 ms, exit code 0 |
|
60 | 2024-02-28T12:27:57.135Z | starting task 2: "authentication" |
61 | 2024-02-28T12:27:57.159Z | process exited: duration 24 ms, exit code 0 |
|
62 | 2024-02-28T12:27:57.167Z | starting task 3: "clone repository" |
63 | 2024-02-28T12:27:57.173Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-28T12:27:57.177Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-28T12:27:57.482Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-28T12:28:03.444Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-28T12:28:03.444Z | + git fetch origin 3af15d57b9f3f1b468c8132d7e537e56e5bec986 |
68 | 2024-02-28T12:28:03.784Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-28T12:28:03.784Z | * branch 3af15d57b9f3f1b468c8132d7e537e56e5bec986 -> FETCH_HEAD |
70 | 2024-02-28T12:28:03.794Z | + [[ -n renovate/taiki-e-install-action-digest ]] |
71 | 2024-02-28T12:28:03.797Z | ++ git branch --show-current |
72 | 2024-02-28T12:28:03.800Z | + current=main |
73 | 2024-02-28T12:28:03.800Z | + [[ main != renovate/taiki-e-install-action-digest ]] |
74 | 2024-02-28T12:28:03.800Z | + git branch -f renovate/taiki-e-install-action-digest 3af15d57b9f3f1b468c8132d7e537e56e5bec986 |
75 | 2024-02-28T12:28:03.804Z | + git checkout -f renovate/taiki-e-install-action-digest |
76 | 2024-02-28T12:28:03.921Z | Switched to branch 'renovate/taiki-e-install-action-digest' |
77 | 2024-02-28T12:28:03.925Z | + git reset --hard 3af15d57b9f3f1b468c8132d7e537e56e5bec986 |
78 | 2024-02-28T12:28:03.933Z | HEAD is now at 3af15d57b chore(deps): update taiki-e/install-action digest to 1d776b1 |
79 | 2024-02-28T12:28:03.937Z | process exited: duration 6766 ms, exit code 0 |
|
80 | 2024-02-28T12:28:03.947Z | starting task 4: "build" |
81 | 2024-02-28T12:28:03.950Z | + cargo --version |
82 | 2024-02-28T12:28:03.955Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-28T12:28:04.101Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-28T12:28:04.101Z | info: downloading component 'cargo' |
85 | 2024-02-28T12:28:04.810Z | info: downloading component 'clippy' |
86 | 2024-02-28T12:28:05.035Z | info: downloading component 'rust-docs' |
87 | 2024-02-28T12:28:05.912Z | info: downloading component 'rust-std' |
88 | 2024-02-28T12:28:07.227Z | info: downloading component 'rustc' |
89 | 2024-02-28T12:28:12.200Z | info: downloading component 'rustfmt' |
90 | 2024-02-28T12:28:12.410Z | info: installing component 'cargo' |
91 | 2024-02-28T12:28:13.348Z | info: installing component 'clippy' |
92 | 2024-02-28T12:28:13.699Z | info: installing component 'rust-docs' |
93 | 2024-02-28T12:28:15.331Z | info: installing component 'rust-std' |
94 | 2024-02-28T12:28:16.921Z | info: installing component 'rustc' |
95 | 2024-02-28T12:28:21.202Z | info: installing component 'rustfmt' |
96 | 2024-02-28T12:28:21.603Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-28T12:28:21.606Z | + rustc --version |
98 | 2024-02-28T12:28:21.684Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-28T12:28:21.689Z | ++ git rev-parse HEAD |
100 | 2024-02-28T12:28:21.693Z | + COMMIT=3af15d57b9f3f1b468c8132d7e537e56e5bec986 |
101 | 2024-02-28T12:28:21.693Z | + VERSION=7.0.0-0.ci+git3af15d57b9f |
102 | 2024-02-28T12:28:21.693Z | + echo 7.0.0-0.ci+git3af15d57b9f |
103 | 2024-02-28T12:28:21.693Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-28T12:28:30.475Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-28T12:28:31.833Z | Startup: Caching catalogs ... Done |
106 | 2024-02-28T12:28:33.671Z | Planning: Solver setup ... Done (1.479s) |
107 | 2024-02-28T12:28:33.706Z | Planning: Running solver ... Done (0.033s) |
108 | 2024-02-28T12:28:33.902Z | Planning: Finding local manifests ... Done (0.168s) |
109 | 2024-02-28T12:28:33.936Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-28T12:28:34.558Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-28T12:28:34.617Z | Planning: Package planning ... Done (0.055s) |
112 | 2024-02-28T12:28:34.679Z | Planning: Merging actions ... Done (0.052s) |
113 | 2024-02-28T12:28:35.513Z | Planning: Checking for conflicting actions ... Done (0.848s) |
114 | 2024-02-28T12:28:35.525Z | Planning: Consolidating action changes ... Done (0.012s) |
115 | 2024-02-28T12:28:38.443Z | Planning: Evaluating mediators ... Done (2.917s) |
116 | 2024-02-28T12:28:38.453Z | Planning: Planning completed in 6.56 seconds |
117 | 2024-02-28T12:28:38.467Z | Packages to install: 4 |
118 | 2024-02-28T12:28:38.468Z | Mediators to change: 2 |
119 | 2024-02-28T12:28:38.468Z | Services to change: 1 |
120 | 2024-02-28T12:28:38.468Z | Estimated space available: 148.87 GB |
121 | 2024-02-28T12:28:38.468Z | Estimated space to be consumed: 1.42 GB |
122 | 2024-02-28T12:28:38.471Z | Create boot environment: No |
123 | 2024-02-28T12:28:38.471Z | Create backup boot environment: No |
124 | 2024-02-28T12:28:38.471Z | Rebuild boot archive: No |
125 | 2024-02-28T12:28:38.471Z | |
126 | 2024-02-28T12:28:38.471Z | Changed mediators: |
127 | 2024-02-28T12:28:38.471Z | mediator clang: |
128 | 2024-02-28T12:28:38.472Z | version: None -> 15 (system default) |
129 | 2024-02-28T12:28:38.472Z | |
130 | 2024-02-28T12:28:38.472Z | mediator llvm: |
131 | 2024-02-28T12:28:38.472Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-28T12:28:38.472Z | |
133 | 2024-02-28T12:28:38.472Z | Changed packages: |
134 | 2024-02-28T12:28:38.472Z | helios-dev |
135 | 2024-02-28T12:28:38.472Z | developer/build-essential |
136 | 2024-02-28T12:28:38.472Z | None -> 11-2.0 |
137 | 2024-02-28T12:28:38.472Z | library/libxmlsec1 |
138 | 2024-02-28T12:28:38.472Z | None -> 1.2.35-2.0 |
139 | 2024-02-28T12:28:38.472Z | ooce/developer/clang-15 |
140 | 2024-02-28T12:28:38.472Z | None -> 15.0.7-2.0 |
141 | 2024-02-28T12:28:38.472Z | ooce/developer/llvm-15 |
142 | 2024-02-28T12:28:38.472Z | None -> 15.0.7-2.0 |
143 | 2024-02-28T12:28:38.472Z | |
144 | 2024-02-28T12:28:38.472Z | Services: |
145 | 2024-02-28T12:28:38.472Z | restart_fmri: |
146 | 2024-02-28T12:28:38.472Z | svc:/system/update-man-index:default |
147 | 2024-02-28T12:28:38.642Z | |
148 | 2024-02-28T12:28:38.643Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-28T12:28:43.648Z | Download: 559/3290 items 6.1/212.6MB 2% complete (1.2M/s) |
150 | 2024-02-28T12:28:48.648Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s) |
151 | 2024-02-28T12:28:53.650Z | Download: 1711/3290 items 117.9/212.6MB 55% complete (11.2M/s) |
152 | 2024-02-28T12:28:59.198Z | Download: 2221/3290 items 119.1/212.6MB 56% complete (6.2M/s) |
153 | 2024-02-28T12:29:14.205Z | Download: 2223/3290 items 119.1/212.6MB 56% complete |
154 | 2024-02-28T12:29:19.359Z | Download: 3289/3290 items 211.7/212.6MB 99% complete (19.7M/s) |
155 | 2024-02-28T12:29:19.419Z | Download: Completed 212.60 MB in 40.77 seconds (5.2M/s) |
156 | 2024-02-28T12:29:21.938Z | Actions: 1/3689 actions (Installing new actions) |
157 | 2024-02-28T12:29:27.004Z | Actions: 3563/3689 actions (Installing new actions) |
158 | 2024-02-28T12:29:27.088Z | Actions: Completed 3689 actions in 5.15 seconds. |
159 | 2024-02-28T12:29:27.188Z | Done (0.093s) |
160 | 2024-02-28T12:29:27.188Z | Done (0.000s) |
161 | 2024-02-28T12:29:27.419Z | Done (0.231s) |
162 | 2024-02-28T12:29:33.223Z | Done (5.668s) |
163 | 2024-02-28T12:29:33.390Z | Done (0.083s) |
164 | 2024-02-28T12:29:33.394Z | Done (0.000s) |
165 | 2024-02-28T12:29:33.560Z | Done (0.000s) |
166 | 2024-02-28T12:29:34.149Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-02-28T12:29:34.329Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-02-28T12:29:34.332Z | Planning: Consolidating action changes ... Done |
169 | 2024-02-28T12:29:34.625Z | Planning: Evaluating mediators ... Done |
170 | 2024-02-28T12:29:34.628Z | Planning: Planning completed in 0.48 seconds |
171 | 2024-02-28T12:29:34.663Z | Mediators to change: 2 |
172 | 2024-02-28T12:29:34.663Z | Create boot environment: No |
173 | 2024-02-28T12:29:34.663Z | Create backup boot environment: No |
174 | 2024-02-28T12:29:34.768Z | Done |
175 | 2024-02-28T12:29:34.769Z | Done |
176 | 2024-02-28T12:29:34.916Z | Done |
177 | 2024-02-28T12:29:39.205Z | Done |
178 | 2024-02-28T12:29:39.304Z | Done |
179 | 2024-02-28T12:29:39.310Z | Done |
180 | 2024-02-28T12:29:39.404Z | Done |
181 | 2024-02-28T12:29:40.116Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-02-28T12:29:40.119Z | Planning: Merging actions ... Done |
183 | 2024-02-28T12:29:40.322Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-02-28T12:29:40.326Z | Planning: Consolidating action changes ... Done |
185 | 2024-02-28T12:29:40.606Z | Planning: Evaluating mediators ... Done |
186 | 2024-02-28T12:29:40.667Z | Planning: Planning completed in 0.84 seconds |
187 | 2024-02-28T12:29:40.704Z | Packages to change: 1 |
188 | 2024-02-28T12:29:40.704Z | Mediators to change: 1 |
189 | 2024-02-28T12:29:40.704Z | Services to change: 1 |
190 | 2024-02-28T12:29:40.704Z | Create boot environment: No |
191 | 2024-02-28T12:29:40.704Z | Create backup boot environment: Yes |
192 | 2024-02-28T12:29:42.457Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2024-02-28T12:29:42.490Z | Actions: Completed 6 actions in 0.03 seconds. |
194 | 2024-02-28T12:29:42.493Z | Done |
195 | 2024-02-28T12:29:42.494Z | Done |
196 | 2024-02-28T12:29:42.541Z | Done |
197 | 2024-02-28T12:29:46.762Z | Done |
198 | 2024-02-28T12:29:46.857Z | Done |
199 | 2024-02-28T12:29:46.860Z | Done |
200 | 2024-02-28T12:29:46.961Z | Done |
201 | 2024-02-28T12:29:47.458Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2024-02-28T12:29:47.458Z | clang system 15 system |
203 | 2024-02-28T12:29:47.458Z | csh system system illumos |
204 | 2024-02-28T12:29:47.458Z | ctags system system illumos |
205 | 2024-02-28T12:29:47.458Z | gcc vendor 12 vendor |
206 | 2024-02-28T12:29:47.458Z | gcc system 10 system |
207 | 2024-02-28T12:29:47.458Z | gcc system 7 system |
208 | 2024-02-28T12:29:47.458Z | go system 1.20 system |
209 | 2024-02-28T12:29:47.458Z | go system 1.19 system |
210 | 2024-02-28T12:29:47.458Z | llvm system 15 system |
211 | 2024-02-28T12:29:47.458Z | llvm system 14 system |
212 | 2024-02-28T12:29:47.458Z | mariadb system 10.6 system |
213 | 2024-02-28T12:29:47.458Z | mta vendor vendor dma |
214 | 2024-02-28T12:29:47.458Z | openjdk system 17 system |
215 | 2024-02-28T12:29:47.459Z | openjdk system 11 system |
216 | 2024-02-28T12:29:47.459Z | openjdk system 1.8 system |
217 | 2024-02-28T12:29:47.459Z | openssl vendor 3 vendor |
218 | 2024-02-28T12:29:47.459Z | perl system 5.36 system |
219 | 2024-02-28T12:29:47.459Z | postgresql system 15 system |
220 | 2024-02-28T12:29:47.459Z | postgresql system 13 system |
221 | 2024-02-28T12:29:47.459Z | python vendor 3 vendor |
222 | 2024-02-28T12:29:47.459Z | python system 2 system |
223 | 2024-02-28T12:29:47.459Z | python3 system 3.11 system |
224 | 2024-02-28T12:29:47.459Z | ruby system 3.0 system |
225 | 2024-02-28T12:29:47.459Z | words vendor vendor american-english |
226 | 2024-02-28T12:29:47.459Z | words system system australian-english |
227 | 2024-02-28T12:29:47.459Z | words system system british-english |
228 | 2024-02-28T12:29:47.459Z | words system system canadian-english |
229 | 2024-02-28T12:29:47.459Z | words system system french |
230 | 2024-02-28T12:29:47.459Z | words system system italian |
231 | 2024-02-28T12:29:47.459Z | words system system ngerman |
232 | 2024-02-28T12:29:47.459Z | words system system ogerman |
233 | 2024-02-28T12:29:47.459Z | words system system spanish |
234 | 2024-02-28T12:29:47.830Z | FMRI IFO |
235 | 2024-02-28T12:29:47.830Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-02-28T12:29:47.830Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-02-28T12:29:47.830Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-02-28T12:29:47.830Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-02-28T12:29:47.830Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-02-28T12:29:47.830Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
241 | 2024-02-28T12:29:47.830Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-02-28T12:29:47.830Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
243 | 2024-02-28T12:29:47.898Z | + set -o errexit |
244 | 2024-02-28T12:29:47.902Z | +++ dirname ./tools/ci_download_cockroachdb |
245 | 2024-02-28T12:29:47.905Z | ++ cd ./tools |
246 | 2024-02-28T12:29:47.905Z | ++ pwd |
247 | 2024-02-28T12:29:47.905Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
248 | 2024-02-28T12:29:47.905Z | ++ basename ./tools/ci_download_cockroachdb |
249 | 2024-02-28T12:29:47.912Z | + ARG0=ci_download_cockroachdb |
250 | 2024-02-28T12:29:47.912Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
251 | 2024-02-28T12:29:47.912Z | + CIDL_VERSION=v22.1.9 |
252 | 2024-02-28T12:29:47.913Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
253 | 2024-02-28T12:29:47.913Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
254 | 2024-02-28T12:29:47.913Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
255 | 2024-02-28T12:29:47.913Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
256 | 2024-02-28T12:29:47.913Z | + TARGET_DIR=out |
257 | 2024-02-28T12:29:47.913Z | + DOWNLOAD_DIR=out/downloads |
258 | 2024-02-28T12:29:47.913Z | + DEST_DIR=./out/cockroachdb |
259 | 2024-02-28T12:29:47.913Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
260 | 2024-02-28T12:29:47.913Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
261 | 2024-02-28T12:29:47.916Z | + main |
262 | 2024-02-28T12:29:47.916Z | + [[ 0 != 0 ]] |
263 | 2024-02-28T12:29:47.916Z | + CIDL_OS=solaris2.11 |
264 | 2024-02-28T12:29:47.917Z | + [[ 0 != 0 ]] |
265 | 2024-02-28T12:29:47.917Z | + configure_os solaris2.11 |
266 | 2024-02-28T12:29:47.917Z | + echo 'current directory: /work/oxidecomputer/omicron' |
267 | 2024-02-28T12:29:47.917Z | current directory: /work/oxidecomputer/omicron |
268 | 2024-02-28T12:29:47.917Z | + echo 'configuring based on OS: "solaris2.11"' |
269 | 2024-02-28T12:29:47.917Z | + case "$1" in |
270 | 2024-02-28T12:29:47.917Z | configuring based on OS: "solaris2.11" |
271 | 2024-02-28T12:29:47.917Z | + CIDL_BUILD=illumos |
272 | 2024-02-28T12:29:47.917Z | + CIDL_SUFFIX=tar.gz |
273 | 2024-02-28T12:29:47.917Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
274 | 2024-02-28T12:29:47.917Z | + CIDL_URL_BASE=https://illumos.org/downloads |
275 | 2024-02-28T12:29:47.917Z | + CIDL_ASSEMBLE=do_assemble_illumos |
276 | 2024-02-28T12:29:47.917Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
277 | 2024-02-28T12:29:47.917Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-28T12:29:47.917Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-28T12:29:47.917Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
280 | 2024-02-28T12:29:47.917Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-28T12:29:47.917Z | + CIDL_SHA256FUNC=do_sha256sum |
282 | 2024-02-28T12:29:47.917Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2024-02-28T12:29:47.917Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-28T12:29:47.917Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
285 | 2024-02-28T12:29:47.917Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-02-28T12:29:47.917Z | + mkdir -p out/downloads |
287 | 2024-02-28T12:29:47.918Z | + mkdir -p ./out/cockroachdb |
288 | 2024-02-28T12:29:47.918Z | + local DO_DOWNLOAD=true |
289 | 2024-02-28T12:29:47.918Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
290 | 2024-02-28T12:29:47.918Z | + '[' true == true ']' |
291 | 2024-02-28T12:29:47.918Z | + echo Downloading... |
292 | 2024-02-28T12:29:47.918Z | Downloading... |
293 | 2024-02-28T12:29:47.918Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-28T12:29:47.918Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-02-28T12:29:51.640Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-02-28T12:29:51.654Z | ++ sha256sum |
297 | 2024-02-28T12:29:51.654Z | ++ awk '{print $1}' |
298 | 2024-02-28T12:29:51.736Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
299 | 2024-02-28T12:29:51.737Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
300 | 2024-02-28T12:29:51.744Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-02-28T12:29:51.744Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
302 | 2024-02-28T12:29:53.928Z | + do_assemble_illumos |
303 | 2024-02-28T12:29:53.928Z | + rm -r ./out/cockroachdb |
304 | 2024-02-28T12:29:53.931Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
305 | 2024-02-28T12:29:54.375Z | + ./out/cockroachdb/bin/cockroach version |
306 | 2024-02-28T12:29:54.613Z | Build Tag: v22.1.9-dirty |
307 | 2024-02-28T12:29:54.613Z | Build Time: 2022/10/26 21:17:46 |
308 | 2024-02-28T12:29:54.613Z | Distribution: OSS |
309 | 2024-02-28T12:29:54.613Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
310 | 2024-02-28T12:29:54.613Z | Go Version: go1.17.13 |
311 | 2024-02-28T12:29:54.613Z | C Compiler: gcc 10.3.0 |
312 | 2024-02-28T12:29:54.613Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
313 | 2024-02-28T12:29:54.613Z | Build Type: release |
314 | 2024-02-28T12:29:54.632Z | + set -o errexit |
315 | 2024-02-28T12:29:54.635Z | +++ dirname ./tools/ci_download_clickhouse |
316 | 2024-02-28T12:29:54.640Z | ++ cd ./tools |
317 | 2024-02-28T12:29:54.640Z | ++ pwd |
318 | 2024-02-28T12:29:54.640Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
319 | 2024-02-28T12:29:54.640Z | ++ basename ./tools/ci_download_clickhouse |
320 | 2024-02-28T12:29:54.640Z | + ARG0=ci_download_clickhouse |
321 | 2024-02-28T12:29:54.640Z | + TARGET_DIR=out |
322 | 2024-02-28T12:29:54.640Z | + DOWNLOAD_DIR=out/downloads |
323 | 2024-02-28T12:29:54.640Z | + DEST_DIR=./out/clickhouse |
324 | 2024-02-28T12:29:54.644Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
325 | 2024-02-28T12:29:54.644Z | + CIDL_VERSION=v22.8.9.24 |
326 | 2024-02-28T12:29:54.644Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
327 | 2024-02-28T12:29:54.644Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
328 | 2024-02-28T12:29:54.644Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
329 | 2024-02-28T12:29:54.644Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
330 | 2024-02-28T12:29:54.644Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
331 | 2024-02-28T12:29:54.644Z | + main |
332 | 2024-02-28T12:29:54.644Z | + [[ 0 != 0 ]] |
333 | 2024-02-28T12:29:54.644Z | + CIDL_OS=solaris2.11 |
334 | 2024-02-28T12:29:54.644Z | + [[ 0 != 0 ]] |
335 | 2024-02-28T12:29:54.644Z | + configure_os solaris2.11 |
336 | 2024-02-28T12:29:54.644Z | + echo 'current directory: /work/oxidecomputer/omicron' |
337 | 2024-02-28T12:29:54.644Z | current directory: /work/oxidecomputer/omicron |
338 | 2024-02-28T12:29:54.644Z | + echo 'configuring based on OS: "solaris2.11"' |
339 | 2024-02-28T12:29:54.644Z | + CIDL_DASHREV= |
340 | 2024-02-28T12:29:54.644Z | + case "$1" in |
341 | 2024-02-28T12:29:54.644Z | configuring based on OS: "solaris2.11" |
342 | 2024-02-28T12:29:54.644Z | + CIDL_PLATFORM=illumos |
343 | 2024-02-28T12:29:54.644Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2024-02-28T12:29:54.645Z | + CIDL_MD5FUNC=do_md5sum |
345 | 2024-02-28T12:29:54.645Z | + CIDL_DASHREV=-1 |
346 | 2024-02-28T12:29:54.645Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
347 | 2024-02-28T12:29:54.645Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-28T12:29:54.645Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-28T12:29:54.645Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-28T12:29:54.645Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2024-02-28T12:29:54.645Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-02-28T12:29:54.645Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2024-02-28T12:29:54.645Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
354 | 2024-02-28T12:29:54.645Z | + mkdir -p out/downloads |
355 | 2024-02-28T12:29:54.648Z | + mkdir -p ./out/clickhouse |
356 | 2024-02-28T12:29:54.649Z | + local DO_DOWNLOAD=true |
357 | 2024-02-28T12:29:54.649Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
358 | 2024-02-28T12:29:54.649Z | + '[' true == true ']' |
359 | 2024-02-28T12:29:54.649Z | + echo Downloading... |
360 | 2024-02-28T12:29:54.649Z | Downloading... |
361 | 2024-02-28T12:29:54.649Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2024-02-28T12:29:54.649Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-02-28T12:29:56.239Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-02-28T12:29:56.248Z | ++ md5sum |
365 | 2024-02-28T12:29:56.248Z | ++ awk '{print $1}' |
366 | 2024-02-28T12:29:56.406Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
367 | 2024-02-28T12:29:56.407Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
368 | 2024-02-28T12:29:56.410Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
369 | 2024-02-28T12:29:56.410Z | + mkdir -p ./out/clickhouse |
370 | 2024-02-28T12:29:56.410Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
371 | 2024-02-28T12:29:59.579Z | + ./out/clickhouse/clickhouse server --version |
372 | 2024-02-28T12:29:59.610Z | ClickHouse server version 22.8.9.1. |
373 | 2024-02-28T12:29:59.628Z | + set -o errexit |
374 | 2024-02-28T12:29:59.634Z | +++ dirname ./tools/ci_download_console |
375 | 2024-02-28T12:29:59.637Z | ++ cd ./tools |
376 | 2024-02-28T12:29:59.638Z | ++ pwd |
377 | 2024-02-28T12:29:59.638Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
378 | 2024-02-28T12:29:59.638Z | ++ basename ./tools/ci_download_console |
379 | 2024-02-28T12:29:59.638Z | + ARG0=ci_download_console |
380 | 2024-02-28T12:29:59.638Z | + TARGET_DIR=out |
381 | 2024-02-28T12:29:59.638Z | + DOWNLOAD_DIR=out/downloads |
382 | 2024-02-28T12:29:59.638Z | + DEST_DIR=./out/console-assets |
383 | 2024-02-28T12:29:59.638Z | + source /work/oxidecomputer/omicron/tools/console_version |
384 | 2024-02-28T12:29:59.638Z | ++ COMMIT=e991ec5cf148d83f135b6a692dca9b8df05acef0 |
385 | 2024-02-28T12:29:59.638Z | ++ SHA2=18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 |
386 | 2024-02-28T12:29:59.638Z | + URL=https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz |
387 | 2024-02-28T12:29:59.638Z | + TARBALL_FILE=out/downloads/console.tar.gz |
388 | 2024-02-28T12:29:59.638Z | + main |
389 | 2024-02-28T12:29:59.638Z | + [[ 0 != 0 ]] |
390 | 2024-02-28T12:29:59.638Z | + echo 'URL: https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz' |
391 | 2024-02-28T12:29:59.638Z | URL: https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz |
392 | 2024-02-28T12:29:59.638Z | + echo 'Local file: out/downloads/console.tar.gz' |
393 | 2024-02-28T12:29:59.638Z | + local DO_DOWNLOAD=true |
394 | 2024-02-28T12:29:59.638Z | Local file: out/downloads/console.tar.gz |
395 | 2024-02-28T12:29:59.638Z | + [[ -f out/downloads/console.tar.gz ]] |
396 | 2024-02-28T12:29:59.638Z | + mkdir -p out/downloads |
397 | 2024-02-28T12:29:59.641Z | + '[' true == true ']' |
398 | 2024-02-28T12:29:59.642Z | + echo Downloading... |
399 | 2024-02-28T12:29:59.642Z | Downloading... |
400 | 2024-02-28T12:29:59.642Z | + do_download_curl https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz out/downloads/console.tar.gz |
401 | 2024-02-28T12:29:59.642Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz |
402 | 2024-02-28T12:30:00.215Z | ++ do_sha256sum out/downloads/console.tar.gz |
403 | 2024-02-28T12:30:00.215Z | ++ case "$OSTYPE" in |
404 | 2024-02-28T12:30:00.219Z | ++ SHA=sha256sum |
405 | 2024-02-28T12:30:00.220Z | ++ sha256sum |
406 | 2024-02-28T12:30:00.220Z | ++ awk '{print $1}' |
407 | 2024-02-28T12:30:00.224Z | + calculated_sha2=18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 |
408 | 2024-02-28T12:30:00.228Z | + [[ 18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 != \1\8\d\5\3\e\4\4\8\5\e\6\3\d\9\e\2\2\7\3\a\8\8\9\e\7\0\7\8\5\6\4\8\0\5\2\e\8\a\2\3\1\d\f\8\9\f\3\b\c\b\c\2\e\d\0\1\a\0\e\e\e\b\1 ]] |
409 | 2024-02-28T12:30:00.228Z | + rm -rf ./out/console-assets |
410 | 2024-02-28T12:30:00.228Z | + mkdir -p ./out/console-assets |
411 | 2024-02-28T12:30:00.231Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
412 | 2024-02-28T12:30:00.231Z | + mkdir -p ./out/console-assets |
413 | 2024-02-28T12:30:00.231Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
414 | 2024-02-28T12:30:00.331Z | + set -o errexit |
415 | 2024-02-28T12:30:00.337Z | +++ dirname ./tools/ci_download_maghemite_openapi |
416 | 2024-02-28T12:30:00.337Z | ++ cd ./tools |
417 | 2024-02-28T12:30:00.337Z | ++ pwd |
418 | 2024-02-28T12:30:00.337Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
419 | 2024-02-28T12:30:00.338Z | ++ basename ./tools/ci_download_maghemite_openapi |
420 | 2024-02-28T12:30:00.338Z | + ARG0=ci_download_maghemite_openapi |
421 | 2024-02-28T12:30:00.338Z | + TARGET_DIR=out |
422 | 2024-02-28T12:30:00.338Z | + DOWNLOAD_DIR=out/downloads |
423 | 2024-02-28T12:30:00.338Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
424 | 2024-02-28T12:30:00.338Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
425 | 2024-02-28T12:30:00.338Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
426 | 2024-02-28T12:30:00.338Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
427 | 2024-02-28T12:30:00.338Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
428 | 2024-02-28T12:30:00.338Z | + main |
429 | 2024-02-28T12:30:00.338Z | + [[ 0 != 0 ]] |
430 | 2024-02-28T12:30:00.338Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
431 | 2024-02-28T12:30:00.338Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
432 | 2024-02-28T12:30:00.338Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
433 | 2024-02-28T12:30:00.338Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
434 | 2024-02-28T12:30:00.338Z | + local DO_DOWNLOAD=true |
435 | 2024-02-28T12:30:00.338Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
436 | 2024-02-28T12:30:00.338Z | + mkdir -p out/downloads |
437 | 2024-02-28T12:30:00.342Z | + '[' true == true ']' |
438 | 2024-02-28T12:30:00.342Z | + echo Downloading... |
439 | 2024-02-28T12:30:00.343Z | Downloading... |
440 | 2024-02-28T12:30:00.343Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
441 | 2024-02-28T12:30:00.343Z | + 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 |
442 | 2024-02-28T12:30:00.988Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
443 | 2024-02-28T12:30:00.988Z | ++ case "$OSTYPE" in |
444 | 2024-02-28T12:30:00.991Z | ++ SHA=sha256sum |
445 | 2024-02-28T12:30:00.991Z | ++ sha256sum |
446 | 2024-02-28T12:30:00.991Z | ++ awk '{print $1}' |
447 | 2024-02-28T12:30:00.994Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
448 | 2024-02-28T12:30:00.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 ]] |
449 | 2024-02-28T12:30:00.995Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
450 | 2024-02-28T12:30:00.995Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
451 | 2024-02-28T12:30:00.995Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
452 | 2024-02-28T12:30:00.995Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
453 | 2024-02-28T12:30:00.995Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
454 | 2024-02-28T12:30:00.995Z | + main |
455 | 2024-02-28T12:30:00.995Z | + [[ 0 != 0 ]] |
456 | 2024-02-28T12:30:00.995Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
457 | 2024-02-28T12:30:00.995Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
458 | 2024-02-28T12:30:00.995Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
459 | 2024-02-28T12:30:00.995Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
460 | 2024-02-28T12:30:00.995Z | + local DO_DOWNLOAD=true |
461 | 2024-02-28T12:30:00.995Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
462 | 2024-02-28T12:30:00.995Z | + mkdir -p out/downloads |
463 | 2024-02-28T12:30:01.003Z | + '[' true == true ']' |
464 | 2024-02-28T12:30:01.003Z | + echo Downloading... |
465 | 2024-02-28T12:30:01.003Z | Downloading... |
466 | 2024-02-28T12:30:01.003Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
467 | 2024-02-28T12:30:01.003Z | + 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 |
468 | 2024-02-28T12:30:01.148Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
469 | 2024-02-28T12:30:01.149Z | ++ case "$OSTYPE" in |
470 | 2024-02-28T12:30:01.158Z | ++ SHA=sha256sum |
471 | 2024-02-28T12:30:01.158Z | ++ sha256sum |
472 | 2024-02-28T12:30:01.158Z | ++ awk '{print $1}' |
473 | 2024-02-28T12:30:01.158Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
474 | 2024-02-28T12:30:01.158Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
475 | 2024-02-28T12:30:01.167Z | + set -o errexit |
476 | 2024-02-28T12:30:01.176Z | +++ dirname ./tools/ci_download_dendrite_openapi |
477 | 2024-02-28T12:30:01.176Z | ++ cd ./tools |
478 | 2024-02-28T12:30:01.177Z | ++ pwd |
479 | 2024-02-28T12:30:01.177Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
480 | 2024-02-28T12:30:01.177Z | ++ basename ./tools/ci_download_dendrite_openapi |
481 | 2024-02-28T12:30:01.177Z | + ARG0=ci_download_dendrite_openapi |
482 | 2024-02-28T12:30:01.177Z | + TARGET_DIR=out |
483 | 2024-02-28T12:30:01.177Z | + DOWNLOAD_DIR=out/downloads |
484 | 2024-02-28T12:30:01.177Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
485 | 2024-02-28T12:30:01.177Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
486 | 2024-02-28T12:30:01.177Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
487 | 2024-02-28T12:30:01.177Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
488 | 2024-02-28T12:30:01.177Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
489 | 2024-02-28T12:30:01.177Z | + main |
490 | 2024-02-28T12:30:01.177Z | + [[ 0 != 0 ]] |
491 | 2024-02-28T12:30:01.177Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
492 | 2024-02-28T12:30:01.177Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
493 | 2024-02-28T12:30:01.177Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
494 | 2024-02-28T12:30:01.177Z | + local DO_DOWNLOAD=true |
495 | 2024-02-28T12:30:01.177Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
496 | 2024-02-28T12:30:01.177Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
497 | 2024-02-28T12:30:01.178Z | + mkdir -p out/downloads |
498 | 2024-02-28T12:30:01.185Z | + '[' true == true ']' |
499 | 2024-02-28T12:30:01.185Z | + echo Downloading... |
500 | 2024-02-28T12:30:01.185Z | Downloading... |
501 | 2024-02-28T12:30:01.185Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
502 | 2024-02-28T12:30:01.185Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
503 | 2024-02-28T12:30:01.346Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
504 | 2024-02-28T12:30:01.347Z | ++ case "$OSTYPE" in |
505 | 2024-02-28T12:30:01.353Z | ++ SHA=sha256sum |
506 | 2024-02-28T12:30:01.353Z | ++ sha256sum |
507 | 2024-02-28T12:30:01.353Z | ++ awk '{print $1}' |
508 | 2024-02-28T12:30:01.353Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
509 | 2024-02-28T12:30:01.353Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
510 | 2024-02-28T12:30:01.361Z | + set -o errexit |
511 | 2024-02-28T12:30:01.366Z | +++ dirname ./tools/ci_download_dendrite_stub |
512 | 2024-02-28T12:30:01.367Z | ++ cd ./tools |
513 | 2024-02-28T12:30:01.367Z | ++ pwd |
514 | 2024-02-28T12:30:01.367Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
515 | 2024-02-28T12:30:01.373Z | ++ basename ./tools/ci_download_dendrite_stub |
516 | 2024-02-28T12:30:01.373Z | + ARG0=ci_download_dendrite_stub |
517 | 2024-02-28T12:30:01.373Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
518 | 2024-02-28T12:30:01.373Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
519 | 2024-02-28T12:30:01.374Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
520 | 2024-02-28T12:30:01.374Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
521 | 2024-02-28T12:30:01.374Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
522 | 2024-02-28T12:30:01.374Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
523 | 2024-02-28T12:30:01.374Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
524 | 2024-02-28T12:30:01.375Z | + TARGET_DIR=out |
525 | 2024-02-28T12:30:01.375Z | + DOWNLOAD_DIR=out/downloads |
526 | 2024-02-28T12:30:01.375Z | + DEST_DIR=./out/dendrite-stub |
527 | 2024-02-28T12:30:01.375Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
528 | 2024-02-28T12:30:01.375Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
529 | 2024-02-28T12:30:01.375Z | + REPO=oxidecomputer/dendrite |
530 | 2024-02-28T12:30:01.375Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
531 | 2024-02-28T12:30:01.375Z | + main |
532 | 2024-02-28T12:30:01.376Z | + [[ 0 != 0 ]] |
533 | 2024-02-28T12:30:01.376Z | + CIDL_OS=solaris2.11 |
534 | 2024-02-28T12:30:01.376Z | + [[ 0 != 0 ]] |
535 | 2024-02-28T12:30:01.376Z | + configure_os solaris2.11 |
536 | 2024-02-28T12:30:01.376Z | + echo 'current directory: /work/oxidecomputer/omicron' |
537 | 2024-02-28T12:30:01.376Z | current directory: /work/oxidecomputer/omicron |
538 | 2024-02-28T12:30:01.377Z | + echo 'configuring based on OS: "solaris2.11"' |
539 | 2024-02-28T12:30:01.377Z | configuring based on OS: "solaris2.11" |
540 | 2024-02-28T12:30:01.377Z | + case "$1" in |
541 | 2024-02-28T12:30:01.377Z | + SET_BINARIES= |
542 | 2024-02-28T12:30:01.377Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
543 | 2024-02-28T12:30:01.377Z | + CIDL_SHA256FUNC=do_sha256sum |
544 | 2024-02-28T12:30:01.378Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
545 | 2024-02-28T12:30:01.378Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
546 | 2024-02-28T12:30:01.378Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
547 | 2024-02-28T12:30:01.378Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
548 | 2024-02-28T12:30:01.378Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
549 | 2024-02-28T12:30:01.378Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
550 | 2024-02-28T12:30:01.378Z | Local file: out/downloads/dendrite-stub.tar.gz |
551 | 2024-02-28T12:30:01.378Z | + mkdir -p out/downloads |
552 | 2024-02-28T12:30:01.378Z | + mkdir -p ./out/dendrite-stub |
553 | 2024-02-28T12:30:01.398Z | + fetch_and_verify |
554 | 2024-02-28T12:30:01.399Z | + local DO_DOWNLOAD=true |
555 | 2024-02-28T12:30:01.399Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
556 | 2024-02-28T12:30:01.399Z | + '[' true == true ']' |
557 | 2024-02-28T12:30:01.399Z | + echo Downloading... |
558 | 2024-02-28T12:30:01.399Z | Downloading... |
559 | 2024-02-28T12:30:01.400Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
560 | 2024-02-28T12:30:01.400Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
561 | 2024-02-28T12:30:12.512Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
562 | 2024-02-28T12:30:12.518Z | ++ sha256sum |
563 | 2024-02-28T12:30:12.518Z | ++ awk '{print $1}' |
564 | 2024-02-28T12:30:12.538Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
565 | 2024-02-28T12:30:12.538Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
566 | 2024-02-28T12:30:12.542Z | + do_untar out/downloads/dendrite-stub.tar.gz |
567 | 2024-02-28T12:30:12.542Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
568 | 2024-02-28T12:30:13.226Z | + do_assemble |
569 | 2024-02-28T12:30:13.227Z | + rm -r ./out/dendrite-stub |
570 | 2024-02-28T12:30:13.230Z | + mkdir ./out/dendrite-stub |
571 | 2024-02-28T12:30:13.234Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
572 | 2024-02-28T12:30:13.332Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
573 | 2024-02-28T12:30:13.340Z | + set -o errexit |
574 | 2024-02-28T12:30:13.347Z | +++ dirname ./tools/ci_download_maghemite_mgd |
575 | 2024-02-28T12:30:13.351Z | ++ cd ./tools |
576 | 2024-02-28T12:30:13.351Z | ++ pwd |
577 | 2024-02-28T12:30:13.351Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
578 | 2024-02-28T12:30:13.351Z | ++ basename ./tools/ci_download_maghemite_mgd |
579 | 2024-02-28T12:30:13.351Z | + ARG0=ci_download_maghemite_mgd |
580 | 2024-02-28T12:30:13.351Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
581 | 2024-02-28T12:30:13.351Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
582 | 2024-02-28T12:30:13.351Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
583 | 2024-02-28T12:30:13.351Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
584 | 2024-02-28T12:30:13.351Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
585 | 2024-02-28T12:30:13.352Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
586 | 2024-02-28T12:30:13.352Z | + TARGET_DIR=out |
587 | 2024-02-28T12:30:13.352Z | + DOWNLOAD_DIR=out/downloads |
588 | 2024-02-28T12:30:13.352Z | + DEST_DIR=./out/mgd |
589 | 2024-02-28T12:30:13.352Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
590 | 2024-02-28T12:30:13.352Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
591 | 2024-02-28T12:30:13.352Z | + REPO=oxidecomputer/maghemite |
592 | 2024-02-28T12:30:13.352Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
593 | 2024-02-28T12:30:13.352Z | + main |
594 | 2024-02-28T12:30:13.352Z | + [[ 0 != 0 ]] |
595 | 2024-02-28T12:30:13.352Z | + CIDL_OS=solaris2.11 |
596 | 2024-02-28T12:30:13.352Z | + [[ 0 != 0 ]] |
597 | 2024-02-28T12:30:13.352Z | + configure_os solaris2.11 |
598 | 2024-02-28T12:30:13.352Z | + echo 'current directory: /work/oxidecomputer/omicron' |
599 | 2024-02-28T12:30:13.352Z | current directory: /work/oxidecomputer/omicron |
600 | 2024-02-28T12:30:13.352Z | + echo 'configuring based on OS: "solaris2.11"' |
601 | 2024-02-28T12:30:13.352Z | + case "$1" in |
602 | 2024-02-28T12:30:13.352Z | + SET_BINARIES= |
603 | 2024-02-28T12:30:13.352Z | configuring based on OS: "solaris2.11" |
604 | 2024-02-28T12:30:13.352Z | + CIDL_SHA256FUNC=do_sha256sum |
605 | 2024-02-28T12:30:13.352Z | + TARBALL_FILENAME=mgd.tar.gz |
606 | 2024-02-28T12:30:13.352Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
607 | 2024-02-28T12:30:13.352Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
608 | 2024-02-28T12:30:13.353Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
609 | 2024-02-28T12:30:13.353Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
610 | 2024-02-28T12:30:13.353Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
611 | 2024-02-28T12:30:13.353Z | Local file: out/downloads/mgd.tar.gz |
612 | 2024-02-28T12:30:13.353Z | + mkdir -p out/downloads |
613 | 2024-02-28T12:30:13.353Z | + mkdir -p ./out/mgd |
614 | 2024-02-28T12:30:13.356Z | + fetch_and_verify |
615 | 2024-02-28T12:30:13.356Z | + local DO_DOWNLOAD=true |
616 | 2024-02-28T12:30:13.356Z | + [[ -f out/downloads/mgd.tar.gz ]] |
617 | 2024-02-28T12:30:13.357Z | + '[' true == true ']' |
618 | 2024-02-28T12:30:13.357Z | + echo Downloading... |
619 | 2024-02-28T12:30:13.357Z | Downloading... |
620 | 2024-02-28T12:30:13.357Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
621 | 2024-02-28T12:30:13.357Z | + 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 |
622 | 2024-02-28T12:30:17.515Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
623 | 2024-02-28T12:30:17.518Z | ++ sha256sum |
624 | 2024-02-28T12:30:17.518Z | ++ awk '{print $1}' |
625 | 2024-02-28T12:30:17.536Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
626 | 2024-02-28T12:30:17.536Z | + [[ 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 ]] |
627 | 2024-02-28T12:30:17.539Z | + do_untar out/downloads/mgd.tar.gz |
628 | 2024-02-28T12:30:17.539Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
629 | 2024-02-28T12:30:17.986Z | + do_assemble |
630 | 2024-02-28T12:30:17.986Z | + rm -r ./out/mgd |
631 | 2024-02-28T12:30:17.989Z | + mkdir ./out/mgd |
632 | 2024-02-28T12:30:17.992Z | + cp -r out/downloads/root ./out/mgd/root |
633 | 2024-02-28T12:30:18.152Z | + set -o errexit |
634 | 2024-02-28T12:30:18.155Z | +++ dirname ./tools/ci_download_transceiver_control |
635 | 2024-02-28T12:30:18.158Z | ++ cd ./tools |
636 | 2024-02-28T12:30:18.158Z | ++ pwd |
637 | 2024-02-28T12:30:18.158Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
638 | 2024-02-28T12:30:18.158Z | ++ basename ./tools/ci_download_transceiver_control |
639 | 2024-02-28T12:30:18.161Z | + ARG0=ci_download_transceiver_control |
640 | 2024-02-28T12:30:18.161Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
641 | 2024-02-28T12:30:18.162Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2024-02-28T12:30:18.162Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
643 | 2024-02-28T12:30:18.162Z | + TARGET_DIR=out |
644 | 2024-02-28T12:30:18.162Z | + DOWNLOAD_DIR=out/downloads |
645 | 2024-02-28T12:30:18.162Z | + DEST_DIR=./out/transceiver-control |
646 | 2024-02-28T12:30:18.162Z | + BIN_DIR=/opt/oxide/bin |
647 | 2024-02-28T12:30:18.162Z | + BINARY=xcvradm |
648 | 2024-02-28T12:30:18.162Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
649 | 2024-02-28T12:30:18.162Z | + REPO=oxidecomputer/transceiver-control |
650 | 2024-02-28T12:30:18.162Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2024-02-28T12:30:18.162Z | + main |
652 | 2024-02-28T12:30:18.162Z | + [[ 0 != 0 ]] |
653 | 2024-02-28T12:30:18.162Z | + CIDL_OS=solaris2.11 |
654 | 2024-02-28T12:30:18.162Z | + [[ 0 != 0 ]] |
655 | 2024-02-28T12:30:18.162Z | + configure_os solaris2.11 |
656 | 2024-02-28T12:30:18.162Z | + echo 'current directory: /work/oxidecomputer/omicron' |
657 | 2024-02-28T12:30:18.162Z | + echo 'configuring based on OS: "solaris2.11"' |
658 | 2024-02-28T12:30:18.162Z | current directory: /work/oxidecomputer/omicron |
659 | 2024-02-28T12:30:18.162Z | configuring based on OS: "solaris2.11" |
660 | 2024-02-28T12:30:18.162Z | + case "$1" in |
661 | 2024-02-28T12:30:18.162Z | + SET_BINARIES= |
662 | 2024-02-28T12:30:18.162Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
663 | 2024-02-28T12:30:18.162Z | + CIDL_SHA256FUNC=do_sha256sum |
664 | 2024-02-28T12:30:18.163Z | + ARCHIVE_FILENAME=xcvradm.gz |
665 | 2024-02-28T12:30:18.163Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-02-28T12:30:18.163Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
667 | 2024-02-28T12:30:18.163Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
668 | 2024-02-28T12:30:18.163Z | + echo 'Local file: out/downloads/xcvradm.gz' |
669 | 2024-02-28T12:30:18.163Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
670 | 2024-02-28T12:30:18.163Z | Local file: out/downloads/xcvradm.gz |
671 | 2024-02-28T12:30:18.163Z | + mkdir -p out/downloads |
672 | 2024-02-28T12:30:18.167Z | + mkdir -p ./out/transceiver-control |
673 | 2024-02-28T12:30:18.167Z | + fetch_and_verify |
674 | 2024-02-28T12:30:18.167Z | + local DO_DOWNLOAD=true |
675 | 2024-02-28T12:30:18.167Z | + [[ -f out/downloads/xcvradm.gz ]] |
676 | 2024-02-28T12:30:18.167Z | + '[' true == true ']' |
677 | 2024-02-28T12:30:18.167Z | + echo Downloading... |
678 | 2024-02-28T12:30:18.167Z | Downloading... |
679 | 2024-02-28T12:30:18.167Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
680 | 2024-02-28T12:30:18.167Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2024-02-28T12:30:20.080Z | ++ do_sha256sum out/downloads/xcvradm.gz |
682 | 2024-02-28T12:30:20.084Z | ++ sha256sum |
683 | 2024-02-28T12:30:20.084Z | ++ awk '{print $1}' |
684 | 2024-02-28T12:30:20.090Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
685 | 2024-02-28T12:30:20.090Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
686 | 2024-02-28T12:30:20.093Z | + do_unpack out/downloads/xcvradm.gz |
687 | 2024-02-28T12:30:20.093Z | + mkdir -p out/downloads/root//opt/oxide/bin |
688 | 2024-02-28T12:30:20.093Z | + gzip -dc out/downloads/xcvradm.gz |
689 | 2024-02-28T12:30:20.212Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
690 | 2024-02-28T12:30:20.216Z | + do_assemble |
691 | 2024-02-28T12:30:20.216Z | + rm -r ./out/transceiver-control |
692 | 2024-02-28T12:30:20.219Z | + mkdir ./out/transceiver-control |
693 | 2024-02-28T12:30:20.222Z | + cp -r out/downloads/root ./out/transceiver-control/root |
694 | 2024-02-28T12:30:20.385Z | All prerequisites installed successfully |
695 | 2024-02-28T12:30:20.388Z | |
696 | 2024-02-28T12:30:20.388Z | real 1:58.637162714 |
697 | 2024-02-28T12:30:20.388Z | user 37.030004858 |
698 | 2024-02-28T12:30:20.388Z | sys 7.090860026 |
699 | 2024-02-28T12:30:20.388Z | trap 0.011183494 |
700 | 2024-02-28T12:30:20.388Z | tflt 0.160686856 |
701 | 2024-02-28T12:30:20.388Z | dflt 0.367389517 |
702 | 2024-02-28T12:30:20.388Z | kflt 0.209295483 |
703 | 2024-02-28T12:30:20.388Z | lock 1.436508139 |
704 | 2024-02-28T12:30:20.388Z | slp 3:51.549987480 |
705 | 2024-02-28T12:30:20.388Z | lat 1.796181677 |
706 | 2024-02-28T12:30:20.388Z | stop 0.110026877 |
707 | 2024-02-28T12:30:20.389Z | + ptime -m ./tools/ci_download_softnpu_machinery |
708 | 2024-02-28T12:30:20.398Z | fetching npuzone |
709 | 2024-02-28T12:30:20.405Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
710 | 2024-02-28T12:30:20.405Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
711 | 2024-02-28T12:30:20.405Z | Getting hash for npuzone |
712 | 2024-02-28T12:30:20.507Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
713 | 2024-02-28T12:30:26.694Z | npuzone downloaded successfully |
714 | 2024-02-28T12:30:26.698Z | |
715 | 2024-02-28T12:30:26.698Z | real 6.308263636 |
716 | 2024-02-28T12:30:26.698Z | user 0.359136719 |
717 | 2024-02-28T12:30:26.698Z | sys 0.150108577 |
718 | 2024-02-28T12:30:26.698Z | trap 0.000057482 |
719 | 2024-02-28T12:30:26.701Z | tflt 0.000000000 |
720 | 2024-02-28T12:30:26.701Z | dflt 0.000000000 |
721 | 2024-02-28T12:30:26.701Z | kflt 0.000000000 |
722 | 2024-02-28T12:30:26.702Z | lock 0.000000000 |
723 | 2024-02-28T12:30:26.702Z | slp 18.277886123 |
724 | 2024-02-28T12:30:26.702Z | lat 0.102920284 |
725 | 2024-02-28T12:30:26.702Z | stop 0.000188866 |
726 | 2024-02-28T12:30:26.702Z | + export CARGO_INCREMENTAL=0 |
727 | 2024-02-28T12:30:26.702Z | + CARGO_INCREMENTAL=0 |
728 | 2024-02-28T12:30:26.702Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
729 | 2024-02-28T12:30:26.937Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2024-02-28T12:30:27.238Z | Updating git repository `https://github.com/oxidecomputer/samael` |
731 | 2024-02-28T12:30:27.583Z | Updating crates.io index |
732 | 2024-02-28T12:30:27.677Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
733 | 2024-02-28T12:30:28.797Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
734 | 2024-02-28T12:30:30.728Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
735 | 2024-02-28T12:30:31.336Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
736 | 2024-02-28T12:30:31.624Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
737 | 2024-02-28T12:30:31.904Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
738 | 2024-02-28T12:30:32.215Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
739 | 2024-02-28T12:30:33.165Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
740 | 2024-02-28T12:30:35.323Z | Updating git repository `https://github.com/oxidecomputer/opte` |
741 | 2024-02-28T12:30:36.296Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
742 | 2024-02-28T12:30:36.646Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
743 | 2024-02-28T12:30:37.167Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
744 | 2024-02-28T12:30:37.450Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
745 | 2024-02-28T12:30:37.769Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
746 | 2024-02-28T12:30:38.071Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
747 | 2024-02-28T12:30:38.455Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
748 | 2024-02-28T12:30:38.885Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
749 | 2024-02-28T12:30:39.157Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
750 | 2024-02-28T12:30:39.652Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
751 | 2024-02-28T12:30:40.003Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
752 | 2024-02-28T12:30:40.400Z | Updating git repository `https://github.com/jgallagher/nix` |
753 | 2024-02-28T12:30:41.404Z | Updating git repository `https://github.com/cbiffle/hubpack` |
754 | 2024-02-28T12:30:41.804Z | Updating git repository `https://github.com/oxidecomputer/typify` |
755 | 2024-02-28T12:30:42.991Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
756 | 2024-02-28T12:30:43.360Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
757 | 2024-02-28T12:30:43.665Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
758 | 2024-02-28T12:30:44.916Z | Downloading crates ... |
759 | 2024-02-28T12:30:45.135Z | Downloaded anstyle v1.0.2 |
760 | 2024-02-28T12:30:45.148Z | Downloaded ciborium v0.2.2 |
761 | 2024-02-28T12:30:45.160Z | Downloaded chacha20 v0.9.1 |
762 | 2024-02-28T12:30:45.164Z | Downloaded ciborium-io v0.2.2 |
763 | 2024-02-28T12:30:45.167Z | Downloaded kstat-rs v0.2.3 |
764 | 2024-02-28T12:30:45.177Z | Downloaded humantime v2.1.0 |
765 | 2024-02-28T12:30:45.180Z | Downloaded linked-hash-map v0.5.6 |
766 | 2024-02-28T12:30:45.183Z | Downloaded linear-map v1.2.0 |
767 | 2024-02-28T12:30:45.186Z | Downloaded cipher v0.4.4 |
768 | 2024-02-28T12:30:45.186Z | Downloaded nibble_vec v0.1.0 |
769 | 2024-02-28T12:30:45.189Z | Downloaded keccak v0.1.4 |
770 | 2024-02-28T12:30:45.192Z | Downloaded lazycell v1.3.0 |
771 | 2024-02-28T12:30:45.199Z | Downloaded cancel-safe-futures v0.1.5 |
772 | 2024-02-28T12:30:45.202Z | Downloaded num-rational v0.4.1 |
773 | 2024-02-28T12:30:45.202Z | Downloaded lru v0.12.1 |
774 | 2024-02-28T12:30:45.206Z | Downloaded num-derive v0.4.0 |
775 | 2024-02-28T12:30:45.206Z | Downloaded num v0.4.1 |
776 | 2024-02-28T12:30:45.210Z | Downloaded num_cpus v1.16.0 |
777 | 2024-02-28T12:30:45.213Z | Downloaded num-traits v0.2.16 |
778 | 2024-02-28T12:30:45.218Z | Downloaded match_cfg v0.1.0 |
779 | 2024-02-28T12:30:45.221Z | Downloaded same-file v1.0.6 |
780 | 2024-02-28T12:30:45.224Z | Downloaded log v0.4.20 |
781 | 2024-02-28T12:30:45.229Z | Downloaded sct v0.7.0 |
782 | 2024-02-28T12:30:45.233Z | Downloaded inout v0.1.3 |
783 | 2024-02-28T12:30:45.238Z | Downloaded is_ci v1.2.0 |
784 | 2024-02-28T12:30:45.238Z | Downloaded managed v0.8.0 |
785 | 2024-02-28T12:30:45.242Z | Downloaded matches v0.1.10 |
786 | 2024-02-28T12:30:45.242Z | Downloaded bytecount v0.6.3 |
787 | 2024-02-28T12:30:45.242Z | Downloaded atomicwrites v0.4.3 |
788 | 2024-02-28T12:30:45.245Z | Downloaded block-padding v0.3.3 |
789 | 2024-02-28T12:30:45.251Z | Downloaded blake2 v0.10.6 |
790 | 2024-02-28T12:30:45.255Z | Downloaded byteorder v1.5.0 |
791 | 2024-02-28T12:30:45.255Z | Downloaded clang-sys v1.6.1 |
792 | 2024-02-28T12:30:45.258Z | Downloaded anstyle-parse v0.2.1 |
793 | 2024-02-28T12:30:45.262Z | Downloaded ident_case v1.0.1 |
794 | 2024-02-28T12:30:45.268Z | Downloaded maplit v1.0.2 |
795 | 2024-02-28T12:30:45.268Z | Downloaded convert_case v0.4.0 |
796 | 2024-02-28T12:30:45.272Z | Downloaded macaddr v1.0.1 |
797 | 2024-02-28T12:30:45.272Z | Downloaded bytes v1.5.0 |
798 | 2024-02-28T12:30:45.275Z | Downloaded cstr-argument v0.1.2 |
799 | 2024-02-28T12:30:45.279Z | Downloaded atty v0.2.14 |
800 | 2024-02-28T12:30:45.282Z | Downloaded adler v1.0.2 |
801 | 2024-02-28T12:30:45.282Z | Downloaded libsw v3.3.1 |
802 | 2024-02-28T12:30:45.285Z | Downloaded assert_matches v1.5.0 |
803 | 2024-02-28T12:30:45.288Z | Downloaded new_debug_unreachable v1.0.4 |
804 | 2024-02-28T12:30:45.291Z | Downloaded impl-trait-for-tuples v0.2.2 |
805 | 2024-02-28T12:30:45.297Z | Downloaded memmap2 v0.7.1 |
806 | 2024-02-28T12:30:45.300Z | Downloaded cpufeatures v0.2.12 |
807 | 2024-02-28T12:30:45.300Z | Downloaded home v0.5.5 |
808 | 2024-02-28T12:30:45.300Z | Downloaded bitfield v0.14.0 |
809 | 2024-02-28T12:30:45.305Z | Downloaded ipnetwork v0.20.0 |
810 | 2024-02-28T12:30:45.305Z | Downloaded signal-hook-tokio v0.3.1 |
811 | 2024-02-28T12:30:45.308Z | Downloaded serde-big-array v0.4.1 |
812 | 2024-02-28T12:30:45.308Z | Downloaded base16ct v0.2.0 |
813 | 2024-02-28T12:30:45.311Z | Downloaded bit-vec v0.6.3 |
814 | 2024-02-28T12:30:45.311Z | Downloaded bb8 v0.8.3 |
815 | 2024-02-28T12:30:45.315Z | Downloaded httpdate v1.0.3 |
816 | 2024-02-28T12:30:45.315Z | Downloaded bitflags v1.3.2 |
817 | 2024-02-28T12:30:45.319Z | Downloaded crossbeam-deque v0.8.3 |
818 | 2024-02-28T12:30:45.322Z | Downloaded multimap v0.10.0 |
819 | 2024-02-28T12:30:45.325Z | Downloaded crc-catalog v2.2.0 |
820 | 2024-02-28T12:30:45.328Z | Downloaded anstyle-query v1.0.0 |
821 | 2024-02-28T12:30:45.328Z | Downloaded is-terminal v0.4.9 |
822 | 2024-02-28T12:30:45.331Z | Downloaded strum v0.25.0 |
823 | 2024-02-28T12:30:45.331Z | Downloaded httparse v1.8.0 |
824 | 2024-02-28T12:30:45.336Z | Downloaded mime v0.3.17 |
825 | 2024-02-28T12:30:45.341Z | Downloaded crc v3.0.1 |
826 | 2024-02-28T12:30:45.341Z | Downloaded chacha20poly1305 v0.10.1 |
827 | 2024-02-28T12:30:45.341Z | Downloaded scroll_derive v0.12.0 |
828 | 2024-02-28T12:30:45.344Z | Downloaded rustc_version v0.1.7 |
829 | 2024-02-28T12:30:45.344Z | Downloaded nodrop v0.1.14 |
830 | 2024-02-28T12:30:45.344Z | Downloaded lock_api v0.4.10 |
831 | 2024-02-28T12:30:45.350Z | Downloaded num_threads v0.1.6 |
832 | 2024-02-28T12:30:45.350Z | Downloaded foreign-types v0.3.2 |
833 | 2024-02-28T12:30:45.353Z | Downloaded indoc v1.0.9 |
834 | 2024-02-28T12:30:45.353Z | Downloaded nanorand v0.7.0 |
835 | 2024-02-28T12:30:45.356Z | Downloaded num_enum_derive v0.5.11 |
836 | 2024-02-28T12:30:45.360Z | Downloaded try-lock v0.2.4 |
837 | 2024-02-28T12:30:45.360Z | Downloaded slog-json v2.6.1 |
838 | 2024-02-28T12:30:45.363Z | Downloaded time-core v0.1.1 |
839 | 2024-02-28T12:30:45.363Z | Downloaded toolchain_find v0.2.0 |
840 | 2024-02-28T12:30:45.370Z | Downloaded strip-ansi-escapes v0.2.0 |
841 | 2024-02-28T12:30:45.370Z | Downloaded serde_urlencoded v0.7.1 |
842 | 2024-02-28T12:30:45.374Z | Downloaded serde_plain v1.0.2 |
843 | 2024-02-28T12:30:45.374Z | Downloaded thiserror-impl v1.0.57 |
844 | 2024-02-28T12:30:45.374Z | Downloaded strum_macros v0.25.2 |
845 | 2024-02-28T12:30:45.377Z | Downloaded dtrace-parser v0.1.14 |
846 | 2024-02-28T12:30:45.380Z | Downloaded downcast v0.11.0 |
847 | 2024-02-28T12:30:45.380Z | Downloaded pretty-hex v0.2.1 |
848 | 2024-02-28T12:30:45.383Z | Downloaded dyn-clone v1.0.17 |
849 | 2024-02-28T12:30:45.385Z | Downloaded hyper-rustls v0.24.2 |
850 | 2024-02-28T12:30:45.388Z | Downloaded pretty-hex v0.4.1 |
851 | 2024-02-28T12:30:45.388Z | Downloaded opaque-debug v0.3.0 |
852 | 2024-02-28T12:30:45.391Z | Downloaded camino v1.1.6 |
853 | 2024-02-28T12:30:45.396Z | Downloaded pest_generator v2.7.6 |
854 | 2024-02-28T12:30:45.396Z | Downloaded structopt-derive v0.4.18 |
855 | 2024-02-28T12:30:45.400Z | Downloaded nu-ansi-term v0.50.0 |
856 | 2024-02-28T12:30:45.400Z | Downloaded want v0.3.1 |
857 | 2024-02-28T12:30:45.400Z | Downloaded path-slash v0.1.5 |
858 | 2024-02-28T12:30:45.403Z | Downloaded ed25519 v1.5.3 |
859 | 2024-02-28T12:30:45.409Z | Downloaded rustls-pemfile v2.1.0 |
860 | 2024-02-28T12:30:45.409Z | Downloaded addr2line v0.21.0 |
861 | 2024-02-28T12:30:45.412Z | Downloaded bitflags v2.4.0 |
862 | 2024-02-28T12:30:45.415Z | Downloaded futures-sink v0.3.30 |
863 | 2024-02-28T12:30:45.415Z | Downloaded errno v0.3.8 |
864 | 2024-02-28T12:30:45.418Z | Downloaded usdt-macro v0.5.0 |
865 | 2024-02-28T12:30:45.418Z | Downloaded waitgroup v0.1.2 |
866 | 2024-02-28T12:30:45.421Z | Downloaded parse-display v0.9.0 |
867 | 2024-02-28T12:30:45.422Z | Downloaded slog-term v2.9.0 |
868 | 2024-02-28T12:30:45.426Z | Downloaded spin v0.9.8 |
869 | 2024-02-28T12:30:45.429Z | Downloaded unicode-width v0.1.11 |
870 | 2024-02-28T12:30:45.429Z | Downloaded tokio-tungstenite v0.20.1 |
871 | 2024-02-28T12:30:45.432Z | Downloaded hmac v0.12.1 |
872 | 2024-02-28T12:30:45.436Z | Downloaded derive_builder_macro v0.12.0 |
873 | 2024-02-28T12:30:45.436Z | Downloaded ena v0.14.2 |
874 | 2024-02-28T12:30:45.439Z | Downloaded crc-any v2.4.3 |
875 | 2024-02-28T12:30:45.439Z | Downloaded bzip2 v0.4.4 |
876 | 2024-02-28T12:30:45.848Z | Downloaded miniz_oxide v0.7.1 |
877 | 2024-02-28T12:30:45.854Z | Downloaded semver v0.1.20 |
878 | 2024-02-28T12:30:45.854Z | Downloaded schemars_derive v0.8.16 |
879 | 2024-02-28T12:30:45.854Z | Downloaded itertools v0.10.5 |
880 | 2024-02-28T12:30:45.854Z | Downloaded strsim v0.8.0 |
881 | 2024-02-28T12:30:45.854Z | Downloaded debug-ignore v1.0.5 |
882 | 2024-02-28T12:30:45.854Z | Downloaded zone_cfg_derive v0.3.0 |
883 | 2024-02-28T12:30:45.854Z | Downloaded cookie v0.18.0 |
884 | 2024-02-28T12:30:45.854Z | Downloaded universal-hash v0.5.1 |
885 | 2024-02-28T12:30:45.854Z | Downloaded supports-color v3.0.0 |
886 | 2024-02-28T12:30:45.855Z | Downloaded tui-tree-widget v0.17.0 |
887 | 2024-02-28T12:30:45.855Z | Downloaded packed_struct_codegen v0.10.1 |
888 | 2024-02-28T12:30:45.855Z | Downloaded arc-swap v1.6.0 |
889 | 2024-02-28T12:30:45.855Z | Downloaded untrusted v0.7.1 |
890 | 2024-02-28T12:30:45.855Z | Downloaded serde-hex v0.1.0 |
891 | 2024-02-28T12:30:45.855Z | Downloaded fixedbitset v0.4.2 |
892 | 2024-02-28T12:30:45.855Z | Downloaded darling v0.20.3 |
893 | 2024-02-28T12:30:45.855Z | Downloaded mime_guess v2.0.4 |
894 | 2024-02-28T12:30:45.855Z | Downloaded slog v2.7.0 |
895 | 2024-02-28T12:30:45.855Z | Downloaded crossbeam-utils v0.8.16 |
896 | 2024-02-28T12:30:45.855Z | Downloaded whoami v1.4.1 |
897 | 2024-02-28T12:30:45.855Z | Downloaded resolv-conf v0.7.0 |
898 | 2024-02-28T12:30:45.855Z | Downloaded display-error-chain v0.2.0 |
899 | 2024-02-28T12:30:45.855Z | Downloaded equivalent v1.0.1 |
900 | 2024-02-28T12:30:45.855Z | Downloaded crypto-bigint v0.5.2 |
901 | 2024-02-28T12:30:45.855Z | Downloaded rtoolbox v0.0.1 |
902 | 2024-02-28T12:30:45.855Z | Downloaded which v4.4.0 |
903 | 2024-02-28T12:30:45.855Z | Downloaded version_check v0.9.4 |
904 | 2024-02-28T12:30:45.855Z | Downloaded endian-type v0.1.2 |
905 | 2024-02-28T12:30:45.855Z | Downloaded rand_xorshift v0.3.0 |
906 | 2024-02-28T12:30:45.855Z | Downloaded termtree v0.4.1 |
907 | 2024-02-28T12:30:45.855Z | Downloaded fallible-iterator v0.2.0 |
908 | 2024-02-28T12:30:45.855Z | Downloaded wyz v0.5.1 |
909 | 2024-02-28T12:30:45.856Z | Downloaded toml_datetime v0.6.5 |
910 | 2024-02-28T12:30:45.856Z | Downloaded gethostname v0.4.3 |
911 | 2024-02-28T12:30:45.856Z | Downloaded structmeta-derive v0.2.0 |
912 | 2024-02-28T12:30:45.856Z | Downloaded embedded-io v0.4.0 |
913 | 2024-02-28T12:30:45.856Z | Downloaded futures-executor v0.3.30 |
914 | 2024-02-28T12:30:45.856Z | Downloaded curve25519-dalek-derive v0.1.0 |
915 | 2024-02-28T12:30:45.856Z | Downloaded secrecy v0.8.0 |
916 | 2024-02-28T12:30:45.856Z | Downloaded crc32fast v1.3.2 |
917 | 2024-02-28T12:30:45.856Z | Downloaded base64 v0.21.7 |
918 | 2024-02-28T12:30:45.856Z | Downloaded backtrace v0.3.69 |
919 | 2024-02-28T12:30:45.856Z | Downloaded libm v0.2.7 |
920 | 2024-02-28T12:30:45.856Z | Downloaded usdt-macro v0.3.5 |
921 | 2024-02-28T12:30:45.856Z | Downloaded dirs-next v2.0.0 |
922 | 2024-02-28T12:30:45.856Z | Downloaded difflib v0.4.0 |
923 | 2024-02-28T12:30:45.856Z | Downloaded parse-display-derive v0.9.0 |
924 | 2024-02-28T12:30:45.856Z | Downloaded globset v0.4.13 |
925 | 2024-02-28T12:30:45.856Z | Downloaded slog-dtrace v0.3.0 |
926 | 2024-02-28T12:30:45.856Z | Downloaded tokio-macros v2.2.0 |
927 | 2024-02-28T12:30:45.856Z | Downloaded thread-id v4.2.0 |
928 | 2024-02-28T12:30:45.856Z | Downloaded crossbeam-channel v0.5.8 |
929 | 2024-02-28T12:30:45.856Z | Downloaded diesel_table_macro_syntax v0.1.0 |
930 | 2024-02-28T12:30:45.856Z | Downloaded take_mut v0.2.2 |
931 | 2024-02-28T12:30:45.856Z | Downloaded foreign-types-macros v0.2.3 |
932 | 2024-02-28T12:30:45.856Z | Downloaded chrono v0.4.31 |
933 | 2024-02-28T12:30:45.857Z | Downloaded vte v0.11.1 |
934 | 2024-02-28T12:30:45.857Z | Downloaded swrite v0.1.0 |
935 | 2024-02-28T12:30:45.857Z | Downloaded textwrap v0.11.0 |
936 | 2024-02-28T12:30:45.857Z | Downloaded once_cell v1.19.0 |
937 | 2024-02-28T12:30:45.857Z | Downloaded dtrace-parser v0.2.0 |
938 | 2024-02-28T12:30:45.857Z | Downloaded vec_map v0.8.2 |
939 | 2024-02-28T12:30:45.857Z | Downloaded predicates-core v1.0.6 |
940 | 2024-02-28T12:30:45.857Z | Downloaded futures-io v0.3.30 |
941 | 2024-02-28T12:30:45.857Z | Downloaded slog-envlogger v2.2.0 |
942 | 2024-02-28T12:30:45.857Z | Downloaded fd-lock v4.0.2 |
943 | 2024-02-28T12:30:45.857Z | Downloaded vsss-rs v3.3.4 |
944 | 2024-02-28T12:30:45.857Z | Downloaded fnv v1.0.7 |
945 | 2024-02-28T12:30:45.857Z | Downloaded derive_builder_core v0.12.0 |
946 | 2024-02-28T12:30:45.857Z | Downloaded peeking_take_while v0.1.2 |
947 | 2024-02-28T12:30:45.857Z | Downloaded pest_derive v2.7.6 |
948 | 2024-02-28T12:30:45.857Z | Downloaded pin-project-internal v1.1.3 |
949 | 2024-02-28T12:30:45.857Z | Downloaded pest_meta v2.7.6 |
950 | 2024-02-28T12:30:45.857Z | Downloaded zeroize_derive v1.4.2 |
951 | 2024-02-28T12:30:45.857Z | Downloaded snafu v0.7.5 |
952 | 2024-02-28T12:30:45.857Z | Downloaded phf_shared v0.10.0 |
953 | 2024-02-28T12:30:45.857Z | Downloaded slog-stdlog v4.1.1 |
954 | 2024-02-28T12:30:45.857Z | Downloaded semver v0.11.0 |
955 | 2024-02-28T12:30:45.857Z | Downloaded indexmap v2.2.3 |
956 | 2024-02-28T12:30:45.857Z | Downloaded vte_generate_state_changes v0.1.1 |
957 | 2024-02-28T12:30:45.857Z | Downloaded foreign-types v0.5.0 |
958 | 2024-02-28T12:30:45.858Z | Downloaded sha2 v0.10.8 |
959 | 2024-02-28T12:30:45.858Z | Downloaded slab v0.4.9 |
960 | 2024-02-28T12:30:45.858Z | Downloaded unicode-linebreak v0.1.5 |
961 | 2024-02-28T12:30:45.858Z | Downloaded zeroize v1.7.0 |
962 | 2024-02-28T12:30:45.858Z | Downloaded prettyplease v0.2.16 |
963 | 2024-02-28T12:30:45.858Z | Downloaded wait-timeout v0.2.0 |
964 | 2024-02-28T12:30:45.858Z | Downloaded usdt-attr-macro v0.3.5 |
965 | 2024-02-28T12:30:45.858Z | Downloaded doc-comment v0.3.3 |
966 | 2024-02-28T12:30:45.858Z | Downloaded rand_core v0.6.4 |
967 | 2024-02-28T12:30:45.858Z | Downloaded terminal_size v0.3.0 |
968 | 2024-02-28T12:30:45.858Z | Downloaded tiny-keccak v2.0.2 |
969 | 2024-02-28T12:30:45.858Z | Downloaded ff v0.13.0 |
970 | 2024-02-28T12:30:45.858Z | Downloaded flagset v0.4.3 |
971 | 2024-02-28T12:30:45.858Z | Downloaded heck v0.4.1 |
972 | 2024-02-28T12:30:45.858Z | Downloaded pin-utils v0.1.0 |
973 | 2024-02-28T12:30:45.858Z | Downloaded foreign-types-shared v0.1.1 |
974 | 2024-02-28T12:30:45.858Z | Downloaded http v0.2.11 |
975 | 2024-02-28T12:30:45.858Z | Downloaded structmeta v0.2.0 |
976 | 2024-02-28T12:30:45.858Z | Downloaded serde_spanned v0.6.5 |
977 | 2024-02-28T12:30:45.865Z | Downloaded usdt-impl v0.3.5 |
978 | 2024-02-28T12:30:45.865Z | Downloaded ppv-lite86 v0.2.17 |
979 | 2024-02-28T12:30:45.865Z | Downloaded omicron-zone-package v0.11.0 |
980 | 2024-02-28T12:30:45.865Z | Downloaded darling v0.14.4 |
981 | 2024-02-28T12:30:45.865Z | Downloaded strsim v0.11.0 |
982 | 2024-02-28T12:30:45.865Z | Downloaded rand_chacha v0.3.1 |
983 | 2024-02-28T12:30:45.865Z | Downloaded derive_more v0.99.17 |
984 | 2024-02-28T12:30:45.865Z | Downloaded toml_edit v0.19.15 |
985 | 2024-02-28T12:30:45.865Z | Downloaded headers-core v0.2.0 |
986 | 2024-02-28T12:30:45.865Z | Downloaded ucd-trie v0.1.6 |
987 | 2024-02-28T12:30:45.865Z | Downloaded fxhash v0.2.1 |
988 | 2024-02-28T12:30:45.865Z | Downloaded float-cmp v0.9.0 |
989 | 2024-02-28T12:30:45.865Z | Downloaded deranged v0.3.8 |
990 | 2024-02-28T12:30:45.866Z | Downloaded packed_struct v0.10.1 |
991 | 2024-02-28T12:30:45.866Z | Downloaded oso-derive v0.27.0 |
992 | 2024-02-28T12:30:45.866Z | Downloaded pem-rfc7468 v0.7.0 |
993 | 2024-02-28T12:30:45.866Z | Downloaded unicase v2.7.0 |
994 | 2024-02-28T12:30:45.866Z | Downloaded plain v0.2.3 |
995 | 2024-02-28T12:30:45.866Z | Downloaded tap v1.0.1 |
996 | 2024-02-28T12:30:45.866Z | Downloaded utf8parse v0.2.1 |
997 | 2024-02-28T12:30:45.866Z | Downloaded precomputed-hash v0.1.1 |
998 | 2024-02-28T12:30:45.866Z | Downloaded serde_tokenstream v0.2.0 |
999 | 2024-02-28T12:30:45.866Z | Downloaded defmt-macros v0.3.6 |
1000 | 2024-02-28T12:30:45.866Z | Downloaded xattr v1.0.1 |
1001 | 2024-02-28T12:30:45.866Z | Downloaded zone v0.3.0 |
1002 | 2024-02-28T12:30:45.866Z | Downloaded yasna v0.5.2 |
1003 | 2024-02-28T12:30:45.866Z | Downloaded walkdir v2.4.0 |
1004 | 2024-02-28T12:30:45.866Z | Downloaded uuid v1.7.0 |
1005 | 2024-02-28T12:30:45.866Z | Downloaded termios v0.3.3 |
1006 | 2024-02-28T12:30:45.866Z | Downloaded schemars v0.8.16 |
1007 | 2024-02-28T12:30:45.866Z | Downloaded phf_shared v0.11.2 |
1008 | 2024-02-28T12:30:45.866Z | Downloaded strsim v0.10.0 |
1009 | 2024-02-28T12:30:45.866Z | Downloaded papergrid v0.11.0 |
1010 | 2024-02-28T12:30:45.866Z | Downloaded r2d2 v0.8.10 |
1011 | 2024-02-28T12:30:45.866Z | Downloaded proc-macro-crate v1.3.1 |
1012 | 2024-02-28T12:30:45.866Z | Downloaded test-strategy v0.3.1 |
1013 | 2024-02-28T12:30:45.867Z | Downloaded headers v0.3.9 |
1014 | 2024-02-28T12:30:45.867Z | Downloaded snafu-derive v0.7.5 |
1015 | 2024-02-28T12:30:45.867Z | Downloaded postgres-types v0.2.6 |
1016 | 2024-02-28T12:30:45.867Z | Downloaded smallvec v1.13.1 |
1017 | 2024-02-28T12:30:45.867Z | Downloaded itertools v0.12.1 |
1018 | 2024-02-28T12:30:45.867Z | Downloaded openssl-probe v0.1.5 |
1019 | 2024-02-28T12:30:45.867Z | Downloaded openssl-macros v0.1.1 |
1020 | 2024-02-28T12:30:45.867Z | Downloaded blake3 v1.5.0 |
1021 | 2024-02-28T12:30:45.867Z | Downloaded darling_macro v0.20.3 |
1022 | 2024-02-28T12:30:45.867Z | Downloaded tower-service v0.3.2 |
1023 | 2024-02-28T12:30:45.867Z | Downloaded serde-big-array v0.5.1 |
1024 | 2024-02-28T12:30:45.867Z | Downloaded poly1305 v0.8.0 |
1025 | 2024-02-28T12:30:45.867Z | Downloaded getrandom v0.2.10 |
1026 | 2024-02-28T12:30:45.867Z | Downloaded owo-colors v4.0.0 |
1027 | 2024-02-28T12:30:45.867Z | Downloaded enum-as-inner v0.5.1 |
1028 | 2024-02-28T12:30:45.867Z | Downloaded num-bigint-dig v0.8.4 |
1029 | 2024-02-28T12:30:45.867Z | Downloaded flate2 v1.0.28 |
1030 | 2024-02-28T12:30:45.867Z | Downloaded platforms v3.0.2 |
1031 | 2024-02-28T12:30:45.867Z | Downloaded untrusted v0.9.0 |
1032 | 2024-02-28T12:30:45.867Z | Downloaded tracing-attributes v0.1.26 |
1033 | 2024-02-28T12:30:45.867Z | Downloaded salty v0.2.0 |
1034 | 2024-02-28T12:30:45.867Z | Downloaded tar v0.4.40 |
1035 | 2024-02-28T12:30:45.867Z | Downloaded diff v0.1.13 |
1036 | 2024-02-28T12:30:45.871Z | Downloaded tokio-util v0.7.10 |
1037 | 2024-02-28T12:30:45.874Z | Downloaded signal-hook-mio v0.2.3 |
1038 | 2024-02-28T12:30:45.877Z | Downloaded quick-error v1.2.3 |
1039 | 2024-02-28T12:30:45.877Z | Downloaded proc-macro-error-attr v1.0.4 |
1040 | 2024-02-28T12:30:45.880Z | Downloaded serde_repr v0.1.16 |
1041 | 2024-02-28T12:30:45.883Z | Downloaded sqlparser_derive v0.2.2 |
1042 | 2024-02-28T12:30:45.883Z | Downloaded paste v1.0.14 |
1043 | 2024-02-28T12:30:45.889Z | Downloaded heck v0.3.3 |
1044 | 2024-02-28T12:30:45.892Z | Downloaded tinyvec v1.6.0 |
1045 | 2024-02-28T12:30:45.892Z | Downloaded pkg-config v0.3.27 |
1046 | 2024-02-28T12:30:45.892Z | Downloaded textwrap v0.16.1 |
1047 | 2024-02-28T12:30:45.896Z | Downloaded group v0.13.0 |
1048 | 2024-02-28T12:30:45.906Z | Downloaded rustls-pki-types v1.3.0 |
1049 | 2024-02-28T12:30:45.906Z | Downloaded termcolor v1.2.0 |
1050 | 2024-02-28T12:30:45.906Z | Downloaded trust-dns-resolver v0.22.0 |
1051 | 2024-02-28T12:30:45.906Z | Downloaded shlex v1.3.0 |
1052 | 2024-02-28T12:30:45.911Z | Downloaded fs-err v2.11.0 |
1053 | 2024-02-28T12:30:45.911Z | Downloaded usdt v0.3.5 |
1054 | 2024-02-28T12:30:45.911Z | Downloaded siphasher v0.3.11 |
1055 | 2024-02-28T12:30:45.914Z | Downloaded signature v2.1.0 |
1056 | 2024-02-28T12:30:45.914Z | Downloaded smawk v0.3.1 |
1057 | 2024-02-28T12:30:45.917Z | Downloaded aho-corasick v1.0.4 |
1058 | 2024-02-28T12:30:45.922Z | Downloaded slog-scope v4.4.0 |
1059 | 2024-02-28T12:30:45.926Z | Downloaded thread_local v1.1.7 |
1060 | 2024-02-28T12:30:45.929Z | Downloaded data-encoding v2.4.0 |
1061 | 2024-02-28T12:30:45.929Z | Downloaded usdt v0.5.0 |
1062 | 2024-02-28T12:30:45.932Z | Downloaded glob v0.3.1 |
1063 | 2024-02-28T12:30:45.932Z | Downloaded flume v0.11.0 |
1064 | 2024-02-28T12:30:45.935Z | Downloaded smf v0.2.2 |
1065 | 2024-02-28T12:30:45.941Z | Downloaded trust-dns-server v0.22.1 |
1066 | 2024-02-28T12:30:45.944Z | Downloaded postcard v1.0.8 |
1067 | 2024-02-28T12:30:45.950Z | Downloaded rustfmt-wrapper v0.2.0 |
1068 | 2024-02-28T12:30:45.953Z | Downloaded tokio-stream v0.1.14 |
1069 | 2024-02-28T12:30:45.956Z | Downloaded time-macros v0.2.13 |
1070 | 2024-02-28T12:30:45.960Z | Downloaded tokio-rustls v0.24.1 |
1071 | 2024-02-28T12:30:45.963Z | Downloaded rcgen v0.12.1 |
1072 | 2024-02-28T12:30:45.966Z | Downloaded term v0.7.0 |
1073 | 2024-02-28T12:30:45.968Z | Downloaded funty v2.0.0 |
1074 | 2024-02-28T12:30:45.971Z | Downloaded parking_lot_core v0.8.6 |
1075 | 2024-02-28T12:30:45.974Z | Downloaded serde_with v3.6.1 |
1076 | 2024-02-28T12:30:45.981Z | Downloaded pkcs8 v0.10.2 |
1077 | 2024-02-28T12:30:45.984Z | Downloaded pkcs1 v0.7.5 |
1078 | 2024-02-28T12:30:45.988Z | Downloaded spin v0.5.2 |
1079 | 2024-02-28T12:30:45.991Z | Downloaded tabled_derive v0.7.0 |
1080 | 2024-02-28T12:30:45.991Z | Downloaded x509-cert v0.2.4 |
1081 | 2024-02-28T12:30:45.998Z | Downloaded tokio-postgres v0.7.10 |
1082 | 2024-02-28T12:30:46.004Z | Downloaded toml_edit v0.22.6 |
1083 | 2024-02-28T12:30:46.029Z | Downloaded heapless v0.8.0 |
1084 | 2024-02-28T12:30:46.034Z | Downloaded unicode-segmentation v1.10.1 |
1085 | 2024-02-28T12:30:46.038Z | Downloaded socket2 v0.4.9 |
1086 | 2024-02-28T12:30:46.042Z | Downloaded hashbrown v0.13.2 |
1087 | 2024-02-28T12:30:46.046Z | Downloaded socket2 v0.5.5 |
1088 | 2024-02-28T12:30:46.050Z | Downloaded similar v2.3.0 |
1089 | 2024-02-28T12:30:46.054Z | Downloaded toml v0.8.10 |
1090 | 2024-02-28T12:30:46.059Z | Downloaded rsa v0.9.2 |
1091 | 2024-02-28T12:30:46.065Z | Downloaded rustls-webpki v0.102.1 |
1092 | 2024-02-28T12:30:46.089Z | Downloaded reedline v0.29.0 |
1093 | 2024-02-28T12:30:46.095Z | Downloaded serde v1.0.196 |
1094 | 2024-02-28T12:30:46.099Z | Downloaded pest v2.7.6 |
1095 | 2024-02-28T12:30:46.106Z | Downloaded petgraph v0.6.4 |
1096 | 2024-02-28T12:30:46.123Z | Downloaded typed-path v0.7.0 |
1097 | 2024-02-28T12:30:46.130Z | Downloaded tough v0.16.0 |
1098 | 2024-02-28T12:30:46.142Z | Downloaded winnow v0.5.15 |
1099 | 2024-02-28T12:30:46.149Z | Downloaded reqwest v0.11.22 |
1100 | 2024-02-28T12:30:46.158Z | Downloaded winnow v0.6.1 |
1101 | 2024-02-28T12:30:46.170Z | Downloaded proptest v1.4.0 |
1102 | 2024-02-28T12:30:46.181Z | Downloaded idna v0.2.3 |
1103 | 2024-02-28T12:30:46.189Z | Downloaded zerocopy v0.7.32 |
1104 | 2024-02-28T12:30:46.209Z | Downloaded hashbrown v0.14.3 |
1105 | 2024-02-28T12:30:46.214Z | Downloaded vcpkg v0.2.15 |
1106 | 2024-02-28T12:30:46.258Z | Downloaded time v0.3.27 |
1107 | 2024-02-28T12:30:46.265Z | Downloaded portable-atomic v1.4.3 |
1108 | 2024-02-28T12:30:46.273Z | Downloaded tabled v0.15.0 |
1109 | 2024-02-28T12:30:46.293Z | Downloaded serde_json v1.0.114 |
1110 | 2024-02-28T12:30:46.303Z | Downloaded bstr v0.2.17 |
1111 | 2024-02-28T12:30:46.313Z | Downloaded openssl v0.10.60 |
1112 | 2024-02-28T12:30:46.324Z | Downloaded webpki-roots v0.25.2 |
1113 | 2024-02-28T12:30:46.328Z | Downloaded sqlparser v0.43.1 |
1114 | 2024-02-28T12:30:46.335Z | Downloaded syn v1.0.109 |
1115 | 2024-02-28T12:30:46.348Z | Downloaded syn v2.0.48 |
1116 | 2024-02-28T12:30:46.360Z | Downloaded rustls v0.22.2 |
1117 | 2024-02-28T12:30:46.376Z | Downloaded regex v1.10.3 |
1118 | 2024-02-28T12:30:46.391Z | Downloaded radix_trie v0.2.1 |
1119 | 2024-02-28T12:30:46.398Z | Downloaded rustix v0.38.31 |
1120 | 2024-02-28T12:30:46.425Z | Downloaded smoltcp v0.9.1 |
1121 | 2024-02-28T12:30:46.437Z | Downloaded bstr v1.6.0 |
1122 | 2024-02-28T12:30:46.453Z | Downloaded openapiv3 v2.0.0 |
1123 | 2024-02-28T12:30:46.464Z | Downloaded regex-syntax v0.8.2 |
1124 | 2024-02-28T12:30:46.474Z | Downloaded sled v0.34.7 |
1125 | 2024-02-28T12:30:46.487Z | Downloaded zerocopy-derive v0.2.0 |
1126 | 2024-02-28T12:30:46.497Z | Downloaded ratatui v0.26.1 |
1127 | 2024-02-28T12:30:46.518Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1128 | 2024-02-28T12:30:46.533Z | Downloaded zerocopy-derive v0.6.4 |
1129 | 2024-02-28T12:30:46.544Z | Downloaded smoltcp v0.11.0 |
1130 | 2024-02-28T12:30:46.559Z | Downloaded libc v0.2.153 |
1131 | 2024-02-28T12:30:46.592Z | Downloaded regex-automata v0.3.8 |
1132 | 2024-02-28T12:30:46.612Z | Downloaded tokio v1.36.0 |
1133 | 2024-02-28T12:30:46.654Z | Downloaded sha3 v0.10.8 |
1134 | 2024-02-28T12:30:46.659Z | Downloaded csv v1.3.0 |
1135 | 2024-02-28T12:30:46.685Z | Downloaded polar-core v0.27.0 |
1136 | 2024-02-28T12:30:46.693Z | Downloaded trust-dns-proto v0.22.0 |
1137 | 2024-02-28T12:30:46.706Z | Downloaded curve25519-dalek v4.1.1 |
1138 | 2024-02-28T12:30:46.716Z | Downloaded encoding_rs v0.8.33 |
1139 | 2024-02-28T12:30:46.741Z | Downloaded object v0.32.1 |
1140 | 2024-02-28T12:30:46.753Z | Downloaded object v0.30.4 |
1141 | 2024-02-28T12:30:46.766Z | Downloaded diesel v2.1.4 |
1142 | 2024-02-28T12:30:46.787Z | Downloaded regress v0.8.0 |
1143 | 2024-02-28T12:30:46.795Z | Downloaded gimli v0.28.0 |
1144 | 2024-02-28T12:30:46.808Z | Downloaded nix v0.27.1 |
1145 | 2024-02-28T12:30:46.818Z | Downloaded h2 v0.3.24 |
1146 | 2024-02-28T12:30:46.826Z | Downloaded rustls-webpki v0.101.7 |
1147 | 2024-02-28T12:30:46.844Z | Downloaded regex-syntax v0.6.29 |
1148 | 2024-02-28T12:30:46.851Z | Downloaded goblin v0.8.0 |
1149 | 2024-02-28T12:30:46.858Z | Downloaded regex-automata v0.1.10 |
1150 | 2024-02-28T12:30:46.865Z | Downloaded rustls v0.21.9 |
1151 | 2024-02-28T12:30:46.879Z | Downloaded quick-xml v0.30.0 |
1152 | 2024-02-28T12:30:46.886Z | Downloaded url v2.5.0 |
1153 | 2024-02-28T12:30:46.890Z | Downloaded steno v0.4.0 |
1154 | 2024-02-28T12:30:46.894Z | Downloaded bindgen v0.69.2 |
1155 | 2024-02-28T12:30:46.903Z | Downloaded idna v0.5.0 |
1156 | 2024-02-28T12:30:46.911Z | Downloaded serde_yaml v0.9.25 |
1157 | 2024-02-28T12:30:46.916Z | Downloaded rand v0.8.5 |
1158 | 2024-02-28T12:30:46.923Z | Downloaded trust-dns-client v0.22.0 |
1159 | 2024-02-28T12:30:46.926Z | Downloaded tracing-core v0.1.31 |
1160 | 2024-02-28T12:30:46.930Z | Downloaded ron v0.8.1 |
1161 | 2024-02-28T12:30:46.936Z | Downloaded futures-util v0.3.30 |
1162 | 2024-02-28T12:30:46.956Z | Downloaded ring v0.17.8 |
1163 | 2024-02-28T12:30:47.029Z | Downloaded ring v0.16.20 |
1164 | 2024-02-28T12:30:47.114Z | Downloaded bitvec v1.0.1 |
1165 | 2024-02-28T12:30:47.130Z | Downloaded regex-automata v0.4.4 |
1166 | 2024-02-28T12:30:47.147Z | Downloaded unicode-normalization v0.1.22 |
1167 | 2024-02-28T12:30:47.150Z | Downloaded rayon v1.8.0 |
1168 | 2024-02-28T12:30:47.159Z | Downloaded half v2.3.1 |
1169 | 2024-02-28T12:30:47.166Z | Downloaded zerocopy-derive v0.7.32 |
1170 | 2024-02-28T12:30:47.169Z | Downloaded tokio-rustls v0.25.0 |
1171 | 2024-02-28T12:30:47.169Z | Downloaded parking_lot v0.12.1 |
1172 | 2024-02-28T12:30:47.173Z | Downloaded hkdf v0.12.4 |
1173 | 2024-02-28T12:30:47.173Z | Downloaded toml v0.7.8 |
1174 | 2024-02-28T12:30:47.176Z | Downloaded toml v0.5.11 |
1175 | 2024-02-28T12:30:47.179Z | Downloaded signal-hook v0.3.17 |
1176 | 2024-02-28T12:30:47.182Z | Downloaded proc-macro2 v1.0.78 |
1177 | 2024-02-28T12:30:47.185Z | Downloaded proc-macro-error v1.0.4 |
1178 | 2024-02-28T12:30:47.188Z | Downloaded static_assertions v1.1.0 |
1179 | 2024-02-28T12:30:47.188Z | Downloaded hyper v0.14.27 |
1180 | 2024-02-28T12:30:47.196Z | Downloaded darling_core v0.14.4 |
1181 | 2024-02-28T12:30:47.201Z | Downloaded unicode_categories v0.1.1 |
1182 | 2024-02-28T12:30:47.204Z | Downloaded clap_builder v4.5.0 |
1183 | 2024-02-28T12:30:47.209Z | Downloaded password-hash v0.5.0 |
1184 | 2024-02-28T12:30:47.213Z | Downloaded parking_lot_core v0.9.8 |
1185 | 2024-02-28T12:30:47.216Z | Downloaded serde_with_macros v3.6.1 |
1186 | 2024-02-28T12:30:47.216Z | Downloaded tempfile v3.10.0 |
1187 | 2024-02-28T12:30:47.219Z | Downloaded signal-hook-registry v1.4.1 |
1188 | 2024-02-28T12:30:47.219Z | Downloaded rustversion v1.0.14 |
1189 | 2024-02-28T12:30:47.224Z | Downloaded rustls-pemfile v1.0.3 |
1190 | 2024-02-28T12:30:47.228Z | Downloaded rustc_version v0.4.0 |
1191 | 2024-02-28T12:30:47.228Z | Downloaded semver-parser v0.10.2 |
1192 | 2024-02-28T12:30:47.228Z | Downloaded radium v0.7.0 |
1193 | 2024-02-28T12:30:47.228Z | Downloaded rpassword v7.3.1 |
1194 | 2024-02-28T12:30:47.228Z | Downloaded structmeta v0.3.0 |
1195 | 2024-02-28T12:30:47.231Z | Downloaded stable_deref_trait v1.2.0 |
1196 | 2024-02-28T12:30:47.231Z | Downloaded sha1 v0.10.6 |
1197 | 2024-02-28T12:30:47.231Z | Downloaded hash32 v0.3.1 |
1198 | 2024-02-28T12:30:47.234Z | Downloaded hash32 v0.2.1 |
1199 | 2024-02-28T12:30:47.234Z | Downloaded filetime v0.2.23 |
1200 | 2024-02-28T12:30:47.237Z | Downloaded number_prefix v0.4.0 |
1201 | 2024-02-28T12:30:47.237Z | Downloaded darling_macro v0.14.4 |
1202 | 2024-02-28T12:30:47.237Z | Downloaded clap v2.34.0 |
1203 | 2024-02-28T12:30:47.243Z | Downloaded parse-size v1.0.0 |
1204 | 2024-02-28T12:30:47.246Z | Downloaded stability v0.1.1 |
1205 | 2024-02-28T12:30:47.246Z | Downloaded crossterm v0.27.0 |
1206 | 2024-02-28T12:30:47.251Z | Downloaded rustc-demangle v0.1.23 |
1207 | 2024-02-28T12:30:47.254Z | Downloaded postgres-protocol v0.6.6 |
1208 | 2024-02-28T12:30:47.257Z | Downloaded heapless v0.7.16 |
1209 | 2024-02-28T12:30:47.260Z | Downloaded openssl-sys v0.9.96 |
1210 | 2024-02-28T12:30:47.263Z | Downloaded hashbrown v0.12.3 |
1211 | 2024-02-28T12:30:47.267Z | Downloaded fatfs v0.3.6 |
1212 | 2024-02-28T12:30:47.272Z | Downloaded der v0.7.8 |
1213 | 2024-02-28T12:30:47.275Z | Downloaded darling_core v0.20.3 |
1214 | 2024-02-28T12:30:47.283Z | Downloaded dirs-sys-next v0.1.2 |
1215 | 2024-02-28T12:30:47.286Z | Downloaded topological-sort v0.2.2 |
1216 | 2024-02-28T12:30:47.286Z | Downloaded zerocopy v0.6.4 |
1217 | 2024-02-28T12:30:47.286Z | Downloaded futures-channel v0.3.30 |
1218 | 2024-02-28T12:30:47.286Z | Downloaded rayon-core v1.12.0 |
1219 | 2024-02-28T12:30:47.289Z | Downloaded unsafe-libyaml v0.2.10 |
1220 | 2024-02-28T12:30:47.292Z | Downloaded nom v7.1.3 |
1221 | 2024-02-28T12:30:47.299Z | Downloaded derive-where v1.2.7 |
1222 | 2024-02-28T12:30:47.302Z | Downloaded sec1 v0.7.3 |
1223 | 2024-02-28T12:30:47.305Z | Downloaded synstructure v0.12.6 |
1224 | 2024-02-28T12:30:47.305Z | Downloaded pin-project v1.1.3 |
1225 | 2024-02-28T12:30:47.315Z | Downloaded serde_derive_internals v0.26.0 |
1226 | 2024-02-28T12:30:47.318Z | Downloaded unicode-ident v1.0.12 |
1227 | 2024-02-28T12:30:47.321Z | Downloaded lalrpop v0.19.12 |
1228 | 2024-02-28T12:30:47.331Z | Downloaded usdt-impl v0.5.0 |
1229 | 2024-02-28T12:30:47.333Z | Downloaded typenum v1.16.0 |
1230 | 2024-02-28T12:30:47.340Z | Downloaded futures v0.3.30 |
1231 | 2024-02-28T12:30:47.343Z | Downloaded predicates v3.1.0 |
1232 | 2024-02-28T12:30:47.343Z | Downloaded pem v3.0.2 |
1233 | 2024-02-28T12:30:47.343Z | Downloaded zip v0.6.6 |
1234 | 2024-02-28T12:30:47.347Z | Downloaded dof v0.1.5 |
1235 | 2024-02-28T12:30:47.352Z | Downloaded digest v0.10.7 |
1236 | 2024-02-28T12:30:47.352Z | Downloaded ryu v1.0.15 |
1237 | 2024-02-28T12:30:47.355Z | Downloaded serde_tokenstream v0.1.7 |
1238 | 2024-02-28T12:30:47.355Z | Downloaded zerocopy v0.3.0 |
1239 | 2024-02-28T12:30:47.359Z | Downloaded quote v1.0.35 |
1240 | 2024-02-28T12:30:47.359Z | Downloaded elliptic-curve v0.13.8 |
1241 | 2024-02-28T12:30:47.362Z | Downloaded minimal-lexical v0.2.1 |
1242 | 2024-02-28T12:30:47.367Z | Downloaded libxml v0.3.3 |
1243 | 2024-02-28T12:30:47.373Z | Downloaded thiserror v1.0.57 |
1244 | 2024-02-28T12:30:47.378Z | Downloaded defmt-parser v0.3.3 |
1245 | 2024-02-28T12:30:47.381Z | Downloaded fragile v2.0.0 |
1246 | 2024-02-28T12:30:47.381Z | Downloaded utf-8 v0.7.6 |
1247 | 2024-02-28T12:30:47.383Z | Downloaded form_urlencoded v1.2.1 |
1248 | 2024-02-28T12:30:47.384Z | Downloaded fd-lock v3.0.13 |
1249 | 2024-02-28T12:30:47.387Z | Downloaded diesel_derives v2.1.2 |
1250 | 2024-02-28T12:30:47.390Z | Downloaded env_logger v0.10.0 |
1251 | 2024-02-28T12:30:47.393Z | Downloaded memchr v2.6.3 |
1252 | 2024-02-28T12:30:47.399Z | Downloaded rusty-fork v0.3.0 |
1253 | 2024-02-28T12:30:47.402Z | Downloaded unarray v0.1.4 |
1254 | 2024-02-28T12:30:47.402Z | Downloaded tracing v0.1.37 |
1255 | 2024-02-28T12:30:47.405Z | Downloaded tungstenite v0.20.1 |
1256 | 2024-02-28T12:30:47.405Z | Downloaded http v1.0.0 |
1257 | 2024-02-28T12:30:47.409Z | Downloaded pin-project-lite v0.2.13 |
1258 | 2024-02-28T12:30:47.414Z | Downloaded derive_builder v0.12.0 |
1259 | 2024-02-28T12:30:47.418Z | Downloaded tokio-native-tls v0.3.1 |
1260 | 2024-02-28T12:30:47.422Z | Downloaded thiserror-no-std v2.0.2 |
1261 | 2024-02-28T12:30:47.424Z | Downloaded indicatif v0.17.8 |
1262 | 2024-02-28T12:30:47.427Z | Downloaded compact_str v0.7.1 |
1263 | 2024-02-28T12:30:47.430Z | Downloaded foreign-types-shared v0.3.1 |
1264 | 2024-02-28T12:30:47.434Z | Downloaded cc v1.0.83 |
1265 | 2024-02-28T12:30:47.434Z | Downloaded oso v0.27.0 |
1266 | 2024-02-28T12:30:47.439Z | Downloaded unicode-bidi v0.3.13 |
1267 | 2024-02-28T12:30:47.442Z | Downloaded scroll v0.12.0 |
1268 | 2024-02-28T12:30:47.443Z | Downloaded scopeguard v1.2.0 |
1269 | 2024-02-28T12:30:47.443Z | Downloaded olpc-cjson v0.1.3 |
1270 | 2024-02-28T12:30:47.443Z | Downloaded fastrand v2.0.1 |
1271 | 2024-02-28T12:30:47.446Z | Downloaded slog-bunyan v2.5.0 |
1272 | 2024-02-28T12:30:47.446Z | Downloaded slog-async v2.8.0 |
1273 | 2024-02-28T12:30:47.446Z | Downloaded phf v0.11.2 |
1274 | 2024-02-28T12:30:47.449Z | Downloaded parking_lot v0.11.2 |
1275 | 2024-02-28T12:30:47.449Z | Downloaded indexmap v1.9.3 |
1276 | 2024-02-28T12:30:47.452Z | Downloaded futures-core v0.3.30 |
1277 | 2024-02-28T12:30:47.455Z | Downloaded der_derive v0.7.2 |
1278 | 2024-02-28T12:30:47.455Z | Downloaded subprocess v0.2.9 |
1279 | 2024-02-28T12:30:47.458Z | Downloaded structopt v0.3.26 |
1280 | 2024-02-28T12:30:47.465Z | Downloaded percent-encoding v2.3.1 |
1281 | 2024-02-28T12:30:47.467Z | Downloaded getopts v0.2.21 |
1282 | 2024-02-28T12:30:47.468Z | Downloaded generic-array v0.14.7 |
1283 | 2024-02-28T12:30:47.471Z | Downloaded ref-cast v1.0.20 |
1284 | 2024-02-28T12:30:47.471Z | Downloaded serde_derive v1.0.196 |
1285 | 2024-02-28T12:30:47.474Z | Downloaded defmt v0.3.5 |
1286 | 2024-02-28T12:30:47.478Z | Downloaded rustc-hash v1.1.0 |
1287 | 2024-02-28T12:30:47.478Z | Downloaded futures-task v0.3.30 |
1288 | 2024-02-28T12:30:47.481Z | Downloaded futures-macro v0.3.30 |
1289 | 2024-02-28T12:30:47.481Z | Downloaded hex v0.4.3 |
1290 | 2024-02-28T12:30:47.481Z | Downloaded allocator-api2 v0.2.16 |
1291 | 2024-02-28T12:30:47.485Z | Downloaded crossbeam-epoch v0.9.15 |
1292 | 2024-02-28T12:30:47.488Z | Downloaded either v1.10.0 |
1293 | 2024-02-28T12:30:47.488Z | Downloaded predicates-tree v1.0.9 |
1294 | 2024-02-28T12:30:47.491Z | Downloaded dof v0.3.0 |
1295 | 2024-02-28T12:30:47.491Z | Downloaded ref-cast-impl v1.0.20 |
1296 | 2024-02-28T12:30:47.491Z | Downloaded backoff v0.4.0 |
1297 | 2024-02-28T12:30:47.494Z | Downloaded strum_macros v0.26.1 |
1298 | 2024-02-28T12:30:47.494Z | Downloaded structmeta-derive v0.3.0 |
1299 | 2024-02-28T12:30:47.497Z | Downloaded unicode-xid v0.2.4 |
1300 | 2024-02-28T12:30:47.497Z | Downloaded anyhow v1.0.75 |
1301 | 2024-02-28T12:30:47.500Z | Downloaded ahash v0.8.7 |
1302 | 2024-02-28T12:30:47.506Z | Downloaded semver v1.0.22 |
1303 | 2024-02-28T12:30:47.510Z | Downloaded native-tls v0.2.11 |
1304 | 2024-02-28T12:30:47.510Z | Downloaded console v0.15.8 |
1305 | 2024-02-28T12:30:47.510Z | Downloaded thiserror-impl-no-std v2.0.2 |
1306 | 2024-02-28T12:30:47.513Z | Downloaded subtle v2.5.0 |
1307 | 2024-02-28T12:30:47.513Z | Downloaded stringprep v0.1.3 |
1308 | 2024-02-28T12:30:47.513Z | Downloaded const-oid v0.9.5 |
1309 | 2024-02-28T12:30:47.516Z | Downloaded smallvec v0.6.14 |
1310 | 2024-02-28T12:30:47.516Z | Downloaded string_cache v0.8.7 |
1311 | 2024-02-28T12:30:47.519Z | Downloaded strum_macros v0.24.3 |
1312 | 2024-02-28T12:30:47.522Z | Downloaded sqlformat v0.2.3 |
1313 | 2024-02-28T12:30:47.522Z | Downloaded spki v0.7.2 |
1314 | 2024-02-28T12:30:47.525Z | Downloaded bcs v0.1.6 |
1315 | 2024-02-28T12:30:47.525Z | Downloaded base64ct v1.6.0 |
1316 | 2024-02-28T12:30:47.528Z | Downloaded csv-core v0.1.11 |
1317 | 2024-02-28T12:30:47.528Z | Downloaded autocfg v1.1.0 |
1318 | 2024-02-28T12:30:47.531Z | Downloaded async-trait v0.1.77 |
1319 | 2024-02-28T12:30:47.535Z | Downloaded ansi_term v0.12.1 |
1320 | 2024-02-28T12:30:47.535Z | Downloaded signature v1.6.4 |
1321 | 2024-02-28T12:30:47.538Z | Downloaded mockall v0.12.0 |
1322 | 2024-02-28T12:30:47.538Z | Downloaded argon2 v0.5.3 |
1323 | 2024-02-28T12:30:47.538Z | Downloaded arrayvec v0.7.4 |
1324 | 2024-02-28T12:30:47.542Z | Downloaded anstream v0.6.11 |
1325 | 2024-02-28T12:30:47.545Z | Downloaded shell-words v1.1.0 |
1326 | 2024-02-28T12:30:47.545Z | Downloaded serde_path_to_error v0.1.15 |
1327 | 2024-02-28T12:30:47.545Z | Downloaded crypto-common v0.1.6 |
1328 | 2024-02-28T12:30:47.548Z | Downloaded newtype-uuid v1.0.1 |
1329 | 2024-02-28T12:30:47.548Z | Downloaded memmap v0.7.0 |
1330 | 2024-02-28T12:30:47.549Z | Downloaded bit-set v0.5.3 |
1331 | 2024-02-28T12:30:47.554Z | Downloaded scheduled-thread-pool v0.2.7 |
1332 | 2024-02-28T12:30:47.555Z | Downloaded mio v0.8.9 |
1333 | 2024-02-28T12:30:47.558Z | Downloaded num_enum v0.5.11 |
1334 | 2024-02-28T12:30:47.562Z | Downloaded camino-tempfile v1.1.1 |
1335 | 2024-02-28T12:30:47.562Z | Downloaded md-5 v0.10.5 |
1336 | 2024-02-28T12:30:47.565Z | Downloaded buf-list v1.0.3 |
1337 | 2024-02-28T12:30:47.565Z | Downloaded usdt-attr-macro v0.5.0 |
1338 | 2024-02-28T12:30:47.568Z | Downloaded cexpr v0.6.0 |
1339 | 2024-02-28T12:30:47.568Z | Downloaded castaway v0.2.2 |
1340 | 2024-02-28T12:30:47.568Z | Downloaded hubpack v0.1.2 |
1341 | 2024-02-28T12:30:47.571Z | Downloaded tinyvec_macros v0.1.1 |
1342 | 2024-02-28T12:30:47.571Z | Downloaded strum v0.26.1 |
1343 | 2024-02-28T12:30:47.572Z | Downloaded iana-time-zone v0.1.57 |
1344 | 2024-02-28T12:30:47.575Z | Downloaded memoffset v0.9.0 |
1345 | 2024-02-28T12:30:47.575Z | Downloaded memoffset v0.7.1 |
1346 | 2024-02-28T12:30:47.578Z | Downloaded maybe-uninit v2.0.0 |
1347 | 2024-02-28T12:30:47.578Z | Downloaded clap v4.5.0 |
1348 | 2024-02-28T12:30:47.591Z | Downloaded hostname v0.3.1 |
1349 | 2024-02-28T12:30:47.595Z | Downloaded corncobs v0.1.3 |
1350 | 2024-02-28T12:30:47.595Z | Downloaded http-body v0.4.5 |
1351 | 2024-02-28T12:30:47.598Z | Downloaded async-recursion v1.0.5 |
1352 | 2024-02-28T12:30:47.598Z | Downloaded ascii-canvas v3.0.0 |
1353 | 2024-02-28T12:30:47.598Z | Downloaded crucible-workspace-hack v0.1.0 |
1354 | 2024-02-28T12:30:47.601Z | Downloaded highway v1.1.0 |
1355 | 2024-02-28T12:30:47.601Z | Downloaded atomic-waker v1.1.1 |
1356 | 2024-02-28T12:30:47.604Z | Downloaded arrayref v0.3.7 |
1357 | 2024-02-28T12:30:47.604Z | Downloaded aead v0.5.2 |
1358 | 2024-02-28T12:30:47.604Z | Downloaded constant_time_eq v0.3.0 |
1359 | 2024-02-28T12:30:47.608Z | Downloaded async-stream v0.3.5 |
1360 | 2024-02-28T12:30:47.608Z | Downloaded array-init v0.0.4 |
1361 | 2024-02-28T12:30:47.608Z | Downloaded instant v0.1.12 |
1362 | 2024-02-28T12:30:47.612Z | Downloaded block-buffer v0.10.4 |
1363 | 2024-02-28T12:30:47.612Z | Downloaded lru-cache v0.1.2 |
1364 | 2024-02-28T12:30:47.612Z | Downloaded hyper-tls v0.5.0 |
1365 | 2024-02-28T12:30:47.612Z | Downloaded hyper-staticfile v0.9.5 |
1366 | 2024-02-28T12:30:47.615Z | Downloaded lalrpop-util v0.19.12 |
1367 | 2024-02-28T12:30:47.615Z | Downloaded lazy_static v1.4.0 |
1368 | 2024-02-28T12:30:47.616Z | Downloaded http-range v0.1.5 |
1369 | 2024-02-28T12:30:47.621Z | Downloaded hubpack_derive v0.1.1 |
1370 | 2024-02-28T12:30:47.621Z | Downloaded crunchy v0.2.2 |
1371 | 2024-02-28T12:30:47.621Z | Downloaded async-stream-impl v0.3.5 |
1372 | 2024-02-28T12:30:47.622Z | Downloaded rustyline v13.0.0 |
1373 | 2024-02-28T12:30:47.625Z | Downloaded multer v3.0.0 |
1374 | 2024-02-28T12:30:47.628Z | Downloaded num-bigint v0.4.4 |
1375 | 2024-02-28T12:30:47.631Z | Downloaded clap_lex v0.7.0 |
1376 | 2024-02-28T12:30:47.631Z | Downloaded num-complex v0.4.4 |
1377 | 2024-02-28T12:30:47.634Z | Downloaded mockall_derive v0.12.0 |
1378 | 2024-02-28T12:30:47.637Z | Downloaded libloading v0.7.4 |
1379 | 2024-02-28T12:30:47.637Z | Downloaded clap_derive v4.5.0 |
1380 | 2024-02-28T12:30:47.640Z | Downloaded colorchoice v1.0.0 |
1381 | 2024-02-28T12:30:47.640Z | Downloaded normalize-line-endings v0.3.0 |
1382 | 2024-02-28T12:30:47.640Z | Downloaded newtype_derive v0.1.6 |
1383 | 2024-02-28T12:30:47.643Z | Downloaded libefi-sys v0.1.0 |
1384 | 2024-02-28T12:30:47.643Z | Downloaded itoa v1.0.9 |
1385 | 2024-02-28T12:30:47.643Z | Downloaded num-iter v0.1.43 |
1386 | 2024-02-28T12:30:47.646Z | Downloaded num-integer v0.1.46 |
1387 | 2024-02-28T12:30:47.646Z | Downloaded ipnet v2.9.0 |
1388 | 2024-02-28T12:30:47.650Z | Downloaded indoc v2.0.3 |
1389 | 2024-02-28T12:30:47.650Z | Downloaded colored v2.0.4 |
1390 | 2024-02-28T12:30:47.653Z | Downloaded cobs v0.2.3 |
1391 | 2024-02-28T12:30:47.653Z | Downloaded ciborium-ll v0.2.2 |
1392 | 2024-02-28T12:30:47.657Z | Downloaded cfg-if v1.0.0 |
1393 | 2024-02-28T12:30:47.657Z | Downloaded cassowary v0.3.0 |
1394 | 2024-02-28T12:30:48.049Z | Compiling proc-macro2 v1.0.78 |
1395 | 2024-02-28T12:30:48.049Z | Compiling unicode-ident v1.0.12 |
1396 | 2024-02-28T12:30:48.052Z | Compiling libc v0.2.153 |
1397 | 2024-02-28T12:30:48.052Z | Compiling serde v1.0.196 |
1398 | 2024-02-28T12:30:48.052Z | Compiling autocfg v1.1.0 |
1399 | 2024-02-28T12:30:48.052Z | Compiling version_check v0.9.4 |
1400 | 2024-02-28T12:30:48.091Z | Compiling cfg-if v1.0.0 |
1401 | 2024-02-28T12:30:48.247Z | Compiling syn v1.0.109 |
1402 | 2024-02-28T12:30:48.264Z | Compiling once_cell v1.19.0 |
1403 | 2024-02-28T12:30:48.644Z | Compiling byteorder v1.5.0 |
1404 | 2024-02-28T12:30:48.722Z | Compiling ahash v0.8.7 |
1405 | 2024-02-28T12:30:48.738Z | Compiling lock_api v0.4.10 |
1406 | 2024-02-28T12:30:48.985Z | Compiling memchr v2.6.3 |
1407 | 2024-02-28T12:30:49.759Z | Compiling parking_lot_core v0.9.8 |
1408 | 2024-02-28T12:30:49.785Z | Compiling libm v0.2.7 |
1409 | 2024-02-28T12:30:49.924Z | Compiling serde_json v1.0.114 |
1410 | 2024-02-28T12:30:49.927Z | Compiling num-traits v0.2.16 |
1411 | 2024-02-28T12:30:50.180Z | Compiling thiserror v1.0.57 |
1412 | 2024-02-28T12:30:50.275Z | Compiling scopeguard v1.2.0 |
1413 | 2024-02-28T12:30:50.317Z | Compiling typenum v1.16.0 |
1414 | 2024-02-28T12:30:50.439Z | Compiling generic-array v0.14.7 |
1415 | 2024-02-28T12:30:50.763Z | Compiling itoa v1.0.9 |
1416 | 2024-02-28T12:30:51.020Z | Compiling quote v1.0.35 |
1417 | 2024-02-28T12:30:51.351Z | Compiling cc v1.0.83 |
1418 | 2024-02-28T12:30:51.391Z | Compiling getrandom v0.2.10 |
1419 | 2024-02-28T12:30:51.555Z | Compiling syn v2.0.48 |
1420 | 2024-02-28T12:30:52.085Z | Compiling log v0.4.20 |
1421 | 2024-02-28T12:30:52.477Z | Compiling pkg-config v0.3.27 |
1422 | 2024-02-28T12:30:52.701Z | Compiling allocator-api2 v0.2.16 |
1423 | 2024-02-28T12:30:53.194Z | Compiling slab v0.4.9 |
1424 | 2024-02-28T12:30:53.582Z | Compiling ryu v1.0.15 |
1425 | 2024-02-28T12:30:53.676Z | Compiling heck v0.4.1 |
1426 | 2024-02-28T12:30:53.827Z | Compiling ring v0.17.8 |
1427 | 2024-02-28T12:30:53.918Z | Compiling pin-project-lite v0.2.13 |
1428 | 2024-02-28T12:30:53.933Z | Compiling smallvec v1.13.1 |
1429 | 2024-02-28T12:30:53.951Z | Compiling schemars v0.8.16 |
1430 | 2024-02-28T12:30:54.105Z | Compiling equivalent v1.0.1 |
1431 | 2024-02-28T12:30:54.443Z | Compiling vcpkg v0.2.15 |
1432 | 2024-02-28T12:30:54.779Z | Compiling parking_lot v0.12.1 |
1433 | 2024-02-28T12:30:56.239Z | Compiling signal-hook-registry v1.4.1 |
1434 | 2024-02-28T12:30:56.251Z | Compiling openssl-sys v0.9.96 |
1435 | 2024-02-28T12:30:57.213Z | Compiling mio v0.8.9 |
1436 | 2024-02-28T12:30:57.247Z | Compiling rand_core v0.6.4 |
1437 | 2024-02-28T12:30:57.998Z | Compiling ring v0.16.20 |
1438 | 2024-02-28T12:30:58.482Z | Compiling socket2 v0.5.5 |
1439 | 2024-02-28T12:30:58.536Z | Compiling num_cpus v1.16.0 |
1440 | 2024-02-28T12:30:58.911Z | Compiling rustix v0.38.31 |
1441 | 2024-02-28T12:30:59.055Z | Compiling serde_derive_internals v0.26.0 |
1442 | 2024-02-28T12:30:59.366Z | Compiling httparse v1.8.0 |
1443 | 2024-02-28T12:30:59.387Z | Compiling ucd-trie v0.1.6 |
1444 | 2024-02-28T12:30:59.598Z | Compiling futures-core v0.3.30 |
1445 | 2024-02-28T12:30:59.915Z | Compiling crossbeam-utils v0.8.16 |
1446 | 2024-02-28T12:31:00.024Z | Compiling semver v1.0.22 |
1447 | 2024-02-28T12:31:00.398Z | Compiling openssl v0.10.60 |
1448 | 2024-02-28T12:31:00.419Z | Compiling fnv v1.0.7 |
1449 | 2024-02-28T12:31:00.506Z | Compiling spin v0.5.2 |
1450 | 2024-02-28T12:31:00.617Z | Compiling iana-time-zone v0.1.57 |
1451 | 2024-02-28T12:31:01.077Z | Compiling unicode-xid v0.2.4 |
1452 | 2024-02-28T12:31:01.154Z | Compiling const-oid v0.9.5 |
1453 | 2024-02-28T12:31:01.266Z | Compiling rustls v0.21.9 |
1454 | 2024-02-28T12:31:01.366Z | Compiling native-tls v0.2.11 |
1455 | 2024-02-28T12:31:01.558Z | Compiling subtle v2.5.0 |
1456 | 2024-02-28T12:31:01.589Z | Compiling synstructure v0.12.6 |
1457 | 2024-02-28T12:31:01.693Z | Compiling spin v0.9.8 |
1458 | 2024-02-28T12:31:01.882Z | Compiling memoffset v0.9.0 |
1459 | 2024-02-28T12:31:02.145Z | Compiling futures-sink v0.3.30 |
1460 | 2024-02-28T12:31:02.528Z | Compiling backtrace v0.3.69 |
1461 | 2024-02-28T12:31:02.799Z | Compiling tinyvec_macros v0.1.1 |
1462 | 2024-02-28T12:31:02.842Z | Compiling dyn-clone v1.0.17 |
1463 | 2024-02-28T12:31:02.897Z | Compiling rustversion v1.0.14 |
1464 | 2024-02-28T12:31:02.999Z | Compiling tinyvec v1.6.0 |
1465 | 2024-02-28T12:31:03.203Z | Compiling futures-channel v0.3.30 |
1466 | 2024-02-28T12:31:03.436Z | Compiling tracing-core v0.1.31 |
1467 | 2024-02-28T12:31:03.545Z | Compiling crossbeam-epoch v0.9.15 |
1468 | 2024-02-28T12:31:03.724Z | Compiling winnow v0.5.15 |
1469 | 2024-02-28T12:31:03.810Z | Compiling slog v2.7.0 |
1470 | 2024-02-28T12:31:03.996Z | Compiling futures-task v0.3.30 |
1471 | 2024-02-28T12:31:04.274Z | Compiling pin-utils v0.1.0 |
1472 | 2024-02-28T12:31:04.546Z | Compiling futures-io v0.3.30 |
1473 | 2024-02-28T12:31:04.828Z | Compiling unicode-normalization v0.1.22 |
1474 | 2024-02-28T12:31:05.006Z | Compiling serde_derive v1.0.196 |
1475 | 2024-02-28T12:31:05.101Z | Compiling zerocopy-derive v0.7.32 |
1476 | 2024-02-28T12:31:05.118Z | Compiling zeroize_derive v1.4.2 |
1477 | 2024-02-28T12:31:05.888Z | Compiling thiserror-impl v1.0.57 |
1478 | 2024-02-28T12:31:06.206Z | Compiling tokio-macros v2.2.0 |
1479 | 2024-02-28T12:31:06.619Z | Compiling futures-macro v0.3.30 |
1480 | 2024-02-28T12:31:06.640Z | Compiling tracing-attributes v0.1.26 |
1481 | 2024-02-28T12:31:07.186Z | Compiling zerocopy v0.7.32 |
1482 | 2024-02-28T12:31:07.679Z | Compiling schemars_derive v0.8.16 |
1483 | 2024-02-28T12:31:08.695Z | Compiling zeroize v1.7.0 |
1484 | 2024-02-28T12:31:09.478Z | Compiling hashbrown v0.14.3 |
1485 | 2024-02-28T12:31:09.499Z | Compiling pest v2.7.6 |
1486 | 2024-02-28T12:31:10.694Z | Compiling openssl-macros v0.1.1 |
1487 | 2024-02-28T12:31:10.990Z | Compiling zerocopy-derive v0.2.0 |
1488 | 2024-02-28T12:31:11.009Z | Compiling crypto-common v0.1.6 |
1489 | 2024-02-28T12:31:11.220Z | Compiling der_derive v0.7.2 |
1490 | 2024-02-28T12:31:11.505Z | Compiling block-buffer v0.10.4 |
1491 | 2024-02-28T12:31:11.602Z | Compiling tracing v0.1.37 |
1492 | 2024-02-28T12:31:11.759Z | Compiling futures-util v0.3.30 |
1493 | 2024-02-28T12:31:12.246Z | Compiling pest_meta v2.7.6 |
1494 | 2024-02-28T12:31:13.718Z | Compiling pest_generator v2.7.6 |
1495 | 2024-02-28T12:31:13.902Z | Compiling usdt-impl v0.3.5 |
1496 | 2024-02-28T12:31:15.702Z | Compiling anyhow v1.0.75 |
1497 | 2024-02-28T12:31:15.880Z | Compiling unicode-bidi v0.3.13 |
1498 | 2024-02-28T12:31:16.240Z | Compiling time-core v0.1.1 |
1499 | 2024-02-28T12:31:16.429Z | Compiling crc32fast v1.3.2 |
1500 | 2024-02-28T12:31:16.677Z | Compiling pest_derive v2.7.6 |
1501 | 2024-02-28T12:31:17.194Z | Compiling time-macros v0.2.13 |
1502 | 2024-02-28T12:31:17.466Z | Compiling digest v0.10.7 |
1503 | 2024-02-28T12:31:17.945Z | Compiling scroll_derive v0.12.0 |
1504 | 2024-02-28T12:31:18.187Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1505 | 2024-02-28T12:31:18.370Z | Compiling aho-corasick v1.0.4 |
1506 | 2024-02-28T12:31:18.687Z | Compiling ppv-lite86 v0.2.17 |
1507 | 2024-02-28T12:31:18.947Z | Compiling signal-hook v0.3.17 |
1508 | 2024-02-28T12:31:19.251Z | Compiling bytes v1.5.0 |
1509 | 2024-02-28T12:31:19.588Z | Compiling indexmap v2.2.3 |
1510 | 2024-02-28T12:31:19.660Z | Compiling uuid v1.7.0 |
1511 | 2024-02-28T12:31:19.951Z | Compiling chrono v0.4.31 |
1512 | 2024-02-28T12:31:20.580Z | Compiling bitflags v2.4.0 |
1513 | 2024-02-28T12:31:21.195Z | Compiling tokio v1.36.0 |
1514 | 2024-02-28T12:31:22.694Z | Compiling toml_datetime v0.6.5 |
1515 | 2024-02-28T12:31:22.975Z | Compiling serde_spanned v0.6.5 |
1516 | 2024-02-28T12:31:23.739Z | Compiling rustc_version v0.4.0 |
1517 | 2024-02-28T12:31:23.966Z | Compiling toml_edit v0.19.15 |
1518 | 2024-02-28T12:31:24.306Z | Compiling http v0.2.11 |
1519 | 2024-02-28T12:31:24.430Z | Compiling heapless v0.7.16 |
1520 | 2024-02-28T12:31:26.892Z | Compiling regex-syntax v0.8.2 |
1521 | 2024-02-28T12:31:27.012Z | Compiling async-trait v0.1.77 |
1522 | 2024-02-28T12:31:27.517Z | Compiling untrusted v0.9.0 |
1523 | 2024-02-28T12:31:28.765Z | Compiling rand_chacha v0.3.1 |
1524 | 2024-02-28T12:31:30.583Z | Compiling zerocopy v0.3.0 |
1525 | 2024-02-28T12:31:31.215Z | Compiling regex-automata v0.4.4 |
1526 | 2024-02-28T12:31:31.720Z | Compiling thread-id v4.2.0 |
1527 | 2024-02-28T12:31:34.540Z | Compiling dof v0.1.5 |
1528 | 2024-02-28T12:31:35.399Z | Compiling tokio-util v0.7.10 |
1529 | 2024-02-28T12:31:35.973Z | Compiling regex v1.10.3 |
1530 | 2024-02-28T12:31:36.044Z | Compiling rand v0.8.5 |
1531 | 2024-02-28T12:31:37.142Z | Compiling dtrace-parser v0.1.14 |
1532 | 2024-02-28T12:31:37.905Z | Compiling strum_macros v0.25.2 |
1533 | 2024-02-28T12:31:38.943Z | Compiling errno v0.3.8 |
1534 | 2024-02-28T12:31:39.127Z | Compiling num-bigint v0.4.4 |
1535 | 2024-02-28T12:31:39.226Z | Compiling untrusted v0.7.1 |
1536 | 2024-02-28T12:31:39.462Z | Compiling percent-encoding v2.3.1 |
1537 | 2024-02-28T12:31:39.669Z | Compiling base64ct v1.6.0 |
1538 | 2024-02-28T12:31:39.784Z | Compiling foreign-types-shared v0.1.1 |
1539 | 2024-02-28T12:31:39.818Z | Compiling smoltcp v0.9.1 |
1540 | 2024-02-28T12:31:39.908Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1541 | 2024-02-28T12:31:40.322Z | Compiling pem-rfc7468 v0.7.0 |
1542 | 2024-02-28T12:31:40.473Z | Compiling foreign-types v0.3.2 |
1543 | 2024-02-28T12:31:42.726Z | Compiling serde_tokenstream v0.1.7 |
1544 | 2024-02-28T12:31:43.322Z | Compiling hmac v0.12.1 |
1545 | 2024-02-28T12:31:43.583Z | Compiling lazy_static v1.4.0 |
1546 | 2024-02-28T12:31:43.797Z | Compiling socket2 v0.4.9 |
1547 | 2024-02-28T12:31:44.295Z | Compiling flagset v0.4.3 |
1548 | 2024-02-28T12:31:44.442Z | Compiling unicode-width v0.1.11 |
1549 | 2024-02-28T12:31:44.504Z | Compiling siphasher v0.3.11 |
1550 | 2024-02-28T12:31:44.547Z | Compiling base64 v0.21.7 |
1551 | 2024-02-28T12:31:44.832Z | Compiling unicode-segmentation v1.10.1 |
1552 | 2024-02-28T12:31:44.951Z | Compiling adler v1.0.2 |
1553 | 2024-02-28T12:31:45.220Z | Compiling try-lock v0.2.4 |
1554 | 2024-02-28T12:31:45.321Z | Compiling bitflags v1.3.2 |
1555 | 2024-02-28T12:31:45.386Z | Compiling miniz_oxide v0.7.1 |
1556 | 2024-02-28T12:31:45.409Z | Compiling want v0.3.1 |
1557 | 2024-02-28T12:31:45.717Z | Compiling der v0.7.8 |
1558 | 2024-02-28T12:31:46.420Z | Compiling sct v0.7.0 |
1559 | 2024-02-28T12:31:46.573Z | Compiling rustls-webpki v0.101.7 |
1560 | 2024-02-28T12:31:46.737Z | Compiling form_urlencoded v1.2.1 |
1561 | 2024-02-28T12:31:46.822Z | Compiling h2 v0.3.24 |
1562 | 2024-02-28T12:31:47.111Z | Compiling http-body v0.4.5 |
1563 | 2024-02-28T12:31:47.174Z | Compiling hubpack_derive v0.1.1 |
1564 | 2024-02-28T12:31:47.554Z | Compiling zerocopy-derive v0.6.4 |
1565 | 2024-02-28T12:31:49.026Z | Compiling num-iter v0.1.43 |
1566 | 2024-02-28T12:31:49.389Z | Compiling usdt-impl v0.5.0 |
1567 | 2024-02-28T12:31:49.497Z | Compiling httpdate v1.0.3 |
1568 | 2024-02-28T12:31:49.517Z | Compiling openssl-probe v0.1.5 |
1569 | 2024-02-28T12:31:49.717Z | Compiling tower-service v0.3.2 |
1570 | 2024-02-28T12:31:49.793Z | Compiling stable_deref_trait v1.2.0 |
1571 | 2024-02-28T12:31:49.860Z | Compiling cpufeatures v0.2.12 |
1572 | 2024-02-28T12:31:49.965Z | Compiling anstyle v1.0.2 |
1573 | 2024-02-28T12:31:50.171Z | Compiling utf8parse v0.2.1 |
1574 | 2024-02-28T12:31:50.372Z | Compiling anstyle-parse v0.2.1 |
1575 | 2024-02-28T12:31:50.444Z | Compiling sha2 v0.10.8 |
1576 | 2024-02-28T12:31:50.726Z | Compiling spki v0.7.2 |
1577 | 2024-02-28T12:31:53.072Z | Compiling usdt-attr-macro v0.3.5 |
1578 | 2024-02-28T12:31:53.637Z | Compiling usdt-macro v0.3.5 |
1579 | 2024-02-28T12:31:54.571Z | Compiling hyper v0.14.27 |
1580 | 2024-02-28T12:31:55.168Z | Compiling openapiv3 v2.0.0 |
1581 | 2024-02-28T12:31:55.542Z | Compiling scroll v0.12.0 |
1582 | 2024-02-28T12:31:56.315Z | Compiling md-5 v0.10.5 |
1583 | 2024-02-28T12:31:56.662Z | Compiling idna v0.5.0 |
1584 | 2024-02-28T12:31:56.968Z | Compiling stringprep v0.1.3 |
1585 | 2024-02-28T12:31:58.011Z | Compiling diesel_table_macro_syntax v0.1.0 |
1586 | 2024-02-28T12:31:58.054Z | Compiling num-integer v0.1.46 |
1587 | 2024-02-28T12:31:58.242Z | Compiling hash32 v0.2.1 |
1588 | 2024-02-28T12:31:58.428Z | Compiling anstyle-query v1.0.0 |
1589 | 2024-02-28T12:31:58.580Z | Compiling gimli v0.28.0 |
1590 | 2024-02-28T12:31:58.842Z | Compiling plain v0.2.3 |
1591 | 2024-02-28T12:31:58.930Z | Compiling colorchoice v1.0.0 |
1592 | 2024-02-28T12:31:59.100Z | Compiling fallible-iterator v0.2.0 |
1593 | 2024-02-28T12:31:59.918Z | Compiling postgres-protocol v0.6.6 |
1594 | 2024-02-28T12:32:00.526Z | Compiling anstream v0.6.11 |
1595 | 2024-02-28T12:32:01.241Z | Compiling goblin v0.8.0 |
1596 | 2024-02-28T12:32:02.554Z | Compiling diesel_derives v2.1.2 |
1597 | 2024-02-28T12:32:02.796Z | Compiling url v2.5.0 |
1598 | 2024-02-28T12:32:03.979Z | Compiling addr2line v0.21.0 |
1599 | 2024-02-28T12:32:05.985Z | Compiling tokio-rustls v0.24.1 |
1600 | 2024-02-28T12:32:06.102Z | Compiling terminal_size v0.3.0 |
1601 | 2024-02-28T12:32:06.328Z | Compiling tokio-native-tls v0.3.1 |
1602 | 2024-02-28T12:32:06.621Z | Compiling pkcs8 v0.10.2 |
1603 | 2024-02-28T12:32:06.940Z | Compiling phf_shared v0.11.2 |
1604 | 2024-02-28T12:32:07.761Z | Compiling serde_tokenstream v0.2.0 |
1605 | 2024-02-28T12:32:08.388Z | Compiling block-padding v0.3.3 |
1606 | 2024-02-28T12:32:08.631Z | Compiling enum-as-inner v0.5.1 |
1607 | 2024-02-28T12:32:08.650Z | Compiling clap_derive v4.5.0 |
1608 | 2024-02-28T12:32:09.679Z | Compiling serde_repr v0.1.16 |
1609 | 2024-02-28T12:32:11.298Z | Compiling ff v0.13.0 |
1610 | 2024-02-28T12:32:11.437Z | Compiling scheduled-thread-pool v0.2.7 |
1611 | 2024-02-28T12:32:11.553Z | Compiling object v0.32.1 |
1612 | 2024-02-28T12:32:12.402Z | Compiling strsim v0.11.0 |
1613 | 2024-02-28T12:32:13.209Z | Compiling managed v0.8.0 |
1614 | 2024-02-28T12:32:13.691Z | Compiling matches v0.1.10 |
1615 | 2024-02-28T12:32:13.734Z | Compiling base16ct v0.2.0 |
1616 | 2024-02-28T12:32:14.058Z | Compiling bit-vec v0.6.3 |
1617 | 2024-02-28T12:32:14.390Z | Compiling pretty-hex v0.4.1 |
1618 | 2024-02-28T12:32:14.574Z | Compiling deranged v0.3.8 |
1619 | 2024-02-28T12:32:15.334Z | Compiling regex-automata v0.1.10 |
1620 | 2024-02-28T12:32:15.894Z | Compiling num_threads v0.1.6 |
1621 | 2024-02-28T12:32:16.633Z | Compiling rustc-demangle v0.1.23 |
1622 | 2024-02-28T12:32:17.546Z | Compiling clap_lex v0.7.0 |
1623 | 2024-02-28T12:32:17.725Z | Compiling ipnet v2.9.0 |
1624 | 2024-02-28T12:32:18.052Z | Compiling clap_builder v4.5.0 |
1625 | 2024-02-28T12:32:19.458Z | Compiling time v0.3.27 |
1626 | 2024-02-28T12:32:21.443Z | Compiling bstr v0.2.17 |
1627 | 2024-02-28T12:32:22.873Z | Compiling dof v0.3.0 |
1628 | 2024-02-28T12:32:23.390Z | Compiling sec1 v0.7.3 |
1629 | 2024-02-28T12:32:23.883Z | Compiling idna v0.2.3 |
1630 | 2024-02-28T12:32:24.009Z | Compiling r2d2 v0.8.10 |
1631 | 2024-02-28T12:32:24.029Z | Compiling group v0.13.0 |
1632 | 2024-02-28T12:32:24.690Z | Compiling inout v0.1.3 |
1633 | 2024-02-28T12:32:25.495Z | Compiling phf v0.11.2 |
1634 | 2024-02-28T12:32:25.781Z | Compiling hyper-tls v0.5.0 |
1635 | 2024-02-28T12:32:25.803Z | Compiling hyper-rustls v0.24.2 |
1636 | 2024-02-28T12:32:25.834Z | Compiling signal-hook-mio v0.2.3 |
1637 | 2024-02-28T12:32:25.886Z | Compiling flate2 v1.0.28 |
1638 | 2024-02-28T12:32:26.010Z | Compiling bzip2 v0.4.4 |
1639 | 2024-02-28T12:32:26.175Z | Compiling postgres-types v0.2.6 |
1640 | 2024-02-28T12:32:26.376Z | Compiling zerocopy v0.6.4 |
1641 | 2024-02-28T12:32:26.544Z | Compiling hubpack v0.1.2 |
1642 | 2024-02-28T12:32:26.593Z | Compiling serde_urlencoded v0.7.1 |
1643 | 2024-02-28T12:32:26.897Z | Compiling rustls-pemfile v1.0.3 |
1644 | 2024-02-28T12:32:27.009Z | Compiling phf_shared v0.10.0 |
1645 | 2024-02-28T12:32:27.168Z | Compiling hkdf v0.12.4 |
1646 | 2024-02-28T12:32:27.343Z | Compiling ipnetwork v0.20.0 |
1647 | 2024-02-28T12:32:27.681Z | Compiling futures-executor v0.3.30 |
1648 | 2024-02-28T12:32:27.703Z | Compiling dtrace-parser v0.2.0 |
1649 | 2024-02-28T12:32:28.247Z | Compiling regress v0.8.0 |
1650 | 2024-02-28T12:32:28.362Z | Compiling crypto-bigint v0.5.2 |
1651 | 2024-02-28T12:32:28.645Z | Compiling float-cmp v0.9.0 |
1652 | 2024-02-28T12:32:28.880Z | Compiling encoding_rs v0.8.33 |
1653 | 2024-02-28T12:32:30.653Z | Compiling whoami v1.4.1 |
1654 | 2024-02-28T12:32:31.229Z | Compiling regex-automata v0.3.8 |
1655 | 2024-02-28T12:32:31.398Z | Compiling difflib v0.4.0 |
1656 | 2024-02-28T12:32:32.779Z | Compiling data-encoding v2.4.0 |
1657 | 2024-02-28T12:32:33.243Z | Compiling minimal-lexical v0.2.1 |
1658 | 2024-02-28T12:32:33.460Z | Compiling static_assertions v1.1.0 |
1659 | 2024-02-28T12:32:33.582Z | Compiling either v1.10.0 |
1660 | 2024-02-28T12:32:33.802Z | Compiling predicates-core v1.0.6 |
1661 | 2024-02-28T12:32:33.925Z | Compiling precomputed-hash v0.1.1 |
1662 | 2024-02-28T12:32:34.060Z | Compiling fixedbitset v0.4.2 |
1663 | 2024-02-28T12:32:34.259Z | Compiling mime v0.3.17 |
1664 | 2024-02-28T12:32:34.280Z | Compiling new_debug_unreachable v1.0.4 |
1665 | 2024-02-28T12:32:34.395Z | Compiling winnow v0.6.1 |
1666 | 2024-02-28T12:32:35.383Z | Compiling normalize-line-endings v0.3.0 |
1667 | 2024-02-28T12:32:35.480Z | Compiling webpki-roots v0.25.2 |
1668 | 2024-02-28T12:32:35.519Z | Compiling predicates v3.1.0 |
1669 | 2024-02-28T12:32:35.664Z | Compiling reqwest v0.11.22 |
1670 | 2024-02-28T12:32:37.200Z | Compiling string_cache v0.8.7 |
1671 | 2024-02-28T12:32:37.655Z | Compiling petgraph v0.6.4 |
1672 | 2024-02-28T12:32:38.622Z | Compiling toml_edit v0.22.6 |
1673 | 2024-02-28T12:32:42.176Z | Compiling itertools v0.10.5 |
1674 | 2024-02-28T12:32:42.509Z | Compiling nom v7.1.3 |
1675 | 2024-02-28T12:32:45.345Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1676 | 2024-02-28T12:32:46.610Z | Compiling trust-dns-proto v0.22.0 |
1677 | 2024-02-28T12:32:46.672Z | Compiling bstr v1.6.0 |
1678 | 2024-02-28T12:32:48.330Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1679 | 2024-02-28T12:32:48.857Z | Compiling tokio-postgres v0.7.10 |
1680 | 2024-02-28T12:32:51.802Z | Compiling elliptic-curve v0.13.8 |
1681 | 2024-02-28T12:32:55.034Z | Compiling futures v0.3.30 |
1682 | 2024-02-28T12:32:55.177Z | Compiling yasna v0.5.2 |
1683 | 2024-02-28T12:32:55.812Z | Compiling diesel v2.1.4 |
1684 | 2024-02-28T12:32:56.010Z | Compiling zip v0.6.6 |
1685 | 2024-02-28T12:32:56.351Z | Compiling crossterm v0.27.0 |
1686 | 2024-02-28T12:32:57.043Z | Compiling cipher v0.4.4 |
1687 | 2024-02-28T12:32:57.555Z | Compiling similar v2.3.0 |
1688 | 2024-02-28T12:32:57.689Z | Compiling clap v4.5.0 |
1689 | 2024-02-28T12:32:57.786Z | Compiling bit-set v0.5.3 |
1690 | 2024-02-28T12:32:57.825Z | Compiling usdt v0.3.5 |
1691 | 2024-02-28T12:32:58.145Z | Compiling console v0.15.8 |
1692 | 2024-02-28T12:32:59.611Z | Compiling strum v0.25.0 |
1693 | 2024-02-28T12:32:59.833Z | Compiling tokio-stream v0.1.14 |
1694 | 2024-02-28T12:33:00.062Z | Compiling toml v0.7.8 |
1695 | 2024-02-28T12:33:00.788Z | Compiling hex v0.4.3 |
1696 | 2024-02-28T12:33:00.825Z | Compiling proc-macro-error-attr v1.0.4 |
1697 | 2024-02-28T12:33:01.355Z | Compiling lalrpop-util v0.19.12 |
1698 | 2024-02-28T12:33:01.826Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1699 | 2024-02-28T12:33:04.561Z | Compiling proc-macro-crate v1.3.1 |
1700 | 2024-02-28T12:33:05.665Z | Compiling proc-macro-error v1.0.4 |
1701 | 2024-02-28T12:33:06.308Z | Compiling heapless v0.8.0 |
1702 | 2024-02-28T12:33:06.382Z | Compiling camino v1.1.6 |
1703 | 2024-02-28T12:33:07.232Z | Compiling num_enum_derive v0.5.11 |
1704 | 2024-02-28T12:33:18.148Z | Compiling atty v0.2.14 |
1705 | 2024-02-28T12:33:18.734Z | Compiling hash32 v0.3.1 |
1706 | 2024-02-28T12:33:21.430Z | Compiling ident_case v1.0.1 |
1707 | 2024-02-28T12:33:24.048Z | Compiling smoltcp v0.11.0 |
1708 | 2024-02-28T12:33:24.910Z | Compiling strsim v0.10.0 |
1709 | 2024-02-28T12:33:25.071Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1710 | 2024-02-28T12:33:25.469Z | Compiling rustls-pki-types v1.3.0 |
1711 | 2024-02-28T12:33:25.584Z | Compiling darling_core v0.20.3 |
1712 | 2024-02-28T12:33:41.325Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1713 | 2024-02-28T12:33:45.005Z | Compiling num_enum v0.5.11 |
1714 | 2024-02-28T12:33:51.490Z | Compiling dirs-sys-next v0.1.2 |
1715 | 2024-02-28T12:33:52.705Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1716 | 2024-02-28T12:33:53.024Z | Compiling embedded-io v0.4.0 |
1717 | 2024-02-28T12:33:53.458Z | Compiling rustls v0.22.2 |
1718 | 2024-02-28T12:33:55.629Z | Compiling cobs v0.2.3 |
1719 | 2024-02-28T12:33:56.185Z | Compiling postcard v1.0.8 |
1720 | 2024-02-28T12:34:02.596Z | Compiling dirs-next v2.0.0 |
1721 | 2024-02-28T12:34:05.891Z | Compiling darling_macro v0.20.3 |
1722 | 2024-02-28T12:34:08.047Z | Compiling rustls-webpki v0.102.1 |
1723 | 2024-02-28T12:34:10.408Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1724 | 2024-02-28T12:34:14.526Z | Compiling getopts v0.2.21 |
1725 | 2024-02-28T12:34:15.131Z | Compiling structmeta-derive v0.3.0 |
1726 | 2024-02-28T12:34:15.497Z | Compiling foreign-types-macros v0.2.3 |
1727 | 2024-02-28T12:34:16.838Z | Compiling thread_local v1.1.7 |
1728 | 2024-02-28T12:34:16.906Z | Compiling multer v3.0.0 |
1729 | 2024-02-28T12:34:17.071Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1730 | 2024-02-28T12:34:17.263Z | Compiling match_cfg v0.1.0 |
1731 | 2024-02-28T12:34:17.446Z | Compiling paste v1.0.14 |
1732 | 2024-02-28T12:34:17.986Z | Compiling unsafe-libyaml v0.2.10 |
1733 | 2024-02-28T12:34:18.127Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1734 | 2024-02-28T12:34:18.255Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1735 | 2024-02-28T12:34:19.100Z | Compiling slog-async v2.8.0 |
1736 | 2024-02-28T12:34:19.562Z | Compiling foreign-types-shared v0.3.1 |
1737 | 2024-02-28T12:34:19.661Z | Compiling rayon-core v1.12.0 |
1738 | 2024-02-28T12:34:22.830Z | Compiling foreign-types v0.5.0 |
1739 | 2024-02-28T12:34:23.046Z | Compiling serde_yaml v0.9.25 |
1740 | 2024-02-28T12:34:27.415Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1741 | 2024-02-28T12:34:28.021Z | Compiling structmeta v0.3.0 |
1742 | 2024-02-28T12:34:29.493Z | Compiling hostname v0.3.1 |
1743 | 2024-02-28T12:34:30.757Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1744 | 2024-02-28T12:34:35.688Z | Compiling darling v0.20.3 |
1745 | 2024-02-28T12:34:39.370Z | Compiling term v0.7.0 |
1746 | 2024-02-28T12:34:42.468Z | Compiling slog-json v2.6.1 |
1747 | 2024-02-28T12:34:42.502Z | Compiling crossbeam-deque v0.8.3 |
1748 | 2024-02-28T12:34:42.992Z | Compiling is-terminal v0.4.9 |
1749 | 2024-02-28T12:34:43.153Z | Compiling crossbeam-channel v0.5.8 |
1750 | 2024-02-28T12:34:45.096Z | Compiling http v1.0.0 |
1751 | 2024-02-28T12:34:45.337Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1752 | 2024-02-28T12:34:45.901Z | Compiling async-stream-impl v0.3.5 |
1753 | 2024-02-28T12:34:46.216Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1754 | 2024-02-28T12:34:46.328Z | Compiling cstr-argument v0.1.2 |
1755 | 2024-02-28T12:34:46.612Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1756 | 2024-02-28T12:34:46.965Z | Compiling crucible-workspace-hack v0.1.0 |
1757 | 2024-02-28T12:34:47.110Z | Compiling fastrand v2.0.1 |
1758 | 2024-02-28T12:34:47.235Z | Compiling atomic-waker v1.1.1 |
1759 | 2024-02-28T12:34:47.449Z | Compiling take_mut v0.2.2 |
1760 | 2024-02-28T12:34:47.659Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1761 | 2024-02-28T12:34:47.701Z | Compiling pretty-hex v0.2.1 |
1762 | 2024-02-28T12:34:47.962Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1763 | 2024-02-28T12:34:48.047Z | Compiling tempfile v3.10.0 |
1764 | 2024-02-28T12:34:48.393Z | Compiling waitgroup v0.1.2 |
1765 | 2024-02-28T12:34:48.694Z | Compiling async-stream v0.3.5 |
1766 | 2024-02-28T12:34:50.063Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1767 | 2024-02-28T12:34:50.710Z | Compiling colored v2.0.4 |
1768 | 2024-02-28T12:34:51.295Z | Compiling slog-bunyan v2.5.0 |
1769 | 2024-02-28T12:34:51.716Z | Compiling slog-term v2.9.0 |
1770 | 2024-02-28T12:34:52.226Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1771 | 2024-02-28T12:34:53.040Z | Compiling tokio-rustls v0.25.0 |
1772 | 2024-02-28T12:34:53.570Z | Compiling serde_with_macros v3.6.1 |
1773 | 2024-02-28T12:34:55.007Z | Compiling parse-display-derive v0.9.0 |
1774 | 2024-02-28T12:34:56.177Z | Compiling toml v0.8.10 |
1775 | 2024-02-28T12:34:56.634Z | Compiling rustls-pemfile v2.1.0 |
1776 | 2024-02-28T12:34:57.457Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1777 | 2024-02-28T12:34:59.081Z | Compiling sha1 v0.10.6 |
1778 | 2024-02-28T12:34:59.416Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1779 | 2024-02-28T12:35:00.066Z | Compiling textwrap v0.11.0 |
1780 | 2024-02-28T12:35:01.128Z | Compiling heck v0.3.3 |
1781 | 2024-02-28T12:35:01.217Z | Compiling newtype-uuid v1.0.1 |
1782 | 2024-02-28T12:35:01.510Z | Compiling serde_path_to_error v0.1.15 |
1783 | 2024-02-28T12:35:01.615Z | Compiling strum_macros v0.26.1 |
1784 | 2024-02-28T12:35:01.668Z | Compiling instant v0.1.12 |
1785 | 2024-02-28T12:35:01.848Z | Compiling vec_map v0.8.2 |
1786 | 2024-02-28T12:35:02.203Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1787 | 2024-02-28T12:35:02.360Z | Compiling ansi_term v0.12.1 |
1788 | 2024-02-28T12:35:02.612Z | Compiling strsim v0.8.0 |
1789 | 2024-02-28T12:35:02.617Z | Compiling debug-ignore v1.0.5 |
1790 | 2024-02-28T12:35:02.808Z | Compiling libefi-sys v0.1.0 |
1791 | 2024-02-28T12:35:03.190Z | Compiling clap v2.34.0 |
1792 | 2024-02-28T12:35:04.057Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1793 | 2024-02-28T12:35:06.856Z | Compiling strum v0.26.1 |
1794 | 2024-02-28T12:35:07.069Z | Compiling backoff v0.4.0 |
1795 | 2024-02-28T12:35:07.438Z | Compiling structopt-derive v0.4.18 |
1796 | 2024-02-28T12:35:07.484Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1797 | 2024-02-28T12:35:07.862Z | Compiling parse-display v0.9.0 |
1798 | 2024-02-28T12:35:08.442Z | Compiling serde_with v3.6.1 |
1799 | 2024-02-28T12:35:08.919Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1800 | 2024-02-28T12:35:09.175Z | Compiling rayon v1.8.0 |
1801 | 2024-02-28T12:35:09.898Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1802 | 2024-02-28T12:35:10.803Z | Compiling camino-tempfile v1.1.1 |
1803 | 2024-02-28T12:35:11.684Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1804 | 2024-02-28T12:35:11.886Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1805 | 2024-02-28T12:35:12.441Z | Compiling zone_cfg_derive v0.3.0 |
1806 | 2024-02-28T12:35:13.670Z | Compiling macaddr v1.0.1 |
1807 | 2024-02-28T12:35:13.922Z | Compiling num-derive v0.4.0 |
1808 | 2024-02-28T12:35:14.454Z | Compiling blake3 v1.5.0 |
1809 | 2024-02-28T12:35:15.095Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1810 | 2024-02-28T12:35:15.219Z | Compiling portable-atomic v1.4.3 |
1811 | 2024-02-28T12:35:16.131Z | Compiling zone v0.3.0 |
1812 | 2024-02-28T12:35:16.251Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1813 | 2024-02-28T12:35:16.288Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1814 | 2024-02-28T12:35:18.164Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1815 | 2024-02-28T12:35:18.759Z | Compiling structopt v0.3.26 |
1816 | 2024-02-28T12:35:19.476Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1817 | 2024-02-28T12:35:19.962Z | Compiling smf v0.2.2 |
1818 | 2024-02-28T12:35:20.429Z | Compiling filetime v0.2.23 |
1819 | 2024-02-28T12:35:20.782Z | Compiling xattr v1.0.1 |
1820 | 2024-02-28T12:35:20.828Z | Compiling memmap2 v0.7.1 |
1821 | 2024-02-28T12:35:20.871Z | Compiling arrayvec v0.7.4 |
1822 | 2024-02-28T12:35:21.094Z | Compiling same-file v1.0.6 |
1823 | 2024-02-28T12:35:21.363Z | Compiling arrayref v0.3.7 |
1824 | 2024-02-28T12:35:21.420Z | Compiling constant_time_eq v0.3.0 |
1825 | 2024-02-28T12:35:21.441Z | Compiling walkdir v2.4.0 |
1826 | 2024-02-28T12:35:21.478Z | Compiling tar v0.4.40 |
1827 | 2024-02-28T12:35:23.363Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1828 | 2024-02-28T12:35:24.249Z | Compiling gethostname v0.4.3 |
1829 | 2024-02-28T12:35:24.551Z | Compiling number_prefix v0.4.0 |
1830 | 2024-02-28T12:35:24.748Z | Compiling topological-sort v0.2.2 |
1831 | 2024-02-28T12:35:24.861Z | Compiling swrite v0.1.0 |
1832 | 2024-02-28T12:35:25.007Z | Compiling omicron-zone-package v0.11.0 |
1833 | 2024-02-28T12:35:26.027Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1834 | 2024-02-28T12:35:27.662Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1835 | 2024-02-28T12:35:28.828Z | Compiling indicatif v0.17.8 |
1836 | 2024-02-28T12:35:37.119Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1837 | 2024-02-28T12:35:39.798Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1838 | 2024-02-28T12:35:41.949Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1839 | 2024-02-28T12:36:01.529Z | Finished release [optimized] target(s) in 5m 34s |
1840 | 2024-02-28T12:36:01.757Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1841 | 2024-02-28T12:36:01.824Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1842 | 2024-02-28T12:36:01.828Z | Created new build target 'test' and set it as active |
1843 | 2024-02-28T12:36:01.828Z | |
1844 | 2024-02-28T12:36:01.828Z | real 5:35.084834882 |
1845 | 2024-02-28T12:36:01.828Z | user 35:53.954741583 |
1846 | 2024-02-28T12:36:01.828Z | sys 3:59.060910925 |
1847 | 2024-02-28T12:36:01.828Z | trap 1.206434594 |
1848 | 2024-02-28T12:36:01.828Z | tflt 4.935723412 |
1849 | 2024-02-28T12:36:01.828Z | dflt 2.410313691 |
1850 | 2024-02-28T12:36:01.828Z | kflt 0.068985347 |
1851 | 2024-02-28T12:36:01.828Z | lock 1:16:19.280982031 |
1852 | 2024-02-28T12:36:01.828Z | slp 1:41:39.286029291 |
1853 | 2024-02-28T12:36:01.828Z | lat 2:10.345691700 |
1854 | 2024-02-28T12:36:01.828Z | stop 3:36.729859811 |
1855 | 2024-02-28T12:36:01.828Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1856 | 2024-02-28T12:36:02.604Z | Finished release [optimized] target(s) in 0.71s |
1857 | 2024-02-28T12:36:02.628Z | Running `target/release/omicron-package -t test package` |
1858 | 2024-02-28T12:36:02.657Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1859 | 2024-02-28T12:36:03.504Z | Compiling linked-hash-map v0.5.6 |
1860 | 2024-02-28T12:36:03.508Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1861 | 2024-02-28T12:36:03.508Z | Compiling usdt-macro v0.5.0 |
1862 | 2024-02-28T12:36:03.508Z | Compiling usdt-attr-macro v0.5.0 |
1863 | 2024-02-28T12:36:03.508Z | Compiling memmap v0.7.0 |
1864 | 2024-02-28T12:36:03.569Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1865 | 2024-02-28T12:36:03.574Z | Compiling password-hash v0.5.0 |
1866 | 2024-02-28T12:36:03.593Z | Compiling blake2 v0.10.6 |
1867 | 2024-02-28T12:36:03.939Z | Compiling lru-cache v0.1.2 |
1868 | 2024-02-28T12:36:04.068Z | Compiling semver v0.1.20 |
1869 | 2024-02-28T12:36:04.156Z | Compiling argon2 v0.5.3 |
1870 | 2024-02-28T12:36:04.716Z | Compiling rustc_version v0.1.7 |
1871 | 2024-02-28T12:36:05.042Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1872 | 2024-02-28T12:36:05.069Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1873 | 2024-02-28T12:36:05.115Z | Compiling quick-error v1.2.3 |
1874 | 2024-02-28T12:36:05.212Z | Compiling usdt v0.5.0 |
1875 | 2024-02-28T12:36:05.256Z | Compiling resolv-conf v0.7.0 |
1876 | 2024-02-28T12:36:05.335Z | Compiling newtype_derive v0.1.6 |
1877 | 2024-02-28T12:36:05.681Z | Compiling rayon-core v1.12.0 |
1878 | 2024-02-28T12:36:05.700Z | Compiling crossbeam-deque v0.8.3 |
1879 | 2024-02-28T12:36:05.711Z | Compiling fastrand v2.0.1 |
1880 | 2024-02-28T12:36:06.073Z | Compiling same-file v1.0.6 |
1881 | 2024-02-28T12:36:06.266Z | Compiling walkdir v2.4.0 |
1882 | 2024-02-28T12:36:06.293Z | Compiling tempfile v3.10.0 |
1883 | 2024-02-28T12:36:06.908Z | Compiling trust-dns-resolver v0.22.0 |
1884 | 2024-02-28T12:36:06.984Z | Compiling itertools v0.12.1 |
1885 | 2024-02-28T12:36:07.103Z | Compiling camino v1.1.6 |
1886 | 2024-02-28T12:36:07.110Z | Compiling semver-parser v0.10.2 |
1887 | 2024-02-28T12:36:07.169Z | Compiling slog-dtrace v0.3.0 |
1888 | 2024-02-28T12:36:07.300Z | Compiling rayon v1.8.0 |
1889 | 2024-02-28T12:36:07.574Z | Compiling blake3 v1.5.0 |
1890 | 2024-02-28T12:36:08.036Z | Compiling semver v0.11.0 |
1891 | 2024-02-28T12:36:08.887Z | Compiling nibble_vec v0.1.0 |
1892 | 2024-02-28T12:36:08.909Z | Compiling xattr v1.0.1 |
1893 | 2024-02-28T12:36:09.062Z | Compiling memmap2 v0.7.1 |
1894 | 2024-02-28T12:36:09.125Z | Compiling filetime v0.2.23 |
1895 | 2024-02-28T12:36:09.194Z | Compiling arrayvec v0.7.4 |
1896 | 2024-02-28T12:36:09.447Z | Compiling constant_time_eq v0.3.0 |
1897 | 2024-02-28T12:36:09.511Z | Compiling home v0.5.5 |
1898 | 2024-02-28T12:36:09.608Z | Compiling arrayref v0.3.7 |
1899 | 2024-02-28T12:36:09.670Z | Compiling endian-type v0.1.2 |
1900 | 2024-02-28T12:36:09.715Z | Compiling toolchain_find v0.2.0 |
1901 | 2024-02-28T12:36:09.749Z | Compiling tar v0.4.40 |
1902 | 2024-02-28T12:36:09.923Z | Compiling radix_trie v0.2.1 |
1903 | 2024-02-28T12:36:10.251Z | Compiling steno v0.4.0 |
1904 | 2024-02-28T12:36:10.881Z | Compiling camino-tempfile v1.1.1 |
1905 | 2024-02-28T12:36:11.307Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1906 | 2024-02-28T12:36:11.751Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1907 | 2024-02-28T12:36:12.366Z | Compiling toml v0.5.11 |
1908 | 2024-02-28T12:36:12.811Z | Compiling derive-where v1.2.7 |
1909 | 2024-02-28T12:36:13.155Z | Compiling num-rational v0.4.1 |
1910 | 2024-02-28T12:36:13.501Z | Compiling radium v0.7.0 |
1911 | 2024-02-28T12:36:13.756Z | Compiling topological-sort v0.2.2 |
1912 | 2024-02-28T12:36:13.995Z | Compiling omicron-zone-package v0.11.0 |
1913 | 2024-02-28T12:36:14.275Z | Compiling rustfmt-wrapper v0.2.0 |
1914 | 2024-02-28T12:36:14.930Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1915 | 2024-02-28T12:36:15.167Z | Compiling toml v0.8.10 |
1916 | 2024-02-28T12:36:15.952Z | Compiling cancel-safe-futures v0.1.5 |
1917 | 2024-02-28T12:36:16.336Z | Compiling tap v1.0.1 |
1918 | 2024-02-28T12:36:16.349Z | Compiling maybe-uninit v2.0.0 |
1919 | 2024-02-28T12:36:16.531Z | Compiling wyz v0.5.1 |
1920 | 2024-02-28T12:36:17.063Z | Compiling num-complex v0.4.4 |
1921 | 2024-02-28T12:36:17.518Z | Compiling crc-catalog v2.2.0 |
1922 | 2024-02-28T12:36:17.680Z | Compiling funty v2.0.0 |
1923 | 2024-02-28T12:36:18.542Z | Compiling num-bigint-dig v0.8.4 |
1924 | 2024-02-28T12:36:18.882Z | Compiling packed_struct v0.10.1 |
1925 | 2024-02-28T12:36:19.371Z | Compiling bitvec v1.0.1 |
1926 | 2024-02-28T12:36:19.705Z | Compiling num v0.4.1 |
1927 | 2024-02-28T12:36:19.821Z | Compiling crc v3.0.1 |
1928 | 2024-02-28T12:36:20.577Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1929 | 2024-02-28T12:36:20.976Z | Compiling fxhash v0.2.1 |
1930 | 2024-02-28T12:36:20.987Z | Compiling packed_struct_codegen v0.10.1 |
1931 | 2024-02-28T12:36:21.223Z | Compiling indexmap v1.9.3 |
1932 | 2024-02-28T12:36:21.565Z | Compiling nodrop v0.1.14 |
1933 | 2024-02-28T12:36:21.713Z | Compiling utf-8 v0.7.6 |
1934 | 2024-02-28T12:36:21.721Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1935 | 2024-02-28T12:36:22.141Z | Compiling tungstenite v0.20.1 |
1936 | 2024-02-28T12:36:23.784Z | Compiling array-init v0.0.4 |
1937 | 2024-02-28T12:36:24.461Z | Compiling smallvec v0.6.14 |
1938 | 2024-02-28T12:36:25.210Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1939 | 2024-02-28T12:36:28.462Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1940 | 2024-02-28T12:36:29.371Z | Compiling pkcs1 v0.7.5 |
1941 | 2024-02-28T12:36:31.638Z | Compiling signature v2.1.0 |
1942 | 2024-02-28T12:36:31.911Z | Compiling half v2.3.1 |
1943 | 2024-02-28T12:36:32.782Z | Compiling unicase v2.7.0 |
1944 | 2024-02-28T12:36:33.123Z | Compiling bitfield v0.14.0 |
1945 | 2024-02-28T12:36:33.386Z | Compiling hashbrown v0.12.3 |
1946 | 2024-02-28T12:36:33.452Z | Compiling ciborium-io v0.2.2 |
1947 | 2024-02-28T12:36:33.591Z | Compiling termcolor v1.2.0 |
1948 | 2024-02-28T12:36:35.025Z | Compiling env_logger v0.10.0 |
1949 | 2024-02-28T12:36:36.006Z | Compiling ciborium-ll v0.2.2 |
1950 | 2024-02-28T12:36:36.665Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1951 | 2024-02-28T12:36:38.007Z | Compiling rsa v0.9.2 |
1952 | 2024-02-28T12:36:38.528Z | Compiling serde-hex v0.1.0 |
1953 | 2024-02-28T12:36:39.112Z | Compiling tokio-tungstenite v0.20.1 |
1954 | 2024-02-28T12:36:39.776Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1955 | 2024-02-28T12:36:40.156Z | Compiling x509-cert v0.2.4 |
1956 | 2024-02-28T12:36:43.660Z | Compiling ron v0.8.1 |
1957 | 2024-02-28T12:36:44.621Z | Compiling hashbrown v0.13.2 |
1958 | 2024-02-28T12:36:46.131Z | Compiling display-error-chain v0.2.0 |
1959 | 2024-02-28T12:36:46.332Z | Compiling crc-any v2.4.3 |
1960 | 2024-02-28T12:36:47.396Z | Compiling arc-swap v1.6.0 |
1961 | 2024-02-28T12:36:48.086Z | Compiling slog-scope v4.4.0 |
1962 | 2024-02-28T12:36:48.207Z | Compiling object v0.30.4 |
1963 | 2024-02-28T12:36:49.096Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1964 | 2024-02-28T12:36:50.571Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1965 | 2024-02-28T12:36:51.009Z | Compiling ciborium v0.2.2 |
1966 | 2024-02-28T12:36:52.370Z | Compiling libsw v3.3.1 |
1967 | 2024-02-28T12:36:52.731Z | Compiling parking_lot_core v0.8.6 |
1968 | 2024-02-28T12:36:53.161Z | Compiling linear-map v1.2.0 |
1969 | 2024-02-28T12:36:53.468Z | Compiling owo-colors v4.0.0 |
1970 | 2024-02-28T12:36:53.604Z | Compiling path-slash v0.1.5 |
1971 | 2024-02-28T12:36:53.864Z | Compiling slog-stdlog v4.1.1 |
1972 | 2024-02-28T12:36:54.879Z | Compiling dirs-sys-next v0.1.2 |
1973 | 2024-02-28T12:36:54.902Z | Compiling crunchy v0.2.2 |
1974 | 2024-02-28T12:36:55.376Z | Compiling glob v0.3.1 |
1975 | 2024-02-28T12:36:55.394Z | Compiling convert_case v0.4.0 |
1976 | 2024-02-28T12:36:56.211Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1977 | 2024-02-28T12:36:56.256Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1978 | 2024-02-28T12:36:57.020Z | Compiling clang-sys v1.6.1 |
1979 | 2024-02-28T12:36:57.740Z | Compiling derive_more v0.99.17 |
1980 | 2024-02-28T12:37:05.482Z | Compiling dirs-next v2.0.0 |
1981 | 2024-02-28T12:37:05.768Z | Compiling slog-envlogger v2.2.0 |
1982 | 2024-02-28T12:37:07.079Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1983 | 2024-02-28T12:37:07.527Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1984 | 2024-02-28T12:37:08.376Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1985 | 2024-02-28T12:37:08.674Z | Compiling tiny-keccak v2.0.2 |
1986 | 2024-02-28T12:37:09.005Z | Compiling prettyplease v0.2.16 |
1987 | 2024-02-28T12:37:09.345Z | Compiling platforms v3.0.2 |
1988 | 2024-02-28T12:37:09.795Z | Compiling parking_lot v0.11.2 |
1989 | 2024-02-28T12:37:10.106Z | Compiling mime_guess v2.0.4 |
1990 | 2024-02-28T12:37:11.389Z | Compiling term v0.7.0 |
1991 | 2024-02-28T12:37:12.415Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1992 | 2024-02-28T12:37:12.992Z | Compiling trust-dns-client v0.22.0 |
1993 | 2024-02-28T12:37:15.730Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1994 | 2024-02-28T12:37:18.186Z | Compiling darling_core v0.14.4 |
1995 | 2024-02-28T12:37:23.111Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1996 | 2024-02-28T12:37:23.840Z | Compiling pem v3.0.2 |
1997 | 2024-02-28T12:37:24.733Z | Compiling darling_macro v0.14.4 |
1998 | 2024-02-28T12:37:26.757Z | Compiling trust-dns-server v0.22.1 |
1999 | 2024-02-28T12:37:28.554Z | Compiling ascii-canvas v3.0.0 |
2000 | 2024-02-28T12:37:29.119Z | Compiling sled v0.34.7 |
2001 | 2024-02-28T12:37:29.906Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2002 | 2024-02-28T12:37:32.481Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2003 | 2024-02-28T12:37:32.722Z | Compiling is-terminal v0.4.9 |
2004 | 2024-02-28T12:37:32.872Z | Compiling ena v0.14.2 |
2005 | 2024-02-28T12:37:33.315Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2006 | 2024-02-28T12:37:34.122Z | Compiling vte_generate_state_changes v0.1.1 |
2007 | 2024-02-28T12:37:34.837Z | Compiling libloading v0.7.4 |
2008 | 2024-02-28T12:37:35.230Z | Compiling regex-syntax v0.6.29 |
2009 | 2024-02-28T12:37:35.840Z | Compiling diff v0.1.13 |
2010 | 2024-02-28T12:37:36.437Z | Compiling bindgen v0.69.2 |
2011 | 2024-02-28T12:37:41.287Z | Compiling lalrpop v0.19.12 |
2012 | 2024-02-28T12:37:44.748Z | Compiling vte v0.11.1 |
2013 | 2024-02-28T12:37:47.005Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2014 | 2024-02-28T12:37:47.234Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2015 | 2024-02-28T12:37:49.373Z | Compiling curve25519-dalek v4.1.1 |
2016 | 2024-02-28T12:37:51.146Z | Compiling darling v0.14.4 |
2017 | 2024-02-28T12:37:51.806Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2018 | 2024-02-28T12:37:54.270Z | Compiling cexpr v0.6.0 |
2019 | 2024-02-28T12:37:55.882Z | Compiling which v4.4.0 |
2020 | 2024-02-28T12:37:56.452Z | Compiling kstat-rs v0.2.3 |
2021 | 2024-02-28T12:37:57.831Z | Compiling memoffset v0.7.1 |
2022 | 2024-02-28T12:37:58.202Z | Compiling rustc-hash v1.1.0 |
2023 | 2024-02-28T12:37:58.369Z | Compiling lazycell v1.3.0 |
2024 | 2024-02-28T12:37:58.544Z | Compiling bytecount v0.6.3 |
2025 | 2024-02-28T12:37:58.887Z | Compiling keccak v0.1.4 |
2026 | 2024-02-28T12:37:59.919Z | Compiling buf-list v1.0.3 |
2027 | 2024-02-28T12:38:00.523Z | Compiling shlex v1.3.0 |
2028 | 2024-02-28T12:38:00.944Z | Compiling peeking_take_while v0.1.2 |
2029 | 2024-02-28T12:38:00.962Z | Compiling doc-comment v0.3.3 |
2030 | 2024-02-28T12:38:01.728Z | Compiling sha3 v0.10.8 |
2031 | 2024-02-28T12:38:02.666Z | Compiling papergrid v0.11.0 |
2032 | 2024-02-28T12:38:06.643Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2033 | 2024-02-28T12:38:09.620Z | Compiling derive_builder_core v0.12.0 |
2034 | 2024-02-28T12:38:11.938Z | Compiling polar-core v0.27.0 |
2035 | 2024-02-28T12:38:12.230Z | Compiling strip-ansi-escapes v0.2.0 |
2036 | 2024-02-28T12:38:12.997Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2037 | 2024-02-28T12:38:13.496Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2038 | 2024-02-28T12:38:17.130Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2039 | 2024-02-28T12:38:17.747Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2040 | 2024-02-28T12:38:18.221Z | Compiling tabled_derive v0.7.0 |
2041 | 2024-02-28T12:38:19.494Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2042 | 2024-02-28T12:38:19.756Z | Compiling fd-lock v4.0.2 |
2043 | 2024-02-28T12:38:19.895Z | Compiling fd-lock v3.0.13 |
2044 | 2024-02-28T12:38:19.991Z | Compiling headers-core v0.2.0 |
2045 | 2024-02-28T12:38:20.136Z | Compiling universal-hash v0.5.1 |
2046 | 2024-02-28T12:38:20.188Z | Compiling nix v0.27.1 |
2047 | 2024-02-28T12:38:20.365Z | Compiling secrecy v0.8.0 |
2048 | 2024-02-28T12:38:20.650Z | Compiling libxml v0.3.3 |
2049 | 2024-02-28T12:38:20.677Z | Compiling sqlparser_derive v0.2.2 |
2050 | 2024-02-28T12:38:21.063Z | Compiling curve25519-dalek-derive v0.1.0 |
2051 | 2024-02-28T12:38:21.844Z | Compiling pin-project-internal v1.1.3 |
2052 | 2024-02-28T12:38:22.547Z | Compiling thiserror-impl-no-std v2.0.2 |
2053 | 2024-02-28T12:38:23.389Z | Compiling nu-ansi-term v0.50.0 |
2054 | 2024-02-28T12:38:23.840Z | Compiling unicode_categories v0.1.1 |
2055 | 2024-02-28T12:38:24.529Z | Compiling opaque-debug v0.3.0 |
2056 | 2024-02-28T12:38:24.541Z | Compiling ref-cast v1.0.20 |
2057 | 2024-02-28T12:38:24.633Z | Compiling poly1305 v0.8.0 |
2058 | 2024-02-28T12:38:24.928Z | Compiling rustyline v13.0.0 |
2059 | 2024-02-28T12:38:24.931Z | Compiling pin-project v1.1.3 |
2060 | 2024-02-28T12:38:25.082Z | Compiling sqlformat v0.2.3 |
2061 | 2024-02-28T12:38:25.126Z | Compiling reedline v0.29.0 |
2062 | 2024-02-28T12:38:25.622Z | Compiling thiserror-no-std v2.0.2 |
2063 | 2024-02-28T12:38:26.321Z | Compiling sqlparser v0.43.1 |
2064 | 2024-02-28T12:38:27.535Z | Compiling tabled v0.15.0 |
2065 | 2024-02-28T12:38:34.203Z | Compiling headers v0.3.9 |
2066 | 2024-02-28T12:38:34.833Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2067 | 2024-02-28T12:38:36.621Z | Compiling derive_builder_macro v0.12.0 |
2068 | 2024-02-28T12:38:39.418Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2069 | 2024-02-28T12:38:40.002Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2070 | 2024-02-28T12:38:40.336Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2071 | 2024-02-28T12:38:40.704Z | Compiling chacha20 v0.9.1 |
2072 | 2024-02-28T12:38:41.234Z | Compiling aead v0.5.2 |
2073 | 2024-02-28T12:38:41.570Z | Compiling strum_macros v0.24.3 |
2074 | 2024-02-28T12:38:45.341Z | Compiling bcs v0.1.6 |
2075 | 2024-02-28T12:38:46.299Z | Compiling snafu-derive v0.7.5 |
2076 | 2024-02-28T12:38:48.452Z | Compiling ref-cast-impl v1.0.20 |
2077 | 2024-02-28T12:38:49.170Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2078 | 2024-02-28T12:38:49.528Z | Compiling fs-err v2.11.0 |
2079 | 2024-02-28T12:38:49.699Z | Compiling cookie v0.18.0 |
2080 | 2024-02-28T12:38:49.880Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2081 | 2024-02-28T12:38:50.060Z | Compiling highway v1.1.0 |
2082 | 2024-02-28T12:38:50.228Z | Compiling signature v1.6.4 |
2083 | 2024-02-28T12:38:50.402Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2084 | 2024-02-28T12:38:50.782Z | Compiling indoc v1.0.9 |
2085 | 2024-02-28T12:38:51.548Z | Compiling salty v0.2.0 |
2086 | 2024-02-28T12:38:51.627Z | Compiling snafu v0.7.5 |
2087 | 2024-02-28T12:38:51.889Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2088 | 2024-02-28T12:38:52.005Z | Compiling ed25519 v1.5.3 |
2089 | 2024-02-28T12:38:52.839Z | Compiling chacha20poly1305 v0.10.1 |
2090 | 2024-02-28T12:38:53.129Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2091 | 2024-02-28T12:38:53.143Z | Compiling derive_builder v0.12.0 |
2092 | 2024-02-28T12:38:53.915Z | Compiling vsss-rs v3.3.4 |
2093 | 2024-02-28T12:38:59.308Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2094 | 2024-02-28T12:39:00.125Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2095 | 2024-02-28T12:39:01.455Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2096 | 2024-02-28T12:39:01.846Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2097 | 2024-02-28T12:39:01.935Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2098 | 2024-02-28T12:39:02.179Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2099 | 2024-02-28T12:39:03.878Z | Compiling globset v0.4.13 |
2100 | 2024-02-28T12:39:05.061Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2101 | 2024-02-28T12:39:07.730Z | Compiling olpc-cjson v0.1.3 |
2102 | 2024-02-28T12:39:07.919Z | Compiling bb8 v0.8.3 |
2103 | 2024-02-28T12:39:08.007Z | Compiling quick-xml v0.30.0 |
2104 | 2024-02-28T12:39:08.341Z | Compiling serde-big-array v0.5.1 |
2105 | 2024-02-28T12:39:08.523Z | Compiling serde_plain v1.0.2 |
2106 | 2024-02-28T12:39:08.614Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2107 | 2024-02-28T12:39:09.092Z | Compiling oso-derive v0.27.0 |
2108 | 2024-02-28T12:39:09.532Z | Compiling async-recursion v1.0.5 |
2109 | 2024-02-28T12:39:10.112Z | Compiling impl-trait-for-tuples v0.2.2 |
2110 | 2024-02-28T12:39:10.637Z | Compiling http-range v0.1.5 |
2111 | 2024-02-28T12:39:11.263Z | Compiling maplit v1.0.2 |
2112 | 2024-02-28T12:39:11.781Z | Compiling typed-path v0.7.0 |
2113 | 2024-02-28T12:39:13.470Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2114 | 2024-02-28T12:39:13.723Z | Compiling hyper-staticfile v0.9.5 |
2115 | 2024-02-28T12:39:17.420Z | Compiling tough v0.16.0 |
2116 | 2024-02-28T12:39:19.650Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2117 | 2024-02-28T12:39:20.634Z | Compiling oso v0.27.0 |
2118 | 2024-02-28T12:39:22.015Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2119 | 2024-02-28T12:39:22.825Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2120 | 2024-02-28T12:39:55.810Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2121 | 2024-02-28T12:39:57.403Z | Compiling signal-hook-tokio v0.3.1 |
2122 | 2024-02-28T12:39:57.482Z | Compiling serde-big-array v0.4.1 |
2123 | 2024-02-28T12:39:57.638Z | Compiling parse-size v1.0.0 |
2124 | 2024-02-28T12:39:57.690Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2125 | 2024-02-28T12:39:57.992Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2126 | 2024-02-28T12:39:59.504Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2127 | 2024-02-28T12:39:59.617Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2128 | 2024-02-28T12:39:59.806Z | Compiling castaway v0.2.2 |
2129 | 2024-02-28T12:39:59.997Z | Compiling corncobs v0.1.3 |
2130 | 2024-02-28T12:40:00.455Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2131 | 2024-02-28T12:40:06.378Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2132 | 2024-02-28T12:40:07.231Z | Compiling compact_str v0.7.1 |
2133 | 2024-02-28T12:40:09.031Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2134 | 2024-02-28T12:40:10.812Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2135 | 2024-02-28T12:40:11.296Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2136 | 2024-02-28T12:40:11.637Z | Compiling lru v0.12.1 |
2137 | 2024-02-28T12:40:11.995Z | Compiling stability v0.1.1 |
2138 | 2024-02-28T12:40:13.036Z | Compiling cassowary v0.3.0 |
2139 | 2024-02-28T12:40:13.824Z | Compiling indoc v2.0.3 |
2140 | 2024-02-28T12:40:14.936Z | Compiling ratatui v0.26.1 |
2141 | 2024-02-28T12:40:17.944Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2142 | 2024-02-28T12:40:18.606Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2143 | 2024-02-28T12:40:27.293Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2144 | 2024-02-28T12:40:29.339Z | Compiling rcgen v0.12.1 |
2145 | 2024-02-28T12:40:33.902Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2146 | 2024-02-28T12:40:35.542Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2147 | 2024-02-28T12:40:35.889Z | Compiling atomicwrites v0.4.3 |
2148 | 2024-02-28T12:40:36.473Z | Compiling subprocess v0.2.9 |
2149 | 2024-02-28T12:40:41.351Z | Compiling smawk v0.3.1 |
2150 | 2024-02-28T12:40:41.623Z | Compiling unicode-linebreak v0.1.5 |
2151 | 2024-02-28T12:40:42.226Z | Compiling textwrap v0.16.1 |
2152 | 2024-02-28T12:40:42.420Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2153 | 2024-02-28T12:40:46.447Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2154 | 2024-02-28T12:40:49.013Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2155 | 2024-02-28T12:40:54.641Z | Compiling fatfs v0.3.6 |
2156 | 2024-02-28T12:40:56.833Z | Compiling nanorand v0.7.0 |
2157 | 2024-02-28T12:40:57.653Z | Compiling rtoolbox v0.0.1 |
2158 | 2024-02-28T12:40:58.150Z | Compiling is_ci v1.2.0 |
2159 | 2024-02-28T12:40:58.329Z | Compiling assert_matches v1.5.0 |
2160 | 2024-02-28T12:40:58.440Z | Compiling humantime v2.1.0 |
2161 | 2024-02-28T12:40:58.464Z | Compiling supports-color v3.0.0 |
2162 | 2024-02-28T12:40:59.227Z | Compiling rpassword v7.3.1 |
2163 | 2024-02-28T12:40:59.355Z | Compiling flume v0.11.0 |
2164 | 2024-02-28T12:40:59.717Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2165 | 2024-02-28T12:41:00.270Z | Compiling tui-tree-widget v0.17.0 |
2166 | 2024-02-28T12:41:00.709Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2167 | 2024-02-28T12:41:09.250Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2168 | 2024-02-28T12:41:09.588Z | Compiling csv-core v0.1.11 |
2169 | 2024-02-28T12:41:10.733Z | Compiling shell-words v1.1.0 |
2170 | 2024-02-28T12:41:11.231Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2171 | 2024-02-28T12:41:14.382Z | Compiling csv v1.3.0 |
2172 | 2024-02-28T12:41:16.845Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2173 | 2024-02-28T12:42:10.529Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2174 | 2024-02-28T12:42:17.462Z | Compiling multimap v0.10.0 |
2175 | 2024-02-28T12:43:23.611Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2176 | 2024-02-28T12:43:44.179Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2177 | 2024-02-28T12:43:51.516Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2178 | 2024-02-28T12:50:53.891Z | Finished release [optimized] target(s) in 14m 51s |
2179 | 2024-02-28T12:51:48.431Z | |
2180 | 2024-02-28T12:51:48.431Z | real 15:46.482861797 |
2181 | 2024-02-28T12:51:48.434Z | user 1:47:50.327080046 |
2182 | 2024-02-28T12:51:48.434Z | sys 4:36.793210542 |
2183 | 2024-02-28T12:51:48.434Z | trap 3.030353275 |
2184 | 2024-02-28T12:51:48.435Z | tflt 1.871544503 |
2185 | 2024-02-28T12:51:48.435Z | dflt 3.692627358 |
2186 | 2024-02-28T12:51:48.435Z | kflt 0.083923257 |
2187 | 2024-02-28T12:51:48.435Z | lock 6:34:01.878612171 |
2188 | 2024-02-28T12:51:48.435Z | slp 4:13:01.582721995 |
2189 | 2024-02-28T12:51:48.435Z | lat 2:17.037337965 |
2190 | 2024-02-28T12:51:48.435Z | stop 57.888687168 |
2191 | 2024-02-28T12:51:48.435Z | + 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/*) |
2192 | 2024-02-28T12:51:48.435Z | + pfexec mkdir -p /work |
2193 | 2024-02-28T12:51:48.438Z | + pfexec chown build /work |
2194 | 2024-02-28T12:51:48.438Z | + 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 |
2195 | 2024-02-28T12:51:58.595Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2196 | 2024-02-28T12:51:58.595Z | a out/mg-ddm-gz.tar 66076K |
2197 | 2024-02-28T12:51:58.595Z | a out/omicron-sled-agent.tar 120154K |
2198 | 2024-02-28T12:51:58.595Z | a out/oxlog.tar 8357K |
2199 | 2024-02-28T12:51:58.595Z | a out/target/test 1K |
2200 | 2024-02-28T12:51:58.595Z | a out/npuzone/npuzone 36313K |
2201 | 2024-02-28T12:51:58.595Z | a package-manifest.toml 25K |
2202 | 2024-02-28T12:51:58.596Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2203 | 2024-02-28T12:51:58.596Z | a target/release/omicron-package 44814K |
2204 | 2024-02-28T12:51:58.596Z | a tools/create_virtual_hardware.sh 4K |
2205 | 2024-02-28T12:51:58.596Z | a tools/virtual_hardware.sh 4K |
2206 | 2024-02-28T12:51:58.596Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2207 | 2024-02-28T12:51:58.596Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2208 | 2024-02-28T12:51:58.596Z | a tools/scrimlet/softnpu-init.sh 3K |
2209 | 2024-02-28T12:51:58.596Z | a tools/scrimlet/softnpu-zone.txt 1K |
2210 | 2024-02-28T12:51:58.596Z | a tools/scrimlet/softnpu.toml 1K |
2211 | 2024-02-28T12:51:58.606Z | |
2212 | 2024-02-28T12:51:58.606Z | real 10.154164170 |
2213 | 2024-02-28T12:51:58.606Z | user 9.764373133 |
2214 | 2024-02-28T12:51:58.606Z | sys 0.777013772 |
2215 | 2024-02-28T12:51:58.606Z | trap 0.002452706 |
2216 | 2024-02-28T12:51:58.606Z | tflt 0.000000000 |
2217 | 2024-02-28T12:51:58.606Z | dflt 0.000000000 |
2218 | 2024-02-28T12:51:58.606Z | kflt 0.000000000 |
2219 | 2024-02-28T12:51:58.606Z | lock 0.000000000 |
2220 | 2024-02-28T12:51:58.606Z | slp 9.510857081 |
2221 | 2024-02-28T12:51:58.606Z | lat 0.250555229 |
2222 | 2024-02-28T12:51:58.607Z | stop 0.000183272 |
2223 | 2024-02-28T12:51:58.607Z | ++ pwd |
2224 | 2024-02-28T12:51:58.607Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2225 | 2024-02-28T12:51:58.607Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2226 | 2024-02-28T12:51:58.610Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2227 | 2024-02-28T12:51:59.400Z | Finished release [optimized] target(s) in 0.74s |
2228 | 2024-02-28T12:51:59.426Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2229 | 2024-02-28T12:51:59.460Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2230 | 2024-02-28T12:51:59.463Z | Created new build target 'host' and set it as active |
2231 | 2024-02-28T12:51:59.463Z | |
2232 | 2024-02-28T12:51:59.466Z | real 0.856980483 |
2233 | 2024-02-28T12:51:59.466Z | user 0.580542333 |
2234 | 2024-02-28T12:51:59.466Z | sys 0.276937181 |
2235 | 2024-02-28T12:51:59.466Z | trap 0.000064004 |
2236 | 2024-02-28T12:51:59.466Z | tflt 0.000004459 |
2237 | 2024-02-28T12:51:59.466Z | dflt 0.000006379 |
2238 | 2024-02-28T12:51:59.466Z | kflt 0.000000000 |
2239 | 2024-02-28T12:51:59.466Z | lock 0.026258885 |
2240 | 2024-02-28T12:51:59.466Z | slp 0.017419092 |
2241 | 2024-02-28T12:51:59.467Z | lat 0.000956519 |
2242 | 2024-02-28T12:51:59.467Z | stop 0.000152859 |
2243 | 2024-02-28T12:51:59.467Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2244 | 2024-02-28T12:52:00.239Z | Finished release [optimized] target(s) in 0.71s |
2245 | 2024-02-28T12:52:00.265Z | Running `target/release/omicron-package -t host package` |
2246 | 2024-02-28T12:52:00.297Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2247 | 2024-02-28T12:52:01.111Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2248 | 2024-02-28T12:52:17.402Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2249 | 2024-02-28T12:53:33.670Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2250 | 2024-02-28T12:55:09.218Z | Finished release [optimized] target(s) in 3m 08s |
2251 | 2024-02-28T12:55:40.517Z | |
2252 | 2024-02-28T12:55:40.517Z | real 3:41.018163896 |
2253 | 2024-02-28T12:55:40.517Z | user 19:30.750375052 |
2254 | 2024-02-28T12:55:40.517Z | sys 46.314058223 |
2255 | 2024-02-28T12:55:40.517Z | trap 0.458430170 |
2256 | 2024-02-28T12:55:40.517Z | tflt 0.031243438 |
2257 | 2024-02-28T12:55:40.521Z | dflt 5.473032872 |
2258 | 2024-02-28T12:55:40.521Z | kflt 0.000068870 |
2259 | 2024-02-28T12:55:40.521Z | lock 1:07:57.433984663 |
2260 | 2024-02-28T12:55:40.521Z | slp 20:01.551005875 |
2261 | 2024-02-28T12:55:40.521Z | lat 9.955152274 |
2262 | 2024-02-28T12:55:40.521Z | stop 3.291034556 |
2263 | 2024-02-28T12:55:40.521Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2264 | 2024-02-28T12:55:40.521Z | + for package in "$@" |
2265 | 2024-02-28T12:55:40.521Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2266 | 2024-02-28T12:55:40.521Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git3af15d57b9f |
2267 | 2024-02-28T12:55:41.329Z | Finished release [optimized] target(s) in 0.75s |
2268 | 2024-02-28T12:55:41.355Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git3af15d57b9f` |
2269 | 2024-02-28T12:55:41.388Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2270 | 2024-02-28T12:55:41.626Z | Created: out/versioned/omicron-sled-agent.tar |
2271 | 2024-02-28T12:55:41.629Z | + for package in "$@" |
2272 | 2024-02-28T12:55:41.629Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2273 | 2024-02-28T12:55:41.629Z | + echo 0.0.0 |
2274 | 2024-02-28T12:55:41.629Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2275 | 2024-02-28T12:55:41.632Z | a VERSION 1K |
2276 | 2024-02-28T12:55:41.632Z | + rm VERSION |
2277 | 2024-02-28T12:55:41.636Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git3af15d57b9f |
2278 | 2024-02-28T12:55:42.386Z | Finished release [optimized] target(s) in 0.69s |
2279 | 2024-02-28T12:55:42.411Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git3af15d57b9f` |
2280 | 2024-02-28T12:55:42.444Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2281 | 2024-02-28T12:55:42.572Z | Created: out/versioned/mg-ddm-gz.tar |
2282 | 2024-02-28T12:55:42.576Z | + for package in "$@" |
2283 | 2024-02-28T12:55:42.576Z | + [[ propolis-server == mg-ddm-gz ]] |
2284 | 2024-02-28T12:55:42.576Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git3af15d57b9f |
2285 | 2024-02-28T12:55:43.340Z | Finished release [optimized] target(s) in 0.70s |
2286 | 2024-02-28T12:55:43.366Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git3af15d57b9f` |
2287 | 2024-02-28T12:55:43.399Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2288 | 2024-02-28T12:55:44.448Z | Created: out/versioned/propolis-server.tar.gz |
2289 | 2024-02-28T12:55:44.451Z | + for package in "$@" |
2290 | 2024-02-28T12:55:44.451Z | + [[ overlay == mg-ddm-gz ]] |
2291 | 2024-02-28T12:55:44.451Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git3af15d57b9f |
2292 | 2024-02-28T12:55:45.250Z | Finished release [optimized] target(s) in 0.73s |
2293 | 2024-02-28T12:55:45.276Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git3af15d57b9f` |
2294 | 2024-02-28T12:55:45.309Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2295 | 2024-02-28T12:55:45.312Z | Created: out/versioned/overlay.tar.gz |
2296 | 2024-02-28T12:55:45.315Z | + for package in "$@" |
2297 | 2024-02-28T12:55:45.315Z | + [[ oxlog == mg-ddm-gz ]] |
2298 | 2024-02-28T12:55:45.315Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git3af15d57b9f |
2299 | 2024-02-28T12:55:46.092Z | Finished release [optimized] target(s) in 0.71s |
2300 | 2024-02-28T12:55:46.117Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git3af15d57b9f` |
2301 | 2024-02-28T12:55:46.151Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2302 | 2024-02-28T12:55:46.175Z | Created: out/versioned/oxlog.tar |
2303 | 2024-02-28T12:55:46.179Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2304 | 2024-02-28T12:55:46.190Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2305 | 2024-02-28T12:55:46.193Z | ++ cd -- ./tools |
2306 | 2024-02-28T12:55:46.193Z | ++ pwd |
2307 | 2024-02-28T12:55:46.193Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2308 | 2024-02-28T12:55:46.196Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2309 | 2024-02-28T12:55:46.196Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2310 | 2024-02-28T12:55:46.199Z | ++ readlink -f /work |
2311 | 2024-02-28T12:55:46.199Z | + out_dir=/work |
2312 | 2024-02-28T12:55:46.199Z | + 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") |
2313 | 2024-02-28T12:55:46.202Z | + for dep in "${deps[@]}" |
2314 | 2024-02-28T12:55:46.202Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2315 | 2024-02-28T12:55:46.202Z | + for dep in "${deps[@]}" |
2316 | 2024-02-28T12:55:46.202Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2317 | 2024-02-28T12:55:46.202Z | + for dep in "${deps[@]}" |
2318 | 2024-02-28T12:55:46.202Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2319 | 2024-02-28T12:55:46.202Z | + for dep in "${deps[@]}" |
2320 | 2024-02-28T12:55:46.203Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2321 | 2024-02-28T12:55:46.203Z | + for dep in "${deps[@]}" |
2322 | 2024-02-28T12:55:46.203Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2323 | 2024-02-28T12:55:46.203Z | ++ mktemp -d |
2324 | 2024-02-28T12:55:46.203Z | + tmp_gz=/tmp/tmp.Sia4Rh |
2325 | 2024-02-28T12:55:46.206Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2326 | 2024-02-28T12:55:46.206Z | + echo '{"v":"1","t":"layer"}' |
2327 | 2024-02-28T12:55:46.206Z | + pkg_dir=/tmp/tmp.Sia4Rh/root/opt/oxide/sled-agent |
2328 | 2024-02-28T12:55:46.206Z | + mkdir -p /tmp/tmp.Sia4Rh/root/opt/oxide/sled-agent |
2329 | 2024-02-28T12:55:46.206Z | + cd /tmp/tmp.Sia4Rh/root/opt/oxide/sled-agent |
2330 | 2024-02-28T12:55:46.206Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2331 | 2024-02-28T12:55:46.293Z | x ., 0 bytes, 0 tape blocks |
2332 | 2024-02-28T12:55:46.293Z | x zone-bundle, 41925528 bytes, 81886 tape blocks |
2333 | 2024-02-28T12:55:46.293Z | x sled-agent, 81099048 bytes, 158397 tape blocks |
2334 | 2024-02-28T12:55:46.293Z | x pkg, 0 bytes, 0 tape blocks |
2335 | 2024-02-28T12:55:46.293Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2336 | 2024-02-28T12:55:46.293Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2337 | 2024-02-28T12:55:46.293Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2338 | 2024-02-28T12:55:46.293Z | x VERSION, 25 bytes, 1 tape blocks |
2339 | 2024-02-28T12:55:46.297Z | + mkdir -p /tmp/tmp.Sia4Rh/root/lib/svc/manifest/site/ |
2340 | 2024-02-28T12:55:46.297Z | + mv pkg/manifest.xml /tmp/tmp.Sia4Rh/root/lib/svc/manifest/site/sled-agent.xml |
2341 | 2024-02-28T12:55:46.302Z | + cd - |
2342 | 2024-02-28T12:55:46.302Z | /work/oxidecomputer/omicron |
2343 | 2024-02-28T12:55:46.302Z | + pkg_dir=/tmp/tmp.Sia4Rh/root/opt/oxide/mg-ddm |
2344 | 2024-02-28T12:55:46.302Z | + mkdir -p /tmp/tmp.Sia4Rh/root/opt/oxide/mg-ddm |
2345 | 2024-02-28T12:55:46.305Z | + cd /tmp/tmp.Sia4Rh/root/opt/oxide/mg-ddm |
2346 | 2024-02-28T12:55:46.305Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2347 | 2024-02-28T12:55:46.353Z | x ., 0 bytes, 0 tape blocks |
2348 | 2024-02-28T12:55:46.353Z | x ddmadm, 35382112 bytes, 69106 tape blocks |
2349 | 2024-02-28T12:55:46.353Z | x ddmd, 32266736 bytes, 63021 tape blocks |
2350 | 2024-02-28T12:55:46.354Z | x pkg, 0 bytes, 0 tape blocks |
2351 | 2024-02-28T12:55:46.354Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2352 | 2024-02-28T12:55:46.354Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2353 | 2024-02-28T12:55:46.354Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2354 | 2024-02-28T12:55:46.354Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2355 | 2024-02-28T12:55:46.354Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2356 | 2024-02-28T12:55:46.354Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2357 | 2024-02-28T12:55:46.354Z | x VERSION, 25 bytes, 1 tape blocks |
2358 | 2024-02-28T12:55:46.357Z | + cd - |
2359 | 2024-02-28T12:55:46.357Z | /work/oxidecomputer/omicron |
2360 | 2024-02-28T12:55:46.357Z | + pkg_dir=/tmp/tmp.Sia4Rh/root/opt/oxide/oxlog |
2361 | 2024-02-28T12:55:46.357Z | + mkdir -p /tmp/tmp.Sia4Rh/root/opt/oxide/oxlog |
2362 | 2024-02-28T12:55:46.357Z | + cd /tmp/tmp.Sia4Rh/root/opt/oxide/oxlog |
2363 | 2024-02-28T12:55:46.357Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2364 | 2024-02-28T12:55:46.365Z | x ., 0 bytes, 0 tape blocks |
2365 | 2024-02-28T12:55:46.365Z | x oxlog, 8554976 bytes, 16709 tape blocks |
2366 | 2024-02-28T12:55:46.365Z | x VERSION, 25 bytes, 1 tape blocks |
2367 | 2024-02-28T12:55:46.368Z | + cd - |
2368 | 2024-02-28T12:55:46.369Z | /work/oxidecomputer/omicron |
2369 | 2024-02-28T12:55:46.369Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.Sia4Rh/root/opt/oxide |
2370 | 2024-02-28T12:55:46.460Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.Sia4Rh/root/opt/oxide |
2371 | 2024-02-28T12:55:46.463Z | + cd /tmp/tmp.Sia4Rh |
2372 | 2024-02-28T12:55:46.463Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2373 | 2024-02-28T12:55:55.186Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2374 | 2024-02-28T12:55:55.186Z | a oxide.json 1K |
2375 | 2024-02-28T12:55:55.186Z | a root/ 0K |
2376 | 2024-02-28T12:55:55.186Z | a root/opt/ 0K |
2377 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/ 0K |
2378 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/sled-agent/ 0K |
2379 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/sled-agent/zone-bundle 40943K |
2380 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/sled-agent/sled-agent 79199K |
2381 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2382 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2383 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2384 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/sled-agent/VERSION 1K |
2385 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/mg-ddm/ 0K |
2386 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/mg-ddm/ddmadm 34553K |
2387 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/mg-ddm/ddmd 31511K |
2388 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2389 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2390 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2391 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2392 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2393 | 2024-02-28T12:55:55.186Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2394 | 2024-02-28T12:55:55.187Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2395 | 2024-02-28T12:55:55.187Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2396 | 2024-02-28T12:55:55.187Z | a root/opt/oxide/oxlog/ 0K |
2397 | 2024-02-28T12:55:55.187Z | a root/opt/oxide/oxlog/oxlog 8355K |
2398 | 2024-02-28T12:55:55.187Z | a root/opt/oxide/oxlog/VERSION 1K |
2399 | 2024-02-28T12:55:55.187Z | a root/opt/oxide/propolis-server.tar.gz 64543K |
2400 | 2024-02-28T12:55:55.187Z | a root/opt/oxide/overlay.tar.gz 3K |
2401 | 2024-02-28T12:55:55.187Z | a root/lib/ 0K |
2402 | 2024-02-28T12:55:55.187Z | a root/lib/svc/ 0K |
2403 | 2024-02-28T12:55:55.187Z | a root/lib/svc/manifest/ 0K |
2404 | 2024-02-28T12:55:55.187Z | a root/lib/svc/manifest/site/ 0K |
2405 | 2024-02-28T12:55:55.187Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2406 | 2024-02-28T12:55:55.190Z | + cd / |
2407 | 2024-02-28T12:55:55.191Z | + rm -rf /tmp/tmp.Sia4Rh |
2408 | 2024-02-28T12:55:55.219Z | |
2409 | 2024-02-28T12:55:55.219Z | real 9.036260644 |
2410 | 2024-02-28T12:55:55.220Z | user 8.427337647 |
2411 | 2024-02-28T12:55:55.220Z | sys 0.654204582 |
2412 | 2024-02-28T12:55:55.220Z | trap 0.001557491 |
2413 | 2024-02-28T12:55:55.220Z | tflt 0.000000000 |
2414 | 2024-02-28T12:55:55.220Z | dflt 0.000000000 |
2415 | 2024-02-28T12:55:55.223Z | kflt 0.000000000 |
2416 | 2024-02-28T12:55:55.223Z | lock 0.000000000 |
2417 | 2024-02-28T12:55:55.223Z | slp 17.479164434 |
2418 | 2024-02-28T12:55:55.223Z | lat 0.210169756 |
2419 | 2024-02-28T12:55:55.223Z | stop 0.000243548 |
2420 | 2024-02-28T12:55:55.223Z | + mkdir -p /work/zones |
2421 | 2024-02-28T12:55:55.223Z | + 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) |
2422 | 2024-02-28T12:55:55.226Z | + 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/ |
2423 | 2024-02-28T12:55:57.893Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2424 | 2024-02-28T12:55:58.697Z | Finished release [optimized] target(s) in 0.74s |
2425 | 2024-02-28T12:55:58.725Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2426 | 2024-02-28T12:55:58.754Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2427 | 2024-02-28T12:55:58.757Z | Created new build target 'recovery' and set it as active |
2428 | 2024-02-28T12:55:58.757Z | |
2429 | 2024-02-28T12:55:58.758Z | real 0.859294168 |
2430 | 2024-02-28T12:55:58.758Z | user 0.583460599 |
2431 | 2024-02-28T12:55:58.758Z | sys 0.274248256 |
2432 | 2024-02-28T12:55:58.758Z | trap 0.000603867 |
2433 | 2024-02-28T12:55:58.758Z | tflt 0.000071583 |
2434 | 2024-02-28T12:55:58.758Z | dflt 0.000010968 |
2435 | 2024-02-28T12:55:58.758Z | kflt 0.000000000 |
2436 | 2024-02-28T12:55:58.758Z | lock 0.028522522 |
2437 | 2024-02-28T12:55:58.758Z | slp 0.017869818 |
2438 | 2024-02-28T12:55:58.758Z | lat 0.002867920 |
2439 | 2024-02-28T12:55:58.758Z | stop 0.000208634 |
2440 | 2024-02-28T12:55:58.762Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2441 | 2024-02-28T12:55:59.552Z | Finished release [optimized] target(s) in 0.73s |
2442 | 2024-02-28T12:55:59.577Z | Running `target/release/omicron-package -t recovery package` |
2443 | 2024-02-28T12:55:59.609Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2444 | 2024-02-28T12:56:00.276Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2445 | 2024-02-28T12:56:03.087Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2446 | 2024-02-28T12:56:25.176Z | Finished release [optimized] target(s) in 25.50s |
2447 | 2024-02-28T12:56:36.483Z | |
2448 | 2024-02-28T12:56:36.487Z | real 37.714328993 |
2449 | 2024-02-28T12:56:36.487Z | user 1:49.474695091 |
2450 | 2024-02-28T12:56:36.487Z | sys 8.415410876 |
2451 | 2024-02-28T12:56:36.487Z | trap 0.072867925 |
2452 | 2024-02-28T12:56:36.487Z | tflt 0.030736065 |
2453 | 2024-02-28T12:56:36.487Z | dflt 0.392567230 |
2454 | 2024-02-28T12:56:36.487Z | kflt 0.000013368 |
2455 | 2024-02-28T12:56:36.487Z | lock 10:59.343903813 |
2456 | 2024-02-28T12:56:36.487Z | slp 1:49.444475632 |
2457 | 2024-02-28T12:56:36.487Z | lat 1.381589582 |
2458 | 2024-02-28T12:56:36.487Z | stop 0.536194919 |
2459 | 2024-02-28T12:56:36.487Z | + stamp_packages installinator mg-ddm-gz |
2460 | 2024-02-28T12:56:36.487Z | + for package in "$@" |
2461 | 2024-02-28T12:56:36.487Z | + [[ installinator == mg-ddm-gz ]] |
2462 | 2024-02-28T12:56:36.487Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git3af15d57b9f |
2463 | 2024-02-28T12:56:37.253Z | Finished release [optimized] target(s) in 0.70s |
2464 | 2024-02-28T12:56:37.275Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git3af15d57b9f` |
2465 | 2024-02-28T12:56:37.308Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2466 | 2024-02-28T12:56:37.400Z | Created: out/versioned/installinator.tar |
2467 | 2024-02-28T12:56:37.403Z | + for package in "$@" |
2468 | 2024-02-28T12:56:37.403Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2469 | 2024-02-28T12:56:37.403Z | + echo 0.0.0 |
2470 | 2024-02-28T12:56:37.403Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2471 | 2024-02-28T12:56:37.407Z | a VERSION 1K |
2472 | 2024-02-28T12:56:37.407Z | + rm VERSION |
2473 | 2024-02-28T12:56:37.410Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git3af15d57b9f |
2474 | 2024-02-28T12:56:38.179Z | Finished release [optimized] target(s) in 0.71s |
2475 | 2024-02-28T12:56:38.206Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git3af15d57b9f` |
2476 | 2024-02-28T12:56:38.241Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2477 | 2024-02-28T12:56:38.373Z | Created: out/versioned/mg-ddm-gz.tar |
2478 | 2024-02-28T12:56:38.376Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2479 | 2024-02-28T12:56:38.390Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2480 | 2024-02-28T12:56:38.393Z | ++ cd -- ./tools |
2481 | 2024-02-28T12:56:38.393Z | ++ pwd |
2482 | 2024-02-28T12:56:38.393Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2483 | 2024-02-28T12:56:38.393Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2484 | 2024-02-28T12:56:38.393Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2485 | 2024-02-28T12:56:38.396Z | ++ readlink -f /work |
2486 | 2024-02-28T12:56:38.396Z | + out_dir=/work |
2487 | 2024-02-28T12:56:38.397Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2488 | 2024-02-28T12:56:38.397Z | + for dep in "${deps[@]}" |
2489 | 2024-02-28T12:56:38.397Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2490 | 2024-02-28T12:56:38.397Z | + for dep in "${deps[@]}" |
2491 | 2024-02-28T12:56:38.397Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2492 | 2024-02-28T12:56:38.400Z | ++ mktemp -d |
2493 | 2024-02-28T12:56:38.400Z | + tmp_trampoline=/tmp/tmp.k4aGWh |
2494 | 2024-02-28T12:56:38.400Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2495 | 2024-02-28T12:56:38.400Z | + echo '{"v":"1","t":"layer"}' |
2496 | 2024-02-28T12:56:38.400Z | + pkg_dir=/tmp/tmp.k4aGWh/root/opt/oxide/installinator |
2497 | 2024-02-28T12:56:38.400Z | + mkdir -p /tmp/tmp.k4aGWh/root/opt/oxide/installinator |
2498 | 2024-02-28T12:56:38.403Z | + cd /tmp/tmp.k4aGWh/root/opt/oxide/installinator |
2499 | 2024-02-28T12:56:38.403Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2500 | 2024-02-28T12:56:38.445Z | x ., 0 bytes, 0 tape blocks |
2501 | 2024-02-28T12:56:38.445Z | x installinator, 55301864 bytes, 108012 tape blocks |
2502 | 2024-02-28T12:56:38.445Z | x pkg, 0 bytes, 0 tape blocks |
2503 | 2024-02-28T12:56:38.445Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2504 | 2024-02-28T12:56:38.445Z | x VERSION, 25 bytes, 1 tape blocks |
2505 | 2024-02-28T12:56:38.448Z | + mkdir -p /tmp/tmp.k4aGWh/root/lib/svc/manifest/site/ |
2506 | 2024-02-28T12:56:38.448Z | + mv pkg/manifest.xml /tmp/tmp.k4aGWh/root/lib/svc/manifest/site/installinator.xml |
2507 | 2024-02-28T12:56:38.451Z | + cd - |
2508 | 2024-02-28T12:56:38.452Z | /work/oxidecomputer/omicron |
2509 | 2024-02-28T12:56:38.452Z | + pkg_dir=/tmp/tmp.k4aGWh/root/opt/oxide/mg-ddm |
2510 | 2024-02-28T12:56:38.452Z | + mkdir -p /tmp/tmp.k4aGWh/root/opt/oxide/mg-ddm |
2511 | 2024-02-28T12:56:38.454Z | + cd /tmp/tmp.k4aGWh/root/opt/oxide/mg-ddm |
2512 | 2024-02-28T12:56:38.455Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2513 | 2024-02-28T12:56:38.508Z | x ., 0 bytes, 0 tape blocks |
2514 | 2024-02-28T12:56:38.508Z | x ddmadm, 35382112 bytes, 69106 tape blocks |
2515 | 2024-02-28T12:56:38.508Z | x ddmd, 32266736 bytes, 63021 tape blocks |
2516 | 2024-02-28T12:56:38.508Z | x pkg, 0 bytes, 0 tape blocks |
2517 | 2024-02-28T12:56:38.508Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2518 | 2024-02-28T12:56:38.508Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2519 | 2024-02-28T12:56:38.508Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2520 | 2024-02-28T12:56:38.508Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2521 | 2024-02-28T12:56:38.508Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2522 | 2024-02-28T12:56:38.509Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2523 | 2024-02-28T12:56:38.509Z | x VERSION, 25 bytes, 1 tape blocks |
2524 | 2024-02-28T12:56:38.512Z | + cd - |
2525 | 2024-02-28T12:56:38.512Z | /work/oxidecomputer/omicron |
2526 | 2024-02-28T12:56:38.512Z | + cd /tmp/tmp.k4aGWh |
2527 | 2024-02-28T12:56:38.512Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2528 | 2024-02-28T12:56:42.976Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2529 | 2024-02-28T12:56:42.976Z | a oxide.json 1K |
2530 | 2024-02-28T12:56:42.976Z | a root/ 0K |
2531 | 2024-02-28T12:56:42.976Z | a root/opt/ 0K |
2532 | 2024-02-28T12:56:42.976Z | a root/opt/oxide/ 0K |
2533 | 2024-02-28T12:56:42.976Z | a root/opt/oxide/installinator/ 0K |
2534 | 2024-02-28T12:56:42.976Z | a root/opt/oxide/installinator/installinator 54006K |
2535 | 2024-02-28T12:56:42.976Z | a root/opt/oxide/installinator/pkg/ 0K |
2536 | 2024-02-28T12:56:42.976Z | a root/opt/oxide/installinator/VERSION 1K |
2537 | 2024-02-28T12:56:42.977Z | a root/opt/oxide/mg-ddm/ 0K |
2538 | 2024-02-28T12:56:42.977Z | a root/opt/oxide/mg-ddm/ddmadm 34553K |
2539 | 2024-02-28T12:56:42.977Z | a root/opt/oxide/mg-ddm/ddmd 31511K |
2540 | 2024-02-28T12:56:42.977Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2541 | 2024-02-28T12:56:42.977Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2542 | 2024-02-28T12:56:42.977Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2543 | 2024-02-28T12:56:42.977Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2544 | 2024-02-28T12:56:42.977Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2545 | 2024-02-28T12:56:42.977Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2546 | 2024-02-28T12:56:42.977Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2547 | 2024-02-28T12:56:42.977Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2548 | 2024-02-28T12:56:42.977Z | a root/lib/ 0K |
2549 | 2024-02-28T12:56:42.977Z | a root/lib/svc/ 0K |
2550 | 2024-02-28T12:56:42.977Z | a root/lib/svc/manifest/ 0K |
2551 | 2024-02-28T12:56:42.977Z | a root/lib/svc/manifest/site/ 0K |
2552 | 2024-02-28T12:56:42.977Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2553 | 2024-02-28T12:56:42.981Z | + cd / |
2554 | 2024-02-28T12:56:42.981Z | + rm -rf /tmp/tmp.k4aGWh |
2555 | 2024-02-28T12:56:42.994Z | |
2556 | 2024-02-28T12:56:42.997Z | real 4.614643656 |
2557 | 2024-02-28T12:56:42.997Z | user 4.339966946 |
2558 | 2024-02-28T12:56:42.997Z | sys 0.292443668 |
2559 | 2024-02-28T12:56:42.997Z | trap 0.000971730 |
2560 | 2024-02-28T12:56:42.997Z | tflt 0.000000000 |
2561 | 2024-02-28T12:56:42.998Z | dflt 0.000000000 |
2562 | 2024-02-28T12:56:42.998Z | kflt 0.000000000 |
2563 | 2024-02-28T12:56:42.998Z | lock 0.000000000 |
2564 | 2024-02-28T12:56:42.998Z | slp 8.943758707 |
2565 | 2024-02-28T12:56:42.998Z | lat 0.101216359 |
2566 | 2024-02-28T12:56:42.998Z | stop 0.000222682 |
2567 | 2024-02-28T12:56:42.998Z | process exited: duration 1718851 ms, exit code 0 |
|
2568 | 2024-02-28T12:56:43.011Z | found 21 output files |
2569 | 2024-02-28T12:56:43.011Z | uploading: /work/version.txt (26 bytes) |
2570 | 2024-02-28T12:56:44.027Z | uploaded: /work/version.txt |
2571 | 2024-02-28T12:56:44.027Z | uploading: /work/package.tar.gz (88084756 bytes) |
2572 | 2024-02-28T12:57:08.242Z | uploaded: /work/package.tar.gz |
2573 | 2024-02-28T12:57:08.242Z | uploading: /work/global-zone-packages.tar.gz (128034224 bytes) |
2574 | 2024-02-28T12:57:40.616Z | uploaded: /work/global-zone-packages.tar.gz |
2575 | 2024-02-28T12:57:40.616Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38846698 bytes) |
2576 | 2024-02-28T12:57:49.578Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2577 | 2024-02-28T12:57:49.578Z | uploading: /work/zones/clickhouse.tar.gz (194517899 bytes) |
2578 | 2024-02-28T12:58:37.617Z | uploaded: /work/zones/clickhouse.tar.gz |
2579 | 2024-02-28T12:58:37.617Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194520071 bytes) |
2580 | 2024-02-28T12:59:28.633Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2581 | 2024-02-28T12:59:28.633Z | uploading: /work/zones/cockroachdb.tar.gz (131618328 bytes) |
2582 | 2024-02-28T13:00:03.674Z | uploaded: /work/zones/cockroachdb.tar.gz |
2583 | 2024-02-28T13:00:03.674Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27889017 bytes) |
2584 | 2024-02-28T13:00:13.327Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2585 | 2024-02-28T13:00:13.328Z | uploading: /work/zones/crucible-zone.tar.gz (39693427 bytes) |
2586 | 2024-02-28T13:00:21.525Z | uploaded: /work/zones/crucible-zone.tar.gz |
2587 | 2024-02-28T13:00:21.525Z | uploading: /work/zones/external-dns.tar.gz (36656153 bytes) |
2588 | 2024-02-28T13:00:32.714Z | uploaded: /work/zones/external-dns.tar.gz |
2589 | 2024-02-28T13:00:32.721Z | uploading: /work/zones/internal-dns.tar.gz (23653293 bytes) |
2590 | 2024-02-28T13:00:38.035Z | uploaded: /work/zones/internal-dns.tar.gz |
2591 | 2024-02-28T13:00:38.035Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2592 | 2024-02-28T13:00:39.045Z | uploaded: /work/zones/ntp.tar.gz |
2593 | 2024-02-28T13:00:39.045Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19551091 bytes) |
2594 | 2024-02-28T13:00:43.986Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2595 | 2024-02-28T13:00:43.987Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19552052 bytes) |
2596 | 2024-02-28T13:00:50.433Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2597 | 2024-02-28T13:00:50.433Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87960880 bytes) |
2598 | 2024-02-28T13:01:09.541Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2599 | 2024-02-28T13:01:09.541Z | uploading: /work/zones/omicron-nexus.tar.gz (87957979 bytes) |
2600 | 2024-02-28T13:01:34.273Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2601 | 2024-02-28T13:01:34.273Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2602 | 2024-02-28T13:01:35.282Z | uploaded: /work/zones/overlay.tar.gz |
2603 | 2024-02-28T13:01:35.283Z | uploading: /work/zones/oximeter.tar.gz (56009861 bytes) |
2604 | 2024-02-28T13:01:51.180Z | uploaded: /work/zones/oximeter.tar.gz |
2605 | 2024-02-28T13:01:51.180Z | uploading: /work/zones/propolis-server.tar.gz (66092799 bytes) |
2606 | 2024-02-28T13:02:08.908Z | uploaded: /work/zones/propolis-server.tar.gz |
2607 | 2024-02-28T13:02:08.909Z | uploading: /work/zones/switch-asic.tar.gz (284902417 bytes) |
2608 | 2024-02-28T13:03:24.532Z | uploaded: /work/zones/switch-asic.tar.gz |
2609 | 2024-02-28T13:03:24.532Z | uploading: /work/zones/switch-softnpu.tar.gz (209082261 bytes) |
2610 | 2024-02-28T13:04:17.679Z | uploaded: /work/zones/switch-softnpu.tar.gz |