|
|
|
1 | 2024-03-26T18:20:08.767Z | job assigned to worker 01HSXZT9W11MHKCCRZ3ZE4YT3N (queued for 38 s) |
|
2 | 2024-03-26T18:20:09.365Z | starting task 0: "setup" |
3 | 2024-03-26T18:20:09.391Z | ++ uname -s |
4 | 2024-03-26T18:20:09.391Z | + kern=SunOS |
5 | 2024-03-26T18:20:09.391Z | + case "$kern" in |
6 | 2024-03-26T18:20:09.391Z | + groupadd -g 12345 build |
7 | 2024-03-26T18:20:09.391Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-26T18:20:11.393Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-26T18:20:11.441Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-26T18:20:11.466Z | + home_fs=zfs |
11 | 2024-03-26T18:20:11.466Z | + [[ zfs == autofs ]] |
12 | 2024-03-26T18:20:11.466Z | + mkdir -p /home/build |
13 | 2024-03-26T18:20:11.466Z | + chown build:build /home/build /work |
14 | 2024-03-26T18:20:13.456Z | + chmod 0700 /home/build /work |
15 | 2024-03-26T18:20:13.483Z | process exited: duration 4091 ms, exit code 0 |
|
16 | 2024-03-26T18:20:13.539Z | starting task 1: "rust-toolchain" |
17 | 2024-03-26T18:20:13.567Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-26T18:20:13.567Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-03-26T18:20:13.689Z | info: downloading installer |
20 | 2024-03-26T18:20:14.187Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-26T18:20:14.187Z | warning: /opt/ooce/bin |
22 | 2024-03-26T18:20:14.187Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-26T18:20:14.187Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-26T18:20:14.187Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-26T18:20:14.187Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-26T18:20:14.187Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-26T18:20:14.187Z | error: cannot install while Rust is installed |
28 | 2024-03-26T18:20:14.187Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-26T18:20:14.239Z | info: profile set to 'default' |
30 | 2024-03-26T18:20:14.239Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-26T18:20:14.271Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-03-26T18:20:14.363Z | info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17) |
33 | 2024-03-26T18:20:14.363Z | info: downloading component 'cargo' |
34 | 2024-03-26T18:20:14.515Z | info: downloading component 'clippy' |
35 | 2024-03-26T18:20:14.561Z | info: downloading component 'rust-docs' |
36 | 2024-03-26T18:20:14.753Z | info: downloading component 'rust-std' |
37 | 2024-03-26T18:20:15.061Z | info: downloading component 'rustc' |
38 | 2024-03-26T18:20:15.790Z | info: downloading component 'rustfmt' |
39 | 2024-03-26T18:20:15.819Z | info: installing component 'cargo' |
40 | 2024-03-26T18:20:16.854Z | info: installing component 'clippy' |
41 | 2024-03-26T18:20:17.222Z | info: installing component 'rust-docs' |
42 | 2024-03-26T18:20:19.928Z | info: installing component 'rust-std' |
43 | 2024-03-26T18:20:21.915Z | info: installing component 'rustc' |
44 | 2024-03-26T18:20:26.637Z | info: installing component 'rustfmt' |
45 | 2024-03-26T18:20:27.025Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-03-26T18:20:27.025Z | |
47 | 2024-03-26T18:20:27.162Z | stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17) |
48 | 2024-03-26T18:20:27.163Z | |
49 | 2024-03-26T18:20:27.187Z | |
50 | 2024-03-26T18:20:27.187Z | Rust is installed now. Great! |
51 | 2024-03-26T18:20:27.187Z | |
52 | 2024-03-26T18:20:27.187Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-26T18:20:27.187Z | environment variable. This has not been done automatically. |
54 | 2024-03-26T18:20:27.187Z | |
55 | 2024-03-26T18:20:27.187Z | To configure your current shell, you need to source |
56 | 2024-03-26T18:20:27.187Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-26T18:20:27.188Z | |
58 | 2024-03-26T18:20:27.188Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-26T18:20:27.188Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-26T18:20:27.188Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-26T18:20:27.246Z | + rustc --version |
62 | 2024-03-26T18:20:27.368Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
63 | 2024-03-26T18:20:27.394Z | process exited: duration 13838 ms, exit code 0 |
|
64 | 2024-03-26T18:20:27.443Z | starting task 2: "authentication" |
65 | 2024-03-26T18:20:27.507Z | process exited: duration 63 ms, exit code 0 |
|
66 | 2024-03-26T18:20:27.555Z | starting task 3: "clone repository" |
67 | 2024-03-26T18:20:27.579Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-26T18:20:27.579Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-26T18:20:27.603Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-26T18:20:32.712Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-26T18:20:32.712Z | + git fetch origin f784f78d67f703e3f8063c5525deed07f6c2c130 |
72 | 2024-03-26T18:20:33.174Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-26T18:20:33.174Z | * branch f784f78d67f703e3f8063c5525deed07f6c2c130 -> FETCH_HEAD |
74 | 2024-03-26T18:20:33.205Z | + [[ -n refresh-oximeter-producer-list ]] |
75 | 2024-03-26T18:20:33.205Z | ++ git branch --show-current |
76 | 2024-03-26T18:20:33.205Z | + current=main |
77 | 2024-03-26T18:20:33.205Z | + [[ main != refresh-oximeter-producer-list ]] |
78 | 2024-03-26T18:20:33.205Z | + git branch -f refresh-oximeter-producer-list f784f78d67f703e3f8063c5525deed07f6c2c130 |
79 | 2024-03-26T18:20:33.234Z | + git checkout -f refresh-oximeter-producer-list |
80 | 2024-03-26T18:20:33.368Z | Switched to branch 'refresh-oximeter-producer-list' |
81 | 2024-03-26T18:20:33.399Z | + git reset --hard f784f78d67f703e3f8063c5525deed07f6c2c130 |
82 | 2024-03-26T18:20:33.399Z | HEAD is now at f784f78d6 clippy |
83 | 2024-03-26T18:20:33.399Z | process exited: duration 5825 ms, exit code 0 |
|
84 | 2024-03-26T18:20:33.455Z | starting task 4: "build" |
85 | 2024-03-26T18:20:33.487Z | ++++ dirname ./env.sh |
86 | 2024-03-26T18:20:33.487Z | +++ readlink -f . |
87 | 2024-03-26T18:20:33.487Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-03-26T18:20:33.487Z | ++ export PATH=/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-26T18:20:33.487Z | ++ PATH=/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-26T18:20:33.487Z | ++ 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 |
91 | 2024-03-26T18:20:33.487Z | ++ 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 |
92 | 2024-03-26T18:20:33.487Z | ++ 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 |
93 | 2024-03-26T18:20:33.488Z | ++ 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 |
94 | 2024-03-26T18:20:33.488Z | ++ 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 |
95 | 2024-03-26T18:20:33.488Z | ++ 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 |
96 | 2024-03-26T18:20:33.488Z | ++ unset OMICRON_WS |
97 | 2024-03-26T18:20:33.488Z | ++ set +o xtrace |
98 | 2024-03-26T18:20:33.488Z | + pfexec mkdir -p /out |
99 | 2024-03-26T18:20:33.488Z | + pfexec chown 12345 /out |
100 | 2024-03-26T18:20:33.488Z | + banner prerequisites |
101 | 2024-03-26T18:20:33.489Z | |
102 | 2024-03-26T18:20:33.489Z | ##### ##### ###### ##### ###### #### # # # #### # |
103 | 2024-03-26T18:20:33.489Z | # # # # # # # # # # # # # # # |
104 | 2024-03-26T18:20:33.489Z | # # # # ##### # # ##### # # # # # #### # |
105 | 2024-03-26T18:20:33.489Z | ##### ##### # ##### # # # # # # # # # |
106 | 2024-03-26T18:20:33.489Z | # # # # # # # # # # # # # # # |
107 | 2024-03-26T18:20:33.489Z | # # # ###### # # ###### ### # #### # #### # |
108 | 2024-03-26T18:20:33.489Z | |
109 | 2024-03-26T18:20:33.489Z | + set -o xtrace |
110 | 2024-03-26T18:20:33.490Z | + ./tools/install_builder_prerequisites.sh -y |
111 | 2024-03-26T18:20:38.118Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-03-26T18:20:39.918Z | Startup: Caching catalogs ... Done |
113 | 2024-03-26T18:20:42.073Z | Planning: Solver setup ... Done (1.639s) |
114 | 2024-03-26T18:20:42.113Z | Planning: Running solver ... Done (0.041s) |
115 | 2024-03-26T18:20:42.151Z | Planning: Finding local manifests ... Done (0.002s) |
116 | 2024-03-26T18:20:42.234Z | Planning: Fetching manifests: 0/4 0% complete |
117 | 2024-03-26T18:20:42.599Z | Planning: Fetching manifests: 4/4 100% complete |
118 | 2024-03-26T18:20:42.666Z | Planning: Package planning ... Done (0.067s) |
119 | 2024-03-26T18:20:42.733Z | Planning: Merging actions ... Done (0.066s) |
120 | 2024-03-26T18:20:43.154Z | Planning: Checking for conflicting actions ... Done (0.417s) |
121 | 2024-03-26T18:20:43.184Z | Planning: Consolidating action changes ... Done (0.013s) |
122 | 2024-03-26T18:20:43.919Z | Planning: Evaluating mediators ... Done (0.751s) |
123 | 2024-03-26T18:20:43.954Z | Planning: Planning completed in 3.96 seconds |
124 | 2024-03-26T18:20:43.955Z | Packages to install: 4 |
125 | 2024-03-26T18:20:43.955Z | Mediators to change: 2 |
126 | 2024-03-26T18:20:43.955Z | Services to change: 1 |
127 | 2024-03-26T18:20:43.955Z | Estimated space available: 148.93 GB |
128 | 2024-03-26T18:20:43.955Z | Estimated space to be consumed: 1.43 GB |
129 | 2024-03-26T18:20:43.956Z | Create boot environment: No |
130 | 2024-03-26T18:20:43.956Z | Create backup boot environment: No |
131 | 2024-03-26T18:20:43.956Z | Rebuild boot archive: No |
132 | 2024-03-26T18:20:43.956Z | |
133 | 2024-03-26T18:20:43.957Z | Changed mediators: |
134 | 2024-03-26T18:20:43.957Z | mediator clang: |
135 | 2024-03-26T18:20:43.957Z | version: None -> 15 (system default) |
136 | 2024-03-26T18:20:43.957Z | |
137 | 2024-03-26T18:20:43.958Z | mediator llvm: |
138 | 2024-03-26T18:20:43.958Z | version: 14 (system default) -> 15 (system default) |
139 | 2024-03-26T18:20:43.958Z | |
140 | 2024-03-26T18:20:43.959Z | Changed packages: |
141 | 2024-03-26T18:20:43.959Z | helios-dev |
142 | 2024-03-26T18:20:43.959Z | developer/build-essential |
143 | 2024-03-26T18:20:43.959Z | None -> 11-2.0 |
144 | 2024-03-26T18:20:43.960Z | library/libxmlsec1 |
145 | 2024-03-26T18:20:43.960Z | None -> 1.2.35-2.0 |
146 | 2024-03-26T18:20:43.960Z | ooce/developer/clang-15 |
147 | 2024-03-26T18:20:43.960Z | None -> 15.0.7-2.0 |
148 | 2024-03-26T18:20:43.960Z | ooce/developer/llvm-15 |
149 | 2024-03-26T18:20:43.960Z | None -> 15.0.7-2.0 |
150 | 2024-03-26T18:20:43.961Z | |
151 | 2024-03-26T18:20:43.961Z | Services: |
152 | 2024-03-26T18:20:43.961Z | restart_fmri: |
153 | 2024-03-26T18:20:43.961Z | svc:/system/update-man-index:default |
154 | 2024-03-26T18:20:43.993Z | |
155 | 2024-03-26T18:20:43.993Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
156 | 2024-03-26T18:20:48.998Z | Download: 1134/3290 items 21.4/212.6MB 10% complete (4.2M/s) |
157 | 2024-03-26T18:20:53.997Z | Download: 2079/3290 items 118.8/212.6MB 55% complete (12.0M/s) |
158 | 2024-03-26T18:20:59.004Z | Download: 3247/3290 items 186.7/212.6MB 87% complete (16.6M/s) |
159 | 2024-03-26T18:21:01.274Z | Download: Completed 212.60 MB in 17.28 seconds (12.3M/s) |
160 | 2024-03-26T18:21:01.507Z | Actions: 1/3689 actions (Installing new actions) |
161 | 2024-03-26T18:21:06.515Z | Actions: 2451/3689 actions (Installing new actions) |
162 | 2024-03-26T18:21:07.230Z | Actions: Completed 3689 actions in 5.72 seconds. |
163 | 2024-03-26T18:21:07.396Z | Done (0.157s) |
164 | 2024-03-26T18:21:07.396Z | Done (0.000s) |
165 | 2024-03-26T18:21:07.694Z | Done (0.294s) |
166 | 2024-03-26T18:21:12.968Z | Done (5.162s) |
167 | 2024-03-26T18:21:13.059Z | Done (0.019s) |
168 | 2024-03-26T18:21:13.085Z | Done (0.000s) |
169 | 2024-03-26T18:21:13.229Z | Done (0.000s) |
170 | 2024-03-26T18:21:13.876Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-03-26T18:21:14.127Z | Planning: Checking for conflicting actions ... Done |
172 | 2024-03-26T18:21:14.152Z | Planning: Consolidating action changes ... Done |
173 | 2024-03-26T18:21:14.461Z | Planning: Evaluating mediators ... Done |
174 | 2024-03-26T18:21:14.495Z | Planning: Planning completed in 0.58 seconds |
175 | 2024-03-26T18:21:14.525Z | Mediators to change: 2 |
176 | 2024-03-26T18:21:14.525Z | Create boot environment: No |
177 | 2024-03-26T18:21:14.526Z | Create backup boot environment: No |
178 | 2024-03-26T18:21:14.558Z | Done |
179 | 2024-03-26T18:21:14.558Z | Done |
180 | 2024-03-26T18:21:14.760Z | Done |
181 | 2024-03-26T18:21:19.211Z | Done |
182 | 2024-03-26T18:21:19.295Z | Done |
183 | 2024-03-26T18:21:19.295Z | Done |
184 | 2024-03-26T18:21:19.388Z | Done |
185 | 2024-03-26T18:21:20.573Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-03-26T18:21:20.599Z | Planning: Merging actions ... Done |
187 | 2024-03-26T18:21:20.599Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-03-26T18:21:20.600Z | Planning: Consolidating action changes ... Done |
189 | 2024-03-26T18:21:20.789Z | Planning: Evaluating mediators ... Done |
190 | 2024-03-26T18:21:20.866Z | Planning: Planning completed in 1.02 seconds |
191 | 2024-03-26T18:21:20.914Z | Packages to change: 1 |
192 | 2024-03-26T18:21:20.914Z | Mediators to change: 1 |
193 | 2024-03-26T18:21:20.942Z | Services to change: 1 |
194 | 2024-03-26T18:21:20.942Z | Create boot environment: No |
195 | 2024-03-26T18:21:20.942Z | Create backup boot environment: Yes |
196 | 2024-03-26T18:21:22.409Z | Actions: 1/6 actions (Updating modified actions) |
197 | 2024-03-26T18:21:22.456Z | Actions: Completed 6 actions in 0.00 seconds. |
198 | 2024-03-26T18:21:22.456Z | Done |
199 | 2024-03-26T18:21:22.456Z | Done |
200 | 2024-03-26T18:21:22.494Z | Done |
201 | 2024-03-26T18:21:26.891Z | Done |
202 | 2024-03-26T18:21:26.989Z | Done |
203 | 2024-03-26T18:21:27.021Z | Done |
204 | 2024-03-26T18:21:27.064Z | Done |
205 | 2024-03-26T18:21:27.572Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
206 | 2024-03-26T18:21:27.572Z | clang system 15 system |
207 | 2024-03-26T18:21:27.572Z | csh system system illumos |
208 | 2024-03-26T18:21:27.572Z | ctags system system illumos |
209 | 2024-03-26T18:21:27.572Z | gcc vendor 12 vendor |
210 | 2024-03-26T18:21:27.572Z | gcc system 10 system |
211 | 2024-03-26T18:21:27.572Z | gcc system 7 system |
212 | 2024-03-26T18:21:27.572Z | go system 1.20 system |
213 | 2024-03-26T18:21:27.572Z | go system 1.19 system |
214 | 2024-03-26T18:21:27.573Z | llvm system 15 system |
215 | 2024-03-26T18:21:27.573Z | llvm system 14 system |
216 | 2024-03-26T18:21:27.573Z | mariadb system 10.6 system |
217 | 2024-03-26T18:21:27.573Z | mta vendor vendor dma |
218 | 2024-03-26T18:21:27.573Z | openjdk system 17 system |
219 | 2024-03-26T18:21:27.573Z | openjdk system 11 system |
220 | 2024-03-26T18:21:27.573Z | openjdk system 1.8 system |
221 | 2024-03-26T18:21:27.573Z | openssl vendor 3 vendor |
222 | 2024-03-26T18:21:27.573Z | perl system 5.36 system |
223 | 2024-03-26T18:21:27.573Z | postgresql system 15 system |
224 | 2024-03-26T18:21:27.573Z | postgresql system 13 system |
225 | 2024-03-26T18:21:27.573Z | python vendor 3 vendor |
226 | 2024-03-26T18:21:27.573Z | python system 2 system |
227 | 2024-03-26T18:21:27.573Z | python3 system 3.11 system |
228 | 2024-03-26T18:21:27.573Z | ruby system 3.0 system |
229 | 2024-03-26T18:21:27.573Z | words vendor vendor american-english |
230 | 2024-03-26T18:21:27.573Z | words system system australian-english |
231 | 2024-03-26T18:21:27.573Z | words system system british-english |
232 | 2024-03-26T18:21:27.573Z | words system system canadian-english |
233 | 2024-03-26T18:21:27.574Z | words system system french |
234 | 2024-03-26T18:21:27.574Z | words system system italian |
235 | 2024-03-26T18:21:27.574Z | words system system ngerman |
236 | 2024-03-26T18:21:27.574Z | words system system ogerman |
237 | 2024-03-26T18:21:27.574Z | words system system spanish |
238 | 2024-03-26T18:21:27.969Z | PUBLISHER TYPE STATUS P LOCATION |
239 | 2024-03-26T18:21:27.969Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
240 | 2024-03-26T18:21:29.434Z | FMRI IFO |
241 | 2024-03-26T18:21:29.435Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
242 | 2024-03-26T18:21:29.435Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
243 | 2024-03-26T18:21:29.435Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
244 | 2024-03-26T18:21:29.435Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
245 | 2024-03-26T18:21:29.435Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
246 | 2024-03-26T18:21:29.435Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
247 | 2024-03-26T18:21:29.436Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
248 | 2024-03-26T18:21:29.436Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
249 | 2024-03-26T18:21:29.436Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
250 | 2024-03-26T18:21:29.436Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
251 | 2024-03-26T18:21:29.436Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
252 | 2024-03-26T18:21:29.436Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
253 | 2024-03-26T18:21:29.677Z | + set -o errexit |
254 | 2024-03-26T18:21:29.709Z | +++ dirname ./tools/ci_download_cockroachdb |
255 | 2024-03-26T18:21:29.709Z | ++ cd ./tools |
256 | 2024-03-26T18:21:29.709Z | ++ pwd |
257 | 2024-03-26T18:21:29.709Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
258 | 2024-03-26T18:21:29.709Z | ++ basename ./tools/ci_download_cockroachdb |
259 | 2024-03-26T18:21:29.709Z | + ARG0=ci_download_cockroachdb |
260 | 2024-03-26T18:21:29.709Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
261 | 2024-03-26T18:21:29.710Z | + CIDL_VERSION=v22.1.9 |
262 | 2024-03-26T18:21:29.710Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
263 | 2024-03-26T18:21:29.710Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
264 | 2024-03-26T18:21:29.710Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
265 | 2024-03-26T18:21:29.710Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
266 | 2024-03-26T18:21:29.710Z | + TARGET_DIR=out |
267 | 2024-03-26T18:21:29.710Z | + DOWNLOAD_DIR=out/downloads |
268 | 2024-03-26T18:21:29.710Z | + DEST_DIR=./out/cockroachdb |
269 | 2024-03-26T18:21:29.710Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
270 | 2024-03-26T18:21:29.710Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
271 | 2024-03-26T18:21:29.710Z | + main |
272 | 2024-03-26T18:21:29.710Z | + [[ 0 != 0 ]] |
273 | 2024-03-26T18:21:29.710Z | + CIDL_OS=solaris2.11 |
274 | 2024-03-26T18:21:29.710Z | + [[ 0 != 0 ]] |
275 | 2024-03-26T18:21:29.710Z | + configure_os solaris2.11 |
276 | 2024-03-26T18:21:29.710Z | + echo 'current directory: /work/oxidecomputer/omicron' |
277 | 2024-03-26T18:21:29.710Z | + echo 'configuring based on OS: "solaris2.11"' |
278 | 2024-03-26T18:21:29.710Z | current directory: /work/oxidecomputer/omicron |
279 | 2024-03-26T18:21:29.710Z | configuring based on OS: "solaris2.11" |
280 | 2024-03-26T18:21:29.710Z | + case "$1" in |
281 | 2024-03-26T18:21:29.711Z | + CIDL_BUILD=illumos |
282 | 2024-03-26T18:21:29.711Z | + CIDL_SUFFIX=tar.gz |
283 | 2024-03-26T18:21:29.711Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
284 | 2024-03-26T18:21:29.711Z | + CIDL_URL_BASE=https://illumos.org/downloads |
285 | 2024-03-26T18:21:29.711Z | + CIDL_ASSEMBLE=do_assemble_illumos |
286 | 2024-03-26T18:21:29.711Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
287 | 2024-03-26T18:21:29.711Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-03-26T18:21:29.711Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-03-26T18:21:29.711Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
290 | 2024-03-26T18:21:29.711Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-03-26T18:21:29.711Z | + CIDL_SHA256FUNC=do_sha256sum |
292 | 2024-03-26T18:21:29.711Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
293 | 2024-03-26T18:21:29.711Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2024-03-26T18:21:29.711Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-03-26T18:21:29.711Z | + mkdir -p out/downloads |
296 | 2024-03-26T18:21:29.711Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-03-26T18:21:29.711Z | + mkdir -p ./out/cockroachdb |
298 | 2024-03-26T18:21:29.711Z | + local DO_DOWNLOAD=true |
299 | 2024-03-26T18:21:29.711Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
300 | 2024-03-26T18:21:29.711Z | + '[' true == true ']' |
301 | 2024-03-26T18:21:29.711Z | + echo Downloading... |
302 | 2024-03-26T18:21:29.712Z | Downloading... |
303 | 2024-03-26T18:21:29.712Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-03-26T18:21:29.712Z | + 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 |
305 | 2024-03-26T18:21:34.085Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-03-26T18:21:34.111Z | ++ sha256sum |
307 | 2024-03-26T18:21:34.111Z | ++ awk '{print $1}' |
308 | 2024-03-26T18:21:34.164Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
309 | 2024-03-26T18:21:34.164Z | + [[ 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 ]] |
310 | 2024-03-26T18:21:34.165Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-03-26T18:21:34.192Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
312 | 2024-03-26T18:21:37.086Z | + do_assemble_illumos |
313 | 2024-03-26T18:21:37.087Z | + rm -r ./out/cockroachdb |
314 | 2024-03-26T18:21:37.111Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
315 | 2024-03-26T18:21:37.418Z | + ./out/cockroachdb/bin/cockroach version |
316 | 2024-03-26T18:21:37.576Z | Build Tag: v22.1.9-dirty |
317 | 2024-03-26T18:21:37.577Z | Build Time: 2022/10/26 21:17:46 |
318 | 2024-03-26T18:21:37.577Z | Distribution: OSS |
319 | 2024-03-26T18:21:37.577Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
320 | 2024-03-26T18:21:37.577Z | Go Version: go1.17.13 |
321 | 2024-03-26T18:21:37.577Z | C Compiler: gcc 10.3.0 |
322 | 2024-03-26T18:21:37.578Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
323 | 2024-03-26T18:21:37.578Z | Build Type: release |
324 | 2024-03-26T18:21:37.604Z | + set -o errexit |
325 | 2024-03-26T18:21:37.604Z | +++ dirname ./tools/ci_download_clickhouse |
326 | 2024-03-26T18:21:37.604Z | ++ cd ./tools |
327 | 2024-03-26T18:21:37.605Z | ++ pwd |
328 | 2024-03-26T18:21:37.605Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
329 | 2024-03-26T18:21:37.633Z | ++ basename ./tools/ci_download_clickhouse |
330 | 2024-03-26T18:21:37.633Z | + ARG0=ci_download_clickhouse |
331 | 2024-03-26T18:21:37.633Z | + TARGET_DIR=out |
332 | 2024-03-26T18:21:37.633Z | + DOWNLOAD_DIR=out/downloads |
333 | 2024-03-26T18:21:37.633Z | + DEST_DIR=./out/clickhouse |
334 | 2024-03-26T18:21:37.633Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
335 | 2024-03-26T18:21:37.633Z | + CIDL_VERSION=v23.8.7.24 |
336 | 2024-03-26T18:21:37.633Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
337 | 2024-03-26T18:21:37.633Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
338 | 2024-03-26T18:21:37.633Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
339 | 2024-03-26T18:21:37.633Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
340 | 2024-03-26T18:21:37.633Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
341 | 2024-03-26T18:21:37.633Z | + main |
342 | 2024-03-26T18:21:37.633Z | + [[ 0 != 0 ]] |
343 | 2024-03-26T18:21:37.634Z | + CIDL_OS=solaris2.11 |
344 | 2024-03-26T18:21:37.634Z | + [[ 0 != 0 ]] |
345 | 2024-03-26T18:21:37.634Z | + configure_os solaris2.11 |
346 | 2024-03-26T18:21:37.634Z | + echo 'current directory: /work/oxidecomputer/omicron' |
347 | 2024-03-26T18:21:37.634Z | + echo 'configuring based on OS: "solaris2.11"' |
348 | 2024-03-26T18:21:37.634Z | current directory: /work/oxidecomputer/omicron |
349 | 2024-03-26T18:21:37.634Z | + CIDL_DASHREV= |
350 | 2024-03-26T18:21:37.634Z | + case "$1" in |
351 | 2024-03-26T18:21:37.634Z | + CIDL_PLATFORM=illumos |
352 | 2024-03-26T18:21:37.634Z | configuring based on OS: "solaris2.11" |
353 | 2024-03-26T18:21:37.634Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
354 | 2024-03-26T18:21:37.634Z | + CIDL_MD5FUNC=do_md5sum |
355 | 2024-03-26T18:21:37.634Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
356 | 2024-03-26T18:21:37.635Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-03-26T18:21:37.635Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-03-26T18:21:37.635Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-03-26T18:21:37.635Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
360 | 2024-03-26T18:21:37.635Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
361 | 2024-03-26T18:21:37.635Z | + mkdir -p out/downloads |
362 | 2024-03-26T18:21:37.635Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
363 | 2024-03-26T18:21:37.635Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
364 | 2024-03-26T18:21:37.635Z | + mkdir -p ./out/clickhouse |
365 | 2024-03-26T18:21:37.635Z | + local DO_DOWNLOAD=true |
366 | 2024-03-26T18:21:37.635Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
367 | 2024-03-26T18:21:37.635Z | + '[' true == true ']' |
368 | 2024-03-26T18:21:37.635Z | + echo Downloading... |
369 | 2024-03-26T18:21:37.635Z | Downloading... |
370 | 2024-03-26T18:21:37.636Z | + 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 |
371 | 2024-03-26T18:21:37.636Z | + 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 |
372 | 2024-03-26T18:21:44.922Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
373 | 2024-03-26T18:21:44.947Z | ++ md5sum |
374 | 2024-03-26T18:21:44.948Z | ++ awk '{print $1}' |
375 | 2024-03-26T18:21:45.189Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
376 | 2024-03-26T18:21:45.189Z | + [[ 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 ]] |
377 | 2024-03-26T18:21:45.189Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
378 | 2024-03-26T18:21:45.189Z | + mkdir -p ./out/clickhouse |
379 | 2024-03-26T18:21:45.215Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
380 | 2024-03-26T18:21:50.328Z | + [[ solaris2.11 == darwin* ]] |
381 | 2024-03-26T18:21:50.329Z | + ./out/clickhouse/clickhouse server --version |
382 | 2024-03-26T18:21:50.408Z | ClickHouse server version 23.8.7.1. |
383 | 2024-03-26T18:21:50.437Z | + set -o errexit |
384 | 2024-03-26T18:21:50.468Z | +++ dirname ./tools/ci_download_console |
385 | 2024-03-26T18:21:50.468Z | ++ cd ./tools |
386 | 2024-03-26T18:21:50.468Z | ++ pwd |
387 | 2024-03-26T18:21:50.468Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
388 | 2024-03-26T18:21:50.468Z | ++ basename ./tools/ci_download_console |
389 | 2024-03-26T18:21:50.469Z | + ARG0=ci_download_console |
390 | 2024-03-26T18:21:50.469Z | + TARGET_DIR=out |
391 | 2024-03-26T18:21:50.469Z | + DOWNLOAD_DIR=out/downloads |
392 | 2024-03-26T18:21:50.469Z | + DEST_DIR=./out/console-assets |
393 | 2024-03-26T18:21:50.469Z | + source /work/oxidecomputer/omicron/tools/console_version |
394 | 2024-03-26T18:21:50.469Z | ++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137 |
395 | 2024-03-26T18:21:50.469Z | ++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
396 | 2024-03-26T18:21:50.470Z | + URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
397 | 2024-03-26T18:21:50.470Z | + TARBALL_FILE=out/downloads/console.tar.gz |
398 | 2024-03-26T18:21:50.470Z | + main |
399 | 2024-03-26T18:21:50.470Z | + [[ 0 != 0 ]] |
400 | 2024-03-26T18:21:50.470Z | + echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz' |
401 | 2024-03-26T18:21:50.471Z | + echo 'Local file: out/downloads/console.tar.gz' |
402 | 2024-03-26T18:21:50.471Z | URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
403 | 2024-03-26T18:21:50.471Z | Local file: out/downloads/console.tar.gz |
404 | 2024-03-26T18:21:50.471Z | + local DO_DOWNLOAD=true |
405 | 2024-03-26T18:21:50.471Z | + [[ -f out/downloads/console.tar.gz ]] |
406 | 2024-03-26T18:21:50.471Z | + mkdir -p out/downloads |
407 | 2024-03-26T18:21:50.471Z | + '[' true == true ']' |
408 | 2024-03-26T18:21:50.471Z | + echo Downloading... |
409 | 2024-03-26T18:21:50.472Z | Downloading... |
410 | 2024-03-26T18:21:50.472Z | + do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz |
411 | 2024-03-26T18:21:50.472Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
412 | 2024-03-26T18:21:50.774Z | ++ do_sha256sum out/downloads/console.tar.gz |
413 | 2024-03-26T18:21:50.775Z | ++ case "$OSTYPE" in |
414 | 2024-03-26T18:21:50.775Z | ++ SHA=sha256sum |
415 | 2024-03-26T18:21:50.802Z | ++ sha256sum |
416 | 2024-03-26T18:21:50.803Z | ++ awk '{print $1}' |
417 | 2024-03-26T18:21:50.803Z | + calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
418 | 2024-03-26T18:21:50.803Z | + [[ 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 ]] |
419 | 2024-03-26T18:21:50.803Z | + rm -rf ./out/console-assets |
420 | 2024-03-26T18:21:50.804Z | + mkdir -p ./out/console-assets |
421 | 2024-03-26T18:21:50.804Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
422 | 2024-03-26T18:21:50.804Z | + mkdir -p ./out/console-assets |
423 | 2024-03-26T18:21:50.805Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
424 | 2024-03-26T18:21:50.922Z | + set -o errexit |
425 | 2024-03-26T18:21:50.948Z | +++ dirname ./tools/ci_download_maghemite_openapi |
426 | 2024-03-26T18:21:50.948Z | ++ cd ./tools |
427 | 2024-03-26T18:21:50.948Z | ++ pwd |
428 | 2024-03-26T18:21:50.948Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
429 | 2024-03-26T18:21:50.948Z | ++ basename ./tools/ci_download_maghemite_openapi |
430 | 2024-03-26T18:21:50.948Z | + ARG0=ci_download_maghemite_openapi |
431 | 2024-03-26T18:21:50.948Z | + TARGET_DIR=out |
432 | 2024-03-26T18:21:50.948Z | + DOWNLOAD_DIR=out/downloads |
433 | 2024-03-26T18:21:50.948Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
434 | 2024-03-26T18:21:50.948Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
435 | 2024-03-26T18:21:50.949Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
436 | 2024-03-26T18:21:50.949Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
437 | 2024-03-26T18:21:50.949Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
438 | 2024-03-26T18:21:50.949Z | + main |
439 | 2024-03-26T18:21:50.949Z | + rm -rf out/downloads/root |
440 | 2024-03-26T18:21:50.949Z | + [[ 0 != 0 ]] |
441 | 2024-03-26T18:21:50.949Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
442 | 2024-03-26T18:21:50.949Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
443 | 2024-03-26T18:21:50.949Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
444 | 2024-03-26T18:21:50.949Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
445 | 2024-03-26T18:21:50.950Z | + local DO_DOWNLOAD=true |
446 | 2024-03-26T18:21:50.950Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
447 | 2024-03-26T18:21:50.950Z | + mkdir -p out/downloads |
448 | 2024-03-26T18:21:50.950Z | + '[' true == true ']' |
449 | 2024-03-26T18:21:50.950Z | + echo Downloading... |
450 | 2024-03-26T18:21:50.950Z | Downloading... |
451 | 2024-03-26T18:21:50.950Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
452 | 2024-03-26T18:21:50.950Z | + 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 |
453 | 2024-03-26T18:21:51.610Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
454 | 2024-03-26T18:21:51.610Z | ++ case "$OSTYPE" in |
455 | 2024-03-26T18:21:51.610Z | ++ SHA=sha256sum |
456 | 2024-03-26T18:21:52.458Z | ++ sha256sum |
457 | 2024-03-26T18:21:52.458Z | ++ awk '{print $1}' |
458 | 2024-03-26T18:21:52.458Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
459 | 2024-03-26T18:21:52.460Z | + [[ 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 ]] |
460 | 2024-03-26T18:21:52.460Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
461 | 2024-03-26T18:21:52.460Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
462 | 2024-03-26T18:21:52.460Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
463 | 2024-03-26T18:21:52.460Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
464 | 2024-03-26T18:21:52.461Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
465 | 2024-03-26T18:21:52.461Z | + main |
466 | 2024-03-26T18:21:52.461Z | + rm -rf out/downloads/root |
467 | 2024-03-26T18:21:52.461Z | + [[ 0 != 0 ]] |
468 | 2024-03-26T18:21:52.462Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
469 | 2024-03-26T18:21:52.462Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
470 | 2024-03-26T18:21:52.462Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
471 | 2024-03-26T18:21:52.462Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
472 | 2024-03-26T18:21:52.463Z | + local DO_DOWNLOAD=true |
473 | 2024-03-26T18:21:52.463Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
474 | 2024-03-26T18:21:52.463Z | + mkdir -p out/downloads |
475 | 2024-03-26T18:21:52.463Z | + '[' true == true ']' |
476 | 2024-03-26T18:21:52.463Z | + echo Downloading... |
477 | 2024-03-26T18:21:52.463Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
478 | 2024-03-26T18:21:52.463Z | Downloading... |
479 | 2024-03-26T18:21:52.464Z | + 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 |
480 | 2024-03-26T18:21:52.464Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
481 | 2024-03-26T18:21:52.464Z | ++ case "$OSTYPE" in |
482 | 2024-03-26T18:21:52.464Z | ++ SHA=sha256sum |
483 | 2024-03-26T18:21:52.464Z | ++ sha256sum |
484 | 2024-03-26T18:21:52.497Z | ++ awk '{print $1}' |
485 | 2024-03-26T18:21:52.497Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
486 | 2024-03-26T18:21:52.497Z | + [[ 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 ]] |
487 | 2024-03-26T18:21:52.497Z | + set -o errexit |
488 | 2024-03-26T18:21:52.497Z | +++ dirname ./tools/ci_download_dendrite_openapi |
489 | 2024-03-26T18:21:52.498Z | ++ cd ./tools |
490 | 2024-03-26T18:21:52.498Z | ++ pwd |
491 | 2024-03-26T18:21:52.498Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
492 | 2024-03-26T18:21:52.498Z | ++ basename ./tools/ci_download_dendrite_openapi |
493 | 2024-03-26T18:21:52.499Z | + ARG0=ci_download_dendrite_openapi |
494 | 2024-03-26T18:21:52.499Z | + TARGET_DIR=out |
495 | 2024-03-26T18:21:52.499Z | + DOWNLOAD_DIR=out/downloads |
496 | 2024-03-26T18:21:52.499Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
497 | 2024-03-26T18:21:52.499Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
498 | 2024-03-26T18:21:52.499Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
499 | 2024-03-26T18:21:52.499Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
500 | 2024-03-26T18:21:52.499Z | + LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
501 | 2024-03-26T18:21:52.500Z | + main |
502 | 2024-03-26T18:21:52.500Z | + [[ 0 != 0 ]] |
503 | 2024-03-26T18:21:52.500Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json' |
504 | 2024-03-26T18:21:52.500Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
505 | 2024-03-26T18:21:52.500Z | + echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json' |
506 | 2024-03-26T18:21:52.500Z | Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
507 | 2024-03-26T18:21:52.501Z | + local DO_DOWNLOAD=true |
508 | 2024-03-26T18:21:52.501Z | + [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]] |
509 | 2024-03-26T18:21:52.501Z | + mkdir -p out/downloads |
510 | 2024-03-26T18:21:52.501Z | + '[' true == true ']' |
511 | 2024-03-26T18:21:52.501Z | + echo Downloading... |
512 | 2024-03-26T18:21:52.501Z | Downloading... |
513 | 2024-03-26T18:21:52.501Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
514 | 2024-03-26T18:21:52.501Z | + 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 |
515 | 2024-03-26T18:21:54.955Z | ++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
516 | 2024-03-26T18:21:54.955Z | ++ case "$OSTYPE" in |
517 | 2024-03-26T18:21:54.955Z | ++ SHA=sha256sum |
518 | 2024-03-26T18:21:55.002Z | ++ sha256sum |
519 | 2024-03-26T18:21:55.003Z | ++ awk '{print $1}' |
520 | 2024-03-26T18:21:55.003Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
521 | 2024-03-26T18:21:55.003Z | + [[ 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 ]] |
522 | 2024-03-26T18:21:55.003Z | + set -o errexit |
523 | 2024-03-26T18:21:55.003Z | +++ dirname ./tools/ci_download_dendrite_stub |
524 | 2024-03-26T18:21:55.003Z | ++ cd ./tools |
525 | 2024-03-26T18:21:55.003Z | ++ pwd |
526 | 2024-03-26T18:21:55.003Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
527 | 2024-03-26T18:21:55.003Z | ++ basename ./tools/ci_download_dendrite_stub |
528 | 2024-03-26T18:21:55.003Z | + ARG0=ci_download_dendrite_stub |
529 | 2024-03-26T18:21:55.003Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
530 | 2024-03-26T18:21:55.003Z | ++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
531 | 2024-03-26T18:21:55.003Z | ++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a |
532 | 2024-03-26T18:21:55.003Z | ++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d |
533 | 2024-03-26T18:21:55.003Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
534 | 2024-03-26T18:21:55.003Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
535 | 2024-03-26T18:21:55.003Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
536 | 2024-03-26T18:21:55.003Z | + TARGET_DIR=out |
537 | 2024-03-26T18:21:55.004Z | + DOWNLOAD_DIR=out/downloads |
538 | 2024-03-26T18:21:55.004Z | + DEST_DIR=./out/dendrite-stub |
539 | 2024-03-26T18:21:55.004Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
540 | 2024-03-26T18:21:55.004Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
541 | 2024-03-26T18:21:55.004Z | + REPO=oxidecomputer/dendrite |
542 | 2024-03-26T18:21:55.004Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb |
543 | 2024-03-26T18:21:55.004Z | + main |
544 | 2024-03-26T18:21:55.004Z | + [[ 0 != 0 ]] |
545 | 2024-03-26T18:21:55.004Z | + CIDL_OS=solaris2.11 |
546 | 2024-03-26T18:21:55.004Z | + [[ 0 != 0 ]] |
547 | 2024-03-26T18:21:55.004Z | + configure_os solaris2.11 |
548 | 2024-03-26T18:21:55.004Z | + echo 'current directory: /work/oxidecomputer/omicron' |
549 | 2024-03-26T18:21:55.004Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2024-03-26T18:21:55.004Z | current directory: /work/oxidecomputer/omicron |
551 | 2024-03-26T18:21:55.004Z | configuring based on OS: "solaris2.11" |
552 | 2024-03-26T18:21:55.004Z | + case "$1" in |
553 | 2024-03-26T18:21:55.004Z | + SET_BINARIES= |
554 | 2024-03-26T18:21:55.004Z | + CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
555 | 2024-03-26T18:21:55.004Z | + CIDL_SHA256FUNC=do_sha256sum |
556 | 2024-03-26T18:21:55.005Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
557 | 2024-03-26T18:21:55.005Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
558 | 2024-03-26T18:21:55.005Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
559 | 2024-03-26T18:21:55.005Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz' |
560 | 2024-03-26T18:21:55.005Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
561 | 2024-03-26T18:21:55.005Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
562 | 2024-03-26T18:21:55.005Z | + mkdir -p out/downloads |
563 | 2024-03-26T18:21:55.005Z | Local file: out/downloads/dendrite-stub.tar.gz |
564 | 2024-03-26T18:21:55.005Z | + mkdir -p ./out/dendrite-stub |
565 | 2024-03-26T18:21:55.005Z | + fetch_and_verify |
566 | 2024-03-26T18:21:55.005Z | + local DO_DOWNLOAD=true |
567 | 2024-03-26T18:21:55.005Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
568 | 2024-03-26T18:21:55.005Z | + '[' true == true ']' |
569 | 2024-03-26T18:21:55.005Z | + echo Downloading... |
570 | 2024-03-26T18:21:55.005Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
571 | 2024-03-26T18:21:55.005Z | + 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 |
572 | 2024-03-26T18:21:55.005Z | Downloading... |
573 | 2024-03-26T18:22:07.346Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
574 | 2024-03-26T18:22:07.376Z | ++ sha256sum |
575 | 2024-03-26T18:22:07.376Z | ++ awk '{print $1}' |
576 | 2024-03-26T18:22:07.403Z | + calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
577 | 2024-03-26T18:22:07.404Z | + [[ 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 ]] |
578 | 2024-03-26T18:22:07.404Z | + do_untar out/downloads/dendrite-stub.tar.gz |
579 | 2024-03-26T18:22:07.404Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
580 | 2024-03-26T18:22:08.174Z | + do_assemble |
581 | 2024-03-26T18:22:08.174Z | + rm -r ./out/dendrite-stub |
582 | 2024-03-26T18:22:08.210Z | + mkdir ./out/dendrite-stub |
583 | 2024-03-26T18:22:08.210Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
584 | 2024-03-26T18:22:08.308Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
585 | 2024-03-26T18:22:08.333Z | + set -o errexit |
586 | 2024-03-26T18:22:08.333Z | +++ dirname ./tools/ci_download_maghemite_mgd |
587 | 2024-03-26T18:22:08.333Z | ++ cd ./tools |
588 | 2024-03-26T18:22:08.333Z | ++ pwd |
589 | 2024-03-26T18:22:08.333Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
590 | 2024-03-26T18:22:08.333Z | ++ basename ./tools/ci_download_maghemite_mgd |
591 | 2024-03-26T18:22:08.333Z | + ARG0=ci_download_maghemite_mgd |
592 | 2024-03-26T18:22:08.333Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
593 | 2024-03-26T18:22:08.333Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
594 | 2024-03-26T18:22:08.333Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
595 | 2024-03-26T18:22:08.333Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
596 | 2024-03-26T18:22:08.333Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
597 | 2024-03-26T18:22:08.333Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
598 | 2024-03-26T18:22:08.333Z | + TARGET_DIR=out |
599 | 2024-03-26T18:22:08.334Z | + DOWNLOAD_DIR=out/downloads |
600 | 2024-03-26T18:22:08.334Z | + DEST_DIR=./out/mgd |
601 | 2024-03-26T18:22:08.334Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
602 | 2024-03-26T18:22:08.334Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
603 | 2024-03-26T18:22:08.334Z | + REPO=oxidecomputer/maghemite |
604 | 2024-03-26T18:22:08.334Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
605 | 2024-03-26T18:22:08.334Z | + main |
606 | 2024-03-26T18:22:08.334Z | + rm -rf out/downloads/root |
607 | 2024-03-26T18:22:08.359Z | + [[ 0 != 0 ]] |
608 | 2024-03-26T18:22:08.359Z | + CIDL_OS=solaris2.11 |
609 | 2024-03-26T18:22:08.359Z | + [[ 0 != 0 ]] |
610 | 2024-03-26T18:22:08.359Z | + configure_os solaris2.11 |
611 | 2024-03-26T18:22:08.359Z | + echo 'current directory: /work/oxidecomputer/omicron' |
612 | 2024-03-26T18:22:08.359Z | current directory: /work/oxidecomputer/omicron |
613 | 2024-03-26T18:22:08.359Z | + echo 'configuring based on OS: "solaris2.11"' |
614 | 2024-03-26T18:22:08.359Z | + case "$1" in |
615 | 2024-03-26T18:22:08.359Z | + SET_BINARIES= |
616 | 2024-03-26T18:22:08.359Z | configuring based on OS: "solaris2.11" |
617 | 2024-03-26T18:22:08.359Z | + CIDL_SHA256FUNC=do_sha256sum |
618 | 2024-03-26T18:22:08.359Z | + TARBALL_FILENAME=mgd.tar.gz |
619 | 2024-03-26T18:22:08.359Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
620 | 2024-03-26T18:22:08.359Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
621 | 2024-03-26T18:22:08.359Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
622 | 2024-03-26T18:22:08.359Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
623 | 2024-03-26T18:22:08.359Z | Local file: out/downloads/mgd.tar.gz |
624 | 2024-03-26T18:22:08.359Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
625 | 2024-03-26T18:22:08.360Z | + mkdir -p out/downloads |
626 | 2024-03-26T18:22:08.360Z | + mkdir -p ./out/mgd |
627 | 2024-03-26T18:22:08.360Z | + fetch_and_verify |
628 | 2024-03-26T18:22:08.360Z | + local DO_DOWNLOAD=true |
629 | 2024-03-26T18:22:08.360Z | + [[ -f out/downloads/mgd.tar.gz ]] |
630 | 2024-03-26T18:22:08.360Z | + '[' true == true ']' |
631 | 2024-03-26T18:22:08.360Z | + echo Downloading... |
632 | 2024-03-26T18:22:08.360Z | Downloading... |
633 | 2024-03-26T18:22:08.360Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
634 | 2024-03-26T18:22:08.360Z | + 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 |
635 | 2024-03-26T18:22:19.633Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
636 | 2024-03-26T18:22:19.686Z | ++ sha256sum |
637 | 2024-03-26T18:22:19.686Z | ++ awk '{print $1}' |
638 | 2024-03-26T18:22:19.721Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
639 | 2024-03-26T18:22:19.721Z | + [[ 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 ]] |
640 | 2024-03-26T18:22:19.721Z | + do_untar out/downloads/mgd.tar.gz |
641 | 2024-03-26T18:22:19.721Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
642 | 2024-03-26T18:22:20.454Z | + do_assemble |
643 | 2024-03-26T18:22:20.454Z | + rm -r ./out/mgd |
644 | 2024-03-26T18:22:20.975Z | + mkdir ./out/mgd |
645 | 2024-03-26T18:22:20.975Z | + cp -r out/downloads/root ./out/mgd/root |
646 | 2024-03-26T18:22:20.975Z | + set -o errexit |
647 | 2024-03-26T18:22:20.975Z | +++ dirname ./tools/ci_download_transceiver_control |
648 | 2024-03-26T18:22:20.975Z | ++ cd ./tools |
649 | 2024-03-26T18:22:20.975Z | ++ pwd |
650 | 2024-03-26T18:22:20.976Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
651 | 2024-03-26T18:22:20.976Z | ++ basename ./tools/ci_download_transceiver_control |
652 | 2024-03-26T18:22:20.976Z | + ARG0=ci_download_transceiver_control |
653 | 2024-03-26T18:22:20.976Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
654 | 2024-03-26T18:22:20.976Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
655 | 2024-03-26T18:22:20.976Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
656 | 2024-03-26T18:22:20.976Z | + TARGET_DIR=out |
657 | 2024-03-26T18:22:20.976Z | + DOWNLOAD_DIR=out/downloads |
658 | 2024-03-26T18:22:20.976Z | + DEST_DIR=./out/transceiver-control |
659 | 2024-03-26T18:22:20.976Z | + BIN_DIR=/opt/oxide/bin |
660 | 2024-03-26T18:22:20.976Z | + BINARY=xcvradm |
661 | 2024-03-26T18:22:20.976Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
662 | 2024-03-26T18:22:20.976Z | + REPO=oxidecomputer/transceiver-control |
663 | 2024-03-26T18:22:20.976Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
664 | 2024-03-26T18:22:20.976Z | + main |
665 | 2024-03-26T18:22:20.976Z | + [[ 0 != 0 ]] |
666 | 2024-03-26T18:22:20.976Z | + CIDL_OS=solaris2.11 |
667 | 2024-03-26T18:22:20.976Z | + [[ 0 != 0 ]] |
668 | 2024-03-26T18:22:20.977Z | + configure_os solaris2.11 |
669 | 2024-03-26T18:22:20.977Z | + echo 'current directory: /work/oxidecomputer/omicron' |
670 | 2024-03-26T18:22:20.977Z | + echo 'configuring based on OS: "solaris2.11"' |
671 | 2024-03-26T18:22:20.977Z | current directory: /work/oxidecomputer/omicron |
672 | 2024-03-26T18:22:20.977Z | + case "$1" in |
673 | 2024-03-26T18:22:20.977Z | configuring based on OS: "solaris2.11" |
674 | 2024-03-26T18:22:20.977Z | + SET_BINARIES= |
675 | 2024-03-26T18:22:20.977Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2024-03-26T18:22:20.977Z | + CIDL_SHA256FUNC=do_sha256sum |
677 | 2024-03-26T18:22:20.977Z | + ARCHIVE_FILENAME=xcvradm.gz |
678 | 2024-03-26T18:22:20.977Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
679 | 2024-03-26T18:22:20.977Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2024-03-26T18:22:20.977Z | Local file: out/downloads/xcvradm.gz |
681 | 2024-03-26T18:22:20.977Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
682 | 2024-03-26T18:22:20.977Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
683 | 2024-03-26T18:22:20.977Z | + echo 'Local file: out/downloads/xcvradm.gz' |
684 | 2024-03-26T18:22:20.977Z | + mkdir -p out/downloads |
685 | 2024-03-26T18:22:20.977Z | + mkdir -p ./out/transceiver-control |
686 | 2024-03-26T18:22:20.977Z | + fetch_and_verify |
687 | 2024-03-26T18:22:20.977Z | + local DO_DOWNLOAD=true |
688 | 2024-03-26T18:22:20.978Z | + [[ -f out/downloads/xcvradm.gz ]] |
689 | 2024-03-26T18:22:20.978Z | + '[' true == true ']' |
690 | 2024-03-26T18:22:20.978Z | + echo Downloading... |
691 | 2024-03-26T18:22:20.978Z | Downloading... |
692 | 2024-03-26T18:22:20.978Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
693 | 2024-03-26T18:22:20.978Z | + 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 |
694 | 2024-03-26T18:22:24.290Z | ++ do_sha256sum out/downloads/xcvradm.gz |
695 | 2024-03-26T18:22:24.316Z | ++ sha256sum |
696 | 2024-03-26T18:22:24.316Z | ++ awk '{print $1}' |
697 | 2024-03-26T18:22:24.316Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
698 | 2024-03-26T18:22:24.316Z | + [[ 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 ]] |
699 | 2024-03-26T18:22:24.316Z | + do_unpack out/downloads/xcvradm.gz |
700 | 2024-03-26T18:22:24.316Z | + mkdir -p out/downloads/root//opt/oxide/bin |
701 | 2024-03-26T18:22:24.316Z | + gzip -dc out/downloads/xcvradm.gz |
702 | 2024-03-26T18:22:24.463Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
703 | 2024-03-26T18:22:24.463Z | + do_assemble |
704 | 2024-03-26T18:22:24.464Z | + rm -r ./out/transceiver-control |
705 | 2024-03-26T18:22:24.464Z | + mkdir ./out/transceiver-control |
706 | 2024-03-26T18:22:24.464Z | + cp -r out/downloads/root ./out/transceiver-control/root |
707 | 2024-03-26T18:22:24.547Z | + set -o errexit |
708 | 2024-03-26T18:22:24.600Z | +++ dirname ./tools/ci_download_thundermuffin |
709 | 2024-03-26T18:22:24.600Z | ++ cd ./tools |
710 | 2024-03-26T18:22:24.601Z | ++ pwd |
711 | 2024-03-26T18:22:24.601Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
712 | 2024-03-26T18:22:24.601Z | ++ basename ./tools/ci_download_thundermuffin |
713 | 2024-03-26T18:22:24.601Z | + ARG0=ci_download_thundermuffin |
714 | 2024-03-26T18:22:24.602Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
715 | 2024-03-26T18:22:24.602Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
716 | 2024-03-26T18:22:24.602Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
717 | 2024-03-26T18:22:24.602Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
718 | 2024-03-26T18:22:24.603Z | + TARGET_DIR=out |
719 | 2024-03-26T18:22:24.603Z | + DOWNLOAD_DIR=out/downloads |
720 | 2024-03-26T18:22:24.603Z | + DEST_DIR=./out/thundermuffin |
721 | 2024-03-26T18:22:24.604Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
722 | 2024-03-26T18:22:24.604Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
723 | 2024-03-26T18:22:24.604Z | + REPO=oxidecomputer/thundermuffin |
724 | 2024-03-26T18:22:24.604Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
725 | 2024-03-26T18:22:24.604Z | + main |
726 | 2024-03-26T18:22:24.605Z | + rm -rf out/downloads/root |
727 | 2024-03-26T18:22:24.605Z | + [[ 0 != 0 ]] |
728 | 2024-03-26T18:22:24.605Z | + CIDL_OS=solaris2.11 |
729 | 2024-03-26T18:22:24.605Z | + [[ 0 != 0 ]] |
730 | 2024-03-26T18:22:24.605Z | + configure_os solaris2.11 |
731 | 2024-03-26T18:22:24.605Z | + echo 'current directory: /work/oxidecomputer/omicron' |
732 | 2024-03-26T18:22:24.606Z | current directory: /work/oxidecomputer/omicron |
733 | 2024-03-26T18:22:24.606Z | + echo 'configuring based on OS: "solaris2.11"' |
734 | 2024-03-26T18:22:24.606Z | + case "$1" in |
735 | 2024-03-26T18:22:24.606Z | configuring based on OS: "solaris2.11" |
736 | 2024-03-26T18:22:24.606Z | + SET_BINARIES= |
737 | 2024-03-26T18:22:24.606Z | + CIDL_SHA256FUNC=do_sha256sum |
738 | 2024-03-26T18:22:24.607Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
739 | 2024-03-26T18:22:24.607Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
740 | 2024-03-26T18:22:24.607Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
741 | 2024-03-26T18:22:24.607Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
742 | 2024-03-26T18:22:24.607Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
743 | 2024-03-26T18:22:24.607Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
744 | 2024-03-26T18:22:24.607Z | + mkdir -p out/downloads |
745 | 2024-03-26T18:22:24.608Z | Local file: out/downloads/thundermuffin.tar.gz |
746 | 2024-03-26T18:22:24.608Z | + mkdir -p ./out/thundermuffin |
747 | 2024-03-26T18:22:24.608Z | + fetch_and_verify |
748 | 2024-03-26T18:22:24.608Z | + local DO_DOWNLOAD=true |
749 | 2024-03-26T18:22:24.608Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
750 | 2024-03-26T18:22:24.608Z | + '[' true == true ']' |
751 | 2024-03-26T18:22:24.608Z | + echo Downloading... |
752 | 2024-03-26T18:22:24.608Z | Downloading... |
753 | 2024-03-26T18:22:24.608Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
754 | 2024-03-26T18:22:24.608Z | + 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 |
755 | 2024-03-26T18:22:27.348Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
756 | 2024-03-26T18:22:27.377Z | ++ sha256sum |
757 | 2024-03-26T18:22:27.377Z | ++ awk '{print $1}' |
758 | 2024-03-26T18:22:27.377Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
759 | 2024-03-26T18:22:27.377Z | + [[ 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 ]] |
760 | 2024-03-26T18:22:27.378Z | + do_untar out/downloads/thundermuffin.tar.gz |
761 | 2024-03-26T18:22:27.378Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
762 | 2024-03-26T18:22:27.438Z | + do_assemble |
763 | 2024-03-26T18:22:27.438Z | + rm -r ./out/thundermuffin |
764 | 2024-03-26T18:22:27.463Z | + mkdir ./out/thundermuffin |
765 | 2024-03-26T18:22:27.463Z | + cp -r out/downloads/root ./out/thundermuffin/root |
766 | 2024-03-26T18:22:27.488Z | All builder prerequisites installed successfully, and PATH looks valid |
767 | 2024-03-26T18:22:27.488Z | + banner commtest |
768 | 2024-03-26T18:22:27.488Z | |
769 | 2024-03-26T18:22:27.488Z | #### #### # # # # ##### ###### #### ##### |
770 | 2024-03-26T18:22:27.488Z | # # # # ## ## ## ## # # # # |
771 | 2024-03-26T18:22:27.488Z | # # # # ## # # ## # # ##### #### # |
772 | 2024-03-26T18:22:27.488Z | # # # # # # # # # # # |
773 | 2024-03-26T18:22:27.488Z | # # # # # # # # # # # # # |
774 | 2024-03-26T18:22:27.488Z | #### #### # # # # # ###### #### # |
775 | 2024-03-26T18:22:27.488Z | |
776 | 2024-03-26T18:22:27.488Z | + cargo build -p end-to-end-tests --bin commtest --bin dhcp-server --release |
777 | 2024-03-26T18:22:27.488Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
778 | 2024-03-26T18:22:27.675Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
779 | 2024-03-26T18:22:27.675Z | info: downloading component 'cargo' |
780 | 2024-03-26T18:22:27.862Z | info: downloading component 'clippy' |
781 | 2024-03-26T18:22:27.912Z | info: downloading component 'rust-docs' |
782 | 2024-03-26T18:22:28.120Z | info: downloading component 'rust-std' |
783 | 2024-03-26T18:22:28.856Z | info: downloading component 'rustc' |
784 | 2024-03-26T18:22:29.124Z | info: downloading component 'rustfmt' |
785 | 2024-03-26T18:22:29.189Z | info: installing component 'cargo' |
786 | 2024-03-26T18:22:30.286Z | info: installing component 'clippy' |
787 | 2024-03-26T18:22:30.660Z | info: installing component 'rust-docs' |
788 | 2024-03-26T18:22:33.040Z | info: installing component 'rust-std' |
789 | 2024-03-26T18:22:35.188Z | info: installing component 'rustc' |
790 | 2024-03-26T18:22:39.914Z | info: installing component 'rustfmt' |
791 | 2024-03-26T18:22:40.638Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
792 | 2024-03-26T18:22:41.264Z | Updating git repository `https://github.com/oxidecomputer/samael` |
793 | 2024-03-26T18:22:41.871Z | Updating git repository `https://github.com/oxidecomputer/zone` |
794 | 2024-03-26T18:22:42.375Z | Updating crates.io index |
795 | 2024-03-26T18:22:42.409Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
796 | 2024-03-26T18:22:43.510Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
797 | 2024-03-26T18:22:44.348Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
798 | 2024-03-26T18:22:46.517Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
799 | 2024-03-26T18:22:47.023Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
800 | 2024-03-26T18:22:47.542Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
801 | 2024-03-26T18:22:48.696Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
802 | 2024-03-26T18:22:51.022Z | Updating git repository `https://github.com/oxidecomputer/opte` |
803 | 2024-03-26T18:22:52.245Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
804 | 2024-03-26T18:22:52.759Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
805 | 2024-03-26T18:22:53.508Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
806 | 2024-03-26T18:22:54.125Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
807 | 2024-03-26T18:22:54.634Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
808 | 2024-03-26T18:22:55.349Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
809 | 2024-03-26T18:22:55.893Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
810 | 2024-03-26T18:22:56.412Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
811 | 2024-03-26T18:22:56.913Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
812 | 2024-03-26T18:22:57.431Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
813 | 2024-03-26T18:22:57.968Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
814 | 2024-03-26T18:22:58.736Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
815 | 2024-03-26T18:22:59.186Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
816 | 2024-03-26T18:22:59.847Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
817 | 2024-03-26T18:23:00.428Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
818 | 2024-03-26T18:23:01.003Z | Updating git repository `https://github.com/jgallagher/nix` |
819 | 2024-03-26T18:23:02.126Z | Updating git repository `https://github.com/cbiffle/hubpack` |
820 | 2024-03-26T18:23:02.709Z | Updating git repository `https://github.com/oxidecomputer/typify` |
821 | 2024-03-26T18:23:04.695Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
822 | 2024-03-26T18:23:05.202Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
823 | 2024-03-26T18:23:05.591Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
824 | 2024-03-26T18:23:07.133Z | Downloading crates ... |
825 | 2024-03-26T18:23:07.235Z | Downloaded anstream v0.6.11 |
826 | 2024-03-26T18:23:07.266Z | Downloaded byteorder v1.5.0 |
827 | 2024-03-26T18:23:07.266Z | Downloaded blake2 v0.10.6 |
828 | 2024-03-26T18:23:07.266Z | Downloaded instant v0.1.12 |
829 | 2024-03-26T18:23:07.266Z | Downloaded cfg-if v1.0.0 |
830 | 2024-03-26T18:23:07.266Z | Downloaded ciborium-io v0.2.2 |
831 | 2024-03-26T18:23:07.266Z | Downloaded cstr-argument v0.1.2 |
832 | 2024-03-26T18:23:07.266Z | Downloaded crypto-common v0.1.6 |
833 | 2024-03-26T18:23:07.266Z | Downloaded strum v0.26.1 |
834 | 2024-03-26T18:23:07.266Z | Downloaded usdt-macro v0.5.0 |
835 | 2024-03-26T18:23:07.295Z | Downloaded foreign-types-shared v0.3.1 |
836 | 2024-03-26T18:23:07.296Z | Downloaded ident_case v1.0.1 |
837 | 2024-03-26T18:23:07.296Z | Downloaded topological-sort v0.2.2 |
838 | 2024-03-26T18:23:07.296Z | Downloaded ecdsa v0.16.9 |
839 | 2024-03-26T18:23:07.296Z | Downloaded matches v0.1.10 |
840 | 2024-03-26T18:23:07.296Z | Downloaded iana-time-zone v0.1.57 |
841 | 2024-03-26T18:23:07.296Z | Downloaded num-conv v0.1.0 |
842 | 2024-03-26T18:23:07.296Z | Downloaded der v0.7.8 |
843 | 2024-03-26T18:23:07.334Z | Downloaded try-lock v0.2.4 |
844 | 2024-03-26T18:23:07.334Z | Downloaded openssl-macros v0.1.1 |
845 | 2024-03-26T18:23:07.334Z | Downloaded newtype_derive v0.1.6 |
846 | 2024-03-26T18:23:07.334Z | Downloaded toml_datetime v0.6.5 |
847 | 2024-03-26T18:23:07.334Z | Downloaded opaque-debug v0.3.0 |
848 | 2024-03-26T18:23:07.334Z | Downloaded url v2.5.0 |
849 | 2024-03-26T18:23:07.334Z | Downloaded tokio-native-tls v0.3.1 |
850 | 2024-03-26T18:23:07.782Z | Downloaded hostname v0.3.1 |
851 | 2024-03-26T18:23:07.783Z | Downloaded pretty-hex v0.2.1 |
852 | 2024-03-26T18:23:07.783Z | Downloaded thiserror-impl v1.0.57 |
853 | 2024-03-26T18:23:07.783Z | Downloaded russh-cryptovec v0.7.0 |
854 | 2024-03-26T18:23:07.783Z | Downloaded take_mut v0.2.2 |
855 | 2024-03-26T18:23:07.783Z | Downloaded equivalent v1.0.1 |
856 | 2024-03-26T18:23:07.813Z | Downloaded tempfile v3.10.0 |
857 | 2024-03-26T18:23:07.814Z | Downloaded http-range v0.1.5 |
858 | 2024-03-26T18:23:07.814Z | Downloaded signature v2.1.0 |
859 | 2024-03-26T18:23:07.814Z | Downloaded diesel_table_macro_syntax v0.1.0 |
860 | 2024-03-26T18:23:07.814Z | Downloaded dhcproto-macros v0.1.0 |
861 | 2024-03-26T18:23:07.815Z | Downloaded dof v0.3.0 |
862 | 2024-03-26T18:23:07.815Z | Downloaded zeroize_derive v1.4.2 |
863 | 2024-03-26T18:23:07.815Z | Downloaded zerocopy v0.3.0 |
864 | 2024-03-26T18:23:07.815Z | Downloaded diesel_derives v2.1.2 |
865 | 2024-03-26T18:23:07.815Z | Downloaded spin v0.5.2 |
866 | 2024-03-26T18:23:07.815Z | Downloaded proc-macro-error-attr v1.0.4 |
867 | 2024-03-26T18:23:07.815Z | Downloaded r2d2 v0.8.10 |
868 | 2024-03-26T18:23:07.815Z | Downloaded rustc_version v0.1.7 |
869 | 2024-03-26T18:23:07.815Z | Downloaded socket2 v0.5.5 |
870 | 2024-03-26T18:23:07.816Z | Downloaded quote v1.0.35 |
871 | 2024-03-26T18:23:07.816Z | Downloaded rand v0.8.5 |
872 | 2024-03-26T18:23:07.816Z | Downloaded winnow v0.6.1 |
873 | 2024-03-26T18:23:07.816Z | Downloaded rand v0.7.3 |
874 | 2024-03-26T18:23:07.816Z | Downloaded rustls v0.21.9 |
875 | 2024-03-26T18:23:07.816Z | Downloaded quick-error v1.2.3 |
876 | 2024-03-26T18:23:07.816Z | Downloaded rustfmt-wrapper v0.2.0 |
877 | 2024-03-26T18:23:07.816Z | Downloaded russh-keys v0.42.0 |
878 | 2024-03-26T18:23:07.816Z | Downloaded whoami v1.5.0 |
879 | 2024-03-26T18:23:07.816Z | Downloaded uuid v1.7.0 |
880 | 2024-03-26T18:23:07.816Z | Downloaded zerocopy v0.6.4 |
881 | 2024-03-26T18:23:07.816Z | Downloaded openssl-sys v0.9.96 |
882 | 2024-03-26T18:23:07.817Z | Downloaded publicsuffix v2.2.3 |
883 | 2024-03-26T18:23:07.817Z | Downloaded http v1.0.0 |
884 | 2024-03-26T18:23:07.817Z | Downloaded pest v2.7.6 |
885 | 2024-03-26T18:23:07.817Z | Downloaded winnow v0.5.15 |
886 | 2024-03-26T18:23:07.817Z | Downloaded ring v0.16.20 |
887 | 2024-03-26T18:23:07.817Z | Downloaded vcpkg v0.2.15 |
888 | 2024-03-26T18:23:07.818Z | Downloaded rustix v0.38.31 |
889 | 2024-03-26T18:23:07.818Z | Downloaded libc v0.2.153 |
890 | 2024-03-26T18:23:07.849Z | Downloaded winapi v0.3.9 |
891 | 2024-03-26T18:23:07.886Z | Downloaded encoding_rs v0.8.33 |
892 | 2024-03-26T18:23:07.918Z | Downloaded openapiv3 v2.0.0 |
893 | 2024-03-26T18:23:07.943Z | Downloaded syn v2.0.52 |
894 | 2024-03-26T18:23:07.943Z | Downloaded syn v1.0.109 |
895 | 2024-03-26T18:23:07.943Z | Downloaded openssl v0.10.60 |
896 | 2024-03-26T18:23:07.967Z | Downloaded object v0.32.1 |
897 | 2024-03-26T18:23:07.967Z | Downloaded petgraph v0.6.4 |
898 | 2024-03-26T18:23:07.992Z | Downloaded ring v0.17.8 |
899 | 2024-03-26T18:23:08.064Z | Downloaded p521 v0.13.3 |
900 | 2024-03-26T18:23:08.092Z | Downloaded nom v7.1.3 |
901 | 2024-03-26T18:23:08.092Z | Downloaded itertools v0.12.1 |
902 | 2024-03-26T18:23:08.092Z | Downloaded minimal-lexical v0.2.1 |
903 | 2024-03-26T18:23:08.092Z | Downloaded libm v0.2.7 |
904 | 2024-03-26T18:23:08.117Z | Downloaded num-bigint v0.4.4 |
905 | 2024-03-26T18:23:08.117Z | Downloaded mio v0.8.11 |
906 | 2024-03-26T18:23:08.117Z | Downloaded memchr v2.7.1 |
907 | 2024-03-26T18:23:08.117Z | Downloaded itertools v0.10.5 |
908 | 2024-03-26T18:23:08.143Z | Downloaded unicode-bidi v0.3.15 |
909 | 2024-03-26T18:23:08.143Z | Downloaded ppv-lite86 v0.2.17 |
910 | 2024-03-26T18:23:08.143Z | Downloaded postgres-types v0.2.6 |
911 | 2024-03-26T18:23:08.143Z | Downloaded postgres-protocol v0.6.6 |
912 | 2024-03-26T18:23:08.143Z | Downloaded smallvec v1.13.1 |
913 | 2024-03-26T18:23:08.143Z | Downloaded p256 v0.13.2 |
914 | 2024-03-26T18:23:08.143Z | Downloaded unicode-ident v1.0.12 |
915 | 2024-03-26T18:23:08.143Z | Downloaded rustc_version v0.4.0 |
916 | 2024-03-26T18:23:08.175Z | Downloaded proc-macro-crate v1.3.1 |
917 | 2024-03-26T18:23:08.175Z | Downloaded sha3 v0.10.8 |
918 | 2024-03-26T18:23:08.175Z | Downloaded tokio v1.36.0 |
919 | 2024-03-26T18:23:08.618Z | Downloaded pest_meta v2.7.6 |
920 | 2024-03-26T18:23:08.618Z | Downloaded pest_derive v2.7.6 |
921 | 2024-03-26T18:23:08.618Z | Downloaded parking_lot v0.11.2 |
922 | 2024-03-26T18:23:08.618Z | Downloaded owo-colors v4.0.0 |
923 | 2024-03-26T18:23:08.618Z | Downloaded omicron-zone-package v0.11.0 |
924 | 2024-03-26T18:23:08.662Z | Downloaded primeorder v0.13.6 |
925 | 2024-03-26T18:23:08.662Z | Downloaded predicates-core v1.0.6 |
926 | 2024-03-26T18:23:08.662Z | Downloaded futures-sink v0.3.30 |
927 | 2024-03-26T18:23:08.662Z | Downloaded zerocopy-derive v0.6.4 |
928 | 2024-03-26T18:23:08.662Z | Downloaded zerocopy-derive v0.2.0 |
929 | 2024-03-26T18:23:08.662Z | Downloaded futures-macro v0.3.30 |
930 | 2024-03-26T18:23:08.663Z | Downloaded predicates v3.1.0 |
931 | 2024-03-26T18:23:08.663Z | Downloaded slog-dtrace v0.3.0 |
932 | 2024-03-26T18:23:08.663Z | Downloaded slog-bunyan v2.5.0 |
933 | 2024-03-26T18:23:08.663Z | Downloaded sled v0.34.7 |
934 | 2024-03-26T18:23:08.663Z | Downloaded futures-io v0.3.30 |
935 | 2024-03-26T18:23:08.663Z | Downloaded vsss-rs v3.3.4 |
936 | 2024-03-26T18:23:08.663Z | Downloaded vec_map v0.8.2 |
937 | 2024-03-26T18:23:08.663Z | Downloaded sha2 v0.10.8 |
938 | 2024-03-26T18:23:08.664Z | Downloaded regex-automata v0.4.5 |
939 | 2024-03-26T18:23:08.664Z | Downloaded parking_lot v0.12.1 |
940 | 2024-03-26T18:23:08.664Z | Downloaded num-traits v0.2.18 |
941 | 2024-03-26T18:23:08.664Z | Downloaded native-tls v0.2.11 |
942 | 2024-03-26T18:23:08.664Z | Downloaded miniz_oxide v0.7.1 |
943 | 2024-03-26T18:23:08.664Z | Downloaded memmap2 v0.7.1 |
944 | 2024-03-26T18:23:08.664Z | Downloaded radix_trie v0.2.1 |
945 | 2024-03-26T18:23:08.664Z | Downloaded webpki-roots v0.25.2 |
946 | 2024-03-26T18:23:08.664Z | Downloaded smoltcp v0.11.0 |
947 | 2024-03-26T18:23:08.664Z | Downloaded smoltcp v0.9.1 |
948 | 2024-03-26T18:23:08.664Z | Downloaded rustls-webpki v0.102.1 |
949 | 2024-03-26T18:23:08.664Z | Downloaded rustls v0.22.2 |
950 | 2024-03-26T18:23:08.664Z | Downloaded diesel v2.1.4 |
951 | 2024-03-26T18:23:08.665Z | Downloaded powerfmt v0.2.0 |
952 | 2024-03-26T18:23:08.665Z | Downloaded hubpack v0.1.2 |
953 | 2024-03-26T18:23:08.665Z | Downloaded serde_repr v0.1.16 |
954 | 2024-03-26T18:23:08.665Z | Downloaded poly1305 v0.8.0 |
955 | 2024-03-26T18:23:08.665Z | Downloaded platforms v3.0.2 |
956 | 2024-03-26T18:23:08.665Z | Downloaded pkcs8 v0.10.2 |
957 | 2024-03-26T18:23:08.665Z | Downloaded pin-project-lite v0.2.13 |
958 | 2024-03-26T18:23:08.665Z | Downloaded pem-rfc7468 v0.7.0 |
959 | 2024-03-26T18:23:08.665Z | Downloaded password-hash v0.5.0 |
960 | 2024-03-26T18:23:08.666Z | Downloaded parking_lot_core v0.9.8 |
961 | 2024-03-26T18:23:08.666Z | Downloaded parking_lot_core v0.8.6 |
962 | 2024-03-26T18:23:08.666Z | Downloaded once_cell v1.19.0 |
963 | 2024-03-26T18:23:08.666Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
964 | 2024-03-26T18:23:08.666Z | Downloaded rustls-webpki v0.101.7 |
965 | 2024-03-26T18:23:08.666Z | Downloaded pretty-hex v0.4.1 |
966 | 2024-03-26T18:23:08.666Z | Downloaded hyper v0.14.28 |
967 | 2024-03-26T18:23:08.666Z | Downloaded walkdir v2.4.0 |
968 | 2024-03-26T18:23:08.666Z | Downloaded version_check v0.9.4 |
969 | 2024-03-26T18:23:08.666Z | Downloaded regex-syntax v0.8.2 |
970 | 2024-03-26T18:23:08.666Z | Downloaded zerocopy v0.7.32 |
971 | 2024-03-26T18:23:08.666Z | Downloaded precomputed-hash v0.1.1 |
972 | 2024-03-26T18:23:08.667Z | Downloaded futures-util v0.3.30 |
973 | 2024-03-26T18:23:08.667Z | Downloaded slog-json v2.6.1 |
974 | 2024-03-26T18:23:08.667Z | Downloaded sha1 v0.10.6 |
975 | 2024-03-26T18:23:08.667Z | Downloaded regress v0.9.0 |
976 | 2024-03-26T18:23:08.667Z | Downloaded serde_with v3.6.1 |
977 | 2024-03-26T18:23:08.667Z | Downloaded gimli v0.28.0 |
978 | 2024-03-26T18:23:08.667Z | Downloaded trust-dns-proto v0.22.0 |
979 | 2024-03-26T18:23:08.667Z | Downloaded idna v0.2.3 |
980 | 2024-03-26T18:23:08.667Z | Downloaded password-hash v0.4.2 |
981 | 2024-03-26T18:23:08.667Z | Downloaded rayon v1.9.0 |
982 | 2024-03-26T18:23:08.667Z | Downloaded idna v0.3.0 |
983 | 2024-03-26T18:23:08.667Z | Downloaded num_enum_derive v0.5.11 |
984 | 2024-03-26T18:23:08.668Z | Downloaded num-rational v0.4.1 |
985 | 2024-03-26T18:23:08.668Z | Downloaded num-complex v0.4.4 |
986 | 2024-03-26T18:23:08.668Z | Downloaded mime_guess v2.0.4 |
987 | 2024-03-26T18:23:08.668Z | Downloaded http-body v0.4.5 |
988 | 2024-03-26T18:23:08.668Z | Downloaded idna v0.5.0 |
989 | 2024-03-26T18:23:08.668Z | Downloaded rustc-demangle v0.1.23 |
990 | 2024-03-26T18:23:08.668Z | Downloaded proc-macro-error v1.0.4 |
991 | 2024-03-26T18:23:08.668Z | Downloaded thiserror v1.0.57 |
992 | 2024-03-26T18:23:08.668Z | Downloaded socket2 v0.4.9 |
993 | 2024-03-26T18:23:08.668Z | Downloaded ryu v1.0.15 |
994 | 2024-03-26T18:23:08.669Z | Downloaded zip v0.6.6 |
995 | 2024-03-26T18:23:08.669Z | Downloaded reqwest v0.11.24 |
996 | 2024-03-26T18:23:08.669Z | Downloaded regex v1.10.3 |
997 | 2024-03-26T18:23:08.669Z | Downloaded spin v0.9.8 |
998 | 2024-03-26T18:23:08.669Z | Downloaded serde_tokenstream v0.2.0 |
999 | 2024-03-26T18:23:08.669Z | Downloaded serde_spanned v0.6.5 |
1000 | 2024-03-26T18:23:08.669Z | Downloaded rustls-pemfile v2.1.1 |
1001 | 2024-03-26T18:23:08.669Z | Downloaded dhcproto v0.11.0 |
1002 | 2024-03-26T18:23:08.698Z | Downloaded unicase v2.7.0 |
1003 | 2024-03-26T18:23:08.698Z | Downloaded thread_local v1.1.7 |
1004 | 2024-03-26T18:23:08.698Z | Downloaded thread-id v4.2.0 |
1005 | 2024-03-26T18:23:08.698Z | Downloaded thiserror-no-std v2.0.2 |
1006 | 2024-03-26T18:23:08.699Z | Downloaded thiserror-impl-no-std v2.0.2 |
1007 | 2024-03-26T18:23:08.699Z | Downloaded zerocopy-derive v0.7.32 |
1008 | 2024-03-26T18:23:08.699Z | Downloaded smf v0.2.2 |
1009 | 2024-03-26T18:23:08.699Z | Downloaded serde_tokenstream v0.1.7 |
1010 | 2024-03-26T18:23:08.699Z | Downloaded rustversion v1.0.14 |
1011 | 2024-03-26T18:23:08.700Z | Downloaded rustls-pki-types v1.3.0 |
1012 | 2024-03-26T18:23:08.700Z | Downloaded rustls-pemfile v1.0.3 |
1013 | 2024-03-26T18:23:08.700Z | Downloaded yasna v0.5.2 |
1014 | 2024-03-26T18:23:08.700Z | Downloaded elliptic-curve v0.13.8 |
1015 | 2024-03-26T18:23:08.701Z | Downloaded psl-types v2.0.11 |
1016 | 2024-03-26T18:23:08.701Z | Downloaded h2 v0.3.24 |
1017 | 2024-03-26T18:23:08.701Z | Downloaded multer v3.0.0 |
1018 | 2024-03-26T18:23:08.701Z | Downloaded curve25519-dalek v4.1.1 |
1019 | 2024-03-26T18:23:08.727Z | Downloaded pkg-config v0.3.27 |
1020 | 2024-03-26T18:23:08.727Z | Downloaded pbkdf2 v0.12.2 |
1021 | 2024-03-26T18:23:08.727Z | Downloaded xattr v1.0.1 |
1022 | 2024-03-26T18:23:08.727Z | Downloaded either v1.10.0 |
1023 | 2024-03-26T18:23:08.727Z | Downloaded postcard v1.0.8 |
1024 | 2024-03-26T18:23:08.727Z | Downloaded utf8parse v0.2.1 |
1025 | 2024-03-26T18:23:08.727Z | Downloaded zeroize v1.7.0 |
1026 | 2024-03-26T18:23:08.728Z | Downloaded httparse v1.8.0 |
1027 | 2024-03-26T18:23:08.728Z | Downloaded signal-hook v0.3.17 |
1028 | 2024-03-26T18:23:08.728Z | Downloaded flate2 v1.0.28 |
1029 | 2024-03-26T18:23:08.753Z | Downloaded russh v0.42.0 |
1030 | 2024-03-26T18:23:08.753Z | Downloaded hkdf v0.12.4 |
1031 | 2024-03-26T18:23:08.754Z | Downloaded goblin v0.8.0 |
1032 | 2024-03-26T18:23:08.754Z | Downloaded plain v0.2.3 |
1033 | 2024-03-26T18:23:08.754Z | Downloaded phf_shared v0.11.2 |
1034 | 2024-03-26T18:23:08.754Z | Downloaded phf v0.11.2 |
1035 | 2024-03-26T18:23:08.754Z | Downloaded percent-encoding v2.3.1 |
1036 | 2024-03-26T18:23:08.754Z | Downloaded display-error-chain v0.2.0 |
1037 | 2024-03-26T18:23:08.754Z | Downloaded dirs-sys-next v0.1.2 |
1038 | 2024-03-26T18:23:08.754Z | Downloaded dirs-sys v0.4.1 |
1039 | 2024-03-26T18:23:08.780Z | Downloaded dirs-next v2.0.0 |
1040 | 2024-03-26T18:23:08.780Z | Downloaded dirs v5.0.1 |
1041 | 2024-03-26T18:23:08.780Z | Downloaded hyper-rustls v0.24.2 |
1042 | 2024-03-26T18:23:08.780Z | Downloaded getrandom v0.1.16 |
1043 | 2024-03-26T18:23:08.780Z | Downloaded unicode-normalization v0.1.22 |
1044 | 2024-03-26T18:23:08.781Z | Downloaded pest_generator v2.7.6 |
1045 | 2024-03-26T18:23:08.781Z | Downloaded embedded-io v0.4.0 |
1046 | 2024-03-26T18:23:08.781Z | Downloaded dtrace-parser v0.1.14 |
1047 | 2024-03-26T18:23:08.781Z | Downloaded dof v0.1.5 |
1048 | 2024-03-26T18:23:08.781Z | Downloaded digest v0.10.7 |
1049 | 2024-03-26T18:23:08.781Z | Downloaded difflib v0.4.0 |
1050 | 2024-03-26T18:23:08.781Z | Downloaded hyper-staticfile v0.9.5 |
1051 | 2024-03-26T18:23:08.781Z | Downloaded httpdate v1.0.3 |
1052 | 2024-03-26T18:23:08.781Z | Downloaded slog v2.7.0 |
1053 | 2024-03-26T18:23:08.811Z | Downloaded similar v2.4.0 |
1054 | 2024-03-26T18:23:08.811Z | Downloaded futures v0.3.30 |
1055 | 2024-03-26T18:23:08.812Z | Downloaded time v0.3.34 |
1056 | 2024-03-26T18:23:08.812Z | Downloaded serde_json v1.0.114 |
1057 | 2024-03-26T18:23:08.850Z | Downloaded pem v3.0.2 |
1058 | 2024-03-26T18:23:08.850Z | Downloaded pbkdf2 v0.11.0 |
1059 | 2024-03-26T18:23:08.850Z | Downloaded paste v1.0.14 |
1060 | 2024-03-26T18:23:08.850Z | Downloaded lru-cache v0.1.2 |
1061 | 2024-03-26T18:23:08.851Z | Downloaded humantime v2.1.0 |
1062 | 2024-03-26T18:23:08.851Z | Downloaded getopts v0.2.21 |
1063 | 2024-03-26T18:23:08.851Z | Downloaded gethostname v0.4.3 |
1064 | 2024-03-26T18:23:08.851Z | Downloaded generic-array v0.14.7 |
1065 | 2024-03-26T18:23:08.851Z | Downloaded futures-task v0.3.30 |
1066 | 2024-03-26T18:23:08.851Z | Downloaded signal-hook-mio v0.2.3 |
1067 | 2024-03-26T18:23:08.851Z | Downloaded pin-utils v0.1.0 |
1068 | 2024-03-26T18:23:08.852Z | Downloaded parse-display v0.9.0 |
1069 | 2024-03-26T18:23:08.852Z | Downloaded newtype-uuid v1.0.1 |
1070 | 2024-03-26T18:23:08.852Z | Downloaded unicode-segmentation v1.10.1 |
1071 | 2024-03-26T18:23:08.852Z | Downloaded num-iter v0.1.44 |
1072 | 2024-03-26T18:23:08.852Z | Downloaded nanorand v0.7.0 |
1073 | 2024-03-26T18:23:08.853Z | Downloaded fxhash v0.2.1 |
1074 | 2024-03-26T18:23:08.853Z | Downloaded slog-async v2.8.0 |
1075 | 2024-03-26T18:23:08.886Z | Downloaded slab v0.4.9 |
1076 | 2024-03-26T18:23:08.886Z | Downloaded siphasher v0.3.11 |
1077 | 2024-03-26T18:23:08.886Z | Downloaded signal-hook-registry v1.4.1 |
1078 | 2024-03-26T18:23:08.886Z | Downloaded serde_urlencoded v0.7.1 |
1079 | 2024-03-26T18:23:08.886Z | Downloaded futures-executor v0.3.30 |
1080 | 2024-03-26T18:23:08.887Z | Downloaded futures-core v0.3.30 |
1081 | 2024-03-26T18:23:08.887Z | Downloaded futures-channel v0.3.30 |
1082 | 2024-03-26T18:23:08.887Z | Downloaded float-cmp v0.9.0 |
1083 | 2024-03-26T18:23:08.887Z | Downloaded flagset v0.4.3 |
1084 | 2024-03-26T18:23:08.887Z | Downloaded fixedbitset v0.4.2 |
1085 | 2024-03-26T18:23:08.887Z | Downloaded filetime v0.2.23 |
1086 | 2024-03-26T18:23:08.887Z | Downloaded ff v0.13.0 |
1087 | 2024-03-26T18:23:08.887Z | Downloaded fastrand v2.0.1 |
1088 | 2024-03-26T18:23:08.887Z | Downloaded fallible-iterator v0.2.0 |
1089 | 2024-03-26T18:23:08.887Z | Downloaded errno v0.3.8 |
1090 | 2024-03-26T18:23:08.887Z | Downloaded enum-as-inner v0.5.1 |
1091 | 2024-03-26T18:23:08.887Z | Downloaded term v0.7.0 |
1092 | 2024-03-26T18:23:08.888Z | Downloaded tar v0.4.40 |
1093 | 2024-03-26T18:23:08.888Z | Downloaded subprocess v0.2.9 |
1094 | 2024-03-26T18:23:08.888Z | Downloaded proc-macro2 v1.0.78 |
1095 | 2024-03-26T18:23:08.888Z | Downloaded hubpack_derive v0.1.1 |
1096 | 2024-03-26T18:23:08.888Z | Downloaded want v0.3.1 |
1097 | 2024-03-26T18:23:08.888Z | Downloaded waitgroup v0.1.2 |
1098 | 2024-03-26T18:23:09.350Z | Downloaded swrite v0.1.0 |
1099 | 2024-03-26T18:23:09.350Z | Downloaded hashbrown v0.14.3 |
1100 | 2024-03-26T18:23:09.351Z | Downloaded strum_macros v0.26.1 |
1101 | 2024-03-26T18:23:09.351Z | Downloaded hashbrown v0.12.3 |
1102 | 2024-03-26T18:23:09.351Z | Downloaded tokio-util v0.7.10 |
1103 | 2024-03-26T18:23:09.351Z | Downloaded log v0.4.21 |
1104 | 2024-03-26T18:23:09.351Z | Downloaded endian-type v0.1.2 |
1105 | 2024-03-26T18:23:09.351Z | Downloaded textwrap v0.11.0 |
1106 | 2024-03-26T18:23:09.351Z | Downloaded terminal_size v0.3.0 |
1107 | 2024-03-26T18:23:09.351Z | Downloaded tabwriter v1.4.0 |
1108 | 2024-03-26T18:23:09.352Z | Downloaded synstructure v0.12.6 |
1109 | 2024-03-26T18:23:09.352Z | Downloaded unsafe-libyaml v0.2.10 |
1110 | 2024-03-26T18:23:09.352Z | Downloaded http v0.2.12 |
1111 | 2024-03-26T18:23:09.395Z | Downloaded parse-display-derive v0.9.0 |
1112 | 2024-03-26T18:23:09.395Z | Downloaded num_enum v0.5.11 |
1113 | 2024-03-26T18:23:09.395Z | Downloaded num-derive v0.4.0 |
1114 | 2024-03-26T18:23:09.396Z | Downloaded kstat-rs v0.2.3 |
1115 | 2024-03-26T18:23:09.396Z | Downloaded chrono v0.4.34 |
1116 | 2024-03-26T18:23:09.396Z | Downloaded bstr v1.9.0 |
1117 | 2024-03-26T18:23:09.396Z | Downloaded sync_wrapper v0.1.2 |
1118 | 2024-03-26T18:23:09.396Z | Downloaded subtle v2.5.0 |
1119 | 2024-03-26T18:23:09.396Z | Downloaded strum_macros v0.25.2 |
1120 | 2024-03-26T18:23:09.396Z | Downloaded rfc6979 v0.4.0 |
1121 | 2024-03-26T18:23:09.396Z | Downloaded resolv-conf v0.7.0 |
1122 | 2024-03-26T18:23:09.397Z | Downloaded rand_core v0.6.4 |
1123 | 2024-03-26T18:23:09.397Z | Downloaded rand_core v0.5.1 |
1124 | 2024-03-26T18:23:09.397Z | Downloaded rand_chacha v0.2.2 |
1125 | 2024-03-26T18:23:09.397Z | Downloaded uuid v0.8.2 |
1126 | 2024-03-26T18:23:09.397Z | Downloaded tinyvec v1.6.0 |
1127 | 2024-03-26T18:23:09.397Z | Downloaded serde_yaml v0.9.25 |
1128 | 2024-03-26T18:23:09.397Z | Downloaded trust-dns-client v0.22.0 |
1129 | 2024-03-26T18:23:09.397Z | Downloaded regex-automata v0.1.10 |
1130 | 2024-03-26T18:23:09.397Z | Downloaded num_cpus v1.16.0 |
1131 | 2024-03-26T18:23:09.398Z | Downloaded nibble_vec v0.1.0 |
1132 | 2024-03-26T18:23:09.398Z | Downloaded clap v2.34.0 |
1133 | 2024-03-26T18:23:09.398Z | Downloaded rand_chacha v0.3.1 |
1134 | 2024-03-26T18:23:09.398Z | Downloaded universal-hash v0.5.1 |
1135 | 2024-03-26T18:23:09.398Z | Downloaded unicode-xid v0.2.4 |
1136 | 2024-03-26T18:23:09.398Z | Downloaded unicode-width v0.1.11 |
1137 | 2024-03-26T18:23:09.399Z | Downloaded time-macros v0.2.17 |
1138 | 2024-03-26T18:23:09.399Z | Downloaded half v2.3.1 |
1139 | 2024-03-26T18:23:09.399Z | Downloaded trust-dns-server v0.22.1 |
1140 | 2024-03-26T18:23:09.399Z | Downloaded trust-dns-resolver v0.22.0 |
1141 | 2024-03-26T18:23:09.399Z | Downloaded toml v0.7.8 |
1142 | 2024-03-26T18:23:09.399Z | Downloaded tokio-postgres v0.7.10 |
1143 | 2024-03-26T18:23:09.399Z | Downloaded serde v1.0.197 |
1144 | 2024-03-26T18:23:09.399Z | Downloaded indexmap v2.2.5 |
1145 | 2024-03-26T18:23:09.399Z | Downloaded num-integer v0.1.46 |
1146 | 2024-03-26T18:23:09.399Z | Downloaded memmap v0.7.0 |
1147 | 2024-03-26T18:23:09.400Z | Downloaded managed v0.8.0 |
1148 | 2024-03-26T18:23:09.400Z | Downloaded macaddr v1.0.1 |
1149 | 2024-03-26T18:23:09.400Z | Downloaded linear-map v1.2.0 |
1150 | 2024-03-26T18:23:09.400Z | Downloaded clap_builder v4.5.1 |
1151 | 2024-03-26T18:23:09.400Z | Downloaded bstr v0.2.17 |
1152 | 2024-03-26T18:23:09.400Z | Downloaded serde_with_macros v3.6.1 |
1153 | 2024-03-26T18:23:09.400Z | Downloaded hmac v0.12.1 |
1154 | 2024-03-26T18:23:09.400Z | Downloaded getrandom v0.2.12 |
1155 | 2024-03-26T18:23:09.400Z | Downloaded tungstenite v0.20.1 |
1156 | 2024-03-26T18:23:09.400Z | Downloaded tracing-core v0.1.32 |
1157 | 2024-03-26T18:23:09.400Z | Downloaded tracing-attributes v0.1.27 |
1158 | 2024-03-26T18:23:09.401Z | Downloaded schemars v0.8.16 |
1159 | 2024-03-26T18:23:09.401Z | Downloaded rcgen v0.12.1 |
1160 | 2024-03-26T18:23:09.401Z | Downloaded rayon-core v1.12.1 |
1161 | 2024-03-26T18:23:09.401Z | Downloaded heapless v0.8.0 |
1162 | 2024-03-26T18:23:09.401Z | Downloaded heapless v0.7.16 |
1163 | 2024-03-26T18:23:09.401Z | Downloaded num v0.4.1 |
1164 | 2024-03-26T18:23:09.401Z | Downloaded mime v0.3.17 |
1165 | 2024-03-26T18:23:09.401Z | Downloaded md-5 v0.10.5 |
1166 | 2024-03-26T18:23:09.401Z | Downloaded crossterm v0.27.0 |
1167 | 2024-03-26T18:23:09.401Z | Downloaded tinyvec_macros v0.1.1 |
1168 | 2024-03-26T18:23:09.401Z | Downloaded time-core v0.1.2 |
1169 | 2024-03-26T18:23:09.401Z | Downloaded spki v0.7.2 |
1170 | 2024-03-26T18:23:09.402Z | Downloaded slog-envlogger v2.2.0 |
1171 | 2024-03-26T18:23:09.402Z | Downloaded ucd-trie v0.1.6 |
1172 | 2024-03-26T18:23:09.402Z | Downloaded typenum v1.16.0 |
1173 | 2024-03-26T18:23:09.402Z | Downloaded toml v0.8.10 |
1174 | 2024-03-26T18:23:09.402Z | Downloaded toml v0.5.11 |
1175 | 2024-03-26T18:23:09.402Z | Downloaded tokio-tungstenite v0.20.1 |
1176 | 2024-03-26T18:23:09.402Z | Downloaded tokio-rustls v0.25.0 |
1177 | 2024-03-26T18:23:09.402Z | Downloaded serde_derive v1.0.197 |
1178 | 2024-03-26T18:23:09.402Z | Downloaded semver v1.0.22 |
1179 | 2024-03-26T18:23:09.402Z | Downloaded indexmap v1.9.3 |
1180 | 2024-03-26T18:23:09.403Z | Downloaded ed25519-dalek v2.0.0 |
1181 | 2024-03-26T18:23:09.403Z | Downloaded toml_edit v0.22.6 |
1182 | 2024-03-26T18:23:09.403Z | Downloaded phf_shared v0.10.0 |
1183 | 2024-03-26T18:23:09.403Z | Downloaded home v0.5.5 |
1184 | 2024-03-26T18:23:09.403Z | Downloaded hex-literal v0.4.1 |
1185 | 2024-03-26T18:23:09.403Z | Downloaded hex v0.4.3 |
1186 | 2024-03-26T18:23:09.403Z | Downloaded heck v0.4.1 |
1187 | 2024-03-26T18:23:09.403Z | Downloaded hash32 v0.3.1 |
1188 | 2024-03-26T18:23:09.403Z | Downloaded hash32 v0.2.1 |
1189 | 2024-03-26T18:23:09.404Z | Downloaded group v0.13.0 |
1190 | 2024-03-26T18:23:09.404Z | Downloaded glob v0.3.1 |
1191 | 2024-03-26T18:23:09.404Z | Downloaded ghash v0.5.0 |
1192 | 2024-03-26T18:23:09.404Z | Downloaded tokio-stream v0.1.14 |
1193 | 2024-03-26T18:23:09.404Z | Downloaded tokio-rustls v0.24.1 |
1194 | 2024-03-26T18:23:09.404Z | Downloaded headers v0.3.9 |
1195 | 2024-03-26T18:23:09.405Z | Downloaded tokio-macros v2.2.0 |
1196 | 2024-03-26T18:23:09.405Z | Downloaded serde_path_to_error v0.1.16 |
1197 | 2024-03-26T18:23:09.405Z | Downloaded serde_derive_internals v0.26.0 |
1198 | 2024-03-26T18:23:09.405Z | Downloaded semver v0.1.20 |
1199 | 2024-03-26T18:23:09.405Z | Downloaded secrecy v0.8.0 |
1200 | 2024-03-26T18:23:09.405Z | Downloaded sct v0.7.0 |
1201 | 2024-03-26T18:23:09.405Z | Downloaded scroll v0.12.0 |
1202 | 2024-03-26T18:23:09.405Z | Downloaded flume v0.11.0 |
1203 | 2024-03-26T18:23:09.405Z | Downloaded toml_edit v0.19.15 |
1204 | 2024-03-26T18:23:09.406Z | Downloaded steno v0.4.0 |
1205 | 2024-03-26T18:23:09.406Z | Downloaded option-ext v0.2.0 |
1206 | 2024-03-26T18:23:09.406Z | Downloaded crossbeam-channel v0.5.8 |
1207 | 2024-03-26T18:23:09.406Z | Downloaded openssl-probe v0.1.5 |
1208 | 2024-03-26T18:23:09.406Z | Downloaded semver-parser v0.10.2 |
1209 | 2024-03-26T18:23:09.406Z | Downloaded semver v0.11.0 |
1210 | 2024-03-26T18:23:09.406Z | Downloaded sec1 v0.7.3 |
1211 | 2024-03-26T18:23:09.432Z | Downloaded scroll_derive v0.12.0 |
1212 | 2024-03-26T18:23:09.432Z | Downloaded scopeguard v1.2.0 |
1213 | 2024-03-26T18:23:09.433Z | Downloaded schemars_derive v0.8.16 |
1214 | 2024-03-26T18:23:09.433Z | Downloaded scheduled-thread-pool v0.2.7 |
1215 | 2024-03-26T18:23:09.433Z | Downloaded same-file v1.0.6 |
1216 | 2024-03-26T18:23:09.433Z | Downloaded polyval v0.6.1 |
1217 | 2024-03-26T18:23:09.433Z | Downloaded hyper-tls v0.5.0 |
1218 | 2024-03-26T18:23:09.433Z | Downloaded heck v0.3.3 |
1219 | 2024-03-26T18:23:09.433Z | Downloaded tracing v0.1.40 |
1220 | 2024-03-26T18:23:09.433Z | Downloaded num_threads v0.1.6 |
1221 | 2024-03-26T18:23:09.433Z | Downloaded lock_api v0.4.10 |
1222 | 2024-03-26T18:23:09.433Z | Downloaded linked-hash-map v0.5.6 |
1223 | 2024-03-26T18:23:09.433Z | Downloaded libsw v3.3.1 |
1224 | 2024-03-26T18:23:09.433Z | Downloaded libefi-sys v0.1.0 |
1225 | 2024-03-26T18:23:09.433Z | Downloaded lazy_static v1.4.0 |
1226 | 2024-03-26T18:23:09.433Z | Downloaded keccak v0.1.4 |
1227 | 2024-03-26T18:23:09.433Z | Downloaded ipnet v2.9.0 |
1228 | 2024-03-26T18:23:09.433Z | Downloaded normalize-line-endings v0.3.0 |
1229 | 2024-03-26T18:23:09.433Z | Downloaded new_debug_unreachable v1.0.4 |
1230 | 2024-03-26T18:23:09.433Z | Downloaded md5 v0.7.0 |
1231 | 2024-03-26T18:23:09.433Z | Downloaded match_cfg v0.1.0 |
1232 | 2024-03-26T18:23:09.433Z | Downloaded darling_core v0.20.3 |
1233 | 2024-03-26T18:23:09.434Z | Downloaded headers-core v0.2.0 |
1234 | 2024-03-26T18:23:09.434Z | Downloaded form_urlencoded v1.2.1 |
1235 | 2024-03-26T18:23:09.434Z | Downloaded foreign-types-macros v0.2.3 |
1236 | 2024-03-26T18:23:09.434Z | Downloaded foreign-types v0.5.0 |
1237 | 2024-03-26T18:23:09.434Z | Downloaded fnv v1.0.7 |
1238 | 2024-03-26T18:23:09.434Z | Downloaded ed25519 v2.2.2 |
1239 | 2024-03-26T18:23:09.434Z | Downloaded dyn-clone v1.0.17 |
1240 | 2024-03-26T18:23:09.434Z | Downloaded utf-8 v0.7.6 |
1241 | 2024-03-26T18:23:09.434Z | Downloaded usdt-macro v0.3.5 |
1242 | 2024-03-26T18:23:09.434Z | Downloaded usdt-impl v0.5.0 |
1243 | 2024-03-26T18:23:09.434Z | Downloaded usdt-impl v0.3.5 |
1244 | 2024-03-26T18:23:09.434Z | Downloaded usdt v0.5.0 |
1245 | 2024-03-26T18:23:09.434Z | Downloaded untrusted v0.9.0 |
1246 | 2024-03-26T18:23:09.434Z | Downloaded structopt v0.3.26 |
1247 | 2024-03-26T18:23:09.434Z | Downloaded slog-term v2.9.0 |
1248 | 2024-03-26T18:23:09.434Z | Downloaded lalrpop-util v0.19.12 |
1249 | 2024-03-26T18:23:09.434Z | Downloaded inout v0.1.3 |
1250 | 2024-03-26T18:23:09.434Z | Downloaded derive-where v1.2.7 |
1251 | 2024-03-26T18:23:09.434Z | Downloaded der_derive v0.7.2 |
1252 | 2024-03-26T18:23:09.434Z | Downloaded defmt v0.3.5 |
1253 | 2024-03-26T18:23:09.434Z | Downloaded foreign-types-shared v0.1.1 |
1254 | 2024-03-26T18:23:09.434Z | Downloaded foreign-types v0.3.2 |
1255 | 2024-03-26T18:23:09.435Z | Downloaded dtrace-parser v0.2.0 |
1256 | 2024-03-26T18:23:09.435Z | Downloaded usdt v0.3.5 |
1257 | 2024-03-26T18:23:09.435Z | Downloaded untrusted v0.7.1 |
1258 | 2024-03-26T18:23:09.435Z | Downloaded structopt-derive v0.4.18 |
1259 | 2024-03-26T18:23:09.435Z | Downloaded structmeta-derive v0.3.0 |
1260 | 2024-03-26T18:23:09.435Z | Downloaded structmeta v0.3.0 |
1261 | 2024-03-26T18:23:09.435Z | Downloaded strsim v0.11.0 |
1262 | 2024-03-26T18:23:09.435Z | Downloaded strsim v0.10.0 |
1263 | 2024-03-26T18:23:09.435Z | Downloaded stringprep v0.1.3 |
1264 | 2024-03-26T18:23:09.435Z | Downloaded string_cache v0.8.7 |
1265 | 2024-03-26T18:23:09.435Z | Downloaded static_assertions v1.1.0 |
1266 | 2024-03-26T18:23:09.435Z | Downloaded stable_deref_trait v1.2.0 |
1267 | 2024-03-26T18:23:09.435Z | Downloaded slog-scope v4.4.0 |
1268 | 2024-03-26T18:23:09.435Z | Downloaded itoa v1.0.9 |
1269 | 2024-03-26T18:23:09.435Z | Downloaded ipnetwork v0.20.0 |
1270 | 2024-03-26T18:23:09.435Z | Downloaded internet-checksum v0.2.1 |
1271 | 2024-03-26T18:23:09.435Z | Downloaded defmt-parser v0.3.3 |
1272 | 2024-03-26T18:23:09.435Z | Downloaded darling v0.20.3 |
1273 | 2024-03-26T18:23:09.435Z | Downloaded crypto-bigint v0.5.2 |
1274 | 2024-03-26T18:23:09.435Z | Downloaded crc32fast v1.3.2 |
1275 | 2024-03-26T18:23:09.435Z | Downloaded console v0.15.8 |
1276 | 2024-03-26T18:23:09.436Z | Downloaded clap v4.5.1 |
1277 | 2024-03-26T18:23:09.436Z | Downloaded usdt-attr-macro v0.5.0 |
1278 | 2024-03-26T18:23:09.436Z | Downloaded usdt-attr-macro v0.3.5 |
1279 | 2024-03-26T18:23:09.436Z | Downloaded tower-service v0.3.2 |
1280 | 2024-03-26T18:23:09.436Z | Downloaded toolchain_find v0.2.0 |
1281 | 2024-03-26T18:23:09.436Z | Downloaded strsim v0.8.0 |
1282 | 2024-03-26T18:23:09.436Z | Downloaded slog-stdlog v4.1.1 |
1283 | 2024-03-26T18:23:09.436Z | Downloaded derive_more v0.99.17 |
1284 | 2024-03-26T18:23:09.436Z | Downloaded deranged v0.3.11 |
1285 | 2024-03-26T18:23:09.436Z | Downloaded defmt-macros v0.3.6 |
1286 | 2024-03-26T18:23:09.436Z | Downloaded debug-ignore v1.0.5 |
1287 | 2024-03-26T18:23:09.436Z | Downloaded data-encoding v2.4.0 |
1288 | 2024-03-26T18:23:09.436Z | Downloaded ctr v0.9.2 |
1289 | 2024-03-26T18:23:09.461Z | Downloaded crossbeam-utils v0.8.19 |
1290 | 2024-03-26T18:23:09.461Z | Downloaded crossbeam-epoch v0.9.18 |
1291 | 2024-03-26T18:23:09.461Z | Downloaded convert_case v0.4.0 |
1292 | 2024-03-26T18:23:09.461Z | Downloaded const-oid v0.9.6 |
1293 | 2024-03-26T18:23:09.461Z | Downloaded colored v2.1.0 |
1294 | 2024-03-26T18:23:09.462Z | Downloaded cobs v0.2.3 |
1295 | 2024-03-26T18:23:09.462Z | Downloaded blake3 v1.5.0 |
1296 | 2024-03-26T18:23:09.462Z | Downloaded darling_macro v0.20.3 |
1297 | 2024-03-26T18:23:09.462Z | Downloaded curve25519-dalek-derive v0.1.0 |
1298 | 2024-03-26T18:23:09.487Z | Downloaded crossbeam-deque v0.8.3 |
1299 | 2024-03-26T18:23:09.487Z | Downloaded cookie_store v0.20.0 |
1300 | 2024-03-26T18:23:09.487Z | Downloaded clap_derive v4.5.0 |
1301 | 2024-03-26T18:23:09.487Z | Downloaded ciborium v0.2.2 |
1302 | 2024-03-26T18:23:09.487Z | Downloaded cpufeatures v0.2.12 |
1303 | 2024-03-26T18:23:09.488Z | Downloaded cookie v0.17.0 |
1304 | 2024-03-26T18:23:09.488Z | Downloaded constant_time_eq v0.3.0 |
1305 | 2024-03-26T18:23:09.488Z | Downloaded colorchoice v1.0.0 |
1306 | 2024-03-26T18:23:09.488Z | Downloaded clap_lex v0.7.0 |
1307 | 2024-03-26T18:23:09.488Z | Downloaded cipher v0.4.4 |
1308 | 2024-03-26T18:23:09.488Z | Downloaded ciborium-ll v0.2.2 |
1309 | 2024-03-26T18:23:09.488Z | Downloaded chacha20poly1305 v0.10.1 |
1310 | 2024-03-26T18:23:09.488Z | Downloaded crucible-workspace-hack v0.1.0 |
1311 | 2024-03-26T18:23:09.488Z | Downloaded cbc v0.1.2 |
1312 | 2024-03-26T18:23:09.519Z | Downloaded cancel-safe-futures v0.1.5 |
1313 | 2024-03-26T18:23:09.520Z | Downloaded backoff v0.4.0 |
1314 | 2024-03-26T18:23:09.520Z | Downloaded autocfg v1.1.0 |
1315 | 2024-03-26T18:23:09.520Z | Downloaded camino-tempfile v1.1.1 |
1316 | 2024-03-26T18:23:09.520Z | Downloaded camino v1.1.6 |
1317 | 2024-03-26T18:23:09.521Z | Downloaded bzip2 v0.4.4 |
1318 | 2024-03-26T18:23:09.521Z | Downloaded bit-vec v0.6.3 |
1319 | 2024-03-26T18:23:09.521Z | Downloaded bit-set v0.5.3 |
1320 | 2024-03-26T18:23:09.521Z | Downloaded backtrace v0.3.69 |
1321 | 2024-03-26T18:23:09.521Z | Downloaded aho-corasick v1.1.2 |
1322 | 2024-03-26T18:23:09.561Z | Downloaded base64ct v1.6.0 |
1323 | 2024-03-26T18:23:09.561Z | Downloaded base64 v0.22.0 |
1324 | 2024-03-26T18:23:09.561Z | Downloaded base64 v0.21.7 |
1325 | 2024-03-26T18:23:09.561Z | Downloaded base16ct v0.2.0 |
1326 | 2024-03-26T18:23:09.562Z | Downloaded chacha20 v0.9.1 |
1327 | 2024-03-26T18:23:09.562Z | Downloaded cc v1.0.83 |
1328 | 2024-03-26T18:23:09.562Z | Downloaded bytes v1.5.0 |
1329 | 2024-03-26T18:23:09.562Z | Downloaded blowfish v0.9.1 |
1330 | 2024-03-26T18:23:09.562Z | Downloaded bitflags v1.3.2 |
1331 | 2024-03-26T18:23:09.591Z | Downloaded bcrypt-pbkdf v0.10.0 |
1332 | 2024-03-26T18:23:09.591Z | Downloaded async-trait v0.1.77 |
1333 | 2024-03-26T18:23:09.591Z | Downloaded async-stream v0.3.5 |
1334 | 2024-03-26T18:23:09.591Z | Downloaded anyhow v1.0.79 |
1335 | 2024-03-26T18:23:09.591Z | Downloaded anstyle-query v1.0.0 |
1336 | 2024-03-26T18:23:09.591Z | Downloaded aes-gcm v0.10.3 |
1337 | 2024-03-26T18:23:09.591Z | Downloaded aes v0.8.3 |
1338 | 2024-03-26T18:23:09.591Z | Downloaded bitflags v2.4.2 |
1339 | 2024-03-26T18:23:09.591Z | Downloaded async-stream-impl v0.3.5 |
1340 | 2024-03-26T18:23:09.591Z | Downloaded argon2 v0.5.3 |
1341 | 2024-03-26T18:23:09.591Z | Downloaded arc-swap v1.6.0 |
1342 | 2024-03-26T18:23:09.591Z | Downloaded anstyle-parse v0.2.1 |
1343 | 2024-03-26T18:23:09.591Z | Downloaded block-padding v0.3.3 |
1344 | 2024-03-26T18:23:09.591Z | Downloaded block-buffer v0.10.4 |
1345 | 2024-03-26T18:23:09.591Z | Downloaded atty v0.2.14 |
1346 | 2024-03-26T18:23:09.630Z | Downloaded atomicwrites v0.4.3 |
1347 | 2024-03-26T18:23:09.631Z | Downloaded atomic-waker v1.1.1 |
1348 | 2024-03-26T18:23:09.631Z | Downloaded arrayvec v0.7.4 |
1349 | 2024-03-26T18:23:09.631Z | Downloaded arrayref v0.3.7 |
1350 | 2024-03-26T18:23:09.631Z | Downloaded anstyle v1.0.2 |
1351 | 2024-03-26T18:23:09.631Z | Downloaded ansi_term v0.12.1 |
1352 | 2024-03-26T18:23:09.631Z | Downloaded allocator-api2 v0.2.16 |
1353 | 2024-03-26T18:23:09.631Z | Downloaded ahash v0.8.8 |
1354 | 2024-03-26T18:23:09.632Z | Downloaded addr2line v0.21.0 |
1355 | 2024-03-26T18:23:09.632Z | Downloaded aead v0.5.2 |
1356 | 2024-03-26T18:23:09.632Z | Downloaded adler v1.0.2 |
1357 | 2024-03-26T18:23:09.926Z | Compiling proc-macro2 v1.0.78 |
1358 | 2024-03-26T18:23:09.965Z | Compiling unicode-ident v1.0.12 |
1359 | 2024-03-26T18:23:09.965Z | Compiling libc v0.2.153 |
1360 | 2024-03-26T18:23:09.966Z | Compiling serde v1.0.197 |
1361 | 2024-03-26T18:23:09.966Z | Compiling version_check v0.9.4 |
1362 | 2024-03-26T18:23:09.966Z | Compiling cfg-if v1.0.0 |
1363 | 2024-03-26T18:23:09.966Z | Compiling autocfg v1.1.0 |
1364 | 2024-03-26T18:23:10.133Z | Compiling syn v1.0.109 |
1365 | 2024-03-26T18:23:10.164Z | Compiling typenum v1.16.0 |
1366 | 2024-03-26T18:23:10.212Z | Compiling once_cell v1.19.0 |
1367 | 2024-03-26T18:23:10.681Z | Compiling generic-array v0.14.7 |
1368 | 2024-03-26T18:23:10.681Z | Compiling thiserror v1.0.57 |
1369 | 2024-03-26T18:23:10.737Z | Compiling lock_api v0.4.10 |
1370 | 2024-03-26T18:23:10.770Z | Compiling parking_lot_core v0.9.8 |
1371 | 2024-03-26T18:23:10.975Z | Compiling memchr v2.7.1 |
1372 | 2024-03-26T18:23:11.011Z | Compiling byteorder v1.5.0 |
1373 | 2024-03-26T18:23:11.452Z | Compiling libm v0.2.7 |
1374 | 2024-03-26T18:23:11.487Z | Compiling serde_json v1.0.114 |
1375 | 2024-03-26T18:23:11.488Z | Compiling num-traits v0.2.18 |
1376 | 2024-03-26T18:23:11.515Z | Compiling ahash v0.8.8 |
1377 | 2024-03-26T18:23:11.660Z | Compiling quote v1.0.35 |
1378 | 2024-03-26T18:23:12.008Z | Compiling itoa v1.0.9 |
1379 | 2024-03-26T18:23:12.208Z | Compiling syn v2.0.52 |
1380 | 2024-03-26T18:23:12.234Z | Compiling getrandom v0.2.12 |
1381 | 2024-03-26T18:23:12.798Z | Compiling cc v1.0.83 |
1382 | 2024-03-26T18:23:12.827Z | Compiling rand_core v0.6.4 |
1383 | 2024-03-26T18:23:12.827Z | Compiling log v0.4.21 |
1384 | 2024-03-26T18:23:13.072Z | Compiling scopeguard v1.2.0 |
1385 | 2024-03-26T18:23:13.550Z | Compiling slab v0.4.9 |
1386 | 2024-03-26T18:23:13.786Z | Compiling ryu v1.0.15 |
1387 | 2024-03-26T18:23:13.817Z | Compiling allocator-api2 v0.2.16 |
1388 | 2024-03-26T18:23:13.934Z | Compiling smallvec v1.13.1 |
1389 | 2024-03-26T18:23:14.028Z | Compiling pkg-config v0.3.27 |
1390 | 2024-03-26T18:23:14.341Z | Compiling subtle v2.5.0 |
1391 | 2024-03-26T18:23:14.444Z | Compiling heck v0.4.1 |
1392 | 2024-03-26T18:23:14.473Z | Compiling pin-project-lite v0.2.13 |
1393 | 2024-03-26T18:23:14.578Z | Compiling ring v0.17.8 |
1394 | 2024-03-26T18:23:14.606Z | Compiling schemars v0.8.16 |
1395 | 2024-03-26T18:23:14.646Z | Compiling equivalent v1.0.1 |
1396 | 2024-03-26T18:23:14.752Z | Compiling num-conv v0.1.0 |
1397 | 2024-03-26T18:23:14.777Z | Compiling time-core v0.1.2 |
1398 | 2024-03-26T18:23:14.941Z | Compiling signal-hook-registry v1.4.1 |
1399 | 2024-03-26T18:23:14.974Z | Compiling parking_lot v0.12.1 |
1400 | 2024-03-26T18:23:15.030Z | Compiling time-macros v0.2.17 |
1401 | 2024-03-26T18:23:15.724Z | Compiling vcpkg v0.2.15 |
1402 | 2024-03-26T18:23:16.949Z | Compiling mio v0.8.11 |
1403 | 2024-03-26T18:23:17.153Z | Compiling openssl-sys v0.9.96 |
1404 | 2024-03-26T18:23:17.452Z | Compiling fnv v1.0.7 |
1405 | 2024-03-26T18:23:17.575Z | Compiling httparse v1.8.0 |
1406 | 2024-03-26T18:23:17.626Z | Compiling const-oid v0.9.6 |
1407 | 2024-03-26T18:23:17.860Z | Compiling num_cpus v1.16.0 |
1408 | 2024-03-26T18:23:17.886Z | Compiling socket2 v0.5.5 |
1409 | 2024-03-26T18:23:17.984Z | Compiling ucd-trie v0.1.6 |
1410 | 2024-03-26T18:23:18.383Z | Compiling serde_derive_internals v0.26.0 |
1411 | 2024-03-26T18:23:18.590Z | Compiling futures-core v0.3.30 |
1412 | 2024-03-26T18:23:19.131Z | Compiling ring v0.16.20 |
1413 | 2024-03-26T18:23:19.579Z | Compiling semver v1.0.22 |
1414 | 2024-03-26T18:23:19.627Z | Compiling openssl v0.10.60 |
1415 | 2024-03-26T18:23:19.627Z | Compiling iana-time-zone v0.1.57 |
1416 | 2024-03-26T18:23:19.627Z | Compiling futures-sink v0.3.30 |
1417 | 2024-03-26T18:23:19.628Z | Compiling slog v2.7.0 |
1418 | 2024-03-26T18:23:19.665Z | Compiling native-tls v0.2.11 |
1419 | 2024-03-26T18:23:19.665Z | Compiling rustls v0.21.9 |
1420 | 2024-03-26T18:23:19.665Z | Compiling spin v0.5.2 |
1421 | 2024-03-26T18:23:19.969Z | Compiling futures-channel v0.3.30 |
1422 | 2024-03-26T18:23:20.489Z | Compiling cookie v0.17.0 |
1423 | 2024-03-26T18:23:20.489Z | Compiling pin-utils v0.1.0 |
1424 | 2024-03-26T18:23:20.489Z | Compiling futures-task v0.3.30 |
1425 | 2024-03-26T18:23:20.489Z | Compiling rustix v0.38.31 |
1426 | 2024-03-26T18:23:20.490Z | Compiling futures-io v0.3.30 |
1427 | 2024-03-26T18:23:20.545Z | Compiling aho-corasick v1.1.2 |
1428 | 2024-03-26T18:23:20.661Z | Compiling async-trait v0.1.77 |
1429 | 2024-03-26T18:23:20.712Z | Compiling crossbeam-utils v0.8.19 |
1430 | 2024-03-26T18:23:20.810Z | Compiling tinyvec_macros v0.1.1 |
1431 | 2024-03-26T18:23:20.903Z | Compiling uuid v0.8.2 |
1432 | 2024-03-26T18:23:21.005Z | Compiling regex-syntax v0.8.2 |
1433 | 2024-03-26T18:23:21.113Z | Compiling dyn-clone v1.0.17 |
1434 | 2024-03-26T18:23:21.145Z | Compiling cpufeatures v0.2.12 |
1435 | 2024-03-26T18:23:21.234Z | Compiling tinyvec v1.6.0 |
1436 | 2024-03-26T18:23:22.119Z | Compiling backtrace v0.3.69 |
1437 | 2024-03-26T18:23:22.524Z | Compiling unicode-normalization v0.1.22 |
1438 | 2024-03-26T18:23:22.821Z | Compiling serde_derive v1.0.197 |
1439 | 2024-03-26T18:23:22.929Z | Compiling zeroize_derive v1.4.2 |
1440 | 2024-03-26T18:23:23.116Z | Compiling zerocopy-derive v0.7.32 |
1441 | 2024-03-26T18:23:23.383Z | Compiling thiserror-impl v1.0.57 |
1442 | 2024-03-26T18:23:23.870Z | Compiling tokio-macros v2.2.0 |
1443 | 2024-03-26T18:23:23.906Z | Compiling futures-macro v0.3.30 |
1444 | 2024-03-26T18:23:24.194Z | Compiling zeroize v1.7.0 |
1445 | 2024-03-26T18:23:24.235Z | Compiling tracing-attributes v0.1.27 |
1446 | 2024-03-26T18:23:24.703Z | Compiling schemars_derive v0.8.16 |
1447 | 2024-03-26T18:23:24.772Z | Compiling zerocopy v0.7.32 |
1448 | 2024-03-26T18:23:25.710Z | Compiling crypto-common v0.1.6 |
1449 | 2024-03-26T18:23:25.785Z | Compiling pest v2.7.6 |
1450 | 2024-03-26T18:23:25.875Z | Compiling block-buffer v0.10.4 |
1451 | 2024-03-26T18:23:25.908Z | Compiling openssl-macros v0.1.1 |
1452 | 2024-03-26T18:23:26.099Z | Compiling digest v0.10.7 |
1453 | 2024-03-26T18:23:26.558Z | Compiling futures-util v0.3.30 |
1454 | 2024-03-26T18:23:26.600Z | Compiling hashbrown v0.14.3 |
1455 | 2024-03-26T18:23:26.857Z | Compiling regex-automata v0.4.5 |
1456 | 2024-03-26T18:23:27.063Z | Compiling der_derive v0.7.2 |
1457 | 2024-03-26T18:23:27.713Z | Compiling pest_meta v2.7.6 |
1458 | 2024-03-26T18:23:27.972Z | Compiling unicode-bidi v0.3.15 |
1459 | 2024-03-26T18:23:28.712Z | Compiling pest_generator v2.7.6 |
1460 | 2024-03-26T18:23:30.414Z | Compiling tracing-core v0.1.32 |
1461 | 2024-03-26T18:23:30.847Z | Compiling regex v1.10.3 |
1462 | 2024-03-26T18:23:30.996Z | Compiling pest_derive v2.7.6 |
1463 | 2024-03-26T18:23:31.299Z | Compiling tracing v0.1.40 |
1464 | 2024-03-26T18:23:31.986Z | Compiling anyhow v1.0.79 |
1465 | 2024-03-26T18:23:32.026Z | Compiling ppv-lite86 v0.2.17 |
1466 | 2024-03-26T18:23:32.157Z | Compiling spin v0.9.8 |
1467 | 2024-03-26T18:23:32.693Z | Compiling unicode-xid v0.2.4 |
1468 | 2024-03-26T18:23:32.723Z | Compiling percent-encoding v2.3.1 |
1469 | 2024-03-26T18:23:32.751Z | Compiling powerfmt v0.2.0 |
1470 | 2024-03-26T18:23:32.852Z | Compiling synstructure v0.12.6 |
1471 | 2024-03-26T18:23:33.175Z | Compiling bytes v1.5.0 |
1472 | 2024-03-26T18:23:33.360Z | Compiling indexmap v2.2.5 |
1473 | 2024-03-26T18:23:34.024Z | Compiling chrono v0.4.34 |
1474 | 2024-03-26T18:23:34.158Z | Compiling uuid v1.7.0 |
1475 | 2024-03-26T18:23:34.891Z | Compiling tokio v1.36.0 |
1476 | 2024-03-26T18:23:34.929Z | Compiling http v0.2.12 |
1477 | 2024-03-26T18:23:34.929Z | Compiling bitflags v2.4.2 |
1478 | 2024-03-26T18:23:35.434Z | Compiling rustc_version v0.4.0 |
1479 | 2024-03-26T18:23:36.593Z | Compiling serde_spanned v0.6.5 |
1480 | 2024-03-26T18:23:36.780Z | Compiling toml_datetime v0.6.5 |
1481 | 2024-03-26T18:23:37.611Z | Compiling deranged v0.3.11 |
1482 | 2024-03-26T18:23:37.645Z | Compiling scroll_derive v0.12.0 |
1483 | 2024-03-26T18:23:38.327Z | Compiling crc32fast v1.3.2 |
1484 | 2024-03-26T18:23:38.680Z | Compiling num_threads v0.1.6 |
1485 | 2024-03-26T18:23:38.709Z | Compiling unicode-width v0.1.11 |
1486 | 2024-03-26T18:23:38.800Z | Compiling winnow v0.5.15 |
1487 | 2024-03-26T18:23:39.572Z | Compiling zerocopy-derive v0.2.0 |
1488 | 2024-03-26T18:23:39.636Z | Compiling time v0.3.34 |
1489 | 2024-03-26T18:23:39.823Z | Compiling rand_chacha v0.3.1 |
1490 | 2024-03-26T18:23:41.116Z | Compiling thread-id v4.2.0 |
1491 | 2024-03-26T18:23:41.437Z | Compiling toml_edit v0.19.15 |
1492 | 2024-03-26T18:23:42.588Z | Compiling tokio-util v0.7.10 |
1493 | 2024-03-26T18:23:42.620Z | Compiling rand v0.8.5 |
1494 | 2024-03-26T18:23:43.736Z | Compiling openapiv3 v2.0.0 |
1495 | 2024-03-26T18:23:45.942Z | Compiling form_urlencoded v1.2.1 |
1496 | 2024-03-26T18:23:46.996Z | Compiling foreign-types-shared v0.1.1 |
1497 | 2024-03-26T18:23:47.180Z | Compiling untrusted v0.9.0 |
1498 | 2024-03-26T18:23:47.340Z | Compiling untrusted v0.7.1 |
1499 | 2024-03-26T18:23:47.934Z | Compiling foreign-types v0.3.2 |
1500 | 2024-03-26T18:23:48.591Z | Compiling errno v0.3.8 |
1501 | 2024-03-26T18:23:48.768Z | Compiling usdt-impl v0.3.5 |
1502 | 2024-03-26T18:23:49.133Z | Compiling try-lock v0.2.4 |
1503 | 2024-03-26T18:23:49.164Z | Compiling base64 v0.21.7 |
1504 | 2024-03-26T18:23:49.266Z | Compiling want v0.3.1 |
1505 | 2024-03-26T18:23:49.496Z | Compiling rustls-webpki v0.101.7 |
1506 | 2024-03-26T18:23:49.709Z | Compiling sct v0.7.0 |
1507 | 2024-03-26T18:23:50.774Z | Compiling h2 v0.3.24 |
1508 | 2024-03-26T18:23:50.929Z | Compiling http-body v0.4.5 |
1509 | 2024-03-26T18:23:51.273Z | Compiling idna v0.5.0 |
1510 | 2024-03-26T18:23:52.372Z | Compiling num-bigint v0.4.4 |
1511 | 2024-03-26T18:23:52.622Z | Compiling usdt-impl v0.5.0 |
1512 | 2024-03-26T18:23:52.854Z | Compiling tower-service v0.3.2 |
1513 | 2024-03-26T18:23:52.894Z | Compiling openssl-probe v0.1.5 |
1514 | 2024-03-26T18:23:52.971Z | Compiling httpdate v1.0.3 |
1515 | 2024-03-26T18:23:53.152Z | Compiling rustversion v1.0.14 |
1516 | 2024-03-26T18:23:53.663Z | Compiling url v2.5.0 |
1517 | 2024-03-26T18:23:55.821Z | Compiling zerocopy v0.3.0 |
1518 | 2024-03-26T18:23:56.467Z | Compiling hyper v0.14.28 |
1519 | 2024-03-26T18:23:56.503Z | Compiling scroll v0.12.0 |
1520 | 2024-03-26T18:23:56.504Z | Compiling heapless v0.7.16 |
1521 | 2024-03-26T18:23:56.568Z | Compiling serde_tokenstream v0.2.0 |
1522 | 2024-03-26T18:23:56.836Z | Compiling idna v0.3.0 |
1523 | 2024-03-26T18:23:56.929Z | Compiling lazy_static v1.4.0 |
1524 | 2024-03-26T18:23:57.083Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1525 | 2024-03-26T18:23:57.294Z | Compiling plain v0.2.3 |
1526 | 2024-03-26T18:23:57.409Z | Compiling adler v1.0.2 |
1527 | 2024-03-26T18:23:57.440Z | Compiling base64ct v1.6.0 |
1528 | 2024-03-26T18:23:57.993Z | Compiling signal-hook v0.3.17 |
1529 | 2024-03-26T18:23:58.206Z | Compiling psl-types v2.0.11 |
1530 | 2024-03-26T18:23:58.286Z | Compiling miniz_oxide v0.7.1 |
1531 | 2024-03-26T18:23:58.383Z | Compiling publicsuffix v2.2.3 |
1532 | 2024-03-26T18:23:58.481Z | Compiling goblin v0.8.0 |
1533 | 2024-03-26T18:23:58.549Z | Compiling tokio-rustls v0.24.1 |
1534 | 2024-03-26T18:23:59.253Z | Compiling dof v0.1.5 |
1535 | 2024-03-26T18:23:59.312Z | Compiling tokio-native-tls v0.3.1 |
1536 | 2024-03-26T18:23:59.843Z | Compiling crossbeam-epoch v0.9.18 |
1537 | 2024-03-26T18:23:59.871Z | Compiling dtrace-parser v0.1.14 |
1538 | 2024-03-26T18:23:59.947Z | Compiling pretty-hex v0.4.1 |
1539 | 2024-03-26T18:24:00.459Z | Compiling ipnet v2.9.0 |
1540 | 2024-03-26T18:24:00.665Z | Compiling cookie_store v0.20.0 |
1541 | 2024-03-26T18:24:01.172Z | Compiling rustls-pemfile v1.0.3 |
1542 | 2024-03-26T18:24:01.211Z | Compiling serde_urlencoded v0.7.1 |
1543 | 2024-03-26T18:24:01.571Z | Compiling serde_tokenstream v0.1.7 |
1544 | 2024-03-26T18:24:02.071Z | Compiling dtrace-parser v0.2.0 |
1545 | 2024-03-26T18:24:02.105Z | Compiling enum-as-inner v0.5.1 |
1546 | 2024-03-26T18:24:02.105Z | Compiling encoding_rs v0.8.33 |
1547 | 2024-03-26T18:24:02.105Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1548 | 2024-03-26T18:24:02.105Z | Compiling sync_wrapper v0.1.2 |
1549 | 2024-03-26T18:24:02.105Z | Compiling hyper-rustls v0.24.2 |
1550 | 2024-03-26T18:24:02.169Z | Compiling hyper-tls v0.5.0 |
1551 | 2024-03-26T18:24:02.403Z | Compiling either v1.10.0 |
1552 | 2024-03-26T18:24:02.458Z | Compiling mime v0.3.17 |
1553 | 2024-03-26T18:24:02.897Z | Compiling gimli v0.28.0 |
1554 | 2024-03-26T18:24:02.897Z | Compiling smoltcp v0.9.1 |
1555 | 2024-03-26T18:24:02.897Z | Compiling webpki-roots v0.25.2 |
1556 | 2024-03-26T18:24:02.897Z | Compiling pem-rfc7468 v0.7.0 |
1557 | 2024-03-26T18:24:03.360Z | Compiling dof v0.3.0 |
1558 | 2024-03-26T18:24:03.396Z | Compiling hmac v0.12.1 |
1559 | 2024-03-26T18:24:03.439Z | Compiling object v0.32.1 |
1560 | 2024-03-26T18:24:03.471Z | Compiling siphasher v0.3.11 |
1561 | 2024-03-26T18:24:04.085Z | Compiling reqwest v0.11.24 |
1562 | 2024-03-26T18:24:04.449Z | Compiling unicode-segmentation v1.10.1 |
1563 | 2024-03-26T18:24:04.493Z | Compiling rustc-demangle v0.1.23 |
1564 | 2024-03-26T18:24:04.529Z | Compiling flagset v0.4.3 |
1565 | 2024-03-26T18:24:04.691Z | Compiling der v0.7.8 |
1566 | 2024-03-26T18:24:05.133Z | Compiling flate2 v1.0.28 |
1567 | 2024-03-26T18:24:05.207Z | Compiling usdt-attr-macro v0.3.5 |
1568 | 2024-03-26T18:24:05.732Z | Compiling addr2line v0.21.0 |
1569 | 2024-03-26T18:24:05.924Z | Compiling usdt-macro v0.3.5 |
1570 | 2024-03-26T18:24:06.289Z | Compiling futures-executor v0.3.30 |
1571 | 2024-03-26T18:24:06.733Z | Compiling hubpack_derive v0.1.1 |
1572 | 2024-03-26T18:24:06.814Z | Compiling zerocopy-derive v0.6.4 |
1573 | 2024-03-26T18:24:07.751Z | Compiling utf8parse v0.2.1 |
1574 | 2024-03-26T18:24:09.237Z | Compiling anstyle v1.0.2 |
1575 | 2024-03-26T18:24:09.684Z | Compiling winnow v0.6.1 |
1576 | 2024-03-26T18:24:11.525Z | Compiling anstyle-parse v0.2.1 |
1577 | 2024-03-26T18:24:11.822Z | Compiling sha2 v0.10.8 |
1578 | 2024-03-26T18:24:12.495Z | Compiling toml_edit v0.22.6 |
1579 | 2024-03-26T18:24:14.827Z | Compiling futures v0.3.30 |
1580 | 2024-03-26T18:24:14.943Z | Compiling spki v0.7.2 |
1581 | 2024-03-26T18:24:17.790Z | Compiling md-5 v0.10.5 |
1582 | 2024-03-26T18:24:17.983Z | Compiling toml v0.7.8 |
1583 | 2024-03-26T18:24:18.421Z | Compiling hex v0.4.3 |
1584 | 2024-03-26T18:24:18.910Z | Compiling stringprep v0.1.3 |
1585 | 2024-03-26T18:24:19.172Z | Compiling regress v0.9.0 |
1586 | 2024-03-26T18:24:19.312Z | Compiling block-padding v0.3.3 |
1587 | 2024-03-26T18:24:19.526Z | Compiling clap_derive v4.5.0 |
1588 | 2024-03-26T18:24:19.573Z | Compiling num-integer v0.1.46 |
1589 | 2024-03-26T18:24:20.153Z | Compiling diesel_table_macro_syntax v0.1.0 |
1590 | 2024-03-26T18:24:20.468Z | Compiling hash32 v0.2.1 |
1591 | 2024-03-26T18:24:20.567Z | Compiling fallible-iterator v0.2.0 |
1592 | 2024-03-26T18:24:20.777Z | Compiling anstyle-query v1.0.0 |
1593 | 2024-03-26T18:24:20.900Z | Compiling colorchoice v1.0.0 |
1594 | 2024-03-26T18:24:21.038Z | Compiling stable_deref_trait v1.2.0 |
1595 | 2024-03-26T18:24:22.084Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1596 | 2024-03-26T18:24:22.843Z | Compiling postgres-protocol v0.6.6 |
1597 | 2024-03-26T18:24:22.872Z | Compiling anstream v0.6.11 |
1598 | 2024-03-26T18:24:22.998Z | Compiling diesel_derives v2.1.2 |
1599 | 2024-03-26T18:24:23.416Z | Compiling inout v0.1.3 |
1600 | 2024-03-26T18:24:24.472Z | Compiling pkcs8 v0.10.2 |
1601 | 2024-03-26T18:24:25.328Z | Compiling phf_shared v0.11.2 |
1602 | 2024-03-26T18:24:25.734Z | Compiling strum_macros v0.25.2 |
1603 | 2024-03-26T18:24:28.683Z | Compiling terminal_size v0.3.0 |
1604 | 2024-03-26T18:24:28.865Z | Compiling ff v0.13.0 |
1605 | 2024-03-26T18:24:29.485Z | Compiling serde_repr v0.1.16 |
1606 | 2024-03-26T18:24:29.519Z | Compiling scheduled-thread-pool v0.2.7 |
1607 | 2024-03-26T18:24:29.893Z | Compiling bitflags v1.3.2 |
1608 | 2024-03-26T18:24:29.982Z | Compiling matches v0.1.10 |
1609 | 2024-03-26T18:24:30.069Z | Compiling base16ct v0.2.0 |
1610 | 2024-03-26T18:24:30.332Z | Compiling bit-vec v0.6.3 |
1611 | 2024-03-26T18:24:30.929Z | Compiling data-encoding v2.4.0 |
1612 | 2024-03-26T18:24:31.082Z | Compiling strsim v0.11.0 |
1613 | 2024-03-26T18:24:31.207Z | Compiling clap_lex v0.7.0 |
1614 | 2024-03-26T18:24:31.602Z | Compiling regex-automata v0.1.10 |
1615 | 2024-03-26T18:24:31.709Z | Compiling managed v0.8.0 |
1616 | 2024-03-26T18:24:31.989Z | Compiling bstr v0.2.17 |
1617 | 2024-03-26T18:24:33.413Z | Compiling clap_builder v4.5.1 |
1618 | 2024-03-26T18:24:33.728Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1619 | 2024-03-26T18:24:34.467Z | Compiling sec1 v0.7.3 |
1620 | 2024-03-26T18:24:34.649Z | Compiling idna v0.2.3 |
1621 | 2024-03-26T18:24:34.970Z | Compiling r2d2 v0.8.10 |
1622 | 2024-03-26T18:24:35.498Z | Compiling group v0.13.0 |
1623 | 2024-03-26T18:24:37.486Z | Compiling phf v0.11.2 |
1624 | 2024-03-26T18:24:37.520Z | Compiling signal-hook-mio v0.2.3 |
1625 | 2024-03-26T18:24:37.520Z | Compiling bzip2 v0.4.4 |
1626 | 2024-03-26T18:24:37.521Z | Compiling cipher v0.4.4 |
1627 | 2024-03-26T18:24:37.552Z | Compiling postgres-types v0.2.6 |
1628 | 2024-03-26T18:24:37.988Z | Compiling zerocopy v0.6.4 |
1629 | 2024-03-26T18:24:38.520Z | Compiling hubpack v0.1.2 |
1630 | 2024-03-26T18:24:38.619Z | Compiling phf_shared v0.10.0 |
1631 | 2024-03-26T18:24:38.656Z | Compiling hkdf v0.12.4 |
1632 | 2024-03-26T18:24:38.855Z | Compiling crypto-bigint v0.5.2 |
1633 | 2024-03-26T18:24:38.894Z | Compiling ipnetwork v0.20.0 |
1634 | 2024-03-26T18:24:39.645Z | Compiling float-cmp v0.9.0 |
1635 | 2024-03-26T18:24:42.942Z | Compiling new_debug_unreachable v1.0.4 |
1636 | 2024-03-26T18:24:43.061Z | Compiling whoami v1.5.0 |
1637 | 2024-03-26T18:24:43.061Z | Compiling minimal-lexical v0.2.1 |
1638 | 2024-03-26T18:24:43.061Z | Compiling difflib v0.4.0 |
1639 | 2024-03-26T18:24:43.215Z | Compiling fixedbitset v0.4.2 |
1640 | 2024-03-26T18:24:43.534Z | Compiling predicates-core v1.0.6 |
1641 | 2024-03-26T18:24:43.642Z | Compiling normalize-line-endings v0.3.0 |
1642 | 2024-03-26T18:24:43.767Z | Compiling static_assertions v1.1.0 |
1643 | 2024-03-26T18:24:43.800Z | Compiling precomputed-hash v0.1.1 |
1644 | 2024-03-26T18:24:43.854Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1645 | 2024-03-26T18:24:43.895Z | Compiling string_cache v0.8.7 |
1646 | 2024-03-26T18:24:44.042Z | Compiling predicates v3.1.0 |
1647 | 2024-03-26T18:24:44.241Z | Compiling petgraph v0.6.4 |
1648 | 2024-03-26T18:24:45.310Z | Compiling nom v7.1.3 |
1649 | 2024-03-26T18:24:47.651Z | Compiling tokio-postgres v0.7.10 |
1650 | 2024-03-26T18:24:48.072Z | Compiling trust-dns-proto v0.22.0 |
1651 | 2024-03-26T18:24:48.240Z | Compiling elliptic-curve v0.13.8 |
1652 | 2024-03-26T18:24:48.763Z | Compiling diesel v2.1.4 |
1653 | 2024-03-26T18:24:50.925Z | Compiling yasna v0.5.2 |
1654 | 2024-03-26T18:24:51.031Z | Compiling zip v0.6.6 |
1655 | 2024-03-26T18:24:51.169Z | Compiling crossterm v0.27.0 |
1656 | 2024-03-26T18:24:52.033Z | Compiling clap v4.5.1 |
1657 | 2024-03-26T18:24:52.500Z | Compiling similar v2.4.0 |
1658 | 2024-03-26T18:24:52.554Z | Compiling bit-set v0.5.3 |
1659 | 2024-03-26T18:24:52.743Z | Compiling num-iter v0.1.44 |
1660 | 2024-03-26T18:24:52.895Z | Compiling usdt v0.3.5 |
1661 | 2024-03-26T18:24:53.110Z | Compiling itertools v0.10.5 |
1662 | 2024-03-26T18:24:53.770Z | Compiling console v0.15.8 |
1663 | 2024-03-26T18:24:54.014Z | Compiling tokio-stream v0.1.14 |
1664 | 2024-03-26T18:24:54.278Z | Compiling bstr v1.9.0 |
1665 | 2024-03-26T18:24:54.762Z | Compiling lalrpop-util v0.19.12 |
1666 | 2024-03-26T18:24:59.122Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1667 | 2024-03-26T18:24:59.183Z | Compiling getopts v0.2.21 |
1668 | 2024-03-26T18:24:59.360Z | Compiling unsafe-libyaml v0.2.10 |
1669 | 2024-03-26T18:24:59.842Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1670 | 2024-03-26T18:25:00.533Z | Compiling serde_yaml v0.9.25 |
1671 | 2024-03-26T18:25:04.205Z | Compiling camino v1.1.6 |
1672 | 2024-03-26T18:25:05.186Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1673 | 2024-03-26T18:25:17.544Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1674 | 2024-03-26T18:25:29.688Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1675 | 2024-03-26T18:25:31.354Z | Compiling ident_case v1.0.1 |
1676 | 2024-03-26T18:25:31.499Z | Compiling strsim v0.10.0 |
1677 | 2024-03-26T18:25:34.896Z | Compiling darling_core v0.20.3 |
1678 | 2024-03-26T18:25:54.293Z | Compiling darling_macro v0.20.3 |
1679 | 2024-03-26T18:25:54.996Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1680 | 2024-03-26T18:25:58.291Z | Compiling sha1 v0.10.6 |
1681 | 2024-03-26T18:25:58.985Z | Compiling darling v0.20.3 |
1682 | 2024-03-26T18:25:59.093Z | Compiling atty v0.2.14 |
1683 | 2024-03-26T18:25:59.223Z | Compiling match_cfg v0.1.0 |
1684 | 2024-03-26T18:25:59.258Z | Compiling dirs-sys-next v0.1.2 |
1685 | 2024-03-26T18:25:59.292Z | Compiling rustls-pki-types v1.3.0 |
1686 | 2024-03-26T18:25:59.325Z | Compiling hostname v0.3.1 |
1687 | 2024-03-26T18:25:59.554Z | Compiling dirs-next v2.0.0 |
1688 | 2024-03-26T18:25:59.770Z | Compiling thread_local v1.1.7 |
1689 | 2024-03-26T18:25:59.806Z | Compiling slog-async v2.8.0 |
1690 | 2024-03-26T18:26:00.124Z | Compiling rustls v0.22.2 |
1691 | 2024-03-26T18:26:00.408Z | Compiling term v0.7.0 |
1692 | 2024-03-26T18:26:00.463Z | Compiling rustls-webpki v0.102.1 |
1693 | 2024-03-26T18:26:00.495Z | Compiling crossbeam-channel v0.5.8 |
1694 | 2024-03-26T18:26:01.177Z | Compiling multer v3.0.0 |
1695 | 2024-03-26T18:26:01.425Z | Compiling instant v0.1.12 |
1696 | 2024-03-26T18:26:01.569Z | Compiling paste v1.0.14 |
1697 | 2024-03-26T18:26:01.680Z | Compiling take_mut v0.2.2 |
1698 | 2024-03-26T18:26:01.989Z | Compiling slog-term v2.9.0 |
1699 | 2024-03-26T18:26:03.965Z | Compiling slog-json v2.6.1 |
1700 | 2024-03-26T18:26:04.253Z | Compiling http v1.0.0 |
1701 | 2024-03-26T18:26:04.302Z | Compiling async-stream-impl v0.3.5 |
1702 | 2024-03-26T18:26:04.435Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1703 | 2024-03-26T18:26:04.480Z | Compiling debug-ignore v1.0.5 |
1704 | 2024-03-26T18:26:04.605Z | Compiling atomic-waker v1.1.1 |
1705 | 2024-03-26T18:26:04.674Z | Compiling slog-bunyan v2.5.0 |
1706 | 2024-03-26T18:26:04.734Z | Compiling waitgroup v0.1.2 |
1707 | 2024-03-26T18:26:04.911Z | Compiling rustls-pemfile v2.1.1 |
1708 | 2024-03-26T18:26:04.952Z | Compiling serde_with_macros v3.6.1 |
1709 | 2024-03-26T18:26:05.274Z | Compiling async-stream v0.3.5 |
1710 | 2024-03-26T18:26:05.523Z | Compiling toml v0.8.10 |
1711 | 2024-03-26T18:26:05.555Z | Compiling strum_macros v0.26.1 |
1712 | 2024-03-26T18:26:07.501Z | Compiling tokio-rustls v0.25.0 |
1713 | 2024-03-26T18:26:07.541Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1714 | 2024-03-26T18:26:07.962Z | Compiling serde_path_to_error v0.1.16 |
1715 | 2024-03-26T18:26:08.067Z | Compiling structmeta-derive v0.3.0 |
1716 | 2024-03-26T18:26:08.134Z | Compiling serde_with v3.6.1 |
1717 | 2024-03-26T18:26:08.776Z | Compiling newtype-uuid v1.0.1 |
1718 | 2024-03-26T18:26:09.059Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1719 | 2024-03-26T18:26:09.122Z | Compiling strum v0.26.1 |
1720 | 2024-03-26T18:26:09.288Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1721 | 2024-03-26T18:26:09.614Z | Compiling backoff v0.4.0 |
1722 | 2024-03-26T18:26:09.655Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1723 | 2024-03-26T18:26:09.816Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1724 | 2024-03-26T18:26:09.918Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1725 | 2024-03-26T18:26:10.090Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1726 | 2024-03-26T18:26:10.159Z | Compiling structmeta v0.3.0 |
1727 | 2024-03-26T18:26:10.246Z | Compiling macaddr v1.0.1 |
1728 | 2024-03-26T18:26:10.388Z | Compiling proc-macro-error-attr v1.0.4 |
1729 | 2024-03-26T18:26:10.498Z | Compiling parse-display-derive v0.9.0 |
1730 | 2024-03-26T18:26:10.696Z | Compiling proc-macro-crate v1.3.1 |
1731 | 2024-03-26T18:26:10.762Z | Compiling proc-macro-error v1.0.4 |
1732 | 2024-03-26T18:26:10.998Z | Compiling heapless v0.8.0 |
1733 | 2024-03-26T18:26:11.490Z | Compiling num_enum_derive v0.5.11 |
1734 | 2024-03-26T18:26:11.766Z | Compiling hash32 v0.3.1 |
1735 | 2024-03-26T18:26:11.988Z | Compiling smoltcp v0.11.0 |
1736 | 2024-03-26T18:26:12.303Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1737 | 2024-03-26T18:26:13.017Z | Compiling fastrand v2.0.1 |
1738 | 2024-03-26T18:26:13.339Z | Compiling num_enum v0.5.11 |
1739 | 2024-03-26T18:26:13.491Z | Compiling embedded-io v0.4.0 |
1740 | 2024-03-26T18:26:13.621Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1741 | 2024-03-26T18:26:13.653Z | Compiling cobs v0.2.3 |
1742 | 2024-03-26T18:26:13.735Z | Compiling parse-display v0.9.0 |
1743 | 2024-03-26T18:26:13.924Z | Compiling postcard v1.0.8 |
1744 | 2024-03-26T18:26:14.030Z | Compiling tempfile v3.10.0 |
1745 | 2024-03-26T18:26:14.649Z | Compiling foreign-types-macros v0.2.3 |
1746 | 2024-03-26T18:26:15.454Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1747 | 2024-03-26T18:26:15.569Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1748 | 2024-03-26T18:26:15.627Z | Compiling crucible-workspace-hack v0.1.0 |
1749 | 2024-03-26T18:26:15.726Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1750 | 2024-03-26T18:26:16.231Z | Compiling foreign-types-shared v0.3.1 |
1751 | 2024-03-26T18:26:16.279Z | Compiling foreign-types v0.5.0 |
1752 | 2024-03-26T18:26:16.279Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1753 | 2024-03-26T18:26:16.279Z | Compiling tabwriter v1.4.0 |
1754 | 2024-03-26T18:26:16.279Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1755 | 2024-03-26T18:26:16.847Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1756 | 2024-03-26T18:26:16.894Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1757 | 2024-03-26T18:26:16.895Z | Compiling cstr-argument v0.1.2 |
1758 | 2024-03-26T18:26:17.155Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1759 | 2024-03-26T18:26:17.379Z | Compiling pretty-hex v0.2.1 |
1760 | 2024-03-26T18:26:17.557Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1761 | 2024-03-26T18:26:17.618Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1762 | 2024-03-26T18:26:18.305Z | Compiling colored v2.1.0 |
1763 | 2024-03-26T18:26:18.369Z | Compiling socket2 v0.4.9 |
1764 | 2024-03-26T18:26:24.682Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1765 | 2024-03-26T18:26:24.779Z | Compiling platforms v3.0.2 |
1766 | 2024-03-26T18:26:24.779Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1767 | 2024-03-26T18:26:24.779Z | Compiling camino-tempfile v1.1.1 |
1768 | 2024-03-26T18:26:24.780Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1769 | 2024-03-26T18:26:24.780Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1770 | 2024-03-26T18:26:24.780Z | Compiling num-derive v0.4.0 |
1771 | 2024-03-26T18:26:24.780Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1772 | 2024-03-26T18:26:24.780Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1773 | 2024-03-26T18:26:24.780Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1774 | 2024-03-26T18:26:24.780Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1775 | 2024-03-26T18:26:24.780Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1776 | 2024-03-26T18:26:24.780Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1777 | 2024-03-26T18:26:25.257Z | Compiling smf v0.2.2 |
1778 | 2024-03-26T18:26:26.355Z | Compiling unicase v2.7.0 |
1779 | 2024-03-26T18:26:26.626Z | Compiling semver v0.1.20 |
1780 | 2024-03-26T18:26:27.163Z | Compiling rayon-core v1.12.1 |
1781 | 2024-03-26T18:26:27.163Z | Compiling rustc_version v0.1.7 |
1782 | 2024-03-26T18:26:27.163Z | Compiling curve25519-dalek v4.1.1 |
1783 | 2024-03-26T18:26:27.290Z | Compiling crossbeam-deque v0.8.3 |
1784 | 2024-03-26T18:26:27.364Z | Compiling universal-hash v0.5.1 |
1785 | 2024-03-26T18:26:27.364Z | Compiling opaque-debug v0.3.0 |
1786 | 2024-03-26T18:26:27.431Z | Compiling same-file v1.0.6 |
1787 | 2024-03-26T18:26:27.515Z | Compiling newtype_derive v0.1.6 |
1788 | 2024-03-26T18:26:27.591Z | Compiling walkdir v2.4.0 |
1789 | 2024-03-26T18:26:27.700Z | Compiling semver-parser v0.10.2 |
1790 | 2024-03-26T18:26:27.894Z | Compiling signature v2.1.0 |
1791 | 2024-03-26T18:26:28.112Z | Compiling curve25519-dalek-derive v0.1.0 |
1792 | 2024-03-26T18:26:28.155Z | Compiling blake3 v1.5.0 |
1793 | 2024-03-26T18:26:28.265Z | Compiling num-rational v0.4.1 |
1794 | 2024-03-26T18:26:28.438Z | Compiling getrandom v0.1.16 |
1795 | 2024-03-26T18:26:28.745Z | Compiling rayon v1.9.0 |
1796 | 2024-03-26T18:26:28.822Z | Compiling semver v0.11.0 |
1797 | 2024-03-26T18:26:29.373Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1798 | 2024-03-26T18:26:29.373Z | Compiling usdt-macro v0.5.0 |
1799 | 2024-03-26T18:26:29.403Z | Compiling usdt-attr-macro v0.5.0 |
1800 | 2024-03-26T18:26:29.719Z | Compiling heck v0.3.3 |
1801 | 2024-03-26T18:26:30.023Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1802 | 2024-03-26T18:26:30.259Z | Compiling password-hash v0.5.0 |
1803 | 2024-03-26T18:26:30.571Z | Compiling textwrap v0.11.0 |
1804 | 2024-03-26T18:26:31.479Z | Compiling blake2 v0.10.6 |
1805 | 2024-03-26T18:26:32.198Z | Compiling xattr v1.0.1 |
1806 | 2024-03-26T18:26:32.238Z | Compiling filetime v0.2.23 |
1807 | 2024-03-26T18:26:32.416Z | Compiling memmap2 v0.7.1 |
1808 | 2024-03-26T18:26:32.456Z | Compiling memmap v0.7.0 |
1809 | 2024-03-26T18:26:32.492Z | Compiling base64 v0.22.0 |
1810 | 2024-03-26T18:26:32.595Z | Compiling vec_map v0.8.2 |
1811 | 2024-03-26T18:26:32.752Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1812 | 2024-03-26T18:26:32.834Z | Compiling arrayvec v0.7.4 |
1813 | 2024-03-26T18:26:32.869Z | Compiling parking_lot_core v0.8.6 |
1814 | 2024-03-26T18:26:33.194Z | Compiling libefi-sys v0.1.0 |
1815 | 2024-03-26T18:26:33.229Z | Compiling constant_time_eq v0.3.0 |
1816 | 2024-03-26T18:26:33.367Z | Compiling ansi_term v0.12.1 |
1817 | 2024-03-26T18:26:33.403Z | Compiling home v0.5.5 |
1818 | 2024-03-26T18:26:33.460Z | Compiling arrayref v0.3.7 |
1819 | 2024-03-26T18:26:33.546Z | Compiling linked-hash-map v0.5.6 |
1820 | 2024-03-26T18:26:33.602Z | Compiling strsim v0.8.0 |
1821 | 2024-03-26T18:26:33.721Z | Compiling quick-error v1.2.3 |
1822 | 2024-03-26T18:26:33.861Z | Compiling lru-cache v0.1.2 |
1823 | 2024-03-26T18:26:33.905Z | Compiling resolv-conf v0.7.0 |
1824 | 2024-03-26T18:26:34.036Z | Compiling clap v2.34.0 |
1825 | 2024-03-26T18:26:34.067Z | Compiling toolchain_find v0.2.0 |
1826 | 2024-03-26T18:26:34.729Z | Compiling usdt v0.5.0 |
1827 | 2024-03-26T18:26:35.167Z | Compiling tar v0.4.40 |
1828 | 2024-03-26T18:26:35.198Z | Compiling argon2 v0.5.3 |
1829 | 2024-03-26T18:26:35.222Z | Compiling structopt-derive v0.4.18 |
1830 | 2024-03-26T18:26:36.513Z | Compiling rfc6979 v0.4.0 |
1831 | 2024-03-26T18:26:36.687Z | Compiling toml v0.5.11 |
1832 | 2024-03-26T18:26:36.716Z | Compiling aead v0.5.2 |
1833 | 2024-03-26T18:26:36.991Z | Compiling num-complex v0.4.4 |
1834 | 2024-03-26T18:26:37.084Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1835 | 2024-03-26T18:26:37.295Z | Compiling nibble_vec v0.1.0 |
1836 | 2024-03-26T18:26:37.371Z | Compiling slog-dtrace v0.3.0 |
1837 | 2024-03-26T18:26:37.494Z | Compiling keccak v0.1.4 |
1838 | 2024-03-26T18:26:38.027Z | Compiling topological-sort v0.2.2 |
1839 | 2024-03-26T18:26:38.061Z | Compiling cancel-safe-futures v0.1.5 |
1840 | 2024-03-26T18:26:38.061Z | Compiling endian-type v0.1.2 |
1841 | 2024-03-26T18:26:38.104Z | Compiling utf-8 v0.7.6 |
1842 | 2024-03-26T18:26:38.170Z | Compiling winapi v0.3.9 |
1843 | 2024-03-26T18:26:38.203Z | Compiling arc-swap v1.6.0 |
1844 | 2024-03-26T18:26:38.686Z | Compiling tungstenite v0.20.1 |
1845 | 2024-03-26T18:26:38.711Z | Compiling radix_trie v0.2.1 |
1846 | 2024-03-26T18:26:38.820Z | Compiling slog-scope v4.4.0 |
1847 | 2024-03-26T18:26:38.933Z | Compiling rustfmt-wrapper v0.2.0 |
1848 | 2024-03-26T18:26:39.121Z | Compiling num v0.4.1 |
1849 | 2024-03-26T18:26:39.241Z | Compiling omicron-zone-package v0.11.0 |
1850 | 2024-03-26T18:26:39.298Z | Compiling sha3 v0.10.8 |
1851 | 2024-03-26T18:26:39.594Z | Compiling structopt v0.3.26 |
1852 | 2024-03-26T18:26:39.742Z | Compiling ecdsa v0.16.9 |
1853 | 2024-03-26T18:26:39.956Z | Compiling rand_core v0.5.1 |
1854 | 2024-03-26T18:26:40.010Z | Compiling mime_guess v2.0.4 |
1855 | 2024-03-26T18:26:40.359Z | Compiling steno v0.4.0 |
1856 | 2024-03-26T18:26:40.752Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1857 | 2024-03-26T18:26:41.612Z | Compiling trust-dns-resolver v0.22.0 |
1858 | 2024-03-26T18:26:41.639Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1859 | 2024-03-26T18:26:42.575Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1860 | 2024-03-26T18:26:43.621Z | Compiling poly1305 v0.8.0 |
1861 | 2024-03-26T18:26:45.022Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1862 | 2024-03-26T18:26:45.971Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1863 | 2024-03-26T18:26:46.769Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1864 | 2024-03-26T18:26:46.990Z | Compiling primeorder v0.13.6 |
1865 | 2024-03-26T18:26:47.548Z | Compiling chacha20 v0.9.1 |
1866 | 2024-03-26T18:26:49.011Z | Compiling secrecy v0.8.0 |
1867 | 2024-03-26T18:26:49.204Z | Compiling thiserror-impl-no-std v2.0.2 |
1868 | 2024-03-26T18:26:49.686Z | Compiling half v2.3.1 |
1869 | 2024-03-26T18:26:50.225Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1870 | 2024-03-26T18:26:50.350Z | Compiling convert_case v0.4.0 |
1871 | 2024-03-26T18:26:50.988Z | Compiling humantime v2.1.0 |
1872 | 2024-03-26T18:26:51.330Z | Compiling option-ext v0.2.0 |
1873 | 2024-03-26T18:26:51.455Z | Compiling ciborium-io v0.2.2 |
1874 | 2024-03-26T18:26:51.573Z | Compiling ciborium-ll v0.2.2 |
1875 | 2024-03-26T18:26:51.661Z | Compiling dirs-sys v0.4.1 |
1876 | 2024-03-26T18:26:51.971Z | Compiling thiserror-no-std v2.0.2 |
1877 | 2024-03-26T18:26:52.075Z | Compiling derive_more v0.99.17 |
1878 | 2024-03-26T18:26:52.599Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1879 | 2024-03-26T18:26:53.205Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1880 | 2024-03-26T18:26:53.408Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1881 | 2024-03-26T18:26:53.641Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1882 | 2024-03-26T18:26:54.919Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1883 | 2024-03-26T18:26:57.444Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1884 | 2024-03-26T18:26:57.713Z | Compiling parking_lot v0.11.2 |
1885 | 2024-03-26T18:26:57.825Z | Compiling rand_chacha v0.2.2 |
1886 | 2024-03-26T18:26:58.840Z | Compiling tokio-tungstenite v0.20.1 |
1887 | 2024-03-26T18:26:59.256Z | Compiling slog-stdlog v4.1.1 |
1888 | 2024-03-26T18:26:59.718Z | Compiling trust-dns-client v0.22.0 |
1889 | 2024-03-26T18:26:59.877Z | Compiling ed25519 v2.2.2 |
1890 | 2024-03-26T18:26:59.907Z | Compiling polyval v0.6.1 |
1891 | 2024-03-26T18:27:00.028Z | Compiling blowfish v0.9.1 |
1892 | 2024-03-26T18:27:00.235Z | Compiling aes v0.8.3 |
1893 | 2024-03-26T18:27:00.333Z | Compiling ctr v0.9.2 |
1894 | 2024-03-26T18:27:00.368Z | Compiling password-hash v0.4.2 |
1895 | 2024-03-26T18:27:00.611Z | Compiling libsw v3.3.1 |
1896 | 2024-03-26T18:27:02.005Z | Compiling pbkdf2 v0.12.2 |
1897 | 2024-03-26T18:27:02.130Z | Compiling derive-where v1.2.7 |
1898 | 2024-03-26T18:27:02.180Z | Compiling gethostname v0.4.3 |
1899 | 2024-03-26T18:27:02.678Z | Compiling fxhash v0.2.1 |
1900 | 2024-03-26T18:27:02.786Z | Compiling swrite v0.1.0 |
1901 | 2024-03-26T18:27:02.868Z | Compiling linear-map v1.2.0 |
1902 | 2024-03-26T18:27:02.913Z | Compiling owo-colors v4.0.0 |
1903 | 2024-03-26T18:27:03.195Z | Compiling sled v0.34.7 |
1904 | 2024-03-26T18:27:04.617Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1905 | 2024-03-26T18:27:08.563Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1906 | 2024-03-26T18:27:09.173Z | Compiling trust-dns-server v0.22.1 |
1907 | 2024-03-26T18:27:09.450Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1908 | 2024-03-26T18:27:10.524Z | Compiling bcrypt-pbkdf v0.10.0 |
1909 | 2024-03-26T18:27:10.908Z | Compiling pbkdf2 v0.11.0 |
1910 | 2024-03-26T18:27:11.264Z | Compiling ghash v0.5.0 |
1911 | 2024-03-26T18:27:11.585Z | Compiling ed25519-dalek v2.0.0 |
1912 | 2024-03-26T18:27:12.133Z | Compiling russh-cryptovec v0.7.0 |
1913 | 2024-03-26T18:27:12.422Z | Compiling slog-envlogger v2.2.0 |
1914 | 2024-03-26T18:27:12.973Z | Compiling rand v0.7.3 |
1915 | 2024-03-26T18:27:14.629Z | Compiling vsss-rs v3.3.4 |
1916 | 2024-03-26T18:27:15.632Z | Compiling dirs v5.0.1 |
1917 | 2024-03-26T18:27:15.879Z | Compiling ciborium v0.2.2 |
1918 | 2024-03-26T18:27:16.721Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1919 | 2024-03-26T18:27:17.248Z | Compiling chacha20poly1305 v0.10.1 |
1920 | 2024-03-26T18:27:17.435Z | Compiling p256 v0.13.2 |
1921 | 2024-03-26T18:27:17.597Z | Compiling p521 v0.13.3 |
1922 | 2024-03-26T18:27:18.222Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1923 | 2024-03-26T18:27:19.193Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1924 | 2024-03-26T18:27:20.498Z | Compiling cbc v0.1.2 |
1925 | 2024-03-26T18:27:20.720Z | Compiling pem v3.0.2 |
1926 | 2024-03-26T18:27:22.136Z | Compiling headers-core v0.2.0 |
1927 | 2024-03-26T18:27:22.293Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1928 | 2024-03-26T18:27:22.801Z | Compiling kstat-rs v0.2.3 |
1929 | 2024-03-26T18:27:23.590Z | Compiling nanorand v0.7.0 |
1930 | 2024-03-26T18:27:24.164Z | Compiling md5 v0.7.0 |
1931 | 2024-03-26T18:27:24.260Z | Compiling http-range v0.1.5 |
1932 | 2024-03-26T18:27:24.768Z | Compiling glob v0.3.1 |
1933 | 2024-03-26T18:27:25.239Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1934 | 2024-03-26T18:27:26.164Z | Compiling hyper-staticfile v0.9.5 |
1935 | 2024-03-26T18:27:26.299Z | Compiling russh-keys v0.42.0 |
1936 | 2024-03-26T18:27:26.428Z | Compiling flume v0.11.0 |
1937 | 2024-03-26T18:27:27.020Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1938 | 2024-03-26T18:27:27.272Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1939 | 2024-03-26T18:27:28.884Z | Compiling headers v0.3.9 |
1940 | 2024-03-26T18:27:37.351Z | Compiling rcgen v0.12.1 |
1941 | 2024-03-26T18:27:37.544Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1942 | 2024-03-26T18:27:37.545Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1943 | 2024-03-26T18:27:37.545Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1944 | 2024-03-26T18:27:39.126Z | Compiling aes-gcm v0.10.3 |
1945 | 2024-03-26T18:27:39.436Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1946 | 2024-03-26T18:27:39.651Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1947 | 2024-03-26T18:27:46.916Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1948 | 2024-03-26T18:27:46.917Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1949 | 2024-03-26T18:27:54.339Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1950 | 2024-03-26T18:27:54.471Z | Compiling atomicwrites v0.4.3 |
1951 | 2024-03-26T18:27:54.900Z | Compiling itertools v0.12.1 |
1952 | 2024-03-26T18:27:57.709Z | Compiling subprocess v0.2.9 |
1953 | 2024-03-26T18:27:58.144Z | Compiling hex-literal v0.4.1 |
1954 | 2024-03-26T18:27:58.315Z | Compiling display-error-chain v0.2.0 |
1955 | 2024-03-26T18:27:58.484Z | Compiling dhcproto-macros v0.1.0 |
1956 | 2024-03-26T18:27:59.192Z | Compiling dhcproto v0.11.0 |
1957 | 2024-03-26T18:27:59.295Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1958 | 2024-03-26T18:28:01.605Z | Compiling russh v0.42.0 |
1959 | 2024-03-26T18:28:01.853Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1960 | 2024-03-26T18:28:02.927Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1961 | 2024-03-26T18:28:02.990Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1962 | 2024-03-26T18:28:03.408Z | Compiling internet-checksum v0.2.1 |
1963 | 2024-03-26T18:28:27.097Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1964 | 2024-03-26T18:29:49.974Z | Finished release [optimized] target(s) in 7m 09s |
1965 | 2024-03-26T18:29:50.283Z | + cp target/release/commtest /out/ |
1966 | 2024-03-26T18:29:50.357Z | + cp target/release/dhcp-server /out/ |
1967 | 2024-03-26T18:29:50.427Z | + banner testbed |
1968 | 2024-03-26T18:29:50.452Z | |
1969 | 2024-03-26T18:29:50.452Z | ##### ###### #### ##### ##### ###### ##### |
1970 | 2024-03-26T18:29:50.452Z | # # # # # # # # # |
1971 | 2024-03-26T18:29:50.452Z | # ##### #### # ##### ##### # # |
1972 | 2024-03-26T18:29:50.452Z | # # # # # # # # # |
1973 | 2024-03-26T18:29:50.452Z | # # # # # # # # # # |
1974 | 2024-03-26T18:29:50.452Z | # ###### #### # ##### ###### ##### |
1975 | 2024-03-26T18:29:50.452Z | |
1976 | 2024-03-26T18:29:50.452Z | + cd /work/oxidecomputer |
1977 | 2024-03-26T18:29:50.452Z | + rm -rf testbed |
1978 | 2024-03-26T18:29:50.452Z | + git clone https://github.com/oxidecomputer/testbed |
1979 | 2024-03-26T18:29:50.452Z | Cloning into 'testbed'... |
1980 | 2024-03-26T18:29:51.463Z | + cd testbed/a4x2 |
1981 | 2024-03-26T18:29:51.463Z | + OMICRON=/work/oxidecomputer/omicron |
1982 | 2024-03-26T18:29:51.463Z | + ./config/build-packages.sh |
1983 | 2024-03-26T18:29:51.490Z | + export 'RUSTFLAGS=--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab' |
1984 | 2024-03-26T18:29:51.490Z | + RUSTFLAGS='--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab' |
1985 | 2024-03-26T18:29:51.490Z | +++ dirname ./config/build-packages.sh |
1986 | 2024-03-26T18:29:51.490Z | ++ cd -- ./config |
1987 | 2024-03-26T18:29:51.490Z | ++ pwd -P |
1988 | 2024-03-26T18:29:51.490Z | + HERE=/work/oxidecomputer/testbed/a4x2/config/../ |
1989 | 2024-03-26T18:29:51.490Z | + OMICRON=/work/oxidecomputer/omicron |
1990 | 2024-03-26T18:29:51.490Z | + rm -rf cargo-bay/tools |
1991 | 2024-03-26T18:29:51.490Z | + cp -r /work/oxidecomputer/omicron/tools cargo-bay/ |
1992 | 2024-03-26T18:29:51.491Z | + banner G0 |
1993 | 2024-03-26T18:29:51.516Z | ##### ### |
1994 | 2024-03-26T18:29:51.516Z | # # # # |
1995 | 2024-03-26T18:29:51.516Z | # # # |
1996 | 2024-03-26T18:29:51.516Z | # #### # # |
1997 | 2024-03-26T18:29:51.517Z | # # # # |
1998 | 2024-03-26T18:29:51.517Z | # # # # |
1999 | 2024-03-26T18:29:51.517Z | ##### ### |
2000 | 2024-03-26T18:29:51.517Z | |
2001 | 2024-03-26T18:29:51.517Z | + . config/build-g0.sh |
2002 | 2024-03-26T18:29:51.517Z | ++ [[ '' == \s\t\a\t\i\c ]] |
2003 | 2024-03-26T18:29:51.517Z | ++ [[ '' == true ]] |
2004 | 2024-03-26T18:29:51.517Z | ++ cp config/config-rss.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/ |
2005 | 2024-03-26T18:29:51.517Z | ++ cp config/g0-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
2006 | 2024-03-26T18:29:51.517Z | ++ cp config/mgs-sim-switch0.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml |
2007 | 2024-03-26T18:29:51.517Z | ++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml |
2008 | 2024-03-26T18:29:51.517Z | ++ cd /work/oxidecomputer/omicron |
2009 | 2024-03-26T18:29:51.517Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
2010 | 2024-03-26T18:29:52.171Z | Downloading crates ... |
2011 | 2024-03-26T18:29:52.430Z | Downloaded bb8 v0.8.3 |
2012 | 2024-03-26T18:29:52.460Z | Downloaded async-recursion v1.0.5 |
2013 | 2024-03-26T18:29:52.460Z | Downloaded cexpr v0.6.0 |
2014 | 2024-03-26T18:29:52.460Z | Downloaded array-init v0.0.4 |
2015 | 2024-03-26T18:29:52.461Z | Downloaded downcast v0.11.0 |
2016 | 2024-03-26T18:29:52.461Z | Downloaded derive_builder_macro v0.12.0 |
2017 | 2024-03-26T18:29:52.461Z | Downloaded serde-big-array v0.4.1 |
2018 | 2024-03-26T18:29:52.493Z | Downloaded wyz v0.5.1 |
2019 | 2024-03-26T18:29:52.493Z | Downloaded x509-cert v0.2.4 |
2020 | 2024-03-26T18:29:52.520Z | Downloaded peeking_take_while v0.1.2 |
2021 | 2024-03-26T18:29:52.520Z | Downloaded compact_str v0.7.1 |
2022 | 2024-03-26T18:29:52.520Z | Downloaded bytecount v0.6.3 |
2023 | 2024-03-26T18:29:52.520Z | Downloaded highway v1.1.0 |
2024 | 2024-03-26T18:29:52.520Z | Downloaded olpc-cjson v0.1.3 |
2025 | 2024-03-26T18:29:52.520Z | Downloaded indoc v2.0.3 |
2026 | 2024-03-26T18:29:52.520Z | Downloaded multimap v0.10.0 |
2027 | 2024-03-26T18:29:52.520Z | Downloaded rusty-fork v0.3.0 |
2028 | 2024-03-26T18:29:52.520Z | Downloaded rand_xorshift v0.3.0 |
2029 | 2024-03-26T18:29:52.520Z | Downloaded mockall v0.12.0 |
2030 | 2024-03-26T18:29:52.520Z | Downloaded radium v0.7.0 |
2031 | 2024-03-26T18:29:52.520Z | Downloaded rtoolbox v0.0.1 |
2032 | 2024-03-26T18:29:52.520Z | Downloaded rustc-hash v1.1.0 |
2033 | 2024-03-26T18:29:52.547Z | Downloaded fatfs v0.3.6 |
2034 | 2024-03-26T18:29:52.547Z | Downloaded pkcs1 v0.7.5 |
2035 | 2024-03-26T18:29:52.547Z | Downloaded ref-cast-impl v1.0.20 |
2036 | 2024-03-26T18:29:52.547Z | Downloaded oso v0.27.0 |
2037 | 2024-03-26T18:29:52.547Z | Downloaded ron v0.8.1 |
2038 | 2024-03-26T18:29:52.585Z | Downloaded rsa v0.9.2 |
2039 | 2024-03-26T18:29:52.617Z | Downloaded reedline v0.30.0 |
2040 | 2024-03-26T18:29:52.617Z | Downloaded regex-syntax v0.6.29 |
2041 | 2024-03-26T18:29:52.645Z | Downloaded csv v1.3.0 |
2042 | 2024-03-26T18:29:52.645Z | Downloaded ratatui v0.26.1 |
2043 | 2024-03-26T18:29:52.680Z | Downloaded proptest v1.4.0 |
2044 | 2024-03-26T18:29:52.680Z | Downloaded polar-core v0.27.0 |
2045 | 2024-03-26T18:29:52.711Z | Downloaded object v0.30.4 |
2046 | 2024-03-26T18:29:52.711Z | Downloaded nix v0.27.1 |
2047 | 2024-03-26T18:29:52.711Z | Downloaded lalrpop v0.19.12 |
2048 | 2024-03-26T18:29:52.736Z | Downloaded quick-xml v0.30.0 |
2049 | 2024-03-26T18:29:52.736Z | Downloaded portable-atomic v1.4.3 |
2050 | 2024-03-26T18:29:52.736Z | Downloaded num-bigint-dig v0.8.4 |
2051 | 2024-03-26T18:29:52.736Z | Downloaded libxml v0.3.3 |
2052 | 2024-03-26T18:29:52.736Z | Downloaded bitvec v1.0.1 |
2053 | 2024-03-26T18:29:52.763Z | Downloaded bindgen v0.69.2 |
2054 | 2024-03-26T18:29:52.763Z | Downloaded indicatif v0.17.8 |
2055 | 2024-03-26T18:29:52.790Z | Downloaded hashbrown v0.13.2 |
2056 | 2024-03-26T18:29:52.790Z | Downloaded prettyplease v0.2.16 |
2057 | 2024-03-26T18:29:52.790Z | Downloaded pin-project v1.1.3 |
2058 | 2024-03-26T18:29:52.790Z | Downloaded papergrid v0.11.0 |
2059 | 2024-03-26T18:29:52.816Z | Downloaded mockall_derive v0.12.0 |
2060 | 2024-03-26T18:29:52.817Z | Downloaded diff v0.1.13 |
2061 | 2024-03-26T18:29:52.817Z | Downloaded darling_core v0.14.4 |
2062 | 2024-03-26T18:29:52.817Z | Downloaded crc-any v2.4.3 |
2063 | 2024-03-26T18:29:52.817Z | Downloaded cookie v0.18.0 |
2064 | 2024-03-26T18:29:52.817Z | Downloaded pin-project-internal v1.1.3 |
2065 | 2024-03-26T18:29:52.817Z | Downloaded maplit v1.0.2 |
2066 | 2024-03-26T18:29:52.817Z | Downloaded libloading v0.7.4 |
2067 | 2024-03-26T18:29:52.817Z | Downloaded derive_builder v0.12.0 |
2068 | 2024-03-26T18:29:52.844Z | Downloaded ref-cast v1.0.20 |
2069 | 2024-03-26T18:29:52.844Z | Downloaded nu-ansi-term v0.50.0 |
2070 | 2024-03-26T18:29:52.844Z | Downloaded env_logger v0.10.0 |
2071 | 2024-03-26T18:29:52.844Z | Downloaded derive_builder_core v0.12.0 |
2072 | 2024-03-26T18:29:52.844Z | Downloaded clang-sys v1.6.1 |
2073 | 2024-03-26T18:29:52.844Z | Downloaded rpassword v7.3.1 |
2074 | 2024-03-26T18:29:52.844Z | Downloaded rand_seeder v0.2.3 |
2075 | 2024-03-26T18:29:52.844Z | Downloaded packed_struct_codegen v0.10.1 |
2076 | 2024-03-26T18:29:52.844Z | Downloaded packed_struct v0.10.1 |
2077 | 2024-03-26T18:29:52.844Z | Downloaded predicates-tree v1.0.9 |
2078 | 2024-03-26T18:29:52.844Z | Downloaded parse-size v1.0.0 |
2079 | 2024-03-26T18:29:52.844Z | Downloaded lru v0.12.1 |
2080 | 2024-03-26T18:29:52.844Z | Downloaded lazycell v1.3.0 |
2081 | 2024-03-26T18:29:52.844Z | Downloaded funty v2.0.0 |
2082 | 2024-03-26T18:29:52.872Z | Downloaded memoffset v0.7.1 |
2083 | 2024-03-26T18:29:52.872Z | Downloaded impl-trait-for-tuples v0.2.2 |
2084 | 2024-03-26T18:29:52.872Z | Downloaded globset v0.4.13 |
2085 | 2024-03-26T18:29:52.872Z | Downloaded ena v0.14.2 |
2086 | 2024-03-26T18:29:52.872Z | Downloaded darling v0.14.4 |
2087 | 2024-03-26T18:29:52.872Z | Downloaded csv-core v0.1.11 |
2088 | 2024-03-26T18:29:52.872Z | Downloaded fd-lock v3.0.13 |
2089 | 2024-03-26T18:29:52.872Z | Downloaded ed25519 v1.5.3 |
2090 | 2024-03-26T18:29:52.872Z | Downloaded maybe-uninit v2.0.0 |
2091 | 2024-03-26T18:29:52.872Z | Downloaded vte v0.11.1 |
2092 | 2024-03-26T18:29:52.872Z | Downloaded unicode_categories v0.1.1 |
2093 | 2024-03-26T18:29:52.872Z | Downloaded unicode-linebreak v0.1.5 |
2094 | 2024-03-26T18:29:52.872Z | Downloaded typed-path v0.7.0 |
2095 | 2024-03-26T18:29:52.902Z | Downloaded tough v0.16.0 |
2096 | 2024-03-26T18:29:52.903Z | Downloaded textwrap v0.16.1 |
2097 | 2024-03-26T18:29:52.903Z | Downloaded test-strategy v0.3.1 |
2098 | 2024-03-26T18:29:52.903Z | Downloaded tap v1.0.1 |
2099 | 2024-03-26T18:29:52.903Z | Downloaded tabled v0.15.0 |
2100 | 2024-03-26T18:29:52.932Z | Downloaded structmeta-derive v0.2.0 |
2101 | 2024-03-26T18:29:52.932Z | Downloaded strip-ansi-escapes v0.2.0 |
2102 | 2024-03-26T18:29:52.932Z | Downloaded sqlparser v0.43.1 |
2103 | 2024-03-26T18:29:52.932Z | Downloaded path-slash v0.1.5 |
2104 | 2024-03-26T18:29:52.932Z | Downloaded oso-derive v0.27.0 |
2105 | 2024-03-26T18:29:52.932Z | Downloaded number_prefix v0.4.0 |
2106 | 2024-03-26T18:29:52.932Z | Downloaded nodrop v0.1.14 |
2107 | 2024-03-26T18:29:52.932Z | Downloaded is_ci v1.2.0 |
2108 | 2024-03-26T18:29:52.932Z | Downloaded is-terminal v0.4.9 |
2109 | 2024-03-26T18:29:52.932Z | Downloaded indoc v1.0.9 |
2110 | 2024-03-26T18:29:52.932Z | Downloaded fs-err v2.11.0 |
2111 | 2024-03-26T18:29:52.932Z | Downloaded fragile v2.0.0 |
2112 | 2024-03-26T18:29:52.960Z | Downloaded fd-lock v4.0.2 |
2113 | 2024-03-26T18:29:52.961Z | Downloaded crc-catalog v2.2.0 |
2114 | 2024-03-26T18:29:52.961Z | Downloaded crc v3.0.1 |
2115 | 2024-03-26T18:29:52.961Z | Downloaded corncobs v0.1.3 |
2116 | 2024-03-26T18:29:52.961Z | Downloaded which v4.4.0 |
2117 | 2024-03-26T18:29:52.961Z | Downloaded wait-timeout v0.2.0 |
2118 | 2024-03-26T18:29:52.961Z | Downloaded vte_generate_state_changes v0.1.1 |
2119 | 2024-03-26T18:29:52.961Z | Downloaded unarray v0.1.4 |
2120 | 2024-03-26T18:29:52.961Z | Downloaded tui-tree-widget v0.17.0 |
2121 | 2024-03-26T18:29:52.961Z | Downloaded tiny-keccak v2.0.2 |
2122 | 2024-03-26T18:29:52.961Z | Downloaded termtree v0.4.1 |
2123 | 2024-03-26T18:29:52.961Z | Downloaded termios v0.3.3 |
2124 | 2024-03-26T18:29:52.961Z | Downloaded termcolor v1.2.0 |
2125 | 2024-03-26T18:29:52.961Z | Downloaded tabled_derive v0.7.0 |
2126 | 2024-03-26T18:29:52.961Z | Downloaded supports-color v3.0.0 |
2127 | 2024-03-26T18:29:52.961Z | Downloaded strum_macros v0.24.3 |
2128 | 2024-03-26T18:29:52.961Z | Downloaded strum v0.25.0 |
2129 | 2024-03-26T18:29:52.961Z | Downloaded structmeta v0.2.0 |
2130 | 2024-03-26T18:29:52.961Z | Downloaded stability v0.1.1 |
2131 | 2024-03-26T18:29:52.961Z | Downloaded sqlparser_derive v0.2.2 |
2132 | 2024-03-26T18:29:52.962Z | Downloaded sqlformat v0.2.3 |
2133 | 2024-03-26T18:29:52.962Z | Downloaded snafu-derive v0.7.5 |
2134 | 2024-03-26T18:29:52.996Z | Downloaded snafu v0.7.5 |
2135 | 2024-03-26T18:29:52.996Z | Downloaded smawk v0.3.1 |
2136 | 2024-03-26T18:29:52.997Z | Downloaded smallvec v0.6.14 |
2137 | 2024-03-26T18:29:52.997Z | Downloaded signature v1.6.4 |
2138 | 2024-03-26T18:29:52.997Z | Downloaded signal-hook-tokio v0.3.1 |
2139 | 2024-03-26T18:29:52.997Z | Downloaded shlex v1.3.0 |
2140 | 2024-03-26T18:29:52.997Z | Downloaded shell-words v1.1.0 |
2141 | 2024-03-26T18:29:52.997Z | Downloaded serde_plain v1.0.2 |
2142 | 2024-03-26T18:29:52.997Z | Downloaded serde-hex v0.1.0 |
2143 | 2024-03-26T18:29:52.997Z | Downloaded serde-big-array v0.5.1 |
2144 | 2024-03-26T18:29:52.997Z | Downloaded salty v0.2.0 |
2145 | 2024-03-26T18:29:52.997Z | Downloaded rustyline v13.0.0 |
2146 | 2024-03-26T18:29:53.026Z | Downloaded crunchy v0.2.2 |
2147 | 2024-03-26T18:29:53.026Z | Downloaded castaway v0.2.2 |
2148 | 2024-03-26T18:29:53.026Z | Downloaded cassowary v0.3.0 |
2149 | 2024-03-26T18:29:53.026Z | Downloaded bitfield v0.14.0 |
2150 | 2024-03-26T18:29:53.026Z | Downloaded doc-comment v0.3.3 |
2151 | 2024-03-26T18:29:53.026Z | Downloaded bcs v0.1.6 |
2152 | 2024-03-26T18:29:53.026Z | Downloaded darling_macro v0.14.4 |
2153 | 2024-03-26T18:29:53.026Z | Downloaded buf-list v1.0.3 |
2154 | 2024-03-26T18:29:53.026Z | Downloaded assert_matches v1.5.0 |
2155 | 2024-03-26T18:29:53.026Z | Downloaded ascii-canvas v3.0.0 |
2156 | 2024-03-26T18:29:53.206Z | Compiling proc-macro2 v1.0.78 |
2157 | 2024-03-26T18:29:53.207Z | Compiling unicode-ident v1.0.12 |
2158 | 2024-03-26T18:29:53.207Z | Compiling libc v0.2.153 |
2159 | 2024-03-26T18:29:53.231Z | Compiling serde v1.0.197 |
2160 | 2024-03-26T18:29:53.231Z | Compiling version_check v0.9.4 |
2161 | 2024-03-26T18:29:53.231Z | Compiling autocfg v1.1.0 |
2162 | 2024-03-26T18:29:53.231Z | Compiling cfg-if v1.0.0 |
2163 | 2024-03-26T18:29:53.330Z | Compiling syn v1.0.109 |
2164 | 2024-03-26T18:29:53.384Z | Compiling once_cell v1.19.0 |
2165 | 2024-03-26T18:29:53.437Z | Compiling byteorder v1.5.0 |
2166 | 2024-03-26T18:29:53.725Z | Compiling memchr v2.7.1 |
2167 | 2024-03-26T18:29:53.814Z | Compiling ahash v0.8.8 |
2168 | 2024-03-26T18:29:53.839Z | Compiling serde_json v1.0.114 |
2169 | 2024-03-26T18:29:53.873Z | Compiling parking_lot_core v0.9.8 |
2170 | 2024-03-26T18:29:53.898Z | Compiling lock_api v0.4.10 |
2171 | 2024-03-26T18:29:54.106Z | Compiling libm v0.2.7 |
2172 | 2024-03-26T18:29:54.138Z | Compiling num-traits v0.2.18 |
2173 | 2024-03-26T18:29:54.186Z | Compiling thiserror v1.0.57 |
2174 | 2024-03-26T18:29:54.388Z | Compiling typenum v1.16.0 |
2175 | 2024-03-26T18:29:54.503Z | Compiling quote v1.0.35 |
2176 | 2024-03-26T18:29:54.638Z | Compiling generic-array v0.14.7 |
2177 | 2024-03-26T18:29:54.881Z | Compiling syn v2.0.52 |
2178 | 2024-03-26T18:29:54.941Z | Compiling cc v1.0.83 |
2179 | 2024-03-26T18:29:54.987Z | Compiling getrandom v0.2.12 |
2180 | 2024-03-26T18:29:55.133Z | Compiling itoa v1.0.9 |
2181 | 2024-03-26T18:29:55.429Z | Compiling scopeguard v1.2.0 |
2182 | 2024-03-26T18:29:55.492Z | Compiling log v0.4.21 |
2183 | 2024-03-26T18:29:55.797Z | Compiling pkg-config v0.3.27 |
2184 | 2024-03-26T18:29:55.846Z | Compiling allocator-api2 v0.2.16 |
2185 | 2024-03-26T18:29:55.964Z | Compiling slab v0.4.9 |
2186 | 2024-03-26T18:29:56.043Z | Compiling ryu v1.0.15 |
2187 | 2024-03-26T18:29:56.422Z | Compiling pin-project-lite v0.2.13 |
2188 | 2024-03-26T18:29:56.570Z | Compiling smallvec v1.13.1 |
2189 | 2024-03-26T18:29:56.634Z | Compiling schemars v0.8.16 |
2190 | 2024-03-26T18:29:56.943Z | Compiling equivalent v1.0.1 |
2191 | 2024-03-26T18:29:56.973Z | Compiling heck v0.4.1 |
2192 | 2024-03-26T18:29:57.101Z | Compiling ring v0.17.8 |
2193 | 2024-03-26T18:29:57.314Z | Compiling parking_lot v0.12.1 |
2194 | 2024-03-26T18:29:57.350Z | Compiling vcpkg v0.2.15 |
2195 | 2024-03-26T18:29:58.596Z | Compiling signal-hook-registry v1.4.1 |
2196 | 2024-03-26T18:29:58.699Z | Compiling openssl-sys v0.9.96 |
2197 | 2024-03-26T18:29:59.141Z | Compiling mio v0.8.11 |
2198 | 2024-03-26T18:29:59.358Z | Compiling fnv v1.0.7 |
2199 | 2024-03-26T18:29:59.440Z | Compiling rand_core v0.6.4 |
2200 | 2024-03-26T18:29:59.761Z | Compiling time-core v0.1.2 |
2201 | 2024-03-26T18:29:59.856Z | Compiling num-conv v0.1.0 |
2202 | 2024-03-26T18:29:59.893Z | Compiling ring v0.16.20 |
2203 | 2024-03-26T18:30:00.081Z | Compiling num_cpus v1.16.0 |
2204 | 2024-03-26T18:30:00.110Z | Compiling time-macros v0.2.17 |
2205 | 2024-03-26T18:30:00.202Z | Compiling socket2 v0.5.5 |
2206 | 2024-03-26T18:30:00.379Z | Compiling httparse v1.8.0 |
2207 | 2024-03-26T18:30:00.856Z | Compiling serde_derive_internals v0.26.0 |
2208 | 2024-03-26T18:30:01.145Z | Compiling futures-core v0.3.30 |
2209 | 2024-03-26T18:30:01.516Z | Compiling ucd-trie v0.1.6 |
2210 | 2024-03-26T18:30:01.757Z | Compiling openssl v0.10.60 |
2211 | 2024-03-26T18:30:01.824Z | Compiling spin v0.5.2 |
2212 | 2024-03-26T18:30:02.002Z | Compiling iana-time-zone v0.1.57 |
2213 | 2024-03-26T18:30:02.044Z | Compiling semver v1.0.22 |
2214 | 2024-03-26T18:30:02.380Z | Compiling crossbeam-utils v0.8.19 |
2215 | 2024-03-26T18:30:02.536Z | Compiling rustls v0.21.9 |
2216 | 2024-03-26T18:30:02.738Z | Compiling native-tls v0.2.11 |
2217 | 2024-03-26T18:30:02.765Z | Compiling tinyvec_macros v0.1.1 |
2218 | 2024-03-26T18:30:02.795Z | Compiling spin v0.9.8 |
2219 | 2024-03-26T18:30:02.821Z | Compiling subtle v2.5.0 |
2220 | 2024-03-26T18:30:02.846Z | Compiling tinyvec v1.6.0 |
2221 | 2024-03-26T18:30:02.999Z | Compiling const-oid v0.9.6 |
2222 | 2024-03-26T18:30:03.054Z | Compiling futures-sink v0.3.30 |
2223 | 2024-03-26T18:30:03.191Z | Compiling rustix v0.38.31 |
2224 | 2024-03-26T18:30:03.316Z | Compiling unicode-xid v0.2.4 |
2225 | 2024-03-26T18:30:03.467Z | Compiling synstructure v0.12.6 |
2226 | 2024-03-26T18:30:03.693Z | Compiling backtrace v0.3.69 |
2227 | 2024-03-26T18:30:04.020Z | Compiling unicode-normalization v0.1.22 |
2228 | 2024-03-26T18:30:04.380Z | Compiling cookie v0.17.0 |
2229 | 2024-03-26T18:30:04.611Z | Compiling slog v2.7.0 |
2230 | 2024-03-26T18:30:04.658Z | Compiling dyn-clone v1.0.17 |
2231 | 2024-03-26T18:30:04.690Z | Compiling unicode-bidi v0.3.15 |
2232 | 2024-03-26T18:30:04.880Z | Compiling uuid v0.8.2 |
2233 | 2024-03-26T18:30:05.067Z | Compiling futures-channel v0.3.30 |
2234 | 2024-03-26T18:30:05.334Z | Compiling tracing-core v0.1.32 |
2235 | 2024-03-26T18:30:05.425Z | Compiling serde_derive v1.0.197 |
2236 | 2024-03-26T18:30:05.452Z | Compiling zerocopy-derive v0.7.32 |
2237 | 2024-03-26T18:30:05.481Z | Compiling zeroize_derive v1.4.2 |
2238 | 2024-03-26T18:30:05.747Z | Compiling thiserror-impl v1.0.57 |
2239 | 2024-03-26T18:30:05.773Z | Compiling tokio-macros v2.2.0 |
2240 | 2024-03-26T18:30:05.995Z | Compiling futures-macro v0.3.30 |
2241 | 2024-03-26T18:30:06.634Z | Compiling tracing-attributes v0.1.27 |
2242 | 2024-03-26T18:30:07.034Z | Compiling schemars_derive v0.8.16 |
2243 | 2024-03-26T18:30:07.151Z | Compiling zerocopy v0.7.32 |
2244 | 2024-03-26T18:30:07.526Z | Compiling zeroize v1.7.0 |
2245 | 2024-03-26T18:30:08.219Z | Compiling pest v2.7.6 |
2246 | 2024-03-26T18:30:08.993Z | Compiling hashbrown v0.14.3 |
2247 | 2024-03-26T18:30:09.307Z | Compiling openssl-macros v0.1.1 |
2248 | 2024-03-26T18:30:09.458Z | Compiling zerocopy-derive v0.2.0 |
2249 | 2024-03-26T18:30:09.885Z | Compiling pin-utils v0.1.0 |
2250 | 2024-03-26T18:30:09.991Z | Compiling futures-task v0.3.30 |
2251 | 2024-03-26T18:30:10.106Z | Compiling pest_meta v2.7.6 |
2252 | 2024-03-26T18:30:10.227Z | Compiling futures-io v0.3.30 |
2253 | 2024-03-26T18:30:10.549Z | Compiling futures-util v0.3.30 |
2254 | 2024-03-26T18:30:10.687Z | Compiling tracing v0.1.40 |
2255 | 2024-03-26T18:30:10.760Z | Compiling crypto-common v0.1.6 |
2256 | 2024-03-26T18:30:11.360Z | Compiling der_derive v0.7.2 |
2257 | 2024-03-26T18:30:11.388Z | Compiling pest_generator v2.7.6 |
2258 | 2024-03-26T18:30:11.513Z | Compiling aho-corasick v1.1.2 |
2259 | 2024-03-26T18:30:12.628Z | Compiling anyhow v1.0.79 |
2260 | 2024-03-26T18:30:13.099Z | Compiling regex-syntax v0.8.2 |
2261 | 2024-03-26T18:30:13.216Z | Compiling winnow v0.5.15 |
2262 | 2024-03-26T18:30:14.113Z | Compiling pest_derive v2.7.6 |
2263 | 2024-03-26T18:30:15.006Z | Compiling block-buffer v0.10.4 |
2264 | 2024-03-26T18:30:15.226Z | Compiling usdt-impl v0.3.5 |
2265 | 2024-03-26T18:30:15.554Z | Compiling powerfmt v0.2.0 |
2266 | 2024-03-26T18:30:15.944Z | Compiling bytes v1.5.0 |
2267 | 2024-03-26T18:30:16.190Z | Compiling indexmap v2.2.5 |
2268 | 2024-03-26T18:30:16.679Z | Compiling uuid v1.7.0 |
2269 | 2024-03-26T18:30:17.251Z | Compiling tokio v1.36.0 |
2270 | 2024-03-26T18:30:17.374Z | Compiling chrono v0.4.34 |
2271 | 2024-03-26T18:30:17.959Z | Compiling bitflags v2.4.2 |
2272 | 2024-03-26T18:30:18.444Z | Compiling toml_datetime v0.6.5 |
2273 | 2024-03-26T18:30:18.791Z | Compiling serde_spanned v0.6.5 |
2274 | 2024-03-26T18:30:19.214Z | Compiling http v0.2.12 |
2275 | 2024-03-26T18:30:20.628Z | Compiling rustc_version v0.4.0 |
2276 | 2024-03-26T18:30:21.143Z | Compiling toml_edit v0.19.15 |
2277 | 2024-03-26T18:30:21.167Z | Compiling regex-automata v0.4.5 |
2278 | 2024-03-26T18:30:22.254Z | Compiling untrusted v0.9.0 |
2279 | 2024-03-26T18:30:22.417Z | Compiling rustversion v1.0.14 |
2280 | 2024-03-26T18:30:22.544Z | Compiling crc32fast v1.3.2 |
2281 | 2024-03-26T18:30:22.890Z | Compiling unicode-width v0.1.11 |
2282 | 2024-03-26T18:30:23.045Z | Compiling heapless v0.7.16 |
2283 | 2024-03-26T18:30:23.796Z | Compiling deranged v0.3.11 |
2284 | 2024-03-26T18:30:24.462Z | Compiling digest v0.10.7 |
2285 | 2024-03-26T18:30:24.797Z | Compiling scroll_derive v0.12.0 |
2286 | 2024-03-26T18:30:25.662Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2287 | 2024-03-26T18:30:26.007Z | Compiling async-trait v0.1.77 |
2288 | 2024-03-26T18:30:26.315Z | Compiling signal-hook v0.3.17 |
2289 | 2024-03-26T18:30:26.423Z | Compiling num_threads v0.1.6 |
2290 | 2024-03-26T18:30:26.547Z | Compiling percent-encoding v2.3.1 |
2291 | 2024-03-26T18:30:26.720Z | Compiling ppv-lite86 v0.2.17 |
2292 | 2024-03-26T18:30:27.144Z | Compiling time v0.3.34 |
2293 | 2024-03-26T18:30:27.355Z | Compiling rand_chacha v0.3.1 |
2294 | 2024-03-26T18:30:28.147Z | Compiling regex v1.10.3 |
2295 | 2024-03-26T18:30:29.006Z | Compiling zerocopy v0.3.0 |
2296 | 2024-03-26T18:30:29.589Z | Compiling thread-id v4.2.0 |
2297 | 2024-03-26T18:30:29.589Z | Compiling dof v0.1.5 |
2298 | 2024-03-26T18:30:30.188Z | Compiling rand v0.8.5 |
2299 | 2024-03-26T18:30:30.953Z | Compiling tokio-util v0.7.10 |
2300 | 2024-03-26T18:30:31.649Z | Compiling dtrace-parser v0.1.14 |
2301 | 2024-03-26T18:30:31.911Z | Compiling num-bigint v0.4.4 |
2302 | 2024-03-26T18:30:32.170Z | Compiling smoltcp v0.9.1 |
2303 | 2024-03-26T18:30:32.238Z | Compiling adler v1.0.2 |
2304 | 2024-03-26T18:30:32.423Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2305 | 2024-03-26T18:30:32.498Z | Compiling foreign-types-shared v0.1.1 |
2306 | 2024-03-26T18:30:32.522Z | Compiling base64 v0.21.7 |
2307 | 2024-03-26T18:30:32.603Z | Compiling base64ct v1.6.0 |
2308 | 2024-03-26T18:30:32.671Z | Compiling untrusted v0.7.1 |
2309 | 2024-03-26T18:30:32.974Z | Compiling foreign-types v0.3.2 |
2310 | 2024-03-26T18:30:32.999Z | Compiling pem-rfc7468 v0.7.0 |
2311 | 2024-03-26T18:30:33.099Z | Compiling miniz_oxide v0.7.1 |
2312 | 2024-03-26T18:30:34.903Z | Compiling form_urlencoded v1.2.1 |
2313 | 2024-03-26T18:30:35.523Z | Compiling hmac v0.12.1 |
2314 | 2024-03-26T18:30:35.559Z | Compiling serde_tokenstream v0.1.7 |
2315 | 2024-03-26T18:30:35.716Z | Compiling lazy_static v1.4.0 |
2316 | 2024-03-26T18:30:35.824Z | Compiling flagset v0.4.3 |
2317 | 2024-03-26T18:30:35.994Z | Compiling unicode-segmentation v1.10.1 |
2318 | 2024-03-26T18:30:36.018Z | Compiling siphasher v0.3.11 |
2319 | 2024-03-26T18:30:36.138Z | Compiling try-lock v0.2.4 |
2320 | 2024-03-26T18:30:36.276Z | Compiling bitflags v1.3.2 |
2321 | 2024-03-26T18:30:36.371Z | Compiling want v0.3.1 |
2322 | 2024-03-26T18:30:36.636Z | Compiling der v0.7.8 |
2323 | 2024-03-26T18:30:37.174Z | Compiling rustls-webpki v0.101.7 |
2324 | 2024-03-26T18:30:37.420Z | Compiling sct v0.7.0 |
2325 | 2024-03-26T18:30:37.649Z | Compiling h2 v0.3.24 |
2326 | 2024-03-26T18:30:38.539Z | Compiling http-body v0.4.5 |
2327 | 2024-03-26T18:30:39.491Z | Compiling openapiv3 v2.0.0 |
2328 | 2024-03-26T18:30:39.616Z | Compiling hubpack_derive v0.1.1 |
2329 | 2024-03-26T18:30:40.018Z | Compiling zerocopy-derive v0.6.4 |
2330 | 2024-03-26T18:30:40.276Z | Compiling idna v0.5.0 |
2331 | 2024-03-26T18:30:40.682Z | Compiling errno v0.3.8 |
2332 | 2024-03-26T18:30:40.865Z | Compiling usdt-impl v0.5.0 |
2333 | 2024-03-26T18:30:41.145Z | Compiling httpdate v1.0.3 |
2334 | 2024-03-26T18:30:41.445Z | Compiling stable_deref_trait v1.2.0 |
2335 | 2024-03-26T18:30:41.529Z | Compiling gimli v0.28.0 |
2336 | 2024-03-26T18:30:41.557Z | Compiling openssl-probe v0.1.5 |
2337 | 2024-03-26T18:30:41.610Z | Compiling tower-service v0.3.2 |
2338 | 2024-03-26T18:30:41.725Z | Compiling cpufeatures v0.2.12 |
2339 | 2024-03-26T18:30:41.790Z | Compiling anstyle v1.0.2 |
2340 | 2024-03-26T18:30:42.129Z | Compiling utf8parse v0.2.1 |
2341 | 2024-03-26T18:30:42.602Z | Compiling anstyle-parse v0.2.1 |
2342 | 2024-03-26T18:30:42.875Z | Compiling sha2 v0.10.8 |
2343 | 2024-03-26T18:30:43.076Z | Compiling url v2.5.0 |
2344 | 2024-03-26T18:30:43.877Z | Compiling hyper v0.14.28 |
2345 | 2024-03-26T18:30:45.366Z | Compiling addr2line v0.21.0 |
2346 | 2024-03-26T18:30:45.831Z | Compiling spki v0.7.2 |
2347 | 2024-03-26T18:30:46.132Z | Compiling usdt-attr-macro v0.3.5 |
2348 | 2024-03-26T18:30:46.473Z | Compiling usdt-macro v0.3.5 |
2349 | 2024-03-26T18:30:47.161Z | Compiling scroll v0.12.0 |
2350 | 2024-03-26T18:30:47.249Z | Compiling md-5 v0.10.5 |
2351 | 2024-03-26T18:30:47.567Z | Compiling serde_tokenstream v0.2.0 |
2352 | 2024-03-26T18:30:47.984Z | Compiling idna v0.3.0 |
2353 | 2024-03-26T18:30:49.073Z | Compiling stringprep v0.1.3 |
2354 | 2024-03-26T18:30:49.825Z | Compiling diesel_table_macro_syntax v0.1.0 |
2355 | 2024-03-26T18:30:50.138Z | Compiling num-integer v0.1.46 |
2356 | 2024-03-26T18:30:50.731Z | Compiling object v0.32.1 |
2357 | 2024-03-26T18:30:50.767Z | Compiling hash32 v0.2.1 |
2358 | 2024-03-26T18:30:51.493Z | Compiling plain v0.2.3 |
2359 | 2024-03-26T18:30:51.530Z | Compiling colorchoice v1.0.0 |
2360 | 2024-03-26T18:30:51.530Z | Compiling psl-types v2.0.11 |
2361 | 2024-03-26T18:30:51.530Z | Compiling fallible-iterator v0.2.0 |
2362 | 2024-03-26T18:30:52.122Z | Compiling rustc-demangle v0.1.23 |
2363 | 2024-03-26T18:30:54.117Z | Compiling anstyle-query v1.0.0 |
2364 | 2024-03-26T18:30:54.536Z | Compiling anstream v0.6.11 |
2365 | 2024-03-26T18:30:55.436Z | Compiling postgres-protocol v0.6.6 |
2366 | 2024-03-26T18:30:56.499Z | Compiling publicsuffix v2.2.3 |
2367 | 2024-03-26T18:30:56.715Z | Compiling goblin v0.8.0 |
2368 | 2024-03-26T18:30:56.759Z | Compiling diesel_derives v2.1.2 |
2369 | 2024-03-26T18:31:02.766Z | Compiling tokio-rustls v0.24.1 |
2370 | 2024-03-26T18:31:03.459Z | Compiling pkcs8 v0.10.2 |
2371 | 2024-03-26T18:31:03.873Z | Compiling terminal_size v0.3.0 |
2372 | 2024-03-26T18:31:03.903Z | Compiling tokio-native-tls v0.3.1 |
2373 | 2024-03-26T18:31:04.055Z | Compiling phf_shared v0.11.2 |
2374 | 2024-03-26T18:31:04.202Z | Compiling strum_macros v0.25.2 |
2375 | 2024-03-26T18:31:04.545Z | Compiling regress v0.9.0 |
2376 | 2024-03-26T18:31:04.659Z | Compiling block-padding v0.3.3 |
2377 | 2024-03-26T18:31:05.467Z | Compiling enum-as-inner v0.5.1 |
2378 | 2024-03-26T18:31:05.512Z | Compiling serde_repr v0.1.16 |
2379 | 2024-03-26T18:31:05.586Z | Compiling clap_derive v4.5.0 |
2380 | 2024-03-26T18:31:06.506Z | Compiling ff v0.13.0 |
2381 | 2024-03-26T18:31:06.725Z | Compiling scheduled-thread-pool v0.2.7 |
2382 | 2024-03-26T18:31:07.211Z | Compiling encoding_rs v0.8.33 |
2383 | 2024-03-26T18:31:07.265Z | Compiling strsim v0.11.0 |
2384 | 2024-03-26T18:31:07.339Z | Compiling clap_lex v0.7.0 |
2385 | 2024-03-26T18:31:07.726Z | Compiling mime v0.3.17 |
2386 | 2024-03-26T18:31:08.616Z | Compiling ident_case v1.0.1 |
2387 | 2024-03-26T18:31:08.779Z | Compiling pretty-hex v0.4.1 |
2388 | 2024-03-26T18:31:09.142Z | Compiling strsim v0.10.0 |
2389 | 2024-03-26T18:31:09.172Z | Compiling bit-vec v0.6.3 |
2390 | 2024-03-26T18:31:09.172Z | Compiling ipnet v2.9.0 |
2391 | 2024-03-26T18:31:09.172Z | Compiling regex-automata v0.1.10 |
2392 | 2024-03-26T18:31:09.346Z | Compiling matches v0.1.10 |
2393 | 2024-03-26T18:31:09.906Z | Compiling managed v0.8.0 |
2394 | 2024-03-26T18:31:09.906Z | Compiling base16ct v0.2.0 |
2395 | 2024-03-26T18:31:09.906Z | Compiling sec1 v0.7.3 |
2396 | 2024-03-26T18:31:09.975Z | Compiling bstr v0.2.17 |
2397 | 2024-03-26T18:31:10.183Z | Compiling idna v0.2.3 |
2398 | 2024-03-26T18:31:10.327Z | Compiling darling_core v0.20.3 |
2399 | 2024-03-26T18:31:11.050Z | Compiling dof v0.3.0 |
2400 | 2024-03-26T18:31:11.673Z | Compiling clap_builder v4.5.1 |
2401 | 2024-03-26T18:31:12.576Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2402 | 2024-03-26T18:31:14.511Z | Compiling r2d2 v0.8.10 |
2403 | 2024-03-26T18:31:14.814Z | Compiling group v0.13.0 |
2404 | 2024-03-26T18:31:22.013Z | Compiling inout v0.1.3 |
2405 | 2024-03-26T18:31:22.079Z | Compiling phf v0.11.2 |
2406 | 2024-03-26T18:31:22.079Z | Compiling hyper-tls v0.5.0 |
2407 | 2024-03-26T18:31:22.080Z | Compiling signal-hook-mio v0.2.3 |
2408 | 2024-03-26T18:31:22.080Z | Compiling bzip2 v0.4.4 |
2409 | 2024-03-26T18:31:22.080Z | Compiling hyper-rustls v0.24.2 |
2410 | 2024-03-26T18:31:22.080Z | Compiling flate2 v1.0.28 |
2411 | 2024-03-26T18:31:22.080Z | Compiling cookie_store v0.20.0 |
2412 | 2024-03-26T18:31:22.080Z | Compiling postgres-types v0.2.6 |
2413 | 2024-03-26T18:31:22.080Z | Compiling zerocopy v0.6.4 |
2414 | 2024-03-26T18:31:22.080Z | Compiling hubpack v0.1.2 |
2415 | 2024-03-26T18:31:22.080Z | Compiling phf_shared v0.10.0 |
2416 | 2024-03-26T18:31:22.080Z | Compiling rustls-pemfile v1.0.3 |
2417 | 2024-03-26T18:31:22.080Z | Compiling hkdf v0.12.4 |
2418 | 2024-03-26T18:31:22.080Z | Compiling serde_urlencoded v0.7.1 |
2419 | 2024-03-26T18:31:22.080Z | Compiling crossbeam-epoch v0.9.18 |
2420 | 2024-03-26T18:31:22.080Z | Compiling ipnetwork v0.20.0 |
2421 | 2024-03-26T18:31:22.132Z | Compiling futures-executor v0.3.30 |
2422 | 2024-03-26T18:31:22.132Z | Compiling dtrace-parser v0.2.0 |
2423 | 2024-03-26T18:31:22.132Z | Compiling crypto-bigint v0.5.2 |
2424 | 2024-03-26T18:31:22.132Z | Compiling float-cmp v0.9.0 |
2425 | 2024-03-26T18:31:22.132Z | Compiling data-encoding v2.4.0 |
2426 | 2024-03-26T18:31:22.133Z | Compiling webpki-roots v0.25.2 |
2427 | 2024-03-26T18:31:22.133Z | Compiling whoami v1.5.0 |
2428 | 2024-03-26T18:31:22.133Z | Compiling either v1.10.0 |
2429 | 2024-03-26T18:31:22.133Z | Compiling normalize-line-endings v0.3.0 |
2430 | 2024-03-26T18:31:22.133Z | Compiling predicates-core v1.0.6 |
2431 | 2024-03-26T18:31:22.133Z | Compiling difflib v0.4.0 |
2432 | 2024-03-26T18:31:22.133Z | Compiling fixedbitset v0.4.2 |
2433 | 2024-03-26T18:31:22.133Z | Compiling precomputed-hash v0.1.1 |
2434 | 2024-03-26T18:31:22.133Z | Compiling static_assertions v1.1.0 |
2435 | 2024-03-26T18:31:22.178Z | Compiling minimal-lexical v0.2.1 |
2436 | 2024-03-26T18:31:22.226Z | Compiling new_debug_unreachable v1.0.4 |
2437 | 2024-03-26T18:31:22.303Z | Compiling winnow v0.6.1 |
2438 | 2024-03-26T18:31:22.570Z | Compiling sync_wrapper v0.1.2 |
2439 | 2024-03-26T18:31:22.810Z | Compiling itertools v0.10.5 |
2440 | 2024-03-26T18:31:22.839Z | Compiling reqwest v0.11.24 |
2441 | 2024-03-26T18:31:23.166Z | Compiling nom v7.1.3 |
2442 | 2024-03-26T18:31:24.335Z | Compiling predicates v3.1.0 |
2443 | 2024-03-26T18:31:24.847Z | Compiling string_cache v0.8.7 |
2444 | 2024-03-26T18:31:25.027Z | Compiling toml_edit v0.22.6 |
2445 | 2024-03-26T18:31:25.201Z | Compiling petgraph v0.6.4 |
2446 | 2024-03-26T18:31:25.236Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2447 | 2024-03-26T18:31:25.601Z | Compiling tokio-postgres v0.7.10 |
2448 | 2024-03-26T18:31:26.014Z | Compiling elliptic-curve v0.13.8 |
2449 | 2024-03-26T18:31:26.626Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2450 | 2024-03-26T18:31:28.250Z | Compiling trust-dns-proto v0.22.0 |
2451 | 2024-03-26T18:31:29.886Z | Compiling futures v0.3.30 |
2452 | 2024-03-26T18:31:29.987Z | Compiling diesel v2.1.4 |
2453 | 2024-03-26T18:31:30.226Z | Compiling zip v0.6.6 |
2454 | 2024-03-26T18:31:30.599Z | Compiling crossterm v0.27.0 |
2455 | 2024-03-26T18:31:30.748Z | Compiling yasna v0.5.2 |
2456 | 2024-03-26T18:31:30.818Z | Compiling cipher v0.4.4 |
2457 | 2024-03-26T18:31:31.834Z | Compiling darling_macro v0.20.3 |
2458 | 2024-03-26T18:31:32.095Z | Compiling clap v4.5.1 |
2459 | 2024-03-26T18:31:32.194Z | Compiling similar v2.4.0 |
2460 | 2024-03-26T18:31:32.562Z | Compiling bit-set v0.5.3 |
2461 | 2024-03-26T18:31:32.920Z | Compiling num-iter v0.1.44 |
2462 | 2024-03-26T18:31:33.096Z | Compiling usdt v0.3.5 |
2463 | 2024-03-26T18:31:33.298Z | Compiling console v0.15.8 |
2464 | 2024-03-26T18:31:33.799Z | Compiling bstr v1.9.0 |
2465 | 2024-03-26T18:31:34.075Z | Compiling tokio-stream v0.1.14 |
2466 | 2024-03-26T18:31:34.338Z | Compiling toml v0.7.8 |
2467 | 2024-03-26T18:31:34.812Z | Compiling hex v0.4.3 |
2468 | 2024-03-26T18:31:34.873Z | Compiling proc-macro-error-attr v1.0.4 |
2469 | 2024-03-26T18:31:35.059Z | Compiling lalrpop-util v0.19.12 |
2470 | 2024-03-26T18:31:35.497Z | Compiling darling v0.20.3 |
2471 | 2024-03-26T18:31:35.529Z | Compiling proc-macro-crate v1.3.1 |
2472 | 2024-03-26T18:31:36.372Z | Compiling proc-macro-error v1.0.4 |
2473 | 2024-03-26T18:31:36.447Z | Compiling heapless v0.8.0 |
2474 | 2024-03-26T18:31:36.834Z | Compiling camino v1.1.6 |
2475 | 2024-03-26T18:31:37.685Z | Compiling num_enum_derive v0.5.11 |
2476 | 2024-03-26T18:31:44.103Z | Compiling atty v0.2.14 |
2477 | 2024-03-26T18:31:44.556Z | Compiling hash32 v0.3.1 |
2478 | 2024-03-26T18:31:44.862Z | Compiling smoltcp v0.11.0 |
2479 | 2024-03-26T18:31:45.339Z | Compiling rustls-pki-types v1.3.0 |
2480 | 2024-03-26T18:31:46.356Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2481 | 2024-03-26T18:31:58.283Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2482 | 2024-03-26T18:32:06.454Z | Compiling num_enum v0.5.11 |
2483 | 2024-03-26T18:32:08.676Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2484 | 2024-03-26T18:32:09.048Z | Compiling getopts v0.2.21 |
2485 | 2024-03-26T18:32:09.995Z | Compiling dirs-sys-next v0.1.2 |
2486 | 2024-03-26T18:32:10.093Z | Compiling cobs v0.2.3 |
2487 | 2024-03-26T18:32:10.965Z | Compiling rustls v0.22.2 |
2488 | 2024-03-26T18:32:11.078Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2489 | 2024-03-26T18:32:11.188Z | Compiling embedded-io v0.4.0 |
2490 | 2024-03-26T18:32:11.329Z | Compiling unsafe-libyaml v0.2.10 |
2491 | 2024-03-26T18:32:11.648Z | Compiling postcard v1.0.8 |
2492 | 2024-03-26T18:32:12.371Z | Compiling serde_yaml v0.9.25 |
2493 | 2024-03-26T18:32:14.191Z | Compiling dirs-next v2.0.0 |
2494 | 2024-03-26T18:32:15.381Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2495 | 2024-03-26T18:32:20.684Z | Compiling rustls-webpki v0.102.1 |
2496 | 2024-03-26T18:32:24.142Z | Compiling strum_macros v0.26.1 |
2497 | 2024-03-26T18:32:26.154Z | Compiling foreign-types-macros v0.2.3 |
2498 | 2024-03-26T18:32:26.544Z | Compiling structmeta-derive v0.3.0 |
2499 | 2024-03-26T18:32:26.844Z | Compiling thread_local v1.1.7 |
2500 | 2024-03-26T18:32:27.066Z | Compiling multer v3.0.0 |
2501 | 2024-03-26T18:32:27.178Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2502 | 2024-03-26T18:32:27.324Z | Compiling paste v1.0.14 |
2503 | 2024-03-26T18:32:27.558Z | Compiling slog-async v2.8.0 |
2504 | 2024-03-26T18:32:27.715Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2505 | 2024-03-26T18:32:27.913Z | Compiling foreign-types-shared v0.3.1 |
2506 | 2024-03-26T18:32:27.942Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2507 | 2024-03-26T18:32:28.044Z | Compiling match_cfg v0.1.0 |
2508 | 2024-03-26T18:32:28.619Z | Compiling structmeta v0.3.0 |
2509 | 2024-03-26T18:32:32.459Z | Compiling hostname v0.3.1 |
2510 | 2024-03-26T18:32:32.674Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2511 | 2024-03-26T18:32:33.890Z | Compiling foreign-types v0.5.0 |
2512 | 2024-03-26T18:32:34.379Z | Compiling strum v0.26.1 |
2513 | 2024-03-26T18:32:41.161Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2514 | 2024-03-26T18:32:42.792Z | Compiling term v0.7.0 |
2515 | 2024-03-26T18:32:43.681Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2516 | 2024-03-26T18:32:44.968Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2517 | 2024-03-26T18:32:45.727Z | Compiling slog-json v2.6.1 |
2518 | 2024-03-26T18:32:46.160Z | Compiling crossbeam-channel v0.5.8 |
2519 | 2024-03-26T18:32:46.892Z | Compiling tabwriter v1.4.0 |
2520 | 2024-03-26T18:32:47.144Z | Compiling http v1.0.0 |
2521 | 2024-03-26T18:32:47.569Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2522 | 2024-03-26T18:32:47.596Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2523 | 2024-03-26T18:32:47.622Z | Compiling async-stream-impl v0.3.5 |
2524 | 2024-03-26T18:32:48.180Z | Compiling cstr-argument v0.1.2 |
2525 | 2024-03-26T18:32:48.245Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2526 | 2024-03-26T18:32:48.495Z | Compiling take_mut v0.2.2 |
2527 | 2024-03-26T18:32:48.572Z | Compiling crucible-workspace-hack v0.1.0 |
2528 | 2024-03-26T18:32:48.620Z | Compiling fastrand v2.0.1 |
2529 | 2024-03-26T18:32:48.650Z | Compiling pretty-hex v0.2.1 |
2530 | 2024-03-26T18:32:48.715Z | Compiling rayon-core v1.12.1 |
2531 | 2024-03-26T18:32:48.817Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2532 | 2024-03-26T18:32:48.845Z | Compiling atomic-waker v1.1.1 |
2533 | 2024-03-26T18:32:48.969Z | Compiling waitgroup v0.1.2 |
2534 | 2024-03-26T18:32:49.005Z | Compiling tempfile v3.10.0 |
2535 | 2024-03-26T18:32:49.101Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2536 | 2024-03-26T18:32:49.186Z | Compiling async-stream v0.3.5 |
2537 | 2024-03-26T18:32:49.503Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2538 | 2024-03-26T18:32:50.494Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2539 | 2024-03-26T18:32:50.582Z | Compiling slog-bunyan v2.5.0 |
2540 | 2024-03-26T18:32:50.763Z | Compiling slog-term v2.9.0 |
2541 | 2024-03-26T18:32:50.810Z | Compiling tokio-rustls v0.25.0 |
2542 | 2024-03-26T18:32:51.176Z | Compiling parse-display-derive v0.9.0 |
2543 | 2024-03-26T18:32:51.781Z | Compiling toml v0.8.10 |
2544 | 2024-03-26T18:32:51.809Z | Compiling rustls-pemfile v2.1.1 |
2545 | 2024-03-26T18:32:51.880Z | Compiling serde_with_macros v3.6.1 |
2546 | 2024-03-26T18:32:52.432Z | Compiling sha1 v0.10.6 |
2547 | 2024-03-26T18:32:53.079Z | Compiling crossbeam-deque v0.8.3 |
2548 | 2024-03-26T18:32:53.106Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2549 | 2024-03-26T18:32:53.386Z | Compiling colored v2.1.0 |
2550 | 2024-03-26T18:32:54.009Z | Compiling newtype-uuid v1.0.1 |
2551 | 2024-03-26T18:32:54.273Z | Compiling serde_path_to_error v0.1.16 |
2552 | 2024-03-26T18:32:54.344Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2553 | 2024-03-26T18:32:54.455Z | Compiling socket2 v0.4.9 |
2554 | 2024-03-26T18:32:54.641Z | Compiling instant v0.1.12 |
2555 | 2024-03-26T18:32:54.793Z | Compiling debug-ignore v1.0.5 |
2556 | 2024-03-26T18:32:54.913Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2557 | 2024-03-26T18:32:54.939Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2558 | 2024-03-26T18:32:55.108Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2559 | 2024-03-26T18:32:55.873Z | Compiling backoff v0.4.0 |
2560 | 2024-03-26T18:32:56.139Z | Compiling parse-display v0.9.0 |
2561 | 2024-03-26T18:32:56.242Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2562 | 2024-03-26T18:32:56.566Z | Compiling serde_with v3.6.1 |
2563 | 2024-03-26T18:32:57.788Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2564 | 2024-03-26T18:32:58.313Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2565 | 2024-03-26T18:32:59.880Z | Compiling camino-tempfile v1.1.1 |
2566 | 2024-03-26T18:33:00.181Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2567 | 2024-03-26T18:33:00.206Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2568 | 2024-03-26T18:33:00.330Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2569 | 2024-03-26T18:33:00.526Z | Compiling heck v0.3.3 |
2570 | 2024-03-26T18:33:00.554Z | Compiling textwrap v0.11.0 |
2571 | 2024-03-26T18:33:00.824Z | Compiling macaddr v1.0.1 |
2572 | 2024-03-26T18:33:01.349Z | Compiling num-derive v0.4.0 |
2573 | 2024-03-26T18:33:01.380Z | Compiling strsim v0.8.0 |
2574 | 2024-03-26T18:33:01.410Z | Compiling vec_map v0.8.2 |
2575 | 2024-03-26T18:33:01.671Z | Compiling libefi-sys v0.1.0 |
2576 | 2024-03-26T18:33:01.904Z | Compiling ansi_term v0.12.1 |
2577 | 2024-03-26T18:33:02.425Z | Compiling clap v2.34.0 |
2578 | 2024-03-26T18:33:02.501Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2579 | 2024-03-26T18:33:02.546Z | Compiling structopt-derive v0.4.18 |
2580 | 2024-03-26T18:33:02.908Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2581 | 2024-03-26T18:33:04.229Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2582 | 2024-03-26T18:33:04.537Z | Compiling rayon v1.9.0 |
2583 | 2024-03-26T18:33:04.665Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2584 | 2024-03-26T18:33:05.488Z | Compiling smf v0.2.2 |
2585 | 2024-03-26T18:33:05.637Z | Compiling blake3 v1.5.0 |
2586 | 2024-03-26T18:33:06.060Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2587 | 2024-03-26T18:33:06.351Z | Compiling portable-atomic v1.4.3 |
2588 | 2024-03-26T18:33:07.091Z | Compiling structopt v0.3.26 |
2589 | 2024-03-26T18:33:07.347Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2590 | 2024-03-26T18:33:07.590Z | Compiling memmap2 v0.7.1 |
2591 | 2024-03-26T18:33:07.653Z | Compiling filetime v0.2.23 |
2592 | 2024-03-26T18:33:07.927Z | Compiling xattr v1.0.1 |
2593 | 2024-03-26T18:33:08.023Z | Compiling arrayvec v0.7.4 |
2594 | 2024-03-26T18:33:08.184Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2595 | 2024-03-26T18:33:08.317Z | Compiling same-file v1.0.6 |
2596 | 2024-03-26T18:33:08.341Z | Compiling arrayref v0.3.7 |
2597 | 2024-03-26T18:33:08.423Z | Compiling constant_time_eq v0.3.0 |
2598 | 2024-03-26T18:33:08.447Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2599 | 2024-03-26T18:33:08.578Z | Compiling walkdir v2.4.0 |
2600 | 2024-03-26T18:33:09.075Z | Compiling tar v0.4.40 |
2601 | 2024-03-26T18:33:09.908Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2602 | 2024-03-26T18:33:10.193Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2603 | 2024-03-26T18:33:10.608Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2604 | 2024-03-26T18:33:11.306Z | Compiling gethostname v0.4.3 |
2605 | 2024-03-26T18:33:11.523Z | Compiling topological-sort v0.2.2 |
2606 | 2024-03-26T18:33:11.723Z | Compiling number_prefix v0.4.0 |
2607 | 2024-03-26T18:33:11.942Z | Compiling indicatif v0.17.8 |
2608 | 2024-03-26T18:33:12.472Z | Compiling omicron-zone-package v0.11.0 |
2609 | 2024-03-26T18:33:12.500Z | Compiling swrite v0.1.0 |
2610 | 2024-03-26T18:33:17.453Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2611 | 2024-03-26T18:33:19.826Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2612 | 2024-03-26T18:33:20.439Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2613 | 2024-03-26T18:33:21.651Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2614 | 2024-03-26T18:33:38.708Z | Finished release [optimized] target(s) in 3m 47s |
2615 | 2024-03-26T18:33:38.766Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
2616 | 2024-03-26T18:33:38.810Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2617 | 2024-03-26T18:33:38.839Z | Created new build target 'default' and set it as active |
2618 | 2024-03-26T18:33:38.839Z | ++ cargo run --release --bin omicron-package -- package |
2619 | 2024-03-26T18:33:39.722Z | Compiling ring v0.16.20 |
2620 | 2024-03-26T18:33:41.225Z | Compiling sct v0.7.0 |
2621 | 2024-03-26T18:33:41.388Z | Compiling rustls v0.21.9 |
2622 | 2024-03-26T18:33:48.166Z | Compiling tokio-rustls v0.24.1 |
2623 | 2024-03-26T18:33:48.258Z | Compiling hyper-rustls v0.24.2 |
2624 | 2024-03-26T18:33:48.259Z | Compiling reqwest v0.11.24 |
2625 | 2024-03-26T18:33:48.259Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2626 | 2024-03-26T18:33:48.259Z | Compiling omicron-zone-package v0.11.0 |
2627 | 2024-03-26T18:33:48.259Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2628 | 2024-03-26T18:33:48.260Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2629 | 2024-03-26T18:33:52.979Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2630 | 2024-03-26T18:33:53.134Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2631 | 2024-03-26T18:33:53.643Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2632 | 2024-03-26T18:33:54.793Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2633 | 2024-03-26T18:34:01.136Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2634 | 2024-03-26T18:34:03.444Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2635 | 2024-03-26T18:34:03.917Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2636 | 2024-03-26T18:34:05.251Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2637 | 2024-03-26T18:34:21.579Z | Finished release [optimized] target(s) in 42.70s |
2638 | 2024-03-26T18:34:21.636Z | Running `target/release/omicron-package package` |
2639 | 2024-03-26T18:34:21.691Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2640 | 2024-03-26T18:34:22.731Z | Compiling base64 v0.22.0 |
2641 | 2024-03-26T18:34:22.758Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2642 | 2024-03-26T18:34:22.783Z | Compiling linked-hash-map v0.5.6 |
2643 | 2024-03-26T18:34:22.783Z | Compiling password-hash v0.5.0 |
2644 | 2024-03-26T18:34:22.784Z | Compiling usdt-macro v0.5.0 |
2645 | 2024-03-26T18:34:22.784Z | Compiling usdt-attr-macro v0.5.0 |
2646 | 2024-03-26T18:34:22.784Z | Compiling blake2 v0.10.6 |
2647 | 2024-03-26T18:34:22.809Z | Compiling memmap v0.7.0 |
2648 | 2024-03-26T18:34:23.083Z | Compiling lru-cache v0.1.2 |
2649 | 2024-03-26T18:34:23.200Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2650 | 2024-03-26T18:34:23.259Z | Compiling argon2 v0.5.3 |
2651 | 2024-03-26T18:34:23.616Z | Compiling semver v0.1.20 |
2652 | 2024-03-26T18:34:23.789Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2653 | 2024-03-26T18:34:23.876Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2654 | 2024-03-26T18:34:24.409Z | Compiling usdt v0.5.0 |
2655 | 2024-03-26T18:34:24.438Z | Compiling rustc_version v0.1.7 |
2656 | 2024-03-26T18:34:24.438Z | Compiling quick-error v1.2.3 |
2657 | 2024-03-26T18:34:24.438Z | Compiling humantime v2.1.0 |
2658 | 2024-03-26T18:34:24.438Z | Compiling newtype_derive v0.1.6 |
2659 | 2024-03-26T18:34:24.438Z | Compiling resolv-conf v0.7.0 |
2660 | 2024-03-26T18:34:24.614Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2661 | 2024-03-26T18:34:24.760Z | Compiling steno v0.4.0 |
2662 | 2024-03-26T18:34:24.909Z | Compiling trust-dns-resolver v0.22.0 |
2663 | 2024-03-26T18:34:25.245Z | Compiling itertools v0.12.1 |
2664 | 2024-03-26T18:34:25.316Z | Compiling derive-where v1.2.7 |
2665 | 2024-03-26T18:34:25.668Z | Compiling slog-dtrace v0.3.0 |
2666 | 2024-03-26T18:34:25.973Z | Compiling num-rational v0.4.1 |
2667 | 2024-03-26T18:34:27.290Z | Compiling nibble_vec v0.1.0 |
2668 | 2024-03-26T18:34:27.474Z | Compiling radium v0.7.0 |
2669 | 2024-03-26T18:34:27.660Z | Compiling endian-type v0.1.2 |
2670 | 2024-03-26T18:34:27.833Z | Compiling radix_trie v0.2.1 |
2671 | 2024-03-26T18:34:28.292Z | Compiling num-complex v0.4.4 |
2672 | 2024-03-26T18:34:28.322Z | Compiling tap v1.0.1 |
2673 | 2024-03-26T18:34:28.354Z | Compiling maybe-uninit v2.0.0 |
2674 | 2024-03-26T18:34:28.584Z | Compiling wyz v0.5.1 |
2675 | 2024-03-26T18:34:28.763Z | Compiling num v0.4.1 |
2676 | 2024-03-26T18:34:28.865Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2677 | 2024-03-26T18:34:28.961Z | Compiling num-bigint-dig v0.8.4 |
2678 | 2024-03-26T18:34:29.179Z | Compiling funty v2.0.0 |
2679 | 2024-03-26T18:34:29.294Z | Compiling cancel-safe-futures v0.1.5 |
2680 | 2024-03-26T18:34:29.568Z | Compiling packed_struct v0.10.1 |
2681 | 2024-03-26T18:34:29.665Z | Compiling crc-catalog v2.2.0 |
2682 | 2024-03-26T18:34:29.790Z | Compiling crc v3.0.1 |
2683 | 2024-03-26T18:34:29.845Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2684 | 2024-03-26T18:34:30.034Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2685 | 2024-03-26T18:34:30.806Z | Compiling bitvec v1.0.1 |
2686 | 2024-03-26T18:34:31.178Z | Compiling fxhash v0.2.1 |
2687 | 2024-03-26T18:34:31.385Z | Compiling packed_struct_codegen v0.10.1 |
2688 | 2024-03-26T18:34:33.335Z | Compiling indexmap v1.9.3 |
2689 | 2024-03-26T18:34:33.568Z | Compiling utf-8 v0.7.6 |
2690 | 2024-03-26T18:34:33.664Z | Compiling display-error-chain v0.2.0 |
2691 | 2024-03-26T18:34:33.819Z | Compiling nodrop v0.1.14 |
2692 | 2024-03-26T18:34:33.853Z | Compiling tungstenite v0.20.1 |
2693 | 2024-03-26T18:34:33.940Z | Compiling array-init v0.0.4 |
2694 | 2024-03-26T18:34:34.839Z | Compiling smallvec v0.6.14 |
2695 | 2024-03-26T18:34:35.759Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2696 | 2024-03-26T18:34:37.774Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2697 | 2024-03-26T18:34:38.046Z | Compiling rayon-core v1.12.1 |
2698 | 2024-03-26T18:34:38.071Z | Compiling pkcs1 v0.7.5 |
2699 | 2024-03-26T18:34:41.120Z | Compiling is-terminal v0.4.9 |
2700 | 2024-03-26T18:34:41.236Z | Compiling signature v2.1.0 |
2701 | 2024-03-26T18:34:41.444Z | Compiling crossbeam-deque v0.8.3 |
2702 | 2024-03-26T18:34:41.724Z | Compiling half v2.3.1 |
2703 | 2024-03-26T18:34:42.268Z | Compiling fastrand v2.0.1 |
2704 | 2024-03-26T18:34:42.643Z | Compiling termcolor v1.2.0 |
2705 | 2024-03-26T18:34:42.702Z | Compiling ciborium-io v0.2.2 |
2706 | 2024-03-26T18:34:42.816Z | Compiling hashbrown v0.12.3 |
2707 | 2024-03-26T18:34:43.206Z | Compiling same-file v1.0.6 |
2708 | 2024-03-26T18:34:43.398Z | Compiling bitfield v0.14.0 |
2709 | 2024-03-26T18:34:43.471Z | Compiling walkdir v2.4.0 |
2710 | 2024-03-26T18:34:43.636Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2711 | 2024-03-26T18:34:44.019Z | Compiling env_logger v0.10.0 |
2712 | 2024-03-26T18:34:44.130Z | Compiling ciborium-ll v0.2.2 |
2713 | 2024-03-26T18:34:44.525Z | Compiling tempfile v3.10.0 |
2714 | 2024-03-26T18:34:45.208Z | Compiling rsa v0.9.2 |
2715 | 2024-03-26T18:34:45.960Z | Compiling serde-hex v0.1.0 |
2716 | 2024-03-26T18:34:47.085Z | Compiling tokio-tungstenite v0.20.1 |
2717 | 2024-03-26T18:34:47.541Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2718 | 2024-03-26T18:34:47.816Z | Compiling camino v1.1.6 |
2719 | 2024-03-26T18:34:47.883Z | Compiling x509-cert v0.2.4 |
2720 | 2024-03-26T18:34:48.812Z | Compiling ron v0.8.1 |
2721 | 2024-03-26T18:34:49.375Z | Compiling hashbrown v0.13.2 |
2722 | 2024-03-26T18:34:50.033Z | Compiling semver-parser v0.10.2 |
2723 | 2024-03-26T18:34:50.435Z | Compiling unicase v2.7.0 |
2724 | 2024-03-26T18:34:50.658Z | Compiling crc-any v2.4.3 |
2725 | 2024-03-26T18:34:51.411Z | Compiling semver v0.11.0 |
2726 | 2024-03-26T18:34:51.465Z | Compiling blake3 v1.5.0 |
2727 | 2024-03-26T18:34:51.716Z | Compiling object v0.30.4 |
2728 | 2024-03-26T18:34:51.985Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2729 | 2024-03-26T18:34:52.954Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2730 | 2024-03-26T18:34:53.566Z | Compiling rayon v1.9.0 |
2731 | 2024-03-26T18:34:54.068Z | Compiling ciborium v0.2.2 |
2732 | 2024-03-26T18:34:55.776Z | Compiling filetime v0.2.23 |
2733 | 2024-03-26T18:34:56.023Z | Compiling xattr v1.0.1 |
2734 | 2024-03-26T18:34:56.233Z | Compiling memmap2 v0.7.1 |
2735 | 2024-03-26T18:34:56.547Z | Compiling dirs-sys-next v0.1.2 |
2736 | 2024-03-26T18:34:56.964Z | Compiling constant_time_eq v0.3.0 |
2737 | 2024-03-26T18:34:57.095Z | Compiling path-slash v0.1.5 |
2738 | 2024-03-26T18:34:57.229Z | Compiling glob v0.3.1 |
2739 | 2024-03-26T18:34:57.291Z | Compiling arrayref v0.3.7 |
2740 | 2024-03-26T18:34:57.316Z | Compiling crunchy v0.2.2 |
2741 | 2024-03-26T18:34:57.377Z | Compiling home v0.5.5 |
2742 | 2024-03-26T18:34:57.579Z | Compiling arrayvec v0.7.4 |
2743 | 2024-03-26T18:34:57.647Z | Compiling arc-swap v1.6.0 |
2744 | 2024-03-26T18:34:57.866Z | Compiling clang-sys v1.6.1 |
2745 | 2024-03-26T18:34:58.246Z | Compiling slog-scope v4.4.0 |
2746 | 2024-03-26T18:34:58.400Z | Compiling toolchain_find v0.2.0 |
2747 | 2024-03-26T18:34:58.840Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2748 | 2024-03-26T18:34:58.987Z | Compiling dirs-next v2.0.0 |
2749 | 2024-03-26T18:34:59.011Z | Compiling tar v0.4.40 |
2750 | 2024-03-26T18:34:59.142Z | Compiling camino-tempfile v1.1.1 |
2751 | 2024-03-26T18:34:59.472Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2752 | 2024-03-26T18:34:59.833Z | Compiling libsw v3.3.1 |
2753 | 2024-03-26T18:35:00.391Z | Compiling toml v0.5.11 |
2754 | 2024-03-26T18:35:00.559Z | Compiling prettyplease v0.2.16 |
2755 | 2024-03-26T18:35:00.772Z | Compiling topological-sort v0.2.2 |
2756 | 2024-03-26T18:35:00.948Z | Compiling linear-map v1.2.0 |
2757 | 2024-03-26T18:35:01.284Z | Compiling owo-colors v4.0.0 |
2758 | 2024-03-26T18:35:02.417Z | Compiling convert_case v0.4.0 |
2759 | 2024-03-26T18:35:02.673Z | Compiling tiny-keccak v2.0.2 |
2760 | 2024-03-26T18:35:02.899Z | Compiling parking_lot_core v0.8.6 |
2761 | 2024-03-26T18:35:03.079Z | Compiling derive_more v0.99.17 |
2762 | 2024-03-26T18:35:03.278Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2763 | 2024-03-26T18:35:03.755Z | Compiling rustfmt-wrapper v0.2.0 |
2764 | 2024-03-26T18:35:03.797Z | Compiling omicron-zone-package v0.11.0 |
2765 | 2024-03-26T18:35:06.763Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2766 | 2024-03-26T18:35:06.943Z | Compiling term v0.7.0 |
2767 | 2024-03-26T18:35:07.996Z | Compiling slog-stdlog v4.1.1 |
2768 | 2024-03-26T18:35:08.559Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2769 | 2024-03-26T18:35:08.585Z | Compiling darling_core v0.14.4 |
2770 | 2024-03-26T18:35:08.609Z | Compiling toml v0.8.10 |
2771 | 2024-03-26T18:35:09.102Z | Compiling slog-envlogger v2.2.0 |
2772 | 2024-03-26T18:35:09.501Z | Compiling ascii-canvas v3.0.0 |
2773 | 2024-03-26T18:35:09.845Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2774 | 2024-03-26T18:35:09.888Z | Compiling pem v3.0.2 |
2775 | 2024-03-26T18:35:10.465Z | Compiling ena v0.14.2 |
2776 | 2024-03-26T18:35:10.791Z | Compiling libloading v0.7.4 |
2777 | 2024-03-26T18:35:11.130Z | Compiling platforms v3.0.2 |
2778 | 2024-03-26T18:35:11.194Z | Compiling bindgen v0.69.2 |
2779 | 2024-03-26T18:35:11.346Z | Compiling regex-syntax v0.6.29 |
2780 | 2024-03-26T18:35:11.412Z | Compiling diff v0.1.13 |
2781 | 2024-03-26T18:35:11.873Z | Compiling parking_lot v0.11.2 |
2782 | 2024-03-26T18:35:12.326Z | Compiling darling_macro v0.14.4 |
2783 | 2024-03-26T18:35:13.008Z | Compiling darling v0.14.4 |
2784 | 2024-03-26T18:35:13.097Z | Compiling mime_guess v2.0.4 |
2785 | 2024-03-26T18:35:13.945Z | Compiling lalrpop v0.19.12 |
2786 | 2024-03-26T18:35:14.658Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2787 | 2024-03-26T18:35:15.675Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2788 | 2024-03-26T18:35:15.898Z | Compiling trust-dns-client v0.22.0 |
2789 | 2024-03-26T18:35:16.527Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2790 | 2024-03-26T18:35:16.613Z | Compiling cexpr v0.6.0 |
2791 | 2024-03-26T18:35:16.717Z | Compiling which v4.4.0 |
2792 | 2024-03-26T18:35:17.790Z | Compiling vte_generate_state_changes v0.1.1 |
2793 | 2024-03-26T18:35:18.274Z | Compiling doc-comment v0.3.3 |
2794 | 2024-03-26T18:35:18.653Z | Compiling rustc-hash v1.1.0 |
2795 | 2024-03-26T18:35:18.787Z | Compiling buf-list v1.0.3 |
2796 | 2024-03-26T18:35:19.234Z | Compiling ref-cast v1.0.20 |
2797 | 2024-03-26T18:35:19.608Z | Compiling lazycell v1.3.0 |
2798 | 2024-03-26T18:35:19.677Z | Compiling peeking_take_while v0.1.2 |
2799 | 2024-03-26T18:35:19.776Z | Compiling shlex v1.3.0 |
2800 | 2024-03-26T18:35:20.112Z | Compiling trust-dns-server v0.22.1 |
2801 | 2024-03-26T18:35:20.172Z | Compiling vte v0.11.1 |
2802 | 2024-03-26T18:35:22.079Z | Compiling derive_builder_core v0.12.0 |
2803 | 2024-03-26T18:35:23.701Z | Compiling sled v0.34.7 |
2804 | 2024-03-26T18:35:24.917Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2805 | 2024-03-26T18:35:25.459Z | Compiling headers-core v0.2.0 |
2806 | 2024-03-26T18:35:25.459Z | Compiling libxml v0.3.3 |
2807 | 2024-03-26T18:35:25.459Z | Compiling ref-cast-impl v1.0.20 |
2808 | 2024-03-26T18:35:25.459Z | Compiling pin-project-internal v1.1.3 |
2809 | 2024-03-26T18:35:26.039Z | Compiling memoffset v0.7.1 |
2810 | 2024-03-26T18:35:26.272Z | Compiling bytecount v0.6.3 |
2811 | 2024-03-26T18:35:26.532Z | Compiling papergrid v0.11.0 |
2812 | 2024-03-26T18:35:27.501Z | Compiling pin-project v1.1.3 |
2813 | 2024-03-26T18:35:27.618Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2814 | 2024-03-26T18:35:31.055Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2815 | 2024-03-26T18:35:32.474Z | Compiling headers v0.3.9 |
2816 | 2024-03-26T18:35:35.580Z | Compiling curve25519-dalek v4.1.1 |
2817 | 2024-03-26T18:35:35.781Z | Compiling polar-core v0.27.0 |
2818 | 2024-03-26T18:35:35.921Z | Compiling derive_builder_macro v0.12.0 |
2819 | 2024-03-26T18:35:37.244Z | Compiling strip-ansi-escapes v0.2.0 |
2820 | 2024-03-26T18:35:37.859Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2821 | 2024-03-26T18:35:37.900Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2822 | 2024-03-26T18:35:38.340Z | Compiling tabled_derive v0.7.0 |
2823 | 2024-03-26T18:35:40.017Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2824 | 2024-03-26T18:35:40.704Z | Compiling fd-lock v3.0.13 |
2825 | 2024-03-26T18:35:40.729Z | Compiling strum_macros v0.24.3 |
2826 | 2024-03-26T18:35:41.782Z | Compiling kstat-rs v0.2.3 |
2827 | 2024-03-26T18:35:42.534Z | Compiling snafu-derive v0.7.5 |
2828 | 2024-03-26T18:35:43.137Z | Compiling fs-err v2.11.0 |
2829 | 2024-03-26T18:35:43.352Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2830 | 2024-03-26T18:35:43.583Z | Compiling cookie v0.18.0 |
2831 | 2024-03-26T18:35:43.813Z | Compiling keccak v0.1.4 |
2832 | 2024-03-26T18:35:44.059Z | Compiling indoc v1.0.9 |
2833 | 2024-03-26T18:35:44.488Z | Compiling strum v0.25.0 |
2834 | 2024-03-26T18:35:44.650Z | Compiling nu-ansi-term v0.50.0 |
2835 | 2024-03-26T18:35:44.765Z | Compiling sha3 v0.10.8 |
2836 | 2024-03-26T18:35:45.458Z | Compiling reedline v0.30.0 |
2837 | 2024-03-26T18:35:45.844Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2838 | 2024-03-26T18:35:46.287Z | Compiling snafu v0.7.5 |
2839 | 2024-03-26T18:35:48.647Z | Compiling tabled v0.15.0 |
2840 | 2024-03-26T18:35:51.733Z | Compiling derive_builder v0.12.0 |
2841 | 2024-03-26T18:35:55.166Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2842 | 2024-03-26T18:35:55.921Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2843 | 2024-03-26T18:35:57.915Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2844 | 2024-03-26T18:35:58.131Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2845 | 2024-03-26T18:35:59.324Z | Compiling globset v0.4.13 |
2846 | 2024-03-26T18:36:02.595Z | Compiling fd-lock v4.0.2 |
2847 | 2024-03-26T18:36:02.805Z | Compiling olpc-cjson v0.1.3 |
2848 | 2024-03-26T18:36:03.103Z | Compiling bb8 v0.8.3 |
2849 | 2024-03-26T18:36:03.556Z | Compiling universal-hash v0.5.1 |
2850 | 2024-03-26T18:36:03.754Z | Compiling nix v0.27.1 |
2851 | 2024-03-26T18:36:04.480Z | Compiling secrecy v0.8.0 |
2852 | 2024-03-26T18:36:04.718Z | Compiling serde_plain v1.0.2 |
2853 | 2024-03-26T18:36:05.178Z | Compiling quick-xml v0.30.0 |
2854 | 2024-03-26T18:36:05.923Z | Compiling oso-derive v0.27.0 |
2855 | 2024-03-26T18:36:06.361Z | Compiling impl-trait-for-tuples v0.2.2 |
2856 | 2024-03-26T18:36:06.761Z | Compiling thiserror-impl-no-std v2.0.2 |
2857 | 2024-03-26T18:36:08.654Z | Compiling nanorand v0.7.0 |
2858 | 2024-03-26T18:36:08.944Z | Compiling async-recursion v1.0.5 |
2859 | 2024-03-26T18:36:09.252Z | Compiling curve25519-dalek-derive v0.1.0 |
2860 | 2024-03-26T18:36:09.732Z | Compiling sqlparser_derive v0.2.2 |
2861 | 2024-03-26T18:36:10.170Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2862 | 2024-03-26T18:36:10.347Z | Compiling unicode_categories v0.1.1 |
2863 | 2024-03-26T18:36:10.429Z | Compiling typed-path v0.7.0 |
2864 | 2024-03-26T18:36:10.457Z | Compiling opaque-debug v0.3.0 |
2865 | 2024-03-26T18:36:10.565Z | Compiling maplit v1.0.2 |
2866 | 2024-03-26T18:36:10.617Z | Compiling salty v0.2.0 |
2867 | 2024-03-26T18:36:10.645Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2868 | 2024-03-26T18:36:10.672Z | Compiling signature v1.6.4 |
2869 | 2024-03-26T18:36:10.932Z | Compiling rustyline v13.0.0 |
2870 | 2024-03-26T18:36:10.958Z | Compiling ed25519 v1.5.3 |
2871 | 2024-03-26T18:36:11.078Z | Compiling sqlformat v0.2.3 |
2872 | 2024-03-26T18:36:11.198Z | Compiling sqlparser v0.43.1 |
2873 | 2024-03-26T18:36:14.062Z | Compiling oso v0.27.0 |
2874 | 2024-03-26T18:36:15.783Z | Compiling tough v0.16.0 |
2875 | 2024-03-26T18:36:17.531Z | Compiling poly1305 v0.8.0 |
2876 | 2024-03-26T18:36:24.122Z | Compiling flume v0.11.0 |
2877 | 2024-03-26T18:36:24.708Z | Compiling thiserror-no-std v2.0.2 |
2878 | 2024-03-26T18:36:24.813Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2879 | 2024-03-26T18:36:25.316Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2880 | 2024-03-26T18:36:29.214Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2881 | 2024-03-26T18:36:34.052Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2882 | 2024-03-26T18:36:34.760Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2883 | 2024-03-26T18:36:35.206Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2884 | 2024-03-26T18:36:35.499Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2885 | 2024-03-26T18:36:35.756Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2886 | 2024-03-26T18:36:35.917Z | Compiling chacha20 v0.9.1 |
2887 | 2024-03-26T18:36:36.286Z | Compiling aead v0.5.2 |
2888 | 2024-03-26T18:36:36.559Z | Compiling bcs v0.1.6 |
2889 | 2024-03-26T18:36:37.307Z | Compiling serde-big-array v0.5.1 |
2890 | 2024-03-26T18:36:37.516Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2891 | 2024-03-26T18:36:38.169Z | Compiling parse-size v1.0.0 |
2892 | 2024-03-26T18:36:38.433Z | Compiling highway v1.1.0 |
2893 | 2024-03-26T18:36:39.621Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2894 | 2024-03-26T18:36:43.059Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2895 | 2024-03-26T18:36:44.891Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2896 | 2024-03-26T18:36:48.487Z | Compiling chacha20poly1305 v0.10.1 |
2897 | 2024-03-26T18:36:48.681Z | Compiling vsss-rs v3.3.4 |
2898 | 2024-03-26T18:36:52.457Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2899 | 2024-03-26T18:36:53.004Z | Compiling signal-hook-tokio v0.3.1 |
2900 | 2024-03-26T18:36:53.579Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2901 | 2024-03-26T18:36:54.291Z | Compiling castaway v0.2.2 |
2902 | 2024-03-26T18:36:54.441Z | Compiling serde-big-array v0.4.1 |
2903 | 2024-03-26T18:36:54.986Z | Compiling http-range v0.1.5 |
2904 | 2024-03-26T18:36:55.055Z | Compiling hyper-staticfile v0.9.5 |
2905 | 2024-03-26T18:36:56.641Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2906 | 2024-03-26T18:36:57.624Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2907 | 2024-03-26T18:36:57.781Z | Compiling compact_str v0.7.1 |
2908 | 2024-03-26T18:36:58.762Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2909 | 2024-03-26T18:36:59.003Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2910 | 2024-03-26T18:37:06.617Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2911 | 2024-03-26T18:37:10.102Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2912 | 2024-03-26T18:37:11.604Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2913 | 2024-03-26T18:37:11.856Z | Compiling lru v0.12.1 |
2914 | 2024-03-26T18:37:12.160Z | Compiling stability v0.1.1 |
2915 | 2024-03-26T18:37:12.895Z | Compiling corncobs v0.1.3 |
2916 | 2024-03-26T18:37:13.221Z | Compiling indoc v2.0.3 |
2917 | 2024-03-26T18:37:14.036Z | Compiling cassowary v0.3.0 |
2918 | 2024-03-26T18:37:15.709Z | Compiling ratatui v0.26.1 |
2919 | 2024-03-26T18:37:15.733Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2920 | 2024-03-26T18:37:15.952Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2921 | 2024-03-26T18:37:16.388Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2922 | 2024-03-26T18:37:17.561Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2923 | 2024-03-26T18:37:19.573Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2924 | 2024-03-26T18:37:21.665Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2925 | 2024-03-26T18:37:21.904Z | Compiling rand_seeder v0.2.3 |
2926 | 2024-03-26T18:37:22.216Z | Compiling smawk v0.3.1 |
2927 | 2024-03-26T18:37:22.414Z | Compiling unicode-linebreak v0.1.5 |
2928 | 2024-03-26T18:37:22.846Z | Compiling textwrap v0.16.1 |
2929 | 2024-03-26T18:37:25.894Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2930 | 2024-03-26T18:37:29.303Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2931 | 2024-03-26T18:37:30.666Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2932 | 2024-03-26T18:37:33.898Z | Compiling rcgen v0.12.1 |
2933 | 2024-03-26T18:37:34.802Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2934 | 2024-03-26T18:37:35.128Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2935 | 2024-03-26T18:37:40.221Z | Compiling atomicwrites v0.4.3 |
2936 | 2024-03-26T18:37:40.699Z | Compiling fatfs v0.3.6 |
2937 | 2024-03-26T18:37:41.074Z | Compiling subprocess v0.2.9 |
2938 | 2024-03-26T18:37:41.629Z | Compiling rtoolbox v0.0.1 |
2939 | 2024-03-26T18:37:41.983Z | Compiling is_ci v1.2.0 |
2940 | 2024-03-26T18:37:42.238Z | Compiling assert_matches v1.5.0 |
2941 | 2024-03-26T18:37:42.274Z | Compiling supports-color v3.0.0 |
2942 | 2024-03-26T18:37:42.806Z | Compiling rpassword v7.3.1 |
2943 | 2024-03-26T18:37:43.042Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2944 | 2024-03-26T18:37:43.187Z | Compiling tui-tree-widget v0.17.0 |
2945 | 2024-03-26T18:37:43.515Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2946 | 2024-03-26T18:37:45.290Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2947 | 2024-03-26T18:37:48.531Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2948 | 2024-03-26T18:37:49.154Z | Compiling csv-core v0.1.11 |
2949 | 2024-03-26T18:37:49.482Z | Compiling shell-words v1.1.0 |
2950 | 2024-03-26T18:37:49.944Z | Compiling csv v1.3.0 |
2951 | 2024-03-26T18:37:49.970Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2952 | 2024-03-26T18:37:51.315Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2953 | 2024-03-26T18:38:21.825Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2954 | 2024-03-26T18:38:27.650Z | Compiling multimap v0.10.0 |
2955 | 2024-03-26T18:39:33.727Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2956 | 2024-03-26T18:39:53.593Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2957 | 2024-03-26T18:39:58.219Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2958 | 2024-03-26T18:45:13.003Z | Finished release [optimized] target(s) in 10m 51s |
2959 | 2024-03-26T18:46:43.960Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
2960 | 2024-03-26T18:46:43.960Z | ++ rm -rf cargo-bay/g0/omicron |
2961 | 2024-03-26T18:46:44.396Z | ++ mkdir -p cargo-bay/g0/omicron |
2962 | 2024-03-26T18:46:44.396Z | ++ 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/ |
2963 | 2024-03-26T18:46:44.396Z | sending incremental file list |
2964 | 2024-03-26T18:46:44.396Z | omicron-package |
2965 | 2024-03-26T18:46:44.433Z |
32,768 0% 0.00kB/s 0:00:00
40,143,440 100% 153.62MB/s 0:00:00 (xfr#1, to-chk=254/255) |
2966 | 2024-03-26T18:46:44.433Z | package-manifest.toml |
2967 | 2024-03-26T18:46:44.433Z |
26,511 100% 103.97kB/s 0:00:00
26,511 100% 103.97kB/s 0:00:00 (xfr#2, to-chk=253/255) |
2968 | 2024-03-26T18:46:44.433Z | out/ |
2969 | 2024-03-26T18:46:44.433Z | out/LOG |
2970 | 2024-03-26T18:46:44.433Z |
32,768 14% 128.51kB/s 0:00:01
233,960 100% 917.58kB/s 0:00:00 (xfr#3, to-chk=249/255) |
2971 | 2024-03-26T18:46:44.433Z | out/clickhouse.tar.gz |
2972 | 2024-03-26T18:46:45.060Z |
32,768 0% 128.00kB/s 0:30:05
207,880,192 89% 198.25MB/s 0:00:00
231,181,998 100% 206.82MB/s 0:00:01 (xfr#4, to-chk=248/255) |
2973 | 2024-03-26T18:46:45.060Z | out/clickhouse_keeper.tar.gz |
2974 | 2024-03-26T18:46:45.859Z |
32,768 0% 477.61kB/s 0:08:03
231,172,279 100% 253.99MB/s 0:00:00 (xfr#5, to-chk=247/255) |
2975 | 2024-03-26T18:46:45.860Z | out/cockroachdb.tar.gz |
2976 | 2024-03-26T18:46:46.418Z |
32,768 0% 36.87kB/s 0:57:15
27,656,192 21% 26.38MB/s 0:00:03
126,678,544 100% 84.42MB/s 0:00:01 (xfr#6, to-chk=246/255) |
2977 | 2024-03-26T18:46:46.418Z | out/crucible-pantry-zone.tar.gz |
2978 | 2024-03-26T18:46:46.490Z |
32,768 0% 74.07kB/s 0:05:40
25,291,089 100% 47.57MB/s 0:00:00 (xfr#7, to-chk=245/255) |
2979 | 2024-03-26T18:46:46.490Z | out/crucible-zone.tar.gz |
2980 | 2024-03-26T18:46:46.616Z |
32,768 0% 63.12kB/s 0:09:45
36,990,014 100% 56.62MB/s 0:00:00 (xfr#8, to-chk=244/255) |
2981 | 2024-03-26T18:46:46.616Z | out/external-dns.tar.gz |
2982 | 2024-03-26T18:46:46.709Z |
32,768 0% 51.36kB/s 0:10:03
31,009,053 100% 40.79MB/s 0:00:00 (xfr#9, to-chk=243/255) |
2983 | 2024-03-26T18:46:46.709Z | out/internal-dns.tar.gz |
2984 | 2024-03-26T18:46:46.812Z |
32,768 0% 44.14kB/s 0:11:41
31,008,613 100% 36.06MB/s 0:00:00 (xfr#10, to-chk=242/255) |
2985 | 2024-03-26T18:46:46.812Z | out/mg-ddm-gz.tar |
2986 | 2024-03-26T18:46:47.382Z |
32,768 0% 39.02kB/s 0:32:02
23,068,672 30% 22.00MB/s 0:00:02
75,039,232 100% 51.89MB/s 0:00:01 (xfr#11, to-chk=241/255) |
2987 | 2024-03-26T18:46:47.382Z | out/nexus.tar.gz |
2988 | 2024-03-26T18:46:47.649Z |
32,768 0% 84.21kB/s 0:17:55
90,574,202 100% 131.07MB/s 0:00:00 (xfr#12, to-chk=240/255) |
2989 | 2024-03-26T18:46:47.649Z | out/ntp.tar.gz |
2990 | 2024-03-26T18:46:47.687Z |
32,768 0% 48.56kB/s 0:03:34
10,429,099 100% 14.44MB/s 0:00:00 (xfr#13, to-chk=239/255) |
2991 | 2024-03-26T18:46:47.687Z | out/omicron-gateway-softnpu.tar.gz |
2992 | 2024-03-26T18:46:47.717Z |
32,768 0% 46.44kB/s 0:05:55
16,523,785 100% 21.53MB/s 0:00:00 (xfr#14, to-chk=238/255) |
2993 | 2024-03-26T18:46:47.717Z | out/omicron-gateway.tar.gz |
2994 | 2024-03-26T18:46:47.764Z |
32,768 0% 43.66kB/s 0:06:17
16,520,360 100% 20.30MB/s 0:00:00 (xfr#15, to-chk=237/255) |
2995 | 2024-03-26T18:46:47.764Z | out/omicron-sled-agent.tar |
2996 | 2024-03-26T18:46:48.551Z |
32,768 0% 41.24kB/s 0:46:06
30,539,776 26% 29.12MB/s 0:00:02
114,100,224 100% 69.93MB/s 0:00:01 (xfr#16, to-chk=236/255) |
2997 | 2024-03-26T18:46:48.551Z | out/overlay.tar.gz |
2998 | 2024-03-26T18:46:48.551Z |
2,622 100% 4.60kB/s 0:00:00
2,622 100% 4.60kB/s 0:00:00 (xfr#17, to-chk=235/255) |
2999 | 2024-03-26T18:46:48.551Z | out/oximeter.tar.gz |
3000 | 2024-03-26T18:46:48.688Z |
32,768 0% 57.45kB/s 0:14:13
49,088,759 100% 66.50MB/s 0:00:00 (xfr#18, to-chk=234/255) |
3001 | 2024-03-26T18:46:48.688Z | out/oxlog.tar |
3002 | 2024-03-26T18:46:48.734Z |
32,768 0% 45.39kB/s 0:02:16
6,244,864 100% 7.93MB/s 0:00:00 (xfr#19, to-chk=233/255) |
3003 | 2024-03-26T18:46:48.734Z | out/probe.tar.gz |
3004 | 2024-03-26T18:46:48.759Z |
32,768 1% 42.61kB/s 0:01:05
2,829,470 100% 3.55MB/s 0:00:00 (xfr#20, to-chk=232/255) |
3005 | 2024-03-26T18:46:48.760Z | out/propolis-server.tar.gz |
3006 | 2024-03-26T18:46:48.936Z |
32,768 0% 42.05kB/s 0:26:17
66,360,059 100% 66.41MB/s 0:00:00 (xfr#21, to-chk=231/255) |
3007 | 2024-03-26T18:46:48.936Z | out/switch-softnpu.tar.gz |
3008 | 2024-03-26T18:46:49.661Z |
32,768 0% 33.58kB/s 1:46:04
14,680,064 6% 14.00MB/s 0:00:13
213,725,047 100% 121.76MB/s 0:00:01 (xfr#22, to-chk=230/255) |
3009 | 2024-03-26T18:46:49.661Z | out/console-assets/ |
3010 | 2024-03-26T18:46:49.661Z | out/console-assets/VERSION |
3011 | 2024-03-26T18:46:49.661Z |
41 100% 0.06kB/s 0:00:00
41 100% 0.06kB/s 0:00:00 (xfr#23, to-chk=226/255) |
3012 | 2024-03-26T18:46:49.661Z | out/console-assets/index.html |
3013 | 2024-03-26T18:46:49.661Z |
466 100% 0.67kB/s 0:00:00
466 100% 0.67kB/s 0:00:00 (xfr#24, to-chk=225/255) |
3014 | 2024-03-26T18:46:49.661Z | out/console-assets/assets/ |
3015 | 2024-03-26T18:46:49.661Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
3016 | 2024-03-26T18:46:49.687Z |
32,768 70% 47.41kB/s 0:00:00
46,276 100% 66.95kB/s 0:00:00 (xfr#25, to-chk=223/255) |
3017 | 2024-03-26T18:46:49.687Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
3018 | 2024-03-26T18:46:49.687Z |
32,768 65% 47.41kB/s 0:00:00
50,032 100% 72.38kB/s 0:00:00 (xfr#26, to-chk=222/255) |
3019 | 2024-03-26T18:46:49.687Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
3020 | 2024-03-26T18:46:49.687Z |
32,768 55% 47.41kB/s 0:00:00
58,524 100% 84.54kB/s 0:00:00 (xfr#27, to-chk=221/255) |
3021 | 2024-03-26T18:46:49.687Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
3022 | 2024-03-26T18:46:49.687Z |
32,768 71% 47.34kB/s 0:00:00
46,060 100% 66.54kB/s 0:00:00 (xfr#28, to-chk=220/255) |
3023 | 2024-03-26T18:46:49.687Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
3024 | 2024-03-26T18:46:49.687Z |
21,937 100% 31.69kB/s 0:00:00
21,937 100% 31.69kB/s 0:00:00 (xfr#29, to-chk=219/255) |
3025 | 2024-03-26T18:46:49.687Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
3026 | 2024-03-26T18:46:49.687Z |
17,996 100% 25.96kB/s 0:00:00
17,996 100% 25.96kB/s 0:00:00 (xfr#30, to-chk=218/255) |
3027 | 2024-03-26T18:46:49.687Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
3028 | 2024-03-26T18:46:49.687Z |
21,890 100% 31.58kB/s 0:00:00
21,890 100% 31.58kB/s 0:00:00 (xfr#31, to-chk=217/255) |
3029 | 2024-03-26T18:46:49.687Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
3030 | 2024-03-26T18:46:49.688Z |
17,984 100% 25.94kB/s 0:00:00
17,984 100% 25.94kB/s 0:00:00 (xfr#32, to-chk=216/255) |
3031 | 2024-03-26T18:46:49.688Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
3032 | 2024-03-26T18:46:49.688Z |
21,123 100% 30.47kB/s 0:00:00
21,123 100% 30.47kB/s 0:00:00 (xfr#33, to-chk=215/255) |
3033 | 2024-03-26T18:46:49.688Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
3034 | 2024-03-26T18:46:49.688Z |
17,228 100% 24.85kB/s 0:00:00
17,228 100% 24.85kB/s 0:00:00 (xfr#34, to-chk=214/255) |
3035 | 2024-03-26T18:46:49.688Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
3036 | 2024-03-26T18:46:49.688Z |
18,448 100% 26.61kB/s 0:00:00
18,448 100% 26.61kB/s 0:00:00 (xfr#35, to-chk=213/255) |
3037 | 2024-03-26T18:46:49.688Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
3038 | 2024-03-26T18:46:49.688Z |
22,665 100% 32.65kB/s 0:00:00
22,665 100% 32.65kB/s 0:00:00 (xfr#36, to-chk=212/255) |
3039 | 2024-03-26T18:46:49.688Z | out/console-assets/assets/Terminal-MhI4tVax.js |
3040 | 2024-03-26T18:46:49.688Z |
32,768 11% 47.20kB/s 0:00:05
287,745 100% 413.24kB/s 0:00:00 (xfr#37, to-chk=211/255) |
3041 | 2024-03-26T18:46:49.688Z | out/console-assets/assets/Terminal-MhI4tVax.js.gz |
3042 | 2024-03-26T18:46:49.688Z |
32,768 45% 47.06kB/s 0:00:00
71,751 100% 103.04kB/s 0:00:00 (xfr#38, to-chk=210/255) |
3043 | 2024-03-26T18:46:49.688Z | out/console-assets/assets/Terminal-MhI4tVax.js.map |
3044 | 2024-03-26T18:46:49.688Z |
32,768 5% 47.06kB/s 0:00:11
590,398 100% 844.16kB/s 0:00:00 (xfr#39, to-chk=209/255) |
3045 | 2024-03-26T18:46:49.688Z | out/console-assets/assets/Terminal-MhI4tVax.js.map.gz |
3046 | 2024-03-26T18:46:49.688Z |
32,768 27% 46.85kB/s 0:00:01
118,340 100% 168.71kB/s 0:00:00 (xfr#40, to-chk=208/255) |
3047 | 2024-03-26T18:46:49.689Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js |
3048 | 2024-03-26T18:46:49.689Z |
32,768 8% 46.72kB/s 0:00:07
371,459 100% 525.73kB/s 0:00:00 (xfr#41, to-chk=207/255) |
3049 | 2024-03-26T18:46:49.689Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.gz |
3050 | 2024-03-26T18:46:49.689Z |
32,768 31% 46.38kB/s 0:00:01
103,751 100% 146.84kB/s 0:00:00 (xfr#42, to-chk=206/255) |
3051 | 2024-03-26T18:46:49.689Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.map |
3052 | 2024-03-26T18:46:49.689Z |
32,768 1% 46.38kB/s 0:00:35
1,659,324 100% 2.26MB/s 0:00:00 (xfr#43, to-chk=205/255) |
3053 | 2024-03-26T18:46:49.689Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.map.gz |
3054 | 2024-03-26T18:46:49.689Z |
32,768 8% 45.71kB/s 0:00:07
379,086 100% 526.60kB/s 0:00:00 (xfr#44, to-chk=204/255) |
3055 | 2024-03-26T18:46:49.689Z | out/console-assets/assets/app-UgyCDj6n.css |
3056 | 2024-03-26T18:46:49.713Z |
32,768 23% 45.45kB/s 0:00:02
138,220 100% 191.46kB/s 0:00:00 (xfr#45, to-chk=203/255) |
3057 | 2024-03-26T18:46:49.713Z | out/console-assets/assets/app-UgyCDj6n.css.gz |
3058 | 2024-03-26T18:46:49.714Z |
21,226 100% 29.40kB/s 0:00:00
21,226 100% 29.40kB/s 0:00:00 (xfr#46, to-chk=202/255) |
3059 | 2024-03-26T18:46:49.714Z | out/console-assets/assets/app-oDC708oE.js |
3060 | 2024-03-26T18:46:49.714Z |
32,768 3% 45.39kB/s 0:00:23
1,090,115 100% 1.46MB/s 0:00:00 (xfr#47, to-chk=201/255) |
3061 | 2024-03-26T18:46:49.714Z | out/console-assets/assets/app-oDC708oE.js.gz |
3062 | 2024-03-26T18:46:49.714Z |
32,768 9% 44.82kB/s 0:00:06
336,276 100% 458.65kB/s 0:00:00 (xfr#48, to-chk=200/255) |
3063 | 2024-03-26T18:46:49.714Z | out/console-assets/assets/app-oDC708oE.js.map |
3064 | 2024-03-26T18:46:49.738Z |
32,768 0% 44.69kB/s 0:01:56
5,242,661 100% 6.66MB/s 0:00:00 (xfr#49, to-chk=199/255) |
3065 | 2024-03-26T18:46:49.738Z | out/console-assets/assets/app-oDC708oE.js.map.gz |
3066 | 2024-03-26T18:46:49.738Z |
32,768 2% 42.61kB/s 0:00:28
1,239,845 100% 1.56MB/s 0:00:00 (xfr#50, to-chk=198/255) |
3067 | 2024-03-26T18:46:49.738Z | out/console-assets/assets/favicon-WELtHcTG.svg |
3068 | 2024-03-26T18:46:49.738Z |
761 100% 0.98kB/s 0:00:00
761 100% 0.98kB/s 0:00:00 (xfr#51, to-chk=197/255) |
3069 | 2024-03-26T18:46:49.738Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
3070 | 2024-03-26T18:46:49.738Z |
1,327 100% 1.71kB/s 0:00:00
1,327 100% 1.71kB/s 0:00:00 (xfr#52, to-chk=196/255) |
3071 | 2024-03-26T18:46:49.738Z | out/console-assets/assets/og-preview-image.webp |
3072 | 2024-03-26T18:46:49.764Z |
32,768 36% 42.33kB/s 0:00:01
89,880 100% 115.80kB/s 0:00:00 (xfr#53, to-chk=195/255) |
3073 | 2024-03-26T18:46:49.764Z | out/console-assets/assets/oxide-hero-rack-hMCZGwQc.webp |
3074 | 2024-03-26T18:46:49.764Z |
32,768 9% 42.22kB/s 0:00:07
352,484 100% 453.52kB/s 0:00:00 (xfr#54, to-chk=194/255) |
3075 | 2024-03-26T18:46:49.764Z | out/manifest-cache/ |
3076 | 2024-03-26T18:46:49.764Z | out/manifest-cache/clickhouse.tar.gz.json |
3077 | 2024-03-26T18:46:49.764Z |
780 100% 1.00kB/s 0:00:00
780 100% 1.00kB/s 0:00:00 (xfr#55, to-chk=193/255) |
3078 | 2024-03-26T18:46:49.764Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
3079 | 2024-03-26T18:46:49.764Z |
801 100% 1.03kB/s 0:00:00
801 100% 1.03kB/s 0:00:00 (xfr#56, to-chk=192/255) |
3080 | 2024-03-26T18:46:49.764Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
3081 | 2024-03-26T18:46:49.764Z |
2,958 100% 3.81kB/s 0:00:00
2,958 100% 3.81kB/s 0:00:00 (xfr#57, to-chk=191/255) |
3082 | 2024-03-26T18:46:49.764Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
3083 | 2024-03-26T18:46:49.764Z |
2,946 100% 3.79kB/s 0:00:00
2,946 100% 3.79kB/s 0:00:00 (xfr#58, to-chk=190/255) |
3084 | 2024-03-26T18:46:49.764Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
3085 | 2024-03-26T18:46:49.764Z |
32,768 59% 42.16kB/s 0:00:00
54,966 100% 70.63kB/s 0:00:00 (xfr#59, to-chk=189/255) |
3086 | 2024-03-26T18:46:49.764Z | out/manifest-cache/cockroachdb.tar.gz.json |
3087 | 2024-03-26T18:46:49.764Z |
787 100% 1.01kB/s 0:00:00
787 100% 1.01kB/s 0:00:00 (xfr#60, to-chk=188/255) |
3088 | 2024-03-26T18:46:49.764Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
3089 | 2024-03-26T18:46:49.764Z |
662 100% 0.85kB/s 0:00:00
662 100% 0.85kB/s 0:00:00 (xfr#61, to-chk=187/255) |
3090 | 2024-03-26T18:46:49.764Z | out/manifest-cache/crucible-zone.tar.gz.json |
3091 | 2024-03-26T18:46:49.765Z |
641 100% 0.82kB/s 0:00:00
641 100% 0.82kB/s 0:00:00 (xfr#62, to-chk=186/255) |
3092 | 2024-03-26T18:46:49.765Z | out/manifest-cache/dns-server.tar.gz.json |
3093 | 2024-03-26T18:46:49.765Z |
942 100% 1.21kB/s 0:00:00
942 100% 1.21kB/s 0:00:00 (xfr#63, to-chk=185/255) |
3094 | 2024-03-26T18:46:49.765Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
3095 | 2024-03-26T18:46:49.765Z |
1,132 100% 1.45kB/s 0:00:00
1,132 100% 1.45kB/s 0:00:00 (xfr#64, to-chk=184/255) |
3096 | 2024-03-26T18:46:49.765Z | out/manifest-cache/external-dns.tar.gz.json |
3097 | 2024-03-26T18:46:49.765Z |
934 100% 1.20kB/s 0:00:00
934 100% 1.20kB/s 0:00:00 (xfr#65, to-chk=183/255) |
3098 | 2024-03-26T18:46:49.765Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
3099 | 2024-03-26T18:46:49.765Z |
752 100% 0.97kB/s 0:00:00
752 100% 0.97kB/s 0:00:00 (xfr#66, to-chk=182/255) |
3100 | 2024-03-26T18:46:49.765Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
3101 | 2024-03-26T18:46:49.765Z |
1,132 100% 1.45kB/s 0:00:00
1,132 100% 1.45kB/s 0:00:00 (xfr#67, to-chk=181/255) |
3102 | 2024-03-26T18:46:49.765Z | out/manifest-cache/internal-dns.tar.gz.json |
3103 | 2024-03-26T18:46:49.765Z |
791 100% 1.02kB/s 0:00:00
791 100% 1.02kB/s 0:00:00 (xfr#68, to-chk=180/255) |
3104 | 2024-03-26T18:46:49.765Z | out/manifest-cache/logadm.tar.gz.json |
3105 | 2024-03-26T18:46:49.765Z |
1,044 100% 1.34kB/s 0:00:00
1,044 100% 1.34kB/s 0:00:00 (xfr#69, to-chk=179/255) |
3106 | 2024-03-26T18:46:49.765Z | out/manifest-cache/nexus.tar.gz.json |
3107 | 2024-03-26T18:46:49.765Z |
773 100% 0.99kB/s 0:00:00
773 100% 0.99kB/s 0:00:00 (xfr#70, to-chk=178/255) |
3108 | 2024-03-26T18:46:49.765Z | out/manifest-cache/ntp-svc.tar.gz.json |
3109 | 2024-03-26T18:46:49.765Z |
2,228 100% 2.86kB/s 0:00:00
2,228 100% 2.86kB/s 0:00:00 (xfr#71, to-chk=177/255) |
3110 | 2024-03-26T18:46:49.765Z | out/manifest-cache/ntp.tar.gz.json |
3111 | 2024-03-26T18:46:49.765Z |
763 100% 0.98kB/s 0:00:00
763 100% 0.98kB/s 0:00:00 (xfr#72, to-chk=176/255) |
3112 | 2024-03-26T18:46:49.766Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
3113 | 2024-03-26T18:46:49.766Z |
1,462 100% 1.88kB/s 0:00:00
1,462 100% 1.88kB/s 0:00:00 (xfr#73, to-chk=175/255) |
3114 | 2024-03-26T18:46:49.766Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
3115 | 2024-03-26T18:46:49.766Z |
545 100% 0.70kB/s 0:00:00
545 100% 0.70kB/s 0:00:00 (xfr#74, to-chk=174/255) |
3116 | 2024-03-26T18:46:49.766Z | out/manifest-cache/omicron-gateway.tar.gz.json |
3117 | 2024-03-26T18:46:49.766Z |
703 100% 0.90kB/s 0:00:00
703 100% 0.90kB/s 0:00:00 (xfr#75, to-chk=173/255) |
3118 | 2024-03-26T18:46:49.766Z | out/manifest-cache/omicron-nexus.tar.gz.json |
3119 | 2024-03-26T18:46:49.766Z |
32,768 45% 42.11kB/s 0:00:00
71,925 100% 92.30kB/s 0:00:00 (xfr#76, to-chk=172/255) |
3120 | 2024-03-26T18:46:49.766Z | out/manifest-cache/omicron-omdb.tar.gz.json |
3121 | 2024-03-26T18:46:49.766Z |
702 100% 0.90kB/s 0:00:00
702 100% 0.90kB/s 0:00:00 (xfr#77, to-chk=171/255) |
3122 | 2024-03-26T18:46:49.766Z | out/manifest-cache/omicron-sled-agent.tar.json |
3123 | 2024-03-26T18:46:49.766Z |
1,510 100% 1.94kB/s 0:00:00
1,510 100% 1.94kB/s 0:00:00 (xfr#78, to-chk=170/255) |
3124 | 2024-03-26T18:46:49.766Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
3125 | 2024-03-26T18:46:49.766Z |
883 100% 1.13kB/s 0:00:00
883 100% 1.13kB/s 0:00:00 (xfr#79, to-chk=169/255) |
3126 | 2024-03-26T18:46:49.766Z | out/manifest-cache/overlay.tar.gz.json |
3127 | 2024-03-26T18:46:49.766Z |
473 100% 0.61kB/s 0:00:00
473 100% 0.61kB/s 0:00:00 (xfr#80, to-chk=168/255) |
3128 | 2024-03-26T18:46:49.766Z | out/manifest-cache/oximeter-collector.tar.gz.json |
3129 | 2024-03-26T18:46:49.766Z |
18,311 100% 23.50kB/s 0:00:00
18,311 100% 23.50kB/s 0:00:00 (xfr#81, to-chk=167/255) |
3130 | 2024-03-26T18:46:49.766Z | out/manifest-cache/oximeter.tar.gz.json |
3131 | 2024-03-26T18:46:49.766Z |
641 100% 0.82kB/s 0:00:00
641 100% 0.82kB/s 0:00:00 (xfr#82, to-chk=166/255) |
3132 | 2024-03-26T18:46:49.766Z | out/manifest-cache/oxlog.tar.json |
3133 | 2024-03-26T18:46:49.767Z |
321 100% 0.41kB/s 0:00:00
321 100% 0.41kB/s 0:00:00 (xfr#83, to-chk=165/255) |
3134 | 2024-03-26T18:46:49.767Z | out/manifest-cache/probe.tar.gz.json |
3135 | 2024-03-26T18:46:49.767Z |
346 100% 0.44kB/s 0:00:00
346 100% 0.44kB/s 0:00:00 (xfr#84, to-chk=164/255) |
3136 | 2024-03-26T18:46:49.767Z | out/manifest-cache/profile.tar.gz.json |
3137 | 2024-03-26T18:46:49.767Z |
838 100% 1.08kB/s 0:00:00
838 100% 1.08kB/s 0:00:00 (xfr#85, to-chk=163/255) |
3138 | 2024-03-26T18:46:49.767Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
3139 | 2024-03-26T18:46:49.767Z |
357 100% 0.46kB/s 0:00:00
357 100% 0.46kB/s 0:00:00 (xfr#86, to-chk=162/255) |
3140 | 2024-03-26T18:46:49.767Z | out/manifest-cache/sp-sim.tar.gz.json |
3141 | 2024-03-26T18:46:49.767Z |
1,549 100% 1.99kB/s 0:00:00
1,549 100% 1.99kB/s 0:00:00 (xfr#87, to-chk=161/255) |
3142 | 2024-03-26T18:46:49.767Z | out/manifest-cache/switch-softnpu.tar.gz.json |
3143 | 2024-03-26T18:46:49.767Z |
1,566 100% 2.01kB/s 0:00:00
1,566 100% 2.01kB/s 0:00:00 (xfr#88, to-chk=160/255) |
3144 | 2024-03-26T18:46:49.767Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
3145 | 2024-03-26T18:46:49.767Z |
10,790 100% 13.85kB/s 0:00:00
10,790 100% 13.85kB/s 0:00:00 (xfr#89, to-chk=159/255) |
3146 | 2024-03-26T18:46:49.767Z | out/manifest-cache/wicket.tar.gz.json |
3147 | 2024-03-26T18:46:49.767Z |
1,084 100% 1.39kB/s 0:00:00
1,084 100% 1.39kB/s 0:00:00 (xfr#90, to-chk=158/255) |
3148 | 2024-03-26T18:46:49.767Z | out/manifest-cache/wicketd.tar.gz.json |
3149 | 2024-03-26T18:46:49.767Z |
1,560 100% 2.00kB/s 0:00:00
1,560 100% 2.00kB/s 0:00:00 (xfr#91, to-chk=157/255) |
3150 | 2024-03-26T18:46:49.767Z | out/manifest-cache/zone-network-install.tar.gz.json |
3151 | 2024-03-26T18:46:49.767Z |
877 100% 1.12kB/s 0:00:00
877 100% 1.12kB/s 0:00:00 (xfr#92, to-chk=156/255) |
3152 | 2024-03-26T18:46:49.767Z | out/manifest-cache/zone-network-setup.tar.gz.json |
3153 | 2024-03-26T18:46:49.767Z |
772 100% 0.99kB/s 0:00:00
772 100% 0.99kB/s 0:00:00 (xfr#93, to-chk=155/255) |
3154 | 2024-03-26T18:46:49.768Z | out/target/ |
3155 | 2024-03-26T18:46:49.768Z | out/target/active -> default |
3156 | 2024-03-26T18:46:49.768Z | out/target/default |
3157 | 2024-03-26T18:46:49.768Z |
74 100% 0.09kB/s 0:00:00
74 100% 0.09kB/s 0:00:00 (xfr#94, to-chk=153/255) |
3158 | 2024-03-26T18:46:49.768Z | smf/ |
3159 | 2024-03-26T18:46:49.768Z | smf/clickhouse/ |
3160 | 2024-03-26T18:46:49.768Z | smf/clickhouse/config_replica.xml |
3161 | 2024-03-26T18:46:49.768Z |
2,728 100% 3.50kB/s 0:00:00
2,728 100% 3.50kB/s 0:00:00 (xfr#95, to-chk=133/255) |
3162 | 2024-03-26T18:46:49.768Z | smf/clickhouse/manifest.xml |
3163 | 2024-03-26T18:46:49.768Z |
1,494 100% 1.91kB/s 0:00:00
1,494 100% 1.91kB/s 0:00:00 (xfr#96, to-chk=132/255) |
3164 | 2024-03-26T18:46:49.768Z | smf/clickhouse/method_script.sh |
3165 | 2024-03-26T18:46:49.768Z |
5,330 100% 6.83kB/s 0:00:00
5,330 100% 6.83kB/s 0:00:00 (xfr#97, to-chk=131/255) |
3166 | 2024-03-26T18:46:49.768Z | smf/clickhouse_keeper/ |
3167 | 2024-03-26T18:46:49.768Z | smf/clickhouse_keeper/keeper_config.xml |
3168 | 2024-03-26T18:46:49.768Z |
1,460 100% 1.87kB/s 0:00:00
1,460 100% 1.87kB/s 0:00:00 (xfr#98, to-chk=130/255) |
3169 | 2024-03-26T18:46:49.768Z | smf/clickhouse_keeper/manifest.xml |
3170 | 2024-03-26T18:46:49.768Z |
1,534 100% 1.97kB/s 0:00:00
1,534 100% 1.97kB/s 0:00:00 (xfr#99, to-chk=129/255) |
3171 | 2024-03-26T18:46:49.768Z | smf/clickhouse_keeper/method_script.sh |
3172 | 2024-03-26T18:46:49.802Z |
4,324 100% 5.54kB/s 0:00:00
4,324 100% 5.54kB/s 0:00:00 (xfr#100, to-chk=128/255) |
3173 | 2024-03-26T18:46:49.802Z | smf/cockroachdb/ |
3174 | 2024-03-26T18:46:49.802Z | smf/cockroachdb/manifest.xml |
3175 | 2024-03-26T18:46:49.802Z |
1,667 100% 2.14kB/s 0:00:00
1,667 100% 2.14kB/s 0:00:00 (xfr#101, to-chk=127/255) |
3176 | 2024-03-26T18:46:49.802Z | smf/cockroachdb/method_script.sh |
3177 | 2024-03-26T18:46:49.802Z |
1,030 100% 1.32kB/s 0:00:00
1,030 100% 1.32kB/s 0:00:00 (xfr#102, to-chk=126/255) |
3178 | 2024-03-26T18:46:49.802Z | smf/external-dns/ |
3179 | 2024-03-26T18:46:49.802Z | smf/external-dns/config.toml |
3180 | 2024-03-26T18:46:49.802Z |
353 100% 0.45kB/s 0:00:00
353 100% 0.45kB/s 0:00:00 (xfr#103, to-chk=125/255) |
3181 | 2024-03-26T18:46:49.802Z | smf/external-dns/manifest.xml |
3182 | 2024-03-26T18:46:49.802Z |
1,805 100% 2.31kB/s 0:00:00
1,805 100% 2.31kB/s 0:00:00 (xfr#104, to-chk=124/255) |
3183 | 2024-03-26T18:46:49.803Z | smf/installinator/ |
3184 | 2024-03-26T18:46:49.803Z | smf/installinator/manifest.xml |
3185 | 2024-03-26T18:46:49.803Z |
2,149 100% 2.75kB/s 0:00:00
2,149 100% 2.75kB/s 0:00:00 (xfr#105, to-chk=123/255) |
3186 | 2024-03-26T18:46:49.803Z | smf/internal-dns/ |
3187 | 2024-03-26T18:46:49.803Z | smf/internal-dns/config.toml |
3188 | 2024-03-26T18:46:49.803Z |
353 100% 0.45kB/s 0:00:00
353 100% 0.45kB/s 0:00:00 (xfr#106, to-chk=122/255) |
3189 | 2024-03-26T18:46:49.803Z | smf/internal-dns/manifest.xml |
3190 | 2024-03-26T18:46:49.803Z |
1,618 100% 2.07kB/s 0:00:00
1,618 100% 2.07kB/s 0:00:00 (xfr#107, to-chk=121/255) |
3191 | 2024-03-26T18:46:49.803Z | smf/logadm/ |
3192 | 2024-03-26T18:46:49.803Z | smf/logadm/crontab.root |
3193 | 2024-03-26T18:46:49.803Z |
30 100% 0.04kB/s 0:00:00
30 100% 0.04kB/s 0:00:00 (xfr#108, to-chk=120/255) |
3194 | 2024-03-26T18:46:49.803Z | smf/logadm/logadm.conf |
3195 | 2024-03-26T18:46:49.803Z |
2,553 100% 3.27kB/s 0:00:00
2,553 100% 3.27kB/s 0:00:00 (xfr#109, to-chk=119/255) |
3196 | 2024-03-26T18:46:49.803Z | smf/mgs-sim/ |
3197 | 2024-03-26T18:46:49.803Z | smf/mgs-sim/config.toml |
3198 | 2024-03-26T18:46:49.803Z |
3,534 100% 4.52kB/s 0:00:00
3,534 100% 4.52kB/s 0:00:00 (xfr#110, to-chk=118/255) |
3199 | 2024-03-26T18:46:49.803Z | smf/mgs/ |
3200 | 2024-03-26T18:46:49.803Z | smf/mgs/config.toml |
3201 | 2024-03-26T18:46:49.803Z |
9,085 100% 11.63kB/s 0:00:00
9,085 100% 11.63kB/s 0:00:00 (xfr#111, to-chk=117/255) |
3202 | 2024-03-26T18:46:49.803Z | smf/mgs/manifest.xml |
3203 | 2024-03-26T18:46:49.803Z |
2,474 100% 3.17kB/s 0:00:00
2,474 100% 3.17kB/s 0:00:00 (xfr#112, to-chk=116/255) |
3204 | 2024-03-26T18:46:49.803Z | smf/nexus/ |
3205 | 2024-03-26T18:46:49.804Z | smf/nexus/manifest.xml |
3206 | 2024-03-26T18:46:49.804Z |
1,987 100% 2.54kB/s 0:00:00
1,987 100% 2.54kB/s 0:00:00 (xfr#113, to-chk=115/255) |
3207 | 2024-03-26T18:46:49.804Z | smf/nexus/multi-sled/ |
3208 | 2024-03-26T18:46:49.804Z | smf/nexus/multi-sled/config-partial.toml |
3209 | 2024-03-26T18:46:49.804Z |
1,997 100% 2.56kB/s 0:00:00
1,997 100% 2.56kB/s 0:00:00 (xfr#114, to-chk=112/255) |
3210 | 2024-03-26T18:46:49.804Z | smf/nexus/single-sled/ |
3211 | 2024-03-26T18:46:49.804Z | smf/nexus/single-sled/config-partial.toml |
3212 | 2024-03-26T18:46:49.804Z |
1,993 100% 2.55kB/s 0:00:00
1,993 100% 2.55kB/s 0:00:00 (xfr#115, to-chk=111/255) |
3213 | 2024-03-26T18:46:49.804Z | smf/ntp/ |
3214 | 2024-03-26T18:46:49.804Z | smf/ntp/etc/ |
3215 | 2024-03-26T18:46:49.804Z | smf/ntp/etc/inet/ |
3216 | 2024-03-26T18:46:49.804Z | smf/ntp/etc/inet/chrony.conf.boundary |
3217 | 2024-03-26T18:46:49.804Z |
881 100% 1.13kB/s 0:00:00
881 100% 1.13kB/s 0:00:00 (xfr#116, to-chk=105/255) |
3218 | 2024-03-26T18:46:49.804Z | smf/ntp/etc/inet/chrony.conf.internal |
3219 | 2024-03-26T18:46:49.804Z |
1,108 100% 1.42kB/s 0:00:00
1,108 100% 1.42kB/s 0:00:00 (xfr#117, to-chk=104/255) |
3220 | 2024-03-26T18:46:49.804Z | smf/ntp/etc/logadm.d/ |
3221 | 2024-03-26T18:46:49.804Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
3222 | 2024-03-26T18:46:49.804Z |
135 100% 0.17kB/s 0:00:00
135 100% 0.17kB/s 0:00:00 (xfr#118, to-chk=103/255) |
3223 | 2024-03-26T18:46:49.804Z | smf/ntp/manifest/ |
3224 | 2024-03-26T18:46:49.804Z | smf/ntp/manifest/manifest.xml |
3225 | 2024-03-26T18:46:49.804Z |
3,336 100% 4.27kB/s 0:00:00
3,336 100% 4.27kB/s 0:00:00 (xfr#119, to-chk=102/255) |
3226 | 2024-03-26T18:46:49.805Z | smf/ntp/method/ |
3227 | 2024-03-26T18:46:49.805Z | smf/ntp/method/svc-site-ntp |
3228 | 2024-03-26T18:46:49.805Z |
3,211 100% 4.11kB/s 0:00:00
3,211 100% 4.11kB/s 0:00:00 (xfr#120, to-chk=101/255) |
3229 | 2024-03-26T18:46:49.805Z | smf/opte-interface-setup/ |
3230 | 2024-03-26T18:46:49.805Z | smf/opte-interface-setup/manifest.xml |
3231 | 2024-03-26T18:46:49.805Z |
1,638 100% 2.10kB/s 0:00:00
1,638 100% 2.10kB/s 0:00:00 (xfr#121, to-chk=100/255) |
3232 | 2024-03-26T18:46:49.805Z | smf/oximeter/ |
3233 | 2024-03-26T18:46:49.805Z | smf/oximeter/config.toml |
3234 | 2024-03-26T18:46:49.805Z |
205 100% 0.26kB/s 0:00:00
205 100% 0.26kB/s 0:00:00 (xfr#122, to-chk=99/255) |
3235 | 2024-03-26T18:46:49.805Z | smf/oximeter/manifest.xml |
3236 | 2024-03-26T18:46:49.805Z |
1,770 100% 2.27kB/s 0:00:00
1,770 100% 2.27kB/s 0:00:00 (xfr#123, to-chk=98/255) |
3237 | 2024-03-26T18:46:49.805Z | smf/profile/ |
3238 | 2024-03-26T18:46:49.805Z | smf/profile/bashrc |
3239 | 2024-03-26T18:46:49.805Z |
925 100% 1.18kB/s 0:00:00
925 100% 1.18kB/s 0:00:00 (xfr#124, to-chk=97/255) |
3240 | 2024-03-26T18:46:49.805Z | smf/profile/profile |
3241 | 2024-03-26T18:46:49.805Z |
554 100% 0.71kB/s 0:00:00
554 100% 0.71kB/s 0:00:00 (xfr#125, to-chk=96/255) |
3242 | 2024-03-26T18:46:49.805Z | smf/sled-agent/ |
3243 | 2024-03-26T18:46:49.805Z | smf/sled-agent/manifest.xml |
3244 | 2024-03-26T18:46:49.805Z |
2,373 100% 3.04kB/s 0:00:00
2,373 100% 3.04kB/s 0:00:00 (xfr#126, to-chk=95/255) |
3245 | 2024-03-26T18:46:49.805Z | smf/sled-agent/gimlet-standalone/ |
3246 | 2024-03-26T18:46:49.805Z | smf/sled-agent/gimlet-standalone/README.md |
3247 | 2024-03-26T18:46:49.806Z |
114 100% 0.15kB/s 0:00:00
114 100% 0.15kB/s 0:00:00 (xfr#127, to-chk=91/255) |
3248 | 2024-03-26T18:46:49.806Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
3249 | 2024-03-26T18:46:49.806Z |
6,611 100% 8.46kB/s 0:00:00
6,611 100% 8.46kB/s 0:00:00 (xfr#128, to-chk=90/255) |
3250 | 2024-03-26T18:46:49.806Z | smf/sled-agent/gimlet-standalone/config.toml |
3251 | 2024-03-26T18:46:49.806Z |
1,800 100% 2.30kB/s 0:00:00
1,800 100% 2.30kB/s 0:00:00 (xfr#129, to-chk=89/255) |
3252 | 2024-03-26T18:46:49.806Z | smf/sled-agent/gimlet/ |
3253 | 2024-03-26T18:46:49.806Z | smf/sled-agent/gimlet/README.md |
3254 | 2024-03-26T18:46:49.806Z |
54 100% 0.07kB/s 0:00:00
54 100% 0.07kB/s 0:00:00 (xfr#130, to-chk=88/255) |
3255 | 2024-03-26T18:46:49.806Z | smf/sled-agent/gimlet/config.toml |
3256 | 2024-03-26T18:46:49.806Z |
1,657 100% 2.12kB/s 0:00:00
1,657 100% 2.12kB/s 0:00:00 (xfr#131, to-chk=87/255) |
3257 | 2024-03-26T18:46:49.806Z | smf/sled-agent/non-gimlet/ |
3258 | 2024-03-26T18:46:49.806Z | smf/sled-agent/non-gimlet/README.md |
3259 | 2024-03-26T18:46:49.806Z |
105 100% 0.13kB/s 0:00:00
105 100% 0.13kB/s 0:00:00 (xfr#132, to-chk=86/255) |
3260 | 2024-03-26T18:46:49.806Z | smf/sled-agent/non-gimlet/config-rss.toml |
3261 | 2024-03-26T18:46:49.806Z |
1,947 100% 2.49kB/s 0:00:00
1,947 100% 2.49kB/s 0:00:00 (xfr#133, to-chk=85/255) |
3262 | 2024-03-26T18:46:49.806Z | smf/sled-agent/non-gimlet/config.toml |
3263 | 2024-03-26T18:46:49.806Z |
2,906 100% 3.71kB/s 0:00:00
2,906 100% 3.71kB/s 0:00:00 (xfr#134, to-chk=84/255) |
3264 | 2024-03-26T18:46:49.806Z | smf/sp-sim/ |
3265 | 2024-03-26T18:46:49.806Z | smf/sp-sim/config.toml |
3266 | 2024-03-26T18:46:49.806Z |
2,604 100% 3.33kB/s 0:00:00
2,604 100% 3.33kB/s 0:00:00 (xfr#135, to-chk=83/255) |
3267 | 2024-03-26T18:46:49.806Z | smf/sp-sim/manifest.xml |
3268 | 2024-03-26T18:46:49.807Z |
1,271 100% 1.62kB/s 0:00:00
1,271 100% 1.62kB/s 0:00:00 (xfr#136, to-chk=82/255) |
3269 | 2024-03-26T18:46:49.807Z | smf/switch_zone_setup/ |
3270 | 2024-03-26T18:46:49.807Z | smf/switch_zone_setup/manifest.xml |
3271 | 2024-03-26T18:46:49.807Z |
1,061 100% 1.36kB/s 0:00:00
1,061 100% 1.36kB/s 0:00:00 (xfr#137, to-chk=81/255) |
3272 | 2024-03-26T18:46:49.834Z | smf/switch_zone_setup/support_authorized_keys |
3273 | 2024-03-26T18:46:49.834Z |
1,284 100% 1.64kB/s 0:00:00
1,284 100% 1.64kB/s 0:00:00 (xfr#138, to-chk=80/255) |
3274 | 2024-03-26T18:46:49.834Z | smf/switch_zone_setup/switch_zone_setup |
3275 | 2024-03-26T18:46:49.834Z |
1,041 100% 1.33kB/s 0:00:00
1,041 100% 1.33kB/s 0:00:00 (xfr#139, to-chk=79/255) |
3276 | 2024-03-26T18:46:49.834Z | smf/wicketd/ |
3277 | 2024-03-26T18:46:49.834Z | smf/wicketd/config.toml |
3278 | 2024-03-26T18:46:49.834Z |
104 100% 0.13kB/s 0:00:00
104 100% 0.13kB/s 0:00:00 (xfr#140, to-chk=78/255) |
3279 | 2024-03-26T18:46:49.834Z | smf/wicketd/manifest.xml |
3280 | 2024-03-26T18:46:49.834Z |
2,954 100% 3.78kB/s 0:00:00
2,954 100% 3.78kB/s 0:00:00 (xfr#141, to-chk=77/255) |
3281 | 2024-03-26T18:46:49.834Z | smf/zone-network-setup/ |
3282 | 2024-03-26T18:46:49.834Z | smf/zone-network-setup/manifest.xml |
3283 | 2024-03-26T18:46:49.834Z |
1,614 100% 2.06kB/s 0:00:00
1,614 100% 2.06kB/s 0:00:00 (xfr#142, to-chk=76/255) |
3284 | 2024-03-26T18:46:49.834Z | tools/ |
3285 | 2024-03-26T18:46:49.834Z | tools/README.adoc |
3286 | 2024-03-26T18:46:49.834Z |
3,558 100% 4.55kB/s 0:00:00
3,558 100% 4.55kB/s 0:00:00 (xfr#143, to-chk=75/255) |
3287 | 2024-03-26T18:46:49.835Z | tools/build-global-zone-packages.sh |
3288 | 2024-03-26T18:46:49.835Z |
2,388 100% 3.05kB/s 0:00:00
2,388 100% 3.05kB/s 0:00:00 (xfr#144, to-chk=74/255) |
3289 | 2024-03-26T18:46:49.835Z | tools/build-host-image.sh |
3290 | 2024-03-26T18:46:49.835Z |
2,971 100% 3.80kB/s 0:00:00
2,971 100% 3.80kB/s 0:00:00 (xfr#145, to-chk=73/255) |
3291 | 2024-03-26T18:46:49.835Z | tools/build-trampoline-global-zone-packages.sh |
3292 | 2024-03-26T18:46:49.835Z |
1,878 100% 2.40kB/s 0:00:00
1,878 100% 2.40kB/s 0:00:00 (xfr#146, to-chk=72/255) |
3293 | 2024-03-26T18:46:49.835Z | tools/ci_check_opte_ver.sh |
3294 | 2024-03-26T18:46:49.835Z |
2,770 100% 3.54kB/s 0:00:00
2,770 100% 3.54kB/s 0:00:00 (xfr#147, to-chk=71/255) |
3295 | 2024-03-26T18:46:49.835Z | tools/ci_download_clickhouse |
3296 | 2024-03-26T18:46:49.835Z |
3,631 100% 4.64kB/s 0:00:00
3,631 100% 4.64kB/s 0:00:00 (xfr#148, to-chk=70/255) |
3297 | 2024-03-26T18:46:49.835Z | tools/ci_download_cockroachdb |
3298 | 2024-03-26T18:46:49.835Z |
4,292 100% 5.49kB/s 0:00:00
4,292 100% 5.49kB/s 0:00:00 (xfr#149, to-chk=69/255) |
3299 | 2024-03-26T18:46:49.835Z | tools/ci_download_console |
3300 | 2024-03-26T18:46:49.835Z |
1,991 100% 2.54kB/s 0:00:00
1,991 100% 2.54kB/s 0:00:00 (xfr#150, to-chk=68/255) |
3301 | 2024-03-26T18:46:49.835Z | tools/ci_download_dendrite_openapi |
3302 | 2024-03-26T18:46:49.835Z |
1,719 100% 2.19kB/s 0:00:00
1,719 100% 2.19kB/s 0:00:00 (xfr#151, to-chk=67/255) |
3303 | 2024-03-26T18:46:49.835Z | tools/ci_download_dendrite_stub |
3304 | 2024-03-26T18:46:49.835Z |
4,229 100% 5.40kB/s 0:00:00
4,229 100% 5.40kB/s 0:00:00 (xfr#152, to-chk=66/255) |
3305 | 2024-03-26T18:46:49.835Z | tools/ci_download_maghemite_mgd |
3306 | 2024-03-26T18:46:49.835Z |
3,650 100% 4.66kB/s 0:00:00
3,650 100% 4.66kB/s 0:00:00 (xfr#153, to-chk=65/255) |
3307 | 2024-03-26T18:46:49.835Z | tools/ci_download_maghemite_openapi |
3308 | 2024-03-26T18:46:49.836Z |
1,989 100% 2.54kB/s 0:00:00
1,989 100% 2.54kB/s 0:00:00 (xfr#154, to-chk=64/255) |
3309 | 2024-03-26T18:46:49.836Z | tools/ci_download_softnpu_machinery |
3310 | 2024-03-26T18:46:49.836Z |
668 100% 0.85kB/s 0:00:00
668 100% 0.85kB/s 0:00:00 (xfr#155, to-chk=63/255) |
3311 | 2024-03-26T18:46:49.836Z | tools/ci_download_thundermuffin |
3312 | 2024-03-26T18:46:49.836Z |
3,237 100% 4.13kB/s 0:00:00
3,237 100% 4.13kB/s 0:00:00 (xfr#156, to-chk=62/255) |
3313 | 2024-03-26T18:46:49.836Z | tools/ci_download_transceiver_control |
3314 | 2024-03-26T18:46:49.836Z |
3,415 100% 4.36kB/s 0:00:00
3,415 100% 4.36kB/s 0:00:00 (xfr#157, to-chk=61/255) |
3315 | 2024-03-26T18:46:49.836Z | tools/clickhouse_checksums |
3316 | 2024-03-26T18:46:49.836Z |
153 100% 0.20kB/s 0:00:00
153 100% 0.20kB/s 0:00:00 (xfr#158, to-chk=60/255) |
3317 | 2024-03-26T18:46:49.836Z | tools/clickhouse_version |
3318 | 2024-03-26T18:46:49.836Z |
11 100% 0.01kB/s 0:00:00
11 100% 0.01kB/s 0:00:00 (xfr#159, to-chk=59/255) |
3319 | 2024-03-26T18:46:49.836Z | tools/cockroachdb_checksums |
3320 | 2024-03-26T18:46:49.836Z |
258 100% 0.33kB/s 0:00:00
258 100% 0.33kB/s 0:00:00 (xfr#160, to-chk=58/255) |
3321 | 2024-03-26T18:46:49.836Z | tools/cockroachdb_version |
3322 | 2024-03-26T18:46:49.836Z |
8 100% 0.01kB/s 0:00:00
8 100% 0.01kB/s 0:00:00 (xfr#161, to-chk=57/255) |
3323 | 2024-03-26T18:46:49.836Z | tools/console_version |
3324 | 2024-03-26T18:46:49.836Z |
122 100% 0.16kB/s 0:00:00
122 100% 0.16kB/s 0:00:00 (xfr#162, to-chk=56/255) |
3325 | 2024-03-26T18:46:49.836Z | tools/create_gimlet_virtual_hardware.sh |
3326 | 2024-03-26T18:46:49.836Z |
936 100% 1.19kB/s 0:00:00
936 100% 1.19kB/s 0:00:00 (xfr#163, to-chk=55/255) |
3327 | 2024-03-26T18:46:49.836Z | tools/create_scrimlet_virtual_hardware.sh |
3328 | 2024-03-26T18:46:49.836Z |
2,014 100% 2.57kB/s 0:00:00
2,014 100% 2.57kB/s 0:00:00 (xfr#164, to-chk=54/255) |
3329 | 2024-03-26T18:46:49.837Z | tools/create_self_signed_cert.sh |
3330 | 2024-03-26T18:46:49.837Z |
685 100% 0.87kB/s 0:00:00
685 100% 0.87kB/s 0:00:00 (xfr#165, to-chk=53/255) |
3331 | 2024-03-26T18:46:49.837Z | tools/create_virtual_hardware.sh |
3332 | 2024-03-26T18:46:49.837Z |
3,184 100% 4.06kB/s 0:00:00
3,184 100% 4.06kB/s 0:00:00 (xfr#166, to-chk=52/255) |
3333 | 2024-03-26T18:46:49.837Z | tools/delete-reservoir.sh |
3334 | 2024-03-26T18:46:49.837Z |
136 100% 0.17kB/s 0:00:00
136 100% 0.17kB/s 0:00:00 (xfr#167, to-chk=51/255) |
3335 | 2024-03-26T18:46:49.837Z | tools/dendrite_openapi_version |
3336 | 2024-03-26T18:46:49.837Z |
122 100% 0.16kB/s 0:00:00
122 100% 0.16kB/s 0:00:00 (xfr#168, to-chk=50/255) |
3337 | 2024-03-26T18:46:49.837Z | tools/dendrite_stub_checksums |
3338 | 2024-03-26T18:46:49.837Z |
267 100% 0.34kB/s 0:00:00
267 100% 0.34kB/s 0:00:00 (xfr#169, to-chk=49/255) |
3339 | 2024-03-26T18:46:49.837Z | tools/destroy_gimlet_virtual_hardware.sh |
3340 | 2024-03-26T18:46:49.837Z |
888 100% 1.13kB/s 0:00:00
888 100% 1.13kB/s 0:00:00 (xfr#170, to-chk=48/255) |
3341 | 2024-03-26T18:46:49.837Z | tools/destroy_scrimlet_virtual_hardware.sh |
3342 | 2024-03-26T18:46:49.837Z |
1,147 100% 1.46kB/s 0:00:00
1,147 100% 1.46kB/s 0:00:00 (xfr#171, to-chk=47/255) |
3343 | 2024-03-26T18:46:49.837Z | tools/destroy_virtual_hardware.sh |
3344 | 2024-03-26T18:46:49.837Z |
2,227 100% 2.84kB/s 0:00:00
2,227 100% 2.84kB/s 0:00:00 (xfr#172, to-chk=46/255) |
3345 | 2024-03-26T18:46:49.837Z | tools/dvt_dock_version |
3346 | 2024-03-26T18:46:49.837Z |
48 100% 0.06kB/s 0:00:00
48 100% 0.06kB/s 0:00:00 (xfr#173, to-chk=45/255) |
3347 | 2024-03-26T18:46:49.837Z | tools/ensure_buildomat_artifact.sh |
3348 | 2024-03-26T18:46:49.837Z |
3,759 100% 4.80kB/s 0:00:00
3,759 100% 4.80kB/s 0:00:00 (xfr#174, to-chk=44/255) |
3349 | 2024-03-26T18:46:49.837Z | tools/generate-nexus-api.sh |
3350 | 2024-03-26T18:46:49.838Z |
174 100% 0.22kB/s 0:00:00
174 100% 0.22kB/s 0:00:00 (xfr#175, to-chk=43/255) |
3351 | 2024-03-26T18:46:49.838Z | tools/generate-sled-agent-api.sh |
3352 | 2024-03-26T18:46:49.838Z |
161 100% 0.21kB/s 0:00:00
161 100% 0.21kB/s 0:00:00 (xfr#176, to-chk=42/255) |
3353 | 2024-03-26T18:46:49.838Z | tools/generate-wicketd-api.sh |
3354 | 2024-03-26T18:46:49.838Z |
75 100% 0.10kB/s 0:00:00
75 100% 0.10kB/s 0:00:00 (xfr#177, to-chk=41/255) |
3355 | 2024-03-26T18:46:49.838Z | tools/hubris_checksums |
3356 | 2024-03-26T18:46:49.838Z |
852 100% 1.09kB/s 0:00:00
852 100% 1.09kB/s 0:00:00 (xfr#178, to-chk=40/255) |
3357 | 2024-03-26T18:46:49.838Z | tools/hubris_version |
3358 | 2024-03-26T18:46:49.838Z |
50 100% 0.06kB/s 0:00:00
50 100% 0.06kB/s 0:00:00 (xfr#179, to-chk=39/255) |
3359 | 2024-03-26T18:46:49.838Z | tools/install_builder_prerequisites.sh |
3360 | 2024-03-26T18:46:49.838Z |
7,537 100% 9.61kB/s 0:00:00
7,537 100% 9.61kB/s 0:00:00 (xfr#180, to-chk=38/255) |
3361 | 2024-03-26T18:46:49.838Z | tools/install_opte.sh |
3362 | 2024-03-26T18:46:49.838Z |
3,755 100% 4.79kB/s 0:00:00
3,755 100% 4.79kB/s 0:00:00 (xfr#181, to-chk=37/255) |
3363 | 2024-03-26T18:46:49.838Z | tools/install_prerequisites.sh |
3364 | 2024-03-26T18:46:49.838Z |
255 100% 0.33kB/s 0:00:00
255 100% 0.33kB/s 0:00:00 (xfr#182, to-chk=36/255) |
3365 | 2024-03-26T18:46:49.838Z | tools/install_runner_prerequisites.sh |
3366 | 2024-03-26T18:46:49.838Z |
4,154 100% 5.30kB/s 0:00:00
4,154 100% 5.30kB/s 0:00:00 (xfr#183, to-chk=35/255) |
3367 | 2024-03-26T18:46:49.838Z | tools/maghemite_ddm_openapi_version |
3368 | 2024-03-26T18:46:49.838Z |
122 100% 0.16kB/s 0:00:00
122 100% 0.16kB/s 0:00:00 (xfr#184, to-chk=34/255) |
3369 | 2024-03-26T18:46:49.838Z | tools/maghemite_mg_openapi_version |
3370 | 2024-03-26T18:46:49.838Z |
122 100% 0.16kB/s 0:00:00
122 100% 0.16kB/s 0:00:00 (xfr#185, to-chk=33/255) |
3371 | 2024-03-26T18:46:49.839Z | tools/maghemite_mgd_checksums |
3372 | 2024-03-26T18:46:49.871Z |
163 100% 0.21kB/s 0:00:00
163 100% 0.21kB/s 0:00:00 (xfr#186, to-chk=32/255) |
3373 | 2024-03-26T18:46:49.871Z | tools/opte_version |
3374 | 2024-03-26T18:46:49.871Z |
9 100% 0.01kB/s 0:00:00
9 100% 0.01kB/s 0:00:00 (xfr#187, to-chk=31/255) |
3375 | 2024-03-26T18:46:49.871Z | tools/opte_version_override |
3376 | 2024-03-26T18:46:49.872Z |
142 100% 0.18kB/s 0:00:00
142 100% 0.18kB/s 0:00:00 (xfr#188, to-chk=30/255) |
3377 | 2024-03-26T18:46:49.872Z | tools/renovate-post-upgrade.sh |
3378 | 2024-03-26T18:46:49.872Z |
1,705 100% 2.17kB/s 0:00:00
1,705 100% 2.17kB/s 0:00:00 (xfr#189, to-chk=29/255) |
3379 | 2024-03-26T18:46:49.872Z | tools/thundermuffin_checksums |
3380 | 2024-03-26T18:46:49.872Z |
79 100% 0.10kB/s 0:00:00
79 100% 0.10kB/s 0:00:00 (xfr#190, to-chk=28/255) |
3381 | 2024-03-26T18:46:49.872Z | tools/thundermuffin_version |
3382 | 2024-03-26T18:46:49.872Z |
50 100% 0.06kB/s 0:00:00
50 100% 0.06kB/s 0:00:00 (xfr#191, to-chk=27/255) |
3383 | 2024-03-26T18:46:49.872Z | tools/transceiver_control_version |
3384 | 2024-03-26T18:46:49.872Z |
137 100% 0.17kB/s 0:00:00
137 100% 0.17kB/s 0:00:00 (xfr#192, to-chk=26/255) |
3385 | 2024-03-26T18:46:49.872Z | tools/uninstall_opte.sh |
3386 | 2024-03-26T18:46:49.872Z |
6,514 100% 8.30kB/s 0:00:00
6,514 100% 8.30kB/s 0:00:00 (xfr#193, to-chk=25/255) |
3387 | 2024-03-26T18:46:49.873Z | tools/update_crucible.sh |
3388 | 2024-03-26T18:46:49.873Z |
1,093 100% 1.39kB/s 0:00:00
1,093 100% 1.39kB/s 0:00:00 (xfr#194, to-chk=24/255) |
3389 | 2024-03-26T18:46:49.873Z | tools/update_dendrite.sh |
3390 | 2024-03-26T18:46:49.873Z |
2,333 100% 2.97kB/s 0:00:00
2,333 100% 2.97kB/s 0:00:00 (xfr#195, to-chk=23/255) |
3391 | 2024-03-26T18:46:49.873Z | tools/update_helpers.sh |
3392 | 2024-03-26T18:46:49.873Z |
3,831 100% 4.88kB/s 0:00:00
3,831 100% 4.88kB/s 0:00:00 (xfr#196, to-chk=22/255) |
3393 | 2024-03-26T18:46:49.873Z | tools/update_lldp.sh |
3394 | 2024-03-26T18:46:49.873Z |
1,000 100% 1.27kB/s 0:00:00
1,000 100% 1.27kB/s 0:00:00 (xfr#197, to-chk=21/255) |
3395 | 2024-03-26T18:46:49.873Z | tools/update_maghemite.sh |
3396 | 2024-03-26T18:46:49.873Z |
939 100% 1.20kB/s 0:00:00
939 100% 1.20kB/s 0:00:00 (xfr#198, to-chk=20/255) |
3397 | 2024-03-26T18:46:49.873Z | tools/update_propolis.sh |
3398 | 2024-03-26T18:46:49.873Z |
1,050 100% 1.34kB/s 0:00:00
1,050 100% 1.34kB/s 0:00:00 (xfr#199, to-chk=19/255) |
3399 | 2024-03-26T18:46:49.874Z | tools/update_transceiver_control.sh |
3400 | 2024-03-26T18:46:49.874Z |
1,374 100% 1.75kB/s 0:00:00
1,374 100% 1.75kB/s 0:00:00 (xfr#200, to-chk=18/255) |
3401 | 2024-03-26T18:46:49.874Z | tools/virtual_hardware.sh |
3402 | 2024-03-26T18:46:49.874Z |
3,429 100% 4.37kB/s 0:00:00
3,429 100% 4.37kB/s 0:00:00 (xfr#201, to-chk=17/255) |
3403 | 2024-03-26T18:46:49.874Z | tools/dtrace/ |
3404 | 2024-03-26T18:46:49.874Z | tools/dtrace/aggregate-query-latency.d |
3405 | 2024-03-26T18:46:49.874Z |
780 100% 0.99kB/s 0:00:00
780 100% 0.99kB/s 0:00:00 (xfr#202, to-chk=11/255) |
3406 | 2024-03-26T18:46:49.874Z | tools/dtrace/slowest-queries.d |
3407 | 2024-03-26T18:46:49.874Z |
1,077 100% 1.37kB/s 0:00:00
1,077 100% 1.37kB/s 0:00:00 (xfr#203, to-chk=10/255) |
3408 | 2024-03-26T18:46:49.874Z | tools/dtrace/trace-db-queries.d |
3409 | 2024-03-26T18:46:49.874Z |
811 100% 1.03kB/s 0:00:00
811 100% 1.03kB/s 0:00:00 (xfr#204, to-chk=9/255) |
3410 | 2024-03-26T18:46:49.874Z | tools/include/ |
3411 | 2024-03-26T18:46:49.875Z | tools/include/force-git-over-https.sh |
3412 | 2024-03-26T18:46:49.875Z |
940 100% 1.20kB/s 0:00:00
940 100% 1.20kB/s 0:00:00 (xfr#205, to-chk=8/255) |
3413 | 2024-03-26T18:46:49.875Z | tools/populate/ |
3414 | 2024-03-26T18:46:49.875Z | tools/populate/populate-alpine.sh |
3415 | 2024-03-26T18:46:49.875Z |
788 100% 1.00kB/s 0:00:00
788 100% 1.00kB/s 0:00:00 (xfr#206, to-chk=7/255) |
3416 | 2024-03-26T18:46:49.875Z | tools/populate/populate-images.sh |
3417 | 2024-03-26T18:46:49.875Z |
2,571 100% 3.27kB/s 0:00:00
2,571 100% 3.27kB/s 0:00:00 (xfr#207, to-chk=6/255) |
3418 | 2024-03-26T18:46:49.875Z | tools/reflector/ |
3419 | 2024-03-26T18:46:49.875Z | tools/reflector/helpers.sh |
3420 | 2024-03-26T18:46:49.875Z |
4,652 100% 5.92kB/s 0:00:00
4,652 100% 5.92kB/s 0:00:00 (xfr#208, to-chk=5/255) |
3421 | 2024-03-26T18:46:49.875Z | tools/scrimlet/ |
3422 | 2024-03-26T18:46:49.875Z | tools/scrimlet/create-softnpu-zone.sh |
3423 | 2024-03-26T18:46:49.876Z |
627 100% 0.80kB/s 0:00:00
627 100% 0.80kB/s 0:00:00 (xfr#209, to-chk=4/255) |
3424 | 2024-03-26T18:46:49.876Z | tools/scrimlet/destroy-softnpu-zone.sh |
3425 | 2024-03-26T18:46:49.876Z |
203 100% 0.26kB/s 0:00:00
203 100% 0.26kB/s 0:00:00 (xfr#210, to-chk=3/255) |
3426 | 2024-03-26T18:46:49.876Z | tools/scrimlet/softnpu-init.sh |
3427 | 2024-03-26T18:46:49.876Z |
2,157 100% 2.75kB/s 0:00:00
2,157 100% 2.75kB/s 0:00:00 (xfr#211, to-chk=2/255) |
3428 | 2024-03-26T18:46:49.876Z | tools/scrimlet/softnpu-zone.txt |
3429 | 2024-03-26T18:46:49.876Z |
330 100% 0.42kB/s 0:00:00
330 100% 0.42kB/s 0:00:00 (xfr#212, to-chk=1/255) |
3430 | 2024-03-26T18:46:49.876Z | tools/scrimlet/softnpu.toml |
3431 | 2024-03-26T18:46:49.876Z |
171 100% 0.22kB/s 0:00:00
171 100% 0.22kB/s 0:00:00 (xfr#213, to-chk=0/255) |
3432 | 2024-03-26T18:46:49.876Z | + banner G1 |
3433 | 2024-03-26T18:46:49.876Z | ##### # |
3434 | 2024-03-26T18:46:49.876Z | # # ## |
3435 | 2024-03-26T18:46:49.877Z | # # # |
3436 | 2024-03-26T18:46:49.877Z | # #### # |
3437 | 2024-03-26T18:46:49.877Z | # # # |
3438 | 2024-03-26T18:46:49.877Z | # # # |
3439 | 2024-03-26T18:46:49.877Z | ##### ##### |
3440 | 2024-03-26T18:46:49.877Z | |
3441 | 2024-03-26T18:46:49.877Z | + . config/build-g1.sh |
3442 | 2024-03-26T18:46:49.877Z | ++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml |
3443 | 2024-03-26T18:46:49.877Z | ++ cp config/g1-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
3444 | 2024-03-26T18:46:49.877Z | ++ cp -r cargo-bay/tools cargo-bay/g1/ |
3445 | 2024-03-26T18:46:49.877Z | ++ cd /work/oxidecomputer/omicron |
3446 | 2024-03-26T18:46:49.878Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
3447 | 2024-03-26T18:46:50.999Z | Finished release [optimized] target(s) in 1.06s |
3448 | 2024-03-26T18:46:51.041Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
3449 | 2024-03-26T18:46:51.080Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
3450 | 2024-03-26T18:46:51.080Z | Created new build target 'default' and set it as active |
3451 | 2024-03-26T18:46:51.080Z | ++ cargo run --release --bin omicron-package -- package |
3452 | 2024-03-26T18:46:52.079Z | Finished release [optimized] target(s) in 0.91s |
3453 | 2024-03-26T18:46:52.107Z | Running `target/release/omicron-package package` |
3454 | 2024-03-26T18:46:52.152Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
3455 | 2024-03-26T18:46:53.270Z | Finished release [optimized] target(s) in 1.06s |
3456 | 2024-03-26T18:46:56.074Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
3457 | 2024-03-26T18:46:56.075Z | ++ rm -rf cargo-bay/g1/omicron |
3458 | 2024-03-26T18:46:56.100Z | ++ mkdir -p cargo-bay/g1/omicron |
3459 | 2024-03-26T18:46:56.100Z | ++ 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/ |
3460 | 2024-03-26T18:46:56.100Z | sending incremental file list |
3461 | 2024-03-26T18:46:56.101Z | omicron-package |
3462 | 2024-03-26T18:46:56.349Z |
32,768 0% 0.00kB/s 0:00:00
40,143,440 100% 154.24MB/s 0:00:00 (xfr#1, to-chk=253/254) |
3463 | 2024-03-26T18:46:56.349Z | package-manifest.toml |
3464 | 2024-03-26T18:46:56.349Z |
26,511 100% 104.39kB/s 0:00:00
26,511 100% 104.39kB/s 0:00:00 (xfr#2, to-chk=252/254) |
3465 | 2024-03-26T18:46:56.349Z | out/ |
3466 | 2024-03-26T18:46:56.349Z | out/LOG |
3467 | 2024-03-26T18:46:56.373Z |
32,768 79% 129.03kB/s 0:00:00
41,301 100% 162.63kB/s 0:00:00 (xfr#3, to-chk=248/254) |
3468 | 2024-03-26T18:46:56.373Z | out/clickhouse.tar.gz |
3469 | 2024-03-26T18:46:57.093Z |
32,768 0% 128.51kB/s 0:29:58
231,181,998 100% 221.80MB/s 0:00:00 (xfr#4, to-chk=247/254) |
3470 | 2024-03-26T18:46:57.094Z | out/clickhouse_keeper.tar.gz |
3471 | 2024-03-26T18:46:57.823Z |
32,768 0% 32.19kB/s 1:59:39
393,216 0% 384.00kB/s 0:10:00
231,172,279 100% 128.03MB/s 0:00:01 (xfr#5, to-chk=246/254) |
3472 | 2024-03-26T18:46:57.823Z | out/cockroachdb.tar.gz |
3473 | 2024-03-26T18:46:58.236Z |
32,768 0% 44.32kB/s 0:47:37
84,803,584 66% 80.88MB/s 0:00:00
126,678,544 100% 106.44MB/s 0:00:01 (xfr#6, to-chk=245/254) |
3474 | 2024-03-26T18:46:58.236Z | out/crucible-pantry-zone.tar.gz |
3475 | 2024-03-26T18:46:58.304Z |
32,768 0% 235.29kB/s 0:01:47
25,291,089 100% 118.23MB/s 0:00:00 (xfr#7, to-chk=244/254) |
3476 | 2024-03-26T18:46:58.304Z | out/crucible-zone.tar.gz |
3477 | 2024-03-26T18:46:58.431Z |
32,768 0% 156.86kB/s 0:03:55
36,990,014 100% 106.58MB/s 0:00:00 (xfr#8, to-chk=243/254) |
3478 | 2024-03-26T18:46:58.431Z | out/external-dns.tar.gz |
3479 | 2024-03-26T18:46:58.523Z |
32,768 0% 96.68kB/s 0:05:20
31,009,053 100% 69.75MB/s 0:00:00 (xfr#9, to-chk=242/254) |
3480 | 2024-03-26T18:46:58.524Z | out/internal-dns.tar.gz |
3481 | 2024-03-26T18:46:58.619Z |
32,768 0% 75.47kB/s 0:06:50
31,008,613 100% 57.31MB/s 0:00:00 (xfr#10, to-chk=241/254) |
3482 | 2024-03-26T18:46:58.619Z | out/mg-ddm-gz.tar |
3483 | 2024-03-26T18:46:59.228Z |
32,768 0% 62.02kB/s 0:20:09
58,458,112 77% 55.75MB/s 0:00:00
75,039,232 100% 63.39MB/s 0:00:01 (xfr#11, to-chk=240/254) |
3484 | 2024-03-26T18:46:59.229Z | out/nexus.tar.gz |
3485 | 2024-03-26T18:46:59.616Z |
32,768 0% 248.06kB/s 0:06:04
90,574,202 100% 167.08MB/s 0:00:00 (xfr#12, to-chk=239/254) |
3486 | 2024-03-26T18:46:59.616Z | out/ntp.tar.gz |
3487 | 2024-03-26T18:46:59.660Z |
32,768 0% 61.90kB/s 0:02:47
10,429,099 100% 17.73MB/s 0:00:00 (xfr#13, to-chk=238/254) |
3488 | 2024-03-26T18:46:59.660Z | out/omicron-gateway-softnpu.tar.gz |
3489 | 2024-03-26T18:46:59.715Z |
32,768 0% 57.04kB/s 0:04:49
16,523,785 100% 25.62MB/s 0:00:00 (xfr#14, to-chk=237/254) |
3490 | 2024-03-26T18:46:59.715Z | out/omicron-gateway.tar.gz |
3491 | 2024-03-26T18:46:59.770Z |
32,768 0% 52.03kB/s 0:05:16
16,520,360 100% 23.51MB/s 0:00:00 (xfr#15, to-chk=236/254) |
3492 | 2024-03-26T18:46:59.770Z | out/omicron-sled-agent.tar |
3493 | 2024-03-26T18:47:00.593Z |
32,768 0% 47.76kB/s 0:39:48
40,370,176 35% 38.50MB/s 0:00:01
114,097,664 100% 73.03MB/s 0:00:01 (xfr#16, to-chk=235/254) |
3494 | 2024-03-26T18:47:00.593Z | out/overlay.tar.gz |
3495 | 2024-03-26T18:47:00.593Z |
2,622 100% 5.23kB/s 0:00:00
2,622 100% 5.23kB/s 0:00:00 (xfr#17, to-chk=234/254) |
3496 | 2024-03-26T18:47:00.593Z | out/oximeter.tar.gz |
3497 | 2024-03-26T18:47:00.732Z |
32,768 0% 65.17kB/s 0:12:32
49,088,759 100% 73.96MB/s 0:00:00 (xfr#18, to-chk=233/254) |
3498 | 2024-03-26T18:47:00.732Z | out/oxlog.tar |
3499 | 2024-03-26T18:47:00.781Z |
32,768 0% 50.55kB/s 0:02:02
6,244,864 100% 8.73MB/s 0:00:00 (xfr#19, to-chk=232/254) |
3500 | 2024-03-26T18:47:00.782Z | out/probe.tar.gz |
3501 | 2024-03-26T18:47:00.810Z |
32,768 1% 46.85kB/s 0:00:59
2,829,470 100% 3.91MB/s 0:00:00 (xfr#20, to-chk=231/254) |
3502 | 2024-03-26T18:47:00.810Z | out/propolis-server.tar.gz |
3503 | 2024-03-26T18:47:00.968Z |
32,768 0% 46.31kB/s 0:23:52
66,360,059 100% 72.91MB/s 0:00:00 (xfr#21, to-chk=230/254) |
3504 | 2024-03-26T18:47:00.968Z | out/switch-softnpu.tar.gz |
3505 | 2024-03-26T18:47:01.580Z |
32,768 0% 36.82kB/s 1:36:43
44,335,104 20% 42.28MB/s 0:00:03
213,725,047 100% 137.72MB/s 0:00:01 (xfr#22, to-chk=229/254) |
3506 | 2024-03-26T18:47:01.580Z | out/console-assets/ |
3507 | 2024-03-26T18:47:01.580Z | out/console-assets/VERSION |
3508 | 2024-03-26T18:47:01.580Z |
41 100% 0.08kB/s 0:00:00
41 100% 0.08kB/s 0:00:00 (xfr#23, to-chk=225/254) |
3509 | 2024-03-26T18:47:01.580Z | out/console-assets/index.html |
3510 | 2024-03-26T18:47:01.580Z |
466 100% 0.95kB/s 0:00:00
466 100% 0.95kB/s 0:00:00 (xfr#24, to-chk=224/254) |
3511 | 2024-03-26T18:47:01.580Z | out/console-assets/assets/ |
3512 | 2024-03-26T18:47:01.580Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
3513 | 2024-03-26T18:47:01.627Z |
32,768 70% 66.53kB/s 0:00:00
46,276 100% 93.95kB/s 0:00:00 (xfr#25, to-chk=222/254) |
3514 | 2024-03-26T18:47:01.627Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
3515 | 2024-03-26T18:47:01.627Z |
32,768 65% 66.53kB/s 0:00:00
50,032 100% 101.58kB/s 0:00:00 (xfr#26, to-chk=221/254) |
3516 | 2024-03-26T18:47:01.627Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
3517 | 2024-03-26T18:47:01.627Z |
32,768 55% 66.53kB/s 0:00:00
58,524 100% 118.57kB/s 0:00:00 (xfr#27, to-chk=220/254) |
3518 | 2024-03-26T18:47:01.627Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
3519 | 2024-03-26T18:47:01.627Z |
32,768 71% 66.39kB/s 0:00:00
46,060 100% 93.32kB/s 0:00:00 (xfr#28, to-chk=219/254) |
3520 | 2024-03-26T18:47:01.627Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
3521 | 2024-03-26T18:47:01.628Z |
21,937 100% 44.45kB/s 0:00:00
21,937 100% 44.45kB/s 0:00:00 (xfr#29, to-chk=218/254) |
3522 | 2024-03-26T18:47:01.628Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
3523 | 2024-03-26T18:47:01.628Z |
17,996 100% 36.39kB/s 0:00:00
17,996 100% 36.39kB/s 0:00:00 (xfr#30, to-chk=217/254) |
3524 | 2024-03-26T18:47:01.628Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
3525 | 2024-03-26T18:47:01.628Z |
21,890 100% 44.26kB/s 0:00:00
21,890 100% 44.26kB/s 0:00:00 (xfr#31, to-chk=216/254) |
3526 | 2024-03-26T18:47:01.628Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
3527 | 2024-03-26T18:47:01.628Z |
17,984 100% 36.36kB/s 0:00:00
17,984 100% 36.36kB/s 0:00:00 (xfr#32, to-chk=215/254) |
3528 | 2024-03-26T18:47:01.628Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
3529 | 2024-03-26T18:47:01.628Z |
21,123 100% 42.71kB/s 0:00:00
21,123 100% 42.71kB/s 0:00:00 (xfr#33, to-chk=214/254) |
3530 | 2024-03-26T18:47:01.628Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
3531 | 2024-03-26T18:47:01.628Z |
17,228 100% 34.83kB/s 0:00:00
17,228 100% 34.83kB/s 0:00:00 (xfr#34, to-chk=213/254) |
3532 | 2024-03-26T18:47:01.628Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
3533 | 2024-03-26T18:47:01.628Z |
18,448 100% 37.30kB/s 0:00:00
18,448 100% 37.30kB/s 0:00:00 (xfr#35, to-chk=212/254) |
3534 | 2024-03-26T18:47:01.628Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
3535 | 2024-03-26T18:47:01.628Z |
22,665 100% 45.83kB/s 0:00:00
22,665 100% 45.73kB/s 0:00:00 (xfr#36, to-chk=211/254) |
3536 | 2024-03-26T18:47:01.628Z | out/console-assets/assets/Terminal-MhI4tVax.js |
3537 | 2024-03-26T18:47:01.628Z |
32,768 11% 66.12kB/s 0:00:03
287,745 100% 578.19kB/s 0:00:00 (xfr#37, to-chk=210/254) |
3538 | 2024-03-26T18:47:01.628Z | out/console-assets/assets/Terminal-MhI4tVax.js.gz |
3539 | 2024-03-26T18:47:01.628Z |
32,768 45% 65.84kB/s 0:00:00
71,751 100% 144.18kB/s 0:00:00 (xfr#38, to-chk=209/254) |
3540 | 2024-03-26T18:47:01.628Z | out/console-assets/assets/Terminal-MhI4tVax.js.map |
3541 | 2024-03-26T18:47:01.628Z |
32,768 5% 65.71kB/s 0:00:08
590,398 100% 1.15MB/s 0:00:00 (xfr#39, to-chk=208/254) |
3542 | 2024-03-26T18:47:01.629Z | out/console-assets/assets/Terminal-MhI4tVax.js.map.gz |
3543 | 2024-03-26T18:47:01.629Z |
32,768 27% 65.31kB/s 0:00:01
118,340 100% 235.85kB/s 0:00:00 (xfr#40, to-chk=207/254) |
3544 | 2024-03-26T18:47:01.629Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js |
3545 | 2024-03-26T18:47:01.629Z |
32,768 8% 65.17kB/s 0:00:05
371,459 100% 735.81kB/s 0:00:00 (xfr#41, to-chk=206/254) |
3546 | 2024-03-26T18:47:01.629Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.gz |
3547 | 2024-03-26T18:47:01.629Z |
32,768 31% 64.91kB/s 0:00:01
103,751 100% 205.10kB/s 0:00:00 (xfr#42, to-chk=205/254) |
3548 | 2024-03-26T18:47:01.629Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.map |
3549 | 2024-03-26T18:47:01.629Z |
32,768 1% 64.78kB/s 0:00:25
1,659,324 100% 3.13MB/s 0:00:00 (xfr#43, to-chk=204/254) |
3550 | 2024-03-26T18:47:01.629Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.map.gz |
3551 | 2024-03-26T18:47:01.654Z |
32,768 8% 63.37kB/s 0:00:05
379,086 100% 730.18kB/s 0:00:00 (xfr#44, to-chk=203/254) |
3552 | 2024-03-26T18:47:01.654Z | out/console-assets/assets/app-UgyCDj6n.css |
3553 | 2024-03-26T18:47:01.654Z |
32,768 23% 63.12kB/s 0:00:01
138,220 100% 265.71kB/s 0:00:00 (xfr#45, to-chk=202/254) |
3554 | 2024-03-26T18:47:01.654Z | out/console-assets/assets/app-UgyCDj6n.css.gz |
3555 | 2024-03-26T18:47:01.654Z |
21,226 100% 40.72kB/s 0:00:00
21,226 100% 40.72kB/s 0:00:00 (xfr#46, to-chk=201/254) |
3556 | 2024-03-26T18:47:01.654Z | out/console-assets/assets/app-oDC708oE.js |
3557 | 2024-03-26T18:47:01.654Z |
32,768 3% 62.87kB/s 0:00:16
1,090,115 100% 2.00MB/s 0:00:00 (xfr#47, to-chk=200/254) |
3558 | 2024-03-26T18:47:01.654Z | out/console-assets/assets/app-oDC708oE.js.gz |
3559 | 2024-03-26T18:47:01.654Z |
32,768 9% 61.66kB/s 0:00:04
336,276 100% 630.32kB/s 0:00:00 (xfr#48, to-chk=199/254) |
3560 | 2024-03-26T18:47:01.654Z | out/console-assets/assets/app-oDC708oE.js.map |
3561 | 2024-03-26T18:47:01.683Z |
32,768 0% 61.42kB/s 0:01:24
5,242,661 100% 8.98MB/s 0:00:00 (xfr#49, to-chk=198/254) |
3562 | 2024-03-26T18:47:01.683Z | out/console-assets/assets/app-oDC708oE.js.map.gz |
3563 | 2024-03-26T18:47:01.683Z |
32,768 2% 57.45kB/s 0:00:21
1,239,845 100% 2.10MB/s 0:00:00 (xfr#50, to-chk=197/254) |
3564 | 2024-03-26T18:47:01.683Z | out/console-assets/assets/favicon-WELtHcTG.svg |
3565 | 2024-03-26T18:47:01.683Z |
761 100% 1.32kB/s 0:00:00
761 100% 1.32kB/s 0:00:00 (xfr#51, to-chk=196/254) |
3566 | 2024-03-26T18:47:01.683Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
3567 | 2024-03-26T18:47:01.683Z |
1,327 100% 2.31kB/s 0:00:00
1,327 100% 2.31kB/s 0:00:00 (xfr#52, to-chk=195/254) |
3568 | 2024-03-26T18:47:01.683Z | out/console-assets/assets/og-preview-image.webp |
3569 | 2024-03-26T18:47:01.683Z |
32,768 36% 56.94kB/s 0:00:01
89,880 100% 155.90kB/s 0:00:00 (xfr#53, to-chk=194/254) |
3570 | 2024-03-26T18:47:01.683Z | out/console-assets/assets/oxide-hero-rack-hMCZGwQc.webp |
3571 | 2024-03-26T18:47:01.684Z |
32,768 9% 56.84kB/s 0:00:05
352,484 100% 609.24kB/s 0:00:00 (xfr#54, to-chk=193/254) |
3572 | 2024-03-26T18:47:01.684Z | out/manifest-cache/ |
3573 | 2024-03-26T18:47:01.684Z | out/manifest-cache/clickhouse.tar.gz.json |
3574 | 2024-03-26T18:47:01.684Z |
780 100% 1.35kB/s 0:00:00
780 100% 1.35kB/s 0:00:00 (xfr#55, to-chk=192/254) |
3575 | 2024-03-26T18:47:01.684Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
3576 | 2024-03-26T18:47:01.684Z |
801 100% 1.38kB/s 0:00:00
801 100% 1.38kB/s 0:00:00 (xfr#56, to-chk=191/254) |
3577 | 2024-03-26T18:47:01.684Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
3578 | 2024-03-26T18:47:01.684Z |
2,958 100% 5.11kB/s 0:00:00
2,958 100% 5.11kB/s 0:00:00 (xfr#57, to-chk=190/254) |
3579 | 2024-03-26T18:47:01.684Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
3580 | 2024-03-26T18:47:01.685Z |
2,946 100% 5.09kB/s 0:00:00
2,946 100% 5.09kB/s 0:00:00 (xfr#58, to-chk=189/254) |
3581 | 2024-03-26T18:47:01.685Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
3582 | 2024-03-26T18:47:01.685Z |
32,768 59% 56.64kB/s 0:00:00
54,966 100% 94.84kB/s 0:00:00 (xfr#59, to-chk=188/254) |
3583 | 2024-03-26T18:47:01.685Z | out/manifest-cache/cockroachdb.tar.gz.json |
3584 | 2024-03-26T18:47:01.685Z |
787 100% 1.36kB/s 0:00:00
787 100% 1.36kB/s 0:00:00 (xfr#60, to-chk=187/254) |
3585 | 2024-03-26T18:47:01.685Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
3586 | 2024-03-26T18:47:01.685Z |
662 100% 1.14kB/s 0:00:00
662 100% 1.14kB/s 0:00:00 (xfr#61, to-chk=186/254) |
3587 | 2024-03-26T18:47:01.685Z | out/manifest-cache/crucible-zone.tar.gz.json |
3588 | 2024-03-26T18:47:01.685Z |
641 100% 1.11kB/s 0:00:00
641 100% 1.11kB/s 0:00:00 (xfr#62, to-chk=185/254) |
3589 | 2024-03-26T18:47:01.685Z | out/manifest-cache/dns-server.tar.gz.json |
3590 | 2024-03-26T18:47:01.686Z |
942 100% 1.63kB/s 0:00:00
942 100% 1.63kB/s 0:00:00 (xfr#63, to-chk=184/254) |
3591 | 2024-03-26T18:47:01.686Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
3592 | 2024-03-26T18:47:01.686Z |
1,132 100% 1.95kB/s 0:00:00
1,132 100% 1.95kB/s 0:00:00 (xfr#64, to-chk=183/254) |
3593 | 2024-03-26T18:47:01.686Z | out/manifest-cache/external-dns.tar.gz.json |
3594 | 2024-03-26T18:47:01.686Z |
934 100% 1.61kB/s 0:00:00
934 100% 1.61kB/s 0:00:00 (xfr#65, to-chk=182/254) |
3595 | 2024-03-26T18:47:01.687Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
3596 | 2024-03-26T18:47:01.687Z |
752 100% 1.30kB/s 0:00:00
752 100% 1.30kB/s 0:00:00 (xfr#66, to-chk=181/254) |
3597 | 2024-03-26T18:47:01.687Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
3598 | 2024-03-26T18:47:01.687Z |
1,132 100% 1.95kB/s 0:00:00
1,132 100% 1.95kB/s 0:00:00 (xfr#67, to-chk=180/254) |
3599 | 2024-03-26T18:47:01.687Z | out/manifest-cache/internal-dns.tar.gz.json |
3600 | 2024-03-26T18:47:01.687Z |
791 100% 1.36kB/s 0:00:00
791 100% 1.36kB/s 0:00:00 (xfr#68, to-chk=179/254) |
3601 | 2024-03-26T18:47:01.687Z | out/manifest-cache/logadm.tar.gz.json |
3602 | 2024-03-26T18:47:01.687Z |
1,044 100% 1.80kB/s 0:00:00
1,044 100% 1.80kB/s 0:00:00 (xfr#69, to-chk=178/254) |
3603 | 2024-03-26T18:47:01.687Z | out/manifest-cache/nexus.tar.gz.json |
3604 | 2024-03-26T18:47:01.688Z |
773 100% 1.33kB/s 0:00:00
773 100% 1.33kB/s 0:00:00 (xfr#70, to-chk=177/254) |
3605 | 2024-03-26T18:47:01.688Z | out/manifest-cache/ntp-svc.tar.gz.json |
3606 | 2024-03-26T18:47:01.688Z |
2,228 100% 3.84kB/s 0:00:00
2,228 100% 3.84kB/s 0:00:00 (xfr#71, to-chk=176/254) |
3607 | 2024-03-26T18:47:01.688Z | out/manifest-cache/ntp.tar.gz.json |
3608 | 2024-03-26T18:47:01.688Z |
763 100% 1.32kB/s 0:00:00
763 100% 1.32kB/s 0:00:00 (xfr#72, to-chk=175/254) |
3609 | 2024-03-26T18:47:01.688Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
3610 | 2024-03-26T18:47:01.688Z |
1,462 100% 2.52kB/s 0:00:00
1,462 100% 2.52kB/s 0:00:00 (xfr#73, to-chk=174/254) |
3611 | 2024-03-26T18:47:01.688Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
3612 | 2024-03-26T18:47:01.688Z |
545 100% 0.94kB/s 0:00:00
545 100% 0.94kB/s 0:00:00 (xfr#74, to-chk=173/254) |
3613 | 2024-03-26T18:47:01.689Z | out/manifest-cache/omicron-gateway.tar.gz.json |
3614 | 2024-03-26T18:47:01.689Z |
703 100% 1.21kB/s 0:00:00
703 100% 1.21kB/s 0:00:00 (xfr#75, to-chk=172/254) |
3615 | 2024-03-26T18:47:01.689Z | out/manifest-cache/omicron-nexus.tar.gz.json |
3616 | 2024-03-26T18:47:01.689Z |
32,768 45% 56.54kB/s 0:00:00
71,925 100% 123.88kB/s 0:00:00 (xfr#76, to-chk=171/254) |
3617 | 2024-03-26T18:47:01.689Z | out/manifest-cache/omicron-omdb.tar.gz.json |
3618 | 2024-03-26T18:47:01.689Z |
702 100% 1.21kB/s 0:00:00
702 100% 1.21kB/s 0:00:00 (xfr#77, to-chk=170/254) |
3619 | 2024-03-26T18:47:01.689Z | out/manifest-cache/omicron-sled-agent.tar.json |
3620 | 2024-03-26T18:47:01.689Z |
1,269 100% 2.19kB/s 0:00:00
1,269 100% 2.19kB/s 0:00:00 (xfr#78, to-chk=169/254) |
3621 | 2024-03-26T18:47:01.689Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
3622 | 2024-03-26T18:47:01.689Z |
883 100% 1.52kB/s 0:00:00
883 100% 1.52kB/s 0:00:00 (xfr#79, to-chk=168/254) |
3623 | 2024-03-26T18:47:01.690Z | out/manifest-cache/overlay.tar.gz.json |
3624 | 2024-03-26T18:47:01.690Z |
473 100% 0.81kB/s 0:00:00
473 100% 0.81kB/s 0:00:00 (xfr#80, to-chk=167/254) |
3625 | 2024-03-26T18:47:01.690Z | out/manifest-cache/oximeter-collector.tar.gz.json |
3626 | 2024-03-26T18:47:01.690Z |
18,311 100% 31.54kB/s 0:00:00
18,311 100% 31.54kB/s 0:00:00 (xfr#81, to-chk=166/254) |
3627 | 2024-03-26T18:47:01.690Z | out/manifest-cache/oximeter.tar.gz.json |
3628 | 2024-03-26T18:47:01.690Z |
641 100% 1.10kB/s 0:00:00
641 100% 1.10kB/s 0:00:00 (xfr#82, to-chk=165/254) |
3629 | 2024-03-26T18:47:01.690Z | out/manifest-cache/oxlog.tar.json |
3630 | 2024-03-26T18:47:01.690Z |
321 100% 0.55kB/s 0:00:00
321 100% 0.55kB/s 0:00:00 (xfr#83, to-chk=164/254) |
3631 | 2024-03-26T18:47:01.690Z | out/manifest-cache/probe.tar.gz.json |
3632 | 2024-03-26T18:47:01.691Z |
346 100% 0.60kB/s 0:00:00
346 100% 0.60kB/s 0:00:00 (xfr#84, to-chk=163/254) |
3633 | 2024-03-26T18:47:01.691Z | out/manifest-cache/profile.tar.gz.json |
3634 | 2024-03-26T18:47:01.691Z |
838 100% 1.44kB/s 0:00:00
838 100% 1.44kB/s 0:00:00 (xfr#85, to-chk=162/254) |
3635 | 2024-03-26T18:47:01.691Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
3636 | 2024-03-26T18:47:01.691Z |
357 100% 0.61kB/s 0:00:00
357 100% 0.61kB/s 0:00:00 (xfr#86, to-chk=161/254) |
3637 | 2024-03-26T18:47:01.691Z | out/manifest-cache/sp-sim.tar.gz.json |
3638 | 2024-03-26T18:47:01.691Z |
1,549 100% 2.67kB/s 0:00:00
1,549 100% 2.67kB/s 0:00:00 (xfr#87, to-chk=160/254) |
3639 | 2024-03-26T18:47:01.691Z | out/manifest-cache/switch-softnpu.tar.gz.json |
3640 | 2024-03-26T18:47:01.691Z |
1,566 100% 2.70kB/s 0:00:00
1,566 100% 2.70kB/s 0:00:00 (xfr#88, to-chk=159/254) |
3641 | 2024-03-26T18:47:01.691Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
3642 | 2024-03-26T18:47:01.691Z |
10,790 100% 18.58kB/s 0:00:00
10,790 100% 18.58kB/s 0:00:00 (xfr#89, to-chk=158/254) |
3643 | 2024-03-26T18:47:01.691Z | out/manifest-cache/wicket.tar.gz.json |
3644 | 2024-03-26T18:47:01.691Z |
1,084 100% 1.87kB/s 0:00:00
1,084 100% 1.87kB/s 0:00:00 (xfr#90, to-chk=157/254) |
3645 | 2024-03-26T18:47:01.691Z | out/manifest-cache/wicketd.tar.gz.json |
3646 | 2024-03-26T18:47:01.691Z |
1,560 100% 2.69kB/s 0:00:00
1,560 100% 2.69kB/s 0:00:00 (xfr#91, to-chk=156/254) |
3647 | 2024-03-26T18:47:01.691Z | out/manifest-cache/zone-network-install.tar.gz.json |
3648 | 2024-03-26T18:47:01.691Z |
877 100% 1.51kB/s 0:00:00
877 100% 1.51kB/s 0:00:00 (xfr#92, to-chk=155/254) |
3649 | 2024-03-26T18:47:01.691Z | out/manifest-cache/zone-network-setup.tar.gz.json |
3650 | 2024-03-26T18:47:01.691Z |
772 100% 1.33kB/s 0:00:00
772 100% 1.33kB/s 0:00:00 (xfr#93, to-chk=154/254) |
3651 | 2024-03-26T18:47:01.692Z | out/target/ |
3652 | 2024-03-26T18:47:01.692Z | out/target/active -> default |
3653 | 2024-03-26T18:47:01.692Z | out/target/default |
3654 | 2024-03-26T18:47:01.692Z |
74 100% 0.13kB/s 0:00:00
74 100% 0.13kB/s 0:00:00 (xfr#94, to-chk=152/254) |
3655 | 2024-03-26T18:47:01.692Z | smf/ |
3656 | 2024-03-26T18:47:01.692Z | smf/clickhouse/ |
3657 | 2024-03-26T18:47:01.692Z | smf/clickhouse/config_replica.xml |
3658 | 2024-03-26T18:47:01.692Z |
2,728 100% 4.69kB/s 0:00:00
2,728 100% 4.69kB/s 0:00:00 (xfr#95, to-chk=132/254) |
3659 | 2024-03-26T18:47:01.692Z | smf/clickhouse/manifest.xml |
3660 | 2024-03-26T18:47:01.692Z |
1,494 100% 2.57kB/s 0:00:00
1,494 100% 2.57kB/s 0:00:00 (xfr#96, to-chk=131/254) |
3661 | 2024-03-26T18:47:01.724Z | smf/clickhouse/method_script.sh |
3662 | 2024-03-26T18:47:01.724Z |
5,330 100% 9.16kB/s 0:00:00
5,330 100% 9.16kB/s 0:00:00 (xfr#97, to-chk=130/254) |
3663 | 2024-03-26T18:47:01.724Z | smf/clickhouse_keeper/ |
3664 | 2024-03-26T18:47:01.724Z | smf/clickhouse_keeper/keeper_config.xml |
3665 | 2024-03-26T18:47:01.724Z |
1,460 100% 2.51kB/s 0:00:00
1,460 100% 2.51kB/s 0:00:00 (xfr#98, to-chk=129/254) |
3666 | 2024-03-26T18:47:01.724Z | smf/clickhouse_keeper/manifest.xml |
3667 | 2024-03-26T18:47:01.724Z |
1,534 100% 2.64kB/s 0:00:00
1,534 100% 2.64kB/s 0:00:00 (xfr#99, to-chk=128/254) |
3668 | 2024-03-26T18:47:01.724Z | smf/clickhouse_keeper/method_script.sh |
3669 | 2024-03-26T18:47:01.724Z |
4,324 100% 7.43kB/s 0:00:00
4,324 100% 7.43kB/s 0:00:00 (xfr#100, to-chk=127/254) |
3670 | 2024-03-26T18:47:01.725Z | smf/cockroachdb/ |
3671 | 2024-03-26T18:47:01.725Z | smf/cockroachdb/manifest.xml |
3672 | 2024-03-26T18:47:01.725Z |
1,667 100% 2.87kB/s 0:00:00
1,667 100% 2.87kB/s 0:00:00 (xfr#101, to-chk=126/254) |
3673 | 2024-03-26T18:47:01.725Z | smf/cockroachdb/method_script.sh |
3674 | 2024-03-26T18:47:01.725Z |
1,030 100% 1.77kB/s 0:00:00
1,030 100% 1.77kB/s 0:00:00 (xfr#102, to-chk=125/254) |
3675 | 2024-03-26T18:47:01.725Z | smf/external-dns/ |
3676 | 2024-03-26T18:47:01.725Z | smf/external-dns/config.toml |
3677 | 2024-03-26T18:47:01.725Z |
353 100% 0.61kB/s 0:00:00
353 100% 0.61kB/s 0:00:00 (xfr#103, to-chk=124/254) |
3678 | 2024-03-26T18:47:01.725Z | smf/external-dns/manifest.xml |
3679 | 2024-03-26T18:47:01.725Z |
1,805 100% 3.10kB/s 0:00:00
1,805 100% 3.10kB/s 0:00:00 (xfr#104, to-chk=123/254) |
3680 | 2024-03-26T18:47:01.725Z | smf/installinator/ |
3681 | 2024-03-26T18:47:01.725Z | smf/installinator/manifest.xml |
3682 | 2024-03-26T18:47:01.725Z |
2,149 100% 3.69kB/s 0:00:00
2,149 100% 3.69kB/s 0:00:00 (xfr#105, to-chk=122/254) |
3683 | 2024-03-26T18:47:01.725Z | smf/internal-dns/ |
3684 | 2024-03-26T18:47:01.725Z | smf/internal-dns/config.toml |
3685 | 2024-03-26T18:47:01.725Z |
353 100% 0.61kB/s 0:00:00
353 100% 0.61kB/s 0:00:00 (xfr#106, to-chk=121/254) |
3686 | 2024-03-26T18:47:01.725Z | smf/internal-dns/manifest.xml |
3687 | 2024-03-26T18:47:01.725Z |
1,618 100% 2.78kB/s 0:00:00
1,618 100% 2.78kB/s 0:00:00 (xfr#107, to-chk=120/254) |
3688 | 2024-03-26T18:47:01.725Z | smf/logadm/ |
3689 | 2024-03-26T18:47:01.725Z | smf/logadm/crontab.root |
3690 | 2024-03-26T18:47:01.725Z |
30 100% 0.05kB/s 0:00:00
30 100% 0.05kB/s 0:00:00 (xfr#108, to-chk=119/254) |
3691 | 2024-03-26T18:47:01.726Z | smf/logadm/logadm.conf |
3692 | 2024-03-26T18:47:01.726Z |
2,553 100% 4.39kB/s 0:00:00
2,553 100% 4.39kB/s 0:00:00 (xfr#109, to-chk=118/254) |
3693 | 2024-03-26T18:47:01.726Z | smf/mgs-sim/ |
3694 | 2024-03-26T18:47:01.726Z | smf/mgs-sim/config.toml |
3695 | 2024-03-26T18:47:01.726Z |
3,534 100% 6.08kB/s 0:00:00
3,534 100% 6.08kB/s 0:00:00 (xfr#110, to-chk=117/254) |
3696 | 2024-03-26T18:47:01.726Z | smf/mgs/ |
3697 | 2024-03-26T18:47:01.726Z | smf/mgs/config.toml |
3698 | 2024-03-26T18:47:01.726Z |
9,085 100% 15.59kB/s 0:00:00
9,085 100% 15.59kB/s 0:00:00 (xfr#111, to-chk=116/254) |
3699 | 2024-03-26T18:47:01.726Z | smf/mgs/manifest.xml |
3700 | 2024-03-26T18:47:01.726Z |
2,474 100% 4.25kB/s 0:00:00
2,474 100% 4.25kB/s 0:00:00 (xfr#112, to-chk=115/254) |
3701 | 2024-03-26T18:47:01.726Z | smf/nexus/ |
3702 | 2024-03-26T18:47:01.726Z | smf/nexus/manifest.xml |
3703 | 2024-03-26T18:47:01.726Z |
1,987 100% 3.41kB/s 0:00:00
1,987 100% 3.41kB/s 0:00:00 (xfr#113, to-chk=114/254) |
3704 | 2024-03-26T18:47:01.726Z | smf/nexus/multi-sled/ |
3705 | 2024-03-26T18:47:01.726Z | smf/nexus/multi-sled/config-partial.toml |
3706 | 2024-03-26T18:47:01.726Z |
1,997 100% 3.43kB/s 0:00:00
1,997 100% 3.43kB/s 0:00:00 (xfr#114, to-chk=111/254) |
3707 | 2024-03-26T18:47:01.726Z | smf/nexus/single-sled/ |
3708 | 2024-03-26T18:47:01.726Z | smf/nexus/single-sled/config-partial.toml |
3709 | 2024-03-26T18:47:01.726Z |
1,993 100% 3.42kB/s 0:00:00
1,993 100% 3.42kB/s 0:00:00 (xfr#115, to-chk=110/254) |
3710 | 2024-03-26T18:47:01.726Z | smf/ntp/ |
3711 | 2024-03-26T18:47:01.726Z | smf/ntp/etc/ |
3712 | 2024-03-26T18:47:01.727Z | smf/ntp/etc/inet/ |
3713 | 2024-03-26T18:47:01.727Z | smf/ntp/etc/inet/chrony.conf.boundary |
3714 | 2024-03-26T18:47:01.727Z |
881 100% 1.51kB/s 0:00:00
881 100% 1.51kB/s 0:00:00 (xfr#116, to-chk=104/254) |
3715 | 2024-03-26T18:47:01.727Z | smf/ntp/etc/inet/chrony.conf.internal |
3716 | 2024-03-26T18:47:01.727Z |
1,108 100% 1.90kB/s 0:00:00
1,108 100% 1.90kB/s 0:00:00 (xfr#117, to-chk=103/254) |
3717 | 2024-03-26T18:47:01.727Z | smf/ntp/etc/logadm.d/ |
3718 | 2024-03-26T18:47:01.727Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
3719 | 2024-03-26T18:47:01.727Z |
135 100% 0.23kB/s 0:00:00
135 100% 0.23kB/s 0:00:00 (xfr#118, to-chk=102/254) |
3720 | 2024-03-26T18:47:01.727Z | smf/ntp/manifest/ |
3721 | 2024-03-26T18:47:01.727Z | smf/ntp/manifest/manifest.xml |
3722 | 2024-03-26T18:47:01.727Z |
3,336 100% 5.73kB/s 0:00:00
3,336 100% 5.73kB/s 0:00:00 (xfr#119, to-chk=101/254) |
3723 | 2024-03-26T18:47:01.727Z | smf/ntp/method/ |
3724 | 2024-03-26T18:47:01.727Z | smf/ntp/method/svc-site-ntp |
3725 | 2024-03-26T18:47:01.727Z |
3,211 100% 5.51kB/s 0:00:00
3,211 100% 5.51kB/s 0:00:00 (xfr#120, to-chk=100/254) |
3726 | 2024-03-26T18:47:01.727Z | smf/opte-interface-setup/ |
3727 | 2024-03-26T18:47:01.727Z | smf/opte-interface-setup/manifest.xml |
3728 | 2024-03-26T18:47:01.727Z |
1,638 100% 2.81kB/s 0:00:00
1,638 100% 2.81kB/s 0:00:00 (xfr#121, to-chk=99/254) |
3729 | 2024-03-26T18:47:01.727Z | smf/oximeter/ |
3730 | 2024-03-26T18:47:01.727Z | smf/oximeter/config.toml |
3731 | 2024-03-26T18:47:01.727Z |
205 100% 0.35kB/s 0:00:00
205 100% 0.35kB/s 0:00:00 (xfr#122, to-chk=98/254) |
3732 | 2024-03-26T18:47:01.728Z | smf/oximeter/manifest.xml |
3733 | 2024-03-26T18:47:01.728Z |
1,770 100% 3.04kB/s 0:00:00
1,770 100% 3.04kB/s 0:00:00 (xfr#123, to-chk=97/254) |
3734 | 2024-03-26T18:47:01.728Z | smf/profile/ |
3735 | 2024-03-26T18:47:01.728Z | smf/profile/bashrc |
3736 | 2024-03-26T18:47:01.728Z |
925 100% 1.59kB/s 0:00:00
925 100% 1.59kB/s 0:00:00 (xfr#124, to-chk=96/254) |
3737 | 2024-03-26T18:47:01.728Z | smf/profile/profile |
3738 | 2024-03-26T18:47:01.728Z |
554 100% 0.95kB/s 0:00:00
554 100% 0.95kB/s 0:00:00 (xfr#125, to-chk=95/254) |
3739 | 2024-03-26T18:47:01.728Z | smf/sled-agent/ |
3740 | 2024-03-26T18:47:01.728Z | smf/sled-agent/manifest.xml |
3741 | 2024-03-26T18:47:01.728Z |
2,373 100% 4.07kB/s 0:00:00
2,373 100% 4.07kB/s 0:00:00 (xfr#126, to-chk=94/254) |
3742 | 2024-03-26T18:47:01.728Z | smf/sled-agent/gimlet-standalone/ |
3743 | 2024-03-26T18:47:01.728Z | smf/sled-agent/gimlet-standalone/README.md |
3744 | 2024-03-26T18:47:01.728Z |
114 100% 0.20kB/s 0:00:00
114 100% 0.20kB/s 0:00:00 (xfr#127, to-chk=90/254) |
3745 | 2024-03-26T18:47:01.728Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
3746 | 2024-03-26T18:47:01.728Z |
6,611 100% 11.33kB/s 0:00:00
6,611 100% 11.33kB/s 0:00:00 (xfr#128, to-chk=89/254) |
3747 | 2024-03-26T18:47:01.728Z | smf/sled-agent/gimlet-standalone/config.toml |
3748 | 2024-03-26T18:47:01.728Z |
1,800 100% 3.08kB/s 0:00:00
1,800 100% 3.08kB/s 0:00:00 (xfr#129, to-chk=88/254) |
3749 | 2024-03-26T18:47:01.728Z | smf/sled-agent/gimlet/ |
3750 | 2024-03-26T18:47:01.728Z | smf/sled-agent/gimlet/README.md |
3751 | 2024-03-26T18:47:01.728Z |
54 100% 0.09kB/s 0:00:00
54 100% 0.09kB/s 0:00:00 (xfr#130, to-chk=87/254) |
3752 | 2024-03-26T18:47:01.728Z | smf/sled-agent/gimlet/config.toml |
3753 | 2024-03-26T18:47:01.728Z |
1,657 100% 2.84kB/s 0:00:00
1,657 100% 2.84kB/s 0:00:00 (xfr#131, to-chk=86/254) |
3754 | 2024-03-26T18:47:01.729Z | smf/sled-agent/non-gimlet/ |
3755 | 2024-03-26T18:47:01.729Z | smf/sled-agent/non-gimlet/README.md |
3756 | 2024-03-26T18:47:01.729Z |
105 100% 0.18kB/s 0:00:00
105 100% 0.18kB/s 0:00:00 (xfr#132, to-chk=85/254) |
3757 | 2024-03-26T18:47:01.729Z | smf/sled-agent/non-gimlet/config.toml |
3758 | 2024-03-26T18:47:01.729Z |
2,820 100% 4.83kB/s 0:00:00
2,820 100% 4.83kB/s 0:00:00 (xfr#133, to-chk=84/254) |
3759 | 2024-03-26T18:47:01.729Z | smf/sp-sim/ |
3760 | 2024-03-26T18:47:01.729Z | smf/sp-sim/config.toml |
3761 | 2024-03-26T18:47:01.756Z |
2,604 100% 4.46kB/s 0:00:00
2,604 100% 4.46kB/s 0:00:00 (xfr#134, to-chk=83/254) |
3762 | 2024-03-26T18:47:01.756Z | smf/sp-sim/manifest.xml |
3763 | 2024-03-26T18:47:01.756Z |
1,271 100% 2.18kB/s 0:00:00
1,271 100% 2.18kB/s 0:00:00 (xfr#135, to-chk=82/254) |
3764 | 2024-03-26T18:47:01.756Z | smf/switch_zone_setup/ |
3765 | 2024-03-26T18:47:01.756Z | smf/switch_zone_setup/manifest.xml |
3766 | 2024-03-26T18:47:01.756Z |
1,061 100% 1.82kB/s 0:00:00
1,061 100% 1.82kB/s 0:00:00 (xfr#136, to-chk=81/254) |
3767 | 2024-03-26T18:47:01.756Z | smf/switch_zone_setup/support_authorized_keys |
3768 | 2024-03-26T18:47:01.756Z |
1,284 100% 2.20kB/s 0:00:00
1,284 100% 2.20kB/s 0:00:00 (xfr#137, to-chk=80/254) |
3769 | 2024-03-26T18:47:01.756Z | smf/switch_zone_setup/switch_zone_setup |
3770 | 2024-03-26T18:47:01.756Z |
1,041 100% 1.78kB/s 0:00:00
1,041 100% 1.78kB/s 0:00:00 (xfr#138, to-chk=79/254) |
3771 | 2024-03-26T18:47:01.756Z | smf/wicketd/ |
3772 | 2024-03-26T18:47:01.756Z | smf/wicketd/config.toml |
3773 | 2024-03-26T18:47:01.756Z |
104 100% 0.18kB/s 0:00:00
104 100% 0.18kB/s 0:00:00 (xfr#139, to-chk=78/254) |
3774 | 2024-03-26T18:47:01.756Z | smf/wicketd/manifest.xml |
3775 | 2024-03-26T18:47:01.756Z |
2,954 100% 5.06kB/s 0:00:00
2,954 100% 5.06kB/s 0:00:00 (xfr#140, to-chk=77/254) |
3776 | 2024-03-26T18:47:01.756Z | smf/zone-network-setup/ |
3777 | 2024-03-26T18:47:01.756Z | smf/zone-network-setup/manifest.xml |
3778 | 2024-03-26T18:47:01.757Z |
1,614 100% 2.77kB/s 0:00:00
1,614 100% 2.77kB/s 0:00:00 (xfr#141, to-chk=76/254) |
3779 | 2024-03-26T18:47:01.757Z | tools/ |
3780 | 2024-03-26T18:47:01.757Z | tools/README.adoc |
3781 | 2024-03-26T18:47:01.757Z |
3,558 100% 6.09kB/s 0:00:00
3,558 100% 6.09kB/s 0:00:00 (xfr#142, to-chk=75/254) |
3782 | 2024-03-26T18:47:01.757Z | tools/build-global-zone-packages.sh |
3783 | 2024-03-26T18:47:01.757Z |
2,388 100% 4.08kB/s 0:00:00
2,388 100% 4.08kB/s 0:00:00 (xfr#143, to-chk=74/254) |
3784 | 2024-03-26T18:47:01.757Z | tools/build-host-image.sh |
3785 | 2024-03-26T18:47:01.757Z |
2,971 100% 5.08kB/s 0:00:00
2,971 100% 5.08kB/s 0:00:00 (xfr#144, to-chk=73/254) |
3786 | 2024-03-26T18:47:01.757Z | tools/build-trampoline-global-zone-packages.sh |
3787 | 2024-03-26T18:47:01.757Z |
1,878 100% 3.21kB/s 0:00:00
1,878 100% 3.21kB/s 0:00:00 (xfr#145, to-chk=72/254) |
3788 | 2024-03-26T18:47:01.757Z | tools/ci_check_opte_ver.sh |
3789 | 2024-03-26T18:47:01.757Z |
2,770 100% 4.74kB/s 0:00:00
2,770 100% 4.74kB/s 0:00:00 (xfr#146, to-chk=71/254) |
3790 | 2024-03-26T18:47:01.757Z | tools/ci_download_clickhouse |
3791 | 2024-03-26T18:47:01.757Z |
3,631 100% 6.21kB/s 0:00:00
3,631 100% 6.21kB/s 0:00:00 (xfr#147, to-chk=70/254) |
3792 | 2024-03-26T18:47:01.757Z | tools/ci_download_cockroachdb |
3793 | 2024-03-26T18:47:01.757Z |
4,292 100% 7.34kB/s 0:00:00
4,292 100% 7.34kB/s 0:00:00 (xfr#148, to-chk=69/254) |
3794 | 2024-03-26T18:47:01.757Z | tools/ci_download_console |
3795 | 2024-03-26T18:47:01.757Z |
1,991 100% 3.41kB/s 0:00:00
1,991 100% 3.41kB/s 0:00:00 (xfr#149, to-chk=68/254) |
3796 | 2024-03-26T18:47:01.757Z | tools/ci_download_dendrite_openapi |
3797 | 2024-03-26T18:47:01.758Z |
1,719 100% 2.94kB/s 0:00:00
1,719 100% 2.94kB/s 0:00:00 (xfr#150, to-chk=67/254) |
3798 | 2024-03-26T18:47:01.758Z | tools/ci_download_dendrite_stub |
3799 | 2024-03-26T18:47:01.758Z |
4,229 100% 7.23kB/s 0:00:00
4,229 100% 7.23kB/s 0:00:00 (xfr#151, to-chk=66/254) |
3800 | 2024-03-26T18:47:01.758Z | tools/ci_download_maghemite_mgd |
3801 | 2024-03-26T18:47:01.758Z |
3,650 100% 6.24kB/s 0:00:00
3,650 100% 6.24kB/s 0:00:00 (xfr#152, to-chk=65/254) |
3802 | 2024-03-26T18:47:01.758Z | tools/ci_download_maghemite_openapi |
3803 | 2024-03-26T18:47:01.758Z |
1,989 100% 3.40kB/s 0:00:00
1,989 100% 3.40kB/s 0:00:00 (xfr#153, to-chk=64/254) |
3804 | 2024-03-26T18:47:01.758Z | tools/ci_download_softnpu_machinery |
3805 | 2024-03-26T18:47:01.758Z |
668 100% 1.14kB/s 0:00:00
668 100% 1.14kB/s 0:00:00 (xfr#154, to-chk=63/254) |
3806 | 2024-03-26T18:47:01.758Z | tools/ci_download_thundermuffin |
3807 | 2024-03-26T18:47:01.758Z |
3,237 100% 5.54kB/s 0:00:00
3,237 100% 5.54kB/s 0:00:00 (xfr#155, to-chk=62/254) |
3808 | 2024-03-26T18:47:01.758Z | tools/ci_download_transceiver_control |
3809 | 2024-03-26T18:47:01.758Z |
3,415 100% 5.84kB/s 0:00:00
3,415 100% 5.84kB/s 0:00:00 (xfr#156, to-chk=61/254) |
3810 | 2024-03-26T18:47:01.758Z | tools/clickhouse_checksums |
3811 | 2024-03-26T18:47:01.758Z |
153 100% 0.26kB/s 0:00:00
153 100% 0.26kB/s 0:00:00 (xfr#157, to-chk=60/254) |
3812 | 2024-03-26T18:47:01.758Z | tools/clickhouse_version |
3813 | 2024-03-26T18:47:01.758Z |
11 100% 0.02kB/s 0:00:00
11 100% 0.02kB/s 0:00:00 (xfr#158, to-chk=59/254) |
3814 | 2024-03-26T18:47:01.758Z | tools/cockroachdb_checksums |
3815 | 2024-03-26T18:47:01.758Z |
258 100% 0.44kB/s 0:00:00
258 100% 0.44kB/s 0:00:00 (xfr#159, to-chk=58/254) |
3816 | 2024-03-26T18:47:01.758Z | tools/cockroachdb_version |
3817 | 2024-03-26T18:47:01.759Z |
8 100% 0.01kB/s 0:00:00
8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254) |
3818 | 2024-03-26T18:47:01.759Z | tools/console_version |
3819 | 2024-03-26T18:47:01.759Z |
122 100% 0.21kB/s 0:00:00
122 100% 0.21kB/s 0:00:00 (xfr#161, to-chk=56/254) |
3820 | 2024-03-26T18:47:01.759Z | tools/create_gimlet_virtual_hardware.sh |
3821 | 2024-03-26T18:47:01.759Z |
936 100% 1.60kB/s 0:00:00
936 100% 1.60kB/s 0:00:00 (xfr#162, to-chk=55/254) |
3822 | 2024-03-26T18:47:01.759Z | tools/create_scrimlet_virtual_hardware.sh |
3823 | 2024-03-26T18:47:01.759Z |
2,014 100% 3.44kB/s 0:00:00
2,014 100% 3.44kB/s 0:00:00 (xfr#163, to-chk=54/254) |
3824 | 2024-03-26T18:47:01.759Z | tools/create_self_signed_cert.sh |
3825 | 2024-03-26T18:47:01.759Z |
685 100% 1.17kB/s 0:00:00
685 100% 1.17kB/s 0:00:00 (xfr#164, to-chk=53/254) |
3826 | 2024-03-26T18:47:01.759Z | tools/create_virtual_hardware.sh |
3827 | 2024-03-26T18:47:01.759Z |
3,184 100% 5.44kB/s 0:00:00
3,184 100% 5.44kB/s 0:00:00 (xfr#165, to-chk=52/254) |
3828 | 2024-03-26T18:47:01.759Z | tools/delete-reservoir.sh |
3829 | 2024-03-26T18:47:01.759Z |
136 100% 0.23kB/s 0:00:00
136 100% 0.23kB/s 0:00:00 (xfr#166, to-chk=51/254) |
3830 | 2024-03-26T18:47:01.759Z | tools/dendrite_openapi_version |
3831 | 2024-03-26T18:47:01.759Z |
122 100% 0.21kB/s 0:00:00
122 100% 0.21kB/s 0:00:00 (xfr#167, to-chk=50/254) |
3832 | 2024-03-26T18:47:01.759Z | tools/dendrite_stub_checksums |
3833 | 2024-03-26T18:47:01.760Z |
267 100% 0.46kB/s 0:00:00
267 100% 0.46kB/s 0:00:00 (xfr#168, to-chk=49/254) |
3834 | 2024-03-26T18:47:01.760Z | tools/destroy_gimlet_virtual_hardware.sh |
3835 | 2024-03-26T18:47:01.760Z |
888 100% 1.52kB/s 0:00:00
888 100% 1.52kB/s 0:00:00 (xfr#169, to-chk=48/254) |
3836 | 2024-03-26T18:47:01.760Z | tools/destroy_scrimlet_virtual_hardware.sh |
3837 | 2024-03-26T18:47:01.760Z |
1,147 100% 1.96kB/s 0:00:00
1,147 100% 1.96kB/s 0:00:00 (xfr#170, to-chk=47/254) |
3838 | 2024-03-26T18:47:01.760Z | tools/destroy_virtual_hardware.sh |
3839 | 2024-03-26T18:47:01.760Z |
2,227 100% 3.80kB/s 0:00:00
2,227 100% 3.80kB/s 0:00:00 (xfr#171, to-chk=46/254) |
3840 | 2024-03-26T18:47:01.760Z | tools/dvt_dock_version |
3841 | 2024-03-26T18:47:01.760Z |
48 100% 0.08kB/s 0:00:00
48 100% 0.08kB/s 0:00:00 (xfr#172, to-chk=45/254) |
3842 | 2024-03-26T18:47:01.760Z | tools/ensure_buildomat_artifact.sh |
3843 | 2024-03-26T18:47:01.760Z |
3,759 100% 6.42kB/s 0:00:00
3,759 100% 6.42kB/s 0:00:00 (xfr#173, to-chk=44/254) |
3844 | 2024-03-26T18:47:01.760Z | tools/generate-nexus-api.sh |
3845 | 2024-03-26T18:47:01.760Z |
174 100% 0.30kB/s 0:00:00
174 100% 0.30kB/s 0:00:00 (xfr#174, to-chk=43/254) |
3846 | 2024-03-26T18:47:01.760Z | tools/generate-sled-agent-api.sh |
3847 | 2024-03-26T18:47:01.760Z |
161 100% 0.27kB/s 0:00:00
161 100% 0.27kB/s 0:00:00 (xfr#175, to-chk=42/254) |
3848 | 2024-03-26T18:47:01.760Z | tools/generate-wicketd-api.sh |
3849 | 2024-03-26T18:47:01.760Z |
75 100% 0.13kB/s 0:00:00
75 100% 0.13kB/s 0:00:00 (xfr#176, to-chk=41/254) |
3850 | 2024-03-26T18:47:01.760Z | tools/hubris_checksums |
3851 | 2024-03-26T18:47:01.760Z |
852 100% 1.45kB/s 0:00:00
852 100% 1.45kB/s 0:00:00 (xfr#177, to-chk=40/254) |
3852 | 2024-03-26T18:47:01.760Z | tools/hubris_version |
3853 | 2024-03-26T18:47:01.760Z |
50 100% 0.09kB/s 0:00:00
50 100% 0.09kB/s 0:00:00 (xfr#178, to-chk=39/254) |
3854 | 2024-03-26T18:47:01.761Z | tools/install_builder_prerequisites.sh |
3855 | 2024-03-26T18:47:01.761Z |
7,537 100% 12.87kB/s 0:00:00
7,537 100% 12.87kB/s 0:00:00 (xfr#179, to-chk=38/254) |
3856 | 2024-03-26T18:47:01.761Z | tools/install_opte.sh |
3857 | 2024-03-26T18:47:01.761Z |
3,755 100% 6.40kB/s 0:00:00
3,755 100% 6.40kB/s 0:00:00 (xfr#180, to-chk=37/254) |
3858 | 2024-03-26T18:47:01.761Z | tools/install_prerequisites.sh |
3859 | 2024-03-26T18:47:01.761Z |
255 100% 0.43kB/s 0:00:00
255 100% 0.43kB/s 0:00:00 (xfr#181, to-chk=36/254) |
3860 | 2024-03-26T18:47:01.761Z | tools/install_runner_prerequisites.sh |
3861 | 2024-03-26T18:47:01.787Z |
4,154 100% 7.08kB/s 0:00:00
4,154 100% 7.08kB/s 0:00:00 (xfr#182, to-chk=35/254) |
3862 | 2024-03-26T18:47:01.787Z | tools/maghemite_ddm_openapi_version |
3863 | 2024-03-26T18:47:01.787Z |
122 100% 0.21kB/s 0:00:00
122 100% 0.21kB/s 0:00:00 (xfr#183, to-chk=34/254) |
3864 | 2024-03-26T18:47:01.787Z | tools/maghemite_mg_openapi_version |
3865 | 2024-03-26T18:47:01.787Z |
122 100% 0.21kB/s 0:00:00
122 100% 0.21kB/s 0:00:00 (xfr#184, to-chk=33/254) |
3866 | 2024-03-26T18:47:01.787Z | tools/maghemite_mgd_checksums |
3867 | 2024-03-26T18:47:01.787Z |
163 100% 0.28kB/s 0:00:00
163 100% 0.28kB/s 0:00:00 (xfr#185, to-chk=32/254) |
3868 | 2024-03-26T18:47:01.787Z | tools/opte_version |
3869 | 2024-03-26T18:47:01.787Z |
9 100% 0.02kB/s 0:00:00
9 100% 0.02kB/s 0:00:00 (xfr#186, to-chk=31/254) |
3870 | 2024-03-26T18:47:01.787Z | tools/opte_version_override |
3871 | 2024-03-26T18:47:01.787Z |
142 100% 0.24kB/s 0:00:00
142 100% 0.24kB/s 0:00:00 (xfr#187, to-chk=30/254) |
3872 | 2024-03-26T18:47:01.788Z | tools/renovate-post-upgrade.sh |
3873 | 2024-03-26T18:47:01.788Z |
1,705 100% 2.91kB/s 0:00:00
1,705 100% 2.91kB/s 0:00:00 (xfr#188, to-chk=29/254) |
3874 | 2024-03-26T18:47:01.788Z | tools/thundermuffin_checksums |
3875 | 2024-03-26T18:47:01.788Z |
79 100% 0.13kB/s 0:00:00
79 100% 0.13kB/s 0:00:00 (xfr#189, to-chk=28/254) |
3876 | 2024-03-26T18:47:01.788Z | tools/thundermuffin_version |
3877 | 2024-03-26T18:47:01.788Z |
50 100% 0.09kB/s 0:00:00
50 100% 0.09kB/s 0:00:00 (xfr#190, to-chk=27/254) |
3878 | 2024-03-26T18:47:01.788Z | tools/transceiver_control_version |
3879 | 2024-03-26T18:47:01.788Z |
137 100% 0.23kB/s 0:00:00
137 100% 0.23kB/s 0:00:00 (xfr#191, to-chk=26/254) |
3880 | 2024-03-26T18:47:01.788Z | tools/uninstall_opte.sh |
3881 | 2024-03-26T18:47:01.788Z |
6,514 100% 11.10kB/s 0:00:00
6,514 100% 11.10kB/s 0:00:00 (xfr#192, to-chk=25/254) |
3882 | 2024-03-26T18:47:01.788Z | tools/update_crucible.sh |
3883 | 2024-03-26T18:47:01.788Z |
1,093 100% 1.86kB/s 0:00:00
1,093 100% 1.86kB/s 0:00:00 (xfr#193, to-chk=24/254) |
3884 | 2024-03-26T18:47:01.788Z | tools/update_dendrite.sh |
3885 | 2024-03-26T18:47:01.788Z |
2,333 100% 3.98kB/s 0:00:00
2,333 100% 3.98kB/s 0:00:00 (xfr#194, to-chk=23/254) |
3886 | 2024-03-26T18:47:01.788Z | tools/update_helpers.sh |
3887 | 2024-03-26T18:47:01.788Z |
3,831 100% 6.53kB/s 0:00:00
3,831 100% 6.53kB/s 0:00:00 (xfr#195, to-chk=22/254) |
3888 | 2024-03-26T18:47:01.788Z | tools/update_lldp.sh |
3889 | 2024-03-26T18:47:01.788Z |
1,000 100% 1.70kB/s 0:00:00
1,000 100% 1.70kB/s 0:00:00 (xfr#196, to-chk=21/254) |
3890 | 2024-03-26T18:47:01.788Z | tools/update_maghemite.sh |
3891 | 2024-03-26T18:47:01.788Z |
939 100% 1.60kB/s 0:00:00
939 100% 1.60kB/s 0:00:00 (xfr#197, to-chk=20/254) |
3892 | 2024-03-26T18:47:01.788Z | tools/update_propolis.sh |
3893 | 2024-03-26T18:47:01.789Z |
1,050 100% 1.79kB/s 0:00:00
1,050 100% 1.79kB/s 0:00:00 (xfr#198, to-chk=19/254) |
3894 | 2024-03-26T18:47:01.789Z | tools/update_transceiver_control.sh |
3895 | 2024-03-26T18:47:01.789Z |
1,374 100% 2.34kB/s 0:00:00
1,374 100% 2.34kB/s 0:00:00 (xfr#199, to-chk=18/254) |
3896 | 2024-03-26T18:47:01.789Z | tools/virtual_hardware.sh |
3897 | 2024-03-26T18:47:01.789Z |
3,429 100% 5.84kB/s 0:00:00
3,429 100% 5.84kB/s 0:00:00 (xfr#200, to-chk=17/254) |
3898 | 2024-03-26T18:47:01.789Z | tools/dtrace/ |
3899 | 2024-03-26T18:47:01.789Z | tools/dtrace/aggregate-query-latency.d |
3900 | 2024-03-26T18:47:01.789Z |
780 100% 1.33kB/s 0:00:00
780 100% 1.33kB/s 0:00:00 (xfr#201, to-chk=11/254) |
3901 | 2024-03-26T18:47:01.789Z | tools/dtrace/slowest-queries.d |
3902 | 2024-03-26T18:47:01.789Z |
1,077 100% 1.83kB/s 0:00:00
1,077 100% 1.83kB/s 0:00:00 (xfr#202, to-chk=10/254) |
3903 | 2024-03-26T18:47:01.789Z | tools/dtrace/trace-db-queries.d |
3904 | 2024-03-26T18:47:01.789Z |
811 100% 1.38kB/s 0:00:00
811 100% 1.38kB/s 0:00:00 (xfr#203, to-chk=9/254) |
3905 | 2024-03-26T18:47:01.789Z | tools/include/ |
3906 | 2024-03-26T18:47:01.789Z | tools/include/force-git-over-https.sh |
3907 | 2024-03-26T18:47:01.789Z |
940 100% 1.60kB/s 0:00:00
940 100% 1.60kB/s 0:00:00 (xfr#204, to-chk=8/254) |
3908 | 2024-03-26T18:47:01.789Z | tools/populate/ |
3909 | 2024-03-26T18:47:01.789Z | tools/populate/populate-alpine.sh |
3910 | 2024-03-26T18:47:01.789Z |
788 100% 1.34kB/s 0:00:00
788 100% 1.34kB/s 0:00:00 (xfr#205, to-chk=7/254) |
3911 | 2024-03-26T18:47:01.789Z | tools/populate/populate-images.sh |
3912 | 2024-03-26T18:47:01.789Z |
2,571 100% 4.37kB/s 0:00:00
2,571 100% 4.37kB/s 0:00:00 (xfr#206, to-chk=6/254) |
3913 | 2024-03-26T18:47:01.790Z | tools/reflector/ |
3914 | 2024-03-26T18:47:01.790Z | tools/reflector/helpers.sh |
3915 | 2024-03-26T18:47:01.790Z |
4,652 100% 7.91kB/s 0:00:00
4,652 100% 7.91kB/s 0:00:00 (xfr#207, to-chk=5/254) |
3916 | 2024-03-26T18:47:01.790Z | tools/scrimlet/ |
3917 | 2024-03-26T18:47:01.790Z | tools/scrimlet/create-softnpu-zone.sh |
3918 | 2024-03-26T18:47:01.790Z |
627 100% 1.07kB/s 0:00:00
627 100% 1.07kB/s 0:00:00 (xfr#208, to-chk=4/254) |
3919 | 2024-03-26T18:47:01.790Z | tools/scrimlet/destroy-softnpu-zone.sh |
3920 | 2024-03-26T18:47:01.790Z |
203 100% 0.35kB/s 0:00:00
203 100% 0.35kB/s 0:00:00 (xfr#209, to-chk=3/254) |
3921 | 2024-03-26T18:47:01.790Z | tools/scrimlet/softnpu-init.sh |
3922 | 2024-03-26T18:47:01.790Z |
2,157 100% 3.67kB/s 0:00:00
2,157 100% 3.67kB/s 0:00:00 (xfr#210, to-chk=2/254) |
3923 | 2024-03-26T18:47:01.790Z | tools/scrimlet/softnpu-zone.txt |
3924 | 2024-03-26T18:47:01.790Z |
330 100% 0.56kB/s 0:00:00
330 100% 0.56kB/s 0:00:00 (xfr#211, to-chk=1/254) |
3925 | 2024-03-26T18:47:01.790Z | tools/scrimlet/softnpu.toml |
3926 | 2024-03-26T18:47:01.790Z |
171 100% 0.29kB/s 0:00:00
171 100% 0.29kB/s 0:00:00 (xfr#212, to-chk=0/254) |
3927 | 2024-03-26T18:47:01.790Z | + banner G2 |
3928 | 2024-03-26T18:47:01.790Z | ##### ##### |
3929 | 2024-03-26T18:47:01.790Z | # # # # |
3930 | 2024-03-26T18:47:01.790Z | # # |
3931 | 2024-03-26T18:47:01.790Z | # #### ##### |
3932 | 2024-03-26T18:47:01.790Z | # # # |
3933 | 2024-03-26T18:47:01.790Z | # # # |
3934 | 2024-03-26T18:47:01.791Z | ##### ####### |
3935 | 2024-03-26T18:47:01.791Z | |
3936 | 2024-03-26T18:47:01.791Z | + . config/build-g2.sh |
3937 | 2024-03-26T18:47:01.791Z | ++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml |
3938 | 2024-03-26T18:47:01.791Z | ++ cp config/g2-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
3939 | 2024-03-26T18:47:01.791Z | ++ cp -r cargo-bay/tools cargo-bay/g2/ |
3940 | 2024-03-26T18:47:01.791Z | ++ cd /work/oxidecomputer/omicron |
3941 | 2024-03-26T18:47:01.791Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
3942 | 2024-03-26T18:47:02.833Z | Finished release [optimized] target(s) in 0.99s |
3943 | 2024-03-26T18:47:02.864Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
3944 | 2024-03-26T18:47:02.900Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
3945 | 2024-03-26T18:47:02.926Z | Created new build target 'default' and set it as active |
3946 | 2024-03-26T18:47:02.926Z | ++ cargo run --release --bin omicron-package -- package |
3947 | 2024-03-26T18:47:03.927Z | Finished release [optimized] target(s) in 0.93s |
3948 | 2024-03-26T18:47:03.956Z | Running `target/release/omicron-package package` |
3949 | 2024-03-26T18:47:03.987Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
3950 | 2024-03-26T18:47:05.145Z | Finished release [optimized] target(s) in 1.07s |
3951 | 2024-03-26T18:47:07.856Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
3952 | 2024-03-26T18:47:07.856Z | ++ rm -rf cargo-bay/g2/omicron |
3953 | 2024-03-26T18:47:07.883Z | ++ mkdir -p cargo-bay/g2/omicron |
3954 | 2024-03-26T18:47:07.883Z | ++ 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/ |
3955 | 2024-03-26T18:47:07.883Z | sending incremental file list |
3956 | 2024-03-26T18:47:07.883Z | omicron-package |
3957 | 2024-03-26T18:47:08.133Z |
32,768 0% 0.00kB/s 0:00:00
40,143,440 100% 151.20MB/s 0:00:00 (xfr#1, to-chk=253/254) |
3958 | 2024-03-26T18:47:08.133Z | package-manifest.toml |
3959 | 2024-03-26T18:47:08.161Z |
26,511 100% 102.33kB/s 0:00:00
26,511 100% 102.33kB/s 0:00:00 (xfr#2, to-chk=252/254) |
3960 | 2024-03-26T18:47:08.161Z | out/ |
3961 | 2024-03-26T18:47:08.161Z | out/LOG |
3962 | 2024-03-26T18:47:08.161Z |
32,768 79% 126.48kB/s 0:00:00
41,299 100% 159.41kB/s 0:00:00 (xfr#3, to-chk=248/254) |
3963 | 2024-03-26T18:47:08.161Z | out/clickhouse.tar.gz |
3964 | 2024-03-26T18:47:08.878Z |
32,768 0% 125.98kB/s 0:30:34
231,181,998 100% 222.03MB/s 0:00:00 (xfr#4, to-chk=247/254) |
3965 | 2024-03-26T18:47:08.879Z | out/clickhouse_keeper.tar.gz |
3966 | 2024-03-26T18:47:09.705Z |
32,768 0% 32.23kB/s 1:59:32
524,288 0% 512.00kB/s 0:07:30
231,172,279 100% 120.87MB/s 0:00:01 (xfr#5, to-chk=246/254) |
3967 | 2024-03-26T18:47:09.705Z | out/cockroachdb.tar.gz |
3968 | 2024-03-26T18:47:10.141Z |
32,768 0% 38.79kB/s 0:54:25
49,676,288 39% 47.38MB/s 0:00:01
126,678,544 100% 95.73MB/s 0:00:01 (xfr#6, to-chk=245/254) |
3969 | 2024-03-26T18:47:10.141Z | out/crucible-pantry-zone.tar.gz |
3970 | 2024-03-26T18:47:10.214Z |
32,768 0% 121.67kB/s 0:03:27
25,291,089 100% 71.78MB/s 0:00:00 (xfr#7, to-chk=244/254) |
3971 | 2024-03-26T18:47:10.214Z | out/crucible-zone.tar.gz |
3972 | 2024-03-26T18:47:10.334Z |
32,768 0% 95.24kB/s 0:06:28
36,990,014 100% 77.70MB/s 0:00:00 (xfr#8, to-chk=243/254) |
3973 | 2024-03-26T18:47:10.334Z | out/external-dns.tar.gz |
3974 | 2024-03-26T18:47:10.435Z |
32,768 0% 70.48kB/s 0:07:19
31,009,053 100% 53.28MB/s 0:00:00 (xfr#9, to-chk=242/254) |
3975 | 2024-03-26T18:47:10.435Z | out/internal-dns.tar.gz |
3976 | 2024-03-26T18:47:10.536Z |
32,768 0% 57.55kB/s 0:08:58
31,008,613 100% 45.15MB/s 0:00:00 (xfr#10, to-chk=241/254) |
3977 | 2024-03-26T18:47:10.536Z | out/mg-ddm-gz.tar |
3978 | 2024-03-26T18:47:11.110Z |
32,768 0% 48.85kB/s 0:25:35
42,991,616 57% 41.00MB/s 0:00:00
75,039,232 100% 57.99MB/s 0:00:01 (xfr#11, to-chk=240/254) |
3979 | 2024-03-26T18:47:11.111Z | out/nexus.tar.gz |
3980 | 2024-03-26T18:47:11.447Z |
32,768 0% 136.17kB/s 0:11:04
90,574,202 100% 151.01MB/s 0:00:00 (xfr#12, to-chk=239/254) |
3981 | 2024-03-26T18:47:11.448Z | out/ntp.tar.gz |
3982 | 2024-03-26T18:47:11.479Z |
32,768 0% 55.85kB/s 0:03:06
10,429,099 100% 16.49MB/s 0:00:00 (xfr#13, to-chk=238/254) |
3983 | 2024-03-26T18:47:11.479Z | out/omicron-gateway-softnpu.tar.gz |
3984 | 2024-03-26T18:47:11.524Z |
32,768 0% 53.07kB/s 0:05:10
16,523,785 100% 24.39MB/s 0:00:00 (xfr#14, to-chk=237/254) |
3985 | 2024-03-26T18:47:11.524Z | out/omicron-gateway.tar.gz |
3986 | 2024-03-26T18:47:11.564Z |
32,768 0% 49.54kB/s 0:05:32
16,520,360 100% 22.93MB/s 0:00:00 (xfr#15, to-chk=236/254) |
3987 | 2024-03-26T18:47:11.564Z | out/omicron-sled-agent.tar |
3988 | 2024-03-26T18:47:12.410Z |
32,768 0% 46.58kB/s 0:40:48
35,782,656 31% 34.12MB/s 0:00:02
114,097,664 100% 70.80MB/s 0:00:01 (xfr#16, to-chk=235/254) |
3989 | 2024-03-26T18:47:12.410Z | out/overlay.tar.gz |
3990 | 2024-03-26T18:47:12.410Z |
2,622 100% 4.76kB/s 0:00:00
2,622 100% 4.76kB/s 0:00:00 (xfr#17, to-chk=234/254) |
3991 | 2024-03-26T18:47:12.411Z | out/oximeter.tar.gz |
3992 | 2024-03-26T18:47:12.573Z |
32,768 0% 59.48kB/s 0:13:44
49,088,759 100% 66.88MB/s 0:00:00 (xfr#18, to-chk=233/254) |
3993 | 2024-03-26T18:47:12.573Z | out/oxlog.tar |
3994 | 2024-03-26T18:47:12.622Z |
32,768 0% 45.65kB/s 0:02:16
6,244,864 100% 7.94MB/s 0:00:00 (xfr#19, to-chk=232/254) |
3995 | 2024-03-26T18:47:12.623Z | out/probe.tar.gz |
3996 | 2024-03-26T18:47:12.647Z |
32,768 1% 42.67kB/s 0:01:05
2,829,470 100% 3.56MB/s 0:00:00 (xfr#20, to-chk=231/254) |
3997 | 2024-03-26T18:47:12.647Z | out/propolis-server.tar.gz |
3998 | 2024-03-26T18:47:12.835Z |
32,768 0% 42.16kB/s 0:26:13
66,360,059 100% 65.85MB/s 0:00:00 (xfr#21, to-chk=230/254) |
3999 | 2024-03-26T18:47:12.835Z | out/switch-softnpu.tar.gz |
4000 | 2024-03-26T18:47:13.489Z |
32,768 0% 33.26kB/s 1:47:04
10,747,904 5% 10.25MB/s 0:00:19
213,725,047 100% 126.21MB/s 0:00:01 (xfr#22, to-chk=229/254) |
4001 | 2024-03-26T18:47:13.489Z | out/console-assets/ |
4002 | 2024-03-26T18:47:13.490Z | out/console-assets/VERSION |
4003 | 2024-03-26T18:47:13.516Z |
41 100% 0.06kB/s 0:00:00
41 100% 0.06kB/s 0:00:00 (xfr#23, to-chk=225/254) |
4004 | 2024-03-26T18:47:13.516Z | out/console-assets/index.html |
4005 | 2024-03-26T18:47:13.516Z |
466 100% 0.74kB/s 0:00:00
466 100% 0.74kB/s 0:00:00 (xfr#24, to-chk=224/254) |
4006 | 2024-03-26T18:47:13.516Z | out/console-assets/assets/ |
4007 | 2024-03-26T18:47:13.517Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
4008 | 2024-03-26T18:47:13.517Z |
32,768 70% 51.86kB/s 0:00:00
46,276 100% 73.24kB/s 0:00:00 (xfr#25, to-chk=222/254) |
4009 | 2024-03-26T18:47:13.517Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
4010 | 2024-03-26T18:47:13.517Z |
32,768 65% 51.86kB/s 0:00:00
50,032 100% 79.06kB/s 0:00:00 (xfr#26, to-chk=221/254) |
4011 | 2024-03-26T18:47:13.517Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
4012 | 2024-03-26T18:47:13.517Z |
32,768 55% 51.78kB/s 0:00:00
58,524 100% 92.48kB/s 0:00:00 (xfr#27, to-chk=220/254) |
4013 | 2024-03-26T18:47:13.517Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
4014 | 2024-03-26T18:47:13.517Z |
32,768 71% 51.78kB/s 0:00:00
46,060 100% 72.78kB/s 0:00:00 (xfr#28, to-chk=219/254) |
4015 | 2024-03-26T18:47:13.517Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
4016 | 2024-03-26T18:47:13.517Z |
21,937 100% 34.66kB/s 0:00:00
21,937 100% 34.66kB/s 0:00:00 (xfr#29, to-chk=218/254) |
4017 | 2024-03-26T18:47:13.517Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
4018 | 2024-03-26T18:47:13.517Z |
17,996 100% 28.39kB/s 0:00:00
17,996 100% 28.39kB/s 0:00:00 (xfr#30, to-chk=217/254) |
4019 | 2024-03-26T18:47:13.517Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
4020 | 2024-03-26T18:47:13.517Z |
21,890 100% 34.53kB/s 0:00:00
21,890 100% 34.53kB/s 0:00:00 (xfr#31, to-chk=216/254) |
4021 | 2024-03-26T18:47:13.517Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
4022 | 2024-03-26T18:47:13.517Z |
17,984 100% 28.37kB/s 0:00:00
17,984 100% 28.37kB/s 0:00:00 (xfr#32, to-chk=215/254) |
4023 | 2024-03-26T18:47:13.517Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
4024 | 2024-03-26T18:47:13.517Z |
21,123 100% 33.32kB/s 0:00:00
21,123 100% 33.32kB/s 0:00:00 (xfr#33, to-chk=214/254) |
4025 | 2024-03-26T18:47:13.517Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
4026 | 2024-03-26T18:47:13.517Z |
17,228 100% 27.18kB/s 0:00:00
17,228 100% 27.18kB/s 0:00:00 (xfr#34, to-chk=213/254) |
4027 | 2024-03-26T18:47:13.517Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
4028 | 2024-03-26T18:47:13.518Z |
18,448 100% 29.10kB/s 0:00:00
18,448 100% 29.10kB/s 0:00:00 (xfr#35, to-chk=212/254) |
4029 | 2024-03-26T18:47:13.518Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
4030 | 2024-03-26T18:47:13.518Z |
22,665 100% 35.70kB/s 0:00:00
22,665 100% 35.70kB/s 0:00:00 (xfr#36, to-chk=211/254) |
4031 | 2024-03-26T18:47:13.518Z | out/console-assets/assets/Terminal-MhI4tVax.js |
4032 | 2024-03-26T18:47:13.518Z |
32,768 11% 51.61kB/s 0:00:04
287,745 100% 451.77kB/s 0:00:00 (xfr#37, to-chk=210/254) |
4033 | 2024-03-26T18:47:13.518Z | out/console-assets/assets/Terminal-MhI4tVax.js.gz |
4034 | 2024-03-26T18:47:13.518Z |
32,768 45% 51.45kB/s 0:00:00
71,751 100% 112.47kB/s 0:00:00 (xfr#38, to-chk=209/254) |
4035 | 2024-03-26T18:47:13.518Z | out/console-assets/assets/Terminal-MhI4tVax.js.map |
4036 | 2024-03-26T18:47:13.518Z |
32,768 5% 51.36kB/s 0:00:10
590,398 100% 919.55kB/s 0:00:00 (xfr#39, to-chk=208/254) |
4037 | 2024-03-26T18:47:13.518Z | out/console-assets/assets/Terminal-MhI4tVax.js.map.gz |
4038 | 2024-03-26T18:47:13.518Z |
32,768 27% 51.04kB/s 0:00:01
118,340 100% 184.02kB/s 0:00:00 (xfr#40, to-chk=207/254) |
4039 | 2024-03-26T18:47:13.518Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js |
4040 | 2024-03-26T18:47:13.518Z |
32,768 8% 50.87kB/s 0:00:06
371,459 100% 572.17kB/s 0:00:00 (xfr#41, to-chk=206/254) |
4041 | 2024-03-26T18:47:13.518Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.gz |
4042 | 2024-03-26T18:47:13.518Z |
32,768 31% 50.47kB/s 0:00:01
103,751 100% 159.81kB/s 0:00:00 (xfr#42, to-chk=205/254) |
4043 | 2024-03-26T18:47:13.518Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.map |
4044 | 2024-03-26T18:47:13.545Z |
32,768 1% 50.39kB/s 0:00:32
1,659,324 100% 2.45MB/s 0:00:00 (xfr#43, to-chk=204/254) |
4045 | 2024-03-26T18:47:13.545Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.map.gz |
4046 | 2024-03-26T18:47:13.545Z |
32,768 8% 49.54kB/s 0:00:06
379,086 100% 572.18kB/s 0:00:00 (xfr#44, to-chk=203/254) |
4047 | 2024-03-26T18:47:13.545Z | out/console-assets/assets/app-UgyCDj6n.css |
4048 | 2024-03-26T18:47:13.545Z |
32,768 23% 49.38kB/s 0:00:02
138,220 100% 208.30kB/s 0:00:00 (xfr#45, to-chk=202/254) |
4049 | 2024-03-26T18:47:13.545Z | out/console-assets/assets/app-UgyCDj6n.css.gz |
4050 | 2024-03-26T18:47:13.545Z |
21,226 100% 31.99kB/s 0:00:00
21,226 100% 31.99kB/s 0:00:00 (xfr#46, to-chk=201/254) |
4051 | 2024-03-26T18:47:13.545Z | out/console-assets/assets/app-oDC708oE.js |
4052 | 2024-03-26T18:47:13.545Z |
32,768 3% 49.38kB/s 0:00:21
1,090,115 100% 1.57MB/s 0:00:00 (xfr#47, to-chk=200/254) |
4053 | 2024-03-26T18:47:13.545Z | out/console-assets/assets/app-oDC708oE.js.gz |
4054 | 2024-03-26T18:47:13.545Z |
32,768 9% 48.41kB/s 0:00:06
336,276 100% 495.32kB/s 0:00:00 (xfr#48, to-chk=199/254) |
4055 | 2024-03-26T18:47:13.545Z | out/console-assets/assets/app-oDC708oE.js.map |
4056 | 2024-03-26T18:47:13.573Z |
32,768 0% 48.27kB/s 0:01:47
5,242,661 100% 7.17MB/s 0:00:00 (xfr#49, to-chk=198/254) |
4057 | 2024-03-26T18:47:13.573Z | out/console-assets/assets/app-oDC708oE.js.map.gz |
4058 | 2024-03-26T18:47:13.602Z |
32,768 2% 45.91kB/s 0:00:26
1,239,845 100% 1.69MB/s 0:00:00 (xfr#50, to-chk=197/254) |
4059 | 2024-03-26T18:47:13.602Z | out/console-assets/assets/favicon-WELtHcTG.svg |
4060 | 2024-03-26T18:47:13.602Z |
761 100% 1.06kB/s 0:00:00
761 100% 1.06kB/s 0:00:00 (xfr#51, to-chk=196/254) |
4061 | 2024-03-26T18:47:13.602Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
4062 | 2024-03-26T18:47:13.602Z |
1,327 100% 1.85kB/s 0:00:00
1,327 100% 1.85kB/s 0:00:00 (xfr#52, to-chk=195/254) |
4063 | 2024-03-26T18:47:13.602Z | out/console-assets/assets/og-preview-image.webp |
4064 | 2024-03-26T18:47:13.602Z |
32,768 36% 45.58kB/s 0:00:01
89,880 100% 124.68kB/s 0:00:00 (xfr#53, to-chk=194/254) |
4065 | 2024-03-26T18:47:13.602Z | out/console-assets/assets/oxide-hero-rack-hMCZGwQc.webp |
4066 | 2024-03-26T18:47:13.602Z |
32,768 9% 45.45kB/s 0:00:07
352,484 100% 487.57kB/s 0:00:00 (xfr#54, to-chk=193/254) |
4067 | 2024-03-26T18:47:13.602Z | out/manifest-cache/ |
4068 | 2024-03-26T18:47:13.602Z | out/manifest-cache/clickhouse.tar.gz.json |
4069 | 2024-03-26T18:47:13.602Z |
780 100% 1.08kB/s 0:00:00
780 100% 1.08kB/s 0:00:00 (xfr#55, to-chk=192/254) |
4070 | 2024-03-26T18:47:13.602Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
4071 | 2024-03-26T18:47:13.602Z |
801 100% 1.11kB/s 0:00:00
801 100% 1.11kB/s 0:00:00 (xfr#56, to-chk=191/254) |
4072 | 2024-03-26T18:47:13.602Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
4073 | 2024-03-26T18:47:13.602Z |
2,958 100% 4.09kB/s 0:00:00
2,958 100% 4.09kB/s 0:00:00 (xfr#57, to-chk=190/254) |
4074 | 2024-03-26T18:47:13.602Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
4075 | 2024-03-26T18:47:13.603Z |
2,946 100% 4.08kB/s 0:00:00
2,946 100% 4.08kB/s 0:00:00 (xfr#58, to-chk=189/254) |
4076 | 2024-03-26T18:47:13.603Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
4077 | 2024-03-26T18:47:13.603Z |
32,768 59% 45.33kB/s 0:00:00
54,966 100% 75.92kB/s 0:00:00 (xfr#59, to-chk=188/254) |
4078 | 2024-03-26T18:47:13.603Z | out/manifest-cache/cockroachdb.tar.gz.json |
4079 | 2024-03-26T18:47:13.603Z |
787 100% 1.09kB/s 0:00:00
787 100% 1.09kB/s 0:00:00 (xfr#60, to-chk=187/254) |
4080 | 2024-03-26T18:47:13.603Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
4081 | 2024-03-26T18:47:13.603Z |
662 100% 0.91kB/s 0:00:00
662 100% 0.91kB/s 0:00:00 (xfr#61, to-chk=186/254) |
4082 | 2024-03-26T18:47:13.603Z | out/manifest-cache/crucible-zone.tar.gz.json |
4083 | 2024-03-26T18:47:13.603Z |
641 100% 0.89kB/s 0:00:00
641 100% 0.89kB/s 0:00:00 (xfr#62, to-chk=185/254) |
4084 | 2024-03-26T18:47:13.603Z | out/manifest-cache/dns-server.tar.gz.json |
4085 | 2024-03-26T18:47:13.603Z |
942 100% 1.30kB/s 0:00:00
942 100% 1.30kB/s 0:00:00 (xfr#63, to-chk=184/254) |
4086 | 2024-03-26T18:47:13.603Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
4087 | 2024-03-26T18:47:13.603Z |
1,132 100% 1.56kB/s 0:00:00
1,132 100% 1.56kB/s 0:00:00 (xfr#64, to-chk=183/254) |
4088 | 2024-03-26T18:47:13.603Z | out/manifest-cache/external-dns.tar.gz.json |
4089 | 2024-03-26T18:47:13.603Z |
934 100% 1.29kB/s 0:00:00
934 100% 1.29kB/s 0:00:00 (xfr#65, to-chk=182/254) |
4090 | 2024-03-26T18:47:13.603Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
4091 | 2024-03-26T18:47:13.603Z |
752 100% 1.04kB/s 0:00:00
752 100% 1.04kB/s 0:00:00 (xfr#66, to-chk=181/254) |
4092 | 2024-03-26T18:47:13.603Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
4093 | 2024-03-26T18:47:13.603Z |
1,132 100% 1.56kB/s 0:00:00
1,132 100% 1.56kB/s 0:00:00 (xfr#67, to-chk=180/254) |
4094 | 2024-03-26T18:47:13.603Z | out/manifest-cache/internal-dns.tar.gz.json |
4095 | 2024-03-26T18:47:13.603Z |
791 100% 1.09kB/s 0:00:00
791 100% 1.09kB/s 0:00:00 (xfr#68, to-chk=179/254) |
4096 | 2024-03-26T18:47:13.604Z | out/manifest-cache/logadm.tar.gz.json |
4097 | 2024-03-26T18:47:13.604Z |
1,044 100% 1.44kB/s 0:00:00
1,044 100% 1.44kB/s 0:00:00 (xfr#69, to-chk=178/254) |
4098 | 2024-03-26T18:47:13.604Z | out/manifest-cache/nexus.tar.gz.json |
4099 | 2024-03-26T18:47:13.604Z |
773 100% 1.07kB/s 0:00:00
773 100% 1.07kB/s 0:00:00 (xfr#70, to-chk=177/254) |
4100 | 2024-03-26T18:47:13.604Z | out/manifest-cache/ntp-svc.tar.gz.json |
4101 | 2024-03-26T18:47:13.604Z |
2,228 100% 3.07kB/s 0:00:00
2,228 100% 3.07kB/s 0:00:00 (xfr#71, to-chk=176/254) |
4102 | 2024-03-26T18:47:13.604Z | out/manifest-cache/ntp.tar.gz.json |
4103 | 2024-03-26T18:47:13.604Z |
763 100% 1.05kB/s 0:00:00
763 100% 1.05kB/s 0:00:00 (xfr#72, to-chk=175/254) |
4104 | 2024-03-26T18:47:13.604Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
4105 | 2024-03-26T18:47:13.604Z |
1,462 100% 2.02kB/s 0:00:00
1,462 100% 2.02kB/s 0:00:00 (xfr#73, to-chk=174/254) |
4106 | 2024-03-26T18:47:13.604Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
4107 | 2024-03-26T18:47:13.604Z |
545 100% 0.75kB/s 0:00:00
545 100% 0.75kB/s 0:00:00 (xfr#74, to-chk=173/254) |
4108 | 2024-03-26T18:47:13.604Z | out/manifest-cache/omicron-gateway.tar.gz.json |
4109 | 2024-03-26T18:47:13.604Z |
703 100% 0.97kB/s 0:00:00
703 100% 0.97kB/s 0:00:00 (xfr#75, to-chk=172/254) |
4110 | 2024-03-26T18:47:13.604Z | out/manifest-cache/omicron-nexus.tar.gz.json |
4111 | 2024-03-26T18:47:13.604Z |
32,768 45% 45.20kB/s 0:00:00
71,925 100% 99.21kB/s 0:00:00 (xfr#76, to-chk=171/254) |
4112 | 2024-03-26T18:47:13.604Z | out/manifest-cache/omicron-omdb.tar.gz.json |
4113 | 2024-03-26T18:47:13.604Z |
702 100% 0.97kB/s 0:00:00
702 100% 0.97kB/s 0:00:00 (xfr#77, to-chk=170/254) |
4114 | 2024-03-26T18:47:13.604Z | out/manifest-cache/omicron-sled-agent.tar.json |
4115 | 2024-03-26T18:47:13.604Z |
1,269 100% 1.75kB/s 0:00:00
1,269 100% 1.75kB/s 0:00:00 (xfr#78, to-chk=169/254) |
4116 | 2024-03-26T18:47:13.604Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
4117 | 2024-03-26T18:47:13.605Z |
883 100% 1.22kB/s 0:00:00
883 100% 1.22kB/s 0:00:00 (xfr#79, to-chk=168/254) |
4118 | 2024-03-26T18:47:13.605Z | out/manifest-cache/overlay.tar.gz.json |
4119 | 2024-03-26T18:47:13.605Z |
473 100% 0.65kB/s 0:00:00
473 100% 0.65kB/s 0:00:00 (xfr#80, to-chk=167/254) |
4120 | 2024-03-26T18:47:13.605Z | out/manifest-cache/oximeter-collector.tar.gz.json |
4121 | 2024-03-26T18:47:13.605Z |
18,311 100% 25.22kB/s 0:00:00
18,311 100% 25.22kB/s 0:00:00 (xfr#81, to-chk=166/254) |
4122 | 2024-03-26T18:47:13.605Z | out/manifest-cache/oximeter.tar.gz.json |
4123 | 2024-03-26T18:47:13.605Z |
641 100% 0.88kB/s 0:00:00
641 100% 0.88kB/s 0:00:00 (xfr#82, to-chk=165/254) |
4124 | 2024-03-26T18:47:13.605Z | out/manifest-cache/oxlog.tar.json |
4125 | 2024-03-26T18:47:13.605Z |
321 100% 0.44kB/s 0:00:00
321 100% 0.44kB/s 0:00:00 (xfr#83, to-chk=164/254) |
4126 | 2024-03-26T18:47:13.605Z | out/manifest-cache/probe.tar.gz.json |
4127 | 2024-03-26T18:47:13.605Z |
346 100% 0.48kB/s 0:00:00
346 100% 0.48kB/s 0:00:00 (xfr#84, to-chk=163/254) |
4128 | 2024-03-26T18:47:13.605Z | out/manifest-cache/profile.tar.gz.json |
4129 | 2024-03-26T18:47:13.605Z |
838 100% 1.15kB/s 0:00:00
838 100% 1.15kB/s 0:00:00 (xfr#85, to-chk=162/254) |
4130 | 2024-03-26T18:47:13.605Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
4131 | 2024-03-26T18:47:13.605Z |
357 100% 0.49kB/s 0:00:00
357 100% 0.49kB/s 0:00:00 (xfr#86, to-chk=161/254) |
4132 | 2024-03-26T18:47:13.605Z | out/manifest-cache/sp-sim.tar.gz.json |
4133 | 2024-03-26T18:47:13.605Z |
1,549 100% 2.13kB/s 0:00:00
1,549 100% 2.13kB/s 0:00:00 (xfr#87, to-chk=160/254) |
4134 | 2024-03-26T18:47:13.605Z | out/manifest-cache/switch-softnpu.tar.gz.json |
4135 | 2024-03-26T18:47:13.605Z |
1,566 100% 2.15kB/s 0:00:00
1,566 100% 2.15kB/s 0:00:00 (xfr#88, to-chk=159/254) |
4136 | 2024-03-26T18:47:13.605Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
4137 | 2024-03-26T18:47:13.605Z |
10,790 100% 14.84kB/s 0:00:00
10,790 100% 14.84kB/s 0:00:00 (xfr#89, to-chk=158/254) |
4138 | 2024-03-26T18:47:13.606Z | out/manifest-cache/wicket.tar.gz.json |
4139 | 2024-03-26T18:47:13.606Z |
1,084 100% 1.49kB/s 0:00:00
1,084 100% 1.49kB/s 0:00:00 (xfr#90, to-chk=157/254) |
4140 | 2024-03-26T18:47:13.606Z | out/manifest-cache/wicketd.tar.gz.json |
4141 | 2024-03-26T18:47:13.606Z |
1,560 100% 2.14kB/s 0:00:00
1,560 100% 2.14kB/s 0:00:00 (xfr#91, to-chk=156/254) |
4142 | 2024-03-26T18:47:13.606Z | out/manifest-cache/zone-network-install.tar.gz.json |
4143 | 2024-03-26T18:47:13.606Z |
877 100% 1.20kB/s 0:00:00
877 100% 1.20kB/s 0:00:00 (xfr#92, to-chk=155/254) |
4144 | 2024-03-26T18:47:13.606Z | out/manifest-cache/zone-network-setup.tar.gz.json |
4145 | 2024-03-26T18:47:13.606Z |
772 100% 1.06kB/s 0:00:00
772 100% 1.06kB/s 0:00:00 (xfr#93, to-chk=154/254) |
4146 | 2024-03-26T18:47:13.606Z | out/target/ |
4147 | 2024-03-26T18:47:13.606Z | out/target/active -> default |
4148 | 2024-03-26T18:47:13.606Z | out/target/default |
4149 | 2024-03-26T18:47:13.606Z |
74 100% 0.10kB/s 0:00:00
74 100% 0.10kB/s 0:00:00 (xfr#94, to-chk=152/254) |
4150 | 2024-03-26T18:47:13.606Z | smf/ |
4151 | 2024-03-26T18:47:13.606Z | smf/clickhouse/ |
4152 | 2024-03-26T18:47:13.606Z | smf/clickhouse/config_replica.xml |
4153 | 2024-03-26T18:47:13.606Z |
2,728 100% 3.74kB/s 0:00:00
2,728 100% 3.74kB/s 0:00:00 (xfr#95, to-chk=132/254) |
4154 | 2024-03-26T18:47:13.606Z | smf/clickhouse/manifest.xml |
4155 | 2024-03-26T18:47:13.606Z |
1,494 100% 2.05kB/s 0:00:00
1,494 100% 2.05kB/s 0:00:00 (xfr#96, to-chk=131/254) |
4156 | 2024-03-26T18:47:13.606Z | smf/clickhouse/method_script.sh |
4157 | 2024-03-26T18:47:13.606Z |
5,330 100% 7.31kB/s 0:00:00
5,330 100% 7.31kB/s 0:00:00 (xfr#97, to-chk=130/254) |
4158 | 2024-03-26T18:47:13.635Z | smf/clickhouse_keeper/ |
4159 | 2024-03-26T18:47:13.635Z | smf/clickhouse_keeper/keeper_config.xml |
4160 | 2024-03-26T18:47:13.635Z |
1,460 100% 2.00kB/s 0:00:00
1,460 100% 2.00kB/s 0:00:00 (xfr#98, to-chk=129/254) |
4161 | 2024-03-26T18:47:13.635Z | smf/clickhouse_keeper/manifest.xml |
4162 | 2024-03-26T18:47:13.635Z |
1,534 100% 2.10kB/s 0:00:00
1,534 100% 2.10kB/s 0:00:00 (xfr#99, to-chk=128/254) |
4163 | 2024-03-26T18:47:13.635Z | smf/clickhouse_keeper/method_script.sh |
4164 | 2024-03-26T18:47:13.635Z |
4,324 100% 5.92kB/s 0:00:00
4,324 100% 5.92kB/s 0:00:00 (xfr#100, to-chk=127/254) |
4165 | 2024-03-26T18:47:13.635Z | smf/cockroachdb/ |
4166 | 2024-03-26T18:47:13.635Z | smf/cockroachdb/manifest.xml |
4167 | 2024-03-26T18:47:13.635Z |
1,667 100% 2.28kB/s 0:00:00
1,667 100% 2.28kB/s 0:00:00 (xfr#101, to-chk=126/254) |
4168 | 2024-03-26T18:47:13.636Z | smf/cockroachdb/method_script.sh |
4169 | 2024-03-26T18:47:13.636Z |
1,030 100% 1.41kB/s 0:00:00
1,030 100% 1.41kB/s 0:00:00 (xfr#102, to-chk=125/254) |
4170 | 2024-03-26T18:47:13.636Z | smf/external-dns/ |
4171 | 2024-03-26T18:47:13.636Z | smf/external-dns/config.toml |
4172 | 2024-03-26T18:47:13.636Z |
353 100% 0.48kB/s 0:00:00
353 100% 0.48kB/s 0:00:00 (xfr#103, to-chk=124/254) |
4173 | 2024-03-26T18:47:13.636Z | smf/external-dns/manifest.xml |
4174 | 2024-03-26T18:47:13.636Z |
1,805 100% 2.47kB/s 0:00:00
1,805 100% 2.47kB/s 0:00:00 (xfr#104, to-chk=123/254) |
4175 | 2024-03-26T18:47:13.636Z | smf/installinator/ |
4176 | 2024-03-26T18:47:13.636Z | smf/installinator/manifest.xml |
4177 | 2024-03-26T18:47:13.636Z |
2,149 100% 2.94kB/s 0:00:00
2,149 100% 2.94kB/s 0:00:00 (xfr#105, to-chk=122/254) |
4178 | 2024-03-26T18:47:13.636Z | smf/internal-dns/ |
4179 | 2024-03-26T18:47:13.636Z | smf/internal-dns/config.toml |
4180 | 2024-03-26T18:47:13.636Z |
353 100% 0.48kB/s 0:00:00
353 100% 0.48kB/s 0:00:00 (xfr#106, to-chk=121/254) |
4181 | 2024-03-26T18:47:13.636Z | smf/internal-dns/manifest.xml |
4182 | 2024-03-26T18:47:13.636Z |
1,618 100% 2.21kB/s 0:00:00
1,618 100% 2.21kB/s 0:00:00 (xfr#107, to-chk=120/254) |
4183 | 2024-03-26T18:47:13.636Z | smf/logadm/ |
4184 | 2024-03-26T18:47:13.636Z | smf/logadm/crontab.root |
4185 | 2024-03-26T18:47:13.636Z |
30 100% 0.04kB/s 0:00:00
30 100% 0.04kB/s 0:00:00 (xfr#108, to-chk=119/254) |
4186 | 2024-03-26T18:47:13.636Z | smf/logadm/logadm.conf |
4187 | 2024-03-26T18:47:13.636Z |
2,553 100% 3.49kB/s 0:00:00
2,553 100% 3.49kB/s 0:00:00 (xfr#109, to-chk=118/254) |
4188 | 2024-03-26T18:47:13.637Z | smf/mgs-sim/ |
4189 | 2024-03-26T18:47:13.637Z | smf/mgs-sim/config.toml |
4190 | 2024-03-26T18:47:13.637Z |
3,534 100% 4.82kB/s 0:00:00
3,534 100% 4.82kB/s 0:00:00 (xfr#110, to-chk=117/254) |
4191 | 2024-03-26T18:47:13.637Z | smf/mgs/ |
4192 | 2024-03-26T18:47:13.637Z | smf/mgs/config.toml |
4193 | 2024-03-26T18:47:13.637Z |
9,085 100% 12.39kB/s 0:00:00
9,085 100% 12.39kB/s 0:00:00 (xfr#111, to-chk=116/254) |
4194 | 2024-03-26T18:47:13.637Z | smf/mgs/manifest.xml |
4195 | 2024-03-26T18:47:13.637Z |
2,474 100% 3.37kB/s 0:00:00
2,474 100% 3.37kB/s 0:00:00 (xfr#112, to-chk=115/254) |
4196 | 2024-03-26T18:47:13.637Z | smf/nexus/ |
4197 | 2024-03-26T18:47:13.637Z | smf/nexus/manifest.xml |
4198 | 2024-03-26T18:47:13.637Z |
1,987 100% 2.71kB/s 0:00:00
1,987 100% 2.71kB/s 0:00:00 (xfr#113, to-chk=114/254) |
4199 | 2024-03-26T18:47:13.637Z | smf/nexus/multi-sled/ |
4200 | 2024-03-26T18:47:13.637Z | smf/nexus/multi-sled/config-partial.toml |
4201 | 2024-03-26T18:47:13.637Z |
1,997 100% 2.72kB/s 0:00:00
1,997 100% 2.72kB/s 0:00:00 (xfr#114, to-chk=111/254) |
4202 | 2024-03-26T18:47:13.637Z | smf/nexus/single-sled/ |
4203 | 2024-03-26T18:47:13.637Z | smf/nexus/single-sled/config-partial.toml |
4204 | 2024-03-26T18:47:13.637Z |
1,993 100% 2.71kB/s 0:00:00
1,993 100% 2.71kB/s 0:00:00 (xfr#115, to-chk=110/254) |
4205 | 2024-03-26T18:47:13.637Z | smf/ntp/ |
4206 | 2024-03-26T18:47:13.637Z | smf/ntp/etc/ |
4207 | 2024-03-26T18:47:13.637Z | smf/ntp/etc/inet/ |
4208 | 2024-03-26T18:47:13.637Z | smf/ntp/etc/inet/chrony.conf.boundary |
4209 | 2024-03-26T18:47:13.638Z |
881 100% 1.20kB/s 0:00:00
881 100% 1.20kB/s 0:00:00 (xfr#116, to-chk=104/254) |
4210 | 2024-03-26T18:47:13.638Z | smf/ntp/etc/inet/chrony.conf.internal |
4211 | 2024-03-26T18:47:13.638Z |
1,108 100% 1.51kB/s 0:00:00
1,108 100% 1.51kB/s 0:00:00 (xfr#117, to-chk=103/254) |
4212 | 2024-03-26T18:47:13.638Z | smf/ntp/etc/logadm.d/ |
4213 | 2024-03-26T18:47:13.638Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
4214 | 2024-03-26T18:47:13.638Z |
135 100% 0.18kB/s 0:00:00
135 100% 0.18kB/s 0:00:00 (xfr#118, to-chk=102/254) |
4215 | 2024-03-26T18:47:13.638Z | smf/ntp/manifest/ |
4216 | 2024-03-26T18:47:13.638Z | smf/ntp/manifest/manifest.xml |
4217 | 2024-03-26T18:47:13.638Z |
3,336 100% 4.54kB/s 0:00:00
3,336 100% 4.54kB/s 0:00:00 (xfr#119, to-chk=101/254) |
4218 | 2024-03-26T18:47:13.638Z | smf/ntp/method/ |
4219 | 2024-03-26T18:47:13.638Z | smf/ntp/method/svc-site-ntp |
4220 | 2024-03-26T18:47:13.638Z |
3,211 100% 4.37kB/s 0:00:00
3,211 100% 4.37kB/s 0:00:00 (xfr#120, to-chk=100/254) |
4221 | 2024-03-26T18:47:13.638Z | smf/opte-interface-setup/ |
4222 | 2024-03-26T18:47:13.638Z | smf/opte-interface-setup/manifest.xml |
4223 | 2024-03-26T18:47:13.638Z |
1,638 100% 2.22kB/s 0:00:00
1,638 100% 2.22kB/s 0:00:00 (xfr#121, to-chk=99/254) |
4224 | 2024-03-26T18:47:13.638Z | smf/oximeter/ |
4225 | 2024-03-26T18:47:13.638Z | smf/oximeter/config.toml |
4226 | 2024-03-26T18:47:13.638Z |
205 100% 0.28kB/s 0:00:00
205 100% 0.28kB/s 0:00:00 (xfr#122, to-chk=98/254) |
4227 | 2024-03-26T18:47:13.638Z | smf/oximeter/manifest.xml |
4228 | 2024-03-26T18:47:13.638Z |
1,770 100% 2.40kB/s 0:00:00
1,770 100% 2.40kB/s 0:00:00 (xfr#123, to-chk=97/254) |
4229 | 2024-03-26T18:47:13.638Z | smf/profile/ |
4230 | 2024-03-26T18:47:13.639Z | smf/profile/bashrc |
4231 | 2024-03-26T18:47:13.639Z |
925 100% 1.26kB/s 0:00:00
925 100% 1.26kB/s 0:00:00 (xfr#124, to-chk=96/254) |
4232 | 2024-03-26T18:47:13.639Z | smf/profile/profile |
4233 | 2024-03-26T18:47:13.639Z |
554 100% 0.75kB/s 0:00:00
554 100% 0.75kB/s 0:00:00 (xfr#125, to-chk=95/254) |
4234 | 2024-03-26T18:47:13.639Z | smf/sled-agent/ |
4235 | 2024-03-26T18:47:13.639Z | smf/sled-agent/manifest.xml |
4236 | 2024-03-26T18:47:13.639Z |
2,373 100% 3.22kB/s 0:00:00
2,373 100% 3.22kB/s 0:00:00 (xfr#126, to-chk=94/254) |
4237 | 2024-03-26T18:47:13.639Z | smf/sled-agent/gimlet-standalone/ |
4238 | 2024-03-26T18:47:13.639Z | smf/sled-agent/gimlet-standalone/README.md |
4239 | 2024-03-26T18:47:13.639Z |
114 100% 0.15kB/s 0:00:00
114 100% 0.15kB/s 0:00:00 (xfr#127, to-chk=90/254) |
4240 | 2024-03-26T18:47:13.639Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
4241 | 2024-03-26T18:47:13.639Z |
6,611 100% 8.97kB/s 0:00:00
6,611 100% 8.97kB/s 0:00:00 (xfr#128, to-chk=89/254) |
4242 | 2024-03-26T18:47:13.639Z | smf/sled-agent/gimlet-standalone/config.toml |
4243 | 2024-03-26T18:47:13.639Z |
1,800 100% 2.44kB/s 0:00:00
1,800 100% 2.44kB/s 0:00:00 (xfr#129, to-chk=88/254) |
4244 | 2024-03-26T18:47:13.639Z | smf/sled-agent/gimlet/ |
4245 | 2024-03-26T18:47:13.639Z | smf/sled-agent/gimlet/README.md |
4246 | 2024-03-26T18:47:13.639Z |
54 100% 0.07kB/s 0:00:00
54 100% 0.07kB/s 0:00:00 (xfr#130, to-chk=87/254) |
4247 | 2024-03-26T18:47:13.639Z | smf/sled-agent/gimlet/config.toml |
4248 | 2024-03-26T18:47:13.639Z |
1,657 100% 2.25kB/s 0:00:00
1,657 100% 2.25kB/s 0:00:00 (xfr#131, to-chk=86/254) |
4249 | 2024-03-26T18:47:13.639Z | smf/sled-agent/non-gimlet/ |
4250 | 2024-03-26T18:47:13.639Z | smf/sled-agent/non-gimlet/README.md |
4251 | 2024-03-26T18:47:13.639Z |
105 100% 0.14kB/s 0:00:00
105 100% 0.14kB/s 0:00:00 (xfr#132, to-chk=85/254) |
4252 | 2024-03-26T18:47:13.640Z | smf/sled-agent/non-gimlet/config.toml |
4253 | 2024-03-26T18:47:13.640Z |
2,820 100% 3.82kB/s 0:00:00
2,820 100% 3.82kB/s 0:00:00 (xfr#133, to-chk=84/254) |
4254 | 2024-03-26T18:47:13.640Z | smf/sp-sim/ |
4255 | 2024-03-26T18:47:13.640Z | smf/sp-sim/config.toml |
4256 | 2024-03-26T18:47:13.640Z |
2,604 100% 3.53kB/s 0:00:00
2,604 100% 3.53kB/s 0:00:00 (xfr#134, to-chk=83/254) |
4257 | 2024-03-26T18:47:13.640Z | smf/sp-sim/manifest.xml |
4258 | 2024-03-26T18:47:13.670Z |
1,271 100% 1.72kB/s 0:00:00
1,271 100% 1.72kB/s 0:00:00 (xfr#135, to-chk=82/254) |
4259 | 2024-03-26T18:47:13.670Z | smf/switch_zone_setup/ |
4260 | 2024-03-26T18:47:13.670Z | smf/switch_zone_setup/manifest.xml |
4261 | 2024-03-26T18:47:13.670Z |
1,061 100% 1.44kB/s 0:00:00
1,061 100% 1.44kB/s 0:00:00 (xfr#136, to-chk=81/254) |
4262 | 2024-03-26T18:47:13.670Z | smf/switch_zone_setup/support_authorized_keys |
4263 | 2024-03-26T18:47:13.670Z |
1,284 100% 1.74kB/s 0:00:00
1,284 100% 1.74kB/s 0:00:00 (xfr#137, to-chk=80/254) |
4264 | 2024-03-26T18:47:13.671Z | smf/switch_zone_setup/switch_zone_setup |
4265 | 2024-03-26T18:47:13.671Z |
1,041 100% 1.41kB/s 0:00:00
1,041 100% 1.41kB/s 0:00:00 (xfr#138, to-chk=79/254) |
4266 | 2024-03-26T18:47:13.671Z | smf/wicketd/ |
4267 | 2024-03-26T18:47:13.671Z | smf/wicketd/config.toml |
4268 | 2024-03-26T18:47:13.671Z |
104 100% 0.14kB/s 0:00:00
104 100% 0.14kB/s 0:00:00 (xfr#139, to-chk=78/254) |
4269 | 2024-03-26T18:47:13.671Z | smf/wicketd/manifest.xml |
4270 | 2024-03-26T18:47:13.671Z |
2,954 100% 4.00kB/s 0:00:00
2,954 100% 4.00kB/s 0:00:00 (xfr#140, to-chk=77/254) |
4271 | 2024-03-26T18:47:13.671Z | smf/zone-network-setup/ |
4272 | 2024-03-26T18:47:13.671Z | smf/zone-network-setup/manifest.xml |
4273 | 2024-03-26T18:47:13.671Z |
1,614 100% 2.19kB/s 0:00:00
1,614 100% 2.19kB/s 0:00:00 (xfr#141, to-chk=76/254) |
4274 | 2024-03-26T18:47:13.671Z | tools/ |
4275 | 2024-03-26T18:47:13.671Z | tools/README.adoc |
4276 | 2024-03-26T18:47:13.671Z |
3,558 100% 4.82kB/s 0:00:00
3,558 100% 4.82kB/s 0:00:00 (xfr#142, to-chk=75/254) |
4277 | 2024-03-26T18:47:13.671Z | tools/build-global-zone-packages.sh |
4278 | 2024-03-26T18:47:13.671Z |
2,388 100% 3.23kB/s 0:00:00
2,388 100% 3.23kB/s 0:00:00 (xfr#143, to-chk=74/254) |
4279 | 2024-03-26T18:47:13.671Z | tools/build-host-image.sh |
4280 | 2024-03-26T18:47:13.671Z |
2,971 100% 4.02kB/s 0:00:00
2,971 100% 4.02kB/s 0:00:00 (xfr#144, to-chk=73/254) |
4281 | 2024-03-26T18:47:13.671Z | tools/build-trampoline-global-zone-packages.sh |
4282 | 2024-03-26T18:47:13.671Z |
1,878 100% 2.54kB/s 0:00:00
1,878 100% 2.54kB/s 0:00:00 (xfr#145, to-chk=72/254) |
4283 | 2024-03-26T18:47:13.671Z | tools/ci_check_opte_ver.sh |
4284 | 2024-03-26T18:47:13.671Z |
2,770 100% 3.75kB/s 0:00:00
2,770 100% 3.75kB/s 0:00:00 (xfr#146, to-chk=71/254) |
4285 | 2024-03-26T18:47:13.672Z | tools/ci_download_clickhouse |
4286 | 2024-03-26T18:47:13.672Z |
3,631 100% 4.91kB/s 0:00:00
3,631 100% 4.91kB/s 0:00:00 (xfr#147, to-chk=70/254) |
4287 | 2024-03-26T18:47:13.672Z | tools/ci_download_cockroachdb |
4288 | 2024-03-26T18:47:13.672Z |
4,292 100% 5.81kB/s 0:00:00
4,292 100% 5.81kB/s 0:00:00 (xfr#148, to-chk=69/254) |
4289 | 2024-03-26T18:47:13.672Z | tools/ci_download_console |
4290 | 2024-03-26T18:47:13.672Z |
1,991 100% 2.69kB/s 0:00:00
1,991 100% 2.69kB/s 0:00:00 (xfr#149, to-chk=68/254) |
4291 | 2024-03-26T18:47:13.672Z | tools/ci_download_dendrite_openapi |
4292 | 2024-03-26T18:47:13.672Z |
1,719 100% 2.33kB/s 0:00:00
1,719 100% 2.33kB/s 0:00:00 (xfr#150, to-chk=67/254) |
4293 | 2024-03-26T18:47:13.672Z | tools/ci_download_dendrite_stub |
4294 | 2024-03-26T18:47:13.672Z |
4,229 100% 5.72kB/s 0:00:00
4,229 100% 5.72kB/s 0:00:00 (xfr#151, to-chk=66/254) |
4295 | 2024-03-26T18:47:13.672Z | tools/ci_download_maghemite_mgd |
4296 | 2024-03-26T18:47:13.672Z |
3,650 100% 4.94kB/s 0:00:00
3,650 100% 4.94kB/s 0:00:00 (xfr#152, to-chk=65/254) |
4297 | 2024-03-26T18:47:13.672Z | tools/ci_download_maghemite_openapi |
4298 | 2024-03-26T18:47:13.672Z |
1,989 100% 2.69kB/s 0:00:00
1,989 100% 2.69kB/s 0:00:00 (xfr#153, to-chk=64/254) |
4299 | 2024-03-26T18:47:13.672Z | tools/ci_download_softnpu_machinery |
4300 | 2024-03-26T18:47:13.672Z |
668 100% 0.90kB/s 0:00:00
668 100% 0.90kB/s 0:00:00 (xfr#154, to-chk=63/254) |
4301 | 2024-03-26T18:47:13.672Z | tools/ci_download_thundermuffin |
4302 | 2024-03-26T18:47:13.672Z |
3,237 100% 4.38kB/s 0:00:00
3,237 100% 4.38kB/s 0:00:00 (xfr#155, to-chk=62/254) |
4303 | 2024-03-26T18:47:13.672Z | tools/ci_download_transceiver_control |
4304 | 2024-03-26T18:47:13.672Z |
3,415 100% 4.62kB/s 0:00:00
3,415 100% 4.62kB/s 0:00:00 (xfr#156, to-chk=61/254) |
4305 | 2024-03-26T18:47:13.672Z | tools/clickhouse_checksums |
4306 | 2024-03-26T18:47:13.673Z |
153 100% 0.21kB/s 0:00:00
153 100% 0.21kB/s 0:00:00 (xfr#157, to-chk=60/254) |
4307 | 2024-03-26T18:47:13.673Z | tools/clickhouse_version |
4308 | 2024-03-26T18:47:13.673Z |
11 100% 0.01kB/s 0:00:00
11 100% 0.01kB/s 0:00:00 (xfr#158, to-chk=59/254) |
4309 | 2024-03-26T18:47:13.673Z | tools/cockroachdb_checksums |
4310 | 2024-03-26T18:47:13.673Z |
258 100% 0.35kB/s 0:00:00
258 100% 0.35kB/s 0:00:00 (xfr#159, to-chk=58/254) |
4311 | 2024-03-26T18:47:13.673Z | tools/cockroachdb_version |
4312 | 2024-03-26T18:47:13.673Z |
8 100% 0.01kB/s 0:00:00
8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254) |
4313 | 2024-03-26T18:47:13.673Z | tools/console_version |
4314 | 2024-03-26T18:47:13.673Z |
122 100% 0.17kB/s 0:00:00
122 100% 0.17kB/s 0:00:00 (xfr#161, to-chk=56/254) |
4315 | 2024-03-26T18:47:13.673Z | tools/create_gimlet_virtual_hardware.sh |
4316 | 2024-03-26T18:47:13.673Z |
936 100% 1.27kB/s 0:00:00
936 100% 1.27kB/s 0:00:00 (xfr#162, to-chk=55/254) |
4317 | 2024-03-26T18:47:13.673Z | tools/create_scrimlet_virtual_hardware.sh |
4318 | 2024-03-26T18:47:13.673Z |
2,014 100% 2.72kB/s 0:00:00
2,014 100% 2.72kB/s 0:00:00 (xfr#163, to-chk=54/254) |
4319 | 2024-03-26T18:47:13.673Z | tools/create_self_signed_cert.sh |
4320 | 2024-03-26T18:47:13.673Z |
685 100% 0.93kB/s 0:00:00
685 100% 0.93kB/s 0:00:00 (xfr#164, to-chk=53/254) |
4321 | 2024-03-26T18:47:13.673Z | tools/create_virtual_hardware.sh |
4322 | 2024-03-26T18:47:13.673Z |
3,184 100% 4.31kB/s 0:00:00
3,184 100% 4.30kB/s 0:00:00 (xfr#165, to-chk=52/254) |
4323 | 2024-03-26T18:47:13.673Z | tools/delete-reservoir.sh |
4324 | 2024-03-26T18:47:13.673Z |
136 100% 0.18kB/s 0:00:00
136 100% 0.18kB/s 0:00:00 (xfr#166, to-chk=51/254) |
4325 | 2024-03-26T18:47:13.673Z | tools/dendrite_openapi_version |
4326 | 2024-03-26T18:47:13.673Z |
122 100% 0.16kB/s 0:00:00
122 100% 0.16kB/s 0:00:00 (xfr#167, to-chk=50/254) |
4327 | 2024-03-26T18:47:13.674Z | tools/dendrite_stub_checksums |
4328 | 2024-03-26T18:47:13.674Z |
267 100% 0.36kB/s 0:00:00
267 100% 0.36kB/s 0:00:00 (xfr#168, to-chk=49/254) |
4329 | 2024-03-26T18:47:13.674Z | tools/destroy_gimlet_virtual_hardware.sh |
4330 | 2024-03-26T18:47:13.674Z |
888 100% 1.20kB/s 0:00:00
888 100% 1.20kB/s 0:00:00 (xfr#169, to-chk=48/254) |
4331 | 2024-03-26T18:47:13.674Z | tools/destroy_scrimlet_virtual_hardware.sh |
4332 | 2024-03-26T18:47:13.674Z |
1,147 100% 1.55kB/s 0:00:00
1,147 100% 1.55kB/s 0:00:00 (xfr#170, to-chk=47/254) |
4333 | 2024-03-26T18:47:13.674Z | tools/destroy_virtual_hardware.sh |
4334 | 2024-03-26T18:47:13.674Z |
2,227 100% 3.01kB/s 0:00:00
2,227 100% 3.01kB/s 0:00:00 (xfr#171, to-chk=46/254) |
4335 | 2024-03-26T18:47:13.674Z | tools/dvt_dock_version |
4336 | 2024-03-26T18:47:13.674Z |
48 100% 0.06kB/s 0:00:00
48 100% 0.06kB/s 0:00:00 (xfr#172, to-chk=45/254) |
4337 | 2024-03-26T18:47:13.674Z | tools/ensure_buildomat_artifact.sh |
4338 | 2024-03-26T18:47:13.674Z |
3,759 100% 5.08kB/s 0:00:00
3,759 100% 5.08kB/s 0:00:00 (xfr#173, to-chk=44/254) |
4339 | 2024-03-26T18:47:13.674Z | tools/generate-nexus-api.sh |
4340 | 2024-03-26T18:47:13.674Z |
174 100% 0.24kB/s 0:00:00
174 100% 0.24kB/s 0:00:00 (xfr#174, to-chk=43/254) |
4341 | 2024-03-26T18:47:13.674Z | tools/generate-sled-agent-api.sh |
4342 | 2024-03-26T18:47:13.674Z |
161 100% 0.22kB/s 0:00:00
161 100% 0.22kB/s 0:00:00 (xfr#175, to-chk=42/254) |
4343 | 2024-03-26T18:47:13.674Z | tools/generate-wicketd-api.sh |
4344 | 2024-03-26T18:47:13.674Z |
75 100% 0.10kB/s 0:00:00
75 100% 0.10kB/s 0:00:00 (xfr#176, to-chk=41/254) |
4345 | 2024-03-26T18:47:13.674Z | tools/hubris_checksums |
4346 | 2024-03-26T18:47:13.674Z |
852 100% 1.15kB/s 0:00:00
852 100% 1.15kB/s 0:00:00 (xfr#177, to-chk=40/254) |
4347 | 2024-03-26T18:47:13.674Z | tools/hubris_version |
4348 | 2024-03-26T18:47:13.675Z |
50 100% 0.07kB/s 0:00:00
50 100% 0.07kB/s 0:00:00 (xfr#178, to-chk=39/254) |
4349 | 2024-03-26T18:47:13.675Z | tools/install_builder_prerequisites.sh |
4350 | 2024-03-26T18:47:13.675Z |
7,537 100% 10.18kB/s 0:00:00
7,537 100% 10.18kB/s 0:00:00 (xfr#179, to-chk=38/254) |
4351 | 2024-03-26T18:47:13.675Z | tools/install_opte.sh |
4352 | 2024-03-26T18:47:13.675Z |
3,755 100% 5.07kB/s 0:00:00
3,755 100% 5.06kB/s 0:00:00 (xfr#180, to-chk=37/254) |
4353 | 2024-03-26T18:47:13.675Z | tools/install_prerequisites.sh |
4354 | 2024-03-26T18:47:13.675Z |
255 100% 0.34kB/s 0:00:00
255 100% 0.34kB/s 0:00:00 (xfr#181, to-chk=36/254) |
4355 | 2024-03-26T18:47:13.675Z | tools/install_runner_prerequisites.sh |
4356 | 2024-03-26T18:47:13.675Z |
4,154 100% 5.60kB/s 0:00:00
4,154 100% 5.60kB/s 0:00:00 (xfr#182, to-chk=35/254) |
4357 | 2024-03-26T18:47:13.675Z | tools/maghemite_ddm_openapi_version |
4358 | 2024-03-26T18:47:13.704Z |
122 100% 0.16kB/s 0:00:00
122 100% 0.16kB/s 0:00:00 (xfr#183, to-chk=34/254) |
4359 | 2024-03-26T18:47:13.704Z | tools/maghemite_mg_openapi_version |
4360 | 2024-03-26T18:47:13.704Z |
122 100% 0.16kB/s 0:00:00
122 100% 0.16kB/s 0:00:00 (xfr#184, to-chk=33/254) |
4361 | 2024-03-26T18:47:13.704Z | tools/maghemite_mgd_checksums |
4362 | 2024-03-26T18:47:13.704Z |
163 100% 0.22kB/s 0:00:00
163 100% 0.22kB/s 0:00:00 (xfr#185, to-chk=32/254) |
4363 | 2024-03-26T18:47:13.705Z | tools/opte_version |
4364 | 2024-03-26T18:47:13.705Z |
9 100% 0.01kB/s 0:00:00
9 100% 0.01kB/s 0:00:00 (xfr#186, to-chk=31/254) |
4365 | 2024-03-26T18:47:13.705Z | tools/opte_version_override |
4366 | 2024-03-26T18:47:13.705Z |
142 100% 0.19kB/s 0:00:00
142 100% 0.19kB/s 0:00:00 (xfr#187, to-chk=30/254) |
4367 | 2024-03-26T18:47:13.705Z | tools/renovate-post-upgrade.sh |
4368 | 2024-03-26T18:47:13.705Z |
1,705 100% 2.30kB/s 0:00:00
1,705 100% 2.30kB/s 0:00:00 (xfr#188, to-chk=29/254) |
4369 | 2024-03-26T18:47:13.705Z | tools/thundermuffin_checksums |
4370 | 2024-03-26T18:47:13.705Z |
79 100% 0.11kB/s 0:00:00
79 100% 0.11kB/s 0:00:00 (xfr#189, to-chk=28/254) |
4371 | 2024-03-26T18:47:13.705Z | tools/thundermuffin_version |
4372 | 2024-03-26T18:47:13.705Z |
50 100% 0.07kB/s 0:00:00
50 100% 0.07kB/s 0:00:00 (xfr#190, to-chk=27/254) |
4373 | 2024-03-26T18:47:13.705Z | tools/transceiver_control_version |
4374 | 2024-03-26T18:47:13.705Z |
137 100% 0.18kB/s 0:00:00
137 100% 0.18kB/s 0:00:00 (xfr#191, to-chk=26/254) |
4375 | 2024-03-26T18:47:13.705Z | tools/uninstall_opte.sh |
4376 | 2024-03-26T18:47:13.705Z |
6,514 100% 8.79kB/s 0:00:00
6,514 100% 8.79kB/s 0:00:00 (xfr#192, to-chk=25/254) |
4377 | 2024-03-26T18:47:13.705Z | tools/update_crucible.sh |
4378 | 2024-03-26T18:47:13.705Z |
1,093 100% 1.47kB/s 0:00:00
1,093 100% 1.47kB/s 0:00:00 (xfr#193, to-chk=24/254) |
4379 | 2024-03-26T18:47:13.705Z | tools/update_dendrite.sh |
4380 | 2024-03-26T18:47:13.705Z |
2,333 100% 3.15kB/s 0:00:00
2,333 100% 3.15kB/s 0:00:00 (xfr#194, to-chk=23/254) |
4381 | 2024-03-26T18:47:13.705Z | tools/update_helpers.sh |
4382 | 2024-03-26T18:47:13.705Z |
3,831 100% 5.17kB/s 0:00:00
3,831 100% 5.17kB/s 0:00:00 (xfr#195, to-chk=22/254) |
4383 | 2024-03-26T18:47:13.706Z | tools/update_lldp.sh |
4384 | 2024-03-26T18:47:13.706Z |
1,000 100% 1.35kB/s 0:00:00
1,000 100% 1.35kB/s 0:00:00 (xfr#196, to-chk=21/254) |
4385 | 2024-03-26T18:47:13.706Z | tools/update_maghemite.sh |
4386 | 2024-03-26T18:47:13.706Z |
939 100% 1.27kB/s 0:00:00
939 100% 1.27kB/s 0:00:00 (xfr#197, to-chk=20/254) |
4387 | 2024-03-26T18:47:13.706Z | tools/update_propolis.sh |
4388 | 2024-03-26T18:47:13.706Z |
1,050 100% 1.42kB/s 0:00:00
1,050 100% 1.41kB/s 0:00:00 (xfr#198, to-chk=19/254) |
4389 | 2024-03-26T18:47:13.706Z | tools/update_transceiver_control.sh |
4390 | 2024-03-26T18:47:13.706Z |
1,374 100% 1.85kB/s 0:00:00
1,374 100% 1.85kB/s 0:00:00 (xfr#199, to-chk=18/254) |
4391 | 2024-03-26T18:47:13.706Z | tools/virtual_hardware.sh |
4392 | 2024-03-26T18:47:13.706Z |
3,429 100% 4.62kB/s 0:00:00
3,429 100% 4.62kB/s 0:00:00 (xfr#200, to-chk=17/254) |
4393 | 2024-03-26T18:47:13.706Z | tools/dtrace/ |
4394 | 2024-03-26T18:47:13.706Z | tools/dtrace/aggregate-query-latency.d |
4395 | 2024-03-26T18:47:13.706Z |
780 100% 1.05kB/s 0:00:00
780 100% 1.05kB/s 0:00:00 (xfr#201, to-chk=11/254) |
4396 | 2024-03-26T18:47:13.706Z | tools/dtrace/slowest-queries.d |
4397 | 2024-03-26T18:47:13.706Z |
1,077 100% 1.45kB/s 0:00:00
1,077 100% 1.45kB/s 0:00:00 (xfr#202, to-chk=10/254) |
4398 | 2024-03-26T18:47:13.706Z | tools/dtrace/trace-db-queries.d |
4399 | 2024-03-26T18:47:13.706Z |
811 100% 1.09kB/s 0:00:00
811 100% 1.09kB/s 0:00:00 (xfr#203, to-chk=9/254) |
4400 | 2024-03-26T18:47:13.706Z | tools/include/ |
4401 | 2024-03-26T18:47:13.706Z | tools/include/force-git-over-https.sh |
4402 | 2024-03-26T18:47:13.706Z |
940 100% 1.27kB/s 0:00:00
940 100% 1.27kB/s 0:00:00 (xfr#204, to-chk=8/254) |
4403 | 2024-03-26T18:47:13.706Z | tools/populate/ |
4404 | 2024-03-26T18:47:13.707Z | tools/populate/populate-alpine.sh |
4405 | 2024-03-26T18:47:13.707Z |
788 100% 1.06kB/s 0:00:00
788 100% 1.06kB/s 0:00:00 (xfr#205, to-chk=7/254) |
4406 | 2024-03-26T18:47:13.707Z | tools/populate/populate-images.sh |
4407 | 2024-03-26T18:47:13.707Z |
2,571 100% 3.46kB/s 0:00:00
2,571 100% 3.46kB/s 0:00:00 (xfr#206, to-chk=6/254) |
4408 | 2024-03-26T18:47:13.707Z | tools/reflector/ |
4409 | 2024-03-26T18:47:13.707Z | tools/reflector/helpers.sh |
4410 | 2024-03-26T18:47:13.707Z |
4,652 100% 6.27kB/s 0:00:00
4,652 100% 6.27kB/s 0:00:00 (xfr#207, to-chk=5/254) |
4411 | 2024-03-26T18:47:13.707Z | tools/scrimlet/ |
4412 | 2024-03-26T18:47:13.707Z | tools/scrimlet/create-softnpu-zone.sh |
4413 | 2024-03-26T18:47:13.707Z |
627 100% 0.84kB/s 0:00:00
627 100% 0.84kB/s 0:00:00 (xfr#208, to-chk=4/254) |
4414 | 2024-03-26T18:47:13.707Z | tools/scrimlet/destroy-softnpu-zone.sh |
4415 | 2024-03-26T18:47:13.707Z |
203 100% 0.27kB/s 0:00:00
203 100% 0.27kB/s 0:00:00 (xfr#209, to-chk=3/254) |
4416 | 2024-03-26T18:47:13.707Z | tools/scrimlet/softnpu-init.sh |
4417 | 2024-03-26T18:47:13.707Z |
2,157 100% 2.91kB/s 0:00:00
2,157 100% 2.91kB/s 0:00:00 (xfr#210, to-chk=2/254) |
4418 | 2024-03-26T18:47:13.707Z | tools/scrimlet/softnpu-zone.txt |
4419 | 2024-03-26T18:47:13.707Z |
330 100% 0.44kB/s 0:00:00
330 100% 0.44kB/s 0:00:00 (xfr#211, to-chk=1/254) |
4420 | 2024-03-26T18:47:13.707Z | tools/scrimlet/softnpu.toml |
4421 | 2024-03-26T18:47:13.707Z |
171 100% 0.23kB/s 0:00:00
171 100% 0.23kB/s 0:00:00 (xfr#212, to-chk=0/254) |
4422 | 2024-03-26T18:47:13.707Z | + banner G3 |
4423 | 2024-03-26T18:47:13.707Z | ##### ##### |
4424 | 2024-03-26T18:47:13.707Z | # # # # |
4425 | 2024-03-26T18:47:13.707Z | # # |
4426 | 2024-03-26T18:47:13.708Z | # #### ##### |
4427 | 2024-03-26T18:47:13.708Z | # # # |
4428 | 2024-03-26T18:47:13.708Z | # # # # |
4429 | 2024-03-26T18:47:13.708Z | ##### ##### |
4430 | 2024-03-26T18:47:13.708Z | |
4431 | 2024-03-26T18:47:13.708Z | + . config/build-g3.sh |
4432 | 2024-03-26T18:47:13.708Z | ++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml |
4433 | 2024-03-26T18:47:13.708Z | ++ cp config/g3-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
4434 | 2024-03-26T18:47:13.708Z | ++ cp config/mgs-sim-switch1.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml |
4435 | 2024-03-26T18:47:13.708Z | ++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml |
4436 | 2024-03-26T18:47:13.708Z | ++ cp -r cargo-bay/tools cargo-bay/g3/ |
4437 | 2024-03-26T18:47:13.708Z | ++ cd /work/oxidecomputer/omicron |
4438 | 2024-03-26T18:47:13.708Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
4439 | 2024-03-26T18:47:14.873Z | Finished release [optimized] target(s) in 1.08s |
4440 | 2024-03-26T18:47:14.897Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
4441 | 2024-03-26T18:47:14.936Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
4442 | 2024-03-26T18:47:14.963Z | Created new build target 'default' and set it as active |
4443 | 2024-03-26T18:47:14.963Z | ++ cargo run --release --bin omicron-package -- package |
4444 | 2024-03-26T18:47:15.975Z | Finished release [optimized] target(s) in 0.95s |
4445 | 2024-03-26T18:47:16.001Z | Running `target/release/omicron-package package` |
4446 | 2024-03-26T18:47:16.037Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
4447 | 2024-03-26T18:47:17.147Z | Finished release [optimized] target(s) in 1.01s |
4448 | 2024-03-26T18:47:27.597Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
4449 | 2024-03-26T18:47:27.597Z | ++ rm -rf cargo-bay/g3/omicron |
4450 | 2024-03-26T18:47:27.622Z | ++ mkdir -p cargo-bay/g3/omicron |
4451 | 2024-03-26T18:47:27.622Z | ++ 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/ |
4452 | 2024-03-26T18:47:27.622Z | sending incremental file list |
4453 | 2024-03-26T18:47:27.622Z | omicron-package |
4454 | 2024-03-26T18:47:27.869Z |
32,768 0% 0.00kB/s 0:00:00
40,143,440 100% 157.42MB/s 0:00:00 (xfr#1, to-chk=253/254) |
4455 | 2024-03-26T18:47:27.869Z | package-manifest.toml |
4456 | 2024-03-26T18:47:27.869Z |
26,511 100% 106.11kB/s 0:00:00
26,511 100% 106.11kB/s 0:00:00 (xfr#2, to-chk=252/254) |
4457 | 2024-03-26T18:47:27.869Z | out/ |
4458 | 2024-03-26T18:47:27.869Z | out/LOG |
4459 | 2024-03-26T18:47:27.896Z |
32,768 69% 131.15kB/s 0:00:00
47,210 100% 188.95kB/s 0:00:00 (xfr#3, to-chk=248/254) |
4460 | 2024-03-26T18:47:27.896Z | out/clickhouse.tar.gz |
4461 | 2024-03-26T18:47:28.646Z |
32,768 0% 131.15kB/s 0:29:22
225,181,696 97% 214.75MB/s 0:00:00
231,181,998 100% 216.36MB/s 0:00:01 (xfr#4, to-chk=247/254) |
4462 | 2024-03-26T18:47:28.646Z | out/clickhouse_keeper.tar.gz |
4463 | 2024-03-26T18:47:29.467Z |
32,768 0% 1.56MB/s 0:02:24
231,172,279 100% 261.83MB/s 0:00:00 (xfr#5, to-chk=246/254) |
4464 | 2024-03-26T18:47:29.467Z | out/cockroachdb.tar.gz |
4465 | 2024-03-26T18:47:29.913Z |
32,768 0% 38.00kB/s 0:55:32
44,695,552 35% 42.62MB/s 0:00:01
126,678,544 100% 93.80MB/s 0:00:01 (xfr#6, to-chk=245/254) |
4466 | 2024-03-26T18:47:29.913Z | out/crucible-pantry-zone.tar.gz |
4467 | 2024-03-26T18:47:29.995Z |
32,768 0% 111.11kB/s 0:03:47
25,291,089 100% 65.01MB/s 0:00:00 (xfr#7, to-chk=244/254) |
4468 | 2024-03-26T18:47:29.995Z | out/crucible-zone.tar.gz |
4469 | 2024-03-26T18:47:30.115Z |
32,768 0% 86.02kB/s 0:07:09
36,990,014 100% 71.55MB/s 0:00:00 (xfr#8, to-chk=243/254) |
4470 | 2024-03-26T18:47:30.115Z | out/external-dns.tar.gz |
4471 | 2024-03-26T18:47:30.209Z |
32,768 0% 64.91kB/s 0:07:57
31,009,053 100% 50.38MB/s 0:00:00 (xfr#9, to-chk=242/254) |
4472 | 2024-03-26T18:47:30.209Z | out/internal-dns.tar.gz |
4473 | 2024-03-26T18:47:30.306Z |
32,768 0% 54.51kB/s 0:09:28
31,008,613 100% 43.30MB/s 0:00:00 (xfr#10, to-chk=241/254) |
4474 | 2024-03-26T18:47:30.306Z | out/mg-ddm-gz.tar |
4475 | 2024-03-26T18:47:30.837Z |
32,768 0% 46.78kB/s 0:26:43
43,646,976 58% 41.62MB/s 0:00:00
75,039,232 100% 59.00MB/s 0:00:01 (xfr#11, to-chk=240/254) |
4476 | 2024-03-26T18:47:30.837Z | out/nexus.tar.gz |
4477 | 2024-03-26T18:47:31.136Z |
32,768 0% 149.53kB/s 0:10:05
90,574,202 100% 168.71MB/s 0:00:00 (xfr#12, to-chk=239/254) |
4478 | 2024-03-26T18:47:31.136Z | out/ntp.tar.gz |
4479 | 2024-03-26T18:47:31.167Z |
32,768 0% 62.50kB/s 0:02:46
10,429,099 100% 18.35MB/s 0:00:00 (xfr#13, to-chk=238/254) |
4480 | 2024-03-26T18:47:31.167Z | out/omicron-gateway-softnpu.tar.gz |
4481 | 2024-03-26T18:47:31.211Z |
32,768 0% 59.04kB/s 0:04:39
16,523,788 100% 26.89MB/s 0:00:00 (xfr#14, to-chk=237/254) |
4482 | 2024-03-26T18:47:31.211Z | out/omicron-gateway.tar.gz |
4483 | 2024-03-26T18:47:31.253Z |
32,768 0% 54.61kB/s 0:05:01
16,520,360 100% 25.01MB/s 0:00:00 (xfr#15, to-chk=236/254) |
4484 | 2024-03-26T18:47:31.253Z | out/omicron-sled-agent.tar |
4485 | 2024-03-26T18:47:32.132Z |
32,768 0% 50.79kB/s 0:37:25
44,302,336 38% 42.25MB/s 0:00:01
114,097,664 100% 72.11MB/s 0:00:01 (xfr#16, to-chk=235/254) |
4486 | 2024-03-26T18:47:32.132Z | out/overlay.tar.gz |
4487 | 2024-03-26T18:47:32.132Z |
2,622 100% 5.02kB/s 0:00:00
2,622 100% 5.02kB/s 0:00:00 (xfr#17, to-chk=234/254) |
4488 | 2024-03-26T18:47:32.132Z | out/oximeter.tar.gz |
4489 | 2024-03-26T18:47:32.321Z |
32,768 0% 62.75kB/s 0:13:01
49,088,759 100% 66.88MB/s 0:00:00 (xfr#18, to-chk=233/254) |
4490 | 2024-03-26T18:47:32.321Z | out/oxlog.tar |
4491 | 2024-03-26T18:47:32.377Z |
32,768 0% 45.65kB/s 0:02:16
6,244,864 100% 7.91MB/s 0:00:00 (xfr#19, to-chk=232/254) |
4492 | 2024-03-26T18:47:32.378Z | out/probe.tar.gz |
4493 | 2024-03-26T18:47:32.401Z |
32,768 1% 42.50kB/s 0:01:05
2,829,470 100% 3.53MB/s 0:00:00 (xfr#20, to-chk=231/254) |
4494 | 2024-03-26T18:47:32.402Z | out/propolis-server.tar.gz |
4495 | 2024-03-26T18:47:32.630Z |
32,768 0% 41.88kB/s 0:26:23
63,176,704 95% 60.25MB/s 0:00:00
66,360,059 100% 62.78MB/s 0:00:01 (xfr#21, to-chk=230/254) |
4496 | 2024-03-26T18:47:32.630Z | out/switch-softnpu.tar.gz |
4497 | 2024-03-26T18:47:33.317Z |
32,768 0% 3.47MB/s 0:01:00
213,729,439 100% 292.86MB/s 0:00:00 (xfr#22, to-chk=229/254) |
4498 | 2024-03-26T18:47:33.317Z | out/console-assets/ |
4499 | 2024-03-26T18:47:33.317Z | out/console-assets/VERSION |
4500 | 2024-03-26T18:47:33.317Z |
41 100% 0.06kB/s 0:00:00
41 100% 0.06kB/s 0:00:00 (xfr#23, to-chk=225/254) |
4501 | 2024-03-26T18:47:33.317Z | out/console-assets/index.html |
4502 | 2024-03-26T18:47:33.365Z |
466 100% 0.65kB/s 0:00:00
466 100% 0.65kB/s 0:00:00 (xfr#24, to-chk=224/254) |
4503 | 2024-03-26T18:47:33.365Z | out/console-assets/assets/ |
4504 | 2024-03-26T18:47:33.365Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
4505 | 2024-03-26T18:47:33.365Z |
32,768 70% 45.91kB/s 0:00:00
46,276 100% 64.84kB/s 0:00:00 (xfr#25, to-chk=222/254) |
4506 | 2024-03-26T18:47:33.365Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
4507 | 2024-03-26T18:47:33.365Z |
32,768 65% 45.91kB/s 0:00:00
50,032 100% 70.10kB/s 0:00:00 (xfr#26, to-chk=221/254) |
4508 | 2024-03-26T18:47:33.365Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
4509 | 2024-03-26T18:47:33.365Z |
32,768 55% 45.91kB/s 0:00:00
58,524 100% 82.00kB/s 0:00:00 (xfr#27, to-chk=220/254) |
4510 | 2024-03-26T18:47:33.365Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
4511 | 2024-03-26T18:47:33.365Z |
32,768 71% 45.91kB/s 0:00:00
46,060 100% 64.53kB/s 0:00:00 (xfr#28, to-chk=219/254) |
4512 | 2024-03-26T18:47:33.365Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
4513 | 2024-03-26T18:47:33.365Z |
21,937 100% 30.69kB/s 0:00:00
21,937 100% 30.69kB/s 0:00:00 (xfr#29, to-chk=218/254) |
4514 | 2024-03-26T18:47:33.366Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
4515 | 2024-03-26T18:47:33.366Z |
17,996 100% 25.18kB/s 0:00:00
17,996 100% 25.18kB/s 0:00:00 (xfr#30, to-chk=217/254) |
4516 | 2024-03-26T18:47:33.366Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
4517 | 2024-03-26T18:47:33.366Z |
21,890 100% 30.63kB/s 0:00:00
21,890 100% 30.63kB/s 0:00:00 (xfr#31, to-chk=216/254) |
4518 | 2024-03-26T18:47:33.366Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
4519 | 2024-03-26T18:47:33.366Z |
17,984 100% 25.16kB/s 0:00:00
17,984 100% 25.16kB/s 0:00:00 (xfr#32, to-chk=215/254) |
4520 | 2024-03-26T18:47:33.366Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
4521 | 2024-03-26T18:47:33.366Z |
21,123 100% 29.55kB/s 0:00:00
21,123 100% 29.55kB/s 0:00:00 (xfr#33, to-chk=214/254) |
4522 | 2024-03-26T18:47:33.366Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
4523 | 2024-03-26T18:47:33.366Z |
17,228 100% 24.10kB/s 0:00:00
17,228 100% 24.10kB/s 0:00:00 (xfr#34, to-chk=213/254) |
4524 | 2024-03-26T18:47:33.366Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
4525 | 2024-03-26T18:47:33.366Z |
18,448 100% 25.81kB/s 0:00:00
18,448 100% 25.81kB/s 0:00:00 (xfr#35, to-chk=212/254) |
4526 | 2024-03-26T18:47:33.366Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
4527 | 2024-03-26T18:47:33.366Z |
22,665 100% 31.71kB/s 0:00:00
22,665 100% 31.71kB/s 0:00:00 (xfr#36, to-chk=211/254) |
4528 | 2024-03-26T18:47:33.366Z | out/console-assets/assets/Terminal-MhI4tVax.js |
4529 | 2024-03-26T18:47:33.366Z |
32,768 11% 45.78kB/s 0:00:05
287,745 100% 400.86kB/s 0:00:00 (xfr#37, to-chk=210/254) |
4530 | 2024-03-26T18:47:33.366Z | out/console-assets/assets/Terminal-MhI4tVax.js.gz |
4531 | 2024-03-26T18:47:33.366Z |
32,768 45% 45.65kB/s 0:00:00
71,751 100% 99.96kB/s 0:00:00 (xfr#38, to-chk=209/254) |
4532 | 2024-03-26T18:47:33.366Z | out/console-assets/assets/Terminal-MhI4tVax.js.map |
4533 | 2024-03-26T18:47:33.366Z |
32,768 5% 45.65kB/s 0:00:12
590,398 100% 818.98kB/s 0:00:00 (xfr#39, to-chk=208/254) |
4534 | 2024-03-26T18:47:33.366Z | out/console-assets/assets/Terminal-MhI4tVax.js.map.gz |
4535 | 2024-03-26T18:47:33.367Z |
32,768 27% 45.45kB/s 0:00:01
118,340 100% 163.92kB/s 0:00:00 (xfr#40, to-chk=207/254) |
4536 | 2024-03-26T18:47:33.367Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js |
4537 | 2024-03-26T18:47:33.367Z |
32,768 8% 45.39kB/s 0:00:07
371,459 100% 512.36kB/s 0:00:00 (xfr#41, to-chk=206/254) |
4538 | 2024-03-26T18:47:33.367Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.gz |
4539 | 2024-03-26T18:47:33.367Z |
32,768 31% 45.20kB/s 0:00:01
103,751 100% 143.11kB/s 0:00:00 (xfr#42, to-chk=205/254) |
4540 | 2024-03-26T18:47:33.367Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.map |
4541 | 2024-03-26T18:47:33.367Z |
32,768 1% 45.20kB/s 0:00:35
1,659,324 100% 2.20MB/s 0:00:00 (xfr#43, to-chk=204/254) |
4542 | 2024-03-26T18:47:33.367Z | out/console-assets/assets/TimeSeriesChart-279lbm2l.js.map.gz |
4543 | 2024-03-26T18:47:33.367Z |
32,768 8% 44.57kB/s 0:00:07
379,086 100% 514.17kB/s 0:00:00 (xfr#44, to-chk=203/254) |
4544 | 2024-03-26T18:47:33.367Z | out/console-assets/assets/app-UgyCDj6n.css |
4545 | 2024-03-26T18:47:33.367Z |
32,768 23% 44.44kB/s 0:00:02
138,220 100% 187.21kB/s 0:00:00 (xfr#45, to-chk=202/254) |
4546 | 2024-03-26T18:47:33.367Z | out/console-assets/assets/app-UgyCDj6n.css.gz |
4547 | 2024-03-26T18:47:33.367Z |
21,226 100% 28.75kB/s 0:00:00
21,226 100% 28.75kB/s 0:00:00 (xfr#46, to-chk=201/254) |
4548 | 2024-03-26T18:47:33.367Z | out/console-assets/assets/app-oDC708oE.js |
4549 | 2024-03-26T18:47:33.392Z |
32,768 3% 44.38kB/s 0:00:23
1,090,115 100% 1.43MB/s 0:00:00 (xfr#47, to-chk=200/254) |
4550 | 2024-03-26T18:47:33.392Z | out/console-assets/assets/app-oDC708oE.js.gz |
4551 | 2024-03-26T18:47:33.392Z |
32,768 9% 43.90kB/s 0:00:06
336,276 100% 449.24kB/s 0:00:00 (xfr#48, to-chk=199/254) |
4552 | 2024-03-26T18:47:33.392Z | out/console-assets/assets/app-oDC708oE.js.map |
4553 | 2024-03-26T18:47:33.392Z |
32,768 0% 43.72kB/s 0:01:59
5,242,661 100% 6.53MB/s 0:00:00 (xfr#49, to-chk=198/254) |
4554 | 2024-03-26T18:47:33.392Z | out/console-assets/assets/app-oDC708oE.js.map.gz |
4555 | 2024-03-26T18:47:33.392Z |
32,768 2% 41.78kB/s 0:00:28
1,239,845 100% 1.54MB/s 0:00:00 (xfr#50, to-chk=197/254) |
4556 | 2024-03-26T18:47:33.392Z | out/console-assets/assets/favicon-WELtHcTG.svg |
4557 | 2024-03-26T18:47:33.392Z |
761 100% 0.97kB/s 0:00:00
761 100% 0.97kB/s 0:00:00 (xfr#51, to-chk=196/254) |
4558 | 2024-03-26T18:47:33.392Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
4559 | 2024-03-26T18:47:33.392Z |
1,327 100% 1.68kB/s 0:00:00
1,327 100% 1.68kB/s 0:00:00 (xfr#52, to-chk=195/254) |
4560 | 2024-03-26T18:47:33.392Z | out/console-assets/assets/og-preview-image.webp |
4561 | 2024-03-26T18:47:33.392Z |
32,768 36% 41.56kB/s 0:00:01
89,880 100% 113.99kB/s 0:00:00 (xfr#53, to-chk=194/254) |
4562 | 2024-03-26T18:47:33.392Z | out/console-assets/assets/oxide-hero-rack-hMCZGwQc.webp |
4563 | 2024-03-26T18:47:33.418Z |
32,768 9% 41.50kB/s 0:00:07
352,484 100% 445.88kB/s 0:00:00 (xfr#54, to-chk=193/254) |
4564 | 2024-03-26T18:47:33.418Z | out/manifest-cache/ |
4565 | 2024-03-26T18:47:33.418Z | out/manifest-cache/clickhouse.tar.gz.json |
4566 | 2024-03-26T18:47:33.418Z |
780 100% 0.99kB/s 0:00:00
780 100% 0.99kB/s 0:00:00 (xfr#55, to-chk=192/254) |
4567 | 2024-03-26T18:47:33.418Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
4568 | 2024-03-26T18:47:33.419Z |
801 100% 1.01kB/s 0:00:00
801 100% 1.01kB/s 0:00:00 (xfr#56, to-chk=191/254) |
4569 | 2024-03-26T18:47:33.419Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
4570 | 2024-03-26T18:47:33.419Z |
2,958 100% 3.74kB/s 0:00:00
2,958 100% 3.74kB/s 0:00:00 (xfr#57, to-chk=190/254) |
4571 | 2024-03-26T18:47:33.419Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
4572 | 2024-03-26T18:47:33.419Z |
2,946 100% 3.73kB/s 0:00:00
2,946 100% 3.73kB/s 0:00:00 (xfr#58, to-chk=189/254) |
4573 | 2024-03-26T18:47:33.419Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
4574 | 2024-03-26T18:47:33.419Z |
32,768 59% 41.45kB/s 0:00:00
54,966 100% 69.53kB/s 0:00:00 (xfr#59, to-chk=188/254) |
4575 | 2024-03-26T18:47:33.419Z | out/manifest-cache/cockroachdb.tar.gz.json |
4576 | 2024-03-26T18:47:33.419Z |
787 100% 1.00kB/s 0:00:00
787 100% 1.00kB/s 0:00:00 (xfr#60, to-chk=187/254) |
4577 | 2024-03-26T18:47:33.419Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
4578 | 2024-03-26T18:47:33.419Z |
662 100% 0.84kB/s 0:00:00
662 100% 0.84kB/s 0:00:00 (xfr#61, to-chk=186/254) |
4579 | 2024-03-26T18:47:33.419Z | out/manifest-cache/crucible-zone.tar.gz.json |
4580 | 2024-03-26T18:47:33.419Z |
641 100% 0.81kB/s 0:00:00
641 100% 0.81kB/s 0:00:00 (xfr#62, to-chk=185/254) |
4581 | 2024-03-26T18:47:33.419Z | out/manifest-cache/dns-server.tar.gz.json |
4582 | 2024-03-26T18:47:33.419Z |
942 100% 1.19kB/s 0:00:00
942 100% 1.19kB/s 0:00:00 (xfr#63, to-chk=184/254) |
4583 | 2024-03-26T18:47:33.419Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
4584 | 2024-03-26T18:47:33.419Z |
1,132 100% 1.43kB/s 0:00:00
1,132 100% 1.43kB/s 0:00:00 (xfr#64, to-chk=183/254) |
4585 | 2024-03-26T18:47:33.419Z | out/manifest-cache/external-dns.tar.gz.json |
4586 | 2024-03-26T18:47:33.419Z |
934 100% 1.18kB/s 0:00:00
934 100% 1.18kB/s 0:00:00 (xfr#65, to-chk=182/254) |
4587 | 2024-03-26T18:47:33.419Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
4588 | 2024-03-26T18:47:33.419Z |
752 100% 0.95kB/s 0:00:00
752 100% 0.95kB/s 0:00:00 (xfr#66, to-chk=181/254) |
4589 | 2024-03-26T18:47:33.420Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
4590 | 2024-03-26T18:47:33.420Z |
1,132 100% 1.43kB/s 0:00:00
1,132 100% 1.43kB/s 0:00:00 (xfr#67, to-chk=180/254) |
4591 | 2024-03-26T18:47:33.420Z | out/manifest-cache/internal-dns.tar.gz.json |
4592 | 2024-03-26T18:47:33.420Z |
791 100% 1.00kB/s 0:00:00
791 100% 1.00kB/s 0:00:00 (xfr#68, to-chk=179/254) |
4593 | 2024-03-26T18:47:33.420Z | out/manifest-cache/logadm.tar.gz.json |
4594 | 2024-03-26T18:47:33.420Z |
1,044 100% 1.32kB/s 0:00:00
1,044 100% 1.32kB/s 0:00:00 (xfr#69, to-chk=178/254) |
4595 | 2024-03-26T18:47:33.420Z | out/manifest-cache/nexus.tar.gz.json |
4596 | 2024-03-26T18:47:33.420Z |
773 100% 0.98kB/s 0:00:00
773 100% 0.98kB/s 0:00:00 (xfr#70, to-chk=177/254) |
4597 | 2024-03-26T18:47:33.420Z | out/manifest-cache/ntp-svc.tar.gz.json |
4598 | 2024-03-26T18:47:33.420Z |
2,228 100% 2.81kB/s 0:00:00
2,228 100% 2.81kB/s 0:00:00 (xfr#71, to-chk=176/254) |
4599 | 2024-03-26T18:47:33.420Z | out/manifest-cache/ntp.tar.gz.json |
4600 | 2024-03-26T18:47:33.420Z |
763 100% 0.96kB/s 0:00:00
763 100% 0.96kB/s 0:00:00 (xfr#72, to-chk=175/254) |
4601 | 2024-03-26T18:47:33.420Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
4602 | 2024-03-26T18:47:33.420Z |
1,462 100% 1.85kB/s 0:00:00
1,462 100% 1.85kB/s 0:00:00 (xfr#73, to-chk=174/254) |
4603 | 2024-03-26T18:47:33.420Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
4604 | 2024-03-26T18:47:33.420Z |
545 100% 0.69kB/s 0:00:00
545 100% 0.69kB/s 0:00:00 (xfr#74, to-chk=173/254) |
4605 | 2024-03-26T18:47:33.420Z | out/manifest-cache/omicron-gateway.tar.gz.json |
4606 | 2024-03-26T18:47:33.420Z |
703 100% 0.89kB/s 0:00:00
703 100% 0.89kB/s 0:00:00 (xfr#75, to-chk=172/254) |
4607 | 2024-03-26T18:47:33.420Z | out/manifest-cache/omicron-nexus.tar.gz.json |
4608 | 2024-03-26T18:47:33.420Z |
32,768 45% 41.40kB/s 0:00:00
71,925 100% 90.87kB/s 0:00:00 (xfr#76, to-chk=171/254) |
4609 | 2024-03-26T18:47:33.421Z | out/manifest-cache/omicron-omdb.tar.gz.json |
4610 | 2024-03-26T18:47:33.421Z |
702 100% 0.89kB/s 0:00:00
702 100% 0.89kB/s 0:00:00 (xfr#77, to-chk=170/254) |
4611 | 2024-03-26T18:47:33.421Z | out/manifest-cache/omicron-sled-agent.tar.json |
4612 | 2024-03-26T18:47:33.421Z |
1,269 100% 1.60kB/s 0:00:00
1,269 100% 1.60kB/s 0:00:00 (xfr#78, to-chk=169/254) |
4613 | 2024-03-26T18:47:33.421Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
4614 | 2024-03-26T18:47:33.421Z |
883 100% 1.12kB/s 0:00:00
883 100% 1.12kB/s 0:00:00 (xfr#79, to-chk=168/254) |
4615 | 2024-03-26T18:47:33.421Z | out/manifest-cache/overlay.tar.gz.json |
4616 | 2024-03-26T18:47:33.421Z |
473 100% 0.60kB/s 0:00:00
473 100% 0.60kB/s 0:00:00 (xfr#80, to-chk=167/254) |
4617 | 2024-03-26T18:47:33.421Z | out/manifest-cache/oximeter-collector.tar.gz.json |
4618 | 2024-03-26T18:47:33.421Z |
18,311 100% 23.10kB/s 0:00:00
18,311 100% 23.10kB/s 0:00:00 (xfr#81, to-chk=166/254) |
4619 | 2024-03-26T18:47:33.421Z | out/manifest-cache/oximeter.tar.gz.json |
4620 | 2024-03-26T18:47:33.421Z |
641 100% 0.81kB/s 0:00:00
641 100% 0.81kB/s 0:00:00 (xfr#82, to-chk=165/254) |
4621 | 2024-03-26T18:47:33.421Z | out/manifest-cache/oxlog.tar.json |
4622 | 2024-03-26T18:47:33.421Z |
321 100% 0.41kB/s 0:00:00
321 100% 0.41kB/s 0:00:00 (xfr#83, to-chk=164/254) |
4623 | 2024-03-26T18:47:33.421Z | out/manifest-cache/probe.tar.gz.json |
4624 | 2024-03-26T18:47:33.421Z |
346 100% 0.44kB/s 0:00:00
346 100% 0.44kB/s 0:00:00 (xfr#84, to-chk=163/254) |
4625 | 2024-03-26T18:47:33.421Z | out/manifest-cache/profile.tar.gz.json |
4626 | 2024-03-26T18:47:33.421Z |
838 100% 1.06kB/s 0:00:00
838 100% 1.06kB/s 0:00:00 (xfr#85, to-chk=162/254) |
4627 | 2024-03-26T18:47:33.421Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
4628 | 2024-03-26T18:47:33.421Z |
357 100% 0.45kB/s 0:00:00
357 100% 0.45kB/s 0:00:00 (xfr#86, to-chk=161/254) |
4629 | 2024-03-26T18:47:33.422Z | out/manifest-cache/sp-sim.tar.gz.json |
4630 | 2024-03-26T18:47:33.422Z |
1,549 100% 1.95kB/s 0:00:00
1,549 100% 1.95kB/s 0:00:00 (xfr#87, to-chk=160/254) |
4631 | 2024-03-26T18:47:33.422Z | out/manifest-cache/switch-softnpu.tar.gz.json |
4632 | 2024-03-26T18:47:33.422Z |
1,566 100% 1.98kB/s 0:00:00
1,566 100% 1.98kB/s 0:00:00 (xfr#88, to-chk=159/254) |
4633 | 2024-03-26T18:47:33.422Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
4634 | 2024-03-26T18:47:33.422Z |
10,790 100% 13.61kB/s 0:00:00
10,790 100% 13.61kB/s 0:00:00 (xfr#89, to-chk=158/254) |
4635 | 2024-03-26T18:47:33.422Z | out/manifest-cache/wicket.tar.gz.json |
4636 | 2024-03-26T18:47:33.422Z |
1,084 100% 1.37kB/s 0:00:00
1,084 100% 1.37kB/s 0:00:00 (xfr#90, to-chk=157/254) |
4637 | 2024-03-26T18:47:33.422Z | out/manifest-cache/wicketd.tar.gz.json |
4638 | 2024-03-26T18:47:33.422Z |
1,560 100% 1.97kB/s 0:00:00
1,560 100% 1.97kB/s 0:00:00 (xfr#91, to-chk=156/254) |
4639 | 2024-03-26T18:47:33.422Z | out/manifest-cache/zone-network-install.tar.gz.json |
4640 | 2024-03-26T18:47:33.422Z |
877 100% 1.11kB/s 0:00:00
877 100% 1.11kB/s 0:00:00 (xfr#92, to-chk=155/254) |
4641 | 2024-03-26T18:47:33.422Z | out/manifest-cache/zone-network-setup.tar.gz.json |
4642 | 2024-03-26T18:47:33.422Z |
772 100% 0.97kB/s 0:00:00
772 100% 0.97kB/s 0:00:00 (xfr#93, to-chk=154/254) |
4643 | 2024-03-26T18:47:33.422Z | out/target/ |
4644 | 2024-03-26T18:47:33.422Z | out/target/active -> default |
4645 | 2024-03-26T18:47:33.422Z | out/target/default |
4646 | 2024-03-26T18:47:33.422Z |
74 100% 0.09kB/s 0:00:00
74 100% 0.09kB/s 0:00:00 (xfr#94, to-chk=152/254) |
4647 | 2024-03-26T18:47:33.422Z | smf/ |
4648 | 2024-03-26T18:47:33.422Z | smf/clickhouse/ |
4649 | 2024-03-26T18:47:33.422Z | smf/clickhouse/config_replica.xml |
4650 | 2024-03-26T18:47:33.423Z |
2,728 100% 3.44kB/s 0:00:00
2,728 100% 3.44kB/s 0:00:00 (xfr#95, to-chk=132/254) |
4651 | 2024-03-26T18:47:33.423Z | smf/clickhouse/manifest.xml |
4652 | 2024-03-26T18:47:33.423Z |
1,494 100% 1.88kB/s 0:00:00
1,494 100% 1.88kB/s 0:00:00 (xfr#96, to-chk=131/254) |
4653 | 2024-03-26T18:47:33.423Z | smf/clickhouse/method_script.sh |
4654 | 2024-03-26T18:47:33.423Z |
5,330 100% 6.72kB/s 0:00:00
5,330 100% 6.72kB/s 0:00:00 (xfr#97, to-chk=130/254) |
4655 | 2024-03-26T18:47:33.423Z | smf/clickhouse_keeper/ |
4656 | 2024-03-26T18:47:33.423Z | smf/clickhouse_keeper/keeper_config.xml |
4657 | 2024-03-26T18:47:33.423Z |
1,460 100% 1.84kB/s 0:00:00
1,460 100% 1.84kB/s 0:00:00 (xfr#98, to-chk=129/254) |
4658 | 2024-03-26T18:47:33.423Z | smf/clickhouse_keeper/manifest.xml |
4659 | 2024-03-26T18:47:33.423Z |
1,534 100% 1.93kB/s 0:00:00
1,534 100% 1.93kB/s 0:00:00 (xfr#99, to-chk=128/254) |
4660 | 2024-03-26T18:47:33.423Z | smf/clickhouse_keeper/method_script.sh |
4661 | 2024-03-26T18:47:33.423Z |
4,324 100% 5.45kB/s 0:00:00
4,324 100% 5.45kB/s 0:00:00 (xfr#100, to-chk=127/254) |
4662 | 2024-03-26T18:47:33.423Z | smf/cockroachdb/ |
4663 | 2024-03-26T18:47:33.449Z | smf/cockroachdb/manifest.xml |
4664 | 2024-03-26T18:47:33.449Z |
1,667 100% 2.10kB/s 0:00:00
1,667 100% 2.10kB/s 0:00:00 (xfr#101, to-chk=126/254) |
4665 | 2024-03-26T18:47:33.449Z | smf/cockroachdb/method_script.sh |
4666 | 2024-03-26T18:47:33.449Z |
1,030 100% 1.30kB/s 0:00:00
1,030 100% 1.30kB/s 0:00:00 (xfr#102, to-chk=125/254) |
4667 | 2024-03-26T18:47:33.449Z | smf/external-dns/ |
4668 | 2024-03-26T18:47:33.449Z | smf/external-dns/config.toml |
4669 | 2024-03-26T18:47:33.449Z |
353 100% 0.44kB/s 0:00:00
353 100% 0.44kB/s 0:00:00 (xfr#103, to-chk=124/254) |
4670 | 2024-03-26T18:47:33.449Z | smf/external-dns/manifest.xml |
4671 | 2024-03-26T18:47:33.449Z |
1,805 100% 2.27kB/s 0:00:00
1,805 100% 2.27kB/s 0:00:00 (xfr#104, to-chk=123/254) |
4672 | 2024-03-26T18:47:33.449Z | smf/installinator/ |
4673 | 2024-03-26T18:47:33.449Z | smf/installinator/manifest.xml |
4674 | 2024-03-26T18:47:33.449Z |
2,149 100% 2.71kB/s 0:00:00
2,149 100% 2.71kB/s 0:00:00 (xfr#105, to-chk=122/254) |
4675 | 2024-03-26T18:47:33.449Z | smf/internal-dns/ |
4676 | 2024-03-26T18:47:33.449Z | smf/internal-dns/config.toml |
4677 | 2024-03-26T18:47:33.450Z |
353 100% 0.44kB/s 0:00:00
353 100% 0.44kB/s 0:00:00 (xfr#106, to-chk=121/254) |
4678 | 2024-03-26T18:47:33.450Z | smf/internal-dns/manifest.xml |
4679 | 2024-03-26T18:47:33.450Z |
1,618 100% 2.04kB/s 0:00:00
1,618 100% 2.04kB/s 0:00:00 (xfr#107, to-chk=120/254) |
4680 | 2024-03-26T18:47:33.450Z | smf/logadm/ |
4681 | 2024-03-26T18:47:33.450Z | smf/logadm/crontab.root |
4682 | 2024-03-26T18:47:33.450Z |
30 100% 0.04kB/s 0:00:00
30 100% 0.04kB/s 0:00:00 (xfr#108, to-chk=119/254) |
4683 | 2024-03-26T18:47:33.450Z | smf/logadm/logadm.conf |
4684 | 2024-03-26T18:47:33.450Z |
2,553 100% 3.22kB/s 0:00:00
2,553 100% 3.22kB/s 0:00:00 (xfr#109, to-chk=118/254) |
4685 | 2024-03-26T18:47:33.450Z | smf/mgs-sim/ |
4686 | 2024-03-26T18:47:33.450Z | smf/mgs-sim/config.toml |
4687 | 2024-03-26T18:47:33.450Z |
3,534 100% 4.45kB/s 0:00:00
3,534 100% 4.45kB/s 0:00:00 (xfr#110, to-chk=117/254) |
4688 | 2024-03-26T18:47:33.450Z | smf/mgs/ |
4689 | 2024-03-26T18:47:33.450Z | smf/mgs/config.toml |
4690 | 2024-03-26T18:47:33.450Z |
9,085 100% 11.45kB/s 0:00:00
9,085 100% 11.45kB/s 0:00:00 (xfr#111, to-chk=116/254) |
4691 | 2024-03-26T18:47:33.450Z | smf/mgs/manifest.xml |
4692 | 2024-03-26T18:47:33.450Z |
2,474 100% 3.12kB/s 0:00:00
2,474 100% 3.12kB/s 0:00:00 (xfr#112, to-chk=115/254) |
4693 | 2024-03-26T18:47:33.450Z | smf/nexus/ |
4694 | 2024-03-26T18:47:33.450Z | smf/nexus/manifest.xml |
4695 | 2024-03-26T18:47:33.450Z |
1,987 100% 2.50kB/s 0:00:00
1,987 100% 2.50kB/s 0:00:00 (xfr#113, to-chk=114/254) |
4696 | 2024-03-26T18:47:33.451Z | smf/nexus/multi-sled/ |
4697 | 2024-03-26T18:47:33.451Z | smf/nexus/multi-sled/config-partial.toml |
4698 | 2024-03-26T18:47:33.451Z |
1,997 100% 2.52kB/s 0:00:00
1,997 100% 2.52kB/s 0:00:00 (xfr#114, to-chk=111/254) |
4699 | 2024-03-26T18:47:33.451Z | smf/nexus/single-sled/ |
4700 | 2024-03-26T18:47:33.451Z | smf/nexus/single-sled/config-partial.toml |
4701 | 2024-03-26T18:47:33.451Z |
1,993 100% 2.51kB/s 0:00:00
1,993 100% 2.51kB/s 0:00:00 (xfr#115, to-chk=110/254) |
4702 | 2024-03-26T18:47:33.451Z | smf/ntp/ |
4703 | 2024-03-26T18:47:33.451Z | smf/ntp/etc/ |
4704 | 2024-03-26T18:47:33.451Z | smf/ntp/etc/inet/ |
4705 | 2024-03-26T18:47:33.451Z | smf/ntp/etc/inet/chrony.conf.boundary |
4706 | 2024-03-26T18:47:33.451Z |
881 100% 1.11kB/s 0:00:00
881 100% 1.11kB/s 0:00:00 (xfr#116, to-chk=104/254) |
4707 | 2024-03-26T18:47:33.451Z | smf/ntp/etc/inet/chrony.conf.internal |
4708 | 2024-03-26T18:47:33.451Z |
1,108 100% 1.39kB/s 0:00:00
1,108 100% 1.39kB/s 0:00:00 (xfr#117, to-chk=103/254) |
4709 | 2024-03-26T18:47:33.451Z | smf/ntp/etc/logadm.d/ |
4710 | 2024-03-26T18:47:33.451Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
4711 | 2024-03-26T18:47:33.451Z |
135 100% 0.17kB/s 0:00:00
135 100% 0.17kB/s 0:00:00 (xfr#118, to-chk=102/254) |
4712 | 2024-03-26T18:47:33.451Z | smf/ntp/manifest/ |
4713 | 2024-03-26T18:47:33.451Z | smf/ntp/manifest/manifest.xml |
4714 | 2024-03-26T18:47:33.451Z |
3,336 100% 4.20kB/s 0:00:00
3,336 100% 4.20kB/s 0:00:00 (xfr#119, to-chk=101/254) |
4715 | 2024-03-26T18:47:33.451Z | smf/ntp/method/ |
4716 | 2024-03-26T18:47:33.451Z | smf/ntp/method/svc-site-ntp |
4717 | 2024-03-26T18:47:33.452Z |
3,211 100% 4.04kB/s 0:00:00
3,211 100% 4.04kB/s 0:00:00 (xfr#120, to-chk=100/254) |
4718 | 2024-03-26T18:47:33.452Z | smf/opte-interface-setup/ |
4719 | 2024-03-26T18:47:33.452Z | smf/opte-interface-setup/manifest.xml |
4720 | 2024-03-26T18:47:33.452Z |
1,638 100% 2.06kB/s 0:00:00
1,638 100% 2.06kB/s 0:00:00 (xfr#121, to-chk=99/254) |
4721 | 2024-03-26T18:47:33.452Z | smf/oximeter/ |
4722 | 2024-03-26T18:47:33.452Z | smf/oximeter/config.toml |
4723 | 2024-03-26T18:47:33.452Z |
205 100% 0.26kB/s 0:00:00
205 100% 0.26kB/s 0:00:00 (xfr#122, to-chk=98/254) |
4724 | 2024-03-26T18:47:33.452Z | smf/oximeter/manifest.xml |
4725 | 2024-03-26T18:47:33.452Z |
1,770 100% 2.23kB/s 0:00:00
1,770 100% 2.23kB/s 0:00:00 (xfr#123, to-chk=97/254) |
4726 | 2024-03-26T18:47:33.452Z | smf/profile/ |
4727 | 2024-03-26T18:47:33.452Z | smf/profile/bashrc |
4728 | 2024-03-26T18:47:33.452Z |
925 100% 1.16kB/s 0:00:00
925 100% 1.16kB/s 0:00:00 (xfr#124, to-chk=96/254) |
4729 | 2024-03-26T18:47:33.452Z | smf/profile/profile |
4730 | 2024-03-26T18:47:33.452Z |
554 100% 0.70kB/s 0:00:00
554 100% 0.70kB/s 0:00:00 (xfr#125, to-chk=95/254) |
4731 | 2024-03-26T18:47:33.452Z | smf/sled-agent/ |
4732 | 2024-03-26T18:47:33.452Z | smf/sled-agent/manifest.xml |
4733 | 2024-03-26T18:47:33.452Z |
2,373 100% 2.99kB/s 0:00:00
2,373 100% 2.99kB/s 0:00:00 (xfr#126, to-chk=94/254) |
4734 | 2024-03-26T18:47:33.452Z | smf/sled-agent/gimlet-standalone/ |
4735 | 2024-03-26T18:47:33.452Z | smf/sled-agent/gimlet-standalone/README.md |
4736 | 2024-03-26T18:47:33.452Z |
114 100% 0.14kB/s 0:00:00
114 100% 0.14kB/s 0:00:00 (xfr#127, to-chk=90/254) |
4737 | 2024-03-26T18:47:33.452Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
4738 | 2024-03-26T18:47:33.453Z |
6,611 100% 8.32kB/s 0:00:00
6,611 100% 8.32kB/s 0:00:00 (xfr#128, to-chk=89/254) |
4739 | 2024-03-26T18:47:33.453Z | smf/sled-agent/gimlet-standalone/config.toml |
4740 | 2024-03-26T18:47:33.453Z |
1,800 100% 2.27kB/s 0:00:00
1,800 100% 2.27kB/s 0:00:00 (xfr#129, to-chk=88/254) |
4741 | 2024-03-26T18:47:33.453Z | smf/sled-agent/gimlet/ |
4742 | 2024-03-26T18:47:33.453Z | smf/sled-agent/gimlet/README.md |
4743 | 2024-03-26T18:47:33.453Z |
54 100% 0.07kB/s 0:00:00
54 100% 0.07kB/s 0:00:00 (xfr#130, to-chk=87/254) |
4744 | 2024-03-26T18:47:33.453Z | smf/sled-agent/gimlet/config.toml |
4745 | 2024-03-26T18:47:33.453Z |
1,657 100% 2.09kB/s 0:00:00
1,657 100% 2.09kB/s 0:00:00 (xfr#131, to-chk=86/254) |
4746 | 2024-03-26T18:47:33.453Z | smf/sled-agent/non-gimlet/ |
4747 | 2024-03-26T18:47:33.453Z | smf/sled-agent/non-gimlet/README.md |
4748 | 2024-03-26T18:47:33.453Z |
105 100% 0.13kB/s 0:00:00
105 100% 0.13kB/s 0:00:00 (xfr#132, to-chk=85/254) |
4749 | 2024-03-26T18:47:33.453Z | smf/sled-agent/non-gimlet/config.toml |
4750 | 2024-03-26T18:47:33.453Z |
2,906 100% 3.65kB/s 0:00:00
2,906 100% 3.65kB/s 0:00:00 (xfr#133, to-chk=84/254) |
4751 | 2024-03-26T18:47:33.453Z | smf/sp-sim/ |
4752 | 2024-03-26T18:47:33.453Z | smf/sp-sim/config.toml |
4753 | 2024-03-26T18:47:33.453Z |
2,604 100% 3.27kB/s 0:00:00
2,604 100% 3.27kB/s 0:00:00 (xfr#134, to-chk=83/254) |
4754 | 2024-03-26T18:47:33.453Z | smf/sp-sim/manifest.xml |
4755 | 2024-03-26T18:47:33.453Z |
1,271 100% 1.60kB/s 0:00:00
1,271 100% 1.60kB/s 0:00:00 (xfr#135, to-chk=82/254) |
4756 | 2024-03-26T18:47:33.453Z | smf/switch_zone_setup/ |
4757 | 2024-03-26T18:47:33.453Z | smf/switch_zone_setup/manifest.xml |
4758 | 2024-03-26T18:47:33.453Z |
1,061 100% 1.33kB/s 0:00:00
1,061 100% 1.33kB/s 0:00:00 (xfr#136, to-chk=81/254) |
4759 | 2024-03-26T18:47:33.454Z | smf/switch_zone_setup/support_authorized_keys |
4760 | 2024-03-26T18:47:33.454Z |
1,284 100% 1.61kB/s 0:00:00
1,284 100% 1.61kB/s 0:00:00 (xfr#137, to-chk=80/254) |
4761 | 2024-03-26T18:47:33.454Z | smf/switch_zone_setup/switch_zone_setup |
4762 | 2024-03-26T18:47:33.454Z |
1,041 100% 1.31kB/s 0:00:00
1,041 100% 1.31kB/s 0:00:00 (xfr#138, to-chk=79/254) |
4763 | 2024-03-26T18:47:33.480Z | smf/wicketd/ |
4764 | 2024-03-26T18:47:33.480Z | smf/wicketd/config.toml |
4765 | 2024-03-26T18:47:33.480Z |
104 100% 0.13kB/s 0:00:00
104 100% 0.13kB/s 0:00:00 (xfr#139, to-chk=78/254) |
4766 | 2024-03-26T18:47:33.480Z | smf/wicketd/manifest.xml |
4767 | 2024-03-26T18:47:33.480Z |
2,954 100% 3.71kB/s 0:00:00
2,954 100% 3.71kB/s 0:00:00 (xfr#140, to-chk=77/254) |
4768 | 2024-03-26T18:47:33.480Z | smf/zone-network-setup/ |
4769 | 2024-03-26T18:47:33.480Z | smf/zone-network-setup/manifest.xml |
4770 | 2024-03-26T18:47:33.480Z |
1,614 100% 2.03kB/s 0:00:00
1,614 100% 2.03kB/s 0:00:00 (xfr#141, to-chk=76/254) |
4771 | 2024-03-26T18:47:33.480Z | tools/ |
4772 | 2024-03-26T18:47:33.481Z | tools/README.adoc |
4773 | 2024-03-26T18:47:33.481Z |
3,558 100% 4.47kB/s 0:00:00
3,558 100% 4.47kB/s 0:00:00 (xfr#142, to-chk=75/254) |
4774 | 2024-03-26T18:47:33.481Z | tools/build-global-zone-packages.sh |
4775 | 2024-03-26T18:47:33.481Z |
2,388 100% 3.00kB/s 0:00:00
2,388 100% 3.00kB/s 0:00:00 (xfr#143, to-chk=74/254) |
4776 | 2024-03-26T18:47:33.481Z | tools/build-host-image.sh |
4777 | 2024-03-26T18:47:33.481Z |
2,971 100% 3.73kB/s 0:00:00
2,971 100% 3.73kB/s 0:00:00 (xfr#144, to-chk=73/254) |
4778 | 2024-03-26T18:47:33.481Z | tools/build-trampoline-global-zone-packages.sh |
4779 | 2024-03-26T18:47:33.481Z |
1,878 100% 2.36kB/s 0:00:00
1,878 100% 2.36kB/s 0:00:00 (xfr#145, to-chk=72/254) |
4780 | 2024-03-26T18:47:33.481Z | tools/ci_check_opte_ver.sh |
4781 | 2024-03-26T18:47:33.481Z |
2,770 100% 3.48kB/s 0:00:00
2,770 100% 3.48kB/s 0:00:00 (xfr#146, to-chk=71/254) |
4782 | 2024-03-26T18:47:33.481Z | tools/ci_download_clickhouse |
4783 | 2024-03-26T18:47:33.481Z |
3,631 100% 4.56kB/s 0:00:00
3,631 100% 4.56kB/s 0:00:00 (xfr#147, to-chk=70/254) |
4784 | 2024-03-26T18:47:33.481Z | tools/ci_download_cockroachdb |
4785 | 2024-03-26T18:47:33.481Z |
4,292 100% 5.39kB/s 0:00:00
4,292 100% 5.39kB/s 0:00:00 (xfr#148, to-chk=69/254) |
4786 | 2024-03-26T18:47:33.481Z | tools/ci_download_console |
4787 | 2024-03-26T18:47:33.481Z |
1,991 100% 2.50kB/s 0:00:00
1,991 100% 2.50kB/s 0:00:00 (xfr#149, to-chk=68/254) |
4788 | 2024-03-26T18:47:33.481Z | tools/ci_download_dendrite_openapi |
4789 | 2024-03-26T18:47:33.481Z |
1,719 100% 2.16kB/s 0:00:00
1,719 100% 2.16kB/s 0:00:00 (xfr#150, to-chk=67/254) |
4790 | 2024-03-26T18:47:33.481Z | tools/ci_download_dendrite_stub |
4791 | 2024-03-26T18:47:33.481Z |
4,229 100% 5.31kB/s 0:00:00
4,229 100% 5.31kB/s 0:00:00 (xfr#151, to-chk=66/254) |
4792 | 2024-03-26T18:47:33.481Z | tools/ci_download_maghemite_mgd |
4793 | 2024-03-26T18:47:33.482Z |
3,650 100% 4.58kB/s 0:00:00
3,650 100% 4.58kB/s 0:00:00 (xfr#152, to-chk=65/254) |
4794 | 2024-03-26T18:47:33.482Z | tools/ci_download_maghemite_openapi |
4795 | 2024-03-26T18:47:33.482Z |
1,989 100% 2.50kB/s 0:00:00
1,989 100% 2.50kB/s 0:00:00 (xfr#153, to-chk=64/254) |
4796 | 2024-03-26T18:47:33.482Z | tools/ci_download_softnpu_machinery |
4797 | 2024-03-26T18:47:33.482Z |
668 100% 0.84kB/s 0:00:00
668 100% 0.84kB/s 0:00:00 (xfr#154, to-chk=63/254) |
4798 | 2024-03-26T18:47:33.482Z | tools/ci_download_thundermuffin |
4799 | 2024-03-26T18:47:33.482Z |
3,237 100% 4.06kB/s 0:00:00
3,237 100% 4.06kB/s 0:00:00 (xfr#155, to-chk=62/254) |
4800 | 2024-03-26T18:47:33.482Z | tools/ci_download_transceiver_control |
4801 | 2024-03-26T18:47:33.482Z |
3,415 100% 4.29kB/s 0:00:00
3,415 100% 4.29kB/s 0:00:00 (xfr#156, to-chk=61/254) |
4802 | 2024-03-26T18:47:33.482Z | tools/clickhouse_checksums |
4803 | 2024-03-26T18:47:33.482Z |
153 100% 0.19kB/s 0:00:00
153 100% 0.19kB/s 0:00:00 (xfr#157, to-chk=60/254) |
4804 | 2024-03-26T18:47:33.482Z | tools/clickhouse_version |
4805 | 2024-03-26T18:47:33.482Z |
11 100% 0.01kB/s 0:00:00
11 100% 0.01kB/s 0:00:00 (xfr#158, to-chk=59/254) |
4806 | 2024-03-26T18:47:33.482Z | tools/cockroachdb_checksums |
4807 | 2024-03-26T18:47:33.482Z |
258 100% 0.32kB/s 0:00:00
258 100% 0.32kB/s 0:00:00 (xfr#159, to-chk=58/254) |
4808 | 2024-03-26T18:47:33.482Z | tools/cockroachdb_version |
4809 | 2024-03-26T18:47:33.482Z |
8 100% 0.01kB/s 0:00:00
8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254) |
4810 | 2024-03-26T18:47:33.482Z | tools/console_version |
4811 | 2024-03-26T18:47:33.482Z |
122 100% 0.15kB/s 0:00:00
122 100% 0.15kB/s 0:00:00 (xfr#161, to-chk=56/254) |
4812 | 2024-03-26T18:47:33.482Z | tools/create_gimlet_virtual_hardware.sh |
4813 | 2024-03-26T18:47:33.482Z |
936 100% 1.17kB/s 0:00:00
936 100% 1.17kB/s 0:00:00 (xfr#162, to-chk=55/254) |
4814 | 2024-03-26T18:47:33.483Z | tools/create_scrimlet_virtual_hardware.sh |
4815 | 2024-03-26T18:47:33.483Z |
2,014 100% 2.53kB/s 0:00:00
2,014 100% 2.53kB/s 0:00:00 (xfr#163, to-chk=54/254) |
4816 | 2024-03-26T18:47:33.483Z | tools/create_self_signed_cert.sh |
4817 | 2024-03-26T18:47:33.483Z |
685 100% 0.86kB/s 0:00:00
685 100% 0.86kB/s 0:00:00 (xfr#164, to-chk=53/254) |
4818 | 2024-03-26T18:47:33.483Z | tools/create_virtual_hardware.sh |
4819 | 2024-03-26T18:47:33.483Z |
3,184 100% 4.00kB/s 0:00:00
3,184 100% 4.00kB/s 0:00:00 (xfr#165, to-chk=52/254) |
4820 | 2024-03-26T18:47:33.483Z | tools/delete-reservoir.sh |
4821 | 2024-03-26T18:47:33.483Z |
136 100% 0.17kB/s 0:00:00
136 100% 0.17kB/s 0:00:00 (xfr#166, to-chk=51/254) |
4822 | 2024-03-26T18:47:33.483Z | tools/dendrite_openapi_version |
4823 | 2024-03-26T18:47:33.483Z |
122 100% 0.15kB/s 0:00:00
122 100% 0.15kB/s 0:00:00 (xfr#167, to-chk=50/254) |
4824 | 2024-03-26T18:47:33.483Z | tools/dendrite_stub_checksums |
4825 | 2024-03-26T18:47:33.483Z |
267 100% 0.34kB/s 0:00:00
267 100% 0.34kB/s 0:00:00 (xfr#168, to-chk=49/254) |
4826 | 2024-03-26T18:47:33.483Z | tools/destroy_gimlet_virtual_hardware.sh |
4827 | 2024-03-26T18:47:33.483Z |
888 100% 1.11kB/s 0:00:00
888 100% 1.11kB/s 0:00:00 (xfr#169, to-chk=48/254) |
4828 | 2024-03-26T18:47:33.483Z | tools/destroy_scrimlet_virtual_hardware.sh |
4829 | 2024-03-26T18:47:33.483Z |
1,147 100% 1.44kB/s 0:00:00
1,147 100% 1.44kB/s 0:00:00 (xfr#170, to-chk=47/254) |
4830 | 2024-03-26T18:47:33.483Z | tools/destroy_virtual_hardware.sh |
4831 | 2024-03-26T18:47:33.483Z |
2,227 100% 2.80kB/s 0:00:00
2,227 100% 2.80kB/s 0:00:00 (xfr#171, to-chk=46/254) |
4832 | 2024-03-26T18:47:33.483Z | tools/dvt_dock_version |
4833 | 2024-03-26T18:47:33.483Z |
48 100% 0.06kB/s 0:00:00
48 100% 0.06kB/s 0:00:00 (xfr#172, to-chk=45/254) |
4834 | 2024-03-26T18:47:33.483Z | tools/ensure_buildomat_artifact.sh |
4835 | 2024-03-26T18:47:33.484Z |
3,759 100% 4.71kB/s 0:00:00
3,759 100% 4.71kB/s 0:00:00 (xfr#173, to-chk=44/254) |
4836 | 2024-03-26T18:47:33.484Z | tools/generate-nexus-api.sh |
4837 | 2024-03-26T18:47:33.484Z |
174 100% 0.22kB/s 0:00:00
174 100% 0.22kB/s 0:00:00 (xfr#174, to-chk=43/254) |
4838 | 2024-03-26T18:47:33.484Z | tools/generate-sled-agent-api.sh |
4839 | 2024-03-26T18:47:33.484Z |
161 100% 0.20kB/s 0:00:00
161 100% 0.20kB/s 0:00:00 (xfr#175, to-chk=42/254) |
4840 | 2024-03-26T18:47:33.484Z | tools/generate-wicketd-api.sh |
4841 | 2024-03-26T18:47:33.484Z |
75 100% 0.09kB/s 0:00:00
75 100% 0.09kB/s 0:00:00 (xfr#176, to-chk=41/254) |
4842 | 2024-03-26T18:47:33.484Z | tools/hubris_checksums |
4843 | 2024-03-26T18:47:33.484Z |
852 100% 1.07kB/s 0:00:00
852 100% 1.07kB/s 0:00:00 (xfr#177, to-chk=40/254) |
4844 | 2024-03-26T18:47:33.484Z | tools/hubris_version |
4845 | 2024-03-26T18:47:33.484Z |
50 100% 0.06kB/s 0:00:00
50 100% 0.06kB/s 0:00:00 (xfr#178, to-chk=39/254) |
4846 | 2024-03-26T18:47:33.484Z | tools/install_builder_prerequisites.sh |
4847 | 2024-03-26T18:47:33.484Z |
7,537 100% 9.45kB/s 0:00:00
7,537 100% 9.45kB/s 0:00:00 (xfr#179, to-chk=38/254) |
4848 | 2024-03-26T18:47:33.484Z | tools/install_opte.sh |
4849 | 2024-03-26T18:47:33.484Z |
3,755 100% 4.71kB/s 0:00:00
3,755 100% 4.71kB/s 0:00:00 (xfr#180, to-chk=37/254) |
4850 | 2024-03-26T18:47:33.484Z | tools/install_prerequisites.sh |
4851 | 2024-03-26T18:47:33.484Z |
255 100% 0.32kB/s 0:00:00
255 100% 0.32kB/s 0:00:00 (xfr#181, to-chk=36/254) |
4852 | 2024-03-26T18:47:33.484Z | tools/install_runner_prerequisites.sh |
4853 | 2024-03-26T18:47:33.484Z |
4,154 100% 5.21kB/s 0:00:00
4,154 100% 5.21kB/s 0:00:00 (xfr#182, to-chk=35/254) |
4854 | 2024-03-26T18:47:33.484Z | tools/maghemite_ddm_openapi_version |
4855 | 2024-03-26T18:47:33.484Z |
122 100% 0.15kB/s 0:00:00
122 100% 0.15kB/s 0:00:00 (xfr#183, to-chk=34/254) |
4856 | 2024-03-26T18:47:33.485Z | tools/maghemite_mg_openapi_version |
4857 | 2024-03-26T18:47:33.485Z |
122 100% 0.15kB/s 0:00:00
122 100% 0.15kB/s 0:00:00 (xfr#184, to-chk=33/254) |
4858 | 2024-03-26T18:47:33.485Z | tools/maghemite_mgd_checksums |
4859 | 2024-03-26T18:47:33.485Z |
163 100% 0.20kB/s 0:00:00
163 100% 0.20kB/s 0:00:00 (xfr#185, to-chk=32/254) |
4860 | 2024-03-26T18:47:33.485Z | tools/opte_version |
4861 | 2024-03-26T18:47:33.485Z |
9 100% 0.01kB/s 0:00:00
9 100% 0.01kB/s 0:00:00 (xfr#186, to-chk=31/254) |
4862 | 2024-03-26T18:47:33.485Z | tools/opte_version_override |
4863 | 2024-03-26T18:47:33.510Z |
142 100% 0.18kB/s 0:00:00
142 100% 0.18kB/s 0:00:00 (xfr#187, to-chk=30/254) |
4864 | 2024-03-26T18:47:33.510Z | tools/renovate-post-upgrade.sh |
4865 | 2024-03-26T18:47:33.510Z |
1,705 100% 2.14kB/s 0:00:00
1,705 100% 2.14kB/s 0:00:00 (xfr#188, to-chk=29/254) |
4866 | 2024-03-26T18:47:33.510Z | tools/thundermuffin_checksums |
4867 | 2024-03-26T18:47:33.510Z |
79 100% 0.10kB/s 0:00:00
79 100% 0.10kB/s 0:00:00 (xfr#189, to-chk=28/254) |
4868 | 2024-03-26T18:47:33.510Z | tools/thundermuffin_version |
4869 | 2024-03-26T18:47:33.510Z |
50 100% 0.06kB/s 0:00:00
50 100% 0.06kB/s 0:00:00 (xfr#190, to-chk=27/254) |
4870 | 2024-03-26T18:47:33.511Z | tools/transceiver_control_version |
4871 | 2024-03-26T18:47:33.511Z |
137 100% 0.17kB/s 0:00:00
137 100% 0.17kB/s 0:00:00 (xfr#191, to-chk=26/254) |
4872 | 2024-03-26T18:47:33.511Z | tools/uninstall_opte.sh |
4873 | 2024-03-26T18:47:33.511Z |
6,514 100% 8.16kB/s 0:00:00
6,514 100% 8.16kB/s 0:00:00 (xfr#192, to-chk=25/254) |
4874 | 2024-03-26T18:47:33.511Z | tools/update_crucible.sh |
4875 | 2024-03-26T18:47:33.511Z |
1,093 100% 1.37kB/s 0:00:00
1,093 100% 1.37kB/s 0:00:00 (xfr#193, to-chk=24/254) |
4876 | 2024-03-26T18:47:33.511Z | tools/update_dendrite.sh |
4877 | 2024-03-26T18:47:33.511Z |
2,333 100% 2.92kB/s 0:00:00
2,333 100% 2.92kB/s 0:00:00 (xfr#194, to-chk=23/254) |
4878 | 2024-03-26T18:47:33.511Z | tools/update_helpers.sh |
4879 | 2024-03-26T18:47:33.511Z |
3,831 100% 4.80kB/s 0:00:00
3,831 100% 4.80kB/s 0:00:00 (xfr#195, to-chk=22/254) |
4880 | 2024-03-26T18:47:33.511Z | tools/update_lldp.sh |
4881 | 2024-03-26T18:47:33.511Z |
1,000 100% 1.25kB/s 0:00:00
1,000 100% 1.25kB/s 0:00:00 (xfr#196, to-chk=21/254) |
4882 | 2024-03-26T18:47:33.511Z | tools/update_maghemite.sh |
4883 | 2024-03-26T18:47:33.511Z |
939 100% 1.18kB/s 0:00:00
939 100% 1.18kB/s 0:00:00 (xfr#197, to-chk=20/254) |
4884 | 2024-03-26T18:47:33.511Z | tools/update_propolis.sh |
4885 | 2024-03-26T18:47:33.511Z |
1,050 100% 1.31kB/s 0:00:00
1,050 100% 1.31kB/s 0:00:00 (xfr#198, to-chk=19/254) |
4886 | 2024-03-26T18:47:33.511Z | tools/update_transceiver_control.sh |
4887 | 2024-03-26T18:47:33.511Z |
1,374 100% 1.72kB/s 0:00:00
1,374 100% 1.72kB/s 0:00:00 (xfr#199, to-chk=18/254) |
4888 | 2024-03-26T18:47:33.511Z | tools/virtual_hardware.sh |
4889 | 2024-03-26T18:47:33.511Z |
3,429 100% 4.29kB/s 0:00:00
3,429 100% 4.29kB/s 0:00:00 (xfr#200, to-chk=17/254) |
4890 | 2024-03-26T18:47:33.511Z | tools/dtrace/ |
4891 | 2024-03-26T18:47:33.512Z | tools/dtrace/aggregate-query-latency.d |
4892 | 2024-03-26T18:47:33.512Z |
780 100% 0.98kB/s 0:00:00
780 100% 0.98kB/s 0:00:00 (xfr#201, to-chk=11/254) |
4893 | 2024-03-26T18:47:33.512Z | tools/dtrace/slowest-queries.d |
4894 | 2024-03-26T18:47:33.512Z |
1,077 100% 1.35kB/s 0:00:00
1,077 100% 1.35kB/s 0:00:00 (xfr#202, to-chk=10/254) |
4895 | 2024-03-26T18:47:33.512Z | tools/dtrace/trace-db-queries.d |
4896 | 2024-03-26T18:47:33.512Z |
811 100% 1.02kB/s 0:00:00
811 100% 1.02kB/s 0:00:00 (xfr#203, to-chk=9/254) |
4897 | 2024-03-26T18:47:33.512Z | tools/include/ |
4898 | 2024-03-26T18:47:33.512Z | tools/include/force-git-over-https.sh |
4899 | 2024-03-26T18:47:33.512Z |
940 100% 1.18kB/s 0:00:00
940 100% 1.18kB/s 0:00:00 (xfr#204, to-chk=8/254) |
4900 | 2024-03-26T18:47:33.512Z | tools/populate/ |
4901 | 2024-03-26T18:47:33.512Z | tools/populate/populate-alpine.sh |
4902 | 2024-03-26T18:47:33.512Z |
788 100% 0.99kB/s 0:00:00
788 100% 0.99kB/s 0:00:00 (xfr#205, to-chk=7/254) |
4903 | 2024-03-26T18:47:33.512Z | tools/populate/populate-images.sh |
4904 | 2024-03-26T18:47:33.512Z |
2,571 100% 3.22kB/s 0:00:00
2,571 100% 3.22kB/s 0:00:00 (xfr#206, to-chk=6/254) |
4905 | 2024-03-26T18:47:33.512Z | tools/reflector/ |
4906 | 2024-03-26T18:47:33.512Z | tools/reflector/helpers.sh |
4907 | 2024-03-26T18:47:33.512Z |
4,652 100% 5.82kB/s 0:00:00
4,652 100% 5.82kB/s 0:00:00 (xfr#207, to-chk=5/254) |
4908 | 2024-03-26T18:47:33.512Z | tools/scrimlet/ |
4909 | 2024-03-26T18:47:33.512Z | tools/scrimlet/create-softnpu-zone.sh |
4910 | 2024-03-26T18:47:33.512Z |
627 100% 0.78kB/s 0:00:00
627 100% 0.78kB/s 0:00:00 (xfr#208, to-chk=4/254) |
4911 | 2024-03-26T18:47:33.512Z | tools/scrimlet/destroy-softnpu-zone.sh |
4912 | 2024-03-26T18:47:33.513Z |
203 100% 0.25kB/s 0:00:00
203 100% 0.25kB/s 0:00:00 (xfr#209, to-chk=3/254) |
4913 | 2024-03-26T18:47:33.513Z | tools/scrimlet/softnpu-init.sh |
4914 | 2024-03-26T18:47:33.513Z |
2,157 100% 2.70kB/s 0:00:00
2,157 100% 2.70kB/s 0:00:00 (xfr#210, to-chk=2/254) |
4915 | 2024-03-26T18:47:33.513Z | tools/scrimlet/softnpu-zone.txt |
4916 | 2024-03-26T18:47:33.513Z |
330 100% 0.41kB/s 0:00:00
330 100% 0.41kB/s 0:00:00 (xfr#211, to-chk=1/254) |
4917 | 2024-03-26T18:47:33.513Z | tools/scrimlet/softnpu.toml |
4918 | 2024-03-26T18:47:33.513Z |
171 100% 0.21kB/s 0:00:00
171 100% 0.21kB/s 0:00:00 (xfr#212, to-chk=0/254) |
4919 | 2024-03-26T18:47:33.513Z | + pushd cargo-bay |
4920 | 2024-03-26T18:47:33.513Z | /work/oxidecomputer/testbed/a4x2/cargo-bay /work/oxidecomputer/testbed/a4x2 |
4921 | 2024-03-26T18:47:33.513Z | + mkdir -p omicron-common/omicron/ |
4922 | 2024-03-26T18:47:33.513Z | + cp -r g0/omicron/out omicron-common/omicron/ |
4923 | 2024-03-26T18:47:37.432Z | + rm omicron-common/omicron/out/omicron-sled-agent.tar |
4924 | 2024-03-26T18:47:37.456Z | + rm omicron-common/omicron/out/omicron-gateway-softnpu.tar.gz omicron-common/omicron/out/omicron-gateway.tar.gz |
4925 | 2024-03-26T18:47:37.457Z | + rm omicron-common/omicron/out/switch-softnpu.tar.gz |
4926 | 2024-03-26T18:47:37.457Z | + popd |
4927 | 2024-03-26T18:47:37.457Z | /work/oxidecomputer/testbed/a4x2 |
4928 | 2024-03-26T18:47:37.457Z | + for sled in g0 g1 g2 g3 |
4929 | 2024-03-26T18:47:37.457Z | + find cargo-bay/g0/omicron/out/ -maxdepth 1 -mindepth 1 |
4930 | 2024-03-26T18:47:37.457Z | + grep -v sled-agent |
4931 | 2024-03-26T18:47:37.457Z | + grep -v omicron-gateway |
4932 | 2024-03-26T18:47:37.457Z | + grep -v switch-softnpu |
4933 | 2024-03-26T18:47:37.457Z | + xargs -l rm -rf |
4934 | 2024-03-26T18:47:37.543Z | + for sled in g0 g1 g2 g3 |
4935 | 2024-03-26T18:47:37.568Z | + find cargo-bay/g1/omicron/out/ -maxdepth 1 -mindepth 1 |
4936 | 2024-03-26T18:47:37.568Z | + grep -v sled-agent |
4937 | 2024-03-26T18:47:37.568Z | + grep -v omicron-gateway |
4938 | 2024-03-26T18:47:37.568Z | + grep -v switch-softnpu |
4939 | 2024-03-26T18:47:37.568Z | + xargs -l rm -rf |
4940 | 2024-03-26T18:47:37.593Z | + for sled in g0 g1 g2 g3 |
4941 | 2024-03-26T18:47:37.593Z | + find cargo-bay/g2/omicron/out/ -maxdepth 1 -mindepth 1 |
4942 | 2024-03-26T18:47:37.593Z | + grep -v sled-agent |
4943 | 2024-03-26T18:47:37.617Z | + grep -v omicron-gateway |
4944 | 2024-03-26T18:47:37.617Z | + grep -v switch-softnpu |
4945 | 2024-03-26T18:47:37.617Z | + xargs -l rm -rf |
4946 | 2024-03-26T18:47:37.641Z | + for sled in g0 g1 g2 g3 |
4947 | 2024-03-26T18:47:37.641Z | + find cargo-bay/g3/omicron/out/ -maxdepth 1 -mindepth 1 |
4948 | 2024-03-26T18:47:37.641Z | + grep -v sled-agent |
4949 | 2024-03-26T18:47:37.642Z | + grep -v omicron-gateway |
4950 | 2024-03-26T18:47:37.642Z | + grep -v switch-softnpu |
4951 | 2024-03-26T18:47:37.642Z | + xargs -l rm -rf |
4952 | 2024-03-26T18:47:37.678Z | + ./config/fetch-softnpu-artifacts.sh |
4953 | 2024-03-26T18:47:37.702Z | + url=https://buildomat.eng.oxide.computer |
4954 | 2024-03-26T18:47:37.702Z | + path=public/file/oxidecomputer/sidecar-lite/release/ |
4955 | 2024-03-26T18:47:37.702Z | + rev=e3ea4b495ba0a71801ded0776ae4bbd31df57e26 |
4956 | 2024-03-26T18:47:37.702Z | + for artifact in scadm libsidecar_lite.so |
4957 | 2024-03-26T18:47:37.702Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/scadm |
4958 | 2024-03-26T18:47:37.702Z | % Total % Received % Xferd Average Speed Time Time Time Current |
4959 | 2024-03-26T18:47:37.703Z | Dload Upload Total Spent Left Speed |
4960 | 2024-03-26T18:47:42.909Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
9 22.7M 9 2299k 0 0 2352k 0 0:00:09 --:--:-- 0:00:09 2353k
27 22.7M 27 6387k 0 0 2658k 0 0:00:08 0:00:02 0:00:06 2659k
53 22.7M 53 12.1M 0 0 4189k 0 0:00:05 0:00:02 0:00:03 4189k
71 22.7M 71 16.3M 0 0 4031k 0 0:00:05 0:00:04 0:00:01 4032k
79 22.7M 79 18.2M 0 0 3748k 0 0:00:06 0:00:04 0:00:02 3748k
100 22.7M 100 22.7M 0 0 4481k 0 0:00:05 0:00:05 --:--:-- 4974k |
4961 | 2024-03-26T18:47:42.933Z | + chmod +x scadm |
4962 | 2024-03-26T18:47:42.933Z | + cp scadm cargo-bay/g0/ |
4963 | 2024-03-26T18:47:42.965Z | + mv scadm cargo-bay/g3/ |
4964 | 2024-03-26T18:47:42.989Z | + for artifact in scadm libsidecar_lite.so |
4965 | 2024-03-26T18:47:42.989Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/libsidecar_lite.so |
4966 | 2024-03-26T18:47:42.989Z | % Total % Received % Xferd Average Speed Time Time Time Current |
4967 | 2024-03-26T18:47:42.989Z | Dload Upload Total Spent Left Speed |
4968 | 2024-03-26T18:47:47.005Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
18 20.0M 18 3699k 0 0 5379k 0 0:00:03 --:--:-- 0:00:03 5377k
24 20.0M 24 5067k 0 0 2990k 0 0:00:06 0:00:01 0:00:05 2991k
53 20.0M 53 10.7M 0 0 4100k 0 0:00:05 0:00:02 0:00:03 4099k
86 20.0M 86 17.3M 0 0 4810k 0 0:00:04 0:00:03 0:00:01 4810k
100 20.0M 100 20.0M 0 0 5106k 0 0:00:04 0:00:04 --:--:-- 5108k |
4969 | 2024-03-26T18:47:47.029Z | + chmod +x libsidecar_lite.so |
4970 | 2024-03-26T18:47:47.029Z | + cp libsidecar_lite.so cargo-bay/g0/ |
4971 | 2024-03-26T18:47:47.057Z | + mv libsidecar_lite.so cargo-bay/g3/ |
4972 | 2024-03-26T18:47:47.081Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4973 | 2024-03-26T18:47:47.081Z | + tar -czf cargo-bay-ce.tgz cargo-bay/ce |
4974 | 2024-03-26T18:47:47.081Z | + mv cargo-bay-ce.tgz /out/ |
4975 | 2024-03-26T18:47:47.081Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4976 | 2024-03-26T18:47:47.082Z | + tar -czf cargo-bay-cr1.tgz cargo-bay/cr1 |
4977 | 2024-03-26T18:47:47.106Z | + mv cargo-bay-cr1.tgz /out/ |
4978 | 2024-03-26T18:47:47.106Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4979 | 2024-03-26T18:47:47.106Z | + tar -czf cargo-bay-cr2.tgz cargo-bay/cr2 |
4980 | 2024-03-26T18:47:47.106Z | + mv cargo-bay-cr2.tgz /out/ |
4981 | 2024-03-26T18:47:47.106Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4982 | 2024-03-26T18:47:47.106Z | + tar -czf cargo-bay-g0.tgz cargo-bay/g0 |
4983 | 2024-03-26T18:48:03.213Z | + mv cargo-bay-g0.tgz /out/ |
4984 | 2024-03-26T18:48:03.500Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4985 | 2024-03-26T18:48:03.500Z | + tar -czf cargo-bay-g1.tgz cargo-bay/g1 |
4986 | 2024-03-26T18:48:17.909Z | + mv cargo-bay-g1.tgz /out/ |
4987 | 2024-03-26T18:48:18.172Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4988 | 2024-03-26T18:48:18.172Z | + tar -czf cargo-bay-g2.tgz cargo-bay/g2 |
4989 | 2024-03-26T18:48:32.564Z | + mv cargo-bay-g2.tgz /out/ |
4990 | 2024-03-26T18:48:32.827Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4991 | 2024-03-26T18:48:32.827Z | + tar -czf cargo-bay-g3.tgz cargo-bay/g3 |
4992 | 2024-03-26T18:48:49.138Z | + mv cargo-bay-g3.tgz /out/ |
4993 | 2024-03-26T18:48:49.407Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4994 | 2024-03-26T18:48:49.407Z | + tar -czf cargo-bay-tools.tgz cargo-bay/tools |
4995 | 2024-03-26T18:48:49.432Z | + mv cargo-bay-tools.tgz /out/ |
4996 | 2024-03-26T18:48:49.432Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4997 | 2024-03-26T18:48:49.432Z | + tar -czf cargo-bay-omicron-common.tgz cargo-bay/omicron-common |
4998 | 2024-03-26T18:49:23.084Z | + mv cargo-bay-omicron-common.tgz /out/ |
4999 | 2024-03-26T18:49:24.506Z | process exited: duration 1731070 ms, exit code 0 |
|
5000 | 2024-03-26T18:49:24.565Z | found 11 output files |
5001 | 2024-03-26T18:49:24.565Z | uploading: /out/cargo-bay-ce.tgz (656 bytes) |
5002 | 2024-03-26T18:49:25.693Z | uploaded: /out/cargo-bay-ce.tgz |
5003 | 2024-03-26T18:49:25.693Z | uploading: /out/cargo-bay-cr1.tgz (970 bytes) |
5004 | 2024-03-26T18:49:26.796Z | uploaded: /out/cargo-bay-cr1.tgz |
5005 | 2024-03-26T18:49:26.821Z | uploading: /out/cargo-bay-cr2.tgz (962 bytes) |
5006 | 2024-03-26T18:49:27.896Z | uploaded: /out/cargo-bay-cr2.tgz |
5007 | 2024-03-26T18:49:27.896Z | uploading: /out/cargo-bay-g0.tgz (306400500 bytes) |
5008 | 2024-03-26T18:51:18.472Z | uploaded: /out/cargo-bay-g0.tgz |
5009 | 2024-03-26T18:51:18.472Z | uploading: /out/cargo-bay-g1.tgz (293546129 bytes) |
5010 | 2024-03-26T18:53:13.345Z | uploaded: /out/cargo-bay-g1.tgz |
5011 | 2024-03-26T18:53:13.345Z | uploading: /out/cargo-bay-g2.tgz (293541214 bytes) |
5012 | 2024-03-26T18:55:40.164Z | uploaded: /out/cargo-bay-g2.tgz |
5013 | 2024-03-26T18:55:40.733Z | uploading: /out/cargo-bay-g3.tgz (306440629 bytes) |
5014 | 2024-03-26T18:57:41.729Z | uploaded: /out/cargo-bay-g3.tgz |
5015 | 2024-03-26T18:57:41.729Z | uploading: /out/cargo-bay-tools.tgz (34873 bytes) |
5016 | 2024-03-26T18:57:42.813Z | uploaded: /out/cargo-bay-tools.tgz |
5017 | 2024-03-26T18:57:42.843Z | uploading: /out/cargo-bay-omicron-common.tgz (953668724 bytes) |
5018 | 2024-03-26T19:05:08.400Z | uploaded: /out/cargo-bay-omicron-common.tgz |
5019 | 2024-03-26T19:05:08.400Z | uploading: /out/commtest (76904776 bytes) |
5020 | 2024-03-26T19:05:45.955Z | uploaded: /out/commtest |
5021 | 2024-03-26T19:05:45.956Z | uploading: /out/dhcp-server (76355064 bytes) |
5022 | 2024-03-26T19:06:20.220Z | uploaded: /out/dhcp-server |