|
|
|
1 | 2024-03-28T07:16:11.404Z | job assigned to worker 01HT1YHBD1DBEZ5KP19FSNJ70V (queued for 55 s) |
|
2 | 2024-03-28T07:16:18.361Z | starting task 0: "setup" |
3 | 2024-03-28T07:16:18.450Z | ++ uname -s |
4 | 2024-03-28T07:16:18.456Z | + kern=SunOS |
5 | 2024-03-28T07:16:18.457Z | + case "$kern" in |
6 | 2024-03-28T07:16:18.457Z | + groupadd -g 12345 build |
7 | 2024-03-28T07:16:18.521Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-28T07:16:20.535Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-28T07:16:20.645Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-28T07:16:20.650Z | + home_fs=zfs |
11 | 2024-03-28T07:16:20.650Z | + [[ zfs == autofs ]] |
12 | 2024-03-28T07:16:20.650Z | + mkdir -p /home/build |
13 | 2024-03-28T07:16:20.650Z | + chown build:build /home/build /work |
14 | 2024-03-28T07:16:22.648Z | + chmod 0700 /home/build /work |
15 | 2024-03-28T07:16:22.651Z | process exited: duration 4290 ms, exit code 0 |
|
16 | 2024-03-28T07:16:22.657Z | starting task 1: "rust-toolchain" |
17 | 2024-03-28T07:16:22.664Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-28T07:16:22.667Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-03-28T07:16:22.773Z | info: downloading installer |
20 | 2024-03-28T07:16:24.783Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-28T07:16:24.783Z | warning: /opt/ooce/bin |
22 | 2024-03-28T07:16:24.784Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-28T07:16:24.784Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-28T07:16:24.784Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-28T07:16:24.784Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-28T07:16:24.784Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-28T07:16:24.784Z | error: cannot install while Rust is installed |
28 | 2024-03-28T07:16:24.784Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-28T07:16:25.226Z | info: profile set to 'default' |
30 | 2024-03-28T07:16:25.226Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-28T07:16:25.229Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-03-28T07:16:25.353Z | info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17) |
33 | 2024-03-28T07:16:25.353Z | info: downloading component 'cargo' |
34 | 2024-03-28T07:16:26.116Z | info: downloading component 'clippy' |
35 | 2024-03-28T07:16:26.332Z | info: downloading component 'rust-docs' |
36 | 2024-03-28T07:16:27.206Z | info: downloading component 'rust-std' |
37 | 2024-03-28T07:16:28.792Z | info: downloading component 'rustc' |
38 | 2024-03-28T07:16:32.368Z | info: downloading component 'rustfmt' |
39 | 2024-03-28T07:16:32.612Z | info: installing component 'cargo' |
40 | 2024-03-28T07:16:33.419Z | info: installing component 'clippy' |
41 | 2024-03-28T07:16:33.749Z | info: installing component 'rust-docs' |
42 | 2024-03-28T07:16:35.244Z | info: installing component 'rust-std' |
43 | 2024-03-28T07:16:36.959Z | info: installing component 'rustc' |
44 | 2024-03-28T07:16:41.023Z | info: installing component 'rustfmt' |
45 | 2024-03-28T07:16:41.356Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-03-28T07:16:41.356Z | |
47 | 2024-03-28T07:16:41.635Z | stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17) |
48 | 2024-03-28T07:16:41.635Z | |
49 | 2024-03-28T07:16:41.639Z | |
50 | 2024-03-28T07:16:41.639Z | Rust is installed now. Great! |
51 | 2024-03-28T07:16:41.639Z | |
52 | 2024-03-28T07:16:41.639Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-28T07:16:41.639Z | environment variable. This has not been done automatically. |
54 | 2024-03-28T07:16:41.639Z | |
55 | 2024-03-28T07:16:41.639Z | To configure your current shell, you need to source |
56 | 2024-03-28T07:16:41.639Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-28T07:16:41.639Z | |
58 | 2024-03-28T07:16:41.639Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-28T07:16:41.639Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-28T07:16:41.639Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-28T07:16:41.790Z | + rustc --version |
62 | 2024-03-28T07:16:41.845Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
63 | 2024-03-28T07:16:41.848Z | process exited: duration 19188 ms, exit code 0 |
|
64 | 2024-03-28T07:16:41.854Z | starting task 2: "authentication" |
65 | 2024-03-28T07:16:41.875Z | process exited: duration 20 ms, exit code 0 |
|
66 | 2024-03-28T07:16:41.883Z | starting task 3: "clone repository" |
67 | 2024-03-28T07:16:41.886Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-28T07:16:41.889Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-28T07:16:42.616Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-28T07:16:48.182Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-28T07:16:48.182Z | + git fetch origin 3d116a771a135290dcc0cbb4c7352d2769e21648 |
72 | 2024-03-28T07:16:48.812Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-28T07:16:48.812Z | * branch 3d116a771a135290dcc0cbb4c7352d2769e21648 -> FETCH_HEAD |
74 | 2024-03-28T07:16:48.827Z | + [[ -n '' ]] |
75 | 2024-03-28T07:16:48.827Z | + git reset --hard 3d116a771a135290dcc0cbb4c7352d2769e21648 |
76 | 2024-03-28T07:16:49.259Z | HEAD is now at 3d116a771 wip - vnc proxy - avoid double join handle |
77 | 2024-03-28T07:16:49.259Z | process exited: duration 7000 ms, exit code 0 |
|
78 | 2024-03-28T07:16:49.695Z | starting task 4: "build" |
79 | 2024-03-28T07:16:49.699Z | ++++ dirname ./env.sh |
80 | 2024-03-28T07:16:49.699Z | +++ readlink -f . |
81 | 2024-03-28T07:16:49.699Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
82 | 2024-03-28T07:16:49.699Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
83 | 2024-03-28T07:16:49.699Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
84 | 2024-03-28T07:16:49.700Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
85 | 2024-03-28T07:16:49.700Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
86 | 2024-03-28T07:16:49.700Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2024-03-28T07:16:49.700Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
88 | 2024-03-28T07:16:49.700Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-03-28T07:16:49.700Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-03-28T07:16:49.700Z | ++ unset OMICRON_WS |
91 | 2024-03-28T07:16:49.700Z | ++ set +o xtrace |
92 | 2024-03-28T07:16:49.700Z | + pfexec mkdir -p /out |
93 | 2024-03-28T07:16:49.700Z | + pfexec chown 12345 /out |
94 | 2024-03-28T07:16:49.700Z | + banner prerequisites |
95 | 2024-03-28T07:16:49.700Z | |
96 | 2024-03-28T07:16:49.700Z | ##### ##### ###### ##### ###### #### # # # #### # |
97 | 2024-03-28T07:16:49.700Z | # # # # # # # # # # # # # # # |
98 | 2024-03-28T07:16:49.700Z | # # # # ##### # # ##### # # # # # #### # |
99 | 2024-03-28T07:16:49.700Z | ##### ##### # ##### # # # # # # # # # |
100 | 2024-03-28T07:16:49.700Z | # # # # # # # # # # # # # # # |
101 | 2024-03-28T07:16:49.700Z | # # # ###### # # ###### ### # #### # #### # |
102 | 2024-03-28T07:16:49.700Z | |
103 | 2024-03-28T07:16:49.701Z | + set -o xtrace |
104 | 2024-03-28T07:16:49.701Z | + ./tools/install_builder_prerequisites.sh -y |
105 | 2024-03-28T07:17:05.963Z | Startup: Refreshing catalog 'helios-dev' ... Done |
106 | 2024-03-28T07:17:07.507Z | Startup: Caching catalogs ... Done |
107 | 2024-03-28T07:17:09.121Z | Planning: Solver setup ... Done (1.241s) |
108 | 2024-03-28T07:17:09.139Z | Planning: Running solver ... Done (0.025s) |
109 | 2024-03-28T07:17:09.507Z | Planning: Finding local manifests ... Done (0.343s) |
110 | 2024-03-28T07:17:09.519Z | Planning: Fetching manifests: 0/4 0% complete |
111 | 2024-03-28T07:17:09.959Z | Planning: Fetching manifests: 4/4 100% complete |
112 | 2024-03-28T07:17:10.006Z | Planning: Package planning ... Done (0.047s) |
113 | 2024-03-28T07:17:10.059Z | Planning: Merging actions ... Done (0.051s) |
114 | 2024-03-28T07:17:10.728Z | Planning: Checking for conflicting actions ... Done (0.669s) |
115 | 2024-03-28T07:17:10.738Z | Planning: Consolidating action changes ... Done (0.011s) |
116 | 2024-03-28T07:17:22.693Z | Planning: Evaluating mediators ... Done (11.948s) |
117 | 2024-03-28T07:17:22.701Z | Planning: Planning completed in 15.14 seconds |
118 | 2024-03-28T07:17:22.711Z | Packages to install: 4 |
119 | 2024-03-28T07:17:22.711Z | Mediators to change: 2 |
120 | 2024-03-28T07:17:22.715Z | Services to change: 1 |
121 | 2024-03-28T07:17:22.716Z | Estimated space available: 155.80 GB |
122 | 2024-03-28T07:17:22.716Z | Estimated space to be consumed: 1.43 GB |
123 | 2024-03-28T07:17:22.716Z | Create boot environment: No |
124 | 2024-03-28T07:17:22.716Z | Create backup boot environment: No |
125 | 2024-03-28T07:17:22.716Z | Rebuild boot archive: No |
126 | 2024-03-28T07:17:22.716Z | |
127 | 2024-03-28T07:17:22.716Z | Changed mediators: |
128 | 2024-03-28T07:17:22.716Z | mediator clang: |
129 | 2024-03-28T07:17:22.717Z | version: None -> 15 (system default) |
130 | 2024-03-28T07:17:22.717Z | |
131 | 2024-03-28T07:17:22.717Z | mediator llvm: |
132 | 2024-03-28T07:17:22.717Z | version: 14 (system default) -> 15 (system default) |
133 | 2024-03-28T07:17:22.717Z | |
134 | 2024-03-28T07:17:22.717Z | Changed packages: |
135 | 2024-03-28T07:17:22.717Z | helios-dev |
136 | 2024-03-28T07:17:22.717Z | developer/build-essential |
137 | 2024-03-28T07:17:22.717Z | None -> 11-2.0 |
138 | 2024-03-28T07:17:22.718Z | library/libxmlsec1 |
139 | 2024-03-28T07:17:22.718Z | None -> 1.2.35-2.0 |
140 | 2024-03-28T07:17:22.718Z | ooce/developer/clang-15 |
141 | 2024-03-28T07:17:22.718Z | None -> 15.0.7-2.0 |
142 | 2024-03-28T07:17:22.718Z | ooce/developer/llvm-15 |
143 | 2024-03-28T07:17:22.718Z | None -> 15.0.7-2.0 |
144 | 2024-03-28T07:17:22.718Z | |
145 | 2024-03-28T07:17:22.718Z | Services: |
146 | 2024-03-28T07:17:22.718Z | restart_fmri: |
147 | 2024-03-28T07:17:22.718Z | svc:/system/update-man-index:default |
148 | 2024-03-28T07:17:22.890Z | |
149 | 2024-03-28T07:17:22.890Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
150 | 2024-03-28T07:17:27.887Z | Download: 1485/3290 items 117.4/212.6MB 55% complete (23.8M/s) |
151 | 2024-03-28T07:17:32.887Z | Download: 3104/3290 items 128.2/212.6MB 60% complete (12.8M/s) |
152 | 2024-03-28T07:17:37.930Z | Download: 3289/3290 items 211.8/212.6MB 99% complete (10.1M/s) |
153 | 2024-03-28T07:17:37.973Z | Download: Completed 212.60 MB in 15.08 seconds (14.1M/s) |
154 | 2024-03-28T07:17:39.463Z | Actions: 1/3689 actions (Installing new actions) |
155 | 2024-03-28T07:17:44.546Z | Actions: 3552/3689 actions (Installing new actions) |
156 | 2024-03-28T07:17:45.319Z | Actions: Completed 3689 actions in 5.86 seconds. |
157 | 2024-03-28T07:17:45.429Z | Done (0.104s) |
158 | 2024-03-28T07:17:45.429Z | Done (0.000s) |
159 | 2024-03-28T07:17:45.678Z | Done (0.250s) |
160 | 2024-03-28T07:17:51.945Z | Done (6.131s) |
161 | 2024-03-28T07:17:52.237Z | Done (0.224s) |
162 | 2024-03-28T07:17:52.252Z | Done (0.000s) |
163 | 2024-03-28T07:17:52.387Z | Done (0.000s) |
164 | 2024-03-28T07:17:52.902Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-03-28T07:17:53.060Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-03-28T07:17:53.064Z | Planning: Consolidating action changes ... Done |
167 | 2024-03-28T07:17:53.325Z | Planning: Evaluating mediators ... Done |
168 | 2024-03-28T07:17:53.328Z | Planning: Planning completed in 0.42 seconds |
169 | 2024-03-28T07:17:53.361Z | Mediators to change: 2 |
170 | 2024-03-28T07:17:53.362Z | Create boot environment: No |
171 | 2024-03-28T07:17:53.368Z | Create backup boot environment: No |
172 | 2024-03-28T07:17:53.421Z | Done |
173 | 2024-03-28T07:17:53.421Z | Done |
174 | 2024-03-28T07:17:53.599Z | Done |
175 | 2024-03-28T07:17:57.156Z | Done |
176 | 2024-03-28T07:17:57.234Z | Done |
177 | 2024-03-28T07:17:57.238Z | Done |
178 | 2024-03-28T07:17:57.345Z | Done |
179 | 2024-03-28T07:17:57.964Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-03-28T07:17:57.967Z | Planning: Merging actions ... Done |
181 | 2024-03-28T07:17:58.175Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-03-28T07:17:58.192Z | Planning: Consolidating action changes ... Done |
183 | 2024-03-28T07:17:58.421Z | Planning: Evaluating mediators ... Done |
184 | 2024-03-28T07:17:58.481Z | Planning: Planning completed in 0.77 seconds |
185 | 2024-03-28T07:17:58.506Z | Packages to change: 1 |
186 | 2024-03-28T07:17:58.506Z | Mediators to change: 1 |
187 | 2024-03-28T07:17:58.511Z | Services to change: 1 |
188 | 2024-03-28T07:17:58.511Z | Create boot environment: No |
189 | 2024-03-28T07:17:58.511Z | Create backup boot environment: Yes |
190 | 2024-03-28T07:18:00.265Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-03-28T07:18:00.269Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2024-03-28T07:18:00.269Z | Done |
193 | 2024-03-28T07:18:00.269Z | Done |
194 | 2024-03-28T07:18:00.318Z | Done |
195 | 2024-03-28T07:18:03.914Z | Done |
196 | 2024-03-28T07:18:04.003Z | Done |
197 | 2024-03-28T07:18:04.423Z | Done |
198 | 2024-03-28T07:18:04.428Z | Done |
199 | 2024-03-28T07:18:04.530Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-03-28T07:18:04.530Z | clang system 15 system |
201 | 2024-03-28T07:18:04.530Z | csh system system illumos |
202 | 2024-03-28T07:18:04.530Z | ctags system system illumos |
203 | 2024-03-28T07:18:04.530Z | gcc vendor 12 vendor |
204 | 2024-03-28T07:18:04.530Z | gcc system 10 system |
205 | 2024-03-28T07:18:04.530Z | gcc system 7 system |
206 | 2024-03-28T07:18:04.530Z | go system 1.20 system |
207 | 2024-03-28T07:18:04.530Z | go system 1.19 system |
208 | 2024-03-28T07:18:04.531Z | llvm system 15 system |
209 | 2024-03-28T07:18:04.531Z | llvm system 14 system |
210 | 2024-03-28T07:18:04.531Z | mariadb system 10.6 system |
211 | 2024-03-28T07:18:04.531Z | mta vendor vendor dma |
212 | 2024-03-28T07:18:04.531Z | openjdk system 17 system |
213 | 2024-03-28T07:18:04.531Z | openjdk system 11 system |
214 | 2024-03-28T07:18:04.531Z | openjdk system 1.8 system |
215 | 2024-03-28T07:18:04.531Z | openssl vendor 3 vendor |
216 | 2024-03-28T07:18:04.531Z | perl system 5.36 system |
217 | 2024-03-28T07:18:04.531Z | postgresql system 15 system |
218 | 2024-03-28T07:18:04.531Z | postgresql system 13 system |
219 | 2024-03-28T07:18:04.531Z | python vendor 3 vendor |
220 | 2024-03-28T07:18:04.531Z | python system 2 system |
221 | 2024-03-28T07:18:04.531Z | python3 system 3.11 system |
222 | 2024-03-28T07:18:04.531Z | ruby system 3.0 system |
223 | 2024-03-28T07:18:04.531Z | words vendor vendor american-english |
224 | 2024-03-28T07:18:04.531Z | words system system australian-english |
225 | 2024-03-28T07:18:04.531Z | words system system british-english |
226 | 2024-03-28T07:18:04.531Z | words system system canadian-english |
227 | 2024-03-28T07:18:04.531Z | words system system french |
228 | 2024-03-28T07:18:04.531Z | words system system italian |
229 | 2024-03-28T07:18:04.532Z | words system system ngerman |
230 | 2024-03-28T07:18:04.532Z | words system system ogerman |
231 | 2024-03-28T07:18:04.532Z | words system system spanish |
232 | 2024-03-28T07:18:05.271Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-03-28T07:18:05.271Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-03-28T07:18:06.087Z | FMRI IFO |
235 | 2024-03-28T07:18:06.087Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-03-28T07:18:06.087Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-03-28T07:18:06.088Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-03-28T07:18:06.088Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-03-28T07:18:06.088Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-03-28T07:18:06.088Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-03-28T07:18:06.089Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
242 | 2024-03-28T07:18:06.089Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-03-28T07:18:06.089Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
244 | 2024-03-28T07:18:06.089Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
245 | 2024-03-28T07:18:06.089Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-03-28T07:18:06.089Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-03-28T07:18:06.308Z | + set -o errexit |
248 | 2024-03-28T07:18:06.312Z | +++ dirname ./tools/ci_download_cockroachdb |
249 | 2024-03-28T07:18:06.312Z | ++ cd ./tools |
250 | 2024-03-28T07:18:06.312Z | ++ pwd |
251 | 2024-03-28T07:18:06.312Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
252 | 2024-03-28T07:18:06.328Z | ++ basename ./tools/ci_download_cockroachdb |
253 | 2024-03-28T07:18:06.328Z | + ARG0=ci_download_cockroachdb |
254 | 2024-03-28T07:18:06.328Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
255 | 2024-03-28T07:18:06.328Z | + CIDL_VERSION=v22.1.9 |
256 | 2024-03-28T07:18:06.328Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
257 | 2024-03-28T07:18:06.328Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
258 | 2024-03-28T07:18:06.328Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
259 | 2024-03-28T07:18:06.328Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
260 | 2024-03-28T07:18:06.329Z | + TARGET_DIR=out |
261 | 2024-03-28T07:18:06.329Z | + DOWNLOAD_DIR=out/downloads |
262 | 2024-03-28T07:18:06.329Z | + DEST_DIR=./out/cockroachdb |
263 | 2024-03-28T07:18:06.329Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
264 | 2024-03-28T07:18:06.329Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
265 | 2024-03-28T07:18:06.333Z | + main |
266 | 2024-03-28T07:18:06.333Z | + [[ 0 != 0 ]] |
267 | 2024-03-28T07:18:06.333Z | + CIDL_OS=solaris2.11 |
268 | 2024-03-28T07:18:06.334Z | + [[ 0 != 0 ]] |
269 | 2024-03-28T07:18:06.334Z | + configure_os solaris2.11 |
270 | 2024-03-28T07:18:06.334Z | + echo 'current directory: /work/oxidecomputer/omicron' |
271 | 2024-03-28T07:18:06.334Z | current directory: /work/oxidecomputer/omicron |
272 | 2024-03-28T07:18:06.334Z | + echo 'configuring based on OS: "solaris2.11"' |
273 | 2024-03-28T07:18:06.334Z | + case "$1" in |
274 | 2024-03-28T07:18:06.334Z | configuring based on OS: "solaris2.11" |
275 | 2024-03-28T07:18:06.334Z | + CIDL_BUILD=illumos |
276 | 2024-03-28T07:18:06.334Z | + CIDL_SUFFIX=tar.gz |
277 | 2024-03-28T07:18:06.334Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
278 | 2024-03-28T07:18:06.334Z | + CIDL_URL_BASE=https://illumos.org/downloads |
279 | 2024-03-28T07:18:06.334Z | + CIDL_ASSEMBLE=do_assemble_illumos |
280 | 2024-03-28T07:18:06.335Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
281 | 2024-03-28T07:18:06.335Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-03-28T07:18:06.335Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-03-28T07:18:06.335Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
284 | 2024-03-28T07:18:06.335Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-03-28T07:18:06.335Z | + CIDL_SHA256FUNC=do_sha256sum |
286 | 2024-03-28T07:18:06.335Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2024-03-28T07:18:06.335Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
288 | 2024-03-28T07:18:06.335Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-03-28T07:18:06.335Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-03-28T07:18:06.335Z | + mkdir -p out/downloads |
291 | 2024-03-28T07:18:06.335Z | + mkdir -p ./out/cockroachdb |
292 | 2024-03-28T07:18:06.335Z | + local DO_DOWNLOAD=true |
293 | 2024-03-28T07:18:06.336Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
294 | 2024-03-28T07:18:06.336Z | + '[' true == true ']' |
295 | 2024-03-28T07:18:06.336Z | + echo Downloading... |
296 | 2024-03-28T07:18:06.336Z | Downloading... |
297 | 2024-03-28T07:18:06.336Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-03-28T07:18:06.336Z | + 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 |
299 | 2024-03-28T07:18:08.561Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-03-28T07:18:08.565Z | ++ sha256sum |
301 | 2024-03-28T07:18:08.565Z | ++ awk '{print $1}' |
302 | 2024-03-28T07:18:08.803Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
303 | 2024-03-28T07:18:08.804Z | + [[ 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 ]] |
304 | 2024-03-28T07:18:08.819Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-03-28T07:18:08.819Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
306 | 2024-03-28T07:18:10.988Z | + do_assemble_illumos |
307 | 2024-03-28T07:18:10.988Z | + rm -r ./out/cockroachdb |
308 | 2024-03-28T07:18:10.993Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
309 | 2024-03-28T07:18:11.383Z | + ./out/cockroachdb/bin/cockroach version |
310 | 2024-03-28T07:18:11.646Z | Build Tag: v22.1.9-dirty |
311 | 2024-03-28T07:18:11.646Z | Build Time: 2022/10/26 21:17:46 |
312 | 2024-03-28T07:18:11.646Z | Distribution: OSS |
313 | 2024-03-28T07:18:11.646Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
314 | 2024-03-28T07:18:11.647Z | Go Version: go1.17.13 |
315 | 2024-03-28T07:18:11.647Z | C Compiler: gcc 10.3.0 |
316 | 2024-03-28T07:18:11.647Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
317 | 2024-03-28T07:18:11.647Z | Build Type: release |
318 | 2024-03-28T07:18:11.663Z | + set -o errexit |
319 | 2024-03-28T07:18:11.667Z | +++ dirname ./tools/ci_download_clickhouse |
320 | 2024-03-28T07:18:11.670Z | ++ cd ./tools |
321 | 2024-03-28T07:18:11.670Z | ++ pwd |
322 | 2024-03-28T07:18:11.670Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
323 | 2024-03-28T07:18:11.670Z | ++ basename ./tools/ci_download_clickhouse |
324 | 2024-03-28T07:18:11.673Z | + ARG0=ci_download_clickhouse |
325 | 2024-03-28T07:18:11.673Z | + TARGET_DIR=out |
326 | 2024-03-28T07:18:11.673Z | + DOWNLOAD_DIR=out/downloads |
327 | 2024-03-28T07:18:11.673Z | + DEST_DIR=./out/clickhouse |
328 | 2024-03-28T07:18:11.673Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
329 | 2024-03-28T07:18:11.673Z | + CIDL_VERSION=v23.8.7.24 |
330 | 2024-03-28T07:18:11.673Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
331 | 2024-03-28T07:18:11.673Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
332 | 2024-03-28T07:18:11.673Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
333 | 2024-03-28T07:18:11.674Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
334 | 2024-03-28T07:18:11.674Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
335 | 2024-03-28T07:18:11.674Z | + main |
336 | 2024-03-28T07:18:11.674Z | + [[ 0 != 0 ]] |
337 | 2024-03-28T07:18:11.674Z | + CIDL_OS=solaris2.11 |
338 | 2024-03-28T07:18:11.674Z | + [[ 0 != 0 ]] |
339 | 2024-03-28T07:18:11.674Z | + configure_os solaris2.11 |
340 | 2024-03-28T07:18:11.674Z | + echo 'current directory: /work/oxidecomputer/omicron' |
341 | 2024-03-28T07:18:11.674Z | current directory: /work/oxidecomputer/omicron |
342 | 2024-03-28T07:18:11.674Z | + echo 'configuring based on OS: "solaris2.11"' |
343 | 2024-03-28T07:18:11.674Z | configuring based on OS: "solaris2.11" |
344 | 2024-03-28T07:18:11.674Z | + CIDL_DASHREV= |
345 | 2024-03-28T07:18:11.674Z | + case "$1" in |
346 | 2024-03-28T07:18:11.677Z | + CIDL_PLATFORM=illumos |
347 | 2024-03-28T07:18:11.677Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
348 | 2024-03-28T07:18:11.677Z | + CIDL_MD5FUNC=do_md5sum |
349 | 2024-03-28T07:18:11.678Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
350 | 2024-03-28T07:18:11.678Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
351 | 2024-03-28T07:18:11.678Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
352 | 2024-03-28T07:18:11.678Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-03-28T07:18:11.678Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
354 | 2024-03-28T07:18:11.678Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-03-28T07:18:11.678Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-03-28T07:18:11.678Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
357 | 2024-03-28T07:18:11.678Z | + mkdir -p out/downloads |
358 | 2024-03-28T07:18:11.678Z | + mkdir -p ./out/clickhouse |
359 | 2024-03-28T07:18:11.678Z | + local DO_DOWNLOAD=true |
360 | 2024-03-28T07:18:11.678Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
361 | 2024-03-28T07:18:11.678Z | + '[' true == true ']' |
362 | 2024-03-28T07:18:11.678Z | + echo Downloading... |
363 | 2024-03-28T07:18:11.678Z | Downloading... |
364 | 2024-03-28T07:18:11.678Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
365 | 2024-03-28T07:18:11.678Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
366 | 2024-03-28T07:18:13.793Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-03-28T07:18:13.797Z | ++ md5sum |
368 | 2024-03-28T07:18:13.797Z | ++ awk '{print $1}' |
369 | 2024-03-28T07:18:14.017Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
370 | 2024-03-28T07:18:14.021Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
371 | 2024-03-28T07:18:14.021Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
372 | 2024-03-28T07:18:14.021Z | + mkdir -p ./out/clickhouse |
373 | 2024-03-28T07:18:14.021Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
374 | 2024-03-28T07:18:17.821Z | + [[ solaris2.11 == darwin* ]] |
375 | 2024-03-28T07:18:17.821Z | + ./out/clickhouse/clickhouse server --version |
376 | 2024-03-28T07:18:18.442Z | ClickHouse server version 23.8.7.1. |
377 | 2024-03-28T07:18:18.460Z | + set -o errexit |
378 | 2024-03-28T07:18:18.468Z | +++ dirname ./tools/ci_download_console |
379 | 2024-03-28T07:18:18.468Z | ++ cd ./tools |
380 | 2024-03-28T07:18:18.468Z | ++ pwd |
381 | 2024-03-28T07:18:18.468Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
382 | 2024-03-28T07:18:18.469Z | ++ basename ./tools/ci_download_console |
383 | 2024-03-28T07:18:18.469Z | + ARG0=ci_download_console |
384 | 2024-03-28T07:18:18.469Z | + TARGET_DIR=out |
385 | 2024-03-28T07:18:18.469Z | + DOWNLOAD_DIR=out/downloads |
386 | 2024-03-28T07:18:18.469Z | + DEST_DIR=./out/console-assets |
387 | 2024-03-28T07:18:18.469Z | + source /work/oxidecomputer/omicron/tools/console_version |
388 | 2024-03-28T07:18:18.469Z | ++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137 |
389 | 2024-03-28T07:18:18.469Z | ++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
390 | 2024-03-28T07:18:18.469Z | + URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
391 | 2024-03-28T07:18:18.469Z | + TARBALL_FILE=out/downloads/console.tar.gz |
392 | 2024-03-28T07:18:18.470Z | + main |
393 | 2024-03-28T07:18:18.470Z | + [[ 0 != 0 ]] |
394 | 2024-03-28T07:18:18.470Z | + echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz' |
395 | 2024-03-28T07:18:18.470Z | URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
396 | 2024-03-28T07:18:18.470Z | + echo 'Local file: out/downloads/console.tar.gz' |
397 | 2024-03-28T07:18:18.470Z | + local DO_DOWNLOAD=true |
398 | 2024-03-28T07:18:18.470Z | Local file: out/downloads/console.tar.gz |
399 | 2024-03-28T07:18:18.470Z | + [[ -f out/downloads/console.tar.gz ]] |
400 | 2024-03-28T07:18:18.470Z | + mkdir -p out/downloads |
401 | 2024-03-28T07:18:18.476Z | + '[' true == true ']' |
402 | 2024-03-28T07:18:18.477Z | + echo Downloading... |
403 | 2024-03-28T07:18:18.477Z | Downloading... |
404 | 2024-03-28T07:18:18.477Z | + do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz |
405 | 2024-03-28T07:18:18.477Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
406 | 2024-03-28T07:18:19.222Z | ++ do_sha256sum out/downloads/console.tar.gz |
407 | 2024-03-28T07:18:19.222Z | ++ case "$OSTYPE" in |
408 | 2024-03-28T07:18:19.222Z | ++ SHA=sha256sum |
409 | 2024-03-28T07:18:19.250Z | ++ sha256sum |
410 | 2024-03-28T07:18:19.250Z | ++ awk '{print $1}' |
411 | 2024-03-28T07:18:19.250Z | + calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
412 | 2024-03-28T07:18:19.250Z | + [[ 12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada != \1\2\e\4\e\0\2\0\5\6\6\5\1\2\7\b\6\f\9\9\9\1\1\4\8\4\b\7\d\6\1\e\5\0\e\f\7\4\0\f\7\a\9\4\a\c\6\c\9\5\e\1\1\9\1\8\f\0\c\e\7\a\d\a ]] |
413 | 2024-03-28T07:18:19.250Z | + rm -rf ./out/console-assets |
414 | 2024-03-28T07:18:19.250Z | + mkdir -p ./out/console-assets |
415 | 2024-03-28T07:18:19.250Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
416 | 2024-03-28T07:18:19.251Z | + mkdir -p ./out/console-assets |
417 | 2024-03-28T07:18:19.251Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
418 | 2024-03-28T07:18:19.305Z | + set -o errexit |
419 | 2024-03-28T07:18:19.309Z | +++ dirname ./tools/ci_download_maghemite_openapi |
420 | 2024-03-28T07:18:19.309Z | ++ cd ./tools |
421 | 2024-03-28T07:18:19.309Z | ++ pwd |
422 | 2024-03-28T07:18:19.309Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
423 | 2024-03-28T07:18:19.309Z | ++ basename ./tools/ci_download_maghemite_openapi |
424 | 2024-03-28T07:18:19.313Z | + ARG0=ci_download_maghemite_openapi |
425 | 2024-03-28T07:18:19.313Z | + TARGET_DIR=out |
426 | 2024-03-28T07:18:19.313Z | + DOWNLOAD_DIR=out/downloads |
427 | 2024-03-28T07:18:19.313Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
428 | 2024-03-28T07:18:19.313Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
429 | 2024-03-28T07:18:19.313Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
430 | 2024-03-28T07:18:19.313Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
431 | 2024-03-28T07:18:19.313Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
432 | 2024-03-28T07:18:19.313Z | + main |
433 | 2024-03-28T07:18:19.313Z | + rm -rf out/downloads/root |
434 | 2024-03-28T07:18:19.313Z | + [[ 0 != 0 ]] |
435 | 2024-03-28T07:18:19.313Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
436 | 2024-03-28T07:18:19.313Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
437 | 2024-03-28T07:18:19.313Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
438 | 2024-03-28T07:18:19.313Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
439 | 2024-03-28T07:18:19.313Z | + local DO_DOWNLOAD=true |
440 | 2024-03-28T07:18:19.313Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
441 | 2024-03-28T07:18:19.314Z | + mkdir -p out/downloads |
442 | 2024-03-28T07:18:19.317Z | + '[' true == true ']' |
443 | 2024-03-28T07:18:19.317Z | + echo Downloading... |
444 | 2024-03-28T07:18:19.317Z | Downloading... |
445 | 2024-03-28T07:18:19.317Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
446 | 2024-03-28T07:18:19.317Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
447 | 2024-03-28T07:18:19.521Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
448 | 2024-03-28T07:18:19.521Z | ++ case "$OSTYPE" in |
449 | 2024-03-28T07:18:19.521Z | ++ SHA=sha256sum |
450 | 2024-03-28T07:18:19.524Z | ++ sha256sum |
451 | 2024-03-28T07:18:19.524Z | ++ awk '{print $1}' |
452 | 2024-03-28T07:18:19.527Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
453 | 2024-03-28T07:18:19.527Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
454 | 2024-03-28T07:18:19.527Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
455 | 2024-03-28T07:18:19.527Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
456 | 2024-03-28T07:18:19.527Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
457 | 2024-03-28T07:18:19.527Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
458 | 2024-03-28T07:18:19.527Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
459 | 2024-03-28T07:18:19.527Z | + main |
460 | 2024-03-28T07:18:19.527Z | + rm -rf out/downloads/root |
461 | 2024-03-28T07:18:19.530Z | + [[ 0 != 0 ]] |
462 | 2024-03-28T07:18:19.530Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
463 | 2024-03-28T07:18:19.530Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
464 | 2024-03-28T07:18:19.530Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
465 | 2024-03-28T07:18:19.530Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
466 | 2024-03-28T07:18:19.530Z | + local DO_DOWNLOAD=true |
467 | 2024-03-28T07:18:19.531Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
468 | 2024-03-28T07:18:19.531Z | + mkdir -p out/downloads |
469 | 2024-03-28T07:18:19.531Z | + '[' true == true ']' |
470 | 2024-03-28T07:18:19.531Z | Downloading... |
471 | 2024-03-28T07:18:19.531Z | + echo Downloading... |
472 | 2024-03-28T07:18:19.531Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
473 | 2024-03-28T07:18:19.531Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
474 | 2024-03-28T07:18:20.124Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
475 | 2024-03-28T07:18:20.125Z | ++ case "$OSTYPE" in |
476 | 2024-03-28T07:18:20.125Z | ++ SHA=sha256sum |
477 | 2024-03-28T07:18:20.132Z | ++ sha256sum |
478 | 2024-03-28T07:18:20.132Z | ++ awk '{print $1}' |
479 | 2024-03-28T07:18:20.132Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
480 | 2024-03-28T07:18:20.132Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
481 | 2024-03-28T07:18:20.136Z | + set -o errexit |
482 | 2024-03-28T07:18:20.143Z | +++ dirname ./tools/ci_download_dendrite_openapi |
483 | 2024-03-28T07:18:20.144Z | ++ cd ./tools |
484 | 2024-03-28T07:18:20.144Z | ++ pwd |
485 | 2024-03-28T07:18:20.144Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
486 | 2024-03-28T07:18:20.144Z | ++ basename ./tools/ci_download_dendrite_openapi |
487 | 2024-03-28T07:18:20.145Z | + ARG0=ci_download_dendrite_openapi |
488 | 2024-03-28T07:18:20.145Z | + TARGET_DIR=out |
489 | 2024-03-28T07:18:20.145Z | + DOWNLOAD_DIR=out/downloads |
490 | 2024-03-28T07:18:20.145Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
491 | 2024-03-28T07:18:20.145Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
492 | 2024-03-28T07:18:20.145Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
493 | 2024-03-28T07:18:20.145Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
494 | 2024-03-28T07:18:20.146Z | + LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
495 | 2024-03-28T07:18:20.146Z | + main |
496 | 2024-03-28T07:18:20.146Z | + [[ 0 != 0 ]] |
497 | 2024-03-28T07:18:20.146Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json' |
498 | 2024-03-28T07:18:20.146Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
499 | 2024-03-28T07:18:20.147Z | + echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json' |
500 | 2024-03-28T07:18:20.147Z | + local DO_DOWNLOAD=true |
501 | 2024-03-28T07:18:20.147Z | Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
502 | 2024-03-28T07:18:20.147Z | + [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]] |
503 | 2024-03-28T07:18:20.147Z | + mkdir -p out/downloads |
504 | 2024-03-28T07:18:20.214Z | + '[' true == true ']' |
505 | 2024-03-28T07:18:20.214Z | + echo Downloading... |
506 | 2024-03-28T07:18:20.214Z | Downloading... |
507 | 2024-03-28T07:18:20.214Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
508 | 2024-03-28T07:18:20.214Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
509 | 2024-03-28T07:18:20.284Z | ++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
510 | 2024-03-28T07:18:20.284Z | ++ case "$OSTYPE" in |
511 | 2024-03-28T07:18:20.291Z | ++ SHA=sha256sum |
512 | 2024-03-28T07:18:20.291Z | ++ sha256sum |
513 | 2024-03-28T07:18:20.291Z | ++ awk '{print $1}' |
514 | 2024-03-28T07:18:20.291Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
515 | 2024-03-28T07:18:20.291Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
516 | 2024-03-28T07:18:20.295Z | + set -o errexit |
517 | 2024-03-28T07:18:20.300Z | +++ dirname ./tools/ci_download_dendrite_stub |
518 | 2024-03-28T07:18:20.300Z | ++ cd ./tools |
519 | 2024-03-28T07:18:20.300Z | ++ pwd |
520 | 2024-03-28T07:18:20.300Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
521 | 2024-03-28T07:18:20.300Z | ++ basename ./tools/ci_download_dendrite_stub |
522 | 2024-03-28T07:18:20.343Z | + ARG0=ci_download_dendrite_stub |
523 | 2024-03-28T07:18:20.343Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
524 | 2024-03-28T07:18:20.343Z | ++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
525 | 2024-03-28T07:18:20.343Z | ++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a |
526 | 2024-03-28T07:18:20.343Z | ++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d |
527 | 2024-03-28T07:18:20.343Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
528 | 2024-03-28T07:18:20.343Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
529 | 2024-03-28T07:18:20.344Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
530 | 2024-03-28T07:18:20.344Z | + TARGET_DIR=out |
531 | 2024-03-28T07:18:20.344Z | + DOWNLOAD_DIR=out/downloads |
532 | 2024-03-28T07:18:20.344Z | + DEST_DIR=./out/dendrite-stub |
533 | 2024-03-28T07:18:20.344Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
534 | 2024-03-28T07:18:20.344Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
535 | 2024-03-28T07:18:20.344Z | + REPO=oxidecomputer/dendrite |
536 | 2024-03-28T07:18:20.344Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb |
537 | 2024-03-28T07:18:20.344Z | + main |
538 | 2024-03-28T07:18:20.344Z | + [[ 0 != 0 ]] |
539 | 2024-03-28T07:18:20.345Z | + CIDL_OS=solaris2.11 |
540 | 2024-03-28T07:18:20.345Z | + [[ 0 != 0 ]] |
541 | 2024-03-28T07:18:20.345Z | + configure_os solaris2.11 |
542 | 2024-03-28T07:18:20.345Z | + echo 'current directory: /work/oxidecomputer/omicron' |
543 | 2024-03-28T07:18:20.345Z | current directory: /work/oxidecomputer/omicron |
544 | 2024-03-28T07:18:20.345Z | + echo 'configuring based on OS: "solaris2.11"' |
545 | 2024-03-28T07:18:20.345Z | + case "$1" in |
546 | 2024-03-28T07:18:20.345Z | + SET_BINARIES= |
547 | 2024-03-28T07:18:20.345Z | configuring based on OS: "solaris2.11" |
548 | 2024-03-28T07:18:20.345Z | + CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
549 | 2024-03-28T07:18:20.345Z | + CIDL_SHA256FUNC=do_sha256sum |
550 | 2024-03-28T07:18:20.346Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
551 | 2024-03-28T07:18:20.346Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
552 | 2024-03-28T07:18:20.346Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
553 | 2024-03-28T07:18:20.346Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz' |
554 | 2024-03-28T07:18:20.346Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
555 | 2024-03-28T07:18:20.346Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
556 | 2024-03-28T07:18:20.346Z | Local file: out/downloads/dendrite-stub.tar.gz |
557 | 2024-03-28T07:18:20.346Z | + mkdir -p out/downloads |
558 | 2024-03-28T07:18:20.346Z | + mkdir -p ./out/dendrite-stub |
559 | 2024-03-28T07:18:20.347Z | + fetch_and_verify |
560 | 2024-03-28T07:18:20.347Z | + local DO_DOWNLOAD=true |
561 | 2024-03-28T07:18:20.347Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
562 | 2024-03-28T07:18:20.347Z | + '[' true == true ']' |
563 | 2024-03-28T07:18:20.347Z | + echo Downloading... |
564 | 2024-03-28T07:18:20.347Z | Downloading... |
565 | 2024-03-28T07:18:20.347Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
566 | 2024-03-28T07:18:20.347Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
567 | 2024-03-28T07:18:35.711Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
568 | 2024-03-28T07:18:35.715Z | ++ sha256sum |
569 | 2024-03-28T07:18:35.715Z | ++ awk '{print $1}' |
570 | 2024-03-28T07:18:35.733Z | + calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
571 | 2024-03-28T07:18:35.733Z | + [[ 1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a != \1\4\0\5\1\8\5\c\c\9\6\4\5\b\3\a\6\f\1\b\f\8\2\d\2\f\f\d\8\9\f\1\7\5\0\5\e\4\e\6\2\5\7\9\5\c\d\0\b\e\b\5\8\f\0\4\3\f\a\7\f\d\8\a ]] |
572 | 2024-03-28T07:18:35.737Z | + do_untar out/downloads/dendrite-stub.tar.gz |
573 | 2024-03-28T07:18:35.737Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
574 | 2024-03-28T07:18:36.329Z | + do_assemble |
575 | 2024-03-28T07:18:36.329Z | + rm -r ./out/dendrite-stub |
576 | 2024-03-28T07:18:36.335Z | + mkdir ./out/dendrite-stub |
577 | 2024-03-28T07:18:36.335Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
578 | 2024-03-28T07:18:36.440Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
579 | 2024-03-28T07:18:36.450Z | + set -o errexit |
580 | 2024-03-28T07:18:36.453Z | +++ dirname ./tools/ci_download_maghemite_mgd |
581 | 2024-03-28T07:18:36.458Z | ++ cd ./tools |
582 | 2024-03-28T07:18:36.458Z | ++ pwd |
583 | 2024-03-28T07:18:36.458Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
584 | 2024-03-28T07:18:36.458Z | ++ basename ./tools/ci_download_maghemite_mgd |
585 | 2024-03-28T07:18:36.458Z | + ARG0=ci_download_maghemite_mgd |
586 | 2024-03-28T07:18:36.458Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
587 | 2024-03-28T07:18:36.458Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
588 | 2024-03-28T07:18:36.458Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
589 | 2024-03-28T07:18:36.458Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
590 | 2024-03-28T07:18:36.458Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
591 | 2024-03-28T07:18:36.458Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
592 | 2024-03-28T07:18:36.458Z | + TARGET_DIR=out |
593 | 2024-03-28T07:18:36.459Z | + DOWNLOAD_DIR=out/downloads |
594 | 2024-03-28T07:18:36.459Z | + DEST_DIR=./out/mgd |
595 | 2024-03-28T07:18:36.459Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
596 | 2024-03-28T07:18:36.459Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
597 | 2024-03-28T07:18:36.459Z | + REPO=oxidecomputer/maghemite |
598 | 2024-03-28T07:18:36.459Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
599 | 2024-03-28T07:18:36.459Z | + main |
600 | 2024-03-28T07:18:36.459Z | + rm -rf out/downloads/root |
601 | 2024-03-28T07:18:36.468Z | + [[ 0 != 0 ]] |
602 | 2024-03-28T07:18:36.468Z | + CIDL_OS=solaris2.11 |
603 | 2024-03-28T07:18:36.471Z | + [[ 0 != 0 ]] |
604 | 2024-03-28T07:18:36.472Z | + configure_os solaris2.11 |
605 | 2024-03-28T07:18:36.472Z | + echo 'current directory: /work/oxidecomputer/omicron' |
606 | 2024-03-28T07:18:36.472Z | current directory: /work/oxidecomputer/omicron |
607 | 2024-03-28T07:18:36.472Z | + echo 'configuring based on OS: "solaris2.11"' |
608 | 2024-03-28T07:18:36.472Z | + case "$1" in |
609 | 2024-03-28T07:18:36.472Z | configuring based on OS: "solaris2.11" |
610 | 2024-03-28T07:18:36.472Z | + SET_BINARIES= |
611 | 2024-03-28T07:18:36.472Z | + CIDL_SHA256FUNC=do_sha256sum |
612 | 2024-03-28T07:18:36.472Z | + TARBALL_FILENAME=mgd.tar.gz |
613 | 2024-03-28T07:18:36.472Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
614 | 2024-03-28T07:18:36.472Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
615 | 2024-03-28T07:18:36.472Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
616 | 2024-03-28T07:18:36.472Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
617 | 2024-03-28T07:18:36.472Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
618 | 2024-03-28T07:18:36.472Z | + mkdir -p out/downloads |
619 | 2024-03-28T07:18:36.472Z | Local file: out/downloads/mgd.tar.gz |
620 | 2024-03-28T07:18:36.472Z | + mkdir -p ./out/mgd |
621 | 2024-03-28T07:18:36.476Z | + fetch_and_verify |
622 | 2024-03-28T07:18:36.476Z | + local DO_DOWNLOAD=true |
623 | 2024-03-28T07:18:36.476Z | + [[ -f out/downloads/mgd.tar.gz ]] |
624 | 2024-03-28T07:18:36.476Z | + '[' true == true ']' |
625 | 2024-03-28T07:18:36.476Z | + echo Downloading... |
626 | 2024-03-28T07:18:36.476Z | Downloading... |
627 | 2024-03-28T07:18:36.476Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
628 | 2024-03-28T07:18:36.476Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
629 | 2024-03-28T07:18:43.704Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
630 | 2024-03-28T07:18:43.707Z | ++ sha256sum |
631 | 2024-03-28T07:18:43.707Z | ++ awk '{print $1}' |
632 | 2024-03-28T07:18:43.730Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
633 | 2024-03-28T07:18:43.730Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
634 | 2024-03-28T07:18:43.733Z | + do_untar out/downloads/mgd.tar.gz |
635 | 2024-03-28T07:18:43.733Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
636 | 2024-03-28T07:18:44.322Z | + do_assemble |
637 | 2024-03-28T07:18:44.322Z | + rm -r ./out/mgd |
638 | 2024-03-28T07:18:44.328Z | + mkdir ./out/mgd |
639 | 2024-03-28T07:18:44.332Z | + cp -r out/downloads/root ./out/mgd/root |
640 | 2024-03-28T07:18:44.421Z | + set -o errexit |
641 | 2024-03-28T07:18:44.426Z | +++ dirname ./tools/ci_download_transceiver_control |
642 | 2024-03-28T07:18:44.426Z | ++ cd ./tools |
643 | 2024-03-28T07:18:44.426Z | ++ pwd |
644 | 2024-03-28T07:18:44.426Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
645 | 2024-03-28T07:18:44.426Z | ++ basename ./tools/ci_download_transceiver_control |
646 | 2024-03-28T07:18:44.426Z | + ARG0=ci_download_transceiver_control |
647 | 2024-03-28T07:18:44.426Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
648 | 2024-03-28T07:18:44.426Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2024-03-28T07:18:44.426Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
650 | 2024-03-28T07:18:44.426Z | + TARGET_DIR=out |
651 | 2024-03-28T07:18:44.426Z | + DOWNLOAD_DIR=out/downloads |
652 | 2024-03-28T07:18:44.427Z | + DEST_DIR=./out/transceiver-control |
653 | 2024-03-28T07:18:44.427Z | + BIN_DIR=/opt/oxide/bin |
654 | 2024-03-28T07:18:44.427Z | + BINARY=xcvradm |
655 | 2024-03-28T07:18:44.427Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
656 | 2024-03-28T07:18:44.427Z | + REPO=oxidecomputer/transceiver-control |
657 | 2024-03-28T07:18:44.427Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2024-03-28T07:18:44.427Z | + main |
659 | 2024-03-28T07:18:44.427Z | + [[ 0 != 0 ]] |
660 | 2024-03-28T07:18:44.427Z | + CIDL_OS=solaris2.11 |
661 | 2024-03-28T07:18:44.427Z | + [[ 0 != 0 ]] |
662 | 2024-03-28T07:18:44.428Z | + configure_os solaris2.11 |
663 | 2024-03-28T07:18:44.428Z | + echo 'current directory: /work/oxidecomputer/omicron' |
664 | 2024-03-28T07:18:44.428Z | + echo 'configuring based on OS: "solaris2.11"' |
665 | 2024-03-28T07:18:44.428Z | + case "$1" in |
666 | 2024-03-28T07:18:44.428Z | + SET_BINARIES= |
667 | 2024-03-28T07:18:44.428Z | current directory: /work/oxidecomputer/omicron |
668 | 2024-03-28T07:18:44.428Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
669 | 2024-03-28T07:18:44.428Z | + CIDL_SHA256FUNC=do_sha256sum |
670 | 2024-03-28T07:18:44.428Z | + ARCHIVE_FILENAME=xcvradm.gz |
671 | 2024-03-28T07:18:44.428Z | configuring based on OS: "solaris2.11" |
672 | 2024-03-28T07:18:44.428Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
673 | 2024-03-28T07:18:44.428Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
674 | 2024-03-28T07:18:44.428Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
675 | 2024-03-28T07:18:44.428Z | + echo 'Local file: out/downloads/xcvradm.gz' |
676 | 2024-03-28T07:18:44.429Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-03-28T07:18:44.429Z | Local file: out/downloads/xcvradm.gz |
678 | 2024-03-28T07:18:44.429Z | + mkdir -p out/downloads |
679 | 2024-03-28T07:18:44.429Z | + mkdir -p ./out/transceiver-control |
680 | 2024-03-28T07:18:44.433Z | + fetch_and_verify |
681 | 2024-03-28T07:18:44.433Z | + local DO_DOWNLOAD=true |
682 | 2024-03-28T07:18:44.433Z | + [[ -f out/downloads/xcvradm.gz ]] |
683 | 2024-03-28T07:18:44.433Z | + '[' true == true ']' |
684 | 2024-03-28T07:18:44.434Z | + echo Downloading... |
685 | 2024-03-28T07:18:44.434Z | Downloading... |
686 | 2024-03-28T07:18:44.434Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
687 | 2024-03-28T07:18:44.434Z | + 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 |
688 | 2024-03-28T07:18:47.235Z | ++ do_sha256sum out/downloads/xcvradm.gz |
689 | 2024-03-28T07:18:47.256Z | ++ sha256sum |
690 | 2024-03-28T07:18:47.256Z | ++ awk '{print $1}' |
691 | 2024-03-28T07:18:47.256Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
692 | 2024-03-28T07:18:47.257Z | + [[ 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 ]] |
693 | 2024-03-28T07:18:47.257Z | + do_unpack out/downloads/xcvradm.gz |
694 | 2024-03-28T07:18:47.257Z | + mkdir -p out/downloads/root//opt/oxide/bin |
695 | 2024-03-28T07:18:47.273Z | + gzip -dc out/downloads/xcvradm.gz |
696 | 2024-03-28T07:18:47.358Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
697 | 2024-03-28T07:18:47.364Z | + do_assemble |
698 | 2024-03-28T07:18:47.364Z | + rm -r ./out/transceiver-control |
699 | 2024-03-28T07:18:47.367Z | + mkdir ./out/transceiver-control |
700 | 2024-03-28T07:18:47.367Z | + cp -r out/downloads/root ./out/transceiver-control/root |
701 | 2024-03-28T07:18:47.455Z | + set -o errexit |
702 | 2024-03-28T07:18:47.458Z | +++ dirname ./tools/ci_download_thundermuffin |
703 | 2024-03-28T07:18:47.459Z | ++ cd ./tools |
704 | 2024-03-28T07:18:47.462Z | ++ pwd |
705 | 2024-03-28T07:18:47.462Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
706 | 2024-03-28T07:18:47.462Z | ++ basename ./tools/ci_download_thundermuffin |
707 | 2024-03-28T07:18:47.462Z | + ARG0=ci_download_thundermuffin |
708 | 2024-03-28T07:18:47.462Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
709 | 2024-03-28T07:18:47.462Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
710 | 2024-03-28T07:18:47.462Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
711 | 2024-03-28T07:18:47.462Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
712 | 2024-03-28T07:18:47.462Z | + TARGET_DIR=out |
713 | 2024-03-28T07:18:47.462Z | + DOWNLOAD_DIR=out/downloads |
714 | 2024-03-28T07:18:47.462Z | + DEST_DIR=./out/thundermuffin |
715 | 2024-03-28T07:18:47.462Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
716 | 2024-03-28T07:18:47.462Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
717 | 2024-03-28T07:18:47.462Z | + REPO=oxidecomputer/thundermuffin |
718 | 2024-03-28T07:18:47.462Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
719 | 2024-03-28T07:18:47.465Z | + main |
720 | 2024-03-28T07:18:47.465Z | + rm -rf out/downloads/root |
721 | 2024-03-28T07:18:47.468Z | + [[ 0 != 0 ]] |
722 | 2024-03-28T07:18:47.468Z | + CIDL_OS=solaris2.11 |
723 | 2024-03-28T07:18:47.468Z | + [[ 0 != 0 ]] |
724 | 2024-03-28T07:18:47.468Z | + configure_os solaris2.11 |
725 | 2024-03-28T07:18:47.472Z | + echo 'current directory: /work/oxidecomputer/omicron' |
726 | 2024-03-28T07:18:47.472Z | current directory: /work/oxidecomputer/omicron |
727 | 2024-03-28T07:18:47.472Z | + echo 'configuring based on OS: "solaris2.11"' |
728 | 2024-03-28T07:18:47.472Z | + case "$1" in |
729 | 2024-03-28T07:18:47.472Z | configuring based on OS: "solaris2.11" |
730 | 2024-03-28T07:18:47.472Z | + SET_BINARIES= |
731 | 2024-03-28T07:18:47.472Z | + CIDL_SHA256FUNC=do_sha256sum |
732 | 2024-03-28T07:18:47.472Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
733 | 2024-03-28T07:18:47.472Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
734 | 2024-03-28T07:18:47.472Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
735 | 2024-03-28T07:18:47.472Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
736 | 2024-03-28T07:18:47.472Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
737 | 2024-03-28T07:18:47.472Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
738 | 2024-03-28T07:18:47.472Z | Local file: out/downloads/thundermuffin.tar.gz |
739 | 2024-03-28T07:18:47.472Z | + mkdir -p out/downloads |
740 | 2024-03-28T07:18:47.472Z | + mkdir -p ./out/thundermuffin |
741 | 2024-03-28T07:18:47.475Z | + fetch_and_verify |
742 | 2024-03-28T07:18:47.475Z | + local DO_DOWNLOAD=true |
743 | 2024-03-28T07:18:47.476Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
744 | 2024-03-28T07:18:47.476Z | + '[' true == true ']' |
745 | 2024-03-28T07:18:47.476Z | + echo Downloading... |
746 | 2024-03-28T07:18:47.476Z | Downloading... |
747 | 2024-03-28T07:18:47.476Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
748 | 2024-03-28T07:18:47.476Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
749 | 2024-03-28T07:18:49.131Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
750 | 2024-03-28T07:18:49.134Z | ++ sha256sum |
751 | 2024-03-28T07:18:49.134Z | ++ awk '{print $1}' |
752 | 2024-03-28T07:18:49.137Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
753 | 2024-03-28T07:18:49.137Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
754 | 2024-03-28T07:18:49.140Z | + do_untar out/downloads/thundermuffin.tar.gz |
755 | 2024-03-28T07:18:49.140Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
756 | 2024-03-28T07:18:49.205Z | + do_assemble |
757 | 2024-03-28T07:18:49.205Z | + rm -r ./out/thundermuffin |
758 | 2024-03-28T07:18:49.218Z | + mkdir ./out/thundermuffin |
759 | 2024-03-28T07:18:49.218Z | + cp -r out/downloads/root ./out/thundermuffin/root |
760 | 2024-03-28T07:18:49.236Z | All builder prerequisites installed successfully, and PATH looks valid |
761 | 2024-03-28T07:18:49.246Z | + banner commtest |
762 | 2024-03-28T07:18:49.246Z | |
763 | 2024-03-28T07:18:49.246Z | #### #### # # # # ##### ###### #### ##### |
764 | 2024-03-28T07:18:49.246Z | # # # # ## ## ## ## # # # # |
765 | 2024-03-28T07:18:49.246Z | # # # # ## # # ## # # ##### #### # |
766 | 2024-03-28T07:18:49.246Z | # # # # # # # # # # # |
767 | 2024-03-28T07:18:49.246Z | # # # # # # # # # # # # # |
768 | 2024-03-28T07:18:49.246Z | #### #### # # # # # ###### #### # |
769 | 2024-03-28T07:18:49.246Z | |
770 | 2024-03-28T07:18:49.246Z | + cargo build -p end-to-end-tests --bin commtest --bin dhcp-server --release |
771 | 2024-03-28T07:18:49.246Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
772 | 2024-03-28T07:18:49.379Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
773 | 2024-03-28T07:18:49.379Z | info: downloading component 'cargo' |
774 | 2024-03-28T07:18:50.077Z | info: downloading component 'clippy' |
775 | 2024-03-28T07:18:50.291Z | info: downloading component 'rust-docs' |
776 | 2024-03-28T07:18:51.162Z | info: downloading component 'rust-std' |
777 | 2024-03-28T07:18:52.562Z | info: downloading component 'rustc' |
778 | 2024-03-28T07:18:56.084Z | info: downloading component 'rustfmt' |
779 | 2024-03-28T07:18:56.276Z | info: installing component 'cargo' |
780 | 2024-03-28T07:18:57.165Z | info: installing component 'clippy' |
781 | 2024-03-28T07:18:57.495Z | info: installing component 'rust-docs' |
782 | 2024-03-28T07:18:58.989Z | info: installing component 'rust-std' |
783 | 2024-03-28T07:19:00.818Z | info: installing component 'rustc' |
784 | 2024-03-28T07:19:04.833Z | info: installing component 'rustfmt' |
785 | 2024-03-28T07:19:05.366Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
786 | 2024-03-28T07:19:05.640Z | Updating git repository `https://github.com/oxidecomputer/samael` |
787 | 2024-03-28T07:19:05.973Z | Updating git repository `https://github.com/oxidecomputer/zone` |
788 | 2024-03-28T07:19:06.663Z | Updating crates.io index |
789 | 2024-03-28T07:19:06.684Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
790 | 2024-03-28T07:19:06.996Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
791 | 2024-03-28T07:19:07.591Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
792 | 2024-03-28T07:19:09.429Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
793 | 2024-03-28T07:19:09.942Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
794 | 2024-03-28T07:19:10.205Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
795 | 2024-03-28T07:19:11.123Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
796 | 2024-03-28T07:19:13.455Z | Updating git repository `https://github.com/oxidecomputer/opte` |
797 | 2024-03-28T07:19:15.640Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
798 | 2024-03-28T07:19:15.667Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
799 | 2024-03-28T07:19:15.667Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
800 | 2024-03-28T07:19:15.957Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
801 | 2024-03-28T07:19:16.264Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
802 | 2024-03-28T07:19:16.535Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
803 | 2024-03-28T07:19:16.876Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
804 | 2024-03-28T07:19:17.582Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
805 | 2024-03-28T07:19:17.607Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
806 | 2024-03-28T07:19:17.771Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
807 | 2024-03-28T07:19:18.016Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
808 | 2024-03-28T07:19:18.428Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
809 | 2024-03-28T07:19:18.795Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
810 | 2024-03-28T07:19:19.064Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
811 | 2024-03-28T07:19:20.071Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
812 | 2024-03-28T07:19:20.099Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
813 | 2024-03-28T07:19:20.250Z | Updating git repository `https://github.com/jgallagher/nix` |
814 | 2024-03-28T07:19:21.181Z | Updating git repository `https://github.com/cbiffle/hubpack` |
815 | 2024-03-28T07:19:21.488Z | Updating git repository `https://github.com/oxidecomputer/typify` |
816 | 2024-03-28T07:19:23.247Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
817 | 2024-03-28T07:19:23.586Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
818 | 2024-03-28T07:19:24.512Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
819 | 2024-03-28T07:19:24.655Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
820 | 2024-03-28T07:19:25.846Z | Downloading crates ... |
821 | 2024-03-28T07:19:25.917Z | Downloaded adler v1.0.2 |
822 | 2024-03-28T07:19:25.941Z | Downloaded addr2line v0.21.0 |
823 | 2024-03-28T07:19:25.947Z | Downloaded arc-swap v1.6.0 |
824 | 2024-03-28T07:19:25.947Z | Downloaded ansi_term v0.12.1 |
825 | 2024-03-28T07:19:25.947Z | Downloaded instant v0.1.12 |
826 | 2024-03-28T07:19:25.952Z | Downloaded arrayref v0.3.7 |
827 | 2024-03-28T07:19:25.952Z | Downloaded ciborium v0.2.2 |
828 | 2024-03-28T07:19:25.953Z | Downloaded inout v0.1.3 |
829 | 2024-03-28T07:19:25.962Z | Downloaded argon2 v0.5.3 |
830 | 2024-03-28T07:19:25.962Z | Downloaded anyhow v1.0.79 |
831 | 2024-03-28T07:19:25.967Z | Downloaded allocator-api2 v0.2.16 |
832 | 2024-03-28T07:19:25.967Z | Downloaded itertools v0.10.5 |
833 | 2024-03-28T07:19:25.972Z | Downloaded ipnet v2.9.0 |
834 | 2024-03-28T07:19:25.972Z | Downloaded atty v0.2.14 |
835 | 2024-03-28T07:19:25.979Z | Downloaded async-stream-impl v0.3.5 |
836 | 2024-03-28T07:19:25.979Z | Downloaded der v0.7.8 |
837 | 2024-03-28T07:19:25.984Z | Downloaded keccak v0.1.4 |
838 | 2024-03-28T07:19:25.984Z | Downloaded indexmap v2.2.5 |
839 | 2024-03-28T07:19:25.992Z | Downloaded cfg-if v1.0.0 |
840 | 2024-03-28T07:19:25.992Z | Downloaded macaddr v1.0.1 |
841 | 2024-03-28T07:19:25.993Z | Downloaded normalize-line-endings v0.3.0 |
842 | 2024-03-28T07:19:26.004Z | Downloaded lalrpop-util v0.19.12 |
843 | 2024-03-28T07:19:26.004Z | Downloaded linear-map v1.2.0 |
844 | 2024-03-28T07:19:26.004Z | Downloaded nanorand v0.7.0 |
845 | 2024-03-28T07:19:26.004Z | Downloaded newtype-uuid v1.0.1 |
846 | 2024-03-28T07:19:26.013Z | Downloaded matches v0.1.10 |
847 | 2024-03-28T07:19:26.013Z | Downloaded colorchoice v1.0.0 |
848 | 2024-03-28T07:19:26.013Z | Downloaded newtype_derive v0.1.6 |
849 | 2024-03-28T07:19:26.013Z | Downloaded ciborium-io v0.2.2 |
850 | 2024-03-28T07:19:26.013Z | Downloaded password-hash v0.4.2 |
851 | 2024-03-28T07:19:26.013Z | Downloaded parking_lot_core v0.9.8 |
852 | 2024-03-28T07:19:26.014Z | Downloaded option-ext v0.2.0 |
853 | 2024-03-28T07:19:26.021Z | Downloaded opaque-debug v0.3.0 |
854 | 2024-03-28T07:19:26.021Z | Downloaded md5 v0.7.0 |
855 | 2024-03-28T07:19:26.021Z | Downloaded darling_macro v0.20.3 |
856 | 2024-03-28T07:19:26.022Z | Downloaded match_cfg v0.1.0 |
857 | 2024-03-28T07:19:26.022Z | Downloaded ident_case v1.0.1 |
858 | 2024-03-28T07:19:26.022Z | Downloaded cstr-argument v0.1.2 |
859 | 2024-03-28T07:19:26.022Z | Downloaded mime_guess v2.0.4 |
860 | 2024-03-28T07:19:26.031Z | Downloaded openssl-macros v0.1.1 |
861 | 2024-03-28T07:19:26.031Z | Downloaded md-5 v0.10.5 |
862 | 2024-03-28T07:19:26.032Z | Downloaded crucible-workspace-hack v0.1.0 |
863 | 2024-03-28T07:19:26.032Z | Downloaded memmap v0.7.0 |
864 | 2024-03-28T07:19:26.032Z | Downloaded libsw v3.3.1 |
865 | 2024-03-28T07:19:26.032Z | Downloaded kstat-rs v0.2.3 |
866 | 2024-03-28T07:19:26.032Z | Downloaded memchr v2.7.1 |
867 | 2024-03-28T07:19:26.038Z | Downloaded parse-display v0.9.0 |
868 | 2024-03-28T07:19:26.038Z | Downloaded nibble_vec v0.1.0 |
869 | 2024-03-28T07:19:26.038Z | Downloaded try-lock v0.2.4 |
870 | 2024-03-28T07:19:26.038Z | Downloaded num-conv v0.1.0 |
871 | 2024-03-28T07:19:26.045Z | Downloaded phf_shared v0.10.0 |
872 | 2024-03-28T07:19:26.045Z | Downloaded strum v0.26.1 |
873 | 2024-03-28T07:19:26.045Z | Downloaded openssl-probe v0.1.5 |
874 | 2024-03-28T07:19:26.046Z | Downloaded linked-hash-map v0.5.6 |
875 | 2024-03-28T07:19:26.046Z | Downloaded async-trait v0.1.77 |
876 | 2024-03-28T07:19:26.052Z | Downloaded num-integer v0.1.46 |
877 | 2024-03-28T07:19:26.052Z | Downloaded mime v0.3.17 |
878 | 2024-03-28T07:19:26.052Z | Downloaded pbkdf2 v0.12.2 |
879 | 2024-03-28T07:19:26.058Z | Downloaded byteorder v1.5.0 |
880 | 2024-03-28T07:19:26.058Z | Downloaded plain v0.2.3 |
881 | 2024-03-28T07:19:26.058Z | Downloaded pkg-config v0.3.27 |
882 | 2024-03-28T07:19:26.059Z | Downloaded phf_shared v0.11.2 |
883 | 2024-03-28T07:19:26.068Z | Downloaded ctr v0.9.2 |
884 | 2024-03-28T07:19:26.068Z | Downloaded dhcproto-macros v0.1.0 |
885 | 2024-03-28T07:19:26.069Z | Downloaded native-tls v0.2.11 |
886 | 2024-03-28T07:19:26.069Z | Downloaded cpufeatures v0.2.12 |
887 | 2024-03-28T07:19:26.074Z | Downloaded num_enum v0.5.11 |
888 | 2024-03-28T07:19:26.074Z | Downloaded multer v3.0.0 |
889 | 2024-03-28T07:19:26.074Z | Downloaded slog-stdlog v4.1.1 |
890 | 2024-03-28T07:19:26.082Z | Downloaded slog-bunyan v2.5.0 |
891 | 2024-03-28T07:19:26.082Z | Downloaded platforms v3.0.2 |
892 | 2024-03-28T07:19:26.082Z | Downloaded pin-utils v0.1.0 |
893 | 2024-03-28T07:19:26.092Z | Downloaded num-derive v0.4.0 |
894 | 2024-03-28T07:19:26.092Z | Downloaded bzip2 v0.4.4 |
895 | 2024-03-28T07:19:26.093Z | Downloaded headers-core v0.2.0 |
896 | 2024-03-28T07:19:26.093Z | Downloaded bitflags v2.4.2 |
897 | 2024-03-28T07:19:26.109Z | Downloaded foreign-types-shared v0.3.1 |
898 | 2024-03-28T07:19:26.109Z | Downloaded foreign-types-shared v0.1.1 |
899 | 2024-03-28T07:19:26.109Z | Downloaded phf v0.11.2 |
900 | 2024-03-28T07:19:26.110Z | Downloaded tokio-native-tls v0.3.1 |
901 | 2024-03-28T07:19:26.110Z | Downloaded russh-cryptovec v0.7.0 |
902 | 2024-03-28T07:19:26.110Z | Downloaded untrusted v0.7.1 |
903 | 2024-03-28T07:19:26.110Z | Downloaded universal-hash v0.5.1 |
904 | 2024-03-28T07:19:26.110Z | Downloaded unicode-xid v0.2.4 |
905 | 2024-03-28T07:19:26.111Z | Downloaded num_enum_derive v0.5.11 |
906 | 2024-03-28T07:19:26.111Z | Downloaded owo-colors v4.0.0 |
907 | 2024-03-28T07:19:26.111Z | Downloaded darling v0.20.3 |
908 | 2024-03-28T07:19:26.119Z | Downloaded scroll_derive v0.12.0 |
909 | 2024-03-28T07:19:26.120Z | Downloaded memmap2 v0.7.1 |
910 | 2024-03-28T07:19:26.120Z | Downloaded crc32fast v1.3.2 |
911 | 2024-03-28T07:19:26.120Z | Downloaded password-hash v0.5.0 |
912 | 2024-03-28T07:19:26.120Z | Downloaded log v0.4.21 |
913 | 2024-03-28T07:19:26.137Z | Downloaded strsim v0.8.0 |
914 | 2024-03-28T07:19:26.137Z | Downloaded fallible-iterator v0.2.0 |
915 | 2024-03-28T07:19:26.138Z | Downloaded fastrand v2.0.1 |
916 | 2024-03-28T07:19:26.138Z | Downloaded pkcs8 v0.10.2 |
917 | 2024-03-28T07:19:26.138Z | Downloaded stringprep v0.1.3 |
918 | 2024-03-28T07:19:26.138Z | Downloaded toolchain_find v0.2.0 |
919 | 2024-03-28T07:19:26.138Z | Downloaded waitgroup v0.1.2 |
920 | 2024-03-28T07:19:26.138Z | Downloaded pin-project-lite v0.2.13 |
921 | 2024-03-28T07:19:26.145Z | Downloaded foreign-types v0.3.2 |
922 | 2024-03-28T07:19:26.145Z | Downloaded sync_wrapper v0.1.2 |
923 | 2024-03-28T07:19:26.146Z | Downloaded usdt-macro v0.3.5 |
924 | 2024-03-28T07:19:26.146Z | Downloaded fxhash v0.2.1 |
925 | 2024-03-28T07:19:26.146Z | Downloaded ppv-lite86 v0.2.17 |
926 | 2024-03-28T07:19:26.146Z | Downloaded tempfile v3.10.0 |
927 | 2024-03-28T07:19:26.147Z | Downloaded display-error-chain v0.2.0 |
928 | 2024-03-28T07:19:26.154Z | Downloaded primeorder v0.13.6 |
929 | 2024-03-28T07:19:26.154Z | Downloaded quick-error v1.2.3 |
930 | 2024-03-28T07:19:26.155Z | Downloaded hubpack_derive v0.1.1 |
931 | 2024-03-28T07:19:26.155Z | Downloaded parking_lot_core v0.8.6 |
932 | 2024-03-28T07:19:26.165Z | Downloaded form_urlencoded v1.2.1 |
933 | 2024-03-28T07:19:26.165Z | Downloaded foreign-types-macros v0.2.3 |
934 | 2024-03-28T07:19:26.165Z | Downloaded rustc_version v0.4.0 |
935 | 2024-03-28T07:19:26.166Z | Downloaded rustc_version v0.1.7 |
936 | 2024-03-28T07:19:26.166Z | Downloaded scroll v0.12.0 |
937 | 2024-03-28T07:19:26.166Z | Downloaded parking_lot v0.12.1 |
938 | 2024-03-28T07:19:26.174Z | Downloaded portpicker v0.1.1 |
939 | 2024-03-28T07:19:26.175Z | Downloaded crossbeam-utils v0.8.19 |
940 | 2024-03-28T07:19:26.175Z | Downloaded take_mut v0.2.2 |
941 | 2024-03-28T07:19:26.175Z | Downloaded const-oid v0.9.6 |
942 | 2024-03-28T07:19:26.175Z | Downloaded string_cache v0.8.7 |
943 | 2024-03-28T07:19:26.176Z | Downloaded omicron-zone-package v0.11.0 |
944 | 2024-03-28T07:19:26.185Z | Downloaded version_check v0.9.4 |
945 | 2024-03-28T07:19:26.185Z | Downloaded topological-sort v0.2.2 |
946 | 2024-03-28T07:19:26.185Z | Downloaded usdt-attr-macro v0.5.0 |
947 | 2024-03-28T07:19:26.185Z | Downloaded fnv v1.0.7 |
948 | 2024-03-28T07:19:26.186Z | Downloaded vec_map v0.8.2 |
949 | 2024-03-28T07:19:26.186Z | Downloaded base64 v0.21.7 |
950 | 2024-03-28T07:19:26.189Z | Downloaded tinyvec_macros v0.1.1 |
951 | 2024-03-28T07:19:26.189Z | Downloaded hyper-tls v0.5.0 |
952 | 2024-03-28T07:19:26.189Z | Downloaded tabwriter v1.4.0 |
953 | 2024-03-28T07:19:26.189Z | Downloaded either v1.10.0 |
954 | 2024-03-28T07:19:26.192Z | Downloaded miniz_oxide v0.7.1 |
955 | 2024-03-28T07:19:26.198Z | Downloaded pest_meta v2.7.6 |
956 | 2024-03-28T07:19:26.203Z | Downloaded dtrace-parser v0.2.0 |
957 | 2024-03-28T07:19:26.203Z | Downloaded generic-array v0.14.7 |
958 | 2024-03-28T07:19:26.203Z | Downloaded rustc-demangle v0.1.23 |
959 | 2024-03-28T07:19:26.203Z | Downloaded russh-keys v0.42.0 |
960 | 2024-03-28T07:19:26.206Z | Downloaded getopts v0.2.21 |
961 | 2024-03-28T07:19:26.206Z | Downloaded precomputed-hash v0.1.1 |
962 | 2024-03-28T07:19:26.206Z | Downloaded gethostname v0.4.3 |
963 | 2024-03-28T07:19:26.206Z | Downloaded minimal-lexical v0.2.1 |
964 | 2024-03-28T07:19:26.212Z | Downloaded static_assertions v1.1.0 |
965 | 2024-03-28T07:19:26.215Z | Downloaded serde_tokenstream v0.1.7 |
966 | 2024-03-28T07:19:26.218Z | Downloaded futures v0.3.30 |
967 | 2024-03-28T07:19:26.222Z | Downloaded resolv-conf v0.7.0 |
968 | 2024-03-28T07:19:26.225Z | Downloaded endian-type v0.1.2 |
969 | 2024-03-28T07:19:26.229Z | Downloaded vsss-rs v3.3.4 |
970 | 2024-03-28T07:19:26.229Z | Downloaded ghash v0.5.0 |
971 | 2024-03-28T07:19:26.232Z | Downloaded dyn-clone v1.0.17 |
972 | 2024-03-28T07:19:26.235Z | Downloaded semver v0.11.0 |
973 | 2024-03-28T07:19:26.235Z | Downloaded semver v0.1.20 |
974 | 2024-03-28T07:19:26.235Z | Downloaded serde_derive_internals v0.26.0 |
975 | 2024-03-28T07:19:26.238Z | Downloaded utf8parse v0.2.1 |
976 | 2024-03-28T07:19:26.238Z | Downloaded synstructure v0.12.6 |
977 | 2024-03-28T07:19:26.241Z | Downloaded subtle v2.5.0 |
978 | 2024-03-28T07:19:26.241Z | Downloaded crypto-bigint v0.5.2 |
979 | 2024-03-28T07:19:26.247Z | Downloaded flagset v0.4.3 |
980 | 2024-03-28T07:19:26.252Z | Downloaded group v0.13.0 |
981 | 2024-03-28T07:19:26.257Z | Downloaded hash32 v0.2.1 |
982 | 2024-03-28T07:19:26.257Z | Downloaded zerocopy v0.3.0 |
983 | 2024-03-28T07:19:26.257Z | Downloaded http-range v0.1.5 |
984 | 2024-03-28T07:19:26.257Z | Downloaded getrandom v0.2.12 |
985 | 2024-03-28T07:19:26.261Z | Downloaded usdt-attr-macro v0.3.5 |
986 | 2024-03-28T07:19:26.261Z | Downloaded tokio-tungstenite v0.21.0 |
987 | 2024-03-28T07:19:26.264Z | Downloaded futures-sink v0.3.30 |
988 | 2024-03-28T07:19:26.264Z | Downloaded polyval v0.6.1 |
989 | 2024-03-28T07:19:26.268Z | Downloaded rand_core v0.6.4 |
990 | 2024-03-28T07:19:26.268Z | Downloaded rand_core v0.5.1 |
991 | 2024-03-28T07:19:26.271Z | Downloaded scopeguard v1.2.0 |
992 | 2024-03-28T07:19:26.271Z | Downloaded rustls-pemfile v1.0.3 |
993 | 2024-03-28T07:19:26.271Z | Downloaded elliptic-curve v0.13.8 |
994 | 2024-03-28T07:19:26.275Z | Downloaded foreign-types v0.5.0 |
995 | 2024-03-28T07:19:26.278Z | Downloaded zone v0.1.8 |
996 | 2024-03-28T07:19:26.279Z | Downloaded uuid v1.7.0 |
997 | 2024-03-28T07:19:26.282Z | Downloaded hash32 v0.3.1 |
998 | 2024-03-28T07:19:26.285Z | Downloaded smf v0.2.2 |
999 | 2024-03-28T07:19:26.285Z | Downloaded slab v0.4.9 |
1000 | 2024-03-28T07:19:26.288Z | Downloaded scheduled-thread-pool v0.2.7 |
1001 | 2024-03-28T07:19:26.288Z | Downloaded same-file v1.0.6 |
1002 | 2024-03-28T07:19:26.290Z | Downloaded url v2.5.0 |
1003 | 2024-03-28T07:19:26.294Z | Downloaded slog-term v2.9.0 |
1004 | 2024-03-28T07:19:26.297Z | Downloaded num-bigint v0.4.4 |
1005 | 2024-03-28T07:19:26.300Z | Downloaded unicase v2.7.0 |
1006 | 2024-03-28T07:19:26.304Z | Downloaded tokio-rustls v0.24.1 |
1007 | 2024-03-28T07:19:26.327Z | Downloaded zeroize v1.7.0 |
1008 | 2024-03-28T07:19:26.327Z | Downloaded httpdate v1.0.3 |
1009 | 2024-03-28T07:19:26.327Z | Downloaded want v0.3.1 |
1010 | 2024-03-28T07:19:26.327Z | Downloaded rustversion v1.0.14 |
1011 | 2024-03-28T07:19:26.342Z | Downloaded psl-types v2.0.11 |
1012 | 2024-03-28T07:19:26.342Z | Downloaded rand_chacha v0.3.1 |
1013 | 2024-03-28T07:19:26.342Z | Downloaded slog-scope v4.4.0 |
1014 | 2024-03-28T07:19:26.342Z | Downloaded rustls-pki-types v1.3.0 |
1015 | 2024-03-28T07:19:26.342Z | Downloaded unicode-width v0.1.11 |
1016 | 2024-03-28T07:19:26.342Z | Downloaded structmeta-derive v0.3.0 |
1017 | 2024-03-28T07:19:26.342Z | Downloaded dof v0.1.5 |
1018 | 2024-03-28T07:19:26.342Z | Downloaded usdt v0.5.0 |
1019 | 2024-03-28T07:19:26.342Z | Downloaded schemars_derive v0.8.16 |
1020 | 2024-03-28T07:19:26.343Z | Downloaded tar v0.4.40 |
1021 | 2024-03-28T07:19:26.343Z | Downloaded base64 v0.22.0 |
1022 | 2024-03-28T07:19:26.343Z | Downloaded usdt-macro v0.5.0 |
1023 | 2024-03-28T07:19:26.343Z | Downloaded tokio-stream v0.1.14 |
1024 | 2024-03-28T07:19:26.343Z | Downloaded r2d2 v0.8.10 |
1025 | 2024-03-28T07:19:26.343Z | Downloaded hex-literal v0.4.1 |
1026 | 2024-03-28T07:19:26.343Z | Downloaded hex v0.4.3 |
1027 | 2024-03-28T07:19:26.348Z | Downloaded smallvec v1.13.1 |
1028 | 2024-03-28T07:19:26.349Z | Downloaded zone_cfg_derive v0.1.2 |
1029 | 2024-03-28T07:19:26.349Z | Downloaded slog v2.7.0 |
1030 | 2024-03-28T07:19:26.354Z | Downloaded signature v2.1.0 |
1031 | 2024-03-28T07:19:26.354Z | Downloaded hyper-rustls v0.24.2 |
1032 | 2024-03-28T07:19:26.354Z | Downloaded half v2.3.1 |
1033 | 2024-03-28T07:19:26.358Z | Downloaded termcolor v1.2.0 |
1034 | 2024-03-28T07:19:26.358Z | Downloaded strsim v0.10.0 |
1035 | 2024-03-28T07:19:26.361Z | Downloaded stable_deref_trait v1.2.0 |
1036 | 2024-03-28T07:19:26.361Z | Downloaded tinyvec v1.6.0 |
1037 | 2024-03-28T07:19:26.365Z | Downloaded ff v0.13.0 |
1038 | 2024-03-28T07:19:26.365Z | Downloaded erased-serde v0.3.31 |
1039 | 2024-03-28T07:19:26.369Z | Downloaded fixedbitset v0.4.2 |
1040 | 2024-03-28T07:19:26.369Z | Downloaded embedded-io v0.4.0 |
1041 | 2024-03-28T07:19:26.372Z | Downloaded term v0.7.0 |
1042 | 2024-03-28T07:19:26.375Z | Downloaded signal-hook-registry v1.4.1 |
1043 | 2024-03-28T07:19:26.375Z | Downloaded signal-hook-mio v0.2.3 |
1044 | 2024-03-28T07:19:26.380Z | Downloaded schemars v0.8.16 |
1045 | 2024-03-28T07:19:26.388Z | Downloaded tower-service v0.3.2 |
1046 | 2024-03-28T07:19:26.391Z | Downloaded time-core v0.1.2 |
1047 | 2024-03-28T07:19:26.391Z | Downloaded mio v0.8.11 |
1048 | 2024-03-28T07:19:26.394Z | Downloaded quote v1.0.35 |
1049 | 2024-03-28T07:19:26.398Z | Downloaded usdt-impl v0.3.5 |
1050 | 2024-03-28T07:19:26.401Z | Downloaded slog-json v2.6.1 |
1051 | 2024-03-28T07:19:26.401Z | Downloaded slog-envlogger v2.2.0 |
1052 | 2024-03-28T07:19:26.404Z | Downloaded slog-dtrace v0.3.0 |
1053 | 2024-03-28T07:19:26.404Z | Downloaded dtrace-parser v0.1.14 |
1054 | 2024-03-28T07:19:26.404Z | Downloaded usdt-impl v0.5.0 |
1055 | 2024-03-28T07:19:26.407Z | Downloaded futures-io v0.3.30 |
1056 | 2024-03-28T07:19:26.407Z | Downloaded futures-core v0.3.30 |
1057 | 2024-03-28T07:19:26.407Z | Downloaded strsim v0.11.0 |
1058 | 2024-03-28T07:19:26.411Z | Downloaded sha1 v0.10.6 |
1059 | 2024-03-28T07:19:26.411Z | Downloaded thiserror-impl-no-std v2.0.2 |
1060 | 2024-03-28T07:19:26.414Z | Downloaded thiserror v1.0.57 |
1061 | 2024-03-28T07:19:26.417Z | Downloaded pretty-hex v0.2.1 |
1062 | 2024-03-28T07:19:26.420Z | Downloaded pretty-hex v0.4.1 |
1063 | 2024-03-28T07:19:26.420Z | Downloaded ucd-trie v0.1.6 |
1064 | 2024-03-28T07:19:26.423Z | Downloaded spki v0.7.2 |
1065 | 2024-03-28T07:19:26.423Z | Downloaded rand_chacha v0.2.2 |
1066 | 2024-03-28T07:19:26.423Z | Downloaded structopt v0.3.26 |
1067 | 2024-03-28T07:19:26.431Z | Downloaded futures-task v0.3.30 |
1068 | 2024-03-28T07:19:26.434Z | Downloaded publicsuffix v2.2.3 |
1069 | 2024-03-28T07:19:26.437Z | Downloaded futures-macro v0.3.30 |
1070 | 2024-03-28T07:19:26.437Z | Downloaded float-cmp v0.9.0 |
1071 | 2024-03-28T07:19:26.439Z | Downloaded thread-id v4.2.0 |
1072 | 2024-03-28T07:19:26.440Z | Downloaded hostname v0.3.1 |
1073 | 2024-03-28T07:19:26.446Z | Downloaded derive_more v0.99.17 |
1074 | 2024-03-28T07:19:26.449Z | Downloaded aes-gcm v0.10.3 |
1075 | 2024-03-28T07:19:26.450Z | Downloaded xattr v1.0.1 |
1076 | 2024-03-28T07:19:26.453Z | Downloaded home v0.5.5 |
1077 | 2024-03-28T07:19:26.453Z | Downloaded deranged v0.3.11 |
1078 | 2024-03-28T07:19:26.453Z | Downloaded thiserror-no-std v2.0.2 |
1079 | 2024-03-28T07:19:26.456Z | Downloaded whoami v1.5.0 |
1080 | 2024-03-28T07:19:26.459Z | Downloaded serde_urlencoded v0.7.1 |
1081 | 2024-03-28T07:19:26.462Z | Downloaded proc-macro2 v1.0.78 |
1082 | 2024-03-28T07:19:26.465Z | Downloaded subprocess v0.2.9 |
1083 | 2024-03-28T07:19:26.468Z | Downloaded serde_with_macros v3.6.1 |
1084 | 2024-03-28T07:19:26.468Z | Downloaded p521 v0.13.3 |
1085 | 2024-03-28T07:19:26.471Z | Downloaded rustfmt-wrapper v0.2.0 |
1086 | 2024-03-28T07:19:26.474Z | Downloaded predicates-core v1.0.6 |
1087 | 2024-03-28T07:19:26.474Z | Downloaded signal-hook v0.3.17 |
1088 | 2024-03-28T07:19:26.478Z | Downloaded steno v0.4.0 |
1089 | 2024-03-28T07:19:26.481Z | Downloaded postgres-protocol v0.6.6 |
1090 | 2024-03-28T07:19:26.485Z | Downloaded tracing-attributes v0.1.27 |
1091 | 2024-03-28T07:19:26.485Z | Downloaded time v0.3.34 |
1092 | 2024-03-28T07:19:26.491Z | Downloaded der_derive v0.7.2 |
1093 | 2024-03-28T07:19:26.494Z | Downloaded tungstenite v0.21.0 |
1094 | 2024-03-28T07:19:26.497Z | Downloaded proc-macro-crate v1.3.1 |
1095 | 2024-03-28T07:19:26.500Z | Downloaded proc-macro-error v1.0.4 |
1096 | 2024-03-28T07:19:26.503Z | Downloaded rcgen v0.12.1 |
1097 | 2024-03-28T07:19:26.506Z | Downloaded hashbrown v0.14.3 |
1098 | 2024-03-28T07:19:26.509Z | Downloaded similar v2.4.0 |
1099 | 2024-03-28T07:19:26.514Z | Downloaded hmac v0.12.1 |
1100 | 2024-03-28T07:19:26.517Z | Downloaded tokio-postgres v0.7.10 |
1101 | 2024-03-28T07:19:26.522Z | Downloaded winnow v0.6.1 |
1102 | 2024-03-28T07:19:26.538Z | Downloaded flume v0.11.0 |
1103 | 2024-03-28T07:19:26.542Z | Downloaded zip v0.6.6 |
1104 | 2024-03-28T07:19:26.543Z | Downloaded petgraph v0.6.4 |
1105 | 2024-03-28T07:19:26.554Z | Downloaded derive-where v1.2.7 |
1106 | 2024-03-28T07:19:26.558Z | Downloaded serde_yaml v0.9.25 |
1107 | 2024-03-28T07:19:26.564Z | Downloaded tokio-util v0.7.10 |
1108 | 2024-03-28T07:19:26.569Z | Downloaded ed25519-dalek v2.0.0 |
1109 | 2024-03-28T07:19:26.574Z | Downloaded trust-dns-server v0.22.1 |
1110 | 2024-03-28T07:19:26.579Z | Downloaded trust-dns-resolver v0.22.0 |
1111 | 2024-03-28T07:19:26.579Z | Downloaded tracing-core v0.1.32 |
1112 | 2024-03-28T07:19:26.590Z | Downloaded http v0.2.12 |
1113 | 2024-03-28T07:19:26.591Z | Downloaded regex-automata v0.1.10 |
1114 | 2024-03-28T07:19:26.595Z | Downloaded russh v0.42.0 |
1115 | 2024-03-28T07:19:26.595Z | Downloaded rand v0.7.3 |
1116 | 2024-03-28T07:19:26.603Z | Downloaded h2 v0.3.24 |
1117 | 2024-03-28T07:19:26.613Z | Downloaded tracing v0.1.40 |
1118 | 2024-03-28T07:19:26.618Z | Downloaded trust-dns-client v0.22.0 |
1119 | 2024-03-28T07:19:26.619Z | Downloaded unicode-segmentation v1.10.1 |
1120 | 2024-03-28T07:19:26.632Z | Downloaded reqwest v0.11.24 |
1121 | 2024-03-28T07:19:26.647Z | Downloaded rustls-webpki v0.101.7 |
1122 | 2024-03-28T07:19:27.060Z | Downloaded http v1.0.0 |
1123 | 2024-03-28T07:19:27.060Z | Downloaded futures-util v0.3.30 |
1124 | 2024-03-28T07:19:27.063Z | Downloaded rustls-webpki v0.102.1 |
1125 | 2024-03-28T07:19:27.064Z | Downloaded idna v0.2.3 |
1126 | 2024-03-28T07:19:27.064Z | Downloaded openssl v0.10.60 |
1127 | 2024-03-28T07:19:27.064Z | Downloaded unicode-normalization v0.1.22 |
1128 | 2024-03-28T07:19:27.064Z | Downloaded gimli v0.28.0 |
1129 | 2024-03-28T07:19:27.064Z | Downloaded hkdf v0.12.4 |
1130 | 2024-03-28T07:19:27.064Z | Downloaded vcpkg v0.2.15 |
1131 | 2024-03-28T07:19:27.064Z | Downloaded serde_with v3.6.1 |
1132 | 2024-03-28T07:19:27.064Z | Downloaded winnow v0.5.15 |
1133 | 2024-03-28T07:19:27.064Z | Downloaded rustls v0.22.2 |
1134 | 2024-03-28T07:19:27.064Z | Downloaded rustix v0.38.31 |
1135 | 2024-03-28T07:19:27.064Z | Downloaded hyper v0.14.28 |
1136 | 2024-03-28T07:19:27.064Z | Downloaded diesel v2.1.4 |
1137 | 2024-03-28T07:19:27.064Z | Downloaded syn v1.0.109 |
1138 | 2024-03-28T07:19:27.064Z | Downloaded libc v0.2.153 |
1139 | 2024-03-28T07:19:27.064Z | Downloaded syn v2.0.52 |
1140 | 2024-03-28T07:19:27.064Z | Downloaded sha3 v0.10.8 |
1141 | 2024-03-28T07:19:27.064Z | Downloaded tokio v1.36.0 |
1142 | 2024-03-28T07:19:27.064Z | Downloaded smoltcp v0.9.1 |
1143 | 2024-03-28T07:19:27.064Z | Downloaded radix_trie v0.2.1 |
1144 | 2024-03-28T07:19:27.064Z | Downloaded idna v0.5.0 |
1145 | 2024-03-28T07:19:27.064Z | Downloaded idna v0.3.0 |
1146 | 2024-03-28T07:19:27.065Z | Downloaded regex v1.10.3 |
1147 | 2024-03-28T07:19:27.065Z | Downloaded regress v0.9.0 |
1148 | 2024-03-28T07:19:27.065Z | Downloaded smoltcp v0.11.0 |
1149 | 2024-03-28T07:19:27.065Z | Downloaded bstr v1.9.0 |
1150 | 2024-03-28T07:19:27.065Z | Downloaded bstr v0.2.17 |
1151 | 2024-03-28T07:19:27.065Z | Downloaded regex-syntax v0.8.2 |
1152 | 2024-03-28T07:19:27.065Z | Downloaded trust-dns-proto v0.22.0 |
1153 | 2024-03-28T07:19:27.065Z | Downloaded curve25519-dalek v4.1.1 |
1154 | 2024-03-28T07:19:27.065Z | Downloaded rustls v0.21.9 |
1155 | 2024-03-28T07:19:27.065Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1156 | 2024-03-28T07:19:27.065Z | Downloaded webpki-roots v0.25.2 |
1157 | 2024-03-28T07:19:27.065Z | Downloaded openapiv3 v2.0.0 |
1158 | 2024-03-28T07:19:27.065Z | Downloaded chrono v0.4.34 |
1159 | 2024-03-28T07:19:27.065Z | Downloaded sled v0.34.7 |
1160 | 2024-03-28T07:19:27.065Z | Downloaded zerocopy-derive v0.6.4 |
1161 | 2024-03-28T07:19:27.065Z | Downloaded object v0.32.1 |
1162 | 2024-03-28T07:19:27.068Z | Downloaded zerocopy-derive v0.2.0 |
1163 | 2024-03-28T07:19:27.076Z | Downloaded rand v0.8.5 |
1164 | 2024-03-28T07:19:27.092Z | Downloaded regex-automata v0.4.5 |
1165 | 2024-03-28T07:19:27.096Z | Downloaded clap v2.34.0 |
1166 | 2024-03-28T07:19:27.099Z | Downloaded rayon v1.9.0 |
1167 | 2024-03-28T07:19:27.108Z | Downloaded clap_builder v4.5.1 |
1168 | 2024-03-28T07:19:27.113Z | Downloaded serde_json v1.0.114 |
1169 | 2024-03-28T07:19:27.120Z | Downloaded zerocopy v0.7.32 |
1170 | 2024-03-28T07:19:27.135Z | Downloaded aho-corasick v1.1.2 |
1171 | 2024-03-28T07:19:27.140Z | Downloaded goblin v0.8.0 |
1172 | 2024-03-28T07:19:27.146Z | Downloaded flate2 v1.0.28 |
1173 | 2024-03-28T07:19:27.151Z | Downloaded unicode-bidi v0.3.15 |
1174 | 2024-03-28T07:19:27.154Z | Downloaded blake3 v1.5.0 |
1175 | 2024-03-28T07:19:27.159Z | Downloaded dof v0.3.0 |
1176 | 2024-03-28T07:19:27.162Z | Downloaded thread_local v1.1.7 |
1177 | 2024-03-28T07:19:27.162Z | Downloaded sha2 v0.10.8 |
1178 | 2024-03-28T07:19:27.165Z | Downloaded crossterm v0.27.0 |
1179 | 2024-03-28T07:19:27.169Z | Downloaded ed25519 v2.2.2 |
1180 | 2024-03-28T07:19:27.172Z | Downloaded postgres-types v0.2.6 |
1181 | 2024-03-28T07:19:27.175Z | Downloaded socket2 v0.5.5 |
1182 | 2024-03-28T07:19:27.175Z | Downloaded rayon-core v1.12.1 |
1183 | 2024-03-28T07:19:27.178Z | Downloaded serde v1.0.197 |
1184 | 2024-03-28T07:19:27.181Z | Downloaded pest v2.7.6 |
1185 | 2024-03-28T07:19:27.186Z | Downloaded libm v0.2.7 |
1186 | 2024-03-28T07:19:27.196Z | Downloaded proc-macro-error-attr v1.0.4 |
1187 | 2024-03-28T07:19:27.200Z | Downloaded hyper-staticfile v0.9.5 |
1188 | 2024-03-28T07:19:27.200Z | Downloaded http-body v0.4.5 |
1189 | 2024-03-28T07:19:27.200Z | Downloaded ron v0.7.1 |
1190 | 2024-03-28T07:19:27.205Z | Downloaded siphasher v0.3.11 |
1191 | 2024-03-28T07:19:27.209Z | Downloaded unicode-ident v1.0.12 |
1192 | 2024-03-28T07:19:27.209Z | Downloaded typenum v1.16.0 |
1193 | 2024-03-28T07:19:27.209Z | Downloaded socket2 v0.4.9 |
1194 | 2024-03-28T07:19:27.212Z | Downloaded ryu v1.0.15 |
1195 | 2024-03-28T07:19:27.212Z | Downloaded futures-channel v0.3.30 |
1196 | 2024-03-28T07:19:27.215Z | Downloaded nom v7.1.3 |
1197 | 2024-03-28T07:19:27.218Z | Downloaded env_logger v0.9.3 |
1198 | 2024-03-28T07:19:27.221Z | Downloaded tokio-tungstenite v0.20.1 |
1199 | 2024-03-28T07:19:27.224Z | Downloaded semver v1.0.22 |
1200 | 2024-03-28T07:19:27.227Z | Downloaded headers v0.3.9 |
1201 | 2024-03-28T07:19:27.230Z | Downloaded hashbrown v0.12.3 |
1202 | 2024-03-28T07:19:27.243Z | Downloaded toml_edit v0.22.6 |
1203 | 2024-03-28T07:19:27.253Z | Downloaded winapi v0.3.9 |
1204 | 2024-03-28T07:19:27.290Z | Downloaded sct v0.7.0 |
1205 | 2024-03-28T07:19:27.297Z | Downloaded rustls-pemfile v2.1.1 |
1206 | 2024-03-28T07:19:27.302Z | Downloaded zerocopy v0.6.4 |
1207 | 2024-03-28T07:19:27.302Z | Downloaded yasna v0.5.2 |
1208 | 2024-03-28T07:19:27.302Z | Downloaded encoding_rs v0.8.33 |
1209 | 2024-03-28T07:19:27.318Z | Downloaded walkdir v2.4.0 |
1210 | 2024-03-28T07:19:27.321Z | Downloaded utf-8 v0.7.6 |
1211 | 2024-03-28T07:19:27.321Z | Downloaded textwrap v0.11.0 |
1212 | 2024-03-28T07:19:27.326Z | Downloaded terminal_size v0.3.0 |
1213 | 2024-03-28T07:19:27.326Z | Downloaded secrecy v0.8.0 |
1214 | 2024-03-28T07:19:27.326Z | Downloaded sec1 v0.7.3 |
1215 | 2024-03-28T07:19:27.326Z | Downloaded toml v0.5.11 |
1216 | 2024-03-28T07:19:27.330Z | Downloaded serde_tokenstream v0.2.0 |
1217 | 2024-03-28T07:19:27.333Z | Downloaded toml_edit v0.19.15 |
1218 | 2024-03-28T07:19:27.345Z | Downloaded aes v0.8.3 |
1219 | 2024-03-28T07:19:27.348Z | Downloaded heck v0.4.1 |
1220 | 2024-03-28T07:19:27.352Z | Downloaded heck v0.3.3 |
1221 | 2024-03-28T07:19:27.352Z | Downloaded filetime v0.2.23 |
1222 | 2024-03-28T07:19:27.352Z | Downloaded serde_derive v1.0.197 |
1223 | 2024-03-28T07:19:27.356Z | Downloaded heapless v0.8.0 |
1224 | 2024-03-28T07:19:27.360Z | Downloaded heapless v0.7.16 |
1225 | 2024-03-28T07:19:27.364Z | Downloaded crossbeam-channel v0.5.8 |
1226 | 2024-03-28T07:19:27.367Z | Downloaded httparse v1.8.0 |
1227 | 2024-03-28T07:19:27.367Z | Downloaded structmeta v0.3.0 |
1228 | 2024-03-28T07:19:27.367Z | Downloaded indexmap v1.9.3 |
1229 | 2024-03-28T07:19:27.371Z | Downloaded structopt-derive v0.4.18 |
1230 | 2024-03-28T07:19:27.374Z | Downloaded humantime v2.1.0 |
1231 | 2024-03-28T07:19:27.374Z | Downloaded hubpack v0.1.2 |
1232 | 2024-03-28T07:19:27.374Z | Downloaded postcard v1.0.8 |
1233 | 2024-03-28T07:19:27.379Z | Downloaded equivalent v1.0.1 |
1234 | 2024-03-28T07:19:27.379Z | Downloaded diesel_derives v2.1.2 |
1235 | 2024-03-28T07:19:27.385Z | Downloaded zerocopy-derive v0.7.32 |
1236 | 2024-03-28T07:19:27.388Z | Downloaded tokio-rustls v0.25.0 |
1237 | 2024-03-28T07:19:27.388Z | Downloaded time-macros v0.2.17 |
1238 | 2024-03-28T07:19:27.388Z | Downloaded getrandom v0.1.16 |
1239 | 2024-03-28T07:19:27.391Z | Downloaded toml v0.7.8 |
1240 | 2024-03-28T07:19:27.395Z | Downloaded glob v0.3.1 |
1241 | 2024-03-28T07:19:27.395Z | Downloaded futures-executor v0.3.30 |
1242 | 2024-03-28T07:19:27.395Z | Downloaded enum-as-inner v0.5.1 |
1243 | 2024-03-28T07:19:27.401Z | Downloaded zeroize_derive v1.4.2 |
1244 | 2024-03-28T07:19:27.401Z | Downloaded ecdsa v0.16.9 |
1245 | 2024-03-28T07:19:27.401Z | Downloaded uuid v0.8.2 |
1246 | 2024-03-28T07:19:27.402Z | Downloaded toml v0.8.10 |
1247 | 2024-03-28T07:19:27.406Z | Downloaded unsafe-libyaml v0.2.10 |
1248 | 2024-03-28T07:19:27.410Z | Downloaded tungstenite v0.20.1 |
1249 | 2024-03-28T07:19:27.413Z | Downloaded predicates v3.1.0 |
1250 | 2024-03-28T07:19:27.413Z | Downloaded powerfmt v0.2.0 |
1251 | 2024-03-28T07:19:27.417Z | Downloaded poly1305 v0.8.0 |
1252 | 2024-03-28T07:19:27.417Z | Downloaded cookie_store v0.20.0 |
1253 | 2024-03-28T07:19:27.421Z | Downloaded crossbeam-epoch v0.9.18 |
1254 | 2024-03-28T07:19:27.424Z | Downloaded chacha20poly1305 v0.10.1 |
1255 | 2024-03-28T07:19:27.424Z | Downloaded bytes v1.5.0 |
1256 | 2024-03-28T07:19:27.429Z | Downloaded darling_core v0.20.3 |
1257 | 2024-03-28T07:19:27.434Z | Downloaded clap v4.5.1 |
1258 | 2024-03-28T07:19:27.438Z | Downloaded base64 v0.13.1 |
1259 | 2024-03-28T07:19:27.441Z | Downloaded serde_spanned v0.6.5 |
1260 | 2024-03-28T07:19:27.444Z | Downloaded serde_arrays v0.1.0 |
1261 | 2024-03-28T07:19:27.444Z | Downloaded semver-parser v0.10.2 |
1262 | 2024-03-28T07:19:27.444Z | Downloaded rfc6979 v0.4.0 |
1263 | 2024-03-28T07:19:27.451Z | Downloaded dhcproto v0.11.0 |
1264 | 2024-03-28T07:19:27.451Z | Downloaded dirs v5.0.1 |
1265 | 2024-03-28T07:19:27.455Z | Downloaded digest v0.10.7 |
1266 | 2024-03-28T07:19:27.455Z | Downloaded p256 v0.13.2 |
1267 | 2024-03-28T07:19:27.455Z | Downloaded cc v1.0.83 |
1268 | 2024-03-28T07:19:27.458Z | Downloaded backtrace v0.3.69 |
1269 | 2024-03-28T07:19:27.462Z | Downloaded spin v0.5.2 |
1270 | 2024-03-28T07:19:27.462Z | Downloaded slog-async v2.8.0 |
1271 | 2024-03-28T07:19:27.465Z | Downloaded serde_repr v0.1.16 |
1272 | 2024-03-28T07:19:27.465Z | Downloaded serde_path_to_error v0.1.16 |
1273 | 2024-03-28T07:19:27.465Z | Downloaded cookie v0.17.0 |
1274 | 2024-03-28T07:19:27.471Z | Downloaded console v0.15.8 |
1275 | 2024-03-28T07:19:27.475Z | Downloaded cancel-safe-futures v0.1.5 |
1276 | 2024-03-28T07:19:27.475Z | Downloaded camino v1.1.6 |
1277 | 2024-03-28T07:19:27.475Z | Downloaded openssl-sys v0.9.96 |
1278 | 2024-03-28T07:19:27.478Z | Downloaded parking_lot v0.11.2 |
1279 | 2024-03-28T07:19:27.481Z | Downloaded num-traits v0.2.18 |
1280 | 2024-03-28T07:19:27.486Z | Downloaded strum_macros v0.26.1 |
1281 | 2024-03-28T07:19:27.486Z | Downloaded strum_macros v0.25.2 |
1282 | 2024-03-28T07:19:27.501Z | Downloaded dirs-next v2.0.0 |
1283 | 2024-03-28T07:19:27.501Z | Downloaded difflib v0.4.0 |
1284 | 2024-03-28T07:19:27.501Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1285 | 2024-03-28T07:19:27.501Z | Downloaded iana-time-zone v0.1.57 |
1286 | 2024-03-28T07:19:27.526Z | Downloaded swrite v0.1.0 |
1287 | 2024-03-28T07:19:27.526Z | Downloaded spin v0.9.8 |
1288 | 2024-03-28T07:19:27.527Z | Downloaded blake2 v0.10.6 |
1289 | 2024-03-28T07:19:27.527Z | Downloaded pem-rfc7468 v0.7.0 |
1290 | 2024-03-28T07:19:27.527Z | Downloaded once_cell v1.19.0 |
1291 | 2024-03-28T07:19:27.527Z | Downloaded num-rational v0.4.1 |
1292 | 2024-03-28T07:19:27.527Z | Downloaded errno v0.3.8 |
1293 | 2024-03-28T07:19:27.527Z | Downloaded dirs-sys-next v0.1.2 |
1294 | 2024-03-28T07:19:27.527Z | Downloaded dirs-sys v0.4.1 |
1295 | 2024-03-28T07:19:27.527Z | Downloaded pest_derive v2.7.6 |
1296 | 2024-03-28T07:19:27.527Z | Downloaded blowfish v0.9.1 |
1297 | 2024-03-28T07:19:27.527Z | Downloaded base64ct v1.6.0 |
1298 | 2024-03-28T07:19:27.535Z | Downloaded backoff v0.4.0 |
1299 | 2024-03-28T07:19:27.535Z | Downloaded num-complex v0.4.4 |
1300 | 2024-03-28T07:19:27.535Z | Downloaded toml_datetime v0.6.5 |
1301 | 2024-03-28T07:19:27.535Z | Downloaded thiserror-impl v1.0.57 |
1302 | 2024-03-28T07:19:27.535Z | Downloaded bit-vec v0.6.3 |
1303 | 2024-03-28T07:19:27.536Z | Downloaded usdt v0.3.5 |
1304 | 2024-03-28T07:19:27.536Z | Downloaded untrusted v0.9.0 |
1305 | 2024-03-28T07:19:27.536Z | Downloaded tokio-macros v2.2.0 |
1306 | 2024-03-28T07:19:27.536Z | Downloaded pest_generator v2.7.6 |
1307 | 2024-03-28T07:19:27.536Z | Downloaded pem v3.0.2 |
1308 | 2024-03-28T07:19:27.536Z | Downloaded pbkdf2 v0.11.0 |
1309 | 2024-03-28T07:19:27.536Z | Downloaded num_threads v0.1.6 |
1310 | 2024-03-28T07:19:27.541Z | Downloaded defmt v0.3.5 |
1311 | 2024-03-28T07:19:27.541Z | Downloaded ascii v1.1.0 |
1312 | 2024-03-28T07:19:27.541Z | Downloaded ahash v0.8.8 |
1313 | 2024-03-28T07:19:27.545Z | Downloaded paste v1.0.14 |
1314 | 2024-03-28T07:19:27.545Z | Downloaded defmt-parser v0.3.3 |
1315 | 2024-03-28T07:19:27.545Z | Downloaded curve25519-dalek-derive v0.1.0 |
1316 | 2024-03-28T07:19:27.550Z | Downloaded defmt-macros v0.3.6 |
1317 | 2024-03-28T07:19:27.550Z | Downloaded data-encoding v2.4.0 |
1318 | 2024-03-28T07:19:27.550Z | Downloaded crypto-common v0.1.6 |
1319 | 2024-03-28T07:19:27.554Z | Downloaded crossbeam-deque v0.8.3 |
1320 | 2024-03-28T07:19:27.554Z | Downloaded colored v2.1.0 |
1321 | 2024-03-28T07:19:27.554Z | Downloaded chacha20 v0.9.1 |
1322 | 2024-03-28T07:19:27.557Z | Downloaded constant_time_eq v0.3.0 |
1323 | 2024-03-28T07:19:27.558Z | Downloaded clap_lex v0.7.0 |
1324 | 2024-03-28T07:19:27.558Z | Downloaded clap_derive v4.5.0 |
1325 | 2024-03-28T07:19:27.558Z | Downloaded cbc v0.1.2 |
1326 | 2024-03-28T07:19:27.562Z | Downloaded camino-tempfile v1.1.1 |
1327 | 2024-03-28T07:19:27.562Z | Downloaded percent-encoding v2.3.1 |
1328 | 2024-03-28T07:19:27.566Z | Downloaded num_cpus v1.16.0 |
1329 | 2024-03-28T07:19:27.567Z | Downloaded num v0.4.1 |
1330 | 2024-03-28T07:19:27.567Z | Downloaded parse-display-derive v0.9.0 |
1331 | 2024-03-28T07:19:27.567Z | Downloaded num-iter v0.1.44 |
1332 | 2024-03-28T07:19:27.570Z | Downloaded debug-ignore v1.0.5 |
1333 | 2024-03-28T07:19:27.570Z | Downloaded cobs v0.2.3 |
1334 | 2024-03-28T07:19:27.570Z | Downloaded block-padding v0.3.3 |
1335 | 2024-03-28T07:19:27.570Z | Downloaded block-buffer v0.10.4 |
1336 | 2024-03-28T07:19:27.574Z | Downloaded convert_case v0.4.0 |
1337 | 2024-03-28T07:19:27.574Z | Downloaded bit-set v0.5.3 |
1338 | 2024-03-28T07:19:27.574Z | Downloaded bcrypt-pbkdf v0.10.0 |
1339 | 2024-03-28T07:19:27.574Z | Downloaded autocfg v1.1.0 |
1340 | 2024-03-28T07:19:27.577Z | Downloaded aead v0.5.2 |
1341 | 2024-03-28T07:19:27.577Z | Downloaded managed v0.8.0 |
1342 | 2024-03-28T07:19:27.578Z | Downloaded lazy_static v1.4.0 |
1343 | 2024-03-28T07:19:27.583Z | Downloaded ciborium-ll v0.2.2 |
1344 | 2024-03-28T07:19:27.583Z | Downloaded cipher v0.4.4 |
1345 | 2024-03-28T07:19:27.583Z | Downloaded lru-cache v0.1.2 |
1346 | 2024-03-28T07:19:27.586Z | Downloaded lock_api v0.4.10 |
1347 | 2024-03-28T07:19:27.586Z | Downloaded bitstruct_derive v0.1.0 |
1348 | 2024-03-28T07:19:27.587Z | Downloaded bitstruct v0.1.1 |
1349 | 2024-03-28T07:19:27.587Z | Downloaded new_debug_unreachable v1.0.4 |
1350 | 2024-03-28T07:19:27.587Z | Downloaded libefi-sys v0.1.0 |
1351 | 2024-03-28T07:19:27.587Z | Downloaded anstream v0.6.11 |
1352 | 2024-03-28T07:19:27.590Z | Downloaded bitflags v1.3.2 |
1353 | 2024-03-28T07:19:27.593Z | Downloaded atomic-waker v1.1.1 |
1354 | 2024-03-28T07:19:27.593Z | Downloaded itoa v1.0.9 |
1355 | 2024-03-28T07:19:27.593Z | Downloaded itertools v0.12.1 |
1356 | 2024-03-28T07:19:27.599Z | Downloaded base16ct v0.2.0 |
1357 | 2024-03-28T07:19:27.602Z | Downloaded atomicwrites v0.4.3 |
1358 | 2024-03-28T07:19:27.602Z | Downloaded async-stream v0.3.5 |
1359 | 2024-03-28T07:19:27.606Z | Downloaded anstyle v1.0.6 |
1360 | 2024-03-28T07:19:27.606Z | Downloaded arrayvec v0.7.4 |
1361 | 2024-03-28T07:19:27.606Z | Downloaded ipnetwork v0.20.0 |
1362 | 2024-03-28T07:19:27.609Z | Downloaded internet-checksum v0.2.1 |
1363 | 2024-03-28T07:19:27.609Z | Downloaded anstyle-parse v0.2.1 |
1364 | 2024-03-28T07:19:27.612Z | Downloaded anstyle-query v1.0.0 |
1365 | 2024-03-28T07:19:27.638Z | Downloaded ring v0.17.8 |
1366 | 2024-03-28T07:19:27.740Z | Downloaded ring v0.16.20 |
1367 | 2024-03-28T07:19:28.301Z | Compiling proc-macro2 v1.0.78 |
1368 | 2024-03-28T07:19:28.304Z | Compiling unicode-ident v1.0.12 |
1369 | 2024-03-28T07:19:28.304Z | Compiling libc v0.2.153 |
1370 | 2024-03-28T07:19:28.304Z | Compiling serde v1.0.197 |
1371 | 2024-03-28T07:19:28.304Z | Compiling version_check v0.9.4 |
1372 | 2024-03-28T07:19:28.351Z | Compiling cfg-if v1.0.0 |
1373 | 2024-03-28T07:19:28.362Z | Compiling autocfg v1.1.0 |
1374 | 2024-03-28T07:19:28.497Z | Compiling syn v1.0.109 |
1375 | 2024-03-28T07:19:28.533Z | Compiling thiserror v1.0.57 |
1376 | 2024-03-28T07:19:28.555Z | Compiling once_cell v1.19.0 |
1377 | 2024-03-28T07:19:28.935Z | Compiling typenum v1.16.0 |
1378 | 2024-03-28T07:19:29.073Z | Compiling lock_api v0.4.10 |
1379 | 2024-03-28T07:19:29.095Z | Compiling parking_lot_core v0.9.8 |
1380 | 2024-03-28T07:19:30.087Z | Compiling generic-array v0.14.7 |
1381 | 2024-03-28T07:19:30.090Z | Compiling memchr v2.7.1 |
1382 | 2024-03-28T07:19:30.123Z | Compiling byteorder v1.5.0 |
1383 | 2024-03-28T07:19:30.285Z | Compiling libm v0.2.7 |
1384 | 2024-03-28T07:19:30.288Z | Compiling serde_json v1.0.114 |
1385 | 2024-03-28T07:19:30.350Z | Compiling num-traits v0.2.18 |
1386 | 2024-03-28T07:19:30.472Z | Compiling ahash v0.8.8 |
1387 | 2024-03-28T07:19:30.615Z | Compiling log v0.4.21 |
1388 | 2024-03-28T07:19:30.641Z | Compiling itoa v1.0.9 |
1389 | 2024-03-28T07:19:31.014Z | Compiling scopeguard v1.2.0 |
1390 | 2024-03-28T07:19:31.151Z | Compiling quote v1.0.35 |
1391 | 2024-03-28T07:19:31.296Z | Compiling slab v0.4.9 |
1392 | 2024-03-28T07:19:31.501Z | Compiling cc v1.0.83 |
1393 | 2024-03-28T07:19:31.572Z | Compiling syn v2.0.52 |
1394 | 2024-03-28T07:19:31.680Z | Compiling getrandom v0.2.12 |
1395 | 2024-03-28T07:19:32.063Z | Compiling rand_core v0.6.4 |
1396 | 2024-03-28T07:19:32.294Z | Compiling smallvec v1.13.1 |
1397 | 2024-03-28T07:19:32.529Z | Compiling ryu v1.0.15 |
1398 | 2024-03-28T07:19:32.844Z | Compiling allocator-api2 v0.2.16 |
1399 | 2024-03-28T07:19:32.910Z | Compiling heck v0.4.1 |
1400 | 2024-03-28T07:19:32.949Z | Compiling pin-project-lite v0.2.13 |
1401 | 2024-03-28T07:19:33.082Z | Compiling subtle v2.5.0 |
1402 | 2024-03-28T07:19:33.470Z | Compiling pkg-config v0.3.27 |
1403 | 2024-03-28T07:19:33.761Z | Compiling parking_lot v0.12.1 |
1404 | 2024-03-28T07:19:33.855Z | Compiling schemars v0.8.16 |
1405 | 2024-03-28T07:19:33.994Z | Compiling signal-hook-registry v1.4.1 |
1406 | 2024-03-28T07:19:34.019Z | Compiling mio v0.8.11 |
1407 | 2024-03-28T07:19:34.594Z | Compiling equivalent v1.0.1 |
1408 | 2024-03-28T07:19:34.707Z | Compiling ring v0.17.8 |
1409 | 2024-03-28T07:19:35.160Z | Compiling num_cpus v1.16.0 |
1410 | 2024-03-28T07:19:35.556Z | Compiling socket2 v0.5.5 |
1411 | 2024-03-28T07:19:35.758Z | Compiling num-conv v0.1.0 |
1412 | 2024-03-28T07:19:36.034Z | Compiling time-core v0.1.2 |
1413 | 2024-03-28T07:19:36.058Z | Compiling futures-core v0.3.30 |
1414 | 2024-03-28T07:19:36.231Z | Compiling time-macros v0.2.17 |
1415 | 2024-03-28T07:19:36.389Z | Compiling vcpkg v0.2.15 |
1416 | 2024-03-28T07:19:36.823Z | Compiling const-oid v0.9.6 |
1417 | 2024-03-28T07:19:36.953Z | Compiling httparse v1.8.0 |
1418 | 2024-03-28T07:19:37.817Z | Compiling ucd-trie v0.1.6 |
1419 | 2024-03-28T07:19:38.047Z | Compiling openssl-sys v0.9.96 |
1420 | 2024-03-28T07:19:38.470Z | Compiling fnv v1.0.7 |
1421 | 2024-03-28T07:19:38.602Z | Compiling serde_derive_internals v0.26.0 |
1422 | 2024-03-28T07:19:38.914Z | Compiling futures-sink v0.3.30 |
1423 | 2024-03-28T07:19:38.944Z | Compiling ring v0.16.20 |
1424 | 2024-03-28T07:19:39.125Z | Compiling spin v0.5.2 |
1425 | 2024-03-28T07:19:39.271Z | Compiling futures-channel v0.3.30 |
1426 | 2024-03-28T07:19:39.365Z | Compiling futures-io v0.3.30 |
1427 | 2024-03-28T07:19:39.524Z | Compiling slog v2.7.0 |
1428 | 2024-03-28T07:19:39.710Z | Compiling futures-task v0.3.30 |
1429 | 2024-03-28T07:19:39.753Z | Compiling pin-utils v0.1.0 |
1430 | 2024-03-28T07:19:39.855Z | Compiling openssl v0.10.60 |
1431 | 2024-03-28T07:19:39.899Z | Compiling async-trait v0.1.77 |
1432 | 2024-03-28T07:19:39.965Z | Compiling iana-time-zone v0.1.57 |
1433 | 2024-03-28T07:19:40.060Z | Compiling semver v1.0.22 |
1434 | 2024-03-28T07:19:40.219Z | Compiling native-tls v0.2.11 |
1435 | 2024-03-28T07:19:40.290Z | Compiling rustls v0.21.9 |
1436 | 2024-03-28T07:19:40.446Z | Compiling cpufeatures v0.2.12 |
1437 | 2024-03-28T07:19:40.528Z | Compiling tinyvec_macros v0.1.1 |
1438 | 2024-03-28T07:19:40.559Z | Compiling backtrace v0.3.69 |
1439 | 2024-03-28T07:19:40.576Z | Compiling cookie v0.17.0 |
1440 | 2024-03-28T07:19:40.627Z | Compiling tinyvec v1.6.0 |
1441 | 2024-03-28T07:19:41.017Z | Compiling aho-corasick v1.1.2 |
1442 | 2024-03-28T07:19:41.042Z | Compiling rustix v0.38.31 |
1443 | 2024-03-28T07:19:41.279Z | Compiling unicode-bidi v0.3.15 |
1444 | 2024-03-28T07:19:41.648Z | Compiling dyn-clone v1.0.17 |
1445 | 2024-03-28T07:19:41.670Z | Compiling uuid v0.8.2 |
1446 | 2024-03-28T07:19:41.828Z | Compiling regex-syntax v0.8.2 |
1447 | 2024-03-28T07:19:42.167Z | Compiling unicode-normalization v0.1.22 |
1448 | 2024-03-28T07:19:42.193Z | Compiling ppv-lite86 v0.2.17 |
1449 | 2024-03-28T07:19:42.711Z | Compiling anyhow v1.0.79 |
1450 | 2024-03-28T07:19:43.030Z | Compiling crossbeam-utils v0.8.19 |
1451 | 2024-03-28T07:19:43.228Z | Compiling tracing-core v0.1.32 |
1452 | 2024-03-28T07:19:44.635Z | Compiling serde_derive v1.0.197 |
1453 | 2024-03-28T07:19:44.662Z | Compiling zeroize_derive v1.4.2 |
1454 | 2024-03-28T07:19:44.700Z | Compiling thiserror-impl v1.0.57 |
1455 | 2024-03-28T07:19:44.825Z | Compiling zerocopy-derive v0.7.32 |
1456 | 2024-03-28T07:19:45.654Z | Compiling tokio-macros v2.2.0 |
1457 | 2024-03-28T07:19:45.762Z | Compiling futures-macro v0.3.30 |
1458 | 2024-03-28T07:19:45.783Z | Compiling tracing-attributes v0.1.27 |
1459 | 2024-03-28T07:19:46.051Z | Compiling zeroize v1.7.0 |
1460 | 2024-03-28T07:19:46.816Z | Compiling zerocopy v0.7.32 |
1461 | 2024-03-28T07:19:47.109Z | Compiling schemars_derive v0.8.16 |
1462 | 2024-03-28T07:19:47.634Z | Compiling pest v2.7.6 |
1463 | 2024-03-28T07:19:47.782Z | Compiling crypto-common v0.1.6 |
1464 | 2024-03-28T07:19:47.859Z | Compiling block-buffer v0.10.4 |
1465 | 2024-03-28T07:19:47.992Z | Compiling futures-util v0.3.30 |
1466 | 2024-03-28T07:19:48.095Z | Compiling digest v0.10.7 |
1467 | 2024-03-28T07:19:48.592Z | Compiling openssl-macros v0.1.1 |
1468 | 2024-03-28T07:19:49.148Z | Compiling hashbrown v0.14.3 |
1469 | 2024-03-28T07:19:49.630Z | Compiling regex-automata v0.4.5 |
1470 | 2024-03-28T07:19:50.044Z | Compiling pest_meta v2.7.6 |
1471 | 2024-03-28T07:19:50.324Z | Compiling tracing v0.1.40 |
1472 | 2024-03-28T07:19:51.205Z | Compiling percent-encoding v2.3.1 |
1473 | 2024-03-28T07:19:51.431Z | Compiling pest_generator v2.7.6 |
1474 | 2024-03-28T07:19:51.806Z | Compiling scroll_derive v0.12.0 |
1475 | 2024-03-28T07:19:51.828Z | Compiling der_derive v0.7.2 |
1476 | 2024-03-28T07:19:53.325Z | Compiling rand_chacha v0.3.1 |
1477 | 2024-03-28T07:19:54.036Z | Compiling pest_derive v2.7.6 |
1478 | 2024-03-28T07:19:54.789Z | Compiling regex v1.10.3 |
1479 | 2024-03-28T07:19:55.030Z | Compiling rand v0.8.5 |
1480 | 2024-03-28T07:19:55.062Z | Compiling spin v0.9.8 |
1481 | 2024-03-28T07:19:55.607Z | Compiling thread-id v4.2.0 |
1482 | 2024-03-28T07:19:55.727Z | Compiling rustversion v1.0.14 |
1483 | 2024-03-28T07:19:55.838Z | Compiling powerfmt v0.2.0 |
1484 | 2024-03-28T07:19:56.270Z | Compiling deranged v0.3.11 |
1485 | 2024-03-28T07:19:56.375Z | Compiling form_urlencoded v1.2.1 |
1486 | 2024-03-28T07:19:56.768Z | Compiling winnow v0.5.15 |
1487 | 2024-03-28T07:19:57.153Z | Compiling unicode-width v0.1.11 |
1488 | 2024-03-28T07:19:57.275Z | Compiling num_threads v0.1.6 |
1489 | 2024-03-28T07:19:58.649Z | Compiling bytes v1.5.0 |
1490 | 2024-03-28T07:19:58.810Z | Compiling indexmap v2.2.5 |
1491 | 2024-03-28T07:19:58.896Z | Compiling uuid v1.7.0 |
1492 | 2024-03-28T07:19:59.865Z | Compiling chrono v0.4.34 |
1493 | 2024-03-28T07:20:00.451Z | Compiling tokio v1.36.0 |
1494 | 2024-03-28T07:20:01.371Z | Compiling http v0.2.12 |
1495 | 2024-03-28T07:20:02.252Z | Compiling bitflags v2.4.2 |
1496 | 2024-03-28T07:20:03.511Z | Compiling toml_datetime v0.6.5 |
1497 | 2024-03-28T07:20:03.566Z | Compiling serde_spanned v0.6.5 |
1498 | 2024-03-28T07:20:03.717Z | Compiling rustc_version v0.4.0 |
1499 | 2024-03-28T07:20:03.954Z | Compiling toml_edit v0.19.15 |
1500 | 2024-03-28T07:20:04.924Z | Compiling time v0.3.34 |
1501 | 2024-03-28T07:20:07.860Z | Compiling unicode-xid v0.2.4 |
1502 | 2024-03-28T07:20:08.026Z | Compiling synstructure v0.12.6 |
1503 | 2024-03-28T07:20:09.943Z | Compiling openapiv3 v2.0.0 |
1504 | 2024-03-28T07:20:12.916Z | Compiling serde_tokenstream v0.2.0 |
1505 | 2024-03-28T07:20:13.467Z | Compiling idna v0.5.0 |
1506 | 2024-03-28T07:20:14.500Z | Compiling lazy_static v1.4.0 |
1507 | 2024-03-28T07:20:14.803Z | Compiling usdt-impl v0.5.0 |
1508 | 2024-03-28T07:20:15.304Z | Compiling crc32fast v1.3.2 |
1509 | 2024-03-28T07:20:15.343Z | Compiling url v2.5.0 |
1510 | 2024-03-28T07:20:15.736Z | Compiling zerocopy-derive v0.2.0 |
1511 | 2024-03-28T07:20:16.892Z | Compiling scroll v0.12.0 |
1512 | 2024-03-28T07:20:17.142Z | Compiling plain v0.2.3 |
1513 | 2024-03-28T07:20:17.408Z | Compiling goblin v0.8.0 |
1514 | 2024-03-28T07:20:18.818Z | Compiling tokio-util v0.7.10 |
1515 | 2024-03-28T07:20:19.662Z | Compiling pretty-hex v0.4.1 |
1516 | 2024-03-28T07:20:20.237Z | Compiling untrusted v0.9.0 |
1517 | 2024-03-28T07:20:20.690Z | Compiling foreign-types-shared v0.1.1 |
1518 | 2024-03-28T07:20:20.735Z | Compiling untrusted v0.7.1 |
1519 | 2024-03-28T07:20:21.067Z | Compiling foreign-types v0.3.2 |
1520 | 2024-03-28T07:20:23.226Z | Compiling dof v0.3.0 |
1521 | 2024-03-28T07:20:25.369Z | Compiling dtrace-parser v0.2.0 |
1522 | 2024-03-28T07:20:26.361Z | Compiling errno v0.3.8 |
1523 | 2024-03-28T07:20:26.426Z | Compiling usdt-impl v0.3.5 |
1524 | 2024-03-28T07:20:26.585Z | Compiling try-lock v0.2.4 |
1525 | 2024-03-28T07:20:26.748Z | Compiling adler v1.0.2 |
1526 | 2024-03-28T07:20:26.764Z | Compiling base64 v0.21.7 |
1527 | 2024-03-28T07:20:27.781Z | Compiling miniz_oxide v0.7.1 |
1528 | 2024-03-28T07:20:27.792Z | Compiling want v0.3.1 |
1529 | 2024-03-28T07:20:30.695Z | Compiling rustls-webpki v0.101.7 |
1530 | 2024-03-28T07:20:30.891Z | Compiling sct v0.7.0 |
1531 | 2024-03-28T07:20:31.234Z | Compiling h2 v0.3.24 |
1532 | 2024-03-28T07:20:32.126Z | Compiling http-body v0.4.5 |
1533 | 2024-03-28T07:20:32.692Z | Compiling num-bigint v0.4.4 |
1534 | 2024-03-28T07:20:33.170Z | Compiling httpdate v1.0.3 |
1535 | 2024-03-28T07:20:33.592Z | Compiling openssl-probe v0.1.5 |
1536 | 2024-03-28T07:20:33.895Z | Compiling tower-service v0.3.2 |
1537 | 2024-03-28T07:20:35.656Z | Compiling zerocopy v0.3.0 |
1538 | 2024-03-28T07:20:36.355Z | Compiling heapless v0.7.16 |
1539 | 2024-03-28T07:20:36.771Z | Compiling idna v0.3.0 |
1540 | 2024-03-28T07:20:37.361Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1541 | 2024-03-28T07:20:37.442Z | Compiling unicode-segmentation v1.10.1 |
1542 | 2024-03-28T07:20:37.977Z | Compiling hyper v0.14.28 |
1543 | 2024-03-28T07:20:38.186Z | Compiling signal-hook v0.3.17 |
1544 | 2024-03-28T07:20:38.203Z | Compiling psl-types v2.0.11 |
1545 | 2024-03-28T07:20:38.203Z | Compiling base64ct v1.6.0 |
1546 | 2024-03-28T07:20:38.396Z | Compiling publicsuffix v2.2.3 |
1547 | 2024-03-28T07:20:38.437Z | Compiling tokio-rustls v0.24.1 |
1548 | 2024-03-28T07:20:39.628Z | Compiling dof v0.1.5 |
1549 | 2024-03-28T07:20:39.800Z | Compiling tokio-native-tls v0.3.1 |
1550 | 2024-03-28T07:20:40.075Z | Compiling crossbeam-epoch v0.9.18 |
1551 | 2024-03-28T07:20:40.273Z | Compiling dtrace-parser v0.1.14 |
1552 | 2024-03-28T07:20:40.817Z | Compiling bitflags v1.3.2 |
1553 | 2024-03-28T07:20:40.927Z | Compiling gimli v0.28.0 |
1554 | 2024-03-28T07:20:41.085Z | Compiling ipnet v2.9.0 |
1555 | 2024-03-28T07:20:41.880Z | Compiling cookie_store v0.20.0 |
1556 | 2024-03-28T07:20:43.129Z | Compiling rustls-pemfile v1.0.3 |
1557 | 2024-03-28T07:20:43.261Z | Compiling serde_urlencoded v0.7.1 |
1558 | 2024-03-28T07:20:43.691Z | Compiling serde_tokenstream v0.1.7 |
1559 | 2024-03-28T07:20:43.782Z | Compiling enum-as-inner v0.5.1 |
1560 | 2024-03-28T07:20:44.175Z | Compiling object v0.32.1 |
1561 | 2024-03-28T07:20:44.696Z | Compiling encoding_rs v0.8.33 |
1562 | 2024-03-28T07:20:47.268Z | Compiling addr2line v0.21.0 |
1563 | 2024-03-28T07:20:47.476Z | Compiling hyper-rustls v0.24.2 |
1564 | 2024-03-28T07:20:47.812Z | Compiling hyper-tls v0.5.0 |
1565 | 2024-03-28T07:20:48.141Z | Compiling webpki-roots v0.25.2 |
1566 | 2024-03-28T07:20:48.310Z | Compiling mime v0.3.17 |
1567 | 2024-03-28T07:20:48.681Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1568 | 2024-03-28T07:20:48.814Z | Compiling smoltcp v0.9.1 |
1569 | 2024-03-28T07:20:49.112Z | Compiling either v1.10.0 |
1570 | 2024-03-28T07:20:49.340Z | Compiling data-encoding v2.4.0 |
1571 | 2024-03-28T07:20:49.531Z | Compiling sync_wrapper v0.1.2 |
1572 | 2024-03-28T07:20:49.661Z | Compiling rustc-demangle v0.1.23 |
1573 | 2024-03-28T07:20:52.006Z | Compiling reqwest v0.11.24 |
1574 | 2024-03-28T07:20:57.075Z | Compiling pem-rfc7468 v0.7.0 |
1575 | 2024-03-28T07:20:59.592Z | Compiling hmac v0.12.1 |
1576 | 2024-03-28T07:20:59.820Z | Compiling futures-executor v0.3.30 |
1577 | 2024-03-28T07:21:00.976Z | Compiling regress v0.9.0 |
1578 | 2024-03-28T07:21:04.130Z | Compiling flagset v0.4.3 |
1579 | 2024-03-28T07:21:04.327Z | Compiling siphasher v0.3.11 |
1580 | 2024-03-28T07:21:04.691Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1581 | 2024-03-28T07:21:05.817Z | Compiling der v0.7.8 |
1582 | 2024-03-28T07:21:09.054Z | Compiling flate2 v1.0.28 |
1583 | 2024-03-28T07:21:09.466Z | Compiling usdt-attr-macro v0.3.5 |
1584 | 2024-03-28T07:21:09.701Z | Compiling usdt-macro v0.3.5 |
1585 | 2024-03-28T07:21:10.942Z | Compiling hubpack_derive v0.1.1 |
1586 | 2024-03-28T07:21:11.351Z | Compiling clap_derive v4.5.0 |
1587 | 2024-03-28T07:21:11.759Z | Compiling zerocopy-derive v0.6.4 |
1588 | 2024-03-28T07:21:12.090Z | Compiling anstyle v1.0.6 |
1589 | 2024-03-28T07:21:12.539Z | Compiling winnow v0.6.1 |
1590 | 2024-03-28T07:21:12.562Z | Compiling utf8parse v0.2.1 |
1591 | 2024-03-28T07:21:13.382Z | Compiling sha2 v0.10.8 |
1592 | 2024-03-28T07:21:13.729Z | Compiling anstyle-parse v0.2.1 |
1593 | 2024-03-28T07:21:14.838Z | Compiling futures v0.3.30 |
1594 | 2024-03-28T07:21:14.965Z | Compiling spki v0.7.2 |
1595 | 2024-03-28T07:21:15.900Z | Compiling toml_edit v0.22.6 |
1596 | 2024-03-28T07:21:16.211Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1597 | 2024-03-28T07:21:16.259Z | Compiling md-5 v0.10.5 |
1598 | 2024-03-28T07:21:16.486Z | Compiling toml v0.7.8 |
1599 | 2024-03-28T07:21:16.512Z | Compiling hex v0.4.3 |
1600 | 2024-03-28T07:21:17.146Z | Compiling stringprep v0.1.3 |
1601 | 2024-03-28T07:21:17.170Z | Compiling block-padding v0.3.3 |
1602 | 2024-03-28T07:21:18.036Z | Compiling num-integer v0.1.46 |
1603 | 2024-03-28T07:21:18.079Z | Compiling diesel_table_macro_syntax v0.1.0 |
1604 | 2024-03-28T07:21:18.472Z | Compiling hash32 v0.2.1 |
1605 | 2024-03-28T07:21:18.863Z | Compiling stable_deref_trait v1.2.0 |
1606 | 2024-03-28T07:21:18.978Z | Compiling anstyle-query v1.0.0 |
1607 | 2024-03-28T07:21:19.544Z | Compiling colorchoice v1.0.0 |
1608 | 2024-03-28T07:21:19.711Z | Compiling fallible-iterator v0.2.0 |
1609 | 2024-03-28T07:21:20.467Z | Compiling postgres-protocol v0.6.6 |
1610 | 2024-03-28T07:21:20.497Z | Compiling anstream v0.6.11 |
1611 | 2024-03-28T07:21:22.101Z | Compiling diesel_derives v2.1.2 |
1612 | 2024-03-28T07:21:23.202Z | Compiling inout v0.1.3 |
1613 | 2024-03-28T07:21:24.493Z | Compiling pkcs8 v0.10.2 |
1614 | 2024-03-28T07:21:25.025Z | Compiling phf_shared v0.11.2 |
1615 | 2024-03-28T07:21:25.421Z | Compiling terminal_size v0.3.0 |
1616 | 2024-03-28T07:21:25.483Z | Compiling ff v0.13.0 |
1617 | 2024-03-28T07:21:25.725Z | Compiling strum_macros v0.25.2 |
1618 | 2024-03-28T07:21:25.998Z | Compiling serde_repr v0.1.16 |
1619 | 2024-03-28T07:21:26.199Z | Compiling scheduled-thread-pool v0.2.7 |
1620 | 2024-03-28T07:21:26.849Z | Compiling bit-vec v0.6.3 |
1621 | 2024-03-28T07:21:27.063Z | Compiling clap_lex v0.7.0 |
1622 | 2024-03-28T07:21:27.377Z | Compiling strsim v0.11.0 |
1623 | 2024-03-28T07:21:27.501Z | Compiling managed v0.8.0 |
1624 | 2024-03-28T07:21:27.966Z | Compiling matches v0.1.10 |
1625 | 2024-03-28T07:21:28.069Z | Compiling base16ct v0.2.0 |
1626 | 2024-03-28T07:21:28.107Z | Compiling regex-automata v0.1.10 |
1627 | 2024-03-28T07:21:28.384Z | Compiling sec1 v0.7.3 |
1628 | 2024-03-28T07:21:28.629Z | Compiling bstr v0.2.17 |
1629 | 2024-03-28T07:21:28.955Z | Compiling idna v0.2.3 |
1630 | 2024-03-28T07:21:29.390Z | Compiling clap_builder v4.5.1 |
1631 | 2024-03-28T07:21:29.973Z | Compiling r2d2 v0.8.10 |
1632 | 2024-03-28T07:21:30.596Z | Compiling group v0.13.0 |
1633 | 2024-03-28T07:21:30.996Z | Compiling phf v0.11.2 |
1634 | 2024-03-28T07:21:31.233Z | Compiling signal-hook-mio v0.2.3 |
1635 | 2024-03-28T07:21:31.312Z | Compiling bzip2 v0.4.4 |
1636 | 2024-03-28T07:21:31.518Z | Compiling cipher v0.4.4 |
1637 | 2024-03-28T07:21:32.022Z | Compiling postgres-types v0.2.6 |
1638 | 2024-03-28T07:21:32.283Z | Compiling zerocopy v0.6.4 |
1639 | 2024-03-28T07:21:33.132Z | Compiling hubpack v0.1.2 |
1640 | 2024-03-28T07:21:33.331Z | Compiling phf_shared v0.10.0 |
1641 | 2024-03-28T07:21:33.475Z | Compiling hkdf v0.12.4 |
1642 | 2024-03-28T07:21:33.705Z | Compiling crypto-bigint v0.5.2 |
1643 | 2024-03-28T07:21:33.942Z | Compiling ipnetwork v0.20.0 |
1644 | 2024-03-28T07:21:34.888Z | Compiling float-cmp v0.9.0 |
1645 | 2024-03-28T07:21:35.106Z | Compiling whoami v1.5.0 |
1646 | 2024-03-28T07:21:35.806Z | Compiling normalize-line-endings v0.3.0 |
1647 | 2024-03-28T07:21:35.840Z | Compiling precomputed-hash v0.1.1 |
1648 | 2024-03-28T07:21:35.930Z | Compiling static_assertions v1.1.0 |
1649 | 2024-03-28T07:21:36.039Z | Compiling predicates-core v1.0.6 |
1650 | 2024-03-28T07:21:36.102Z | Compiling minimal-lexical v0.2.1 |
1651 | 2024-03-28T07:21:36.191Z | Compiling new_debug_unreachable v1.0.4 |
1652 | 2024-03-28T07:21:36.320Z | Compiling fixedbitset v0.4.2 |
1653 | 2024-03-28T07:21:36.511Z | Compiling difflib v0.4.0 |
1654 | 2024-03-28T07:21:36.594Z | Compiling petgraph v0.6.4 |
1655 | 2024-03-28T07:21:36.701Z | Compiling nom v7.1.3 |
1656 | 2024-03-28T07:21:37.099Z | Compiling predicates v3.1.0 |
1657 | 2024-03-28T07:21:37.750Z | Compiling trust-dns-proto v0.22.0 |
1658 | 2024-03-28T07:21:38.198Z | Compiling string_cache v0.8.7 |
1659 | 2024-03-28T07:21:38.636Z | Compiling diesel v2.1.4 |
1660 | 2024-03-28T07:21:39.839Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1661 | 2024-03-28T07:21:40.366Z | Compiling elliptic-curve v0.13.8 |
1662 | 2024-03-28T07:21:40.496Z | Compiling tokio-postgres v0.7.10 |
1663 | 2024-03-28T07:21:41.021Z | Compiling yasna v0.5.2 |
1664 | 2024-03-28T07:21:42.582Z | Compiling clap v4.5.1 |
1665 | 2024-03-28T07:21:42.746Z | Compiling zip v0.6.6 |
1666 | 2024-03-28T07:21:44.016Z | Compiling crossterm v0.27.0 |
1667 | 2024-03-28T07:21:44.974Z | Compiling similar v2.4.0 |
1668 | 2024-03-28T07:21:45.036Z | Compiling bit-set v0.5.3 |
1669 | 2024-03-28T07:21:45.328Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1670 | 2024-03-28T07:21:45.396Z | Compiling num-iter v0.1.44 |
1671 | 2024-03-28T07:21:45.457Z | Compiling usdt v0.3.5 |
1672 | 2024-03-28T07:21:45.583Z | Compiling itertools v0.10.5 |
1673 | 2024-03-28T07:21:45.719Z | Compiling console v0.15.8 |
1674 | 2024-03-28T07:21:45.741Z | Compiling tokio-stream v0.1.14 |
1675 | 2024-03-28T07:21:47.003Z | Compiling getopts v0.2.21 |
1676 | 2024-03-28T07:21:47.257Z | Compiling bstr v1.9.0 |
1677 | 2024-03-28T07:21:47.871Z | Compiling lalrpop-util v0.19.12 |
1678 | 2024-03-28T07:21:48.094Z | Compiling unsafe-libyaml v0.2.10 |
1679 | 2024-03-28T07:21:49.936Z | Compiling serde_yaml v0.9.25 |
1680 | 2024-03-28T07:21:50.279Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1681 | 2024-03-28T07:21:57.256Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1682 | 2024-03-28T07:21:57.685Z | Compiling camino v1.1.6 |
1683 | 2024-03-28T07:22:03.350Z | Compiling atty v0.2.14 |
1684 | 2024-03-28T07:22:12.798Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1685 | 2024-03-28T07:22:16.036Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1686 | 2024-03-28T07:22:17.359Z | Compiling sha1 v0.10.6 |
1687 | 2024-03-28T07:22:40.936Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1688 | 2024-03-28T07:22:43.077Z | Compiling ident_case v1.0.1 |
1689 | 2024-03-28T07:22:43.270Z | Compiling strsim v0.10.0 |
1690 | 2024-03-28T07:22:44.138Z | Compiling darling_core v0.20.3 |
1691 | 2024-03-28T07:22:50.753Z | Compiling strum_macros v0.26.1 |
1692 | 2024-03-28T07:22:55.463Z | Compiling strum v0.26.1 |
1693 | 2024-03-28T07:22:59.970Z | Compiling darling_macro v0.20.3 |
1694 | 2024-03-28T07:23:05.339Z | Compiling darling v0.20.3 |
1695 | 2024-03-28T07:23:05.464Z | Compiling dirs-sys-next v0.1.2 |
1696 | 2024-03-28T07:23:05.543Z | Compiling match_cfg v0.1.0 |
1697 | 2024-03-28T07:23:05.654Z | Compiling hostname v0.3.1 |
1698 | 2024-03-28T07:23:05.899Z | Compiling dirs-next v2.0.0 |
1699 | 2024-03-28T07:23:06.000Z | Compiling http v1.0.0 |
1700 | 2024-03-28T07:23:06.175Z | Compiling thread_local v1.1.7 |
1701 | 2024-03-28T07:23:06.236Z | Compiling slog-async v2.8.0 |
1702 | 2024-03-28T07:23:06.629Z | Compiling rustls-pki-types v1.3.0 |
1703 | 2024-03-28T07:23:06.795Z | Compiling term v0.7.0 |
1704 | 2024-03-28T07:23:07.997Z | Compiling crossbeam-channel v0.5.8 |
1705 | 2024-03-28T07:23:08.755Z | Compiling take_mut v0.2.2 |
1706 | 2024-03-28T07:23:08.932Z | Compiling rustls v0.22.2 |
1707 | 2024-03-28T07:23:09.646Z | Compiling slog-term v2.9.0 |
1708 | 2024-03-28T07:23:09.799Z | Compiling rustls-webpki v0.102.1 |
1709 | 2024-03-28T07:23:09.804Z | Compiling multer v3.0.0 |
1710 | 2024-03-28T07:23:10.085Z | Compiling instant v0.1.12 |
1711 | 2024-03-28T07:23:10.111Z | Compiling paste v1.0.14 |
1712 | 2024-03-28T07:23:10.341Z | Compiling slog-json v2.6.1 |
1713 | 2024-03-28T07:23:10.835Z | Compiling async-stream-impl v0.3.5 |
1714 | 2024-03-28T07:23:10.984Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1715 | 2024-03-28T07:23:11.289Z | Compiling debug-ignore v1.0.5 |
1716 | 2024-03-28T07:23:11.450Z | Compiling atomic-waker v1.1.1 |
1717 | 2024-03-28T07:23:11.643Z | Compiling waitgroup v0.1.2 |
1718 | 2024-03-28T07:23:11.891Z | Compiling slog-bunyan v2.5.0 |
1719 | 2024-03-28T07:23:12.122Z | Compiling async-stream v0.3.5 |
1720 | 2024-03-28T07:23:12.447Z | Compiling rustls-pemfile v2.1.1 |
1721 | 2024-03-28T07:23:12.498Z | Compiling serde_with_macros v3.6.1 |
1722 | 2024-03-28T07:23:12.563Z | Compiling toml v0.8.10 |
1723 | 2024-03-28T07:23:12.779Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1724 | 2024-03-28T07:23:13.204Z | Compiling serde_path_to_error v0.1.16 |
1725 | 2024-03-28T07:23:14.198Z | Compiling structmeta-derive v0.3.0 |
1726 | 2024-03-28T07:23:14.255Z | Compiling newtype-uuid v1.0.1 |
1727 | 2024-03-28T07:23:14.605Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1728 | 2024-03-28T07:23:14.841Z | Compiling proc-macro-error-attr v1.0.4 |
1729 | 2024-03-28T07:23:15.178Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1730 | 2024-03-28T07:23:15.202Z | Compiling backoff v0.4.0 |
1731 | 2024-03-28T07:23:15.274Z | Compiling serde_with v3.6.1 |
1732 | 2024-03-28T07:23:15.302Z | Compiling tokio-rustls v0.25.0 |
1733 | 2024-03-28T07:23:15.546Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1734 | 2024-03-28T07:23:15.575Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1735 | 2024-03-28T07:23:15.773Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1736 | 2024-03-28T07:23:16.230Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1737 | 2024-03-28T07:23:16.414Z | Compiling macaddr v1.0.1 |
1738 | 2024-03-28T07:23:16.898Z | Compiling structmeta v0.3.0 |
1739 | 2024-03-28T07:23:17.059Z | Compiling proc-macro-error v1.0.4 |
1740 | 2024-03-28T07:23:17.261Z | Compiling parse-display-derive v0.9.0 |
1741 | 2024-03-28T07:23:18.299Z | Compiling proc-macro-crate v1.3.1 |
1742 | 2024-03-28T07:23:18.465Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1743 | 2024-03-28T07:23:19.154Z | Compiling num_enum_derive v0.5.11 |
1744 | 2024-03-28T07:23:19.460Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1745 | 2024-03-28T07:23:19.645Z | Compiling foreign-types-macros v0.2.3 |
1746 | 2024-03-28T07:23:19.827Z | Compiling heapless v0.8.0 |
1747 | 2024-03-28T07:23:20.302Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1748 | 2024-03-28T07:23:20.576Z | Compiling foreign-types-shared v0.3.1 |
1749 | 2024-03-28T07:23:20.826Z | Compiling foreign-types v0.5.0 |
1750 | 2024-03-28T07:23:21.123Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1751 | 2024-03-28T07:23:21.202Z | Compiling parse-display v0.9.0 |
1752 | 2024-03-28T07:23:21.228Z | Compiling cstr-argument v0.1.2 |
1753 | 2024-03-28T07:23:21.492Z | Compiling hash32 v0.3.1 |
1754 | 2024-03-28T07:23:21.518Z | Compiling num_enum v0.5.11 |
1755 | 2024-03-28T07:23:21.683Z | Compiling pretty-hex v0.2.1 |
1756 | 2024-03-28T07:23:21.764Z | Compiling smoltcp v0.11.0 |
1757 | 2024-03-28T07:23:21.899Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1758 | 2024-03-28T07:23:22.289Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1759 | 2024-03-28T07:23:22.443Z | Compiling tabwriter v1.4.0 |
1760 | 2024-03-28T07:23:23.263Z | Compiling colored v2.1.0 |
1761 | 2024-03-28T07:23:23.288Z | Compiling socket2 v0.4.9 |
1762 | 2024-03-28T07:23:23.318Z | Compiling fastrand v2.0.1 |
1763 | 2024-03-28T07:23:23.348Z | Compiling embedded-io v0.4.0 |
1764 | 2024-03-28T07:23:23.583Z | Compiling cobs v0.2.3 |
1765 | 2024-03-28T07:23:24.031Z | Compiling postcard v1.0.8 |
1766 | 2024-03-28T07:23:24.055Z | Compiling tempfile v3.10.0 |
1767 | 2024-03-28T07:23:24.923Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1768 | 2024-03-28T07:23:24.954Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1769 | 2024-03-28T07:23:25.135Z | Compiling crucible-workspace-hack v0.1.0 |
1770 | 2024-03-28T07:23:25.306Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1771 | 2024-03-28T07:23:25.462Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1772 | 2024-03-28T07:23:25.944Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1773 | 2024-03-28T07:23:26.288Z | Compiling smf v0.2.2 |
1774 | 2024-03-28T07:23:26.330Z | Compiling humantime v2.1.0 |
1775 | 2024-03-28T07:23:26.391Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1776 | 2024-03-28T07:23:26.780Z | Compiling platforms v3.0.2 |
1777 | 2024-03-28T07:23:27.197Z | Compiling camino-tempfile v1.1.1 |
1778 | 2024-03-28T07:23:28.013Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1779 | 2024-03-28T07:23:29.068Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1780 | 2024-03-28T07:23:29.394Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1781 | 2024-03-28T07:23:29.897Z | Compiling heck v0.3.3 |
1782 | 2024-03-28T07:23:30.276Z | Compiling usdt-attr-macro v0.5.0 |
1783 | 2024-03-28T07:23:31.996Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1784 | 2024-03-28T07:23:32.506Z | Compiling usdt-macro v0.5.0 |
1785 | 2024-03-28T07:23:32.919Z | Compiling num-derive v0.4.0 |
1786 | 2024-03-28T07:23:33.370Z | Compiling memmap v0.7.0 |
1787 | 2024-03-28T07:23:33.821Z | Compiling utf-8 v0.7.6 |
1788 | 2024-03-28T07:23:33.896Z | Compiling usdt v0.5.0 |
1789 | 2024-03-28T07:23:34.164Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1790 | 2024-03-28T07:23:34.512Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1791 | 2024-03-28T07:23:35.067Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1792 | 2024-03-28T07:23:35.092Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478) |
1793 | 2024-03-28T07:23:35.993Z | Compiling unicase v2.7.0 |
1794 | 2024-03-28T07:23:36.304Z | Compiling rayon-core v1.12.1 |
1795 | 2024-03-28T07:23:36.406Z | Compiling semver v0.1.20 |
1796 | 2024-03-28T07:23:36.623Z | Compiling curve25519-dalek v4.1.1 |
1797 | 2024-03-28T07:23:36.751Z | Compiling rustc_version v0.1.7 |
1798 | 2024-03-28T07:23:37.032Z | Compiling crossbeam-deque v0.8.3 |
1799 | 2024-03-28T07:23:37.097Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1800 | 2024-03-28T07:23:37.122Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1801 | 2024-03-28T07:23:37.411Z | Compiling universal-hash v0.5.1 |
1802 | 2024-03-28T07:23:37.414Z | Compiling opaque-debug v0.3.0 |
1803 | 2024-03-28T07:23:37.497Z | Compiling same-file v1.0.6 |
1804 | 2024-03-28T07:23:37.878Z | Compiling walkdir v2.4.0 |
1805 | 2024-03-28T07:23:38.573Z | Compiling newtype_derive v0.1.6 |
1806 | 2024-03-28T07:23:38.969Z | Compiling tungstenite v0.20.1 |
1807 | 2024-03-28T07:23:39.069Z | Compiling semver-parser v0.10.2 |
1808 | 2024-03-28T07:23:40.040Z | Compiling signature v2.1.0 |
1809 | 2024-03-28T07:23:40.181Z | Compiling curve25519-dalek-derive v0.1.0 |
1810 | 2024-03-28T07:23:40.287Z | Compiling blake3 v1.5.0 |
1811 | 2024-03-28T07:23:40.908Z | Compiling num-rational v0.4.1 |
1812 | 2024-03-28T07:23:40.911Z | Compiling arc-swap v1.6.0 |
1813 | 2024-03-28T07:23:41.206Z | Compiling termcolor v1.2.0 |
1814 | 2024-03-28T07:23:41.649Z | Compiling getrandom v0.1.16 |
1815 | 2024-03-28T07:23:42.124Z | Compiling env_logger v0.9.3 |
1816 | 2024-03-28T07:23:42.261Z | Compiling slog-scope v4.4.0 |
1817 | 2024-03-28T07:23:43.233Z | Compiling tokio-tungstenite v0.20.1 |
1818 | 2024-03-28T07:23:43.321Z | Compiling semver v0.11.0 |
1819 | 2024-03-28T07:23:43.812Z | Compiling rayon v1.9.0 |
1820 | 2024-03-28T07:23:44.502Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1821 | 2024-03-28T07:23:44.761Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1822 | 2024-03-28T07:23:44.924Z | Compiling password-hash v0.5.0 |
1823 | 2024-03-28T07:23:44.985Z | Compiling textwrap v0.11.0 |
1824 | 2024-03-28T07:23:45.234Z | Compiling blake2 v0.10.6 |
1825 | 2024-03-28T07:23:46.076Z | Compiling bitstruct_derive v0.1.0 |
1826 | 2024-03-28T07:23:46.581Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1827 | 2024-03-28T07:23:46.729Z | Compiling filetime v0.2.23 |
1828 | 2024-03-28T07:23:46.820Z | Compiling xattr v1.0.1 |
1829 | 2024-03-28T07:23:47.028Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1830 | 2024-03-28T07:23:47.079Z | Compiling memmap2 v0.7.1 |
1831 | 2024-03-28T07:23:47.271Z | Compiling strsim v0.8.0 |
1832 | 2024-03-28T07:23:47.318Z | Compiling ansi_term v0.12.1 |
1833 | 2024-03-28T07:23:47.483Z | Compiling libefi-sys v0.1.0 |
1834 | 2024-03-28T07:23:47.770Z | Compiling quick-error v1.2.3 |
1835 | 2024-03-28T07:23:47.919Z | Compiling vec_map v0.8.2 |
1836 | 2024-03-28T07:23:48.155Z | Compiling home v0.5.5 |
1837 | 2024-03-28T07:23:48.300Z | Compiling linked-hash-map v0.5.6 |
1838 | 2024-03-28T07:23:48.412Z | Compiling ascii v1.1.0 |
1839 | 2024-03-28T07:23:48.651Z | Compiling constant_time_eq v0.3.0 |
1840 | 2024-03-28T07:23:48.722Z | Compiling base64 v0.22.0 |
1841 | 2024-03-28T07:23:48.748Z | Compiling parking_lot_core v0.8.6 |
1842 | 2024-03-28T07:23:48.795Z | Compiling arrayref v0.3.7 |
1843 | 2024-03-28T07:23:48.902Z | Compiling arrayvec v0.7.4 |
1844 | 2024-03-28T07:23:49.175Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1845 | 2024-03-28T07:23:49.198Z | Compiling lru-cache v0.1.2 |
1846 | 2024-03-28T07:23:49.222Z | Compiling toolchain_find v0.2.0 |
1847 | 2024-03-28T07:23:49.425Z | Compiling clap v2.34.0 |
1848 | 2024-03-28T07:23:49.770Z | Compiling resolv-conf v0.7.0 |
1849 | 2024-03-28T07:23:49.896Z | Compiling bitstruct v0.1.1 |
1850 | 2024-03-28T07:23:50.019Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1851 | 2024-03-28T07:23:50.058Z | Compiling tar v0.4.40 |
1852 | 2024-03-28T07:23:50.687Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1853 | 2024-03-28T07:23:50.962Z | Compiling argon2 v0.5.3 |
1854 | 2024-03-28T07:23:51.404Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1855 | 2024-03-28T07:23:52.091Z | Compiling slog-stdlog v4.1.1 |
1856 | 2024-03-28T07:23:52.803Z | Compiling structopt-derive v0.4.18 |
1857 | 2024-03-28T07:23:52.838Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1858 | 2024-03-28T07:23:53.023Z | Compiling rfc6979 v0.4.0 |
1859 | 2024-03-28T07:23:53.687Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1860 | 2024-03-28T07:23:53.720Z | Compiling serde_arrays v0.1.0 |
1861 | 2024-03-28T07:23:53.912Z | Compiling erased-serde v0.3.31 |
1862 | 2024-03-28T07:23:54.028Z | Compiling toml v0.5.11 |
1863 | 2024-03-28T07:23:54.602Z | Compiling aead v0.5.2 |
1864 | 2024-03-28T07:23:54.931Z | Compiling num-complex v0.4.4 |
1865 | 2024-03-28T07:23:55.568Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1866 | 2024-03-28T07:23:55.698Z | Compiling nibble_vec v0.1.0 |
1867 | 2024-03-28T07:23:55.927Z | Compiling slog-dtrace v0.3.0 |
1868 | 2024-03-28T07:23:55.951Z | Compiling endian-type v0.1.2 |
1869 | 2024-03-28T07:23:55.993Z | Compiling winapi v0.3.9 |
1870 | 2024-03-28T07:23:56.200Z | Compiling keccak v0.1.4 |
1871 | 2024-03-28T07:23:56.226Z | Compiling cancel-safe-futures v0.1.5 |
1872 | 2024-03-28T07:23:56.229Z | Compiling topological-sort v0.2.2 |
1873 | 2024-03-28T07:23:56.446Z | Compiling omicron-zone-package v0.11.0 |
1874 | 2024-03-28T07:23:56.621Z | Compiling sha3 v0.10.8 |
1875 | 2024-03-28T07:23:57.022Z | Compiling radix_trie v0.2.1 |
1876 | 2024-03-28T07:23:57.122Z | Compiling num v0.4.1 |
1877 | 2024-03-28T07:23:57.287Z | Compiling rustfmt-wrapper v0.2.0 |
1878 | 2024-03-28T07:23:57.405Z | Compiling structopt v0.3.26 |
1879 | 2024-03-28T07:23:57.506Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1880 | 2024-03-28T07:23:57.804Z | Compiling ecdsa v0.16.9 |
1881 | 2024-03-28T07:23:57.891Z | Compiling rand_core v0.5.1 |
1882 | 2024-03-28T07:23:57.951Z | Compiling slog-envlogger v2.2.0 |
1883 | 2024-03-28T07:23:58.392Z | Compiling steno v0.4.0 |
1884 | 2024-03-28T07:23:59.079Z | Compiling mime_guess v2.0.4 |
1885 | 2024-03-28T07:24:00.268Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1886 | 2024-03-28T07:24:00.666Z | Compiling trust-dns-resolver v0.22.0 |
1887 | 2024-03-28T07:24:01.328Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1888 | 2024-03-28T07:24:02.959Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1889 | 2024-03-28T07:24:12.112Z | Compiling poly1305 v0.8.0 |
1890 | 2024-03-28T07:24:14.032Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1891 | 2024-03-28T07:24:15.233Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1892 | 2024-03-28T07:24:16.275Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1893 | 2024-03-28T07:24:16.568Z | Compiling primeorder v0.13.6 |
1894 | 2024-03-28T07:24:16.907Z | Compiling chacha20 v0.9.1 |
1895 | 2024-03-28T07:24:17.387Z | Compiling secrecy v0.8.0 |
1896 | 2024-03-28T07:24:17.669Z | Compiling thiserror-impl-no-std v2.0.2 |
1897 | 2024-03-28T07:24:18.274Z | Compiling half v2.3.1 |
1898 | 2024-03-28T07:24:18.619Z | Compiling ciborium-io v0.2.2 |
1899 | 2024-03-28T07:24:18.758Z | Compiling option-ext v0.2.0 |
1900 | 2024-03-28T07:24:18.909Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1901 | 2024-03-28T07:24:18.968Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1902 | 2024-03-28T07:24:19.150Z | Compiling convert_case v0.4.0 |
1903 | 2024-03-28T07:24:19.239Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1904 | 2024-03-28T07:24:19.963Z | Compiling derive_more v0.99.17 |
1905 | 2024-03-28T07:24:20.132Z | Compiling dirs-sys v0.4.1 |
1906 | 2024-03-28T07:24:20.225Z | Compiling ciborium-ll v0.2.2 |
1907 | 2024-03-28T07:24:20.366Z | Compiling thiserror-no-std v2.0.2 |
1908 | 2024-03-28T07:24:20.496Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1909 | 2024-03-28T07:24:20.736Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1910 | 2024-03-28T07:24:21.304Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1911 | 2024-03-28T07:24:21.600Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1912 | 2024-03-28T07:24:23.862Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1913 | 2024-03-28T07:24:23.935Z | Compiling parking_lot v0.11.2 |
1914 | 2024-03-28T07:24:24.498Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1915 | 2024-03-28T07:24:24.977Z | Compiling rand_chacha v0.2.2 |
1916 | 2024-03-28T07:24:26.380Z | Compiling trust-dns-client v0.22.0 |
1917 | 2024-03-28T07:24:27.952Z | Compiling ed25519 v2.2.2 |
1918 | 2024-03-28T07:24:28.140Z | Compiling polyval v0.6.1 |
1919 | 2024-03-28T07:24:28.411Z | Compiling tungstenite v0.21.0 |
1920 | 2024-03-28T07:24:28.690Z | Compiling zone_cfg_derive v0.1.2 |
1921 | 2024-03-28T07:24:30.054Z | Compiling aes v0.8.3 |
1922 | 2024-03-28T07:24:32.389Z | Compiling blowfish v0.9.1 |
1923 | 2024-03-28T07:24:32.804Z | Compiling ctr v0.9.2 |
1924 | 2024-03-28T07:24:32.862Z | Compiling password-hash v0.4.2 |
1925 | 2024-03-28T07:24:33.023Z | Compiling libsw v3.3.1 |
1926 | 2024-03-28T07:24:33.788Z | Compiling pbkdf2 v0.12.2 |
1927 | 2024-03-28T07:24:33.993Z | Compiling derive-where v1.2.7 |
1928 | 2024-03-28T07:24:35.376Z | Compiling gethostname v0.4.3 |
1929 | 2024-03-28T07:24:36.010Z | Compiling fxhash v0.2.1 |
1930 | 2024-03-28T07:24:36.256Z | Compiling owo-colors v4.0.0 |
1931 | 2024-03-28T07:24:37.255Z | Compiling base64 v0.13.1 |
1932 | 2024-03-28T07:24:37.597Z | Compiling linear-map v1.2.0 |
1933 | 2024-03-28T07:24:37.991Z | Compiling swrite v0.1.0 |
1934 | 2024-03-28T07:24:38.044Z | Compiling ron v0.7.1 |
1935 | 2024-03-28T07:24:38.134Z | Compiling sled v0.34.7 |
1936 | 2024-03-28T07:24:39.184Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1937 | 2024-03-28T07:24:43.295Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1938 | 2024-03-28T07:24:46.924Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1939 | 2024-03-28T07:24:47.050Z | Compiling trust-dns-server v0.22.1 |
1940 | 2024-03-28T07:24:49.254Z | Compiling bcrypt-pbkdf v0.10.0 |
1941 | 2024-03-28T07:24:49.772Z | Compiling pbkdf2 v0.11.0 |
1942 | 2024-03-28T07:24:51.017Z | Compiling zone v0.1.8 |
1943 | 2024-03-28T07:24:54.637Z | Compiling tokio-tungstenite v0.21.0 |
1944 | 2024-03-28T07:24:55.209Z | Compiling ghash v0.5.0 |
1945 | 2024-03-28T07:24:55.427Z | Compiling ed25519-dalek v2.0.0 |
1946 | 2024-03-28T07:24:56.255Z | Compiling russh-cryptovec v0.7.0 |
1947 | 2024-03-28T07:24:56.279Z | Compiling rand v0.7.3 |
1948 | 2024-03-28T07:24:58.370Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1949 | 2024-03-28T07:24:58.623Z | Compiling ciborium v0.2.2 |
1950 | 2024-03-28T07:24:59.004Z | Compiling vsss-rs v3.3.4 |
1951 | 2024-03-28T07:25:00.735Z | Compiling dirs v5.0.1 |
1952 | 2024-03-28T07:25:03.561Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1953 | 2024-03-28T07:25:03.691Z | Compiling chacha20poly1305 v0.10.1 |
1954 | 2024-03-28T07:25:03.921Z | Compiling p256 v0.13.2 |
1955 | 2024-03-28T07:25:04.279Z | Compiling p521 v0.13.3 |
1956 | 2024-03-28T07:25:06.415Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1957 | 2024-03-28T07:25:09.344Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1958 | 2024-03-28T07:25:10.055Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1959 | 2024-03-28T07:25:11.652Z | Compiling cbc v0.1.2 |
1960 | 2024-03-28T07:25:11.741Z | Compiling pem v3.0.2 |
1961 | 2024-03-28T07:25:11.906Z | Compiling headers-core v0.2.0 |
1962 | 2024-03-28T07:25:12.085Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1963 | 2024-03-28T07:25:12.299Z | Compiling portpicker v0.1.1 |
1964 | 2024-03-28T07:25:12.816Z | Compiling kstat-rs v0.2.3 |
1965 | 2024-03-28T07:25:13.365Z | Compiling nanorand v0.7.0 |
1966 | 2024-03-28T07:25:13.774Z | Compiling md5 v0.7.0 |
1967 | 2024-03-28T07:25:14.210Z | Compiling glob v0.3.1 |
1968 | 2024-03-28T07:25:14.248Z | Compiling http-range v0.1.5 |
1969 | 2024-03-28T07:25:14.467Z | Compiling hyper-staticfile v0.9.5 |
1970 | 2024-03-28T07:25:14.827Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1971 | 2024-03-28T07:25:15.935Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1972 | 2024-03-28T07:25:16.041Z | Compiling russh-keys v0.42.0 |
1973 | 2024-03-28T07:25:16.219Z | Compiling flume v0.11.0 |
1974 | 2024-03-28T07:25:16.952Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1975 | 2024-03-28T07:25:17.842Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1976 | 2024-03-28T07:25:23.036Z | Compiling headers v0.3.9 |
1977 | 2024-03-28T07:25:25.310Z | Compiling rcgen v0.12.1 |
1978 | 2024-03-28T07:25:26.999Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1979 | 2024-03-28T07:25:32.366Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1980 | 2024-03-28T07:25:36.512Z | Compiling aes-gcm v0.10.3 |
1981 | 2024-03-28T07:25:36.842Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1982 | 2024-03-28T07:25:43.642Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1983 | 2024-03-28T07:25:43.938Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1984 | 2024-03-28T07:25:44.602Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1985 | 2024-03-28T07:25:50.179Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1986 | 2024-03-28T07:25:55.894Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478) |
1987 | 2024-03-28T07:26:00.945Z | Compiling atomicwrites v0.4.3 |
1988 | 2024-03-28T07:26:01.484Z | Compiling itertools v0.12.1 |
1989 | 2024-03-28T07:26:02.875Z | Compiling subprocess v0.2.9 |
1990 | 2024-03-28T07:26:04.031Z | Compiling hex-literal v0.4.1 |
1991 | 2024-03-28T07:26:04.245Z | Compiling display-error-chain v0.2.0 |
1992 | 2024-03-28T07:26:04.378Z | Compiling dhcproto-macros v0.1.0 |
1993 | 2024-03-28T07:26:04.446Z | Compiling russh v0.42.0 |
1994 | 2024-03-28T07:26:05.262Z | Compiling dhcproto v0.11.0 |
1995 | 2024-03-28T07:26:05.277Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1996 | 2024-03-28T07:26:06.250Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1997 | 2024-03-28T07:26:08.253Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1998 | 2024-03-28T07:26:09.084Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1999 | 2024-03-28T07:26:09.605Z | Compiling internet-checksum v0.2.1 |
2000 | 2024-03-28T07:26:30.568Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2001 | 2024-03-28T07:28:02.969Z | Finished release [optimized] target(s) in 8m 57s |
2002 | 2024-03-28T07:28:03.298Z | + cp target/release/commtest /out/ |
2003 | 2024-03-28T07:28:03.362Z | + cp target/release/dhcp-server /out/ |
2004 | 2024-03-28T07:28:03.436Z | + banner testbed |
2005 | 2024-03-28T07:28:03.439Z | |
2006 | 2024-03-28T07:28:03.440Z | ##### ###### #### ##### ##### ###### ##### |
2007 | 2024-03-28T07:28:03.440Z | # # # # # # # # # |
2008 | 2024-03-28T07:28:03.440Z | # ##### #### # ##### ##### # # |
2009 | 2024-03-28T07:28:03.440Z | # # # # # # # # # |
2010 | 2024-03-28T07:28:03.440Z | # # # # # # # # # # |
2011 | 2024-03-28T07:28:03.440Z | # ###### #### # ##### ###### ##### |
2012 | 2024-03-28T07:28:03.440Z | |
2013 | 2024-03-28T07:28:03.440Z | + cd /work/oxidecomputer |
2014 | 2024-03-28T07:28:03.440Z | + rm -rf testbed |
2015 | 2024-03-28T07:28:03.454Z | + git clone https://github.com/oxidecomputer/testbed |
2016 | 2024-03-28T07:28:03.454Z | Cloning into 'testbed'... |
2017 | 2024-03-28T07:28:04.363Z | + cd testbed/a4x2 |
2018 | 2024-03-28T07:28:04.363Z | + OMICRON=/work/oxidecomputer/omicron |
2019 | 2024-03-28T07:28:04.363Z | + ./config/build-packages.sh |
2020 | 2024-03-28T07:28:04.367Z | + export 'RUSTFLAGS=--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab' |
2021 | 2024-03-28T07:28:04.367Z | + RUSTFLAGS='--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab' |
2022 | 2024-03-28T07:28:04.370Z | +++ dirname ./config/build-packages.sh |
2023 | 2024-03-28T07:28:04.373Z | ++ cd -- ./config |
2024 | 2024-03-28T07:28:04.373Z | ++ pwd -P |
2025 | 2024-03-28T07:28:04.373Z | + HERE=/work/oxidecomputer/testbed/a4x2/config/../ |
2026 | 2024-03-28T07:28:04.373Z | + OMICRON=/work/oxidecomputer/omicron |
2027 | 2024-03-28T07:28:04.373Z | + rm -rf cargo-bay/tools |
2028 | 2024-03-28T07:28:04.373Z | + cp -r /work/oxidecomputer/omicron/tools cargo-bay/ |
2029 | 2024-03-28T07:28:04.379Z | + banner G0 |
2030 | 2024-03-28T07:28:04.385Z | ##### ### |
2031 | 2024-03-28T07:28:04.385Z | # # # # |
2032 | 2024-03-28T07:28:04.385Z | # # # |
2033 | 2024-03-28T07:28:04.385Z | # #### # # |
2034 | 2024-03-28T07:28:04.385Z | # # # # |
2035 | 2024-03-28T07:28:04.385Z | # # # # |
2036 | 2024-03-28T07:28:04.385Z | ##### ### |
2037 | 2024-03-28T07:28:04.385Z | |
2038 | 2024-03-28T07:28:04.385Z | + . config/build-g0.sh |
2039 | 2024-03-28T07:28:04.385Z | ++ [[ '' == \s\t\a\t\i\c ]] |
2040 | 2024-03-28T07:28:04.385Z | ++ [[ '' == true ]] |
2041 | 2024-03-28T07:28:04.385Z | ++ cp config/config-rss.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/ |
2042 | 2024-03-28T07:28:04.389Z | ++ cp config/g0-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
2043 | 2024-03-28T07:28:04.390Z | ++ cp config/mgs-sim-switch0.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml |
2044 | 2024-03-28T07:28:04.390Z | ++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml |
2045 | 2024-03-28T07:28:04.390Z | ++ cd /work/oxidecomputer/omicron |
2046 | 2024-03-28T07:28:04.390Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
2047 | 2024-03-28T07:28:04.907Z | Downloading crates ... |
2048 | 2024-03-28T07:28:05.131Z | Downloaded cassowary v0.3.0 |
2049 | 2024-03-28T07:28:05.134Z | Downloaded bytecount v0.6.3 |
2050 | 2024-03-28T07:28:05.137Z | Downloaded bitfield v0.14.0 |
2051 | 2024-03-28T07:28:05.137Z | Downloaded array-init v0.0.4 |
2052 | 2024-03-28T07:28:05.137Z | Downloaded cookie v0.18.0 |
2053 | 2024-03-28T07:28:05.141Z | Downloaded cexpr v0.6.0 |
2054 | 2024-03-28T07:28:05.144Z | Downloaded corncobs v0.1.3 |
2055 | 2024-03-28T07:28:05.144Z | Downloaded assert_matches v1.5.0 |
2056 | 2024-03-28T07:28:05.144Z | Downloaded async-recursion v1.0.5 |
2057 | 2024-03-28T07:28:05.152Z | Downloaded termtree v0.4.1 |
2058 | 2024-03-28T07:28:05.154Z | Downloaded compact_str v0.7.1 |
2059 | 2024-03-28T07:28:05.158Z | Downloaded clang-sys v1.6.1 |
2060 | 2024-03-28T07:28:05.161Z | Downloaded stability v0.1.1 |
2061 | 2024-03-28T07:28:05.161Z | Downloaded buf-list v1.0.3 |
2062 | 2024-03-28T07:28:05.164Z | Downloaded vte_generate_state_changes v0.1.1 |
2063 | 2024-03-28T07:28:05.164Z | Downloaded strum v0.25.0 |
2064 | 2024-03-28T07:28:05.164Z | Downloaded serde-big-array v0.4.1 |
2065 | 2024-03-28T07:28:05.168Z | Downloaded rustyline v13.0.0 |
2066 | 2024-03-28T07:28:05.171Z | Downloaded tiny-keccak v2.0.2 |
2067 | 2024-03-28T07:28:05.175Z | Downloaded strum_macros v0.24.3 |
2068 | 2024-03-28T07:28:05.175Z | Downloaded doc-comment v0.3.3 |
2069 | 2024-03-28T07:28:05.175Z | Downloaded bitvec v1.0.1 |
2070 | 2024-03-28T07:28:05.191Z | Downloaded wyz v0.5.1 |
2071 | 2024-03-28T07:28:05.195Z | Downloaded which v4.4.0 |
2072 | 2024-03-28T07:28:05.195Z | Downloaded wait-timeout v0.2.0 |
2073 | 2024-03-28T07:28:05.198Z | Downloaded unarray v0.1.4 |
2074 | 2024-03-28T07:28:05.198Z | Downloaded peeking_take_while v0.1.2 |
2075 | 2024-03-28T07:28:05.198Z | Downloaded path-slash v0.1.5 |
2076 | 2024-03-28T07:28:05.199Z | Downloaded snafu-derive v0.7.5 |
2077 | 2024-03-28T07:28:05.202Z | Downloaded unicode-linebreak v0.1.5 |
2078 | 2024-03-28T07:28:05.202Z | Downloaded parse-size v1.0.0 |
2079 | 2024-03-28T07:28:05.202Z | Downloaded tui-tree-widget v0.17.0 |
2080 | 2024-03-28T07:28:05.206Z | Downloaded is_ci v1.2.0 |
2081 | 2024-03-28T07:28:05.206Z | Downloaded nodrop v0.1.14 |
2082 | 2024-03-28T07:28:05.206Z | Downloaded termios v0.3.3 |
2083 | 2024-03-28T07:28:05.211Z | Downloaded vte v0.11.1 |
2084 | 2024-03-28T07:28:05.211Z | Downloaded tap v1.0.1 |
2085 | 2024-03-28T07:28:05.211Z | Downloaded tabled_derive v0.7.0 |
2086 | 2024-03-28T07:28:05.216Z | Downloaded rustc-hash v1.1.0 |
2087 | 2024-03-28T07:28:05.216Z | Downloaded crunchy v0.2.2 |
2088 | 2024-03-28T07:28:05.216Z | Downloaded test-strategy v0.3.1 |
2089 | 2024-03-28T07:28:05.216Z | Downloaded snafu v0.7.5 |
2090 | 2024-03-28T07:28:05.220Z | Downloaded unicode_categories v0.1.1 |
2091 | 2024-03-28T07:28:05.222Z | Downloaded textwrap v0.16.1 |
2092 | 2024-03-28T07:28:05.228Z | Downloaded downcast v0.11.0 |
2093 | 2024-03-28T07:28:05.228Z | Downloaded x509-cert v0.2.4 |
2094 | 2024-03-28T07:28:05.231Z | Downloaded rusty-fork v0.3.0 |
2095 | 2024-03-28T07:28:05.234Z | Downloaded tabled v0.15.0 |
2096 | 2024-03-28T07:28:05.247Z | Downloaded rpassword v7.3.1 |
2097 | 2024-03-28T07:28:05.251Z | Downloaded rand_seeder v0.2.3 |
2098 | 2024-03-28T07:28:05.251Z | Downloaded radium v0.7.0 |
2099 | 2024-03-28T07:28:05.251Z | Downloaded multimap v0.10.0 |
2100 | 2024-03-28T07:28:05.254Z | Downloaded mockall v0.12.0 |
2101 | 2024-03-28T07:28:05.254Z | Downloaded memoffset v0.7.1 |
2102 | 2024-03-28T07:28:05.254Z | Downloaded maplit v1.0.2 |
2103 | 2024-03-28T07:28:05.257Z | Downloaded fs-err v2.11.0 |
2104 | 2024-03-28T07:28:05.257Z | Downloaded csv-core v0.1.11 |
2105 | 2024-03-28T07:28:05.260Z | Downloaded lru v0.12.1 |
2106 | 2024-03-28T07:28:05.260Z | Downloaded highway v1.1.0 |
2107 | 2024-03-28T07:28:05.260Z | Downloaded globset v0.4.13 |
2108 | 2024-03-28T07:28:05.265Z | Downloaded indoc v2.0.3 |
2109 | 2024-03-28T07:28:05.269Z | Downloaded ref-cast-impl v1.0.20 |
2110 | 2024-03-28T07:28:05.269Z | Downloaded ref-cast v1.0.20 |
2111 | 2024-03-28T07:28:05.269Z | Downloaded maybe-uninit v2.0.0 |
2112 | 2024-03-28T07:28:05.269Z | Downloaded ed25519 v1.5.3 |
2113 | 2024-03-28T07:28:05.272Z | Downloaded darling v0.14.4 |
2114 | 2024-03-28T07:28:05.272Z | Downloaded derive_builder v0.12.0 |
2115 | 2024-03-28T07:28:05.276Z | Downloaded pin-project-internal v1.1.3 |
2116 | 2024-03-28T07:28:05.279Z | Downloaded libloading v0.7.4 |
2117 | 2024-03-28T07:28:05.279Z | Downloaded fd-lock v4.0.2 |
2118 | 2024-03-28T07:28:05.282Z | Downloaded pkcs1 v0.7.5 |
2119 | 2024-03-28T07:28:05.285Z | Downloaded papergrid v0.11.0 |
2120 | 2024-03-28T07:28:05.290Z | Downloaded fd-lock v3.0.13 |
2121 | 2024-03-28T07:28:05.293Z | Downloaded oso v0.27.0 |
2122 | 2024-03-28T07:28:05.293Z | Downloaded env_logger v0.10.0 |
2123 | 2024-03-28T07:28:05.297Z | Downloaded nu-ansi-term v0.50.0 |
2124 | 2024-03-28T07:28:05.297Z | Downloaded pin-project v1.1.3 |
2125 | 2024-03-28T07:28:05.307Z | Downloaded mockall_derive v0.12.0 |
2126 | 2024-03-28T07:28:05.312Z | Downloaded rsa v0.9.2 |
2127 | 2024-03-28T07:28:05.316Z | Downloaded ron v0.8.1 |
2128 | 2024-03-28T07:28:05.320Z | Downloaded prettyplease v0.2.16 |
2129 | 2024-03-28T07:28:05.326Z | Downloaded fatfs v0.3.6 |
2130 | 2024-03-28T07:28:05.330Z | Downloaded indicatif v0.17.8 |
2131 | 2024-03-28T07:28:05.330Z | Downloaded diff v0.1.13 |
2132 | 2024-03-28T07:28:05.334Z | Downloaded derive_builder_core v0.12.0 |
2133 | 2024-03-28T07:28:05.334Z | Downloaded crc v3.0.1 |
2134 | 2024-03-28T07:28:05.334Z | Downloaded sqlparser v0.43.1 |
2135 | 2024-03-28T07:28:05.338Z | Downloaded rtoolbox v0.0.1 |
2136 | 2024-03-28T07:28:05.341Z | Downloaded rand_xorshift v0.3.0 |
2137 | 2024-03-28T07:28:05.341Z | Downloaded predicates-tree v1.0.9 |
2138 | 2024-03-28T07:28:05.341Z | Downloaded hashbrown v0.13.2 |
2139 | 2024-03-28T07:28:05.346Z | Downloaded libxml v0.3.3 |
2140 | 2024-03-28T07:28:05.351Z | Downloaded packed_struct_codegen v0.10.1 |
2141 | 2024-03-28T07:28:05.355Z | Downloaded packed_struct v0.10.1 |
2142 | 2024-03-28T07:28:05.355Z | Downloaded lazycell v1.3.0 |
2143 | 2024-03-28T07:28:05.360Z | Downloaded portable-atomic v1.4.3 |
2144 | 2024-03-28T07:28:05.363Z | Downloaded num-bigint-dig v0.8.4 |
2145 | 2024-03-28T07:28:05.367Z | Downloaded reedline v0.30.0 |
2146 | 2024-03-28T07:28:05.371Z | Downloaded funty v2.0.0 |
2147 | 2024-03-28T07:28:05.378Z | Downloaded typed-path v0.7.0 |
2148 | 2024-03-28T07:28:05.381Z | Downloaded tough v0.16.0 |
2149 | 2024-03-28T07:28:05.385Z | Downloaded quick-xml v0.30.0 |
2150 | 2024-03-28T07:28:05.392Z | Downloaded proptest v1.4.0 |
2151 | 2024-03-28T07:28:05.399Z | Downloaded salty v0.2.0 |
2152 | 2024-03-28T07:28:05.405Z | Downloaded object v0.30.4 |
2153 | 2024-03-28T07:28:05.413Z | Downloaded nix v0.27.1 |
2154 | 2024-03-28T07:28:05.423Z | Downloaded regex-syntax v0.6.29 |
2155 | 2024-03-28T07:28:05.435Z | Downloaded ratatui v0.26.1 |
2156 | 2024-03-28T07:28:05.452Z | Downloaded polar-core v0.27.0 |
2157 | 2024-03-28T07:28:05.461Z | Downloaded lalrpop v0.19.12 |
2158 | 2024-03-28T07:28:05.472Z | Downloaded csv v1.3.0 |
2159 | 2024-03-28T07:28:05.491Z | Downloaded olpc-cjson v0.1.3 |
2160 | 2024-03-28T07:28:05.497Z | Downloaded is-terminal v0.4.9 |
2161 | 2024-03-28T07:28:05.497Z | Downloaded indoc v1.0.9 |
2162 | 2024-03-28T07:28:05.500Z | Downloaded impl-trait-for-tuples v0.2.2 |
2163 | 2024-03-28T07:28:05.500Z | Downloaded fragile v2.0.0 |
2164 | 2024-03-28T07:28:05.500Z | Downloaded ena v0.14.2 |
2165 | 2024-03-28T07:28:05.500Z | Downloaded supports-color v3.0.0 |
2166 | 2024-03-28T07:28:05.504Z | Downloaded structmeta-derive v0.2.0 |
2167 | 2024-03-28T07:28:05.504Z | Downloaded structmeta v0.2.0 |
2168 | 2024-03-28T07:28:05.504Z | Downloaded smawk v0.3.1 |
2169 | 2024-03-28T07:28:05.504Z | Downloaded signature v1.6.4 |
2170 | 2024-03-28T07:28:05.508Z | Downloaded serde_plain v1.0.2 |
2171 | 2024-03-28T07:28:05.508Z | Downloaded serde-hex v0.1.0 |
2172 | 2024-03-28T07:28:05.508Z | Downloaded oso-derive v0.27.0 |
2173 | 2024-03-28T07:28:05.508Z | Downloaded number_prefix v0.4.0 |
2174 | 2024-03-28T07:28:05.511Z | Downloaded derive_builder_macro v0.12.0 |
2175 | 2024-03-28T07:28:05.511Z | Downloaded darling_core v0.14.4 |
2176 | 2024-03-28T07:28:05.514Z | Downloaded crc-catalog v2.2.0 |
2177 | 2024-03-28T07:28:05.514Z | Downloaded crc-any v2.4.3 |
2178 | 2024-03-28T07:28:05.518Z | Downloaded strip-ansi-escapes v0.2.0 |
2179 | 2024-03-28T07:28:05.518Z | Downloaded sqlformat v0.2.3 |
2180 | 2024-03-28T07:28:05.518Z | Downloaded signal-hook-tokio v0.3.1 |
2181 | 2024-03-28T07:28:05.518Z | Downloaded shlex v1.3.0 |
2182 | 2024-03-28T07:28:05.521Z | Downloaded shell-words v1.1.0 |
2183 | 2024-03-28T07:28:05.521Z | Downloaded sqlparser_derive v0.2.2 |
2184 | 2024-03-28T07:28:05.521Z | Downloaded smallvec v0.6.14 |
2185 | 2024-03-28T07:28:05.522Z | Downloaded serde-big-array v0.5.1 |
2186 | 2024-03-28T07:28:05.524Z | Downloaded darling_macro v0.14.4 |
2187 | 2024-03-28T07:28:05.525Z | Downloaded castaway v0.2.2 |
2188 | 2024-03-28T07:28:05.525Z | Downloaded bindgen v0.69.2 |
2189 | 2024-03-28T07:28:05.531Z | Downloaded bcs v0.1.6 |
2190 | 2024-03-28T07:28:05.534Z | Downloaded bb8 v0.8.3 |
2191 | 2024-03-28T07:28:05.534Z | Downloaded ascii-canvas v3.0.0 |
2192 | 2024-03-28T07:28:05.688Z | Compiling proc-macro2 v1.0.78 |
2193 | 2024-03-28T07:28:05.688Z | Compiling unicode-ident v1.0.12 |
2194 | 2024-03-28T07:28:05.689Z | Compiling libc v0.2.153 |
2195 | 2024-03-28T07:28:05.689Z | Compiling serde v1.0.197 |
2196 | 2024-03-28T07:28:05.703Z | Compiling version_check v0.9.4 |
2197 | 2024-03-28T07:28:05.703Z | Compiling autocfg v1.1.0 |
2198 | 2024-03-28T07:28:05.703Z | Compiling cfg-if v1.0.0 |
2199 | 2024-03-28T07:28:05.847Z | Compiling syn v1.0.109 |
2200 | 2024-03-28T07:28:05.880Z | Compiling once_cell v1.19.0 |
2201 | 2024-03-28T07:28:05.951Z | Compiling byteorder v1.5.0 |
2202 | 2024-03-28T07:28:06.277Z | Compiling memchr v2.7.1 |
2203 | 2024-03-28T07:28:06.295Z | Compiling serde_json v1.0.114 |
2204 | 2024-03-28T07:28:06.382Z | Compiling parking_lot_core v0.9.8 |
2205 | 2024-03-28T07:28:06.398Z | Compiling ahash v0.8.8 |
2206 | 2024-03-28T07:28:06.440Z | Compiling lock_api v0.4.10 |
2207 | 2024-03-28T07:28:06.587Z | Compiling libm v0.2.7 |
2208 | 2024-03-28T07:28:06.705Z | Compiling num-traits v0.2.18 |
2209 | 2024-03-28T07:28:06.718Z | Compiling thiserror v1.0.57 |
2210 | 2024-03-28T07:28:06.987Z | Compiling typenum v1.16.0 |
2211 | 2024-03-28T07:28:07.139Z | Compiling quote v1.0.35 |
2212 | 2024-03-28T07:28:07.249Z | Compiling generic-array v0.14.7 |
2213 | 2024-03-28T07:28:07.533Z | Compiling syn v2.0.52 |
2214 | 2024-03-28T07:28:07.729Z | Compiling cc v1.0.83 |
2215 | 2024-03-28T07:28:07.742Z | Compiling getrandom v0.2.12 |
2216 | 2024-03-28T07:28:07.902Z | Compiling itoa v1.0.9 |
2217 | 2024-03-28T07:28:08.373Z | Compiling scopeguard v1.2.0 |
2218 | 2024-03-28T07:28:08.385Z | Compiling log v0.4.21 |
2219 | 2024-03-28T07:28:08.700Z | Compiling pkg-config v0.3.27 |
2220 | 2024-03-28T07:28:08.801Z | Compiling allocator-api2 v0.2.16 |
2221 | 2024-03-28T07:28:08.988Z | Compiling slab v0.4.9 |
2222 | 2024-03-28T07:28:09.064Z | Compiling ryu v1.0.15 |
2223 | 2024-03-28T07:28:09.495Z | Compiling schemars v0.8.16 |
2224 | 2024-03-28T07:28:09.572Z | Compiling pin-project-lite v0.2.13 |
2225 | 2024-03-28T07:28:09.815Z | Compiling smallvec v1.13.1 |
2226 | 2024-03-28T07:28:09.867Z | Compiling equivalent v1.0.1 |
2227 | 2024-03-28T07:28:09.945Z | Compiling heck v0.4.1 |
2228 | 2024-03-28T07:28:10.345Z | Compiling vcpkg v0.2.15 |
2229 | 2024-03-28T07:28:10.396Z | Compiling ring v0.17.8 |
2230 | 2024-03-28T07:28:11.114Z | Compiling parking_lot v0.12.1 |
2231 | 2024-03-28T07:28:11.560Z | Compiling signal-hook-registry v1.4.1 |
2232 | 2024-03-28T07:28:12.061Z | Compiling openssl-sys v0.9.96 |
2233 | 2024-03-28T07:28:12.741Z | Compiling mio v0.8.11 |
2234 | 2024-03-28T07:28:13.075Z | Compiling fnv v1.0.7 |
2235 | 2024-03-28T07:28:13.182Z | Compiling rand_core v0.6.4 |
2236 | 2024-03-28T07:28:13.232Z | Compiling time-core v0.1.2 |
2237 | 2024-03-28T07:28:13.415Z | Compiling num-conv v0.1.0 |
2238 | 2024-03-28T07:28:13.581Z | Compiling ring v0.16.20 |
2239 | 2024-03-28T07:28:13.707Z | Compiling time-macros v0.2.17 |
2240 | 2024-03-28T07:28:14.019Z | Compiling socket2 v0.5.5 |
2241 | 2024-03-28T07:28:14.442Z | Compiling num_cpus v1.16.0 |
2242 | 2024-03-28T07:28:14.548Z | Compiling httparse v1.8.0 |
2243 | 2024-03-28T07:28:15.098Z | Compiling ucd-trie v0.1.6 |
2244 | 2024-03-28T07:28:15.190Z | Compiling serde_derive_internals v0.26.0 |
2245 | 2024-03-28T07:28:15.603Z | Compiling futures-core v0.3.30 |
2246 | 2024-03-28T07:28:15.815Z | Compiling openssl v0.10.60 |
2247 | 2024-03-28T07:28:15.853Z | Compiling spin v0.5.2 |
2248 | 2024-03-28T07:28:16.189Z | Compiling crossbeam-utils v0.8.19 |
2249 | 2024-03-28T07:28:16.268Z | Compiling semver v1.0.22 |
2250 | 2024-03-28T07:28:16.292Z | Compiling iana-time-zone v0.1.57 |
2251 | 2024-03-28T07:28:16.787Z | Compiling rustls v0.21.9 |
2252 | 2024-03-28T07:28:17.008Z | Compiling native-tls v0.2.11 |
2253 | 2024-03-28T07:28:17.047Z | Compiling tinyvec_macros v0.1.1 |
2254 | 2024-03-28T07:28:17.144Z | Compiling tinyvec v1.6.0 |
2255 | 2024-03-28T07:28:17.221Z | Compiling spin v0.9.8 |
2256 | 2024-03-28T07:28:17.322Z | Compiling const-oid v0.9.6 |
2257 | 2024-03-28T07:28:17.451Z | Compiling subtle v2.5.0 |
2258 | 2024-03-28T07:28:17.610Z | Compiling rustix v0.38.31 |
2259 | 2024-03-28T07:28:17.836Z | Compiling futures-sink v0.3.30 |
2260 | 2024-03-28T07:28:17.851Z | Compiling unicode-xid v0.2.4 |
2261 | 2024-03-28T07:28:17.998Z | Compiling synstructure v0.12.6 |
2262 | 2024-03-28T07:28:18.303Z | Compiling backtrace v0.3.69 |
2263 | 2024-03-28T07:28:18.672Z | Compiling unicode-normalization v0.1.22 |
2264 | 2024-03-28T07:28:19.282Z | Compiling cookie v0.17.0 |
2265 | 2024-03-28T07:28:19.468Z | Compiling slog v2.7.0 |
2266 | 2024-03-28T07:28:19.562Z | Compiling dyn-clone v1.0.17 |
2267 | 2024-03-28T07:28:19.663Z | Compiling unicode-bidi v0.3.15 |
2268 | 2024-03-28T07:28:19.741Z | Compiling uuid v0.8.2 |
2269 | 2024-03-28T07:28:19.950Z | Compiling futures-channel v0.3.30 |
2270 | 2024-03-28T07:28:20.275Z | Compiling tracing-core v0.1.32 |
2271 | 2024-03-28T07:28:20.398Z | Compiling pin-utils v0.1.0 |
2272 | 2024-03-28T07:28:20.647Z | Compiling futures-io v0.3.30 |
2273 | 2024-03-28T07:28:20.806Z | Compiling serde_derive v1.0.197 |
2274 | 2024-03-28T07:28:20.913Z | Compiling zerocopy-derive v0.7.32 |
2275 | 2024-03-28T07:28:20.987Z | Compiling zeroize_derive v1.4.2 |
2276 | 2024-03-28T07:28:21.064Z | Compiling thiserror-impl v1.0.57 |
2277 | 2024-03-28T07:28:21.094Z | Compiling tokio-macros v2.2.0 |
2278 | 2024-03-28T07:28:22.368Z | Compiling futures-macro v0.3.30 |
2279 | 2024-03-28T07:28:22.631Z | Compiling tracing-attributes v0.1.27 |
2280 | 2024-03-28T07:28:22.709Z | Compiling schemars_derive v0.8.16 |
2281 | 2024-03-28T07:28:22.930Z | Compiling zerocopy v0.7.32 |
2282 | 2024-03-28T07:28:24.041Z | Compiling zeroize v1.7.0 |
2283 | 2024-03-28T07:28:24.809Z | Compiling pest v2.7.6 |
2284 | 2024-03-28T07:28:25.072Z | Compiling hashbrown v0.14.3 |
2285 | 2024-03-28T07:28:25.759Z | Compiling openssl-macros v0.1.1 |
2286 | 2024-03-28T07:28:25.932Z | Compiling zerocopy-derive v0.2.0 |
2287 | 2024-03-28T07:28:26.356Z | Compiling futures-task v0.3.30 |
2288 | 2024-03-28T07:28:26.451Z | Compiling tracing v0.1.40 |
2289 | 2024-03-28T07:28:26.645Z | Compiling futures-util v0.3.30 |
2290 | 2024-03-28T07:28:27.403Z | Compiling pest_meta v2.7.6 |
2291 | 2024-03-28T07:28:27.406Z | Compiling crypto-common v0.1.6 |
2292 | 2024-03-28T07:28:27.454Z | Compiling der_derive v0.7.2 |
2293 | 2024-03-28T07:28:27.613Z | Compiling aho-corasick v1.1.2 |
2294 | 2024-03-28T07:28:27.810Z | Compiling winnow v0.5.15 |
2295 | 2024-03-28T07:28:27.874Z | Compiling regex-syntax v0.8.2 |
2296 | 2024-03-28T07:28:27.973Z | Compiling anyhow v1.0.79 |
2297 | 2024-03-28T07:28:29.771Z | Compiling pest_generator v2.7.6 |
2298 | 2024-03-28T07:28:31.548Z | Compiling pest_derive v2.7.6 |
2299 | 2024-03-28T07:28:32.381Z | Compiling regex-automata v0.4.5 |
2300 | 2024-03-28T07:28:33.037Z | Compiling block-buffer v0.10.4 |
2301 | 2024-03-28T07:28:33.500Z | Compiling usdt-impl v0.3.5 |
2302 | 2024-03-28T07:28:33.689Z | Compiling crc32fast v1.3.2 |
2303 | 2024-03-28T07:28:33.826Z | Compiling rustversion v1.0.14 |
2304 | 2024-03-28T07:28:33.952Z | Compiling powerfmt v0.2.0 |
2305 | 2024-03-28T07:28:34.083Z | Compiling untrusted v0.9.0 |
2306 | 2024-03-28T07:28:34.278Z | Compiling bytes v1.5.0 |
2307 | 2024-03-28T07:28:34.422Z | Compiling indexmap v2.2.5 |
2308 | 2024-03-28T07:28:34.570Z | Compiling uuid v1.7.0 |
2309 | 2024-03-28T07:28:35.441Z | Compiling chrono v0.4.34 |
2310 | 2024-03-28T07:28:36.586Z | Compiling tokio v1.36.0 |
2311 | 2024-03-28T07:28:37.238Z | Compiling bitflags v2.4.2 |
2312 | 2024-03-28T07:28:38.994Z | Compiling toml_datetime v0.6.5 |
2313 | 2024-03-28T07:28:39.422Z | Compiling serde_spanned v0.6.5 |
2314 | 2024-03-28T07:28:39.434Z | Compiling http v0.2.12 |
2315 | 2024-03-28T07:28:40.357Z | Compiling rustc_version v0.4.0 |
2316 | 2024-03-28T07:28:41.006Z | Compiling toml_edit v0.19.15 |
2317 | 2024-03-28T07:28:41.886Z | Compiling unicode-width v0.1.11 |
2318 | 2024-03-28T07:28:41.916Z | Compiling heapless v0.7.16 |
2319 | 2024-03-28T07:28:42.609Z | Compiling deranged v0.3.11 |
2320 | 2024-03-28T07:28:42.628Z | Compiling digest v0.10.7 |
2321 | 2024-03-28T07:28:43.056Z | Compiling scroll_derive v0.12.0 |
2322 | 2024-03-28T07:28:44.558Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2323 | 2024-03-28T07:28:44.993Z | Compiling async-trait v0.1.77 |
2324 | 2024-03-28T07:28:45.168Z | Compiling signal-hook v0.3.17 |
2325 | 2024-03-28T07:28:45.231Z | Compiling ppv-lite86 v0.2.17 |
2326 | 2024-03-28T07:28:45.410Z | Compiling percent-encoding v2.3.1 |
2327 | 2024-03-28T07:28:45.427Z | Compiling num_threads v0.1.6 |
2328 | 2024-03-28T07:28:45.709Z | Compiling time v0.3.34 |
2329 | 2024-03-28T07:28:46.012Z | Compiling rand_chacha v0.3.1 |
2330 | 2024-03-28T07:28:48.021Z | Compiling regex v1.10.3 |
2331 | 2024-03-28T07:28:49.129Z | Compiling zerocopy v0.3.0 |
2332 | 2024-03-28T07:28:50.635Z | Compiling thread-id v4.2.0 |
2333 | 2024-03-28T07:28:50.747Z | Compiling dof v0.1.5 |
2334 | 2024-03-28T07:28:51.518Z | Compiling rand v0.8.5 |
2335 | 2024-03-28T07:28:52.580Z | Compiling tokio-util v0.7.10 |
2336 | 2024-03-28T07:28:53.307Z | Compiling dtrace-parser v0.1.14 |
2337 | 2024-03-28T07:28:53.634Z | Compiling num-bigint v0.4.4 |
2338 | 2024-03-28T07:28:53.651Z | Compiling adler v1.0.2 |
2339 | 2024-03-28T07:28:54.040Z | Compiling base64ct v1.6.0 |
2340 | 2024-03-28T07:28:54.090Z | Compiling base64 v0.21.7 |
2341 | 2024-03-28T07:28:54.157Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2342 | 2024-03-28T07:28:54.615Z | Compiling smoltcp v0.9.1 |
2343 | 2024-03-28T07:28:54.633Z | Compiling untrusted v0.7.1 |
2344 | 2024-03-28T07:28:54.813Z | Compiling foreign-types-shared v0.1.1 |
2345 | 2024-03-28T07:28:54.926Z | Compiling foreign-types v0.3.2 |
2346 | 2024-03-28T07:28:55.016Z | Compiling pem-rfc7468 v0.7.0 |
2347 | 2024-03-28T07:28:55.416Z | Compiling miniz_oxide v0.7.1 |
2348 | 2024-03-28T07:28:56.979Z | Compiling form_urlencoded v1.2.1 |
2349 | 2024-03-28T07:28:57.548Z | Compiling hmac v0.12.1 |
2350 | 2024-03-28T07:28:57.765Z | Compiling serde_tokenstream v0.1.7 |
2351 | 2024-03-28T07:28:58.171Z | Compiling lazy_static v1.4.0 |
2352 | 2024-03-28T07:28:58.313Z | Compiling flagset v0.4.3 |
2353 | 2024-03-28T07:28:58.329Z | Compiling try-lock v0.2.4 |
2354 | 2024-03-28T07:28:58.691Z | Compiling siphasher v0.3.11 |
2355 | 2024-03-28T07:28:58.796Z | Compiling unicode-segmentation v1.10.1 |
2356 | 2024-03-28T07:28:58.979Z | Compiling bitflags v1.3.2 |
2357 | 2024-03-28T07:28:59.074Z | Compiling want v0.3.1 |
2358 | 2024-03-28T07:28:59.398Z | Compiling der v0.7.8 |
2359 | 2024-03-28T07:28:59.711Z | Compiling rustls-webpki v0.101.7 |
2360 | 2024-03-28T07:29:00.197Z | Compiling sct v0.7.0 |
2361 | 2024-03-28T07:29:00.325Z | Compiling h2 v0.3.24 |
2362 | 2024-03-28T07:29:02.608Z | Compiling http-body v0.4.5 |
2363 | 2024-03-28T07:29:03.041Z | Compiling openapiv3 v2.0.0 |
2364 | 2024-03-28T07:29:03.418Z | Compiling hubpack_derive v0.1.1 |
2365 | 2024-03-28T07:29:03.831Z | Compiling zerocopy-derive v0.6.4 |
2366 | 2024-03-28T07:29:03.994Z | Compiling idna v0.5.0 |
2367 | 2024-03-28T07:29:04.417Z | Compiling errno v0.3.8 |
2368 | 2024-03-28T07:29:04.637Z | Compiling usdt-impl v0.5.0 |
2369 | 2024-03-28T07:29:04.960Z | Compiling anstyle v1.0.6 |
2370 | 2024-03-28T07:29:05.372Z | Compiling stable_deref_trait v1.2.0 |
2371 | 2024-03-28T07:29:05.395Z | Compiling utf8parse v0.2.1 |
2372 | 2024-03-28T07:29:05.475Z | Compiling tower-service v0.3.2 |
2373 | 2024-03-28T07:29:05.551Z | Compiling openssl-probe v0.1.5 |
2374 | 2024-03-28T07:29:05.604Z | Compiling httpdate v1.0.3 |
2375 | 2024-03-28T07:29:05.768Z | Compiling cpufeatures v0.2.12 |
2376 | 2024-03-28T07:29:06.004Z | Compiling gimli v0.28.0 |
2377 | 2024-03-28T07:29:06.652Z | Compiling sha2 v0.10.8 |
2378 | 2024-03-28T07:29:07.199Z | Compiling hyper v0.14.28 |
2379 | 2024-03-28T07:29:07.448Z | Compiling anstyle-parse v0.2.1 |
2380 | 2024-03-28T07:29:07.749Z | Compiling url v2.5.0 |
2381 | 2024-03-28T07:29:09.588Z | Compiling spki v0.7.2 |
2382 | 2024-03-28T07:29:10.750Z | Compiling addr2line v0.21.0 |
2383 | 2024-03-28T07:29:10.825Z | Compiling usdt-macro v0.3.5 |
2384 | 2024-03-28T07:29:11.529Z | Compiling usdt-attr-macro v0.3.5 |
2385 | 2024-03-28T07:29:12.529Z | Compiling scroll v0.12.0 |
2386 | 2024-03-28T07:29:12.881Z | Compiling md-5 v0.10.5 |
2387 | 2024-03-28T07:29:13.099Z | Compiling serde_tokenstream v0.2.0 |
2388 | 2024-03-28T07:29:13.658Z | Compiling stringprep v0.1.3 |
2389 | 2024-03-28T07:29:14.605Z | Compiling idna v0.3.0 |
2390 | 2024-03-28T07:29:15.972Z | Compiling diesel_table_macro_syntax v0.1.0 |
2391 | 2024-03-28T07:29:16.355Z | Compiling num-integer v0.1.46 |
2392 | 2024-03-28T07:29:16.635Z | Compiling object v0.32.1 |
2393 | 2024-03-28T07:29:17.063Z | Compiling hash32 v0.2.1 |
2394 | 2024-03-28T07:29:17.091Z | Compiling psl-types v2.0.11 |
2395 | 2024-03-28T07:29:17.818Z | Compiling rustc-demangle v0.1.23 |
2396 | 2024-03-28T07:29:18.062Z | Compiling plain v0.2.3 |
2397 | 2024-03-28T07:29:18.230Z | Compiling fallible-iterator v0.2.0 |
2398 | 2024-03-28T07:29:18.974Z | Compiling anstyle-query v1.0.0 |
2399 | 2024-03-28T07:29:19.107Z | Compiling colorchoice v1.0.0 |
2400 | 2024-03-28T07:29:20.420Z | Compiling anstream v0.6.11 |
2401 | 2024-03-28T07:29:21.804Z | Compiling postgres-protocol v0.6.6 |
2402 | 2024-03-28T07:29:23.048Z | Compiling goblin v0.8.0 |
2403 | 2024-03-28T07:29:26.879Z | Compiling publicsuffix v2.2.3 |
2404 | 2024-03-28T07:29:27.142Z | Compiling diesel_derives v2.1.2 |
2405 | 2024-03-28T07:29:28.136Z | Compiling tokio-rustls v0.24.1 |
2406 | 2024-03-28T07:29:32.809Z | Compiling terminal_size v0.3.0 |
2407 | 2024-03-28T07:29:33.003Z | Compiling pkcs8 v0.10.2 |
2408 | 2024-03-28T07:29:33.465Z | Compiling tokio-native-tls v0.3.1 |
2409 | 2024-03-28T07:29:33.636Z | Compiling phf_shared v0.11.2 |
2410 | 2024-03-28T07:29:34.012Z | Compiling strum_macros v0.25.2 |
2411 | 2024-03-28T07:29:34.313Z | Compiling regress v0.9.0 |
2412 | 2024-03-28T07:29:34.327Z | Compiling block-padding v0.3.3 |
2413 | 2024-03-28T07:29:35.367Z | Compiling enum-as-inner v0.5.1 |
2414 | 2024-03-28T07:29:35.616Z | Compiling clap_derive v4.5.0 |
2415 | 2024-03-28T07:29:36.282Z | Compiling serde_repr v0.1.16 |
2416 | 2024-03-28T07:29:37.563Z | Compiling ff v0.13.0 |
2417 | 2024-03-28T07:29:37.592Z | Compiling scheduled-thread-pool v0.2.7 |
2418 | 2024-03-28T07:29:38.032Z | Compiling encoding_rs v0.8.33 |
2419 | 2024-03-28T07:29:39.106Z | Compiling matches v0.1.10 |
2420 | 2024-03-28T07:29:39.201Z | Compiling pretty-hex v0.4.1 |
2421 | 2024-03-28T07:29:39.412Z | Compiling regex-automata v0.1.10 |
2422 | 2024-03-28T07:29:39.920Z | Compiling strsim v0.11.0 |
2423 | 2024-03-28T07:29:40.333Z | Compiling managed v0.8.0 |
2424 | 2024-03-28T07:29:40.386Z | Compiling ident_case v1.0.1 |
2425 | 2024-03-28T07:29:40.814Z | Compiling clap_lex v0.7.0 |
2426 | 2024-03-28T07:29:40.863Z | Compiling mime v0.3.17 |
2427 | 2024-03-28T07:29:41.032Z | Compiling ipnet v2.9.0 |
2428 | 2024-03-28T07:29:41.221Z | Compiling strsim v0.10.0 |
2429 | 2024-03-28T07:29:41.260Z | Compiling base16ct v0.2.0 |
2430 | 2024-03-28T07:29:41.543Z | Compiling bit-vec v0.6.3 |
2431 | 2024-03-28T07:29:41.872Z | Compiling darling_core v0.20.3 |
2432 | 2024-03-28T07:29:41.961Z | Compiling sec1 v0.7.3 |
2433 | 2024-03-28T07:29:41.964Z | Compiling clap_builder v4.5.1 |
2434 | 2024-03-28T07:29:42.851Z | Compiling bstr v0.2.17 |
2435 | 2024-03-28T07:29:44.237Z | Compiling dof v0.3.0 |
2436 | 2024-03-28T07:29:44.688Z | Compiling idna v0.2.3 |
2437 | 2024-03-28T07:29:47.058Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2438 | 2024-03-28T07:29:47.268Z | Compiling r2d2 v0.8.10 |
2439 | 2024-03-28T07:29:47.613Z | Compiling group v0.13.0 |
2440 | 2024-03-28T07:29:49.501Z | Compiling inout v0.1.3 |
2441 | 2024-03-28T07:29:50.434Z | Compiling phf v0.11.2 |
2442 | 2024-03-28T07:29:50.830Z | Compiling hyper-tls v0.5.0 |
2443 | 2024-03-28T07:29:51.039Z | Compiling signal-hook-mio v0.2.3 |
2444 | 2024-03-28T07:29:51.141Z | Compiling bzip2 v0.4.4 |
2445 | 2024-03-28T07:29:51.196Z | Compiling flate2 v1.0.28 |
2446 | 2024-03-28T07:29:51.517Z | Compiling hyper-rustls v0.24.2 |
2447 | 2024-03-28T07:29:51.629Z | Compiling cookie_store v0.20.0 |
2448 | 2024-03-28T07:29:52.108Z | Compiling postgres-types v0.2.6 |
2449 | 2024-03-28T07:29:52.134Z | Compiling zerocopy v0.6.4 |
2450 | 2024-03-28T07:29:52.278Z | Compiling hubpack v0.1.2 |
2451 | 2024-03-28T07:29:52.706Z | Compiling phf_shared v0.10.0 |
2452 | 2024-03-28T07:29:52.959Z | Compiling rustls-pemfile v1.0.3 |
2453 | 2024-03-28T07:29:52.994Z | Compiling hkdf v0.12.4 |
2454 | 2024-03-28T07:29:53.100Z | Compiling crossbeam-epoch v0.9.18 |
2455 | 2024-03-28T07:29:53.241Z | Compiling serde_urlencoded v0.7.1 |
2456 | 2024-03-28T07:29:53.490Z | Compiling ipnetwork v0.20.0 |
2457 | 2024-03-28T07:29:53.764Z | Compiling futures-executor v0.3.30 |
2458 | 2024-03-28T07:29:54.275Z | Compiling dtrace-parser v0.2.0 |
2459 | 2024-03-28T07:29:54.486Z | Compiling crypto-bigint v0.5.2 |
2460 | 2024-03-28T07:29:54.566Z | Compiling float-cmp v0.9.0 |
2461 | 2024-03-28T07:29:54.783Z | Compiling either v1.10.0 |
2462 | 2024-03-28T07:29:55.201Z | Compiling minimal-lexical v0.2.1 |
2463 | 2024-03-28T07:29:55.721Z | Compiling fixedbitset v0.4.2 |
2464 | 2024-03-28T07:29:56.081Z | Compiling new_debug_unreachable v1.0.4 |
2465 | 2024-03-28T07:29:56.273Z | Compiling data-encoding v2.4.0 |
2466 | 2024-03-28T07:29:56.330Z | Compiling precomputed-hash v0.1.1 |
2467 | 2024-03-28T07:29:56.530Z | Compiling normalize-line-endings v0.3.0 |
2468 | 2024-03-28T07:29:56.659Z | Compiling static_assertions v1.1.0 |
2469 | 2024-03-28T07:29:56.751Z | Compiling whoami v1.5.0 |
2470 | 2024-03-28T07:29:56.955Z | Compiling webpki-roots v0.25.2 |
2471 | 2024-03-28T07:29:57.111Z | Compiling difflib v0.4.0 |
2472 | 2024-03-28T07:29:57.310Z | Compiling sync_wrapper v0.1.2 |
2473 | 2024-03-28T07:29:57.443Z | Compiling predicates-core v1.0.6 |
2474 | 2024-03-28T07:29:57.996Z | Compiling winnow v0.6.1 |
2475 | 2024-03-28T07:29:58.162Z | Compiling predicates v3.1.0 |
2476 | 2024-03-28T07:29:58.468Z | Compiling reqwest v0.11.24 |
2477 | 2024-03-28T07:29:58.707Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2478 | 2024-03-28T07:29:58.794Z | Compiling tokio-postgres v0.7.10 |
2479 | 2024-03-28T07:29:59.761Z | Compiling trust-dns-proto v0.22.0 |
2480 | 2024-03-28T07:30:00.004Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2481 | 2024-03-28T07:30:01.833Z | Compiling toml_edit v0.22.6 |
2482 | 2024-03-28T07:30:02.993Z | Compiling string_cache v0.8.7 |
2483 | 2024-03-28T07:30:03.322Z | Compiling elliptic-curve v0.13.8 |
2484 | 2024-03-28T07:30:03.447Z | Compiling petgraph v0.6.4 |
2485 | 2024-03-28T07:30:03.983Z | Compiling nom v7.1.3 |
2486 | 2024-03-28T07:30:05.969Z | Compiling itertools v0.10.5 |
2487 | 2024-03-28T07:30:07.709Z | Compiling futures v0.3.30 |
2488 | 2024-03-28T07:30:07.825Z | Compiling diesel v2.1.4 |
2489 | 2024-03-28T07:30:07.993Z | Compiling yasna v0.5.2 |
2490 | 2024-03-28T07:30:08.292Z | Compiling zip v0.6.6 |
2491 | 2024-03-28T07:30:08.832Z | Compiling crossterm v0.27.0 |
2492 | 2024-03-28T07:30:09.012Z | Compiling cipher v0.4.4 |
2493 | 2024-03-28T07:30:09.519Z | Compiling darling_macro v0.20.3 |
2494 | 2024-03-28T07:30:09.613Z | Compiling clap v4.5.1 |
2495 | 2024-03-28T07:30:09.732Z | Compiling similar v2.4.0 |
2496 | 2024-03-28T07:30:10.132Z | Compiling bit-set v0.5.3 |
2497 | 2024-03-28T07:30:10.443Z | Compiling num-iter v0.1.44 |
2498 | 2024-03-28T07:30:10.637Z | Compiling usdt v0.3.5 |
2499 | 2024-03-28T07:30:10.898Z | Compiling console v0.15.8 |
2500 | 2024-03-28T07:30:11.759Z | Compiling tokio-stream v0.1.14 |
2501 | 2024-03-28T07:30:12.150Z | Compiling toml v0.7.8 |
2502 | 2024-03-28T07:30:12.211Z | Compiling bstr v1.9.0 |
2503 | 2024-03-28T07:30:12.669Z | Compiling hex v0.4.3 |
2504 | 2024-03-28T07:30:13.329Z | Compiling proc-macro-error-attr v1.0.4 |
2505 | 2024-03-28T07:30:13.409Z | Compiling lalrpop-util v0.19.12 |
2506 | 2024-03-28T07:30:13.777Z | Compiling darling v0.20.3 |
2507 | 2024-03-28T07:30:13.831Z | Compiling proc-macro-crate v1.3.1 |
2508 | 2024-03-28T07:30:14.803Z | Compiling proc-macro-error v1.0.4 |
2509 | 2024-03-28T07:30:15.096Z | Compiling camino v1.1.6 |
2510 | 2024-03-28T07:30:15.682Z | Compiling heapless v0.8.0 |
2511 | 2024-03-28T07:30:16.780Z | Compiling num_enum_derive v0.5.11 |
2512 | 2024-03-28T07:30:25.489Z | Compiling atty v0.2.14 |
2513 | 2024-03-28T07:30:25.545Z | Compiling hash32 v0.3.1 |
2514 | 2024-03-28T07:30:25.804Z | Compiling rustls-pki-types v1.3.0 |
2515 | 2024-03-28T07:30:27.076Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2516 | 2024-03-28T07:30:27.089Z | Compiling smoltcp v0.11.0 |
2517 | 2024-03-28T07:30:45.023Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2518 | 2024-03-28T07:30:54.026Z | Compiling num_enum v0.5.11 |
2519 | 2024-03-28T07:30:57.454Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2520 | 2024-03-28T07:30:57.842Z | Compiling getopts v0.2.21 |
2521 | 2024-03-28T07:30:58.705Z | Compiling dirs-sys-next v0.1.2 |
2522 | 2024-03-28T07:30:58.717Z | Compiling cobs v0.2.3 |
2523 | 2024-03-28T07:31:00.126Z | Compiling embedded-io v0.4.0 |
2524 | 2024-03-28T07:31:00.344Z | Compiling rustls v0.22.2 |
2525 | 2024-03-28T07:31:00.438Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2526 | 2024-03-28T07:31:00.622Z | Compiling unsafe-libyaml v0.2.10 |
2527 | 2024-03-28T07:31:00.797Z | Compiling postcard v1.0.8 |
2528 | 2024-03-28T07:31:02.417Z | Compiling serde_yaml v0.9.25 |
2529 | 2024-03-28T07:31:04.243Z | Compiling dirs-next v2.0.0 |
2530 | 2024-03-28T07:31:06.459Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2531 | 2024-03-28T07:31:13.552Z | Compiling rustls-webpki v0.102.1 |
2532 | 2024-03-28T07:31:17.426Z | Compiling strum_macros v0.26.1 |
2533 | 2024-03-28T07:31:19.977Z | Compiling structmeta-derive v0.3.0 |
2534 | 2024-03-28T07:31:20.073Z | Compiling foreign-types-macros v0.2.3 |
2535 | 2024-03-28T07:31:20.462Z | Compiling thread_local v1.1.7 |
2536 | 2024-03-28T07:31:20.521Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2537 | 2024-03-28T07:31:20.814Z | Compiling multer v3.0.0 |
2538 | 2024-03-28T07:31:21.251Z | Compiling match_cfg v0.1.0 |
2539 | 2024-03-28T07:31:21.328Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2540 | 2024-03-28T07:31:21.380Z | Compiling paste v1.0.14 |
2541 | 2024-03-28T07:31:21.967Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2542 | 2024-03-28T07:31:22.064Z | Compiling slog-async v2.8.0 |
2543 | 2024-03-28T07:31:22.491Z | Compiling foreign-types-shared v0.3.1 |
2544 | 2024-03-28T07:31:22.712Z | Compiling structmeta v0.3.0 |
2545 | 2024-03-28T07:31:23.700Z | Compiling foreign-types v0.5.0 |
2546 | 2024-03-28T07:31:28.284Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2547 | 2024-03-28T07:31:28.663Z | Compiling strum v0.26.1 |
2548 | 2024-03-28T07:31:28.841Z | Compiling hostname v0.3.1 |
2549 | 2024-03-28T07:31:33.089Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2550 | 2024-03-28T07:31:39.446Z | Compiling term v0.7.0 |
2551 | 2024-03-28T07:31:41.944Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2552 | 2024-03-28T07:31:43.515Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2553 | 2024-03-28T07:31:44.505Z | Compiling slog-json v2.6.1 |
2554 | 2024-03-28T07:31:45.029Z | Compiling crossbeam-channel v0.5.8 |
2555 | 2024-03-28T07:31:45.969Z | Compiling tabwriter v1.4.0 |
2556 | 2024-03-28T07:31:46.590Z | Compiling http v1.0.0 |
2557 | 2024-03-28T07:31:46.804Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2558 | 2024-03-28T07:31:46.867Z | Compiling async-stream-impl v0.3.5 |
2559 | 2024-03-28T07:31:47.554Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2560 | 2024-03-28T07:31:48.087Z | Compiling cstr-argument v0.1.2 |
2561 | 2024-03-28T07:31:48.318Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2562 | 2024-03-28T07:31:48.481Z | Compiling take_mut v0.2.2 |
2563 | 2024-03-28T07:31:48.530Z | Compiling rayon-core v1.12.1 |
2564 | 2024-03-28T07:31:48.610Z | Compiling pretty-hex v0.2.1 |
2565 | 2024-03-28T07:31:48.645Z | Compiling fastrand v2.0.1 |
2566 | 2024-03-28T07:31:48.780Z | Compiling atomic-waker v1.1.1 |
2567 | 2024-03-28T07:31:48.810Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2568 | 2024-03-28T07:31:48.816Z | Compiling crucible-workspace-hack v0.1.0 |
2569 | 2024-03-28T07:31:48.968Z | Compiling waitgroup v0.1.2 |
2570 | 2024-03-28T07:31:49.099Z | Compiling tempfile v3.10.0 |
2571 | 2024-03-28T07:31:49.129Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2572 | 2024-03-28T07:31:49.338Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2573 | 2024-03-28T07:31:49.564Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2574 | 2024-03-28T07:31:50.485Z | Compiling async-stream v0.3.5 |
2575 | 2024-03-28T07:31:50.929Z | Compiling slog-bunyan v2.5.0 |
2576 | 2024-03-28T07:31:51.093Z | Compiling slog-term v2.9.0 |
2577 | 2024-03-28T07:31:51.186Z | Compiling tokio-rustls v0.25.0 |
2578 | 2024-03-28T07:31:51.654Z | Compiling parse-display-derive v0.9.0 |
2579 | 2024-03-28T07:31:52.459Z | Compiling toml v0.8.10 |
2580 | 2024-03-28T07:31:52.529Z | Compiling rustls-pemfile v2.1.1 |
2581 | 2024-03-28T07:31:52.678Z | Compiling serde_with_macros v3.6.1 |
2582 | 2024-03-28T07:31:53.310Z | Compiling sha1 v0.10.6 |
2583 | 2024-03-28T07:31:54.095Z | Compiling crossbeam-deque v0.8.3 |
2584 | 2024-03-28T07:31:54.245Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2585 | 2024-03-28T07:31:54.471Z | Compiling colored v2.1.0 |
2586 | 2024-03-28T07:31:55.473Z | Compiling newtype-uuid v1.0.1 |
2587 | 2024-03-28T07:31:55.674Z | Compiling serde_path_to_error v0.1.16 |
2588 | 2024-03-28T07:31:55.814Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2589 | 2024-03-28T07:31:55.826Z | Compiling socket2 v0.4.9 |
2590 | 2024-03-28T07:31:56.149Z | Compiling instant v0.1.12 |
2591 | 2024-03-28T07:31:56.301Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2592 | 2024-03-28T07:31:56.497Z | Compiling debug-ignore v1.0.5 |
2593 | 2024-03-28T07:31:56.639Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2594 | 2024-03-28T07:31:56.661Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2595 | 2024-03-28T07:31:57.542Z | Compiling backoff v0.4.0 |
2596 | 2024-03-28T07:31:57.903Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2597 | 2024-03-28T07:31:58.736Z | Compiling parse-display v0.9.0 |
2598 | 2024-03-28T07:31:58.750Z | Compiling serde_with v3.6.1 |
2599 | 2024-03-28T07:32:00.424Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2600 | 2024-03-28T07:32:01.125Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2601 | 2024-03-28T07:32:02.789Z | Compiling camino-tempfile v1.1.1 |
2602 | 2024-03-28T07:32:03.241Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2603 | 2024-03-28T07:32:03.646Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2604 | 2024-03-28T07:32:03.723Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2605 | 2024-03-28T07:32:03.821Z | Compiling heck v0.3.3 |
2606 | 2024-03-28T07:32:03.961Z | Compiling textwrap v0.11.0 |
2607 | 2024-03-28T07:32:04.179Z | Compiling macaddr v1.0.1 |
2608 | 2024-03-28T07:32:04.825Z | Compiling num-derive v0.4.0 |
2609 | 2024-03-28T07:32:05.003Z | Compiling vec_map v0.8.2 |
2610 | 2024-03-28T07:32:05.046Z | Compiling libefi-sys v0.1.0 |
2611 | 2024-03-28T07:32:05.321Z | Compiling ansi_term v0.12.1 |
2612 | 2024-03-28T07:32:05.324Z | Compiling strsim v0.8.0 |
2613 | 2024-03-28T07:32:06.044Z | Compiling clap v2.34.0 |
2614 | 2024-03-28T07:32:06.295Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2615 | 2024-03-28T07:32:06.716Z | Compiling structopt-derive v0.4.18 |
2616 | 2024-03-28T07:32:06.982Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478) |
2617 | 2024-03-28T07:32:08.619Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2618 | 2024-03-28T07:32:09.174Z | Compiling rayon v1.9.0 |
2619 | 2024-03-28T07:32:09.490Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2620 | 2024-03-28T07:32:10.202Z | Compiling smf v0.2.2 |
2621 | 2024-03-28T07:32:10.912Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2622 | 2024-03-28T07:32:11.264Z | Compiling blake3 v1.5.0 |
2623 | 2024-03-28T07:32:11.806Z | Compiling portable-atomic v1.4.3 |
2624 | 2024-03-28T07:32:12.765Z | Compiling structopt v0.3.26 |
2625 | 2024-03-28T07:32:12.934Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2626 | 2024-03-28T07:32:12.958Z | Compiling xattr v1.0.1 |
2627 | 2024-03-28T07:32:13.257Z | Compiling memmap2 v0.7.1 |
2628 | 2024-03-28T07:32:13.270Z | Compiling filetime v0.2.23 |
2629 | 2024-03-28T07:32:13.618Z | Compiling arrayref v0.3.7 |
2630 | 2024-03-28T07:32:13.717Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2631 | 2024-03-28T07:32:13.780Z | Compiling constant_time_eq v0.3.0 |
2632 | 2024-03-28T07:32:13.871Z | Compiling same-file v1.0.6 |
2633 | 2024-03-28T07:32:13.946Z | Compiling arrayvec v0.7.4 |
2634 | 2024-03-28T07:32:14.105Z | Compiling walkdir v2.4.0 |
2635 | 2024-03-28T07:32:14.123Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2636 | 2024-03-28T07:32:14.827Z | Compiling tar v0.4.40 |
2637 | 2024-03-28T07:32:15.801Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2638 | 2024-03-28T07:32:16.338Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2639 | 2024-03-28T07:32:17.111Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2640 | 2024-03-28T07:32:18.457Z | Compiling gethostname v0.4.3 |
2641 | 2024-03-28T07:32:18.634Z | Compiling topological-sort v0.2.2 |
2642 | 2024-03-28T07:32:18.782Z | Compiling number_prefix v0.4.0 |
2643 | 2024-03-28T07:32:18.861Z | Compiling omicron-zone-package v0.11.0 |
2644 | 2024-03-28T07:32:19.049Z | Compiling indicatif v0.17.8 |
2645 | 2024-03-28T07:32:19.416Z | Compiling swrite v0.1.0 |
2646 | 2024-03-28T07:32:26.885Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2647 | 2024-03-28T07:32:29.360Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2648 | 2024-03-28T07:32:31.843Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2649 | 2024-03-28T07:32:33.354Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2650 | 2024-03-28T07:32:49.020Z | Finished release [optimized] target(s) in 4m 44s |
2651 | 2024-03-28T07:32:49.093Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
2652 | 2024-03-28T07:32:49.124Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2653 | 2024-03-28T07:32:49.128Z | Created new build target 'default' and set it as active |
2654 | 2024-03-28T07:32:49.128Z | ++ cargo run --release --bin omicron-package -- package |
2655 | 2024-03-28T07:32:49.858Z | Compiling ring v0.16.20 |
2656 | 2024-03-28T07:32:51.098Z | Compiling sct v0.7.0 |
2657 | 2024-03-28T07:32:51.222Z | Compiling rustls v0.21.9 |
2658 | 2024-03-28T07:32:54.002Z | Compiling tokio-rustls v0.24.1 |
2659 | 2024-03-28T07:32:54.217Z | Compiling hyper-rustls v0.24.2 |
2660 | 2024-03-28T07:32:54.500Z | Compiling reqwest v0.11.24 |
2661 | 2024-03-28T07:32:58.957Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2662 | 2024-03-28T07:32:59.219Z | Compiling omicron-zone-package v0.11.0 |
2663 | 2024-03-28T07:32:59.573Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2664 | 2024-03-28T07:32:59.766Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2665 | 2024-03-28T07:33:03.591Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2666 | 2024-03-28T07:33:04.098Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2667 | 2024-03-28T07:33:04.781Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2668 | 2024-03-28T07:33:05.127Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2669 | 2024-03-28T07:33:14.002Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2670 | 2024-03-28T07:33:16.737Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2671 | 2024-03-28T07:33:16.746Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2672 | 2024-03-28T07:33:18.393Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2673 | 2024-03-28T07:33:35.353Z | Finished release [optimized] target(s) in 46.17s |
2674 | 2024-03-28T07:33:35.412Z | Running `target/release/omicron-package package` |
2675 | 2024-03-28T07:33:35.438Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2676 | 2024-03-28T07:33:36.246Z | Compiling base64 v0.22.0 |
2677 | 2024-03-28T07:33:36.246Z | Compiling usdt-attr-macro v0.5.0 |
2678 | 2024-03-28T07:33:36.249Z | Compiling usdt-macro v0.5.0 |
2679 | 2024-03-28T07:33:36.249Z | Compiling memmap v0.7.0 |
2680 | 2024-03-28T07:33:36.324Z | Compiling humantime v2.1.0 |
2681 | 2024-03-28T07:33:36.346Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2682 | 2024-03-28T07:33:36.355Z | Compiling linked-hash-map v0.5.6 |
2683 | 2024-03-28T07:33:36.358Z | Compiling password-hash v0.5.0 |
2684 | 2024-03-28T07:33:36.732Z | Compiling lru-cache v0.1.2 |
2685 | 2024-03-28T07:33:36.928Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2686 | 2024-03-28T07:33:37.121Z | Compiling blake2 v0.10.6 |
2687 | 2024-03-28T07:33:37.363Z | Compiling semver v0.1.20 |
2688 | 2024-03-28T07:33:37.486Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2689 | 2024-03-28T07:33:37.512Z | Compiling quick-error v1.2.3 |
2690 | 2024-03-28T07:33:37.655Z | Compiling argon2 v0.5.3 |
2691 | 2024-03-28T07:33:37.682Z | Compiling usdt v0.5.0 |
2692 | 2024-03-28T07:33:37.738Z | Compiling rustc_version v0.1.7 |
2693 | 2024-03-28T07:33:37.928Z | Compiling resolv-conf v0.7.0 |
2694 | 2024-03-28T07:33:38.133Z | Compiling newtype_derive v0.1.6 |
2695 | 2024-03-28T07:33:38.469Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2696 | 2024-03-28T07:33:38.656Z | Compiling termcolor v1.2.0 |
2697 | 2024-03-28T07:33:38.679Z | Compiling steno v0.4.0 |
2698 | 2024-03-28T07:33:39.069Z | Compiling trust-dns-resolver v0.22.0 |
2699 | 2024-03-28T07:33:39.257Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2700 | 2024-03-28T07:33:39.553Z | Compiling itertools v0.12.1 |
2701 | 2024-03-28T07:33:39.677Z | Compiling derive-where v1.2.7 |
2702 | 2024-03-28T07:33:40.423Z | Compiling slog-dtrace v0.3.0 |
2703 | 2024-03-28T07:33:40.727Z | Compiling utf-8 v0.7.6 |
2704 | 2024-03-28T07:33:41.128Z | Compiling num-rational v0.4.1 |
2705 | 2024-03-28T07:33:41.957Z | Compiling nibble_vec v0.1.0 |
2706 | 2024-03-28T07:33:42.164Z | Compiling endian-type v0.1.2 |
2707 | 2024-03-28T07:33:42.406Z | Compiling radium v0.7.0 |
2708 | 2024-03-28T07:33:42.864Z | Compiling radix_trie v0.2.1 |
2709 | 2024-03-28T07:33:43.170Z | Compiling tungstenite v0.20.1 |
2710 | 2024-03-28T07:33:43.174Z | Compiling num-complex v0.4.4 |
2711 | 2024-03-28T07:33:43.822Z | Compiling maybe-uninit v2.0.0 |
2712 | 2024-03-28T07:33:44.258Z | Compiling tap v1.0.1 |
2713 | 2024-03-28T07:33:44.449Z | Compiling wyz v0.5.1 |
2714 | 2024-03-28T07:33:44.539Z | Compiling tokio-tungstenite v0.20.1 |
2715 | 2024-03-28T07:33:44.929Z | Compiling num v0.4.1 |
2716 | 2024-03-28T07:33:45.119Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2717 | 2024-03-28T07:33:45.514Z | Compiling arc-swap v1.6.0 |
2718 | 2024-03-28T07:33:45.566Z | Compiling funty v2.0.0 |
2719 | 2024-03-28T07:33:46.167Z | Compiling packed_struct v0.10.1 |
2720 | 2024-03-28T07:33:46.262Z | Compiling num-bigint-dig v0.8.4 |
2721 | 2024-03-28T07:33:46.556Z | Compiling crc-catalog v2.2.0 |
2722 | 2024-03-28T07:33:46.569Z | Compiling cancel-safe-futures v0.1.5 |
2723 | 2024-03-28T07:33:46.699Z | Compiling crc v3.0.1 |
2724 | 2024-03-28T07:33:46.911Z | Compiling bitvec v1.0.1 |
2725 | 2024-03-28T07:33:47.466Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2726 | 2024-03-28T07:33:48.153Z | Compiling slog-scope v4.4.0 |
2727 | 2024-03-28T07:33:48.654Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2728 | 2024-03-28T07:33:49.132Z | Compiling fxhash v0.2.1 |
2729 | 2024-03-28T07:33:49.346Z | Compiling packed_struct_codegen v0.10.1 |
2730 | 2024-03-28T07:33:51.151Z | Compiling indexmap v1.9.3 |
2731 | 2024-03-28T07:33:51.439Z | Compiling nodrop v0.1.14 |
2732 | 2024-03-28T07:33:51.579Z | Compiling display-error-chain v0.2.0 |
2733 | 2024-03-28T07:33:51.750Z | Compiling array-init v0.0.4 |
2734 | 2024-03-28T07:33:52.536Z | Compiling smallvec v0.6.14 |
2735 | 2024-03-28T07:33:53.003Z | Compiling slog-stdlog v4.1.1 |
2736 | 2024-03-28T07:33:53.936Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2737 | 2024-03-28T07:33:55.153Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2738 | 2024-03-28T07:33:56.358Z | Compiling rayon-core v1.12.1 |
2739 | 2024-03-28T07:33:56.378Z | Compiling pkcs1 v0.7.5 |
2740 | 2024-03-28T07:34:01.167Z | Compiling is-terminal v0.4.9 |
2741 | 2024-03-28T07:34:01.184Z | Compiling crossbeam-deque v0.8.3 |
2742 | 2024-03-28T07:34:01.184Z | Compiling signature v2.1.0 |
2743 | 2024-03-28T07:34:01.309Z | Compiling half v2.3.1 |
2744 | 2024-03-28T07:34:01.997Z | Compiling bitfield v0.14.0 |
2745 | 2024-03-28T07:34:02.305Z | Compiling hashbrown v0.12.3 |
2746 | 2024-03-28T07:34:02.340Z | Compiling fastrand v2.0.1 |
2747 | 2024-03-28T07:34:02.374Z | Compiling same-file v1.0.6 |
2748 | 2024-03-28T07:34:02.591Z | Compiling ciborium-io v0.2.2 |
2749 | 2024-03-28T07:34:02.724Z | Compiling ciborium-ll v0.2.2 |
2750 | 2024-03-28T07:34:02.843Z | Compiling tempfile v3.10.0 |
2751 | 2024-03-28T07:34:03.220Z | Compiling walkdir v2.4.0 |
2752 | 2024-03-28T07:34:03.637Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2753 | 2024-03-28T07:34:03.865Z | Compiling rsa v0.9.2 |
2754 | 2024-03-28T07:34:04.998Z | Compiling env_logger v0.10.0 |
2755 | 2024-03-28T07:34:06.253Z | Compiling slog-envlogger v2.2.0 |
2756 | 2024-03-28T07:34:09.002Z | Compiling serde-hex v0.1.0 |
2757 | 2024-03-28T07:34:09.059Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2758 | 2024-03-28T07:34:09.207Z | Compiling camino v1.1.6 |
2759 | 2024-03-28T07:34:09.270Z | Compiling x509-cert v0.2.4 |
2760 | 2024-03-28T07:34:09.378Z | Compiling ron v0.8.1 |
2761 | 2024-03-28T07:34:13.107Z | Compiling hashbrown v0.13.2 |
2762 | 2024-03-28T07:34:14.293Z | Compiling semver-parser v0.10.2 |
2763 | 2024-03-28T07:34:14.461Z | Compiling unicase v2.7.0 |
2764 | 2024-03-28T07:34:14.772Z | Compiling crc-any v2.4.3 |
2765 | 2024-03-28T07:34:15.541Z | Compiling semver v0.11.0 |
2766 | 2024-03-28T07:34:15.723Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2767 | 2024-03-28T07:34:16.158Z | Compiling blake3 v1.5.0 |
2768 | 2024-03-28T07:34:16.673Z | Compiling object v0.30.4 |
2769 | 2024-03-28T07:34:16.673Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2770 | 2024-03-28T07:34:18.174Z | Compiling rayon v1.9.0 |
2771 | 2024-03-28T07:34:18.541Z | Compiling ciborium v0.2.2 |
2772 | 2024-03-28T07:34:20.849Z | Compiling memmap2 v0.7.1 |
2773 | 2024-03-28T07:34:21.236Z | Compiling filetime v0.2.23 |
2774 | 2024-03-28T07:34:21.542Z | Compiling xattr v1.0.1 |
2775 | 2024-03-28T07:34:22.044Z | Compiling dirs-sys-next v0.1.2 |
2776 | 2024-03-28T07:34:22.044Z | Compiling home v0.5.5 |
2777 | 2024-03-28T07:34:22.044Z | Compiling arrayvec v0.7.4 |
2778 | 2024-03-28T07:34:22.199Z | Compiling constant_time_eq v0.3.0 |
2779 | 2024-03-28T07:34:22.335Z | Compiling glob v0.3.1 |
2780 | 2024-03-28T07:34:22.408Z | Compiling crunchy v0.2.2 |
2781 | 2024-03-28T07:34:22.863Z | Compiling arrayref v0.3.7 |
2782 | 2024-03-28T07:34:22.958Z | Compiling path-slash v0.1.5 |
2783 | 2024-03-28T07:34:23.166Z | Compiling clang-sys v1.6.1 |
2784 | 2024-03-28T07:34:23.197Z | Compiling toolchain_find v0.2.0 |
2785 | 2024-03-28T07:34:23.735Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2786 | 2024-03-28T07:34:23.816Z | Compiling dirs-next v2.0.0 |
2787 | 2024-03-28T07:34:23.986Z | Compiling tar v0.4.40 |
2788 | 2024-03-28T07:34:24.511Z | Compiling camino-tempfile v1.1.1 |
2789 | 2024-03-28T07:34:24.923Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2790 | 2024-03-28T07:34:25.369Z | Compiling libsw v3.3.1 |
2791 | 2024-03-28T07:34:25.701Z | Compiling toml v0.5.11 |
2792 | 2024-03-28T07:34:25.877Z | Compiling parking_lot_core v0.8.6 |
2793 | 2024-03-28T07:34:26.286Z | Compiling topological-sort v0.2.2 |
2794 | 2024-03-28T07:34:26.497Z | Compiling convert_case v0.4.0 |
2795 | 2024-03-28T07:34:27.283Z | Compiling owo-colors v4.0.0 |
2796 | 2024-03-28T07:34:29.102Z | Compiling prettyplease v0.2.16 |
2797 | 2024-03-28T07:34:29.602Z | Compiling linear-map v1.2.0 |
2798 | 2024-03-28T07:34:29.758Z | Compiling tiny-keccak v2.0.2 |
2799 | 2024-03-28T07:34:29.794Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2800 | 2024-03-28T07:34:30.079Z | Compiling rustfmt-wrapper v0.2.0 |
2801 | 2024-03-28T07:34:30.136Z | Compiling derive_more v0.99.17 |
2802 | 2024-03-28T07:34:30.641Z | Compiling omicron-zone-package v0.11.0 |
2803 | 2024-03-28T07:34:34.607Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2804 | 2024-03-28T07:34:34.834Z | Compiling term v0.7.0 |
2805 | 2024-03-28T07:34:35.807Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2806 | 2024-03-28T07:34:36.118Z | Compiling darling_core v0.14.4 |
2807 | 2024-03-28T07:34:36.169Z | Compiling toml v0.8.10 |
2808 | 2024-03-28T07:34:37.710Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2809 | 2024-03-28T07:34:37.713Z | Compiling ascii-canvas v3.0.0 |
2810 | 2024-03-28T07:34:38.192Z | Compiling pem v3.0.2 |
2811 | 2024-03-28T07:34:39.602Z | Compiling ena v0.14.2 |
2812 | 2024-03-28T07:34:39.602Z | Compiling libloading v0.7.4 |
2813 | 2024-03-28T07:34:39.602Z | Compiling regex-syntax v0.6.29 |
2814 | 2024-03-28T07:34:39.603Z | Compiling bindgen v0.69.2 |
2815 | 2024-03-28T07:34:39.792Z | Compiling platforms v3.0.2 |
2816 | 2024-03-28T07:34:39.986Z | Compiling diff v0.1.13 |
2817 | 2024-03-28T07:34:40.541Z | Compiling parking_lot v0.11.2 |
2818 | 2024-03-28T07:34:41.255Z | Compiling darling_macro v0.14.4 |
2819 | 2024-03-28T07:34:42.218Z | Compiling darling v0.14.4 |
2820 | 2024-03-28T07:34:42.339Z | Compiling mime_guess v2.0.4 |
2821 | 2024-03-28T07:34:42.976Z | Compiling lalrpop v0.19.12 |
2822 | 2024-03-28T07:34:43.464Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2823 | 2024-03-28T07:34:45.245Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2824 | 2024-03-28T07:34:45.511Z | Compiling trust-dns-client v0.22.0 |
2825 | 2024-03-28T07:34:46.143Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2826 | 2024-03-28T07:34:46.368Z | Compiling cexpr v0.6.0 |
2827 | 2024-03-28T07:34:47.466Z | Compiling which v4.4.0 |
2828 | 2024-03-28T07:34:47.987Z | Compiling vte_generate_state_changes v0.1.1 |
2829 | 2024-03-28T07:34:48.616Z | Compiling rustc-hash v1.1.0 |
2830 | 2024-03-28T07:34:48.775Z | Compiling peeking_take_while v0.1.2 |
2831 | 2024-03-28T07:34:48.914Z | Compiling doc-comment v0.3.3 |
2832 | 2024-03-28T07:34:49.385Z | Compiling ref-cast v1.0.20 |
2833 | 2024-03-28T07:34:49.814Z | Compiling buf-list v1.0.3 |
2834 | 2024-03-28T07:34:49.977Z | Compiling lazycell v1.3.0 |
2835 | 2024-03-28T07:34:50.041Z | Compiling shlex v1.3.0 |
2836 | 2024-03-28T07:34:50.473Z | Compiling trust-dns-server v0.22.1 |
2837 | 2024-03-28T07:34:51.349Z | Compiling vte v0.11.1 |
2838 | 2024-03-28T07:34:53.799Z | Compiling derive_builder_core v0.12.0 |
2839 | 2024-03-28T07:34:56.016Z | Compiling sled v0.34.7 |
2840 | 2024-03-28T07:34:57.299Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2841 | 2024-03-28T07:34:57.580Z | Compiling headers-core v0.2.0 |
2842 | 2024-03-28T07:34:57.683Z | Compiling libxml v0.3.3 |
2843 | 2024-03-28T07:34:57.742Z | Compiling pin-project-internal v1.1.3 |
2844 | 2024-03-28T07:34:58.039Z | Compiling ref-cast-impl v1.0.20 |
2845 | 2024-03-28T07:34:59.152Z | Compiling memoffset v0.7.1 |
2846 | 2024-03-28T07:34:59.459Z | Compiling bytecount v0.6.3 |
2847 | 2024-03-28T07:34:59.793Z | Compiling papergrid v0.11.0 |
2848 | 2024-03-28T07:35:00.544Z | Compiling pin-project v1.1.3 |
2849 | 2024-03-28T07:35:00.667Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2850 | 2024-03-28T07:35:04.965Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2851 | 2024-03-28T07:35:06.692Z | Compiling headers v0.3.9 |
2852 | 2024-03-28T07:35:10.664Z | Compiling curve25519-dalek v4.1.1 |
2853 | 2024-03-28T07:35:11.058Z | Compiling derive_builder_macro v0.12.0 |
2854 | 2024-03-28T07:35:11.146Z | Compiling polar-core v0.27.0 |
2855 | 2024-03-28T07:35:12.872Z | Compiling strip-ansi-escapes v0.2.0 |
2856 | 2024-03-28T07:35:13.693Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2857 | 2024-03-28T07:35:13.706Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478) |
2858 | 2024-03-28T07:35:14.634Z | Compiling tabled_derive v0.7.0 |
2859 | 2024-03-28T07:35:16.819Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2860 | 2024-03-28T07:35:17.852Z | Compiling fd-lock v3.0.13 |
2861 | 2024-03-28T07:35:17.893Z | Compiling strum_macros v0.24.3 |
2862 | 2024-03-28T07:35:18.702Z | Compiling kstat-rs v0.2.3 |
2863 | 2024-03-28T07:35:19.615Z | Compiling snafu-derive v0.7.5 |
2864 | 2024-03-28T07:35:20.570Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2865 | 2024-03-28T07:35:20.872Z | Compiling cookie v0.18.0 |
2866 | 2024-03-28T07:35:21.157Z | Compiling fs-err v2.11.0 |
2867 | 2024-03-28T07:35:21.452Z | Compiling strum v0.25.0 |
2868 | 2024-03-28T07:35:21.641Z | Compiling nu-ansi-term v0.50.0 |
2869 | 2024-03-28T07:35:22.084Z | Compiling keccak v0.1.4 |
2870 | 2024-03-28T07:35:22.903Z | Compiling indoc v1.0.9 |
2871 | 2024-03-28T07:35:23.017Z | Compiling sha3 v0.10.8 |
2872 | 2024-03-28T07:35:23.806Z | Compiling reedline v0.30.0 |
2873 | 2024-03-28T07:35:24.115Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2874 | 2024-03-28T07:35:24.475Z | Compiling snafu v0.7.5 |
2875 | 2024-03-28T07:35:32.208Z | Compiling tabled v0.15.0 |
2876 | 2024-03-28T07:35:32.562Z | Compiling derive_builder v0.12.0 |
2877 | 2024-03-28T07:35:37.224Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2878 | 2024-03-28T07:35:37.565Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2879 | 2024-03-28T07:35:39.675Z | Compiling env_logger v0.9.3 |
2880 | 2024-03-28T07:35:44.363Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2881 | 2024-03-28T07:35:44.643Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2882 | 2024-03-28T07:35:45.145Z | Compiling globset v0.4.13 |
2883 | 2024-03-28T07:35:47.942Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2884 | 2024-03-28T07:35:48.152Z | Compiling fd-lock v4.0.2 |
2885 | 2024-03-28T07:35:48.378Z | Compiling olpc-cjson v0.1.3 |
2886 | 2024-03-28T07:35:48.695Z | Compiling universal-hash v0.5.1 |
2887 | 2024-03-28T07:35:48.945Z | Compiling bb8 v0.8.3 |
2888 | 2024-03-28T07:35:49.488Z | Compiling nix v0.27.1 |
2889 | 2024-03-28T07:35:49.544Z | Compiling secrecy v0.8.0 |
2890 | 2024-03-28T07:35:49.812Z | Compiling quick-xml v0.30.0 |
2891 | 2024-03-28T07:35:51.382Z | Compiling serde_plain v1.0.2 |
2892 | 2024-03-28T07:35:51.901Z | Compiling impl-trait-for-tuples v0.2.2 |
2893 | 2024-03-28T07:35:53.594Z | Compiling oso-derive v0.27.0 |
2894 | 2024-03-28T07:35:54.575Z | Compiling thiserror-impl-no-std v2.0.2 |
2895 | 2024-03-28T07:35:55.698Z | Compiling curve25519-dalek-derive v0.1.0 |
2896 | 2024-03-28T07:35:56.095Z | Compiling nanorand v0.7.0 |
2897 | 2024-03-28T07:35:56.408Z | Compiling async-recursion v1.0.5 |
2898 | 2024-03-28T07:35:56.821Z | Compiling bitstruct_derive v0.1.0 |
2899 | 2024-03-28T07:35:57.077Z | Compiling sqlparser_derive v0.2.2 |
2900 | 2024-03-28T07:35:57.294Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2901 | 2024-03-28T07:35:57.405Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2902 | 2024-03-28T07:35:57.422Z | Compiling salty v0.2.0 |
2903 | 2024-03-28T07:35:57.701Z | Compiling maplit v1.0.2 |
2904 | 2024-03-28T07:35:57.797Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2905 | 2024-03-28T07:35:57.830Z | Compiling unicode_categories v0.1.1 |
2906 | 2024-03-28T07:35:57.994Z | Compiling opaque-debug v0.3.0 |
2907 | 2024-03-28T07:35:58.033Z | Compiling signature v1.6.4 |
2908 | 2024-03-28T07:35:58.084Z | Compiling typed-path v0.7.0 |
2909 | 2024-03-28T07:35:58.170Z | Compiling ascii v1.1.0 |
2910 | 2024-03-28T07:35:58.184Z | Compiling ed25519 v1.5.3 |
2911 | 2024-03-28T07:35:58.432Z | Compiling rustyline v13.0.0 |
2912 | 2024-03-28T07:35:58.538Z | Compiling sqlformat v0.2.3 |
2913 | 2024-03-28T07:35:58.954Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2914 | 2024-03-28T07:36:01.446Z | Compiling tough v0.16.0 |
2915 | 2024-03-28T07:36:01.897Z | Compiling oso v0.27.0 |
2916 | 2024-03-28T07:36:05.026Z | Compiling poly1305 v0.8.0 |
2917 | 2024-03-28T07:36:06.684Z | Compiling sqlparser v0.43.1 |
2918 | 2024-03-28T07:36:07.325Z | Compiling bitstruct v0.1.1 |
2919 | 2024-03-28T07:36:07.542Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2920 | 2024-03-28T07:36:07.944Z | Compiling thiserror-no-std v2.0.2 |
2921 | 2024-03-28T07:36:11.585Z | Compiling flume v0.11.0 |
2922 | 2024-03-28T07:36:15.321Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2923 | 2024-03-28T07:36:15.965Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2924 | 2024-03-28T07:36:21.438Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2925 | 2024-03-28T07:36:21.996Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2926 | 2024-03-28T07:36:28.122Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2927 | 2024-03-28T07:36:28.722Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2928 | 2024-03-28T07:36:29.407Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2929 | 2024-03-28T07:36:29.690Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2930 | 2024-03-28T07:36:29.713Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2931 | 2024-03-28T07:36:29.956Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2932 | 2024-03-28T07:36:31.156Z | Compiling chacha20 v0.9.1 |
2933 | 2024-03-28T07:36:31.612Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2934 | 2024-03-28T07:36:33.880Z | Compiling aead v0.5.2 |
2935 | 2024-03-28T07:36:34.200Z | Compiling bcs v0.1.6 |
2936 | 2024-03-28T07:36:35.109Z | Compiling erased-serde v0.3.31 |
2937 | 2024-03-28T07:36:36.806Z | Compiling serde_arrays v0.1.0 |
2938 | 2024-03-28T07:36:36.986Z | Compiling serde-big-array v0.5.1 |
2939 | 2024-03-28T07:36:37.233Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2940 | 2024-03-28T07:36:38.080Z | Compiling parse-size v1.0.0 |
2941 | 2024-03-28T07:36:38.385Z | Compiling highway v1.1.0 |
2942 | 2024-03-28T07:36:38.870Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2943 | 2024-03-28T07:36:38.996Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2944 | 2024-03-28T07:36:40.275Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2945 | 2024-03-28T07:36:46.912Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2946 | 2024-03-28T07:36:48.153Z | Compiling chacha20poly1305 v0.10.1 |
2947 | 2024-03-28T07:36:48.414Z | Compiling vsss-rs v3.3.4 |
2948 | 2024-03-28T07:36:56.154Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2949 | 2024-03-28T07:36:56.890Z | Compiling signal-hook-tokio v0.3.1 |
2950 | 2024-03-28T07:36:57.078Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2951 | 2024-03-28T07:36:57.703Z | Compiling castaway v0.2.2 |
2952 | 2024-03-28T07:36:57.888Z | Compiling serde-big-array v0.4.1 |
2953 | 2024-03-28T07:36:59.458Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2954 | 2024-03-28T07:36:59.746Z | Compiling http-range v0.1.5 |
2955 | 2024-03-28T07:37:00.246Z | Compiling hyper-staticfile v0.9.5 |
2956 | 2024-03-28T07:37:00.317Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2957 | 2024-03-28T07:37:03.488Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2958 | 2024-03-28T07:37:04.854Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2959 | 2024-03-28T07:37:05.496Z | Compiling compact_str v0.7.1 |
2960 | 2024-03-28T07:37:07.092Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2961 | 2024-03-28T07:37:08.656Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2962 | 2024-03-28T07:37:17.860Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2963 | 2024-03-28T07:37:24.274Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2964 | 2024-03-28T07:37:24.931Z | Compiling zone_cfg_derive v0.1.2 |
2965 | 2024-03-28T07:37:25.419Z | Compiling tungstenite v0.21.0 |
2966 | 2024-03-28T07:37:26.358Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2967 | 2024-03-28T07:37:26.646Z | Compiling lru v0.12.1 |
2968 | 2024-03-28T07:37:26.994Z | Compiling stability v0.1.1 |
2969 | 2024-03-28T07:37:27.904Z | Compiling indoc v2.0.3 |
2970 | 2024-03-28T07:37:33.295Z | Compiling base64 v0.13.1 |
2971 | 2024-03-28T07:37:33.347Z | Compiling cassowary v0.3.0 |
2972 | 2024-03-28T07:37:33.347Z | Compiling corncobs v0.1.3 |
2973 | 2024-03-28T07:37:33.347Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2974 | 2024-03-28T07:37:33.348Z | Compiling ratatui v0.26.1 |
2975 | 2024-03-28T07:37:33.348Z | Compiling ron v0.7.1 |
2976 | 2024-03-28T07:37:34.003Z | Compiling tokio-tungstenite v0.21.0 |
2977 | 2024-03-28T07:37:34.160Z | Compiling zone v0.1.8 |
2978 | 2024-03-28T07:37:34.568Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2979 | 2024-03-28T07:37:37.553Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2980 | 2024-03-28T07:37:37.723Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2981 | 2024-03-28T07:37:38.956Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2982 | 2024-03-28T07:37:48.912Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2983 | 2024-03-28T07:37:49.368Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2984 | 2024-03-28T07:37:51.538Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2985 | 2024-03-28T07:37:53.790Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2986 | 2024-03-28T07:37:54.198Z | Compiling portpicker v0.1.1 |
2987 | 2024-03-28T07:37:54.631Z | Compiling rand_seeder v0.2.3 |
2988 | 2024-03-28T07:37:55.039Z | Compiling smawk v0.3.1 |
2989 | 2024-03-28T07:37:55.277Z | Compiling unicode-linebreak v0.1.5 |
2990 | 2024-03-28T07:37:55.829Z | Compiling textwrap v0.16.1 |
2991 | 2024-03-28T07:37:59.761Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2992 | 2024-03-28T07:38:08.290Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2993 | 2024-03-28T07:38:14.987Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2994 | 2024-03-28T07:38:19.737Z | Compiling rcgen v0.12.1 |
2995 | 2024-03-28T07:38:22.890Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2996 | 2024-03-28T07:38:23.344Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478) |
2997 | 2024-03-28T07:38:26.979Z | Compiling atomicwrites v0.4.3 |
2998 | 2024-03-28T07:38:27.512Z | Compiling fatfs v0.3.6 |
2999 | 2024-03-28T07:38:28.809Z | Compiling subprocess v0.2.9 |
3000 | 2024-03-28T07:38:29.960Z | Compiling rtoolbox v0.0.1 |
3001 | 2024-03-28T07:38:30.399Z | Compiling is_ci v1.2.0 |
3002 | 2024-03-28T07:38:30.538Z | Compiling assert_matches v1.5.0 |
3003 | 2024-03-28T07:38:30.672Z | Compiling supports-color v3.0.0 |
3004 | 2024-03-28T07:38:30.676Z | Compiling rpassword v7.3.1 |
3005 | 2024-03-28T07:38:31.107Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3006 | 2024-03-28T07:38:31.371Z | Compiling tui-tree-widget v0.17.0 |
3007 | 2024-03-28T07:38:31.736Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3008 | 2024-03-28T07:38:34.514Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3009 | 2024-03-28T07:38:34.521Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3010 | 2024-03-28T07:38:34.663Z | Compiling csv-core v0.1.11 |
3011 | 2024-03-28T07:38:35.580Z | Compiling shell-words v1.1.0 |
3012 | 2024-03-28T07:38:36.026Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3013 | 2024-03-28T07:38:38.175Z | Compiling csv v1.3.0 |
3014 | 2024-03-28T07:38:40.315Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3015 | 2024-03-28T07:38:48.983Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3016 | 2024-03-28T07:39:02.796Z | Compiling multimap v0.10.0 |
3017 | 2024-03-28T07:40:27.698Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3018 | 2024-03-28T07:40:50.406Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3019 | 2024-03-28T07:40:54.002Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3020 | 2024-03-28T07:47:37.507Z | Finished release [optimized] target(s) in 14m 01s |
3021 | 2024-03-28T07:48:42.127Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
3022 | 2024-03-28T07:48:42.128Z | ++ rm -rf cargo-bay/g0/omicron |
3023 | 2024-03-28T07:48:42.141Z | ++ mkdir -p cargo-bay/g0/omicron |
3024 | 2024-03-28T07:48:42.146Z | ++ rsync --delete -Paz /work/oxidecomputer/omicron/tools /work/oxidecomputer/omicron/out /work/oxidecomputer/omicron/smf /work/oxidecomputer/omicron/target/release/omicron-package /work/oxidecomputer/omicron/package-manifest.toml --exclude out/downloads --exclude out/clickhouse --exclude out/cockroachdb --exclude out/dendrite-stub --exclude out/mgd --exclude out/thundermuffin --exclude out/transceiver-control --exclude out/omicron-nexus.tar.gz --exclude out/oximeter-collector.tar.gz --exclude out/oximeter-collector.tar.gz --exclude out/clickhouse_svc.tar.gz --exclude out/clickhouse_keeper_svc.tar.gz --exclude out/cockroachdb-service.tar.gz --exclude out/internal-dns-cli.tar.gz --exclude out/dns-server.tar.gz --exclude out/internal-dns-customizations.tar.gz --exclude out/external-dns-customizations.tar.gz --exclude out/ntp-svc.tar.gz --exclude out/mgs.tar.gz --exclude out/omicron-gateway-asic-customizations.tar.gz --exclude out/omicron-gateway-stub-customizations.tar.gz --exclude out/omicron-gateway-softnpu-customizations.tar.gz --exclude out/wicketd.tar.gz --exclude out/wicket.tar.gz --exclude out/switch_zone_setup.tar.gz --exclude out/sp-sim.tar.gz --exclude out/sp-sim-stub.tar.gz --exclude out/sp-sim-softnpu.tar.gz --exclude out/crucible.tar.gz --exclude out/crucible-pantry.tar.gz --exclude out/mg-ddm.tar.gz --exclude out/mgd.tar.gz --exclude out/lldp.tar.gz --exclude out/dendrite-stub.tar.gz --exclude out/dendrite-asic.tar.gz --exclude out/dendrite-softnpu.tar.gz --exclude out/xcvradm.tar.gz --exclude out/thundermuffin.tar.gz --exclude out/zone-network-install.tar.gz --exclude out/zone-network-setup.tar.gz --exclude out/opte-interface-setup.tar.gz --exclude out/omicron-omdb.tar.gz --exclude out/logadm.tar.gz --exclude out/profile.tar.gz --exclude '*.p5p' cargo-bay/g0/omicron/ |
3025 | 2024-03-28T07:48:42.478Z | sending incremental file list |
3026 | 2024-03-28T07:48:42.481Z | omicron-package |
3027 | 2024-03-28T07:48:42.793Z |
32,768 0% 0.00kB/s 0:00:00
40,138,496 100% 123.78MB/s 0:00:00 (xfr#1, to-chk=254/255) |
3028 | 2024-03-28T07:48:42.793Z | package-manifest.toml |
3029 | 2024-03-28T07:48:42.797Z |
26,511 100% 83.79kB/s 0:00:00
26,511 100% 83.79kB/s 0:00:00 (xfr#2, to-chk=253/255) |
3030 | 2024-03-28T07:48:42.798Z | out/ |
3031 | 2024-03-28T07:48:42.798Z | out/LOG |
3032 | 2024-03-28T07:48:42.798Z |
32,768 13% 103.56kB/s 0:00:01
236,947 100% 748.85kB/s 0:00:00 (xfr#3, to-chk=249/255) |
3033 | 2024-03-28T07:48:42.798Z | out/clickhouse.tar.gz |
3034 | 2024-03-28T07:48:43.188Z |
32,768 0% 103.56kB/s 0:37:12
231,182,479 100% 312.28MB/s 0:00:00 (xfr#4, to-chk=248/255) |
3035 | 2024-03-28T07:48:43.188Z | out/clickhouse_keeper.tar.gz |
3036 | 2024-03-28T07:48:43.669Z |
32,768 0% 45.26kB/s 1:25:06
126,124,032 54% 120.28MB/s 0:00:00
231,167,703 100% 185.73MB/s 0:00:01 (xfr#5, to-chk=247/255) |
3037 | 2024-03-28T07:48:43.669Z | out/cockroachdb.tar.gz |
3038 | 2024-03-28T07:48:43.946Z |
32,768 0% 170.21kB/s 0:12:23
126,669,519 100% 259.79MB/s 0:00:00 (xfr#6, to-chk=246/255) |
3039 | 2024-03-28T07:48:43.946Z | out/crucible-pantry-zone.tar.gz |
3040 | 2024-03-28T07:48:43.996Z |
32,768 0% 68.67kB/s 0:06:07
25,289,390 100% 46.83MB/s 0:00:00 (xfr#7, to-chk=245/255) |
3041 | 2024-03-28T07:48:43.996Z | out/crucible-zone.tar.gz |
3042 | 2024-03-28T07:48:44.081Z |
32,768 0% 62.14kB/s 0:09:54
36,994,036 100% 58.80MB/s 0:00:00 (xfr#8, to-chk=244/255) |
3043 | 2024-03-28T07:48:44.081Z | out/external-dns.tar.gz |
3044 | 2024-03-28T07:48:44.143Z |
32,768 0% 53.33kB/s 0:09:40
31,003,333 100% 44.66MB/s 0:00:00 (xfr#9, to-chk=243/255) |
3045 | 2024-03-28T07:48:44.143Z | out/internal-dns.tar.gz |
3046 | 2024-03-28T07:48:44.212Z |
32,768 0% 48.34kB/s 0:10:40
31,004,213 100% 40.45MB/s 0:00:00 (xfr#10, to-chk=242/255) |
3047 | 2024-03-28T07:48:44.212Z | out/mg-ddm-gz.tar |
3048 | 2024-03-28T07:48:44.648Z |
32,768 0% 43.78kB/s 0:28:33
45,907,968 61% 43.78MB/s 0:00:00
75,039,232 100% 61.32MB/s 0:00:01 (xfr#11, to-chk=241/255) |
3049 | 2024-03-28T07:48:44.648Z | out/nexus.tar.gz |
3050 | 2024-03-28T07:48:44.853Z |
32,768 0% 190.48kB/s 0:07:55
90,694,787 100% 231.89MB/s 0:00:00 (xfr#12, to-chk=240/255) |
3051 | 2024-03-28T07:48:44.853Z | out/ntp.tar.gz |
3052 | 2024-03-28T07:48:44.874Z |
32,768 0% 85.79kB/s 0:02:01
10,425,157 100% 25.30MB/s 0:00:00 (xfr#13, to-chk=239/255) |
3053 | 2024-03-28T07:48:44.874Z | out/omicron-gateway-softnpu.tar.gz |
3054 | 2024-03-28T07:48:44.903Z |
32,768 0% 81.22kB/s 0:03:23
16,522,803 100% 37.52MB/s 0:00:00 (xfr#14, to-chk=238/255) |
3055 | 2024-03-28T07:48:44.903Z | out/omicron-gateway.tar.gz |
3056 | 2024-03-28T07:48:44.927Z |
32,768 0% 76.19kB/s 0:03:36
16,517,040 100% 35.24MB/s 0:00:00 (xfr#15, to-chk=237/255) |
3057 | 2024-03-28T07:48:44.927Z | out/omicron-sled-agent.tar |
3058 | 2024-03-28T07:48:45.590Z |
32,768 0% 71.43kB/s 0:26:36
93,585,408 82% 89.25MB/s 0:00:00
114,088,960 100% 98.64MB/s 0:00:01 (xfr#16, to-chk=236/255) |
3059 | 2024-03-28T07:48:45.591Z | out/overlay.tar.gz |
3060 | 2024-03-28T07:48:45.614Z |
2,622 100% 24.62kB/s 0:00:00
2,622 100% 24.62kB/s 0:00:00 (xfr#17, to-chk=235/255) |
3061 | 2024-03-28T07:48:45.614Z | out/oximeter.tar.gz |
3062 | 2024-03-28T07:48:46.083Z |
32,768 0% 307.69kB/s 0:02:39
49,047,464 100% 227.06MB/s 0:00:00 (xfr#18, to-chk=234/255) |
3063 | 2024-03-28T07:48:46.083Z | out/oxlog.tar |
3064 | 2024-03-28T07:48:46.083Z |
32,768 0% 155.34kB/s 0:00:39
6,243,840 100% 24.21MB/s 0:00:00 (xfr#19, to-chk=233/255) |
3065 | 2024-03-28T07:48:46.083Z | out/probe.tar.gz |
3066 | 2024-03-28T07:48:46.083Z |
32,768 1% 130.08kB/s 0:00:21
2,829,470 100% 10.71MB/s 0:00:00 (xfr#20, to-chk=232/255) |
3067 | 2024-03-28T07:48:46.084Z | out/propolis-server.tar.gz |
3068 | 2024-03-28T07:48:46.084Z |
32,768 0% 126.48kB/s 0:08:44
66,360,059 100% 165.67MB/s 0:00:00 (xfr#21, to-chk=231/255) |
3069 | 2024-03-28T07:48:46.084Z | out/switch-softnpu.tar.gz |
3070 | 2024-03-28T07:48:46.271Z |
32,768 0% 83.77kB/s 0:42:29
213,610,870 100% 256.89MB/s 0:00:00 (xfr#22, to-chk=230/255) |
3071 | 2024-03-28T07:48:46.271Z | out/console-assets/ |
3072 | 2024-03-28T07:48:46.271Z | out/console-assets/VERSION |
3073 | 2024-03-28T07:48:46.272Z |
41 100% 0.05kB/s 0:00:00
41 100% 0.05kB/s 0:00:00 (xfr#23, to-chk=226/255) |
3074 | 2024-03-28T07:48:46.275Z | out/console-assets/index.html |
3075 | 2024-03-28T07:48:46.275Z |
466 100% 0.57kB/s 0:00:00
466 100% 0.57kB/s 0:00:00 (xfr#24, to-chk=225/255) |
3076 | 2024-03-28T07:48:46.275Z | out/console-assets/assets/ |
3077 | 2024-03-28T07:48:46.275Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
3078 | 2024-03-28T07:48:46.275Z |
32,768 70% 40.35kB/s 0:00:00
46,276 100% 56.99kB/s 0:00:00 (xfr#25, to-chk=223/255) |
3079 | 2024-03-28T07:48:46.276Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
3080 | 2024-03-28T07:48:46.276Z |
32,768 65% 40.35kB/s 0:00:00
50,032 100% 61.54kB/s 0:00:00 (xfr#26, to-chk=222/255) |
3081 | 2024-03-28T07:48:46.276Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
3082 | 2024-03-28T07:48:46.276Z |
32,768 55% 40.30kB/s 0:00:00
58,524 100% 71.98kB/s 0:00:00 (xfr#27, to-chk=221/255) |
3083 | 2024-03-28T07:48:46.276Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
3084 | 2024-03-28T07:48:46.276Z |
32,768 71% 40.30kB/s 0:00:00
46,060 100% 56.65kB/s 0:00:00 (xfr#28, to-chk=220/255) |
3085 | 2024-03-28T07:48:46.276Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
3086 | 2024-03-28T07:48:46.276Z |
21,937 100% 26.98kB/s 0:00:00
21,937 100% 26.98kB/s 0:00:00 (xfr#29, to-chk=219/255) |
3087 | 2024-03-28T07:48:46.276Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
3088 | 2024-03-28T07:48:46.276Z |
17,996 100% 22.13kB/s 0:00:00
17,996 100% 22.13kB/s 0:00:00 (xfr#30, to-chk=218/255) |
3089 | 2024-03-28T07:48:46.276Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
3090 | 2024-03-28T07:48:46.276Z |
21,890 100% 26.92kB/s 0:00:00
21,890 100% 26.92kB/s 0:00:00 (xfr#31, to-chk=217/255) |
3091 | 2024-03-28T07:48:46.276Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
3092 | 2024-03-28T07:48:46.276Z |
17,984 100% 22.12kB/s 0:00:00
17,984 100% 22.12kB/s 0:00:00 (xfr#32, to-chk=216/255) |
3093 | 2024-03-28T07:48:46.276Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
3094 | 2024-03-28T07:48:46.276Z |
21,123 100% 25.98kB/s 0:00:00
21,123 100% 25.98kB/s 0:00:00 (xfr#33, to-chk=215/255) |
3095 | 2024-03-28T07:48:46.276Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
3096 | 2024-03-28T07:48:46.276Z |
17,228 100% 21.16kB/s 0:00:00
17,228 100% 21.16kB/s 0:00:00 (xfr#34, to-chk=214/255) |
3097 | 2024-03-28T07:48:46.276Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
3098 | 2024-03-28T07:48:46.276Z |
18,448 100% 22.66kB/s 0:00:00
18,448 100% 22.66kB/s 0:00:00 (xfr#35, to-chk=213/255) |
3099 | 2024-03-28T07:48:46.277Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
3100 | 2024-03-28T07:48:46.277Z |
22,665 100% 27.84kB/s 0:00:00
22,665 100% 27.84kB/s 0:00:00 (xfr#36, to-chk=212/255) |
3101 | 2024-03-28T07:48:46.277Z | out/console-assets/assets/Terminal-MhI4tVax.js |
3102 | 2024-03-28T07:48:46.280Z |
32,768 11% 40.25kB/s 0:00:06
287,745 100% 352.57kB/s 0:00:00 (xfr#37, to-chk=211/255) |
3103 | 2024-03-28T07:48:46.280Z | out/console-assets/assets/Terminal-MhI4tVax.js.gz |
3104 | 2024-03-28T07:48:46.280Z |
32,768 45% 40.15kB/s 0:00:00
71,751 100% 87.92kB/s 0:00:00 (xfr#38, to-chk=210/255) |
3105 | 2024-03-28T07:48:46.280Z | out/console-assets/assets/Terminal-MhI4tVax.js.map |
3106 | 2024-03-28T07:48:46.280Z |
32,768 5% 40.15kB/s 0:00:13
590,398 100% 721.60kB/s 0:00:00 (xfr#39, to-chk=209/255) |
3107 | 2024-03-28T07:48:46.280Z | out/console-assets/assets/Terminal-MhI4tVax.js.map.gz |
3108 | 2024-03-28T07:48:46.280Z |
32,768 27% 40.05kB/s 0:00:02
118,340 100% 144.46kB/s 0:00:00 (xfr#40, to-chk=208/255) |
3109 | 2024-03-28T07:48:46.280Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js |
3110 | 2024-03-28T07:48:46.283Z |
32,768 8% 40.00kB/s 0:00:08
371,459 100% 452.31kB/s 0:00:00 (xfr#41, to-chk=207/255) |
3111 | 2024-03-28T07:48:46.283Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.gz |
3112 | 2024-03-28T07:48:46.284Z |
32,768 31% 39.85kB/s 0:00:01
103,751 100% 126.18kB/s 0:00:00 (xfr#42, to-chk=206/255) |
3113 | 2024-03-28T07:48:46.284Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.map |
3114 | 2024-03-28T07:48:46.289Z |
32,768 1% 39.85kB/s 0:00:40
1,659,324 100% 1.95MB/s 0:00:00 (xfr#43, to-chk=205/255) |
3115 | 2024-03-28T07:48:46.289Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.map.gz |
3116 | 2024-03-28T07:48:46.292Z |
32,768 8% 39.46kB/s 0:00:08
379,086 100% 455.91kB/s 0:00:00 (xfr#44, to-chk=204/255) |
3117 | 2024-03-28T07:48:46.292Z | out/console-assets/assets/app-UgyCDj6n.css |
3118 | 2024-03-28T07:48:46.292Z |
32,768 23% 39.41kB/s 0:00:02
138,220 100% 166.03kB/s 0:00:00 (xfr#45, to-chk=203/255) |
3119 | 2024-03-28T07:48:46.292Z | out/console-assets/assets/app-UgyCDj6n.css.gz |
3120 | 2024-03-28T07:48:46.292Z |
21,226 100% 25.50kB/s 0:00:00
21,226 100% 25.50kB/s 0:00:00 (xfr#46, to-chk=202/255) |
3121 | 2024-03-28T07:48:46.292Z | out/console-assets/assets/app-oDC708oE.js |
3122 | 2024-03-28T07:48:46.297Z |
32,768 3% 39.36kB/s 0:00:26
1,090,115 100% 1.27MB/s 0:00:00 (xfr#47, to-chk=201/255) |
3123 | 2024-03-28T07:48:46.297Z | out/console-assets/assets/app-oDC708oE.js.gz |
3124 | 2024-03-28T07:48:46.300Z |
32,768 9% 39.07kB/s 0:00:07
336,276 100% 400.48kB/s 0:00:00 (xfr#48, to-chk=200/255) |
3125 | 2024-03-28T07:48:46.300Z | out/console-assets/assets/app-oDC708oE.js.map |
3126 | 2024-03-28T07:48:46.325Z |
32,768 0% 39.02kB/s 0:02:13
5,242,661 100% 5.90MB/s 0:00:00 (xfr#49, to-chk=199/255) |
3127 | 2024-03-28T07:48:46.325Z | out/console-assets/assets/app-oDC708oE.js.map.gz |
3128 | 2024-03-28T07:48:46.328Z |
32,768 2% 37.78kB/s 0:00:31
1,239,845 100% 1.39MB/s 0:00:00 (xfr#50, to-chk=198/255) |
3129 | 2024-03-28T07:48:46.328Z | out/console-assets/assets/favicon-WELtHcTG.svg |
3130 | 2024-03-28T07:48:46.328Z |
761 100% 0.88kB/s 0:00:00
761 100% 0.88kB/s 0:00:00 (xfr#51, to-chk=197/255) |
3131 | 2024-03-28T07:48:46.328Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
3132 | 2024-03-28T07:48:46.328Z |
1,327 100% 1.53kB/s 0:00:00
1,327 100% 1.53kB/s 0:00:00 (xfr#52, to-chk=196/255) |
3133 | 2024-03-28T07:48:46.328Z | out/console-assets/assets/og-preview-image.webp |
3134 | 2024-03-28T07:48:46.328Z |
32,768 36% 37.69kB/s 0:00:01
89,880 100% 103.26kB/s 0:00:00 (xfr#53, to-chk=195/255) |
3135 | 2024-03-28T07:48:46.328Z | out/console-assets/assets/oxide-hero-rack-hMCZGwQc.webp |
3136 | 2024-03-28T07:48:46.334Z |
32,768 9% 37.65kB/s 0:00:08
352,484 100% 404.49kB/s 0:00:00 (xfr#54, to-chk=194/255) |
3137 | 2024-03-28T07:48:46.334Z | out/manifest-cache/ |
3138 | 2024-03-28T07:48:46.334Z | out/manifest-cache/clickhouse.tar.gz.json |
3139 | 2024-03-28T07:48:46.334Z |
780 100% 0.90kB/s 0:00:00
780 100% 0.90kB/s 0:00:00 (xfr#55, to-chk=193/255) |
3140 | 2024-03-28T07:48:46.334Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
3141 | 2024-03-28T07:48:46.334Z |
801 100% 0.92kB/s 0:00:00
801 100% 0.92kB/s 0:00:00 (xfr#56, to-chk=192/255) |
3142 | 2024-03-28T07:48:46.334Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
3143 | 2024-03-28T07:48:46.334Z |
2,958 100% 3.39kB/s 0:00:00
2,958 100% 3.39kB/s 0:00:00 (xfr#57, to-chk=191/255) |
3144 | 2024-03-28T07:48:46.334Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
3145 | 2024-03-28T07:48:46.334Z |
2,946 100% 3.38kB/s 0:00:00
2,946 100% 3.38kB/s 0:00:00 (xfr#58, to-chk=190/255) |
3146 | 2024-03-28T07:48:46.334Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
3147 | 2024-03-28T07:48:46.334Z |
32,768 59% 37.60kB/s 0:00:00
54,966 100% 63.08kB/s 0:00:00 (xfr#59, to-chk=189/255) |
3148 | 2024-03-28T07:48:46.334Z | out/manifest-cache/cockroachdb.tar.gz.json |
3149 | 2024-03-28T07:48:46.334Z |
787 100% 0.90kB/s 0:00:00
787 100% 0.90kB/s 0:00:00 (xfr#60, to-chk=188/255) |
3150 | 2024-03-28T07:48:46.334Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
3151 | 2024-03-28T07:48:46.334Z |
662 100% 0.76kB/s 0:00:00
662 100% 0.76kB/s 0:00:00 (xfr#61, to-chk=187/255) |
3152 | 2024-03-28T07:48:46.334Z | out/manifest-cache/crucible-zone.tar.gz.json |
3153 | 2024-03-28T07:48:46.334Z |
641 100% 0.74kB/s 0:00:00
641 100% 0.74kB/s 0:00:00 (xfr#62, to-chk=186/255) |
3154 | 2024-03-28T07:48:46.334Z | out/manifest-cache/dns-server.tar.gz.json |
3155 | 2024-03-28T07:48:46.335Z |
942 100% 1.08kB/s 0:00:00
942 100% 1.08kB/s 0:00:00 (xfr#63, to-chk=185/255) |
3156 | 2024-03-28T07:48:46.335Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
3157 | 2024-03-28T07:48:46.335Z |
1,132 100% 1.30kB/s 0:00:00
1,132 100% 1.30kB/s 0:00:00 (xfr#64, to-chk=184/255) |
3158 | 2024-03-28T07:48:46.335Z | out/manifest-cache/external-dns.tar.gz.json |
3159 | 2024-03-28T07:48:46.335Z |
934 100% 1.07kB/s 0:00:00
934 100% 1.07kB/s 0:00:00 (xfr#65, to-chk=183/255) |
3160 | 2024-03-28T07:48:46.335Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
3161 | 2024-03-28T07:48:46.335Z |
752 100% 0.86kB/s 0:00:00
752 100% 0.86kB/s 0:00:00 (xfr#66, to-chk=182/255) |
3162 | 2024-03-28T07:48:46.335Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
3163 | 2024-03-28T07:48:46.335Z |
1,132 100% 1.30kB/s 0:00:00
1,132 100% 1.30kB/s 0:00:00 (xfr#67, to-chk=181/255) |
3164 | 2024-03-28T07:48:46.335Z | out/manifest-cache/internal-dns.tar.gz.json |
3165 | 2024-03-28T07:48:46.335Z |
791 100% 0.91kB/s 0:00:00
791 100% 0.91kB/s 0:00:00 (xfr#68, to-chk=180/255) |
3166 | 2024-03-28T07:48:46.335Z | out/manifest-cache/logadm.tar.gz.json |
3167 | 2024-03-28T07:48:46.335Z |
1,044 100% 1.20kB/s 0:00:00
1,044 100% 1.20kB/s 0:00:00 (xfr#69, to-chk=179/255) |
3168 | 2024-03-28T07:48:46.335Z | out/manifest-cache/nexus.tar.gz.json |
3169 | 2024-03-28T07:48:46.335Z |
773 100% 0.89kB/s 0:00:00
773 100% 0.89kB/s 0:00:00 (xfr#70, to-chk=178/255) |
3170 | 2024-03-28T07:48:46.335Z | out/manifest-cache/ntp-svc.tar.gz.json |
3171 | 2024-03-28T07:48:46.335Z |
2,228 100% 2.56kB/s 0:00:00
2,228 100% 2.56kB/s 0:00:00 (xfr#71, to-chk=177/255) |
3172 | 2024-03-28T07:48:46.335Z | out/manifest-cache/ntp.tar.gz.json |
3173 | 2024-03-28T07:48:46.335Z |
763 100% 0.88kB/s 0:00:00
763 100% 0.88kB/s 0:00:00 (xfr#72, to-chk=176/255) |
3174 | 2024-03-28T07:48:46.335Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
3175 | 2024-03-28T07:48:46.335Z |
1,462 100% 1.68kB/s 0:00:00
1,462 100% 1.68kB/s 0:00:00 (xfr#73, to-chk=175/255) |
3176 | 2024-03-28T07:48:46.336Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
3177 | 2024-03-28T07:48:46.336Z |
545 100% 0.63kB/s 0:00:00
545 100% 0.63kB/s 0:00:00 (xfr#74, to-chk=174/255) |
3178 | 2024-03-28T07:48:46.336Z | out/manifest-cache/omicron-gateway.tar.gz.json |
3179 | 2024-03-28T07:48:46.336Z |
703 100% 0.81kB/s 0:00:00
703 100% 0.81kB/s 0:00:00 (xfr#75, to-chk=173/255) |
3180 | 2024-03-28T07:48:46.336Z | out/manifest-cache/omicron-nexus.tar.gz.json |
3181 | 2024-03-28T07:48:46.336Z |
32,768 45% 37.56kB/s 0:00:01
71,925 100% 82.44kB/s 0:00:00 (xfr#76, to-chk=172/255) |
3182 | 2024-03-28T07:48:46.336Z | out/manifest-cache/omicron-omdb.tar.gz.json |
3183 | 2024-03-28T07:48:46.336Z |
702 100% 0.80kB/s 0:00:00
702 100% 0.80kB/s 0:00:00 (xfr#77, to-chk=171/255) |
3184 | 2024-03-28T07:48:46.336Z | out/manifest-cache/omicron-sled-agent.tar.json |
3185 | 2024-03-28T07:48:46.336Z |
1,510 100% 1.73kB/s 0:00:00
1,510 100% 1.73kB/s 0:00:00 (xfr#78, to-chk=170/255) |
3186 | 2024-03-28T07:48:46.336Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
3187 | 2024-03-28T07:48:46.336Z |
883 100% 1.01kB/s 0:00:00
883 100% 1.01kB/s 0:00:00 (xfr#79, to-chk=169/255) |
3188 | 2024-03-28T07:48:46.336Z | out/manifest-cache/overlay.tar.gz.json |
3189 | 2024-03-28T07:48:46.336Z |
473 100% 0.54kB/s 0:00:00
473 100% 0.54kB/s 0:00:00 (xfr#80, to-chk=168/255) |
3190 | 2024-03-28T07:48:46.336Z | out/manifest-cache/oximeter-collector.tar.gz.json |
3191 | 2024-03-28T07:48:46.336Z |
18,311 100% 20.99kB/s 0:00:00
18,311 100% 20.99kB/s 0:00:00 (xfr#81, to-chk=167/255) |
3192 | 2024-03-28T07:48:46.336Z | out/manifest-cache/oximeter.tar.gz.json |
3193 | 2024-03-28T07:48:46.336Z |
641 100% 0.73kB/s 0:00:00
641 100% 0.73kB/s 0:00:00 (xfr#82, to-chk=166/255) |
3194 | 2024-03-28T07:48:46.336Z | out/manifest-cache/oxlog.tar.json |
3195 | 2024-03-28T07:48:46.336Z |
321 100% 0.37kB/s 0:00:00
321 100% 0.37kB/s 0:00:00 (xfr#83, to-chk=165/255) |
3196 | 2024-03-28T07:48:46.336Z | out/manifest-cache/probe.tar.gz.json |
3197 | 2024-03-28T07:48:46.337Z |
346 100% 0.40kB/s 0:00:00
346 100% 0.40kB/s 0:00:00 (xfr#84, to-chk=164/255) |
3198 | 2024-03-28T07:48:46.337Z | out/manifest-cache/profile.tar.gz.json |
3199 | 2024-03-28T07:48:46.337Z |
838 100% 0.96kB/s 0:00:00
838 100% 0.96kB/s 0:00:00 (xfr#85, to-chk=163/255) |
3200 | 2024-03-28T07:48:46.337Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
3201 | 2024-03-28T07:48:46.337Z |
357 100% 0.41kB/s 0:00:00
357 100% 0.41kB/s 0:00:00 (xfr#86, to-chk=162/255) |
3202 | 2024-03-28T07:48:46.337Z | out/manifest-cache/sp-sim.tar.gz.json |
3203 | 2024-03-28T07:48:46.337Z |
1,549 100% 1.78kB/s 0:00:00
1,549 100% 1.78kB/s 0:00:00 (xfr#87, to-chk=161/255) |
3204 | 2024-03-28T07:48:46.337Z | out/manifest-cache/switch-softnpu.tar.gz.json |
3205 | 2024-03-28T07:48:46.337Z |
1,566 100% 1.79kB/s 0:00:00
1,566 100% 1.79kB/s 0:00:00 (xfr#88, to-chk=160/255) |
3206 | 2024-03-28T07:48:46.337Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
3207 | 2024-03-28T07:48:46.337Z |
10,790 100% 12.37kB/s 0:00:00
10,790 100% 12.37kB/s 0:00:00 (xfr#89, to-chk=159/255) |
3208 | 2024-03-28T07:48:46.337Z | out/manifest-cache/wicket.tar.gz.json |
3209 | 2024-03-28T07:48:46.337Z |
1,084 100% 1.24kB/s 0:00:00
1,084 100% 1.24kB/s 0:00:00 (xfr#90, to-chk=158/255) |
3210 | 2024-03-28T07:48:46.337Z | out/manifest-cache/wicketd.tar.gz.json |
3211 | 2024-03-28T07:48:46.337Z |
1,560 100% 1.79kB/s 0:00:00
1,560 100% 1.79kB/s 0:00:00 (xfr#91, to-chk=157/255) |
3212 | 2024-03-28T07:48:46.337Z | out/manifest-cache/zone-network-install.tar.gz.json |
3213 | 2024-03-28T07:48:46.337Z |
877 100% 1.01kB/s 0:00:00
877 100% 1.01kB/s 0:00:00 (xfr#92, to-chk=156/255) |
3214 | 2024-03-28T07:48:46.337Z | out/manifest-cache/zone-network-setup.tar.gz.json |
3215 | 2024-03-28T07:48:46.337Z |
772 100% 0.88kB/s 0:00:00
772 100% 0.88kB/s 0:00:00 (xfr#93, to-chk=155/255) |
3216 | 2024-03-28T07:48:46.337Z | out/target/ |
3217 | 2024-03-28T07:48:46.337Z | out/target/active -> default |
3218 | 2024-03-28T07:48:46.338Z | out/target/default |
3219 | 2024-03-28T07:48:46.338Z |
74 100% 0.08kB/s 0:00:00
74 100% 0.08kB/s 0:00:00 (xfr#94, to-chk=153/255) |
3220 | 2024-03-28T07:48:46.338Z | smf/ |
3221 | 2024-03-28T07:48:46.338Z | smf/clickhouse/ |
3222 | 2024-03-28T07:48:46.338Z | smf/clickhouse/config_replica.xml |
3223 | 2024-03-28T07:48:46.338Z |
2,728 100% 3.13kB/s 0:00:00
2,728 100% 3.13kB/s 0:00:00 (xfr#95, to-chk=133/255) |
3224 | 2024-03-28T07:48:46.338Z | smf/clickhouse/manifest.xml |
3225 | 2024-03-28T07:48:46.338Z |
1,494 100% 1.71kB/s 0:00:00
1,494 100% 1.71kB/s 0:00:00 (xfr#96, to-chk=132/255) |
3226 | 2024-03-28T07:48:46.338Z | smf/clickhouse/method_script.sh |
3227 | 2024-03-28T07:48:46.338Z |
5,330 100% 6.11kB/s 0:00:00
5,330 100% 6.11kB/s 0:00:00 (xfr#97, to-chk=131/255) |
3228 | 2024-03-28T07:48:46.338Z | smf/clickhouse_keeper/ |
3229 | 2024-03-28T07:48:46.338Z | smf/clickhouse_keeper/keeper_config.xml |
3230 | 2024-03-28T07:48:46.338Z |
1,460 100% 1.67kB/s 0:00:00
1,460 100% 1.67kB/s 0:00:00 (xfr#98, to-chk=130/255) |
3231 | 2024-03-28T07:48:46.338Z | smf/clickhouse_keeper/manifest.xml |
3232 | 2024-03-28T07:48:46.338Z |
1,534 100% 1.76kB/s 0:00:00
1,534 100% 1.76kB/s 0:00:00 (xfr#99, to-chk=129/255) |
3233 | 2024-03-28T07:48:46.338Z | smf/clickhouse_keeper/method_script.sh |
3234 | 2024-03-28T07:48:46.338Z |
4,324 100% 4.95kB/s 0:00:00
4,324 100% 4.95kB/s 0:00:00 (xfr#100, to-chk=128/255) |
3235 | 2024-03-28T07:48:46.338Z | smf/cockroachdb/ |
3236 | 2024-03-28T07:48:46.343Z | smf/cockroachdb/manifest.xml |
3237 | 2024-03-28T07:48:46.343Z |
1,667 100% 1.91kB/s 0:00:00
1,667 100% 1.91kB/s 0:00:00 (xfr#101, to-chk=127/255) |
3238 | 2024-03-28T07:48:46.343Z | smf/cockroachdb/method_script.sh |
3239 | 2024-03-28T07:48:46.343Z |
1,030 100% 1.18kB/s 0:00:00
1,030 100% 1.18kB/s 0:00:00 (xfr#102, to-chk=126/255) |
3240 | 2024-03-28T07:48:46.343Z | smf/external-dns/ |
3241 | 2024-03-28T07:48:46.343Z | smf/external-dns/config.toml |
3242 | 2024-03-28T07:48:46.344Z |
353 100% 0.40kB/s 0:00:00
353 100% 0.40kB/s 0:00:00 (xfr#103, to-chk=125/255) |
3243 | 2024-03-28T07:48:46.344Z | smf/external-dns/manifest.xml |
3244 | 2024-03-28T07:48:46.344Z |
1,805 100% 2.07kB/s 0:00:00
1,805 100% 2.07kB/s 0:00:00 (xfr#104, to-chk=124/255) |
3245 | 2024-03-28T07:48:46.344Z | smf/installinator/ |
3246 | 2024-03-28T07:48:46.344Z | smf/installinator/manifest.xml |
3247 | 2024-03-28T07:48:46.344Z |
2,149 100% 2.46kB/s 0:00:00
2,149 100% 2.46kB/s 0:00:00 (xfr#105, to-chk=123/255) |
3248 | 2024-03-28T07:48:46.344Z | smf/internal-dns/ |
3249 | 2024-03-28T07:48:46.344Z | smf/internal-dns/config.toml |
3250 | 2024-03-28T07:48:46.344Z |
353 100% 0.40kB/s 0:00:00
353 100% 0.40kB/s 0:00:00 (xfr#106, to-chk=122/255) |
3251 | 2024-03-28T07:48:46.344Z | smf/internal-dns/manifest.xml |
3252 | 2024-03-28T07:48:46.344Z |
1,618 100% 1.85kB/s 0:00:00
1,618 100% 1.85kB/s 0:00:00 (xfr#107, to-chk=121/255) |
3253 | 2024-03-28T07:48:46.344Z | smf/logadm/ |
3254 | 2024-03-28T07:48:46.344Z | smf/logadm/crontab.root |
3255 | 2024-03-28T07:48:46.344Z |
30 100% 0.03kB/s 0:00:00
30 100% 0.03kB/s 0:00:00 (xfr#108, to-chk=120/255) |
3256 | 2024-03-28T07:48:46.344Z | smf/logadm/logadm.conf |
3257 | 2024-03-28T07:48:46.344Z |
2,553 100% 2.92kB/s 0:00:00
2,553 100% 2.92kB/s 0:00:00 (xfr#109, to-chk=119/255) |
3258 | 2024-03-28T07:48:46.344Z | smf/mgs-sim/ |
3259 | 2024-03-28T07:48:46.344Z | smf/mgs-sim/config.toml |
3260 | 2024-03-28T07:48:46.345Z |
3,534 100% 4.05kB/s 0:00:00
3,534 100% 4.05kB/s 0:00:00 (xfr#110, to-chk=118/255) |
3261 | 2024-03-28T07:48:46.345Z | smf/mgs/ |
3262 | 2024-03-28T07:48:46.345Z | smf/mgs/config.toml |
3263 | 2024-03-28T07:48:46.345Z |
9,085 100% 10.40kB/s 0:00:00
9,085 100% 10.40kB/s 0:00:00 (xfr#111, to-chk=117/255) |
3264 | 2024-03-28T07:48:46.345Z | smf/mgs/manifest.xml |
3265 | 2024-03-28T07:48:46.345Z |
2,474 100% 2.83kB/s 0:00:00
2,474 100% 2.83kB/s 0:00:00 (xfr#112, to-chk=116/255) |
3266 | 2024-03-28T07:48:46.345Z | smf/nexus/ |
3267 | 2024-03-28T07:48:46.345Z | smf/nexus/manifest.xml |
3268 | 2024-03-28T07:48:46.345Z |
1,987 100% 2.27kB/s 0:00:00
1,987 100% 2.27kB/s 0:00:00 (xfr#113, to-chk=115/255) |
3269 | 2024-03-28T07:48:46.345Z | smf/nexus/multi-sled/ |
3270 | 2024-03-28T07:48:46.345Z | smf/nexus/multi-sled/config-partial.toml |
3271 | 2024-03-28T07:48:46.345Z |
1,997 100% 2.29kB/s 0:00:00
1,997 100% 2.29kB/s 0:00:00 (xfr#114, to-chk=112/255) |
3272 | 2024-03-28T07:48:46.345Z | smf/nexus/single-sled/ |
3273 | 2024-03-28T07:48:46.345Z | smf/nexus/single-sled/config-partial.toml |
3274 | 2024-03-28T07:48:46.345Z |
1,993 100% 2.28kB/s 0:00:00
1,993 100% 2.28kB/s 0:00:00 (xfr#115, to-chk=111/255) |
3275 | 2024-03-28T07:48:46.345Z | smf/ntp/ |
3276 | 2024-03-28T07:48:46.345Z | smf/ntp/etc/ |
3277 | 2024-03-28T07:48:46.346Z | smf/ntp/etc/inet/ |
3278 | 2024-03-28T07:48:46.346Z | smf/ntp/etc/inet/chrony.conf.boundary |
3279 | 2024-03-28T07:48:46.346Z |
881 100% 1.01kB/s 0:00:00
881 100% 1.01kB/s 0:00:00 (xfr#116, to-chk=105/255) |
3280 | 2024-03-28T07:48:46.346Z | smf/ntp/etc/inet/chrony.conf.internal |
3281 | 2024-03-28T07:48:46.346Z |
1,108 100% 1.27kB/s 0:00:00
1,108 100% 1.27kB/s 0:00:00 (xfr#117, to-chk=104/255) |
3282 | 2024-03-28T07:48:46.346Z | smf/ntp/etc/logadm.d/ |
3283 | 2024-03-28T07:48:46.346Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
3284 | 2024-03-28T07:48:46.346Z |
135 100% 0.15kB/s 0:00:00
135 100% 0.15kB/s 0:00:00 (xfr#118, to-chk=103/255) |
3285 | 2024-03-28T07:48:46.346Z | smf/ntp/manifest/ |
3286 | 2024-03-28T07:48:46.346Z | smf/ntp/manifest/manifest.xml |
3287 | 2024-03-28T07:48:46.346Z |
3,336 100% 3.82kB/s 0:00:00
3,336 100% 3.82kB/s 0:00:00 (xfr#119, to-chk=102/255) |
3288 | 2024-03-28T07:48:46.346Z | smf/ntp/method/ |
3289 | 2024-03-28T07:48:46.346Z | smf/ntp/method/svc-site-ntp |
3290 | 2024-03-28T07:48:46.346Z |
3,211 100% 3.68kB/s 0:00:00
3,211 100% 3.68kB/s 0:00:00 (xfr#120, to-chk=101/255) |
3291 | 2024-03-28T07:48:46.346Z | smf/opte-interface-setup/ |
3292 | 2024-03-28T07:48:46.346Z | smf/opte-interface-setup/manifest.xml |
3293 | 2024-03-28T07:48:46.346Z |
1,638 100% 1.88kB/s 0:00:00
1,638 100% 1.88kB/s 0:00:00 (xfr#121, to-chk=100/255) |
3294 | 2024-03-28T07:48:46.347Z | smf/oximeter/ |
3295 | 2024-03-28T07:48:46.347Z | smf/oximeter/config.toml |
3296 | 2024-03-28T07:48:46.347Z |
205 100% 0.23kB/s 0:00:00
205 100% 0.23kB/s 0:00:00 (xfr#122, to-chk=99/255) |
3297 | 2024-03-28T07:48:46.347Z | smf/oximeter/manifest.xml |
3298 | 2024-03-28T07:48:46.347Z |
1,770 100% 2.03kB/s 0:00:00
1,770 100% 2.03kB/s 0:00:00 (xfr#123, to-chk=98/255) |
3299 | 2024-03-28T07:48:46.347Z | smf/profile/ |
3300 | 2024-03-28T07:48:46.347Z | smf/profile/bashrc |
3301 | 2024-03-28T07:48:46.347Z |
925 100% 1.06kB/s 0:00:00
925 100% 1.06kB/s 0:00:00 (xfr#124, to-chk=97/255) |
3302 | 2024-03-28T07:48:46.347Z | smf/profile/profile |
3303 | 2024-03-28T07:48:46.347Z |
554 100% 0.63kB/s 0:00:00
554 100% 0.63kB/s 0:00:00 (xfr#125, to-chk=96/255) |
3304 | 2024-03-28T07:48:46.347Z | smf/sled-agent/ |
3305 | 2024-03-28T07:48:46.347Z | smf/sled-agent/manifest.xml |
3306 | 2024-03-28T07:48:46.347Z |
2,373 100% 2.72kB/s 0:00:00
2,373 100% 2.72kB/s 0:00:00 (xfr#126, to-chk=95/255) |
3307 | 2024-03-28T07:48:46.347Z | smf/sled-agent/gimlet-standalone/ |
3308 | 2024-03-28T07:48:46.347Z | smf/sled-agent/gimlet-standalone/README.md |
3309 | 2024-03-28T07:48:46.347Z |
114 100% 0.13kB/s 0:00:00
114 100% 0.13kB/s 0:00:00 (xfr#127, to-chk=91/255) |
3310 | 2024-03-28T07:48:46.347Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
3311 | 2024-03-28T07:48:46.347Z |
6,611 100% 7.56kB/s 0:00:00
6,611 100% 7.56kB/s 0:00:00 (xfr#128, to-chk=90/255) |
3312 | 2024-03-28T07:48:46.347Z | smf/sled-agent/gimlet-standalone/config.toml |
3313 | 2024-03-28T07:48:46.347Z |
1,800 100% 2.06kB/s 0:00:00
1,800 100% 2.06kB/s 0:00:00 (xfr#129, to-chk=89/255) |
3314 | 2024-03-28T07:48:46.347Z | smf/sled-agent/gimlet/ |
3315 | 2024-03-28T07:48:46.348Z | smf/sled-agent/gimlet/README.md |
3316 | 2024-03-28T07:48:46.348Z |
54 100% 0.06kB/s 0:00:00
54 100% 0.06kB/s 0:00:00 (xfr#130, to-chk=88/255) |
3317 | 2024-03-28T07:48:46.348Z | smf/sled-agent/gimlet/config.toml |
3318 | 2024-03-28T07:48:46.348Z |
1,657 100% 1.89kB/s 0:00:00
1,657 100% 1.89kB/s 0:00:00 (xfr#131, to-chk=87/255) |
3319 | 2024-03-28T07:48:46.348Z | smf/sled-agent/non-gimlet/ |
3320 | 2024-03-28T07:48:46.348Z | smf/sled-agent/non-gimlet/README.md |
3321 | 2024-03-28T07:48:46.348Z |
105 100% 0.12kB/s 0:00:00
105 100% 0.12kB/s 0:00:00 (xfr#132, to-chk=86/255) |
3322 | 2024-03-28T07:48:46.348Z | smf/sled-agent/non-gimlet/config-rss.toml |
3323 | 2024-03-28T07:48:46.348Z |
1,947 100% 2.23kB/s 0:00:00
1,947 100% 2.23kB/s 0:00:00 (xfr#133, to-chk=85/255) |
3324 | 2024-03-28T07:48:46.348Z | smf/sled-agent/non-gimlet/config.toml |
3325 | 2024-03-28T07:48:46.348Z |
2,906 100% 3.32kB/s 0:00:00
2,906 100% 3.32kB/s 0:00:00 (xfr#134, to-chk=84/255) |
3326 | 2024-03-28T07:48:46.348Z | smf/sp-sim/ |
3327 | 2024-03-28T07:48:46.348Z | smf/sp-sim/config.toml |
3328 | 2024-03-28T07:48:46.348Z |
2,604 100% 2.98kB/s 0:00:00
2,604 100% 2.98kB/s 0:00:00 (xfr#135, to-chk=83/255) |
3329 | 2024-03-28T07:48:46.348Z | smf/sp-sim/manifest.xml |
3330 | 2024-03-28T07:48:46.348Z |
1,271 100% 1.45kB/s 0:00:00
1,271 100% 1.45kB/s 0:00:00 (xfr#136, to-chk=82/255) |
3331 | 2024-03-28T07:48:46.348Z | smf/switch_zone_setup/ |
3332 | 2024-03-28T07:48:46.348Z | smf/switch_zone_setup/manifest.xml |
3333 | 2024-03-28T07:48:46.348Z |
1,061 100% 1.21kB/s 0:00:00
1,061 100% 1.21kB/s 0:00:00 (xfr#137, to-chk=81/255) |
3334 | 2024-03-28T07:48:46.348Z | smf/switch_zone_setup/support_authorized_keys |
3335 | 2024-03-28T07:48:46.348Z |
1,284 100% 1.47kB/s 0:00:00
1,284 100% 1.47kB/s 0:00:00 (xfr#138, to-chk=80/255) |
3336 | 2024-03-28T07:48:46.354Z | smf/switch_zone_setup/switch_zone_setup |
3337 | 2024-03-28T07:48:46.354Z |
1,041 100% 1.19kB/s 0:00:00
1,041 100% 1.19kB/s 0:00:00 (xfr#139, to-chk=79/255) |
3338 | 2024-03-28T07:48:46.354Z | smf/wicketd/ |
3339 | 2024-03-28T07:48:46.354Z | smf/wicketd/config.toml |
3340 | 2024-03-28T07:48:46.354Z |
104 100% 0.12kB/s 0:00:00
104 100% 0.12kB/s 0:00:00 (xfr#140, to-chk=78/255) |
3341 | 2024-03-28T07:48:46.354Z | smf/wicketd/manifest.xml |
3342 | 2024-03-28T07:48:46.354Z |
2,954 100% 3.38kB/s 0:00:00
2,954 100% 3.38kB/s 0:00:00 (xfr#141, to-chk=77/255) |
3343 | 2024-03-28T07:48:46.354Z | smf/zone-network-setup/ |
3344 | 2024-03-28T07:48:46.354Z | smf/zone-network-setup/manifest.xml |
3345 | 2024-03-28T07:48:46.354Z |
1,614 100% 1.85kB/s 0:00:00
1,614 100% 1.85kB/s 0:00:00 (xfr#142, to-chk=76/255) |
3346 | 2024-03-28T07:48:46.354Z | tools/ |
3347 | 2024-03-28T07:48:46.354Z | tools/README.adoc |
3348 | 2024-03-28T07:48:46.354Z |
3,558 100% 4.07kB/s 0:00:00
3,558 100% 4.07kB/s 0:00:00 (xfr#143, to-chk=75/255) |
3349 | 2024-03-28T07:48:46.354Z | tools/build-global-zone-packages.sh |
3350 | 2024-03-28T07:48:46.354Z |
2,388 100% 2.73kB/s 0:00:00
2,388 100% 2.73kB/s 0:00:00 (xfr#144, to-chk=74/255) |
3351 | 2024-03-28T07:48:46.355Z | tools/build-host-image.sh |
3352 | 2024-03-28T07:48:46.355Z |
2,971 100% 3.40kB/s 0:00:00
2,971 100% 3.40kB/s 0:00:00 (xfr#145, to-chk=73/255) |
3353 | 2024-03-28T07:48:46.355Z | tools/build-trampoline-global-zone-packages.sh |
3354 | 2024-03-28T07:48:46.355Z |
1,878 100% 2.15kB/s 0:00:00
1,878 100% 2.15kB/s 0:00:00 (xfr#146, to-chk=72/255) |
3355 | 2024-03-28T07:48:46.355Z | tools/ci_check_opte_ver.sh |
3356 | 2024-03-28T07:48:46.355Z |
2,770 100% 3.17kB/s 0:00:00
2,770 100% 3.17kB/s 0:00:00 (xfr#147, to-chk=71/255) |
3357 | 2024-03-28T07:48:46.355Z | tools/ci_download_clickhouse |
3358 | 2024-03-28T07:48:46.355Z |
3,631 100% 4.15kB/s 0:00:00
3,631 100% 4.15kB/s 0:00:00 (xfr#148, to-chk=70/255) |
3359 | 2024-03-28T07:48:46.355Z | tools/ci_download_cockroachdb |
3360 | 2024-03-28T07:48:46.355Z |
4,292 100% 4.91kB/s 0:00:00
4,292 100% 4.91kB/s 0:00:00 (xfr#149, to-chk=69/255) |
3361 | 2024-03-28T07:48:46.355Z | tools/ci_download_console |
3362 | 2024-03-28T07:48:46.355Z |
1,991 100% 2.28kB/s 0:00:00
1,991 100% 2.28kB/s 0:00:00 (xfr#150, to-chk=68/255) |
3363 | 2024-03-28T07:48:46.355Z | tools/ci_download_dendrite_openapi |
3364 | 2024-03-28T07:48:46.355Z |
1,719 100% 1.97kB/s 0:00:00
1,719 100% 1.97kB/s 0:00:00 (xfr#151, to-chk=67/255) |
3365 | 2024-03-28T07:48:46.355Z | tools/ci_download_dendrite_stub |
3366 | 2024-03-28T07:48:46.355Z |
4,229 100% 4.83kB/s 0:00:00
4,229 100% 4.83kB/s 0:00:00 (xfr#152, to-chk=66/255) |
3367 | 2024-03-28T07:48:46.355Z | tools/ci_download_maghemite_mgd |
3368 | 2024-03-28T07:48:46.355Z |
3,650 100% 4.17kB/s 0:00:00
3,650 100% 4.17kB/s 0:00:00 (xfr#153, to-chk=65/255) |
3369 | 2024-03-28T07:48:46.355Z | tools/ci_download_maghemite_openapi |
3370 | 2024-03-28T07:48:46.355Z |
1,989 100% 2.27kB/s 0:00:00
1,989 100% 2.27kB/s 0:00:00 (xfr#154, to-chk=64/255) |
3371 | 2024-03-28T07:48:46.355Z | tools/ci_download_softnpu_machinery |
3372 | 2024-03-28T07:48:46.356Z |
668 100% 0.76kB/s 0:00:00
668 100% 0.76kB/s 0:00:00 (xfr#155, to-chk=63/255) |
3373 | 2024-03-28T07:48:46.356Z | tools/ci_download_thundermuffin |
3374 | 2024-03-28T07:48:46.356Z |
3,237 100% 3.70kB/s 0:00:00
3,237 100% 3.70kB/s 0:00:00 (xfr#156, to-chk=62/255) |
3375 | 2024-03-28T07:48:46.356Z | tools/ci_download_transceiver_control |
3376 | 2024-03-28T07:48:46.356Z |
3,415 100% 3.90kB/s 0:00:00
3,415 100% 3.90kB/s 0:00:00 (xfr#157, to-chk=61/255) |
3377 | 2024-03-28T07:48:46.356Z | tools/clickhouse_checksums |
3378 | 2024-03-28T07:48:46.356Z |
153 100% 0.17kB/s 0:00:00
153 100% 0.17kB/s 0:00:00 (xfr#158, to-chk=60/255) |
3379 | 2024-03-28T07:48:46.356Z | tools/clickhouse_version |
3380 | 2024-03-28T07:48:46.356Z |
11 100% 0.01kB/s 0:00:00
11 100% 0.01kB/s 0:00:00 (xfr#159, to-chk=59/255) |
3381 | 2024-03-28T07:48:46.356Z | tools/cockroachdb_checksums |
3382 | 2024-03-28T07:48:46.356Z |
258 100% 0.29kB/s 0:00:00
258 100% 0.29kB/s 0:00:00 (xfr#160, to-chk=58/255) |
3383 | 2024-03-28T07:48:46.356Z | tools/cockroachdb_version |
3384 | 2024-03-28T07:48:46.356Z |
8 100% 0.01kB/s 0:00:00
8 100% 0.01kB/s 0:00:00 (xfr#161, to-chk=57/255) |
3385 | 2024-03-28T07:48:46.356Z | tools/console_version |
3386 | 2024-03-28T07:48:46.356Z |
122 100% 0.14kB/s 0:00:00
122 100% 0.14kB/s 0:00:00 (xfr#162, to-chk=56/255) |
3387 | 2024-03-28T07:48:46.356Z | tools/create_gimlet_virtual_hardware.sh |
3388 | 2024-03-28T07:48:46.356Z |
936 100% 1.07kB/s 0:00:00
936 100% 1.07kB/s 0:00:00 (xfr#163, to-chk=55/255) |
3389 | 2024-03-28T07:48:46.356Z | tools/create_scrimlet_virtual_hardware.sh |
3390 | 2024-03-28T07:48:46.356Z |
2,014 100% 2.30kB/s 0:00:00
2,014 100% 2.30kB/s 0:00:00 (xfr#164, to-chk=54/255) |
3391 | 2024-03-28T07:48:46.356Z | tools/create_self_signed_cert.sh |
3392 | 2024-03-28T07:48:46.356Z |
685 100% 0.78kB/s 0:00:00
685 100% 0.78kB/s 0:00:00 (xfr#165, to-chk=53/255) |
3393 | 2024-03-28T07:48:46.357Z | tools/create_virtual_hardware.sh |
3394 | 2024-03-28T07:48:46.357Z |
3,184 100% 3.64kB/s 0:00:00
3,184 100% 3.64kB/s 0:00:00 (xfr#166, to-chk=52/255) |
3395 | 2024-03-28T07:48:46.357Z | tools/delete-reservoir.sh |
3396 | 2024-03-28T07:48:46.357Z |
136 100% 0.16kB/s 0:00:00
136 100% 0.16kB/s 0:00:00 (xfr#167, to-chk=51/255) |
3397 | 2024-03-28T07:48:46.357Z | tools/dendrite_openapi_version |
3398 | 2024-03-28T07:48:46.357Z |
122 100% 0.14kB/s 0:00:00
122 100% 0.14kB/s 0:00:00 (xfr#168, to-chk=50/255) |
3399 | 2024-03-28T07:48:46.357Z | tools/dendrite_stub_checksums |
3400 | 2024-03-28T07:48:46.357Z |
267 100% 0.30kB/s 0:00:00
267 100% 0.30kB/s 0:00:00 (xfr#169, to-chk=49/255) |
3401 | 2024-03-28T07:48:46.357Z | tools/destroy_gimlet_virtual_hardware.sh |
3402 | 2024-03-28T07:48:46.357Z |
888 100% 1.01kB/s 0:00:00
888 100% 1.01kB/s 0:00:00 (xfr#170, to-chk=48/255) |
3403 | 2024-03-28T07:48:46.357Z | tools/destroy_scrimlet_virtual_hardware.sh |
3404 | 2024-03-28T07:48:46.357Z |
1,147 100% 1.31kB/s 0:00:00
1,147 100% 1.31kB/s 0:00:00 (xfr#171, to-chk=47/255) |
3405 | 2024-03-28T07:48:46.357Z | tools/destroy_virtual_hardware.sh |
3406 | 2024-03-28T07:48:46.357Z |
2,227 100% 2.54kB/s 0:00:00
2,227 100% 2.54kB/s 0:00:00 (xfr#172, to-chk=46/255) |
3407 | 2024-03-28T07:48:46.357Z | tools/dvt_dock_version |
3408 | 2024-03-28T07:48:46.357Z |
48 100% 0.05kB/s 0:00:00
48 100% 0.05kB/s 0:00:00 (xfr#173, to-chk=45/255) |
3409 | 2024-03-28T07:48:46.357Z | tools/ensure_buildomat_artifact.sh |
3410 | 2024-03-28T07:48:46.357Z |
3,759 100% 4.29kB/s 0:00:00
3,759 100% 4.29kB/s 0:00:00 (xfr#174, to-chk=44/255) |
3411 | 2024-03-28T07:48:46.357Z | tools/generate-nexus-api.sh |
3412 | 2024-03-28T07:48:46.357Z |
174 100% 0.20kB/s 0:00:00
174 100% 0.20kB/s 0:00:00 (xfr#175, to-chk=43/255) |
3413 | 2024-03-28T07:48:46.357Z | tools/generate-sled-agent-api.sh |
3414 | 2024-03-28T07:48:46.358Z |
161 100% 0.18kB/s 0:00:00
161 100% 0.18kB/s 0:00:00 (xfr#176, to-chk=42/255) |
3415 | 2024-03-28T07:48:46.358Z | tools/generate-wicketd-api.sh |
3416 | 2024-03-28T07:48:46.358Z |
75 100% 0.09kB/s 0:00:00
75 100% 0.09kB/s 0:00:00 (xfr#177, to-chk=41/255) |
3417 | 2024-03-28T07:48:46.358Z | tools/hubris_checksums |
3418 | 2024-03-28T07:48:46.358Z |
852 100% 0.97kB/s 0:00:00
852 100% 0.97kB/s 0:00:00 (xfr#178, to-chk=40/255) |
3419 | 2024-03-28T07:48:46.358Z | tools/hubris_version |
3420 | 2024-03-28T07:48:46.358Z |
50 100% 0.06kB/s 0:00:00
50 100% 0.06kB/s 0:00:00 (xfr#179, to-chk=39/255) |
3421 | 2024-03-28T07:48:46.358Z | tools/install_builder_prerequisites.sh |
3422 | 2024-03-28T07:48:46.358Z |
7,537 100% 8.61kB/s 0:00:00
7,537 100% 8.61kB/s 0:00:00 (xfr#180, to-chk=38/255) |
3423 | 2024-03-28T07:48:46.358Z | tools/install_opte.sh |
3424 | 2024-03-28T07:48:46.358Z |
3,755 100% 4.28kB/s 0:00:00
3,755 100% 4.28kB/s 0:00:00 (xfr#181, to-chk=37/255) |
3425 | 2024-03-28T07:48:46.358Z | tools/install_prerequisites.sh |
3426 | 2024-03-28T07:48:46.358Z |
255 100% 0.29kB/s 0:00:00
255 100% 0.29kB/s 0:00:00 (xfr#182, to-chk=36/255) |
3427 | 2024-03-28T07:48:46.358Z | tools/install_runner_prerequisites.sh |
3428 | 2024-03-28T07:48:46.358Z |
4,154 100% 4.74kB/s 0:00:00
4,154 100% 4.74kB/s 0:00:00 (xfr#183, to-chk=35/255) |
3429 | 2024-03-28T07:48:46.358Z | tools/maghemite_ddm_openapi_version |
3430 | 2024-03-28T07:48:46.358Z |
122 100% 0.14kB/s 0:00:00
122 100% 0.14kB/s 0:00:00 (xfr#184, to-chk=34/255) |
3431 | 2024-03-28T07:48:46.358Z | tools/maghemite_mg_openapi_version |
3432 | 2024-03-28T07:48:46.358Z |
122 100% 0.14kB/s 0:00:00
122 100% 0.14kB/s 0:00:00 (xfr#185, to-chk=33/255) |
3433 | 2024-03-28T07:48:46.358Z | tools/maghemite_mgd_checksums |
3434 | 2024-03-28T07:48:46.358Z |
163 100% 0.19kB/s 0:00:00
163 100% 0.19kB/s 0:00:00 (xfr#186, to-chk=32/255) |
3435 | 2024-03-28T07:48:46.359Z | tools/opte_version |
3436 | 2024-03-28T07:48:46.363Z |
9 100% 0.01kB/s 0:00:00
9 100% 0.01kB/s 0:00:00 (xfr#187, to-chk=31/255) |
3437 | 2024-03-28T07:48:46.363Z | tools/opte_version_override |
3438 | 2024-03-28T07:48:46.363Z |
142 100% 0.16kB/s 0:00:00
142 100% 0.16kB/s 0:00:00 (xfr#188, to-chk=30/255) |
3439 | 2024-03-28T07:48:46.363Z | tools/renovate-post-upgrade.sh |
3440 | 2024-03-28T07:48:46.363Z |
1,705 100% 1.95kB/s 0:00:00
1,705 100% 1.95kB/s 0:00:00 (xfr#189, to-chk=29/255) |
3441 | 2024-03-28T07:48:46.363Z | tools/thundermuffin_checksums |
3442 | 2024-03-28T07:48:46.363Z |
79 100% 0.09kB/s 0:00:00
79 100% 0.09kB/s 0:00:00 (xfr#190, to-chk=28/255) |
3443 | 2024-03-28T07:48:46.363Z | tools/thundermuffin_version |
3444 | 2024-03-28T07:48:46.363Z |
50 100% 0.06kB/s 0:00:00
50 100% 0.06kB/s 0:00:00 (xfr#191, to-chk=27/255) |
3445 | 2024-03-28T07:48:46.363Z | tools/transceiver_control_version |
3446 | 2024-03-28T07:48:46.363Z |
137 100% 0.16kB/s 0:00:00
137 100% 0.16kB/s 0:00:00 (xfr#192, to-chk=26/255) |
3447 | 2024-03-28T07:48:46.363Z | tools/uninstall_opte.sh |
3448 | 2024-03-28T07:48:46.363Z |
6,514 100% 7.43kB/s 0:00:00
6,514 100% 7.43kB/s 0:00:00 (xfr#193, to-chk=25/255) |
3449 | 2024-03-28T07:48:46.363Z | tools/update_crucible.sh |
3450 | 2024-03-28T07:48:46.363Z |
1,093 100% 1.25kB/s 0:00:00
1,093 100% 1.25kB/s 0:00:00 (xfr#194, to-chk=24/255) |
3451 | 2024-03-28T07:48:46.363Z | tools/update_dendrite.sh |
3452 | 2024-03-28T07:48:46.363Z |
2,333 100% 2.66kB/s 0:00:00
2,333 100% 2.66kB/s 0:00:00 (xfr#195, to-chk=23/255) |
3453 | 2024-03-28T07:48:46.363Z | tools/update_helpers.sh |
3454 | 2024-03-28T07:48:46.363Z |
3,831 100% 4.37kB/s 0:00:00
3,831 100% 4.37kB/s 0:00:00 (xfr#196, to-chk=22/255) |
3455 | 2024-03-28T07:48:46.364Z | tools/update_lldp.sh |
3456 | 2024-03-28T07:48:46.364Z |
1,000 100% 1.14kB/s 0:00:00
1,000 100% 1.14kB/s 0:00:00 (xfr#197, to-chk=21/255) |
3457 | 2024-03-28T07:48:46.364Z | tools/update_maghemite.sh |
3458 | 2024-03-28T07:48:46.364Z |
939 100% 1.07kB/s 0:00:00
939 100% 1.07kB/s 0:00:00 (xfr#198, to-chk=20/255) |
3459 | 2024-03-28T07:48:46.364Z | tools/update_propolis.sh |
3460 | 2024-03-28T07:48:46.364Z |
1,050 100% 1.20kB/s 0:00:00
1,050 100% 1.20kB/s 0:00:00 (xfr#199, to-chk=19/255) |
3461 | 2024-03-28T07:48:46.364Z | tools/update_transceiver_control.sh |
3462 | 2024-03-28T07:48:46.364Z |
1,374 100% 1.57kB/s 0:00:00
1,374 100% 1.57kB/s 0:00:00 (xfr#200, to-chk=18/255) |
3463 | 2024-03-28T07:48:46.364Z | tools/virtual_hardware.sh |
3464 | 2024-03-28T07:48:46.364Z |
3,429 100% 3.91kB/s 0:00:00
3,429 100% 3.91kB/s 0:00:00 (xfr#201, to-chk=17/255) |
3465 | 2024-03-28T07:48:46.364Z | tools/dtrace/ |
3466 | 2024-03-28T07:48:46.364Z | tools/dtrace/aggregate-query-latency.d |
3467 | 2024-03-28T07:48:46.364Z |
780 100% 0.89kB/s 0:00:00
780 100% 0.89kB/s 0:00:00 (xfr#202, to-chk=11/255) |
3468 | 2024-03-28T07:48:46.364Z | tools/dtrace/slowest-queries.d |
3469 | 2024-03-28T07:48:46.364Z |
1,077 100% 1.23kB/s 0:00:00
1,077 100% 1.23kB/s 0:00:00 (xfr#203, to-chk=10/255) |
3470 | 2024-03-28T07:48:46.364Z | tools/dtrace/trace-db-queries.d |
3471 | 2024-03-28T07:48:46.364Z |
811 100% 0.93kB/s 0:00:00
811 100% 0.93kB/s 0:00:00 (xfr#204, to-chk=9/255) |
3472 | 2024-03-28T07:48:46.364Z | tools/include/ |
3473 | 2024-03-28T07:48:46.364Z | tools/include/force-git-over-https.sh |
3474 | 2024-03-28T07:48:46.364Z |
940 100% 1.07kB/s 0:00:00
940 100% 1.07kB/s 0:00:00 (xfr#205, to-chk=8/255) |
3475 | 2024-03-28T07:48:46.364Z | tools/populate/ |
3476 | 2024-03-28T07:48:46.365Z | tools/populate/populate-alpine.sh |
3477 | 2024-03-28T07:48:46.365Z |
788 100% 0.90kB/s 0:00:00
788 100% 0.90kB/s 0:00:00 (xfr#206, to-chk=7/255) |
3478 | 2024-03-28T07:48:46.365Z | tools/populate/populate-images.sh |
3479 | 2024-03-28T07:48:46.365Z |
2,571 100% 2.93kB/s 0:00:00
2,571 100% 2.93kB/s 0:00:00 (xfr#207, to-chk=6/255) |
3480 | 2024-03-28T07:48:46.365Z | tools/reflector/ |
3481 | 2024-03-28T07:48:46.365Z | tools/reflector/helpers.sh |
3482 | 2024-03-28T07:48:46.365Z |
4,652 100% 5.31kB/s 0:00:00
4,652 100% 5.31kB/s 0:00:00 (xfr#208, to-chk=5/255) |
3483 | 2024-03-28T07:48:46.365Z | tools/scrimlet/ |
3484 | 2024-03-28T07:48:46.365Z | tools/scrimlet/create-softnpu-zone.sh |
3485 | 2024-03-28T07:48:46.365Z |
627 100% 0.72kB/s 0:00:00
627 100% 0.72kB/s 0:00:00 (xfr#209, to-chk=4/255) |
3486 | 2024-03-28T07:48:46.365Z | tools/scrimlet/destroy-softnpu-zone.sh |
3487 | 2024-03-28T07:48:46.365Z |
203 100% 0.23kB/s 0:00:00
203 100% 0.23kB/s 0:00:00 (xfr#210, to-chk=3/255) |
3488 | 2024-03-28T07:48:46.365Z | tools/scrimlet/softnpu-init.sh |
3489 | 2024-03-28T07:48:46.365Z |
2,157 100% 2.46kB/s 0:00:00
2,157 100% 2.46kB/s 0:00:00 (xfr#211, to-chk=2/255) |
3490 | 2024-03-28T07:48:46.365Z | tools/scrimlet/softnpu-zone.txt |
3491 | 2024-03-28T07:48:46.365Z |
330 100% 0.38kB/s 0:00:00
330 100% 0.38kB/s 0:00:00 (xfr#212, to-chk=1/255) |
3492 | 2024-03-28T07:48:46.365Z | tools/scrimlet/softnpu.toml |
3493 | 2024-03-28T07:48:46.365Z |
171 100% 0.19kB/s 0:00:00
171 100% 0.19kB/s 0:00:00 (xfr#213, to-chk=0/255) |
3494 | 2024-03-28T07:48:46.386Z | + banner G1 |
3495 | 2024-03-28T07:48:46.389Z | ##### # |
3496 | 2024-03-28T07:48:46.389Z | # # ## |
3497 | 2024-03-28T07:48:46.389Z | # # # |
3498 | 2024-03-28T07:48:46.389Z | # #### # |
3499 | 2024-03-28T07:48:46.389Z | # # # |
3500 | 2024-03-28T07:48:46.389Z | # # # |
3501 | 2024-03-28T07:48:46.390Z | ##### ##### |
3502 | 2024-03-28T07:48:46.390Z | |
3503 | 2024-03-28T07:48:46.390Z | + . config/build-g1.sh |
3504 | 2024-03-28T07:48:46.390Z | ++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml |
3505 | 2024-03-28T07:48:46.393Z | ++ cp config/g1-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
3506 | 2024-03-28T07:48:46.396Z | ++ cp -r cargo-bay/tools cargo-bay/g1/ |
3507 | 2024-03-28T07:48:46.399Z | ++ cd /work/oxidecomputer/omicron |
3508 | 2024-03-28T07:48:46.399Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
3509 | 2024-03-28T07:48:47.213Z | Finished release [optimized] target(s) in 0.76s |
3510 | 2024-03-28T07:48:47.235Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
3511 | 2024-03-28T07:48:47.256Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
3512 | 2024-03-28T07:48:47.260Z | Created new build target 'default' and set it as active |
3513 | 2024-03-28T07:48:47.260Z | ++ cargo run --release --bin omicron-package -- package |
3514 | 2024-03-28T07:48:47.977Z | Finished release [optimized] target(s) in 0.67s |
3515 | 2024-03-28T07:48:47.999Z | Running `target/release/omicron-package package` |
3516 | 2024-03-28T07:48:48.032Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
3517 | 2024-03-28T07:48:48.830Z | Finished release [optimized] target(s) in 0.74s |
3518 | 2024-03-28T07:48:51.415Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
3519 | 2024-03-28T07:48:51.415Z | ++ rm -rf cargo-bay/g1/omicron |
3520 | 2024-03-28T07:48:51.424Z | ++ mkdir -p cargo-bay/g1/omicron |
3521 | 2024-03-28T07:48:51.424Z | ++ rsync --delete -Paz /work/oxidecomputer/omicron/tools /work/oxidecomputer/omicron/out /work/oxidecomputer/omicron/smf /work/oxidecomputer/omicron/target/release/omicron-package /work/oxidecomputer/omicron/package-manifest.toml --exclude out/downloads --exclude out/clickhouse --exclude out/cockroachdb --exclude out/dendrite-stub --exclude out/mgd --exclude out/thundermuffin --exclude out/transceiver-control --exclude out/omicron-nexus.tar.gz --exclude out/oximeter-collector.tar.gz --exclude out/oximeter-collector.tar.gz --exclude out/clickhouse_svc.tar.gz --exclude out/clickhouse_keeper_svc.tar.gz --exclude out/cockroachdb-service.tar.gz --exclude out/internal-dns-cli.tar.gz --exclude out/dns-server.tar.gz --exclude out/internal-dns-customizations.tar.gz --exclude out/external-dns-customizations.tar.gz --exclude out/ntp-svc.tar.gz --exclude out/mgs.tar.gz --exclude out/omicron-gateway-asic-customizations.tar.gz --exclude out/omicron-gateway-stub-customizations.tar.gz --exclude out/omicron-gateway-softnpu-customizations.tar.gz --exclude out/wicketd.tar.gz --exclude out/wicket.tar.gz --exclude out/switch_zone_setup.tar.gz --exclude out/sp-sim.tar.gz --exclude out/sp-sim-stub.tar.gz --exclude out/sp-sim-softnpu.tar.gz --exclude out/crucible.tar.gz --exclude out/crucible-pantry.tar.gz --exclude out/mg-ddm.tar.gz --exclude out/mgd.tar.gz --exclude out/lldp.tar.gz --exclude out/dendrite-stub.tar.gz --exclude out/dendrite-asic.tar.gz --exclude out/dendrite-softnpu.tar.gz --exclude out/xcvradm.tar.gz --exclude out/thundermuffin.tar.gz --exclude out/zone-network-install.tar.gz --exclude out/zone-network-setup.tar.gz --exclude out/opte-interface-setup.tar.gz --exclude out/omicron-omdb.tar.gz --exclude out/logadm.tar.gz --exclude out/profile.tar.gz --exclude '*.p5p' cargo-bay/g1/omicron/ |
3522 | 2024-03-28T07:48:51.424Z | sending incremental file list |
3523 | 2024-03-28T07:48:51.427Z | omicron-package |
3524 | 2024-03-28T07:48:51.624Z |
32,768 0% 0.00kB/s 0:00:00
40,138,496 100% 194.15MB/s 0:00:00 (xfr#1, to-chk=253/254) |
3525 | 2024-03-28T07:48:51.624Z | package-manifest.toml |
3526 | 2024-03-28T07:48:51.628Z |
26,511 100% 131.42kB/s 0:00:00
26,511 100% 131.42kB/s 0:00:00 (xfr#2, to-chk=252/254) |
3527 | 2024-03-28T07:48:51.628Z | out/ |
3528 | 2024-03-28T07:48:51.628Z | out/LOG |
3529 | 2024-03-28T07:48:51.628Z |
32,768 78% 162.44kB/s 0:00:00
41,921 100% 207.81kB/s 0:00:00 (xfr#3, to-chk=248/254) |
3530 | 2024-03-28T07:48:51.628Z | out/clickhouse.tar.gz |
3531 | 2024-03-28T07:48:52.091Z |
32,768 0% 162.44kB/s 0:23:43
231,182,479 100% 332.04MB/s 0:00:00 (xfr#4, to-chk=247/254) |
3532 | 2024-03-28T07:48:52.091Z | out/clickhouse_keeper.tar.gz |
3533 | 2024-03-28T07:48:52.587Z |
32,768 0% 48.19kB/s 1:19:56
154,435,584 66% 147.28MB/s 0:00:00
231,167,703 100% 190.05MB/s 0:00:01 (xfr#5, to-chk=246/254) |
3534 | 2024-03-28T07:48:52.588Z | out/cockroachdb.tar.gz |
3535 | 2024-03-28T07:48:52.875Z |
32,768 0% 198.76kB/s 0:10:37
126,669,519 100% 270.86MB/s 0:00:00 (xfr#6, to-chk=245/254) |
3536 | 2024-03-28T07:48:52.876Z | out/crucible-pantry-zone.tar.gz |
3537 | 2024-03-28T07:48:52.927Z |
32,768 0% 71.75kB/s 0:05:52
25,289,390 100% 48.72MB/s 0:00:00 (xfr#7, to-chk=244/254) |
3538 | 2024-03-28T07:48:52.927Z | out/crucible-zone.tar.gz |
3539 | 2024-03-28T07:48:52.996Z |
32,768 0% 64.52kB/s 0:09:32
36,994,036 100% 62.00MB/s 0:00:00 (xfr#8, to-chk=243/254) |
3540 | 2024-03-28T07:48:52.996Z | out/external-dns.tar.gz |
3541 | 2024-03-28T07:48:53.057Z |
32,768 0% 56.24kB/s 0:09:10
31,003,333 100% 46.86MB/s 0:00:00 (xfr#9, to-chk=242/254) |
3542 | 2024-03-28T07:48:53.057Z | out/internal-dns.tar.gz |
3543 | 2024-03-28T07:48:53.120Z |
32,768 0% 50.71kB/s 0:10:10
31,004,213 100% 42.61MB/s 0:00:00 (xfr#10, to-chk=241/254) |
3544 | 2024-03-28T07:48:53.120Z | out/mg-ddm-gz.tar |
3545 | 2024-03-28T07:48:53.558Z |
32,768 0% 46.11kB/s 0:27:06
52,035,584 69% 49.62MB/s 0:00:00
75,039,232 100% 63.22MB/s 0:00:01 (xfr#11, to-chk=240/254) |
3546 | 2024-03-28T07:48:53.558Z | out/nexus.tar.gz |
3547 | 2024-03-28T07:48:53.746Z |
32,768 0% 240.60kB/s 0:06:16
90,694,787 100% 270.29MB/s 0:00:00 (xfr#12, to-chk=239/254) |
3548 | 2024-03-28T07:48:53.746Z | out/ntp.tar.gz |
3549 | 2024-03-28T07:48:54.175Z |
32,768 0% 100.00kB/s 0:01:43
10,425,157 100% 29.16MB/s 0:00:00 (xfr#13, to-chk=238/254) |
3550 | 2024-03-28T07:48:54.175Z | out/omicron-gateway-softnpu.tar.gz |
3551 | 2024-03-28T07:48:54.183Z |
32,768 0% 93.84kB/s 0:02:55
16,522,803 100% 42.70MB/s 0:00:00 (xfr#14, to-chk=237/254) |
3552 | 2024-03-28T07:48:54.184Z | out/omicron-gateway.tar.gz |
3553 | 2024-03-28T07:48:54.184Z |
32,768 0% 86.72kB/s 0:03:10
16,517,040 100% 39.78MB/s 0:00:00 (xfr#15, to-chk=236/254) |
3554 | 2024-03-28T07:48:54.184Z | out/omicron-sled-agent.tar |
3555 | 2024-03-28T07:48:54.646Z |
32,768 0% 80.81kB/s 0:23:31
114,086,400 100% 109.90MB/s 0:00:00 (xfr#16, to-chk=235/254) |
3556 | 2024-03-28T07:48:54.646Z | out/overlay.tar.gz |
3557 | 2024-03-28T07:48:54.646Z |
2,622 100% 2.59kB/s 0:00:00
2,622 100% 2.59kB/s 0:00:00 (xfr#17, to-chk=234/254) |
3558 | 2024-03-28T07:48:54.646Z | out/oximeter.tar.gz |
3559 | 2024-03-28T07:48:54.646Z |
32,768 0% 32.32kB/s 0:25:16
4,063,232 8% 3.88MB/s 0:00:11
49,047,464 100% 43.35MB/s 0:00:01 (xfr#18, to-chk=233/254) |
3560 | 2024-03-28T07:48:54.646Z | out/oxlog.tar |
3561 | 2024-03-28T07:48:54.646Z |
32,768 0% 395.06kB/s 0:00:15
6,243,840 100% 50.04MB/s 0:00:00 (xfr#19, to-chk=232/254) |
3562 | 2024-03-28T07:48:54.646Z | out/probe.tar.gz |
3563 | 2024-03-28T07:48:54.646Z |
32,768 1% 268.91kB/s 0:00:10
2,829,470 100% 21.76MB/s 0:00:00 (xfr#20, to-chk=231/254) |
3564 | 2024-03-28T07:48:54.646Z | out/propolis-server.tar.gz |
3565 | 2024-03-28T07:48:54.659Z |
32,768 0% 258.06kB/s 0:04:17
66,360,059 100% 269.30MB/s 0:00:00 (xfr#21, to-chk=230/254) |
3566 | 2024-03-28T07:48:54.659Z | out/switch-softnpu.tar.gz |
3567 | 2024-03-28T07:48:55.047Z |
32,768 0% 136.17kB/s 0:26:08
213,610,870 100% 329.10MB/s 0:00:00 (xfr#22, to-chk=229/254) |
3568 | 2024-03-28T07:48:55.047Z | out/console-assets/ |
3569 | 2024-03-28T07:48:55.047Z | out/console-assets/VERSION |
3570 | 2024-03-28T07:48:55.047Z |
41 100% 0.06kB/s 0:00:00
41 100% 0.06kB/s 0:00:00 (xfr#23, to-chk=225/254) |
3571 | 2024-03-28T07:48:55.047Z | out/console-assets/index.html |
3572 | 2024-03-28T07:48:55.047Z |
466 100% 0.74kB/s 0:00:00
466 100% 0.74kB/s 0:00:00 (xfr#24, to-chk=224/254) |
3573 | 2024-03-28T07:48:55.047Z | out/console-assets/assets/ |
3574 | 2024-03-28T07:48:55.047Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
3575 | 2024-03-28T07:48:55.053Z |
32,768 70% 51.70kB/s 0:00:00
46,276 100% 73.01kB/s 0:00:00 (xfr#25, to-chk=222/254) |
3576 | 2024-03-28T07:48:55.053Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
3577 | 2024-03-28T07:48:55.053Z |
32,768 65% 51.70kB/s 0:00:00
50,032 100% 78.93kB/s 0:00:00 (xfr#26, to-chk=221/254) |
3578 | 2024-03-28T07:48:55.053Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
3579 | 2024-03-28T07:48:55.053Z |
32,768 55% 51.61kB/s 0:00:00
58,524 100% 92.18kB/s 0:00:00 (xfr#27, to-chk=220/254) |
3580 | 2024-03-28T07:48:55.053Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
3581 | 2024-03-28T07:48:55.053Z |
32,768 71% 51.61kB/s 0:00:00
46,060 100% 72.55kB/s 0:00:00 (xfr#28, to-chk=219/254) |
3582 | 2024-03-28T07:48:55.054Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
3583 | 2024-03-28T07:48:55.054Z |
21,937 100% 34.55kB/s 0:00:00
21,937 100% 34.55kB/s 0:00:00 (xfr#29, to-chk=218/254) |
3584 | 2024-03-28T07:48:55.054Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
3585 | 2024-03-28T07:48:55.054Z |
17,996 100% 28.35kB/s 0:00:00
17,996 100% 28.35kB/s 0:00:00 (xfr#30, to-chk=217/254) |
3586 | 2024-03-28T07:48:55.054Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
3587 | 2024-03-28T07:48:55.054Z |
21,890 100% 34.48kB/s 0:00:00
21,890 100% 34.48kB/s 0:00:00 (xfr#31, to-chk=216/254) |
3588 | 2024-03-28T07:48:55.054Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
3589 | 2024-03-28T07:48:55.054Z |
17,984 100% 28.33kB/s 0:00:00
17,984 100% 28.33kB/s 0:00:00 (xfr#32, to-chk=215/254) |
3590 | 2024-03-28T07:48:55.054Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
3591 | 2024-03-28T07:48:55.054Z |
21,123 100% 33.27kB/s 0:00:00
21,123 100% 33.27kB/s 0:00:00 (xfr#33, to-chk=214/254) |
3592 | 2024-03-28T07:48:55.054Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
3593 | 2024-03-28T07:48:55.054Z |
17,228 100% 27.14kB/s 0:00:00
17,228 100% 27.09kB/s 0:00:00 (xfr#34, to-chk=213/254) |
3594 | 2024-03-28T07:48:55.054Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
3595 | 2024-03-28T07:48:55.054Z |
18,448 100% 29.01kB/s 0:00:00
18,448 100% 29.01kB/s 0:00:00 (xfr#35, to-chk=212/254) |
3596 | 2024-03-28T07:48:55.054Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
3597 | 2024-03-28T07:48:55.054Z |
22,665 100% 35.64kB/s 0:00:00
22,665 100% 35.64kB/s 0:00:00 (xfr#36, to-chk=211/254) |
3598 | 2024-03-28T07:48:55.054Z | out/console-assets/assets/Terminal-MhI4tVax.js |
3599 | 2024-03-28T07:48:55.054Z |
32,768 11% 51.53kB/s 0:00:04
287,745 100% 451.04kB/s 0:00:00 (xfr#37, to-chk=210/254) |
3600 | 2024-03-28T07:48:55.054Z | out/console-assets/assets/Terminal-MhI4tVax.js.gz |
3601 | 2024-03-28T07:48:55.054Z |
32,768 45% 51.36kB/s 0:00:00
71,751 100% 112.47kB/s 0:00:00 (xfr#38, to-chk=209/254) |
3602 | 2024-03-28T07:48:55.055Z | out/console-assets/assets/Terminal-MhI4tVax.js.map |
3603 | 2024-03-28T07:48:55.055Z |
32,768 5% 51.36kB/s 0:00:10
590,398 100% 922.50kB/s 0:00:00 (xfr#39, to-chk=208/254) |
3604 | 2024-03-28T07:48:55.055Z | out/console-assets/assets/Terminal-MhI4tVax.js.map.gz |
3605 | 2024-03-28T07:48:55.055Z |
32,768 27% 51.20kB/s 0:00:01
118,340 100% 184.61kB/s 0:00:00 (xfr#40, to-chk=207/254) |
3606 | 2024-03-28T07:48:55.055Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js |
3607 | 2024-03-28T07:48:55.058Z |
32,768 8% 51.12kB/s 0:00:06
371,459 100% 577.63kB/s 0:00:00 (xfr#41, to-chk=206/254) |
3608 | 2024-03-28T07:48:55.058Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.gz |
3609 | 2024-03-28T07:48:55.059Z |
32,768 31% 50.96kB/s 0:00:01
103,751 100% 161.34kB/s 0:00:00 (xfr#42, to-chk=205/254) |
3610 | 2024-03-28T07:48:55.059Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.map |
3611 | 2024-03-28T07:48:55.063Z |
32,768 1% 50.87kB/s 0:00:31
1,659,324 100% 2.49MB/s 0:00:00 (xfr#43, to-chk=204/254) |
3612 | 2024-03-28T07:48:55.063Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.map.gz |
3613 | 2024-03-28T07:48:55.063Z |
32,768 8% 50.31kB/s 0:00:06
379,086 100% 581.16kB/s 0:00:00 (xfr#44, to-chk=203/254) |
3614 | 2024-03-28T07:48:55.063Z | out/console-assets/assets/app-UgyCDj6n.css |
3615 | 2024-03-28T07:48:55.069Z |
32,768 23% 50.24kB/s 0:00:02
138,220 100% 211.57kB/s 0:00:00 (xfr#45, to-chk=202/254) |
3616 | 2024-03-28T07:48:55.069Z | out/console-assets/assets/app-UgyCDj6n.css.gz |
3617 | 2024-03-28T07:48:55.069Z |
21,226 100% 32.49kB/s 0:00:00
21,226 100% 32.49kB/s 0:00:00 (xfr#46, to-chk=201/254) |
3618 | 2024-03-28T07:48:55.069Z | out/console-assets/assets/app-oDC708oE.js |
3619 | 2024-03-28T07:48:55.073Z |
32,768 3% 50.16kB/s 0:00:21
1,090,115 100% 1.61MB/s 0:00:00 (xfr#47, to-chk=200/254) |
3620 | 2024-03-28T07:48:55.073Z | out/console-assets/assets/app-oDC708oE.js.gz |
3621 | 2024-03-28T07:48:55.073Z |
32,768 9% 49.61kB/s 0:00:06
336,276 100% 508.35kB/s 0:00:00 (xfr#48, to-chk=199/254) |
3622 | 2024-03-28T07:48:55.073Z | out/console-assets/assets/app-oDC708oE.js.map |
3623 | 2024-03-28T07:48:55.097Z |
32,768 0% 49.54kB/s 0:01:45
5,242,661 100% 7.44MB/s 0:00:00 (xfr#49, to-chk=198/254) |
3624 | 2024-03-28T07:48:55.097Z | out/console-assets/assets/app-oDC708oE.js.map.gz |
3625 | 2024-03-28T07:48:55.104Z |
32,768 2% 47.62kB/s 0:00:25
1,239,845 100% 1.75MB/s 0:00:00 (xfr#50, to-chk=197/254) |
3626 | 2024-03-28T07:48:55.104Z | out/console-assets/assets/favicon-WELtHcTG.svg |
3627 | 2024-03-28T07:48:55.104Z |
761 100% 1.10kB/s 0:00:00
761 100% 1.10kB/s 0:00:00 (xfr#51, to-chk=196/254) |
3628 | 2024-03-28T07:48:55.104Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
3629 | 2024-03-28T07:48:55.104Z |
1,327 100% 1.92kB/s 0:00:00
1,327 100% 1.92kB/s 0:00:00 (xfr#52, to-chk=195/254) |
3630 | 2024-03-28T07:48:55.104Z | out/console-assets/assets/og-preview-image.webp |
3631 | 2024-03-28T07:48:55.104Z |
32,768 36% 47.41kB/s 0:00:01
89,880 100% 130.03kB/s 0:00:00 (xfr#53, to-chk=194/254) |
3632 | 2024-03-28T07:48:55.104Z | out/console-assets/assets/oxide-hero-rack-hMCZGwQc.webp |
3633 | 2024-03-28T07:48:55.104Z |
32,768 9% 47.41kB/s 0:00:06
352,484 100% 509.21kB/s 0:00:00 (xfr#54, to-chk=193/254) |
3634 | 2024-03-28T07:48:55.104Z | out/manifest-cache/ |
3635 | 2024-03-28T07:48:55.105Z | out/manifest-cache/clickhouse.tar.gz.json |
3636 | 2024-03-28T07:48:55.105Z |
780 100% 1.13kB/s 0:00:00
780 100% 1.13kB/s 0:00:00 (xfr#55, to-chk=192/254) |
3637 | 2024-03-28T07:48:55.105Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
3638 | 2024-03-28T07:48:55.105Z |
801 100% 1.16kB/s 0:00:00
801 100% 1.16kB/s 0:00:00 (xfr#56, to-chk=191/254) |
3639 | 2024-03-28T07:48:55.105Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
3640 | 2024-03-28T07:48:55.105Z |
2,958 100% 4.27kB/s 0:00:00
2,958 100% 4.27kB/s 0:00:00 (xfr#57, to-chk=190/254) |
3641 | 2024-03-28T07:48:55.105Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
3642 | 2024-03-28T07:48:55.105Z |
2,946 100% 4.26kB/s 0:00:00
2,946 100% 4.26kB/s 0:00:00 (xfr#58, to-chk=189/254) |
3643 | 2024-03-28T07:48:55.105Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
3644 | 2024-03-28T07:48:55.105Z |
32,768 59% 47.34kB/s 0:00:00
54,966 100% 79.40kB/s 0:00:00 (xfr#59, to-chk=188/254) |
3645 | 2024-03-28T07:48:55.105Z | out/manifest-cache/cockroachdb.tar.gz.json |
3646 | 2024-03-28T07:48:55.105Z |
787 100% 1.14kB/s 0:00:00
787 100% 1.14kB/s 0:00:00 (xfr#60, to-chk=187/254) |
3647 | 2024-03-28T07:48:55.105Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
3648 | 2024-03-28T07:48:55.106Z |
662 100% 0.96kB/s 0:00:00
662 100% 0.96kB/s 0:00:00 (xfr#61, to-chk=186/254) |
3649 | 2024-03-28T07:48:55.106Z | out/manifest-cache/crucible-zone.tar.gz.json |
3650 | 2024-03-28T07:48:55.106Z |
641 100% 0.93kB/s 0:00:00
641 100% 0.93kB/s 0:00:00 (xfr#62, to-chk=185/254) |
3651 | 2024-03-28T07:48:55.106Z | out/manifest-cache/dns-server.tar.gz.json |
3652 | 2024-03-28T07:48:55.106Z |
942 100% 1.36kB/s 0:00:00
942 100% 1.36kB/s 0:00:00 (xfr#63, to-chk=184/254) |
3653 | 2024-03-28T07:48:55.106Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
3654 | 2024-03-28T07:48:55.106Z |
1,132 100% 1.64kB/s 0:00:00
1,132 100% 1.64kB/s 0:00:00 (xfr#64, to-chk=183/254) |
3655 | 2024-03-28T07:48:55.106Z | out/manifest-cache/external-dns.tar.gz.json |
3656 | 2024-03-28T07:48:55.106Z |
934 100% 1.35kB/s 0:00:00
934 100% 1.35kB/s 0:00:00 (xfr#65, to-chk=182/254) |
3657 | 2024-03-28T07:48:55.106Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
3658 | 2024-03-28T07:48:55.116Z |
752 100% 1.09kB/s 0:00:00
752 100% 1.09kB/s 0:00:00 (xfr#66, to-chk=181/254) |
3659 | 2024-03-28T07:48:55.116Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
3660 | 2024-03-28T07:48:55.116Z |
1,132 100% 1.64kB/s 0:00:00
1,132 100% 1.64kB/s 0:00:00 (xfr#67, to-chk=180/254) |
3661 | 2024-03-28T07:48:55.116Z | out/manifest-cache/internal-dns.tar.gz.json |
3662 | 2024-03-28T07:48:55.116Z |
791 100% 1.14kB/s 0:00:00
791 100% 1.14kB/s 0:00:00 (xfr#68, to-chk=179/254) |
3663 | 2024-03-28T07:48:55.117Z | out/manifest-cache/logadm.tar.gz.json |
3664 | 2024-03-28T07:48:55.117Z |
1,044 100% 1.51kB/s 0:00:00
1,044 100% 1.51kB/s 0:00:00 (xfr#69, to-chk=178/254) |
3665 | 2024-03-28T07:48:55.117Z | out/manifest-cache/nexus.tar.gz.json |
3666 | 2024-03-28T07:48:55.117Z |
773 100% 1.12kB/s 0:00:00
773 100% 1.12kB/s 0:00:00 (xfr#70, to-chk=177/254) |
3667 | 2024-03-28T07:48:55.117Z | out/manifest-cache/ntp-svc.tar.gz.json |
3668 | 2024-03-28T07:48:55.118Z |
2,228 100% 3.21kB/s 0:00:00
2,228 100% 3.21kB/s 0:00:00 (xfr#71, to-chk=176/254) |
3669 | 2024-03-28T07:48:55.118Z | out/manifest-cache/ntp.tar.gz.json |
3670 | 2024-03-28T07:48:55.118Z |
763 100% 1.10kB/s 0:00:00
763 100% 1.10kB/s 0:00:00 (xfr#72, to-chk=175/254) |
3671 | 2024-03-28T07:48:55.118Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
3672 | 2024-03-28T07:48:55.118Z |
1,462 100% 2.11kB/s 0:00:00
1,462 100% 2.11kB/s 0:00:00 (xfr#73, to-chk=174/254) |
3673 | 2024-03-28T07:48:55.119Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
3674 | 2024-03-28T07:48:55.119Z |
545 100% 0.79kB/s 0:00:00
545 100% 0.79kB/s 0:00:00 (xfr#74, to-chk=173/254) |
3675 | 2024-03-28T07:48:55.119Z | out/manifest-cache/omicron-gateway.tar.gz.json |
3676 | 2024-03-28T07:48:55.119Z |
703 100% 1.01kB/s 0:00:00
703 100% 1.01kB/s 0:00:00 (xfr#75, to-chk=172/254) |
3677 | 2024-03-28T07:48:55.119Z | out/manifest-cache/omicron-nexus.tar.gz.json |
3678 | 2024-03-28T07:48:55.119Z |
32,768 45% 47.27kB/s 0:00:00
71,925 100% 103.75kB/s 0:00:00 (xfr#76, to-chk=171/254) |
3679 | 2024-03-28T07:48:55.120Z | out/manifest-cache/omicron-omdb.tar.gz.json |
3680 | 2024-03-28T07:48:55.120Z |
702 100% 1.01kB/s 0:00:00
702 100% 1.01kB/s 0:00:00 (xfr#77, to-chk=170/254) |
3681 | 2024-03-28T07:48:55.120Z | out/manifest-cache/omicron-sled-agent.tar.json |
3682 | 2024-03-28T07:48:55.120Z |
1,269 100% 1.83kB/s 0:00:00
1,269 100% 1.83kB/s 0:00:00 (xfr#78, to-chk=169/254) |
3683 | 2024-03-28T07:48:55.121Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
3684 | 2024-03-28T07:48:55.121Z |
883 100% 1.27kB/s 0:00:00
883 100% 1.27kB/s 0:00:00 (xfr#79, to-chk=168/254) |
3685 | 2024-03-28T07:48:55.121Z | out/manifest-cache/overlay.tar.gz.json |
3686 | 2024-03-28T07:48:55.121Z |
473 100% 0.68kB/s 0:00:00
473 100% 0.68kB/s 0:00:00 (xfr#80, to-chk=167/254) |
3687 | 2024-03-28T07:48:55.121Z | out/manifest-cache/oximeter-collector.tar.gz.json |
3688 | 2024-03-28T07:48:55.122Z |
18,311 100% 26.41kB/s 0:00:00
18,311 100% 26.41kB/s 0:00:00 (xfr#81, to-chk=166/254) |
3689 | 2024-03-28T07:48:55.122Z | out/manifest-cache/oximeter.tar.gz.json |
3690 | 2024-03-28T07:48:55.122Z |
641 100% 0.92kB/s 0:00:00
641 100% 0.92kB/s 0:00:00 (xfr#82, to-chk=165/254) |
3691 | 2024-03-28T07:48:55.122Z | out/manifest-cache/oxlog.tar.json |
3692 | 2024-03-28T07:48:55.122Z |
321 100% 0.46kB/s 0:00:00
321 100% 0.46kB/s 0:00:00 (xfr#83, to-chk=164/254) |
3693 | 2024-03-28T07:48:55.122Z | out/manifest-cache/probe.tar.gz.json |
3694 | 2024-03-28T07:48:55.123Z |
346 100% 0.50kB/s 0:00:00
346 100% 0.50kB/s 0:00:00 (xfr#84, to-chk=163/254) |
3695 | 2024-03-28T07:48:55.123Z | out/manifest-cache/profile.tar.gz.json |
3696 | 2024-03-28T07:48:55.123Z |
838 100% 1.21kB/s 0:00:00
838 100% 1.21kB/s 0:00:00 (xfr#85, to-chk=162/254) |
3697 | 2024-03-28T07:48:55.123Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
3698 | 2024-03-28T07:48:55.123Z |
357 100% 0.51kB/s 0:00:00
357 100% 0.51kB/s 0:00:00 (xfr#86, to-chk=161/254) |
3699 | 2024-03-28T07:48:55.123Z | out/manifest-cache/sp-sim.tar.gz.json |
3700 | 2024-03-28T07:48:55.124Z |
1,549 100% 2.23kB/s 0:00:00
1,549 100% 2.23kB/s 0:00:00 (xfr#87, to-chk=160/254) |
3701 | 2024-03-28T07:48:55.124Z | out/manifest-cache/switch-softnpu.tar.gz.json |
3702 | 2024-03-28T07:48:55.124Z |
1,566 100% 2.26kB/s 0:00:00
1,566 100% 2.26kB/s 0:00:00 (xfr#88, to-chk=159/254) |
3703 | 2024-03-28T07:48:55.124Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
3704 | 2024-03-28T07:48:55.124Z |
10,790 100% 15.56kB/s 0:00:00
10,790 100% 15.56kB/s 0:00:00 (xfr#89, to-chk=158/254) |
3705 | 2024-03-28T07:48:55.124Z | out/manifest-cache/wicket.tar.gz.json |
3706 | 2024-03-28T07:48:55.124Z |
1,084 100% 1.56kB/s 0:00:00
1,084 100% 1.56kB/s 0:00:00 (xfr#90, to-chk=157/254) |
3707 | 2024-03-28T07:48:55.124Z | out/manifest-cache/wicketd.tar.gz.json |
3708 | 2024-03-28T07:48:55.125Z |
1,560 100% 2.25kB/s 0:00:00
1,560 100% 2.25kB/s 0:00:00 (xfr#91, to-chk=156/254) |
3709 | 2024-03-28T07:48:55.125Z | out/manifest-cache/zone-network-install.tar.gz.json |
3710 | 2024-03-28T07:48:55.125Z |
877 100% 1.27kB/s 0:00:00
877 100% 1.27kB/s 0:00:00 (xfr#92, to-chk=155/254) |
3711 | 2024-03-28T07:48:55.125Z | out/manifest-cache/zone-network-setup.tar.gz.json |
3712 | 2024-03-28T07:48:55.125Z |
772 100% 1.11kB/s 0:00:00
772 100% 1.11kB/s 0:00:00 (xfr#93, to-chk=154/254) |
3713 | 2024-03-28T07:48:55.125Z | out/target/ |
3714 | 2024-03-28T07:48:55.125Z | out/target/active -> default |
3715 | 2024-03-28T07:48:55.125Z | out/target/default |
3716 | 2024-03-28T07:48:55.125Z |
74 100% 0.11kB/s 0:00:00
74 100% 0.11kB/s 0:00:00 (xfr#94, to-chk=152/254) |
3717 | 2024-03-28T07:48:55.125Z | smf/ |
3718 | 2024-03-28T07:48:55.126Z | smf/clickhouse/ |
3719 | 2024-03-28T07:48:55.126Z | smf/clickhouse/config_replica.xml |
3720 | 2024-03-28T07:48:55.126Z |
2,728 100% 3.93kB/s 0:00:00
2,728 100% 3.93kB/s 0:00:00 (xfr#95, to-chk=132/254) |
3721 | 2024-03-28T07:48:55.126Z | smf/clickhouse/manifest.xml |
3722 | 2024-03-28T07:48:55.126Z |
1,494 100% 2.15kB/s 0:00:00
1,494 100% 2.15kB/s 0:00:00 (xfr#96, to-chk=131/254) |
3723 | 2024-03-28T07:48:55.126Z | smf/clickhouse/method_script.sh |
3724 | 2024-03-28T07:48:55.126Z |
5,330 100% 7.68kB/s 0:00:00
5,330 100% 7.68kB/s 0:00:00 (xfr#97, to-chk=130/254) |
3725 | 2024-03-28T07:48:55.126Z | smf/clickhouse_keeper/ |
3726 | 2024-03-28T07:48:55.126Z | smf/clickhouse_keeper/keeper_config.xml |
3727 | 2024-03-28T07:48:55.127Z |
1,460 100% 2.10kB/s 0:00:00
1,460 100% 2.10kB/s 0:00:00 (xfr#98, to-chk=129/254) |
3728 | 2024-03-28T07:48:55.127Z | smf/clickhouse_keeper/manifest.xml |
3729 | 2024-03-28T07:48:55.127Z |
1,534 100% 2.21kB/s 0:00:00
1,534 100% 2.21kB/s 0:00:00 (xfr#99, to-chk=128/254) |
3730 | 2024-03-28T07:48:55.127Z | smf/clickhouse_keeper/method_script.sh |
3731 | 2024-03-28T07:48:55.127Z |
4,324 100% 6.23kB/s 0:00:00
4,324 100% 6.23kB/s 0:00:00 (xfr#100, to-chk=127/254) |
3732 | 2024-03-28T07:48:55.127Z | smf/cockroachdb/ |
3733 | 2024-03-28T07:48:55.127Z | smf/cockroachdb/manifest.xml |
3734 | 2024-03-28T07:48:55.128Z |
1,667 100% 2.40kB/s 0:00:00
1,667 100% 2.40kB/s 0:00:00 (xfr#101, to-chk=126/254) |
3735 | 2024-03-28T07:48:55.128Z | smf/cockroachdb/method_script.sh |
3736 | 2024-03-28T07:48:55.128Z |
1,030 100% 1.48kB/s 0:00:00
1,030 100% 1.48kB/s 0:00:00 (xfr#102, to-chk=125/254) |
3737 | 2024-03-28T07:48:55.128Z | smf/external-dns/ |
3738 | 2024-03-28T07:48:55.128Z | smf/external-dns/config.toml |
3739 | 2024-03-28T07:48:55.129Z |
353 100% 0.51kB/s 0:00:00
353 100% 0.51kB/s 0:00:00 (xfr#103, to-chk=124/254) |
3740 | 2024-03-28T07:48:55.129Z | smf/external-dns/manifest.xml |
3741 | 2024-03-28T07:48:55.129Z |
1,805 100% 2.60kB/s 0:00:00
1,805 100% 2.60kB/s 0:00:00 (xfr#104, to-chk=123/254) |
3742 | 2024-03-28T07:48:55.129Z | smf/installinator/ |
3743 | 2024-03-28T07:48:55.129Z | smf/installinator/manifest.xml |
3744 | 2024-03-28T07:48:55.129Z |
2,149 100% 3.10kB/s 0:00:00
2,149 100% 3.10kB/s 0:00:00 (xfr#105, to-chk=122/254) |
3745 | 2024-03-28T07:48:55.129Z | smf/internal-dns/ |
3746 | 2024-03-28T07:48:55.129Z | smf/internal-dns/config.toml |
3747 | 2024-03-28T07:48:55.129Z |
353 100% 0.51kB/s 0:00:00
353 100% 0.51kB/s 0:00:00 (xfr#106, to-chk=121/254) |
3748 | 2024-03-28T07:48:55.130Z | smf/internal-dns/manifest.xml |
3749 | 2024-03-28T07:48:55.130Z |
1,618 100% 2.33kB/s 0:00:00
1,618 100% 2.33kB/s 0:00:00 (xfr#107, to-chk=120/254) |
3750 | 2024-03-28T07:48:55.130Z | smf/logadm/ |
3751 | 2024-03-28T07:48:55.130Z | smf/logadm/crontab.root |
3752 | 2024-03-28T07:48:55.130Z |
30 100% 0.04kB/s 0:00:00
30 100% 0.04kB/s 0:00:00 (xfr#108, to-chk=119/254) |
3753 | 2024-03-28T07:48:55.130Z | smf/logadm/logadm.conf |
3754 | 2024-03-28T07:48:55.130Z |
2,553 100% 3.68kB/s 0:00:00
2,553 100% 3.68kB/s 0:00:00 (xfr#109, to-chk=118/254) |
3755 | 2024-03-28T07:48:55.130Z | smf/mgs-sim/ |
3756 | 2024-03-28T07:48:55.130Z | smf/mgs-sim/config.toml |
3757 | 2024-03-28T07:48:55.130Z |
3,534 100% 5.09kB/s 0:00:00
3,534 100% 5.09kB/s 0:00:00 (xfr#110, to-chk=117/254) |
3758 | 2024-03-28T07:48:55.141Z | smf/mgs/ |
3759 | 2024-03-28T07:48:55.141Z | smf/mgs/config.toml |
3760 | 2024-03-28T07:48:55.141Z |
9,085 100% 13.09kB/s 0:00:00
9,085 100% 13.09kB/s 0:00:00 (xfr#111, to-chk=116/254) |
3761 | 2024-03-28T07:48:55.141Z | smf/mgs/manifest.xml |
3762 | 2024-03-28T07:48:55.141Z |
2,474 100% 3.56kB/s 0:00:00
2,474 100% 3.56kB/s 0:00:00 (xfr#112, to-chk=115/254) |
3763 | 2024-03-28T07:48:55.141Z | smf/nexus/ |
3764 | 2024-03-28T07:48:55.141Z | smf/nexus/manifest.xml |
3765 | 2024-03-28T07:48:55.141Z |
1,987 100% 2.86kB/s 0:00:00
1,987 100% 2.86kB/s 0:00:00 (xfr#113, to-chk=114/254) |
3766 | 2024-03-28T07:48:55.142Z | smf/nexus/multi-sled/ |
3767 | 2024-03-28T07:48:55.142Z | smf/nexus/multi-sled/config-partial.toml |
3768 | 2024-03-28T07:48:55.142Z |
1,997 100% 2.88kB/s 0:00:00
1,997 100% 2.88kB/s 0:00:00 (xfr#114, to-chk=111/254) |
3769 | 2024-03-28T07:48:55.142Z | smf/nexus/single-sled/ |
3770 | 2024-03-28T07:48:55.142Z | smf/nexus/single-sled/config-partial.toml |
3771 | 2024-03-28T07:48:55.142Z |
1,993 100% 2.87kB/s 0:00:00
1,993 100% 2.87kB/s 0:00:00 (xfr#115, to-chk=110/254) |
3772 | 2024-03-28T07:48:55.142Z | smf/ntp/ |
3773 | 2024-03-28T07:48:55.142Z | smf/ntp/etc/ |
3774 | 2024-03-28T07:48:55.142Z | smf/ntp/etc/inet/ |
3775 | 2024-03-28T07:48:55.142Z | smf/ntp/etc/inet/chrony.conf.boundary |
3776 | 2024-03-28T07:48:55.142Z |
881 100% 1.27kB/s 0:00:00
881 100% 1.27kB/s 0:00:00 (xfr#116, to-chk=104/254) |
3777 | 2024-03-28T07:48:55.142Z | smf/ntp/etc/inet/chrony.conf.internal |
3778 | 2024-03-28T07:48:55.142Z |
1,108 100% 1.60kB/s 0:00:00
1,108 100% 1.60kB/s 0:00:00 (xfr#117, to-chk=103/254) |
3779 | 2024-03-28T07:48:55.142Z | smf/ntp/etc/logadm.d/ |
3780 | 2024-03-28T07:48:55.143Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
3781 | 2024-03-28T07:48:55.143Z |
135 100% 0.19kB/s 0:00:00
135 100% 0.19kB/s 0:00:00 (xfr#118, to-chk=102/254) |
3782 | 2024-03-28T07:48:55.143Z | smf/ntp/manifest/ |
3783 | 2024-03-28T07:48:55.143Z | smf/ntp/manifest/manifest.xml |
3784 | 2024-03-28T07:48:55.143Z |
3,336 100% 4.81kB/s 0:00:00
3,336 100% 4.81kB/s 0:00:00 (xfr#119, to-chk=101/254) |
3785 | 2024-03-28T07:48:55.143Z | smf/ntp/method/ |
3786 | 2024-03-28T07:48:55.143Z | smf/ntp/method/svc-site-ntp |
3787 | 2024-03-28T07:48:55.143Z |
3,211 100% 4.62kB/s 0:00:00
3,211 100% 4.62kB/s 0:00:00 (xfr#120, to-chk=100/254) |
3788 | 2024-03-28T07:48:55.143Z | smf/opte-interface-setup/ |
3789 | 2024-03-28T07:48:55.143Z | smf/opte-interface-setup/manifest.xml |
3790 | 2024-03-28T07:48:55.143Z |
1,638 100% 2.36kB/s 0:00:00
1,638 100% 2.36kB/s 0:00:00 (xfr#121, to-chk=99/254) |
3791 | 2024-03-28T07:48:55.143Z | smf/oximeter/ |
3792 | 2024-03-28T07:48:55.143Z | smf/oximeter/config.toml |
3793 | 2024-03-28T07:48:55.143Z |
205 100% 0.29kB/s 0:00:00
205 100% 0.29kB/s 0:00:00 (xfr#122, to-chk=98/254) |
3794 | 2024-03-28T07:48:55.143Z | smf/oximeter/manifest.xml |
3795 | 2024-03-28T07:48:55.144Z |
1,770 100% 2.55kB/s 0:00:00
1,770 100% 2.55kB/s 0:00:00 (xfr#123, to-chk=97/254) |
3796 | 2024-03-28T07:48:55.144Z | smf/profile/ |
3797 | 2024-03-28T07:48:55.144Z | smf/profile/bashrc |
3798 | 2024-03-28T07:48:55.144Z |
925 100% 1.33kB/s 0:00:00
925 100% 1.33kB/s 0:00:00 (xfr#124, to-chk=96/254) |
3799 | 2024-03-28T07:48:55.144Z | smf/profile/profile |
3800 | 2024-03-28T07:48:55.144Z |
554 100% 0.80kB/s 0:00:00
554 100% 0.80kB/s 0:00:00 (xfr#125, to-chk=95/254) |
3801 | 2024-03-28T07:48:55.144Z | smf/sled-agent/ |
3802 | 2024-03-28T07:48:55.144Z | smf/sled-agent/manifest.xml |
3803 | 2024-03-28T07:48:55.144Z |
2,373 100% 3.41kB/s 0:00:00
2,373 100% 3.41kB/s 0:00:00 (xfr#126, to-chk=94/254) |
3804 | 2024-03-28T07:48:55.144Z | smf/sled-agent/gimlet-standalone/ |
3805 | 2024-03-28T07:48:55.144Z | smf/sled-agent/gimlet-standalone/README.md |
3806 | 2024-03-28T07:48:55.144Z |
114 100% 0.16kB/s 0:00:00
114 100% 0.16kB/s 0:00:00 (xfr#127, to-chk=90/254) |
3807 | 2024-03-28T07:48:55.144Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
3808 | 2024-03-28T07:48:55.144Z |
6,611 100% 9.51kB/s 0:00:00
6,611 100% 9.51kB/s 0:00:00 (xfr#128, to-chk=89/254) |
3809 | 2024-03-28T07:48:55.145Z | smf/sled-agent/gimlet-standalone/config.toml |
3810 | 2024-03-28T07:48:55.145Z |
1,800 100% 2.59kB/s 0:00:00
1,800 100% 2.59kB/s 0:00:00 (xfr#129, to-chk=88/254) |
3811 | 2024-03-28T07:48:55.145Z | smf/sled-agent/gimlet/ |
3812 | 2024-03-28T07:48:55.145Z | smf/sled-agent/gimlet/README.md |
3813 | 2024-03-28T07:48:55.145Z |
54 100% 0.08kB/s 0:00:00
54 100% 0.08kB/s 0:00:00 (xfr#130, to-chk=87/254) |
3814 | 2024-03-28T07:48:55.145Z | smf/sled-agent/gimlet/config.toml |
3815 | 2024-03-28T07:48:55.145Z |
1,657 100% 2.38kB/s 0:00:00
1,657 100% 2.38kB/s 0:00:00 (xfr#131, to-chk=86/254) |
3816 | 2024-03-28T07:48:55.145Z | smf/sled-agent/non-gimlet/ |
3817 | 2024-03-28T07:48:55.145Z | smf/sled-agent/non-gimlet/README.md |
3818 | 2024-03-28T07:48:55.145Z |
105 100% 0.15kB/s 0:00:00
105 100% 0.15kB/s 0:00:00 (xfr#132, to-chk=85/254) |
3819 | 2024-03-28T07:48:55.145Z | smf/sled-agent/non-gimlet/config.toml |
3820 | 2024-03-28T07:48:55.145Z |
2,820 100% 4.06kB/s 0:00:00
2,820 100% 4.06kB/s 0:00:00 (xfr#133, to-chk=84/254) |
3821 | 2024-03-28T07:48:55.145Z | smf/sp-sim/ |
3822 | 2024-03-28T07:48:55.145Z | smf/sp-sim/config.toml |
3823 | 2024-03-28T07:48:55.145Z |
2,604 100% 3.75kB/s 0:00:00
2,604 100% 3.75kB/s 0:00:00 (xfr#134, to-chk=83/254) |
3824 | 2024-03-28T07:48:55.146Z | smf/sp-sim/manifest.xml |
3825 | 2024-03-28T07:48:55.146Z |
1,271 100% 1.83kB/s 0:00:00
1,271 100% 1.83kB/s 0:00:00 (xfr#135, to-chk=82/254) |
3826 | 2024-03-28T07:48:55.146Z | smf/switch_zone_setup/ |
3827 | 2024-03-28T07:48:55.146Z | smf/switch_zone_setup/manifest.xml |
3828 | 2024-03-28T07:48:55.146Z |
1,061 100% 1.53kB/s 0:00:00
1,061 100% 1.53kB/s 0:00:00 (xfr#136, to-chk=81/254) |
3829 | 2024-03-28T07:48:55.146Z | smf/switch_zone_setup/support_authorized_keys |
3830 | 2024-03-28T07:48:55.146Z |
1,284 100% 1.85kB/s 0:00:00
1,284 100% 1.85kB/s 0:00:00 (xfr#137, to-chk=80/254) |
3831 | 2024-03-28T07:48:55.146Z | smf/switch_zone_setup/switch_zone_setup |
3832 | 2024-03-28T07:48:55.146Z |
1,041 100% 1.50kB/s 0:00:00
1,041 100% 1.50kB/s 0:00:00 (xfr#138, to-chk=79/254) |
3833 | 2024-03-28T07:48:55.146Z | smf/wicketd/ |
3834 | 2024-03-28T07:48:55.146Z | smf/wicketd/config.toml |
3835 | 2024-03-28T07:48:55.146Z |
104 100% 0.15kB/s 0:00:00
104 100% 0.15kB/s 0:00:00 (xfr#139, to-chk=78/254) |
3836 | 2024-03-28T07:48:55.146Z | smf/wicketd/manifest.xml |
3837 | 2024-03-28T07:48:55.146Z |
2,954 100% 4.25kB/s 0:00:00
2,954 100% 4.25kB/s 0:00:00 (xfr#140, to-chk=77/254) |
3838 | 2024-03-28T07:48:55.147Z | smf/zone-network-setup/ |
3839 | 2024-03-28T07:48:55.147Z | smf/zone-network-setup/manifest.xml |
3840 | 2024-03-28T07:48:55.147Z |
1,614 100% 2.32kB/s 0:00:00
1,614 100% 2.32kB/s 0:00:00 (xfr#141, to-chk=76/254) |
3841 | 2024-03-28T07:48:55.147Z | tools/ |
3842 | 2024-03-28T07:48:55.147Z | tools/README.adoc |
3843 | 2024-03-28T07:48:55.147Z |
3,558 100% 5.12kB/s 0:00:00
3,558 100% 5.12kB/s 0:00:00 (xfr#142, to-chk=75/254) |
3844 | 2024-03-28T07:48:55.147Z | tools/build-global-zone-packages.sh |
3845 | 2024-03-28T07:48:55.147Z |
2,388 100% 3.43kB/s 0:00:00
2,388 100% 3.43kB/s 0:00:00 (xfr#143, to-chk=74/254) |
3846 | 2024-03-28T07:48:55.147Z | tools/build-host-image.sh |
3847 | 2024-03-28T07:48:55.147Z |
2,971 100% 4.27kB/s 0:00:00
2,971 100% 4.27kB/s 0:00:00 (xfr#144, to-chk=73/254) |
3848 | 2024-03-28T07:48:55.147Z | tools/build-trampoline-global-zone-packages.sh |
3849 | 2024-03-28T07:48:55.147Z |
1,878 100% 2.70kB/s 0:00:00
1,878 100% 2.70kB/s 0:00:00 (xfr#145, to-chk=72/254) |
3850 | 2024-03-28T07:48:55.147Z | tools/ci_check_opte_ver.sh |
3851 | 2024-03-28T07:48:55.147Z |
2,770 100% 3.98kB/s 0:00:00
2,770 100% 3.98kB/s 0:00:00 (xfr#146, to-chk=71/254) |
3852 | 2024-03-28T07:48:55.148Z | tools/ci_download_clickhouse |
3853 | 2024-03-28T07:48:55.148Z |
3,631 100% 5.21kB/s 0:00:00
3,631 100% 5.21kB/s 0:00:00 (xfr#147, to-chk=70/254) |
3854 | 2024-03-28T07:48:55.148Z | tools/ci_download_cockroachdb |
3855 | 2024-03-28T07:48:55.148Z |
4,292 100% 6.16kB/s 0:00:00
4,292 100% 6.16kB/s 0:00:00 (xfr#148, to-chk=69/254) |
3856 | 2024-03-28T07:48:55.148Z | tools/ci_download_console |
3857 | 2024-03-28T07:48:55.148Z |
1,991 100% 2.86kB/s 0:00:00
1,991 100% 2.86kB/s 0:00:00 (xfr#149, to-chk=68/254) |
3858 | 2024-03-28T07:48:55.176Z | tools/ci_download_dendrite_openapi |
3859 | 2024-03-28T07:48:55.176Z |
1,719 100% 2.47kB/s 0:00:00
1,719 100% 2.47kB/s 0:00:00 (xfr#150, to-chk=67/254) |
3860 | 2024-03-28T07:48:55.176Z | tools/ci_download_dendrite_stub |
3861 | 2024-03-28T07:48:55.176Z |
4,229 100% 6.07kB/s 0:00:00
4,229 100% 6.07kB/s 0:00:00 (xfr#151, to-chk=66/254) |
3862 | 2024-03-28T07:48:55.176Z | tools/ci_download_maghemite_mgd |
3863 | 2024-03-28T07:48:55.176Z |
3,650 100% 5.24kB/s 0:00:00
3,650 100% 5.24kB/s 0:00:00 (xfr#152, to-chk=65/254) |
3864 | 2024-03-28T07:48:55.176Z | tools/ci_download_maghemite_openapi |
3865 | 2024-03-28T07:48:55.176Z |
1,989 100% 2.86kB/s 0:00:00
1,989 100% 2.86kB/s 0:00:00 (xfr#153, to-chk=64/254) |
3866 | 2024-03-28T07:48:55.176Z | tools/ci_download_softnpu_machinery |
3867 | 2024-03-28T07:48:55.176Z |
668 100% 0.96kB/s 0:00:00
668 100% 0.96kB/s 0:00:00 (xfr#154, to-chk=63/254) |
3868 | 2024-03-28T07:48:55.176Z | tools/ci_download_thundermuffin |
3869 | 2024-03-28T07:48:55.176Z |
3,237 100% 4.65kB/s 0:00:00
3,237 100% 4.65kB/s 0:00:00 (xfr#155, to-chk=62/254) |
3870 | 2024-03-28T07:48:55.177Z | tools/ci_download_transceiver_control |
3871 | 2024-03-28T07:48:55.177Z |
3,415 100% 4.90kB/s 0:00:00
3,415 100% 4.90kB/s 0:00:00 (xfr#156, to-chk=61/254) |
3872 | 2024-03-28T07:48:55.177Z | tools/clickhouse_checksums |
3873 | 2024-03-28T07:48:55.177Z |
153 100% 0.22kB/s 0:00:00
153 100% 0.22kB/s 0:00:00 (xfr#157, to-chk=60/254) |
3874 | 2024-03-28T07:48:55.177Z | tools/clickhouse_version |
3875 | 2024-03-28T07:48:55.177Z |
11 100% 0.02kB/s 0:00:00
11 100% 0.02kB/s 0:00:00 (xfr#158, to-chk=59/254) |
3876 | 2024-03-28T07:48:55.177Z | tools/cockroachdb_checksums |
3877 | 2024-03-28T07:48:55.177Z |
258 100% 0.37kB/s 0:00:00
258 100% 0.37kB/s 0:00:00 (xfr#159, to-chk=58/254) |
3878 | 2024-03-28T07:48:55.177Z | tools/cockroachdb_version |
3879 | 2024-03-28T07:48:55.177Z |
8 100% 0.01kB/s 0:00:00
8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254) |
3880 | 2024-03-28T07:48:55.177Z | tools/console_version |
3881 | 2024-03-28T07:48:55.177Z |
122 100% 0.18kB/s 0:00:00
122 100% 0.18kB/s 0:00:00 (xfr#161, to-chk=56/254) |
3882 | 2024-03-28T07:48:55.178Z | tools/create_gimlet_virtual_hardware.sh |
3883 | 2024-03-28T07:48:55.178Z |
936 100% 1.34kB/s 0:00:00
936 100% 1.34kB/s 0:00:00 (xfr#162, to-chk=55/254) |
3884 | 2024-03-28T07:48:55.178Z | tools/create_scrimlet_virtual_hardware.sh |
3885 | 2024-03-28T07:48:55.178Z |
2,014 100% 2.89kB/s 0:00:00
2,014 100% 2.89kB/s 0:00:00 (xfr#163, to-chk=54/254) |
3886 | 2024-03-28T07:48:55.178Z | tools/create_self_signed_cert.sh |
3887 | 2024-03-28T07:48:55.178Z |
685 100% 0.98kB/s 0:00:00
685 100% 0.98kB/s 0:00:00 (xfr#164, to-chk=53/254) |
3888 | 2024-03-28T07:48:55.178Z | tools/create_virtual_hardware.sh |
3889 | 2024-03-28T07:48:55.178Z |
3,184 100% 4.57kB/s 0:00:00
3,184 100% 4.57kB/s 0:00:00 (xfr#165, to-chk=52/254) |
3890 | 2024-03-28T07:48:55.178Z | tools/delete-reservoir.sh |
3891 | 2024-03-28T07:48:55.178Z |
136 100% 0.20kB/s 0:00:00
136 100% 0.20kB/s 0:00:00 (xfr#166, to-chk=51/254) |
3892 | 2024-03-28T07:48:55.178Z | tools/dendrite_openapi_version |
3893 | 2024-03-28T07:48:55.178Z |
122 100% 0.18kB/s 0:00:00
122 100% 0.18kB/s 0:00:00 (xfr#167, to-chk=50/254) |
3894 | 2024-03-28T07:48:55.178Z | tools/dendrite_stub_checksums |
3895 | 2024-03-28T07:48:55.179Z |
267 100% 0.38kB/s 0:00:00
267 100% 0.38kB/s 0:00:00 (xfr#168, to-chk=49/254) |
3896 | 2024-03-28T07:48:55.179Z | tools/destroy_gimlet_virtual_hardware.sh |
3897 | 2024-03-28T07:48:55.179Z |
888 100% 1.28kB/s 0:00:00
888 100% 1.28kB/s 0:00:00 (xfr#169, to-chk=48/254) |
3898 | 2024-03-28T07:48:55.179Z | tools/destroy_scrimlet_virtual_hardware.sh |
3899 | 2024-03-28T07:48:55.179Z |
1,147 100% 1.65kB/s 0:00:00
1,147 100% 1.65kB/s 0:00:00 (xfr#170, to-chk=47/254) |
3900 | 2024-03-28T07:48:55.179Z | tools/destroy_virtual_hardware.sh |
3901 | 2024-03-28T07:48:55.179Z |
2,227 100% 3.20kB/s 0:00:00
2,227 100% 3.20kB/s 0:00:00 (xfr#171, to-chk=46/254) |
3902 | 2024-03-28T07:48:55.179Z | tools/dvt_dock_version |
3903 | 2024-03-28T07:48:55.179Z |
48 100% 0.07kB/s 0:00:00
48 100% 0.07kB/s 0:00:00 (xfr#172, to-chk=45/254) |
3904 | 2024-03-28T07:48:55.179Z | tools/ensure_buildomat_artifact.sh |
3905 | 2024-03-28T07:48:55.179Z |
3,759 100% 5.40kB/s 0:00:00
3,759 100% 5.40kB/s 0:00:00 (xfr#173, to-chk=44/254) |
3906 | 2024-03-28T07:48:55.179Z | tools/generate-nexus-api.sh |
3907 | 2024-03-28T07:48:55.180Z |
174 100% 0.25kB/s 0:00:00
174 100% 0.25kB/s 0:00:00 (xfr#174, to-chk=43/254) |
3908 | 2024-03-28T07:48:55.180Z | tools/generate-sled-agent-api.sh |
3909 | 2024-03-28T07:48:55.180Z |
161 100% 0.23kB/s 0:00:00
161 100% 0.23kB/s 0:00:00 (xfr#175, to-chk=42/254) |
3910 | 2024-03-28T07:48:55.180Z | tools/generate-wicketd-api.sh |
3911 | 2024-03-28T07:48:55.180Z |
75 100% 0.11kB/s 0:00:00
75 100% 0.11kB/s 0:00:00 (xfr#176, to-chk=41/254) |
3912 | 2024-03-28T07:48:55.180Z | tools/hubris_checksums |
3913 | 2024-03-28T07:48:55.180Z |
852 100% 1.22kB/s 0:00:00
852 100% 1.22kB/s 0:00:00 (xfr#177, to-chk=40/254) |
3914 | 2024-03-28T07:48:55.180Z | tools/hubris_version |
3915 | 2024-03-28T07:48:55.180Z |
50 100% 0.07kB/s 0:00:00
50 100% 0.07kB/s 0:00:00 (xfr#178, to-chk=39/254) |
3916 | 2024-03-28T07:48:55.180Z | tools/install_builder_prerequisites.sh |
3917 | 2024-03-28T07:48:55.180Z |
7,537 100% 10.81kB/s 0:00:00
7,537 100% 10.81kB/s 0:00:00 (xfr#179, to-chk=38/254) |
3918 | 2024-03-28T07:48:55.181Z | tools/install_opte.sh |
3919 | 2024-03-28T07:48:55.181Z |
3,755 100% 5.38kB/s 0:00:00
3,755 100% 5.38kB/s 0:00:00 (xfr#180, to-chk=37/254) |
3920 | 2024-03-28T07:48:55.181Z | tools/install_prerequisites.sh |
3921 | 2024-03-28T07:48:55.181Z |
255 100% 0.37kB/s 0:00:00
255 100% 0.37kB/s 0:00:00 (xfr#181, to-chk=36/254) |
3922 | 2024-03-28T07:48:55.181Z | tools/install_runner_prerequisites.sh |
3923 | 2024-03-28T07:48:55.181Z |
4,154 100% 5.96kB/s 0:00:00
4,154 100% 5.96kB/s 0:00:00 (xfr#182, to-chk=35/254) |
3924 | 2024-03-28T07:48:55.181Z | tools/maghemite_ddm_openapi_version |
3925 | 2024-03-28T07:48:55.181Z |
122 100% 0.17kB/s 0:00:00
122 100% 0.17kB/s 0:00:00 (xfr#183, to-chk=34/254) |
3926 | 2024-03-28T07:48:55.181Z | tools/maghemite_mg_openapi_version |
3927 | 2024-03-28T07:48:55.181Z |
122 100% 0.17kB/s 0:00:00
122 100% 0.17kB/s 0:00:00 (xfr#184, to-chk=33/254) |
3928 | 2024-03-28T07:48:55.181Z | tools/maghemite_mgd_checksums |
3929 | 2024-03-28T07:48:55.181Z |
163 100% 0.23kB/s 0:00:00
163 100% 0.23kB/s 0:00:00 (xfr#185, to-chk=32/254) |
3930 | 2024-03-28T07:48:55.182Z | tools/opte_version |
3931 | 2024-03-28T07:48:55.182Z |
9 100% 0.01kB/s 0:00:00
9 100% 0.01kB/s 0:00:00 (xfr#186, to-chk=31/254) |
3932 | 2024-03-28T07:48:55.182Z | tools/opte_version_override |
3933 | 2024-03-28T07:48:55.182Z |
142 100% 0.20kB/s 0:00:00
142 100% 0.20kB/s 0:00:00 (xfr#187, to-chk=30/254) |
3934 | 2024-03-28T07:48:55.182Z | tools/renovate-post-upgrade.sh |
3935 | 2024-03-28T07:48:55.182Z |
1,705 100% 2.44kB/s 0:00:00
1,705 100% 2.44kB/s 0:00:00 (xfr#188, to-chk=29/254) |
3936 | 2024-03-28T07:48:55.182Z | tools/thundermuffin_checksums |
3937 | 2024-03-28T07:48:55.182Z |
79 100% 0.11kB/s 0:00:00
79 100% 0.11kB/s 0:00:00 (xfr#189, to-chk=28/254) |
3938 | 2024-03-28T07:48:55.182Z | tools/thundermuffin_version |
3939 | 2024-03-28T07:48:55.182Z |
50 100% 0.07kB/s 0:00:00
50 100% 0.07kB/s 0:00:00 (xfr#190, to-chk=27/254) |
3940 | 2024-03-28T07:48:55.182Z | tools/transceiver_control_version |
3941 | 2024-03-28T07:48:55.183Z |
137 100% 0.20kB/s 0:00:00
137 100% 0.20kB/s 0:00:00 (xfr#191, to-chk=26/254) |
3942 | 2024-03-28T07:48:55.183Z | tools/uninstall_opte.sh |
3943 | 2024-03-28T07:48:55.183Z |
6,514 100% 9.33kB/s 0:00:00
6,514 100% 9.33kB/s 0:00:00 (xfr#192, to-chk=25/254) |
3944 | 2024-03-28T07:48:55.183Z | tools/update_crucible.sh |
3945 | 2024-03-28T07:48:55.183Z |
1,093 100% 1.57kB/s 0:00:00
1,093 100% 1.57kB/s 0:00:00 (xfr#193, to-chk=24/254) |
3946 | 2024-03-28T07:48:55.183Z | tools/update_dendrite.sh |
3947 | 2024-03-28T07:48:55.183Z |
2,333 100% 3.34kB/s 0:00:00
2,333 100% 3.34kB/s 0:00:00 (xfr#194, to-chk=23/254) |
3948 | 2024-03-28T07:48:55.183Z | tools/update_helpers.sh |
3949 | 2024-03-28T07:48:55.183Z |
3,831 100% 5.49kB/s 0:00:00
3,831 100% 5.49kB/s 0:00:00 (xfr#195, to-chk=22/254) |
3950 | 2024-03-28T07:48:55.183Z | tools/update_lldp.sh |
3951 | 2024-03-28T07:48:55.183Z |
1,000 100% 1.43kB/s 0:00:00
1,000 100% 1.43kB/s 0:00:00 (xfr#196, to-chk=21/254) |
3952 | 2024-03-28T07:48:55.183Z | tools/update_maghemite.sh |
3953 | 2024-03-28T07:48:55.184Z |
939 100% 1.34kB/s 0:00:00
939 100% 1.34kB/s 0:00:00 (xfr#197, to-chk=20/254) |
3954 | 2024-03-28T07:48:55.184Z | tools/update_propolis.sh |
3955 | 2024-03-28T07:48:55.184Z |
1,050 100% 1.50kB/s 0:00:00
1,050 100% 1.50kB/s 0:00:00 (xfr#198, to-chk=19/254) |
3956 | 2024-03-28T07:48:55.184Z | tools/update_transceiver_control.sh |
3957 | 2024-03-28T07:48:55.184Z |
1,374 100% 1.97kB/s 0:00:00
1,374 100% 1.97kB/s 0:00:00 (xfr#199, to-chk=18/254) |
3958 | 2024-03-28T07:48:55.201Z | tools/virtual_hardware.sh |
3959 | 2024-03-28T07:48:55.201Z |
3,429 100% 4.91kB/s 0:00:00
3,429 100% 4.91kB/s 0:00:00 (xfr#200, to-chk=17/254) |
3960 | 2024-03-28T07:48:55.201Z | tools/dtrace/ |
3961 | 2024-03-28T07:48:55.201Z | tools/dtrace/aggregate-query-latency.d |
3962 | 2024-03-28T07:48:55.202Z |
780 100% 1.12kB/s 0:00:00
780 100% 1.12kB/s 0:00:00 (xfr#201, to-chk=11/254) |
3963 | 2024-03-28T07:48:55.202Z | tools/dtrace/slowest-queries.d |
3964 | 2024-03-28T07:48:55.202Z |
1,077 100% 1.54kB/s 0:00:00
1,077 100% 1.54kB/s 0:00:00 (xfr#202, to-chk=10/254) |
3965 | 2024-03-28T07:48:55.202Z | tools/dtrace/trace-db-queries.d |
3966 | 2024-03-28T07:48:55.202Z |
811 100% 1.16kB/s 0:00:00
811 100% 1.16kB/s 0:00:00 (xfr#203, to-chk=9/254) |
3967 | 2024-03-28T07:48:55.202Z | tools/include/ |
3968 | 2024-03-28T07:48:55.203Z | tools/include/force-git-over-https.sh |
3969 | 2024-03-28T07:48:55.203Z |
940 100% 1.35kB/s 0:00:00
940 100% 1.35kB/s 0:00:00 (xfr#204, to-chk=8/254) |
3970 | 2024-03-28T07:48:55.203Z | tools/populate/ |
3971 | 2024-03-28T07:48:55.203Z | tools/populate/populate-alpine.sh |
3972 | 2024-03-28T07:48:55.203Z |
788 100% 1.13kB/s 0:00:00
788 100% 1.13kB/s 0:00:00 (xfr#205, to-chk=7/254) |
3973 | 2024-03-28T07:48:55.204Z | tools/populate/populate-images.sh |
3974 | 2024-03-28T07:48:55.204Z |
2,571 100% 3.68kB/s 0:00:00
2,571 100% 3.68kB/s 0:00:00 (xfr#206, to-chk=6/254) |
3975 | 2024-03-28T07:48:55.204Z | tools/reflector/ |
3976 | 2024-03-28T07:48:55.204Z | tools/reflector/helpers.sh |
3977 | 2024-03-28T07:48:55.205Z |
4,652 100% 6.65kB/s 0:00:00
4,652 100% 6.65kB/s 0:00:00 (xfr#207, to-chk=5/254) |
3978 | 2024-03-28T07:48:55.205Z | tools/scrimlet/ |
3979 | 2024-03-28T07:48:55.205Z | tools/scrimlet/create-softnpu-zone.sh |
3980 | 2024-03-28T07:48:55.205Z |
627 100% 0.90kB/s 0:00:00
627 100% 0.90kB/s 0:00:00 (xfr#208, to-chk=4/254) |
3981 | 2024-03-28T07:48:55.205Z | tools/scrimlet/destroy-softnpu-zone.sh |
3982 | 2024-03-28T07:48:55.205Z |
203 100% 0.29kB/s 0:00:00
203 100% 0.29kB/s 0:00:00 (xfr#209, to-chk=3/254) |
3983 | 2024-03-28T07:48:55.206Z | tools/scrimlet/softnpu-init.sh |
3984 | 2024-03-28T07:48:55.206Z |
2,157 100% 3.08kB/s 0:00:00
2,157 100% 3.08kB/s 0:00:00 (xfr#210, to-chk=2/254) |
3985 | 2024-03-28T07:48:55.206Z | tools/scrimlet/softnpu-zone.txt |
3986 | 2024-03-28T07:48:55.206Z |
330 100% 0.47kB/s 0:00:00
330 100% 0.47kB/s 0:00:00 (xfr#211, to-chk=1/254) |
3987 | 2024-03-28T07:48:55.206Z | tools/scrimlet/softnpu.toml |
3988 | 2024-03-28T07:48:55.206Z |
171 100% 0.24kB/s 0:00:00
171 100% 0.24kB/s 0:00:00 (xfr#212, to-chk=0/254) |
3989 | 2024-03-28T07:48:55.206Z | + banner G2 |
3990 | 2024-03-28T07:48:55.206Z | ##### ##### |
3991 | 2024-03-28T07:48:55.206Z | # # # # |
3992 | 2024-03-28T07:48:55.206Z | # # |
3993 | 2024-03-28T07:48:55.206Z | # #### ##### |
3994 | 2024-03-28T07:48:55.206Z | # # # |
3995 | 2024-03-28T07:48:55.206Z | # # # |
3996 | 2024-03-28T07:48:55.207Z | ##### ####### |
3997 | 2024-03-28T07:48:55.207Z | |
3998 | 2024-03-28T07:48:55.207Z | + . config/build-g2.sh |
3999 | 2024-03-28T07:48:55.207Z | ++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml |
4000 | 2024-03-28T07:48:55.207Z | ++ cp config/g2-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
4001 | 2024-03-28T07:48:55.207Z | ++ cp -r cargo-bay/tools cargo-bay/g2/ |
4002 | 2024-03-28T07:48:55.207Z | ++ cd /work/oxidecomputer/omicron |
4003 | 2024-03-28T07:48:55.207Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
4004 | 2024-03-28T07:48:55.920Z | Finished release [optimized] target(s) in 0.70s |
4005 | 2024-03-28T07:48:55.942Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
4006 | 2024-03-28T07:48:56.375Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
4007 | 2024-03-28T07:48:56.388Z | Created new build target 'default' and set it as active |
4008 | 2024-03-28T07:48:56.388Z | ++ cargo run --release --bin omicron-package -- package |
4009 | 2024-03-28T07:48:56.694Z | Finished release [optimized] target(s) in 0.67s |
4010 | 2024-03-28T07:48:56.717Z | Running `target/release/omicron-package package` |
4011 | 2024-03-28T07:48:56.743Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
4012 | 2024-03-28T07:48:58.275Z | Finished release [optimized] target(s) in 0.74s |
4013 | 2024-03-28T07:48:59.989Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
4014 | 2024-03-28T07:48:59.989Z | ++ rm -rf cargo-bay/g2/omicron |
4015 | 2024-03-28T07:48:59.992Z | ++ mkdir -p cargo-bay/g2/omicron |
4016 | 2024-03-28T07:48:59.995Z | ++ rsync --delete -Paz /work/oxidecomputer/omicron/tools /work/oxidecomputer/omicron/out /work/oxidecomputer/omicron/smf /work/oxidecomputer/omicron/target/release/omicron-package /work/oxidecomputer/omicron/package-manifest.toml --exclude out/downloads --exclude out/clickhouse --exclude out/cockroachdb --exclude out/dendrite-stub --exclude out/mgd --exclude out/thundermuffin --exclude out/transceiver-control --exclude out/omicron-nexus.tar.gz --exclude out/oximeter-collector.tar.gz --exclude out/oximeter-collector.tar.gz --exclude out/clickhouse_svc.tar.gz --exclude out/clickhouse_keeper_svc.tar.gz --exclude out/cockroachdb-service.tar.gz --exclude out/internal-dns-cli.tar.gz --exclude out/dns-server.tar.gz --exclude out/internal-dns-customizations.tar.gz --exclude out/external-dns-customizations.tar.gz --exclude out/ntp-svc.tar.gz --exclude out/mgs.tar.gz --exclude out/omicron-gateway-asic-customizations.tar.gz --exclude out/omicron-gateway-stub-customizations.tar.gz --exclude out/omicron-gateway-softnpu-customizations.tar.gz --exclude out/wicketd.tar.gz --exclude out/wicket.tar.gz --exclude out/switch_zone_setup.tar.gz --exclude out/sp-sim.tar.gz --exclude out/sp-sim-stub.tar.gz --exclude out/sp-sim-softnpu.tar.gz --exclude out/crucible.tar.gz --exclude out/crucible-pantry.tar.gz --exclude out/mg-ddm.tar.gz --exclude out/mgd.tar.gz --exclude out/lldp.tar.gz --exclude out/dendrite-stub.tar.gz --exclude out/dendrite-asic.tar.gz --exclude out/dendrite-softnpu.tar.gz --exclude out/xcvradm.tar.gz --exclude out/thundermuffin.tar.gz --exclude out/zone-network-install.tar.gz --exclude out/zone-network-setup.tar.gz --exclude out/opte-interface-setup.tar.gz --exclude out/omicron-omdb.tar.gz --exclude out/logadm.tar.gz --exclude out/profile.tar.gz --exclude '*.p5p' cargo-bay/g2/omicron/ |
4017 | 2024-03-28T07:49:00.002Z | sending incremental file list |
4018 | 2024-03-28T07:49:00.009Z | omicron-package |
4019 | 2024-03-28T07:49:00.208Z |
32,768 0% 0.00kB/s 0:00:00
40,138,496 100% 193.17MB/s 0:00:00 (xfr#1, to-chk=253/254) |
4020 | 2024-03-28T07:49:00.208Z | package-manifest.toml |
4021 | 2024-03-28T07:49:00.221Z |
26,511 100% 130.76kB/s 0:00:00
26,511 100% 130.76kB/s 0:00:00 (xfr#2, to-chk=252/254) |
4022 | 2024-03-28T07:49:00.221Z | out/ |
4023 | 2024-03-28T07:49:00.221Z | out/LOG |
4024 | 2024-03-28T07:49:00.222Z |
32,768 78% 161.62kB/s 0:00:00
41,925 100% 206.78kB/s 0:00:00 (xfr#3, to-chk=248/254) |
4025 | 2024-03-28T07:49:00.222Z | out/clickhouse.tar.gz |
4026 | 2024-03-28T07:49:00.716Z |
32,768 0% 161.62kB/s 0:23:50
231,182,479 100% 310.09MB/s 0:00:00 (xfr#4, to-chk=247/254) |
4027 | 2024-03-28T07:49:00.716Z | out/clickhouse_keeper.tar.gz |
4028 | 2024-03-28T07:49:01.225Z |
32,768 0% 44.94kB/s 1:25:42
122,683,392 53% 117.00MB/s 0:00:00
231,167,703 100% 180.70MB/s 0:00:01 (xfr#5, to-chk=246/254) |
4029 | 2024-03-28T07:49:01.225Z | out/cockroachdb.tar.gz |
4030 | 2024-03-28T07:49:01.517Z |
32,768 0% 144.80kB/s 0:14:34
126,669,519 100% 235.48MB/s 0:00:00 (xfr#6, to-chk=245/254) |
4031 | 2024-03-28T07:49:01.517Z | out/crucible-pantry-zone.tar.gz |
4032 | 2024-03-28T07:49:01.588Z |
32,768 0% 62.38kB/s 0:06:44
25,289,390 100% 41.30MB/s 0:00:00 (xfr#7, to-chk=244/254) |
4033 | 2024-03-28T07:49:01.588Z | out/crucible-zone.tar.gz |
4034 | 2024-03-28T07:49:01.687Z |
32,768 0% 54.70kB/s 0:11:15
36,994,036 100% 51.65MB/s 0:00:00 (xfr#8, to-chk=243/254) |
4035 | 2024-03-28T07:49:01.687Z | out/external-dns.tar.gz |
4036 | 2024-03-28T07:49:01.743Z |
32,768 0% 46.85kB/s 0:11:01
31,003,333 100% 40.06MB/s 0:00:00 (xfr#9, to-chk=242/254) |
4037 | 2024-03-28T07:49:01.743Z | out/internal-dns.tar.gz |
4038 | 2024-03-28T07:49:01.798Z |
32,768 0% 43.36kB/s 0:11:54
31,004,213 100% 37.29MB/s 0:00:00 (xfr#10, to-chk=241/254) |
4039 | 2024-03-28T07:49:01.798Z | out/mg-ddm-gz.tar |
4040 | 2024-03-28T07:49:02.240Z |
32,768 0% 40.35kB/s 0:30:58
33,947,648 45% 32.38MB/s 0:00:01
75,039,232 100% 58.13MB/s 0:00:01 (xfr#11, to-chk=240/254) |
4041 | 2024-03-28T07:49:02.240Z | out/nexus.tar.gz |
4042 | 2024-03-28T07:49:02.399Z |
32,768 0% 137.93kB/s 0:10:57
90,694,787 100% 218.42MB/s 0:00:00 (xfr#12, to-chk=239/254) |
4043 | 2024-03-28T07:49:02.399Z | out/ntp.tar.gz |
4044 | 2024-03-28T07:49:02.418Z |
32,768 0% 80.81kB/s 0:02:08
10,425,157 100% 23.96MB/s 0:00:00 (xfr#13, to-chk=238/254) |
4045 | 2024-03-28T07:49:02.418Z | out/omicron-gateway-softnpu.tar.gz |
4046 | 2024-03-28T07:49:02.441Z |
32,768 0% 77.11kB/s 0:03:33
16,522,803 100% 35.89MB/s 0:00:00 (xfr#14, to-chk=237/254) |
4047 | 2024-03-28T07:49:02.441Z | out/omicron-gateway.tar.gz |
4048 | 2024-03-28T07:49:02.467Z |
32,768 0% 72.89kB/s 0:03:46
16,517,040 100% 34.02MB/s 0:00:00 (xfr#15, to-chk=236/254) |
4049 | 2024-03-28T07:49:02.467Z | out/omicron-sled-agent.tar |
4050 | 2024-03-28T07:49:03.009Z |
32,768 0% 69.11kB/s 0:27:30
112,328,704 98% 107.12MB/s 0:00:00
114,086,400 100% 108.37MB/s 0:00:01 (xfr#16, to-chk=235/254) |
4051 | 2024-03-28T07:49:03.009Z | out/overlay.tar.gz |
4052 | 2024-03-28T07:49:03.019Z |
2,622 100% 512.11kB/s 0:00:00
2,622 100% 512.11kB/s 0:00:00 (xfr#17, to-chk=234/254) |
4053 | 2024-03-28T07:49:03.019Z | out/oximeter.tar.gz |
4054 | 2024-03-28T07:49:03.101Z |
32,768 0% 6.25MB/s 0:00:07
49,047,464 100% 497.61MB/s 0:00:00 (xfr#18, to-chk=233/254) |
4055 | 2024-03-28T07:49:03.102Z | out/oxlog.tar |
4056 | 2024-03-28T07:49:03.136Z |
32,768 0% 336.84kB/s 0:00:18
6,243,840 100% 44.77MB/s 0:00:00 (xfr#19, to-chk=232/254) |
4057 | 2024-03-28T07:49:03.136Z | out/probe.tar.gz |
4058 | 2024-03-28T07:49:03.142Z |
32,768 1% 240.60kB/s 0:00:11
2,829,470 100% 19.55MB/s 0:00:00 (xfr#20, to-chk=231/254) |
4059 | 2024-03-28T07:49:03.142Z | out/propolis-server.tar.gz |
4060 | 2024-03-28T07:49:03.253Z |
32,768 0% 230.22kB/s 0:04:48
66,360,059 100% 252.13MB/s 0:00:00 (xfr#21, to-chk=230/254) |
4061 | 2024-03-28T07:49:03.253Z | out/switch-softnpu.tar.gz |
4062 | 2024-03-28T07:49:03.662Z |
32,768 0% 127.49kB/s 0:27:55
213,610,870 100% 309.13MB/s 0:00:00 (xfr#22, to-chk=229/254) |
4063 | 2024-03-28T07:49:03.663Z | out/console-assets/ |
4064 | 2024-03-28T07:49:03.663Z | out/console-assets/VERSION |
4065 | 2024-03-28T07:49:03.663Z |
41 100% 0.06kB/s 0:00:00
41 100% 0.06kB/s 0:00:00 (xfr#23, to-chk=225/254) |
4066 | 2024-03-28T07:49:03.663Z | out/console-assets/index.html |
4067 | 2024-03-28T07:49:03.670Z |
466 100% 0.69kB/s 0:00:00
466 100% 0.69kB/s 0:00:00 (xfr#24, to-chk=224/254) |
4068 | 2024-03-28T07:49:03.670Z | out/console-assets/assets/ |
4069 | 2024-03-28T07:49:03.671Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
4070 | 2024-03-28T07:49:03.671Z |
32,768 70% 48.56kB/s 0:00:00
46,276 100% 68.58kB/s 0:00:00 (xfr#25, to-chk=222/254) |
4071 | 2024-03-28T07:49:03.671Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
4072 | 2024-03-28T07:49:03.671Z |
32,768 65% 48.56kB/s 0:00:00
50,032 100% 74.14kB/s 0:00:00 (xfr#26, to-chk=221/254) |
4073 | 2024-03-28T07:49:03.671Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
4074 | 2024-03-28T07:49:03.672Z |
32,768 55% 48.56kB/s 0:00:00
58,524 100% 86.73kB/s 0:00:00 (xfr#27, to-chk=220/254) |
4075 | 2024-03-28T07:49:03.672Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
4076 | 2024-03-28T07:49:03.672Z |
32,768 71% 48.56kB/s 0:00:00
46,060 100% 68.26kB/s 0:00:00 (xfr#28, to-chk=219/254) |
4077 | 2024-03-28T07:49:03.672Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
4078 | 2024-03-28T07:49:03.672Z |
21,937 100% 32.46kB/s 0:00:00
21,937 100% 32.46kB/s 0:00:00 (xfr#29, to-chk=218/254) |
4079 | 2024-03-28T07:49:03.673Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
4080 | 2024-03-28T07:49:03.673Z |
17,996 100% 26.63kB/s 0:00:00
17,996 100% 26.63kB/s 0:00:00 (xfr#30, to-chk=217/254) |
4081 | 2024-03-28T07:49:03.673Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
4082 | 2024-03-28T07:49:03.673Z |
21,890 100% 32.39kB/s 0:00:00
21,890 100% 32.39kB/s 0:00:00 (xfr#31, to-chk=216/254) |
4083 | 2024-03-28T07:49:03.673Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
4084 | 2024-03-28T07:49:03.674Z |
17,984 100% 26.61kB/s 0:00:00
17,984 100% 26.61kB/s 0:00:00 (xfr#32, to-chk=215/254) |
4085 | 2024-03-28T07:49:03.674Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
4086 | 2024-03-28T07:49:03.674Z |
21,123 100% 31.25kB/s 0:00:00
21,123 100% 31.25kB/s 0:00:00 (xfr#33, to-chk=214/254) |
4087 | 2024-03-28T07:49:03.674Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
4088 | 2024-03-28T07:49:03.674Z |
17,228 100% 25.49kB/s 0:00:00
17,228 100% 25.49kB/s 0:00:00 (xfr#34, to-chk=213/254) |
4089 | 2024-03-28T07:49:03.675Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
4090 | 2024-03-28T07:49:03.675Z |
18,448 100% 27.30kB/s 0:00:00
18,448 100% 27.30kB/s 0:00:00 (xfr#35, to-chk=212/254) |
4091 | 2024-03-28T07:49:03.675Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
4092 | 2024-03-28T07:49:03.675Z |
22,665 100% 33.54kB/s 0:00:00
22,665 100% 33.54kB/s 0:00:00 (xfr#36, to-chk=211/254) |
4093 | 2024-03-28T07:49:03.675Z | out/console-assets/assets/Terminal-MhI4tVax.js |
4094 | 2024-03-28T07:49:03.675Z |
32,768 11% 48.48kB/s 0:00:05
287,745 100% 424.47kB/s 0:00:00 (xfr#37, to-chk=210/254) |
4095 | 2024-03-28T07:49:03.675Z | out/console-assets/assets/Terminal-MhI4tVax.js.gz |
4096 | 2024-03-28T07:49:03.675Z |
32,768 45% 48.34kB/s 0:00:00
71,751 100% 105.84kB/s 0:00:00 (xfr#38, to-chk=209/254) |
4097 | 2024-03-28T07:49:03.675Z | out/console-assets/assets/Terminal-MhI4tVax.js.map |
4098 | 2024-03-28T07:49:03.675Z |
32,768 5% 48.34kB/s 0:00:11
590,398 100% 868.31kB/s 0:00:00 (xfr#39, to-chk=208/254) |
4099 | 2024-03-28T07:49:03.675Z | out/console-assets/assets/Terminal-MhI4tVax.js.map.gz |
4100 | 2024-03-28T07:49:03.675Z |
32,768 27% 48.19kB/s 0:00:01
118,340 100% 173.78kB/s 0:00:00 (xfr#40, to-chk=207/254) |
4101 | 2024-03-28T07:49:03.676Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js |
4102 | 2024-03-28T07:49:03.682Z |
32,768 8% 48.12kB/s 0:00:07
371,459 100% 543.86kB/s 0:00:00 (xfr#41, to-chk=206/254) |
4103 | 2024-03-28T07:49:03.682Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.gz |
4104 | 2024-03-28T07:49:03.682Z |
32,768 31% 47.90kB/s 0:00:01
103,751 100% 151.68kB/s 0:00:00 (xfr#42, to-chk=205/254) |
4105 | 2024-03-28T07:49:03.682Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.map |
4106 | 2024-03-28T07:49:03.682Z |
32,768 1% 47.90kB/s 0:00:33
1,659,324 100% 2.34MB/s 0:00:00 (xfr#43, to-chk=204/254) |
4107 | 2024-03-28T07:49:03.682Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.map.gz |
4108 | 2024-03-28T07:49:03.683Z |
32,768 8% 47.34kB/s 0:00:07
379,086 100% 546.83kB/s 0:00:00 (xfr#44, to-chk=203/254) |
4109 | 2024-03-28T07:49:03.683Z | out/console-assets/assets/app-UgyCDj6n.css |
4110 | 2024-03-28T07:49:03.683Z |
32,768 23% 47.27kB/s 0:00:02
138,220 100% 199.38kB/s 0:00:00 (xfr#45, to-chk=202/254) |
4111 | 2024-03-28T07:49:03.683Z | out/console-assets/assets/app-UgyCDj6n.css.gz |
4112 | 2024-03-28T07:49:03.683Z |
21,226 100% 30.62kB/s 0:00:00
21,226 100% 30.62kB/s 0:00:00 (xfr#46, to-chk=201/254) |
4113 | 2024-03-28T07:49:03.683Z | out/console-assets/assets/app-oDC708oE.js |
4114 | 2024-03-28T07:49:03.701Z |
32,768 3% 47.27kB/s 0:00:22
1,090,115 100% 1.52MB/s 0:00:00 (xfr#47, to-chk=200/254) |
4115 | 2024-03-28T07:49:03.702Z | out/console-assets/assets/app-oDC708oE.js.gz |
4116 | 2024-03-28T07:49:03.702Z |
32,768 9% 46.78kB/s 0:00:06
336,276 100% 479.41kB/s 0:00:00 (xfr#48, to-chk=199/254) |
4117 | 2024-03-28T07:49:03.702Z | out/console-assets/assets/app-oDC708oE.js.map |
4118 | 2024-03-28T07:49:03.726Z |
32,768 0% 46.72kB/s 0:01:51
5,242,661 100% 7.02MB/s 0:00:00 (xfr#49, to-chk=198/254) |
4119 | 2024-03-28T07:49:03.726Z | out/console-assets/assets/app-oDC708oE.js.map.gz |
4120 | 2024-03-28T07:49:03.734Z |
32,768 2% 44.94kB/s 0:00:26
1,239,845 100% 1.65MB/s 0:00:00 (xfr#50, to-chk=197/254) |
4121 | 2024-03-28T07:49:03.735Z | out/console-assets/assets/favicon-WELtHcTG.svg |
4122 | 2024-03-28T07:49:03.735Z |
761 100% 1.04kB/s 0:00:00
761 100% 1.04kB/s 0:00:00 (xfr#51, to-chk=196/254) |
4123 | 2024-03-28T07:49:03.735Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
4124 | 2024-03-28T07:49:03.735Z |
1,327 100% 1.81kB/s 0:00:00
1,327 100% 1.81kB/s 0:00:00 (xfr#52, to-chk=195/254) |
4125 | 2024-03-28T07:49:03.735Z | out/console-assets/assets/og-preview-image.webp |
4126 | 2024-03-28T07:49:03.735Z |
32,768 36% 44.76kB/s 0:00:01
89,880 100% 122.76kB/s 0:00:00 (xfr#53, to-chk=194/254) |
4127 | 2024-03-28T07:49:03.735Z | out/console-assets/assets/oxide-hero-rack-hMCZGwQc.webp |
4128 | 2024-03-28T07:49:03.735Z |
32,768 9% 44.76kB/s 0:00:07
352,484 100% 480.76kB/s 0:00:00 (xfr#54, to-chk=193/254) |
4129 | 2024-03-28T07:49:03.735Z | out/manifest-cache/ |
4130 | 2024-03-28T07:49:03.735Z | out/manifest-cache/clickhouse.tar.gz.json |
4131 | 2024-03-28T07:49:03.735Z |
780 100% 1.06kB/s 0:00:00
780 100% 1.06kB/s 0:00:00 (xfr#55, to-chk=192/254) |
4132 | 2024-03-28T07:49:03.735Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
4133 | 2024-03-28T07:49:03.735Z |
801 100% 1.09kB/s 0:00:00
801 100% 1.09kB/s 0:00:00 (xfr#56, to-chk=191/254) |
4134 | 2024-03-28T07:49:03.735Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
4135 | 2024-03-28T07:49:03.735Z |
2,958 100% 4.03kB/s 0:00:00
2,958 100% 4.03kB/s 0:00:00 (xfr#57, to-chk=190/254) |
4136 | 2024-03-28T07:49:03.735Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
4137 | 2024-03-28T07:49:03.735Z |
2,946 100% 4.02kB/s 0:00:00
2,946 100% 4.02kB/s 0:00:00 (xfr#58, to-chk=189/254) |
4138 | 2024-03-28T07:49:03.735Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
4139 | 2024-03-28T07:49:03.735Z |
32,768 59% 44.69kB/s 0:00:00
54,966 100% 74.86kB/s 0:00:00 (xfr#59, to-chk=188/254) |
4140 | 2024-03-28T07:49:03.736Z | out/manifest-cache/cockroachdb.tar.gz.json |
4141 | 2024-03-28T07:49:03.736Z |
787 100% 1.07kB/s 0:00:00
787 100% 1.07kB/s 0:00:00 (xfr#60, to-chk=187/254) |
4142 | 2024-03-28T07:49:03.736Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
4143 | 2024-03-28T07:49:03.736Z |
662 100% 0.90kB/s 0:00:00
662 100% 0.90kB/s 0:00:00 (xfr#61, to-chk=186/254) |
4144 | 2024-03-28T07:49:03.736Z | out/manifest-cache/crucible-zone.tar.gz.json |
4145 | 2024-03-28T07:49:03.736Z |
641 100% 0.87kB/s 0:00:00
641 100% 0.87kB/s 0:00:00 (xfr#62, to-chk=185/254) |
4146 | 2024-03-28T07:49:03.736Z | out/manifest-cache/dns-server.tar.gz.json |
4147 | 2024-03-28T07:49:03.736Z |
942 100% 1.28kB/s 0:00:00
942 100% 1.28kB/s 0:00:00 (xfr#63, to-chk=184/254) |
4148 | 2024-03-28T07:49:03.736Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
4149 | 2024-03-28T07:49:03.736Z |
1,132 100% 1.54kB/s 0:00:00
1,132 100% 1.54kB/s 0:00:00 (xfr#64, to-chk=183/254) |
4150 | 2024-03-28T07:49:03.736Z | out/manifest-cache/external-dns.tar.gz.json |
4151 | 2024-03-28T07:49:03.736Z |
934 100% 1.27kB/s 0:00:00
934 100% 1.27kB/s 0:00:00 (xfr#65, to-chk=182/254) |
4152 | 2024-03-28T07:49:03.736Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
4153 | 2024-03-28T07:49:03.736Z |
752 100% 1.02kB/s 0:00:00
752 100% 1.02kB/s 0:00:00 (xfr#66, to-chk=181/254) |
4154 | 2024-03-28T07:49:03.736Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
4155 | 2024-03-28T07:49:03.736Z |
1,132 100% 1.54kB/s 0:00:00
1,132 100% 1.54kB/s 0:00:00 (xfr#67, to-chk=180/254) |
4156 | 2024-03-28T07:49:03.736Z | out/manifest-cache/internal-dns.tar.gz.json |
4157 | 2024-03-28T07:49:03.736Z |
791 100% 1.08kB/s 0:00:00
791 100% 1.08kB/s 0:00:00 (xfr#68, to-chk=179/254) |
4158 | 2024-03-28T07:49:03.736Z | out/manifest-cache/logadm.tar.gz.json |
4159 | 2024-03-28T07:49:03.736Z |
1,044 100% 1.42kB/s 0:00:00
1,044 100% 1.42kB/s 0:00:00 (xfr#69, to-chk=178/254) |
4160 | 2024-03-28T07:49:03.736Z | out/manifest-cache/nexus.tar.gz.json |
4161 | 2024-03-28T07:49:03.737Z |
773 100% 1.05kB/s 0:00:00
773 100% 1.05kB/s 0:00:00 (xfr#70, to-chk=177/254) |
4162 | 2024-03-28T07:49:03.737Z | out/manifest-cache/ntp-svc.tar.gz.json |
4163 | 2024-03-28T07:49:03.737Z |
2,228 100% 3.03kB/s 0:00:00
2,228 100% 3.03kB/s 0:00:00 (xfr#71, to-chk=176/254) |
4164 | 2024-03-28T07:49:03.737Z | out/manifest-cache/ntp.tar.gz.json |
4165 | 2024-03-28T07:49:03.737Z |
763 100% 1.04kB/s 0:00:00
763 100% 1.04kB/s 0:00:00 (xfr#72, to-chk=175/254) |
4166 | 2024-03-28T07:49:03.737Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
4167 | 2024-03-28T07:49:03.737Z |
1,462 100% 1.99kB/s 0:00:00
1,462 100% 1.99kB/s 0:00:00 (xfr#73, to-chk=174/254) |
4168 | 2024-03-28T07:49:03.737Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
4169 | 2024-03-28T07:49:03.737Z |
545 100% 0.74kB/s 0:00:00
545 100% 0.74kB/s 0:00:00 (xfr#74, to-chk=173/254) |
4170 | 2024-03-28T07:49:03.737Z | out/manifest-cache/omicron-gateway.tar.gz.json |
4171 | 2024-03-28T07:49:03.737Z |
703 100% 0.96kB/s 0:00:00
703 100% 0.96kB/s 0:00:00 (xfr#75, to-chk=172/254) |
4172 | 2024-03-28T07:49:03.737Z | out/manifest-cache/omicron-nexus.tar.gz.json |
4173 | 2024-03-28T07:49:03.737Z |
32,768 45% 44.63kB/s 0:00:00
71,925 100% 97.96kB/s 0:00:00 (xfr#76, to-chk=171/254) |
4174 | 2024-03-28T07:49:03.737Z | out/manifest-cache/omicron-omdb.tar.gz.json |
4175 | 2024-03-28T07:49:03.737Z |
702 100% 0.96kB/s 0:00:00
702 100% 0.96kB/s 0:00:00 (xfr#77, to-chk=170/254) |
4176 | 2024-03-28T07:49:03.737Z | out/manifest-cache/omicron-sled-agent.tar.json |
4177 | 2024-03-28T07:49:03.737Z |
1,269 100% 1.73kB/s 0:00:00
1,269 100% 1.73kB/s 0:00:00 (xfr#78, to-chk=169/254) |
4178 | 2024-03-28T07:49:03.737Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
4179 | 2024-03-28T07:49:03.737Z |
883 100% 1.20kB/s 0:00:00
883 100% 1.20kB/s 0:00:00 (xfr#79, to-chk=168/254) |
4180 | 2024-03-28T07:49:03.737Z | out/manifest-cache/overlay.tar.gz.json |
4181 | 2024-03-28T07:49:03.737Z |
473 100% 0.64kB/s 0:00:00
473 100% 0.64kB/s 0:00:00 (xfr#80, to-chk=167/254) |
4182 | 2024-03-28T07:49:03.738Z | out/manifest-cache/oximeter-collector.tar.gz.json |
4183 | 2024-03-28T07:49:03.738Z |
18,311 100% 24.94kB/s 0:00:00
18,311 100% 24.94kB/s 0:00:00 (xfr#81, to-chk=166/254) |
4184 | 2024-03-28T07:49:03.738Z | out/manifest-cache/oximeter.tar.gz.json |
4185 | 2024-03-28T07:49:03.738Z |
641 100% 0.87kB/s 0:00:00
641 100% 0.87kB/s 0:00:00 (xfr#82, to-chk=165/254) |
4186 | 2024-03-28T07:49:03.738Z | out/manifest-cache/oxlog.tar.json |
4187 | 2024-03-28T07:49:03.738Z |
321 100% 0.44kB/s 0:00:00
321 100% 0.44kB/s 0:00:00 (xfr#83, to-chk=164/254) |
4188 | 2024-03-28T07:49:03.738Z | out/manifest-cache/probe.tar.gz.json |
4189 | 2024-03-28T07:49:03.738Z |
346 100% 0.47kB/s 0:00:00
346 100% 0.47kB/s 0:00:00 (xfr#84, to-chk=163/254) |
4190 | 2024-03-28T07:49:03.738Z | out/manifest-cache/profile.tar.gz.json |
4191 | 2024-03-28T07:49:03.738Z |
838 100% 1.14kB/s 0:00:00
838 100% 1.14kB/s 0:00:00 (xfr#85, to-chk=162/254) |
4192 | 2024-03-28T07:49:03.738Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
4193 | 2024-03-28T07:49:03.738Z |
357 100% 0.49kB/s 0:00:00
357 100% 0.49kB/s 0:00:00 (xfr#86, to-chk=161/254) |
4194 | 2024-03-28T07:49:03.738Z | out/manifest-cache/sp-sim.tar.gz.json |
4195 | 2024-03-28T07:49:03.738Z |
1,549 100% 2.11kB/s 0:00:00
1,549 100% 2.11kB/s 0:00:00 (xfr#87, to-chk=160/254) |
4196 | 2024-03-28T07:49:03.738Z | out/manifest-cache/switch-softnpu.tar.gz.json |
4197 | 2024-03-28T07:49:03.738Z |
1,566 100% 2.13kB/s 0:00:00
1,566 100% 2.13kB/s 0:00:00 (xfr#88, to-chk=159/254) |
4198 | 2024-03-28T07:49:03.738Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
4199 | 2024-03-28T07:49:03.738Z |
10,790 100% 14.68kB/s 0:00:00
10,790 100% 14.68kB/s 0:00:00 (xfr#89, to-chk=158/254) |
4200 | 2024-03-28T07:49:03.738Z | out/manifest-cache/wicket.tar.gz.json |
4201 | 2024-03-28T07:49:03.738Z |
1,084 100% 1.47kB/s 0:00:00
1,084 100% 1.47kB/s 0:00:00 (xfr#90, to-chk=157/254) |
4202 | 2024-03-28T07:49:03.738Z | out/manifest-cache/wicketd.tar.gz.json |
4203 | 2024-03-28T07:49:03.739Z |
1,560 100% 2.12kB/s 0:00:00
1,560 100% 2.12kB/s 0:00:00 (xfr#91, to-chk=156/254) |
4204 | 2024-03-28T07:49:03.739Z | out/manifest-cache/zone-network-install.tar.gz.json |
4205 | 2024-03-28T07:49:03.739Z |
877 100% 1.19kB/s 0:00:00
877 100% 1.19kB/s 0:00:00 (xfr#92, to-chk=155/254) |
4206 | 2024-03-28T07:49:03.739Z | out/manifest-cache/zone-network-setup.tar.gz.json |
4207 | 2024-03-28T07:49:03.739Z |
772 100% 1.05kB/s 0:00:00
772 100% 1.05kB/s 0:00:00 (xfr#93, to-chk=154/254) |
4208 | 2024-03-28T07:49:03.739Z | out/target/ |
4209 | 2024-03-28T07:49:03.739Z | out/target/active -> default |
4210 | 2024-03-28T07:49:03.739Z | out/target/default |
4211 | 2024-03-28T07:49:03.739Z |
74 100% 0.10kB/s 0:00:00
74 100% 0.10kB/s 0:00:00 (xfr#94, to-chk=152/254) |
4212 | 2024-03-28T07:49:03.739Z | smf/ |
4213 | 2024-03-28T07:49:03.739Z | smf/clickhouse/ |
4214 | 2024-03-28T07:49:03.739Z | smf/clickhouse/config_replica.xml |
4215 | 2024-03-28T07:49:03.739Z |
2,728 100% 3.71kB/s 0:00:00
2,728 100% 3.71kB/s 0:00:00 (xfr#95, to-chk=132/254) |
4216 | 2024-03-28T07:49:03.739Z | smf/clickhouse/manifest.xml |
4217 | 2024-03-28T07:49:03.739Z |
1,494 100% 2.03kB/s 0:00:00
1,494 100% 2.03kB/s 0:00:00 (xfr#96, to-chk=131/254) |
4218 | 2024-03-28T07:49:03.739Z | smf/clickhouse/method_script.sh |
4219 | 2024-03-28T07:49:03.739Z |
5,330 100% 7.25kB/s 0:00:00
5,330 100% 7.25kB/s 0:00:00 (xfr#97, to-chk=130/254) |
4220 | 2024-03-28T07:49:03.746Z | smf/clickhouse_keeper/ |
4221 | 2024-03-28T07:49:03.746Z | smf/clickhouse_keeper/keeper_config.xml |
4222 | 2024-03-28T07:49:03.746Z |
1,460 100% 1.99kB/s 0:00:00
1,460 100% 1.99kB/s 0:00:00 (xfr#98, to-chk=129/254) |
4223 | 2024-03-28T07:49:03.746Z | smf/clickhouse_keeper/manifest.xml |
4224 | 2024-03-28T07:49:03.746Z |
1,534 100% 2.09kB/s 0:00:00
1,534 100% 2.09kB/s 0:00:00 (xfr#99, to-chk=128/254) |
4225 | 2024-03-28T07:49:03.747Z | smf/clickhouse_keeper/method_script.sh |
4226 | 2024-03-28T07:49:03.747Z |
4,324 100% 5.88kB/s 0:00:00
4,324 100% 5.88kB/s 0:00:00 (xfr#100, to-chk=127/254) |
4227 | 2024-03-28T07:49:03.747Z | smf/cockroachdb/ |
4228 | 2024-03-28T07:49:03.747Z | smf/cockroachdb/manifest.xml |
4229 | 2024-03-28T07:49:03.747Z |
1,667 100% 2.27kB/s 0:00:00
1,667 100% 2.27kB/s 0:00:00 (xfr#101, to-chk=126/254) |
4230 | 2024-03-28T07:49:03.747Z | smf/cockroachdb/method_script.sh |
4231 | 2024-03-28T07:49:03.747Z |
1,030 100% 1.40kB/s 0:00:00
1,030 100% 1.40kB/s 0:00:00 (xfr#102, to-chk=125/254) |
4232 | 2024-03-28T07:49:03.747Z | smf/external-dns/ |
4233 | 2024-03-28T07:49:03.747Z | smf/external-dns/config.toml |
4234 | 2024-03-28T07:49:03.747Z |
353 100% 0.48kB/s 0:00:00
353 100% 0.48kB/s 0:00:00 (xfr#103, to-chk=124/254) |
4235 | 2024-03-28T07:49:03.747Z | smf/external-dns/manifest.xml |
4236 | 2024-03-28T07:49:03.747Z |
1,805 100% 2.46kB/s 0:00:00
1,805 100% 2.46kB/s 0:00:00 (xfr#104, to-chk=123/254) |
4237 | 2024-03-28T07:49:03.747Z | smf/installinator/ |
4238 | 2024-03-28T07:49:03.747Z | smf/installinator/manifest.xml |
4239 | 2024-03-28T07:49:03.747Z |
2,149 100% 2.92kB/s 0:00:00
2,149 100% 2.92kB/s 0:00:00 (xfr#105, to-chk=122/254) |
4240 | 2024-03-28T07:49:03.747Z | smf/internal-dns/ |
4241 | 2024-03-28T07:49:03.747Z | smf/internal-dns/config.toml |
4242 | 2024-03-28T07:49:03.747Z |
353 100% 0.48kB/s 0:00:00
353 100% 0.48kB/s 0:00:00 (xfr#106, to-chk=121/254) |
4243 | 2024-03-28T07:49:03.747Z | smf/internal-dns/manifest.xml |
4244 | 2024-03-28T07:49:03.748Z |
1,618 100% 2.20kB/s 0:00:00
1,618 100% 2.20kB/s 0:00:00 (xfr#107, to-chk=120/254) |
4245 | 2024-03-28T07:49:03.748Z | smf/logadm/ |
4246 | 2024-03-28T07:49:03.748Z | smf/logadm/crontab.root |
4247 | 2024-03-28T07:49:03.748Z |
30 100% 0.04kB/s 0:00:00
30 100% 0.04kB/s 0:00:00 (xfr#108, to-chk=119/254) |
4248 | 2024-03-28T07:49:03.748Z | smf/logadm/logadm.conf |
4249 | 2024-03-28T07:49:03.748Z |
2,553 100% 3.47kB/s 0:00:00
2,553 100% 3.47kB/s 0:00:00 (xfr#109, to-chk=118/254) |
4250 | 2024-03-28T07:49:03.748Z | smf/mgs-sim/ |
4251 | 2024-03-28T07:49:03.748Z | smf/mgs-sim/config.toml |
4252 | 2024-03-28T07:49:03.748Z |
3,534 100% 4.81kB/s 0:00:00
3,534 100% 4.81kB/s 0:00:00 (xfr#110, to-chk=117/254) |
4253 | 2024-03-28T07:49:03.748Z | smf/mgs/ |
4254 | 2024-03-28T07:49:03.748Z | smf/mgs/config.toml |
4255 | 2024-03-28T07:49:03.748Z |
9,085 100% 12.36kB/s 0:00:00
9,085 100% 12.36kB/s 0:00:00 (xfr#111, to-chk=116/254) |
4256 | 2024-03-28T07:49:03.748Z | smf/mgs/manifest.xml |
4257 | 2024-03-28T07:49:03.748Z |
2,474 100% 3.36kB/s 0:00:00
2,474 100% 3.36kB/s 0:00:00 (xfr#112, to-chk=115/254) |
4258 | 2024-03-28T07:49:03.748Z | smf/nexus/ |
4259 | 2024-03-28T07:49:03.748Z | smf/nexus/manifest.xml |
4260 | 2024-03-28T07:49:03.748Z |
1,987 100% 2.70kB/s 0:00:00
1,987 100% 2.70kB/s 0:00:00 (xfr#113, to-chk=114/254) |
4261 | 2024-03-28T07:49:03.748Z | smf/nexus/multi-sled/ |
4262 | 2024-03-28T07:49:03.748Z | smf/nexus/multi-sled/config-partial.toml |
4263 | 2024-03-28T07:49:03.748Z |
1,997 100% 2.71kB/s 0:00:00
1,997 100% 2.71kB/s 0:00:00 (xfr#114, to-chk=111/254) |
4264 | 2024-03-28T07:49:03.748Z | smf/nexus/single-sled/ |
4265 | 2024-03-28T07:49:03.749Z | smf/nexus/single-sled/config-partial.toml |
4266 | 2024-03-28T07:49:03.749Z |
1,993 100% 2.71kB/s 0:00:00
1,993 100% 2.71kB/s 0:00:00 (xfr#115, to-chk=110/254) |
4267 | 2024-03-28T07:49:03.749Z | smf/ntp/ |
4268 | 2024-03-28T07:49:03.749Z | smf/ntp/etc/ |
4269 | 2024-03-28T07:49:03.749Z | smf/ntp/etc/inet/ |
4270 | 2024-03-28T07:49:03.749Z | smf/ntp/etc/inet/chrony.conf.boundary |
4271 | 2024-03-28T07:49:03.749Z |
881 100% 1.20kB/s 0:00:00
881 100% 1.20kB/s 0:00:00 (xfr#116, to-chk=104/254) |
4272 | 2024-03-28T07:49:03.749Z | smf/ntp/etc/inet/chrony.conf.internal |
4273 | 2024-03-28T07:49:03.749Z |
1,108 100% 1.50kB/s 0:00:00
1,108 100% 1.50kB/s 0:00:00 (xfr#117, to-chk=103/254) |
4274 | 2024-03-28T07:49:03.749Z | smf/ntp/etc/logadm.d/ |
4275 | 2024-03-28T07:49:03.749Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
4276 | 2024-03-28T07:49:03.749Z |
135 100% 0.18kB/s 0:00:00
135 100% 0.18kB/s 0:00:00 (xfr#118, to-chk=102/254) |
4277 | 2024-03-28T07:49:03.749Z | smf/ntp/manifest/ |
4278 | 2024-03-28T07:49:03.749Z | smf/ntp/manifest/manifest.xml |
4279 | 2024-03-28T07:49:03.749Z |
3,336 100% 4.53kB/s 0:00:00
3,336 100% 4.53kB/s 0:00:00 (xfr#119, to-chk=101/254) |
4280 | 2024-03-28T07:49:03.749Z | smf/ntp/method/ |
4281 | 2024-03-28T07:49:03.749Z | smf/ntp/method/svc-site-ntp |
4282 | 2024-03-28T07:49:03.749Z |
3,211 100% 4.36kB/s 0:00:00
3,211 100% 4.36kB/s 0:00:00 (xfr#120, to-chk=100/254) |
4283 | 2024-03-28T07:49:03.749Z | smf/opte-interface-setup/ |
4284 | 2024-03-28T07:49:03.749Z | smf/opte-interface-setup/manifest.xml |
4285 | 2024-03-28T07:49:03.749Z |
1,638 100% 2.22kB/s 0:00:00
1,638 100% 2.22kB/s 0:00:00 (xfr#121, to-chk=99/254) |
4286 | 2024-03-28T07:49:03.750Z | smf/oximeter/ |
4287 | 2024-03-28T07:49:03.750Z | smf/oximeter/config.toml |
4288 | 2024-03-28T07:49:03.750Z |
205 100% 0.28kB/s 0:00:00
205 100% 0.28kB/s 0:00:00 (xfr#122, to-chk=98/254) |
4289 | 2024-03-28T07:49:03.750Z | smf/oximeter/manifest.xml |
4290 | 2024-03-28T07:49:03.750Z |
1,770 100% 2.40kB/s 0:00:00
1,770 100% 2.40kB/s 0:00:00 (xfr#123, to-chk=97/254) |
4291 | 2024-03-28T07:49:03.750Z | smf/profile/ |
4292 | 2024-03-28T07:49:03.750Z | smf/profile/bashrc |
4293 | 2024-03-28T07:49:03.750Z |
925 100% 1.26kB/s 0:00:00
925 100% 1.26kB/s 0:00:00 (xfr#124, to-chk=96/254) |
4294 | 2024-03-28T07:49:03.750Z | smf/profile/profile |
4295 | 2024-03-28T07:49:03.750Z |
554 100% 0.75kB/s 0:00:00
554 100% 0.75kB/s 0:00:00 (xfr#125, to-chk=95/254) |
4296 | 2024-03-28T07:49:03.750Z | smf/sled-agent/ |
4297 | 2024-03-28T07:49:03.750Z | smf/sled-agent/manifest.xml |
4298 | 2024-03-28T07:49:03.750Z |
2,373 100% 3.22kB/s 0:00:00
2,373 100% 3.22kB/s 0:00:00 (xfr#126, to-chk=94/254) |
4299 | 2024-03-28T07:49:03.750Z | smf/sled-agent/gimlet-standalone/ |
4300 | 2024-03-28T07:49:03.750Z | smf/sled-agent/gimlet-standalone/README.md |
4301 | 2024-03-28T07:49:03.750Z |
114 100% 0.15kB/s 0:00:00
114 100% 0.15kB/s 0:00:00 (xfr#127, to-chk=90/254) |
4302 | 2024-03-28T07:49:03.750Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
4303 | 2024-03-28T07:49:03.750Z |
6,611 100% 8.98kB/s 0:00:00
6,611 100% 8.98kB/s 0:00:00 (xfr#128, to-chk=89/254) |
4304 | 2024-03-28T07:49:03.750Z | smf/sled-agent/gimlet-standalone/config.toml |
4305 | 2024-03-28T07:49:03.750Z |
1,800 100% 2.44kB/s 0:00:00
1,800 100% 2.44kB/s 0:00:00 (xfr#129, to-chk=88/254) |
4306 | 2024-03-28T07:49:03.750Z | smf/sled-agent/gimlet/ |
4307 | 2024-03-28T07:49:03.751Z | smf/sled-agent/gimlet/README.md |
4308 | 2024-03-28T07:49:03.751Z |
54 100% 0.07kB/s 0:00:00
54 100% 0.07kB/s 0:00:00 (xfr#130, to-chk=87/254) |
4309 | 2024-03-28T07:49:03.751Z | smf/sled-agent/gimlet/config.toml |
4310 | 2024-03-28T07:49:03.751Z |
1,657 100% 2.25kB/s 0:00:00
1,657 100% 2.25kB/s 0:00:00 (xfr#131, to-chk=86/254) |
4311 | 2024-03-28T07:49:03.751Z | smf/sled-agent/non-gimlet/ |
4312 | 2024-03-28T07:49:03.751Z | smf/sled-agent/non-gimlet/README.md |
4313 | 2024-03-28T07:49:03.751Z |
105 100% 0.14kB/s 0:00:00
105 100% 0.14kB/s 0:00:00 (xfr#132, to-chk=85/254) |
4314 | 2024-03-28T07:49:03.751Z | smf/sled-agent/non-gimlet/config.toml |
4315 | 2024-03-28T07:49:03.751Z |
2,820 100% 3.83kB/s 0:00:00
2,820 100% 3.83kB/s 0:00:00 (xfr#133, to-chk=84/254) |
4316 | 2024-03-28T07:49:03.751Z | smf/sp-sim/ |
4317 | 2024-03-28T07:49:03.751Z | smf/sp-sim/config.toml |
4318 | 2024-03-28T07:49:03.751Z |
2,604 100% 3.54kB/s 0:00:00
2,604 100% 3.54kB/s 0:00:00 (xfr#134, to-chk=83/254) |
4319 | 2024-03-28T07:49:03.751Z | smf/sp-sim/manifest.xml |
4320 | 2024-03-28T07:49:03.758Z |
1,271 100% 1.73kB/s 0:00:00
1,271 100% 1.73kB/s 0:00:00 (xfr#135, to-chk=82/254) |
4321 | 2024-03-28T07:49:03.758Z | smf/switch_zone_setup/ |
4322 | 2024-03-28T07:49:03.758Z | smf/switch_zone_setup/manifest.xml |
4323 | 2024-03-28T07:49:03.758Z |
1,061 100% 1.44kB/s 0:00:00
1,061 100% 1.44kB/s 0:00:00 (xfr#136, to-chk=81/254) |
4324 | 2024-03-28T07:49:03.758Z | smf/switch_zone_setup/support_authorized_keys |
4325 | 2024-03-28T07:49:03.758Z |
1,284 100% 1.74kB/s 0:00:00
1,284 100% 1.74kB/s 0:00:00 (xfr#137, to-chk=80/254) |
4326 | 2024-03-28T07:49:03.758Z | smf/switch_zone_setup/switch_zone_setup |
4327 | 2024-03-28T07:49:03.758Z |
1,041 100% 1.41kB/s 0:00:00
1,041 100% 1.41kB/s 0:00:00 (xfr#138, to-chk=79/254) |
4328 | 2024-03-28T07:49:03.758Z | smf/wicketd/ |
4329 | 2024-03-28T07:49:03.759Z | smf/wicketd/config.toml |
4330 | 2024-03-28T07:49:03.759Z |
104 100% 0.14kB/s 0:00:00
104 100% 0.14kB/s 0:00:00 (xfr#139, to-chk=78/254) |
4331 | 2024-03-28T07:49:03.759Z | smf/wicketd/manifest.xml |
4332 | 2024-03-28T07:49:03.759Z |
2,954 100% 4.01kB/s 0:00:00
2,954 100% 4.01kB/s 0:00:00 (xfr#140, to-chk=77/254) |
4333 | 2024-03-28T07:49:03.759Z | smf/zone-network-setup/ |
4334 | 2024-03-28T07:49:03.759Z | smf/zone-network-setup/manifest.xml |
4335 | 2024-03-28T07:49:03.759Z |
1,614 100% 2.19kB/s 0:00:00
1,614 100% 2.19kB/s 0:00:00 (xfr#141, to-chk=76/254) |
4336 | 2024-03-28T07:49:03.759Z | tools/ |
4337 | 2024-03-28T07:49:03.759Z | tools/README.adoc |
4338 | 2024-03-28T07:49:03.759Z |
3,558 100% 4.83kB/s 0:00:00
3,558 100% 4.83kB/s 0:00:00 (xfr#142, to-chk=75/254) |
4339 | 2024-03-28T07:49:03.759Z | tools/build-global-zone-packages.sh |
4340 | 2024-03-28T07:49:03.759Z |
2,388 100% 3.24kB/s 0:00:00
2,388 100% 3.24kB/s 0:00:00 (xfr#143, to-chk=74/254) |
4341 | 2024-03-28T07:49:03.759Z | tools/build-host-image.sh |
4342 | 2024-03-28T07:49:03.759Z |
2,971 100% 4.03kB/s 0:00:00
2,971 100% 4.03kB/s 0:00:00 (xfr#144, to-chk=73/254) |
4343 | 2024-03-28T07:49:03.759Z | tools/build-trampoline-global-zone-packages.sh |
4344 | 2024-03-28T07:49:03.759Z |
1,878 100% 2.55kB/s 0:00:00
1,878 100% 2.55kB/s 0:00:00 (xfr#145, to-chk=72/254) |
4345 | 2024-03-28T07:49:03.759Z | tools/ci_check_opte_ver.sh |
4346 | 2024-03-28T07:49:03.759Z |
2,770 100% 3.76kB/s 0:00:00
2,770 100% 3.76kB/s 0:00:00 (xfr#146, to-chk=71/254) |
4347 | 2024-03-28T07:49:03.759Z | tools/ci_download_clickhouse |
4348 | 2024-03-28T07:49:03.759Z |
3,631 100% 4.92kB/s 0:00:00
3,631 100% 4.92kB/s 0:00:00 (xfr#147, to-chk=70/254) |
4349 | 2024-03-28T07:49:03.759Z | tools/ci_download_cockroachdb |
4350 | 2024-03-28T07:49:03.760Z |
4,292 100% 5.82kB/s 0:00:00
4,292 100% 5.82kB/s 0:00:00 (xfr#148, to-chk=69/254) |
4351 | 2024-03-28T07:49:03.760Z | tools/ci_download_console |
4352 | 2024-03-28T07:49:03.760Z |
1,991 100% 2.70kB/s 0:00:00
1,991 100% 2.70kB/s 0:00:00 (xfr#149, to-chk=68/254) |
4353 | 2024-03-28T07:49:03.760Z | tools/ci_download_dendrite_openapi |
4354 | 2024-03-28T07:49:03.760Z |
1,719 100% 2.33kB/s 0:00:00
1,719 100% 2.33kB/s 0:00:00 (xfr#150, to-chk=67/254) |
4355 | 2024-03-28T07:49:03.760Z | tools/ci_download_dendrite_stub |
4356 | 2024-03-28T07:49:03.760Z |
4,229 100% 5.74kB/s 0:00:00
4,229 100% 5.74kB/s 0:00:00 (xfr#151, to-chk=66/254) |
4357 | 2024-03-28T07:49:03.760Z | tools/ci_download_maghemite_mgd |
4358 | 2024-03-28T07:49:03.760Z |
3,650 100% 4.95kB/s 0:00:00
3,650 100% 4.95kB/s 0:00:00 (xfr#152, to-chk=65/254) |
4359 | 2024-03-28T07:49:03.760Z | tools/ci_download_maghemite_openapi |
4360 | 2024-03-28T07:49:03.760Z |
1,989 100% 2.70kB/s 0:00:00
1,989 100% 2.70kB/s 0:00:00 (xfr#153, to-chk=64/254) |
4361 | 2024-03-28T07:49:03.760Z | tools/ci_download_softnpu_machinery |
4362 | 2024-03-28T07:49:03.760Z |
668 100% 0.91kB/s 0:00:00
668 100% 0.91kB/s 0:00:00 (xfr#154, to-chk=63/254) |
4363 | 2024-03-28T07:49:03.760Z | tools/ci_download_thundermuffin |
4364 | 2024-03-28T07:49:03.760Z |
3,237 100% 4.39kB/s 0:00:00
3,237 100% 4.39kB/s 0:00:00 (xfr#155, to-chk=62/254) |
4365 | 2024-03-28T07:49:03.760Z | tools/ci_download_transceiver_control |
4366 | 2024-03-28T07:49:03.760Z |
3,415 100% 4.63kB/s 0:00:00
3,415 100% 4.63kB/s 0:00:00 (xfr#156, to-chk=61/254) |
4367 | 2024-03-28T07:49:03.760Z | tools/clickhouse_checksums |
4368 | 2024-03-28T07:49:03.760Z |
153 100% 0.21kB/s 0:00:00
153 100% 0.21kB/s 0:00:00 (xfr#157, to-chk=60/254) |
4369 | 2024-03-28T07:49:03.760Z | tools/clickhouse_version |
4370 | 2024-03-28T07:49:03.760Z |
11 100% 0.01kB/s 0:00:00
11 100% 0.01kB/s 0:00:00 (xfr#158, to-chk=59/254) |
4371 | 2024-03-28T07:49:03.761Z | tools/cockroachdb_checksums |
4372 | 2024-03-28T07:49:03.761Z |
258 100% 0.35kB/s 0:00:00
258 100% 0.35kB/s 0:00:00 (xfr#159, to-chk=58/254) |
4373 | 2024-03-28T07:49:03.761Z | tools/cockroachdb_version |
4374 | 2024-03-28T07:49:03.761Z |
8 100% 0.01kB/s 0:00:00
8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254) |
4375 | 2024-03-28T07:49:03.761Z | tools/console_version |
4376 | 2024-03-28T07:49:03.761Z |
122 100% 0.17kB/s 0:00:00
122 100% 0.17kB/s 0:00:00 (xfr#161, to-chk=56/254) |
4377 | 2024-03-28T07:49:03.761Z | tools/create_gimlet_virtual_hardware.sh |
4378 | 2024-03-28T07:49:03.761Z |
936 100% 1.27kB/s 0:00:00
936 100% 1.27kB/s 0:00:00 (xfr#162, to-chk=55/254) |
4379 | 2024-03-28T07:49:03.761Z | tools/create_scrimlet_virtual_hardware.sh |
4380 | 2024-03-28T07:49:03.761Z |
2,014 100% 2.73kB/s 0:00:00
2,014 100% 2.73kB/s 0:00:00 (xfr#163, to-chk=54/254) |
4381 | 2024-03-28T07:49:03.761Z | tools/create_self_signed_cert.sh |
4382 | 2024-03-28T07:49:03.761Z |
685 100% 0.93kB/s 0:00:00
685 100% 0.93kB/s 0:00:00 (xfr#164, to-chk=53/254) |
4383 | 2024-03-28T07:49:03.761Z | tools/create_virtual_hardware.sh |
4384 | 2024-03-28T07:49:03.761Z |
3,184 100% 4.32kB/s 0:00:00
3,184 100% 4.32kB/s 0:00:00 (xfr#165, to-chk=52/254) |
4385 | 2024-03-28T07:49:03.761Z | tools/delete-reservoir.sh |
4386 | 2024-03-28T07:49:03.761Z |
136 100% 0.18kB/s 0:00:00
136 100% 0.18kB/s 0:00:00 (xfr#166, to-chk=51/254) |
4387 | 2024-03-28T07:49:03.761Z | tools/dendrite_openapi_version |
4388 | 2024-03-28T07:49:03.761Z |
122 100% 0.17kB/s 0:00:00
122 100% 0.17kB/s 0:00:00 (xfr#167, to-chk=50/254) |
4389 | 2024-03-28T07:49:03.761Z | tools/dendrite_stub_checksums |
4390 | 2024-03-28T07:49:03.761Z |
267 100% 0.36kB/s 0:00:00
267 100% 0.36kB/s 0:00:00 (xfr#168, to-chk=49/254) |
4391 | 2024-03-28T07:49:03.761Z | tools/destroy_gimlet_virtual_hardware.sh |
4392 | 2024-03-28T07:49:03.762Z |
888 100% 1.20kB/s 0:00:00
888 100% 1.20kB/s 0:00:00 (xfr#169, to-chk=48/254) |
4393 | 2024-03-28T07:49:03.762Z | tools/destroy_scrimlet_virtual_hardware.sh |
4394 | 2024-03-28T07:49:03.762Z |
1,147 100% 1.56kB/s 0:00:00
1,147 100% 1.56kB/s 0:00:00 (xfr#170, to-chk=47/254) |
4395 | 2024-03-28T07:49:03.762Z | tools/destroy_virtual_hardware.sh |
4396 | 2024-03-28T07:49:03.762Z |
2,227 100% 3.02kB/s 0:00:00
2,227 100% 3.02kB/s 0:00:00 (xfr#171, to-chk=46/254) |
4397 | 2024-03-28T07:49:03.762Z | tools/dvt_dock_version |
4398 | 2024-03-28T07:49:03.762Z |
48 100% 0.07kB/s 0:00:00
48 100% 0.07kB/s 0:00:00 (xfr#172, to-chk=45/254) |
4399 | 2024-03-28T07:49:03.762Z | tools/ensure_buildomat_artifact.sh |
4400 | 2024-03-28T07:49:03.762Z |
3,759 100% 5.09kB/s 0:00:00
3,759 100% 5.09kB/s 0:00:00 (xfr#173, to-chk=44/254) |
4401 | 2024-03-28T07:49:03.762Z | tools/generate-nexus-api.sh |
4402 | 2024-03-28T07:49:03.762Z |
174 100% 0.24kB/s 0:00:00
174 100% 0.24kB/s 0:00:00 (xfr#174, to-chk=43/254) |
4403 | 2024-03-28T07:49:03.762Z | tools/generate-sled-agent-api.sh |
4404 | 2024-03-28T07:49:03.762Z |
161 100% 0.22kB/s 0:00:00
161 100% 0.22kB/s 0:00:00 (xfr#175, to-chk=42/254) |
4405 | 2024-03-28T07:49:03.762Z | tools/generate-wicketd-api.sh |
4406 | 2024-03-28T07:49:03.762Z |
75 100% 0.10kB/s 0:00:00
75 100% 0.10kB/s 0:00:00 (xfr#176, to-chk=41/254) |
4407 | 2024-03-28T07:49:03.762Z | tools/hubris_checksums |
4408 | 2024-03-28T07:49:03.762Z |
852 100% 1.15kB/s 0:00:00
852 100% 1.15kB/s 0:00:00 (xfr#177, to-chk=40/254) |
4409 | 2024-03-28T07:49:03.762Z | tools/hubris_version |
4410 | 2024-03-28T07:49:03.762Z |
50 100% 0.07kB/s 0:00:00
50 100% 0.07kB/s 0:00:00 (xfr#178, to-chk=39/254) |
4411 | 2024-03-28T07:49:03.762Z | tools/install_builder_prerequisites.sh |
4412 | 2024-03-28T07:49:03.762Z |
7,537 100% 10.21kB/s 0:00:00
7,537 100% 10.21kB/s 0:00:00 (xfr#179, to-chk=38/254) |
4413 | 2024-03-28T07:49:03.763Z | tools/install_opte.sh |
4414 | 2024-03-28T07:49:03.763Z |
3,755 100% 5.09kB/s 0:00:00
3,755 100% 5.09kB/s 0:00:00 (xfr#180, to-chk=37/254) |
4415 | 2024-03-28T07:49:03.763Z | tools/install_prerequisites.sh |
4416 | 2024-03-28T07:49:03.763Z |
255 100% 0.35kB/s 0:00:00
255 100% 0.35kB/s 0:00:00 (xfr#181, to-chk=36/254) |
4417 | 2024-03-28T07:49:03.763Z | tools/install_runner_prerequisites.sh |
4418 | 2024-03-28T07:49:03.763Z |
4,154 100% 5.63kB/s 0:00:00
4,154 100% 5.63kB/s 0:00:00 (xfr#182, to-chk=35/254) |
4419 | 2024-03-28T07:49:03.763Z | tools/maghemite_ddm_openapi_version |
4420 | 2024-03-28T07:49:03.767Z |
122 100% 0.17kB/s 0:00:00
122 100% 0.17kB/s 0:00:00 (xfr#183, to-chk=34/254) |
4421 | 2024-03-28T07:49:03.768Z | tools/maghemite_mg_openapi_version |
4422 | 2024-03-28T07:49:03.768Z |
122 100% 0.17kB/s 0:00:00
122 100% 0.17kB/s 0:00:00 (xfr#184, to-chk=33/254) |
4423 | 2024-03-28T07:49:03.768Z | tools/maghemite_mgd_checksums |
4424 | 2024-03-28T07:49:03.768Z |
163 100% 0.22kB/s 0:00:00
163 100% 0.22kB/s 0:00:00 (xfr#185, to-chk=32/254) |
4425 | 2024-03-28T07:49:03.768Z | tools/opte_version |
4426 | 2024-03-28T07:49:03.768Z |
9 100% 0.01kB/s 0:00:00
9 100% 0.01kB/s 0:00:00 (xfr#186, to-chk=31/254) |
4427 | 2024-03-28T07:49:03.768Z | tools/opte_version_override |
4428 | 2024-03-28T07:49:03.768Z |
142 100% 0.19kB/s 0:00:00
142 100% 0.19kB/s 0:00:00 (xfr#187, to-chk=30/254) |
4429 | 2024-03-28T07:49:03.768Z | tools/renovate-post-upgrade.sh |
4430 | 2024-03-28T07:49:03.768Z |
1,705 100% 2.31kB/s 0:00:00
1,705 100% 2.31kB/s 0:00:00 (xfr#188, to-chk=29/254) |
4431 | 2024-03-28T07:49:03.768Z | tools/thundermuffin_checksums |
4432 | 2024-03-28T07:49:03.768Z |
79 100% 0.11kB/s 0:00:00
79 100% 0.11kB/s 0:00:00 (xfr#189, to-chk=28/254) |
4433 | 2024-03-28T07:49:03.768Z | tools/thundermuffin_version |
4434 | 2024-03-28T07:49:03.768Z |
50 100% 0.07kB/s 0:00:00
50 100% 0.07kB/s 0:00:00 (xfr#190, to-chk=27/254) |
4435 | 2024-03-28T07:49:03.768Z | tools/transceiver_control_version |
4436 | 2024-03-28T07:49:03.768Z |
137 100% 0.19kB/s 0:00:00
137 100% 0.19kB/s 0:00:00 (xfr#191, to-chk=26/254) |
4437 | 2024-03-28T07:49:03.768Z | tools/uninstall_opte.sh |
4438 | 2024-03-28T07:49:03.768Z |
6,514 100% 8.82kB/s 0:00:00
6,514 100% 8.82kB/s 0:00:00 (xfr#192, to-chk=25/254) |
4439 | 2024-03-28T07:49:03.768Z | tools/update_crucible.sh |
4440 | 2024-03-28T07:49:03.769Z |
1,093 100% 1.48kB/s 0:00:00
1,093 100% 1.48kB/s 0:00:00 (xfr#193, to-chk=24/254) |
4441 | 2024-03-28T07:49:03.769Z | tools/update_dendrite.sh |
4442 | 2024-03-28T07:49:03.769Z |
2,333 100% 3.16kB/s 0:00:00
2,333 100% 3.16kB/s 0:00:00 (xfr#194, to-chk=23/254) |
4443 | 2024-03-28T07:49:03.769Z | tools/update_helpers.sh |
4444 | 2024-03-28T07:49:03.769Z |
3,831 100% 5.18kB/s 0:00:00
3,831 100% 5.18kB/s 0:00:00 (xfr#195, to-chk=22/254) |
4445 | 2024-03-28T07:49:03.769Z | tools/update_lldp.sh |
4446 | 2024-03-28T07:49:03.769Z |
1,000 100% 1.35kB/s 0:00:00
1,000 100% 1.35kB/s 0:00:00 (xfr#196, to-chk=21/254) |
4447 | 2024-03-28T07:49:03.769Z | tools/update_maghemite.sh |
4448 | 2024-03-28T07:49:03.769Z |
939 100% 1.27kB/s 0:00:00
939 100% 1.27kB/s 0:00:00 (xfr#197, to-chk=20/254) |
4449 | 2024-03-28T07:49:03.769Z | tools/update_propolis.sh |
4450 | 2024-03-28T07:49:03.769Z |
1,050 100% 1.42kB/s 0:00:00
1,050 100% 1.42kB/s 0:00:00 (xfr#198, to-chk=19/254) |
4451 | 2024-03-28T07:49:03.769Z | tools/update_transceiver_control.sh |
4452 | 2024-03-28T07:49:03.769Z |
1,374 100% 1.86kB/s 0:00:00
1,374 100% 1.86kB/s 0:00:00 (xfr#199, to-chk=18/254) |
4453 | 2024-03-28T07:49:03.769Z | tools/virtual_hardware.sh |
4454 | 2024-03-28T07:49:03.769Z |
3,429 100% 4.64kB/s 0:00:00
3,429 100% 4.64kB/s 0:00:00 (xfr#200, to-chk=17/254) |
4455 | 2024-03-28T07:49:03.769Z | tools/dtrace/ |
4456 | 2024-03-28T07:49:03.769Z | tools/dtrace/aggregate-query-latency.d |
4457 | 2024-03-28T07:49:03.769Z |
780 100% 1.06kB/s 0:00:00
780 100% 1.06kB/s 0:00:00 (xfr#201, to-chk=11/254) |
4458 | 2024-03-28T07:49:03.769Z | tools/dtrace/slowest-queries.d |
4459 | 2024-03-28T07:49:03.769Z |
1,077 100% 1.46kB/s 0:00:00
1,077 100% 1.46kB/s 0:00:00 (xfr#202, to-chk=10/254) |
4460 | 2024-03-28T07:49:03.769Z | tools/dtrace/trace-db-queries.d |
4461 | 2024-03-28T07:49:03.770Z |
811 100% 1.10kB/s 0:00:00
811 100% 1.10kB/s 0:00:00 (xfr#203, to-chk=9/254) |
4462 | 2024-03-28T07:49:03.770Z | tools/include/ |
4463 | 2024-03-28T07:49:03.770Z | tools/include/force-git-over-https.sh |
4464 | 2024-03-28T07:49:03.770Z |
940 100% 1.27kB/s 0:00:00
940 100% 1.27kB/s 0:00:00 (xfr#204, to-chk=8/254) |
4465 | 2024-03-28T07:49:03.770Z | tools/populate/ |
4466 | 2024-03-28T07:49:03.770Z | tools/populate/populate-alpine.sh |
4467 | 2024-03-28T07:49:03.770Z |
788 100% 1.07kB/s 0:00:00
788 100% 1.07kB/s 0:00:00 (xfr#205, to-chk=7/254) |
4468 | 2024-03-28T07:49:03.770Z | tools/populate/populate-images.sh |
4469 | 2024-03-28T07:49:03.770Z |
2,571 100% 3.48kB/s 0:00:00
2,571 100% 3.48kB/s 0:00:00 (xfr#206, to-chk=6/254) |
4470 | 2024-03-28T07:49:03.770Z | tools/reflector/ |
4471 | 2024-03-28T07:49:03.770Z | tools/reflector/helpers.sh |
4472 | 2024-03-28T07:49:03.770Z |
4,652 100% 6.29kB/s 0:00:00
4,652 100% 6.29kB/s 0:00:00 (xfr#207, to-chk=5/254) |
4473 | 2024-03-28T07:49:03.770Z | tools/scrimlet/ |
4474 | 2024-03-28T07:49:03.770Z | tools/scrimlet/create-softnpu-zone.sh |
4475 | 2024-03-28T07:49:03.770Z |
627 100% 0.85kB/s 0:00:00
627 100% 0.85kB/s 0:00:00 (xfr#208, to-chk=4/254) |
4476 | 2024-03-28T07:49:03.770Z | tools/scrimlet/destroy-softnpu-zone.sh |
4477 | 2024-03-28T07:49:03.770Z |
203 100% 0.27kB/s 0:00:00
203 100% 0.27kB/s 0:00:00 (xfr#209, to-chk=3/254) |
4478 | 2024-03-28T07:49:03.770Z | tools/scrimlet/softnpu-init.sh |
4479 | 2024-03-28T07:49:03.770Z |
2,157 100% 2.92kB/s 0:00:00
2,157 100% 2.92kB/s 0:00:00 (xfr#210, to-chk=2/254) |
4480 | 2024-03-28T07:49:03.770Z | tools/scrimlet/softnpu-zone.txt |
4481 | 2024-03-28T07:49:03.771Z |
330 100% 0.45kB/s 0:00:00
330 100% 0.45kB/s 0:00:00 (xfr#211, to-chk=1/254) |
4482 | 2024-03-28T07:49:03.771Z | tools/scrimlet/softnpu.toml |
4483 | 2024-03-28T07:49:03.771Z |
171 100% 0.23kB/s 0:00:00
171 100% 0.23kB/s 0:00:00 (xfr#212, to-chk=0/254) |
4484 | 2024-03-28T07:49:03.776Z | + banner G3 |
4485 | 2024-03-28T07:49:03.780Z | ##### ##### |
4486 | 2024-03-28T07:49:03.780Z | # # # # |
4487 | 2024-03-28T07:49:03.780Z | # # |
4488 | 2024-03-28T07:49:03.780Z | # #### ##### |
4489 | 2024-03-28T07:49:03.780Z | # # # |
4490 | 2024-03-28T07:49:03.780Z | # # # # |
4491 | 2024-03-28T07:49:03.780Z | ##### ##### |
4492 | 2024-03-28T07:49:03.780Z | |
4493 | 2024-03-28T07:49:03.780Z | + . config/build-g3.sh |
4494 | 2024-03-28T07:49:03.780Z | ++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml |
4495 | 2024-03-28T07:49:03.780Z | ++ cp config/g3-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
4496 | 2024-03-28T07:49:03.784Z | ++ cp config/mgs-sim-switch1.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml |
4497 | 2024-03-28T07:49:03.784Z | ++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml |
4498 | 2024-03-28T07:49:03.787Z | ++ cp -r cargo-bay/tools cargo-bay/g3/ |
4499 | 2024-03-28T07:49:03.791Z | ++ cd /work/oxidecomputer/omicron |
4500 | 2024-03-28T07:49:03.794Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
4501 | 2024-03-28T07:49:04.556Z | Finished release [optimized] target(s) in 0.71s |
4502 | 2024-03-28T07:49:04.572Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
4503 | 2024-03-28T07:49:04.601Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
4504 | 2024-03-28T07:49:04.605Z | Created new build target 'default' and set it as active |
4505 | 2024-03-28T07:49:04.605Z | ++ cargo run --release --bin omicron-package -- package |
4506 | 2024-03-28T07:49:05.329Z | Finished release [optimized] target(s) in 0.68s |
4507 | 2024-03-28T07:49:05.355Z | Running `target/release/omicron-package package` |
4508 | 2024-03-28T07:49:05.381Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
4509 | 2024-03-28T07:49:06.178Z | Finished release [optimized] target(s) in 0.75s |
4510 | 2024-03-28T07:49:15.153Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
4511 | 2024-03-28T07:49:15.153Z | ++ rm -rf cargo-bay/g3/omicron |
4512 | 2024-03-28T07:49:15.156Z | ++ mkdir -p cargo-bay/g3/omicron |
4513 | 2024-03-28T07:49:15.159Z | ++ rsync --delete -Paz /work/oxidecomputer/omicron/tools /work/oxidecomputer/omicron/out /work/oxidecomputer/omicron/smf /work/oxidecomputer/omicron/target/release/omicron-package /work/oxidecomputer/omicron/package-manifest.toml --exclude out/downloads --exclude out/clickhouse --exclude out/cockroachdb --exclude out/dendrite-stub --exclude out/mgd --exclude out/thundermuffin --exclude out/transceiver-control --exclude out/omicron-nexus.tar.gz --exclude out/oximeter-collector.tar.gz --exclude out/oximeter-collector.tar.gz --exclude out/clickhouse_svc.tar.gz --exclude out/clickhouse_keeper_svc.tar.gz --exclude out/cockroachdb-service.tar.gz --exclude out/internal-dns-cli.tar.gz --exclude out/dns-server.tar.gz --exclude out/internal-dns-customizations.tar.gz --exclude out/external-dns-customizations.tar.gz --exclude out/ntp-svc.tar.gz --exclude out/mgs.tar.gz --exclude out/omicron-gateway-asic-customizations.tar.gz --exclude out/omicron-gateway-stub-customizations.tar.gz --exclude out/omicron-gateway-softnpu-customizations.tar.gz --exclude out/wicketd.tar.gz --exclude out/wicket.tar.gz --exclude out/switch_zone_setup.tar.gz --exclude out/sp-sim.tar.gz --exclude out/sp-sim-stub.tar.gz --exclude out/sp-sim-softnpu.tar.gz --exclude out/crucible.tar.gz --exclude out/crucible-pantry.tar.gz --exclude out/mg-ddm.tar.gz --exclude out/mgd.tar.gz --exclude out/lldp.tar.gz --exclude out/dendrite-stub.tar.gz --exclude out/dendrite-asic.tar.gz --exclude out/dendrite-softnpu.tar.gz --exclude out/xcvradm.tar.gz --exclude out/thundermuffin.tar.gz --exclude out/zone-network-install.tar.gz --exclude out/zone-network-setup.tar.gz --exclude out/opte-interface-setup.tar.gz --exclude out/omicron-omdb.tar.gz --exclude out/logadm.tar.gz --exclude out/profile.tar.gz --exclude '*.p5p' cargo-bay/g3/omicron/ |
4514 | 2024-03-28T07:49:15.166Z | sending incremental file list |
4515 | 2024-03-28T07:49:15.169Z | omicron-package |
4516 | 2024-03-28T07:49:15.374Z |
32,768 0% 0.00kB/s 0:00:00
40,138,496 100% 186.57MB/s 0:00:00 (xfr#1, to-chk=253/254) |
4517 | 2024-03-28T07:49:15.374Z | package-manifest.toml |
4518 | 2024-03-28T07:49:15.377Z |
26,511 100% 126.29kB/s 0:00:00
26,511 100% 126.29kB/s 0:00:00 (xfr#2, to-chk=252/254) |
4519 | 2024-03-28T07:49:15.377Z | out/ |
4520 | 2024-03-28T07:49:15.377Z | out/LOG |
4521 | 2024-03-28T07:49:15.377Z |
32,768 68% 156.10kB/s 0:00:00
47,902 100% 228.19kB/s 0:00:00 (xfr#3, to-chk=248/254) |
4522 | 2024-03-28T07:49:15.377Z | out/clickhouse.tar.gz |
4523 | 2024-03-28T07:49:15.858Z |
32,768 0% 155.34kB/s 0:24:48
231,182,479 100% 322.33MB/s 0:00:00 (xfr#4, to-chk=247/254) |
4524 | 2024-03-28T07:49:15.858Z | out/clickhouse_keeper.tar.gz |
4525 | 2024-03-28T07:49:16.375Z |
32,768 0% 46.72kB/s 1:22:27
133,201,920 57% 127.03MB/s 0:00:00
231,167,703 100% 183.26MB/s 0:00:01 (xfr#5, to-chk=246/254) |
4526 | 2024-03-28T07:49:16.376Z | out/cockroachdb.tar.gz |
4527 | 2024-03-28T07:49:16.659Z |
32,768 0% 156.86kB/s 0:13:27
126,669,519 100% 246.03MB/s 0:00:00 (xfr#6, to-chk=245/254) |
4528 | 2024-03-28T07:49:16.659Z | out/crucible-pantry-zone.tar.gz |
4529 | 2024-03-28T07:49:16.723Z |
32,768 0% 65.04kB/s 0:06:28
25,289,390 100% 43.38MB/s 0:00:00 (xfr#7, to-chk=244/254) |
4530 | 2024-03-28T07:49:16.724Z | out/crucible-zone.tar.gz |
4531 | 2024-03-28T07:49:16.790Z |
32,768 0% 57.55kB/s 0:10:42
36,994,036 100% 56.72MB/s 0:00:00 (xfr#8, to-chk=243/254) |
4532 | 2024-03-28T07:49:16.790Z | out/external-dns.tar.gz |
4533 | 2024-03-28T07:49:16.848Z |
32,768 0% 51.45kB/s 0:10:01
31,003,333 100% 43.67MB/s 0:00:00 (xfr#9, to-chk=242/254) |
4534 | 2024-03-28T07:49:16.848Z | out/internal-dns.tar.gz |
4535 | 2024-03-28T07:49:16.900Z |
32,768 0% 47.20kB/s 0:10:56
31,004,213 100% 40.39MB/s 0:00:00 (xfr#10, to-chk=241/254) |
4536 | 2024-03-28T07:49:16.900Z | out/mg-ddm-gz.tar |
4537 | 2024-03-28T07:49:17.338Z |
32,768 0% 43.72kB/s 0:28:35
45,383,680 60% 43.28MB/s 0:00:00
75,039,232 100% 61.11MB/s 0:00:01 (xfr#11, to-chk=240/254) |
4538 | 2024-03-28T07:49:17.338Z | out/nexus.tar.gz |
4539 | 2024-03-28T07:49:17.503Z |
32,768 0% 186.05kB/s 0:08:07
90,694,787 100% 257.42MB/s 0:00:00 (xfr#12, to-chk=239/254) |
4540 | 2024-03-28T07:49:17.503Z | out/ntp.tar.gz |
4541 | 2024-03-28T07:49:17.521Z |
32,768 0% 95.24kB/s 0:01:49
10,425,157 100% 28.01MB/s 0:00:00 (xfr#13, to-chk=238/254) |
4542 | 2024-03-28T07:49:17.522Z | out/omicron-gateway-softnpu.tar.gz |
4543 | 2024-03-28T07:49:17.545Z |
32,768 0% 90.14kB/s 0:03:02
16,522,806 100% 41.69MB/s 0:00:00 (xfr#14, to-chk=237/254) |
4544 | 2024-03-28T07:49:17.545Z | out/omicron-gateway.tar.gz |
4545 | 2024-03-28T07:49:17.568Z |
32,768 0% 84.66kB/s 0:03:14
16,517,040 100% 39.28MB/s 0:00:00 (xfr#15, to-chk=236/254) |
4546 | 2024-03-28T07:49:17.568Z | out/omicron-sled-agent.tar |
4547 | 2024-03-28T07:49:18.234Z |
32,768 0% 79.60kB/s 0:23:52
100,401,152 88% 95.75MB/s 0:00:00
114,086,400 100% 102.35MB/s 0:00:01 (xfr#16, to-chk=235/254) |
4548 | 2024-03-28T07:49:18.234Z | out/overlay.tar.gz |
4549 | 2024-03-28T07:49:18.704Z |
2,622 100% 40.01kB/s 0:00:00
2,622 100% 40.01kB/s 0:00:00 (xfr#17, to-chk=234/254) |
4550 | 2024-03-28T07:49:18.704Z | out/oximeter.tar.gz |
4551 | 2024-03-28T07:49:18.704Z |
32,768 0% 500.00kB/s 0:01:38
49,047,464 100% 294.18MB/s 0:00:00 (xfr#18, to-chk=233/254) |
4552 | 2024-03-28T07:49:18.705Z | out/oxlog.tar |
4553 | 2024-03-28T07:49:18.705Z |
32,768 0% 200.00kB/s 0:00:31
6,243,840 100% 29.92MB/s 0:00:00 (xfr#19, to-chk=232/254) |
4554 | 2024-03-28T07:49:18.705Z | out/probe.tar.gz |
4555 | 2024-03-28T07:49:18.705Z |
32,768 1% 160.80kB/s 0:00:17
2,829,470 100% 13.16MB/s 0:00:00 (xfr#20, to-chk=231/254) |
4556 | 2024-03-28T07:49:18.705Z | out/propolis-server.tar.gz |
4557 | 2024-03-28T07:49:18.705Z |
32,768 0% 156.10kB/s 0:07:04
66,360,059 100% 189.48MB/s 0:00:00 (xfr#21, to-chk=230/254) |
4558 | 2024-03-28T07:49:18.705Z | out/switch-softnpu.tar.gz |
4559 | 2024-03-28T07:49:18.900Z |
32,768 0% 95.81kB/s 0:37:09
213,597,383 100% 277.52MB/s 0:00:00 (xfr#22, to-chk=229/254) |
4560 | 2024-03-28T07:49:18.901Z | out/console-assets/ |
4561 | 2024-03-28T07:49:18.901Z | out/console-assets/VERSION |
4562 | 2024-03-28T07:49:18.901Z |
41 100% 0.05kB/s 0:00:00
41 100% 0.05kB/s 0:00:00 (xfr#23, to-chk=225/254) |
4563 | 2024-03-28T07:49:18.901Z | out/console-assets/index.html |
4564 | 2024-03-28T07:49:18.905Z |
466 100% 0.62kB/s 0:00:00
466 100% 0.62kB/s 0:00:00 (xfr#24, to-chk=224/254) |
4565 | 2024-03-28T07:49:18.905Z | out/console-assets/assets/ |
4566 | 2024-03-28T07:49:18.905Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
4567 | 2024-03-28T07:49:18.905Z |
32,768 70% 43.60kB/s 0:00:00
46,276 100% 61.57kB/s 0:00:00 (xfr#25, to-chk=222/254) |
4568 | 2024-03-28T07:49:18.905Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
4569 | 2024-03-28T07:49:18.906Z |
32,768 65% 43.60kB/s 0:00:00
50,032 100% 66.57kB/s 0:00:00 (xfr#26, to-chk=221/254) |
4570 | 2024-03-28T07:49:18.906Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
4571 | 2024-03-28T07:49:18.906Z |
32,768 55% 43.60kB/s 0:00:00
58,524 100% 77.86kB/s 0:00:00 (xfr#27, to-chk=220/254) |
4572 | 2024-03-28T07:49:18.906Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
4573 | 2024-03-28T07:49:18.906Z |
32,768 71% 43.60kB/s 0:00:00
46,060 100% 61.28kB/s 0:00:00 (xfr#28, to-chk=219/254) |
4574 | 2024-03-28T07:49:18.906Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
4575 | 2024-03-28T07:49:18.906Z |
21,937 100% 29.15kB/s 0:00:00
21,937 100% 29.15kB/s 0:00:00 (xfr#29, to-chk=218/254) |
4576 | 2024-03-28T07:49:18.906Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
4577 | 2024-03-28T07:49:18.906Z |
17,996 100% 23.91kB/s 0:00:00
17,996 100% 23.91kB/s 0:00:00 (xfr#30, to-chk=217/254) |
4578 | 2024-03-28T07:49:18.906Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
4579 | 2024-03-28T07:49:18.906Z |
21,890 100% 29.08kB/s 0:00:00
21,890 100% 29.08kB/s 0:00:00 (xfr#31, to-chk=216/254) |
4580 | 2024-03-28T07:49:18.907Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
4581 | 2024-03-28T07:49:18.907Z |
17,984 100% 23.89kB/s 0:00:00
17,984 100% 23.89kB/s 0:00:00 (xfr#32, to-chk=215/254) |
4582 | 2024-03-28T07:49:18.907Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
4583 | 2024-03-28T07:49:18.907Z |
21,123 100% 28.07kB/s 0:00:00
21,123 100% 28.07kB/s 0:00:00 (xfr#33, to-chk=214/254) |
4584 | 2024-03-28T07:49:18.907Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
4585 | 2024-03-28T07:49:18.907Z |
17,228 100% 22.89kB/s 0:00:00
17,228 100% 22.89kB/s 0:00:00 (xfr#34, to-chk=213/254) |
4586 | 2024-03-28T07:49:18.907Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
4587 | 2024-03-28T07:49:18.907Z |
18,448 100% 24.51kB/s 0:00:00
18,448 100% 24.51kB/s 0:00:00 (xfr#35, to-chk=212/254) |
4588 | 2024-03-28T07:49:18.907Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
4589 | 2024-03-28T07:49:18.907Z |
22,665 100% 30.11kB/s 0:00:00
22,665 100% 30.11kB/s 0:00:00 (xfr#36, to-chk=211/254) |
4590 | 2024-03-28T07:49:18.907Z | out/console-assets/assets/Terminal-MhI4tVax.js |
4591 | 2024-03-28T07:49:18.907Z |
32,768 11% 43.54kB/s 0:00:05
287,745 100% 381.28kB/s 0:00:00 (xfr#37, to-chk=210/254) |
4592 | 2024-03-28T07:49:18.907Z | out/console-assets/assets/Terminal-MhI4tVax.js.gz |
4593 | 2024-03-28T07:49:18.908Z |
32,768 45% 43.42kB/s 0:00:00
71,751 100% 95.07kB/s 0:00:00 (xfr#38, to-chk=209/254) |
4594 | 2024-03-28T07:49:18.908Z | out/console-assets/assets/Terminal-MhI4tVax.js.map |
4595 | 2024-03-28T07:49:18.912Z |
32,768 5% 43.42kB/s 0:00:12
590,398 100% 779.14kB/s 0:00:00 (xfr#39, to-chk=208/254) |
4596 | 2024-03-28T07:49:18.912Z | out/console-assets/assets/Terminal-MhI4tVax.js.map.gz |
4597 | 2024-03-28T07:49:18.912Z |
32,768 27% 43.24kB/s 0:00:01
118,340 100% 156.17kB/s 0:00:00 (xfr#40, to-chk=207/254) |
4598 | 2024-03-28T07:49:18.912Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js |
4599 | 2024-03-28T07:49:18.912Z |
32,768 8% 43.24kB/s 0:00:07
371,459 100% 488.23kB/s 0:00:00 (xfr#41, to-chk=206/254) |
4600 | 2024-03-28T07:49:18.912Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.gz |
4601 | 2024-03-28T07:49:18.912Z |
32,768 31% 43.07kB/s 0:00:01
103,751 100% 136.37kB/s 0:00:00 (xfr#42, to-chk=205/254) |
4602 | 2024-03-28T07:49:18.912Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.map |
4603 | 2024-03-28T07:49:18.925Z |
32,768 1% 43.07kB/s 0:00:37
1,659,324 100% 2.11MB/s 0:00:00 (xfr#43, to-chk=204/254) |
4604 | 2024-03-28T07:49:18.925Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.map.gz |
4605 | 2024-03-28T07:49:18.925Z |
32,768 8% 42.61kB/s 0:00:08
379,086 100% 492.29kB/s 0:00:00 (xfr#44, to-chk=203/254) |
4606 | 2024-03-28T07:49:18.925Z | out/console-assets/assets/app-UgyCDj6n.css |
4607 | 2024-03-28T07:49:18.925Z |
32,768 23% 42.50kB/s 0:00:02
138,220 100% 179.26kB/s 0:00:00 (xfr#45, to-chk=202/254) |
4608 | 2024-03-28T07:49:18.925Z | out/console-assets/assets/app-UgyCDj6n.css.gz |
4609 | 2024-03-28T07:49:18.925Z |
21,226 100% 27.53kB/s 0:00:00
21,226 100% 27.53kB/s 0:00:00 (xfr#46, to-chk=201/254) |
4610 | 2024-03-28T07:49:18.925Z | out/console-assets/assets/app-oDC708oE.js |
4611 | 2024-03-28T07:49:18.950Z |
32,768 3% 42.50kB/s 0:00:24
1,090,115 100% 1.37MB/s 0:00:00 (xfr#47, to-chk=200/254) |
4612 | 2024-03-28T07:49:18.950Z | out/console-assets/assets/app-oDC708oE.js.gz |
4613 | 2024-03-28T07:49:18.950Z |
32,768 9% 42.11kB/s 0:00:07
336,276 100% 431.53kB/s 0:00:00 (xfr#48, to-chk=199/254) |
4614 | 2024-03-28T07:49:18.951Z | out/console-assets/assets/app-oDC708oE.js.map |
4615 | 2024-03-28T07:49:18.955Z |
32,768 0% 42.05kB/s 0:02:03
5,242,661 100% 6.34MB/s 0:00:00 (xfr#49, to-chk=198/254) |
4616 | 2024-03-28T07:49:18.955Z | out/console-assets/assets/app-oDC708oE.js.map.gz |
4617 | 2024-03-28T07:49:18.959Z |
32,768 2% 40.56kB/s 0:00:29
1,239,845 100% 1.49MB/s 0:00:00 (xfr#50, to-chk=197/254) |
4618 | 2024-03-28T07:49:18.959Z | out/console-assets/assets/favicon-WELtHcTG.svg |
4619 | 2024-03-28T07:49:18.959Z |
761 100% 0.94kB/s 0:00:00
761 100% 0.94kB/s 0:00:00 (xfr#51, to-chk=196/254) |
4620 | 2024-03-28T07:49:18.959Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
4621 | 2024-03-28T07:49:18.959Z |
1,327 100% 1.64kB/s 0:00:00
1,327 100% 1.64kB/s 0:00:00 (xfr#52, to-chk=195/254) |
4622 | 2024-03-28T07:49:18.960Z | out/console-assets/assets/og-preview-image.webp |
4623 | 2024-03-28T07:49:18.960Z |
32,768 36% 40.46kB/s 0:00:01
89,880 100% 110.83kB/s 0:00:00 (xfr#53, to-chk=194/254) |
4624 | 2024-03-28T07:49:18.960Z | out/console-assets/assets/oxide-hero-rack-hMCZGwQc.webp |
4625 | 2024-03-28T07:49:18.965Z |
32,768 9% 40.40kB/s 0:00:07
352,484 100% 434.08kB/s 0:00:00 (xfr#54, to-chk=193/254) |
4626 | 2024-03-28T07:49:18.965Z | out/manifest-cache/ |
4627 | 2024-03-28T07:49:18.965Z | out/manifest-cache/clickhouse.tar.gz.json |
4628 | 2024-03-28T07:49:18.965Z |
780 100% 0.96kB/s 0:00:00
780 100% 0.96kB/s 0:00:00 (xfr#55, to-chk=192/254) |
4629 | 2024-03-28T07:49:18.965Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
4630 | 2024-03-28T07:49:18.965Z |
801 100% 0.99kB/s 0:00:00
801 100% 0.99kB/s 0:00:00 (xfr#56, to-chk=191/254) |
4631 | 2024-03-28T07:49:18.966Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
4632 | 2024-03-28T07:49:18.966Z |
2,958 100% 3.64kB/s 0:00:00
2,958 100% 3.64kB/s 0:00:00 (xfr#57, to-chk=190/254) |
4633 | 2024-03-28T07:49:18.966Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
4634 | 2024-03-28T07:49:18.966Z |
2,946 100% 3.63kB/s 0:00:00
2,946 100% 3.63kB/s 0:00:00 (xfr#58, to-chk=189/254) |
4635 | 2024-03-28T07:49:18.966Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
4636 | 2024-03-28T07:49:18.966Z |
32,768 59% 40.35kB/s 0:00:00
54,966 100% 67.69kB/s 0:00:00 (xfr#59, to-chk=188/254) |
4637 | 2024-03-28T07:49:18.966Z | out/manifest-cache/cockroachdb.tar.gz.json |
4638 | 2024-03-28T07:49:18.966Z |
787 100% 0.97kB/s 0:00:00
787 100% 0.97kB/s 0:00:00 (xfr#60, to-chk=187/254) |
4639 | 2024-03-28T07:49:18.966Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
4640 | 2024-03-28T07:49:18.966Z |
662 100% 0.82kB/s 0:00:00
662 100% 0.82kB/s 0:00:00 (xfr#61, to-chk=186/254) |
4641 | 2024-03-28T07:49:18.967Z | out/manifest-cache/crucible-zone.tar.gz.json |
4642 | 2024-03-28T07:49:18.967Z |
641 100% 0.79kB/s 0:00:00
641 100% 0.79kB/s 0:00:00 (xfr#62, to-chk=185/254) |
4643 | 2024-03-28T07:49:18.967Z | out/manifest-cache/dns-server.tar.gz.json |
4644 | 2024-03-28T07:49:18.967Z |
942 100% 1.16kB/s 0:00:00
942 100% 1.16kB/s 0:00:00 (xfr#63, to-chk=184/254) |
4645 | 2024-03-28T07:49:18.967Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
4646 | 2024-03-28T07:49:18.967Z |
1,132 100% 1.39kB/s 0:00:00
1,132 100% 1.39kB/s 0:00:00 (xfr#64, to-chk=183/254) |
4647 | 2024-03-28T07:49:18.967Z | out/manifest-cache/external-dns.tar.gz.json |
4648 | 2024-03-28T07:49:18.967Z |
934 100% 1.15kB/s 0:00:00
934 100% 1.15kB/s 0:00:00 (xfr#65, to-chk=182/254) |
4649 | 2024-03-28T07:49:18.967Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
4650 | 2024-03-28T07:49:18.967Z |
752 100% 0.92kB/s 0:00:00
752 100% 0.92kB/s 0:00:00 (xfr#66, to-chk=181/254) |
4651 | 2024-03-28T07:49:18.967Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
4652 | 2024-03-28T07:49:18.968Z |
1,132 100% 1.39kB/s 0:00:00
1,132 100% 1.39kB/s 0:00:00 (xfr#67, to-chk=180/254) |
4653 | 2024-03-28T07:49:18.968Z | out/manifest-cache/internal-dns.tar.gz.json |
4654 | 2024-03-28T07:49:18.968Z |
791 100% 0.97kB/s 0:00:00
791 100% 0.97kB/s 0:00:00 (xfr#68, to-chk=179/254) |
4655 | 2024-03-28T07:49:18.968Z | out/manifest-cache/logadm.tar.gz.json |
4656 | 2024-03-28T07:49:18.968Z |
1,044 100% 1.28kB/s 0:00:00
1,044 100% 1.28kB/s 0:00:00 (xfr#69, to-chk=178/254) |
4657 | 2024-03-28T07:49:18.968Z | out/manifest-cache/nexus.tar.gz.json |
4658 | 2024-03-28T07:49:18.968Z |
773 100% 0.95kB/s 0:00:00
773 100% 0.95kB/s 0:00:00 (xfr#70, to-chk=177/254) |
4659 | 2024-03-28T07:49:18.968Z | out/manifest-cache/ntp-svc.tar.gz.json |
4660 | 2024-03-28T07:49:18.968Z |
2,228 100% 2.74kB/s 0:00:00
2,228 100% 2.74kB/s 0:00:00 (xfr#71, to-chk=176/254) |
4661 | 2024-03-28T07:49:18.968Z | out/manifest-cache/ntp.tar.gz.json |
4662 | 2024-03-28T07:49:18.968Z |
763 100% 0.94kB/s 0:00:00
763 100% 0.94kB/s 0:00:00 (xfr#72, to-chk=175/254) |
4663 | 2024-03-28T07:49:18.968Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
4664 | 2024-03-28T07:49:18.969Z |
1,462 100% 1.80kB/s 0:00:00
1,462 100% 1.80kB/s 0:00:00 (xfr#73, to-chk=174/254) |
4665 | 2024-03-28T07:49:18.969Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
4666 | 2024-03-28T07:49:18.969Z |
545 100% 0.67kB/s 0:00:00
545 100% 0.67kB/s 0:00:00 (xfr#74, to-chk=173/254) |
4667 | 2024-03-28T07:49:18.969Z | out/manifest-cache/omicron-gateway.tar.gz.json |
4668 | 2024-03-28T07:49:18.969Z |
703 100% 0.86kB/s 0:00:00
703 100% 0.86kB/s 0:00:00 (xfr#75, to-chk=172/254) |
4669 | 2024-03-28T07:49:18.969Z | out/manifest-cache/omicron-nexus.tar.gz.json |
4670 | 2024-03-28T07:49:18.969Z |
32,768 45% 40.30kB/s 0:00:00
71,925 100% 88.46kB/s 0:00:00 (xfr#76, to-chk=171/254) |
4671 | 2024-03-28T07:49:18.969Z | out/manifest-cache/omicron-omdb.tar.gz.json |
4672 | 2024-03-28T07:49:18.969Z |
702 100% 0.86kB/s 0:00:00
702 100% 0.86kB/s 0:00:00 (xfr#77, to-chk=170/254) |
4673 | 2024-03-28T07:49:18.969Z | out/manifest-cache/omicron-sled-agent.tar.json |
4674 | 2024-03-28T07:49:18.969Z |
1,269 100% 1.56kB/s 0:00:00
1,269 100% 1.56kB/s 0:00:00 (xfr#78, to-chk=169/254) |
4675 | 2024-03-28T07:49:18.970Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
4676 | 2024-03-28T07:49:18.970Z |
883 100% 1.09kB/s 0:00:00
883 100% 1.09kB/s 0:00:00 (xfr#79, to-chk=168/254) |
4677 | 2024-03-28T07:49:18.970Z | out/manifest-cache/overlay.tar.gz.json |
4678 | 2024-03-28T07:49:18.970Z |
473 100% 0.58kB/s 0:00:00
473 100% 0.58kB/s 0:00:00 (xfr#80, to-chk=167/254) |
4679 | 2024-03-28T07:49:18.970Z | out/manifest-cache/oximeter-collector.tar.gz.json |
4680 | 2024-03-28T07:49:18.970Z |
18,311 100% 22.52kB/s 0:00:00
18,311 100% 22.52kB/s 0:00:00 (xfr#81, to-chk=166/254) |
4681 | 2024-03-28T07:49:18.970Z | out/manifest-cache/oximeter.tar.gz.json |
4682 | 2024-03-28T07:49:18.970Z |
641 100% 0.79kB/s 0:00:00
641 100% 0.79kB/s 0:00:00 (xfr#82, to-chk=165/254) |
4683 | 2024-03-28T07:49:18.970Z | out/manifest-cache/oxlog.tar.json |
4684 | 2024-03-28T07:49:18.970Z |
321 100% 0.39kB/s 0:00:00
321 100% 0.39kB/s 0:00:00 (xfr#83, to-chk=164/254) |
4685 | 2024-03-28T07:49:18.970Z | out/manifest-cache/probe.tar.gz.json |
4686 | 2024-03-28T07:49:18.971Z |
346 100% 0.43kB/s 0:00:00
346 100% 0.43kB/s 0:00:00 (xfr#84, to-chk=163/254) |
4687 | 2024-03-28T07:49:18.971Z | out/manifest-cache/profile.tar.gz.json |
4688 | 2024-03-28T07:49:18.971Z |
838 100% 1.03kB/s 0:00:00
838 100% 1.03kB/s 0:00:00 (xfr#85, to-chk=162/254) |
4689 | 2024-03-28T07:49:18.971Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
4690 | 2024-03-28T07:49:18.971Z |
357 100% 0.44kB/s 0:00:00
357 100% 0.44kB/s 0:00:00 (xfr#86, to-chk=161/254) |
4691 | 2024-03-28T07:49:18.971Z | out/manifest-cache/sp-sim.tar.gz.json |
4692 | 2024-03-28T07:49:18.971Z |
1,549 100% 1.91kB/s 0:00:00
1,549 100% 1.91kB/s 0:00:00 (xfr#87, to-chk=160/254) |
4693 | 2024-03-28T07:49:18.971Z | out/manifest-cache/switch-softnpu.tar.gz.json |
4694 | 2024-03-28T07:49:18.971Z |
1,566 100% 1.92kB/s 0:00:00
1,566 100% 1.92kB/s 0:00:00 (xfr#88, to-chk=159/254) |
4695 | 2024-03-28T07:49:18.971Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
4696 | 2024-03-28T07:49:18.971Z |
10,790 100% 13.25kB/s 0:00:00
10,790 100% 13.25kB/s 0:00:00 (xfr#89, to-chk=158/254) |
4697 | 2024-03-28T07:49:18.971Z | out/manifest-cache/wicket.tar.gz.json |
4698 | 2024-03-28T07:49:18.972Z |
1,084 100% 1.33kB/s 0:00:00
1,084 100% 1.33kB/s 0:00:00 (xfr#90, to-chk=157/254) |
4699 | 2024-03-28T07:49:18.972Z | out/manifest-cache/wicketd.tar.gz.json |
4700 | 2024-03-28T07:49:18.972Z |
1,560 100% 1.92kB/s 0:00:00
1,560 100% 1.92kB/s 0:00:00 (xfr#91, to-chk=156/254) |
4701 | 2024-03-28T07:49:18.972Z | out/manifest-cache/zone-network-install.tar.gz.json |
4702 | 2024-03-28T07:49:18.972Z |
877 100% 1.08kB/s 0:00:00
877 100% 1.08kB/s 0:00:00 (xfr#92, to-chk=155/254) |
4703 | 2024-03-28T07:49:18.972Z | out/manifest-cache/zone-network-setup.tar.gz.json |
4704 | 2024-03-28T07:49:18.972Z |
772 100% 0.95kB/s 0:00:00
772 100% 0.95kB/s 0:00:00 (xfr#93, to-chk=154/254) |
4705 | 2024-03-28T07:49:18.972Z | out/target/ |
4706 | 2024-03-28T07:49:18.972Z | out/target/active -> default |
4707 | 2024-03-28T07:49:18.972Z | out/target/default |
4708 | 2024-03-28T07:49:18.973Z |
74 100% 0.09kB/s 0:00:00
74 100% 0.09kB/s 0:00:00 (xfr#94, to-chk=152/254) |
4709 | 2024-03-28T07:49:18.973Z | smf/ |
4710 | 2024-03-28T07:49:18.973Z | smf/clickhouse/ |
4711 | 2024-03-28T07:49:18.973Z | smf/clickhouse/config_replica.xml |
4712 | 2024-03-28T07:49:18.973Z |
2,728 100% 3.35kB/s 0:00:00
2,728 100% 3.35kB/s 0:00:00 (xfr#95, to-chk=132/254) |
4713 | 2024-03-28T07:49:18.973Z | smf/clickhouse/manifest.xml |
4714 | 2024-03-28T07:49:18.973Z |
1,494 100% 1.84kB/s 0:00:00
1,494 100% 1.84kB/s 0:00:00 (xfr#96, to-chk=131/254) |
4715 | 2024-03-28T07:49:18.973Z | smf/clickhouse/method_script.sh |
4716 | 2024-03-28T07:49:18.973Z |
5,330 100% 6.55kB/s 0:00:00
5,330 100% 6.55kB/s 0:00:00 (xfr#97, to-chk=130/254) |
4717 | 2024-03-28T07:49:18.973Z | smf/clickhouse_keeper/ |
4718 | 2024-03-28T07:49:18.973Z | smf/clickhouse_keeper/keeper_config.xml |
4719 | 2024-03-28T07:49:18.974Z |
1,460 100% 1.79kB/s 0:00:00
1,460 100% 1.79kB/s 0:00:00 (xfr#98, to-chk=129/254) |
4720 | 2024-03-28T07:49:18.974Z | smf/clickhouse_keeper/manifest.xml |
4721 | 2024-03-28T07:49:18.974Z |
1,534 100% 1.88kB/s 0:00:00
1,534 100% 1.88kB/s 0:00:00 (xfr#99, to-chk=128/254) |
4722 | 2024-03-28T07:49:18.974Z | smf/clickhouse_keeper/method_script.sh |
4723 | 2024-03-28T07:49:18.974Z |
4,324 100% 5.31kB/s 0:00:00
4,324 100% 5.31kB/s 0:00:00 (xfr#100, to-chk=127/254) |
4724 | 2024-03-28T07:49:18.974Z | smf/cockroachdb/ |
4725 | 2024-03-28T07:49:18.987Z | smf/cockroachdb/manifest.xml |
4726 | 2024-03-28T07:49:18.987Z |
1,667 100% 2.05kB/s 0:00:00
1,667 100% 2.05kB/s 0:00:00 (xfr#101, to-chk=126/254) |
4727 | 2024-03-28T07:49:18.987Z | smf/cockroachdb/method_script.sh |
4728 | 2024-03-28T07:49:18.987Z |
1,030 100% 1.27kB/s 0:00:00
1,030 100% 1.27kB/s 0:00:00 (xfr#102, to-chk=125/254) |
4729 | 2024-03-28T07:49:18.987Z | smf/external-dns/ |
4730 | 2024-03-28T07:49:18.987Z | smf/external-dns/config.toml |
4731 | 2024-03-28T07:49:18.987Z |
353 100% 0.43kB/s 0:00:00
353 100% 0.43kB/s 0:00:00 (xfr#103, to-chk=124/254) |
4732 | 2024-03-28T07:49:18.987Z | smf/external-dns/manifest.xml |
4733 | 2024-03-28T07:49:18.987Z |
1,805 100% 2.22kB/s 0:00:00
1,805 100% 2.22kB/s 0:00:00 (xfr#104, to-chk=123/254) |
4734 | 2024-03-28T07:49:18.987Z | smf/installinator/ |
4735 | 2024-03-28T07:49:18.988Z | smf/installinator/manifest.xml |
4736 | 2024-03-28T07:49:18.988Z |
2,149 100% 2.64kB/s 0:00:00
2,149 100% 2.64kB/s 0:00:00 (xfr#105, to-chk=122/254) |
4737 | 2024-03-28T07:49:18.988Z | smf/internal-dns/ |
4738 | 2024-03-28T07:49:18.988Z | smf/internal-dns/config.toml |
4739 | 2024-03-28T07:49:18.988Z |
353 100% 0.43kB/s 0:00:00
353 100% 0.43kB/s 0:00:00 (xfr#106, to-chk=121/254) |
4740 | 2024-03-28T07:49:18.988Z | smf/internal-dns/manifest.xml |
4741 | 2024-03-28T07:49:18.988Z |
1,618 100% 1.99kB/s 0:00:00
1,618 100% 1.99kB/s 0:00:00 (xfr#107, to-chk=120/254) |
4742 | 2024-03-28T07:49:18.988Z | smf/logadm/ |
4743 | 2024-03-28T07:49:18.988Z | smf/logadm/crontab.root |
4744 | 2024-03-28T07:49:18.988Z |
30 100% 0.04kB/s 0:00:00
30 100% 0.04kB/s 0:00:00 (xfr#108, to-chk=119/254) |
4745 | 2024-03-28T07:49:18.988Z | smf/logadm/logadm.conf |
4746 | 2024-03-28T07:49:18.988Z |
2,553 100% 3.14kB/s 0:00:00
2,553 100% 3.14kB/s 0:00:00 (xfr#109, to-chk=118/254) |
4747 | 2024-03-28T07:49:18.989Z | smf/mgs-sim/ |
4748 | 2024-03-28T07:49:18.989Z | smf/mgs-sim/config.toml |
4749 | 2024-03-28T07:49:18.989Z |
3,534 100% 4.34kB/s 0:00:00
3,534 100% 4.34kB/s 0:00:00 (xfr#110, to-chk=117/254) |
4750 | 2024-03-28T07:49:18.989Z | smf/mgs/ |
4751 | 2024-03-28T07:49:18.989Z | smf/mgs/config.toml |
4752 | 2024-03-28T07:49:18.989Z |
9,085 100% 11.16kB/s 0:00:00
9,085 100% 11.16kB/s 0:00:00 (xfr#111, to-chk=116/254) |
4753 | 2024-03-28T07:49:18.989Z | smf/mgs/manifest.xml |
4754 | 2024-03-28T07:49:18.989Z |
2,474 100% 3.04kB/s 0:00:00
2,474 100% 3.04kB/s 0:00:00 (xfr#112, to-chk=115/254) |
4755 | 2024-03-28T07:49:18.989Z | smf/nexus/ |
4756 | 2024-03-28T07:49:18.989Z | smf/nexus/manifest.xml |
4757 | 2024-03-28T07:49:18.990Z |
1,987 100% 2.44kB/s 0:00:00
1,987 100% 2.44kB/s 0:00:00 (xfr#113, to-chk=114/254) |
4758 | 2024-03-28T07:49:18.990Z | smf/nexus/multi-sled/ |
4759 | 2024-03-28T07:49:18.990Z | smf/nexus/multi-sled/config-partial.toml |
4760 | 2024-03-28T07:49:18.990Z |
1,997 100% 2.45kB/s 0:00:00
1,997 100% 2.45kB/s 0:00:00 (xfr#114, to-chk=111/254) |
4761 | 2024-03-28T07:49:18.990Z | smf/nexus/single-sled/ |
4762 | 2024-03-28T07:49:18.990Z | smf/nexus/single-sled/config-partial.toml |
4763 | 2024-03-28T07:49:18.990Z |
1,993 100% 2.45kB/s 0:00:00
1,993 100% 2.45kB/s 0:00:00 (xfr#115, to-chk=110/254) |
4764 | 2024-03-28T07:49:18.990Z | smf/ntp/ |
4765 | 2024-03-28T07:49:18.990Z | smf/ntp/etc/ |
4766 | 2024-03-28T07:49:18.990Z | smf/ntp/etc/inet/ |
4767 | 2024-03-28T07:49:18.990Z | smf/ntp/etc/inet/chrony.conf.boundary |
4768 | 2024-03-28T07:49:18.990Z |
881 100% 1.08kB/s 0:00:00
881 100% 1.08kB/s 0:00:00 (xfr#116, to-chk=104/254) |
4769 | 2024-03-28T07:49:18.990Z | smf/ntp/etc/inet/chrony.conf.internal |
4770 | 2024-03-28T07:49:18.991Z |
1,108 100% 1.36kB/s 0:00:00
1,108 100% 1.36kB/s 0:00:00 (xfr#117, to-chk=103/254) |
4771 | 2024-03-28T07:49:18.991Z | smf/ntp/etc/logadm.d/ |
4772 | 2024-03-28T07:49:18.991Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
4773 | 2024-03-28T07:49:18.991Z |
135 100% 0.17kB/s 0:00:00
135 100% 0.17kB/s 0:00:00 (xfr#118, to-chk=102/254) |
4774 | 2024-03-28T07:49:18.991Z | smf/ntp/manifest/ |
4775 | 2024-03-28T07:49:18.991Z | smf/ntp/manifest/manifest.xml |
4776 | 2024-03-28T07:49:18.991Z |
3,336 100% 4.09kB/s 0:00:00
3,336 100% 4.09kB/s 0:00:00 (xfr#119, to-chk=101/254) |
4777 | 2024-03-28T07:49:18.991Z | smf/ntp/method/ |
4778 | 2024-03-28T07:49:18.991Z | smf/ntp/method/svc-site-ntp |
4779 | 2024-03-28T07:49:18.991Z |
3,211 100% 3.94kB/s 0:00:00
3,211 100% 3.94kB/s 0:00:00 (xfr#120, to-chk=100/254) |
4780 | 2024-03-28T07:49:18.991Z | smf/opte-interface-setup/ |
4781 | 2024-03-28T07:49:18.991Z | smf/opte-interface-setup/manifest.xml |
4782 | 2024-03-28T07:49:18.992Z |
1,638 100% 2.01kB/s 0:00:00
1,638 100% 2.01kB/s 0:00:00 (xfr#121, to-chk=99/254) |
4783 | 2024-03-28T07:49:18.992Z | smf/oximeter/ |
4784 | 2024-03-28T07:49:18.992Z | smf/oximeter/config.toml |
4785 | 2024-03-28T07:49:18.992Z |
205 100% 0.25kB/s 0:00:00
205 100% 0.25kB/s 0:00:00 (xfr#122, to-chk=98/254) |
4786 | 2024-03-28T07:49:18.992Z | smf/oximeter/manifest.xml |
4787 | 2024-03-28T07:49:18.992Z |
1,770 100% 2.17kB/s 0:00:00
1,770 100% 2.17kB/s 0:00:00 (xfr#123, to-chk=97/254) |
4788 | 2024-03-28T07:49:18.992Z | smf/profile/ |
4789 | 2024-03-28T07:49:18.992Z | smf/profile/bashrc |
4790 | 2024-03-28T07:49:18.992Z |
925 100% 1.13kB/s 0:00:00
925 100% 1.13kB/s 0:00:00 (xfr#124, to-chk=96/254) |
4791 | 2024-03-28T07:49:18.992Z | smf/profile/profile |
4792 | 2024-03-28T07:49:18.992Z |
554 100% 0.68kB/s 0:00:00
554 100% 0.68kB/s 0:00:00 (xfr#125, to-chk=95/254) |
4793 | 2024-03-28T07:49:18.992Z | smf/sled-agent/ |
4794 | 2024-03-28T07:49:18.993Z | smf/sled-agent/manifest.xml |
4795 | 2024-03-28T07:49:18.993Z |
2,373 100% 2.91kB/s 0:00:00
2,373 100% 2.91kB/s 0:00:00 (xfr#126, to-chk=94/254) |
4796 | 2024-03-28T07:49:18.993Z | smf/sled-agent/gimlet-standalone/ |
4797 | 2024-03-28T07:49:18.993Z | smf/sled-agent/gimlet-standalone/README.md |
4798 | 2024-03-28T07:49:18.993Z |
114 100% 0.14kB/s 0:00:00
114 100% 0.14kB/s 0:00:00 (xfr#127, to-chk=90/254) |
4799 | 2024-03-28T07:49:18.993Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
4800 | 2024-03-28T07:49:18.993Z |
6,611 100% 8.11kB/s 0:00:00
6,611 100% 8.11kB/s 0:00:00 (xfr#128, to-chk=89/254) |
4801 | 2024-03-28T07:49:18.993Z | smf/sled-agent/gimlet-standalone/config.toml |
4802 | 2024-03-28T07:49:18.993Z |
1,800 100% 2.21kB/s 0:00:00
1,800 100% 2.21kB/s 0:00:00 (xfr#129, to-chk=88/254) |
4803 | 2024-03-28T07:49:18.993Z | smf/sled-agent/gimlet/ |
4804 | 2024-03-28T07:49:18.993Z | smf/sled-agent/gimlet/README.md |
4805 | 2024-03-28T07:49:18.994Z |
54 100% 0.07kB/s 0:00:00
54 100% 0.07kB/s 0:00:00 (xfr#130, to-chk=87/254) |
4806 | 2024-03-28T07:49:18.994Z | smf/sled-agent/gimlet/config.toml |
4807 | 2024-03-28T07:49:18.994Z |
1,657 100% 2.03kB/s 0:00:00
1,657 100% 2.03kB/s 0:00:00 (xfr#131, to-chk=86/254) |
4808 | 2024-03-28T07:49:18.994Z | smf/sled-agent/non-gimlet/ |
4809 | 2024-03-28T07:49:18.994Z | smf/sled-agent/non-gimlet/README.md |
4810 | 2024-03-28T07:49:18.994Z |
105 100% 0.13kB/s 0:00:00
105 100% 0.13kB/s 0:00:00 (xfr#132, to-chk=85/254) |
4811 | 2024-03-28T07:49:18.994Z | smf/sled-agent/non-gimlet/config.toml |
4812 | 2024-03-28T07:49:18.994Z |
2,906 100% 3.57kB/s 0:00:00
2,906 100% 3.57kB/s 0:00:00 (xfr#133, to-chk=84/254) |
4813 | 2024-03-28T07:49:18.994Z | smf/sp-sim/ |
4814 | 2024-03-28T07:49:18.994Z | smf/sp-sim/config.toml |
4815 | 2024-03-28T07:49:18.994Z |
2,604 100% 3.19kB/s 0:00:00
2,604 100% 3.19kB/s 0:00:00 (xfr#134, to-chk=83/254) |
4816 | 2024-03-28T07:49:18.994Z | smf/sp-sim/manifest.xml |
4817 | 2024-03-28T07:49:18.995Z |
1,271 100% 1.56kB/s 0:00:00
1,271 100% 1.56kB/s 0:00:00 (xfr#135, to-chk=82/254) |
4818 | 2024-03-28T07:49:18.995Z | smf/switch_zone_setup/ |
4819 | 2024-03-28T07:49:18.995Z | smf/switch_zone_setup/manifest.xml |
4820 | 2024-03-28T07:49:18.995Z |
1,061 100% 1.30kB/s 0:00:00
1,061 100% 1.30kB/s 0:00:00 (xfr#136, to-chk=81/254) |
4821 | 2024-03-28T07:49:18.995Z | smf/switch_zone_setup/support_authorized_keys |
4822 | 2024-03-28T07:49:18.995Z |
1,284 100% 1.58kB/s 0:00:00
1,284 100% 1.58kB/s 0:00:00 (xfr#137, to-chk=80/254) |
4823 | 2024-03-28T07:49:18.995Z | smf/switch_zone_setup/switch_zone_setup |
4824 | 2024-03-28T07:49:18.995Z |
1,041 100% 1.28kB/s 0:00:00
1,041 100% 1.28kB/s 0:00:00 (xfr#138, to-chk=79/254) |
4825 | 2024-03-28T07:49:19.015Z | smf/wicketd/ |
4826 | 2024-03-28T07:49:19.015Z | smf/wicketd/config.toml |
4827 | 2024-03-28T07:49:19.015Z |
104 100% 0.13kB/s 0:00:00
104 100% 0.13kB/s 0:00:00 (xfr#139, to-chk=78/254) |
4828 | 2024-03-28T07:49:19.015Z | smf/wicketd/manifest.xml |
4829 | 2024-03-28T07:49:19.015Z |
2,954 100% 3.62kB/s 0:00:00
2,954 100% 3.62kB/s 0:00:00 (xfr#140, to-chk=77/254) |
4830 | 2024-03-28T07:49:19.015Z | smf/zone-network-setup/ |
4831 | 2024-03-28T07:49:19.016Z | smf/zone-network-setup/manifest.xml |
4832 | 2024-03-28T07:49:19.016Z |
1,614 100% 1.98kB/s 0:00:00
1,614 100% 1.98kB/s 0:00:00 (xfr#141, to-chk=76/254) |
4833 | 2024-03-28T07:49:19.016Z | tools/ |
4834 | 2024-03-28T07:49:19.016Z | tools/README.adoc |
4835 | 2024-03-28T07:49:19.016Z |
3,558 100% 4.36kB/s 0:00:00
3,558 100% 4.36kB/s 0:00:00 (xfr#142, to-chk=75/254) |
4836 | 2024-03-28T07:49:19.016Z | tools/build-global-zone-packages.sh |
4837 | 2024-03-28T07:49:19.016Z |
2,388 100% 2.93kB/s 0:00:00
2,388 100% 2.93kB/s 0:00:00 (xfr#143, to-chk=74/254) |
4838 | 2024-03-28T07:49:19.016Z | tools/build-host-image.sh |
4839 | 2024-03-28T07:49:19.016Z |
2,971 100% 3.64kB/s 0:00:00
2,971 100% 3.64kB/s 0:00:00 (xfr#144, to-chk=73/254) |
4840 | 2024-03-28T07:49:19.016Z | tools/build-trampoline-global-zone-packages.sh |
4841 | 2024-03-28T07:49:19.016Z |
1,878 100% 2.30kB/s 0:00:00
1,878 100% 2.30kB/s 0:00:00 (xfr#145, to-chk=72/254) |
4842 | 2024-03-28T07:49:19.016Z | tools/ci_check_opte_ver.sh |
4843 | 2024-03-28T07:49:19.016Z |
2,770 100% 3.39kB/s 0:00:00
2,770 100% 3.39kB/s 0:00:00 (xfr#146, to-chk=71/254) |
4844 | 2024-03-28T07:49:19.017Z | tools/ci_download_clickhouse |
4845 | 2024-03-28T07:49:19.017Z |
3,631 100% 4.45kB/s 0:00:00
3,631 100% 4.45kB/s 0:00:00 (xfr#147, to-chk=70/254) |
4846 | 2024-03-28T07:49:19.017Z | tools/ci_download_cockroachdb |
4847 | 2024-03-28T07:49:19.017Z |
4,292 100% 5.26kB/s 0:00:00
4,292 100% 5.26kB/s 0:00:00 (xfr#148, to-chk=69/254) |
4848 | 2024-03-28T07:49:19.017Z | tools/ci_download_console |
4849 | 2024-03-28T07:49:19.017Z |
1,991 100% 2.44kB/s 0:00:00
1,991 100% 2.44kB/s 0:00:00 (xfr#149, to-chk=68/254) |
4850 | 2024-03-28T07:49:19.017Z | tools/ci_download_dendrite_openapi |
4851 | 2024-03-28T07:49:19.017Z |
1,719 100% 2.11kB/s 0:00:00
1,719 100% 2.11kB/s 0:00:00 (xfr#150, to-chk=67/254) |
4852 | 2024-03-28T07:49:19.017Z | tools/ci_download_dendrite_stub |
4853 | 2024-03-28T07:49:19.017Z |
4,229 100% 5.18kB/s 0:00:00
4,229 100% 5.18kB/s 0:00:00 (xfr#151, to-chk=66/254) |
4854 | 2024-03-28T07:49:19.017Z | tools/ci_download_maghemite_mgd |
4855 | 2024-03-28T07:49:19.018Z |
3,650 100% 4.47kB/s 0:00:00
3,650 100% 4.47kB/s 0:00:00 (xfr#152, to-chk=65/254) |
4856 | 2024-03-28T07:49:19.018Z | tools/ci_download_maghemite_openapi |
4857 | 2024-03-28T07:49:19.018Z |
1,989 100% 2.44kB/s 0:00:00
1,989 100% 2.44kB/s 0:00:00 (xfr#153, to-chk=64/254) |
4858 | 2024-03-28T07:49:19.018Z | tools/ci_download_softnpu_machinery |
4859 | 2024-03-28T07:49:19.018Z |
668 100% 0.82kB/s 0:00:00
668 100% 0.82kB/s 0:00:00 (xfr#154, to-chk=63/254) |
4860 | 2024-03-28T07:49:19.018Z | tools/ci_download_thundermuffin |
4861 | 2024-03-28T07:49:19.018Z |
3,237 100% 3.97kB/s 0:00:00
3,237 100% 3.97kB/s 0:00:00 (xfr#155, to-chk=62/254) |
4862 | 2024-03-28T07:49:19.018Z | tools/ci_download_transceiver_control |
4863 | 2024-03-28T07:49:19.018Z |
3,415 100% 4.18kB/s 0:00:00
3,415 100% 4.18kB/s 0:00:00 (xfr#156, to-chk=61/254) |
4864 | 2024-03-28T07:49:19.018Z | tools/clickhouse_checksums |
4865 | 2024-03-28T07:49:19.018Z |
153 100% 0.19kB/s 0:00:00
153 100% 0.19kB/s 0:00:00 (xfr#157, to-chk=60/254) |
4866 | 2024-03-28T07:49:19.018Z | tools/clickhouse_version |
4867 | 2024-03-28T07:49:19.018Z |
11 100% 0.01kB/s 0:00:00
11 100% 0.01kB/s 0:00:00 (xfr#158, to-chk=59/254) |
4868 | 2024-03-28T07:49:19.019Z | tools/cockroachdb_checksums |
4869 | 2024-03-28T07:49:19.019Z |
258 100% 0.32kB/s 0:00:00
258 100% 0.32kB/s 0:00:00 (xfr#159, to-chk=58/254) |
4870 | 2024-03-28T07:49:19.019Z | tools/cockroachdb_version |
4871 | 2024-03-28T07:49:19.019Z |
8 100% 0.01kB/s 0:00:00
8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254) |
4872 | 2024-03-28T07:49:19.019Z | tools/console_version |
4873 | 2024-03-28T07:49:19.019Z |
122 100% 0.15kB/s 0:00:00
122 100% 0.15kB/s 0:00:00 (xfr#161, to-chk=56/254) |
4874 | 2024-03-28T07:49:19.019Z | tools/create_gimlet_virtual_hardware.sh |
4875 | 2024-03-28T07:49:19.019Z |
936 100% 1.15kB/s 0:00:00
936 100% 1.15kB/s 0:00:00 (xfr#162, to-chk=55/254) |
4876 | 2024-03-28T07:49:19.019Z | tools/create_scrimlet_virtual_hardware.sh |
4877 | 2024-03-28T07:49:19.019Z |
2,014 100% 2.47kB/s 0:00:00
2,014 100% 2.47kB/s 0:00:00 (xfr#163, to-chk=54/254) |
4878 | 2024-03-28T07:49:19.019Z | tools/create_self_signed_cert.sh |
4879 | 2024-03-28T07:49:19.019Z |
685 100% 0.84kB/s 0:00:00
685 100% 0.84kB/s 0:00:00 (xfr#164, to-chk=53/254) |
4880 | 2024-03-28T07:49:19.019Z | tools/create_virtual_hardware.sh |
4881 | 2024-03-28T07:49:19.020Z |
3,184 100% 3.90kB/s 0:00:00
3,184 100% 3.90kB/s 0:00:00 (xfr#165, to-chk=52/254) |
4882 | 2024-03-28T07:49:19.020Z | tools/delete-reservoir.sh |
4883 | 2024-03-28T07:49:19.020Z |
136 100% 0.17kB/s 0:00:00
136 100% 0.17kB/s 0:00:00 (xfr#166, to-chk=51/254) |
4884 | 2024-03-28T07:49:19.020Z | tools/dendrite_openapi_version |
4885 | 2024-03-28T07:49:19.020Z |
122 100% 0.15kB/s 0:00:00
122 100% 0.15kB/s 0:00:00 (xfr#167, to-chk=50/254) |
4886 | 2024-03-28T07:49:19.020Z | tools/dendrite_stub_checksums |
4887 | 2024-03-28T07:49:19.020Z |
267 100% 0.33kB/s 0:00:00
267 100% 0.33kB/s 0:00:00 (xfr#168, to-chk=49/254) |
4888 | 2024-03-28T07:49:19.020Z | tools/destroy_gimlet_virtual_hardware.sh |
4889 | 2024-03-28T07:49:19.020Z |
888 100% 1.09kB/s 0:00:00
888 100% 1.09kB/s 0:00:00 (xfr#169, to-chk=48/254) |
4890 | 2024-03-28T07:49:19.020Z | tools/destroy_scrimlet_virtual_hardware.sh |
4891 | 2024-03-28T07:49:19.020Z |
1,147 100% 1.41kB/s 0:00:00
1,147 100% 1.41kB/s 0:00:00 (xfr#170, to-chk=47/254) |
4892 | 2024-03-28T07:49:19.020Z | tools/destroy_virtual_hardware.sh |
4893 | 2024-03-28T07:49:19.020Z |
2,227 100% 2.73kB/s 0:00:00
2,227 100% 2.73kB/s 0:00:00 (xfr#171, to-chk=46/254) |
4894 | 2024-03-28T07:49:19.021Z | tools/dvt_dock_version |
4895 | 2024-03-28T07:49:19.021Z |
48 100% 0.06kB/s 0:00:00
48 100% 0.06kB/s 0:00:00 (xfr#172, to-chk=45/254) |
4896 | 2024-03-28T07:49:19.021Z | tools/ensure_buildomat_artifact.sh |
4897 | 2024-03-28T07:49:19.021Z |
3,759 100% 4.60kB/s 0:00:00
3,759 100% 4.60kB/s 0:00:00 (xfr#173, to-chk=44/254) |
4898 | 2024-03-28T07:49:19.021Z | tools/generate-nexus-api.sh |
4899 | 2024-03-28T07:49:19.021Z |
174 100% 0.21kB/s 0:00:00
174 100% 0.21kB/s 0:00:00 (xfr#174, to-chk=43/254) |
4900 | 2024-03-28T07:49:19.021Z | tools/generate-sled-agent-api.sh |
4901 | 2024-03-28T07:49:19.021Z |
161 100% 0.20kB/s 0:00:00
161 100% 0.20kB/s 0:00:00 (xfr#175, to-chk=42/254) |
4902 | 2024-03-28T07:49:19.021Z | tools/generate-wicketd-api.sh |
4903 | 2024-03-28T07:49:19.021Z |
75 100% 0.09kB/s 0:00:00
75 100% 0.09kB/s 0:00:00 (xfr#176, to-chk=41/254) |
4904 | 2024-03-28T07:49:19.022Z | tools/hubris_checksums |
4905 | 2024-03-28T07:49:19.022Z |
852 100% 1.04kB/s 0:00:00
852 100% 1.04kB/s 0:00:00 (xfr#177, to-chk=40/254) |
4906 | 2024-03-28T07:49:19.022Z | tools/hubris_version |
4907 | 2024-03-28T07:49:19.022Z |
50 100% 0.06kB/s 0:00:00
50 100% 0.06kB/s 0:00:00 (xfr#178, to-chk=39/254) |
4908 | 2024-03-28T07:49:19.022Z | tools/install_builder_prerequisites.sh |
4909 | 2024-03-28T07:49:19.022Z |
7,537 100% 9.22kB/s 0:00:00
7,537 100% 9.22kB/s 0:00:00 (xfr#179, to-chk=38/254) |
4910 | 2024-03-28T07:49:19.022Z | tools/install_opte.sh |
4911 | 2024-03-28T07:49:19.022Z |
3,755 100% 4.60kB/s 0:00:00
3,755 100% 4.60kB/s 0:00:00 (xfr#180, to-chk=37/254) |
4912 | 2024-03-28T07:49:19.022Z | tools/install_prerequisites.sh |
4913 | 2024-03-28T07:49:19.022Z |
255 100% 0.31kB/s 0:00:00
255 100% 0.31kB/s 0:00:00 (xfr#181, to-chk=36/254) |
4914 | 2024-03-28T07:49:19.022Z | tools/install_runner_prerequisites.sh |
4915 | 2024-03-28T07:49:19.022Z |
4,154 100% 5.08kB/s 0:00:00
4,154 100% 5.08kB/s 0:00:00 (xfr#182, to-chk=35/254) |
4916 | 2024-03-28T07:49:19.022Z | tools/maghemite_ddm_openapi_version |
4917 | 2024-03-28T07:49:19.023Z |
122 100% 0.15kB/s 0:00:00
122 100% 0.15kB/s 0:00:00 (xfr#183, to-chk=34/254) |
4918 | 2024-03-28T07:49:19.023Z | tools/maghemite_mg_openapi_version |
4919 | 2024-03-28T07:49:19.023Z |
122 100% 0.15kB/s 0:00:00
122 100% 0.15kB/s 0:00:00 (xfr#184, to-chk=33/254) |
4920 | 2024-03-28T07:49:19.023Z | tools/maghemite_mgd_checksums |
4921 | 2024-03-28T07:49:19.023Z |
163 100% 0.20kB/s 0:00:00
163 100% 0.20kB/s 0:00:00 (xfr#185, to-chk=32/254) |
4922 | 2024-03-28T07:49:19.023Z | tools/opte_version |
4923 | 2024-03-28T07:49:19.023Z |
9 100% 0.01kB/s 0:00:00
9 100% 0.01kB/s 0:00:00 (xfr#186, to-chk=31/254) |
4924 | 2024-03-28T07:49:19.023Z | tools/opte_version_override |
4925 | 2024-03-28T07:49:19.029Z |
142 100% 0.17kB/s 0:00:00
142 100% 0.17kB/s 0:00:00 (xfr#187, to-chk=30/254) |
4926 | 2024-03-28T07:49:19.029Z | tools/renovate-post-upgrade.sh |
4927 | 2024-03-28T07:49:19.029Z |
1,705 100% 2.09kB/s 0:00:00
1,705 100% 2.09kB/s 0:00:00 (xfr#188, to-chk=29/254) |
4928 | 2024-03-28T07:49:19.029Z | tools/thundermuffin_checksums |
4929 | 2024-03-28T07:49:19.029Z |
79 100% 0.10kB/s 0:00:00
79 100% 0.10kB/s 0:00:00 (xfr#189, to-chk=28/254) |
4930 | 2024-03-28T07:49:19.029Z | tools/thundermuffin_version |
4931 | 2024-03-28T07:49:19.029Z |
50 100% 0.06kB/s 0:00:00
50 100% 0.06kB/s 0:00:00 (xfr#190, to-chk=27/254) |
4932 | 2024-03-28T07:49:19.029Z | tools/transceiver_control_version |
4933 | 2024-03-28T07:49:19.029Z |
137 100% 0.17kB/s 0:00:00
137 100% 0.17kB/s 0:00:00 (xfr#191, to-chk=26/254) |
4934 | 2024-03-28T07:49:19.029Z | tools/uninstall_opte.sh |
4935 | 2024-03-28T07:49:19.029Z |
6,514 100% 7.97kB/s 0:00:00
6,514 100% 7.97kB/s 0:00:00 (xfr#192, to-chk=25/254) |
4936 | 2024-03-28T07:49:19.030Z | tools/update_crucible.sh |
4937 | 2024-03-28T07:49:19.030Z |
1,093 100% 1.34kB/s 0:00:00
1,093 100% 1.34kB/s 0:00:00 (xfr#193, to-chk=24/254) |
4938 | 2024-03-28T07:49:19.030Z | tools/update_dendrite.sh |
4939 | 2024-03-28T07:49:19.030Z |
2,333 100% 2.86kB/s 0:00:00
2,333 100% 2.86kB/s 0:00:00 (xfr#194, to-chk=23/254) |
4940 | 2024-03-28T07:49:19.030Z | tools/update_helpers.sh |
4941 | 2024-03-28T07:49:19.030Z |
3,831 100% 4.68kB/s 0:00:00
3,831 100% 4.68kB/s 0:00:00 (xfr#195, to-chk=22/254) |
4942 | 2024-03-28T07:49:19.030Z | tools/update_lldp.sh |
4943 | 2024-03-28T07:49:19.030Z |
1,000 100% 1.22kB/s 0:00:00
1,000 100% 1.22kB/s 0:00:00 (xfr#196, to-chk=21/254) |
4944 | 2024-03-28T07:49:19.030Z | tools/update_maghemite.sh |
4945 | 2024-03-28T07:49:19.030Z |
939 100% 1.15kB/s 0:00:00
939 100% 1.15kB/s 0:00:00 (xfr#197, to-chk=20/254) |
4946 | 2024-03-28T07:49:19.030Z | tools/update_propolis.sh |
4947 | 2024-03-28T07:49:19.030Z |
1,050 100% 1.28kB/s 0:00:00
1,050 100% 1.28kB/s 0:00:00 (xfr#198, to-chk=19/254) |
4948 | 2024-03-28T07:49:19.030Z | tools/update_transceiver_control.sh |
4949 | 2024-03-28T07:49:19.031Z |
1,374 100% 1.68kB/s 0:00:00
1,374 100% 1.68kB/s 0:00:00 (xfr#199, to-chk=18/254) |
4950 | 2024-03-28T07:49:19.031Z | tools/virtual_hardware.sh |
4951 | 2024-03-28T07:49:19.031Z |
3,429 100% 4.19kB/s 0:00:00
3,429 100% 4.19kB/s 0:00:00 (xfr#200, to-chk=17/254) |
4952 | 2024-03-28T07:49:19.031Z | tools/dtrace/ |
4953 | 2024-03-28T07:49:19.031Z | tools/dtrace/aggregate-query-latency.d |
4954 | 2024-03-28T07:49:19.031Z |
780 100% 0.95kB/s 0:00:00
780 100% 0.95kB/s 0:00:00 (xfr#201, to-chk=11/254) |
4955 | 2024-03-28T07:49:19.031Z | tools/dtrace/slowest-queries.d |
4956 | 2024-03-28T07:49:19.031Z |
1,077 100% 1.32kB/s 0:00:00
1,077 100% 1.32kB/s 0:00:00 (xfr#202, to-chk=10/254) |
4957 | 2024-03-28T07:49:19.031Z | tools/dtrace/trace-db-queries.d |
4958 | 2024-03-28T07:49:19.031Z |
811 100% 0.99kB/s 0:00:00
811 100% 0.99kB/s 0:00:00 (xfr#203, to-chk=9/254) |
4959 | 2024-03-28T07:49:19.031Z | tools/include/ |
4960 | 2024-03-28T07:49:19.032Z | tools/include/force-git-over-https.sh |
4961 | 2024-03-28T07:49:19.032Z |
940 100% 1.15kB/s 0:00:00
940 100% 1.15kB/s 0:00:00 (xfr#204, to-chk=8/254) |
4962 | 2024-03-28T07:49:19.032Z | tools/populate/ |
4963 | 2024-03-28T07:49:19.032Z | tools/populate/populate-alpine.sh |
4964 | 2024-03-28T07:49:19.032Z |
788 100% 0.96kB/s 0:00:00
788 100% 0.96kB/s 0:00:00 (xfr#205, to-chk=7/254) |
4965 | 2024-03-28T07:49:19.032Z | tools/populate/populate-images.sh |
4966 | 2024-03-28T07:49:19.032Z |
2,571 100% 3.14kB/s 0:00:00
2,571 100% 3.14kB/s 0:00:00 (xfr#206, to-chk=6/254) |
4967 | 2024-03-28T07:49:19.032Z | tools/reflector/ |
4968 | 2024-03-28T07:49:19.032Z | tools/reflector/helpers.sh |
4969 | 2024-03-28T07:49:19.032Z |
4,652 100% 5.69kB/s 0:00:00
4,652 100% 5.69kB/s 0:00:00 (xfr#207, to-chk=5/254) |
4970 | 2024-03-28T07:49:19.033Z | tools/scrimlet/ |
4971 | 2024-03-28T07:49:19.033Z | tools/scrimlet/create-softnpu-zone.sh |
4972 | 2024-03-28T07:49:19.033Z |
627 100% 0.77kB/s 0:00:00
627 100% 0.77kB/s 0:00:00 (xfr#208, to-chk=4/254) |
4973 | 2024-03-28T07:49:19.033Z | tools/scrimlet/destroy-softnpu-zone.sh |
4974 | 2024-03-28T07:49:19.033Z |
203 100% 0.25kB/s 0:00:00
203 100% 0.25kB/s 0:00:00 (xfr#209, to-chk=3/254) |
4975 | 2024-03-28T07:49:19.033Z | tools/scrimlet/softnpu-init.sh |
4976 | 2024-03-28T07:49:19.033Z |
2,157 100% 2.64kB/s 0:00:00
2,157 100% 2.64kB/s 0:00:00 (xfr#210, to-chk=2/254) |
4977 | 2024-03-28T07:49:19.033Z | tools/scrimlet/softnpu-zone.txt |
4978 | 2024-03-28T07:49:19.033Z |
330 100% 0.40kB/s 0:00:00
330 100% 0.40kB/s 0:00:00 (xfr#211, to-chk=1/254) |
4979 | 2024-03-28T07:49:19.033Z | tools/scrimlet/softnpu.toml |
4980 | 2024-03-28T07:49:19.033Z |
171 100% 0.21kB/s 0:00:00
171 100% 0.21kB/s 0:00:00 (xfr#212, to-chk=0/254) |
4981 | 2024-03-28T07:49:19.033Z | + pushd cargo-bay |
4982 | 2024-03-28T07:49:19.034Z | /work/oxidecomputer/testbed/a4x2/cargo-bay /work/oxidecomputer/testbed/a4x2 |
4983 | 2024-03-28T07:49:19.034Z | + mkdir -p omicron-common/omicron/ |
4984 | 2024-03-28T07:49:19.034Z | + cp -r g0/omicron/out omicron-common/omicron/ |
4985 | 2024-03-28T07:49:24.366Z | + rm omicron-common/omicron/out/omicron-sled-agent.tar |
4986 | 2024-03-28T07:49:24.424Z | + rm omicron-common/omicron/out/omicron-gateway-softnpu.tar.gz omicron-common/omicron/out/omicron-gateway.tar.gz |
4987 | 2024-03-28T07:49:24.424Z | + rm omicron-common/omicron/out/switch-softnpu.tar.gz |
4988 | 2024-03-28T07:49:24.424Z | + popd |
4989 | 2024-03-28T07:49:24.424Z | /work/oxidecomputer/testbed/a4x2 |
4990 | 2024-03-28T07:49:24.424Z | + for sled in g0 g1 g2 g3 |
4991 | 2024-03-28T07:49:24.424Z | + find cargo-bay/g0/omicron/out/ -maxdepth 1 -mindepth 1 |
4992 | 2024-03-28T07:49:24.424Z | + grep -v sled-agent |
4993 | 2024-03-28T07:49:24.424Z | + grep -v omicron-gateway |
4994 | 2024-03-28T07:49:24.424Z | + grep -v switch-softnpu |
4995 | 2024-03-28T07:49:24.424Z | + xargs -l rm -rf |
4996 | 2024-03-28T07:49:24.424Z | + for sled in g0 g1 g2 g3 |
4997 | 2024-03-28T07:49:24.424Z | + find cargo-bay/g1/omicron/out/ -maxdepth 1 -mindepth 1 |
4998 | 2024-03-28T07:49:24.424Z | + grep -v sled-agent |
4999 | 2024-03-28T07:49:24.424Z | + grep -v omicron-gateway |
5000 | 2024-03-28T07:49:24.425Z | + grep -v switch-softnpu |
5001 | 2024-03-28T07:49:24.425Z | + xargs -l rm -rf |
5002 | 2024-03-28T07:49:32.803Z | + for sled in g0 g1 g2 g3 |
5003 | 2024-03-28T07:49:32.804Z | + find cargo-bay/g2/omicron/out/ -maxdepth 1 -mindepth 1 |
5004 | 2024-03-28T07:49:32.804Z | + grep -v sled-agent |
5005 | 2024-03-28T07:49:32.804Z | + grep -v omicron-gateway |
5006 | 2024-03-28T07:49:32.804Z | + grep -v switch-softnpu |
5007 | 2024-03-28T07:49:32.804Z | + xargs -l rm -rf |
5008 | 2024-03-28T07:49:32.804Z | + for sled in g0 g1 g2 g3 |
5009 | 2024-03-28T07:49:32.804Z | + find cargo-bay/g3/omicron/out/ -maxdepth 1 -mindepth 1 |
5010 | 2024-03-28T07:49:32.804Z | + grep -v sled-agent |
5011 | 2024-03-28T07:49:32.804Z | + grep -v omicron-gateway |
5012 | 2024-03-28T07:49:32.805Z | + grep -v switch-softnpu |
5013 | 2024-03-28T07:49:32.805Z | + xargs -l rm -rf |
5014 | 2024-03-28T07:49:32.805Z | + ./config/fetch-softnpu-artifacts.sh |
5015 | 2024-03-28T07:49:32.805Z | + url=https://buildomat.eng.oxide.computer |
5016 | 2024-03-28T07:49:32.805Z | + path=public/file/oxidecomputer/sidecar-lite/release/ |
5017 | 2024-03-28T07:49:32.806Z | + rev=e3ea4b495ba0a71801ded0776ae4bbd31df57e26 |
5018 | 2024-03-28T07:49:32.806Z | + for artifact in scadm libsidecar_lite.so |
5019 | 2024-03-28T07:49:32.806Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/scadm |
5020 | 2024-03-28T07:49:32.806Z | % Total % Received % Xferd Average Speed Time Time Time Current |
5021 | 2024-03-28T07:49:32.806Z | Dload Upload Total Spent Left Speed |
5022 | 2024-03-28T07:49:38.751Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
5 22.7M 5 1235k 0 0 1422k 0 0:00:16 --:--:-- 0:00:16 1422k
13 22.7M 13 3103k 0 0 1792k 0 0:00:13 0:00:01 0:00:12 1792k
42 22.7M 42 9843k 0 0 3422k 0 0:00:06 0:00:02 0:00:04 3421k
58 22.7M 58 13.3M 0 0 3538k 0 0:00:06 0:00:03 0:00:03 3538k
71 22.7M 71 16.4M 0 0 3536k 0 0:00:06 0:00:04 0:00:02 3536k
79 22.7M 79 18.1M 0 0 3323k 0 0:00:07 0:00:05 0:00:02 3672k
100 22.7M 100 22.7M 0 0 3594k 0 0:00:06 0:00:06 --:--:-- 4250k |
5023 | 2024-03-28T07:49:38.755Z | + chmod +x scadm |
5024 | 2024-03-28T07:49:38.758Z | + cp scadm cargo-bay/g0/ |
5025 | 2024-03-28T07:49:38.781Z | + mv scadm cargo-bay/g3/ |
5026 | 2024-03-28T07:49:38.783Z | + for artifact in scadm libsidecar_lite.so |
5027 | 2024-03-28T07:49:38.784Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/libsidecar_lite.so |
5028 | 2024-03-28T07:49:38.792Z | % Total % Received % Xferd Average Speed Time Time Time Current |
5029 | 2024-03-28T07:49:38.792Z | Dload Upload Total Spent Left Speed |
5030 | 2024-03-28T07:49:47.875Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
4 20.0M 4 967k 0 0 816k 0 0:00:25 0:00:01 0:00:24 816k
23 20.0M 23 4767k 0 0 1884k 0 0:00:10 0:00:02 0:00:08 1884k
23 20.0M 23 4779k 0 0 1416k 0 0:00:14 0:00:03 0:00:11 1416k
42 20.0M 42 8723k 0 0 1968k 0 0:00:10 0:00:04 0:00:06 1968k
42 20.0M 42 8787k 0 0 1670k 0 0:00:12 0:00:05 0:00:07 1690k
68 20.0M 68 13.8M 0 0 2308k 0 0:00:08 0:00:06 0:00:02 2666k
74 20.0M 74 15.0M 0 0 2078k 0 0:00:09 0:00:07 0:00:02 2179k
82 20.0M 82 16.5M 0 0 2003k 0 0:00:10 0:00:08 0:00:02 2391k
89 20.0M 89 17.9M 0 0 2028k 0 0:00:10 0:00:09 0:00:01 2085k
100 20.0M 100 20.0M 0 0 2261k 0 0:00:09 0:00:09 --:--:-- 3076k |
5031 | 2024-03-28T07:49:47.883Z | + chmod +x libsidecar_lite.so |
5032 | 2024-03-28T07:49:47.898Z | + cp libsidecar_lite.so cargo-bay/g0/ |
5033 | 2024-03-28T07:49:48.310Z | + mv libsidecar_lite.so cargo-bay/g3/ |
5034 | 2024-03-28T07:49:48.314Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5035 | 2024-03-28T07:49:48.314Z | + tar -czf cargo-bay-ce.tgz cargo-bay/ce |
5036 | 2024-03-28T07:49:48.314Z | + mv cargo-bay-ce.tgz /out/ |
5037 | 2024-03-28T07:49:48.314Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5038 | 2024-03-28T07:49:48.314Z | + tar -czf cargo-bay-cr1.tgz cargo-bay/cr1 |
5039 | 2024-03-28T07:49:48.314Z | + mv cargo-bay-cr1.tgz /out/ |
5040 | 2024-03-28T07:49:48.314Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5041 | 2024-03-28T07:49:48.314Z | + tar -czf cargo-bay-cr2.tgz cargo-bay/cr2 |
5042 | 2024-03-28T07:49:48.314Z | + mv cargo-bay-cr2.tgz /out/ |
5043 | 2024-03-28T07:49:48.314Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5044 | 2024-03-28T07:49:48.314Z | + tar -czf cargo-bay-g0.tgz cargo-bay/g0 |
5045 | 2024-03-28T07:50:01.150Z | + mv cargo-bay-g0.tgz /out/ |
5046 | 2024-03-28T07:50:01.446Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5047 | 2024-03-28T07:50:01.446Z | + tar -czf cargo-bay-g1.tgz cargo-bay/g1 |
5048 | 2024-03-28T07:50:13.243Z | + mv cargo-bay-g1.tgz /out/ |
5049 | 2024-03-28T07:50:16.672Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5050 | 2024-03-28T07:50:16.672Z | + tar -czf cargo-bay-g2.tgz cargo-bay/g2 |
5051 | 2024-03-28T07:50:25.612Z | + mv cargo-bay-g2.tgz /out/ |
5052 | 2024-03-28T07:50:25.896Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5053 | 2024-03-28T07:50:25.896Z | + tar -czf cargo-bay-g3.tgz cargo-bay/g3 |
5054 | 2024-03-28T07:50:40.822Z | + mv cargo-bay-g3.tgz /out/ |
5055 | 2024-03-28T07:50:40.822Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5056 | 2024-03-28T07:50:40.822Z | + tar -czf cargo-bay-tools.tgz cargo-bay/tools |
5057 | 2024-03-28T07:50:40.822Z | + mv cargo-bay-tools.tgz /out/ |
5058 | 2024-03-28T07:50:40.822Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5059 | 2024-03-28T07:50:40.822Z | + tar -czf cargo-bay-omicron-common.tgz cargo-bay/omicron-common |
5060 | 2024-03-28T07:51:06.706Z | + mv cargo-bay-omicron-common.tgz /out/ |
5061 | 2024-03-28T07:51:08.009Z | process exited: duration 2058602 ms, exit code 0 |
|
5062 | 2024-03-28T07:51:08.016Z | found 11 output files |
5063 | 2024-03-28T07:51:08.016Z | uploading: /out/cargo-bay-ce.tgz (656 bytes) |
5064 | 2024-03-28T07:51:09.036Z | uploaded: /out/cargo-bay-ce.tgz |
5065 | 2024-03-28T07:51:09.039Z | uploading: /out/cargo-bay-cr1.tgz (961 bytes) |
5066 | 2024-03-28T07:51:10.045Z | uploaded: /out/cargo-bay-cr1.tgz |
5067 | 2024-03-28T07:51:10.049Z | uploading: /out/cargo-bay-cr2.tgz (968 bytes) |
5068 | 2024-03-28T07:51:11.057Z | uploaded: /out/cargo-bay-cr2.tgz |
5069 | 2024-03-28T07:51:11.068Z | uploading: /out/cargo-bay-g0.tgz (306272963 bytes) |
5070 | 2024-03-28T07:53:02.986Z | uploaded: /out/cargo-bay-g0.tgz |
5071 | 2024-03-28T07:53:02.986Z | uploading: /out/cargo-bay-g1.tgz (293415521 bytes) |
5072 | 2024-03-28T07:54:47.992Z | uploaded: /out/cargo-bay-g1.tgz |
5073 | 2024-03-28T07:54:47.992Z | uploading: /out/cargo-bay-g2.tgz (293414937 bytes) |
5074 | 2024-03-28T07:56:47.459Z | uploaded: /out/cargo-bay-g2.tgz |
5075 | 2024-03-28T07:56:47.459Z | uploading: /out/cargo-bay-g3.tgz (306298365 bytes) |
5076 | 2024-03-28T07:58:48.035Z | uploaded: /out/cargo-bay-g3.tgz |
5077 | 2024-03-28T07:58:48.035Z | uploading: /out/cargo-bay-tools.tgz (34503 bytes) |
5078 | 2024-03-28T07:58:49.077Z | uploaded: /out/cargo-bay-tools.tgz |
5079 | 2024-03-28T07:58:49.077Z | uploading: /out/cargo-bay-omicron-common.tgz (953744078 bytes) |
5080 | 2024-03-28T08:04:53.806Z | uploaded: /out/cargo-bay-omicron-common.tgz |
5081 | 2024-03-28T08:04:53.806Z | uploading: /out/commtest (76903224 bytes) |
5082 | 2024-03-28T08:05:25.297Z | uploaded: /out/commtest |
5083 | 2024-03-28T08:05:25.297Z | uploading: /out/dhcp-server (76349528 bytes) |
5084 | 2024-03-28T08:05:54.933Z | uploaded: /out/dhcp-server |