|
|
|
1 | 2024-02-12T20:20:06.242Z | job assigned to worker 01HPFFG6S2QJBRMTZE5K5ABDH9 (queued for 1 m 32 s) |
|
2 | 2024-02-12T20:20:06.829Z | starting task 0: "setup" |
3 | 2024-02-12T20:20:07.315Z | ++ uname -s |
4 | 2024-02-12T20:20:07.318Z | + kern=SunOS |
5 | 2024-02-12T20:20:07.318Z | + case "$kern" in |
6 | 2024-02-12T20:20:07.318Z | + groupadd -g 12345 build |
7 | 2024-02-12T20:20:07.322Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-12T20:20:09.329Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-12T20:20:09.488Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-12T20:20:09.505Z | + home_fs=zfs |
11 | 2024-02-12T20:20:09.505Z | + [[ zfs == autofs ]] |
12 | 2024-02-12T20:20:09.505Z | + mkdir -p /home/build |
13 | 2024-02-12T20:20:09.505Z | + chown build:build /home/build /work |
14 | 2024-02-12T20:20:10.905Z | + chmod 0700 /home/build /work |
15 | 2024-02-12T20:20:10.924Z | process exited: duration 3666 ms, exit code 0 |
|
16 | 2024-02-12T20:20:10.957Z | starting task 1: "rust-toolchain" |
17 | 2024-02-12T20:20:10.973Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-12T20:20:10.974Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-12T20:20:11.069Z | info: downloading installer |
20 | 2024-02-12T20:20:13.983Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-12T20:20:13.983Z | warning: /opt/ooce/bin |
22 | 2024-02-12T20:20:13.983Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-12T20:20:13.983Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-12T20:20:13.984Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-12T20:20:13.984Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-12T20:20:13.984Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-12T20:20:13.984Z | error: cannot install while Rust is installed |
28 | 2024-02-12T20:20:13.984Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-12T20:20:14.401Z | info: profile set to 'default' |
30 | 2024-02-12T20:20:14.402Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-12T20:20:14.409Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-12T20:20:14.659Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-12T20:20:14.659Z | info: downloading component 'cargo' |
34 | 2024-02-12T20:20:16.349Z | info: downloading component 'clippy' |
35 | 2024-02-12T20:20:16.357Z | info: downloading component 'rust-docs' |
36 | 2024-02-12T20:20:17.764Z | info: downloading component 'rust-std' |
37 | 2024-02-12T20:20:20.387Z | info: downloading component 'rustc' |
38 | 2024-02-12T20:20:25.529Z | info: downloading component 'rustfmt' |
39 | 2024-02-12T20:20:25.917Z | info: installing component 'cargo' |
40 | 2024-02-12T20:20:27.157Z | info: installing component 'clippy' |
41 | 2024-02-12T20:20:27.708Z | info: installing component 'rust-docs' |
42 | 2024-02-12T20:20:30.521Z | info: installing component 'rust-std' |
43 | 2024-02-12T20:20:31.685Z | info: installing component 'rustc' |
44 | 2024-02-12T20:20:36.734Z | info: installing component 'rustfmt' |
45 | 2024-02-12T20:20:37.071Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-12T20:20:37.071Z | |
47 | 2024-02-12T20:20:37.327Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-12T20:20:37.327Z | |
49 | 2024-02-12T20:20:37.333Z | |
50 | 2024-02-12T20:20:37.334Z | Rust is installed now. Great! |
51 | 2024-02-12T20:20:37.334Z | |
52 | 2024-02-12T20:20:37.334Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-12T20:20:37.334Z | environment variable. This has not been done automatically. |
54 | 2024-02-12T20:20:37.335Z | |
55 | 2024-02-12T20:20:37.335Z | To configure your current shell, run: |
56 | 2024-02-12T20:20:37.336Z | source "$HOME/.cargo/env" |
57 | 2024-02-12T20:20:37.378Z | + rustc --version |
58 | 2024-02-12T20:20:37.450Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-12T20:20:37.459Z | process exited: duration 26489 ms, exit code 0 |
|
60 | 2024-02-12T20:20:37.483Z | starting task 2: "authentication" |
61 | 2024-02-12T20:20:37.530Z | process exited: duration 36 ms, exit code 0 |
|
62 | 2024-02-12T20:20:37.982Z | starting task 3: "clone repository" |
63 | 2024-02-12T20:20:38.001Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-12T20:20:38.002Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-12T20:20:39.441Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-12T20:20:47.343Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-12T20:20:47.343Z | + git fetch origin 54c992a083cded29e7770c2c945c92dee5804f1b |
68 | 2024-02-12T20:20:47.687Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-12T20:20:47.687Z | * branch 54c992a083cded29e7770c2c945c92dee5804f1b -> FETCH_HEAD |
70 | 2024-02-12T20:20:48.112Z | + [[ -n '' ]] |
71 | 2024-02-12T20:20:48.112Z | + git reset --hard 54c992a083cded29e7770c2c945c92dee5804f1b |
72 | 2024-02-12T20:20:48.117Z | HEAD is now at 54c992a08 Update nexus/src/app/background/init.rs |
73 | 2024-02-12T20:20:48.118Z | process exited: duration 9833 ms, exit code 0 |
|
74 | 2024-02-12T20:20:48.128Z | starting task 4: "build" |
75 | 2024-02-12T20:20:48.133Z | + cargo --version |
76 | 2024-02-12T20:20:48.139Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-12T20:20:48.298Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-12T20:20:48.729Z | info: downloading component 'cargo' |
79 | 2024-02-12T20:20:48.990Z | info: downloading component 'clippy' |
80 | 2024-02-12T20:20:49.205Z | info: downloading component 'rust-docs' |
81 | 2024-02-12T20:20:50.031Z | info: downloading component 'rust-std' |
82 | 2024-02-12T20:20:51.290Z | info: downloading component 'rustc' |
83 | 2024-02-12T20:20:54.824Z | info: downloading component 'rustfmt' |
84 | 2024-02-12T20:20:55.029Z | info: installing component 'cargo' |
85 | 2024-02-12T20:20:55.889Z | info: installing component 'clippy' |
86 | 2024-02-12T20:20:56.230Z | info: installing component 'rust-docs' |
87 | 2024-02-12T20:20:57.775Z | info: installing component 'rust-std' |
88 | 2024-02-12T20:20:59.433Z | info: installing component 'rustc' |
89 | 2024-02-12T20:21:03.473Z | info: installing component 'rustfmt' |
90 | 2024-02-12T20:21:03.846Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-12T20:21:03.849Z | + rustc --version |
92 | 2024-02-12T20:21:03.916Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-12T20:21:03.920Z | ++ git rev-parse HEAD |
94 | 2024-02-12T20:21:03.924Z | + COMMIT=54c992a083cded29e7770c2c945c92dee5804f1b |
95 | 2024-02-12T20:21:03.925Z | + VERSION=6.0.0-0.ci+git54c992a083c |
96 | 2024-02-12T20:21:03.925Z | + echo 6.0.0-0.ci+git54c992a083c |
97 | 2024-02-12T20:21:03.925Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
98 | 2024-02-12T20:21:14.813Z | Startup: Refreshing catalog 'helios-dev' ... Done |
99 | 2024-02-12T20:21:16.116Z | Startup: Caching catalogs ... Done |
100 | 2024-02-12T20:21:17.261Z | Planning: Solver setup ... Done (0.811s) |
101 | 2024-02-12T20:21:17.266Z | Planning: Running solver ... Done (0.019s) |
102 | 2024-02-12T20:21:17.474Z | Planning: Finding local manifests ... Done (0.184s) |
103 | 2024-02-12T20:21:17.483Z | Planning: Fetching manifests: 0/4 0% complete |
104 | 2024-02-12T20:21:18.318Z | Planning: Fetching manifests: 4/4 100% complete |
105 | 2024-02-12T20:21:18.366Z | Planning: Package planning ... Done (0.047s) |
106 | 2024-02-12T20:21:18.421Z | Planning: Merging actions ... Done (0.051s) |
107 | 2024-02-12T20:21:19.584Z | Planning: Checking for conflicting actions ... Done (1.164s) |
108 | 2024-02-12T20:21:19.595Z | Planning: Consolidating action changes ... Done (0.011s) |
109 | 2024-02-12T20:21:24.098Z | Planning: Evaluating mediators ... Done (4.492s) |
110 | 2024-02-12T20:21:24.516Z | Planning: Planning completed in 7.93 seconds |
111 | 2024-02-12T20:21:24.532Z | Packages to install: 4 |
112 | 2024-02-12T20:21:24.532Z | Mediators to change: 2 |
113 | 2024-02-12T20:21:24.532Z | Services to change: 1 |
114 | 2024-02-12T20:21:24.532Z | Estimated space available: 148.87 GB |
115 | 2024-02-12T20:21:24.532Z | Estimated space to be consumed: 1.41 GB |
116 | 2024-02-12T20:21:24.532Z | Create boot environment: No |
117 | 2024-02-12T20:21:24.532Z | Create backup boot environment: No |
118 | 2024-02-12T20:21:24.532Z | Rebuild boot archive: No |
119 | 2024-02-12T20:21:24.532Z | |
120 | 2024-02-12T20:21:24.533Z | Changed mediators: |
121 | 2024-02-12T20:21:24.533Z | mediator clang: |
122 | 2024-02-12T20:21:24.533Z | version: None -> 15 (system default) |
123 | 2024-02-12T20:21:24.533Z | |
124 | 2024-02-12T20:21:24.533Z | mediator llvm: |
125 | 2024-02-12T20:21:24.533Z | version: 14 (system default) -> 15 (system default) |
126 | 2024-02-12T20:21:24.533Z | |
127 | 2024-02-12T20:21:24.533Z | Changed packages: |
128 | 2024-02-12T20:21:24.533Z | helios-dev |
129 | 2024-02-12T20:21:24.533Z | developer/build-essential |
130 | 2024-02-12T20:21:24.533Z | None -> 11-2.0 |
131 | 2024-02-12T20:21:24.533Z | library/libxmlsec1 |
132 | 2024-02-12T20:21:24.533Z | None -> 1.2.35-2.0 |
133 | 2024-02-12T20:21:24.534Z | ooce/developer/clang-15 |
134 | 2024-02-12T20:21:24.534Z | None -> 15.0.7-2.0 |
135 | 2024-02-12T20:21:24.534Z | ooce/developer/llvm-15 |
136 | 2024-02-12T20:21:24.534Z | None -> 15.0.7-2.0 |
137 | 2024-02-12T20:21:24.534Z | |
138 | 2024-02-12T20:21:24.534Z | Services: |
139 | 2024-02-12T20:21:24.534Z | restart_fmri: |
140 | 2024-02-12T20:21:24.534Z | svc:/system/update-man-index:default |
141 | 2024-02-12T20:21:24.542Z | |
142 | 2024-02-12T20:21:24.542Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
143 | 2024-02-12T20:21:29.535Z | Download: 1233/3290 items 94.8/212.6MB 44% complete (19.0M/s) |
144 | 2024-02-12T20:21:34.541Z | Download: 2796/3290 items 120.8/212.6MB 56% complete (12.2M/s) |
145 | 2024-02-12T20:21:37.819Z | Download: Completed 212.60 MB in 13.28 seconds (16.0M/s) |
146 | 2024-02-12T20:21:38.114Z | Actions: 1/3689 actions (Installing new actions) |
147 | 2024-02-12T20:21:43.190Z | Actions: 3670/3689 actions (Installing new actions) |
148 | 2024-02-12T20:21:43.224Z | Actions: Completed 3689 actions in 5.12 seconds. |
149 | 2024-02-12T20:21:43.390Z | Done (0.160s) |
150 | 2024-02-12T20:21:43.390Z | Done (0.000s) |
151 | 2024-02-12T20:21:43.596Z | Done (0.206s) |
152 | 2024-02-12T20:21:48.765Z | Done (5.041s) |
153 | 2024-02-12T20:21:48.939Z | Done (0.099s) |
154 | 2024-02-12T20:21:48.944Z | Done (0.000s) |
155 | 2024-02-12T20:21:49.101Z | Done (0.000s) |
156 | 2024-02-12T20:21:49.587Z | Planning: Evaluating mediator changes ... Done |
157 | 2024-02-12T20:21:49.737Z | Planning: Checking for conflicting actions ... Done |
158 | 2024-02-12T20:21:49.742Z | Planning: Consolidating action changes ... Done |
159 | 2024-02-12T20:21:50.008Z | Planning: Evaluating mediators ... Done |
160 | 2024-02-12T20:21:50.016Z | Planning: Planning completed in 0.43 seconds |
161 | 2024-02-12T20:21:50.043Z | Mediators to change: 2 |
162 | 2024-02-12T20:21:50.044Z | Create boot environment: No |
163 | 2024-02-12T20:21:50.058Z | Create backup boot environment: No |
164 | 2024-02-12T20:21:50.112Z | Done |
165 | 2024-02-12T20:21:50.112Z | Done |
166 | 2024-02-12T20:21:50.239Z | Done |
167 | 2024-02-12T20:21:53.888Z | Done |
168 | 2024-02-12T20:21:53.973Z | Done |
169 | 2024-02-12T20:21:53.980Z | Done |
170 | 2024-02-12T20:21:54.070Z | Done |
171 | 2024-02-12T20:21:54.711Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-02-12T20:21:54.729Z | Planning: Merging actions ... Done |
173 | 2024-02-12T20:21:54.897Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-02-12T20:21:54.904Z | Planning: Consolidating action changes ... Done |
175 | 2024-02-12T20:21:55.177Z | Planning: Evaluating mediators ... Done |
176 | 2024-02-12T20:21:55.229Z | Planning: Planning completed in 0.79 seconds |
177 | 2024-02-12T20:21:55.257Z | Packages to change: 1 |
178 | 2024-02-12T20:21:55.258Z | Mediators to change: 1 |
179 | 2024-02-12T20:21:55.264Z | Services to change: 1 |
180 | 2024-02-12T20:21:55.264Z | Create boot environment: No |
181 | 2024-02-12T20:21:55.264Z | Create backup boot environment: Yes |
182 | 2024-02-12T20:21:57.092Z | Actions: 1/6 actions (Updating modified actions) |
183 | 2024-02-12T20:21:57.120Z | Actions: Completed 6 actions in 0.03 seconds. |
184 | 2024-02-12T20:21:57.126Z | Done |
185 | 2024-02-12T20:21:57.126Z | Done |
186 | 2024-02-12T20:21:57.165Z | Done |
187 | 2024-02-12T20:22:00.759Z | Done |
188 | 2024-02-12T20:22:00.853Z | Done |
189 | 2024-02-12T20:22:01.279Z | Done |
190 | 2024-02-12T20:22:01.299Z | Done |
191 | 2024-02-12T20:22:01.379Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
192 | 2024-02-12T20:22:01.379Z | clang system 15 system |
193 | 2024-02-12T20:22:01.380Z | csh system system illumos |
194 | 2024-02-12T20:22:01.380Z | ctags system system illumos |
195 | 2024-02-12T20:22:01.380Z | gcc vendor 12 vendor |
196 | 2024-02-12T20:22:01.380Z | gcc system 10 system |
197 | 2024-02-12T20:22:01.380Z | gcc system 7 system |
198 | 2024-02-12T20:22:01.381Z | go system 1.20 system |
199 | 2024-02-12T20:22:01.381Z | go system 1.19 system |
200 | 2024-02-12T20:22:01.381Z | llvm system 15 system |
201 | 2024-02-12T20:22:01.381Z | llvm system 14 system |
202 | 2024-02-12T20:22:01.381Z | mariadb system 10.6 system |
203 | 2024-02-12T20:22:01.381Z | mta vendor vendor dma |
204 | 2024-02-12T20:22:01.381Z | openjdk system 17 system |
205 | 2024-02-12T20:22:01.382Z | openjdk system 11 system |
206 | 2024-02-12T20:22:01.382Z | openjdk system 1.8 system |
207 | 2024-02-12T20:22:01.382Z | openssl vendor 3 vendor |
208 | 2024-02-12T20:22:01.382Z | perl system 5.36 system |
209 | 2024-02-12T20:22:01.382Z | postgresql system 15 system |
210 | 2024-02-12T20:22:01.382Z | postgresql system 13 system |
211 | 2024-02-12T20:22:01.382Z | python vendor 3 vendor |
212 | 2024-02-12T20:22:01.383Z | python system 2 system |
213 | 2024-02-12T20:22:01.383Z | python3 system 3.11 system |
214 | 2024-02-12T20:22:01.383Z | ruby system 3.0 system |
215 | 2024-02-12T20:22:01.383Z | words vendor vendor american-english |
216 | 2024-02-12T20:22:01.383Z | words system system australian-english |
217 | 2024-02-12T20:22:01.383Z | words system system british-english |
218 | 2024-02-12T20:22:01.383Z | words system system canadian-english |
219 | 2024-02-12T20:22:01.384Z | words system system french |
220 | 2024-02-12T20:22:01.384Z | words system system italian |
221 | 2024-02-12T20:22:01.384Z | words system system ngerman |
222 | 2024-02-12T20:22:01.384Z | words system system ogerman |
223 | 2024-02-12T20:22:01.384Z | words system system spanish |
224 | 2024-02-12T20:22:01.703Z | FMRI IFO |
225 | 2024-02-12T20:22:01.703Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
226 | 2024-02-12T20:22:01.703Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
227 | 2024-02-12T20:22:01.703Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
228 | 2024-02-12T20:22:01.704Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
229 | 2024-02-12T20:22:01.704Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
230 | 2024-02-12T20:22:01.704Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
231 | 2024-02-12T20:22:01.704Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
232 | 2024-02-12T20:22:01.704Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
233 | 2024-02-12T20:22:01.755Z | + set -o errexit |
234 | 2024-02-12T20:22:02.173Z | +++ dirname ./tools/ci_download_cockroachdb |
235 | 2024-02-12T20:22:02.173Z | ++ cd ./tools |
236 | 2024-02-12T20:22:02.173Z | ++ pwd |
237 | 2024-02-12T20:22:02.174Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
238 | 2024-02-12T20:22:02.174Z | ++ basename ./tools/ci_download_cockroachdb |
239 | 2024-02-12T20:22:02.174Z | + ARG0=ci_download_cockroachdb |
240 | 2024-02-12T20:22:02.174Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
241 | 2024-02-12T20:22:02.174Z | + CIDL_VERSION=v22.1.9 |
242 | 2024-02-12T20:22:02.174Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
243 | 2024-02-12T20:22:02.174Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
244 | 2024-02-12T20:22:02.174Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
245 | 2024-02-12T20:22:02.174Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
246 | 2024-02-12T20:22:02.174Z | + TARGET_DIR=out |
247 | 2024-02-12T20:22:02.174Z | + DOWNLOAD_DIR=out/downloads |
248 | 2024-02-12T20:22:02.174Z | + DEST_DIR=./out/cockroachdb |
249 | 2024-02-12T20:22:02.174Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
250 | 2024-02-12T20:22:02.174Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
251 | 2024-02-12T20:22:02.174Z | + main |
252 | 2024-02-12T20:22:02.174Z | + [[ 0 != 0 ]] |
253 | 2024-02-12T20:22:02.174Z | + CIDL_OS=solaris2.11 |
254 | 2024-02-12T20:22:02.174Z | + [[ 0 != 0 ]] |
255 | 2024-02-12T20:22:02.174Z | + configure_os solaris2.11 |
256 | 2024-02-12T20:22:02.174Z | + echo 'current directory: /work/oxidecomputer/omicron' |
257 | 2024-02-12T20:22:02.174Z | current directory: /work/oxidecomputer/omicron |
258 | 2024-02-12T20:22:02.174Z | + echo 'configuring based on OS: "solaris2.11"' |
259 | 2024-02-12T20:22:02.175Z | + case "$1" in |
260 | 2024-02-12T20:22:02.175Z | configuring based on OS: "solaris2.11" |
261 | 2024-02-12T20:22:02.175Z | + CIDL_BUILD=illumos |
262 | 2024-02-12T20:22:02.175Z | + CIDL_SUFFIX=tar.gz |
263 | 2024-02-12T20:22:02.175Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
264 | 2024-02-12T20:22:02.175Z | + CIDL_URL_BASE=https://illumos.org/downloads |
265 | 2024-02-12T20:22:02.175Z | + CIDL_ASSEMBLE=do_assemble_illumos |
266 | 2024-02-12T20:22:02.175Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
267 | 2024-02-12T20:22:02.175Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
268 | 2024-02-12T20:22:02.175Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2024-02-12T20:22:02.175Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
270 | 2024-02-12T20:22:02.175Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-02-12T20:22:02.175Z | + CIDL_SHA256FUNC=do_sha256sum |
272 | 2024-02-12T20:22:02.175Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
273 | 2024-02-12T20:22:02.175Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
274 | 2024-02-12T20:22:02.175Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-12T20:22:02.175Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-12T20:22:02.175Z | + mkdir -p out/downloads |
277 | 2024-02-12T20:22:02.175Z | + mkdir -p ./out/cockroachdb |
278 | 2024-02-12T20:22:02.181Z | + local DO_DOWNLOAD=true |
279 | 2024-02-12T20:22:02.181Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
280 | 2024-02-12T20:22:02.181Z | + '[' true == true ']' |
281 | 2024-02-12T20:22:02.181Z | + echo Downloading... |
282 | 2024-02-12T20:22:02.181Z | Downloading... |
283 | 2024-02-12T20:22:02.181Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-12T20:22:02.181Z | + 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 |
285 | 2024-02-12T20:22:04.548Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-02-12T20:22:04.554Z | ++ sha256sum |
287 | 2024-02-12T20:22:04.554Z | ++ awk '{print $1}' |
288 | 2024-02-12T20:22:04.641Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
289 | 2024-02-12T20:22:04.644Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
290 | 2024-02-12T20:22:04.644Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-12T20:22:04.644Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
292 | 2024-02-12T20:22:06.832Z | + do_assemble_illumos |
293 | 2024-02-12T20:22:06.832Z | + rm -r ./out/cockroachdb |
294 | 2024-02-12T20:22:06.840Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
295 | 2024-02-12T20:22:07.202Z | + ./out/cockroachdb/bin/cockroach version |
296 | 2024-02-12T20:22:07.368Z | Build Tag: v22.1.9-dirty |
297 | 2024-02-12T20:22:07.368Z | Build Time: 2022/10/26 21:17:46 |
298 | 2024-02-12T20:22:07.368Z | Distribution: OSS |
299 | 2024-02-12T20:22:07.368Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
300 | 2024-02-12T20:22:07.368Z | Go Version: go1.17.13 |
301 | 2024-02-12T20:22:07.369Z | C Compiler: gcc 10.3.0 |
302 | 2024-02-12T20:22:07.369Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
303 | 2024-02-12T20:22:07.369Z | Build Type: release |
304 | 2024-02-12T20:22:07.391Z | + set -o errexit |
305 | 2024-02-12T20:22:07.417Z | +++ dirname ./tools/ci_download_clickhouse |
306 | 2024-02-12T20:22:07.417Z | ++ cd ./tools |
307 | 2024-02-12T20:22:07.417Z | ++ pwd |
308 | 2024-02-12T20:22:07.417Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
309 | 2024-02-12T20:22:07.417Z | ++ basename ./tools/ci_download_clickhouse |
310 | 2024-02-12T20:22:07.418Z | + ARG0=ci_download_clickhouse |
311 | 2024-02-12T20:22:07.418Z | + TARGET_DIR=out |
312 | 2024-02-12T20:22:07.418Z | + DOWNLOAD_DIR=out/downloads |
313 | 2024-02-12T20:22:07.418Z | + DEST_DIR=./out/clickhouse |
314 | 2024-02-12T20:22:07.418Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
315 | 2024-02-12T20:22:07.418Z | + CIDL_VERSION=v22.8.9.24 |
316 | 2024-02-12T20:22:07.418Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
317 | 2024-02-12T20:22:07.418Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
318 | 2024-02-12T20:22:07.418Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
319 | 2024-02-12T20:22:07.418Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
320 | 2024-02-12T20:22:07.418Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
321 | 2024-02-12T20:22:07.418Z | + main |
322 | 2024-02-12T20:22:07.418Z | + [[ 0 != 0 ]] |
323 | 2024-02-12T20:22:07.418Z | + CIDL_OS=solaris2.11 |
324 | 2024-02-12T20:22:07.418Z | + [[ 0 != 0 ]] |
325 | 2024-02-12T20:22:07.418Z | + configure_os solaris2.11 |
326 | 2024-02-12T20:22:07.418Z | + echo 'current directory: /work/oxidecomputer/omicron' |
327 | 2024-02-12T20:22:07.418Z | current directory: /work/oxidecomputer/omicron |
328 | 2024-02-12T20:22:07.418Z | + echo 'configuring based on OS: "solaris2.11"' |
329 | 2024-02-12T20:22:07.418Z | + CIDL_DASHREV= |
330 | 2024-02-12T20:22:07.418Z | + case "$1" in |
331 | 2024-02-12T20:22:07.418Z | configuring based on OS: "solaris2.11" |
332 | 2024-02-12T20:22:07.418Z | + CIDL_PLATFORM=illumos |
333 | 2024-02-12T20:22:07.418Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
334 | 2024-02-12T20:22:07.419Z | + CIDL_MD5FUNC=do_md5sum |
335 | 2024-02-12T20:22:07.419Z | + CIDL_DASHREV=-1 |
336 | 2024-02-12T20:22:07.419Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
337 | 2024-02-12T20:22:07.419Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2024-02-12T20:22:07.419Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2024-02-12T20:22:07.419Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2024-02-12T20:22:07.419Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
341 | 2024-02-12T20:22:07.419Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-02-12T20:22:07.419Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-02-12T20:22:07.419Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2024-02-12T20:22:07.419Z | + mkdir -p out/downloads |
345 | 2024-02-12T20:22:07.419Z | + mkdir -p ./out/clickhouse |
346 | 2024-02-12T20:22:07.419Z | + local DO_DOWNLOAD=true |
347 | 2024-02-12T20:22:07.419Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
348 | 2024-02-12T20:22:07.419Z | + '[' true == true ']' |
349 | 2024-02-12T20:22:07.419Z | + echo Downloading... |
350 | 2024-02-12T20:22:07.419Z | Downloading... |
351 | 2024-02-12T20:22:07.420Z | + 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 |
352 | 2024-02-12T20:22:07.420Z | + 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 |
353 | 2024-02-12T20:22:09.132Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2024-02-12T20:22:09.141Z | ++ md5sum |
355 | 2024-02-12T20:22:09.141Z | ++ awk '{print $1}' |
356 | 2024-02-12T20:22:09.727Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
357 | 2024-02-12T20:22:09.735Z | + [[ 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 ]] |
358 | 2024-02-12T20:22:09.735Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
359 | 2024-02-12T20:22:09.735Z | + mkdir -p ./out/clickhouse |
360 | 2024-02-12T20:22:09.735Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
361 | 2024-02-12T20:22:12.853Z | + ./out/clickhouse/clickhouse server --version |
362 | 2024-02-12T20:22:12.859Z | ClickHouse server version 22.8.9.1. |
363 | 2024-02-12T20:22:12.859Z | + set -o errexit |
364 | 2024-02-12T20:22:12.859Z | +++ dirname ./tools/ci_download_console |
365 | 2024-02-12T20:22:12.859Z | ++ cd ./tools |
366 | 2024-02-12T20:22:12.859Z | ++ pwd |
367 | 2024-02-12T20:22:12.859Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
368 | 2024-02-12T20:22:12.859Z | ++ basename ./tools/ci_download_console |
369 | 2024-02-12T20:22:12.859Z | + ARG0=ci_download_console |
370 | 2024-02-12T20:22:12.859Z | + TARGET_DIR=out |
371 | 2024-02-12T20:22:12.860Z | + DOWNLOAD_DIR=out/downloads |
372 | 2024-02-12T20:22:12.860Z | + DEST_DIR=./out/console-assets |
373 | 2024-02-12T20:22:12.860Z | + source /work/oxidecomputer/omicron/tools/console_version |
374 | 2024-02-12T20:22:12.860Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
375 | 2024-02-12T20:22:12.860Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
376 | 2024-02-12T20:22:12.860Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
377 | 2024-02-12T20:22:12.860Z | + TARBALL_FILE=out/downloads/console.tar.gz |
378 | 2024-02-12T20:22:12.861Z | + main |
379 | 2024-02-12T20:22:12.861Z | + [[ 0 != 0 ]] |
380 | 2024-02-12T20:22:12.861Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
381 | 2024-02-12T20:22:12.861Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
382 | 2024-02-12T20:22:12.861Z | + echo 'Local file: out/downloads/console.tar.gz' |
383 | 2024-02-12T20:22:12.861Z | Local file: out/downloads/console.tar.gz |
384 | 2024-02-12T20:22:12.861Z | + local DO_DOWNLOAD=true |
385 | 2024-02-12T20:22:12.861Z | + [[ -f out/downloads/console.tar.gz ]] |
386 | 2024-02-12T20:22:12.861Z | + mkdir -p out/downloads |
387 | 2024-02-12T20:22:12.861Z | + '[' true == true ']' |
388 | 2024-02-12T20:22:12.862Z | + echo Downloading... |
389 | 2024-02-12T20:22:12.862Z | Downloading... |
390 | 2024-02-12T20:22:12.862Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
391 | 2024-02-12T20:22:12.862Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
392 | 2024-02-12T20:22:12.990Z | ++ do_sha256sum out/downloads/console.tar.gz |
393 | 2024-02-12T20:22:13.007Z | ++ case "$OSTYPE" in |
394 | 2024-02-12T20:22:13.007Z | ++ SHA=sha256sum |
395 | 2024-02-12T20:22:13.007Z | ++ sha256sum |
396 | 2024-02-12T20:22:13.007Z | ++ awk '{print $1}' |
397 | 2024-02-12T20:22:13.007Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
398 | 2024-02-12T20:22:13.007Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
399 | 2024-02-12T20:22:13.007Z | + rm -rf ./out/console-assets |
400 | 2024-02-12T20:22:13.007Z | + mkdir -p ./out/console-assets |
401 | 2024-02-12T20:22:13.030Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
402 | 2024-02-12T20:22:13.030Z | + mkdir -p ./out/console-assets |
403 | 2024-02-12T20:22:13.030Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
404 | 2024-02-12T20:22:13.462Z | + set -o errexit |
405 | 2024-02-12T20:22:13.463Z | +++ dirname ./tools/ci_download_maghemite_openapi |
406 | 2024-02-12T20:22:13.463Z | ++ cd ./tools |
407 | 2024-02-12T20:22:13.463Z | ++ pwd |
408 | 2024-02-12T20:22:13.463Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
409 | 2024-02-12T20:22:13.463Z | ++ basename ./tools/ci_download_maghemite_openapi |
410 | 2024-02-12T20:22:13.463Z | + ARG0=ci_download_maghemite_openapi |
411 | 2024-02-12T20:22:13.464Z | + TARGET_DIR=out |
412 | 2024-02-12T20:22:13.464Z | + DOWNLOAD_DIR=out/downloads |
413 | 2024-02-12T20:22:13.464Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
414 | 2024-02-12T20:22:13.464Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
415 | 2024-02-12T20:22:13.464Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
416 | 2024-02-12T20:22:13.465Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
417 | 2024-02-12T20:22:13.465Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
418 | 2024-02-12T20:22:13.465Z | + main |
419 | 2024-02-12T20:22:13.465Z | + [[ 0 != 0 ]] |
420 | 2024-02-12T20:22:13.466Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
421 | 2024-02-12T20:22:13.466Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
422 | 2024-02-12T20:22:13.466Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
423 | 2024-02-12T20:22:13.466Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
424 | 2024-02-12T20:22:13.466Z | + local DO_DOWNLOAD=true |
425 | 2024-02-12T20:22:13.467Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
426 | 2024-02-12T20:22:13.467Z | + mkdir -p out/downloads |
427 | 2024-02-12T20:22:13.467Z | + '[' true == true ']' |
428 | 2024-02-12T20:22:13.467Z | + echo Downloading... |
429 | 2024-02-12T20:22:13.467Z | Downloading... |
430 | 2024-02-12T20:22:13.467Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
431 | 2024-02-12T20:22:13.468Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
432 | 2024-02-12T20:22:13.468Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
433 | 2024-02-12T20:22:13.468Z | ++ case "$OSTYPE" in |
434 | 2024-02-12T20:22:13.468Z | ++ SHA=sha256sum |
435 | 2024-02-12T20:22:13.468Z | ++ sha256sum |
436 | 2024-02-12T20:22:13.469Z | ++ awk '{print $1}' |
437 | 2024-02-12T20:22:13.469Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
438 | 2024-02-12T20:22:13.469Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
439 | 2024-02-12T20:22:13.469Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
440 | 2024-02-12T20:22:13.470Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
441 | 2024-02-12T20:22:13.470Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
442 | 2024-02-12T20:22:13.470Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
443 | 2024-02-12T20:22:13.470Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
444 | 2024-02-12T20:22:13.470Z | + main |
445 | 2024-02-12T20:22:13.470Z | + [[ 0 != 0 ]] |
446 | 2024-02-12T20:22:13.470Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
447 | 2024-02-12T20:22:13.471Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
448 | 2024-02-12T20:22:13.471Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
449 | 2024-02-12T20:22:13.471Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
450 | 2024-02-12T20:22:13.471Z | + local DO_DOWNLOAD=true |
451 | 2024-02-12T20:22:13.471Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
452 | 2024-02-12T20:22:13.471Z | + mkdir -p out/downloads |
453 | 2024-02-12T20:22:13.472Z | + '[' true == true ']' |
454 | 2024-02-12T20:22:13.472Z | + echo Downloading... |
455 | 2024-02-12T20:22:13.472Z | Downloading... |
456 | 2024-02-12T20:22:13.472Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
457 | 2024-02-12T20:22:13.472Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
458 | 2024-02-12T20:22:13.473Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
459 | 2024-02-12T20:22:13.473Z | ++ case "$OSTYPE" in |
460 | 2024-02-12T20:22:13.473Z | ++ SHA=sha256sum |
461 | 2024-02-12T20:22:13.473Z | ++ sha256sum |
462 | 2024-02-12T20:22:13.473Z | ++ awk '{print $1}' |
463 | 2024-02-12T20:22:13.474Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
464 | 2024-02-12T20:22:13.474Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
465 | 2024-02-12T20:22:13.491Z | + set -o errexit |
466 | 2024-02-12T20:22:13.492Z | +++ dirname ./tools/ci_download_dendrite_openapi |
467 | 2024-02-12T20:22:13.492Z | ++ cd ./tools |
468 | 2024-02-12T20:22:13.492Z | ++ pwd |
469 | 2024-02-12T20:22:13.492Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
470 | 2024-02-12T20:22:13.492Z | ++ basename ./tools/ci_download_dendrite_openapi |
471 | 2024-02-12T20:22:13.492Z | + ARG0=ci_download_dendrite_openapi |
472 | 2024-02-12T20:22:13.493Z | + TARGET_DIR=out |
473 | 2024-02-12T20:22:13.493Z | + DOWNLOAD_DIR=out/downloads |
474 | 2024-02-12T20:22:13.493Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
475 | 2024-02-12T20:22:13.493Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
476 | 2024-02-12T20:22:13.493Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
477 | 2024-02-12T20:22:13.493Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
478 | 2024-02-12T20:22:13.494Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
479 | 2024-02-12T20:22:13.494Z | + main |
480 | 2024-02-12T20:22:13.494Z | + [[ 0 != 0 ]] |
481 | 2024-02-12T20:22:13.494Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
482 | 2024-02-12T20:22:13.494Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
483 | 2024-02-12T20:22:13.494Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
484 | 2024-02-12T20:22:13.494Z | + local DO_DOWNLOAD=true |
485 | 2024-02-12T20:22:13.494Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
486 | 2024-02-12T20:22:13.494Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
487 | 2024-02-12T20:22:13.494Z | + mkdir -p out/downloads |
488 | 2024-02-12T20:22:13.495Z | + '[' true == true ']' |
489 | 2024-02-12T20:22:13.495Z | + echo Downloading... |
490 | 2024-02-12T20:22:13.495Z | Downloading... |
491 | 2024-02-12T20:22:13.495Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
492 | 2024-02-12T20:22:13.495Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
493 | 2024-02-12T20:22:13.661Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
494 | 2024-02-12T20:22:13.665Z | ++ case "$OSTYPE" in |
495 | 2024-02-12T20:22:13.665Z | ++ SHA=sha256sum |
496 | 2024-02-12T20:22:13.665Z | ++ sha256sum |
497 | 2024-02-12T20:22:13.665Z | ++ awk '{print $1}' |
498 | 2024-02-12T20:22:13.665Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
499 | 2024-02-12T20:22:13.666Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
500 | 2024-02-12T20:22:13.672Z | + set -o errexit |
501 | 2024-02-12T20:22:13.675Z | +++ dirname ./tools/ci_download_dendrite_stub |
502 | 2024-02-12T20:22:13.675Z | ++ cd ./tools |
503 | 2024-02-12T20:22:13.675Z | ++ pwd |
504 | 2024-02-12T20:22:13.678Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
505 | 2024-02-12T20:22:13.678Z | ++ basename ./tools/ci_download_dendrite_stub |
506 | 2024-02-12T20:22:13.678Z | + ARG0=ci_download_dendrite_stub |
507 | 2024-02-12T20:22:13.679Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
508 | 2024-02-12T20:22:13.679Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
509 | 2024-02-12T20:22:13.679Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
510 | 2024-02-12T20:22:13.679Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
511 | 2024-02-12T20:22:13.679Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
512 | 2024-02-12T20:22:13.679Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
513 | 2024-02-12T20:22:13.679Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
514 | 2024-02-12T20:22:13.679Z | + TARGET_DIR=out |
515 | 2024-02-12T20:22:13.679Z | + DOWNLOAD_DIR=out/downloads |
516 | 2024-02-12T20:22:13.679Z | + DEST_DIR=./out/dendrite-stub |
517 | 2024-02-12T20:22:13.679Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
518 | 2024-02-12T20:22:13.679Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
519 | 2024-02-12T20:22:13.679Z | + REPO=oxidecomputer/dendrite |
520 | 2024-02-12T20:22:13.679Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
521 | 2024-02-12T20:22:13.679Z | + main |
522 | 2024-02-12T20:22:13.679Z | + [[ 0 != 0 ]] |
523 | 2024-02-12T20:22:13.679Z | + CIDL_OS=solaris2.11 |
524 | 2024-02-12T20:22:13.679Z | + [[ 0 != 0 ]] |
525 | 2024-02-12T20:22:13.679Z | + configure_os solaris2.11 |
526 | 2024-02-12T20:22:13.679Z | + echo 'current directory: /work/oxidecomputer/omicron' |
527 | 2024-02-12T20:22:13.679Z | current directory: /work/oxidecomputer/omicron |
528 | 2024-02-12T20:22:13.679Z | + echo 'configuring based on OS: "solaris2.11"' |
529 | 2024-02-12T20:22:13.679Z | configuring based on OS: "solaris2.11" |
530 | 2024-02-12T20:22:13.679Z | + case "$1" in |
531 | 2024-02-12T20:22:13.680Z | + SET_BINARIES= |
532 | 2024-02-12T20:22:13.680Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
533 | 2024-02-12T20:22:13.680Z | + CIDL_SHA256FUNC=do_sha256sum |
534 | 2024-02-12T20:22:13.680Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
535 | 2024-02-12T20:22:13.680Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
536 | 2024-02-12T20:22:13.680Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
537 | 2024-02-12T20:22:13.680Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
538 | 2024-02-12T20:22:13.680Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
539 | 2024-02-12T20:22:13.680Z | Local file: out/downloads/dendrite-stub.tar.gz |
540 | 2024-02-12T20:22:13.680Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
541 | 2024-02-12T20:22:13.680Z | + mkdir -p out/downloads |
542 | 2024-02-12T20:22:13.683Z | + mkdir -p ./out/dendrite-stub |
543 | 2024-02-12T20:22:13.683Z | + fetch_and_verify |
544 | 2024-02-12T20:22:13.683Z | + local DO_DOWNLOAD=true |
545 | 2024-02-12T20:22:13.683Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
546 | 2024-02-12T20:22:13.683Z | + '[' true == true ']' |
547 | 2024-02-12T20:22:13.683Z | + echo Downloading... |
548 | 2024-02-12T20:22:13.683Z | Downloading... |
549 | 2024-02-12T20:22:13.683Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
550 | 2024-02-12T20:22:13.684Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
551 | 2024-02-12T20:22:28.219Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
552 | 2024-02-12T20:22:28.224Z | ++ sha256sum |
553 | 2024-02-12T20:22:28.224Z | ++ awk '{print $1}' |
554 | 2024-02-12T20:22:28.244Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
555 | 2024-02-12T20:22:28.247Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
556 | 2024-02-12T20:22:28.247Z | + do_untar out/downloads/dendrite-stub.tar.gz |
557 | 2024-02-12T20:22:28.247Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
558 | 2024-02-12T20:22:28.941Z | + do_assemble |
559 | 2024-02-12T20:22:28.941Z | + rm -r ./out/dendrite-stub |
560 | 2024-02-12T20:22:28.944Z | + mkdir ./out/dendrite-stub |
561 | 2024-02-12T20:22:28.947Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
562 | 2024-02-12T20:22:29.032Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
563 | 2024-02-12T20:22:29.042Z | + set -o errexit |
564 | 2024-02-12T20:22:29.045Z | +++ dirname ./tools/ci_download_maghemite_mgd |
565 | 2024-02-12T20:22:29.048Z | ++ cd ./tools |
566 | 2024-02-12T20:22:29.048Z | ++ pwd |
567 | 2024-02-12T20:22:29.048Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
568 | 2024-02-12T20:22:29.048Z | ++ basename ./tools/ci_download_maghemite_mgd |
569 | 2024-02-12T20:22:29.051Z | + ARG0=ci_download_maghemite_mgd |
570 | 2024-02-12T20:22:29.051Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
571 | 2024-02-12T20:22:29.051Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
572 | 2024-02-12T20:22:29.051Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
573 | 2024-02-12T20:22:29.051Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
574 | 2024-02-12T20:22:29.051Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
575 | 2024-02-12T20:22:29.051Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
576 | 2024-02-12T20:22:29.052Z | + TARGET_DIR=out |
577 | 2024-02-12T20:22:29.052Z | + DOWNLOAD_DIR=out/downloads |
578 | 2024-02-12T20:22:29.052Z | + DEST_DIR=./out/mgd |
579 | 2024-02-12T20:22:29.052Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
580 | 2024-02-12T20:22:29.052Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
581 | 2024-02-12T20:22:29.052Z | + REPO=oxidecomputer/maghemite |
582 | 2024-02-12T20:22:29.052Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
583 | 2024-02-12T20:22:29.052Z | + main |
584 | 2024-02-12T20:22:29.052Z | + [[ 0 != 0 ]] |
585 | 2024-02-12T20:22:29.052Z | + CIDL_OS=solaris2.11 |
586 | 2024-02-12T20:22:29.052Z | + [[ 0 != 0 ]] |
587 | 2024-02-12T20:22:29.052Z | + configure_os solaris2.11 |
588 | 2024-02-12T20:22:29.052Z | + echo 'current directory: /work/oxidecomputer/omicron' |
589 | 2024-02-12T20:22:29.052Z | current directory: /work/oxidecomputer/omicron |
590 | 2024-02-12T20:22:29.052Z | + echo 'configuring based on OS: "solaris2.11"' |
591 | 2024-02-12T20:22:29.052Z | + case "$1" in |
592 | 2024-02-12T20:22:29.052Z | configuring based on OS: "solaris2.11" |
593 | 2024-02-12T20:22:29.052Z | + SET_BINARIES= |
594 | 2024-02-12T20:22:29.052Z | + CIDL_SHA256FUNC=do_sha256sum |
595 | 2024-02-12T20:22:29.052Z | + TARBALL_FILENAME=mgd.tar.gz |
596 | 2024-02-12T20:22:29.052Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
597 | 2024-02-12T20:22:29.053Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
598 | 2024-02-12T20:22:29.053Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
599 | 2024-02-12T20:22:29.053Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
600 | 2024-02-12T20:22:29.053Z | Local file: out/downloads/mgd.tar.gz |
601 | 2024-02-12T20:22:29.053Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
602 | 2024-02-12T20:22:29.053Z | + mkdir -p out/downloads |
603 | 2024-02-12T20:22:29.053Z | + mkdir -p ./out/mgd |
604 | 2024-02-12T20:22:29.056Z | + fetch_and_verify |
605 | 2024-02-12T20:22:29.056Z | + local DO_DOWNLOAD=true |
606 | 2024-02-12T20:22:29.056Z | + [[ -f out/downloads/mgd.tar.gz ]] |
607 | 2024-02-12T20:22:29.056Z | + '[' true == true ']' |
608 | 2024-02-12T20:22:29.056Z | + echo Downloading... |
609 | 2024-02-12T20:22:29.056Z | Downloading... |
610 | 2024-02-12T20:22:29.056Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
611 | 2024-02-12T20:22:29.056Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
612 | 2024-02-12T20:22:37.578Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
613 | 2024-02-12T20:22:37.595Z | ++ sha256sum |
614 | 2024-02-12T20:22:37.595Z | ++ awk '{print $1}' |
615 | 2024-02-12T20:22:37.610Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
616 | 2024-02-12T20:22:37.611Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
617 | 2024-02-12T20:22:37.611Z | + do_untar out/downloads/mgd.tar.gz |
618 | 2024-02-12T20:22:37.611Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
619 | 2024-02-12T20:22:38.047Z | + do_assemble |
620 | 2024-02-12T20:22:38.047Z | + rm -r ./out/mgd |
621 | 2024-02-12T20:22:38.050Z | + mkdir ./out/mgd |
622 | 2024-02-12T20:22:38.050Z | + cp -r out/downloads/root ./out/mgd/root |
623 | 2024-02-12T20:22:38.190Z | + set -o errexit |
624 | 2024-02-12T20:22:38.193Z | +++ dirname ./tools/ci_download_transceiver_control |
625 | 2024-02-12T20:22:38.196Z | ++ cd ./tools |
626 | 2024-02-12T20:22:38.196Z | ++ pwd |
627 | 2024-02-12T20:22:38.196Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
628 | 2024-02-12T20:22:38.196Z | ++ basename ./tools/ci_download_transceiver_control |
629 | 2024-02-12T20:22:38.196Z | + ARG0=ci_download_transceiver_control |
630 | 2024-02-12T20:22:38.200Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
631 | 2024-02-12T20:22:38.200Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
632 | 2024-02-12T20:22:38.200Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
633 | 2024-02-12T20:22:38.200Z | + TARGET_DIR=out |
634 | 2024-02-12T20:22:38.200Z | + DOWNLOAD_DIR=out/downloads |
635 | 2024-02-12T20:22:38.200Z | + DEST_DIR=./out/transceiver-control |
636 | 2024-02-12T20:22:38.200Z | + BIN_DIR=/opt/oxide/bin |
637 | 2024-02-12T20:22:38.200Z | + BINARY=xcvradm |
638 | 2024-02-12T20:22:38.200Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
639 | 2024-02-12T20:22:38.200Z | + REPO=oxidecomputer/transceiver-control |
640 | 2024-02-12T20:22:38.200Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
641 | 2024-02-12T20:22:38.200Z | + main |
642 | 2024-02-12T20:22:38.200Z | + [[ 0 != 0 ]] |
643 | 2024-02-12T20:22:38.200Z | + CIDL_OS=solaris2.11 |
644 | 2024-02-12T20:22:38.201Z | + [[ 0 != 0 ]] |
645 | 2024-02-12T20:22:38.201Z | + configure_os solaris2.11 |
646 | 2024-02-12T20:22:38.201Z | + echo 'current directory: /work/oxidecomputer/omicron' |
647 | 2024-02-12T20:22:38.201Z | current directory: /work/oxidecomputer/omicron |
648 | 2024-02-12T20:22:38.201Z | + echo 'configuring based on OS: "solaris2.11"' |
649 | 2024-02-12T20:22:38.201Z | configuring based on OS: "solaris2.11" |
650 | 2024-02-12T20:22:38.201Z | + case "$1" in |
651 | 2024-02-12T20:22:38.201Z | + SET_BINARIES= |
652 | 2024-02-12T20:22:38.201Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
653 | 2024-02-12T20:22:38.201Z | + CIDL_SHA256FUNC=do_sha256sum |
654 | 2024-02-12T20:22:38.201Z | + ARCHIVE_FILENAME=xcvradm.gz |
655 | 2024-02-12T20:22:38.201Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
656 | 2024-02-12T20:22:38.201Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
657 | 2024-02-12T20:22:38.201Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
658 | 2024-02-12T20:22:38.201Z | + echo 'Local file: out/downloads/xcvradm.gz' |
659 | 2024-02-12T20:22:38.201Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2024-02-12T20:22:38.201Z | Local file: out/downloads/xcvradm.gz |
661 | 2024-02-12T20:22:38.201Z | + mkdir -p out/downloads |
662 | 2024-02-12T20:22:38.201Z | + mkdir -p ./out/transceiver-control |
663 | 2024-02-12T20:22:38.207Z | + fetch_and_verify |
664 | 2024-02-12T20:22:38.207Z | + local DO_DOWNLOAD=true |
665 | 2024-02-12T20:22:38.207Z | + [[ -f out/downloads/xcvradm.gz ]] |
666 | 2024-02-12T20:22:38.208Z | + '[' true == true ']' |
667 | 2024-02-12T20:22:38.208Z | + echo Downloading... |
668 | 2024-02-12T20:22:38.208Z | Downloading... |
669 | 2024-02-12T20:22:38.208Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
670 | 2024-02-12T20:22:38.208Z | + 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 |
671 | 2024-02-12T20:22:42.906Z | ++ do_sha256sum out/downloads/xcvradm.gz |
672 | 2024-02-12T20:22:42.910Z | ++ sha256sum |
673 | 2024-02-12T20:22:42.910Z | ++ awk '{print $1}' |
674 | 2024-02-12T20:22:42.915Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2024-02-12T20:22:42.918Z | + [[ 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 ]] |
676 | 2024-02-12T20:22:42.918Z | + do_unpack out/downloads/xcvradm.gz |
677 | 2024-02-12T20:22:42.918Z | + mkdir -p out/downloads/root//opt/oxide/bin |
678 | 2024-02-12T20:22:42.918Z | + gzip -dc out/downloads/xcvradm.gz |
679 | 2024-02-12T20:22:43.039Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
680 | 2024-02-12T20:22:43.045Z | + do_assemble |
681 | 2024-02-12T20:22:43.046Z | + rm -r ./out/transceiver-control |
682 | 2024-02-12T20:22:43.046Z | + mkdir ./out/transceiver-control |
683 | 2024-02-12T20:22:43.046Z | + cp -r out/downloads/root ./out/transceiver-control/root |
684 | 2024-02-12T20:22:43.202Z | All prerequisites installed successfully |
685 | 2024-02-12T20:22:43.216Z | |
686 | 2024-02-12T20:22:43.217Z | real 1:39.194247931 |
687 | 2024-02-12T20:22:43.217Z | user 32.750698636 |
688 | 2024-02-12T20:22:43.217Z | sys 6.079627521 |
689 | 2024-02-12T20:22:43.217Z | trap 0.008557889 |
690 | 2024-02-12T20:22:43.217Z | tflt 0.208407518 |
691 | 2024-02-12T20:22:43.217Z | dflt 0.619846864 |
692 | 2024-02-12T20:22:43.217Z | kflt 0.255834957 |
693 | 2024-02-12T20:22:43.217Z | lock 1.351473203 |
694 | 2024-02-12T20:22:43.217Z | slp 3:26.273602342 |
695 | 2024-02-12T20:22:43.217Z | lat 1.739541049 |
696 | 2024-02-12T20:22:43.217Z | stop 0.144123124 |
697 | 2024-02-12T20:22:43.218Z | + ptime -m ./tools/ci_download_softnpu_machinery |
698 | 2024-02-12T20:22:43.218Z | fetching npuzone |
699 | 2024-02-12T20:22:43.218Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
700 | 2024-02-12T20:22:43.218Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
701 | 2024-02-12T20:22:43.218Z | Getting hash for npuzone |
702 | 2024-02-12T20:22:43.344Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
703 | 2024-02-12T20:22:54.052Z | npuzone downloaded successfully |
704 | 2024-02-12T20:22:54.057Z | |
705 | 2024-02-12T20:22:54.057Z | real 10.860911787 |
706 | 2024-02-12T20:22:54.057Z | user 0.344191029 |
707 | 2024-02-12T20:22:54.057Z | sys 0.124070481 |
708 | 2024-02-12T20:22:54.057Z | trap 0.000103629 |
709 | 2024-02-12T20:22:54.057Z | tflt 0.000000000 |
710 | 2024-02-12T20:22:54.057Z | dflt 0.000003439 |
711 | 2024-02-12T20:22:54.057Z | kflt 0.000000000 |
712 | 2024-02-12T20:22:54.057Z | lock 0.000000000 |
713 | 2024-02-12T20:22:54.057Z | slp 31.993799076 |
714 | 2024-02-12T20:22:54.057Z | lat 0.092086943 |
715 | 2024-02-12T20:22:54.058Z | stop 0.000164496 |
716 | 2024-02-12T20:22:54.058Z | + export CARGO_INCREMENTAL=0 |
717 | 2024-02-12T20:22:54.058Z | + CARGO_INCREMENTAL=0 |
718 | 2024-02-12T20:22:54.062Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
719 | 2024-02-12T20:22:54.274Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
720 | 2024-02-12T20:22:54.586Z | Updating git repository `https://github.com/oxidecomputer/samael` |
721 | 2024-02-12T20:22:54.932Z | Updating crates.io index |
722 | 2024-02-12T20:22:55.041Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2024-02-12T20:22:55.744Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2024-02-12T20:22:57.434Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2024-02-12T20:22:57.978Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2024-02-12T20:22:58.262Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2024-02-12T20:22:58.547Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2024-02-12T20:22:58.800Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2024-02-12T20:22:59.745Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2024-02-12T20:23:02.068Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2024-02-12T20:23:02.993Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2024-02-12T20:23:03.426Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2024-02-12T20:23:04.140Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2024-02-12T20:23:04.457Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
735 | 2024-02-12T20:23:04.747Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-02-12T20:23:05.070Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-02-12T20:23:05.463Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2024-02-12T20:23:05.926Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
739 | 2024-02-12T20:23:06.262Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2024-02-12T20:23:06.976Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2024-02-12T20:23:07.359Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2024-02-12T20:23:07.725Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2024-02-12T20:23:08.970Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2024-02-12T20:23:09.528Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2024-02-12T20:23:11.067Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2024-02-12T20:23:11.464Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2024-02-12T20:23:11.775Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2024-02-12T20:23:13.245Z | Downloading crates ... |
749 | 2024-02-12T20:23:13.539Z | Downloaded ipnet v2.9.0 |
750 | 2024-02-12T20:23:13.545Z | Downloaded crunchy v0.2.2 |
751 | 2024-02-12T20:23:13.549Z | Downloaded indicatif v0.17.7 |
752 | 2024-02-12T20:23:13.554Z | Downloaded keccak v0.1.4 |
753 | 2024-02-12T20:23:13.561Z | Downloaded itoa v1.0.9 |
754 | 2024-02-12T20:23:13.561Z | Downloaded is-terminal v0.4.9 |
755 | 2024-02-12T20:23:13.568Z | Downloaded async-stream-impl v0.3.5 |
756 | 2024-02-12T20:23:13.568Z | Downloaded ipnetwork v0.20.0 |
757 | 2024-02-12T20:23:13.568Z | Downloaded lalrpop-util v0.19.12 |
758 | 2024-02-12T20:23:13.568Z | Downloaded kstat-rs v0.2.3 |
759 | 2024-02-12T20:23:13.573Z | Downloaded indoc v2.0.3 |
760 | 2024-02-12T20:23:13.579Z | Downloaded itertools v0.12.1 |
761 | 2024-02-12T20:23:13.589Z | Downloaded cc v1.0.83 |
762 | 2024-02-12T20:23:13.592Z | Downloaded arrayref v0.3.7 |
763 | 2024-02-12T20:23:13.596Z | Downloaded ascii-canvas v3.0.0 |
764 | 2024-02-12T20:23:13.596Z | Downloaded serde-big-array v0.4.1 |
765 | 2024-02-12T20:23:13.600Z | Downloaded semver v0.1.20 |
766 | 2024-02-12T20:23:13.614Z | Downloaded ansi_term v0.12.1 |
767 | 2024-02-12T20:23:13.614Z | Downloaded ident_case v1.0.1 |
768 | 2024-02-12T20:23:13.614Z | Downloaded secrecy v0.8.0 |
769 | 2024-02-12T20:23:13.614Z | Downloaded rustc-demangle v0.1.23 |
770 | 2024-02-12T20:23:13.614Z | Downloaded serde-hex v0.1.0 |
771 | 2024-02-12T20:23:13.614Z | Downloaded lalrpop v0.19.12 |
772 | 2024-02-12T20:23:13.631Z | Downloaded assert_matches v1.5.0 |
773 | 2024-02-12T20:23:13.634Z | Downloaded async-recursion v1.0.5 |
774 | 2024-02-12T20:23:13.637Z | Downloaded async-stream v0.3.5 |
775 | 2024-02-12T20:23:13.644Z | Downloaded anstyle-parse v0.2.1 |
776 | 2024-02-12T20:23:13.647Z | Downloaded sqlparser_derive v0.2.2 |
777 | 2024-02-12T20:23:13.647Z | Downloaded smawk v0.3.1 |
778 | 2024-02-12T20:23:13.647Z | Downloaded strip-ansi-escapes v0.2.0 |
779 | 2024-02-12T20:23:13.647Z | Downloaded slog-json v2.6.1 |
780 | 2024-02-12T20:23:13.650Z | Downloaded slog-bunyan v2.5.0 |
781 | 2024-02-12T20:23:13.653Z | Downloaded corncobs v0.1.3 |
782 | 2024-02-12T20:23:13.653Z | Downloaded strsim v0.10.0 |
783 | 2024-02-12T20:23:13.656Z | Downloaded smf v0.2.2 |
784 | 2024-02-12T20:23:13.656Z | Downloaded slog-term v2.9.0 |
785 | 2024-02-12T20:23:13.659Z | Downloaded anstream v0.5.0 |
786 | 2024-02-12T20:23:13.667Z | Downloaded matches v0.1.10 |
787 | 2024-02-12T20:23:13.667Z | Downloaded strsim v0.8.0 |
788 | 2024-02-12T20:23:13.667Z | Downloaded atty v0.2.14 |
789 | 2024-02-12T20:23:13.670Z | Downloaded instant v0.1.12 |
790 | 2024-02-12T20:23:13.670Z | Downloaded socket2 v0.4.9 |
791 | 2024-02-12T20:23:13.674Z | Downloaded arrayvec v0.7.4 |
792 | 2024-02-12T20:23:13.677Z | Downloaded cpufeatures v0.2.12 |
793 | 2024-02-12T20:23:13.677Z | Downloaded crucible-workspace-hack v0.1.0 |
794 | 2024-02-12T20:23:13.680Z | Downloaded base16ct v0.2.0 |
795 | 2024-02-12T20:23:13.680Z | Downloaded md-5 v0.10.5 |
796 | 2024-02-12T20:23:13.683Z | Downloaded maybe-uninit v2.0.0 |
797 | 2024-02-12T20:23:13.683Z | Downloaded colorchoice v1.0.0 |
798 | 2024-02-12T20:23:13.687Z | Downloaded cfg-if v1.0.0 |
799 | 2024-02-12T20:23:13.687Z | Downloaded mime v0.3.17 |
800 | 2024-02-12T20:23:13.693Z | Downloaded string_cache v0.8.7 |
801 | 2024-02-12T20:23:13.693Z | Downloaded bitfield v0.14.0 |
802 | 2024-02-12T20:23:13.697Z | Downloaded hubpack_derive v0.1.1 |
803 | 2024-02-12T20:23:13.697Z | Downloaded http-range v0.1.5 |
804 | 2024-02-12T20:23:13.697Z | Downloaded block-buffer v0.10.4 |
805 | 2024-02-12T20:23:13.697Z | Downloaded bit-set v0.5.3 |
806 | 2024-02-12T20:23:13.700Z | Downloaded new_debug_unreachable v1.0.4 |
807 | 2024-02-12T20:23:13.703Z | Downloaded crc v3.0.1 |
808 | 2024-02-12T20:23:13.703Z | Downloaded strum_macros v0.26.1 |
809 | 2024-02-12T20:23:13.706Z | Downloaded serde_with v3.6.0 |
810 | 2024-02-12T20:23:13.715Z | Downloaded normalize-line-endings v0.3.0 |
811 | 2024-02-12T20:23:13.718Z | Downloaded memoffset v0.9.0 |
812 | 2024-02-12T20:23:13.721Z | Downloaded maplit v1.0.2 |
813 | 2024-02-12T20:23:13.721Z | Downloaded constant_time_eq v0.3.0 |
814 | 2024-02-12T20:23:13.724Z | Downloaded clap_lex v0.5.1 |
815 | 2024-02-12T20:23:13.727Z | Downloaded dtrace-parser v0.1.14 |
816 | 2024-02-12T20:23:13.727Z | Downloaded downcast v0.11.0 |
817 | 2024-02-12T20:23:13.730Z | Downloaded shell-words v1.1.0 |
818 | 2024-02-12T20:23:13.730Z | Downloaded indoc v1.0.9 |
819 | 2024-02-12T20:23:13.734Z | Downloaded nanorand v0.7.0 |
820 | 2024-02-12T20:23:13.737Z | Downloaded crossbeam-deque v0.8.3 |
821 | 2024-02-12T20:23:13.744Z | Downloaded mockall v0.12.0 |
822 | 2024-02-12T20:23:13.744Z | Downloaded httpdate v1.0.3 |
823 | 2024-02-12T20:23:13.744Z | Downloaded hex v0.4.3 |
824 | 2024-02-12T20:23:13.748Z | Downloaded multimap v0.8.3 |
825 | 2024-02-12T20:23:13.748Z | Downloaded humantime v2.1.0 |
826 | 2024-02-12T20:23:13.754Z | Downloaded phf_shared v0.10.0 |
827 | 2024-02-12T20:23:13.757Z | Downloaded num v0.4.1 |
828 | 2024-02-12T20:23:13.757Z | Downloaded hostname v0.3.1 |
829 | 2024-02-12T20:23:13.757Z | Downloaded lazycell v1.3.0 |
830 | 2024-02-12T20:23:13.757Z | Downloaded ciborium v0.2.2 |
831 | 2024-02-12T20:23:13.762Z | Downloaded hubpack v0.1.2 |
832 | 2024-02-12T20:23:13.766Z | Downloaded home v0.5.5 |
833 | 2024-02-12T20:23:13.766Z | Downloaded bzip2 v0.4.4 |
834 | 2024-02-12T20:23:13.766Z | Downloaded bcs v0.1.6 |
835 | 2024-02-12T20:23:13.769Z | Downloaded foreign-types v0.3.2 |
836 | 2024-02-12T20:23:13.769Z | Downloaded try-lock v0.2.4 |
837 | 2024-02-12T20:23:13.769Z | Downloaded newtype_derive v0.1.6 |
838 | 2024-02-12T20:23:13.773Z | Downloaded crossbeam-queue v0.3.8 |
839 | 2024-02-12T20:23:13.773Z | Downloaded clap_derive v4.4.2 |
840 | 2024-02-12T20:23:13.777Z | Downloaded camino v1.1.6 |
841 | 2024-02-12T20:23:13.780Z | Downloaded parse-display-derive v0.9.0 |
842 | 2024-02-12T20:23:13.780Z | Downloaded num_enum_derive v0.5.11 |
843 | 2024-02-12T20:23:13.783Z | Downloaded highway v1.1.0 |
844 | 2024-02-12T20:23:13.783Z | Downloaded toml_datetime v0.6.5 |
845 | 2024-02-12T20:23:13.786Z | Downloaded filetime v0.2.23 |
846 | 2024-02-12T20:23:13.786Z | Downloaded multer v3.0.0 |
847 | 2024-02-12T20:23:13.789Z | Downloaded fallible-iterator v0.2.0 |
848 | 2024-02-12T20:23:13.792Z | Downloaded thiserror-impl-no-std v2.0.2 |
849 | 2024-02-12T20:23:13.795Z | Downloaded crc32fast v1.3.2 |
850 | 2024-02-12T20:23:13.795Z | Downloaded native-tls v0.2.11 |
851 | 2024-02-12T20:23:13.798Z | Downloaded crossbeam v0.8.2 |
852 | 2024-02-12T20:23:13.803Z | Downloaded want v0.3.1 |
853 | 2024-02-12T20:23:13.804Z | Downloaded nu-ansi-term v0.49.0 |
854 | 2024-02-12T20:23:13.806Z | Downloaded dyn-clone v1.0.16 |
855 | 2024-02-12T20:23:13.807Z | Downloaded env_logger v0.10.0 |
856 | 2024-02-12T20:23:13.809Z | Downloaded phf v0.11.2 |
857 | 2024-02-12T20:23:13.813Z | Downloaded packed_struct v0.10.1 |
858 | 2024-02-12T20:23:13.813Z | Downloaded peeking_take_while v0.1.2 |
859 | 2024-02-12T20:23:13.813Z | Downloaded path-slash v0.1.5 |
860 | 2024-02-12T20:23:13.815Z | Downloaded hyper-rustls v0.24.2 |
861 | 2024-02-12T20:23:13.820Z | Downloaded zone v0.3.0 |
862 | 2024-02-12T20:23:13.820Z | Downloaded serde_plain v1.0.2 |
863 | 2024-02-12T20:23:13.824Z | Downloaded wait-timeout v0.2.0 |
864 | 2024-02-12T20:23:13.824Z | Downloaded tiny-keccak v2.0.2 |
865 | 2024-02-12T20:23:13.827Z | Downloaded ff v0.13.0 |
866 | 2024-02-12T20:23:13.827Z | Downloaded num_cpus v1.16.0 |
867 | 2024-02-12T20:23:13.830Z | Downloaded futures-executor v0.3.30 |
868 | 2024-02-12T20:23:13.830Z | Downloaded futures-core v0.3.30 |
869 | 2024-02-12T20:23:13.833Z | Downloaded fd-lock v4.0.2 |
870 | 2024-02-12T20:23:13.836Z | Downloaded hyper-staticfile v0.9.5 |
871 | 2024-02-12T20:23:13.840Z | Downloaded crossbeam-epoch v0.9.15 |
872 | 2024-02-12T20:23:13.840Z | Downloaded darling v0.14.4 |
873 | 2024-02-12T20:23:13.843Z | Downloaded diesel_table_macro_syntax v0.1.0 |
874 | 2024-02-12T20:23:13.849Z | Downloaded is_ci v1.1.1 |
875 | 2024-02-12T20:23:13.849Z | Downloaded hyper-tls v0.5.0 |
876 | 2024-02-12T20:23:13.851Z | Downloaded zeroize_derive v1.4.2 |
877 | 2024-02-12T20:23:13.852Z | Downloaded universal-hash v0.5.1 |
878 | 2024-02-12T20:23:13.852Z | Downloaded rustc_version v0.4.0 |
879 | 2024-02-12T20:23:13.852Z | Downloaded hmac v0.12.1 |
880 | 2024-02-12T20:23:13.855Z | Downloaded mockall_derive v0.12.0 |
881 | 2024-02-12T20:23:13.855Z | Downloaded rustls-pemfile v2.0.0 |
882 | 2024-02-12T20:23:13.858Z | Downloaded crypto-bigint v0.5.2 |
883 | 2024-02-12T20:23:13.863Z | Downloaded parse-display v0.9.0 |
884 | 2024-02-12T20:23:13.866Z | Downloaded thiserror-no-std v2.0.2 |
885 | 2024-02-12T20:23:13.869Z | Downloaded paste v1.0.14 |
886 | 2024-02-12T20:23:13.872Z | Downloaded chacha20poly1305 v0.10.1 |
887 | 2024-02-12T20:23:13.875Z | Downloaded which v4.4.0 |
888 | 2024-02-12T20:23:13.878Z | Downloaded xattr v1.0.1 |
889 | 2024-02-12T20:23:13.878Z | Downloaded termcolor v1.2.0 |
890 | 2024-02-12T20:23:13.882Z | Downloaded rustls-pki-types v1.1.0 |
891 | 2024-02-12T20:23:13.882Z | Downloaded backtrace v0.3.69 |
892 | 2024-02-12T20:23:13.889Z | Downloaded impl-trait-for-tuples v0.2.2 |
893 | 2024-02-12T20:23:13.895Z | Downloaded atomic-waker v1.1.1 |
894 | 2024-02-12T20:23:13.895Z | Downloaded signal-hook-mio v0.2.3 |
895 | 2024-02-12T20:23:13.895Z | Downloaded postgres-types v0.2.6 |
896 | 2024-02-12T20:23:13.906Z | Downloaded serde_tokenstream v0.1.7 |
897 | 2024-02-12T20:23:13.906Z | Downloaded strum v0.25.0 |
898 | 2024-02-12T20:23:13.906Z | Downloaded phf_shared v0.11.2 |
899 | 2024-02-12T20:23:13.906Z | Downloaded scopeguard v1.2.0 |
900 | 2024-02-12T20:23:13.906Z | Downloaded ref-cast v1.0.20 |
901 | 2024-02-12T20:23:13.915Z | Downloaded unicase v2.7.0 |
902 | 2024-02-12T20:23:13.915Z | Downloaded ena v0.14.2 |
903 | 2024-02-12T20:23:13.915Z | Downloaded futures-channel v0.3.30 |
904 | 2024-02-12T20:23:13.915Z | Downloaded crc-any v2.4.3 |
905 | 2024-02-12T20:23:13.922Z | Downloaded usdt-impl v0.5.0 |
906 | 2024-02-12T20:23:13.922Z | Downloaded pest_generator v2.7.6 |
907 | 2024-02-12T20:23:13.922Z | Downloaded miniz_oxide v0.7.1 |
908 | 2024-02-12T20:23:13.922Z | Downloaded usdt-macro v0.3.5 |
909 | 2024-02-12T20:23:13.922Z | Downloaded darling_macro v0.20.3 |
910 | 2024-02-12T20:23:13.922Z | Downloaded rustls-webpki v0.102.1 |
911 | 2024-02-12T20:23:13.940Z | Downloaded semver v0.11.0 |
912 | 2024-02-12T20:23:13.948Z | Downloaded schemars_derive v0.8.16 |
913 | 2024-02-12T20:23:13.948Z | Downloaded percent-encoding v2.3.1 |
914 | 2024-02-12T20:23:13.948Z | Downloaded structmeta-derive v0.3.0 |
915 | 2024-02-12T20:23:13.948Z | Downloaded static_assertions v1.1.0 |
916 | 2024-02-12T20:23:13.948Z | Downloaded slab v0.4.9 |
917 | 2024-02-12T20:23:13.954Z | Downloaded curve25519-dalek-derive v0.1.0 |
918 | 2024-02-12T20:23:13.954Z | Downloaded httparse v1.8.0 |
919 | 2024-02-12T20:23:13.954Z | Downloaded postcard v1.0.8 |
920 | 2024-02-12T20:23:13.954Z | Downloaded base64 v0.21.7 |
921 | 2024-02-12T20:23:13.965Z | Downloaded rustc-hash v1.1.0 |
922 | 2024-02-12T20:23:13.966Z | Downloaded structmeta v0.2.0 |
923 | 2024-02-12T20:23:13.966Z | Downloaded spki v0.7.2 |
924 | 2024-02-12T20:23:13.972Z | Downloaded hash32 v0.3.1 |
925 | 2024-02-12T20:23:13.972Z | Downloaded textwrap v0.16.0 |
926 | 2024-02-12T20:23:13.972Z | Downloaded tinyvec_macros v0.1.1 |
927 | 2024-02-12T20:23:13.973Z | Downloaded time-core v0.1.1 |
928 | 2024-02-12T20:23:13.973Z | Downloaded serde_with_macros v3.6.0 |
929 | 2024-02-12T20:23:13.973Z | Downloaded getrandom v0.2.10 |
930 | 2024-02-12T20:23:13.973Z | Downloaded proc-macro-crate v1.3.1 |
931 | 2024-02-12T20:23:13.982Z | Downloaded futures-sink v0.3.30 |
932 | 2024-02-12T20:23:13.982Z | Downloaded tokio-native-tls v0.3.1 |
933 | 2024-02-12T20:23:13.983Z | Downloaded thread_local v1.1.7 |
934 | 2024-02-12T20:23:13.983Z | Downloaded take_mut v0.2.2 |
935 | 2024-02-12T20:23:13.983Z | Downloaded strum_macros v0.24.3 |
936 | 2024-02-12T20:23:14.022Z | Downloaded foreign-types-shared v0.1.1 |
937 | 2024-02-12T20:23:14.022Z | Downloaded defmt-macros v0.3.6 |
938 | 2024-02-12T20:23:14.022Z | Downloaded pest_derive v2.7.6 |
939 | 2024-02-12T20:23:14.022Z | Downloaded zip v0.6.6 |
940 | 2024-02-12T20:23:14.036Z | Downloaded foreign-types v0.5.0 |
941 | 2024-02-12T20:23:14.036Z | Downloaded semver-parser v0.10.2 |
942 | 2024-02-12T20:23:14.037Z | Downloaded fragile v2.0.0 |
943 | 2024-02-12T20:23:14.037Z | Downloaded funty v2.0.0 |
944 | 2024-02-12T20:23:14.037Z | Downloaded term v0.7.0 |
945 | 2024-02-12T20:23:14.037Z | Downloaded tar v0.4.40 |
946 | 2024-02-12T20:23:14.037Z | Downloaded slog v2.7.0 |
947 | 2024-02-12T20:23:14.037Z | Downloaded headers-core v0.2.0 |
948 | 2024-02-12T20:23:14.037Z | Downloaded owo-colors v4.0.0 |
949 | 2024-02-12T20:23:14.037Z | Downloaded minimal-lexical v0.2.1 |
950 | 2024-02-12T20:23:14.037Z | Downloaded stability v0.1.1 |
951 | 2024-02-12T20:23:14.038Z | Downloaded rustc_version v0.1.7 |
952 | 2024-02-12T20:23:14.038Z | Downloaded predicates-core v1.0.6 |
953 | 2024-02-12T20:23:14.038Z | Downloaded slog-async v2.8.0 |
954 | 2024-02-12T20:23:14.038Z | Downloaded rusty-fork v0.3.0 |
955 | 2024-02-12T20:23:14.038Z | Downloaded flate2 v1.0.28 |
956 | 2024-02-12T20:23:14.038Z | Downloaded libm v0.2.7 |
957 | 2024-02-12T20:23:14.057Z | Downloaded tokio-macros v2.2.0 |
958 | 2024-02-12T20:23:14.058Z | Downloaded opaque-debug v0.3.0 |
959 | 2024-02-12T20:23:14.058Z | Downloaded shlex v1.3.0 |
960 | 2024-02-12T20:23:14.058Z | Downloaded unicode-width v0.1.11 |
961 | 2024-02-12T20:23:14.058Z | Downloaded crossbeam-channel v0.5.8 |
962 | 2024-02-12T20:23:14.058Z | Downloaded endian-type v0.1.2 |
963 | 2024-02-12T20:23:14.058Z | Downloaded float-cmp v0.9.0 |
964 | 2024-02-12T20:23:14.059Z | Downloaded memchr v2.6.3 |
965 | 2024-02-12T20:23:14.081Z | Downloaded sec1 v0.7.3 |
966 | 2024-02-12T20:23:14.081Z | Downloaded scroll v0.12.0 |
967 | 2024-02-12T20:23:14.081Z | Downloaded num-complex v0.4.4 |
968 | 2024-02-12T20:23:14.082Z | Downloaded snafu v0.7.5 |
969 | 2024-02-12T20:23:14.082Z | Downloaded precomputed-hash v0.1.1 |
970 | 2024-02-12T20:23:14.082Z | Downloaded zeroize v1.7.0 |
971 | 2024-02-12T20:23:14.082Z | Downloaded libxml v0.3.3 |
972 | 2024-02-12T20:23:14.507Z | Downloaded signal-hook-registry v1.4.1 |
973 | 2024-02-12T20:23:14.507Z | Downloaded thread-id v4.2.0 |
974 | 2024-02-12T20:23:14.507Z | Downloaded termios v0.3.3 |
975 | 2024-02-12T20:23:14.507Z | Downloaded toolchain_find v0.2.0 |
976 | 2024-02-12T20:23:14.507Z | Downloaded group v0.13.0 |
977 | 2024-02-12T20:23:14.507Z | Downloaded pretty-hex v0.2.1 |
978 | 2024-02-12T20:23:14.507Z | Downloaded inout v0.1.3 |
979 | 2024-02-12T20:23:14.507Z | Downloaded olpc-cjson v0.1.3 |
980 | 2024-02-12T20:23:14.507Z | Downloaded textwrap v0.11.0 |
981 | 2024-02-12T20:23:14.507Z | Downloaded futures-task v0.3.30 |
982 | 2024-02-12T20:23:14.507Z | Downloaded vte v0.11.1 |
983 | 2024-02-12T20:23:14.511Z | Downloaded rustls-pemfile v1.0.3 |
984 | 2024-02-12T20:23:14.512Z | Downloaded indexmap v2.2.2 |
985 | 2024-02-12T20:23:14.512Z | Downloaded structopt v0.3.26 |
986 | 2024-02-12T20:23:14.512Z | Downloaded doc-comment v0.3.3 |
987 | 2024-02-12T20:23:14.512Z | Downloaded display-error-chain v0.2.0 |
988 | 2024-02-12T20:23:14.512Z | Downloaded spin v0.5.2 |
989 | 2024-02-12T20:23:14.512Z | Downloaded http v1.0.0 |
990 | 2024-02-12T20:23:14.512Z | Downloaded pem v3.0.2 |
991 | 2024-02-12T20:23:14.512Z | Downloaded fd-lock v3.0.13 |
992 | 2024-02-12T20:23:14.512Z | Downloaded enum-as-inner v0.5.1 |
993 | 2024-02-12T20:23:14.512Z | Downloaded tap v1.0.1 |
994 | 2024-02-12T20:23:14.512Z | Downloaded sha2 v0.10.8 |
995 | 2024-02-12T20:23:14.512Z | Downloaded half v2.3.1 |
996 | 2024-02-12T20:23:14.512Z | Downloaded toml v0.8.9 |
997 | 2024-02-12T20:23:14.512Z | Downloaded foreign-types-macros v0.2.3 |
998 | 2024-02-12T20:23:14.512Z | Downloaded stable_deref_trait v1.2.0 |
999 | 2024-02-12T20:23:14.512Z | Downloaded quote v1.0.35 |
1000 | 2024-02-12T20:23:14.512Z | Downloaded unicode-ident v1.0.12 |
1001 | 2024-02-12T20:23:14.512Z | Downloaded untrusted v0.9.0 |
1002 | 2024-02-12T20:23:14.512Z | Downloaded serde_path_to_error v0.1.15 |
1003 | 2024-02-12T20:23:14.512Z | Downloaded pin-utils v0.1.0 |
1004 | 2024-02-12T20:23:14.513Z | Downloaded packed_struct_codegen v0.10.1 |
1005 | 2024-02-12T20:23:14.513Z | Downloaded structmeta-derive v0.2.0 |
1006 | 2024-02-12T20:23:14.513Z | Downloaded tower-service v0.3.2 |
1007 | 2024-02-12T20:23:14.513Z | Downloaded vte_generate_state_changes v0.1.1 |
1008 | 2024-02-12T20:23:14.513Z | Downloaded zone_cfg_derive v0.3.0 |
1009 | 2024-02-12T20:23:14.513Z | Downloaded fnv v1.0.7 |
1010 | 2024-02-12T20:23:14.513Z | Downloaded slog-dtrace v0.3.0 |
1011 | 2024-02-12T20:23:14.513Z | Downloaded time-macros v0.2.13 |
1012 | 2024-02-12T20:23:14.513Z | Downloaded rand_core v0.6.4 |
1013 | 2024-02-12T20:23:14.513Z | Downloaded untrusted v0.7.1 |
1014 | 2024-02-12T20:23:14.513Z | Downloaded unicode-xid v0.2.4 |
1015 | 2024-02-12T20:23:14.513Z | Downloaded gethostname v0.4.3 |
1016 | 2024-02-12T20:23:14.513Z | Downloaded topological-sort v0.2.2 |
1017 | 2024-02-12T20:23:14.513Z | Downloaded zerocopy v0.3.0 |
1018 | 2024-02-12T20:23:14.513Z | Downloaded unicode_categories v0.1.1 |
1019 | 2024-02-12T20:23:14.513Z | Downloaded tabled_derive v0.7.0 |
1020 | 2024-02-12T20:23:14.513Z | Downloaded nom v7.1.3 |
1021 | 2024-02-12T20:23:14.513Z | Downloaded dof v0.1.5 |
1022 | 2024-02-12T20:23:14.513Z | Downloaded tui-tree-widget v0.17.0 |
1023 | 2024-02-12T20:23:14.513Z | Downloaded plain v0.2.3 |
1024 | 2024-02-12T20:23:14.513Z | Downloaded derive_builder v0.12.0 |
1025 | 2024-02-12T20:23:14.513Z | Downloaded usdt-attr-macro v0.3.5 |
1026 | 2024-02-12T20:23:14.513Z | Downloaded equivalent v1.0.1 |
1027 | 2024-02-12T20:23:14.513Z | Downloaded num_enum v0.5.11 |
1028 | 2024-02-12T20:23:14.514Z | Downloaded ref-cast-impl v1.0.20 |
1029 | 2024-02-12T20:23:14.514Z | Downloaded strum_macros v0.25.2 |
1030 | 2024-02-12T20:23:14.514Z | Downloaded pem-rfc7468 v0.7.0 |
1031 | 2024-02-12T20:23:14.514Z | Downloaded derive-where v1.2.7 |
1032 | 2024-02-12T20:23:14.514Z | Downloaded dirs-next v2.0.0 |
1033 | 2024-02-12T20:23:14.514Z | Downloaded serde_tokenstream v0.2.0 |
1034 | 2024-02-12T20:23:14.514Z | Downloaded oso v0.27.0 |
1035 | 2024-02-12T20:23:14.514Z | Downloaded rpassword v7.3.1 |
1036 | 2024-02-12T20:23:14.514Z | Downloaded pretty-hex v0.4.1 |
1037 | 2024-02-12T20:23:14.514Z | Downloaded trust-dns-server v0.22.1 |
1038 | 2024-02-12T20:23:14.514Z | Downloaded terminal_size v0.2.6 |
1039 | 2024-02-12T20:23:14.514Z | Downloaded unicode-linebreak v0.1.5 |
1040 | 2024-02-12T20:23:14.514Z | Downloaded trust-dns-client v0.22.0 |
1041 | 2024-02-12T20:23:14.514Z | Downloaded number_prefix v0.4.0 |
1042 | 2024-02-12T20:23:14.514Z | Downloaded openssl-macros v0.1.1 |
1043 | 2024-02-12T20:23:14.514Z | Downloaded der_derive v0.7.2 |
1044 | 2024-02-12T20:23:14.514Z | Downloaded parking_lot v0.11.2 |
1045 | 2024-02-12T20:23:14.514Z | Downloaded crossbeam-utils v0.8.16 |
1046 | 2024-02-12T20:23:14.514Z | Downloaded waitgroup v0.1.2 |
1047 | 2024-02-12T20:23:14.514Z | Downloaded platforms v3.0.2 |
1048 | 2024-02-12T20:23:14.514Z | Downloaded unicode-segmentation v1.10.1 |
1049 | 2024-02-12T20:23:14.514Z | Downloaded derive_builder_macro v0.12.0 |
1050 | 2024-02-12T20:23:14.514Z | Downloaded postgres-protocol v0.6.6 |
1051 | 2024-02-12T20:23:14.514Z | Downloaded fastrand v2.0.1 |
1052 | 2024-02-12T20:23:14.515Z | Downloaded unarray v0.1.4 |
1053 | 2024-02-12T20:23:14.515Z | Downloaded rand v0.8.5 |
1054 | 2024-02-12T20:23:14.515Z | Downloaded oso-derive v0.27.0 |
1055 | 2024-02-12T20:23:14.515Z | Downloaded errno v0.3.8 |
1056 | 2024-02-12T20:23:14.515Z | Downloaded serde_repr v0.1.16 |
1057 | 2024-02-12T20:23:14.515Z | Downloaded fatfs v0.3.6 |
1058 | 2024-02-12T20:23:14.515Z | Downloaded atomicwrites v0.4.3 |
1059 | 2024-02-12T20:23:14.515Z | Downloaded darling_macro v0.14.4 |
1060 | 2024-02-12T20:23:14.515Z | Downloaded glob v0.3.1 |
1061 | 2024-02-12T20:23:14.515Z | Downloaded num-rational v0.4.1 |
1062 | 2024-02-12T20:23:14.515Z | Downloaded derive_builder_core v0.12.0 |
1063 | 2024-02-12T20:23:14.515Z | Downloaded similar v2.3.0 |
1064 | 2024-02-12T20:23:14.515Z | Downloaded rtoolbox v0.0.1 |
1065 | 2024-02-12T20:23:14.515Z | Downloaded rand_chacha v0.3.1 |
1066 | 2024-02-12T20:23:14.515Z | Downloaded ryu v1.0.15 |
1067 | 2024-02-12T20:23:14.515Z | Downloaded ron v0.8.1 |
1068 | 2024-02-12T20:23:14.515Z | Downloaded pkcs1 v0.7.5 |
1069 | 2024-02-12T20:23:14.515Z | Downloaded omicron-zone-package v0.11.0 |
1070 | 2024-02-12T20:23:14.515Z | Downloaded serde v1.0.196 |
1071 | 2024-02-12T20:23:14.515Z | Downloaded futures-io v0.3.30 |
1072 | 2024-02-12T20:23:14.515Z | Downloaded usdt-impl v0.3.5 |
1073 | 2024-02-12T20:23:14.515Z | Downloaded password-hash v0.5.0 |
1074 | 2024-02-12T20:23:14.515Z | Downloaded papergrid v0.11.0 |
1075 | 2024-02-12T20:23:14.515Z | Downloaded num-iter v0.1.43 |
1076 | 2024-02-12T20:23:14.515Z | Downloaded smallvec v0.6.14 |
1077 | 2024-02-12T20:23:14.516Z | Downloaded digest v0.10.7 |
1078 | 2024-02-12T20:23:14.516Z | Downloaded walkdir v2.4.0 |
1079 | 2024-02-12T20:23:14.516Z | Downloaded steno v0.4.0 |
1080 | 2024-02-12T20:23:14.516Z | Downloaded typed-path v0.7.0 |
1081 | 2024-02-12T20:23:14.516Z | Downloaded num-derive v0.4.0 |
1082 | 2024-02-12T20:23:14.516Z | Downloaded heck v0.3.3 |
1083 | 2024-02-12T20:23:14.521Z | Downloaded fs-err v2.11.0 |
1084 | 2024-02-12T20:23:14.521Z | Downloaded slog-stdlog v4.1.1 |
1085 | 2024-02-12T20:23:14.521Z | Downloaded foreign-types-shared v0.3.1 |
1086 | 2024-02-12T20:23:14.521Z | Downloaded num-traits v0.2.16 |
1087 | 2024-02-12T20:23:14.521Z | Downloaded predicates v3.1.0 |
1088 | 2024-02-12T20:23:14.521Z | Downloaded slog-envlogger v2.2.0 |
1089 | 2024-02-12T20:23:14.521Z | Downloaded pin-project-lite v0.2.13 |
1090 | 2024-02-12T20:23:14.521Z | Downloaded dtrace-parser v0.2.0 |
1091 | 2024-02-12T20:23:14.521Z | Downloaded poly1305 v0.8.0 |
1092 | 2024-02-12T20:23:14.521Z | Downloaded utf8parse v0.2.1 |
1093 | 2024-02-12T20:23:14.521Z | Downloaded synstructure v0.12.6 |
1094 | 2024-02-12T20:23:14.521Z | Downloaded parking_lot v0.12.1 |
1095 | 2024-02-12T20:23:14.521Z | Downloaded blake3 v1.5.0 |
1096 | 2024-02-12T20:23:14.521Z | Downloaded pin-project-internal v1.1.3 |
1097 | 2024-02-12T20:23:14.522Z | Downloaded pest_meta v2.7.6 |
1098 | 2024-02-12T20:23:14.522Z | Downloaded vsss-rs v3.3.4 |
1099 | 2024-02-12T20:23:14.522Z | Downloaded tokio-rustls v0.24.1 |
1100 | 2024-02-12T20:23:14.522Z | Downloaded tough v0.16.0 |
1101 | 2024-02-12T20:23:14.522Z | Downloaded regex-automata v0.1.10 |
1102 | 2024-02-12T20:23:14.522Z | Downloaded derive_more v0.99.17 |
1103 | 2024-02-12T20:23:14.522Z | Downloaded toml_edit v0.19.15 |
1104 | 2024-02-12T20:23:14.522Z | Downloaded tokio-stream v0.1.14 |
1105 | 2024-02-12T20:23:14.522Z | Downloaded schemars v0.8.16 |
1106 | 2024-02-12T20:23:14.522Z | Downloaded indexmap v1.9.3 |
1107 | 2024-02-12T20:23:14.522Z | Downloaded ucd-trie v0.1.6 |
1108 | 2024-02-12T20:23:14.522Z | Downloaded rustyline v13.0.0 |
1109 | 2024-02-12T20:23:14.522Z | Downloaded url v2.5.0 |
1110 | 2024-02-12T20:23:14.522Z | Downloaded rustix v0.37.23 |
1111 | 2024-02-12T20:23:14.522Z | Downloaded addr2line v0.21.0 |
1112 | 2024-02-12T20:23:14.522Z | Downloaded flume v0.11.0 |
1113 | 2024-02-12T20:23:14.523Z | Downloaded rsa v0.9.2 |
1114 | 2024-02-12T20:23:14.523Z | Downloaded winnow v0.5.15 |
1115 | 2024-02-12T20:23:14.523Z | Downloaded zerocopy v0.7.32 |
1116 | 2024-02-12T20:23:14.523Z | Downloaded salty v0.2.0 |
1117 | 2024-02-12T20:23:14.523Z | Downloaded serde_yaml v0.9.25 |
1118 | 2024-02-12T20:23:14.523Z | Downloaded rustls-webpki v0.101.7 |
1119 | 2024-02-12T20:23:14.523Z | Downloaded time v0.3.27 |
1120 | 2024-02-12T20:23:14.523Z | Downloaded unicode-normalization v0.1.22 |
1121 | 2024-02-12T20:23:14.523Z | Downloaded darling_core v0.14.4 |
1122 | 2024-02-12T20:23:14.523Z | Downloaded futures-util v0.3.30 |
1123 | 2024-02-12T20:23:14.532Z | Downloaded goblin v0.8.0 |
1124 | 2024-02-12T20:23:14.537Z | Downloaded reqwest v0.11.22 |
1125 | 2024-02-12T20:23:14.548Z | Downloaded tokio-postgres v0.7.10 |
1126 | 2024-02-12T20:23:14.578Z | Downloaded chrono v0.4.31 |
1127 | 2024-02-12T20:23:14.578Z | Downloaded bindgen v0.69.2 |
1128 | 2024-02-12T20:23:14.578Z | Downloaded petgraph v0.6.4 |
1129 | 2024-02-12T20:23:14.592Z | Downloaded regress v0.7.1 |
1130 | 2024-02-12T20:23:14.600Z | Downloaded proptest v1.4.0 |
1131 | 2024-02-12T20:23:14.601Z | Downloaded h2 v0.3.24 |
1132 | 2024-02-12T20:23:14.607Z | Downloaded nix v0.27.1 |
1133 | 2024-02-12T20:23:14.623Z | Downloaded quick-xml v0.30.0 |
1134 | 2024-02-12T20:23:14.628Z | Downloaded trust-dns-proto v0.22.0 |
1135 | 2024-02-12T20:23:14.635Z | Downloaded vcpkg v0.2.15 |
1136 | 2024-02-12T20:23:14.676Z | Downloaded webpki-roots v0.25.2 |
1137 | 2024-02-12T20:23:14.681Z | Downloaded regex-syntax v0.6.29 |
1138 | 2024-02-12T20:23:14.687Z | Downloaded rustls v0.21.9 |
1139 | 2024-02-12T20:23:14.698Z | Downloaded tabled v0.15.0 |
1140 | 2024-02-12T20:23:14.716Z | Downloaded smoltcp v0.11.0 |
1141 | 2024-02-12T20:23:14.730Z | Downloaded object v0.32.1 |
1142 | 2024-02-12T20:23:14.747Z | Downloaded regex v1.10.3 |
1143 | 2024-02-12T20:23:14.755Z | Downloaded rayon v1.8.0 |
1144 | 2024-02-12T20:23:14.766Z | Downloaded toml v0.7.8 |
1145 | 2024-02-12T20:23:14.769Z | Downloaded syn v1.0.109 |
1146 | 2024-02-12T20:23:14.777Z | Downloaded ratatui v0.26.0 |
1147 | 2024-02-12T20:23:14.796Z | Downloaded gimli v0.28.0 |
1148 | 2024-02-12T20:23:14.805Z | Downloaded openssl v0.10.60 |
1149 | 2024-02-12T20:23:14.819Z | Downloaded object v0.30.4 |
1150 | 2024-02-12T20:23:14.824Z | Downloaded polar-core v0.27.0 |
1151 | 2024-02-12T20:23:14.834Z | Downloaded regex-automata v0.4.4 |
1152 | 2024-02-12T20:23:14.851Z | Downloaded syn v2.0.48 |
1153 | 2024-02-12T20:23:14.862Z | Downloaded tokio v1.36.0 |
1154 | 2024-02-12T20:23:14.905Z | Downloaded idna v0.5.0 |
1155 | 2024-02-12T20:23:14.919Z | Downloaded smoltcp v0.9.1 |
1156 | 2024-02-12T20:23:14.924Z | Downloaded csv v1.3.0 |
1157 | 2024-02-12T20:23:14.945Z | Downloaded diesel v2.1.4 |
1158 | 2024-02-12T20:23:14.967Z | Downloaded rustls v0.22.2 |
1159 | 2024-02-12T20:23:14.980Z | Downloaded regex-syntax v0.8.2 |
1160 | 2024-02-12T20:23:14.989Z | Downloaded zerocopy-derive v0.2.0 |
1161 | 2024-02-12T20:23:15.002Z | Downloaded sled v0.34.7 |
1162 | 2024-02-12T20:23:15.021Z | Downloaded zerocopy-derive v0.6.4 |
1163 | 2024-02-12T20:23:15.447Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1164 | 2024-02-12T20:23:15.447Z | Downloaded libc v0.2.153 |
1165 | 2024-02-12T20:23:15.447Z | Downloaded encoding_rs v0.8.33 |
1166 | 2024-02-12T20:23:15.447Z | Downloaded openapiv3 v2.0.0 |
1167 | 2024-02-12T20:23:15.447Z | Downloaded radix_trie v0.2.1 |
1168 | 2024-02-12T20:23:15.447Z | Downloaded curve25519-dalek v4.1.1 |
1169 | 2024-02-12T20:23:15.447Z | Downloaded sha3 v0.10.8 |
1170 | 2024-02-12T20:23:15.447Z | Downloaded regex-automata v0.3.8 |
1171 | 2024-02-12T20:23:15.447Z | Downloaded bstr v1.6.0 |
1172 | 2024-02-12T20:23:15.447Z | Downloaded idna v0.2.3 |
1173 | 2024-02-12T20:23:15.447Z | Downloaded bstr v0.2.17 |
1174 | 2024-02-12T20:23:15.447Z | Downloaded rustix v0.38.31 |
1175 | 2024-02-12T20:23:15.447Z | Downloaded clap v2.34.0 |
1176 | 2024-02-12T20:23:15.448Z | Downloaded bitvec v1.0.1 |
1177 | 2024-02-12T20:23:15.448Z | Downloaded serde_json v1.0.113 |
1178 | 2024-02-12T20:23:15.448Z | Downloaded hashbrown v0.14.2 |
1179 | 2024-02-12T20:23:15.448Z | Downloaded heapless v0.7.16 |
1180 | 2024-02-12T20:23:15.448Z | Downloaded uuid v1.7.0 |
1181 | 2024-02-12T20:23:15.448Z | Downloaded prettyplease v0.2.16 |
1182 | 2024-02-12T20:23:15.448Z | Downloaded heapless v0.8.0 |
1183 | 2024-02-12T20:23:15.448Z | Downloaded unsafe-libyaml v0.2.10 |
1184 | 2024-02-12T20:23:15.448Z | Downloaded hashbrown v0.13.2 |
1185 | 2024-02-12T20:23:15.448Z | Downloaded reedline v0.28.0 |
1186 | 2024-02-12T20:23:15.448Z | Downloaded hyper v0.14.27 |
1187 | 2024-02-12T20:23:15.448Z | Downloaded toml_edit v0.21.1 |
1188 | 2024-02-12T20:23:15.448Z | Downloaded hkdf v0.12.4 |
1189 | 2024-02-12T20:23:15.448Z | Downloaded diesel_derives v2.1.2 |
1190 | 2024-02-12T20:23:15.448Z | Downloaded difflib v0.4.0 |
1191 | 2024-02-12T20:23:15.448Z | Downloaded diff v0.1.13 |
1192 | 2024-02-12T20:23:15.448Z | Downloaded tungstenite v0.20.1 |
1193 | 2024-02-12T20:23:15.448Z | Downloaded proc-macro2 v1.0.78 |
1194 | 2024-02-12T20:23:15.448Z | Downloaded num-bigint-dig v0.8.4 |
1195 | 2024-02-12T20:23:15.449Z | Downloaded portable-atomic v1.4.3 |
1196 | 2024-02-12T20:23:15.449Z | Downloaded pkcs8 v0.10.2 |
1197 | 2024-02-12T20:23:15.449Z | Downloaded clap_builder v4.4.2 |
1198 | 2024-02-12T20:23:15.449Z | Downloaded tokio-tungstenite v0.20.1 |
1199 | 2024-02-12T20:23:15.449Z | Downloaded debug-ignore v1.0.5 |
1200 | 2024-02-12T20:23:15.449Z | Downloaded form_urlencoded v1.2.1 |
1201 | 2024-02-12T20:23:15.449Z | Downloaded rand_xorshift v0.3.0 |
1202 | 2024-02-12T20:23:15.449Z | Downloaded darling_core v0.20.3 |
1203 | 2024-02-12T20:23:15.449Z | Downloaded pin-project v1.1.3 |
1204 | 2024-02-12T20:23:15.449Z | Downloaded rayon-core v1.12.0 |
1205 | 2024-02-12T20:23:15.449Z | Downloaded tracing v0.1.37 |
1206 | 2024-02-12T20:23:15.449Z | Downloaded rcgen v0.12.1 |
1207 | 2024-02-12T20:23:15.449Z | Downloaded itertools v0.10.5 |
1208 | 2024-02-12T20:23:15.449Z | Downloaded futures v0.3.30 |
1209 | 2024-02-12T20:23:15.449Z | Downloaded elliptic-curve v0.13.8 |
1210 | 2024-02-12T20:23:15.449Z | Downloaded x509-cert v0.2.4 |
1211 | 2024-02-12T20:23:15.449Z | Downloaded sqlparser v0.43.1 |
1212 | 2024-02-12T20:23:15.449Z | Downloaded pest v2.7.6 |
1213 | 2024-02-12T20:23:15.449Z | Downloaded tokio-util v0.7.10 |
1214 | 2024-02-12T20:23:15.449Z | Downloaded crossterm v0.27.0 |
1215 | 2024-02-12T20:23:15.450Z | Downloaded once_cell v1.19.0 |
1216 | 2024-02-12T20:23:15.450Z | Downloaded unicode-bidi v0.3.13 |
1217 | 2024-02-12T20:23:15.450Z | Downloaded serde_spanned v0.6.5 |
1218 | 2024-02-12T20:23:15.450Z | Downloaded der v0.7.8 |
1219 | 2024-02-12T20:23:15.450Z | Downloaded proc-macro-error v1.0.4 |
1220 | 2024-02-12T20:23:15.450Z | Downloaded headers v0.3.9 |
1221 | 2024-02-12T20:23:15.450Z | Downloaded darling v0.20.3 |
1222 | 2024-02-12T20:23:15.450Z | Downloaded openssl-sys v0.9.96 |
1223 | 2024-02-12T20:23:15.450Z | Downloaded trust-dns-resolver v0.22.0 |
1224 | 2024-02-12T20:23:15.450Z | Downloaded mio v0.8.9 |
1225 | 2024-02-12T20:23:15.450Z | Downloaded hashbrown v0.12.3 |
1226 | 2024-02-12T20:23:15.450Z | Downloaded either v1.9.0 |
1227 | 2024-02-12T20:23:15.450Z | Downloaded globset v0.4.13 |
1228 | 2024-02-12T20:23:15.451Z | Downloaded serde_derive_internals v0.26.0 |
1229 | 2024-02-12T20:23:15.451Z | Downloaded semver v1.0.21 |
1230 | 2024-02-12T20:23:15.451Z | Downloaded getopts v0.2.21 |
1231 | 2024-02-12T20:23:15.451Z | Downloaded toml v0.5.11 |
1232 | 2024-02-12T20:23:15.451Z | Downloaded proc-macro-error-attr v1.0.4 |
1233 | 2024-02-12T20:23:15.451Z | Downloaded generic-array v0.14.7 |
1234 | 2024-02-12T20:23:15.451Z | Downloaded http v0.2.11 |
1235 | 2024-02-12T20:23:15.451Z | Downloaded zerocopy v0.6.4 |
1236 | 2024-02-12T20:23:15.451Z | Downloaded num-bigint v0.4.4 |
1237 | 2024-02-12T20:23:15.451Z | Downloaded sct v0.7.0 |
1238 | 2024-02-12T20:23:15.451Z | Downloaded sqlformat v0.2.3 |
1239 | 2024-02-12T20:23:15.486Z | Downloaded flagset v0.4.3 |
1240 | 2024-02-12T20:23:15.486Z | Downloaded usdt v0.3.5 |
1241 | 2024-02-12T20:23:15.486Z | Downloaded signal-hook v0.3.17 |
1242 | 2024-02-12T20:23:15.486Z | Downloaded predicates-tree v1.0.9 |
1243 | 2024-02-12T20:23:15.487Z | Downloaded radium v0.7.0 |
1244 | 2024-02-12T20:23:15.487Z | Downloaded yasna v0.5.2 |
1245 | 2024-02-12T20:23:15.487Z | Downloaded thiserror v1.0.56 |
1246 | 2024-02-12T20:23:15.487Z | Downloaded r2d2 v0.8.10 |
1247 | 2024-02-12T20:23:15.487Z | Downloaded zerocopy-derive v0.7.32 |
1248 | 2024-02-12T20:23:15.487Z | Downloaded dof v0.3.0 |
1249 | 2024-02-12T20:23:15.487Z | Downloaded dirs-sys-next v0.1.2 |
1250 | 2024-02-12T20:23:15.487Z | Downloaded structopt-derive v0.4.18 |
1251 | 2024-02-12T20:23:15.487Z | Downloaded structmeta v0.3.0 |
1252 | 2024-02-12T20:23:15.488Z | Downloaded defmt-parser v0.3.3 |
1253 | 2024-02-12T20:23:15.488Z | Downloaded data-encoding v2.4.0 |
1254 | 2024-02-12T20:23:15.488Z | Downloaded siphasher v0.3.11 |
1255 | 2024-02-12T20:23:15.488Z | Downloaded resolv-conf v0.7.0 |
1256 | 2024-02-12T20:23:15.488Z | Downloaded parking_lot_core v0.9.8 |
1257 | 2024-02-12T20:23:15.498Z | Downloaded parking_lot_core v0.8.6 |
1258 | 2024-02-12T20:23:15.498Z | Downloaded tempfile v3.10.0 |
1259 | 2024-02-12T20:23:15.498Z | Downloaded tinyvec v1.6.0 |
1260 | 2024-02-12T20:23:15.498Z | Downloaded smallvec v1.13.1 |
1261 | 2024-02-12T20:23:15.498Z | Downloaded tracing-core v0.1.31 |
1262 | 2024-02-12T20:23:15.498Z | Downloaded quick-error v1.2.3 |
1263 | 2024-02-12T20:23:15.498Z | Downloaded hash32 v0.2.1 |
1264 | 2024-02-12T20:23:15.499Z | Downloaded spin v0.9.8 |
1265 | 2024-02-12T20:23:15.499Z | Downloaded ppv-lite86 v0.2.17 |
1266 | 2024-02-12T20:23:15.499Z | Downloaded bytes v1.5.0 |
1267 | 2024-02-12T20:23:15.499Z | Downloaded blake2 v0.10.6 |
1268 | 2024-02-12T20:23:15.499Z | Downloaded typenum v1.16.0 |
1269 | 2024-02-12T20:23:15.499Z | Downloaded tracing-attributes v0.1.26 |
1270 | 2024-02-12T20:23:15.499Z | Downloaded test-strategy v0.3.1 |
1271 | 2024-02-12T20:23:15.499Z | Downloaded whoami v1.4.1 |
1272 | 2024-02-12T20:23:15.499Z | Downloaded deranged v0.3.8 |
1273 | 2024-02-12T20:23:15.499Z | Downloaded defmt v0.3.5 |
1274 | 2024-02-12T20:23:15.505Z | Downloaded wyz v0.5.1 |
1275 | 2024-02-12T20:23:15.505Z | Downloaded utf-8 v0.7.6 |
1276 | 2024-02-12T20:23:15.505Z | Downloaded sha1 v0.10.6 |
1277 | 2024-02-12T20:23:15.505Z | Downloaded csv-core v0.1.11 |
1278 | 2024-02-12T20:23:15.505Z | Downloaded openssl-probe v0.1.5 |
1279 | 2024-02-12T20:23:15.505Z | Downloaded tokio-rustls v0.25.0 |
1280 | 2024-02-12T20:23:15.509Z | Downloaded snafu-derive v0.7.5 |
1281 | 2024-02-12T20:23:15.509Z | Downloaded arc-swap v1.6.0 |
1282 | 2024-02-12T20:23:15.514Z | Downloaded usdt-attr-macro v0.5.0 |
1283 | 2024-02-12T20:23:15.514Z | Downloaded cookie v0.18.0 |
1284 | 2024-02-12T20:23:15.514Z | Downloaded const-oid v0.9.5 |
1285 | 2024-02-12T20:23:15.517Z | Downloaded pkg-config v0.3.27 |
1286 | 2024-02-12T20:23:15.518Z | Downloaded clap v4.4.3 |
1287 | 2024-02-12T20:23:15.524Z | Downloaded ring v0.17.7 |
1288 | 2024-02-12T20:23:15.590Z | Downloaded clang-sys v1.6.1 |
1289 | 2024-02-12T20:23:15.597Z | Downloaded compact_str v0.7.1 |
1290 | 2024-02-12T20:23:15.603Z | Downloaded cancel-safe-futures v0.1.5 |
1291 | 2024-02-12T20:23:15.603Z | Downloaded thiserror-impl v1.0.56 |
1292 | 2024-02-12T20:23:15.603Z | Downloaded fxhash v0.2.1 |
1293 | 2024-02-12T20:23:15.603Z | Downloaded slog-scope v4.4.0 |
1294 | 2024-02-12T20:23:15.603Z | Downloaded num_threads v0.1.6 |
1295 | 2024-02-12T20:23:15.603Z | Downloaded futures-macro v0.3.30 |
1296 | 2024-02-12T20:23:15.603Z | Downloaded ed25519 v1.5.3 |
1297 | 2024-02-12T20:23:15.607Z | Downloaded strum v0.26.1 |
1298 | 2024-02-12T20:23:15.607Z | Downloaded io-lifetimes v1.0.11 |
1299 | 2024-02-12T20:23:15.614Z | Downloaded allocator-api2 v0.2.16 |
1300 | 2024-02-12T20:23:15.614Z | Downloaded backoff v0.4.0 |
1301 | 2024-02-12T20:23:15.614Z | Downloaded version_check v0.9.4 |
1302 | 2024-02-12T20:23:15.615Z | Downloaded ahash v0.8.7 |
1303 | 2024-02-12T20:23:15.625Z | Downloaded vec_map v0.8.2 |
1304 | 2024-02-12T20:23:15.625Z | Downloaded usdt v0.5.0 |
1305 | 2024-02-12T20:23:15.625Z | Downloaded bitflags v2.4.0 |
1306 | 2024-02-12T20:23:15.625Z | Downloaded cipher v0.4.4 |
1307 | 2024-02-12T20:23:15.625Z | Downloaded cassowary v0.3.0 |
1308 | 2024-02-12T20:23:15.631Z | Downloaded embedded-io v0.4.0 |
1309 | 2024-02-12T20:23:15.632Z | Downloaded supports-color v2.1.0 |
1310 | 2024-02-12T20:23:15.641Z | Downloaded ring v0.16.20 |
1311 | 2024-02-12T20:23:15.718Z | Downloaded socket2 v0.5.5 |
1312 | 2024-02-12T20:23:15.723Z | Downloaded bb8 v0.8.3 |
1313 | 2024-02-12T20:23:15.723Z | Downloaded fixedbitset v0.4.2 |
1314 | 2024-02-12T20:23:15.723Z | Downloaded subtle v2.5.0 |
1315 | 2024-02-12T20:23:15.724Z | Downloaded http-body v0.4.5 |
1316 | 2024-02-12T20:23:15.724Z | Downloaded byteorder v1.5.0 |
1317 | 2024-02-12T20:23:15.728Z | Downloaded console v0.15.8 |
1318 | 2024-02-12T20:23:15.728Z | Downloaded bitflags v1.3.2 |
1319 | 2024-02-12T20:23:15.732Z | Downloaded argon2 v0.5.3 |
1320 | 2024-02-12T20:23:15.732Z | Downloaded signature v2.1.0 |
1321 | 2024-02-12T20:23:15.733Z | Downloaded libefi-sys v0.1.0 |
1322 | 2024-02-12T20:23:15.733Z | Downloaded crc-catalog v2.2.0 |
1323 | 2024-02-12T20:23:15.739Z | Downloaded base64ct v1.6.0 |
1324 | 2024-02-12T20:23:15.739Z | Downloaded subprocess v0.2.9 |
1325 | 2024-02-12T20:23:15.744Z | Downloaded log v0.4.20 |
1326 | 2024-02-12T20:23:15.744Z | Downloaded lock_api v0.4.10 |
1327 | 2024-02-12T20:23:15.744Z | Downloaded libloading v0.7.4 |
1328 | 2024-02-12T20:23:15.744Z | Downloaded memoffset v0.7.1 |
1329 | 2024-02-12T20:23:15.747Z | Downloaded memmap v0.7.0 |
1330 | 2024-02-12T20:23:15.748Z | Downloaded usdt-macro v0.5.0 |
1331 | 2024-02-12T20:23:15.748Z | Downloaded same-file v1.0.6 |
1332 | 2024-02-12T20:23:15.748Z | Downloaded num-integer v0.1.45 |
1333 | 2024-02-12T20:23:15.748Z | Downloaded colored v2.0.4 |
1334 | 2024-02-12T20:23:15.751Z | Downloaded chacha20 v0.9.1 |
1335 | 2024-02-12T20:23:15.751Z | Downloaded bytecount v0.6.3 |
1336 | 2024-02-12T20:23:15.754Z | Downloaded autocfg v1.1.0 |
1337 | 2024-02-12T20:23:15.754Z | Downloaded parse-size v1.0.0 |
1338 | 2024-02-12T20:23:15.754Z | Downloaded swrite v0.1.0 |
1339 | 2024-02-12T20:23:15.759Z | Downloaded cstr-argument v0.1.2 |
1340 | 2024-02-12T20:23:15.759Z | Downloaded nibble_vec v0.1.0 |
1341 | 2024-02-12T20:23:15.760Z | Downloaded heck v0.4.1 |
1342 | 2024-02-12T20:23:15.764Z | Downloaded crypto-common v0.1.6 |
1343 | 2024-02-12T20:23:15.764Z | Downloaded managed v0.8.0 |
1344 | 2024-02-12T20:23:15.764Z | Downloaded convert_case v0.4.0 |
1345 | 2024-02-12T20:23:15.764Z | Downloaded castaway v0.2.2 |
1346 | 2024-02-12T20:23:15.765Z | Downloaded buf-list v1.0.3 |
1347 | 2024-02-12T20:23:15.769Z | Downloaded async-trait v0.1.77 |
1348 | 2024-02-12T20:23:15.769Z | Downloaded cobs v0.2.3 |
1349 | 2024-02-12T20:23:15.769Z | Downloaded ciborium-ll v0.2.2 |
1350 | 2024-02-12T20:23:15.769Z | Downloaded cexpr v0.6.0 |
1351 | 2024-02-12T20:23:15.778Z | Downloaded camino-tempfile v1.1.1 |
1352 | 2024-02-12T20:23:15.779Z | Downloaded block-padding v0.3.3 |
1353 | 2024-02-12T20:23:15.779Z | Downloaded bit-vec v0.6.3 |
1354 | 2024-02-12T20:23:15.779Z | Downloaded anstyle v1.0.2 |
1355 | 2024-02-12T20:23:15.789Z | Downloaded anyhow v1.0.75 |
1356 | 2024-02-12T20:23:15.790Z | Downloaded termtree v0.4.1 |
1357 | 2024-02-12T20:23:15.790Z | Downloaded memmap2 v0.7.1 |
1358 | 2024-02-12T20:23:15.790Z | Downloaded serde-big-array v0.5.1 |
1359 | 2024-02-12T20:23:15.790Z | Downloaded nodrop v0.1.14 |
1360 | 2024-02-12T20:23:15.790Z | Downloaded ciborium-io v0.2.2 |
1361 | 2024-02-12T20:23:15.790Z | Downloaded stringprep v0.1.3 |
1362 | 2024-02-12T20:23:15.790Z | Downloaded linear-map v1.2.0 |
1363 | 2024-02-12T20:23:15.799Z | Downloaded macaddr v1.0.1 |
1364 | 2024-02-12T20:23:15.799Z | Downloaded linked-hash-map v0.5.6 |
1365 | 2024-02-12T20:23:15.799Z | Downloaded lazy_static v1.4.0 |
1366 | 2024-02-12T20:23:15.799Z | Downloaded array-init v0.0.4 |
1367 | 2024-02-12T20:23:15.799Z | Downloaded anstyle-query v1.0.0 |
1368 | 2024-02-12T20:23:15.799Z | Downloaded aead v0.5.2 |
1369 | 2024-02-12T20:23:15.799Z | Downloaded adler v1.0.2 |
1370 | 2024-02-12T20:23:15.799Z | Downloaded signature v1.6.4 |
1371 | 2024-02-12T20:23:15.799Z | Downloaded signal-hook-tokio v0.3.1 |
1372 | 2024-02-12T20:23:15.799Z | Downloaded serde_urlencoded v0.7.1 |
1373 | 2024-02-12T20:23:15.803Z | Downloaded serde_derive v1.0.196 |
1374 | 2024-02-12T20:23:15.803Z | Downloaded mime_guess v2.0.4 |
1375 | 2024-02-12T20:23:15.803Z | Downloaded match_cfg v0.1.0 |
1376 | 2024-02-12T20:23:15.803Z | Downloaded lru v0.12.1 |
1377 | 2024-02-12T20:23:15.803Z | Downloaded libsw v3.3.1 |
1378 | 2024-02-12T20:23:15.803Z | Downloaded iana-time-zone v0.1.57 |
1379 | 2024-02-12T20:23:15.807Z | Downloaded scroll_derive v0.12.0 |
1380 | 2024-02-12T20:23:15.807Z | Downloaded scheduled-thread-pool v0.2.7 |
1381 | 2024-02-12T20:23:15.807Z | Downloaded rustfmt-wrapper v0.2.0 |
1382 | 2024-02-12T20:23:15.807Z | Downloaded lru-cache v0.1.2 |
1383 | 2024-02-12T20:23:15.811Z | Downloaded rustversion v1.0.14 |
1384 | 2024-02-12T20:23:15.811Z | Downloaded aho-corasick v1.0.4 |
1385 | 2024-02-12T20:23:16.182Z | Compiling proc-macro2 v1.0.78 |
1386 | 2024-02-12T20:23:16.182Z | Compiling unicode-ident v1.0.12 |
1387 | 2024-02-12T20:23:16.182Z | Compiling libc v0.2.153 |
1388 | 2024-02-12T20:23:16.186Z | Compiling serde v1.0.196 |
1389 | 2024-02-12T20:23:16.186Z | Compiling autocfg v1.1.0 |
1390 | 2024-02-12T20:23:16.226Z | Compiling version_check v0.9.4 |
1391 | 2024-02-12T20:23:16.229Z | Compiling cfg-if v1.0.0 |
1392 | 2024-02-12T20:23:16.339Z | Compiling once_cell v1.19.0 |
1393 | 2024-02-12T20:23:16.779Z | Compiling syn v1.0.109 |
1394 | 2024-02-12T20:23:16.791Z | Compiling byteorder v1.5.0 |
1395 | 2024-02-12T20:23:16.791Z | Compiling memchr v2.6.3 |
1396 | 2024-02-12T20:23:16.836Z | Compiling lock_api v0.4.10 |
1397 | 2024-02-12T20:23:16.858Z | Compiling parking_lot_core v0.9.8 |
1398 | 2024-02-12T20:23:16.885Z | Compiling ahash v0.8.7 |
1399 | 2024-02-12T20:23:17.631Z | Compiling libm v0.2.7 |
1400 | 2024-02-12T20:23:17.642Z | Compiling serde_json v1.0.113 |
1401 | 2024-02-12T20:23:17.790Z | Compiling num-traits v0.2.16 |
1402 | 2024-02-12T20:23:17.793Z | Compiling thiserror v1.0.56 |
1403 | 2024-02-12T20:23:17.939Z | Compiling scopeguard v1.2.0 |
1404 | 2024-02-12T20:23:18.085Z | Compiling typenum v1.16.0 |
1405 | 2024-02-12T20:23:18.129Z | Compiling generic-array v0.14.7 |
1406 | 2024-02-12T20:23:18.444Z | Compiling itoa v1.0.9 |
1407 | 2024-02-12T20:23:18.660Z | Compiling quote v1.0.35 |
1408 | 2024-02-12T20:23:18.709Z | Compiling log v0.4.20 |
1409 | 2024-02-12T20:23:19.067Z | Compiling syn v2.0.48 |
1410 | 2024-02-12T20:23:19.207Z | Compiling cc v1.0.83 |
1411 | 2024-02-12T20:23:19.272Z | Compiling getrandom v0.2.10 |
1412 | 2024-02-12T20:23:19.311Z | Compiling pkg-config v0.3.27 |
1413 | 2024-02-12T20:23:19.988Z | Compiling slab v0.4.9 |
1414 | 2024-02-12T20:23:20.328Z | Compiling ryu v1.0.15 |
1415 | 2024-02-12T20:23:20.409Z | Compiling allocator-api2 v0.2.16 |
1416 | 2024-02-12T20:23:20.536Z | Compiling smallvec v1.13.1 |
1417 | 2024-02-12T20:23:20.627Z | Compiling pin-project-lite v0.2.13 |
1418 | 2024-02-12T20:23:20.769Z | Compiling equivalent v1.0.1 |
1419 | 2024-02-12T20:23:21.327Z | Compiling vcpkg v0.2.15 |
1420 | 2024-02-12T20:23:21.331Z | Compiling schemars v0.8.16 |
1421 | 2024-02-12T20:23:21.331Z | Compiling heck v0.4.1 |
1422 | 2024-02-12T20:23:21.693Z | Compiling parking_lot v0.12.1 |
1423 | 2024-02-12T20:23:21.846Z | Compiling ring v0.17.7 |
1424 | 2024-02-12T20:23:22.694Z | Compiling signal-hook-registry v1.4.1 |
1425 | 2024-02-12T20:23:22.723Z | Compiling openssl-sys v0.9.96 |
1426 | 2024-02-12T20:23:28.583Z | Compiling rand_core v0.6.4 |
1427 | 2024-02-12T20:23:28.583Z | Compiling mio v0.8.9 |
1428 | 2024-02-12T20:23:28.583Z | Compiling ring v0.16.20 |
1429 | 2024-02-12T20:23:28.583Z | Compiling num_cpus v1.16.0 |
1430 | 2024-02-12T20:23:28.583Z | Compiling socket2 v0.5.5 |
1431 | 2024-02-12T20:23:28.584Z | Compiling httparse v1.8.0 |
1432 | 2024-02-12T20:23:28.584Z | Compiling ucd-trie v0.1.6 |
1433 | 2024-02-12T20:23:28.584Z | Compiling futures-core v0.3.30 |
1434 | 2024-02-12T20:23:28.584Z | Compiling fnv v1.0.7 |
1435 | 2024-02-12T20:23:28.584Z | Compiling crossbeam-utils v0.8.16 |
1436 | 2024-02-12T20:23:28.584Z | Compiling semver v1.0.21 |
1437 | 2024-02-12T20:23:28.584Z | Compiling openssl v0.10.60 |
1438 | 2024-02-12T20:23:28.585Z | Compiling spin v0.5.2 |
1439 | 2024-02-12T20:23:28.585Z | Compiling serde_derive_internals v0.26.0 |
1440 | 2024-02-12T20:23:28.723Z | Compiling iana-time-zone v0.1.57 |
1441 | 2024-02-12T20:23:28.723Z | Compiling const-oid v0.9.5 |
1442 | 2024-02-12T20:23:28.724Z | Compiling subtle v2.5.0 |
1443 | 2024-02-12T20:23:28.724Z | Compiling unicode-xid v0.2.4 |
1444 | 2024-02-12T20:23:28.724Z | Compiling rustls v0.21.9 |
1445 | 2024-02-12T20:23:28.724Z | Compiling native-tls v0.2.11 |
1446 | 2024-02-12T20:23:28.724Z | Compiling synstructure v0.12.6 |
1447 | 2024-02-12T20:23:28.724Z | Compiling spin v0.9.8 |
1448 | 2024-02-12T20:23:28.724Z | Compiling memoffset v0.9.0 |
1449 | 2024-02-12T20:23:28.836Z | Compiling futures-sink v0.3.30 |
1450 | 2024-02-12T20:23:29.034Z | Compiling io-lifetimes v1.0.11 |
1451 | 2024-02-12T20:23:29.148Z | Compiling backtrace v0.3.69 |
1452 | 2024-02-12T20:23:29.563Z | Compiling dyn-clone v1.0.16 |
1453 | 2024-02-12T20:23:30.055Z | Compiling tinyvec_macros v0.1.1 |
1454 | 2024-02-12T20:23:30.055Z | Compiling winnow v0.5.15 |
1455 | 2024-02-12T20:23:30.056Z | Compiling rustix v0.38.31 |
1456 | 2024-02-12T20:23:30.056Z | Compiling tinyvec v1.6.0 |
1457 | 2024-02-12T20:23:30.056Z | Compiling futures-channel v0.3.30 |
1458 | 2024-02-12T20:23:30.260Z | Compiling tracing-core v0.1.31 |
1459 | 2024-02-12T20:23:30.346Z | Compiling num-integer v0.1.45 |
1460 | 2024-02-12T20:23:30.449Z | Compiling crossbeam-epoch v0.9.15 |
1461 | 2024-02-12T20:23:30.887Z | Compiling futures-io v0.3.30 |
1462 | 2024-02-12T20:23:31.026Z | Compiling pin-utils v0.1.0 |
1463 | 2024-02-12T20:23:31.106Z | Compiling futures-task v0.3.30 |
1464 | 2024-02-12T20:23:31.152Z | Compiling rustix v0.37.23 |
1465 | 2024-02-12T20:23:31.413Z | Compiling slog v2.7.0 |
1466 | 2024-02-12T20:23:32.007Z | Compiling serde_derive v1.0.196 |
1467 | 2024-02-12T20:23:32.088Z | Compiling zerocopy-derive v0.7.32 |
1468 | 2024-02-12T20:23:32.141Z | Compiling zeroize_derive v1.4.2 |
1469 | 2024-02-12T20:23:32.199Z | Compiling thiserror-impl v1.0.56 |
1470 | 2024-02-12T20:23:32.648Z | Compiling tokio-macros v2.2.0 |
1471 | 2024-02-12T20:23:32.772Z | Compiling futures-macro v0.3.30 |
1472 | 2024-02-12T20:23:32.937Z | Compiling tracing-attributes v0.1.26 |
1473 | 2024-02-12T20:23:33.473Z | Compiling zeroize v1.7.0 |
1474 | 2024-02-12T20:23:33.811Z | Compiling schemars_derive v0.8.16 |
1475 | 2024-02-12T20:23:33.982Z | Compiling zerocopy v0.7.32 |
1476 | 2024-02-12T20:23:35.105Z | Compiling pest v2.7.6 |
1477 | 2024-02-12T20:23:36.256Z | Compiling hashbrown v0.14.2 |
1478 | 2024-02-12T20:23:36.497Z | Compiling openssl-macros v0.1.1 |
1479 | 2024-02-12T20:23:36.829Z | Compiling zerocopy-derive v0.2.0 |
1480 | 2024-02-12T20:23:37.243Z | Compiling crypto-common v0.1.6 |
1481 | 2024-02-12T20:23:37.439Z | Compiling pest_meta v2.7.6 |
1482 | 2024-02-12T20:23:37.583Z | Compiling der_derive v0.7.2 |
1483 | 2024-02-12T20:23:37.701Z | Compiling block-buffer v0.10.4 |
1484 | 2024-02-12T20:23:37.757Z | Compiling tracing v0.1.37 |
1485 | 2024-02-12T20:23:37.936Z | Compiling hashbrown v0.13.2 |
1486 | 2024-02-12T20:23:37.956Z | Compiling futures-util v0.3.30 |
1487 | 2024-02-12T20:23:38.548Z | Compiling unicode-normalization v0.1.22 |
1488 | 2024-02-12T20:23:39.108Z | Compiling pest_generator v2.7.6 |
1489 | 2024-02-12T20:23:40.242Z | Compiling usdt-impl v0.3.5 |
1490 | 2024-02-12T20:23:40.883Z | Compiling anyhow v1.0.75 |
1491 | 2024-02-12T20:23:41.411Z | Compiling pest_derive v2.7.6 |
1492 | 2024-02-12T20:23:41.428Z | Compiling crc32fast v1.3.2 |
1493 | 2024-02-12T20:23:41.874Z | Compiling bitflags v1.3.2 |
1494 | 2024-02-12T20:23:41.889Z | Compiling time-core v0.1.1 |
1495 | 2024-02-12T20:23:42.064Z | Compiling unicode-bidi v0.3.13 |
1496 | 2024-02-12T20:23:42.115Z | Compiling time-macros v0.2.13 |
1497 | 2024-02-12T20:23:43.750Z | Compiling digest v0.10.7 |
1498 | 2024-02-12T20:23:43.805Z | Compiling scroll_derive v0.12.0 |
1499 | 2024-02-12T20:23:44.135Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1500 | 2024-02-12T20:23:44.160Z | Compiling aho-corasick v1.0.4 |
1501 | 2024-02-12T20:23:44.288Z | Compiling signal-hook v0.3.17 |
1502 | 2024-02-12T20:23:44.599Z | Compiling rustversion v1.0.14 |
1503 | 2024-02-12T20:23:44.622Z | Compiling regex-syntax v0.8.2 |
1504 | 2024-02-12T20:23:45.014Z | Compiling untrusted v0.9.0 |
1505 | 2024-02-12T20:23:45.182Z | Compiling ppv-lite86 v0.2.17 |
1506 | 2024-02-12T20:23:45.206Z | Compiling async-trait v0.1.77 |
1507 | 2024-02-12T20:23:45.517Z | Compiling bytes v1.5.0 |
1508 | 2024-02-12T20:23:45.938Z | Compiling indexmap v2.2.2 |
1509 | 2024-02-12T20:23:46.725Z | Compiling tokio v1.36.0 |
1510 | 2024-02-12T20:23:47.375Z | Compiling uuid v1.7.0 |
1511 | 2024-02-12T20:23:47.513Z | Compiling chrono v0.4.31 |
1512 | 2024-02-12T20:23:47.922Z | Compiling bitflags v2.4.0 |
1513 | 2024-02-12T20:23:50.779Z | Compiling toml_datetime v0.6.5 |
1514 | 2024-02-12T20:23:51.026Z | Compiling serde_spanned v0.6.5 |
1515 | 2024-02-12T20:23:51.800Z | Compiling rustc_version v0.4.0 |
1516 | 2024-02-12T20:23:51.948Z | Compiling toml_edit v0.19.15 |
1517 | 2024-02-12T20:23:52.419Z | Compiling http v0.2.11 |
1518 | 2024-02-12T20:23:54.001Z | Compiling heapless v0.7.16 |
1519 | 2024-02-12T20:23:54.032Z | Compiling regex-automata v0.4.4 |
1520 | 2024-02-12T20:23:54.447Z | Compiling rand_chacha v0.3.1 |
1521 | 2024-02-12T20:23:54.734Z | Compiling zerocopy v0.3.0 |
1522 | 2024-02-12T20:23:55.605Z | Compiling errno v0.3.8 |
1523 | 2024-02-12T20:23:55.810Z | Compiling thread-id v4.2.0 |
1524 | 2024-02-12T20:23:56.278Z | Compiling strsim v0.10.0 |
1525 | 2024-02-12T20:23:58.363Z | Compiling regex v1.10.3 |
1526 | 2024-02-12T20:23:58.852Z | Compiling tokio-util v0.7.10 |
1527 | 2024-02-12T20:23:59.402Z | Compiling dof v0.1.5 |
1528 | 2024-02-12T20:23:59.754Z | Compiling rand v0.8.5 |
1529 | 2024-02-12T20:24:01.802Z | Compiling dtrace-parser v0.1.14 |
1530 | 2024-02-12T20:24:02.592Z | Compiling num-bigint v0.4.4 |
1531 | 2024-02-12T20:24:02.713Z | Compiling base64ct v1.6.0 |
1532 | 2024-02-12T20:24:02.738Z | Compiling smoltcp v0.9.1 |
1533 | 2024-02-12T20:24:03.234Z | Compiling percent-encoding v2.3.1 |
1534 | 2024-02-12T20:24:03.313Z | Compiling untrusted v0.7.1 |
1535 | 2024-02-12T20:24:03.357Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1536 | 2024-02-12T20:24:03.449Z | Compiling foreign-types-shared v0.1.1 |
1537 | 2024-02-12T20:24:03.576Z | Compiling foreign-types v0.3.2 |
1538 | 2024-02-12T20:24:03.596Z | Compiling pem-rfc7468 v0.7.0 |
1539 | 2024-02-12T20:24:04.080Z | Compiling strum_macros v0.25.2 |
1540 | 2024-02-12T20:24:06.282Z | Compiling serde_tokenstream v0.1.7 |
1541 | 2024-02-12T20:24:07.070Z | Compiling hmac v0.12.1 |
1542 | 2024-02-12T20:24:07.459Z | Compiling lazy_static v1.4.0 |
1543 | 2024-02-12T20:24:07.621Z | Compiling socket2 v0.4.9 |
1544 | 2024-02-12T20:24:07.785Z | Compiling base64 v0.21.7 |
1545 | 2024-02-12T20:24:07.841Z | Compiling try-lock v0.2.4 |
1546 | 2024-02-12T20:24:07.880Z | Compiling flagset v0.4.3 |
1547 | 2024-02-12T20:24:08.004Z | Compiling adler v1.0.2 |
1548 | 2024-02-12T20:24:08.088Z | Compiling siphasher v0.3.11 |
1549 | 2024-02-12T20:24:08.204Z | Compiling unicode-segmentation v1.10.1 |
1550 | 2024-02-12T20:24:08.222Z | Compiling unicode-width v0.1.11 |
1551 | 2024-02-12T20:24:08.551Z | Compiling miniz_oxide v0.7.1 |
1552 | 2024-02-12T20:24:09.059Z | Compiling der v0.7.8 |
1553 | 2024-02-12T20:24:09.089Z | Compiling want v0.3.1 |
1554 | 2024-02-12T20:24:09.552Z | Compiling sct v0.7.0 |
1555 | 2024-02-12T20:24:09.831Z | Compiling rustls-webpki v0.101.7 |
1556 | 2024-02-12T20:24:09.952Z | Compiling form_urlencoded v1.2.1 |
1557 | 2024-02-12T20:24:10.245Z | Compiling h2 v0.3.24 |
1558 | 2024-02-12T20:24:10.353Z | Compiling http-body v0.4.5 |
1559 | 2024-02-12T20:24:10.468Z | Compiling hubpack_derive v0.1.1 |
1560 | 2024-02-12T20:24:10.760Z | Compiling zerocopy-derive v0.6.4 |
1561 | 2024-02-12T20:24:12.164Z | Compiling usdt-impl v0.5.0 |
1562 | 2024-02-12T20:24:12.187Z | Compiling num-iter v0.1.43 |
1563 | 2024-02-12T20:24:12.373Z | Compiling openssl-probe v0.1.5 |
1564 | 2024-02-12T20:24:12.521Z | Compiling anstyle v1.0.2 |
1565 | 2024-02-12T20:24:12.639Z | Compiling utf8parse v0.2.1 |
1566 | 2024-02-12T20:24:12.658Z | Compiling tower-service v0.3.2 |
1567 | 2024-02-12T20:24:12.691Z | Compiling httpdate v1.0.3 |
1568 | 2024-02-12T20:24:12.978Z | Compiling cpufeatures v0.2.12 |
1569 | 2024-02-12T20:24:13.081Z | Compiling stable_deref_trait v1.2.0 |
1570 | 2024-02-12T20:24:13.185Z | Compiling sha2 v0.10.8 |
1571 | 2024-02-12T20:24:13.192Z | Compiling anstyle-parse v0.2.1 |
1572 | 2024-02-12T20:24:13.940Z | Compiling spki v0.7.2 |
1573 | 2024-02-12T20:24:15.004Z | Compiling usdt-attr-macro v0.3.5 |
1574 | 2024-02-12T20:24:15.766Z | Compiling usdt-macro v0.3.5 |
1575 | 2024-02-12T20:24:16.909Z | Compiling openapiv3 v2.0.0 |
1576 | 2024-02-12T20:24:16.969Z | Compiling scroll v0.12.0 |
1577 | 2024-02-12T20:24:17.202Z | Compiling hyper v0.14.27 |
1578 | 2024-02-12T20:24:17.698Z | Compiling md-5 v0.10.5 |
1579 | 2024-02-12T20:24:17.931Z | Compiling stringprep v0.1.3 |
1580 | 2024-02-12T20:24:18.306Z | Compiling idna v0.5.0 |
1581 | 2024-02-12T20:24:19.064Z | Compiling diesel_table_macro_syntax v0.1.0 |
1582 | 2024-02-12T20:24:19.485Z | Compiling hash32 v0.2.1 |
1583 | 2024-02-12T20:24:19.866Z | Compiling fallible-iterator v0.2.0 |
1584 | 2024-02-12T20:24:20.283Z | Compiling anstyle-query v1.0.0 |
1585 | 2024-02-12T20:24:20.552Z | Compiling colorchoice v1.0.0 |
1586 | 2024-02-12T20:24:20.618Z | Compiling gimli v0.28.0 |
1587 | 2024-02-12T20:24:20.685Z | Compiling plain v0.2.3 |
1588 | 2024-02-12T20:24:20.835Z | Compiling goblin v0.8.0 |
1589 | 2024-02-12T20:24:21.755Z | Compiling anstream v0.5.0 |
1590 | 2024-02-12T20:24:23.173Z | Compiling postgres-protocol v0.6.6 |
1591 | 2024-02-12T20:24:24.351Z | Compiling diesel_derives v2.1.2 |
1592 | 2024-02-12T20:24:24.762Z | Compiling url v2.5.0 |
1593 | 2024-02-12T20:24:25.542Z | Compiling addr2line v0.21.0 |
1594 | 2024-02-12T20:24:27.472Z | Compiling tokio-rustls v0.24.1 |
1595 | 2024-02-12T20:24:27.884Z | Compiling tokio-native-tls v0.3.1 |
1596 | 2024-02-12T20:24:28.163Z | Compiling terminal_size v0.2.6 |
1597 | 2024-02-12T20:24:28.279Z | Compiling pkcs8 v0.10.2 |
1598 | 2024-02-12T20:24:28.811Z | Compiling phf_shared v0.11.2 |
1599 | 2024-02-12T20:24:30.102Z | Compiling serde_tokenstream v0.2.0 |
1600 | 2024-02-12T20:24:30.455Z | Compiling block-padding v0.3.3 |
1601 | 2024-02-12T20:24:30.624Z | Compiling enum-as-inner v0.5.1 |
1602 | 2024-02-12T20:24:30.698Z | Compiling serde_repr v0.1.16 |
1603 | 2024-02-12T20:24:31.285Z | Compiling clap_derive v4.4.2 |
1604 | 2024-02-12T20:24:31.857Z | Compiling ff v0.13.0 |
1605 | 2024-02-12T20:24:32.015Z | Compiling scheduled-thread-pool v0.2.7 |
1606 | 2024-02-12T20:24:32.093Z | Compiling object v0.32.1 |
1607 | 2024-02-12T20:24:35.120Z | Compiling ipnet v2.9.0 |
1608 | 2024-02-12T20:24:36.147Z | Compiling regex-automata v0.1.10 |
1609 | 2024-02-12T20:24:36.719Z | Compiling base16ct v0.2.0 |
1610 | 2024-02-12T20:24:37.019Z | Compiling clap_lex v0.5.1 |
1611 | 2024-02-12T20:24:37.415Z | Compiling rustc-demangle v0.1.23 |
1612 | 2024-02-12T20:24:37.466Z | Compiling pretty-hex v0.4.1 |
1613 | 2024-02-12T20:24:37.682Z | Compiling deranged v0.3.8 |
1614 | 2024-02-12T20:24:37.767Z | Compiling managed v0.8.0 |
1615 | 2024-02-12T20:24:38.229Z | Compiling matches v0.1.10 |
1616 | 2024-02-12T20:24:38.332Z | Compiling bit-vec v0.6.3 |
1617 | 2024-02-12T20:24:38.761Z | Compiling num_threads v0.1.6 |
1618 | 2024-02-12T20:24:39.307Z | Compiling idna v0.2.3 |
1619 | 2024-02-12T20:24:39.461Z | Compiling time v0.3.27 |
1620 | 2024-02-12T20:24:44.563Z | Compiling dof v0.3.0 |
1621 | 2024-02-12T20:24:44.610Z | Compiling clap_builder v4.4.2 |
1622 | 2024-02-12T20:24:44.610Z | Compiling sec1 v0.7.3 |
1623 | 2024-02-12T20:24:44.611Z | Compiling bstr v0.2.17 |
1624 | 2024-02-12T20:24:44.611Z | Compiling r2d2 v0.8.10 |
1625 | 2024-02-12T20:24:44.611Z | Compiling group v0.13.0 |
1626 | 2024-02-12T20:24:44.704Z | Compiling inout v0.1.3 |
1627 | 2024-02-12T20:24:45.228Z | Compiling phf v0.11.2 |
1628 | 2024-02-12T20:24:45.235Z | Compiling hyper-tls v0.5.0 |
1629 | 2024-02-12T20:24:45.317Z | Compiling signal-hook-mio v0.2.3 |
1630 | 2024-02-12T20:24:45.546Z | Compiling hyper-rustls v0.24.2 |
1631 | 2024-02-12T20:24:45.581Z | Compiling bzip2 v0.4.4 |
1632 | 2024-02-12T20:24:45.592Z | Compiling flate2 v1.0.28 |
1633 | 2024-02-12T20:24:45.807Z | Compiling postgres-types v0.2.6 |
1634 | 2024-02-12T20:24:45.908Z | Compiling zerocopy v0.6.4 |
1635 | 2024-02-12T20:24:46.506Z | Compiling hubpack v0.1.2 |
1636 | 2024-02-12T20:24:46.623Z | Compiling serde_urlencoded v0.7.1 |
1637 | 2024-02-12T20:24:46.777Z | Compiling rustls-pemfile v1.0.3 |
1638 | 2024-02-12T20:24:46.954Z | Compiling phf_shared v0.10.0 |
1639 | 2024-02-12T20:24:47.106Z | Compiling hkdf v0.12.4 |
1640 | 2024-02-12T20:24:47.215Z | Compiling ipnetwork v0.20.0 |
1641 | 2024-02-12T20:24:47.594Z | Compiling futures-executor v0.3.30 |
1642 | 2024-02-12T20:24:47.995Z | Compiling dtrace-parser v0.2.0 |
1643 | 2024-02-12T20:24:48.263Z | Compiling regress v0.7.1 |
1644 | 2024-02-12T20:24:48.287Z | Compiling crypto-bigint v0.5.2 |
1645 | 2024-02-12T20:24:48.706Z | Compiling float-cmp v0.9.0 |
1646 | 2024-02-12T20:24:48.941Z | Compiling encoding_rs v0.8.33 |
1647 | 2024-02-12T20:24:50.340Z | Compiling either v1.9.0 |
1648 | 2024-02-12T20:24:50.405Z | Compiling normalize-line-endings v0.3.0 |
1649 | 2024-02-12T20:24:50.534Z | Compiling new_debug_unreachable v1.0.4 |
1650 | 2024-02-12T20:24:50.607Z | Compiling static_assertions v1.1.0 |
1651 | 2024-02-12T20:24:50.672Z | Compiling data-encoding v2.4.0 |
1652 | 2024-02-12T20:24:51.710Z | Compiling minimal-lexical v0.2.1 |
1653 | 2024-02-12T20:24:52.214Z | Compiling regex-automata v0.3.8 |
1654 | 2024-02-12T20:24:52.417Z | Compiling fixedbitset v0.4.2 |
1655 | 2024-02-12T20:24:52.969Z | Compiling difflib v0.4.0 |
1656 | 2024-02-12T20:24:53.175Z | Compiling mime v0.3.17 |
1657 | 2024-02-12T20:24:54.327Z | Compiling predicates-core v1.0.6 |
1658 | 2024-02-12T20:24:54.666Z | Compiling precomputed-hash v0.1.1 |
1659 | 2024-02-12T20:24:54.752Z | Compiling webpki-roots v0.25.2 |
1660 | 2024-02-12T20:24:54.791Z | Compiling whoami v1.4.1 |
1661 | 2024-02-12T20:24:54.904Z | Compiling reqwest v0.11.22 |
1662 | 2024-02-12T20:24:55.158Z | Compiling tokio-postgres v0.7.10 |
1663 | 2024-02-12T20:24:58.849Z | Compiling string_cache v0.8.7 |
1664 | 2024-02-12T20:24:59.279Z | Compiling predicates v3.1.0 |
1665 | 2024-02-12T20:25:00.798Z | Compiling bstr v1.6.0 |
1666 | 2024-02-12T20:25:01.361Z | Compiling itertools v0.10.5 |
1667 | 2024-02-12T20:25:01.616Z | Compiling petgraph v0.6.4 |
1668 | 2024-02-12T20:25:02.304Z | Compiling nom v7.1.3 |
1669 | 2024-02-12T20:25:05.748Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1670 | 2024-02-12T20:25:06.012Z | Compiling trust-dns-proto v0.22.0 |
1671 | 2024-02-12T20:25:06.059Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1672 | 2024-02-12T20:25:07.111Z | Compiling elliptic-curve v0.13.8 |
1673 | 2024-02-12T20:25:11.687Z | Compiling futures v0.3.30 |
1674 | 2024-02-12T20:25:11.811Z | Compiling diesel v2.1.4 |
1675 | 2024-02-12T20:25:12.018Z | Compiling yasna v0.5.2 |
1676 | 2024-02-12T20:25:12.299Z | Compiling zip v0.6.6 |
1677 | 2024-02-12T20:25:12.480Z | Compiling crossterm v0.27.0 |
1678 | 2024-02-12T20:25:13.540Z | Compiling cipher v0.4.4 |
1679 | 2024-02-12T20:25:13.649Z | Compiling clap v4.4.3 |
1680 | 2024-02-12T20:25:13.674Z | Compiling similar v2.3.0 |
1681 | 2024-02-12T20:25:14.013Z | Compiling bit-set v0.5.3 |
1682 | 2024-02-12T20:25:14.072Z | Compiling usdt v0.3.5 |
1683 | 2024-02-12T20:25:14.342Z | Compiling console v0.15.8 |
1684 | 2024-02-12T20:25:15.917Z | Compiling tokio-stream v0.1.14 |
1685 | 2024-02-12T20:25:15.940Z | Compiling toml v0.7.8 |
1686 | 2024-02-12T20:25:16.826Z | Compiling toml_edit v0.21.1 |
1687 | 2024-02-12T20:25:17.271Z | Compiling hex v0.4.3 |
1688 | 2024-02-12T20:25:17.780Z | Compiling proc-macro-error-attr v1.0.4 |
1689 | 2024-02-12T20:25:18.114Z | Compiling lalrpop-util v0.19.12 |
1690 | 2024-02-12T20:25:19.272Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1691 | 2024-02-12T20:25:21.287Z | Compiling proc-macro-crate v1.3.1 |
1692 | 2024-02-12T20:25:23.453Z | Compiling proc-macro-error v1.0.4 |
1693 | 2024-02-12T20:25:23.789Z | Compiling camino v1.1.6 |
1694 | 2024-02-12T20:25:23.815Z | Compiling heapless v0.8.0 |
1695 | 2024-02-12T20:25:27.064Z | Compiling num_enum_derive v0.5.11 |
1696 | 2024-02-12T20:25:34.681Z | Compiling atty v0.2.14 |
1697 | 2024-02-12T20:25:35.248Z | Compiling hash32 v0.3.1 |
1698 | 2024-02-12T20:25:36.287Z | Compiling rustls-pki-types v1.1.0 |
1699 | 2024-02-12T20:25:37.790Z | Compiling smoltcp v0.11.0 |
1700 | 2024-02-12T20:25:38.416Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1701 | 2024-02-12T20:25:38.782Z | Compiling ident_case v1.0.1 |
1702 | 2024-02-12T20:25:38.991Z | Compiling darling_core v0.20.3 |
1703 | 2024-02-12T20:25:45.298Z | Compiling num_enum v0.5.11 |
1704 | 2024-02-12T20:25:54.093Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1705 | 2024-02-12T20:25:57.523Z | Compiling dirs-sys-next v0.1.2 |
1706 | 2024-02-12T20:26:01.319Z | Compiling cobs v0.2.3 |
1707 | 2024-02-12T20:26:02.395Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1708 | 2024-02-12T20:26:02.569Z | Compiling embedded-io v0.4.0 |
1709 | 2024-02-12T20:26:02.699Z | Compiling rustls v0.22.2 |
1710 | 2024-02-12T20:26:02.850Z | Compiling postcard v1.0.8 |
1711 | 2024-02-12T20:26:09.563Z | Compiling dirs-next v2.0.0 |
1712 | 2024-02-12T20:26:16.388Z | Compiling darling_macro v0.20.3 |
1713 | 2024-02-12T20:26:18.986Z | Compiling rustls-webpki v0.102.1 |
1714 | 2024-02-12T20:26:20.503Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1715 | 2024-02-12T20:26:23.947Z | Compiling getopts v0.2.21 |
1716 | 2024-02-12T20:26:24.811Z | Compiling structmeta-derive v0.3.0 |
1717 | 2024-02-12T20:26:24.849Z | Compiling foreign-types-macros v0.2.3 |
1718 | 2024-02-12T20:26:26.042Z | Compiling thread_local v1.1.7 |
1719 | 2024-02-12T20:26:26.080Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1720 | 2024-02-12T20:26:26.397Z | Compiling multer v3.0.0 |
1721 | 2024-02-12T20:26:26.840Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1722 | 2024-02-12T20:26:26.983Z | Compiling match_cfg v0.1.0 |
1723 | 2024-02-12T20:26:27.309Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1724 | 2024-02-12T20:26:27.547Z | Compiling slog-async v2.8.0 |
1725 | 2024-02-12T20:26:27.559Z | Compiling paste v1.0.14 |
1726 | 2024-02-12T20:26:27.806Z | Compiling rayon-core v1.12.0 |
1727 | 2024-02-12T20:26:28.269Z | Compiling foreign-types-shared v0.3.1 |
1728 | 2024-02-12T20:26:28.404Z | Compiling unsafe-libyaml v0.2.10 |
1729 | 2024-02-12T20:26:30.595Z | Compiling serde_yaml v0.9.25 |
1730 | 2024-02-12T20:26:33.970Z | Compiling foreign-types v0.5.0 |
1731 | 2024-02-12T20:26:36.371Z | Compiling structmeta v0.3.0 |
1732 | 2024-02-12T20:26:36.534Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1733 | 2024-02-12T20:26:36.794Z | Compiling hostname v0.3.1 |
1734 | 2024-02-12T20:26:38.182Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1735 | 2024-02-12T20:26:45.070Z | Compiling darling v0.20.3 |
1736 | 2024-02-12T20:26:48.513Z | Compiling term v0.7.0 |
1737 | 2024-02-12T20:26:50.203Z | Compiling slog-json v2.6.1 |
1738 | 2024-02-12T20:26:50.312Z | Compiling crossbeam-deque v0.8.3 |
1739 | 2024-02-12T20:26:50.719Z | Compiling is-terminal v0.4.9 |
1740 | 2024-02-12T20:26:50.862Z | Compiling strum v0.25.0 |
1741 | 2024-02-12T20:26:51.050Z | Compiling crossbeam-channel v0.5.8 |
1742 | 2024-02-12T20:26:52.802Z | Compiling http v1.0.0 |
1743 | 2024-02-12T20:26:52.908Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1744 | 2024-02-12T20:26:53.100Z | Compiling async-stream-impl v0.3.5 |
1745 | 2024-02-12T20:26:53.341Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1746 | 2024-02-12T20:26:53.732Z | Compiling cstr-argument v0.1.2 |
1747 | 2024-02-12T20:26:53.982Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1748 | 2024-02-12T20:26:54.198Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1749 | 2024-02-12T20:26:54.312Z | Compiling crucible-workspace-hack v0.1.0 |
1750 | 2024-02-12T20:26:54.338Z | Compiling take_mut v0.2.2 |
1751 | 2024-02-12T20:26:54.532Z | Compiling atomic-waker v1.1.1 |
1752 | 2024-02-12T20:26:54.624Z | Compiling pretty-hex v0.2.1 |
1753 | 2024-02-12T20:26:54.742Z | Compiling fastrand v2.0.1 |
1754 | 2024-02-12T20:26:54.866Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1755 | 2024-02-12T20:26:54.892Z | Compiling waitgroup v0.1.2 |
1756 | 2024-02-12T20:26:55.127Z | Compiling tempfile v3.10.0 |
1757 | 2024-02-12T20:26:55.419Z | Compiling async-stream v0.3.5 |
1758 | 2024-02-12T20:26:56.078Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1759 | 2024-02-12T20:26:57.138Z | Compiling colored v2.0.4 |
1760 | 2024-02-12T20:26:58.216Z | Compiling slog-bunyan v2.5.0 |
1761 | 2024-02-12T20:26:58.513Z | Compiling slog-term v2.9.0 |
1762 | 2024-02-12T20:26:58.543Z | Compiling tokio-rustls v0.25.0 |
1763 | 2024-02-12T20:26:58.589Z | Compiling serde_with_macros v3.6.0 |
1764 | 2024-02-12T20:26:59.022Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1765 | 2024-02-12T20:27:01.448Z | Compiling parse-display-derive v0.9.0 |
1766 | 2024-02-12T20:27:01.599Z | Compiling toml v0.8.9 |
1767 | 2024-02-12T20:27:02.583Z | Compiling rustls-pemfile v2.0.0 |
1768 | 2024-02-12T20:27:03.305Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1769 | 2024-02-12T20:27:04.804Z | Compiling sha1 v0.10.6 |
1770 | 2024-02-12T20:27:05.459Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1771 | 2024-02-12T20:27:05.715Z | Compiling textwrap v0.11.0 |
1772 | 2024-02-12T20:27:06.803Z | Compiling heck v0.3.3 |
1773 | 2024-02-12T20:27:07.217Z | Compiling serde_path_to_error v0.1.15 |
1774 | 2024-02-12T20:27:07.709Z | Compiling instant v0.1.12 |
1775 | 2024-02-12T20:27:07.714Z | Compiling debug-ignore v1.0.5 |
1776 | 2024-02-12T20:27:07.714Z | Compiling libefi-sys v0.1.0 |
1777 | 2024-02-12T20:27:07.714Z | Compiling strsim v0.8.0 |
1778 | 2024-02-12T20:27:07.899Z | Compiling ansi_term v0.12.1 |
1779 | 2024-02-12T20:27:08.406Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1780 | 2024-02-12T20:27:08.406Z | Compiling vec_map v0.8.2 |
1781 | 2024-02-12T20:27:08.604Z | Compiling clap v2.34.0 |
1782 | 2024-02-12T20:27:08.624Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1783 | 2024-02-12T20:27:09.024Z | Compiling backoff v0.4.0 |
1784 | 2024-02-12T20:27:09.424Z | Compiling structopt-derive v0.4.18 |
1785 | 2024-02-12T20:27:11.683Z | Compiling parse-display v0.9.0 |
1786 | 2024-02-12T20:27:12.240Z | Compiling serde_with v3.6.0 |
1787 | 2024-02-12T20:27:13.626Z | Compiling rayon v1.8.0 |
1788 | 2024-02-12T20:27:14.779Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1789 | 2024-02-12T20:27:14.890Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1790 | 2024-02-12T20:27:15.469Z | Compiling camino-tempfile v1.1.1 |
1791 | 2024-02-12T20:27:16.389Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1792 | 2024-02-12T20:27:16.934Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1793 | 2024-02-12T20:27:17.102Z | Compiling zone_cfg_derive v0.3.0 |
1794 | 2024-02-12T20:27:17.121Z | Compiling macaddr v1.0.1 |
1795 | 2024-02-12T20:27:17.868Z | Compiling num-derive v0.4.0 |
1796 | 2024-02-12T20:27:18.477Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1797 | 2024-02-12T20:27:18.861Z | Compiling blake3 v1.5.0 |
1798 | 2024-02-12T20:27:19.192Z | Compiling portable-atomic v1.4.3 |
1799 | 2024-02-12T20:27:20.082Z | Compiling zone v0.3.0 |
1800 | 2024-02-12T20:27:20.118Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1801 | 2024-02-12T20:27:20.167Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1802 | 2024-02-12T20:27:21.869Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1803 | 2024-02-12T20:27:22.440Z | Compiling structopt v0.3.26 |
1804 | 2024-02-12T20:27:23.196Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1805 | 2024-02-12T20:27:23.547Z | Compiling smf v0.2.2 |
1806 | 2024-02-12T20:27:24.021Z | Compiling xattr v1.0.1 |
1807 | 2024-02-12T20:27:24.319Z | Compiling memmap2 v0.7.1 |
1808 | 2024-02-12T20:27:24.370Z | Compiling filetime v0.2.23 |
1809 | 2024-02-12T20:27:24.751Z | Compiling arrayref v0.3.7 |
1810 | 2024-02-12T20:27:24.776Z | Compiling constant_time_eq v0.3.0 |
1811 | 2024-02-12T20:27:24.861Z | Compiling same-file v1.0.6 |
1812 | 2024-02-12T20:27:24.911Z | Compiling arrayvec v0.7.4 |
1813 | 2024-02-12T20:27:24.957Z | Compiling tar v0.4.40 |
1814 | 2024-02-12T20:27:25.177Z | Compiling walkdir v2.4.0 |
1815 | 2024-02-12T20:27:26.916Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1816 | 2024-02-12T20:27:27.560Z | Compiling gethostname v0.4.3 |
1817 | 2024-02-12T20:27:27.825Z | Compiling number_prefix v0.4.0 |
1818 | 2024-02-12T20:27:28.100Z | Compiling topological-sort v0.2.2 |
1819 | 2024-02-12T20:27:28.193Z | Compiling swrite v0.1.0 |
1820 | 2024-02-12T20:27:28.328Z | Compiling omicron-zone-package v0.11.0 |
1821 | 2024-02-12T20:27:29.265Z | Compiling indicatif v0.17.7 |
1822 | 2024-02-12T20:27:30.759Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1823 | 2024-02-12T20:27:32.499Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1824 | 2024-02-12T20:27:40.914Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1825 | 2024-02-12T20:27:43.294Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1826 | 2024-02-12T20:27:45.830Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1827 | 2024-02-12T20:28:03.195Z | Finished release [optimized] target(s) in 5m 09s |
1828 | 2024-02-12T20:28:03.401Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1829 | 2024-02-12T20:28:03.460Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1830 | 2024-02-12T20:28:03.466Z | Created new build target 'test' and set it as active |
1831 | 2024-02-12T20:28:03.466Z | |
1832 | 2024-02-12T20:28:03.466Z | real 5:09.363392994 |
1833 | 2024-02-12T20:28:03.466Z | user 32:39.396940349 |
1834 | 2024-02-12T20:28:03.466Z | sys 3:44.473239433 |
1835 | 2024-02-12T20:28:03.466Z | trap 0.922043733 |
1836 | 2024-02-12T20:28:03.466Z | tflt 4.979844752 |
1837 | 2024-02-12T20:28:03.466Z | dflt 3.726266970 |
1838 | 2024-02-12T20:28:03.466Z | kflt 0.054365852 |
1839 | 2024-02-12T20:28:03.466Z | lock 1:09:15.293257598 |
1840 | 2024-02-12T20:28:03.467Z | slp 1:32:21.267083938 |
1841 | 2024-02-12T20:28:03.467Z | lat 2:03.725941248 |
1842 | 2024-02-12T20:28:03.467Z | stop 3:38.935427527 |
1843 | 2024-02-12T20:28:03.467Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1844 | 2024-02-12T20:28:04.136Z | Finished release [optimized] target(s) in 0.62s |
1845 | 2024-02-12T20:28:04.155Z | Running `target/release/omicron-package -t test package` |
1846 | 2024-02-12T20:28:04.182Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1847 | 2024-02-12T20:28:04.913Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1848 | 2024-02-12T20:28:04.917Z | Compiling linked-hash-map v0.5.6 |
1849 | 2024-02-12T20:28:04.917Z | Compiling usdt-attr-macro v0.5.0 |
1850 | 2024-02-12T20:28:04.917Z | Compiling usdt-macro v0.5.0 |
1851 | 2024-02-12T20:28:04.976Z | Compiling memmap v0.7.0 |
1852 | 2024-02-12T20:28:04.979Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1853 | 2024-02-12T20:28:04.979Z | Compiling password-hash v0.5.0 |
1854 | 2024-02-12T20:28:04.995Z | Compiling blake2 v0.10.6 |
1855 | 2024-02-12T20:28:05.338Z | Compiling lru-cache v0.1.2 |
1856 | 2024-02-12T20:28:05.414Z | Compiling semver v0.1.20 |
1857 | 2024-02-12T20:28:05.539Z | Compiling argon2 v0.5.3 |
1858 | 2024-02-12T20:28:05.964Z | Compiling rustc_version v0.1.7 |
1859 | 2024-02-12T20:28:06.320Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1860 | 2024-02-12T20:28:06.346Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1861 | 2024-02-12T20:28:06.477Z | Compiling usdt v0.5.0 |
1862 | 2024-02-12T20:28:06.577Z | Compiling newtype_derive v0.1.6 |
1863 | 2024-02-12T20:28:06.893Z | Compiling rayon-core v1.12.0 |
1864 | 2024-02-12T20:28:06.910Z | Compiling crossbeam-deque v0.8.3 |
1865 | 2024-02-12T20:28:06.952Z | Compiling quick-error v1.2.3 |
1866 | 2024-02-12T20:28:07.086Z | Compiling same-file v1.0.6 |
1867 | 2024-02-12T20:28:07.220Z | Compiling fastrand v2.0.1 |
1868 | 2024-02-12T20:28:07.273Z | Compiling walkdir v2.4.0 |
1869 | 2024-02-12T20:28:07.416Z | Compiling resolv-conf v0.7.0 |
1870 | 2024-02-12T20:28:07.727Z | Compiling tempfile v3.10.0 |
1871 | 2024-02-12T20:28:07.910Z | Compiling itertools v0.12.1 |
1872 | 2024-02-12T20:28:07.921Z | Compiling camino v1.1.6 |
1873 | 2024-02-12T20:28:07.979Z | Compiling semver-parser v0.10.2 |
1874 | 2024-02-12T20:28:08.155Z | Compiling slog-dtrace v0.3.0 |
1875 | 2024-02-12T20:28:08.471Z | Compiling rayon v1.8.0 |
1876 | 2024-02-12T20:28:08.527Z | Compiling blake3 v1.5.0 |
1877 | 2024-02-12T20:28:08.788Z | Compiling semver v0.11.0 |
1878 | 2024-02-12T20:28:09.411Z | Compiling trust-dns-resolver v0.22.0 |
1879 | 2024-02-12T20:28:09.494Z | Compiling nibble_vec v0.1.0 |
1880 | 2024-02-12T20:28:09.716Z | Compiling filetime v0.2.23 |
1881 | 2024-02-12T20:28:10.274Z | Compiling memmap2 v0.7.1 |
1882 | 2024-02-12T20:28:10.277Z | Compiling xattr v1.0.1 |
1883 | 2024-02-12T20:28:10.277Z | Compiling arrayvec v0.7.4 |
1884 | 2024-02-12T20:28:10.277Z | Compiling endian-type v0.1.2 |
1885 | 2024-02-12T20:28:10.277Z | Compiling arrayref v0.3.7 |
1886 | 2024-02-12T20:28:10.329Z | Compiling constant_time_eq v0.3.0 |
1887 | 2024-02-12T20:28:10.423Z | Compiling home v0.5.5 |
1888 | 2024-02-12T20:28:10.461Z | Compiling radix_trie v0.2.1 |
1889 | 2024-02-12T20:28:10.471Z | Compiling tar v0.4.40 |
1890 | 2024-02-12T20:28:10.642Z | Compiling toolchain_find v0.2.0 |
1891 | 2024-02-12T20:28:11.125Z | Compiling camino-tempfile v1.1.1 |
1892 | 2024-02-12T20:28:11.340Z | Compiling steno v0.4.0 |
1893 | 2024-02-12T20:28:11.577Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1894 | 2024-02-12T20:28:12.352Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1895 | 2024-02-12T20:28:12.769Z | Compiling toml v0.5.11 |
1896 | 2024-02-12T20:28:13.136Z | Compiling num-rational v0.4.1 |
1897 | 2024-02-12T20:28:13.306Z | Compiling radium v0.7.0 |
1898 | 2024-02-12T20:28:13.450Z | Compiling topological-sort v0.2.2 |
1899 | 2024-02-12T20:28:13.653Z | Compiling omicron-zone-package v0.11.0 |
1900 | 2024-02-12T20:28:13.975Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1901 | 2024-02-12T20:28:14.182Z | Compiling toml v0.8.9 |
1902 | 2024-02-12T20:28:14.412Z | Compiling tap v1.0.1 |
1903 | 2024-02-12T20:28:14.589Z | Compiling rustfmt-wrapper v0.2.0 |
1904 | 2024-02-12T20:28:15.126Z | Compiling cancel-safe-futures v0.1.5 |
1905 | 2024-02-12T20:28:15.478Z | Compiling maybe-uninit v2.0.0 |
1906 | 2024-02-12T20:28:15.824Z | Compiling wyz v0.5.1 |
1907 | 2024-02-12T20:28:16.274Z | Compiling num-complex v0.4.4 |
1908 | 2024-02-12T20:28:16.651Z | Compiling num-bigint-dig v0.8.4 |
1909 | 2024-02-12T20:28:16.959Z | Compiling crc-catalog v2.2.0 |
1910 | 2024-02-12T20:28:17.103Z | Compiling packed_struct v0.10.1 |
1911 | 2024-02-12T20:28:17.518Z | Compiling funty v2.0.0 |
1912 | 2024-02-12T20:28:17.579Z | Compiling num v0.4.1 |
1913 | 2024-02-12T20:28:17.679Z | Compiling crc v3.0.1 |
1914 | 2024-02-12T20:28:18.627Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1915 | 2024-02-12T20:28:19.194Z | Compiling bitvec v1.0.1 |
1916 | 2024-02-12T20:28:19.257Z | Compiling fxhash v0.2.1 |
1917 | 2024-02-12T20:28:19.501Z | Compiling packed_struct_codegen v0.10.1 |
1918 | 2024-02-12T20:28:19.686Z | Compiling indexmap v1.9.3 |
1919 | 2024-02-12T20:28:20.005Z | Compiling nodrop v0.1.14 |
1920 | 2024-02-12T20:28:20.125Z | Compiling utf-8 v0.7.6 |
1921 | 2024-02-12T20:28:20.465Z | Compiling tungstenite v0.20.1 |
1922 | 2024-02-12T20:28:20.528Z | Compiling array-init v0.0.4 |
1923 | 2024-02-12T20:28:21.834Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1924 | 2024-02-12T20:28:22.148Z | Compiling smallvec v0.6.14 |
1925 | 2024-02-12T20:28:24.113Z | Compiling pkcs1 v0.7.5 |
1926 | 2024-02-12T20:28:26.262Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1927 | 2024-02-12T20:28:27.845Z | Compiling signature v2.1.0 |
1928 | 2024-02-12T20:28:28.089Z | Compiling half v2.3.1 |
1929 | 2024-02-12T20:28:28.525Z | Compiling unicase v2.7.0 |
1930 | 2024-02-12T20:28:28.849Z | Compiling hashbrown v0.12.3 |
1931 | 2024-02-12T20:28:28.860Z | Compiling bitfield v0.14.0 |
1932 | 2024-02-12T20:28:29.162Z | Compiling termcolor v1.2.0 |
1933 | 2024-02-12T20:28:30.144Z | Compiling ciborium-io v0.2.2 |
1934 | 2024-02-12T20:28:30.263Z | Compiling ciborium-ll v0.2.2 |
1935 | 2024-02-12T20:28:30.851Z | Compiling env_logger v0.10.0 |
1936 | 2024-02-12T20:28:31.455Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1937 | 2024-02-12T20:28:31.962Z | Compiling rsa v0.9.2 |
1938 | 2024-02-12T20:28:34.686Z | Compiling serde-hex v0.1.0 |
1939 | 2024-02-12T20:28:35.821Z | Compiling tokio-tungstenite v0.20.1 |
1940 | 2024-02-12T20:28:35.828Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1941 | 2024-02-12T20:28:35.828Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1942 | 2024-02-12T20:28:37.350Z | Compiling x509-cert v0.2.4 |
1943 | 2024-02-12T20:28:37.388Z | Compiling ron v0.8.1 |
1944 | 2024-02-12T20:28:39.951Z | Compiling crc-any v2.4.3 |
1945 | 2024-02-12T20:28:40.946Z | Compiling display-error-chain v0.2.0 |
1946 | 2024-02-12T20:28:41.331Z | Compiling arc-swap v1.6.0 |
1947 | 2024-02-12T20:28:41.844Z | Compiling slog-scope v4.4.0 |
1948 | 2024-02-12T20:28:42.749Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1949 | 2024-02-12T20:28:43.782Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1950 | 2024-02-12T20:28:44.546Z | Compiling object v0.30.4 |
1951 | 2024-02-12T20:28:49.847Z | Compiling ciborium v0.2.2 |
1952 | 2024-02-12T20:28:50.670Z | Compiling libsw v3.3.1 |
1953 | 2024-02-12T20:28:50.991Z | Compiling derive-where v1.2.7 |
1954 | 2024-02-12T20:28:52.076Z | Compiling owo-colors v4.0.0 |
1955 | 2024-02-12T20:28:54.230Z | Compiling parking_lot_core v0.8.6 |
1956 | 2024-02-12T20:28:54.676Z | Compiling path-slash v0.1.5 |
1957 | 2024-02-12T20:28:54.885Z | Compiling linear-map v1.2.0 |
1958 | 2024-02-12T20:28:55.289Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1959 | 2024-02-12T20:28:55.298Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1960 | 2024-02-12T20:28:57.895Z | Compiling slog-stdlog v4.1.1 |
1961 | 2024-02-12T20:28:59.000Z | Compiling dirs-sys-next v0.1.2 |
1962 | 2024-02-12T20:28:59.521Z | Compiling crunchy v0.2.2 |
1963 | 2024-02-12T20:28:59.993Z | Compiling convert_case v0.4.0 |
1964 | 2024-02-12T20:29:00.364Z | Compiling glob v0.3.1 |
1965 | 2024-02-12T20:29:00.767Z | Compiling derive_more v0.99.17 |
1966 | 2024-02-12T20:29:01.198Z | Compiling clang-sys v1.6.1 |
1967 | 2024-02-12T20:29:01.924Z | Compiling dirs-next v2.0.0 |
1968 | 2024-02-12T20:29:02.252Z | Compiling slog-envlogger v2.2.0 |
1969 | 2024-02-12T20:29:03.362Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1970 | 2024-02-12T20:29:04.993Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1971 | 2024-02-12T20:29:05.657Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1972 | 2024-02-12T20:29:06.677Z | Compiling tiny-keccak v2.0.2 |
1973 | 2024-02-12T20:29:06.979Z | Compiling prettyplease v0.2.16 |
1974 | 2024-02-12T20:29:07.289Z | Compiling platforms v3.0.2 |
1975 | 2024-02-12T20:29:07.685Z | Compiling parking_lot v0.11.2 |
1976 | 2024-02-12T20:29:08.199Z | Compiling mime_guess v2.0.4 |
1977 | 2024-02-12T20:29:09.355Z | Compiling term v0.7.0 |
1978 | 2024-02-12T20:29:10.210Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1979 | 2024-02-12T20:29:10.855Z | Compiling trust-dns-client v0.22.0 |
1980 | 2024-02-12T20:29:12.184Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1981 | 2024-02-12T20:29:12.556Z | Compiling darling_core v0.14.4 |
1982 | 2024-02-12T20:29:17.129Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1983 | 2024-02-12T20:29:17.690Z | Compiling pem v3.0.2 |
1984 | 2024-02-12T20:29:19.335Z | Compiling darling_macro v0.14.4 |
1985 | 2024-02-12T20:29:20.900Z | Compiling trust-dns-server v0.22.1 |
1986 | 2024-02-12T20:29:21.537Z | Compiling ascii-canvas v3.0.0 |
1987 | 2024-02-12T20:29:21.624Z | Compiling sled v0.34.7 |
1988 | 2024-02-12T20:29:22.570Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1989 | 2024-02-12T20:29:27.887Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1990 | 2024-02-12T20:29:28.106Z | Compiling is-terminal v0.4.9 |
1991 | 2024-02-12T20:29:28.234Z | Compiling ena v0.14.2 |
1992 | 2024-02-12T20:29:28.648Z | Compiling vte_generate_state_changes v0.1.1 |
1993 | 2024-02-12T20:29:28.913Z | Compiling libloading v0.7.4 |
1994 | 2024-02-12T20:29:29.255Z | Compiling diff v0.1.13 |
1995 | 2024-02-12T20:29:29.264Z | Compiling regex-syntax v0.6.29 |
1996 | 2024-02-12T20:29:29.825Z | Compiling bindgen v0.69.2 |
1997 | 2024-02-12T20:29:30.278Z | Compiling vte v0.11.1 |
1998 | 2024-02-12T20:29:34.791Z | Compiling lalrpop v0.19.12 |
1999 | 2024-02-12T20:29:36.452Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2000 | 2024-02-12T20:29:43.526Z | Compiling curve25519-dalek v4.1.1 |
2001 | 2024-02-12T20:29:43.940Z | Compiling darling v0.14.4 |
2002 | 2024-02-12T20:29:45.473Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2003 | 2024-02-12T20:29:46.770Z | Compiling cexpr v0.6.0 |
2004 | 2024-02-12T20:29:48.264Z | Compiling which v4.4.0 |
2005 | 2024-02-12T20:29:48.786Z | Compiling kstat-rs v0.2.3 |
2006 | 2024-02-12T20:29:50.059Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2007 | 2024-02-12T20:29:50.749Z | Compiling memoffset v0.7.1 |
2008 | 2024-02-12T20:29:51.077Z | Compiling peeking_take_while v0.1.2 |
2009 | 2024-02-12T20:29:51.208Z | Compiling doc-comment v0.3.3 |
2010 | 2024-02-12T20:29:51.721Z | Compiling rustc-hash v1.1.0 |
2011 | 2024-02-12T20:29:51.870Z | Compiling buf-list v1.0.3 |
2012 | 2024-02-12T20:29:52.437Z | Compiling bytecount v0.6.3 |
2013 | 2024-02-12T20:29:52.752Z | Compiling lazycell v1.3.0 |
2014 | 2024-02-12T20:29:52.911Z | Compiling keccak v0.1.4 |
2015 | 2024-02-12T20:29:53.874Z | Compiling shlex v1.3.0 |
2016 | 2024-02-12T20:29:53.908Z | Compiling sha3 v0.10.8 |
2017 | 2024-02-12T20:29:54.788Z | Compiling papergrid v0.11.0 |
2018 | 2024-02-12T20:29:58.552Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2019 | 2024-02-12T20:29:58.743Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2020 | 2024-02-12T20:29:59.189Z | Compiling derive_builder_core v0.12.0 |
2021 | 2024-02-12T20:30:02.169Z | Compiling strip-ansi-escapes v0.2.0 |
2022 | 2024-02-12T20:30:02.927Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2023 | 2024-02-12T20:30:03.444Z | Compiling polar-core v0.27.0 |
2024 | 2024-02-12T20:30:04.265Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2025 | 2024-02-12T20:30:04.923Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2026 | 2024-02-12T20:30:05.933Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2027 | 2024-02-12T20:30:07.958Z | Compiling tabled_derive v0.7.0 |
2028 | 2024-02-12T20:30:08.776Z | Compiling fd-lock v3.0.13 |
2029 | 2024-02-12T20:30:08.989Z | Compiling fd-lock v4.0.2 |
2030 | 2024-02-12T20:30:09.201Z | Compiling headers-core v0.2.0 |
2031 | 2024-02-12T20:30:09.369Z | Compiling universal-hash v0.5.1 |
2032 | 2024-02-12T20:30:09.613Z | Compiling nix v0.27.1 |
2033 | 2024-02-12T20:30:10.221Z | Compiling secrecy v0.8.0 |
2034 | 2024-02-12T20:30:10.484Z | Compiling libxml v0.3.3 |
2035 | 2024-02-12T20:30:10.515Z | Compiling pin-project-internal v1.1.3 |
2036 | 2024-02-12T20:30:10.853Z | Compiling curve25519-dalek-derive v0.1.0 |
2037 | 2024-02-12T20:30:11.592Z | Compiling thiserror-impl-no-std v2.0.2 |
2038 | 2024-02-12T20:30:12.255Z | Compiling sqlparser_derive v0.2.2 |
2039 | 2024-02-12T20:30:12.850Z | Compiling opaque-debug v0.3.0 |
2040 | 2024-02-12T20:30:12.938Z | Compiling nu-ansi-term v0.49.0 |
2041 | 2024-02-12T20:30:13.308Z | Compiling unicode_categories v0.1.1 |
2042 | 2024-02-12T20:30:13.320Z | Compiling ref-cast v1.0.20 |
2043 | 2024-02-12T20:30:13.655Z | Compiling sqlformat v0.2.3 |
2044 | 2024-02-12T20:30:13.850Z | Compiling reedline v0.28.0 |
2045 | 2024-02-12T20:30:14.306Z | Compiling pin-project v1.1.3 |
2046 | 2024-02-12T20:30:14.388Z | Compiling thiserror-no-std v2.0.2 |
2047 | 2024-02-12T20:30:14.452Z | Compiling sqlparser v0.43.1 |
2048 | 2024-02-12T20:30:14.514Z | Compiling poly1305 v0.8.0 |
2049 | 2024-02-12T20:30:15.220Z | Compiling rustyline v13.0.0 |
2050 | 2024-02-12T20:30:16.317Z | Compiling tabled v0.15.0 |
2051 | 2024-02-12T20:30:22.586Z | Compiling headers v0.3.9 |
2052 | 2024-02-12T20:30:23.990Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2053 | 2024-02-12T20:30:25.637Z | Compiling derive_builder_macro v0.12.0 |
2054 | 2024-02-12T20:30:28.096Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2055 | 2024-02-12T20:30:28.611Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2056 | 2024-02-12T20:30:28.906Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2057 | 2024-02-12T20:30:29.203Z | Compiling chacha20 v0.9.1 |
2058 | 2024-02-12T20:30:29.707Z | Compiling aead v0.5.2 |
2059 | 2024-02-12T20:30:30.036Z | Compiling strum_macros v0.24.3 |
2060 | 2024-02-12T20:30:33.485Z | Compiling bcs v0.1.6 |
2061 | 2024-02-12T20:30:34.326Z | Compiling snafu-derive v0.7.5 |
2062 | 2024-02-12T20:30:34.573Z | Compiling ref-cast-impl v1.0.20 |
2063 | 2024-02-12T20:30:35.730Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2064 | 2024-02-12T20:30:36.058Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2065 | 2024-02-12T20:30:36.366Z | Compiling cookie v0.18.0 |
2066 | 2024-02-12T20:30:36.377Z | Compiling fs-err v2.11.0 |
2067 | 2024-02-12T20:30:36.657Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2068 | 2024-02-12T20:30:36.666Z | Compiling salty v0.2.0 |
2069 | 2024-02-12T20:30:36.834Z | Compiling indoc v1.0.9 |
2070 | 2024-02-12T20:30:36.971Z | Compiling highway v1.1.0 |
2071 | 2024-02-12T20:30:37.079Z | Compiling signature v1.6.4 |
2072 | 2024-02-12T20:30:37.236Z | Compiling ed25519 v1.5.3 |
2073 | 2024-02-12T20:30:37.537Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2074 | 2024-02-12T20:30:38.860Z | Compiling chacha20poly1305 v0.10.1 |
2075 | 2024-02-12T20:30:39.117Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2076 | 2024-02-12T20:30:39.267Z | Compiling snafu v0.7.5 |
2077 | 2024-02-12T20:30:40.700Z | Compiling derive_builder v0.12.0 |
2078 | 2024-02-12T20:30:41.072Z | Compiling vsss-rs v3.3.4 |
2079 | 2024-02-12T20:30:46.023Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2080 | 2024-02-12T20:30:46.754Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2081 | 2024-02-12T20:30:47.084Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2082 | 2024-02-12T20:30:47.096Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2083 | 2024-02-12T20:30:47.379Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2084 | 2024-02-12T20:30:47.980Z | Compiling globset v0.4.13 |
2085 | 2024-02-12T20:30:51.520Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2086 | 2024-02-12T20:30:52.277Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2087 | 2024-02-12T20:30:53.722Z | Compiling olpc-cjson v0.1.3 |
2088 | 2024-02-12T20:30:54.297Z | Compiling bb8 v0.8.3 |
2089 | 2024-02-12T20:30:54.600Z | Compiling quick-xml v0.30.0 |
2090 | 2024-02-12T20:30:54.850Z | Compiling serde_plain v1.0.2 |
2091 | 2024-02-12T20:30:55.153Z | Compiling serde-big-array v0.5.1 |
2092 | 2024-02-12T20:30:55.379Z | Compiling async-recursion v1.0.5 |
2093 | 2024-02-12T20:30:55.389Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2094 | 2024-02-12T20:30:56.210Z | Compiling oso-derive v0.27.0 |
2095 | 2024-02-12T20:30:56.423Z | Compiling impl-trait-for-tuples v0.2.2 |
2096 | 2024-02-12T20:30:56.880Z | Compiling typed-path v0.7.0 |
2097 | 2024-02-12T20:30:57.179Z | Compiling maplit v1.0.2 |
2098 | 2024-02-12T20:30:57.292Z | Compiling http-range v0.1.5 |
2099 | 2024-02-12T20:30:57.895Z | Compiling hyper-staticfile v0.9.5 |
2100 | 2024-02-12T20:30:58.756Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2101 | 2024-02-12T20:31:01.242Z | Compiling tough v0.16.0 |
2102 | 2024-02-12T20:31:04.120Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2103 | 2024-02-12T20:31:06.378Z | Compiling oso v0.27.0 |
2104 | 2024-02-12T20:31:06.642Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2105 | 2024-02-12T20:31:20.598Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2106 | 2024-02-12T20:31:36.505Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2107 | 2024-02-12T20:31:36.679Z | Compiling signal-hook-tokio v0.3.1 |
2108 | 2024-02-12T20:31:36.882Z | Compiling serde-big-array v0.4.1 |
2109 | 2024-02-12T20:31:37.371Z | Compiling parse-size v1.0.0 |
2110 | 2024-02-12T20:31:37.384Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2111 | 2024-02-12T20:31:37.864Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2112 | 2024-02-12T20:31:39.407Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2113 | 2024-02-12T20:31:39.904Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2114 | 2024-02-12T20:31:42.659Z | Compiling castaway v0.2.2 |
2115 | 2024-02-12T20:31:42.835Z | Compiling strum_macros v0.26.1 |
2116 | 2024-02-12T20:31:47.598Z | Compiling corncobs v0.1.3 |
2117 | 2024-02-12T20:31:48.018Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2118 | 2024-02-12T20:31:48.832Z | Compiling strum v0.26.1 |
2119 | 2024-02-12T20:31:49.027Z | Compiling compact_str v0.7.1 |
2120 | 2024-02-12T20:31:50.698Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2121 | 2024-02-12T20:31:52.316Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2122 | 2024-02-12T20:31:56.231Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2123 | 2024-02-12T20:31:56.662Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2124 | 2024-02-12T20:31:56.974Z | Compiling lru v0.12.1 |
2125 | 2024-02-12T20:31:57.324Z | Compiling stability v0.1.1 |
2126 | 2024-02-12T20:31:58.276Z | Compiling cassowary v0.3.0 |
2127 | 2024-02-12T20:32:01.157Z | Compiling indoc v2.0.3 |
2128 | 2024-02-12T20:32:02.146Z | Compiling ratatui v0.26.0 |
2129 | 2024-02-12T20:32:02.805Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2130 | 2024-02-12T20:32:05.542Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2131 | 2024-02-12T20:32:06.174Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2132 | 2024-02-12T20:32:07.566Z | Compiling rcgen v0.12.1 |
2133 | 2024-02-12T20:32:19.192Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2134 | 2024-02-12T20:32:20.718Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2135 | 2024-02-12T20:32:21.029Z | Compiling atomicwrites v0.4.3 |
2136 | 2024-02-12T20:32:21.549Z | Compiling subprocess v0.2.9 |
2137 | 2024-02-12T20:32:27.043Z | Compiling unicode-linebreak v0.1.5 |
2138 | 2024-02-12T20:32:27.593Z | Compiling smawk v0.3.1 |
2139 | 2024-02-12T20:32:27.831Z | Compiling textwrap v0.16.0 |
2140 | 2024-02-12T20:32:31.641Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2141 | 2024-02-12T20:32:37.963Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2142 | 2024-02-12T20:32:38.281Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2143 | 2024-02-12T20:32:45.592Z | Compiling fatfs v0.3.6 |
2144 | 2024-02-12T20:32:47.395Z | Compiling nanorand v0.7.0 |
2145 | 2024-02-12T20:32:48.163Z | Compiling rtoolbox v0.0.1 |
2146 | 2024-02-12T20:32:48.612Z | Compiling assert_matches v1.5.0 |
2147 | 2024-02-12T20:32:48.712Z | Compiling is_ci v1.1.1 |
2148 | 2024-02-12T20:32:48.853Z | Compiling humantime v2.1.0 |
2149 | 2024-02-12T20:32:48.994Z | Compiling supports-color v2.1.0 |
2150 | 2024-02-12T20:32:49.678Z | Compiling rpassword v7.3.1 |
2151 | 2024-02-12T20:32:49.746Z | Compiling flume v0.11.0 |
2152 | 2024-02-12T20:32:50.110Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2153 | 2024-02-12T20:32:50.556Z | Compiling tui-tree-widget v0.17.0 |
2154 | 2024-02-12T20:32:50.961Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2155 | 2024-02-12T20:32:58.903Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2156 | 2024-02-12T20:32:59.212Z | Compiling csv-core v0.1.11 |
2157 | 2024-02-12T20:33:00.263Z | Compiling shell-words v1.1.0 |
2158 | 2024-02-12T20:33:00.433Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2159 | 2024-02-12T20:33:00.678Z | Compiling csv v1.3.0 |
2160 | 2024-02-12T20:33:02.988Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2161 | 2024-02-12T20:33:37.627Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2162 | 2024-02-12T20:33:45.797Z | Compiling multimap v0.8.3 |
2163 | 2024-02-12T20:34:56.199Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2164 | 2024-02-12T20:35:12.462Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2165 | 2024-02-12T20:35:16.026Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2166 | 2024-02-12T20:41:20.670Z | Finished release [optimized] target(s) in 13m 16s |
2167 | 2024-02-12T20:42:18.843Z | |
2168 | 2024-02-12T20:42:18.847Z | real 14:15.266440297 |
2169 | 2024-02-12T20:42:18.847Z | user 1:37:58.816998306 |
2170 | 2024-02-12T20:42:18.847Z | sys 4:22.929617598 |
2171 | 2024-02-12T20:42:18.847Z | trap 2.170382897 |
2172 | 2024-02-12T20:42:18.847Z | tflt 1.676777539 |
2173 | 2024-02-12T20:42:18.847Z | dflt 3.155466100 |
2174 | 2024-02-12T20:42:18.847Z | kflt 0.032905634 |
2175 | 2024-02-12T20:42:18.847Z | lock 6:05:39.641378218 |
2176 | 2024-02-12T20:42:18.847Z | slp 3:49:36.255561888 |
2177 | 2024-02-12T20:42:18.847Z | lat 2:12.289630664 |
2178 | 2024-02-12T20:42:18.848Z | stop 51.599596795 |
2179 | 2024-02-12T20:42:18.848Z | + 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/*) |
2180 | 2024-02-12T20:42:18.848Z | + pfexec mkdir -p /work |
2181 | 2024-02-12T20:42:18.851Z | + pfexec chown build /work |
2182 | 2024-02-12T20:42:18.851Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2183 | 2024-02-12T20:42:28.877Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2184 | 2024-02-12T20:42:28.877Z | a out/mg-ddm-gz.tar 67684K |
2185 | 2024-02-12T20:42:28.878Z | a out/omicron-sled-agent.tar 119693K |
2186 | 2024-02-12T20:42:28.878Z | a out/oxlog.tar 8186K |
2187 | 2024-02-12T20:42:28.878Z | a out/target/test 1K |
2188 | 2024-02-12T20:42:28.878Z | a out/npuzone/npuzone 36313K |
2189 | 2024-02-12T20:42:28.878Z | a package-manifest.toml 24K |
2190 | 2024-02-12T20:42:28.878Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2191 | 2024-02-12T20:42:28.878Z | a target/release/omicron-package 44642K |
2192 | 2024-02-12T20:42:28.878Z | a tools/create_virtual_hardware.sh 4K |
2193 | 2024-02-12T20:42:28.878Z | a tools/virtual_hardware.sh 4K |
2194 | 2024-02-12T20:42:28.878Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2195 | 2024-02-12T20:42:28.878Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2196 | 2024-02-12T20:42:28.878Z | a tools/scrimlet/softnpu-init.sh 3K |
2197 | 2024-02-12T20:42:28.878Z | a tools/scrimlet/softnpu-zone.txt 1K |
2198 | 2024-02-12T20:42:28.878Z | a tools/scrimlet/softnpu.toml 1K |
2199 | 2024-02-12T20:42:28.884Z | |
2200 | 2024-02-12T20:42:28.885Z | real 10.024833394 |
2201 | 2024-02-12T20:42:28.885Z | user 9.705258189 |
2202 | 2024-02-12T20:42:28.885Z | sys 0.646918417 |
2203 | 2024-02-12T20:42:28.885Z | trap 0.001964914 |
2204 | 2024-02-12T20:42:28.885Z | tflt 0.000000000 |
2205 | 2024-02-12T20:42:28.885Z | dflt 0.000000000 |
2206 | 2024-02-12T20:42:28.885Z | kflt 0.000000000 |
2207 | 2024-02-12T20:42:28.885Z | lock 0.000000000 |
2208 | 2024-02-12T20:42:28.885Z | slp 9.477530076 |
2209 | 2024-02-12T20:42:28.885Z | lat 0.215277561 |
2210 | 2024-02-12T20:42:28.885Z | stop 0.000175942 |
2211 | 2024-02-12T20:42:28.885Z | ++ pwd |
2212 | 2024-02-12T20:42:28.885Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2213 | 2024-02-12T20:42:28.885Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2214 | 2024-02-12T20:42:28.890Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2215 | 2024-02-12T20:42:29.571Z | Finished release [optimized] target(s) in 0.63s |
2216 | 2024-02-12T20:42:29.589Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2217 | 2024-02-12T20:42:29.618Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2218 | 2024-02-12T20:42:29.621Z | Created new build target 'host' and set it as active |
2219 | 2024-02-12T20:42:29.621Z | |
2220 | 2024-02-12T20:42:29.621Z | real 0.732851832 |
2221 | 2024-02-12T20:42:29.621Z | user 0.498841983 |
2222 | 2024-02-12T20:42:29.621Z | sys 0.234555403 |
2223 | 2024-02-12T20:42:29.621Z | trap 0.000073011 |
2224 | 2024-02-12T20:42:29.621Z | tflt 0.000000000 |
2225 | 2024-02-12T20:42:29.621Z | dflt 0.000005959 |
2226 | 2024-02-12T20:42:29.621Z | kflt 0.000000000 |
2227 | 2024-02-12T20:42:29.621Z | lock 0.022337140 |
2228 | 2024-02-12T20:42:29.621Z | slp 0.013852760 |
2229 | 2024-02-12T20:42:29.621Z | lat 0.001002906 |
2230 | 2024-02-12T20:42:29.621Z | stop 0.000158667 |
2231 | 2024-02-12T20:42:29.621Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2232 | 2024-02-12T20:42:30.278Z | Finished release [optimized] target(s) in 0.60s |
2233 | 2024-02-12T20:42:30.297Z | Running `target/release/omicron-package -t host package` |
2234 | 2024-02-12T20:42:30.326Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2235 | 2024-02-12T20:42:31.017Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2236 | 2024-02-12T20:42:44.578Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2237 | 2024-02-12T20:43:54.814Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2238 | 2024-02-12T20:45:20.912Z | Finished release [optimized] target(s) in 2m 50s |
2239 | 2024-02-12T20:46:01.034Z | |
2240 | 2024-02-12T20:46:01.049Z | real 3:31.378329041 |
2241 | 2024-02-12T20:46:01.050Z | user 17:40.067777659 |
2242 | 2024-02-12T20:46:01.050Z | sys 49.440655543 |
2243 | 2024-02-12T20:46:01.050Z | trap 0.314660489 |
2244 | 2024-02-12T20:46:01.050Z | tflt 0.224765729 |
2245 | 2024-02-12T20:46:01.050Z | dflt 4.737420850 |
2246 | 2024-02-12T20:46:01.050Z | kflt 0.000105995 |
2247 | 2024-02-12T20:46:01.050Z | lock 1:08:27.729474861 |
2248 | 2024-02-12T20:46:01.050Z | slp 18:21.303496013 |
2249 | 2024-02-12T20:46:01.050Z | lat 9.221906291 |
2250 | 2024-02-12T20:46:01.051Z | stop 3.186044762 |
2251 | 2024-02-12T20:46:01.051Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2252 | 2024-02-12T20:46:01.051Z | + for package in "$@" |
2253 | 2024-02-12T20:46:01.051Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2254 | 2024-02-12T20:46:01.051Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+git54c992a083c |
2255 | 2024-02-12T20:46:01.711Z | Finished release [optimized] target(s) in 0.62s |
2256 | 2024-02-12T20:46:01.730Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+git54c992a083c` |
2257 | 2024-02-12T20:46:01.760Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2258 | 2024-02-12T20:46:01.965Z | Created: out/versioned/omicron-sled-agent.tar |
2259 | 2024-02-12T20:46:01.969Z | + for package in "$@" |
2260 | 2024-02-12T20:46:01.969Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2261 | 2024-02-12T20:46:01.969Z | + echo 0.0.0 |
2262 | 2024-02-12T20:46:01.969Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2263 | 2024-02-12T20:46:01.973Z | a VERSION 1K |
2264 | 2024-02-12T20:46:01.973Z | + rm VERSION |
2265 | 2024-02-12T20:46:01.973Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git54c992a083c |
2266 | 2024-02-12T20:46:02.633Z | Finished release [optimized] target(s) in 0.61s |
2267 | 2024-02-12T20:46:02.654Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git54c992a083c` |
2268 | 2024-02-12T20:46:02.687Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2269 | 2024-02-12T20:46:02.817Z | Created: out/versioned/mg-ddm-gz.tar |
2270 | 2024-02-12T20:46:02.820Z | + for package in "$@" |
2271 | 2024-02-12T20:46:02.820Z | + [[ propolis-server == mg-ddm-gz ]] |
2272 | 2024-02-12T20:46:02.820Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+git54c992a083c |
2273 | 2024-02-12T20:46:03.888Z | Finished release [optimized] target(s) in 0.60s |
2274 | 2024-02-12T20:46:03.891Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+git54c992a083c` |
2275 | 2024-02-12T20:46:03.891Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2276 | 2024-02-12T20:46:04.586Z | Created: out/versioned/propolis-server.tar.gz |
2277 | 2024-02-12T20:46:04.590Z | + for package in "$@" |
2278 | 2024-02-12T20:46:04.590Z | + [[ overlay == mg-ddm-gz ]] |
2279 | 2024-02-12T20:46:04.591Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+git54c992a083c |
2280 | 2024-02-12T20:46:05.284Z | Finished release [optimized] target(s) in 0.62s |
2281 | 2024-02-12T20:46:05.301Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+git54c992a083c` |
2282 | 2024-02-12T20:46:05.331Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2283 | 2024-02-12T20:46:05.334Z | Created: out/versioned/overlay.tar.gz |
2284 | 2024-02-12T20:46:05.334Z | + for package in "$@" |
2285 | 2024-02-12T20:46:05.334Z | + [[ oxlog == mg-ddm-gz ]] |
2286 | 2024-02-12T20:46:05.335Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+git54c992a083c |
2287 | 2024-02-12T20:46:06.015Z | Finished release [optimized] target(s) in 0.62s |
2288 | 2024-02-12T20:46:06.040Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+git54c992a083c` |
2289 | 2024-02-12T20:46:06.064Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2290 | 2024-02-12T20:46:06.085Z | Created: out/versioned/oxlog.tar |
2291 | 2024-02-12T20:46:06.090Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2292 | 2024-02-12T20:46:06.097Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2293 | 2024-02-12T20:46:06.100Z | ++ cd -- ./tools |
2294 | 2024-02-12T20:46:06.100Z | ++ pwd |
2295 | 2024-02-12T20:46:06.100Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2296 | 2024-02-12T20:46:06.103Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2297 | 2024-02-12T20:46:06.103Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2298 | 2024-02-12T20:46:06.106Z | ++ readlink -f /work |
2299 | 2024-02-12T20:46:06.107Z | + out_dir=/work |
2300 | 2024-02-12T20:46:06.107Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2301 | 2024-02-12T20:46:06.107Z | + for dep in "${deps[@]}" |
2302 | 2024-02-12T20:46:06.107Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2303 | 2024-02-12T20:46:06.107Z | + for dep in "${deps[@]}" |
2304 | 2024-02-12T20:46:06.107Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2305 | 2024-02-12T20:46:06.107Z | + for dep in "${deps[@]}" |
2306 | 2024-02-12T20:46:06.107Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2307 | 2024-02-12T20:46:06.107Z | + for dep in "${deps[@]}" |
2308 | 2024-02-12T20:46:06.107Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2309 | 2024-02-12T20:46:06.107Z | + for dep in "${deps[@]}" |
2310 | 2024-02-12T20:46:06.107Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2311 | 2024-02-12T20:46:06.114Z | ++ mktemp -d |
2312 | 2024-02-12T20:46:06.114Z | + tmp_gz=/tmp/tmp.gZaiUh |
2313 | 2024-02-12T20:46:06.114Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2314 | 2024-02-12T20:46:06.114Z | + echo '{"v":"1","t":"layer"}' |
2315 | 2024-02-12T20:46:06.114Z | + pkg_dir=/tmp/tmp.gZaiUh/root/opt/oxide/sled-agent |
2316 | 2024-02-12T20:46:06.114Z | + mkdir -p /tmp/tmp.gZaiUh/root/opt/oxide/sled-agent |
2317 | 2024-02-12T20:46:06.114Z | + cd /tmp/tmp.gZaiUh/root/opt/oxide/sled-agent |
2318 | 2024-02-12T20:46:06.114Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2319 | 2024-02-12T20:46:06.193Z | x ., 0 bytes, 0 tape blocks |
2320 | 2024-02-12T20:46:06.193Z | x zone-bundle, 41724992 bytes, 81495 tape blocks |
2321 | 2024-02-12T20:46:06.193Z | x sled-agent, 80829008 bytes, 157870 tape blocks |
2322 | 2024-02-12T20:46:06.193Z | x pkg, 0 bytes, 0 tape blocks |
2323 | 2024-02-12T20:46:06.193Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2324 | 2024-02-12T20:46:06.193Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2325 | 2024-02-12T20:46:06.194Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2326 | 2024-02-12T20:46:06.194Z | x VERSION, 25 bytes, 1 tape blocks |
2327 | 2024-02-12T20:46:06.204Z | + mkdir -p /tmp/tmp.gZaiUh/root/lib/svc/manifest/site/ |
2328 | 2024-02-12T20:46:06.204Z | + mv pkg/manifest.xml /tmp/tmp.gZaiUh/root/lib/svc/manifest/site/sled-agent.xml |
2329 | 2024-02-12T20:46:06.204Z | + cd - |
2330 | 2024-02-12T20:46:06.204Z | /work/oxidecomputer/omicron |
2331 | 2024-02-12T20:46:06.204Z | + pkg_dir=/tmp/tmp.gZaiUh/root/opt/oxide/mg-ddm |
2332 | 2024-02-12T20:46:06.204Z | + mkdir -p /tmp/tmp.gZaiUh/root/opt/oxide/mg-ddm |
2333 | 2024-02-12T20:46:06.204Z | + cd /tmp/tmp.gZaiUh/root/opt/oxide/mg-ddm |
2334 | 2024-02-12T20:46:06.205Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2335 | 2024-02-12T20:46:06.248Z | x ., 0 bytes, 0 tape blocks |
2336 | 2024-02-12T20:46:06.248Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2337 | 2024-02-12T20:46:06.248Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2338 | 2024-02-12T20:46:06.249Z | x pkg, 0 bytes, 0 tape blocks |
2339 | 2024-02-12T20:46:06.249Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2340 | 2024-02-12T20:46:06.249Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2341 | 2024-02-12T20:46:06.249Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2342 | 2024-02-12T20:46:06.249Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2343 | 2024-02-12T20:46:06.249Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2344 | 2024-02-12T20:46:06.249Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2345 | 2024-02-12T20:46:06.249Z | x VERSION, 25 bytes, 1 tape blocks |
2346 | 2024-02-12T20:46:06.253Z | + cd - |
2347 | 2024-02-12T20:46:06.253Z | /work/oxidecomputer/omicron |
2348 | 2024-02-12T20:46:06.253Z | + pkg_dir=/tmp/tmp.gZaiUh/root/opt/oxide/oxlog |
2349 | 2024-02-12T20:46:06.253Z | + mkdir -p /tmp/tmp.gZaiUh/root/opt/oxide/oxlog |
2350 | 2024-02-12T20:46:06.253Z | + cd /tmp/tmp.gZaiUh/root/opt/oxide/oxlog |
2351 | 2024-02-12T20:46:06.253Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2352 | 2024-02-12T20:46:06.258Z | x ., 0 bytes, 0 tape blocks |
2353 | 2024-02-12T20:46:06.258Z | x oxlog, 8379568 bytes, 16367 tape blocks |
2354 | 2024-02-12T20:46:06.258Z | x VERSION, 25 bytes, 1 tape blocks |
2355 | 2024-02-12T20:46:06.261Z | + cd - |
2356 | 2024-02-12T20:46:06.261Z | /work/oxidecomputer/omicron |
2357 | 2024-02-12T20:46:06.261Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.gZaiUh/root/opt/oxide |
2358 | 2024-02-12T20:46:06.345Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.gZaiUh/root/opt/oxide |
2359 | 2024-02-12T20:46:06.348Z | + cd /tmp/tmp.gZaiUh |
2360 | 2024-02-12T20:46:06.348Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2361 | 2024-02-12T20:46:15.158Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2362 | 2024-02-12T20:46:15.158Z | a oxide.json 1K |
2363 | 2024-02-12T20:46:15.158Z | a root/ 0K |
2364 | 2024-02-12T20:46:15.158Z | a root/opt/ 0K |
2365 | 2024-02-12T20:46:15.158Z | a root/opt/oxide/ 0K |
2366 | 2024-02-12T20:46:15.158Z | a root/opt/oxide/sled-agent/ 0K |
2367 | 2024-02-12T20:46:15.158Z | a root/opt/oxide/sled-agent/zone-bundle 40748K |
2368 | 2024-02-12T20:46:15.158Z | a root/opt/oxide/sled-agent/sled-agent 78935K |
2369 | 2024-02-12T20:46:15.158Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2370 | 2024-02-12T20:46:15.158Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2371 | 2024-02-12T20:46:15.158Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2372 | 2024-02-12T20:46:15.158Z | a root/opt/oxide/sled-agent/VERSION 1K |
2373 | 2024-02-12T20:46:15.158Z | a root/opt/oxide/mg-ddm/ 0K |
2374 | 2024-02-12T20:46:15.158Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2375 | 2024-02-12T20:46:15.159Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2376 | 2024-02-12T20:46:15.159Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2377 | 2024-02-12T20:46:15.159Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2378 | 2024-02-12T20:46:15.159Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2379 | 2024-02-12T20:46:15.159Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2380 | 2024-02-12T20:46:15.159Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2381 | 2024-02-12T20:46:15.159Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2382 | 2024-02-12T20:46:15.159Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2383 | 2024-02-12T20:46:15.159Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2384 | 2024-02-12T20:46:15.159Z | a root/opt/oxide/oxlog/ 0K |
2385 | 2024-02-12T20:46:15.159Z | a root/opt/oxide/oxlog/oxlog 8184K |
2386 | 2024-02-12T20:46:15.159Z | a root/opt/oxide/oxlog/VERSION 1K |
2387 | 2024-02-12T20:46:15.159Z | a root/opt/oxide/propolis-server.tar.gz 64617K |
2388 | 2024-02-12T20:46:15.159Z | a root/opt/oxide/overlay.tar.gz 3K |
2389 | 2024-02-12T20:46:15.159Z | a root/lib/ 0K |
2390 | 2024-02-12T20:46:15.159Z | a root/lib/svc/ 0K |
2391 | 2024-02-12T20:46:15.159Z | a root/lib/svc/manifest/ 0K |
2392 | 2024-02-12T20:46:15.159Z | a root/lib/svc/manifest/site/ 0K |
2393 | 2024-02-12T20:46:15.159Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2394 | 2024-02-12T20:46:15.164Z | + cd / |
2395 | 2024-02-12T20:46:15.165Z | + rm -rf /tmp/tmp.gZaiUh |
2396 | 2024-02-12T20:46:15.186Z | |
2397 | 2024-02-12T20:46:15.189Z | real 9.094109262 |
2398 | 2024-02-12T20:46:15.189Z | user 8.552680890 |
2399 | 2024-02-12T20:46:15.189Z | sys 0.570496350 |
2400 | 2024-02-12T20:46:15.189Z | trap 0.001449475 |
2401 | 2024-02-12T20:46:15.189Z | tflt 0.000001759 |
2402 | 2024-02-12T20:46:15.189Z | dflt 0.000000000 |
2403 | 2024-02-12T20:46:15.189Z | kflt 0.000000000 |
2404 | 2024-02-12T20:46:15.189Z | lock 0.000000000 |
2405 | 2024-02-12T20:46:15.189Z | slp 17.653922550 |
2406 | 2024-02-12T20:46:15.189Z | lat 0.200962761 |
2407 | 2024-02-12T20:46:15.189Z | stop 0.000225296 |
2408 | 2024-02-12T20:46:15.190Z | + mkdir -p /work/zones |
2409 | 2024-02-12T20:46:15.190Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2410 | 2024-02-12T20:46:15.190Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2411 | 2024-02-12T20:46:17.636Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2412 | 2024-02-12T20:46:18.346Z | Finished release [optimized] target(s) in 0.64s |
2413 | 2024-02-12T20:46:18.359Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2414 | 2024-02-12T20:46:18.389Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2415 | 2024-02-12T20:46:18.392Z | Created new build target 'recovery' and set it as active |
2416 | 2024-02-12T20:46:18.392Z | |
2417 | 2024-02-12T20:46:18.392Z | real 0.749183005 |
2418 | 2024-02-12T20:46:18.392Z | user 0.514372086 |
2419 | 2024-02-12T20:46:18.392Z | sys 0.233913715 |
2420 | 2024-02-12T20:46:18.392Z | trap 0.000370592 |
2421 | 2024-02-12T20:46:18.392Z | tflt 0.000005368 |
2422 | 2024-02-12T20:46:18.392Z | dflt 0.000000000 |
2423 | 2024-02-12T20:46:18.392Z | kflt 0.000000000 |
2424 | 2024-02-12T20:46:18.392Z | lock 0.022348020 |
2425 | 2024-02-12T20:46:18.393Z | slp 0.013303366 |
2426 | 2024-02-12T20:46:18.393Z | lat 0.001939347 |
2427 | 2024-02-12T20:46:18.393Z | stop 0.000146187 |
2428 | 2024-02-12T20:46:18.393Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2429 | 2024-02-12T20:46:19.060Z | Finished release [optimized] target(s) in 0.61s |
2430 | 2024-02-12T20:46:19.081Z | Running `target/release/omicron-package -t recovery package` |
2431 | 2024-02-12T20:46:19.108Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2432 | 2024-02-12T20:46:19.690Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2433 | 2024-02-12T20:46:22.080Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2434 | 2024-02-12T20:46:42.015Z | Finished release [optimized] target(s) in 22.85s |
2435 | 2024-02-12T20:46:57.372Z | |
2436 | 2024-02-12T20:46:57.377Z | real 38.968809614 |
2437 | 2024-02-12T20:46:57.377Z | user 1:40.307858915 |
2438 | 2024-02-12T20:46:57.378Z | sys 7.636740969 |
2439 | 2024-02-12T20:46:57.378Z | trap 0.068998989 |
2440 | 2024-02-12T20:46:57.378Z | tflt 0.075736183 |
2441 | 2024-02-12T20:46:57.378Z | dflt 0.467597567 |
2442 | 2024-02-12T20:46:57.378Z | kflt 0.000035826 |
2443 | 2024-02-12T20:46:57.378Z | lock 12:07.244827432 |
2444 | 2024-02-12T20:46:57.378Z | slp 1:43.573707011 |
2445 | 2024-02-12T20:46:57.379Z | lat 1.516329198 |
2446 | 2024-02-12T20:46:57.379Z | stop 0.495149457 |
2447 | 2024-02-12T20:46:57.379Z | + stamp_packages installinator mg-ddm-gz |
2448 | 2024-02-12T20:46:57.379Z | + for package in "$@" |
2449 | 2024-02-12T20:46:57.379Z | + [[ installinator == mg-ddm-gz ]] |
2450 | 2024-02-12T20:46:57.380Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+git54c992a083c |
2451 | 2024-02-12T20:46:58.053Z | Finished release [optimized] target(s) in 0.63s |
2452 | 2024-02-12T20:46:58.072Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+git54c992a083c` |
2453 | 2024-02-12T20:46:58.103Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2454 | 2024-02-12T20:46:58.185Z | Created: out/versioned/installinator.tar |
2455 | 2024-02-12T20:46:58.204Z | + for package in "$@" |
2456 | 2024-02-12T20:46:58.204Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2457 | 2024-02-12T20:46:58.205Z | + echo 0.0.0 |
2458 | 2024-02-12T20:46:58.205Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2459 | 2024-02-12T20:46:58.205Z | a VERSION 1K |
2460 | 2024-02-12T20:46:58.205Z | + rm VERSION |
2461 | 2024-02-12T20:46:58.205Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git54c992a083c |
2462 | 2024-02-12T20:46:58.868Z | Finished release [optimized] target(s) in 0.61s |
2463 | 2024-02-12T20:46:58.883Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git54c992a083c` |
2464 | 2024-02-12T20:46:58.911Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2465 | 2024-02-12T20:46:59.025Z | Created: out/versioned/mg-ddm-gz.tar |
2466 | 2024-02-12T20:46:59.033Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2467 | 2024-02-12T20:46:59.033Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2468 | 2024-02-12T20:46:59.033Z | ++ cd -- ./tools |
2469 | 2024-02-12T20:46:59.033Z | ++ pwd |
2470 | 2024-02-12T20:46:59.034Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2471 | 2024-02-12T20:46:59.034Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2472 | 2024-02-12T20:46:59.041Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2473 | 2024-02-12T20:46:59.041Z | ++ readlink -f /work |
2474 | 2024-02-12T20:46:59.041Z | + out_dir=/work |
2475 | 2024-02-12T20:46:59.041Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2476 | 2024-02-12T20:46:59.041Z | + for dep in "${deps[@]}" |
2477 | 2024-02-12T20:46:59.041Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2478 | 2024-02-12T20:46:59.041Z | + for dep in "${deps[@]}" |
2479 | 2024-02-12T20:46:59.042Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2480 | 2024-02-12T20:46:59.042Z | ++ mktemp -d |
2481 | 2024-02-12T20:46:59.042Z | + tmp_trampoline=/tmp/tmp.bUaWYh |
2482 | 2024-02-12T20:46:59.054Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2483 | 2024-02-12T20:46:59.054Z | + echo '{"v":"1","t":"layer"}' |
2484 | 2024-02-12T20:46:59.054Z | + pkg_dir=/tmp/tmp.bUaWYh/root/opt/oxide/installinator |
2485 | 2024-02-12T20:46:59.054Z | + mkdir -p /tmp/tmp.bUaWYh/root/opt/oxide/installinator |
2486 | 2024-02-12T20:46:59.054Z | + cd /tmp/tmp.bUaWYh/root/opt/oxide/installinator |
2487 | 2024-02-12T20:46:59.054Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2488 | 2024-02-12T20:46:59.082Z | x ., 0 bytes, 0 tape blocks |
2489 | 2024-02-12T20:46:59.083Z | x installinator, 55122328 bytes, 107661 tape blocks |
2490 | 2024-02-12T20:46:59.083Z | x pkg, 0 bytes, 0 tape blocks |
2491 | 2024-02-12T20:46:59.083Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2492 | 2024-02-12T20:46:59.083Z | x VERSION, 25 bytes, 1 tape blocks |
2493 | 2024-02-12T20:46:59.090Z | + mkdir -p /tmp/tmp.bUaWYh/root/lib/svc/manifest/site/ |
2494 | 2024-02-12T20:46:59.090Z | + mv pkg/manifest.xml /tmp/tmp.bUaWYh/root/lib/svc/manifest/site/installinator.xml |
2495 | 2024-02-12T20:46:59.091Z | + cd - |
2496 | 2024-02-12T20:46:59.091Z | /work/oxidecomputer/omicron |
2497 | 2024-02-12T20:46:59.091Z | + pkg_dir=/tmp/tmp.bUaWYh/root/opt/oxide/mg-ddm |
2498 | 2024-02-12T20:46:59.091Z | + mkdir -p /tmp/tmp.bUaWYh/root/opt/oxide/mg-ddm |
2499 | 2024-02-12T20:46:59.091Z | + cd /tmp/tmp.bUaWYh/root/opt/oxide/mg-ddm |
2500 | 2024-02-12T20:46:59.091Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2501 | 2024-02-12T20:46:59.145Z | x ., 0 bytes, 0 tape blocks |
2502 | 2024-02-12T20:46:59.145Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2503 | 2024-02-12T20:46:59.145Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2504 | 2024-02-12T20:46:59.145Z | x pkg, 0 bytes, 0 tape blocks |
2505 | 2024-02-12T20:46:59.146Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2506 | 2024-02-12T20:46:59.146Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2507 | 2024-02-12T20:46:59.146Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2508 | 2024-02-12T20:46:59.146Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2509 | 2024-02-12T20:46:59.146Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2510 | 2024-02-12T20:46:59.146Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2511 | 2024-02-12T20:46:59.146Z | x VERSION, 25 bytes, 1 tape blocks |
2512 | 2024-02-12T20:46:59.170Z | + cd - |
2513 | 2024-02-12T20:46:59.170Z | /work/oxidecomputer/omicron |
2514 | 2024-02-12T20:46:59.170Z | + cd /tmp/tmp.bUaWYh |
2515 | 2024-02-12T20:46:59.170Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2516 | 2024-02-12T20:47:03.577Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2517 | 2024-02-12T20:47:03.577Z | a oxide.json 1K |
2518 | 2024-02-12T20:47:03.578Z | a root/ 0K |
2519 | 2024-02-12T20:47:03.578Z | a root/opt/ 0K |
2520 | 2024-02-12T20:47:03.578Z | a root/opt/oxide/ 0K |
2521 | 2024-02-12T20:47:03.578Z | a root/opt/oxide/installinator/ 0K |
2522 | 2024-02-12T20:47:03.578Z | a root/opt/oxide/installinator/installinator 53831K |
2523 | 2024-02-12T20:47:03.578Z | a root/opt/oxide/installinator/pkg/ 0K |
2524 | 2024-02-12T20:47:03.578Z | a root/opt/oxide/installinator/VERSION 1K |
2525 | 2024-02-12T20:47:03.578Z | a root/opt/oxide/mg-ddm/ 0K |
2526 | 2024-02-12T20:47:03.578Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2527 | 2024-02-12T20:47:03.578Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2528 | 2024-02-12T20:47:03.578Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2529 | 2024-02-12T20:47:03.578Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2530 | 2024-02-12T20:47:03.579Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2531 | 2024-02-12T20:47:03.579Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2532 | 2024-02-12T20:47:03.579Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2533 | 2024-02-12T20:47:03.579Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2534 | 2024-02-12T20:47:03.579Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2535 | 2024-02-12T20:47:03.579Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2536 | 2024-02-12T20:47:03.579Z | a root/lib/ 0K |
2537 | 2024-02-12T20:47:03.579Z | a root/lib/svc/ 0K |
2538 | 2024-02-12T20:47:03.579Z | a root/lib/svc/manifest/ 0K |
2539 | 2024-02-12T20:47:03.579Z | a root/lib/svc/manifest/site/ 0K |
2540 | 2024-02-12T20:47:03.580Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2541 | 2024-02-12T20:47:03.595Z | + cd / |
2542 | 2024-02-12T20:47:03.595Z | + rm -rf /tmp/tmp.bUaWYh |
2543 | 2024-02-12T20:47:03.595Z | |
2544 | 2024-02-12T20:47:03.595Z | real 4.553965820 |
2545 | 2024-02-12T20:47:03.595Z | user 4.312511533 |
2546 | 2024-02-12T20:47:03.596Z | sys 0.258302461 |
2547 | 2024-02-12T20:47:03.596Z | trap 0.000476063 |
2548 | 2024-02-12T20:47:03.596Z | tflt 0.000000000 |
2549 | 2024-02-12T20:47:03.596Z | dflt 0.000003049 |
2550 | 2024-02-12T20:47:03.596Z | kflt 0.000000000 |
2551 | 2024-02-12T20:47:03.596Z | lock 0.000000000 |
2552 | 2024-02-12T20:47:03.596Z | slp 8.861138435 |
2553 | 2024-02-12T20:47:03.596Z | lat 0.086904387 |
2554 | 2024-02-12T20:47:03.596Z | stop 0.000190202 |
2555 | 2024-02-12T20:47:03.596Z | process exited: duration 1575255 ms, exit code 0 |
|
2556 | 2024-02-12T20:47:03.629Z | found 21 output files |
2557 | 2024-02-12T20:47:03.629Z | uploading: /work/version.txt (26 bytes) |
2558 | 2024-02-12T20:47:04.659Z | uploaded: /work/version.txt |
2559 | 2024-02-12T20:47:04.660Z | uploading: /work/package.tar.gz (88043035 bytes) |
2560 | 2024-02-12T20:47:35.869Z | uploaded: /work/package.tar.gz |
2561 | 2024-02-12T20:47:35.869Z | uploading: /work/global-zone-packages.tar.gz (128098598 bytes) |
2562 | 2024-02-12T20:48:29.489Z | uploaded: /work/global-zone-packages.tar.gz |
2563 | 2024-02-12T20:48:29.489Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38936854 bytes) |
2564 | 2024-02-12T20:48:45.414Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2565 | 2024-02-12T20:48:45.415Z | uploading: /work/zones/clickhouse.tar.gz (194436391 bytes) |
2566 | 2024-02-12T20:50:02.501Z | uploaded: /work/zones/clickhouse.tar.gz |
2567 | 2024-02-12T20:50:02.501Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194434411 bytes) |
2568 | 2024-02-12T20:51:12.195Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2569 | 2024-02-12T20:51:12.195Z | uploading: /work/zones/cockroachdb.tar.gz (131522640 bytes) |
2570 | 2024-02-12T20:52:03.801Z | uploaded: /work/zones/cockroachdb.tar.gz |
2571 | 2024-02-12T20:52:03.801Z | uploading: /work/zones/crucible-pantry.tar.gz (17071602 bytes) |
2572 | 2024-02-12T20:52:09.135Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2573 | 2024-02-12T20:52:09.161Z | uploading: /work/zones/crucible.tar.gz (34042166 bytes) |
2574 | 2024-02-12T20:52:22.724Z | uploaded: /work/zones/crucible.tar.gz |
2575 | 2024-02-12T20:52:22.724Z | uploading: /work/zones/external-dns.tar.gz (23600012 bytes) |
2576 | 2024-02-12T20:52:28.090Z | uploaded: /work/zones/external-dns.tar.gz |
2577 | 2024-02-12T20:52:28.090Z | uploading: /work/zones/internal-dns.tar.gz (23600012 bytes) |
2578 | 2024-02-12T20:52:38.021Z | uploaded: /work/zones/internal-dns.tar.gz |
2579 | 2024-02-12T20:52:38.022Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2580 | 2024-02-12T20:52:39.040Z | uploaded: /work/zones/ntp.tar.gz |
2581 | 2024-02-12T20:52:39.040Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19546148 bytes) |
2582 | 2024-02-12T20:52:45.289Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2583 | 2024-02-12T20:52:45.289Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19545343 bytes) |
2584 | 2024-02-12T20:52:54.988Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2585 | 2024-02-12T20:52:54.988Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87568772 bytes) |
2586 | 2024-02-12T20:53:19.714Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2587 | 2024-02-12T20:53:19.714Z | uploading: /work/zones/omicron-nexus.tar.gz (87563317 bytes) |
2588 | 2024-02-12T20:53:44.966Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2589 | 2024-02-12T20:53:44.966Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2590 | 2024-02-12T20:53:45.976Z | uploaded: /work/zones/overlay.tar.gz |
2591 | 2024-02-12T20:53:45.976Z | uploading: /work/zones/oximeter.tar.gz (55843326 bytes) |
2592 | 2024-02-12T20:54:01.222Z | uploaded: /work/zones/oximeter.tar.gz |
2593 | 2024-02-12T20:54:01.259Z | uploading: /work/zones/propolis-server.tar.gz (66166937 bytes) |
2594 | 2024-02-12T20:54:16.733Z | uploaded: /work/zones/propolis-server.tar.gz |
2595 | 2024-02-12T20:54:16.734Z | uploading: /work/zones/switch-asic.tar.gz (285223616 bytes) |
2596 | 2024-02-12T20:55:50.658Z | uploaded: /work/zones/switch-asic.tar.gz |
2597 | 2024-02-12T20:55:50.658Z | uploading: /work/zones/switch-softnpu.tar.gz (209445510 bytes) |
2598 | 2024-02-12T20:56:56.481Z | uploaded: /work/zones/switch-softnpu.tar.gz |