|
|
|
1 | 2024-01-23T17:43:27.979Z | job assigned to worker 01HMVPN404BDT1KGQH7D91BKKA (queued for 20 m 47 s) |
|
2 | 2024-01-23T17:43:28.347Z | starting task 0: "setup" |
3 | 2024-01-23T17:43:28.412Z | ++ uname -s |
4 | 2024-01-23T17:43:28.415Z | + kern=SunOS |
5 | 2024-01-23T17:43:28.415Z | + case "$kern" in |
6 | 2024-01-23T17:43:28.415Z | + groupadd -g 12345 build |
7 | 2024-01-23T17:43:28.418Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-23T17:43:30.474Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-23T17:43:30.597Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-23T17:43:30.600Z | + home_fs=zfs |
11 | 2024-01-23T17:43:30.600Z | + [[ zfs == autofs ]] |
12 | 2024-01-23T17:43:30.600Z | + mkdir -p /home/build |
13 | 2024-01-23T17:43:30.603Z | + chown build:build /home/build /work |
14 | 2024-01-23T17:43:32.604Z | + chmod 0700 /home/build /work |
15 | 2024-01-23T17:43:32.608Z | process exited: duration 4265 ms, exit code 0 |
|
16 | 2024-01-23T17:43:32.614Z | starting task 1: "rust-toolchain" |
17 | 2024-01-23T17:43:32.624Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-23T17:43:32.627Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-23T17:43:32.826Z | info: downloading installer |
20 | 2024-01-23T17:43:34.539Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-23T17:43:34.539Z | warning: /opt/ooce/bin |
22 | 2024-01-23T17:43:34.539Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-23T17:43:34.539Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-23T17:43:34.539Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-23T17:43:34.539Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-23T17:43:34.540Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-23T17:43:34.540Z | error: cannot install while Rust is installed |
28 | 2024-01-23T17:43:34.540Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-23T17:43:34.707Z | info: profile set to 'default' |
30 | 2024-01-23T17:43:34.708Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-23T17:43:34.711Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-23T17:43:34.951Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-23T17:43:34.951Z | info: downloading component 'cargo' |
34 | 2024-01-23T17:43:35.915Z | info: downloading component 'clippy' |
35 | 2024-01-23T17:43:36.266Z | info: downloading component 'rust-docs' |
36 | 2024-01-23T17:43:37.501Z | info: downloading component 'rust-std' |
37 | 2024-01-23T17:43:39.759Z | info: downloading component 'rustc' |
38 | 2024-01-23T17:43:45.179Z | info: downloading component 'rustfmt' |
39 | 2024-01-23T17:43:45.491Z | info: installing component 'cargo' |
40 | 2024-01-23T17:43:46.995Z | info: installing component 'clippy' |
41 | 2024-01-23T17:43:47.647Z | info: installing component 'rust-docs' |
42 | 2024-01-23T17:43:50.413Z | info: installing component 'rust-std' |
43 | 2024-01-23T17:43:53.665Z | info: installing component 'rustc' |
44 | 2024-01-23T17:44:03.420Z | info: installing component 'rustfmt' |
45 | 2024-01-23T17:44:04.078Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-23T17:44:04.078Z | |
47 | 2024-01-23T17:44:04.214Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-23T17:44:04.214Z | |
49 | 2024-01-23T17:44:04.217Z | |
50 | 2024-01-23T17:44:04.217Z | Rust is installed now. Great! |
51 | 2024-01-23T17:44:04.217Z | |
52 | 2024-01-23T17:44:04.218Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-23T17:44:04.218Z | environment variable. This has not been done automatically. |
54 | 2024-01-23T17:44:04.218Z | |
55 | 2024-01-23T17:44:04.218Z | To configure your current shell, run: |
56 | 2024-01-23T17:44:04.218Z | source "$HOME/.cargo/env" |
57 | 2024-01-23T17:44:04.306Z | + rustc --version |
58 | 2024-01-23T17:44:04.421Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-23T17:44:04.427Z | process exited: duration 31832 ms, exit code 0 |
|
60 | 2024-01-23T17:44:04.437Z | starting task 2: "authentication" |
61 | 2024-01-23T17:44:04.469Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2024-01-23T17:44:04.488Z | starting task 3: "clone repository" |
63 | 2024-01-23T17:44:04.495Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-23T17:44:04.498Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-23T17:44:04.873Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-23T17:44:15.384Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-23T17:44:15.384Z | + [[ -n felixmcfelix/opte-fix-tcp ]] |
68 | 2024-01-23T17:44:15.388Z | + git fetch origin felixmcfelix/opte-fix-tcp |
69 | 2024-01-23T17:44:15.725Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-01-23T17:44:15.725Z | * branch felixmcfelix/opte-fix-tcp -> FETCH_HEAD |
71 | 2024-01-23T17:44:15.736Z | + git checkout -B felixmcfelix/opte-fix-tcp remotes/origin/felixmcfelix/opte-fix-tcp |
72 | 2024-01-23T17:44:15.819Z | Switched to a new branch 'felixmcfelix/opte-fix-tcp' |
73 | 2024-01-23T17:44:15.822Z | branch 'felixmcfelix/opte-fix-tcp' set up to track 'origin/felixmcfelix/opte-fix-tcp'. |
74 | 2024-01-23T17:44:15.822Z | + git reset --hard dff486659452757fe608a4d9545f9dd31a63794a |
75 | 2024-01-23T17:44:15.951Z | HEAD is now at dff486659 Chore: Update OPTE to v0.27.214 |
76 | 2024-01-23T17:44:15.956Z | process exited: duration 11472 ms, exit code 0 |
|
77 | 2024-01-23T17:44:15.963Z | starting task 4: "build" |
78 | 2024-01-23T17:44:15.970Z | + cargo --version |
79 | 2024-01-23T17:44:15.977Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
80 | 2024-01-23T17:44:16.213Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
81 | 2024-01-23T17:44:16.216Z | info: downloading component 'cargo' |
82 | 2024-01-23T17:44:17.241Z | info: downloading component 'clippy' |
83 | 2024-01-23T17:44:17.571Z | info: downloading component 'rust-docs' |
84 | 2024-01-23T17:44:18.834Z | info: downloading component 'rust-std' |
85 | 2024-01-23T17:44:20.739Z | info: downloading component 'rustc' |
86 | 2024-01-23T17:44:25.994Z | info: downloading component 'rustfmt' |
87 | 2024-01-23T17:44:26.293Z | info: installing component 'cargo' |
88 | 2024-01-23T17:44:27.706Z | info: installing component 'clippy' |
89 | 2024-01-23T17:44:28.192Z | info: installing component 'rust-docs' |
90 | 2024-01-23T17:44:31.069Z | info: installing component 'rust-std' |
91 | 2024-01-23T17:44:33.489Z | info: installing component 'rustc' |
92 | 2024-01-23T17:44:39.809Z | info: installing component 'rustfmt' |
93 | 2024-01-23T17:44:40.350Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
94 | 2024-01-23T17:44:40.354Z | + rustc --version |
95 | 2024-01-23T17:44:40.485Z | rustc 1.74.1 (a28077b28 2023-12-04) |
96 | 2024-01-23T17:44:40.493Z | ++ git rev-parse HEAD |
97 | 2024-01-23T17:44:40.497Z | + COMMIT=dff486659452757fe608a4d9545f9dd31a63794a |
98 | 2024-01-23T17:44:40.500Z | + VERSION=5.0.0-0.ci+gitdff48665945 |
99 | 2024-01-23T17:44:40.500Z | + echo 5.0.0-0.ci+gitdff48665945 |
100 | 2024-01-23T17:44:40.500Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2024-01-23T17:44:56.064Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2024-01-23T17:44:57.885Z | Startup: Caching catalogs ... Done |
103 | 2024-01-23T17:45:00.396Z | Planning: Solver setup ... Done (2.004s) |
104 | 2024-01-23T17:45:00.450Z | Planning: Running solver ... Done (0.054s) |
105 | 2024-01-23T17:45:00.483Z | Planning: Finding local manifests ... Done (0.003s) |
106 | 2024-01-23T17:45:00.497Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2024-01-23T17:45:00.841Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2024-01-23T17:45:00.926Z | Planning: Package planning ... Done (0.084s) |
109 | 2024-01-23T17:45:01.013Z | Planning: Merging actions ... Done (0.087s) |
110 | 2024-01-23T17:45:02.378Z | Planning: Checking for conflicting actions ... Done (1.366s) |
111 | 2024-01-23T17:45:02.398Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2024-01-23T17:45:09.758Z | Planning: Evaluating mediators ... Done (7.367s) |
113 | 2024-01-23T17:45:09.773Z | Planning: Planning completed in 11.83 seconds |
114 | 2024-01-23T17:45:14.441Z | Packages to install: 4 |
115 | 2024-01-23T17:45:14.441Z | Mediators to change: 2 |
116 | 2024-01-23T17:45:14.442Z | Services to change: 1 |
117 | 2024-01-23T17:45:14.445Z | Estimated space available: 148.87 GB |
118 | 2024-01-23T17:45:14.445Z | Estimated space to be consumed: 1.40 GB |
119 | 2024-01-23T17:45:14.445Z | Create boot environment: No |
120 | 2024-01-23T17:45:14.445Z | Create backup boot environment: No |
121 | 2024-01-23T17:45:14.445Z | Rebuild boot archive: No |
122 | 2024-01-23T17:45:14.446Z | |
123 | 2024-01-23T17:45:14.446Z | Changed mediators: |
124 | 2024-01-23T17:45:14.446Z | mediator clang: |
125 | 2024-01-23T17:45:14.446Z | version: None -> 15 (system default) |
126 | 2024-01-23T17:45:14.446Z | |
127 | 2024-01-23T17:45:14.446Z | mediator llvm: |
128 | 2024-01-23T17:45:14.446Z | version: 14 (system default) -> 15 (system default) |
129 | 2024-01-23T17:45:14.446Z | |
130 | 2024-01-23T17:45:14.446Z | Changed packages: |
131 | 2024-01-23T17:45:14.446Z | helios-dev |
132 | 2024-01-23T17:45:14.446Z | developer/build-essential |
133 | 2024-01-23T17:45:14.446Z | None -> 11-2.0 |
134 | 2024-01-23T17:45:14.446Z | library/libxmlsec1 |
135 | 2024-01-23T17:45:14.446Z | None -> 1.2.35-2.0 |
136 | 2024-01-23T17:45:14.446Z | ooce/developer/clang-15 |
137 | 2024-01-23T17:45:14.446Z | None -> 15.0.7-2.0 |
138 | 2024-01-23T17:45:14.446Z | ooce/developer/llvm-15 |
139 | 2024-01-23T17:45:14.446Z | None -> 15.0.7-2.0 |
140 | 2024-01-23T17:45:14.446Z | |
141 | 2024-01-23T17:45:14.446Z | Services: |
142 | 2024-01-23T17:45:14.446Z | restart_fmri: |
143 | 2024-01-23T17:45:14.446Z | svc:/system/update-man-index:default |
144 | 2024-01-23T17:45:14.767Z | |
145 | 2024-01-23T17:45:14.767Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2024-01-23T17:45:19.764Z | Download: 1237/3290 items 89.7/212.6MB 42% complete (17.8M/s) |
147 | 2024-01-23T17:45:24.761Z | Download: 3140/3290 items 140.6/212.6MB 66% complete (14.0M/s) |
148 | 2024-01-23T17:45:27.832Z | Download: Completed 212.60 MB in 13.07 seconds (16.3M/s) |
149 | 2024-01-23T17:45:28.316Z | Actions: 1/3689 actions (Installing new actions) |
150 | 2024-01-23T17:45:33.319Z | Actions: 3371/3689 actions (Installing new actions) |
151 | 2024-01-23T17:45:36.086Z | Actions: Completed 3689 actions in 7.77 seconds. |
152 | 2024-01-23T17:45:36.329Z | Done (0.235s) |
153 | 2024-01-23T17:45:36.329Z | Done (0.000s) |
154 | 2024-01-23T17:45:36.646Z | Done (0.317s) |
155 | 2024-01-23T17:45:45.006Z | Done (8.230s) |
156 | 2024-01-23T17:45:45.298Z | Done (0.186s) |
157 | 2024-01-23T17:45:45.302Z | Done (0.000s) |
158 | 2024-01-23T17:45:45.545Z | Done (0.000s) |
159 | 2024-01-23T17:45:46.297Z | Planning: Evaluating mediator changes ... Done |
160 | 2024-01-23T17:45:46.588Z | Planning: Checking for conflicting actions ... Done |
161 | 2024-01-23T17:45:46.591Z | Planning: Consolidating action changes ... Done |
162 | 2024-01-23T17:45:47.036Z | Planning: Evaluating mediators ... Done |
163 | 2024-01-23T17:45:47.040Z | Planning: Planning completed in 0.74 seconds |
164 | 2024-01-23T17:45:47.092Z | Mediators to change: 2 |
165 | 2024-01-23T17:45:47.093Z | Create boot environment: No |
166 | 2024-01-23T17:45:47.096Z | Create backup boot environment: No |
167 | 2024-01-23T17:45:47.231Z | Done |
168 | 2024-01-23T17:45:47.231Z | Done |
169 | 2024-01-23T17:45:47.441Z | Done |
170 | 2024-01-23T17:45:53.328Z | Done |
171 | 2024-01-23T17:45:53.451Z | Done |
172 | 2024-01-23T17:45:53.454Z | Done |
173 | 2024-01-23T17:45:53.571Z | Done |
174 | 2024-01-23T17:45:54.560Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-01-23T17:45:54.564Z | Planning: Merging actions ... Done |
176 | 2024-01-23T17:45:54.889Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-01-23T17:45:54.893Z | Planning: Consolidating action changes ... Done |
178 | 2024-01-23T17:45:55.323Z | Planning: Evaluating mediators ... Done |
179 | 2024-01-23T17:45:55.415Z | Planning: Planning completed in 1.29 seconds |
180 | 2024-01-23T17:45:55.471Z | Packages to change: 1 |
181 | 2024-01-23T17:45:55.472Z | Mediators to change: 1 |
182 | 2024-01-23T17:45:55.475Z | Services to change: 1 |
183 | 2024-01-23T17:45:55.475Z | Create boot environment: No |
184 | 2024-01-23T17:45:55.475Z | Create backup boot environment: Yes |
185 | 2024-01-23T17:45:57.516Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2024-01-23T17:45:57.519Z | Actions: Completed 6 actions in 0.00 seconds. |
187 | 2024-01-23T17:45:57.520Z | Done |
188 | 2024-01-23T17:45:57.520Z | Done |
189 | 2024-01-23T17:45:57.590Z | Done |
190 | 2024-01-23T17:46:03.486Z | Done |
191 | 2024-01-23T17:46:03.613Z | Done |
192 | 2024-01-23T17:46:03.617Z | Done |
193 | 2024-01-23T17:46:03.761Z | Done |
194 | 2024-01-23T17:46:04.444Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2024-01-23T17:46:04.444Z | clang system 15 system |
196 | 2024-01-23T17:46:04.444Z | csh system system illumos |
197 | 2024-01-23T17:46:04.445Z | ctags system system illumos |
198 | 2024-01-23T17:46:04.445Z | gcc vendor 12 vendor |
199 | 2024-01-23T17:46:04.445Z | gcc system 10 system |
200 | 2024-01-23T17:46:04.445Z | gcc system 7 system |
201 | 2024-01-23T17:46:04.445Z | go system 1.20 system |
202 | 2024-01-23T17:46:04.445Z | go system 1.19 system |
203 | 2024-01-23T17:46:04.445Z | llvm system 15 system |
204 | 2024-01-23T17:46:04.445Z | llvm system 14 system |
205 | 2024-01-23T17:46:04.445Z | mariadb system 10.6 system |
206 | 2024-01-23T17:46:04.445Z | mta vendor vendor dma |
207 | 2024-01-23T17:46:04.445Z | openjdk system 17 system |
208 | 2024-01-23T17:46:04.445Z | openjdk system 11 system |
209 | 2024-01-23T17:46:04.445Z | openjdk system 1.8 system |
210 | 2024-01-23T17:46:04.445Z | openssl vendor 3 vendor |
211 | 2024-01-23T17:46:04.445Z | perl system 5.36 system |
212 | 2024-01-23T17:46:04.445Z | postgresql system 15 system |
213 | 2024-01-23T17:46:04.445Z | postgresql system 13 system |
214 | 2024-01-23T17:46:04.445Z | python vendor 3 vendor |
215 | 2024-01-23T17:46:04.445Z | python system 2 system |
216 | 2024-01-23T17:46:04.445Z | python3 system 3.11 system |
217 | 2024-01-23T17:46:04.445Z | ruby system 3.0 system |
218 | 2024-01-23T17:46:04.445Z | words vendor vendor american-english |
219 | 2024-01-23T17:46:04.445Z | words system system australian-english |
220 | 2024-01-23T17:46:04.446Z | words system system british-english |
221 | 2024-01-23T17:46:04.446Z | words system system canadian-english |
222 | 2024-01-23T17:46:04.446Z | words system system french |
223 | 2024-01-23T17:46:04.446Z | words system system italian |
224 | 2024-01-23T17:46:04.446Z | words system system ngerman |
225 | 2024-01-23T17:46:04.446Z | words system system ogerman |
226 | 2024-01-23T17:46:04.446Z | words system system spanish |
227 | 2024-01-23T17:46:04.984Z | FMRI IFO |
228 | 2024-01-23T17:46:04.984Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
229 | 2024-01-23T17:46:04.984Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
230 | 2024-01-23T17:46:04.984Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
231 | 2024-01-23T17:46:04.984Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
232 | 2024-01-23T17:46:04.984Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
233 | 2024-01-23T17:46:04.984Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
234 | 2024-01-23T17:46:04.984Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
235 | 2024-01-23T17:46:04.984Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
236 | 2024-01-23T17:46:05.064Z | + set -o errexit |
237 | 2024-01-23T17:46:05.068Z | +++ dirname ./tools/ci_download_cockroachdb |
238 | 2024-01-23T17:46:05.071Z | ++ cd ./tools |
239 | 2024-01-23T17:46:05.071Z | ++ pwd |
240 | 2024-01-23T17:46:05.071Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
241 | 2024-01-23T17:46:05.071Z | ++ basename ./tools/ci_download_cockroachdb |
242 | 2024-01-23T17:46:05.075Z | + ARG0=ci_download_cockroachdb |
243 | 2024-01-23T17:46:05.075Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
244 | 2024-01-23T17:46:05.079Z | + CIDL_VERSION=v22.1.9 |
245 | 2024-01-23T17:46:05.079Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
246 | 2024-01-23T17:46:05.079Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
247 | 2024-01-23T17:46:05.079Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
248 | 2024-01-23T17:46:05.079Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
249 | 2024-01-23T17:46:05.079Z | + TARGET_DIR=out |
250 | 2024-01-23T17:46:05.079Z | + DOWNLOAD_DIR=out/downloads |
251 | 2024-01-23T17:46:05.079Z | + DEST_DIR=./out/cockroachdb |
252 | 2024-01-23T17:46:05.079Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
253 | 2024-01-23T17:46:05.079Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
254 | 2024-01-23T17:46:05.079Z | + main |
255 | 2024-01-23T17:46:05.079Z | + [[ 0 != 0 ]] |
256 | 2024-01-23T17:46:05.079Z | + CIDL_OS=solaris2.11 |
257 | 2024-01-23T17:46:05.079Z | + [[ 0 != 0 ]] |
258 | 2024-01-23T17:46:05.079Z | + configure_os solaris2.11 |
259 | 2024-01-23T17:46:05.080Z | + echo 'current directory: /work/oxidecomputer/omicron' |
260 | 2024-01-23T17:46:05.080Z | current directory: /work/oxidecomputer/omicron |
261 | 2024-01-23T17:46:05.080Z | + echo 'configuring based on OS: "solaris2.11"' |
262 | 2024-01-23T17:46:05.080Z | + case "$1" in |
263 | 2024-01-23T17:46:05.080Z | configuring based on OS: "solaris2.11" |
264 | 2024-01-23T17:46:05.080Z | + CIDL_BUILD=illumos |
265 | 2024-01-23T17:46:05.080Z | + CIDL_SUFFIX=tar.gz |
266 | 2024-01-23T17:46:05.080Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
267 | 2024-01-23T17:46:05.080Z | + CIDL_MD5FUNC=do_md5sum |
268 | 2024-01-23T17:46:05.080Z | + CIDL_URL_BASE=https://illumos.org/downloads |
269 | 2024-01-23T17:46:05.080Z | + CIDL_ASSEMBLE=do_assemble_illumos |
270 | 2024-01-23T17:46:05.080Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
271 | 2024-01-23T17:46:05.080Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-01-23T17:46:05.080Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-01-23T17:46:05.080Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
274 | 2024-01-23T17:46:05.080Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-01-23T17:46:05.080Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2024-01-23T17:46:05.080Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-01-23T17:46:05.080Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2024-01-23T17:46:05.080Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-01-23T17:46:05.080Z | + mkdir -p out/downloads |
280 | 2024-01-23T17:46:05.080Z | + mkdir -p ./out/cockroachdb |
281 | 2024-01-23T17:46:05.087Z | + local DO_DOWNLOAD=true |
282 | 2024-01-23T17:46:05.087Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
283 | 2024-01-23T17:46:05.087Z | + '[' true == true ']' |
284 | 2024-01-23T17:46:05.087Z | + echo Downloading... |
285 | 2024-01-23T17:46:05.087Z | Downloading... |
286 | 2024-01-23T17:46:05.087Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-01-23T17:46:05.087Z | + 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 |
288 | 2024-01-23T17:46:08.068Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-01-23T17:46:08.071Z | ++ md5sum |
290 | 2024-01-23T17:46:08.071Z | ++ awk '{print $1}' |
291 | 2024-01-23T17:46:08.318Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
292 | 2024-01-23T17:46:08.319Z | + [[ 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 ]] |
293 | 2024-01-23T17:46:08.322Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-01-23T17:46:08.322Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
295 | 2024-01-23T17:46:11.767Z | + do_assemble_illumos |
296 | 2024-01-23T17:46:11.767Z | + rm -r ./out/cockroachdb |
297 | 2024-01-23T17:46:11.771Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
298 | 2024-01-23T17:46:12.428Z | + ./out/cockroachdb/bin/cockroach version |
299 | 2024-01-23T17:46:12.892Z | Build Tag: v22.1.9-dirty |
300 | 2024-01-23T17:46:12.892Z | Build Time: 2022/10/26 21:17:46 |
301 | 2024-01-23T17:46:12.892Z | Distribution: OSS |
302 | 2024-01-23T17:46:12.892Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
303 | 2024-01-23T17:46:12.892Z | Go Version: go1.17.13 |
304 | 2024-01-23T17:46:12.893Z | C Compiler: gcc 10.3.0 |
305 | 2024-01-23T17:46:12.893Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
306 | 2024-01-23T17:46:12.893Z | Build Type: release |
307 | 2024-01-23T17:46:12.897Z | + set -o errexit |
308 | 2024-01-23T17:46:12.900Z | +++ dirname ./tools/ci_download_clickhouse |
309 | 2024-01-23T17:46:12.900Z | ++ cd ./tools |
310 | 2024-01-23T17:46:12.900Z | ++ pwd |
311 | 2024-01-23T17:46:12.904Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
312 | 2024-01-23T17:46:12.904Z | ++ basename ./tools/ci_download_clickhouse |
313 | 2024-01-23T17:46:12.907Z | + ARG0=ci_download_clickhouse |
314 | 2024-01-23T17:46:12.908Z | + TARGET_DIR=out |
315 | 2024-01-23T17:46:12.908Z | + DOWNLOAD_DIR=out/downloads |
316 | 2024-01-23T17:46:12.908Z | + DEST_DIR=./out/clickhouse |
317 | 2024-01-23T17:46:12.908Z | + CIDL_VERSION=v22.8.9.24 |
318 | 2024-01-23T17:46:12.908Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
319 | 2024-01-23T17:46:12.908Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
320 | 2024-01-23T17:46:12.908Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
321 | 2024-01-23T17:46:12.908Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
322 | 2024-01-23T17:46:12.908Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
323 | 2024-01-23T17:46:12.908Z | + main |
324 | 2024-01-23T17:46:12.908Z | + [[ 0 != 0 ]] |
325 | 2024-01-23T17:46:12.908Z | + CIDL_OS=solaris2.11 |
326 | 2024-01-23T17:46:12.908Z | + [[ 0 != 0 ]] |
327 | 2024-01-23T17:46:12.908Z | + configure_os solaris2.11 |
328 | 2024-01-23T17:46:12.908Z | + echo 'current directory: /work/oxidecomputer/omicron' |
329 | 2024-01-23T17:46:12.908Z | current directory: /work/oxidecomputer/omicron |
330 | 2024-01-23T17:46:12.908Z | + echo 'configuring based on OS: "solaris2.11"' |
331 | 2024-01-23T17:46:12.908Z | + CIDL_DASHREV= |
332 | 2024-01-23T17:46:12.908Z | configuring based on OS: "solaris2.11" |
333 | 2024-01-23T17:46:12.908Z | + case "$1" in |
334 | 2024-01-23T17:46:12.908Z | + CIDL_PLATFORM=illumos |
335 | 2024-01-23T17:46:12.909Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
336 | 2024-01-23T17:46:12.909Z | + CIDL_MD5FUNC=do_md5sum |
337 | 2024-01-23T17:46:12.909Z | + CIDL_DASHREV=-1 |
338 | 2024-01-23T17:46:12.909Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
339 | 2024-01-23T17:46:12.909Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2024-01-23T17:46:12.909Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-01-23T17:46:12.909Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-01-23T17:46:12.909Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
343 | 2024-01-23T17:46:12.909Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-01-23T17:46:12.909Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2024-01-23T17:46:12.909Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-01-23T17:46:12.909Z | + mkdir -p out/downloads |
347 | 2024-01-23T17:46:12.913Z | + mkdir -p ./out/clickhouse |
348 | 2024-01-23T17:46:12.913Z | + local DO_DOWNLOAD=true |
349 | 2024-01-23T17:46:12.913Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
350 | 2024-01-23T17:46:12.913Z | + '[' true == true ']' |
351 | 2024-01-23T17:46:12.913Z | + echo Downloading... |
352 | 2024-01-23T17:46:12.913Z | Downloading... |
353 | 2024-01-23T17:46:12.913Z | + 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 |
354 | 2024-01-23T17:46:12.913Z | + 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 |
355 | 2024-01-23T17:46:14.617Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2024-01-23T17:46:14.620Z | ++ md5sum |
357 | 2024-01-23T17:46:14.620Z | ++ awk '{print $1}' |
358 | 2024-01-23T17:46:14.877Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
359 | 2024-01-23T17:46:14.877Z | + [[ 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 ]] |
360 | 2024-01-23T17:46:14.880Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
361 | 2024-01-23T17:46:14.880Z | + mkdir -p ./out/clickhouse |
362 | 2024-01-23T17:46:14.880Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
363 | 2024-01-23T17:46:19.691Z | + ./out/clickhouse/clickhouse server --version |
364 | 2024-01-23T17:46:19.743Z | ClickHouse server version 22.8.9.1. |
365 | 2024-01-23T17:46:19.766Z | + set -o errexit |
366 | 2024-01-23T17:46:19.769Z | +++ dirname ./tools/ci_download_console |
367 | 2024-01-23T17:46:19.773Z | ++ cd ./tools |
368 | 2024-01-23T17:46:19.773Z | ++ pwd |
369 | 2024-01-23T17:46:19.773Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
370 | 2024-01-23T17:46:19.773Z | ++ basename ./tools/ci_download_console |
371 | 2024-01-23T17:46:19.776Z | + ARG0=ci_download_console |
372 | 2024-01-23T17:46:19.776Z | + TARGET_DIR=out |
373 | 2024-01-23T17:46:19.776Z | + DOWNLOAD_DIR=out/downloads |
374 | 2024-01-23T17:46:19.776Z | + DEST_DIR=./out/console-assets |
375 | 2024-01-23T17:46:19.777Z | + source /work/oxidecomputer/omicron/tools/console_version |
376 | 2024-01-23T17:46:19.777Z | ++ COMMIT=644a45b8e4ab673ad51754e372277abc3ddfd036 |
377 | 2024-01-23T17:46:19.777Z | ++ SHA2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
378 | 2024-01-23T17:46:19.777Z | + URL=https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
379 | 2024-01-23T17:46:19.777Z | + TARBALL_FILE=out/downloads/console.tar.gz |
380 | 2024-01-23T17:46:19.777Z | + main |
381 | 2024-01-23T17:46:19.777Z | + [[ 0 != 0 ]] |
382 | 2024-01-23T17:46:19.777Z | + echo 'URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz' |
383 | 2024-01-23T17:46:19.777Z | URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
384 | 2024-01-23T17:46:19.777Z | + echo 'Local file: out/downloads/console.tar.gz' |
385 | 2024-01-23T17:46:19.777Z | Local file: out/downloads/console.tar.gz |
386 | 2024-01-23T17:46:19.778Z | + local DO_DOWNLOAD=true |
387 | 2024-01-23T17:46:19.778Z | + [[ -f out/downloads/console.tar.gz ]] |
388 | 2024-01-23T17:46:19.778Z | + mkdir -p out/downloads |
389 | 2024-01-23T17:46:19.782Z | + '[' true == true ']' |
390 | 2024-01-23T17:46:19.782Z | + echo Downloading... |
391 | 2024-01-23T17:46:19.782Z | Downloading... |
392 | 2024-01-23T17:46:19.783Z | + do_download_curl https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz out/downloads/console.tar.gz |
393 | 2024-01-23T17:46:19.783Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
394 | 2024-01-23T17:46:20.416Z | ++ do_sha256sum out/downloads/console.tar.gz |
395 | 2024-01-23T17:46:20.417Z | ++ case "$OSTYPE" in |
396 | 2024-01-23T17:46:20.417Z | ++ SHA=sha256sum |
397 | 2024-01-23T17:46:20.420Z | ++ sha256sum |
398 | 2024-01-23T17:46:20.420Z | ++ awk '{print $1}' |
399 | 2024-01-23T17:46:20.510Z | + calculated_sha2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
400 | 2024-01-23T17:46:20.510Z | + [[ a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 != \a\0\5\9\9\1\7\d\8\2\6\0\8\1\d\f\0\4\e\f\d\4\4\1\8\6\f\6\d\f\e\e\f\0\0\9\9\f\c\5\3\f\1\e\8\6\1\8\7\9\6\e\a\9\9\0\a\5\1\0\f\4\b\0 ]] |
401 | 2024-01-23T17:46:20.510Z | + rm -rf ./out/console-assets |
402 | 2024-01-23T17:46:20.513Z | + mkdir -p ./out/console-assets |
403 | 2024-01-23T17:46:20.516Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
404 | 2024-01-23T17:46:20.516Z | + mkdir -p ./out/console-assets |
405 | 2024-01-23T17:46:20.519Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
406 | 2024-01-23T17:46:20.656Z | + set -o errexit |
407 | 2024-01-23T17:46:20.659Z | +++ dirname ./tools/ci_download_maghemite_openapi |
408 | 2024-01-23T17:46:20.662Z | ++ cd ./tools |
409 | 2024-01-23T17:46:20.663Z | ++ pwd |
410 | 2024-01-23T17:46:20.663Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
411 | 2024-01-23T17:46:20.663Z | ++ basename ./tools/ci_download_maghemite_openapi |
412 | 2024-01-23T17:46:20.666Z | + ARG0=ci_download_maghemite_openapi |
413 | 2024-01-23T17:46:20.666Z | + TARGET_DIR=out |
414 | 2024-01-23T17:46:20.666Z | + DOWNLOAD_DIR=out/downloads |
415 | 2024-01-23T17:46:20.666Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
416 | 2024-01-23T17:46:20.666Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
417 | 2024-01-23T17:46:20.666Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
418 | 2024-01-23T17:46:20.666Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
419 | 2024-01-23T17:46:20.666Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
420 | 2024-01-23T17:46:20.666Z | + main |
421 | 2024-01-23T17:46:20.666Z | + [[ 0 != 0 ]] |
422 | 2024-01-23T17:46:20.666Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
423 | 2024-01-23T17:46:20.666Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
424 | 2024-01-23T17:46:20.666Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
425 | 2024-01-23T17:46:20.666Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
426 | 2024-01-23T17:46:20.667Z | + local DO_DOWNLOAD=true |
427 | 2024-01-23T17:46:20.667Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
428 | 2024-01-23T17:46:20.667Z | + mkdir -p out/downloads |
429 | 2024-01-23T17:46:20.670Z | + '[' true == true ']' |
430 | 2024-01-23T17:46:20.670Z | + echo Downloading... |
431 | 2024-01-23T17:46:20.670Z | Downloading... |
432 | 2024-01-23T17:46:20.670Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
433 | 2024-01-23T17:46:20.670Z | + 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 |
434 | 2024-01-23T17:46:20.877Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
435 | 2024-01-23T17:46:20.877Z | ++ case "$OSTYPE" in |
436 | 2024-01-23T17:46:20.880Z | ++ SHA=sha256sum |
437 | 2024-01-23T17:46:20.880Z | ++ sha256sum |
438 | 2024-01-23T17:46:20.880Z | ++ awk '{print $1}' |
439 | 2024-01-23T17:46:20.884Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
440 | 2024-01-23T17:46:20.884Z | + [[ 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 ]] |
441 | 2024-01-23T17:46:20.884Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
442 | 2024-01-23T17:46:20.884Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
443 | 2024-01-23T17:46:20.884Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
444 | 2024-01-23T17:46:20.884Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
445 | 2024-01-23T17:46:20.884Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
446 | 2024-01-23T17:46:20.884Z | + main |
447 | 2024-01-23T17:46:20.884Z | + [[ 0 != 0 ]] |
448 | 2024-01-23T17:46:20.884Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
449 | 2024-01-23T17:46:20.884Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
450 | 2024-01-23T17:46:20.884Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
451 | 2024-01-23T17:46:20.885Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
452 | 2024-01-23T17:46:20.885Z | + local DO_DOWNLOAD=true |
453 | 2024-01-23T17:46:20.885Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
454 | 2024-01-23T17:46:20.885Z | + mkdir -p out/downloads |
455 | 2024-01-23T17:46:20.888Z | + '[' true == true ']' |
456 | 2024-01-23T17:46:20.888Z | + echo Downloading... |
457 | 2024-01-23T17:46:20.888Z | Downloading... |
458 | 2024-01-23T17:46:20.888Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
459 | 2024-01-23T17:46:20.888Z | + 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 |
460 | 2024-01-23T17:46:21.090Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
461 | 2024-01-23T17:46:21.093Z | ++ case "$OSTYPE" in |
462 | 2024-01-23T17:46:21.093Z | ++ SHA=sha256sum |
463 | 2024-01-23T17:46:21.093Z | ++ sha256sum |
464 | 2024-01-23T17:46:21.093Z | ++ awk '{print $1}' |
465 | 2024-01-23T17:46:21.097Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
466 | 2024-01-23T17:46:21.097Z | + [[ 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 ]] |
467 | 2024-01-23T17:46:21.106Z | + set -o errexit |
468 | 2024-01-23T17:46:21.109Z | +++ dirname ./tools/ci_download_dendrite_openapi |
469 | 2024-01-23T17:46:21.112Z | ++ cd ./tools |
470 | 2024-01-23T17:46:21.112Z | ++ pwd |
471 | 2024-01-23T17:46:21.112Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
472 | 2024-01-23T17:46:21.115Z | ++ basename ./tools/ci_download_dendrite_openapi |
473 | 2024-01-23T17:46:21.115Z | + ARG0=ci_download_dendrite_openapi |
474 | 2024-01-23T17:46:21.115Z | + TARGET_DIR=out |
475 | 2024-01-23T17:46:21.115Z | + DOWNLOAD_DIR=out/downloads |
476 | 2024-01-23T17:46:21.115Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
477 | 2024-01-23T17:46:21.115Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
478 | 2024-01-23T17:46:21.115Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
479 | 2024-01-23T17:46:21.115Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
480 | 2024-01-23T17:46:21.115Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
481 | 2024-01-23T17:46:21.115Z | + main |
482 | 2024-01-23T17:46:21.115Z | + [[ 0 != 0 ]] |
483 | 2024-01-23T17:46:21.116Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
484 | 2024-01-23T17:46:21.116Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
485 | 2024-01-23T17:46:21.116Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
486 | 2024-01-23T17:46:21.116Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
487 | 2024-01-23T17:46:21.116Z | + local DO_DOWNLOAD=true |
488 | 2024-01-23T17:46:21.116Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
489 | 2024-01-23T17:46:21.116Z | + mkdir -p out/downloads |
490 | 2024-01-23T17:46:21.119Z | + '[' true == true ']' |
491 | 2024-01-23T17:46:21.119Z | + echo Downloading... |
492 | 2024-01-23T17:46:21.119Z | Downloading... |
493 | 2024-01-23T17:46:21.119Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
494 | 2024-01-23T17:46:21.119Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
495 | 2024-01-23T17:46:21.325Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
496 | 2024-01-23T17:46:21.325Z | ++ case "$OSTYPE" in |
497 | 2024-01-23T17:46:21.325Z | ++ SHA=sha256sum |
498 | 2024-01-23T17:46:21.328Z | ++ sha256sum |
499 | 2024-01-23T17:46:21.329Z | ++ awk '{print $1}' |
500 | 2024-01-23T17:46:21.332Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
501 | 2024-01-23T17:46:21.332Z | + [[ 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 ]] |
502 | 2024-01-23T17:46:21.342Z | + set -o errexit |
503 | 2024-01-23T17:46:21.345Z | +++ dirname ./tools/ci_download_dendrite_stub |
504 | 2024-01-23T17:46:21.348Z | ++ cd ./tools |
505 | 2024-01-23T17:46:21.348Z | ++ pwd |
506 | 2024-01-23T17:46:21.348Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
507 | 2024-01-23T17:46:21.348Z | ++ basename ./tools/ci_download_dendrite_stub |
508 | 2024-01-23T17:46:21.352Z | + ARG0=ci_download_dendrite_stub |
509 | 2024-01-23T17:46:21.352Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
510 | 2024-01-23T17:46:21.353Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
511 | 2024-01-23T17:46:21.353Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
512 | 2024-01-23T17:46:21.353Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
513 | 2024-01-23T17:46:21.353Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
514 | 2024-01-23T17:46:21.353Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
515 | 2024-01-23T17:46:21.353Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
516 | 2024-01-23T17:46:21.353Z | + TARGET_DIR=out |
517 | 2024-01-23T17:46:21.353Z | + DOWNLOAD_DIR=out/downloads |
518 | 2024-01-23T17:46:21.353Z | + DEST_DIR=./out/dendrite-stub |
519 | 2024-01-23T17:46:21.353Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
520 | 2024-01-23T17:46:21.353Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
521 | 2024-01-23T17:46:21.353Z | + REPO=oxidecomputer/dendrite |
522 | 2024-01-23T17:46:21.353Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
523 | 2024-01-23T17:46:21.353Z | + main |
524 | 2024-01-23T17:46:21.353Z | + [[ 0 != 0 ]] |
525 | 2024-01-23T17:46:21.353Z | + CIDL_OS=solaris2.11 |
526 | 2024-01-23T17:46:21.353Z | + [[ 0 != 0 ]] |
527 | 2024-01-23T17:46:21.353Z | + configure_os solaris2.11 |
528 | 2024-01-23T17:46:21.353Z | + echo 'current directory: /work/oxidecomputer/omicron' |
529 | 2024-01-23T17:46:21.353Z | current directory: /work/oxidecomputer/omicron |
530 | 2024-01-23T17:46:21.353Z | + echo 'configuring based on OS: "solaris2.11"' |
531 | 2024-01-23T17:46:21.353Z | configuring based on OS: "solaris2.11" |
532 | 2024-01-23T17:46:21.353Z | + case "$1" in |
533 | 2024-01-23T17:46:21.354Z | + SET_BINARIES= |
534 | 2024-01-23T17:46:21.354Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
535 | 2024-01-23T17:46:21.354Z | + CIDL_SHA256FUNC=do_sha256sum |
536 | 2024-01-23T17:46:21.354Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
537 | 2024-01-23T17:46:21.354Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
538 | 2024-01-23T17:46:21.354Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
539 | 2024-01-23T17:46:21.354Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
540 | 2024-01-23T17:46:21.354Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
541 | 2024-01-23T17:46:21.354Z | Local file: out/downloads/dendrite-stub.tar.gz |
542 | 2024-01-23T17:46:21.354Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
543 | 2024-01-23T17:46:21.354Z | + mkdir -p out/downloads |
544 | 2024-01-23T17:46:21.358Z | + mkdir -p ./out/dendrite-stub |
545 | 2024-01-23T17:46:21.358Z | + fetch_and_verify |
546 | 2024-01-23T17:46:21.358Z | + local DO_DOWNLOAD=true |
547 | 2024-01-23T17:46:21.358Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
548 | 2024-01-23T17:46:21.358Z | + '[' true == true ']' |
549 | 2024-01-23T17:46:21.358Z | + echo Downloading... |
550 | 2024-01-23T17:46:21.358Z | Downloading... |
551 | 2024-01-23T17:46:21.358Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
552 | 2024-01-23T17:46:21.358Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
553 | 2024-01-23T17:46:24.669Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
554 | 2024-01-23T17:46:24.672Z | ++ sha256sum |
555 | 2024-01-23T17:46:24.672Z | ++ awk '{print $1}' |
556 | 2024-01-23T17:46:24.775Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
557 | 2024-01-23T17:46:24.775Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
558 | 2024-01-23T17:46:24.779Z | + do_untar out/downloads/dendrite-stub.tar.gz |
559 | 2024-01-23T17:46:24.779Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
560 | 2024-01-23T17:46:25.877Z | + do_assemble |
561 | 2024-01-23T17:46:25.878Z | + rm -r ./out/dendrite-stub |
562 | 2024-01-23T17:46:25.881Z | + mkdir ./out/dendrite-stub |
563 | 2024-01-23T17:46:25.884Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
564 | 2024-01-23T17:46:26.061Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
565 | 2024-01-23T17:46:26.073Z | + set -o errexit |
566 | 2024-01-23T17:46:26.077Z | +++ dirname ./tools/ci_download_maghemite_mgd |
567 | 2024-01-23T17:46:26.080Z | ++ cd ./tools |
568 | 2024-01-23T17:46:26.080Z | ++ pwd |
569 | 2024-01-23T17:46:26.080Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
570 | 2024-01-23T17:46:26.080Z | ++ basename ./tools/ci_download_maghemite_mgd |
571 | 2024-01-23T17:46:26.083Z | + ARG0=ci_download_maghemite_mgd |
572 | 2024-01-23T17:46:26.084Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
573 | 2024-01-23T17:46:26.084Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
574 | 2024-01-23T17:46:26.084Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
575 | 2024-01-23T17:46:26.084Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
576 | 2024-01-23T17:46:26.084Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
577 | 2024-01-23T17:46:26.084Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
578 | 2024-01-23T17:46:26.084Z | + TARGET_DIR=out |
579 | 2024-01-23T17:46:26.084Z | + DOWNLOAD_DIR=out/downloads |
580 | 2024-01-23T17:46:26.084Z | + DEST_DIR=./out/mgd |
581 | 2024-01-23T17:46:26.084Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
582 | 2024-01-23T17:46:26.084Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
583 | 2024-01-23T17:46:26.084Z | + REPO=oxidecomputer/maghemite |
584 | 2024-01-23T17:46:26.084Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
585 | 2024-01-23T17:46:26.084Z | + main |
586 | 2024-01-23T17:46:26.084Z | + [[ 0 != 0 ]] |
587 | 2024-01-23T17:46:26.084Z | + CIDL_OS=solaris2.11 |
588 | 2024-01-23T17:46:26.084Z | + [[ 0 != 0 ]] |
589 | 2024-01-23T17:46:26.084Z | + configure_os solaris2.11 |
590 | 2024-01-23T17:46:26.084Z | + echo 'current directory: /work/oxidecomputer/omicron' |
591 | 2024-01-23T17:46:26.084Z | current directory: /work/oxidecomputer/omicron |
592 | 2024-01-23T17:46:26.084Z | + echo 'configuring based on OS: "solaris2.11"' |
593 | 2024-01-23T17:46:26.084Z | + case "$1" in |
594 | 2024-01-23T17:46:26.085Z | configuring based on OS: "solaris2.11" |
595 | 2024-01-23T17:46:26.085Z | + SET_BINARIES= |
596 | 2024-01-23T17:46:26.085Z | + CIDL_SHA256FUNC=do_sha256sum |
597 | 2024-01-23T17:46:26.085Z | + TARBALL_FILENAME=mgd.tar.gz |
598 | 2024-01-23T17:46:26.085Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
599 | 2024-01-23T17:46:26.085Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
600 | 2024-01-23T17:46:26.085Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
601 | 2024-01-23T17:46:26.085Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
602 | 2024-01-23T17:46:26.085Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
603 | 2024-01-23T17:46:26.085Z | Local file: out/downloads/mgd.tar.gz |
604 | 2024-01-23T17:46:26.085Z | + mkdir -p out/downloads |
605 | 2024-01-23T17:46:26.089Z | + mkdir -p ./out/mgd |
606 | 2024-01-23T17:46:26.089Z | + fetch_and_verify |
607 | 2024-01-23T17:46:26.089Z | + local DO_DOWNLOAD=true |
608 | 2024-01-23T17:46:26.089Z | + [[ -f out/downloads/mgd.tar.gz ]] |
609 | 2024-01-23T17:46:26.089Z | + '[' true == true ']' |
610 | 2024-01-23T17:46:26.089Z | + echo Downloading... |
611 | 2024-01-23T17:46:26.089Z | Downloading... |
612 | 2024-01-23T17:46:26.089Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
613 | 2024-01-23T17:46:26.089Z | + 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 |
614 | 2024-01-23T17:46:29.805Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
615 | 2024-01-23T17:46:29.809Z | ++ sha256sum |
616 | 2024-01-23T17:46:29.809Z | ++ awk '{print $1}' |
617 | 2024-01-23T17:46:29.885Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
618 | 2024-01-23T17:46:29.885Z | + [[ 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 ]] |
619 | 2024-01-23T17:46:29.888Z | + do_untar out/downloads/mgd.tar.gz |
620 | 2024-01-23T17:46:29.888Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
621 | 2024-01-23T17:46:30.535Z | + do_assemble |
622 | 2024-01-23T17:46:30.535Z | + rm -r ./out/mgd |
623 | 2024-01-23T17:46:30.538Z | + mkdir ./out/mgd |
624 | 2024-01-23T17:46:30.541Z | + cp -r out/downloads/root ./out/mgd/root |
625 | 2024-01-23T17:46:30.761Z | + set -o errexit |
626 | 2024-01-23T17:46:30.764Z | +++ dirname ./tools/ci_download_transceiver_control |
627 | 2024-01-23T17:46:30.767Z | ++ cd ./tools |
628 | 2024-01-23T17:46:30.767Z | ++ pwd |
629 | 2024-01-23T17:46:30.767Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
630 | 2024-01-23T17:46:30.767Z | ++ basename ./tools/ci_download_transceiver_control |
631 | 2024-01-23T17:46:30.771Z | + ARG0=ci_download_transceiver_control |
632 | 2024-01-23T17:46:30.771Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
633 | 2024-01-23T17:46:30.771Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
634 | 2024-01-23T17:46:30.771Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
635 | 2024-01-23T17:46:30.771Z | + TARGET_DIR=out |
636 | 2024-01-23T17:46:30.771Z | + DOWNLOAD_DIR=out/downloads |
637 | 2024-01-23T17:46:30.771Z | + DEST_DIR=./out/transceiver-control |
638 | 2024-01-23T17:46:30.771Z | + BIN_DIR=/opt/oxide/bin |
639 | 2024-01-23T17:46:30.771Z | + BINARY=xcvradm |
640 | 2024-01-23T17:46:30.771Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
641 | 2024-01-23T17:46:30.771Z | + REPO=oxidecomputer/transceiver-control |
642 | 2024-01-23T17:46:30.771Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
643 | 2024-01-23T17:46:30.772Z | + main |
644 | 2024-01-23T17:46:30.772Z | + [[ 0 != 0 ]] |
645 | 2024-01-23T17:46:30.772Z | + CIDL_OS=solaris2.11 |
646 | 2024-01-23T17:46:30.772Z | + [[ 0 != 0 ]] |
647 | 2024-01-23T17:46:30.772Z | + configure_os solaris2.11 |
648 | 2024-01-23T17:46:30.772Z | + echo 'current directory: /work/oxidecomputer/omicron' |
649 | 2024-01-23T17:46:30.772Z | current directory: /work/oxidecomputer/omicron |
650 | 2024-01-23T17:46:30.772Z | + echo 'configuring based on OS: "solaris2.11"' |
651 | 2024-01-23T17:46:30.772Z | configuring based on OS: "solaris2.11" |
652 | 2024-01-23T17:46:30.772Z | + case "$1" in |
653 | 2024-01-23T17:46:30.772Z | + SET_BINARIES= |
654 | 2024-01-23T17:46:30.772Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2024-01-23T17:46:30.772Z | + CIDL_SHA256FUNC=do_sha256sum |
656 | 2024-01-23T17:46:30.772Z | + ARCHIVE_FILENAME=xcvradm.gz |
657 | 2024-01-23T17:46:30.772Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2024-01-23T17:46:30.772Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
659 | 2024-01-23T17:46:30.772Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
660 | 2024-01-23T17:46:30.772Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2024-01-23T17:46:30.772Z | Local file: out/downloads/xcvradm.gz |
662 | 2024-01-23T17:46:30.772Z | + echo 'Local file: out/downloads/xcvradm.gz' |
663 | 2024-01-23T17:46:30.772Z | + mkdir -p out/downloads |
664 | 2024-01-23T17:46:30.779Z | + mkdir -p ./out/transceiver-control |
665 | 2024-01-23T17:46:30.779Z | + fetch_and_verify |
666 | 2024-01-23T17:46:30.779Z | + local DO_DOWNLOAD=true |
667 | 2024-01-23T17:46:30.779Z | + [[ -f out/downloads/xcvradm.gz ]] |
668 | 2024-01-23T17:46:30.779Z | + '[' true == true ']' |
669 | 2024-01-23T17:46:30.779Z | + echo Downloading... |
670 | 2024-01-23T17:46:30.779Z | Downloading... |
671 | 2024-01-23T17:46:30.779Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
672 | 2024-01-23T17:46:30.780Z | + 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 |
673 | 2024-01-23T17:46:32.041Z | ++ do_sha256sum out/downloads/xcvradm.gz |
674 | 2024-01-23T17:46:32.045Z | ++ sha256sum |
675 | 2024-01-23T17:46:32.045Z | ++ awk '{print $1}' |
676 | 2024-01-23T17:46:32.066Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2024-01-23T17:46:32.066Z | + [[ 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 ]] |
678 | 2024-01-23T17:46:32.070Z | + do_unpack out/downloads/xcvradm.gz |
679 | 2024-01-23T17:46:32.070Z | + mkdir -p out/downloads/root//opt/oxide/bin |
680 | 2024-01-23T17:46:32.070Z | + gzip -dc out/downloads/xcvradm.gz |
681 | 2024-01-23T17:46:32.251Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
682 | 2024-01-23T17:46:32.254Z | + do_assemble |
683 | 2024-01-23T17:46:32.255Z | + rm -r ./out/transceiver-control |
684 | 2024-01-23T17:46:32.258Z | + mkdir ./out/transceiver-control |
685 | 2024-01-23T17:46:32.258Z | + cp -r out/downloads/root ./out/transceiver-control/root |
686 | 2024-01-23T17:46:32.470Z | All prerequisites installed successfully |
687 | 2024-01-23T17:46:32.474Z | |
688 | 2024-01-23T17:46:32.474Z | real 1:51.945076103 |
689 | 2024-01-23T17:46:32.474Z | user 52.655106124 |
690 | 2024-01-23T17:46:32.474Z | sys 10.131319497 |
691 | 2024-01-23T17:46:32.474Z | trap 0.025286000 |
692 | 2024-01-23T17:46:32.474Z | tflt 0.378891541 |
693 | 2024-01-23T17:46:32.474Z | dflt 0.632327148 |
694 | 2024-01-23T17:46:32.475Z | kflt 0.402067864 |
695 | 2024-01-23T17:46:32.475Z | lock 3.201748817 |
696 | 2024-01-23T17:46:32.475Z | slp 3:16.945444594 |
697 | 2024-01-23T17:46:32.475Z | lat 3.458416776 |
698 | 2024-01-23T17:46:32.475Z | stop 0.083703021 |
699 | 2024-01-23T17:46:32.475Z | + ptime -m ./tools/ci_download_softnpu_machinery |
700 | 2024-01-23T17:46:32.490Z | fetching npuzone |
701 | 2024-01-23T17:46:32.505Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
702 | 2024-01-23T17:46:32.505Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
703 | 2024-01-23T17:46:32.505Z | Getting hash for npuzone |
704 | 2024-01-23T17:46:32.655Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
705 | 2024-01-23T17:46:37.191Z | npuzone downloaded successfully |
706 | 2024-01-23T17:46:37.196Z | |
707 | 2024-01-23T17:46:37.199Z | real 4.723013337 |
708 | 2024-01-23T17:46:37.199Z | user 0.578063546 |
709 | 2024-01-23T17:46:37.199Z | sys 0.182313784 |
710 | 2024-01-23T17:46:37.199Z | trap 0.000969374 |
711 | 2024-01-23T17:46:37.199Z | tflt 0.000000000 |
712 | 2024-01-23T17:46:37.199Z | dflt 0.000000000 |
713 | 2024-01-23T17:46:37.199Z | kflt 0.000000000 |
714 | 2024-01-23T17:46:37.199Z | lock 0.000000000 |
715 | 2024-01-23T17:46:37.199Z | slp 13.170230873 |
716 | 2024-01-23T17:46:37.199Z | lat 0.187226869 |
717 | 2024-01-23T17:46:37.199Z | stop 0.000675482 |
718 | 2024-01-23T17:46:37.200Z | + export CARGO_INCREMENTAL=0 |
719 | 2024-01-23T17:46:37.200Z | + CARGO_INCREMENTAL=0 |
720 | 2024-01-23T17:46:37.200Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
721 | 2024-01-23T17:46:37.579Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
722 | 2024-01-23T17:46:38.099Z | Updating crates.io index |
723 | 2024-01-23T17:46:38.204Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
724 | 2024-01-23T17:46:39.283Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
725 | 2024-01-23T17:46:41.127Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
726 | 2024-01-23T17:46:41.642Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
727 | 2024-01-23T17:46:42.273Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
728 | 2024-01-23T17:46:42.691Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
729 | 2024-01-23T17:46:43.072Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
730 | 2024-01-23T17:46:44.314Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
731 | 2024-01-23T17:46:47.281Z | Updating git repository `https://github.com/oxidecomputer/opte` |
732 | 2024-01-23T17:46:49.446Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
733 | 2024-01-23T17:46:50.063Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2024-01-23T17:46:50.920Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
735 | 2024-01-23T17:46:51.581Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
736 | 2024-01-23T17:46:52.044Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
737 | 2024-01-23T17:46:52.690Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
738 | 2024-01-23T17:46:53.181Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
739 | 2024-01-23T17:46:53.613Z | Updating git repository `https://github.com/njaremko/samael` |
740 | 2024-01-23T17:46:54.222Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
741 | 2024-01-23T17:46:54.993Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
742 | 2024-01-23T17:46:55.499Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
743 | 2024-01-23T17:46:56.025Z | Updating git repository `https://github.com/jgallagher/nix` |
744 | 2024-01-23T17:46:57.512Z | Updating git repository `https://github.com/cbiffle/hubpack` |
745 | 2024-01-23T17:46:58.313Z | Updating git repository `https://github.com/oxidecomputer/typify` |
746 | 2024-01-23T17:46:59.300Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
747 | 2024-01-23T17:46:59.712Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
748 | 2024-01-23T17:47:00.099Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
749 | 2024-01-23T17:47:02.300Z | Downloading crates ... |
750 | 2024-01-23T17:47:02.557Z | Downloaded anstyle-query v1.0.0 |
751 | 2024-01-23T17:47:02.576Z | Downloaded base16ct v0.2.0 |
752 | 2024-01-23T17:47:02.579Z | Downloaded bitfield v0.14.0 |
753 | 2024-01-23T17:47:02.583Z | Downloaded async-trait v0.1.77 |
754 | 2024-01-23T17:47:02.588Z | Downloaded cc v1.0.83 |
755 | 2024-01-23T17:47:02.594Z | Downloaded atty v0.2.14 |
756 | 2024-01-23T17:47:02.600Z | Downloaded bstr v0.2.17 |
757 | 2024-01-23T17:47:02.617Z | Downloaded darling_macro v0.14.4 |
758 | 2024-01-23T17:47:02.620Z | Downloaded crossbeam-utils v0.8.16 |
759 | 2024-01-23T17:47:02.624Z | Downloaded cfg-if v1.0.0 |
760 | 2024-01-23T17:47:02.627Z | Downloaded cexpr v0.6.0 |
761 | 2024-01-23T17:47:02.630Z | Downloaded bit-set v0.5.3 |
762 | 2024-01-23T17:47:02.636Z | Downloaded autocfg v1.1.0 |
763 | 2024-01-23T17:47:02.640Z | Downloaded bitflags v2.4.0 |
764 | 2024-01-23T17:47:02.643Z | Downloaded opaque-debug v0.3.0 |
765 | 2024-01-23T17:47:02.643Z | Downloaded instant v0.1.12 |
766 | 2024-01-23T17:47:02.646Z | Downloaded num-bigint-dig v0.8.4 |
767 | 2024-01-23T17:47:02.656Z | Downloaded nu-ansi-term v0.49.0 |
768 | 2024-01-23T17:47:02.662Z | Downloaded num-integer v0.1.45 |
769 | 2024-01-23T17:47:02.667Z | Downloaded nibble_vec v0.1.0 |
770 | 2024-01-23T17:47:02.671Z | Downloaded camino v1.1.6 |
771 | 2024-01-23T17:47:02.676Z | Downloaded crc-catalog v2.2.0 |
772 | 2024-01-23T17:47:02.679Z | Downloaded clap v4.4.3 |
773 | 2024-01-23T17:47:02.697Z | Downloaded olpc-cjson v0.1.3 |
774 | 2024-01-23T17:47:02.703Z | Downloaded mio v0.8.9 |
775 | 2024-01-23T17:47:02.717Z | Downloaded openssl-macros v0.1.1 |
776 | 2024-01-23T17:47:02.723Z | Downloaded colored v2.0.4 |
777 | 2024-01-23T17:47:02.726Z | Downloaded async-stream-impl v0.3.5 |
778 | 2024-01-23T17:47:02.740Z | Downloaded async-recursion v1.0.5 |
779 | 2024-01-23T17:47:02.746Z | Downloaded assert_matches v1.5.0 |
780 | 2024-01-23T17:47:02.754Z | Downloaded curve25519-dalek-derive v0.1.0 |
781 | 2024-01-23T17:47:02.757Z | Downloaded ciborium-io v0.2.1 |
782 | 2024-01-23T17:47:02.760Z | Downloaded num-traits v0.2.16 |
783 | 2024-01-23T17:47:02.767Z | Downloaded num-iter v0.1.43 |
784 | 2024-01-23T17:47:02.770Z | Downloaded native-tls v0.2.11 |
785 | 2024-01-23T17:47:02.776Z | Downloaded nodrop v0.1.14 |
786 | 2024-01-23T17:47:02.780Z | Downloaded oso-derive v0.27.0 |
787 | 2024-01-23T17:47:02.783Z | Downloaded md-5 v0.10.5 |
788 | 2024-01-23T17:47:02.789Z | Downloaded is_ci v1.1.1 |
789 | 2024-01-23T17:47:02.793Z | Downloaded mime v0.3.17 |
790 | 2024-01-23T17:47:02.798Z | Downloaded buf-list v1.0.3 |
791 | 2024-01-23T17:47:02.805Z | Downloaded matches v0.1.10 |
792 | 2024-01-23T17:47:02.810Z | Downloaded crossbeam-queue v0.3.8 |
793 | 2024-01-23T17:47:02.815Z | Downloaded bb8 v0.8.1 |
794 | 2024-01-23T17:47:02.820Z | Downloaded vsss-rs v3.3.4 |
795 | 2024-01-23T17:47:02.827Z | Downloaded foreign-types-shared v0.3.1 |
796 | 2024-01-23T17:47:02.833Z | Downloaded digest v0.10.7 |
797 | 2024-01-23T17:47:02.837Z | Downloaded semver-parser v0.10.2 |
798 | 2024-01-23T17:47:02.843Z | Downloaded ciborium v0.2.1 |
799 | 2024-01-23T17:47:02.852Z | Downloaded form_urlencoded v1.2.1 |
800 | 2024-01-23T17:47:02.856Z | Downloaded bytecount v0.6.3 |
801 | 2024-01-23T17:47:02.863Z | Downloaded phf_shared v0.10.0 |
802 | 2024-01-23T17:47:02.866Z | Downloaded display-error-chain v0.2.0 |
803 | 2024-01-23T17:47:02.869Z | Downloaded miniz_oxide v0.7.1 |
804 | 2024-01-23T17:47:02.874Z | Downloaded managed v0.8.0 |
805 | 2024-01-23T17:47:02.879Z | Downloaded toml_datetime v0.6.5 |
806 | 2024-01-23T17:47:02.882Z | Downloaded tokio-macros v2.2.0 |
807 | 2024-01-23T17:47:02.885Z | Downloaded toolchain_find v0.2.0 |
808 | 2024-01-23T17:47:02.888Z | Downloaded backtrace v0.3.69 |
809 | 2024-01-23T17:47:02.939Z | Downloaded stable_deref_trait v1.2.0 |
810 | 2024-01-23T17:47:02.943Z | Downloaded vte_generate_state_changes v0.1.1 |
811 | 2024-01-23T17:47:02.943Z | Downloaded zip v0.6.6 |
812 | 2024-01-23T17:47:02.943Z | Downloaded serde_path_to_error v0.1.15 |
813 | 2024-01-23T17:47:02.943Z | Downloaded peeking_take_while v0.1.2 |
814 | 2024-01-23T17:47:02.943Z | Downloaded tokio-native-tls v0.3.1 |
815 | 2024-01-23T17:47:02.943Z | Downloaded zone_cfg_derive v0.3.0 |
816 | 2024-01-23T17:47:02.943Z | Downloaded arc-swap v1.6.0 |
817 | 2024-01-23T17:47:02.943Z | Downloaded utf-8 v0.7.6 |
818 | 2024-01-23T17:47:02.943Z | Downloaded packed_struct_codegen v0.10.1 |
819 | 2024-01-23T17:47:02.946Z | Downloaded difflib v0.4.0 |
820 | 2024-01-23T17:47:02.952Z | Downloaded strum v0.25.0 |
821 | 2024-01-23T17:47:02.956Z | Downloaded equivalent v1.0.1 |
822 | 2024-01-23T17:47:02.956Z | Downloaded zeroize_derive v1.4.2 |
823 | 2024-01-23T17:47:02.956Z | Downloaded supports-color v2.1.0 |
824 | 2024-01-23T17:47:02.959Z | Downloaded fastrand v2.0.0 |
825 | 2024-01-23T17:47:02.962Z | Downloaded usdt v0.3.5 |
826 | 2024-01-23T17:47:02.965Z | Downloaded tower-service v0.3.2 |
827 | 2024-01-23T17:47:02.968Z | Downloaded utf8parse v0.2.1 |
828 | 2024-01-23T17:47:02.971Z | Downloaded ff v0.13.0 |
829 | 2024-01-23T17:47:02.975Z | Downloaded walkdir v2.4.0 |
830 | 2024-01-23T17:47:02.978Z | Downloaded indexmap v2.1.0 |
831 | 2024-01-23T17:47:02.984Z | Downloaded headers-core v0.2.0 |
832 | 2024-01-23T17:47:02.987Z | Downloaded data-encoding v2.4.0 |
833 | 2024-01-23T17:47:02.991Z | Downloaded r2d2 v0.8.10 |
834 | 2024-01-23T17:47:02.995Z | Downloaded crypto-bigint v0.5.2 |
835 | 2024-01-23T17:47:03.005Z | Downloaded futures v0.3.30 |
836 | 2024-01-23T17:47:03.015Z | Downloaded futures-macro v0.3.30 |
837 | 2024-01-23T17:47:03.019Z | Downloaded unicode-width v0.1.11 |
838 | 2024-01-23T17:47:03.022Z | Downloaded doc-comment v0.3.3 |
839 | 2024-01-23T17:47:03.028Z | Downloaded prettyplease v0.2.16 |
840 | 2024-01-23T17:47:03.031Z | Downloaded owo-colors v3.5.0 |
841 | 2024-01-23T17:47:03.035Z | Downloaded try-lock v0.2.4 |
842 | 2024-01-23T17:47:03.039Z | Downloaded take_mut v0.2.2 |
843 | 2024-01-23T17:47:03.042Z | Downloaded dtrace-parser v0.1.14 |
844 | 2024-01-23T17:47:03.042Z | Downloaded signature v1.6.4 |
845 | 2024-01-23T17:47:03.045Z | Downloaded predicates-core v1.0.6 |
846 | 2024-01-23T17:47:03.048Z | Downloaded rustfmt-wrapper v0.2.0 |
847 | 2024-01-23T17:47:03.051Z | Downloaded phf v0.11.2 |
848 | 2024-01-23T17:47:03.055Z | Downloaded smf v0.2.2 |
849 | 2024-01-23T17:47:03.058Z | Downloaded derive_builder_macro v0.12.0 |
850 | 2024-01-23T17:47:03.058Z | Downloaded crossbeam-channel v0.5.8 |
851 | 2024-01-23T17:47:03.066Z | Downloaded rustversion v1.0.14 |
852 | 2024-01-23T17:47:03.071Z | Downloaded zerocopy v0.6.4 |
853 | 2024-01-23T17:47:03.077Z | Downloaded pkcs1 v0.7.5 |
854 | 2024-01-23T17:47:03.082Z | Downloaded darling_macro v0.20.3 |
855 | 2024-01-23T17:47:03.084Z | Downloaded predicates-tree v1.0.9 |
856 | 2024-01-23T17:47:03.088Z | Downloaded generic-array v0.14.7 |
857 | 2024-01-23T17:47:03.094Z | Downloaded serde_repr v0.1.16 |
858 | 2024-01-23T17:47:03.097Z | Downloaded enum-as-inner v0.5.1 |
859 | 2024-01-23T17:47:03.097Z | Downloaded fatfs v0.3.6 |
860 | 2024-01-23T17:47:03.102Z | Downloaded smawk v0.3.1 |
861 | 2024-01-23T17:47:03.105Z | Downloaded rustc-hash v1.1.0 |
862 | 2024-01-23T17:47:03.108Z | Downloaded poly1305 v0.8.0 |
863 | 2024-01-23T17:47:03.112Z | Downloaded pin-project-internal v1.1.3 |
864 | 2024-01-23T17:47:03.115Z | Downloaded tiny-keccak v2.0.2 |
865 | 2024-01-23T17:47:03.121Z | Downloaded toml_edit v0.19.15 |
866 | 2024-01-23T17:47:03.153Z | Downloaded shlex v1.1.0 |
867 | 2024-01-23T17:47:03.158Z | Downloaded downcast v0.11.0 |
868 | 2024-01-23T17:47:03.158Z | Downloaded usdt-attr-macro v0.3.5 |
869 | 2024-01-23T17:47:03.161Z | Downloaded rpassword v7.3.1 |
870 | 2024-01-23T17:47:03.165Z | Downloaded defmt-parser v0.3.3 |
871 | 2024-01-23T17:47:03.165Z | Downloaded tap v1.0.1 |
872 | 2024-01-23T17:47:03.168Z | Downloaded errno v0.3.8 |
873 | 2024-01-23T17:47:03.168Z | Downloaded x509-cert v0.2.4 |
874 | 2024-01-23T17:47:03.181Z | Downloaded termtree v0.4.1 |
875 | 2024-01-23T17:47:03.185Z | Downloaded rand_chacha v0.3.1 |
876 | 2024-01-23T17:47:03.188Z | Downloaded rustls-pemfile v2.0.0 |
877 | 2024-01-23T17:47:03.192Z | Downloaded debug-ignore v1.0.5 |
878 | 2024-01-23T17:47:03.192Z | Downloaded serde_tokenstream v0.1.7 |
879 | 2024-01-23T17:47:03.201Z | Downloaded env_logger v0.10.0 |
880 | 2024-01-23T17:47:03.205Z | Downloaded zone v0.3.0 |
881 | 2024-01-23T17:47:03.214Z | Downloaded shell-words v1.1.0 |
882 | 2024-01-23T17:47:03.214Z | Downloaded float-cmp v0.9.0 |
883 | 2024-01-23T17:47:03.222Z | Downloaded flagset v0.4.3 |
884 | 2024-01-23T17:47:03.222Z | Downloaded serde_urlencoded v0.7.1 |
885 | 2024-01-23T17:47:03.222Z | Downloaded fxhash v0.2.1 |
886 | 2024-01-23T17:47:03.222Z | Downloaded hash32 v0.2.1 |
887 | 2024-01-23T17:47:03.223Z | Downloaded pkcs8 v0.10.2 |
888 | 2024-01-23T17:47:03.227Z | Downloaded predicates v3.1.0 |
889 | 2024-01-23T17:47:03.231Z | Downloaded pest_generator v2.7.2 |
890 | 2024-01-23T17:47:03.235Z | Downloaded rusty-fork v0.3.0 |
891 | 2024-01-23T17:47:03.238Z | Downloaded termios v0.3.3 |
892 | 2024-01-23T17:47:03.241Z | Downloaded serde_tokenstream v0.2.0 |
893 | 2024-01-23T17:47:03.245Z | Downloaded time-core v0.1.1 |
894 | 2024-01-23T17:47:03.249Z | Downloaded serde_spanned v0.6.4 |
895 | 2024-01-23T17:47:03.249Z | Downloaded pest_meta v2.7.2 |
896 | 2024-01-23T17:47:03.253Z | Downloaded smallvec v0.6.14 |
897 | 2024-01-23T17:47:03.256Z | Downloaded sha1 v0.10.6 |
898 | 2024-01-23T17:47:03.262Z | Downloaded defmt-macros v0.3.6 |
899 | 2024-01-23T17:47:03.266Z | Downloaded slog-dtrace v0.2.3 |
900 | 2024-01-23T17:47:03.270Z | Downloaded fnv v1.0.7 |
901 | 2024-01-23T17:47:03.270Z | Downloaded rustc-demangle v0.1.23 |
902 | 2024-01-23T17:47:03.274Z | Downloaded rtoolbox v0.0.1 |
903 | 2024-01-23T17:47:03.277Z | Downloaded slog-stdlog v4.1.1 |
904 | 2024-01-23T17:47:03.278Z | Downloaded getrandom v0.2.10 |
905 | 2024-01-23T17:47:03.282Z | Downloaded hash32 v0.3.1 |
906 | 2024-01-23T17:47:03.286Z | Downloaded ena v0.14.2 |
907 | 2024-01-23T17:47:03.290Z | Downloaded futures-core v0.3.30 |
908 | 2024-01-23T17:47:03.294Z | Downloaded itertools v0.11.0 |
909 | 2024-01-23T17:47:03.304Z | Downloaded universal-hash v0.5.1 |
910 | 2024-01-23T17:47:03.308Z | Downloaded untrusted v0.9.0 |
911 | 2024-01-23T17:47:03.308Z | Downloaded slog-envlogger v2.2.0 |
912 | 2024-01-23T17:47:03.311Z | Downloaded rand_xorshift v0.3.0 |
913 | 2024-01-23T17:47:03.315Z | Downloaded spki v0.7.2 |
914 | 2024-01-23T17:47:03.318Z | Downloaded unicode-ident v1.0.12 |
915 | 2024-01-23T17:47:03.321Z | Downloaded futures-executor v0.3.30 |
916 | 2024-01-23T17:47:03.324Z | Downloaded radium v0.7.0 |
917 | 2024-01-23T17:47:03.328Z | Downloaded time-macros v0.2.13 |
918 | 2024-01-23T17:47:03.331Z | Downloaded unarray v0.1.4 |
919 | 2024-01-23T17:47:03.335Z | Downloaded tempfile v3.9.0 |
920 | 2024-01-23T17:47:03.342Z | Downloaded typenum v1.16.0 |
921 | 2024-01-23T17:47:03.346Z | Downloaded tungstenite v0.20.1 |
922 | 2024-01-23T17:47:03.350Z | Downloaded futures-task v0.3.30 |
923 | 2024-01-23T17:47:03.350Z | Downloaded rustc_version v0.1.7 |
924 | 2024-01-23T17:47:03.353Z | Downloaded derive_builder_core v0.12.0 |
925 | 2024-01-23T17:47:03.358Z | Downloaded half v1.8.2 |
926 | 2024-01-23T17:47:03.362Z | Downloaded slog v2.7.0 |
927 | 2024-01-23T17:47:03.365Z | Downloaded headers v0.3.9 |
928 | 2024-01-23T17:47:03.375Z | Downloaded serde_yaml v0.9.25 |
929 | 2024-01-23T17:47:03.381Z | Downloaded unsafe-libyaml v0.2.10 |
930 | 2024-01-23T17:47:03.387Z | Downloaded hkdf v0.12.4 |
931 | 2024-01-23T17:47:03.393Z | Downloaded unicode_categories v0.1.1 |
932 | 2024-01-23T17:47:03.397Z | Downloaded flume v0.11.0 |
933 | 2024-01-23T17:47:03.404Z | Downloaded url v2.5.0 |
934 | 2024-01-23T17:47:03.411Z | Downloaded sqlparser v0.41.0 |
935 | 2024-01-23T17:47:03.421Z | Downloaded salty v0.2.0 |
936 | 2024-01-23T17:47:03.432Z | Downloaded h2 v0.3.24 |
937 | 2024-01-23T17:47:03.443Z | Downloaded object v0.32.1 |
938 | 2024-01-23T17:47:03.464Z | Downloaded futures-util v0.3.30 |
939 | 2024-01-23T17:47:03.483Z | Downloaded hashbrown v0.12.3 |
940 | 2024-01-23T17:47:03.490Z | Downloaded hashbrown v0.14.2 |
941 | 2024-01-23T17:47:03.501Z | Downloaded time v0.3.27 |
942 | 2024-01-23T17:47:03.514Z | Downloaded reqwest v0.11.22 |
943 | 2024-01-23T17:47:03.527Z | Downloaded rayon v1.8.0 |
944 | 2024-01-23T17:47:03.543Z | Downloaded rustls-webpki v0.101.7 |
945 | 2024-01-23T17:47:03.569Z | Downloaded tabled v0.14.0 |
946 | 2024-01-23T17:47:03.596Z | Downloaded rustls-webpki v0.102.1 |
947 | 2024-01-23T17:47:03.629Z | Downloaded regex v1.10.2 |
948 | 2024-01-23T17:47:03.653Z | Downloaded smoltcp v0.9.1 |
949 | 2024-01-23T17:47:03.672Z | Downloaded gimli v0.28.0 |
950 | 2024-01-23T17:47:03.688Z | Downloaded rustls v0.21.9 |
951 | 2024-01-23T17:47:03.708Z | Downloaded regress v0.7.1 |
952 | 2024-01-23T17:47:03.732Z | Downloaded regex-syntax v0.6.29 |
953 | 2024-01-23T17:47:03.736Z | Downloaded radix_trie v0.2.1 |
954 | 2024-01-23T17:47:03.745Z | Downloaded sled v0.34.7 |
955 | 2024-01-23T17:47:03.765Z | Downloaded regex-syntax v0.7.5 |
956 | 2024-01-23T17:47:03.782Z | Downloaded rustix v0.38.30 |
957 | 2024-01-23T17:47:03.824Z | Downloaded regex-syntax v0.8.2 |
958 | 2024-01-23T17:47:03.842Z | Downloaded sha3 v0.10.8 |
959 | 2024-01-23T17:47:03.856Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
960 | 2024-01-23T17:47:03.896Z | Downloaded zerocopy-derive v0.6.4 |
961 | 2024-01-23T17:47:03.918Z | Downloaded zerocopy-derive v0.7.31 |
962 | 2024-01-23T17:47:03.983Z | Downloaded encoding_rs v0.8.33 |
963 | 2024-01-23T17:47:03.987Z | Downloaded libc v0.2.152 |
964 | 2024-01-23T17:47:04.036Z | Downloaded tokio v1.35.1 |
965 | 2024-01-23T17:47:04.104Z | Downloaded regex-automata v0.4.3 |
966 | 2024-01-23T17:47:04.136Z | Downloaded regex-automata v0.3.8 |
967 | 2024-01-23T17:47:04.169Z | Downloaded zerocopy-derive v0.2.0 |
968 | 2024-01-23T17:47:04.187Z | Downloaded trust-dns-proto v0.22.0 |
969 | 2024-01-23T17:47:04.209Z | Downloaded rustls v0.22.2 |
970 | 2024-01-23T17:47:04.234Z | Downloaded diesel v2.1.4 |
971 | 2024-01-23T17:47:04.268Z | Downloaded smoltcp v0.11.0 |
972 | 2024-01-23T17:47:04.291Z | Downloaded rustix v0.37.23 |
973 | 2024-01-23T17:47:04.327Z | Downloaded openapiv3 v2.0.0 |
974 | 2024-01-23T17:47:04.351Z | Downloaded bstr v1.6.0 |
975 | 2024-01-23T17:47:04.371Z | Downloaded polar-core v0.27.0 |
976 | 2024-01-23T17:47:04.387Z | Downloaded ratatui v0.23.0 |
977 | 2024-01-23T17:47:04.410Z | Downloaded ring v0.17.7 |
978 | 2024-01-23T17:47:04.552Z | Downloaded ring v0.16.20 |
979 | 2024-01-23T17:47:04.704Z | Downloaded syn v2.0.46 |
980 | 2024-01-23T17:47:04.725Z | Downloaded webpki-roots v0.25.2 |
981 | 2024-01-23T17:47:04.730Z | Downloaded syn v1.0.109 |
982 | 2024-01-23T17:47:04.749Z | Downloaded nix v0.26.4 |
983 | 2024-01-23T17:47:04.768Z | Downloaded curve25519-dalek v4.1.1 |
984 | 2024-01-23T17:47:04.785Z | Downloaded idna v0.2.3 |
985 | 2024-01-23T17:47:04.796Z | Downloaded openssl v0.10.60 |
986 | 2024-01-23T17:47:04.813Z | Downloaded idna v0.5.0 |
987 | 2024-01-23T17:47:04.826Z | Downloaded petgraph v0.6.4 |
988 | 2024-01-23T17:47:04.849Z | Downloaded vcpkg v0.2.15 |
989 | 2024-01-23T17:47:04.921Z | Downloaded lalrpop v0.19.12 |
990 | 2024-01-23T17:47:04.940Z | Downloaded zerocopy v0.7.31 |
991 | 2024-01-23T17:47:04.968Z | Downloaded portable-atomic v1.4.3 |
992 | 2024-01-23T17:47:04.977Z | Downloaded bindgen v0.65.1 |
993 | 2024-01-23T17:47:05.021Z | Downloaded clap v2.34.0 |
994 | 2024-01-23T17:47:05.025Z | Downloaded serde_json v1.0.111 |
995 | 2024-01-23T17:47:05.025Z | Downloaded rand v0.8.5 |
996 | 2024-01-23T17:47:05.025Z | Downloaded rustyline v12.0.0 |
997 | 2024-01-23T17:47:05.030Z | Downloaded hashbrown v0.13.2 |
998 | 2024-01-23T17:47:05.037Z | Downloaded reedline v0.28.0 |
999 | 2024-01-23T17:47:05.049Z | Downloaded quick-xml v0.23.1 |
1000 | 2024-01-23T17:47:05.061Z | Downloaded rsa v0.9.2 |
1001 | 2024-01-23T17:47:05.069Z | Downloaded unicode-normalization v0.1.22 |
1002 | 2024-01-23T17:47:05.075Z | Downloaded bitvec v1.0.1 |
1003 | 2024-01-23T17:47:05.102Z | Downloaded ron v0.8.1 |
1004 | 2024-01-23T17:47:05.111Z | Downloaded socket2 v0.5.5 |
1005 | 2024-01-23T17:47:05.117Z | Downloaded heapless v0.8.0 |
1006 | 2024-01-23T17:47:05.121Z | Downloaded typed-path v0.7.0 |
1007 | 2024-01-23T17:47:05.131Z | Downloaded winnow v0.5.15 |
1008 | 2024-01-23T17:47:05.145Z | Downloaded trust-dns-server v0.22.1 |
1009 | 2024-01-23T17:47:05.154Z | Downloaded serde_with v3.4.0 |
1010 | 2024-01-23T17:47:05.165Z | Downloaded chrono v0.4.31 |
1011 | 2024-01-23T17:47:05.178Z | Downloaded textwrap v0.16.0 |
1012 | 2024-01-23T17:47:05.183Z | Downloaded test-strategy v0.3.1 |
1013 | 2024-01-23T17:47:05.188Z | Downloaded regex-automata v0.1.10 |
1014 | 2024-01-23T17:47:05.197Z | Downloaded clap_builder v4.4.2 |
1015 | 2024-01-23T17:47:05.208Z | Downloaded term v0.7.0 |
1016 | 2024-01-23T17:47:05.214Z | Downloaded similar v2.3.0 |
1017 | 2024-01-23T17:47:05.222Z | Downloaded hyper v0.14.27 |
1018 | 2024-01-23T17:47:05.236Z | Downloaded pin-project v1.1.3 |
1019 | 2024-01-23T17:47:05.255Z | Downloaded tracing v0.1.37 |
1020 | 2024-01-23T17:47:05.262Z | Downloaded proptest v1.4.0 |
1021 | 2024-01-23T17:47:05.278Z | Downloaded aho-corasick v1.0.4 |
1022 | 2024-01-23T17:47:05.291Z | Downloaded elliptic-curve v0.13.8 |
1023 | 2024-01-23T17:47:05.294Z | Downloaded der v0.7.8 |
1024 | 2024-01-23T17:47:05.303Z | Downloaded trust-dns-resolver v0.22.0 |
1025 | 2024-01-23T17:47:05.310Z | Downloaded pest v2.7.2 |
1026 | 2024-01-23T17:47:05.319Z | Downloaded fixedbitset v0.4.2 |
1027 | 2024-01-23T17:47:05.322Z | Downloaded spin v0.5.2 |
1028 | 2024-01-23T17:47:05.325Z | Downloaded derive_builder v0.12.0 |
1029 | 2024-01-23T17:47:05.330Z | Downloaded tough v0.16.0 |
1030 | 2024-01-23T17:47:05.344Z | Downloaded libm v0.2.7 |
1031 | 2024-01-23T17:47:05.360Z | Downloaded signature v2.1.0 |
1032 | 2024-01-23T17:47:05.363Z | Downloaded unicode-segmentation v1.10.1 |
1033 | 2024-01-23T17:47:05.367Z | Downloaded synstructure v0.12.6 |
1034 | 2024-01-23T17:47:05.371Z | Downloaded rayon-core v1.12.0 |
1035 | 2024-01-23T17:47:05.375Z | Downloaded heapless v0.7.16 |
1036 | 2024-01-23T17:47:05.382Z | Downloaded signal-hook v0.3.17 |
1037 | 2024-01-23T17:47:05.387Z | Downloaded rcgen v0.12.0 |
1038 | 2024-01-23T17:47:05.391Z | Downloaded trust-dns-client v0.22.0 |
1039 | 2024-01-23T17:47:05.404Z | Downloaded slab v0.4.9 |
1040 | 2024-01-23T17:47:05.407Z | Downloaded schemars_derive v0.8.16 |
1041 | 2024-01-23T17:47:05.407Z | Downloaded usdt-impl v0.3.5 |
1042 | 2024-01-23T17:47:05.410Z | Downloaded sha2 v0.10.8 |
1043 | 2024-01-23T17:47:05.413Z | Downloaded untrusted v0.7.1 |
1044 | 2024-01-23T17:47:05.413Z | Downloaded toml_edit v0.21.0 |
1045 | 2024-01-23T17:47:05.451Z | Downloaded nom v7.1.3 |
1046 | 2024-01-23T17:47:05.461Z | Downloaded socket2 v0.4.9 |
1047 | 2024-01-23T17:47:05.464Z | Downloaded tinyvec v1.6.0 |
1048 | 2024-01-23T17:47:05.469Z | Downloaded diesel_derives v2.1.2 |
1049 | 2024-01-23T17:47:05.475Z | Downloaded derive_more v0.99.17 |
1050 | 2024-01-23T17:47:05.483Z | Downloaded textwrap v0.11.0 |
1051 | 2024-01-23T17:47:05.487Z | Downloaded snafu v0.7.5 |
1052 | 2024-01-23T17:47:05.496Z | Downloaded http v0.2.11 |
1053 | 2024-01-23T17:47:05.502Z | Downloaded http v1.0.0 |
1054 | 2024-01-23T17:47:05.509Z | Downloaded tar v0.4.40 |
1055 | 2024-01-23T17:47:05.513Z | Downloaded flate2 v1.0.28 |
1056 | 2024-01-23T17:47:05.524Z | Downloaded group v0.13.0 |
1057 | 2024-01-23T17:47:05.527Z | Downloaded zeroize v1.7.0 |
1058 | 2024-01-23T17:47:05.527Z | Downloaded termcolor v1.2.0 |
1059 | 2024-01-23T17:47:05.531Z | Downloaded unicode-xid v0.2.4 |
1060 | 2024-01-23T17:47:05.531Z | Downloaded tracing-core v0.1.31 |
1061 | 2024-01-23T17:47:05.534Z | Downloaded deranged v0.3.8 |
1062 | 2024-01-23T17:47:05.539Z | Downloaded futures-channel v0.3.30 |
1063 | 2024-01-23T17:47:05.540Z | Downloaded serde_with_macros v3.4.0 |
1064 | 2024-01-23T17:47:05.543Z | Downloaded steno v0.4.0 |
1065 | 2024-01-23T17:47:05.549Z | Downloaded precomputed-hash v0.1.1 |
1066 | 2024-01-23T17:47:05.552Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1067 | 2024-01-23T17:47:05.552Z | Downloaded pem-rfc7468 v0.7.0 |
1068 | 2024-01-23T17:47:05.555Z | Downloaded unicode-linebreak v0.1.5 |
1069 | 2024-01-23T17:47:05.559Z | Downloaded rustls-pki-types v1.1.0 |
1070 | 2024-01-23T17:47:05.559Z | Downloaded embedded-io v0.4.0 |
1071 | 2024-01-23T17:47:05.562Z | Downloaded ed25519 v1.5.3 |
1072 | 2024-01-23T17:47:05.565Z | Downloaded sqlformat v0.2.3 |
1073 | 2024-01-23T17:47:05.568Z | Downloaded scheduled-thread-pool v0.2.7 |
1074 | 2024-01-23T17:47:05.568Z | Downloaded defmt v0.3.5 |
1075 | 2024-01-23T17:47:05.573Z | Downloaded der_derive v0.7.2 |
1076 | 2024-01-23T17:47:05.576Z | Downloaded sec1 v0.7.3 |
1077 | 2024-01-23T17:47:05.579Z | Downloaded tui-tree-widget v0.13.0 |
1078 | 2024-01-23T17:47:05.582Z | Downloaded itertools v0.10.5 |
1079 | 2024-01-23T17:47:05.590Z | Downloaded crossterm v0.27.0 |
1080 | 2024-01-23T17:47:05.601Z | Downloaded serde_plain v1.0.2 |
1081 | 2024-01-23T17:47:05.607Z | Downloaded getopts v0.2.21 |
1082 | 2024-01-23T17:47:05.610Z | Downloaded dof v0.1.5 |
1083 | 2024-01-23T17:47:05.610Z | Downloaded glob v0.3.1 |
1084 | 2024-01-23T17:47:05.610Z | Downloaded platforms v3.0.2 |
1085 | 2024-01-23T17:47:05.614Z | Downloaded unicode-bidi v0.3.13 |
1086 | 2024-01-23T17:47:05.617Z | Downloaded structopt v0.3.26 |
1087 | 2024-01-23T17:47:05.628Z | Downloaded libxml v0.3.3 |
1088 | 2024-01-23T17:47:05.638Z | Downloaded minimal-lexical v0.2.1 |
1089 | 2024-01-23T17:47:05.646Z | Downloaded itertools v0.12.0 |
1090 | 2024-01-23T17:47:05.658Z | Downloaded foreign-types-macros v0.2.3 |
1091 | 2024-01-23T17:47:05.661Z | Downloaded tabled_derive v0.6.0 |
1092 | 2024-01-23T17:47:05.661Z | Downloaded snafu-derive v0.7.5 |
1093 | 2024-01-23T17:47:05.664Z | Downloaded postcard v1.0.8 |
1094 | 2024-01-23T17:47:05.668Z | Downloaded either v1.9.0 |
1095 | 2024-01-23T17:47:05.672Z | Downloaded thread_local v1.1.7 |
1096 | 2024-01-23T17:47:05.675Z | Downloaded thiserror-impl v1.0.49 |
1097 | 2024-01-23T17:47:05.675Z | Downloaded pin-project-lite v0.2.13 |
1098 | 2024-01-23T17:47:05.682Z | Downloaded slog-term v2.9.0 |
1099 | 2024-01-23T17:47:05.686Z | Downloaded ucd-trie v0.1.6 |
1100 | 2024-01-23T17:47:05.692Z | Downloaded secrecy v0.8.0 |
1101 | 2024-01-23T17:47:05.695Z | Downloaded scopeguard v1.2.0 |
1102 | 2024-01-23T17:47:05.695Z | Downloaded thiserror-impl-no-std v2.0.2 |
1103 | 2024-01-23T17:47:05.695Z | Downloaded thiserror v1.0.49 |
1104 | 2024-01-23T17:47:05.700Z | Downloaded same-file v1.0.6 |
1105 | 2024-01-23T17:47:05.703Z | Downloaded parking_lot v0.12.1 |
1106 | 2024-01-23T17:47:05.707Z | Downloaded resolv-conf v0.7.0 |
1107 | 2024-01-23T17:47:05.710Z | Downloaded thread-id v4.2.0 |
1108 | 2024-01-23T17:47:05.713Z | Downloaded dyn-clone v1.0.13 |
1109 | 2024-01-23T17:47:05.716Z | Downloaded tinyvec_macros v0.1.1 |
1110 | 2024-01-23T17:47:05.716Z | Downloaded thiserror-no-std v2.0.2 |
1111 | 2024-01-23T17:47:05.721Z | Downloaded pkg-config v0.3.27 |
1112 | 2024-01-23T17:47:05.724Z | Downloaded tracing-attributes v0.1.26 |
1113 | 2024-01-23T17:47:05.727Z | Downloaded postgres-protocol v0.6.6 |
1114 | 2024-01-23T17:47:05.730Z | Downloaded tokio-util v0.7.10 |
1115 | 2024-01-23T17:47:05.740Z | Downloaded futures-io v0.3.30 |
1116 | 2024-01-23T17:47:05.744Z | Downloaded postgres-types v0.2.6 |
1117 | 2024-01-23T17:47:05.746Z | Downloaded httparse v1.8.0 |
1118 | 2024-01-23T17:47:05.750Z | Downloaded rustls-pemfile v1.0.3 |
1119 | 2024-01-23T17:47:05.756Z | Downloaded ppv-lite86 v0.2.17 |
1120 | 2024-01-23T17:47:05.759Z | Downloaded vte v0.11.1 |
1121 | 2024-01-23T17:47:05.759Z | Downloaded filetime v0.2.23 |
1122 | 2024-01-23T17:47:05.762Z | Downloaded hmac v0.12.1 |
1123 | 2024-01-23T17:47:05.765Z | Downloaded diff v0.1.13 |
1124 | 2024-01-23T17:47:05.769Z | Downloaded darling_core v0.14.4 |
1125 | 2024-01-23T17:47:05.776Z | Downloaded foreign-types v0.5.0 |
1126 | 2024-01-23T17:47:05.779Z | Downloaded slog-async v2.8.0 |
1127 | 2024-01-23T17:47:05.782Z | Downloaded signal-hook-mio v0.2.3 |
1128 | 2024-01-23T17:47:05.782Z | Downloaded endian-type v0.1.2 |
1129 | 2024-01-23T17:47:05.782Z | Downloaded futures-sink v0.3.30 |
1130 | 2024-01-23T17:47:05.785Z | Downloaded pin-utils v0.1.0 |
1131 | 2024-01-23T17:47:05.785Z | Downloaded serde v1.0.195 |
1132 | 2024-01-23T17:47:05.791Z | Downloaded proc-macro2 v1.0.74 |
1133 | 2024-01-23T17:47:05.795Z | Downloaded derive-where v1.2.7 |
1134 | 2024-01-23T17:47:05.801Z | Downloaded slog-scope v4.4.0 |
1135 | 2024-01-23T17:47:05.804Z | Downloaded slog-json v2.6.1 |
1136 | 2024-01-23T17:47:05.807Z | Downloaded base64 v0.21.7 |
1137 | 2024-01-23T17:47:05.813Z | Downloaded papergrid v0.10.0 |
1138 | 2024-01-23T17:47:05.820Z | Downloaded openssl-sys v0.9.96 |
1139 | 2024-01-23T17:47:05.828Z | Downloaded unicase v2.7.0 |
1140 | 2024-01-23T17:47:05.832Z | Downloaded siphasher v0.3.11 |
1141 | 2024-01-23T17:47:05.835Z | Downloaded ref-cast-impl v1.0.20 |
1142 | 2024-01-23T17:47:05.835Z | Downloaded ref-cast v1.0.20 |
1143 | 2024-01-23T17:47:05.841Z | Downloaded globset v0.4.13 |
1144 | 2024-01-23T17:47:05.844Z | Downloaded pest_derive v2.7.2 |
1145 | 2024-01-23T17:47:05.844Z | Downloaded password-hash v0.5.0 |
1146 | 2024-01-23T17:47:05.847Z | Downloaded parking_lot_core v0.9.8 |
1147 | 2024-01-23T17:47:05.851Z | Downloaded parking_lot_core v0.8.6 |
1148 | 2024-01-23T17:47:05.854Z | Downloaded yasna v0.5.2 |
1149 | 2024-01-23T17:47:05.857Z | Downloaded toml v0.8.8 |
1150 | 2024-01-23T17:47:05.862Z | Downloaded serde_derive v1.0.195 |
1151 | 2024-01-23T17:47:05.866Z | Downloaded toml v0.5.11 |
1152 | 2024-01-23T17:47:05.870Z | Downloaded oso v0.27.0 |
1153 | 2024-01-23T17:47:05.876Z | Downloaded indicatif v0.17.7 |
1154 | 2024-01-23T17:47:05.882Z | Downloaded rand_core v0.6.4 |
1155 | 2024-01-23T17:47:05.885Z | Downloaded rustc_version v0.4.0 |
1156 | 2024-01-23T17:47:05.888Z | Downloaded structopt-derive v0.4.18 |
1157 | 2024-01-23T17:47:05.888Z | Downloaded whoami v1.4.1 |
1158 | 2024-01-23T17:47:05.891Z | Downloaded wait-timeout v0.2.0 |
1159 | 2024-01-23T17:47:05.894Z | Downloaded usdt-macro v0.3.5 |
1160 | 2024-01-23T17:47:05.894Z | Downloaded strum_macros v0.24.3 |
1161 | 2024-01-23T17:47:05.897Z | Downloaded pem v3.0.2 |
1162 | 2024-01-23T17:47:05.903Z | Downloaded parse-display-derive v0.8.2 |
1163 | 2024-01-23T17:47:05.907Z | Downloaded parking_lot v0.11.2 |
1164 | 2024-01-23T17:47:05.907Z | Downloaded http-body v0.4.5 |
1165 | 2024-01-23T17:47:05.910Z | Downloaded heck v0.4.1 |
1166 | 2024-01-23T17:47:05.910Z | Downloaded serde_derive_internals v0.26.0 |
1167 | 2024-01-23T17:47:05.913Z | Downloaded semver v0.11.0 |
1168 | 2024-01-23T17:47:05.916Z | Downloaded chacha20poly1305 v0.10.1 |
1169 | 2024-01-23T17:47:05.919Z | Downloaded packed_struct v0.10.1 |
1170 | 2024-01-23T17:47:05.922Z | Downloaded heck v0.3.3 |
1171 | 2024-01-23T17:47:05.922Z | Downloaded uuid v1.6.1 |
1172 | 2024-01-23T17:47:05.928Z | Downloaded subprocess v0.2.9 |
1173 | 2024-01-23T17:47:05.932Z | Downloaded omicron-zone-package v0.10.1 |
1174 | 2024-01-23T17:47:05.936Z | Downloaded zerocopy v0.3.0 |
1175 | 2024-01-23T17:47:05.939Z | Downloaded quote v1.0.35 |
1176 | 2024-01-23T17:47:05.942Z | Downloaded foreign-types v0.3.2 |
1177 | 2024-01-23T17:47:05.945Z | Downloaded highway v1.1.0 |
1178 | 2024-01-23T17:47:05.948Z | Downloaded hubpack v0.1.2 |
1179 | 2024-01-23T17:47:05.949Z | Downloaded wyz v0.5.1 |
1180 | 2024-01-23T17:47:05.952Z | Downloaded which v4.4.0 |
1181 | 2024-01-23T17:47:05.952Z | Downloaded darling_core v0.20.3 |
1182 | 2024-01-23T17:47:05.959Z | Downloaded percent-encoding v2.3.1 |
1183 | 2024-01-23T17:47:05.962Z | Downloaded paste v1.0.14 |
1184 | 2024-01-23T17:47:05.968Z | Downloaded httpdate v1.0.3 |
1185 | 2024-01-23T17:47:05.971Z | Downloaded http-range v0.1.5 |
1186 | 2024-01-23T17:47:05.972Z | Downloaded fd-lock v3.0.13 |
1187 | 2024-01-23T17:47:05.975Z | Downloaded fallible-iterator v0.2.0 |
1188 | 2024-01-23T17:47:05.975Z | Downloaded xattr v1.0.1 |
1189 | 2024-01-23T17:47:05.978Z | Downloaded strip-ansi-escapes v0.2.0 |
1190 | 2024-01-23T17:47:05.981Z | Downloaded tokio-postgres v0.7.10 |
1191 | 2024-01-23T17:47:05.986Z | Downloaded waitgroup v0.1.2 |
1192 | 2024-01-23T17:47:05.989Z | Downloaded indexmap v1.9.3 |
1193 | 2024-01-23T17:47:05.993Z | Downloaded lru-cache v0.1.2 |
1194 | 2024-01-23T17:47:05.996Z | Downloaded lalrpop-util v0.19.12 |
1195 | 2024-01-23T17:47:05.996Z | Downloaded path-slash v0.1.5 |
1196 | 2024-01-23T17:47:05.999Z | Downloaded parse-display v0.8.2 |
1197 | 2024-01-23T17:47:05.999Z | Downloaded cookie v0.18.0 |
1198 | 2024-01-23T17:47:06.002Z | Downloaded serde-hex v0.1.0 |
1199 | 2024-01-23T17:47:06.005Z | Downloaded quick-error v1.2.3 |
1200 | 2024-01-23T17:47:06.008Z | Downloaded proc-macro-error-attr v1.0.4 |
1201 | 2024-01-23T17:47:06.009Z | Downloaded home v0.5.5 |
1202 | 2024-01-23T17:47:06.012Z | Downloaded fragile v2.0.0 |
1203 | 2024-01-23T17:47:06.015Z | Downloaded spin v0.9.8 |
1204 | 2024-01-23T17:47:06.018Z | Downloaded swrite v0.1.0 |
1205 | 2024-01-23T17:47:06.018Z | Downloaded topological-sort v0.2.2 |
1206 | 2024-01-23T17:47:06.061Z | Downloaded phf_shared v0.11.2 |
1207 | 2024-01-23T17:47:06.061Z | Downloaded fs-err v2.11.0 |
1208 | 2024-01-23T17:47:06.065Z | Downloaded terminal_size v0.2.6 |
1209 | 2024-01-23T17:47:06.066Z | Downloaded structmeta v0.2.0 |
1210 | 2024-01-23T17:47:06.066Z | Downloaded smallvec v1.11.2 |
1211 | 2024-01-23T17:47:06.066Z | Downloaded sqlparser_derive v0.2.2 |
1212 | 2024-01-23T17:47:06.066Z | Downloaded strsim v0.10.0 |
1213 | 2024-01-23T17:47:06.066Z | Downloaded static_assertions v1.1.0 |
1214 | 2024-01-23T17:47:06.066Z | Downloaded version_check v0.9.4 |
1215 | 2024-01-23T17:47:06.066Z | Downloaded nanorand v0.7.0 |
1216 | 2024-01-23T17:47:06.066Z | Downloaded parse-size v1.0.0 |
1217 | 2024-01-23T17:47:06.066Z | Downloaded semver v1.0.21 |
1218 | 2024-01-23T17:47:06.066Z | Downloaded hex v0.4.3 |
1219 | 2024-01-23T17:47:06.066Z | Downloaded vec_map v0.8.2 |
1220 | 2024-01-23T17:47:06.066Z | Downloaded multer v3.0.0 |
1221 | 2024-01-23T17:47:06.066Z | Downloaded mockall v0.12.0 |
1222 | 2024-01-23T17:47:06.066Z | Downloaded indoc v1.0.9 |
1223 | 2024-01-23T17:47:06.066Z | Downloaded num-bigint v0.4.4 |
1224 | 2024-01-23T17:47:06.069Z | Downloaded mockall_derive v0.12.0 |
1225 | 2024-01-23T17:47:06.073Z | Downloaded structmeta-derive v0.2.0 |
1226 | 2024-01-23T17:47:06.076Z | Downloaded strsim v0.8.0 |
1227 | 2024-01-23T17:47:06.076Z | Downloaded stringprep v0.1.3 |
1228 | 2024-01-23T17:47:06.079Z | Downloaded tokio-rustls v0.24.1 |
1229 | 2024-01-23T17:47:06.082Z | Downloaded signal-hook-tokio v0.3.1 |
1230 | 2024-01-23T17:47:06.086Z | Downloaded lock_api v0.4.10 |
1231 | 2024-01-23T17:47:06.086Z | Downloaded crossbeam v0.8.2 |
1232 | 2024-01-23T17:47:06.089Z | Downloaded want v0.3.1 |
1233 | 2024-01-23T17:47:06.089Z | Downloaded string_cache v0.8.7 |
1234 | 2024-01-23T17:47:06.093Z | Downloaded proc-macro-crate v1.3.1 |
1235 | 2024-01-23T17:47:06.093Z | Downloaded impl-trait-for-tuples v0.2.2 |
1236 | 2024-01-23T17:47:06.096Z | Downloaded humantime v2.1.0 |
1237 | 2024-01-23T17:47:06.099Z | Downloaded signal-hook-registry v1.4.1 |
1238 | 2024-01-23T17:47:06.102Z | Downloaded crypto-common v0.1.6 |
1239 | 2024-01-23T17:47:06.103Z | Downloaded crossbeam-epoch v0.9.15 |
1240 | 2024-01-23T17:47:06.106Z | Downloaded cobs v0.2.3 |
1241 | 2024-01-23T17:47:06.110Z | Downloaded dirs-sys-next v0.1.2 |
1242 | 2024-01-23T17:47:06.110Z | Downloaded semver v0.1.20 |
1243 | 2024-01-23T17:47:06.113Z | Downloaded num_enum_derive v0.5.11 |
1244 | 2024-01-23T17:47:06.113Z | Downloaded num-derive v0.4.0 |
1245 | 2024-01-23T17:47:06.116Z | Downloaded normalize-line-endings v0.3.0 |
1246 | 2024-01-23T17:47:06.119Z | Downloaded libefi-sys v0.1.0 |
1247 | 2024-01-23T17:47:06.119Z | Downloaded darling v0.20.3 |
1248 | 2024-01-23T17:47:06.124Z | Downloaded console v0.15.8 |
1249 | 2024-01-23T17:47:06.128Z | Downloaded pretty-hex v0.4.1 |
1250 | 2024-01-23T17:47:06.132Z | Downloaded sct v0.7.0 |
1251 | 2024-01-23T17:47:06.136Z | Downloaded schemars v0.8.16 |
1252 | 2024-01-23T17:47:06.156Z | Downloaded clang-sys v1.6.1 |
1253 | 2024-01-23T17:47:06.160Z | Downloaded ansi_term v0.12.1 |
1254 | 2024-01-23T17:47:06.166Z | Downloaded toml v0.7.8 |
1255 | 2024-01-23T17:47:06.169Z | Downloaded ryu v1.0.15 |
1256 | 2024-01-23T17:47:06.173Z | Downloaded mime_guess v2.0.4 |
1257 | 2024-01-23T17:47:06.182Z | Downloaded hyper-tls v0.5.0 |
1258 | 2024-01-23T17:47:06.182Z | Downloaded memoffset v0.7.1 |
1259 | 2024-01-23T17:47:06.182Z | Downloaded inout v0.1.3 |
1260 | 2024-01-23T17:47:06.182Z | Downloaded num-complex v0.4.4 |
1261 | 2024-01-23T17:47:06.186Z | Downloaded pretty-hex v0.2.1 |
1262 | 2024-01-23T17:47:06.189Z | Downloaded subtle v2.5.0 |
1263 | 2024-01-23T17:47:06.189Z | Downloaded strum_macros v0.25.2 |
1264 | 2024-01-23T17:47:06.192Z | Downloaded serde-big-array v0.5.1 |
1265 | 2024-01-23T17:47:06.195Z | Downloaded num v0.4.1 |
1266 | 2024-01-23T17:47:06.195Z | Downloaded maplit v1.0.2 |
1267 | 2024-01-23T17:47:06.198Z | Downloaded array-init v0.0.4 |
1268 | 2024-01-23T17:47:06.198Z | Downloaded ahash v0.8.6 |
1269 | 2024-01-23T17:47:06.202Z | Downloaded crossbeam-deque v0.8.3 |
1270 | 2024-01-23T17:47:06.205Z | Downloaded crucible-workspace-hack v0.1.0 |
1271 | 2024-01-23T17:47:06.208Z | Downloaded dirs-next v2.0.0 |
1272 | 2024-01-23T17:47:06.208Z | Downloaded tokio-stream v0.1.14 |
1273 | 2024-01-23T17:47:06.214Z | Downloaded slog-bunyan v2.5.0 |
1274 | 2024-01-23T17:47:06.217Z | Downloaded maybe-uninit v2.0.0 |
1275 | 2024-01-23T17:47:06.220Z | Downloaded linked-hash-map v0.5.6 |
1276 | 2024-01-23T17:47:06.220Z | Downloaded libsw v3.3.1 |
1277 | 2024-01-23T17:47:06.223Z | Downloaded libloading v0.7.4 |
1278 | 2024-01-23T17:47:06.226Z | Downloaded darling v0.14.4 |
1279 | 2024-01-23T17:47:06.231Z | Downloaded corncobs v0.1.3 |
1280 | 2024-01-23T17:47:06.237Z | Downloaded tokio-tungstenite v0.20.1 |
1281 | 2024-01-23T17:47:06.241Z | Downloaded ipnetwork v0.20.0 |
1282 | 2024-01-23T17:47:06.241Z | Downloaded anyhow v1.0.75 |
1283 | 2024-01-23T17:47:06.246Z | Downloaded tokio-rustls v0.25.0 |
1284 | 2024-01-23T17:47:06.249Z | Downloaded num-rational v0.4.1 |
1285 | 2024-01-23T17:47:06.252Z | Downloaded proc-macro-error v1.0.4 |
1286 | 2024-01-23T17:47:06.257Z | Downloaded hostname v0.3.1 |
1287 | 2024-01-23T17:47:06.260Z | Downloaded foreign-types-shared v0.1.1 |
1288 | 2024-01-23T17:47:06.263Z | Downloaded number_prefix v0.4.0 |
1289 | 2024-01-23T17:47:06.263Z | Downloaded linear-map v1.2.0 |
1290 | 2024-01-23T17:47:06.268Z | Downloaded lazycell v1.3.0 |
1291 | 2024-01-23T17:47:06.268Z | Downloaded kstat-rs v0.2.3 |
1292 | 2024-01-23T17:47:06.268Z | Downloaded indoc v2.0.3 |
1293 | 2024-01-23T17:47:06.271Z | Downloaded hyper-staticfile v0.9.5 |
1294 | 2024-01-23T17:47:06.274Z | Downloaded convert_case v0.4.0 |
1295 | 2024-01-23T17:47:06.277Z | Downloaded camino-tempfile v1.1.1 |
1296 | 2024-01-23T17:47:06.281Z | Downloaded crunchy v0.2.2 |
1297 | 2024-01-23T17:47:06.281Z | Downloaded num_enum v0.5.11 |
1298 | 2024-01-23T17:47:06.287Z | Downloaded funty v2.0.0 |
1299 | 2024-01-23T17:47:06.290Z | Downloaded crc32fast v1.3.2 |
1300 | 2024-01-23T17:47:06.294Z | Downloaded block-padding v0.3.3 |
1301 | 2024-01-23T17:47:06.294Z | Downloaded block-buffer v0.10.4 |
1302 | 2024-01-23T17:47:06.297Z | Downloaded ascii-canvas v3.0.0 |
1303 | 2024-01-23T17:47:06.297Z | Downloaded lazy_static v1.4.0 |
1304 | 2024-01-23T17:47:06.303Z | Downloaded itoa v1.0.9 |
1305 | 2024-01-23T17:47:06.306Z | Downloaded ident_case v1.0.1 |
1306 | 2024-01-23T17:47:06.306Z | Downloaded anstream v0.5.0 |
1307 | 2024-01-23T17:47:06.306Z | Downloaded newtype_derive v0.1.6 |
1308 | 2024-01-23T17:47:06.309Z | Downloaded serde-big-array v0.4.1 |
1309 | 2024-01-23T17:47:06.309Z | Downloaded num_threads v0.1.6 |
1310 | 2024-01-23T17:47:06.312Z | Downloaded new_debug_unreachable v1.0.4 |
1311 | 2024-01-23T17:47:06.312Z | Downloaded memchr v2.6.3 |
1312 | 2024-01-23T17:47:06.320Z | Downloaded hubpack_derive v0.1.1 |
1313 | 2024-01-23T17:47:06.323Z | Downloaded macaddr v1.0.1 |
1314 | 2024-01-23T17:47:06.323Z | Downloaded keccak v0.1.4 |
1315 | 2024-01-23T17:47:06.326Z | Downloaded ipnet v2.9.0 |
1316 | 2024-01-23T17:47:06.329Z | Downloaded crc-any v2.4.3 |
1317 | 2024-01-23T17:47:06.332Z | Downloaded is-terminal v0.4.9 |
1318 | 2024-01-23T17:47:06.336Z | Downloaded cipher v0.4.4 |
1319 | 2024-01-23T17:47:06.336Z | Downloaded argon2 v0.5.2 |
1320 | 2024-01-23T17:47:06.339Z | Downloaded once_cell v1.19.0 |
1321 | 2024-01-23T17:47:06.342Z | Downloaded crc v3.0.1 |
1322 | 2024-01-23T17:47:06.345Z | Downloaded colorchoice v1.0.0 |
1323 | 2024-01-23T17:47:06.345Z | Downloaded atomicwrites v0.4.3 |
1324 | 2024-01-23T17:47:06.349Z | Downloaded anstyle-parse v0.2.1 |
1325 | 2024-01-23T17:47:06.352Z | Downloaded anstyle v1.0.2 |
1326 | 2024-01-23T17:47:06.355Z | Downloaded async-stream v0.3.5 |
1327 | 2024-01-23T17:47:06.355Z | Downloaded openssl-probe v0.1.5 |
1328 | 2024-01-23T17:47:06.358Z | Downloaded memoffset v0.9.0 |
1329 | 2024-01-23T17:47:06.358Z | Downloaded cstr-argument v0.1.2 |
1330 | 2024-01-23T17:47:06.361Z | Downloaded num_cpus v1.16.0 |
1331 | 2024-01-23T17:47:06.364Z | Downloaded iana-time-zone v0.1.57 |
1332 | 2024-01-23T17:47:06.370Z | Downloaded clap_lex v0.5.1 |
1333 | 2024-01-23T17:47:06.373Z | Downloaded object v0.30.4 |
1334 | 2024-01-23T17:47:06.385Z | Downloaded match_cfg v0.1.0 |
1335 | 2024-01-23T17:47:06.388Z | Downloaded cpufeatures v0.2.9 |
1336 | 2024-01-23T17:47:06.388Z | Downloaded clap_derive v4.4.2 |
1337 | 2024-01-23T17:47:06.392Z | Downloaded ciborium-ll v0.2.1 |
1338 | 2024-01-23T17:47:06.394Z | Downloaded byteorder v1.5.0 |
1339 | 2024-01-23T17:47:06.398Z | Downloaded base64ct v1.6.0 |
1340 | 2024-01-23T17:47:06.400Z | Downloaded backoff v0.4.0 |
1341 | 2024-01-23T17:47:06.403Z | Downloaded bitflags v1.3.2 |
1342 | 2024-01-23T17:47:06.408Z | Downloaded log v0.4.20 |
1343 | 2024-01-23T17:47:06.411Z | Downloaded chacha20 v0.9.1 |
1344 | 2024-01-23T17:47:06.415Z | Downloaded cancel-safe-futures v0.1.5 |
1345 | 2024-01-23T17:47:06.419Z | Downloaded cassowary v0.3.0 |
1346 | 2024-01-23T17:47:06.422Z | Downloaded bytes v1.5.0 |
1347 | 2024-01-23T17:47:06.427Z | Downloaded aead v0.5.2 |
1348 | 2024-01-23T17:47:06.430Z | Downloaded io-lifetimes v1.0.11 |
1349 | 2024-01-23T17:47:06.436Z | Downloaded hyper-rustls v0.24.2 |
1350 | 2024-01-23T17:47:06.439Z | Downloaded bit-vec v0.6.3 |
1351 | 2024-01-23T17:47:06.439Z | Downloaded atomic-waker v1.1.1 |
1352 | 2024-01-23T17:47:06.442Z | Downloaded const-oid v0.9.5 |
1353 | 2024-01-23T17:47:06.445Z | Downloaded blake2 v0.10.6 |
1354 | 2024-01-23T17:47:06.448Z | Downloaded bzip2 v0.4.4 |
1355 | 2024-01-23T17:47:06.451Z | Downloaded adler v1.0.2 |
1356 | 2024-01-23T17:47:06.454Z | Downloaded addr2line v0.21.0 |
1357 | 2024-01-23T17:47:06.457Z | Downloaded bcs v0.1.6 |
1358 | 2024-01-23T17:47:06.788Z | Compiling proc-macro2 v1.0.74 |
1359 | 2024-01-23T17:47:06.788Z | Compiling unicode-ident v1.0.12 |
1360 | 2024-01-23T17:47:06.792Z | Compiling libc v0.2.152 |
1361 | 2024-01-23T17:47:06.792Z | Compiling serde v1.0.195 |
1362 | 2024-01-23T17:47:06.809Z | Compiling autocfg v1.1.0 |
1363 | 2024-01-23T17:47:06.812Z | Compiling cfg-if v1.0.0 |
1364 | 2024-01-23T17:47:06.812Z | Compiling version_check v0.9.4 |
1365 | 2024-01-23T17:47:07.016Z | Compiling syn v1.0.109 |
1366 | 2024-01-23T17:47:07.034Z | Compiling once_cell v1.19.0 |
1367 | 2024-01-23T17:47:07.128Z | Compiling parking_lot_core v0.9.8 |
1368 | 2024-01-23T17:47:07.777Z | Compiling libm v0.2.7 |
1369 | 2024-01-23T17:47:07.873Z | Compiling serde_json v1.0.111 |
1370 | 2024-01-23T17:47:08.026Z | Compiling lock_api v0.4.10 |
1371 | 2024-01-23T17:47:08.898Z | Compiling num-traits v0.2.16 |
1372 | 2024-01-23T17:47:08.937Z | Compiling typenum v1.16.0 |
1373 | 2024-01-23T17:47:09.041Z | Compiling scopeguard v1.2.0 |
1374 | 2024-01-23T17:47:09.066Z | Compiling thiserror v1.0.49 |
1375 | 2024-01-23T17:47:09.109Z | Compiling generic-array v0.14.7 |
1376 | 2024-01-23T17:47:09.260Z | Compiling memchr v2.6.3 |
1377 | 2024-01-23T17:47:09.708Z | Compiling itoa v1.0.9 |
1378 | 2024-01-23T17:47:10.048Z | Compiling pkg-config v0.3.27 |
1379 | 2024-01-23T17:47:10.390Z | Compiling quote v1.0.35 |
1380 | 2024-01-23T17:47:10.564Z | Compiling log v0.4.20 |
1381 | 2024-01-23T17:47:11.343Z | Compiling syn v2.0.46 |
1382 | 2024-01-23T17:47:11.393Z | Compiling cc v1.0.83 |
1383 | 2024-01-23T17:47:11.584Z | Compiling getrandom v0.2.10 |
1384 | 2024-01-23T17:47:11.755Z | Compiling byteorder v1.5.0 |
1385 | 2024-01-23T17:47:12.136Z | Compiling slab v0.4.9 |
1386 | 2024-01-23T17:47:13.001Z | Compiling heck v0.4.1 |
1387 | 2024-01-23T17:47:13.419Z | Compiling smallvec v1.11.2 |
1388 | 2024-01-23T17:47:13.589Z | Compiling pin-project-lite v0.2.13 |
1389 | 2024-01-23T17:47:13.676Z | Compiling ryu v1.0.15 |
1390 | 2024-01-23T17:47:13.755Z | Compiling equivalent v1.0.1 |
1391 | 2024-01-23T17:47:13.777Z | Compiling hashbrown v0.14.2 |
1392 | 2024-01-23T17:47:13.966Z | Compiling schemars v0.8.16 |
1393 | 2024-01-23T17:47:14.141Z | Compiling vcpkg v0.2.15 |
1394 | 2024-01-23T17:47:14.962Z | Compiling parking_lot v0.12.1 |
1395 | 2024-01-23T17:47:15.417Z | Compiling ring v0.17.7 |
1396 | 2024-01-23T17:47:16.350Z | Compiling signal-hook-registry v1.4.1 |
1397 | 2024-01-23T17:47:16.865Z | Compiling openssl-sys v0.9.96 |
1398 | 2024-01-23T17:47:18.185Z | Compiling rand_core v0.6.4 |
1399 | 2024-01-23T17:47:18.785Z | Compiling mio v0.8.9 |
1400 | 2024-01-23T17:47:19.958Z | Compiling ring v0.16.20 |
1401 | 2024-01-23T17:47:21.160Z | Compiling num_cpus v1.16.0 |
1402 | 2024-01-23T17:47:21.340Z | Compiling socket2 v0.5.5 |
1403 | 2024-01-23T17:47:21.546Z | Compiling ahash v0.8.6 |
1404 | 2024-01-23T17:47:21.733Z | Compiling futures-core v0.3.30 |
1405 | 2024-01-23T17:47:21.994Z | Compiling httparse v1.8.0 |
1406 | 2024-01-23T17:47:22.445Z | Compiling fnv v1.0.7 |
1407 | 2024-01-23T17:47:22.492Z | Compiling openssl v0.10.60 |
1408 | 2024-01-23T17:47:22.542Z | Compiling spin v0.5.2 |
1409 | 2024-01-23T17:47:22.617Z | Compiling semver v1.0.21 |
1410 | 2024-01-23T17:47:22.893Z | Compiling serde_derive_internals v0.26.0 |
1411 | 2024-01-23T17:47:23.167Z | Compiling iana-time-zone v0.1.57 |
1412 | 2024-01-23T17:47:23.239Z | Compiling const-oid v0.9.5 |
1413 | 2024-01-23T17:47:23.711Z | Compiling ucd-trie v0.1.6 |
1414 | 2024-01-23T17:47:24.349Z | Compiling subtle v2.5.0 |
1415 | 2024-01-23T17:47:24.436Z | Compiling unicode-xid v0.2.4 |
1416 | 2024-01-23T17:47:24.668Z | Compiling native-tls v0.2.11 |
1417 | 2024-01-23T17:47:24.696Z | Compiling crossbeam-utils v0.8.16 |
1418 | 2024-01-23T17:47:24.765Z | Compiling rustls v0.21.9 |
1419 | 2024-01-23T17:47:25.125Z | Compiling synstructure v0.12.6 |
1420 | 2024-01-23T17:47:25.328Z | Compiling spin v0.9.8 |
1421 | 2024-01-23T17:47:25.356Z | Compiling futures-sink v0.3.30 |
1422 | 2024-01-23T17:47:26.298Z | Compiling io-lifetimes v1.0.11 |
1423 | 2024-01-23T17:47:27.029Z | Compiling backtrace v0.3.69 |
1424 | 2024-01-23T17:47:27.478Z | Compiling dyn-clone v1.0.13 |
1425 | 2024-01-23T17:47:27.517Z | Compiling rustix v0.38.30 |
1426 | 2024-01-23T17:47:27.542Z | Compiling tinyvec_macros v0.1.1 |
1427 | 2024-01-23T17:47:27.643Z | Compiling winnow v0.5.15 |
1428 | 2024-01-23T17:47:27.724Z | Compiling tinyvec v1.6.0 |
1429 | 2024-01-23T17:47:28.228Z | Compiling futures-channel v0.3.30 |
1430 | 2024-01-23T17:47:28.402Z | Compiling tracing-core v0.1.31 |
1431 | 2024-01-23T17:47:28.902Z | Compiling memoffset v0.9.0 |
1432 | 2024-01-23T17:47:28.941Z | Compiling num-integer v0.1.45 |
1433 | 2024-01-23T17:47:29.255Z | Compiling pin-utils v0.1.0 |
1434 | 2024-01-23T17:47:29.328Z | Compiling futures-io v0.3.30 |
1435 | 2024-01-23T17:47:29.812Z | Compiling futures-task v0.3.30 |
1436 | 2024-01-23T17:47:30.047Z | Compiling rustix v0.37.23 |
1437 | 2024-01-23T17:47:30.674Z | Compiling unicode-normalization v0.1.22 |
1438 | 2024-01-23T17:47:31.395Z | Compiling usdt-impl v0.3.5 |
1439 | 2024-01-23T17:47:32.385Z | Compiling serde_derive v1.0.195 |
1440 | 2024-01-23T17:47:32.407Z | Compiling zeroize_derive v1.4.2 |
1441 | 2024-01-23T17:47:32.430Z | Compiling thiserror-impl v1.0.49 |
1442 | 2024-01-23T17:47:32.486Z | Compiling tokio-macros v2.2.0 |
1443 | 2024-01-23T17:47:33.325Z | Compiling futures-macro v0.3.30 |
1444 | 2024-01-23T17:47:33.396Z | Compiling tracing-attributes v0.1.26 |
1445 | 2024-01-23T17:47:34.003Z | Compiling schemars_derive v0.8.16 |
1446 | 2024-01-23T17:47:34.857Z | Compiling zerocopy-derive v0.7.31 |
1447 | 2024-01-23T17:47:34.862Z | Compiling zeroize v1.7.0 |
1448 | 2024-01-23T17:47:37.252Z | Compiling openssl-macros v0.1.1 |
1449 | 2024-01-23T17:47:38.083Z | Compiling pest v2.7.2 |
1450 | 2024-01-23T17:47:38.262Z | Compiling zerocopy v0.7.31 |
1451 | 2024-01-23T17:47:38.326Z | Compiling zerocopy-derive v0.2.0 |
1452 | 2024-01-23T17:47:38.601Z | Compiling crypto-common v0.1.6 |
1453 | 2024-01-23T17:47:38.781Z | Compiling der_derive v0.7.2 |
1454 | 2024-01-23T17:47:38.872Z | Compiling tracing v0.1.37 |
1455 | 2024-01-23T17:47:38.916Z | Compiling block-buffer v0.10.4 |
1456 | 2024-01-23T17:47:39.296Z | Compiling futures-util v0.3.30 |
1457 | 2024-01-23T17:47:40.957Z | Compiling time-core v0.1.1 |
1458 | 2024-01-23T17:47:41.201Z | Compiling unicode-bidi v0.3.13 |
1459 | 2024-01-23T17:47:41.756Z | Compiling hashbrown v0.13.2 |
1460 | 2024-01-23T17:47:42.436Z | Compiling pest_meta v2.7.2 |
1461 | 2024-01-23T17:47:42.768Z | Compiling bitflags v1.3.2 |
1462 | 2024-01-23T17:47:43.325Z | Compiling slog v2.7.0 |
1463 | 2024-01-23T17:47:43.332Z | Compiling anyhow v1.0.75 |
1464 | 2024-01-23T17:47:43.581Z | Compiling crc32fast v1.3.2 |
1465 | 2024-01-23T17:47:43.789Z | Compiling time-macros v0.2.13 |
1466 | 2024-01-23T17:47:43.918Z | Compiling digest v0.10.7 |
1467 | 2024-01-23T17:47:44.544Z | Compiling pest_generator v2.7.2 |
1468 | 2024-01-23T17:47:48.773Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1469 | 2024-01-23T17:47:49.003Z | Compiling pest_derive v2.7.2 |
1470 | 2024-01-23T17:47:49.118Z | Compiling aho-corasick v1.0.4 |
1471 | 2024-01-23T17:47:49.390Z | Compiling crossbeam-epoch v0.9.15 |
1472 | 2024-01-23T17:47:49.986Z | Compiling ppv-lite86 v0.2.17 |
1473 | 2024-01-23T17:47:50.063Z | Compiling untrusted v0.9.0 |
1474 | 2024-01-23T17:47:50.087Z | Compiling rustversion v1.0.14 |
1475 | 2024-01-23T17:47:50.334Z | Compiling async-trait v0.1.77 |
1476 | 2024-01-23T17:47:50.408Z | Compiling regex-syntax v0.8.2 |
1477 | 2024-01-23T17:47:50.956Z | Compiling signal-hook v0.3.17 |
1478 | 2024-01-23T17:47:51.272Z | Compiling rand_chacha v0.3.1 |
1479 | 2024-01-23T17:47:51.372Z | Compiling zerocopy v0.3.0 |
1480 | 2024-01-23T17:47:52.988Z | Compiling errno v0.3.8 |
1481 | 2024-01-23T17:47:53.382Z | Compiling strsim v0.10.0 |
1482 | 2024-01-23T17:47:54.332Z | Compiling bytes v1.5.0 |
1483 | 2024-01-23T17:47:54.666Z | Compiling indexmap v2.1.0 |
1484 | 2024-01-23T17:47:57.179Z | Compiling uuid v1.6.1 |
1485 | 2024-01-23T17:47:57.563Z | Compiling tokio v1.35.1 |
1486 | 2024-01-23T17:47:57.878Z | Compiling chrono v0.4.31 |
1487 | 2024-01-23T17:47:59.188Z | Compiling bitflags v2.4.0 |
1488 | 2024-01-23T17:48:02.543Z | Compiling toml_datetime v0.6.5 |
1489 | 2024-01-23T17:48:03.189Z | Compiling serde_spanned v0.6.4 |
1490 | 2024-01-23T17:48:03.762Z | Compiling toml_edit v0.19.15 |
1491 | 2024-01-23T17:48:04.595Z | Compiling rustc_version v0.4.0 |
1492 | 2024-01-23T17:48:05.609Z | Compiling http v0.2.11 |
1493 | 2024-01-23T17:48:05.658Z | Compiling heapless v0.7.16 |
1494 | 2024-01-23T17:48:06.866Z | Compiling regex-automata v0.4.3 |
1495 | 2024-01-23T17:48:09.413Z | Compiling dof v0.1.5 |
1496 | 2024-01-23T17:48:10.721Z | Compiling rand v0.8.5 |
1497 | 2024-01-23T17:48:13.289Z | Compiling tokio-util v0.7.10 |
1498 | 2024-01-23T17:48:15.088Z | Compiling regex v1.10.2 |
1499 | 2024-01-23T17:48:16.764Z | Compiling dtrace-parser v0.1.14 |
1500 | 2024-01-23T17:48:17.855Z | Compiling thread-id v4.2.0 |
1501 | 2024-01-23T17:48:18.208Z | Compiling num-bigint v0.4.4 |
1502 | 2024-01-23T17:48:18.973Z | Compiling untrusted v0.7.1 |
1503 | 2024-01-23T17:48:19.268Z | Compiling percent-encoding v2.3.1 |
1504 | 2024-01-23T17:48:19.455Z | Compiling base64ct v1.6.0 |
1505 | 2024-01-23T17:48:19.483Z | Compiling doc-comment v0.3.3 |
1506 | 2024-01-23T17:48:19.746Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1507 | 2024-01-23T17:48:20.410Z | Compiling foreign-types-shared v0.1.1 |
1508 | 2024-01-23T17:48:20.558Z | Compiling smoltcp v0.9.1 |
1509 | 2024-01-23T17:48:20.644Z | Compiling foreign-types v0.3.2 |
1510 | 2024-01-23T17:48:20.848Z | Compiling pem-rfc7468 v0.7.0 |
1511 | 2024-01-23T17:48:21.878Z | Compiling strum_macros v0.25.2 |
1512 | 2024-01-23T17:48:23.956Z | Compiling serde_tokenstream v0.1.7 |
1513 | 2024-01-23T17:48:26.269Z | Compiling hmac v0.12.1 |
1514 | 2024-01-23T17:48:26.523Z | Compiling lazy_static v1.4.0 |
1515 | 2024-01-23T17:48:26.680Z | Compiling socket2 v0.4.9 |
1516 | 2024-01-23T17:48:26.751Z | Compiling unicode-width v0.1.11 |
1517 | 2024-01-23T17:48:26.993Z | Compiling siphasher v0.3.11 |
1518 | 2024-01-23T17:48:27.037Z | Compiling try-lock v0.2.4 |
1519 | 2024-01-23T17:48:27.115Z | Compiling flagset v0.4.3 |
1520 | 2024-01-23T17:48:27.256Z | Compiling base64 v0.21.7 |
1521 | 2024-01-23T17:48:27.910Z | Compiling adler v1.0.2 |
1522 | 2024-01-23T17:48:28.303Z | Compiling unicode-segmentation v1.10.1 |
1523 | 2024-01-23T17:48:28.399Z | Compiling miniz_oxide v0.7.1 |
1524 | 2024-01-23T17:48:28.419Z | Compiling der v0.7.8 |
1525 | 2024-01-23T17:48:29.239Z | Compiling want v0.3.1 |
1526 | 2024-01-23T17:48:29.899Z | Compiling sct v0.7.0 |
1527 | 2024-01-23T17:48:30.325Z | Compiling rustls-webpki v0.101.7 |
1528 | 2024-01-23T17:48:30.711Z | Compiling form_urlencoded v1.2.1 |
1529 | 2024-01-23T17:48:31.149Z | Compiling h2 v0.3.24 |
1530 | 2024-01-23T17:48:31.398Z | Compiling http-body v0.4.5 |
1531 | 2024-01-23T17:48:33.135Z | Compiling hubpack_derive v0.1.1 |
1532 | 2024-01-23T17:48:33.544Z | Compiling zerocopy-derive v0.6.4 |
1533 | 2024-01-23T17:48:34.496Z | Compiling pin-project-internal v1.1.3 |
1534 | 2024-01-23T17:48:35.002Z | Compiling num-iter v0.1.43 |
1535 | 2024-01-23T17:48:35.445Z | Compiling utf8parse v0.2.1 |
1536 | 2024-01-23T17:48:36.158Z | Compiling tower-service v0.3.2 |
1537 | 2024-01-23T17:48:36.330Z | Compiling openssl-probe v0.1.5 |
1538 | 2024-01-23T17:48:36.591Z | Compiling cpufeatures v0.2.9 |
1539 | 2024-01-23T17:48:36.748Z | Compiling stable_deref_trait v1.2.0 |
1540 | 2024-01-23T17:48:36.948Z | Compiling httpdate v1.0.3 |
1541 | 2024-01-23T17:48:37.049Z | Compiling anstyle v1.0.2 |
1542 | 2024-01-23T17:48:37.768Z | Compiling sha2 v0.10.8 |
1543 | 2024-01-23T17:48:38.191Z | Compiling anstyle-parse v0.2.1 |
1544 | 2024-01-23T17:48:40.764Z | Compiling spki v0.7.2 |
1545 | 2024-01-23T17:48:41.315Z | Compiling usdt-attr-macro v0.3.5 |
1546 | 2024-01-23T17:48:41.351Z | Compiling usdt-macro v0.3.5 |
1547 | 2024-01-23T17:48:42.838Z | Compiling hyper v0.14.27 |
1548 | 2024-01-23T17:48:44.180Z | Compiling openapiv3 v2.0.0 |
1549 | 2024-01-23T17:48:45.631Z | Compiling serde_tokenstream v0.2.0 |
1550 | 2024-01-23T17:48:46.419Z | Compiling md-5 v0.10.5 |
1551 | 2024-01-23T17:48:46.850Z | Compiling idna v0.5.0 |
1552 | 2024-01-23T17:48:47.163Z | Compiling stringprep v0.1.3 |
1553 | 2024-01-23T17:48:47.650Z | Compiling diesel_table_macro_syntax v0.1.0 |
1554 | 2024-01-23T17:48:48.187Z | Compiling hash32 v0.2.1 |
1555 | 2024-01-23T17:48:48.571Z | Compiling anstyle-query v1.0.0 |
1556 | 2024-01-23T17:48:48.743Z | Compiling fallible-iterator v0.2.0 |
1557 | 2024-01-23T17:48:48.921Z | Compiling gimli v0.28.0 |
1558 | 2024-01-23T17:48:49.619Z | Compiling colorchoice v1.0.0 |
1559 | 2024-01-23T17:48:50.962Z | Compiling postgres-protocol v0.6.6 |
1560 | 2024-01-23T17:48:51.968Z | Compiling anstream v0.5.0 |
1561 | 2024-01-23T17:48:52.944Z | Compiling url v2.5.0 |
1562 | 2024-01-23T17:48:52.975Z | Compiling diesel_derives v2.1.2 |
1563 | 2024-01-23T17:48:56.685Z | Compiling addr2line v0.21.0 |
1564 | 2024-01-23T17:48:58.196Z | Compiling tokio-rustls v0.24.1 |
1565 | 2024-01-23T17:48:58.863Z | Compiling pkcs8 v0.10.2 |
1566 | 2024-01-23T17:48:59.665Z | Compiling terminal_size v0.2.6 |
1567 | 2024-01-23T17:48:59.742Z | Compiling tokio-native-tls v0.3.1 |
1568 | 2024-01-23T17:49:00.119Z | Compiling phf_shared v0.11.2 |
1569 | 2024-01-23T17:49:02.251Z | Compiling regress v0.7.1 |
1570 | 2024-01-23T17:49:03.121Z | Compiling block-padding v0.3.3 |
1571 | 2024-01-23T17:49:03.153Z | Compiling enum-as-inner v0.5.1 |
1572 | 2024-01-23T17:49:03.500Z | Compiling snafu-derive v0.7.5 |
1573 | 2024-01-23T17:49:04.667Z | Compiling clap_derive v4.4.2 |
1574 | 2024-01-23T17:49:09.628Z | Compiling serde_repr v0.1.16 |
1575 | 2024-01-23T17:49:10.287Z | Compiling ff v0.13.0 |
1576 | 2024-01-23T17:49:10.772Z | Compiling scheduled-thread-pool v0.2.7 |
1577 | 2024-01-23T17:49:11.264Z | Compiling object v0.32.1 |
1578 | 2024-01-23T17:49:11.510Z | Compiling matches v0.1.10 |
1579 | 2024-01-23T17:49:11.635Z | Compiling num_threads v0.1.6 |
1580 | 2024-01-23T17:49:11.808Z | Compiling base16ct v0.2.0 |
1581 | 2024-01-23T17:49:12.106Z | Compiling managed v0.8.0 |
1582 | 2024-01-23T17:49:12.229Z | Compiling ipnet v2.9.0 |
1583 | 2024-01-23T17:49:12.963Z | Compiling clap_lex v0.5.1 |
1584 | 2024-01-23T17:49:13.635Z | Compiling bit-vec v0.6.3 |
1585 | 2024-01-23T17:49:14.636Z | Compiling regex-automata v0.1.10 |
1586 | 2024-01-23T17:49:15.088Z | Compiling rustc-demangle v0.1.23 |
1587 | 2024-01-23T17:49:15.496Z | Compiling deranged v0.3.8 |
1588 | 2024-01-23T17:49:17.445Z | Compiling bstr v0.2.17 |
1589 | 2024-01-23T17:49:18.491Z | Compiling time v0.3.27 |
1590 | 2024-01-23T17:49:19.621Z | Compiling clap_builder v4.4.2 |
1591 | 2024-01-23T17:49:21.065Z | Compiling sec1 v0.7.3 |
1592 | 2024-01-23T17:49:22.753Z | Compiling idna v0.2.3 |
1593 | 2024-01-23T17:49:25.077Z | Compiling r2d2 v0.8.10 |
1594 | 2024-01-23T17:49:25.705Z | Compiling group v0.13.0 |
1595 | 2024-01-23T17:49:26.339Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1596 | 2024-01-23T17:49:26.627Z | Compiling inout v0.1.3 |
1597 | 2024-01-23T17:49:27.644Z | Compiling phf v0.11.2 |
1598 | 2024-01-23T17:49:27.712Z | Compiling hyper-tls v0.5.0 |
1599 | 2024-01-23T17:49:27.801Z | Compiling signal-hook-mio v0.2.3 |
1600 | 2024-01-23T17:49:28.016Z | Compiling hyper-rustls v0.24.2 |
1601 | 2024-01-23T17:49:28.094Z | Compiling flate2 v1.0.28 |
1602 | 2024-01-23T17:49:28.188Z | Compiling bzip2 v0.4.4 |
1603 | 2024-01-23T17:49:28.532Z | Compiling postgres-types v0.2.6 |
1604 | 2024-01-23T17:49:28.714Z | Compiling pin-project v1.1.3 |
1605 | 2024-01-23T17:49:28.887Z | Compiling zerocopy v0.6.4 |
1606 | 2024-01-23T17:49:29.713Z | Compiling hubpack v0.1.2 |
1607 | 2024-01-23T17:49:30.172Z | Compiling serde_urlencoded v0.7.1 |
1608 | 2024-01-23T17:49:30.367Z | Compiling rustls-pemfile v1.0.3 |
1609 | 2024-01-23T17:49:30.753Z | Compiling phf_shared v0.10.0 |
1610 | 2024-01-23T17:49:30.893Z | Compiling hkdf v0.12.4 |
1611 | 2024-01-23T17:49:30.976Z | Compiling ipnetwork v0.20.0 |
1612 | 2024-01-23T17:49:32.197Z | Compiling futures-executor v0.3.30 |
1613 | 2024-01-23T17:49:32.616Z | Compiling crypto-bigint v0.5.2 |
1614 | 2024-01-23T17:49:32.876Z | Compiling float-cmp v0.9.0 |
1615 | 2024-01-23T17:49:32.990Z | Compiling proc-macro-error-attr v1.0.4 |
1616 | 2024-01-23T17:49:33.194Z | Compiling encoding_rs v0.8.33 |
1617 | 2024-01-23T17:49:37.390Z | Compiling mime v0.3.17 |
1618 | 2024-01-23T17:49:39.213Z | Compiling whoami v1.4.1 |
1619 | 2024-01-23T17:49:39.665Z | Compiling regex-automata v0.3.8 |
1620 | 2024-01-23T17:49:40.020Z | Compiling minimal-lexical v0.2.1 |
1621 | 2024-01-23T17:49:40.680Z | Compiling static_assertions v1.1.0 |
1622 | 2024-01-23T17:49:40.780Z | Compiling fixedbitset v0.4.2 |
1623 | 2024-01-23T17:49:40.816Z | Compiling difflib v0.4.0 |
1624 | 2024-01-23T17:49:41.597Z | Compiling precomputed-hash v0.1.1 |
1625 | 2024-01-23T17:49:42.863Z | Compiling predicates-core v1.0.6 |
1626 | 2024-01-23T17:49:43.233Z | Compiling webpki-roots v0.25.2 |
1627 | 2024-01-23T17:49:43.362Z | Compiling normalize-line-endings v0.3.0 |
1628 | 2024-01-23T17:49:43.456Z | Compiling new_debug_unreachable v1.0.4 |
1629 | 2024-01-23T17:49:43.585Z | Compiling data-encoding v2.4.0 |
1630 | 2024-01-23T17:49:43.767Z | Compiling either v1.9.0 |
1631 | 2024-01-23T17:49:44.294Z | Compiling itertools v0.10.5 |
1632 | 2024-01-23T17:49:44.711Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1633 | 2024-01-23T17:49:46.379Z | Compiling trust-dns-proto v0.22.0 |
1634 | 2024-01-23T17:49:48.907Z | Compiling string_cache v0.8.7 |
1635 | 2024-01-23T17:49:51.574Z | Compiling predicates v3.1.0 |
1636 | 2024-01-23T17:49:53.930Z | Compiling reqwest v0.11.22 |
1637 | 2024-01-23T17:49:54.186Z | Compiling bstr v1.6.0 |
1638 | 2024-01-23T17:49:56.559Z | Compiling petgraph v0.6.4 |
1639 | 2024-01-23T17:49:56.807Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1640 | 2024-01-23T17:49:58.891Z | Compiling nom v7.1.3 |
1641 | 2024-01-23T17:50:03.198Z | Compiling tokio-postgres v0.7.10 |
1642 | 2024-01-23T17:50:05.243Z | Compiling elliptic-curve v0.13.8 |
1643 | 2024-01-23T17:50:12.729Z | Compiling futures v0.3.30 |
1644 | 2024-01-23T17:50:13.661Z | Compiling diesel v2.1.4 |
1645 | 2024-01-23T17:50:13.785Z | Compiling yasna v0.5.2 |
1646 | 2024-01-23T17:50:14.066Z | Compiling zip v0.6.6 |
1647 | 2024-01-23T17:50:14.198Z | Compiling snafu v0.7.5 |
1648 | 2024-01-23T17:50:14.221Z | Compiling crossterm v0.27.0 |
1649 | 2024-01-23T17:50:14.318Z | Compiling cipher v0.4.4 |
1650 | 2024-01-23T17:50:15.379Z | Compiling clap v4.4.3 |
1651 | 2024-01-23T17:50:15.987Z | Compiling similar v2.3.0 |
1652 | 2024-01-23T17:50:16.082Z | Compiling bit-set v0.5.3 |
1653 | 2024-01-23T17:50:16.507Z | Compiling usdt v0.3.5 |
1654 | 2024-01-23T17:50:16.531Z | Compiling console v0.15.8 |
1655 | 2024-01-23T17:50:17.288Z | Compiling tokio-stream v0.1.14 |
1656 | 2024-01-23T17:50:17.499Z | Compiling proc-macro-crate v1.3.1 |
1657 | 2024-01-23T17:50:18.746Z | Compiling toml v0.7.8 |
1658 | 2024-01-23T17:50:18.806Z | Compiling toml_edit v0.21.0 |
1659 | 2024-01-23T17:50:18.862Z | Compiling hex v0.4.3 |
1660 | 2024-01-23T17:50:19.802Z | Compiling proc-macro-error v1.0.4 |
1661 | 2024-01-23T17:50:20.705Z | Compiling heapless v0.8.0 |
1662 | 2024-01-23T17:50:21.189Z | Compiling lalrpop-util v0.19.12 |
1663 | 2024-01-23T17:50:24.068Z | Compiling num_enum_derive v0.5.11 |
1664 | 2024-01-23T17:50:28.992Z | Compiling hash32 v0.3.1 |
1665 | 2024-01-23T17:50:29.297Z | Compiling atty v0.2.14 |
1666 | 2024-01-23T17:50:29.491Z | Compiling rustls-pki-types v1.1.0 |
1667 | 2024-01-23T17:50:29.514Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1668 | 2024-01-23T17:50:30.615Z | Compiling ident_case v1.0.1 |
1669 | 2024-01-23T17:50:30.796Z | Compiling smoltcp v0.11.0 |
1670 | 2024-01-23T17:50:30.876Z | Compiling darling_core v0.20.3 |
1671 | 2024-01-23T17:50:38.530Z | Compiling num_enum v0.5.11 |
1672 | 2024-01-23T17:50:58.840Z | Compiling dirs-sys-next v0.1.2 |
1673 | 2024-01-23T17:50:59.976Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1674 | 2024-01-23T17:51:00.393Z | Compiling rustls v0.22.2 |
1675 | 2024-01-23T17:51:00.681Z | Compiling embedded-io v0.4.0 |
1676 | 2024-01-23T17:51:00.806Z | Compiling camino v1.1.6 |
1677 | 2024-01-23T17:51:01.625Z | Compiling cobs v0.2.3 |
1678 | 2024-01-23T17:51:02.449Z | Compiling postcard v1.0.8 |
1679 | 2024-01-23T17:51:05.664Z | Compiling dirs-next v2.0.0 |
1680 | 2024-01-23T17:51:11.206Z | Compiling darling_macro v0.20.3 |
1681 | 2024-01-23T17:51:14.850Z | Compiling rustls-webpki v0.102.1 |
1682 | 2024-01-23T17:51:20.504Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1683 | 2024-01-23T17:51:20.528Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1684 | 2024-01-23T17:51:22.775Z | Compiling getopts v0.2.21 |
1685 | 2024-01-23T17:51:28.450Z | Compiling structmeta-derive v0.2.0 |
1686 | 2024-01-23T17:51:29.072Z | Compiling foreign-types-macros v0.2.3 |
1687 | 2024-01-23T17:51:32.684Z | Compiling thread_local v1.1.7 |
1688 | 2024-01-23T17:51:33.625Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
1689 | 2024-01-23T17:51:33.977Z | Compiling multer v3.0.0 |
1690 | 2024-01-23T17:51:34.839Z | Compiling match_cfg v0.1.0 |
1691 | 2024-01-23T17:51:37.142Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1692 | 2024-01-23T17:51:37.563Z | Compiling foreign-types-shared v0.3.1 |
1693 | 2024-01-23T17:51:37.743Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
1694 | 2024-01-23T17:51:38.222Z | Compiling paste v1.0.14 |
1695 | 2024-01-23T17:51:38.240Z | Compiling slog-async v2.8.0 |
1696 | 2024-01-23T17:51:38.851Z | Compiling unsafe-libyaml v0.2.10 |
1697 | 2024-01-23T17:51:41.731Z | Compiling serde_yaml v0.9.25 |
1698 | 2024-01-23T17:51:44.830Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
1699 | 2024-01-23T17:51:47.992Z | Compiling foreign-types v0.5.0 |
1700 | 2024-01-23T17:51:55.421Z | Compiling hostname v0.3.1 |
1701 | 2024-01-23T17:51:56.000Z | Compiling structmeta v0.2.0 |
1702 | 2024-01-23T17:52:01.841Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1703 | 2024-01-23T17:52:08.778Z | Compiling darling v0.20.3 |
1704 | 2024-01-23T17:52:09.201Z | Compiling term v0.7.0 |
1705 | 2024-01-23T17:52:14.587Z | Compiling slog-json v2.6.1 |
1706 | 2024-01-23T17:52:15.396Z | Compiling is-terminal v0.4.9 |
1707 | 2024-01-23T17:52:15.535Z | Compiling crossbeam-channel v0.5.8 |
1708 | 2024-01-23T17:52:18.395Z | Compiling strum v0.25.0 |
1709 | 2024-01-23T17:52:18.428Z | Compiling http v1.0.0 |
1710 | 2024-01-23T17:52:19.102Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1711 | 2024-01-23T17:52:20.243Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
1712 | 2024-01-23T17:52:20.882Z | Compiling async-stream-impl v0.3.5 |
1713 | 2024-01-23T17:52:21.867Z | Compiling cstr-argument v0.1.2 |
1714 | 2024-01-23T17:52:22.248Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1715 | 2024-01-23T17:52:22.684Z | Compiling regex-syntax v0.7.5 |
1716 | 2024-01-23T17:52:22.819Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1717 | 2024-01-23T17:52:24.194Z | Compiling crucible-workspace-hack v0.1.0 |
1718 | 2024-01-23T17:52:26.679Z | Compiling pretty-hex v0.2.1 |
1719 | 2024-01-23T17:52:27.110Z | Compiling fastrand v2.0.0 |
1720 | 2024-01-23T17:52:28.134Z | Compiling atomic-waker v1.1.1 |
1721 | 2024-01-23T17:52:28.490Z | Compiling take_mut v0.2.2 |
1722 | 2024-01-23T17:52:32.637Z | Compiling parse-display-derive v0.8.2 |
1723 | 2024-01-23T17:52:37.499Z | Compiling waitgroup v0.1.2 |
1724 | 2024-01-23T17:52:37.854Z | Compiling tempfile v3.9.0 |
1725 | 2024-01-23T17:52:38.290Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1726 | 2024-01-23T17:52:43.310Z | Compiling async-stream v0.3.5 |
1727 | 2024-01-23T17:52:43.757Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1728 | 2024-01-23T17:52:48.247Z | Compiling colored v2.0.4 |
1729 | 2024-01-23T17:52:48.686Z | Compiling slog-bunyan v2.5.0 |
1730 | 2024-01-23T17:52:49.086Z | Compiling tokio-rustls v0.25.0 |
1731 | 2024-01-23T17:52:50.472Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1732 | 2024-01-23T17:52:50.576Z | Compiling slog-term v2.9.0 |
1733 | 2024-01-23T17:52:54.825Z | Compiling serde_with_macros v3.4.0 |
1734 | 2024-01-23T17:53:02.667Z | Compiling toml v0.8.8 |
1735 | 2024-01-23T17:53:03.133Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1736 | 2024-01-23T17:53:03.792Z | Compiling rustls-pemfile v2.0.0 |
1737 | 2024-01-23T17:53:04.941Z | Compiling sha1 v0.10.6 |
1738 | 2024-01-23T17:53:05.534Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1739 | 2024-01-23T17:53:06.464Z | Compiling textwrap v0.11.0 |
1740 | 2024-01-23T17:53:08.284Z | Compiling heck v0.3.3 |
1741 | 2024-01-23T17:53:08.860Z | Compiling serde_path_to_error v0.1.15 |
1742 | 2024-01-23T17:53:09.351Z | Compiling instant v0.1.12 |
1743 | 2024-01-23T17:53:09.586Z | Compiling strsim v0.8.0 |
1744 | 2024-01-23T17:53:10.835Z | Compiling libefi-sys v0.1.0 |
1745 | 2024-01-23T17:53:11.126Z | Compiling ansi_term v0.12.1 |
1746 | 2024-01-23T17:53:11.267Z | Compiling vec_map v0.8.2 |
1747 | 2024-01-23T17:53:11.672Z | Compiling debug-ignore v1.0.5 |
1748 | 2024-01-23T17:53:11.773Z | Compiling rayon-core v1.12.0 |
1749 | 2024-01-23T17:53:11.858Z | Compiling clap v2.34.0 |
1750 | 2024-01-23T17:53:12.306Z | Compiling backoff v0.4.0 |
1751 | 2024-01-23T17:53:12.588Z | Compiling structopt-derive v0.4.18 |
1752 | 2024-01-23T17:53:12.842Z | Compiling serde_with v3.4.0 |
1753 | 2024-01-23T17:53:15.873Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1754 | 2024-01-23T17:53:16.024Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1755 | 2024-01-23T17:53:16.910Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
1756 | 2024-01-23T17:53:17.147Z | Compiling parse-display v0.8.2 |
1757 | 2024-01-23T17:53:17.456Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1758 | 2024-01-23T17:53:18.202Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1759 | 2024-01-23T17:53:18.439Z | Compiling zone_cfg_derive v0.3.0 |
1760 | 2024-01-23T17:53:20.347Z | Compiling crossbeam-deque v0.8.3 |
1761 | 2024-01-23T17:53:20.555Z | Compiling macaddr v1.0.1 |
1762 | 2024-01-23T17:53:20.944Z | Compiling num-derive v0.4.0 |
1763 | 2024-01-23T17:53:21.356Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1764 | 2024-01-23T17:53:21.691Z | Compiling portable-atomic v1.4.3 |
1765 | 2024-01-23T17:53:23.087Z | Compiling zone v0.3.0 |
1766 | 2024-01-23T17:53:24.491Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1767 | 2024-01-23T17:53:27.415Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
1768 | 2024-01-23T17:53:27.959Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1769 | 2024-01-23T17:53:28.857Z | Compiling structopt v0.3.26 |
1770 | 2024-01-23T17:53:29.124Z | Compiling camino-tempfile v1.1.1 |
1771 | 2024-01-23T17:53:30.403Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1772 | 2024-01-23T17:53:30.426Z | Compiling smf v0.2.2 |
1773 | 2024-01-23T17:53:32.087Z | Compiling filetime v0.2.23 |
1774 | 2024-01-23T17:53:32.318Z | Compiling xattr v1.0.1 |
1775 | 2024-01-23T17:53:32.503Z | Compiling same-file v1.0.6 |
1776 | 2024-01-23T17:53:32.639Z | Compiling tar v0.4.40 |
1777 | 2024-01-23T17:53:32.758Z | Compiling walkdir v2.4.0 |
1778 | 2024-01-23T17:53:34.950Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1779 | 2024-01-23T17:53:35.213Z | Compiling rayon v1.8.0 |
1780 | 2024-01-23T17:53:35.623Z | Compiling topological-sort v0.2.2 |
1781 | 2024-01-23T17:53:35.978Z | Compiling number_prefix v0.4.0 |
1782 | 2024-01-23T17:53:36.365Z | Compiling omicron-zone-package v0.10.1 |
1783 | 2024-01-23T17:53:38.753Z | Compiling swrite v0.1.0 |
1784 | 2024-01-23T17:53:44.489Z | Compiling indicatif v0.17.7 |
1785 | 2024-01-23T17:54:01.441Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1786 | 2024-01-23T17:54:11.719Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1787 | 2024-01-23T17:54:15.241Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1788 | 2024-01-23T17:54:17.693Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1789 | 2024-01-23T17:54:43.609Z | Finished release [optimized] target(s) in 8m 06s |
1790 | 2024-01-23T17:54:43.855Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1791 | 2024-01-23T17:54:43.931Z | Created new build target 'test' and set it as active |
1792 | 2024-01-23T17:54:43.934Z | |
1793 | 2024-01-23T17:54:43.934Z | real 8:07.041092430 |
1794 | 2024-01-23T17:54:43.935Z | user 52:14.622159436 |
1795 | 2024-01-23T17:54:43.935Z | sys 4:28.381498430 |
1796 | 2024-01-23T17:54:43.935Z | trap 1.975213204 |
1797 | 2024-01-23T17:54:43.935Z | tflt 5.474568427 |
1798 | 2024-01-23T17:54:43.935Z | dflt 6.385727378 |
1799 | 2024-01-23T17:54:43.935Z | kflt 0.033483140 |
1800 | 2024-01-23T17:54:43.935Z | lock 1:53:24.612788917 |
1801 | 2024-01-23T17:54:43.935Z | slp 2:26:46.190658260 |
1802 | 2024-01-23T17:54:43.935Z | lat 2:26.122705854 |
1803 | 2024-01-23T17:54:43.935Z | stop 3:44.800872548 |
1804 | 2024-01-23T17:54:43.935Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1805 | 2024-01-23T17:54:45.048Z | Finished release [optimized] target(s) in 1.03s |
1806 | 2024-01-23T17:54:45.083Z | Running `target/release/omicron-package -t test package` |
1807 | 2024-01-23T17:54:45.115Z | Jan 23 17:54:45.277 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1808 | 2024-01-23T17:54:46.263Z | Compiling linked-hash-map v0.5.6 |
1809 | 2024-01-23T17:54:46.263Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1810 | 2024-01-23T17:54:46.268Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1811 | 2024-01-23T17:54:46.268Z | Compiling password-hash v0.5.0 |
1812 | 2024-01-23T17:54:46.268Z | Compiling blake2 v0.10.6 |
1813 | 2024-01-23T17:54:46.269Z | Compiling semver v0.1.20 |
1814 | 2024-01-23T17:54:47.591Z | Compiling quick-error v1.2.3 |
1815 | 2024-01-23T17:54:47.591Z | Compiling same-file v1.0.6 |
1816 | 2024-01-23T17:54:47.591Z | Compiling resolv-conf v0.7.0 |
1817 | 2024-01-23T17:54:47.591Z | Compiling walkdir v2.4.0 |
1818 | 2024-01-23T17:54:47.592Z | Compiling lru-cache v0.1.2 |
1819 | 2024-01-23T17:54:47.592Z | Compiling argon2 v0.5.2 |
1820 | 2024-01-23T17:54:47.592Z | Compiling rustc_version v0.1.7 |
1821 | 2024-01-23T17:54:47.669Z | Compiling semver-parser v0.10.2 |
1822 | 2024-01-23T17:54:47.835Z | Compiling newtype_derive v0.1.6 |
1823 | 2024-01-23T17:54:48.229Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1824 | 2024-01-23T17:54:48.567Z | Compiling slog-dtrace v0.2.3 |
1825 | 2024-01-23T17:54:48.977Z | Compiling fastrand v2.0.0 |
1826 | 2024-01-23T17:54:49.275Z | Compiling semver v0.11.0 |
1827 | 2024-01-23T17:54:49.560Z | Compiling tempfile v3.9.0 |
1828 | 2024-01-23T17:54:49.799Z | Compiling trust-dns-resolver v0.22.0 |
1829 | 2024-01-23T17:54:50.312Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1830 | 2024-01-23T17:54:50.362Z | Compiling nibble_vec v0.1.0 |
1831 | 2024-01-23T17:54:50.638Z | Compiling filetime v0.2.23 |
1832 | 2024-01-23T17:54:50.674Z | Compiling xattr v1.0.1 |
1833 | 2024-01-23T17:54:50.674Z | Compiling endian-type v0.1.2 |
1834 | 2024-01-23T17:54:50.730Z | Compiling home v0.5.5 |
1835 | 2024-01-23T17:54:51.010Z | Compiling radix_trie v0.2.1 |
1836 | 2024-01-23T17:54:51.013Z | Compiling toolchain_find v0.2.0 |
1837 | 2024-01-23T17:54:51.047Z | Compiling tar v0.4.40 |
1838 | 2024-01-23T17:54:51.677Z | Compiling itertools v0.12.0 |
1839 | 2024-01-23T17:54:51.800Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1840 | 2024-01-23T17:54:52.391Z | Compiling toml v0.5.11 |
1841 | 2024-01-23T17:54:52.398Z | Compiling topological-sort v0.2.2 |
1842 | 2024-01-23T17:54:52.683Z | Compiling omicron-zone-package v0.10.1 |
1843 | 2024-01-23T17:54:53.685Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1844 | 2024-01-23T17:54:53.960Z | Compiling steno v0.4.0 |
1845 | 2024-01-23T17:54:53.977Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1846 | 2024-01-23T17:54:57.365Z | Compiling rustfmt-wrapper v0.2.0 |
1847 | 2024-01-23T17:54:57.653Z | Compiling toml v0.8.8 |
1848 | 2024-01-23T17:54:58.284Z | Compiling num-rational v0.4.1 |
1849 | 2024-01-23T17:54:58.712Z | Compiling cancel-safe-futures v0.1.5 |
1850 | 2024-01-23T17:54:59.359Z | Compiling num-complex v0.4.4 |
1851 | 2024-01-23T17:55:00.099Z | Compiling fxhash v0.2.1 |
1852 | 2024-01-23T17:55:00.226Z | Compiling utf-8 v0.7.6 |
1853 | 2024-01-23T17:55:00.437Z | Compiling radium v0.7.0 |
1854 | 2024-01-23T17:55:00.841Z | Compiling tungstenite v0.20.1 |
1855 | 2024-01-23T17:55:01.066Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1856 | 2024-01-23T17:55:01.467Z | Compiling num v0.4.1 |
1857 | 2024-01-23T17:55:01.617Z | Compiling unicase v2.7.0 |
1858 | 2024-01-23T17:55:02.091Z | Compiling tap v1.0.1 |
1859 | 2024-01-23T17:55:02.361Z | Compiling maybe-uninit v2.0.0 |
1860 | 2024-01-23T17:55:02.746Z | Compiling ciborium-io v0.2.1 |
1861 | 2024-01-23T17:55:03.454Z | Compiling half v1.8.2 |
1862 | 2024-01-23T17:55:03.454Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1863 | 2024-01-23T17:55:03.569Z | Compiling tokio-tungstenite v0.20.1 |
1864 | 2024-01-23T17:55:04.457Z | Compiling ciborium-ll v0.2.1 |
1865 | 2024-01-23T17:55:04.896Z | Compiling wyz v0.5.1 |
1866 | 2024-01-23T17:55:05.637Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1867 | 2024-01-23T17:55:06.074Z | Compiling packed_struct v0.10.1 |
1868 | 2024-01-23T17:55:06.639Z | Compiling num-bigint-dig v0.8.4 |
1869 | 2024-01-23T17:55:07.091Z | Compiling crc-catalog v2.2.0 |
1870 | 2024-01-23T17:55:07.290Z | Compiling funty v2.0.0 |
1871 | 2024-01-23T17:55:10.421Z | Compiling arc-swap v1.6.0 |
1872 | 2024-01-23T17:55:11.601Z | Compiling slog-scope v4.4.0 |
1873 | 2024-01-23T17:55:12.032Z | Compiling bitvec v1.0.1 |
1874 | 2024-01-23T17:55:13.045Z | Compiling crc v3.0.1 |
1875 | 2024-01-23T17:55:14.226Z | Compiling ciborium v0.2.1 |
1876 | 2024-01-23T17:55:16.957Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1877 | 2024-01-23T17:55:18.080Z | Compiling libsw v3.3.1 |
1878 | 2024-01-23T17:55:18.550Z | Compiling packed_struct_codegen v0.10.1 |
1879 | 2024-01-23T17:55:19.235Z | Compiling derive-where v1.2.7 |
1880 | 2024-01-23T17:55:22.688Z | Compiling indexmap v1.9.3 |
1881 | 2024-01-23T17:55:23.103Z | Compiling display-error-chain v0.2.0 |
1882 | 2024-01-23T17:55:23.357Z | Compiling linear-map v1.2.0 |
1883 | 2024-01-23T17:55:23.949Z | Compiling nodrop v0.1.14 |
1884 | 2024-01-23T17:55:24.121Z | Compiling parking_lot_core v0.8.6 |
1885 | 2024-01-23T17:55:24.398Z | Compiling owo-colors v3.5.0 |
1886 | 2024-01-23T17:55:24.714Z | Compiling array-init v0.0.4 |
1887 | 2024-01-23T17:55:26.765Z | Compiling smallvec v0.6.14 |
1888 | 2024-01-23T17:55:29.798Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1889 | 2024-01-23T17:55:34.392Z | Compiling slog-stdlog v4.1.1 |
1890 | 2024-01-23T17:55:36.102Z | Compiling pkcs1 v0.7.5 |
1891 | 2024-01-23T17:55:36.504Z | Compiling signature v2.1.0 |
1892 | 2024-01-23T17:55:36.845Z | Compiling convert_case v0.4.0 |
1893 | 2024-01-23T17:55:38.076Z | Compiling hashbrown v0.12.3 |
1894 | 2024-01-23T17:55:40.186Z | Compiling bitfield v0.14.0 |
1895 | 2024-01-23T17:55:40.652Z | Compiling termcolor v1.2.0 |
1896 | 2024-01-23T17:55:42.236Z | Compiling env_logger v0.10.0 |
1897 | 2024-01-23T17:55:42.315Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1898 | 2024-01-23T17:55:44.374Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1899 | 2024-01-23T17:55:47.004Z | Compiling derive_more v0.99.17 |
1900 | 2024-01-23T17:55:47.284Z | Compiling rsa v0.9.2 |
1901 | 2024-01-23T17:55:48.981Z | Compiling slog-envlogger v2.2.0 |
1902 | 2024-01-23T17:55:49.000Z | Compiling serde-hex v0.1.0 |
1903 | 2024-01-23T17:55:55.091Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1904 | 2024-01-23T17:55:55.619Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1905 | 2024-01-23T17:55:56.039Z | Compiling x509-cert v0.2.4 |
1906 | 2024-01-23T17:55:57.892Z | Compiling ron v0.8.1 |
1907 | 2024-01-23T17:55:58.884Z | Compiling dirs-sys-next v0.1.2 |
1908 | 2024-01-23T17:55:59.653Z | Compiling crunchy v0.2.2 |
1909 | 2024-01-23T17:56:00.297Z | Compiling platforms v3.0.2 |
1910 | 2024-01-23T17:56:00.773Z | Compiling glob v0.3.1 |
1911 | 2024-01-23T17:56:02.146Z | Compiling crc-any v2.4.3 |
1912 | 2024-01-23T17:56:03.691Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1913 | 2024-01-23T17:56:08.425Z | Compiling clang-sys v1.6.1 |
1914 | 2024-01-23T17:56:09.465Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1915 | 2024-01-23T17:56:12.399Z | Compiling dirs-next v2.0.0 |
1916 | 2024-01-23T17:56:12.680Z | Compiling parking_lot v0.11.2 |
1917 | 2024-01-23T17:56:16.877Z | Compiling mime_guess v2.0.4 |
1918 | 2024-01-23T17:56:17.837Z | Compiling object v0.30.4 |
1919 | 2024-01-23T17:56:18.581Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1920 | 2024-01-23T17:56:18.945Z | Compiling trust-dns-client v0.22.0 |
1921 | 2024-01-23T17:56:30.288Z | Compiling pem v3.0.2 |
1922 | 2024-01-23T17:56:32.999Z | Compiling prettyplease v0.2.16 |
1923 | 2024-01-23T17:56:33.374Z | Compiling path-slash v0.1.5 |
1924 | 2024-01-23T17:56:33.708Z | Compiling tiny-keccak v2.0.2 |
1925 | 2024-01-23T17:56:34.138Z | Compiling trust-dns-server v0.22.1 |
1926 | 2024-01-23T17:56:34.533Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1927 | 2024-01-23T17:56:43.541Z | Compiling sled v0.34.7 |
1928 | 2024-01-23T17:56:45.188Z | Compiling term v0.7.0 |
1929 | 2024-01-23T17:56:47.905Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1930 | 2024-01-23T17:56:48.299Z | Compiling darling_core v0.14.4 |
1931 | 2024-01-23T17:56:54.032Z | Compiling vte_generate_state_changes v0.1.1 |
1932 | 2024-01-23T17:56:54.861Z | Compiling pretty-hex v0.4.1 |
1933 | 2024-01-23T17:56:54.978Z | Compiling vte v0.11.1 |
1934 | 2024-01-23T17:56:55.297Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1935 | 2024-01-23T17:56:57.166Z | Compiling darling_macro v0.14.4 |
1936 | 2024-01-23T17:56:58.497Z | Compiling curve25519-dalek v4.1.1 |
1937 | 2024-01-23T17:56:59.064Z | Compiling ascii-canvas v3.0.0 |
1938 | 2024-01-23T17:56:59.793Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1939 | 2024-01-23T17:57:02.214Z | Compiling fd-lock v3.0.13 |
1940 | 2024-01-23T17:57:02.538Z | Compiling is-terminal v0.4.9 |
1941 | 2024-01-23T17:57:02.711Z | Compiling kstat-rs v0.2.3 |
1942 | 2024-01-23T17:57:04.754Z | Compiling ena v0.14.2 |
1943 | 2024-01-23T17:57:05.404Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1944 | 2024-01-23T17:57:06.512Z | Compiling libloading v0.7.4 |
1945 | 2024-01-23T17:57:07.065Z | Compiling memoffset v0.7.1 |
1946 | 2024-01-23T17:57:07.523Z | Compiling bytecount v0.6.3 |
1947 | 2024-01-23T17:57:07.978Z | Compiling regex-syntax v0.6.29 |
1948 | 2024-01-23T17:57:09.191Z | Compiling keccak v0.1.4 |
1949 | 2024-01-23T17:57:10.793Z | Compiling diff v0.1.13 |
1950 | 2024-01-23T17:57:11.661Z | Compiling bindgen v0.65.1 |
1951 | 2024-01-23T17:57:11.900Z | Compiling buf-list v1.0.3 |
1952 | 2024-01-23T17:57:12.358Z | Compiling sha3 v0.10.8 |
1953 | 2024-01-23T17:57:13.782Z | Compiling lalrpop v0.19.12 |
1954 | 2024-01-23T17:57:17.326Z | Compiling papergrid v0.10.0 |
1955 | 2024-01-23T17:57:22.456Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1956 | 2024-01-23T17:57:22.826Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1957 | 2024-01-23T17:57:41.262Z | Compiling darling v0.14.4 |
1958 | 2024-01-23T17:57:41.422Z | Compiling strip-ansi-escapes v0.2.0 |
1959 | 2024-01-23T17:57:42.555Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1960 | 2024-01-23T17:57:42.583Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1961 | 2024-01-23T17:57:44.452Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1962 | 2024-01-23T17:57:45.484Z | Compiling tabled_derive v0.6.0 |
1963 | 2024-01-23T17:57:49.054Z | Compiling nix v0.26.4 |
1964 | 2024-01-23T17:57:49.948Z | Compiling cexpr v0.6.0 |
1965 | 2024-01-23T17:57:50.458Z | Compiling which v4.4.0 |
1966 | 2024-01-23T17:57:51.294Z | Compiling universal-hash v0.5.1 |
1967 | 2024-01-23T17:57:51.614Z | Compiling secrecy v0.8.0 |
1968 | 2024-01-23T17:57:52.047Z | Compiling curve25519-dalek-derive v0.1.0 |
1969 | 2024-01-23T17:57:52.432Z | Compiling sqlparser_derive v0.2.2 |
1970 | 2024-01-23T17:57:53.047Z | Compiling thiserror-impl-no-std v2.0.2 |
1971 | 2024-01-23T17:57:53.959Z | Compiling nu-ansi-term v0.49.0 |
1972 | 2024-01-23T17:57:54.055Z | Compiling unicode_categories v0.1.1 |
1973 | 2024-01-23T17:57:54.320Z | Compiling shlex v1.1.0 |
1974 | 2024-01-23T17:57:54.625Z | Compiling peeking_take_while v0.1.2 |
1975 | 2024-01-23T17:57:54.678Z | Compiling rustc-hash v1.1.0 |
1976 | 2024-01-23T17:57:54.885Z | Compiling opaque-debug v0.3.0 |
1977 | 2024-01-23T17:57:54.897Z | Compiling lazycell v1.3.0 |
1978 | 2024-01-23T17:57:54.949Z | Compiling poly1305 v0.8.0 |
1979 | 2024-01-23T17:57:55.373Z | Compiling reedline v0.28.0 |
1980 | 2024-01-23T17:57:56.195Z | Compiling sqlformat v0.2.3 |
1981 | 2024-01-23T17:57:57.511Z | Compiling thiserror-no-std v2.0.2 |
1982 | 2024-01-23T17:57:57.690Z | Compiling sqlparser v0.41.0 |
1983 | 2024-01-23T17:58:01.225Z | Compiling polar-core v0.27.0 |
1984 | 2024-01-23T17:58:03.422Z | Compiling rustyline v12.0.0 |
1985 | 2024-01-23T17:58:10.630Z | Compiling tabled v0.14.0 |
1986 | 2024-01-23T17:58:11.027Z | Compiling derive_builder_core v0.12.0 |
1987 | 2024-01-23T17:58:17.700Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1988 | 2024-01-23T17:58:18.252Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1989 | 2024-01-23T17:58:19.172Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1990 | 2024-01-23T17:58:19.606Z | Compiling chacha20 v0.9.1 |
1991 | 2024-01-23T17:58:20.309Z | Compiling headers-core v0.2.0 |
1992 | 2024-01-23T17:58:20.549Z | Compiling aead v0.5.2 |
1993 | 2024-01-23T17:58:21.023Z | Compiling bcs v0.1.6 |
1994 | 2024-01-23T17:58:22.464Z | Compiling libxml v0.3.3 |
1995 | 2024-01-23T17:58:22.962Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1996 | 2024-01-23T17:58:23.375Z | Compiling highway v1.1.0 |
1997 | 2024-01-23T17:58:25.672Z | Compiling salty v0.2.0 |
1998 | 2024-01-23T17:58:25.819Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1999 | 2024-01-23T17:58:26.246Z | Compiling ref-cast v1.0.20 |
2000 | 2024-01-23T17:58:26.251Z | Compiling signature v1.6.4 |
2001 | 2024-01-23T17:58:26.467Z | Compiling ed25519 v1.5.3 |
2002 | 2024-01-23T17:58:26.989Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2003 | 2024-01-23T17:58:27.116Z | Compiling chacha20poly1305 v0.10.1 |
2004 | 2024-01-23T17:58:27.439Z | Compiling headers v0.3.9 |
2005 | 2024-01-23T17:58:29.206Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2006 | 2024-01-23T17:58:29.943Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2007 | 2024-01-23T17:58:31.548Z | Compiling derive_builder_macro v0.12.0 |
2008 | 2024-01-23T17:58:34.404Z | Compiling vsss-rs v3.3.4 |
2009 | 2024-01-23T17:58:42.252Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2010 | 2024-01-23T17:58:42.754Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2011 | 2024-01-23T17:58:43.261Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2012 | 2024-01-23T17:58:43.274Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2013 | 2024-01-23T17:58:43.674Z | Compiling globset v0.4.13 |
2014 | 2024-01-23T17:58:47.519Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2015 | 2024-01-23T17:58:51.493Z | Compiling olpc-cjson v0.1.3 |
2016 | 2024-01-23T17:58:52.087Z | Compiling strum_macros v0.24.3 |
2017 | 2024-01-23T17:58:52.351Z | Compiling serde-big-array v0.5.1 |
2018 | 2024-01-23T17:58:52.739Z | Compiling serde_plain v1.0.2 |
2019 | 2024-01-23T17:58:53.093Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2020 | 2024-01-23T17:58:53.499Z | Compiling async-recursion v1.0.5 |
2021 | 2024-01-23T17:58:54.334Z | Compiling ref-cast-impl v1.0.20 |
2022 | 2024-01-23T17:58:54.975Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2023 | 2024-01-23T17:58:55.409Z | Compiling cookie v0.18.0 |
2024 | 2024-01-23T17:58:55.856Z | Compiling typed-path v0.7.0 |
2025 | 2024-01-23T17:58:56.048Z | Compiling http-range v0.1.5 |
2026 | 2024-01-23T17:58:57.747Z | Compiling indoc v1.0.9 |
2027 | 2024-01-23T17:58:58.085Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2028 | 2024-01-23T17:58:58.114Z | Compiling hyper-staticfile v0.9.5 |
2029 | 2024-01-23T17:59:00.543Z | Compiling tough v0.16.0 |
2030 | 2024-01-23T17:59:03.920Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2031 | 2024-01-23T17:59:04.682Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2032 | 2024-01-23T17:59:10.947Z | Compiling derive_builder v0.12.0 |
2033 | 2024-01-23T17:59:31.787Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2034 | 2024-01-23T17:59:32.237Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2035 | 2024-01-23T17:59:34.773Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2036 | 2024-01-23T17:59:35.208Z | Compiling signal-hook-tokio v0.3.1 |
2037 | 2024-01-23T17:59:35.500Z | Compiling bb8 v0.8.1 |
2038 | 2024-01-23T17:59:36.392Z | Compiling quick-xml v0.23.1 |
2039 | 2024-01-23T17:59:39.665Z | Compiling serde-big-array v0.4.1 |
2040 | 2024-01-23T17:59:39.931Z | Compiling impl-trait-for-tuples v0.2.2 |
2041 | 2024-01-23T17:59:41.091Z | Compiling oso-derive v0.27.0 |
2042 | 2024-01-23T17:59:42.622Z | Compiling maplit v1.0.2 |
2043 | 2024-01-23T17:59:42.770Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2044 | 2024-01-23T17:59:53.514Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2045 | 2024-01-23T17:59:54.723Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2046 | 2024-01-23T17:59:55.693Z | Compiling oso v0.27.0 |
2047 | 2024-01-23T17:59:58.807Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2048 | 2024-01-23T18:00:08.218Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2049 | 2024-01-23T18:00:10.342Z | Compiling fs-err v2.11.0 |
2050 | 2024-01-23T18:00:10.759Z | Compiling corncobs v0.1.3 |
2051 | 2024-01-23T18:00:11.400Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2052 | 2024-01-23T18:00:12.908Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2053 | 2024-01-23T18:00:13.476Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2054 | 2024-01-23T18:00:20.316Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2055 | 2024-01-23T18:00:27.302Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2056 | 2024-01-23T18:00:28.222Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2057 | 2024-01-23T18:00:50.181Z | Compiling rcgen v0.12.0 |
2058 | 2024-01-23T18:01:01.520Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2059 | 2024-01-23T18:01:01.979Z | Compiling atomicwrites v0.4.3 |
2060 | 2024-01-23T18:01:02.856Z | Compiling itertools v0.11.0 |
2061 | 2024-01-23T18:01:08.407Z | Compiling subprocess v0.2.9 |
2062 | 2024-01-23T18:01:08.980Z | Compiling smawk v0.3.1 |
2063 | 2024-01-23T18:01:09.348Z | Compiling unicode-linebreak v0.1.5 |
2064 | 2024-01-23T18:01:10.277Z | Compiling parse-size v1.0.0 |
2065 | 2024-01-23T18:01:10.790Z | Compiling cassowary v0.3.0 |
2066 | 2024-01-23T18:01:17.635Z | Compiling indoc v2.0.3 |
2067 | 2024-01-23T18:01:18.371Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2068 | 2024-01-23T18:01:19.113Z | Compiling ratatui v0.23.0 |
2069 | 2024-01-23T18:01:44.349Z | Compiling textwrap v0.16.0 |
2070 | 2024-01-23T18:01:45.506Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2071 | 2024-01-23T18:01:50.582Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2072 | 2024-01-23T18:01:55.755Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2073 | 2024-01-23T18:02:03.429Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2074 | 2024-01-23T18:02:05.034Z | Compiling fatfs v0.3.6 |
2075 | 2024-01-23T18:02:10.526Z | Compiling nanorand v0.7.0 |
2076 | 2024-01-23T18:02:11.725Z | Compiling rtoolbox v0.0.1 |
2077 | 2024-01-23T18:02:12.416Z | Compiling is_ci v1.1.1 |
2078 | 2024-01-23T18:02:12.836Z | Compiling humantime v2.1.0 |
2079 | 2024-01-23T18:02:14.273Z | Compiling assert_matches v1.5.0 |
2080 | 2024-01-23T18:02:15.244Z | Compiling supports-color v2.1.0 |
2081 | 2024-01-23T18:02:16.374Z | Compiling rpassword v7.3.1 |
2082 | 2024-01-23T18:02:17.061Z | Compiling flume v0.11.0 |
2083 | 2024-01-23T18:02:18.375Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2084 | 2024-01-23T18:02:23.135Z | Compiling tui-tree-widget v0.13.0 |
2085 | 2024-01-23T18:02:26.607Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2086 | 2024-01-23T18:02:32.777Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2087 | 2024-01-23T18:02:35.119Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2088 | 2024-01-23T18:02:35.545Z | Compiling shell-words v1.1.0 |
2089 | 2024-01-23T18:02:35.700Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2090 | 2024-01-23T18:02:36.231Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2091 | 2024-01-23T18:03:09.537Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2092 | 2024-01-23T18:05:23.818Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2093 | 2024-01-23T18:05:43.320Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2094 | 2024-01-23T18:15:39.517Z | Finished release [optimized] target(s) in 20m 55s |
2095 | 2024-01-23T18:16:56.038Z | |
2096 | 2024-01-23T18:16:56.042Z | real 22:12.941795145 |
2097 | 2024-01-23T18:16:56.042Z | user 2:35:27.481051894 |
2098 | 2024-01-23T18:16:56.042Z | sys 5:23.582193998 |
2099 | 2024-01-23T18:16:56.042Z | trap 4.968010855 |
2100 | 2024-01-23T18:16:56.042Z | tflt 1.330306758 |
2101 | 2024-01-23T18:16:56.042Z | dflt 1.800610236 |
2102 | 2024-01-23T18:16:56.042Z | kflt 0.001210526 |
2103 | 2024-01-23T18:16:56.042Z | lock 9:10:35.314572984 |
2104 | 2024-01-23T18:16:56.042Z | slp 6:06:07.589649306 |
2105 | 2024-01-23T18:16:56.042Z | lat 2:49.444926649 |
2106 | 2024-01-23T18:16:56.043Z | stop 44.060200945 |
2107 | 2024-01-23T18:16:56.043Z | + 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/*) |
2108 | 2024-01-23T18:16:56.043Z | + pfexec mkdir -p /work |
2109 | 2024-01-23T18:16:56.043Z | + pfexec chown build /work |
2110 | 2024-01-23T18:16:56.046Z | + 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 |
2111 | 2024-01-23T18:17:09.762Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2112 | 2024-01-23T18:17:09.762Z | a out/mg-ddm-gz.tar 61253K |
2113 | 2024-01-23T18:17:09.762Z | a out/omicron-sled-agent.tar 117974K |
2114 | 2024-01-23T18:17:09.762Z | a out/target/test 1K |
2115 | 2024-01-23T18:17:09.763Z | a out/npuzone/npuzone 36313K |
2116 | 2024-01-23T18:17:09.763Z | a package-manifest.toml 23K |
2117 | 2024-01-23T18:17:09.763Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2118 | 2024-01-23T18:17:09.763Z | a target/release/omicron-package 43465K |
2119 | 2024-01-23T18:17:09.763Z | a tools/create_virtual_hardware.sh 4K |
2120 | 2024-01-23T18:17:09.763Z | a tools/virtual_hardware.sh 4K |
2121 | 2024-01-23T18:17:09.763Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2122 | 2024-01-23T18:17:09.763Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2123 | 2024-01-23T18:17:09.763Z | a tools/scrimlet/softnpu-init.sh 3K |
2124 | 2024-01-23T18:17:09.763Z | a tools/scrimlet/softnpu-zone.txt 1K |
2125 | 2024-01-23T18:17:09.763Z | a tools/scrimlet/softnpu.toml 1K |
2126 | 2024-01-23T18:17:09.769Z | |
2127 | 2024-01-23T18:17:09.769Z | real 13.724266272 |
2128 | 2024-01-23T18:17:09.769Z | user 13.119787301 |
2129 | 2024-01-23T18:17:09.769Z | sys 1.066913304 |
2130 | 2024-01-23T18:17:09.769Z | trap 0.005564016 |
2131 | 2024-01-23T18:17:09.769Z | tflt 0.000000000 |
2132 | 2024-01-23T18:17:09.769Z | dflt 0.000000000 |
2133 | 2024-01-23T18:17:09.769Z | kflt 0.000000000 |
2134 | 2024-01-23T18:17:09.769Z | lock 0.000000000 |
2135 | 2024-01-23T18:17:09.770Z | slp 12.840486253 |
2136 | 2024-01-23T18:17:09.770Z | lat 0.412295243 |
2137 | 2024-01-23T18:17:09.770Z | stop 0.000249118 |
2138 | 2024-01-23T18:17:09.770Z | ++ pwd |
2139 | 2024-01-23T18:17:09.774Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2140 | 2024-01-23T18:17:09.774Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2141 | 2024-01-23T18:17:09.774Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2142 | 2024-01-23T18:17:10.926Z | Finished release [optimized] target(s) in 1.06s |
2143 | 2024-01-23T18:17:10.964Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2144 | 2024-01-23T18:17:10.992Z | Created new build target 'host' and set it as active |
2145 | 2024-01-23T18:17:10.996Z | |
2146 | 2024-01-23T18:17:10.999Z | real 1.221119255 |
2147 | 2024-01-23T18:17:10.999Z | user 0.859683753 |
2148 | 2024-01-23T18:17:10.999Z | sys 0.362441274 |
2149 | 2024-01-23T18:17:10.999Z | trap 0.000105676 |
2150 | 2024-01-23T18:17:10.999Z | tflt 0.000020736 |
2151 | 2024-01-23T18:17:10.999Z | dflt 0.000008097 |
2152 | 2024-01-23T18:17:10.999Z | kflt 0.000000000 |
2153 | 2024-01-23T18:17:11.000Z | lock 0.034858653 |
2154 | 2024-01-23T18:17:11.000Z | slp 0.022579073 |
2155 | 2024-01-23T18:17:11.000Z | lat 0.002002263 |
2156 | 2024-01-23T18:17:11.000Z | stop 0.000283428 |
2157 | 2024-01-23T18:17:11.000Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2158 | 2024-01-23T18:17:12.146Z | Finished release [optimized] target(s) in 1.06s |
2159 | 2024-01-23T18:17:12.176Z | Running `target/release/omicron-package -t host package` |
2160 | 2024-01-23T18:17:12.222Z | Jan 23 18:17:11.242 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2161 | 2024-01-23T18:17:13.398Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2162 | 2024-01-23T18:17:34.197Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2163 | 2024-01-23T18:19:30.360Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2164 | 2024-01-23T18:21:42.128Z | Finished release [optimized] target(s) in 4m 29s |
2165 | 2024-01-23T18:23:04.443Z | |
2166 | 2024-01-23T18:23:04.446Z | real 5:53.662855698 |
2167 | 2024-01-23T18:23:04.446Z | user 27:59.230946438 |
2168 | 2024-01-23T18:23:04.446Z | sys 1:18.631906895 |
2169 | 2024-01-23T18:23:04.446Z | trap 0.729353324 |
2170 | 2024-01-23T18:23:04.446Z | tflt 0.060950072 |
2171 | 2024-01-23T18:23:04.446Z | dflt 1.329145624 |
2172 | 2024-01-23T18:23:04.447Z | kflt 0.000000000 |
2173 | 2024-01-23T18:23:04.447Z | lock 1:31:06.968553309 |
2174 | 2024-01-23T18:23:04.447Z | slp 29:15.301271051 |
2175 | 2024-01-23T18:23:04.447Z | lat 12.785170481 |
2176 | 2024-01-23T18:23:04.447Z | stop 1.228975204 |
2177 | 2024-01-23T18:23:04.447Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2178 | 2024-01-23T18:23:04.447Z | + for package in "$@" |
2179 | 2024-01-23T18:23:04.447Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2180 | 2024-01-23T18:23:04.447Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+gitdff48665945 |
2181 | 2024-01-23T18:23:05.570Z | Finished release [optimized] target(s) in 1.04s |
2182 | 2024-01-23T18:23:05.597Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+gitdff48665945` |
2183 | 2024-01-23T18:23:05.637Z | Jan 23 18:23:04.886 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2184 | 2024-01-23T18:23:06.192Z | Created: out/versioned/omicron-sled-agent.tar |
2185 | 2024-01-23T18:23:06.195Z | + for package in "$@" |
2186 | 2024-01-23T18:23:06.195Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2187 | 2024-01-23T18:23:06.195Z | + echo 0.0.0 |
2188 | 2024-01-23T18:23:06.199Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2189 | 2024-01-23T18:23:06.202Z | a VERSION 1K |
2190 | 2024-01-23T18:23:06.202Z | + rm VERSION |
2191 | 2024-01-23T18:23:06.205Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+gitdff48665945 |
2192 | 2024-01-23T18:23:07.253Z | Finished release [optimized] target(s) in 0.97s |
2193 | 2024-01-23T18:23:07.283Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+gitdff48665945` |
2194 | 2024-01-23T18:23:07.324Z | Jan 23 18:23:06.574 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2195 | 2024-01-23T18:23:07.624Z | Created: out/versioned/mg-ddm-gz.tar |
2196 | 2024-01-23T18:23:07.629Z | + for package in "$@" |
2197 | 2024-01-23T18:23:07.629Z | + [[ propolis-server == mg-ddm-gz ]] |
2198 | 2024-01-23T18:23:07.629Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+gitdff48665945 |
2199 | 2024-01-23T18:23:08.682Z | Finished release [optimized] target(s) in 0.96s |
2200 | 2024-01-23T18:23:08.700Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+gitdff48665945` |
2201 | 2024-01-23T18:23:08.741Z | Jan 23 18:23:07.992 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2202 | 2024-01-23T18:23:10.426Z | Created: out/versioned/propolis-server.tar.gz |
2203 | 2024-01-23T18:23:10.433Z | + for package in "$@" |
2204 | 2024-01-23T18:23:10.433Z | + [[ overlay == mg-ddm-gz ]] |
2205 | 2024-01-23T18:23:10.433Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+gitdff48665945 |
2206 | 2024-01-23T18:23:11.588Z | Finished release [optimized] target(s) in 1.07s |
2207 | 2024-01-23T18:23:11.612Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+gitdff48665945` |
2208 | 2024-01-23T18:23:11.654Z | Jan 23 18:23:10.907 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2209 | 2024-01-23T18:23:11.658Z | Created: out/versioned/overlay.tar.gz |
2210 | 2024-01-23T18:23:11.661Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2211 | 2024-01-23T18:23:11.670Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2212 | 2024-01-23T18:23:11.673Z | ++ cd -- ./tools |
2213 | 2024-01-23T18:23:11.673Z | ++ pwd |
2214 | 2024-01-23T18:23:11.673Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2215 | 2024-01-23T18:23:11.677Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2216 | 2024-01-23T18:23:11.770Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2217 | 2024-01-23T18:23:11.777Z | ++ readlink -f /work |
2218 | 2024-01-23T18:23:11.777Z | + out_dir=/work |
2219 | 2024-01-23T18:23:11.777Z | + 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") |
2220 | 2024-01-23T18:23:11.777Z | + for dep in "${deps[@]}" |
2221 | 2024-01-23T18:23:11.777Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2222 | 2024-01-23T18:23:11.777Z | + for dep in "${deps[@]}" |
2223 | 2024-01-23T18:23:11.777Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2224 | 2024-01-23T18:23:11.777Z | + for dep in "${deps[@]}" |
2225 | 2024-01-23T18:23:11.777Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2226 | 2024-01-23T18:23:11.777Z | + for dep in "${deps[@]}" |
2227 | 2024-01-23T18:23:11.777Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2228 | 2024-01-23T18:23:11.781Z | ++ mktemp -d |
2229 | 2024-01-23T18:23:11.781Z | + tmp_gz=/tmp/tmp.1QaiCh |
2230 | 2024-01-23T18:23:11.781Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2231 | 2024-01-23T18:23:11.781Z | + echo '{"v":"1","t":"layer"}' |
2232 | 2024-01-23T18:23:11.781Z | + pkg_dir=/tmp/tmp.1QaiCh/root/opt/oxide/sled-agent |
2233 | 2024-01-23T18:23:11.781Z | + mkdir -p /tmp/tmp.1QaiCh/root/opt/oxide/sled-agent |
2234 | 2024-01-23T18:23:11.781Z | + cd /tmp/tmp.1QaiCh/root/opt/oxide/sled-agent |
2235 | 2024-01-23T18:23:11.781Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2236 | 2024-01-23T18:23:11.904Z | x ., 0 bytes, 0 tape blocks |
2237 | 2024-01-23T18:23:11.904Z | x zone-bundle, 41355264 bytes, 80772 tape blocks |
2238 | 2024-01-23T18:23:11.904Z | x sled-agent, 79422400 bytes, 155122 tape blocks |
2239 | 2024-01-23T18:23:11.904Z | x pkg, 0 bytes, 0 tape blocks |
2240 | 2024-01-23T18:23:11.904Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2241 | 2024-01-23T18:23:11.904Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2242 | 2024-01-23T18:23:11.904Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2243 | 2024-01-23T18:23:11.904Z | x VERSION, 25 bytes, 1 tape blocks |
2244 | 2024-01-23T18:23:11.908Z | + mkdir -p /tmp/tmp.1QaiCh/root/lib/svc/manifest/site/ |
2245 | 2024-01-23T18:23:11.908Z | + mv pkg/manifest.xml /tmp/tmp.1QaiCh/root/lib/svc/manifest/site/sled-agent.xml |
2246 | 2024-01-23T18:23:11.911Z | + cd - |
2247 | 2024-01-23T18:23:11.911Z | /work/oxidecomputer/omicron |
2248 | 2024-01-23T18:23:11.911Z | + pkg_dir=/tmp/tmp.1QaiCh/root/opt/oxide/mg-ddm |
2249 | 2024-01-23T18:23:11.911Z | + mkdir -p /tmp/tmp.1QaiCh/root/opt/oxide/mg-ddm |
2250 | 2024-01-23T18:23:11.915Z | + cd /tmp/tmp.1QaiCh/root/opt/oxide/mg-ddm |
2251 | 2024-01-23T18:23:11.915Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2252 | 2024-01-23T18:23:11.979Z | x ., 0 bytes, 0 tape blocks |
2253 | 2024-01-23T18:23:11.979Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2254 | 2024-01-23T18:23:11.979Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2255 | 2024-01-23T18:23:11.979Z | x pkg, 0 bytes, 0 tape blocks |
2256 | 2024-01-23T18:23:11.979Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2257 | 2024-01-23T18:23:11.979Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2258 | 2024-01-23T18:23:11.979Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2259 | 2024-01-23T18:23:11.979Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2260 | 2024-01-23T18:23:11.979Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2261 | 2024-01-23T18:23:11.979Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2262 | 2024-01-23T18:23:11.979Z | x VERSION, 25 bytes, 1 tape blocks |
2263 | 2024-01-23T18:23:11.983Z | + cd - |
2264 | 2024-01-23T18:23:11.983Z | /work/oxidecomputer/omicron |
2265 | 2024-01-23T18:23:11.983Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.1QaiCh/root/opt/oxide |
2266 | 2024-01-23T18:23:12.095Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.1QaiCh/root/opt/oxide |
2267 | 2024-01-23T18:23:12.098Z | + cd /tmp/tmp.1QaiCh |
2268 | 2024-01-23T18:23:12.098Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2269 | 2024-01-23T18:23:23.837Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2270 | 2024-01-23T18:23:23.837Z | a oxide.json 1K |
2271 | 2024-01-23T18:23:23.838Z | a root/ 0K |
2272 | 2024-01-23T18:23:23.838Z | a root/opt/ 0K |
2273 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/ 0K |
2274 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/sled-agent/ 0K |
2275 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/sled-agent/zone-bundle 40386K |
2276 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/sled-agent/sled-agent 77561K |
2277 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2278 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2279 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2280 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/sled-agent/VERSION 1K |
2281 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/mg-ddm/ 0K |
2282 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2283 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2284 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2285 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2286 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2287 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2288 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2289 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2290 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2291 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2292 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/propolis-server.tar.gz 62463K |
2293 | 2024-01-23T18:23:23.838Z | a root/opt/oxide/overlay.tar.gz 3K |
2294 | 2024-01-23T18:23:23.839Z | a root/lib/ 0K |
2295 | 2024-01-23T18:23:23.839Z | a root/lib/svc/ 0K |
2296 | 2024-01-23T18:23:23.839Z | a root/lib/svc/manifest/ 0K |
2297 | 2024-01-23T18:23:23.839Z | a root/lib/svc/manifest/site/ 0K |
2298 | 2024-01-23T18:23:23.839Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2299 | 2024-01-23T18:23:23.842Z | + cd / |
2300 | 2024-01-23T18:23:23.842Z | + rm -rf /tmp/tmp.1QaiCh |
2301 | 2024-01-23T18:23:23.886Z | |
2302 | 2024-01-23T18:23:23.886Z | real 12.230846855 |
2303 | 2024-01-23T18:23:23.886Z | user 11.286513169 |
2304 | 2024-01-23T18:23:23.886Z | sys 0.911410938 |
2305 | 2024-01-23T18:23:23.886Z | trap 0.002278641 |
2306 | 2024-01-23T18:23:23.886Z | tflt 0.000000000 |
2307 | 2024-01-23T18:23:23.886Z | dflt 0.000000000 |
2308 | 2024-01-23T18:23:23.886Z | kflt 0.000000000 |
2309 | 2024-01-23T18:23:23.890Z | lock 0.000000000 |
2310 | 2024-01-23T18:23:23.890Z | slp 23.632987198 |
2311 | 2024-01-23T18:23:23.890Z | lat 0.358971861 |
2312 | 2024-01-23T18:23:23.890Z | stop 0.000293841 |
2313 | 2024-01-23T18:23:23.890Z | + mkdir -p /work/zones |
2314 | 2024-01-23T18:23:23.890Z | + 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) |
2315 | 2024-01-23T18:23:23.890Z | + 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/ |
2316 | 2024-01-23T18:23:27.846Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2317 | 2024-01-23T18:23:28.987Z | Finished release [optimized] target(s) in 1.05s |
2318 | 2024-01-23T18:23:29.016Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2319 | 2024-01-23T18:23:29.057Z | Created new build target 'recovery' and set it as active |
2320 | 2024-01-23T18:23:29.061Z | |
2321 | 2024-01-23T18:23:29.061Z | real 1.210033811 |
2322 | 2024-01-23T18:23:29.061Z | user 0.853811804 |
2323 | 2024-01-23T18:23:29.062Z | sys 0.354944043 |
2324 | 2024-01-23T18:23:29.062Z | trap 0.000667131 |
2325 | 2024-01-23T18:23:29.062Z | tflt 0.000013035 |
2326 | 2024-01-23T18:23:29.062Z | dflt 0.000028812 |
2327 | 2024-01-23T18:23:29.062Z | kflt 0.000000000 |
2328 | 2024-01-23T18:23:29.062Z | lock 0.036690302 |
2329 | 2024-01-23T18:23:29.062Z | slp 0.022069463 |
2330 | 2024-01-23T18:23:29.062Z | lat 0.003490732 |
2331 | 2024-01-23T18:23:29.062Z | stop 0.000231544 |
2332 | 2024-01-23T18:23:29.066Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2333 | 2024-01-23T18:23:30.193Z | Finished release [optimized] target(s) in 1.04s |
2334 | 2024-01-23T18:23:30.238Z | Running `target/release/omicron-package -t recovery package` |
2335 | 2024-01-23T18:23:30.297Z | Jan 23 18:23:29.562 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2336 | 2024-01-23T18:23:31.275Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2337 | 2024-01-23T18:23:34.946Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2338 | 2024-01-23T18:24:07.809Z | Finished release [optimized] target(s) in 37.43s |
2339 | 2024-01-23T18:24:20.286Z | |
2340 | 2024-01-23T18:24:20.286Z | real 51.246964157 |
2341 | 2024-01-23T18:24:20.286Z | user 2:39.643877655 |
2342 | 2024-01-23T18:24:20.290Z | sys 12.591164747 |
2343 | 2024-01-23T18:24:20.290Z | trap 0.088233151 |
2344 | 2024-01-23T18:24:20.290Z | tflt 0.132159331 |
2345 | 2024-01-23T18:24:20.290Z | dflt 0.581230010 |
2346 | 2024-01-23T18:24:20.290Z | kflt 0.000021974 |
2347 | 2024-01-23T18:24:20.290Z | lock 11:16.221359124 |
2348 | 2024-01-23T18:24:20.290Z | slp 2:34.841694953 |
2349 | 2024-01-23T18:24:20.290Z | lat 1.797636485 |
2350 | 2024-01-23T18:24:20.290Z | stop 0.190164773 |
2351 | 2024-01-23T18:24:20.290Z | + stamp_packages installinator mg-ddm-gz |
2352 | 2024-01-23T18:24:20.290Z | + for package in "$@" |
2353 | 2024-01-23T18:24:20.290Z | + [[ installinator == mg-ddm-gz ]] |
2354 | 2024-01-23T18:24:20.290Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+gitdff48665945 |
2355 | 2024-01-23T18:24:21.363Z | Finished release [optimized] target(s) in 1.00s |
2356 | 2024-01-23T18:24:21.399Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+gitdff48665945` |
2357 | 2024-01-23T18:24:21.441Z | Jan 23 18:24:20.738 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2358 | 2024-01-23T18:24:21.570Z | Created: out/versioned/installinator.tar |
2359 | 2024-01-23T18:24:21.574Z | + for package in "$@" |
2360 | 2024-01-23T18:24:21.574Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2361 | 2024-01-23T18:24:21.577Z | + echo 0.0.0 |
2362 | 2024-01-23T18:24:21.577Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2363 | 2024-01-23T18:24:21.580Z | a VERSION 1K |
2364 | 2024-01-23T18:24:21.580Z | + rm VERSION |
2365 | 2024-01-23T18:24:21.580Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+gitdff48665945 |
2366 | 2024-01-23T18:24:22.642Z | Finished release [optimized] target(s) in 0.98s |
2367 | 2024-01-23T18:24:22.671Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+gitdff48665945` |
2368 | 2024-01-23T18:24:22.711Z | Jan 23 18:24:22.010 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2369 | 2024-01-23T18:24:22.926Z | Created: out/versioned/mg-ddm-gz.tar |
2370 | 2024-01-23T18:24:22.940Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2371 | 2024-01-23T18:24:22.940Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2372 | 2024-01-23T18:24:22.941Z | ++ cd -- ./tools |
2373 | 2024-01-23T18:24:22.941Z | ++ pwd |
2374 | 2024-01-23T18:24:22.941Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2375 | 2024-01-23T18:24:22.941Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2376 | 2024-01-23T18:24:22.941Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2377 | 2024-01-23T18:24:22.941Z | ++ readlink -f /work |
2378 | 2024-01-23T18:24:22.942Z | + out_dir=/work |
2379 | 2024-01-23T18:24:22.942Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2380 | 2024-01-23T18:24:22.942Z | + for dep in "${deps[@]}" |
2381 | 2024-01-23T18:24:22.942Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2382 | 2024-01-23T18:24:22.942Z | + for dep in "${deps[@]}" |
2383 | 2024-01-23T18:24:22.942Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2384 | 2024-01-23T18:24:22.942Z | ++ mktemp -d |
2385 | 2024-01-23T18:24:22.942Z | + tmp_trampoline=/tmp/tmp.hdaGGh |
2386 | 2024-01-23T18:24:22.942Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2387 | 2024-01-23T18:24:22.942Z | + echo '{"v":"1","t":"layer"}' |
2388 | 2024-01-23T18:24:22.942Z | + pkg_dir=/tmp/tmp.hdaGGh/root/opt/oxide/installinator |
2389 | 2024-01-23T18:24:22.942Z | + mkdir -p /tmp/tmp.hdaGGh/root/opt/oxide/installinator |
2390 | 2024-01-23T18:24:22.943Z | + cd /tmp/tmp.hdaGGh/root/opt/oxide/installinator |
2391 | 2024-01-23T18:24:22.943Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2392 | 2024-01-23T18:24:22.981Z | x ., 0 bytes, 0 tape blocks |
2393 | 2024-01-23T18:24:22.981Z | x installinator, 54410872 bytes, 106272 tape blocks |
2394 | 2024-01-23T18:24:22.981Z | x pkg, 0 bytes, 0 tape blocks |
2395 | 2024-01-23T18:24:22.981Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2396 | 2024-01-23T18:24:22.981Z | x VERSION, 25 bytes, 1 tape blocks |
2397 | 2024-01-23T18:24:22.990Z | + mkdir -p /tmp/tmp.hdaGGh/root/lib/svc/manifest/site/ |
2398 | 2024-01-23T18:24:22.990Z | + mv pkg/manifest.xml /tmp/tmp.hdaGGh/root/lib/svc/manifest/site/installinator.xml |
2399 | 2024-01-23T18:24:22.990Z | + cd - |
2400 | 2024-01-23T18:24:22.990Z | /work/oxidecomputer/omicron |
2401 | 2024-01-23T18:24:22.990Z | + pkg_dir=/tmp/tmp.hdaGGh/root/opt/oxide/mg-ddm |
2402 | 2024-01-23T18:24:22.990Z | + mkdir -p /tmp/tmp.hdaGGh/root/opt/oxide/mg-ddm |
2403 | 2024-01-23T18:24:22.990Z | + cd /tmp/tmp.hdaGGh/root/opt/oxide/mg-ddm |
2404 | 2024-01-23T18:24:22.990Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2405 | 2024-01-23T18:24:23.056Z | x ., 0 bytes, 0 tape blocks |
2406 | 2024-01-23T18:24:23.056Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2407 | 2024-01-23T18:24:23.056Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2408 | 2024-01-23T18:24:23.056Z | x pkg, 0 bytes, 0 tape blocks |
2409 | 2024-01-23T18:24:23.056Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2410 | 2024-01-23T18:24:23.056Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2411 | 2024-01-23T18:24:23.056Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2412 | 2024-01-23T18:24:23.056Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2413 | 2024-01-23T18:24:23.056Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2414 | 2024-01-23T18:24:23.057Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2415 | 2024-01-23T18:24:23.057Z | x VERSION, 25 bytes, 1 tape blocks |
2416 | 2024-01-23T18:24:23.061Z | + cd - |
2417 | 2024-01-23T18:24:23.061Z | /work/oxidecomputer/omicron |
2418 | 2024-01-23T18:24:23.061Z | + cd /tmp/tmp.hdaGGh |
2419 | 2024-01-23T18:24:23.061Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2420 | 2024-01-23T18:24:29.219Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2421 | 2024-01-23T18:24:29.219Z | a oxide.json 1K |
2422 | 2024-01-23T18:24:29.219Z | a root/ 0K |
2423 | 2024-01-23T18:24:29.219Z | a root/opt/ 0K |
2424 | 2024-01-23T18:24:29.219Z | a root/opt/oxide/ 0K |
2425 | 2024-01-23T18:24:29.219Z | a root/opt/oxide/installinator/ 0K |
2426 | 2024-01-23T18:24:29.219Z | a root/opt/oxide/installinator/installinator 53136K |
2427 | 2024-01-23T18:24:29.219Z | a root/opt/oxide/installinator/pkg/ 0K |
2428 | 2024-01-23T18:24:29.219Z | a root/opt/oxide/installinator/VERSION 1K |
2429 | 2024-01-23T18:24:29.219Z | a root/opt/oxide/mg-ddm/ 0K |
2430 | 2024-01-23T18:24:29.220Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2431 | 2024-01-23T18:24:29.220Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2432 | 2024-01-23T18:24:29.220Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2433 | 2024-01-23T18:24:29.220Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2434 | 2024-01-23T18:24:29.220Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2435 | 2024-01-23T18:24:29.220Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2436 | 2024-01-23T18:24:29.220Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2437 | 2024-01-23T18:24:29.220Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2438 | 2024-01-23T18:24:29.220Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2439 | 2024-01-23T18:24:29.220Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2440 | 2024-01-23T18:24:29.220Z | a root/lib/ 0K |
2441 | 2024-01-23T18:24:29.220Z | a root/lib/svc/ 0K |
2442 | 2024-01-23T18:24:29.221Z | a root/lib/svc/manifest/ 0K |
2443 | 2024-01-23T18:24:29.221Z | a root/lib/svc/manifest/site/ 0K |
2444 | 2024-01-23T18:24:29.221Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2445 | 2024-01-23T18:24:29.255Z | + cd / |
2446 | 2024-01-23T18:24:29.256Z | + rm -rf /tmp/tmp.hdaGGh |
2447 | 2024-01-23T18:24:29.256Z | |
2448 | 2024-01-23T18:24:29.256Z | real 6.276389463 |
2449 | 2024-01-23T18:24:29.256Z | user 5.885666546 |
2450 | 2024-01-23T18:24:29.256Z | sys 0.417652973 |
2451 | 2024-01-23T18:24:29.256Z | trap 0.001976803 |
2452 | 2024-01-23T18:24:29.256Z | tflt 0.000000000 |
2453 | 2024-01-23T18:24:29.256Z | dflt 0.000000000 |
2454 | 2024-01-23T18:24:29.256Z | kflt 0.000000000 |
2455 | 2024-01-23T18:24:29.256Z | lock 0.000000000 |
2456 | 2024-01-23T18:24:29.256Z | slp 12.153692892 |
2457 | 2024-01-23T18:24:29.256Z | lat 0.175411438 |
2458 | 2024-01-23T18:24:29.257Z | stop 0.000280628 |
2459 | 2024-01-23T18:24:29.257Z | process exited: duration 2414744 ms, exit code 0 |
|
2460 | 2024-01-23T18:24:29.288Z | found 21 output files |
2461 | 2024-01-23T18:24:29.289Z | uploading: /work/version.txt (26 bytes) |
2462 | 2024-01-23T18:24:30.575Z | uploaded: /work/version.txt |
2463 | 2024-01-23T18:24:30.575Z | uploading: /work/package.tar.gz (83030448 bytes) |
2464 | 2024-01-23T18:24:50.191Z | uploaded: /work/package.tar.gz |
2465 | 2024-01-23T18:24:50.215Z | uploading: /work/global-zone-packages.tar.gz (121297503 bytes) |
2466 | 2024-01-23T18:25:18.377Z | uploaded: /work/global-zone-packages.tar.gz |
2467 | 2024-01-23T18:25:18.377Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37247135 bytes) |
2468 | 2024-01-23T18:25:26.142Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2469 | 2024-01-23T18:25:26.142Z | uploading: /work/zones/clickhouse.tar.gz (193964065 bytes) |
2470 | 2024-01-23T18:26:14.259Z | uploaded: /work/zones/clickhouse.tar.gz |
2471 | 2024-01-23T18:26:14.259Z | uploading: /work/zones/clickhouse_keeper.tar.gz (193965329 bytes) |
2472 | 2024-01-23T18:27:00.090Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2473 | 2024-01-23T18:27:00.090Z | uploading: /work/zones/cockroachdb.tar.gz (131055086 bytes) |
2474 | 2024-01-23T18:27:30.047Z | uploaded: /work/zones/cockroachdb.tar.gz |
2475 | 2024-01-23T18:27:30.048Z | uploading: /work/zones/crucible-pantry.tar.gz (15794064 bytes) |
2476 | 2024-01-23T18:27:34.138Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2477 | 2024-01-23T18:27:34.138Z | uploading: /work/zones/crucible.tar.gz (29810824 bytes) |
2478 | 2024-01-23T18:27:43.784Z | uploaded: /work/zones/crucible.tar.gz |
2479 | 2024-01-23T18:27:43.784Z | uploading: /work/zones/external-dns.tar.gz (23606300 bytes) |
2480 | 2024-01-23T18:27:50.748Z | uploaded: /work/zones/external-dns.tar.gz |
2481 | 2024-01-23T18:27:50.748Z | uploading: /work/zones/internal-dns.tar.gz (23606300 bytes) |
2482 | 2024-01-23T18:28:02.885Z | uploaded: /work/zones/internal-dns.tar.gz |
2483 | 2024-01-23T18:28:02.889Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2484 | 2024-01-23T18:28:03.902Z | uploaded: /work/zones/ntp.tar.gz |
2485 | 2024-01-23T18:28:03.902Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (17719693 bytes) |
2486 | 2024-01-23T18:28:09.147Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2487 | 2024-01-23T18:28:09.148Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (17718721 bytes) |
2488 | 2024-01-23T18:28:13.373Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2489 | 2024-01-23T18:28:13.373Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (80265936 bytes) |
2490 | 2024-01-23T18:28:27.540Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2491 | 2024-01-23T18:28:27.540Z | uploading: /work/zones/omicron-nexus.tar.gz (80258853 bytes) |
2492 | 2024-01-23T18:28:42.364Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2493 | 2024-01-23T18:28:42.365Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2494 | 2024-01-23T18:28:43.375Z | uploaded: /work/zones/overlay.tar.gz |
2495 | 2024-01-23T18:28:43.375Z | uploading: /work/zones/oximeter-collector.tar.gz (39287672 bytes) |
2496 | 2024-01-23T18:28:51.695Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2497 | 2024-01-23T18:28:51.695Z | uploading: /work/zones/propolis-server.tar.gz (63957558 bytes) |
2498 | 2024-01-23T18:29:04.221Z | uploaded: /work/zones/propolis-server.tar.gz |
2499 | 2024-01-23T18:29:04.221Z | uploading: /work/zones/switch-asic.tar.gz (278962265 bytes) |
2500 | 2024-01-23T18:30:58.131Z | uploaded: /work/zones/switch-asic.tar.gz |
2501 | 2024-01-23T18:30:58.132Z | uploading: /work/zones/switch-softnpu.tar.gz (201408319 bytes) |
2502 | 2024-01-23T18:31:46.954Z | uploaded: /work/zones/switch-softnpu.tar.gz |