|
|
|
1 | 2023-12-13T04:09:52.892Z | job assigned to worker 01HHGNQHN7JXSRM5DSHZTKQJWA (queued for 2 m 30 s) |
|
2 | 2023-12-13T04:09:52.924Z | starting task 0: "setup" |
3 | 2023-12-13T04:09:53.221Z | ++ uname -s |
4 | 2023-12-13T04:09:53.239Z | + kern=SunOS |
5 | 2023-12-13T04:09:53.239Z | + case "$kern" in |
6 | 2023-12-13T04:09:53.240Z | + groupadd -g 12345 build |
7 | 2023-12-13T04:09:53.240Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-13T04:09:55.105Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-13T04:09:55.201Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-13T04:09:55.217Z | + home_fs=zfs |
11 | 2023-12-13T04:09:55.217Z | + [[ zfs == autofs ]] |
12 | 2023-12-13T04:09:55.217Z | + mkdir -p /home/build |
13 | 2023-12-13T04:09:55.218Z | + chown build:build /home/build /work |
14 | 2023-12-13T04:09:57.211Z | + chmod 0700 /home/build /work |
15 | 2023-12-13T04:09:57.221Z | process exited: duration 4290 ms, exit code 0 |
|
16 | 2023-12-13T04:09:57.247Z | starting task 1: "rust-toolchain" |
17 | 2023-12-13T04:09:57.254Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-13T04:09:57.255Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-13T04:09:57.623Z | info: downloading installer |
20 | 2023-12-13T04:09:59.991Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-13T04:09:59.991Z | warning: /opt/ooce/bin |
22 | 2023-12-13T04:09:59.991Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-13T04:09:59.991Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-13T04:09:59.991Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-13T04:09:59.991Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-13T04:09:59.992Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-13T04:09:59.992Z | error: cannot install while Rust is installed |
28 | 2023-12-13T04:09:59.992Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-13T04:10:00.630Z | info: profile set to 'default' |
30 | 2023-12-13T04:10:00.630Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-13T04:10:00.642Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-13T04:10:00.643Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-13T04:10:00.643Z | info: downloading component 'cargo' |
34 | 2023-12-13T04:10:01.194Z | info: downloading component 'clippy' |
35 | 2023-12-13T04:10:01.472Z | info: downloading component 'rust-docs' |
36 | 2023-12-13T04:10:02.461Z | info: downloading component 'rust-std' |
37 | 2023-12-13T04:10:04.232Z | info: downloading component 'rustc' |
38 | 2023-12-13T04:10:08.455Z | info: downloading component 'rustfmt' |
39 | 2023-12-13T04:10:08.656Z | info: installing component 'cargo' |
40 | 2023-12-13T04:10:10.512Z | info: installing component 'clippy' |
41 | 2023-12-13T04:10:11.342Z | info: installing component 'rust-docs' |
42 | 2023-12-13T04:10:14.149Z | info: installing component 'rust-std' |
43 | 2023-12-13T04:10:17.936Z | info: installing component 'rustc' |
44 | 2023-12-13T04:10:27.830Z | info: installing component 'rustfmt' |
45 | 2023-12-13T04:10:28.291Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-13T04:10:28.292Z | |
47 | 2023-12-13T04:10:28.445Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-13T04:10:28.445Z | |
49 | 2023-12-13T04:10:28.445Z | |
50 | 2023-12-13T04:10:28.445Z | Rust is installed now. Great! |
51 | 2023-12-13T04:10:28.445Z | |
52 | 2023-12-13T04:10:28.455Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-13T04:10:28.455Z | environment variable. This has not been done automatically. |
54 | 2023-12-13T04:10:28.455Z | |
55 | 2023-12-13T04:10:28.455Z | To configure your current shell, run: |
56 | 2023-12-13T04:10:28.455Z | source "$HOME/.cargo/env" |
57 | 2023-12-13T04:10:28.527Z | + rustc --version |
58 | 2023-12-13T04:10:28.643Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-13T04:10:28.653Z | process exited: duration 31405 ms, exit code 0 |
|
60 | 2023-12-13T04:10:28.666Z | starting task 2: "authentication" |
61 | 2023-12-13T04:10:28.708Z | process exited: duration 36 ms, exit code 0 |
|
62 | 2023-12-13T04:10:28.724Z | starting task 3: "clone repository" |
63 | 2023-12-13T04:10:28.727Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-13T04:10:28.732Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-13T04:10:28.765Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-13T04:10:36.357Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-13T04:10:36.423Z | + [[ -n renovate/taiki-e-install-action-digest ]] |
68 | 2023-12-13T04:10:36.423Z | + git fetch origin renovate/taiki-e-install-action-digest |
69 | 2023-12-13T04:10:36.424Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-13T04:10:36.424Z | * branch renovate/taiki-e-install-action-digest -> FETCH_HEAD |
71 | 2023-12-13T04:10:36.424Z | + git checkout -B renovate/taiki-e-install-action-digest remotes/origin/renovate/taiki-e-install-action-digest |
72 | 2023-12-13T04:10:36.424Z | Switched to a new branch 'renovate/taiki-e-install-action-digest' |
73 | 2023-12-13T04:10:36.424Z | branch 'renovate/taiki-e-install-action-digest' set up to track 'origin/renovate/taiki-e-install-action-digest'. |
74 | 2023-12-13T04:10:36.424Z | + git reset --hard d75fe7aa18024ef17aca1b67f8c4cfcbe367da2f |
75 | 2023-12-13T04:10:36.424Z | HEAD is now at d75fe7aa Update taiki-e/install-action digest to 0f94aa2 |
76 | 2023-12-13T04:10:36.425Z | process exited: duration 6900 ms, exit code 0 |
|
77 | 2023-12-13T04:10:36.869Z | starting task 4: "build" |
78 | 2023-12-13T04:10:36.916Z | + cargo --version |
79 | 2023-12-13T04:10:36.917Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-13T04:10:37.084Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-13T04:10:37.523Z | info: downloading component 'cargo' |
82 | 2023-12-13T04:10:37.936Z | info: downloading component 'clippy' |
83 | 2023-12-13T04:10:38.199Z | info: downloading component 'rust-docs' |
84 | 2023-12-13T04:10:39.238Z | info: downloading component 'rust-std' |
85 | 2023-12-13T04:10:41.304Z | info: downloading component 'rustc' |
86 | 2023-12-13T04:10:45.196Z | info: downloading component 'rustfmt' |
87 | 2023-12-13T04:10:45.503Z | info: installing component 'cargo' |
88 | 2023-12-13T04:10:46.883Z | info: installing component 'clippy' |
89 | 2023-12-13T04:10:47.339Z | info: installing component 'rust-docs' |
90 | 2023-12-13T04:10:50.182Z | info: installing component 'rust-std' |
91 | 2023-12-13T04:10:52.803Z | info: installing component 'rustc' |
92 | 2023-12-13T04:10:59.056Z | info: installing component 'rustfmt' |
93 | 2023-12-13T04:10:59.593Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-13T04:10:59.613Z | + rustc --version |
95 | 2023-12-13T04:10:59.774Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-13T04:10:59.792Z | ++ git rev-parse HEAD |
97 | 2023-12-13T04:10:59.792Z | + COMMIT=d75fe7aa18024ef17aca1b67f8c4cfcbe367da2f |
98 | 2023-12-13T04:10:59.793Z | + VERSION=5.0.0-0.ci+gitd75fe7aa180 |
99 | 2023-12-13T04:10:59.793Z | + echo 5.0.0-0.ci+gitd75fe7aa180 |
100 | 2023-12-13T04:10:59.793Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-12-13T04:11:10.225Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-12-13T04:11:11.074Z | Startup: Caching catalogs ... Done |
103 | 2023-12-13T04:11:18.228Z | Planning: Solver setup ... Done (6.744s) |
104 | 2023-12-13T04:11:18.386Z | Planning: Running solver ... Done (0.152s) |
105 | 2023-12-13T04:11:18.511Z | Planning: Finding local manifests ... Done (0.060s) |
106 | 2023-12-13T04:11:18.524Z | Planning: Fetching manifests: 0/6 0% complete |
107 | 2023-12-13T04:11:19.216Z | Planning: Fetching manifests: 6/6 100% complete |
108 | 2023-12-13T04:11:19.353Z | Planning: Package planning ... Done (0.136s) |
109 | 2023-12-13T04:11:19.445Z | Planning: Merging actions ... Done (0.087s) |
110 | 2023-12-13T04:11:20.595Z | Planning: Checking for conflicting actions ... Done (1.155s) |
111 | 2023-12-13T04:11:20.614Z | Planning: Consolidating action changes ... Done (0.019s) |
112 | 2023-12-13T04:11:25.909Z | Planning: Evaluating mediators ... Done (5.294s) |
113 | 2023-12-13T04:11:26.067Z | Planning: Planning completed in 14.89 seconds |
114 | 2023-12-13T04:11:29.800Z | Packages to install: 4 |
115 | 2023-12-13T04:11:29.800Z | Packages to update: 2 |
116 | 2023-12-13T04:11:29.800Z | Mediators to change: 2 |
117 | 2023-12-13T04:11:29.813Z | Services to change: 1 |
118 | 2023-12-13T04:11:29.813Z | Estimated space available: 148.88 GB |
119 | 2023-12-13T04:11:29.813Z | Estimated space to be consumed: 1.43 GB |
120 | 2023-12-13T04:11:29.813Z | Create boot environment: No |
121 | 2023-12-13T04:11:29.813Z | Create backup boot environment: Yes |
122 | 2023-12-13T04:11:29.813Z | Rebuild boot archive: No |
123 | 2023-12-13T04:11:29.814Z | |
124 | 2023-12-13T04:11:29.814Z | Changed mediators: |
125 | 2023-12-13T04:11:29.814Z | mediator clang: |
126 | 2023-12-13T04:11:29.814Z | version: None -> 15 (system default) |
127 | 2023-12-13T04:11:29.814Z | |
128 | 2023-12-13T04:11:29.814Z | mediator llvm: |
129 | 2023-12-13T04:11:29.814Z | version: 14 (system default) -> 15 (system default) |
130 | 2023-12-13T04:11:29.814Z | |
131 | 2023-12-13T04:11:29.815Z | Changed packages: |
132 | 2023-12-13T04:11:29.815Z | helios-dev |
133 | 2023-12-13T04:11:29.815Z | developer/build-essential |
134 | 2023-12-13T04:11:29.815Z | None -> 11-2.0 |
135 | 2023-12-13T04:11:29.815Z | library/libxmlsec1 |
136 | 2023-12-13T04:11:29.815Z | None -> 1.2.35-2.0 |
137 | 2023-12-13T04:11:29.815Z | ooce/developer/clang-15 |
138 | 2023-12-13T04:11:29.816Z | None -> 15.0.7-2.0 |
139 | 2023-12-13T04:11:29.816Z | ooce/developer/llvm-15 |
140 | 2023-12-13T04:11:29.816Z | None -> 15.0.7-2.0 |
141 | 2023-12-13T04:11:29.816Z | system/library/g++-runtime |
142 | 2023-12-13T04:11:29.816Z | 12-2.0 -> 13-2.0 |
143 | 2023-12-13T04:11:29.816Z | system/library/gcc-runtime |
144 | 2023-12-13T04:11:29.816Z | 12-2.0 -> 13-2.0 |
145 | 2023-12-13T04:11:29.816Z | |
146 | 2023-12-13T04:11:29.816Z | Services: |
147 | 2023-12-13T04:11:29.816Z | restart_fmri: |
148 | 2023-12-13T04:11:29.817Z | svc:/system/update-man-index:default |
149 | 2023-12-13T04:11:30.073Z | |
150 | 2023-12-13T04:11:30.073Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
151 | 2023-12-13T04:11:35.089Z | Download: 525/3330 items 17.4/221.1MB 7% complete (3.6M/s) |
152 | 2023-12-13T04:11:40.857Z | Download: 1198/3330 items 83.5/221.1MB 37% complete (8.3M/s) |
153 | 2023-12-13T04:11:45.855Z | Download: 1681/3330 items 117.3/221.1MB 53% complete (9.9M/s) |
154 | 2023-12-13T04:11:50.870Z | Download: 2485/3330 items 120.0/221.1MB 54% complete (3.7M/s) |
155 | 2023-12-13T04:11:55.897Z | Download: 3116/3330 items 148.8/221.1MB 67% complete (3.0M/s) |
156 | 2023-12-13T04:12:01.249Z | Download: 3240/3330 items 202.8/221.1MB 91% complete (8.2M/s) |
157 | 2023-12-13T04:12:14.191Z | Download: 3287/3330 items 212.3/221.1MB 96% complete |
158 | 2023-12-13T04:12:26.982Z | Download: 3289/3330 items 212.6/221.1MB 96% complete |
159 | 2023-12-13T04:12:28.332Z | Download: Completed 221.11 MB in 57.89 seconds (3.8M/s) |
160 | 2023-12-13T04:12:30.015Z | Actions: 1/3766 actions (Removing old actions) |
161 | 2023-12-13T04:12:30.016Z | Actions: 5/3766 actions (Installing new actions) |
162 | 2023-12-13T04:12:34.298Z | Actions: 2347/3766 actions (Installing new actions) |
163 | 2023-12-13T04:12:37.990Z | Actions: 3729/3766 actions (Updating modified actions) |
164 | 2023-12-13T04:12:38.469Z | Actions: Completed 3766 actions in 9.37 seconds. |
165 | 2023-12-13T04:12:38.579Z | Done (0.107s) |
166 | 2023-12-13T04:12:38.595Z | Done (0.000s) |
167 | 2023-12-13T04:12:38.858Z | Done (0.275s) |
168 | 2023-12-13T04:12:46.394Z | Done (7.397s) |
169 | 2023-12-13T04:12:46.562Z | Done (0.081s) |
170 | 2023-12-13T04:12:46.573Z | Done (0.000s) |
171 | 2023-12-13T04:12:46.788Z | Done (0.000s) |
172 | 2023-12-13T04:12:47.492Z | Planning: Evaluating mediator changes ... Done |
173 | 2023-12-13T04:12:47.771Z | Planning: Checking for conflicting actions ... Done |
174 | 2023-12-13T04:12:47.776Z | Planning: Consolidating action changes ... Done |
175 | 2023-12-13T04:12:48.236Z | Planning: Evaluating mediators ... Done |
176 | 2023-12-13T04:12:48.256Z | Planning: Planning completed in 0.75 seconds |
177 | 2023-12-13T04:12:48.302Z | Mediators to change: 2 |
178 | 2023-12-13T04:12:48.302Z | Create boot environment: No |
179 | 2023-12-13T04:12:48.302Z | Create backup boot environment: No |
180 | 2023-12-13T04:12:48.432Z | Done |
181 | 2023-12-13T04:12:48.432Z | Done |
182 | 2023-12-13T04:12:48.602Z | Done |
183 | 2023-12-13T04:12:57.042Z | Done |
184 | 2023-12-13T04:12:57.470Z | Done |
185 | 2023-12-13T04:12:57.470Z | Done |
186 | 2023-12-13T04:12:57.470Z | Done |
187 | 2023-12-13T04:12:57.470Z | Planning: Evaluating mediator changes ... Done |
188 | 2023-12-13T04:12:57.470Z | Planning: Merging actions ... Done |
189 | 2023-12-13T04:12:57.470Z | Planning: Checking for conflicting actions ... Done |
190 | 2023-12-13T04:12:57.470Z | Planning: Consolidating action changes ... Done |
191 | 2023-12-13T04:12:57.471Z | Planning: Evaluating mediators ... Done |
192 | 2023-12-13T04:12:57.471Z | Planning: Planning completed in 1.27 seconds |
193 | 2023-12-13T04:12:57.471Z | Packages to change: 1 |
194 | 2023-12-13T04:12:57.471Z | Mediators to change: 1 |
195 | 2023-12-13T04:12:57.471Z | Services to change: 1 |
196 | 2023-12-13T04:12:57.471Z | Create boot environment: No |
197 | 2023-12-13T04:12:57.471Z | Create backup boot environment: Yes |
198 | 2023-12-13T04:12:58.839Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2023-12-13T04:12:58.885Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2023-12-13T04:12:58.885Z | Done |
201 | 2023-12-13T04:12:58.885Z | Done |
202 | 2023-12-13T04:12:58.908Z | Done |
203 | 2023-12-13T04:13:04.861Z | Done |
204 | 2023-12-13T04:13:04.994Z | Done |
205 | 2023-12-13T04:13:05.015Z | Done |
206 | 2023-12-13T04:13:05.092Z | Done |
207 | 2023-12-13T04:13:05.777Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2023-12-13T04:13:05.777Z | clang system 15 system |
209 | 2023-12-13T04:13:05.777Z | csh system system illumos |
210 | 2023-12-13T04:13:05.777Z | ctags system system illumos |
211 | 2023-12-13T04:13:05.777Z | gcc vendor 12 vendor |
212 | 2023-12-13T04:13:05.778Z | gcc system 10 system |
213 | 2023-12-13T04:13:05.778Z | gcc system 7 system |
214 | 2023-12-13T04:13:05.778Z | go system 1.20 system |
215 | 2023-12-13T04:13:05.778Z | go system 1.19 system |
216 | 2023-12-13T04:13:05.778Z | llvm system 15 system |
217 | 2023-12-13T04:13:05.779Z | llvm system 14 system |
218 | 2023-12-13T04:13:05.779Z | mariadb system 10.6 system |
219 | 2023-12-13T04:13:05.779Z | mta vendor vendor dma |
220 | 2023-12-13T04:13:05.779Z | openjdk system 17 system |
221 | 2023-12-13T04:13:05.779Z | openjdk system 11 system |
222 | 2023-12-13T04:13:05.779Z | openjdk system 1.8 system |
223 | 2023-12-13T04:13:05.779Z | openssl vendor 3 vendor |
224 | 2023-12-13T04:13:05.779Z | perl system 5.36 system |
225 | 2023-12-13T04:13:05.780Z | postgresql system 15 system |
226 | 2023-12-13T04:13:05.780Z | postgresql system 13 system |
227 | 2023-12-13T04:13:05.780Z | python vendor 3 vendor |
228 | 2023-12-13T04:13:05.780Z | python system 2 system |
229 | 2023-12-13T04:13:05.780Z | python3 system 3.11 system |
230 | 2023-12-13T04:13:05.781Z | ruby system 3.0 system |
231 | 2023-12-13T04:13:05.781Z | words vendor vendor american-english |
232 | 2023-12-13T04:13:05.781Z | words system system australian-english |
233 | 2023-12-13T04:13:05.781Z | words system system british-english |
234 | 2023-12-13T04:13:05.781Z | words system system canadian-english |
235 | 2023-12-13T04:13:05.781Z | words system system french |
236 | 2023-12-13T04:13:05.781Z | words system system italian |
237 | 2023-12-13T04:13:05.781Z | words system system ngerman |
238 | 2023-12-13T04:13:05.781Z | words system system ogerman |
239 | 2023-12-13T04:13:05.781Z | words system system spanish |
240 | 2023-12-13T04:13:06.312Z | FMRI IFO |
241 | 2023-12-13T04:13:06.312Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
242 | 2023-12-13T04:13:06.312Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
243 | 2023-12-13T04:13:06.312Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
244 | 2023-12-13T04:13:06.313Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
245 | 2023-12-13T04:13:06.313Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
246 | 2023-12-13T04:13:06.313Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
247 | 2023-12-13T04:13:06.313Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
248 | 2023-12-13T04:13:06.313Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
249 | 2023-12-13T04:13:06.474Z | + set -o errexit |
250 | 2023-12-13T04:13:06.502Z | +++ dirname ./tools/ci_download_cockroachdb |
251 | 2023-12-13T04:13:06.502Z | ++ cd ./tools |
252 | 2023-12-13T04:13:06.502Z | ++ pwd |
253 | 2023-12-13T04:13:06.502Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
254 | 2023-12-13T04:13:06.502Z | ++ basename ./tools/ci_download_cockroachdb |
255 | 2023-12-13T04:13:06.502Z | + ARG0=ci_download_cockroachdb |
256 | 2023-12-13T04:13:06.502Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
257 | 2023-12-13T04:13:06.502Z | + CIDL_VERSION=v22.1.9 |
258 | 2023-12-13T04:13:06.502Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
259 | 2023-12-13T04:13:06.502Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
260 | 2023-12-13T04:13:06.503Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
261 | 2023-12-13T04:13:06.503Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
262 | 2023-12-13T04:13:06.503Z | + TARGET_DIR=out |
263 | 2023-12-13T04:13:06.503Z | + DOWNLOAD_DIR=out/downloads |
264 | 2023-12-13T04:13:06.503Z | + DEST_DIR=./out/cockroachdb |
265 | 2023-12-13T04:13:06.503Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
266 | 2023-12-13T04:13:06.503Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
267 | 2023-12-13T04:13:06.503Z | + main |
268 | 2023-12-13T04:13:06.503Z | + [[ 0 != 0 ]] |
269 | 2023-12-13T04:13:06.503Z | + CIDL_OS=solaris2.11 |
270 | 2023-12-13T04:13:06.504Z | + [[ 0 != 0 ]] |
271 | 2023-12-13T04:13:06.504Z | + configure_os solaris2.11 |
272 | 2023-12-13T04:13:06.504Z | + echo 'current directory: /work/oxidecomputer/omicron' |
273 | 2023-12-13T04:13:06.504Z | current directory: /work/oxidecomputer/omicron |
274 | 2023-12-13T04:13:06.504Z | + echo 'configuring based on OS: "solaris2.11"' |
275 | 2023-12-13T04:13:06.504Z | configuring based on OS: "solaris2.11" |
276 | 2023-12-13T04:13:06.504Z | + case "$1" in |
277 | 2023-12-13T04:13:06.504Z | + CIDL_BUILD=illumos |
278 | 2023-12-13T04:13:06.504Z | + CIDL_SUFFIX=tar.gz |
279 | 2023-12-13T04:13:06.504Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
280 | 2023-12-13T04:13:06.504Z | + CIDL_MD5FUNC=do_md5sum |
281 | 2023-12-13T04:13:06.505Z | + CIDL_URL_BASE=https://illumos.org/downloads |
282 | 2023-12-13T04:13:06.505Z | + CIDL_ASSEMBLE=do_assemble_illumos |
283 | 2023-12-13T04:13:06.505Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
284 | 2023-12-13T04:13:06.505Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-12-13T04:13:06.505Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-12-13T04:13:06.505Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
287 | 2023-12-13T04:13:06.505Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-12-13T04:13:06.505Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2023-12-13T04:13:06.505Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-12-13T04:13:06.505Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
291 | 2023-12-13T04:13:06.506Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-12-13T04:13:06.506Z | + mkdir -p out/downloads |
293 | 2023-12-13T04:13:06.506Z | + mkdir -p ./out/cockroachdb |
294 | 2023-12-13T04:13:06.506Z | + local DO_DOWNLOAD=true |
295 | 2023-12-13T04:13:06.506Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
296 | 2023-12-13T04:13:06.506Z | + '[' true == true ']' |
297 | 2023-12-13T04:13:06.506Z | + echo Downloading... |
298 | 2023-12-13T04:13:06.506Z | Downloading... |
299 | 2023-12-13T04:13:06.507Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-12-13T04:13:06.507Z | + 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 |
301 | 2023-12-13T04:13:12.886Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-12-13T04:13:12.902Z | ++ md5sum |
303 | 2023-12-13T04:13:12.902Z | ++ awk '{print $1}' |
304 | 2023-12-13T04:13:14.475Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
305 | 2023-12-13T04:13:14.475Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
306 | 2023-12-13T04:13:14.475Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-12-13T04:13:14.475Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
308 | 2023-12-13T04:13:16.431Z | + do_assemble_illumos |
309 | 2023-12-13T04:13:16.431Z | + rm -r ./out/cockroachdb |
310 | 2023-12-13T04:13:16.450Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
311 | 2023-12-13T04:13:17.054Z | + ./out/cockroachdb/bin/cockroach version |
312 | 2023-12-13T04:13:17.272Z | Build Tag: v22.1.9-dirty |
313 | 2023-12-13T04:13:17.272Z | Build Time: 2022/10/26 21:17:46 |
314 | 2023-12-13T04:13:17.272Z | Distribution: OSS |
315 | 2023-12-13T04:13:17.272Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
316 | 2023-12-13T04:13:17.273Z | Go Version: go1.17.13 |
317 | 2023-12-13T04:13:17.273Z | C Compiler: gcc 10.3.0 |
318 | 2023-12-13T04:13:17.273Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
319 | 2023-12-13T04:13:17.273Z | Build Type: release |
320 | 2023-12-13T04:13:17.302Z | + set -o errexit |
321 | 2023-12-13T04:13:17.360Z | +++ dirname ./tools/ci_download_clickhouse |
322 | 2023-12-13T04:13:17.360Z | ++ cd ./tools |
323 | 2023-12-13T04:13:17.361Z | ++ pwd |
324 | 2023-12-13T04:13:17.361Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
325 | 2023-12-13T04:13:17.361Z | ++ basename ./tools/ci_download_clickhouse |
326 | 2023-12-13T04:13:17.361Z | + ARG0=ci_download_clickhouse |
327 | 2023-12-13T04:13:17.361Z | + TARGET_DIR=out |
328 | 2023-12-13T04:13:17.362Z | + DOWNLOAD_DIR=out/downloads |
329 | 2023-12-13T04:13:17.362Z | + DEST_DIR=./out/clickhouse |
330 | 2023-12-13T04:13:17.362Z | + CIDL_VERSION=v22.8.9.24 |
331 | 2023-12-13T04:13:17.362Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
332 | 2023-12-13T04:13:17.363Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
333 | 2023-12-13T04:13:17.363Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
334 | 2023-12-13T04:13:17.363Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
335 | 2023-12-13T04:13:17.363Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
336 | 2023-12-13T04:13:17.364Z | + main |
337 | 2023-12-13T04:13:17.364Z | + [[ 0 != 0 ]] |
338 | 2023-12-13T04:13:17.364Z | + CIDL_OS=solaris2.11 |
339 | 2023-12-13T04:13:17.364Z | + [[ 0 != 0 ]] |
340 | 2023-12-13T04:13:17.365Z | + configure_os solaris2.11 |
341 | 2023-12-13T04:13:17.365Z | + echo 'current directory: /work/oxidecomputer/omicron' |
342 | 2023-12-13T04:13:17.365Z | current directory: /work/oxidecomputer/omicron |
343 | 2023-12-13T04:13:17.365Z | + echo 'configuring based on OS: "solaris2.11"' |
344 | 2023-12-13T04:13:17.366Z | configuring based on OS: "solaris2.11" |
345 | 2023-12-13T04:13:17.366Z | + CIDL_DASHREV= |
346 | 2023-12-13T04:13:17.366Z | + case "$1" in |
347 | 2023-12-13T04:13:17.366Z | + CIDL_PLATFORM=illumos |
348 | 2023-12-13T04:13:17.367Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
349 | 2023-12-13T04:13:17.367Z | + CIDL_MD5FUNC=do_md5sum |
350 | 2023-12-13T04:13:17.367Z | + CIDL_DASHREV=-1 |
351 | 2023-12-13T04:13:17.367Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
352 | 2023-12-13T04:13:17.367Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-12-13T04:13:17.368Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2023-12-13T04:13:17.368Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-12-13T04:13:17.368Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
356 | 2023-12-13T04:13:17.368Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-12-13T04:13:17.368Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
358 | 2023-12-13T04:13:17.369Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-12-13T04:13:17.369Z | + mkdir -p out/downloads |
360 | 2023-12-13T04:13:17.369Z | + mkdir -p ./out/clickhouse |
361 | 2023-12-13T04:13:17.369Z | + local DO_DOWNLOAD=true |
362 | 2023-12-13T04:13:17.370Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
363 | 2023-12-13T04:13:17.370Z | + '[' true == true ']' |
364 | 2023-12-13T04:13:17.370Z | + echo Downloading... |
365 | 2023-12-13T04:13:17.370Z | Downloading... |
366 | 2023-12-13T04:13:17.371Z | + 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 |
367 | 2023-12-13T04:13:17.371Z | + 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 |
368 | 2023-12-13T04:13:19.167Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2023-12-13T04:13:19.167Z | ++ md5sum |
370 | 2023-12-13T04:13:19.167Z | ++ awk '{print $1}' |
371 | 2023-12-13T04:13:19.168Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
372 | 2023-12-13T04:13:19.168Z | + [[ 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 ]] |
373 | 2023-12-13T04:13:19.168Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
374 | 2023-12-13T04:13:19.168Z | + mkdir -p ./out/clickhouse |
375 | 2023-12-13T04:13:19.168Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
376 | 2023-12-13T04:13:23.810Z | + ./out/clickhouse/clickhouse server --version |
377 | 2023-12-13T04:13:23.874Z | ClickHouse server version 22.8.9.1. |
378 | 2023-12-13T04:13:23.891Z | + set -o errexit |
379 | 2023-12-13T04:13:23.891Z | +++ dirname ./tools/ci_download_console |
380 | 2023-12-13T04:13:23.891Z | ++ cd ./tools |
381 | 2023-12-13T04:13:23.891Z | ++ pwd |
382 | 2023-12-13T04:13:23.912Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
383 | 2023-12-13T04:13:23.912Z | ++ basename ./tools/ci_download_console |
384 | 2023-12-13T04:13:23.912Z | + ARG0=ci_download_console |
385 | 2023-12-13T04:13:23.912Z | + TARGET_DIR=out |
386 | 2023-12-13T04:13:23.912Z | + DOWNLOAD_DIR=out/downloads |
387 | 2023-12-13T04:13:23.912Z | + DEST_DIR=./out/console-assets |
388 | 2023-12-13T04:13:23.913Z | + source /work/oxidecomputer/omicron/tools/console_version |
389 | 2023-12-13T04:13:23.913Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
390 | 2023-12-13T04:13:23.913Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
391 | 2023-12-13T04:13:23.913Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
392 | 2023-12-13T04:13:23.913Z | + TARBALL_FILE=out/downloads/console.tar.gz |
393 | 2023-12-13T04:13:23.913Z | + main |
394 | 2023-12-13T04:13:23.913Z | + [[ 0 != 0 ]] |
395 | 2023-12-13T04:13:23.913Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
396 | 2023-12-13T04:13:23.913Z | + echo 'Local file: out/downloads/console.tar.gz' |
397 | 2023-12-13T04:13:23.913Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
398 | 2023-12-13T04:13:23.914Z | Local file: out/downloads/console.tar.gz |
399 | 2023-12-13T04:13:23.914Z | + local DO_DOWNLOAD=true |
400 | 2023-12-13T04:13:23.914Z | + [[ -f out/downloads/console.tar.gz ]] |
401 | 2023-12-13T04:13:23.914Z | + mkdir -p out/downloads |
402 | 2023-12-13T04:13:23.914Z | + '[' true == true ']' |
403 | 2023-12-13T04:13:23.914Z | + echo Downloading... |
404 | 2023-12-13T04:13:23.914Z | Downloading... |
405 | 2023-12-13T04:13:23.914Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
406 | 2023-12-13T04:13:23.914Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
407 | 2023-12-13T04:13:24.511Z | ++ do_sha256sum out/downloads/console.tar.gz |
408 | 2023-12-13T04:13:24.544Z | ++ case "$OSTYPE" in |
409 | 2023-12-13T04:13:24.544Z | ++ SHA=sha256sum |
410 | 2023-12-13T04:13:24.544Z | ++ sha256sum |
411 | 2023-12-13T04:13:24.544Z | ++ awk '{print $1}' |
412 | 2023-12-13T04:13:24.982Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
413 | 2023-12-13T04:13:24.982Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
414 | 2023-12-13T04:13:24.982Z | + rm -rf ./out/console-assets |
415 | 2023-12-13T04:13:24.983Z | + mkdir -p ./out/console-assets |
416 | 2023-12-13T04:13:24.983Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
417 | 2023-12-13T04:13:24.983Z | + mkdir -p ./out/console-assets |
418 | 2023-12-13T04:13:24.984Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
419 | 2023-12-13T04:13:25.005Z | + set -o errexit |
420 | 2023-12-13T04:13:25.005Z | +++ dirname ./tools/ci_download_maghemite_openapi |
421 | 2023-12-13T04:13:25.005Z | ++ cd ./tools |
422 | 2023-12-13T04:13:25.005Z | ++ pwd |
423 | 2023-12-13T04:13:25.005Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
424 | 2023-12-13T04:13:25.006Z | ++ basename ./tools/ci_download_maghemite_openapi |
425 | 2023-12-13T04:13:25.006Z | + ARG0=ci_download_maghemite_openapi |
426 | 2023-12-13T04:13:25.006Z | + TARGET_DIR=out |
427 | 2023-12-13T04:13:25.006Z | + DOWNLOAD_DIR=out/downloads |
428 | 2023-12-13T04:13:25.006Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
429 | 2023-12-13T04:13:25.007Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
430 | 2023-12-13T04:13:25.007Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
431 | 2023-12-13T04:13:25.007Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
432 | 2023-12-13T04:13:25.007Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
433 | 2023-12-13T04:13:25.008Z | + main |
434 | 2023-12-13T04:13:25.008Z | + [[ 0 != 0 ]] |
435 | 2023-12-13T04:13:25.008Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
436 | 2023-12-13T04:13:25.008Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
437 | 2023-12-13T04:13:25.008Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
438 | 2023-12-13T04:13:25.009Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
439 | 2023-12-13T04:13:25.009Z | + local DO_DOWNLOAD=true |
440 | 2023-12-13T04:13:25.009Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
441 | 2023-12-13T04:13:25.009Z | + mkdir -p out/downloads |
442 | 2023-12-13T04:13:25.009Z | + '[' true == true ']' |
443 | 2023-12-13T04:13:25.010Z | + echo Downloading... |
444 | 2023-12-13T04:13:25.010Z | Downloading... |
445 | 2023-12-13T04:13:25.010Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
446 | 2023-12-13T04:13:25.011Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
447 | 2023-12-13T04:13:25.011Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
448 | 2023-12-13T04:13:25.011Z | ++ case "$OSTYPE" in |
449 | 2023-12-13T04:13:25.011Z | ++ SHA=sha256sum |
450 | 2023-12-13T04:13:25.012Z | ++ sha256sum |
451 | 2023-12-13T04:13:25.012Z | ++ awk '{print $1}' |
452 | 2023-12-13T04:13:25.012Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
453 | 2023-12-13T04:13:25.012Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
454 | 2023-12-13T04:13:25.013Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
455 | 2023-12-13T04:13:25.016Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
456 | 2023-12-13T04:13:25.016Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
457 | 2023-12-13T04:13:25.017Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
458 | 2023-12-13T04:13:25.017Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
459 | 2023-12-13T04:13:25.017Z | + main |
460 | 2023-12-13T04:13:25.017Z | + [[ 0 != 0 ]] |
461 | 2023-12-13T04:13:25.017Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
462 | 2023-12-13T04:13:25.018Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
463 | 2023-12-13T04:13:25.018Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
464 | 2023-12-13T04:13:25.018Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
465 | 2023-12-13T04:13:25.018Z | + local DO_DOWNLOAD=true |
466 | 2023-12-13T04:13:25.018Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
467 | 2023-12-13T04:13:25.019Z | + mkdir -p out/downloads |
468 | 2023-12-13T04:13:25.019Z | + '[' true == true ']' |
469 | 2023-12-13T04:13:25.019Z | + echo Downloading... |
470 | 2023-12-13T04:13:25.019Z | Downloading... |
471 | 2023-12-13T04:13:25.019Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
472 | 2023-12-13T04:13:25.020Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
473 | 2023-12-13T04:13:25.290Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
474 | 2023-12-13T04:13:25.324Z | ++ case "$OSTYPE" in |
475 | 2023-12-13T04:13:25.324Z | ++ SHA=sha256sum |
476 | 2023-12-13T04:13:25.324Z | ++ sha256sum |
477 | 2023-12-13T04:13:25.324Z | ++ awk '{print $1}' |
478 | 2023-12-13T04:13:25.325Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
479 | 2023-12-13T04:13:25.325Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
480 | 2023-12-13T04:13:25.325Z | + set -o errexit |
481 | 2023-12-13T04:13:25.337Z | +++ dirname ./tools/ci_download_dendrite_openapi |
482 | 2023-12-13T04:13:25.338Z | ++ cd ./tools |
483 | 2023-12-13T04:13:25.338Z | ++ pwd |
484 | 2023-12-13T04:13:25.338Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
485 | 2023-12-13T04:13:25.338Z | ++ basename ./tools/ci_download_dendrite_openapi |
486 | 2023-12-13T04:13:25.338Z | + ARG0=ci_download_dendrite_openapi |
487 | 2023-12-13T04:13:25.338Z | + TARGET_DIR=out |
488 | 2023-12-13T04:13:25.339Z | + DOWNLOAD_DIR=out/downloads |
489 | 2023-12-13T04:13:25.339Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
490 | 2023-12-13T04:13:25.339Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
491 | 2023-12-13T04:13:25.339Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
492 | 2023-12-13T04:13:25.340Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
493 | 2023-12-13T04:13:25.340Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
494 | 2023-12-13T04:13:25.340Z | + main |
495 | 2023-12-13T04:13:25.340Z | + [[ 0 != 0 ]] |
496 | 2023-12-13T04:13:25.341Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
497 | 2023-12-13T04:13:25.341Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
498 | 2023-12-13T04:13:25.341Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
499 | 2023-12-13T04:13:25.341Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
500 | 2023-12-13T04:13:25.341Z | + local DO_DOWNLOAD=true |
501 | 2023-12-13T04:13:25.342Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
502 | 2023-12-13T04:13:25.342Z | + mkdir -p out/downloads |
503 | 2023-12-13T04:13:25.342Z | + '[' true == true ']' |
504 | 2023-12-13T04:13:25.342Z | + echo Downloading... |
505 | 2023-12-13T04:13:25.343Z | Downloading... |
506 | 2023-12-13T04:13:25.343Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
507 | 2023-12-13T04:13:25.343Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
508 | 2023-12-13T04:13:26.609Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
509 | 2023-12-13T04:13:26.622Z | ++ case "$OSTYPE" in |
510 | 2023-12-13T04:13:26.622Z | ++ SHA=sha256sum |
511 | 2023-12-13T04:13:26.622Z | ++ sha256sum |
512 | 2023-12-13T04:13:26.622Z | ++ awk '{print $1}' |
513 | 2023-12-13T04:13:26.622Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
514 | 2023-12-13T04:13:26.622Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
515 | 2023-12-13T04:13:26.639Z | + set -o errexit |
516 | 2023-12-13T04:13:26.639Z | +++ dirname ./tools/ci_download_dendrite_stub |
517 | 2023-12-13T04:13:26.639Z | ++ cd ./tools |
518 | 2023-12-13T04:13:26.639Z | ++ pwd |
519 | 2023-12-13T04:13:26.640Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
520 | 2023-12-13T04:13:26.640Z | ++ basename ./tools/ci_download_dendrite_stub |
521 | 2023-12-13T04:13:26.640Z | + ARG0=ci_download_dendrite_stub |
522 | 2023-12-13T04:13:26.640Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
523 | 2023-12-13T04:13:26.640Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
524 | 2023-12-13T04:13:26.641Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
525 | 2023-12-13T04:13:26.641Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
526 | 2023-12-13T04:13:26.641Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
527 | 2023-12-13T04:13:26.641Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
528 | 2023-12-13T04:13:26.642Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
529 | 2023-12-13T04:13:26.642Z | + TARGET_DIR=out |
530 | 2023-12-13T04:13:26.642Z | + DOWNLOAD_DIR=out/downloads |
531 | 2023-12-13T04:13:26.642Z | + DEST_DIR=./out/dendrite-stub |
532 | 2023-12-13T04:13:26.642Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
533 | 2023-12-13T04:13:26.642Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
534 | 2023-12-13T04:13:26.643Z | + REPO=oxidecomputer/dendrite |
535 | 2023-12-13T04:13:26.643Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
536 | 2023-12-13T04:13:26.643Z | + main |
537 | 2023-12-13T04:13:26.643Z | + [[ 0 != 0 ]] |
538 | 2023-12-13T04:13:26.643Z | + CIDL_OS=solaris2.11 |
539 | 2023-12-13T04:13:26.644Z | + [[ 0 != 0 ]] |
540 | 2023-12-13T04:13:26.644Z | + configure_os solaris2.11 |
541 | 2023-12-13T04:13:26.644Z | + echo 'current directory: /work/oxidecomputer/omicron' |
542 | 2023-12-13T04:13:26.644Z | current directory: /work/oxidecomputer/omicron |
543 | 2023-12-13T04:13:26.644Z | + echo 'configuring based on OS: "solaris2.11"' |
544 | 2023-12-13T04:13:26.645Z | + case "$1" in |
545 | 2023-12-13T04:13:26.645Z | configuring based on OS: "solaris2.11" |
546 | 2023-12-13T04:13:26.645Z | + SET_BINARIES= |
547 | 2023-12-13T04:13:26.645Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
548 | 2023-12-13T04:13:26.645Z | + CIDL_SHA256FUNC=do_sha256sum |
549 | 2023-12-13T04:13:26.645Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
550 | 2023-12-13T04:13:26.645Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
551 | 2023-12-13T04:13:26.646Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
552 | 2023-12-13T04:13:26.646Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
553 | 2023-12-13T04:13:26.646Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
554 | 2023-12-13T04:13:26.646Z | Local file: out/downloads/dendrite-stub.tar.gz |
555 | 2023-12-13T04:13:26.646Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
556 | 2023-12-13T04:13:26.646Z | + mkdir -p out/downloads |
557 | 2023-12-13T04:13:26.646Z | + mkdir -p ./out/dendrite-stub |
558 | 2023-12-13T04:13:26.681Z | + fetch_and_verify |
559 | 2023-12-13T04:13:26.682Z | + local DO_DOWNLOAD=true |
560 | 2023-12-13T04:13:26.682Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
561 | 2023-12-13T04:13:26.682Z | + '[' true == true ']' |
562 | 2023-12-13T04:13:26.682Z | + echo Downloading... |
563 | 2023-12-13T04:13:26.682Z | Downloading... |
564 | 2023-12-13T04:13:26.682Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
565 | 2023-12-13T04:13:26.682Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
566 | 2023-12-13T04:13:59.889Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
567 | 2023-12-13T04:13:59.900Z | ++ sha256sum |
568 | 2023-12-13T04:13:59.901Z | ++ awk '{print $1}' |
569 | 2023-12-13T04:13:59.993Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
570 | 2023-12-13T04:13:59.994Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
571 | 2023-12-13T04:14:00.021Z | + do_untar out/downloads/dendrite-stub.tar.gz |
572 | 2023-12-13T04:14:00.021Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
573 | 2023-12-13T04:14:01.106Z | + do_assemble |
574 | 2023-12-13T04:14:01.106Z | + rm -r ./out/dendrite-stub |
575 | 2023-12-13T04:14:02.024Z | + mkdir ./out/dendrite-stub |
576 | 2023-12-13T04:14:02.024Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
577 | 2023-12-13T04:14:02.025Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
578 | 2023-12-13T04:14:02.025Z | + set -o errexit |
579 | 2023-12-13T04:14:02.025Z | +++ dirname ./tools/ci_download_maghemite_mgd |
580 | 2023-12-13T04:14:02.025Z | ++ cd ./tools |
581 | 2023-12-13T04:14:02.025Z | ++ pwd |
582 | 2023-12-13T04:14:02.025Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
583 | 2023-12-13T04:14:02.025Z | ++ basename ./tools/ci_download_maghemite_mgd |
584 | 2023-12-13T04:14:02.025Z | + ARG0=ci_download_maghemite_mgd |
585 | 2023-12-13T04:14:02.025Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
586 | 2023-12-13T04:14:02.025Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
587 | 2023-12-13T04:14:02.026Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
588 | 2023-12-13T04:14:02.026Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
589 | 2023-12-13T04:14:02.026Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
590 | 2023-12-13T04:14:02.026Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
591 | 2023-12-13T04:14:02.026Z | + TARGET_DIR=out |
592 | 2023-12-13T04:14:02.026Z | + DOWNLOAD_DIR=out/downloads |
593 | 2023-12-13T04:14:02.026Z | + DEST_DIR=./out/mgd |
594 | 2023-12-13T04:14:02.026Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
595 | 2023-12-13T04:14:02.026Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
596 | 2023-12-13T04:14:02.026Z | + REPO=oxidecomputer/maghemite |
597 | 2023-12-13T04:14:02.027Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
598 | 2023-12-13T04:14:02.027Z | + main |
599 | 2023-12-13T04:14:02.027Z | + [[ 0 != 0 ]] |
600 | 2023-12-13T04:14:02.027Z | + CIDL_OS=solaris2.11 |
601 | 2023-12-13T04:14:02.027Z | + [[ 0 != 0 ]] |
602 | 2023-12-13T04:14:02.027Z | + configure_os solaris2.11 |
603 | 2023-12-13T04:14:02.027Z | + echo 'current directory: /work/oxidecomputer/omicron' |
604 | 2023-12-13T04:14:02.028Z | current directory: /work/oxidecomputer/omicron |
605 | 2023-12-13T04:14:02.028Z | + echo 'configuring based on OS: "solaris2.11"' |
606 | 2023-12-13T04:14:02.028Z | + case "$1" in |
607 | 2023-12-13T04:14:02.028Z | configuring based on OS: "solaris2.11" |
608 | 2023-12-13T04:14:02.028Z | + SET_BINARIES= |
609 | 2023-12-13T04:14:02.028Z | + CIDL_SHA256FUNC=do_sha256sum |
610 | 2023-12-13T04:14:02.028Z | + TARBALL_FILENAME=mgd.tar.gz |
611 | 2023-12-13T04:14:02.029Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
612 | 2023-12-13T04:14:02.029Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
613 | 2023-12-13T04:14:02.029Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
614 | 2023-12-13T04:14:02.029Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
615 | 2023-12-13T04:14:02.029Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
616 | 2023-12-13T04:14:02.029Z | Local file: out/downloads/mgd.tar.gz |
617 | 2023-12-13T04:14:02.029Z | + mkdir -p out/downloads |
618 | 2023-12-13T04:14:02.029Z | + mkdir -p ./out/mgd |
619 | 2023-12-13T04:14:02.030Z | + fetch_and_verify |
620 | 2023-12-13T04:14:02.030Z | + local DO_DOWNLOAD=true |
621 | 2023-12-13T04:14:02.030Z | + [[ -f out/downloads/mgd.tar.gz ]] |
622 | 2023-12-13T04:14:02.030Z | + '[' true == true ']' |
623 | 2023-12-13T04:14:02.030Z | + echo Downloading... |
624 | 2023-12-13T04:14:02.031Z | Downloading... |
625 | 2023-12-13T04:14:02.031Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
626 | 2023-12-13T04:14:02.031Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
627 | 2023-12-13T04:14:15.515Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
628 | 2023-12-13T04:14:15.540Z | ++ sha256sum |
629 | 2023-12-13T04:14:15.540Z | ++ awk '{print $1}' |
630 | 2023-12-13T04:14:15.600Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
631 | 2023-12-13T04:14:15.625Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
632 | 2023-12-13T04:14:15.625Z | + do_untar out/downloads/mgd.tar.gz |
633 | 2023-12-13T04:14:15.625Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
634 | 2023-12-13T04:14:16.236Z | + do_assemble |
635 | 2023-12-13T04:14:16.236Z | + rm -r ./out/mgd |
636 | 2023-12-13T04:14:16.246Z | + mkdir ./out/mgd |
637 | 2023-12-13T04:14:16.246Z | + cp -r out/downloads/root ./out/mgd/root |
638 | 2023-12-13T04:14:16.455Z | + set -o errexit |
639 | 2023-12-13T04:14:16.947Z | +++ dirname ./tools/ci_download_transceiver_control |
640 | 2023-12-13T04:14:16.948Z | ++ cd ./tools |
641 | 2023-12-13T04:14:16.948Z | ++ pwd |
642 | 2023-12-13T04:14:16.948Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
643 | 2023-12-13T04:14:16.948Z | ++ basename ./tools/ci_download_transceiver_control |
644 | 2023-12-13T04:14:16.948Z | + ARG0=ci_download_transceiver_control |
645 | 2023-12-13T04:14:16.949Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
646 | 2023-12-13T04:14:16.949Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2023-12-13T04:14:16.949Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
648 | 2023-12-13T04:14:16.949Z | + TARGET_DIR=out |
649 | 2023-12-13T04:14:16.949Z | + DOWNLOAD_DIR=out/downloads |
650 | 2023-12-13T04:14:16.949Z | + DEST_DIR=./out/transceiver-control |
651 | 2023-12-13T04:14:16.950Z | + BIN_DIR=/opt/oxide/bin |
652 | 2023-12-13T04:14:16.950Z | + BINARY=xcvradm |
653 | 2023-12-13T04:14:16.950Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
654 | 2023-12-13T04:14:16.950Z | + REPO=oxidecomputer/transceiver-control |
655 | 2023-12-13T04:14:16.950Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
656 | 2023-12-13T04:14:16.950Z | + main |
657 | 2023-12-13T04:14:16.951Z | + [[ 0 != 0 ]] |
658 | 2023-12-13T04:14:16.951Z | + CIDL_OS=solaris2.11 |
659 | 2023-12-13T04:14:16.951Z | + [[ 0 != 0 ]] |
660 | 2023-12-13T04:14:16.951Z | + configure_os solaris2.11 |
661 | 2023-12-13T04:14:16.951Z | + echo 'current directory: /work/oxidecomputer/omicron' |
662 | 2023-12-13T04:14:16.952Z | current directory: /work/oxidecomputer/omicron |
663 | 2023-12-13T04:14:16.952Z | + echo 'configuring based on OS: "solaris2.11"' |
664 | 2023-12-13T04:14:16.952Z | configuring based on OS: "solaris2.11" |
665 | 2023-12-13T04:14:16.952Z | + case "$1" in |
666 | 2023-12-13T04:14:16.952Z | + SET_BINARIES= |
667 | 2023-12-13T04:14:16.953Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
668 | 2023-12-13T04:14:16.953Z | + CIDL_SHA256FUNC=do_sha256sum |
669 | 2023-12-13T04:14:16.953Z | + ARCHIVE_FILENAME=xcvradm.gz |
670 | 2023-12-13T04:14:16.953Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
671 | 2023-12-13T04:14:16.953Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
672 | 2023-12-13T04:14:16.953Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
673 | 2023-12-13T04:14:16.953Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
674 | 2023-12-13T04:14:16.953Z | Local file: out/downloads/xcvradm.gz |
675 | 2023-12-13T04:14:16.954Z | + echo 'Local file: out/downloads/xcvradm.gz' |
676 | 2023-12-13T04:14:16.954Z | + mkdir -p out/downloads |
677 | 2023-12-13T04:14:16.954Z | + mkdir -p ./out/transceiver-control |
678 | 2023-12-13T04:14:16.954Z | + fetch_and_verify |
679 | 2023-12-13T04:14:16.954Z | + local DO_DOWNLOAD=true |
680 | 2023-12-13T04:14:16.954Z | + [[ -f out/downloads/xcvradm.gz ]] |
681 | 2023-12-13T04:14:16.955Z | + '[' true == true ']' |
682 | 2023-12-13T04:14:16.955Z | + echo Downloading... |
683 | 2023-12-13T04:14:16.955Z | Downloading... |
684 | 2023-12-13T04:14:16.955Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
685 | 2023-12-13T04:14:16.955Z | + 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 |
686 | 2023-12-13T04:14:21.374Z | ++ do_sha256sum out/downloads/xcvradm.gz |
687 | 2023-12-13T04:14:21.382Z | ++ sha256sum |
688 | 2023-12-13T04:14:21.382Z | ++ awk '{print $1}' |
689 | 2023-12-13T04:14:21.403Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
690 | 2023-12-13T04:14:21.404Z | + [[ 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 ]] |
691 | 2023-12-13T04:14:21.424Z | + do_unpack out/downloads/xcvradm.gz |
692 | 2023-12-13T04:14:21.424Z | + mkdir -p out/downloads/root//opt/oxide/bin |
693 | 2023-12-13T04:14:21.424Z | + gzip -dc out/downloads/xcvradm.gz |
694 | 2023-12-13T04:14:21.577Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
695 | 2023-12-13T04:14:21.580Z | + do_assemble |
696 | 2023-12-13T04:14:21.580Z | + rm -r ./out/transceiver-control |
697 | 2023-12-13T04:14:21.583Z | + mkdir ./out/transceiver-control |
698 | 2023-12-13T04:14:21.586Z | + cp -r out/downloads/root ./out/transceiver-control/root |
699 | 2023-12-13T04:14:21.796Z | All prerequisites installed successfully |
700 | 2023-12-13T04:14:21.826Z | |
701 | 2023-12-13T04:14:21.826Z | real 3:22.062316400 |
702 | 2023-12-13T04:14:21.826Z | user 56.625593266 |
703 | 2023-12-13T04:14:21.827Z | sys 10.500048485 |
704 | 2023-12-13T04:14:21.827Z | trap 0.026394896 |
705 | 2023-12-13T04:14:21.827Z | tflt 0.135484901 |
706 | 2023-12-13T04:14:21.827Z | dflt 0.591497337 |
707 | 2023-12-13T04:14:21.827Z | kflt 0.126740175 |
708 | 2023-12-13T04:14:21.828Z | lock 1.562226767 |
709 | 2023-12-13T04:14:21.828Z | slp 7:00.420318789 |
710 | 2023-12-13T04:14:21.828Z | lat 3.549876342 |
711 | 2023-12-13T04:14:21.828Z | stop 0.058863716 |
712 | 2023-12-13T04:14:21.828Z | + ptime -m ./tools/ci_download_softnpu_machinery |
713 | 2023-12-13T04:14:21.842Z | fetching npuzone |
714 | 2023-12-13T04:14:21.843Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
715 | 2023-12-13T04:14:21.843Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
716 | 2023-12-13T04:14:21.843Z | Getting hash for npuzone |
717 | 2023-12-13T04:14:22.394Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
718 | 2023-12-13T04:14:50.660Z | npuzone downloaded successfully |
719 | 2023-12-13T04:14:50.660Z | |
720 | 2023-12-13T04:14:50.660Z | real 26.294270757 |
721 | 2023-12-13T04:14:50.660Z | user 0.571463907 |
722 | 2023-12-13T04:14:50.660Z | sys 0.159185754 |
723 | 2023-12-13T04:14:50.660Z | trap 0.000125693 |
724 | 2023-12-13T04:14:50.660Z | tflt 0.000000000 |
725 | 2023-12-13T04:14:50.660Z | dflt 0.000000000 |
726 | 2023-12-13T04:14:50.660Z | kflt 0.000000000 |
727 | 2023-12-13T04:14:50.660Z | lock 0.000000000 |
728 | 2023-12-13T04:14:50.661Z | slp 1:17.976394406 |
729 | 2023-12-13T04:14:50.661Z | lat 0.137919001 |
730 | 2023-12-13T04:14:50.661Z | stop 0.000348709 |
731 | 2023-12-13T04:14:50.661Z | + export CARGO_INCREMENTAL=0 |
732 | 2023-12-13T04:14:50.661Z | + CARGO_INCREMENTAL=0 |
733 | 2023-12-13T04:14:50.661Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
734 | 2023-12-13T04:14:50.661Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
735 | 2023-12-13T04:14:50.661Z | Updating crates.io index |
736 | 2023-12-13T04:14:50.661Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
737 | 2023-12-13T04:14:50.661Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
738 | 2023-12-13T04:14:51.551Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
739 | 2023-12-13T04:14:52.213Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
740 | 2023-12-13T04:14:52.650Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
741 | 2023-12-13T04:14:52.938Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
742 | 2023-12-13T04:14:53.094Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
743 | 2023-12-13T04:14:54.011Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
744 | 2023-12-13T04:14:57.484Z | Updating git repository `https://github.com/oxidecomputer/opte` |
745 | 2023-12-13T04:14:58.464Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
746 | 2023-12-13T04:14:58.797Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
747 | 2023-12-13T04:14:59.407Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
748 | 2023-12-13T04:14:59.774Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
749 | 2023-12-13T04:15:00.075Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
750 | 2023-12-13T04:15:00.615Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
751 | 2023-12-13T04:15:00.903Z | Updating git repository `https://github.com/njaremko/samael` |
752 | 2023-12-13T04:15:01.852Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
753 | 2023-12-13T04:15:03.061Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
754 | 2023-12-13T04:15:03.437Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
755 | 2023-12-13T04:15:03.826Z | Updating git repository `https://github.com/jgallagher/nix` |
756 | 2023-12-13T04:15:05.219Z | Updating git repository `https://github.com/cbiffle/hubpack` |
757 | 2023-12-13T04:15:05.719Z | Updating git repository `https://github.com/oxidecomputer/typify` |
758 | 2023-12-13T04:15:06.694Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
759 | 2023-12-13T04:15:07.059Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
760 | 2023-12-13T04:15:07.389Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
761 | 2023-12-13T04:15:09.150Z | Downloading crates ... |
762 | 2023-12-13T04:15:09.399Z | Downloaded clang-sys v1.6.1 |
763 | 2023-12-13T04:15:09.417Z | Downloaded iana-time-zone v0.1.57 |
764 | 2023-12-13T04:15:09.417Z | Downloaded instant v0.1.12 |
765 | 2023-12-13T04:15:09.445Z | Downloaded is-terminal v0.4.9 |
766 | 2023-12-13T04:15:09.445Z | Downloaded addr2line v0.21.0 |
767 | 2023-12-13T04:15:09.445Z | Downloaded atomicwrites v0.4.2 |
768 | 2023-12-13T04:15:09.445Z | Downloaded hyper-staticfile v0.9.5 |
769 | 2023-12-13T04:15:09.873Z | Downloaded io-lifetimes v1.0.11 |
770 | 2023-12-13T04:15:09.873Z | Downloaded nu-ansi-term v0.49.0 |
771 | 2023-12-13T04:15:09.874Z | Downloaded normalize-line-endings v0.3.0 |
772 | 2023-12-13T04:15:09.874Z | Downloaded opaque-debug v0.3.0 |
773 | 2023-12-13T04:15:09.874Z | Downloaded num-rational v0.4.1 |
774 | 2023-12-13T04:15:09.874Z | Downloaded atty v0.2.14 |
775 | 2023-12-13T04:15:09.874Z | Downloaded async-stream-impl v0.3.5 |
776 | 2023-12-13T04:15:09.874Z | Downloaded bytecount v0.6.3 |
777 | 2023-12-13T04:15:09.874Z | Downloaded itoa v1.0.9 |
778 | 2023-12-13T04:15:09.874Z | Downloaded humantime v2.1.0 |
779 | 2023-12-13T04:15:09.874Z | Downloaded const-oid v0.9.5 |
780 | 2023-12-13T04:15:09.874Z | Downloaded cstr-argument v0.1.2 |
781 | 2023-12-13T04:15:09.874Z | Downloaded darling v0.20.3 |
782 | 2023-12-13T04:15:09.875Z | Downloaded match_cfg v0.1.0 |
783 | 2023-12-13T04:15:09.875Z | Downloaded matches v0.1.10 |
784 | 2023-12-13T04:15:09.875Z | Downloaded curve25519-dalek-derive v0.1.0 |
785 | 2023-12-13T04:15:09.875Z | Downloaded bitflags v1.3.2 |
786 | 2023-12-13T04:15:09.875Z | Downloaded bytesize v1.3.0 |
787 | 2023-12-13T04:15:09.875Z | Downloaded macaddr v1.0.1 |
788 | 2023-12-13T04:15:09.875Z | Downloaded chacha20 v0.9.1 |
789 | 2023-12-13T04:15:09.875Z | Downloaded bcs v0.1.6 |
790 | 2023-12-13T04:15:09.875Z | Downloaded termtree v0.4.1 |
791 | 2023-12-13T04:15:09.875Z | Downloaded lalrpop-util v0.19.12 |
792 | 2023-12-13T04:15:09.875Z | Downloaded base16ct v0.2.0 |
793 | 2023-12-13T04:15:09.875Z | Downloaded linked-hash-map v0.5.6 |
794 | 2023-12-13T04:15:09.875Z | Downloaded maplit v1.0.2 |
795 | 2023-12-13T04:15:09.875Z | Downloaded num-integer v0.1.45 |
796 | 2023-12-13T04:15:09.875Z | Downloaded doc-comment v0.3.3 |
797 | 2023-12-13T04:15:09.875Z | Downloaded ahash v0.8.6 |
798 | 2023-12-13T04:15:09.875Z | Downloaded mockall v0.12.0 |
799 | 2023-12-13T04:15:09.875Z | Downloaded take_mut v0.2.2 |
800 | 2023-12-13T04:15:09.875Z | Downloaded log v0.4.20 |
801 | 2023-12-13T04:15:09.875Z | Downloaded bytes v1.5.0 |
802 | 2023-12-13T04:15:09.875Z | Downloaded fxhash v0.2.1 |
803 | 2023-12-13T04:15:09.875Z | Downloaded mime_guess v2.0.4 |
804 | 2023-12-13T04:15:09.875Z | Downloaded tui-tree-widget v0.13.0 |
805 | 2023-12-13T04:15:09.876Z | Downloaded stringprep v0.1.3 |
806 | 2023-12-13T04:15:09.876Z | Downloaded smawk v0.3.1 |
807 | 2023-12-13T04:15:09.876Z | Downloaded http-body v0.4.5 |
808 | 2023-12-13T04:15:09.876Z | Downloaded thread_local v1.1.7 |
809 | 2023-12-13T04:15:09.876Z | Downloaded darling v0.14.4 |
810 | 2023-12-13T04:15:09.876Z | Downloaded thiserror-no-std v2.0.2 |
811 | 2023-12-13T04:15:09.876Z | Downloaded rpassword v7.3.1 |
812 | 2023-12-13T04:15:09.876Z | Downloaded r2d2 v0.8.10 |
813 | 2023-12-13T04:15:09.876Z | Downloaded anyhow v1.0.75 |
814 | 2023-12-13T04:15:09.876Z | Downloaded generic-array v0.14.7 |
815 | 2023-12-13T04:15:09.876Z | Downloaded quote v1.0.33 |
816 | 2023-12-13T04:15:09.876Z | Downloaded equivalent v1.0.1 |
817 | 2023-12-13T04:15:09.876Z | Downloaded toolchain_find v0.2.0 |
818 | 2023-12-13T04:15:09.876Z | Downloaded glob v0.3.1 |
819 | 2023-12-13T04:15:09.876Z | Downloaded rustversion v1.0.14 |
820 | 2023-12-13T04:15:09.876Z | Downloaded vec_map v0.8.2 |
821 | 2023-12-13T04:15:09.876Z | Downloaded fd-lock v3.0.13 |
822 | 2023-12-13T04:15:09.876Z | Downloaded zeroize v1.7.0 |
823 | 2023-12-13T04:15:09.876Z | Downloaded hash32 v0.2.1 |
824 | 2023-12-13T04:15:09.876Z | Downloaded pest_generator v2.7.2 |
825 | 2023-12-13T04:15:09.876Z | Downloaded parse-display-derive v0.8.2 |
826 | 2023-12-13T04:15:09.876Z | Downloaded futures-core v0.3.29 |
827 | 2023-12-13T04:15:09.877Z | Downloaded vte v0.10.1 |
828 | 2023-12-13T04:15:09.877Z | Downloaded test-strategy v0.3.1 |
829 | 2023-12-13T04:15:09.877Z | Downloaded tiny-keccak v2.0.2 |
830 | 2023-12-13T04:15:09.877Z | Downloaded deranged v0.3.8 |
831 | 2023-12-13T04:15:09.877Z | Downloaded waitgroup v0.1.2 |
832 | 2023-12-13T04:15:09.877Z | Downloaded strum v0.25.0 |
833 | 2023-12-13T04:15:09.877Z | Downloaded wyz v0.5.1 |
834 | 2023-12-13T04:15:09.877Z | Downloaded parking_lot v0.11.2 |
835 | 2023-12-13T04:15:09.878Z | Downloaded typenum v1.16.0 |
836 | 2023-12-13T04:15:09.878Z | Downloaded postgres-types v0.2.6 |
837 | 2023-12-13T04:15:09.878Z | Downloaded foreign-types-macros v0.2.3 |
838 | 2023-12-13T04:15:09.878Z | Downloaded rand_chacha v0.3.1 |
839 | 2023-12-13T04:15:09.878Z | Downloaded fs-err v2.11.0 |
840 | 2023-12-13T04:15:09.878Z | Downloaded tinyvec_macros v0.1.1 |
841 | 2023-12-13T04:15:09.878Z | Downloaded flagset v0.4.3 |
842 | 2023-12-13T04:15:09.878Z | Downloaded futures-channel v0.3.29 |
843 | 2023-12-13T04:15:09.878Z | Downloaded usdt-attr-macro v0.3.5 |
844 | 2023-12-13T04:15:09.878Z | Downloaded smf v0.2.2 |
845 | 2023-12-13T04:15:09.878Z | Downloaded fnv v1.0.7 |
846 | 2023-12-13T04:15:09.878Z | Downloaded parking_lot_core v0.9.8 |
847 | 2023-12-13T04:15:09.878Z | Downloaded derive_builder_core v0.12.0 |
848 | 2023-12-13T04:15:09.878Z | Downloaded serde_derive v1.0.193 |
849 | 2023-12-13T04:15:09.879Z | Downloaded vte_generate_state_changes v0.1.1 |
850 | 2023-12-13T04:15:09.879Z | Downloaded subtle v2.5.0 |
851 | 2023-12-13T04:15:09.879Z | Downloaded strum_macros v0.25.2 |
852 | 2023-12-13T04:15:09.879Z | Downloaded rtoolbox v0.0.1 |
853 | 2023-12-13T04:15:09.879Z | Downloaded quick-error v1.2.3 |
854 | 2023-12-13T04:15:09.879Z | Downloaded fatfs v0.3.6 |
855 | 2023-12-13T04:15:09.879Z | Downloaded peeking_take_while v0.1.2 |
856 | 2023-12-13T04:15:09.879Z | Downloaded phf_shared v0.10.0 |
857 | 2023-12-13T04:15:09.879Z | Downloaded group v0.13.0 |
858 | 2023-12-13T04:15:09.879Z | Downloaded futures v0.3.29 |
859 | 2023-12-13T04:15:09.984Z | Downloaded try-lock v0.2.4 |
860 | 2023-12-13T04:15:09.984Z | Downloaded secrecy v0.8.0 |
861 | 2023-12-13T04:15:09.985Z | Downloaded defmt-macros v0.3.6 |
862 | 2023-12-13T04:15:09.985Z | Downloaded sec1 v0.7.3 |
863 | 2023-12-13T04:15:09.985Z | Downloaded clap_builder v4.4.2 |
864 | 2023-12-13T04:15:10.008Z | Downloaded parse-display v0.8.2 |
865 | 2023-12-13T04:15:10.008Z | Downloaded pretty-hex v0.4.0 |
866 | 2023-12-13T04:15:10.008Z | Downloaded ryu v1.0.15 |
867 | 2023-12-13T04:15:10.008Z | Downloaded sha1 v0.10.6 |
868 | 2023-12-13T04:15:10.009Z | Downloaded serde_urlencoded v0.7.1 |
869 | 2023-12-13T04:15:10.009Z | Downloaded precomputed-hash v0.1.1 |
870 | 2023-12-13T04:15:10.009Z | Downloaded mio v0.8.9 |
871 | 2023-12-13T04:15:10.009Z | Downloaded termcolor v1.2.0 |
872 | 2023-12-13T04:15:10.009Z | Downloaded downcast v0.11.0 |
873 | 2023-12-13T04:15:10.010Z | Downloaded unicase v2.7.0 |
874 | 2023-12-13T04:15:10.010Z | Downloaded pretty-hex v0.2.1 |
875 | 2023-12-13T04:15:10.010Z | Downloaded terminal_size v0.2.6 |
876 | 2023-12-13T04:15:10.010Z | Downloaded rustc-demangle v0.1.23 |
877 | 2023-12-13T04:15:10.010Z | Downloaded headers v0.3.9 |
878 | 2023-12-13T04:15:10.011Z | Downloaded darling_macro v0.20.3 |
879 | 2023-12-13T04:15:10.011Z | Downloaded fixedbitset v0.4.2 |
880 | 2023-12-13T04:15:10.011Z | Downloaded filetime v0.2.23 |
881 | 2023-12-13T04:15:10.011Z | Downloaded tinyvec v1.6.0 |
882 | 2023-12-13T04:15:10.011Z | Downloaded paste v1.0.14 |
883 | 2023-12-13T04:15:10.012Z | Downloaded foreign-types-shared v0.1.1 |
884 | 2023-12-13T04:15:10.012Z | Downloaded swrite v0.1.0 |
885 | 2023-12-13T04:15:10.012Z | Downloaded synstructure v0.12.6 |
886 | 2023-12-13T04:15:10.012Z | Downloaded rustc_version v0.1.7 |
887 | 2023-12-13T04:15:10.012Z | Downloaded usdt v0.3.5 |
888 | 2023-12-13T04:15:10.012Z | Downloaded dirs-next v2.0.0 |
889 | 2023-12-13T04:15:10.030Z | Downloaded itertools v0.12.0 |
890 | 2023-12-13T04:15:10.030Z | Downloaded zone_cfg_derive v0.3.0 |
891 | 2023-12-13T04:15:10.030Z | Downloaded semver v1.0.20 |
892 | 2023-12-13T04:15:10.030Z | Downloaded proc-macro-error-attr v1.0.4 |
893 | 2023-12-13T04:15:10.030Z | Downloaded version_check v0.9.4 |
894 | 2023-12-13T04:15:10.030Z | Downloaded ena v0.14.2 |
895 | 2023-12-13T04:15:10.030Z | Downloaded vsss-rs v3.3.2 |
896 | 2023-12-13T04:15:10.045Z | Downloaded darling_macro v0.14.4 |
897 | 2023-12-13T04:15:10.045Z | Downloaded endian-type v0.1.2 |
898 | 2023-12-13T04:15:10.045Z | Downloaded time-core v0.1.1 |
899 | 2023-12-13T04:15:10.045Z | Downloaded proc-macro-crate v1.3.1 |
900 | 2023-12-13T04:15:10.045Z | Downloaded path-slash v0.1.5 |
901 | 2023-12-13T04:15:10.045Z | Downloaded radium v0.7.0 |
902 | 2023-12-13T04:15:10.045Z | Downloaded pest_meta v2.7.2 |
903 | 2023-12-13T04:15:10.086Z | Downloaded slog-json v2.6.1 |
904 | 2023-12-13T04:15:10.086Z | Downloaded slog-stdlog v4.1.1 |
905 | 2023-12-13T04:15:10.086Z | Downloaded proc-macro-error v1.0.4 |
906 | 2023-12-13T04:15:10.508Z | Downloaded slab v0.4.9 |
907 | 2023-12-13T04:15:10.508Z | Downloaded pem v3.0.2 |
908 | 2023-12-13T04:15:10.508Z | Downloaded rand v0.8.5 |
909 | 2023-12-13T04:15:10.508Z | Downloaded http-range v0.1.5 |
910 | 2023-12-13T04:15:10.509Z | Downloaded usdt-macro v0.3.5 |
911 | 2023-12-13T04:15:10.509Z | Downloaded zone v0.3.0 |
912 | 2023-12-13T04:15:10.509Z | Downloaded serde-big-array v0.4.1 |
913 | 2023-12-13T04:15:10.509Z | Downloaded rustls-pemfile v1.0.3 |
914 | 2023-12-13T04:15:10.509Z | Downloaded siphasher v0.3.11 |
915 | 2023-12-13T04:15:10.509Z | Downloaded signature v2.1.0 |
916 | 2023-12-13T04:15:10.509Z | Downloaded flate2 v1.0.28 |
917 | 2023-12-13T04:15:10.515Z | Downloaded debug-ignore v1.0.5 |
918 | 2023-12-13T04:15:10.516Z | Downloaded data-encoding v2.4.0 |
919 | 2023-12-13T04:15:10.516Z | Downloaded snafu v0.7.5 |
920 | 2023-12-13T04:15:10.516Z | Downloaded highway v1.1.0 |
921 | 2023-12-13T04:15:10.516Z | Downloaded thread-id v4.2.0 |
922 | 2023-12-13T04:15:10.516Z | Downloaded resolv-conf v0.7.0 |
923 | 2023-12-13T04:15:10.516Z | Downloaded signature v1.6.4 |
924 | 2023-12-13T04:15:10.517Z | Downloaded pkcs8 v0.10.2 |
925 | 2023-12-13T04:15:10.517Z | Downloaded tap v1.0.1 |
926 | 2023-12-13T04:15:10.517Z | Downloaded serde_spanned v0.6.4 |
927 | 2023-12-13T04:15:10.517Z | Downloaded proc-macro2 v1.0.69 |
928 | 2023-12-13T04:15:10.517Z | Downloaded sha2 v0.10.8 |
929 | 2023-12-13T04:15:10.518Z | Downloaded scopeguard v1.2.0 |
930 | 2023-12-13T04:15:10.518Z | Downloaded rustls-native-certs v0.6.3 |
931 | 2023-12-13T04:15:10.518Z | Downloaded hashbrown v0.13.2 |
932 | 2023-12-13T04:15:10.518Z | Downloaded same-file v1.0.6 |
933 | 2023-12-13T04:15:10.518Z | Downloaded zerocopy v0.6.4 |
934 | 2023-12-13T04:15:10.518Z | Downloaded toml v0.5.11 |
935 | 2023-12-13T04:15:10.519Z | Downloaded socket2 v0.4.9 |
936 | 2023-12-13T04:15:10.519Z | Downloaded similar v2.3.0 |
937 | 2023-12-13T04:15:10.519Z | Downloaded uuid v1.6.1 |
938 | 2023-12-13T04:15:10.519Z | Downloaded tough v0.16.0 |
939 | 2023-12-13T04:15:10.519Z | Downloaded hmac v0.12.1 |
940 | 2023-12-13T04:15:10.519Z | Downloaded unsafe-libyaml v0.2.9 |
941 | 2023-12-13T04:15:10.519Z | Downloaded tracing v0.1.37 |
942 | 2023-12-13T04:15:10.520Z | Downloaded trust-dns-server v0.22.1 |
943 | 2023-12-13T04:15:10.520Z | Downloaded lalrpop v0.19.12 |
944 | 2023-12-13T04:15:10.520Z | Downloaded toml_edit v0.19.15 |
945 | 2023-12-13T04:15:10.520Z | Downloaded serde v1.0.193 |
946 | 2023-12-13T04:15:10.520Z | Downloaded http v0.2.11 |
947 | 2023-12-13T04:15:10.520Z | Downloaded bindgen v0.65.1 |
948 | 2023-12-13T04:15:10.520Z | Downloaded tokio-util v0.7.10 |
949 | 2023-12-13T04:15:10.521Z | Downloaded rustyline v12.0.0 |
950 | 2023-12-13T04:15:10.521Z | Downloaded chrono v0.4.31 |
951 | 2023-12-13T04:15:10.521Z | Downloaded time v0.3.27 |
952 | 2023-12-13T04:15:10.521Z | Downloaded serde_json v1.0.108 |
953 | 2023-12-13T04:15:10.521Z | Downloaded zerocopy v0.7.26 |
954 | 2023-12-13T04:15:10.522Z | Downloaded quick-xml v0.23.1 |
955 | 2023-12-13T04:15:10.522Z | Downloaded futures-util v0.3.29 |
956 | 2023-12-13T04:15:10.522Z | Downloaded hkdf v0.12.3 |
957 | 2023-12-13T04:15:10.522Z | Downloaded vcpkg v0.2.15 |
958 | 2023-12-13T04:15:10.554Z | Downloaded proptest v1.4.0 |
959 | 2023-12-13T04:15:10.569Z | Downloaded ratatui v0.23.0 |
960 | 2023-12-13T04:15:10.594Z | Downloaded tabled v0.14.0 |
961 | 2023-12-13T04:15:10.619Z | Downloaded polar-core v0.27.0 |
962 | 2023-12-13T04:15:10.638Z | Downloaded bstr v1.6.0 |
963 | 2023-12-13T04:15:10.659Z | Downloaded rustix v0.38.25 |
964 | 2023-12-13T04:15:10.726Z | Downloaded syn v2.0.32 |
965 | 2023-12-13T04:15:10.742Z | Downloaded rustix v0.37.23 |
966 | 2023-12-13T04:15:10.762Z | Downloaded regex-syntax v0.8.2 |
967 | 2023-12-13T04:15:11.185Z | Downloaded zerocopy-derive v0.2.0 |
968 | 2023-12-13T04:15:11.202Z | Downloaded smoltcp v0.10.0 |
969 | 2023-12-13T04:15:11.202Z | Downloaded sled v0.34.7 |
970 | 2023-12-13T04:15:11.202Z | Downloaded libc v0.2.151 |
971 | 2023-12-13T04:15:11.202Z | Downloaded tokio v1.35.0 |
972 | 2023-12-13T04:15:11.202Z | Downloaded zerocopy-derive v0.6.4 |
973 | 2023-12-13T04:15:11.202Z | Downloaded sha3 v0.10.8 |
974 | 2023-12-13T04:15:11.202Z | Downloaded encoding_rs v0.8.33 |
975 | 2023-12-13T04:15:11.202Z | Downloaded zerocopy-derive v0.7.26 |
976 | 2023-12-13T04:15:11.202Z | Downloaded regex-automata v0.4.3 |
977 | 2023-12-13T04:15:11.202Z | Downloaded regex-automata v0.3.8 |
978 | 2023-12-13T04:15:11.202Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
979 | 2023-12-13T04:15:11.202Z | Downloaded regex-syntax v0.7.5 |
980 | 2023-12-13T04:15:11.203Z | Downloaded openapiv3 v2.0.0 |
981 | 2023-12-13T04:15:11.218Z | Downloaded regex-syntax v0.6.29 |
982 | 2023-12-13T04:15:11.233Z | Downloaded diesel v2.1.4 |
983 | 2023-12-13T04:15:11.266Z | Downloaded radix_trie v0.2.1 |
984 | 2023-12-13T04:15:11.281Z | Downloaded syn v1.0.109 |
985 | 2023-12-13T04:15:11.298Z | Downloaded smoltcp v0.9.1 |
986 | 2023-12-13T04:15:11.319Z | Downloaded trust-dns-proto v0.22.0 |
987 | 2023-12-13T04:15:11.349Z | Downloaded gimli v0.28.0 |
988 | 2023-12-13T04:15:11.368Z | Downloaded rustls v0.21.9 |
989 | 2023-12-13T04:15:11.382Z | Downloaded curve25519-dalek v4.1.1 |
990 | 2023-12-13T04:15:11.396Z | Downloaded bstr v0.2.17 |
991 | 2023-12-13T04:15:11.422Z | Downloaded nix v0.26.4 |
992 | 2023-12-13T04:15:11.856Z | Downloaded object v0.32.1 |
993 | 2023-12-13T04:15:11.856Z | Downloaded regex v1.10.2 |
994 | 2023-12-13T04:15:11.856Z | Downloaded openssl v0.10.60 |
995 | 2023-12-13T04:15:11.856Z | Downloaded regress v0.7.1 |
996 | 2023-12-13T04:15:11.857Z | Downloaded object v0.30.4 |
997 | 2023-12-13T04:15:11.857Z | Downloaded reqwest v0.11.22 |
998 | 2023-12-13T04:15:11.857Z | Downloaded webpki-roots v0.25.2 |
999 | 2023-12-13T04:15:11.858Z | Downloaded petgraph v0.6.4 |
1000 | 2023-12-13T04:15:11.858Z | Downloaded reedline v0.22.0 |
1001 | 2023-12-13T04:15:11.858Z | Downloaded rayon v1.8.0 |
1002 | 2023-12-13T04:15:11.858Z | Downloaded idna v0.2.3 |
1003 | 2023-12-13T04:15:11.858Z | Downloaded toml_edit v0.21.0 |
1004 | 2023-12-13T04:15:11.859Z | Downloaded unicode-normalization v0.1.22 |
1005 | 2023-12-13T04:15:11.859Z | Downloaded winnow v0.5.15 |
1006 | 2023-12-13T04:15:11.859Z | Downloaded ring v0.17.7 |
1007 | 2023-12-13T04:15:11.859Z | Downloaded h2 v0.3.21 |
1008 | 2023-12-13T04:15:11.859Z | Downloaded bitvec v1.0.1 |
1009 | 2023-12-13T04:15:11.884Z | Downloaded idna v0.5.0 |
1010 | 2023-12-13T04:15:11.900Z | Downloaded ring v0.16.20 |
1011 | 2023-12-13T04:15:12.116Z | Downloaded hashbrown v0.12.3 |
1012 | 2023-12-13T04:15:12.132Z | Downloaded pest v2.7.2 |
1013 | 2023-12-13T04:15:12.132Z | Downloaded hashbrown v0.14.2 |
1014 | 2023-12-13T04:15:12.133Z | Downloaded rustls-webpki v0.101.7 |
1015 | 2023-12-13T04:15:12.133Z | Downloaded portable-atomic v1.4.3 |
1016 | 2023-12-13T04:15:12.133Z | Downloaded hyper v0.14.27 |
1017 | 2023-12-13T04:15:12.133Z | Downloaded toml v0.7.8 |
1018 | 2023-12-13T04:15:12.150Z | Downloaded darling_core v0.14.4 |
1019 | 2023-12-13T04:15:12.150Z | Downloaded ron v0.8.1 |
1020 | 2023-12-13T04:15:12.174Z | Downloaded regex-automata v0.1.10 |
1021 | 2023-12-13T04:15:12.174Z | Downloaded aho-corasick v1.0.4 |
1022 | 2023-12-13T04:15:12.201Z | Downloaded unicode-segmentation v1.10.1 |
1023 | 2023-12-13T04:15:12.202Z | Downloaded prettyplease v0.2.12 |
1024 | 2023-12-13T04:15:12.202Z | Downloaded der v0.7.8 |
1025 | 2023-12-13T04:15:12.227Z | Downloaded num-bigint-dig v0.8.4 |
1026 | 2023-12-13T04:15:12.227Z | Downloaded clap v2.34.0 |
1027 | 2023-12-13T04:15:12.227Z | Downloaded semver-parser v0.10.2 |
1028 | 2023-12-13T04:15:12.769Z | Downloaded usdt-impl v0.3.5 |
1029 | 2023-12-13T04:15:12.769Z | Downloaded rustc_version v0.4.0 |
1030 | 2023-12-13T04:15:12.769Z | Downloaded hostname v0.3.1 |
1031 | 2023-12-13T04:15:12.769Z | Downloaded tabled_derive v0.6.0 |
1032 | 2023-12-13T04:15:12.769Z | Downloaded pin-project-internal v1.1.3 |
1033 | 2023-12-13T04:15:12.770Z | Downloaded hex v0.4.3 |
1034 | 2023-12-13T04:15:12.770Z | Downloaded strsim v0.10.0 |
1035 | 2023-12-13T04:15:12.770Z | Downloaded ppv-lite86 v0.2.17 |
1036 | 2023-12-13T04:15:12.770Z | Downloaded static_assertions v1.1.0 |
1037 | 2023-12-13T04:15:12.770Z | Downloaded serde_tokenstream v0.2.0 |
1038 | 2023-12-13T04:15:12.770Z | Downloaded flume v0.11.0 |
1039 | 2023-12-13T04:15:12.770Z | Downloaded half v1.8.2 |
1040 | 2023-12-13T04:15:12.770Z | Downloaded sqlparser v0.36.1 |
1041 | 2023-12-13T04:15:12.770Z | Downloaded enum-as-inner v0.5.1 |
1042 | 2023-12-13T04:15:12.770Z | Downloaded unicode-width v0.1.11 |
1043 | 2023-12-13T04:15:12.770Z | Downloaded pin-utils v0.1.0 |
1044 | 2023-12-13T04:15:12.770Z | Downloaded httparse v1.8.0 |
1045 | 2023-12-13T04:15:12.770Z | Downloaded tokio-tungstenite v0.20.1 |
1046 | 2023-12-13T04:15:12.770Z | Downloaded rayon-core v1.12.0 |
1047 | 2023-12-13T04:15:12.770Z | Downloaded x509-cert v0.2.4 |
1048 | 2023-12-13T04:15:12.770Z | Downloaded unicode_categories v0.1.1 |
1049 | 2023-12-13T04:15:12.770Z | Downloaded trust-dns-client v0.22.0 |
1050 | 2023-12-13T04:15:12.770Z | Downloaded strsim v0.8.0 |
1051 | 2023-12-13T04:15:12.770Z | Downloaded serde_with v3.4.0 |
1052 | 2023-12-13T04:15:12.770Z | Downloaded crossterm v0.27.0 |
1053 | 2023-12-13T04:15:12.770Z | Downloaded utf-8 v0.7.6 |
1054 | 2023-12-13T04:15:12.770Z | Downloaded phf_shared v0.11.2 |
1055 | 2023-12-13T04:15:12.770Z | Downloaded dirs-sys-next v0.1.2 |
1056 | 2023-12-13T04:15:12.770Z | Downloaded slog-scope v4.4.0 |
1057 | 2023-12-13T04:15:12.771Z | Downloaded libm v0.2.7 |
1058 | 2023-12-13T04:15:12.771Z | Downloaded defmt v0.3.5 |
1059 | 2023-12-13T04:15:12.771Z | Downloaded serde_derive_internals v0.26.0 |
1060 | 2023-12-13T04:15:12.771Z | Downloaded darling_core v0.20.3 |
1061 | 2023-12-13T04:15:12.771Z | Downloaded zip v0.6.6 |
1062 | 2023-12-13T04:15:12.771Z | Downloaded trust-dns-resolver v0.22.0 |
1063 | 2023-12-13T04:15:12.771Z | Downloaded tokio-postgres v0.7.10 |
1064 | 2023-12-13T04:15:12.771Z | Downloaded rusty-fork v0.3.0 |
1065 | 2023-12-13T04:15:12.771Z | Downloaded hubpack v0.1.2 |
1066 | 2023-12-13T04:15:12.771Z | Downloaded signal-hook-tokio v0.3.1 |
1067 | 2023-12-13T04:15:12.771Z | Downloaded serde_path_to_error v0.1.14 |
1068 | 2023-12-13T04:15:12.771Z | Downloaded getopts v0.2.21 |
1069 | 2023-12-13T04:15:12.772Z | Downloaded futures-executor v0.3.29 |
1070 | 2023-12-13T04:15:12.772Z | Downloaded dtrace-parser v0.1.14 |
1071 | 2023-12-13T04:15:12.772Z | Downloaded dof v0.1.5 |
1072 | 2023-12-13T04:15:12.772Z | Downloaded pem-rfc7468 v0.7.0 |
1073 | 2023-12-13T04:15:12.772Z | Downloaded tempfile v3.8.1 |
1074 | 2023-12-13T04:15:12.772Z | Downloaded structopt v0.3.26 |
1075 | 2023-12-13T04:15:12.772Z | Downloaded unicode-ident v1.0.12 |
1076 | 2023-12-13T04:15:12.772Z | Downloaded pkcs1 v0.7.5 |
1077 | 2023-12-13T04:15:12.772Z | Downloaded digest v0.10.7 |
1078 | 2023-12-13T04:15:12.772Z | Downloaded snafu-derive v0.7.5 |
1079 | 2023-12-13T04:15:12.772Z | Downloaded pin-project-lite v0.2.13 |
1080 | 2023-12-13T04:15:12.772Z | Downloaded serde_tokenstream v0.1.7 |
1081 | 2023-12-13T04:15:12.772Z | Downloaded serde_yaml v0.9.25 |
1082 | 2023-12-13T04:15:12.772Z | Downloaded fastrand v2.0.0 |
1083 | 2023-12-13T04:15:12.772Z | Downloaded salty v0.2.0 |
1084 | 2023-12-13T04:15:12.773Z | Downloaded ref-cast-impl v1.0.20 |
1085 | 2023-12-13T04:15:12.773Z | Downloaded pest_derive v2.7.2 |
1086 | 2023-12-13T04:15:12.773Z | Downloaded time-macros v0.2.13 |
1087 | 2023-12-13T04:15:12.773Z | Downloaded libxml v0.3.3 |
1088 | 2023-12-13T04:15:12.773Z | Downloaded minimal-lexical v0.2.1 |
1089 | 2023-12-13T04:15:12.773Z | Downloaded ff v0.13.0 |
1090 | 2023-12-13T04:15:12.773Z | Downloaded subprocess v0.2.9 |
1091 | 2023-12-13T04:15:12.773Z | Downloaded url v2.5.0 |
1092 | 2023-12-13T04:15:12.773Z | Downloaded tracing-core v0.1.31 |
1093 | 2023-12-13T04:15:12.774Z | Downloaded rsa v0.9.2 |
1094 | 2023-12-13T04:15:12.774Z | Downloaded typed-path v0.7.0 |
1095 | 2023-12-13T04:15:12.774Z | Downloaded steno v0.4.0 |
1096 | 2023-12-13T04:15:12.774Z | Downloaded percent-encoding v2.3.1 |
1097 | 2023-12-13T04:15:12.774Z | Downloaded schemars_derive v0.8.13 |
1098 | 2023-12-13T04:15:12.774Z | Downloaded der_derive v0.7.2 |
1099 | 2023-12-13T04:15:12.774Z | Downloaded parking_lot v0.12.1 |
1100 | 2023-12-13T04:15:12.774Z | Downloaded phf v0.11.2 |
1101 | 2023-12-13T04:15:12.774Z | Downloaded getrandom v0.2.10 |
1102 | 2023-12-13T04:15:12.774Z | Downloaded poly1305 v0.8.0 |
1103 | 2023-12-13T04:15:12.775Z | Downloaded crossterm v0.26.1 |
1104 | 2023-12-13T04:15:12.775Z | Downloaded heapless v0.7.16 |
1105 | 2023-12-13T04:15:12.775Z | Downloaded memchr v2.6.3 |
1106 | 2023-12-13T04:15:12.775Z | Downloaded itertools v0.10.5 |
1107 | 2023-12-13T04:15:12.775Z | Downloaded rustc-hash v1.1.0 |
1108 | 2023-12-13T04:15:12.775Z | Downloaded rustfmt-wrapper v0.2.0 |
1109 | 2023-12-13T04:15:12.775Z | Downloaded derive_more v0.99.17 |
1110 | 2023-12-13T04:15:12.775Z | Downloaded elliptic-curve v0.13.8 |
1111 | 2023-12-13T04:15:12.775Z | Downloaded slog-term v2.9.0 |
1112 | 2023-12-13T04:15:12.775Z | Downloaded heck v0.4.1 |
1113 | 2023-12-13T04:15:12.776Z | Downloaded structopt-derive v0.4.18 |
1114 | 2023-12-13T04:15:12.776Z | Downloaded unicode-linebreak v0.1.5 |
1115 | 2023-12-13T04:15:12.776Z | Downloaded slog-envlogger v2.2.0 |
1116 | 2023-12-13T04:15:12.776Z | Downloaded slog-dtrace v0.2.3 |
1117 | 2023-12-13T04:15:12.776Z | Downloaded structmeta-derive v0.2.0 |
1118 | 2023-12-13T04:15:12.776Z | Downloaded structmeta v0.2.0 |
1119 | 2023-12-13T04:15:12.776Z | Downloaded httpdate v1.0.3 |
1120 | 2023-12-13T04:15:12.776Z | Downloaded strum_macros v0.24.3 |
1121 | 2023-12-13T04:15:12.776Z | Downloaded platforms v3.0.2 |
1122 | 2023-12-13T04:15:12.776Z | Downloaded derive-where v1.2.6 |
1123 | 2023-12-13T04:15:12.776Z | Downloaded diesel_derives v2.1.2 |
1124 | 2023-12-13T04:15:12.796Z | Downloaded parking_lot_core v0.8.6 |
1125 | 2023-12-13T04:15:12.796Z | Downloaded foreign-types-shared v0.3.1 |
1126 | 2023-12-13T04:15:12.797Z | Downloaded defmt-parser v0.3.3 |
1127 | 2023-12-13T04:15:12.797Z | Downloaded signal-hook-registry v1.4.1 |
1128 | 2023-12-13T04:15:12.797Z | Downloaded pin-project v1.1.3 |
1129 | 2023-12-13T04:15:12.797Z | Downloaded postcard v1.0.8 |
1130 | 2023-12-13T04:15:12.797Z | Downloaded papergrid v0.10.0 |
1131 | 2023-12-13T04:15:12.797Z | Downloaded whoami v1.4.1 |
1132 | 2023-12-13T04:15:12.797Z | Downloaded walkdir v2.4.0 |
1133 | 2023-12-13T04:15:12.797Z | Downloaded env_logger v0.10.0 |
1134 | 2023-12-13T04:15:12.798Z | Downloaded foreign-types v0.5.0 |
1135 | 2023-12-13T04:15:12.798Z | Downloaded form_urlencoded v1.2.1 |
1136 | 2023-12-13T04:15:12.798Z | Downloaded tracing-attributes v0.1.26 |
1137 | 2023-12-13T04:15:12.798Z | Downloaded wait-timeout v0.2.0 |
1138 | 2023-12-13T04:15:12.798Z | Downloaded scheduled-thread-pool v0.2.7 |
1139 | 2023-12-13T04:15:12.798Z | Downloaded supports-color v2.1.0 |
1140 | 2023-12-13T04:15:12.798Z | Downloaded openssl-sys v0.9.96 |
1141 | 2023-12-13T04:15:12.798Z | Downloaded tungstenite v0.20.1 |
1142 | 2023-12-13T04:15:12.798Z | Downloaded derive_builder v0.12.0 |
1143 | 2023-12-13T04:15:12.799Z | Downloaded tokio-rustls v0.24.1 |
1144 | 2023-12-13T04:15:12.799Z | Downloaded tokio-stream v0.1.14 |
1145 | 2023-12-13T04:15:12.799Z | Downloaded float-cmp v0.9.0 |
1146 | 2023-12-13T04:15:12.799Z | Downloaded unicode-bidi v0.3.13 |
1147 | 2023-12-13T04:15:12.799Z | Downloaded rcgen v0.11.3 |
1148 | 2023-12-13T04:15:12.799Z | Downloaded textwrap v0.16.0 |
1149 | 2023-12-13T04:15:12.799Z | Downloaded pkg-config v0.3.27 |
1150 | 2023-12-13T04:15:12.799Z | Downloaded untrusted v0.9.0 |
1151 | 2023-12-13T04:15:12.799Z | Downloaded unicode-xid v0.2.4 |
1152 | 2023-12-13T04:15:12.799Z | Downloaded rand_xorshift v0.3.0 |
1153 | 2023-12-13T04:15:12.799Z | Downloaded rand_core v0.6.4 |
1154 | 2023-12-13T04:15:12.800Z | Downloaded fragile v2.0.0 |
1155 | 2023-12-13T04:15:12.800Z | Downloaded topological-sort v0.2.2 |
1156 | 2023-12-13T04:15:12.800Z | Downloaded globset v0.4.13 |
1157 | 2023-12-13T04:15:12.800Z | Downloaded diff v0.1.13 |
1158 | 2023-12-13T04:15:12.811Z | Downloaded socket2 v0.5.5 |
1159 | 2023-12-13T04:15:12.811Z | Downloaded postgres-protocol v0.6.6 |
1160 | 2023-12-13T04:15:12.811Z | Downloaded crossbeam-channel v0.5.8 |
1161 | 2023-12-13T04:15:12.811Z | Downloaded term v0.7.0 |
1162 | 2023-12-13T04:15:12.811Z | Downloaded tar v0.4.40 |
1163 | 2023-12-13T04:15:12.821Z | Downloaded ref-cast v1.0.20 |
1164 | 2023-12-13T04:15:12.821Z | Downloaded packed_struct_codegen v0.10.1 |
1165 | 2023-12-13T04:15:12.821Z | Downloaded owo-colors v3.5.0 |
1166 | 2023-12-13T04:15:12.832Z | Downloaded errno v0.3.2 |
1167 | 2023-12-13T04:15:12.832Z | Downloaded itertools v0.11.0 |
1168 | 2023-12-13T04:15:12.841Z | Downloaded unarray v0.1.4 |
1169 | 2023-12-13T04:15:12.841Z | Downloaded backtrace v0.3.69 |
1170 | 2023-12-13T04:15:12.846Z | Downloaded funty v2.0.0 |
1171 | 2023-12-13T04:15:12.846Z | Downloaded foreign-types v0.3.2 |
1172 | 2023-12-13T04:15:12.846Z | Downloaded tokio-native-tls v0.3.1 |
1173 | 2023-12-13T04:15:12.852Z | Downloaded tokio-macros v2.2.0 |
1174 | 2023-12-13T04:15:12.853Z | Downloaded base64 v0.21.5 |
1175 | 2023-12-13T04:15:12.859Z | Downloaded yasna v0.5.2 |
1176 | 2023-12-13T04:15:12.866Z | Downloaded toml v0.8.8 |
1177 | 2023-12-13T04:15:12.876Z | Downloaded mockall_derive v0.12.0 |
1178 | 2023-12-13T04:15:12.877Z | Downloaded home v0.5.5 |
1179 | 2023-12-13T04:15:12.877Z | Downloaded password-hash v0.5.0 |
1180 | 2023-12-13T04:15:12.883Z | Downloaded ucd-trie v0.1.6 |
1181 | 2023-12-13T04:15:12.883Z | Downloaded tower-service v0.3.2 |
1182 | 2023-12-13T04:15:12.884Z | Downloaded predicates-core v1.0.6 |
1183 | 2023-12-13T04:15:12.884Z | Downloaded predicates v3.0.4 |
1184 | 2023-12-13T04:15:12.890Z | Downloaded futures-task v0.3.29 |
1185 | 2023-12-13T04:15:12.890Z | Downloaded futures-sink v0.3.29 |
1186 | 2023-12-13T04:15:12.891Z | Downloaded fallible-iterator v0.2.0 |
1187 | 2023-12-13T04:15:12.891Z | Downloaded derive_builder_macro v0.12.0 |
1188 | 2023-12-13T04:15:12.891Z | Downloaded packed_struct v0.10.1 |
1189 | 2023-12-13T04:15:12.901Z | Downloaded miniz_oxide v0.7.1 |
1190 | 2023-12-13T04:15:12.902Z | Downloaded slog v2.7.0 |
1191 | 2023-12-13T04:15:12.915Z | Downloaded signal-hook v0.3.17 |
1192 | 2023-12-13T04:15:12.915Z | Downloaded oso v0.27.0 |
1193 | 2023-12-13T04:15:12.915Z | Downloaded serde_with_macros v3.4.0 |
1194 | 2023-12-13T04:15:12.950Z | Downloaded schemars v0.8.13 |
1195 | 2023-12-13T04:15:13.270Z | Downloaded crypto-bigint v0.5.2 |
1196 | 2023-12-13T04:15:13.270Z | Downloaded embedded-io v0.4.0 |
1197 | 2023-12-13T04:15:13.270Z | Downloaded bzip2 v0.4.4 |
1198 | 2023-12-13T04:15:13.270Z | Downloaded arc-swap v1.6.0 |
1199 | 2023-12-13T04:15:13.270Z | Downloaded thiserror-impl-no-std v2.0.2 |
1200 | 2023-12-13T04:15:13.270Z | Downloaded predicates-tree v1.0.9 |
1201 | 2023-12-13T04:15:13.348Z | Downloaded either v1.9.0 |
1202 | 2023-12-13T04:15:13.348Z | Downloaded ed25519 v1.5.3 |
1203 | 2023-12-13T04:15:13.348Z | Downloaded difflib v0.4.0 |
1204 | 2023-12-13T04:15:13.348Z | Downloaded zeroize_derive v1.4.2 |
1205 | 2023-12-13T04:15:13.348Z | Downloaded xattr v1.0.1 |
1206 | 2023-12-13T04:15:13.348Z | Downloaded blake2 v0.10.6 |
1207 | 2023-12-13T04:15:13.348Z | Downloaded spin v0.9.8 |
1208 | 2023-12-13T04:15:13.348Z | Downloaded universal-hash v0.5.1 |
1209 | 2023-12-13T04:15:13.348Z | Downloaded termios v0.3.3 |
1210 | 2023-12-13T04:15:13.348Z | Downloaded smallvec v1.11.2 |
1211 | 2023-12-13T04:15:13.348Z | Downloaded crc32fast v1.3.2 |
1212 | 2023-12-13T04:15:13.348Z | Downloaded num-complex v0.4.4 |
1213 | 2023-12-13T04:15:13.348Z | Downloaded native-tls v0.2.11 |
1214 | 2023-12-13T04:15:13.348Z | Downloaded bitflags v2.4.0 |
1215 | 2023-12-13T04:15:13.348Z | Downloaded futures-io v0.3.29 |
1216 | 2023-12-13T04:15:13.348Z | Downloaded buf-list v1.0.3 |
1217 | 2023-12-13T04:15:13.348Z | Downloaded futures-macro v0.3.29 |
1218 | 2023-12-13T04:15:13.348Z | Downloaded toml_datetime v0.6.5 |
1219 | 2023-12-13T04:15:13.348Z | Downloaded crossbeam-utils v0.8.16 |
1220 | 2023-12-13T04:15:13.349Z | Downloaded cc v1.0.83 |
1221 | 2023-12-13T04:15:13.349Z | Downloaded heck v0.3.3 |
1222 | 2023-12-13T04:15:13.349Z | Downloaded headers-core v0.2.0 |
1223 | 2023-12-13T04:15:13.349Z | Downloaded dyn-clone v1.0.13 |
1224 | 2023-12-13T04:15:13.349Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1225 | 2023-12-13T04:15:13.349Z | Downloaded zerocopy v0.3.0 |
1226 | 2023-12-13T04:15:13.349Z | Downloaded thiserror v1.0.49 |
1227 | 2023-12-13T04:15:13.349Z | Downloaded textwrap v0.11.0 |
1228 | 2023-12-13T04:15:13.349Z | Downloaded string_cache v0.8.7 |
1229 | 2023-12-13T04:15:13.349Z | Downloaded stable_deref_trait v1.2.0 |
1230 | 2023-12-13T04:15:13.349Z | Downloaded sqlformat v0.2.3 |
1231 | 2023-12-13T04:15:13.349Z | Downloaded sct v0.7.0 |
1232 | 2023-12-13T04:15:13.349Z | Downloaded omicron-zone-package v0.9.1 |
1233 | 2023-12-13T04:15:13.349Z | Downloaded utf8parse v0.2.1 |
1234 | 2023-12-13T04:15:13.349Z | Downloaded untrusted v0.7.1 |
1235 | 2023-12-13T04:15:13.349Z | Downloaded thiserror-impl v1.0.49 |
1236 | 2023-12-13T04:15:13.349Z | Downloaded strip-ansi-escapes v0.1.1 |
1237 | 2023-12-13T04:15:13.349Z | Downloaded spin v0.5.2 |
1238 | 2023-12-13T04:15:13.349Z | Downloaded md-5 v0.10.5 |
1239 | 2023-12-13T04:15:13.349Z | Downloaded hyper-rustls v0.24.2 |
1240 | 2023-12-13T04:15:13.349Z | Downloaded which v4.4.0 |
1241 | 2023-12-13T04:15:13.349Z | Downloaded spki v0.7.2 |
1242 | 2023-12-13T04:15:13.349Z | Downloaded smallvec v0.6.14 |
1243 | 2023-12-13T04:15:13.349Z | Downloaded indicatif v0.17.7 |
1244 | 2023-12-13T04:15:13.349Z | Downloaded libloading v0.7.4 |
1245 | 2023-12-13T04:15:13.350Z | Downloaded bitfield v0.14.0 |
1246 | 2023-12-13T04:15:13.350Z | Downloaded anstyle-parse v0.2.1 |
1247 | 2023-12-13T04:15:13.350Z | Downloaded backoff v0.4.0 |
1248 | 2023-12-13T04:15:13.350Z | Downloaded slog-bunyan v2.4.0 |
1249 | 2023-12-13T04:15:13.350Z | Downloaded serde_repr v0.1.16 |
1250 | 2023-12-13T04:15:13.350Z | Downloaded colored v2.0.4 |
1251 | 2023-12-13T04:15:13.350Z | Downloaded slog-async v2.8.0 |
1252 | 2023-12-13T04:15:13.350Z | Downloaded signal-hook-mio v0.2.3 |
1253 | 2023-12-13T04:15:13.350Z | Downloaded shell-words v1.1.0 |
1254 | 2023-12-13T04:15:13.350Z | Downloaded serde_plain v1.0.2 |
1255 | 2023-12-13T04:15:13.350Z | Downloaded serde-hex v0.1.0 |
1256 | 2023-12-13T04:15:13.350Z | Downloaded multer v2.1.0 |
1257 | 2023-12-13T04:15:13.350Z | Downloaded async-trait v0.1.74 |
1258 | 2023-12-13T04:15:13.350Z | Downloaded async-stream v0.3.5 |
1259 | 2023-12-13T04:15:13.350Z | Downloaded semver v0.11.0 |
1260 | 2023-12-13T04:15:13.350Z | Downloaded lock_api v0.4.10 |
1261 | 2023-12-13T04:15:13.350Z | Downloaded num-derive v0.4.0 |
1262 | 2023-12-13T04:15:13.350Z | Downloaded nanorand v0.7.0 |
1263 | 2023-12-13T04:15:13.350Z | Downloaded managed v0.8.0 |
1264 | 2023-12-13T04:15:13.350Z | Downloaded block-padding v0.3.3 |
1265 | 2023-12-13T04:15:13.350Z | Downloaded argon2 v0.5.2 |
1266 | 2023-12-13T04:15:13.350Z | Downloaded olpc-cjson v0.1.3 |
1267 | 2023-12-13T04:15:13.350Z | Downloaded num-iter v0.1.43 |
1268 | 2023-12-13T04:15:13.350Z | Downloaded crypto-common v0.1.6 |
1269 | 2023-12-13T04:15:13.350Z | Downloaded lazy_static v1.4.0 |
1270 | 2023-12-13T04:15:13.351Z | Downloaded base64ct v1.6.0 |
1271 | 2023-12-13T04:15:13.351Z | Downloaded arrayvec v0.5.2 |
1272 | 2023-12-13T04:15:13.351Z | Downloaded anstyle v1.0.2 |
1273 | 2023-12-13T04:15:13.351Z | Downloaded semver v0.1.20 |
1274 | 2023-12-13T04:15:13.351Z | Downloaded ansi_term v0.12.1 |
1275 | 2023-12-13T04:15:13.351Z | Downloaded display-error-chain v0.2.0 |
1276 | 2023-12-13T04:15:13.351Z | Downloaded want v0.3.1 |
1277 | 2023-12-13T04:15:13.351Z | Downloaded nibble_vec v0.1.0 |
1278 | 2023-12-13T04:15:13.351Z | Downloaded memoffset v0.9.0 |
1279 | 2023-12-13T04:15:13.351Z | Downloaded maybe-uninit v2.0.0 |
1280 | 2023-12-13T04:15:13.351Z | Downloaded crc-catalog v2.2.0 |
1281 | 2023-12-13T04:15:13.351Z | Downloaded sqlparser_derive v0.1.1 |
1282 | 2023-12-13T04:15:13.351Z | Downloaded mime v0.3.17 |
1283 | 2023-12-13T04:15:13.351Z | Downloaded memoffset v0.7.1 |
1284 | 2023-12-13T04:15:13.351Z | Downloaded keccak v0.1.4 |
1285 | 2023-12-13T04:15:13.351Z | Downloaded ipnetwork v0.20.0 |
1286 | 2023-12-13T04:15:13.351Z | Downloaded indexmap v2.1.0 |
1287 | 2023-12-13T04:15:13.351Z | Downloaded num-traits v0.2.16 |
1288 | 2023-12-13T04:15:13.351Z | Downloaded ciborium v0.2.1 |
1289 | 2023-12-13T04:15:13.351Z | Downloaded indoc v2.0.3 |
1290 | 2023-12-13T04:15:13.351Z | Downloaded crossbeam-epoch v0.9.15 |
1291 | 2023-12-13T04:15:13.351Z | Downloaded crc-any v2.4.3 |
1292 | 2023-12-13T04:15:13.351Z | Downloaded cookie v0.18.0 |
1293 | 2023-12-13T04:15:13.351Z | Downloaded lru-cache v0.1.2 |
1294 | 2023-12-13T04:15:13.351Z | Downloaded linear-map v1.2.0 |
1295 | 2023-12-13T04:15:13.352Z | Downloaded libsw v3.3.0 |
1296 | 2023-12-13T04:15:13.352Z | Downloaded lazycell v1.3.0 |
1297 | 2023-12-13T04:15:13.352Z | Downloaded cancel-safe-futures v0.1.5 |
1298 | 2023-12-13T04:15:13.352Z | Downloaded shlex v1.1.0 |
1299 | 2023-12-13T04:15:13.352Z | Downloaded atomic-waker v1.1.1 |
1300 | 2023-12-13T04:15:13.352Z | Downloaded kstat-rs v0.2.3 |
1301 | 2023-12-13T04:15:13.394Z | Downloaded serde-big-array v0.5.1 |
1302 | 2023-12-13T04:15:13.394Z | Downloaded oso-derive v0.27.0 |
1303 | 2023-12-13T04:15:13.395Z | Downloaded bit-vec v0.6.3 |
1304 | 2023-12-13T04:15:13.395Z | Downloaded bit-set v0.5.3 |
1305 | 2023-12-13T04:15:13.395Z | Downloaded bb8 v0.8.1 |
1306 | 2023-12-13T04:15:13.395Z | Downloaded autocfg v1.1.0 |
1307 | 2023-12-13T04:15:13.395Z | Downloaded array-init v0.0.4 |
1308 | 2023-12-13T04:15:13.395Z | Downloaded async-recursion v1.0.5 |
1309 | 2023-12-13T04:15:13.395Z | Downloaded ascii-canvas v3.0.0 |
1310 | 2023-12-13T04:15:13.395Z | Downloaded is_ci v1.1.1 |
1311 | 2023-12-13T04:15:13.395Z | Downloaded anstyle-query v1.0.0 |
1312 | 2023-12-13T04:15:13.395Z | Downloaded anstream v0.5.0 |
1313 | 2023-12-13T04:15:13.396Z | Downloaded openssl-probe v0.1.5 |
1314 | 2023-12-13T04:15:13.396Z | Downloaded openssl-macros v0.1.1 |
1315 | 2023-12-13T04:15:13.396Z | Downloaded crossbeam-deque v0.8.3 |
1316 | 2023-12-13T04:15:13.396Z | Downloaded camino v1.1.6 |
1317 | 2023-12-13T04:15:13.396Z | Downloaded once_cell v1.19.0 |
1318 | 2023-12-13T04:15:13.396Z | Downloaded nodrop v0.1.14 |
1319 | 2023-12-13T04:15:13.396Z | Downloaded newtype_derive v0.1.6 |
1320 | 2023-12-13T04:15:13.396Z | Downloaded new_debug_unreachable v1.0.4 |
1321 | 2023-12-13T04:15:13.396Z | Downloaded crc v3.0.1 |
1322 | 2023-12-13T04:15:13.396Z | Downloaded libefi-sys v0.1.0 |
1323 | 2023-12-13T04:15:13.396Z | Downloaded cexpr v0.6.0 |
1324 | 2023-12-13T04:15:13.397Z | Downloaded camino-tempfile v1.1.1 |
1325 | 2023-12-13T04:15:13.397Z | Downloaded block-buffer v0.10.4 |
1326 | 2023-12-13T04:15:13.397Z | Downloaded chacha20poly1305 v0.10.1 |
1327 | 2023-12-13T04:15:13.397Z | Downloaded byteorder v1.5.0 |
1328 | 2023-12-13T04:15:13.397Z | Downloaded aead v0.5.2 |
1329 | 2023-12-13T04:15:13.397Z | Downloaded adler v1.0.2 |
1330 | 2023-12-13T04:15:13.397Z | Downloaded indexmap v1.9.3 |
1331 | 2023-12-13T04:15:13.397Z | Downloaded crucible-workspace-hack v0.1.0 |
1332 | 2023-12-13T04:15:13.397Z | Downloaded crossbeam-queue v0.3.8 |
1333 | 2023-12-13T04:15:13.397Z | Downloaded clap v4.4.3 |
1334 | 2023-12-13T04:15:13.397Z | Downloaded num_enum_derive v0.5.11 |
1335 | 2023-12-13T04:15:13.398Z | Downloaded num_enum v0.5.11 |
1336 | 2023-12-13T04:15:13.398Z | Downloaded num_cpus v1.16.0 |
1337 | 2023-12-13T04:15:13.398Z | Downloaded crunchy v0.2.2 |
1338 | 2023-12-13T04:15:13.398Z | Downloaded num_threads v0.1.6 |
1339 | 2023-12-13T04:15:13.398Z | Downloaded assert_matches v1.5.0 |
1340 | 2023-12-13T04:15:13.398Z | Downloaded num-bigint v0.4.4 |
1341 | 2023-12-13T04:15:13.398Z | Downloaded number_prefix v0.4.0 |
1342 | 2023-12-13T04:15:13.398Z | Downloaded num v0.4.1 |
1343 | 2023-12-13T04:15:13.398Z | Downloaded ipnet v2.8.0 |
1344 | 2023-12-13T04:15:13.399Z | Downloaded nom v7.1.3 |
1345 | 2023-12-13T04:15:13.399Z | Downloaded impl-trait-for-tuples v0.2.2 |
1346 | 2023-12-13T04:15:13.399Z | Downloaded crossbeam v0.8.2 |
1347 | 2023-12-13T04:15:13.399Z | Downloaded cpufeatures v0.2.9 |
1348 | 2023-12-13T04:15:13.399Z | Downloaded corncobs v0.1.3 |
1349 | 2023-12-13T04:15:13.399Z | Downloaded convert_case v0.4.0 |
1350 | 2023-12-13T04:15:13.399Z | Downloaded hyper-tls v0.5.0 |
1351 | 2023-12-13T04:15:13.399Z | Downloaded console v0.15.7 |
1352 | 2023-12-13T04:15:13.467Z | Downloaded clap_derive v4.4.2 |
1353 | 2023-12-13T04:15:13.468Z | Downloaded cobs v0.2.3 |
1354 | 2023-12-13T04:15:13.468Z | Downloaded clap_lex v0.5.1 |
1355 | 2023-12-13T04:15:13.468Z | Downloaded inout v0.1.3 |
1356 | 2023-12-13T04:15:13.468Z | Downloaded ciborium-ll v0.2.1 |
1357 | 2023-12-13T04:15:13.469Z | Downloaded cassowary v0.3.0 |
1358 | 2023-12-13T04:15:13.469Z | Downloaded indoc v1.0.9 |
1359 | 2023-12-13T04:15:13.469Z | Downloaded ident_case v1.0.1 |
1360 | 2023-12-13T04:15:13.470Z | Downloaded hubpack_derive v0.1.1 |
1361 | 2023-12-13T04:15:13.470Z | Downloaded colorchoice v1.0.0 |
1362 | 2023-12-13T04:15:13.470Z | Downloaded cipher v0.4.4 |
1363 | 2023-12-13T04:15:13.470Z | Downloaded ciborium-io v0.2.1 |
1364 | 2023-12-13T04:15:13.471Z | Downloaded cfg-if v1.0.0 |
1365 | 2023-12-13T04:15:13.739Z | Compiling proc-macro2 v1.0.69 |
1366 | 2023-12-13T04:15:14.158Z | Compiling unicode-ident v1.0.12 |
1367 | 2023-12-13T04:15:14.159Z | Compiling libc v0.2.151 |
1368 | 2023-12-13T04:15:14.159Z | Compiling serde v1.0.193 |
1369 | 2023-12-13T04:15:14.159Z | Compiling autocfg v1.1.0 |
1370 | 2023-12-13T04:15:14.173Z | Compiling cfg-if v1.0.0 |
1371 | 2023-12-13T04:15:14.173Z | Compiling version_check v0.9.4 |
1372 | 2023-12-13T04:15:14.173Z | Compiling syn v1.0.109 |
1373 | 2023-12-13T04:15:14.174Z | Compiling once_cell v1.19.0 |
1374 | 2023-12-13T04:15:14.174Z | Compiling parking_lot_core v0.9.8 |
1375 | 2023-12-13T04:15:14.774Z | Compiling libm v0.2.7 |
1376 | 2023-12-13T04:15:14.966Z | Compiling lock_api v0.4.10 |
1377 | 2023-12-13T04:15:14.986Z | Compiling num-traits v0.2.16 |
1378 | 2023-12-13T04:15:15.698Z | Compiling serde_json v1.0.108 |
1379 | 2023-12-13T04:15:15.719Z | Compiling typenum v1.16.0 |
1380 | 2023-12-13T04:15:15.879Z | Compiling futures-core v0.3.29 |
1381 | 2023-12-13T04:15:15.908Z | Compiling scopeguard v1.2.0 |
1382 | 2023-12-13T04:15:15.933Z | Compiling thiserror v1.0.49 |
1383 | 2023-12-13T04:15:16.131Z | Compiling generic-array v0.14.7 |
1384 | 2023-12-13T04:15:16.442Z | Compiling memchr v2.6.3 |
1385 | 2023-12-13T04:15:16.832Z | Compiling itoa v1.0.9 |
1386 | 2023-12-13T04:15:17.160Z | Compiling pkg-config v0.3.27 |
1387 | 2023-12-13T04:15:17.512Z | Compiling quote v1.0.33 |
1388 | 2023-12-13T04:15:17.800Z | Compiling byteorder v1.5.0 |
1389 | 2023-12-13T04:15:18.451Z | Compiling syn v2.0.32 |
1390 | 2023-12-13T04:15:18.572Z | Compiling cc v1.0.83 |
1391 | 2023-12-13T04:15:18.707Z | Compiling getrandom v0.2.10 |
1392 | 2023-12-13T04:15:19.504Z | Compiling slab v0.4.9 |
1393 | 2023-12-13T04:15:19.659Z | Compiling futures-channel v0.3.29 |
1394 | 2023-12-13T04:15:20.075Z | Compiling futures-task v0.3.29 |
1395 | 2023-12-13T04:15:20.086Z | Compiling futures-util v0.3.29 |
1396 | 2023-12-13T04:15:20.086Z | Compiling log v0.4.20 |
1397 | 2023-12-13T04:15:20.376Z | Compiling heck v0.4.1 |
1398 | 2023-12-13T04:15:20.946Z | Compiling ryu v1.0.15 |
1399 | 2023-12-13T04:15:21.378Z | Compiling pin-project-lite v0.2.13 |
1400 | 2023-12-13T04:15:21.389Z | Compiling vcpkg v0.2.15 |
1401 | 2023-12-13T04:15:21.389Z | Compiling schemars v0.8.13 |
1402 | 2023-12-13T04:15:21.403Z | Compiling smallvec v1.11.2 |
1403 | 2023-12-13T04:15:22.630Z | Compiling ring v0.17.7 |
1404 | 2023-12-13T04:15:23.357Z | Compiling parking_lot v0.12.1 |
1405 | 2023-12-13T04:15:24.127Z | Compiling openssl-sys v0.9.96 |
1406 | 2023-12-13T04:15:24.284Z | Compiling semver v1.0.20 |
1407 | 2023-12-13T04:15:24.998Z | Compiling rand_core v0.6.4 |
1408 | 2023-12-13T04:15:25.566Z | Compiling ring v0.16.20 |
1409 | 2023-12-13T04:15:26.815Z | Compiling indexmap v1.9.3 |
1410 | 2023-12-13T04:15:26.956Z | Compiling equivalent v1.0.1 |
1411 | 2023-12-13T04:15:27.028Z | Compiling hashbrown v0.14.2 |
1412 | 2023-12-13T04:15:27.393Z | Compiling ahash v0.8.6 |
1413 | 2023-12-13T04:15:27.875Z | Compiling httparse v1.8.0 |
1414 | 2023-12-13T04:15:28.505Z | Compiling mio v0.8.9 |
1415 | 2023-12-13T04:15:28.655Z | Compiling signal-hook-registry v1.4.1 |
1416 | 2023-12-13T04:15:29.056Z | Compiling num_cpus v1.16.0 |
1417 | 2023-12-13T04:15:29.090Z | Compiling socket2 v0.5.5 |
1418 | 2023-12-13T04:15:29.279Z | Compiling spin v0.5.2 |
1419 | 2023-12-13T04:15:29.783Z | Compiling openssl v0.10.60 |
1420 | 2023-12-13T04:15:29.811Z | Compiling fnv v1.0.7 |
1421 | 2023-12-13T04:15:30.344Z | Compiling serde_derive_internals v0.26.0 |
1422 | 2023-12-13T04:15:30.367Z | Compiling spin v0.9.8 |
1423 | 2023-12-13T04:15:31.115Z | Compiling rustls v0.21.9 |
1424 | 2023-12-13T04:15:31.234Z | Compiling iana-time-zone v0.1.57 |
1425 | 2023-12-13T04:15:31.509Z | Compiling ucd-trie v0.1.6 |
1426 | 2023-12-13T04:15:31.758Z | Compiling native-tls v0.2.11 |
1427 | 2023-12-13T04:15:31.904Z | Compiling subtle v2.5.0 |
1428 | 2023-12-13T04:15:32.216Z | Compiling unicode-xid v0.2.4 |
1429 | 2023-12-13T04:15:32.642Z | Compiling crossbeam-utils v0.8.16 |
1430 | 2023-12-13T04:15:32.642Z | Compiling const-oid v0.9.5 |
1431 | 2023-12-13T04:15:32.643Z | Compiling synstructure v0.12.6 |
1432 | 2023-12-13T04:15:34.110Z | Compiling futures-sink v0.3.29 |
1433 | 2023-12-13T04:15:34.291Z | Compiling io-lifetimes v1.0.11 |
1434 | 2023-12-13T04:15:34.426Z | Compiling backtrace v0.3.69 |
1435 | 2023-12-13T04:15:34.935Z | Compiling tinyvec_macros v0.1.1 |
1436 | 2023-12-13T04:15:36.207Z | Compiling winnow v0.5.15 |
1437 | 2023-12-13T04:15:36.226Z | Compiling rustix v0.38.25 |
1438 | 2023-12-13T04:15:36.226Z | Compiling dyn-clone v1.0.13 |
1439 | 2023-12-13T04:15:36.226Z | Compiling tinyvec v1.6.0 |
1440 | 2023-12-13T04:15:36.226Z | Compiling tracing-core v0.1.31 |
1441 | 2023-12-13T04:15:36.262Z | Compiling num-integer v0.1.45 |
1442 | 2023-12-13T04:15:37.154Z | Compiling memoffset v0.9.0 |
1443 | 2023-12-13T04:15:37.154Z | Compiling pin-utils v0.1.0 |
1444 | 2023-12-13T04:15:37.164Z | Compiling rustix v0.37.23 |
1445 | 2023-12-13T04:15:37.434Z | Compiling futures-io v0.3.29 |
1446 | 2023-12-13T04:15:37.762Z | Compiling unicode-normalization v0.1.22 |
1447 | 2023-12-13T04:15:38.229Z | Compiling usdt-impl v0.3.5 |
1448 | 2023-12-13T04:15:38.701Z | Compiling unicode-bidi v0.3.13 |
1449 | 2023-12-13T04:15:39.906Z | Compiling anyhow v1.0.75 |
1450 | 2023-12-13T04:15:39.939Z | Compiling serde_derive v1.0.193 |
1451 | 2023-12-13T04:15:40.198Z | Compiling zeroize_derive v1.4.2 |
1452 | 2023-12-13T04:15:40.288Z | Compiling thiserror-impl v1.0.49 |
1453 | 2023-12-13T04:15:40.327Z | Compiling tokio-macros v2.2.0 |
1454 | 2023-12-13T04:15:40.552Z | Compiling futures-macro v0.3.29 |
1455 | 2023-12-13T04:15:40.620Z | Compiling tracing-attributes v0.1.26 |
1456 | 2023-12-13T04:15:40.894Z | Compiling schemars_derive v0.8.13 |
1457 | 2023-12-13T04:15:41.036Z | Compiling zerocopy-derive v0.7.26 |
1458 | 2023-12-13T04:15:42.613Z | Compiling zeroize v1.7.0 |
1459 | 2023-12-13T04:15:43.617Z | Compiling openssl-macros v0.1.1 |
1460 | 2023-12-13T04:15:44.095Z | Compiling zerocopy v0.7.26 |
1461 | 2023-12-13T04:15:44.946Z | Compiling pest v2.7.2 |
1462 | 2023-12-13T04:15:44.973Z | Compiling zerocopy-derive v0.2.0 |
1463 | 2023-12-13T04:15:45.526Z | Compiling crypto-common v0.1.6 |
1464 | 2023-12-13T04:15:45.759Z | Compiling der_derive v0.7.2 |
1465 | 2023-12-13T04:15:45.791Z | Compiling block-buffer v0.10.4 |
1466 | 2023-12-13T04:15:45.954Z | Compiling tracing v0.1.37 |
1467 | 2023-12-13T04:15:47.778Z | Compiling time-core v0.1.1 |
1468 | 2023-12-13T04:15:47.809Z | Compiling hashbrown v0.13.2 |
1469 | 2023-12-13T04:15:47.810Z | Compiling bitflags v1.3.2 |
1470 | 2023-12-13T04:15:47.810Z | Compiling crc32fast v1.3.2 |
1471 | 2023-12-13T04:15:47.810Z | Compiling slog v2.7.0 |
1472 | 2023-12-13T04:15:48.445Z | Compiling time-macros v0.2.13 |
1473 | 2023-12-13T04:15:49.525Z | Compiling pest_meta v2.7.2 |
1474 | 2023-12-13T04:15:49.544Z | Compiling digest v0.10.7 |
1475 | 2023-12-13T04:15:50.321Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1476 | 2023-12-13T04:15:50.935Z | Compiling aho-corasick v1.0.4 |
1477 | 2023-12-13T04:15:51.191Z | Compiling crossbeam-epoch v0.9.15 |
1478 | 2023-12-13T04:15:51.818Z | Compiling pest_generator v2.7.2 |
1479 | 2023-12-13T04:15:52.145Z | Compiling ppv-lite86 v0.2.17 |
1480 | 2023-12-13T04:15:53.420Z | Compiling rustversion v1.0.14 |
1481 | 2023-12-13T04:15:54.523Z | Compiling regex-syntax v0.8.2 |
1482 | 2023-12-13T04:15:54.810Z | Compiling async-trait v0.1.74 |
1483 | 2023-12-13T04:15:55.625Z | Compiling rand_chacha v0.3.1 |
1484 | 2023-12-13T04:15:56.135Z | Compiling pest_derive v2.7.2 |
1485 | 2023-12-13T04:15:56.894Z | Compiling zerocopy v0.3.0 |
1486 | 2023-12-13T04:15:57.304Z | Compiling errno v0.3.2 |
1487 | 2023-12-13T04:15:57.686Z | Compiling base64 v0.21.5 |
1488 | 2023-12-13T04:15:57.710Z | Compiling strsim v0.10.0 |
1489 | 2023-12-13T04:15:58.768Z | Compiling dof v0.1.5 |
1490 | 2023-12-13T04:15:59.196Z | Compiling dtrace-parser v0.1.14 |
1491 | 2023-12-13T04:16:01.942Z | Compiling rand v0.8.5 |
1492 | 2023-12-13T04:16:01.962Z | Compiling regex-automata v0.4.3 |
1493 | 2023-12-13T04:16:02.661Z | Compiling bytes v1.5.0 |
1494 | 2023-12-13T04:16:02.860Z | Compiling indexmap v2.1.0 |
1495 | 2023-12-13T04:16:04.775Z | Compiling uuid v1.6.1 |
1496 | 2023-12-13T04:16:04.964Z | Compiling chrono v0.4.31 |
1497 | 2023-12-13T04:16:05.614Z | Compiling tokio v1.35.0 |
1498 | 2023-12-13T04:16:05.911Z | Compiling rustc_version v0.4.0 |
1499 | 2023-12-13T04:16:06.915Z | Compiling heapless v0.7.16 |
1500 | 2023-12-13T04:16:07.407Z | Compiling bitflags v2.4.0 |
1501 | 2023-12-13T04:16:09.850Z | Compiling serde_spanned v0.6.4 |
1502 | 2023-12-13T04:16:10.182Z | Compiling toml_datetime v0.6.5 |
1503 | 2023-12-13T04:16:10.816Z | Compiling toml_edit v0.19.15 |
1504 | 2023-12-13T04:16:14.447Z | Compiling http v0.2.11 |
1505 | 2023-12-13T04:16:16.552Z | Compiling regex v1.10.2 |
1506 | 2023-12-13T04:16:20.382Z | Compiling tokio-util v0.7.10 |
1507 | 2023-12-13T04:16:22.714Z | Compiling thread-id v4.2.0 |
1508 | 2023-12-13T04:16:22.856Z | Compiling num-bigint v0.4.4 |
1509 | 2023-12-13T04:16:23.081Z | Compiling foreign-types-shared v0.1.1 |
1510 | 2023-12-13T04:16:23.202Z | Compiling untrusted v0.9.0 |
1511 | 2023-12-13T04:16:23.371Z | Compiling base64ct v1.6.0 |
1512 | 2023-12-13T04:16:23.498Z | Compiling openssl-probe v0.1.5 |
1513 | 2023-12-13T04:16:23.659Z | Compiling hashbrown v0.12.3 |
1514 | 2023-12-13T04:16:23.751Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1515 | 2023-12-13T04:16:23.898Z | Compiling smoltcp v0.9.1 |
1516 | 2023-12-13T04:16:24.382Z | Compiling untrusted v0.7.1 |
1517 | 2023-12-13T04:16:24.809Z | Compiling percent-encoding v2.3.1 |
1518 | 2023-12-13T04:16:24.841Z | Compiling doc-comment v0.3.3 |
1519 | 2023-12-13T04:16:26.657Z | Compiling pem-rfc7468 v0.7.0 |
1520 | 2023-12-13T04:16:28.177Z | Compiling foreign-types v0.3.2 |
1521 | 2023-12-13T04:16:30.164Z | Compiling strum_macros v0.25.2 |
1522 | 2023-12-13T04:16:30.329Z | Compiling serde_tokenstream v0.1.7 |
1523 | 2023-12-13T04:16:31.387Z | Compiling hmac v0.12.1 |
1524 | 2023-12-13T04:16:32.083Z | Compiling lazy_static v1.4.0 |
1525 | 2023-12-13T04:16:33.171Z | Compiling socket2 v0.4.9 |
1526 | 2023-12-13T04:16:33.476Z | Compiling siphasher v0.3.11 |
1527 | 2023-12-13T04:16:34.150Z | Compiling unicode-width v0.1.11 |
1528 | 2023-12-13T04:16:34.389Z | Compiling try-lock v0.2.4 |
1529 | 2023-12-13T04:16:34.429Z | Compiling unicode-segmentation v1.10.1 |
1530 | 2023-12-13T04:16:34.533Z | Compiling adler v1.0.2 |
1531 | 2023-12-13T04:16:34.595Z | Compiling flagset v0.4.3 |
1532 | 2023-12-13T04:16:35.187Z | Compiling miniz_oxide v0.7.1 |
1533 | 2023-12-13T04:16:35.439Z | Compiling der v0.7.8 |
1534 | 2023-12-13T04:16:35.966Z | Compiling want v0.3.1 |
1535 | 2023-12-13T04:16:39.421Z | Compiling rustls-webpki v0.101.7 |
1536 | 2023-12-13T04:16:39.664Z | Compiling sct v0.7.0 |
1537 | 2023-12-13T04:16:40.176Z | Compiling h2 v0.3.21 |
1538 | 2023-12-13T04:16:42.052Z | Compiling form_urlencoded v1.2.1 |
1539 | 2023-12-13T04:16:42.159Z | Compiling http-body v0.4.5 |
1540 | 2023-12-13T04:16:42.880Z | Compiling hubpack_derive v0.1.1 |
1541 | 2023-12-13T04:16:44.076Z | Compiling pin-project-internal v1.1.3 |
1542 | 2023-12-13T04:16:44.587Z | Compiling zerocopy-derive v0.6.4 |
1543 | 2023-12-13T04:16:47.017Z | Compiling num-iter v0.1.43 |
1544 | 2023-12-13T04:16:47.460Z | Compiling utf8parse v0.2.1 |
1545 | 2023-12-13T04:16:47.663Z | Compiling anstyle v1.0.2 |
1546 | 2023-12-13T04:16:48.623Z | Compiling httpdate v1.0.3 |
1547 | 2023-12-13T04:16:48.851Z | Compiling tower-service v0.3.2 |
1548 | 2023-12-13T04:16:49.247Z | Compiling cpufeatures v0.2.9 |
1549 | 2023-12-13T04:16:49.289Z | Compiling sha2 v0.10.8 |
1550 | 2023-12-13T04:16:49.817Z | Compiling anstyle-parse v0.2.1 |
1551 | 2023-12-13T04:16:51.541Z | Compiling hyper v0.14.27 |
1552 | 2023-12-13T04:16:52.813Z | Compiling spki v0.7.2 |
1553 | 2023-12-13T04:16:54.344Z | Compiling usdt-macro v0.3.5 |
1554 | 2023-12-13T04:16:54.607Z | Compiling usdt-attr-macro v0.3.5 |
1555 | 2023-12-13T04:16:56.810Z | Compiling openapiv3 v2.0.0 |
1556 | 2023-12-13T04:16:56.884Z | Compiling serde_tokenstream v0.2.0 |
1557 | 2023-12-13T04:16:56.923Z | Compiling rustls-pemfile v1.0.3 |
1558 | 2023-12-13T04:16:57.489Z | Compiling md-5 v0.10.5 |
1559 | 2023-12-13T04:16:57.759Z | Compiling stringprep v0.1.3 |
1560 | 2023-12-13T04:16:57.795Z | Compiling idna v0.5.0 |
1561 | 2023-12-13T04:16:58.400Z | Compiling diesel_table_macro_syntax v0.1.0 |
1562 | 2023-12-13T04:16:58.951Z | Compiling hash32 v0.2.1 |
1563 | 2023-12-13T04:16:59.700Z | Compiling stable_deref_trait v1.2.0 |
1564 | 2023-12-13T04:16:59.865Z | Compiling gimli v0.28.0 |
1565 | 2023-12-13T04:17:00.629Z | Compiling fallible-iterator v0.2.0 |
1566 | 2023-12-13T04:17:01.230Z | Compiling either v1.9.0 |
1567 | 2023-12-13T04:17:01.770Z | Compiling anstyle-query v1.0.0 |
1568 | 2023-12-13T04:17:01.814Z | Compiling colorchoice v1.0.0 |
1569 | 2023-12-13T04:17:01.958Z | Compiling postgres-protocol v0.6.6 |
1570 | 2023-12-13T04:17:02.037Z | Compiling anstream v0.5.0 |
1571 | 2023-12-13T04:17:04.765Z | Compiling url v2.5.0 |
1572 | 2023-12-13T04:17:05.134Z | Compiling diesel_derives v2.1.2 |
1573 | 2023-12-13T04:17:07.363Z | Compiling addr2line v0.21.0 |
1574 | 2023-12-13T04:17:07.974Z | Compiling tokio-rustls v0.24.1 |
1575 | 2023-12-13T04:17:08.585Z | Compiling rustls-native-certs v0.6.3 |
1576 | 2023-12-13T04:17:09.101Z | Compiling pkcs8 v0.10.2 |
1577 | 2023-12-13T04:17:10.003Z | Compiling terminal_size v0.2.6 |
1578 | 2023-12-13T04:17:12.095Z | Compiling tokio-native-tls v0.3.1 |
1579 | 2023-12-13T04:17:12.506Z | Compiling phf_shared v0.11.2 |
1580 | 2023-12-13T04:17:13.956Z | Compiling regress v0.7.1 |
1581 | 2023-12-13T04:17:14.374Z | Compiling block-padding v0.3.3 |
1582 | 2023-12-13T04:17:14.426Z | Compiling snafu-derive v0.7.5 |
1583 | 2023-12-13T04:17:14.673Z | Compiling enum-as-inner v0.5.1 |
1584 | 2023-12-13T04:17:16.170Z | Compiling serde_repr v0.1.16 |
1585 | 2023-12-13T04:17:17.894Z | Compiling clap_derive v4.4.2 |
1586 | 2023-12-13T04:17:22.106Z | Compiling ff v0.13.0 |
1587 | 2023-12-13T04:17:22.464Z | Compiling scheduled-thread-pool v0.2.7 |
1588 | 2023-12-13T04:17:22.713Z | Compiling object v0.32.1 |
1589 | 2023-12-13T04:17:25.650Z | Compiling rustc-demangle v0.1.23 |
1590 | 2023-12-13T04:17:28.678Z | Compiling deranged v0.3.8 |
1591 | 2023-12-13T04:17:30.158Z | Compiling matches v0.1.10 |
1592 | 2023-12-13T04:17:30.302Z | Compiling clap_lex v0.5.1 |
1593 | 2023-12-13T04:17:30.965Z | Compiling regex-automata v0.1.10 |
1594 | 2023-12-13T04:17:30.991Z | Compiling ipnet v2.8.0 |
1595 | 2023-12-13T04:17:31.767Z | Compiling base16ct v0.2.0 |
1596 | 2023-12-13T04:17:32.218Z | Compiling managed v0.8.0 |
1597 | 2023-12-13T04:17:32.673Z | Compiling bit-vec v0.6.3 |
1598 | 2023-12-13T04:17:32.898Z | Compiling num_threads v0.1.6 |
1599 | 2023-12-13T04:17:33.152Z | Compiling time v0.3.27 |
1600 | 2023-12-13T04:17:36.881Z | Compiling sec1 v0.7.3 |
1601 | 2023-12-13T04:17:37.671Z | Compiling bstr v0.2.17 |
1602 | 2023-12-13T04:17:37.698Z | Compiling clap_builder v4.4.2 |
1603 | 2023-12-13T04:17:37.756Z | Compiling idna v0.2.3 |
1604 | 2023-12-13T04:17:38.343Z | Compiling r2d2 v0.8.10 |
1605 | 2023-12-13T04:17:39.740Z | Compiling group v0.13.0 |
1606 | 2023-12-13T04:17:40.139Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1607 | 2023-12-13T04:17:40.935Z | Compiling inout v0.1.3 |
1608 | 2023-12-13T04:17:41.678Z | Compiling phf v0.11.2 |
1609 | 2023-12-13T04:17:41.825Z | Compiling hyper-tls v0.5.0 |
1610 | 2023-12-13T04:17:41.829Z | Compiling hyper-rustls v0.24.2 |
1611 | 2023-12-13T04:17:42.103Z | Compiling flate2 v1.0.28 |
1612 | 2023-12-13T04:17:42.379Z | Compiling bzip2 v0.4.4 |
1613 | 2023-12-13T04:17:42.605Z | Compiling postgres-types v0.2.6 |
1614 | 2023-12-13T04:17:42.902Z | Compiling itertools v0.11.0 |
1615 | 2023-12-13T04:17:43.628Z | Compiling pin-project v1.1.3 |
1616 | 2023-12-13T04:17:43.827Z | Compiling zerocopy v0.6.4 |
1617 | 2023-12-13T04:17:45.062Z | Compiling hubpack v0.1.2 |
1618 | 2023-12-13T04:17:45.266Z | Compiling serde_urlencoded v0.7.1 |
1619 | 2023-12-13T04:17:45.757Z | Compiling phf_shared v0.10.0 |
1620 | 2023-12-13T04:17:46.100Z | Compiling hkdf v0.12.3 |
1621 | 2023-12-13T04:17:46.358Z | Compiling ipnetwork v0.20.0 |
1622 | 2023-12-13T04:17:47.561Z | Compiling futures-executor v0.3.29 |
1623 | 2023-12-13T04:17:47.890Z | Compiling crypto-bigint v0.5.2 |
1624 | 2023-12-13T04:17:48.516Z | Compiling float-cmp v0.9.0 |
1625 | 2023-12-13T04:17:48.843Z | Compiling proc-macro-error-attr v1.0.4 |
1626 | 2023-12-13T04:17:49.280Z | Compiling encoding_rs v0.8.33 |
1627 | 2023-12-13T04:17:51.441Z | Compiling predicates-core v1.0.6 |
1628 | 2023-12-13T04:17:51.909Z | Compiling mime v0.3.17 |
1629 | 2023-12-13T04:17:52.720Z | Compiling static_assertions v1.1.0 |
1630 | 2023-12-13T04:17:53.067Z | Compiling webpki-roots v0.25.2 |
1631 | 2023-12-13T04:17:53.299Z | Compiling new_debug_unreachable v1.0.4 |
1632 | 2023-12-13T04:17:53.553Z | Compiling regex-automata v0.3.8 |
1633 | 2023-12-13T04:17:53.620Z | Compiling whoami v1.4.1 |
1634 | 2023-12-13T04:17:55.965Z | Compiling difflib v0.4.0 |
1635 | 2023-12-13T04:17:57.261Z | Compiling precomputed-hash v0.1.1 |
1636 | 2023-12-13T04:17:57.432Z | Compiling fixedbitset v0.4.2 |
1637 | 2023-12-13T04:17:58.379Z | Compiling data-encoding v2.4.0 |
1638 | 2023-12-13T04:17:59.170Z | Compiling minimal-lexical v0.2.1 |
1639 | 2023-12-13T04:17:59.636Z | Compiling normalize-line-endings v0.3.0 |
1640 | 2023-12-13T04:17:59.812Z | Compiling predicates v3.0.4 |
1641 | 2023-12-13T04:17:59.914Z | Compiling nom v7.1.3 |
1642 | 2023-12-13T04:17:59.939Z | Compiling trust-dns-proto v0.22.0 |
1643 | 2023-12-13T04:18:02.254Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1644 | 2023-12-13T04:18:06.097Z | Compiling petgraph v0.6.4 |
1645 | 2023-12-13T04:18:09.497Z | Compiling string_cache v0.8.7 |
1646 | 2023-12-13T04:18:10.029Z | Compiling bstr v1.6.0 |
1647 | 2023-12-13T04:18:10.164Z | Compiling tokio-postgres v0.7.10 |
1648 | 2023-12-13T04:18:11.858Z | Compiling reqwest v0.11.22 |
1649 | 2023-12-13T04:18:12.468Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1650 | 2023-12-13T04:18:12.672Z | Compiling elliptic-curve v0.13.8 |
1651 | 2023-12-13T04:18:19.901Z | Compiling futures v0.3.29 |
1652 | 2023-12-13T04:18:22.170Z | Compiling diesel v2.1.4 |
1653 | 2023-12-13T04:18:22.514Z | Compiling yasna v0.5.2 |
1654 | 2023-12-13T04:18:23.181Z | Compiling snafu v0.7.5 |
1655 | 2023-12-13T04:18:23.262Z | Compiling clap v4.4.3 |
1656 | 2023-12-13T04:18:23.430Z | Compiling zip v0.6.6 |
1657 | 2023-12-13T04:18:24.468Z | Compiling cipher v0.4.4 |
1658 | 2023-12-13T04:18:25.553Z | Compiling similar v2.3.0 |
1659 | 2023-12-13T04:18:25.619Z | Compiling bit-set v0.5.3 |
1660 | 2023-12-13T04:18:26.222Z | Compiling itertools v0.10.5 |
1661 | 2023-12-13T04:18:27.154Z | Compiling usdt v0.3.5 |
1662 | 2023-12-13T04:18:27.516Z | Compiling console v0.15.7 |
1663 | 2023-12-13T04:18:27.917Z | Compiling tokio-stream v0.1.14 |
1664 | 2023-12-13T04:18:28.878Z | Compiling toml v0.7.8 |
1665 | 2023-12-13T04:18:29.409Z | Compiling proc-macro-crate v1.3.1 |
1666 | 2023-12-13T04:18:29.605Z | Compiling toml_edit v0.21.0 |
1667 | 2023-12-13T04:18:30.800Z | Compiling hex v0.4.3 |
1668 | 2023-12-13T04:18:31.430Z | Compiling proc-macro-error v1.0.4 |
1669 | 2023-12-13T04:18:31.748Z | Compiling lalrpop-util v0.19.12 |
1670 | 2023-12-13T04:18:34.266Z | Compiling num_enum_derive v0.5.11 |
1671 | 2023-12-13T04:18:38.642Z | Compiling atty v0.2.14 |
1672 | 2023-12-13T04:18:39.294Z | Compiling smoltcp v0.10.0 |
1673 | 2023-12-13T04:18:39.917Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1674 | 2023-12-13T04:18:40.227Z | Compiling ident_case v1.0.1 |
1675 | 2023-12-13T04:18:41.270Z | Compiling darling_core v0.20.3 |
1676 | 2023-12-13T04:18:48.514Z | Compiling num_enum v0.5.11 |
1677 | 2023-12-13T04:19:07.915Z | Compiling dirs-sys-next v0.1.2 |
1678 | 2023-12-13T04:19:11.877Z | Compiling embedded-io v0.4.0 |
1679 | 2023-12-13T04:19:12.001Z | Compiling camino v1.1.6 |
1680 | 2023-12-13T04:19:12.283Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1681 | 2023-12-13T04:19:12.305Z | Compiling cobs v0.2.3 |
1682 | 2023-12-13T04:19:12.736Z | Compiling postcard v1.0.8 |
1683 | 2023-12-13T04:19:14.376Z | Compiling dirs-next v2.0.0 |
1684 | 2023-12-13T04:19:14.835Z | Compiling darling_macro v0.20.3 |
1685 | 2023-12-13T04:19:22.950Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1686 | 2023-12-13T04:19:32.297Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1687 | 2023-12-13T04:19:32.719Z | Compiling getopts v0.2.21 |
1688 | 2023-12-13T04:19:36.565Z | Compiling structmeta-derive v0.2.0 |
1689 | 2023-12-13T04:19:37.135Z | Compiling foreign-types-macros v0.2.3 |
1690 | 2023-12-13T04:19:40.919Z | Compiling thread_local v1.1.7 |
1691 | 2023-12-13T04:19:41.705Z | Compiling multer v2.1.0 |
1692 | 2023-12-13T04:19:42.164Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1693 | 2023-12-13T04:19:42.251Z | Compiling slog-async v2.8.0 |
1694 | 2023-12-13T04:19:42.769Z | Compiling match_cfg v0.1.0 |
1695 | 2023-12-13T04:19:43.678Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1696 | 2023-12-13T04:19:44.095Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1697 | 2023-12-13T04:19:44.463Z | Compiling unsafe-libyaml v0.2.9 |
1698 | 2023-12-13T04:19:46.202Z | Compiling paste v1.0.14 |
1699 | 2023-12-13T04:19:46.874Z | Compiling foreign-types-shared v0.3.1 |
1700 | 2023-12-13T04:19:53.613Z | Compiling foreign-types v0.5.0 |
1701 | 2023-12-13T04:19:53.882Z | Compiling serde_yaml v0.9.25 |
1702 | 2023-12-13T04:20:00.279Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1703 | 2023-12-13T04:20:03.255Z | Compiling hostname v0.3.1 |
1704 | 2023-12-13T04:20:05.231Z | Compiling structmeta v0.2.0 |
1705 | 2023-12-13T04:20:11.477Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1706 | 2023-12-13T04:20:15.712Z | Compiling darling v0.20.3 |
1707 | 2023-12-13T04:20:16.974Z | Compiling term v0.7.0 |
1708 | 2023-12-13T04:20:23.792Z | Compiling slog-json v2.6.1 |
1709 | 2023-12-13T04:20:24.604Z | Compiling is-terminal v0.4.9 |
1710 | 2023-12-13T04:20:24.791Z | Compiling crossbeam-channel v0.5.8 |
1711 | 2023-12-13T04:20:27.694Z | Compiling strum v0.25.0 |
1712 | 2023-12-13T04:20:28.076Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1713 | 2023-12-13T04:20:28.442Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1714 | 2023-12-13T04:20:29.232Z | Compiling async-stream-impl v0.3.5 |
1715 | 2023-12-13T04:20:29.757Z | Compiling cstr-argument v0.1.2 |
1716 | 2023-12-13T04:20:29.787Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1717 | 2023-12-13T04:20:30.133Z | Compiling regex-syntax v0.7.5 |
1718 | 2023-12-13T04:20:30.217Z | Compiling pretty-hex v0.2.1 |
1719 | 2023-12-13T04:20:30.556Z | Compiling atomic-waker v1.1.1 |
1720 | 2023-12-13T04:20:31.016Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1721 | 2023-12-13T04:20:31.232Z | Compiling take_mut v0.2.2 |
1722 | 2023-12-13T04:20:33.939Z | Compiling fastrand v2.0.0 |
1723 | 2023-12-13T04:20:34.761Z | Compiling crucible-workspace-hack v0.1.0 |
1724 | 2023-12-13T04:20:35.210Z | Compiling tempfile v3.8.1 |
1725 | 2023-12-13T04:20:40.472Z | Compiling parse-display-derive v0.8.2 |
1726 | 2023-12-13T04:20:46.759Z | Compiling async-stream v0.3.5 |
1727 | 2023-12-13T04:20:48.486Z | Compiling waitgroup v0.1.2 |
1728 | 2023-12-13T04:20:48.601Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1729 | 2023-12-13T04:20:48.949Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1730 | 2023-12-13T04:20:51.122Z | Compiling colored v2.0.4 |
1731 | 2023-12-13T04:20:51.755Z | Compiling slog-bunyan v2.4.0 |
1732 | 2023-12-13T04:20:52.427Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1733 | 2023-12-13T04:20:53.391Z | Compiling slog-term v2.9.0 |
1734 | 2023-12-13T04:20:54.023Z | Compiling serde_with_macros v3.4.0 |
1735 | 2023-12-13T04:21:01.590Z | Compiling toml v0.8.8 |
1736 | 2023-12-13T04:21:02.854Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1737 | 2023-12-13T04:21:04.041Z | Compiling sha1 v0.10.6 |
1738 | 2023-12-13T04:21:04.664Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1739 | 2023-12-13T04:21:05.303Z | Compiling textwrap v0.11.0 |
1740 | 2023-12-13T04:21:05.605Z | Compiling heck v0.3.3 |
1741 | 2023-12-13T04:21:07.100Z | Compiling serde_path_to_error v0.1.14 |
1742 | 2023-12-13T04:21:07.946Z | Compiling instant v0.1.12 |
1743 | 2023-12-13T04:21:08.171Z | Compiling vec_map v0.8.2 |
1744 | 2023-12-13T04:21:08.245Z | Compiling strsim v0.8.0 |
1745 | 2023-12-13T04:21:08.678Z | Compiling debug-ignore v1.0.5 |
1746 | 2023-12-13T04:21:08.758Z | Compiling rayon-core v1.12.0 |
1747 | 2023-12-13T04:21:09.320Z | Compiling libefi-sys v0.1.0 |
1748 | 2023-12-13T04:21:09.325Z | Compiling ansi_term v0.12.1 |
1749 | 2023-12-13T04:21:09.966Z | Compiling clap v2.34.0 |
1750 | 2023-12-13T04:21:10.599Z | Compiling backoff v0.4.0 |
1751 | 2023-12-13T04:21:10.624Z | Compiling structopt-derive v0.4.18 |
1752 | 2023-12-13T04:21:11.154Z | Compiling serde_with v3.4.0 |
1753 | 2023-12-13T04:21:15.179Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1754 | 2023-12-13T04:21:18.263Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1755 | 2023-12-13T04:21:18.585Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1756 | 2023-12-13T04:21:19.051Z | Compiling parse-display v0.8.2 |
1757 | 2023-12-13T04:21:19.599Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1758 | 2023-12-13T04:21:20.370Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1759 | 2023-12-13T04:21:20.663Z | Compiling zone_cfg_derive v0.3.0 |
1760 | 2023-12-13T04:21:21.070Z | Compiling crossbeam-deque v0.8.3 |
1761 | 2023-12-13T04:21:21.709Z | Compiling macaddr v1.0.1 |
1762 | 2023-12-13T04:21:22.963Z | Compiling num-derive v0.4.0 |
1763 | 2023-12-13T04:21:22.967Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1764 | 2023-12-13T04:21:23.276Z | Compiling portable-atomic v1.4.3 |
1765 | 2023-12-13T04:21:23.608Z | Compiling zone v0.3.0 |
1766 | 2023-12-13T04:21:26.572Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1767 | 2023-12-13T04:21:29.514Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1768 | 2023-12-13T04:21:29.645Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1769 | 2023-12-13T04:21:30.546Z | Compiling structopt v0.3.26 |
1770 | 2023-12-13T04:21:30.801Z | Compiling camino-tempfile v1.1.1 |
1771 | 2023-12-13T04:21:32.035Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1772 | 2023-12-13T04:21:32.273Z | Compiling smf v0.2.2 |
1773 | 2023-12-13T04:21:33.082Z | Compiling xattr v1.0.1 |
1774 | 2023-12-13T04:21:33.250Z | Compiling filetime v0.2.23 |
1775 | 2023-12-13T04:21:33.772Z | Compiling same-file v1.0.6 |
1776 | 2023-12-13T04:21:33.921Z | Compiling tar v0.4.40 |
1777 | 2023-12-13T04:21:34.199Z | Compiling walkdir v2.4.0 |
1778 | 2023-12-13T04:21:36.185Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1779 | 2023-12-13T04:21:36.841Z | Compiling rayon v1.8.0 |
1780 | 2023-12-13T04:21:37.026Z | Compiling number_prefix v0.4.0 |
1781 | 2023-12-13T04:21:40.097Z | Compiling omicron-zone-package v0.9.1 |
1782 | 2023-12-13T04:21:40.140Z | Compiling topological-sort v0.2.2 |
1783 | 2023-12-13T04:21:40.503Z | Compiling swrite v0.1.0 |
1784 | 2023-12-13T04:21:45.810Z | Compiling indicatif v0.17.7 |
1785 | 2023-12-13T04:22:01.435Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1786 | 2023-12-13T04:22:12.012Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1787 | 2023-12-13T04:22:15.388Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1788 | 2023-12-13T04:22:17.845Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1789 | 2023-12-13T04:22:43.845Z | Finished release [optimized] target(s) in 7m 55s |
1790 | 2023-12-13T04:22:44.102Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1791 | 2023-12-13T04:22:44.191Z | Created new build target 'test' and set it as active |
1792 | 2023-12-13T04:22:44.194Z | |
1793 | 2023-12-13T04:22:44.194Z | real 7:56.115937760 |
1794 | 2023-12-13T04:22:44.194Z | user 51:10.060623880 |
1795 | 2023-12-13T04:22:44.194Z | sys 4:34.593305369 |
1796 | 2023-12-13T04:22:44.194Z | trap 2.016531399 |
1797 | 2023-12-13T04:22:44.194Z | tflt 3.775790111 |
1798 | 2023-12-13T04:22:44.194Z | dflt 3.499695489 |
1799 | 2023-12-13T04:22:44.194Z | kflt 0.019753344 |
1800 | 2023-12-13T04:22:44.194Z | lock 1:50:07.731405795 |
1801 | 2023-12-13T04:22:44.194Z | slp 2:23:04.253368412 |
1802 | 2023-12-13T04:22:44.195Z | lat 2:26.680239245 |
1803 | 2023-12-13T04:22:44.195Z | stop 3:56.218450790 |
1804 | 2023-12-13T04:22:44.195Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1805 | 2023-12-13T04:22:45.341Z | Finished release [optimized] target(s) in 1.04s |
1806 | 2023-12-13T04:22:45.369Z | Running `target/release/omicron-package -t test package` |
1807 | 2023-12-13T04:22:45.407Z | Dec 13 04:22:45.404 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1808 | 2023-12-13T04:22:46.545Z | Compiling linked-hash-map v0.5.6 |
1809 | 2023-12-13T04:22:46.548Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1810 | 2023-12-13T04:22:46.548Z | Compiling password-hash v0.5.0 |
1811 | 2023-12-13T04:22:46.549Z | Compiling blake2 v0.10.6 |
1812 | 2023-12-13T04:22:46.549Z | Compiling same-file v1.0.6 |
1813 | 2023-12-13T04:22:46.566Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1814 | 2023-12-13T04:22:46.580Z | Compiling semver-parser v0.10.2 |
1815 | 2023-12-13T04:22:46.584Z | Compiling fastrand v2.0.0 |
1816 | 2023-12-13T04:22:46.876Z | Compiling walkdir v2.4.0 |
1817 | 2023-12-13T04:22:47.140Z | Compiling lru-cache v0.1.2 |
1818 | 2023-12-13T04:22:47.355Z | Compiling argon2 v0.5.2 |
1819 | 2023-12-13T04:22:47.437Z | Compiling signal-hook v0.3.17 |
1820 | 2023-12-13T04:22:47.842Z | Compiling quick-error v1.2.3 |
1821 | 2023-12-13T04:22:47.951Z | Compiling semver v0.11.0 |
1822 | 2023-12-13T04:22:48.028Z | Compiling resolv-conf v0.7.0 |
1823 | 2023-12-13T04:22:48.840Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1824 | 2023-12-13T04:22:49.018Z | Compiling tempfile v3.8.1 |
1825 | 2023-12-13T04:22:49.625Z | Compiling nibble_vec v0.1.0 |
1826 | 2023-12-13T04:22:49.826Z | Compiling filetime v0.2.23 |
1827 | 2023-12-13T04:22:49.938Z | Compiling xattr v1.0.1 |
1828 | 2023-12-13T04:22:50.272Z | Compiling slog-dtrace v0.2.3 |
1829 | 2023-12-13T04:22:50.283Z | Compiling home v0.5.5 |
1830 | 2023-12-13T04:22:50.291Z | Compiling endian-type v0.1.2 |
1831 | 2023-12-13T04:22:50.600Z | Compiling radix_trie v0.2.1 |
1832 | 2023-12-13T04:22:50.625Z | Compiling toolchain_find v0.2.0 |
1833 | 2023-12-13T04:22:50.680Z | Compiling tar v0.4.40 |
1834 | 2023-12-13T04:22:50.772Z | Compiling trust-dns-resolver v0.22.0 |
1835 | 2023-12-13T04:22:51.436Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1836 | 2023-12-13T04:22:51.975Z | Compiling toml v0.5.11 |
1837 | 2023-12-13T04:22:52.048Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1838 | 2023-12-13T04:22:52.293Z | Compiling omicron-zone-package v0.9.1 |
1839 | 2023-12-13T04:22:53.731Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1840 | 2023-12-13T04:22:54.142Z | Compiling toml v0.8.8 |
1841 | 2023-12-13T04:22:54.532Z | Compiling num-rational v0.4.1 |
1842 | 2023-12-13T04:22:54.961Z | Compiling rustfmt-wrapper v0.2.0 |
1843 | 2023-12-13T04:22:55.495Z | Compiling cancel-safe-futures v0.1.5 |
1844 | 2023-12-13T04:22:55.995Z | Compiling itertools v0.12.0 |
1845 | 2023-12-13T04:22:56.255Z | Compiling convert_case v0.4.0 |
1846 | 2023-12-13T04:22:57.517Z | Compiling derive_more v0.99.17 |
1847 | 2023-12-13T04:22:58.121Z | Compiling num-complex v0.4.4 |
1848 | 2023-12-13T04:22:58.135Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1849 | 2023-12-13T04:22:58.497Z | Compiling fxhash v0.2.1 |
1850 | 2023-12-13T04:22:58.825Z | Compiling unicase v2.7.0 |
1851 | 2023-12-13T04:22:59.275Z | Compiling utf-8 v0.7.6 |
1852 | 2023-12-13T04:22:59.725Z | Compiling semver v0.1.20 |
1853 | 2023-12-13T04:22:59.882Z | Compiling tungstenite v0.20.1 |
1854 | 2023-12-13T04:23:00.352Z | Compiling num v0.4.1 |
1855 | 2023-12-13T04:23:00.493Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1856 | 2023-12-13T04:23:00.660Z | Compiling rustc_version v0.1.7 |
1857 | 2023-12-13T04:23:00.960Z | Compiling half v1.8.2 |
1858 | 2023-12-13T04:23:01.261Z | Compiling ciborium-io v0.2.1 |
1859 | 2023-12-13T04:23:01.423Z | Compiling arc-swap v1.6.0 |
1860 | 2023-12-13T04:23:01.883Z | Compiling keccak v0.1.4 |
1861 | 2023-12-13T04:23:02.635Z | Compiling radium v0.7.0 |
1862 | 2023-12-13T04:23:02.924Z | Compiling sha3 v0.10.8 |
1863 | 2023-12-13T04:23:03.303Z | Compiling slog-scope v4.4.0 |
1864 | 2023-12-13T04:23:03.465Z | Compiling ciborium-ll v0.2.1 |
1865 | 2023-12-13T04:23:04.337Z | Compiling tokio-tungstenite v0.20.1 |
1866 | 2023-12-13T04:23:04.423Z | Compiling newtype_derive v0.1.6 |
1867 | 2023-12-13T04:23:04.840Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1868 | 2023-12-13T04:23:04.853Z | Compiling signal-hook-mio v0.2.3 |
1869 | 2023-12-13T04:23:05.504Z | Compiling libsw v3.3.0 |
1870 | 2023-12-13T04:23:05.508Z | Compiling secrecy v0.8.0 |
1871 | 2023-12-13T04:23:05.581Z | Compiling derive-where v1.2.6 |
1872 | 2023-12-13T04:23:05.628Z | Compiling linear-map v1.2.0 |
1873 | 2023-12-13T04:23:06.247Z | Compiling maybe-uninit v2.0.0 |
1874 | 2023-12-13T04:23:06.909Z | Compiling parking_lot_core v0.8.6 |
1875 | 2023-12-13T04:23:07.613Z | Compiling owo-colors v3.5.0 |
1876 | 2023-12-13T04:23:09.598Z | Compiling tap v1.0.1 |
1877 | 2023-12-13T04:23:09.872Z | Compiling wyz v0.5.1 |
1878 | 2023-12-13T04:23:09.966Z | Compiling ciborium v0.2.1 |
1879 | 2023-12-13T04:23:10.669Z | Compiling slog-stdlog v4.1.1 |
1880 | 2023-12-13T04:23:11.755Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1881 | 2023-12-13T04:23:12.427Z | Compiling funty v2.0.0 |
1882 | 2023-12-13T04:23:13.087Z | Compiling crc-catalog v2.2.0 |
1883 | 2023-12-13T04:23:13.297Z | Compiling num-bigint-dig v0.8.4 |
1884 | 2023-12-13T04:23:13.651Z | Compiling display-error-chain v0.2.0 |
1885 | 2023-12-13T04:23:13.698Z | Compiling packed_struct v0.10.1 |
1886 | 2023-12-13T04:23:13.888Z | Compiling crc v3.0.1 |
1887 | 2023-12-13T04:23:14.335Z | Compiling bitvec v1.0.1 |
1888 | 2023-12-13T04:23:14.507Z | Compiling slog-envlogger v2.2.0 |
1889 | 2023-12-13T04:23:16.903Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1890 | 2023-12-13T04:23:17.181Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1891 | 2023-12-13T04:23:17.999Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1892 | 2023-12-13T04:23:19.018Z | Compiling packed_struct_codegen v0.10.1 |
1893 | 2023-12-13T04:23:21.790Z | Compiling dirs-sys-next v0.1.2 |
1894 | 2023-12-13T04:23:22.587Z | Compiling glob v0.3.1 |
1895 | 2023-12-13T04:23:23.365Z | Compiling nodrop v0.1.14 |
1896 | 2023-12-13T04:23:23.968Z | Compiling crunchy v0.2.2 |
1897 | 2023-12-13T04:23:24.686Z | Compiling platforms v3.0.2 |
1898 | 2023-12-13T04:23:25.214Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1899 | 2023-12-13T04:23:27.180Z | Compiling clang-sys v1.6.1 |
1900 | 2023-12-13T04:23:28.069Z | Compiling array-init v0.0.4 |
1901 | 2023-12-13T04:23:28.691Z | Compiling dirs-next v2.0.0 |
1902 | 2023-12-13T04:23:28.933Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1903 | 2023-12-13T04:23:30.214Z | Compiling parking_lot v0.11.2 |
1904 | 2023-12-13T04:23:34.109Z | Compiling smallvec v0.6.14 |
1905 | 2023-12-13T04:23:34.864Z | Compiling steno v0.4.0 |
1906 | 2023-12-13T04:23:35.877Z | Compiling mime_guess v2.0.4 |
1907 | 2023-12-13T04:23:38.311Z | Compiling trust-dns-client v0.22.0 |
1908 | 2023-12-13T04:23:39.627Z | Compiling pkcs1 v0.7.5 |
1909 | 2023-12-13T04:23:41.644Z | Compiling signature v2.1.0 |
1910 | 2023-12-13T04:23:43.331Z | Compiling prettyplease v0.2.12 |
1911 | 2023-12-13T04:23:43.331Z | Compiling tiny-keccak v2.0.2 |
1912 | 2023-12-13T04:23:43.332Z | Compiling bitfield v0.14.0 |
1913 | 2023-12-13T04:23:43.332Z | Compiling termcolor v1.2.0 |
1914 | 2023-12-13T04:23:45.977Z | Compiling env_logger v0.10.0 |
1915 | 2023-12-13T04:24:07.244Z | Compiling trust-dns-server v0.22.1 |
1916 | 2023-12-13T04:24:07.245Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1917 | 2023-12-13T04:24:08.487Z | Compiling rsa v0.9.2 |
1918 | 2023-12-13T04:24:08.550Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1919 | 2023-12-13T04:24:08.550Z | Compiling serde-hex v0.1.0 |
1920 | 2023-12-13T04:24:08.550Z | Compiling sled v0.34.7 |
1921 | 2023-12-13T04:24:08.550Z | Compiling term v0.7.0 |
1922 | 2023-12-13T04:24:08.550Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1923 | 2023-12-13T04:24:18.335Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1924 | 2023-12-13T04:24:18.878Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1925 | 2023-12-13T04:24:21.349Z | Compiling darling_core v0.14.4 |
1926 | 2023-12-13T04:24:30.094Z | Compiling x509-cert v0.2.4 |
1927 | 2023-12-13T04:24:39.986Z | Compiling ron v0.8.1 |
1928 | 2023-12-13T04:24:48.285Z | Compiling vte_generate_state_changes v0.1.1 |
1929 | 2023-12-13T04:24:49.204Z | Compiling pretty-hex v0.4.0 |
1930 | 2023-12-13T04:24:49.649Z | Compiling buf-list v1.0.3 |
1931 | 2023-12-13T04:24:50.460Z | Compiling crc-any v2.4.3 |
1932 | 2023-12-13T04:24:50.781Z | Compiling arrayvec v0.5.2 |
1933 | 2023-12-13T04:24:51.701Z | Compiling vte v0.10.1 |
1934 | 2023-12-13T04:24:52.059Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1935 | 2023-12-13T04:24:52.898Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1936 | 2023-12-13T04:24:54.936Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1937 | 2023-12-13T04:24:58.184Z | Compiling darling_macro v0.14.4 |
1938 | 2023-12-13T04:24:58.190Z | Compiling curve25519-dalek v4.1.1 |
1939 | 2023-12-13T04:24:58.772Z | Compiling ascii-canvas v3.0.0 |
1940 | 2023-12-13T04:24:59.586Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1941 | 2023-12-13T04:24:59.601Z | Compiling object v0.30.4 |
1942 | 2023-12-13T04:25:01.881Z | Compiling fd-lock v3.0.13 |
1943 | 2023-12-13T04:25:02.203Z | Compiling is-terminal v0.4.9 |
1944 | 2023-12-13T04:25:02.366Z | Compiling kstat-rs v0.2.3 |
1945 | 2023-12-13T04:25:02.450Z | Compiling ena v0.14.2 |
1946 | 2023-12-13T04:25:03.059Z | Compiling libloading v0.7.4 |
1947 | 2023-12-13T04:25:03.580Z | Compiling regex-syntax v0.6.29 |
1948 | 2023-12-13T04:25:04.457Z | Compiling diff v0.1.13 |
1949 | 2023-12-13T04:25:05.357Z | Compiling bytecount v0.6.3 |
1950 | 2023-12-13T04:25:05.830Z | Compiling path-slash v0.1.5 |
1951 | 2023-12-13T04:25:06.160Z | Compiling bindgen v0.65.1 |
1952 | 2023-12-13T04:25:06.810Z | Compiling papergrid v0.10.0 |
1953 | 2023-12-13T04:25:12.931Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1954 | 2023-12-13T04:25:21.243Z | Compiling lalrpop v0.19.12 |
1955 | 2023-12-13T04:25:23.008Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1956 | 2023-12-13T04:25:25.591Z | Compiling darling v0.14.4 |
1957 | 2023-12-13T04:25:27.568Z | Compiling strip-ansi-escapes v0.1.1 |
1958 | 2023-12-13T04:25:32.023Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1959 | 2023-12-13T04:25:32.321Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1960 | 2023-12-13T04:25:32.490Z | Compiling crossterm v0.26.1 |
1961 | 2023-12-13T04:25:32.663Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1962 | 2023-12-13T04:25:35.311Z | Compiling tabled_derive v0.6.0 |
1963 | 2023-12-13T04:25:38.180Z | Compiling cexpr v0.6.0 |
1964 | 2023-12-13T04:25:38.958Z | Compiling nix v0.26.4 |
1965 | 2023-12-13T04:25:40.041Z | Compiling which v4.4.0 |
1966 | 2023-12-13T04:25:40.656Z | Compiling universal-hash v0.5.1 |
1967 | 2023-12-13T04:25:40.837Z | Compiling thiserror-impl-no-std v2.0.2 |
1968 | 2023-12-13T04:25:40.974Z | Compiling curve25519-dalek-derive v0.1.0 |
1969 | 2023-12-13T04:25:43.131Z | Compiling sqlparser_derive v0.1.1 |
1970 | 2023-12-13T04:25:43.833Z | Compiling memoffset v0.7.1 |
1971 | 2023-12-13T04:25:44.299Z | Compiling unicode_categories v0.1.1 |
1972 | 2023-12-13T04:25:44.782Z | Compiling opaque-debug v0.3.0 |
1973 | 2023-12-13T04:25:44.851Z | Compiling rustc-hash v1.1.0 |
1974 | 2023-12-13T04:25:44.913Z | Compiling shlex v1.1.0 |
1975 | 2023-12-13T04:25:45.059Z | Compiling peeking_take_while v0.1.2 |
1976 | 2023-12-13T04:25:45.281Z | Compiling lazycell v1.3.0 |
1977 | 2023-12-13T04:25:45.285Z | Compiling nu-ansi-term v0.49.0 |
1978 | 2023-12-13T04:25:45.370Z | Compiling thiserror-no-std v2.0.2 |
1979 | 2023-12-13T04:25:45.534Z | Compiling rustyline v12.0.0 |
1980 | 2023-12-13T04:25:45.792Z | Compiling poly1305 v0.8.0 |
1981 | 2023-12-13T04:25:47.522Z | Compiling reedline v0.22.0 |
1982 | 2023-12-13T04:25:48.422Z | Compiling sqlparser v0.36.1 |
1983 | 2023-12-13T04:25:50.278Z | Compiling sqlformat v0.2.3 |
1984 | 2023-12-13T04:26:05.270Z | Compiling tabled v0.14.0 |
1985 | 2023-12-13T04:26:08.001Z | Compiling derive_builder_core v0.12.0 |
1986 | 2023-12-13T04:26:17.731Z | Compiling polar-core v0.27.0 |
1987 | 2023-12-13T04:26:18.115Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1988 | 2023-12-13T04:26:18.115Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1989 | 2023-12-13T04:26:18.115Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1990 | 2023-12-13T04:26:18.115Z | Compiling chacha20 v0.9.1 |
1991 | 2023-12-13T04:26:18.115Z | Compiling globset v0.4.13 |
1992 | 2023-12-13T04:26:18.591Z | Compiling pem v3.0.2 |
1993 | 2023-12-13T04:26:20.995Z | Compiling olpc-cjson v0.1.3 |
1994 | 2023-12-13T04:26:21.817Z | Compiling aead v0.5.2 |
1995 | 2023-12-13T04:26:22.311Z | Compiling bcs v0.1.6 |
1996 | 2023-12-13T04:26:22.357Z | Compiling serde_plain v1.0.2 |
1997 | 2023-12-13T04:26:22.986Z | Compiling libxml v0.3.3 |
1998 | 2023-12-13T04:26:23.171Z | Compiling async-recursion v1.0.5 |
1999 | 2023-12-13T04:26:23.494Z | Compiling highway v1.1.0 |
2000 | 2023-12-13T04:26:23.836Z | Compiling typed-path v0.7.0 |
2001 | 2023-12-13T04:26:24.688Z | Compiling ref-cast v1.0.20 |
2002 | 2023-12-13T04:26:25.433Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2003 | 2023-12-13T04:26:25.872Z | Compiling chacha20poly1305 v0.10.1 |
2004 | 2023-12-13T04:26:26.215Z | Compiling derive_builder_macro v0.12.0 |
2005 | 2023-12-13T04:26:28.205Z | Compiling tough v0.16.0 |
2006 | 2023-12-13T04:26:36.048Z | Compiling vsss-rs v3.3.2 |
2007 | 2023-12-13T04:26:42.416Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2008 | 2023-12-13T04:26:42.652Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2009 | 2023-12-13T04:26:43.078Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2010 | 2023-12-13T04:26:44.028Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2011 | 2023-12-13T04:26:44.758Z | Compiling strum_macros v0.24.3 |
2012 | 2023-12-13T04:26:47.481Z | Compiling ref-cast-impl v1.0.20 |
2013 | 2023-12-13T04:26:48.283Z | Compiling cookie v0.18.0 |
2014 | 2023-12-13T04:26:48.739Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2015 | 2023-12-13T04:26:49.172Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2016 | 2023-12-13T04:26:49.279Z | Compiling http-range v0.1.5 |
2017 | 2023-12-13T04:26:49.625Z | Compiling signature v1.6.4 |
2018 | 2023-12-13T04:26:49.844Z | Compiling salty v0.2.0 |
2019 | 2023-12-13T04:26:50.241Z | Compiling indoc v1.0.9 |
2020 | 2023-12-13T04:26:50.431Z | Compiling ed25519 v1.5.3 |
2021 | 2023-12-13T04:26:50.617Z | Compiling hyper-staticfile v0.9.5 |
2022 | 2023-12-13T04:26:52.298Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2023 | 2023-12-13T04:26:57.516Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2024 | 2023-12-13T04:26:58.025Z | Compiling derive_builder v0.12.0 |
2025 | 2023-12-13T04:27:09.233Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2026 | 2023-12-13T04:27:10.699Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2027 | 2023-12-13T04:27:11.251Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2028 | 2023-12-13T04:27:11.655Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2029 | 2023-12-13T04:27:20.560Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2030 | 2023-12-13T04:27:21.036Z | Compiling headers-core v0.2.0 |
2031 | 2023-12-13T04:27:21.297Z | Compiling bb8 v0.8.1 |
2032 | 2023-12-13T04:27:22.175Z | Compiling quick-xml v0.23.1 |
2033 | 2023-12-13T04:27:24.641Z | Compiling serde-big-array v0.5.1 |
2034 | 2023-12-13T04:27:25.015Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2035 | 2023-12-13T04:27:25.541Z | Compiling oso-derive v0.27.0 |
2036 | 2023-12-13T04:27:25.589Z | Compiling impl-trait-for-tuples v0.2.2 |
2037 | 2023-12-13T04:27:26.328Z | Compiling fs-err v2.11.0 |
2038 | 2023-12-13T04:27:26.776Z | Compiling maplit v1.0.2 |
2039 | 2023-12-13T04:27:27.012Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2040 | 2023-12-13T04:27:32.298Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2041 | 2023-12-13T04:27:33.569Z | Compiling headers v0.3.9 |
2042 | 2023-12-13T04:27:40.876Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2043 | 2023-12-13T04:27:41.769Z | Compiling oso v0.27.0 |
2044 | 2023-12-13T04:27:53.843Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2045 | 2023-12-13T04:28:02.816Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2046 | 2023-12-13T04:28:04.349Z | Compiling crossterm v0.27.0 |
2047 | 2023-12-13T04:28:07.117Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2048 | 2023-12-13T04:28:07.542Z | Compiling signal-hook-tokio v0.3.1 |
2049 | 2023-12-13T04:28:07.846Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2050 | 2023-12-13T04:28:10.004Z | Compiling serde-big-array v0.4.1 |
2051 | 2023-12-13T04:28:10.279Z | Compiling indoc v2.0.3 |
2052 | 2023-12-13T04:28:11.786Z | Compiling cassowary v0.3.0 |
2053 | 2023-12-13T04:28:13.718Z | Compiling ratatui v0.23.0 |
2054 | 2023-12-13T04:28:19.465Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2055 | 2023-12-13T04:28:19.557Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2056 | 2023-12-13T04:28:23.544Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2057 | 2023-12-13T04:28:24.170Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2058 | 2023-12-13T04:28:38.101Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2059 | 2023-12-13T04:28:39.270Z | Compiling fatfs v0.3.6 |
2060 | 2023-12-13T04:28:44.638Z | Compiling bytesize v1.3.0 |
2061 | 2023-12-13T04:28:45.573Z | Compiling nanorand v0.7.0 |
2062 | 2023-12-13T04:28:46.749Z | Compiling rtoolbox v0.0.1 |
2063 | 2023-12-13T04:28:47.437Z | Compiling assert_matches v1.5.0 |
2064 | 2023-12-13T04:28:47.572Z | Compiling is_ci v1.1.1 |
2065 | 2023-12-13T04:28:47.979Z | Compiling smawk v0.3.1 |
2066 | 2023-12-13T04:28:48.157Z | Compiling unicode-linebreak v0.1.5 |
2067 | 2023-12-13T04:28:48.352Z | Compiling corncobs v0.1.3 |
2068 | 2023-12-13T04:28:48.769Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2069 | 2023-12-13T04:28:49.017Z | Compiling textwrap v0.16.0 |
2070 | 2023-12-13T04:28:49.093Z | Compiling supports-color v2.1.0 |
2071 | 2023-12-13T04:28:50.104Z | Compiling rpassword v7.3.1 |
2072 | 2023-12-13T04:28:50.316Z | Compiling flume v0.11.0 |
2073 | 2023-12-13T04:28:50.773Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2074 | 2023-12-13T04:28:51.510Z | Compiling tui-tree-widget v0.13.0 |
2075 | 2023-12-13T04:28:54.980Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2076 | 2023-12-13T04:28:55.415Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2077 | 2023-12-13T04:28:55.857Z | Compiling shell-words v1.1.0 |
2078 | 2023-12-13T04:28:56.512Z | Compiling humantime v2.1.0 |
2079 | 2023-12-13T04:28:57.967Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2080 | 2023-12-13T04:29:34.945Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2081 | 2023-12-13T04:31:21.598Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2082 | 2023-12-13T04:32:53.871Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2083 | 2023-12-13T04:41:44.781Z | Finished release [optimized] target(s) in 18m 59s |
2084 | 2023-12-13T04:43:41.297Z | |
2085 | 2023-12-13T04:43:41.321Z | real 20:57.153595497 |
2086 | 2023-12-13T04:43:41.321Z | user 2:21:58.584191576 |
2087 | 2023-12-13T04:43:41.321Z | sys 5:18.876584640 |
2088 | 2023-12-13T04:43:41.321Z | trap 4.636276815 |
2089 | 2023-12-13T04:43:41.322Z | tflt 1.008112398 |
2090 | 2023-12-13T04:43:41.322Z | dflt 2.275128775 |
2091 | 2023-12-13T04:43:41.322Z | kflt 0.005606014 |
2092 | 2023-12-13T04:43:41.322Z | lock 8:27:59.157609645 |
2093 | 2023-12-13T04:43:41.322Z | slp 5:35:16.393949113 |
2094 | 2023-12-13T04:43:41.322Z | lat 2:35.037819549 |
2095 | 2023-12-13T04:43:41.322Z | stop 42.375839383 |
2096 | 2023-12-13T04:43:41.322Z | + 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/*) |
2097 | 2023-12-13T04:43:41.323Z | + pfexec mkdir -p /work |
2098 | 2023-12-13T04:43:41.323Z | + pfexec chown build /work |
2099 | 2023-12-13T04:43:41.323Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2100 | 2023-12-13T04:43:54.523Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2101 | 2023-12-13T04:43:54.523Z | a out/mg-ddm-gz.tar 61253K |
2102 | 2023-12-13T04:43:54.523Z | a out/omicron-sled-agent.tar 109261K |
2103 | 2023-12-13T04:43:54.524Z | a out/target/test 1K |
2104 | 2023-12-13T04:43:54.524Z | a out/npuzone/npuzone 36313K |
2105 | 2023-12-13T04:43:54.524Z | a package-manifest.toml 22K |
2106 | 2023-12-13T04:43:54.524Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2107 | 2023-12-13T04:43:54.524Z | a target/release/omicron-package 41521K |
2108 | 2023-12-13T04:43:54.524Z | a tools/create_virtual_hardware.sh 4K |
2109 | 2023-12-13T04:43:54.524Z | a tools/virtual_hardware.sh 4K |
2110 | 2023-12-13T04:43:54.524Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2111 | 2023-12-13T04:43:54.525Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2112 | 2023-12-13T04:43:54.525Z | a tools/scrimlet/softnpu-init.sh 3K |
2113 | 2023-12-13T04:43:54.525Z | a tools/scrimlet/softnpu-zone.txt 1K |
2114 | 2023-12-13T04:43:54.525Z | a tools/scrimlet/softnpu.toml 1K |
2115 | 2023-12-13T04:43:54.533Z | |
2116 | 2023-12-13T04:43:54.533Z | real 13.209951906 |
2117 | 2023-12-13T04:43:54.533Z | user 12.628515647 |
2118 | 2023-12-13T04:43:54.533Z | sys 1.033657613 |
2119 | 2023-12-13T04:43:54.533Z | trap 0.003137306 |
2120 | 2023-12-13T04:43:54.533Z | tflt 0.000000000 |
2121 | 2023-12-13T04:43:54.533Z | dflt 0.000000000 |
2122 | 2023-12-13T04:43:54.534Z | kflt 0.000000000 |
2123 | 2023-12-13T04:43:54.534Z | lock 0.000000000 |
2124 | 2023-12-13T04:43:54.534Z | slp 12.348308067 |
2125 | 2023-12-13T04:43:54.534Z | lat 0.402623356 |
2126 | 2023-12-13T04:43:54.534Z | stop 0.000245256 |
2127 | 2023-12-13T04:43:54.534Z | ++ pwd |
2128 | 2023-12-13T04:43:54.534Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2129 | 2023-12-13T04:43:54.534Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2130 | 2023-12-13T04:43:54.534Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2131 | 2023-12-13T04:43:55.631Z | Finished release [optimized] target(s) in 1.02s |
2132 | 2023-12-13T04:43:55.666Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2133 | 2023-12-13T04:43:55.697Z | Created new build target 'host' and set it as active |
2134 | 2023-12-13T04:43:55.702Z | |
2135 | 2023-12-13T04:43:55.702Z | real 1.172675788 |
2136 | 2023-12-13T04:43:55.702Z | user 0.826418881 |
2137 | 2023-12-13T04:43:55.702Z | sys 0.346958007 |
2138 | 2023-12-13T04:43:55.702Z | trap 0.000082193 |
2139 | 2023-12-13T04:43:55.702Z | tflt 0.000001998 |
2140 | 2023-12-13T04:43:55.702Z | dflt 0.000000000 |
2141 | 2023-12-13T04:43:55.702Z | kflt 0.000000000 |
2142 | 2023-12-13T04:43:55.703Z | lock 0.031997098 |
2143 | 2023-12-13T04:43:55.703Z | slp 0.020572062 |
2144 | 2023-12-13T04:43:55.703Z | lat 0.001527803 |
2145 | 2023-12-13T04:43:55.703Z | stop 0.000230555 |
2146 | 2023-12-13T04:43:55.703Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2147 | 2023-12-13T04:43:56.775Z | Finished release [optimized] target(s) in 0.98s |
2148 | 2023-12-13T04:43:56.808Z | Running `target/release/omicron-package -t host package` |
2149 | 2023-12-13T04:43:56.853Z | Dec 13 04:43:56.848 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2150 | 2023-12-13T04:43:57.980Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2151 | 2023-12-13T04:47:31.490Z | Finished release [optimized] target(s) in 3m 34s |
2152 | 2023-12-13T04:48:40.867Z | |
2153 | 2023-12-13T04:48:40.870Z | real 4:45.173144754 |
2154 | 2023-12-13T04:48:40.870Z | user 21:15.221265050 |
2155 | 2023-12-13T04:48:40.870Z | sys 59.077639834 |
2156 | 2023-12-13T04:48:40.870Z | trap 0.594145570 |
2157 | 2023-12-13T04:48:40.870Z | tflt 0.020303476 |
2158 | 2023-12-13T04:48:40.870Z | dflt 1.205414120 |
2159 | 2023-12-13T04:48:40.870Z | kflt 0.014878288 |
2160 | 2023-12-13T04:48:40.870Z | lock 1:08:34.511259114 |
2161 | 2023-12-13T04:48:40.870Z | slp 18:51.230223343 |
2162 | 2023-12-13T04:48:40.870Z | lat 10.626020476 |
2163 | 2023-12-13T04:48:40.870Z | stop 0.753578324 |
2164 | 2023-12-13T04:48:40.870Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2165 | 2023-12-13T04:48:40.871Z | + for package in "$@" |
2166 | 2023-12-13T04:48:40.871Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2167 | 2023-12-13T04:48:40.871Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+gitd75fe7aa180 |
2168 | 2023-12-13T04:48:42.007Z | Finished release [optimized] target(s) in 1.05s |
2169 | 2023-12-13T04:48:42.038Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+gitd75fe7aa180` |
2170 | 2023-12-13T04:48:42.081Z | Dec 13 04:48:42.079 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2171 | 2023-12-13T04:48:42.614Z | Created: out/versioned/omicron-sled-agent.tar |
2172 | 2023-12-13T04:48:42.618Z | + for package in "$@" |
2173 | 2023-12-13T04:48:42.618Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2174 | 2023-12-13T04:48:42.618Z | + echo 0.0.0 |
2175 | 2023-12-13T04:48:42.621Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2176 | 2023-12-13T04:48:42.624Z | a VERSION 1K |
2177 | 2023-12-13T04:48:42.624Z | + rm VERSION |
2178 | 2023-12-13T04:48:42.627Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+gitd75fe7aa180 |
2179 | 2023-12-13T04:48:43.749Z | Finished release [optimized] target(s) in 1.03s |
2180 | 2023-12-13T04:48:43.774Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+gitd75fe7aa180` |
2181 | 2023-12-13T04:48:43.816Z | Dec 13 04:48:43.812 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2182 | 2023-12-13T04:48:44.118Z | Created: out/versioned/mg-ddm-gz.tar |
2183 | 2023-12-13T04:48:44.125Z | + for package in "$@" |
2184 | 2023-12-13T04:48:44.125Z | + [[ propolis-server == mg-ddm-gz ]] |
2185 | 2023-12-13T04:48:44.128Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+gitd75fe7aa180 |
2186 | 2023-12-13T04:48:45.279Z | Finished release [optimized] target(s) in 1.02s |
2187 | 2023-12-13T04:48:45.313Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+gitd75fe7aa180` |
2188 | 2023-12-13T04:48:45.351Z | Dec 13 04:48:45.347 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2189 | 2023-12-13T04:48:47.109Z | Created: out/versioned/propolis-server.tar.gz |
2190 | 2023-12-13T04:48:47.113Z | + for package in "$@" |
2191 | 2023-12-13T04:48:47.113Z | + [[ overlay == mg-ddm-gz ]] |
2192 | 2023-12-13T04:48:47.113Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+gitd75fe7aa180 |
2193 | 2023-12-13T04:48:48.180Z | Finished release [optimized] target(s) in 0.98s |
2194 | 2023-12-13T04:48:48.215Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+gitd75fe7aa180` |
2195 | 2023-12-13T04:48:48.257Z | Dec 13 04:48:48.255 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2196 | 2023-12-13T04:48:48.260Z | Created: out/versioned/overlay.tar.gz |
2197 | 2023-12-13T04:48:48.263Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2198 | 2023-12-13T04:48:48.274Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2199 | 2023-12-13T04:48:48.277Z | ++ cd -- ./tools |
2200 | 2023-12-13T04:48:48.277Z | ++ pwd |
2201 | 2023-12-13T04:48:48.277Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2202 | 2023-12-13T04:48:48.280Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2203 | 2023-12-13T04:48:48.284Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2204 | 2023-12-13T04:48:48.284Z | ++ readlink -f /work |
2205 | 2023-12-13T04:48:48.290Z | + out_dir=/work |
2206 | 2023-12-13T04:48:48.290Z | + 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") |
2207 | 2023-12-13T04:48:48.290Z | + for dep in "${deps[@]}" |
2208 | 2023-12-13T04:48:48.290Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2209 | 2023-12-13T04:48:48.290Z | + for dep in "${deps[@]}" |
2210 | 2023-12-13T04:48:48.290Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2211 | 2023-12-13T04:48:48.290Z | + for dep in "${deps[@]}" |
2212 | 2023-12-13T04:48:48.290Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2213 | 2023-12-13T04:48:48.290Z | + for dep in "${deps[@]}" |
2214 | 2023-12-13T04:48:48.290Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2215 | 2023-12-13T04:48:48.290Z | ++ mktemp -d |
2216 | 2023-12-13T04:48:48.294Z | + tmp_gz=/tmp/tmp.FIayBh |
2217 | 2023-12-13T04:48:48.294Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2218 | 2023-12-13T04:48:48.294Z | + echo '{"v":"1","t":"layer"}' |
2219 | 2023-12-13T04:48:48.294Z | + pkg_dir=/tmp/tmp.FIayBh/root/opt/oxide/sled-agent |
2220 | 2023-12-13T04:48:48.294Z | + mkdir -p /tmp/tmp.FIayBh/root/opt/oxide/sled-agent |
2221 | 2023-12-13T04:48:48.294Z | + cd /tmp/tmp.FIayBh/root/opt/oxide/sled-agent |
2222 | 2023-12-13T04:48:48.294Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2223 | 2023-12-13T04:48:48.421Z | x ., 0 bytes, 0 tape blocks |
2224 | 2023-12-13T04:48:48.421Z | x zone-bundle, 39194528 bytes, 76552 tape blocks |
2225 | 2023-12-13T04:48:48.421Z | x sled-agent, 72677480 bytes, 141949 tape blocks |
2226 | 2023-12-13T04:48:48.421Z | x pkg, 0 bytes, 0 tape blocks |
2227 | 2023-12-13T04:48:48.421Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2228 | 2023-12-13T04:48:48.421Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2229 | 2023-12-13T04:48:48.422Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2230 | 2023-12-13T04:48:48.422Z | x VERSION, 25 bytes, 1 tape blocks |
2231 | 2023-12-13T04:48:48.429Z | + mkdir -p /tmp/tmp.FIayBh/root/lib/svc/manifest/site/ |
2232 | 2023-12-13T04:48:48.429Z | + mv pkg/manifest.xml /tmp/tmp.FIayBh/root/lib/svc/manifest/site/sled-agent.xml |
2233 | 2023-12-13T04:48:48.429Z | + cd - |
2234 | 2023-12-13T04:48:48.429Z | /work/oxidecomputer/omicron |
2235 | 2023-12-13T04:48:48.429Z | + pkg_dir=/tmp/tmp.FIayBh/root/opt/oxide/mg-ddm |
2236 | 2023-12-13T04:48:48.429Z | + mkdir -p /tmp/tmp.FIayBh/root/opt/oxide/mg-ddm |
2237 | 2023-12-13T04:48:48.429Z | + cd /tmp/tmp.FIayBh/root/opt/oxide/mg-ddm |
2238 | 2023-12-13T04:48:48.430Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2239 | 2023-12-13T04:48:48.494Z | x ., 0 bytes, 0 tape blocks |
2240 | 2023-12-13T04:48:48.494Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2241 | 2023-12-13T04:48:48.494Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2242 | 2023-12-13T04:48:48.494Z | x pkg, 0 bytes, 0 tape blocks |
2243 | 2023-12-13T04:48:48.494Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2244 | 2023-12-13T04:48:48.495Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2245 | 2023-12-13T04:48:48.495Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2246 | 2023-12-13T04:48:48.495Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2247 | 2023-12-13T04:48:48.495Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2248 | 2023-12-13T04:48:48.495Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2249 | 2023-12-13T04:48:48.495Z | x VERSION, 25 bytes, 1 tape blocks |
2250 | 2023-12-13T04:48:48.501Z | + cd - |
2251 | 2023-12-13T04:48:48.501Z | /work/oxidecomputer/omicron |
2252 | 2023-12-13T04:48:48.501Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.FIayBh/root/opt/oxide |
2253 | 2023-12-13T04:48:48.616Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.FIayBh/root/opt/oxide |
2254 | 2023-12-13T04:48:48.621Z | + cd /tmp/tmp.FIayBh |
2255 | 2023-12-13T04:48:48.621Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2256 | 2023-12-13T04:49:00.199Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2257 | 2023-12-13T04:49:00.199Z | a oxide.json 1K |
2258 | 2023-12-13T04:49:00.200Z | a root/ 0K |
2259 | 2023-12-13T04:49:00.200Z | a root/opt/ 0K |
2260 | 2023-12-13T04:49:00.200Z | a root/opt/oxide/ 0K |
2261 | 2023-12-13T04:49:00.200Z | a root/opt/oxide/sled-agent/ 0K |
2262 | 2023-12-13T04:49:00.200Z | a root/opt/oxide/sled-agent/zone-bundle 38276K |
2263 | 2023-12-13T04:49:00.200Z | a root/opt/oxide/sled-agent/sled-agent 70975K |
2264 | 2023-12-13T04:49:00.200Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2265 | 2023-12-13T04:49:00.200Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2266 | 2023-12-13T04:49:00.200Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2267 | 2023-12-13T04:49:00.200Z | a root/opt/oxide/sled-agent/VERSION 1K |
2268 | 2023-12-13T04:49:00.200Z | a root/opt/oxide/mg-ddm/ 0K |
2269 | 2023-12-13T04:49:00.200Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2270 | 2023-12-13T04:49:00.200Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2271 | 2023-12-13T04:49:00.200Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2272 | 2023-12-13T04:49:00.201Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2273 | 2023-12-13T04:49:00.201Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2274 | 2023-12-13T04:49:00.201Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2275 | 2023-12-13T04:49:00.201Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2276 | 2023-12-13T04:49:00.201Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2277 | 2023-12-13T04:49:00.201Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2278 | 2023-12-13T04:49:00.201Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2279 | 2023-12-13T04:49:00.201Z | a root/opt/oxide/propolis-server.tar.gz 65079K |
2280 | 2023-12-13T04:49:00.201Z | a root/opt/oxide/overlay.tar.gz 2K |
2281 | 2023-12-13T04:49:00.201Z | a root/lib/ 0K |
2282 | 2023-12-13T04:49:00.201Z | a root/lib/svc/ 0K |
2283 | 2023-12-13T04:49:00.201Z | a root/lib/svc/manifest/ 0K |
2284 | 2023-12-13T04:49:00.201Z | a root/lib/svc/manifest/site/ 0K |
2285 | 2023-12-13T04:49:00.201Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2286 | 2023-12-13T04:49:00.217Z | + cd / |
2287 | 2023-12-13T04:49:00.217Z | + rm -rf /tmp/tmp.FIayBh |
2288 | 2023-12-13T04:49:00.217Z | |
2289 | 2023-12-13T04:49:00.217Z | real 11.904224576 |
2290 | 2023-12-13T04:49:00.217Z | user 10.994376207 |
2291 | 2023-12-13T04:49:00.217Z | sys 0.969341188 |
2292 | 2023-12-13T04:49:00.217Z | trap 0.005321223 |
2293 | 2023-12-13T04:49:00.218Z | tflt 0.000000000 |
2294 | 2023-12-13T04:49:00.218Z | dflt 0.000000000 |
2295 | 2023-12-13T04:49:00.218Z | kflt 0.000000000 |
2296 | 2023-12-13T04:49:00.218Z | lock 0.000000000 |
2297 | 2023-12-13T04:49:00.218Z | slp 22.959813568 |
2298 | 2023-12-13T04:49:00.218Z | lat 0.369093787 |
2299 | 2023-12-13T04:49:00.218Z | stop 0.000309779 |
2300 | 2023-12-13T04:49:00.218Z | + mkdir -p /work/zones |
2301 | 2023-12-13T04:49:00.218Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2302 | 2023-12-13T04:49:00.218Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2303 | 2023-12-13T04:49:03.910Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2304 | 2023-12-13T04:49:05.081Z | Finished release [optimized] target(s) in 1.07s |
2305 | 2023-12-13T04:49:05.110Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2306 | 2023-12-13T04:49:05.149Z | Created new build target 'recovery' and set it as active |
2307 | 2023-12-13T04:49:05.153Z | |
2308 | 2023-12-13T04:49:05.153Z | real 1.236076477 |
2309 | 2023-12-13T04:49:05.153Z | user 0.868054287 |
2310 | 2023-12-13T04:49:05.153Z | sys 0.366130569 |
2311 | 2023-12-13T04:49:05.154Z | trap 0.000799518 |
2312 | 2023-12-13T04:49:05.154Z | tflt 0.000003898 |
2313 | 2023-12-13T04:49:05.154Z | dflt 0.000015326 |
2314 | 2023-12-13T04:49:05.154Z | kflt 0.000007063 |
2315 | 2023-12-13T04:49:05.154Z | lock 0.034893667 |
2316 | 2023-12-13T04:49:05.154Z | slp 0.022196964 |
2317 | 2023-12-13T04:49:05.154Z | lat 0.003815615 |
2318 | 2023-12-13T04:49:05.154Z | stop 0.000232577 |
2319 | 2023-12-13T04:49:05.165Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2320 | 2023-12-13T04:49:06.307Z | Finished release [optimized] target(s) in 1.06s |
2321 | 2023-12-13T04:49:06.336Z | Running `target/release/omicron-package -t recovery package` |
2322 | 2023-12-13T04:49:06.419Z | Dec 13 04:49:06.375 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2323 | 2023-12-13T04:49:07.360Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2324 | 2023-12-13T04:49:11.129Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2325 | 2023-12-13T04:49:41.753Z | Finished release [optimized] target(s) in 35.28s |
2326 | 2023-12-13T04:49:55.858Z | |
2327 | 2023-12-13T04:49:55.858Z | real 50.698191121 |
2328 | 2023-12-13T04:49:55.858Z | user 2:28.418252442 |
2329 | 2023-12-13T04:49:55.858Z | sys 12.486833442 |
2330 | 2023-12-13T04:49:55.858Z | trap 0.077012017 |
2331 | 2023-12-13T04:49:55.858Z | tflt 0.043917718 |
2332 | 2023-12-13T04:49:55.858Z | dflt 0.834595584 |
2333 | 2023-12-13T04:49:55.864Z | kflt 0.000000000 |
2334 | 2023-12-13T04:49:55.864Z | lock 11:23.539041979 |
2335 | 2023-12-13T04:49:55.864Z | slp 2:28.570113842 |
2336 | 2023-12-13T04:49:55.864Z | lat 1.774719780 |
2337 | 2023-12-13T04:49:55.865Z | stop 0.188061401 |
2338 | 2023-12-13T04:49:55.865Z | + stamp_packages installinator mg-ddm-gz |
2339 | 2023-12-13T04:49:55.865Z | + for package in "$@" |
2340 | 2023-12-13T04:49:55.865Z | + [[ installinator == mg-ddm-gz ]] |
2341 | 2023-12-13T04:49:55.865Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+gitd75fe7aa180 |
2342 | 2023-12-13T04:49:56.949Z | Finished release [optimized] target(s) in 1.00s |
2343 | 2023-12-13T04:49:56.985Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+gitd75fe7aa180` |
2344 | 2023-12-13T04:49:57.035Z | Dec 13 04:49:57.025 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2345 | 2023-12-13T04:49:57.259Z | Created: out/versioned/installinator.tar |
2346 | 2023-12-13T04:49:57.275Z | + for package in "$@" |
2347 | 2023-12-13T04:49:57.275Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2348 | 2023-12-13T04:49:57.275Z | + echo 0.0.0 |
2349 | 2023-12-13T04:49:57.275Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2350 | 2023-12-13T04:49:57.275Z | a VERSION 1K |
2351 | 2023-12-13T04:49:57.276Z | + rm VERSION |
2352 | 2023-12-13T04:49:57.276Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+gitd75fe7aa180 |
2353 | 2023-12-13T04:49:58.237Z | Finished release [optimized] target(s) in 0.97s |
2354 | 2023-12-13T04:49:58.289Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+gitd75fe7aa180` |
2355 | 2023-12-13T04:49:58.308Z | Dec 13 04:49:58.304 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2356 | 2023-12-13T04:49:58.491Z | Created: out/versioned/mg-ddm-gz.tar |
2357 | 2023-12-13T04:49:58.509Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2358 | 2023-12-13T04:49:58.510Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2359 | 2023-12-13T04:49:58.510Z | ++ cd -- ./tools |
2360 | 2023-12-13T04:49:58.510Z | ++ pwd |
2361 | 2023-12-13T04:49:58.515Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2362 | 2023-12-13T04:49:58.515Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2363 | 2023-12-13T04:49:58.515Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2364 | 2023-12-13T04:49:58.520Z | ++ readlink -f /work |
2365 | 2023-12-13T04:49:58.520Z | + out_dir=/work |
2366 | 2023-12-13T04:49:58.520Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2367 | 2023-12-13T04:49:58.520Z | + for dep in "${deps[@]}" |
2368 | 2023-12-13T04:49:58.520Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2369 | 2023-12-13T04:49:58.520Z | + for dep in "${deps[@]}" |
2370 | 2023-12-13T04:49:58.520Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2371 | 2023-12-13T04:49:58.520Z | ++ mktemp -d |
2372 | 2023-12-13T04:49:58.599Z | + tmp_trampoline=/tmp/tmp.2RaWFh |
2373 | 2023-12-13T04:49:58.599Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2374 | 2023-12-13T04:49:58.599Z | + echo '{"v":"1","t":"layer"}' |
2375 | 2023-12-13T04:49:58.599Z | + pkg_dir=/tmp/tmp.2RaWFh/root/opt/oxide/installinator |
2376 | 2023-12-13T04:49:58.599Z | + mkdir -p /tmp/tmp.2RaWFh/root/opt/oxide/installinator |
2377 | 2023-12-13T04:49:58.599Z | + cd /tmp/tmp.2RaWFh/root/opt/oxide/installinator |
2378 | 2023-12-13T04:49:58.600Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2379 | 2023-12-13T04:49:58.617Z | x ., 0 bytes, 0 tape blocks |
2380 | 2023-12-13T04:49:58.617Z | x installinator, 52097816 bytes, 101754 tape blocks |
2381 | 2023-12-13T04:49:58.617Z | x pkg, 0 bytes, 0 tape blocks |
2382 | 2023-12-13T04:49:58.617Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2383 | 2023-12-13T04:49:58.617Z | x VERSION, 25 bytes, 1 tape blocks |
2384 | 2023-12-13T04:49:58.617Z | + mkdir -p /tmp/tmp.2RaWFh/root/lib/svc/manifest/site/ |
2385 | 2023-12-13T04:49:58.618Z | + mv pkg/manifest.xml /tmp/tmp.2RaWFh/root/lib/svc/manifest/site/installinator.xml |
2386 | 2023-12-13T04:49:58.618Z | + cd - |
2387 | 2023-12-13T04:49:58.618Z | /work/oxidecomputer/omicron |
2388 | 2023-12-13T04:49:58.618Z | + pkg_dir=/tmp/tmp.2RaWFh/root/opt/oxide/mg-ddm |
2389 | 2023-12-13T04:49:58.618Z | + mkdir -p /tmp/tmp.2RaWFh/root/opt/oxide/mg-ddm |
2390 | 2023-12-13T04:49:58.618Z | + cd /tmp/tmp.2RaWFh/root/opt/oxide/mg-ddm |
2391 | 2023-12-13T04:49:58.618Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2392 | 2023-12-13T04:49:58.657Z | x ., 0 bytes, 0 tape blocks |
2393 | 2023-12-13T04:49:58.657Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2394 | 2023-12-13T04:49:58.657Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2395 | 2023-12-13T04:49:58.657Z | x pkg, 0 bytes, 0 tape blocks |
2396 | 2023-12-13T04:49:58.657Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2397 | 2023-12-13T04:49:58.657Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2398 | 2023-12-13T04:49:58.657Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2399 | 2023-12-13T04:49:58.657Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2400 | 2023-12-13T04:49:58.658Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2401 | 2023-12-13T04:49:58.658Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2402 | 2023-12-13T04:49:58.658Z | x VERSION, 25 bytes, 1 tape blocks |
2403 | 2023-12-13T04:49:58.662Z | + cd - |
2404 | 2023-12-13T04:49:58.662Z | /work/oxidecomputer/omicron |
2405 | 2023-12-13T04:49:58.662Z | + cd /tmp/tmp.2RaWFh |
2406 | 2023-12-13T04:49:58.662Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2407 | 2023-12-13T04:50:04.658Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2408 | 2023-12-13T04:50:04.658Z | a oxide.json 1K |
2409 | 2023-12-13T04:50:04.658Z | a root/ 0K |
2410 | 2023-12-13T04:50:04.658Z | a root/opt/ 0K |
2411 | 2023-12-13T04:50:04.658Z | a root/opt/oxide/ 0K |
2412 | 2023-12-13T04:50:04.658Z | a root/opt/oxide/installinator/ 0K |
2413 | 2023-12-13T04:50:04.659Z | a root/opt/oxide/installinator/installinator 50877K |
2414 | 2023-12-13T04:50:04.659Z | a root/opt/oxide/installinator/pkg/ 0K |
2415 | 2023-12-13T04:50:04.659Z | a root/opt/oxide/installinator/VERSION 1K |
2416 | 2023-12-13T04:50:04.659Z | a root/opt/oxide/mg-ddm/ 0K |
2417 | 2023-12-13T04:50:04.659Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2418 | 2023-12-13T04:50:04.659Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2419 | 2023-12-13T04:50:04.659Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2420 | 2023-12-13T04:50:04.659Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2421 | 2023-12-13T04:50:04.659Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2422 | 2023-12-13T04:50:04.659Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2423 | 2023-12-13T04:50:04.659Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2424 | 2023-12-13T04:50:04.659Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2425 | 2023-12-13T04:50:04.659Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2426 | 2023-12-13T04:50:04.659Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2427 | 2023-12-13T04:50:04.659Z | a root/lib/ 0K |
2428 | 2023-12-13T04:50:04.659Z | a root/lib/svc/ 0K |
2429 | 2023-12-13T04:50:04.659Z | a root/lib/svc/manifest/ 0K |
2430 | 2023-12-13T04:50:04.659Z | a root/lib/svc/manifest/site/ 0K |
2431 | 2023-12-13T04:50:04.659Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2432 | 2023-12-13T04:50:04.667Z | + cd / |
2433 | 2023-12-13T04:50:04.667Z | + rm -rf /tmp/tmp.2RaWFh |
2434 | 2023-12-13T04:50:04.687Z | |
2435 | 2023-12-13T04:50:04.711Z | real 6.183689138 |
2436 | 2023-12-13T04:50:04.711Z | user 5.775260609 |
2437 | 2023-12-13T04:50:04.711Z | sys 0.436770931 |
2438 | 2023-12-13T04:50:04.712Z | trap 0.001831144 |
2439 | 2023-12-13T04:50:04.712Z | tflt 0.000000000 |
2440 | 2023-12-13T04:50:04.712Z | dflt 0.000000000 |
2441 | 2023-12-13T04:50:04.712Z | kflt 0.000000000 |
2442 | 2023-12-13T04:50:04.712Z | lock 0.000000000 |
2443 | 2023-12-13T04:50:04.712Z | slp 11.955059242 |
2444 | 2023-12-13T04:50:04.712Z | lat 0.181040055 |
2445 | 2023-12-13T04:50:04.712Z | stop 0.000289743 |
2446 | 2023-12-13T04:50:04.712Z | process exited: duration 2367950 ms, exit code 0 |
|
2447 | 2023-12-13T04:50:04.741Z | found 21 output files |
2448 | 2023-12-13T04:50:04.742Z | uploading: /work/version.txt (26 bytes) |
2449 | 2023-12-13T04:50:05.771Z | uploaded: /work/version.txt |
2450 | 2023-12-13T04:50:05.772Z | uploading: /work/package.tar.gz (79797350 bytes) |
2451 | 2023-12-13T04:50:29.532Z | uploaded: /work/package.tar.gz |
2452 | 2023-12-13T04:50:29.533Z | uploading: /work/global-zone-packages.tar.gz (121423939 bytes) |
2453 | 2023-12-13T04:51:39.863Z | uploaded: /work/global-zone-packages.tar.gz |
2454 | 2023-12-13T04:51:39.863Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36458912 bytes) |
2455 | 2023-12-13T04:51:49.589Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2456 | 2023-12-13T04:51:49.589Z | uploading: /work/zones/clickhouse.tar.gz (181778665 bytes) |
2457 | 2023-12-13T04:53:04.547Z | uploaded: /work/zones/clickhouse.tar.gz |
2458 | 2023-12-13T04:53:04.547Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181773282 bytes) |
2459 | 2023-12-13T04:54:13.542Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2460 | 2023-12-13T04:54:13.542Z | uploading: /work/zones/cockroachdb.tar.gz (118853560 bytes) |
2461 | 2023-12-13T04:54:56.971Z | uploaded: /work/zones/cockroachdb.tar.gz |
2462 | 2023-12-13T04:54:56.971Z | uploading: /work/zones/crucible-pantry.tar.gz (22399870 bytes) |
2463 | 2023-12-13T04:55:05.546Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2464 | 2023-12-13T04:55:05.546Z | uploading: /work/zones/crucible.tar.gz (42277237 bytes) |
2465 | 2023-12-13T04:55:30.105Z | uploaded: /work/zones/crucible.tar.gz |
2466 | 2023-12-13T04:55:30.105Z | uploading: /work/zones/external-dns.tar.gz (24146998 bytes) |
2467 | 2023-12-13T04:55:36.853Z | uploaded: /work/zones/external-dns.tar.gz |
2468 | 2023-12-13T04:55:36.853Z | uploading: /work/zones/internal-dns.tar.gz (24146998 bytes) |
2469 | 2023-12-13T04:55:46.105Z | uploaded: /work/zones/internal-dns.tar.gz |
2470 | 2023-12-13T04:55:46.105Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2471 | 2023-12-13T04:55:47.125Z | uploaded: /work/zones/ntp.tar.gz |
2472 | 2023-12-13T04:55:47.126Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18222920 bytes) |
2473 | 2023-12-13T04:55:53.884Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2474 | 2023-12-13T04:55:53.884Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18223019 bytes) |
2475 | 2023-12-13T04:56:02.940Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2476 | 2023-12-13T04:56:02.940Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (74906894 bytes) |
2477 | 2023-12-13T04:56:49.728Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2478 | 2023-12-13T04:56:49.729Z | uploading: /work/zones/omicron-nexus.tar.gz (74904786 bytes) |
2479 | 2023-12-13T04:57:13.906Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2480 | 2023-12-13T04:57:13.906Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2481 | 2023-12-13T04:57:14.945Z | uploaded: /work/zones/overlay.tar.gz |
2482 | 2023-12-13T04:57:14.946Z | uploading: /work/zones/oximeter-collector.tar.gz (36183886 bytes) |
2483 | 2023-12-13T04:57:29.202Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2484 | 2023-12-13T04:57:29.203Z | uploading: /work/zones/propolis-server.tar.gz (66640911 bytes) |
2485 | 2023-12-13T04:57:56.548Z | uploaded: /work/zones/propolis-server.tar.gz |
2486 | 2023-12-13T04:57:56.548Z | uploading: /work/zones/switch-asic.tar.gz (247112921 bytes) |
2487 | 2023-12-13T04:59:31.978Z | uploaded: /work/zones/switch-asic.tar.gz |
2488 | 2023-12-13T04:59:31.978Z | uploading: /work/zones/switch-softnpu.tar.gz (169894207 bytes) |
2489 | 2023-12-13T05:00:46.986Z | uploaded: /work/zones/switch-softnpu.tar.gz |