|
|
|
1 | 2024-02-01T10:15:26.867Z | job assigned to worker 01HNJ2JNA6H8JK1N34MCG1J5SX (queued for 36 m 2 s) |
|
2 | 2024-02-01T10:15:27.027Z | starting task 0: "setup" |
3 | 2024-02-01T10:15:27.070Z | ++ uname -s |
4 | 2024-02-01T10:15:27.074Z | + kern=SunOS |
5 | 2024-02-01T10:15:27.074Z | + case "$kern" in |
6 | 2024-02-01T10:15:27.074Z | + groupadd -g 12345 build |
7 | 2024-02-01T10:15:27.077Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-01T10:15:29.115Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-01T10:15:29.231Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-01T10:15:29.237Z | + home_fs=zfs |
11 | 2024-02-01T10:15:29.237Z | + [[ zfs == autofs ]] |
12 | 2024-02-01T10:15:29.237Z | + mkdir -p /home/build |
13 | 2024-02-01T10:15:29.243Z | + chown build:build /home/build /work |
14 | 2024-02-01T10:15:31.239Z | + chmod 0700 /home/build /work |
15 | 2024-02-01T10:15:31.242Z | process exited: duration 4214 ms, exit code 0 |
|
16 | 2024-02-01T10:15:31.250Z | starting task 1: "rust-toolchain" |
17 | 2024-02-01T10:15:31.259Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-01T10:15:31.262Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-01T10:15:31.445Z | info: downloading installer |
20 | 2024-02-01T10:15:33.378Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-01T10:15:33.378Z | warning: /opt/ooce/bin |
22 | 2024-02-01T10:15:33.379Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-01T10:15:33.379Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-01T10:15:33.379Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-01T10:15:33.379Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-01T10:15:33.379Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-01T10:15:33.379Z | error: cannot install while Rust is installed |
28 | 2024-02-01T10:15:33.379Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-01T10:15:33.536Z | info: profile set to 'default' |
30 | 2024-02-01T10:15:33.536Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-01T10:15:33.540Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-01T10:15:33.733Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-01T10:15:33.733Z | info: downloading component 'cargo' |
34 | 2024-02-01T10:15:34.586Z | info: downloading component 'clippy' |
35 | 2024-02-01T10:15:34.903Z | info: downloading component 'rust-docs' |
36 | 2024-02-01T10:15:35.971Z | info: downloading component 'rust-std' |
37 | 2024-02-01T10:15:37.896Z | info: downloading component 'rustc' |
38 | 2024-02-01T10:15:42.588Z | info: downloading component 'rustfmt' |
39 | 2024-02-01T10:15:42.922Z | info: installing component 'cargo' |
40 | 2024-02-01T10:15:44.609Z | info: installing component 'clippy' |
41 | 2024-02-01T10:15:45.476Z | info: installing component 'rust-docs' |
42 | 2024-02-01T10:15:48.229Z | info: installing component 'rust-std' |
43 | 2024-02-01T10:15:52.182Z | info: installing component 'rustc' |
44 | 2024-02-01T10:16:01.061Z | info: installing component 'rustfmt' |
45 | 2024-02-01T10:16:01.519Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-01T10:16:01.519Z | |
47 | 2024-02-01T10:16:01.673Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-01T10:16:01.673Z | |
49 | 2024-02-01T10:16:01.677Z | |
50 | 2024-02-01T10:16:01.677Z | Rust is installed now. Great! |
51 | 2024-02-01T10:16:01.677Z | |
52 | 2024-02-01T10:16:01.677Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-01T10:16:01.677Z | environment variable. This has not been done automatically. |
54 | 2024-02-01T10:16:01.677Z | |
55 | 2024-02-01T10:16:01.677Z | To configure your current shell, run: |
56 | 2024-02-01T10:16:01.677Z | source "$HOME/.cargo/env" |
57 | 2024-02-01T10:16:01.764Z | + rustc --version |
58 | 2024-02-01T10:16:01.877Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-01T10:16:01.883Z | process exited: duration 30635 ms, exit code 0 |
|
60 | 2024-02-01T10:16:01.890Z | starting task 2: "authentication" |
61 | 2024-02-01T10:16:01.930Z | process exited: duration 36 ms, exit code 0 |
|
62 | 2024-02-01T10:16:01.936Z | starting task 3: "clone repository" |
63 | 2024-02-01T10:16:01.943Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-01T10:16:01.947Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-01T10:16:02.267Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-01T10:16:08.455Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-01T10:16:08.459Z | + git fetch origin d36c61cef85fb811861493a8446ca3dfc983c6af |
68 | 2024-02-01T10:16:08.996Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-01T10:16:08.996Z | * branch d36c61cef85fb811861493a8446ca3dfc983c6af -> FETCH_HEAD |
70 | 2024-02-01T10:16:09.004Z | + [[ -n '' ]] |
71 | 2024-02-01T10:16:09.004Z | + git reset --hard d36c61cef85fb811861493a8446ca3dfc983c6af |
72 | 2024-02-01T10:16:09.192Z | HEAD is now at d36c61cef cleanup per pr comments |
73 | 2024-02-01T10:16:09.195Z | process exited: duration 7258 ms, exit code 0 |
|
74 | 2024-02-01T10:16:09.201Z | starting task 4: "build" |
75 | 2024-02-01T10:16:09.208Z | + cargo --version |
76 | 2024-02-01T10:16:09.216Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-01T10:16:09.433Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-01T10:16:09.436Z | info: downloading component 'cargo' |
79 | 2024-02-01T10:16:10.271Z | info: downloading component 'clippy' |
80 | 2024-02-01T10:16:10.540Z | info: downloading component 'rust-docs' |
81 | 2024-02-01T10:16:11.574Z | info: downloading component 'rust-std' |
82 | 2024-02-01T10:16:13.509Z | info: downloading component 'rustc' |
83 | 2024-02-01T10:16:17.417Z | info: downloading component 'rustfmt' |
84 | 2024-02-01T10:16:17.703Z | info: installing component 'cargo' |
85 | 2024-02-01T10:16:19.008Z | info: installing component 'clippy' |
86 | 2024-02-01T10:16:19.497Z | info: installing component 'rust-docs' |
87 | 2024-02-01T10:16:22.346Z | info: installing component 'rust-std' |
88 | 2024-02-01T10:16:24.718Z | info: installing component 'rustc' |
89 | 2024-02-01T10:16:30.976Z | info: installing component 'rustfmt' |
90 | 2024-02-01T10:16:31.510Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-01T10:16:31.513Z | + rustc --version |
92 | 2024-02-01T10:16:31.631Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-01T10:16:31.651Z | ++ git rev-parse HEAD |
94 | 2024-02-01T10:16:31.655Z | + COMMIT=d36c61cef85fb811861493a8446ca3dfc983c6af |
95 | 2024-02-01T10:16:31.655Z | + VERSION=6.0.0-0.ci+gitd36c61cef85 |
96 | 2024-02-01T10:16:31.655Z | + echo 6.0.0-0.ci+gitd36c61cef85 |
97 | 2024-02-01T10:16:31.655Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
98 | 2024-02-01T10:16:45.673Z | Startup: Refreshing catalog 'helios-dev' ... Done |
99 | 2024-02-01T10:16:47.585Z | Startup: Caching catalogs ... Done |
100 | 2024-02-01T10:16:50.494Z | Planning: Solver setup ... Done (2.413s) |
101 | 2024-02-01T10:16:50.559Z | Planning: Running solver ... Done (0.065s) |
102 | 2024-02-01T10:16:50.590Z | Planning: Finding local manifests ... Done (0.002s) |
103 | 2024-02-01T10:16:50.605Z | Planning: Fetching manifests: 0/4 0% complete |
104 | 2024-02-01T10:16:50.928Z | Planning: Fetching manifests: 4/4 100% complete |
105 | 2024-02-01T10:16:51.006Z | Planning: Package planning ... Done (0.078s) |
106 | 2024-02-01T10:16:51.090Z | Planning: Merging actions ... Done (0.083s) |
107 | 2024-02-01T10:16:52.381Z | Planning: Checking for conflicting actions ... Done (1.292s) |
108 | 2024-02-01T10:16:52.401Z | Planning: Consolidating action changes ... Done (0.017s) |
109 | 2024-02-01T10:16:59.850Z | Planning: Evaluating mediators ... Done (7.451s) |
110 | 2024-02-01T10:16:59.865Z | Planning: Planning completed in 12.22 seconds |
111 | 2024-02-01T10:17:04.887Z | Packages to install: 4 |
112 | 2024-02-01T10:17:04.888Z | Mediators to change: 2 |
113 | 2024-02-01T10:17:04.892Z | Services to change: 1 |
114 | 2024-02-01T10:17:04.892Z | Estimated space available: 148.87 GB |
115 | 2024-02-01T10:17:04.892Z | Estimated space to be consumed: 1.40 GB |
116 | 2024-02-01T10:17:04.892Z | Create boot environment: No |
117 | 2024-02-01T10:17:04.893Z | Create backup boot environment: No |
118 | 2024-02-01T10:17:04.893Z | Rebuild boot archive: No |
119 | 2024-02-01T10:17:04.893Z | |
120 | 2024-02-01T10:17:04.893Z | Changed mediators: |
121 | 2024-02-01T10:17:04.893Z | mediator clang: |
122 | 2024-02-01T10:17:04.893Z | version: None -> 15 (system default) |
123 | 2024-02-01T10:17:04.893Z | |
124 | 2024-02-01T10:17:04.893Z | mediator llvm: |
125 | 2024-02-01T10:17:04.893Z | version: 14 (system default) -> 15 (system default) |
126 | 2024-02-01T10:17:04.893Z | |
127 | 2024-02-01T10:17:04.893Z | Changed packages: |
128 | 2024-02-01T10:17:04.893Z | helios-dev |
129 | 2024-02-01T10:17:04.893Z | developer/build-essential |
130 | 2024-02-01T10:17:04.893Z | None -> 11-2.0 |
131 | 2024-02-01T10:17:04.893Z | library/libxmlsec1 |
132 | 2024-02-01T10:17:04.893Z | None -> 1.2.35-2.0 |
133 | 2024-02-01T10:17:04.894Z | ooce/developer/clang-15 |
134 | 2024-02-01T10:17:04.894Z | None -> 15.0.7-2.0 |
135 | 2024-02-01T10:17:04.894Z | ooce/developer/llvm-15 |
136 | 2024-02-01T10:17:04.894Z | None -> 15.0.7-2.0 |
137 | 2024-02-01T10:17:04.894Z | |
138 | 2024-02-01T10:17:04.894Z | Services: |
139 | 2024-02-01T10:17:04.894Z | restart_fmri: |
140 | 2024-02-01T10:17:04.894Z | svc:/system/update-man-index:default |
141 | 2024-02-01T10:17:05.186Z | |
142 | 2024-02-01T10:17:05.186Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
143 | 2024-02-01T10:17:10.188Z | Download: 1434/3290 items 110.1/212.6MB 51% complete (22.0M/s) |
144 | 2024-02-01T10:17:15.591Z | Download: 3237/3290 items 174.6/212.6MB 82% complete (17.4M/s) |
145 | 2024-02-01T10:17:18.179Z | Download: Completed 212.60 MB in 12.98 seconds (16.4M/s) |
146 | 2024-02-01T10:17:18.577Z | Actions: 1/3689 actions (Installing new actions) |
147 | 2024-02-01T10:17:23.979Z | Actions: 3215/3689 actions (Installing new actions) |
148 | 2024-02-01T10:17:26.236Z | Actions: Completed 3689 actions in 7.66 seconds. |
149 | 2024-02-01T10:17:26.482Z | Done (0.236s) |
150 | 2024-02-01T10:17:26.482Z | Done (0.000s) |
151 | 2024-02-01T10:17:26.815Z | Done (0.336s) |
152 | 2024-02-01T10:17:35.131Z | Done (8.171s) |
153 | 2024-02-01T10:17:35.445Z | Done (0.213s) |
154 | 2024-02-01T10:17:35.449Z | Done (0.000s) |
155 | 2024-02-01T10:17:35.689Z | Done (0.000s) |
156 | 2024-02-01T10:17:36.462Z | Planning: Evaluating mediator changes ... Done |
157 | 2024-02-01T10:17:36.755Z | Planning: Checking for conflicting actions ... Done |
158 | 2024-02-01T10:17:36.758Z | Planning: Consolidating action changes ... Done |
159 | 2024-02-01T10:17:37.207Z | Planning: Evaluating mediators ... Done |
160 | 2024-02-01T10:17:37.210Z | Planning: Planning completed in 0.75 seconds |
161 | 2024-02-01T10:17:37.264Z | Mediators to change: 2 |
162 | 2024-02-01T10:17:37.265Z | Create boot environment: No |
163 | 2024-02-01T10:17:37.265Z | Create backup boot environment: No |
164 | 2024-02-01T10:17:37.410Z | Done |
165 | 2024-02-01T10:17:37.410Z | Done |
166 | 2024-02-01T10:17:37.617Z | Done |
167 | 2024-02-01T10:17:43.553Z | Done |
168 | 2024-02-01T10:17:43.682Z | Done |
169 | 2024-02-01T10:17:43.686Z | Done |
170 | 2024-02-01T10:17:45.148Z | Done |
171 | 2024-02-01T10:17:45.158Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-02-01T10:17:45.158Z | Planning: Merging actions ... Done |
173 | 2024-02-01T10:17:45.198Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-02-01T10:17:45.202Z | Planning: Consolidating action changes ... Done |
175 | 2024-02-01T10:17:45.644Z | Planning: Evaluating mediators ... Done |
176 | 2024-02-01T10:17:45.739Z | Planning: Planning completed in 1.32 seconds |
177 | 2024-02-01T10:17:45.799Z | Packages to change: 1 |
178 | 2024-02-01T10:17:45.799Z | Mediators to change: 1 |
179 | 2024-02-01T10:17:45.802Z | Services to change: 1 |
180 | 2024-02-01T10:17:45.802Z | Create boot environment: No |
181 | 2024-02-01T10:17:45.803Z | Create backup boot environment: Yes |
182 | 2024-02-01T10:17:47.826Z | Actions: 1/6 actions (Updating modified actions) |
183 | 2024-02-01T10:17:47.836Z | Actions: Completed 6 actions in 0.00 seconds. |
184 | 2024-02-01T10:17:47.836Z | Done |
185 | 2024-02-01T10:17:47.836Z | Done |
186 | 2024-02-01T10:17:47.904Z | Done |
187 | 2024-02-01T10:17:54.338Z | Done |
188 | 2024-02-01T10:17:54.341Z | Done |
189 | 2024-02-01T10:17:54.341Z | Done |
190 | 2024-02-01T10:17:54.341Z | Done |
191 | 2024-02-01T10:17:54.879Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
192 | 2024-02-01T10:17:54.879Z | clang system 15 system |
193 | 2024-02-01T10:17:54.879Z | csh system system illumos |
194 | 2024-02-01T10:17:54.879Z | ctags system system illumos |
195 | 2024-02-01T10:17:54.879Z | gcc vendor 12 vendor |
196 | 2024-02-01T10:17:54.879Z | gcc system 10 system |
197 | 2024-02-01T10:17:54.879Z | gcc system 7 system |
198 | 2024-02-01T10:17:54.879Z | go system 1.20 system |
199 | 2024-02-01T10:17:54.879Z | go system 1.19 system |
200 | 2024-02-01T10:17:54.880Z | llvm system 15 system |
201 | 2024-02-01T10:17:54.881Z | llvm system 14 system |
202 | 2024-02-01T10:17:54.881Z | mariadb system 10.6 system |
203 | 2024-02-01T10:17:54.881Z | mta vendor vendor dma |
204 | 2024-02-01T10:17:54.881Z | openjdk system 17 system |
205 | 2024-02-01T10:17:54.882Z | openjdk system 11 system |
206 | 2024-02-01T10:17:54.882Z | openjdk system 1.8 system |
207 | 2024-02-01T10:17:54.882Z | openssl vendor 3 vendor |
208 | 2024-02-01T10:17:54.882Z | perl system 5.36 system |
209 | 2024-02-01T10:17:54.882Z | postgresql system 15 system |
210 | 2024-02-01T10:17:54.882Z | postgresql system 13 system |
211 | 2024-02-01T10:17:54.882Z | python vendor 3 vendor |
212 | 2024-02-01T10:17:54.882Z | python system 2 system |
213 | 2024-02-01T10:17:54.882Z | python3 system 3.11 system |
214 | 2024-02-01T10:17:54.882Z | ruby system 3.0 system |
215 | 2024-02-01T10:17:54.882Z | words vendor vendor american-english |
216 | 2024-02-01T10:17:54.882Z | words system system australian-english |
217 | 2024-02-01T10:17:54.882Z | words system system british-english |
218 | 2024-02-01T10:17:54.882Z | words system system canadian-english |
219 | 2024-02-01T10:17:54.882Z | words system system french |
220 | 2024-02-01T10:17:54.882Z | words system system italian |
221 | 2024-02-01T10:17:54.882Z | words system system ngerman |
222 | 2024-02-01T10:17:54.882Z | words system system ogerman |
223 | 2024-02-01T10:17:54.882Z | words system system spanish |
224 | 2024-02-01T10:17:55.413Z | FMRI IFO |
225 | 2024-02-01T10:17:55.413Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
226 | 2024-02-01T10:17:55.413Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
227 | 2024-02-01T10:17:55.415Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
228 | 2024-02-01T10:17:55.415Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
229 | 2024-02-01T10:17:55.415Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
230 | 2024-02-01T10:17:55.415Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
231 | 2024-02-01T10:17:55.415Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
232 | 2024-02-01T10:17:55.415Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
233 | 2024-02-01T10:17:55.487Z | + set -o errexit |
234 | 2024-02-01T10:17:55.492Z | +++ dirname ./tools/ci_download_cockroachdb |
235 | 2024-02-01T10:17:55.492Z | ++ cd ./tools |
236 | 2024-02-01T10:17:55.497Z | ++ pwd |
237 | 2024-02-01T10:17:55.497Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
238 | 2024-02-01T10:17:55.497Z | ++ basename ./tools/ci_download_cockroachdb |
239 | 2024-02-01T10:17:55.497Z | + ARG0=ci_download_cockroachdb |
240 | 2024-02-01T10:17:55.497Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
241 | 2024-02-01T10:17:55.502Z | + CIDL_VERSION=v22.1.9 |
242 | 2024-02-01T10:17:55.502Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
243 | 2024-02-01T10:17:55.502Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
244 | 2024-02-01T10:17:55.502Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
245 | 2024-02-01T10:17:55.502Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
246 | 2024-02-01T10:17:55.503Z | + TARGET_DIR=out |
247 | 2024-02-01T10:17:55.503Z | + DOWNLOAD_DIR=out/downloads |
248 | 2024-02-01T10:17:55.504Z | + DEST_DIR=./out/cockroachdb |
249 | 2024-02-01T10:17:55.504Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
250 | 2024-02-01T10:17:55.504Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
251 | 2024-02-01T10:17:55.504Z | + main |
252 | 2024-02-01T10:17:55.504Z | + [[ 0 != 0 ]] |
253 | 2024-02-01T10:17:55.504Z | + CIDL_OS=solaris2.11 |
254 | 2024-02-01T10:17:55.504Z | + [[ 0 != 0 ]] |
255 | 2024-02-01T10:17:55.504Z | + configure_os solaris2.11 |
256 | 2024-02-01T10:17:55.504Z | + echo 'current directory: /work/oxidecomputer/omicron' |
257 | 2024-02-01T10:17:55.504Z | current directory: /work/oxidecomputer/omicron |
258 | 2024-02-01T10:17:55.504Z | + echo 'configuring based on OS: "solaris2.11"' |
259 | 2024-02-01T10:17:55.504Z | + case "$1" in |
260 | 2024-02-01T10:17:55.504Z | configuring based on OS: "solaris2.11" |
261 | 2024-02-01T10:17:55.504Z | + CIDL_BUILD=illumos |
262 | 2024-02-01T10:17:55.504Z | + CIDL_SUFFIX=tar.gz |
263 | 2024-02-01T10:17:55.504Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
264 | 2024-02-01T10:17:55.504Z | + CIDL_MD5FUNC=do_md5sum |
265 | 2024-02-01T10:17:55.505Z | + CIDL_URL_BASE=https://illumos.org/downloads |
266 | 2024-02-01T10:17:55.505Z | + CIDL_ASSEMBLE=do_assemble_illumos |
267 | 2024-02-01T10:17:55.505Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
268 | 2024-02-01T10:17:55.505Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
269 | 2024-02-01T10:17:55.505Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2024-02-01T10:17:55.505Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
271 | 2024-02-01T10:17:55.505Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-02-01T10:17:55.505Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
273 | 2024-02-01T10:17:55.505Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-01T10:17:55.505Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-01T10:17:55.505Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2024-02-01T10:17:55.505Z | + mkdir -p out/downloads |
277 | 2024-02-01T10:17:55.512Z | + mkdir -p ./out/cockroachdb |
278 | 2024-02-01T10:17:55.512Z | + local DO_DOWNLOAD=true |
279 | 2024-02-01T10:17:55.512Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
280 | 2024-02-01T10:17:55.512Z | + '[' true == true ']' |
281 | 2024-02-01T10:17:55.512Z | + echo Downloading... |
282 | 2024-02-01T10:17:55.512Z | Downloading... |
283 | 2024-02-01T10:17:55.512Z | + 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-01T10:17:55.512Z | + 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-01T10:17:57.935Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-02-01T10:17:57.938Z | ++ md5sum |
287 | 2024-02-01T10:17:57.938Z | ++ awk '{print $1}' |
288 | 2024-02-01T10:17:58.211Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
289 | 2024-02-01T10:17:58.211Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
290 | 2024-02-01T10:17:58.211Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-01T10:17:58.214Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
292 | 2024-02-01T10:18:01.673Z | + do_assemble_illumos |
293 | 2024-02-01T10:18:01.673Z | + rm -r ./out/cockroachdb |
294 | 2024-02-01T10:18:01.680Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
295 | 2024-02-01T10:18:02.319Z | + ./out/cockroachdb/bin/cockroach version |
296 | 2024-02-01T10:18:02.646Z | Build Tag: v22.1.9-dirty |
297 | 2024-02-01T10:18:02.646Z | Build Time: 2022/10/26 21:17:46 |
298 | 2024-02-01T10:18:02.646Z | Distribution: OSS |
299 | 2024-02-01T10:18:02.646Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
300 | 2024-02-01T10:18:02.647Z | Go Version: go1.17.13 |
301 | 2024-02-01T10:18:02.647Z | C Compiler: gcc 10.3.0 |
302 | 2024-02-01T10:18:02.647Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
303 | 2024-02-01T10:18:02.647Z | Build Type: release |
304 | 2024-02-01T10:18:02.656Z | + set -o errexit |
305 | 2024-02-01T10:18:02.657Z | +++ dirname ./tools/ci_download_clickhouse |
306 | 2024-02-01T10:18:02.657Z | ++ cd ./tools |
307 | 2024-02-01T10:18:02.657Z | ++ pwd |
308 | 2024-02-01T10:18:03.067Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
309 | 2024-02-01T10:18:03.067Z | ++ basename ./tools/ci_download_clickhouse |
310 | 2024-02-01T10:18:03.067Z | + ARG0=ci_download_clickhouse |
311 | 2024-02-01T10:18:03.068Z | + TARGET_DIR=out |
312 | 2024-02-01T10:18:03.068Z | + DOWNLOAD_DIR=out/downloads |
313 | 2024-02-01T10:18:03.068Z | + DEST_DIR=./out/clickhouse |
314 | 2024-02-01T10:18:03.068Z | + CIDL_VERSION=v22.8.9.24 |
315 | 2024-02-01T10:18:03.068Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
316 | 2024-02-01T10:18:03.068Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
317 | 2024-02-01T10:18:03.068Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
318 | 2024-02-01T10:18:03.068Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
319 | 2024-02-01T10:18:03.068Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
320 | 2024-02-01T10:18:03.069Z | + main |
321 | 2024-02-01T10:18:03.069Z | + [[ 0 != 0 ]] |
322 | 2024-02-01T10:18:03.069Z | + CIDL_OS=solaris2.11 |
323 | 2024-02-01T10:18:03.069Z | + [[ 0 != 0 ]] |
324 | 2024-02-01T10:18:03.069Z | + configure_os solaris2.11 |
325 | 2024-02-01T10:18:03.069Z | + echo 'current directory: /work/oxidecomputer/omicron' |
326 | 2024-02-01T10:18:03.069Z | current directory: /work/oxidecomputer/omicron |
327 | 2024-02-01T10:18:03.070Z | + echo 'configuring based on OS: "solaris2.11"' |
328 | 2024-02-01T10:18:03.070Z | + CIDL_DASHREV= |
329 | 2024-02-01T10:18:03.070Z | + case "$1" in |
330 | 2024-02-01T10:18:03.070Z | configuring based on OS: "solaris2.11" |
331 | 2024-02-01T10:18:03.070Z | + CIDL_PLATFORM=illumos |
332 | 2024-02-01T10:18:03.070Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
333 | 2024-02-01T10:18:03.070Z | + CIDL_MD5FUNC=do_md5sum |
334 | 2024-02-01T10:18:03.070Z | + CIDL_DASHREV=-1 |
335 | 2024-02-01T10:18:03.070Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
336 | 2024-02-01T10:18:03.070Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2024-02-01T10:18:03.070Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2024-02-01T10:18:03.070Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2024-02-01T10:18:03.070Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
340 | 2024-02-01T10:18:03.070Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
341 | 2024-02-01T10:18:03.070Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-02-01T10:18:03.070Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-02-01T10:18:03.070Z | + mkdir -p out/downloads |
344 | 2024-02-01T10:18:03.071Z | + mkdir -p ./out/clickhouse |
345 | 2024-02-01T10:18:03.074Z | + local DO_DOWNLOAD=true |
346 | 2024-02-01T10:18:03.074Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
347 | 2024-02-01T10:18:03.074Z | + '[' true == true ']' |
348 | 2024-02-01T10:18:03.074Z | + echo Downloading... |
349 | 2024-02-01T10:18:03.074Z | Downloading... |
350 | 2024-02-01T10:18:03.074Z | + 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 |
351 | 2024-02-01T10:18:03.074Z | + 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 |
352 | 2024-02-01T10:18:04.467Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2024-02-01T10:18:04.474Z | ++ md5sum |
354 | 2024-02-01T10:18:04.474Z | ++ awk '{print $1}' |
355 | 2024-02-01T10:18:04.729Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
356 | 2024-02-01T10:18:04.729Z | + [[ 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 ]] |
357 | 2024-02-01T10:18:04.729Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
358 | 2024-02-01T10:18:04.732Z | + mkdir -p ./out/clickhouse |
359 | 2024-02-01T10:18:04.732Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
360 | 2024-02-01T10:18:09.555Z | + ./out/clickhouse/clickhouse server --version |
361 | 2024-02-01T10:18:09.608Z | ClickHouse server version 22.8.9.1. |
362 | 2024-02-01T10:18:09.634Z | + set -o errexit |
363 | 2024-02-01T10:18:09.637Z | +++ dirname ./tools/ci_download_console |
364 | 2024-02-01T10:18:09.637Z | ++ cd ./tools |
365 | 2024-02-01T10:18:09.637Z | ++ pwd |
366 | 2024-02-01T10:18:09.637Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
367 | 2024-02-01T10:18:09.637Z | ++ basename ./tools/ci_download_console |
368 | 2024-02-01T10:18:09.640Z | + ARG0=ci_download_console |
369 | 2024-02-01T10:18:09.640Z | + TARGET_DIR=out |
370 | 2024-02-01T10:18:09.640Z | + DOWNLOAD_DIR=out/downloads |
371 | 2024-02-01T10:18:09.640Z | + DEST_DIR=./out/console-assets |
372 | 2024-02-01T10:18:09.640Z | + source /work/oxidecomputer/omicron/tools/console_version |
373 | 2024-02-01T10:18:09.640Z | ++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0 |
374 | 2024-02-01T10:18:09.640Z | ++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
375 | 2024-02-01T10:18:09.640Z | + URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
376 | 2024-02-01T10:18:09.641Z | + TARBALL_FILE=out/downloads/console.tar.gz |
377 | 2024-02-01T10:18:09.641Z | + main |
378 | 2024-02-01T10:18:09.641Z | + [[ 0 != 0 ]] |
379 | 2024-02-01T10:18:09.641Z | + echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz' |
380 | 2024-02-01T10:18:09.641Z | URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
381 | 2024-02-01T10:18:09.641Z | Local file: out/downloads/console.tar.gz |
382 | 2024-02-01T10:18:09.641Z | + echo 'Local file: out/downloads/console.tar.gz' |
383 | 2024-02-01T10:18:09.641Z | + local DO_DOWNLOAD=true |
384 | 2024-02-01T10:18:09.641Z | + [[ -f out/downloads/console.tar.gz ]] |
385 | 2024-02-01T10:18:09.641Z | + mkdir -p out/downloads |
386 | 2024-02-01T10:18:09.652Z | + '[' true == true ']' |
387 | 2024-02-01T10:18:09.652Z | + echo Downloading... |
388 | 2024-02-01T10:18:09.652Z | Downloading... |
389 | 2024-02-01T10:18:09.654Z | + do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz |
390 | 2024-02-01T10:18:09.654Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
391 | 2024-02-01T10:18:10.380Z | ++ do_sha256sum out/downloads/console.tar.gz |
392 | 2024-02-01T10:18:10.383Z | ++ case "$OSTYPE" in |
393 | 2024-02-01T10:18:10.383Z | ++ SHA=sha256sum |
394 | 2024-02-01T10:18:10.383Z | ++ sha256sum |
395 | 2024-02-01T10:18:10.383Z | ++ awk '{print $1}' |
396 | 2024-02-01T10:18:10.489Z | + calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
397 | 2024-02-01T10:18:10.489Z | + [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]] |
398 | 2024-02-01T10:18:10.489Z | + rm -rf ./out/console-assets |
399 | 2024-02-01T10:18:10.495Z | + mkdir -p ./out/console-assets |
400 | 2024-02-01T10:18:10.495Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
401 | 2024-02-01T10:18:10.495Z | + mkdir -p ./out/console-assets |
402 | 2024-02-01T10:18:10.498Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
403 | 2024-02-01T10:18:10.636Z | + set -o errexit |
404 | 2024-02-01T10:18:10.640Z | +++ dirname ./tools/ci_download_maghemite_openapi |
405 | 2024-02-01T10:18:10.640Z | ++ cd ./tools |
406 | 2024-02-01T10:18:10.640Z | ++ pwd |
407 | 2024-02-01T10:18:10.640Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
408 | 2024-02-01T10:18:10.647Z | ++ basename ./tools/ci_download_maghemite_openapi |
409 | 2024-02-01T10:18:10.647Z | + ARG0=ci_download_maghemite_openapi |
410 | 2024-02-01T10:18:10.647Z | + TARGET_DIR=out |
411 | 2024-02-01T10:18:10.647Z | + DOWNLOAD_DIR=out/downloads |
412 | 2024-02-01T10:18:10.647Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
413 | 2024-02-01T10:18:10.647Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
414 | 2024-02-01T10:18:10.647Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
415 | 2024-02-01T10:18:10.647Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
416 | 2024-02-01T10:18:10.647Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
417 | 2024-02-01T10:18:10.647Z | + main |
418 | 2024-02-01T10:18:10.647Z | + [[ 0 != 0 ]] |
419 | 2024-02-01T10:18:10.648Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
420 | 2024-02-01T10:18:10.648Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
421 | 2024-02-01T10:18:10.648Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
422 | 2024-02-01T10:18:10.648Z | + local DO_DOWNLOAD=true |
423 | 2024-02-01T10:18:10.648Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
424 | 2024-02-01T10:18:10.648Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
425 | 2024-02-01T10:18:10.648Z | + mkdir -p out/downloads |
426 | 2024-02-01T10:18:10.654Z | + '[' true == true ']' |
427 | 2024-02-01T10:18:10.655Z | + echo Downloading... |
428 | 2024-02-01T10:18:10.655Z | Downloading... |
429 | 2024-02-01T10:18:10.655Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
430 | 2024-02-01T10:18:10.655Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
431 | 2024-02-01T10:18:10.888Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
432 | 2024-02-01T10:18:10.888Z | ++ case "$OSTYPE" in |
433 | 2024-02-01T10:18:10.892Z | ++ SHA=sha256sum |
434 | 2024-02-01T10:18:10.892Z | ++ sha256sum |
435 | 2024-02-01T10:18:10.892Z | ++ awk '{print $1}' |
436 | 2024-02-01T10:18:10.895Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
437 | 2024-02-01T10:18:10.895Z | + [[ 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 ]] |
438 | 2024-02-01T10:18:10.895Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
439 | 2024-02-01T10:18:10.895Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
440 | 2024-02-01T10:18:10.895Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
441 | 2024-02-01T10:18:10.895Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
442 | 2024-02-01T10:18:10.895Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
443 | 2024-02-01T10:18:10.895Z | + main |
444 | 2024-02-01T10:18:10.895Z | + [[ 0 != 0 ]] |
445 | 2024-02-01T10:18:10.895Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
446 | 2024-02-01T10:18:10.895Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
447 | 2024-02-01T10:18:10.895Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
448 | 2024-02-01T10:18:10.896Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
449 | 2024-02-01T10:18:10.899Z | + local DO_DOWNLOAD=true |
450 | 2024-02-01T10:18:10.899Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
451 | 2024-02-01T10:18:10.899Z | + mkdir -p out/downloads |
452 | 2024-02-01T10:18:10.899Z | + '[' true == true ']' |
453 | 2024-02-01T10:18:10.899Z | + echo Downloading... |
454 | 2024-02-01T10:18:10.899Z | Downloading... |
455 | 2024-02-01T10:18:10.899Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
456 | 2024-02-01T10:18:10.899Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
457 | 2024-02-01T10:18:11.047Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
458 | 2024-02-01T10:18:11.050Z | ++ case "$OSTYPE" in |
459 | 2024-02-01T10:18:11.050Z | ++ SHA=sha256sum |
460 | 2024-02-01T10:18:11.050Z | ++ sha256sum |
461 | 2024-02-01T10:18:11.050Z | ++ awk '{print $1}' |
462 | 2024-02-01T10:18:11.053Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
463 | 2024-02-01T10:18:11.053Z | + [[ 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 ]] |
464 | 2024-02-01T10:18:11.064Z | + set -o errexit |
465 | 2024-02-01T10:18:11.067Z | +++ dirname ./tools/ci_download_dendrite_openapi |
466 | 2024-02-01T10:18:11.070Z | ++ cd ./tools |
467 | 2024-02-01T10:18:11.071Z | ++ pwd |
468 | 2024-02-01T10:18:11.072Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
469 | 2024-02-01T10:18:11.072Z | ++ basename ./tools/ci_download_dendrite_openapi |
470 | 2024-02-01T10:18:11.075Z | + ARG0=ci_download_dendrite_openapi |
471 | 2024-02-01T10:18:11.075Z | + TARGET_DIR=out |
472 | 2024-02-01T10:18:11.076Z | + DOWNLOAD_DIR=out/downloads |
473 | 2024-02-01T10:18:11.076Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
474 | 2024-02-01T10:18:11.076Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
475 | 2024-02-01T10:18:11.076Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
476 | 2024-02-01T10:18:11.076Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
477 | 2024-02-01T10:18:11.076Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
478 | 2024-02-01T10:18:11.076Z | + main |
479 | 2024-02-01T10:18:11.076Z | + [[ 0 != 0 ]] |
480 | 2024-02-01T10:18:11.076Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
481 | 2024-02-01T10:18:11.076Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
482 | 2024-02-01T10:18:11.076Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
483 | 2024-02-01T10:18:11.076Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
484 | 2024-02-01T10:18:11.076Z | + local DO_DOWNLOAD=true |
485 | 2024-02-01T10:18:11.076Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
486 | 2024-02-01T10:18:11.076Z | + mkdir -p out/downloads |
487 | 2024-02-01T10:18:11.076Z | + '[' true == true ']' |
488 | 2024-02-01T10:18:11.076Z | + echo Downloading... |
489 | 2024-02-01T10:18:11.076Z | Downloading... |
490 | 2024-02-01T10:18:11.076Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
491 | 2024-02-01T10:18:11.076Z | + 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 |
492 | 2024-02-01T10:18:11.252Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
493 | 2024-02-01T10:18:11.254Z | ++ case "$OSTYPE" in |
494 | 2024-02-01T10:18:11.254Z | ++ SHA=sha256sum |
495 | 2024-02-01T10:18:11.255Z | ++ sha256sum |
496 | 2024-02-01T10:18:11.255Z | ++ awk '{print $1}' |
497 | 2024-02-01T10:18:11.259Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
498 | 2024-02-01T10:18:11.259Z | + [[ 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 ]] |
499 | 2024-02-01T10:18:11.269Z | + set -o errexit |
500 | 2024-02-01T10:18:11.272Z | +++ dirname ./tools/ci_download_dendrite_stub |
501 | 2024-02-01T10:18:11.274Z | ++ cd ./tools |
502 | 2024-02-01T10:18:11.275Z | ++ pwd |
503 | 2024-02-01T10:18:11.275Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
504 | 2024-02-01T10:18:11.278Z | ++ basename ./tools/ci_download_dendrite_stub |
505 | 2024-02-01T10:18:11.278Z | + ARG0=ci_download_dendrite_stub |
506 | 2024-02-01T10:18:11.278Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
507 | 2024-02-01T10:18:11.278Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
508 | 2024-02-01T10:18:11.278Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
509 | 2024-02-01T10:18:11.278Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
510 | 2024-02-01T10:18:11.278Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
511 | 2024-02-01T10:18:11.278Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
512 | 2024-02-01T10:18:11.278Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
513 | 2024-02-01T10:18:11.279Z | + TARGET_DIR=out |
514 | 2024-02-01T10:18:11.279Z | + DOWNLOAD_DIR=out/downloads |
515 | 2024-02-01T10:18:11.279Z | + DEST_DIR=./out/dendrite-stub |
516 | 2024-02-01T10:18:11.279Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
517 | 2024-02-01T10:18:11.279Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
518 | 2024-02-01T10:18:11.279Z | + REPO=oxidecomputer/dendrite |
519 | 2024-02-01T10:18:11.279Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
520 | 2024-02-01T10:18:11.279Z | + main |
521 | 2024-02-01T10:18:11.280Z | + [[ 0 != 0 ]] |
522 | 2024-02-01T10:18:11.280Z | + CIDL_OS=solaris2.11 |
523 | 2024-02-01T10:18:11.280Z | + [[ 0 != 0 ]] |
524 | 2024-02-01T10:18:11.280Z | + configure_os solaris2.11 |
525 | 2024-02-01T10:18:11.280Z | + echo 'current directory: /work/oxidecomputer/omicron' |
526 | 2024-02-01T10:18:11.280Z | current directory: /work/oxidecomputer/omicron |
527 | 2024-02-01T10:18:11.280Z | + echo 'configuring based on OS: "solaris2.11"' |
528 | 2024-02-01T10:18:11.280Z | + case "$1" in |
529 | 2024-02-01T10:18:11.280Z | + SET_BINARIES= |
530 | 2024-02-01T10:18:11.280Z | configuring based on OS: "solaris2.11" |
531 | 2024-02-01T10:18:11.280Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
532 | 2024-02-01T10:18:11.280Z | + CIDL_SHA256FUNC=do_sha256sum |
533 | 2024-02-01T10:18:11.284Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
534 | 2024-02-01T10:18:11.284Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
535 | 2024-02-01T10:18:11.284Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
536 | 2024-02-01T10:18:11.284Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
537 | 2024-02-01T10:18:11.284Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
538 | 2024-02-01T10:18:11.284Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
539 | 2024-02-01T10:18:11.285Z | + mkdir -p out/downloads |
540 | 2024-02-01T10:18:11.285Z | Local file: out/downloads/dendrite-stub.tar.gz |
541 | 2024-02-01T10:18:11.285Z | + mkdir -p ./out/dendrite-stub |
542 | 2024-02-01T10:18:11.285Z | + fetch_and_verify |
543 | 2024-02-01T10:18:11.285Z | + local DO_DOWNLOAD=true |
544 | 2024-02-01T10:18:11.285Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
545 | 2024-02-01T10:18:11.285Z | + '[' true == true ']' |
546 | 2024-02-01T10:18:11.285Z | + echo Downloading... |
547 | 2024-02-01T10:18:11.285Z | Downloading... |
548 | 2024-02-01T10:18:11.285Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
549 | 2024-02-01T10:18:11.285Z | + 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 |
550 | 2024-02-01T10:18:17.066Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
551 | 2024-02-01T10:18:17.069Z | ++ sha256sum |
552 | 2024-02-01T10:18:17.069Z | ++ awk '{print $1}' |
553 | 2024-02-01T10:18:17.168Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
554 | 2024-02-01T10:18:17.168Z | + [[ 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 ]] |
555 | 2024-02-01T10:18:17.171Z | + do_untar out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-01T10:18:17.172Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
557 | 2024-02-01T10:18:18.264Z | + do_assemble |
558 | 2024-02-01T10:18:18.264Z | + rm -r ./out/dendrite-stub |
559 | 2024-02-01T10:18:18.267Z | + mkdir ./out/dendrite-stub |
560 | 2024-02-01T10:18:18.270Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
561 | 2024-02-01T10:18:18.440Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
562 | 2024-02-01T10:18:18.453Z | + set -o errexit |
563 | 2024-02-01T10:18:18.456Z | +++ dirname ./tools/ci_download_maghemite_mgd |
564 | 2024-02-01T10:18:18.461Z | ++ cd ./tools |
565 | 2024-02-01T10:18:18.461Z | ++ pwd |
566 | 2024-02-01T10:18:18.461Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
567 | 2024-02-01T10:18:18.461Z | ++ basename ./tools/ci_download_maghemite_mgd |
568 | 2024-02-01T10:18:18.461Z | + ARG0=ci_download_maghemite_mgd |
569 | 2024-02-01T10:18:18.461Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
570 | 2024-02-01T10:18:18.465Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
571 | 2024-02-01T10:18:18.465Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
572 | 2024-02-01T10:18:18.465Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
573 | 2024-02-01T10:18:18.465Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
574 | 2024-02-01T10:18:18.465Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
575 | 2024-02-01T10:18:18.465Z | + TARGET_DIR=out |
576 | 2024-02-01T10:18:18.465Z | + DOWNLOAD_DIR=out/downloads |
577 | 2024-02-01T10:18:18.465Z | + DEST_DIR=./out/mgd |
578 | 2024-02-01T10:18:18.465Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
579 | 2024-02-01T10:18:18.465Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
580 | 2024-02-01T10:18:18.465Z | + REPO=oxidecomputer/maghemite |
581 | 2024-02-01T10:18:18.466Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
582 | 2024-02-01T10:18:18.466Z | + main |
583 | 2024-02-01T10:18:18.466Z | + [[ 0 != 0 ]] |
584 | 2024-02-01T10:18:18.466Z | + CIDL_OS=solaris2.11 |
585 | 2024-02-01T10:18:18.466Z | + [[ 0 != 0 ]] |
586 | 2024-02-01T10:18:18.466Z | + configure_os solaris2.11 |
587 | 2024-02-01T10:18:18.466Z | + echo 'current directory: /work/oxidecomputer/omicron' |
588 | 2024-02-01T10:18:18.466Z | current directory: /work/oxidecomputer/omicron |
589 | 2024-02-01T10:18:18.466Z | + echo 'configuring based on OS: "solaris2.11"' |
590 | 2024-02-01T10:18:18.466Z | + case "$1" in |
591 | 2024-02-01T10:18:18.466Z | configuring based on OS: "solaris2.11" |
592 | 2024-02-01T10:18:18.466Z | + SET_BINARIES= |
593 | 2024-02-01T10:18:18.466Z | + CIDL_SHA256FUNC=do_sha256sum |
594 | 2024-02-01T10:18:18.466Z | + TARBALL_FILENAME=mgd.tar.gz |
595 | 2024-02-01T10:18:18.466Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
596 | 2024-02-01T10:18:18.466Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
597 | 2024-02-01T10:18:18.466Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
598 | 2024-02-01T10:18:18.466Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
599 | 2024-02-01T10:18:18.466Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
600 | 2024-02-01T10:18:18.466Z | Local file: out/downloads/mgd.tar.gz |
601 | 2024-02-01T10:18:18.466Z | + mkdir -p out/downloads |
602 | 2024-02-01T10:18:18.470Z | + mkdir -p ./out/mgd |
603 | 2024-02-01T10:18:18.470Z | + fetch_and_verify |
604 | 2024-02-01T10:18:18.470Z | + local DO_DOWNLOAD=true |
605 | 2024-02-01T10:18:18.470Z | + [[ -f out/downloads/mgd.tar.gz ]] |
606 | 2024-02-01T10:18:18.470Z | + '[' true == true ']' |
607 | 2024-02-01T10:18:18.470Z | + echo Downloading... |
608 | 2024-02-01T10:18:18.470Z | Downloading... |
609 | 2024-02-01T10:18:18.470Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
610 | 2024-02-01T10:18:18.470Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
611 | 2024-02-01T10:18:25.432Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
612 | 2024-02-01T10:18:25.435Z | ++ sha256sum |
613 | 2024-02-01T10:18:25.435Z | ++ awk '{print $1}' |
614 | 2024-02-01T10:18:25.511Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
615 | 2024-02-01T10:18:25.511Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
616 | 2024-02-01T10:18:25.511Z | + do_untar out/downloads/mgd.tar.gz |
617 | 2024-02-01T10:18:25.516Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
618 | 2024-02-01T10:18:26.186Z | + do_assemble |
619 | 2024-02-01T10:18:26.186Z | + rm -r ./out/mgd |
620 | 2024-02-01T10:18:26.189Z | + mkdir ./out/mgd |
621 | 2024-02-01T10:18:26.192Z | + cp -r out/downloads/root ./out/mgd/root |
622 | 2024-02-01T10:18:26.431Z | + set -o errexit |
623 | 2024-02-01T10:18:26.434Z | +++ dirname ./tools/ci_download_transceiver_control |
624 | 2024-02-01T10:18:26.437Z | ++ cd ./tools |
625 | 2024-02-01T10:18:26.437Z | ++ pwd |
626 | 2024-02-01T10:18:26.437Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
627 | 2024-02-01T10:18:26.437Z | ++ basename ./tools/ci_download_transceiver_control |
628 | 2024-02-01T10:18:26.442Z | + ARG0=ci_download_transceiver_control |
629 | 2024-02-01T10:18:26.442Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
630 | 2024-02-01T10:18:26.442Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
631 | 2024-02-01T10:18:26.442Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
632 | 2024-02-01T10:18:26.442Z | + TARGET_DIR=out |
633 | 2024-02-01T10:18:26.442Z | + DOWNLOAD_DIR=out/downloads |
634 | 2024-02-01T10:18:26.442Z | + DEST_DIR=./out/transceiver-control |
635 | 2024-02-01T10:18:26.442Z | + BIN_DIR=/opt/oxide/bin |
636 | 2024-02-01T10:18:26.442Z | + BINARY=xcvradm |
637 | 2024-02-01T10:18:26.442Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
638 | 2024-02-01T10:18:26.442Z | + REPO=oxidecomputer/transceiver-control |
639 | 2024-02-01T10:18:26.442Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2024-02-01T10:18:26.442Z | + main |
641 | 2024-02-01T10:18:26.442Z | + [[ 0 != 0 ]] |
642 | 2024-02-01T10:18:26.442Z | + CIDL_OS=solaris2.11 |
643 | 2024-02-01T10:18:26.442Z | + [[ 0 != 0 ]] |
644 | 2024-02-01T10:18:26.443Z | + configure_os solaris2.11 |
645 | 2024-02-01T10:18:26.443Z | + echo 'current directory: /work/oxidecomputer/omicron' |
646 | 2024-02-01T10:18:26.443Z | current directory: /work/oxidecomputer/omicron |
647 | 2024-02-01T10:18:26.443Z | configuring based on OS: "solaris2.11" |
648 | 2024-02-01T10:18:26.443Z | + echo 'configuring based on OS: "solaris2.11"' |
649 | 2024-02-01T10:18:26.443Z | + case "$1" in |
650 | 2024-02-01T10:18:26.443Z | + SET_BINARIES= |
651 | 2024-02-01T10:18:26.443Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2024-02-01T10:18:26.443Z | + CIDL_SHA256FUNC=do_sha256sum |
653 | 2024-02-01T10:18:26.443Z | + ARCHIVE_FILENAME=xcvradm.gz |
654 | 2024-02-01T10:18:26.443Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
655 | 2024-02-01T10:18:26.443Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
656 | 2024-02-01T10:18:26.443Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
657 | 2024-02-01T10:18:26.443Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2024-02-01T10:18:26.443Z | Local file: out/downloads/xcvradm.gz |
659 | 2024-02-01T10:18:26.443Z | + echo 'Local file: out/downloads/xcvradm.gz' |
660 | 2024-02-01T10:18:26.445Z | + mkdir -p out/downloads |
661 | 2024-02-01T10:18:26.448Z | + mkdir -p ./out/transceiver-control |
662 | 2024-02-01T10:18:26.448Z | + fetch_and_verify |
663 | 2024-02-01T10:18:26.448Z | + local DO_DOWNLOAD=true |
664 | 2024-02-01T10:18:26.450Z | + [[ -f out/downloads/xcvradm.gz ]] |
665 | 2024-02-01T10:18:26.450Z | + '[' true == true ']' |
666 | 2024-02-01T10:18:26.450Z | + echo Downloading... |
667 | 2024-02-01T10:18:26.450Z | Downloading... |
668 | 2024-02-01T10:18:26.450Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
669 | 2024-02-01T10:18:26.450Z | + 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 |
670 | 2024-02-01T10:18:28.707Z | ++ do_sha256sum out/downloads/xcvradm.gz |
671 | 2024-02-01T10:18:28.710Z | ++ sha256sum |
672 | 2024-02-01T10:18:28.710Z | ++ awk '{print $1}' |
673 | 2024-02-01T10:18:28.732Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2024-02-01T10:18:28.732Z | + [[ 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 ]] |
675 | 2024-02-01T10:18:28.735Z | + do_unpack out/downloads/xcvradm.gz |
676 | 2024-02-01T10:18:28.735Z | + mkdir -p out/downloads/root//opt/oxide/bin |
677 | 2024-02-01T10:18:28.735Z | + gzip -dc out/downloads/xcvradm.gz |
678 | 2024-02-01T10:18:28.908Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
679 | 2024-02-01T10:18:28.911Z | + do_assemble |
680 | 2024-02-01T10:18:28.911Z | + rm -r ./out/transceiver-control |
681 | 2024-02-01T10:18:28.914Z | + mkdir ./out/transceiver-control |
682 | 2024-02-01T10:18:28.917Z | + cp -r out/downloads/root ./out/transceiver-control/root |
683 | 2024-02-01T10:18:29.135Z | All prerequisites installed successfully |
684 | 2024-02-01T10:18:29.140Z | |
685 | 2024-02-01T10:18:29.140Z | real 1:57.417913085 |
686 | 2024-02-01T10:18:29.140Z | user 52.621786695 |
687 | 2024-02-01T10:18:29.140Z | sys 10.278823334 |
688 | 2024-02-01T10:18:29.140Z | trap 0.025529761 |
689 | 2024-02-01T10:18:29.140Z | tflt 0.366168690 |
690 | 2024-02-01T10:18:29.141Z | dflt 0.696096521 |
691 | 2024-02-01T10:18:29.141Z | kflt 0.385345729 |
692 | 2024-02-01T10:18:29.141Z | lock 2.716070382 |
693 | 2024-02-01T10:18:29.141Z | slp 3:34.010622871 |
694 | 2024-02-01T10:18:29.141Z | lat 3.385688712 |
695 | 2024-02-01T10:18:29.141Z | stop 0.073421115 |
696 | 2024-02-01T10:18:29.142Z | + ptime -m ./tools/ci_download_softnpu_machinery |
697 | 2024-02-01T10:18:29.148Z | fetching npuzone |
698 | 2024-02-01T10:18:29.158Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
699 | 2024-02-01T10:18:29.158Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
700 | 2024-02-01T10:18:29.158Z | Getting hash for npuzone |
701 | 2024-02-01T10:18:29.294Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
702 | 2024-02-01T10:18:34.450Z | npuzone downloaded successfully |
703 | 2024-02-01T10:18:34.454Z | |
704 | 2024-02-01T10:18:34.457Z | real 5.315512243 |
705 | 2024-02-01T10:18:34.457Z | user 0.573269377 |
706 | 2024-02-01T10:18:34.457Z | sys 0.170675505 |
707 | 2024-02-01T10:18:34.457Z | trap 0.000172492 |
708 | 2024-02-01T10:18:34.457Z | tflt 0.000000000 |
709 | 2024-02-01T10:18:34.457Z | dflt 0.000000000 |
710 | 2024-02-01T10:18:34.457Z | kflt 0.000000000 |
711 | 2024-02-01T10:18:34.457Z | lock 0.000000000 |
712 | 2024-02-01T10:18:34.457Z | slp 15.039198732 |
713 | 2024-02-01T10:18:34.457Z | lat 0.125517122 |
714 | 2024-02-01T10:18:34.457Z | stop 0.000255752 |
715 | 2024-02-01T10:18:34.457Z | + export CARGO_INCREMENTAL=0 |
716 | 2024-02-01T10:18:34.457Z | + CARGO_INCREMENTAL=0 |
717 | 2024-02-01T10:18:34.457Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
718 | 2024-02-01T10:18:34.803Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
719 | 2024-02-01T10:18:35.178Z | Updating crates.io index |
720 | 2024-02-01T10:18:35.253Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
721 | 2024-02-01T10:18:36.082Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
722 | 2024-02-01T10:18:40.833Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
723 | 2024-02-01T10:18:40.833Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
724 | 2024-02-01T10:18:40.833Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
725 | 2024-02-01T10:18:40.833Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
726 | 2024-02-01T10:18:40.833Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
727 | 2024-02-01T10:18:41.252Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
728 | 2024-02-01T10:18:43.694Z | Updating git repository `https://github.com/oxidecomputer/opte` |
729 | 2024-02-01T10:18:44.791Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
730 | 2024-02-01T10:18:45.127Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
731 | 2024-02-01T10:18:46.175Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
732 | 2024-02-01T10:18:46.182Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
733 | 2024-02-01T10:18:46.373Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
734 | 2024-02-01T10:18:46.691Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
735 | 2024-02-01T10:18:47.315Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
736 | 2024-02-01T10:18:47.956Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
737 | 2024-02-01T10:18:49.377Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
738 | 2024-02-01T10:18:49.911Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
739 | 2024-02-01T10:18:50.272Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
740 | 2024-02-01T10:18:50.656Z | Updating git repository `https://github.com/jgallagher/nix` |
741 | 2024-02-01T10:18:52.069Z | Updating git repository `https://github.com/cbiffle/hubpack` |
742 | 2024-02-01T10:18:52.611Z | Updating git repository `https://github.com/oxidecomputer/typify` |
743 | 2024-02-01T10:18:54.354Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
744 | 2024-02-01T10:18:54.748Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
745 | 2024-02-01T10:18:55.093Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
746 | 2024-02-01T10:18:57.057Z | Downloading crates ... |
747 | 2024-02-01T10:18:57.373Z | Downloaded memoffset v0.9.0 |
748 | 2024-02-01T10:18:57.380Z | Downloaded addr2line v0.21.0 |
749 | 2024-02-01T10:18:57.388Z | Downloaded mockall v0.12.0 |
750 | 2024-02-01T10:18:57.409Z | Downloaded anstyle-query v1.0.0 |
751 | 2024-02-01T10:18:57.412Z | Downloaded bit-set v0.5.3 |
752 | 2024-02-01T10:18:57.417Z | Downloaded num_cpus v1.16.0 |
753 | 2024-02-01T10:18:57.423Z | Downloaded assert_matches v1.5.0 |
754 | 2024-02-01T10:18:57.429Z | Downloaded atty v0.2.14 |
755 | 2024-02-01T10:18:57.433Z | Downloaded bitvec v1.0.1 |
756 | 2024-02-01T10:18:57.479Z | Downloaded miniz_oxide v0.7.1 |
757 | 2024-02-01T10:18:57.492Z | Downloaded ansi_term v0.12.1 |
758 | 2024-02-01T10:18:57.500Z | Downloaded crypto-common v0.1.6 |
759 | 2024-02-01T10:18:57.503Z | Downloaded httparse v1.8.0 |
760 | 2024-02-01T10:18:57.510Z | Downloaded async-stream v0.3.5 |
761 | 2024-02-01T10:18:57.516Z | Downloaded crc-any v2.4.3 |
762 | 2024-02-01T10:18:57.524Z | Downloaded crc32fast v1.3.2 |
763 | 2024-02-01T10:18:57.539Z | Downloaded nibble_vec v0.1.0 |
764 | 2024-02-01T10:18:57.542Z | Downloaded bzip2 v0.4.4 |
765 | 2024-02-01T10:18:57.545Z | Downloaded anstyle v1.0.2 |
766 | 2024-02-01T10:18:57.549Z | Downloaded base64ct v1.6.0 |
767 | 2024-02-01T10:18:57.556Z | Downloaded backtrace v0.3.69 |
768 | 2024-02-01T10:18:57.569Z | Downloaded socket2 v0.4.9 |
769 | 2024-02-01T10:18:57.576Z | Downloaded md-5 v0.10.5 |
770 | 2024-02-01T10:18:57.581Z | Downloaded structmeta-derive v0.2.0 |
771 | 2024-02-01T10:18:57.584Z | Downloaded toolchain_find v0.2.0 |
772 | 2024-02-01T10:18:57.589Z | Downloaded crossbeam-channel v0.5.8 |
773 | 2024-02-01T10:18:57.602Z | Downloaded once_cell v1.19.0 |
774 | 2024-02-01T10:18:57.608Z | Downloaded itoa v1.0.9 |
775 | 2024-02-01T10:18:57.612Z | Downloaded clap_lex v0.5.1 |
776 | 2024-02-01T10:18:57.615Z | Downloaded num-bigint v0.4.4 |
777 | 2024-02-01T10:18:57.627Z | Downloaded console v0.15.8 |
778 | 2024-02-01T10:18:57.633Z | Downloaded lru-cache v0.1.2 |
779 | 2024-02-01T10:18:57.636Z | Downloaded atomic-waker v1.1.1 |
780 | 2024-02-01T10:18:57.638Z | Downloaded darling v0.14.4 |
781 | 2024-02-01T10:18:57.646Z | Downloaded newtype_derive v0.1.6 |
782 | 2024-02-01T10:18:57.649Z | Downloaded libloading v0.7.4 |
783 | 2024-02-01T10:18:57.655Z | Downloaded sec1 v0.7.3 |
784 | 2024-02-01T10:18:57.659Z | Downloaded serde v1.0.195 |
785 | 2024-02-01T10:18:57.667Z | Downloaded serde_json v1.0.113 |
786 | 2024-02-01T10:18:57.686Z | Downloaded subprocess v0.2.9 |
787 | 2024-02-01T10:18:57.689Z | Downloaded managed v0.8.0 |
788 | 2024-02-01T10:18:57.691Z | Downloaded cookie v0.18.0 |
789 | 2024-02-01T10:18:57.697Z | Downloaded bytes v1.5.0 |
790 | 2024-02-01T10:18:57.706Z | Downloaded num_enum_derive v0.5.11 |
791 | 2024-02-01T10:18:57.708Z | Downloaded num-integer v0.1.45 |
792 | 2024-02-01T10:18:57.712Z | Downloaded quick-xml v0.30.0 |
793 | 2024-02-01T10:18:57.724Z | Downloaded libsw v3.3.1 |
794 | 2024-02-01T10:18:57.728Z | Downloaded unicode-ident v1.0.12 |
795 | 2024-02-01T10:18:57.734Z | Downloaded unicode-normalization v0.1.22 |
796 | 2024-02-01T10:18:57.743Z | Downloaded time-core v0.1.1 |
797 | 2024-02-01T10:18:57.746Z | Downloaded tabled v0.15.0 |
798 | 2024-02-01T10:18:57.778Z | Downloaded tinyvec_macros v0.1.1 |
799 | 2024-02-01T10:18:57.781Z | Downloaded tinyvec v1.6.0 |
800 | 2024-02-01T10:18:57.784Z | Downloaded indicatif v0.17.7 |
801 | 2024-02-01T10:18:57.793Z | Downloaded openssl-macros v0.1.1 |
802 | 2024-02-01T10:18:57.797Z | Downloaded want v0.3.1 |
803 | 2024-02-01T10:18:57.797Z | Downloaded syn v2.0.48 |
804 | 2024-02-01T10:18:57.819Z | Downloaded darling_macro v0.20.3 |
805 | 2024-02-01T10:18:57.823Z | Downloaded winnow v0.5.15 |
806 | 2024-02-01T10:18:57.839Z | Downloaded termcolor v1.2.0 |
807 | 2024-02-01T10:18:57.846Z | Downloaded diesel_table_macro_syntax v0.1.0 |
808 | 2024-02-01T10:18:57.846Z | Downloaded defmt v0.3.5 |
809 | 2024-02-01T10:18:57.850Z | Downloaded unicode-segmentation v1.10.1 |
810 | 2024-02-01T10:18:57.859Z | Downloaded rustc-demangle v0.1.23 |
811 | 2024-02-01T10:18:57.864Z | Downloaded subtle v2.5.0 |
812 | 2024-02-01T10:18:58.285Z | Downloaded tiny-keccak v2.0.2 |
813 | 2024-02-01T10:18:58.287Z | Downloaded toml_datetime v0.6.5 |
814 | 2024-02-01T10:18:58.287Z | Downloaded supports-color v2.1.0 |
815 | 2024-02-01T10:18:58.287Z | Downloaded scheduled-thread-pool v0.2.7 |
816 | 2024-02-01T10:18:58.287Z | Downloaded version_check v0.9.4 |
817 | 2024-02-01T10:18:58.287Z | Downloaded universal-hash v0.5.1 |
818 | 2024-02-01T10:18:58.287Z | Downloaded usdt-attr-macro v0.3.5 |
819 | 2024-02-01T10:18:58.287Z | Downloaded usdt v0.5.0 |
820 | 2024-02-01T10:18:58.287Z | Downloaded rsa v0.9.2 |
821 | 2024-02-01T10:18:58.288Z | Downloaded futures-task v0.3.30 |
822 | 2024-02-01T10:18:58.288Z | Downloaded futures-util v0.3.30 |
823 | 2024-02-01T10:18:58.288Z | Downloaded strip-ansi-escapes v0.2.0 |
824 | 2024-02-01T10:18:58.288Z | Downloaded stable_deref_trait v1.2.0 |
825 | 2024-02-01T10:18:58.288Z | Downloaded spin v0.9.8 |
826 | 2024-02-01T10:18:58.288Z | Downloaded strsim v0.8.0 |
827 | 2024-02-01T10:18:58.288Z | Downloaded stringprep v0.1.3 |
828 | 2024-02-01T10:18:58.288Z | Downloaded doc-comment v0.3.3 |
829 | 2024-02-01T10:18:58.288Z | Downloaded pest_meta v2.7.6 |
830 | 2024-02-01T10:18:58.288Z | Downloaded enum-as-inner v0.5.1 |
831 | 2024-02-01T10:18:58.288Z | Downloaded pest v2.7.6 |
832 | 2024-02-01T10:18:58.288Z | Downloaded signal-hook-mio v0.2.3 |
833 | 2024-02-01T10:18:58.288Z | Downloaded unicase v2.7.0 |
834 | 2024-02-01T10:18:58.288Z | Downloaded trust-dns-server v0.22.1 |
835 | 2024-02-01T10:18:58.288Z | Downloaded fastrand v2.0.0 |
836 | 2024-02-01T10:18:58.288Z | Downloaded password-hash v0.5.0 |
837 | 2024-02-01T10:18:58.288Z | Downloaded hex v0.4.3 |
838 | 2024-02-01T10:18:58.288Z | Downloaded parse-display v0.8.2 |
839 | 2024-02-01T10:18:58.288Z | Downloaded highway v1.1.0 |
840 | 2024-02-01T10:18:58.288Z | Downloaded headers v0.3.9 |
841 | 2024-02-01T10:18:58.288Z | Downloaded darling_macro v0.14.4 |
842 | 2024-02-01T10:18:58.288Z | Downloaded zerocopy-derive v0.7.32 |
843 | 2024-02-01T10:18:58.288Z | Downloaded reqwest v0.11.22 |
844 | 2024-02-01T10:18:58.288Z | Downloaded rayon-core v1.12.0 |
845 | 2024-02-01T10:18:58.289Z | Downloaded platforms v3.0.2 |
846 | 2024-02-01T10:18:58.289Z | Downloaded serde_tokenstream v0.1.7 |
847 | 2024-02-01T10:18:58.289Z | Downloaded serde_tokenstream v0.2.0 |
848 | 2024-02-01T10:18:58.289Z | Downloaded const-oid v0.9.5 |
849 | 2024-02-01T10:18:58.289Z | Downloaded postcard v1.0.8 |
850 | 2024-02-01T10:18:58.289Z | Downloaded rusty-fork v0.3.0 |
851 | 2024-02-01T10:18:58.291Z | Downloaded oso v0.27.0 |
852 | 2024-02-01T10:18:58.291Z | Downloaded radium v0.7.0 |
853 | 2024-02-01T10:18:58.291Z | Downloaded tower-service v0.3.2 |
854 | 2024-02-01T10:18:58.291Z | Downloaded salty v0.2.0 |
855 | 2024-02-01T10:18:58.291Z | Downloaded rand v0.8.5 |
856 | 2024-02-01T10:18:58.291Z | Downloaded tokio-native-tls v0.3.1 |
857 | 2024-02-01T10:18:58.291Z | Downloaded zeroize_derive v1.4.2 |
858 | 2024-02-01T10:18:58.291Z | Downloaded derive_builder v0.12.0 |
859 | 2024-02-01T10:18:58.291Z | Downloaded ppv-lite86 v0.2.17 |
860 | 2024-02-01T10:18:58.291Z | Downloaded crossbeam-utils v0.8.16 |
861 | 2024-02-01T10:18:58.291Z | Downloaded predicates v3.1.0 |
862 | 2024-02-01T10:18:58.291Z | Downloaded funty v2.0.0 |
863 | 2024-02-01T10:18:58.291Z | Downloaded toml v0.8.8 |
864 | 2024-02-01T10:18:58.291Z | Downloaded slog-envlogger v2.2.0 |
865 | 2024-02-01T10:18:58.292Z | Downloaded sqlparser_derive v0.2.2 |
866 | 2024-02-01T10:18:58.292Z | Downloaded tap v1.0.1 |
867 | 2024-02-01T10:18:58.292Z | Downloaded ref-cast v1.0.20 |
868 | 2024-02-01T10:18:58.292Z | Downloaded path-slash v0.1.5 |
869 | 2024-02-01T10:18:58.292Z | Downloaded thiserror-impl-no-std v2.0.2 |
870 | 2024-02-01T10:18:58.292Z | Downloaded difflib v0.4.0 |
871 | 2024-02-01T10:18:58.292Z | Downloaded tungstenite v0.20.1 |
872 | 2024-02-01T10:18:58.292Z | Downloaded diesel_derives v2.1.2 |
873 | 2024-02-01T10:18:58.292Z | Downloaded serde_derive v1.0.195 |
874 | 2024-02-01T10:18:58.292Z | Downloaded rustc_version v0.1.7 |
875 | 2024-02-01T10:18:58.293Z | Downloaded unicode-xid v0.2.4 |
876 | 2024-02-01T10:18:58.293Z | Downloaded crucible-workspace-hack v0.1.0 |
877 | 2024-02-01T10:18:58.293Z | Downloaded unicode_categories v0.1.1 |
878 | 2024-02-01T10:18:58.293Z | Downloaded rustls-pemfile v2.0.0 |
879 | 2024-02-01T10:18:58.293Z | Downloaded reedline v0.28.0 |
880 | 2024-02-01T10:18:58.293Z | Downloaded pin-project v1.1.3 |
881 | 2024-02-01T10:18:58.293Z | Downloaded predicates-core v1.0.6 |
882 | 2024-02-01T10:18:58.293Z | Downloaded postgres-types v0.2.6 |
883 | 2024-02-01T10:18:58.296Z | Downloaded serde_with v3.5.1 |
884 | 2024-02-01T10:18:58.302Z | Downloaded downcast v0.11.0 |
885 | 2024-02-01T10:18:58.309Z | Downloaded unarray v0.1.4 |
886 | 2024-02-01T10:18:58.729Z | Downloaded schemars v0.8.16 |
887 | 2024-02-01T10:18:58.729Z | Downloaded debug-ignore v1.0.5 |
888 | 2024-02-01T10:18:58.729Z | Downloaded cstr-argument v0.1.2 |
889 | 2024-02-01T10:18:58.729Z | Downloaded heapless v0.7.16 |
890 | 2024-02-01T10:18:58.729Z | Downloaded synstructure v0.12.6 |
891 | 2024-02-01T10:18:58.730Z | Downloaded textwrap v0.11.0 |
892 | 2024-02-01T10:18:58.730Z | Downloaded prettyplease v0.2.16 |
893 | 2024-02-01T10:18:58.731Z | Downloaded thread-id v4.2.0 |
894 | 2024-02-01T10:18:58.731Z | Downloaded proc-macro2 v1.0.78 |
895 | 2024-02-01T10:18:58.731Z | Downloaded proptest v1.4.0 |
896 | 2024-02-01T10:18:58.731Z | Downloaded proc-macro-error-attr v1.0.4 |
897 | 2024-02-01T10:18:58.731Z | Downloaded proc-macro-error v1.0.4 |
898 | 2024-02-01T10:18:58.731Z | Downloaded http v1.0.0 |
899 | 2024-02-01T10:18:58.731Z | Downloaded smawk v0.3.1 |
900 | 2024-02-01T10:18:58.731Z | Downloaded typed-path v0.7.0 |
901 | 2024-02-01T10:18:58.731Z | Downloaded data-encoding v2.4.0 |
902 | 2024-02-01T10:18:58.731Z | Downloaded yasna v0.5.2 |
903 | 2024-02-01T10:18:58.731Z | Downloaded rustls-webpki v0.102.1 |
904 | 2024-02-01T10:18:58.732Z | Downloaded thread_local v1.1.7 |
905 | 2024-02-01T10:18:58.732Z | Downloaded typenum v1.16.0 |
906 | 2024-02-01T10:18:58.732Z | Downloaded utf8parse v0.2.1 |
907 | 2024-02-01T10:18:58.732Z | Downloaded inout v0.1.3 |
908 | 2024-02-01T10:18:58.732Z | Downloaded h2 v0.3.24 |
909 | 2024-02-01T10:18:58.732Z | Downloaded schemars_derive v0.8.16 |
910 | 2024-02-01T10:18:58.732Z | Downloaded diesel v2.1.4 |
911 | 2024-02-01T10:18:58.733Z | Downloaded headers-core v0.2.0 |
912 | 2024-02-01T10:18:58.733Z | Downloaded semver v0.1.20 |
913 | 2024-02-01T10:18:58.733Z | Downloaded fatfs v0.3.6 |
914 | 2024-02-01T10:18:58.733Z | Downloaded peeking_take_while v0.1.2 |
915 | 2024-02-01T10:18:58.733Z | Downloaded semver v0.11.0 |
916 | 2024-02-01T10:18:58.733Z | Downloaded diff v0.1.13 |
917 | 2024-02-01T10:18:58.733Z | Downloaded untrusted v0.7.1 |
918 | 2024-02-01T10:18:58.733Z | Downloaded textwrap v0.16.0 |
919 | 2024-02-01T10:18:58.734Z | Downloaded terminal_size v0.2.6 |
920 | 2024-02-01T10:18:58.734Z | Downloaded uuid v1.7.0 |
921 | 2024-02-01T10:18:58.734Z | Downloaded hashbrown v0.14.2 |
922 | 2024-02-01T10:18:58.734Z | Downloaded regex-syntax v0.7.5 |
923 | 2024-02-01T10:18:58.734Z | Downloaded unsafe-libyaml v0.2.10 |
924 | 2024-02-01T10:18:58.734Z | Downloaded ucd-trie v0.1.6 |
925 | 2024-02-01T10:18:58.734Z | Downloaded zerocopy-derive v0.2.0 |
926 | 2024-02-01T10:18:58.734Z | Downloaded libc v0.2.152 |
927 | 2024-02-01T10:18:58.734Z | Downloaded rustix v0.38.30 |
928 | 2024-02-01T10:18:58.734Z | Downloaded itertools v0.12.0 |
929 | 2024-02-01T10:18:58.734Z | Downloaded openssl v0.10.60 |
930 | 2024-02-01T10:18:58.734Z | Downloaded tar v0.4.40 |
931 | 2024-02-01T10:18:58.738Z | Downloaded vcpkg v0.2.15 |
932 | 2024-02-01T10:18:58.798Z | Downloaded regex-syntax v0.8.2 |
933 | 2024-02-01T10:18:58.815Z | Downloaded oso-derive v0.27.0 |
934 | 2024-02-01T10:18:58.820Z | Downloaded term v0.7.0 |
935 | 2024-02-01T10:18:58.820Z | Downloaded zerocopy-derive v0.6.4 |
936 | 2024-02-01T10:18:58.851Z | Downloaded regex-automata v0.4.4 |
937 | 2024-02-01T10:18:58.878Z | Downloaded sha3 v0.10.8 |
938 | 2024-02-01T10:18:58.886Z | Downloaded half v2.3.1 |
939 | 2024-02-01T10:18:58.891Z | Downloaded packed_struct v0.10.1 |
940 | 2024-02-01T10:18:58.894Z | Downloaded phf_shared v0.10.0 |
941 | 2024-02-01T10:18:58.894Z | Downloaded phf v0.11.2 |
942 | 2024-02-01T10:18:58.897Z | Downloaded parking_lot_core v0.9.8 |
943 | 2024-02-01T10:18:58.900Z | Downloaded xattr v1.0.1 |
944 | 2024-02-01T10:18:58.904Z | Downloaded smallvec v1.11.2 |
945 | 2024-02-01T10:18:58.906Z | Downloaded slog-dtrace v0.3.0 |
946 | 2024-02-01T10:18:58.909Z | Downloaded tracing v0.1.37 |
947 | 2024-02-01T10:18:58.924Z | Downloaded hashbrown v0.13.2 |
948 | 2024-02-01T10:18:58.924Z | Downloaded packed_struct_codegen v0.10.1 |
949 | 2024-02-01T10:18:58.927Z | Downloaded futures-io v0.3.30 |
950 | 2024-02-01T10:18:58.932Z | Downloaded flume v0.11.0 |
951 | 2024-02-01T10:18:58.935Z | Downloaded equivalent v1.0.1 |
952 | 2024-02-01T10:18:58.941Z | Downloaded proc-macro-crate v1.3.1 |
953 | 2024-02-01T10:18:58.941Z | Downloaded pretty-hex v0.4.1 |
954 | 2024-02-01T10:18:58.944Z | Downloaded pretty-hex v0.2.1 |
955 | 2024-02-01T10:18:58.944Z | Downloaded predicates-tree v1.0.9 |
956 | 2024-02-01T10:18:58.944Z | Downloaded polar-core v0.27.0 |
957 | 2024-02-01T10:18:58.958Z | Downloaded serde_urlencoded v0.7.1 |
958 | 2024-02-01T10:18:58.961Z | Downloaded heck v0.4.1 |
959 | 2024-02-01T10:18:58.964Z | Downloaded papergrid v0.11.0 |
960 | 2024-02-01T10:18:58.972Z | Downloaded resolv-conf v0.7.0 |
961 | 2024-02-01T10:18:58.975Z | Downloaded regex-syntax v0.6.29 |
962 | 2024-02-01T10:18:58.990Z | Downloaded encoding_rs v0.8.33 |
963 | 2024-02-01T10:18:59.035Z | Downloaded regex-automata v0.3.8 |
964 | 2024-02-01T10:18:59.070Z | Downloaded usdt-impl v0.5.0 |
965 | 2024-02-01T10:18:59.074Z | Downloaded parking_lot v0.11.2 |
966 | 2024-02-01T10:18:59.077Z | Downloaded semver v1.0.21 |
967 | 2024-02-01T10:18:59.081Z | Downloaded group v0.13.0 |
968 | 2024-02-01T10:18:59.085Z | Downloaded foreign-types v0.5.0 |
969 | 2024-02-01T10:18:59.090Z | Downloaded foreign-types v0.3.2 |
970 | 2024-02-01T10:18:59.090Z | Downloaded futures-channel v0.3.30 |
971 | 2024-02-01T10:18:59.093Z | Downloaded trust-dns-resolver v0.22.0 |
972 | 2024-02-01T10:18:59.100Z | Downloaded hkdf v0.12.4 |
973 | 2024-02-01T10:18:59.116Z | Downloaded ryu v1.0.15 |
974 | 2024-02-01T10:18:59.120Z | Downloaded rustyline v13.0.0 |
975 | 2024-02-01T10:18:59.130Z | Downloaded pest_derive v2.7.6 |
976 | 2024-02-01T10:18:59.130Z | Downloaded tokio-postgres v0.7.10 |
977 | 2024-02-01T10:18:59.134Z | Downloaded http v0.2.11 |
978 | 2024-02-01T10:18:59.141Z | Downloaded test-strategy v0.3.1 |
979 | 2024-02-01T10:18:59.147Z | Downloaded sct v0.7.0 |
980 | 2024-02-01T10:18:59.153Z | Downloaded termtree v0.4.1 |
981 | 2024-02-01T10:18:59.156Z | Downloaded portable-atomic v1.4.3 |
982 | 2024-02-01T10:18:59.166Z | Downloaded poly1305 v0.8.0 |
983 | 2024-02-01T10:18:59.171Z | Downloaded siphasher v0.3.11 |
984 | 2024-02-01T10:18:59.174Z | Downloaded zerocopy v0.7.32 |
985 | 2024-02-01T10:18:59.205Z | Downloaded zerocopy v0.6.4 |
986 | 2024-02-01T10:18:59.209Z | Downloaded fd-lock v4.0.2 |
987 | 2024-02-01T10:18:59.212Z | Downloaded walkdir v2.4.0 |
988 | 2024-02-01T10:18:59.215Z | Downloaded waitgroup v0.1.2 |
989 | 2024-02-01T10:18:59.218Z | Downloaded phf_shared v0.11.2 |
990 | 2024-02-01T10:18:59.218Z | Downloaded form_urlencoded v1.2.1 |
991 | 2024-02-01T10:18:59.221Z | Downloaded zone v0.3.0 |
992 | 2024-02-01T10:18:59.221Z | Downloaded zerocopy v0.3.0 |
993 | 2024-02-01T10:18:59.226Z | Downloaded derive_more v0.99.17 |
994 | 2024-02-01T10:18:59.232Z | Downloaded semver-parser v0.10.2 |
995 | 2024-02-01T10:18:59.236Z | Downloaded wait-timeout v0.2.0 |
996 | 2024-02-01T10:18:59.239Z | Downloaded vte_generate_state_changes v0.1.1 |
997 | 2024-02-01T10:18:59.242Z | Downloaded glob v0.3.1 |
998 | 2024-02-01T10:18:59.242Z | Downloaded signal-hook-tokio v0.3.1 |
999 | 2024-02-01T10:18:59.247Z | Downloaded shell-words v1.1.0 |
1000 | 2024-02-01T10:18:59.247Z | Downloaded serde_repr v0.1.16 |
1001 | 2024-02-01T10:18:59.251Z | Downloaded serde_derive_internals v0.26.0 |
1002 | 2024-02-01T10:18:59.267Z | Downloaded sled v0.34.7 |
1003 | 2024-02-01T10:18:59.273Z | Downloaded gimli v0.28.0 |
1004 | 2024-02-01T10:18:59.293Z | Downloaded tokio v1.35.1 |
1005 | 2024-02-01T10:18:59.706Z | Downloaded scroll_derive v0.12.0 |
1006 | 2024-02-01T10:18:59.707Z | Downloaded termios v0.3.3 |
1007 | 2024-02-01T10:18:59.707Z | Downloaded crypto-bigint v0.5.2 |
1008 | 2024-02-01T10:18:59.707Z | Downloaded fd-lock v3.0.13 |
1009 | 2024-02-01T10:18:59.707Z | Downloaded display-error-chain v0.2.0 |
1010 | 2024-02-01T10:18:59.708Z | Downloaded vte v0.11.1 |
1011 | 2024-02-01T10:18:59.708Z | Downloaded usdt v0.3.5 |
1012 | 2024-02-01T10:18:59.708Z | Downloaded derive_builder_macro v0.12.0 |
1013 | 2024-02-01T10:18:59.708Z | Downloaded derive-where v1.2.7 |
1014 | 2024-02-01T10:18:59.708Z | Downloaded omicron-zone-package v0.10.1 |
1015 | 2024-02-01T10:18:59.708Z | Downloaded ratatui v0.25.0 |
1016 | 2024-02-01T10:18:59.708Z | Downloaded ring v0.16.20 |
1017 | 2024-02-01T10:18:59.708Z | Downloaded ring v0.17.7 |
1018 | 2024-02-01T10:18:59.734Z | Downloaded trust-dns-client v0.22.0 |
1019 | 2024-02-01T10:18:59.744Z | Downloaded tracing-attributes v0.1.26 |
1020 | 2024-02-01T10:18:59.747Z | Downloaded number_prefix v0.4.0 |
1021 | 2024-02-01T10:18:59.750Z | Downloaded regex-automata v0.1.10 |
1022 | 2024-02-01T10:18:59.761Z | Downloaded tui-tree-widget v0.16.0 |
1023 | 2024-02-01T10:18:59.764Z | Downloaded rustls v0.22.2 |
1024 | 2024-02-01T10:18:59.786Z | Downloaded syn v1.0.109 |
1025 | 2024-02-01T10:18:59.811Z | Downloaded time-macros v0.2.13 |
1026 | 2024-02-01T10:18:59.816Z | Downloaded thiserror-no-std v2.0.2 |
1027 | 2024-02-01T10:18:59.817Z | Downloaded crossterm v0.27.0 |
1028 | 2024-02-01T10:18:59.823Z | Downloaded snafu v0.7.5 |
1029 | 2024-02-01T10:18:59.833Z | Downloaded slab v0.4.9 |
1030 | 2024-02-01T10:18:59.836Z | Downloaded crossbeam-epoch v0.9.15 |
1031 | 2024-02-01T10:18:59.840Z | Downloaded crossbeam v0.8.2 |
1032 | 2024-02-01T10:18:59.843Z | Downloaded corncobs v0.1.3 |
1033 | 2024-02-01T10:18:59.846Z | Downloaded precomputed-hash v0.1.1 |
1034 | 2024-02-01T10:18:59.847Z | Downloaded postgres-protocol v0.6.6 |
1035 | 2024-02-01T10:18:59.851Z | Downloaded scopeguard v1.2.0 |
1036 | 2024-02-01T10:18:59.851Z | Downloaded structopt-derive v0.4.18 |
1037 | 2024-02-01T10:18:59.855Z | Downloaded shlex v1.3.0 |
1038 | 2024-02-01T10:18:59.859Z | Downloaded is-terminal v0.4.9 |
1039 | 2024-02-01T10:18:59.859Z | Downloaded heck v0.3.3 |
1040 | 2024-02-01T10:18:59.859Z | Downloaded heapless v0.8.0 |
1041 | 2024-02-01T10:18:59.865Z | Downloaded filetime v0.2.23 |
1042 | 2024-02-01T10:18:59.869Z | Downloaded slog v2.7.0 |
1043 | 2024-02-01T10:18:59.873Z | Downloaded rustls v0.21.9 |
1044 | 2024-02-01T10:18:59.894Z | Downloaded vsss-rs v3.3.4 |
1045 | 2024-02-01T10:18:59.898Z | Downloaded usdt-attr-macro v0.5.0 |
1046 | 2024-02-01T10:18:59.901Z | Downloaded untrusted v0.9.0 |
1047 | 2024-02-01T10:18:59.901Z | Downloaded deranged v0.3.8 |
1048 | 2024-02-01T10:18:59.906Z | Downloaded der_derive v0.7.2 |
1049 | 2024-02-01T10:18:59.926Z | Downloaded defmt-macros v0.3.6 |
1050 | 2024-02-01T10:18:59.926Z | Downloaded futures-sink v0.3.30 |
1051 | 2024-02-01T10:18:59.926Z | Downloaded futures-macro v0.3.30 |
1052 | 2024-02-01T10:18:59.926Z | Downloaded rand_core v0.6.4 |
1053 | 2024-02-01T10:18:59.926Z | Downloaded rand_chacha v0.3.1 |
1054 | 2024-02-01T10:18:59.927Z | Downloaded unicode-bidi v0.3.13 |
1055 | 2024-02-01T10:18:59.927Z | Downloaded pest_generator v2.7.6 |
1056 | 2024-02-01T10:18:59.927Z | Downloaded embedded-io v0.4.0 |
1057 | 2024-02-01T10:18:59.929Z | Downloaded digest v0.10.7 |
1058 | 2024-02-01T10:18:59.933Z | Downloaded pem-rfc7468 v0.7.0 |
1059 | 2024-02-01T10:18:59.948Z | Downloaded radix_trie v0.2.1 |
1060 | 2024-02-01T10:18:59.951Z | Downloaded smf v0.2.2 |
1061 | 2024-02-01T10:18:59.951Z | Downloaded ff v0.13.0 |
1062 | 2024-02-01T10:18:59.951Z | Downloaded regex v1.10.3 |
1063 | 2024-02-01T10:18:59.971Z | Downloaded ref-cast-impl v1.0.20 |
1064 | 2024-02-01T10:18:59.974Z | Downloaded rustversion v1.0.14 |
1065 | 2024-02-01T10:18:59.977Z | Downloaded getopts v0.2.21 |
1066 | 2024-02-01T10:18:59.980Z | Downloaded generic-array v0.14.7 |
1067 | 2024-02-01T10:18:59.983Z | Downloaded trust-dns-proto v0.22.0 |
1068 | 2024-02-01T10:19:00.003Z | Downloaded smoltcp v0.11.0 |
1069 | 2024-02-01T10:19:00.028Z | Downloaded fs-err v2.11.0 |
1070 | 2024-02-01T10:19:00.032Z | Downloaded vec_map v0.8.2 |
1071 | 2024-02-01T10:19:00.032Z | Downloaded sha2 v0.10.8 |
1072 | 2024-02-01T10:19:00.036Z | Downloaded serde_spanned v0.6.4 |
1073 | 2024-02-01T10:19:00.040Z | Downloaded serde-hex v0.1.0 |
1074 | 2024-02-01T10:19:00.047Z | Downloaded serde-big-array v0.5.1 |
1075 | 2024-02-01T10:19:00.047Z | Downloaded pem v3.0.2 |
1076 | 2024-02-01T10:19:00.049Z | Downloaded plain v0.2.3 |
1077 | 2024-02-01T10:19:00.052Z | Downloaded pkg-config v0.3.27 |
1078 | 2024-02-01T10:19:00.052Z | Downloaded hash32 v0.2.1 |
1079 | 2024-02-01T10:19:00.052Z | Downloaded rayon v1.8.0 |
1080 | 2024-02-01T10:19:00.069Z | Downloaded rand_xorshift v0.3.0 |
1081 | 2024-02-01T10:19:00.072Z | Downloaded pin-project-lite v0.2.13 |
1082 | 2024-02-01T10:19:00.077Z | Downloaded pin-project-internal v1.1.3 |
1083 | 2024-02-01T10:19:00.085Z | Downloaded fnv v1.0.7 |
1084 | 2024-02-01T10:19:00.091Z | Downloaded float-cmp v0.9.0 |
1085 | 2024-02-01T10:19:00.091Z | Downloaded flate2 v1.0.28 |
1086 | 2024-02-01T10:19:00.096Z | Downloaded flagset v0.4.3 |
1087 | 2024-02-01T10:19:00.096Z | Downloaded fixedbitset v0.4.2 |
1088 | 2024-02-01T10:19:00.106Z | Downloaded strsim v0.10.0 |
1089 | 2024-02-01T10:19:00.106Z | Downloaded stability v0.1.1 |
1090 | 2024-02-01T10:19:00.106Z | Downloaded webpki-roots v0.25.2 |
1091 | 2024-02-01T10:19:00.111Z | Downloaded usdt-impl v0.3.5 |
1092 | 2024-02-01T10:19:00.111Z | Downloaded rustix v0.37.23 |
1093 | 2024-02-01T10:19:00.147Z | Downloaded parse-display-derive v0.8.2 |
1094 | 2024-02-01T10:19:00.150Z | Downloaded getrandom v0.2.10 |
1095 | 2024-02-01T10:19:00.153Z | Downloaded owo-colors v4.0.0 |
1096 | 2024-02-01T10:19:00.156Z | Downloaded which v4.4.0 |
1097 | 2024-02-01T10:19:00.160Z | Downloaded parse-size v1.0.0 |
1098 | 2024-02-01T10:19:00.160Z | Downloaded fallible-iterator v0.2.0 |
1099 | 2024-02-01T10:19:00.163Z | Downloaded hmac v0.12.1 |
1100 | 2024-02-01T10:19:00.166Z | Downloaded futures-executor v0.3.30 |
1101 | 2024-02-01T10:19:00.169Z | Downloaded futures-core v0.3.30 |
1102 | 2024-02-01T10:19:00.172Z | Downloaded futures v0.3.30 |
1103 | 2024-02-01T10:19:00.177Z | Downloaded foreign-types-macros v0.2.3 |
1104 | 2024-02-01T10:19:00.181Z | Downloaded hostname v0.3.1 |
1105 | 2024-02-01T10:19:00.186Z | Downloaded home v0.5.5 |
1106 | 2024-02-01T10:19:00.186Z | Downloaded fxhash v0.2.1 |
1107 | 2024-02-01T10:19:00.186Z | Downloaded petgraph v0.6.4 |
1108 | 2024-02-01T10:19:00.211Z | Downloaded foreign-types-shared v0.3.1 |
1109 | 2024-02-01T10:19:00.221Z | Downloaded parking_lot v0.12.1 |
1110 | 2024-02-01T10:19:00.649Z | Downloaded env_logger v0.10.0 |
1111 | 2024-02-01T10:19:00.649Z | Downloaded openssl-probe v0.1.5 |
1112 | 2024-02-01T10:19:00.649Z | Downloaded try-lock v0.2.4 |
1113 | 2024-02-01T10:19:00.649Z | Downloaded tracing-core v0.1.31 |
1114 | 2024-02-01T10:19:00.649Z | Downloaded toml_edit v0.19.15 |
1115 | 2024-02-01T10:19:00.649Z | Downloaded take_mut v0.2.2 |
1116 | 2024-02-01T10:19:00.649Z | Downloaded tabled_derive v0.7.0 |
1117 | 2024-02-01T10:19:00.649Z | Downloaded pkcs8 v0.10.2 |
1118 | 2024-02-01T10:19:00.649Z | Downloaded smoltcp v0.9.1 |
1119 | 2024-02-01T10:19:00.650Z | Downloaded zip v0.6.6 |
1120 | 2024-02-01T10:19:00.650Z | Downloaded pkcs1 v0.7.5 |
1121 | 2024-02-01T10:19:00.651Z | Downloaded hashbrown v0.12.3 |
1122 | 2024-02-01T10:19:00.651Z | Downloaded pin-utils v0.1.0 |
1123 | 2024-02-01T10:19:00.651Z | Downloaded bstr v0.2.17 |
1124 | 2024-02-01T10:19:00.651Z | Downloaded percent-encoding v2.3.1 |
1125 | 2024-02-01T10:19:00.651Z | Downloaded hash32 v0.3.1 |
1126 | 2024-02-01T10:19:00.651Z | Downloaded endian-type v0.1.2 |
1127 | 2024-02-01T10:19:00.651Z | Downloaded ena v0.14.2 |
1128 | 2024-02-01T10:19:00.651Z | Downloaded elliptic-curve v0.13.8 |
1129 | 2024-02-01T10:19:00.652Z | Downloaded either v1.9.0 |
1130 | 2024-02-01T10:19:00.652Z | Downloaded dtrace-parser v0.2.0 |
1131 | 2024-02-01T10:19:00.652Z | Downloaded idna v0.5.0 |
1132 | 2024-02-01T10:19:00.652Z | Downloaded ed25519 v1.5.3 |
1133 | 2024-02-01T10:19:00.652Z | Downloaded dyn-clone v1.0.13 |
1134 | 2024-02-01T10:19:00.652Z | Downloaded dtrace-parser v0.1.14 |
1135 | 2024-02-01T10:19:00.652Z | Downloaded dirs-sys-next v0.1.2 |
1136 | 2024-02-01T10:19:00.652Z | Downloaded dirs-next v2.0.0 |
1137 | 2024-02-01T10:19:00.652Z | Downloaded usdt-macro v0.3.5 |
1138 | 2024-02-01T10:19:00.653Z | Downloaded tempfile v3.9.0 |
1139 | 2024-02-01T10:19:00.653Z | Downloaded swrite v0.1.0 |
1140 | 2024-02-01T10:19:00.653Z | Downloaded static_assertions v1.1.0 |
1141 | 2024-02-01T10:19:00.653Z | Downloaded slog-scope v4.4.0 |
1142 | 2024-02-01T10:19:00.653Z | Downloaded signature v1.6.4 |
1143 | 2024-02-01T10:19:00.653Z | Downloaded spin v0.5.2 |
1144 | 2024-02-01T10:19:00.653Z | Downloaded socket2 v0.5.5 |
1145 | 2024-02-01T10:19:00.653Z | Downloaded slog-json v2.6.1 |
1146 | 2024-02-01T10:19:00.654Z | Downloaded fragile v2.0.0 |
1147 | 2024-02-01T10:19:00.654Z | Downloaded rustls-pki-types v1.1.0 |
1148 | 2024-02-01T10:19:00.656Z | Downloaded ron v0.8.1 |
1149 | 2024-02-01T10:19:00.656Z | Downloaded errno v0.3.8 |
1150 | 2024-02-01T10:19:00.656Z | Downloaded tough v0.16.0 |
1151 | 2024-02-01T10:19:00.656Z | Downloaded rustls-webpki v0.101.7 |
1152 | 2024-02-01T10:19:00.656Z | Downloaded url v2.5.0 |
1153 | 2024-02-01T10:19:00.657Z | Downloaded thiserror-impl v1.0.56 |
1154 | 2024-02-01T10:19:00.657Z | Downloaded spki v0.7.2 |
1155 | 2024-02-01T10:19:00.657Z | Downloaded object v0.32.1 |
1156 | 2024-02-01T10:19:00.657Z | Downloaded unicode-width v0.1.11 |
1157 | 2024-02-01T10:19:00.657Z | Downloaded paste v1.0.14 |
1158 | 2024-02-01T10:19:00.657Z | Downloaded parking_lot_core v0.8.6 |
1159 | 2024-02-01T10:19:00.657Z | Downloaded samael v0.0.14 |
1160 | 2024-02-01T10:19:00.657Z | Downloaded rpassword v7.3.1 |
1161 | 2024-02-01T10:19:00.657Z | Downloaded smallvec v0.6.14 |
1162 | 2024-02-01T10:19:00.658Z | Downloaded same-file v1.0.6 |
1163 | 2024-02-01T10:19:00.658Z | Downloaded openapiv3 v2.0.0 |
1164 | 2024-02-01T10:19:00.658Z | Downloaded strum v0.25.0 |
1165 | 2024-02-01T10:19:00.658Z | Downloaded structopt v0.3.26 |
1166 | 2024-02-01T10:19:00.658Z | Downloaded strum_macros v0.24.3 |
1167 | 2024-02-01T10:19:00.658Z | Downloaded regress v0.7.1 |
1168 | 2024-02-01T10:19:00.658Z | Downloaded rtoolbox v0.0.1 |
1169 | 2024-02-01T10:19:00.658Z | Downloaded dof v0.1.5 |
1170 | 2024-02-01T10:19:00.659Z | Downloaded derive_builder_core v0.12.0 |
1171 | 2024-02-01T10:19:00.659Z | Downloaded rustls-pemfile v1.0.3 |
1172 | 2024-02-01T10:19:00.659Z | Downloaded rustc_version v0.4.0 |
1173 | 2024-02-01T10:19:00.659Z | Downloaded rustc-hash v1.1.0 |
1174 | 2024-02-01T10:19:00.659Z | Downloaded foreign-types-shared v0.1.1 |
1175 | 2024-02-01T10:19:00.659Z | Downloaded zone_cfg_derive v0.3.0 |
1176 | 2024-02-01T10:19:00.659Z | Downloaded zeroize v1.7.0 |
1177 | 2024-02-01T10:19:00.660Z | Downloaded der v0.7.8 |
1178 | 2024-02-01T10:19:00.660Z | Downloaded idna v0.2.3 |
1179 | 2024-02-01T10:19:00.660Z | Downloaded tokio-tungstenite v0.20.1 |
1180 | 2024-02-01T10:19:00.660Z | Downloaded sha1 v0.10.6 |
1181 | 2024-02-01T10:19:00.660Z | Downloaded goblin v0.8.0 |
1182 | 2024-02-01T10:19:00.660Z | Downloaded x509-cert v0.2.4 |
1183 | 2024-02-01T10:19:00.660Z | Downloaded toml v0.7.8 |
1184 | 2024-02-01T10:19:00.661Z | Downloaded tokio-stream v0.1.14 |
1185 | 2024-02-01T10:19:00.661Z | Downloaded tokio-rustls v0.25.0 |
1186 | 2024-02-01T10:19:00.661Z | Downloaded tokio-rustls v0.24.1 |
1187 | 2024-02-01T10:19:00.661Z | Downloaded tokio-macros v2.2.0 |
1188 | 2024-02-01T10:19:00.661Z | Downloaded time v0.3.27 |
1189 | 2024-02-01T10:19:00.670Z | Downloaded thiserror v1.0.56 |
1190 | 2024-02-01T10:19:00.670Z | Downloaded nix v0.27.1 |
1191 | 2024-02-01T10:19:00.685Z | Downloaded whoami v1.4.1 |
1192 | 2024-02-01T10:19:00.699Z | Downloaded toml v0.5.11 |
1193 | 2024-02-01T10:19:00.699Z | Downloaded tokio-util v0.7.10 |
1194 | 2024-02-01T10:19:00.706Z | Downloaded globset v0.4.13 |
1195 | 2024-02-01T10:19:00.706Z | Downloaded openssl-sys v0.9.96 |
1196 | 2024-02-01T10:19:00.734Z | Downloaded wyz v0.5.1 |
1197 | 2024-02-01T10:19:00.735Z | Downloaded utf-8 v0.7.6 |
1198 | 2024-02-01T10:19:00.740Z | Downloaded usdt-macro v0.5.0 |
1199 | 2024-02-01T10:19:00.740Z | Downloaded rustfmt-wrapper v0.2.0 |
1200 | 2024-02-01T10:19:00.741Z | Downloaded bstr v1.6.0 |
1201 | 2024-02-01T10:19:00.741Z | Downloaded dof v0.3.0 |
1202 | 2024-02-01T10:19:00.741Z | Downloaded defmt-parser v0.3.3 |
1203 | 2024-02-01T10:19:00.741Z | Downloaded object v0.30.4 |
1204 | 2024-02-01T10:19:00.759Z | Downloaded nom v7.1.3 |
1205 | 2024-02-01T10:19:00.767Z | Downloaded multer v3.0.0 |
1206 | 2024-02-01T10:19:00.775Z | Downloaded signal-hook v0.3.17 |
1207 | 2024-02-01T10:19:00.782Z | Downloaded scroll v0.12.0 |
1208 | 2024-02-01T10:19:00.782Z | Downloaded itertools v0.10.5 |
1209 | 2024-02-01T10:19:00.794Z | Downloaded unicode-linebreak v0.1.5 |
1210 | 2024-02-01T10:19:01.209Z | Downloaded cfg-if v1.0.0 |
1211 | 2024-02-01T10:19:01.209Z | Downloaded colorchoice v1.0.0 |
1212 | 2024-02-01T10:19:01.210Z | Downloaded cobs v0.2.3 |
1213 | 2024-02-01T10:19:01.210Z | Downloaded chrono v0.4.31 |
1214 | 2024-02-01T10:19:01.215Z | Downloaded num-derive v0.4.0 |
1215 | 2024-02-01T10:19:01.215Z | Downloaded chacha20poly1305 v0.10.1 |
1216 | 2024-02-01T10:19:01.215Z | Downloaded hubpack v0.1.2 |
1217 | 2024-02-01T10:19:01.215Z | Downloaded atomicwrites v0.4.3 |
1218 | 2024-02-01T10:19:01.215Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1219 | 2024-02-01T10:19:01.215Z | Downloaded nu-ansi-term v0.49.0 |
1220 | 2024-02-01T10:19:01.215Z | Downloaded libefi-sys v0.1.0 |
1221 | 2024-02-01T10:19:01.215Z | Downloaded r2d2 v0.8.10 |
1222 | 2024-02-01T10:19:01.215Z | Downloaded quote v1.0.35 |
1223 | 2024-02-01T10:19:01.215Z | Downloaded async-trait v0.1.77 |
1224 | 2024-02-01T10:19:01.215Z | Downloaded block-padding v0.3.3 |
1225 | 2024-02-01T10:19:01.215Z | Downloaded serde_path_to_error v0.1.15 |
1226 | 2024-02-01T10:19:01.215Z | Downloaded serde-big-array v0.4.1 |
1227 | 2024-02-01T10:19:01.215Z | Downloaded secrecy v0.8.0 |
1228 | 2024-02-01T10:19:01.215Z | Downloaded quick-error v1.2.3 |
1229 | 2024-02-01T10:19:01.215Z | Downloaded lazy_static v1.4.0 |
1230 | 2024-02-01T10:19:01.215Z | Downloaded ciborium v0.2.2 |
1231 | 2024-02-01T10:19:01.215Z | Downloaded lock_api v0.4.10 |
1232 | 2024-02-01T10:19:01.215Z | Downloaded crc v3.0.1 |
1233 | 2024-02-01T10:19:01.215Z | Downloaded clang-sys v1.6.1 |
1234 | 2024-02-01T10:19:01.215Z | Downloaded clap_builder v4.4.2 |
1235 | 2024-02-01T10:19:01.216Z | Downloaded clap v4.4.3 |
1236 | 2024-02-01T10:19:01.216Z | Downloaded libm v0.2.7 |
1237 | 2024-02-01T10:19:01.216Z | Downloaded chacha20 v0.9.1 |
1238 | 2024-02-01T10:19:01.216Z | Downloaded rcgen v0.12.1 |
1239 | 2024-02-01T10:19:01.216Z | Downloaded ciborium-io v0.2.2 |
1240 | 2024-02-01T10:19:01.216Z | Downloaded lalrpop v0.19.12 |
1241 | 2024-02-01T10:19:01.216Z | Downloaded indoc v2.0.3 |
1242 | 2024-02-01T10:19:01.216Z | Downloaded keccak v0.1.4 |
1243 | 2024-02-01T10:19:01.216Z | Downloaded convert_case v0.4.0 |
1244 | 2024-02-01T10:19:01.216Z | Downloaded clap v2.34.0 |
1245 | 2024-02-01T10:19:01.216Z | Downloaded is_ci v1.1.1 |
1246 | 2024-02-01T10:19:01.216Z | Downloaded steno v0.4.0 |
1247 | 2024-02-01T10:19:01.217Z | Downloaded olpc-cjson v0.1.3 |
1248 | 2024-02-01T10:19:01.217Z | Downloaded linked-hash-map v0.5.6 |
1249 | 2024-02-01T10:19:01.217Z | Downloaded cipher v0.4.4 |
1250 | 2024-02-01T10:19:01.217Z | Downloaded kstat-rs v0.2.3 |
1251 | 2024-02-01T10:19:01.217Z | Downloaded ipnetwork v0.20.0 |
1252 | 2024-02-01T10:19:01.217Z | Downloaded io-lifetimes v1.0.11 |
1253 | 2024-02-01T10:19:01.217Z | Downloaded indoc v1.0.9 |
1254 | 2024-02-01T10:19:01.217Z | Downloaded hyper-staticfile v0.9.5 |
1255 | 2024-02-01T10:19:01.217Z | Downloaded topological-sort v0.2.2 |
1256 | 2024-02-01T10:19:01.217Z | Downloaded slog-term v2.9.0 |
1257 | 2024-02-01T10:19:01.217Z | Downloaded signature v2.1.0 |
1258 | 2024-02-01T10:19:01.217Z | Downloaded async-recursion v1.0.5 |
1259 | 2024-02-01T10:19:01.217Z | Downloaded aho-corasick v1.0.4 |
1260 | 2024-02-01T10:19:01.218Z | Downloaded instant v0.1.12 |
1261 | 2024-02-01T10:19:01.218Z | Downloaded iana-time-zone v0.1.57 |
1262 | 2024-02-01T10:19:01.218Z | Downloaded indexmap v1.9.3 |
1263 | 2024-02-01T10:19:01.218Z | Downloaded hyper-tls v0.5.0 |
1264 | 2024-02-01T10:19:01.218Z | Downloaded camino-tempfile v1.1.1 |
1265 | 2024-02-01T10:19:01.218Z | Downloaded impl-trait-for-tuples v0.2.2 |
1266 | 2024-02-01T10:19:01.219Z | Downloaded num_threads v0.1.6 |
1267 | 2024-02-01T10:19:01.219Z | Downloaded num-rational v0.4.1 |
1268 | 2024-02-01T10:19:01.219Z | Downloaded num-iter v0.1.43 |
1269 | 2024-02-01T10:19:01.219Z | Downloaded lazycell v1.3.0 |
1270 | 2024-02-01T10:19:01.219Z | Downloaded crossbeam-deque v0.8.3 |
1271 | 2024-02-01T10:19:01.219Z | Downloaded crc-catalog v2.2.0 |
1272 | 2024-02-01T10:19:01.219Z | Downloaded colored v2.0.4 |
1273 | 2024-02-01T10:19:01.219Z | Downloaded hyper-rustls v0.24.2 |
1274 | 2024-02-01T10:19:01.219Z | Downloaded clap_derive v4.4.2 |
1275 | 2024-02-01T10:19:01.219Z | Downloaded normalize-line-endings v0.3.0 |
1276 | 2024-02-01T10:19:01.219Z | Downloaded cpufeatures v0.2.12 |
1277 | 2024-02-01T10:19:01.219Z | Downloaded mockall_derive v0.12.0 |
1278 | 2024-02-01T10:19:01.219Z | Downloaded libxml v0.3.3 |
1279 | 2024-02-01T10:19:01.219Z | Downloaded anyhow v1.0.75 |
1280 | 2024-02-01T10:19:01.219Z | Downloaded hyper v0.14.27 |
1281 | 2024-02-01T10:19:01.219Z | Downloaded maybe-uninit v2.0.0 |
1282 | 2024-02-01T10:19:01.219Z | Downloaded lalrpop-util v0.19.12 |
1283 | 2024-02-01T10:19:01.219Z | Downloaded ipnet v2.9.0 |
1284 | 2024-02-01T10:19:01.219Z | Downloaded opaque-debug v0.3.0 |
1285 | 2024-02-01T10:19:01.219Z | Downloaded crunchy v0.2.2 |
1286 | 2024-02-01T10:19:01.219Z | Downloaded darling_core v0.20.3 |
1287 | 2024-02-01T10:19:01.219Z | Downloaded ciborium-ll v0.2.2 |
1288 | 2024-02-01T10:19:01.220Z | Downloaded cexpr v0.6.0 |
1289 | 2024-02-01T10:19:01.220Z | Downloaded camino v1.1.6 |
1290 | 2024-02-01T10:19:01.220Z | Downloaded sqlparser v0.43.1 |
1291 | 2024-02-01T10:19:01.220Z | Downloaded buf-list v1.0.3 |
1292 | 2024-02-01T10:19:01.221Z | Downloaded toml_edit v0.21.0 |
1293 | 2024-02-01T10:19:01.221Z | Downloaded sqlformat v0.2.3 |
1294 | 2024-02-01T10:19:01.221Z | Downloaded matches v0.1.10 |
1295 | 2024-02-01T10:19:01.221Z | Downloaded httpdate v1.0.3 |
1296 | 2024-02-01T10:19:01.221Z | Downloaded cassowary v0.3.0 |
1297 | 2024-02-01T10:19:01.221Z | Downloaded strum_macros v0.25.2 |
1298 | 2024-02-01T10:19:01.221Z | Downloaded structmeta v0.2.0 |
1299 | 2024-02-01T10:19:01.221Z | Downloaded string_cache v0.8.7 |
1300 | 2024-02-01T10:19:01.221Z | Downloaded similar v2.3.0 |
1301 | 2024-02-01T10:19:01.224Z | Downloaded snafu-derive v0.7.5 |
1302 | 2024-02-01T10:19:01.225Z | Downloaded slog-stdlog v4.1.1 |
1303 | 2024-02-01T10:19:01.225Z | Downloaded slog-bunyan v2.5.0 |
1304 | 2024-02-01T10:19:01.225Z | Downloaded slog-async v2.8.0 |
1305 | 2024-02-01T10:19:01.228Z | Downloaded signal-hook-registry v1.4.1 |
1306 | 2024-02-01T10:19:01.228Z | Downloaded serde_yaml v0.9.25 |
1307 | 2024-02-01T10:19:01.234Z | Downloaded serde_with_macros v3.5.1 |
1308 | 2024-02-01T10:19:01.237Z | Downloaded bitflags v2.4.0 |
1309 | 2024-02-01T10:19:01.241Z | Downloaded byteorder v1.5.0 |
1310 | 2024-02-01T10:19:01.245Z | Downloaded bcs v0.1.6 |
1311 | 2024-02-01T10:19:01.248Z | Downloaded serde_plain v1.0.2 |
1312 | 2024-02-01T10:19:01.251Z | Downloaded nanorand v0.7.0 |
1313 | 2024-02-01T10:19:01.255Z | Downloaded indexmap v2.2.2 |
1314 | 2024-02-01T10:19:01.261Z | Downloaded http-range v0.1.5 |
1315 | 2024-02-01T10:19:01.264Z | Downloaded async-stream-impl v0.3.5 |
1316 | 2024-02-01T10:19:01.265Z | Downloaded base16ct v0.2.0 |
1317 | 2024-02-01T10:19:01.269Z | Downloaded autocfg v1.1.0 |
1318 | 2024-02-01T10:19:01.269Z | Downloaded num-bigint-dig v0.8.4 |
1319 | 2024-02-01T10:19:01.278Z | Downloaded native-tls v0.2.11 |
1320 | 2024-02-01T10:19:01.284Z | Downloaded memmap v0.7.0 |
1321 | 2024-02-01T10:19:01.292Z | Downloaded darling_core v0.14.4 |
1322 | 2024-02-01T10:19:01.312Z | Downloaded darling v0.20.3 |
1323 | 2024-02-01T10:19:01.312Z | Downloaded cc v1.0.83 |
1324 | 2024-02-01T10:19:01.312Z | Downloaded bytecount v0.6.3 |
1325 | 2024-02-01T10:19:01.325Z | Downloaded array-init v0.0.4 |
1326 | 2024-02-01T10:19:01.325Z | Downloaded allocator-api2 v0.2.16 |
1327 | 2024-02-01T10:19:01.325Z | Downloaded ahash v0.8.6 |
1328 | 2024-02-01T10:19:01.325Z | Downloaded linear-map v1.2.0 |
1329 | 2024-02-01T10:19:01.325Z | Downloaded ident_case v1.0.1 |
1330 | 2024-02-01T10:19:01.325Z | Downloaded http-body v0.4.5 |
1331 | 2024-02-01T10:19:01.343Z | Downloaded bb8 v0.8.1 |
1332 | 2024-02-01T10:19:01.343Z | Downloaded cancel-safe-futures v0.1.5 |
1333 | 2024-02-01T10:19:01.343Z | Downloaded bitflags v1.3.2 |
1334 | 2024-02-01T10:19:01.344Z | Downloaded curve25519-dalek-derive v0.1.0 |
1335 | 2024-02-01T10:19:01.372Z | Downloaded curve25519-dalek v4.1.1 |
1336 | 2024-02-01T10:19:01.373Z | Downloaded anstream v0.5.0 |
1337 | 2024-02-01T10:19:01.373Z | Downloaded backoff v0.4.0 |
1338 | 2024-02-01T10:19:01.396Z | Downloaded num_enum v0.5.11 |
1339 | 2024-02-01T10:19:01.397Z | Downloaded num-traits v0.2.16 |
1340 | 2024-02-01T10:19:01.397Z | Downloaded num-complex v0.4.4 |
1341 | 2024-02-01T10:19:01.397Z | Downloaded new_debug_unreachable v1.0.4 |
1342 | 2024-02-01T10:19:01.397Z | Downloaded crossbeam-queue v0.3.8 |
1343 | 2024-02-01T10:19:01.397Z | Downloaded argon2 v0.5.3 |
1344 | 2024-02-01T10:19:01.398Z | Downloaded ascii-canvas v3.0.0 |
1345 | 2024-02-01T10:19:01.414Z | Downloaded aead v0.5.2 |
1346 | 2024-02-01T10:19:01.415Z | Downloaded adler v1.0.2 |
1347 | 2024-02-01T10:19:01.415Z | Downloaded arc-swap v1.6.0 |
1348 | 2024-02-01T10:19:01.415Z | Downloaded num v0.4.1 |
1349 | 2024-02-01T10:19:01.415Z | Downloaded nodrop v0.1.14 |
1350 | 2024-02-01T10:19:01.415Z | Downloaded mio v0.8.9 |
1351 | 2024-02-01T10:19:01.428Z | Downloaded match_cfg v0.1.0 |
1352 | 2024-02-01T10:19:01.428Z | Downloaded minimal-lexical v0.2.1 |
1353 | 2024-02-01T10:19:01.428Z | Downloaded mime_guess v2.0.4 |
1354 | 2024-02-01T10:19:01.428Z | Downloaded mime v0.3.17 |
1355 | 2024-02-01T10:19:01.428Z | Downloaded memoffset v0.7.1 |
1356 | 2024-02-01T10:19:01.842Z | Downloaded memchr v2.6.3 |
1357 | 2024-02-01T10:19:01.842Z | Downloaded maplit v1.0.2 |
1358 | 2024-02-01T10:19:01.842Z | Downloaded macaddr v1.0.1 |
1359 | 2024-02-01T10:19:01.842Z | Downloaded lru v0.12.1 |
1360 | 2024-02-01T10:19:01.842Z | Downloaded log v0.4.20 |
1361 | 2024-02-01T10:19:01.842Z | Downloaded blake2 v0.10.6 |
1362 | 2024-02-01T10:19:01.842Z | Downloaded block-buffer v0.10.4 |
1363 | 2024-02-01T10:19:01.842Z | Downloaded bitfield v0.14.0 |
1364 | 2024-02-01T10:19:01.842Z | Downloaded humantime v2.1.0 |
1365 | 2024-02-01T10:19:01.842Z | Downloaded bit-vec v0.6.3 |
1366 | 2024-02-01T10:19:01.842Z | Downloaded base64 v0.21.7 |
1367 | 2024-02-01T10:19:01.843Z | Downloaded hubpack_derive v0.1.1 |
1368 | 2024-02-01T10:19:01.843Z | Downloaded bindgen v0.69.2 |
1369 | 2024-02-01T10:19:01.843Z | Downloaded anstyle-parse v0.2.1 |
1370 | 2024-02-01T10:19:01.844Z | Compiling proc-macro2 v1.0.78 |
1371 | 2024-02-01T10:19:01.844Z | Compiling unicode-ident v1.0.12 |
1372 | 2024-02-01T10:19:01.844Z | Compiling libc v0.2.152 |
1373 | 2024-02-01T10:19:01.844Z | Compiling serde v1.0.195 |
1374 | 2024-02-01T10:19:01.844Z | Compiling autocfg v1.1.0 |
1375 | 2024-02-01T10:19:01.844Z | Compiling version_check v0.9.4 |
1376 | 2024-02-01T10:19:01.860Z | Compiling cfg-if v1.0.0 |
1377 | 2024-02-01T10:19:02.091Z | Compiling once_cell v1.19.0 |
1378 | 2024-02-01T10:19:02.115Z | Compiling syn v1.0.109 |
1379 | 2024-02-01T10:19:02.187Z | Compiling byteorder v1.5.0 |
1380 | 2024-02-01T10:19:02.676Z | Compiling memchr v2.6.3 |
1381 | 2024-02-01T10:19:02.860Z | Compiling parking_lot_core v0.9.8 |
1382 | 2024-02-01T10:19:02.898Z | Compiling lock_api v0.4.10 |
1383 | 2024-02-01T10:19:03.760Z | Compiling ahash v0.8.6 |
1384 | 2024-02-01T10:19:03.912Z | Compiling libm v0.2.7 |
1385 | 2024-02-01T10:19:03.938Z | Compiling serde_json v1.0.113 |
1386 | 2024-02-01T10:19:03.956Z | Compiling num-traits v0.2.16 |
1387 | 2024-02-01T10:19:04.342Z | Compiling thiserror v1.0.56 |
1388 | 2024-02-01T10:19:04.469Z | Compiling typenum v1.16.0 |
1389 | 2024-02-01T10:19:05.023Z | Compiling scopeguard v1.2.0 |
1390 | 2024-02-01T10:19:05.182Z | Compiling generic-array v0.14.7 |
1391 | 2024-02-01T10:19:05.471Z | Compiling quote v1.0.35 |
1392 | 2024-02-01T10:19:05.603Z | Compiling itoa v1.0.9 |
1393 | 2024-02-01T10:19:05.987Z | Compiling log v0.4.20 |
1394 | 2024-02-01T10:19:06.011Z | Compiling getrandom v0.2.10 |
1395 | 2024-02-01T10:19:06.448Z | Compiling syn v2.0.48 |
1396 | 2024-02-01T10:19:06.542Z | Compiling cc v1.0.83 |
1397 | 2024-02-01T10:19:07.084Z | Compiling pkg-config v0.3.27 |
1398 | 2024-02-01T10:19:07.336Z | Compiling slab v0.4.9 |
1399 | 2024-02-01T10:19:07.988Z | Compiling ryu v1.0.15 |
1400 | 2024-02-01T10:19:08.118Z | Compiling allocator-api2 v0.2.16 |
1401 | 2024-02-01T10:19:08.482Z | Compiling pin-project-lite v0.2.13 |
1402 | 2024-02-01T10:19:08.665Z | Compiling smallvec v1.11.2 |
1403 | 2024-02-01T10:19:08.861Z | Compiling equivalent v1.0.1 |
1404 | 2024-02-01T10:19:09.015Z | Compiling heck v0.4.1 |
1405 | 2024-02-01T10:19:09.037Z | Compiling schemars v0.8.16 |
1406 | 2024-02-01T10:19:09.412Z | Compiling vcpkg v0.2.15 |
1407 | 2024-02-01T10:19:10.272Z | Compiling parking_lot v0.12.1 |
1408 | 2024-02-01T10:19:10.796Z | Compiling ring v0.17.7 |
1409 | 2024-02-01T10:19:11.934Z | Compiling signal-hook-registry v1.4.1 |
1410 | 2024-02-01T10:19:12.298Z | Compiling openssl-sys v0.9.96 |
1411 | 2024-02-01T10:19:13.705Z | Compiling rand_core v0.6.4 |
1412 | 2024-02-01T10:19:14.335Z | Compiling mio v0.8.9 |
1413 | 2024-02-01T10:19:15.237Z | Compiling ring v0.16.20 |
1414 | 2024-02-01T10:19:16.730Z | Compiling socket2 v0.5.5 |
1415 | 2024-02-01T10:19:16.781Z | Compiling num_cpus v1.16.0 |
1416 | 2024-02-01T10:19:17.090Z | Compiling ucd-trie v0.1.6 |
1417 | 2024-02-01T10:19:17.259Z | Compiling httparse v1.8.0 |
1418 | 2024-02-01T10:19:17.479Z | Compiling futures-core v0.3.30 |
1419 | 2024-02-01T10:19:17.845Z | Compiling spin v0.5.2 |
1420 | 2024-02-01T10:19:17.879Z | Compiling openssl v0.10.60 |
1421 | 2024-02-01T10:19:17.903Z | Compiling semver v1.0.21 |
1422 | 2024-02-01T10:19:18.163Z | Compiling fnv v1.0.7 |
1423 | 2024-02-01T10:19:18.569Z | Compiling serde_derive_internals v0.26.0 |
1424 | 2024-02-01T10:19:18.594Z | Compiling iana-time-zone v0.1.57 |
1425 | 2024-02-01T10:19:19.139Z | Compiling native-tls v0.2.11 |
1426 | 2024-02-01T10:19:19.162Z | Compiling rustls v0.21.9 |
1427 | 2024-02-01T10:19:19.614Z | Compiling const-oid v0.9.5 |
1428 | 2024-02-01T10:19:19.895Z | Compiling unicode-xid v0.2.4 |
1429 | 2024-02-01T10:19:20.128Z | Compiling crossbeam-utils v0.8.16 |
1430 | 2024-02-01T10:19:20.151Z | Compiling subtle v2.5.0 |
1431 | 2024-02-01T10:19:20.599Z | Compiling synstructure v0.12.6 |
1432 | 2024-02-01T10:19:20.678Z | Compiling spin v0.9.8 |
1433 | 2024-02-01T10:19:21.301Z | Compiling futures-sink v0.3.30 |
1434 | 2024-02-01T10:19:22.088Z | Compiling io-lifetimes v1.0.11 |
1435 | 2024-02-01T10:19:22.432Z | Compiling backtrace v0.3.69 |
1436 | 2024-02-01T10:19:22.755Z | Compiling rustix v0.38.30 |
1437 | 2024-02-01T10:19:22.815Z | Compiling dyn-clone v1.0.13 |
1438 | 2024-02-01T10:19:22.974Z | Compiling tinyvec_macros v0.1.1 |
1439 | 2024-02-01T10:19:23.026Z | Compiling winnow v0.5.15 |
1440 | 2024-02-01T10:19:23.079Z | Compiling tinyvec v1.6.0 |
1441 | 2024-02-01T10:19:23.516Z | Compiling futures-channel v0.3.30 |
1442 | 2024-02-01T10:19:23.672Z | Compiling tracing-core v0.1.31 |
1443 | 2024-02-01T10:19:24.095Z | Compiling memoffset v0.9.0 |
1444 | 2024-02-01T10:19:24.258Z | Compiling num-integer v0.1.45 |
1445 | 2024-02-01T10:19:24.545Z | Compiling futures-task v0.3.30 |
1446 | 2024-02-01T10:19:24.713Z | Compiling futures-io v0.3.30 |
1447 | 2024-02-01T10:19:25.565Z | Compiling pin-utils v0.1.0 |
1448 | 2024-02-01T10:19:25.708Z | Compiling rustix v0.37.23 |
1449 | 2024-02-01T10:19:25.753Z | Compiling unicode-normalization v0.1.22 |
1450 | 2024-02-01T10:19:27.058Z | Compiling usdt-impl v0.3.5 |
1451 | 2024-02-01T10:19:27.544Z | Compiling slog v2.7.0 |
1452 | 2024-02-01T10:19:27.883Z | Compiling anyhow v1.0.75 |
1453 | 2024-02-01T10:19:27.922Z | Compiling serde_derive v1.0.195 |
1454 | 2024-02-01T10:19:28.101Z | Compiling zerocopy-derive v0.7.32 |
1455 | 2024-02-01T10:19:28.243Z | Compiling zeroize_derive v1.4.2 |
1456 | 2024-02-01T10:19:28.742Z | Compiling thiserror-impl v1.0.56 |
1457 | 2024-02-01T10:19:28.742Z | Compiling tokio-macros v2.2.0 |
1458 | 2024-02-01T10:19:29.269Z | Compiling futures-macro v0.3.30 |
1459 | 2024-02-01T10:19:29.544Z | Compiling tracing-attributes v0.1.26 |
1460 | 2024-02-01T10:19:30.581Z | Compiling zeroize v1.7.0 |
1461 | 2024-02-01T10:19:31.090Z | Compiling schemars_derive v0.8.16 |
1462 | 2024-02-01T10:19:31.315Z | Compiling zerocopy v0.7.32 |
1463 | 2024-02-01T10:19:33.557Z | Compiling pest v2.7.6 |
1464 | 2024-02-01T10:19:34.897Z | Compiling hashbrown v0.14.2 |
1465 | 2024-02-01T10:19:34.915Z | Compiling openssl-macros v0.1.1 |
1466 | 2024-02-01T10:19:35.973Z | Compiling zerocopy-derive v0.2.0 |
1467 | 2024-02-01T10:19:35.997Z | Compiling crypto-common v0.1.6 |
1468 | 2024-02-01T10:19:36.284Z | Compiling der_derive v0.7.2 |
1469 | 2024-02-01T10:19:40.084Z | Compiling tracing v0.1.37 |
1470 | 2024-02-01T10:19:40.127Z | Compiling hashbrown v0.13.2 |
1471 | 2024-02-01T10:19:40.127Z | Compiling pest_meta v2.7.6 |
1472 | 2024-02-01T10:19:40.127Z | Compiling block-buffer v0.10.4 |
1473 | 2024-02-01T10:19:40.127Z | Compiling futures-util v0.3.30 |
1474 | 2024-02-01T10:19:40.127Z | Compiling bitflags v1.3.2 |
1475 | 2024-02-01T10:19:40.127Z | Compiling crc32fast v1.3.2 |
1476 | 2024-02-01T10:19:40.127Z | Compiling unicode-bidi v0.3.13 |
1477 | 2024-02-01T10:19:40.127Z | Compiling time-core v0.1.1 |
1478 | 2024-02-01T10:19:40.128Z | Compiling time-macros v0.2.13 |
1479 | 2024-02-01T10:19:42.807Z | Compiling pest_generator v2.7.6 |
1480 | 2024-02-01T10:19:43.892Z | Compiling digest v0.10.7 |
1481 | 2024-02-01T10:19:44.750Z | Compiling scroll_derive v0.12.0 |
1482 | 2024-02-01T10:19:45.014Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1483 | 2024-02-01T10:19:45.260Z | Compiling aho-corasick v1.0.4 |
1484 | 2024-02-01T10:19:45.654Z | Compiling crossbeam-epoch v0.9.15 |
1485 | 2024-02-01T10:19:45.794Z | Compiling pest_derive v2.7.6 |
1486 | 2024-02-01T10:19:46.267Z | Compiling regex-syntax v0.8.2 |
1487 | 2024-02-01T10:19:46.899Z | Compiling rustversion v1.0.14 |
1488 | 2024-02-01T10:19:47.018Z | Compiling ppv-lite86 v0.2.17 |
1489 | 2024-02-01T10:19:47.769Z | Compiling untrusted v0.9.0 |
1490 | 2024-02-01T10:19:48.050Z | Compiling async-trait v0.1.77 |
1491 | 2024-02-01T10:19:48.346Z | Compiling signal-hook v0.3.17 |
1492 | 2024-02-01T10:19:48.380Z | Compiling rand_chacha v0.3.1 |
1493 | 2024-02-01T10:19:49.416Z | Compiling zerocopy v0.3.0 |
1494 | 2024-02-01T10:19:50.592Z | Compiling bytes v1.5.0 |
1495 | 2024-02-01T10:19:51.089Z | Compiling indexmap v2.2.2 |
1496 | 2024-02-01T10:19:51.316Z | Compiling uuid v1.7.0 |
1497 | 2024-02-01T10:19:52.514Z | Compiling chrono v0.4.31 |
1498 | 2024-02-01T10:19:53.441Z | Compiling bitflags v2.4.0 |
1499 | 2024-02-01T10:19:54.328Z | Compiling tokio v1.35.1 |
1500 | 2024-02-01T10:19:57.581Z | Compiling serde_spanned v0.6.4 |
1501 | 2024-02-01T10:19:57.925Z | Compiling toml_datetime v0.6.5 |
1502 | 2024-02-01T10:19:59.242Z | Compiling rustc_version v0.4.0 |
1503 | 2024-02-01T10:19:59.641Z | Compiling toml_edit v0.19.15 |
1504 | 2024-02-01T10:20:00.223Z | Compiling http v0.2.11 |
1505 | 2024-02-01T10:20:02.782Z | Compiling heapless v0.7.16 |
1506 | 2024-02-01T10:20:03.985Z | Compiling regex-automata v0.4.4 |
1507 | 2024-02-01T10:20:04.048Z | Compiling thread-id v4.2.0 |
1508 | 2024-02-01T10:20:04.074Z | Compiling errno v0.3.8 |
1509 | 2024-02-01T10:20:04.473Z | Compiling strsim v0.10.0 |
1510 | 2024-02-01T10:20:10.662Z | Compiling tokio-util v0.7.10 |
1511 | 2024-02-01T10:20:10.827Z | Compiling regex v1.10.3 |
1512 | 2024-02-01T10:20:12.512Z | Compiling dof v0.1.5 |
1513 | 2024-02-01T10:20:13.102Z | Compiling rand v0.8.5 |
1514 | 2024-02-01T10:20:15.714Z | Compiling dtrace-parser v0.1.14 |
1515 | 2024-02-01T10:20:17.180Z | Compiling num-bigint v0.4.4 |
1516 | 2024-02-01T10:20:17.689Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1517 | 2024-02-01T10:20:17.878Z | Compiling foreign-types-shared v0.1.1 |
1518 | 2024-02-01T10:20:17.989Z | Compiling camino v1.1.6 |
1519 | 2024-02-01T10:20:18.023Z | Compiling percent-encoding v2.3.1 |
1520 | 2024-02-01T10:20:18.435Z | Compiling smoltcp v0.9.1 |
1521 | 2024-02-01T10:20:18.605Z | Compiling untrusted v0.7.1 |
1522 | 2024-02-01T10:20:18.786Z | Compiling base64ct v1.6.0 |
1523 | 2024-02-01T10:20:18.899Z | Compiling foreign-types v0.3.2 |
1524 | 2024-02-01T10:20:19.753Z | Compiling pem-rfc7468 v0.7.0 |
1525 | 2024-02-01T10:20:19.971Z | Compiling strum_macros v0.25.2 |
1526 | 2024-02-01T10:20:21.521Z | Compiling serde_tokenstream v0.1.7 |
1527 | 2024-02-01T10:20:24.085Z | Compiling hmac v0.12.1 |
1528 | 2024-02-01T10:20:24.756Z | Compiling lazy_static v1.4.0 |
1529 | 2024-02-01T10:20:24.893Z | Compiling socket2 v0.4.9 |
1530 | 2024-02-01T10:20:24.916Z | Compiling unicode-segmentation v1.10.1 |
1531 | 2024-02-01T10:20:24.938Z | Compiling adler v1.0.2 |
1532 | 2024-02-01T10:20:25.193Z | Compiling unicode-width v0.1.11 |
1533 | 2024-02-01T10:20:25.216Z | Compiling base64 v0.21.7 |
1534 | 2024-02-01T10:20:25.258Z | Compiling flagset v0.4.3 |
1535 | 2024-02-01T10:20:25.367Z | Compiling try-lock v0.2.4 |
1536 | 2024-02-01T10:20:25.597Z | Compiling siphasher v0.3.11 |
1537 | 2024-02-01T10:20:26.016Z | Compiling miniz_oxide v0.7.1 |
1538 | 2024-02-01T10:20:26.223Z | Compiling want v0.3.1 |
1539 | 2024-02-01T10:20:26.245Z | Compiling der v0.7.8 |
1540 | 2024-02-01T10:20:27.631Z | Compiling sct v0.7.0 |
1541 | 2024-02-01T10:20:28.064Z | Compiling rustls-webpki v0.101.7 |
1542 | 2024-02-01T10:20:28.069Z | Compiling form_urlencoded v1.2.1 |
1543 | 2024-02-01T10:20:28.443Z | Compiling h2 v0.3.24 |
1544 | 2024-02-01T10:20:28.621Z | Compiling http-body v0.4.5 |
1545 | 2024-02-01T10:20:28.760Z | Compiling hubpack_derive v0.1.1 |
1546 | 2024-02-01T10:20:29.247Z | Compiling zerocopy-derive v0.6.4 |
1547 | 2024-02-01T10:20:31.326Z | Compiling usdt-impl v0.5.0 |
1548 | 2024-02-01T10:20:31.820Z | Compiling num-iter v0.1.43 |
1549 | 2024-02-01T10:20:32.109Z | Compiling httpdate v1.0.3 |
1550 | 2024-02-01T10:20:32.291Z | Compiling tower-service v0.3.2 |
1551 | 2024-02-01T10:20:32.539Z | Compiling anstyle v1.0.2 |
1552 | 2024-02-01T10:20:32.691Z | Compiling stable_deref_trait v1.2.0 |
1553 | 2024-02-01T10:20:32.715Z | Compiling cpufeatures v0.2.12 |
1554 | 2024-02-01T10:20:32.836Z | Compiling openssl-probe v0.1.5 |
1555 | 2024-02-01T10:20:33.125Z | Compiling utf8parse v0.2.1 |
1556 | 2024-02-01T10:20:33.359Z | Compiling anstyle-parse v0.2.1 |
1557 | 2024-02-01T10:20:33.402Z | Compiling sha2 v0.10.8 |
1558 | 2024-02-01T10:20:35.036Z | Compiling spki v0.7.2 |
1559 | 2024-02-01T10:20:36.613Z | Compiling usdt-macro v0.3.5 |
1560 | 2024-02-01T10:20:36.946Z | Compiling usdt-attr-macro v0.3.5 |
1561 | 2024-02-01T10:20:39.691Z | Compiling hyper v0.14.27 |
1562 | 2024-02-01T10:20:40.866Z | Compiling openapiv3 v2.0.0 |
1563 | 2024-02-01T10:20:40.928Z | Compiling scroll v0.12.0 |
1564 | 2024-02-01T10:20:42.877Z | Compiling md-5 v0.10.5 |
1565 | 2024-02-01T10:20:43.099Z | Compiling stringprep v0.1.3 |
1566 | 2024-02-01T10:20:43.289Z | Compiling idna v0.5.0 |
1567 | 2024-02-01T10:20:44.726Z | Compiling diesel_table_macro_syntax v0.1.0 |
1568 | 2024-02-01T10:20:44.770Z | Compiling hash32 v0.2.1 |
1569 | 2024-02-01T10:20:45.285Z | Compiling plain v0.2.3 |
1570 | 2024-02-01T10:20:45.347Z | Compiling fallible-iterator v0.2.0 |
1571 | 2024-02-01T10:20:45.671Z | Compiling anstyle-query v1.0.0 |
1572 | 2024-02-01T10:20:45.710Z | Compiling gimli v0.28.0 |
1573 | 2024-02-01T10:20:45.863Z | Compiling colorchoice v1.0.0 |
1574 | 2024-02-01T10:20:48.501Z | Compiling postgres-protocol v0.6.6 |
1575 | 2024-02-01T10:20:48.829Z | Compiling anstream v0.5.0 |
1576 | 2024-02-01T10:20:49.268Z | Compiling goblin v0.8.0 |
1577 | 2024-02-01T10:20:49.813Z | Compiling diesel_derives v2.1.2 |
1578 | 2024-02-01T10:20:54.899Z | Compiling addr2line v0.21.0 |
1579 | 2024-02-01T10:20:55.859Z | Compiling url v2.5.0 |
1580 | 2024-02-01T10:20:57.591Z | Compiling tokio-rustls v0.24.1 |
1581 | 2024-02-01T10:20:58.604Z | Compiling tokio-native-tls v0.3.1 |
1582 | 2024-02-01T10:20:59.020Z | Compiling terminal_size v0.2.6 |
1583 | 2024-02-01T10:20:59.293Z | Compiling pkcs8 v0.10.2 |
1584 | 2024-02-01T10:21:00.127Z | Compiling phf_shared v0.11.2 |
1585 | 2024-02-01T10:21:01.287Z | Compiling serde_tokenstream v0.2.0 |
1586 | 2024-02-01T10:21:02.158Z | Compiling block-padding v0.3.3 |
1587 | 2024-02-01T10:21:02.512Z | Compiling enum-as-inner v0.5.1 |
1588 | 2024-02-01T10:21:02.795Z | Compiling serde_repr v0.1.16 |
1589 | 2024-02-01T10:21:04.073Z | Compiling clap_derive v4.4.2 |
1590 | 2024-02-01T10:21:04.735Z | Compiling ff v0.13.0 |
1591 | 2024-02-01T10:21:04.899Z | Compiling scheduled-thread-pool v0.2.7 |
1592 | 2024-02-01T10:21:05.091Z | Compiling object v0.32.1 |
1593 | 2024-02-01T10:21:09.236Z | Compiling deranged v0.3.8 |
1594 | 2024-02-01T10:21:12.141Z | Compiling managed v0.8.0 |
1595 | 2024-02-01T10:21:12.465Z | Compiling ipnet v2.9.0 |
1596 | 2024-02-01T10:21:13.012Z | Compiling rustc-demangle v0.1.23 |
1597 | 2024-02-01T10:21:13.770Z | Compiling base16ct v0.2.0 |
1598 | 2024-02-01T10:21:14.270Z | Compiling regex-automata v0.1.10 |
1599 | 2024-02-01T10:21:15.056Z | Compiling num_threads v0.1.6 |
1600 | 2024-02-01T10:21:16.525Z | Compiling pretty-hex v0.4.1 |
1601 | 2024-02-01T10:21:16.585Z | Compiling bit-vec v0.6.3 |
1602 | 2024-02-01T10:21:16.911Z | Compiling clap_lex v0.5.1 |
1603 | 2024-02-01T10:21:17.233Z | Compiling matches v0.1.10 |
1604 | 2024-02-01T10:21:17.401Z | Compiling idna v0.2.3 |
1605 | 2024-02-01T10:21:17.456Z | Compiling clap_builder v4.4.2 |
1606 | 2024-02-01T10:21:17.680Z | Compiling dof v0.3.0 |
1607 | 2024-02-01T10:21:19.908Z | Compiling time v0.3.27 |
1608 | 2024-02-01T10:21:20.782Z | Compiling bstr v0.2.17 |
1609 | 2024-02-01T10:21:23.032Z | Compiling sec1 v0.7.3 |
1610 | 2024-02-01T10:21:23.944Z | Compiling r2d2 v0.8.10 |
1611 | 2024-02-01T10:21:24.225Z | Compiling group v0.13.0 |
1612 | 2024-02-01T10:21:24.716Z | Compiling inout v0.1.3 |
1613 | 2024-02-01T10:21:26.165Z | Compiling phf v0.11.2 |
1614 | 2024-02-01T10:21:26.753Z | Compiling hyper-tls v0.5.0 |
1615 | 2024-02-01T10:21:26.989Z | Compiling signal-hook-mio v0.2.3 |
1616 | 2024-02-01T10:21:27.095Z | Compiling hyper-rustls v0.24.2 |
1617 | 2024-02-01T10:21:27.132Z | Compiling bzip2 v0.4.4 |
1618 | 2024-02-01T10:21:27.203Z | Compiling flate2 v1.0.28 |
1619 | 2024-02-01T10:21:27.640Z | Compiling postgres-types v0.2.6 |
1620 | 2024-02-01T10:21:27.706Z | Compiling zerocopy v0.6.4 |
1621 | 2024-02-01T10:21:28.159Z | Compiling hubpack v0.1.2 |
1622 | 2024-02-01T10:21:28.746Z | Compiling serde_urlencoded v0.7.1 |
1623 | 2024-02-01T10:21:28.865Z | Compiling rustls-pemfile v1.0.3 |
1624 | 2024-02-01T10:21:29.086Z | Compiling phf_shared v0.10.0 |
1625 | 2024-02-01T10:21:29.363Z | Compiling hkdf v0.12.4 |
1626 | 2024-02-01T10:21:29.683Z | Compiling ipnetwork v0.20.0 |
1627 | 2024-02-01T10:21:30.108Z | Compiling futures-executor v0.3.30 |
1628 | 2024-02-01T10:21:30.299Z | Compiling dtrace-parser v0.2.0 |
1629 | 2024-02-01T10:21:30.917Z | Compiling regress v0.7.1 |
1630 | 2024-02-01T10:21:31.095Z | Compiling crypto-bigint v0.5.2 |
1631 | 2024-02-01T10:21:31.813Z | Compiling float-cmp v0.9.0 |
1632 | 2024-02-01T10:21:32.167Z | Compiling encoding_rs v0.8.33 |
1633 | 2024-02-01T10:21:34.561Z | Compiling precomputed-hash v0.1.1 |
1634 | 2024-02-01T10:21:35.644Z | Compiling either v1.9.0 |
1635 | 2024-02-01T10:21:38.833Z | Compiling mime v0.3.17 |
1636 | 2024-02-01T10:21:38.885Z | Compiling data-encoding v2.4.0 |
1637 | 2024-02-01T10:21:39.266Z | Compiling difflib v0.4.0 |
1638 | 2024-02-01T10:21:41.656Z | Compiling regex-automata v0.3.8 |
1639 | 2024-02-01T10:21:41.823Z | Compiling new_debug_unreachable v1.0.4 |
1640 | 2024-02-01T10:21:43.210Z | Compiling predicates-core v1.0.6 |
1641 | 2024-02-01T10:21:43.240Z | Compiling minimal-lexical v0.2.1 |
1642 | 2024-02-01T10:21:43.333Z | Compiling normalize-line-endings v0.3.0 |
1643 | 2024-02-01T10:21:43.696Z | Compiling fixedbitset v0.4.2 |
1644 | 2024-02-01T10:21:44.221Z | Compiling static_assertions v1.1.0 |
1645 | 2024-02-01T10:21:44.352Z | Compiling webpki-roots v0.25.2 |
1646 | 2024-02-01T10:21:44.376Z | Compiling whoami v1.4.1 |
1647 | 2024-02-01T10:21:44.586Z | Compiling reqwest v0.11.22 |
1648 | 2024-02-01T10:21:45.191Z | Compiling tokio-postgres v0.7.10 |
1649 | 2024-02-01T10:21:45.368Z | Compiling bstr v1.6.0 |
1650 | 2024-02-01T10:21:45.536Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1651 | 2024-02-01T10:21:52.945Z | Compiling petgraph v0.6.4 |
1652 | 2024-02-01T10:21:53.470Z | Compiling nom v7.1.3 |
1653 | 2024-02-01T10:21:53.640Z | Compiling predicates v3.1.0 |
1654 | 2024-02-01T10:21:56.010Z | Compiling string_cache v0.8.7 |
1655 | 2024-02-01T10:21:58.141Z | Compiling trust-dns-proto v0.22.0 |
1656 | 2024-02-01T10:21:59.622Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1657 | 2024-02-01T10:21:59.676Z | Compiling itertools v0.10.5 |
1658 | 2024-02-01T10:22:04.462Z | Compiling elliptic-curve v0.13.8 |
1659 | 2024-02-01T10:22:10.874Z | Compiling futures v0.3.30 |
1660 | 2024-02-01T10:22:11.458Z | Compiling diesel v2.1.4 |
1661 | 2024-02-01T10:22:11.462Z | Compiling yasna v0.5.2 |
1662 | 2024-02-01T10:22:11.568Z | Compiling zip v0.6.6 |
1663 | 2024-02-01T10:22:12.352Z | Compiling crossterm v0.27.0 |
1664 | 2024-02-01T10:22:13.021Z | Compiling cipher v0.4.4 |
1665 | 2024-02-01T10:22:13.703Z | Compiling clap v4.4.3 |
1666 | 2024-02-01T10:22:13.792Z | Compiling similar v2.3.0 |
1667 | 2024-02-01T10:22:14.029Z | Compiling bit-set v0.5.3 |
1668 | 2024-02-01T10:22:14.324Z | Compiling usdt v0.3.5 |
1669 | 2024-02-01T10:22:14.739Z | Compiling console v0.15.8 |
1670 | 2024-02-01T10:22:17.309Z | Compiling tokio-stream v0.1.14 |
1671 | 2024-02-01T10:22:17.974Z | Compiling toml v0.7.8 |
1672 | 2024-02-01T10:22:18.821Z | Compiling toml_edit v0.21.0 |
1673 | 2024-02-01T10:22:18.854Z | Compiling hex v0.4.3 |
1674 | 2024-02-01T10:22:20.463Z | Compiling proc-macro-error-attr v1.0.4 |
1675 | 2024-02-01T10:22:20.722Z | Compiling lalrpop-util v0.19.12 |
1676 | 2024-02-01T10:22:24.220Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1677 | 2024-02-01T10:22:26.933Z | Compiling proc-macro-crate v1.3.1 |
1678 | 2024-02-01T10:22:30.271Z | Compiling proc-macro-error v1.0.4 |
1679 | 2024-02-01T10:22:30.993Z | Compiling heapless v0.8.0 |
1680 | 2024-02-01T10:22:35.609Z | Compiling num_enum_derive v0.5.11 |
1681 | 2024-02-01T10:22:47.037Z | Compiling atty v0.2.14 |
1682 | 2024-02-01T10:22:47.876Z | Compiling hash32 v0.3.1 |
1683 | 2024-02-01T10:22:48.272Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1684 | 2024-02-01T10:22:48.765Z | Compiling rustls-pki-types v1.1.0 |
1685 | 2024-02-01T10:22:52.686Z | Compiling smoltcp v0.11.0 |
1686 | 2024-02-01T10:22:53.631Z | Compiling ident_case v1.0.1 |
1687 | 2024-02-01T10:22:55.407Z | Compiling darling_core v0.20.3 |
1688 | 2024-02-01T10:23:10.769Z | Compiling num_enum v0.5.11 |
1689 | 2024-02-01T10:23:18.668Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1690 | 2024-02-01T10:23:29.217Z | Compiling dirs-sys-next v0.1.2 |
1691 | 2024-02-01T10:23:31.015Z | Compiling cobs v0.2.3 |
1692 | 2024-02-01T10:23:31.821Z | Compiling embedded-io v0.4.0 |
1693 | 2024-02-01T10:23:34.100Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1694 | 2024-02-01T10:23:35.427Z | Compiling rustls v0.22.2 |
1695 | 2024-02-01T10:23:57.473Z | Compiling postcard v1.0.8 |
1696 | 2024-02-01T10:23:57.560Z | Compiling dirs-next v2.0.0 |
1697 | 2024-02-01T10:24:01.039Z | Compiling darling_macro v0.20.3 |
1698 | 2024-02-01T10:24:03.896Z | Compiling rustls-webpki v0.102.1 |
1699 | 2024-02-01T10:24:07.648Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1700 | 2024-02-01T10:24:12.980Z | Compiling getopts v0.2.21 |
1701 | 2024-02-01T10:24:13.623Z | Compiling foreign-types-macros v0.2.3 |
1702 | 2024-02-01T10:24:14.460Z | Compiling structmeta-derive v0.2.0 |
1703 | 2024-02-01T10:24:15.935Z | Compiling thread_local v1.1.7 |
1704 | 2024-02-01T10:24:16.953Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1705 | 2024-02-01T10:24:17.141Z | Compiling multer v3.0.0 |
1706 | 2024-02-01T10:24:17.240Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1707 | 2024-02-01T10:24:17.668Z | Compiling paste v1.0.14 |
1708 | 2024-02-01T10:24:18.543Z | Compiling match_cfg v0.1.0 |
1709 | 2024-02-01T10:24:18.801Z | Compiling unsafe-libyaml v0.2.10 |
1710 | 2024-02-01T10:24:19.002Z | Compiling foreign-types-shared v0.3.1 |
1711 | 2024-02-01T10:24:20.053Z | Compiling slog-async v2.8.0 |
1712 | 2024-02-01T10:24:20.131Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1713 | 2024-02-01T10:24:21.765Z | Compiling serde_yaml v0.9.25 |
1714 | 2024-02-01T10:24:26.936Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1715 | 2024-02-01T10:24:28.165Z | Compiling foreign-types v0.5.0 |
1716 | 2024-02-01T10:24:30.117Z | Compiling structmeta v0.2.0 |
1717 | 2024-02-01T10:24:30.741Z | Compiling hostname v0.3.1 |
1718 | 2024-02-01T10:24:33.319Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1719 | 2024-02-01T10:24:44.370Z | Compiling darling v0.20.3 |
1720 | 2024-02-01T10:24:51.418Z | Compiling term v0.7.0 |
1721 | 2024-02-01T10:24:53.092Z | Compiling slog-json v2.6.1 |
1722 | 2024-02-01T10:24:53.902Z | Compiling is-terminal v0.4.9 |
1723 | 2024-02-01T10:24:54.101Z | Compiling crossbeam-channel v0.5.8 |
1724 | 2024-02-01T10:24:58.788Z | Compiling strum v0.25.0 |
1725 | 2024-02-01T10:24:58.857Z | Compiling http v1.0.0 |
1726 | 2024-02-01T10:24:59.161Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1727 | 2024-02-01T10:24:59.512Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1728 | 2024-02-01T10:25:00.296Z | Compiling async-stream-impl v0.3.5 |
1729 | 2024-02-01T10:25:00.719Z | Compiling cstr-argument v0.1.2 |
1730 | 2024-02-01T10:25:01.075Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1731 | 2024-02-01T10:25:01.203Z | Compiling regex-syntax v0.7.5 |
1732 | 2024-02-01T10:25:01.531Z | Compiling atomic-waker v1.1.1 |
1733 | 2024-02-01T10:25:01.819Z | Compiling pretty-hex v0.2.1 |
1734 | 2024-02-01T10:25:02.217Z | Compiling fastrand v2.0.0 |
1735 | 2024-02-01T10:25:02.799Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1736 | 2024-02-01T10:25:03.259Z | Compiling take_mut v0.2.2 |
1737 | 2024-02-01T10:25:03.316Z | Compiling crucible-workspace-hack v0.1.0 |
1738 | 2024-02-01T10:25:03.806Z | Compiling tempfile v3.9.0 |
1739 | 2024-02-01T10:25:05.072Z | Compiling async-stream v0.3.5 |
1740 | 2024-02-01T10:25:05.568Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1741 | 2024-02-01T10:25:06.196Z | Compiling waitgroup v0.1.2 |
1742 | 2024-02-01T10:25:06.678Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1743 | 2024-02-01T10:25:08.088Z | Compiling colored v2.0.4 |
1744 | 2024-02-01T10:25:08.876Z | Compiling slog-bunyan v2.5.0 |
1745 | 2024-02-01T10:25:09.416Z | Compiling slog-term v2.9.0 |
1746 | 2024-02-01T10:25:10.390Z | Compiling serde_with_macros v3.5.1 |
1747 | 2024-02-01T10:25:11.521Z | Compiling parse-display-derive v0.8.2 |
1748 | 2024-02-01T10:25:12.223Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1749 | 2024-02-01T10:25:14.351Z | Compiling tokio-rustls v0.25.0 |
1750 | 2024-02-01T10:25:15.066Z | Compiling toml v0.8.8 |
1751 | 2024-02-01T10:25:16.496Z | Compiling rustls-pemfile v2.0.0 |
1752 | 2024-02-01T10:25:16.732Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1753 | 2024-02-01T10:25:17.631Z | Compiling sha1 v0.10.6 |
1754 | 2024-02-01T10:25:17.693Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1755 | 2024-02-01T10:25:19.143Z | Compiling textwrap v0.11.0 |
1756 | 2024-02-01T10:25:19.168Z | Compiling heck v0.3.3 |
1757 | 2024-02-01T10:25:19.699Z | Compiling serde_path_to_error v0.1.15 |
1758 | 2024-02-01T10:25:20.984Z | Compiling instant v0.1.12 |
1759 | 2024-02-01T10:25:20.994Z | Compiling strsim v0.8.0 |
1760 | 2024-02-01T10:25:21.097Z | Compiling vec_map v0.8.2 |
1761 | 2024-02-01T10:25:21.337Z | Compiling rayon-core v1.12.0 |
1762 | 2024-02-01T10:25:21.601Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1763 | 2024-02-01T10:25:21.753Z | Compiling ansi_term v0.12.1 |
1764 | 2024-02-01T10:25:22.203Z | Compiling libefi-sys v0.1.0 |
1765 | 2024-02-01T10:25:22.633Z | Compiling debug-ignore v1.0.5 |
1766 | 2024-02-01T10:25:23.173Z | Compiling clap v2.34.0 |
1767 | 2024-02-01T10:25:23.258Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1768 | 2024-02-01T10:25:24.141Z | Compiling backoff v0.4.0 |
1769 | 2024-02-01T10:25:24.717Z | Compiling structopt-derive v0.4.18 |
1770 | 2024-02-01T10:25:28.033Z | Compiling parse-display v0.8.2 |
1771 | 2024-02-01T10:25:28.354Z | Compiling serde_with v3.5.1 |
1772 | 2024-02-01T10:25:28.990Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1773 | 2024-02-01T10:25:31.451Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1774 | 2024-02-01T10:25:32.228Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1775 | 2024-02-01T10:25:32.481Z | Compiling zone_cfg_derive v0.3.0 |
1776 | 2024-02-01T10:25:34.652Z | Compiling crossbeam-deque v0.8.3 |
1777 | 2024-02-01T10:25:35.275Z | Compiling macaddr v1.0.1 |
1778 | 2024-02-01T10:25:36.034Z | Compiling num-derive v0.4.0 |
1779 | 2024-02-01T10:25:36.509Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1780 | 2024-02-01T10:25:37.000Z | Compiling portable-atomic v1.4.3 |
1781 | 2024-02-01T10:25:37.972Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1782 | 2024-02-01T10:25:38.513Z | Compiling zone v0.3.0 |
1783 | 2024-02-01T10:25:39.675Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1784 | 2024-02-01T10:25:42.501Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1785 | 2024-02-01T10:25:44.345Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1786 | 2024-02-01T10:25:45.006Z | Compiling structopt v0.3.26 |
1787 | 2024-02-01T10:25:45.278Z | Compiling camino-tempfile v1.1.1 |
1788 | 2024-02-01T10:25:45.940Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1789 | 2024-02-01T10:25:46.536Z | Compiling smf v0.2.2 |
1790 | 2024-02-01T10:25:46.678Z | Compiling xattr v1.0.1 |
1791 | 2024-02-01T10:25:47.120Z | Compiling filetime v0.2.23 |
1792 | 2024-02-01T10:25:47.448Z | Compiling same-file v1.0.6 |
1793 | 2024-02-01T10:25:47.713Z | Compiling walkdir v2.4.0 |
1794 | 2024-02-01T10:25:47.807Z | Compiling tar v0.4.40 |
1795 | 2024-02-01T10:25:49.887Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1796 | 2024-02-01T10:25:50.547Z | Compiling rayon v1.8.0 |
1797 | 2024-02-01T10:25:51.288Z | Compiling topological-sort v0.2.2 |
1798 | 2024-02-01T10:25:51.636Z | Compiling number_prefix v0.4.0 |
1799 | 2024-02-01T10:25:52.016Z | Compiling omicron-zone-package v0.10.1 |
1800 | 2024-02-01T10:25:53.689Z | Compiling swrite v0.1.0 |
1801 | 2024-02-01T10:25:57.452Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1802 | 2024-02-01T10:25:59.625Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1803 | 2024-02-01T10:26:02.365Z | Compiling indicatif v0.17.7 |
1804 | 2024-02-01T10:26:12.283Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1805 | 2024-02-01T10:26:15.860Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1806 | 2024-02-01T10:26:18.708Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1807 | 2024-02-01T10:26:44.876Z | Finished release [optimized] target(s) in 8m 10s |
1808 | 2024-02-01T10:26:45.148Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1809 | 2024-02-01T10:26:45.236Z | Created new build target 'test' and set it as active |
1810 | 2024-02-01T10:26:45.240Z | |
1811 | 2024-02-01T10:26:45.240Z | real 8:10.821394147 |
1812 | 2024-02-01T10:26:45.240Z | user 54:36.590834964 |
1813 | 2024-02-01T10:26:45.240Z | sys 4:43.933968841 |
1814 | 2024-02-01T10:26:45.240Z | trap 2.117740736 |
1815 | 2024-02-01T10:26:45.240Z | tflt 4.150631996 |
1816 | 2024-02-01T10:26:45.240Z | dflt 5.589785486 |
1817 | 2024-02-01T10:26:45.240Z | kflt 0.019799914 |
1818 | 2024-02-01T10:26:45.240Z | lock 1:59:23.285227581 |
1819 | 2024-02-01T10:26:45.240Z | slp 2:34:15.575780862 |
1820 | 2024-02-01T10:26:45.240Z | lat 2:38.195410034 |
1821 | 2024-02-01T10:26:45.240Z | stop 3:52.696416776 |
1822 | 2024-02-01T10:26:45.240Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1823 | 2024-02-01T10:26:46.410Z | Finished release [optimized] target(s) in 1.08s |
1824 | 2024-02-01T10:26:46.439Z | Running `target/release/omicron-package -t test package` |
1825 | 2024-02-01T10:26:46.478Z | Feb 01 10:26:46.287 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1826 | 2024-02-01T10:26:47.715Z | Compiling linked-hash-map v0.5.6 |
1827 | 2024-02-01T10:26:47.720Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1828 | 2024-02-01T10:26:47.721Z | Compiling usdt-attr-macro v0.5.0 |
1829 | 2024-02-01T10:26:47.721Z | Compiling usdt-macro v0.5.0 |
1830 | 2024-02-01T10:26:47.721Z | Compiling memmap v0.7.0 |
1831 | 2024-02-01T10:26:47.737Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1832 | 2024-02-01T10:26:47.740Z | Compiling password-hash v0.5.0 |
1833 | 2024-02-01T10:26:47.754Z | Compiling blake2 v0.10.6 |
1834 | 2024-02-01T10:26:48.317Z | Compiling lru-cache v0.1.2 |
1835 | 2024-02-01T10:26:48.491Z | Compiling semver v0.1.20 |
1836 | 2024-02-01T10:26:48.611Z | Compiling argon2 v0.5.3 |
1837 | 2024-02-01T10:26:49.393Z | Compiling rustc_version v0.1.7 |
1838 | 2024-02-01T10:26:49.817Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1839 | 2024-02-01T10:26:49.985Z | Compiling same-file v1.0.6 |
1840 | 2024-02-01T10:26:50.084Z | Compiling quick-error v1.2.3 |
1841 | 2024-02-01T10:26:50.106Z | Compiling usdt v0.5.0 |
1842 | 2024-02-01T10:26:50.282Z | Compiling resolv-conf v0.7.0 |
1843 | 2024-02-01T10:26:50.296Z | Compiling walkdir v2.4.0 |
1844 | 2024-02-01T10:26:50.783Z | Compiling newtype_derive v0.1.6 |
1845 | 2024-02-01T10:26:51.206Z | Compiling itertools v0.12.0 |
1846 | 2024-02-01T10:26:51.371Z | Compiling semver-parser v0.10.2 |
1847 | 2024-02-01T10:26:51.938Z | Compiling slog-dtrace v0.3.0 |
1848 | 2024-02-01T10:26:52.375Z | Compiling fastrand v2.0.0 |
1849 | 2024-02-01T10:26:52.561Z | Compiling semver v0.11.0 |
1850 | 2024-02-01T10:26:53.232Z | Compiling tempfile v3.9.0 |
1851 | 2024-02-01T10:26:53.484Z | Compiling trust-dns-resolver v0.22.0 |
1852 | 2024-02-01T10:26:53.507Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1853 | 2024-02-01T10:26:53.715Z | Compiling nibble_vec v0.1.0 |
1854 | 2024-02-01T10:26:53.890Z | Compiling filetime v0.2.23 |
1855 | 2024-02-01T10:26:54.021Z | Compiling xattr v1.0.1 |
1856 | 2024-02-01T10:26:54.329Z | Compiling endian-type v0.1.2 |
1857 | 2024-02-01T10:26:54.366Z | Compiling home v0.5.5 |
1858 | 2024-02-01T10:26:54.387Z | Compiling tar v0.4.40 |
1859 | 2024-02-01T10:26:54.583Z | Compiling toolchain_find v0.2.0 |
1860 | 2024-02-01T10:26:54.655Z | Compiling radix_trie v0.2.1 |
1861 | 2024-02-01T10:26:55.388Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1862 | 2024-02-01T10:26:55.987Z | Compiling toml v0.5.11 |
1863 | 2024-02-01T10:26:56.073Z | Compiling topological-sort v0.2.2 |
1864 | 2024-02-01T10:26:56.382Z | Compiling radium v0.7.0 |
1865 | 2024-02-01T10:26:57.029Z | Compiling omicron-zone-package v0.10.1 |
1866 | 2024-02-01T10:26:57.043Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1867 | 2024-02-01T10:26:57.334Z | Compiling steno v0.4.0 |
1868 | 2024-02-01T10:26:57.352Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1869 | 2024-02-01T10:26:57.361Z | Compiling toml v0.8.8 |
1870 | 2024-02-01T10:26:59.886Z | Compiling rustfmt-wrapper v0.2.0 |
1871 | 2024-02-01T10:27:00.833Z | Compiling num-rational v0.4.1 |
1872 | 2024-02-01T10:27:00.998Z | Compiling cancel-safe-futures v0.1.5 |
1873 | 2024-02-01T10:27:01.269Z | Compiling tap v1.0.1 |
1874 | 2024-02-01T10:27:01.426Z | Compiling maybe-uninit v2.0.0 |
1875 | 2024-02-01T10:27:01.497Z | Compiling wyz v0.5.1 |
1876 | 2024-02-01T10:27:02.166Z | Compiling funty v2.0.0 |
1877 | 2024-02-01T10:27:02.205Z | Compiling num-bigint-dig v0.8.4 |
1878 | 2024-02-01T10:27:02.616Z | Compiling packed_struct v0.10.1 |
1879 | 2024-02-01T10:27:02.793Z | Compiling crc-catalog v2.2.0 |
1880 | 2024-02-01T10:27:02.990Z | Compiling crc v3.0.1 |
1881 | 2024-02-01T10:27:04.168Z | Compiling bitvec v1.0.1 |
1882 | 2024-02-01T10:27:04.560Z | Compiling num-complex v0.4.4 |
1883 | 2024-02-01T10:27:06.765Z | Compiling fxhash v0.2.1 |
1884 | 2024-02-01T10:27:07.483Z | Compiling packed_struct_codegen v0.10.1 |
1885 | 2024-02-01T10:27:07.490Z | Compiling indexmap v1.9.3 |
1886 | 2024-02-01T10:27:07.577Z | Compiling nodrop v0.1.14 |
1887 | 2024-02-01T10:27:07.702Z | Compiling utf-8 v0.7.6 |
1888 | 2024-02-01T10:27:07.744Z | Compiling array-init v0.0.4 |
1889 | 2024-02-01T10:27:08.313Z | Compiling tungstenite v0.20.1 |
1890 | 2024-02-01T10:27:09.939Z | Compiling num v0.4.1 |
1891 | 2024-02-01T10:27:10.086Z | Compiling smallvec v0.6.14 |
1892 | 2024-02-01T10:27:11.587Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1893 | 2024-02-01T10:27:13.256Z | Compiling pkcs1 v0.7.5 |
1894 | 2024-02-01T10:27:18.085Z | Compiling signature v2.1.0 |
1895 | 2024-02-01T10:27:19.505Z | Compiling unicase v2.7.0 |
1896 | 2024-02-01T10:27:19.510Z | Compiling half v2.3.1 |
1897 | 2024-02-01T10:27:19.510Z | Compiling ciborium-io v0.2.2 |
1898 | 2024-02-01T10:27:19.510Z | Compiling bitfield v0.14.0 |
1899 | 2024-02-01T10:27:19.510Z | Compiling termcolor v1.2.0 |
1900 | 2024-02-01T10:27:19.699Z | Compiling hashbrown v0.12.3 |
1901 | 2024-02-01T10:27:20.121Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1902 | 2024-02-01T10:27:20.155Z | Compiling env_logger v0.10.0 |
1903 | 2024-02-01T10:27:21.559Z | Compiling ciborium-ll v0.2.2 |
1904 | 2024-02-01T10:27:22.435Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1905 | 2024-02-01T10:27:23.386Z | Compiling rsa v0.9.2 |
1906 | 2024-02-01T10:27:26.473Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1907 | 2024-02-01T10:27:31.125Z | Compiling serde-hex v0.1.0 |
1908 | 2024-02-01T10:27:31.159Z | Compiling tokio-tungstenite v0.20.1 |
1909 | 2024-02-01T10:27:32.017Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1910 | 2024-02-01T10:27:32.166Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1911 | 2024-02-01T10:27:32.513Z | Compiling x509-cert v0.2.4 |
1912 | 2024-02-01T10:27:39.978Z | Compiling ron v0.8.1 |
1913 | 2024-02-01T10:27:40.599Z | Compiling crc-any v2.4.3 |
1914 | 2024-02-01T10:27:42.187Z | Compiling arc-swap v1.6.0 |
1915 | 2024-02-01T10:27:43.439Z | Compiling slog-scope v4.4.0 |
1916 | 2024-02-01T10:27:44.911Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1917 | 2024-02-01T10:27:50.466Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1918 | 2024-02-01T10:27:53.399Z | Compiling object v0.30.4 |
1919 | 2024-02-01T10:27:54.909Z | Compiling ciborium v0.2.2 |
1920 | 2024-02-01T10:27:58.714Z | Compiling libsw v3.3.1 |
1921 | 2024-02-01T10:27:59.212Z | Compiling derive-where v1.2.7 |
1922 | 2024-02-01T10:28:04.711Z | Compiling linear-map v1.2.0 |
1923 | 2024-02-01T10:28:05.339Z | Compiling parking_lot_core v0.8.6 |
1924 | 2024-02-01T10:28:05.928Z | Compiling display-error-chain v0.2.0 |
1925 | 2024-02-01T10:28:06.178Z | Compiling path-slash v0.1.5 |
1926 | 2024-02-01T10:28:06.502Z | Compiling owo-colors v4.0.0 |
1927 | 2024-02-01T10:28:08.771Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1928 | 2024-02-01T10:28:12.232Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1929 | 2024-02-01T10:28:13.161Z | Compiling slog-stdlog v4.1.1 |
1930 | 2024-02-01T10:28:14.956Z | Compiling convert_case v0.4.0 |
1931 | 2024-02-01T10:28:16.102Z | Compiling slog-envlogger v2.2.0 |
1932 | 2024-02-01T10:28:16.177Z | Compiling derive_more v0.99.17 |
1933 | 2024-02-01T10:28:20.684Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1934 | 2024-02-01T10:28:21.294Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1935 | 2024-02-01T10:28:28.377Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1936 | 2024-02-01T10:28:28.401Z | Compiling dirs-sys-next v0.1.2 |
1937 | 2024-02-01T10:28:29.219Z | Compiling crunchy v0.2.2 |
1938 | 2024-02-01T10:28:29.638Z | Compiling platforms v3.0.2 |
1939 | 2024-02-01T10:28:29.887Z | Compiling glob v0.3.1 |
1940 | 2024-02-01T10:28:30.152Z | Compiling dirs-next v2.0.0 |
1941 | 2024-02-01T10:28:30.401Z | Compiling parking_lot v0.11.2 |
1942 | 2024-02-01T10:28:31.227Z | Compiling clang-sys v1.6.1 |
1943 | 2024-02-01T10:28:32.273Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1944 | 2024-02-01T10:28:34.396Z | Compiling mime_guess v2.0.4 |
1945 | 2024-02-01T10:28:35.552Z | Compiling trust-dns-client v0.22.0 |
1946 | 2024-02-01T10:28:37.465Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1947 | 2024-02-01T10:28:39.587Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1948 | 2024-02-01T10:28:39.965Z | Compiling pem v3.0.2 |
1949 | 2024-02-01T10:28:44.310Z | Compiling prettyplease v0.2.16 |
1950 | 2024-02-01T10:28:44.352Z | Compiling tiny-keccak v2.0.2 |
1951 | 2024-02-01T10:28:45.658Z | Compiling trust-dns-server v0.22.1 |
1952 | 2024-02-01T10:28:50.693Z | Compiling sled v0.34.7 |
1953 | 2024-02-01T10:28:54.049Z | Compiling term v0.7.0 |
1954 | 2024-02-01T10:28:57.259Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1955 | 2024-02-01T10:28:59.749Z | Compiling darling_core v0.14.4 |
1956 | 2024-02-01T10:29:05.686Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1957 | 2024-02-01T10:29:06.011Z | Compiling vte_generate_state_changes v0.1.1 |
1958 | 2024-02-01T10:29:06.933Z | Compiling vte v0.11.1 |
1959 | 2024-02-01T10:29:08.607Z | Compiling darling_macro v0.14.4 |
1960 | 2024-02-01T10:29:10.067Z | Compiling curve25519-dalek v4.1.1 |
1961 | 2024-02-01T10:29:10.513Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1962 | 2024-02-01T10:29:11.362Z | Compiling ascii-canvas v3.0.0 |
1963 | 2024-02-01T10:29:15.086Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1964 | 2024-02-01T10:29:19.021Z | Compiling is-terminal v0.4.9 |
1965 | 2024-02-01T10:29:19.190Z | Compiling kstat-rs v0.2.3 |
1966 | 2024-02-01T10:29:21.301Z | Compiling ena v0.14.2 |
1967 | 2024-02-01T10:29:21.927Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1968 | 2024-02-01T10:29:23.001Z | Compiling memoffset v0.7.1 |
1969 | 2024-02-01T10:29:23.482Z | Compiling libloading v0.7.4 |
1970 | 2024-02-01T10:29:23.653Z | Compiling regex-syntax v0.6.29 |
1971 | 2024-02-01T10:29:24.009Z | Compiling bindgen v0.69.2 |
1972 | 2024-02-01T10:29:24.629Z | Compiling doc-comment v0.3.3 |
1973 | 2024-02-01T10:29:25.331Z | Compiling buf-list v1.0.3 |
1974 | 2024-02-01T10:29:26.120Z | Compiling bytecount v0.6.3 |
1975 | 2024-02-01T10:29:26.593Z | Compiling keccak v0.1.4 |
1976 | 2024-02-01T10:29:28.189Z | Compiling diff v0.1.13 |
1977 | 2024-02-01T10:29:29.070Z | Compiling lalrpop v0.19.12 |
1978 | 2024-02-01T10:29:32.728Z | Compiling sha3 v0.10.8 |
1979 | 2024-02-01T10:29:34.166Z | Compiling papergrid v0.11.0 |
1980 | 2024-02-01T10:29:40.211Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1981 | 2024-02-01T10:29:40.510Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1982 | 2024-02-01T10:29:56.208Z | Compiling darling v0.14.4 |
1983 | 2024-02-01T10:29:56.342Z | Compiling strip-ansi-escapes v0.2.0 |
1984 | 2024-02-01T10:29:56.366Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1985 | 2024-02-01T10:29:57.498Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1986 | 2024-02-01T10:30:00.595Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1987 | 2024-02-01T10:30:00.808Z | Compiling tabled_derive v0.7.0 |
1988 | 2024-02-01T10:30:02.727Z | Compiling fd-lock v4.0.2 |
1989 | 2024-02-01T10:30:03.034Z | Compiling fd-lock v3.0.13 |
1990 | 2024-02-01T10:30:03.356Z | Compiling cexpr v0.6.0 |
1991 | 2024-02-01T10:30:04.393Z | Compiling which v4.4.0 |
1992 | 2024-02-01T10:30:05.230Z | Compiling universal-hash v0.5.1 |
1993 | 2024-02-01T10:30:05.562Z | Compiling nix v0.27.1 |
1994 | 2024-02-01T10:30:05.800Z | Compiling secrecy v0.8.0 |
1995 | 2024-02-01T10:30:06.190Z | Compiling thiserror-impl-no-std v2.0.2 |
1996 | 2024-02-01T10:30:07.427Z | Compiling pin-project-internal v1.1.3 |
1997 | 2024-02-01T10:30:09.962Z | Compiling sqlparser_derive v0.2.2 |
1998 | 2024-02-01T10:30:10.662Z | Compiling curve25519-dalek-derive v0.1.0 |
1999 | 2024-02-01T10:30:11.523Z | Compiling nu-ansi-term v0.49.0 |
2000 | 2024-02-01T10:30:11.875Z | Compiling peeking_take_while v0.1.2 |
2001 | 2024-02-01T10:30:12.488Z | Compiling shlex v1.3.0 |
2002 | 2024-02-01T10:30:12.857Z | Compiling unicode_categories v0.1.1 |
2003 | 2024-02-01T10:30:13.060Z | Compiling lazycell v1.3.0 |
2004 | 2024-02-01T10:30:13.332Z | Compiling rustc-hash v1.1.0 |
2005 | 2024-02-01T10:30:13.481Z | Compiling opaque-debug v0.3.0 |
2006 | 2024-02-01T10:30:13.605Z | Compiling poly1305 v0.8.0 |
2007 | 2024-02-01T10:30:13.762Z | Compiling sqlformat v0.2.3 |
2008 | 2024-02-01T10:30:16.183Z | Compiling rustyline v13.0.0 |
2009 | 2024-02-01T10:30:16.386Z | Compiling polar-core v0.27.0 |
2010 | 2024-02-01T10:30:16.437Z | Compiling reedline v0.28.0 |
2011 | 2024-02-01T10:30:18.618Z | Compiling pin-project v1.1.3 |
2012 | 2024-02-01T10:30:18.850Z | Compiling sqlparser v0.43.1 |
2013 | 2024-02-01T10:30:28.801Z | Compiling thiserror-no-std v2.0.2 |
2014 | 2024-02-01T10:30:28.950Z | Compiling tabled v0.15.0 |
2015 | 2024-02-01T10:30:28.965Z | Compiling derive_builder_core v0.12.0 |
2016 | 2024-02-01T10:30:33.603Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2017 | 2024-02-01T10:30:35.173Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2018 | 2024-02-01T10:30:37.518Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2019 | 2024-02-01T10:30:37.937Z | Compiling chacha20 v0.9.1 |
2020 | 2024-02-01T10:30:38.731Z | Compiling headers-core v0.2.0 |
2021 | 2024-02-01T10:30:38.831Z | Compiling aead v0.5.2 |
2022 | 2024-02-01T10:30:38.992Z | Compiling bcs v0.1.6 |
2023 | 2024-02-01T10:30:39.323Z | Compiling libxml v0.3.3 |
2024 | 2024-02-01T10:30:39.839Z | Compiling snafu-derive v0.7.5 |
2025 | 2024-02-01T10:30:40.401Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2026 | 2024-02-01T10:30:40.850Z | Compiling fs-err v2.11.0 |
2027 | 2024-02-01T10:30:41.300Z | Compiling signature v1.6.4 |
2028 | 2024-02-01T10:30:41.521Z | Compiling ref-cast v1.0.20 |
2029 | 2024-02-01T10:30:42.191Z | Compiling salty v0.2.0 |
2030 | 2024-02-01T10:30:42.772Z | Compiling highway v1.1.0 |
2031 | 2024-02-01T10:30:45.149Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2032 | 2024-02-01T10:30:45.611Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2033 | 2024-02-01T10:30:48.138Z | Compiling snafu v0.7.5 |
2034 | 2024-02-01T10:30:49.746Z | Compiling ed25519 v1.5.3 |
2035 | 2024-02-01T10:30:50.532Z | Compiling chacha20poly1305 v0.10.1 |
2036 | 2024-02-01T10:30:50.547Z | Compiling headers v0.3.9 |
2037 | 2024-02-01T10:30:50.880Z | Compiling samael v0.0.14 |
2038 | 2024-02-01T10:30:51.801Z | Compiling derive_builder_macro v0.12.0 |
2039 | 2024-02-01T10:30:53.033Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2040 | 2024-02-01T10:30:53.448Z | Compiling vsss-rs v3.3.4 |
2041 | 2024-02-01T10:31:01.752Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2042 | 2024-02-01T10:31:02.937Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2043 | 2024-02-01T10:31:03.498Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2044 | 2024-02-01T10:31:03.914Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2045 | 2024-02-01T10:31:06.238Z | Compiling globset v0.4.13 |
2046 | 2024-02-01T10:31:10.103Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2047 | 2024-02-01T10:31:10.718Z | Compiling olpc-cjson v0.1.3 |
2048 | 2024-02-01T10:31:11.586Z | Compiling strum_macros v0.24.3 |
2049 | 2024-02-01T10:31:14.684Z | Compiling serde_plain v1.0.2 |
2050 | 2024-02-01T10:31:15.519Z | Compiling serde-big-array v0.5.1 |
2051 | 2024-02-01T10:31:15.869Z | Compiling async-recursion v1.0.5 |
2052 | 2024-02-01T10:31:17.409Z | Compiling ref-cast-impl v1.0.20 |
2053 | 2024-02-01T10:31:17.462Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2054 | 2024-02-01T10:31:18.623Z | Compiling cookie v0.18.0 |
2055 | 2024-02-01T10:31:18.740Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2056 | 2024-02-01T10:31:19.061Z | Compiling typed-path v0.7.0 |
2057 | 2024-02-01T10:31:19.128Z | Compiling indoc v1.0.9 |
2058 | 2024-02-01T10:31:19.175Z | Compiling http-range v0.1.5 |
2059 | 2024-02-01T10:31:20.136Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2060 | 2024-02-01T10:31:20.753Z | Compiling hyper-staticfile v0.9.5 |
2061 | 2024-02-01T10:31:21.417Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2062 | 2024-02-01T10:31:22.763Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2063 | 2024-02-01T10:31:26.317Z | Compiling tough v0.16.0 |
2064 | 2024-02-01T10:31:39.615Z | Compiling derive_builder v0.12.0 |
2065 | 2024-02-01T10:31:54.784Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2066 | 2024-02-01T10:31:55.076Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2067 | 2024-02-01T10:31:55.198Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2068 | 2024-02-01T10:32:00.014Z | Compiling signal-hook-tokio v0.3.1 |
2069 | 2024-02-01T10:32:00.286Z | Compiling bb8 v0.8.1 |
2070 | 2024-02-01T10:32:00.382Z | Compiling quick-xml v0.30.0 |
2071 | 2024-02-01T10:32:01.211Z | Compiling serde-big-array v0.4.1 |
2072 | 2024-02-01T10:32:01.484Z | Compiling oso-derive v0.27.0 |
2073 | 2024-02-01T10:32:03.010Z | Compiling impl-trait-for-tuples v0.2.2 |
2074 | 2024-02-01T10:32:03.848Z | Compiling maplit v1.0.2 |
2075 | 2024-02-01T10:32:04.013Z | Compiling parse-size v1.0.0 |
2076 | 2024-02-01T10:32:04.512Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2077 | 2024-02-01T10:32:19.437Z | Compiling oso v0.27.0 |
2078 | 2024-02-01T10:32:20.749Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2079 | 2024-02-01T10:32:23.468Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2080 | 2024-02-01T10:32:25.735Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2081 | 2024-02-01T10:32:31.458Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2082 | 2024-02-01T10:32:47.470Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2083 | 2024-02-01T10:32:49.628Z | Compiling corncobs v0.1.3 |
2084 | 2024-02-01T10:32:50.307Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2085 | 2024-02-01T10:32:51.022Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2086 | 2024-02-01T10:32:51.561Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2087 | 2024-02-01T10:32:51.950Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2088 | 2024-02-01T10:32:52.617Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2089 | 2024-02-01T10:33:00.065Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2090 | 2024-02-01T10:33:05.245Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2091 | 2024-02-01T10:33:15.723Z | Compiling rcgen v0.12.1 |
2092 | 2024-02-01T10:33:34.673Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2093 | 2024-02-01T10:33:37.368Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2094 | 2024-02-01T10:33:37.824Z | Compiling atomicwrites v0.4.3 |
2095 | 2024-02-01T10:33:38.633Z | Compiling lru v0.12.1 |
2096 | 2024-02-01T10:33:39.131Z | Compiling stability v0.1.1 |
2097 | 2024-02-01T10:33:40.524Z | Compiling subprocess v0.2.9 |
2098 | 2024-02-01T10:33:46.076Z | Compiling smawk v0.3.1 |
2099 | 2024-02-01T10:33:46.439Z | Compiling unicode-linebreak v0.1.5 |
2100 | 2024-02-01T10:33:47.365Z | Compiling indoc v2.0.3 |
2101 | 2024-02-01T10:33:48.876Z | Compiling cassowary v0.3.0 |
2102 | 2024-02-01T10:33:49.578Z | Compiling ratatui v0.25.0 |
2103 | 2024-02-01T10:33:56.332Z | Compiling textwrap v0.16.0 |
2104 | 2024-02-01T10:34:02.528Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2105 | 2024-02-01T10:34:06.379Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2106 | 2024-02-01T10:34:12.807Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2107 | 2024-02-01T10:34:17.858Z | Compiling fatfs v0.3.6 |
2108 | 2024-02-01T10:34:23.358Z | Compiling nanorand v0.7.0 |
2109 | 2024-02-01T10:34:24.551Z | Compiling rtoolbox v0.0.1 |
2110 | 2024-02-01T10:34:24.955Z | Compiling assert_matches v1.5.0 |
2111 | 2024-02-01T10:34:25.073Z | Compiling humantime v2.1.0 |
2112 | 2024-02-01T10:34:25.230Z | Compiling is_ci v1.1.1 |
2113 | 2024-02-01T10:34:25.624Z | Compiling supports-color v2.1.0 |
2114 | 2024-02-01T10:34:25.647Z | Compiling rpassword v7.3.1 |
2115 | 2024-02-01T10:34:26.333Z | Compiling flume v0.11.0 |
2116 | 2024-02-01T10:34:39.690Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2117 | 2024-02-01T10:34:40.090Z | Compiling tui-tree-widget v0.16.0 |
2118 | 2024-02-01T10:34:40.363Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2119 | 2024-02-01T10:34:40.363Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2120 | 2024-02-01T10:34:40.363Z | Compiling shell-words v1.1.0 |
2121 | 2024-02-01T10:34:40.363Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2122 | 2024-02-01T10:34:40.893Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2123 | 2024-02-01T10:35:40.074Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2124 | 2024-02-01T10:38:09.008Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2125 | 2024-02-01T10:38:21.421Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2126 | 2024-02-01T10:38:28.274Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2127 | 2024-02-01T10:48:45.235Z | Finished release [optimized] target(s) in 21m 58s |
2128 | 2024-02-01T10:50:01.859Z | |
2129 | 2024-02-01T10:50:01.865Z | real 23:16.728848935 |
2130 | 2024-02-01T10:50:01.865Z | user 2:41:03.425193337 |
2131 | 2024-02-01T10:50:01.865Z | sys 6:06.303608187 |
2132 | 2024-02-01T10:50:01.865Z | trap 5.092245152 |
2133 | 2024-02-01T10:50:01.865Z | tflt 1.173445168 |
2134 | 2024-02-01T10:50:01.865Z | dflt 1.434271089 |
2135 | 2024-02-01T10:50:01.865Z | kflt 0.007646638 |
2136 | 2024-02-01T10:50:01.865Z | lock 9:25:20.999523918 |
2137 | 2024-02-01T10:50:01.865Z | slp 6:14:30.108286909 |
2138 | 2024-02-01T10:50:01.869Z | lat 2:56.018762519 |
2139 | 2024-02-01T10:50:01.869Z | stop 46.556183095 |
2140 | 2024-02-01T10:50:01.869Z | + 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/*) |
2141 | 2024-02-01T10:50:01.869Z | + pfexec mkdir -p /work |
2142 | 2024-02-01T10:50:01.873Z | + pfexec chown build /work |
2143 | 2024-02-01T10:50:01.874Z | + 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 |
2144 | 2024-02-01T10:50:16.011Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2145 | 2024-02-01T10:50:16.011Z | a out/mg-ddm-gz.tar 61599K |
2146 | 2024-02-01T10:50:16.011Z | a out/omicron-sled-agent.tar 119293K |
2147 | 2024-02-01T10:50:16.011Z | a out/oxlog.tar 8187K |
2148 | 2024-02-01T10:50:16.012Z | a out/target/test 1K |
2149 | 2024-02-01T10:50:16.012Z | a out/npuzone/npuzone 36313K |
2150 | 2024-02-01T10:50:16.012Z | a package-manifest.toml 24K |
2151 | 2024-02-01T10:50:16.012Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2152 | 2024-02-01T10:50:16.012Z | a target/release/omicron-package 43530K |
2153 | 2024-02-01T10:50:16.012Z | a tools/create_virtual_hardware.sh 4K |
2154 | 2024-02-01T10:50:16.012Z | a tools/virtual_hardware.sh 4K |
2155 | 2024-02-01T10:50:16.012Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2156 | 2024-02-01T10:50:16.012Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2157 | 2024-02-01T10:50:16.012Z | a tools/scrimlet/softnpu-init.sh 3K |
2158 | 2024-02-01T10:50:16.012Z | a tools/scrimlet/softnpu-zone.txt 1K |
2159 | 2024-02-01T10:50:16.012Z | a tools/scrimlet/softnpu.toml 1K |
2160 | 2024-02-01T10:50:16.016Z | |
2161 | 2024-02-01T10:50:16.016Z | real 14.142857158 |
2162 | 2024-02-01T10:50:16.016Z | user 13.515086504 |
2163 | 2024-02-01T10:50:16.016Z | sys 1.115290688 |
2164 | 2024-02-01T10:50:16.016Z | trap 0.005352571 |
2165 | 2024-02-01T10:50:16.016Z | tflt 0.000000000 |
2166 | 2024-02-01T10:50:16.016Z | dflt 0.000000000 |
2167 | 2024-02-01T10:50:16.016Z | kflt 0.000000000 |
2168 | 2024-02-01T10:50:16.017Z | lock 0.000000000 |
2169 | 2024-02-01T10:50:16.017Z | slp 13.212390687 |
2170 | 2024-02-01T10:50:16.018Z | lat 0.434275647 |
2171 | 2024-02-01T10:50:16.018Z | stop 0.000235243 |
2172 | 2024-02-01T10:50:16.018Z | ++ pwd |
2173 | 2024-02-01T10:50:16.021Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2174 | 2024-02-01T10:50:16.021Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2175 | 2024-02-01T10:50:16.021Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2176 | 2024-02-01T10:50:17.158Z | Finished release [optimized] target(s) in 1.05s |
2177 | 2024-02-01T10:50:17.187Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2178 | 2024-02-01T10:50:17.227Z | Created new build target 'host' and set it as active |
2179 | 2024-02-01T10:50:17.232Z | |
2180 | 2024-02-01T10:50:17.232Z | real 1.206225141 |
2181 | 2024-02-01T10:50:17.232Z | user 0.850034629 |
2182 | 2024-02-01T10:50:17.232Z | sys 0.357177040 |
2183 | 2024-02-01T10:50:17.232Z | trap 0.000092809 |
2184 | 2024-02-01T10:50:17.232Z | tflt 0.000000000 |
2185 | 2024-02-01T10:50:17.232Z | dflt 0.000004955 |
2186 | 2024-02-01T10:50:17.232Z | kflt 0.000000000 |
2187 | 2024-02-01T10:50:17.232Z | lock 0.034239976 |
2188 | 2024-02-01T10:50:17.232Z | slp 0.021138052 |
2189 | 2024-02-01T10:50:17.232Z | lat 0.001630811 |
2190 | 2024-02-01T10:50:17.232Z | stop 0.000219387 |
2191 | 2024-02-01T10:50:17.232Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2192 | 2024-02-01T10:50:18.329Z | Finished release [optimized] target(s) in 1.01s |
2193 | 2024-02-01T10:50:18.356Z | Running `target/release/omicron-package -t host package` |
2194 | 2024-02-01T10:50:18.397Z | Feb 01 10:50:18.325 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2195 | 2024-02-01T10:50:19.532Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2196 | 2024-02-01T10:50:41.481Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2197 | 2024-02-01T10:52:33.944Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2198 | 2024-02-01T10:54:45.323Z | Finished release [optimized] target(s) in 4m 26s |
2199 | 2024-02-01T10:56:16.433Z | |
2200 | 2024-02-01T10:56:16.433Z | real 5:59.219623753 |
2201 | 2024-02-01T10:56:16.433Z | user 28:31.094799451 |
2202 | 2024-02-01T10:56:16.433Z | sys 1:14.084234979 |
2203 | 2024-02-01T10:56:16.433Z | trap 0.819146626 |
2204 | 2024-02-01T10:56:16.433Z | tflt 0.036695425 |
2205 | 2024-02-01T10:56:16.433Z | dflt 1.302102169 |
2206 | 2024-02-01T10:56:16.433Z | kflt 0.000007619 |
2207 | 2024-02-01T10:56:16.448Z | lock 1:34:27.441765939 |
2208 | 2024-02-01T10:56:16.448Z | slp 30:17.976293660 |
2209 | 2024-02-01T10:56:16.448Z | lat 13.949173726 |
2210 | 2024-02-01T10:56:16.448Z | stop 1.287432785 |
2211 | 2024-02-01T10:56:16.449Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2212 | 2024-02-01T10:56:16.449Z | + for package in "$@" |
2213 | 2024-02-01T10:56:16.449Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2214 | 2024-02-01T10:56:16.449Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+gitd36c61cef85 |
2215 | 2024-02-01T10:56:17.579Z | Finished release [optimized] target(s) in 1.06s |
2216 | 2024-02-01T10:56:17.605Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+gitd36c61cef85` |
2217 | 2024-02-01T10:56:17.645Z | Feb 01 10:56:17.604 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2218 | 2024-02-01T10:56:18.210Z | Created: out/versioned/omicron-sled-agent.tar |
2219 | 2024-02-01T10:56:18.217Z | + for package in "$@" |
2220 | 2024-02-01T10:56:18.217Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2221 | 2024-02-01T10:56:18.217Z | + echo 0.0.0 |
2222 | 2024-02-01T10:56:18.217Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2223 | 2024-02-01T10:56:18.224Z | a VERSION 1K |
2224 | 2024-02-01T10:56:18.224Z | + rm VERSION |
2225 | 2024-02-01T10:56:18.224Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+gitd36c61cef85 |
2226 | 2024-02-01T10:56:19.368Z | Finished release [optimized] target(s) in 1.06s |
2227 | 2024-02-01T10:56:19.398Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+gitd36c61cef85` |
2228 | 2024-02-01T10:56:19.441Z | Feb 01 10:56:19.401 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2229 | 2024-02-01T10:56:19.743Z | Created: out/versioned/mg-ddm-gz.tar |
2230 | 2024-02-01T10:56:19.746Z | + for package in "$@" |
2231 | 2024-02-01T10:56:19.746Z | + [[ propolis-server == mg-ddm-gz ]] |
2232 | 2024-02-01T10:56:19.746Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+gitd36c61cef85 |
2233 | 2024-02-01T10:56:20.919Z | Finished release [optimized] target(s) in 1.09s |
2234 | 2024-02-01T10:56:20.951Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+gitd36c61cef85` |
2235 | 2024-02-01T10:56:20.995Z | Feb 01 10:56:20.955 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2236 | 2024-02-01T10:56:22.789Z | Created: out/versioned/propolis-server.tar.gz |
2237 | 2024-02-01T10:56:22.794Z | + for package in "$@" |
2238 | 2024-02-01T10:56:22.794Z | + [[ overlay == mg-ddm-gz ]] |
2239 | 2024-02-01T10:56:22.794Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+gitd36c61cef85 |
2240 | 2024-02-01T10:56:24.035Z | Finished release [optimized] target(s) in 1.15s |
2241 | 2024-02-01T10:56:24.065Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+gitd36c61cef85` |
2242 | 2024-02-01T10:56:24.108Z | Feb 01 10:56:24.067 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2243 | 2024-02-01T10:56:24.113Z | Created: out/versioned/overlay.tar.gz |
2244 | 2024-02-01T10:56:24.116Z | + for package in "$@" |
2245 | 2024-02-01T10:56:24.116Z | + [[ oxlog == mg-ddm-gz ]] |
2246 | 2024-02-01T10:56:24.116Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+gitd36c61cef85 |
2247 | 2024-02-01T10:56:25.314Z | Finished release [optimized] target(s) in 1.06s |
2248 | 2024-02-01T10:56:25.728Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+gitd36c61cef85` |
2249 | 2024-02-01T10:56:25.732Z | Feb 01 10:56:25.292 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2250 | 2024-02-01T10:56:25.732Z | Created: out/versioned/oxlog.tar |
2251 | 2024-02-01T10:56:25.733Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2252 | 2024-02-01T10:56:25.733Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2253 | 2024-02-01T10:56:25.733Z | ++ cd -- ./tools |
2254 | 2024-02-01T10:56:25.733Z | ++ pwd |
2255 | 2024-02-01T10:56:25.733Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2256 | 2024-02-01T10:56:25.733Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2257 | 2024-02-01T10:56:25.733Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2258 | 2024-02-01T10:56:25.733Z | ++ readlink -f /work |
2259 | 2024-02-01T10:56:25.733Z | + out_dir=/work |
2260 | 2024-02-01T10:56:25.733Z | + 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") |
2261 | 2024-02-01T10:56:25.733Z | + for dep in "${deps[@]}" |
2262 | 2024-02-01T10:56:25.733Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2263 | 2024-02-01T10:56:25.733Z | + for dep in "${deps[@]}" |
2264 | 2024-02-01T10:56:25.733Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2265 | 2024-02-01T10:56:25.733Z | + for dep in "${deps[@]}" |
2266 | 2024-02-01T10:56:25.733Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2267 | 2024-02-01T10:56:25.733Z | + for dep in "${deps[@]}" |
2268 | 2024-02-01T10:56:25.733Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2269 | 2024-02-01T10:56:25.733Z | + for dep in "${deps[@]}" |
2270 | 2024-02-01T10:56:25.733Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2271 | 2024-02-01T10:56:25.733Z | ++ mktemp -d |
2272 | 2024-02-01T10:56:25.733Z | + tmp_gz=/tmp/tmp.6faWIh |
2273 | 2024-02-01T10:56:25.733Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2274 | 2024-02-01T10:56:25.733Z | + echo '{"v":"1","t":"layer"}' |
2275 | 2024-02-01T10:56:25.734Z | + pkg_dir=/tmp/tmp.6faWIh/root/opt/oxide/sled-agent |
2276 | 2024-02-01T10:56:25.734Z | + mkdir -p /tmp/tmp.6faWIh/root/opt/oxide/sled-agent |
2277 | 2024-02-01T10:56:25.734Z | + cd /tmp/tmp.6faWIh/root/opt/oxide/sled-agent |
2278 | 2024-02-01T10:56:25.734Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2279 | 2024-02-01T10:56:25.734Z | x ., 0 bytes, 0 tape blocks |
2280 | 2024-02-01T10:56:25.734Z | x zone-bundle, 41499744 bytes, 81055 tape blocks |
2281 | 2024-02-01T10:56:25.734Z | x sled-agent, 80642672 bytes, 157506 tape blocks |
2282 | 2024-02-01T10:56:25.734Z | x pkg, 0 bytes, 0 tape blocks |
2283 | 2024-02-01T10:56:25.734Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2284 | 2024-02-01T10:56:25.734Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2285 | 2024-02-01T10:56:25.734Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2286 | 2024-02-01T10:56:25.734Z | x VERSION, 25 bytes, 1 tape blocks |
2287 | 2024-02-01T10:56:25.734Z | + mkdir -p /tmp/tmp.6faWIh/root/lib/svc/manifest/site/ |
2288 | 2024-02-01T10:56:25.734Z | + mv pkg/manifest.xml /tmp/tmp.6faWIh/root/lib/svc/manifest/site/sled-agent.xml |
2289 | 2024-02-01T10:56:25.734Z | + cd - |
2290 | 2024-02-01T10:56:25.734Z | /work/oxidecomputer/omicron |
2291 | 2024-02-01T10:56:25.734Z | + pkg_dir=/tmp/tmp.6faWIh/root/opt/oxide/mg-ddm |
2292 | 2024-02-01T10:56:25.734Z | + mkdir -p /tmp/tmp.6faWIh/root/opt/oxide/mg-ddm |
2293 | 2024-02-01T10:56:25.734Z | + cd /tmp/tmp.6faWIh/root/opt/oxide/mg-ddm |
2294 | 2024-02-01T10:56:25.734Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2295 | 2024-02-01T10:56:25.734Z | x ., 0 bytes, 0 tape blocks |
2296 | 2024-02-01T10:56:25.734Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2297 | 2024-02-01T10:56:25.734Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2298 | 2024-02-01T10:56:25.734Z | x pkg, 0 bytes, 0 tape blocks |
2299 | 2024-02-01T10:56:25.735Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2300 | 2024-02-01T10:56:25.735Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2301 | 2024-02-01T10:56:25.735Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2302 | 2024-02-01T10:56:25.735Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2303 | 2024-02-01T10:56:25.735Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2304 | 2024-02-01T10:56:25.735Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2305 | 2024-02-01T10:56:25.735Z | x VERSION, 25 bytes, 1 tape blocks |
2306 | 2024-02-01T10:56:25.735Z | + cd - |
2307 | 2024-02-01T10:56:25.735Z | /work/oxidecomputer/omicron |
2308 | 2024-02-01T10:56:25.735Z | + pkg_dir=/tmp/tmp.6faWIh/root/opt/oxide/oxlog |
2309 | 2024-02-01T10:56:25.736Z | + mkdir -p /tmp/tmp.6faWIh/root/opt/oxide/oxlog |
2310 | 2024-02-01T10:56:25.736Z | + cd /tmp/tmp.6faWIh/root/opt/oxide/oxlog |
2311 | 2024-02-01T10:56:25.736Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2312 | 2024-02-01T10:56:25.736Z | x ., 0 bytes, 0 tape blocks |
2313 | 2024-02-01T10:56:25.736Z | x oxlog, 8379936 bytes, 16368 tape blocks |
2314 | 2024-02-01T10:56:25.736Z | x VERSION, 25 bytes, 1 tape blocks |
2315 | 2024-02-01T10:56:25.736Z | + cd - |
2316 | 2024-02-01T10:56:25.736Z | /work/oxidecomputer/omicron |
2317 | 2024-02-01T10:56:25.736Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.6faWIh/root/opt/oxide |
2318 | 2024-02-01T10:56:25.849Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.6faWIh/root/opt/oxide |
2319 | 2024-02-01T10:56:25.852Z | + cd /tmp/tmp.6faWIh |
2320 | 2024-02-01T10:56:25.852Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2321 | 2024-02-01T10:56:38.158Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2322 | 2024-02-01T10:56:38.159Z | a oxide.json 1K |
2323 | 2024-02-01T10:56:38.159Z | a root/ 0K |
2324 | 2024-02-01T10:56:38.159Z | a root/opt/ 0K |
2325 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/ 0K |
2326 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/sled-agent/ 0K |
2327 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/sled-agent/zone-bundle 40528K |
2328 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/sled-agent/sled-agent 78753K |
2329 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2330 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2331 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2332 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/sled-agent/VERSION 1K |
2333 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/mg-ddm/ 0K |
2334 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2335 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2336 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2337 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2338 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2339 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2340 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2341 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2342 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2343 | 2024-02-01T10:56:38.159Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2344 | 2024-02-01T10:56:38.160Z | a root/opt/oxide/oxlog/ 0K |
2345 | 2024-02-01T10:56:38.160Z | a root/opt/oxide/oxlog/oxlog 8184K |
2346 | 2024-02-01T10:56:38.160Z | a root/opt/oxide/oxlog/VERSION 1K |
2347 | 2024-02-01T10:56:38.160Z | a root/opt/oxide/propolis-server.tar.gz 64617K |
2348 | 2024-02-01T10:56:38.160Z | a root/opt/oxide/overlay.tar.gz 3K |
2349 | 2024-02-01T10:56:38.160Z | a root/lib/ 0K |
2350 | 2024-02-01T10:56:38.160Z | a root/lib/svc/ 0K |
2351 | 2024-02-01T10:56:38.160Z | a root/lib/svc/manifest/ 0K |
2352 | 2024-02-01T10:56:38.160Z | a root/lib/svc/manifest/site/ 0K |
2353 | 2024-02-01T10:56:38.160Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2354 | 2024-02-01T10:56:38.163Z | + cd / |
2355 | 2024-02-01T10:56:38.163Z | + rm -rf /tmp/tmp.6faWIh |
2356 | 2024-02-01T10:56:38.218Z | |
2357 | 2024-02-01T10:56:38.218Z | real 12.840027055 |
2358 | 2024-02-01T10:56:38.218Z | user 11.811424911 |
2359 | 2024-02-01T10:56:38.218Z | sys 0.986385491 |
2360 | 2024-02-01T10:56:38.218Z | trap 0.003088498 |
2361 | 2024-02-01T10:56:38.218Z | tflt 0.000000000 |
2362 | 2024-02-01T10:56:38.218Z | dflt 0.000000000 |
2363 | 2024-02-01T10:56:38.218Z | kflt 0.000000000 |
2364 | 2024-02-01T10:56:38.225Z | lock 0.000000000 |
2365 | 2024-02-01T10:56:38.225Z | slp 24.786301362 |
2366 | 2024-02-01T10:56:38.225Z | lat 0.380225074 |
2367 | 2024-02-01T10:56:38.225Z | stop 0.000315433 |
2368 | 2024-02-01T10:56:38.226Z | + mkdir -p /work/zones |
2369 | 2024-02-01T10:56:38.226Z | + 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) |
2370 | 2024-02-01T10:56:38.226Z | + 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/ |
2371 | 2024-02-01T10:56:42.330Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2372 | 2024-02-01T10:56:43.556Z | Finished release [optimized] target(s) in 1.13s |
2373 | 2024-02-01T10:56:43.587Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2374 | 2024-02-01T10:56:43.630Z | Created new build target 'recovery' and set it as active |
2375 | 2024-02-01T10:56:43.634Z | |
2376 | 2024-02-01T10:56:43.634Z | real 1.298548486 |
2377 | 2024-02-01T10:56:43.634Z | user 0.924688047 |
2378 | 2024-02-01T10:56:43.634Z | sys 0.373045194 |
2379 | 2024-02-01T10:56:43.634Z | trap 0.000712379 |
2380 | 2024-02-01T10:56:43.634Z | tflt 0.000010267 |
2381 | 2024-02-01T10:56:43.634Z | dflt 0.000068458 |
2382 | 2024-02-01T10:56:43.634Z | kflt 0.000000000 |
2383 | 2024-02-01T10:56:43.634Z | lock 0.036723627 |
2384 | 2024-02-01T10:56:43.634Z | slp 0.023017111 |
2385 | 2024-02-01T10:56:43.634Z | lat 0.003213978 |
2386 | 2024-02-01T10:56:43.634Z | stop 0.000213556 |
2387 | 2024-02-01T10:56:43.634Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2388 | 2024-02-01T10:56:44.890Z | Finished release [optimized] target(s) in 1.15s |
2389 | 2024-02-01T10:56:44.909Z | Running `target/release/omicron-package -t recovery package` |
2390 | 2024-02-01T10:56:44.951Z | Feb 01 10:56:44.912 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2391 | 2024-02-01T10:56:45.979Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2392 | 2024-02-01T10:56:49.892Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2393 | 2024-02-01T10:57:22.163Z | Finished release [optimized] target(s) in 37.12s |
2394 | 2024-02-01T10:57:33.188Z | |
2395 | 2024-02-01T10:57:33.191Z | real 49.551525589 |
2396 | 2024-02-01T10:57:33.192Z | user 2:46.917903336 |
2397 | 2024-02-01T10:57:33.192Z | sys 11.647463366 |
2398 | 2024-02-01T10:57:33.192Z | trap 0.082283041 |
2399 | 2024-02-01T10:57:33.192Z | tflt 0.175841273 |
2400 | 2024-02-01T10:57:33.192Z | dflt 1.169141195 |
2401 | 2024-02-01T10:57:33.192Z | kflt 0.000000000 |
2402 | 2024-02-01T10:57:33.192Z | lock 10:54.459276508 |
2403 | 2024-02-01T10:57:33.192Z | slp 2:33.443979928 |
2404 | 2024-02-01T10:57:33.192Z | lat 1.858199215 |
2405 | 2024-02-01T10:57:33.192Z | stop 0.192264321 |
2406 | 2024-02-01T10:57:33.192Z | + stamp_packages installinator mg-ddm-gz |
2407 | 2024-02-01T10:57:33.192Z | + for package in "$@" |
2408 | 2024-02-01T10:57:33.192Z | + [[ installinator == mg-ddm-gz ]] |
2409 | 2024-02-01T10:57:33.192Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+gitd36c61cef85 |
2410 | 2024-02-01T10:57:34.293Z | Finished release [optimized] target(s) in 1.02s |
2411 | 2024-02-01T10:57:34.320Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+gitd36c61cef85` |
2412 | 2024-02-01T10:57:34.362Z | Feb 01 10:57:34.327 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2413 | 2024-02-01T10:57:34.496Z | Created: out/versioned/installinator.tar |
2414 | 2024-02-01T10:57:34.499Z | + for package in "$@" |
2415 | 2024-02-01T10:57:34.499Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2416 | 2024-02-01T10:57:34.499Z | + echo 0.0.0 |
2417 | 2024-02-01T10:57:34.502Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2418 | 2024-02-01T10:57:34.504Z | a VERSION 1K |
2419 | 2024-02-01T10:57:34.504Z | + rm VERSION |
2420 | 2024-02-01T10:57:34.507Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+gitd36c61cef85 |
2421 | 2024-02-01T10:57:35.635Z | Finished release [optimized] target(s) in 1.04s |
2422 | 2024-02-01T10:57:35.664Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+gitd36c61cef85` |
2423 | 2024-02-01T10:57:35.705Z | Feb 01 10:57:35.665 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2424 | 2024-02-01T10:57:35.873Z | Created: out/versioned/mg-ddm-gz.tar |
2425 | 2024-02-01T10:57:35.885Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2426 | 2024-02-01T10:57:35.906Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2427 | 2024-02-01T10:57:35.906Z | ++ cd -- ./tools |
2428 | 2024-02-01T10:57:35.906Z | ++ pwd |
2429 | 2024-02-01T10:57:35.906Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2430 | 2024-02-01T10:57:35.906Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2431 | 2024-02-01T10:57:35.906Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2432 | 2024-02-01T10:57:35.919Z | ++ readlink -f /work |
2433 | 2024-02-01T10:57:35.919Z | + out_dir=/work |
2434 | 2024-02-01T10:57:35.919Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2435 | 2024-02-01T10:57:35.920Z | + for dep in "${deps[@]}" |
2436 | 2024-02-01T10:57:35.920Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2437 | 2024-02-01T10:57:35.920Z | + for dep in "${deps[@]}" |
2438 | 2024-02-01T10:57:35.920Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2439 | 2024-02-01T10:57:35.920Z | ++ mktemp -d |
2440 | 2024-02-01T10:57:35.920Z | + tmp_trampoline=/tmp/tmp.5rayNh |
2441 | 2024-02-01T10:57:35.920Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2442 | 2024-02-01T10:57:35.921Z | + echo '{"v":"1","t":"layer"}' |
2443 | 2024-02-01T10:57:35.921Z | + pkg_dir=/tmp/tmp.5rayNh/root/opt/oxide/installinator |
2444 | 2024-02-01T10:57:35.921Z | + mkdir -p /tmp/tmp.5rayNh/root/opt/oxide/installinator |
2445 | 2024-02-01T10:57:35.921Z | + cd /tmp/tmp.5rayNh/root/opt/oxide/installinator |
2446 | 2024-02-01T10:57:35.921Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2447 | 2024-02-01T10:57:35.971Z | x ., 0 bytes, 0 tape blocks |
2448 | 2024-02-01T10:57:35.971Z | x installinator, 54590296 bytes, 106622 tape blocks |
2449 | 2024-02-01T10:57:35.971Z | x pkg, 0 bytes, 0 tape blocks |
2450 | 2024-02-01T10:57:35.971Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2451 | 2024-02-01T10:57:35.971Z | x VERSION, 25 bytes, 1 tape blocks |
2452 | 2024-02-01T10:57:35.984Z | + mkdir -p /tmp/tmp.5rayNh/root/lib/svc/manifest/site/ |
2453 | 2024-02-01T10:57:35.984Z | + mv pkg/manifest.xml /tmp/tmp.5rayNh/root/lib/svc/manifest/site/installinator.xml |
2454 | 2024-02-01T10:57:35.984Z | + cd - |
2455 | 2024-02-01T10:57:35.985Z | /work/oxidecomputer/omicron |
2456 | 2024-02-01T10:57:35.985Z | + pkg_dir=/tmp/tmp.5rayNh/root/opt/oxide/mg-ddm |
2457 | 2024-02-01T10:57:35.985Z | + mkdir -p /tmp/tmp.5rayNh/root/opt/oxide/mg-ddm |
2458 | 2024-02-01T10:57:35.985Z | + cd /tmp/tmp.5rayNh/root/opt/oxide/mg-ddm |
2459 | 2024-02-01T10:57:35.985Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2460 | 2024-02-01T10:57:36.048Z | x ., 0 bytes, 0 tape blocks |
2461 | 2024-02-01T10:57:36.049Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2462 | 2024-02-01T10:57:36.049Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2463 | 2024-02-01T10:57:36.049Z | x pkg, 0 bytes, 0 tape blocks |
2464 | 2024-02-01T10:57:36.049Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2465 | 2024-02-01T10:57:36.050Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2466 | 2024-02-01T10:57:36.050Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2467 | 2024-02-01T10:57:36.050Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2468 | 2024-02-01T10:57:36.050Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2469 | 2024-02-01T10:57:36.050Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2470 | 2024-02-01T10:57:36.050Z | x VERSION, 25 bytes, 1 tape blocks |
2471 | 2024-02-01T10:57:36.060Z | + cd - |
2472 | 2024-02-01T10:57:36.060Z | /work/oxidecomputer/omicron |
2473 | 2024-02-01T10:57:36.061Z | + cd /tmp/tmp.5rayNh |
2474 | 2024-02-01T10:57:36.061Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2475 | 2024-02-01T10:57:42.110Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2476 | 2024-02-01T10:57:42.110Z | a oxide.json 1K |
2477 | 2024-02-01T10:57:42.110Z | a root/ 0K |
2478 | 2024-02-01T10:57:42.110Z | a root/opt/ 0K |
2479 | 2024-02-01T10:57:42.110Z | a root/opt/oxide/ 0K |
2480 | 2024-02-01T10:57:42.110Z | a root/opt/oxide/installinator/ 0K |
2481 | 2024-02-01T10:57:42.110Z | a root/opt/oxide/installinator/installinator 53311K |
2482 | 2024-02-01T10:57:42.111Z | a root/opt/oxide/installinator/pkg/ 0K |
2483 | 2024-02-01T10:57:42.111Z | a root/opt/oxide/installinator/VERSION 1K |
2484 | 2024-02-01T10:57:42.111Z | a root/opt/oxide/mg-ddm/ 0K |
2485 | 2024-02-01T10:57:42.111Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2486 | 2024-02-01T10:57:42.111Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2487 | 2024-02-01T10:57:42.111Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2488 | 2024-02-01T10:57:42.111Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2489 | 2024-02-01T10:57:42.111Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2490 | 2024-02-01T10:57:42.111Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2491 | 2024-02-01T10:57:42.111Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2492 | 2024-02-01T10:57:42.111Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2493 | 2024-02-01T10:57:42.111Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2494 | 2024-02-01T10:57:42.111Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2495 | 2024-02-01T10:57:42.111Z | a root/lib/ 0K |
2496 | 2024-02-01T10:57:42.111Z | a root/lib/svc/ 0K |
2497 | 2024-02-01T10:57:42.111Z | a root/lib/svc/manifest/ 0K |
2498 | 2024-02-01T10:57:42.111Z | a root/lib/svc/manifest/site/ 0K |
2499 | 2024-02-01T10:57:42.111Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2500 | 2024-02-01T10:57:42.114Z | + cd / |
2501 | 2024-02-01T10:57:42.114Z | + rm -rf /tmp/tmp.5rayNh |
2502 | 2024-02-01T10:57:42.136Z | |
2503 | 2024-02-01T10:57:42.136Z | real 6.258524468 |
2504 | 2024-02-01T10:57:42.136Z | user 5.866236080 |
2505 | 2024-02-01T10:57:42.136Z | sys 0.420964802 |
2506 | 2024-02-01T10:57:42.136Z | trap 0.001689040 |
2507 | 2024-02-01T10:57:42.139Z | tflt 0.000000000 |
2508 | 2024-02-01T10:57:42.139Z | dflt 0.000000000 |
2509 | 2024-02-01T10:57:42.139Z | kflt 0.000000000 |
2510 | 2024-02-01T10:57:42.139Z | lock 0.000000000 |
2511 | 2024-02-01T10:57:42.139Z | slp 12.109085871 |
2512 | 2024-02-01T10:57:42.139Z | lat 0.172461516 |
2513 | 2024-02-01T10:57:42.139Z | stop 0.000314204 |
2514 | 2024-02-01T10:57:42.139Z | process exited: duration 2493148 ms, exit code 0 |
|
2515 | 2024-02-01T10:57:42.154Z | found 21 output files |
2516 | 2024-02-01T10:57:42.154Z | uploading: /work/version.txt (26 bytes) |
2517 | 2024-02-01T10:57:43.187Z | uploaded: /work/version.txt |
2518 | 2024-02-01T10:57:43.187Z | uploading: /work/package.tar.gz (85919949 bytes) |
2519 | 2024-02-01T10:58:16.868Z | uploaded: /work/package.tar.gz |
2520 | 2024-02-01T10:58:16.868Z | uploading: /work/global-zone-packages.tar.gz (126373145 bytes) |
2521 | 2024-02-01T10:58:54.683Z | uploaded: /work/global-zone-packages.tar.gz |
2522 | 2024-02-01T10:58:54.683Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37191974 bytes) |
2523 | 2024-02-01T10:59:06.213Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2524 | 2024-02-01T10:59:06.213Z | uploading: /work/zones/clickhouse.tar.gz (193963387 bytes) |
2525 | 2024-02-01T11:00:10.736Z | uploaded: /work/zones/clickhouse.tar.gz |
2526 | 2024-02-01T11:00:10.736Z | uploading: /work/zones/clickhouse_keeper.tar.gz (193967598 bytes) |
2527 | 2024-02-01T11:01:11.345Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2528 | 2024-02-01T11:01:11.345Z | uploading: /work/zones/cockroachdb.tar.gz (131066195 bytes) |
2529 | 2024-02-01T11:01:55.153Z | uploaded: /work/zones/cockroachdb.tar.gz |
2530 | 2024-02-01T11:01:55.153Z | uploading: /work/zones/crucible-pantry.tar.gz (17071602 bytes) |
2531 | 2024-02-01T11:02:00.230Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2532 | 2024-02-01T11:02:00.230Z | uploading: /work/zones/crucible.tar.gz (34042166 bytes) |
2533 | 2024-02-01T11:02:25.559Z | uploaded: /work/zones/crucible.tar.gz |
2534 | 2024-02-01T11:02:25.559Z | uploading: /work/zones/external-dns.tar.gz (23577898 bytes) |
2535 | 2024-02-01T11:02:32.728Z | uploaded: /work/zones/external-dns.tar.gz |
2536 | 2024-02-01T11:02:32.729Z | uploading: /work/zones/internal-dns.tar.gz (23577894 bytes) |
2537 | 2024-02-01T11:02:40.773Z | uploaded: /work/zones/internal-dns.tar.gz |
2538 | 2024-02-01T11:02:40.773Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2539 | 2024-02-01T11:02:41.794Z | uploaded: /work/zones/ntp.tar.gz |
2540 | 2024-02-01T11:02:41.794Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19295899 bytes) |
2541 | 2024-02-01T11:02:49.468Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2542 | 2024-02-01T11:02:49.468Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19295139 bytes) |
2543 | 2024-02-01T11:02:56.769Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2544 | 2024-02-01T11:02:56.769Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87262569 bytes) |
2545 | 2024-02-01T11:03:22.701Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2546 | 2024-02-01T11:03:22.701Z | uploading: /work/zones/omicron-nexus.tar.gz (87261543 bytes) |
2547 | 2024-02-01T11:03:55.313Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2548 | 2024-02-01T11:03:55.313Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2549 | 2024-02-01T11:03:56.324Z | uploaded: /work/zones/overlay.tar.gz |
2550 | 2024-02-01T11:03:56.324Z | uploading: /work/zones/oximeter.tar.gz (55274217 bytes) |
2551 | 2024-02-01T11:04:16.601Z | uploaded: /work/zones/oximeter.tar.gz |
2552 | 2024-02-01T11:04:16.601Z | uploading: /work/zones/propolis-server.tar.gz (66166937 bytes) |
2553 | 2024-02-01T11:04:42.609Z | uploaded: /work/zones/propolis-server.tar.gz |
2554 | 2024-02-01T11:04:42.609Z | uploading: /work/zones/switch-asic.tar.gz (281165268 bytes) |
2555 | 2024-02-01T11:06:31.791Z | uploaded: /work/zones/switch-asic.tar.gz |
2556 | 2024-02-01T11:06:31.791Z | uploading: /work/zones/switch-softnpu.tar.gz (205151235 bytes) |
2557 | 2024-02-01T11:07:52.047Z | uploaded: /work/zones/switch-softnpu.tar.gz |