|
|
|
1 | 2024-02-13T16:29:56.047Z | job assigned to worker 01HPHMNZ4A8RZ4Y43VCC9YDKFJ (queued for 3 m 0 s) |
|
2 | 2024-02-13T16:29:56.090Z | starting task 0: "setup" |
3 | 2024-02-13T16:29:56.634Z | ++ uname -s |
4 | 2024-02-13T16:29:56.637Z | + kern=SunOS |
5 | 2024-02-13T16:29:56.637Z | + case "$kern" in |
6 | 2024-02-13T16:29:56.637Z | + groupadd -g 12345 build |
7 | 2024-02-13T16:29:56.639Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-13T16:29:58.648Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-13T16:29:58.740Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-13T16:29:58.743Z | + home_fs=zfs |
11 | 2024-02-13T16:29:58.743Z | + [[ zfs == autofs ]] |
12 | 2024-02-13T16:29:58.743Z | + mkdir -p /home/build |
13 | 2024-02-13T16:29:58.746Z | + chown build:build /home/build /work |
14 | 2024-02-13T16:30:00.748Z | + chmod 0700 /home/build /work |
15 | 2024-02-13T16:30:00.751Z | process exited: duration 4657 ms, exit code 0 |
|
16 | 2024-02-13T16:30:00.764Z | starting task 1: "rust-toolchain" |
17 | 2024-02-13T16:30:00.771Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-13T16:30:00.771Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-13T16:30:00.877Z | info: downloading installer |
20 | 2024-02-13T16:30:03.542Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-13T16:30:03.542Z | warning: /opt/ooce/bin |
22 | 2024-02-13T16:30:03.542Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-13T16:30:03.542Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-13T16:30:03.542Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-13T16:30:03.542Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-13T16:30:03.542Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-13T16:30:03.542Z | error: cannot install while Rust is installed |
28 | 2024-02-13T16:30:03.542Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-13T16:30:03.961Z | info: profile set to 'default' |
30 | 2024-02-13T16:30:03.961Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-13T16:30:03.964Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-13T16:30:04.083Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-13T16:30:04.083Z | info: downloading component 'cargo' |
34 | 2024-02-13T16:30:04.744Z | info: downloading component 'clippy' |
35 | 2024-02-13T16:30:04.976Z | info: downloading component 'rust-docs' |
36 | 2024-02-13T16:30:05.806Z | info: downloading component 'rust-std' |
37 | 2024-02-13T16:30:07.288Z | info: downloading component 'rustc' |
38 | 2024-02-13T16:30:10.945Z | info: downloading component 'rustfmt' |
39 | 2024-02-13T16:30:11.263Z | info: installing component 'cargo' |
40 | 2024-02-13T16:30:12.518Z | info: installing component 'clippy' |
41 | 2024-02-13T16:30:13.585Z | info: installing component 'rust-docs' |
42 | 2024-02-13T16:30:14.617Z | info: installing component 'rust-std' |
43 | 2024-02-13T16:30:16.962Z | info: installing component 'rustc' |
44 | 2024-02-13T16:30:22.590Z | info: installing component 'rustfmt' |
45 | 2024-02-13T16:30:22.946Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-13T16:30:22.947Z | |
47 | 2024-02-13T16:30:23.220Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-13T16:30:23.220Z | |
49 | 2024-02-13T16:30:23.223Z | |
50 | 2024-02-13T16:30:23.223Z | Rust is installed now. Great! |
51 | 2024-02-13T16:30:23.224Z | |
52 | 2024-02-13T16:30:23.224Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-13T16:30:23.224Z | environment variable. This has not been done automatically. |
54 | 2024-02-13T16:30:23.224Z | |
55 | 2024-02-13T16:30:23.224Z | To configure your current shell, run: |
56 | 2024-02-13T16:30:23.224Z | source "$HOME/.cargo/env" |
57 | 2024-02-13T16:30:23.281Z | + rustc --version |
58 | 2024-02-13T16:30:23.340Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-13T16:30:23.344Z | process exited: duration 22579 ms, exit code 0 |
|
60 | 2024-02-13T16:30:23.350Z | starting task 2: "authentication" |
61 | 2024-02-13T16:30:23.367Z | process exited: duration 17 ms, exit code 0 |
|
62 | 2024-02-13T16:30:23.380Z | starting task 3: "clone repository" |
63 | 2024-02-13T16:30:23.383Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-13T16:30:23.386Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-13T16:30:25.220Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-13T16:30:38.940Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-13T16:30:38.941Z | + git fetch origin f245a9283f02873fe116f9e4fd498ea99fd65429 |
68 | 2024-02-13T16:30:39.274Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-13T16:30:39.274Z | * branch f245a9283f02873fe116f9e4fd498ea99fd65429 -> FETCH_HEAD |
70 | 2024-02-13T16:30:39.282Z | + [[ -n bootstore-omdb-hook ]] |
71 | 2024-02-13T16:30:39.285Z | ++ git branch --show-current |
72 | 2024-02-13T16:30:39.288Z | + current=main |
73 | 2024-02-13T16:30:39.288Z | + [[ main != bootstore-omdb-hook ]] |
74 | 2024-02-13T16:30:39.288Z | + git branch -f bootstore-omdb-hook f245a9283f02873fe116f9e4fd498ea99fd65429 |
75 | 2024-02-13T16:30:39.290Z | + git checkout -f bootstore-omdb-hook |
76 | 2024-02-13T16:30:39.386Z | Switched to branch 'bootstore-omdb-hook' |
77 | 2024-02-13T16:30:39.389Z | + git reset --hard f245a9283f02873fe116f9e4fd498ea99fd65429 |
78 | 2024-02-13T16:30:39.479Z | HEAD is now at f245a9283 review comment |
79 | 2024-02-13T16:30:39.482Z | process exited: duration 16098 ms, exit code 0 |
|
80 | 2024-02-13T16:30:39.489Z | starting task 4: "build" |
81 | 2024-02-13T16:30:39.494Z | + cargo --version |
82 | 2024-02-13T16:30:39.499Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-13T16:30:39.644Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-13T16:30:39.644Z | info: downloading component 'cargo' |
85 | 2024-02-13T16:30:40.354Z | info: downloading component 'clippy' |
86 | 2024-02-13T16:30:40.578Z | info: downloading component 'rust-docs' |
87 | 2024-02-13T16:30:41.444Z | info: downloading component 'rust-std' |
88 | 2024-02-13T16:30:42.772Z | info: downloading component 'rustc' |
89 | 2024-02-13T16:30:46.528Z | info: downloading component 'rustfmt' |
90 | 2024-02-13T16:30:46.794Z | info: installing component 'cargo' |
91 | 2024-02-13T16:30:47.671Z | info: installing component 'clippy' |
92 | 2024-02-13T16:30:48.032Z | info: installing component 'rust-docs' |
93 | 2024-02-13T16:30:49.562Z | info: installing component 'rust-std' |
94 | 2024-02-13T16:30:51.228Z | info: installing component 'rustc' |
95 | 2024-02-13T16:30:55.527Z | info: installing component 'rustfmt' |
96 | 2024-02-13T16:30:55.938Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-13T16:30:55.941Z | + rustc --version |
98 | 2024-02-13T16:30:56.010Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-13T16:30:56.015Z | ++ git rev-parse HEAD |
100 | 2024-02-13T16:30:56.018Z | + COMMIT=f245a9283f02873fe116f9e4fd498ea99fd65429 |
101 | 2024-02-13T16:30:56.018Z | + VERSION=6.0.0-0.ci+gitf245a9283f0 |
102 | 2024-02-13T16:30:56.018Z | + echo 6.0.0-0.ci+gitf245a9283f0 |
103 | 2024-02-13T16:30:56.021Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-13T16:31:08.575Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-13T16:31:09.873Z | Startup: Caching catalogs ... Done |
106 | 2024-02-13T16:31:10.989Z | Planning: Solver setup ... Done (0.798s) |
107 | 2024-02-13T16:31:11.008Z | Planning: Running solver ... Done (0.018s) |
108 | 2024-02-13T16:31:11.290Z | Planning: Finding local manifests ... Done (0.266s) |
109 | 2024-02-13T16:31:11.303Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-13T16:31:11.493Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-13T16:31:11.540Z | Planning: Package planning ... Done (0.047s) |
112 | 2024-02-13T16:31:11.592Z | Planning: Merging actions ... Done (0.051s) |
113 | 2024-02-13T16:31:12.926Z | Planning: Checking for conflicting actions ... Done (1.333s) |
114 | 2024-02-13T16:31:12.937Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-02-13T16:31:18.373Z | Planning: Evaluating mediators ... Done (5.433s) |
116 | 2024-02-13T16:31:18.381Z | Planning: Planning completed in 8.45 seconds |
117 | 2024-02-13T16:31:18.395Z | Packages to install: 4 |
118 | 2024-02-13T16:31:18.395Z | Mediators to change: 2 |
119 | 2024-02-13T16:31:18.401Z | Services to change: 1 |
120 | 2024-02-13T16:31:18.401Z | Estimated space available: 148.87 GB |
121 | 2024-02-13T16:31:18.401Z | Estimated space to be consumed: 1.41 GB |
122 | 2024-02-13T16:31:18.401Z | Create boot environment: No |
123 | 2024-02-13T16:31:18.401Z | Create backup boot environment: No |
124 | 2024-02-13T16:31:18.401Z | Rebuild boot archive: No |
125 | 2024-02-13T16:31:18.401Z | |
126 | 2024-02-13T16:31:18.401Z | Changed mediators: |
127 | 2024-02-13T16:31:18.401Z | mediator clang: |
128 | 2024-02-13T16:31:18.401Z | version: None -> 15 (system default) |
129 | 2024-02-13T16:31:18.401Z | |
130 | 2024-02-13T16:31:18.401Z | mediator llvm: |
131 | 2024-02-13T16:31:18.401Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-13T16:31:18.401Z | |
133 | 2024-02-13T16:31:18.401Z | Changed packages: |
134 | 2024-02-13T16:31:18.401Z | helios-dev |
135 | 2024-02-13T16:31:18.401Z | developer/build-essential |
136 | 2024-02-13T16:31:18.401Z | None -> 11-2.0 |
137 | 2024-02-13T16:31:18.401Z | library/libxmlsec1 |
138 | 2024-02-13T16:31:18.401Z | None -> 1.2.35-2.0 |
139 | 2024-02-13T16:31:18.401Z | ooce/developer/clang-15 |
140 | 2024-02-13T16:31:18.401Z | None -> 15.0.7-2.0 |
141 | 2024-02-13T16:31:18.401Z | ooce/developer/llvm-15 |
142 | 2024-02-13T16:31:18.401Z | None -> 15.0.7-2.0 |
143 | 2024-02-13T16:31:18.401Z | |
144 | 2024-02-13T16:31:18.402Z | Services: |
145 | 2024-02-13T16:31:18.402Z | restart_fmri: |
146 | 2024-02-13T16:31:18.402Z | svc:/system/update-man-index:default |
147 | 2024-02-13T16:31:18.626Z | |
148 | 2024-02-13T16:31:18.626Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-13T16:31:23.639Z | Download: 1261/3290 items 103.3/212.6MB 48% complete (20.9M/s) |
150 | 2024-02-13T16:31:28.639Z | Download: 3146/3290 items 156.8/212.6MB 73% complete (15.6M/s) |
151 | 2024-02-13T16:31:31.139Z | Download: Completed 212.60 MB in 12.51 seconds (17.0M/s) |
152 | 2024-02-13T16:31:31.743Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-02-13T16:31:36.785Z | Actions: 3562/3689 actions (Installing new actions) |
154 | 2024-02-13T16:31:37.058Z | Actions: Completed 3689 actions in 5.31 seconds. |
155 | 2024-02-13T16:31:37.221Z | Done (0.159s) |
156 | 2024-02-13T16:31:37.222Z | Done (0.000s) |
157 | 2024-02-13T16:31:37.429Z | Done (0.207s) |
158 | 2024-02-13T16:31:43.267Z | Done (5.717s) |
159 | 2024-02-13T16:31:43.463Z | Done (0.125s) |
160 | 2024-02-13T16:31:43.466Z | Done (0.000s) |
161 | 2024-02-13T16:31:43.628Z | Done (0.000s) |
162 | 2024-02-13T16:31:44.129Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-02-13T16:31:44.287Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-02-13T16:31:44.290Z | Planning: Consolidating action changes ... Done |
165 | 2024-02-13T16:31:44.553Z | Planning: Evaluating mediators ... Done |
166 | 2024-02-13T16:31:44.556Z | Planning: Planning completed in 0.42 seconds |
167 | 2024-02-13T16:31:44.586Z | Mediators to change: 2 |
168 | 2024-02-13T16:31:44.586Z | Create boot environment: No |
169 | 2024-02-13T16:31:44.589Z | Create backup boot environment: No |
170 | 2024-02-13T16:31:44.702Z | Done |
171 | 2024-02-13T16:31:44.702Z | Done |
172 | 2024-02-13T16:31:44.821Z | Done |
173 | 2024-02-13T16:31:48.435Z | Done |
174 | 2024-02-13T16:31:48.523Z | Done |
175 | 2024-02-13T16:31:48.526Z | Done |
176 | 2024-02-13T16:31:48.639Z | Done |
177 | 2024-02-13T16:31:49.274Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-13T16:31:49.276Z | Planning: Merging actions ... Done |
179 | 2024-02-13T16:31:49.464Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-13T16:31:49.467Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-13T16:31:49.728Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-13T16:31:49.784Z | Planning: Planning completed in 0.78 seconds |
183 | 2024-02-13T16:31:49.818Z | Packages to change: 1 |
184 | 2024-02-13T16:31:49.818Z | Mediators to change: 1 |
185 | 2024-02-13T16:31:49.818Z | Services to change: 1 |
186 | 2024-02-13T16:31:49.821Z | Create boot environment: No |
187 | 2024-02-13T16:31:49.821Z | Create backup boot environment: Yes |
188 | 2024-02-13T16:31:51.654Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-02-13T16:31:51.718Z | Actions: Completed 6 actions in 0.06 seconds. |
190 | 2024-02-13T16:31:51.721Z | Done |
191 | 2024-02-13T16:31:51.721Z | Done |
192 | 2024-02-13T16:31:51.763Z | Done |
193 | 2024-02-13T16:31:55.359Z | Done |
194 | 2024-02-13T16:31:55.449Z | Done |
195 | 2024-02-13T16:31:55.452Z | Done |
196 | 2024-02-13T16:31:55.562Z | Done |
197 | 2024-02-13T16:31:55.992Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-02-13T16:31:55.992Z | clang system 15 system |
199 | 2024-02-13T16:31:55.992Z | csh system system illumos |
200 | 2024-02-13T16:31:55.992Z | ctags system system illumos |
201 | 2024-02-13T16:31:55.992Z | gcc vendor 12 vendor |
202 | 2024-02-13T16:31:55.992Z | gcc system 10 system |
203 | 2024-02-13T16:31:55.992Z | gcc system 7 system |
204 | 2024-02-13T16:31:55.992Z | go system 1.20 system |
205 | 2024-02-13T16:31:55.992Z | go system 1.19 system |
206 | 2024-02-13T16:31:55.992Z | llvm system 15 system |
207 | 2024-02-13T16:31:55.992Z | llvm system 14 system |
208 | 2024-02-13T16:31:55.992Z | mariadb system 10.6 system |
209 | 2024-02-13T16:31:55.992Z | mta vendor vendor dma |
210 | 2024-02-13T16:31:55.992Z | openjdk system 17 system |
211 | 2024-02-13T16:31:55.992Z | openjdk system 11 system |
212 | 2024-02-13T16:31:55.992Z | openjdk system 1.8 system |
213 | 2024-02-13T16:31:55.992Z | openssl vendor 3 vendor |
214 | 2024-02-13T16:31:55.992Z | perl system 5.36 system |
215 | 2024-02-13T16:31:55.992Z | postgresql system 15 system |
216 | 2024-02-13T16:31:55.992Z | postgresql system 13 system |
217 | 2024-02-13T16:31:55.992Z | python vendor 3 vendor |
218 | 2024-02-13T16:31:55.993Z | python system 2 system |
219 | 2024-02-13T16:31:55.993Z | python3 system 3.11 system |
220 | 2024-02-13T16:31:55.993Z | ruby system 3.0 system |
221 | 2024-02-13T16:31:55.993Z | words vendor vendor american-english |
222 | 2024-02-13T16:31:55.993Z | words system system australian-english |
223 | 2024-02-13T16:31:55.993Z | words system system british-english |
224 | 2024-02-13T16:31:55.993Z | words system system canadian-english |
225 | 2024-02-13T16:31:55.993Z | words system system french |
226 | 2024-02-13T16:31:55.993Z | words system system italian |
227 | 2024-02-13T16:31:55.993Z | words system system ngerman |
228 | 2024-02-13T16:31:55.993Z | words system system ogerman |
229 | 2024-02-13T16:31:55.993Z | words system system spanish |
230 | 2024-02-13T16:31:56.316Z | FMRI IFO |
231 | 2024-02-13T16:31:56.316Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-02-13T16:31:56.316Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-02-13T16:31:56.316Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-02-13T16:31:56.316Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-02-13T16:31:56.316Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-02-13T16:31:56.316Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-02-13T16:31:56.316Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-02-13T16:31:56.316Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-02-13T16:31:56.364Z | + set -o errexit |
240 | 2024-02-13T16:31:56.367Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-02-13T16:31:56.371Z | ++ cd ./tools |
242 | 2024-02-13T16:31:56.371Z | ++ pwd |
243 | 2024-02-13T16:31:56.371Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-02-13T16:31:56.371Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-02-13T16:31:56.375Z | + ARG0=ci_download_cockroachdb |
246 | 2024-02-13T16:31:56.375Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-02-13T16:31:56.375Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-02-13T16:31:56.375Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-02-13T16:31:56.375Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
250 | 2024-02-13T16:31:56.375Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
251 | 2024-02-13T16:31:56.375Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
252 | 2024-02-13T16:31:56.375Z | + TARGET_DIR=out |
253 | 2024-02-13T16:31:56.375Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-02-13T16:31:56.375Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-02-13T16:31:56.375Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-02-13T16:31:56.375Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-02-13T16:31:56.375Z | + main |
258 | 2024-02-13T16:31:56.375Z | + [[ 0 != 0 ]] |
259 | 2024-02-13T16:31:56.375Z | + CIDL_OS=solaris2.11 |
260 | 2024-02-13T16:31:56.375Z | + [[ 0 != 0 ]] |
261 | 2024-02-13T16:31:56.375Z | + configure_os solaris2.11 |
262 | 2024-02-13T16:31:56.375Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-02-13T16:31:56.375Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-02-13T16:31:56.375Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2024-02-13T16:31:56.376Z | + case "$1" in |
266 | 2024-02-13T16:31:56.376Z | configuring based on OS: "solaris2.11" |
267 | 2024-02-13T16:31:56.376Z | + CIDL_BUILD=illumos |
268 | 2024-02-13T16:31:56.376Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-02-13T16:31:56.376Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
270 | 2024-02-13T16:31:56.376Z | + CIDL_URL_BASE=https://illumos.org/downloads |
271 | 2024-02-13T16:31:56.376Z | + CIDL_ASSEMBLE=do_assemble_illumos |
272 | 2024-02-13T16:31:56.376Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
273 | 2024-02-13T16:31:56.376Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-13T16:31:56.376Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-13T16:31:56.376Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
276 | 2024-02-13T16:31:56.376Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-13T16:31:56.376Z | + CIDL_SHA256FUNC=do_sha256sum |
278 | 2024-02-13T16:31:56.376Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-13T16:31:56.376Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2024-02-13T16:31:56.376Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-13T16:31:56.376Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-13T16:31:56.376Z | + mkdir -p out/downloads |
283 | 2024-02-13T16:31:56.380Z | + mkdir -p ./out/cockroachdb |
284 | 2024-02-13T16:31:56.380Z | + local DO_DOWNLOAD=true |
285 | 2024-02-13T16:31:56.380Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-02-13T16:31:56.380Z | + '[' true == true ']' |
287 | 2024-02-13T16:31:56.380Z | + echo Downloading... |
288 | 2024-02-13T16:31:56.380Z | Downloading... |
289 | 2024-02-13T16:31:56.380Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-13T16:31:56.380Z | + 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 |
291 | 2024-02-13T16:31:59.049Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-13T16:31:59.052Z | ++ sha256sum |
293 | 2024-02-13T16:31:59.052Z | ++ awk '{print $1}' |
294 | 2024-02-13T16:31:59.184Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
295 | 2024-02-13T16:31:59.184Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
296 | 2024-02-13T16:31:59.187Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-13T16:31:59.187Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-02-13T16:32:01.393Z | + do_assemble_illumos |
299 | 2024-02-13T16:32:01.396Z | + rm -r ./out/cockroachdb |
300 | 2024-02-13T16:32:01.396Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-02-13T16:32:01.745Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-02-13T16:32:01.951Z | Build Tag: v22.1.9-dirty |
303 | 2024-02-13T16:32:01.951Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-02-13T16:32:01.951Z | Distribution: OSS |
305 | 2024-02-13T16:32:01.951Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-02-13T16:32:01.951Z | Go Version: go1.17.13 |
307 | 2024-02-13T16:32:01.951Z | C Compiler: gcc 10.3.0 |
308 | 2024-02-13T16:32:01.951Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-02-13T16:32:01.951Z | Build Type: release |
310 | 2024-02-13T16:32:01.967Z | + set -o errexit |
311 | 2024-02-13T16:32:01.970Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-02-13T16:32:01.975Z | ++ cd ./tools |
313 | 2024-02-13T16:32:01.975Z | ++ pwd |
314 | 2024-02-13T16:32:01.975Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-02-13T16:32:01.975Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-02-13T16:32:01.975Z | + ARG0=ci_download_clickhouse |
317 | 2024-02-13T16:32:01.975Z | + TARGET_DIR=out |
318 | 2024-02-13T16:32:01.975Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-02-13T16:32:01.975Z | + DEST_DIR=./out/clickhouse |
320 | 2024-02-13T16:32:01.979Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
321 | 2024-02-13T16:32:01.979Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2024-02-13T16:32:01.979Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2024-02-13T16:32:01.979Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2024-02-13T16:32:01.979Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2024-02-13T16:32:01.979Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2024-02-13T16:32:01.979Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2024-02-13T16:32:01.979Z | + main |
328 | 2024-02-13T16:32:01.979Z | + [[ 0 != 0 ]] |
329 | 2024-02-13T16:32:01.979Z | + CIDL_OS=solaris2.11 |
330 | 2024-02-13T16:32:01.979Z | + [[ 0 != 0 ]] |
331 | 2024-02-13T16:32:01.979Z | + configure_os solaris2.11 |
332 | 2024-02-13T16:32:01.979Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2024-02-13T16:32:01.979Z | + echo 'configuring based on OS: "solaris2.11"' |
334 | 2024-02-13T16:32:01.979Z | current directory: /work/oxidecomputer/omicron |
335 | 2024-02-13T16:32:01.979Z | configuring based on OS: "solaris2.11" |
336 | 2024-02-13T16:32:01.979Z | + CIDL_DASHREV= |
337 | 2024-02-13T16:32:01.979Z | + case "$1" in |
338 | 2024-02-13T16:32:01.980Z | + CIDL_PLATFORM=illumos |
339 | 2024-02-13T16:32:01.980Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2024-02-13T16:32:01.980Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2024-02-13T16:32:01.980Z | + CIDL_DASHREV=-1 |
342 | 2024-02-13T16:32:01.980Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2024-02-13T16:32:01.980Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-13T16:32:01.980Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-13T16:32:01.980Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-13T16:32:01.980Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-13T16:32:01.980Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2024-02-13T16:32:01.980Z | + mkdir -p out/downloads |
349 | 2024-02-13T16:32:01.980Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-13T16:32:01.980Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-02-13T16:32:01.983Z | + mkdir -p ./out/clickhouse |
352 | 2024-02-13T16:32:01.983Z | + local DO_DOWNLOAD=true |
353 | 2024-02-13T16:32:01.983Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2024-02-13T16:32:01.983Z | + '[' true == true ']' |
355 | 2024-02-13T16:32:01.984Z | + echo Downloading... |
356 | 2024-02-13T16:32:01.984Z | Downloading... |
357 | 2024-02-13T16:32:01.984Z | + 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 |
358 | 2024-02-13T16:32:01.984Z | + 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 |
359 | 2024-02-13T16:32:03.349Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-13T16:32:03.353Z | ++ md5sum |
361 | 2024-02-13T16:32:03.353Z | ++ awk '{print $1}' |
362 | 2024-02-13T16:32:03.530Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-02-13T16:32:03.530Z | + [[ 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 ]] |
364 | 2024-02-13T16:32:03.534Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2024-02-13T16:32:03.534Z | + mkdir -p ./out/clickhouse |
366 | 2024-02-13T16:32:03.534Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2024-02-13T16:32:06.716Z | + ./out/clickhouse/clickhouse server --version |
368 | 2024-02-13T16:32:06.743Z | ClickHouse server version 22.8.9.1. |
369 | 2024-02-13T16:32:06.757Z | + set -o errexit |
370 | 2024-02-13T16:32:06.760Z | +++ dirname ./tools/ci_download_console |
371 | 2024-02-13T16:32:06.763Z | ++ cd ./tools |
372 | 2024-02-13T16:32:06.763Z | ++ pwd |
373 | 2024-02-13T16:32:06.763Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2024-02-13T16:32:06.763Z | ++ basename ./tools/ci_download_console |
375 | 2024-02-13T16:32:06.766Z | + ARG0=ci_download_console |
376 | 2024-02-13T16:32:06.766Z | + TARGET_DIR=out |
377 | 2024-02-13T16:32:06.766Z | + DOWNLOAD_DIR=out/downloads |
378 | 2024-02-13T16:32:06.766Z | + DEST_DIR=./out/console-assets |
379 | 2024-02-13T16:32:06.766Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2024-02-13T16:32:06.766Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
381 | 2024-02-13T16:32:06.766Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
382 | 2024-02-13T16:32:06.766Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
383 | 2024-02-13T16:32:06.766Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2024-02-13T16:32:06.766Z | + main |
385 | 2024-02-13T16:32:06.766Z | + [[ 0 != 0 ]] |
386 | 2024-02-13T16:32:06.766Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
387 | 2024-02-13T16:32:06.766Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
388 | 2024-02-13T16:32:06.766Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2024-02-13T16:32:06.766Z | + local DO_DOWNLOAD=true |
390 | 2024-02-13T16:32:06.766Z | Local file: out/downloads/console.tar.gz |
391 | 2024-02-13T16:32:06.766Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2024-02-13T16:32:06.766Z | + mkdir -p out/downloads |
393 | 2024-02-13T16:32:06.769Z | + '[' true == true ']' |
394 | 2024-02-13T16:32:06.769Z | + echo Downloading... |
395 | 2024-02-13T16:32:06.769Z | Downloading... |
396 | 2024-02-13T16:32:06.769Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
397 | 2024-02-13T16:32:06.769Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
398 | 2024-02-13T16:32:07.333Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2024-02-13T16:32:07.336Z | ++ case "$OSTYPE" in |
400 | 2024-02-13T16:32:07.336Z | ++ SHA=sha256sum |
401 | 2024-02-13T16:32:07.336Z | ++ sha256sum |
402 | 2024-02-13T16:32:07.337Z | ++ awk '{print $1}' |
403 | 2024-02-13T16:32:07.342Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
404 | 2024-02-13T16:32:07.342Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
405 | 2024-02-13T16:32:07.342Z | + rm -rf ./out/console-assets |
406 | 2024-02-13T16:32:07.344Z | + mkdir -p ./out/console-assets |
407 | 2024-02-13T16:32:07.347Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2024-02-13T16:32:07.347Z | + mkdir -p ./out/console-assets |
409 | 2024-02-13T16:32:07.347Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2024-02-13T16:32:07.440Z | + set -o errexit |
411 | 2024-02-13T16:32:07.445Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2024-02-13T16:32:07.446Z | ++ cd ./tools |
413 | 2024-02-13T16:32:07.446Z | ++ pwd |
414 | 2024-02-13T16:32:07.449Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2024-02-13T16:32:07.449Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2024-02-13T16:32:07.449Z | + ARG0=ci_download_maghemite_openapi |
417 | 2024-02-13T16:32:07.449Z | + TARGET_DIR=out |
418 | 2024-02-13T16:32:07.449Z | + DOWNLOAD_DIR=out/downloads |
419 | 2024-02-13T16:32:07.449Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2024-02-13T16:32:07.449Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
421 | 2024-02-13T16:32:07.449Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
422 | 2024-02-13T16:32:07.449Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
423 | 2024-02-13T16:32:07.449Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
424 | 2024-02-13T16:32:07.449Z | + main |
425 | 2024-02-13T16:32:07.449Z | + [[ 0 != 0 ]] |
426 | 2024-02-13T16:32:07.449Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
427 | 2024-02-13T16:32:07.449Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
428 | 2024-02-13T16:32:07.449Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
429 | 2024-02-13T16:32:07.450Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
430 | 2024-02-13T16:32:07.450Z | + local DO_DOWNLOAD=true |
431 | 2024-02-13T16:32:07.450Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
432 | 2024-02-13T16:32:07.450Z | + mkdir -p out/downloads |
433 | 2024-02-13T16:32:07.450Z | + '[' true == true ']' |
434 | 2024-02-13T16:32:07.450Z | + echo Downloading... |
435 | 2024-02-13T16:32:07.450Z | Downloading... |
436 | 2024-02-13T16:32:07.450Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
437 | 2024-02-13T16:32:07.450Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
438 | 2024-02-13T16:32:07.704Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
439 | 2024-02-13T16:32:07.707Z | ++ case "$OSTYPE" in |
440 | 2024-02-13T16:32:07.707Z | ++ SHA=sha256sum |
441 | 2024-02-13T16:32:07.707Z | ++ sha256sum |
442 | 2024-02-13T16:32:07.707Z | ++ awk '{print $1}' |
443 | 2024-02-13T16:32:07.710Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-13T16:32:07.710Z | + [[ 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 ]] |
445 | 2024-02-13T16:32:07.710Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2024-02-13T16:32:07.710Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
447 | 2024-02-13T16:32:07.710Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
448 | 2024-02-13T16:32:07.710Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
449 | 2024-02-13T16:32:07.710Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
450 | 2024-02-13T16:32:07.710Z | + main |
451 | 2024-02-13T16:32:07.710Z | + [[ 0 != 0 ]] |
452 | 2024-02-13T16:32:07.710Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
453 | 2024-02-13T16:32:07.710Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
454 | 2024-02-13T16:32:07.711Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
455 | 2024-02-13T16:32:07.711Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
456 | 2024-02-13T16:32:07.711Z | + local DO_DOWNLOAD=true |
457 | 2024-02-13T16:32:07.711Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
458 | 2024-02-13T16:32:07.711Z | + mkdir -p out/downloads |
459 | 2024-02-13T16:32:07.713Z | + '[' true == true ']' |
460 | 2024-02-13T16:32:07.714Z | + echo Downloading... |
461 | 2024-02-13T16:32:07.714Z | Downloading... |
462 | 2024-02-13T16:32:07.714Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
463 | 2024-02-13T16:32:07.714Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
464 | 2024-02-13T16:32:07.817Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
465 | 2024-02-13T16:32:07.819Z | ++ case "$OSTYPE" in |
466 | 2024-02-13T16:32:07.820Z | ++ SHA=sha256sum |
467 | 2024-02-13T16:32:07.820Z | ++ sha256sum |
468 | 2024-02-13T16:32:07.820Z | ++ awk '{print $1}' |
469 | 2024-02-13T16:32:07.822Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-13T16:32:07.822Z | + [[ 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 ]] |
471 | 2024-02-13T16:32:07.828Z | + set -o errexit |
472 | 2024-02-13T16:32:07.831Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2024-02-13T16:32:07.834Z | ++ cd ./tools |
474 | 2024-02-13T16:32:07.834Z | ++ pwd |
475 | 2024-02-13T16:32:07.834Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2024-02-13T16:32:07.834Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2024-02-13T16:32:07.837Z | + ARG0=ci_download_dendrite_openapi |
478 | 2024-02-13T16:32:07.837Z | + TARGET_DIR=out |
479 | 2024-02-13T16:32:07.837Z | + DOWNLOAD_DIR=out/downloads |
480 | 2024-02-13T16:32:07.837Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2024-02-13T16:32:07.837Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
482 | 2024-02-13T16:32:07.837Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
483 | 2024-02-13T16:32:07.837Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
484 | 2024-02-13T16:32:07.837Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
485 | 2024-02-13T16:32:07.837Z | + main |
486 | 2024-02-13T16:32:07.837Z | + [[ 0 != 0 ]] |
487 | 2024-02-13T16:32:07.837Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
488 | 2024-02-13T16:32:07.837Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
489 | 2024-02-13T16:32:07.837Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
490 | 2024-02-13T16:32:07.837Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
491 | 2024-02-13T16:32:07.837Z | + local DO_DOWNLOAD=true |
492 | 2024-02-13T16:32:07.837Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
493 | 2024-02-13T16:32:07.837Z | + mkdir -p out/downloads |
494 | 2024-02-13T16:32:07.840Z | + '[' true == true ']' |
495 | 2024-02-13T16:32:07.840Z | + echo Downloading... |
496 | 2024-02-13T16:32:07.840Z | Downloading... |
497 | 2024-02-13T16:32:07.840Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
498 | 2024-02-13T16:32:07.840Z | + 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 |
499 | 2024-02-13T16:32:07.958Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
500 | 2024-02-13T16:32:07.958Z | ++ case "$OSTYPE" in |
501 | 2024-02-13T16:32:07.961Z | ++ SHA=sha256sum |
502 | 2024-02-13T16:32:07.961Z | ++ sha256sum |
503 | 2024-02-13T16:32:07.961Z | ++ awk '{print $1}' |
504 | 2024-02-13T16:32:07.964Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
505 | 2024-02-13T16:32:07.964Z | + [[ 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 ]] |
506 | 2024-02-13T16:32:07.970Z | + set -o errexit |
507 | 2024-02-13T16:32:07.973Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2024-02-13T16:32:07.976Z | ++ cd ./tools |
509 | 2024-02-13T16:32:07.976Z | ++ pwd |
510 | 2024-02-13T16:32:07.976Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-02-13T16:32:07.976Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2024-02-13T16:32:07.979Z | + ARG0=ci_download_dendrite_stub |
513 | 2024-02-13T16:32:07.980Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2024-02-13T16:32:07.980Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
515 | 2024-02-13T16:32:07.980Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
516 | 2024-02-13T16:32:07.980Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
517 | 2024-02-13T16:32:07.980Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2024-02-13T16:32:07.980Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
519 | 2024-02-13T16:32:07.980Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
520 | 2024-02-13T16:32:07.980Z | + TARGET_DIR=out |
521 | 2024-02-13T16:32:07.980Z | + DOWNLOAD_DIR=out/downloads |
522 | 2024-02-13T16:32:07.980Z | + DEST_DIR=./out/dendrite-stub |
523 | 2024-02-13T16:32:07.980Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2024-02-13T16:32:07.981Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2024-02-13T16:32:07.981Z | + REPO=oxidecomputer/dendrite |
526 | 2024-02-13T16:32:07.981Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
527 | 2024-02-13T16:32:07.981Z | + main |
528 | 2024-02-13T16:32:07.981Z | + [[ 0 != 0 ]] |
529 | 2024-02-13T16:32:07.981Z | + CIDL_OS=solaris2.11 |
530 | 2024-02-13T16:32:07.981Z | + [[ 0 != 0 ]] |
531 | 2024-02-13T16:32:07.981Z | + configure_os solaris2.11 |
532 | 2024-02-13T16:32:07.981Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2024-02-13T16:32:07.981Z | current directory: /work/oxidecomputer/omicron |
534 | 2024-02-13T16:32:07.981Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2024-02-13T16:32:07.981Z | + case "$1" in |
536 | 2024-02-13T16:32:07.981Z | configuring based on OS: "solaris2.11" |
537 | 2024-02-13T16:32:07.981Z | + SET_BINARIES= |
538 | 2024-02-13T16:32:07.981Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
539 | 2024-02-13T16:32:07.981Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2024-02-13T16:32:07.981Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2024-02-13T16:32:07.981Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
542 | 2024-02-13T16:32:07.981Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2024-02-13T16:32:07.981Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
544 | 2024-02-13T16:32:07.982Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
545 | 2024-02-13T16:32:07.982Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
546 | 2024-02-13T16:32:07.982Z | Local file: out/downloads/dendrite-stub.tar.gz |
547 | 2024-02-13T16:32:07.982Z | + mkdir -p out/downloads |
548 | 2024-02-13T16:32:07.985Z | + mkdir -p ./out/dendrite-stub |
549 | 2024-02-13T16:32:07.986Z | + fetch_and_verify |
550 | 2024-02-13T16:32:07.986Z | + local DO_DOWNLOAD=true |
551 | 2024-02-13T16:32:07.986Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2024-02-13T16:32:07.986Z | + '[' true == true ']' |
553 | 2024-02-13T16:32:07.986Z | + echo Downloading... |
554 | 2024-02-13T16:32:07.986Z | Downloading... |
555 | 2024-02-13T16:32:07.986Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-13T16:32:07.986Z | + 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 |
557 | 2024-02-13T16:32:12.347Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-13T16:32:12.350Z | ++ sha256sum |
559 | 2024-02-13T16:32:12.350Z | ++ awk '{print $1}' |
560 | 2024-02-13T16:32:12.372Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
561 | 2024-02-13T16:32:12.375Z | + [[ 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 ]] |
562 | 2024-02-13T16:32:12.375Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-13T16:32:12.375Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2024-02-13T16:32:13.070Z | + do_assemble |
565 | 2024-02-13T16:32:13.070Z | + rm -r ./out/dendrite-stub |
566 | 2024-02-13T16:32:13.073Z | + mkdir ./out/dendrite-stub |
567 | 2024-02-13T16:32:13.075Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2024-02-13T16:32:13.167Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2024-02-13T16:32:13.177Z | + set -o errexit |
570 | 2024-02-13T16:32:13.180Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2024-02-13T16:32:13.182Z | ++ cd ./tools |
572 | 2024-02-13T16:32:13.182Z | ++ pwd |
573 | 2024-02-13T16:32:13.183Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2024-02-13T16:32:13.183Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2024-02-13T16:32:13.186Z | + ARG0=ci_download_maghemite_mgd |
576 | 2024-02-13T16:32:13.186Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2024-02-13T16:32:13.186Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
578 | 2024-02-13T16:32:13.186Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
579 | 2024-02-13T16:32:13.186Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2024-02-13T16:32:13.186Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
581 | 2024-02-13T16:32:13.186Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
582 | 2024-02-13T16:32:13.186Z | + TARGET_DIR=out |
583 | 2024-02-13T16:32:13.186Z | + DOWNLOAD_DIR=out/downloads |
584 | 2024-02-13T16:32:13.186Z | + DEST_DIR=./out/mgd |
585 | 2024-02-13T16:32:13.186Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2024-02-13T16:32:13.186Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2024-02-13T16:32:13.186Z | + REPO=oxidecomputer/maghemite |
588 | 2024-02-13T16:32:13.186Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
589 | 2024-02-13T16:32:13.186Z | + main |
590 | 2024-02-13T16:32:13.186Z | + [[ 0 != 0 ]] |
591 | 2024-02-13T16:32:13.186Z | + CIDL_OS=solaris2.11 |
592 | 2024-02-13T16:32:13.186Z | + [[ 0 != 0 ]] |
593 | 2024-02-13T16:32:13.186Z | + configure_os solaris2.11 |
594 | 2024-02-13T16:32:13.186Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2024-02-13T16:32:13.186Z | current directory: /work/oxidecomputer/omicron |
596 | 2024-02-13T16:32:13.187Z | + echo 'configuring based on OS: "solaris2.11"' |
597 | 2024-02-13T16:32:13.187Z | + case "$1" in |
598 | 2024-02-13T16:32:13.187Z | + SET_BINARIES= |
599 | 2024-02-13T16:32:13.187Z | configuring based on OS: "solaris2.11" |
600 | 2024-02-13T16:32:13.187Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2024-02-13T16:32:13.187Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2024-02-13T16:32:13.187Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
603 | 2024-02-13T16:32:13.187Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2024-02-13T16:32:13.187Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
605 | 2024-02-13T16:32:13.187Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
606 | 2024-02-13T16:32:13.187Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
607 | 2024-02-13T16:32:13.187Z | + mkdir -p out/downloads |
608 | 2024-02-13T16:32:13.187Z | Local file: out/downloads/mgd.tar.gz |
609 | 2024-02-13T16:32:13.190Z | + mkdir -p ./out/mgd |
610 | 2024-02-13T16:32:13.190Z | + fetch_and_verify |
611 | 2024-02-13T16:32:13.190Z | + local DO_DOWNLOAD=true |
612 | 2024-02-13T16:32:13.190Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2024-02-13T16:32:13.190Z | + '[' true == true ']' |
614 | 2024-02-13T16:32:13.190Z | + echo Downloading... |
615 | 2024-02-13T16:32:13.190Z | Downloading... |
616 | 2024-02-13T16:32:13.190Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2024-02-13T16:32:13.190Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
618 | 2024-02-13T16:32:16.157Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2024-02-13T16:32:16.157Z | ++ sha256sum |
620 | 2024-02-13T16:32:16.157Z | ++ awk '{print $1}' |
621 | 2024-02-13T16:32:16.161Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
622 | 2024-02-13T16:32:16.161Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
623 | 2024-02-13T16:32:16.161Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2024-02-13T16:32:16.161Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2024-02-13T16:32:16.612Z | + do_assemble |
626 | 2024-02-13T16:32:16.612Z | + rm -r ./out/mgd |
627 | 2024-02-13T16:32:16.615Z | + mkdir ./out/mgd |
628 | 2024-02-13T16:32:16.618Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2024-02-13T16:32:16.766Z | + set -o errexit |
630 | 2024-02-13T16:32:16.768Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2024-02-13T16:32:16.771Z | ++ cd ./tools |
632 | 2024-02-13T16:32:16.771Z | ++ pwd |
633 | 2024-02-13T16:32:16.771Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2024-02-13T16:32:16.771Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2024-02-13T16:32:16.777Z | + ARG0=ci_download_transceiver_control |
636 | 2024-02-13T16:32:16.777Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2024-02-13T16:32:16.777Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2024-02-13T16:32:16.777Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2024-02-13T16:32:16.777Z | + TARGET_DIR=out |
640 | 2024-02-13T16:32:16.777Z | + DOWNLOAD_DIR=out/downloads |
641 | 2024-02-13T16:32:16.778Z | + DEST_DIR=./out/transceiver-control |
642 | 2024-02-13T16:32:16.778Z | + BIN_DIR=/opt/oxide/bin |
643 | 2024-02-13T16:32:16.778Z | + BINARY=xcvradm |
644 | 2024-02-13T16:32:16.778Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2024-02-13T16:32:16.778Z | + REPO=oxidecomputer/transceiver-control |
646 | 2024-02-13T16:32:16.778Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2024-02-13T16:32:16.778Z | + main |
648 | 2024-02-13T16:32:16.778Z | + [[ 0 != 0 ]] |
649 | 2024-02-13T16:32:16.778Z | + CIDL_OS=solaris2.11 |
650 | 2024-02-13T16:32:16.778Z | + [[ 0 != 0 ]] |
651 | 2024-02-13T16:32:16.778Z | + configure_os solaris2.11 |
652 | 2024-02-13T16:32:16.778Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2024-02-13T16:32:16.778Z | current directory: /work/oxidecomputer/omicron |
654 | 2024-02-13T16:32:16.778Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2024-02-13T16:32:16.778Z | + case "$1" in |
656 | 2024-02-13T16:32:16.778Z | + SET_BINARIES= |
657 | 2024-02-13T16:32:16.778Z | configuring based on OS: "solaris2.11" |
658 | 2024-02-13T16:32:16.778Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-02-13T16:32:16.778Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2024-02-13T16:32:16.778Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2024-02-13T16:32:16.778Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2024-02-13T16:32:16.778Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2024-02-13T16:32:16.778Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2024-02-13T16:32:16.778Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2024-02-13T16:32:16.778Z | + echo 'Local file: out/downloads/xcvradm.gz' |
666 | 2024-02-13T16:32:16.778Z | Local file: out/downloads/xcvradm.gz |
667 | 2024-02-13T16:32:16.779Z | + mkdir -p out/downloads |
668 | 2024-02-13T16:32:16.782Z | + mkdir -p ./out/transceiver-control |
669 | 2024-02-13T16:32:16.782Z | + fetch_and_verify |
670 | 2024-02-13T16:32:16.782Z | + local DO_DOWNLOAD=true |
671 | 2024-02-13T16:32:16.782Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2024-02-13T16:32:16.782Z | + '[' true == true ']' |
673 | 2024-02-13T16:32:16.782Z | + echo Downloading... |
674 | 2024-02-13T16:32:16.782Z | Downloading... |
675 | 2024-02-13T16:32:16.782Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2024-02-13T16:32:16.782Z | + 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 |
677 | 2024-02-13T16:32:18.290Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2024-02-13T16:32:18.293Z | ++ sha256sum |
679 | 2024-02-13T16:32:18.293Z | ++ awk '{print $1}' |
680 | 2024-02-13T16:32:18.298Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-13T16:32:18.301Z | + [[ 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 ]] |
682 | 2024-02-13T16:32:18.301Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2024-02-13T16:32:18.301Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2024-02-13T16:32:18.301Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2024-02-13T16:32:18.422Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2024-02-13T16:32:18.425Z | + do_assemble |
687 | 2024-02-13T16:32:18.425Z | + rm -r ./out/transceiver-control |
688 | 2024-02-13T16:32:18.427Z | + mkdir ./out/transceiver-control |
689 | 2024-02-13T16:32:18.428Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2024-02-13T16:32:18.606Z | All prerequisites installed successfully |
691 | 2024-02-13T16:32:18.609Z | |
692 | 2024-02-13T16:32:18.609Z | real 1:22.489895424 |
693 | 2024-02-13T16:32:18.610Z | user 33.337187280 |
694 | 2024-02-13T16:32:18.610Z | sys 6.440786363 |
695 | 2024-02-13T16:32:18.610Z | trap 0.013210402 |
696 | 2024-02-13T16:32:18.610Z | tflt 0.252593890 |
697 | 2024-02-13T16:32:18.610Z | dflt 0.576081842 |
698 | 2024-02-13T16:32:18.610Z | kflt 0.363463862 |
699 | 2024-02-13T16:32:18.610Z | lock 1.792672529 |
700 | 2024-02-13T16:32:18.610Z | slp 2:32.817469257 |
701 | 2024-02-13T16:32:18.610Z | lat 1.938172696 |
702 | 2024-02-13T16:32:18.610Z | stop 0.137110756 |
703 | 2024-02-13T16:32:18.610Z | + ptime -m ./tools/ci_download_softnpu_machinery |
704 | 2024-02-13T16:32:18.618Z | fetching npuzone |
705 | 2024-02-13T16:32:18.625Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
706 | 2024-02-13T16:32:18.625Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
707 | 2024-02-13T16:32:18.625Z | Getting hash for npuzone |
708 | 2024-02-13T16:32:18.760Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
709 | 2024-02-13T16:32:27.877Z | npuzone downloaded successfully |
710 | 2024-02-13T16:32:27.880Z | |
711 | 2024-02-13T16:32:27.883Z | real 9.268720722 |
712 | 2024-02-13T16:32:27.883Z | user 0.384645544 |
713 | 2024-02-13T16:32:27.883Z | sys 0.132896746 |
714 | 2024-02-13T16:32:27.884Z | trap 0.000198294 |
715 | 2024-02-13T16:32:27.884Z | tflt 0.000000000 |
716 | 2024-02-13T16:32:27.884Z | dflt 0.000003919 |
717 | 2024-02-13T16:32:27.884Z | kflt 0.000000000 |
718 | 2024-02-13T16:32:27.884Z | lock 0.000000000 |
719 | 2024-02-13T16:32:27.884Z | slp 27.160674181 |
720 | 2024-02-13T16:32:27.884Z | lat 0.095413833 |
721 | 2024-02-13T16:32:27.884Z | stop 0.000191798 |
722 | 2024-02-13T16:32:27.884Z | + export CARGO_INCREMENTAL=0 |
723 | 2024-02-13T16:32:27.884Z | + CARGO_INCREMENTAL=0 |
724 | 2024-02-13T16:32:27.884Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
725 | 2024-02-13T16:32:28.093Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
726 | 2024-02-13T16:32:28.466Z | Updating git repository `https://github.com/oxidecomputer/samael` |
727 | 2024-02-13T16:32:28.817Z | Updating crates.io index |
728 | 2024-02-13T16:32:28.955Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2024-02-13T16:32:29.658Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
730 | 2024-02-13T16:32:31.664Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
731 | 2024-02-13T16:32:32.330Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
732 | 2024-02-13T16:32:32.629Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
733 | 2024-02-13T16:32:32.920Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
734 | 2024-02-13T16:32:33.173Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2024-02-13T16:32:34.418Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2024-02-13T16:32:36.527Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2024-02-13T16:32:37.796Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
738 | 2024-02-13T16:32:38.102Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
739 | 2024-02-13T16:32:38.909Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
740 | 2024-02-13T16:32:39.222Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
741 | 2024-02-13T16:32:39.622Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
742 | 2024-02-13T16:32:40.019Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
743 | 2024-02-13T16:32:40.384Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
744 | 2024-02-13T16:32:40.938Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
745 | 2024-02-13T16:32:41.240Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
746 | 2024-02-13T16:32:41.784Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
747 | 2024-02-13T16:32:42.146Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
748 | 2024-02-13T16:32:42.457Z | Updating git repository `https://github.com/jgallagher/nix` |
749 | 2024-02-13T16:32:43.512Z | Updating git repository `https://github.com/cbiffle/hubpack` |
750 | 2024-02-13T16:32:43.999Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2024-02-13T16:32:45.531Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
752 | 2024-02-13T16:32:45.904Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
753 | 2024-02-13T16:32:46.236Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
754 | 2024-02-13T16:32:47.592Z | Downloading crates ... |
755 | 2024-02-13T16:32:47.878Z | Downloaded addr2line v0.21.0 |
756 | 2024-02-13T16:32:47.883Z | Downloaded itoa v1.0.9 |
757 | 2024-02-13T16:32:47.886Z | Downloaded chacha20 v0.9.1 |
758 | 2024-02-13T16:32:47.895Z | Downloaded ciborium-ll v0.2.2 |
759 | 2024-02-13T16:32:47.898Z | Downloaded chacha20poly1305 v0.10.1 |
760 | 2024-02-13T16:32:47.898Z | Downloaded crc v3.0.1 |
761 | 2024-02-13T16:32:47.901Z | Downloaded crossbeam v0.8.2 |
762 | 2024-02-13T16:32:47.904Z | Downloaded colorchoice v1.0.0 |
763 | 2024-02-13T16:32:47.907Z | Downloaded clap_derive v4.4.2 |
764 | 2024-02-13T16:32:47.918Z | Downloaded lazycell v1.3.0 |
765 | 2024-02-13T16:32:47.921Z | Downloaded clap_lex v0.5.1 |
766 | 2024-02-13T16:32:47.923Z | Downloaded libloading v0.7.4 |
767 | 2024-02-13T16:32:47.926Z | Downloaded is_ci v1.1.1 |
768 | 2024-02-13T16:32:47.926Z | Downloaded crunchy v0.2.2 |
769 | 2024-02-13T16:32:47.929Z | Downloaded const-oid v0.9.5 |
770 | 2024-02-13T16:32:47.932Z | Downloaded ipnetwork v0.20.0 |
771 | 2024-02-13T16:32:47.934Z | Downloaded impl-trait-for-tuples v0.2.2 |
772 | 2024-02-13T16:32:47.937Z | Downloaded atty v0.2.14 |
773 | 2024-02-13T16:32:47.940Z | Downloaded async-stream-impl v0.3.5 |
774 | 2024-02-13T16:32:47.943Z | Downloaded matches v0.1.10 |
775 | 2024-02-13T16:32:47.943Z | Downloaded ascii-canvas v3.0.0 |
776 | 2024-02-13T16:32:47.946Z | Downloaded atomic-waker v1.1.1 |
777 | 2024-02-13T16:32:47.946Z | Downloaded num-integer v0.1.45 |
778 | 2024-02-13T16:32:47.948Z | Downloaded crossbeam-deque v0.8.3 |
779 | 2024-02-13T16:32:47.951Z | Downloaded atomicwrites v0.4.3 |
780 | 2024-02-13T16:32:47.951Z | Downloaded scroll_derive v0.12.0 |
781 | 2024-02-13T16:32:47.954Z | Downloaded rusty-fork v0.3.0 |
782 | 2024-02-13T16:32:47.954Z | Downloaded nodrop v0.1.14 |
783 | 2024-02-13T16:32:47.960Z | Downloaded rustc-hash v1.1.0 |
784 | 2024-02-13T16:32:47.964Z | Downloaded num-iter v0.1.43 |
785 | 2024-02-13T16:32:47.964Z | Downloaded normalize-line-endings v0.3.0 |
786 | 2024-02-13T16:32:47.964Z | Downloaded newtype_derive v0.1.6 |
787 | 2024-02-13T16:32:47.966Z | Downloaded cstr-argument v0.1.2 |
788 | 2024-02-13T16:32:47.966Z | Downloaded lazy_static v1.4.0 |
789 | 2024-02-13T16:32:47.966Z | Downloaded ident_case v1.0.1 |
790 | 2024-02-13T16:32:47.969Z | Downloaded cpufeatures v0.2.12 |
791 | 2024-02-13T16:32:47.970Z | Downloaded semver v0.11.0 |
792 | 2024-02-13T16:32:47.972Z | Downloaded serde-hex v0.1.0 |
793 | 2024-02-13T16:32:47.975Z | Downloaded num-rational v0.4.1 |
794 | 2024-02-13T16:32:47.977Z | Downloaded multer v3.0.0 |
795 | 2024-02-13T16:32:47.980Z | Downloaded bitflags v1.3.2 |
796 | 2024-02-13T16:32:47.983Z | Downloaded crucible-workspace-hack v0.1.0 |
797 | 2024-02-13T16:32:47.986Z | Downloaded anstyle-query v1.0.0 |
798 | 2024-02-13T16:32:47.986Z | Downloaded argon2 v0.5.3 |
799 | 2024-02-13T16:32:47.989Z | Downloaded indoc v1.0.9 |
800 | 2024-02-13T16:32:47.993Z | Downloaded byteorder v1.5.0 |
801 | 2024-02-13T16:32:47.995Z | Downloaded num-traits v0.2.16 |
802 | 2024-02-13T16:32:47.999Z | Downloaded camino-tempfile v1.1.1 |
803 | 2024-02-13T16:32:48.002Z | Downloaded castaway v0.2.2 |
804 | 2024-02-13T16:32:48.007Z | Downloaded instant v0.1.12 |
805 | 2024-02-13T16:32:48.010Z | Downloaded block-buffer v0.10.4 |
806 | 2024-02-13T16:32:48.010Z | Downloaded humantime v2.1.0 |
807 | 2024-02-13T16:32:48.010Z | Downloaded home v0.5.5 |
808 | 2024-02-13T16:32:48.013Z | Downloaded bb8 v0.8.3 |
809 | 2024-02-13T16:32:48.013Z | Downloaded hubpack_derive v0.1.1 |
810 | 2024-02-13T16:32:48.016Z | Downloaded crc-any v2.4.3 |
811 | 2024-02-13T16:32:48.019Z | Downloaded ciborium-io v0.2.2 |
812 | 2024-02-13T16:32:48.019Z | Downloaded inout v0.1.3 |
813 | 2024-02-13T16:32:48.022Z | Downloaded httpdate v1.0.3 |
814 | 2024-02-13T16:32:48.024Z | Downloaded match_cfg v0.1.0 |
815 | 2024-02-13T16:32:48.024Z | Downloaded http-range v0.1.5 |
816 | 2024-02-13T16:32:48.024Z | Downloaded strum v0.25.0 |
817 | 2024-02-13T16:32:48.028Z | Downloaded lalrpop-util v0.19.12 |
818 | 2024-02-13T16:32:48.028Z | Downloaded async-trait v0.1.77 |
819 | 2024-02-13T16:32:48.032Z | Downloaded new_debug_unreachable v1.0.4 |
820 | 2024-02-13T16:32:48.034Z | Downloaded memmap v0.7.0 |
821 | 2024-02-13T16:32:48.037Z | Downloaded bit-vec v0.6.3 |
822 | 2024-02-13T16:32:48.037Z | Downloaded backoff v0.4.0 |
823 | 2024-02-13T16:32:48.040Z | Downloaded bcs v0.1.6 |
824 | 2024-02-13T16:32:48.043Z | Downloaded bitflags v2.4.0 |
825 | 2024-02-13T16:32:48.046Z | Downloaded hex v0.4.3 |
826 | 2024-02-13T16:32:48.049Z | Downloaded oso-derive v0.27.0 |
827 | 2024-02-13T16:32:48.049Z | Downloaded toolchain_find v0.2.0 |
828 | 2024-02-13T16:32:48.052Z | Downloaded try-lock v0.2.4 |
829 | 2024-02-13T16:32:48.052Z | Downloaded tinyvec_macros v0.1.1 |
830 | 2024-02-13T16:32:48.052Z | Downloaded cookie v0.18.0 |
831 | 2024-02-13T16:32:48.054Z | Downloaded mime v0.3.17 |
832 | 2024-02-13T16:32:48.057Z | Downloaded serde-big-array v0.4.1 |
833 | 2024-02-13T16:32:48.063Z | Downloaded lru v0.12.1 |
834 | 2024-02-13T16:32:48.063Z | Downloaded opaque-debug v0.3.0 |
835 | 2024-02-13T16:32:48.066Z | Downloaded vte_generate_state_changes v0.1.1 |
836 | 2024-02-13T16:32:48.066Z | Downloaded stability v0.1.1 |
837 | 2024-02-13T16:32:48.066Z | Downloaded waitgroup v0.1.2 |
838 | 2024-02-13T16:32:48.066Z | Downloaded iana-time-zone v0.1.57 |
839 | 2024-02-13T16:32:48.069Z | Downloaded linear-map v1.2.0 |
840 | 2024-02-13T16:32:48.069Z | Downloaded cfg-if v1.0.0 |
841 | 2024-02-13T16:32:48.072Z | Downloaded structmeta v0.2.0 |
842 | 2024-02-13T16:32:48.072Z | Downloaded lru-cache v0.1.2 |
843 | 2024-02-13T16:32:48.075Z | Downloaded whoami v1.4.1 |
844 | 2024-02-13T16:32:48.075Z | Downloaded memoffset v0.7.1 |
845 | 2024-02-13T16:32:48.077Z | Downloaded bzip2 v0.4.4 |
846 | 2024-02-13T16:32:48.080Z | Downloaded anyhow v1.0.75 |
847 | 2024-02-13T16:32:48.083Z | Downloaded cassowary v0.3.0 |
848 | 2024-02-13T16:32:48.086Z | Downloaded anstyle-parse v0.2.1 |
849 | 2024-02-13T16:32:48.086Z | Downloaded rand_xorshift v0.3.0 |
850 | 2024-02-13T16:32:48.089Z | Downloaded dtrace-parser v0.2.0 |
851 | 2024-02-13T16:32:48.089Z | Downloaded clang-sys v1.6.1 |
852 | 2024-02-13T16:32:48.092Z | Downloaded kstat-rs v0.2.3 |
853 | 2024-02-13T16:32:48.092Z | Downloaded arc-swap v1.6.0 |
854 | 2024-02-13T16:32:48.096Z | Downloaded openssl-macros v0.1.1 |
855 | 2024-02-13T16:32:48.099Z | Downloaded endian-type v0.1.2 |
856 | 2024-02-13T16:32:48.099Z | Downloaded topological-sort v0.2.2 |
857 | 2024-02-13T16:32:48.102Z | Downloaded either v1.9.0 |
858 | 2024-02-13T16:32:48.102Z | Downloaded tiny-keccak v2.0.2 |
859 | 2024-02-13T16:32:48.105Z | Downloaded thiserror-impl-no-std v2.0.2 |
860 | 2024-02-13T16:32:48.111Z | Downloaded rustls-pemfile v1.0.3 |
861 | 2024-02-13T16:32:48.114Z | Downloaded pretty-hex v0.4.1 |
862 | 2024-02-13T16:32:48.114Z | Downloaded digest v0.10.7 |
863 | 2024-02-13T16:32:48.114Z | Downloaded termios v0.3.3 |
864 | 2024-02-13T16:32:48.117Z | Downloaded peeking_take_while v0.1.2 |
865 | 2024-02-13T16:32:48.117Z | Downloaded log v0.4.20 |
866 | 2024-02-13T16:32:48.119Z | Downloaded md-5 v0.10.5 |
867 | 2024-02-13T16:32:48.119Z | Downloaded wait-timeout v0.2.0 |
868 | 2024-02-13T16:32:48.122Z | Downloaded debug-ignore v1.0.5 |
869 | 2024-02-13T16:32:48.122Z | Downloaded serde_derive v1.0.196 |
870 | 2024-02-13T16:32:48.125Z | Downloaded io-lifetimes v1.0.11 |
871 | 2024-02-13T16:32:48.128Z | Downloaded bytes v1.5.0 |
872 | 2024-02-13T16:32:48.132Z | Downloaded httparse v1.8.0 |
873 | 2024-02-13T16:32:48.135Z | Downloaded fd-lock v3.0.13 |
874 | 2024-02-13T16:32:48.137Z | Downloaded camino v1.1.6 |
875 | 2024-02-13T16:32:48.140Z | Downloaded num-complex v0.4.4 |
876 | 2024-02-13T16:32:48.143Z | Downloaded universal-hash v0.5.1 |
877 | 2024-02-13T16:32:48.143Z | Downloaded hyper-tls v0.5.0 |
878 | 2024-02-13T16:32:48.143Z | Downloaded tokio-native-tls v0.3.1 |
879 | 2024-02-13T16:32:48.147Z | Downloaded ciborium v0.2.2 |
880 | 2024-02-13T16:32:48.150Z | Downloaded crossbeam-utils v0.8.16 |
881 | 2024-02-13T16:32:48.153Z | Downloaded dyn-clone v1.0.16 |
882 | 2024-02-13T16:32:48.153Z | Downloaded crypto-bigint v0.5.2 |
883 | 2024-02-13T16:32:48.159Z | Downloaded openssl-probe v0.1.5 |
884 | 2024-02-13T16:32:48.164Z | Downloaded gethostname v0.4.3 |
885 | 2024-02-13T16:32:48.164Z | Downloaded darling v0.20.3 |
886 | 2024-02-13T16:32:48.167Z | Downloaded rustls-pemfile v2.0.0 |
887 | 2024-02-13T16:32:48.167Z | Downloaded nu-ansi-term v0.49.0 |
888 | 2024-02-13T16:32:48.170Z | Downloaded base64 v0.21.7 |
889 | 2024-02-13T16:32:48.173Z | Downloaded termtree v0.4.1 |
890 | 2024-02-13T16:32:48.176Z | Downloaded rustc_version v0.1.7 |
891 | 2024-02-13T16:32:48.176Z | Downloaded want v0.3.1 |
892 | 2024-02-13T16:32:48.179Z | Downloaded shell-words v1.1.0 |
893 | 2024-02-13T16:32:48.179Z | Downloaded indexmap v2.2.2 |
894 | 2024-02-13T16:32:48.182Z | Downloaded parse-size v1.0.0 |
895 | 2024-02-13T16:32:48.185Z | Downloaded password-hash v0.5.0 |
896 | 2024-02-13T16:32:48.188Z | Downloaded foreign-types v0.3.2 |
897 | 2024-02-13T16:32:48.188Z | Downloaded dtrace-parser v0.1.14 |
898 | 2024-02-13T16:32:48.188Z | Downloaded pin-project-lite v0.2.13 |
899 | 2024-02-13T16:32:48.192Z | Downloaded zerocopy v0.6.4 |
900 | 2024-02-13T16:32:48.195Z | Downloaded rand_chacha v0.3.1 |
901 | 2024-02-13T16:32:48.198Z | Downloaded crossterm v0.27.0 |
902 | 2024-02-13T16:32:48.202Z | Downloaded fastrand v2.0.1 |
903 | 2024-02-13T16:32:48.205Z | Downloaded proc-macro-error-attr v1.0.4 |
904 | 2024-02-13T16:32:48.613Z | Downloaded usdt-macro v0.5.0 |
905 | 2024-02-13T16:32:48.613Z | Downloaded quote v1.0.35 |
906 | 2024-02-13T16:32:48.619Z | Downloaded slog-scope v4.4.0 |
907 | 2024-02-13T16:32:48.619Z | Downloaded zip v0.6.6 |
908 | 2024-02-13T16:32:48.619Z | Downloaded phf v0.11.2 |
909 | 2024-02-13T16:32:48.619Z | Downloaded tower-service v0.3.2 |
910 | 2024-02-13T16:32:48.619Z | Downloaded fs-err v2.11.0 |
911 | 2024-02-13T16:32:48.619Z | Downloaded time-core v0.1.1 |
912 | 2024-02-13T16:32:48.619Z | Downloaded rpassword v7.3.1 |
913 | 2024-02-13T16:32:48.619Z | Downloaded miniz_oxide v0.7.1 |
914 | 2024-02-13T16:32:48.619Z | Downloaded rustls-pki-types v1.1.0 |
915 | 2024-02-13T16:32:48.619Z | Downloaded signature v1.6.4 |
916 | 2024-02-13T16:32:48.619Z | Downloaded strum v0.26.1 |
917 | 2024-02-13T16:32:48.619Z | Downloaded signal-hook-mio v0.2.3 |
918 | 2024-02-13T16:32:48.619Z | Downloaded secrecy v0.8.0 |
919 | 2024-02-13T16:32:48.619Z | Downloaded tar v0.4.40 |
920 | 2024-02-13T16:32:48.619Z | Downloaded glob v0.3.1 |
921 | 2024-02-13T16:32:48.619Z | Downloaded derive_builder_core v0.12.0 |
922 | 2024-02-13T16:32:48.619Z | Downloaded doc-comment v0.3.3 |
923 | 2024-02-13T16:32:48.620Z | Downloaded futures-executor v0.3.30 |
924 | 2024-02-13T16:32:48.620Z | Downloaded thread_local v1.1.7 |
925 | 2024-02-13T16:32:48.620Z | Downloaded walkdir v2.4.0 |
926 | 2024-02-13T16:32:48.620Z | Downloaded flagset v0.4.3 |
927 | 2024-02-13T16:32:48.620Z | Downloaded deranged v0.3.8 |
928 | 2024-02-13T16:32:48.620Z | Downloaded fixedbitset v0.4.2 |
929 | 2024-02-13T16:32:48.620Z | Downloaded fatfs v0.3.6 |
930 | 2024-02-13T16:32:48.620Z | Downloaded spki v0.7.2 |
931 | 2024-02-13T16:32:48.620Z | Downloaded utf8parse v0.2.1 |
932 | 2024-02-13T16:32:48.620Z | Downloaded rtoolbox v0.0.1 |
933 | 2024-02-13T16:32:48.620Z | Downloaded oso v0.27.0 |
934 | 2024-02-13T16:32:48.620Z | Downloaded cc v1.0.83 |
935 | 2024-02-13T16:32:48.620Z | Downloaded fragile v2.0.0 |
936 | 2024-02-13T16:32:48.620Z | Downloaded difflib v0.4.0 |
937 | 2024-02-13T16:32:48.620Z | Downloaded ref-cast v1.0.20 |
938 | 2024-02-13T16:32:48.620Z | Downloaded radium v0.7.0 |
939 | 2024-02-13T16:32:48.620Z | Downloaded parking_lot v0.11.2 |
940 | 2024-02-13T16:32:48.620Z | Downloaded take_mut v0.2.2 |
941 | 2024-02-13T16:32:48.620Z | Downloaded serde_yaml v0.9.25 |
942 | 2024-02-13T16:32:48.620Z | Downloaded diesel_derives v2.1.2 |
943 | 2024-02-13T16:32:48.620Z | Downloaded schemars v0.8.16 |
944 | 2024-02-13T16:32:48.620Z | Downloaded downcast v0.11.0 |
945 | 2024-02-13T16:32:48.620Z | Downloaded smf v0.2.2 |
946 | 2024-02-13T16:32:48.620Z | Downloaded phf_shared v0.10.0 |
947 | 2024-02-13T16:32:48.620Z | Downloaded headers-core v0.2.0 |
948 | 2024-02-13T16:32:48.620Z | Downloaded usdt v0.5.0 |
949 | 2024-02-13T16:32:48.621Z | Downloaded thiserror v1.0.56 |
950 | 2024-02-13T16:32:48.621Z | Downloaded precomputed-hash v0.1.1 |
951 | 2024-02-13T16:32:48.621Z | Downloaded textwrap v0.16.0 |
952 | 2024-02-13T16:32:48.621Z | Downloaded steno v0.4.0 |
953 | 2024-02-13T16:32:48.621Z | Downloaded slog-stdlog v4.1.1 |
954 | 2024-02-13T16:32:48.621Z | Downloaded wyz v0.5.1 |
955 | 2024-02-13T16:32:48.621Z | Downloaded vec_map v0.8.2 |
956 | 2024-02-13T16:32:48.621Z | Downloaded same-file v1.0.6 |
957 | 2024-02-13T16:32:48.621Z | Downloaded dirs-sys-next v0.1.2 |
958 | 2024-02-13T16:32:48.621Z | Downloaded time-macros v0.2.13 |
959 | 2024-02-13T16:32:48.621Z | Downloaded globset v0.4.13 |
960 | 2024-02-13T16:32:48.621Z | Downloaded untrusted v0.9.0 |
961 | 2024-02-13T16:32:48.621Z | Downloaded version_check v0.9.4 |
962 | 2024-02-13T16:32:48.621Z | Downloaded tokio-rustls v0.25.0 |
963 | 2024-02-13T16:32:48.621Z | Downloaded signature v2.1.0 |
964 | 2024-02-13T16:32:48.621Z | Downloaded tokio-macros v2.2.0 |
965 | 2024-02-13T16:32:48.621Z | Downloaded sct v0.7.0 |
966 | 2024-02-13T16:32:48.621Z | Downloaded spin v0.5.2 |
967 | 2024-02-13T16:32:48.621Z | Downloaded pkcs8 v0.10.2 |
968 | 2024-02-13T16:32:48.621Z | Downloaded tap v1.0.1 |
969 | 2024-02-13T16:32:48.621Z | Downloaded phf_shared v0.11.2 |
970 | 2024-02-13T16:32:48.621Z | Downloaded dirs-next v2.0.0 |
971 | 2024-02-13T16:32:48.621Z | Downloaded rustc_version v0.4.0 |
972 | 2024-02-13T16:32:48.621Z | Downloaded dof v0.1.5 |
973 | 2024-02-13T16:32:48.621Z | Downloaded usdt v0.3.5 |
974 | 2024-02-13T16:32:48.621Z | Downloaded unicode-width v0.1.11 |
975 | 2024-02-13T16:32:48.622Z | Downloaded postgres-types v0.2.6 |
976 | 2024-02-13T16:32:48.622Z | Downloaded form_urlencoded v1.2.1 |
977 | 2024-02-13T16:32:48.622Z | Downloaded x509-cert v0.2.4 |
978 | 2024-02-13T16:32:48.622Z | Downloaded schemars_derive v0.8.16 |
979 | 2024-02-13T16:32:48.622Z | Downloaded plain v0.2.3 |
980 | 2024-02-13T16:32:48.622Z | Downloaded futures-sink v0.3.30 |
981 | 2024-02-13T16:32:48.622Z | Downloaded termcolor v1.2.0 |
982 | 2024-02-13T16:32:48.622Z | Downloaded der_derive v0.7.2 |
983 | 2024-02-13T16:32:48.622Z | Downloaded path-slash v0.1.5 |
984 | 2024-02-13T16:32:48.622Z | Downloaded parking_lot_core v0.8.6 |
985 | 2024-02-13T16:32:48.622Z | Downloaded omicron-zone-package v0.11.0 |
986 | 2024-02-13T16:32:48.622Z | Downloaded funty v2.0.0 |
987 | 2024-02-13T16:32:48.622Z | Downloaded swrite v0.1.0 |
988 | 2024-02-13T16:32:48.622Z | Downloaded clap v2.34.0 |
989 | 2024-02-13T16:32:48.622Z | Downloaded paste v1.0.14 |
990 | 2024-02-13T16:32:48.622Z | Downloaded scheduled-thread-pool v0.2.7 |
991 | 2024-02-13T16:32:48.622Z | Downloaded structmeta-derive v0.3.0 |
992 | 2024-02-13T16:32:48.622Z | Downloaded toml v0.7.8 |
993 | 2024-02-13T16:32:48.622Z | Downloaded rustyline v13.0.0 |
994 | 2024-02-13T16:32:48.622Z | Downloaded tokio-tungstenite v0.20.1 |
995 | 2024-02-13T16:32:48.622Z | Downloaded ryu v1.0.15 |
996 | 2024-02-13T16:32:48.622Z | Downloaded hashbrown v0.13.2 |
997 | 2024-02-13T16:32:48.622Z | Downloaded rayon-core v1.12.0 |
998 | 2024-02-13T16:32:48.622Z | Downloaded http v1.0.0 |
999 | 2024-02-13T16:32:48.622Z | Downloaded itertools v0.12.1 |
1000 | 2024-02-13T16:32:48.623Z | Downloaded untrusted v0.7.1 |
1001 | 2024-02-13T16:32:48.623Z | Downloaded test-strategy v0.3.1 |
1002 | 2024-02-13T16:32:48.623Z | Downloaded pretty-hex v0.2.1 |
1003 | 2024-02-13T16:32:48.623Z | Downloaded pem v3.0.2 |
1004 | 2024-02-13T16:32:48.623Z | Downloaded url v2.5.0 |
1005 | 2024-02-13T16:32:48.623Z | Downloaded resolv-conf v0.7.0 |
1006 | 2024-02-13T16:32:48.627Z | Downloaded fallible-iterator v0.2.0 |
1007 | 2024-02-13T16:32:48.627Z | Downloaded enum-as-inner v0.5.1 |
1008 | 2024-02-13T16:32:48.627Z | Downloaded serde_urlencoded v0.7.1 |
1009 | 2024-02-13T16:32:48.627Z | Downloaded hash32 v0.3.1 |
1010 | 2024-02-13T16:32:48.627Z | Downloaded parking_lot_core v0.9.8 |
1011 | 2024-02-13T16:32:48.627Z | Downloaded ena v0.14.2 |
1012 | 2024-02-13T16:32:48.627Z | Downloaded ron v0.8.1 |
1013 | 2024-02-13T16:32:48.627Z | Downloaded defmt-parser v0.3.3 |
1014 | 2024-02-13T16:32:48.627Z | Downloaded structmeta-derive v0.2.0 |
1015 | 2024-02-13T16:32:48.627Z | Downloaded platforms v3.0.2 |
1016 | 2024-02-13T16:32:48.627Z | Downloaded tinyvec v1.6.0 |
1017 | 2024-02-13T16:32:48.627Z | Downloaded structmeta v0.3.0 |
1018 | 2024-02-13T16:32:48.627Z | Downloaded string_cache v0.8.7 |
1019 | 2024-02-13T16:32:48.627Z | Downloaded getopts v0.2.21 |
1020 | 2024-02-13T16:32:48.627Z | Downloaded utf-8 v0.7.6 |
1021 | 2024-02-13T16:32:48.627Z | Downloaded toml_datetime v0.6.5 |
1022 | 2024-02-13T16:32:48.628Z | Downloaded signal-hook v0.3.17 |
1023 | 2024-02-13T16:32:48.628Z | Downloaded headers v0.3.9 |
1024 | 2024-02-13T16:32:48.628Z | Downloaded data-encoding v2.4.0 |
1025 | 2024-02-13T16:32:48.628Z | Downloaded smawk v0.3.1 |
1026 | 2024-02-13T16:32:48.628Z | Downloaded spin v0.9.8 |
1027 | 2024-02-13T16:32:48.628Z | Downloaded poly1305 v0.8.0 |
1028 | 2024-02-13T16:32:48.628Z | Downloaded memchr v2.6.3 |
1029 | 2024-02-13T16:32:48.628Z | Downloaded zeroize v1.7.0 |
1030 | 2024-02-13T16:32:48.628Z | Downloaded rand v0.8.5 |
1031 | 2024-02-13T16:32:48.628Z | Downloaded zeroize_derive v1.4.2 |
1032 | 2024-02-13T16:32:48.628Z | Downloaded rcgen v0.12.1 |
1033 | 2024-02-13T16:32:48.628Z | Downloaded quick-error v1.2.3 |
1034 | 2024-02-13T16:32:48.628Z | Downloaded static_assertions v1.1.0 |
1035 | 2024-02-13T16:32:48.628Z | Downloaded postcard v1.0.8 |
1036 | 2024-02-13T16:32:48.628Z | Downloaded serde_tokenstream v0.2.0 |
1037 | 2024-02-13T16:32:48.628Z | Downloaded terminal_size v0.2.6 |
1038 | 2024-02-13T16:32:48.628Z | Downloaded getrandom v0.2.10 |
1039 | 2024-02-13T16:32:48.628Z | Downloaded pest_derive v2.7.6 |
1040 | 2024-02-13T16:32:48.628Z | Downloaded once_cell v1.19.0 |
1041 | 2024-02-13T16:32:48.628Z | Downloaded derive_more v0.99.17 |
1042 | 2024-02-13T16:32:48.628Z | Downloaded uuid v1.7.0 |
1043 | 2024-02-13T16:32:48.628Z | Downloaded socket2 v0.5.5 |
1044 | 2024-02-13T16:32:48.628Z | Downloaded hkdf v0.12.4 |
1045 | 2024-02-13T16:32:48.628Z | Downloaded trust-dns-resolver v0.22.0 |
1046 | 2024-02-13T16:32:48.628Z | Downloaded toml_edit v0.21.1 |
1047 | 2024-02-13T16:32:48.628Z | Downloaded darling v0.14.4 |
1048 | 2024-02-13T16:32:48.629Z | Downloaded proc-macro-error v1.0.4 |
1049 | 2024-02-13T16:32:48.629Z | Downloaded futures-macro v0.3.30 |
1050 | 2024-02-13T16:32:48.629Z | Downloaded pest_meta v2.7.6 |
1051 | 2024-02-13T16:32:48.629Z | Downloaded darling_core v0.14.4 |
1052 | 2024-02-13T16:32:48.629Z | Downloaded unsafe-libyaml v0.2.10 |
1053 | 2024-02-13T16:32:48.629Z | Downloaded tokio-util v0.7.10 |
1054 | 2024-02-13T16:32:48.629Z | Downloaded itertools v0.10.5 |
1055 | 2024-02-13T16:32:48.629Z | Downloaded diff v0.1.13 |
1056 | 2024-02-13T16:32:48.629Z | Downloaded flate2 v1.0.28 |
1057 | 2024-02-13T16:32:48.629Z | Downloaded tokio-postgres v0.7.10 |
1058 | 2024-02-13T16:32:48.629Z | Downloaded unicode_categories v0.1.1 |
1059 | 2024-02-13T16:32:48.629Z | Downloaded heapless v0.7.16 |
1060 | 2024-02-13T16:32:48.629Z | Downloaded usdt-attr-macro v0.5.0 |
1061 | 2024-02-13T16:32:48.629Z | Downloaded unicode-normalization v0.1.22 |
1062 | 2024-02-13T16:32:48.629Z | Downloaded hash32 v0.2.1 |
1063 | 2024-02-13T16:32:48.629Z | Downloaded trust-dns-server v0.22.1 |
1064 | 2024-02-13T16:32:48.629Z | Downloaded toml v0.8.9 |
1065 | 2024-02-13T16:32:48.629Z | Downloaded siphasher v0.3.11 |
1066 | 2024-02-13T16:32:48.629Z | Downloaded serde_spanned v0.6.5 |
1067 | 2024-02-13T16:32:48.629Z | Downloaded der v0.7.8 |
1068 | 2024-02-13T16:32:48.629Z | Downloaded serde_path_to_error v0.1.15 |
1069 | 2024-02-13T16:32:48.629Z | Downloaded generic-array v0.14.7 |
1070 | 2024-02-13T16:32:48.629Z | Downloaded slog-async v2.8.0 |
1071 | 2024-02-13T16:32:48.629Z | Downloaded shlex v1.3.0 |
1072 | 2024-02-13T16:32:48.629Z | Downloaded num_enum v0.5.11 |
1073 | 2024-02-13T16:32:48.629Z | Downloaded serde_tokenstream v0.1.7 |
1074 | 2024-02-13T16:32:48.630Z | Downloaded pest v2.7.6 |
1075 | 2024-02-13T16:32:48.633Z | Downloaded regex-automata v0.1.10 |
1076 | 2024-02-13T16:32:48.636Z | Downloaded clap_builder v4.4.2 |
1077 | 2024-02-13T16:32:48.651Z | Downloaded rayon v1.8.0 |
1078 | 2024-02-13T16:32:48.663Z | Downloaded foreign-types-shared v0.1.1 |
1079 | 2024-02-13T16:32:48.666Z | Downloaded foreign-types-shared v0.3.1 |
1080 | 2024-02-13T16:32:48.666Z | Downloaded foreign-types-macros v0.2.3 |
1081 | 2024-02-13T16:32:48.666Z | Downloaded zone_cfg_derive v0.3.0 |
1082 | 2024-02-13T16:32:48.669Z | Downloaded number_prefix v0.4.0 |
1083 | 2024-02-13T16:32:48.669Z | Downloaded num_threads v0.1.6 |
1084 | 2024-02-13T16:32:48.669Z | Downloaded fxhash v0.2.1 |
1085 | 2024-02-13T16:32:48.671Z | Downloaded darling_macro v0.14.4 |
1086 | 2024-02-13T16:32:48.671Z | Downloaded darling_macro v0.20.3 |
1087 | 2024-02-13T16:32:48.671Z | Downloaded strum_macros v0.26.1 |
1088 | 2024-02-13T16:32:48.674Z | Downloaded zerocopy v0.7.32 |
1089 | 2024-02-13T16:32:48.689Z | Downloaded goblin v0.8.0 |
1090 | 2024-02-13T16:32:48.695Z | Downloaded predicates-core v1.0.6 |
1091 | 2024-02-13T16:32:48.699Z | Downloaded heck v0.3.3 |
1092 | 2024-02-13T16:32:48.699Z | Downloaded rustls-webpki v0.101.7 |
1093 | 2024-02-13T16:32:48.717Z | Downloaded reqwest v0.11.22 |
1094 | 2024-02-13T16:32:48.721Z | Downloaded usdt-impl v0.3.5 |
1095 | 2024-02-13T16:32:48.724Z | Downloaded thread-id v4.2.0 |
1096 | 2024-02-13T16:32:48.724Z | Downloaded zerocopy-derive v0.7.32 |
1097 | 2024-02-13T16:32:48.728Z | Downloaded similar v2.3.0 |
1098 | 2024-02-13T16:32:48.733Z | Downloaded stringprep v0.1.3 |
1099 | 2024-02-13T16:32:48.735Z | Downloaded predicates v3.1.0 |
1100 | 2024-02-13T16:32:48.738Z | Downloaded unicode-ident v1.0.12 |
1101 | 2024-02-13T16:32:48.741Z | Downloaded derive-where v1.2.7 |
1102 | 2024-02-13T16:32:48.745Z | Downloaded term v0.7.0 |
1103 | 2024-02-13T16:32:48.748Z | Downloaded sqlparser v0.43.1 |
1104 | 2024-02-13T16:32:48.754Z | Downloaded tungstenite v0.20.1 |
1105 | 2024-02-13T16:32:48.758Z | Downloaded quick-xml v0.30.0 |
1106 | 2024-02-13T16:32:48.762Z | Downloaded unicode-bidi v0.3.13 |
1107 | 2024-02-13T16:32:48.766Z | Downloaded prettyplease v0.2.16 |
1108 | 2024-02-13T16:32:48.769Z | Downloaded pem-rfc7468 v0.7.0 |
1109 | 2024-02-13T16:32:48.775Z | Downloaded syn v1.0.109 |
1110 | 2024-02-13T16:32:48.782Z | Downloaded winnow v0.5.15 |
1111 | 2024-02-13T16:32:48.790Z | Downloaded pin-project-internal v1.1.3 |
1112 | 2024-02-13T16:32:48.797Z | Downloaded ucd-trie v0.1.6 |
1113 | 2024-02-13T16:32:48.800Z | Downloaded idna v0.2.3 |
1114 | 2024-02-13T16:32:50.024Z | Downloaded derive_builder v0.12.0 |
1115 | 2024-02-13T16:32:50.029Z | Downloaded sha2 v0.10.8 |
1116 | 2024-02-13T16:32:50.029Z | Downloaded bstr v1.6.0 |
1117 | 2024-02-13T16:32:50.029Z | Downloaded tokio-stream v0.1.14 |
1118 | 2024-02-13T16:32:50.029Z | Downloaded salty v0.2.0 |
1119 | 2024-02-13T16:32:50.029Z | Downloaded vcpkg v0.2.15 |
1120 | 2024-02-13T16:32:50.030Z | Downloaded proptest v1.4.0 |
1121 | 2024-02-13T16:32:50.030Z | Downloaded gimli v0.28.0 |
1122 | 2024-02-13T16:32:50.030Z | Downloaded rustls v0.21.9 |
1123 | 2024-02-13T16:32:50.030Z | Downloaded rustls-webpki v0.102.1 |
1124 | 2024-02-13T16:32:50.030Z | Downloaded tabled v0.15.0 |
1125 | 2024-02-13T16:32:50.030Z | Downloaded radix_trie v0.2.1 |
1126 | 2024-02-13T16:32:50.030Z | Downloaded polar-core v0.27.0 |
1127 | 2024-02-13T16:32:50.030Z | Downloaded webpki-roots v0.25.2 |
1128 | 2024-02-13T16:32:50.030Z | Downloaded regex v1.10.3 |
1129 | 2024-02-13T16:32:50.030Z | Downloaded regex-syntax v0.6.29 |
1130 | 2024-02-13T16:32:50.030Z | Downloaded diesel v2.1.4 |
1131 | 2024-02-13T16:32:50.030Z | Downloaded syn v2.0.48 |
1132 | 2024-02-13T16:32:50.030Z | Downloaded sled v0.34.7 |
1133 | 2024-02-13T16:32:50.030Z | Downloaded zerocopy-derive v0.2.0 |
1134 | 2024-02-13T16:32:50.030Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1135 | 2024-02-13T16:32:50.030Z | Downloaded rustix v0.37.23 |
1136 | 2024-02-13T16:32:50.030Z | Downloaded tokio v1.36.0 |
1137 | 2024-02-13T16:32:50.030Z | Downloaded object v0.30.4 |
1138 | 2024-02-13T16:32:50.030Z | Downloaded smoltcp v0.11.0 |
1139 | 2024-02-13T16:32:50.030Z | Downloaded openssl v0.10.60 |
1140 | 2024-02-13T16:32:50.030Z | Downloaded futures-util v0.3.30 |
1141 | 2024-02-13T16:32:50.030Z | Downloaded regex-syntax v0.8.2 |
1142 | 2024-02-13T16:32:50.030Z | Downloaded ratatui v0.26.0 |
1143 | 2024-02-13T16:32:50.030Z | Downloaded curve25519-dalek v4.1.1 |
1144 | 2024-02-13T16:32:50.031Z | Downloaded h2 v0.3.24 |
1145 | 2024-02-13T16:32:50.031Z | Downloaded serde_with v3.6.0 |
1146 | 2024-02-13T16:32:50.031Z | Downloaded zerocopy-derive v0.6.4 |
1147 | 2024-02-13T16:32:50.031Z | Downloaded serde_json v1.0.113 |
1148 | 2024-02-13T16:32:50.031Z | Downloaded openapiv3 v2.0.0 |
1149 | 2024-02-13T16:32:50.031Z | Downloaded regex-automata v0.4.4 |
1150 | 2024-02-13T16:32:50.031Z | Downloaded regex-automata v0.3.8 |
1151 | 2024-02-13T16:32:50.031Z | Downloaded libc v0.2.153 |
1152 | 2024-02-13T16:32:50.031Z | Downloaded rustix v0.38.31 |
1153 | 2024-02-13T16:32:50.031Z | Downloaded sha3 v0.10.8 |
1154 | 2024-02-13T16:32:50.031Z | Downloaded trust-dns-proto v0.22.0 |
1155 | 2024-02-13T16:32:50.031Z | Downloaded rustls v0.22.2 |
1156 | 2024-02-13T16:32:50.031Z | Downloaded ring v0.17.7 |
1157 | 2024-02-13T16:32:50.031Z | Downloaded csv v1.3.0 |
1158 | 2024-02-13T16:32:50.031Z | Downloaded bstr v0.2.17 |
1159 | 2024-02-13T16:32:50.031Z | Downloaded encoding_rs v0.8.33 |
1160 | 2024-02-13T16:32:50.031Z | Downloaded typed-path v0.7.0 |
1161 | 2024-02-13T16:32:50.031Z | Downloaded object v0.32.1 |
1162 | 2024-02-13T16:32:50.031Z | Downloaded regress v0.7.1 |
1163 | 2024-02-13T16:32:50.031Z | Downloaded reedline v0.28.0 |
1164 | 2024-02-13T16:32:50.031Z | Downloaded hashbrown v0.12.3 |
1165 | 2024-02-13T16:32:50.031Z | Downloaded flume v0.11.0 |
1166 | 2024-02-13T16:32:50.031Z | Downloaded smoltcp v0.9.1 |
1167 | 2024-02-13T16:32:50.031Z | Downloaded papergrid v0.11.0 |
1168 | 2024-02-13T16:32:50.031Z | Downloaded idna v0.5.0 |
1169 | 2024-02-13T16:32:50.032Z | Downloaded predicates-tree v1.0.9 |
1170 | 2024-02-13T16:32:50.032Z | Downloaded futures-core v0.3.30 |
1171 | 2024-02-13T16:32:50.032Z | Downloaded futures v0.3.30 |
1172 | 2024-02-13T16:32:50.032Z | Downloaded proc-macro2 v1.0.78 |
1173 | 2024-02-13T16:32:50.032Z | Downloaded typenum v1.16.0 |
1174 | 2024-02-13T16:32:50.032Z | Downloaded lalrpop v0.19.12 |
1175 | 2024-02-13T16:32:50.032Z | Downloaded nix v0.27.1 |
1176 | 2024-02-13T16:32:50.032Z | Downloaded slog-envlogger v2.2.0 |
1177 | 2024-02-13T16:32:50.032Z | Downloaded zone v0.3.0 |
1178 | 2024-02-13T16:32:50.032Z | Downloaded which v4.4.0 |
1179 | 2024-02-13T16:32:50.032Z | Downloaded packed_struct v0.10.1 |
1180 | 2024-02-13T16:32:50.032Z | Downloaded portable-atomic v1.4.3 |
1181 | 2024-02-13T16:32:50.032Z | Downloaded percent-encoding v2.3.1 |
1182 | 2024-02-13T16:32:50.032Z | Downloaded foreign-types v0.5.0 |
1183 | 2024-02-13T16:32:50.032Z | Downloaded petgraph v0.6.4 |
1184 | 2024-02-13T16:32:50.032Z | Downloaded strip-ansi-escapes v0.2.0 |
1185 | 2024-02-13T16:32:50.032Z | Downloaded num_enum_derive v0.5.11 |
1186 | 2024-02-13T16:32:50.032Z | Downloaded usdt-impl v0.5.0 |
1187 | 2024-02-13T16:32:50.032Z | Downloaded half v2.3.1 |
1188 | 2024-02-13T16:32:50.032Z | Downloaded serde_plain v1.0.2 |
1189 | 2024-02-13T16:32:50.032Z | Downloaded semver v0.1.20 |
1190 | 2024-02-13T16:32:50.032Z | Downloaded packed_struct_codegen v0.10.1 |
1191 | 2024-02-13T16:32:50.032Z | Downloaded futures-task v0.3.30 |
1192 | 2024-02-13T16:32:50.032Z | Downloaded unarray v0.1.4 |
1193 | 2024-02-13T16:32:50.032Z | Downloaded synstructure v0.12.6 |
1194 | 2024-02-13T16:32:50.032Z | Downloaded slog-json v2.6.1 |
1195 | 2024-02-13T16:32:50.033Z | Downloaded futures-channel v0.3.30 |
1196 | 2024-02-13T16:32:50.033Z | Downloaded serde-big-array v0.5.1 |
1197 | 2024-02-13T16:32:50.033Z | Downloaded curve25519-dalek-derive v0.1.0 |
1198 | 2024-02-13T16:32:50.033Z | Downloaded tabled_derive v0.7.0 |
1199 | 2024-02-13T16:32:50.033Z | Downloaded hyper v0.14.27 |
1200 | 2024-02-13T16:32:50.033Z | Downloaded tempfile v3.10.0 |
1201 | 2024-02-13T16:32:50.033Z | Downloaded unicase v2.7.0 |
1202 | 2024-02-13T16:32:50.033Z | Downloaded subprocess v0.2.9 |
1203 | 2024-02-13T16:32:50.033Z | Downloaded bindgen v0.69.2 |
1204 | 2024-02-13T16:32:50.033Z | Downloaded strsim v0.8.0 |
1205 | 2024-02-13T16:32:50.033Z | Downloaded sqlparser_derive v0.2.2 |
1206 | 2024-02-13T16:32:50.033Z | Downloaded csv-core v0.1.11 |
1207 | 2024-02-13T16:32:50.033Z | Downloaded bitvec v1.0.1 |
1208 | 2024-02-13T16:32:50.033Z | Downloaded openssl-sys v0.9.96 |
1209 | 2024-02-13T16:32:50.033Z | Downloaded pin-project v1.1.3 |
1210 | 2024-02-13T16:32:50.033Z | Downloaded tokio-rustls v0.24.1 |
1211 | 2024-02-13T16:32:50.033Z | Downloaded yasna v0.5.2 |
1212 | 2024-02-13T16:32:50.033Z | Downloaded pkcs1 v0.7.5 |
1213 | 2024-02-13T16:32:50.033Z | Downloaded time v0.3.27 |
1214 | 2024-02-13T16:32:50.033Z | Downloaded hashbrown v0.14.2 |
1215 | 2024-02-13T16:32:50.038Z | Downloaded ring v0.16.20 |
1216 | 2024-02-13T16:32:50.038Z | Downloaded blake3 v1.5.0 |
1217 | 2024-02-13T16:32:50.038Z | Downloaded tough v0.16.0 |
1218 | 2024-02-13T16:32:50.038Z | Downloaded unicode-segmentation v1.10.1 |
1219 | 2024-02-13T16:32:50.038Z | Downloaded thiserror-no-std v2.0.2 |
1220 | 2024-02-13T16:32:50.038Z | Downloaded serde v1.0.196 |
1221 | 2024-02-13T16:32:50.038Z | Downloaded mio v0.8.9 |
1222 | 2024-02-13T16:32:50.038Z | Downloaded chrono v0.4.31 |
1223 | 2024-02-13T16:32:50.038Z | Downloaded http v0.2.11 |
1224 | 2024-02-13T16:32:50.038Z | Downloaded ed25519 v1.5.3 |
1225 | 2024-02-13T16:32:50.038Z | Downloaded parse-display-derive v0.9.0 |
1226 | 2024-02-13T16:32:50.039Z | Downloaded serde_repr v0.1.16 |
1227 | 2024-02-13T16:32:50.039Z | Downloaded futures-io v0.3.30 |
1228 | 2024-02-13T16:32:50.039Z | Downloaded defmt v0.3.5 |
1229 | 2024-02-13T16:32:50.039Z | Downloaded toml_edit v0.19.15 |
1230 | 2024-02-13T16:32:50.039Z | Downloaded parking_lot v0.12.1 |
1231 | 2024-02-13T16:32:50.039Z | Downloaded smallvec v1.13.1 |
1232 | 2024-02-13T16:32:50.039Z | Downloaded owo-colors v4.0.0 |
1233 | 2024-02-13T16:32:50.039Z | Downloaded aho-corasick v1.0.4 |
1234 | 2024-02-13T16:32:50.039Z | Downloaded subtle v2.5.0 |
1235 | 2024-02-13T16:32:50.039Z | Downloaded rustversion v1.0.14 |
1236 | 2024-02-13T16:32:50.039Z | Downloaded trust-dns-client v0.22.0 |
1237 | 2024-02-13T16:32:50.039Z | Downloaded tracing-attributes v0.1.26 |
1238 | 2024-02-13T16:32:50.039Z | Downloaded minimal-lexical v0.2.1 |
1239 | 2024-02-13T16:32:50.039Z | Downloaded rustfmt-wrapper v0.2.0 |
1240 | 2024-02-13T16:32:50.039Z | Downloaded group v0.13.0 |
1241 | 2024-02-13T16:32:50.039Z | Downloaded strsim v0.10.0 |
1242 | 2024-02-13T16:32:50.039Z | Downloaded pin-utils v0.1.0 |
1243 | 2024-02-13T16:32:50.039Z | Downloaded zerocopy v0.3.0 |
1244 | 2024-02-13T16:32:50.039Z | Downloaded thiserror-impl v1.0.56 |
1245 | 2024-02-13T16:32:50.039Z | Downloaded postgres-protocol v0.6.6 |
1246 | 2024-02-13T16:32:50.039Z | Downloaded slog v2.7.0 |
1247 | 2024-02-13T16:32:50.039Z | Downloaded ppv-lite86 v0.2.17 |
1248 | 2024-02-13T16:32:50.039Z | Downloaded indicatif v0.17.7 |
1249 | 2024-02-13T16:32:50.039Z | Downloaded snafu v0.7.5 |
1250 | 2024-02-13T16:32:50.039Z | Downloaded structopt v0.3.26 |
1251 | 2024-02-13T16:32:50.039Z | Downloaded heapless v0.8.0 |
1252 | 2024-02-13T16:32:50.040Z | Downloaded libm v0.2.7 |
1253 | 2024-02-13T16:32:50.040Z | Downloaded fd-lock v4.0.2 |
1254 | 2024-02-13T16:32:50.040Z | Downloaded rsa v0.9.2 |
1255 | 2024-02-13T16:32:50.040Z | Downloaded strum_macros v0.25.2 |
1256 | 2024-02-13T16:32:50.040Z | Downloaded slog-bunyan v2.5.0 |
1257 | 2024-02-13T16:32:50.040Z | Downloaded ref-cast-impl v1.0.20 |
1258 | 2024-02-13T16:32:50.040Z | Downloaded toml v0.5.11 |
1259 | 2024-02-13T16:32:50.040Z | Downloaded darling_core v0.20.3 |
1260 | 2024-02-13T16:32:50.040Z | Downloaded sha1 v0.10.6 |
1261 | 2024-02-13T16:32:50.040Z | Downloaded pkg-config v0.3.27 |
1262 | 2024-02-13T16:32:50.040Z | Downloaded olpc-cjson v0.1.3 |
1263 | 2024-02-13T16:32:50.040Z | Downloaded filetime v0.2.23 |
1264 | 2024-02-13T16:32:50.040Z | Downloaded scopeguard v1.2.0 |
1265 | 2024-02-13T16:32:50.040Z | Downloaded num v0.4.1 |
1266 | 2024-02-13T16:32:50.040Z | Downloaded float-cmp v0.9.0 |
1267 | 2024-02-13T16:32:50.040Z | Downloaded smallvec v0.6.14 |
1268 | 2024-02-13T16:32:50.040Z | Downloaded tracing-core v0.1.31 |
1269 | 2024-02-13T16:32:50.040Z | Downloaded num-bigint-dig v0.8.4 |
1270 | 2024-02-13T16:32:50.040Z | Downloaded nom v7.1.3 |
1271 | 2024-02-13T16:32:50.040Z | Downloaded libxml v0.3.3 |
1272 | 2024-02-13T16:32:50.040Z | Downloaded structopt-derive v0.4.18 |
1273 | 2024-02-13T16:32:50.040Z | Downloaded tracing v0.1.37 |
1274 | 2024-02-13T16:32:50.040Z | Downloaded elliptic-curve v0.13.8 |
1275 | 2024-02-13T16:32:50.040Z | Downloaded num-bigint v0.4.4 |
1276 | 2024-02-13T16:32:50.040Z | Downloaded rand_core v0.6.4 |
1277 | 2024-02-13T16:32:50.041Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1278 | 2024-02-13T16:32:50.041Z | Downloaded defmt-macros v0.3.6 |
1279 | 2024-02-13T16:32:50.041Z | Downloaded dof v0.3.0 |
1280 | 2024-02-13T16:32:50.041Z | Downloaded tui-tree-widget v0.17.0 |
1281 | 2024-02-13T16:32:50.041Z | Downloaded unicode-linebreak v0.1.5 |
1282 | 2024-02-13T16:32:50.041Z | Downloaded slog-dtrace v0.3.0 |
1283 | 2024-02-13T16:32:50.041Z | Downloaded strum_macros v0.24.3 |
1284 | 2024-02-13T16:32:50.041Z | Downloaded fnv v1.0.7 |
1285 | 2024-02-13T16:32:50.041Z | Downloaded textwrap v0.11.0 |
1286 | 2024-02-13T16:32:50.041Z | Downloaded proc-macro-crate v1.3.1 |
1287 | 2024-02-13T16:32:50.041Z | Downloaded r2d2 v0.8.10 |
1288 | 2024-02-13T16:32:50.041Z | Downloaded backtrace v0.3.69 |
1289 | 2024-02-13T16:32:50.041Z | Downloaded unicode-xid v0.2.4 |
1290 | 2024-02-13T16:32:50.041Z | Downloaded xattr v1.0.1 |
1291 | 2024-02-13T16:32:50.041Z | Downloaded vte v0.11.1 |
1292 | 2024-02-13T16:32:50.041Z | Downloaded stable_deref_trait v1.2.0 |
1293 | 2024-02-13T16:32:50.041Z | Downloaded sec1 v0.7.3 |
1294 | 2024-02-13T16:32:50.041Z | Downloaded usdt-attr-macro v0.3.5 |
1295 | 2024-02-13T16:32:50.041Z | Downloaded display-error-chain v0.2.0 |
1296 | 2024-02-13T16:32:50.041Z | Downloaded colored v2.0.4 |
1297 | 2024-02-13T16:32:50.041Z | Downloaded socket2 v0.4.9 |
1298 | 2024-02-13T16:32:50.041Z | Downloaded ipnet v2.9.0 |
1299 | 2024-02-13T16:32:50.041Z | Downloaded indoc v2.0.3 |
1300 | 2024-02-13T16:32:50.041Z | Downloaded cancel-safe-futures v0.1.5 |
1301 | 2024-02-13T16:32:50.041Z | Downloaded errno v0.3.8 |
1302 | 2024-02-13T16:32:50.041Z | Downloaded mime_guess v2.0.4 |
1303 | 2024-02-13T16:32:50.042Z | Downloaded embedded-io v0.4.0 |
1304 | 2024-02-13T16:32:50.042Z | Downloaded hyper-rustls v0.24.2 |
1305 | 2024-02-13T16:32:50.042Z | Downloaded slog-term v2.9.0 |
1306 | 2024-02-13T16:32:50.042Z | Downloaded env_logger v0.10.0 |
1307 | 2024-02-13T16:32:50.042Z | Downloaded vsss-rs v3.3.4 |
1308 | 2024-02-13T16:32:50.042Z | Downloaded bytecount v0.6.3 |
1309 | 2024-02-13T16:32:50.042Z | Downloaded scroll v0.12.0 |
1310 | 2024-02-13T16:32:50.042Z | Downloaded crossbeam-epoch v0.9.15 |
1311 | 2024-02-13T16:32:50.042Z | Downloaded semver-parser v0.10.2 |
1312 | 2024-02-13T16:32:50.042Z | Downloaded ff v0.13.0 |
1313 | 2024-02-13T16:32:50.042Z | Downloaded serde_with_macros v3.6.0 |
1314 | 2024-02-13T16:32:50.042Z | Downloaded snafu-derive v0.7.5 |
1315 | 2024-02-13T16:32:50.045Z | Downloaded pest_generator v2.7.6 |
1316 | 2024-02-13T16:32:50.045Z | Downloaded usdt-macro v0.3.5 |
1317 | 2024-02-13T16:32:50.045Z | Downloaded parse-display v0.9.0 |
1318 | 2024-02-13T16:32:50.046Z | Downloaded equivalent v1.0.1 |
1319 | 2024-02-13T16:32:50.046Z | Downloaded derive_builder_macro v0.12.0 |
1320 | 2024-02-13T16:32:50.046Z | Downloaded allocator-api2 v0.2.16 |
1321 | 2024-02-13T16:32:50.046Z | Downloaded semver v1.0.21 |
1322 | 2024-02-13T16:32:50.046Z | Downloaded crossbeam-channel v0.5.8 |
1323 | 2024-02-13T16:32:50.046Z | Downloaded hyper-staticfile v0.9.5 |
1324 | 2024-02-13T16:32:50.046Z | Downloaded blake2 v0.10.6 |
1325 | 2024-02-13T16:32:50.046Z | Downloaded hmac v0.12.1 |
1326 | 2024-02-13T16:32:50.046Z | Downloaded http-body v0.4.5 |
1327 | 2024-02-13T16:32:50.046Z | Downloaded constant_time_eq v0.3.0 |
1328 | 2024-02-13T16:32:50.046Z | Downloaded crypto-common v0.1.6 |
1329 | 2024-02-13T16:32:50.046Z | Downloaded cobs v0.2.3 |
1330 | 2024-02-13T16:32:50.046Z | Downloaded memoffset v0.9.0 |
1331 | 2024-02-13T16:32:50.046Z | Downloaded managed v0.8.0 |
1332 | 2024-02-13T16:32:50.046Z | Downloaded hubpack v0.1.2 |
1333 | 2024-02-13T16:32:50.046Z | Downloaded supports-color v2.1.0 |
1334 | 2024-02-13T16:32:50.046Z | Downloaded sqlformat v0.2.3 |
1335 | 2024-02-13T16:32:50.046Z | Downloaded slab v0.4.9 |
1336 | 2024-02-13T16:32:50.049Z | Downloaded mockall v0.12.0 |
1337 | 2024-02-13T16:32:50.049Z | Downloaded memmap2 v0.7.1 |
1338 | 2024-02-13T16:32:50.049Z | Downloaded maplit v1.0.2 |
1339 | 2024-02-13T16:32:50.052Z | Downloaded compact_str v0.7.1 |
1340 | 2024-02-13T16:32:50.055Z | Downloaded signal-hook-registry v1.4.1 |
1341 | 2024-02-13T16:32:50.055Z | Downloaded lock_api v0.4.10 |
1342 | 2024-02-13T16:32:50.055Z | Downloaded base64ct v1.6.0 |
1343 | 2024-02-13T16:32:50.058Z | Downloaded ahash v0.8.7 |
1344 | 2024-02-13T16:32:50.061Z | Downloaded hostname v0.3.1 |
1345 | 2024-02-13T16:32:50.061Z | Downloaded buf-list v1.0.3 |
1346 | 2024-02-13T16:32:50.064Z | Downloaded signal-hook-tokio v0.3.1 |
1347 | 2024-02-13T16:32:50.064Z | Downloaded nibble_vec v0.1.0 |
1348 | 2024-02-13T16:32:50.067Z | Downloaded maybe-uninit v2.0.0 |
1349 | 2024-02-13T16:32:50.067Z | Downloaded crc32fast v1.3.2 |
1350 | 2024-02-13T16:32:50.067Z | Downloaded multimap v0.8.3 |
1351 | 2024-02-13T16:32:50.070Z | Downloaded keccak v0.1.4 |
1352 | 2024-02-13T16:32:50.070Z | Downloaded convert_case v0.4.0 |
1353 | 2024-02-13T16:32:50.070Z | Downloaded cipher v0.4.4 |
1354 | 2024-02-13T16:32:50.073Z | Downloaded bitfield v0.14.0 |
1355 | 2024-02-13T16:32:50.073Z | Downloaded block-padding v0.3.3 |
1356 | 2024-02-13T16:32:50.073Z | Downloaded highway v1.1.0 |
1357 | 2024-02-13T16:32:50.076Z | Downloaded bit-set v0.5.3 |
1358 | 2024-02-13T16:32:50.076Z | Downloaded macaddr v1.0.1 |
1359 | 2024-02-13T16:32:50.079Z | Downloaded corncobs v0.1.3 |
1360 | 2024-02-13T16:32:50.079Z | Downloaded base16ct v0.2.0 |
1361 | 2024-02-13T16:32:50.079Z | Downloaded async-recursion v1.0.5 |
1362 | 2024-02-13T16:32:50.082Z | Downloaded arrayref v0.3.7 |
1363 | 2024-02-13T16:32:50.082Z | Downloaded ansi_term v0.12.1 |
1364 | 2024-02-13T16:32:50.087Z | Downloaded arrayvec v0.7.4 |
1365 | 2024-02-13T16:32:50.087Z | Downloaded mockall_derive v0.12.0 |
1366 | 2024-02-13T16:32:50.090Z | Downloaded is-terminal v0.4.9 |
1367 | 2024-02-13T16:32:50.090Z | Downloaded cexpr v0.6.0 |
1368 | 2024-02-13T16:32:50.090Z | Downloaded console v0.15.8 |
1369 | 2024-02-13T16:32:50.093Z | Downloaded async-stream v0.3.5 |
1370 | 2024-02-13T16:32:50.093Z | Downloaded autocfg v1.1.0 |
1371 | 2024-02-13T16:32:50.096Z | Downloaded anstream v0.5.0 |
1372 | 2024-02-13T16:32:50.096Z | Downloaded anstyle v1.0.2 |
1373 | 2024-02-13T16:32:50.099Z | Downloaded crossbeam-queue v0.3.8 |
1374 | 2024-02-13T16:32:50.099Z | Downloaded heck v0.4.1 |
1375 | 2024-02-13T16:32:50.102Z | Downloaded adler v1.0.2 |
1376 | 2024-02-13T16:32:50.102Z | Downloaded serde_derive_internals v0.26.0 |
1377 | 2024-02-13T16:32:50.104Z | Downloaded rustc-demangle v0.1.23 |
1378 | 2024-02-13T16:32:50.105Z | Downloaded libsw v3.3.1 |
1379 | 2024-02-13T16:32:50.107Z | Downloaded array-init v0.0.4 |
1380 | 2024-02-13T16:32:50.107Z | Downloaded num_cpus v1.16.0 |
1381 | 2024-02-13T16:32:50.110Z | Downloaded num-derive v0.4.0 |
1382 | 2024-02-13T16:32:50.110Z | Downloaded indexmap v1.9.3 |
1383 | 2024-02-13T16:32:50.113Z | Downloaded linked-hash-map v0.5.6 |
1384 | 2024-02-13T16:32:50.116Z | Downloaded libefi-sys v0.1.0 |
1385 | 2024-02-13T16:32:50.116Z | Downloaded assert_matches v1.5.0 |
1386 | 2024-02-13T16:32:50.116Z | Downloaded aead v0.5.2 |
1387 | 2024-02-13T16:32:50.118Z | Downloaded native-tls v0.2.11 |
1388 | 2024-02-13T16:32:50.118Z | Downloaded nanorand v0.7.0 |
1389 | 2024-02-13T16:32:50.121Z | Downloaded crc-catalog v2.2.0 |
1390 | 2024-02-13T16:32:50.121Z | Downloaded clap v4.4.3 |
1391 | 2024-02-13T16:32:50.492Z | Compiling proc-macro2 v1.0.78 |
1392 | 2024-02-13T16:32:50.492Z | Compiling unicode-ident v1.0.12 |
1393 | 2024-02-13T16:32:50.495Z | Compiling libc v0.2.153 |
1394 | 2024-02-13T16:32:50.495Z | Compiling serde v1.0.196 |
1395 | 2024-02-13T16:32:50.495Z | Compiling autocfg v1.1.0 |
1396 | 2024-02-13T16:32:50.534Z | Compiling version_check v0.9.4 |
1397 | 2024-02-13T16:32:50.537Z | Compiling cfg-if v1.0.0 |
1398 | 2024-02-13T16:32:50.691Z | Compiling once_cell v1.19.0 |
1399 | 2024-02-13T16:32:50.709Z | Compiling syn v1.0.109 |
1400 | 2024-02-13T16:32:50.735Z | Compiling byteorder v1.5.0 |
1401 | 2024-02-13T16:32:51.055Z | Compiling memchr v2.6.3 |
1402 | 2024-02-13T16:32:51.121Z | Compiling ahash v0.8.7 |
1403 | 2024-02-13T16:32:51.136Z | Compiling parking_lot_core v0.9.8 |
1404 | 2024-02-13T16:32:51.153Z | Compiling lock_api v0.4.10 |
1405 | 2024-02-13T16:32:51.936Z | Compiling libm v0.2.7 |
1406 | 2024-02-13T16:32:51.941Z | Compiling serde_json v1.0.113 |
1407 | 2024-02-13T16:32:51.942Z | Compiling num-traits v0.2.16 |
1408 | 2024-02-13T16:32:52.206Z | Compiling thiserror v1.0.56 |
1409 | 2024-02-13T16:32:52.296Z | Compiling scopeguard v1.2.0 |
1410 | 2024-02-13T16:32:52.302Z | Compiling typenum v1.16.0 |
1411 | 2024-02-13T16:32:52.435Z | Compiling generic-array v0.14.7 |
1412 | 2024-02-13T16:32:52.758Z | Compiling itoa v1.0.9 |
1413 | 2024-02-13T16:32:53.121Z | Compiling quote v1.0.35 |
1414 | 2024-02-13T16:32:53.201Z | Compiling log v0.4.20 |
1415 | 2024-02-13T16:32:53.342Z | Compiling pkg-config v0.3.27 |
1416 | 2024-02-13T16:32:53.769Z | Compiling syn v2.0.48 |
1417 | 2024-02-13T16:32:53.855Z | Compiling cc v1.0.83 |
1418 | 2024-02-13T16:32:53.880Z | Compiling getrandom v0.2.10 |
1419 | 2024-02-13T16:32:54.347Z | Compiling slab v0.4.9 |
1420 | 2024-02-13T16:32:54.605Z | Compiling ryu v1.0.15 |
1421 | 2024-02-13T16:32:54.757Z | Compiling pin-project-lite v0.2.13 |
1422 | 2024-02-13T16:32:54.777Z | Compiling smallvec v1.13.1 |
1423 | 2024-02-13T16:32:54.911Z | Compiling allocator-api2 v0.2.16 |
1424 | 2024-02-13T16:32:54.930Z | Compiling equivalent v1.0.1 |
1425 | 2024-02-13T16:32:55.069Z | Compiling heck v0.4.1 |
1426 | 2024-02-13T16:32:55.137Z | Compiling vcpkg v0.2.15 |
1427 | 2024-02-13T16:32:55.493Z | Compiling schemars v0.8.16 |
1428 | 2024-02-13T16:32:55.746Z | Compiling parking_lot v0.12.1 |
1429 | 2024-02-13T16:32:56.494Z | Compiling ring v0.17.7 |
1430 | 2024-02-13T16:32:56.915Z | Compiling openssl-sys v0.9.96 |
1431 | 2024-02-13T16:32:57.064Z | Compiling signal-hook-registry v1.4.1 |
1432 | 2024-02-13T16:32:57.805Z | Compiling rand_core v0.6.4 |
1433 | 2024-02-13T16:32:58.190Z | Compiling mio v0.8.9 |
1434 | 2024-02-13T16:32:59.261Z | Compiling ring v0.16.20 |
1435 | 2024-02-13T16:32:59.956Z | Compiling socket2 v0.5.5 |
1436 | 2024-02-13T16:33:00.163Z | Compiling num_cpus v1.16.0 |
1437 | 2024-02-13T16:33:00.296Z | Compiling ucd-trie v0.1.6 |
1438 | 2024-02-13T16:33:00.300Z | Compiling httparse v1.8.0 |
1439 | 2024-02-13T16:33:00.448Z | Compiling futures-core v0.3.30 |
1440 | 2024-02-13T16:33:00.747Z | Compiling crossbeam-utils v0.8.16 |
1441 | 2024-02-13T16:33:00.767Z | Compiling semver v1.0.21 |
1442 | 2024-02-13T16:33:00.894Z | Compiling openssl v0.10.60 |
1443 | 2024-02-13T16:33:00.924Z | Compiling fnv v1.0.7 |
1444 | 2024-02-13T16:33:01.037Z | Compiling spin v0.5.2 |
1445 | 2024-02-13T16:33:01.197Z | Compiling serde_derive_internals v0.26.0 |
1446 | 2024-02-13T16:33:01.341Z | Compiling iana-time-zone v0.1.57 |
1447 | 2024-02-13T16:33:01.537Z | Compiling native-tls v0.2.11 |
1448 | 2024-02-13T16:33:01.689Z | Compiling rustls v0.21.9 |
1449 | 2024-02-13T16:33:01.745Z | Compiling const-oid v0.9.5 |
1450 | 2024-02-13T16:33:01.860Z | Compiling subtle v2.5.0 |
1451 | 2024-02-13T16:33:02.148Z | Compiling unicode-xid v0.2.4 |
1452 | 2024-02-13T16:33:02.314Z | Compiling synstructure v0.12.6 |
1453 | 2024-02-13T16:33:02.809Z | Compiling spin v0.9.8 |
1454 | 2024-02-13T16:33:02.867Z | Compiling memoffset v0.9.0 |
1455 | 2024-02-13T16:33:03.327Z | Compiling futures-sink v0.3.30 |
1456 | 2024-02-13T16:33:03.511Z | Compiling io-lifetimes v1.0.11 |
1457 | 2024-02-13T16:33:03.709Z | Compiling backtrace v0.3.69 |
1458 | 2024-02-13T16:33:03.875Z | Compiling rustix v0.38.31 |
1459 | 2024-02-13T16:33:03.928Z | Compiling tinyvec_macros v0.1.1 |
1460 | 2024-02-13T16:33:03.947Z | Compiling winnow v0.5.15 |
1461 | 2024-02-13T16:33:04.010Z | Compiling dyn-clone v1.0.16 |
1462 | 2024-02-13T16:33:04.109Z | Compiling tinyvec v1.6.0 |
1463 | 2024-02-13T16:33:04.445Z | Compiling futures-channel v0.3.30 |
1464 | 2024-02-13T16:33:04.557Z | Compiling tracing-core v0.1.31 |
1465 | 2024-02-13T16:33:04.906Z | Compiling crossbeam-epoch v0.9.15 |
1466 | 2024-02-13T16:33:04.909Z | Compiling num-integer v0.1.45 |
1467 | 2024-02-13T16:33:05.197Z | Compiling futures-io v0.3.30 |
1468 | 2024-02-13T16:33:05.316Z | Compiling rustix v0.37.23 |
1469 | 2024-02-13T16:33:05.510Z | Compiling slog v2.7.0 |
1470 | 2024-02-13T16:33:05.777Z | Compiling futures-task v0.3.30 |
1471 | 2024-02-13T16:33:05.988Z | Compiling pin-utils v0.1.0 |
1472 | 2024-02-13T16:33:06.122Z | Compiling unicode-normalization v0.1.22 |
1473 | 2024-02-13T16:33:06.485Z | Compiling usdt-impl v0.3.5 |
1474 | 2024-02-13T16:33:06.610Z | Compiling serde_derive v1.0.196 |
1475 | 2024-02-13T16:33:06.762Z | Compiling zerocopy-derive v0.7.32 |
1476 | 2024-02-13T16:33:06.819Z | Compiling zeroize_derive v1.4.2 |
1477 | 2024-02-13T16:33:07.041Z | Compiling thiserror-impl v1.0.56 |
1478 | 2024-02-13T16:33:07.044Z | Compiling tokio-macros v2.2.0 |
1479 | 2024-02-13T16:33:07.392Z | Compiling futures-macro v0.3.30 |
1480 | 2024-02-13T16:33:08.144Z | Compiling tracing-attributes v0.1.26 |
1481 | 2024-02-13T16:33:08.226Z | Compiling zeroize v1.7.0 |
1482 | 2024-02-13T16:33:08.444Z | Compiling schemars_derive v0.8.16 |
1483 | 2024-02-13T16:33:08.637Z | Compiling zerocopy v0.7.32 |
1484 | 2024-02-13T16:33:09.971Z | Compiling pest v2.7.6 |
1485 | 2024-02-13T16:33:10.882Z | Compiling hashbrown v0.14.2 |
1486 | 2024-02-13T16:33:11.334Z | Compiling openssl-macros v0.1.1 |
1487 | 2024-02-13T16:33:11.517Z | Compiling zerocopy-derive v0.2.0 |
1488 | 2024-02-13T16:33:12.069Z | Compiling crypto-common v0.1.6 |
1489 | 2024-02-13T16:33:12.142Z | Compiling der_derive v0.7.2 |
1490 | 2024-02-13T16:33:12.241Z | Compiling pest_meta v2.7.6 |
1491 | 2024-02-13T16:33:12.263Z | Compiling tracing v0.1.37 |
1492 | 2024-02-13T16:33:12.537Z | Compiling hashbrown v0.13.2 |
1493 | 2024-02-13T16:33:12.926Z | Compiling block-buffer v0.10.4 |
1494 | 2024-02-13T16:33:13.106Z | Compiling futures-util v0.3.30 |
1495 | 2024-02-13T16:33:13.686Z | Compiling pest_generator v2.7.6 |
1496 | 2024-02-13T16:33:14.797Z | Compiling time-core v0.1.1 |
1497 | 2024-02-13T16:33:14.967Z | Compiling bitflags v1.3.2 |
1498 | 2024-02-13T16:33:15.075Z | Compiling unicode-bidi v0.3.13 |
1499 | 2024-02-13T16:33:15.470Z | Compiling crc32fast v1.3.2 |
1500 | 2024-02-13T16:33:15.927Z | Compiling anyhow v1.0.75 |
1501 | 2024-02-13T16:33:16.428Z | Compiling time-macros v0.2.13 |
1502 | 2024-02-13T16:33:16.503Z | Compiling pest_derive v2.7.6 |
1503 | 2024-02-13T16:33:17.695Z | Compiling digest v0.10.7 |
1504 | 2024-02-13T16:33:18.055Z | Compiling scroll_derive v0.12.0 |
1505 | 2024-02-13T16:33:18.610Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1506 | 2024-02-13T16:33:19.107Z | Compiling aho-corasick v1.0.4 |
1507 | 2024-02-13T16:33:19.220Z | Compiling signal-hook v0.3.17 |
1508 | 2024-02-13T16:33:19.448Z | Compiling async-trait v0.1.77 |
1509 | 2024-02-13T16:33:19.490Z | Compiling ppv-lite86 v0.2.17 |
1510 | 2024-02-13T16:33:19.516Z | Compiling regex-syntax v0.8.2 |
1511 | 2024-02-13T16:33:19.903Z | Compiling bytes v1.5.0 |
1512 | 2024-02-13T16:33:20.153Z | Compiling indexmap v2.2.2 |
1513 | 2024-02-13T16:33:20.274Z | Compiling uuid v1.7.0 |
1514 | 2024-02-13T16:33:21.082Z | Compiling chrono v0.4.31 |
1515 | 2024-02-13T16:33:21.278Z | Compiling bitflags v2.4.0 |
1516 | 2024-02-13T16:33:21.597Z | Compiling tokio v1.36.0 |
1517 | 2024-02-13T16:33:24.432Z | Compiling toml_datetime v0.6.5 |
1518 | 2024-02-13T16:33:24.681Z | Compiling serde_spanned v0.6.5 |
1519 | 2024-02-13T16:33:24.909Z | Compiling toml_edit v0.19.15 |
1520 | 2024-02-13T16:33:25.548Z | Compiling rustc_version v0.4.0 |
1521 | 2024-02-13T16:33:25.741Z | Compiling http v0.2.11 |
1522 | 2024-02-13T16:33:26.189Z | Compiling heapless v0.7.16 |
1523 | 2024-02-13T16:33:27.016Z | Compiling untrusted v0.9.0 |
1524 | 2024-02-13T16:33:27.205Z | Compiling rustversion v1.0.14 |
1525 | 2024-02-13T16:33:28.082Z | Compiling regex-automata v0.4.4 |
1526 | 2024-02-13T16:33:28.215Z | Compiling rand_chacha v0.3.1 |
1527 | 2024-02-13T16:33:29.194Z | Compiling zerocopy v0.3.0 |
1528 | 2024-02-13T16:33:30.163Z | Compiling thread-id v4.2.0 |
1529 | 2024-02-13T16:33:30.279Z | Compiling errno v0.3.8 |
1530 | 2024-02-13T16:33:30.909Z | Compiling strsim v0.10.0 |
1531 | 2024-02-13T16:33:32.842Z | Compiling regex v1.10.3 |
1532 | 2024-02-13T16:33:33.946Z | Compiling dof v0.1.5 |
1533 | 2024-02-13T16:33:34.784Z | Compiling tokio-util v0.7.10 |
1534 | 2024-02-13T16:33:35.576Z | Compiling rand v0.8.5 |
1535 | 2024-02-13T16:33:36.680Z | Compiling dtrace-parser v0.1.14 |
1536 | 2024-02-13T16:33:37.508Z | Compiling num-bigint v0.4.4 |
1537 | 2024-02-13T16:33:37.737Z | Compiling foreign-types-shared v0.1.1 |
1538 | 2024-02-13T16:33:37.898Z | Compiling base64ct v1.6.0 |
1539 | 2024-02-13T16:33:37.950Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1540 | 2024-02-13T16:33:37.971Z | Compiling untrusted v0.7.1 |
1541 | 2024-02-13T16:33:38.174Z | Compiling smoltcp v0.9.1 |
1542 | 2024-02-13T16:33:38.277Z | Compiling percent-encoding v2.3.1 |
1543 | 2024-02-13T16:33:38.485Z | Compiling pem-rfc7468 v0.7.0 |
1544 | 2024-02-13T16:33:38.634Z | Compiling foreign-types v0.3.2 |
1545 | 2024-02-13T16:33:38.753Z | Compiling strum_macros v0.25.2 |
1546 | 2024-02-13T16:33:41.846Z | Compiling serde_tokenstream v0.1.7 |
1547 | 2024-02-13T16:33:42.374Z | Compiling hmac v0.12.1 |
1548 | 2024-02-13T16:33:42.607Z | Compiling lazy_static v1.4.0 |
1549 | 2024-02-13T16:33:42.850Z | Compiling socket2 v0.4.9 |
1550 | 2024-02-13T16:33:42.871Z | Compiling base64 v0.21.7 |
1551 | 2024-02-13T16:33:43.028Z | Compiling flagset v0.4.3 |
1552 | 2024-02-13T16:33:43.031Z | Compiling try-lock v0.2.4 |
1553 | 2024-02-13T16:33:43.193Z | Compiling unicode-segmentation v1.10.1 |
1554 | 2024-02-13T16:33:43.556Z | Compiling adler v1.0.2 |
1555 | 2024-02-13T16:33:43.641Z | Compiling siphasher v0.3.11 |
1556 | 2024-02-13T16:33:43.866Z | Compiling unicode-width v0.1.11 |
1557 | 2024-02-13T16:33:43.893Z | Compiling miniz_oxide v0.7.1 |
1558 | 2024-02-13T16:33:44.070Z | Compiling der v0.7.8 |
1559 | 2024-02-13T16:33:44.074Z | Compiling want v0.3.1 |
1560 | 2024-02-13T16:33:45.030Z | Compiling sct v0.7.0 |
1561 | 2024-02-13T16:33:45.244Z | Compiling rustls-webpki v0.101.7 |
1562 | 2024-02-13T16:33:45.264Z | Compiling form_urlencoded v1.2.1 |
1563 | 2024-02-13T16:33:45.315Z | Compiling h2 v0.3.24 |
1564 | 2024-02-13T16:33:45.578Z | Compiling http-body v0.4.5 |
1565 | 2024-02-13T16:33:45.641Z | Compiling hubpack_derive v0.1.1 |
1566 | 2024-02-13T16:33:45.975Z | Compiling zerocopy-derive v0.6.4 |
1567 | 2024-02-13T16:33:47.227Z | Compiling num-iter v0.1.43 |
1568 | 2024-02-13T16:33:47.557Z | Compiling usdt-impl v0.5.0 |
1569 | 2024-02-13T16:33:47.748Z | Compiling tower-service v0.3.2 |
1570 | 2024-02-13T16:33:47.868Z | Compiling cpufeatures v0.2.12 |
1571 | 2024-02-13T16:33:47.927Z | Compiling utf8parse v0.2.1 |
1572 | 2024-02-13T16:33:47.970Z | Compiling anstyle v1.0.2 |
1573 | 2024-02-13T16:33:47.988Z | Compiling httpdate v1.0.3 |
1574 | 2024-02-13T16:33:48.091Z | Compiling stable_deref_trait v1.2.0 |
1575 | 2024-02-13T16:33:48.188Z | Compiling openssl-probe v0.1.5 |
1576 | 2024-02-13T16:33:48.396Z | Compiling anstyle-parse v0.2.1 |
1577 | 2024-02-13T16:33:48.415Z | Compiling sha2 v0.10.8 |
1578 | 2024-02-13T16:33:49.241Z | Compiling spki v0.7.2 |
1579 | 2024-02-13T16:33:50.819Z | Compiling usdt-macro v0.3.5 |
1580 | 2024-02-13T16:33:50.866Z | Compiling usdt-attr-macro v0.3.5 |
1581 | 2024-02-13T16:33:52.243Z | Compiling hyper v0.14.27 |
1582 | 2024-02-13T16:33:52.501Z | Compiling openapiv3 v2.0.0 |
1583 | 2024-02-13T16:33:52.545Z | Compiling scroll v0.12.0 |
1584 | 2024-02-13T16:33:53.646Z | Compiling md-5 v0.10.5 |
1585 | 2024-02-13T16:33:53.916Z | Compiling stringprep v0.1.3 |
1586 | 2024-02-13T16:33:53.965Z | Compiling idna v0.5.0 |
1587 | 2024-02-13T16:33:55.026Z | Compiling diesel_table_macro_syntax v0.1.0 |
1588 | 2024-02-13T16:33:55.394Z | Compiling hash32 v0.2.1 |
1589 | 2024-02-13T16:33:55.481Z | Compiling colorchoice v1.0.0 |
1590 | 2024-02-13T16:33:55.644Z | Compiling fallible-iterator v0.2.0 |
1591 | 2024-02-13T16:33:55.665Z | Compiling gimli v0.28.0 |
1592 | 2024-02-13T16:33:55.785Z | Compiling plain v0.2.3 |
1593 | 2024-02-13T16:33:56.707Z | Compiling anstyle-query v1.0.0 |
1594 | 2024-02-13T16:33:56.845Z | Compiling anstream v0.5.0 |
1595 | 2024-02-13T16:33:57.277Z | Compiling postgres-protocol v0.6.6 |
1596 | 2024-02-13T16:33:57.450Z | Compiling goblin v0.8.0 |
1597 | 2024-02-13T16:33:59.777Z | Compiling diesel_derives v2.1.2 |
1598 | 2024-02-13T16:34:01.475Z | Compiling addr2line v0.21.0 |
1599 | 2024-02-13T16:34:02.105Z | Compiling url v2.5.0 |
1600 | 2024-02-13T16:34:03.664Z | Compiling tokio-rustls v0.24.1 |
1601 | 2024-02-13T16:34:04.092Z | Compiling tokio-native-tls v0.3.1 |
1602 | 2024-02-13T16:34:04.365Z | Compiling terminal_size v0.2.6 |
1603 | 2024-02-13T16:34:04.767Z | Compiling pkcs8 v0.10.2 |
1604 | 2024-02-13T16:34:05.147Z | Compiling phf_shared v0.11.2 |
1605 | 2024-02-13T16:34:05.864Z | Compiling serde_tokenstream v0.2.0 |
1606 | 2024-02-13T16:34:06.380Z | Compiling block-padding v0.3.3 |
1607 | 2024-02-13T16:34:06.612Z | Compiling enum-as-inner v0.5.1 |
1608 | 2024-02-13T16:34:06.639Z | Compiling clap_derive v4.4.2 |
1609 | 2024-02-13T16:34:06.772Z | Compiling serde_repr v0.1.16 |
1610 | 2024-02-13T16:34:07.868Z | Compiling ff v0.13.0 |
1611 | 2024-02-13T16:34:08.041Z | Compiling scheduled-thread-pool v0.2.7 |
1612 | 2024-02-13T16:34:08.124Z | Compiling object v0.32.1 |
1613 | 2024-02-13T16:34:10.231Z | Compiling ipnet v2.9.0 |
1614 | 2024-02-13T16:34:11.364Z | Compiling managed v0.8.0 |
1615 | 2024-02-13T16:34:11.491Z | Compiling clap_lex v0.5.1 |
1616 | 2024-02-13T16:34:11.887Z | Compiling rustc-demangle v0.1.23 |
1617 | 2024-02-13T16:34:11.972Z | Compiling base16ct v0.2.0 |
1618 | 2024-02-13T16:34:13.588Z | Compiling deranged v0.3.8 |
1619 | 2024-02-13T16:34:13.673Z | Compiling pretty-hex v0.4.1 |
1620 | 2024-02-13T16:34:14.530Z | Compiling matches v0.1.10 |
1621 | 2024-02-13T16:34:14.625Z | Compiling num_threads v0.1.6 |
1622 | 2024-02-13T16:34:14.755Z | Compiling bit-vec v0.6.3 |
1623 | 2024-02-13T16:34:14.829Z | Compiling regex-automata v0.1.10 |
1624 | 2024-02-13T16:34:15.289Z | Compiling bstr v0.2.17 |
1625 | 2024-02-13T16:34:15.446Z | Compiling time v0.3.27 |
1626 | 2024-02-13T16:34:15.470Z | Compiling idna v0.2.3 |
1627 | 2024-02-13T16:34:16.943Z | Compiling dof v0.3.0 |
1628 | 2024-02-13T16:34:17.747Z | Compiling sec1 v0.7.3 |
1629 | 2024-02-13T16:34:18.219Z | Compiling clap_builder v4.4.2 |
1630 | 2024-02-13T16:34:18.305Z | Compiling r2d2 v0.8.10 |
1631 | 2024-02-13T16:34:18.668Z | Compiling group v0.13.0 |
1632 | 2024-02-13T16:34:20.210Z | Compiling inout v0.1.3 |
1633 | 2024-02-13T16:34:20.664Z | Compiling phf v0.11.2 |
1634 | 2024-02-13T16:34:20.803Z | Compiling hyper-tls v0.5.0 |
1635 | 2024-02-13T16:34:20.955Z | Compiling signal-hook-mio v0.2.3 |
1636 | 2024-02-13T16:34:20.975Z | Compiling hyper-rustls v0.24.2 |
1637 | 2024-02-13T16:34:21.105Z | Compiling bzip2 v0.4.4 |
1638 | 2024-02-13T16:34:21.134Z | Compiling flate2 v1.0.28 |
1639 | 2024-02-13T16:34:21.167Z | Compiling postgres-types v0.2.6 |
1640 | 2024-02-13T16:34:21.310Z | Compiling zerocopy v0.6.4 |
1641 | 2024-02-13T16:34:21.776Z | Compiling hubpack v0.1.2 |
1642 | 2024-02-13T16:34:22.084Z | Compiling serde_urlencoded v0.7.1 |
1643 | 2024-02-13T16:34:22.191Z | Compiling phf_shared v0.10.0 |
1644 | 2024-02-13T16:34:22.221Z | Compiling rustls-pemfile v1.0.3 |
1645 | 2024-02-13T16:34:22.541Z | Compiling hkdf v0.12.4 |
1646 | 2024-02-13T16:34:22.582Z | Compiling ipnetwork v0.20.0 |
1647 | 2024-02-13T16:34:23.039Z | Compiling futures-executor v0.3.30 |
1648 | 2024-02-13T16:34:23.347Z | Compiling dtrace-parser v0.2.0 |
1649 | 2024-02-13T16:34:23.548Z | Compiling regress v0.7.1 |
1650 | 2024-02-13T16:34:23.706Z | Compiling crypto-bigint v0.5.2 |
1651 | 2024-02-13T16:34:24.459Z | Compiling float-cmp v0.9.0 |
1652 | 2024-02-13T16:34:25.094Z | Compiling encoding_rs v0.8.33 |
1653 | 2024-02-13T16:34:26.051Z | Compiling static_assertions v1.1.0 |
1654 | 2024-02-13T16:34:26.157Z | Compiling fixedbitset v0.4.2 |
1655 | 2024-02-13T16:34:26.809Z | Compiling data-encoding v2.4.0 |
1656 | 2024-02-13T16:34:28.246Z | Compiling either v1.9.0 |
1657 | 2024-02-13T16:34:28.569Z | Compiling difflib v0.4.0 |
1658 | 2024-02-13T16:34:28.642Z | Compiling whoami v1.4.1 |
1659 | 2024-02-13T16:34:29.464Z | Compiling mime v0.3.17 |
1660 | 2024-02-13T16:34:29.629Z | Compiling minimal-lexical v0.2.1 |
1661 | 2024-02-13T16:34:30.131Z | Compiling new_debug_unreachable v1.0.4 |
1662 | 2024-02-13T16:34:30.229Z | Compiling normalize-line-endings v0.3.0 |
1663 | 2024-02-13T16:34:30.249Z | Compiling webpki-roots v0.25.2 |
1664 | 2024-02-13T16:34:30.408Z | Compiling precomputed-hash v0.1.1 |
1665 | 2024-02-13T16:34:30.529Z | Compiling regex-automata v0.3.8 |
1666 | 2024-02-13T16:34:30.603Z | Compiling predicates-core v1.0.6 |
1667 | 2024-02-13T16:34:30.920Z | Compiling predicates v3.1.0 |
1668 | 2024-02-13T16:34:32.445Z | Compiling bstr v1.6.0 |
1669 | 2024-02-13T16:34:32.848Z | Compiling reqwest v0.11.22 |
1670 | 2024-02-13T16:34:33.632Z | Compiling string_cache v0.8.7 |
1671 | 2024-02-13T16:34:33.953Z | Compiling itertools v0.10.5 |
1672 | 2024-02-13T16:34:34.066Z | Compiling nom v7.1.3 |
1673 | 2024-02-13T16:34:37.855Z | Compiling tokio-postgres v0.7.10 |
1674 | 2024-02-13T16:34:37.876Z | Compiling trust-dns-proto v0.22.0 |
1675 | 2024-02-13T16:34:39.400Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1676 | 2024-02-13T16:34:42.742Z | Compiling petgraph v0.6.4 |
1677 | 2024-02-13T16:34:44.584Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1678 | 2024-02-13T16:34:45.385Z | Compiling elliptic-curve v0.13.8 |
1679 | 2024-02-13T16:34:48.331Z | Compiling futures v0.3.30 |
1680 | 2024-02-13T16:34:48.453Z | Compiling yasna v0.5.2 |
1681 | 2024-02-13T16:34:48.493Z | Compiling diesel v2.1.4 |
1682 | 2024-02-13T16:34:48.813Z | Compiling zip v0.6.6 |
1683 | 2024-02-13T16:34:48.846Z | Compiling clap v4.4.3 |
1684 | 2024-02-13T16:34:49.158Z | Compiling crossterm v0.27.0 |
1685 | 2024-02-13T16:34:50.114Z | Compiling cipher v0.4.4 |
1686 | 2024-02-13T16:34:50.534Z | Compiling similar v2.3.0 |
1687 | 2024-02-13T16:34:50.594Z | Compiling bit-set v0.5.3 |
1688 | 2024-02-13T16:34:50.616Z | Compiling usdt v0.3.5 |
1689 | 2024-02-13T16:34:50.876Z | Compiling console v0.15.8 |
1690 | 2024-02-13T16:34:52.222Z | Compiling tokio-stream v0.1.14 |
1691 | 2024-02-13T16:34:52.560Z | Compiling toml v0.7.8 |
1692 | 2024-02-13T16:34:52.582Z | Compiling toml_edit v0.21.1 |
1693 | 2024-02-13T16:34:53.187Z | Compiling hex v0.4.3 |
1694 | 2024-02-13T16:34:54.146Z | Compiling proc-macro-error-attr v1.0.4 |
1695 | 2024-02-13T16:34:54.916Z | Compiling lalrpop-util v0.19.12 |
1696 | 2024-02-13T16:34:55.546Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1697 | 2024-02-13T16:34:57.927Z | Compiling proc-macro-crate v1.3.1 |
1698 | 2024-02-13T16:34:59.840Z | Compiling proc-macro-error v1.0.4 |
1699 | 2024-02-13T16:34:59.859Z | Compiling heapless v0.8.0 |
1700 | 2024-02-13T16:35:00.089Z | Compiling camino v1.1.6 |
1701 | 2024-02-13T16:35:03.406Z | Compiling num_enum_derive v0.5.11 |
1702 | 2024-02-13T16:35:11.077Z | Compiling atty v0.2.14 |
1703 | 2024-02-13T16:35:11.626Z | Compiling hash32 v0.3.1 |
1704 | 2024-02-13T16:35:12.797Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1705 | 2024-02-13T16:35:13.193Z | Compiling rustls-pki-types v1.1.0 |
1706 | 2024-02-13T16:35:14.761Z | Compiling ident_case v1.0.1 |
1707 | 2024-02-13T16:35:14.946Z | Compiling smoltcp v0.11.0 |
1708 | 2024-02-13T16:35:15.786Z | Compiling darling_core v0.20.3 |
1709 | 2024-02-13T16:35:22.648Z | Compiling num_enum v0.5.11 |
1710 | 2024-02-13T16:35:31.586Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1711 | 2024-02-13T16:35:35.040Z | Compiling dirs-sys-next v0.1.2 |
1712 | 2024-02-13T16:35:36.159Z | Compiling rustls v0.22.2 |
1713 | 2024-02-13T16:35:38.372Z | Compiling cobs v0.2.3 |
1714 | 2024-02-13T16:35:38.899Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1715 | 2024-02-13T16:35:39.211Z | Compiling embedded-io v0.4.0 |
1716 | 2024-02-13T16:35:41.194Z | Compiling postcard v1.0.8 |
1717 | 2024-02-13T16:35:50.495Z | Compiling dirs-next v2.0.0 |
1718 | 2024-02-13T16:35:56.446Z | Compiling darling_macro v0.20.3 |
1719 | 2024-02-13T16:35:57.196Z | Compiling rustls-webpki v0.102.1 |
1720 | 2024-02-13T16:35:57.399Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1721 | 2024-02-13T16:36:02.417Z | Compiling getopts v0.2.21 |
1722 | 2024-02-13T16:36:02.967Z | Compiling structmeta-derive v0.3.0 |
1723 | 2024-02-13T16:36:03.291Z | Compiling foreign-types-macros v0.2.3 |
1724 | 2024-02-13T16:36:04.552Z | Compiling thread_local v1.1.7 |
1725 | 2024-02-13T16:36:04.560Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1726 | 2024-02-13T16:36:04.771Z | Compiling multer v3.0.0 |
1727 | 2024-02-13T16:36:04.860Z | Compiling unsafe-libyaml v0.2.10 |
1728 | 2024-02-13T16:36:04.913Z | Compiling paste v1.0.14 |
1729 | 2024-02-13T16:36:05.734Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1730 | 2024-02-13T16:36:06.183Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1731 | 2024-02-13T16:36:06.199Z | Compiling foreign-types-shared v0.3.1 |
1732 | 2024-02-13T16:36:06.418Z | Compiling slog-async v2.8.0 |
1733 | 2024-02-13T16:36:06.643Z | Compiling rayon-core v1.12.0 |
1734 | 2024-02-13T16:36:06.961Z | Compiling match_cfg v0.1.0 |
1735 | 2024-02-13T16:36:07.068Z | Compiling hostname v0.3.1 |
1736 | 2024-02-13T16:36:11.867Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1737 | 2024-02-13T16:36:12.160Z | Compiling foreign-types v0.5.0 |
1738 | 2024-02-13T16:36:12.283Z | Compiling serde_yaml v0.9.25 |
1739 | 2024-02-13T16:36:13.865Z | Compiling structmeta v0.3.0 |
1740 | 2024-02-13T16:36:16.403Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1741 | 2024-02-13T16:36:19.721Z | Compiling darling v0.20.3 |
1742 | 2024-02-13T16:36:23.686Z | Compiling term v0.7.0 |
1743 | 2024-02-13T16:36:26.249Z | Compiling slog-json v2.6.1 |
1744 | 2024-02-13T16:36:26.749Z | Compiling crossbeam-deque v0.8.3 |
1745 | 2024-02-13T16:36:26.964Z | Compiling is-terminal v0.4.9 |
1746 | 2024-02-13T16:36:27.134Z | Compiling strum v0.25.0 |
1747 | 2024-02-13T16:36:27.332Z | Compiling crossbeam-channel v0.5.8 |
1748 | 2024-02-13T16:36:29.160Z | Compiling http v1.0.0 |
1749 | 2024-02-13T16:36:29.329Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1750 | 2024-02-13T16:36:29.804Z | Compiling async-stream-impl v0.3.5 |
1751 | 2024-02-13T16:36:30.154Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1752 | 2024-02-13T16:36:30.970Z | Compiling cstr-argument v0.1.2 |
1753 | 2024-02-13T16:36:31.019Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1754 | 2024-02-13T16:36:31.051Z | Compiling atomic-waker v1.1.1 |
1755 | 2024-02-13T16:36:31.215Z | Compiling fastrand v2.0.1 |
1756 | 2024-02-13T16:36:31.250Z | Compiling pretty-hex v0.2.1 |
1757 | 2024-02-13T16:36:31.496Z | Compiling crucible-workspace-hack v0.1.0 |
1758 | 2024-02-13T16:36:31.743Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1759 | 2024-02-13T16:36:31.809Z | Compiling take_mut v0.2.2 |
1760 | 2024-02-13T16:36:31.901Z | Compiling tempfile v3.10.0 |
1761 | 2024-02-13T16:36:32.089Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1762 | 2024-02-13T16:36:32.564Z | Compiling waitgroup v0.1.2 |
1763 | 2024-02-13T16:36:32.808Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1764 | 2024-02-13T16:36:33.999Z | Compiling async-stream v0.3.5 |
1765 | 2024-02-13T16:36:35.266Z | Compiling colored v2.0.4 |
1766 | 2024-02-13T16:36:35.382Z | Compiling slog-bunyan v2.5.0 |
1767 | 2024-02-13T16:36:35.762Z | Compiling slog-term v2.9.0 |
1768 | 2024-02-13T16:36:36.681Z | Compiling tokio-rustls v0.25.0 |
1769 | 2024-02-13T16:36:37.158Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1770 | 2024-02-13T16:36:37.362Z | Compiling serde_with_macros v3.6.0 |
1771 | 2024-02-13T16:36:38.724Z | Compiling parse-display-derive v0.9.0 |
1772 | 2024-02-13T16:36:39.247Z | Compiling toml v0.8.9 |
1773 | 2024-02-13T16:36:40.244Z | Compiling rustls-pemfile v2.0.0 |
1774 | 2024-02-13T16:36:40.984Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1775 | 2024-02-13T16:36:42.474Z | Compiling sha1 v0.10.6 |
1776 | 2024-02-13T16:36:42.689Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1777 | 2024-02-13T16:36:42.825Z | Compiling textwrap v0.11.0 |
1778 | 2024-02-13T16:36:43.386Z | Compiling heck v0.3.3 |
1779 | 2024-02-13T16:36:43.738Z | Compiling serde_path_to_error v0.1.15 |
1780 | 2024-02-13T16:36:43.960Z | Compiling instant v0.1.12 |
1781 | 2024-02-13T16:36:44.124Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1782 | 2024-02-13T16:36:44.520Z | Compiling debug-ignore v1.0.5 |
1783 | 2024-02-13T16:36:44.666Z | Compiling strsim v0.8.0 |
1784 | 2024-02-13T16:36:44.731Z | Compiling libefi-sys v0.1.0 |
1785 | 2024-02-13T16:36:44.798Z | Compiling vec_map v0.8.2 |
1786 | 2024-02-13T16:36:44.981Z | Compiling ansi_term v0.12.1 |
1787 | 2024-02-13T16:36:45.126Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1788 | 2024-02-13T16:36:45.849Z | Compiling clap v2.34.0 |
1789 | 2024-02-13T16:36:46.072Z | Compiling backoff v0.4.0 |
1790 | 2024-02-13T16:36:46.457Z | Compiling structopt-derive v0.4.18 |
1791 | 2024-02-13T16:36:48.205Z | Compiling parse-display v0.9.0 |
1792 | 2024-02-13T16:36:49.251Z | Compiling serde_with v3.6.0 |
1793 | 2024-02-13T16:36:50.165Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1794 | 2024-02-13T16:36:53.058Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1795 | 2024-02-13T16:36:53.197Z | Compiling rayon v1.8.0 |
1796 | 2024-02-13T16:36:53.294Z | Compiling camino-tempfile v1.1.1 |
1797 | 2024-02-13T16:36:54.118Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1798 | 2024-02-13T16:36:54.212Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1799 | 2024-02-13T16:36:54.393Z | Compiling zone_cfg_derive v0.3.0 |
1800 | 2024-02-13T16:36:54.610Z | Compiling macaddr v1.0.1 |
1801 | 2024-02-13T16:36:55.353Z | Compiling num-derive v0.4.0 |
1802 | 2024-02-13T16:36:55.800Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1803 | 2024-02-13T16:36:56.202Z | Compiling blake3 v1.5.0 |
1804 | 2024-02-13T16:36:56.802Z | Compiling portable-atomic v1.4.3 |
1805 | 2024-02-13T16:36:57.578Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1806 | 2024-02-13T16:36:58.484Z | Compiling zone v0.3.0 |
1807 | 2024-02-13T16:36:58.998Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1808 | 2024-02-13T16:36:59.206Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1809 | 2024-02-13T16:36:59.564Z | Compiling structopt v0.3.26 |
1810 | 2024-02-13T16:37:00.664Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1811 | 2024-02-13T16:37:00.668Z | Compiling smf v0.2.2 |
1812 | 2024-02-13T16:37:01.874Z | Compiling xattr v1.0.1 |
1813 | 2024-02-13T16:37:02.215Z | Compiling filetime v0.2.23 |
1814 | 2024-02-13T16:37:02.220Z | Compiling memmap2 v0.7.1 |
1815 | 2024-02-13T16:37:02.429Z | Compiling constant_time_eq v0.3.0 |
1816 | 2024-02-13T16:37:02.584Z | Compiling arrayvec v0.7.4 |
1817 | 2024-02-13T16:37:02.604Z | Compiling arrayref v0.3.7 |
1818 | 2024-02-13T16:37:02.707Z | Compiling same-file v1.0.6 |
1819 | 2024-02-13T16:37:02.757Z | Compiling tar v0.4.40 |
1820 | 2024-02-13T16:37:02.999Z | Compiling walkdir v2.4.0 |
1821 | 2024-02-13T16:37:04.687Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1822 | 2024-02-13T16:37:05.112Z | Compiling gethostname v0.4.3 |
1823 | 2024-02-13T16:37:05.374Z | Compiling number_prefix v0.4.0 |
1824 | 2024-02-13T16:37:05.638Z | Compiling topological-sort v0.2.2 |
1825 | 2024-02-13T16:37:05.876Z | Compiling omicron-zone-package v0.11.0 |
1826 | 2024-02-13T16:37:05.893Z | Compiling swrite v0.1.0 |
1827 | 2024-02-13T16:37:06.663Z | Compiling indicatif v0.17.7 |
1828 | 2024-02-13T16:37:08.623Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1829 | 2024-02-13T16:37:10.115Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1830 | 2024-02-13T16:37:18.436Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1831 | 2024-02-13T16:37:20.930Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1832 | 2024-02-13T16:37:24.128Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1833 | 2024-02-13T16:37:41.185Z | Finished release [optimized] target(s) in 5m 13s |
1834 | 2024-02-13T16:37:41.394Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1835 | 2024-02-13T16:37:41.452Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1836 | 2024-02-13T16:37:41.456Z | Created new build target 'test' and set it as active |
1837 | 2024-02-13T16:37:41.456Z | |
1838 | 2024-02-13T16:37:41.456Z | real 5:13.503562853 |
1839 | 2024-02-13T16:37:41.456Z | user 33:04.872297157 |
1840 | 2024-02-13T16:37:41.456Z | sys 3:43.332727160 |
1841 | 2024-02-13T16:37:41.456Z | trap 0.954294805 |
1842 | 2024-02-13T16:37:41.456Z | tflt 6.075910417 |
1843 | 2024-02-13T16:37:41.456Z | dflt 4.010690894 |
1844 | 2024-02-13T16:37:41.456Z | kflt 0.112990624 |
1845 | 2024-02-13T16:37:41.456Z | lock 1:10:11.790717536 |
1846 | 2024-02-13T16:37:41.456Z | slp 1:33:54.615962173 |
1847 | 2024-02-13T16:37:41.456Z | lat 2:04.725105335 |
1848 | 2024-02-13T16:37:41.456Z | stop 3:31.916806077 |
1849 | 2024-02-13T16:37:41.456Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1850 | 2024-02-13T16:37:42.126Z | Finished release [optimized] target(s) in 0.62s |
1851 | 2024-02-13T16:37:42.145Z | Running `target/release/omicron-package -t test package` |
1852 | 2024-02-13T16:37:42.182Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1853 | 2024-02-13T16:37:42.889Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1854 | 2024-02-13T16:37:42.892Z | Compiling linked-hash-map v0.5.6 |
1855 | 2024-02-13T16:37:42.892Z | Compiling usdt-attr-macro v0.5.0 |
1856 | 2024-02-13T16:37:42.892Z | Compiling usdt-macro v0.5.0 |
1857 | 2024-02-13T16:37:42.892Z | Compiling memmap v0.7.0 |
1858 | 2024-02-13T16:37:42.949Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1859 | 2024-02-13T16:37:42.952Z | Compiling password-hash v0.5.0 |
1860 | 2024-02-13T16:37:42.960Z | Compiling blake2 v0.10.6 |
1861 | 2024-02-13T16:37:43.321Z | Compiling lru-cache v0.1.2 |
1862 | 2024-02-13T16:37:43.360Z | Compiling semver v0.1.20 |
1863 | 2024-02-13T16:37:43.527Z | Compiling argon2 v0.5.3 |
1864 | 2024-02-13T16:37:43.955Z | Compiling rustc_version v0.1.7 |
1865 | 2024-02-13T16:37:44.310Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1866 | 2024-02-13T16:37:44.345Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1867 | 2024-02-13T16:37:44.372Z | Compiling newtype_derive v0.1.6 |
1868 | 2024-02-13T16:37:44.488Z | Compiling usdt v0.5.0 |
1869 | 2024-02-13T16:37:44.593Z | Compiling rayon-core v1.12.0 |
1870 | 2024-02-13T16:37:44.613Z | Compiling crossbeam-deque v0.8.3 |
1871 | 2024-02-13T16:37:44.676Z | Compiling same-file v1.0.6 |
1872 | 2024-02-13T16:37:44.892Z | Compiling fastrand v2.0.1 |
1873 | 2024-02-13T16:37:44.936Z | Compiling quick-error v1.2.3 |
1874 | 2024-02-13T16:37:45.077Z | Compiling resolv-conf v0.7.0 |
1875 | 2024-02-13T16:37:45.387Z | Compiling tempfile v3.10.0 |
1876 | 2024-02-13T16:37:45.491Z | Compiling walkdir v2.4.0 |
1877 | 2024-02-13T16:37:46.073Z | Compiling itertools v0.12.1 |
1878 | 2024-02-13T16:37:46.117Z | Compiling camino v1.1.6 |
1879 | 2024-02-13T16:37:46.161Z | Compiling semver-parser v0.10.2 |
1880 | 2024-02-13T16:37:46.174Z | Compiling slog-dtrace v0.3.0 |
1881 | 2024-02-13T16:37:46.394Z | Compiling blake3 v1.5.0 |
1882 | 2024-02-13T16:37:46.660Z | Compiling rayon v1.8.0 |
1883 | 2024-02-13T16:37:46.668Z | Compiling trust-dns-resolver v0.22.0 |
1884 | 2024-02-13T16:37:47.020Z | Compiling semver v0.11.0 |
1885 | 2024-02-13T16:37:47.484Z | Compiling nibble_vec v0.1.0 |
1886 | 2024-02-13T16:37:47.699Z | Compiling xattr v1.0.1 |
1887 | 2024-02-13T16:37:47.718Z | Compiling memmap2 v0.7.1 |
1888 | 2024-02-13T16:37:47.939Z | Compiling filetime v0.2.23 |
1889 | 2024-02-13T16:37:48.023Z | Compiling constant_time_eq v0.3.0 |
1890 | 2024-02-13T16:37:48.114Z | Compiling arrayref v0.3.7 |
1891 | 2024-02-13T16:37:48.159Z | Compiling endian-type v0.1.2 |
1892 | 2024-02-13T16:37:48.202Z | Compiling arrayvec v0.7.4 |
1893 | 2024-02-13T16:37:48.215Z | Compiling home v0.5.5 |
1894 | 2024-02-13T16:37:48.388Z | Compiling radix_trie v0.2.1 |
1895 | 2024-02-13T16:37:48.434Z | Compiling toolchain_find v0.2.0 |
1896 | 2024-02-13T16:37:48.616Z | Compiling tar v0.4.40 |
1897 | 2024-02-13T16:37:48.985Z | Compiling camino-tempfile v1.1.1 |
1898 | 2024-02-13T16:37:49.273Z | Compiling steno v0.4.0 |
1899 | 2024-02-13T16:37:49.793Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1900 | 2024-02-13T16:37:50.524Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1901 | 2024-02-13T16:37:50.937Z | Compiling toml v0.5.11 |
1902 | 2024-02-13T16:37:50.977Z | Compiling num-rational v0.4.1 |
1903 | 2024-02-13T16:37:51.297Z | Compiling topological-sort v0.2.2 |
1904 | 2024-02-13T16:37:51.507Z | Compiling radium v0.7.0 |
1905 | 2024-02-13T16:37:51.784Z | Compiling omicron-zone-package v0.11.0 |
1906 | 2024-02-13T16:37:51.989Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1907 | 2024-02-13T16:37:52.196Z | Compiling toml v0.8.9 |
1908 | 2024-02-13T16:37:52.609Z | Compiling cancel-safe-futures v0.1.5 |
1909 | 2024-02-13T16:37:52.963Z | Compiling rustfmt-wrapper v0.2.0 |
1910 | 2024-02-13T16:37:53.576Z | Compiling maybe-uninit v2.0.0 |
1911 | 2024-02-13T16:37:53.754Z | Compiling tap v1.0.1 |
1912 | 2024-02-13T16:37:53.950Z | Compiling wyz v0.5.1 |
1913 | 2024-02-13T16:37:54.424Z | Compiling num-complex v0.4.4 |
1914 | 2024-02-13T16:37:54.697Z | Compiling funty v2.0.0 |
1915 | 2024-02-13T16:37:55.779Z | Compiling crc-catalog v2.2.0 |
1916 | 2024-02-13T16:37:55.921Z | Compiling num-bigint-dig v0.8.4 |
1917 | 2024-02-13T16:37:56.233Z | Compiling packed_struct v0.10.1 |
1918 | 2024-02-13T16:37:56.716Z | Compiling bitvec v1.0.1 |
1919 | 2024-02-13T16:37:56.980Z | Compiling crc v3.0.1 |
1920 | 2024-02-13T16:37:57.412Z | Compiling num v0.4.1 |
1921 | 2024-02-13T16:37:57.741Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1922 | 2024-02-13T16:37:57.793Z | Compiling fxhash v0.2.1 |
1923 | 2024-02-13T16:37:58.021Z | Compiling packed_struct_codegen v0.10.1 |
1924 | 2024-02-13T16:37:58.213Z | Compiling indexmap v1.9.3 |
1925 | 2024-02-13T16:37:58.542Z | Compiling nodrop v0.1.14 |
1926 | 2024-02-13T16:37:58.659Z | Compiling utf-8 v0.7.6 |
1927 | 2024-02-13T16:37:58.820Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1928 | 2024-02-13T16:37:59.071Z | Compiling tungstenite v0.20.1 |
1929 | 2024-02-13T16:38:00.747Z | Compiling array-init v0.0.4 |
1930 | 2024-02-13T16:38:02.080Z | Compiling smallvec v0.6.14 |
1931 | 2024-02-13T16:38:02.562Z | Compiling pkcs1 v0.7.5 |
1932 | 2024-02-13T16:38:05.095Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1933 | 2024-02-13T16:38:06.103Z | Compiling signature v2.1.0 |
1934 | 2024-02-13T16:38:06.274Z | Compiling half v2.3.1 |
1935 | 2024-02-13T16:38:06.349Z | Compiling unicase v2.7.0 |
1936 | 2024-02-13T16:38:06.676Z | Compiling hashbrown v0.12.3 |
1937 | 2024-02-13T16:38:07.021Z | Compiling bitfield v0.14.0 |
1938 | 2024-02-13T16:38:07.304Z | Compiling termcolor v1.2.0 |
1939 | 2024-02-13T16:38:08.019Z | Compiling ciborium-io v0.2.2 |
1940 | 2024-02-13T16:38:08.139Z | Compiling ciborium-ll v0.2.2 |
1941 | 2024-02-13T16:38:08.711Z | Compiling env_logger v0.10.0 |
1942 | 2024-02-13T16:38:09.513Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1943 | 2024-02-13T16:38:09.719Z | Compiling rsa v0.9.2 |
1944 | 2024-02-13T16:38:12.632Z | Compiling serde-hex v0.1.0 |
1945 | 2024-02-13T16:38:14.691Z | Compiling tokio-tungstenite v0.20.1 |
1946 | 2024-02-13T16:38:15.058Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1947 | 2024-02-13T16:38:15.297Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1948 | 2024-02-13T16:38:15.392Z | Compiling x509-cert v0.2.4 |
1949 | 2024-02-13T16:38:15.585Z | Compiling ron v0.8.1 |
1950 | 2024-02-13T16:38:18.029Z | Compiling crc-any v2.4.3 |
1951 | 2024-02-13T16:38:18.993Z | Compiling arc-swap v1.6.0 |
1952 | 2024-02-13T16:38:19.758Z | Compiling display-error-chain v0.2.0 |
1953 | 2024-02-13T16:38:19.940Z | Compiling slog-scope v4.4.0 |
1954 | 2024-02-13T16:38:20.835Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1955 | 2024-02-13T16:38:21.989Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1956 | 2024-02-13T16:38:22.616Z | Compiling object v0.30.4 |
1957 | 2024-02-13T16:38:27.045Z | Compiling ciborium v0.2.2 |
1958 | 2024-02-13T16:38:28.768Z | Compiling libsw v3.3.1 |
1959 | 2024-02-13T16:38:29.106Z | Compiling derive-where v1.2.7 |
1960 | 2024-02-13T16:38:29.301Z | Compiling linear-map v1.2.0 |
1961 | 2024-02-13T16:38:29.700Z | Compiling parking_lot_core v0.8.6 |
1962 | 2024-02-13T16:38:30.110Z | Compiling owo-colors v4.0.0 |
1963 | 2024-02-13T16:38:32.424Z | Compiling path-slash v0.1.5 |
1964 | 2024-02-13T16:38:32.633Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1965 | 2024-02-13T16:38:33.489Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1966 | 2024-02-13T16:38:37.559Z | Compiling slog-stdlog v4.1.1 |
1967 | 2024-02-13T16:38:38.633Z | Compiling dirs-sys-next v0.1.2 |
1968 | 2024-02-13T16:38:38.683Z | Compiling glob v0.3.1 |
1969 | 2024-02-13T16:38:39.142Z | Compiling convert_case v0.4.0 |
1970 | 2024-02-13T16:38:39.539Z | Compiling crunchy v0.2.2 |
1971 | 2024-02-13T16:38:39.917Z | Compiling derive_more v0.99.17 |
1972 | 2024-02-13T16:38:40.019Z | Compiling clang-sys v1.6.1 |
1973 | 2024-02-13T16:38:40.342Z | Compiling dirs-next v2.0.0 |
1974 | 2024-02-13T16:38:40.715Z | Compiling slog-envlogger v2.2.0 |
1975 | 2024-02-13T16:38:41.848Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1976 | 2024-02-13T16:38:43.390Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1977 | 2024-02-13T16:38:43.924Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1978 | 2024-02-13T16:38:44.259Z | Compiling prettyplease v0.2.16 |
1979 | 2024-02-13T16:38:44.553Z | Compiling platforms v3.0.2 |
1980 | 2024-02-13T16:38:44.900Z | Compiling tiny-keccak v2.0.2 |
1981 | 2024-02-13T16:38:45.269Z | Compiling parking_lot v0.11.2 |
1982 | 2024-02-13T16:38:47.262Z | Compiling mime_guess v2.0.4 |
1983 | 2024-02-13T16:38:47.614Z | Compiling term v0.7.0 |
1984 | 2024-02-13T16:38:48.581Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1985 | 2024-02-13T16:38:49.104Z | Compiling trust-dns-client v0.22.0 |
1986 | 2024-02-13T16:38:50.489Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1987 | 2024-02-13T16:38:52.203Z | Compiling darling_core v0.14.4 |
1988 | 2024-02-13T16:38:55.691Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1989 | 2024-02-13T16:38:57.159Z | Compiling pem v3.0.2 |
1990 | 2024-02-13T16:38:58.769Z | Compiling darling_macro v0.14.4 |
1991 | 2024-02-13T16:38:59.800Z | Compiling trust-dns-server v0.22.1 |
1992 | 2024-02-13T16:39:00.516Z | Compiling ascii-canvas v3.0.0 |
1993 | 2024-02-13T16:39:00.841Z | Compiling sled v0.34.7 |
1994 | 2024-02-13T16:39:01.515Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1995 | 2024-02-13T16:39:06.345Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1996 | 2024-02-13T16:39:06.565Z | Compiling is-terminal v0.4.9 |
1997 | 2024-02-13T16:39:06.684Z | Compiling ena v0.14.2 |
1998 | 2024-02-13T16:39:07.103Z | Compiling vte_generate_state_changes v0.1.1 |
1999 | 2024-02-13T16:39:07.688Z | Compiling libloading v0.7.4 |
2000 | 2024-02-13T16:39:07.729Z | Compiling diff v0.1.13 |
2001 | 2024-02-13T16:39:08.033Z | Compiling regex-syntax v0.6.29 |
2002 | 2024-02-13T16:39:08.281Z | Compiling bindgen v0.69.2 |
2003 | 2024-02-13T16:39:13.697Z | Compiling lalrpop v0.19.12 |
2004 | 2024-02-13T16:39:15.479Z | Compiling vte v0.11.1 |
2005 | 2024-02-13T16:39:17.492Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2006 | 2024-02-13T16:39:20.473Z | Compiling curve25519-dalek v4.1.1 |
2007 | 2024-02-13T16:39:22.483Z | Compiling darling v0.14.4 |
2008 | 2024-02-13T16:39:22.742Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2009 | 2024-02-13T16:39:25.330Z | Compiling cexpr v0.6.0 |
2010 | 2024-02-13T16:39:26.800Z | Compiling which v4.4.0 |
2011 | 2024-02-13T16:39:27.338Z | Compiling kstat-rs v0.2.3 |
2012 | 2024-02-13T16:39:28.590Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2013 | 2024-02-13T16:39:29.329Z | Compiling memoffset v0.7.1 |
2014 | 2024-02-13T16:39:29.659Z | Compiling rustc-hash v1.1.0 |
2015 | 2024-02-13T16:39:29.805Z | Compiling doc-comment v0.3.3 |
2016 | 2024-02-13T16:39:30.325Z | Compiling keccak v0.1.4 |
2017 | 2024-02-13T16:39:31.292Z | Compiling peeking_take_while v0.1.2 |
2018 | 2024-02-13T16:39:31.426Z | Compiling lazycell v1.3.0 |
2019 | 2024-02-13T16:39:31.589Z | Compiling shlex v1.3.0 |
2020 | 2024-02-13T16:39:31.972Z | Compiling buf-list v1.0.3 |
2021 | 2024-02-13T16:39:32.542Z | Compiling bytecount v0.6.3 |
2022 | 2024-02-13T16:39:32.847Z | Compiling papergrid v0.11.0 |
2023 | 2024-02-13T16:39:36.645Z | Compiling sha3 v0.10.8 |
2024 | 2024-02-13T16:39:37.819Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2025 | 2024-02-13T16:39:37.894Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2026 | 2024-02-13T16:39:38.020Z | Compiling derive_builder_core v0.12.0 |
2027 | 2024-02-13T16:39:40.351Z | Compiling strip-ansi-escapes v0.2.0 |
2028 | 2024-02-13T16:39:41.093Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2029 | 2024-02-13T16:39:42.554Z | Compiling polar-core v0.27.0 |
2030 | 2024-02-13T16:39:44.070Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2031 | 2024-02-13T16:39:44.980Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2032 | 2024-02-13T16:39:45.999Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2033 | 2024-02-13T16:39:47.706Z | Compiling tabled_derive v0.7.0 |
2034 | 2024-02-13T16:39:47.975Z | Compiling fd-lock v3.0.13 |
2035 | 2024-02-13T16:39:48.202Z | Compiling fd-lock v4.0.2 |
2036 | 2024-02-13T16:39:48.406Z | Compiling headers-core v0.2.0 |
2037 | 2024-02-13T16:39:48.577Z | Compiling universal-hash v0.5.1 |
2038 | 2024-02-13T16:39:48.797Z | Compiling nix v0.27.1 |
2039 | 2024-02-13T16:39:49.081Z | Compiling secrecy v0.8.0 |
2040 | 2024-02-13T16:39:49.352Z | Compiling libxml v0.3.3 |
2041 | 2024-02-13T16:39:49.713Z | Compiling pin-project-internal v1.1.3 |
2042 | 2024-02-13T16:39:49.924Z | Compiling curve25519-dalek-derive v0.1.0 |
2043 | 2024-02-13T16:39:51.026Z | Compiling thiserror-impl-no-std v2.0.2 |
2044 | 2024-02-13T16:39:51.327Z | Compiling sqlparser_derive v0.2.2 |
2045 | 2024-02-13T16:39:51.662Z | Compiling opaque-debug v0.3.0 |
2046 | 2024-02-13T16:39:52.043Z | Compiling nu-ansi-term v0.49.0 |
2047 | 2024-02-13T16:39:52.374Z | Compiling unicode_categories v0.1.1 |
2048 | 2024-02-13T16:39:52.643Z | Compiling ref-cast v1.0.20 |
2049 | 2024-02-13T16:39:52.716Z | Compiling pin-project v1.1.3 |
2050 | 2024-02-13T16:39:52.837Z | Compiling sqlformat v0.2.3 |
2051 | 2024-02-13T16:39:53.153Z | Compiling reedline v0.28.0 |
2052 | 2024-02-13T16:39:53.431Z | Compiling sqlparser v0.43.1 |
2053 | 2024-02-13T16:39:53.781Z | Compiling thiserror-no-std v2.0.2 |
2054 | 2024-02-13T16:39:53.929Z | Compiling rustyline v13.0.0 |
2055 | 2024-02-13T16:39:54.504Z | Compiling poly1305 v0.8.0 |
2056 | 2024-02-13T16:39:56.103Z | Compiling tabled v0.15.0 |
2057 | 2024-02-13T16:40:01.880Z | Compiling headers v0.3.9 |
2058 | 2024-02-13T16:40:02.564Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2059 | 2024-02-13T16:40:04.237Z | Compiling derive_builder_macro v0.12.0 |
2060 | 2024-02-13T16:40:07.343Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2061 | 2024-02-13T16:40:07.398Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2062 | 2024-02-13T16:40:07.698Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2063 | 2024-02-13T16:40:08.007Z | Compiling chacha20 v0.9.1 |
2064 | 2024-02-13T16:40:08.466Z | Compiling aead v0.5.2 |
2065 | 2024-02-13T16:40:08.810Z | Compiling strum_macros v0.24.3 |
2066 | 2024-02-13T16:40:12.372Z | Compiling bcs v0.1.6 |
2067 | 2024-02-13T16:40:13.264Z | Compiling snafu-derive v0.7.5 |
2068 | 2024-02-13T16:40:14.042Z | Compiling ref-cast-impl v1.0.20 |
2069 | 2024-02-13T16:40:15.146Z | Compiling fs-err v2.11.0 |
2070 | 2024-02-13T16:40:15.236Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2071 | 2024-02-13T16:40:15.449Z | Compiling cookie v0.18.0 |
2072 | 2024-02-13T16:40:15.553Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2073 | 2024-02-13T16:40:15.785Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2074 | 2024-02-13T16:40:15.865Z | Compiling highway v1.1.0 |
2075 | 2024-02-13T16:40:16.101Z | Compiling salty v0.2.0 |
2076 | 2024-02-13T16:40:16.401Z | Compiling signature v1.6.4 |
2077 | 2024-02-13T16:40:16.524Z | Compiling indoc v1.0.9 |
2078 | 2024-02-13T16:40:16.574Z | Compiling ed25519 v1.5.3 |
2079 | 2024-02-13T16:40:16.884Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2080 | 2024-02-13T16:40:17.763Z | Compiling chacha20poly1305 v0.10.1 |
2081 | 2024-02-13T16:40:18.011Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2082 | 2024-02-13T16:40:18.335Z | Compiling snafu v0.7.5 |
2083 | 2024-02-13T16:40:19.872Z | Compiling derive_builder v0.12.0 |
2084 | 2024-02-13T16:40:24.667Z | Compiling vsss-rs v3.3.4 |
2085 | 2024-02-13T16:40:26.113Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2086 | 2024-02-13T16:40:26.870Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2087 | 2024-02-13T16:40:27.134Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2088 | 2024-02-13T16:40:27.219Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2089 | 2024-02-13T16:40:27.446Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2090 | 2024-02-13T16:40:27.638Z | Compiling globset v0.4.13 |
2091 | 2024-02-13T16:40:29.929Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2092 | 2024-02-13T16:40:32.813Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2093 | 2024-02-13T16:40:33.064Z | Compiling olpc-cjson v0.1.3 |
2094 | 2024-02-13T16:40:33.636Z | Compiling bb8 v0.8.3 |
2095 | 2024-02-13T16:40:33.674Z | Compiling quick-xml v0.30.0 |
2096 | 2024-02-13T16:40:34.215Z | Compiling serde-big-array v0.5.1 |
2097 | 2024-02-13T16:40:34.461Z | Compiling serde_plain v1.0.2 |
2098 | 2024-02-13T16:40:34.991Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2099 | 2024-02-13T16:40:35.648Z | Compiling async-recursion v1.0.5 |
2100 | 2024-02-13T16:40:35.847Z | Compiling oso-derive v0.27.0 |
2101 | 2024-02-13T16:40:36.549Z | Compiling impl-trait-for-tuples v0.2.2 |
2102 | 2024-02-13T16:40:36.564Z | Compiling http-range v0.1.5 |
2103 | 2024-02-13T16:40:36.833Z | Compiling maplit v1.0.2 |
2104 | 2024-02-13T16:40:36.947Z | Compiling typed-path v0.7.0 |
2105 | 2024-02-13T16:40:37.169Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2106 | 2024-02-13T16:40:38.852Z | Compiling hyper-staticfile v0.9.5 |
2107 | 2024-02-13T16:40:42.293Z | Compiling tough v0.16.0 |
2108 | 2024-02-13T16:40:44.280Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2109 | 2024-02-13T16:40:45.113Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2110 | 2024-02-13T16:40:45.878Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2111 | 2024-02-13T16:40:46.476Z | Compiling oso v0.27.0 |
2112 | 2024-02-13T16:41:16.557Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2113 | 2024-02-13T16:41:16.560Z | Compiling signal-hook-tokio v0.3.1 |
2114 | 2024-02-13T16:41:16.765Z | Compiling serde-big-array v0.4.1 |
2115 | 2024-02-13T16:41:16.948Z | Compiling parse-size v1.0.0 |
2116 | 2024-02-13T16:41:17.278Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2117 | 2024-02-13T16:41:18.027Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2118 | 2024-02-13T16:41:19.752Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2119 | 2024-02-13T16:41:21.267Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2120 | 2024-02-13T16:41:22.674Z | Compiling castaway v0.2.2 |
2121 | 2024-02-13T16:41:22.855Z | Compiling strum_macros v0.26.1 |
2122 | 2024-02-13T16:41:27.771Z | Compiling corncobs v0.1.3 |
2123 | 2024-02-13T16:41:28.202Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2124 | 2024-02-13T16:41:29.020Z | Compiling strum v0.26.1 |
2125 | 2024-02-13T16:41:29.212Z | Compiling compact_str v0.7.1 |
2126 | 2024-02-13T16:41:30.862Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2127 | 2024-02-13T16:41:32.460Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2128 | 2024-02-13T16:41:33.189Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2129 | 2024-02-13T16:41:33.627Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2130 | 2024-02-13T16:41:33.956Z | Compiling lru v0.12.1 |
2131 | 2024-02-13T16:41:34.290Z | Compiling stability v0.1.1 |
2132 | 2024-02-13T16:41:35.227Z | Compiling cassowary v0.3.0 |
2133 | 2024-02-13T16:41:36.412Z | Compiling indoc v2.0.3 |
2134 | 2024-02-13T16:41:37.426Z | Compiling ratatui v0.26.0 |
2135 | 2024-02-13T16:41:39.807Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2136 | 2024-02-13T16:41:41.395Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2137 | 2024-02-13T16:41:45.657Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2138 | 2024-02-13T16:41:46.385Z | Compiling rcgen v0.12.1 |
2139 | 2024-02-13T16:41:55.617Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2140 | 2024-02-13T16:41:56.442Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2141 | 2024-02-13T16:41:56.753Z | Compiling atomicwrites v0.4.3 |
2142 | 2024-02-13T16:41:57.297Z | Compiling subprocess v0.2.9 |
2143 | 2024-02-13T16:41:57.709Z | Compiling smawk v0.3.1 |
2144 | 2024-02-13T16:41:57.956Z | Compiling unicode-linebreak v0.1.5 |
2145 | 2024-02-13T16:41:58.508Z | Compiling textwrap v0.16.0 |
2146 | 2024-02-13T16:42:02.226Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2147 | 2024-02-13T16:42:02.914Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2148 | 2024-02-13T16:42:08.478Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2149 | 2024-02-13T16:42:14.872Z | Compiling fatfs v0.3.6 |
2150 | 2024-02-13T16:42:15.819Z | Compiling nanorand v0.7.0 |
2151 | 2024-02-13T16:42:16.559Z | Compiling rtoolbox v0.0.1 |
2152 | 2024-02-13T16:42:17.013Z | Compiling assert_matches v1.5.0 |
2153 | 2024-02-13T16:42:17.115Z | Compiling is_ci v1.1.1 |
2154 | 2024-02-13T16:42:17.406Z | Compiling humantime v2.1.0 |
2155 | 2024-02-13T16:42:18.179Z | Compiling supports-color v2.1.0 |
2156 | 2024-02-13T16:42:18.282Z | Compiling rpassword v7.3.1 |
2157 | 2024-02-13T16:42:18.723Z | Compiling flume v0.11.0 |
2158 | 2024-02-13T16:42:18.900Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2159 | 2024-02-13T16:42:19.553Z | Compiling tui-tree-widget v0.17.0 |
2160 | 2024-02-13T16:42:19.945Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2161 | 2024-02-13T16:42:27.723Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2162 | 2024-02-13T16:42:28.051Z | Compiling csv-core v0.1.11 |
2163 | 2024-02-13T16:42:29.275Z | Compiling shell-words v1.1.0 |
2164 | 2024-02-13T16:42:29.546Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2165 | 2024-02-13T16:42:32.253Z | Compiling csv v1.3.0 |
2166 | 2024-02-13T16:42:34.557Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2167 | 2024-02-13T16:43:19.040Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2168 | 2024-02-13T16:43:27.160Z | Compiling multimap v0.8.3 |
2169 | 2024-02-13T16:44:51.609Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2170 | 2024-02-13T16:44:54.097Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2171 | 2024-02-13T16:44:58.134Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2172 | 2024-02-13T16:51:02.920Z | Finished release [optimized] target(s) in 13m 20s |
2173 | 2024-02-13T16:51:58.052Z | |
2174 | 2024-02-13T16:51:58.055Z | real 14:16.407921266 |
2175 | 2024-02-13T16:51:58.056Z | user 1:39:35.167902790 |
2176 | 2024-02-13T16:51:58.056Z | sys 4:29.564211550 |
2177 | 2024-02-13T16:51:58.056Z | trap 2.270145961 |
2178 | 2024-02-13T16:51:58.056Z | tflt 1.770081368 |
2179 | 2024-02-13T16:51:58.056Z | dflt 2.460329393 |
2180 | 2024-02-13T16:51:58.056Z | kflt 0.085517970 |
2181 | 2024-02-13T16:51:58.056Z | lock 6:17:24.295723252 |
2182 | 2024-02-13T16:51:58.056Z | slp 3:53:13.979577267 |
2183 | 2024-02-13T16:51:58.056Z | lat 2:14.919048631 |
2184 | 2024-02-13T16:51:58.056Z | stop 51.073282609 |
2185 | 2024-02-13T16:51:58.056Z | + 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/*) |
2186 | 2024-02-13T16:51:58.056Z | + pfexec mkdir -p /work |
2187 | 2024-02-13T16:51:58.061Z | + pfexec chown build /work |
2188 | 2024-02-13T16:51:58.061Z | + 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 |
2189 | 2024-02-13T16:52:08.185Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2190 | 2024-02-13T16:52:08.185Z | a out/mg-ddm-gz.tar 67684K |
2191 | 2024-02-13T16:52:08.185Z | a out/omicron-sled-agent.tar 119923K |
2192 | 2024-02-13T16:52:08.185Z | a out/oxlog.tar 8186K |
2193 | 2024-02-13T16:52:08.185Z | a out/target/test 1K |
2194 | 2024-02-13T16:52:08.185Z | a out/npuzone/npuzone 36313K |
2195 | 2024-02-13T16:52:08.185Z | a package-manifest.toml 24K |
2196 | 2024-02-13T16:52:08.185Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2197 | 2024-02-13T16:52:08.185Z | a target/release/omicron-package 44642K |
2198 | 2024-02-13T16:52:08.185Z | a tools/create_virtual_hardware.sh 4K |
2199 | 2024-02-13T16:52:08.185Z | a tools/virtual_hardware.sh 4K |
2200 | 2024-02-13T16:52:08.185Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2201 | 2024-02-13T16:52:08.185Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2202 | 2024-02-13T16:52:08.185Z | a tools/scrimlet/softnpu-init.sh 3K |
2203 | 2024-02-13T16:52:08.185Z | a tools/scrimlet/softnpu-zone.txt 1K |
2204 | 2024-02-13T16:52:08.185Z | a tools/scrimlet/softnpu.toml 1K |
2205 | 2024-02-13T16:52:08.189Z | |
2206 | 2024-02-13T16:52:08.189Z | real 10.122384851 |
2207 | 2024-02-13T16:52:08.189Z | user 9.786385480 |
2208 | 2024-02-13T16:52:08.189Z | sys 0.683737542 |
2209 | 2024-02-13T16:52:08.189Z | trap 0.001834217 |
2210 | 2024-02-13T16:52:08.189Z | tflt 0.000000000 |
2211 | 2024-02-13T16:52:08.189Z | dflt 0.000000000 |
2212 | 2024-02-13T16:52:08.189Z | kflt 0.000000000 |
2213 | 2024-02-13T16:52:08.189Z | lock 0.000000000 |
2214 | 2024-02-13T16:52:08.189Z | slp 9.544037290 |
2215 | 2024-02-13T16:52:08.189Z | lat 0.225921498 |
2216 | 2024-02-13T16:52:08.189Z | stop 0.000205242 |
2217 | 2024-02-13T16:52:08.189Z | ++ pwd |
2218 | 2024-02-13T16:52:08.189Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2219 | 2024-02-13T16:52:08.192Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2220 | 2024-02-13T16:52:08.192Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2221 | 2024-02-13T16:52:08.869Z | Finished release [optimized] target(s) in 0.62s |
2222 | 2024-02-13T16:52:08.889Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2223 | 2024-02-13T16:52:08.918Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2224 | 2024-02-13T16:52:08.921Z | Created new build target 'host' and set it as active |
2225 | 2024-02-13T16:52:08.921Z | |
2226 | 2024-02-13T16:52:08.921Z | real 0.724911378 |
2227 | 2024-02-13T16:52:08.921Z | user 0.493944694 |
2228 | 2024-02-13T16:52:08.921Z | sys 0.231603973 |
2229 | 2024-02-13T16:52:08.921Z | trap 0.000037523 |
2230 | 2024-02-13T16:52:08.921Z | tflt 0.000010817 |
2231 | 2024-02-13T16:52:08.922Z | dflt 0.000003019 |
2232 | 2024-02-13T16:52:08.922Z | kflt 0.000000000 |
2233 | 2024-02-13T16:52:08.922Z | lock 0.022522183 |
2234 | 2024-02-13T16:52:08.922Z | slp 0.013282304 |
2235 | 2024-02-13T16:52:08.922Z | lat 0.001067098 |
2236 | 2024-02-13T16:52:08.922Z | stop 0.000167871 |
2237 | 2024-02-13T16:52:08.922Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2238 | 2024-02-13T16:52:09.595Z | Finished release [optimized] target(s) in 0.62s |
2239 | 2024-02-13T16:52:09.614Z | Running `target/release/omicron-package -t host package` |
2240 | 2024-02-13T16:52:09.642Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2241 | 2024-02-13T16:52:10.342Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2242 | 2024-02-13T16:52:23.951Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2243 | 2024-02-13T16:53:34.505Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2244 | 2024-02-13T16:55:01.438Z | Finished release [optimized] target(s) in 2m 51s |
2245 | 2024-02-13T16:55:36.296Z | |
2246 | 2024-02-13T16:55:36.300Z | real 3:27.324505049 |
2247 | 2024-02-13T16:55:36.300Z | user 18:00.343259798 |
2248 | 2024-02-13T16:55:36.300Z | sys 50.040236185 |
2249 | 2024-02-13T16:55:36.300Z | trap 0.331733195 |
2250 | 2024-02-13T16:55:36.300Z | tflt 0.040281076 |
2251 | 2024-02-13T16:55:36.300Z | dflt 4.203667687 |
2252 | 2024-02-13T16:55:36.300Z | kflt 0.137090192 |
2253 | 2024-02-13T16:55:36.300Z | lock 1:08:41.208282863 |
2254 | 2024-02-13T16:55:36.300Z | slp 18:42.070162277 |
2255 | 2024-02-13T16:55:36.300Z | lat 10.126928659 |
2256 | 2024-02-13T16:55:36.300Z | stop 3.100130736 |
2257 | 2024-02-13T16:55:36.300Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2258 | 2024-02-13T16:55:36.300Z | + for package in "$@" |
2259 | 2024-02-13T16:55:36.300Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2260 | 2024-02-13T16:55:36.300Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+gitf245a9283f0 |
2261 | 2024-02-13T16:55:36.975Z | Finished release [optimized] target(s) in 0.62s |
2262 | 2024-02-13T16:55:36.994Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+gitf245a9283f0` |
2263 | 2024-02-13T16:55:37.023Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2264 | 2024-02-13T16:55:37.227Z | Created: out/versioned/omicron-sled-agent.tar |
2265 | 2024-02-13T16:55:37.231Z | + for package in "$@" |
2266 | 2024-02-13T16:55:37.231Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2267 | 2024-02-13T16:55:37.231Z | + echo 0.0.0 |
2268 | 2024-02-13T16:55:37.231Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2269 | 2024-02-13T16:55:37.234Z | a VERSION 1K |
2270 | 2024-02-13T16:55:37.234Z | + rm VERSION |
2271 | 2024-02-13T16:55:37.237Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+gitf245a9283f0 |
2272 | 2024-02-13T16:55:37.889Z | Finished release [optimized] target(s) in 0.60s |
2273 | 2024-02-13T16:55:37.909Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+gitf245a9283f0` |
2274 | 2024-02-13T16:55:37.937Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2275 | 2024-02-13T16:55:38.054Z | Created: out/versioned/mg-ddm-gz.tar |
2276 | 2024-02-13T16:55:38.057Z | + for package in "$@" |
2277 | 2024-02-13T16:55:38.058Z | + [[ propolis-server == mg-ddm-gz ]] |
2278 | 2024-02-13T16:55:38.058Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+gitf245a9283f0 |
2279 | 2024-02-13T16:55:38.724Z | Finished release [optimized] target(s) in 0.61s |
2280 | 2024-02-13T16:55:38.744Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+gitf245a9283f0` |
2281 | 2024-02-13T16:55:38.776Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2282 | 2024-02-13T16:55:39.812Z | Created: out/versioned/propolis-server.tar.gz |
2283 | 2024-02-13T16:55:39.816Z | + for package in "$@" |
2284 | 2024-02-13T16:55:39.816Z | + [[ overlay == mg-ddm-gz ]] |
2285 | 2024-02-13T16:55:39.816Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+gitf245a9283f0 |
2286 | 2024-02-13T16:55:40.505Z | Finished release [optimized] target(s) in 0.63s |
2287 | 2024-02-13T16:55:40.521Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+gitf245a9283f0` |
2288 | 2024-02-13T16:55:40.551Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2289 | 2024-02-13T16:55:40.554Z | Created: out/versioned/overlay.tar.gz |
2290 | 2024-02-13T16:55:40.554Z | + for package in "$@" |
2291 | 2024-02-13T16:55:40.554Z | + [[ oxlog == mg-ddm-gz ]] |
2292 | 2024-02-13T16:55:40.554Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+gitf245a9283f0 |
2293 | 2024-02-13T16:55:41.214Z | Finished release [optimized] target(s) in 0.61s |
2294 | 2024-02-13T16:55:41.233Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+gitf245a9283f0` |
2295 | 2024-02-13T16:55:41.264Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2296 | 2024-02-13T16:55:41.282Z | Created: out/versioned/oxlog.tar |
2297 | 2024-02-13T16:55:41.286Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2298 | 2024-02-13T16:55:41.295Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2299 | 2024-02-13T16:55:41.298Z | ++ cd -- ./tools |
2300 | 2024-02-13T16:55:41.298Z | ++ pwd |
2301 | 2024-02-13T16:55:41.298Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2302 | 2024-02-13T16:55:41.298Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2303 | 2024-02-13T16:55:41.301Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2304 | 2024-02-13T16:55:41.304Z | ++ readlink -f /work |
2305 | 2024-02-13T16:55:41.305Z | + out_dir=/work |
2306 | 2024-02-13T16:55:41.305Z | + 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") |
2307 | 2024-02-13T16:55:41.305Z | + for dep in "${deps[@]}" |
2308 | 2024-02-13T16:55:41.305Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2309 | 2024-02-13T16:55:41.305Z | + for dep in "${deps[@]}" |
2310 | 2024-02-13T16:55:41.305Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2311 | 2024-02-13T16:55:41.305Z | + for dep in "${deps[@]}" |
2312 | 2024-02-13T16:55:41.305Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2313 | 2024-02-13T16:55:41.305Z | + for dep in "${deps[@]}" |
2314 | 2024-02-13T16:55:41.305Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2315 | 2024-02-13T16:55:41.305Z | + for dep in "${deps[@]}" |
2316 | 2024-02-13T16:55:41.305Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2317 | 2024-02-13T16:55:41.305Z | ++ mktemp -d |
2318 | 2024-02-13T16:55:41.310Z | + tmp_gz=/tmp/tmp.1DaWUh |
2319 | 2024-02-13T16:55:41.310Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2320 | 2024-02-13T16:55:41.310Z | + echo '{"v":"1","t":"layer"}' |
2321 | 2024-02-13T16:55:41.310Z | + pkg_dir=/tmp/tmp.1DaWUh/root/opt/oxide/sled-agent |
2322 | 2024-02-13T16:55:41.310Z | + mkdir -p /tmp/tmp.1DaWUh/root/opt/oxide/sled-agent |
2323 | 2024-02-13T16:55:41.310Z | + cd /tmp/tmp.1DaWUh/root/opt/oxide/sled-agent |
2324 | 2024-02-13T16:55:41.310Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2325 | 2024-02-13T16:55:41.390Z | x ., 0 bytes, 0 tape blocks |
2326 | 2024-02-13T16:55:41.390Z | x zone-bundle, 41753920 bytes, 81551 tape blocks |
2327 | 2024-02-13T16:55:41.390Z | x sled-agent, 81030688 bytes, 158264 tape blocks |
2328 | 2024-02-13T16:55:41.390Z | x pkg, 0 bytes, 0 tape blocks |
2329 | 2024-02-13T16:55:41.390Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2330 | 2024-02-13T16:55:41.390Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2331 | 2024-02-13T16:55:41.390Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2332 | 2024-02-13T16:55:41.390Z | x VERSION, 25 bytes, 1 tape blocks |
2333 | 2024-02-13T16:55:41.393Z | + mkdir -p /tmp/tmp.1DaWUh/root/lib/svc/manifest/site/ |
2334 | 2024-02-13T16:55:41.393Z | + mv pkg/manifest.xml /tmp/tmp.1DaWUh/root/lib/svc/manifest/site/sled-agent.xml |
2335 | 2024-02-13T16:55:41.396Z | + cd - |
2336 | 2024-02-13T16:55:41.396Z | /work/oxidecomputer/omicron |
2337 | 2024-02-13T16:55:41.396Z | + pkg_dir=/tmp/tmp.1DaWUh/root/opt/oxide/mg-ddm |
2338 | 2024-02-13T16:55:41.396Z | + mkdir -p /tmp/tmp.1DaWUh/root/opt/oxide/mg-ddm |
2339 | 2024-02-13T16:55:41.399Z | + cd /tmp/tmp.1DaWUh/root/opt/oxide/mg-ddm |
2340 | 2024-02-13T16:55:41.399Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2341 | 2024-02-13T16:55:41.443Z | x ., 0 bytes, 0 tape blocks |
2342 | 2024-02-13T16:55:41.443Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2343 | 2024-02-13T16:55:41.443Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2344 | 2024-02-13T16:55:41.443Z | x pkg, 0 bytes, 0 tape blocks |
2345 | 2024-02-13T16:55:41.443Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2346 | 2024-02-13T16:55:41.443Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2347 | 2024-02-13T16:55:41.443Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2348 | 2024-02-13T16:55:41.443Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2349 | 2024-02-13T16:55:41.443Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2350 | 2024-02-13T16:55:41.443Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2351 | 2024-02-13T16:55:41.443Z | x VERSION, 25 bytes, 1 tape blocks |
2352 | 2024-02-13T16:55:41.446Z | + cd - |
2353 | 2024-02-13T16:55:41.446Z | /work/oxidecomputer/omicron |
2354 | 2024-02-13T16:55:41.446Z | + pkg_dir=/tmp/tmp.1DaWUh/root/opt/oxide/oxlog |
2355 | 2024-02-13T16:55:41.447Z | + mkdir -p /tmp/tmp.1DaWUh/root/opt/oxide/oxlog |
2356 | 2024-02-13T16:55:41.447Z | + cd /tmp/tmp.1DaWUh/root/opt/oxide/oxlog |
2357 | 2024-02-13T16:55:41.447Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2358 | 2024-02-13T16:55:41.453Z | x ., 0 bytes, 0 tape blocks |
2359 | 2024-02-13T16:55:41.453Z | x oxlog, 8379568 bytes, 16367 tape blocks |
2360 | 2024-02-13T16:55:41.453Z | x VERSION, 25 bytes, 1 tape blocks |
2361 | 2024-02-13T16:55:41.457Z | + cd - |
2362 | 2024-02-13T16:55:41.457Z | /work/oxidecomputer/omicron |
2363 | 2024-02-13T16:55:41.457Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.1DaWUh/root/opt/oxide |
2364 | 2024-02-13T16:55:41.530Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.1DaWUh/root/opt/oxide |
2365 | 2024-02-13T16:55:41.533Z | + cd /tmp/tmp.1DaWUh |
2366 | 2024-02-13T16:55:41.533Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2367 | 2024-02-13T16:55:50.232Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2368 | 2024-02-13T16:55:50.232Z | a oxide.json 1K |
2369 | 2024-02-13T16:55:50.232Z | a root/ 0K |
2370 | 2024-02-13T16:55:50.232Z | a root/opt/ 0K |
2371 | 2024-02-13T16:55:50.232Z | a root/opt/oxide/ 0K |
2372 | 2024-02-13T16:55:50.232Z | a root/opt/oxide/sled-agent/ 0K |
2373 | 2024-02-13T16:55:50.232Z | a root/opt/oxide/sled-agent/zone-bundle 40776K |
2374 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/sled-agent/sled-agent 79132K |
2375 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2376 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2377 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2378 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/sled-agent/VERSION 1K |
2379 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/mg-ddm/ 0K |
2380 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2381 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2382 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2383 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2384 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2385 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2386 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2387 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2388 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2389 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2390 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/oxlog/ 0K |
2391 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/oxlog/oxlog 8184K |
2392 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/oxlog/VERSION 1K |
2393 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/propolis-server.tar.gz 64617K |
2394 | 2024-02-13T16:55:50.233Z | a root/opt/oxide/overlay.tar.gz 3K |
2395 | 2024-02-13T16:55:50.233Z | a root/lib/ 0K |
2396 | 2024-02-13T16:55:50.233Z | a root/lib/svc/ 0K |
2397 | 2024-02-13T16:55:50.233Z | a root/lib/svc/manifest/ 0K |
2398 | 2024-02-13T16:55:50.233Z | a root/lib/svc/manifest/site/ 0K |
2399 | 2024-02-13T16:55:50.234Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2400 | 2024-02-13T16:55:50.237Z | + cd / |
2401 | 2024-02-13T16:55:50.237Z | + rm -rf /tmp/tmp.1DaWUh |
2402 | 2024-02-13T16:55:50.261Z | |
2403 | 2024-02-13T16:55:50.265Z | real 8.971575805 |
2404 | 2024-02-13T16:55:50.265Z | user 8.415147062 |
2405 | 2024-02-13T16:55:50.266Z | sys 0.585369809 |
2406 | 2024-02-13T16:55:50.266Z | trap 0.001559090 |
2407 | 2024-02-13T16:55:50.266Z | tflt 0.000000000 |
2408 | 2024-02-13T16:55:50.266Z | dflt 0.000021735 |
2409 | 2024-02-13T16:55:50.266Z | kflt 0.000000000 |
2410 | 2024-02-13T16:55:50.266Z | lock 0.000000000 |
2411 | 2024-02-13T16:55:50.266Z | slp 17.417468667 |
2412 | 2024-02-13T16:55:50.266Z | lat 0.203110735 |
2413 | 2024-02-13T16:55:50.266Z | stop 0.000205476 |
2414 | 2024-02-13T16:55:50.266Z | + mkdir -p /work/zones |
2415 | 2024-02-13T16:55:50.266Z | + 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) |
2416 | 2024-02-13T16:55:50.266Z | + 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/ |
2417 | 2024-02-13T16:55:52.739Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2418 | 2024-02-13T16:55:53.474Z | Finished release [optimized] target(s) in 0.67s |
2419 | 2024-02-13T16:55:53.498Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2420 | 2024-02-13T16:55:53.523Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2421 | 2024-02-13T16:55:53.526Z | Created new build target 'recovery' and set it as active |
2422 | 2024-02-13T16:55:53.526Z | |
2423 | 2024-02-13T16:55:53.526Z | real 0.781959911 |
2424 | 2024-02-13T16:55:53.526Z | user 0.528397533 |
2425 | 2024-02-13T16:55:53.526Z | sys 0.252384824 |
2426 | 2024-02-13T16:55:53.526Z | trap 0.000639742 |
2427 | 2024-02-13T16:55:53.526Z | tflt 0.000003749 |
2428 | 2024-02-13T16:55:53.526Z | dflt 0.000007958 |
2429 | 2024-02-13T16:55:53.526Z | kflt 0.000009938 |
2430 | 2024-02-13T16:55:53.526Z | lock 0.024517202 |
2431 | 2024-02-13T16:55:53.526Z | slp 0.013393875 |
2432 | 2024-02-13T16:55:53.526Z | lat 0.002111525 |
2433 | 2024-02-13T16:55:53.526Z | stop 0.000146505 |
2434 | 2024-02-13T16:55:53.526Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2435 | 2024-02-13T16:55:54.204Z | Finished release [optimized] target(s) in 0.62s |
2436 | 2024-02-13T16:55:54.225Z | Running `target/release/omicron-package -t recovery package` |
2437 | 2024-02-13T16:55:54.253Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2438 | 2024-02-13T16:55:54.845Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2439 | 2024-02-13T16:55:57.239Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2440 | 2024-02-13T16:56:17.982Z | Finished release [optimized] target(s) in 23.37s |
2441 | 2024-02-13T16:56:31.083Z | |
2442 | 2024-02-13T16:56:31.086Z | real 37.544066211 |
2443 | 2024-02-13T16:56:31.086Z | user 1:41.300823912 |
2444 | 2024-02-13T16:56:31.086Z | sys 7.886828314 |
2445 | 2024-02-13T16:56:31.086Z | trap 0.072741881 |
2446 | 2024-02-13T16:56:31.086Z | tflt 0.104785567 |
2447 | 2024-02-13T16:56:31.086Z | dflt 0.355799803 |
2448 | 2024-02-13T16:56:31.086Z | kflt 0.000022435 |
2449 | 2024-02-13T16:56:31.087Z | lock 10:30.638385374 |
2450 | 2024-02-13T16:56:31.087Z | slp 1:43.359400998 |
2451 | 2024-02-13T16:56:31.087Z | lat 1.533367100 |
2452 | 2024-02-13T16:56:31.087Z | stop 0.500228876 |
2453 | 2024-02-13T16:56:31.087Z | + stamp_packages installinator mg-ddm-gz |
2454 | 2024-02-13T16:56:31.087Z | + for package in "$@" |
2455 | 2024-02-13T16:56:31.087Z | + [[ installinator == mg-ddm-gz ]] |
2456 | 2024-02-13T16:56:31.087Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+gitf245a9283f0 |
2457 | 2024-02-13T16:56:31.757Z | Finished release [optimized] target(s) in 0.62s |
2458 | 2024-02-13T16:56:31.777Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+gitf245a9283f0` |
2459 | 2024-02-13T16:56:31.808Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2460 | 2024-02-13T16:56:31.888Z | Created: out/versioned/installinator.tar |
2461 | 2024-02-13T16:56:31.895Z | + for package in "$@" |
2462 | 2024-02-13T16:56:31.895Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2463 | 2024-02-13T16:56:31.895Z | + echo 0.0.0 |
2464 | 2024-02-13T16:56:31.896Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2465 | 2024-02-13T16:56:31.896Z | a VERSION 1K |
2466 | 2024-02-13T16:56:31.896Z | + rm VERSION |
2467 | 2024-02-13T16:56:31.896Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+gitf245a9283f0 |
2468 | 2024-02-13T16:56:32.564Z | Finished release [optimized] target(s) in 0.62s |
2469 | 2024-02-13T16:56:32.584Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+gitf245a9283f0` |
2470 | 2024-02-13T16:56:32.612Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2471 | 2024-02-13T16:56:32.727Z | Created: out/versioned/mg-ddm-gz.tar |
2472 | 2024-02-13T16:56:32.730Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2473 | 2024-02-13T16:56:32.740Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2474 | 2024-02-13T16:56:32.743Z | ++ cd -- ./tools |
2475 | 2024-02-13T16:56:32.743Z | ++ pwd |
2476 | 2024-02-13T16:56:32.743Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2477 | 2024-02-13T16:56:32.743Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2478 | 2024-02-13T16:56:32.746Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2479 | 2024-02-13T16:56:32.746Z | ++ readlink -f /work |
2480 | 2024-02-13T16:56:32.749Z | + out_dir=/work |
2481 | 2024-02-13T16:56:32.749Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2482 | 2024-02-13T16:56:32.749Z | + for dep in "${deps[@]}" |
2483 | 2024-02-13T16:56:32.749Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2484 | 2024-02-13T16:56:32.749Z | + for dep in "${deps[@]}" |
2485 | 2024-02-13T16:56:32.749Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2486 | 2024-02-13T16:56:32.749Z | ++ mktemp -d |
2487 | 2024-02-13T16:56:32.752Z | + tmp_trampoline=/tmp/tmp.EbayZh |
2488 | 2024-02-13T16:56:32.752Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2489 | 2024-02-13T16:56:32.752Z | + echo '{"v":"1","t":"layer"}' |
2490 | 2024-02-13T16:56:32.752Z | + pkg_dir=/tmp/tmp.EbayZh/root/opt/oxide/installinator |
2491 | 2024-02-13T16:56:32.752Z | + mkdir -p /tmp/tmp.EbayZh/root/opt/oxide/installinator |
2492 | 2024-02-13T16:56:32.752Z | + cd /tmp/tmp.EbayZh/root/opt/oxide/installinator |
2493 | 2024-02-13T16:56:32.752Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2494 | 2024-02-13T16:56:32.792Z | x ., 0 bytes, 0 tape blocks |
2495 | 2024-02-13T16:56:32.792Z | x installinator, 55122328 bytes, 107661 tape blocks |
2496 | 2024-02-13T16:56:32.792Z | x pkg, 0 bytes, 0 tape blocks |
2497 | 2024-02-13T16:56:32.792Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2498 | 2024-02-13T16:56:32.792Z | x VERSION, 25 bytes, 1 tape blocks |
2499 | 2024-02-13T16:56:32.796Z | + mkdir -p /tmp/tmp.EbayZh/root/lib/svc/manifest/site/ |
2500 | 2024-02-13T16:56:32.796Z | + mv pkg/manifest.xml /tmp/tmp.EbayZh/root/lib/svc/manifest/site/installinator.xml |
2501 | 2024-02-13T16:56:32.799Z | + cd - |
2502 | 2024-02-13T16:56:32.799Z | /work/oxidecomputer/omicron |
2503 | 2024-02-13T16:56:32.799Z | + pkg_dir=/tmp/tmp.EbayZh/root/opt/oxide/mg-ddm |
2504 | 2024-02-13T16:56:32.799Z | + mkdir -p /tmp/tmp.EbayZh/root/opt/oxide/mg-ddm |
2505 | 2024-02-13T16:56:32.802Z | + cd /tmp/tmp.EbayZh/root/opt/oxide/mg-ddm |
2506 | 2024-02-13T16:56:32.802Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2507 | 2024-02-13T16:56:32.846Z | x ., 0 bytes, 0 tape blocks |
2508 | 2024-02-13T16:56:32.846Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2509 | 2024-02-13T16:56:32.846Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2510 | 2024-02-13T16:56:32.847Z | x pkg, 0 bytes, 0 tape blocks |
2511 | 2024-02-13T16:56:32.847Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2512 | 2024-02-13T16:56:32.847Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2513 | 2024-02-13T16:56:32.847Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2514 | 2024-02-13T16:56:32.847Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2515 | 2024-02-13T16:56:32.847Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2516 | 2024-02-13T16:56:32.847Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2517 | 2024-02-13T16:56:32.847Z | x VERSION, 25 bytes, 1 tape blocks |
2518 | 2024-02-13T16:56:32.850Z | + cd - |
2519 | 2024-02-13T16:56:32.850Z | /work/oxidecomputer/omicron |
2520 | 2024-02-13T16:56:32.850Z | + cd /tmp/tmp.EbayZh |
2521 | 2024-02-13T16:56:32.850Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2522 | 2024-02-13T16:56:37.734Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2523 | 2024-02-13T16:56:37.734Z | a oxide.json 1K |
2524 | 2024-02-13T16:56:37.734Z | a root/ 0K |
2525 | 2024-02-13T16:56:37.734Z | a root/opt/ 0K |
2526 | 2024-02-13T16:56:37.734Z | a root/opt/oxide/ 0K |
2527 | 2024-02-13T16:56:37.734Z | a root/opt/oxide/installinator/ 0K |
2528 | 2024-02-13T16:56:37.734Z | a root/opt/oxide/installinator/installinator 53831K |
2529 | 2024-02-13T16:56:37.734Z | a root/opt/oxide/installinator/pkg/ 0K |
2530 | 2024-02-13T16:56:37.734Z | a root/opt/oxide/installinator/VERSION 1K |
2531 | 2024-02-13T16:56:37.734Z | a root/opt/oxide/mg-ddm/ 0K |
2532 | 2024-02-13T16:56:37.734Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2533 | 2024-02-13T16:56:37.734Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2534 | 2024-02-13T16:56:37.734Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2535 | 2024-02-13T16:56:37.734Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2536 | 2024-02-13T16:56:37.734Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2537 | 2024-02-13T16:56:37.734Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2538 | 2024-02-13T16:56:37.734Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2539 | 2024-02-13T16:56:37.734Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2540 | 2024-02-13T16:56:37.734Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2541 | 2024-02-13T16:56:37.735Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2542 | 2024-02-13T16:56:37.735Z | a root/lib/ 0K |
2543 | 2024-02-13T16:56:37.735Z | a root/lib/svc/ 0K |
2544 | 2024-02-13T16:56:37.735Z | a root/lib/svc/manifest/ 0K |
2545 | 2024-02-13T16:56:37.735Z | a root/lib/svc/manifest/site/ 0K |
2546 | 2024-02-13T16:56:37.735Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2547 | 2024-02-13T16:56:37.738Z | + cd / |
2548 | 2024-02-13T16:56:37.739Z | + rm -rf /tmp/tmp.EbayZh |
2549 | 2024-02-13T16:56:37.739Z | |
2550 | 2024-02-13T16:56:37.739Z | real 4.604226649 |
2551 | 2024-02-13T16:56:37.739Z | user 4.353462869 |
2552 | 2024-02-13T16:56:37.739Z | sys 0.265574112 |
2553 | 2024-02-13T16:56:37.739Z | trap 0.000815141 |
2554 | 2024-02-13T16:56:37.739Z | tflt 0.000000000 |
2555 | 2024-02-13T16:56:37.739Z | dflt 0.000000000 |
2556 | 2024-02-13T16:56:37.739Z | kflt 0.000000000 |
2557 | 2024-02-13T16:56:37.739Z | lock 0.000000000 |
2558 | 2024-02-13T16:56:37.739Z | slp 8.949160192 |
2559 | 2024-02-13T16:56:37.739Z | lat 0.097428682 |
2560 | 2024-02-13T16:56:37.739Z | stop 0.000202925 |
2561 | 2024-02-13T16:56:37.739Z | process exited: duration 1557523 ms, exit code 0 |
|
2562 | 2024-02-13T16:56:37.772Z | found 21 output files |
2563 | 2024-02-13T16:56:37.773Z | uploading: /work/version.txt (26 bytes) |
2564 | 2024-02-13T16:56:39.200Z | uploaded: /work/version.txt |
2565 | 2024-02-13T16:56:39.200Z | uploading: /work/package.tar.gz (88085610 bytes) |
2566 | 2024-02-13T16:57:04.229Z | uploaded: /work/package.tar.gz |
2567 | 2024-02-13T16:57:04.230Z | uploading: /work/global-zone-packages.tar.gz (128139178 bytes) |
2568 | 2024-02-13T16:57:39.395Z | uploaded: /work/global-zone-packages.tar.gz |
2569 | 2024-02-13T16:57:39.395Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38936856 bytes) |
2570 | 2024-02-13T16:57:50.799Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2571 | 2024-02-13T16:57:50.799Z | uploading: /work/zones/clickhouse.tar.gz (194433555 bytes) |
2572 | 2024-02-13T16:58:51.197Z | uploaded: /work/zones/clickhouse.tar.gz |
2573 | 2024-02-13T16:58:51.197Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194433354 bytes) |
2574 | 2024-02-13T16:59:43.791Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2575 | 2024-02-13T16:59:43.791Z | uploading: /work/zones/cockroachdb.tar.gz (131525466 bytes) |
2576 | 2024-02-13T17:00:19.022Z | uploaded: /work/zones/cockroachdb.tar.gz |
2577 | 2024-02-13T17:00:19.022Z | uploading: /work/zones/crucible-pantry.tar.gz (17071602 bytes) |
2578 | 2024-02-13T17:00:26.154Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2579 | 2024-02-13T17:00:26.154Z | uploading: /work/zones/crucible.tar.gz (34042166 bytes) |
2580 | 2024-02-13T17:00:36.274Z | uploaded: /work/zones/crucible.tar.gz |
2581 | 2024-02-13T17:00:36.274Z | uploading: /work/zones/external-dns.tar.gz (23600012 bytes) |
2582 | 2024-02-13T17:00:44.381Z | uploaded: /work/zones/external-dns.tar.gz |
2583 | 2024-02-13T17:00:44.381Z | uploading: /work/zones/internal-dns.tar.gz (23600012 bytes) |
2584 | 2024-02-13T17:00:50.222Z | uploaded: /work/zones/internal-dns.tar.gz |
2585 | 2024-02-13T17:00:50.222Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2586 | 2024-02-13T17:00:51.235Z | uploaded: /work/zones/ntp.tar.gz |
2587 | 2024-02-13T17:00:51.235Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19546148 bytes) |
2588 | 2024-02-13T17:01:00.628Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2589 | 2024-02-13T17:01:00.628Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19545343 bytes) |
2590 | 2024-02-13T17:01:08.684Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2591 | 2024-02-13T17:01:08.684Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87675748 bytes) |
2592 | 2024-02-13T17:01:35.584Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2593 | 2024-02-13T17:01:35.584Z | uploading: /work/zones/omicron-nexus.tar.gz (87677330 bytes) |
2594 | 2024-02-13T17:02:06.915Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2595 | 2024-02-13T17:02:06.915Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2596 | 2024-02-13T17:02:07.926Z | uploaded: /work/zones/overlay.tar.gz |
2597 | 2024-02-13T17:02:07.926Z | uploading: /work/zones/oximeter.tar.gz (55842516 bytes) |
2598 | 2024-02-13T17:02:23.565Z | uploaded: /work/zones/oximeter.tar.gz |
2599 | 2024-02-13T17:02:23.565Z | uploading: /work/zones/propolis-server.tar.gz (66166937 bytes) |
2600 | 2024-02-13T17:02:42.834Z | uploaded: /work/zones/propolis-server.tar.gz |
2601 | 2024-02-13T17:02:42.834Z | uploading: /work/zones/switch-asic.tar.gz (285263325 bytes) |
2602 | 2024-02-13T17:04:06.532Z | uploaded: /work/zones/switch-asic.tar.gz |
2603 | 2024-02-13T17:04:06.532Z | uploading: /work/zones/switch-softnpu.tar.gz (209506234 bytes) |
2604 | 2024-02-13T17:05:14.955Z | uploaded: /work/zones/switch-softnpu.tar.gz |