|
|
|
1 | 2024-03-26T06:34:38.676Z | job assigned to worker 01HSWQEG3HQE101PN6EFSM957S (queued for 36 s) |
|
2 | 2024-03-26T06:34:40.093Z | starting task 0: "setup" |
3 | 2024-03-26T06:34:40.141Z | ++ uname -s |
4 | 2024-03-26T06:34:40.141Z | + kern=SunOS |
5 | 2024-03-26T06:34:40.141Z | + case "$kern" in |
6 | 2024-03-26T06:34:40.141Z | + groupadd -g 12345 build |
7 | 2024-03-26T06:34:40.142Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-26T06:34:41.711Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-26T06:34:41.763Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-26T06:34:41.793Z | + home_fs=zfs |
11 | 2024-03-26T06:34:41.793Z | + [[ zfs == autofs ]] |
12 | 2024-03-26T06:34:41.793Z | + mkdir -p /home/build |
13 | 2024-03-26T06:34:41.793Z | + chown build:build /home/build /work |
14 | 2024-03-26T06:34:43.766Z | + chmod 0700 /home/build /work |
15 | 2024-03-26T06:34:43.793Z | process exited: duration 4086 ms, exit code 0 |
|
16 | 2024-03-26T06:34:43.845Z | starting task 1: "rust-toolchain" |
17 | 2024-03-26T06:34:43.870Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-26T06:34:43.870Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-03-26T06:34:43.992Z | info: downloading installer |
20 | 2024-03-26T06:34:44.779Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-26T06:34:44.779Z | warning: /opt/ooce/bin |
22 | 2024-03-26T06:34:44.780Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-26T06:34:44.780Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-26T06:34:44.780Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-26T06:34:44.780Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-26T06:34:44.780Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-26T06:34:44.781Z | error: cannot install while Rust is installed |
28 | 2024-03-26T06:34:44.781Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-26T06:34:44.810Z | info: profile set to 'default' |
30 | 2024-03-26T06:34:44.811Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-26T06:34:44.811Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-03-26T06:34:44.914Z | info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17) |
33 | 2024-03-26T06:34:44.914Z | info: downloading component 'cargo' |
34 | 2024-03-26T06:34:45.070Z | info: downloading component 'clippy' |
35 | 2024-03-26T06:34:45.123Z | info: downloading component 'rust-docs' |
36 | 2024-03-26T06:34:45.429Z | info: downloading component 'rust-std' |
37 | 2024-03-26T06:34:45.879Z | info: downloading component 'rustc' |
38 | 2024-03-26T06:34:46.533Z | info: downloading component 'rustfmt' |
39 | 2024-03-26T06:34:46.567Z | info: installing component 'cargo' |
40 | 2024-03-26T06:34:47.600Z | info: installing component 'clippy' |
41 | 2024-03-26T06:34:48.014Z | info: installing component 'rust-docs' |
42 | 2024-03-26T06:34:50.609Z | info: installing component 'rust-std' |
43 | 2024-03-26T06:34:52.704Z | info: installing component 'rustc' |
44 | 2024-03-26T06:34:57.407Z | info: installing component 'rustfmt' |
45 | 2024-03-26T06:34:57.770Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-03-26T06:34:57.770Z | |
47 | 2024-03-26T06:34:57.870Z | stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17) |
48 | 2024-03-26T06:34:57.870Z | |
49 | 2024-03-26T06:34:57.900Z | |
50 | 2024-03-26T06:34:57.900Z | Rust is installed now. Great! |
51 | 2024-03-26T06:34:57.901Z | |
52 | 2024-03-26T06:34:57.901Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-26T06:34:57.901Z | environment variable. This has not been done automatically. |
54 | 2024-03-26T06:34:57.901Z | |
55 | 2024-03-26T06:34:57.901Z | To configure your current shell, you need to source |
56 | 2024-03-26T06:34:57.902Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-26T06:34:57.902Z | |
58 | 2024-03-26T06:34:57.902Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-26T06:34:57.903Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-26T06:34:57.903Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-26T06:34:57.931Z | + rustc --version |
62 | 2024-03-26T06:34:58.010Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
63 | 2024-03-26T06:34:58.036Z | process exited: duration 14169 ms, exit code 0 |
|
64 | 2024-03-26T06:34:58.087Z | starting task 2: "authentication" |
65 | 2024-03-26T06:34:58.563Z | process exited: duration 477 ms, exit code 0 |
|
66 | 2024-03-26T06:34:59.080Z | starting task 3: "clone repository" |
67 | 2024-03-26T06:34:59.108Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-26T06:34:59.108Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-26T06:34:59.108Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-26T06:35:04.745Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-26T06:35:04.745Z | + git fetch origin 6a6bc4aa0e716cb077b3445bf7186bec65b92782 |
72 | 2024-03-26T06:35:05.184Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-26T06:35:05.184Z | * branch 6a6bc4aa0e716cb077b3445bf7186bec65b92782 -> FETCH_HEAD |
74 | 2024-03-26T06:35:05.217Z | + [[ -n falcon-nextest ]] |
75 | 2024-03-26T06:35:05.217Z | ++ git branch --show-current |
76 | 2024-03-26T06:35:05.217Z | + current=main |
77 | 2024-03-26T06:35:05.217Z | + [[ main != falcon-nextest ]] |
78 | 2024-03-26T06:35:05.217Z | + git branch -f falcon-nextest 6a6bc4aa0e716cb077b3445bf7186bec65b92782 |
79 | 2024-03-26T06:35:05.218Z | + git checkout -f falcon-nextest |
80 | 2024-03-26T06:35:05.349Z | Switched to branch 'falcon-nextest' |
81 | 2024-03-26T06:35:05.375Z | + git reset --hard 6a6bc4aa0e716cb077b3445bf7186bec65b92782 |
82 | 2024-03-26T06:35:05.400Z | HEAD is now at 6a6bc4aa0 derp |
83 | 2024-03-26T06:35:05.400Z | process exited: duration 6322 ms, exit code 0 |
|
84 | 2024-03-26T06:35:05.450Z | starting task 4: "build" |
85 | 2024-03-26T06:35:05.481Z | ++++ dirname ./env.sh |
86 | 2024-03-26T06:35:05.481Z | +++ readlink -f . |
87 | 2024-03-26T06:35:05.481Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-03-26T06:35:05.481Z | ++ 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-26T06:35:05.481Z | ++ 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-26T06:35:05.481Z | ++ 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-26T06:35:05.481Z | ++ 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-26T06:35:05.481Z | ++ 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-26T06:35:05.481Z | ++ 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-26T06:35:05.482Z | ++ 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-26T06:35:05.482Z | ++ 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-26T06:35:05.482Z | ++ unset OMICRON_WS |
97 | 2024-03-26T06:35:05.482Z | ++ set +o xtrace |
98 | 2024-03-26T06:35:05.482Z | + pfexec mkdir -p /out |
99 | 2024-03-26T06:35:05.482Z | + pfexec chown 12345 /out |
100 | 2024-03-26T06:35:05.482Z | + banner prerequisites |
101 | 2024-03-26T06:35:05.509Z | |
102 | 2024-03-26T06:35:05.509Z | ##### ##### ###### ##### ###### #### # # # #### # |
103 | 2024-03-26T06:35:05.509Z | # # # # # # # # # # # # # # # |
104 | 2024-03-26T06:35:05.509Z | # # # # ##### # # ##### # # # # # #### # |
105 | 2024-03-26T06:35:05.509Z | ##### ##### # ##### # # # # # # # # # |
106 | 2024-03-26T06:35:05.509Z | # # # # # # # # # # # # # # # |
107 | 2024-03-26T06:35:05.509Z | # # # ###### # # ###### ### # #### # #### # |
108 | 2024-03-26T06:35:05.509Z | |
109 | 2024-03-26T06:35:05.509Z | + set -o xtrace |
110 | 2024-03-26T06:35:05.509Z | + ./tools/install_builder_prerequisites.sh -y |
111 | 2024-03-26T06:35:09.859Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-03-26T06:35:11.502Z | Startup: Caching catalogs ... Done |
113 | 2024-03-26T06:35:13.445Z | Planning: Solver setup ... Done (1.518s) |
114 | 2024-03-26T06:35:13.474Z | Planning: Running solver ... Done (0.029s) |
115 | 2024-03-26T06:35:13.499Z | Planning: Finding local manifests ... Done (0.002s) |
116 | 2024-03-26T06:35:13.579Z | Planning: Fetching manifests: 0/4 0% complete |
117 | 2024-03-26T06:35:13.957Z | Planning: Fetching manifests: 4/4 100% complete |
118 | 2024-03-26T06:35:14.034Z | Planning: Package planning ... Done (0.064s) |
119 | 2024-03-26T06:35:14.086Z | Planning: Merging actions ... Done (0.060s) |
120 | 2024-03-26T06:35:14.458Z | Planning: Checking for conflicting actions ... Done (0.375s) |
121 | 2024-03-26T06:35:14.487Z | Planning: Consolidating action changes ... Done (0.013s) |
122 | 2024-03-26T06:35:15.239Z | Planning: Evaluating mediators ... Done (0.768s) |
123 | 2024-03-26T06:35:15.263Z | Planning: Planning completed in 3.70 seconds |
124 | 2024-03-26T06:35:15.288Z | Packages to install: 4 |
125 | 2024-03-26T06:35:15.289Z | Mediators to change: 2 |
126 | 2024-03-26T06:35:15.289Z | Services to change: 1 |
127 | 2024-03-26T06:35:15.289Z | Estimated space available: 148.93 GB |
128 | 2024-03-26T06:35:15.289Z | Estimated space to be consumed: 1.43 GB |
129 | 2024-03-26T06:35:15.289Z | Create boot environment: No |
130 | 2024-03-26T06:35:15.289Z | Create backup boot environment: No |
131 | 2024-03-26T06:35:15.289Z | Rebuild boot archive: No |
132 | 2024-03-26T06:35:15.289Z | |
133 | 2024-03-26T06:35:15.289Z | Changed mediators: |
134 | 2024-03-26T06:35:15.289Z | mediator clang: |
135 | 2024-03-26T06:35:15.289Z | version: None -> 15 (system default) |
136 | 2024-03-26T06:35:15.289Z | |
137 | 2024-03-26T06:35:15.289Z | mediator llvm: |
138 | 2024-03-26T06:35:15.289Z | version: 14 (system default) -> 15 (system default) |
139 | 2024-03-26T06:35:15.289Z | |
140 | 2024-03-26T06:35:15.290Z | Changed packages: |
141 | 2024-03-26T06:35:15.290Z | helios-dev |
142 | 2024-03-26T06:35:15.290Z | developer/build-essential |
143 | 2024-03-26T06:35:15.290Z | None -> 11-2.0 |
144 | 2024-03-26T06:35:15.290Z | library/libxmlsec1 |
145 | 2024-03-26T06:35:15.290Z | None -> 1.2.35-2.0 |
146 | 2024-03-26T06:35:15.290Z | ooce/developer/clang-15 |
147 | 2024-03-26T06:35:15.290Z | None -> 15.0.7-2.0 |
148 | 2024-03-26T06:35:15.290Z | ooce/developer/llvm-15 |
149 | 2024-03-26T06:35:15.290Z | None -> 15.0.7-2.0 |
150 | 2024-03-26T06:35:15.290Z | |
151 | 2024-03-26T06:35:15.290Z | Services: |
152 | 2024-03-26T06:35:15.290Z | restart_fmri: |
153 | 2024-03-26T06:35:15.290Z | svc:/system/update-man-index:default |
154 | 2024-03-26T06:35:15.317Z | |
155 | 2024-03-26T06:35:15.317Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
156 | 2024-03-26T06:35:20.320Z | Download: 1198/3290 items 79.3/212.6MB 37% complete (15.9M/s) |
157 | 2024-03-26T06:35:25.320Z | Download: 3039/3290 items 121.4/212.6MB 57% complete (12.2M/s) |
158 | 2024-03-26T06:35:30.336Z | Download: 3248/3290 items 176.5/212.6MB 83% complete (10.1M/s) |
159 | 2024-03-26T06:35:35.330Z | Download: 3248/3290 items 203.0/212.6MB 95% complete (8.1M/s) |
160 | 2024-03-26T06:35:36.244Z | Download: Completed 212.60 MB in 20.92 seconds (10.2M/s) |
161 | 2024-03-26T06:35:36.437Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2024-03-26T06:35:41.903Z | Actions: 2255/3689 actions (Installing new actions) |
163 | 2024-03-26T06:35:42.309Z | Actions: Completed 3689 actions in 5.88 seconds. |
164 | 2024-03-26T06:35:42.464Z | Done (0.154s) |
165 | 2024-03-26T06:35:42.464Z | Done (0.000s) |
166 | 2024-03-26T06:35:42.785Z | Done (0.297s) |
167 | 2024-03-26T06:35:47.916Z | Done (5.039s) |
168 | 2024-03-26T06:35:48.102Z | Done (0.020s) |
169 | 2024-03-26T06:35:48.173Z | Done (0.000s) |
170 | 2024-03-26T06:35:48.214Z | Done (0.000s) |
171 | 2024-03-26T06:35:48.773Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-03-26T06:35:48.962Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-03-26T06:35:48.997Z | Planning: Consolidating action changes ... Done |
174 | 2024-03-26T06:35:49.315Z | Planning: Evaluating mediators ... Done |
175 | 2024-03-26T06:35:49.381Z | Planning: Planning completed in 0.56 seconds |
176 | 2024-03-26T06:35:49.381Z | Mediators to change: 2 |
177 | 2024-03-26T06:35:49.381Z | Create boot environment: No |
178 | 2024-03-26T06:35:49.382Z | Create backup boot environment: No |
179 | 2024-03-26T06:35:49.422Z | Done |
180 | 2024-03-26T06:35:49.422Z | Done |
181 | 2024-03-26T06:35:49.615Z | Done |
182 | 2024-03-26T06:35:54.032Z | Done |
183 | 2024-03-26T06:36:01.101Z | Done |
184 | 2024-03-26T06:36:01.101Z | Done |
185 | 2024-03-26T06:36:01.101Z | Done |
186 | 2024-03-26T06:36:01.204Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-03-26T06:36:01.204Z | Planning: Merging actions ... Done |
188 | 2024-03-26T06:36:01.269Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-03-26T06:36:01.269Z | Planning: Consolidating action changes ... Done |
190 | 2024-03-26T06:36:01.269Z | Planning: Evaluating mediators ... Done |
191 | 2024-03-26T06:36:01.269Z | Planning: Planning completed in 0.98 seconds |
192 | 2024-03-26T06:36:01.269Z | Packages to change: 1 |
193 | 2024-03-26T06:36:01.269Z | Mediators to change: 1 |
194 | 2024-03-26T06:36:01.270Z | Services to change: 1 |
195 | 2024-03-26T06:36:01.270Z | Create boot environment: No |
196 | 2024-03-26T06:36:01.270Z | Create backup boot environment: Yes |
197 | 2024-03-26T06:36:01.270Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2024-03-26T06:36:01.270Z | Actions: Completed 6 actions in 0.00 seconds. |
199 | 2024-03-26T06:36:01.270Z | Done |
200 | 2024-03-26T06:36:01.270Z | Done |
201 | 2024-03-26T06:36:01.270Z | Done |
202 | 2024-03-26T06:36:01.595Z | Done |
203 | 2024-03-26T06:36:02.103Z | Done |
204 | 2024-03-26T06:36:02.158Z | Done |
205 | 2024-03-26T06:36:02.159Z | Done |
206 | 2024-03-26T06:36:02.309Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2024-03-26T06:36:02.311Z | clang system 15 system |
208 | 2024-03-26T06:36:02.311Z | csh system system illumos |
209 | 2024-03-26T06:36:02.312Z | ctags system system illumos |
210 | 2024-03-26T06:36:02.313Z | gcc vendor 12 vendor |
211 | 2024-03-26T06:36:02.313Z | gcc system 10 system |
212 | 2024-03-26T06:36:02.315Z | gcc system 7 system |
213 | 2024-03-26T06:36:02.316Z | go system 1.20 system |
214 | 2024-03-26T06:36:02.319Z | go system 1.19 system |
215 | 2024-03-26T06:36:02.320Z | llvm system 15 system |
216 | 2024-03-26T06:36:02.322Z | llvm system 14 system |
217 | 2024-03-26T06:36:02.322Z | mariadb system 10.6 system |
218 | 2024-03-26T06:36:02.324Z | mta vendor vendor dma |
219 | 2024-03-26T06:36:02.324Z | openjdk system 17 system |
220 | 2024-03-26T06:36:02.324Z | openjdk system 11 system |
221 | 2024-03-26T06:36:02.324Z | openjdk system 1.8 system |
222 | 2024-03-26T06:36:02.324Z | openssl vendor 3 vendor |
223 | 2024-03-26T06:36:02.324Z | perl system 5.36 system |
224 | 2024-03-26T06:36:02.325Z | postgresql system 15 system |
225 | 2024-03-26T06:36:02.325Z | postgresql system 13 system |
226 | 2024-03-26T06:36:02.325Z | python vendor 3 vendor |
227 | 2024-03-26T06:36:02.326Z | python system 2 system |
228 | 2024-03-26T06:36:02.326Z | python3 system 3.11 system |
229 | 2024-03-26T06:36:02.326Z | ruby system 3.0 system |
230 | 2024-03-26T06:36:02.326Z | words vendor vendor american-english |
231 | 2024-03-26T06:36:02.326Z | words system system australian-english |
232 | 2024-03-26T06:36:02.327Z | words system system british-english |
233 | 2024-03-26T06:36:02.327Z | words system system canadian-english |
234 | 2024-03-26T06:36:02.327Z | words system system french |
235 | 2024-03-26T06:36:02.327Z | words system system italian |
236 | 2024-03-26T06:36:02.327Z | words system system ngerman |
237 | 2024-03-26T06:36:02.328Z | words system system ogerman |
238 | 2024-03-26T06:36:02.328Z | words system system spanish |
239 | 2024-03-26T06:36:02.717Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2024-03-26T06:36:02.717Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2024-03-26T06:36:04.674Z | FMRI IFO |
242 | 2024-03-26T06:36:04.674Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2024-03-26T06:36:04.674Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2024-03-26T06:36:04.674Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2024-03-26T06:36:04.674Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2024-03-26T06:36:04.674Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2024-03-26T06:36:04.674Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2024-03-26T06:36:04.674Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
249 | 2024-03-26T06:36:04.674Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-03-26T06:36:04.674Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-03-26T06:36:04.674Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-03-26T06:36:04.674Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-03-26T06:36:04.674Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-03-26T06:36:04.733Z | + set -o errexit |
255 | 2024-03-26T06:36:04.733Z | +++ dirname ./tools/ci_download_cockroachdb |
256 | 2024-03-26T06:36:04.733Z | ++ cd ./tools |
257 | 2024-03-26T06:36:04.733Z | ++ pwd |
258 | 2024-03-26T06:36:04.733Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
259 | 2024-03-26T06:36:04.734Z | ++ basename ./tools/ci_download_cockroachdb |
260 | 2024-03-26T06:36:04.734Z | + ARG0=ci_download_cockroachdb |
261 | 2024-03-26T06:36:04.734Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
262 | 2024-03-26T06:36:04.734Z | + CIDL_VERSION=v22.1.9 |
263 | 2024-03-26T06:36:04.734Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
264 | 2024-03-26T06:36:04.734Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
265 | 2024-03-26T06:36:04.735Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
266 | 2024-03-26T06:36:04.735Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
267 | 2024-03-26T06:36:04.735Z | + TARGET_DIR=out |
268 | 2024-03-26T06:36:04.735Z | + DOWNLOAD_DIR=out/downloads |
269 | 2024-03-26T06:36:04.735Z | + DEST_DIR=./out/cockroachdb |
270 | 2024-03-26T06:36:04.735Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
271 | 2024-03-26T06:36:04.736Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
272 | 2024-03-26T06:36:04.736Z | + main |
273 | 2024-03-26T06:36:04.736Z | + [[ 0 != 0 ]] |
274 | 2024-03-26T06:36:04.736Z | + CIDL_OS=solaris2.11 |
275 | 2024-03-26T06:36:04.736Z | + [[ 0 != 0 ]] |
276 | 2024-03-26T06:36:04.736Z | + configure_os solaris2.11 |
277 | 2024-03-26T06:36:04.736Z | + echo 'current directory: /work/oxidecomputer/omicron' |
278 | 2024-03-26T06:36:04.736Z | + echo 'configuring based on OS: "solaris2.11"' |
279 | 2024-03-26T06:36:04.736Z | + case "$1" in |
280 | 2024-03-26T06:36:04.736Z | + CIDL_BUILD=illumos |
281 | 2024-03-26T06:36:04.736Z | + CIDL_SUFFIX=tar.gz |
282 | 2024-03-26T06:36:04.737Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
283 | 2024-03-26T06:36:04.737Z | + CIDL_URL_BASE=https://illumos.org/downloads |
284 | 2024-03-26T06:36:04.737Z | current directory: /work/oxidecomputer/omicron |
285 | 2024-03-26T06:36:04.737Z | configuring based on OS: "solaris2.11" |
286 | 2024-03-26T06:36:04.737Z | + CIDL_ASSEMBLE=do_assemble_illumos |
287 | 2024-03-26T06:36:04.738Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
288 | 2024-03-26T06:36:04.738Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-03-26T06:36:04.738Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-03-26T06:36:04.738Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
291 | 2024-03-26T06:36:04.739Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-03-26T06:36:04.739Z | + CIDL_SHA256FUNC=do_sha256sum |
293 | 2024-03-26T06:36:04.739Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2024-03-26T06:36:04.739Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-03-26T06:36:04.739Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2024-03-26T06:36:04.739Z | + mkdir -p out/downloads |
297 | 2024-03-26T06:36:04.739Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-03-26T06:36:04.740Z | + mkdir -p ./out/cockroachdb |
299 | 2024-03-26T06:36:04.740Z | + local DO_DOWNLOAD=true |
300 | 2024-03-26T06:36:04.740Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
301 | 2024-03-26T06:36:04.740Z | + '[' true == true ']' |
302 | 2024-03-26T06:36:04.740Z | + echo Downloading... |
303 | 2024-03-26T06:36:04.740Z | Downloading... |
304 | 2024-03-26T06:36:04.741Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-03-26T06:36:04.741Z | + 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 |
306 | 2024-03-26T06:36:08.733Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-03-26T06:36:08.760Z | ++ sha256sum |
308 | 2024-03-26T06:36:08.760Z | ++ awk '{print $1}' |
309 | 2024-03-26T06:36:08.810Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
310 | 2024-03-26T06:36:08.811Z | + [[ 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 ]] |
311 | 2024-03-26T06:36:08.811Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-03-26T06:36:08.837Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
313 | 2024-03-26T06:36:11.788Z | + do_assemble_illumos |
314 | 2024-03-26T06:36:11.788Z | + rm -r ./out/cockroachdb |
315 | 2024-03-26T06:36:11.820Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
316 | 2024-03-26T06:36:12.197Z | + ./out/cockroachdb/bin/cockroach version |
317 | 2024-03-26T06:36:12.439Z | Build Tag: v22.1.9-dirty |
318 | 2024-03-26T06:36:12.439Z | Build Time: 2022/10/26 21:17:46 |
319 | 2024-03-26T06:36:12.439Z | Distribution: OSS |
320 | 2024-03-26T06:36:12.439Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
321 | 2024-03-26T06:36:12.439Z | Go Version: go1.17.13 |
322 | 2024-03-26T06:36:12.439Z | C Compiler: gcc 10.3.0 |
323 | 2024-03-26T06:36:12.439Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
324 | 2024-03-26T06:36:12.439Z | Build Type: release |
325 | 2024-03-26T06:36:12.465Z | + set -o errexit |
326 | 2024-03-26T06:36:12.494Z | +++ dirname ./tools/ci_download_clickhouse |
327 | 2024-03-26T06:36:12.495Z | ++ cd ./tools |
328 | 2024-03-26T06:36:12.495Z | ++ pwd |
329 | 2024-03-26T06:36:12.495Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
330 | 2024-03-26T06:36:12.495Z | ++ basename ./tools/ci_download_clickhouse |
331 | 2024-03-26T06:36:12.495Z | + ARG0=ci_download_clickhouse |
332 | 2024-03-26T06:36:12.495Z | + TARGET_DIR=out |
333 | 2024-03-26T06:36:12.495Z | + DOWNLOAD_DIR=out/downloads |
334 | 2024-03-26T06:36:12.495Z | + DEST_DIR=./out/clickhouse |
335 | 2024-03-26T06:36:12.495Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
336 | 2024-03-26T06:36:12.495Z | + CIDL_VERSION=v23.8.7.24 |
337 | 2024-03-26T06:36:12.495Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
338 | 2024-03-26T06:36:12.496Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
339 | 2024-03-26T06:36:12.496Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
340 | 2024-03-26T06:36:12.496Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
341 | 2024-03-26T06:36:12.496Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
342 | 2024-03-26T06:36:12.496Z | + main |
343 | 2024-03-26T06:36:12.496Z | + [[ 0 != 0 ]] |
344 | 2024-03-26T06:36:12.496Z | + CIDL_OS=solaris2.11 |
345 | 2024-03-26T06:36:12.496Z | + [[ 0 != 0 ]] |
346 | 2024-03-26T06:36:12.496Z | + configure_os solaris2.11 |
347 | 2024-03-26T06:36:12.496Z | + echo 'current directory: /work/oxidecomputer/omicron' |
348 | 2024-03-26T06:36:12.496Z | current directory: /work/oxidecomputer/omicron |
349 | 2024-03-26T06:36:12.496Z | + echo 'configuring based on OS: "solaris2.11"' |
350 | 2024-03-26T06:36:12.496Z | configuring based on OS: "solaris2.11" |
351 | 2024-03-26T06:36:12.497Z | + CIDL_DASHREV= |
352 | 2024-03-26T06:36:12.497Z | + case "$1" in |
353 | 2024-03-26T06:36:12.497Z | + CIDL_PLATFORM=illumos |
354 | 2024-03-26T06:36:12.497Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
355 | 2024-03-26T06:36:12.497Z | + CIDL_MD5FUNC=do_md5sum |
356 | 2024-03-26T06:36:12.497Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
357 | 2024-03-26T06:36:12.497Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-03-26T06:36:12.497Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-03-26T06:36:12.497Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-03-26T06:36:12.497Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
361 | 2024-03-26T06:36:12.497Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
362 | 2024-03-26T06:36:12.497Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
363 | 2024-03-26T06:36:12.497Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
364 | 2024-03-26T06:36:12.497Z | + mkdir -p out/downloads |
365 | 2024-03-26T06:36:12.498Z | + mkdir -p ./out/clickhouse |
366 | 2024-03-26T06:36:12.498Z | + local DO_DOWNLOAD=true |
367 | 2024-03-26T06:36:12.498Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
368 | 2024-03-26T06:36:12.498Z | + '[' true == true ']' |
369 | 2024-03-26T06:36:12.498Z | + echo Downloading... |
370 | 2024-03-26T06:36:12.498Z | + 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-26T06:36:12.498Z | Downloading... |
372 | 2024-03-26T06:36:12.498Z | + 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 |
373 | 2024-03-26T06:36:19.870Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
374 | 2024-03-26T06:36:19.895Z | ++ md5sum |
375 | 2024-03-26T06:36:19.895Z | ++ awk '{print $1}' |
376 | 2024-03-26T06:36:20.138Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
377 | 2024-03-26T06:36:20.139Z | + [[ 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 ]] |
378 | 2024-03-26T06:36:20.139Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
379 | 2024-03-26T06:36:20.139Z | + mkdir -p ./out/clickhouse |
380 | 2024-03-26T06:36:20.167Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
381 | 2024-03-26T06:36:25.381Z | + [[ solaris2.11 == darwin* ]] |
382 | 2024-03-26T06:36:25.381Z | + ./out/clickhouse/clickhouse server --version |
383 | 2024-03-26T06:36:25.517Z | ClickHouse server version 23.8.7.1. |
384 | 2024-03-26T06:36:25.546Z | + set -o errexit |
385 | 2024-03-26T06:36:25.572Z | +++ dirname ./tools/ci_download_console |
386 | 2024-03-26T06:36:25.572Z | ++ cd ./tools |
387 | 2024-03-26T06:36:25.572Z | ++ pwd |
388 | 2024-03-26T06:36:25.572Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
389 | 2024-03-26T06:36:25.572Z | ++ basename ./tools/ci_download_console |
390 | 2024-03-26T06:36:25.572Z | + ARG0=ci_download_console |
391 | 2024-03-26T06:36:25.572Z | + TARGET_DIR=out |
392 | 2024-03-26T06:36:25.572Z | + DOWNLOAD_DIR=out/downloads |
393 | 2024-03-26T06:36:25.572Z | + DEST_DIR=./out/console-assets |
394 | 2024-03-26T06:36:25.572Z | + source /work/oxidecomputer/omicron/tools/console_version |
395 | 2024-03-26T06:36:25.572Z | ++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198 |
396 | 2024-03-26T06:36:25.572Z | ++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
397 | 2024-03-26T06:36:25.572Z | + URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
398 | 2024-03-26T06:36:25.572Z | + TARBALL_FILE=out/downloads/console.tar.gz |
399 | 2024-03-26T06:36:25.572Z | + main |
400 | 2024-03-26T06:36:25.573Z | + [[ 0 != 0 ]] |
401 | 2024-03-26T06:36:25.573Z | + echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz' |
402 | 2024-03-26T06:36:25.573Z | URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
403 | 2024-03-26T06:36:25.573Z | + echo 'Local file: out/downloads/console.tar.gz' |
404 | 2024-03-26T06:36:25.573Z | Local file: out/downloads/console.tar.gz |
405 | 2024-03-26T06:36:25.573Z | + local DO_DOWNLOAD=true |
406 | 2024-03-26T06:36:25.573Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2024-03-26T06:36:25.573Z | + mkdir -p out/downloads |
408 | 2024-03-26T06:36:25.573Z | + '[' true == true ']' |
409 | 2024-03-26T06:36:25.573Z | + echo Downloading... |
410 | 2024-03-26T06:36:25.573Z | Downloading... |
411 | 2024-03-26T06:36:25.573Z | + do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz |
412 | 2024-03-26T06:36:25.573Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
413 | 2024-03-26T06:36:26.163Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2024-03-26T06:36:26.163Z | ++ case "$OSTYPE" in |
415 | 2024-03-26T06:36:26.163Z | ++ SHA=sha256sum |
416 | 2024-03-26T06:36:26.216Z | ++ sha256sum |
417 | 2024-03-26T06:36:26.216Z | ++ awk '{print $1}' |
418 | 2024-03-26T06:36:26.216Z | + calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
419 | 2024-03-26T06:36:26.217Z | + [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]] |
420 | 2024-03-26T06:36:26.217Z | + rm -rf ./out/console-assets |
421 | 2024-03-26T06:36:26.217Z | + mkdir -p ./out/console-assets |
422 | 2024-03-26T06:36:26.217Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2024-03-26T06:36:26.218Z | + mkdir -p ./out/console-assets |
424 | 2024-03-26T06:36:26.218Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2024-03-26T06:36:26.291Z | + set -o errexit |
426 | 2024-03-26T06:36:26.319Z | +++ dirname ./tools/ci_download_maghemite_openapi |
427 | 2024-03-26T06:36:26.319Z | ++ cd ./tools |
428 | 2024-03-26T06:36:26.319Z | ++ pwd |
429 | 2024-03-26T06:36:26.319Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2024-03-26T06:36:26.319Z | ++ basename ./tools/ci_download_maghemite_openapi |
431 | 2024-03-26T06:36:26.320Z | + ARG0=ci_download_maghemite_openapi |
432 | 2024-03-26T06:36:26.320Z | + TARGET_DIR=out |
433 | 2024-03-26T06:36:26.320Z | + DOWNLOAD_DIR=out/downloads |
434 | 2024-03-26T06:36:26.320Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
435 | 2024-03-26T06:36:26.320Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
436 | 2024-03-26T06:36:26.320Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
437 | 2024-03-26T06:36:26.320Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
438 | 2024-03-26T06:36:26.320Z | + LOCAL_FILE=out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
439 | 2024-03-26T06:36:26.320Z | + main |
440 | 2024-03-26T06:36:26.321Z | + rm -rf out/downloads/root |
441 | 2024-03-26T06:36:26.321Z | + [[ 0 != 0 ]] |
442 | 2024-03-26T06:36:26.321Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json' |
443 | 2024-03-26T06:36:26.321Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
444 | 2024-03-26T06:36:26.321Z | + echo 'Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json' |
445 | 2024-03-26T06:36:26.321Z | Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
446 | 2024-03-26T06:36:26.321Z | + local DO_DOWNLOAD=true |
447 | 2024-03-26T06:36:26.321Z | + [[ -f out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]] |
448 | 2024-03-26T06:36:26.322Z | + mkdir -p out/downloads |
449 | 2024-03-26T06:36:26.322Z | + '[' true == true ']' |
450 | 2024-03-26T06:36:26.322Z | + echo Downloading... |
451 | 2024-03-26T06:36:26.322Z | Downloading... |
452 | 2024-03-26T06:36:26.322Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
453 | 2024-03-26T06:36:26.322Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
454 | 2024-03-26T06:36:26.523Z | ++ do_sha256sum out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
455 | 2024-03-26T06:36:26.523Z | ++ case "$OSTYPE" in |
456 | 2024-03-26T06:36:26.523Z | ++ SHA=sha256sum |
457 | 2024-03-26T06:36:26.548Z | ++ sha256sum |
458 | 2024-03-26T06:36:26.548Z | ++ awk '{print $1}' |
459 | 2024-03-26T06:36:26.548Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
460 | 2024-03-26T06:36:26.548Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
461 | 2024-03-26T06:36:26.548Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
462 | 2024-03-26T06:36:26.548Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
463 | 2024-03-26T06:36:26.548Z | ++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
464 | 2024-03-26T06:36:26.548Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
465 | 2024-03-26T06:36:26.548Z | + LOCAL_FILE=out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
466 | 2024-03-26T06:36:26.548Z | + main |
467 | 2024-03-26T06:36:26.548Z | + rm -rf out/downloads/root |
468 | 2024-03-26T06:36:26.548Z | + [[ 0 != 0 ]] |
469 | 2024-03-26T06:36:26.548Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json' |
470 | 2024-03-26T06:36:26.548Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
471 | 2024-03-26T06:36:26.548Z | Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
472 | 2024-03-26T06:36:26.548Z | + echo 'Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json' |
473 | 2024-03-26T06:36:26.549Z | + local DO_DOWNLOAD=true |
474 | 2024-03-26T06:36:26.549Z | + [[ -f out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]] |
475 | 2024-03-26T06:36:26.549Z | + mkdir -p out/downloads |
476 | 2024-03-26T06:36:26.549Z | + '[' true == true ']' |
477 | 2024-03-26T06:36:26.549Z | + echo Downloading... |
478 | 2024-03-26T06:36:26.549Z | Downloading... |
479 | 2024-03-26T06:36:26.549Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
480 | 2024-03-26T06:36:26.549Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
481 | 2024-03-26T06:36:26.783Z | ++ do_sha256sum out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
482 | 2024-03-26T06:36:26.783Z | ++ case "$OSTYPE" in |
483 | 2024-03-26T06:36:26.783Z | ++ SHA=sha256sum |
484 | 2024-03-26T06:36:26.808Z | ++ sha256sum |
485 | 2024-03-26T06:36:26.808Z | ++ awk '{print $1}' |
486 | 2024-03-26T06:36:26.808Z | + calculated_sha2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
487 | 2024-03-26T06:36:26.808Z | + [[ 768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e != \7\6\8\b\3\8\a\d\9\b\0\1\2\9\9\b\e\6\6\a\8\9\9\2\4\1\1\5\8\1\2\3\f\c\9\0\e\a\2\4\0\7\0\8\a\5\1\7\c\8\a\c\f\a\5\2\b\4\b\2\e\b\8\e ]] |
488 | 2024-03-26T06:36:26.808Z | + set -o errexit |
489 | 2024-03-26T06:36:26.808Z | +++ dirname ./tools/ci_download_dendrite_openapi |
490 | 2024-03-26T06:36:26.833Z | ++ cd ./tools |
491 | 2024-03-26T06:36:26.833Z | ++ pwd |
492 | 2024-03-26T06:36:26.833Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
493 | 2024-03-26T06:36:26.833Z | ++ basename ./tools/ci_download_dendrite_openapi |
494 | 2024-03-26T06:36:26.833Z | + ARG0=ci_download_dendrite_openapi |
495 | 2024-03-26T06:36:26.833Z | + TARGET_DIR=out |
496 | 2024-03-26T06:36:26.833Z | + DOWNLOAD_DIR=out/downloads |
497 | 2024-03-26T06:36:26.834Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
498 | 2024-03-26T06:36:26.834Z | ++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
499 | 2024-03-26T06:36:26.834Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
500 | 2024-03-26T06:36:26.834Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
501 | 2024-03-26T06:36:26.834Z | + LOCAL_FILE=out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
502 | 2024-03-26T06:36:26.834Z | + main |
503 | 2024-03-26T06:36:26.834Z | + [[ 0 != 0 ]] |
504 | 2024-03-26T06:36:26.834Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json' |
505 | 2024-03-26T06:36:26.834Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
506 | 2024-03-26T06:36:26.834Z | Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
507 | 2024-03-26T06:36:26.834Z | + echo 'Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json' |
508 | 2024-03-26T06:36:26.834Z | + local DO_DOWNLOAD=true |
509 | 2024-03-26T06:36:26.834Z | + [[ -f out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json ]] |
510 | 2024-03-26T06:36:26.834Z | + mkdir -p out/downloads |
511 | 2024-03-26T06:36:26.834Z | + '[' true == true ']' |
512 | 2024-03-26T06:36:26.834Z | + echo Downloading... |
513 | 2024-03-26T06:36:26.834Z | Downloading... |
514 | 2024-03-26T06:36:26.834Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
515 | 2024-03-26T06:36:26.834Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
516 | 2024-03-26T06:36:27.080Z | ++ do_sha256sum out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
517 | 2024-03-26T06:36:27.080Z | ++ case "$OSTYPE" in |
518 | 2024-03-26T06:36:27.080Z | ++ SHA=sha256sum |
519 | 2024-03-26T06:36:27.105Z | ++ sha256sum |
520 | 2024-03-26T06:36:27.105Z | ++ awk '{print $1}' |
521 | 2024-03-26T06:36:27.105Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
522 | 2024-03-26T06:36:27.105Z | + [[ 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 ]] |
523 | 2024-03-26T06:36:27.105Z | + set -o errexit |
524 | 2024-03-26T06:36:27.105Z | +++ dirname ./tools/ci_download_dendrite_stub |
525 | 2024-03-26T06:36:27.105Z | ++ cd ./tools |
526 | 2024-03-26T06:36:27.105Z | ++ pwd |
527 | 2024-03-26T06:36:27.105Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
528 | 2024-03-26T06:36:27.130Z | ++ basename ./tools/ci_download_dendrite_stub |
529 | 2024-03-26T06:36:27.130Z | + ARG0=ci_download_dendrite_stub |
530 | 2024-03-26T06:36:27.130Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
531 | 2024-03-26T06:36:27.130Z | ++ CIDL_SHA256_ILLUMOS=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
532 | 2024-03-26T06:36:27.131Z | ++ CIDL_SHA256_LINUX_DPD=f753444cae478cdedcde743a20a9df5965ed28cddab0f9632f3c263c66cd6397 |
533 | 2024-03-26T06:36:27.131Z | ++ CIDL_SHA256_LINUX_SWADM=66eab497b955751d0704c3cd97ac5c1ed373aa656fc37ccba86ae9900b5ae96d |
534 | 2024-03-26T06:36:27.131Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
535 | 2024-03-26T06:36:27.131Z | ++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
536 | 2024-03-26T06:36:27.131Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
537 | 2024-03-26T06:36:27.131Z | + TARGET_DIR=out |
538 | 2024-03-26T06:36:27.131Z | + DOWNLOAD_DIR=out/downloads |
539 | 2024-03-26T06:36:27.131Z | + DEST_DIR=./out/dendrite-stub |
540 | 2024-03-26T06:36:27.131Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
541 | 2024-03-26T06:36:27.131Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
542 | 2024-03-26T06:36:27.131Z | + REPO=oxidecomputer/dendrite |
543 | 2024-03-26T06:36:27.131Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
544 | 2024-03-26T06:36:27.131Z | + main |
545 | 2024-03-26T06:36:27.131Z | + [[ 0 != 0 ]] |
546 | 2024-03-26T06:36:27.131Z | + CIDL_OS=solaris2.11 |
547 | 2024-03-26T06:36:27.131Z | + [[ 0 != 0 ]] |
548 | 2024-03-26T06:36:27.131Z | + configure_os solaris2.11 |
549 | 2024-03-26T06:36:27.131Z | + echo 'current directory: /work/oxidecomputer/omicron' |
550 | 2024-03-26T06:36:27.131Z | current directory: /work/oxidecomputer/omicron |
551 | 2024-03-26T06:36:27.131Z | + echo 'configuring based on OS: "solaris2.11"' |
552 | 2024-03-26T06:36:27.132Z | + case "$1" in |
553 | 2024-03-26T06:36:27.132Z | + SET_BINARIES= |
554 | 2024-03-26T06:36:27.132Z | + CIDL_SHA256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
555 | 2024-03-26T06:36:27.132Z | configuring based on OS: "solaris2.11" |
556 | 2024-03-26T06:36:27.132Z | + CIDL_SHA256FUNC=do_sha256sum |
557 | 2024-03-26T06:36:27.132Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
558 | 2024-03-26T06:36:27.132Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
559 | 2024-03-26T06:36:27.132Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
560 | 2024-03-26T06:36:27.132Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz' |
561 | 2024-03-26T06:36:27.132Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
562 | 2024-03-26T06:36:27.132Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
563 | 2024-03-26T06:36:27.132Z | + mkdir -p out/downloads |
564 | 2024-03-26T06:36:27.132Z | Local file: out/downloads/dendrite-stub.tar.gz |
565 | 2024-03-26T06:36:27.132Z | + mkdir -p ./out/dendrite-stub |
566 | 2024-03-26T06:36:27.132Z | + fetch_and_verify |
567 | 2024-03-26T06:36:27.132Z | + local DO_DOWNLOAD=true |
568 | 2024-03-26T06:36:27.132Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
569 | 2024-03-26T06:36:27.132Z | + '[' true == true ']' |
570 | 2024-03-26T06:36:27.132Z | + echo Downloading... |
571 | 2024-03-26T06:36:27.132Z | Downloading... |
572 | 2024-03-26T06:36:27.132Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
573 | 2024-03-26T06:36:27.133Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
574 | 2024-03-26T06:36:35.765Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
575 | 2024-03-26T06:36:35.789Z | ++ sha256sum |
576 | 2024-03-26T06:36:35.789Z | ++ awk '{print $1}' |
577 | 2024-03-26T06:36:35.814Z | + calculated_sha256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
578 | 2024-03-26T06:36:35.814Z | + [[ 8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 != \8\e\b\b\8\8\9\a\5\5\5\c\e\5\9\c\b\0\3\7\3\a\1\e\c\9\5\9\5\5\3\6\e\0\1\5\c\9\5\1\f\6\f\c\4\d\8\9\3\0\8\b\4\e\3\f\0\9\c\8\3\b\2\0 ]] |
579 | 2024-03-26T06:36:35.814Z | + do_untar out/downloads/dendrite-stub.tar.gz |
580 | 2024-03-26T06:36:35.814Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
581 | 2024-03-26T06:36:37.200Z | + do_assemble |
582 | 2024-03-26T06:36:37.200Z | + rm -r ./out/dendrite-stub |
583 | 2024-03-26T06:36:37.246Z | + mkdir ./out/dendrite-stub |
584 | 2024-03-26T06:36:37.246Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
585 | 2024-03-26T06:36:37.246Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
586 | 2024-03-26T06:36:37.246Z | + set -o errexit |
587 | 2024-03-26T06:36:37.246Z | +++ dirname ./tools/ci_download_maghemite_mgd |
588 | 2024-03-26T06:36:37.246Z | ++ cd ./tools |
589 | 2024-03-26T06:36:37.247Z | ++ pwd |
590 | 2024-03-26T06:36:37.247Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
591 | 2024-03-26T06:36:37.247Z | ++ basename ./tools/ci_download_maghemite_mgd |
592 | 2024-03-26T06:36:37.247Z | + ARG0=ci_download_maghemite_mgd |
593 | 2024-03-26T06:36:37.247Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
594 | 2024-03-26T06:36:37.247Z | ++ CIDL_SHA256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b |
595 | 2024-03-26T06:36:37.247Z | ++ MGD_LINUX_SHA256=03bf4e9fbe7d46be5dbcf83f9cd67520383f843767939e06d0db93ce4e584111 |
596 | 2024-03-26T06:36:37.247Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
597 | 2024-03-26T06:36:37.247Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
598 | 2024-03-26T06:36:37.247Z | ++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
599 | 2024-03-26T06:36:37.247Z | + TARGET_DIR=out |
600 | 2024-03-26T06:36:37.247Z | + DOWNLOAD_DIR=out/downloads |
601 | 2024-03-26T06:36:37.247Z | + DEST_DIR=./out/mgd |
602 | 2024-03-26T06:36:37.247Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
603 | 2024-03-26T06:36:37.247Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
604 | 2024-03-26T06:36:37.247Z | + REPO=oxidecomputer/maghemite |
605 | 2024-03-26T06:36:37.247Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb |
606 | 2024-03-26T06:36:37.247Z | + main |
607 | 2024-03-26T06:36:37.247Z | + rm -rf out/downloads/root |
608 | 2024-03-26T06:36:37.247Z | + [[ 0 != 0 ]] |
609 | 2024-03-26T06:36:37.248Z | + CIDL_OS=solaris2.11 |
610 | 2024-03-26T06:36:37.248Z | + [[ 0 != 0 ]] |
611 | 2024-03-26T06:36:37.248Z | + configure_os solaris2.11 |
612 | 2024-03-26T06:36:37.248Z | + echo 'current directory: /work/oxidecomputer/omicron' |
613 | 2024-03-26T06:36:37.248Z | + echo 'configuring based on OS: "solaris2.11"' |
614 | 2024-03-26T06:36:37.248Z | + case "$1" in |
615 | 2024-03-26T06:36:37.248Z | current directory: /work/oxidecomputer/omicron |
616 | 2024-03-26T06:36:37.248Z | configuring based on OS: "solaris2.11" |
617 | 2024-03-26T06:36:37.248Z | + SET_BINARIES= |
618 | 2024-03-26T06:36:37.248Z | + CIDL_SHA256FUNC=do_sha256sum |
619 | 2024-03-26T06:36:37.248Z | + TARBALL_FILENAME=mgd.tar.gz |
620 | 2024-03-26T06:36:37.248Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
621 | 2024-03-26T06:36:37.248Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
622 | 2024-03-26T06:36:37.248Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz' |
623 | 2024-03-26T06:36:37.248Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
624 | 2024-03-26T06:36:37.248Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
625 | 2024-03-26T06:36:37.248Z | + mkdir -p out/downloads |
626 | 2024-03-26T06:36:37.249Z | Local file: out/downloads/mgd.tar.gz |
627 | 2024-03-26T06:36:37.249Z | + mkdir -p ./out/mgd |
628 | 2024-03-26T06:36:37.249Z | + fetch_and_verify |
629 | 2024-03-26T06:36:37.249Z | + local DO_DOWNLOAD=true |
630 | 2024-03-26T06:36:37.249Z | + [[ -f out/downloads/mgd.tar.gz ]] |
631 | 2024-03-26T06:36:37.249Z | + '[' true == true ']' |
632 | 2024-03-26T06:36:37.249Z | + echo Downloading... |
633 | 2024-03-26T06:36:37.249Z | Downloading... |
634 | 2024-03-26T06:36:37.249Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz out/downloads/mgd.tar.gz |
635 | 2024-03-26T06:36:37.249Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
636 | 2024-03-26T06:36:46.545Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
637 | 2024-03-26T06:36:46.573Z | ++ sha256sum |
638 | 2024-03-26T06:36:46.573Z | ++ awk '{print $1}' |
639 | 2024-03-26T06:36:46.574Z | + calculated_sha256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b |
640 | 2024-03-26T06:36:46.574Z | + [[ 813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b != \8\1\3\f\e\3\d\4\0\8\f\5\3\8\a\9\d\7\1\2\1\a\6\1\6\f\c\e\5\f\8\7\e\6\c\4\2\c\f\2\8\0\0\e\2\0\c\1\a\2\7\5\9\c\2\4\c\9\e\8\b\7\7\b ]] |
641 | 2024-03-26T06:36:46.574Z | + do_untar out/downloads/mgd.tar.gz |
642 | 2024-03-26T06:36:46.574Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
643 | 2024-03-26T06:36:47.194Z | + do_assemble |
644 | 2024-03-26T06:36:47.194Z | + rm -r ./out/mgd |
645 | 2024-03-26T06:36:47.224Z | + mkdir ./out/mgd |
646 | 2024-03-26T06:36:47.224Z | + cp -r out/downloads/root ./out/mgd/root |
647 | 2024-03-26T06:36:47.293Z | + set -o errexit |
648 | 2024-03-26T06:36:47.293Z | +++ dirname ./tools/ci_download_transceiver_control |
649 | 2024-03-26T06:36:47.293Z | ++ cd ./tools |
650 | 2024-03-26T06:36:47.293Z | ++ pwd |
651 | 2024-03-26T06:36:47.293Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
652 | 2024-03-26T06:36:47.293Z | ++ basename ./tools/ci_download_transceiver_control |
653 | 2024-03-26T06:36:47.293Z | + ARG0=ci_download_transceiver_control |
654 | 2024-03-26T06:36:47.293Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
655 | 2024-03-26T06:36:47.293Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
656 | 2024-03-26T06:36:47.294Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2024-03-26T06:36:47.294Z | + TARGET_DIR=out |
658 | 2024-03-26T06:36:47.294Z | + DOWNLOAD_DIR=out/downloads |
659 | 2024-03-26T06:36:47.294Z | + DEST_DIR=./out/transceiver-control |
660 | 2024-03-26T06:36:47.294Z | + BIN_DIR=/opt/oxide/bin |
661 | 2024-03-26T06:36:47.294Z | + BINARY=xcvradm |
662 | 2024-03-26T06:36:47.294Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
663 | 2024-03-26T06:36:47.294Z | + REPO=oxidecomputer/transceiver-control |
664 | 2024-03-26T06:36:47.294Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
665 | 2024-03-26T06:36:47.294Z | + main |
666 | 2024-03-26T06:36:47.294Z | + [[ 0 != 0 ]] |
667 | 2024-03-26T06:36:47.295Z | + CIDL_OS=solaris2.11 |
668 | 2024-03-26T06:36:47.295Z | + [[ 0 != 0 ]] |
669 | 2024-03-26T06:36:47.295Z | + configure_os solaris2.11 |
670 | 2024-03-26T06:36:47.295Z | + echo 'current directory: /work/oxidecomputer/omicron' |
671 | 2024-03-26T06:36:47.295Z | current directory: /work/oxidecomputer/omicron |
672 | 2024-03-26T06:36:47.295Z | + echo 'configuring based on OS: "solaris2.11"' |
673 | 2024-03-26T06:36:47.295Z | + case "$1" in |
674 | 2024-03-26T06:36:47.295Z | + SET_BINARIES= |
675 | 2024-03-26T06:36:47.295Z | configuring based on OS: "solaris2.11" |
676 | 2024-03-26T06:36:47.295Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2024-03-26T06:36:47.295Z | + CIDL_SHA256FUNC=do_sha256sum |
678 | 2024-03-26T06:36:47.295Z | + ARCHIVE_FILENAME=xcvradm.gz |
679 | 2024-03-26T06:36:47.296Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2024-03-26T06:36:47.296Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
681 | 2024-03-26T06:36:47.296Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
682 | 2024-03-26T06:36:47.296Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
683 | 2024-03-26T06:36:47.296Z | Local file: out/downloads/xcvradm.gz |
684 | 2024-03-26T06:36:47.296Z | + echo 'Local file: out/downloads/xcvradm.gz' |
685 | 2024-03-26T06:36:47.296Z | + mkdir -p out/downloads |
686 | 2024-03-26T06:36:47.296Z | + mkdir -p ./out/transceiver-control |
687 | 2024-03-26T06:36:47.296Z | + fetch_and_verify |
688 | 2024-03-26T06:36:47.296Z | + local DO_DOWNLOAD=true |
689 | 2024-03-26T06:36:47.296Z | + [[ -f out/downloads/xcvradm.gz ]] |
690 | 2024-03-26T06:36:47.296Z | + '[' true == true ']' |
691 | 2024-03-26T06:36:47.296Z | + echo Downloading... |
692 | 2024-03-26T06:36:47.296Z | Downloading... |
693 | 2024-03-26T06:36:47.296Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
694 | 2024-03-26T06:36:47.296Z | + 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 |
695 | 2024-03-26T06:36:49.295Z | ++ do_sha256sum out/downloads/xcvradm.gz |
696 | 2024-03-26T06:36:49.321Z | ++ sha256sum |
697 | 2024-03-26T06:36:49.321Z | ++ awk '{print $1}' |
698 | 2024-03-26T06:36:49.321Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
699 | 2024-03-26T06:36:49.321Z | + [[ 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 ]] |
700 | 2024-03-26T06:36:49.321Z | + do_unpack out/downloads/xcvradm.gz |
701 | 2024-03-26T06:36:49.321Z | + mkdir -p out/downloads/root//opt/oxide/bin |
702 | 2024-03-26T06:36:49.321Z | + gzip -dc out/downloads/xcvradm.gz |
703 | 2024-03-26T06:36:49.456Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
704 | 2024-03-26T06:36:49.486Z | + do_assemble |
705 | 2024-03-26T06:36:49.486Z | + rm -r ./out/transceiver-control |
706 | 2024-03-26T06:36:49.486Z | + mkdir ./out/transceiver-control |
707 | 2024-03-26T06:36:49.486Z | + cp -r out/downloads/root ./out/transceiver-control/root |
708 | 2024-03-26T06:36:49.539Z | + set -o errexit |
709 | 2024-03-26T06:36:49.589Z | +++ dirname ./tools/ci_download_thundermuffin |
710 | 2024-03-26T06:36:49.589Z | ++ cd ./tools |
711 | 2024-03-26T06:36:49.589Z | ++ pwd |
712 | 2024-03-26T06:36:49.589Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
713 | 2024-03-26T06:36:49.589Z | ++ basename ./tools/ci_download_thundermuffin |
714 | 2024-03-26T06:36:49.590Z | + ARG0=ci_download_thundermuffin |
715 | 2024-03-26T06:36:49.590Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
716 | 2024-03-26T06:36:49.590Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
717 | 2024-03-26T06:36:49.590Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
718 | 2024-03-26T06:36:49.590Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
719 | 2024-03-26T06:36:49.590Z | + TARGET_DIR=out |
720 | 2024-03-26T06:36:49.590Z | + DOWNLOAD_DIR=out/downloads |
721 | 2024-03-26T06:36:49.590Z | + DEST_DIR=./out/thundermuffin |
722 | 2024-03-26T06:36:49.590Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
723 | 2024-03-26T06:36:49.590Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
724 | 2024-03-26T06:36:49.591Z | + REPO=oxidecomputer/thundermuffin |
725 | 2024-03-26T06:36:49.591Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
726 | 2024-03-26T06:36:49.591Z | + main |
727 | 2024-03-26T06:36:49.591Z | + rm -rf out/downloads/root |
728 | 2024-03-26T06:36:49.591Z | + [[ 0 != 0 ]] |
729 | 2024-03-26T06:36:49.591Z | + CIDL_OS=solaris2.11 |
730 | 2024-03-26T06:36:49.591Z | + [[ 0 != 0 ]] |
731 | 2024-03-26T06:36:49.591Z | + configure_os solaris2.11 |
732 | 2024-03-26T06:36:49.592Z | + echo 'current directory: /work/oxidecomputer/omicron' |
733 | 2024-03-26T06:36:49.592Z | + echo 'configuring based on OS: "solaris2.11"' |
734 | 2024-03-26T06:36:49.592Z | + case "$1" in |
735 | 2024-03-26T06:36:49.592Z | + SET_BINARIES= |
736 | 2024-03-26T06:36:49.592Z | + CIDL_SHA256FUNC=do_sha256sum |
737 | 2024-03-26T06:36:49.593Z | current directory: /work/oxidecomputer/omicron |
738 | 2024-03-26T06:36:49.593Z | configuring based on OS: "solaris2.11" |
739 | 2024-03-26T06:36:49.593Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
740 | 2024-03-26T06:36:49.593Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
741 | 2024-03-26T06:36:49.593Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
742 | 2024-03-26T06:36:49.593Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
743 | 2024-03-26T06:36:49.593Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
744 | 2024-03-26T06:36:49.593Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
745 | 2024-03-26T06:36:49.594Z | + mkdir -p out/downloads |
746 | 2024-03-26T06:36:49.594Z | Local file: out/downloads/thundermuffin.tar.gz |
747 | 2024-03-26T06:36:49.594Z | + mkdir -p ./out/thundermuffin |
748 | 2024-03-26T06:36:49.594Z | + fetch_and_verify |
749 | 2024-03-26T06:36:49.594Z | + local DO_DOWNLOAD=true |
750 | 2024-03-26T06:36:49.594Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
751 | 2024-03-26T06:36:49.594Z | + '[' true == true ']' |
752 | 2024-03-26T06:36:49.594Z | + echo Downloading... |
753 | 2024-03-26T06:36:49.594Z | Downloading... |
754 | 2024-03-26T06:36:49.595Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
755 | 2024-03-26T06:36:49.595Z | + 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 |
756 | 2024-03-26T06:36:50.694Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
757 | 2024-03-26T06:36:50.721Z | ++ sha256sum |
758 | 2024-03-26T06:36:50.721Z | ++ awk '{print $1}' |
759 | 2024-03-26T06:36:50.721Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
760 | 2024-03-26T06:36:50.721Z | + [[ 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 ]] |
761 | 2024-03-26T06:36:50.721Z | + do_untar out/downloads/thundermuffin.tar.gz |
762 | 2024-03-26T06:36:50.721Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
763 | 2024-03-26T06:36:50.794Z | + do_assemble |
764 | 2024-03-26T06:36:50.794Z | + rm -r ./out/thundermuffin |
765 | 2024-03-26T06:36:50.819Z | + mkdir ./out/thundermuffin |
766 | 2024-03-26T06:36:50.819Z | + cp -r out/downloads/root ./out/thundermuffin/root |
767 | 2024-03-26T06:36:50.845Z | All builder prerequisites installed successfully, and PATH looks valid |
768 | 2024-03-26T06:36:50.845Z | + banner commtest |
769 | 2024-03-26T06:36:50.845Z | |
770 | 2024-03-26T06:36:50.845Z | #### #### # # # # ##### ###### #### ##### |
771 | 2024-03-26T06:36:50.845Z | # # # # ## ## ## ## # # # # |
772 | 2024-03-26T06:36:50.846Z | # # # # ## # # ## # # ##### #### # |
773 | 2024-03-26T06:36:50.846Z | # # # # # # # # # # # |
774 | 2024-03-26T06:36:50.846Z | # # # # # # # # # # # # # |
775 | 2024-03-26T06:36:50.846Z | #### #### # # # # # ###### #### # |
776 | 2024-03-26T06:36:50.846Z | |
777 | 2024-03-26T06:36:50.846Z | + cargo build -p end-to-end-tests --bin commtest --bin dhcp-server --release |
778 | 2024-03-26T06:36:50.846Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
779 | 2024-03-26T06:36:51.028Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
780 | 2024-03-26T06:36:51.028Z | info: downloading component 'cargo' |
781 | 2024-03-26T06:36:51.168Z | info: downloading component 'clippy' |
782 | 2024-03-26T06:36:51.238Z | info: downloading component 'rust-docs' |
783 | 2024-03-26T06:36:51.444Z | info: downloading component 'rust-std' |
784 | 2024-03-26T06:36:51.829Z | info: downloading component 'rustc' |
785 | 2024-03-26T06:36:52.509Z | info: downloading component 'rustfmt' |
786 | 2024-03-26T06:36:52.553Z | info: installing component 'cargo' |
787 | 2024-03-26T06:36:53.625Z | info: installing component 'clippy' |
788 | 2024-03-26T06:36:53.997Z | info: installing component 'rust-docs' |
789 | 2024-03-26T06:36:56.484Z | info: installing component 'rust-std' |
790 | 2024-03-26T06:36:58.589Z | info: installing component 'rustc' |
791 | 2024-03-26T06:37:03.644Z | info: installing component 'rustfmt' |
792 | 2024-03-26T06:37:03.984Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
793 | 2024-03-26T06:37:04.551Z | Updating git repository `https://github.com/oxidecomputer/samael` |
794 | 2024-03-26T06:37:05.119Z | Updating git repository `https://github.com/oxidecomputer/zone` |
795 | 2024-03-26T06:37:05.608Z | Updating crates.io index |
796 | 2024-03-26T06:37:05.639Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
797 | 2024-03-26T06:37:06.728Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
798 | 2024-03-26T06:37:07.520Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
799 | 2024-03-26T06:37:09.801Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
800 | 2024-03-26T06:37:10.300Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
801 | 2024-03-26T06:37:10.778Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
802 | 2024-03-26T06:37:11.881Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
803 | 2024-03-26T06:37:14.147Z | Updating git repository `https://github.com/oxidecomputer/opte` |
804 | 2024-03-26T06:37:15.305Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
805 | 2024-03-26T06:37:16.240Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
806 | 2024-03-26T06:37:16.714Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
807 | 2024-03-26T06:37:17.703Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
808 | 2024-03-26T06:37:18.090Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
809 | 2024-03-26T06:37:18.630Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
810 | 2024-03-26T06:37:19.303Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
811 | 2024-03-26T06:37:19.913Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
812 | 2024-03-26T06:37:20.452Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
813 | 2024-03-26T06:37:20.943Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
814 | 2024-03-26T06:37:21.399Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
815 | 2024-03-26T06:37:21.941Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
816 | 2024-03-26T06:37:22.404Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
817 | 2024-03-26T06:37:24.021Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
818 | 2024-03-26T06:37:24.769Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
819 | 2024-03-26T06:37:26.442Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
820 | 2024-03-26T06:37:27.010Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
821 | 2024-03-26T06:37:27.522Z | Updating git repository `https://github.com/jgallagher/nix` |
822 | 2024-03-26T06:37:28.640Z | Updating git repository `https://github.com/cbiffle/hubpack` |
823 | 2024-03-26T06:37:29.177Z | Updating git repository `https://github.com/oxidecomputer/typify` |
824 | 2024-03-26T06:37:31.234Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
825 | 2024-03-26T06:37:31.686Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
826 | 2024-03-26T06:37:32.188Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
827 | 2024-03-26T06:37:32.731Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
828 | 2024-03-26T06:37:34.502Z | Downloading crates ... |
829 | 2024-03-26T06:37:34.606Z | Downloaded autocfg v1.1.0 |
830 | 2024-03-26T06:37:34.631Z | Downloaded backoff v0.4.0 |
831 | 2024-03-26T06:37:34.631Z | Downloaded atty v0.2.14 |
832 | 2024-03-26T06:37:34.631Z | Downloaded async-trait v0.1.77 |
833 | 2024-03-26T06:37:34.631Z | Downloaded ident_case v1.0.1 |
834 | 2024-03-26T06:37:34.631Z | Downloaded ciborium v0.2.2 |
835 | 2024-03-26T06:37:34.631Z | Downloaded instant v0.1.12 |
836 | 2024-03-26T06:37:34.631Z | Downloaded darling_macro v0.20.3 |
837 | 2024-03-26T06:37:34.656Z | Downloaded defmt-parser v0.3.3 |
838 | 2024-03-26T06:37:34.656Z | Downloaded slog-bunyan v2.5.0 |
839 | 2024-03-26T06:37:34.656Z | Downloaded dhcproto-macros v0.1.0 |
840 | 2024-03-26T06:37:34.656Z | Downloaded smf v0.2.2 |
841 | 2024-03-26T06:37:34.656Z | Downloaded tokio-macros v2.2.0 |
842 | 2024-03-26T06:37:34.656Z | Downloaded utf8parse v0.2.1 |
843 | 2024-03-26T06:37:34.656Z | Downloaded equivalent v1.0.1 |
844 | 2024-03-26T06:37:34.689Z | Downloaded display-error-chain v0.2.0 |
845 | 2024-03-26T06:37:34.717Z | Downloaded headers-core v0.2.0 |
846 | 2024-03-26T06:37:34.717Z | Downloaded pretty-hex v0.4.1 |
847 | 2024-03-26T06:37:34.717Z | Downloaded psl-types v2.0.11 |
848 | 2024-03-26T06:37:34.717Z | Downloaded try-lock v0.2.4 |
849 | 2024-03-26T06:37:34.717Z | Downloaded diesel_table_macro_syntax v0.1.0 |
850 | 2024-03-26T06:37:34.717Z | Downloaded fxhash v0.2.1 |
851 | 2024-03-26T06:37:34.717Z | Downloaded dirs v5.0.1 |
852 | 2024-03-26T06:37:34.717Z | Downloaded russh-cryptovec v0.7.0 |
853 | 2024-03-26T06:37:34.718Z | Downloaded predicates-core v1.0.6 |
854 | 2024-03-26T06:37:34.718Z | Downloaded rustfmt-wrapper v0.2.0 |
855 | 2024-03-26T06:37:34.718Z | Downloaded signal-hook-registry v1.4.1 |
856 | 2024-03-26T06:37:34.718Z | Downloaded foreign-types-shared v0.1.1 |
857 | 2024-03-26T06:37:34.718Z | Downloaded foreign-types-shared v0.3.1 |
858 | 2024-03-26T06:37:34.747Z | Downloaded spin v0.9.8 |
859 | 2024-03-26T06:37:34.747Z | Downloaded tinyvec_macros v0.1.1 |
860 | 2024-03-26T06:37:34.747Z | Downloaded hubpack_derive v0.1.1 |
861 | 2024-03-26T06:37:34.747Z | Downloaded thiserror v1.0.57 |
862 | 2024-03-26T06:37:34.747Z | Downloaded tower-service v0.3.2 |
863 | 2024-03-26T06:37:34.772Z | Downloaded semver v0.11.0 |
864 | 2024-03-26T06:37:34.772Z | Downloaded portpicker v0.1.1 |
865 | 2024-03-26T06:37:34.772Z | Downloaded usdt-attr-macro v0.5.0 |
866 | 2024-03-26T06:37:34.773Z | Downloaded pkg-config v0.3.27 |
867 | 2024-03-26T06:37:34.773Z | Downloaded rand_chacha v0.2.2 |
868 | 2024-03-26T06:37:34.773Z | Downloaded toml v0.8.10 |
869 | 2024-03-26T06:37:34.798Z | Downloaded rand_core v0.6.4 |
870 | 2024-03-26T06:37:34.798Z | Downloaded strum v0.26.1 |
871 | 2024-03-26T06:37:34.798Z | Downloaded zone_cfg_derive v0.1.2 |
872 | 2024-03-26T06:37:34.798Z | Downloaded tracing-core v0.1.32 |
873 | 2024-03-26T06:37:34.798Z | Downloaded structmeta-derive v0.3.0 |
874 | 2024-03-26T06:37:34.798Z | Downloaded http-body v0.4.5 |
875 | 2024-03-26T06:37:34.798Z | Downloaded http-range v0.1.5 |
876 | 2024-03-26T06:37:34.798Z | Downloaded either v1.10.0 |
877 | 2024-03-26T06:37:34.824Z | Downloaded postcard v1.0.8 |
878 | 2024-03-26T06:37:34.824Z | Downloaded rayon-core v1.12.1 |
879 | 2024-03-26T06:37:34.824Z | Downloaded elliptic-curve v0.13.8 |
880 | 2024-03-26T06:37:34.824Z | Downloaded hyper-tls v0.5.0 |
881 | 2024-03-26T06:37:34.824Z | Downloaded unsafe-libyaml v0.2.10 |
882 | 2024-03-26T06:37:34.849Z | Downloaded whoami v1.5.0 |
883 | 2024-03-26T06:37:34.850Z | Downloaded strum_macros v0.26.1 |
884 | 2024-03-26T06:37:34.850Z | Downloaded http v1.0.0 |
885 | 2024-03-26T06:37:34.850Z | Downloaded rayon v1.9.0 |
886 | 2024-03-26T06:37:34.876Z | Downloaded ed25519-dalek v2.0.0 |
887 | 2024-03-26T06:37:34.876Z | Downloaded regress v0.9.0 |
888 | 2024-03-26T06:37:34.900Z | Downloaded winnow v0.6.1 |
889 | 2024-03-26T06:37:34.901Z | Downloaded winnow v0.5.15 |
890 | 2024-03-26T06:37:34.926Z | Downloaded sha3 v0.10.8 |
891 | 2024-03-26T06:37:34.926Z | Downloaded encoding_rs v0.8.33 |
892 | 2024-03-26T06:37:34.951Z | Downloaded libc v0.2.153 |
893 | 2024-03-26T06:37:34.990Z | Downloaded winapi v0.3.9 |
894 | 2024-03-26T06:37:35.042Z | Downloaded openapiv3 v2.0.0 |
895 | 2024-03-26T06:37:35.066Z | Downloaded ring v0.16.20 |
896 | 2024-03-26T06:37:35.155Z | Downloaded ring v0.17.8 |
897 | 2024-03-26T06:37:35.234Z | Downloaded object v0.32.1 |
898 | 2024-03-26T06:37:35.259Z | Downloaded idna v0.3.0 |
899 | 2024-03-26T06:37:35.259Z | Downloaded webpki-roots v0.25.2 |
900 | 2024-03-26T06:37:35.259Z | Downloaded regex-automata v0.4.5 |
901 | 2024-03-26T06:37:35.284Z | Downloaded zerocopy-derive v0.6.4 |
902 | 2024-03-26T06:37:35.308Z | Downloaded zerocopy-derive v0.2.0 |
903 | 2024-03-26T06:37:35.308Z | Downloaded goblin v0.8.0 |
904 | 2024-03-26T06:37:35.308Z | Downloaded vcpkg v0.2.15 |
905 | 2024-03-26T06:37:35.364Z | Downloaded tokio v1.36.0 |
906 | 2024-03-26T06:37:35.413Z | Downloaded openssl v0.10.60 |
907 | 2024-03-26T06:37:35.437Z | Downloaded idna v0.5.0 |
908 | 2024-03-26T06:37:35.437Z | Downloaded idna v0.2.3 |
909 | 2024-03-26T06:37:35.462Z | Downloaded rustix v0.38.31 |
910 | 2024-03-26T06:37:35.486Z | Downloaded serde_with v3.6.1 |
911 | 2024-03-26T06:37:35.511Z | Downloaded h2 v0.3.24 |
912 | 2024-03-26T06:37:35.511Z | Downloaded petgraph v0.6.4 |
913 | 2024-03-26T06:37:35.535Z | Downloaded regex-syntax v0.8.2 |
914 | 2024-03-26T06:37:35.535Z | Downloaded serde_yaml v0.9.25 |
915 | 2024-03-26T06:37:35.559Z | Downloaded syn v2.0.52 |
916 | 2024-03-26T06:37:35.559Z | Downloaded syn v1.0.109 |
917 | 2024-03-26T06:37:35.584Z | Downloaded serde v1.0.197 |
918 | 2024-03-26T06:37:35.584Z | Downloaded http v0.2.12 |
919 | 2024-03-26T06:37:35.584Z | Downloaded toml_edit v0.22.6 |
920 | 2024-03-26T06:37:35.608Z | Downloaded toml_edit v0.19.15 |
921 | 2024-03-26T06:37:35.635Z | Downloaded regex v1.10.3 |
922 | 2024-03-26T06:37:35.635Z | Downloaded hashbrown v0.12.3 |
923 | 2024-03-26T06:37:35.659Z | Downloaded smoltcp v0.11.0 |
924 | 2024-03-26T06:37:35.659Z | Downloaded diesel v2.1.4 |
925 | 2024-03-26T06:37:35.684Z | Downloaded rustls v0.22.2 |
926 | 2024-03-26T06:37:35.684Z | Downloaded sled v0.34.7 |
927 | 2024-03-26T06:37:35.708Z | Downloaded pest v2.7.6 |
928 | 2024-03-26T06:37:35.708Z | Downloaded p521 v0.13.3 |
929 | 2024-03-26T06:37:35.708Z | Downloaded nom v7.1.3 |
930 | 2024-03-26T06:37:35.733Z | Downloaded itertools v0.12.1 |
931 | 2024-03-26T06:37:35.733Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
932 | 2024-03-26T06:37:35.733Z | Downloaded url v2.5.0 |
933 | 2024-03-26T06:37:35.757Z | Downloaded steno v0.4.0 |
934 | 2024-03-26T06:37:35.757Z | Downloaded smoltcp v0.9.1 |
935 | 2024-03-26T06:37:35.757Z | Downloaded libm v0.2.7 |
936 | 2024-03-26T06:37:35.782Z | Downloaded itertools v0.10.5 |
937 | 2024-03-26T06:37:35.782Z | Downloaded ecdsa v0.16.9 |
938 | 2024-03-26T06:37:35.782Z | Downloaded subprocess v0.2.9 |
939 | 2024-03-26T06:37:35.782Z | Downloaded typenum v1.16.0 |
940 | 2024-03-26T06:37:35.782Z | Downloaded tungstenite v0.21.0 |
941 | 2024-03-26T06:37:35.782Z | Downloaded hyper v0.14.28 |
942 | 2024-03-26T06:37:35.812Z | Downloaded zip v0.6.6 |
943 | 2024-03-26T06:37:35.813Z | Downloaded half v2.3.1 |
944 | 2024-03-26T06:37:35.813Z | Downloaded radix_trie v0.2.1 |
945 | 2024-03-26T06:37:35.813Z | Downloaded gimli v0.28.0 |
946 | 2024-03-26T06:37:35.851Z | Downloaded trust-dns-proto v0.22.0 |
947 | 2024-03-26T06:37:35.851Z | Downloaded openssl-sys v0.9.96 |
948 | 2024-03-26T06:37:35.851Z | Downloaded num-bigint v0.4.4 |
949 | 2024-03-26T06:37:35.852Z | Downloaded mio v0.8.11 |
950 | 2024-03-26T06:37:35.852Z | Downloaded minimal-lexical v0.2.1 |
951 | 2024-03-26T06:37:35.879Z | Downloaded memchr v2.7.1 |
952 | 2024-03-26T06:37:35.879Z | Downloaded rustls v0.21.9 |
953 | 2024-03-26T06:37:35.880Z | Downloaded dyn-clone v1.0.17 |
954 | 2024-03-26T06:37:35.880Z | Downloaded reqwest v0.11.24 |
955 | 2024-03-26T06:37:35.880Z | Downloaded tungstenite v0.20.1 |
956 | 2024-03-26T06:37:35.905Z | Downloaded num-traits v0.2.18 |
957 | 2024-03-26T06:37:35.905Z | Downloaded bstr v1.9.0 |
958 | 2024-03-26T06:37:35.905Z | Downloaded ed25519 v2.2.2 |
959 | 2024-03-26T06:37:35.905Z | Downloaded dof v0.3.0 |
960 | 2024-03-26T06:37:35.905Z | Downloaded subtle v2.5.0 |
961 | 2024-03-26T06:37:35.906Z | Downloaded structopt v0.3.26 |
962 | 2024-03-26T06:37:35.942Z | Downloaded semver v1.0.22 |
963 | 2024-03-26T06:37:35.942Z | Downloaded zerocopy v0.7.32 |
964 | 2024-03-26T06:37:35.942Z | Downloaded serde_json v1.0.114 |
965 | 2024-03-26T06:37:35.968Z | Downloaded futures-util v0.3.30 |
966 | 2024-03-26T06:37:35.968Z | Downloaded pest_meta v2.7.6 |
967 | 2024-03-26T06:37:35.969Z | Downloaded p256 v0.13.2 |
968 | 2024-03-26T06:37:35.969Z | Downloaded indexmap v2.2.5 |
969 | 2024-03-26T06:37:35.969Z | Downloaded string_cache v0.8.7 |
970 | 2024-03-26T06:37:35.969Z | Downloaded sha1 v0.10.6 |
971 | 2024-03-26T06:37:35.969Z | Downloaded serde_with_macros v3.6.1 |
972 | 2024-03-26T06:37:35.969Z | Downloaded russh v0.42.0 |
973 | 2024-03-26T06:37:36.007Z | Downloaded regex-automata v0.1.10 |
974 | 2024-03-26T06:37:36.007Z | Downloaded miniz_oxide v0.7.1 |
975 | 2024-03-26T06:37:36.007Z | Downloaded der_derive v0.7.2 |
976 | 2024-03-26T06:37:36.007Z | Downloaded yasna v0.5.2 |
977 | 2024-03-26T06:37:36.007Z | Downloaded strum_macros v0.25.2 |
978 | 2024-03-26T06:37:36.008Z | Downloaded structopt-derive v0.4.18 |
979 | 2024-03-26T06:37:36.008Z | Downloaded sct v0.7.0 |
980 | 2024-03-26T06:37:36.008Z | Downloaded dtrace-parser v0.2.0 |
981 | 2024-03-26T06:37:36.009Z | Downloaded dtrace-parser v0.1.14 |
982 | 2024-03-26T06:37:36.009Z | Downloaded stringprep v0.1.3 |
983 | 2024-03-26T06:37:36.461Z | Downloaded postgres-types v0.2.6 |
984 | 2024-03-26T06:37:36.462Z | Downloaded owo-colors v4.0.0 |
985 | 2024-03-26T06:37:36.462Z | Downloaded embedded-io v0.4.0 |
986 | 2024-03-26T06:37:36.462Z | Downloaded zone v0.1.8 |
987 | 2024-03-26T06:37:36.462Z | Downloaded zerocopy v0.3.0 |
988 | 2024-03-26T06:37:36.462Z | Downloaded xattr v1.0.1 |
989 | 2024-03-26T06:37:36.462Z | Downloaded postgres-protocol v0.6.6 |
990 | 2024-03-26T06:37:36.463Z | Downloaded serde_derive v1.0.197 |
991 | 2024-03-26T06:37:36.463Z | Downloaded tracing v0.1.40 |
992 | 2024-03-26T06:37:36.463Z | Downloaded time v0.3.34 |
993 | 2024-03-26T06:37:36.463Z | Downloaded structmeta v0.3.0 |
994 | 2024-03-26T06:37:36.463Z | Downloaded strsim v0.8.0 |
995 | 2024-03-26T06:37:36.463Z | Downloaded ppv-lite86 v0.2.17 |
996 | 2024-03-26T06:37:36.463Z | Downloaded powerfmt v0.2.0 |
997 | 2024-03-26T06:37:36.464Z | Downloaded iana-time-zone v0.1.57 |
998 | 2024-03-26T06:37:36.464Z | Downloaded usdt v0.5.0 |
999 | 2024-03-26T06:37:36.464Z | Downloaded usdt v0.3.5 |
1000 | 2024-03-26T06:37:36.464Z | Downloaded semver-parser v0.10.2 |
1001 | 2024-03-26T06:37:36.577Z | Downloaded hostname v0.3.1 |
1002 | 2024-03-26T06:37:36.578Z | Downloaded flume v0.11.0 |
1003 | 2024-03-26T06:37:36.578Z | Downloaded parking_lot v0.12.1 |
1004 | 2024-03-26T06:37:36.578Z | Downloaded curve25519-dalek v4.1.1 |
1005 | 2024-03-26T06:37:36.578Z | Downloaded tar v0.4.40 |
1006 | 2024-03-26T06:37:36.578Z | Downloaded topological-sort v0.2.2 |
1007 | 2024-03-26T06:37:36.578Z | Downloaded toolchain_find v0.2.0 |
1008 | 2024-03-26T06:37:36.578Z | Downloaded toml_datetime v0.6.5 |
1009 | 2024-03-26T06:37:36.578Z | Downloaded universal-hash v0.5.1 |
1010 | 2024-03-26T06:37:36.578Z | Downloaded strsim v0.11.0 |
1011 | 2024-03-26T06:37:36.579Z | Downloaded unicode-normalization v0.1.22 |
1012 | 2024-03-26T06:37:36.579Z | Downloaded rustls-webpki v0.102.1 |
1013 | 2024-03-26T06:37:36.579Z | Downloaded strsim v0.10.0 |
1014 | 2024-03-26T06:37:36.579Z | Downloaded precomputed-hash v0.1.1 |
1015 | 2024-03-26T06:37:36.579Z | Downloaded ron v0.7.1 |
1016 | 2024-03-26T06:37:36.579Z | Downloaded hyper-staticfile v0.9.5 |
1017 | 2024-03-26T06:37:36.579Z | Downloaded zeroize_derive v1.4.2 |
1018 | 2024-03-26T06:37:36.579Z | Downloaded omicron-zone-package v0.11.0 |
1019 | 2024-03-26T06:37:36.579Z | Downloaded rand_core v0.5.1 |
1020 | 2024-03-26T06:37:36.579Z | Downloaded rand_chacha v0.3.1 |
1021 | 2024-03-26T06:37:36.579Z | Downloaded predicates v3.1.0 |
1022 | 2024-03-26T06:37:36.579Z | Downloaded tabwriter v1.4.0 |
1023 | 2024-03-26T06:37:36.580Z | Downloaded synstructure v0.12.6 |
1024 | 2024-03-26T06:37:36.580Z | Downloaded poly1305 v0.8.0 |
1025 | 2024-03-26T06:37:36.580Z | Downloaded platforms v3.0.2 |
1026 | 2024-03-26T06:37:36.580Z | Downloaded plain v0.2.3 |
1027 | 2024-03-26T06:37:36.580Z | Downloaded pkcs8 v0.10.2 |
1028 | 2024-03-26T06:37:36.580Z | Downloaded pin-project-lite v0.2.13 |
1029 | 2024-03-26T06:37:36.580Z | Downloaded toml v0.7.8 |
1030 | 2024-03-26T06:37:36.580Z | Downloaded serde_urlencoded v0.7.1 |
1031 | 2024-03-26T06:37:36.580Z | Downloaded serde_tokenstream v0.2.0 |
1032 | 2024-03-26T06:37:36.580Z | Downloaded home v0.5.5 |
1033 | 2024-03-26T06:37:36.580Z | Downloaded hash32 v0.3.1 |
1034 | 2024-03-26T06:37:36.580Z | Downloaded hash32 v0.2.1 |
1035 | 2024-03-26T06:37:36.581Z | Downloaded rand v0.7.3 |
1036 | 2024-03-26T06:37:36.581Z | Downloaded rustls-webpki v0.101.7 |
1037 | 2024-03-26T06:37:36.581Z | Downloaded native-tls v0.2.11 |
1038 | 2024-03-26T06:37:36.581Z | Downloaded rcgen v0.12.1 |
1039 | 2024-03-26T06:37:36.581Z | Downloaded untrusted v0.9.0 |
1040 | 2024-03-26T06:37:36.582Z | Downloaded untrusted v0.7.1 |
1041 | 2024-03-26T06:37:36.582Z | Downloaded unicode-xid v0.2.4 |
1042 | 2024-03-26T06:37:36.582Z | Downloaded semver v0.1.20 |
1043 | 2024-03-26T06:37:36.582Z | Downloaded pest_derive v2.7.6 |
1044 | 2024-03-26T06:37:36.582Z | Downloaded pem-rfc7468 v0.7.0 |
1045 | 2024-03-26T06:37:36.582Z | Downloaded password-hash v0.5.0 |
1046 | 2024-03-26T06:37:36.582Z | Downloaded password-hash v0.4.2 |
1047 | 2024-03-26T06:37:36.582Z | Downloaded parking_lot_core v0.9.8 |
1048 | 2024-03-26T06:37:36.583Z | Downloaded once_cell v1.19.0 |
1049 | 2024-03-26T06:37:36.583Z | Downloaded polyval v0.6.1 |
1050 | 2024-03-26T06:37:36.583Z | Downloaded tracing-attributes v0.1.27 |
1051 | 2024-03-26T06:37:36.583Z | Downloaded serde_arrays v0.1.0 |
1052 | 2024-03-26T06:37:36.583Z | Downloaded pin-utils v0.1.0 |
1053 | 2024-03-26T06:37:36.583Z | Downloaded phf_shared v0.11.2 |
1054 | 2024-03-26T06:37:36.583Z | Downloaded unicode-width v0.1.11 |
1055 | 2024-03-26T06:37:36.583Z | Downloaded group v0.13.0 |
1056 | 2024-03-26T06:37:36.583Z | Downloaded usdt-attr-macro v0.3.5 |
1057 | 2024-03-26T06:37:36.583Z | Downloaded take_mut v0.2.2 |
1058 | 2024-03-26T06:37:36.584Z | Downloaded sync_wrapper v0.1.2 |
1059 | 2024-03-26T06:37:36.584Z | Downloaded swrite v0.1.0 |
1060 | 2024-03-26T06:37:36.584Z | Downloaded float-cmp v0.9.0 |
1061 | 2024-03-26T06:37:36.584Z | Downloaded unicode-segmentation v1.10.1 |
1062 | 2024-03-26T06:37:36.584Z | Downloaded term v0.7.0 |
1063 | 2024-03-26T06:37:36.584Z | Downloaded tempfile v3.10.0 |
1064 | 2024-03-26T06:37:36.584Z | Downloaded zerocopy v0.6.4 |
1065 | 2024-03-26T06:37:36.584Z | Downloaded dirs-next v2.0.0 |
1066 | 2024-03-26T06:37:36.584Z | Downloaded hkdf v0.12.4 |
1067 | 2024-03-26T06:37:36.584Z | Downloaded parking_lot_core v0.8.6 |
1068 | 2024-03-26T06:37:36.584Z | Downloaded parking_lot v0.11.2 |
1069 | 2024-03-26T06:37:36.585Z | Downloaded num-rational v0.4.1 |
1070 | 2024-03-26T06:37:36.585Z | Downloaded log v0.4.21 |
1071 | 2024-03-26T06:37:36.585Z | Downloaded fnv v1.0.7 |
1072 | 2024-03-26T06:37:36.585Z | Downloaded enum-as-inner v0.5.1 |
1073 | 2024-03-26T06:37:36.585Z | Downloaded zeroize v1.7.0 |
1074 | 2024-03-26T06:37:36.585Z | Downloaded tinyvec v1.6.0 |
1075 | 2024-03-26T06:37:36.585Z | Downloaded rand v0.8.5 |
1076 | 2024-03-26T06:37:36.585Z | Downloaded num-iter v0.1.44 |
1077 | 2024-03-26T06:37:36.585Z | Downloaded num-complex v0.4.4 |
1078 | 2024-03-26T06:37:36.585Z | Downloaded newtype-uuid v1.0.1 |
1079 | 2024-03-26T06:37:36.586Z | Downloaded multer v3.0.0 |
1080 | 2024-03-26T06:37:36.586Z | Downloaded mime_guess v2.0.4 |
1081 | 2024-03-26T06:37:36.586Z | Downloaded memmap2 v0.7.1 |
1082 | 2024-03-26T06:37:36.586Z | Downloaded md-5 v0.10.5 |
1083 | 2024-03-26T06:37:36.586Z | Downloaded foreign-types v0.3.2 |
1084 | 2024-03-26T06:37:36.586Z | Downloaded endian-type v0.1.2 |
1085 | 2024-03-26T06:37:36.586Z | Downloaded termcolor v1.2.0 |
1086 | 2024-03-26T06:37:36.586Z | Downloaded rfc6979 v0.4.0 |
1087 | 2024-03-26T06:37:36.586Z | Downloaded resolv-conf v0.7.0 |
1088 | 2024-03-26T06:37:36.587Z | Downloaded hyper-rustls v0.24.2 |
1089 | 2024-03-26T06:37:36.587Z | Downloaded humantime v2.1.0 |
1090 | 2024-03-26T06:37:36.587Z | Downloaded hubpack v0.1.2 |
1091 | 2024-03-26T06:37:36.587Z | Downloaded httpdate v1.0.3 |
1092 | 2024-03-26T06:37:36.587Z | Downloaded httparse v1.8.0 |
1093 | 2024-03-26T06:37:36.587Z | Downloaded zerocopy-derive v0.7.32 |
1094 | 2024-03-26T06:37:36.587Z | Downloaded time-macros v0.2.17 |
1095 | 2024-03-26T06:37:36.587Z | Downloaded futures v0.3.30 |
1096 | 2024-03-26T06:37:36.587Z | Downloaded socket2 v0.5.5 |
1097 | 2024-03-26T06:37:36.588Z | Downloaded sec1 v0.7.3 |
1098 | 2024-03-26T06:37:36.588Z | Downloaded dof v0.1.5 |
1099 | 2024-03-26T06:37:36.588Z | Downloaded phf v0.11.2 |
1100 | 2024-03-26T06:37:36.588Z | Downloaded pest_generator v2.7.6 |
1101 | 2024-03-26T06:37:36.636Z | Downloaded pem v3.0.2 |
1102 | 2024-03-26T06:37:36.637Z | Downloaded parse-display-derive v0.9.0 |
1103 | 2024-03-26T06:37:36.637Z | Downloaded parse-display v0.9.0 |
1104 | 2024-03-26T06:37:36.637Z | Downloaded clap v2.34.0 |
1105 | 2024-03-26T06:37:36.637Z | Downloaded chrono v0.4.34 |
1106 | 2024-03-26T06:37:36.637Z | Downloaded textwrap v0.11.0 |
1107 | 2024-03-26T06:37:36.637Z | Downloaded terminal_size v0.3.0 |
1108 | 2024-03-26T06:37:36.637Z | Downloaded serde_derive_internals v0.26.0 |
1109 | 2024-03-26T06:37:36.637Z | Downloaded futures-channel v0.3.30 |
1110 | 2024-03-26T06:37:36.637Z | Downloaded unicode-ident v1.0.12 |
1111 | 2024-03-26T06:37:36.637Z | Downloaded unicode-bidi v0.3.15 |
1112 | 2024-03-26T06:37:36.637Z | Downloaded ucd-trie v0.1.6 |
1113 | 2024-03-26T06:37:36.637Z | Downloaded percent-encoding v2.3.1 |
1114 | 2024-03-26T06:37:36.637Z | Downloaded pbkdf2 v0.12.2 |
1115 | 2024-03-26T06:37:36.637Z | Downloaded pbkdf2 v0.11.0 |
1116 | 2024-03-26T06:37:36.637Z | Downloaded paste v1.0.14 |
1117 | 2024-03-26T06:37:36.637Z | Downloaded serde_tokenstream v0.1.7 |
1118 | 2024-03-26T06:37:36.637Z | Downloaded serde_spanned v0.6.5 |
1119 | 2024-03-26T06:37:36.637Z | Downloaded serde_repr v0.1.16 |
1120 | 2024-03-26T06:37:36.637Z | Downloaded futures-io v0.3.30 |
1121 | 2024-03-26T06:37:36.637Z | Downloaded futures-executor v0.3.30 |
1122 | 2024-03-26T06:37:36.637Z | Downloaded socket2 v0.4.9 |
1123 | 2024-03-26T06:37:36.638Z | Downloaded signal-hook v0.3.17 |
1124 | 2024-03-26T06:37:36.638Z | Downloaded hashbrown v0.14.3 |
1125 | 2024-03-26T06:37:36.638Z | Downloaded indexmap v1.9.3 |
1126 | 2024-03-26T06:37:36.638Z | Downloaded time-core v0.1.2 |
1127 | 2024-03-26T06:37:36.638Z | Downloaded serde_path_to_error v0.1.16 |
1128 | 2024-03-26T06:37:36.638Z | Downloaded futures-task v0.3.30 |
1129 | 2024-03-26T06:37:36.638Z | Downloaded futures-sink v0.3.30 |
1130 | 2024-03-26T06:37:36.638Z | Downloaded futures-macro v0.3.30 |
1131 | 2024-03-26T06:37:36.638Z | Downloaded futures-core v0.3.30 |
1132 | 2024-03-26T06:37:36.638Z | Downloaded form_urlencoded v1.2.1 |
1133 | 2024-03-26T06:37:36.638Z | Downloaded foreign-types-macros v0.2.3 |
1134 | 2024-03-26T06:37:36.638Z | Downloaded foreign-types v0.5.0 |
1135 | 2024-03-26T06:37:36.638Z | Downloaded derive-where v1.2.7 |
1136 | 2024-03-26T06:37:36.638Z | Downloaded trust-dns-server v0.22.1 |
1137 | 2024-03-26T06:37:36.638Z | Downloaded trust-dns-resolver v0.22.0 |
1138 | 2024-03-26T06:37:36.638Z | Downloaded trust-dns-client v0.22.0 |
1139 | 2024-03-26T06:37:36.638Z | Downloaded num_enum v0.5.11 |
1140 | 2024-03-26T06:37:36.638Z | Downloaded num-integer v0.1.46 |
1141 | 2024-03-26T06:37:36.638Z | Downloaded memmap v0.7.0 |
1142 | 2024-03-26T06:37:36.638Z | Downloaded lock_api v0.4.10 |
1143 | 2024-03-26T06:37:36.639Z | Downloaded unicase v2.7.0 |
1144 | 2024-03-26T06:37:36.639Z | Downloaded sha2 v0.10.8 |
1145 | 2024-03-26T06:37:36.639Z | Downloaded derive_more v0.99.17 |
1146 | 2024-03-26T06:37:36.639Z | Downloaded num_enum v0.7.2 |
1147 | 2024-03-26T06:37:36.639Z | Downloaded num_cpus v1.16.0 |
1148 | 2024-03-26T06:37:36.639Z | Downloaded num-derive v0.4.0 |
1149 | 2024-03-26T06:37:36.639Z | Downloaded nibble_vec v0.1.0 |
1150 | 2024-03-26T06:37:36.639Z | Downloaded static_assertions v1.1.0 |
1151 | 2024-03-26T06:37:36.639Z | Downloaded stable_deref_trait v1.2.0 |
1152 | 2024-03-26T06:37:36.639Z | Downloaded spki v0.7.2 |
1153 | 2024-03-26T06:37:36.639Z | Downloaded spin v0.5.2 |
1154 | 2024-03-26T06:37:36.639Z | Downloaded rustc-demangle v0.1.23 |
1155 | 2024-03-26T06:37:36.639Z | Downloaded russh-keys v0.42.0 |
1156 | 2024-03-26T06:37:36.639Z | Downloaded num_enum_derive v0.7.2 |
1157 | 2024-03-26T06:37:36.639Z | Downloaded nanorand v0.7.0 |
1158 | 2024-03-26T06:37:36.639Z | Downloaded signal-hook-mio v0.2.3 |
1159 | 2024-03-26T06:37:36.639Z | Downloaded quote v1.0.35 |
1160 | 2024-03-26T06:37:36.639Z | Downloaded diesel_derives v2.1.2 |
1161 | 2024-03-26T06:37:36.639Z | Downloaded num_enum_derive v0.5.11 |
1162 | 2024-03-26T06:37:36.639Z | Downloaded num v0.4.1 |
1163 | 2024-03-26T06:37:36.639Z | Downloaded mime v0.3.17 |
1164 | 2024-03-26T06:37:36.639Z | Downloaded managed v0.8.0 |
1165 | 2024-03-26T06:37:36.640Z | Downloaded macaddr v1.0.1 |
1166 | 2024-03-26T06:37:36.640Z | Downloaded bstr v0.2.17 |
1167 | 2024-03-26T06:37:36.640Z | Downloaded rustc_version v0.4.0 |
1168 | 2024-03-26T06:37:36.640Z | Downloaded rustc_version v0.1.7 |
1169 | 2024-03-26T06:37:36.640Z | Downloaded r2d2 v0.8.10 |
1170 | 2024-03-26T06:37:36.640Z | Downloaded getrandom v0.2.12 |
1171 | 2024-03-26T06:37:36.640Z | Downloaded getrandom v0.1.16 |
1172 | 2024-03-26T06:37:36.640Z | Downloaded generic-array v0.14.7 |
1173 | 2024-03-26T06:37:36.640Z | Downloaded secrecy v0.8.0 |
1174 | 2024-03-26T06:37:36.640Z | Downloaded schemars v0.8.16 |
1175 | 2024-03-26T06:37:36.640Z | Downloaded publicsuffix v2.2.3 |
1176 | 2024-03-26T06:37:36.640Z | Downloaded clap_builder v4.5.1 |
1177 | 2024-03-26T06:37:36.640Z | Downloaded glob v0.3.1 |
1178 | 2024-03-26T06:37:36.640Z | Downloaded ghash v0.5.0 |
1179 | 2024-03-26T06:37:36.640Z | Downloaded getopts v0.2.21 |
1180 | 2024-03-26T06:37:36.640Z | Downloaded gethostname v0.4.3 |
1181 | 2024-03-26T06:37:36.640Z | Downloaded scroll_derive v0.12.0 |
1182 | 2024-03-26T06:37:36.640Z | Downloaded headers v0.3.9 |
1183 | 2024-03-26T06:37:36.640Z | Downloaded tokio-util v0.7.10 |
1184 | 2024-03-26T06:37:36.640Z | Downloaded vsss-rs v3.3.4 |
1185 | 2024-03-26T06:37:36.640Z | Downloaded ryu v1.0.15 |
1186 | 2024-03-26T06:37:36.641Z | Downloaded rustls-pemfile v2.1.1 |
1187 | 2024-03-26T06:37:36.641Z | Downloaded heapless v0.8.0 |
1188 | 2024-03-26T06:37:36.641Z | Downloaded heapless v0.7.16 |
1189 | 2024-03-26T06:37:36.641Z | Downloaded phf_shared v0.10.0 |
1190 | 2024-03-26T06:37:36.641Z | Downloaded openssl-macros v0.1.1 |
1191 | 2024-03-26T06:37:36.641Z | Downloaded digest v0.10.7 |
1192 | 2024-03-26T06:37:36.641Z | Downloaded difflib v0.4.0 |
1193 | 2024-03-26T06:37:36.641Z | Downloaded deranged v0.3.11 |
1194 | 2024-03-26T06:37:36.641Z | Downloaded walkdir v2.4.0 |
1195 | 2024-03-26T06:37:36.641Z | Downloaded version_check v0.9.4 |
1196 | 2024-03-26T06:37:36.641Z | Downloaded thiserror-no-std v2.0.2 |
1197 | 2024-03-26T06:37:36.641Z | Downloaded flate2 v1.0.28 |
1198 | 2024-03-26T06:37:36.641Z | Downloaded vec_map v0.8.2 |
1199 | 2024-03-26T06:37:36.641Z | Downloaded scroll v0.12.0 |
1200 | 2024-03-26T06:37:36.641Z | Downloaded rustls-pemfile v1.0.3 |
1201 | 2024-03-26T06:37:36.666Z | Downloaded proc-macro2 v1.0.78 |
1202 | 2024-03-26T06:37:36.666Z | Downloaded option-ext v0.2.0 |
1203 | 2024-03-26T06:37:36.667Z | Downloaded openssl-probe v0.1.5 |
1204 | 2024-03-26T06:37:36.667Z | Downloaded der v0.7.8 |
1205 | 2024-03-26T06:37:36.667Z | Downloaded crossterm v0.27.0 |
1206 | 2024-03-26T06:37:36.667Z | Downloaded want v0.3.1 |
1207 | 2024-03-26T06:37:36.667Z | Downloaded waitgroup v0.1.2 |
1208 | 2024-03-26T06:37:36.667Z | Downloaded thread-id v4.2.0 |
1209 | 2024-03-26T06:37:36.667Z | Downloaded thiserror-impl-no-std v2.0.2 |
1210 | 2024-03-26T06:37:36.667Z | Downloaded thiserror-impl v1.0.57 |
1211 | 2024-03-26T06:37:36.667Z | Downloaded scopeguard v1.2.0 |
1212 | 2024-03-26T06:37:36.667Z | Downloaded schemars_derive v0.8.16 |
1213 | 2024-03-26T06:37:36.667Z | Downloaded scheduled-thread-pool v0.2.7 |
1214 | 2024-03-26T06:37:36.667Z | Downloaded same-file v1.0.6 |
1215 | 2024-03-26T06:37:36.667Z | Downloaded rustversion v1.0.14 |
1216 | 2024-03-26T06:37:36.667Z | Downloaded rustls-pki-types v1.3.0 |
1217 | 2024-03-26T06:37:36.667Z | Downloaded proc-macro-crate v1.3.1 |
1218 | 2024-03-26T06:37:36.667Z | Downloaded hmac v0.12.1 |
1219 | 2024-03-26T06:37:36.667Z | Downloaded linked-hash-map v0.5.6 |
1220 | 2024-03-26T06:37:36.667Z | Downloaded libsw v3.3.1 |
1221 | 2024-03-26T06:37:36.667Z | Downloaded keccak v0.1.4 |
1222 | 2024-03-26T06:37:36.667Z | Downloaded itoa v1.0.9 |
1223 | 2024-03-26T06:37:36.668Z | Downloaded ipnet v2.9.0 |
1224 | 2024-03-26T06:37:36.668Z | Downloaded thread_local v1.1.7 |
1225 | 2024-03-26T06:37:36.668Z | Downloaded quick-error v1.2.3 |
1226 | 2024-03-26T06:37:36.668Z | Downloaded proc-macro-error v1.0.4 |
1227 | 2024-03-26T06:37:36.668Z | Downloaded tokio-postgres v0.7.10 |
1228 | 2024-03-26T06:37:36.668Z | Downloaded new_debug_unreachable v1.0.4 |
1229 | 2024-03-26T06:37:36.668Z | Downloaded matches v0.1.10 |
1230 | 2024-03-26T06:37:36.668Z | Downloaded linear-map v1.2.0 |
1231 | 2024-03-26T06:37:36.668Z | Downloaded libefi-sys v0.1.0 |
1232 | 2024-03-26T06:37:36.668Z | Downloaded lazy_static v1.4.0 |
1233 | 2024-03-26T06:37:36.668Z | Downloaded lalrpop-util v0.19.12 |
1234 | 2024-03-26T06:37:36.668Z | Downloaded kstat-rs v0.2.3 |
1235 | 2024-03-26T06:37:36.668Z | Downloaded crossbeam-channel v0.5.8 |
1236 | 2024-03-26T06:37:36.668Z | Downloaded proc-macro-error-attr v1.0.4 |
1237 | 2024-03-26T06:37:36.668Z | Downloaded primeorder v0.13.6 |
1238 | 2024-03-26T06:37:36.668Z | Downloaded hex-literal v0.4.1 |
1239 | 2024-03-26T06:37:36.668Z | Downloaded hex v0.4.3 |
1240 | 2024-03-26T06:37:36.668Z | Downloaded heck v0.4.1 |
1241 | 2024-03-26T06:37:36.668Z | Downloaded heck v0.3.3 |
1242 | 2024-03-26T06:37:36.668Z | Downloaded filetime v0.2.23 |
1243 | 2024-03-26T06:37:36.669Z | Downloaded erased-serde v0.3.31 |
1244 | 2024-03-26T06:37:36.669Z | Downloaded env_logger v0.9.3 |
1245 | 2024-03-26T06:37:36.669Z | Downloaded dhcproto v0.11.0 |
1246 | 2024-03-26T06:37:36.694Z | Downloaded toml v0.5.11 |
1247 | 2024-03-26T06:37:36.694Z | Downloaded newtype_derive v0.1.6 |
1248 | 2024-03-26T06:37:36.694Z | Downloaded base64 v0.22.0 |
1249 | 2024-03-26T06:37:36.694Z | Downloaded backtrace v0.3.69 |
1250 | 2024-03-26T06:37:36.694Z | Downloaded pretty-hex v0.2.1 |
1251 | 2024-03-26T06:37:36.694Z | Downloaded flagset v0.4.3 |
1252 | 2024-03-26T06:37:36.695Z | Downloaded fallible-iterator v0.2.0 |
1253 | 2024-03-26T06:37:36.695Z | Downloaded errno v0.3.8 |
1254 | 2024-03-26T06:37:36.695Z | Downloaded uuid v1.7.0 |
1255 | 2024-03-26T06:37:36.695Z | Downloaded fixedbitset v0.4.2 |
1256 | 2024-03-26T06:37:36.720Z | Downloaded ff v0.13.0 |
1257 | 2024-03-26T06:37:36.720Z | Downloaded fastrand v2.0.1 |
1258 | 2024-03-26T06:37:36.720Z | Downloaded slog v2.7.0 |
1259 | 2024-03-26T06:37:36.720Z | Downloaded crypto-bigint v0.5.2 |
1260 | 2024-03-26T06:37:36.720Z | Downloaded dirs-sys-next v0.1.2 |
1261 | 2024-03-26T06:37:36.720Z | Downloaded dirs-sys v0.4.1 |
1262 | 2024-03-26T06:37:36.720Z | Downloaded uuid v0.8.2 |
1263 | 2024-03-26T06:37:36.720Z | Downloaded usdt-impl v0.5.0 |
1264 | 2024-03-26T06:37:36.720Z | Downloaded usdt-impl v0.3.5 |
1265 | 2024-03-26T06:37:36.720Z | Downloaded tokio-tungstenite v0.21.0 |
1266 | 2024-03-26T06:37:36.720Z | Downloaded tokio-rustls v0.25.0 |
1267 | 2024-03-26T06:37:36.746Z | Downloaded tokio-rustls v0.24.1 |
1268 | 2024-03-26T06:37:36.746Z | Downloaded opaque-debug v0.3.0 |
1269 | 2024-03-26T06:37:36.746Z | Downloaded num_threads v0.1.6 |
1270 | 2024-03-26T06:37:36.746Z | Downloaded num-conv v0.1.0 |
1271 | 2024-03-26T06:37:36.746Z | Downloaded tokio-tungstenite v0.20.1 |
1272 | 2024-03-26T06:37:36.746Z | Downloaded tokio-stream v0.1.14 |
1273 | 2024-03-26T06:37:36.747Z | Downloaded tokio-native-tls v0.3.1 |
1274 | 2024-03-26T06:37:36.747Z | Downloaded similar v2.4.0 |
1275 | 2024-03-26T06:37:36.747Z | Downloaded match_cfg v0.1.0 |
1276 | 2024-03-26T06:37:36.747Z | Downloaded defmt v0.3.5 |
1277 | 2024-03-26T06:37:36.771Z | Downloaded darling_core v0.20.3 |
1278 | 2024-03-26T06:37:36.772Z | Downloaded chacha20poly1305 v0.10.1 |
1279 | 2024-03-26T06:37:36.772Z | Downloaded cc v1.0.83 |
1280 | 2024-03-26T06:37:36.772Z | Downloaded utf-8 v0.7.6 |
1281 | 2024-03-26T06:37:36.772Z | Downloaded usdt-macro v0.3.5 |
1282 | 2024-03-26T06:37:36.772Z | Downloaded smallvec v1.13.1 |
1283 | 2024-03-26T06:37:36.772Z | Downloaded slog-term v2.9.0 |
1284 | 2024-03-26T06:37:36.772Z | Downloaded bytes v1.5.0 |
1285 | 2024-03-26T06:37:36.772Z | Downloaded normalize-line-endings v0.3.0 |
1286 | 2024-03-26T06:37:36.772Z | Downloaded crossbeam-utils v0.8.19 |
1287 | 2024-03-26T06:37:36.805Z | Downloaded crc32fast v1.3.2 |
1288 | 2024-03-26T06:37:36.805Z | Downloaded cookie_store v0.20.0 |
1289 | 2024-03-26T06:37:36.805Z | Downloaded clap v4.5.1 |
1290 | 2024-03-26T06:37:36.805Z | Downloaded slog-json v2.6.1 |
1291 | 2024-03-26T06:37:36.805Z | Downloaded crossbeam-epoch v0.9.18 |
1292 | 2024-03-26T06:37:36.805Z | Downloaded const-oid v0.9.6 |
1293 | 2024-03-26T06:37:36.805Z | Downloaded clap_derive v4.5.0 |
1294 | 2024-03-26T06:37:36.830Z | Downloaded usdt-macro v0.5.0 |
1295 | 2024-03-26T06:37:36.830Z | Downloaded slog-stdlog v4.1.1 |
1296 | 2024-03-26T06:37:36.830Z | Downloaded slog-scope v4.4.0 |
1297 | 2024-03-26T06:37:36.830Z | Downloaded slog-envlogger v2.2.0 |
1298 | 2024-03-26T06:37:36.830Z | Downloaded slog-dtrace v0.3.0 |
1299 | 2024-03-26T06:37:36.830Z | Downloaded slog-async v2.8.0 |
1300 | 2024-03-26T06:37:36.831Z | Downloaded slab v0.4.9 |
1301 | 2024-03-26T06:37:36.831Z | Downloaded md5 v0.7.0 |
1302 | 2024-03-26T06:37:36.831Z | Downloaded lru-cache v0.1.2 |
1303 | 2024-03-26T06:37:36.831Z | Downloaded ipnetwork v0.20.0 |
1304 | 2024-03-26T06:37:36.831Z | Downloaded internet-checksum v0.2.1 |
1305 | 2024-03-26T06:37:36.831Z | Downloaded inout v0.1.3 |
1306 | 2024-03-26T06:37:36.831Z | Downloaded data-encoding v2.4.0 |
1307 | 2024-03-26T06:37:36.831Z | Downloaded darling v0.20.3 |
1308 | 2024-03-26T06:37:36.831Z | Downloaded cookie v0.17.0 |
1309 | 2024-03-26T06:37:36.831Z | Downloaded console v0.15.8 |
1310 | 2024-03-26T06:37:36.831Z | Downloaded chacha20 v0.9.1 |
1311 | 2024-03-26T06:37:36.831Z | Downloaded camino-tempfile v1.1.1 |
1312 | 2024-03-26T06:37:36.869Z | Downloaded camino v1.1.6 |
1313 | 2024-03-26T06:37:36.869Z | Downloaded siphasher v0.3.11 |
1314 | 2024-03-26T06:37:36.869Z | Downloaded signature v2.1.0 |
1315 | 2024-03-26T06:37:36.869Z | Downloaded debug-ignore v1.0.5 |
1316 | 2024-03-26T06:37:36.869Z | Downloaded ctr v0.9.2 |
1317 | 2024-03-26T06:37:36.869Z | Downloaded cobs v0.2.3 |
1318 | 2024-03-26T06:37:36.869Z | Downloaded clap_lex v0.7.0 |
1319 | 2024-03-26T06:37:36.869Z | Downloaded cipher v0.4.4 |
1320 | 2024-03-26T06:37:36.869Z | Downloaded cancel-safe-futures v0.1.5 |
1321 | 2024-03-26T06:37:36.870Z | Downloaded bitflags v2.4.2 |
1322 | 2024-03-26T06:37:36.870Z | Downloaded defmt-macros v0.3.6 |
1323 | 2024-03-26T06:37:36.870Z | Downloaded crossbeam-deque v0.8.3 |
1324 | 2024-03-26T06:37:36.870Z | Downloaded cpufeatures v0.2.12 |
1325 | 2024-03-26T06:37:36.870Z | Downloaded convert_case v0.4.0 |
1326 | 2024-03-26T06:37:36.870Z | Downloaded colored v2.1.0 |
1327 | 2024-03-26T06:37:36.870Z | Downloaded byteorder v1.5.0 |
1328 | 2024-03-26T06:37:36.870Z | Downloaded block-padding v0.3.3 |
1329 | 2024-03-26T06:37:36.870Z | Downloaded bitflags v1.3.2 |
1330 | 2024-03-26T06:37:36.896Z | Downloaded bit-set v0.5.3 |
1331 | 2024-03-26T06:37:36.896Z | Downloaded base16ct v0.2.0 |
1332 | 2024-03-26T06:37:36.896Z | Downloaded curve25519-dalek-derive v0.1.0 |
1333 | 2024-03-26T06:37:36.896Z | Downloaded cstr-argument v0.1.2 |
1334 | 2024-03-26T06:37:36.896Z | Downloaded crypto-common v0.1.6 |
1335 | 2024-03-26T06:37:36.896Z | Downloaded crucible-workspace-hack v0.1.0 |
1336 | 2024-03-26T06:37:36.896Z | Downloaded constant_time_eq v0.3.0 |
1337 | 2024-03-26T06:37:36.896Z | Downloaded colorchoice v1.0.0 |
1338 | 2024-03-26T06:37:36.897Z | Downloaded ciborium-io v0.2.2 |
1339 | 2024-03-26T06:37:36.897Z | Downloaded cfg-if v1.0.0 |
1340 | 2024-03-26T06:37:36.897Z | Downloaded cbc v0.1.2 |
1341 | 2024-03-26T06:37:36.897Z | Downloaded blake3 v1.5.0 |
1342 | 2024-03-26T06:37:36.897Z | Downloaded ciborium-ll v0.2.2 |
1343 | 2024-03-26T06:37:36.897Z | Downloaded base64ct v1.6.0 |
1344 | 2024-03-26T06:37:36.897Z | Downloaded base64 v0.13.1 |
1345 | 2024-03-26T06:37:36.921Z | Downloaded bcrypt-pbkdf v0.10.0 |
1346 | 2024-03-26T06:37:36.921Z | Downloaded bzip2 v0.4.4 |
1347 | 2024-03-26T06:37:36.921Z | Downloaded blowfish v0.9.1 |
1348 | 2024-03-26T06:37:36.921Z | Downloaded block-buffer v0.10.4 |
1349 | 2024-03-26T06:37:36.921Z | Downloaded blake2 v0.10.6 |
1350 | 2024-03-26T06:37:36.921Z | Downloaded bitstruct_derive v0.1.0 |
1351 | 2024-03-26T06:37:36.921Z | Downloaded bitstruct v0.1.1 |
1352 | 2024-03-26T06:37:36.922Z | Downloaded bit-vec v0.6.3 |
1353 | 2024-03-26T06:37:36.922Z | Downloaded base64 v0.21.7 |
1354 | 2024-03-26T06:37:36.922Z | Downloaded ascii v1.1.0 |
1355 | 2024-03-26T06:37:36.922Z | Downloaded arc-swap v1.6.0 |
1356 | 2024-03-26T06:37:36.922Z | Downloaded anyhow v1.0.79 |
1357 | 2024-03-26T06:37:36.946Z | Downloaded anstyle-parse v0.2.1 |
1358 | 2024-03-26T06:37:36.946Z | Downloaded aho-corasick v1.1.2 |
1359 | 2024-03-26T06:37:36.946Z | Downloaded ahash v0.8.8 |
1360 | 2024-03-26T06:37:36.946Z | Downloaded aes-gcm v0.10.3 |
1361 | 2024-03-26T06:37:36.947Z | Downloaded aes v0.8.3 |
1362 | 2024-03-26T06:37:36.947Z | Downloaded atomicwrites v0.4.3 |
1363 | 2024-03-26T06:37:36.947Z | Downloaded atomic-waker v1.1.1 |
1364 | 2024-03-26T06:37:36.971Z | Downloaded async-stream-impl v0.3.5 |
1365 | 2024-03-26T06:37:36.971Z | Downloaded async-stream v0.3.5 |
1366 | 2024-03-26T06:37:36.971Z | Downloaded arrayvec v0.7.4 |
1367 | 2024-03-26T06:37:36.971Z | Downloaded arrayref v0.3.7 |
1368 | 2024-03-26T06:37:36.971Z | Downloaded argon2 v0.5.3 |
1369 | 2024-03-26T06:37:36.971Z | Downloaded anstyle-query v1.0.0 |
1370 | 2024-03-26T06:37:36.971Z | Downloaded anstyle v1.0.6 |
1371 | 2024-03-26T06:37:36.971Z | Downloaded anstream v0.6.11 |
1372 | 2024-03-26T06:37:36.972Z | Downloaded ansi_term v0.12.1 |
1373 | 2024-03-26T06:37:36.972Z | Downloaded allocator-api2 v0.2.16 |
1374 | 2024-03-26T06:37:36.972Z | Downloaded aead v0.5.2 |
1375 | 2024-03-26T06:37:36.972Z | Downloaded adler v1.0.2 |
1376 | 2024-03-26T06:37:36.972Z | Downloaded addr2line v0.21.0 |
1377 | 2024-03-26T06:37:37.303Z | Compiling proc-macro2 v1.0.78 |
1378 | 2024-03-26T06:37:37.303Z | Compiling unicode-ident v1.0.12 |
1379 | 2024-03-26T06:37:37.328Z | Compiling libc v0.2.153 |
1380 | 2024-03-26T06:37:37.328Z | Compiling serde v1.0.197 |
1381 | 2024-03-26T06:37:37.329Z | Compiling version_check v0.9.4 |
1382 | 2024-03-26T06:37:37.329Z | Compiling cfg-if v1.0.0 |
1383 | 2024-03-26T06:37:37.329Z | Compiling autocfg v1.1.0 |
1384 | 2024-03-26T06:37:37.531Z | Compiling syn v1.0.109 |
1385 | 2024-03-26T06:37:37.556Z | Compiling thiserror v1.0.57 |
1386 | 2024-03-26T06:37:37.581Z | Compiling once_cell v1.19.0 |
1387 | 2024-03-26T06:37:38.051Z | Compiling typenum v1.16.0 |
1388 | 2024-03-26T06:37:38.104Z | Compiling parking_lot_core v0.9.8 |
1389 | 2024-03-26T06:37:38.146Z | Compiling generic-array v0.14.7 |
1390 | 2024-03-26T06:37:38.201Z | Compiling lock_api v0.4.10 |
1391 | 2024-03-26T06:37:38.238Z | Compiling byteorder v1.5.0 |
1392 | 2024-03-26T06:37:38.435Z | Compiling libm v0.2.7 |
1393 | 2024-03-26T06:37:38.496Z | Compiling memchr v2.7.1 |
1394 | 2024-03-26T06:37:38.534Z | Compiling serde_json v1.0.114 |
1395 | 2024-03-26T06:37:38.677Z | Compiling num-traits v0.2.18 |
1396 | 2024-03-26T06:37:38.761Z | Compiling ahash v0.8.8 |
1397 | 2024-03-26T06:37:38.945Z | Compiling quote v1.0.35 |
1398 | 2024-03-26T06:37:38.978Z | Compiling log v0.4.21 |
1399 | 2024-03-26T06:37:39.095Z | Compiling itoa v1.0.9 |
1400 | 2024-03-26T06:37:39.308Z | Compiling syn v2.0.52 |
1401 | 2024-03-26T06:37:39.465Z | Compiling getrandom v0.2.12 |
1402 | 2024-03-26T06:37:39.492Z | Compiling cc v1.0.83 |
1403 | 2024-03-26T06:37:39.773Z | Compiling rand_core v0.6.4 |
1404 | 2024-03-26T06:37:39.846Z | Compiling scopeguard v1.2.0 |
1405 | 2024-03-26T06:37:39.971Z | Compiling slab v0.4.9 |
1406 | 2024-03-26T06:37:40.398Z | Compiling smallvec v1.13.1 |
1407 | 2024-03-26T06:37:40.802Z | Compiling allocator-api2 v0.2.16 |
1408 | 2024-03-26T06:37:41.050Z | Compiling ryu v1.0.15 |
1409 | 2024-03-26T06:37:41.076Z | Compiling heck v0.4.1 |
1410 | 2024-03-26T06:37:41.453Z | Compiling schemars v0.8.16 |
1411 | 2024-03-26T06:37:41.485Z | Compiling subtle v2.5.0 |
1412 | 2024-03-26T06:37:41.523Z | Compiling pin-project-lite v0.2.13 |
1413 | 2024-03-26T06:37:41.630Z | Compiling pkg-config v0.3.27 |
1414 | 2024-03-26T06:37:41.778Z | Compiling equivalent v1.0.1 |
1415 | 2024-03-26T06:37:41.830Z | Compiling signal-hook-registry v1.4.1 |
1416 | 2024-03-26T06:37:41.914Z | Compiling parking_lot v0.12.1 |
1417 | 2024-03-26T06:37:42.352Z | Compiling mio v0.8.11 |
1418 | 2024-03-26T06:37:43.000Z | Compiling ring v0.17.8 |
1419 | 2024-03-26T06:37:43.123Z | Compiling num_cpus v1.16.0 |
1420 | 2024-03-26T06:37:43.246Z | Compiling socket2 v0.5.5 |
1421 | 2024-03-26T06:37:43.863Z | Compiling time-core v0.1.2 |
1422 | 2024-03-26T06:37:43.888Z | Compiling num-conv v0.1.0 |
1423 | 2024-03-26T06:37:43.961Z | Compiling futures-core v0.3.30 |
1424 | 2024-03-26T06:37:44.048Z | Compiling vcpkg v0.2.15 |
1425 | 2024-03-26T06:37:44.075Z | Compiling httparse v1.8.0 |
1426 | 2024-03-26T06:37:44.126Z | Compiling time-macros v0.2.17 |
1427 | 2024-03-26T06:37:44.203Z | Compiling const-oid v0.9.6 |
1428 | 2024-03-26T06:37:44.734Z | Compiling ucd-trie v0.1.6 |
1429 | 2024-03-26T06:37:45.282Z | Compiling serde_derive_internals v0.26.0 |
1430 | 2024-03-26T06:37:45.311Z | Compiling fnv v1.0.7 |
1431 | 2024-03-26T06:37:45.476Z | Compiling openssl-sys v0.9.96 |
1432 | 2024-03-26T06:37:45.752Z | Compiling futures-sink v0.3.30 |
1433 | 2024-03-26T06:37:45.890Z | Compiling slog v2.7.0 |
1434 | 2024-03-26T06:37:45.945Z | Compiling ring v0.16.20 |
1435 | 2024-03-26T06:37:46.235Z | Compiling spin v0.5.2 |
1436 | 2024-03-26T06:37:46.475Z | Compiling futures-channel v0.3.30 |
1437 | 2024-03-26T06:37:46.502Z | Compiling futures-task v0.3.30 |
1438 | 2024-03-26T06:37:46.573Z | Compiling pin-utils v0.1.0 |
1439 | 2024-03-26T06:37:46.659Z | Compiling futures-io v0.3.30 |
1440 | 2024-03-26T06:37:46.740Z | Compiling openssl v0.10.60 |
1441 | 2024-03-26T06:37:46.770Z | Compiling iana-time-zone v0.1.57 |
1442 | 2024-03-26T06:37:46.874Z | Compiling rustix v0.38.31 |
1443 | 2024-03-26T06:37:46.990Z | Compiling async-trait v0.1.77 |
1444 | 2024-03-26T06:37:47.054Z | Compiling backtrace v0.3.69 |
1445 | 2024-03-26T06:37:47.228Z | Compiling native-tls v0.2.11 |
1446 | 2024-03-26T06:37:47.259Z | Compiling rustls v0.21.9 |
1447 | 2024-03-26T06:37:47.378Z | Compiling semver v1.0.22 |
1448 | 2024-03-26T06:37:47.455Z | Compiling cpufeatures v0.2.12 |
1449 | 2024-03-26T06:37:47.481Z | Compiling crossbeam-utils v0.8.19 |
1450 | 2024-03-26T06:37:47.506Z | Compiling tinyvec_macros v0.1.1 |
1451 | 2024-03-26T06:37:47.536Z | Compiling cookie v0.17.0 |
1452 | 2024-03-26T06:37:47.566Z | Compiling anyhow v1.0.79 |
1453 | 2024-03-26T06:37:47.603Z | Compiling tinyvec v1.6.0 |
1454 | 2024-03-26T06:37:47.978Z | Compiling aho-corasick v1.1.2 |
1455 | 2024-03-26T06:37:48.006Z | Compiling uuid v0.8.2 |
1456 | 2024-03-26T06:37:48.033Z | Compiling unicode-bidi v0.3.15 |
1457 | 2024-03-26T06:37:48.500Z | Compiling dyn-clone v1.0.17 |
1458 | 2024-03-26T06:37:48.679Z | Compiling regex-syntax v0.8.2 |
1459 | 2024-03-26T06:37:48.883Z | Compiling unicode-normalization v0.1.22 |
1460 | 2024-03-26T06:37:49.137Z | Compiling ppv-lite86 v0.2.17 |
1461 | 2024-03-26T06:37:49.606Z | Compiling tracing-core v0.1.32 |
1462 | 2024-03-26T06:37:49.973Z | Compiling serde_derive v1.0.197 |
1463 | 2024-03-26T06:37:50.215Z | Compiling zeroize_derive v1.4.2 |
1464 | 2024-03-26T06:37:50.316Z | Compiling thiserror-impl v1.0.57 |
1465 | 2024-03-26T06:37:50.622Z | Compiling zerocopy-derive v0.7.32 |
1466 | 2024-03-26T06:37:50.938Z | Compiling tokio-macros v2.2.0 |
1467 | 2024-03-26T06:37:51.552Z | Compiling zeroize v1.7.0 |
1468 | 2024-03-26T06:37:51.698Z | Compiling futures-macro v0.3.30 |
1469 | 2024-03-26T06:37:51.773Z | Compiling tracing-attributes v0.1.27 |
1470 | 2024-03-26T06:37:52.198Z | Compiling schemars_derive v0.8.16 |
1471 | 2024-03-26T06:37:52.302Z | Compiling zerocopy v0.7.32 |
1472 | 2024-03-26T06:37:52.916Z | Compiling pest v2.7.6 |
1473 | 2024-03-26T06:37:53.055Z | Compiling crypto-common v0.1.6 |
1474 | 2024-03-26T06:37:53.248Z | Compiling block-buffer v0.10.4 |
1475 | 2024-03-26T06:37:53.497Z | Compiling digest v0.10.7 |
1476 | 2024-03-26T06:37:53.580Z | Compiling futures-util v0.3.30 |
1477 | 2024-03-26T06:37:53.923Z | Compiling openssl-macros v0.1.1 |
1478 | 2024-03-26T06:37:54.011Z | Compiling hashbrown v0.14.3 |
1479 | 2024-03-26T06:37:54.660Z | Compiling regex-automata v0.4.5 |
1480 | 2024-03-26T06:37:54.795Z | Compiling pest_meta v2.7.6 |
1481 | 2024-03-26T06:37:55.200Z | Compiling winnow v0.5.15 |
1482 | 2024-03-26T06:37:56.533Z | Compiling pest_generator v2.7.6 |
1483 | 2024-03-26T06:37:56.667Z | Compiling tracing v0.1.40 |
1484 | 2024-03-26T06:37:58.267Z | Compiling percent-encoding v2.3.1 |
1485 | 2024-03-26T06:37:58.292Z | Compiling pest_derive v2.7.6 |
1486 | 2024-03-26T06:37:58.317Z | Compiling der_derive v0.7.2 |
1487 | 2024-03-26T06:37:58.722Z | Compiling regex v1.10.3 |
1488 | 2024-03-26T06:37:58.790Z | Compiling scroll_derive v0.12.0 |
1489 | 2024-03-26T06:37:59.033Z | Compiling rand_chacha v0.3.1 |
1490 | 2024-03-26T06:37:59.739Z | Compiling powerfmt v0.2.0 |
1491 | 2024-03-26T06:38:00.017Z | Compiling deranged v0.3.11 |
1492 | 2024-03-26T06:38:00.155Z | Compiling rand v0.8.5 |
1493 | 2024-03-26T06:38:00.278Z | Compiling spin v0.9.8 |
1494 | 2024-03-26T06:38:00.774Z | Compiling bytes v1.5.0 |
1495 | 2024-03-26T06:38:00.984Z | Compiling indexmap v2.2.5 |
1496 | 2024-03-26T06:38:01.660Z | Compiling chrono v0.4.34 |
1497 | 2024-03-26T06:38:01.737Z | Compiling uuid v1.7.0 |
1498 | 2024-03-26T06:38:01.994Z | Compiling tokio v1.36.0 |
1499 | 2024-03-26T06:38:02.647Z | Compiling http v0.2.12 |
1500 | 2024-03-26T06:38:02.733Z | Compiling bitflags v2.4.2 |
1501 | 2024-03-26T06:38:02.759Z | Compiling serde_spanned v0.6.5 |
1502 | 2024-03-26T06:38:02.942Z | Compiling toml_datetime v0.6.5 |
1503 | 2024-03-26T06:38:03.283Z | Compiling toml_edit v0.19.15 |
1504 | 2024-03-26T06:38:03.536Z | Compiling rustc_version v0.4.0 |
1505 | 2024-03-26T06:38:05.094Z | Compiling thread-id v4.2.0 |
1506 | 2024-03-26T06:38:05.094Z | Compiling crc32fast v1.3.2 |
1507 | 2024-03-26T06:38:05.807Z | Compiling num_threads v0.1.6 |
1508 | 2024-03-26T06:38:05.915Z | Compiling rustversion v1.0.14 |
1509 | 2024-03-26T06:38:06.430Z | Compiling time v0.3.34 |
1510 | 2024-03-26T06:38:07.115Z | Compiling form_urlencoded v1.2.1 |
1511 | 2024-03-26T06:38:07.411Z | Compiling unicode-width v0.1.11 |
1512 | 2024-03-26T06:38:10.823Z | Compiling unicode-xid v0.2.4 |
1513 | 2024-03-26T06:38:10.965Z | Compiling synstructure v0.12.6 |
1514 | 2024-03-26T06:38:12.834Z | Compiling openapiv3 v2.0.0 |
1515 | 2024-03-26T06:38:13.038Z | Compiling serde_tokenstream v0.2.0 |
1516 | 2024-03-26T06:38:13.450Z | Compiling idna v0.5.0 |
1517 | 2024-03-26T06:38:14.142Z | Compiling lazy_static v1.4.0 |
1518 | 2024-03-26T06:38:14.309Z | Compiling usdt-impl v0.5.0 |
1519 | 2024-03-26T06:38:15.553Z | Compiling url v2.5.0 |
1520 | 2024-03-26T06:38:16.138Z | Compiling zerocopy-derive v0.2.0 |
1521 | 2024-03-26T06:38:16.264Z | Compiling scroll v0.12.0 |
1522 | 2024-03-26T06:38:16.551Z | Compiling plain v0.2.3 |
1523 | 2024-03-26T06:38:16.690Z | Compiling adler v1.0.2 |
1524 | 2024-03-26T06:38:16.715Z | Compiling goblin v0.8.0 |
1525 | 2024-03-26T06:38:16.860Z | Compiling miniz_oxide v0.7.1 |
1526 | 2024-03-26T06:38:17.177Z | Compiling tokio-util v0.7.10 |
1527 | 2024-03-26T06:38:18.328Z | Compiling foreign-types-shared v0.1.1 |
1528 | 2024-03-26T06:38:18.427Z | Compiling untrusted v0.9.0 |
1529 | 2024-03-26T06:38:18.587Z | Compiling untrusted v0.7.1 |
1530 | 2024-03-26T06:38:19.104Z | Compiling pretty-hex v0.4.1 |
1531 | 2024-03-26T06:38:22.054Z | Compiling foreign-types v0.3.2 |
1532 | 2024-03-26T06:38:22.079Z | Compiling dof v0.3.0 |
1533 | 2024-03-26T06:38:22.908Z | Compiling dtrace-parser v0.2.0 |
1534 | 2024-03-26T06:38:23.496Z | Compiling errno v0.3.8 |
1535 | 2024-03-26T06:38:23.686Z | Compiling usdt-impl v0.3.5 |
1536 | 2024-03-26T06:38:23.924Z | Compiling try-lock v0.2.4 |
1537 | 2024-03-26T06:38:23.962Z | Compiling base64 v0.21.7 |
1538 | 2024-03-26T06:38:24.253Z | Compiling want v0.3.1 |
1539 | 2024-03-26T06:38:26.127Z | Compiling rustls-webpki v0.101.7 |
1540 | 2024-03-26T06:38:26.757Z | Compiling sct v0.7.0 |
1541 | 2024-03-26T06:38:26.809Z | Compiling h2 v0.3.24 |
1542 | 2024-03-26T06:38:27.429Z | Compiling http-body v0.4.5 |
1543 | 2024-03-26T06:38:28.014Z | Compiling clap_derive v4.5.0 |
1544 | 2024-03-26T06:38:28.827Z | Compiling num-bigint v0.4.4 |
1545 | 2024-03-26T06:38:29.017Z | Compiling tower-service v0.3.2 |
1546 | 2024-03-26T06:38:29.127Z | Compiling httpdate v1.0.3 |
1547 | 2024-03-26T06:38:29.190Z | Compiling gimli v0.28.0 |
1548 | 2024-03-26T06:38:29.473Z | Compiling openssl-probe v0.1.5 |
1549 | 2024-03-26T06:38:31.544Z | Compiling zerocopy v0.3.0 |
1550 | 2024-03-26T06:38:31.831Z | Compiling heapless v0.7.16 |
1551 | 2024-03-26T06:38:32.193Z | Compiling idna v0.3.0 |
1552 | 2024-03-26T06:38:32.238Z | Compiling hyper v0.14.28 |
1553 | 2024-03-26T06:38:33.301Z | Compiling addr2line v0.21.0 |
1554 | 2024-03-26T06:38:34.134Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1555 | 2024-03-26T06:38:34.588Z | Compiling object v0.32.1 |
1556 | 2024-03-26T06:38:34.588Z | Compiling base64ct v1.6.0 |
1557 | 2024-03-26T06:38:34.588Z | Compiling signal-hook v0.3.17 |
1558 | 2024-03-26T06:38:34.588Z | Compiling rustc-demangle v0.1.23 |
1559 | 2024-03-26T06:38:34.711Z | Compiling unicode-segmentation v1.10.1 |
1560 | 2024-03-26T06:38:35.459Z | Compiling psl-types v2.0.11 |
1561 | 2024-03-26T06:38:35.622Z | Compiling publicsuffix v2.2.3 |
1562 | 2024-03-26T06:38:36.538Z | Compiling tokio-rustls v0.24.1 |
1563 | 2024-03-26T06:38:36.634Z | Compiling dof v0.1.5 |
1564 | 2024-03-26T06:38:36.862Z | Compiling tokio-native-tls v0.3.1 |
1565 | 2024-03-26T06:38:37.099Z | Compiling crossbeam-epoch v0.9.18 |
1566 | 2024-03-26T06:38:37.337Z | Compiling dtrace-parser v0.1.14 |
1567 | 2024-03-26T06:38:37.422Z | Compiling bitflags v1.3.2 |
1568 | 2024-03-26T06:38:37.519Z | Compiling ipnet v2.9.0 |
1569 | 2024-03-26T06:38:38.294Z | Compiling hyper-rustls v0.24.2 |
1570 | 2024-03-26T06:38:38.378Z | Compiling hyper-tls v0.5.0 |
1571 | 2024-03-26T06:38:38.596Z | Compiling cookie_store v0.20.0 |
1572 | 2024-03-26T06:38:39.164Z | Compiling rustls-pemfile v1.0.3 |
1573 | 2024-03-26T06:38:39.711Z | Compiling serde_urlencoded v0.7.1 |
1574 | 2024-03-26T06:38:39.932Z | Compiling serde_tokenstream v0.1.7 |
1575 | 2024-03-26T06:38:40.127Z | Compiling enum-as-inner v0.5.1 |
1576 | 2024-03-26T06:38:40.361Z | Compiling encoding_rs v0.8.33 |
1577 | 2024-03-26T06:38:40.870Z | Compiling either v1.10.0 |
1578 | 2024-03-26T06:38:41.438Z | Compiling data-encoding v2.4.0 |
1579 | 2024-03-26T06:38:48.809Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1580 | 2024-03-26T06:38:48.893Z | Compiling mime v0.3.17 |
1581 | 2024-03-26T06:38:48.893Z | Compiling sync_wrapper v0.1.2 |
1582 | 2024-03-26T06:38:48.893Z | Compiling webpki-roots v0.25.2 |
1583 | 2024-03-26T06:38:48.970Z | Compiling smoltcp v0.9.1 |
1584 | 2024-03-26T06:38:48.970Z | Compiling reqwest v0.11.24 |
1585 | 2024-03-26T06:38:48.971Z | Compiling pem-rfc7468 v0.7.0 |
1586 | 2024-03-26T06:38:48.971Z | Compiling hmac v0.12.1 |
1587 | 2024-03-26T06:38:48.971Z | Compiling futures-executor v0.3.30 |
1588 | 2024-03-26T06:38:49.220Z | Compiling regress v0.9.0 |
1589 | 2024-03-26T06:38:52.832Z | Compiling siphasher v0.3.11 |
1590 | 2024-03-26T06:38:53.816Z | Compiling flagset v0.4.3 |
1591 | 2024-03-26T06:38:53.985Z | Compiling der v0.7.8 |
1592 | 2024-03-26T06:38:55.311Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1593 | 2024-03-26T06:38:56.792Z | Compiling flate2 v1.0.28 |
1594 | 2024-03-26T06:38:56.819Z | Compiling usdt-macro v0.3.5 |
1595 | 2024-03-26T06:38:57.251Z | Compiling usdt-attr-macro v0.3.5 |
1596 | 2024-03-26T06:38:57.865Z | Compiling hubpack_derive v0.1.1 |
1597 | 2024-03-26T06:38:58.183Z | Compiling zerocopy-derive v0.6.4 |
1598 | 2024-03-26T06:38:58.694Z | Compiling anstyle v1.0.6 |
1599 | 2024-03-26T06:38:58.836Z | Compiling winnow v0.6.1 |
1600 | 2024-03-26T06:38:59.156Z | Compiling utf8parse v0.2.1 |
1601 | 2024-03-26T06:38:59.679Z | Compiling anstyle-parse v0.2.1 |
1602 | 2024-03-26T06:38:59.715Z | Compiling sha2 v0.10.8 |
1603 | 2024-03-26T06:39:00.981Z | Compiling futures v0.3.30 |
1604 | 2024-03-26T06:39:01.007Z | Compiling spki v0.7.2 |
1605 | 2024-03-26T06:39:01.431Z | Compiling toml_edit v0.22.6 |
1606 | 2024-03-26T06:39:01.878Z | Compiling md-5 v0.10.5 |
1607 | 2024-03-26T06:39:02.077Z | Compiling toml v0.7.8 |
1608 | 2024-03-26T06:39:02.493Z | Compiling hex v0.4.3 |
1609 | 2024-03-26T06:39:02.520Z | Compiling stringprep v0.1.3 |
1610 | 2024-03-26T06:39:02.979Z | Compiling block-padding v0.3.3 |
1611 | 2024-03-26T06:39:03.259Z | Compiling num-integer v0.1.46 |
1612 | 2024-03-26T06:39:03.299Z | Compiling diesel_table_macro_syntax v0.1.0 |
1613 | 2024-03-26T06:39:03.616Z | Compiling hash32 v0.2.1 |
1614 | 2024-03-26T06:39:04.109Z | Compiling anstyle-query v1.0.0 |
1615 | 2024-03-26T06:39:04.141Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1616 | 2024-03-26T06:39:04.409Z | Compiling stable_deref_trait v1.2.0 |
1617 | 2024-03-26T06:39:04.499Z | Compiling fallible-iterator v0.2.0 |
1618 | 2024-03-26T06:39:05.051Z | Compiling colorchoice v1.0.0 |
1619 | 2024-03-26T06:39:05.572Z | Compiling anstream v0.6.11 |
1620 | 2024-03-26T06:39:05.710Z | Compiling postgres-protocol v0.6.6 |
1621 | 2024-03-26T06:39:07.026Z | Compiling diesel_derives v2.1.2 |
1622 | 2024-03-26T06:39:09.026Z | Compiling inout v0.1.3 |
1623 | 2024-03-26T06:39:09.626Z | Compiling pkcs8 v0.10.2 |
1624 | 2024-03-26T06:39:09.908Z | Compiling phf_shared v0.11.2 |
1625 | 2024-03-26T06:39:10.216Z | Compiling terminal_size v0.3.0 |
1626 | 2024-03-26T06:39:10.413Z | Compiling ff v0.13.0 |
1627 | 2024-03-26T06:39:10.475Z | Compiling strum_macros v0.25.2 |
1628 | 2024-03-26T06:39:10.801Z | Compiling serde_repr v0.1.16 |
1629 | 2024-03-26T06:39:10.962Z | Compiling scheduled-thread-pool v0.2.7 |
1630 | 2024-03-26T06:39:11.484Z | Compiling managed v0.8.0 |
1631 | 2024-03-26T06:39:11.750Z | Compiling base16ct v0.2.0 |
1632 | 2024-03-26T06:39:11.846Z | Compiling matches v0.1.10 |
1633 | 2024-03-26T06:39:11.942Z | Compiling bit-vec v0.6.3 |
1634 | 2024-03-26T06:39:12.287Z | Compiling regex-automata v0.1.10 |
1635 | 2024-03-26T06:39:12.432Z | Compiling clap_lex v0.7.0 |
1636 | 2024-03-26T06:39:12.668Z | Compiling strsim v0.11.0 |
1637 | 2024-03-26T06:39:12.828Z | Compiling bstr v0.2.17 |
1638 | 2024-03-26T06:39:13.044Z | Compiling clap_builder v4.5.1 |
1639 | 2024-03-26T06:39:13.170Z | Compiling idna v0.2.3 |
1640 | 2024-03-26T06:39:13.307Z | Compiling sec1 v0.7.3 |
1641 | 2024-03-26T06:39:13.880Z | Compiling r2d2 v0.8.10 |
1642 | 2024-03-26T06:39:14.204Z | Compiling group v0.13.0 |
1643 | 2024-03-26T06:39:14.293Z | Compiling phf v0.11.2 |
1644 | 2024-03-26T06:39:14.459Z | Compiling signal-hook-mio v0.2.3 |
1645 | 2024-03-26T06:39:14.545Z | Compiling bzip2 v0.4.4 |
1646 | 2024-03-26T06:39:14.651Z | Compiling cipher v0.4.4 |
1647 | 2024-03-26T06:39:15.301Z | Compiling postgres-types v0.2.6 |
1648 | 2024-03-26T06:39:15.402Z | Compiling zerocopy v0.6.4 |
1649 | 2024-03-26T06:39:16.055Z | Compiling hubpack v0.1.2 |
1650 | 2024-03-26T06:39:16.571Z | Compiling phf_shared v0.10.0 |
1651 | 2024-03-26T06:39:16.571Z | Compiling hkdf v0.12.4 |
1652 | 2024-03-26T06:39:16.571Z | Compiling crypto-bigint v0.5.2 |
1653 | 2024-03-26T06:39:16.617Z | Compiling ipnetwork v0.20.0 |
1654 | 2024-03-26T06:39:17.463Z | Compiling float-cmp v0.9.0 |
1655 | 2024-03-26T06:39:17.656Z | Compiling new_debug_unreachable v1.0.4 |
1656 | 2024-03-26T06:39:17.758Z | Compiling difflib v0.4.0 |
1657 | 2024-03-26T06:39:17.931Z | Compiling minimal-lexical v0.2.1 |
1658 | 2024-03-26T06:39:18.207Z | Compiling predicates-core v1.0.6 |
1659 | 2024-03-26T06:39:18.356Z | Compiling normalize-line-endings v0.3.0 |
1660 | 2024-03-26T06:39:18.456Z | Compiling whoami v1.5.0 |
1661 | 2024-03-26T06:39:18.481Z | Compiling precomputed-hash v0.1.1 |
1662 | 2024-03-26T06:39:18.592Z | Compiling fixedbitset v0.4.2 |
1663 | 2024-03-26T06:39:18.744Z | Compiling static_assertions v1.1.0 |
1664 | 2024-03-26T06:39:18.845Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1665 | 2024-03-26T06:39:18.917Z | Compiling petgraph v0.6.4 |
1666 | 2024-03-26T06:39:19.007Z | Compiling tokio-postgres v0.7.10 |
1667 | 2024-03-26T06:39:19.704Z | Compiling trust-dns-proto v0.22.0 |
1668 | 2024-03-26T06:39:19.764Z | Compiling string_cache v0.8.7 |
1669 | 2024-03-26T06:39:20.103Z | Compiling predicates v3.1.0 |
1670 | 2024-03-26T06:39:20.136Z | Compiling nom v7.1.3 |
1671 | 2024-03-26T06:39:21.905Z | Compiling elliptic-curve v0.13.8 |
1672 | 2024-03-26T06:39:22.090Z | Compiling diesel v2.1.4 |
1673 | 2024-03-26T06:39:22.465Z | Compiling yasna v0.5.2 |
1674 | 2024-03-26T06:39:22.490Z | Compiling clap v4.5.1 |
1675 | 2024-03-26T06:39:23.011Z | Compiling zip v0.6.6 |
1676 | 2024-03-26T06:39:23.198Z | Compiling crossterm v0.27.0 |
1677 | 2024-03-26T06:39:23.876Z | Compiling similar v2.4.0 |
1678 | 2024-03-26T06:39:23.990Z | Compiling bit-set v0.5.3 |
1679 | 2024-03-26T06:39:24.132Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1680 | 2024-03-26T06:39:24.225Z | Compiling num-iter v0.1.44 |
1681 | 2024-03-26T06:39:24.258Z | Compiling usdt v0.3.5 |
1682 | 2024-03-26T06:39:24.507Z | Compiling itertools v0.10.5 |
1683 | 2024-03-26T06:39:24.584Z | Compiling console v0.15.8 |
1684 | 2024-03-26T06:39:25.480Z | Compiling tokio-stream v0.1.14 |
1685 | 2024-03-26T06:39:25.637Z | Compiling getopts v0.2.21 |
1686 | 2024-03-26T06:39:26.066Z | Compiling bstr v1.9.0 |
1687 | 2024-03-26T06:39:26.434Z | Compiling unsafe-libyaml v0.2.10 |
1688 | 2024-03-26T06:39:27.086Z | Compiling lalrpop-util v0.19.12 |
1689 | 2024-03-26T06:39:27.759Z | Compiling serde_yaml v0.9.25 |
1690 | 2024-03-26T06:39:28.296Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1691 | 2024-03-26T06:39:33.378Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1692 | 2024-03-26T06:39:40.268Z | Compiling camino v1.1.6 |
1693 | 2024-03-26T06:39:41.798Z | Compiling atty v0.2.14 |
1694 | 2024-03-26T06:39:47.822Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1695 | 2024-03-26T06:39:49.991Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1696 | 2024-03-26T06:39:51.996Z | Compiling proc-macro-crate v1.3.1 |
1697 | 2024-03-26T06:39:52.481Z | Compiling sha1 v0.10.6 |
1698 | 2024-03-26T06:40:08.667Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1699 | 2024-03-26T06:40:09.867Z | Compiling ident_case v1.0.1 |
1700 | 2024-03-26T06:40:10.190Z | Compiling strsim v0.10.0 |
1701 | 2024-03-26T06:40:10.482Z | Compiling darling_core v0.20.3 |
1702 | 2024-03-26T06:40:14.567Z | Compiling strum_macros v0.26.1 |
1703 | 2024-03-26T06:40:16.346Z | Compiling match_cfg v0.1.0 |
1704 | 2024-03-26T06:40:17.503Z | Compiling hostname v0.3.1 |
1705 | 2024-03-26T06:40:17.995Z | Compiling strum v0.26.1 |
1706 | 2024-03-26T06:40:20.265Z | Compiling darling_macro v0.20.3 |
1707 | 2024-03-26T06:40:24.447Z | Compiling thread_local v1.1.7 |
1708 | 2024-03-26T06:40:25.148Z | Compiling slog-async v2.8.0 |
1709 | 2024-03-26T06:40:25.881Z | Compiling darling v0.20.3 |
1710 | 2024-03-26T06:40:26.037Z | Compiling crossbeam-channel v0.5.8 |
1711 | 2024-03-26T06:40:26.086Z | Compiling dirs-sys-next v0.1.2 |
1712 | 2024-03-26T06:40:26.725Z | Compiling instant v0.1.12 |
1713 | 2024-03-26T06:40:26.878Z | Compiling take_mut v0.2.2 |
1714 | 2024-03-26T06:40:27.011Z | Compiling parking_lot_core v0.8.6 |
1715 | 2024-03-26T06:40:27.378Z | Compiling dirs-next v2.0.0 |
1716 | 2024-03-26T06:40:27.452Z | Compiling http v1.0.0 |
1717 | 2024-03-26T06:40:27.484Z | Compiling rustls-pki-types v1.3.0 |
1718 | 2024-03-26T06:40:27.608Z | Compiling term v0.7.0 |
1719 | 2024-03-26T06:40:29.008Z | Compiling slog-json v2.6.1 |
1720 | 2024-03-26T06:40:29.266Z | Compiling rustls v0.22.2 |
1721 | 2024-03-26T06:40:29.434Z | Compiling slog-bunyan v2.5.0 |
1722 | 2024-03-26T06:40:29.609Z | Compiling parking_lot v0.11.2 |
1723 | 2024-03-26T06:40:29.638Z | Compiling slog-term v2.9.0 |
1724 | 2024-03-26T06:40:29.690Z | Compiling rustls-webpki v0.102.1 |
1725 | 2024-03-26T06:40:29.909Z | Compiling fxhash v0.2.1 |
1726 | 2024-03-26T06:40:30.103Z | Compiling multer v3.0.0 |
1727 | 2024-03-26T06:40:30.327Z | Compiling half v2.3.1 |
1728 | 2024-03-26T06:40:30.877Z | Compiling paste v1.0.14 |
1729 | 2024-03-26T06:40:35.396Z | Compiling ciborium-io v0.2.2 |
1730 | 2024-03-26T06:40:35.436Z | Compiling ciborium-ll v0.2.2 |
1731 | 2024-03-26T06:40:35.436Z | Compiling sled v0.34.7 |
1732 | 2024-03-26T06:40:35.436Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1733 | 2024-03-26T06:40:35.437Z | Compiling async-stream-impl v0.3.5 |
1734 | 2024-03-26T06:40:35.437Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1735 | 2024-03-26T06:40:35.437Z | Compiling atomic-waker v1.1.1 |
1736 | 2024-03-26T06:40:35.437Z | Compiling debug-ignore v1.0.5 |
1737 | 2024-03-26T06:40:35.437Z | Compiling waitgroup v0.1.2 |
1738 | 2024-03-26T06:40:35.438Z | Compiling ciborium v0.2.2 |
1739 | 2024-03-26T06:40:35.438Z | Compiling async-stream v0.3.5 |
1740 | 2024-03-26T06:40:35.438Z | Compiling rustls-pemfile v2.1.1 |
1741 | 2024-03-26T06:40:35.438Z | Compiling serde_with_macros v3.6.1 |
1742 | 2024-03-26T06:40:35.438Z | Compiling toml v0.8.10 |
1743 | 2024-03-26T06:40:35.438Z | Compiling num_enum_derive v0.7.2 |
1744 | 2024-03-26T06:40:35.439Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1745 | 2024-03-26T06:40:35.439Z | Compiling tokio-rustls v0.25.0 |
1746 | 2024-03-26T06:40:35.486Z | Compiling serde_path_to_error v0.1.16 |
1747 | 2024-03-26T06:40:35.816Z | Compiling structmeta-derive v0.3.0 |
1748 | 2024-03-26T06:40:35.972Z | Compiling serde_with v3.6.1 |
1749 | 2024-03-26T06:40:36.285Z | Compiling num_enum v0.7.2 |
1750 | 2024-03-26T06:40:36.439Z | Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1751 | 2024-03-26T06:40:37.846Z | Compiling structmeta v0.3.0 |
1752 | 2024-03-26T06:40:38.142Z | Compiling parse-display-derive v0.9.0 |
1753 | 2024-03-26T06:40:38.262Z | Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1754 | 2024-03-26T06:40:39.328Z | Compiling newtype-uuid v1.0.1 |
1755 | 2024-03-26T06:40:39.609Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1756 | 2024-03-26T06:40:40.178Z | Compiling proc-macro-error-attr v1.0.4 |
1757 | 2024-03-26T06:40:40.513Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1758 | 2024-03-26T06:40:40.699Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1759 | 2024-03-26T06:40:41.021Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1760 | 2024-03-26T06:40:41.163Z | Compiling parse-display v0.9.0 |
1761 | 2024-03-26T06:40:41.545Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1762 | 2024-03-26T06:40:42.788Z | Compiling backoff v0.4.0 |
1763 | 2024-03-26T06:40:43.082Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1764 | 2024-03-26T06:40:43.225Z | Compiling macaddr v1.0.1 |
1765 | 2024-03-26T06:40:43.724Z | Compiling proc-macro-error v1.0.4 |
1766 | 2024-03-26T06:40:44.838Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1767 | 2024-03-26T06:40:45.769Z | Compiling num_enum_derive v0.5.11 |
1768 | 2024-03-26T06:40:47.759Z | Compiling num_enum v0.5.11 |
1769 | 2024-03-26T06:40:47.953Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1770 | 2024-03-26T06:40:48.252Z | Compiling foreign-types-macros v0.2.3 |
1771 | 2024-03-26T06:40:48.530Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1772 | 2024-03-26T06:40:48.792Z | Compiling heapless v0.8.0 |
1773 | 2024-03-26T06:40:49.239Z | Compiling foreign-types-shared v0.3.1 |
1774 | 2024-03-26T06:40:49.439Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1775 | 2024-03-26T06:40:49.508Z | Compiling foreign-types v0.5.0 |
1776 | 2024-03-26T06:40:49.933Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1777 | 2024-03-26T06:40:50.508Z | Compiling hash32 v0.3.1 |
1778 | 2024-03-26T06:40:50.714Z | Compiling cstr-argument v0.1.2 |
1779 | 2024-03-26T06:40:50.932Z | Compiling smoltcp v0.11.0 |
1780 | 2024-03-26T06:40:51.390Z | Compiling pretty-hex v0.2.1 |
1781 | 2024-03-26T06:40:51.563Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1782 | 2024-03-26T06:40:51.912Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1783 | 2024-03-26T06:40:53.729Z | Compiling tabwriter v1.4.0 |
1784 | 2024-03-26T06:40:54.047Z | Compiling colored v2.1.0 |
1785 | 2024-03-26T06:40:54.379Z | Compiling socket2 v0.4.9 |
1786 | 2024-03-26T06:40:55.124Z | Compiling embedded-io v0.4.0 |
1787 | 2024-03-26T06:40:55.325Z | Compiling fastrand v2.0.1 |
1788 | 2024-03-26T06:40:55.731Z | Compiling cobs v0.2.3 |
1789 | 2024-03-26T06:40:55.781Z | Compiling tempfile v3.10.0 |
1790 | 2024-03-26T06:40:55.918Z | Compiling postcard v1.0.8 |
1791 | 2024-03-26T06:40:56.123Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1792 | 2024-03-26T06:40:56.370Z | Compiling crucible-workspace-hack v0.1.0 |
1793 | 2024-03-26T06:40:56.440Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1794 | 2024-03-26T06:40:56.660Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1795 | 2024-03-26T06:40:56.684Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1796 | 2024-03-26T06:40:56.684Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1797 | 2024-03-26T06:40:57.082Z | Compiling smf v0.2.2 |
1798 | 2024-03-26T06:40:57.289Z | Compiling humantime v2.1.0 |
1799 | 2024-03-26T06:40:57.332Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1800 | 2024-03-26T06:40:57.460Z | Compiling platforms v3.0.2 |
1801 | 2024-03-26T06:40:57.747Z | Compiling camino-tempfile v1.1.1 |
1802 | 2024-03-26T06:40:57.939Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1803 | 2024-03-26T06:40:58.410Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1804 | 2024-03-26T06:40:58.796Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1805 | 2024-03-26T06:40:58.985Z | Compiling heck v0.3.3 |
1806 | 2024-03-26T06:40:59.010Z | Compiling usdt-attr-macro v0.5.0 |
1807 | 2024-03-26T06:40:59.255Z | Compiling usdt-macro v0.5.0 |
1808 | 2024-03-26T06:40:59.287Z | Compiling num-derive v0.4.0 |
1809 | 2024-03-26T06:40:59.535Z | Compiling memmap v0.7.0 |
1810 | 2024-03-26T06:41:00.096Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1811 | 2024-03-26T06:41:00.190Z | Compiling utf-8 v0.7.6 |
1812 | 2024-03-26T06:41:00.310Z | Compiling usdt v0.5.0 |
1813 | 2024-03-26T06:41:00.551Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1814 | 2024-03-26T06:41:00.987Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1815 | 2024-03-26T06:41:01.548Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1816 | 2024-03-26T06:41:01.655Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1817 | 2024-03-26T06:41:02.162Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1818 | 2024-03-26T06:41:02.348Z | Compiling unicase v2.7.0 |
1819 | 2024-03-26T06:41:02.591Z | Compiling semver v0.1.20 |
1820 | 2024-03-26T06:41:02.619Z | Compiling rayon-core v1.12.1 |
1821 | 2024-03-26T06:41:02.785Z | Compiling curve25519-dalek v4.1.1 |
1822 | 2024-03-26T06:41:02.893Z | Compiling rustc_version v0.1.7 |
1823 | 2024-03-26T06:41:03.089Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1824 | 2024-03-26T06:41:03.120Z | Compiling crossbeam-deque v0.8.3 |
1825 | 2024-03-26T06:41:03.247Z | Compiling universal-hash v0.5.1 |
1826 | 2024-03-26T06:41:03.440Z | Compiling opaque-debug v0.3.0 |
1827 | 2024-03-26T06:41:03.535Z | Compiling same-file v1.0.6 |
1828 | 2024-03-26T06:41:03.849Z | Compiling walkdir v2.4.0 |
1829 | 2024-03-26T06:41:03.900Z | Compiling newtype_derive v0.1.6 |
1830 | 2024-03-26T06:41:04.258Z | Compiling tungstenite v0.20.1 |
1831 | 2024-03-26T06:41:04.405Z | Compiling semver-parser v0.10.2 |
1832 | 2024-03-26T06:41:04.434Z | Compiling signature v2.1.0 |
1833 | 2024-03-26T06:41:04.463Z | Compiling curve25519-dalek-derive v0.1.0 |
1834 | 2024-03-26T06:41:04.673Z | Compiling blake3 v1.5.0 |
1835 | 2024-03-26T06:41:04.831Z | Compiling num-rational v0.4.1 |
1836 | 2024-03-26T06:41:04.905Z | Compiling termcolor v1.2.0 |
1837 | 2024-03-26T06:41:05.069Z | Compiling arc-swap v1.6.0 |
1838 | 2024-03-26T06:41:05.107Z | Compiling getrandom v0.1.16 |
1839 | 2024-03-26T06:41:05.507Z | Compiling env_logger v0.9.3 |
1840 | 2024-03-26T06:41:05.736Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1841 | 2024-03-26T06:41:05.819Z | Compiling slog-scope v4.4.0 |
1842 | 2024-03-26T06:41:05.905Z | Compiling tokio-tungstenite v0.20.1 |
1843 | 2024-03-26T06:41:06.682Z | Compiling semver v0.11.0 |
1844 | 2024-03-26T06:41:07.280Z | Compiling rayon v1.9.0 |
1845 | 2024-03-26T06:41:07.876Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1846 | 2024-03-26T06:41:07.988Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1847 | 2024-03-26T06:41:08.365Z | Compiling password-hash v0.5.0 |
1848 | 2024-03-26T06:41:08.539Z | Compiling textwrap v0.11.0 |
1849 | 2024-03-26T06:41:09.294Z | Compiling blake2 v0.10.6 |
1850 | 2024-03-26T06:41:09.396Z | Compiling bitstruct_derive v0.1.0 |
1851 | 2024-03-26T06:41:10.209Z | Compiling xattr v1.0.1 |
1852 | 2024-03-26T06:41:10.265Z | Compiling filetime v0.2.23 |
1853 | 2024-03-26T06:41:10.373Z | Compiling memmap2 v0.7.1 |
1854 | 2024-03-26T06:41:10.482Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1855 | 2024-03-26T06:41:10.559Z | Compiling ansi_term v0.12.1 |
1856 | 2024-03-26T06:41:10.608Z | Compiling ascii v1.1.0 |
1857 | 2024-03-26T06:41:10.730Z | Compiling libefi-sys v0.1.0 |
1858 | 2024-03-26T06:41:10.978Z | Compiling base64 v0.22.0 |
1859 | 2024-03-26T06:41:11.003Z | Compiling constant_time_eq v0.3.0 |
1860 | 2024-03-26T06:41:11.055Z | Compiling vec_map v0.8.2 |
1861 | 2024-03-26T06:41:11.147Z | Compiling strsim v0.8.0 |
1862 | 2024-03-26T06:41:11.219Z | Compiling quick-error v1.2.3 |
1863 | 2024-03-26T06:41:11.259Z | Compiling arrayref v0.3.7 |
1864 | 2024-03-26T06:41:11.327Z | Compiling linked-hash-map v0.5.6 |
1865 | 2024-03-26T06:41:11.366Z | Compiling home v0.5.5 |
1866 | 2024-03-26T06:41:11.391Z | Compiling arrayvec v0.7.4 |
1867 | 2024-03-26T06:41:11.612Z | Compiling toolchain_find v0.2.0 |
1868 | 2024-03-26T06:41:11.664Z | Compiling lru-cache v0.1.2 |
1869 | 2024-03-26T06:41:11.863Z | Compiling resolv-conf v0.7.0 |
1870 | 2024-03-26T06:41:11.887Z | Compiling clap v2.34.0 |
1871 | 2024-03-26T06:41:12.110Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1872 | 2024-03-26T06:41:12.275Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1873 | 2024-03-26T06:41:12.792Z | Compiling tar v0.4.40 |
1874 | 2024-03-26T06:41:12.792Z | Compiling bitstruct v0.1.1 |
1875 | 2024-03-26T06:41:12.792Z | Compiling argon2 v0.5.3 |
1876 | 2024-03-26T06:41:12.834Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1877 | 2024-03-26T06:41:13.729Z | Compiling slog-stdlog v4.1.1 |
1878 | 2024-03-26T06:41:14.101Z | Compiling structopt-derive v0.4.18 |
1879 | 2024-03-26T06:41:14.311Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1880 | 2024-03-26T06:41:14.517Z | Compiling rfc6979 v0.4.0 |
1881 | 2024-03-26T06:41:14.711Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1882 | 2024-03-26T06:41:15.007Z | Compiling erased-serde v0.3.31 |
1883 | 2024-03-26T06:41:15.269Z | Compiling serde_arrays v0.1.0 |
1884 | 2024-03-26T06:41:15.412Z | Compiling toml v0.5.11 |
1885 | 2024-03-26T06:41:15.463Z | Compiling aead v0.5.2 |
1886 | 2024-03-26T06:41:15.739Z | Compiling num-complex v0.4.4 |
1887 | 2024-03-26T06:41:16.205Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1888 | 2024-03-26T06:41:16.336Z | Compiling nibble_vec v0.1.0 |
1889 | 2024-03-26T06:41:16.499Z | Compiling slog-dtrace v0.3.0 |
1890 | 2024-03-26T06:41:16.540Z | Compiling cancel-safe-futures v0.1.5 |
1891 | 2024-03-26T06:41:16.564Z | Compiling keccak v0.1.4 |
1892 | 2024-03-26T06:41:16.750Z | Compiling winapi v0.3.9 |
1893 | 2024-03-26T06:41:16.774Z | Compiling topological-sort v0.2.2 |
1894 | 2024-03-26T06:41:16.828Z | Compiling endian-type v0.1.2 |
1895 | 2024-03-26T06:41:16.977Z | Compiling omicron-zone-package v0.11.0 |
1896 | 2024-03-26T06:41:17.036Z | Compiling radix_trie v0.2.1 |
1897 | 2024-03-26T06:41:17.311Z | Compiling sha3 v0.10.8 |
1898 | 2024-03-26T06:41:17.469Z | Compiling rustfmt-wrapper v0.2.0 |
1899 | 2024-03-26T06:41:17.850Z | Compiling num v0.4.1 |
1900 | 2024-03-26T06:41:17.970Z | Compiling structopt v0.3.26 |
1901 | 2024-03-26T06:41:18.001Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1902 | 2024-03-26T06:41:18.056Z | Compiling ecdsa v0.16.9 |
1903 | 2024-03-26T06:41:18.540Z | Compiling rand_core v0.5.1 |
1904 | 2024-03-26T06:41:18.565Z | Compiling slog-envlogger v2.2.0 |
1905 | 2024-03-26T06:41:18.565Z | Compiling mime_guess v2.0.4 |
1906 | 2024-03-26T06:41:19.037Z | Compiling steno v0.4.0 |
1907 | 2024-03-26T06:41:19.391Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1908 | 2024-03-26T06:41:19.883Z | Compiling trust-dns-resolver v0.22.0 |
1909 | 2024-03-26T06:41:21.911Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1910 | 2024-03-26T06:41:21.944Z | Compiling poly1305 v0.8.0 |
1911 | 2024-03-26T06:41:21.944Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1912 | 2024-03-26T06:41:22.461Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1913 | 2024-03-26T06:41:22.713Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1914 | 2024-03-26T06:41:23.417Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1915 | 2024-03-26T06:41:23.523Z | Compiling primeorder v0.13.6 |
1916 | 2024-03-26T06:41:23.708Z | Compiling chacha20 v0.9.1 |
1917 | 2024-03-26T06:41:24.061Z | Compiling secrecy v0.8.0 |
1918 | 2024-03-26T06:41:24.283Z | Compiling thiserror-impl-no-std v2.0.2 |
1919 | 2024-03-26T06:41:25.240Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1920 | 2024-03-26T06:41:25.382Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1921 | 2024-03-26T06:41:25.619Z | Compiling convert_case v0.4.0 |
1922 | 2024-03-26T06:41:26.273Z | Compiling option-ext v0.2.0 |
1923 | 2024-03-26T06:41:26.376Z | Compiling thiserror-no-std v2.0.2 |
1924 | 2024-03-26T06:41:26.403Z | Compiling dirs-sys v0.4.1 |
1925 | 2024-03-26T06:41:26.499Z | Compiling derive_more v0.99.17 |
1926 | 2024-03-26T06:41:27.369Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1927 | 2024-03-26T06:41:27.957Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1928 | 2024-03-26T06:41:28.731Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1929 | 2024-03-26T06:41:32.289Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1930 | 2024-03-26T06:41:32.412Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1931 | 2024-03-26T06:41:33.463Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1932 | 2024-03-26T06:41:34.698Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1933 | 2024-03-26T06:41:35.084Z | Compiling rand_chacha v0.2.2 |
1934 | 2024-03-26T06:41:37.472Z | Compiling trust-dns-client v0.22.0 |
1935 | 2024-03-26T06:41:37.992Z | Compiling ed25519 v2.2.2 |
1936 | 2024-03-26T06:41:38.016Z | Compiling polyval v0.6.1 |
1937 | 2024-03-26T06:41:38.213Z | Compiling tungstenite v0.21.0 |
1938 | 2024-03-26T06:41:38.385Z | Compiling zone_cfg_derive v0.1.2 |
1939 | 2024-03-26T06:41:38.484Z | Compiling ctr v0.9.2 |
1940 | 2024-03-26T06:41:38.800Z | Compiling blowfish v0.9.1 |
1941 | 2024-03-26T06:41:39.183Z | Compiling aes v0.8.3 |
1942 | 2024-03-26T06:41:39.538Z | Compiling password-hash v0.4.2 |
1943 | 2024-03-26T06:41:41.112Z | Compiling libsw v3.3.1 |
1944 | 2024-03-26T06:41:41.403Z | Compiling pbkdf2 v0.12.2 |
1945 | 2024-03-26T06:41:41.570Z | Compiling derive-where v1.2.7 |
1946 | 2024-03-26T06:41:43.102Z | Compiling gethostname v0.4.3 |
1947 | 2024-03-26T06:41:43.317Z | Compiling linear-map v1.2.0 |
1948 | 2024-03-26T06:41:43.657Z | Compiling base64 v0.13.1 |
1949 | 2024-03-26T06:41:44.019Z | Compiling owo-colors v4.0.0 |
1950 | 2024-03-26T06:41:44.270Z | Compiling swrite v0.1.0 |
1951 | 2024-03-26T06:41:44.390Z | Compiling ron v0.7.1 |
1952 | 2024-03-26T06:41:46.128Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1953 | 2024-03-26T06:41:46.307Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1954 | 2024-03-26T06:41:48.698Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1955 | 2024-03-26T06:41:51.074Z | Compiling trust-dns-server v0.22.1 |
1956 | 2024-03-26T06:41:52.135Z | Compiling bcrypt-pbkdf v0.10.0 |
1957 | 2024-03-26T06:41:52.538Z | Compiling pbkdf2 v0.11.0 |
1958 | 2024-03-26T06:41:52.905Z | Compiling zone v0.1.8 |
1959 | 2024-03-26T06:41:53.417Z | Compiling tokio-tungstenite v0.21.0 |
1960 | 2024-03-26T06:41:53.879Z | Compiling ghash v0.5.0 |
1961 | 2024-03-26T06:41:54.059Z | Compiling ed25519-dalek v2.0.0 |
1962 | 2024-03-26T06:41:55.346Z | Compiling russh-cryptovec v0.7.0 |
1963 | 2024-03-26T06:41:55.643Z | Compiling rand v0.7.3 |
1964 | 2024-03-26T06:41:57.096Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1965 | 2024-03-26T06:41:57.438Z | Compiling dirs v5.0.1 |
1966 | 2024-03-26T06:41:57.612Z | Compiling vsss-rs v3.3.4 |
1967 | 2024-03-26T06:41:57.677Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1968 | 2024-03-26T06:41:58.238Z | Compiling chacha20poly1305 v0.10.1 |
1969 | 2024-03-26T06:41:58.415Z | Compiling p256 v0.13.2 |
1970 | 2024-03-26T06:42:00.192Z | Compiling p521 v0.13.3 |
1971 | 2024-03-26T06:42:07.648Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1972 | 2024-03-26T06:42:07.730Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1973 | 2024-03-26T06:42:07.855Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1974 | 2024-03-26T06:42:07.855Z | Compiling cbc v0.1.2 |
1975 | 2024-03-26T06:42:07.855Z | Compiling pem v3.0.2 |
1976 | 2024-03-26T06:42:07.855Z | Compiling headers-core v0.2.0 |
1977 | 2024-03-26T06:42:07.908Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1978 | 2024-03-26T06:42:07.908Z | Compiling portpicker v0.1.1 |
1979 | 2024-03-26T06:42:08.240Z | Compiling kstat-rs v0.2.3 |
1980 | 2024-03-26T06:42:08.344Z | Compiling nanorand v0.7.0 |
1981 | 2024-03-26T06:42:08.410Z | Compiling glob v0.3.1 |
1982 | 2024-03-26T06:42:09.044Z | Compiling http-range v0.1.5 |
1983 | 2024-03-26T06:42:09.200Z | Compiling md5 v0.7.0 |
1984 | 2024-03-26T06:42:09.517Z | Compiling russh-keys v0.42.0 |
1985 | 2024-03-26T06:42:09.575Z | Compiling hyper-staticfile v0.9.5 |
1986 | 2024-03-26T06:42:10.044Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1987 | 2024-03-26T06:42:11.015Z | Compiling flume v0.11.0 |
1988 | 2024-03-26T06:42:11.042Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1989 | 2024-03-26T06:42:11.630Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1990 | 2024-03-26T06:42:12.296Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1991 | 2024-03-26T06:42:15.587Z | Compiling headers v0.3.9 |
1992 | 2024-03-26T06:42:16.404Z | Compiling rcgen v0.12.1 |
1993 | 2024-03-26T06:42:16.687Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1994 | 2024-03-26T06:42:23.197Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1995 | 2024-03-26T06:42:24.614Z | Compiling aes-gcm v0.10.3 |
1996 | 2024-03-26T06:42:24.884Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1997 | 2024-03-26T06:42:30.615Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1998 | 2024-03-26T06:42:32.302Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1999 | 2024-03-26T06:42:35.535Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2000 | 2024-03-26T06:42:38.274Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2001 | 2024-03-26T06:42:42.266Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2002 | 2024-03-26T06:42:45.765Z | Compiling atomicwrites v0.4.3 |
2003 | 2024-03-26T06:42:46.102Z | Compiling itertools v0.12.1 |
2004 | 2024-03-26T06:42:46.197Z | Compiling subprocess v0.2.9 |
2005 | 2024-03-26T06:42:47.863Z | Compiling hex-literal v0.4.1 |
2006 | 2024-03-26T06:42:48.044Z | Compiling display-error-chain v0.2.0 |
2007 | 2024-03-26T06:42:48.201Z | Compiling dhcproto-macros v0.1.0 |
2008 | 2024-03-26T06:42:48.831Z | Compiling dhcproto v0.11.0 |
2009 | 2024-03-26T06:42:48.895Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2010 | 2024-03-26T06:42:49.465Z | Compiling russh v0.42.0 |
2011 | 2024-03-26T06:42:49.913Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2012 | 2024-03-26T06:42:50.375Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2013 | 2024-03-26T06:42:51.414Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2014 | 2024-03-26T06:42:51.837Z | Compiling internet-checksum v0.2.1 |
2015 | 2024-03-26T06:43:13.666Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2016 | 2024-03-26T06:44:39.127Z | Finished release [optimized] target(s) in 7m 35s |
2017 | 2024-03-26T06:44:39.437Z | + cp target/release/commtest /out/ |
2018 | 2024-03-26T06:44:39.513Z | + cp target/release/dhcp-server /out/ |
2019 | 2024-03-26T06:44:39.592Z | + banner testbed |
2020 | 2024-03-26T06:44:39.617Z | |
2021 | 2024-03-26T06:44:39.617Z | ##### ###### #### ##### ##### ###### ##### |
2022 | 2024-03-26T06:44:39.617Z | # # # # # # # # # |
2023 | 2024-03-26T06:44:39.617Z | # ##### #### # ##### ##### # # |
2024 | 2024-03-26T06:44:39.617Z | # # # # # # # # # |
2025 | 2024-03-26T06:44:39.617Z | # # # # # # # # # # |
2026 | 2024-03-26T06:44:39.617Z | # ###### #### # ##### ###### ##### |
2027 | 2024-03-26T06:44:39.617Z | |
2028 | 2024-03-26T06:44:39.617Z | + cd /work/oxidecomputer |
2029 | 2024-03-26T06:44:39.617Z | + rm -rf testbed |
2030 | 2024-03-26T06:44:39.617Z | + git clone https://github.com/oxidecomputer/testbed |
2031 | 2024-03-26T06:44:39.617Z | Cloning into 'testbed'... |
2032 | 2024-03-26T06:44:40.677Z | + cd testbed/a4x2 |
2033 | 2024-03-26T06:44:40.677Z | + OMICRON=/work/oxidecomputer/omicron |
2034 | 2024-03-26T06:44:40.677Z | + ./config/build-packages.sh |
2035 | 2024-03-26T06:44:40.710Z | + export 'RUSTFLAGS=--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab' |
2036 | 2024-03-26T06:44:40.710Z | + RUSTFLAGS='--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab' |
2037 | 2024-03-26T06:44:40.710Z | +++ dirname ./config/build-packages.sh |
2038 | 2024-03-26T06:44:40.710Z | ++ cd -- ./config |
2039 | 2024-03-26T06:44:40.710Z | ++ pwd -P |
2040 | 2024-03-26T06:44:40.711Z | + HERE=/work/oxidecomputer/testbed/a4x2/config/../ |
2041 | 2024-03-26T06:44:40.711Z | + OMICRON=/work/oxidecomputer/omicron |
2042 | 2024-03-26T06:44:40.711Z | + rm -rf cargo-bay/tools |
2043 | 2024-03-26T06:44:40.711Z | + cp -r /work/oxidecomputer/omicron/tools cargo-bay/ |
2044 | 2024-03-26T06:44:40.711Z | + banner G0 |
2045 | 2024-03-26T06:44:40.711Z | ##### ### |
2046 | 2024-03-26T06:44:40.711Z | # # # # |
2047 | 2024-03-26T06:44:40.711Z | # # # |
2048 | 2024-03-26T06:44:40.711Z | # #### # # |
2049 | 2024-03-26T06:44:40.711Z | # # # # |
2050 | 2024-03-26T06:44:40.711Z | # # # # |
2051 | 2024-03-26T06:44:40.711Z | ##### ### |
2052 | 2024-03-26T06:44:40.711Z | |
2053 | 2024-03-26T06:44:40.711Z | + . config/build-g0.sh |
2054 | 2024-03-26T06:44:40.712Z | ++ [[ '' == \s\t\a\t\i\c ]] |
2055 | 2024-03-26T06:44:40.712Z | ++ [[ '' == true ]] |
2056 | 2024-03-26T06:44:40.712Z | ++ cp config/config-rss.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/ |
2057 | 2024-03-26T06:44:40.712Z | ++ cp config/g0-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
2058 | 2024-03-26T06:44:40.712Z | ++ cp config/mgs-sim-switch0.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml |
2059 | 2024-03-26T06:44:40.712Z | ++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml |
2060 | 2024-03-26T06:44:40.712Z | ++ cd /work/oxidecomputer/omicron |
2061 | 2024-03-26T06:44:40.712Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
2062 | 2024-03-26T06:44:41.445Z | Downloading crates ... |
2063 | 2024-03-26T06:44:41.682Z | Downloaded assert_matches v1.5.0 |
2064 | 2024-03-26T06:44:41.714Z | Downloaded derive_builder_macro v0.12.0 |
2065 | 2024-03-26T06:44:41.714Z | Downloaded doc-comment v0.3.3 |
2066 | 2024-03-26T06:44:41.714Z | Downloaded derive_builder_core v0.12.0 |
2067 | 2024-03-26T06:44:41.714Z | Downloaded snafu-derive v0.7.5 |
2068 | 2024-03-26T06:44:41.714Z | Downloaded darling_core v0.14.4 |
2069 | 2024-03-26T06:44:41.740Z | Downloaded serde-big-array v0.5.1 |
2070 | 2024-03-26T06:44:41.740Z | Downloaded serde-hex v0.1.0 |
2071 | 2024-03-26T06:44:41.740Z | Downloaded unicode_categories v0.1.1 |
2072 | 2024-03-26T06:44:41.741Z | Downloaded x509-cert v0.2.4 |
2073 | 2024-03-26T06:44:41.766Z | Downloaded tabled v0.15.0 |
2074 | 2024-03-26T06:44:41.792Z | Downloaded regex-syntax v0.6.29 |
2075 | 2024-03-26T06:44:41.819Z | Downloaded csv v1.3.0 |
2076 | 2024-03-26T06:44:41.819Z | Downloaded ratatui v0.26.1 |
2077 | 2024-03-26T06:44:41.844Z | Downloaded proptest v1.4.0 |
2078 | 2024-03-26T06:44:41.871Z | Downloaded polar-core v0.27.0 |
2079 | 2024-03-26T06:44:41.871Z | Downloaded object v0.30.4 |
2080 | 2024-03-26T06:44:41.871Z | Downloaded nix v0.27.1 |
2081 | 2024-03-26T06:44:41.896Z | Downloaded lalrpop v0.19.12 |
2082 | 2024-03-26T06:44:41.896Z | Downloaded sqlparser v0.43.1 |
2083 | 2024-03-26T06:44:41.921Z | Downloaded salty v0.2.0 |
2084 | 2024-03-26T06:44:41.922Z | Downloaded reedline v0.30.0 |
2085 | 2024-03-26T06:44:41.922Z | Downloaded quick-xml v0.30.0 |
2086 | 2024-03-26T06:44:41.922Z | Downloaded portable-atomic v1.4.3 |
2087 | 2024-03-26T06:44:41.947Z | Downloaded num-bigint-dig v0.8.4 |
2088 | 2024-03-26T06:44:41.947Z | Downloaded mockall_derive v0.12.0 |
2089 | 2024-03-26T06:44:41.947Z | Downloaded libxml v0.3.3 |
2090 | 2024-03-26T06:44:41.947Z | Downloaded hashbrown v0.13.2 |
2091 | 2024-03-26T06:44:41.947Z | Downloaded bitvec v1.0.1 |
2092 | 2024-03-26T06:44:41.972Z | Downloaded bindgen v0.69.2 |
2093 | 2024-03-26T06:44:41.972Z | Downloaded typed-path v0.7.0 |
2094 | 2024-03-26T06:44:42.000Z | Downloaded tough v0.16.0 |
2095 | 2024-03-26T06:44:42.000Z | Downloaded rsa v0.9.2 |
2096 | 2024-03-26T06:44:42.000Z | Downloaded ron v0.8.1 |
2097 | 2024-03-26T06:44:42.000Z | Downloaded prettyplease v0.2.16 |
2098 | 2024-03-26T06:44:42.034Z | Downloaded pin-project v1.1.3 |
2099 | 2024-03-26T06:44:42.034Z | Downloaded papergrid v0.11.0 |
2100 | 2024-03-26T06:44:42.034Z | Downloaded oso v0.27.0 |
2101 | 2024-03-26T06:44:42.034Z | Downloaded indicatif v0.17.8 |
2102 | 2024-03-26T06:44:42.035Z | Downloaded fatfs v0.3.6 |
2103 | 2024-03-26T06:44:42.067Z | Downloaded test-strategy v0.3.1 |
2104 | 2024-03-26T06:44:42.067Z | Downloaded serde_plain v1.0.2 |
2105 | 2024-03-26T06:44:42.068Z | Downloaded pkcs1 v0.7.5 |
2106 | 2024-03-26T06:44:42.068Z | Downloaded pin-project-internal v1.1.3 |
2107 | 2024-03-26T06:44:42.068Z | Downloaded nu-ansi-term v0.50.0 |
2108 | 2024-03-26T06:44:42.068Z | Downloaded ed25519 v1.5.3 |
2109 | 2024-03-26T06:44:42.068Z | Downloaded vte v0.11.1 |
2110 | 2024-03-26T06:44:42.068Z | Downloaded tui-tree-widget v0.17.0 |
2111 | 2024-03-26T06:44:42.068Z | Downloaded tiny-keccak v2.0.2 |
2112 | 2024-03-26T06:44:42.068Z | Downloaded textwrap v0.16.1 |
2113 | 2024-03-26T06:44:42.068Z | Downloaded smawk v0.3.1 |
2114 | 2024-03-26T06:44:42.068Z | Downloaded smallvec v0.6.14 |
2115 | 2024-03-26T06:44:42.069Z | Downloaded signature v1.6.4 |
2116 | 2024-03-26T06:44:42.069Z | Downloaded shlex v1.3.0 |
2117 | 2024-03-26T06:44:42.069Z | Downloaded shell-words v1.1.0 |
2118 | 2024-03-26T06:44:42.069Z | Downloaded rusty-fork v0.3.0 |
2119 | 2024-03-26T06:44:42.069Z | Downloaded rustc-hash v1.1.0 |
2120 | 2024-03-26T06:44:42.099Z | Downloaded rtoolbox v0.0.1 |
2121 | 2024-03-26T06:44:42.100Z | Downloaded rpassword v7.3.1 |
2122 | 2024-03-26T06:44:42.100Z | Downloaded ref-cast v1.0.20 |
2123 | 2024-03-26T06:44:42.100Z | Downloaded rand_seeder v0.2.3 |
2124 | 2024-03-26T06:44:42.100Z | Downloaded radium v0.7.0 |
2125 | 2024-03-26T06:44:42.100Z | Downloaded path-slash v0.1.5 |
2126 | 2024-03-26T06:44:42.100Z | Downloaded packed_struct_codegen v0.10.1 |
2127 | 2024-03-26T06:44:42.100Z | Downloaded nodrop v0.1.14 |
2128 | 2024-03-26T06:44:42.100Z | Downloaded multimap v0.10.0 |
2129 | 2024-03-26T06:44:42.101Z | Downloaded mockall v0.12.0 |
2130 | 2024-03-26T06:44:42.101Z | Downloaded memoffset v0.7.1 |
2131 | 2024-03-26T06:44:42.101Z | Downloaded maybe-uninit v2.0.0 |
2132 | 2024-03-26T06:44:42.101Z | Downloaded libloading v0.7.4 |
2133 | 2024-03-26T06:44:42.101Z | Downloaded lazycell v1.3.0 |
2134 | 2024-03-26T06:44:42.101Z | Downloaded is-terminal v0.4.9 |
2135 | 2024-03-26T06:44:42.101Z | Downloaded indoc v2.0.3 |
2136 | 2024-03-26T06:44:42.102Z | Downloaded indoc v1.0.9 |
2137 | 2024-03-26T06:44:42.102Z | Downloaded impl-trait-for-tuples v0.2.2 |
2138 | 2024-03-26T06:44:42.102Z | Downloaded funty v2.0.0 |
2139 | 2024-03-26T06:44:42.102Z | Downloaded fs-err v2.11.0 |
2140 | 2024-03-26T06:44:42.102Z | Downloaded fd-lock v4.0.2 |
2141 | 2024-03-26T06:44:42.102Z | Downloaded fd-lock v3.0.13 |
2142 | 2024-03-26T06:44:42.142Z | Downloaded env_logger v0.10.0 |
2143 | 2024-03-26T06:44:42.142Z | Downloaded serde-big-array v0.4.1 |
2144 | 2024-03-26T06:44:42.142Z | Downloaded wyz v0.5.1 |
2145 | 2024-03-26T06:44:42.142Z | Downloaded which v4.4.0 |
2146 | 2024-03-26T06:44:42.142Z | Downloaded wait-timeout v0.2.0 |
2147 | 2024-03-26T06:44:42.143Z | Downloaded vte_generate_state_changes v0.1.1 |
2148 | 2024-03-26T06:44:42.143Z | Downloaded unicode-linebreak v0.1.5 |
2149 | 2024-03-26T06:44:42.143Z | Downloaded unarray v0.1.4 |
2150 | 2024-03-26T06:44:42.143Z | Downloaded termtree v0.4.1 |
2151 | 2024-03-26T06:44:42.143Z | Downloaded termios v0.3.3 |
2152 | 2024-03-26T06:44:42.144Z | Downloaded tap v1.0.1 |
2153 | 2024-03-26T06:44:42.144Z | Downloaded tabled_derive v0.7.0 |
2154 | 2024-03-26T06:44:42.144Z | Downloaded supports-color v3.0.0 |
2155 | 2024-03-26T06:44:42.144Z | Downloaded strum_macros v0.24.3 |
2156 | 2024-03-26T06:44:42.144Z | Downloaded strum v0.25.0 |
2157 | 2024-03-26T06:44:42.144Z | Downloaded structmeta-derive v0.2.0 |
2158 | 2024-03-26T06:44:42.144Z | Downloaded structmeta v0.2.0 |
2159 | 2024-03-26T06:44:42.144Z | Downloaded strip-ansi-escapes v0.2.0 |
2160 | 2024-03-26T06:44:42.144Z | Downloaded stability v0.1.1 |
2161 | 2024-03-26T06:44:42.144Z | Downloaded sqlparser_derive v0.2.2 |
2162 | 2024-03-26T06:44:42.144Z | Downloaded sqlformat v0.2.3 |
2163 | 2024-03-26T06:44:42.145Z | Downloaded snafu v0.7.5 |
2164 | 2024-03-26T06:44:42.177Z | Downloaded signal-hook-tokio v0.3.1 |
2165 | 2024-03-26T06:44:42.177Z | Downloaded rustyline v13.0.0 |
2166 | 2024-03-26T06:44:42.177Z | Downloaded ref-cast-impl v1.0.20 |
2167 | 2024-03-26T06:44:42.177Z | Downloaded rand_xorshift v0.3.0 |
2168 | 2024-03-26T06:44:42.177Z | Downloaded predicates-tree v1.0.9 |
2169 | 2024-03-26T06:44:42.177Z | Downloaded peeking_take_while v0.1.2 |
2170 | 2024-03-26T06:44:42.178Z | Downloaded parse-size v1.0.0 |
2171 | 2024-03-26T06:44:42.178Z | Downloaded packed_struct v0.10.1 |
2172 | 2024-03-26T06:44:42.178Z | Downloaded oso-derive v0.27.0 |
2173 | 2024-03-26T06:44:42.178Z | Downloaded olpc-cjson v0.1.3 |
2174 | 2024-03-26T06:44:42.178Z | Downloaded number_prefix v0.4.0 |
2175 | 2024-03-26T06:44:42.178Z | Downloaded maplit v1.0.2 |
2176 | 2024-03-26T06:44:42.178Z | Downloaded lru v0.12.1 |
2177 | 2024-03-26T06:44:42.178Z | Downloaded is_ci v1.2.0 |
2178 | 2024-03-26T06:44:42.179Z | Downloaded highway v1.1.0 |
2179 | 2024-03-26T06:44:42.179Z | Downloaded globset v0.4.13 |
2180 | 2024-03-26T06:44:42.179Z | Downloaded fragile v2.0.0 |
2181 | 2024-03-26T06:44:42.179Z | Downloaded ena v0.14.2 |
2182 | 2024-03-26T06:44:42.179Z | Downloaded downcast v0.11.0 |
2183 | 2024-03-26T06:44:42.179Z | Downloaded compact_str v0.7.1 |
2184 | 2024-03-26T06:44:42.179Z | Downloaded crc-any v2.4.3 |
2185 | 2024-03-26T06:44:42.180Z | Downloaded diff v0.1.13 |
2186 | 2024-03-26T06:44:42.180Z | Downloaded derive_builder v0.12.0 |
2187 | 2024-03-26T06:44:42.208Z | Downloaded csv-core v0.1.11 |
2188 | 2024-03-26T06:44:42.208Z | Downloaded crunchy v0.2.2 |
2189 | 2024-03-26T06:44:42.209Z | Downloaded cookie v0.18.0 |
2190 | 2024-03-26T06:44:42.209Z | Downloaded clang-sys v1.6.1 |
2191 | 2024-03-26T06:44:42.209Z | Downloaded darling_macro v0.14.4 |
2192 | 2024-03-26T06:44:42.209Z | Downloaded darling v0.14.4 |
2193 | 2024-03-26T06:44:42.209Z | Downloaded crc-catalog v2.2.0 |
2194 | 2024-03-26T06:44:42.209Z | Downloaded crc v3.0.1 |
2195 | 2024-03-26T06:44:42.209Z | Downloaded corncobs v0.1.3 |
2196 | 2024-03-26T06:44:42.209Z | Downloaded cexpr v0.6.0 |
2197 | 2024-03-26T06:44:42.209Z | Downloaded castaway v0.2.2 |
2198 | 2024-03-26T06:44:42.209Z | Downloaded cassowary v0.3.0 |
2199 | 2024-03-26T06:44:42.209Z | Downloaded bytecount v0.6.3 |
2200 | 2024-03-26T06:44:42.209Z | Downloaded buf-list v1.0.3 |
2201 | 2024-03-26T06:44:42.209Z | Downloaded bitfield v0.14.0 |
2202 | 2024-03-26T06:44:42.209Z | Downloaded bcs v0.1.6 |
2203 | 2024-03-26T06:44:42.210Z | Downloaded bb8 v0.8.3 |
2204 | 2024-03-26T06:44:42.210Z | Downloaded async-recursion v1.0.5 |
2205 | 2024-03-26T06:44:42.239Z | Downloaded ascii-canvas v3.0.0 |
2206 | 2024-03-26T06:44:42.239Z | Downloaded array-init v0.0.4 |
2207 | 2024-03-26T06:44:42.434Z | Compiling proc-macro2 v1.0.78 |
2208 | 2024-03-26T06:44:42.434Z | Compiling unicode-ident v1.0.12 |
2209 | 2024-03-26T06:44:42.479Z | Compiling libc v0.2.153 |
2210 | 2024-03-26T06:44:42.479Z | Compiling serde v1.0.197 |
2211 | 2024-03-26T06:44:42.479Z | Compiling version_check v0.9.4 |
2212 | 2024-03-26T06:44:42.480Z | Compiling autocfg v1.1.0 |
2213 | 2024-03-26T06:44:42.480Z | Compiling cfg-if v1.0.0 |
2214 | 2024-03-26T06:44:42.541Z | Compiling syn v1.0.109 |
2215 | 2024-03-26T06:44:42.607Z | Compiling once_cell v1.19.0 |
2216 | 2024-03-26T06:44:42.642Z | Compiling byteorder v1.5.0 |
2217 | 2024-03-26T06:44:42.970Z | Compiling serde_json v1.0.114 |
2218 | 2024-03-26T06:44:43.436Z | Compiling ahash v0.8.8 |
2219 | 2024-03-26T06:44:43.436Z | Compiling libm v0.2.7 |
2220 | 2024-03-26T06:44:43.436Z | Compiling memchr v2.7.1 |
2221 | 2024-03-26T06:44:43.437Z | Compiling lock_api v0.4.10 |
2222 | 2024-03-26T06:44:43.437Z | Compiling num-traits v0.2.18 |
2223 | 2024-03-26T06:44:43.437Z | Compiling parking_lot_core v0.9.8 |
2224 | 2024-03-26T06:44:43.437Z | Compiling thiserror v1.0.57 |
2225 | 2024-03-26T06:44:43.654Z | Compiling quote v1.0.35 |
2226 | 2024-03-26T06:44:43.717Z | Compiling itoa v1.0.9 |
2227 | 2024-03-26T06:44:43.766Z | Compiling typenum v1.16.0 |
2228 | 2024-03-26T06:44:44.028Z | Compiling syn v2.0.52 |
2229 | 2024-03-26T06:44:44.170Z | Compiling cc v1.0.83 |
2230 | 2024-03-26T06:44:44.195Z | Compiling getrandom v0.2.12 |
2231 | 2024-03-26T06:44:44.479Z | Compiling scopeguard v1.2.0 |
2232 | 2024-03-26T06:44:44.504Z | Compiling generic-array v0.14.7 |
2233 | 2024-03-26T06:44:44.620Z | Compiling log v0.4.21 |
2234 | 2024-03-26T06:44:44.990Z | Compiling allocator-api2 v0.2.16 |
2235 | 2024-03-26T06:44:45.032Z | Compiling pkg-config v0.3.27 |
2236 | 2024-03-26T06:44:45.151Z | Compiling slab v0.4.9 |
2237 | 2024-03-26T06:44:45.443Z | Compiling smallvec v1.13.1 |
2238 | 2024-03-26T06:44:45.503Z | Compiling ryu v1.0.15 |
2239 | 2024-03-26T06:44:45.743Z | Compiling schemars v0.8.16 |
2240 | 2024-03-26T06:44:45.936Z | Compiling equivalent v1.0.1 |
2241 | 2024-03-26T06:44:46.018Z | Compiling heck v0.4.1 |
2242 | 2024-03-26T06:44:46.329Z | Compiling ring v0.17.8 |
2243 | 2024-03-26T06:44:46.354Z | Compiling pin-project-lite v0.2.13 |
2244 | 2024-03-26T06:44:46.608Z | Compiling vcpkg v0.2.15 |
2245 | 2024-03-26T06:44:46.738Z | Compiling parking_lot v0.12.1 |
2246 | 2024-03-26T06:44:47.984Z | Compiling openssl-sys v0.9.96 |
2247 | 2024-03-26T06:44:48.049Z | Compiling signal-hook-registry v1.4.1 |
2248 | 2024-03-26T06:44:48.212Z | Compiling mio v0.8.11 |
2249 | 2024-03-26T06:44:48.668Z | Compiling time-core v0.1.2 |
2250 | 2024-03-26T06:44:48.701Z | Compiling num-conv v0.1.0 |
2251 | 2024-03-26T06:44:48.813Z | Compiling fnv v1.0.7 |
2252 | 2024-03-26T06:44:48.838Z | Compiling rand_core v0.6.4 |
2253 | 2024-03-26T06:44:48.954Z | Compiling time-macros v0.2.17 |
2254 | 2024-03-26T06:44:48.981Z | Compiling crossbeam-utils v0.8.19 |
2255 | 2024-03-26T06:44:49.327Z | Compiling ring v0.16.20 |
2256 | 2024-03-26T06:44:49.556Z | Compiling num_cpus v1.16.0 |
2257 | 2024-03-26T06:44:49.582Z | Compiling socket2 v0.5.5 |
2258 | 2024-03-26T06:44:49.741Z | Compiling httparse v1.8.0 |
2259 | 2024-03-26T06:44:49.841Z | Compiling iana-time-zone v0.1.57 |
2260 | 2024-03-26T06:44:50.036Z | Compiling serde_derive_internals v0.26.0 |
2261 | 2024-03-26T06:44:50.783Z | Compiling futures-core v0.3.30 |
2262 | 2024-03-26T06:44:51.009Z | Compiling rustix v0.38.31 |
2263 | 2024-03-26T06:44:51.075Z | Compiling ucd-trie v0.1.6 |
2264 | 2024-03-26T06:44:51.254Z | Compiling openssl v0.10.60 |
2265 | 2024-03-26T06:44:51.715Z | Compiling spin v0.5.2 |
2266 | 2024-03-26T06:44:51.745Z | Compiling semver v1.0.22 |
2267 | 2024-03-26T06:44:51.843Z | Compiling backtrace v0.3.69 |
2268 | 2024-03-26T06:44:51.959Z | Compiling winnow v0.5.15 |
2269 | 2024-03-26T06:44:52.006Z | Compiling rustls v0.21.9 |
2270 | 2024-03-26T06:44:52.073Z | Compiling native-tls v0.2.11 |
2271 | 2024-03-26T06:44:52.242Z | Compiling slog v2.7.0 |
2272 | 2024-03-26T06:44:52.356Z | Compiling tinyvec_macros v0.1.1 |
2273 | 2024-03-26T06:44:52.418Z | Compiling tinyvec v1.6.0 |
2274 | 2024-03-26T06:44:52.444Z | Compiling spin v0.9.8 |
2275 | 2024-03-26T06:44:52.608Z | Compiling unicode-xid v0.2.4 |
2276 | 2024-03-26T06:44:52.757Z | Compiling futures-sink v0.3.30 |
2277 | 2024-03-26T06:44:53.195Z | Compiling uuid v0.8.2 |
2278 | 2024-03-26T06:44:53.222Z | Compiling subtle v2.5.0 |
2279 | 2024-03-26T06:44:53.222Z | Compiling const-oid v0.9.6 |
2280 | 2024-03-26T06:44:53.223Z | Compiling dyn-clone v1.0.17 |
2281 | 2024-03-26T06:44:53.223Z | Compiling crc32fast v1.3.2 |
2282 | 2024-03-26T06:44:53.386Z | Compiling synstructure v0.12.6 |
2283 | 2024-03-26T06:44:53.610Z | Compiling unicode-normalization v0.1.22 |
2284 | 2024-03-26T06:44:54.469Z | Compiling serde_derive v1.0.197 |
2285 | 2024-03-26T06:44:54.500Z | Compiling zerocopy-derive v0.7.32 |
2286 | 2024-03-26T06:44:54.557Z | Compiling thiserror-impl v1.0.57 |
2287 | 2024-03-26T06:44:54.582Z | Compiling zeroize_derive v1.4.2 |
2288 | 2024-03-26T06:44:54.734Z | Compiling tokio-macros v2.2.0 |
2289 | 2024-03-26T06:44:54.892Z | Compiling schemars_derive v0.8.16 |
2290 | 2024-03-26T06:44:54.971Z | Compiling futures-macro v0.3.30 |
2291 | 2024-03-26T06:44:55.751Z | Compiling tracing-attributes v0.1.27 |
2292 | 2024-03-26T06:44:55.962Z | Compiling zeroize v1.7.0 |
2293 | 2024-03-26T06:44:56.158Z | Compiling zerocopy v0.7.32 |
2294 | 2024-03-26T06:44:56.878Z | Compiling pest v2.7.6 |
2295 | 2024-03-26T06:44:57.328Z | Compiling openssl-macros v0.1.1 |
2296 | 2024-03-26T06:44:57.898Z | Compiling hashbrown v0.14.3 |
2297 | 2024-03-26T06:44:57.975Z | Compiling cookie v0.17.0 |
2298 | 2024-03-26T06:44:58.245Z | Compiling unicode-bidi v0.3.15 |
2299 | 2024-03-26T06:44:58.651Z | Compiling pest_meta v2.7.6 |
2300 | 2024-03-26T06:44:59.166Z | Compiling anyhow v1.0.79 |
2301 | 2024-03-26T06:44:59.252Z | Compiling zerocopy-derive v0.2.0 |
2302 | 2024-03-26T06:44:59.528Z | Compiling futures-channel v0.3.30 |
2303 | 2024-03-26T06:44:59.643Z | Compiling pest_generator v2.7.6 |
2304 | 2024-03-26T06:44:59.787Z | Compiling tracing-core v0.1.32 |
2305 | 2024-03-26T06:44:59.943Z | Compiling futures-io v0.3.30 |
2306 | 2024-03-26T06:45:00.561Z | Compiling pin-utils v0.1.0 |
2307 | 2024-03-26T06:45:00.652Z | Compiling futures-task v0.3.30 |
2308 | 2024-03-26T06:45:00.866Z | Compiling futures-util v0.3.30 |
2309 | 2024-03-26T06:45:00.913Z | Compiling tracing v0.1.40 |
2310 | 2024-03-26T06:45:01.605Z | Compiling crypto-common v0.1.6 |
2311 | 2024-03-26T06:45:01.697Z | Compiling der_derive v0.7.2 |
2312 | 2024-03-26T06:45:01.821Z | Compiling aho-corasick v1.1.2 |
2313 | 2024-03-26T06:45:02.003Z | Compiling pest_derive v2.7.6 |
2314 | 2024-03-26T06:45:02.569Z | Compiling powerfmt v0.2.0 |
2315 | 2024-03-26T06:45:03.219Z | Compiling regex-syntax v0.8.2 |
2316 | 2024-03-26T06:45:03.498Z | Compiling deranged v0.3.11 |
2317 | 2024-03-26T06:45:04.992Z | Compiling bytes v1.5.0 |
2318 | 2024-03-26T06:45:05.332Z | Compiling indexmap v2.2.5 |
2319 | 2024-03-26T06:45:05.971Z | Compiling tokio v1.36.0 |
2320 | 2024-03-26T06:45:06.431Z | Compiling chrono v0.4.34 |
2321 | 2024-03-26T06:45:06.482Z | Compiling uuid v1.7.0 |
2322 | 2024-03-26T06:45:06.692Z | Compiling bitflags v2.4.2 |
2323 | 2024-03-26T06:45:07.172Z | Compiling serde_spanned v0.6.5 |
2324 | 2024-03-26T06:45:07.471Z | Compiling toml_datetime v0.6.5 |
2325 | 2024-03-26T06:45:07.869Z | Compiling toml_edit v0.19.15 |
2326 | 2024-03-26T06:45:09.197Z | Compiling http v0.2.12 |
2327 | 2024-03-26T06:45:11.038Z | Compiling regex-automata v0.4.5 |
2328 | 2024-03-26T06:45:11.416Z | Compiling rustc_version v0.4.0 |
2329 | 2024-03-26T06:45:11.938Z | Compiling block-buffer v0.10.4 |
2330 | 2024-03-26T06:45:12.471Z | Compiling usdt-impl v0.3.5 |
2331 | 2024-03-26T06:45:13.258Z | Compiling rustversion v1.0.14 |
2332 | 2024-03-26T06:45:13.322Z | Compiling num_threads v0.1.6 |
2333 | 2024-03-26T06:45:13.423Z | Compiling untrusted v0.9.0 |
2334 | 2024-03-26T06:45:13.606Z | Compiling unicode-width v0.1.11 |
2335 | 2024-03-26T06:45:13.788Z | Compiling time v0.3.34 |
2336 | 2024-03-26T06:45:13.845Z | Compiling digest v0.10.7 |
2337 | 2024-03-26T06:45:14.198Z | Compiling heapless v0.7.16 |
2338 | 2024-03-26T06:45:14.229Z | Compiling scroll_derive v0.12.0 |
2339 | 2024-03-26T06:45:14.604Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2340 | 2024-03-26T06:45:15.058Z | Compiling async-trait v0.1.77 |
2341 | 2024-03-26T06:45:15.471Z | Compiling signal-hook v0.3.17 |
2342 | 2024-03-26T06:45:15.503Z | Compiling percent-encoding v2.3.1 |
2343 | 2024-03-26T06:45:15.699Z | Compiling ppv-lite86 v0.2.17 |
2344 | 2024-03-26T06:45:15.783Z | Compiling adler v1.0.2 |
2345 | 2024-03-26T06:45:16.302Z | Compiling rand_chacha v0.3.1 |
2346 | 2024-03-26T06:45:16.456Z | Compiling miniz_oxide v0.7.1 |
2347 | 2024-03-26T06:45:17.089Z | Compiling regex v1.10.3 |
2348 | 2024-03-26T06:45:18.725Z | Compiling zerocopy v0.3.0 |
2349 | 2024-03-26T06:45:19.226Z | Compiling thread-id v4.2.0 |
2350 | 2024-03-26T06:45:19.333Z | Compiling dof v0.1.5 |
2351 | 2024-03-26T06:45:20.306Z | Compiling rand v0.8.5 |
2352 | 2024-03-26T06:45:20.996Z | Compiling tokio-util v0.7.10 |
2353 | 2024-03-26T06:45:21.573Z | Compiling dtrace-parser v0.1.14 |
2354 | 2024-03-26T06:45:21.805Z | Compiling clap_derive v4.5.0 |
2355 | 2024-03-26T06:45:22.038Z | Compiling errno v0.3.8 |
2356 | 2024-03-26T06:45:22.166Z | Compiling num-bigint v0.4.4 |
2357 | 2024-03-26T06:45:22.214Z | Compiling gimli v0.28.0 |
2358 | 2024-03-26T06:45:22.384Z | Compiling untrusted v0.7.1 |
2359 | 2024-03-26T06:45:22.520Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2360 | 2024-03-26T06:45:22.545Z | Compiling base64ct v1.6.0 |
2361 | 2024-03-26T06:45:23.020Z | Compiling foreign-types-shared v0.1.1 |
2362 | 2024-03-26T06:45:23.045Z | Compiling base64 v0.21.7 |
2363 | 2024-03-26T06:45:23.129Z | Compiling smoltcp v0.9.1 |
2364 | 2024-03-26T06:45:23.371Z | Compiling foreign-types v0.3.2 |
2365 | 2024-03-26T06:45:23.609Z | Compiling pem-rfc7468 v0.7.0 |
2366 | 2024-03-26T06:45:25.620Z | Compiling form_urlencoded v1.2.1 |
2367 | 2024-03-26T06:45:26.080Z | Compiling addr2line v0.21.0 |
2368 | 2024-03-26T06:45:26.256Z | Compiling hmac v0.12.1 |
2369 | 2024-03-26T06:45:26.342Z | Compiling serde_tokenstream v0.1.7 |
2370 | 2024-03-26T06:45:26.448Z | Compiling crossbeam-epoch v0.9.18 |
2371 | 2024-03-26T06:45:26.631Z | Compiling lazy_static v1.4.0 |
2372 | 2024-03-26T06:45:26.779Z | Compiling object v0.32.1 |
2373 | 2024-03-26T06:45:26.934Z | Compiling rustc-demangle v0.1.23 |
2374 | 2024-03-26T06:45:27.172Z | Compiling siphasher v0.3.11 |
2375 | 2024-03-26T06:45:27.203Z | Compiling flagset v0.4.3 |
2376 | 2024-03-26T06:45:27.505Z | Compiling unicode-segmentation v1.10.1 |
2377 | 2024-03-26T06:45:27.531Z | Compiling try-lock v0.2.4 |
2378 | 2024-03-26T06:45:27.634Z | Compiling bitflags v1.3.2 |
2379 | 2024-03-26T06:45:27.728Z | Compiling want v0.3.1 |
2380 | 2024-03-26T06:45:28.000Z | Compiling der v0.7.8 |
2381 | 2024-03-26T06:45:28.663Z | Compiling sct v0.7.0 |
2382 | 2024-03-26T06:45:28.688Z | Compiling rustls-webpki v0.101.7 |
2383 | 2024-03-26T06:45:28.901Z | Compiling h2 v0.3.24 |
2384 | 2024-03-26T06:45:30.053Z | Compiling http-body v0.4.5 |
2385 | 2024-03-26T06:45:30.835Z | Compiling proc-macro-crate v1.3.1 |
2386 | 2024-03-26T06:45:31.494Z | Compiling openapiv3 v2.0.0 |
2387 | 2024-03-26T06:45:31.800Z | Compiling idna v0.5.0 |
2388 | 2024-03-26T06:45:32.823Z | Compiling hubpack_derive v0.1.1 |
2389 | 2024-03-26T06:45:32.878Z | Compiling zerocopy-derive v0.6.4 |
2390 | 2024-03-26T06:45:33.709Z | Compiling usdt-impl v0.5.0 |
2391 | 2024-03-26T06:45:33.968Z | Compiling stable_deref_trait v1.2.0 |
2392 | 2024-03-26T06:45:33.994Z | Compiling openssl-probe v0.1.5 |
2393 | 2024-03-26T06:45:34.069Z | Compiling httpdate v1.0.3 |
2394 | 2024-03-26T06:45:34.409Z | Compiling cpufeatures v0.2.12 |
2395 | 2024-03-26T06:45:34.434Z | Compiling anstyle v1.0.6 |
2396 | 2024-03-26T06:45:34.504Z | Compiling tower-service v0.3.2 |
2397 | 2024-03-26T06:45:34.744Z | Compiling utf8parse v0.2.1 |
2398 | 2024-03-26T06:45:34.786Z | Compiling hyper v0.14.28 |
2399 | 2024-03-26T06:45:34.881Z | Compiling anstyle-parse v0.2.1 |
2400 | 2024-03-26T06:45:34.975Z | Compiling sha2 v0.10.8 |
2401 | 2024-03-26T06:45:36.442Z | Compiling url v2.5.0 |
2402 | 2024-03-26T06:45:37.748Z | Compiling spki v0.7.2 |
2403 | 2024-03-26T06:45:38.058Z | Compiling usdt-macro v0.3.5 |
2404 | 2024-03-26T06:45:38.253Z | Compiling usdt-attr-macro v0.3.5 |
2405 | 2024-03-26T06:45:39.259Z | Compiling scroll v0.12.0 |
2406 | 2024-03-26T06:45:40.319Z | Compiling md-5 v0.10.5 |
2407 | 2024-03-26T06:45:40.348Z | Compiling serde_tokenstream v0.2.0 |
2408 | 2024-03-26T06:45:40.802Z | Compiling stringprep v0.1.3 |
2409 | 2024-03-26T06:45:41.453Z | Compiling idna v0.3.0 |
2410 | 2024-03-26T06:45:42.418Z | Compiling diesel_table_macro_syntax v0.1.0 |
2411 | 2024-03-26T06:45:42.463Z | Compiling num-integer v0.1.46 |
2412 | 2024-03-26T06:45:42.714Z | Compiling hash32 v0.2.1 |
2413 | 2024-03-26T06:45:43.014Z | Compiling plain v0.2.3 |
2414 | 2024-03-26T06:45:43.659Z | Compiling fallible-iterator v0.2.0 |
2415 | 2024-03-26T06:45:43.687Z | Compiling anstyle-query v1.0.0 |
2416 | 2024-03-26T06:45:43.813Z | Compiling colorchoice v1.0.0 |
2417 | 2024-03-26T06:45:43.956Z | Compiling psl-types v2.0.11 |
2418 | 2024-03-26T06:45:44.117Z | Compiling publicsuffix v2.2.3 |
2419 | 2024-03-26T06:45:44.229Z | Compiling postgres-protocol v0.6.6 |
2420 | 2024-03-26T06:45:44.337Z | Compiling anstream v0.6.11 |
2421 | 2024-03-26T06:45:45.762Z | Compiling goblin v0.8.0 |
2422 | 2024-03-26T06:45:46.140Z | Compiling diesel_derives v2.1.2 |
2423 | 2024-03-26T06:45:51.219Z | Compiling tokio-rustls v0.24.1 |
2424 | 2024-03-26T06:45:51.799Z | Compiling pkcs8 v0.10.2 |
2425 | 2024-03-26T06:45:52.218Z | Compiling terminal_size v0.3.0 |
2426 | 2024-03-26T06:45:52.825Z | Compiling tokio-native-tls v0.3.1 |
2427 | 2024-03-26T06:45:53.061Z | Compiling phf_shared v0.11.2 |
2428 | 2024-03-26T06:45:53.353Z | Compiling strum_macros v0.25.2 |
2429 | 2024-03-26T06:45:53.801Z | Compiling regress v0.9.0 |
2430 | 2024-03-26T06:45:54.539Z | Compiling block-padding v0.3.3 |
2431 | 2024-03-26T06:45:54.728Z | Compiling enum-as-inner v0.5.1 |
2432 | 2024-03-26T06:45:55.494Z | Compiling serde_repr v0.1.16 |
2433 | 2024-03-26T06:45:56.092Z | Compiling ff v0.13.0 |
2434 | 2024-03-26T06:45:56.164Z | Compiling scheduled-thread-pool v0.2.7 |
2435 | 2024-03-26T06:45:56.310Z | Compiling encoding_rs v0.8.33 |
2436 | 2024-03-26T06:45:56.341Z | Compiling ipnet v2.9.0 |
2437 | 2024-03-26T06:45:56.477Z | Compiling managed v0.8.0 |
2438 | 2024-03-26T06:45:56.579Z | Compiling strsim v0.11.0 |
2439 | 2024-03-26T06:45:56.903Z | Compiling ident_case v1.0.1 |
2440 | 2024-03-26T06:45:57.052Z | Compiling mime v0.3.17 |
2441 | 2024-03-26T06:45:57.210Z | Compiling pretty-hex v0.4.1 |
2442 | 2024-03-26T06:45:57.418Z | Compiling matches v0.1.10 |
2443 | 2024-03-26T06:45:57.587Z | Compiling base16ct v0.2.0 |
2444 | 2024-03-26T06:45:58.115Z | Compiling clap_lex v0.7.0 |
2445 | 2024-03-26T06:45:58.228Z | Compiling bit-vec v0.6.3 |
2446 | 2024-03-26T06:45:58.315Z | Compiling strsim v0.10.0 |
2447 | 2024-03-26T06:45:58.457Z | Compiling regex-automata v0.1.10 |
2448 | 2024-03-26T06:45:58.502Z | Compiling clap_builder v4.5.1 |
2449 | 2024-03-26T06:45:58.585Z | Compiling darling_core v0.20.3 |
2450 | 2024-03-26T06:45:58.860Z | Compiling bstr v0.2.17 |
2451 | 2024-03-26T06:46:00.521Z | Compiling sec1 v0.7.3 |
2452 | 2024-03-26T06:46:01.501Z | Compiling idna v0.2.3 |
2453 | 2024-03-26T06:46:02.587Z | Compiling dof v0.3.0 |
2454 | 2024-03-26T06:46:02.882Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2455 | 2024-03-26T06:46:03.369Z | Compiling r2d2 v0.8.10 |
2456 | 2024-03-26T06:46:03.727Z | Compiling group v0.13.0 |
2457 | 2024-03-26T06:46:03.979Z | Compiling inout v0.1.3 |
2458 | 2024-03-26T06:46:04.586Z | Compiling phf v0.11.2 |
2459 | 2024-03-26T06:46:04.824Z | Compiling hyper-tls v0.5.0 |
2460 | 2024-03-26T06:46:05.056Z | Compiling signal-hook-mio v0.2.3 |
2461 | 2024-03-26T06:46:05.112Z | Compiling hyper-rustls v0.24.2 |
2462 | 2024-03-26T06:46:05.194Z | Compiling bzip2 v0.4.4 |
2463 | 2024-03-26T06:46:05.448Z | Compiling cookie_store v0.20.0 |
2464 | 2024-03-26T06:46:05.499Z | Compiling flate2 v1.0.28 |
2465 | 2024-03-26T06:46:05.778Z | Compiling postgres-types v0.2.6 |
2466 | 2024-03-26T06:46:06.204Z | Compiling zerocopy v0.6.4 |
2467 | 2024-03-26T06:46:06.532Z | Compiling hubpack v0.1.2 |
2468 | 2024-03-26T06:46:06.559Z | Compiling phf_shared v0.10.0 |
2469 | 2024-03-26T06:46:06.809Z | Compiling rustls-pemfile v1.0.3 |
2470 | 2024-03-26T06:46:06.878Z | Compiling hkdf v0.12.4 |
2471 | 2024-03-26T06:46:06.903Z | Compiling serde_urlencoded v0.7.1 |
2472 | 2024-03-26T06:46:07.112Z | Compiling ipnetwork v0.20.0 |
2473 | 2024-03-26T06:46:07.112Z | Compiling futures-executor v0.3.30 |
2474 | 2024-03-26T06:46:07.528Z | Compiling dtrace-parser v0.2.0 |
2475 | 2024-03-26T06:46:07.769Z | Compiling crypto-bigint v0.5.2 |
2476 | 2024-03-26T06:46:07.837Z | Compiling float-cmp v0.9.0 |
2477 | 2024-03-26T06:46:08.427Z | Compiling precomputed-hash v0.1.1 |
2478 | 2024-03-26T06:46:08.867Z | Compiling minimal-lexical v0.2.1 |
2479 | 2024-03-26T06:46:09.266Z | Compiling fixedbitset v0.4.2 |
2480 | 2024-03-26T06:46:09.395Z | Compiling predicates-core v1.0.6 |
2481 | 2024-03-26T06:46:09.599Z | Compiling sync_wrapper v0.1.2 |
2482 | 2024-03-26T06:46:10.266Z | Compiling static_assertions v1.1.0 |
2483 | 2024-03-26T06:46:10.371Z | Compiling webpki-roots v0.25.2 |
2484 | 2024-03-26T06:46:10.504Z | Compiling data-encoding v2.4.0 |
2485 | 2024-03-26T06:46:10.615Z | Compiling difflib v0.4.0 |
2486 | 2024-03-26T06:46:11.326Z | Compiling new_debug_unreachable v1.0.4 |
2487 | 2024-03-26T06:46:11.352Z | Compiling whoami v1.5.0 |
2488 | 2024-03-26T06:46:11.408Z | Compiling either v1.10.0 |
2489 | 2024-03-26T06:46:11.628Z | Compiling winnow v0.6.1 |
2490 | 2024-03-26T06:46:11.803Z | Compiling normalize-line-endings v0.3.0 |
2491 | 2024-03-26T06:46:11.865Z | Compiling tokio-postgres v0.7.10 |
2492 | 2024-03-26T06:46:11.890Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2493 | 2024-03-26T06:46:11.915Z | Compiling predicates v3.1.0 |
2494 | 2024-03-26T06:46:11.940Z | Compiling string_cache v0.8.7 |
2495 | 2024-03-26T06:46:12.145Z | Compiling itertools v0.10.5 |
2496 | 2024-03-26T06:46:12.260Z | Compiling trust-dns-proto v0.22.0 |
2497 | 2024-03-26T06:46:13.114Z | Compiling reqwest v0.11.24 |
2498 | 2024-03-26T06:46:14.333Z | Compiling toml_edit v0.22.6 |
2499 | 2024-03-26T06:46:14.413Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2500 | 2024-03-26T06:46:16.439Z | Compiling petgraph v0.6.4 |
2501 | 2024-03-26T06:46:18.110Z | Compiling nom v7.1.3 |
2502 | 2024-03-26T06:46:18.804Z | Compiling elliptic-curve v0.13.8 |
2503 | 2024-03-26T06:46:19.986Z | Compiling diesel v2.1.4 |
2504 | 2024-03-26T06:46:20.015Z | Compiling futures v0.3.30 |
2505 | 2024-03-26T06:46:20.099Z | Compiling yasna v0.5.2 |
2506 | 2024-03-26T06:46:20.465Z | Compiling zip v0.6.6 |
2507 | 2024-03-26T06:46:20.870Z | Compiling crossterm v0.27.0 |
2508 | 2024-03-26T06:46:21.464Z | Compiling cipher v0.4.4 |
2509 | 2024-03-26T06:46:21.836Z | Compiling darling_macro v0.20.3 |
2510 | 2024-03-26T06:46:21.999Z | Compiling clap v4.5.1 |
2511 | 2024-03-26T06:46:22.092Z | Compiling similar v2.4.0 |
2512 | 2024-03-26T06:46:22.568Z | Compiling bit-set v0.5.3 |
2513 | 2024-03-26T06:46:22.933Z | Compiling num-iter v0.1.44 |
2514 | 2024-03-26T06:46:23.100Z | Compiling usdt v0.3.5 |
2515 | 2024-03-26T06:46:23.311Z | Compiling console v0.15.8 |
2516 | 2024-03-26T06:46:23.679Z | Compiling bstr v1.9.0 |
2517 | 2024-03-26T06:46:24.202Z | Compiling tokio-stream v0.1.14 |
2518 | 2024-03-26T06:46:24.832Z | Compiling toml v0.7.8 |
2519 | 2024-03-26T06:46:24.925Z | Compiling hex v0.4.3 |
2520 | 2024-03-26T06:46:24.949Z | Compiling proc-macro-error-attr v1.0.4 |
2521 | 2024-03-26T06:46:25.176Z | Compiling instant v0.1.12 |
2522 | 2024-03-26T06:46:25.411Z | Compiling lalrpop-util v0.19.12 |
2523 | 2024-03-26T06:46:25.620Z | Compiling parking_lot_core v0.8.6 |
2524 | 2024-03-26T06:46:26.030Z | Compiling darling v0.20.3 |
2525 | 2024-03-26T06:46:26.967Z | Compiling proc-macro-error v1.0.4 |
2526 | 2024-03-26T06:46:27.249Z | Compiling heapless v0.8.0 |
2527 | 2024-03-26T06:46:27.534Z | Compiling camino v1.1.6 |
2528 | 2024-03-26T06:46:31.901Z | Compiling num_enum_derive v0.5.11 |
2529 | 2024-03-26T06:46:36.941Z | Compiling thread_local v1.1.7 |
2530 | 2024-03-26T06:46:37.132Z | Compiling atty v0.2.14 |
2531 | 2024-03-26T06:46:37.474Z | Compiling hash32 v0.3.1 |
2532 | 2024-03-26T06:46:37.600Z | Compiling half v2.3.1 |
2533 | 2024-03-26T06:46:38.318Z | Compiling ciborium-io v0.2.2 |
2534 | 2024-03-26T06:46:38.419Z | Compiling match_cfg v0.1.0 |
2535 | 2024-03-26T06:46:38.521Z | Compiling slog-async v2.8.0 |
2536 | 2024-03-26T06:46:38.874Z | Compiling rustls-pki-types v1.3.0 |
2537 | 2024-03-26T06:46:40.817Z | Compiling smoltcp v0.11.0 |
2538 | 2024-03-26T06:46:41.288Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2539 | 2024-03-26T06:46:44.951Z | Compiling hostname v0.3.1 |
2540 | 2024-03-26T06:46:45.194Z | Compiling ciborium-ll v0.2.2 |
2541 | 2024-03-26T06:46:47.519Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2542 | 2024-03-26T06:46:52.287Z | Compiling num_enum v0.5.11 |
2543 | 2024-03-26T06:46:54.351Z | Compiling parking_lot v0.11.2 |
2544 | 2024-03-26T06:46:58.823Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2545 | 2024-03-26T06:46:59.434Z | Compiling slog-json v2.6.1 |
2546 | 2024-03-26T06:46:59.943Z | Compiling getopts v0.2.21 |
2547 | 2024-03-26T06:47:00.275Z | Compiling crossbeam-channel v0.5.8 |
2548 | 2024-03-26T06:47:01.022Z | Compiling dirs-sys-next v0.1.2 |
2549 | 2024-03-26T06:47:01.639Z | Compiling fxhash v0.2.1 |
2550 | 2024-03-26T06:47:02.025Z | Compiling take_mut v0.2.2 |
2551 | 2024-03-26T06:47:02.159Z | Compiling embedded-io v0.4.0 |
2552 | 2024-03-26T06:47:02.190Z | Compiling rustls v0.22.2 |
2553 | 2024-03-26T06:47:02.419Z | Compiling unsafe-libyaml v0.2.10 |
2554 | 2024-03-26T06:47:02.686Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2555 | 2024-03-26T06:47:02.833Z | Compiling cobs v0.2.3 |
2556 | 2024-03-26T06:47:03.214Z | Compiling postcard v1.0.8 |
2557 | 2024-03-26T06:47:03.728Z | Compiling serde_yaml v0.9.25 |
2558 | 2024-03-26T06:47:05.574Z | Compiling sled v0.34.7 |
2559 | 2024-03-26T06:47:06.450Z | Compiling dirs-next v2.0.0 |
2560 | 2024-03-26T06:47:06.808Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2561 | 2024-03-26T06:47:07.906Z | Compiling slog-bunyan v2.5.0 |
2562 | 2024-03-26T06:47:09.585Z | Compiling ciborium v0.2.2 |
2563 | 2024-03-26T06:47:12.009Z | Compiling rustls-webpki v0.102.1 |
2564 | 2024-03-26T06:47:13.342Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2565 | 2024-03-26T06:47:16.170Z | Compiling num_enum_derive v0.7.2 |
2566 | 2024-03-26T06:47:16.530Z | Compiling strum_macros v0.26.1 |
2567 | 2024-03-26T06:47:18.113Z | Compiling foreign-types-macros v0.2.3 |
2568 | 2024-03-26T06:47:18.237Z | Compiling structmeta-derive v0.3.0 |
2569 | 2024-03-26T06:47:19.005Z | Compiling multer v3.0.0 |
2570 | 2024-03-26T06:47:19.086Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2571 | 2024-03-26T06:47:19.331Z | Compiling foreign-types-shared v0.3.1 |
2572 | 2024-03-26T06:47:19.956Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2573 | 2024-03-26T06:47:20.004Z | Compiling paste v1.0.14 |
2574 | 2024-03-26T06:47:20.417Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2575 | 2024-03-26T06:47:20.555Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2576 | 2024-03-26T06:47:24.321Z | Compiling structmeta v0.3.0 |
2577 | 2024-03-26T06:47:24.680Z | Compiling strum v0.26.1 |
2578 | 2024-03-26T06:47:26.186Z | Compiling foreign-types v0.5.0 |
2579 | 2024-03-26T06:47:26.384Z | Compiling num_enum v0.7.2 |
2580 | 2024-03-26T06:47:26.695Z | Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2581 | 2024-03-26T06:47:27.025Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2582 | 2024-03-26T06:47:38.253Z | Compiling term v0.7.0 |
2583 | 2024-03-26T06:47:39.013Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2584 | 2024-03-26T06:47:39.153Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2585 | 2024-03-26T06:47:40.265Z | Compiling tabwriter v1.4.0 |
2586 | 2024-03-26T06:47:41.269Z | Compiling http v1.0.0 |
2587 | 2024-03-26T06:47:41.899Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2588 | 2024-03-26T06:47:42.029Z | Compiling async-stream-impl v0.3.5 |
2589 | 2024-03-26T06:47:42.492Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2590 | 2024-03-26T06:47:42.530Z | Compiling cstr-argument v0.1.2 |
2591 | 2024-03-26T06:47:42.962Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2592 | 2024-03-26T06:47:42.995Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2593 | 2024-03-26T06:47:42.995Z | Compiling crucible-workspace-hack v0.1.0 |
2594 | 2024-03-26T06:47:43.153Z | Compiling atomic-waker v1.1.1 |
2595 | 2024-03-26T06:47:43.196Z | Compiling fastrand v2.0.1 |
2596 | 2024-03-26T06:47:43.220Z | Compiling pretty-hex v0.2.1 |
2597 | 2024-03-26T06:47:43.330Z | Compiling rayon-core v1.12.1 |
2598 | 2024-03-26T06:47:43.385Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2599 | 2024-03-26T06:47:43.513Z | Compiling tempfile v3.10.0 |
2600 | 2024-03-26T06:47:43.584Z | Compiling waitgroup v0.1.2 |
2601 | 2024-03-26T06:47:43.796Z | Compiling async-stream v0.3.5 |
2602 | 2024-03-26T06:47:43.878Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2603 | 2024-03-26T06:47:44.232Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2604 | 2024-03-26T06:47:44.507Z | Compiling slog-term v2.9.0 |
2605 | 2024-03-26T06:47:44.630Z | Compiling tokio-rustls v0.25.0 |
2606 | 2024-03-26T06:47:44.986Z | Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2607 | 2024-03-26T06:47:45.057Z | Compiling parse-display-derive v0.9.0 |
2608 | 2024-03-26T06:47:45.949Z | Compiling toml v0.8.10 |
2609 | 2024-03-26T06:47:46.318Z | Compiling rustls-pemfile v2.1.1 |
2610 | 2024-03-26T06:47:46.810Z | Compiling serde_with_macros v3.6.1 |
2611 | 2024-03-26T06:47:47.350Z | Compiling sha1 v0.10.6 |
2612 | 2024-03-26T06:47:47.598Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2613 | 2024-03-26T06:47:48.069Z | Compiling crossbeam-deque v0.8.3 |
2614 | 2024-03-26T06:47:48.380Z | Compiling colored v2.1.0 |
2615 | 2024-03-26T06:47:48.945Z | Compiling newtype-uuid v1.0.1 |
2616 | 2024-03-26T06:47:49.125Z | Compiling serde_path_to_error v0.1.16 |
2617 | 2024-03-26T06:47:49.233Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2618 | 2024-03-26T06:47:49.434Z | Compiling socket2 v0.4.9 |
2619 | 2024-03-26T06:47:49.763Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2620 | 2024-03-26T06:47:49.912Z | Compiling debug-ignore v1.0.5 |
2621 | 2024-03-26T06:47:50.102Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2622 | 2024-03-26T06:47:50.834Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2623 | 2024-03-26T06:47:51.010Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2624 | 2024-03-26T06:47:51.336Z | Compiling serde_with v3.6.1 |
2625 | 2024-03-26T06:47:52.137Z | Compiling parse-display v0.9.0 |
2626 | 2024-03-26T06:47:53.763Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2627 | 2024-03-26T06:47:54.719Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2628 | 2024-03-26T06:47:54.761Z | Compiling camino-tempfile v1.1.1 |
2629 | 2024-03-26T06:47:55.375Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2630 | 2024-03-26T06:47:55.445Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2631 | 2024-03-26T06:47:55.587Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2632 | 2024-03-26T06:47:55.744Z | Compiling backoff v0.4.0 |
2633 | 2024-03-26T06:47:56.035Z | Compiling heck v0.3.3 |
2634 | 2024-03-26T06:47:56.327Z | Compiling textwrap v0.11.0 |
2635 | 2024-03-26T06:47:56.618Z | Compiling macaddr v1.0.1 |
2636 | 2024-03-26T06:47:57.158Z | Compiling num-derive v0.4.0 |
2637 | 2024-03-26T06:47:57.209Z | Compiling libefi-sys v0.1.0 |
2638 | 2024-03-26T06:47:57.379Z | Compiling strsim v0.8.0 |
2639 | 2024-03-26T06:47:57.434Z | Compiling vec_map v0.8.2 |
2640 | 2024-03-26T06:47:57.713Z | Compiling ansi_term v0.12.1 |
2641 | 2024-03-26T06:47:57.770Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2642 | 2024-03-26T06:47:58.352Z | Compiling clap v2.34.0 |
2643 | 2024-03-26T06:47:58.501Z | Compiling structopt-derive v0.4.18 |
2644 | 2024-03-26T06:47:58.718Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2645 | 2024-03-26T06:48:00.056Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2646 | 2024-03-26T06:48:00.517Z | Compiling rayon v1.9.0 |
2647 | 2024-03-26T06:48:00.644Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2648 | 2024-03-26T06:48:00.823Z | Compiling smf v0.2.2 |
2649 | 2024-03-26T06:48:02.920Z | Compiling blake3 v1.5.0 |
2650 | 2024-03-26T06:48:02.947Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2651 | 2024-03-26T06:48:03.240Z | Compiling portable-atomic v1.4.3 |
2652 | 2024-03-26T06:48:03.444Z | Compiling structopt v0.3.26 |
2653 | 2024-03-26T06:48:03.639Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2654 | 2024-03-26T06:48:03.939Z | Compiling filetime v0.2.23 |
2655 | 2024-03-26T06:48:04.025Z | Compiling xattr v1.0.1 |
2656 | 2024-03-26T06:48:04.238Z | Compiling memmap2 v0.7.1 |
2657 | 2024-03-26T06:48:04.268Z | Compiling constant_time_eq v0.3.0 |
2658 | 2024-03-26T06:48:04.433Z | Compiling arrayref v0.3.7 |
2659 | 2024-03-26T06:48:04.517Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2660 | 2024-03-26T06:48:04.651Z | Compiling arrayvec v0.7.4 |
2661 | 2024-03-26T06:48:04.693Z | Compiling same-file v1.0.6 |
2662 | 2024-03-26T06:48:04.725Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2663 | 2024-03-26T06:48:04.925Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2664 | 2024-03-26T06:48:04.973Z | Compiling walkdir v2.4.0 |
2665 | 2024-03-26T06:48:05.985Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2666 | 2024-03-26T06:48:06.254Z | Compiling tar v0.4.40 |
2667 | 2024-03-26T06:48:07.196Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2668 | 2024-03-26T06:48:07.564Z | Compiling gethostname v0.4.3 |
2669 | 2024-03-26T06:48:07.813Z | Compiling topological-sort v0.2.2 |
2670 | 2024-03-26T06:48:08.010Z | Compiling number_prefix v0.4.0 |
2671 | 2024-03-26T06:48:08.177Z | Compiling indicatif v0.17.8 |
2672 | 2024-03-26T06:48:08.208Z | Compiling omicron-zone-package v0.11.0 |
2673 | 2024-03-26T06:48:08.364Z | Compiling swrite v0.1.0 |
2674 | 2024-03-26T06:48:18.674Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2675 | 2024-03-26T06:48:20.162Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2676 | 2024-03-26T06:48:20.162Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2677 | 2024-03-26T06:48:20.162Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2678 | 2024-03-26T06:48:33.975Z | Finished release [optimized] target(s) in 3m 53s |
2679 | 2024-03-26T06:48:34.046Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
2680 | 2024-03-26T06:48:34.081Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2681 | 2024-03-26T06:48:34.106Z | Created new build target 'default' and set it as active |
2682 | 2024-03-26T06:48:34.106Z | ++ cargo run --release --bin omicron-package -- package |
2683 | 2024-03-26T06:48:35.054Z | Compiling ring v0.16.20 |
2684 | 2024-03-26T06:48:36.616Z | Compiling sct v0.7.0 |
2685 | 2024-03-26T06:48:36.771Z | Compiling rustls v0.21.9 |
2686 | 2024-03-26T06:48:39.551Z | Compiling tokio-rustls v0.24.1 |
2687 | 2024-03-26T06:48:39.827Z | Compiling hyper-rustls v0.24.2 |
2688 | 2024-03-26T06:48:40.071Z | Compiling reqwest v0.11.24 |
2689 | 2024-03-26T06:48:43.950Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2690 | 2024-03-26T06:48:43.990Z | Compiling omicron-zone-package v0.11.0 |
2691 | 2024-03-26T06:48:44.188Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2692 | 2024-03-26T06:48:44.382Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2693 | 2024-03-26T06:48:47.107Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2694 | 2024-03-26T06:48:47.519Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2695 | 2024-03-26T06:48:47.682Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2696 | 2024-03-26T06:48:48.043Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2697 | 2024-03-26T06:48:55.373Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2698 | 2024-03-26T06:48:57.720Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2699 | 2024-03-26T06:48:58.222Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2700 | 2024-03-26T06:48:59.925Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2701 | 2024-03-26T06:49:15.829Z | Finished release [optimized] target(s) in 41.67s |
2702 | 2024-03-26T06:49:15.877Z | Running `target/release/omicron-package package` |
2703 | 2024-03-26T06:49:15.919Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2704 | 2024-03-26T06:49:17.077Z | Compiling base64 v0.22.0 |
2705 | 2024-03-26T06:49:17.106Z | Compiling usdt-macro v0.5.0 |
2706 | 2024-03-26T06:49:17.106Z | Compiling usdt-attr-macro v0.5.0 |
2707 | 2024-03-26T06:49:17.106Z | Compiling memmap v0.7.0 |
2708 | 2024-03-26T06:49:17.137Z | Compiling humantime v2.1.0 |
2709 | 2024-03-26T06:49:17.172Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2710 | 2024-03-26T06:49:17.172Z | Compiling linked-hash-map v0.5.6 |
2711 | 2024-03-26T06:49:17.172Z | Compiling password-hash v0.5.0 |
2712 | 2024-03-26T06:49:17.487Z | Compiling lru-cache v0.1.2 |
2713 | 2024-03-26T06:49:17.525Z | Compiling blake2 v0.10.6 |
2714 | 2024-03-26T06:49:17.665Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2715 | 2024-03-26T06:49:17.798Z | Compiling semver v0.1.20 |
2716 | 2024-03-26T06:49:17.979Z | Compiling argon2 v0.5.3 |
2717 | 2024-03-26T06:49:18.230Z | Compiling rustc_version v0.1.7 |
2718 | 2024-03-26T06:49:18.269Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2719 | 2024-03-26T06:49:18.294Z | Compiling usdt v0.5.0 |
2720 | 2024-03-26T06:49:18.480Z | Compiling quick-error v1.2.3 |
2721 | 2024-03-26T06:49:18.505Z | Compiling termcolor v1.2.0 |
2722 | 2024-03-26T06:49:18.583Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2723 | 2024-03-26T06:49:18.617Z | Compiling newtype_derive v0.1.6 |
2724 | 2024-03-26T06:49:19.011Z | Compiling resolv-conf v0.7.0 |
2725 | 2024-03-26T06:49:19.037Z | Compiling steno v0.4.0 |
2726 | 2024-03-26T06:49:19.094Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2727 | 2024-03-26T06:49:19.365Z | Compiling trust-dns-resolver v0.22.0 |
2728 | 2024-03-26T06:49:19.533Z | Compiling itertools v0.12.1 |
2729 | 2024-03-26T06:49:20.056Z | Compiling derive-where v1.2.7 |
2730 | 2024-03-26T06:49:20.273Z | Compiling slog-dtrace v0.3.0 |
2731 | 2024-03-26T06:49:20.561Z | Compiling utf-8 v0.7.6 |
2732 | 2024-03-26T06:49:20.960Z | Compiling num-rational v0.4.1 |
2733 | 2024-03-26T06:49:21.764Z | Compiling nibble_vec v0.1.0 |
2734 | 2024-03-26T06:49:21.955Z | Compiling endian-type v0.1.2 |
2735 | 2024-03-26T06:49:22.155Z | Compiling radium v0.7.0 |
2736 | 2024-03-26T06:49:22.460Z | Compiling radix_trie v0.2.1 |
2737 | 2024-03-26T06:49:22.676Z | Compiling tungstenite v0.20.1 |
2738 | 2024-03-26T06:49:22.746Z | Compiling num-complex v0.4.4 |
2739 | 2024-03-26T06:49:23.229Z | Compiling tap v1.0.1 |
2740 | 2024-03-26T06:49:23.376Z | Compiling maybe-uninit v2.0.0 |
2741 | 2024-03-26T06:49:23.729Z | Compiling tokio-tungstenite v0.20.1 |
2742 | 2024-03-26T06:49:23.807Z | Compiling num v0.4.1 |
2743 | 2024-03-26T06:49:23.915Z | Compiling wyz v0.5.1 |
2744 | 2024-03-26T06:49:24.293Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2745 | 2024-03-26T06:49:24.504Z | Compiling packed_struct v0.10.1 |
2746 | 2024-03-26T06:49:24.671Z | Compiling crc-catalog v2.2.0 |
2747 | 2024-03-26T06:49:24.822Z | Compiling arc-swap v1.6.0 |
2748 | 2024-03-26T06:49:24.849Z | Compiling num-bigint-dig v0.8.4 |
2749 | 2024-03-26T06:49:25.061Z | Compiling cancel-safe-futures v0.1.5 |
2750 | 2024-03-26T06:49:25.127Z | Compiling funty v2.0.0 |
2751 | 2024-03-26T06:49:25.405Z | Compiling slog-scope v4.4.0 |
2752 | 2024-03-26T06:49:25.487Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2753 | 2024-03-26T06:49:26.170Z | Compiling bitvec v1.0.1 |
2754 | 2024-03-26T06:49:26.966Z | Compiling crc v3.0.1 |
2755 | 2024-03-26T06:49:27.262Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2756 | 2024-03-26T06:49:27.542Z | Compiling packed_struct_codegen v0.10.1 |
2757 | 2024-03-26T06:49:29.359Z | Compiling indexmap v1.9.3 |
2758 | 2024-03-26T06:49:29.385Z | Compiling display-error-chain v0.2.0 |
2759 | 2024-03-26T06:49:29.478Z | Compiling nodrop v0.1.14 |
2760 | 2024-03-26T06:49:29.627Z | Compiling array-init v0.0.4 |
2761 | 2024-03-26T06:49:29.654Z | Compiling smallvec v0.6.14 |
2762 | 2024-03-26T06:49:30.622Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2763 | 2024-03-26T06:49:31.860Z | Compiling slog-stdlog v4.1.1 |
2764 | 2024-03-26T06:49:32.826Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2765 | 2024-03-26T06:49:33.153Z | Compiling rayon-core v1.12.1 |
2766 | 2024-03-26T06:49:33.178Z | Compiling pkcs1 v0.7.5 |
2767 | 2024-03-26T06:49:36.247Z | Compiling is-terminal v0.4.9 |
2768 | 2024-03-26T06:49:36.371Z | Compiling crossbeam-deque v0.8.3 |
2769 | 2024-03-26T06:49:36.639Z | Compiling signature v2.1.0 |
2770 | 2024-03-26T06:49:36.834Z | Compiling hashbrown v0.12.3 |
2771 | 2024-03-26T06:49:37.590Z | Compiling fastrand v2.0.1 |
2772 | 2024-03-26T06:49:37.872Z | Compiling bitfield v0.14.0 |
2773 | 2024-03-26T06:49:37.984Z | Compiling same-file v1.0.6 |
2774 | 2024-03-26T06:49:38.012Z | Compiling tempfile v3.10.0 |
2775 | 2024-03-26T06:49:38.110Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2776 | 2024-03-26T06:49:38.173Z | Compiling walkdir v2.4.0 |
2777 | 2024-03-26T06:49:38.697Z | Compiling rsa v0.9.2 |
2778 | 2024-03-26T06:49:39.494Z | Compiling env_logger v0.10.0 |
2779 | 2024-03-26T06:49:40.484Z | Compiling slog-envlogger v2.2.0 |
2780 | 2024-03-26T06:49:42.600Z | Compiling serde-hex v0.1.0 |
2781 | 2024-03-26T06:49:42.664Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2782 | 2024-03-26T06:49:42.881Z | Compiling camino v1.1.6 |
2783 | 2024-03-26T06:49:42.939Z | Compiling x509-cert v0.2.4 |
2784 | 2024-03-26T06:49:42.964Z | Compiling ron v0.8.1 |
2785 | 2024-03-26T06:49:44.142Z | Compiling hashbrown v0.13.2 |
2786 | 2024-03-26T06:49:45.154Z | Compiling semver-parser v0.10.2 |
2787 | 2024-03-26T06:49:46.590Z | Compiling unicase v2.7.0 |
2788 | 2024-03-26T06:49:46.616Z | Compiling crc-any v2.4.3 |
2789 | 2024-03-26T06:49:46.836Z | Compiling blake3 v1.5.0 |
2790 | 2024-03-26T06:49:47.105Z | Compiling semver v0.11.0 |
2791 | 2024-03-26T06:49:47.380Z | Compiling object v0.30.4 |
2792 | 2024-03-26T06:49:47.663Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2793 | 2024-03-26T06:49:47.723Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2794 | 2024-03-26T06:49:49.795Z | Compiling rayon v1.9.0 |
2795 | 2024-03-26T06:49:50.349Z | Compiling filetime v0.2.23 |
2796 | 2024-03-26T06:49:50.617Z | Compiling dirs-sys-next v0.1.2 |
2797 | 2024-03-26T06:49:51.042Z | Compiling memmap2 v0.7.1 |
2798 | 2024-03-26T06:49:51.357Z | Compiling xattr v1.0.1 |
2799 | 2024-03-26T06:49:51.571Z | Compiling constant_time_eq v0.3.0 |
2800 | 2024-03-26T06:49:51.725Z | Compiling path-slash v0.1.5 |
2801 | 2024-03-26T06:49:51.933Z | Compiling crunchy v0.2.2 |
2802 | 2024-03-26T06:49:52.273Z | Compiling glob v0.3.1 |
2803 | 2024-03-26T06:49:52.434Z | Compiling arrayvec v0.7.4 |
2804 | 2024-03-26T06:49:52.781Z | Compiling home v0.5.5 |
2805 | 2024-03-26T06:49:52.925Z | Compiling arrayref v0.3.7 |
2806 | 2024-03-26T06:49:52.987Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2807 | 2024-03-26T06:49:53.019Z | Compiling clang-sys v1.6.1 |
2808 | 2024-03-26T06:49:53.557Z | Compiling toolchain_find v0.2.0 |
2809 | 2024-03-26T06:49:54.017Z | Compiling tar v0.4.40 |
2810 | 2024-03-26T06:49:54.632Z | Compiling dirs-next v2.0.0 |
2811 | 2024-03-26T06:49:54.790Z | Compiling camino-tempfile v1.1.1 |
2812 | 2024-03-26T06:49:55.126Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2813 | 2024-03-26T06:49:55.506Z | Compiling libsw v3.3.1 |
2814 | 2024-03-26T06:49:55.533Z | Compiling toml v0.5.11 |
2815 | 2024-03-26T06:49:55.779Z | Compiling prettyplease v0.2.16 |
2816 | 2024-03-26T06:49:56.014Z | Compiling owo-colors v4.0.0 |
2817 | 2024-03-26T06:49:57.977Z | Compiling tiny-keccak v2.0.2 |
2818 | 2024-03-26T06:49:58.047Z | Compiling linear-map v1.2.0 |
2819 | 2024-03-26T06:49:58.083Z | Compiling topological-sort v0.2.2 |
2820 | 2024-03-26T06:49:58.205Z | Compiling convert_case v0.4.0 |
2821 | 2024-03-26T06:49:58.261Z | Compiling omicron-zone-package v0.11.0 |
2822 | 2024-03-26T06:49:58.382Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2823 | 2024-03-26T06:49:58.859Z | Compiling derive_more v0.99.17 |
2824 | 2024-03-26T06:50:01.606Z | Compiling rustfmt-wrapper v0.2.0 |
2825 | 2024-03-26T06:50:02.140Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2826 | 2024-03-26T06:50:02.319Z | Compiling term v0.7.0 |
2827 | 2024-03-26T06:50:02.528Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2828 | 2024-03-26T06:50:02.626Z | Compiling darling_core v0.14.4 |
2829 | 2024-03-26T06:50:03.367Z | Compiling toml v0.8.10 |
2830 | 2024-03-26T06:50:03.539Z | Compiling ascii-canvas v3.0.0 |
2831 | 2024-03-26T06:50:04.387Z | Compiling pem v3.0.2 |
2832 | 2024-03-26T06:50:04.537Z | Compiling ena v0.14.2 |
2833 | 2024-03-26T06:50:04.582Z | Compiling libloading v0.7.4 |
2834 | 2024-03-26T06:50:04.637Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2835 | 2024-03-26T06:50:04.886Z | Compiling regex-syntax v0.6.29 |
2836 | 2024-03-26T06:50:04.914Z | Compiling bindgen v0.69.2 |
2837 | 2024-03-26T06:50:05.241Z | Compiling diff v0.1.13 |
2838 | 2024-03-26T06:50:05.763Z | Compiling platforms v3.0.2 |
2839 | 2024-03-26T06:50:06.040Z | Compiling mime_guess v2.0.4 |
2840 | 2024-03-26T06:50:06.748Z | Compiling darling_macro v0.14.4 |
2841 | 2024-03-26T06:50:07.525Z | Compiling darling v0.14.4 |
2842 | 2024-03-26T06:50:07.642Z | Compiling lalrpop v0.19.12 |
2843 | 2024-03-26T06:50:08.353Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2844 | 2024-03-26T06:50:09.182Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2845 | 2024-03-26T06:50:09.237Z | Compiling trust-dns-client v0.22.0 |
2846 | 2024-03-26T06:50:09.280Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2847 | 2024-03-26T06:50:09.481Z | Compiling cexpr v0.6.0 |
2848 | 2024-03-26T06:50:10.018Z | Compiling which v4.4.0 |
2849 | 2024-03-26T06:50:10.744Z | Compiling vte_generate_state_changes v0.1.1 |
2850 | 2024-03-26T06:50:11.192Z | Compiling peeking_take_while v0.1.2 |
2851 | 2024-03-26T06:50:11.313Z | Compiling buf-list v1.0.3 |
2852 | 2024-03-26T06:50:11.758Z | Compiling lazycell v1.3.0 |
2853 | 2024-03-26T06:50:11.910Z | Compiling shlex v1.3.0 |
2854 | 2024-03-26T06:50:12.257Z | Compiling rustc-hash v1.1.0 |
2855 | 2024-03-26T06:50:12.395Z | Compiling doc-comment v0.3.3 |
2856 | 2024-03-26T06:50:12.772Z | Compiling ref-cast v1.0.20 |
2857 | 2024-03-26T06:50:13.511Z | Compiling trust-dns-server v0.22.1 |
2858 | 2024-03-26T06:50:14.677Z | Compiling vte v0.11.1 |
2859 | 2024-03-26T06:50:16.617Z | Compiling derive_builder_core v0.12.0 |
2860 | 2024-03-26T06:50:18.265Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2861 | 2024-03-26T06:50:18.405Z | Compiling headers-core v0.2.0 |
2862 | 2024-03-26T06:50:18.494Z | Compiling libxml v0.3.3 |
2863 | 2024-03-26T06:50:18.553Z | Compiling pin-project-internal v1.1.3 |
2864 | 2024-03-26T06:50:18.582Z | Compiling ref-cast-impl v1.0.20 |
2865 | 2024-03-26T06:50:18.773Z | Compiling memoffset v0.7.1 |
2866 | 2024-03-26T06:50:19.014Z | Compiling bytecount v0.6.3 |
2867 | 2024-03-26T06:50:19.275Z | Compiling papergrid v0.11.0 |
2868 | 2024-03-26T06:50:19.701Z | Compiling curve25519-dalek v4.1.1 |
2869 | 2024-03-26T06:50:20.023Z | Compiling headers v0.3.9 |
2870 | 2024-03-26T06:50:20.674Z | Compiling pin-project v1.1.3 |
2871 | 2024-03-26T06:50:20.824Z | Compiling derive_builder_macro v0.12.0 |
2872 | 2024-03-26T06:50:22.736Z | Compiling strip-ansi-escapes v0.2.0 |
2873 | 2024-03-26T06:50:23.196Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2874 | 2024-03-26T06:50:24.207Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2875 | 2024-03-26T06:50:24.483Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2876 | 2024-03-26T06:50:25.610Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2877 | 2024-03-26T06:50:26.674Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2878 | 2024-03-26T06:50:29.458Z | Compiling tabled_derive v0.7.0 |
2879 | 2024-03-26T06:50:29.532Z | Compiling polar-core v0.27.0 |
2880 | 2024-03-26T06:50:30.136Z | Compiling fd-lock v3.0.13 |
2881 | 2024-03-26T06:50:30.367Z | Compiling strum_macros v0.24.3 |
2882 | 2024-03-26T06:50:30.741Z | Compiling kstat-rs v0.2.3 |
2883 | 2024-03-26T06:50:30.935Z | Compiling snafu-derive v0.7.5 |
2884 | 2024-03-26T06:50:31.348Z | Compiling fs-err v2.11.0 |
2885 | 2024-03-26T06:50:31.536Z | Compiling cookie v0.18.0 |
2886 | 2024-03-26T06:50:31.579Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2887 | 2024-03-26T06:50:31.786Z | Compiling indoc v1.0.9 |
2888 | 2024-03-26T06:50:31.832Z | Compiling keccak v0.1.4 |
2889 | 2024-03-26T06:50:32.557Z | Compiling nu-ansi-term v0.50.0 |
2890 | 2024-03-26T06:50:33.100Z | Compiling strum v0.25.0 |
2891 | 2024-03-26T06:50:33.100Z | Compiling sha3 v0.10.8 |
2892 | 2024-03-26T06:50:33.125Z | Compiling reedline v0.30.0 |
2893 | 2024-03-26T06:50:33.614Z | Compiling tabled v0.15.0 |
2894 | 2024-03-26T06:50:33.735Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2895 | 2024-03-26T06:50:34.866Z | Compiling snafu v0.7.5 |
2896 | 2024-03-26T06:50:46.049Z | Compiling derive_builder v0.12.0 |
2897 | 2024-03-26T06:50:46.961Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2898 | 2024-03-26T06:50:48.206Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2899 | 2024-03-26T06:50:50.485Z | Compiling env_logger v0.9.3 |
2900 | 2024-03-26T06:50:51.658Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2901 | 2024-03-26T06:50:51.890Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2902 | 2024-03-26T06:50:52.000Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2903 | 2024-03-26T06:50:52.368Z | Compiling globset v0.4.13 |
2904 | 2024-03-26T06:50:52.853Z | Compiling fd-lock v4.0.2 |
2905 | 2024-03-26T06:50:53.039Z | Compiling olpc-cjson v0.1.3 |
2906 | 2024-03-26T06:50:53.305Z | Compiling universal-hash v0.5.1 |
2907 | 2024-03-26T06:50:53.478Z | Compiling bb8 v0.8.3 |
2908 | 2024-03-26T06:50:54.296Z | Compiling nix v0.27.1 |
2909 | 2024-03-26T06:50:54.326Z | Compiling secrecy v0.8.0 |
2910 | 2024-03-26T06:50:54.403Z | Compiling serde_plain v1.0.2 |
2911 | 2024-03-26T06:50:54.830Z | Compiling quick-xml v0.30.0 |
2912 | 2024-03-26T06:50:55.085Z | Compiling bitstruct_derive v0.1.0 |
2913 | 2024-03-26T06:50:57.007Z | Compiling thiserror-impl-no-std v2.0.2 |
2914 | 2024-03-26T06:50:58.478Z | Compiling nanorand v0.7.0 |
2915 | 2024-03-26T06:50:58.844Z | Compiling curve25519-dalek-derive v0.1.0 |
2916 | 2024-03-26T06:50:59.063Z | Compiling sqlparser_derive v0.2.2 |
2917 | 2024-03-26T06:50:59.115Z | Compiling async-recursion v1.0.5 |
2918 | 2024-03-26T06:50:59.817Z | Compiling oso-derive v0.27.0 |
2919 | 2024-03-26T06:50:59.857Z | Compiling impl-trait-for-tuples v0.2.2 |
2920 | 2024-03-26T06:50:59.887Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2921 | 2024-03-26T06:50:59.925Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2922 | 2024-03-26T06:51:00.015Z | Compiling signature v1.6.4 |
2923 | 2024-03-26T06:51:00.160Z | Compiling typed-path v0.7.0 |
2924 | 2024-03-26T06:51:00.190Z | Compiling opaque-debug v0.3.0 |
2925 | 2024-03-26T06:51:00.264Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2926 | 2024-03-26T06:51:00.508Z | Compiling salty v0.2.0 |
2927 | 2024-03-26T06:51:00.831Z | Compiling ascii v1.1.0 |
2928 | 2024-03-26T06:51:00.875Z | Compiling maplit v1.0.2 |
2929 | 2024-03-26T06:51:00.981Z | Compiling unicode_categories v0.1.1 |
2930 | 2024-03-26T06:51:01.274Z | Compiling sqlformat v0.2.3 |
2931 | 2024-03-26T06:51:01.463Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2932 | 2024-03-26T06:51:02.650Z | Compiling tough v0.16.0 |
2933 | 2024-03-26T06:51:03.505Z | Compiling rustyline v13.0.0 |
2934 | 2024-03-26T06:51:05.575Z | Compiling poly1305 v0.8.0 |
2935 | 2024-03-26T06:51:06.864Z | Compiling ed25519 v1.5.3 |
2936 | 2024-03-26T06:51:07.136Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2937 | 2024-03-26T06:51:07.527Z | Compiling oso v0.27.0 |
2938 | 2024-03-26T06:51:07.823Z | Compiling sqlparser v0.43.1 |
2939 | 2024-03-26T06:51:13.697Z | Compiling flume v0.11.0 |
2940 | 2024-03-26T06:51:14.289Z | Compiling thiserror-no-std v2.0.2 |
2941 | 2024-03-26T06:51:14.382Z | Compiling bitstruct v0.1.1 |
2942 | 2024-03-26T06:51:14.500Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2943 | 2024-03-26T06:51:15.009Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2944 | 2024-03-26T06:51:21.873Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2945 | 2024-03-26T06:51:22.356Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2946 | 2024-03-26T06:51:25.145Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2947 | 2024-03-26T06:51:25.334Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2948 | 2024-03-26T06:51:26.729Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2949 | 2024-03-26T06:51:26.757Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2950 | 2024-03-26T06:51:26.835Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2951 | 2024-03-26T06:51:27.844Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2952 | 2024-03-26T06:51:28.811Z | Compiling chacha20 v0.9.1 |
2953 | 2024-03-26T06:51:29.171Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2954 | 2024-03-26T06:51:31.021Z | Compiling aead v0.5.2 |
2955 | 2024-03-26T06:51:31.169Z | Compiling bcs v0.1.6 |
2956 | 2024-03-26T06:51:31.303Z | Compiling serde_arrays v0.1.0 |
2957 | 2024-03-26T06:51:31.449Z | Compiling serde-big-array v0.5.1 |
2958 | 2024-03-26T06:51:31.677Z | Compiling erased-serde v0.3.31 |
2959 | 2024-03-26T06:51:31.918Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2960 | 2024-03-26T06:51:32.572Z | Compiling highway v1.1.0 |
2961 | 2024-03-26T06:51:32.976Z | Compiling parse-size v1.0.0 |
2962 | 2024-03-26T06:51:33.211Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2963 | 2024-03-26T06:51:33.666Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2964 | 2024-03-26T06:51:33.998Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2965 | 2024-03-26T06:51:38.591Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2966 | 2024-03-26T06:51:55.314Z | Compiling chacha20poly1305 v0.10.1 |
2967 | 2024-03-26T06:51:55.363Z | Compiling vsss-rs v3.3.4 |
2968 | 2024-03-26T06:51:55.456Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2969 | 2024-03-26T06:51:55.456Z | Compiling signal-hook-tokio v0.3.1 |
2970 | 2024-03-26T06:51:55.456Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2971 | 2024-03-26T06:51:55.456Z | Compiling castaway v0.2.2 |
2972 | 2024-03-26T06:51:55.528Z | Compiling serde-big-array v0.4.1 |
2973 | 2024-03-26T06:51:55.528Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2974 | 2024-03-26T06:51:55.529Z | Compiling http-range v0.1.5 |
2975 | 2024-03-26T06:51:55.529Z | Compiling hyper-staticfile v0.9.5 |
2976 | 2024-03-26T06:51:55.529Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2977 | 2024-03-26T06:51:56.580Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2978 | 2024-03-26T06:51:56.622Z | Compiling compact_str v0.7.1 |
2979 | 2024-03-26T06:51:57.623Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2980 | 2024-03-26T06:51:57.803Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2981 | 2024-03-26T06:52:00.839Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2982 | 2024-03-26T06:52:01.353Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2983 | 2024-03-26T06:52:05.307Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2984 | 2024-03-26T06:52:06.223Z | Compiling zone_cfg_derive v0.1.2 |
2985 | 2024-03-26T06:52:07.267Z | Compiling tungstenite v0.21.0 |
2986 | 2024-03-26T06:52:10.887Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2987 | 2024-03-26T06:52:11.100Z | Compiling lru v0.12.1 |
2988 | 2024-03-26T06:52:11.365Z | Compiling stability v0.1.1 |
2989 | 2024-03-26T06:52:11.481Z | Compiling indoc v2.0.3 |
2990 | 2024-03-26T06:52:12.073Z | Compiling cassowary v0.3.0 |
2991 | 2024-03-26T06:52:12.247Z | Compiling base64 v0.13.1 |
2992 | 2024-03-26T06:52:12.680Z | Compiling corncobs v0.1.3 |
2993 | 2024-03-26T06:52:12.977Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2994 | 2024-03-26T06:52:13.013Z | Compiling ron v0.7.1 |
2995 | 2024-03-26T06:52:13.592Z | Compiling ratatui v0.26.1 |
2996 | 2024-03-26T06:52:15.517Z | Compiling tokio-tungstenite v0.21.0 |
2997 | 2024-03-26T06:52:15.541Z | Compiling zone v0.1.8 |
2998 | 2024-03-26T06:52:15.985Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2999 | 2024-03-26T06:52:17.007Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3000 | 2024-03-26T06:52:17.301Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3001 | 2024-03-26T06:52:18.321Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3002 | 2024-03-26T06:52:25.743Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3003 | 2024-03-26T06:52:27.073Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3004 | 2024-03-26T06:52:27.740Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3005 | 2024-03-26T06:52:32.994Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3006 | 2024-03-26T06:52:33.201Z | Compiling portpicker v0.1.1 |
3007 | 2024-03-26T06:52:33.633Z | Compiling rand_seeder v0.2.3 |
3008 | 2024-03-26T06:52:33.960Z | Compiling unicode-linebreak v0.1.5 |
3009 | 2024-03-26T06:52:34.461Z | Compiling smawk v0.3.1 |
3010 | 2024-03-26T06:52:34.649Z | Compiling textwrap v0.16.1 |
3011 | 2024-03-26T06:52:37.648Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3012 | 2024-03-26T06:52:41.158Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3013 | 2024-03-26T06:52:45.934Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3014 | 2024-03-26T06:52:49.740Z | Compiling rcgen v0.12.1 |
3015 | 2024-03-26T06:52:49.837Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3016 | 2024-03-26T06:52:50.180Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
3017 | 2024-03-26T06:52:55.298Z | Compiling atomicwrites v0.4.3 |
3018 | 2024-03-26T06:52:55.717Z | Compiling fatfs v0.3.6 |
3019 | 2024-03-26T06:52:56.633Z | Compiling subprocess v0.2.9 |
3020 | 2024-03-26T06:52:57.183Z | Compiling rtoolbox v0.0.1 |
3021 | 2024-03-26T06:52:57.535Z | Compiling is_ci v1.2.0 |
3022 | 2024-03-26T06:52:57.777Z | Compiling assert_matches v1.5.0 |
3023 | 2024-03-26T06:52:57.983Z | Compiling supports-color v3.0.0 |
3024 | 2024-03-26T06:52:58.027Z | Compiling rpassword v7.3.1 |
3025 | 2024-03-26T06:52:58.578Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3026 | 2024-03-26T06:52:58.578Z | Compiling tui-tree-widget v0.17.0 |
3027 | 2024-03-26T06:52:58.874Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3028 | 2024-03-26T06:53:00.831Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3029 | 2024-03-26T06:53:01.683Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3030 | 2024-03-26T06:53:01.930Z | Compiling csv-core v0.1.11 |
3031 | 2024-03-26T06:53:02.653Z | Compiling shell-words v1.1.0 |
3032 | 2024-03-26T06:53:03.029Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3033 | 2024-03-26T06:53:03.883Z | Compiling csv v1.3.0 |
3034 | 2024-03-26T06:53:05.583Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3035 | 2024-03-26T06:53:11.995Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3036 | 2024-03-26T06:53:18.738Z | Compiling multimap v0.10.0 |
3037 | 2024-03-26T06:54:52.361Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3038 | 2024-03-26T06:54:53.306Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3039 | 2024-03-26T06:55:04.891Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3040 | 2024-03-26T07:00:03.156Z | Finished release [optimized] target(s) in 10m 47s |
3041 | 2024-03-26T07:01:16.709Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
3042 | 2024-03-26T07:01:16.709Z | ++ rm -rf cargo-bay/g0/omicron |
3043 | 2024-03-26T07:01:16.738Z | ++ mkdir -p cargo-bay/g0/omicron |
3044 | 2024-03-26T07:01:16.738Z | ++ 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/ |
3045 | 2024-03-26T07:01:16.770Z | sending incremental file list |
3046 | 2024-03-26T07:01:16.770Z | omicron-package |
3047 | 2024-03-26T07:01:16.995Z |
32,768 0% 0.00kB/s 0:00:00
40,097,408 100% 152.23MB/s 0:00:00 (xfr#1, to-chk=254/255) |
3048 | 2024-03-26T07:01:16.995Z | package-manifest.toml |
3049 | 2024-03-26T07:01:17.030Z |
26,511 100% 103.15kB/s 0:00:00
26,511 100% 103.15kB/s 0:00:00 (xfr#2, to-chk=253/255) |
3050 | 2024-03-26T07:01:17.030Z | out/ |
3051 | 2024-03-26T07:01:17.030Z | out/LOG |
3052 | 2024-03-26T07:01:17.031Z |
32,768 14% 126.98kB/s 0:00:01
231,768 100% 898.16kB/s 0:00:00 (xfr#3, to-chk=249/255) |
3053 | 2024-03-26T07:01:17.031Z | out/clickhouse.tar.gz |
3054 | 2024-03-26T07:01:17.707Z |
32,768 0% 126.98kB/s 0:30:20
231,157,150 100% 228.44MB/s 0:00:00 (xfr#4, to-chk=248/255) |
3055 | 2024-03-26T07:01:17.708Z | out/clickhouse_keeper.tar.gz |
3056 | 2024-03-26T07:01:18.504Z |
32,768 0% 33.13kB/s 1:56:16
5,767,168 2% 5.50MB/s 0:00:40
231,127,481 100% 125.74MB/s 0:00:01 (xfr#5, to-chk=247/255) |
3057 | 2024-03-26T07:01:18.505Z | out/cockroachdb.tar.gz |
3058 | 2024-03-26T07:01:18.962Z |
32,768 0% 42.44kB/s 0:49:43
63,209,472 49% 60.28MB/s 0:00:01
126,644,746 100% 98.84MB/s 0:00:01 (xfr#6, to-chk=246/255) |
3059 | 2024-03-26T07:01:18.962Z | out/crucible-pantry-zone.tar.gz |
3060 | 2024-03-26T07:01:19.053Z |
32,768 0% 143.50kB/s 0:02:55
25,273,443 100% 76.52MB/s 0:00:00 (xfr#7, to-chk=245/255) |
3061 | 2024-03-26T07:01:19.053Z | out/crucible-zone.tar.gz |
3062 | 2024-03-26T07:01:19.161Z |
32,768 0% 101.59kB/s 0:06:03
36,979,285 100% 83.17MB/s 0:00:00 (xfr#8, to-chk=244/255) |
3063 | 2024-03-26T07:01:19.161Z | out/external-dns.tar.gz |
3064 | 2024-03-26T07:01:19.253Z |
32,768 0% 75.47kB/s 0:06:50
30,999,464 100% 57.40MB/s 0:00:00 (xfr#9, to-chk=243/255) |
3065 | 2024-03-26T07:01:19.253Z | out/internal-dns.tar.gz |
3066 | 2024-03-26T07:01:19.343Z |
32,768 0% 62.02kB/s 0:08:19
30,999,214 100% 48.78MB/s 0:00:00 (xfr#10, to-chk=242/255) |
3067 | 2024-03-26T07:01:19.343Z | out/mg-ddm-gz.tar |
3068 | 2024-03-26T07:01:19.765Z |
32,768 0% 52.81kB/s 0:16:41
48,103,424 90% 45.88MB/s 0:00:00
52,915,712 100% 49.19MB/s 0:00:01 (xfr#11, to-chk=241/255) |
3069 | 2024-03-26T07:01:19.765Z | out/nexus.tar.gz |
3070 | 2024-03-26T07:01:20.128Z |
32,768 0% 1.16MB/s 0:01:17
91,668,399 100% 223.59MB/s 0:00:00 (xfr#12, to-chk=240/255) |
3071 | 2024-03-26T07:01:20.128Z | out/ntp.tar.gz |
3072 | 2024-03-26T07:01:20.163Z |
32,768 0% 81.63kB/s 0:02:07
10,418,758 100% 23.38MB/s 0:00:00 (xfr#13, to-chk=239/255) |
3073 | 2024-03-26T07:01:20.163Z | out/omicron-gateway-softnpu.tar.gz |
3074 | 2024-03-26T07:01:20.208Z |
32,768 0% 75.29kB/s 0:03:38
16,497,203 100% 33.62MB/s 0:00:00 (xfr#14, to-chk=238/255) |
3075 | 2024-03-26T07:01:20.208Z | out/omicron-gateway.tar.gz |
3076 | 2024-03-26T07:01:20.247Z |
32,768 0% 68.38kB/s 0:04:00
16,495,549 100% 30.85MB/s 0:00:00 (xfr#15, to-chk=237/255) |
3077 | 2024-03-26T07:01:20.247Z | out/omicron-sled-agent.tar |
3078 | 2024-03-26T07:01:21.066Z |
32,768 0% 62.62kB/s 0:31:05
67,108,864 57% 64.00MB/s 0:00:00
116,836,352 100% 83.78MB/s 0:00:01 (xfr#16, to-chk=236/255) |
3079 | 2024-03-26T07:01:21.066Z | out/overlay.tar.gz |
3080 | 2024-03-26T07:01:21.091Z |
2,621 100% 7.73kB/s 0:00:00
2,621 100% 7.71kB/s 0:00:00 (xfr#17, to-chk=235/255) |
3081 | 2024-03-26T07:01:21.091Z | out/oximeter.tar.gz |
3082 | 2024-03-26T07:01:21.214Z |
32,768 0% 96.39kB/s 0:08:17
48,011,095 100% 95.99MB/s 0:00:00 (xfr#18, to-chk=234/255) |
3083 | 2024-03-26T07:01:21.214Z | out/oxlog.tar |
3084 | 2024-03-26T07:01:21.259Z |
32,768 0% 67.09kB/s 0:01:32
6,244,352 100% 11.39MB/s 0:00:00 (xfr#19, to-chk=233/255) |
3085 | 2024-03-26T07:01:21.259Z | out/probe.tar.gz |
3086 | 2024-03-26T07:01:21.283Z |
32,768 1% 61.19kB/s 0:00:45
2,829,470 100% 5.06MB/s 0:00:00 (xfr#20, to-chk=232/255) |
3087 | 2024-03-26T07:01:21.283Z | out/propolis-server.tar.gz |
3088 | 2024-03-26T07:01:21.463Z |
32,768 0% 60.04kB/s 0:18:24
66,360,059 100% 87.05MB/s 0:00:00 (xfr#21, to-chk=231/255) |
3089 | 2024-03-26T07:01:21.463Z | out/switch-softnpu.tar.gz |
3090 | 2024-03-26T07:01:22.111Z |
32,768 0% 43.96kB/s 1:17:18
89,686,016 43% 85.53MB/s 0:00:01
203,938,891 100% 141.65MB/s 0:00:01 (xfr#22, to-chk=230/255) |
3091 | 2024-03-26T07:01:22.111Z | out/console-assets/ |
3092 | 2024-03-26T07:01:22.111Z | out/console-assets/VERSION |
3093 | 2024-03-26T07:01:22.112Z |
41 100% 0.11kB/s 0:00:00
41 100% 0.11kB/s 0:00:00 (xfr#23, to-chk=226/255) |
3094 | 2024-03-26T07:01:22.112Z | out/console-assets/index.html |
3095 | 2024-03-26T07:01:22.169Z |
466 100% 1.22kB/s 0:00:00
466 100% 1.22kB/s 0:00:00 (xfr#24, to-chk=225/255) |
3096 | 2024-03-26T07:01:22.169Z | out/console-assets/assets/ |
3097 | 2024-03-26T07:01:22.169Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
3098 | 2024-03-26T07:01:22.169Z |
32,768 70% 85.56kB/s 0:00:00
46,276 100% 120.83kB/s 0:00:00 (xfr#25, to-chk=223/255) |
3099 | 2024-03-26T07:01:22.170Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
3100 | 2024-03-26T07:01:22.170Z |
32,768 65% 85.56kB/s 0:00:00
50,032 100% 130.64kB/s 0:00:00 (xfr#26, to-chk=222/255) |
3101 | 2024-03-26T07:01:22.170Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
3102 | 2024-03-26T07:01:22.170Z |
32,768 55% 85.56kB/s 0:00:00
58,524 100% 152.41kB/s 0:00:00 (xfr#27, to-chk=221/255) |
3103 | 2024-03-26T07:01:22.170Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
3104 | 2024-03-26T07:01:22.170Z |
32,768 71% 85.33kB/s 0:00:00
46,060 100% 119.95kB/s 0:00:00 (xfr#28, to-chk=220/255) |
3105 | 2024-03-26T07:01:22.170Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
3106 | 2024-03-26T07:01:22.171Z |
21,937 100% 57.13kB/s 0:00:00
21,937 100% 57.13kB/s 0:00:00 (xfr#29, to-chk=219/255) |
3107 | 2024-03-26T07:01:22.171Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
3108 | 2024-03-26T07:01:22.171Z |
17,996 100% 46.86kB/s 0:00:00
17,996 100% 46.86kB/s 0:00:00 (xfr#30, to-chk=218/255) |
3109 | 2024-03-26T07:01:22.171Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
3110 | 2024-03-26T07:01:22.171Z |
21,890 100% 57.01kB/s 0:00:00
21,890 100% 57.01kB/s 0:00:00 (xfr#31, to-chk=217/255) |
3111 | 2024-03-26T07:01:22.171Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
3112 | 2024-03-26T07:01:22.172Z |
17,984 100% 46.83kB/s 0:00:00
17,984 100% 46.71kB/s 0:00:00 (xfr#32, to-chk=216/255) |
3113 | 2024-03-26T07:01:22.172Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
3114 | 2024-03-26T07:01:22.172Z |
21,123 100% 54.86kB/s 0:00:00
21,123 100% 54.86kB/s 0:00:00 (xfr#33, to-chk=215/255) |
3115 | 2024-03-26T07:01:22.172Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
3116 | 2024-03-26T07:01:22.172Z |
17,228 100% 44.75kB/s 0:00:00
17,228 100% 44.75kB/s 0:00:00 (xfr#34, to-chk=214/255) |
3117 | 2024-03-26T07:01:22.172Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
3118 | 2024-03-26T07:01:22.173Z |
18,448 100% 47.91kB/s 0:00:00
18,448 100% 47.91kB/s 0:00:00 (xfr#35, to-chk=213/255) |
3119 | 2024-03-26T07:01:22.173Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
3120 | 2024-03-26T07:01:22.173Z |
22,665 100% 58.87kB/s 0:00:00
22,665 100% 58.87kB/s 0:00:00 (xfr#36, to-chk=212/255) |
3121 | 2024-03-26T07:01:22.173Z | out/console-assets/assets/Terminal-_VoNxbTe.js |
3122 | 2024-03-26T07:01:22.173Z |
32,768 11% 85.11kB/s 0:00:02
287,761 100% 741.47kB/s 0:00:00 (xfr#37, to-chk=211/255) |
3123 | 2024-03-26T07:01:22.173Z | out/console-assets/assets/Terminal-_VoNxbTe.js.gz |
3124 | 2024-03-26T07:01:22.174Z |
32,768 45% 84.43kB/s 0:00:00
71,758 100% 184.90kB/s 0:00:00 (xfr#38, to-chk=210/255) |
3125 | 2024-03-26T07:01:22.174Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map |
3126 | 2024-03-26T07:01:22.174Z |
32,768 5% 84.21kB/s 0:00:06
590,313 100% 1.47MB/s 0:00:00 (xfr#39, to-chk=209/255) |
3127 | 2024-03-26T07:01:22.174Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map.gz |
3128 | 2024-03-26T07:01:22.174Z |
32,768 27% 83.12kB/s 0:00:01
118,282 100% 300.03kB/s 0:00:00 (xfr#40, to-chk=208/255) |
3129 | 2024-03-26T07:01:22.174Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js |
3130 | 2024-03-26T07:01:22.174Z |
32,768 8% 82.90kB/s 0:00:04
371,459 100% 932.53kB/s 0:00:00 (xfr#41, to-chk=207/255) |
3131 | 2024-03-26T07:01:22.174Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz |
3132 | 2024-03-26T07:01:22.174Z |
32,768 31% 82.26kB/s 0:00:00
103,751 100% 260.46kB/s 0:00:00 (xfr#42, to-chk=206/255) |
3133 | 2024-03-26T07:01:22.175Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map |
3134 | 2024-03-26T07:01:22.175Z |
32,768 1% 82.26kB/s 0:00:19
1,659,213 100% 3.97MB/s 0:00:00 (xfr#43, to-chk=205/255) |
3135 | 2024-03-26T07:01:22.175Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz |
3136 | 2024-03-26T07:01:22.175Z |
32,768 8% 80.00kB/s 0:00:04
379,036 100% 923.07kB/s 0:00:00 (xfr#44, to-chk=204/255) |
3137 | 2024-03-26T07:01:22.175Z | out/console-assets/assets/app-1tiVg9q7.js |
3138 | 2024-03-26T07:01:22.209Z |
32,768 2% 79.80kB/s 0:00:13
1,130,062 100% 2.62MB/s 0:00:00 (xfr#45, to-chk=203/255) |
3139 | 2024-03-26T07:01:22.209Z | out/console-assets/assets/app-1tiVg9q7.js.gz |
3140 | 2024-03-26T07:01:22.209Z |
32,768 9% 77.48kB/s 0:00:04
347,811 100% 818.46kB/s 0:00:00 (xfr#46, to-chk=202/255) |
3141 | 2024-03-26T07:01:22.209Z | out/console-assets/assets/app-1tiVg9q7.js.map |
3142 | 2024-03-26T07:01:22.209Z |
32,768 0% 77.11kB/s 0:01:08
5,328,067 100% 11.22MB/s 0:00:00 (xfr#47, to-chk=201/255) |
3143 | 2024-03-26T07:01:22.209Z | out/console-assets/assets/app-1tiVg9q7.js.map.gz |
3144 | 2024-03-26T07:01:22.209Z |
32,768 2% 70.48kB/s 0:00:17
1,261,215 100% 2.63MB/s 0:00:00 (xfr#48, to-chk=200/255) |
3145 | 2024-03-26T07:01:22.210Z | out/console-assets/assets/app-AvNWp1hQ.css |
3146 | 2024-03-26T07:01:22.210Z |
32,768 23% 69.72kB/s 0:00:01
138,004 100% 292.98kB/s 0:00:00 (xfr#49, to-chk=199/255) |
3147 | 2024-03-26T07:01:22.210Z | out/console-assets/assets/app-AvNWp1hQ.css.gz |
3148 | 2024-03-26T07:01:22.210Z |
21,197 100% 45.00kB/s 0:00:00
21,197 100% 45.00kB/s 0:00:00 (xfr#50, to-chk=198/255) |
3149 | 2024-03-26T07:01:22.210Z | out/console-assets/assets/favicon-WELtHcTG.svg |
3150 | 2024-03-26T07:01:22.210Z |
761 100% 1.62kB/s 0:00:00
761 100% 1.62kB/s 0:00:00 (xfr#51, to-chk=197/255) |
3151 | 2024-03-26T07:01:22.210Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
3152 | 2024-03-26T07:01:22.210Z |
1,327 100% 2.82kB/s 0:00:00
1,327 100% 2.82kB/s 0:00:00 (xfr#52, to-chk=196/255) |
3153 | 2024-03-26T07:01:22.210Z | out/console-assets/assets/og-preview-image.webp |
3154 | 2024-03-26T07:01:22.211Z |
32,768 36% 69.57kB/s 0:00:00
89,880 100% 190.40kB/s 0:00:00 (xfr#53, to-chk=195/255) |
3155 | 2024-03-26T07:01:22.211Z | out/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp |
3156 | 2024-03-26T07:01:22.211Z |
32,768 4% 69.41kB/s 0:00:09
673,968 100% 1.39MB/s 0:00:00 (xfr#54, to-chk=194/255) |
3157 | 2024-03-26T07:01:22.211Z | out/manifest-cache/ |
3158 | 2024-03-26T07:01:22.211Z | out/manifest-cache/clickhouse.tar.gz.json |
3159 | 2024-03-26T07:01:22.211Z |
780 100% 1.64kB/s 0:00:00
780 100% 1.64kB/s 0:00:00 (xfr#55, to-chk=193/255) |
3160 | 2024-03-26T07:01:22.211Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
3161 | 2024-03-26T07:01:22.211Z |
801 100% 1.69kB/s 0:00:00
801 100% 1.69kB/s 0:00:00 (xfr#56, to-chk=192/255) |
3162 | 2024-03-26T07:01:22.212Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
3163 | 2024-03-26T07:01:22.212Z |
2,958 100% 6.23kB/s 0:00:00
2,958 100% 6.23kB/s 0:00:00 (xfr#57, to-chk=191/255) |
3164 | 2024-03-26T07:01:22.212Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
3165 | 2024-03-26T07:01:22.212Z |
2,946 100% 6.20kB/s 0:00:00
2,946 100% 6.20kB/s 0:00:00 (xfr#58, to-chk=190/255) |
3166 | 2024-03-26T07:01:22.212Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
3167 | 2024-03-26T07:01:22.212Z |
32,768 61% 68.97kB/s 0:00:00
53,598 100% 112.56kB/s 0:00:00 (xfr#59, to-chk=189/255) |
3168 | 2024-03-26T07:01:22.213Z | out/manifest-cache/cockroachdb.tar.gz.json |
3169 | 2024-03-26T07:01:22.213Z |
787 100% 1.65kB/s 0:00:00
787 100% 1.65kB/s 0:00:00 (xfr#60, to-chk=188/255) |
3170 | 2024-03-26T07:01:22.213Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
3171 | 2024-03-26T07:01:22.213Z |
662 100% 1.39kB/s 0:00:00
662 100% 1.39kB/s 0:00:00 (xfr#61, to-chk=187/255) |
3172 | 2024-03-26T07:01:22.213Z | out/manifest-cache/crucible-zone.tar.gz.json |
3173 | 2024-03-26T07:01:22.213Z |
641 100% 1.35kB/s 0:00:00
641 100% 1.35kB/s 0:00:00 (xfr#62, to-chk=186/255) |
3174 | 2024-03-26T07:01:22.213Z | out/manifest-cache/dns-server.tar.gz.json |
3175 | 2024-03-26T07:01:22.213Z |
942 100% 1.98kB/s 0:00:00
942 100% 1.98kB/s 0:00:00 (xfr#63, to-chk=185/255) |
3176 | 2024-03-26T07:01:22.214Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
3177 | 2024-03-26T07:01:22.214Z |
1,132 100% 2.38kB/s 0:00:00
1,132 100% 2.38kB/s 0:00:00 (xfr#64, to-chk=184/255) |
3178 | 2024-03-26T07:01:22.214Z | out/manifest-cache/external-dns.tar.gz.json |
3179 | 2024-03-26T07:01:22.214Z |
934 100% 1.96kB/s 0:00:00
934 100% 1.96kB/s 0:00:00 (xfr#65, to-chk=183/255) |
3180 | 2024-03-26T07:01:22.214Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
3181 | 2024-03-26T07:01:22.214Z |
752 100% 1.58kB/s 0:00:00
752 100% 1.58kB/s 0:00:00 (xfr#66, to-chk=182/255) |
3182 | 2024-03-26T07:01:22.215Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
3183 | 2024-03-26T07:01:22.215Z |
1,132 100% 2.38kB/s 0:00:00
1,132 100% 2.38kB/s 0:00:00 (xfr#67, to-chk=181/255) |
3184 | 2024-03-26T07:01:22.215Z | out/manifest-cache/internal-dns.tar.gz.json |
3185 | 2024-03-26T07:01:22.215Z |
791 100% 1.66kB/s 0:00:00
791 100% 1.66kB/s 0:00:00 (xfr#68, to-chk=180/255) |
3186 | 2024-03-26T07:01:22.215Z | out/manifest-cache/logadm.tar.gz.json |
3187 | 2024-03-26T07:01:22.215Z |
1,044 100% 2.19kB/s 0:00:00
1,044 100% 2.19kB/s 0:00:00 (xfr#69, to-chk=179/255) |
3188 | 2024-03-26T07:01:22.216Z | out/manifest-cache/nexus.tar.gz.json |
3189 | 2024-03-26T07:01:22.216Z |
773 100% 1.62kB/s 0:00:00
773 100% 1.62kB/s 0:00:00 (xfr#70, to-chk=178/255) |
3190 | 2024-03-26T07:01:22.216Z | out/manifest-cache/ntp-svc.tar.gz.json |
3191 | 2024-03-26T07:01:22.216Z |
2,228 100% 4.68kB/s 0:00:00
2,228 100% 4.68kB/s 0:00:00 (xfr#71, to-chk=177/255) |
3192 | 2024-03-26T07:01:22.216Z | out/manifest-cache/ntp.tar.gz.json |
3193 | 2024-03-26T07:01:22.216Z |
763 100% 1.60kB/s 0:00:00
763 100% 1.60kB/s 0:00:00 (xfr#72, to-chk=176/255) |
3194 | 2024-03-26T07:01:22.217Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
3195 | 2024-03-26T07:01:22.217Z |
1,462 100% 3.07kB/s 0:00:00
1,462 100% 3.07kB/s 0:00:00 (xfr#73, to-chk=175/255) |
3196 | 2024-03-26T07:01:22.217Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
3197 | 2024-03-26T07:01:22.217Z |
545 100% 1.14kB/s 0:00:00
545 100% 1.14kB/s 0:00:00 (xfr#74, to-chk=174/255) |
3198 | 2024-03-26T07:01:22.217Z | out/manifest-cache/omicron-gateway.tar.gz.json |
3199 | 2024-03-26T07:01:22.218Z |
703 100% 1.47kB/s 0:00:00
703 100% 1.47kB/s 0:00:00 (xfr#75, to-chk=173/255) |
3200 | 2024-03-26T07:01:22.218Z | out/manifest-cache/omicron-nexus.tar.gz.json |
3201 | 2024-03-26T07:01:22.251Z |
32,768 46% 68.67kB/s 0:00:00
70,581 100% 147.91kB/s 0:00:00 (xfr#76, to-chk=172/255) |
3202 | 2024-03-26T07:01:22.251Z | out/manifest-cache/omicron-omdb.tar.gz.json |
3203 | 2024-03-26T07:01:22.251Z |
702 100% 1.47kB/s 0:00:00
702 100% 1.47kB/s 0:00:00 (xfr#77, to-chk=171/255) |
3204 | 2024-03-26T07:01:22.251Z | out/manifest-cache/omicron-sled-agent.tar.json |
3205 | 2024-03-26T07:01:22.251Z |
1,510 100% 3.16kB/s 0:00:00
1,510 100% 3.16kB/s 0:00:00 (xfr#78, to-chk=170/255) |
3206 | 2024-03-26T07:01:22.251Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
3207 | 2024-03-26T07:01:22.251Z |
883 100% 1.85kB/s 0:00:00
883 100% 1.85kB/s 0:00:00 (xfr#79, to-chk=169/255) |
3208 | 2024-03-26T07:01:22.251Z | out/manifest-cache/overlay.tar.gz.json |
3209 | 2024-03-26T07:01:22.252Z |
473 100% 0.99kB/s 0:00:00
473 100% 0.99kB/s 0:00:00 (xfr#80, to-chk=168/255) |
3210 | 2024-03-26T07:01:22.252Z | out/manifest-cache/oximeter-collector.tar.gz.json |
3211 | 2024-03-26T07:01:22.252Z |
18,311 100% 38.37kB/s 0:00:00
18,311 100% 38.37kB/s 0:00:00 (xfr#81, to-chk=167/255) |
3212 | 2024-03-26T07:01:22.252Z | out/manifest-cache/oximeter.tar.gz.json |
3213 | 2024-03-26T07:01:22.252Z |
641 100% 1.34kB/s 0:00:00
641 100% 1.34kB/s 0:00:00 (xfr#82, to-chk=166/255) |
3214 | 2024-03-26T07:01:22.252Z | out/manifest-cache/oxlog.tar.json |
3215 | 2024-03-26T07:01:22.253Z |
321 100% 0.67kB/s 0:00:00
321 100% 0.67kB/s 0:00:00 (xfr#83, to-chk=165/255) |
3216 | 2024-03-26T07:01:22.253Z | out/manifest-cache/probe.tar.gz.json |
3217 | 2024-03-26T07:01:22.253Z |
346 100% 0.73kB/s 0:00:00
346 100% 0.73kB/s 0:00:00 (xfr#84, to-chk=164/255) |
3218 | 2024-03-26T07:01:22.253Z | out/manifest-cache/profile.tar.gz.json |
3219 | 2024-03-26T07:01:22.253Z |
838 100% 1.76kB/s 0:00:00
838 100% 1.76kB/s 0:00:00 (xfr#85, to-chk=163/255) |
3220 | 2024-03-26T07:01:22.253Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
3221 | 2024-03-26T07:01:22.253Z |
357 100% 0.75kB/s 0:00:00
357 100% 0.75kB/s 0:00:00 (xfr#86, to-chk=162/255) |
3222 | 2024-03-26T07:01:22.253Z | out/manifest-cache/sp-sim.tar.gz.json |
3223 | 2024-03-26T07:01:22.254Z |
1,549 100% 3.24kB/s 0:00:00
1,549 100% 3.24kB/s 0:00:00 (xfr#87, to-chk=161/255) |
3224 | 2024-03-26T07:01:22.254Z | out/manifest-cache/switch-softnpu.tar.gz.json |
3225 | 2024-03-26T07:01:22.254Z |
1,566 100% 3.27kB/s 0:00:00
1,566 100% 3.27kB/s 0:00:00 (xfr#88, to-chk=160/255) |
3226 | 2024-03-26T07:01:22.254Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
3227 | 2024-03-26T07:01:22.254Z |
10,790 100% 22.56kB/s 0:00:00
10,790 100% 22.56kB/s 0:00:00 (xfr#89, to-chk=159/255) |
3228 | 2024-03-26T07:01:22.254Z | out/manifest-cache/wicket.tar.gz.json |
3229 | 2024-03-26T07:01:22.254Z |
1,084 100% 2.27kB/s 0:00:00
1,084 100% 2.27kB/s 0:00:00 (xfr#90, to-chk=158/255) |
3230 | 2024-03-26T07:01:22.254Z | out/manifest-cache/wicketd.tar.gz.json |
3231 | 2024-03-26T07:01:22.254Z |
1,560 100% 3.26kB/s 0:00:00
1,560 100% 3.26kB/s 0:00:00 (xfr#91, to-chk=157/255) |
3232 | 2024-03-26T07:01:22.255Z | out/manifest-cache/zone-network-install.tar.gz.json |
3233 | 2024-03-26T07:01:22.255Z |
877 100% 1.83kB/s 0:00:00
877 100% 1.83kB/s 0:00:00 (xfr#92, to-chk=156/255) |
3234 | 2024-03-26T07:01:22.255Z | out/manifest-cache/zone-network-setup.tar.gz.json |
3235 | 2024-03-26T07:01:22.255Z |
772 100% 1.61kB/s 0:00:00
772 100% 1.61kB/s 0:00:00 (xfr#93, to-chk=155/255) |
3236 | 2024-03-26T07:01:22.255Z | out/target/ |
3237 | 2024-03-26T07:01:22.255Z | out/target/active -> default |
3238 | 2024-03-26T07:01:22.255Z | out/target/default |
3239 | 2024-03-26T07:01:22.256Z |
74 100% 0.15kB/s 0:00:00
74 100% 0.15kB/s 0:00:00 (xfr#94, to-chk=153/255) |
3240 | 2024-03-26T07:01:22.256Z | smf/ |
3241 | 2024-03-26T07:01:22.256Z | smf/clickhouse/ |
3242 | 2024-03-26T07:01:22.256Z | smf/clickhouse/config_replica.xml |
3243 | 2024-03-26T07:01:22.256Z |
2,728 100% 5.70kB/s 0:00:00
2,728 100% 5.70kB/s 0:00:00 (xfr#95, to-chk=133/255) |
3244 | 2024-03-26T07:01:22.256Z | smf/clickhouse/manifest.xml |
3245 | 2024-03-26T07:01:22.256Z |
1,494 100% 3.12kB/s 0:00:00
1,494 100% 3.12kB/s 0:00:00 (xfr#96, to-chk=132/255) |
3246 | 2024-03-26T07:01:22.257Z | smf/clickhouse/method_script.sh |
3247 | 2024-03-26T07:01:22.257Z |
5,330 100% 11.15kB/s 0:00:00
5,330 100% 11.15kB/s 0:00:00 (xfr#97, to-chk=131/255) |
3248 | 2024-03-26T07:01:22.257Z | smf/clickhouse_keeper/ |
3249 | 2024-03-26T07:01:22.257Z | smf/clickhouse_keeper/keeper_config.xml |
3250 | 2024-03-26T07:01:22.257Z |
1,460 100% 3.05kB/s 0:00:00
1,460 100% 3.05kB/s 0:00:00 (xfr#98, to-chk=130/255) |
3251 | 2024-03-26T07:01:22.257Z | smf/clickhouse_keeper/manifest.xml |
3252 | 2024-03-26T07:01:22.257Z |
1,534 100% 3.20kB/s 0:00:00
1,534 100% 3.20kB/s 0:00:00 (xfr#99, to-chk=129/255) |
3253 | 2024-03-26T07:01:22.257Z | smf/clickhouse_keeper/method_script.sh |
3254 | 2024-03-26T07:01:22.257Z |
4,324 100% 9.02kB/s 0:00:00
4,324 100% 9.02kB/s 0:00:00 (xfr#100, to-chk=128/255) |
3255 | 2024-03-26T07:01:22.257Z | smf/cockroachdb/ |
3256 | 2024-03-26T07:01:22.257Z | smf/cockroachdb/manifest.xml |
3257 | 2024-03-26T07:01:22.258Z |
1,667 100% 3.48kB/s 0:00:00
1,667 100% 3.48kB/s 0:00:00 (xfr#101, to-chk=127/255) |
3258 | 2024-03-26T07:01:22.258Z | smf/cockroachdb/method_script.sh |
3259 | 2024-03-26T07:01:22.258Z |
1,030 100% 2.15kB/s 0:00:00
1,030 100% 2.15kB/s 0:00:00 (xfr#102, to-chk=126/255) |
3260 | 2024-03-26T07:01:22.258Z | smf/external-dns/ |
3261 | 2024-03-26T07:01:22.258Z | smf/external-dns/config.toml |
3262 | 2024-03-26T07:01:22.258Z |
353 100% 0.74kB/s 0:00:00
353 100% 0.74kB/s 0:00:00 (xfr#103, to-chk=125/255) |
3263 | 2024-03-26T07:01:22.258Z | smf/external-dns/manifest.xml |
3264 | 2024-03-26T07:01:22.258Z |
1,805 100% 3.77kB/s 0:00:00
1,805 100% 3.77kB/s 0:00:00 (xfr#104, to-chk=124/255) |
3265 | 2024-03-26T07:01:22.258Z | smf/installinator/ |
3266 | 2024-03-26T07:01:22.258Z | smf/installinator/manifest.xml |
3267 | 2024-03-26T07:01:22.258Z |
2,149 100% 4.48kB/s 0:00:00
2,149 100% 4.48kB/s 0:00:00 (xfr#105, to-chk=123/255) |
3268 | 2024-03-26T07:01:22.258Z | smf/internal-dns/ |
3269 | 2024-03-26T07:01:22.259Z | smf/internal-dns/config.toml |
3270 | 2024-03-26T07:01:22.259Z |
353 100% 0.74kB/s 0:00:00
353 100% 0.74kB/s 0:00:00 (xfr#106, to-chk=122/255) |
3271 | 2024-03-26T07:01:22.259Z | smf/internal-dns/manifest.xml |
3272 | 2024-03-26T07:01:22.259Z |
1,618 100% 3.38kB/s 0:00:00
1,618 100% 3.38kB/s 0:00:00 (xfr#107, to-chk=121/255) |
3273 | 2024-03-26T07:01:22.259Z | smf/logadm/ |
3274 | 2024-03-26T07:01:22.259Z | smf/logadm/crontab.root |
3275 | 2024-03-26T07:01:22.259Z |
30 100% 0.06kB/s 0:00:00
30 100% 0.06kB/s 0:00:00 (xfr#108, to-chk=120/255) |
3276 | 2024-03-26T07:01:22.259Z | smf/logadm/logadm.conf |
3277 | 2024-03-26T07:01:22.259Z |
2,553 100% 5.33kB/s 0:00:00
2,553 100% 5.33kB/s 0:00:00 (xfr#109, to-chk=119/255) |
3278 | 2024-03-26T07:01:22.259Z | smf/mgs-sim/ |
3279 | 2024-03-26T07:01:22.259Z | smf/mgs-sim/config.toml |
3280 | 2024-03-26T07:01:22.260Z |
3,534 100% 7.37kB/s 0:00:00
3,534 100% 7.37kB/s 0:00:00 (xfr#110, to-chk=118/255) |
3281 | 2024-03-26T07:01:22.260Z | smf/mgs/ |
3282 | 2024-03-26T07:01:22.260Z | smf/mgs/config.toml |
3283 | 2024-03-26T07:01:22.260Z |
9,085 100% 18.96kB/s 0:00:00
9,085 100% 18.96kB/s 0:00:00 (xfr#111, to-chk=117/255) |
3284 | 2024-03-26T07:01:22.260Z | smf/mgs/manifest.xml |
3285 | 2024-03-26T07:01:22.260Z |
2,474 100% 5.16kB/s 0:00:00
2,474 100% 5.16kB/s 0:00:00 (xfr#112, to-chk=116/255) |
3286 | 2024-03-26T07:01:22.260Z | smf/nexus/ |
3287 | 2024-03-26T07:01:22.260Z | smf/nexus/manifest.xml |
3288 | 2024-03-26T07:01:22.260Z |
1,987 100% 4.14kB/s 0:00:00
1,987 100% 4.14kB/s 0:00:00 (xfr#113, to-chk=115/255) |
3289 | 2024-03-26T07:01:22.260Z | smf/nexus/multi-sled/ |
3290 | 2024-03-26T07:01:22.260Z | smf/nexus/multi-sled/config-partial.toml |
3291 | 2024-03-26T07:01:22.261Z |
1,997 100% 4.16kB/s 0:00:00
1,997 100% 4.16kB/s 0:00:00 (xfr#114, to-chk=112/255) |
3292 | 2024-03-26T07:01:22.261Z | smf/nexus/single-sled/ |
3293 | 2024-03-26T07:01:22.261Z | smf/nexus/single-sled/config-partial.toml |
3294 | 2024-03-26T07:01:22.261Z |
1,993 100% 4.15kB/s 0:00:00
1,993 100% 4.15kB/s 0:00:00 (xfr#115, to-chk=111/255) |
3295 | 2024-03-26T07:01:22.261Z | smf/ntp/ |
3296 | 2024-03-26T07:01:22.261Z | smf/ntp/etc/ |
3297 | 2024-03-26T07:01:22.261Z | smf/ntp/etc/inet/ |
3298 | 2024-03-26T07:01:22.261Z | smf/ntp/etc/inet/chrony.conf.boundary |
3299 | 2024-03-26T07:01:22.261Z |
881 100% 1.83kB/s 0:00:00
881 100% 1.83kB/s 0:00:00 (xfr#116, to-chk=105/255) |
3300 | 2024-03-26T07:01:22.261Z | smf/ntp/etc/inet/chrony.conf.internal |
3301 | 2024-03-26T07:01:22.288Z |
1,108 100% 2.31kB/s 0:00:00
1,108 100% 2.31kB/s 0:00:00 (xfr#117, to-chk=104/255) |
3302 | 2024-03-26T07:01:22.288Z | smf/ntp/etc/logadm.d/ |
3303 | 2024-03-26T07:01:22.288Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
3304 | 2024-03-26T07:01:22.288Z |
135 100% 0.28kB/s 0:00:00
135 100% 0.28kB/s 0:00:00 (xfr#118, to-chk=103/255) |
3305 | 2024-03-26T07:01:22.288Z | smf/ntp/manifest/ |
3306 | 2024-03-26T07:01:22.288Z | smf/ntp/manifest/manifest.xml |
3307 | 2024-03-26T07:01:22.288Z |
3,336 100% 6.95kB/s 0:00:00
3,336 100% 6.95kB/s 0:00:00 (xfr#119, to-chk=102/255) |
3308 | 2024-03-26T07:01:22.289Z | smf/ntp/method/ |
3309 | 2024-03-26T07:01:22.289Z | smf/ntp/method/svc-site-ntp |
3310 | 2024-03-26T07:01:22.289Z |
3,211 100% 6.69kB/s 0:00:00
3,211 100% 6.69kB/s 0:00:00 (xfr#120, to-chk=101/255) |
3311 | 2024-03-26T07:01:22.289Z | smf/opte-interface-setup/ |
3312 | 2024-03-26T07:01:22.289Z | smf/opte-interface-setup/manifest.xml |
3313 | 2024-03-26T07:01:22.289Z |
1,638 100% 3.41kB/s 0:00:00
1,638 100% 3.41kB/s 0:00:00 (xfr#121, to-chk=100/255) |
3314 | 2024-03-26T07:01:22.289Z | smf/oximeter/ |
3315 | 2024-03-26T07:01:22.289Z | smf/oximeter/config.toml |
3316 | 2024-03-26T07:01:22.289Z |
205 100% 0.43kB/s 0:00:00
205 100% 0.43kB/s 0:00:00 (xfr#122, to-chk=99/255) |
3317 | 2024-03-26T07:01:22.289Z | smf/oximeter/manifest.xml |
3318 | 2024-03-26T07:01:22.289Z |
1,770 100% 3.69kB/s 0:00:00
1,770 100% 3.69kB/s 0:00:00 (xfr#123, to-chk=98/255) |
3319 | 2024-03-26T07:01:22.289Z | smf/profile/ |
3320 | 2024-03-26T07:01:22.289Z | smf/profile/bashrc |
3321 | 2024-03-26T07:01:22.290Z |
925 100% 1.93kB/s 0:00:00
925 100% 1.93kB/s 0:00:00 (xfr#124, to-chk=97/255) |
3322 | 2024-03-26T07:01:22.290Z | smf/profile/profile |
3323 | 2024-03-26T07:01:22.290Z |
535 100% 1.11kB/s 0:00:00
535 100% 1.11kB/s 0:00:00 (xfr#125, to-chk=96/255) |
3324 | 2024-03-26T07:01:22.290Z | smf/sled-agent/ |
3325 | 2024-03-26T07:01:22.290Z | smf/sled-agent/manifest.xml |
3326 | 2024-03-26T07:01:22.290Z |
2,373 100% 4.94kB/s 0:00:00
2,373 100% 4.94kB/s 0:00:00 (xfr#126, to-chk=95/255) |
3327 | 2024-03-26T07:01:22.290Z | smf/sled-agent/gimlet-standalone/ |
3328 | 2024-03-26T07:01:22.290Z | smf/sled-agent/gimlet-standalone/README.md |
3329 | 2024-03-26T07:01:22.290Z |
114 100% 0.24kB/s 0:00:00
114 100% 0.24kB/s 0:00:00 (xfr#127, to-chk=91/255) |
3330 | 2024-03-26T07:01:22.290Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
3331 | 2024-03-26T07:01:22.290Z |
6,611 100% 13.77kB/s 0:00:00
6,611 100% 13.77kB/s 0:00:00 (xfr#128, to-chk=90/255) |
3332 | 2024-03-26T07:01:22.291Z | smf/sled-agent/gimlet-standalone/config.toml |
3333 | 2024-03-26T07:01:22.291Z |
1,800 100% 3.75kB/s 0:00:00
1,800 100% 3.75kB/s 0:00:00 (xfr#129, to-chk=89/255) |
3334 | 2024-03-26T07:01:22.291Z | smf/sled-agent/gimlet/ |
3335 | 2024-03-26T07:01:22.291Z | smf/sled-agent/gimlet/README.md |
3336 | 2024-03-26T07:01:22.291Z |
54 100% 0.11kB/s 0:00:00
54 100% 0.11kB/s 0:00:00 (xfr#130, to-chk=88/255) |
3337 | 2024-03-26T07:01:22.291Z | smf/sled-agent/gimlet/config.toml |
3338 | 2024-03-26T07:01:22.291Z |
1,657 100% 3.45kB/s 0:00:00
1,657 100% 3.45kB/s 0:00:00 (xfr#131, to-chk=87/255) |
3339 | 2024-03-26T07:01:22.291Z | smf/sled-agent/non-gimlet/ |
3340 | 2024-03-26T07:01:22.291Z | smf/sled-agent/non-gimlet/README.md |
3341 | 2024-03-26T07:01:22.291Z |
105 100% 0.22kB/s 0:00:00
105 100% 0.22kB/s 0:00:00 (xfr#132, to-chk=86/255) |
3342 | 2024-03-26T07:01:22.291Z | smf/sled-agent/non-gimlet/config-rss.toml |
3343 | 2024-03-26T07:01:22.291Z |
1,947 100% 4.05kB/s 0:00:00
1,947 100% 4.05kB/s 0:00:00 (xfr#133, to-chk=85/255) |
3344 | 2024-03-26T07:01:22.292Z | smf/sled-agent/non-gimlet/config.toml |
3345 | 2024-03-26T07:01:22.292Z |
2,906 100% 6.04kB/s 0:00:00
2,906 100% 6.04kB/s 0:00:00 (xfr#134, to-chk=84/255) |
3346 | 2024-03-26T07:01:22.292Z | smf/sp-sim/ |
3347 | 2024-03-26T07:01:22.292Z | smf/sp-sim/config.toml |
3348 | 2024-03-26T07:01:22.292Z |
2,604 100% 5.41kB/s 0:00:00
2,604 100% 5.41kB/s 0:00:00 (xfr#135, to-chk=83/255) |
3349 | 2024-03-26T07:01:22.292Z | smf/sp-sim/manifest.xml |
3350 | 2024-03-26T07:01:22.292Z |
1,271 100% 2.64kB/s 0:00:00
1,271 100% 2.64kB/s 0:00:00 (xfr#136, to-chk=82/255) |
3351 | 2024-03-26T07:01:22.292Z | smf/switch_zone_setup/ |
3352 | 2024-03-26T07:01:22.292Z | smf/switch_zone_setup/manifest.xml |
3353 | 2024-03-26T07:01:22.292Z |
1,061 100% 2.20kB/s 0:00:00
1,061 100% 2.20kB/s 0:00:00 (xfr#137, to-chk=81/255) |
3354 | 2024-03-26T07:01:22.292Z | smf/switch_zone_setup/support_authorized_keys |
3355 | 2024-03-26T07:01:22.292Z |
1,284 100% 2.67kB/s 0:00:00
1,284 100% 2.67kB/s 0:00:00 (xfr#138, to-chk=80/255) |
3356 | 2024-03-26T07:01:22.292Z | smf/switch_zone_setup/switch_zone_setup |
3357 | 2024-03-26T07:01:22.293Z |
1,041 100% 2.16kB/s 0:00:00
1,041 100% 2.16kB/s 0:00:00 (xfr#139, to-chk=79/255) |
3358 | 2024-03-26T07:01:22.293Z | smf/wicketd/ |
3359 | 2024-03-26T07:01:22.293Z | smf/wicketd/config.toml |
3360 | 2024-03-26T07:01:22.293Z |
104 100% 0.22kB/s 0:00:00
104 100% 0.22kB/s 0:00:00 (xfr#140, to-chk=78/255) |
3361 | 2024-03-26T07:01:22.293Z | smf/wicketd/manifest.xml |
3362 | 2024-03-26T07:01:22.293Z |
2,954 100% 6.14kB/s 0:00:00
2,954 100% 6.14kB/s 0:00:00 (xfr#141, to-chk=77/255) |
3363 | 2024-03-26T07:01:22.293Z | smf/zone-network-setup/ |
3364 | 2024-03-26T07:01:22.293Z | smf/zone-network-setup/manifest.xml |
3365 | 2024-03-26T07:01:22.293Z |
1,614 100% 3.35kB/s 0:00:00
1,614 100% 3.35kB/s 0:00:00 (xfr#142, to-chk=76/255) |
3366 | 2024-03-26T07:01:22.293Z | tools/ |
3367 | 2024-03-26T07:01:22.293Z | tools/README.adoc |
3368 | 2024-03-26T07:01:22.293Z |
3,558 100% 7.39kB/s 0:00:00
3,558 100% 7.39kB/s 0:00:00 (xfr#143, to-chk=75/255) |
3369 | 2024-03-26T07:01:22.293Z | tools/build-global-zone-packages.sh |
3370 | 2024-03-26T07:01:22.294Z |
2,388 100% 4.96kB/s 0:00:00
2,388 100% 4.96kB/s 0:00:00 (xfr#144, to-chk=74/255) |
3371 | 2024-03-26T07:01:22.294Z | tools/build-host-image.sh |
3372 | 2024-03-26T07:01:22.294Z |
2,971 100% 6.17kB/s 0:00:00
2,971 100% 6.17kB/s 0:00:00 (xfr#145, to-chk=73/255) |
3373 | 2024-03-26T07:01:22.294Z | tools/build-trampoline-global-zone-packages.sh |
3374 | 2024-03-26T07:01:22.294Z |
1,878 100% 3.90kB/s 0:00:00
1,878 100% 3.90kB/s 0:00:00 (xfr#146, to-chk=72/255) |
3375 | 2024-03-26T07:01:22.294Z | tools/ci_check_opte_ver.sh |
3376 | 2024-03-26T07:01:22.294Z |
2,770 100% 5.76kB/s 0:00:00
2,770 100% 5.76kB/s 0:00:00 (xfr#147, to-chk=71/255) |
3377 | 2024-03-26T07:01:22.294Z | tools/ci_download_clickhouse |
3378 | 2024-03-26T07:01:22.294Z |
3,631 100% 7.54kB/s 0:00:00
3,631 100% 7.54kB/s 0:00:00 (xfr#148, to-chk=70/255) |
3379 | 2024-03-26T07:01:22.294Z | tools/ci_download_cockroachdb |
3380 | 2024-03-26T07:01:22.294Z |
4,292 100% 8.92kB/s 0:00:00
4,292 100% 8.92kB/s 0:00:00 (xfr#149, to-chk=69/255) |
3381 | 2024-03-26T07:01:22.294Z | tools/ci_download_console |
3382 | 2024-03-26T07:01:22.294Z |
1,991 100% 4.14kB/s 0:00:00
1,991 100% 4.14kB/s 0:00:00 (xfr#150, to-chk=68/255) |
3383 | 2024-03-26T07:01:22.295Z | tools/ci_download_dendrite_openapi |
3384 | 2024-03-26T07:01:22.295Z |
1,719 100% 3.57kB/s 0:00:00
1,719 100% 3.57kB/s 0:00:00 (xfr#151, to-chk=67/255) |
3385 | 2024-03-26T07:01:22.295Z | tools/ci_download_dendrite_stub |
3386 | 2024-03-26T07:01:22.295Z |
4,229 100% 8.79kB/s 0:00:00
4,229 100% 8.79kB/s 0:00:00 (xfr#152, to-chk=66/255) |
3387 | 2024-03-26T07:01:22.295Z | tools/ci_download_maghemite_mgd |
3388 | 2024-03-26T07:01:22.295Z |
3,650 100% 7.58kB/s 0:00:00
3,650 100% 7.58kB/s 0:00:00 (xfr#153, to-chk=65/255) |
3389 | 2024-03-26T07:01:22.295Z | tools/ci_download_maghemite_openapi |
3390 | 2024-03-26T07:01:22.295Z |
1,989 100% 4.13kB/s 0:00:00
1,989 100% 4.13kB/s 0:00:00 (xfr#154, to-chk=64/255) |
3391 | 2024-03-26T07:01:22.295Z | tools/ci_download_softnpu_machinery |
3392 | 2024-03-26T07:01:22.295Z |
668 100% 1.39kB/s 0:00:00
668 100% 1.39kB/s 0:00:00 (xfr#155, to-chk=63/255) |
3393 | 2024-03-26T07:01:22.295Z | tools/ci_download_thundermuffin |
3394 | 2024-03-26T07:01:22.295Z |
3,237 100% 6.71kB/s 0:00:00
3,237 100% 6.71kB/s 0:00:00 (xfr#156, to-chk=62/255) |
3395 | 2024-03-26T07:01:22.295Z | tools/ci_download_transceiver_control |
3396 | 2024-03-26T07:01:22.296Z |
3,415 100% 7.08kB/s 0:00:00
3,415 100% 7.08kB/s 0:00:00 (xfr#157, to-chk=61/255) |
3397 | 2024-03-26T07:01:22.296Z | tools/clickhouse_checksums |
3398 | 2024-03-26T07:01:22.296Z |
153 100% 0.32kB/s 0:00:00
153 100% 0.32kB/s 0:00:00 (xfr#158, to-chk=60/255) |
3399 | 2024-03-26T07:01:22.296Z | tools/clickhouse_version |
3400 | 2024-03-26T07:01:22.296Z |
11 100% 0.02kB/s 0:00:00
11 100% 0.02kB/s 0:00:00 (xfr#159, to-chk=59/255) |
3401 | 2024-03-26T07:01:22.326Z | tools/cockroachdb_checksums |
3402 | 2024-03-26T07:01:22.326Z |
258 100% 0.53kB/s 0:00:00
258 100% 0.53kB/s 0:00:00 (xfr#160, to-chk=58/255) |
3403 | 2024-03-26T07:01:22.327Z | tools/cockroachdb_version |
3404 | 2024-03-26T07:01:22.327Z |
8 100% 0.02kB/s 0:00:00
8 100% 0.02kB/s 0:00:00 (xfr#161, to-chk=57/255) |
3405 | 2024-03-26T07:01:22.327Z | tools/console_version |
3406 | 2024-03-26T07:01:22.327Z |
122 100% 0.25kB/s 0:00:00
122 100% 0.25kB/s 0:00:00 (xfr#162, to-chk=56/255) |
3407 | 2024-03-26T07:01:22.327Z | tools/create_gimlet_virtual_hardware.sh |
3408 | 2024-03-26T07:01:22.327Z |
936 100% 1.94kB/s 0:00:00
936 100% 1.94kB/s 0:00:00 (xfr#163, to-chk=55/255) |
3409 | 2024-03-26T07:01:22.327Z | tools/create_scrimlet_virtual_hardware.sh |
3410 | 2024-03-26T07:01:22.327Z |
2,014 100% 4.18kB/s 0:00:00
2,014 100% 4.18kB/s 0:00:00 (xfr#164, to-chk=54/255) |
3411 | 2024-03-26T07:01:22.327Z | tools/create_self_signed_cert.sh |
3412 | 2024-03-26T07:01:22.327Z |
685 100% 1.42kB/s 0:00:00
685 100% 1.42kB/s 0:00:00 (xfr#165, to-chk=53/255) |
3413 | 2024-03-26T07:01:22.327Z | tools/create_virtual_hardware.sh |
3414 | 2024-03-26T07:01:22.327Z |
3,184 100% 6.60kB/s 0:00:00
3,184 100% 6.60kB/s 0:00:00 (xfr#166, to-chk=52/255) |
3415 | 2024-03-26T07:01:22.327Z | tools/delete-reservoir.sh |
3416 | 2024-03-26T07:01:22.327Z |
136 100% 0.28kB/s 0:00:00
136 100% 0.28kB/s 0:00:00 (xfr#167, to-chk=51/255) |
3417 | 2024-03-26T07:01:22.327Z | tools/dendrite_openapi_version |
3418 | 2024-03-26T07:01:22.327Z |
122 100% 0.25kB/s 0:00:00
122 100% 0.25kB/s 0:00:00 (xfr#168, to-chk=50/255) |
3419 | 2024-03-26T07:01:22.327Z | tools/dendrite_stub_checksums |
3420 | 2024-03-26T07:01:22.327Z |
267 100% 0.55kB/s 0:00:00
267 100% 0.55kB/s 0:00:00 (xfr#169, to-chk=49/255) |
3421 | 2024-03-26T07:01:22.327Z | tools/destroy_gimlet_virtual_hardware.sh |
3422 | 2024-03-26T07:01:22.327Z |
888 100% 1.84kB/s 0:00:00
888 100% 1.84kB/s 0:00:00 (xfr#170, to-chk=48/255) |
3423 | 2024-03-26T07:01:22.328Z | tools/destroy_scrimlet_virtual_hardware.sh |
3424 | 2024-03-26T07:01:22.328Z |
1,147 100% 2.38kB/s 0:00:00
1,147 100% 2.38kB/s 0:00:00 (xfr#171, to-chk=47/255) |
3425 | 2024-03-26T07:01:22.328Z | tools/destroy_virtual_hardware.sh |
3426 | 2024-03-26T07:01:22.328Z |
2,227 100% 4.62kB/s 0:00:00
2,227 100% 4.62kB/s 0:00:00 (xfr#172, to-chk=46/255) |
3427 | 2024-03-26T07:01:22.328Z | tools/dvt_dock_version |
3428 | 2024-03-26T07:01:22.328Z |
48 100% 0.10kB/s 0:00:00
48 100% 0.10kB/s 0:00:00 (xfr#173, to-chk=45/255) |
3429 | 2024-03-26T07:01:22.328Z | tools/ensure_buildomat_artifact.sh |
3430 | 2024-03-26T07:01:22.328Z |
3,759 100% 7.79kB/s 0:00:00
3,759 100% 7.79kB/s 0:00:00 (xfr#174, to-chk=44/255) |
3431 | 2024-03-26T07:01:22.328Z | tools/generate-nexus-api.sh |
3432 | 2024-03-26T07:01:22.328Z |
174 100% 0.36kB/s 0:00:00
174 100% 0.36kB/s 0:00:00 (xfr#175, to-chk=43/255) |
3433 | 2024-03-26T07:01:22.328Z | tools/generate-sled-agent-api.sh |
3434 | 2024-03-26T07:01:22.328Z |
161 100% 0.33kB/s 0:00:00
161 100% 0.33kB/s 0:00:00 (xfr#176, to-chk=42/255) |
3435 | 2024-03-26T07:01:22.328Z | tools/generate-wicketd-api.sh |
3436 | 2024-03-26T07:01:22.328Z |
75 100% 0.16kB/s 0:00:00
75 100% 0.16kB/s 0:00:00 (xfr#177, to-chk=41/255) |
3437 | 2024-03-26T07:01:22.328Z | tools/hubris_checksums |
3438 | 2024-03-26T07:01:22.328Z |
852 100% 1.76kB/s 0:00:00
852 100% 1.76kB/s 0:00:00 (xfr#178, to-chk=40/255) |
3439 | 2024-03-26T07:01:22.328Z | tools/hubris_version |
3440 | 2024-03-26T07:01:22.328Z |
50 100% 0.10kB/s 0:00:00
50 100% 0.10kB/s 0:00:00 (xfr#179, to-chk=39/255) |
3441 | 2024-03-26T07:01:22.328Z | tools/install_builder_prerequisites.sh |
3442 | 2024-03-26T07:01:22.328Z |
7,537 100% 15.59kB/s 0:00:00
7,537 100% 15.59kB/s 0:00:00 (xfr#180, to-chk=38/255) |
3443 | 2024-03-26T07:01:22.328Z | tools/install_opte.sh |
3444 | 2024-03-26T07:01:22.329Z |
3,755 100% 7.77kB/s 0:00:00
3,755 100% 7.77kB/s 0:00:00 (xfr#181, to-chk=37/255) |
3445 | 2024-03-26T07:01:22.329Z | tools/install_prerequisites.sh |
3446 | 2024-03-26T07:01:22.329Z |
255 100% 0.53kB/s 0:00:00
255 100% 0.53kB/s 0:00:00 (xfr#182, to-chk=36/255) |
3447 | 2024-03-26T07:01:22.329Z | tools/install_runner_prerequisites.sh |
3448 | 2024-03-26T07:01:22.329Z |
4,154 100% 8.59kB/s 0:00:00
4,154 100% 8.59kB/s 0:00:00 (xfr#183, to-chk=35/255) |
3449 | 2024-03-26T07:01:22.329Z | tools/maghemite_ddm_openapi_version |
3450 | 2024-03-26T07:01:22.329Z |
122 100% 0.25kB/s 0:00:00
122 100% 0.25kB/s 0:00:00 (xfr#184, to-chk=34/255) |
3451 | 2024-03-26T07:01:22.329Z | tools/maghemite_mg_openapi_version |
3452 | 2024-03-26T07:01:22.329Z |
122 100% 0.25kB/s 0:00:00
122 100% 0.25kB/s 0:00:00 (xfr#185, to-chk=33/255) |
3453 | 2024-03-26T07:01:22.329Z | tools/maghemite_mgd_checksums |
3454 | 2024-03-26T07:01:22.329Z |
162 100% 0.34kB/s 0:00:00
162 100% 0.34kB/s 0:00:00 (xfr#186, to-chk=32/255) |
3455 | 2024-03-26T07:01:22.329Z | tools/opte_version |
3456 | 2024-03-26T07:01:22.329Z |
9 100% 0.02kB/s 0:00:00
9 100% 0.02kB/s 0:00:00 (xfr#187, to-chk=31/255) |
3457 | 2024-03-26T07:01:22.329Z | tools/opte_version_override |
3458 | 2024-03-26T07:01:22.329Z |
142 100% 0.29kB/s 0:00:00
142 100% 0.29kB/s 0:00:00 (xfr#188, to-chk=30/255) |
3459 | 2024-03-26T07:01:22.329Z | tools/renovate-post-upgrade.sh |
3460 | 2024-03-26T07:01:22.329Z |
1,705 100% 3.53kB/s 0:00:00
1,705 100% 3.53kB/s 0:00:00 (xfr#189, to-chk=29/255) |
3461 | 2024-03-26T07:01:22.329Z | tools/thundermuffin_checksums |
3462 | 2024-03-26T07:01:22.329Z |
79 100% 0.16kB/s 0:00:00
79 100% 0.16kB/s 0:00:00 (xfr#190, to-chk=28/255) |
3463 | 2024-03-26T07:01:22.329Z | tools/thundermuffin_version |
3464 | 2024-03-26T07:01:22.329Z |
50 100% 0.10kB/s 0:00:00
50 100% 0.10kB/s 0:00:00 (xfr#191, to-chk=27/255) |
3465 | 2024-03-26T07:01:22.330Z | tools/transceiver_control_version |
3466 | 2024-03-26T07:01:22.330Z |
137 100% 0.28kB/s 0:00:00
137 100% 0.28kB/s 0:00:00 (xfr#192, to-chk=26/255) |
3467 | 2024-03-26T07:01:22.330Z | tools/uninstall_opte.sh |
3468 | 2024-03-26T07:01:22.330Z |
6,514 100% 13.48kB/s 0:00:00
6,514 100% 13.48kB/s 0:00:00 (xfr#193, to-chk=25/255) |
3469 | 2024-03-26T07:01:22.330Z | tools/update_crucible.sh |
3470 | 2024-03-26T07:01:22.330Z |
1,093 100% 2.26kB/s 0:00:00
1,093 100% 2.26kB/s 0:00:00 (xfr#194, to-chk=24/255) |
3471 | 2024-03-26T07:01:22.330Z | tools/update_dendrite.sh |
3472 | 2024-03-26T07:01:22.330Z |
2,333 100% 4.83kB/s 0:00:00
2,333 100% 4.83kB/s 0:00:00 (xfr#195, to-chk=23/255) |
3473 | 2024-03-26T07:01:22.330Z | tools/update_helpers.sh |
3474 | 2024-03-26T07:01:22.330Z |
3,831 100% 7.91kB/s 0:00:00
3,831 100% 7.91kB/s 0:00:00 (xfr#196, to-chk=22/255) |
3475 | 2024-03-26T07:01:22.330Z | tools/update_lldp.sh |
3476 | 2024-03-26T07:01:22.330Z |
1,000 100% 2.06kB/s 0:00:00
1,000 100% 2.06kB/s 0:00:00 (xfr#197, to-chk=21/255) |
3477 | 2024-03-26T07:01:22.330Z | tools/update_maghemite.sh |
3478 | 2024-03-26T07:01:22.330Z |
939 100% 1.94kB/s 0:00:00
939 100% 1.94kB/s 0:00:00 (xfr#198, to-chk=20/255) |
3479 | 2024-03-26T07:01:22.330Z | tools/update_propolis.sh |
3480 | 2024-03-26T07:01:22.330Z |
1,050 100% 2.17kB/s 0:00:00
1,050 100% 2.17kB/s 0:00:00 (xfr#199, to-chk=19/255) |
3481 | 2024-03-26T07:01:22.330Z | tools/update_transceiver_control.sh |
3482 | 2024-03-26T07:01:22.330Z |
1,374 100% 2.84kB/s 0:00:00
1,374 100% 2.84kB/s 0:00:00 (xfr#200, to-chk=18/255) |
3483 | 2024-03-26T07:01:22.330Z | tools/virtual_hardware.sh |
3484 | 2024-03-26T07:01:22.330Z |
3,429 100% 7.08kB/s 0:00:00
3,429 100% 7.08kB/s 0:00:00 (xfr#201, to-chk=17/255) |
3485 | 2024-03-26T07:01:22.330Z | tools/dtrace/ |
3486 | 2024-03-26T07:01:22.331Z | tools/dtrace/aggregate-query-latency.d |
3487 | 2024-03-26T07:01:22.331Z |
780 100% 1.61kB/s 0:00:00
780 100% 1.61kB/s 0:00:00 (xfr#202, to-chk=11/255) |
3488 | 2024-03-26T07:01:22.331Z | tools/dtrace/slowest-queries.d |
3489 | 2024-03-26T07:01:22.331Z |
1,077 100% 2.22kB/s 0:00:00
1,077 100% 2.22kB/s 0:00:00 (xfr#203, to-chk=10/255) |
3490 | 2024-03-26T07:01:22.331Z | tools/dtrace/trace-db-queries.d |
3491 | 2024-03-26T07:01:22.331Z |
811 100% 1.67kB/s 0:00:00
811 100% 1.67kB/s 0:00:00 (xfr#204, to-chk=9/255) |
3492 | 2024-03-26T07:01:22.331Z | tools/include/ |
3493 | 2024-03-26T07:01:22.331Z | tools/include/force-git-over-https.sh |
3494 | 2024-03-26T07:01:22.331Z |
940 100% 1.94kB/s 0:00:00
940 100% 1.94kB/s 0:00:00 (xfr#205, to-chk=8/255) |
3495 | 2024-03-26T07:01:22.331Z | tools/populate/ |
3496 | 2024-03-26T07:01:22.331Z | tools/populate/populate-alpine.sh |
3497 | 2024-03-26T07:01:22.331Z |
788 100% 1.63kB/s 0:00:00
788 100% 1.63kB/s 0:00:00 (xfr#206, to-chk=7/255) |
3498 | 2024-03-26T07:01:22.331Z | tools/populate/populate-images.sh |
3499 | 2024-03-26T07:01:22.331Z |
2,571 100% 5.31kB/s 0:00:00
2,571 100% 5.31kB/s 0:00:00 (xfr#207, to-chk=6/255) |
3500 | 2024-03-26T07:01:22.331Z | tools/reflector/ |
3501 | 2024-03-26T07:01:22.356Z | tools/reflector/helpers.sh |
3502 | 2024-03-26T07:01:22.356Z |
4,652 100% 9.58kB/s 0:00:00
4,652 100% 9.58kB/s 0:00:00 (xfr#208, to-chk=5/255) |
3503 | 2024-03-26T07:01:22.356Z | tools/scrimlet/ |
3504 | 2024-03-26T07:01:22.356Z | tools/scrimlet/create-softnpu-zone.sh |
3505 | 2024-03-26T07:01:22.356Z |
627 100% 1.29kB/s 0:00:00
627 100% 1.29kB/s 0:00:00 (xfr#209, to-chk=4/255) |
3506 | 2024-03-26T07:01:22.356Z | tools/scrimlet/destroy-softnpu-zone.sh |
3507 | 2024-03-26T07:01:22.356Z |
203 100% 0.42kB/s 0:00:00
203 100% 0.42kB/s 0:00:00 (xfr#210, to-chk=3/255) |
3508 | 2024-03-26T07:01:22.356Z | tools/scrimlet/softnpu-init.sh |
3509 | 2024-03-26T07:01:22.356Z |
2,157 100% 4.44kB/s 0:00:00
2,157 100% 4.44kB/s 0:00:00 (xfr#211, to-chk=2/255) |
3510 | 2024-03-26T07:01:22.356Z | tools/scrimlet/softnpu-zone.txt |
3511 | 2024-03-26T07:01:22.356Z |
330 100% 0.68kB/s 0:00:00
330 100% 0.68kB/s 0:00:00 (xfr#212, to-chk=1/255) |
3512 | 2024-03-26T07:01:22.356Z | tools/scrimlet/softnpu.toml |
3513 | 2024-03-26T07:01:22.356Z |
171 100% 0.35kB/s 0:00:00
171 100% 0.35kB/s 0:00:00 (xfr#213, to-chk=0/255) |
3514 | 2024-03-26T07:01:22.357Z | + banner G1 |
3515 | 2024-03-26T07:01:22.357Z | ##### # |
3516 | 2024-03-26T07:01:22.357Z | # # ## |
3517 | 2024-03-26T07:01:22.357Z | # # # |
3518 | 2024-03-26T07:01:22.357Z | # #### # |
3519 | 2024-03-26T07:01:22.357Z | # # # |
3520 | 2024-03-26T07:01:22.357Z | # # # |
3521 | 2024-03-26T07:01:22.357Z | ##### ##### |
3522 | 2024-03-26T07:01:22.357Z | |
3523 | 2024-03-26T07:01:22.357Z | + . config/build-g1.sh |
3524 | 2024-03-26T07:01:22.357Z | ++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml |
3525 | 2024-03-26T07:01:22.357Z | ++ cp config/g1-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
3526 | 2024-03-26T07:01:22.357Z | ++ cp -r cargo-bay/tools cargo-bay/g1/ |
3527 | 2024-03-26T07:01:22.357Z | ++ cd /work/oxidecomputer/omicron |
3528 | 2024-03-26T07:01:22.357Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
3529 | 2024-03-26T07:01:23.522Z | Finished release [optimized] target(s) in 1.13s |
3530 | 2024-03-26T07:01:23.557Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
3531 | 2024-03-26T07:01:23.589Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
3532 | 2024-03-26T07:01:23.613Z | Created new build target 'default' and set it as active |
3533 | 2024-03-26T07:01:23.613Z | ++ cargo run --release --bin omicron-package -- package |
3534 | 2024-03-26T07:01:24.642Z | Finished release [optimized] target(s) in 0.97s |
3535 | 2024-03-26T07:01:24.678Z | Running `target/release/omicron-package package` |
3536 | 2024-03-26T07:01:24.718Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
3537 | 2024-03-26T07:01:25.851Z | Finished release [optimized] target(s) in 1.05s |
3538 | 2024-03-26T07:01:28.555Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
3539 | 2024-03-26T07:01:28.556Z | ++ rm -rf cargo-bay/g1/omicron |
3540 | 2024-03-26T07:01:28.580Z | ++ mkdir -p cargo-bay/g1/omicron |
3541 | 2024-03-26T07:01:28.580Z | ++ 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/ |
3542 | 2024-03-26T07:01:28.580Z | sending incremental file list |
3543 | 2024-03-26T07:01:28.580Z | omicron-package |
3544 | 2024-03-26T07:01:28.832Z |
32,768 0% 0.00kB/s 0:00:00
40,097,408 100% 151.62MB/s 0:00:00 (xfr#1, to-chk=253/254) |
3545 | 2024-03-26T07:01:28.832Z | package-manifest.toml |
3546 | 2024-03-26T07:01:28.856Z |
26,511 100% 102.74kB/s 0:00:00
26,511 100% 102.74kB/s 0:00:00 (xfr#2, to-chk=252/254) |
3547 | 2024-03-26T07:01:28.856Z | out/ |
3548 | 2024-03-26T07:01:28.856Z | out/LOG |
3549 | 2024-03-26T07:01:28.856Z |
32,768 79% 126.98kB/s 0:00:00
41,302 100% 160.06kB/s 0:00:00 (xfr#3, to-chk=248/254) |
3550 | 2024-03-26T07:01:28.856Z | out/clickhouse.tar.gz |
3551 | 2024-03-26T07:01:29.570Z |
32,768 0% 126.48kB/s 0:30:27
231,157,150 100% 222.45MB/s 0:00:00 (xfr#4, to-chk=247/254) |
3552 | 2024-03-26T07:01:29.570Z | out/clickhouse_keeper.tar.gz |
3553 | 2024-03-26T07:01:30.329Z |
32,768 0% 32.29kB/s 1:59:16
655,360 0% 640.00kB/s 0:06:00
231,127,481 100% 125.95MB/s 0:00:01 (xfr#5, to-chk=246/254) |
3554 | 2024-03-26T07:01:30.329Z | out/cockroachdb.tar.gz |
3555 | 2024-03-26T07:01:30.762Z |
32,768 0% 42.55kB/s 0:49:35
70,025,216 55% 66.78MB/s 0:00:00
126,644,746 100% 102.01MB/s 0:00:01 (xfr#6, to-chk=245/254) |
3556 | 2024-03-26T07:01:30.762Z | out/crucible-pantry-zone.tar.gz |
3557 | 2024-03-26T07:01:30.839Z |
32,768 0% 172.97kB/s 0:02:25
25,273,443 100% 92.70MB/s 0:00:00 (xfr#7, to-chk=244/254) |
3558 | 2024-03-26T07:01:30.839Z | out/crucible-zone.tar.gz |
3559 | 2024-03-26T07:01:30.949Z |
32,768 0% 122.61kB/s 0:05:01
36,979,285 100% 95.06MB/s 0:00:00 (xfr#8, to-chk=243/254) |
3560 | 2024-03-26T07:01:30.949Z | out/external-dns.tar.gz |
3561 | 2024-03-26T07:01:31.045Z |
32,768 0% 86.02kB/s 0:05:59
30,999,464 100% 63.17MB/s 0:00:00 (xfr#9, to-chk=242/254) |
3562 | 2024-03-26T07:01:31.045Z | out/internal-dns.tar.gz |
3563 | 2024-03-26T07:01:31.141Z |
32,768 0% 68.23kB/s 0:07:33
30,999,214 100% 52.70MB/s 0:00:00 (xfr#10, to-chk=241/254) |
3564 | 2024-03-26T07:01:31.141Z | out/mg-ddm-gz.tar |
3565 | 2024-03-26T07:01:31.530Z |
32,768 0% 57.04kB/s 0:15:27
52,915,712 100% 52.90MB/s 0:00:00 (xfr#11, to-chk=240/254) |
3566 | 2024-03-26T07:01:31.531Z | out/nexus.tar.gz |
3567 | 2024-03-26T07:01:31.845Z |
32,768 0% 33.54kB/s 0:45:31
13,631,488 14% 13.00MB/s 0:00:05
91,668,399 100% 68.94MB/s 0:00:01 (xfr#12, to-chk=239/254) |
3568 | 2024-03-26T07:01:31.845Z | out/ntp.tar.gz |
3569 | 2024-03-26T07:01:31.889Z |
32,768 0% 118.96kB/s 0:01:27
10,418,758 100% 31.85MB/s 0:00:00 (xfr#13, to-chk=238/254) |
3570 | 2024-03-26T07:01:31.889Z | out/omicron-gateway-softnpu.tar.gz |
3571 | 2024-03-26T07:01:31.950Z |
32,768 0% 102.56kB/s 0:02:40
16,497,203 100% 42.07MB/s 0:00:00 (xfr#14, to-chk=237/254) |
3572 | 2024-03-26T07:01:31.950Z | out/omicron-gateway.tar.gz |
3573 | 2024-03-26T07:01:32.014Z |
32,768 0% 85.56kB/s 0:03:12
16,495,549 100% 35.92MB/s 0:00:00 (xfr#15, to-chk=236/254) |
3574 | 2024-03-26T07:01:32.014Z | out/omicron-sled-agent.tar |
3575 | 2024-03-26T07:01:32.870Z |
32,768 0% 72.89kB/s 0:26:42
74,186,752 63% 70.75MB/s 0:00:00
116,833,792 100% 86.17MB/s 0:00:01 (xfr#16, to-chk=235/254) |
3576 | 2024-03-26T07:01:32.870Z | out/overlay.tar.gz |
3577 | 2024-03-26T07:01:32.870Z |
2,621 100% 8.71kB/s 0:00:00
2,621 100% 8.71kB/s 0:00:00 (xfr#17, to-chk=234/254) |
3578 | 2024-03-26T07:01:32.870Z | out/oximeter.tar.gz |
3579 | 2024-03-26T07:01:33.023Z |
32,768 0% 108.84kB/s 0:07:20
48,011,095 100% 103.59MB/s 0:00:00 (xfr#18, to-chk=233/254) |
3580 | 2024-03-26T07:01:33.024Z | out/oxlog.tar |
3581 | 2024-03-26T07:01:33.063Z |
32,768 0% 72.40kB/s 0:01:25
6,244,352 100% 12.20MB/s 0:00:00 (xfr#19, to-chk=232/254) |
3582 | 2024-03-26T07:01:33.063Z | out/probe.tar.gz |
3583 | 2024-03-26T07:01:33.087Z |
32,768 1% 65.57kB/s 0:00:42
2,829,470 100% 5.43MB/s 0:00:00 (xfr#20, to-chk=231/254) |
3584 | 2024-03-26T07:01:33.087Z | out/propolis-server.tar.gz |
3585 | 2024-03-26T07:01:33.261Z |
32,768 0% 64.39kB/s 0:17:10
66,360,059 100% 92.25MB/s 0:00:00 (xfr#21, to-chk=230/254) |
3586 | 2024-03-26T07:01:33.261Z | out/switch-softnpu.tar.gz |
3587 | 2024-03-26T07:01:33.854Z |
32,768 0% 46.58kB/s 1:12:57
104,857,600 51% 100.00MB/s 0:00:00
203,938,891 100% 152.18MB/s 0:00:01 (xfr#22, to-chk=229/254) |
3588 | 2024-03-26T07:01:33.854Z | out/console-assets/ |
3589 | 2024-03-26T07:01:33.854Z | out/console-assets/VERSION |
3590 | 2024-03-26T07:01:33.854Z |
41 100% 0.14kB/s 0:00:00
41 100% 0.14kB/s 0:00:00 (xfr#23, to-chk=225/254) |
3591 | 2024-03-26T07:01:33.854Z | out/console-assets/index.html |
3592 | 2024-03-26T07:01:33.854Z |
466 100% 1.63kB/s 0:00:00
466 100% 1.63kB/s 0:00:00 (xfr#24, to-chk=224/254) |
3593 | 2024-03-26T07:01:33.855Z | out/console-assets/assets/ |
3594 | 2024-03-26T07:01:33.855Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
3595 | 2024-03-26T07:01:33.855Z |
32,768 70% 114.70kB/s 0:00:00
46,276 100% 161.98kB/s 0:00:00 (xfr#25, to-chk=222/254) |
3596 | 2024-03-26T07:01:33.855Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
3597 | 2024-03-26T07:01:33.888Z |
32,768 65% 114.29kB/s 0:00:00
50,032 100% 174.50kB/s 0:00:00 (xfr#26, to-chk=221/254) |
3598 | 2024-03-26T07:01:33.888Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
3599 | 2024-03-26T07:01:33.888Z |
32,768 55% 114.29kB/s 0:00:00
58,524 100% 204.12kB/s 0:00:00 (xfr#27, to-chk=220/254) |
3600 | 2024-03-26T07:01:33.888Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
3601 | 2024-03-26T07:01:33.888Z |
32,768 71% 114.29kB/s 0:00:00
46,060 100% 160.64kB/s 0:00:00 (xfr#28, to-chk=219/254) |
3602 | 2024-03-26T07:01:33.888Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
3603 | 2024-03-26T07:01:33.888Z |
21,937 100% 76.24kB/s 0:00:00
21,937 100% 76.24kB/s 0:00:00 (xfr#29, to-chk=218/254) |
3604 | 2024-03-26T07:01:33.888Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
3605 | 2024-03-26T07:01:33.889Z |
17,996 100% 62.54kB/s 0:00:00
17,996 100% 62.54kB/s 0:00:00 (xfr#30, to-chk=217/254) |
3606 | 2024-03-26T07:01:33.889Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
3607 | 2024-03-26T07:01:33.889Z |
21,890 100% 76.07kB/s 0:00:00
21,890 100% 76.07kB/s 0:00:00 (xfr#31, to-chk=216/254) |
3608 | 2024-03-26T07:01:33.889Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
3609 | 2024-03-26T07:01:33.889Z |
17,984 100% 62.50kB/s 0:00:00
17,984 100% 62.50kB/s 0:00:00 (xfr#32, to-chk=215/254) |
3610 | 2024-03-26T07:01:33.889Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
3611 | 2024-03-26T07:01:33.889Z |
21,123 100% 73.41kB/s 0:00:00
21,123 100% 73.15kB/s 0:00:00 (xfr#33, to-chk=214/254) |
3612 | 2024-03-26T07:01:33.889Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
3613 | 2024-03-26T07:01:33.889Z |
17,228 100% 59.66kB/s 0:00:00
17,228 100% 59.66kB/s 0:00:00 (xfr#34, to-chk=213/254) |
3614 | 2024-03-26T07:01:33.889Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
3615 | 2024-03-26T07:01:33.889Z |
18,448 100% 63.89kB/s 0:00:00
18,448 100% 63.89kB/s 0:00:00 (xfr#35, to-chk=212/254) |
3616 | 2024-03-26T07:01:33.889Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
3617 | 2024-03-26T07:01:33.889Z |
22,665 100% 78.49kB/s 0:00:00
22,665 100% 78.49kB/s 0:00:00 (xfr#36, to-chk=211/254) |
3618 | 2024-03-26T07:01:33.889Z | out/console-assets/assets/Terminal-_VoNxbTe.js |
3619 | 2024-03-26T07:01:33.889Z |
32,768 11% 113.48kB/s 0:00:02
287,761 100% 986.02kB/s 0:00:00 (xfr#37, to-chk=210/254) |
3620 | 2024-03-26T07:01:33.889Z | out/console-assets/assets/Terminal-_VoNxbTe.js.gz |
3621 | 2024-03-26T07:01:33.889Z |
32,768 45% 112.28kB/s 0:00:00
71,758 100% 245.88kB/s 0:00:00 (xfr#38, to-chk=209/254) |
3622 | 2024-03-26T07:01:33.889Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map |
3623 | 2024-03-26T07:01:33.889Z |
32,768 5% 111.89kB/s 0:00:04
590,313 100% 1.95MB/s 0:00:00 (xfr#39, to-chk=208/254) |
3624 | 2024-03-26T07:01:33.889Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map.gz |
3625 | 2024-03-26T07:01:33.889Z |
32,768 27% 110.73kB/s 0:00:00
118,282 100% 398.31kB/s 0:00:00 (xfr#40, to-chk=207/254) |
3626 | 2024-03-26T07:01:33.890Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js |
3627 | 2024-03-26T07:01:33.890Z |
32,768 8% 110.34kB/s 0:00:03
371,459 100% 1.21MB/s 0:00:00 (xfr#41, to-chk=206/254) |
3628 | 2024-03-26T07:01:33.890Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz |
3629 | 2024-03-26T07:01:33.890Z |
32,768 31% 109.22kB/s 0:00:00
103,751 100% 345.80kB/s 0:00:00 (xfr#42, to-chk=205/254) |
3630 | 2024-03-26T07:01:33.890Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map |
3631 | 2024-03-26T07:01:33.914Z |
32,768 1% 108.84kB/s 0:00:14
1,659,213 100% 5.12MB/s 0:00:00 (xfr#43, to-chk=204/254) |
3632 | 2024-03-26T07:01:33.914Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz |
3633 | 2024-03-26T07:01:33.914Z |
32,768 8% 103.56kB/s 0:00:03
379,036 100% 1.17MB/s 0:00:00 (xfr#44, to-chk=203/254) |
3634 | 2024-03-26T07:01:33.914Z | out/console-assets/assets/app-1tiVg9q7.js |
3635 | 2024-03-26T07:01:33.914Z |
32,768 2% 103.23kB/s 0:00:10
1,130,062 100% 3.35MB/s 0:00:00 (xfr#45, to-chk=202/254) |
3636 | 2024-03-26T07:01:33.914Z | out/console-assets/assets/app-1tiVg9q7.js.gz |
3637 | 2024-03-26T07:01:33.914Z |
32,768 9% 99.38kB/s 0:00:03
347,811 100% 1.02MB/s 0:00:00 (xfr#46, to-chk=201/254) |
3638 | 2024-03-26T07:01:33.914Z | out/console-assets/assets/app-1tiVg9q7.js.map |
3639 | 2024-03-26T07:01:33.938Z |
32,768 0% 98.77kB/s 0:00:53
5,328,067 100% 13.96MB/s 0:00:00 (xfr#47, to-chk=200/254) |
3640 | 2024-03-26T07:01:33.938Z | out/console-assets/assets/app-1tiVg9q7.js.map.gz |
3641 | 2024-03-26T07:01:33.964Z |
32,768 2% 87.91kB/s 0:00:13
1,261,215 100% 3.27MB/s 0:00:00 (xfr#48, to-chk=199/254) |
3642 | 2024-03-26T07:01:33.964Z | out/console-assets/assets/app-AvNWp1hQ.css |
3643 | 2024-03-26T07:01:33.964Z |
32,768 23% 86.96kB/s 0:00:01
138,004 100% 365.23kB/s 0:00:00 (xfr#49, to-chk=198/254) |
3644 | 2024-03-26T07:01:33.964Z | out/console-assets/assets/app-AvNWp1hQ.css.gz |
3645 | 2024-03-26T07:01:33.964Z |
21,197 100% 56.10kB/s 0:00:00
21,197 100% 56.10kB/s 0:00:00 (xfr#50, to-chk=197/254) |
3646 | 2024-03-26T07:01:33.964Z | out/console-assets/assets/favicon-WELtHcTG.svg |
3647 | 2024-03-26T07:01:33.964Z |
761 100% 2.01kB/s 0:00:00
761 100% 2.01kB/s 0:00:00 (xfr#51, to-chk=196/254) |
3648 | 2024-03-26T07:01:33.964Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
3649 | 2024-03-26T07:01:33.964Z |
1,327 100% 3.51kB/s 0:00:00
1,327 100% 3.51kB/s 0:00:00 (xfr#52, to-chk=195/254) |
3650 | 2024-03-26T07:01:33.964Z | out/console-assets/assets/og-preview-image.webp |
3651 | 2024-03-26T07:01:33.964Z |
32,768 36% 86.72kB/s 0:00:00
89,880 100% 237.87kB/s 0:00:00 (xfr#53, to-chk=194/254) |
3652 | 2024-03-26T07:01:33.964Z | out/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp |
3653 | 2024-03-26T07:01:33.964Z |
32,768 4% 86.49kB/s 0:00:07
673,968 100% 1.73MB/s 0:00:00 (xfr#54, to-chk=193/254) |
3654 | 2024-03-26T07:01:33.964Z | out/manifest-cache/ |
3655 | 2024-03-26T07:01:33.964Z | out/manifest-cache/clickhouse.tar.gz.json |
3656 | 2024-03-26T07:01:33.965Z |
780 100% 2.05kB/s 0:00:00
780 100% 2.05kB/s 0:00:00 (xfr#55, to-chk=192/254) |
3657 | 2024-03-26T07:01:33.965Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
3658 | 2024-03-26T07:01:33.965Z |
801 100% 2.10kB/s 0:00:00
801 100% 2.10kB/s 0:00:00 (xfr#56, to-chk=191/254) |
3659 | 2024-03-26T07:01:33.965Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
3660 | 2024-03-26T07:01:33.965Z |
2,958 100% 7.74kB/s 0:00:00
2,958 100% 7.74kB/s 0:00:00 (xfr#57, to-chk=190/254) |
3661 | 2024-03-26T07:01:33.965Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
3662 | 2024-03-26T07:01:33.965Z |
2,946 100% 7.71kB/s 0:00:00
2,946 100% 7.71kB/s 0:00:00 (xfr#58, to-chk=189/254) |
3663 | 2024-03-26T07:01:33.965Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
3664 | 2024-03-26T07:01:33.965Z |
32,768 61% 85.79kB/s 0:00:00
53,598 100% 140.33kB/s 0:00:00 (xfr#59, to-chk=188/254) |
3665 | 2024-03-26T07:01:33.965Z | out/manifest-cache/cockroachdb.tar.gz.json |
3666 | 2024-03-26T07:01:33.965Z |
787 100% 2.06kB/s 0:00:00
787 100% 2.06kB/s 0:00:00 (xfr#60, to-chk=187/254) |
3667 | 2024-03-26T07:01:33.965Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
3668 | 2024-03-26T07:01:33.965Z |
662 100% 1.73kB/s 0:00:00
662 100% 1.73kB/s 0:00:00 (xfr#61, to-chk=186/254) |
3669 | 2024-03-26T07:01:33.965Z | out/manifest-cache/crucible-zone.tar.gz.json |
3670 | 2024-03-26T07:01:33.965Z |
641 100% 1.68kB/s 0:00:00
641 100% 1.68kB/s 0:00:00 (xfr#62, to-chk=185/254) |
3671 | 2024-03-26T07:01:33.965Z | out/manifest-cache/dns-server.tar.gz.json |
3672 | 2024-03-26T07:01:33.965Z |
942 100% 2.47kB/s 0:00:00
942 100% 2.47kB/s 0:00:00 (xfr#63, to-chk=184/254) |
3673 | 2024-03-26T07:01:33.965Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
3674 | 2024-03-26T07:01:33.965Z |
1,132 100% 2.96kB/s 0:00:00
1,132 100% 2.96kB/s 0:00:00 (xfr#64, to-chk=183/254) |
3675 | 2024-03-26T07:01:33.965Z | out/manifest-cache/external-dns.tar.gz.json |
3676 | 2024-03-26T07:01:33.966Z |
934 100% 2.45kB/s 0:00:00
934 100% 2.45kB/s 0:00:00 (xfr#65, to-chk=182/254) |
3677 | 2024-03-26T07:01:33.966Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
3678 | 2024-03-26T07:01:33.966Z |
752 100% 1.96kB/s 0:00:00
752 100% 1.96kB/s 0:00:00 (xfr#66, to-chk=181/254) |
3679 | 2024-03-26T07:01:33.966Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
3680 | 2024-03-26T07:01:33.966Z |
1,132 100% 2.96kB/s 0:00:00
1,132 100% 2.96kB/s 0:00:00 (xfr#67, to-chk=180/254) |
3681 | 2024-03-26T07:01:33.966Z | out/manifest-cache/internal-dns.tar.gz.json |
3682 | 2024-03-26T07:01:33.966Z |
791 100% 2.07kB/s 0:00:00
791 100% 2.07kB/s 0:00:00 (xfr#68, to-chk=179/254) |
3683 | 2024-03-26T07:01:33.966Z | out/manifest-cache/logadm.tar.gz.json |
3684 | 2024-03-26T07:01:33.966Z |
1,044 100% 2.73kB/s 0:00:00
1,044 100% 2.73kB/s 0:00:00 (xfr#69, to-chk=178/254) |
3685 | 2024-03-26T07:01:33.966Z | out/manifest-cache/nexus.tar.gz.json |
3686 | 2024-03-26T07:01:33.966Z |
773 100% 2.02kB/s 0:00:00
773 100% 2.02kB/s 0:00:00 (xfr#70, to-chk=177/254) |
3687 | 2024-03-26T07:01:33.966Z | out/manifest-cache/ntp-svc.tar.gz.json |
3688 | 2024-03-26T07:01:33.966Z |
2,228 100% 5.82kB/s 0:00:00
2,228 100% 5.82kB/s 0:00:00 (xfr#71, to-chk=176/254) |
3689 | 2024-03-26T07:01:33.966Z | out/manifest-cache/ntp.tar.gz.json |
3690 | 2024-03-26T07:01:33.966Z |
763 100% 1.99kB/s 0:00:00
763 100% 1.99kB/s 0:00:00 (xfr#72, to-chk=175/254) |
3691 | 2024-03-26T07:01:33.966Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
3692 | 2024-03-26T07:01:33.966Z |
1,462 100% 3.82kB/s 0:00:00
1,462 100% 3.82kB/s 0:00:00 (xfr#73, to-chk=174/254) |
3693 | 2024-03-26T07:01:33.966Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
3694 | 2024-03-26T07:01:33.966Z |
545 100% 1.42kB/s 0:00:00
545 100% 1.42kB/s 0:00:00 (xfr#74, to-chk=173/254) |
3695 | 2024-03-26T07:01:33.966Z | out/manifest-cache/omicron-gateway.tar.gz.json |
3696 | 2024-03-26T07:01:33.966Z |
703 100% 1.84kB/s 0:00:00
703 100% 1.84kB/s 0:00:00 (xfr#75, to-chk=172/254) |
3697 | 2024-03-26T07:01:33.966Z | out/manifest-cache/omicron-nexus.tar.gz.json |
3698 | 2024-03-26T07:01:33.967Z |
32,768 46% 85.56kB/s 0:00:00
70,581 100% 184.30kB/s 0:00:00 (xfr#76, to-chk=171/254) |
3699 | 2024-03-26T07:01:33.967Z | out/manifest-cache/omicron-omdb.tar.gz.json |
3700 | 2024-03-26T07:01:33.967Z |
702 100% 1.83kB/s 0:00:00
702 100% 1.83kB/s 0:00:00 (xfr#77, to-chk=170/254) |
3701 | 2024-03-26T07:01:33.967Z | out/manifest-cache/omicron-sled-agent.tar.json |
3702 | 2024-03-26T07:01:33.967Z |
1,269 100% 3.31kB/s 0:00:00
1,269 100% 3.31kB/s 0:00:00 (xfr#78, to-chk=169/254) |
3703 | 2024-03-26T07:01:33.967Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
3704 | 2024-03-26T07:01:33.967Z |
883 100% 2.31kB/s 0:00:00
883 100% 2.31kB/s 0:00:00 (xfr#79, to-chk=168/254) |
3705 | 2024-03-26T07:01:33.967Z | out/manifest-cache/overlay.tar.gz.json |
3706 | 2024-03-26T07:01:33.967Z |
473 100% 1.24kB/s 0:00:00
473 100% 1.24kB/s 0:00:00 (xfr#80, to-chk=167/254) |
3707 | 2024-03-26T07:01:33.967Z | out/manifest-cache/oximeter-collector.tar.gz.json |
3708 | 2024-03-26T07:01:33.967Z |
18,311 100% 47.68kB/s 0:00:00
18,311 100% 47.68kB/s 0:00:00 (xfr#81, to-chk=166/254) |
3709 | 2024-03-26T07:01:33.967Z | out/manifest-cache/oximeter.tar.gz.json |
3710 | 2024-03-26T07:01:33.967Z |
641 100% 1.67kB/s 0:00:00
641 100% 1.67kB/s 0:00:00 (xfr#82, to-chk=165/254) |
3711 | 2024-03-26T07:01:33.967Z | out/manifest-cache/oxlog.tar.json |
3712 | 2024-03-26T07:01:33.967Z |
321 100% 0.84kB/s 0:00:00
321 100% 0.84kB/s 0:00:00 (xfr#83, to-chk=164/254) |
3713 | 2024-03-26T07:01:33.967Z | out/manifest-cache/probe.tar.gz.json |
3714 | 2024-03-26T07:01:33.967Z |
346 100% 0.90kB/s 0:00:00
346 100% 0.90kB/s 0:00:00 (xfr#84, to-chk=163/254) |
3715 | 2024-03-26T07:01:33.967Z | out/manifest-cache/profile.tar.gz.json |
3716 | 2024-03-26T07:01:33.967Z |
838 100% 2.18kB/s 0:00:00
838 100% 2.18kB/s 0:00:00 (xfr#85, to-chk=162/254) |
3717 | 2024-03-26T07:01:33.967Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
3718 | 2024-03-26T07:01:33.967Z |
357 100% 0.93kB/s 0:00:00
357 100% 0.93kB/s 0:00:00 (xfr#86, to-chk=161/254) |
3719 | 2024-03-26T07:01:33.968Z | out/manifest-cache/sp-sim.tar.gz.json |
3720 | 2024-03-26T07:01:33.968Z |
1,549 100% 4.03kB/s 0:00:00
1,549 100% 4.03kB/s 0:00:00 (xfr#87, to-chk=160/254) |
3721 | 2024-03-26T07:01:33.968Z | out/manifest-cache/switch-softnpu.tar.gz.json |
3722 | 2024-03-26T07:01:33.968Z |
1,566 100% 4.08kB/s 0:00:00
1,566 100% 4.08kB/s 0:00:00 (xfr#88, to-chk=159/254) |
3723 | 2024-03-26T07:01:33.968Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
3724 | 2024-03-26T07:01:33.968Z |
10,790 100% 28.10kB/s 0:00:00
10,790 100% 28.10kB/s 0:00:00 (xfr#89, to-chk=158/254) |
3725 | 2024-03-26T07:01:33.968Z | out/manifest-cache/wicket.tar.gz.json |
3726 | 2024-03-26T07:01:33.968Z |
1,084 100% 2.82kB/s 0:00:00
1,084 100% 2.82kB/s 0:00:00 (xfr#90, to-chk=157/254) |
3727 | 2024-03-26T07:01:33.968Z | out/manifest-cache/wicketd.tar.gz.json |
3728 | 2024-03-26T07:01:33.968Z |
1,560 100% 4.06kB/s 0:00:00
1,560 100% 4.06kB/s 0:00:00 (xfr#91, to-chk=156/254) |
3729 | 2024-03-26T07:01:33.968Z | out/manifest-cache/zone-network-install.tar.gz.json |
3730 | 2024-03-26T07:01:33.968Z |
877 100% 2.28kB/s 0:00:00
877 100% 2.28kB/s 0:00:00 (xfr#92, to-chk=155/254) |
3731 | 2024-03-26T07:01:33.968Z | out/manifest-cache/zone-network-setup.tar.gz.json |
3732 | 2024-03-26T07:01:33.968Z |
772 100% 2.01kB/s 0:00:00
772 100% 2.01kB/s 0:00:00 (xfr#93, to-chk=154/254) |
3733 | 2024-03-26T07:01:33.968Z | out/target/ |
3734 | 2024-03-26T07:01:33.968Z | out/target/active -> default |
3735 | 2024-03-26T07:01:33.968Z | out/target/default |
3736 | 2024-03-26T07:01:33.968Z |
74 100% 0.19kB/s 0:00:00
74 100% 0.19kB/s 0:00:00 (xfr#94, to-chk=152/254) |
3737 | 2024-03-26T07:01:33.968Z | smf/ |
3738 | 2024-03-26T07:01:33.968Z | smf/clickhouse/ |
3739 | 2024-03-26T07:01:33.968Z | smf/clickhouse/config_replica.xml |
3740 | 2024-03-26T07:01:33.969Z |
2,728 100% 7.10kB/s 0:00:00
2,728 100% 7.10kB/s 0:00:00 (xfr#95, to-chk=132/254) |
3741 | 2024-03-26T07:01:33.994Z | smf/clickhouse/manifest.xml |
3742 | 2024-03-26T07:01:33.994Z |
1,494 100% 3.89kB/s 0:00:00
1,494 100% 3.89kB/s 0:00:00 (xfr#96, to-chk=131/254) |
3743 | 2024-03-26T07:01:33.994Z | smf/clickhouse/method_script.sh |
3744 | 2024-03-26T07:01:33.994Z |
5,330 100% 13.88kB/s 0:00:00
5,330 100% 13.88kB/s 0:00:00 (xfr#97, to-chk=130/254) |
3745 | 2024-03-26T07:01:33.994Z | smf/clickhouse_keeper/ |
3746 | 2024-03-26T07:01:33.994Z | smf/clickhouse_keeper/keeper_config.xml |
3747 | 2024-03-26T07:01:33.994Z |
1,460 100% 3.80kB/s 0:00:00
1,460 100% 3.80kB/s 0:00:00 (xfr#98, to-chk=129/254) |
3748 | 2024-03-26T07:01:33.994Z | smf/clickhouse_keeper/manifest.xml |
3749 | 2024-03-26T07:01:33.994Z |
1,534 100% 3.99kB/s 0:00:00
1,534 100% 3.98kB/s 0:00:00 (xfr#99, to-chk=128/254) |
3750 | 2024-03-26T07:01:33.995Z | smf/clickhouse_keeper/method_script.sh |
3751 | 2024-03-26T07:01:33.995Z |
4,324 100% 11.23kB/s 0:00:00
4,324 100% 11.23kB/s 0:00:00 (xfr#100, to-chk=127/254) |
3752 | 2024-03-26T07:01:33.995Z | smf/cockroachdb/ |
3753 | 2024-03-26T07:01:33.995Z | smf/cockroachdb/manifest.xml |
3754 | 2024-03-26T07:01:33.995Z |
1,667 100% 4.33kB/s 0:00:00
1,667 100% 4.33kB/s 0:00:00 (xfr#101, to-chk=126/254) |
3755 | 2024-03-26T07:01:33.995Z | smf/cockroachdb/method_script.sh |
3756 | 2024-03-26T07:01:33.995Z |
1,030 100% 2.68kB/s 0:00:00
1,030 100% 2.68kB/s 0:00:00 (xfr#102, to-chk=125/254) |
3757 | 2024-03-26T07:01:33.995Z | smf/external-dns/ |
3758 | 2024-03-26T07:01:33.995Z | smf/external-dns/config.toml |
3759 | 2024-03-26T07:01:33.995Z |
353 100% 0.92kB/s 0:00:00
353 100% 0.92kB/s 0:00:00 (xfr#103, to-chk=124/254) |
3760 | 2024-03-26T07:01:33.995Z | smf/external-dns/manifest.xml |
3761 | 2024-03-26T07:01:33.995Z |
1,805 100% 4.69kB/s 0:00:00
1,805 100% 4.69kB/s 0:00:00 (xfr#104, to-chk=123/254) |
3762 | 2024-03-26T07:01:33.995Z | smf/installinator/ |
3763 | 2024-03-26T07:01:33.995Z | smf/installinator/manifest.xml |
3764 | 2024-03-26T07:01:33.995Z |
2,149 100% 5.58kB/s 0:00:00
2,149 100% 5.58kB/s 0:00:00 (xfr#105, to-chk=122/254) |
3765 | 2024-03-26T07:01:33.995Z | smf/internal-dns/ |
3766 | 2024-03-26T07:01:33.995Z | smf/internal-dns/config.toml |
3767 | 2024-03-26T07:01:33.995Z |
353 100% 0.92kB/s 0:00:00
353 100% 0.92kB/s 0:00:00 (xfr#106, to-chk=121/254) |
3768 | 2024-03-26T07:01:33.995Z | smf/internal-dns/manifest.xml |
3769 | 2024-03-26T07:01:33.995Z |
1,618 100% 4.20kB/s 0:00:00
1,618 100% 4.20kB/s 0:00:00 (xfr#107, to-chk=120/254) |
3770 | 2024-03-26T07:01:33.995Z | smf/logadm/ |
3771 | 2024-03-26T07:01:33.996Z | smf/logadm/crontab.root |
3772 | 2024-03-26T07:01:33.996Z |
30 100% 0.08kB/s 0:00:00
30 100% 0.08kB/s 0:00:00 (xfr#108, to-chk=119/254) |
3773 | 2024-03-26T07:01:33.996Z | smf/logadm/logadm.conf |
3774 | 2024-03-26T07:01:33.996Z |
2,553 100% 6.63kB/s 0:00:00
2,553 100% 6.63kB/s 0:00:00 (xfr#109, to-chk=118/254) |
3775 | 2024-03-26T07:01:33.996Z | smf/mgs-sim/ |
3776 | 2024-03-26T07:01:33.996Z | smf/mgs-sim/config.toml |
3777 | 2024-03-26T07:01:33.996Z |
3,534 100% 9.18kB/s 0:00:00
3,534 100% 9.18kB/s 0:00:00 (xfr#110, to-chk=117/254) |
3778 | 2024-03-26T07:01:33.996Z | smf/mgs/ |
3779 | 2024-03-26T07:01:33.996Z | smf/mgs/config.toml |
3780 | 2024-03-26T07:01:33.996Z |
9,085 100% 23.60kB/s 0:00:00
9,085 100% 23.60kB/s 0:00:00 (xfr#111, to-chk=116/254) |
3781 | 2024-03-26T07:01:33.996Z | smf/mgs/manifest.xml |
3782 | 2024-03-26T07:01:33.996Z |
2,474 100% 6.43kB/s 0:00:00
2,474 100% 6.43kB/s 0:00:00 (xfr#112, to-chk=115/254) |
3783 | 2024-03-26T07:01:33.996Z | smf/nexus/ |
3784 | 2024-03-26T07:01:33.996Z | smf/nexus/manifest.xml |
3785 | 2024-03-26T07:01:33.996Z |
1,987 100% 5.16kB/s 0:00:00
1,987 100% 5.16kB/s 0:00:00 (xfr#113, to-chk=114/254) |
3786 | 2024-03-26T07:01:33.996Z | smf/nexus/multi-sled/ |
3787 | 2024-03-26T07:01:33.996Z | smf/nexus/multi-sled/config-partial.toml |
3788 | 2024-03-26T07:01:33.996Z |
1,997 100% 5.19kB/s 0:00:00
1,997 100% 5.19kB/s 0:00:00 (xfr#114, to-chk=111/254) |
3789 | 2024-03-26T07:01:33.996Z | smf/nexus/single-sled/ |
3790 | 2024-03-26T07:01:33.996Z | smf/nexus/single-sled/config-partial.toml |
3791 | 2024-03-26T07:01:33.996Z |
1,993 100% 5.18kB/s 0:00:00
1,993 100% 5.18kB/s 0:00:00 (xfr#115, to-chk=110/254) |
3792 | 2024-03-26T07:01:33.997Z | smf/ntp/ |
3793 | 2024-03-26T07:01:33.997Z | smf/ntp/etc/ |
3794 | 2024-03-26T07:01:33.997Z | smf/ntp/etc/inet/ |
3795 | 2024-03-26T07:01:33.997Z | smf/ntp/etc/inet/chrony.conf.boundary |
3796 | 2024-03-26T07:01:33.997Z |
881 100% 2.29kB/s 0:00:00
881 100% 2.29kB/s 0:00:00 (xfr#116, to-chk=104/254) |
3797 | 2024-03-26T07:01:33.997Z | smf/ntp/etc/inet/chrony.conf.internal |
3798 | 2024-03-26T07:01:33.997Z |
1,108 100% 2.88kB/s 0:00:00
1,108 100% 2.88kB/s 0:00:00 (xfr#117, to-chk=103/254) |
3799 | 2024-03-26T07:01:33.997Z | smf/ntp/etc/logadm.d/ |
3800 | 2024-03-26T07:01:33.997Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
3801 | 2024-03-26T07:01:33.997Z |
135 100% 0.35kB/s 0:00:00
135 100% 0.35kB/s 0:00:00 (xfr#118, to-chk=102/254) |
3802 | 2024-03-26T07:01:33.997Z | smf/ntp/manifest/ |
3803 | 2024-03-26T07:01:33.997Z | smf/ntp/manifest/manifest.xml |
3804 | 2024-03-26T07:01:33.997Z |
3,336 100% 8.64kB/s 0:00:00
3,336 100% 8.64kB/s 0:00:00 (xfr#119, to-chk=101/254) |
3805 | 2024-03-26T07:01:33.997Z | smf/ntp/method/ |
3806 | 2024-03-26T07:01:33.997Z | smf/ntp/method/svc-site-ntp |
3807 | 2024-03-26T07:01:33.997Z |
3,211 100% 8.32kB/s 0:00:00
3,211 100% 8.32kB/s 0:00:00 (xfr#120, to-chk=100/254) |
3808 | 2024-03-26T07:01:33.997Z | smf/opte-interface-setup/ |
3809 | 2024-03-26T07:01:33.997Z | smf/opte-interface-setup/manifest.xml |
3810 | 2024-03-26T07:01:33.997Z |
1,638 100% 4.24kB/s 0:00:00
1,638 100% 4.24kB/s 0:00:00 (xfr#121, to-chk=99/254) |
3811 | 2024-03-26T07:01:33.997Z | smf/oximeter/ |
3812 | 2024-03-26T07:01:33.997Z | smf/oximeter/config.toml |
3813 | 2024-03-26T07:01:33.998Z |
205 100% 0.53kB/s 0:00:00
205 100% 0.53kB/s 0:00:00 (xfr#122, to-chk=98/254) |
3814 | 2024-03-26T07:01:33.998Z | smf/oximeter/manifest.xml |
3815 | 2024-03-26T07:01:33.998Z |
1,770 100% 4.58kB/s 0:00:00
1,770 100% 4.58kB/s 0:00:00 (xfr#123, to-chk=97/254) |
3816 | 2024-03-26T07:01:33.998Z | smf/profile/ |
3817 | 2024-03-26T07:01:33.998Z | smf/profile/bashrc |
3818 | 2024-03-26T07:01:33.998Z |
925 100% 2.40kB/s 0:00:00
925 100% 2.40kB/s 0:00:00 (xfr#124, to-chk=96/254) |
3819 | 2024-03-26T07:01:33.998Z | smf/profile/profile |
3820 | 2024-03-26T07:01:33.998Z |
535 100% 1.39kB/s 0:00:00
535 100% 1.39kB/s 0:00:00 (xfr#125, to-chk=95/254) |
3821 | 2024-03-26T07:01:33.998Z | smf/sled-agent/ |
3822 | 2024-03-26T07:01:33.998Z | smf/sled-agent/manifest.xml |
3823 | 2024-03-26T07:01:33.998Z |
2,373 100% 6.15kB/s 0:00:00
2,373 100% 6.15kB/s 0:00:00 (xfr#126, to-chk=94/254) |
3824 | 2024-03-26T07:01:33.998Z | smf/sled-agent/gimlet-standalone/ |
3825 | 2024-03-26T07:01:33.998Z | smf/sled-agent/gimlet-standalone/README.md |
3826 | 2024-03-26T07:01:33.998Z |
114 100% 0.30kB/s 0:00:00
114 100% 0.30kB/s 0:00:00 (xfr#127, to-chk=90/254) |
3827 | 2024-03-26T07:01:33.998Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
3828 | 2024-03-26T07:01:33.998Z |
6,611 100% 17.12kB/s 0:00:00
6,611 100% 17.12kB/s 0:00:00 (xfr#128, to-chk=89/254) |
3829 | 2024-03-26T07:01:33.998Z | smf/sled-agent/gimlet-standalone/config.toml |
3830 | 2024-03-26T07:01:33.998Z |
1,800 100% 4.66kB/s 0:00:00
1,800 100% 4.66kB/s 0:00:00 (xfr#129, to-chk=88/254) |
3831 | 2024-03-26T07:01:33.998Z | smf/sled-agent/gimlet/ |
3832 | 2024-03-26T07:01:33.998Z | smf/sled-agent/gimlet/README.md |
3833 | 2024-03-26T07:01:33.998Z |
54 100% 0.14kB/s 0:00:00
54 100% 0.14kB/s 0:00:00 (xfr#130, to-chk=87/254) |
3834 | 2024-03-26T07:01:33.998Z | smf/sled-agent/gimlet/config.toml |
3835 | 2024-03-26T07:01:33.999Z |
1,657 100% 4.29kB/s 0:00:00
1,657 100% 4.29kB/s 0:00:00 (xfr#131, to-chk=86/254) |
3836 | 2024-03-26T07:01:33.999Z | smf/sled-agent/non-gimlet/ |
3837 | 2024-03-26T07:01:33.999Z | smf/sled-agent/non-gimlet/README.md |
3838 | 2024-03-26T07:01:33.999Z |
105 100% 0.27kB/s 0:00:00
105 100% 0.27kB/s 0:00:00 (xfr#132, to-chk=85/254) |
3839 | 2024-03-26T07:01:33.999Z | smf/sled-agent/non-gimlet/config.toml |
3840 | 2024-03-26T07:01:33.999Z |
2,820 100% 7.30kB/s 0:00:00
2,820 100% 7.30kB/s 0:00:00 (xfr#133, to-chk=84/254) |
3841 | 2024-03-26T07:01:34.025Z | smf/sp-sim/ |
3842 | 2024-03-26T07:01:34.025Z | smf/sp-sim/config.toml |
3843 | 2024-03-26T07:01:34.025Z |
2,604 100% 6.75kB/s 0:00:00
2,604 100% 6.75kB/s 0:00:00 (xfr#134, to-chk=83/254) |
3844 | 2024-03-26T07:01:34.025Z | smf/sp-sim/manifest.xml |
3845 | 2024-03-26T07:01:34.025Z |
1,271 100% 3.29kB/s 0:00:00
1,271 100% 3.29kB/s 0:00:00 (xfr#135, to-chk=82/254) |
3846 | 2024-03-26T07:01:34.025Z | smf/switch_zone_setup/ |
3847 | 2024-03-26T07:01:34.025Z | smf/switch_zone_setup/manifest.xml |
3848 | 2024-03-26T07:01:34.025Z |
1,061 100% 2.75kB/s 0:00:00
1,061 100% 2.75kB/s 0:00:00 (xfr#136, to-chk=81/254) |
3849 | 2024-03-26T07:01:34.025Z | smf/switch_zone_setup/support_authorized_keys |
3850 | 2024-03-26T07:01:34.025Z |
1,284 100% 3.33kB/s 0:00:00
1,284 100% 3.33kB/s 0:00:00 (xfr#137, to-chk=80/254) |
3851 | 2024-03-26T07:01:34.025Z | smf/switch_zone_setup/switch_zone_setup |
3852 | 2024-03-26T07:01:34.025Z |
1,041 100% 2.70kB/s 0:00:00
1,041 100% 2.70kB/s 0:00:00 (xfr#138, to-chk=79/254) |
3853 | 2024-03-26T07:01:34.025Z | smf/wicketd/ |
3854 | 2024-03-26T07:01:34.025Z | smf/wicketd/config.toml |
3855 | 2024-03-26T07:01:34.025Z |
104 100% 0.27kB/s 0:00:00
104 100% 0.27kB/s 0:00:00 (xfr#139, to-chk=78/254) |
3856 | 2024-03-26T07:01:34.025Z | smf/wicketd/manifest.xml |
3857 | 2024-03-26T07:01:34.025Z |
2,954 100% 7.63kB/s 0:00:00
2,954 100% 7.63kB/s 0:00:00 (xfr#140, to-chk=77/254) |
3858 | 2024-03-26T07:01:34.026Z | smf/zone-network-setup/ |
3859 | 2024-03-26T07:01:34.026Z | smf/zone-network-setup/manifest.xml |
3860 | 2024-03-26T07:01:34.026Z |
1,614 100% 4.17kB/s 0:00:00
1,614 100% 4.17kB/s 0:00:00 (xfr#141, to-chk=76/254) |
3861 | 2024-03-26T07:01:34.026Z | tools/ |
3862 | 2024-03-26T07:01:34.026Z | tools/README.adoc |
3863 | 2024-03-26T07:01:34.026Z |
3,558 100% 9.19kB/s 0:00:00
3,558 100% 9.19kB/s 0:00:00 (xfr#142, to-chk=75/254) |
3864 | 2024-03-26T07:01:34.026Z | tools/build-global-zone-packages.sh |
3865 | 2024-03-26T07:01:34.026Z |
2,388 100% 6.17kB/s 0:00:00
2,388 100% 6.17kB/s 0:00:00 (xfr#143, to-chk=74/254) |
3866 | 2024-03-26T07:01:34.026Z | tools/build-host-image.sh |
3867 | 2024-03-26T07:01:34.026Z |
2,971 100% 7.68kB/s 0:00:00
2,971 100% 7.68kB/s 0:00:00 (xfr#144, to-chk=73/254) |
3868 | 2024-03-26T07:01:34.026Z | tools/build-trampoline-global-zone-packages.sh |
3869 | 2024-03-26T07:01:34.026Z |
1,878 100% 4.85kB/s 0:00:00
1,878 100% 4.85kB/s 0:00:00 (xfr#145, to-chk=72/254) |
3870 | 2024-03-26T07:01:34.026Z | tools/ci_check_opte_ver.sh |
3871 | 2024-03-26T07:01:34.026Z |
2,770 100% 7.16kB/s 0:00:00
2,770 100% 7.16kB/s 0:00:00 (xfr#146, to-chk=71/254) |
3872 | 2024-03-26T07:01:34.026Z | tools/ci_download_clickhouse |
3873 | 2024-03-26T07:01:34.026Z |
3,631 100% 9.38kB/s 0:00:00
3,631 100% 9.38kB/s 0:00:00 (xfr#147, to-chk=70/254) |
3874 | 2024-03-26T07:01:34.026Z | tools/ci_download_cockroachdb |
3875 | 2024-03-26T07:01:34.026Z |
4,292 100% 11.09kB/s 0:00:00
4,292 100% 11.09kB/s 0:00:00 (xfr#148, to-chk=69/254) |
3876 | 2024-03-26T07:01:34.026Z | tools/ci_download_console |
3877 | 2024-03-26T07:01:34.026Z |
1,991 100% 5.14kB/s 0:00:00
1,991 100% 5.14kB/s 0:00:00 (xfr#149, to-chk=68/254) |
3878 | 2024-03-26T07:01:34.027Z | tools/ci_download_dendrite_openapi |
3879 | 2024-03-26T07:01:34.027Z |
1,719 100% 4.44kB/s 0:00:00
1,719 100% 4.44kB/s 0:00:00 (xfr#150, to-chk=67/254) |
3880 | 2024-03-26T07:01:34.027Z | tools/ci_download_dendrite_stub |
3881 | 2024-03-26T07:01:34.027Z |
4,229 100% 10.93kB/s 0:00:00
4,229 100% 10.93kB/s 0:00:00 (xfr#151, to-chk=66/254) |
3882 | 2024-03-26T07:01:34.027Z | tools/ci_download_maghemite_mgd |
3883 | 2024-03-26T07:01:34.027Z |
3,650 100% 9.43kB/s 0:00:00
3,650 100% 9.43kB/s 0:00:00 (xfr#152, to-chk=65/254) |
3884 | 2024-03-26T07:01:34.027Z | tools/ci_download_maghemite_openapi |
3885 | 2024-03-26T07:01:34.027Z |
1,989 100% 5.14kB/s 0:00:00
1,989 100% 5.14kB/s 0:00:00 (xfr#153, to-chk=64/254) |
3886 | 2024-03-26T07:01:34.027Z | tools/ci_download_softnpu_machinery |
3887 | 2024-03-26T07:01:34.027Z |
668 100% 1.73kB/s 0:00:00
668 100% 1.73kB/s 0:00:00 (xfr#154, to-chk=63/254) |
3888 | 2024-03-26T07:01:34.027Z | tools/ci_download_thundermuffin |
3889 | 2024-03-26T07:01:34.027Z |
3,237 100% 8.36kB/s 0:00:00
3,237 100% 8.36kB/s 0:00:00 (xfr#155, to-chk=62/254) |
3890 | 2024-03-26T07:01:34.027Z | tools/ci_download_transceiver_control |
3891 | 2024-03-26T07:01:34.027Z |
3,415 100% 8.82kB/s 0:00:00
3,415 100% 8.82kB/s 0:00:00 (xfr#156, to-chk=61/254) |
3892 | 2024-03-26T07:01:34.027Z | tools/clickhouse_checksums |
3893 | 2024-03-26T07:01:34.027Z |
153 100% 0.40kB/s 0:00:00
153 100% 0.40kB/s 0:00:00 (xfr#157, to-chk=60/254) |
3894 | 2024-03-26T07:01:34.027Z | tools/clickhouse_version |
3895 | 2024-03-26T07:01:34.027Z |
11 100% 0.03kB/s 0:00:00
11 100% 0.03kB/s 0:00:00 (xfr#158, to-chk=59/254) |
3896 | 2024-03-26T07:01:34.027Z | tools/cockroachdb_checksums |
3897 | 2024-03-26T07:01:34.027Z |
258 100% 0.67kB/s 0:00:00
258 100% 0.66kB/s 0:00:00 (xfr#159, to-chk=58/254) |
3898 | 2024-03-26T07:01:34.027Z | tools/cockroachdb_version |
3899 | 2024-03-26T07:01:34.028Z |
8 100% 0.02kB/s 0:00:00
8 100% 0.02kB/s 0:00:00 (xfr#160, to-chk=57/254) |
3900 | 2024-03-26T07:01:34.028Z | tools/console_version |
3901 | 2024-03-26T07:01:34.028Z |
122 100% 0.31kB/s 0:00:00
122 100% 0.31kB/s 0:00:00 (xfr#161, to-chk=56/254) |
3902 | 2024-03-26T07:01:34.028Z | tools/create_gimlet_virtual_hardware.sh |
3903 | 2024-03-26T07:01:34.028Z |
936 100% 2.41kB/s 0:00:00
936 100% 2.41kB/s 0:00:00 (xfr#162, to-chk=55/254) |
3904 | 2024-03-26T07:01:34.028Z | tools/create_scrimlet_virtual_hardware.sh |
3905 | 2024-03-26T07:01:34.028Z |
2,014 100% 5.19kB/s 0:00:00
2,014 100% 5.19kB/s 0:00:00 (xfr#163, to-chk=54/254) |
3906 | 2024-03-26T07:01:34.028Z | tools/create_self_signed_cert.sh |
3907 | 2024-03-26T07:01:34.028Z |
685 100% 1.77kB/s 0:00:00
685 100% 1.77kB/s 0:00:00 (xfr#164, to-chk=53/254) |
3908 | 2024-03-26T07:01:34.028Z | tools/create_virtual_hardware.sh |
3909 | 2024-03-26T07:01:34.028Z |
3,184 100% 8.20kB/s 0:00:00
3,184 100% 8.20kB/s 0:00:00 (xfr#165, to-chk=52/254) |
3910 | 2024-03-26T07:01:34.028Z | tools/delete-reservoir.sh |
3911 | 2024-03-26T07:01:34.028Z |
136 100% 0.35kB/s 0:00:00
136 100% 0.35kB/s 0:00:00 (xfr#166, to-chk=51/254) |
3912 | 2024-03-26T07:01:34.028Z | tools/dendrite_openapi_version |
3913 | 2024-03-26T07:01:34.028Z |
122 100% 0.31kB/s 0:00:00
122 100% 0.31kB/s 0:00:00 (xfr#167, to-chk=50/254) |
3914 | 2024-03-26T07:01:34.028Z | tools/dendrite_stub_checksums |
3915 | 2024-03-26T07:01:34.028Z |
267 100% 0.69kB/s 0:00:00
267 100% 0.69kB/s 0:00:00 (xfr#168, to-chk=49/254) |
3916 | 2024-03-26T07:01:34.028Z | tools/destroy_gimlet_virtual_hardware.sh |
3917 | 2024-03-26T07:01:34.028Z |
888 100% 2.29kB/s 0:00:00
888 100% 2.29kB/s 0:00:00 (xfr#169, to-chk=48/254) |
3918 | 2024-03-26T07:01:34.028Z | tools/destroy_scrimlet_virtual_hardware.sh |
3919 | 2024-03-26T07:01:34.028Z |
1,147 100% 2.96kB/s 0:00:00
1,147 100% 2.96kB/s 0:00:00 (xfr#170, to-chk=47/254) |
3920 | 2024-03-26T07:01:34.029Z | tools/destroy_virtual_hardware.sh |
3921 | 2024-03-26T07:01:34.029Z |
2,227 100% 5.74kB/s 0:00:00
2,227 100% 5.74kB/s 0:00:00 (xfr#171, to-chk=46/254) |
3922 | 2024-03-26T07:01:34.029Z | tools/dvt_dock_version |
3923 | 2024-03-26T07:01:34.029Z |
48 100% 0.12kB/s 0:00:00
48 100% 0.12kB/s 0:00:00 (xfr#172, to-chk=45/254) |
3924 | 2024-03-26T07:01:34.029Z | tools/ensure_buildomat_artifact.sh |
3925 | 2024-03-26T07:01:34.029Z |
3,759 100% 9.69kB/s 0:00:00
3,759 100% 9.69kB/s 0:00:00 (xfr#173, to-chk=44/254) |
3926 | 2024-03-26T07:01:34.029Z | tools/generate-nexus-api.sh |
3927 | 2024-03-26T07:01:34.029Z |
174 100% 0.45kB/s 0:00:00
174 100% 0.45kB/s 0:00:00 (xfr#174, to-chk=43/254) |
3928 | 2024-03-26T07:01:34.029Z | tools/generate-sled-agent-api.sh |
3929 | 2024-03-26T07:01:34.029Z |
161 100% 0.41kB/s 0:00:00
161 100% 0.41kB/s 0:00:00 (xfr#175, to-chk=42/254) |
3930 | 2024-03-26T07:01:34.029Z | tools/generate-wicketd-api.sh |
3931 | 2024-03-26T07:01:34.029Z |
75 100% 0.19kB/s 0:00:00
75 100% 0.19kB/s 0:00:00 (xfr#176, to-chk=41/254) |
3932 | 2024-03-26T07:01:34.029Z | tools/hubris_checksums |
3933 | 2024-03-26T07:01:34.029Z |
852 100% 2.20kB/s 0:00:00
852 100% 2.20kB/s 0:00:00 (xfr#177, to-chk=40/254) |
3934 | 2024-03-26T07:01:34.029Z | tools/hubris_version |
3935 | 2024-03-26T07:01:34.029Z |
50 100% 0.13kB/s 0:00:00
50 100% 0.13kB/s 0:00:00 (xfr#178, to-chk=39/254) |
3936 | 2024-03-26T07:01:34.029Z | tools/install_builder_prerequisites.sh |
3937 | 2024-03-26T07:01:34.029Z |
7,537 100% 19.42kB/s 0:00:00
7,537 100% 19.42kB/s 0:00:00 (xfr#179, to-chk=38/254) |
3938 | 2024-03-26T07:01:34.029Z | tools/install_opte.sh |
3939 | 2024-03-26T07:01:34.029Z |
3,755 100% 9.68kB/s 0:00:00
3,755 100% 9.68kB/s 0:00:00 (xfr#180, to-chk=37/254) |
3940 | 2024-03-26T07:01:34.030Z | tools/install_prerequisites.sh |
3941 | 2024-03-26T07:01:34.055Z |
255 100% 0.66kB/s 0:00:00
255 100% 0.66kB/s 0:00:00 (xfr#181, to-chk=36/254) |
3942 | 2024-03-26T07:01:34.055Z | tools/install_runner_prerequisites.sh |
3943 | 2024-03-26T07:01:34.055Z |
4,154 100% 10.70kB/s 0:00:00
4,154 100% 10.70kB/s 0:00:00 (xfr#182, to-chk=35/254) |
3944 | 2024-03-26T07:01:34.055Z | tools/maghemite_ddm_openapi_version |
3945 | 2024-03-26T07:01:34.055Z |
122 100% 0.31kB/s 0:00:00
122 100% 0.31kB/s 0:00:00 (xfr#183, to-chk=34/254) |
3946 | 2024-03-26T07:01:34.056Z | tools/maghemite_mg_openapi_version |
3947 | 2024-03-26T07:01:34.056Z |
122 100% 0.31kB/s 0:00:00
122 100% 0.31kB/s 0:00:00 (xfr#184, to-chk=33/254) |
3948 | 2024-03-26T07:01:34.056Z | tools/maghemite_mgd_checksums |
3949 | 2024-03-26T07:01:34.056Z |
162 100% 0.42kB/s 0:00:00
162 100% 0.42kB/s 0:00:00 (xfr#185, to-chk=32/254) |
3950 | 2024-03-26T07:01:34.056Z | tools/opte_version |
3951 | 2024-03-26T07:01:34.056Z |
9 100% 0.02kB/s 0:00:00
9 100% 0.02kB/s 0:00:00 (xfr#186, to-chk=31/254) |
3952 | 2024-03-26T07:01:34.056Z | tools/opte_version_override |
3953 | 2024-03-26T07:01:34.056Z |
142 100% 0.36kB/s 0:00:00
142 100% 0.36kB/s 0:00:00 (xfr#187, to-chk=30/254) |
3954 | 2024-03-26T07:01:34.056Z | tools/renovate-post-upgrade.sh |
3955 | 2024-03-26T07:01:34.056Z |
1,705 100% 4.38kB/s 0:00:00
1,705 100% 4.38kB/s 0:00:00 (xfr#188, to-chk=29/254) |
3956 | 2024-03-26T07:01:34.056Z | tools/thundermuffin_checksums |
3957 | 2024-03-26T07:01:34.056Z |
79 100% 0.20kB/s 0:00:00
79 100% 0.20kB/s 0:00:00 (xfr#189, to-chk=28/254) |
3958 | 2024-03-26T07:01:34.056Z | tools/thundermuffin_version |
3959 | 2024-03-26T07:01:34.056Z |
50 100% 0.13kB/s 0:00:00
50 100% 0.13kB/s 0:00:00 (xfr#190, to-chk=27/254) |
3960 | 2024-03-26T07:01:34.056Z | tools/transceiver_control_version |
3961 | 2024-03-26T07:01:34.056Z |
137 100% 0.35kB/s 0:00:00
137 100% 0.35kB/s 0:00:00 (xfr#191, to-chk=26/254) |
3962 | 2024-03-26T07:01:34.056Z | tools/uninstall_opte.sh |
3963 | 2024-03-26T07:01:34.056Z |
6,514 100% 16.74kB/s 0:00:00
6,514 100% 16.74kB/s 0:00:00 (xfr#192, to-chk=25/254) |
3964 | 2024-03-26T07:01:34.056Z | tools/update_crucible.sh |
3965 | 2024-03-26T07:01:34.056Z |
1,093 100% 2.81kB/s 0:00:00
1,093 100% 2.81kB/s 0:00:00 (xfr#193, to-chk=24/254) |
3966 | 2024-03-26T07:01:34.056Z | tools/update_dendrite.sh |
3967 | 2024-03-26T07:01:34.057Z |
2,333 100% 6.00kB/s 0:00:00
2,333 100% 6.00kB/s 0:00:00 (xfr#194, to-chk=23/254) |
3968 | 2024-03-26T07:01:34.057Z | tools/update_helpers.sh |
3969 | 2024-03-26T07:01:34.057Z |
3,831 100% 9.85kB/s 0:00:00
3,831 100% 9.85kB/s 0:00:00 (xfr#195, to-chk=22/254) |
3970 | 2024-03-26T07:01:34.057Z | tools/update_lldp.sh |
3971 | 2024-03-26T07:01:34.057Z |
1,000 100% 2.57kB/s 0:00:00
1,000 100% 2.57kB/s 0:00:00 (xfr#196, to-chk=21/254) |
3972 | 2024-03-26T07:01:34.057Z | tools/update_maghemite.sh |
3973 | 2024-03-26T07:01:34.057Z |
939 100% 2.41kB/s 0:00:00
939 100% 2.41kB/s 0:00:00 (xfr#197, to-chk=20/254) |
3974 | 2024-03-26T07:01:34.057Z | tools/update_propolis.sh |
3975 | 2024-03-26T07:01:34.057Z |
1,050 100% 2.70kB/s 0:00:00
1,050 100% 2.70kB/s 0:00:00 (xfr#198, to-chk=19/254) |
3976 | 2024-03-26T07:01:34.057Z | tools/update_transceiver_control.sh |
3977 | 2024-03-26T07:01:34.057Z |
1,374 100% 3.53kB/s 0:00:00
1,374 100% 3.53kB/s 0:00:00 (xfr#199, to-chk=18/254) |
3978 | 2024-03-26T07:01:34.057Z | tools/virtual_hardware.sh |
3979 | 2024-03-26T07:01:34.057Z |
3,429 100% 8.81kB/s 0:00:00
3,429 100% 8.81kB/s 0:00:00 (xfr#200, to-chk=17/254) |
3980 | 2024-03-26T07:01:34.057Z | tools/dtrace/ |
3981 | 2024-03-26T07:01:34.057Z | tools/dtrace/aggregate-query-latency.d |
3982 | 2024-03-26T07:01:34.057Z |
780 100% 2.00kB/s 0:00:00
780 100% 2.00kB/s 0:00:00 (xfr#201, to-chk=11/254) |
3983 | 2024-03-26T07:01:34.057Z | tools/dtrace/slowest-queries.d |
3984 | 2024-03-26T07:01:34.057Z |
1,077 100% 2.77kB/s 0:00:00
1,077 100% 2.77kB/s 0:00:00 (xfr#202, to-chk=10/254) |
3985 | 2024-03-26T07:01:34.057Z | tools/dtrace/trace-db-queries.d |
3986 | 2024-03-26T07:01:34.057Z |
811 100% 2.08kB/s 0:00:00
811 100% 2.08kB/s 0:00:00 (xfr#203, to-chk=9/254) |
3987 | 2024-03-26T07:01:34.057Z | tools/include/ |
3988 | 2024-03-26T07:01:34.058Z | tools/include/force-git-over-https.sh |
3989 | 2024-03-26T07:01:34.058Z |
940 100% 2.41kB/s 0:00:00
940 100% 2.41kB/s 0:00:00 (xfr#204, to-chk=8/254) |
3990 | 2024-03-26T07:01:34.058Z | tools/populate/ |
3991 | 2024-03-26T07:01:34.058Z | tools/populate/populate-alpine.sh |
3992 | 2024-03-26T07:01:34.058Z |
788 100% 2.02kB/s 0:00:00
788 100% 2.02kB/s 0:00:00 (xfr#205, to-chk=7/254) |
3993 | 2024-03-26T07:01:34.058Z | tools/populate/populate-images.sh |
3994 | 2024-03-26T07:01:34.058Z |
2,571 100% 6.59kB/s 0:00:00
2,571 100% 6.59kB/s 0:00:00 (xfr#206, to-chk=6/254) |
3995 | 2024-03-26T07:01:34.058Z | tools/reflector/ |
3996 | 2024-03-26T07:01:34.058Z | tools/reflector/helpers.sh |
3997 | 2024-03-26T07:01:34.058Z |
4,652 100% 11.92kB/s 0:00:00
4,652 100% 11.92kB/s 0:00:00 (xfr#207, to-chk=5/254) |
3998 | 2024-03-26T07:01:34.058Z | tools/scrimlet/ |
3999 | 2024-03-26T07:01:34.058Z | tools/scrimlet/create-softnpu-zone.sh |
4000 | 2024-03-26T07:01:34.058Z |
627 100% 1.61kB/s 0:00:00
627 100% 1.61kB/s 0:00:00 (xfr#208, to-chk=4/254) |
4001 | 2024-03-26T07:01:34.058Z | tools/scrimlet/destroy-softnpu-zone.sh |
4002 | 2024-03-26T07:01:34.058Z |
203 100% 0.52kB/s 0:00:00
203 100% 0.52kB/s 0:00:00 (xfr#209, to-chk=3/254) |
4003 | 2024-03-26T07:01:34.058Z | tools/scrimlet/softnpu-init.sh |
4004 | 2024-03-26T07:01:34.058Z |
2,157 100% 5.53kB/s 0:00:00
2,157 100% 5.53kB/s 0:00:00 (xfr#210, to-chk=2/254) |
4005 | 2024-03-26T07:01:34.058Z | tools/scrimlet/softnpu-zone.txt |
4006 | 2024-03-26T07:01:34.058Z |
330 100% 0.85kB/s 0:00:00
330 100% 0.85kB/s 0:00:00 (xfr#211, to-chk=1/254) |
4007 | 2024-03-26T07:01:34.058Z | tools/scrimlet/softnpu.toml |
4008 | 2024-03-26T07:01:34.058Z |
171 100% 0.44kB/s 0:00:00
171 100% 0.44kB/s 0:00:00 (xfr#212, to-chk=0/254) |
4009 | 2024-03-26T07:01:34.059Z | + banner G2 |
4010 | 2024-03-26T07:01:34.059Z | ##### ##### |
4011 | 2024-03-26T07:01:34.059Z | # # # # |
4012 | 2024-03-26T07:01:34.059Z | # # |
4013 | 2024-03-26T07:01:34.059Z | # #### ##### |
4014 | 2024-03-26T07:01:34.059Z | # # # |
4015 | 2024-03-26T07:01:34.059Z | # # # |
4016 | 2024-03-26T07:01:34.059Z | ##### ####### |
4017 | 2024-03-26T07:01:34.059Z | |
4018 | 2024-03-26T07:01:34.059Z | + . config/build-g2.sh |
4019 | 2024-03-26T07:01:34.059Z | ++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml |
4020 | 2024-03-26T07:01:34.059Z | ++ cp config/g2-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
4021 | 2024-03-26T07:01:34.059Z | ++ cp -r cargo-bay/tools cargo-bay/g2/ |
4022 | 2024-03-26T07:01:34.059Z | ++ cd /work/oxidecomputer/omicron |
4023 | 2024-03-26T07:01:34.059Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
4024 | 2024-03-26T07:01:35.183Z | Finished release [optimized] target(s) in 1.07s |
4025 | 2024-03-26T07:01:35.210Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
4026 | 2024-03-26T07:01:35.240Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
4027 | 2024-03-26T07:01:35.263Z | Created new build target 'default' and set it as active |
4028 | 2024-03-26T07:01:35.264Z | ++ cargo run --release --bin omicron-package -- package |
4029 | 2024-03-26T07:01:36.172Z | Finished release [optimized] target(s) in 0.86s |
4030 | 2024-03-26T07:01:36.196Z | Running `target/release/omicron-package package` |
4031 | 2024-03-26T07:01:36.235Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
4032 | 2024-03-26T07:01:37.283Z | Finished release [optimized] target(s) in 0.98s |
4033 | 2024-03-26T07:01:39.597Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
4034 | 2024-03-26T07:01:39.597Z | ++ rm -rf cargo-bay/g2/omicron |
4035 | 2024-03-26T07:01:39.597Z | ++ mkdir -p cargo-bay/g2/omicron |
4036 | 2024-03-26T07:01:39.597Z | ++ 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/ |
4037 | 2024-03-26T07:01:39.597Z | sending incremental file list |
4038 | 2024-03-26T07:01:39.597Z | omicron-package |
4039 | 2024-03-26T07:01:39.839Z |
32,768 0% 0.00kB/s 0:00:00
40,097,408 100% 158.54MB/s 0:00:00 (xfr#1, to-chk=253/254) |
4040 | 2024-03-26T07:01:39.839Z | package-manifest.toml |
4041 | 2024-03-26T07:01:39.865Z |
26,511 100% 107.43kB/s 0:00:00
26,511 100% 107.43kB/s 0:00:00 (xfr#2, to-chk=252/254) |
4042 | 2024-03-26T07:01:39.865Z | out/ |
4043 | 2024-03-26T07:01:39.865Z | out/LOG |
4044 | 2024-03-26T07:01:39.865Z |
32,768 79% 132.78kB/s 0:00:00
41,306 100% 167.38kB/s 0:00:00 (xfr#3, to-chk=248/254) |
4045 | 2024-03-26T07:01:39.865Z | out/clickhouse.tar.gz |
4046 | 2024-03-26T07:01:40.562Z |
32,768 0% 132.78kB/s 0:29:00
231,157,150 100% 224.95MB/s 0:00:00 (xfr#4, to-chk=247/254) |
4047 | 2024-03-26T07:01:40.562Z | out/clickhouse_keeper.tar.gz |
4048 | 2024-03-26T07:01:41.321Z |
32,768 0% 32.65kB/s 1:57:57
2,097,152 0% 2.00MB/s 0:01:51
231,127,481 100% 126.82MB/s 0:00:01 (xfr#5, to-chk=246/254) |
4049 | 2024-03-26T07:01:41.322Z | out/cockroachdb.tar.gz |
4050 | 2024-03-26T07:01:41.755Z |
32,768 0% 43.30kB/s 0:48:43
76,316,672 60% 72.78MB/s 0:00:00
126,644,746 100% 103.05MB/s 0:00:01 (xfr#6, to-chk=245/254) |
4051 | 2024-03-26T07:01:41.755Z | out/crucible-pantry-zone.tar.gz |
4052 | 2024-03-26T07:01:41.833Z |
32,768 0% 184.97kB/s 0:02:16
25,273,443 100% 96.41MB/s 0:00:00 (xfr#7, to-chk=244/254) |
4053 | 2024-03-26T07:01:41.833Z | out/crucible-zone.tar.gz |
4054 | 2024-03-26T07:01:41.958Z |
32,768 0% 127.49kB/s 0:04:49
36,979,285 100% 94.04MB/s 0:00:00 (xfr#8, to-chk=243/254) |
4055 | 2024-03-26T07:01:41.958Z | out/external-dns.tar.gz |
4056 | 2024-03-26T07:01:42.058Z |
32,768 0% 85.33kB/s 0:06:02
30,999,464 100% 61.85MB/s 0:00:00 (xfr#9, to-chk=242/254) |
4057 | 2024-03-26T07:01:42.058Z | out/internal-dns.tar.gz |
4058 | 2024-03-26T07:01:42.166Z |
32,768 0% 66.95kB/s 0:07:42
30,999,214 100% 50.45MB/s 0:00:00 (xfr#10, to-chk=241/254) |
4059 | 2024-03-26T07:01:42.166Z | out/mg-ddm-gz.tar |
4060 | 2024-03-26T07:01:42.602Z |
32,768 0% 54.61kB/s 0:16:08
49,020,928 92% 46.75MB/s 0:00:00
52,915,712 100% 49.43MB/s 0:00:01 (xfr#11, to-chk=240/254) |
4061 | 2024-03-26T07:01:42.602Z | out/nexus.tar.gz |
4062 | 2024-03-26T07:01:42.928Z |
32,768 0% 1.42MB/s 0:01:02
91,668,399 100% 253.40MB/s 0:00:00 (xfr#12, to-chk=239/254) |
4063 | 2024-03-26T07:01:42.928Z | out/ntp.tar.gz |
4064 | 2024-03-26T07:01:42.969Z |
32,768 0% 92.75kB/s 0:01:51
10,418,758 100% 25.54MB/s 0:00:00 (xfr#13, to-chk=238/254) |
4065 | 2024-03-26T07:01:42.969Z | out/omicron-gateway-softnpu.tar.gz |
4066 | 2024-03-26T07:01:43.034Z |
32,768 0% 82.05kB/s 0:03:20
16,497,203 100% 34.65MB/s 0:00:00 (xfr#14, to-chk=237/254) |
4067 | 2024-03-26T07:01:43.034Z | out/omicron-gateway.tar.gz |
4068 | 2024-03-26T07:01:43.077Z |
32,768 0% 70.48kB/s 0:03:53
16,495,549 100% 31.65MB/s 0:00:00 (xfr#15, to-chk=236/254) |
4069 | 2024-03-26T07:01:43.077Z | out/omicron-sled-agent.tar |
4070 | 2024-03-26T07:01:43.881Z |
32,768 0% 64.39kB/s 0:30:14
70,647,808 60% 67.38MB/s 0:00:00
116,833,792 100% 85.64MB/s 0:00:01 (xfr#16, to-chk=235/254) |
4071 | 2024-03-26T07:01:43.881Z | out/overlay.tar.gz |
4072 | 2024-03-26T07:01:43.881Z |
2,621 100% 8.48kB/s 0:00:00
2,621 100% 8.48kB/s 0:00:00 (xfr#17, to-chk=234/254) |
4073 | 2024-03-26T07:01:43.881Z | out/oximeter.tar.gz |
4074 | 2024-03-26T07:01:44.024Z |
32,768 0% 105.96kB/s 0:07:32
48,011,095 100% 102.89MB/s 0:00:00 (xfr#18, to-chk=233/254) |
4075 | 2024-03-26T07:01:44.024Z | out/oxlog.tar |
4076 | 2024-03-26T07:01:44.071Z |
32,768 0% 71.91kB/s 0:01:26
6,244,352 100% 12.08MB/s 0:00:00 (xfr#19, to-chk=232/254) |
4077 | 2024-03-26T07:01:44.072Z | out/probe.tar.gz |
4078 | 2024-03-26T07:01:44.096Z |
32,768 1% 64.91kB/s 0:00:43
2,829,470 100% 5.39MB/s 0:00:00 (xfr#20, to-chk=231/254) |
4079 | 2024-03-26T07:01:44.096Z | out/propolis-server.tar.gz |
4080 | 2024-03-26T07:01:44.271Z |
32,768 0% 63.87kB/s 0:17:18
66,360,059 100% 91.32MB/s 0:00:00 (xfr#21, to-chk=230/254) |
4081 | 2024-03-26T07:01:44.271Z | out/switch-softnpu.tar.gz |
4082 | 2024-03-26T07:01:44.916Z |
32,768 0% 46.18kB/s 1:13:35
89,948,160 44% 85.78MB/s 0:00:01
203,938,891 100% 145.69MB/s 0:00:01 (xfr#22, to-chk=229/254) |
4083 | 2024-03-26T07:01:44.916Z | out/console-assets/ |
4084 | 2024-03-26T07:01:44.916Z | out/console-assets/VERSION |
4085 | 2024-03-26T07:01:44.916Z |
41 100% 0.12kB/s 0:00:00
41 100% 0.12kB/s 0:00:00 (xfr#23, to-chk=225/254) |
4086 | 2024-03-26T07:01:44.916Z | out/console-assets/index.html |
4087 | 2024-03-26T07:01:44.916Z |
466 100% 1.35kB/s 0:00:00
466 100% 1.35kB/s 0:00:00 (xfr#24, to-chk=224/254) |
4088 | 2024-03-26T07:01:44.916Z | out/console-assets/assets/ |
4089 | 2024-03-26T07:01:44.916Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
4090 | 2024-03-26T07:01:44.917Z |
32,768 70% 95.24kB/s 0:00:00
46,276 100% 134.50kB/s 0:00:00 (xfr#25, to-chk=222/254) |
4091 | 2024-03-26T07:01:44.917Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
4092 | 2024-03-26T07:01:44.917Z |
32,768 65% 95.24kB/s 0:00:00
50,032 100% 145.41kB/s 0:00:00 (xfr#26, to-chk=221/254) |
4093 | 2024-03-26T07:01:44.917Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
4094 | 2024-03-26T07:01:44.917Z |
32,768 55% 94.96kB/s 0:00:00
58,524 100% 169.59kB/s 0:00:00 (xfr#27, to-chk=220/254) |
4095 | 2024-03-26T07:01:44.917Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
4096 | 2024-03-26T07:01:44.963Z |
32,768 71% 94.96kB/s 0:00:00
46,060 100% 133.47kB/s 0:00:00 (xfr#28, to-chk=219/254) |
4097 | 2024-03-26T07:01:44.964Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
4098 | 2024-03-26T07:01:44.964Z |
21,937 100% 63.38kB/s 0:00:00
21,937 100% 63.38kB/s 0:00:00 (xfr#29, to-chk=218/254) |
4099 | 2024-03-26T07:01:44.964Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
4100 | 2024-03-26T07:01:44.964Z |
17,996 100% 51.99kB/s 0:00:00
17,996 100% 51.99kB/s 0:00:00 (xfr#30, to-chk=217/254) |
4101 | 2024-03-26T07:01:44.964Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
4102 | 2024-03-26T07:01:44.964Z |
21,890 100% 63.25kB/s 0:00:00
21,890 100% 63.25kB/s 0:00:00 (xfr#31, to-chk=216/254) |
4103 | 2024-03-26T07:01:44.964Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
4104 | 2024-03-26T07:01:44.964Z |
17,984 100% 51.96kB/s 0:00:00
17,984 100% 51.96kB/s 0:00:00 (xfr#32, to-chk=215/254) |
4105 | 2024-03-26T07:01:44.964Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
4106 | 2024-03-26T07:01:44.964Z |
21,123 100% 61.03kB/s 0:00:00
21,123 100% 61.03kB/s 0:00:00 (xfr#33, to-chk=214/254) |
4107 | 2024-03-26T07:01:44.964Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
4108 | 2024-03-26T07:01:44.964Z |
17,228 100% 49.78kB/s 0:00:00
17,228 100% 49.78kB/s 0:00:00 (xfr#34, to-chk=213/254) |
4109 | 2024-03-26T07:01:44.964Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
4110 | 2024-03-26T07:01:44.964Z |
18,448 100% 53.30kB/s 0:00:00
18,448 100% 53.30kB/s 0:00:00 (xfr#35, to-chk=212/254) |
4111 | 2024-03-26T07:01:44.965Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
4112 | 2024-03-26T07:01:44.965Z |
22,665 100% 65.29kB/s 0:00:00
22,665 100% 65.29kB/s 0:00:00 (xfr#36, to-chk=211/254) |
4113 | 2024-03-26T07:01:44.965Z | out/console-assets/assets/Terminal-_VoNxbTe.js |
4114 | 2024-03-26T07:01:44.965Z |
32,768 11% 94.40kB/s 0:00:02
287,761 100% 824.10kB/s 0:00:00 (xfr#37, to-chk=210/254) |
4115 | 2024-03-26T07:01:44.965Z | out/console-assets/assets/Terminal-_VoNxbTe.js.gz |
4116 | 2024-03-26T07:01:44.965Z |
32,768 45% 93.57kB/s 0:00:00
71,758 100% 204.90kB/s 0:00:00 (xfr#38, to-chk=209/254) |
4117 | 2024-03-26T07:01:44.965Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map |
4118 | 2024-03-26T07:01:44.965Z |
32,768 5% 93.57kB/s 0:00:05
590,313 100% 1.63MB/s 0:00:00 (xfr#39, to-chk=208/254) |
4119 | 2024-03-26T07:01:44.965Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map.gz |
4120 | 2024-03-26T07:01:44.965Z |
32,768 27% 92.75kB/s 0:00:00
118,282 100% 333.84kB/s 0:00:00 (xfr#40, to-chk=207/254) |
4121 | 2024-03-26T07:01:44.965Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js |
4122 | 2024-03-26T07:01:44.966Z |
32,768 8% 92.49kB/s 0:00:03
371,459 100% 1.02MB/s 0:00:00 (xfr#41, to-chk=206/254) |
4123 | 2024-03-26T07:01:44.966Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz |
4124 | 2024-03-26T07:01:44.966Z |
32,768 31% 91.69kB/s 0:00:00
103,751 100% 290.31kB/s 0:00:00 (xfr#42, to-chk=205/254) |
4125 | 2024-03-26T07:01:44.966Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map |
4126 | 2024-03-26T07:01:44.966Z |
32,768 1% 91.69kB/s 0:00:17
1,659,213 100% 4.40MB/s 0:00:00 (xfr#43, to-chk=204/254) |
4127 | 2024-03-26T07:01:44.966Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz |
4128 | 2024-03-26T07:01:44.966Z |
32,768 8% 88.89kB/s 0:00:03
379,036 100% 1.00MB/s 0:00:00 (xfr#44, to-chk=203/254) |
4129 | 2024-03-26T07:01:44.966Z | out/console-assets/assets/app-1tiVg9q7.js |
4130 | 2024-03-26T07:01:44.991Z |
32,768 2% 88.64kB/s 0:00:12
1,130,062 100% 2.90MB/s 0:00:00 (xfr#45, to-chk=202/254) |
4131 | 2024-03-26T07:01:44.991Z | out/console-assets/assets/app-1tiVg9q7.js.gz |
4132 | 2024-03-26T07:01:44.991Z |
32,768 9% 86.25kB/s 0:00:03
347,811 100% 910.61kB/s 0:00:00 (xfr#46, to-chk=201/254) |
4133 | 2024-03-26T07:01:44.991Z | out/console-assets/assets/app-1tiVg9q7.js.map |
4134 | 2024-03-26T07:01:45.016Z |
32,768 0% 85.79kB/s 0:01:01
5,328,067 100% 12.19MB/s 0:00:00 (xfr#47, to-chk=200/254) |
4135 | 2024-03-26T07:01:45.016Z | out/console-assets/assets/app-1tiVg9q7.js.map.gz |
4136 | 2024-03-26T07:01:45.017Z |
32,768 2% 76.74kB/s 0:00:16
1,261,215 100% 2.86MB/s 0:00:00 (xfr#48, to-chk=199/254) |
4137 | 2024-03-26T07:01:45.017Z | out/console-assets/assets/app-AvNWp1hQ.css |
4138 | 2024-03-26T07:01:45.017Z |
32,768 23% 76.01kB/s 0:00:01
138,004 100% 319.36kB/s 0:00:00 (xfr#49, to-chk=198/254) |
4139 | 2024-03-26T07:01:45.017Z | out/console-assets/assets/app-AvNWp1hQ.css.gz |
4140 | 2024-03-26T07:01:45.017Z |
21,197 100% 49.05kB/s 0:00:00
21,197 100% 49.05kB/s 0:00:00 (xfr#50, to-chk=197/254) |
4141 | 2024-03-26T07:01:45.017Z | out/console-assets/assets/favicon-WELtHcTG.svg |
4142 | 2024-03-26T07:01:45.017Z |
761 100% 1.76kB/s 0:00:00
761 100% 1.76kB/s 0:00:00 (xfr#51, to-chk=196/254) |
4143 | 2024-03-26T07:01:45.017Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
4144 | 2024-03-26T07:01:45.017Z |
1,327 100% 3.06kB/s 0:00:00
1,327 100% 3.06kB/s 0:00:00 (xfr#52, to-chk=195/254) |
4145 | 2024-03-26T07:01:45.017Z | out/console-assets/assets/og-preview-image.webp |
4146 | 2024-03-26T07:01:45.017Z |
32,768 36% 75.65kB/s 0:00:00
89,880 100% 207.50kB/s 0:00:00 (xfr#53, to-chk=194/254) |
4147 | 2024-03-26T07:01:45.017Z | out/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp |
4148 | 2024-03-26T07:01:45.018Z |
32,768 4% 75.47kB/s 0:00:08
673,968 100% 1.51MB/s 0:00:00 (xfr#54, to-chk=193/254) |
4149 | 2024-03-26T07:01:45.018Z | out/manifest-cache/ |
4150 | 2024-03-26T07:01:45.018Z | out/manifest-cache/clickhouse.tar.gz.json |
4151 | 2024-03-26T07:01:45.018Z |
780 100% 1.79kB/s 0:00:00
780 100% 1.79kB/s 0:00:00 (xfr#55, to-chk=192/254) |
4152 | 2024-03-26T07:01:45.018Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
4153 | 2024-03-26T07:01:45.018Z |
801 100% 1.84kB/s 0:00:00
801 100% 1.84kB/s 0:00:00 (xfr#56, to-chk=191/254) |
4154 | 2024-03-26T07:01:45.018Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
4155 | 2024-03-26T07:01:45.018Z |
2,958 100% 6.78kB/s 0:00:00
2,958 100% 6.78kB/s 0:00:00 (xfr#57, to-chk=190/254) |
4156 | 2024-03-26T07:01:45.018Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
4157 | 2024-03-26T07:01:45.018Z |
2,946 100% 6.74kB/s 0:00:00
2,946 100% 6.74kB/s 0:00:00 (xfr#58, to-chk=189/254) |
4158 | 2024-03-26T07:01:45.018Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
4159 | 2024-03-26T07:01:45.019Z |
32,768 61% 74.94kB/s 0:00:00
53,598 100% 122.58kB/s 0:00:00 (xfr#59, to-chk=188/254) |
4160 | 2024-03-26T07:01:45.019Z | out/manifest-cache/cockroachdb.tar.gz.json |
4161 | 2024-03-26T07:01:45.019Z |
787 100% 1.80kB/s 0:00:00
787 100% 1.80kB/s 0:00:00 (xfr#60, to-chk=187/254) |
4162 | 2024-03-26T07:01:45.019Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
4163 | 2024-03-26T07:01:45.019Z |
662 100% 1.51kB/s 0:00:00
662 100% 1.51kB/s 0:00:00 (xfr#61, to-chk=186/254) |
4164 | 2024-03-26T07:01:45.019Z | out/manifest-cache/crucible-zone.tar.gz.json |
4165 | 2024-03-26T07:01:45.019Z |
641 100% 1.47kB/s 0:00:00
641 100% 1.47kB/s 0:00:00 (xfr#62, to-chk=185/254) |
4166 | 2024-03-26T07:01:45.019Z | out/manifest-cache/dns-server.tar.gz.json |
4167 | 2024-03-26T07:01:45.019Z |
942 100% 2.15kB/s 0:00:00
942 100% 2.15kB/s 0:00:00 (xfr#63, to-chk=184/254) |
4168 | 2024-03-26T07:01:45.019Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
4169 | 2024-03-26T07:01:45.019Z |
1,132 100% 2.59kB/s 0:00:00
1,132 100% 2.59kB/s 0:00:00 (xfr#64, to-chk=183/254) |
4170 | 2024-03-26T07:01:45.019Z | out/manifest-cache/external-dns.tar.gz.json |
4171 | 2024-03-26T07:01:45.020Z |
934 100% 2.14kB/s 0:00:00
934 100% 2.14kB/s 0:00:00 (xfr#65, to-chk=182/254) |
4172 | 2024-03-26T07:01:45.020Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
4173 | 2024-03-26T07:01:45.020Z |
752 100% 1.72kB/s 0:00:00
752 100% 1.72kB/s 0:00:00 (xfr#66, to-chk=181/254) |
4174 | 2024-03-26T07:01:45.020Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
4175 | 2024-03-26T07:01:45.020Z |
1,132 100% 2.59kB/s 0:00:00
1,132 100% 2.59kB/s 0:00:00 (xfr#67, to-chk=180/254) |
4176 | 2024-03-26T07:01:45.020Z | out/manifest-cache/internal-dns.tar.gz.json |
4177 | 2024-03-26T07:01:45.020Z |
791 100% 1.81kB/s 0:00:00
791 100% 1.81kB/s 0:00:00 (xfr#68, to-chk=179/254) |
4178 | 2024-03-26T07:01:45.020Z | out/manifest-cache/logadm.tar.gz.json |
4179 | 2024-03-26T07:01:45.020Z |
1,044 100% 2.39kB/s 0:00:00
1,044 100% 2.39kB/s 0:00:00 (xfr#69, to-chk=178/254) |
4180 | 2024-03-26T07:01:45.020Z | out/manifest-cache/nexus.tar.gz.json |
4181 | 2024-03-26T07:01:45.020Z |
773 100% 1.77kB/s 0:00:00
773 100% 1.77kB/s 0:00:00 (xfr#70, to-chk=177/254) |
4182 | 2024-03-26T07:01:45.020Z | out/manifest-cache/ntp-svc.tar.gz.json |
4183 | 2024-03-26T07:01:45.021Z |
2,228 100% 5.10kB/s 0:00:00
2,228 100% 5.10kB/s 0:00:00 (xfr#71, to-chk=176/254) |
4184 | 2024-03-26T07:01:45.021Z | out/manifest-cache/ntp.tar.gz.json |
4185 | 2024-03-26T07:01:45.021Z |
763 100% 1.74kB/s 0:00:00
763 100% 1.74kB/s 0:00:00 (xfr#72, to-chk=175/254) |
4186 | 2024-03-26T07:01:45.021Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
4187 | 2024-03-26T07:01:45.021Z |
1,462 100% 3.34kB/s 0:00:00
1,462 100% 3.34kB/s 0:00:00 (xfr#73, to-chk=174/254) |
4188 | 2024-03-26T07:01:45.021Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
4189 | 2024-03-26T07:01:45.021Z |
545 100% 1.24kB/s 0:00:00
545 100% 1.24kB/s 0:00:00 (xfr#74, to-chk=173/254) |
4190 | 2024-03-26T07:01:45.021Z | out/manifest-cache/omicron-gateway.tar.gz.json |
4191 | 2024-03-26T07:01:45.021Z |
703 100% 1.60kB/s 0:00:00
703 100% 1.60kB/s 0:00:00 (xfr#75, to-chk=172/254) |
4192 | 2024-03-26T07:01:45.021Z | out/manifest-cache/omicron-nexus.tar.gz.json |
4193 | 2024-03-26T07:01:45.021Z |
32,768 46% 74.77kB/s 0:00:00
70,581 100% 161.04kB/s 0:00:00 (xfr#76, to-chk=171/254) |
4194 | 2024-03-26T07:01:45.021Z | out/manifest-cache/omicron-omdb.tar.gz.json |
4195 | 2024-03-26T07:01:45.021Z |
702 100% 1.60kB/s 0:00:00
702 100% 1.60kB/s 0:00:00 (xfr#77, to-chk=170/254) |
4196 | 2024-03-26T07:01:45.021Z | out/manifest-cache/omicron-sled-agent.tar.json |
4197 | 2024-03-26T07:01:45.021Z |
1,269 100% 2.90kB/s 0:00:00
1,269 100% 2.90kB/s 0:00:00 (xfr#78, to-chk=169/254) |
4198 | 2024-03-26T07:01:45.021Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
4199 | 2024-03-26T07:01:45.021Z |
883 100% 2.01kB/s 0:00:00
883 100% 2.01kB/s 0:00:00 (xfr#79, to-chk=168/254) |
4200 | 2024-03-26T07:01:45.022Z | out/manifest-cache/overlay.tar.gz.json |
4201 | 2024-03-26T07:01:45.022Z |
473 100% 1.08kB/s 0:00:00
473 100% 1.08kB/s 0:00:00 (xfr#80, to-chk=167/254) |
4202 | 2024-03-26T07:01:45.022Z | out/manifest-cache/oximeter-collector.tar.gz.json |
4203 | 2024-03-26T07:01:45.022Z |
18,311 100% 41.78kB/s 0:00:00
18,311 100% 41.78kB/s 0:00:00 (xfr#81, to-chk=166/254) |
4204 | 2024-03-26T07:01:45.022Z | out/manifest-cache/oximeter.tar.gz.json |
4205 | 2024-03-26T07:01:45.022Z |
641 100% 1.46kB/s 0:00:00
641 100% 1.46kB/s 0:00:00 (xfr#82, to-chk=165/254) |
4206 | 2024-03-26T07:01:45.022Z | out/manifest-cache/oxlog.tar.json |
4207 | 2024-03-26T07:01:45.022Z |
321 100% 0.73kB/s 0:00:00
321 100% 0.73kB/s 0:00:00 (xfr#83, to-chk=164/254) |
4208 | 2024-03-26T07:01:45.022Z | out/manifest-cache/probe.tar.gz.json |
4209 | 2024-03-26T07:01:45.022Z |
346 100% 0.79kB/s 0:00:00
346 100% 0.79kB/s 0:00:00 (xfr#84, to-chk=163/254) |
4210 | 2024-03-26T07:01:45.022Z | out/manifest-cache/profile.tar.gz.json |
4211 | 2024-03-26T07:01:45.022Z |
838 100% 1.91kB/s 0:00:00
838 100% 1.91kB/s 0:00:00 (xfr#85, to-chk=162/254) |
4212 | 2024-03-26T07:01:45.022Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
4213 | 2024-03-26T07:01:45.022Z |
357 100% 0.81kB/s 0:00:00
357 100% 0.81kB/s 0:00:00 (xfr#86, to-chk=161/254) |
4214 | 2024-03-26T07:01:45.022Z | out/manifest-cache/sp-sim.tar.gz.json |
4215 | 2024-03-26T07:01:45.022Z |
1,549 100% 3.53kB/s 0:00:00
1,549 100% 3.53kB/s 0:00:00 (xfr#87, to-chk=160/254) |
4216 | 2024-03-26T07:01:45.022Z | out/manifest-cache/switch-softnpu.tar.gz.json |
4217 | 2024-03-26T07:01:45.023Z |
1,566 100% 3.57kB/s 0:00:00
1,566 100% 3.56kB/s 0:00:00 (xfr#88, to-chk=159/254) |
4218 | 2024-03-26T07:01:45.023Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
4219 | 2024-03-26T07:01:45.023Z |
10,790 100% 24.56kB/s 0:00:00
10,790 100% 24.56kB/s 0:00:00 (xfr#89, to-chk=158/254) |
4220 | 2024-03-26T07:01:45.023Z | out/manifest-cache/wicket.tar.gz.json |
4221 | 2024-03-26T07:01:45.023Z |
1,084 100% 2.47kB/s 0:00:00
1,084 100% 2.47kB/s 0:00:00 (xfr#90, to-chk=157/254) |
4222 | 2024-03-26T07:01:45.023Z | out/manifest-cache/wicketd.tar.gz.json |
4223 | 2024-03-26T07:01:45.023Z |
1,560 100% 3.55kB/s 0:00:00
1,560 100% 3.55kB/s 0:00:00 (xfr#91, to-chk=156/254) |
4224 | 2024-03-26T07:01:45.023Z | out/manifest-cache/zone-network-install.tar.gz.json |
4225 | 2024-03-26T07:01:45.023Z |
877 100% 2.00kB/s 0:00:00
877 100% 2.00kB/s 0:00:00 (xfr#92, to-chk=155/254) |
4226 | 2024-03-26T07:01:45.023Z | out/manifest-cache/zone-network-setup.tar.gz.json |
4227 | 2024-03-26T07:01:45.023Z |
772 100% 1.76kB/s 0:00:00
772 100% 1.76kB/s 0:00:00 (xfr#93, to-chk=154/254) |
4228 | 2024-03-26T07:01:45.023Z | out/target/ |
4229 | 2024-03-26T07:01:45.023Z | out/target/active -> default |
4230 | 2024-03-26T07:01:45.023Z | out/target/default |
4231 | 2024-03-26T07:01:45.023Z |
74 100% 0.17kB/s 0:00:00
74 100% 0.17kB/s 0:00:00 (xfr#94, to-chk=152/254) |
4232 | 2024-03-26T07:01:45.023Z | smf/ |
4233 | 2024-03-26T07:01:45.023Z | smf/clickhouse/ |
4234 | 2024-03-26T07:01:45.076Z | smf/clickhouse/config_replica.xml |
4235 | 2024-03-26T07:01:45.076Z |
2,728 100% 6.21kB/s 0:00:00
2,728 100% 6.21kB/s 0:00:00 (xfr#95, to-chk=132/254) |
4236 | 2024-03-26T07:01:45.076Z | smf/clickhouse/manifest.xml |
4237 | 2024-03-26T07:01:45.077Z |
1,494 100% 3.40kB/s 0:00:00
1,494 100% 3.40kB/s 0:00:00 (xfr#96, to-chk=131/254) |
4238 | 2024-03-26T07:01:45.077Z | smf/clickhouse/method_script.sh |
4239 | 2024-03-26T07:01:45.077Z |
5,330 100% 12.13kB/s 0:00:00
5,330 100% 12.13kB/s 0:00:00 (xfr#97, to-chk=130/254) |
4240 | 2024-03-26T07:01:45.077Z | smf/clickhouse_keeper/ |
4241 | 2024-03-26T07:01:45.077Z | smf/clickhouse_keeper/keeper_config.xml |
4242 | 2024-03-26T07:01:45.077Z |
1,460 100% 3.32kB/s 0:00:00
1,460 100% 3.32kB/s 0:00:00 (xfr#98, to-chk=129/254) |
4243 | 2024-03-26T07:01:45.077Z | smf/clickhouse_keeper/manifest.xml |
4244 | 2024-03-26T07:01:45.077Z |
1,534 100% 3.49kB/s 0:00:00
1,534 100% 3.49kB/s 0:00:00 (xfr#99, to-chk=128/254) |
4245 | 2024-03-26T07:01:45.077Z | smf/clickhouse_keeper/method_script.sh |
4246 | 2024-03-26T07:01:45.077Z |
4,324 100% 9.84kB/s 0:00:00
4,324 100% 9.84kB/s 0:00:00 (xfr#100, to-chk=127/254) |
4247 | 2024-03-26T07:01:45.077Z | smf/cockroachdb/ |
4248 | 2024-03-26T07:01:45.077Z | smf/cockroachdb/manifest.xml |
4249 | 2024-03-26T07:01:45.077Z |
1,667 100% 3.79kB/s 0:00:00
1,667 100% 3.79kB/s 0:00:00 (xfr#101, to-chk=126/254) |
4250 | 2024-03-26T07:01:45.077Z | smf/cockroachdb/method_script.sh |
4251 | 2024-03-26T07:01:45.077Z |
1,030 100% 2.34kB/s 0:00:00
1,030 100% 2.34kB/s 0:00:00 (xfr#102, to-chk=125/254) |
4252 | 2024-03-26T07:01:45.077Z | smf/external-dns/ |
4253 | 2024-03-26T07:01:45.078Z | smf/external-dns/config.toml |
4254 | 2024-03-26T07:01:45.078Z |
353 100% 0.80kB/s 0:00:00
353 100% 0.80kB/s 0:00:00 (xfr#103, to-chk=124/254) |
4255 | 2024-03-26T07:01:45.078Z | smf/external-dns/manifest.xml |
4256 | 2024-03-26T07:01:45.078Z |
1,805 100% 4.11kB/s 0:00:00
1,805 100% 4.11kB/s 0:00:00 (xfr#104, to-chk=123/254) |
4257 | 2024-03-26T07:01:45.078Z | smf/installinator/ |
4258 | 2024-03-26T07:01:45.078Z | smf/installinator/manifest.xml |
4259 | 2024-03-26T07:01:45.078Z |
2,149 100% 4.89kB/s 0:00:00
2,149 100% 4.89kB/s 0:00:00 (xfr#105, to-chk=122/254) |
4260 | 2024-03-26T07:01:45.078Z | smf/internal-dns/ |
4261 | 2024-03-26T07:01:45.078Z | smf/internal-dns/config.toml |
4262 | 2024-03-26T07:01:45.078Z |
353 100% 0.80kB/s 0:00:00
353 100% 0.80kB/s 0:00:00 (xfr#106, to-chk=121/254) |
4263 | 2024-03-26T07:01:45.078Z | smf/internal-dns/manifest.xml |
4264 | 2024-03-26T07:01:45.078Z |
1,618 100% 3.68kB/s 0:00:00
1,618 100% 3.68kB/s 0:00:00 (xfr#107, to-chk=120/254) |
4265 | 2024-03-26T07:01:45.078Z | smf/logadm/ |
4266 | 2024-03-26T07:01:45.078Z | smf/logadm/crontab.root |
4267 | 2024-03-26T07:01:45.079Z |
30 100% 0.07kB/s 0:00:00
30 100% 0.07kB/s 0:00:00 (xfr#108, to-chk=119/254) |
4268 | 2024-03-26T07:01:45.079Z | smf/logadm/logadm.conf |
4269 | 2024-03-26T07:01:45.079Z |
2,553 100% 5.80kB/s 0:00:00
2,553 100% 5.80kB/s 0:00:00 (xfr#109, to-chk=118/254) |
4270 | 2024-03-26T07:01:45.079Z | smf/mgs-sim/ |
4271 | 2024-03-26T07:01:45.079Z | smf/mgs-sim/config.toml |
4272 | 2024-03-26T07:01:45.079Z |
3,534 100% 8.03kB/s 0:00:00
3,534 100% 8.03kB/s 0:00:00 (xfr#110, to-chk=117/254) |
4273 | 2024-03-26T07:01:45.079Z | smf/mgs/ |
4274 | 2024-03-26T07:01:45.079Z | smf/mgs/config.toml |
4275 | 2024-03-26T07:01:45.079Z |
9,085 100% 20.63kB/s 0:00:00
9,085 100% 20.63kB/s 0:00:00 (xfr#111, to-chk=116/254) |
4276 | 2024-03-26T07:01:45.079Z | smf/mgs/manifest.xml |
4277 | 2024-03-26T07:01:45.080Z |
2,474 100% 5.62kB/s 0:00:00
2,474 100% 5.62kB/s 0:00:00 (xfr#112, to-chk=115/254) |
4278 | 2024-03-26T07:01:45.080Z | smf/nexus/ |
4279 | 2024-03-26T07:01:45.080Z | smf/nexus/manifest.xml |
4280 | 2024-03-26T07:01:45.080Z |
1,987 100% 4.51kB/s 0:00:00
1,987 100% 4.51kB/s 0:00:00 (xfr#113, to-chk=114/254) |
4281 | 2024-03-26T07:01:45.080Z | smf/nexus/multi-sled/ |
4282 | 2024-03-26T07:01:45.080Z | smf/nexus/multi-sled/config-partial.toml |
4283 | 2024-03-26T07:01:45.080Z |
1,997 100% 4.54kB/s 0:00:00
1,997 100% 4.54kB/s 0:00:00 (xfr#114, to-chk=111/254) |
4284 | 2024-03-26T07:01:45.081Z | smf/nexus/single-sled/ |
4285 | 2024-03-26T07:01:45.081Z | smf/nexus/single-sled/config-partial.toml |
4286 | 2024-03-26T07:01:45.081Z |
1,993 100% 4.53kB/s 0:00:00
1,993 100% 4.53kB/s 0:00:00 (xfr#115, to-chk=110/254) |
4287 | 2024-03-26T07:01:45.081Z | smf/ntp/ |
4288 | 2024-03-26T07:01:45.081Z | smf/ntp/etc/ |
4289 | 2024-03-26T07:01:45.081Z | smf/ntp/etc/inet/ |
4290 | 2024-03-26T07:01:45.082Z | smf/ntp/etc/inet/chrony.conf.boundary |
4291 | 2024-03-26T07:01:45.082Z |
881 100% 2.00kB/s 0:00:00
881 100% 2.00kB/s 0:00:00 (xfr#116, to-chk=104/254) |
4292 | 2024-03-26T07:01:45.082Z | smf/ntp/etc/inet/chrony.conf.internal |
4293 | 2024-03-26T07:01:45.083Z |
1,108 100% 2.52kB/s 0:00:00
1,108 100% 2.52kB/s 0:00:00 (xfr#117, to-chk=103/254) |
4294 | 2024-03-26T07:01:45.083Z | smf/ntp/etc/logadm.d/ |
4295 | 2024-03-26T07:01:45.083Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
4296 | 2024-03-26T07:01:45.083Z |
135 100% 0.31kB/s 0:00:00
135 100% 0.31kB/s 0:00:00 (xfr#118, to-chk=102/254) |
4297 | 2024-03-26T07:01:45.084Z | smf/ntp/manifest/ |
4298 | 2024-03-26T07:01:45.084Z | smf/ntp/manifest/manifest.xml |
4299 | 2024-03-26T07:01:45.084Z |
3,336 100% 7.58kB/s 0:00:00
3,336 100% 7.58kB/s 0:00:00 (xfr#119, to-chk=101/254) |
4300 | 2024-03-26T07:01:45.084Z | smf/ntp/method/ |
4301 | 2024-03-26T07:01:45.084Z | smf/ntp/method/svc-site-ntp |
4302 | 2024-03-26T07:01:45.085Z |
3,211 100% 7.29kB/s 0:00:00
3,211 100% 7.29kB/s 0:00:00 (xfr#120, to-chk=100/254) |
4303 | 2024-03-26T07:01:45.085Z | smf/opte-interface-setup/ |
4304 | 2024-03-26T07:01:45.085Z | smf/opte-interface-setup/manifest.xml |
4305 | 2024-03-26T07:01:45.086Z |
1,638 100% 3.72kB/s 0:00:00
1,638 100% 3.72kB/s 0:00:00 (xfr#121, to-chk=99/254) |
4306 | 2024-03-26T07:01:45.086Z | smf/oximeter/ |
4307 | 2024-03-26T07:01:45.086Z | smf/oximeter/config.toml |
4308 | 2024-03-26T07:01:45.086Z |
205 100% 0.47kB/s 0:00:00
205 100% 0.47kB/s 0:00:00 (xfr#122, to-chk=98/254) |
4309 | 2024-03-26T07:01:45.086Z | smf/oximeter/manifest.xml |
4310 | 2024-03-26T07:01:45.087Z |
1,770 100% 4.02kB/s 0:00:00
1,770 100% 4.02kB/s 0:00:00 (xfr#123, to-chk=97/254) |
4311 | 2024-03-26T07:01:45.087Z | smf/profile/ |
4312 | 2024-03-26T07:01:45.087Z | smf/profile/bashrc |
4313 | 2024-03-26T07:01:45.087Z |
925 100% 2.10kB/s 0:00:00
925 100% 2.10kB/s 0:00:00 (xfr#124, to-chk=96/254) |
4314 | 2024-03-26T07:01:45.088Z | smf/profile/profile |
4315 | 2024-03-26T07:01:45.088Z |
535 100% 1.22kB/s 0:00:00
535 100% 1.22kB/s 0:00:00 (xfr#125, to-chk=95/254) |
4316 | 2024-03-26T07:01:45.088Z | smf/sled-agent/ |
4317 | 2024-03-26T07:01:45.088Z | smf/sled-agent/manifest.xml |
4318 | 2024-03-26T07:01:45.088Z |
2,373 100% 5.39kB/s 0:00:00
2,373 100% 5.39kB/s 0:00:00 (xfr#126, to-chk=94/254) |
4319 | 2024-03-26T07:01:45.089Z | smf/sled-agent/gimlet-standalone/ |
4320 | 2024-03-26T07:01:45.089Z | smf/sled-agent/gimlet-standalone/README.md |
4321 | 2024-03-26T07:01:45.089Z |
114 100% 0.26kB/s 0:00:00
114 100% 0.26kB/s 0:00:00 (xfr#127, to-chk=90/254) |
4322 | 2024-03-26T07:01:45.089Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
4323 | 2024-03-26T07:01:45.089Z |
6,611 100% 14.98kB/s 0:00:00
6,611 100% 14.98kB/s 0:00:00 (xfr#128, to-chk=89/254) |
4324 | 2024-03-26T07:01:45.090Z | smf/sled-agent/gimlet-standalone/config.toml |
4325 | 2024-03-26T07:01:45.090Z |
1,800 100% 4.08kB/s 0:00:00
1,800 100% 4.08kB/s 0:00:00 (xfr#129, to-chk=88/254) |
4326 | 2024-03-26T07:01:45.090Z | smf/sled-agent/gimlet/ |
4327 | 2024-03-26T07:01:45.090Z | smf/sled-agent/gimlet/README.md |
4328 | 2024-03-26T07:01:45.090Z |
54 100% 0.12kB/s 0:00:00
54 100% 0.12kB/s 0:00:00 (xfr#130, to-chk=87/254) |
4329 | 2024-03-26T07:01:45.090Z | smf/sled-agent/gimlet/config.toml |
4330 | 2024-03-26T07:01:45.091Z |
1,657 100% 3.75kB/s 0:00:00
1,657 100% 3.75kB/s 0:00:00 (xfr#131, to-chk=86/254) |
4331 | 2024-03-26T07:01:45.091Z | smf/sled-agent/non-gimlet/ |
4332 | 2024-03-26T07:01:45.091Z | smf/sled-agent/non-gimlet/README.md |
4333 | 2024-03-26T07:01:45.091Z |
105 100% 0.24kB/s 0:00:00
105 100% 0.24kB/s 0:00:00 (xfr#132, to-chk=85/254) |
4334 | 2024-03-26T07:01:45.118Z | smf/sled-agent/non-gimlet/config.toml |
4335 | 2024-03-26T07:01:45.118Z |
2,820 100% 6.39kB/s 0:00:00
2,820 100% 6.39kB/s 0:00:00 (xfr#133, to-chk=84/254) |
4336 | 2024-03-26T07:01:45.118Z | smf/sp-sim/ |
4337 | 2024-03-26T07:01:45.118Z | smf/sp-sim/config.toml |
4338 | 2024-03-26T07:01:45.118Z |
2,604 100% 5.90kB/s 0:00:00
2,604 100% 5.90kB/s 0:00:00 (xfr#134, to-chk=83/254) |
4339 | 2024-03-26T07:01:45.118Z | smf/sp-sim/manifest.xml |
4340 | 2024-03-26T07:01:45.118Z |
1,271 100% 2.88kB/s 0:00:00
1,271 100% 2.88kB/s 0:00:00 (xfr#135, to-chk=82/254) |
4341 | 2024-03-26T07:01:45.119Z | smf/switch_zone_setup/ |
4342 | 2024-03-26T07:01:45.119Z | smf/switch_zone_setup/manifest.xml |
4343 | 2024-03-26T07:01:45.119Z |
1,061 100% 2.40kB/s 0:00:00
1,061 100% 2.40kB/s 0:00:00 (xfr#136, to-chk=81/254) |
4344 | 2024-03-26T07:01:45.119Z | smf/switch_zone_setup/support_authorized_keys |
4345 | 2024-03-26T07:01:45.119Z |
1,284 100% 2.91kB/s 0:00:00
1,284 100% 2.91kB/s 0:00:00 (xfr#137, to-chk=80/254) |
4346 | 2024-03-26T07:01:45.119Z | smf/switch_zone_setup/switch_zone_setup |
4347 | 2024-03-26T07:01:45.119Z |
1,041 100% 2.36kB/s 0:00:00
1,041 100% 2.36kB/s 0:00:00 (xfr#138, to-chk=79/254) |
4348 | 2024-03-26T07:01:45.119Z | smf/wicketd/ |
4349 | 2024-03-26T07:01:45.119Z | smf/wicketd/config.toml |
4350 | 2024-03-26T07:01:45.119Z |
104 100% 0.24kB/s 0:00:00
104 100% 0.24kB/s 0:00:00 (xfr#139, to-chk=78/254) |
4351 | 2024-03-26T07:01:45.119Z | smf/wicketd/manifest.xml |
4352 | 2024-03-26T07:01:45.119Z |
2,954 100% 6.69kB/s 0:00:00
2,954 100% 6.69kB/s 0:00:00 (xfr#140, to-chk=77/254) |
4353 | 2024-03-26T07:01:45.120Z | smf/zone-network-setup/ |
4354 | 2024-03-26T07:01:45.120Z | smf/zone-network-setup/manifest.xml |
4355 | 2024-03-26T07:01:45.120Z |
1,614 100% 3.66kB/s 0:00:00
1,614 100% 3.66kB/s 0:00:00 (xfr#141, to-chk=76/254) |
4356 | 2024-03-26T07:01:45.120Z | tools/ |
4357 | 2024-03-26T07:01:45.120Z | tools/README.adoc |
4358 | 2024-03-26T07:01:45.120Z |
3,558 100% 8.06kB/s 0:00:00
3,558 100% 8.06kB/s 0:00:00 (xfr#142, to-chk=75/254) |
4359 | 2024-03-26T07:01:45.120Z | tools/build-global-zone-packages.sh |
4360 | 2024-03-26T07:01:45.120Z |
2,388 100% 5.41kB/s 0:00:00
2,388 100% 5.41kB/s 0:00:00 (xfr#143, to-chk=74/254) |
4361 | 2024-03-26T07:01:45.120Z | tools/build-host-image.sh |
4362 | 2024-03-26T07:01:45.120Z |
2,971 100% 6.72kB/s 0:00:00
2,971 100% 6.72kB/s 0:00:00 (xfr#144, to-chk=73/254) |
4363 | 2024-03-26T07:01:45.120Z | tools/build-trampoline-global-zone-packages.sh |
4364 | 2024-03-26T07:01:45.121Z |
1,878 100% 4.25kB/s 0:00:00
1,878 100% 4.25kB/s 0:00:00 (xfr#145, to-chk=72/254) |
4365 | 2024-03-26T07:01:45.121Z | tools/ci_check_opte_ver.sh |
4366 | 2024-03-26T07:01:45.121Z |
2,770 100% 6.26kB/s 0:00:00
2,770 100% 6.26kB/s 0:00:00 (xfr#146, to-chk=71/254) |
4367 | 2024-03-26T07:01:45.121Z | tools/ci_download_clickhouse |
4368 | 2024-03-26T07:01:45.121Z |
3,631 100% 8.21kB/s 0:00:00
3,631 100% 8.21kB/s 0:00:00 (xfr#147, to-chk=70/254) |
4369 | 2024-03-26T07:01:45.121Z | tools/ci_download_cockroachdb |
4370 | 2024-03-26T07:01:45.121Z |
4,292 100% 9.70kB/s 0:00:00
4,292 100% 9.70kB/s 0:00:00 (xfr#148, to-chk=69/254) |
4371 | 2024-03-26T07:01:45.121Z | tools/ci_download_console |
4372 | 2024-03-26T07:01:45.121Z |
1,991 100% 4.50kB/s 0:00:00
1,991 100% 4.50kB/s 0:00:00 (xfr#149, to-chk=68/254) |
4373 | 2024-03-26T07:01:45.121Z | tools/ci_download_dendrite_openapi |
4374 | 2024-03-26T07:01:45.121Z |
1,719 100% 3.89kB/s 0:00:00
1,719 100% 3.89kB/s 0:00:00 (xfr#150, to-chk=67/254) |
4375 | 2024-03-26T07:01:45.121Z | tools/ci_download_dendrite_stub |
4376 | 2024-03-26T07:01:45.122Z |
4,229 100% 9.56kB/s 0:00:00
4,229 100% 9.56kB/s 0:00:00 (xfr#151, to-chk=66/254) |
4377 | 2024-03-26T07:01:45.122Z | tools/ci_download_maghemite_mgd |
4378 | 2024-03-26T07:01:45.122Z |
3,650 100% 8.25kB/s 0:00:00
3,650 100% 8.25kB/s 0:00:00 (xfr#152, to-chk=65/254) |
4379 | 2024-03-26T07:01:45.122Z | tools/ci_download_maghemite_openapi |
4380 | 2024-03-26T07:01:45.122Z |
1,989 100% 4.50kB/s 0:00:00
1,989 100% 4.50kB/s 0:00:00 (xfr#153, to-chk=64/254) |
4381 | 2024-03-26T07:01:45.122Z | tools/ci_download_softnpu_machinery |
4382 | 2024-03-26T07:01:45.122Z |
668 100% 1.51kB/s 0:00:00
668 100% 1.51kB/s 0:00:00 (xfr#154, to-chk=63/254) |
4383 | 2024-03-26T07:01:45.122Z | tools/ci_download_thundermuffin |
4384 | 2024-03-26T07:01:45.122Z |
3,237 100% 7.32kB/s 0:00:00
3,237 100% 7.32kB/s 0:00:00 (xfr#155, to-chk=62/254) |
4385 | 2024-03-26T07:01:45.122Z | tools/ci_download_transceiver_control |
4386 | 2024-03-26T07:01:45.122Z |
3,415 100% 7.72kB/s 0:00:00
3,415 100% 7.72kB/s 0:00:00 (xfr#156, to-chk=61/254) |
4387 | 2024-03-26T07:01:45.122Z | tools/clickhouse_checksums |
4388 | 2024-03-26T07:01:45.123Z |
153 100% 0.35kB/s 0:00:00
153 100% 0.35kB/s 0:00:00 (xfr#157, to-chk=60/254) |
4389 | 2024-03-26T07:01:45.123Z | tools/clickhouse_version |
4390 | 2024-03-26T07:01:45.123Z |
11 100% 0.02kB/s 0:00:00
11 100% 0.02kB/s 0:00:00 (xfr#158, to-chk=59/254) |
4391 | 2024-03-26T07:01:45.123Z | tools/cockroachdb_checksums |
4392 | 2024-03-26T07:01:45.123Z |
258 100% 0.58kB/s 0:00:00
258 100% 0.58kB/s 0:00:00 (xfr#159, to-chk=58/254) |
4393 | 2024-03-26T07:01:45.123Z | tools/cockroachdb_version |
4394 | 2024-03-26T07:01:45.123Z |
8 100% 0.02kB/s 0:00:00
8 100% 0.02kB/s 0:00:00 (xfr#160, to-chk=57/254) |
4395 | 2024-03-26T07:01:45.123Z | tools/console_version |
4396 | 2024-03-26T07:01:45.123Z |
122 100% 0.28kB/s 0:00:00
122 100% 0.28kB/s 0:00:00 (xfr#161, to-chk=56/254) |
4397 | 2024-03-26T07:01:45.123Z | tools/create_gimlet_virtual_hardware.sh |
4398 | 2024-03-26T07:01:45.123Z |
936 100% 2.12kB/s 0:00:00
936 100% 2.12kB/s 0:00:00 (xfr#162, to-chk=55/254) |
4399 | 2024-03-26T07:01:45.123Z | tools/create_scrimlet_virtual_hardware.sh |
4400 | 2024-03-26T07:01:45.124Z |
2,014 100% 4.55kB/s 0:00:00
2,014 100% 4.55kB/s 0:00:00 (xfr#163, to-chk=54/254) |
4401 | 2024-03-26T07:01:45.124Z | tools/create_self_signed_cert.sh |
4402 | 2024-03-26T07:01:45.124Z |
685 100% 1.55kB/s 0:00:00
685 100% 1.55kB/s 0:00:00 (xfr#164, to-chk=53/254) |
4403 | 2024-03-26T07:01:45.124Z | tools/create_virtual_hardware.sh |
4404 | 2024-03-26T07:01:45.124Z |
3,184 100% 7.20kB/s 0:00:00
3,184 100% 7.20kB/s 0:00:00 (xfr#165, to-chk=52/254) |
4405 | 2024-03-26T07:01:45.124Z | tools/delete-reservoir.sh |
4406 | 2024-03-26T07:01:45.124Z |
136 100% 0.31kB/s 0:00:00
136 100% 0.31kB/s 0:00:00 (xfr#166, to-chk=51/254) |
4407 | 2024-03-26T07:01:45.124Z | tools/dendrite_openapi_version |
4408 | 2024-03-26T07:01:45.124Z |
122 100% 0.28kB/s 0:00:00
122 100% 0.28kB/s 0:00:00 (xfr#167, to-chk=50/254) |
4409 | 2024-03-26T07:01:45.124Z | tools/dendrite_stub_checksums |
4410 | 2024-03-26T07:01:45.124Z |
267 100% 0.60kB/s 0:00:00
267 100% 0.60kB/s 0:00:00 (xfr#168, to-chk=49/254) |
4411 | 2024-03-26T07:01:45.124Z | tools/destroy_gimlet_virtual_hardware.sh |
4412 | 2024-03-26T07:01:45.125Z |
888 100% 2.00kB/s 0:00:00
888 100% 2.00kB/s 0:00:00 (xfr#169, to-chk=48/254) |
4413 | 2024-03-26T07:01:45.125Z | tools/destroy_scrimlet_virtual_hardware.sh |
4414 | 2024-03-26T07:01:45.125Z |
1,147 100% 2.59kB/s 0:00:00
1,147 100% 2.59kB/s 0:00:00 (xfr#170, to-chk=47/254) |
4415 | 2024-03-26T07:01:45.125Z | tools/destroy_virtual_hardware.sh |
4416 | 2024-03-26T07:01:45.125Z |
2,227 100% 5.02kB/s 0:00:00
2,227 100% 5.02kB/s 0:00:00 (xfr#171, to-chk=46/254) |
4417 | 2024-03-26T07:01:45.125Z | tools/dvt_dock_version |
4418 | 2024-03-26T07:01:45.125Z |
48 100% 0.11kB/s 0:00:00
48 100% 0.11kB/s 0:00:00 (xfr#172, to-chk=45/254) |
4419 | 2024-03-26T07:01:45.125Z | tools/ensure_buildomat_artifact.sh |
4420 | 2024-03-26T07:01:45.125Z |
3,759 100% 8.48kB/s 0:00:00
3,759 100% 8.48kB/s 0:00:00 (xfr#173, to-chk=44/254) |
4421 | 2024-03-26T07:01:45.125Z | tools/generate-nexus-api.sh |
4422 | 2024-03-26T07:01:45.125Z |
174 100% 0.39kB/s 0:00:00
174 100% 0.39kB/s 0:00:00 (xfr#174, to-chk=43/254) |
4423 | 2024-03-26T07:01:45.125Z | tools/generate-sled-agent-api.sh |
4424 | 2024-03-26T07:01:45.125Z |
161 100% 0.36kB/s 0:00:00
161 100% 0.36kB/s 0:00:00 (xfr#175, to-chk=42/254) |
4425 | 2024-03-26T07:01:45.125Z | tools/generate-wicketd-api.sh |
4426 | 2024-03-26T07:01:45.126Z |
75 100% 0.17kB/s 0:00:00
75 100% 0.17kB/s 0:00:00 (xfr#176, to-chk=41/254) |
4427 | 2024-03-26T07:01:45.126Z | tools/hubris_checksums |
4428 | 2024-03-26T07:01:45.126Z |
852 100% 1.92kB/s 0:00:00
852 100% 1.92kB/s 0:00:00 (xfr#177, to-chk=40/254) |
4429 | 2024-03-26T07:01:45.126Z | tools/hubris_version |
4430 | 2024-03-26T07:01:45.126Z |
50 100% 0.11kB/s 0:00:00
50 100% 0.11kB/s 0:00:00 (xfr#178, to-chk=39/254) |
4431 | 2024-03-26T07:01:45.126Z | tools/install_builder_prerequisites.sh |
4432 | 2024-03-26T07:01:45.126Z |
7,537 100% 17.00kB/s 0:00:00
7,537 100% 17.00kB/s 0:00:00 (xfr#179, to-chk=38/254) |
4433 | 2024-03-26T07:01:45.126Z | tools/install_opte.sh |
4434 | 2024-03-26T07:01:45.152Z |
3,755 100% 8.47kB/s 0:00:00
3,755 100% 8.47kB/s 0:00:00 (xfr#180, to-chk=37/254) |
4435 | 2024-03-26T07:01:45.153Z | tools/install_prerequisites.sh |
4436 | 2024-03-26T07:01:45.153Z |
255 100% 0.58kB/s 0:00:00
255 100% 0.58kB/s 0:00:00 (xfr#181, to-chk=36/254) |
4437 | 2024-03-26T07:01:45.153Z | tools/install_runner_prerequisites.sh |
4438 | 2024-03-26T07:01:45.153Z |
4,154 100% 9.37kB/s 0:00:00
4,154 100% 9.37kB/s 0:00:00 (xfr#182, to-chk=35/254) |
4439 | 2024-03-26T07:01:45.153Z | tools/maghemite_ddm_openapi_version |
4440 | 2024-03-26T07:01:45.153Z |
122 100% 0.28kB/s 0:00:00
122 100% 0.28kB/s 0:00:00 (xfr#183, to-chk=34/254) |
4441 | 2024-03-26T07:01:45.153Z | tools/maghemite_mg_openapi_version |
4442 | 2024-03-26T07:01:45.153Z |
122 100% 0.28kB/s 0:00:00
122 100% 0.28kB/s 0:00:00 (xfr#184, to-chk=33/254) |
4443 | 2024-03-26T07:01:45.153Z | tools/maghemite_mgd_checksums |
4444 | 2024-03-26T07:01:45.153Z |
162 100% 0.37kB/s 0:00:00
162 100% 0.37kB/s 0:00:00 (xfr#185, to-chk=32/254) |
4445 | 2024-03-26T07:01:45.153Z | tools/opte_version |
4446 | 2024-03-26T07:01:45.153Z |
9 100% 0.02kB/s 0:00:00
9 100% 0.02kB/s 0:00:00 (xfr#186, to-chk=31/254) |
4447 | 2024-03-26T07:01:45.153Z | tools/opte_version_override |
4448 | 2024-03-26T07:01:45.153Z |
142 100% 0.32kB/s 0:00:00
142 100% 0.32kB/s 0:00:00 (xfr#187, to-chk=30/254) |
4449 | 2024-03-26T07:01:45.154Z | tools/renovate-post-upgrade.sh |
4450 | 2024-03-26T07:01:45.154Z |
1,705 100% 3.84kB/s 0:00:00
1,705 100% 3.84kB/s 0:00:00 (xfr#188, to-chk=29/254) |
4451 | 2024-03-26T07:01:45.154Z | tools/thundermuffin_checksums |
4452 | 2024-03-26T07:01:45.154Z |
79 100% 0.18kB/s 0:00:00
79 100% 0.18kB/s 0:00:00 (xfr#189, to-chk=28/254) |
4453 | 2024-03-26T07:01:45.154Z | tools/thundermuffin_version |
4454 | 2024-03-26T07:01:45.154Z |
50 100% 0.11kB/s 0:00:00
50 100% 0.11kB/s 0:00:00 (xfr#190, to-chk=27/254) |
4455 | 2024-03-26T07:01:45.154Z | tools/transceiver_control_version |
4456 | 2024-03-26T07:01:45.154Z |
137 100% 0.31kB/s 0:00:00
137 100% 0.31kB/s 0:00:00 (xfr#191, to-chk=26/254) |
4457 | 2024-03-26T07:01:45.154Z | tools/uninstall_opte.sh |
4458 | 2024-03-26T07:01:45.154Z |
6,514 100% 14.66kB/s 0:00:00
6,514 100% 14.66kB/s 0:00:00 (xfr#192, to-chk=25/254) |
4459 | 2024-03-26T07:01:45.154Z | tools/update_crucible.sh |
4460 | 2024-03-26T07:01:45.154Z |
1,093 100% 2.46kB/s 0:00:00
1,093 100% 2.46kB/s 0:00:00 (xfr#193, to-chk=24/254) |
4461 | 2024-03-26T07:01:45.154Z | tools/update_dendrite.sh |
4462 | 2024-03-26T07:01:45.154Z |
2,333 100% 5.25kB/s 0:00:00
2,333 100% 5.25kB/s 0:00:00 (xfr#194, to-chk=23/254) |
4463 | 2024-03-26T07:01:45.154Z | tools/update_helpers.sh |
4464 | 2024-03-26T07:01:45.154Z |
3,831 100% 8.62kB/s 0:00:00
3,831 100% 8.62kB/s 0:00:00 (xfr#195, to-chk=22/254) |
4465 | 2024-03-26T07:01:45.154Z | tools/update_lldp.sh |
4466 | 2024-03-26T07:01:45.155Z |
1,000 100% 2.25kB/s 0:00:00
1,000 100% 2.25kB/s 0:00:00 (xfr#196, to-chk=21/254) |
4467 | 2024-03-26T07:01:45.155Z | tools/update_maghemite.sh |
4468 | 2024-03-26T07:01:45.155Z |
939 100% 2.11kB/s 0:00:00
939 100% 2.11kB/s 0:00:00 (xfr#197, to-chk=20/254) |
4469 | 2024-03-26T07:01:45.155Z | tools/update_propolis.sh |
4470 | 2024-03-26T07:01:45.155Z |
1,050 100% 2.36kB/s 0:00:00
1,050 100% 2.36kB/s 0:00:00 (xfr#198, to-chk=19/254) |
4471 | 2024-03-26T07:01:45.155Z | tools/update_transceiver_control.sh |
4472 | 2024-03-26T07:01:45.155Z |
1,374 100% 3.09kB/s 0:00:00
1,374 100% 3.09kB/s 0:00:00 (xfr#199, to-chk=18/254) |
4473 | 2024-03-26T07:01:45.155Z | tools/virtual_hardware.sh |
4474 | 2024-03-26T07:01:45.155Z |
3,429 100% 7.72kB/s 0:00:00
3,429 100% 7.72kB/s 0:00:00 (xfr#200, to-chk=17/254) |
4475 | 2024-03-26T07:01:45.155Z | tools/dtrace/ |
4476 | 2024-03-26T07:01:45.155Z | tools/dtrace/aggregate-query-latency.d |
4477 | 2024-03-26T07:01:45.156Z |
780 100% 1.76kB/s 0:00:00
780 100% 1.76kB/s 0:00:00 (xfr#201, to-chk=11/254) |
4478 | 2024-03-26T07:01:45.156Z | tools/dtrace/slowest-queries.d |
4479 | 2024-03-26T07:01:45.156Z |
1,077 100% 2.42kB/s 0:00:00
1,077 100% 2.42kB/s 0:00:00 (xfr#202, to-chk=10/254) |
4480 | 2024-03-26T07:01:45.156Z | tools/dtrace/trace-db-queries.d |
4481 | 2024-03-26T07:01:45.156Z |
811 100% 1.82kB/s 0:00:00
811 100% 1.82kB/s 0:00:00 (xfr#203, to-chk=9/254) |
4482 | 2024-03-26T07:01:45.156Z | tools/include/ |
4483 | 2024-03-26T07:01:45.156Z | tools/include/force-git-over-https.sh |
4484 | 2024-03-26T07:01:45.156Z |
940 100% 2.12kB/s 0:00:00
940 100% 2.12kB/s 0:00:00 (xfr#204, to-chk=8/254) |
4485 | 2024-03-26T07:01:45.156Z | tools/populate/ |
4486 | 2024-03-26T07:01:45.156Z | tools/populate/populate-alpine.sh |
4487 | 2024-03-26T07:01:45.156Z |
788 100% 1.77kB/s 0:00:00
788 100% 1.77kB/s 0:00:00 (xfr#205, to-chk=7/254) |
4488 | 2024-03-26T07:01:45.156Z | tools/populate/populate-images.sh |
4489 | 2024-03-26T07:01:45.157Z |
2,571 100% 5.79kB/s 0:00:00
2,571 100% 5.79kB/s 0:00:00 (xfr#206, to-chk=6/254) |
4490 | 2024-03-26T07:01:45.157Z | tools/reflector/ |
4491 | 2024-03-26T07:01:45.157Z | tools/reflector/helpers.sh |
4492 | 2024-03-26T07:01:45.157Z |
4,652 100% 10.44kB/s 0:00:00
4,652 100% 10.44kB/s 0:00:00 (xfr#207, to-chk=5/254) |
4493 | 2024-03-26T07:01:45.157Z | tools/scrimlet/ |
4494 | 2024-03-26T07:01:45.157Z | tools/scrimlet/create-softnpu-zone.sh |
4495 | 2024-03-26T07:01:45.157Z |
627 100% 1.41kB/s 0:00:00
627 100% 1.41kB/s 0:00:00 (xfr#208, to-chk=4/254) |
4496 | 2024-03-26T07:01:45.157Z | tools/scrimlet/destroy-softnpu-zone.sh |
4497 | 2024-03-26T07:01:45.157Z |
203 100% 0.46kB/s 0:00:00
203 100% 0.46kB/s 0:00:00 (xfr#209, to-chk=3/254) |
4498 | 2024-03-26T07:01:45.157Z | tools/scrimlet/softnpu-init.sh |
4499 | 2024-03-26T07:01:45.157Z |
2,157 100% 4.84kB/s 0:00:00
2,157 100% 4.84kB/s 0:00:00 (xfr#210, to-chk=2/254) |
4500 | 2024-03-26T07:01:45.158Z | tools/scrimlet/softnpu-zone.txt |
4501 | 2024-03-26T07:01:45.158Z |
330 100% 0.74kB/s 0:00:00
330 100% 0.74kB/s 0:00:00 (xfr#211, to-chk=1/254) |
4502 | 2024-03-26T07:01:45.158Z | tools/scrimlet/softnpu.toml |
4503 | 2024-03-26T07:01:45.158Z |
171 100% 0.38kB/s 0:00:00
171 100% 0.38kB/s 0:00:00 (xfr#212, to-chk=0/254) |
4504 | 2024-03-26T07:01:45.158Z | + banner G3 |
4505 | 2024-03-26T07:01:45.158Z | ##### ##### |
4506 | 2024-03-26T07:01:45.158Z | # # # # |
4507 | 2024-03-26T07:01:45.158Z | # # |
4508 | 2024-03-26T07:01:45.158Z | # #### ##### |
4509 | 2024-03-26T07:01:45.158Z | # # # |
4510 | 2024-03-26T07:01:45.158Z | # # # # |
4511 | 2024-03-26T07:01:45.158Z | ##### ##### |
4512 | 2024-03-26T07:01:45.159Z | |
4513 | 2024-03-26T07:01:45.159Z | + . config/build-g3.sh |
4514 | 2024-03-26T07:01:45.159Z | ++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml |
4515 | 2024-03-26T07:01:45.159Z | ++ cp config/g3-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
4516 | 2024-03-26T07:01:45.159Z | ++ cp config/mgs-sim-switch1.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml |
4517 | 2024-03-26T07:01:45.159Z | ++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml |
4518 | 2024-03-26T07:01:45.159Z | ++ cp -r cargo-bay/tools cargo-bay/g3/ |
4519 | 2024-03-26T07:01:45.159Z | ++ cd /work/oxidecomputer/omicron |
4520 | 2024-03-26T07:01:45.159Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
4521 | 2024-03-26T07:01:46.335Z | Finished release [optimized] target(s) in 1.14s |
4522 | 2024-03-26T07:01:46.368Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
4523 | 2024-03-26T07:01:46.394Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
4524 | 2024-03-26T07:01:46.418Z | Created new build target 'default' and set it as active |
4525 | 2024-03-26T07:01:46.418Z | ++ cargo run --release --bin omicron-package -- package |
4526 | 2024-03-26T07:01:47.448Z | Finished release [optimized] target(s) in 0.97s |
4527 | 2024-03-26T07:01:47.473Z | Running `target/release/omicron-package package` |
4528 | 2024-03-26T07:01:47.514Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
4529 | 2024-03-26T07:01:48.670Z | Finished release [optimized] target(s) in 1.07s |
4530 | 2024-03-26T07:01:58.471Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
4531 | 2024-03-26T07:01:58.471Z | ++ rm -rf cargo-bay/g3/omicron |
4532 | 2024-03-26T07:01:58.505Z | ++ mkdir -p cargo-bay/g3/omicron |
4533 | 2024-03-26T07:01:58.505Z | ++ 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/ |
4534 | 2024-03-26T07:01:58.505Z | sending incremental file list |
4535 | 2024-03-26T07:01:58.505Z | omicron-package |
4536 | 2024-03-26T07:01:58.737Z |
32,768 0% 0.00kB/s 0:00:00
40,097,408 100% 157.89MB/s 0:00:00 (xfr#1, to-chk=253/254) |
4537 | 2024-03-26T07:01:58.738Z | package-manifest.toml |
4538 | 2024-03-26T07:01:58.776Z |
26,511 100% 106.98kB/s 0:00:00
26,511 100% 106.98kB/s 0:00:00 (xfr#2, to-chk=252/254) |
4539 | 2024-03-26T07:01:58.776Z | out/ |
4540 | 2024-03-26T07:01:58.776Z | out/LOG |
4541 | 2024-03-26T07:01:58.776Z |
32,768 69% 132.23kB/s 0:00:00
47,206 100% 190.49kB/s 0:00:00 (xfr#3, to-chk=248/254) |
4542 | 2024-03-26T07:01:58.776Z | out/clickhouse.tar.gz |
4543 | 2024-03-26T07:01:59.468Z |
32,768 0% 132.23kB/s 0:29:07
231,157,150 100% 225.18MB/s 0:00:00 (xfr#4, to-chk=247/254) |
4544 | 2024-03-26T07:01:59.468Z | out/clickhouse_keeper.tar.gz |
4545 | 2024-03-26T07:02:00.267Z |
32,768 0% 32.69kB/s 1:57:50
2,490,368 1% 2.38MB/s 0:01:34
231,127,481 100% 123.97MB/s 0:00:01 (xfr#5, to-chk=246/254) |
4546 | 2024-03-26T07:02:00.267Z | out/cockroachdb.tar.gz |
4547 | 2024-03-26T07:02:00.779Z |
32,768 0% 41.08kB/s 0:51:22
56,623,104 44% 54.00MB/s 0:00:01
126,644,746 100% 93.63MB/s 0:00:01 (xfr#6, to-chk=245/254) |
4548 | 2024-03-26T07:02:00.779Z | out/crucible-pantry-zone.tar.gz |
4549 | 2024-03-26T07:02:00.852Z |
32,768 0% 110.34kB/s 0:03:48
25,273,443 100% 66.40MB/s 0:00:00 (xfr#7, to-chk=244/254) |
4550 | 2024-03-26T07:02:00.852Z | out/crucible-zone.tar.gz |
4551 | 2024-03-26T07:02:00.961Z |
32,768 0% 88.15kB/s 0:06:59
36,979,285 100% 74.56MB/s 0:00:00 (xfr#8, to-chk=243/254) |
4552 | 2024-03-26T07:02:00.961Z | out/external-dns.tar.gz |
4553 | 2024-03-26T07:02:01.060Z |
32,768 0% 67.65kB/s 0:07:37
30,999,464 100% 52.32MB/s 0:00:00 (xfr#9, to-chk=242/254) |
4554 | 2024-03-26T07:02:01.061Z | out/internal-dns.tar.gz |
4555 | 2024-03-26T07:02:01.145Z |
32,768 0% 56.54kB/s 0:09:07
30,999,214 100% 45.00MB/s 0:00:00 (xfr#10, to-chk=241/254) |
4556 | 2024-03-26T07:02:01.145Z | out/mg-ddm-gz.tar |
4557 | 2024-03-26T07:02:01.547Z |
32,768 0% 48.63kB/s 0:18:07
43,253,760 81% 41.25MB/s 0:00:00
52,915,712 100% 47.79MB/s 0:00:01 (xfr#11, to-chk=240/254) |
4558 | 2024-03-26T07:02:01.547Z | out/nexus.tar.gz |
4559 | 2024-03-26T07:02:01.810Z |
32,768 0% 561.40kB/s 0:02:43
91,668,399 100% 271.50MB/s 0:00:00 (xfr#12, to-chk=239/254) |
4560 | 2024-03-26T07:02:01.810Z | out/ntp.tar.gz |
4561 | 2024-03-26T07:02:01.845Z |
32,768 0% 99.38kB/s 0:01:44
10,418,758 100% 28.15MB/s 0:00:00 (xfr#13, to-chk=238/254) |
4562 | 2024-03-26T07:02:01.845Z | out/omicron-gateway-softnpu.tar.gz |
4563 | 2024-03-26T07:02:01.880Z |
32,768 0% 90.40kB/s 0:03:02
16,497,206 100% 40.14MB/s 0:00:00 (xfr#14, to-chk=237/254) |
4564 | 2024-03-26T07:02:01.880Z | out/omicron-gateway.tar.gz |
4565 | 2024-03-26T07:02:01.934Z |
32,768 0% 81.42kB/s 0:03:22
16,495,549 100% 35.59MB/s 0:00:00 (xfr#15, to-chk=236/254) |
4566 | 2024-03-26T07:02:01.935Z | out/omicron-sled-agent.tar |
4567 | 2024-03-26T07:02:02.743Z |
32,768 0% 72.23kB/s 0:26:56
78,512,128 67% 74.88MB/s 0:00:00
116,833,792 100% 88.92MB/s 0:00:01 (xfr#16, to-chk=235/254) |
4568 | 2024-03-26T07:02:02.744Z | out/overlay.tar.gz |
4569 | 2024-03-26T07:02:02.744Z |
2,621 100% 10.12kB/s 0:00:00
2,621 100% 10.12kB/s 0:00:00 (xfr#17, to-chk=234/254) |
4570 | 2024-03-26T07:02:02.744Z | out/oximeter.tar.gz |
4571 | 2024-03-26T07:02:02.906Z |
32,768 0% 125.98kB/s 0:06:20
48,011,095 100% 110.86MB/s 0:00:00 (xfr#18, to-chk=233/254) |
4572 | 2024-03-26T07:02:02.907Z | out/oxlog.tar |
4573 | 2024-03-26T07:02:02.956Z |
32,768 0% 77.48kB/s 0:01:20
6,244,352 100% 12.81MB/s 0:00:00 (xfr#19, to-chk=232/254) |
4574 | 2024-03-26T07:02:02.956Z | out/probe.tar.gz |
4575 | 2024-03-26T07:02:02.991Z |
32,768 1% 68.82kB/s 0:00:40
2,829,470 100% 5.67MB/s 0:00:00 (xfr#20, to-chk=231/254) |
4576 | 2024-03-26T07:02:02.991Z | out/propolis-server.tar.gz |
4577 | 2024-03-26T07:02:03.163Z |
32,768 0% 67.09kB/s 0:16:28
66,360,059 100% 94.60MB/s 0:00:00 (xfr#21, to-chk=230/254) |
4578 | 2024-03-26T07:02:03.164Z | out/switch-softnpu.tar.gz |
4579 | 2024-03-26T07:02:03.901Z |
32,768 0% 47.83kB/s 1:11:02
108,396,544 53% 103.38MB/s 0:00:00
203,935,886 100% 137.64MB/s 0:00:01 (xfr#22, to-chk=229/254) |
4580 | 2024-03-26T07:02:03.901Z | out/console-assets/ |
4581 | 2024-03-26T07:02:03.901Z | out/console-assets/VERSION |
4582 | 2024-03-26T07:02:03.901Z |
41 100% 0.10kB/s 0:00:00
41 100% 0.10kB/s 0:00:00 (xfr#23, to-chk=225/254) |
4583 | 2024-03-26T07:02:03.901Z | out/console-assets/index.html |
4584 | 2024-03-26T07:02:03.901Z |
466 100% 1.10kB/s 0:00:00
466 100% 1.10kB/s 0:00:00 (xfr#24, to-chk=224/254) |
4585 | 2024-03-26T07:02:03.901Z | out/console-assets/assets/ |
4586 | 2024-03-26T07:02:03.901Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
4587 | 2024-03-26T07:02:03.949Z |
32,768 70% 77.29kB/s 0:00:00
46,276 100% 109.16kB/s 0:00:00 (xfr#25, to-chk=222/254) |
4588 | 2024-03-26T07:02:03.949Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
4589 | 2024-03-26T07:02:03.950Z |
32,768 65% 77.29kB/s 0:00:00
50,032 100% 118.02kB/s 0:00:00 (xfr#26, to-chk=221/254) |
4590 | 2024-03-26T07:02:03.950Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
4591 | 2024-03-26T07:02:03.950Z |
32,768 55% 77.29kB/s 0:00:00
58,524 100% 137.72kB/s 0:00:00 (xfr#27, to-chk=220/254) |
4592 | 2024-03-26T07:02:03.950Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
4593 | 2024-03-26T07:02:03.950Z |
32,768 71% 77.11kB/s 0:00:00
46,060 100% 108.39kB/s 0:00:00 (xfr#28, to-chk=219/254) |
4594 | 2024-03-26T07:02:03.950Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
4595 | 2024-03-26T07:02:03.950Z |
21,937 100% 51.62kB/s 0:00:00
21,937 100% 51.62kB/s 0:00:00 (xfr#29, to-chk=218/254) |
4596 | 2024-03-26T07:02:03.950Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
4597 | 2024-03-26T07:02:03.950Z |
17,996 100% 42.35kB/s 0:00:00
17,996 100% 42.35kB/s 0:00:00 (xfr#30, to-chk=217/254) |
4598 | 2024-03-26T07:02:03.950Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
4599 | 2024-03-26T07:02:03.950Z |
21,890 100% 51.39kB/s 0:00:00
21,890 100% 51.39kB/s 0:00:00 (xfr#31, to-chk=216/254) |
4600 | 2024-03-26T07:02:03.950Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
4601 | 2024-03-26T07:02:03.950Z |
17,984 100% 42.22kB/s 0:00:00
17,984 100% 42.22kB/s 0:00:00 (xfr#32, to-chk=215/254) |
4602 | 2024-03-26T07:02:03.950Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
4603 | 2024-03-26T07:02:03.950Z |
21,123 100% 49.59kB/s 0:00:00
21,123 100% 49.59kB/s 0:00:00 (xfr#33, to-chk=214/254) |
4604 | 2024-03-26T07:02:03.950Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
4605 | 2024-03-26T07:02:03.950Z |
17,228 100% 40.44kB/s 0:00:00
17,228 100% 40.44kB/s 0:00:00 (xfr#34, to-chk=213/254) |
4606 | 2024-03-26T07:02:03.950Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
4607 | 2024-03-26T07:02:03.950Z |
18,448 100% 43.31kB/s 0:00:00
18,448 100% 43.31kB/s 0:00:00 (xfr#35, to-chk=212/254) |
4608 | 2024-03-26T07:02:03.950Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
4609 | 2024-03-26T07:02:03.951Z |
22,665 100% 53.21kB/s 0:00:00
22,665 100% 53.21kB/s 0:00:00 (xfr#36, to-chk=211/254) |
4610 | 2024-03-26T07:02:03.951Z | out/console-assets/assets/Terminal-_VoNxbTe.js |
4611 | 2024-03-26T07:02:03.951Z |
32,768 11% 76.74kB/s 0:00:03
287,761 100% 670.68kB/s 0:00:00 (xfr#37, to-chk=210/254) |
4612 | 2024-03-26T07:02:03.951Z | out/console-assets/assets/Terminal-_VoNxbTe.js.gz |
4613 | 2024-03-26T07:02:03.951Z |
32,768 45% 76.37kB/s 0:00:00
71,758 100% 167.25kB/s 0:00:00 (xfr#38, to-chk=209/254) |
4614 | 2024-03-26T07:02:03.951Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map |
4615 | 2024-03-26T07:02:03.951Z |
32,768 5% 76.37kB/s 0:00:07
590,313 100% 1.33MB/s 0:00:00 (xfr#39, to-chk=208/254) |
4616 | 2024-03-26T07:02:03.951Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map.gz |
4617 | 2024-03-26T07:02:03.951Z |
32,768 27% 75.83kB/s 0:00:01
118,282 100% 273.07kB/s 0:00:00 (xfr#40, to-chk=207/254) |
4618 | 2024-03-26T07:02:03.951Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js |
4619 | 2024-03-26T07:02:03.951Z |
32,768 8% 75.47kB/s 0:00:04
371,459 100% 851.53kB/s 0:00:00 (xfr#41, to-chk=206/254) |
4620 | 2024-03-26T07:02:03.951Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz |
4621 | 2024-03-26T07:02:03.951Z |
32,768 31% 75.12kB/s 0:00:00
103,751 100% 237.28kB/s 0:00:00 (xfr#42, to-chk=205/254) |
4622 | 2024-03-26T07:02:03.951Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map |
4623 | 2024-03-26T07:02:03.951Z |
32,768 1% 74.94kB/s 0:00:21
1,659,213 100% 3.63MB/s 0:00:00 (xfr#43, to-chk=204/254) |
4624 | 2024-03-26T07:02:03.951Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz |
4625 | 2024-03-26T07:02:03.951Z |
32,768 8% 73.23kB/s 0:00:04
379,036 100% 845.10kB/s 0:00:00 (xfr#44, to-chk=203/254) |
4626 | 2024-03-26T07:02:03.951Z | out/console-assets/assets/app-1tiVg9q7.js |
4627 | 2024-03-26T07:02:03.976Z |
32,768 2% 72.89kB/s 0:00:15
1,130,062 100% 2.41MB/s 0:00:00 (xfr#45, to-chk=202/254) |
4628 | 2024-03-26T07:02:03.976Z | out/console-assets/assets/app-1tiVg9q7.js.gz |
4629 | 2024-03-26T07:02:03.976Z |
32,768 9% 71.43kB/s 0:00:04
347,811 100% 754.80kB/s 0:00:00 (xfr#46, to-chk=201/254) |
4630 | 2024-03-26T07:02:03.976Z | out/console-assets/assets/app-1tiVg9q7.js.map |
4631 | 2024-03-26T07:02:03.976Z |
32,768 0% 71.11kB/s 0:01:14
5,328,067 100% 10.48MB/s 0:00:00 (xfr#47, to-chk=200/254) |
4632 | 2024-03-26T07:02:03.976Z | out/console-assets/assets/app-1tiVg9q7.js.map.gz |
4633 | 2024-03-26T07:02:03.977Z |
32,768 2% 65.98kB/s 0:00:18
1,261,215 100% 2.46MB/s 0:00:00 (xfr#48, to-chk=199/254) |
4634 | 2024-03-26T07:02:03.977Z | out/console-assets/assets/app-AvNWp1hQ.css |
4635 | 2024-03-26T07:02:03.977Z |
32,768 23% 65.44kB/s 0:00:01
138,004 100% 275.04kB/s 0:00:00 (xfr#49, to-chk=198/254) |
4636 | 2024-03-26T07:02:03.977Z | out/console-assets/assets/app-AvNWp1hQ.css.gz |
4637 | 2024-03-26T07:02:03.977Z |
21,197 100% 42.25kB/s 0:00:00
21,197 100% 42.25kB/s 0:00:00 (xfr#50, to-chk=197/254) |
4638 | 2024-03-26T07:02:03.977Z | out/console-assets/assets/favicon-WELtHcTG.svg |
4639 | 2024-03-26T07:02:03.977Z |
761 100% 1.52kB/s 0:00:00
761 100% 1.52kB/s 0:00:00 (xfr#51, to-chk=196/254) |
4640 | 2024-03-26T07:02:03.977Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
4641 | 2024-03-26T07:02:03.977Z |
1,327 100% 2.64kB/s 0:00:00
1,327 100% 2.64kB/s 0:00:00 (xfr#52, to-chk=195/254) |
4642 | 2024-03-26T07:02:03.977Z | out/console-assets/assets/og-preview-image.webp |
4643 | 2024-03-26T07:02:04.004Z |
32,768 36% 65.31kB/s 0:00:00
89,880 100% 178.76kB/s 0:00:00 (xfr#53, to-chk=194/254) |
4644 | 2024-03-26T07:02:04.004Z | out/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp |
4645 | 2024-03-26T07:02:04.004Z |
32,768 4% 65.17kB/s 0:00:09
673,968 100% 1.30MB/s 0:00:00 (xfr#54, to-chk=193/254) |
4646 | 2024-03-26T07:02:04.004Z | out/manifest-cache/ |
4647 | 2024-03-26T07:02:04.004Z | out/manifest-cache/clickhouse.tar.gz.json |
4648 | 2024-03-26T07:02:04.004Z |
780 100% 1.54kB/s 0:00:00
780 100% 1.54kB/s 0:00:00 (xfr#55, to-chk=192/254) |
4649 | 2024-03-26T07:02:04.004Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
4650 | 2024-03-26T07:02:04.004Z |
801 100% 1.58kB/s 0:00:00
801 100% 1.58kB/s 0:00:00 (xfr#56, to-chk=191/254) |
4651 | 2024-03-26T07:02:04.004Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
4652 | 2024-03-26T07:02:04.004Z |
2,958 100% 5.85kB/s 0:00:00
2,958 100% 5.85kB/s 0:00:00 (xfr#57, to-chk=190/254) |
4653 | 2024-03-26T07:02:04.004Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
4654 | 2024-03-26T07:02:04.004Z |
2,946 100% 5.82kB/s 0:00:00
2,946 100% 5.82kB/s 0:00:00 (xfr#58, to-chk=189/254) |
4655 | 2024-03-26T07:02:04.004Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
4656 | 2024-03-26T07:02:04.004Z |
32,768 61% 64.78kB/s 0:00:00
53,598 100% 105.96kB/s 0:00:00 (xfr#59, to-chk=188/254) |
4657 | 2024-03-26T07:02:04.004Z | out/manifest-cache/cockroachdb.tar.gz.json |
4658 | 2024-03-26T07:02:04.004Z |
787 100% 1.55kB/s 0:00:00
787 100% 1.55kB/s 0:00:00 (xfr#60, to-chk=187/254) |
4659 | 2024-03-26T07:02:04.004Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
4660 | 2024-03-26T07:02:04.004Z |
662 100% 1.31kB/s 0:00:00
662 100% 1.31kB/s 0:00:00 (xfr#61, to-chk=186/254) |
4661 | 2024-03-26T07:02:04.004Z | out/manifest-cache/crucible-zone.tar.gz.json |
4662 | 2024-03-26T07:02:04.005Z |
641 100% 1.26kB/s 0:00:00
641 100% 1.26kB/s 0:00:00 (xfr#62, to-chk=185/254) |
4663 | 2024-03-26T07:02:04.005Z | out/manifest-cache/dns-server.tar.gz.json |
4664 | 2024-03-26T07:02:04.005Z |
942 100% 1.86kB/s 0:00:00
942 100% 1.86kB/s 0:00:00 (xfr#63, to-chk=184/254) |
4665 | 2024-03-26T07:02:04.005Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
4666 | 2024-03-26T07:02:04.005Z |
1,132 100% 2.23kB/s 0:00:00
1,132 100% 2.23kB/s 0:00:00 (xfr#64, to-chk=183/254) |
4667 | 2024-03-26T07:02:04.005Z | out/manifest-cache/external-dns.tar.gz.json |
4668 | 2024-03-26T07:02:04.005Z |
934 100% 1.84kB/s 0:00:00
934 100% 1.84kB/s 0:00:00 (xfr#65, to-chk=182/254) |
4669 | 2024-03-26T07:02:04.005Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
4670 | 2024-03-26T07:02:04.005Z |
752 100% 1.48kB/s 0:00:00
752 100% 1.48kB/s 0:00:00 (xfr#66, to-chk=181/254) |
4671 | 2024-03-26T07:02:04.005Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
4672 | 2024-03-26T07:02:04.005Z |
1,132 100% 2.23kB/s 0:00:00
1,132 100% 2.23kB/s 0:00:00 (xfr#67, to-chk=180/254) |
4673 | 2024-03-26T07:02:04.005Z | out/manifest-cache/internal-dns.tar.gz.json |
4674 | 2024-03-26T07:02:04.005Z |
791 100% 1.56kB/s 0:00:00
791 100% 1.56kB/s 0:00:00 (xfr#68, to-chk=179/254) |
4675 | 2024-03-26T07:02:04.005Z | out/manifest-cache/logadm.tar.gz.json |
4676 | 2024-03-26T07:02:04.005Z |
1,044 100% 2.06kB/s 0:00:00
1,044 100% 2.06kB/s 0:00:00 (xfr#69, to-chk=178/254) |
4677 | 2024-03-26T07:02:04.005Z | out/manifest-cache/nexus.tar.gz.json |
4678 | 2024-03-26T07:02:04.005Z |
773 100% 1.53kB/s 0:00:00
773 100% 1.53kB/s 0:00:00 (xfr#70, to-chk=177/254) |
4679 | 2024-03-26T07:02:04.005Z | out/manifest-cache/ntp-svc.tar.gz.json |
4680 | 2024-03-26T07:02:04.005Z |
2,228 100% 4.40kB/s 0:00:00
2,228 100% 4.40kB/s 0:00:00 (xfr#71, to-chk=176/254) |
4681 | 2024-03-26T07:02:04.005Z | out/manifest-cache/ntp.tar.gz.json |
4682 | 2024-03-26T07:02:04.006Z |
763 100% 1.51kB/s 0:00:00
763 100% 1.51kB/s 0:00:00 (xfr#72, to-chk=175/254) |
4683 | 2024-03-26T07:02:04.006Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
4684 | 2024-03-26T07:02:04.006Z |
1,462 100% 2.88kB/s 0:00:00
1,462 100% 2.88kB/s 0:00:00 (xfr#73, to-chk=174/254) |
4685 | 2024-03-26T07:02:04.006Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
4686 | 2024-03-26T07:02:04.006Z |
545 100% 1.08kB/s 0:00:00
545 100% 1.08kB/s 0:00:00 (xfr#74, to-chk=173/254) |
4687 | 2024-03-26T07:02:04.006Z | out/manifest-cache/omicron-gateway.tar.gz.json |
4688 | 2024-03-26T07:02:04.006Z |
703 100% 1.39kB/s 0:00:00
703 100% 1.39kB/s 0:00:00 (xfr#75, to-chk=172/254) |
4689 | 2024-03-26T07:02:04.006Z | out/manifest-cache/omicron-nexus.tar.gz.json |
4690 | 2024-03-26T07:02:04.006Z |
32,768 46% 64.65kB/s 0:00:00
70,581 100% 139.25kB/s 0:00:00 (xfr#76, to-chk=171/254) |
4691 | 2024-03-26T07:02:04.006Z | out/manifest-cache/omicron-omdb.tar.gz.json |
4692 | 2024-03-26T07:02:04.006Z |
702 100% 1.38kB/s 0:00:00
702 100% 1.38kB/s 0:00:00 (xfr#77, to-chk=170/254) |
4693 | 2024-03-26T07:02:04.006Z | out/manifest-cache/omicron-sled-agent.tar.json |
4694 | 2024-03-26T07:02:04.006Z |
1,269 100% 2.50kB/s 0:00:00
1,269 100% 2.50kB/s 0:00:00 (xfr#78, to-chk=169/254) |
4695 | 2024-03-26T07:02:04.006Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
4696 | 2024-03-26T07:02:04.006Z |
883 100% 1.74kB/s 0:00:00
883 100% 1.74kB/s 0:00:00 (xfr#79, to-chk=168/254) |
4697 | 2024-03-26T07:02:04.006Z | out/manifest-cache/overlay.tar.gz.json |
4698 | 2024-03-26T07:02:04.006Z |
473 100% 0.93kB/s 0:00:00
473 100% 0.93kB/s 0:00:00 (xfr#80, to-chk=167/254) |
4699 | 2024-03-26T07:02:04.006Z | out/manifest-cache/oximeter-collector.tar.gz.json |
4700 | 2024-03-26T07:02:04.006Z |
18,311 100% 36.05kB/s 0:00:00
18,311 100% 36.05kB/s 0:00:00 (xfr#81, to-chk=166/254) |
4701 | 2024-03-26T07:02:04.006Z | out/manifest-cache/oximeter.tar.gz.json |
4702 | 2024-03-26T07:02:04.006Z |
641 100% 1.26kB/s 0:00:00
641 100% 1.26kB/s 0:00:00 (xfr#82, to-chk=165/254) |
4703 | 2024-03-26T07:02:04.007Z | out/manifest-cache/oxlog.tar.json |
4704 | 2024-03-26T07:02:04.007Z |
321 100% 0.63kB/s 0:00:00
321 100% 0.63kB/s 0:00:00 (xfr#83, to-chk=164/254) |
4705 | 2024-03-26T07:02:04.007Z | out/manifest-cache/probe.tar.gz.json |
4706 | 2024-03-26T07:02:04.007Z |
346 100% 0.68kB/s 0:00:00
346 100% 0.68kB/s 0:00:00 (xfr#84, to-chk=163/254) |
4707 | 2024-03-26T07:02:04.007Z | out/manifest-cache/profile.tar.gz.json |
4708 | 2024-03-26T07:02:04.007Z |
838 100% 1.65kB/s 0:00:00
838 100% 1.65kB/s 0:00:00 (xfr#85, to-chk=162/254) |
4709 | 2024-03-26T07:02:04.007Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
4710 | 2024-03-26T07:02:04.007Z |
357 100% 0.70kB/s 0:00:00
357 100% 0.70kB/s 0:00:00 (xfr#86, to-chk=161/254) |
4711 | 2024-03-26T07:02:04.007Z | out/manifest-cache/sp-sim.tar.gz.json |
4712 | 2024-03-26T07:02:04.007Z |
1,549 100% 3.05kB/s 0:00:00
1,549 100% 3.05kB/s 0:00:00 (xfr#87, to-chk=160/254) |
4713 | 2024-03-26T07:02:04.007Z | out/manifest-cache/switch-softnpu.tar.gz.json |
4714 | 2024-03-26T07:02:04.007Z |
1,566 100% 3.08kB/s 0:00:00
1,566 100% 3.08kB/s 0:00:00 (xfr#88, to-chk=159/254) |
4715 | 2024-03-26T07:02:04.007Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
4716 | 2024-03-26T07:02:04.007Z |
10,790 100% 21.24kB/s 0:00:00
10,790 100% 21.24kB/s 0:00:00 (xfr#89, to-chk=158/254) |
4717 | 2024-03-26T07:02:04.007Z | out/manifest-cache/wicket.tar.gz.json |
4718 | 2024-03-26T07:02:04.007Z |
1,084 100% 2.13kB/s 0:00:00
1,084 100% 2.13kB/s 0:00:00 (xfr#90, to-chk=157/254) |
4719 | 2024-03-26T07:02:04.007Z | out/manifest-cache/wicketd.tar.gz.json |
4720 | 2024-03-26T07:02:04.007Z |
1,560 100% 3.07kB/s 0:00:00
1,560 100% 3.07kB/s 0:00:00 (xfr#91, to-chk=156/254) |
4721 | 2024-03-26T07:02:04.007Z | out/manifest-cache/zone-network-install.tar.gz.json |
4722 | 2024-03-26T07:02:04.007Z |
877 100% 1.73kB/s 0:00:00
877 100% 1.73kB/s 0:00:00 (xfr#92, to-chk=155/254) |
4723 | 2024-03-26T07:02:04.007Z | out/manifest-cache/zone-network-setup.tar.gz.json |
4724 | 2024-03-26T07:02:04.007Z |
772 100% 1.52kB/s 0:00:00
772 100% 1.52kB/s 0:00:00 (xfr#93, to-chk=154/254) |
4725 | 2024-03-26T07:02:04.008Z | out/target/ |
4726 | 2024-03-26T07:02:04.008Z | out/target/active -> default |
4727 | 2024-03-26T07:02:04.008Z | out/target/default |
4728 | 2024-03-26T07:02:04.008Z |
74 100% 0.15kB/s 0:00:00
74 100% 0.15kB/s 0:00:00 (xfr#94, to-chk=152/254) |
4729 | 2024-03-26T07:02:04.008Z | smf/ |
4730 | 2024-03-26T07:02:04.008Z | smf/clickhouse/ |
4731 | 2024-03-26T07:02:04.008Z | smf/clickhouse/config_replica.xml |
4732 | 2024-03-26T07:02:04.008Z |
2,728 100% 5.37kB/s 0:00:00
2,728 100% 5.37kB/s 0:00:00 (xfr#95, to-chk=132/254) |
4733 | 2024-03-26T07:02:04.008Z | smf/clickhouse/manifest.xml |
4734 | 2024-03-26T07:02:04.008Z |
1,494 100% 2.94kB/s 0:00:00
1,494 100% 2.94kB/s 0:00:00 (xfr#96, to-chk=131/254) |
4735 | 2024-03-26T07:02:04.008Z | smf/clickhouse/method_script.sh |
4736 | 2024-03-26T07:02:04.008Z |
5,330 100% 10.49kB/s 0:00:00
5,330 100% 10.49kB/s 0:00:00 (xfr#97, to-chk=130/254) |
4737 | 2024-03-26T07:02:04.008Z | smf/clickhouse_keeper/ |
4738 | 2024-03-26T07:02:04.008Z | smf/clickhouse_keeper/keeper_config.xml |
4739 | 2024-03-26T07:02:04.008Z |
1,460 100% 2.87kB/s 0:00:00
1,460 100% 2.87kB/s 0:00:00 (xfr#98, to-chk=129/254) |
4740 | 2024-03-26T07:02:04.008Z | smf/clickhouse_keeper/manifest.xml |
4741 | 2024-03-26T07:02:04.008Z |
1,534 100% 3.01kB/s 0:00:00
1,534 100% 3.01kB/s 0:00:00 (xfr#99, to-chk=128/254) |
4742 | 2024-03-26T07:02:04.008Z | smf/clickhouse_keeper/method_script.sh |
4743 | 2024-03-26T07:02:04.035Z |
4,324 100% 8.50kB/s 0:00:00
4,324 100% 8.50kB/s 0:00:00 (xfr#100, to-chk=127/254) |
4744 | 2024-03-26T07:02:04.035Z | smf/cockroachdb/ |
4745 | 2024-03-26T07:02:04.035Z | smf/cockroachdb/manifest.xml |
4746 | 2024-03-26T07:02:04.035Z |
1,667 100% 3.28kB/s 0:00:00
1,667 100% 3.28kB/s 0:00:00 (xfr#101, to-chk=126/254) |
4747 | 2024-03-26T07:02:04.035Z | smf/cockroachdb/method_script.sh |
4748 | 2024-03-26T07:02:04.035Z |
1,030 100% 2.02kB/s 0:00:00
1,030 100% 2.02kB/s 0:00:00 (xfr#102, to-chk=125/254) |
4749 | 2024-03-26T07:02:04.035Z | smf/external-dns/ |
4750 | 2024-03-26T07:02:04.035Z | smf/external-dns/config.toml |
4751 | 2024-03-26T07:02:04.035Z |
353 100% 0.69kB/s 0:00:00
353 100% 0.69kB/s 0:00:00 (xfr#103, to-chk=124/254) |
4752 | 2024-03-26T07:02:04.035Z | smf/external-dns/manifest.xml |
4753 | 2024-03-26T07:02:04.035Z |
1,805 100% 3.55kB/s 0:00:00
1,805 100% 3.55kB/s 0:00:00 (xfr#104, to-chk=123/254) |
4754 | 2024-03-26T07:02:04.035Z | smf/installinator/ |
4755 | 2024-03-26T07:02:04.036Z | smf/installinator/manifest.xml |
4756 | 2024-03-26T07:02:04.036Z |
2,149 100% 4.22kB/s 0:00:00
2,149 100% 4.22kB/s 0:00:00 (xfr#105, to-chk=122/254) |
4757 | 2024-03-26T07:02:04.036Z | smf/internal-dns/ |
4758 | 2024-03-26T07:02:04.036Z | smf/internal-dns/config.toml |
4759 | 2024-03-26T07:02:04.036Z |
353 100% 0.69kB/s 0:00:00
353 100% 0.69kB/s 0:00:00 (xfr#106, to-chk=121/254) |
4760 | 2024-03-26T07:02:04.036Z | smf/internal-dns/manifest.xml |
4761 | 2024-03-26T07:02:04.036Z |
1,618 100% 3.18kB/s 0:00:00
1,618 100% 3.18kB/s 0:00:00 (xfr#107, to-chk=120/254) |
4762 | 2024-03-26T07:02:04.036Z | smf/logadm/ |
4763 | 2024-03-26T07:02:04.036Z | smf/logadm/crontab.root |
4764 | 2024-03-26T07:02:04.036Z |
30 100% 0.06kB/s 0:00:00
30 100% 0.06kB/s 0:00:00 (xfr#108, to-chk=119/254) |
4765 | 2024-03-26T07:02:04.036Z | smf/logadm/logadm.conf |
4766 | 2024-03-26T07:02:04.036Z |
2,553 100% 5.02kB/s 0:00:00
2,553 100% 5.02kB/s 0:00:00 (xfr#109, to-chk=118/254) |
4767 | 2024-03-26T07:02:04.036Z | smf/mgs-sim/ |
4768 | 2024-03-26T07:02:04.036Z | smf/mgs-sim/config.toml |
4769 | 2024-03-26T07:02:04.036Z |
3,534 100% 6.94kB/s 0:00:00
3,534 100% 6.94kB/s 0:00:00 (xfr#110, to-chk=117/254) |
4770 | 2024-03-26T07:02:04.036Z | smf/mgs/ |
4771 | 2024-03-26T07:02:04.036Z | smf/mgs/config.toml |
4772 | 2024-03-26T07:02:04.036Z |
9,085 100% 17.85kB/s 0:00:00
9,085 100% 17.85kB/s 0:00:00 (xfr#111, to-chk=116/254) |
4773 | 2024-03-26T07:02:04.036Z | smf/mgs/manifest.xml |
4774 | 2024-03-26T07:02:04.036Z |
2,474 100% 4.86kB/s 0:00:00
2,474 100% 4.86kB/s 0:00:00 (xfr#112, to-chk=115/254) |
4775 | 2024-03-26T07:02:04.037Z | smf/nexus/ |
4776 | 2024-03-26T07:02:04.037Z | smf/nexus/manifest.xml |
4777 | 2024-03-26T07:02:04.037Z |
1,987 100% 3.90kB/s 0:00:00
1,987 100% 3.90kB/s 0:00:00 (xfr#113, to-chk=114/254) |
4778 | 2024-03-26T07:02:04.037Z | smf/nexus/multi-sled/ |
4779 | 2024-03-26T07:02:04.037Z | smf/nexus/multi-sled/config-partial.toml |
4780 | 2024-03-26T07:02:04.037Z |
1,997 100% 3.92kB/s 0:00:00
1,997 100% 3.92kB/s 0:00:00 (xfr#114, to-chk=111/254) |
4781 | 2024-03-26T07:02:04.037Z | smf/nexus/single-sled/ |
4782 | 2024-03-26T07:02:04.037Z | smf/nexus/single-sled/config-partial.toml |
4783 | 2024-03-26T07:02:04.037Z |
1,993 100% 3.92kB/s 0:00:00
1,993 100% 3.92kB/s 0:00:00 (xfr#115, to-chk=110/254) |
4784 | 2024-03-26T07:02:04.037Z | smf/ntp/ |
4785 | 2024-03-26T07:02:04.037Z | smf/ntp/etc/ |
4786 | 2024-03-26T07:02:04.037Z | smf/ntp/etc/inet/ |
4787 | 2024-03-26T07:02:04.037Z | smf/ntp/etc/inet/chrony.conf.boundary |
4788 | 2024-03-26T07:02:04.037Z |
881 100% 1.73kB/s 0:00:00
881 100% 1.73kB/s 0:00:00 (xfr#116, to-chk=104/254) |
4789 | 2024-03-26T07:02:04.037Z | smf/ntp/etc/inet/chrony.conf.internal |
4790 | 2024-03-26T07:02:04.037Z |
1,108 100% 2.17kB/s 0:00:00
1,108 100% 2.17kB/s 0:00:00 (xfr#117, to-chk=103/254) |
4791 | 2024-03-26T07:02:04.037Z | smf/ntp/etc/logadm.d/ |
4792 | 2024-03-26T07:02:04.037Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
4793 | 2024-03-26T07:02:04.037Z |
135 100% 0.26kB/s 0:00:00
135 100% 0.26kB/s 0:00:00 (xfr#118, to-chk=102/254) |
4794 | 2024-03-26T07:02:04.037Z | smf/ntp/manifest/ |
4795 | 2024-03-26T07:02:04.038Z | smf/ntp/manifest/manifest.xml |
4796 | 2024-03-26T07:02:04.038Z |
3,336 100% 6.54kB/s 0:00:00
3,336 100% 6.54kB/s 0:00:00 (xfr#119, to-chk=101/254) |
4797 | 2024-03-26T07:02:04.038Z | smf/ntp/method/ |
4798 | 2024-03-26T07:02:04.038Z | smf/ntp/method/svc-site-ntp |
4799 | 2024-03-26T07:02:04.038Z |
3,211 100% 6.30kB/s 0:00:00
3,211 100% 6.30kB/s 0:00:00 (xfr#120, to-chk=100/254) |
4800 | 2024-03-26T07:02:04.038Z | smf/opte-interface-setup/ |
4801 | 2024-03-26T07:02:04.038Z | smf/opte-interface-setup/manifest.xml |
4802 | 2024-03-26T07:02:04.038Z |
1,638 100% 3.21kB/s 0:00:00
1,638 100% 3.21kB/s 0:00:00 (xfr#121, to-chk=99/254) |
4803 | 2024-03-26T07:02:04.038Z | smf/oximeter/ |
4804 | 2024-03-26T07:02:04.038Z | smf/oximeter/config.toml |
4805 | 2024-03-26T07:02:04.038Z |
205 100% 0.40kB/s 0:00:00
205 100% 0.40kB/s 0:00:00 (xfr#122, to-chk=98/254) |
4806 | 2024-03-26T07:02:04.038Z | smf/oximeter/manifest.xml |
4807 | 2024-03-26T07:02:04.038Z |
1,770 100% 3.47kB/s 0:00:00
1,770 100% 3.47kB/s 0:00:00 (xfr#123, to-chk=97/254) |
4808 | 2024-03-26T07:02:04.038Z | smf/profile/ |
4809 | 2024-03-26T07:02:04.038Z | smf/profile/bashrc |
4810 | 2024-03-26T07:02:04.038Z |
925 100% 1.81kB/s 0:00:00
925 100% 1.81kB/s 0:00:00 (xfr#124, to-chk=96/254) |
4811 | 2024-03-26T07:02:04.038Z | smf/profile/profile |
4812 | 2024-03-26T07:02:04.038Z |
535 100% 1.05kB/s 0:00:00
535 100% 1.05kB/s 0:00:00 (xfr#125, to-chk=95/254) |
4813 | 2024-03-26T07:02:04.038Z | smf/sled-agent/ |
4814 | 2024-03-26T07:02:04.038Z | smf/sled-agent/manifest.xml |
4815 | 2024-03-26T07:02:04.038Z |
2,373 100% 4.65kB/s 0:00:00
2,373 100% 4.65kB/s 0:00:00 (xfr#126, to-chk=94/254) |
4816 | 2024-03-26T07:02:04.039Z | smf/sled-agent/gimlet-standalone/ |
4817 | 2024-03-26T07:02:04.039Z | smf/sled-agent/gimlet-standalone/README.md |
4818 | 2024-03-26T07:02:04.039Z |
114 100% 0.22kB/s 0:00:00
114 100% 0.22kB/s 0:00:00 (xfr#127, to-chk=90/254) |
4819 | 2024-03-26T07:02:04.039Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
4820 | 2024-03-26T07:02:04.039Z |
6,611 100% 12.96kB/s 0:00:00
6,611 100% 12.96kB/s 0:00:00 (xfr#128, to-chk=89/254) |
4821 | 2024-03-26T07:02:04.039Z | smf/sled-agent/gimlet-standalone/config.toml |
4822 | 2024-03-26T07:02:04.039Z |
1,800 100% 3.53kB/s 0:00:00
1,800 100% 3.53kB/s 0:00:00 (xfr#129, to-chk=88/254) |
4823 | 2024-03-26T07:02:04.039Z | smf/sled-agent/gimlet/ |
4824 | 2024-03-26T07:02:04.039Z | smf/sled-agent/gimlet/README.md |
4825 | 2024-03-26T07:02:04.039Z |
54 100% 0.11kB/s 0:00:00
54 100% 0.11kB/s 0:00:00 (xfr#130, to-chk=87/254) |
4826 | 2024-03-26T07:02:04.039Z | smf/sled-agent/gimlet/config.toml |
4827 | 2024-03-26T07:02:04.039Z |
1,657 100% 3.25kB/s 0:00:00
1,657 100% 3.25kB/s 0:00:00 (xfr#131, to-chk=86/254) |
4828 | 2024-03-26T07:02:04.039Z | smf/sled-agent/non-gimlet/ |
4829 | 2024-03-26T07:02:04.039Z | smf/sled-agent/non-gimlet/README.md |
4830 | 2024-03-26T07:02:04.039Z |
105 100% 0.21kB/s 0:00:00
105 100% 0.21kB/s 0:00:00 (xfr#132, to-chk=85/254) |
4831 | 2024-03-26T07:02:04.039Z | smf/sled-agent/non-gimlet/config.toml |
4832 | 2024-03-26T07:02:04.039Z |
2,906 100% 5.70kB/s 0:00:00
2,906 100% 5.70kB/s 0:00:00 (xfr#133, to-chk=84/254) |
4833 | 2024-03-26T07:02:04.039Z | smf/sp-sim/ |
4834 | 2024-03-26T07:02:04.039Z | smf/sp-sim/config.toml |
4835 | 2024-03-26T07:02:04.039Z |
2,604 100% 5.11kB/s 0:00:00
2,604 100% 5.11kB/s 0:00:00 (xfr#134, to-chk=83/254) |
4836 | 2024-03-26T07:02:04.039Z | smf/sp-sim/manifest.xml |
4837 | 2024-03-26T07:02:04.040Z |
1,271 100% 2.49kB/s 0:00:00
1,271 100% 2.49kB/s 0:00:00 (xfr#135, to-chk=82/254) |
4838 | 2024-03-26T07:02:04.040Z | smf/switch_zone_setup/ |
4839 | 2024-03-26T07:02:04.040Z | smf/switch_zone_setup/manifest.xml |
4840 | 2024-03-26T07:02:04.040Z |
1,061 100% 2.08kB/s 0:00:00
1,061 100% 2.08kB/s 0:00:00 (xfr#136, to-chk=81/254) |
4841 | 2024-03-26T07:02:04.040Z | smf/switch_zone_setup/support_authorized_keys |
4842 | 2024-03-26T07:02:04.040Z |
1,284 100% 2.51kB/s 0:00:00
1,284 100% 2.51kB/s 0:00:00 (xfr#137, to-chk=80/254) |
4843 | 2024-03-26T07:02:04.066Z | smf/switch_zone_setup/switch_zone_setup |
4844 | 2024-03-26T07:02:04.066Z |
1,041 100% 2.04kB/s 0:00:00
1,041 100% 2.04kB/s 0:00:00 (xfr#138, to-chk=79/254) |
4845 | 2024-03-26T07:02:04.066Z | smf/wicketd/ |
4846 | 2024-03-26T07:02:04.066Z | smf/wicketd/config.toml |
4847 | 2024-03-26T07:02:04.066Z |
104 100% 0.20kB/s 0:00:00
104 100% 0.20kB/s 0:00:00 (xfr#139, to-chk=78/254) |
4848 | 2024-03-26T07:02:04.066Z | smf/wicketd/manifest.xml |
4849 | 2024-03-26T07:02:04.066Z |
2,954 100% 5.78kB/s 0:00:00
2,954 100% 5.78kB/s 0:00:00 (xfr#140, to-chk=77/254) |
4850 | 2024-03-26T07:02:04.066Z | smf/zone-network-setup/ |
4851 | 2024-03-26T07:02:04.066Z | smf/zone-network-setup/manifest.xml |
4852 | 2024-03-26T07:02:04.066Z |
1,614 100% 3.16kB/s 0:00:00
1,614 100% 3.16kB/s 0:00:00 (xfr#141, to-chk=76/254) |
4853 | 2024-03-26T07:02:04.066Z | tools/ |
4854 | 2024-03-26T07:02:04.066Z | tools/README.adoc |
4855 | 2024-03-26T07:02:04.067Z |
3,558 100% 6.96kB/s 0:00:00
3,558 100% 6.96kB/s 0:00:00 (xfr#142, to-chk=75/254) |
4856 | 2024-03-26T07:02:04.067Z | tools/build-global-zone-packages.sh |
4857 | 2024-03-26T07:02:04.067Z |
2,388 100% 4.67kB/s 0:00:00
2,388 100% 4.67kB/s 0:00:00 (xfr#143, to-chk=74/254) |
4858 | 2024-03-26T07:02:04.067Z | tools/build-host-image.sh |
4859 | 2024-03-26T07:02:04.067Z |
2,971 100% 5.81kB/s 0:00:00
2,971 100% 5.81kB/s 0:00:00 (xfr#144, to-chk=73/254) |
4860 | 2024-03-26T07:02:04.067Z | tools/build-trampoline-global-zone-packages.sh |
4861 | 2024-03-26T07:02:04.067Z |
1,878 100% 3.68kB/s 0:00:00
1,878 100% 3.68kB/s 0:00:00 (xfr#145, to-chk=72/254) |
4862 | 2024-03-26T07:02:04.067Z | tools/ci_check_opte_ver.sh |
4863 | 2024-03-26T07:02:04.067Z |
2,770 100% 5.42kB/s 0:00:00
2,770 100% 5.42kB/s 0:00:00 (xfr#146, to-chk=71/254) |
4864 | 2024-03-26T07:02:04.067Z | tools/ci_download_clickhouse |
4865 | 2024-03-26T07:02:04.067Z |
3,631 100% 7.11kB/s 0:00:00
3,631 100% 7.11kB/s 0:00:00 (xfr#147, to-chk=70/254) |
4866 | 2024-03-26T07:02:04.067Z | tools/ci_download_cockroachdb |
4867 | 2024-03-26T07:02:04.067Z |
4,292 100% 8.40kB/s 0:00:00
4,292 100% 8.40kB/s 0:00:00 (xfr#148, to-chk=69/254) |
4868 | 2024-03-26T07:02:04.067Z | tools/ci_download_console |
4869 | 2024-03-26T07:02:04.067Z |
1,991 100% 3.90kB/s 0:00:00
1,991 100% 3.90kB/s 0:00:00 (xfr#149, to-chk=68/254) |
4870 | 2024-03-26T07:02:04.067Z | tools/ci_download_dendrite_openapi |
4871 | 2024-03-26T07:02:04.067Z |
1,719 100% 3.36kB/s 0:00:00
1,719 100% 3.36kB/s 0:00:00 (xfr#150, to-chk=67/254) |
4872 | 2024-03-26T07:02:04.067Z | tools/ci_download_dendrite_stub |
4873 | 2024-03-26T07:02:04.067Z |
4,229 100% 8.28kB/s 0:00:00
4,229 100% 8.28kB/s 0:00:00 (xfr#151, to-chk=66/254) |
4874 | 2024-03-26T07:02:04.067Z | tools/ci_download_maghemite_mgd |
4875 | 2024-03-26T07:02:04.068Z |
3,650 100% 7.14kB/s 0:00:00
3,650 100% 7.14kB/s 0:00:00 (xfr#152, to-chk=65/254) |
4876 | 2024-03-26T07:02:04.068Z | tools/ci_download_maghemite_openapi |
4877 | 2024-03-26T07:02:04.068Z |
1,989 100% 3.89kB/s 0:00:00
1,989 100% 3.89kB/s 0:00:00 (xfr#153, to-chk=64/254) |
4878 | 2024-03-26T07:02:04.068Z | tools/ci_download_softnpu_machinery |
4879 | 2024-03-26T07:02:04.068Z |
668 100% 1.31kB/s 0:00:00
668 100% 1.31kB/s 0:00:00 (xfr#154, to-chk=63/254) |
4880 | 2024-03-26T07:02:04.068Z | tools/ci_download_thundermuffin |
4881 | 2024-03-26T07:02:04.068Z |
3,237 100% 6.32kB/s 0:00:00
3,237 100% 6.32kB/s 0:00:00 (xfr#155, to-chk=62/254) |
4882 | 2024-03-26T07:02:04.068Z | tools/ci_download_transceiver_control |
4883 | 2024-03-26T07:02:04.068Z |
3,415 100% 6.67kB/s 0:00:00
3,415 100% 6.67kB/s 0:00:00 (xfr#156, to-chk=61/254) |
4884 | 2024-03-26T07:02:04.068Z | tools/clickhouse_checksums |
4885 | 2024-03-26T07:02:04.068Z |
153 100% 0.30kB/s 0:00:00
153 100% 0.30kB/s 0:00:00 (xfr#157, to-chk=60/254) |
4886 | 2024-03-26T07:02:04.068Z | tools/clickhouse_version |
4887 | 2024-03-26T07:02:04.068Z |
11 100% 0.02kB/s 0:00:00
11 100% 0.02kB/s 0:00:00 (xfr#158, to-chk=59/254) |
4888 | 2024-03-26T07:02:04.068Z | tools/cockroachdb_checksums |
4889 | 2024-03-26T07:02:04.068Z |
258 100% 0.50kB/s 0:00:00
258 100% 0.50kB/s 0:00:00 (xfr#159, to-chk=58/254) |
4890 | 2024-03-26T07:02:04.068Z | tools/cockroachdb_version |
4891 | 2024-03-26T07:02:04.068Z |
8 100% 0.02kB/s 0:00:00
8 100% 0.02kB/s 0:00:00 (xfr#160, to-chk=57/254) |
4892 | 2024-03-26T07:02:04.068Z | tools/console_version |
4893 | 2024-03-26T07:02:04.068Z |
122 100% 0.24kB/s 0:00:00
122 100% 0.24kB/s 0:00:00 (xfr#161, to-chk=56/254) |
4894 | 2024-03-26T07:02:04.068Z | tools/create_gimlet_virtual_hardware.sh |
4895 | 2024-03-26T07:02:04.068Z |
936 100% 1.83kB/s 0:00:00
936 100% 1.83kB/s 0:00:00 (xfr#162, to-chk=55/254) |
4896 | 2024-03-26T07:02:04.069Z | tools/create_scrimlet_virtual_hardware.sh |
4897 | 2024-03-26T07:02:04.069Z |
2,014 100% 3.93kB/s 0:00:00
2,014 100% 3.93kB/s 0:00:00 (xfr#163, to-chk=54/254) |
4898 | 2024-03-26T07:02:04.069Z | tools/create_self_signed_cert.sh |
4899 | 2024-03-26T07:02:04.069Z |
685 100% 1.34kB/s 0:00:00
685 100% 1.34kB/s 0:00:00 (xfr#164, to-chk=53/254) |
4900 | 2024-03-26T07:02:04.069Z | tools/create_virtual_hardware.sh |
4901 | 2024-03-26T07:02:04.069Z |
3,184 100% 6.22kB/s 0:00:00
3,184 100% 6.22kB/s 0:00:00 (xfr#165, to-chk=52/254) |
4902 | 2024-03-26T07:02:04.069Z | tools/delete-reservoir.sh |
4903 | 2024-03-26T07:02:04.069Z |
136 100% 0.27kB/s 0:00:00
136 100% 0.27kB/s 0:00:00 (xfr#166, to-chk=51/254) |
4904 | 2024-03-26T07:02:04.069Z | tools/dendrite_openapi_version |
4905 | 2024-03-26T07:02:04.069Z |
122 100% 0.24kB/s 0:00:00
122 100% 0.24kB/s 0:00:00 (xfr#167, to-chk=50/254) |
4906 | 2024-03-26T07:02:04.069Z | tools/dendrite_stub_checksums |
4907 | 2024-03-26T07:02:04.069Z |
267 100% 0.52kB/s 0:00:00
267 100% 0.52kB/s 0:00:00 (xfr#168, to-chk=49/254) |
4908 | 2024-03-26T07:02:04.069Z | tools/destroy_gimlet_virtual_hardware.sh |
4909 | 2024-03-26T07:02:04.069Z |
888 100% 1.73kB/s 0:00:00
888 100% 1.73kB/s 0:00:00 (xfr#169, to-chk=48/254) |
4910 | 2024-03-26T07:02:04.069Z | tools/destroy_scrimlet_virtual_hardware.sh |
4911 | 2024-03-26T07:02:04.069Z |
1,147 100% 2.24kB/s 0:00:00
1,147 100% 2.24kB/s 0:00:00 (xfr#170, to-chk=47/254) |
4912 | 2024-03-26T07:02:04.069Z | tools/destroy_virtual_hardware.sh |
4913 | 2024-03-26T07:02:04.069Z |
2,227 100% 4.35kB/s 0:00:00
2,227 100% 4.35kB/s 0:00:00 (xfr#171, to-chk=46/254) |
4914 | 2024-03-26T07:02:04.069Z | tools/dvt_dock_version |
4915 | 2024-03-26T07:02:04.069Z |
48 100% 0.09kB/s 0:00:00
48 100% 0.09kB/s 0:00:00 (xfr#172, to-chk=45/254) |
4916 | 2024-03-26T07:02:04.069Z | tools/ensure_buildomat_artifact.sh |
4917 | 2024-03-26T07:02:04.069Z |
3,759 100% 7.34kB/s 0:00:00
3,759 100% 7.34kB/s 0:00:00 (xfr#173, to-chk=44/254) |
4918 | 2024-03-26T07:02:04.070Z | tools/generate-nexus-api.sh |
4919 | 2024-03-26T07:02:04.070Z |
174 100% 0.34kB/s 0:00:00
174 100% 0.34kB/s 0:00:00 (xfr#174, to-chk=43/254) |
4920 | 2024-03-26T07:02:04.070Z | tools/generate-sled-agent-api.sh |
4921 | 2024-03-26T07:02:04.070Z |
161 100% 0.31kB/s 0:00:00
161 100% 0.31kB/s 0:00:00 (xfr#175, to-chk=42/254) |
4922 | 2024-03-26T07:02:04.070Z | tools/generate-wicketd-api.sh |
4923 | 2024-03-26T07:02:04.070Z |
75 100% 0.15kB/s 0:00:00
75 100% 0.15kB/s 0:00:00 (xfr#176, to-chk=41/254) |
4924 | 2024-03-26T07:02:04.070Z | tools/hubris_checksums |
4925 | 2024-03-26T07:02:04.070Z |
852 100% 1.66kB/s 0:00:00
852 100% 1.66kB/s 0:00:00 (xfr#177, to-chk=40/254) |
4926 | 2024-03-26T07:02:04.070Z | tools/hubris_version |
4927 | 2024-03-26T07:02:04.070Z |
50 100% 0.10kB/s 0:00:00
50 100% 0.10kB/s 0:00:00 (xfr#178, to-chk=39/254) |
4928 | 2024-03-26T07:02:04.070Z | tools/install_builder_prerequisites.sh |
4929 | 2024-03-26T07:02:04.070Z |
7,537 100% 14.69kB/s 0:00:00
7,537 100% 14.69kB/s 0:00:00 (xfr#179, to-chk=38/254) |
4930 | 2024-03-26T07:02:04.070Z | tools/install_opte.sh |
4931 | 2024-03-26T07:02:04.070Z |
3,755 100% 7.32kB/s 0:00:00
3,755 100% 7.32kB/s 0:00:00 (xfr#180, to-chk=37/254) |
4932 | 2024-03-26T07:02:04.070Z | tools/install_prerequisites.sh |
4933 | 2024-03-26T07:02:04.070Z |
255 100% 0.50kB/s 0:00:00
255 100% 0.50kB/s 0:00:00 (xfr#181, to-chk=36/254) |
4934 | 2024-03-26T07:02:04.070Z | tools/install_runner_prerequisites.sh |
4935 | 2024-03-26T07:02:04.070Z |
4,154 100% 8.10kB/s 0:00:00
4,154 100% 8.10kB/s 0:00:00 (xfr#182, to-chk=35/254) |
4936 | 2024-03-26T07:02:04.070Z | tools/maghemite_ddm_openapi_version |
4937 | 2024-03-26T07:02:04.070Z |
122 100% 0.24kB/s 0:00:00
122 100% 0.24kB/s 0:00:00 (xfr#183, to-chk=34/254) |
4938 | 2024-03-26T07:02:04.070Z | tools/maghemite_mg_openapi_version |
4939 | 2024-03-26T07:02:04.071Z |
122 100% 0.24kB/s 0:00:00
122 100% 0.24kB/s 0:00:00 (xfr#184, to-chk=33/254) |
4940 | 2024-03-26T07:02:04.071Z | tools/maghemite_mgd_checksums |
4941 | 2024-03-26T07:02:04.071Z |
162 100% 0.32kB/s 0:00:00
162 100% 0.32kB/s 0:00:00 (xfr#185, to-chk=32/254) |
4942 | 2024-03-26T07:02:04.071Z | tools/opte_version |
4943 | 2024-03-26T07:02:04.106Z |
9 100% 0.02kB/s 0:00:00
9 100% 0.02kB/s 0:00:00 (xfr#186, to-chk=31/254) |
4944 | 2024-03-26T07:02:04.107Z | tools/opte_version_override |
4945 | 2024-03-26T07:02:04.107Z |
142 100% 0.28kB/s 0:00:00
142 100% 0.28kB/s 0:00:00 (xfr#187, to-chk=30/254) |
4946 | 2024-03-26T07:02:04.107Z | tools/renovate-post-upgrade.sh |
4947 | 2024-03-26T07:02:04.107Z |
1,705 100% 3.32kB/s 0:00:00
1,705 100% 3.32kB/s 0:00:00 (xfr#188, to-chk=29/254) |
4948 | 2024-03-26T07:02:04.107Z | tools/thundermuffin_checksums |
4949 | 2024-03-26T07:02:04.107Z |
79 100% 0.15kB/s 0:00:00
79 100% 0.15kB/s 0:00:00 (xfr#189, to-chk=28/254) |
4950 | 2024-03-26T07:02:04.107Z | tools/thundermuffin_version |
4951 | 2024-03-26T07:02:04.107Z |
50 100% 0.10kB/s 0:00:00
50 100% 0.10kB/s 0:00:00 (xfr#190, to-chk=27/254) |
4952 | 2024-03-26T07:02:04.107Z | tools/transceiver_control_version |
4953 | 2024-03-26T07:02:04.107Z |
137 100% 0.27kB/s 0:00:00
137 100% 0.27kB/s 0:00:00 (xfr#191, to-chk=26/254) |
4954 | 2024-03-26T07:02:04.107Z | tools/uninstall_opte.sh |
4955 | 2024-03-26T07:02:04.107Z |
6,514 100% 12.70kB/s 0:00:00
6,514 100% 12.70kB/s 0:00:00 (xfr#192, to-chk=25/254) |
4956 | 2024-03-26T07:02:04.107Z | tools/update_crucible.sh |
4957 | 2024-03-26T07:02:04.107Z |
1,093 100% 2.13kB/s 0:00:00
1,093 100% 2.13kB/s 0:00:00 (xfr#193, to-chk=24/254) |
4958 | 2024-03-26T07:02:04.107Z | tools/update_dendrite.sh |
4959 | 2024-03-26T07:02:04.107Z |
2,333 100% 4.55kB/s 0:00:00
2,333 100% 4.55kB/s 0:00:00 (xfr#194, to-chk=23/254) |
4960 | 2024-03-26T07:02:04.107Z | tools/update_helpers.sh |
4961 | 2024-03-26T07:02:04.108Z |
3,831 100% 7.47kB/s 0:00:00
3,831 100% 7.47kB/s 0:00:00 (xfr#195, to-chk=22/254) |
4962 | 2024-03-26T07:02:04.108Z | tools/update_lldp.sh |
4963 | 2024-03-26T07:02:04.108Z |
1,000 100% 1.95kB/s 0:00:00
1,000 100% 1.95kB/s 0:00:00 (xfr#196, to-chk=21/254) |
4964 | 2024-03-26T07:02:04.108Z | tools/update_maghemite.sh |
4965 | 2024-03-26T07:02:04.108Z |
939 100% 1.83kB/s 0:00:00
939 100% 1.83kB/s 0:00:00 (xfr#197, to-chk=20/254) |
4966 | 2024-03-26T07:02:04.108Z | tools/update_propolis.sh |
4967 | 2024-03-26T07:02:04.108Z |
1,050 100% 2.05kB/s 0:00:00
1,050 100% 2.04kB/s 0:00:00 (xfr#198, to-chk=19/254) |
4968 | 2024-03-26T07:02:04.108Z | tools/update_transceiver_control.sh |
4969 | 2024-03-26T07:02:04.108Z |
1,374 100% 2.67kB/s 0:00:00
1,374 100% 2.67kB/s 0:00:00 (xfr#199, to-chk=18/254) |
4970 | 2024-03-26T07:02:04.108Z | tools/virtual_hardware.sh |
4971 | 2024-03-26T07:02:04.108Z |
3,429 100% 6.67kB/s 0:00:00
3,429 100% 6.67kB/s 0:00:00 (xfr#200, to-chk=17/254) |
4972 | 2024-03-26T07:02:04.108Z | tools/dtrace/ |
4973 | 2024-03-26T07:02:04.108Z | tools/dtrace/aggregate-query-latency.d |
4974 | 2024-03-26T07:02:04.108Z |
780 100% 1.52kB/s 0:00:00
780 100% 1.52kB/s 0:00:00 (xfr#201, to-chk=11/254) |
4975 | 2024-03-26T07:02:04.108Z | tools/dtrace/slowest-queries.d |
4976 | 2024-03-26T07:02:04.108Z |
1,077 100% 2.10kB/s 0:00:00
1,077 100% 2.10kB/s 0:00:00 (xfr#202, to-chk=10/254) |
4977 | 2024-03-26T07:02:04.108Z | tools/dtrace/trace-db-queries.d |
4978 | 2024-03-26T07:02:04.108Z |
811 100% 1.58kB/s 0:00:00
811 100% 1.58kB/s 0:00:00 (xfr#203, to-chk=9/254) |
4979 | 2024-03-26T07:02:04.109Z | tools/include/ |
4980 | 2024-03-26T07:02:04.109Z | tools/include/force-git-over-https.sh |
4981 | 2024-03-26T07:02:04.109Z |
940 100% 1.83kB/s 0:00:00
940 100% 1.83kB/s 0:00:00 (xfr#204, to-chk=8/254) |
4982 | 2024-03-26T07:02:04.109Z | tools/populate/ |
4983 | 2024-03-26T07:02:04.109Z | tools/populate/populate-alpine.sh |
4984 | 2024-03-26T07:02:04.109Z |
788 100% 1.53kB/s 0:00:00
788 100% 1.53kB/s 0:00:00 (xfr#205, to-chk=7/254) |
4985 | 2024-03-26T07:02:04.109Z | tools/populate/populate-images.sh |
4986 | 2024-03-26T07:02:04.109Z |
2,571 100% 5.00kB/s 0:00:00
2,571 100% 5.00kB/s 0:00:00 (xfr#206, to-chk=6/254) |
4987 | 2024-03-26T07:02:04.109Z | tools/reflector/ |
4988 | 2024-03-26T07:02:04.109Z | tools/reflector/helpers.sh |
4989 | 2024-03-26T07:02:04.109Z |
4,652 100% 9.05kB/s 0:00:00
4,652 100% 9.05kB/s 0:00:00 (xfr#207, to-chk=5/254) |
4990 | 2024-03-26T07:02:04.109Z | tools/scrimlet/ |
4991 | 2024-03-26T07:02:04.109Z | tools/scrimlet/create-softnpu-zone.sh |
4992 | 2024-03-26T07:02:04.109Z |
627 100% 1.22kB/s 0:00:00
627 100% 1.22kB/s 0:00:00 (xfr#208, to-chk=4/254) |
4993 | 2024-03-26T07:02:04.109Z | tools/scrimlet/destroy-softnpu-zone.sh |
4994 | 2024-03-26T07:02:04.109Z |
203 100% 0.39kB/s 0:00:00
203 100% 0.39kB/s 0:00:00 (xfr#209, to-chk=3/254) |
4995 | 2024-03-26T07:02:04.109Z | tools/scrimlet/softnpu-init.sh |
4996 | 2024-03-26T07:02:04.109Z |
2,157 100% 4.20kB/s 0:00:00
2,157 100% 4.20kB/s 0:00:00 (xfr#210, to-chk=2/254) |
4997 | 2024-03-26T07:02:04.109Z | tools/scrimlet/softnpu-zone.txt |
4998 | 2024-03-26T07:02:04.109Z |
330 100% 0.64kB/s 0:00:00
330 100% 0.64kB/s 0:00:00 (xfr#211, to-chk=1/254) |
4999 | 2024-03-26T07:02:04.110Z | tools/scrimlet/softnpu.toml |
5000 | 2024-03-26T07:02:04.110Z |
171 100% 0.33kB/s 0:00:00
171 100% 0.33kB/s 0:00:00 (xfr#212, to-chk=0/254) |
5001 | 2024-03-26T07:02:04.110Z | + pushd cargo-bay |
5002 | 2024-03-26T07:02:04.110Z | + mkdir -p omicron-common/omicron/ |
5003 | 2024-03-26T07:02:04.110Z | /work/oxidecomputer/testbed/a4x2/cargo-bay /work/oxidecomputer/testbed/a4x2 |
5004 | 2024-03-26T07:02:04.110Z | + cp -r g0/omicron/out omicron-common/omicron/ |
5005 | 2024-03-26T07:02:07.809Z | + rm omicron-common/omicron/out/omicron-sled-agent.tar |
5006 | 2024-03-26T07:02:07.834Z | + rm omicron-common/omicron/out/omicron-gateway-softnpu.tar.gz omicron-common/omicron/out/omicron-gateway.tar.gz |
5007 | 2024-03-26T07:02:07.834Z | + rm omicron-common/omicron/out/switch-softnpu.tar.gz |
5008 | 2024-03-26T07:02:07.834Z | + popd |
5009 | 2024-03-26T07:02:07.834Z | /work/oxidecomputer/testbed/a4x2 |
5010 | 2024-03-26T07:02:07.834Z | + for sled in g0 g1 g2 g3 |
5011 | 2024-03-26T07:02:07.834Z | + find cargo-bay/g0/omicron/out/ -maxdepth 1 -mindepth 1 |
5012 | 2024-03-26T07:02:07.834Z | + grep -v sled-agent |
5013 | 2024-03-26T07:02:07.834Z | + grep -v omicron-gateway |
5014 | 2024-03-26T07:02:07.835Z | + grep -v switch-softnpu |
5015 | 2024-03-26T07:02:07.835Z | + xargs -l rm -rf |
5016 | 2024-03-26T07:02:07.945Z | + for sled in g0 g1 g2 g3 |
5017 | 2024-03-26T07:02:07.969Z | + find cargo-bay/g1/omicron/out/ -maxdepth 1 -mindepth 1 |
5018 | 2024-03-26T07:02:07.969Z | + grep -v sled-agent |
5019 | 2024-03-26T07:02:07.969Z | + grep -v omicron-gateway |
5020 | 2024-03-26T07:02:07.969Z | + grep -v switch-softnpu |
5021 | 2024-03-26T07:02:07.969Z | + xargs -l rm -rf |
5022 | 2024-03-26T07:02:07.998Z | + for sled in g0 g1 g2 g3 |
5023 | 2024-03-26T07:02:08.028Z | + find cargo-bay/g2/omicron/out/ -maxdepth 1 -mindepth 1 |
5024 | 2024-03-26T07:02:08.028Z | + grep -v sled-agent |
5025 | 2024-03-26T07:02:08.028Z | + grep -v omicron-gateway |
5026 | 2024-03-26T07:02:08.029Z | + grep -v switch-softnpu |
5027 | 2024-03-26T07:02:08.029Z | + xargs -l rm -rf |
5028 | 2024-03-26T07:02:08.061Z | + for sled in g0 g1 g2 g3 |
5029 | 2024-03-26T07:02:08.061Z | + find cargo-bay/g3/omicron/out/ -maxdepth 1 -mindepth 1 |
5030 | 2024-03-26T07:02:08.061Z | + grep -v sled-agent |
5031 | 2024-03-26T07:02:08.061Z | + grep -v omicron-gateway |
5032 | 2024-03-26T07:02:08.061Z | + grep -v switch-softnpu |
5033 | 2024-03-26T07:02:08.062Z | + xargs -l rm -rf |
5034 | 2024-03-26T07:02:08.102Z | + ./config/fetch-softnpu-artifacts.sh |
5035 | 2024-03-26T07:02:08.142Z | + url=https://buildomat.eng.oxide.computer |
5036 | 2024-03-26T07:02:08.142Z | + path=public/file/oxidecomputer/sidecar-lite/release/ |
5037 | 2024-03-26T07:02:08.143Z | + rev=e3ea4b495ba0a71801ded0776ae4bbd31df57e26 |
5038 | 2024-03-26T07:02:08.143Z | + for artifact in scadm libsidecar_lite.so |
5039 | 2024-03-26T07:02:08.143Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/scadm |
5040 | 2024-03-26T07:02:08.143Z | % Total % Received % Xferd Average Speed Time Time Time Current |
5041 | 2024-03-26T07:02:08.143Z | Dload Upload Total Spent Left Speed |
5042 | 2024-03-26T07:02:15.266Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1 22.7M 1 379k 0 0 413k 0 0:00:56 --:--:-- 0:00:56 413k
12 22.7M 12 3027k 0 0 1585k 0 0:00:14 0:00:01 0:00:13 1585k
21 22.7M 21 4923k 0 0 1909k 0 0:00:12 0:00:02 0:00:10 1909k
28 22.7M 28 6739k 0 0 1858k 0 0:00:12 0:00:03 0:00:09 1858k
38 22.7M 38 8891k 0 0 1943k 0 0:00:12 0:00:04 0:00:08 1943k
58 22.7M 58 13.4M 0 0 2459k 0 0:00:09 0:00:05 0:00:04 2861k
90 22.7M 90 20.6M 0 0 3175k 0 0:00:07 0:00:06 0:00:01 3815k
100 22.7M 100 22.7M 0 0 3268k 0 0:00:07 0:00:07 --:--:-- 4036k |
5043 | 2024-03-26T07:02:15.304Z | + chmod +x scadm |
5044 | 2024-03-26T07:02:15.305Z | + cp scadm cargo-bay/g0/ |
5045 | 2024-03-26T07:02:15.329Z | + mv scadm cargo-bay/g3/ |
5046 | 2024-03-26T07:02:15.329Z | + for artifact in scadm libsidecar_lite.so |
5047 | 2024-03-26T07:02:15.329Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/libsidecar_lite.so |
5048 | 2024-03-26T07:02:15.355Z | % Total % Received % Xferd Average Speed Time Time Time Current |
5049 | 2024-03-26T07:02:15.355Z | Dload Upload Total Spent Left Speed |
5050 | 2024-03-26T07:02:21.586Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1 20.0M 1 215k 0 0 327k 0 0:01:02 --:--:-- 0:01:02 326k
4 20.0M 4 907k 0 0 612k 0 0:00:33 0:00:01 0:00:32 612k
8 20.0M 8 1731k 0 0 717k 0 0:00:28 0:00:02 0:00:26 717k
32 20.0M 32 6671k 0 0 1980k 0 0:00:10 0:00:03 0:00:07 1980k
62 20.0M 62 12.4M 0 0 2911k 0 0:00:07 0:00:04 0:00:03 2911k
70 20.0M 70 14.2M 0 0 2563k 0 0:00:08 0:00:05 0:00:03 2857k
100 20.0M 100 20.0M 0 0 3283k 0 0:00:06 0:00:06 --:--:-- 4112k |
5051 | 2024-03-26T07:02:21.610Z | + chmod +x libsidecar_lite.so |
5052 | 2024-03-26T07:02:21.610Z | + cp libsidecar_lite.so cargo-bay/g0/ |
5053 | 2024-03-26T07:02:21.634Z | + mv libsidecar_lite.so cargo-bay/g3/ |
5054 | 2024-03-26T07:02:21.658Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5055 | 2024-03-26T07:02:21.658Z | + tar -czf cargo-bay-ce.tgz cargo-bay/ce |
5056 | 2024-03-26T07:02:21.658Z | + mv cargo-bay-ce.tgz /out/ |
5057 | 2024-03-26T07:02:21.658Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5058 | 2024-03-26T07:02:21.658Z | + tar -czf cargo-bay-cr1.tgz cargo-bay/cr1 |
5059 | 2024-03-26T07:02:21.658Z | + mv cargo-bay-cr1.tgz /out/ |
5060 | 2024-03-26T07:02:21.683Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5061 | 2024-03-26T07:02:21.683Z | + tar -czf cargo-bay-cr2.tgz cargo-bay/cr2 |
5062 | 2024-03-26T07:02:21.683Z | + mv cargo-bay-cr2.tgz /out/ |
5063 | 2024-03-26T07:02:21.683Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5064 | 2024-03-26T07:02:21.683Z | + tar -czf cargo-bay-g0.tgz cargo-bay/g0 |
5065 | 2024-03-26T07:02:37.577Z | + mv cargo-bay-g0.tgz /out/ |
5066 | 2024-03-26T07:02:37.858Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5067 | 2024-03-26T07:02:37.858Z | + tar -czf cargo-bay-g1.tgz cargo-bay/g1 |
5068 | 2024-03-26T07:02:52.480Z | + mv cargo-bay-g1.tgz /out/ |
5069 | 2024-03-26T07:02:52.733Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5070 | 2024-03-26T07:02:52.733Z | + tar -czf cargo-bay-g2.tgz cargo-bay/g2 |
5071 | 2024-03-26T07:03:18.476Z | + mv cargo-bay-g2.tgz /out/ |
5072 | 2024-03-26T07:03:18.541Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5073 | 2024-03-26T07:03:18.541Z | + tar -czf cargo-bay-g3.tgz cargo-bay/g3 |
5074 | 2024-03-26T07:03:23.887Z | + mv cargo-bay-g3.tgz /out/ |
5075 | 2024-03-26T07:03:24.141Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5076 | 2024-03-26T07:03:24.141Z | + tar -czf cargo-bay-tools.tgz cargo-bay/tools |
5077 | 2024-03-26T07:03:24.175Z | + mv cargo-bay-tools.tgz /out/ |
5078 | 2024-03-26T07:03:24.175Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5079 | 2024-03-26T07:03:24.175Z | + tar -czf cargo-bay-omicron-common.tgz cargo-bay/omicron-common |
5080 | 2024-03-26T07:03:56.376Z | + mv cargo-bay-omicron-common.tgz /out/ |
5081 | 2024-03-26T07:03:57.756Z | process exited: duration 1732480 ms, exit code 0 |
|
5082 | 2024-03-26T07:03:57.806Z | found 11 output files |
5083 | 2024-03-26T07:03:57.806Z | uploading: /out/cargo-bay-ce.tgz (657 bytes) |
5084 | 2024-03-26T07:03:58.913Z | uploaded: /out/cargo-bay-ce.tgz |
5085 | 2024-03-26T07:03:58.913Z | uploading: /out/cargo-bay-cr1.tgz (961 bytes) |
5086 | 2024-03-26T07:04:00.019Z | uploaded: /out/cargo-bay-cr1.tgz |
5087 | 2024-03-26T07:04:00.019Z | uploading: /out/cargo-bay-cr2.tgz (962 bytes) |
5088 | 2024-03-26T07:04:01.130Z | uploaded: /out/cargo-bay-cr2.tgz |
5089 | 2024-03-26T07:04:01.130Z | uploading: /out/cargo-bay-g0.tgz (297250983 bytes) |
5090 | 2024-03-26T07:05:42.800Z | uploaded: /out/cargo-bay-g0.tgz |
5091 | 2024-03-26T07:05:42.800Z | uploading: /out/cargo-bay-g1.tgz (284386869 bytes) |
5092 | 2024-03-26T07:08:11.148Z | uploaded: /out/cargo-bay-g1.tgz |
5093 | 2024-03-26T07:08:11.245Z | uploading: /out/cargo-bay-g2.tgz (284386616 bytes) |
5094 | 2024-03-26T07:10:05.960Z | uploaded: /out/cargo-bay-g2.tgz |
5095 | 2024-03-26T07:10:05.961Z | uploading: /out/cargo-bay-g3.tgz (297277056 bytes) |
5096 | 2024-03-26T07:12:20.273Z | uploaded: /out/cargo-bay-g3.tgz |
5097 | 2024-03-26T07:12:20.273Z | uploading: /out/cargo-bay-tools.tgz (36401 bytes) |
5098 | 2024-03-26T07:12:21.435Z | uploaded: /out/cargo-bay-tools.tgz |
5099 | 2024-03-26T07:12:21.435Z | uploading: /out/cargo-bay-omicron-common.tgz (947497296 bytes) |
5100 | 2024-03-26T07:18:55.940Z | uploaded: /out/cargo-bay-omicron-common.tgz |
5101 | 2024-03-26T07:18:55.940Z | uploading: /out/commtest (79691624 bytes) |
5102 | 2024-03-26T07:19:40.355Z | uploaded: /out/commtest |
5103 | 2024-03-26T07:19:40.355Z | uploading: /out/dhcp-server (79138776 bytes) |
5104 | 2024-03-26T07:20:09.542Z | uploaded: /out/dhcp-server |