|
|
|
1 | 2024-03-20T19:10:37.647Z | job assigned to worker 01HSEMAFEHY4R7T6GGG6B17WB8 (queued for 35 s) |
|
2 | 2024-03-20T19:10:39.221Z | starting task 0: "setup" |
3 | 2024-03-20T19:10:39.250Z | ++ uname -s |
4 | 2024-03-20T19:10:39.250Z | + kern=SunOS |
5 | 2024-03-20T19:10:39.250Z | + case "$kern" in |
6 | 2024-03-20T19:10:39.251Z | + groupadd -g 12345 build |
7 | 2024-03-20T19:10:39.251Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-20T19:10:41.252Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-20T19:10:41.289Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-20T19:10:41.313Z | + home_fs=zfs |
11 | 2024-03-20T19:10:41.313Z | + [[ zfs == autofs ]] |
12 | 2024-03-20T19:10:41.313Z | + mkdir -p /home/build |
13 | 2024-03-20T19:10:41.313Z | + chown build:build /home/build /work |
14 | 2024-03-20T19:10:43.305Z | + chmod 0700 /home/build /work |
15 | 2024-03-20T19:10:43.334Z | process exited: duration 4089 ms, exit code 0 |
|
16 | 2024-03-20T19:10:43.388Z | starting task 1: "rust-toolchain" |
17 | 2024-03-20T19:10:43.427Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-20T19:10:43.427Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-03-20T19:10:43.559Z | info: downloading installer |
20 | 2024-03-20T19:10:44.309Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-20T19:10:44.309Z | warning: /opt/ooce/bin |
22 | 2024-03-20T19:10:44.309Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-20T19:10:44.309Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-20T19:10:44.309Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-20T19:10:44.309Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-20T19:10:44.309Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-20T19:10:44.309Z | error: cannot install while Rust is installed |
28 | 2024-03-20T19:10:44.310Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-20T19:10:44.348Z | info: profile set to 'default' |
30 | 2024-03-20T19:10:44.348Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-20T19:10:44.374Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-03-20T19:10:44.438Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
33 | 2024-03-20T19:10:44.438Z | info: downloading component 'cargo' |
34 | 2024-03-20T19:10:44.624Z | info: downloading component 'clippy' |
35 | 2024-03-20T19:10:44.672Z | info: downloading component 'rust-docs' |
36 | 2024-03-20T19:10:44.897Z | info: downloading component 'rust-std' |
37 | 2024-03-20T19:10:45.284Z | info: downloading component 'rustc' |
38 | 2024-03-20T19:10:46.569Z | info: downloading component 'rustfmt' |
39 | 2024-03-20T19:10:47.085Z | info: installing component 'cargo' |
40 | 2024-03-20T19:10:47.330Z | info: installing component 'clippy' |
41 | 2024-03-20T19:10:47.693Z | info: installing component 'rust-docs' |
42 | 2024-03-20T19:10:50.233Z | info: installing component 'rust-std' |
43 | 2024-03-20T19:10:52.335Z | info: installing component 'rustc' |
44 | 2024-03-20T19:11:01.257Z | info: installing component 'rustfmt' |
45 | 2024-03-20T19:11:01.334Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-03-20T19:11:01.334Z | |
47 | 2024-03-20T19:11:01.334Z | stable-x86_64-unknown-illumos installed - rustc 1.76.0 (07dca489a 2024-02-04) |
48 | 2024-03-20T19:11:01.334Z | |
49 | 2024-03-20T19:11:01.334Z | |
50 | 2024-03-20T19:11:01.334Z | Rust is installed now. Great! |
51 | 2024-03-20T19:11:01.335Z | |
52 | 2024-03-20T19:11:01.335Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-20T19:11:01.335Z | environment variable. This has not been done automatically. |
54 | 2024-03-20T19:11:01.335Z | |
55 | 2024-03-20T19:11:01.335Z | To configure your current shell, you need to source |
56 | 2024-03-20T19:11:01.335Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-20T19:11:01.335Z | |
58 | 2024-03-20T19:11:01.335Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-20T19:11:01.335Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-20T19:11:01.335Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-20T19:11:01.336Z | + rustc --version |
62 | 2024-03-20T19:11:01.336Z | rustc 1.76.0 (07dca489a 2024-02-04) |
63 | 2024-03-20T19:11:01.336Z | process exited: duration 14439 ms, exit code 0 |
|
64 | 2024-03-20T19:11:01.406Z | starting task 2: "authentication" |
65 | 2024-03-20T19:11:01.596Z | process exited: duration 181 ms, exit code 0 |
|
66 | 2024-03-20T19:11:01.686Z | starting task 3: "clone repository" |
67 | 2024-03-20T19:11:01.717Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-20T19:11:01.717Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-20T19:11:01.717Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-20T19:11:06.704Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-20T19:11:06.705Z | + git fetch origin c51bf3e4049d10eba26d61b5cd0faa0608fe2755 |
72 | 2024-03-20T19:11:07.160Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-20T19:11:07.160Z | * branch c51bf3e4049d10eba26d61b5cd0faa0608fe2755 -> FETCH_HEAD |
74 | 2024-03-20T19:11:07.185Z | + [[ -n ajs/sled-agent-api-to-manage-phys-disks/instance-tests ]] |
75 | 2024-03-20T19:11:07.186Z | ++ git branch --show-current |
76 | 2024-03-20T19:11:07.186Z | + current=main |
77 | 2024-03-20T19:11:07.186Z | + [[ main != ajs/sled-agent-api-to-manage-phys-disks/instance-tests ]] |
78 | 2024-03-20T19:11:07.186Z | + git branch -f ajs/sled-agent-api-to-manage-phys-disks/instance-tests c51bf3e4049d10eba26d61b5cd0faa0608fe2755 |
79 | 2024-03-20T19:11:07.212Z | + git checkout -f ajs/sled-agent-api-to-manage-phys-disks/instance-tests |
80 | 2024-03-20T19:11:07.334Z | Switched to branch 'ajs/sled-agent-api-to-manage-phys-disks/instance-tests' |
81 | 2024-03-20T19:11:07.367Z | + git reset --hard c51bf3e4049d10eba26d61b5cd0faa0608fe2755 |
82 | 2024-03-20T19:11:07.406Z | HEAD is now at c51bf3e40 fix unused test functions |
83 | 2024-03-20T19:11:07.406Z | process exited: duration 5703 ms, exit code 0 |
|
84 | 2024-03-20T19:11:07.463Z | starting task 4: "build" |
85 | 2024-03-20T19:11:07.493Z | ++++ dirname ./env.sh |
86 | 2024-03-20T19:11:07.493Z | +++ readlink -f . |
87 | 2024-03-20T19:11:07.493Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-03-20T19:11:07.494Z | ++ 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-20T19:11:07.494Z | ++ 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-20T19:11:07.494Z | ++ 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-20T19:11:07.494Z | ++ 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-20T19:11:07.494Z | ++ 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-20T19:11:07.494Z | ++ 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-20T19:11:07.495Z | ++ 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-20T19:11:07.495Z | ++ 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-20T19:11:07.495Z | ++ unset OMICRON_WS |
97 | 2024-03-20T19:11:07.495Z | ++ set +o xtrace |
98 | 2024-03-20T19:11:07.495Z | + pfexec mkdir -p /out |
99 | 2024-03-20T19:11:07.495Z | + pfexec chown 12345 /out |
100 | 2024-03-20T19:11:07.542Z | + banner prerequisites |
101 | 2024-03-20T19:11:07.542Z | |
102 | 2024-03-20T19:11:07.542Z | ##### ##### ###### ##### ###### #### # # # #### # |
103 | 2024-03-20T19:11:07.542Z | # # # # # # # # # # # # # # # |
104 | 2024-03-20T19:11:07.542Z | # # # # ##### # # ##### # # # # # #### # |
105 | 2024-03-20T19:11:07.542Z | ##### ##### # ##### # # # # # # # # # |
106 | 2024-03-20T19:11:07.542Z | # # # # # # # # # # # # # # # |
107 | 2024-03-20T19:11:07.542Z | # # # ###### # # ###### ### # #### # #### # |
108 | 2024-03-20T19:11:07.542Z | |
109 | 2024-03-20T19:11:07.542Z | + set -o xtrace |
110 | 2024-03-20T19:11:07.542Z | + ./tools/install_builder_prerequisites.sh -y |
111 | 2024-03-20T19:11:12.277Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-03-20T19:11:13.922Z | Startup: Caching catalogs ... Done |
113 | 2024-03-20T19:11:15.780Z | Planning: Solver setup ... Done (1.418s) |
114 | 2024-03-20T19:11:15.809Z | Planning: Running solver ... Done (0.028s) |
115 | 2024-03-20T19:11:15.843Z | Planning: Finding local manifests ... Done (0.002s) |
116 | 2024-03-20T19:11:15.905Z | Planning: Fetching manifests: 0/4 0% complete |
117 | 2024-03-20T19:11:16.293Z | Planning: Fetching manifests: 4/4 100% complete |
118 | 2024-03-20T19:11:16.345Z | Planning: Package planning ... Done (0.058s) |
119 | 2024-03-20T19:11:16.413Z | Planning: Merging actions ... Done (0.060s) |
120 | 2024-03-20T19:11:16.781Z | Planning: Checking for conflicting actions ... Done (0.376s) |
121 | 2024-03-20T19:11:16.807Z | Planning: Consolidating action changes ... Done (0.014s) |
122 | 2024-03-20T19:11:17.467Z | Planning: Evaluating mediators ... Done (0.665s) |
123 | 2024-03-20T19:11:17.510Z | Planning: Planning completed in 3.51 seconds |
124 | 2024-03-20T19:11:17.541Z | Packages to install: 4 |
125 | 2024-03-20T19:11:17.542Z | Mediators to change: 2 |
126 | 2024-03-20T19:11:17.542Z | Services to change: 1 |
127 | 2024-03-20T19:11:17.542Z | Estimated space available: 148.92 GB |
128 | 2024-03-20T19:11:17.542Z | Estimated space to be consumed: 1.43 GB |
129 | 2024-03-20T19:11:17.542Z | Create boot environment: No |
130 | 2024-03-20T19:11:17.542Z | Create backup boot environment: No |
131 | 2024-03-20T19:11:17.543Z | Rebuild boot archive: No |
132 | 2024-03-20T19:11:17.543Z | |
133 | 2024-03-20T19:11:17.543Z | Changed mediators: |
134 | 2024-03-20T19:11:17.543Z | mediator clang: |
135 | 2024-03-20T19:11:17.543Z | version: None -> 15 (system default) |
136 | 2024-03-20T19:11:17.544Z | |
137 | 2024-03-20T19:11:17.544Z | mediator llvm: |
138 | 2024-03-20T19:11:17.544Z | version: 14 (system default) -> 15 (system default) |
139 | 2024-03-20T19:11:17.544Z | |
140 | 2024-03-20T19:11:17.544Z | Changed packages: |
141 | 2024-03-20T19:11:17.544Z | helios-dev |
142 | 2024-03-20T19:11:17.544Z | developer/build-essential |
143 | 2024-03-20T19:11:17.544Z | None -> 11-2.0 |
144 | 2024-03-20T19:11:17.544Z | library/libxmlsec1 |
145 | 2024-03-20T19:11:17.544Z | None -> 1.2.35-2.0 |
146 | 2024-03-20T19:11:17.544Z | ooce/developer/clang-15 |
147 | 2024-03-20T19:11:17.544Z | None -> 15.0.7-2.0 |
148 | 2024-03-20T19:11:17.545Z | ooce/developer/llvm-15 |
149 | 2024-03-20T19:11:17.545Z | None -> 15.0.7-2.0 |
150 | 2024-03-20T19:11:17.545Z | |
151 | 2024-03-20T19:11:17.545Z | Services: |
152 | 2024-03-20T19:11:17.545Z | restart_fmri: |
153 | 2024-03-20T19:11:17.545Z | svc:/system/update-man-index:default |
154 | 2024-03-20T19:11:17.590Z | |
155 | 2024-03-20T19:11:17.590Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
156 | 2024-03-20T19:11:22.555Z | Download: 1193/3290 items 46.3/212.6MB 21% complete (9.0M/s) |
157 | 2024-03-20T19:11:27.563Z | Download: 1828/3290 items 118.5/212.6MB 55% complete (12.0M/s) |
158 | 2024-03-20T19:11:32.566Z | Download: 2964/3290 items 121.2/212.6MB 57% complete (7.7M/s) |
159 | 2024-03-20T19:11:37.585Z | Download: 3248/3290 items 176.0/212.6MB 82% complete (5.7M/s) |
160 | 2024-03-20T19:11:42.615Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.1M/s) |
161 | 2024-03-20T19:11:46.012Z | Download: Completed 212.60 MB in 28.46 seconds (7.5M/s) |
162 | 2024-03-20T19:11:46.191Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-03-20T19:11:51.216Z | Actions: 3433/3689 actions (Installing new actions) |
164 | 2024-03-20T19:11:51.946Z | Actions: Completed 3689 actions in 5.75 seconds. |
165 | 2024-03-20T19:11:52.207Z | Done (0.262s) |
166 | 2024-03-20T19:11:52.207Z | Done (0.000s) |
167 | 2024-03-20T19:11:52.531Z | Done (0.313s) |
168 | 2024-03-20T19:11:58.098Z | Done (5.037s) |
169 | 2024-03-20T19:11:58.126Z | Done (0.021s) |
170 | 2024-03-20T19:11:58.126Z | Done (0.000s) |
171 | 2024-03-20T19:11:58.126Z | Done (0.000s) |
172 | 2024-03-20T19:11:58.970Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-03-20T19:11:59.002Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-03-20T19:11:59.002Z | Planning: Consolidating action changes ... Done |
175 | 2024-03-20T19:11:59.089Z | Planning: Evaluating mediators ... Done |
176 | 2024-03-20T19:11:59.121Z | Planning: Planning completed in 0.54 seconds |
177 | 2024-03-20T19:11:59.153Z | Mediators to change: 2 |
178 | 2024-03-20T19:11:59.153Z | Create boot environment: No |
179 | 2024-03-20T19:11:59.153Z | Create backup boot environment: No |
180 | 2024-03-20T19:11:59.208Z | Done |
181 | 2024-03-20T19:11:59.208Z | Done |
182 | 2024-03-20T19:11:59.385Z | Done |
183 | 2024-03-20T19:12:03.793Z | Done |
184 | 2024-03-20T19:12:03.886Z | Done |
185 | 2024-03-20T19:12:03.886Z | Done |
186 | 2024-03-20T19:12:03.958Z | Done |
187 | 2024-03-20T19:12:05.382Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-03-20T19:12:05.382Z | Planning: Merging actions ... Done |
189 | 2024-03-20T19:12:05.382Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-03-20T19:12:05.382Z | Planning: Consolidating action changes ... Done |
191 | 2024-03-20T19:12:05.382Z | Planning: Evaluating mediators ... Done |
192 | 2024-03-20T19:12:05.413Z | Planning: Planning completed in 1.00 seconds |
193 | 2024-03-20T19:12:05.442Z | Packages to change: 1 |
194 | 2024-03-20T19:12:05.443Z | Mediators to change: 1 |
195 | 2024-03-20T19:12:05.443Z | Services to change: 1 |
196 | 2024-03-20T19:12:05.443Z | Create boot environment: No |
197 | 2024-03-20T19:12:05.443Z | Create backup boot environment: Yes |
198 | 2024-03-20T19:12:06.902Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-03-20T19:12:06.928Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2024-03-20T19:12:06.928Z | Done |
201 | 2024-03-20T19:12:06.928Z | Done |
202 | 2024-03-20T19:12:06.967Z | Done |
203 | 2024-03-20T19:12:11.417Z | Done |
204 | 2024-03-20T19:12:11.502Z | Done |
205 | 2024-03-20T19:12:11.502Z | Done |
206 | 2024-03-20T19:12:11.575Z | Done |
207 | 2024-03-20T19:12:12.125Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-03-20T19:12:12.126Z | clang system 15 system |
209 | 2024-03-20T19:12:12.126Z | csh system system illumos |
210 | 2024-03-20T19:12:12.126Z | ctags system system illumos |
211 | 2024-03-20T19:12:12.126Z | gcc vendor 12 vendor |
212 | 2024-03-20T19:12:12.126Z | gcc system 10 system |
213 | 2024-03-20T19:12:12.126Z | gcc system 7 system |
214 | 2024-03-20T19:12:12.126Z | go system 1.20 system |
215 | 2024-03-20T19:12:12.126Z | go system 1.19 system |
216 | 2024-03-20T19:12:12.126Z | llvm system 15 system |
217 | 2024-03-20T19:12:12.127Z | llvm system 14 system |
218 | 2024-03-20T19:12:12.127Z | mariadb system 10.6 system |
219 | 2024-03-20T19:12:12.127Z | mta vendor vendor dma |
220 | 2024-03-20T19:12:12.127Z | openjdk system 17 system |
221 | 2024-03-20T19:12:12.128Z | openjdk system 11 system |
222 | 2024-03-20T19:12:12.128Z | openjdk system 1.8 system |
223 | 2024-03-20T19:12:12.128Z | openssl vendor 3 vendor |
224 | 2024-03-20T19:12:12.128Z | perl system 5.36 system |
225 | 2024-03-20T19:12:12.128Z | postgresql system 15 system |
226 | 2024-03-20T19:12:12.128Z | postgresql system 13 system |
227 | 2024-03-20T19:12:12.128Z | python vendor 3 vendor |
228 | 2024-03-20T19:12:12.128Z | python system 2 system |
229 | 2024-03-20T19:12:12.128Z | python3 system 3.11 system |
230 | 2024-03-20T19:12:12.128Z | ruby system 3.0 system |
231 | 2024-03-20T19:12:12.128Z | words vendor vendor american-english |
232 | 2024-03-20T19:12:12.129Z | words system system australian-english |
233 | 2024-03-20T19:12:12.129Z | words system system british-english |
234 | 2024-03-20T19:12:12.129Z | words system system canadian-english |
235 | 2024-03-20T19:12:12.129Z | words system system french |
236 | 2024-03-20T19:12:12.129Z | words system system italian |
237 | 2024-03-20T19:12:12.129Z | words system system ngerman |
238 | 2024-03-20T19:12:12.129Z | words system system ogerman |
239 | 2024-03-20T19:12:12.129Z | words system system spanish |
240 | 2024-03-20T19:12:12.534Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-03-20T19:12:12.534Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-03-20T19:12:14.083Z | FMRI IFO |
243 | 2024-03-20T19:12:14.084Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-03-20T19:12:14.084Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-03-20T19:12:14.084Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-03-20T19:12:14.084Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-03-20T19:12:14.084Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-03-20T19:12:14.085Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-03-20T19:12:14.085Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-03-20T19:12:14.085Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-03-20T19:12:14.085Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-03-20T19:12:14.085Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-03-20T19:12:14.086Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-03-20T19:12:14.086Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-03-20T19:12:14.300Z | + set -o errexit |
256 | 2024-03-20T19:12:14.354Z | +++ dirname ./tools/ci_download_cockroachdb |
257 | 2024-03-20T19:12:14.354Z | ++ cd ./tools |
258 | 2024-03-20T19:12:14.355Z | ++ pwd |
259 | 2024-03-20T19:12:14.355Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
260 | 2024-03-20T19:12:14.355Z | ++ basename ./tools/ci_download_cockroachdb |
261 | 2024-03-20T19:12:14.355Z | + ARG0=ci_download_cockroachdb |
262 | 2024-03-20T19:12:14.355Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
263 | 2024-03-20T19:12:14.355Z | + CIDL_VERSION=v22.1.9 |
264 | 2024-03-20T19:12:14.356Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
265 | 2024-03-20T19:12:14.356Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
266 | 2024-03-20T19:12:14.356Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
267 | 2024-03-20T19:12:14.357Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
268 | 2024-03-20T19:12:14.357Z | + TARGET_DIR=out |
269 | 2024-03-20T19:12:14.357Z | + DOWNLOAD_DIR=out/downloads |
270 | 2024-03-20T19:12:14.357Z | + DEST_DIR=./out/cockroachdb |
271 | 2024-03-20T19:12:14.357Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
272 | 2024-03-20T19:12:14.357Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
273 | 2024-03-20T19:12:14.357Z | + main |
274 | 2024-03-20T19:12:14.358Z | + [[ 0 != 0 ]] |
275 | 2024-03-20T19:12:14.358Z | + CIDL_OS=solaris2.11 |
276 | 2024-03-20T19:12:14.358Z | + [[ 0 != 0 ]] |
277 | 2024-03-20T19:12:14.358Z | + configure_os solaris2.11 |
278 | 2024-03-20T19:12:14.358Z | + echo 'current directory: /work/oxidecomputer/omicron' |
279 | 2024-03-20T19:12:14.358Z | + echo 'configuring based on OS: "solaris2.11"' |
280 | 2024-03-20T19:12:14.358Z | current directory: /work/oxidecomputer/omicron |
281 | 2024-03-20T19:12:14.358Z | configuring based on OS: "solaris2.11" |
282 | 2024-03-20T19:12:14.359Z | + case "$1" in |
283 | 2024-03-20T19:12:14.360Z | + CIDL_BUILD=illumos |
284 | 2024-03-20T19:12:14.360Z | + CIDL_SUFFIX=tar.gz |
285 | 2024-03-20T19:12:14.360Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
286 | 2024-03-20T19:12:14.360Z | + CIDL_URL_BASE=https://illumos.org/downloads |
287 | 2024-03-20T19:12:14.360Z | + CIDL_ASSEMBLE=do_assemble_illumos |
288 | 2024-03-20T19:12:14.361Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
289 | 2024-03-20T19:12:14.361Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-03-20T19:12:14.361Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-03-20T19:12:14.361Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
292 | 2024-03-20T19:12:14.361Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-03-20T19:12:14.361Z | + CIDL_SHA256FUNC=do_sha256sum |
294 | 2024-03-20T19:12:14.361Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2024-03-20T19:12:14.362Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-03-20T19:12:14.362Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
297 | 2024-03-20T19:12:14.362Z | + mkdir -p out/downloads |
298 | 2024-03-20T19:12:14.362Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-03-20T19:12:14.362Z | + mkdir -p ./out/cockroachdb |
300 | 2024-03-20T19:12:14.362Z | + local DO_DOWNLOAD=true |
301 | 2024-03-20T19:12:14.363Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
302 | 2024-03-20T19:12:14.363Z | + '[' true == true ']' |
303 | 2024-03-20T19:12:14.363Z | + echo Downloading... |
304 | 2024-03-20T19:12:14.363Z | + 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-20T19:12:14.363Z | Downloading... |
306 | 2024-03-20T19:12:14.363Z | + 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 |
307 | 2024-03-20T19:12:24.003Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-03-20T19:12:24.137Z | ++ sha256sum |
309 | 2024-03-20T19:12:24.138Z | ++ awk '{print $1}' |
310 | 2024-03-20T19:12:24.138Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
311 | 2024-03-20T19:12:24.138Z | + [[ 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 ]] |
312 | 2024-03-20T19:12:24.138Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-03-20T19:12:24.139Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
314 | 2024-03-20T19:12:24.235Z | + do_assemble_illumos |
315 | 2024-03-20T19:12:24.235Z | + rm -r ./out/cockroachdb |
316 | 2024-03-20T19:12:24.235Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
317 | 2024-03-20T19:12:24.235Z | + ./out/cockroachdb/bin/cockroach version |
318 | 2024-03-20T19:12:24.236Z | Build Tag: v22.1.9-dirty |
319 | 2024-03-20T19:12:24.236Z | Build Time: 2022/10/26 21:17:46 |
320 | 2024-03-20T19:12:24.236Z | Distribution: OSS |
321 | 2024-03-20T19:12:24.236Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
322 | 2024-03-20T19:12:24.236Z | Go Version: go1.17.13 |
323 | 2024-03-20T19:12:24.236Z | C Compiler: gcc 10.3.0 |
324 | 2024-03-20T19:12:24.237Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
325 | 2024-03-20T19:12:24.237Z | Build Type: release |
326 | 2024-03-20T19:12:24.237Z | + set -o errexit |
327 | 2024-03-20T19:12:24.237Z | +++ dirname ./tools/ci_download_clickhouse |
328 | 2024-03-20T19:12:24.237Z | ++ cd ./tools |
329 | 2024-03-20T19:12:24.237Z | ++ pwd |
330 | 2024-03-20T19:12:24.237Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
331 | 2024-03-20T19:12:24.237Z | ++ basename ./tools/ci_download_clickhouse |
332 | 2024-03-20T19:12:24.238Z | + ARG0=ci_download_clickhouse |
333 | 2024-03-20T19:12:24.238Z | + TARGET_DIR=out |
334 | 2024-03-20T19:12:24.238Z | + DOWNLOAD_DIR=out/downloads |
335 | 2024-03-20T19:12:24.238Z | + DEST_DIR=./out/clickhouse |
336 | 2024-03-20T19:12:24.239Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
337 | 2024-03-20T19:12:24.239Z | + CIDL_VERSION=v23.8.7.24 |
338 | 2024-03-20T19:12:24.239Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
339 | 2024-03-20T19:12:24.239Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
340 | 2024-03-20T19:12:24.239Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
341 | 2024-03-20T19:12:24.239Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
342 | 2024-03-20T19:12:24.239Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
343 | 2024-03-20T19:12:24.240Z | + main |
344 | 2024-03-20T19:12:24.240Z | + [[ 0 != 0 ]] |
345 | 2024-03-20T19:12:24.240Z | + CIDL_OS=solaris2.11 |
346 | 2024-03-20T19:12:24.240Z | + [[ 0 != 0 ]] |
347 | 2024-03-20T19:12:24.240Z | + configure_os solaris2.11 |
348 | 2024-03-20T19:12:24.240Z | + echo 'current directory: /work/oxidecomputer/omicron' |
349 | 2024-03-20T19:12:24.240Z | + echo 'configuring based on OS: "solaris2.11"' |
350 | 2024-03-20T19:12:24.241Z | + CIDL_DASHREV= |
351 | 2024-03-20T19:12:24.241Z | + case "$1" in |
352 | 2024-03-20T19:12:24.241Z | + CIDL_PLATFORM=illumos |
353 | 2024-03-20T19:12:24.241Z | current directory: /work/oxidecomputer/omicron |
354 | 2024-03-20T19:12:24.241Z | configuring based on OS: "solaris2.11" |
355 | 2024-03-20T19:12:24.241Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
356 | 2024-03-20T19:12:24.241Z | + CIDL_MD5FUNC=do_md5sum |
357 | 2024-03-20T19:12:24.242Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
358 | 2024-03-20T19:12:24.242Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-03-20T19:12:24.242Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-03-20T19:12:24.242Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
361 | 2024-03-20T19:12:24.242Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
362 | 2024-03-20T19:12:24.242Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
363 | 2024-03-20T19:12:24.242Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
364 | 2024-03-20T19:12:24.242Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
365 | 2024-03-20T19:12:24.242Z | + mkdir -p out/downloads |
366 | 2024-03-20T19:12:24.243Z | + mkdir -p ./out/clickhouse |
367 | 2024-03-20T19:12:24.243Z | + local DO_DOWNLOAD=true |
368 | 2024-03-20T19:12:24.243Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
369 | 2024-03-20T19:12:24.243Z | + '[' true == true ']' |
370 | 2024-03-20T19:12:24.243Z | + echo Downloading... |
371 | 2024-03-20T19:12:24.243Z | Downloading... |
372 | 2024-03-20T19:12:24.243Z | + 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 |
373 | 2024-03-20T19:12:24.243Z | + 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 |
374 | 2024-03-20T19:12:30.315Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-03-20T19:12:30.348Z | ++ md5sum |
376 | 2024-03-20T19:12:30.348Z | ++ awk '{print $1}' |
377 | 2024-03-20T19:12:30.587Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
378 | 2024-03-20T19:12:30.587Z | + [[ 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 ]] |
379 | 2024-03-20T19:12:30.587Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
380 | 2024-03-20T19:12:30.587Z | + mkdir -p ./out/clickhouse |
381 | 2024-03-20T19:12:30.619Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
382 | 2024-03-20T19:12:36.084Z | + [[ solaris2.11 == darwin* ]] |
383 | 2024-03-20T19:12:36.084Z | + ./out/clickhouse/clickhouse server --version |
384 | 2024-03-20T19:12:36.223Z | ClickHouse server version 23.8.7.1. |
385 | 2024-03-20T19:12:36.253Z | + set -o errexit |
386 | 2024-03-20T19:12:36.279Z | +++ dirname ./tools/ci_download_console |
387 | 2024-03-20T19:12:36.279Z | ++ cd ./tools |
388 | 2024-03-20T19:12:36.279Z | ++ pwd |
389 | 2024-03-20T19:12:36.279Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
390 | 2024-03-20T19:12:36.280Z | ++ basename ./tools/ci_download_console |
391 | 2024-03-20T19:12:36.280Z | + ARG0=ci_download_console |
392 | 2024-03-20T19:12:36.280Z | + TARGET_DIR=out |
393 | 2024-03-20T19:12:36.280Z | + DOWNLOAD_DIR=out/downloads |
394 | 2024-03-20T19:12:36.280Z | + DEST_DIR=./out/console-assets |
395 | 2024-03-20T19:12:36.280Z | + source /work/oxidecomputer/omicron/tools/console_version |
396 | 2024-03-20T19:12:36.280Z | ++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198 |
397 | 2024-03-20T19:12:36.280Z | ++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
398 | 2024-03-20T19:12:36.280Z | + URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
399 | 2024-03-20T19:12:36.280Z | + TARBALL_FILE=out/downloads/console.tar.gz |
400 | 2024-03-20T19:12:36.280Z | + main |
401 | 2024-03-20T19:12:36.280Z | + [[ 0 != 0 ]] |
402 | 2024-03-20T19:12:36.280Z | + echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz' |
403 | 2024-03-20T19:12:36.280Z | + echo 'Local file: out/downloads/console.tar.gz' |
404 | 2024-03-20T19:12:36.281Z | URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
405 | 2024-03-20T19:12:36.281Z | Local file: out/downloads/console.tar.gz |
406 | 2024-03-20T19:12:36.281Z | + local DO_DOWNLOAD=true |
407 | 2024-03-20T19:12:36.281Z | + [[ -f out/downloads/console.tar.gz ]] |
408 | 2024-03-20T19:12:36.281Z | + mkdir -p out/downloads |
409 | 2024-03-20T19:12:36.281Z | + '[' true == true ']' |
410 | 2024-03-20T19:12:36.281Z | + echo Downloading... |
411 | 2024-03-20T19:12:36.281Z | Downloading... |
412 | 2024-03-20T19:12:36.281Z | + do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz |
413 | 2024-03-20T19:12:36.281Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
414 | 2024-03-20T19:12:36.559Z | ++ do_sha256sum out/downloads/console.tar.gz |
415 | 2024-03-20T19:12:36.559Z | ++ case "$OSTYPE" in |
416 | 2024-03-20T19:12:36.559Z | ++ SHA=sha256sum |
417 | 2024-03-20T19:12:36.601Z | ++ sha256sum |
418 | 2024-03-20T19:12:36.601Z | ++ awk '{print $1}' |
419 | 2024-03-20T19:12:36.601Z | + calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
420 | 2024-03-20T19:12:36.602Z | + [[ 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 ]] |
421 | 2024-03-20T19:12:36.602Z | + rm -rf ./out/console-assets |
422 | 2024-03-20T19:12:36.602Z | + mkdir -p ./out/console-assets |
423 | 2024-03-20T19:12:36.602Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
424 | 2024-03-20T19:12:36.602Z | + mkdir -p ./out/console-assets |
425 | 2024-03-20T19:12:36.602Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
426 | 2024-03-20T19:12:36.721Z | + set -o errexit |
427 | 2024-03-20T19:12:37.156Z | +++ dirname ./tools/ci_download_maghemite_openapi |
428 | 2024-03-20T19:12:37.157Z | ++ cd ./tools |
429 | 2024-03-20T19:12:37.157Z | ++ pwd |
430 | 2024-03-20T19:12:37.157Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
431 | 2024-03-20T19:12:37.157Z | ++ basename ./tools/ci_download_maghemite_openapi |
432 | 2024-03-20T19:12:37.157Z | + ARG0=ci_download_maghemite_openapi |
433 | 2024-03-20T19:12:37.157Z | + TARGET_DIR=out |
434 | 2024-03-20T19:12:37.157Z | + DOWNLOAD_DIR=out/downloads |
435 | 2024-03-20T19:12:37.157Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
436 | 2024-03-20T19:12:37.157Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
437 | 2024-03-20T19:12:37.157Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
438 | 2024-03-20T19:12:37.157Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
439 | 2024-03-20T19:12:37.158Z | + LOCAL_FILE=out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
440 | 2024-03-20T19:12:37.158Z | + main |
441 | 2024-03-20T19:12:37.158Z | + rm -rf out/downloads/root |
442 | 2024-03-20T19:12:37.158Z | + [[ 0 != 0 ]] |
443 | 2024-03-20T19:12:37.158Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json' |
444 | 2024-03-20T19:12:37.158Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
445 | 2024-03-20T19:12:37.158Z | + echo 'Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json' |
446 | 2024-03-20T19:12:37.158Z | + local DO_DOWNLOAD=true |
447 | 2024-03-20T19:12:37.158Z | + [[ -f out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]] |
448 | 2024-03-20T19:12:37.158Z | + mkdir -p out/downloads |
449 | 2024-03-20T19:12:37.158Z | Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
450 | 2024-03-20T19:12:37.158Z | + '[' true == true ']' |
451 | 2024-03-20T19:12:37.159Z | + echo Downloading... |
452 | 2024-03-20T19:12:37.159Z | + 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-20T19:12:37.159Z | + 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-20T19:12:37.159Z | Downloading... |
455 | 2024-03-20T19:12:37.262Z | ++ do_sha256sum out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
456 | 2024-03-20T19:12:37.262Z | ++ case "$OSTYPE" in |
457 | 2024-03-20T19:12:37.262Z | ++ SHA=sha256sum |
458 | 2024-03-20T19:12:37.297Z | ++ sha256sum |
459 | 2024-03-20T19:12:37.297Z | ++ awk '{print $1}' |
460 | 2024-03-20T19:12:37.297Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
461 | 2024-03-20T19:12:37.298Z | + [[ 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 ]] |
462 | 2024-03-20T19:12:37.298Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
463 | 2024-03-20T19:12:37.298Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
464 | 2024-03-20T19:12:37.298Z | ++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
465 | 2024-03-20T19:12:37.299Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
466 | 2024-03-20T19:12:37.299Z | + LOCAL_FILE=out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
467 | 2024-03-20T19:12:37.299Z | + main |
468 | 2024-03-20T19:12:37.299Z | + rm -rf out/downloads/root |
469 | 2024-03-20T19:12:37.299Z | + [[ 0 != 0 ]] |
470 | 2024-03-20T19:12:37.299Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json' |
471 | 2024-03-20T19:12:37.300Z | + echo 'Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json' |
472 | 2024-03-20T19:12:37.300Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
473 | 2024-03-20T19:12:37.300Z | Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
474 | 2024-03-20T19:12:37.300Z | + local DO_DOWNLOAD=true |
475 | 2024-03-20T19:12:37.300Z | + [[ -f out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]] |
476 | 2024-03-20T19:12:37.300Z | + mkdir -p out/downloads |
477 | 2024-03-20T19:12:37.300Z | + '[' true == true ']' |
478 | 2024-03-20T19:12:37.300Z | + echo Downloading... |
479 | 2024-03-20T19:12:37.300Z | Downloading... |
480 | 2024-03-20T19:12:37.300Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
481 | 2024-03-20T19:12:37.300Z | + 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 |
482 | 2024-03-20T19:12:37.900Z | ++ do_sha256sum out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
483 | 2024-03-20T19:12:37.900Z | ++ case "$OSTYPE" in |
484 | 2024-03-20T19:12:37.900Z | ++ SHA=sha256sum |
485 | 2024-03-20T19:12:38.362Z | ++ sha256sum |
486 | 2024-03-20T19:12:38.362Z | ++ awk '{print $1}' |
487 | 2024-03-20T19:12:38.362Z | + calculated_sha2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
488 | 2024-03-20T19:12:38.362Z | + [[ 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 ]] |
489 | 2024-03-20T19:12:38.363Z | + set -o errexit |
490 | 2024-03-20T19:12:38.363Z | +++ dirname ./tools/ci_download_dendrite_openapi |
491 | 2024-03-20T19:12:38.363Z | ++ cd ./tools |
492 | 2024-03-20T19:12:38.363Z | ++ pwd |
493 | 2024-03-20T19:12:38.363Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
494 | 2024-03-20T19:12:38.363Z | ++ basename ./tools/ci_download_dendrite_openapi |
495 | 2024-03-20T19:12:38.363Z | + ARG0=ci_download_dendrite_openapi |
496 | 2024-03-20T19:12:38.363Z | + TARGET_DIR=out |
497 | 2024-03-20T19:12:38.363Z | + DOWNLOAD_DIR=out/downloads |
498 | 2024-03-20T19:12:38.363Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
499 | 2024-03-20T19:12:38.363Z | ++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
500 | 2024-03-20T19:12:38.363Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
501 | 2024-03-20T19:12:38.363Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
502 | 2024-03-20T19:12:38.363Z | + LOCAL_FILE=out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
503 | 2024-03-20T19:12:38.363Z | + main |
504 | 2024-03-20T19:12:38.363Z | + [[ 0 != 0 ]] |
505 | 2024-03-20T19:12:38.363Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json' |
506 | 2024-03-20T19:12:38.363Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
507 | 2024-03-20T19:12:38.363Z | + echo 'Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json' |
508 | 2024-03-20T19:12:38.363Z | Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
509 | 2024-03-20T19:12:38.363Z | + local DO_DOWNLOAD=true |
510 | 2024-03-20T19:12:38.363Z | + [[ -f out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json ]] |
511 | 2024-03-20T19:12:38.363Z | + mkdir -p out/downloads |
512 | 2024-03-20T19:12:38.364Z | + '[' true == true ']' |
513 | 2024-03-20T19:12:38.364Z | + echo Downloading... |
514 | 2024-03-20T19:12:38.364Z | Downloading... |
515 | 2024-03-20T19:12:38.364Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
516 | 2024-03-20T19:12:38.364Z | + 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 |
517 | 2024-03-20T19:12:38.389Z | ++ do_sha256sum out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
518 | 2024-03-20T19:12:38.389Z | ++ case "$OSTYPE" in |
519 | 2024-03-20T19:12:38.389Z | ++ SHA=sha256sum |
520 | 2024-03-20T19:12:38.389Z | ++ sha256sum |
521 | 2024-03-20T19:12:38.389Z | ++ awk '{print $1}' |
522 | 2024-03-20T19:12:38.389Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
523 | 2024-03-20T19:12:38.389Z | + [[ 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 ]] |
524 | 2024-03-20T19:12:38.389Z | + set -o errexit |
525 | 2024-03-20T19:12:38.389Z | +++ dirname ./tools/ci_download_dendrite_stub |
526 | 2024-03-20T19:12:38.389Z | ++ cd ./tools |
527 | 2024-03-20T19:12:38.389Z | ++ pwd |
528 | 2024-03-20T19:12:38.389Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
529 | 2024-03-20T19:12:38.389Z | ++ basename ./tools/ci_download_dendrite_stub |
530 | 2024-03-20T19:12:38.389Z | + ARG0=ci_download_dendrite_stub |
531 | 2024-03-20T19:12:38.389Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
532 | 2024-03-20T19:12:38.389Z | ++ CIDL_SHA256_ILLUMOS=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
533 | 2024-03-20T19:12:38.389Z | ++ CIDL_SHA256_LINUX_DPD=f753444cae478cdedcde743a20a9df5965ed28cddab0f9632f3c263c66cd6397 |
534 | 2024-03-20T19:12:38.389Z | ++ CIDL_SHA256_LINUX_SWADM=66eab497b955751d0704c3cd97ac5c1ed373aa656fc37ccba86ae9900b5ae96d |
535 | 2024-03-20T19:12:38.389Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
536 | 2024-03-20T19:12:38.389Z | ++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
537 | 2024-03-20T19:12:38.390Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
538 | 2024-03-20T19:12:38.390Z | + TARGET_DIR=out |
539 | 2024-03-20T19:12:38.390Z | + DOWNLOAD_DIR=out/downloads |
540 | 2024-03-20T19:12:38.390Z | + DEST_DIR=./out/dendrite-stub |
541 | 2024-03-20T19:12:38.390Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
542 | 2024-03-20T19:12:38.390Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
543 | 2024-03-20T19:12:38.390Z | + REPO=oxidecomputer/dendrite |
544 | 2024-03-20T19:12:38.390Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
545 | 2024-03-20T19:12:38.424Z | + main |
546 | 2024-03-20T19:12:38.424Z | + [[ 0 != 0 ]] |
547 | 2024-03-20T19:12:38.424Z | + CIDL_OS=solaris2.11 |
548 | 2024-03-20T19:12:38.424Z | + [[ 0 != 0 ]] |
549 | 2024-03-20T19:12:38.424Z | + configure_os solaris2.11 |
550 | 2024-03-20T19:12:38.424Z | + echo 'current directory: /work/oxidecomputer/omicron' |
551 | 2024-03-20T19:12:38.424Z | + echo 'configuring based on OS: "solaris2.11"' |
552 | 2024-03-20T19:12:38.424Z | current directory: /work/oxidecomputer/omicron |
553 | 2024-03-20T19:12:38.424Z | configuring based on OS: "solaris2.11" |
554 | 2024-03-20T19:12:38.424Z | + case "$1" in |
555 | 2024-03-20T19:12:38.424Z | + SET_BINARIES= |
556 | 2024-03-20T19:12:38.424Z | + CIDL_SHA256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
557 | 2024-03-20T19:12:38.424Z | + CIDL_SHA256FUNC=do_sha256sum |
558 | 2024-03-20T19:12:38.425Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
559 | 2024-03-20T19:12:38.425Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
560 | 2024-03-20T19:12:38.425Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
561 | 2024-03-20T19:12:38.425Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz' |
562 | 2024-03-20T19:12:38.425Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
563 | 2024-03-20T19:12:38.425Z | + mkdir -p out/downloads |
564 | 2024-03-20T19:12:38.425Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
565 | 2024-03-20T19:12:38.425Z | Local file: out/downloads/dendrite-stub.tar.gz |
566 | 2024-03-20T19:12:38.425Z | + mkdir -p ./out/dendrite-stub |
567 | 2024-03-20T19:12:38.425Z | + fetch_and_verify |
568 | 2024-03-20T19:12:38.425Z | + local DO_DOWNLOAD=true |
569 | 2024-03-20T19:12:38.425Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
570 | 2024-03-20T19:12:38.425Z | + '[' true == true ']' |
571 | 2024-03-20T19:12:38.425Z | + echo Downloading... |
572 | 2024-03-20T19:12:38.426Z | Downloading... |
573 | 2024-03-20T19:12:38.426Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
574 | 2024-03-20T19:12:38.426Z | + 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 |
575 | 2024-03-20T19:12:56.595Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
576 | 2024-03-20T19:12:56.623Z | ++ sha256sum |
577 | 2024-03-20T19:12:56.623Z | ++ awk '{print $1}' |
578 | 2024-03-20T19:12:56.623Z | + calculated_sha256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
579 | 2024-03-20T19:12:56.623Z | + [[ 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 ]] |
580 | 2024-03-20T19:12:56.623Z | + do_untar out/downloads/dendrite-stub.tar.gz |
581 | 2024-03-20T19:12:56.623Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
582 | 2024-03-20T19:12:57.588Z | + do_assemble |
583 | 2024-03-20T19:12:57.588Z | + rm -r ./out/dendrite-stub |
584 | 2024-03-20T19:12:57.615Z | + mkdir ./out/dendrite-stub |
585 | 2024-03-20T19:12:57.615Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
586 | 2024-03-20T19:12:57.780Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
587 | 2024-03-20T19:12:57.806Z | + set -o errexit |
588 | 2024-03-20T19:12:57.806Z | +++ dirname ./tools/ci_download_maghemite_mgd |
589 | 2024-03-20T19:12:57.807Z | ++ cd ./tools |
590 | 2024-03-20T19:12:57.807Z | ++ pwd |
591 | 2024-03-20T19:12:57.807Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
592 | 2024-03-20T19:12:57.807Z | ++ basename ./tools/ci_download_maghemite_mgd |
593 | 2024-03-20T19:12:57.807Z | + ARG0=ci_download_maghemite_mgd |
594 | 2024-03-20T19:12:57.807Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
595 | 2024-03-20T19:12:57.807Z | ++ CIDL_SHA256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b |
596 | 2024-03-20T19:12:57.807Z | ++ MGD_LINUX_SHA256=03bf4e9fbe7d46be5dbcf83f9cd67520383f843767939e06d0db93ce4e584111 |
597 | 2024-03-20T19:12:57.807Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
598 | 2024-03-20T19:12:57.807Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
599 | 2024-03-20T19:12:57.807Z | ++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
600 | 2024-03-20T19:12:57.807Z | + TARGET_DIR=out |
601 | 2024-03-20T19:12:57.808Z | + DOWNLOAD_DIR=out/downloads |
602 | 2024-03-20T19:12:57.808Z | + DEST_DIR=./out/mgd |
603 | 2024-03-20T19:12:57.808Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
604 | 2024-03-20T19:12:57.808Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
605 | 2024-03-20T19:12:57.808Z | + REPO=oxidecomputer/maghemite |
606 | 2024-03-20T19:12:57.808Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb |
607 | 2024-03-20T19:12:57.835Z | + main |
608 | 2024-03-20T19:12:57.836Z | + rm -rf out/downloads/root |
609 | 2024-03-20T19:12:57.836Z | + [[ 0 != 0 ]] |
610 | 2024-03-20T19:12:57.836Z | + CIDL_OS=solaris2.11 |
611 | 2024-03-20T19:12:57.836Z | + [[ 0 != 0 ]] |
612 | 2024-03-20T19:12:57.836Z | + configure_os solaris2.11 |
613 | 2024-03-20T19:12:57.836Z | + echo 'current directory: /work/oxidecomputer/omicron' |
614 | 2024-03-20T19:12:57.837Z | current directory: /work/oxidecomputer/omicron |
615 | 2024-03-20T19:12:57.837Z | configuring based on OS: "solaris2.11" |
616 | 2024-03-20T19:12:57.837Z | + echo 'configuring based on OS: "solaris2.11"' |
617 | 2024-03-20T19:12:57.837Z | + case "$1" in |
618 | 2024-03-20T19:12:57.837Z | + SET_BINARIES= |
619 | 2024-03-20T19:12:57.837Z | + CIDL_SHA256FUNC=do_sha256sum |
620 | 2024-03-20T19:12:57.837Z | + TARBALL_FILENAME=mgd.tar.gz |
621 | 2024-03-20T19:12:57.837Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
622 | 2024-03-20T19:12:57.837Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
623 | 2024-03-20T19:12:57.837Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
624 | 2024-03-20T19:12:57.837Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz' |
625 | 2024-03-20T19:12:57.838Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
626 | 2024-03-20T19:12:57.838Z | + mkdir -p out/downloads |
627 | 2024-03-20T19:12:57.838Z | Local file: out/downloads/mgd.tar.gz |
628 | 2024-03-20T19:12:57.838Z | + mkdir -p ./out/mgd |
629 | 2024-03-20T19:12:57.838Z | + fetch_and_verify |
630 | 2024-03-20T19:12:57.838Z | + local DO_DOWNLOAD=true |
631 | 2024-03-20T19:12:57.838Z | + [[ -f out/downloads/mgd.tar.gz ]] |
632 | 2024-03-20T19:12:57.838Z | + '[' true == true ']' |
633 | 2024-03-20T19:12:57.838Z | + echo Downloading... |
634 | 2024-03-20T19:12:57.838Z | Downloading... |
635 | 2024-03-20T19:12:57.839Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz out/downloads/mgd.tar.gz |
636 | 2024-03-20T19:12:57.839Z | + 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 |
637 | 2024-03-20T19:13:07.911Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
638 | 2024-03-20T19:13:08.354Z | ++ sha256sum |
639 | 2024-03-20T19:13:08.354Z | ++ awk '{print $1}' |
640 | 2024-03-20T19:13:08.354Z | + calculated_sha256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b |
641 | 2024-03-20T19:13:08.354Z | + [[ 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 ]] |
642 | 2024-03-20T19:13:08.354Z | + do_untar out/downloads/mgd.tar.gz |
643 | 2024-03-20T19:13:08.355Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
644 | 2024-03-20T19:13:08.554Z | + do_assemble |
645 | 2024-03-20T19:13:08.554Z | + rm -r ./out/mgd |
646 | 2024-03-20T19:13:08.582Z | + mkdir ./out/mgd |
647 | 2024-03-20T19:13:08.582Z | + cp -r out/downloads/root ./out/mgd/root |
648 | 2024-03-20T19:13:08.681Z | + set -o errexit |
649 | 2024-03-20T19:13:08.738Z | +++ dirname ./tools/ci_download_transceiver_control |
650 | 2024-03-20T19:13:08.738Z | ++ cd ./tools |
651 | 2024-03-20T19:13:08.738Z | ++ pwd |
652 | 2024-03-20T19:13:08.738Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
653 | 2024-03-20T19:13:08.738Z | ++ basename ./tools/ci_download_transceiver_control |
654 | 2024-03-20T19:13:08.738Z | + ARG0=ci_download_transceiver_control |
655 | 2024-03-20T19:13:08.738Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
656 | 2024-03-20T19:13:08.738Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
657 | 2024-03-20T19:13:08.738Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2024-03-20T19:13:08.738Z | + TARGET_DIR=out |
659 | 2024-03-20T19:13:08.738Z | + DOWNLOAD_DIR=out/downloads |
660 | 2024-03-20T19:13:08.738Z | + DEST_DIR=./out/transceiver-control |
661 | 2024-03-20T19:13:08.739Z | + BIN_DIR=/opt/oxide/bin |
662 | 2024-03-20T19:13:08.739Z | + BINARY=xcvradm |
663 | 2024-03-20T19:13:08.739Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
664 | 2024-03-20T19:13:08.739Z | + REPO=oxidecomputer/transceiver-control |
665 | 2024-03-20T19:13:08.739Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
666 | 2024-03-20T19:13:08.739Z | + main |
667 | 2024-03-20T19:13:08.739Z | + [[ 0 != 0 ]] |
668 | 2024-03-20T19:13:08.739Z | + CIDL_OS=solaris2.11 |
669 | 2024-03-20T19:13:08.739Z | + [[ 0 != 0 ]] |
670 | 2024-03-20T19:13:08.739Z | + configure_os solaris2.11 |
671 | 2024-03-20T19:13:08.739Z | + echo 'current directory: /work/oxidecomputer/omicron' |
672 | 2024-03-20T19:13:08.739Z | current directory: /work/oxidecomputer/omicron |
673 | 2024-03-20T19:13:08.739Z | + echo 'configuring based on OS: "solaris2.11"' |
674 | 2024-03-20T19:13:08.739Z | + case "$1" in |
675 | 2024-03-20T19:13:08.739Z | configuring based on OS: "solaris2.11" |
676 | 2024-03-20T19:13:08.739Z | + SET_BINARIES= |
677 | 2024-03-20T19:13:08.739Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
678 | 2024-03-20T19:13:08.739Z | + CIDL_SHA256FUNC=do_sha256sum |
679 | 2024-03-20T19:13:08.739Z | + ARCHIVE_FILENAME=xcvradm.gz |
680 | 2024-03-20T19:13:08.740Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2024-03-20T19:13:08.740Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
682 | 2024-03-20T19:13:08.740Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
683 | 2024-03-20T19:13:08.740Z | + echo 'Local file: out/downloads/xcvradm.gz' |
684 | 2024-03-20T19:13:08.740Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
685 | 2024-03-20T19:13:08.740Z | Local file: out/downloads/xcvradm.gz |
686 | 2024-03-20T19:13:08.740Z | + mkdir -p out/downloads |
687 | 2024-03-20T19:13:08.740Z | + mkdir -p ./out/transceiver-control |
688 | 2024-03-20T19:13:08.740Z | + fetch_and_verify |
689 | 2024-03-20T19:13:08.740Z | + local DO_DOWNLOAD=true |
690 | 2024-03-20T19:13:08.740Z | + [[ -f out/downloads/xcvradm.gz ]] |
691 | 2024-03-20T19:13:08.740Z | + '[' true == true ']' |
692 | 2024-03-20T19:13:08.740Z | + echo Downloading... |
693 | 2024-03-20T19:13:08.740Z | Downloading... |
694 | 2024-03-20T19:13:08.741Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
695 | 2024-03-20T19:13:08.741Z | + 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 |
696 | 2024-03-20T19:13:15.435Z | ++ do_sha256sum out/downloads/xcvradm.gz |
697 | 2024-03-20T19:13:15.461Z | ++ sha256sum |
698 | 2024-03-20T19:13:15.461Z | ++ awk '{print $1}' |
699 | 2024-03-20T19:13:15.461Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
700 | 2024-03-20T19:13:15.461Z | + [[ 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 ]] |
701 | 2024-03-20T19:13:15.461Z | + do_unpack out/downloads/xcvradm.gz |
702 | 2024-03-20T19:13:15.461Z | + mkdir -p out/downloads/root//opt/oxide/bin |
703 | 2024-03-20T19:13:15.461Z | + gzip -dc out/downloads/xcvradm.gz |
704 | 2024-03-20T19:13:15.607Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
705 | 2024-03-20T19:13:15.641Z | + do_assemble |
706 | 2024-03-20T19:13:15.642Z | + rm -r ./out/transceiver-control |
707 | 2024-03-20T19:13:15.642Z | + mkdir ./out/transceiver-control |
708 | 2024-03-20T19:13:15.642Z | + cp -r out/downloads/root ./out/transceiver-control/root |
709 | 2024-03-20T19:13:15.691Z | + set -o errexit |
710 | 2024-03-20T19:13:15.724Z | +++ dirname ./tools/ci_download_thundermuffin |
711 | 2024-03-20T19:13:15.724Z | ++ cd ./tools |
712 | 2024-03-20T19:13:15.724Z | ++ pwd |
713 | 2024-03-20T19:13:15.724Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
714 | 2024-03-20T19:13:15.724Z | ++ basename ./tools/ci_download_thundermuffin |
715 | 2024-03-20T19:13:15.724Z | + ARG0=ci_download_thundermuffin |
716 | 2024-03-20T19:13:15.724Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
717 | 2024-03-20T19:13:15.724Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
718 | 2024-03-20T19:13:15.724Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
719 | 2024-03-20T19:13:15.724Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
720 | 2024-03-20T19:13:15.725Z | + TARGET_DIR=out |
721 | 2024-03-20T19:13:15.725Z | + DOWNLOAD_DIR=out/downloads |
722 | 2024-03-20T19:13:15.725Z | + DEST_DIR=./out/thundermuffin |
723 | 2024-03-20T19:13:15.725Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
724 | 2024-03-20T19:13:15.725Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
725 | 2024-03-20T19:13:15.725Z | + REPO=oxidecomputer/thundermuffin |
726 | 2024-03-20T19:13:15.725Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
727 | 2024-03-20T19:13:15.725Z | + main |
728 | 2024-03-20T19:13:15.725Z | + rm -rf out/downloads/root |
729 | 2024-03-20T19:13:15.725Z | + [[ 0 != 0 ]] |
730 | 2024-03-20T19:13:15.725Z | + CIDL_OS=solaris2.11 |
731 | 2024-03-20T19:13:15.725Z | + [[ 0 != 0 ]] |
732 | 2024-03-20T19:13:15.726Z | + configure_os solaris2.11 |
733 | 2024-03-20T19:13:15.726Z | + echo 'current directory: /work/oxidecomputer/omicron' |
734 | 2024-03-20T19:13:15.726Z | current directory: /work/oxidecomputer/omicron |
735 | 2024-03-20T19:13:15.726Z | + echo 'configuring based on OS: "solaris2.11"' |
736 | 2024-03-20T19:13:15.726Z | + case "$1" in |
737 | 2024-03-20T19:13:15.726Z | configuring based on OS: "solaris2.11" |
738 | 2024-03-20T19:13:15.726Z | + SET_BINARIES= |
739 | 2024-03-20T19:13:15.726Z | + CIDL_SHA256FUNC=do_sha256sum |
740 | 2024-03-20T19:13:15.726Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
741 | 2024-03-20T19:13:15.726Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
742 | 2024-03-20T19:13:15.726Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
743 | 2024-03-20T19:13:15.726Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
744 | 2024-03-20T19:13:15.726Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
745 | 2024-03-20T19:13:15.727Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
746 | 2024-03-20T19:13:15.727Z | + mkdir -p out/downloads |
747 | 2024-03-20T19:13:15.727Z | Local file: out/downloads/thundermuffin.tar.gz |
748 | 2024-03-20T19:13:15.727Z | + mkdir -p ./out/thundermuffin |
749 | 2024-03-20T19:13:15.727Z | + fetch_and_verify |
750 | 2024-03-20T19:13:15.727Z | + local DO_DOWNLOAD=true |
751 | 2024-03-20T19:13:15.727Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
752 | 2024-03-20T19:13:15.727Z | + '[' true == true ']' |
753 | 2024-03-20T19:13:15.727Z | + echo Downloading... |
754 | 2024-03-20T19:13:15.727Z | Downloading... |
755 | 2024-03-20T19:13:15.727Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
756 | 2024-03-20T19:13:15.727Z | + 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 |
757 | 2024-03-20T19:13:17.041Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
758 | 2024-03-20T19:13:17.072Z | ++ sha256sum |
759 | 2024-03-20T19:13:17.073Z | ++ awk '{print $1}' |
760 | 2024-03-20T19:13:17.073Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
761 | 2024-03-20T19:13:17.073Z | + [[ 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 ]] |
762 | 2024-03-20T19:13:17.073Z | + do_untar out/downloads/thundermuffin.tar.gz |
763 | 2024-03-20T19:13:17.073Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
764 | 2024-03-20T19:13:17.138Z | + do_assemble |
765 | 2024-03-20T19:13:17.138Z | + rm -r ./out/thundermuffin |
766 | 2024-03-20T19:13:17.163Z | + mkdir ./out/thundermuffin |
767 | 2024-03-20T19:13:17.163Z | + cp -r out/downloads/root ./out/thundermuffin/root |
768 | 2024-03-20T19:13:17.189Z | All builder prerequisites installed successfully, and PATH looks valid |
769 | 2024-03-20T19:13:17.190Z | + banner commtest |
770 | 2024-03-20T19:13:17.190Z | |
771 | 2024-03-20T19:13:17.190Z | #### #### # # # # ##### ###### #### ##### |
772 | 2024-03-20T19:13:17.190Z | # # # # ## ## ## ## # # # # |
773 | 2024-03-20T19:13:17.190Z | # # # # ## # # ## # # ##### #### # |
774 | 2024-03-20T19:13:17.190Z | # # # # # # # # # # # |
775 | 2024-03-20T19:13:17.190Z | # # # # # # # # # # # # # |
776 | 2024-03-20T19:13:17.190Z | #### #### # # # # # ###### #### # |
777 | 2024-03-20T19:13:17.190Z | |
778 | 2024-03-20T19:13:17.190Z | + cargo build -p end-to-end-tests --bin commtest --bin dhcp-server --release |
779 | 2024-03-20T19:13:17.190Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
780 | 2024-03-20T19:13:17.713Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
781 | 2024-03-20T19:13:17.713Z | info: downloading component 'cargo' |
782 | 2024-03-20T19:13:17.770Z | info: downloading component 'clippy' |
783 | 2024-03-20T19:13:17.770Z | info: downloading component 'rust-docs' |
784 | 2024-03-20T19:13:17.911Z | info: downloading component 'rust-std' |
785 | 2024-03-20T19:13:18.327Z | info: downloading component 'rustc' |
786 | 2024-03-20T19:13:19.173Z | info: downloading component 'rustfmt' |
787 | 2024-03-20T19:13:19.238Z | info: installing component 'cargo' |
788 | 2024-03-20T19:13:20.219Z | info: installing component 'clippy' |
789 | 2024-03-20T19:13:20.580Z | info: installing component 'rust-docs' |
790 | 2024-03-20T19:13:22.953Z | info: installing component 'rust-std' |
791 | 2024-03-20T19:13:25.194Z | info: installing component 'rustc' |
792 | 2024-03-20T19:13:29.719Z | info: installing component 'rustfmt' |
793 | 2024-03-20T19:13:30.446Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
794 | 2024-03-20T19:13:31.090Z | Updating git repository `https://github.com/oxidecomputer/samael` |
795 | 2024-03-20T19:13:31.632Z | Updating git repository `https://github.com/oxidecomputer/zone` |
796 | 2024-03-20T19:13:32.123Z | Updating crates.io index |
797 | 2024-03-20T19:13:32.149Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
798 | 2024-03-20T19:13:33.055Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
799 | 2024-03-20T19:13:34.500Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
800 | 2024-03-20T19:13:36.194Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
801 | 2024-03-20T19:13:37.838Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
802 | 2024-03-20T19:13:38.324Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
803 | 2024-03-20T19:13:39.673Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
804 | 2024-03-20T19:13:41.970Z | Updating git repository `https://github.com/oxidecomputer/opte` |
805 | 2024-03-20T19:13:43.278Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
806 | 2024-03-20T19:13:43.775Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
807 | 2024-03-20T19:13:44.511Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
808 | 2024-03-20T19:13:45.014Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
809 | 2024-03-20T19:13:45.543Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
810 | 2024-03-20T19:13:46.126Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
811 | 2024-03-20T19:13:46.653Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
812 | 2024-03-20T19:13:47.209Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
813 | 2024-03-20T19:13:47.698Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
814 | 2024-03-20T19:13:48.206Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
815 | 2024-03-20T19:13:48.780Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
816 | 2024-03-20T19:13:49.482Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
817 | 2024-03-20T19:13:49.960Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
818 | 2024-03-20T19:13:50.534Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
819 | 2024-03-20T19:13:51.073Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
820 | 2024-03-20T19:13:57.718Z | Updating git repository `https://github.com/jgallagher/nix` |
821 | 2024-03-20T19:13:58.168Z | Updating git repository `https://github.com/cbiffle/hubpack` |
822 | 2024-03-20T19:13:58.168Z | Updating git repository `https://github.com/oxidecomputer/typify` |
823 | 2024-03-20T19:13:58.235Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
824 | 2024-03-20T19:13:58.235Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
825 | 2024-03-20T19:13:58.235Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
826 | 2024-03-20T19:13:58.235Z | Downloading crates ... |
827 | 2024-03-20T19:13:58.235Z | Downloaded async-stream-impl v0.3.5 |
828 | 2024-03-20T19:13:58.235Z | Downloaded adler v1.0.2 |
829 | 2024-03-20T19:13:58.236Z | Downloaded ahash v0.8.8 |
830 | 2024-03-20T19:13:58.236Z | Downloaded instant v0.1.12 |
831 | 2024-03-20T19:13:58.236Z | Downloaded convert_case v0.4.0 |
832 | 2024-03-20T19:13:58.236Z | Downloaded derive-where v1.2.7 |
833 | 2024-03-20T19:13:58.236Z | Downloaded md5 v0.7.0 |
834 | 2024-03-20T19:13:58.236Z | Downloaded num-conv v0.1.0 |
835 | 2024-03-20T19:13:58.236Z | Downloaded managed v0.8.0 |
836 | 2024-03-20T19:13:58.236Z | Downloaded mime v0.3.17 |
837 | 2024-03-20T19:13:58.237Z | Downloaded try-lock v0.2.4 |
838 | 2024-03-20T19:13:58.237Z | Downloaded fxhash v0.2.1 |
839 | 2024-03-20T19:13:58.237Z | Downloaded futures-sink v0.3.30 |
840 | 2024-03-20T19:13:58.237Z | Downloaded generic-array v0.14.7 |
841 | 2024-03-20T19:13:58.237Z | Downloaded normalize-line-endings v0.3.0 |
842 | 2024-03-20T19:13:58.237Z | Downloaded futures-channel v0.3.30 |
843 | 2024-03-20T19:13:58.237Z | Downloaded rand_core v0.6.4 |
844 | 2024-03-20T19:13:58.238Z | Downloaded serde_urlencoded v0.7.1 |
845 | 2024-03-20T19:13:58.238Z | Downloaded usdt-macro v0.5.0 |
846 | 2024-03-20T19:13:58.238Z | Downloaded precomputed-hash v0.1.1 |
847 | 2024-03-20T19:13:58.238Z | Downloaded vec_map v0.8.2 |
848 | 2024-03-20T19:13:58.238Z | Downloaded ppv-lite86 v0.2.17 |
849 | 2024-03-20T19:13:58.238Z | Downloaded want v0.3.1 |
850 | 2024-03-20T19:13:58.238Z | Downloaded foreign-types-shared v0.3.1 |
851 | 2024-03-20T19:13:58.238Z | Downloaded ident_case v1.0.1 |
852 | 2024-03-20T19:13:58.238Z | Downloaded pretty-hex v0.4.1 |
853 | 2024-03-20T19:13:58.238Z | Downloaded take_mut v0.2.2 |
854 | 2024-03-20T19:13:58.238Z | Downloaded scopeguard v1.2.0 |
855 | 2024-03-20T19:13:58.238Z | Downloaded phf v0.11.2 |
856 | 2024-03-20T19:13:58.238Z | Downloaded either v1.10.0 |
857 | 2024-03-20T19:13:58.239Z | Downloaded sct v0.7.0 |
858 | 2024-03-20T19:13:58.239Z | Downloaded ecdsa v0.16.9 |
859 | 2024-03-20T19:13:58.239Z | Downloaded headers-core v0.2.0 |
860 | 2024-03-20T19:13:58.239Z | Downloaded strum_macros v0.26.1 |
861 | 2024-03-20T19:13:58.239Z | Downloaded serde_with v3.6.1 |
862 | 2024-03-20T19:13:58.239Z | Downloaded heck v0.4.1 |
863 | 2024-03-20T19:13:58.239Z | Downloaded tar v0.4.40 |
864 | 2024-03-20T19:13:58.239Z | Downloaded subprocess v0.2.9 |
865 | 2024-03-20T19:13:58.239Z | Downloaded foreign-types v0.3.2 |
866 | 2024-03-20T19:13:58.239Z | Downloaded http-range v0.1.5 |
867 | 2024-03-20T19:13:58.239Z | Downloaded native-tls v0.2.11 |
868 | 2024-03-20T19:13:58.239Z | Downloaded hostname v0.3.1 |
869 | 2024-03-20T19:13:58.239Z | Downloaded version_check v0.9.4 |
870 | 2024-03-20T19:13:58.239Z | Downloaded parse-display v0.9.0 |
871 | 2024-03-20T19:13:58.239Z | Downloaded pem-rfc7468 v0.7.0 |
872 | 2024-03-20T19:13:58.239Z | Downloaded pest_derive v2.7.6 |
873 | 2024-03-20T19:13:58.239Z | Downloaded heck v0.3.3 |
874 | 2024-03-20T19:13:58.239Z | Downloaded multer v3.0.0 |
875 | 2024-03-20T19:13:58.240Z | Downloaded russh-cryptovec v0.7.0 |
876 | 2024-03-20T19:13:58.240Z | Downloaded spin v0.5.2 |
877 | 2024-03-20T19:13:58.240Z | Downloaded home v0.5.5 |
878 | 2024-03-20T19:13:58.240Z | Downloaded hex-literal v0.4.1 |
879 | 2024-03-20T19:13:58.240Z | Downloaded parking_lot_core v0.9.8 |
880 | 2024-03-20T19:13:58.240Z | Downloaded spki v0.7.2 |
881 | 2024-03-20T19:13:58.240Z | Downloaded difflib v0.4.0 |
882 | 2024-03-20T19:13:58.240Z | Downloaded diesel_table_macro_syntax v0.1.0 |
883 | 2024-03-20T19:13:58.240Z | Downloaded time v0.3.34 |
884 | 2024-03-20T19:13:58.240Z | Downloaded hash32 v0.3.1 |
885 | 2024-03-20T19:13:58.240Z | Downloaded fnv v1.0.7 |
886 | 2024-03-20T19:13:58.240Z | Downloaded structmeta-derive v0.3.0 |
887 | 2024-03-20T19:13:58.240Z | Downloaded miniz_oxide v0.7.1 |
888 | 2024-03-20T19:13:58.240Z | Downloaded spin v0.9.8 |
889 | 2024-03-20T19:13:58.240Z | Downloaded rustc_version v0.1.7 |
890 | 2024-03-20T19:13:58.240Z | Downloaded predicates v3.1.0 |
891 | 2024-03-20T19:13:58.240Z | Downloaded pkcs8 v0.10.2 |
892 | 2024-03-20T19:13:58.240Z | Downloaded rustfmt-wrapper v0.2.0 |
893 | 2024-03-20T19:13:58.240Z | Downloaded rustc_version v0.4.0 |
894 | 2024-03-20T19:13:58.240Z | Downloaded rayon v1.9.0 |
895 | 2024-03-20T19:13:58.240Z | Downloaded psl-types v2.0.11 |
896 | 2024-03-20T19:13:58.240Z | Downloaded hubpack v0.1.2 |
897 | 2024-03-20T19:13:58.240Z | Downloaded hubpack_derive v0.1.1 |
898 | 2024-03-20T19:13:58.240Z | Downloaded xattr v1.0.1 |
899 | 2024-03-20T19:13:58.240Z | Downloaded rfc6979 v0.4.0 |
900 | 2024-03-20T19:13:58.241Z | Downloaded siphasher v0.3.11 |
901 | 2024-03-20T19:13:58.241Z | Downloaded getrandom v0.2.12 |
902 | 2024-03-20T19:13:58.241Z | Downloaded ed25519-dalek v2.0.0 |
903 | 2024-03-20T19:13:58.241Z | Downloaded hmac v0.12.1 |
904 | 2024-03-20T19:13:58.241Z | Downloaded rustls-pemfile v1.0.3 |
905 | 2024-03-20T19:13:58.241Z | Downloaded fastrand v2.0.1 |
906 | 2024-03-20T19:13:58.241Z | Downloaded num-traits v0.2.18 |
907 | 2024-03-20T19:13:58.241Z | Downloaded structopt-derive v0.4.18 |
908 | 2024-03-20T19:13:58.241Z | Downloaded russh-keys v0.42.0 |
909 | 2024-03-20T19:13:58.241Z | Downloaded textwrap v0.11.0 |
910 | 2024-03-20T19:13:58.241Z | Downloaded equivalent v1.0.1 |
911 | 2024-03-20T19:13:58.241Z | Downloaded dtrace-parser v0.2.0 |
912 | 2024-03-20T19:13:58.241Z | Downloaded parking_lot v0.12.1 |
913 | 2024-03-20T19:13:58.241Z | Downloaded httpdate v1.0.3 |
914 | 2024-03-20T19:13:58.241Z | Downloaded float-cmp v0.9.0 |
915 | 2024-03-20T19:13:58.241Z | Downloaded socket2 v0.4.9 |
916 | 2024-03-20T19:13:58.241Z | Downloaded num-complex v0.4.4 |
917 | 2024-03-20T19:13:58.241Z | Downloaded humantime v2.1.0 |
918 | 2024-03-20T19:13:58.241Z | Downloaded flagset v0.4.3 |
919 | 2024-03-20T19:13:58.241Z | Downloaded dtrace-parser v0.1.14 |
920 | 2024-03-20T19:13:58.241Z | Downloaded fixedbitset v0.4.2 |
921 | 2024-03-20T19:13:58.241Z | Downloaded vsss-rs v3.3.4 |
922 | 2024-03-20T19:13:58.242Z | Downloaded rustls-pki-types v1.3.0 |
923 | 2024-03-20T19:13:58.272Z | Downloaded pest_meta v2.7.6 |
924 | 2024-03-20T19:13:58.272Z | Downloaded dirs-sys v0.4.1 |
925 | 2024-03-20T19:13:58.272Z | Downloaded dirs-next v2.0.0 |
926 | 2024-03-20T19:13:58.272Z | Downloaded headers v0.3.9 |
927 | 2024-03-20T19:13:58.272Z | Downloaded thiserror-impl-no-std v2.0.2 |
928 | 2024-03-20T19:13:58.272Z | Downloaded rustc-demangle v0.1.23 |
929 | 2024-03-20T19:13:58.272Z | Downloaded dof v0.1.5 |
930 | 2024-03-20T19:13:58.272Z | Downloaded display-error-chain v0.2.0 |
931 | 2024-03-20T19:13:58.272Z | Downloaded toml v0.7.8 |
932 | 2024-03-20T19:13:58.272Z | Downloaded slog-scope v4.4.0 |
933 | 2024-03-20T19:13:58.272Z | Downloaded fallible-iterator v0.2.0 |
934 | 2024-03-20T19:13:58.272Z | Downloaded same-file v1.0.6 |
935 | 2024-03-20T19:13:58.272Z | Downloaded dof v0.3.0 |
936 | 2024-03-20T19:13:58.272Z | Downloaded thiserror v1.0.57 |
937 | 2024-03-20T19:13:58.272Z | Downloaded slog-dtrace v0.3.0 |
938 | 2024-03-20T19:13:58.272Z | Downloaded term v0.7.0 |
939 | 2024-03-20T19:13:58.272Z | Downloaded thread_local v1.1.7 |
940 | 2024-03-20T19:13:58.273Z | Downloaded thread-id v4.2.0 |
941 | 2024-03-20T19:13:58.273Z | Downloaded rustversion v1.0.14 |
942 | 2024-03-20T19:13:58.273Z | Downloaded tokio-native-tls v0.3.1 |
943 | 2024-03-20T19:13:58.273Z | Downloaded scheduled-thread-pool v0.2.7 |
944 | 2024-03-20T19:13:58.273Z | Downloaded thiserror-no-std v2.0.2 |
945 | 2024-03-20T19:13:58.273Z | Downloaded hyper-staticfile v0.9.5 |
946 | 2024-03-20T19:13:58.273Z | Downloaded radix_trie v0.2.1 |
947 | 2024-03-20T19:13:58.273Z | Downloaded tokio-tungstenite v0.20.1 |
948 | 2024-03-20T19:13:58.273Z | Downloaded smallvec v1.13.1 |
949 | 2024-03-20T19:13:58.273Z | Downloaded resolv-conf v0.7.0 |
950 | 2024-03-20T19:13:58.273Z | Downloaded heapless v0.8.0 |
951 | 2024-03-20T19:13:58.273Z | Downloaded slog-bunyan v2.5.0 |
952 | 2024-03-20T19:13:58.273Z | Downloaded memchr v2.7.1 |
953 | 2024-03-20T19:13:58.273Z | Downloaded half v2.3.1 |
954 | 2024-03-20T19:13:58.273Z | Downloaded toml v0.5.11 |
955 | 2024-03-20T19:13:58.273Z | Downloaded h2 v0.3.24 |
956 | 2024-03-20T19:13:58.273Z | Downloaded proc-macro2 v1.0.78 |
957 | 2024-03-20T19:13:58.273Z | Downloaded ryu v1.0.15 |
958 | 2024-03-20T19:13:58.273Z | Downloaded mio v0.8.11 |
959 | 2024-03-20T19:13:58.273Z | Downloaded schemars v0.8.16 |
960 | 2024-03-20T19:13:58.274Z | Downloaded flate2 v1.0.28 |
961 | 2024-03-20T19:13:58.274Z | Downloaded hashbrown v0.12.3 |
962 | 2024-03-20T19:13:58.274Z | Downloaded trust-dns-proto v0.22.0 |
963 | 2024-03-20T19:13:58.274Z | Downloaded serde_json v1.0.114 |
964 | 2024-03-20T19:13:58.274Z | Downloaded reqwest v0.11.24 |
965 | 2024-03-20T19:13:58.274Z | Downloaded tokio-postgres v0.7.10 |
966 | 2024-03-20T19:13:58.274Z | Downloaded http v1.0.0 |
967 | 2024-03-20T19:13:58.274Z | Downloaded bstr v1.9.0 |
968 | 2024-03-20T19:13:58.274Z | Downloaded vcpkg v0.2.15 |
969 | 2024-03-20T19:13:58.274Z | Downloaded regex-automata v0.1.10 |
970 | 2024-03-20T19:13:58.274Z | Downloaded tokio-util v0.7.10 |
971 | 2024-03-20T19:13:58.274Z | Downloaded hkdf v0.12.4 |
972 | 2024-03-20T19:13:58.274Z | Downloaded rustls v0.21.9 |
973 | 2024-03-20T19:13:58.274Z | Downloaded webpki-roots v0.25.2 |
974 | 2024-03-20T19:13:58.274Z | Downloaded idna v0.5.0 |
975 | 2024-03-20T19:13:58.274Z | Downloaded syn v1.0.109 |
976 | 2024-03-20T19:13:58.274Z | Downloaded rustls-webpki v0.102.1 |
977 | 2024-03-20T19:13:58.317Z | Downloaded hyper v0.14.28 |
978 | 2024-03-20T19:13:58.317Z | Downloaded idna v0.3.0 |
979 | 2024-03-20T19:13:58.317Z | Downloaded smoltcp v0.9.1 |
980 | 2024-03-20T19:13:58.348Z | Downloaded zerocopy-derive v0.6.4 |
981 | 2024-03-20T19:13:58.348Z | Downloaded rustls v0.22.2 |
982 | 2024-03-20T19:13:58.348Z | Downloaded regress v0.9.0 |
983 | 2024-03-20T19:13:58.348Z | Downloaded regex-syntax v0.8.2 |
984 | 2024-03-20T19:13:58.799Z | Downloaded rustix v0.38.31 |
985 | 2024-03-20T19:13:58.799Z | Downloaded regex-automata v0.4.5 |
986 | 2024-03-20T19:13:58.831Z | Downloaded sha3 v0.10.8 |
987 | 2024-03-20T19:13:58.831Z | Downloaded tokio v1.36.0 |
988 | 2024-03-20T19:13:58.831Z | Downloaded winapi v0.3.9 |
989 | 2024-03-20T19:13:58.831Z | Downloaded encoding_rs v0.8.33 |
990 | 2024-03-20T19:13:58.831Z | Downloaded smoltcp v0.11.0 |
991 | 2024-03-20T19:13:58.831Z | Downloaded zerocopy-derive v0.2.0 |
992 | 2024-03-20T19:13:58.831Z | Downloaded rustls-webpki v0.101.7 |
993 | 2024-03-20T19:13:58.831Z | Downloaded syn v2.0.52 |
994 | 2024-03-20T19:13:58.832Z | Downloaded idna v0.2.3 |
995 | 2024-03-20T19:13:58.832Z | Downloaded hashbrown v0.14.3 |
996 | 2024-03-20T19:13:58.832Z | Downloaded sled v0.34.7 |
997 | 2024-03-20T19:13:58.832Z | Downloaded regex v1.10.3 |
998 | 2024-03-20T19:13:58.832Z | Downloaded ring v0.17.8 |
999 | 2024-03-20T19:13:58.832Z | Downloaded ring v0.16.20 |
1000 | 2024-03-20T19:13:58.887Z | Downloaded gimli v0.28.0 |
1001 | 2024-03-20T19:13:58.887Z | Downloaded diesel v2.1.4 |
1002 | 2024-03-20T19:13:58.919Z | Downloaded openapiv3 v2.0.0 |
1003 | 2024-03-20T19:13:58.920Z | Downloaded libc v0.2.153 |
1004 | 2024-03-20T19:13:58.920Z | Downloaded openssl v0.10.60 |
1005 | 2024-03-20T19:13:58.945Z | Downloaded object v0.32.1 |
1006 | 2024-03-20T19:13:58.946Z | Downloaded goblin v0.8.0 |
1007 | 2024-03-20T19:13:58.946Z | Downloaded petgraph v0.6.4 |
1008 | 2024-03-20T19:13:58.984Z | Downloaded http v0.2.12 |
1009 | 2024-03-20T19:13:58.985Z | Downloaded p521 v0.13.3 |
1010 | 2024-03-20T19:13:58.985Z | Downloaded russh v0.42.0 |
1011 | 2024-03-20T19:13:58.985Z | Downloaded pest v2.7.6 |
1012 | 2024-03-20T19:13:59.016Z | Downloaded nom v7.1.3 |
1013 | 2024-03-20T19:13:59.016Z | Downloaded num-bigint v0.4.4 |
1014 | 2024-03-20T19:13:59.016Z | Downloaded itertools v0.12.1 |
1015 | 2024-03-20T19:13:59.016Z | Downloaded itertools v0.10.5 |
1016 | 2024-03-20T19:13:59.016Z | Downloaded winnow v0.5.15 |
1017 | 2024-03-20T19:13:59.016Z | Downloaded libm v0.2.7 |
1018 | 2024-03-20T19:13:59.052Z | Downloaded slog v2.7.0 |
1019 | 2024-03-20T19:13:59.053Z | Downloaded tokio-stream v0.1.14 |
1020 | 2024-03-20T19:13:59.053Z | Downloaded toml v0.8.10 |
1021 | 2024-03-20T19:13:59.053Z | Downloaded heapless v0.7.16 |
1022 | 2024-03-20T19:13:59.053Z | Downloaded rcgen v0.12.1 |
1023 | 2024-03-20T19:13:59.053Z | Downloaded rayon-core v1.12.1 |
1024 | 2024-03-20T19:13:59.098Z | Downloaded diesel_derives v2.1.2 |
1025 | 2024-03-20T19:13:59.098Z | Downloaded zip v0.6.6 |
1026 | 2024-03-20T19:13:59.098Z | Downloaded tokio-rustls v0.25.0 |
1027 | 2024-03-20T19:13:59.098Z | Downloaded tokio-rustls v0.24.1 |
1028 | 2024-03-20T19:13:59.098Z | Downloaded flume v0.11.0 |
1029 | 2024-03-20T19:13:59.098Z | Downloaded p256 v0.13.2 |
1030 | 2024-03-20T19:13:59.098Z | Downloaded openssl-sys v0.9.96 |
1031 | 2024-03-20T19:13:59.145Z | Downloaded minimal-lexical v0.2.1 |
1032 | 2024-03-20T19:13:59.145Z | Downloaded tempfile v3.10.0 |
1033 | 2024-03-20T19:13:59.145Z | Downloaded winnow v0.6.1 |
1034 | 2024-03-20T19:13:59.145Z | Downloaded pin-project-lite v0.2.13 |
1035 | 2024-03-20T19:13:59.146Z | Downloaded slog-stdlog v4.1.1 |
1036 | 2024-03-20T19:13:59.146Z | Downloaded slog-async v2.8.0 |
1037 | 2024-03-20T19:13:59.146Z | Downloaded filetime v0.2.23 |
1038 | 2024-03-20T19:13:59.146Z | Downloaded ff v0.13.0 |
1039 | 2024-03-20T19:13:59.146Z | Downloaded errno v0.3.8 |
1040 | 2024-03-20T19:13:59.146Z | Downloaded hyper-rustls v0.24.2 |
1041 | 2024-03-20T19:13:59.146Z | Downloaded httparse v1.8.0 |
1042 | 2024-03-20T19:13:59.203Z | Downloaded structopt v0.3.26 |
1043 | 2024-03-20T19:13:59.203Z | Downloaded proc-macro-error-attr v1.0.4 |
1044 | 2024-03-20T19:13:59.203Z | Downloaded slog-json v2.6.1 |
1045 | 2024-03-20T19:13:59.203Z | Downloaded serde_repr v0.1.16 |
1046 | 2024-03-20T19:13:59.204Z | Downloaded serde_path_to_error v0.1.16 |
1047 | 2024-03-20T19:13:59.204Z | Downloaded dyn-clone v1.0.17 |
1048 | 2024-03-20T19:13:59.204Z | Downloaded dirs-sys-next v0.1.2 |
1049 | 2024-03-20T19:13:59.204Z | Downloaded hyper-tls v0.5.0 |
1050 | 2024-03-20T19:13:59.204Z | Downloaded enum-as-inner v0.5.1 |
1051 | 2024-03-20T19:13:59.205Z | Downloaded dhcproto v0.11.0 |
1052 | 2024-03-20T19:13:59.205Z | Downloaded dirs v5.0.1 |
1053 | 2024-03-20T19:13:59.205Z | Downloaded digest v0.10.7 |
1054 | 2024-03-20T19:13:59.205Z | Downloaded rustls-pemfile v2.1.1 |
1055 | 2024-03-20T19:13:59.205Z | Downloaded yasna v0.5.2 |
1056 | 2024-03-20T19:13:59.206Z | Downloaded omicron-zone-package v0.11.0 |
1057 | 2024-03-20T19:13:59.206Z | Downloaded terminal_size v0.3.0 |
1058 | 2024-03-20T19:13:59.206Z | Downloaded http-body v0.4.5 |
1059 | 2024-03-20T19:13:59.207Z | Downloaded embedded-io v0.4.0 |
1060 | 2024-03-20T19:13:59.207Z | Downloaded sec1 v0.7.3 |
1061 | 2024-03-20T19:13:59.207Z | Downloaded hash32 v0.2.1 |
1062 | 2024-03-20T19:13:59.239Z | Downloaded endian-type v0.1.2 |
1063 | 2024-03-20T19:13:59.240Z | Downloaded getrandom v0.1.16 |
1064 | 2024-03-20T19:13:59.240Z | Downloaded tokio-macros v2.2.0 |
1065 | 2024-03-20T19:13:59.240Z | Downloaded thiserror-impl v1.0.57 |
1066 | 2024-03-20T19:13:59.240Z | Downloaded bstr v0.2.17 |
1067 | 2024-03-20T19:13:59.241Z | Downloaded password-hash v0.4.2 |
1068 | 2024-03-20T19:13:59.270Z | Downloaded parking_lot v0.11.2 |
1069 | 2024-03-20T19:13:59.270Z | Downloaded num-iter v0.1.44 |
1070 | 2024-03-20T19:13:59.270Z | Downloaded smf v0.2.2 |
1071 | 2024-03-20T19:13:59.271Z | Downloaded owo-colors v4.0.0 |
1072 | 2024-03-20T19:13:59.271Z | Downloaded parse-display-derive v0.9.0 |
1073 | 2024-03-20T19:13:59.271Z | Downloaded num v0.4.1 |
1074 | 2024-03-20T19:13:59.271Z | Downloaded parking_lot_core v0.8.6 |
1075 | 2024-03-20T19:13:59.271Z | Downloaded once_cell v1.19.0 |
1076 | 2024-03-20T19:13:59.271Z | Downloaded hex v0.4.3 |
1077 | 2024-03-20T19:13:59.272Z | Downloaded elliptic-curve v0.13.8 |
1078 | 2024-03-20T19:13:59.272Z | Downloaded slab v0.4.9 |
1079 | 2024-03-20T19:13:59.272Z | Downloaded pest_generator v2.7.6 |
1080 | 2024-03-20T19:13:59.272Z | Downloaded password-hash v0.5.0 |
1081 | 2024-03-20T19:13:59.272Z | Downloaded num-rational v0.4.1 |
1082 | 2024-03-20T19:13:59.272Z | Downloaded unicode-normalization v0.1.22 |
1083 | 2024-03-20T19:13:59.272Z | Downloaded toml_edit v0.19.15 |
1084 | 2024-03-20T19:13:59.342Z | Downloaded time-core v0.1.2 |
1085 | 2024-03-20T19:13:59.342Z | Downloaded glob v0.3.1 |
1086 | 2024-03-20T19:13:59.342Z | Downloaded ghash v0.5.0 |
1087 | 2024-03-20T19:13:59.342Z | Downloaded getopts v0.2.21 |
1088 | 2024-03-20T19:13:59.342Z | Downloaded gethostname v0.4.3 |
1089 | 2024-03-20T19:13:59.342Z | Downloaded dhcproto-macros v0.1.0 |
1090 | 2024-03-20T19:13:59.342Z | Downloaded zeroize_derive v1.4.2 |
1091 | 2024-03-20T19:13:59.342Z | Downloaded structmeta v0.3.0 |
1092 | 2024-03-20T19:13:59.342Z | Downloaded plain v0.2.3 |
1093 | 2024-03-20T19:13:59.343Z | Downloaded pem v3.0.2 |
1094 | 2024-03-20T19:13:59.343Z | Downloaded log v0.4.21 |
1095 | 2024-03-20T19:13:59.343Z | Downloaded lock_api v0.4.10 |
1096 | 2024-03-20T19:13:59.343Z | Downloaded serde v1.0.197 |
1097 | 2024-03-20T19:13:59.816Z | Downloaded predicates-core v1.0.6 |
1098 | 2024-03-20T19:13:59.816Z | Downloaded futures-util v0.3.30 |
1099 | 2024-03-20T19:13:59.816Z | Downloaded zerocopy v0.7.32 |
1100 | 2024-03-20T19:13:59.857Z | Downloaded chrono v0.4.34 |
1101 | 2024-03-20T19:13:59.857Z | Downloaded ed25519 v2.2.2 |
1102 | 2024-03-20T19:13:59.857Z | Downloaded sync_wrapper v0.1.2 |
1103 | 2024-03-20T19:13:59.857Z | Downloaded subtle v2.5.0 |
1104 | 2024-03-20T19:13:59.857Z | Downloaded strum_macros v0.25.2 |
1105 | 2024-03-20T19:13:59.857Z | Downloaded scroll v0.12.0 |
1106 | 2024-03-20T19:13:59.857Z | Downloaded schemars_derive v0.8.16 |
1107 | 2024-03-20T19:13:59.858Z | Downloaded proc-macro-error v1.0.4 |
1108 | 2024-03-20T19:13:59.858Z | Downloaded iana-time-zone v0.1.57 |
1109 | 2024-03-20T19:13:59.858Z | Downloaded unicode-segmentation v1.10.1 |
1110 | 2024-03-20T19:13:59.858Z | Downloaded pkg-config v0.3.27 |
1111 | 2024-03-20T19:13:59.858Z | Downloaded percent-encoding v2.3.1 |
1112 | 2024-03-20T19:13:59.858Z | Downloaded pbkdf2 v0.12.2 |
1113 | 2024-03-20T19:13:59.858Z | Downloaded num_enum_derive v0.7.2 |
1114 | 2024-03-20T19:13:59.858Z | Downloaded clap v2.34.0 |
1115 | 2024-03-20T19:13:59.858Z | Downloaded proc-macro-crate v1.3.1 |
1116 | 2024-03-20T19:13:59.858Z | Downloaded primeorder v0.13.6 |
1117 | 2024-03-20T19:13:59.859Z | Downloaded ucd-trie v0.1.6 |
1118 | 2024-03-20T19:13:59.859Z | Downloaded typenum v1.16.0 |
1119 | 2024-03-20T19:13:59.859Z | Downloaded semver v1.0.22 |
1120 | 2024-03-20T19:13:59.859Z | Downloaded indexmap v2.2.5 |
1121 | 2024-03-20T19:13:59.859Z | Downloaded url v2.5.0 |
1122 | 2024-03-20T19:13:59.859Z | Downloaded paste v1.0.14 |
1123 | 2024-03-20T19:13:59.859Z | Downloaded num-integer v0.1.46 |
1124 | 2024-03-20T19:13:59.859Z | Downloaded swrite v0.1.0 |
1125 | 2024-03-20T19:13:59.859Z | Downloaded strum v0.26.1 |
1126 | 2024-03-20T19:13:59.859Z | Downloaded scroll_derive v0.12.0 |
1127 | 2024-03-20T19:13:59.859Z | Downloaded walkdir v2.4.0 |
1128 | 2024-03-20T19:13:59.859Z | Downloaded postcard v1.0.8 |
1129 | 2024-03-20T19:13:59.860Z | Downloaded indexmap v1.9.3 |
1130 | 2024-03-20T19:13:59.860Z | Downloaded rand v0.7.3 |
1131 | 2024-03-20T19:13:59.860Z | Downloaded pin-utils v0.1.0 |
1132 | 2024-03-20T19:13:59.860Z | Downloaded phf_shared v0.11.2 |
1133 | 2024-03-20T19:13:59.860Z | Downloaded pbkdf2 v0.11.0 |
1134 | 2024-03-20T19:13:59.860Z | Downloaded num-derive v0.4.0 |
1135 | 2024-03-20T19:13:59.860Z | Downloaded pretty-hex v0.2.1 |
1136 | 2024-03-20T19:13:59.861Z | Downloaded group v0.13.0 |
1137 | 2024-03-20T19:13:59.861Z | Downloaded form_urlencoded v1.2.1 |
1138 | 2024-03-20T19:13:59.861Z | Downloaded serde_derive v1.0.197 |
1139 | 2024-03-20T19:13:59.861Z | Downloaded unsafe-libyaml v0.2.10 |
1140 | 2024-03-20T19:13:59.861Z | Downloaded unicode-bidi v0.3.15 |
1141 | 2024-03-20T19:13:59.862Z | Downloaded similar v2.4.0 |
1142 | 2024-03-20T19:13:59.862Z | Downloaded nanorand v0.7.0 |
1143 | 2024-03-20T19:13:59.862Z | Downloaded clap_builder v4.5.1 |
1144 | 2024-03-20T19:13:59.862Z | Downloaded whoami v1.5.0 |
1145 | 2024-03-20T19:13:59.862Z | Downloaded unicase v2.7.0 |
1146 | 2024-03-20T19:13:59.862Z | Downloaded toml_datetime v0.6.5 |
1147 | 2024-03-20T19:13:59.862Z | Downloaded serde_derive_internals v0.26.0 |
1148 | 2024-03-20T19:13:59.862Z | Downloaded semver v0.1.20 |
1149 | 2024-03-20T19:13:59.862Z | Downloaded foreign-types-shared v0.1.1 |
1150 | 2024-03-20T19:13:59.862Z | Downloaded foreign-types-macros v0.2.3 |
1151 | 2024-03-20T19:13:59.862Z | Downloaded foreign-types v0.5.0 |
1152 | 2024-03-20T19:13:59.862Z | Downloaded postgres-types v0.2.6 |
1153 | 2024-03-20T19:13:59.863Z | Downloaded postgres-protocol v0.6.6 |
1154 | 2024-03-20T19:13:59.863Z | Downloaded poly1305 v0.8.0 |
1155 | 2024-03-20T19:13:59.863Z | Downloaded platforms v3.0.2 |
1156 | 2024-03-20T19:13:59.863Z | Downloaded unicode-ident v1.0.12 |
1157 | 2024-03-20T19:13:59.863Z | Downloaded num_enum v0.7.2 |
1158 | 2024-03-20T19:13:59.863Z | Downloaded num_enum v0.5.11 |
1159 | 2024-03-20T19:13:59.863Z | Downloaded num_cpus v1.16.0 |
1160 | 2024-03-20T19:13:59.863Z | Downloaded nibble_vec v0.1.0 |
1161 | 2024-03-20T19:13:59.863Z | Downloaded newtype-uuid v1.0.1 |
1162 | 2024-03-20T19:13:59.863Z | Downloaded tabwriter v1.4.0 |
1163 | 2024-03-20T19:13:59.863Z | Downloaded synstructure v0.12.6 |
1164 | 2024-03-20T19:13:59.863Z | Downloaded semver-parser v0.10.2 |
1165 | 2024-03-20T19:13:59.863Z | Downloaded semver v0.11.0 |
1166 | 2024-03-20T19:13:59.863Z | Downloaded secrecy v0.8.0 |
1167 | 2024-03-20T19:13:59.864Z | Downloaded uuid v1.7.0 |
1168 | 2024-03-20T19:13:59.864Z | Downloaded uuid v0.8.2 |
1169 | 2024-03-20T19:13:59.864Z | Downloaded usdt-impl v0.5.0 |
1170 | 2024-03-20T19:13:59.864Z | Downloaded usdt v0.3.5 |
1171 | 2024-03-20T19:13:59.864Z | Downloaded untrusted v0.7.1 |
1172 | 2024-03-20T19:13:59.864Z | Downloaded serde_yaml v0.9.25 |
1173 | 2024-03-20T19:13:59.864Z | Downloaded rand v0.8.5 |
1174 | 2024-03-20T19:13:59.864Z | Downloaded trust-dns-server v0.22.1 |
1175 | 2024-03-20T19:13:59.864Z | Downloaded num_enum_derive v0.5.11 |
1176 | 2024-03-20T19:13:59.864Z | Downloaded memmap v0.7.0 |
1177 | 2024-03-20T19:13:59.864Z | Downloaded powerfmt v0.2.0 |
1178 | 2024-03-20T19:13:59.864Z | Downloaded polyval v0.6.1 |
1179 | 2024-03-20T19:13:59.864Z | Downloaded waitgroup v0.1.2 |
1180 | 2024-03-20T19:13:59.864Z | Downloaded signal-hook v0.3.17 |
1181 | 2024-03-20T19:13:59.864Z | Downloaded serde_with_macros v3.6.1 |
1182 | 2024-03-20T19:13:59.865Z | Downloaded utf8parse v0.2.1 |
1183 | 2024-03-20T19:13:59.865Z | Downloaded utf-8 v0.7.6 |
1184 | 2024-03-20T19:13:59.865Z | Downloaded usdt-macro v0.3.5 |
1185 | 2024-03-20T19:13:59.865Z | Downloaded usdt-impl v0.3.5 |
1186 | 2024-03-20T19:13:59.865Z | Downloaded usdt v0.5.0 |
1187 | 2024-03-20T19:13:59.865Z | Downloaded untrusted v0.9.0 |
1188 | 2024-03-20T19:13:59.865Z | Downloaded universal-hash v0.5.1 |
1189 | 2024-03-20T19:13:59.865Z | Downloaded unicode-xid v0.2.4 |
1190 | 2024-03-20T19:13:59.865Z | Downloaded unicode-width v0.1.11 |
1191 | 2024-03-20T19:13:59.865Z | Downloaded publicsuffix v2.2.3 |
1192 | 2024-03-20T19:13:59.865Z | Downloaded usdt-attr-macro v0.5.0 |
1193 | 2024-03-20T19:13:59.865Z | Downloaded usdt-attr-macro v0.3.5 |
1194 | 2024-03-20T19:13:59.865Z | Downloaded sha2 v0.10.8 |
1195 | 2024-03-20T19:13:59.865Z | Downloaded derive_more v0.99.17 |
1196 | 2024-03-20T19:13:59.865Z | Downloaded blake3 v1.5.0 |
1197 | 2024-03-20T19:13:59.866Z | Downloaded signature v2.1.0 |
1198 | 2024-03-20T19:13:59.866Z | Downloaded signal-hook-registry v1.4.1 |
1199 | 2024-03-20T19:13:59.866Z | Downloaded signal-hook-mio v0.2.3 |
1200 | 2024-03-20T19:13:59.905Z | Downloaded sha1 v0.10.6 |
1201 | 2024-03-20T19:13:59.905Z | Downloaded serde_tokenstream v0.2.0 |
1202 | 2024-03-20T19:13:59.905Z | Downloaded serde_tokenstream v0.1.7 |
1203 | 2024-03-20T19:13:59.905Z | Downloaded toml_edit v0.22.6 |
1204 | 2024-03-20T19:13:59.906Z | Downloaded memmap2 v0.7.1 |
1205 | 2024-03-20T19:13:59.906Z | Downloaded curve25519-dalek v4.1.1 |
1206 | 2024-03-20T19:13:59.906Z | Downloaded serde_spanned v0.6.5 |
1207 | 2024-03-20T19:13:59.906Z | Downloaded r2d2 v0.8.10 |
1208 | 2024-03-20T19:13:59.906Z | Downloaded trust-dns-resolver v0.22.0 |
1209 | 2024-03-20T19:13:59.906Z | Downloaded trust-dns-client v0.22.0 |
1210 | 2024-03-20T19:13:59.906Z | Downloaded tracing v0.1.40 |
1211 | 2024-03-20T19:13:59.906Z | Downloaded steno v0.4.0 |
1212 | 2024-03-20T19:13:59.906Z | Downloaded num_threads v0.1.6 |
1213 | 2024-03-20T19:13:59.906Z | Downloaded mime_guess v2.0.4 |
1214 | 2024-03-20T19:13:59.906Z | Downloaded rand_core v0.5.1 |
1215 | 2024-03-20T19:13:59.906Z | Downloaded rand_chacha v0.3.1 |
1216 | 2024-03-20T19:13:59.906Z | Downloaded rand_chacha v0.2.2 |
1217 | 2024-03-20T19:13:59.906Z | Downloaded quote v1.0.35 |
1218 | 2024-03-20T19:13:59.906Z | Downloaded quick-error v1.2.3 |
1219 | 2024-03-20T19:13:59.906Z | Downloaded futures v0.3.30 |
1220 | 2024-03-20T19:13:59.907Z | Downloaded zerocopy v0.6.4 |
1221 | 2024-03-20T19:13:59.907Z | Downloaded tungstenite v0.20.1 |
1222 | 2024-03-20T19:13:59.907Z | Downloaded tracing-core v0.1.32 |
1223 | 2024-03-20T19:13:59.907Z | Downloaded stringprep v0.1.3 |
1224 | 2024-03-20T19:13:59.907Z | Downloaded crossterm v0.27.0 |
1225 | 2024-03-20T19:13:59.907Z | Downloaded phf_shared v0.10.0 |
1226 | 2024-03-20T19:13:59.907Z | Downloaded new_debug_unreachable v1.0.4 |
1227 | 2024-03-20T19:13:59.907Z | Downloaded futures-task v0.3.30 |
1228 | 2024-03-20T19:13:59.907Z | Downloaded futures-macro v0.3.30 |
1229 | 2024-03-20T19:13:59.907Z | Downloaded futures-io v0.3.30 |
1230 | 2024-03-20T19:13:59.907Z | Downloaded futures-executor v0.3.30 |
1231 | 2024-03-20T19:13:59.907Z | Downloaded futures-core v0.3.30 |
1232 | 2024-03-20T19:13:59.907Z | Downloaded zeroize v1.7.0 |
1233 | 2024-03-20T19:13:59.908Z | Downloaded zerocopy-derive v0.7.32 |
1234 | 2024-03-20T19:13:59.908Z | Downloaded tinyvec v1.6.0 |
1235 | 2024-03-20T19:13:59.908Z | Downloaded openssl-macros v0.1.1 |
1236 | 2024-03-20T19:13:59.908Z | Downloaded zerocopy v0.3.0 |
1237 | 2024-03-20T19:13:59.908Z | Downloaded tracing-attributes v0.1.27 |
1238 | 2024-03-20T19:13:59.908Z | Downloaded time-macros v0.2.17 |
1239 | 2024-03-20T19:13:59.908Z | Downloaded string_cache v0.8.7 |
1240 | 2024-03-20T19:13:59.908Z | Downloaded option-ext v0.2.0 |
1241 | 2024-03-20T19:13:59.909Z | Downloaded opaque-debug v0.3.0 |
1242 | 2024-03-20T19:13:59.909Z | Downloaded clap_derive v4.5.0 |
1243 | 2024-03-20T19:13:59.909Z | Downloaded clap v4.5.1 |
1244 | 2024-03-20T19:13:59.910Z | Downloaded ciborium v0.2.2 |
1245 | 2024-03-20T19:13:59.910Z | Downloaded chacha20poly1305 v0.10.1 |
1246 | 2024-03-20T19:13:59.910Z | Downloaded cc v1.0.83 |
1247 | 2024-03-20T19:13:59.910Z | Downloaded base64 v0.22.0 |
1248 | 2024-03-20T19:13:59.910Z | Downloaded base64 v0.21.7 |
1249 | 2024-03-20T19:13:59.910Z | Downloaded tower-service v0.3.2 |
1250 | 2024-03-20T19:13:59.910Z | Downloaded topological-sort v0.2.2 |
1251 | 2024-03-20T19:13:59.911Z | Downloaded toolchain_find v0.2.0 |
1252 | 2024-03-20T19:13:59.911Z | Downloaded tinyvec_macros v0.1.1 |
1253 | 2024-03-20T19:13:59.911Z | Downloaded strsim v0.11.0 |
1254 | 2024-03-20T19:13:59.911Z | Downloaded strsim v0.10.0 |
1255 | 2024-03-20T19:13:59.911Z | Downloaded strsim v0.8.0 |
1256 | 2024-03-20T19:13:59.911Z | Downloaded static_assertions v1.1.0 |
1257 | 2024-03-20T19:13:59.911Z | Downloaded stable_deref_trait v1.2.0 |
1258 | 2024-03-20T19:13:59.911Z | Downloaded socket2 v0.5.5 |
1259 | 2024-03-20T19:13:59.911Z | Downloaded slog-term v2.9.0 |
1260 | 2024-03-20T19:13:59.912Z | Downloaded slog-envlogger v2.2.0 |
1261 | 2024-03-20T19:13:59.912Z | Downloaded openssl-probe v0.1.5 |
1262 | 2024-03-20T19:13:59.912Z | Downloaded newtype_derive v0.1.6 |
1263 | 2024-03-20T19:13:59.912Z | Downloaded ipnet v2.9.0 |
1264 | 2024-03-20T19:13:59.912Z | Downloaded defmt-macros v0.3.6 |
1265 | 2024-03-20T19:13:59.912Z | Downloaded defmt v0.3.5 |
1266 | 2024-03-20T19:13:59.912Z | Downloaded crypto-bigint v0.5.2 |
1267 | 2024-03-20T19:13:59.912Z | Downloaded crossbeam-utils v0.8.19 |
1268 | 2024-03-20T19:13:59.912Z | Downloaded crossbeam-channel v0.5.8 |
1269 | 2024-03-20T19:13:59.912Z | Downloaded clap_lex v0.7.0 |
1270 | 2024-03-20T19:13:59.912Z | Downloaded ciborium-ll v0.2.2 |
1271 | 2024-03-20T19:13:59.912Z | Downloaded chacha20 v0.9.1 |
1272 | 2024-03-20T19:13:59.912Z | Downloaded cfg-if v1.0.0 |
1273 | 2024-03-20T19:13:59.912Z | Downloaded bitflags v2.4.2 |
1274 | 2024-03-20T19:13:59.912Z | Downloaded base64ct v1.6.0 |
1275 | 2024-03-20T19:13:59.912Z | Downloaded aes-gcm v0.10.3 |
1276 | 2024-03-20T19:13:59.912Z | Downloaded macaddr v1.0.1 |
1277 | 2024-03-20T19:13:59.912Z | Downloaded libsw v3.3.1 |
1278 | 2024-03-20T19:13:59.912Z | Downloaded libefi-sys v0.1.0 |
1279 | 2024-03-20T19:13:59.912Z | Downloaded der v0.7.8 |
1280 | 2024-03-20T19:13:59.913Z | Downloaded defmt-parser v0.3.3 |
1281 | 2024-03-20T19:13:59.913Z | Downloaded darling v0.20.3 |
1282 | 2024-03-20T19:13:59.913Z | Downloaded crypto-common v0.1.6 |
1283 | 2024-03-20T19:13:59.913Z | Downloaded crossbeam-deque v0.8.3 |
1284 | 2024-03-20T19:13:59.913Z | Downloaded cpufeatures v0.2.12 |
1285 | 2024-03-20T19:13:59.913Z | Downloaded colorchoice v1.0.0 |
1286 | 2024-03-20T19:13:59.913Z | Downloaded cobs v0.2.3 |
1287 | 2024-03-20T19:13:59.913Z | Downloaded cipher v0.4.4 |
1288 | 2024-03-20T19:13:59.913Z | Downloaded ciborium-io v0.2.2 |
1289 | 2024-03-20T19:13:59.913Z | Downloaded cbc v0.1.2 |
1290 | 2024-03-20T19:13:59.913Z | Downloaded bytes v1.5.0 |
1291 | 2024-03-20T19:13:59.913Z | Downloaded bit-set v0.5.3 |
1292 | 2024-03-20T19:13:59.913Z | Downloaded bcrypt-pbkdf v0.10.0 |
1293 | 2024-03-20T19:13:59.914Z | Downloaded backtrace v0.3.69 |
1294 | 2024-03-20T19:13:59.943Z | Downloaded linear-map v1.2.0 |
1295 | 2024-03-20T19:13:59.943Z | Downloaded lalrpop-util v0.19.12 |
1296 | 2024-03-20T19:13:59.943Z | Downloaded debug-ignore v1.0.5 |
1297 | 2024-03-20T19:13:59.943Z | Downloaded darling_macro v0.20.3 |
1298 | 2024-03-20T19:13:59.943Z | Downloaded ctr v0.9.2 |
1299 | 2024-03-20T19:13:59.943Z | Downloaded cstr-argument v0.1.2 |
1300 | 2024-03-20T19:13:59.943Z | Downloaded crucible-workspace-hack v0.1.0 |
1301 | 2024-03-20T19:13:59.943Z | Downloaded cookie_store v0.20.0 |
1302 | 2024-03-20T19:13:59.944Z | Downloaded cancel-safe-futures v0.1.5 |
1303 | 2024-03-20T19:13:59.944Z | Downloaded bzip2 v0.4.4 |
1304 | 2024-03-20T19:13:59.944Z | Downloaded blake2 v0.10.6 |
1305 | 2024-03-20T19:13:59.944Z | Downloaded base16ct v0.2.0 |
1306 | 2024-03-20T19:13:59.944Z | Downloaded autocfg v1.1.0 |
1307 | 2024-03-20T19:13:59.944Z | Downloaded atty v0.2.14 |
1308 | 2024-03-20T19:13:59.944Z | Downloaded md-5 v0.10.5 |
1309 | 2024-03-20T19:13:59.944Z | Downloaded lru-cache v0.1.2 |
1310 | 2024-03-20T19:13:59.944Z | Downloaded linked-hash-map v0.5.6 |
1311 | 2024-03-20T19:13:59.944Z | Downloaded lazy_static v1.4.0 |
1312 | 2024-03-20T19:13:59.944Z | Downloaded kstat-rs v0.2.3 |
1313 | 2024-03-20T19:13:59.945Z | Downloaded keccak v0.1.4 |
1314 | 2024-03-20T19:13:59.945Z | Downloaded inout v0.1.3 |
1315 | 2024-03-20T19:13:59.945Z | Downloaded deranged v0.3.11 |
1316 | 2024-03-20T19:13:59.945Z | Downloaded der_derive v0.7.2 |
1317 | 2024-03-20T19:13:59.945Z | Downloaded data-encoding v2.4.0 |
1318 | 2024-03-20T19:13:59.945Z | Downloaded darling_core v0.20.3 |
1319 | 2024-03-20T19:13:59.990Z | Downloaded curve25519-dalek-derive v0.1.0 |
1320 | 2024-03-20T19:13:59.990Z | Downloaded colored v2.1.0 |
1321 | 2024-03-20T19:13:59.990Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1322 | 2024-03-20T19:13:59.990Z | Downloaded blowfish v0.9.1 |
1323 | 2024-03-20T19:13:59.990Z | Downloaded block-buffer v0.10.4 |
1324 | 2024-03-20T19:13:59.991Z | Downloaded atomicwrites v0.4.3 |
1325 | 2024-03-20T19:13:59.991Z | Downloaded atomic-waker v1.1.1 |
1326 | 2024-03-20T19:13:59.991Z | Downloaded matches v0.1.10 |
1327 | 2024-03-20T19:13:59.991Z | Downloaded match_cfg v0.1.0 |
1328 | 2024-03-20T19:13:59.991Z | Downloaded itoa v1.0.9 |
1329 | 2024-03-20T19:13:59.991Z | Downloaded ipnetwork v0.20.0 |
1330 | 2024-03-20T19:13:59.991Z | Downloaded internet-checksum v0.2.1 |
1331 | 2024-03-20T19:13:59.991Z | Downloaded crossbeam-epoch v0.9.18 |
1332 | 2024-03-20T19:13:59.991Z | Downloaded constant_time_eq v0.3.0 |
1333 | 2024-03-20T19:13:59.991Z | Downloaded camino v1.1.6 |
1334 | 2024-03-20T19:13:59.991Z | Downloaded bit-vec v0.6.3 |
1335 | 2024-03-20T19:13:59.991Z | Downloaded backoff v0.4.0 |
1336 | 2024-03-20T19:14:00.045Z | Downloaded anstyle v1.0.2 |
1337 | 2024-03-20T19:14:00.045Z | Downloaded aho-corasick v1.1.2 |
1338 | 2024-03-20T19:14:00.045Z | Downloaded cookie v0.17.0 |
1339 | 2024-03-20T19:14:00.046Z | Downloaded const-oid v0.9.6 |
1340 | 2024-03-20T19:14:00.046Z | Downloaded camino-tempfile v1.1.1 |
1341 | 2024-03-20T19:14:00.046Z | Downloaded byteorder v1.5.0 |
1342 | 2024-03-20T19:14:00.046Z | Downloaded block-padding v0.3.3 |
1343 | 2024-03-20T19:14:00.046Z | Downloaded bitflags v1.3.2 |
1344 | 2024-03-20T19:14:00.046Z | Downloaded arrayvec v0.7.4 |
1345 | 2024-03-20T19:14:00.046Z | Downloaded argon2 v0.5.3 |
1346 | 2024-03-20T19:14:00.046Z | Downloaded anstream v0.6.11 |
1347 | 2024-03-20T19:14:00.046Z | Downloaded allocator-api2 v0.2.16 |
1348 | 2024-03-20T19:14:00.046Z | Downloaded aes v0.8.3 |
1349 | 2024-03-20T19:14:00.046Z | Downloaded addr2line v0.21.0 |
1350 | 2024-03-20T19:14:00.046Z | Downloaded async-trait v0.1.77 |
1351 | 2024-03-20T19:14:00.046Z | Downloaded anstyle-query v1.0.0 |
1352 | 2024-03-20T19:14:00.046Z | Downloaded ansi_term v0.12.1 |
1353 | 2024-03-20T19:14:00.046Z | Downloaded crc32fast v1.3.2 |
1354 | 2024-03-20T19:14:00.046Z | Downloaded console v0.15.8 |
1355 | 2024-03-20T19:14:00.047Z | Downloaded async-stream v0.3.5 |
1356 | 2024-03-20T19:14:00.047Z | Downloaded arrayref v0.3.7 |
1357 | 2024-03-20T19:14:00.529Z | Downloaded arc-swap v1.6.0 |
1358 | 2024-03-20T19:14:00.529Z | Downloaded anyhow v1.0.79 |
1359 | 2024-03-20T19:14:00.529Z | Downloaded anstyle-parse v0.2.1 |
1360 | 2024-03-20T19:14:00.529Z | Downloaded aead v0.5.2 |
1361 | 2024-03-20T19:14:00.529Z | Compiling proc-macro2 v1.0.78 |
1362 | 2024-03-20T19:14:00.529Z | Compiling unicode-ident v1.0.12 |
1363 | 2024-03-20T19:14:00.530Z | Compiling libc v0.2.153 |
1364 | 2024-03-20T19:14:00.530Z | Compiling serde v1.0.197 |
1365 | 2024-03-20T19:14:00.530Z | Compiling version_check v0.9.4 |
1366 | 2024-03-20T19:14:00.530Z | Compiling cfg-if v1.0.0 |
1367 | 2024-03-20T19:14:00.530Z | Compiling autocfg v1.1.0 |
1368 | 2024-03-20T19:14:00.565Z | Compiling syn v1.0.109 |
1369 | 2024-03-20T19:14:00.601Z | Compiling once_cell v1.19.0 |
1370 | 2024-03-20T19:14:00.650Z | Compiling thiserror v1.0.57 |
1371 | 2024-03-20T19:14:00.979Z | Compiling typenum v1.16.0 |
1372 | 2024-03-20T19:14:01.115Z | Compiling generic-array v0.14.7 |
1373 | 2024-03-20T19:14:01.152Z | Compiling lock_api v0.4.10 |
1374 | 2024-03-20T19:14:01.196Z | Compiling parking_lot_core v0.9.8 |
1375 | 2024-03-20T19:14:01.238Z | Compiling byteorder v1.5.0 |
1376 | 2024-03-20T19:14:01.363Z | Compiling libm v0.2.7 |
1377 | 2024-03-20T19:14:01.389Z | Compiling memchr v2.7.1 |
1378 | 2024-03-20T19:14:01.541Z | Compiling serde_json v1.0.114 |
1379 | 2024-03-20T19:14:01.625Z | Compiling num-traits v0.2.18 |
1380 | 2024-03-20T19:14:01.655Z | Compiling ahash v0.8.8 |
1381 | 2024-03-20T19:14:01.742Z | Compiling itoa v1.0.9 |
1382 | 2024-03-20T19:14:01.881Z | Compiling quote v1.0.35 |
1383 | 2024-03-20T19:14:01.952Z | Compiling log v0.4.21 |
1384 | 2024-03-20T19:14:02.282Z | Compiling syn v2.0.52 |
1385 | 2024-03-20T19:14:02.445Z | Compiling getrandom v0.2.12 |
1386 | 2024-03-20T19:14:02.482Z | Compiling cc v1.0.83 |
1387 | 2024-03-20T19:14:02.829Z | Compiling rand_core v0.6.4 |
1388 | 2024-03-20T19:14:02.890Z | Compiling scopeguard v1.2.0 |
1389 | 2024-03-20T19:14:02.954Z | Compiling slab v0.4.9 |
1390 | 2024-03-20T19:14:03.500Z | Compiling allocator-api2 v0.2.16 |
1391 | 2024-03-20T19:14:03.681Z | Compiling smallvec v1.13.1 |
1392 | 2024-03-20T19:14:03.967Z | Compiling ryu v1.0.15 |
1393 | 2024-03-20T19:14:04.281Z | Compiling pkg-config v0.3.27 |
1394 | 2024-03-20T19:14:04.310Z | Compiling subtle v2.5.0 |
1395 | 2024-03-20T19:14:04.389Z | Compiling heck v0.4.1 |
1396 | 2024-03-20T19:14:04.593Z | Compiling schemars v0.8.16 |
1397 | 2024-03-20T19:14:05.116Z | Compiling equivalent v1.0.1 |
1398 | 2024-03-20T19:14:05.149Z | Compiling pin-project-lite v0.2.13 |
1399 | 2024-03-20T19:14:05.149Z | Compiling ring v0.17.8 |
1400 | 2024-03-20T19:14:05.149Z | Compiling num-conv v0.1.0 |
1401 | 2024-03-20T19:14:05.191Z | Compiling time-core v0.1.2 |
1402 | 2024-03-20T19:14:05.344Z | Compiling parking_lot v0.12.1 |
1403 | 2024-03-20T19:14:05.379Z | Compiling time-macros v0.2.17 |
1404 | 2024-03-20T19:14:05.769Z | Compiling signal-hook-registry v1.4.1 |
1405 | 2024-03-20T19:14:05.978Z | Compiling vcpkg v0.2.15 |
1406 | 2024-03-20T19:14:07.340Z | Compiling openssl-sys v0.9.96 |
1407 | 2024-03-20T19:14:07.547Z | Compiling mio v0.8.11 |
1408 | 2024-03-20T19:14:07.812Z | Compiling httparse v1.8.0 |
1409 | 2024-03-20T19:14:07.891Z | Compiling const-oid v0.9.6 |
1410 | 2024-03-20T19:14:08.100Z | Compiling fnv v1.0.7 |
1411 | 2024-03-20T19:14:08.141Z | Compiling socket2 v0.5.5 |
1412 | 2024-03-20T19:14:08.215Z | Compiling num_cpus v1.16.0 |
1413 | 2024-03-20T19:14:08.304Z | Compiling ucd-trie v0.1.6 |
1414 | 2024-03-20T19:14:08.344Z | Compiling futures-core v0.3.30 |
1415 | 2024-03-20T19:14:08.569Z | Compiling ring v0.16.20 |
1416 | 2024-03-20T19:14:08.701Z | Compiling serde_derive_internals v0.26.0 |
1417 | 2024-03-20T19:14:09.268Z | Compiling rustix v0.38.31 |
1418 | 2024-03-20T19:14:09.436Z | Compiling semver v1.0.22 |
1419 | 2024-03-20T19:14:09.477Z | Compiling slog v2.7.0 |
1420 | 2024-03-20T19:14:09.650Z | Compiling openssl v0.10.60 |
1421 | 2024-03-20T19:14:09.787Z | Compiling futures-sink v0.3.30 |
1422 | 2024-03-20T19:14:09.833Z | Compiling iana-time-zone v0.1.57 |
1423 | 2024-03-20T19:14:09.929Z | Compiling rustls v0.21.9 |
1424 | 2024-03-20T19:14:09.954Z | Compiling crossbeam-utils v0.8.19 |
1425 | 2024-03-20T19:14:10.142Z | Compiling native-tls v0.2.11 |
1426 | 2024-03-20T19:14:10.215Z | Compiling spin v0.5.2 |
1427 | 2024-03-20T19:14:10.391Z | Compiling futures-channel v0.3.30 |
1428 | 2024-03-20T19:14:10.603Z | Compiling cookie v0.17.0 |
1429 | 2024-03-20T19:14:10.634Z | Compiling pin-utils v0.1.0 |
1430 | 2024-03-20T19:14:10.779Z | Compiling futures-task v0.3.30 |
1431 | 2024-03-20T19:14:10.815Z | Compiling futures-io v0.3.30 |
1432 | 2024-03-20T19:14:10.856Z | Compiling backtrace v0.3.69 |
1433 | 2024-03-20T19:14:11.128Z | Compiling aho-corasick v1.1.2 |
1434 | 2024-03-20T19:14:11.209Z | Compiling tinyvec_macros v0.1.1 |
1435 | 2024-03-20T19:14:11.255Z | Compiling regex-syntax v0.8.2 |
1436 | 2024-03-20T19:14:11.320Z | Compiling dyn-clone v1.0.17 |
1437 | 2024-03-20T19:14:11.386Z | Compiling cpufeatures v0.2.12 |
1438 | 2024-03-20T19:14:11.413Z | Compiling uuid v0.8.2 |
1439 | 2024-03-20T19:14:11.509Z | Compiling async-trait v0.1.77 |
1440 | 2024-03-20T19:14:11.718Z | Compiling tinyvec v1.6.0 |
1441 | 2024-03-20T19:14:12.935Z | Compiling unicode-normalization v0.1.22 |
1442 | 2024-03-20T19:14:13.388Z | Compiling serde_derive v1.0.197 |
1443 | 2024-03-20T19:14:13.416Z | Compiling zeroize_derive v1.4.2 |
1444 | 2024-03-20T19:14:13.444Z | Compiling zerocopy-derive v0.7.32 |
1445 | 2024-03-20T19:14:13.563Z | Compiling thiserror-impl v1.0.57 |
1446 | 2024-03-20T19:14:13.759Z | Compiling tokio-macros v2.2.0 |
1447 | 2024-03-20T19:14:14.261Z | Compiling futures-macro v0.3.30 |
1448 | 2024-03-20T19:14:14.612Z | Compiling zeroize v1.7.0 |
1449 | 2024-03-20T19:14:14.730Z | Compiling tracing-attributes v0.1.27 |
1450 | 2024-03-20T19:14:15.004Z | Compiling schemars_derive v0.8.16 |
1451 | 2024-03-20T19:14:15.176Z | Compiling zerocopy v0.7.32 |
1452 | 2024-03-20T19:14:16.038Z | Compiling pest v2.7.6 |
1453 | 2024-03-20T19:14:16.067Z | Compiling openssl-macros v0.1.1 |
1454 | 2024-03-20T19:14:16.155Z | Compiling crypto-common v0.1.6 |
1455 | 2024-03-20T19:14:16.751Z | Compiling block-buffer v0.10.4 |
1456 | 2024-03-20T19:14:16.796Z | Compiling digest v0.10.7 |
1457 | 2024-03-20T19:14:16.955Z | Compiling hashbrown v0.14.3 |
1458 | 2024-03-20T19:14:16.984Z | Compiling futures-util v0.3.30 |
1459 | 2024-03-20T19:14:16.984Z | Compiling regex-automata v0.4.5 |
1460 | 2024-03-20T19:14:17.405Z | Compiling der_derive v0.7.2 |
1461 | 2024-03-20T19:14:18.084Z | Compiling pest_meta v2.7.6 |
1462 | 2024-03-20T19:14:18.808Z | Compiling unicode-bidi v0.3.15 |
1463 | 2024-03-20T19:14:19.308Z | Compiling pest_generator v2.7.6 |
1464 | 2024-03-20T19:14:19.454Z | Compiling anyhow v1.0.79 |
1465 | 2024-03-20T19:14:20.235Z | Compiling winnow v0.5.15 |
1466 | 2024-03-20T19:14:20.944Z | Compiling tracing-core v0.1.32 |
1467 | 2024-03-20T19:14:21.455Z | Compiling pest_derive v2.7.6 |
1468 | 2024-03-20T19:14:22.007Z | Compiling regex v1.10.3 |
1469 | 2024-03-20T19:14:22.203Z | Compiling crc32fast v1.3.2 |
1470 | 2024-03-20T19:14:22.826Z | Compiling tracing v0.1.40 |
1471 | 2024-03-20T19:14:23.118Z | Compiling ppv-lite86 v0.2.17 |
1472 | 2024-03-20T19:14:23.163Z | Compiling powerfmt v0.2.0 |
1473 | 2024-03-20T19:14:23.605Z | Compiling deranged v0.3.11 |
1474 | 2024-03-20T19:14:23.741Z | Compiling spin v0.9.8 |
1475 | 2024-03-20T19:14:24.128Z | Compiling percent-encoding v2.3.1 |
1476 | 2024-03-20T19:14:24.876Z | Compiling bytes v1.5.0 |
1477 | 2024-03-20T19:14:24.901Z | Compiling indexmap v2.2.5 |
1478 | 2024-03-20T19:14:24.901Z | Compiling uuid v1.7.0 |
1479 | 2024-03-20T19:14:25.351Z | Compiling chrono v0.4.34 |
1480 | 2024-03-20T19:14:25.546Z | Compiling http v0.2.12 |
1481 | 2024-03-20T19:14:31.947Z | Compiling tokio v1.36.0 |
1482 | 2024-03-20T19:14:32.119Z | Compiling toml_datetime v0.6.5 |
1483 | 2024-03-20T19:14:32.119Z | Compiling bitflags v2.4.2 |
1484 | 2024-03-20T19:14:32.119Z | Compiling serde_spanned v0.6.5 |
1485 | 2024-03-20T19:14:32.119Z | Compiling rustc_version v0.4.0 |
1486 | 2024-03-20T19:14:32.119Z | Compiling toml_edit v0.19.15 |
1487 | 2024-03-20T19:14:32.120Z | Compiling num_threads v0.1.6 |
1488 | 2024-03-20T19:14:32.120Z | Compiling unicode-xid v0.2.4 |
1489 | 2024-03-20T19:14:32.728Z | Compiling time v0.3.34 |
1490 | 2024-03-20T19:14:32.728Z | Compiling synstructure v0.12.6 |
1491 | 2024-03-20T19:14:32.729Z | Compiling scroll_derive v0.12.0 |
1492 | 2024-03-20T19:14:32.729Z | Compiling unicode-width v0.1.11 |
1493 | 2024-03-20T19:14:32.826Z | Compiling zerocopy-derive v0.2.0 |
1494 | 2024-03-20T19:14:32.918Z | Compiling rand_chacha v0.3.1 |
1495 | 2024-03-20T19:14:34.301Z | Compiling thread-id v4.2.0 |
1496 | 2024-03-20T19:14:34.301Z | Compiling tokio-util v0.7.10 |
1497 | 2024-03-20T19:14:34.330Z | Compiling rand v0.8.5 |
1498 | 2024-03-20T19:14:35.801Z | Compiling openapiv3 v2.0.0 |
1499 | 2024-03-20T19:14:36.164Z | Compiling form_urlencoded v1.2.1 |
1500 | 2024-03-20T19:14:37.095Z | Compiling untrusted v0.7.1 |
1501 | 2024-03-20T19:14:37.268Z | Compiling foreign-types-shared v0.1.1 |
1502 | 2024-03-20T19:14:37.679Z | Compiling untrusted v0.9.0 |
1503 | 2024-03-20T19:14:39.330Z | Compiling foreign-types v0.3.2 |
1504 | 2024-03-20T19:14:39.990Z | Compiling errno v0.3.8 |
1505 | 2024-03-20T19:14:40.082Z | Compiling usdt-impl v0.3.5 |
1506 | 2024-03-20T19:14:40.855Z | Compiling try-lock v0.2.4 |
1507 | 2024-03-20T19:14:40.881Z | Compiling base64 v0.21.7 |
1508 | 2024-03-20T19:14:40.881Z | Compiling want v0.3.1 |
1509 | 2024-03-20T19:14:41.112Z | Compiling sct v0.7.0 |
1510 | 2024-03-20T19:14:41.302Z | Compiling rustls-webpki v0.101.7 |
1511 | 2024-03-20T19:14:41.386Z | Compiling h2 v0.3.24 |
1512 | 2024-03-20T19:14:41.555Z | Compiling http-body v0.4.5 |
1513 | 2024-03-20T19:14:42.069Z | Compiling idna v0.5.0 |
1514 | 2024-03-20T19:14:43.137Z | Compiling num-bigint v0.4.4 |
1515 | 2024-03-20T19:14:43.196Z | Compiling usdt-impl v0.5.0 |
1516 | 2024-03-20T19:14:43.497Z | Compiling httpdate v1.0.3 |
1517 | 2024-03-20T19:14:43.634Z | Compiling rustversion v1.0.14 |
1518 | 2024-03-20T19:14:43.854Z | Compiling tower-service v0.3.2 |
1519 | 2024-03-20T19:14:44.399Z | Compiling openssl-probe v0.1.5 |
1520 | 2024-03-20T19:14:44.400Z | Compiling url v2.5.0 |
1521 | 2024-03-20T19:14:46.722Z | Compiling zerocopy v0.3.0 |
1522 | 2024-03-20T19:14:47.701Z | Compiling hyper v0.14.28 |
1523 | 2024-03-20T19:14:47.726Z | Compiling scroll v0.12.0 |
1524 | 2024-03-20T19:14:47.818Z | Compiling heapless v0.7.16 |
1525 | 2024-03-20T19:14:48.151Z | Compiling serde_tokenstream v0.2.0 |
1526 | 2024-03-20T19:14:48.236Z | Compiling idna v0.3.0 |
1527 | 2024-03-20T19:14:48.466Z | Compiling clap_derive v4.5.0 |
1528 | 2024-03-20T19:14:48.998Z | Compiling lazy_static v1.4.0 |
1529 | 2024-03-20T19:14:48.998Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1530 | 2024-03-20T19:14:49.201Z | Compiling signal-hook v0.3.17 |
1531 | 2024-03-20T19:14:49.273Z | Compiling base64ct v1.6.0 |
1532 | 2024-03-20T19:14:49.368Z | Compiling psl-types v2.0.11 |
1533 | 2024-03-20T19:14:49.434Z | Compiling plain v0.2.3 |
1534 | 2024-03-20T19:14:49.574Z | Compiling adler v1.0.2 |
1535 | 2024-03-20T19:14:49.763Z | Compiling miniz_oxide v0.7.1 |
1536 | 2024-03-20T19:14:49.791Z | Compiling goblin v0.8.0 |
1537 | 2024-03-20T19:14:50.478Z | Compiling publicsuffix v2.2.3 |
1538 | 2024-03-20T19:14:50.821Z | Compiling tokio-rustls v0.24.1 |
1539 | 2024-03-20T19:14:50.848Z | Compiling dof v0.1.5 |
1540 | 2024-03-20T19:14:51.176Z | Compiling tokio-native-tls v0.3.1 |
1541 | 2024-03-20T19:14:51.405Z | Compiling crossbeam-epoch v0.9.18 |
1542 | 2024-03-20T19:14:51.661Z | Compiling dtrace-parser v0.1.14 |
1543 | 2024-03-20T19:14:51.761Z | Compiling pretty-hex v0.4.1 |
1544 | 2024-03-20T19:14:51.945Z | Compiling ipnet v2.9.0 |
1545 | 2024-03-20T19:14:52.004Z | Compiling cookie_store v0.20.0 |
1546 | 2024-03-20T19:14:52.994Z | Compiling hyper-tls v0.5.0 |
1547 | 2024-03-20T19:14:53.553Z | Compiling hyper-rustls v0.24.2 |
1548 | 2024-03-20T19:14:53.582Z | Compiling rustls-pemfile v1.0.3 |
1549 | 2024-03-20T19:14:53.582Z | Compiling serde_urlencoded v0.7.1 |
1550 | 2024-03-20T19:14:53.582Z | Compiling serde_tokenstream v0.1.7 |
1551 | 2024-03-20T19:14:53.765Z | Compiling dtrace-parser v0.2.0 |
1552 | 2024-03-20T19:14:53.795Z | Compiling enum-as-inner v0.5.1 |
1553 | 2024-03-20T19:14:53.906Z | Compiling encoding_rs v0.8.33 |
1554 | 2024-03-20T19:14:53.946Z | Compiling mime v0.3.17 |
1555 | 2024-03-20T19:14:54.056Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1556 | 2024-03-20T19:14:54.420Z | Compiling dof v0.3.0 |
1557 | 2024-03-20T19:14:54.627Z | Compiling either v1.10.0 |
1558 | 2024-03-20T19:14:54.979Z | Compiling webpki-roots v0.25.2 |
1559 | 2024-03-20T19:14:55.009Z | Compiling sync_wrapper v0.1.2 |
1560 | 2024-03-20T19:14:55.042Z | Compiling smoltcp v0.9.1 |
1561 | 2024-03-20T19:14:55.070Z | Compiling gimli v0.28.0 |
1562 | 2024-03-20T19:14:55.154Z | Compiling pem-rfc7468 v0.7.0 |
1563 | 2024-03-20T19:14:55.439Z | Compiling hmac v0.12.1 |
1564 | 2024-03-20T19:14:55.668Z | Compiling object v0.32.1 |
1565 | 2024-03-20T19:14:55.776Z | Compiling reqwest v0.11.24 |
1566 | 2024-03-20T19:14:56.114Z | Compiling unicode-segmentation v1.10.1 |
1567 | 2024-03-20T19:14:56.302Z | Compiling rustc-demangle v0.1.23 |
1568 | 2024-03-20T19:14:56.378Z | Compiling flagset v0.4.3 |
1569 | 2024-03-20T19:14:56.535Z | Compiling siphasher v0.3.11 |
1570 | 2024-03-20T19:14:56.684Z | Compiling der v0.7.8 |
1571 | 2024-03-20T19:14:56.827Z | Compiling flate2 v1.0.28 |
1572 | 2024-03-20T19:14:56.999Z | Compiling usdt-macro v0.3.5 |
1573 | 2024-03-20T19:14:57.045Z | Compiling usdt-attr-macro v0.3.5 |
1574 | 2024-03-20T19:14:57.948Z | Compiling futures-executor v0.3.30 |
1575 | 2024-03-20T19:14:58.135Z | Compiling hubpack_derive v0.1.1 |
1576 | 2024-03-20T19:14:58.160Z | Compiling zerocopy-derive v0.6.4 |
1577 | 2024-03-20T19:14:58.363Z | Compiling addr2line v0.21.0 |
1578 | 2024-03-20T19:14:59.265Z | Compiling winnow v0.6.1 |
1579 | 2024-03-20T19:15:02.305Z | Compiling utf8parse v0.2.1 |
1580 | 2024-03-20T19:15:02.333Z | Compiling anstyle v1.0.2 |
1581 | 2024-03-20T19:15:02.718Z | Compiling sha2 v0.10.8 |
1582 | 2024-03-20T19:15:02.943Z | Compiling anstyle-parse v0.2.1 |
1583 | 2024-03-20T19:15:03.323Z | Compiling toml_edit v0.22.6 |
1584 | 2024-03-20T19:15:09.333Z | Compiling spki v0.7.2 |
1585 | 2024-03-20T19:15:09.865Z | Compiling futures v0.3.30 |
1586 | 2024-03-20T19:15:11.203Z | Compiling md-5 v0.10.5 |
1587 | 2024-03-20T19:15:11.323Z | Compiling toml v0.7.8 |
1588 | 2024-03-20T19:15:11.417Z | Compiling hex v0.4.3 |
1589 | 2024-03-20T19:15:11.512Z | Compiling stringprep v0.1.3 |
1590 | 2024-03-20T19:15:11.906Z | Compiling regress v0.9.0 |
1591 | 2024-03-20T19:15:12.186Z | Compiling block-padding v0.3.3 |
1592 | 2024-03-20T19:15:12.436Z | Compiling num-integer v0.1.46 |
1593 | 2024-03-20T19:15:12.588Z | Compiling diesel_table_macro_syntax v0.1.0 |
1594 | 2024-03-20T19:15:13.043Z | Compiling hash32 v0.2.1 |
1595 | 2024-03-20T19:15:14.105Z | Compiling anstyle-query v1.0.0 |
1596 | 2024-03-20T19:15:14.277Z | Compiling colorchoice v1.0.0 |
1597 | 2024-03-20T19:15:14.365Z | Compiling stable_deref_trait v1.2.0 |
1598 | 2024-03-20T19:15:14.469Z | Compiling fallible-iterator v0.2.0 |
1599 | 2024-03-20T19:15:15.056Z | Compiling postgres-protocol v0.6.6 |
1600 | 2024-03-20T19:15:15.530Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1601 | 2024-03-20T19:15:15.647Z | Compiling anstream v0.6.11 |
1602 | 2024-03-20T19:15:16.189Z | Compiling diesel_derives v2.1.2 |
1603 | 2024-03-20T19:15:16.586Z | Compiling inout v0.1.3 |
1604 | 2024-03-20T19:15:19.478Z | Compiling pkcs8 v0.10.2 |
1605 | 2024-03-20T19:15:20.328Z | Compiling phf_shared v0.11.2 |
1606 | 2024-03-20T19:15:20.748Z | Compiling strum_macros v0.25.2 |
1607 | 2024-03-20T19:15:23.871Z | Compiling terminal_size v0.3.0 |
1608 | 2024-03-20T19:15:28.025Z | Compiling ff v0.13.0 |
1609 | 2024-03-20T19:15:28.176Z | Compiling serde_repr v0.1.16 |
1610 | 2024-03-20T19:15:28.176Z | Compiling scheduled-thread-pool v0.2.7 |
1611 | 2024-03-20T19:15:28.176Z | Compiling bitflags v1.3.2 |
1612 | 2024-03-20T19:15:28.176Z | Compiling bit-vec v0.6.3 |
1613 | 2024-03-20T19:15:28.176Z | Compiling base16ct v0.2.0 |
1614 | 2024-03-20T19:15:28.176Z | Compiling managed v0.8.0 |
1615 | 2024-03-20T19:15:28.176Z | Compiling clap_lex v0.7.0 |
1616 | 2024-03-20T19:15:28.177Z | Compiling data-encoding v2.4.0 |
1617 | 2024-03-20T19:15:28.177Z | Compiling matches v0.1.10 |
1618 | 2024-03-20T19:15:28.177Z | Compiling strsim v0.11.0 |
1619 | 2024-03-20T19:15:28.177Z | Compiling regex-automata v0.1.10 |
1620 | 2024-03-20T19:15:28.177Z | Compiling bstr v0.2.17 |
1621 | 2024-03-20T19:15:28.177Z | Compiling clap_builder v4.5.1 |
1622 | 2024-03-20T19:15:28.177Z | Compiling idna v0.2.3 |
1623 | 2024-03-20T19:15:28.177Z | Compiling sec1 v0.7.3 |
1624 | 2024-03-20T19:15:29.044Z | Compiling r2d2 v0.8.10 |
1625 | 2024-03-20T19:15:29.073Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1626 | 2024-03-20T19:15:30.178Z | Compiling group v0.13.0 |
1627 | 2024-03-20T19:15:31.685Z | Compiling phf v0.11.2 |
1628 | 2024-03-20T19:15:31.963Z | Compiling signal-hook-mio v0.2.3 |
1629 | 2024-03-20T19:15:32.113Z | Compiling bzip2 v0.4.4 |
1630 | 2024-03-20T19:15:32.344Z | Compiling cipher v0.4.4 |
1631 | 2024-03-20T19:15:32.370Z | Compiling postgres-types v0.2.6 |
1632 | 2024-03-20T19:15:32.800Z | Compiling zerocopy v0.6.4 |
1633 | 2024-03-20T19:15:32.840Z | Compiling hubpack v0.1.2 |
1634 | 2024-03-20T19:15:33.175Z | Compiling phf_shared v0.10.0 |
1635 | 2024-03-20T19:15:33.214Z | Compiling hkdf v0.12.4 |
1636 | 2024-03-20T19:15:33.414Z | Compiling crypto-bigint v0.5.2 |
1637 | 2024-03-20T19:15:33.465Z | Compiling ipnetwork v0.20.0 |
1638 | 2024-03-20T19:15:34.154Z | Compiling float-cmp v0.9.0 |
1639 | 2024-03-20T19:15:35.081Z | Compiling new_debug_unreachable v1.0.4 |
1640 | 2024-03-20T19:15:35.794Z | Compiling minimal-lexical v0.2.1 |
1641 | 2024-03-20T19:15:35.971Z | Compiling fixedbitset v0.4.2 |
1642 | 2024-03-20T19:15:36.126Z | Compiling normalize-line-endings v0.3.0 |
1643 | 2024-03-20T19:15:36.177Z | Compiling static_assertions v1.1.0 |
1644 | 2024-03-20T19:15:36.232Z | Compiling predicates-core v1.0.6 |
1645 | 2024-03-20T19:15:36.266Z | Compiling difflib v0.4.0 |
1646 | 2024-03-20T19:15:36.294Z | Compiling whoami v1.5.0 |
1647 | 2024-03-20T19:15:36.320Z | Compiling precomputed-hash v0.1.1 |
1648 | 2024-03-20T19:15:36.498Z | Compiling string_cache v0.8.7 |
1649 | 2024-03-20T19:15:36.770Z | Compiling predicates v3.1.0 |
1650 | 2024-03-20T19:15:36.843Z | Compiling tokio-postgres v0.7.10 |
1651 | 2024-03-20T19:15:37.295Z | Compiling trust-dns-proto v0.22.0 |
1652 | 2024-03-20T19:15:37.789Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1653 | 2024-03-20T19:15:37.981Z | Compiling petgraph v0.6.4 |
1654 | 2024-03-20T19:15:40.390Z | Compiling nom v7.1.3 |
1655 | 2024-03-20T19:15:41.330Z | Compiling elliptic-curve v0.13.8 |
1656 | 2024-03-20T19:15:42.125Z | Compiling diesel v2.1.4 |
1657 | 2024-03-20T19:15:43.312Z | Compiling yasna v0.5.2 |
1658 | 2024-03-20T19:15:43.459Z | Compiling zip v0.6.6 |
1659 | 2024-03-20T19:15:43.806Z | Compiling crossterm v0.27.0 |
1660 | 2024-03-20T19:15:44.481Z | Compiling clap v4.5.1 |
1661 | 2024-03-20T19:15:44.697Z | Compiling similar v2.4.0 |
1662 | 2024-03-20T19:15:44.730Z | Compiling bit-set v0.5.3 |
1663 | 2024-03-20T19:15:44.850Z | Compiling num-iter v0.1.44 |
1664 | 2024-03-20T19:15:44.976Z | Compiling usdt v0.3.5 |
1665 | 2024-03-20T19:15:45.013Z | Compiling itertools v0.10.5 |
1666 | 2024-03-20T19:15:45.048Z | Compiling console v0.15.8 |
1667 | 2024-03-20T19:15:45.687Z | Compiling tokio-stream v0.1.14 |
1668 | 2024-03-20T19:15:46.080Z | Compiling bstr v1.9.0 |
1669 | 2024-03-20T19:15:46.442Z | Compiling lalrpop-util v0.19.12 |
1670 | 2024-03-20T19:15:51.651Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1671 | 2024-03-20T19:15:51.690Z | Compiling getopts v0.2.21 |
1672 | 2024-03-20T19:15:51.690Z | Compiling unsafe-libyaml v0.2.10 |
1673 | 2024-03-20T19:15:52.287Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1674 | 2024-03-20T19:15:52.938Z | Compiling serde_yaml v0.9.25 |
1675 | 2024-03-20T19:15:57.683Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1676 | 2024-03-20T19:15:57.916Z | Compiling camino v1.1.6 |
1677 | 2024-03-20T19:16:10.200Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1678 | 2024-03-20T19:16:24.034Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1679 | 2024-03-20T19:16:25.311Z | Compiling proc-macro-crate v1.3.1 |
1680 | 2024-03-20T19:16:26.236Z | Compiling strsim v0.10.0 |
1681 | 2024-03-20T19:16:31.300Z | Compiling ident_case v1.0.1 |
1682 | 2024-03-20T19:16:31.404Z | Compiling darling_core v0.20.3 |
1683 | 2024-03-20T19:16:35.947Z | Compiling match_cfg v0.1.0 |
1684 | 2024-03-20T19:16:39.630Z | Compiling hostname v0.3.1 |
1685 | 2024-03-20T19:16:47.904Z | Compiling darling_macro v0.20.3 |
1686 | 2024-03-20T19:16:48.064Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1687 | 2024-03-20T19:16:48.762Z | Compiling sha1 v0.10.6 |
1688 | 2024-03-20T19:16:49.443Z | Compiling darling v0.20.3 |
1689 | 2024-03-20T19:16:49.505Z | Compiling thread_local v1.1.7 |
1690 | 2024-03-20T19:16:49.554Z | Compiling atty v0.2.14 |
1691 | 2024-03-20T19:16:49.686Z | Compiling instant v0.1.12 |
1692 | 2024-03-20T19:16:49.828Z | Compiling slog-async v2.8.0 |
1693 | 2024-03-20T19:16:50.178Z | Compiling parking_lot_core v0.8.6 |
1694 | 2024-03-20T19:16:50.275Z | Compiling crossbeam-channel v0.5.8 |
1695 | 2024-03-20T19:16:50.538Z | Compiling dirs-sys-next v0.1.2 |
1696 | 2024-03-20T19:16:51.081Z | Compiling take_mut v0.2.2 |
1697 | 2024-03-20T19:16:51.224Z | Compiling rustls-pki-types v1.3.0 |
1698 | 2024-03-20T19:16:51.656Z | Compiling dirs-next v2.0.0 |
1699 | 2024-03-20T19:16:51.970Z | Compiling slog-json v2.6.1 |
1700 | 2024-03-20T19:16:52.681Z | Compiling rustls v0.22.2 |
1701 | 2024-03-20T19:16:52.715Z | Compiling slog-bunyan v2.5.0 |
1702 | 2024-03-20T19:16:52.716Z | Compiling parking_lot v0.11.2 |
1703 | 2024-03-20T19:16:52.760Z | Compiling term v0.7.0 |
1704 | 2024-03-20T19:16:53.978Z | Compiling rustls-webpki v0.102.1 |
1705 | 2024-03-20T19:16:54.104Z | Compiling fxhash v0.2.1 |
1706 | 2024-03-20T19:16:54.184Z | Compiling multer v3.0.0 |
1707 | 2024-03-20T19:16:54.297Z | Compiling half v2.3.1 |
1708 | 2024-03-20T19:16:54.417Z | Compiling paste v1.0.14 |
1709 | 2024-03-20T19:16:54.539Z | Compiling ciborium-io v0.2.2 |
1710 | 2024-03-20T19:16:54.849Z | Compiling ciborium-ll v0.2.2 |
1711 | 2024-03-20T19:16:54.880Z | Compiling sled v0.34.7 |
1712 | 2024-03-20T19:16:55.675Z | Compiling slog-term v2.9.0 |
1713 | 2024-03-20T19:16:56.573Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1714 | 2024-03-20T19:16:57.521Z | Compiling http v1.0.0 |
1715 | 2024-03-20T19:16:57.560Z | Compiling async-stream-impl v0.3.5 |
1716 | 2024-03-20T19:16:58.357Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1717 | 2024-03-20T19:16:58.964Z | Compiling atomic-waker v1.1.1 |
1718 | 2024-03-20T19:16:58.999Z | Compiling debug-ignore v1.0.5 |
1719 | 2024-03-20T19:16:58.999Z | Compiling waitgroup v0.1.2 |
1720 | 2024-03-20T19:16:58.999Z | Compiling async-stream v0.3.5 |
1721 | 2024-03-20T19:16:59.131Z | Compiling tokio-rustls v0.25.0 |
1722 | 2024-03-20T19:16:59.433Z | Compiling ciborium v0.2.2 |
1723 | 2024-03-20T19:17:00.225Z | Compiling rustls-pemfile v2.1.1 |
1724 | 2024-03-20T19:17:00.360Z | Compiling serde_with_macros v3.6.1 |
1725 | 2024-03-20T19:17:01.278Z | Compiling num_enum_derive v0.7.2 |
1726 | 2024-03-20T19:17:01.317Z | Compiling toml v0.8.10 |
1727 | 2024-03-20T19:17:01.349Z | Compiling strum_macros v0.26.1 |
1728 | 2024-03-20T19:17:01.437Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1729 | 2024-03-20T19:17:02.547Z | Compiling serde_path_to_error v0.1.16 |
1730 | 2024-03-20T19:17:02.864Z | Compiling structmeta-derive v0.3.0 |
1731 | 2024-03-20T19:17:03.014Z | Compiling num_enum v0.7.2 |
1732 | 2024-03-20T19:17:03.370Z | Compiling serde_with v3.6.1 |
1733 | 2024-03-20T19:17:04.783Z | Compiling strum v0.26.1 |
1734 | 2024-03-20T19:17:04.942Z | Compiling structmeta v0.3.0 |
1735 | 2024-03-20T19:17:04.975Z | Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1736 | 2024-03-20T19:17:05.260Z | Compiling parse-display-derive v0.9.0 |
1737 | 2024-03-20T19:17:05.809Z | Compiling newtype-uuid v1.0.1 |
1738 | 2024-03-20T19:17:06.120Z | Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1739 | 2024-03-20T19:17:06.763Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1740 | 2024-03-20T19:17:07.312Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1741 | 2024-03-20T19:17:07.491Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1742 | 2024-03-20T19:17:07.829Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1743 | 2024-03-20T19:17:08.401Z | Compiling backoff v0.4.0 |
1744 | 2024-03-20T19:17:08.432Z | Compiling parse-display v0.9.0 |
1745 | 2024-03-20T19:17:08.705Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1746 | 2024-03-20T19:17:08.864Z | Compiling macaddr v1.0.1 |
1747 | 2024-03-20T19:17:09.416Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1748 | 2024-03-20T19:17:10.130Z | Compiling proc-macro-error-attr v1.0.4 |
1749 | 2024-03-20T19:17:10.452Z | Compiling proc-macro-error v1.0.4 |
1750 | 2024-03-20T19:17:10.691Z | Compiling heapless v0.8.0 |
1751 | 2024-03-20T19:17:12.186Z | Compiling num_enum_derive v0.5.11 |
1752 | 2024-03-20T19:17:14.012Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1753 | 2024-03-20T19:17:17.963Z | Compiling hash32 v0.3.1 |
1754 | 2024-03-20T19:17:18.017Z | Compiling smoltcp v0.11.0 |
1755 | 2024-03-20T19:17:18.269Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1756 | 2024-03-20T19:17:18.741Z | Compiling num_enum v0.5.11 |
1757 | 2024-03-20T19:17:19.490Z | Compiling fastrand v2.0.1 |
1758 | 2024-03-20T19:17:19.696Z | Compiling embedded-io v0.4.0 |
1759 | 2024-03-20T19:17:19.888Z | Compiling cobs v0.2.3 |
1760 | 2024-03-20T19:17:20.103Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1761 | 2024-03-20T19:17:20.303Z | Compiling postcard v1.0.8 |
1762 | 2024-03-20T19:17:20.388Z | Compiling tempfile v3.10.0 |
1763 | 2024-03-20T19:17:21.061Z | Compiling foreign-types-macros v0.2.3 |
1764 | 2024-03-20T19:17:21.985Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1765 | 2024-03-20T19:17:22.056Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1766 | 2024-03-20T19:17:22.659Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1767 | 2024-03-20T19:17:22.694Z | Compiling crucible-workspace-hack v0.1.0 |
1768 | 2024-03-20T19:17:22.694Z | Compiling foreign-types-shared v0.3.1 |
1769 | 2024-03-20T19:17:22.694Z | Compiling foreign-types v0.5.0 |
1770 | 2024-03-20T19:17:22.694Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1771 | 2024-03-20T19:17:22.694Z | Compiling tabwriter v1.4.0 |
1772 | 2024-03-20T19:17:22.765Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1773 | 2024-03-20T19:17:23.362Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1774 | 2024-03-20T19:17:23.426Z | Compiling cstr-argument v0.1.2 |
1775 | 2024-03-20T19:17:23.451Z | Compiling pretty-hex v0.2.1 |
1776 | 2024-03-20T19:17:23.646Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1777 | 2024-03-20T19:17:23.671Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1778 | 2024-03-20T19:17:23.962Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1779 | 2024-03-20T19:17:24.019Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1780 | 2024-03-20T19:17:24.353Z | Compiling colored v2.1.0 |
1781 | 2024-03-20T19:17:24.383Z | Compiling socket2 v0.4.9 |
1782 | 2024-03-20T19:17:24.949Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1783 | 2024-03-20T19:17:25.068Z | Compiling platforms v3.0.2 |
1784 | 2024-03-20T19:17:25.286Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1785 | 2024-03-20T19:17:25.473Z | Compiling camino-tempfile v1.1.1 |
1786 | 2024-03-20T19:17:25.814Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1787 | 2024-03-20T19:17:26.167Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1788 | 2024-03-20T19:17:27.192Z | Compiling num-derive v0.4.0 |
1789 | 2024-03-20T19:17:27.192Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1790 | 2024-03-20T19:17:27.218Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1791 | 2024-03-20T19:17:27.218Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1792 | 2024-03-20T19:17:27.218Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1793 | 2024-03-20T19:17:27.360Z | Compiling smf v0.2.2 |
1794 | 2024-03-20T19:17:27.778Z | Compiling unicase v2.7.0 |
1795 | 2024-03-20T19:17:28.025Z | Compiling rayon-core v1.12.1 |
1796 | 2024-03-20T19:17:28.083Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1797 | 2024-03-20T19:17:28.272Z | Compiling semver v0.1.20 |
1798 | 2024-03-20T19:17:28.771Z | Compiling rustc_version v0.1.7 |
1799 | 2024-03-20T19:17:29.131Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1800 | 2024-03-20T19:17:29.473Z | Compiling curve25519-dalek v4.1.1 |
1801 | 2024-03-20T19:17:29.502Z | Compiling crossbeam-deque v0.8.3 |
1802 | 2024-03-20T19:17:29.536Z | Compiling universal-hash v0.5.1 |
1803 | 2024-03-20T19:17:29.595Z | Compiling opaque-debug v0.3.0 |
1804 | 2024-03-20T19:17:29.709Z | Compiling same-file v1.0.6 |
1805 | 2024-03-20T19:17:29.914Z | Compiling walkdir v2.4.0 |
1806 | 2024-03-20T19:17:29.953Z | Compiling newtype_derive v0.1.6 |
1807 | 2024-03-20T19:17:30.207Z | Compiling semver-parser v0.10.2 |
1808 | 2024-03-20T19:17:30.247Z | Compiling signature v2.1.0 |
1809 | 2024-03-20T19:17:30.459Z | Compiling curve25519-dalek-derive v0.1.0 |
1810 | 2024-03-20T19:17:30.490Z | Compiling blake3 v1.5.0 |
1811 | 2024-03-20T19:17:30.746Z | Compiling num-rational v0.4.1 |
1812 | 2024-03-20T19:17:30.955Z | Compiling getrandom v0.1.16 |
1813 | 2024-03-20T19:17:31.254Z | Compiling semver v0.11.0 |
1814 | 2024-03-20T19:17:31.355Z | Compiling rayon v1.9.0 |
1815 | 2024-03-20T19:17:31.757Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1816 | 2024-03-20T19:17:32.060Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1817 | 2024-03-20T19:17:32.216Z | Compiling usdt-macro v0.5.0 |
1818 | 2024-03-20T19:17:32.796Z | Compiling usdt-attr-macro v0.5.0 |
1819 | 2024-03-20T19:17:33.286Z | Compiling heck v0.3.3 |
1820 | 2024-03-20T19:17:33.582Z | Compiling textwrap v0.11.0 |
1821 | 2024-03-20T19:17:33.967Z | Compiling password-hash v0.5.0 |
1822 | 2024-03-20T19:17:34.152Z | Compiling blake2 v0.10.6 |
1823 | 2024-03-20T19:17:34.588Z | Compiling memmap v0.7.0 |
1824 | 2024-03-20T19:17:34.898Z | Compiling xattr v1.0.1 |
1825 | 2024-03-20T19:17:35.153Z | Compiling memmap2 v0.7.1 |
1826 | 2024-03-20T19:17:35.184Z | Compiling filetime v0.2.23 |
1827 | 2024-03-20T19:17:35.384Z | Compiling linked-hash-map v0.5.6 |
1828 | 2024-03-20T19:17:35.448Z | Compiling base64 v0.22.0 |
1829 | 2024-03-20T19:17:35.945Z | Compiling arrayvec v0.7.4 |
1830 | 2024-03-20T19:17:35.977Z | Compiling strsim v0.8.0 |
1831 | 2024-03-20T19:17:35.977Z | Compiling constant_time_eq v0.3.0 |
1832 | 2024-03-20T19:17:35.977Z | Compiling home v0.5.5 |
1833 | 2024-03-20T19:17:36.021Z | Compiling ansi_term v0.12.1 |
1834 | 2024-03-20T19:17:36.127Z | Compiling arrayref v0.3.7 |
1835 | 2024-03-20T19:17:36.214Z | Compiling quick-error v1.2.3 |
1836 | 2024-03-20T19:17:36.352Z | Compiling libefi-sys v0.1.0 |
1837 | 2024-03-20T19:17:36.379Z | Compiling vec_map v0.8.2 |
1838 | 2024-03-20T19:17:37.054Z | Compiling resolv-conf v0.7.0 |
1839 | 2024-03-20T19:17:37.095Z | Compiling clap v2.34.0 |
1840 | 2024-03-20T19:17:37.095Z | Compiling toolchain_find v0.2.0 |
1841 | 2024-03-20T19:17:37.096Z | Compiling lru-cache v0.1.2 |
1842 | 2024-03-20T19:17:37.096Z | Compiling tar v0.4.40 |
1843 | 2024-03-20T19:17:37.144Z | Compiling usdt v0.5.0 |
1844 | 2024-03-20T19:17:37.200Z | Compiling argon2 v0.5.3 |
1845 | 2024-03-20T19:17:37.901Z | Compiling structopt-derive v0.4.18 |
1846 | 2024-03-20T19:17:38.982Z | Compiling rfc6979 v0.4.0 |
1847 | 2024-03-20T19:17:39.116Z | Compiling toml v0.5.11 |
1848 | 2024-03-20T19:17:39.159Z | Compiling aead v0.5.2 |
1849 | 2024-03-20T19:17:39.325Z | Compiling num-complex v0.4.4 |
1850 | 2024-03-20T19:17:39.451Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1851 | 2024-03-20T19:17:39.731Z | Compiling nibble_vec v0.1.0 |
1852 | 2024-03-20T19:17:39.926Z | Compiling slog-dtrace v0.3.0 |
1853 | 2024-03-20T19:17:40.056Z | Compiling keccak v0.1.4 |
1854 | 2024-03-20T19:17:40.216Z | Compiling utf-8 v0.7.6 |
1855 | 2024-03-20T19:17:40.390Z | Compiling endian-type v0.1.2 |
1856 | 2024-03-20T19:17:40.510Z | Compiling arc-swap v1.6.0 |
1857 | 2024-03-20T19:17:40.611Z | Compiling cancel-safe-futures v0.1.5 |
1858 | 2024-03-20T19:17:40.712Z | Compiling winapi v0.3.9 |
1859 | 2024-03-20T19:17:40.800Z | Compiling topological-sort v0.2.2 |
1860 | 2024-03-20T19:17:40.920Z | Compiling slog-scope v4.4.0 |
1861 | 2024-03-20T19:17:41.003Z | Compiling omicron-zone-package v0.11.0 |
1862 | 2024-03-20T19:17:41.147Z | Compiling radix_trie v0.2.1 |
1863 | 2024-03-20T19:17:41.462Z | Compiling rustfmt-wrapper v0.2.0 |
1864 | 2024-03-20T19:17:41.727Z | Compiling tungstenite v0.20.1 |
1865 | 2024-03-20T19:17:41.820Z | Compiling sha3 v0.10.8 |
1866 | 2024-03-20T19:17:41.998Z | Compiling num v0.4.1 |
1867 | 2024-03-20T19:17:42.055Z | Compiling structopt v0.3.26 |
1868 | 2024-03-20T19:17:42.208Z | Compiling ecdsa v0.16.9 |
1869 | 2024-03-20T19:17:42.428Z | Compiling rand_core v0.5.1 |
1870 | 2024-03-20T19:17:42.576Z | Compiling steno v0.4.0 |
1871 | 2024-03-20T19:17:42.819Z | Compiling mime_guess v2.0.4 |
1872 | 2024-03-20T19:17:43.240Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1873 | 2024-03-20T19:17:43.718Z | Compiling trust-dns-resolver v0.22.0 |
1874 | 2024-03-20T19:17:44.224Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1875 | 2024-03-20T19:17:45.595Z | Compiling poly1305 v0.8.0 |
1876 | 2024-03-20T19:17:46.503Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1877 | 2024-03-20T19:17:46.845Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1878 | 2024-03-20T19:17:47.733Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1879 | 2024-03-20T19:17:47.852Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1880 | 2024-03-20T19:17:48.106Z | Compiling primeorder v0.13.6 |
1881 | 2024-03-20T19:17:48.529Z | Compiling chacha20 v0.9.1 |
1882 | 2024-03-20T19:17:48.910Z | Compiling secrecy v0.8.0 |
1883 | 2024-03-20T19:17:49.186Z | Compiling thiserror-impl-no-std v2.0.2 |
1884 | 2024-03-20T19:17:56.083Z | Compiling humantime v2.1.0 |
1885 | 2024-03-20T19:17:56.177Z | Compiling option-ext v0.2.0 |
1886 | 2024-03-20T19:17:56.177Z | Compiling convert_case v0.4.0 |
1887 | 2024-03-20T19:17:56.178Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1888 | 2024-03-20T19:17:56.178Z | Compiling derive_more v0.99.17 |
1889 | 2024-03-20T19:17:56.178Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1890 | 2024-03-20T19:17:56.178Z | Compiling thiserror-no-std v2.0.2 |
1891 | 2024-03-20T19:17:56.178Z | Compiling dirs-sys v0.4.1 |
1892 | 2024-03-20T19:17:56.178Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1893 | 2024-03-20T19:17:56.178Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1894 | 2024-03-20T19:17:56.178Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1895 | 2024-03-20T19:17:56.799Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1896 | 2024-03-20T19:17:57.164Z | Compiling rand_chacha v0.2.2 |
1897 | 2024-03-20T19:17:57.207Z | Compiling tokio-tungstenite v0.20.1 |
1898 | 2024-03-20T19:17:58.230Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1899 | 2024-03-20T19:17:58.942Z | Compiling trust-dns-client v0.22.0 |
1900 | 2024-03-20T19:18:00.086Z | Compiling slog-stdlog v4.1.1 |
1901 | 2024-03-20T19:18:00.997Z | Compiling ed25519 v2.2.2 |
1902 | 2024-03-20T19:18:01.358Z | Compiling polyval v0.6.1 |
1903 | 2024-03-20T19:18:01.428Z | Compiling ctr v0.9.2 |
1904 | 2024-03-20T19:18:01.669Z | Compiling aes v0.8.3 |
1905 | 2024-03-20T19:18:01.724Z | Compiling blowfish v0.9.1 |
1906 | 2024-03-20T19:18:01.791Z | Compiling password-hash v0.4.2 |
1907 | 2024-03-20T19:18:02.108Z | Compiling libsw v3.3.1 |
1908 | 2024-03-20T19:18:02.386Z | Compiling pbkdf2 v0.12.2 |
1909 | 2024-03-20T19:18:02.556Z | Compiling derive-where v1.2.7 |
1910 | 2024-03-20T19:18:03.777Z | Compiling gethostname v0.4.3 |
1911 | 2024-03-20T19:18:03.891Z | Compiling owo-colors v4.0.0 |
1912 | 2024-03-20T19:18:04.038Z | Compiling swrite v0.1.0 |
1913 | 2024-03-20T19:18:04.198Z | Compiling linear-map v1.2.0 |
1914 | 2024-03-20T19:18:04.532Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1915 | 2024-03-20T19:18:06.029Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1916 | 2024-03-20T19:18:08.161Z | Compiling trust-dns-server v0.22.1 |
1917 | 2024-03-20T19:18:09.928Z | Compiling bcrypt-pbkdf v0.10.0 |
1918 | 2024-03-20T19:18:10.253Z | Compiling pbkdf2 v0.11.0 |
1919 | 2024-03-20T19:18:10.359Z | Compiling ghash v0.5.0 |
1920 | 2024-03-20T19:18:10.549Z | Compiling ed25519-dalek v2.0.0 |
1921 | 2024-03-20T19:18:10.632Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1922 | 2024-03-20T19:18:11.878Z | Compiling slog-envlogger v2.2.0 |
1923 | 2024-03-20T19:18:12.109Z | Compiling russh-cryptovec v0.7.0 |
1924 | 2024-03-20T19:18:12.205Z | Compiling rand v0.7.3 |
1925 | 2024-03-20T19:18:12.480Z | Compiling dirs v5.0.1 |
1926 | 2024-03-20T19:18:12.726Z | Compiling vsss-rs v3.3.4 |
1927 | 2024-03-20T19:18:13.719Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1928 | 2024-03-20T19:18:14.096Z | Compiling chacha20poly1305 v0.10.1 |
1929 | 2024-03-20T19:18:14.236Z | Compiling p521 v0.13.3 |
1930 | 2024-03-20T19:18:14.301Z | Compiling p256 v0.13.2 |
1931 | 2024-03-20T19:18:14.344Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1932 | 2024-03-20T19:18:16.117Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1933 | 2024-03-20T19:18:16.379Z | Compiling cbc v0.1.2 |
1934 | 2024-03-20T19:18:16.589Z | Compiling pem v3.0.2 |
1935 | 2024-03-20T19:18:17.141Z | Compiling headers-core v0.2.0 |
1936 | 2024-03-20T19:18:17.286Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1937 | 2024-03-20T19:18:17.964Z | Compiling kstat-rs v0.2.3 |
1938 | 2024-03-20T19:18:18.769Z | Compiling nanorand v0.7.0 |
1939 | 2024-03-20T19:18:19.119Z | Compiling http-range v0.1.5 |
1940 | 2024-03-20T19:18:19.244Z | Compiling md5 v0.7.0 |
1941 | 2024-03-20T19:18:19.416Z | Compiling glob v0.3.1 |
1942 | 2024-03-20T19:18:19.674Z | Compiling russh-keys v0.42.0 |
1943 | 2024-03-20T19:18:21.111Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1944 | 2024-03-20T19:18:21.203Z | Compiling hyper-staticfile v0.9.5 |
1945 | 2024-03-20T19:18:22.317Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1946 | 2024-03-20T19:18:23.980Z | Compiling flume v0.11.0 |
1947 | 2024-03-20T19:18:24.671Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1948 | 2024-03-20T19:18:26.332Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1949 | 2024-03-20T19:18:27.167Z | Compiling headers v0.3.9 |
1950 | 2024-03-20T19:18:30.018Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1951 | 2024-03-20T19:18:30.440Z | Compiling rcgen v0.12.1 |
1952 | 2024-03-20T19:18:37.437Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1953 | 2024-03-20T19:18:38.458Z | Compiling aes-gcm v0.10.3 |
1954 | 2024-03-20T19:18:38.717Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1955 | 2024-03-20T19:18:39.144Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1956 | 2024-03-20T19:18:43.907Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1957 | 2024-03-20T19:18:46.167Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1958 | 2024-03-20T19:18:54.049Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1959 | 2024-03-20T19:18:57.969Z | Compiling atomicwrites v0.4.3 |
1960 | 2024-03-20T19:18:58.415Z | Compiling itertools v0.12.1 |
1961 | 2024-03-20T19:18:59.058Z | Compiling subprocess v0.2.9 |
1962 | 2024-03-20T19:18:59.824Z | Compiling dhcproto-macros v0.1.0 |
1963 | 2024-03-20T19:19:00.513Z | Compiling hex-literal v0.4.1 |
1964 | 2024-03-20T19:19:00.698Z | Compiling display-error-chain v0.2.0 |
1965 | 2024-03-20T19:19:00.876Z | Compiling russh v0.42.0 |
1966 | 2024-03-20T19:19:01.372Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1967 | 2024-03-20T19:19:01.585Z | Compiling dhcproto v0.11.0 |
1968 | 2024-03-20T19:19:01.845Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1969 | 2024-03-20T19:19:03.414Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1970 | 2024-03-20T19:19:03.530Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1971 | 2024-03-20T19:19:03.969Z | Compiling internet-checksum v0.2.1 |
1972 | 2024-03-20T19:19:29.235Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1973 | 2024-03-20T19:20:55.990Z | Finished release [optimized] target(s) in 7m 25s |
1974 | 2024-03-20T19:20:56.726Z | + cp target/release/commtest /out/ |
1975 | 2024-03-20T19:20:56.759Z | + cp target/release/dhcp-server /out/ |
1976 | 2024-03-20T19:20:56.760Z | + banner testbed |
1977 | 2024-03-20T19:20:56.760Z | |
1978 | 2024-03-20T19:20:56.760Z | ##### ###### #### ##### ##### ###### ##### |
1979 | 2024-03-20T19:20:56.760Z | # # # # # # # # # |
1980 | 2024-03-20T19:20:56.760Z | # ##### #### # ##### ##### # # |
1981 | 2024-03-20T19:20:56.760Z | # # # # # # # # # |
1982 | 2024-03-20T19:20:56.760Z | # # # # # # # # # # |
1983 | 2024-03-20T19:20:56.760Z | # ###### #### # ##### ###### ##### |
1984 | 2024-03-20T19:20:56.760Z | |
1985 | 2024-03-20T19:20:56.760Z | + cd /work/oxidecomputer |
1986 | 2024-03-20T19:20:56.761Z | + rm -rf testbed |
1987 | 2024-03-20T19:20:56.761Z | + git clone https://github.com/oxidecomputer/testbed |
1988 | 2024-03-20T19:20:56.761Z | Cloning into 'testbed'... |
1989 | 2024-03-20T19:20:57.510Z | + cd testbed/a4x2 |
1990 | 2024-03-20T19:20:57.510Z | + OMICRON=/work/oxidecomputer/omicron |
1991 | 2024-03-20T19:20:57.510Z | + ./config/build-packages.sh |
1992 | 2024-03-20T19:20:57.546Z | + export 'RUSTFLAGS=--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab' |
1993 | 2024-03-20T19:20:57.546Z | + RUSTFLAGS='--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab' |
1994 | 2024-03-20T19:20:57.546Z | +++ dirname ./config/build-packages.sh |
1995 | 2024-03-20T19:20:57.546Z | ++ cd -- ./config |
1996 | 2024-03-20T19:20:57.547Z | ++ pwd -P |
1997 | 2024-03-20T19:20:57.547Z | + HERE=/work/oxidecomputer/testbed/a4x2/config/../ |
1998 | 2024-03-20T19:20:57.547Z | + OMICRON=/work/oxidecomputer/omicron |
1999 | 2024-03-20T19:20:57.547Z | + rm -rf cargo-bay/tools |
2000 | 2024-03-20T19:20:57.547Z | + cp -r /work/oxidecomputer/omicron/tools cargo-bay/ |
2001 | 2024-03-20T19:20:57.547Z | + banner G0 |
2002 | 2024-03-20T19:20:57.548Z | ##### ### |
2003 | 2024-03-20T19:20:57.548Z | # # # # |
2004 | 2024-03-20T19:20:57.548Z | # # # |
2005 | 2024-03-20T19:20:57.548Z | # #### # # |
2006 | 2024-03-20T19:20:57.548Z | # # # # |
2007 | 2024-03-20T19:20:57.548Z | # # # # |
2008 | 2024-03-20T19:20:57.548Z | ##### ### |
2009 | 2024-03-20T19:20:57.548Z | |
2010 | 2024-03-20T19:20:57.548Z | + . config/build-g0.sh |
2011 | 2024-03-20T19:20:57.548Z | ++ [[ '' == \s\t\a\t\i\c ]] |
2012 | 2024-03-20T19:20:57.548Z | ++ [[ '' == true ]] |
2013 | 2024-03-20T19:20:57.548Z | ++ cp config/config-rss.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/ |
2014 | 2024-03-20T19:20:57.548Z | ++ cp config/g0-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
2015 | 2024-03-20T19:20:57.548Z | ++ cp config/mgs-sim-switch0.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml |
2016 | 2024-03-20T19:20:57.548Z | ++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml |
2017 | 2024-03-20T19:20:57.548Z | ++ cd /work/oxidecomputer/omicron |
2018 | 2024-03-20T19:20:57.548Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
2019 | 2024-03-20T19:20:58.214Z | Downloading crates ... |
2020 | 2024-03-20T19:20:59.829Z | Downloaded castaway v0.2.2 |
2021 | 2024-03-20T19:20:59.829Z | Downloaded rustyline v13.0.0 |
2022 | 2024-03-20T19:20:59.829Z | Downloaded vte_generate_state_changes v0.1.1 |
2023 | 2024-03-20T19:20:59.829Z | Downloaded tiny-keccak v2.0.2 |
2024 | 2024-03-20T19:20:59.829Z | Downloaded unarray v0.1.4 |
2025 | 2024-03-20T19:20:59.829Z | Downloaded which v4.4.0 |
2026 | 2024-03-20T19:20:59.829Z | Downloaded wyz v0.5.1 |
2027 | 2024-03-20T19:20:59.829Z | Downloaded tui-tree-widget v0.17.0 |
2028 | 2024-03-20T19:20:59.829Z | Downloaded vte v0.11.1 |
2029 | 2024-03-20T19:20:59.829Z | Downloaded unicode_categories v0.1.1 |
2030 | 2024-03-20T19:20:59.829Z | Downloaded x509-cert v0.2.4 |
2031 | 2024-03-20T19:20:59.829Z | Downloaded tabled v0.15.0 |
2032 | 2024-03-20T19:20:59.829Z | Downloaded regex-syntax v0.6.29 |
2033 | 2024-03-20T19:20:59.829Z | Downloaded ratatui v0.26.1 |
2034 | 2024-03-20T19:20:59.829Z | Downloaded proptest v1.4.0 |
2035 | 2024-03-20T19:20:59.829Z | Downloaded polar-core v0.27.0 |
2036 | 2024-03-20T19:20:59.829Z | Downloaded object v0.30.4 |
2037 | 2024-03-20T19:20:59.830Z | Downloaded nix v0.27.1 |
2038 | 2024-03-20T19:20:59.830Z | Downloaded sqlparser v0.43.1 |
2039 | 2024-03-20T19:20:59.830Z | Downloaded salty v0.2.0 |
2040 | 2024-03-20T19:20:59.830Z | Downloaded rsa v0.9.2 |
2041 | 2024-03-20T19:20:59.830Z | Downloaded reedline v0.30.0 |
2042 | 2024-03-20T19:20:59.830Z | Downloaded quick-xml v0.30.0 |
2043 | 2024-03-20T19:20:59.830Z | Downloaded prettyplease v0.2.16 |
2044 | 2024-03-20T19:20:59.830Z | Downloaded portable-atomic v1.4.3 |
2045 | 2024-03-20T19:20:59.830Z | Downloaded pin-project v1.1.3 |
2046 | 2024-03-20T19:20:59.830Z | Downloaded num-bigint-dig v0.8.4 |
2047 | 2024-03-20T19:20:59.830Z | Downloaded hashbrown v0.13.2 |
2048 | 2024-03-20T19:20:59.830Z | Downloaded typed-path v0.7.0 |
2049 | 2024-03-20T19:20:59.830Z | Downloaded tough v0.16.0 |
2050 | 2024-03-20T19:20:59.830Z | Downloaded ron v0.8.1 |
2051 | 2024-03-20T19:20:59.830Z | Downloaded papergrid v0.11.0 |
2052 | 2024-03-20T19:20:59.830Z | Downloaded libxml v0.3.3 |
2053 | 2024-03-20T19:20:59.830Z | Downloaded crc-any v2.4.3 |
2054 | 2024-03-20T19:20:59.830Z | Downloaded test-strategy v0.3.1 |
2055 | 2024-03-20T19:20:59.830Z | Downloaded signal-hook-tokio v0.3.1 |
2056 | 2024-03-20T19:20:59.830Z | Downloaded shlex v1.3.0 |
2057 | 2024-03-20T19:20:59.830Z | Downloaded shell-words v1.1.0 |
2058 | 2024-03-20T19:20:59.830Z | Downloaded serde_plain v1.0.2 |
2059 | 2024-03-20T19:20:59.830Z | Downloaded serde-big-array v0.4.1 |
2060 | 2024-03-20T19:20:59.831Z | Downloaded ref-cast v1.0.20 |
2061 | 2024-03-20T19:20:59.831Z | Downloaded rand_xorshift v0.3.0 |
2062 | 2024-03-20T19:20:59.831Z | Downloaded rand_seeder v0.2.3 |
2063 | 2024-03-20T19:20:59.831Z | Downloaded predicates-tree v1.0.9 |
2064 | 2024-03-20T19:20:59.831Z | Downloaded pkcs1 v0.7.5 |
2065 | 2024-03-20T19:20:59.831Z | Downloaded pin-project-internal v1.1.3 |
2066 | 2024-03-20T19:20:59.831Z | Downloaded peeking_take_while v0.1.2 |
2067 | 2024-03-20T19:20:59.831Z | Downloaded oso v0.27.0 |
2068 | 2024-03-20T19:20:59.831Z | Downloaded nu-ansi-term v0.50.0 |
2069 | 2024-03-20T19:20:59.831Z | Downloaded lalrpop v0.19.12 |
2070 | 2024-03-20T19:20:59.831Z | Downloaded serde-hex v0.1.0 |
2071 | 2024-03-20T19:20:59.831Z | Downloaded serde-big-array v0.5.1 |
2072 | 2024-03-20T19:20:59.831Z | Downloaded rusty-fork v0.3.0 |
2073 | 2024-03-20T19:20:59.831Z | Downloaded rustc-hash v1.1.0 |
2074 | 2024-03-20T19:20:59.831Z | Downloaded rtoolbox v0.0.1 |
2075 | 2024-03-20T19:20:59.831Z | Downloaded ref-cast-impl v1.0.20 |
2076 | 2024-03-20T19:20:59.831Z | Downloaded radium v0.7.0 |
2077 | 2024-03-20T19:20:59.831Z | Downloaded packed_struct_codegen v0.10.1 |
2078 | 2024-03-20T19:20:59.831Z | Downloaded packed_struct v0.10.1 |
2079 | 2024-03-20T19:20:59.831Z | Downloaded olpc-cjson v0.1.3 |
2080 | 2024-03-20T19:20:59.831Z | Downloaded nodrop v0.1.14 |
2081 | 2024-03-20T19:20:59.831Z | Downloaded multimap v0.10.0 |
2082 | 2024-03-20T19:20:59.831Z | Downloaded rpassword v7.3.1 |
2083 | 2024-03-20T19:20:59.832Z | Downloaded fatfs v0.3.6 |
2084 | 2024-03-20T19:20:59.832Z | Downloaded crc-catalog v2.2.0 |
2085 | 2024-03-20T19:20:59.832Z | Downloaded wait-timeout v0.2.0 |
2086 | 2024-03-20T19:20:59.832Z | Downloaded path-slash v0.1.5 |
2087 | 2024-03-20T19:20:59.832Z | Downloaded parse-size v1.0.0 |
2088 | 2024-03-20T19:20:59.832Z | Downloaded oso-derive v0.27.0 |
2089 | 2024-03-20T19:20:59.832Z | Downloaded number_prefix v0.4.0 |
2090 | 2024-03-20T19:20:59.832Z | Downloaded indoc v2.0.3 |
2091 | 2024-03-20T19:20:59.832Z | Downloaded unicode-linebreak v0.1.5 |
2092 | 2024-03-20T19:20:59.832Z | Downloaded termios v0.3.3 |
2093 | 2024-03-20T19:20:59.832Z | Downloaded impl-trait-for-tuples v0.2.2 |
2094 | 2024-03-20T19:20:59.832Z | Downloaded fd-lock v4.0.2 |
2095 | 2024-03-20T19:20:59.832Z | Downloaded tabled_derive v0.7.0 |
2096 | 2024-03-20T19:20:59.832Z | Downloaded supports-color v3.0.0 |
2097 | 2024-03-20T19:20:59.832Z | Downloaded strip-ansi-escapes v0.2.0 |
2098 | 2024-03-20T19:20:59.832Z | Downloaded is_ci v1.2.0 |
2099 | 2024-03-20T19:20:59.832Z | Downloaded downcast v0.11.0 |
2100 | 2024-03-20T19:20:59.832Z | Downloaded textwrap v0.16.1 |
2101 | 2024-03-20T19:20:59.832Z | Downloaded termtree v0.4.1 |
2102 | 2024-03-20T19:20:59.832Z | Downloaded termcolor v1.2.0 |
2103 | 2024-03-20T19:20:59.832Z | Downloaded tap v1.0.1 |
2104 | 2024-03-20T19:20:59.832Z | Downloaded strum_macros v0.24.3 |
2105 | 2024-03-20T19:20:59.832Z | Downloaded strum v0.25.0 |
2106 | 2024-03-20T19:20:59.832Z | Downloaded structmeta-derive v0.2.0 |
2107 | 2024-03-20T19:20:59.832Z | Downloaded structmeta v0.2.0 |
2108 | 2024-03-20T19:20:59.833Z | Downloaded stability v0.1.1 |
2109 | 2024-03-20T19:20:59.833Z | Downloaded sqlparser_derive v0.2.2 |
2110 | 2024-03-20T19:20:59.833Z | Downloaded sqlformat v0.2.3 |
2111 | 2024-03-20T19:20:59.833Z | Downloaded snafu-derive v0.7.5 |
2112 | 2024-03-20T19:20:59.833Z | Downloaded snafu v0.7.5 |
2113 | 2024-03-20T19:20:59.833Z | Downloaded smawk v0.3.1 |
2114 | 2024-03-20T19:20:59.833Z | Downloaded smallvec v0.6.14 |
2115 | 2024-03-20T19:20:59.833Z | Downloaded signature v1.6.4 |
2116 | 2024-03-20T19:20:59.833Z | Downloaded mockall_derive v0.12.0 |
2117 | 2024-03-20T19:20:59.833Z | Downloaded mockall v0.12.0 |
2118 | 2024-03-20T19:20:59.833Z | Downloaded maplit v1.0.2 |
2119 | 2024-03-20T19:20:59.833Z | Downloaded lru v0.12.1 |
2120 | 2024-03-20T19:20:59.909Z | Downloaded libloading v0.7.4 |
2121 | 2024-03-20T19:20:59.910Z | Downloaded lazycell v1.3.0 |
2122 | 2024-03-20T19:20:59.910Z | Downloaded is-terminal v0.4.9 |
2123 | 2024-03-20T19:20:59.910Z | Downloaded indoc v1.0.9 |
2124 | 2024-03-20T19:20:59.910Z | Downloaded funty v2.0.0 |
2125 | 2024-03-20T19:20:59.910Z | Downloaded fs-err v2.11.0 |
2126 | 2024-03-20T19:20:59.910Z | Downloaded fragile v2.0.0 |
2127 | 2024-03-20T19:20:59.910Z | Downloaded ed25519 v1.5.3 |
2128 | 2024-03-20T19:20:59.910Z | Downloaded doc-comment v0.3.3 |
2129 | 2024-03-20T19:20:59.910Z | Downloaded derive_builder_macro v0.12.0 |
2130 | 2024-03-20T19:20:59.910Z | Downloaded darling_core v0.14.4 |
2131 | 2024-03-20T19:20:59.910Z | Downloaded csv v1.3.0 |
2132 | 2024-03-20T19:20:59.910Z | Downloaded crunchy v0.2.2 |
2133 | 2024-03-20T19:20:59.910Z | Downloaded corncobs v0.1.3 |
2134 | 2024-03-20T19:20:59.910Z | Downloaded cookie v0.18.0 |
2135 | 2024-03-20T19:20:59.911Z | Downloaded memoffset v0.7.1 |
2136 | 2024-03-20T19:20:59.911Z | Downloaded maybe-uninit v2.0.0 |
2137 | 2024-03-20T19:20:59.911Z | Downloaded indicatif v0.17.8 |
2138 | 2024-03-20T19:20:59.911Z | Downloaded highway v1.1.0 |
2139 | 2024-03-20T19:20:59.911Z | Downloaded globset v0.4.13 |
2140 | 2024-03-20T19:20:59.911Z | Downloaded fd-lock v3.0.13 |
2141 | 2024-03-20T19:20:59.911Z | Downloaded env_logger v0.10.0 |
2142 | 2024-03-20T19:20:59.911Z | Downloaded ena v0.14.2 |
2143 | 2024-03-20T19:20:59.911Z | Downloaded diff v0.1.13 |
2144 | 2024-03-20T19:20:59.911Z | Downloaded derive_builder_core v0.12.0 |
2145 | 2024-03-20T19:20:59.911Z | Downloaded derive_builder v0.12.0 |
2146 | 2024-03-20T19:20:59.912Z | Downloaded darling_macro v0.14.4 |
2147 | 2024-03-20T19:20:59.912Z | Downloaded darling v0.14.4 |
2148 | 2024-03-20T19:20:59.912Z | Downloaded csv-core v0.1.11 |
2149 | 2024-03-20T19:20:59.912Z | Downloaded crc v3.0.1 |
2150 | 2024-03-20T19:20:59.912Z | Downloaded compact_str v0.7.1 |
2151 | 2024-03-20T19:20:59.912Z | Downloaded clang-sys v1.6.1 |
2152 | 2024-03-20T19:20:59.912Z | Downloaded cexpr v0.6.0 |
2153 | 2024-03-20T19:20:59.912Z | Downloaded cassowary v0.3.0 |
2154 | 2024-03-20T19:20:59.912Z | Downloaded buf-list v1.0.3 |
2155 | 2024-03-20T19:20:59.912Z | Downloaded bitvec v1.0.1 |
2156 | 2024-03-20T19:20:59.912Z | Downloaded bitfield v0.14.0 |
2157 | 2024-03-20T19:20:59.912Z | Downloaded bindgen v0.69.2 |
2158 | 2024-03-20T19:20:59.912Z | Downloaded bytecount v0.6.3 |
2159 | 2024-03-20T19:20:59.913Z | Downloaded bcs v0.1.6 |
2160 | 2024-03-20T19:20:59.913Z | Downloaded bb8 v0.8.3 |
2161 | 2024-03-20T19:20:59.913Z | Downloaded async-recursion v1.0.5 |
2162 | 2024-03-20T19:20:59.913Z | Downloaded assert_matches v1.5.0 |
2163 | 2024-03-20T19:20:59.913Z | Downloaded ascii-canvas v3.0.0 |
2164 | 2024-03-20T19:20:59.913Z | Downloaded array-init v0.0.4 |
2165 | 2024-03-20T19:20:59.970Z | Compiling proc-macro2 v1.0.78 |
2166 | 2024-03-20T19:20:59.971Z | Compiling unicode-ident v1.0.12 |
2167 | 2024-03-20T19:20:59.971Z | Compiling libc v0.2.153 |
2168 | 2024-03-20T19:20:59.971Z | Compiling serde v1.0.197 |
2169 | 2024-03-20T19:20:59.971Z | Compiling version_check v0.9.4 |
2170 | 2024-03-20T19:20:59.971Z | Compiling autocfg v1.1.0 |
2171 | 2024-03-20T19:20:59.971Z | Compiling cfg-if v1.0.0 |
2172 | 2024-03-20T19:20:59.971Z | Compiling syn v1.0.109 |
2173 | 2024-03-20T19:20:59.971Z | Compiling once_cell v1.19.0 |
2174 | 2024-03-20T19:20:59.971Z | Compiling byteorder v1.5.0 |
2175 | 2024-03-20T19:20:59.971Z | Compiling serde_json v1.0.114 |
2176 | 2024-03-20T19:20:59.971Z | Compiling libm v0.2.7 |
2177 | 2024-03-20T19:20:59.971Z | Compiling memchr v2.7.1 |
2178 | 2024-03-20T19:20:59.971Z | Compiling ahash v0.8.8 |
2179 | 2024-03-20T19:21:00.006Z | Compiling lock_api v0.4.10 |
2180 | 2024-03-20T19:21:00.092Z | Compiling num-traits v0.2.18 |
2181 | 2024-03-20T19:21:00.119Z | Compiling parking_lot_core v0.9.8 |
2182 | 2024-03-20T19:21:00.232Z | Compiling thiserror v1.0.57 |
2183 | 2024-03-20T19:21:00.433Z | Compiling itoa v1.0.9 |
2184 | 2024-03-20T19:21:00.594Z | Compiling quote v1.0.35 |
2185 | 2024-03-20T19:21:00.648Z | Compiling typenum v1.16.0 |
2186 | 2024-03-20T19:21:00.798Z | Compiling scopeguard v1.2.0 |
2187 | 2024-03-20T19:21:00.913Z | Compiling syn v2.0.52 |
2188 | 2024-03-20T19:21:01.052Z | Compiling cc v1.0.83 |
2189 | 2024-03-20T19:21:01.124Z | Compiling getrandom v0.2.12 |
2190 | 2024-03-20T19:21:01.428Z | Compiling generic-array v0.14.7 |
2191 | 2024-03-20T19:21:01.494Z | Compiling log v0.4.21 |
2192 | 2024-03-20T19:21:01.804Z | Compiling allocator-api2 v0.2.16 |
2193 | 2024-03-20T19:21:01.982Z | Compiling pkg-config v0.3.27 |
2194 | 2024-03-20T19:21:02.200Z | Compiling slab v0.4.9 |
2195 | 2024-03-20T19:21:02.231Z | Compiling smallvec v1.13.1 |
2196 | 2024-03-20T19:21:02.453Z | Compiling schemars v0.8.16 |
2197 | 2024-03-20T19:21:02.485Z | Compiling ryu v1.0.15 |
2198 | 2024-03-20T19:21:02.790Z | Compiling heck v0.4.1 |
2199 | 2024-03-20T19:21:02.886Z | Compiling equivalent v1.0.1 |
2200 | 2024-03-20T19:21:03.124Z | Compiling pin-project-lite v0.2.13 |
2201 | 2024-03-20T19:21:03.209Z | Compiling ring v0.17.8 |
2202 | 2024-03-20T19:21:03.365Z | Compiling vcpkg v0.2.15 |
2203 | 2024-03-20T19:21:03.958Z | Compiling parking_lot v0.12.1 |
2204 | 2024-03-20T19:21:04.873Z | Compiling openssl-sys v0.9.96 |
2205 | 2024-03-20T19:21:05.009Z | Compiling signal-hook-registry v1.4.1 |
2206 | 2024-03-20T19:21:05.278Z | Compiling mio v0.8.11 |
2207 | 2024-03-20T19:21:05.597Z | Compiling fnv v1.0.7 |
2208 | 2024-03-20T19:21:05.674Z | Compiling num-conv v0.1.0 |
2209 | 2024-03-20T19:21:05.720Z | Compiling time-core v0.1.2 |
2210 | 2024-03-20T19:21:05.890Z | Compiling rand_core v0.6.4 |
2211 | 2024-03-20T19:21:05.940Z | Compiling time-macros v0.2.17 |
2212 | 2024-03-20T19:21:06.225Z | Compiling crossbeam-utils v0.8.19 |
2213 | 2024-03-20T19:21:06.358Z | Compiling ring v0.16.20 |
2214 | 2024-03-20T19:21:06.666Z | Compiling socket2 v0.5.5 |
2215 | 2024-03-20T19:21:06.785Z | Compiling num_cpus v1.16.0 |
2216 | 2024-03-20T19:21:06.874Z | Compiling iana-time-zone v0.1.57 |
2217 | 2024-03-20T19:21:06.932Z | Compiling httparse v1.8.0 |
2218 | 2024-03-20T19:21:07.469Z | Compiling serde_derive_internals v0.26.0 |
2219 | 2024-03-20T19:21:07.959Z | Compiling futures-core v0.3.30 |
2220 | 2024-03-20T19:21:08.174Z | Compiling rustix v0.38.31 |
2221 | 2024-03-20T19:21:08.200Z | Compiling ucd-trie v0.1.6 |
2222 | 2024-03-20T19:21:08.226Z | Compiling spin v0.5.2 |
2223 | 2024-03-20T19:21:08.306Z | Compiling openssl v0.10.60 |
2224 | 2024-03-20T19:21:08.618Z | Compiling semver v1.0.22 |
2225 | 2024-03-20T19:21:08.701Z | Compiling backtrace v0.3.69 |
2226 | 2024-03-20T19:21:09.053Z | Compiling slog v2.7.0 |
2227 | 2024-03-20T19:21:09.079Z | Compiling native-tls v0.2.11 |
2228 | 2024-03-20T19:21:09.282Z | Compiling rustls v0.21.9 |
2229 | 2024-03-20T19:21:09.282Z | Compiling tinyvec_macros v0.1.1 |
2230 | 2024-03-20T19:21:09.365Z | Compiling winnow v0.5.15 |
2231 | 2024-03-20T19:21:09.456Z | Compiling tinyvec v1.6.0 |
2232 | 2024-03-20T19:21:09.489Z | Compiling spin v0.9.8 |
2233 | 2024-03-20T19:21:09.711Z | Compiling dyn-clone v1.0.17 |
2234 | 2024-03-20T19:21:09.849Z | Compiling unicode-xid v0.2.4 |
2235 | 2024-03-20T19:21:09.954Z | Compiling crc32fast v1.3.2 |
2236 | 2024-03-20T19:21:09.981Z | Compiling uuid v0.8.2 |
2237 | 2024-03-20T19:21:10.006Z | Compiling subtle v2.5.0 |
2238 | 2024-03-20T19:21:10.032Z | Compiling futures-sink v0.3.30 |
2239 | 2024-03-20T19:21:10.164Z | Compiling const-oid v0.9.6 |
2240 | 2024-03-20T19:21:10.251Z | Compiling synstructure v0.12.6 |
2241 | 2024-03-20T19:21:10.668Z | Compiling unicode-normalization v0.1.22 |
2242 | 2024-03-20T19:21:12.429Z | Compiling cookie v0.17.0 |
2243 | 2024-03-20T19:21:12.876Z | Compiling anyhow v1.0.79 |
2244 | 2024-03-20T19:21:12.876Z | Compiling unicode-bidi v0.3.15 |
2245 | 2024-03-20T19:21:12.876Z | Compiling serde_derive v1.0.197 |
2246 | 2024-03-20T19:21:12.876Z | Compiling zerocopy-derive v0.7.32 |
2247 | 2024-03-20T19:21:12.876Z | Compiling thiserror-impl v1.0.57 |
2248 | 2024-03-20T19:21:12.876Z | Compiling zeroize_derive v1.4.2 |
2249 | 2024-03-20T19:21:12.876Z | Compiling tokio-macros v2.2.0 |
2250 | 2024-03-20T19:21:12.876Z | Compiling schemars_derive v0.8.16 |
2251 | 2024-03-20T19:21:12.910Z | Compiling futures-macro v0.3.30 |
2252 | 2024-03-20T19:21:13.313Z | Compiling tracing-attributes v0.1.27 |
2253 | 2024-03-20T19:21:13.431Z | Compiling zeroize v1.7.0 |
2254 | 2024-03-20T19:21:13.646Z | Compiling zerocopy v0.7.32 |
2255 | 2024-03-20T19:21:14.573Z | Compiling pest v2.7.6 |
2256 | 2024-03-20T19:21:14.854Z | Compiling openssl-macros v0.1.1 |
2257 | 2024-03-20T19:21:15.545Z | Compiling hashbrown v0.14.3 |
2258 | 2024-03-20T19:21:16.099Z | Compiling zerocopy-derive v0.2.0 |
2259 | 2024-03-20T19:21:16.619Z | Compiling pest_meta v2.7.6 |
2260 | 2024-03-20T19:21:16.739Z | Compiling futures-channel v0.3.30 |
2261 | 2024-03-20T19:21:16.974Z | Compiling tracing-core v0.1.32 |
2262 | 2024-03-20T19:21:17.153Z | Compiling pin-utils v0.1.0 |
2263 | 2024-03-20T19:21:17.180Z | Compiling futures-task v0.3.30 |
2264 | 2024-03-20T19:21:17.434Z | Compiling futures-io v0.3.30 |
2265 | 2024-03-20T19:21:17.689Z | Compiling pest_generator v2.7.6 |
2266 | 2024-03-20T19:21:17.738Z | Compiling tracing v0.1.40 |
2267 | 2024-03-20T19:21:17.764Z | Compiling futures-util v0.3.30 |
2268 | 2024-03-20T19:21:19.007Z | Compiling crypto-common v0.1.6 |
2269 | 2024-03-20T19:21:19.051Z | Compiling der_derive v0.7.2 |
2270 | 2024-03-20T19:21:19.222Z | Compiling aho-corasick v1.1.2 |
2271 | 2024-03-20T19:21:19.763Z | Compiling regex-syntax v0.8.2 |
2272 | 2024-03-20T19:21:20.035Z | Compiling pest_derive v2.7.6 |
2273 | 2024-03-20T19:21:20.635Z | Compiling powerfmt v0.2.0 |
2274 | 2024-03-20T19:21:21.048Z | Compiling deranged v0.3.11 |
2275 | 2024-03-20T19:21:22.938Z | Compiling bytes v1.5.0 |
2276 | 2024-03-20T19:21:23.381Z | Compiling indexmap v2.2.5 |
2277 | 2024-03-20T19:21:23.414Z | Compiling toml_datetime v0.6.5 |
2278 | 2024-03-20T19:21:23.768Z | Compiling uuid v1.7.0 |
2279 | 2024-03-20T19:21:23.930Z | Compiling chrono v0.4.34 |
2280 | 2024-03-20T19:21:24.187Z | Compiling bitflags v2.4.2 |
2281 | 2024-03-20T19:21:24.628Z | Compiling tokio v1.36.0 |
2282 | 2024-03-20T19:21:24.822Z | Compiling serde_spanned v0.6.5 |
2283 | 2024-03-20T19:21:25.158Z | Compiling toml_edit v0.19.15 |
2284 | 2024-03-20T19:21:27.873Z | Compiling http v0.2.12 |
2285 | 2024-03-20T19:21:29.664Z | Compiling regex-automata v0.4.5 |
2286 | 2024-03-20T19:21:29.780Z | Compiling block-buffer v0.10.4 |
2287 | 2024-03-20T19:21:29.991Z | Compiling rustc_version v0.4.0 |
2288 | 2024-03-20T19:21:30.451Z | Compiling usdt-impl v0.3.5 |
2289 | 2024-03-20T19:21:30.727Z | Compiling rustversion v1.0.14 |
2290 | 2024-03-20T19:21:30.850Z | Compiling num_threads v0.1.6 |
2291 | 2024-03-20T19:21:30.970Z | Compiling untrusted v0.9.0 |
2292 | 2024-03-20T19:21:31.215Z | Compiling unicode-width v0.1.11 |
2293 | 2024-03-20T19:21:31.366Z | Compiling time v0.3.34 |
2294 | 2024-03-20T19:21:31.603Z | Compiling heapless v0.7.16 |
2295 | 2024-03-20T19:21:31.831Z | Compiling digest v0.10.7 |
2296 | 2024-03-20T19:21:31.948Z | Compiling scroll_derive v0.12.0 |
2297 | 2024-03-20T19:21:32.247Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2298 | 2024-03-20T19:21:32.718Z | Compiling percent-encoding v2.3.1 |
2299 | 2024-03-20T19:21:33.063Z | Compiling adler v1.0.2 |
2300 | 2024-03-20T19:21:33.304Z | Compiling ppv-lite86 v0.2.17 |
2301 | 2024-03-20T19:21:33.612Z | Compiling async-trait v0.1.77 |
2302 | 2024-03-20T19:21:33.936Z | Compiling signal-hook v0.3.17 |
2303 | 2024-03-20T19:21:34.025Z | Compiling rand_chacha v0.3.1 |
2304 | 2024-03-20T19:21:34.233Z | Compiling regex v1.10.3 |
2305 | 2024-03-20T19:21:34.848Z | Compiling miniz_oxide v0.7.1 |
2306 | 2024-03-20T19:21:36.597Z | Compiling zerocopy v0.3.0 |
2307 | 2024-03-20T19:21:37.408Z | Compiling thread-id v4.2.0 |
2308 | 2024-03-20T19:21:37.515Z | Compiling dof v0.1.5 |
2309 | 2024-03-20T19:21:38.165Z | Compiling rand v0.8.5 |
2310 | 2024-03-20T19:21:38.786Z | Compiling tokio-util v0.7.10 |
2311 | 2024-03-20T19:21:39.622Z | Compiling dtrace-parser v0.1.14 |
2312 | 2024-03-20T19:21:40.016Z | Compiling clap_derive v4.5.0 |
2313 | 2024-03-20T19:21:40.232Z | Compiling errno v0.3.8 |
2314 | 2024-03-20T19:21:40.258Z | Compiling num-bigint v0.4.4 |
2315 | 2024-03-20T19:21:40.283Z | Compiling smoltcp v0.9.1 |
2316 | 2024-03-20T19:21:40.474Z | Compiling untrusted v0.7.1 |
2317 | 2024-03-20T19:21:40.635Z | Compiling base64 v0.21.7 |
2318 | 2024-03-20T19:21:40.761Z | Compiling foreign-types-shared v0.1.1 |
2319 | 2024-03-20T19:21:41.205Z | Compiling base64ct v1.6.0 |
2320 | 2024-03-20T19:21:41.243Z | Compiling gimli v0.28.0 |
2321 | 2024-03-20T19:21:41.278Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2322 | 2024-03-20T19:21:41.462Z | Compiling pem-rfc7468 v0.7.0 |
2323 | 2024-03-20T19:21:41.826Z | Compiling foreign-types v0.3.2 |
2324 | 2024-03-20T19:21:43.940Z | Compiling form_urlencoded v1.2.1 |
2325 | 2024-03-20T19:21:44.504Z | Compiling hmac v0.12.1 |
2326 | 2024-03-20T19:21:44.536Z | Compiling serde_tokenstream v0.1.7 |
2327 | 2024-03-20T19:21:44.537Z | Compiling crossbeam-epoch v0.9.18 |
2328 | 2024-03-20T19:21:44.690Z | Compiling addr2line v0.21.0 |
2329 | 2024-03-20T19:21:44.796Z | Compiling lazy_static v1.4.0 |
2330 | 2024-03-20T19:21:44.965Z | Compiling object v0.32.1 |
2331 | 2024-03-20T19:21:45.413Z | Compiling unicode-segmentation v1.10.1 |
2332 | 2024-03-20T19:21:45.482Z | Compiling bitflags v1.3.2 |
2333 | 2024-03-20T19:21:45.773Z | Compiling rustc-demangle v0.1.23 |
2334 | 2024-03-20T19:21:45.804Z | Compiling try-lock v0.2.4 |
2335 | 2024-03-20T19:21:45.930Z | Compiling flagset v0.4.3 |
2336 | 2024-03-20T19:21:45.968Z | Compiling siphasher v0.3.11 |
2337 | 2024-03-20T19:21:46.101Z | Compiling der v0.7.8 |
2338 | 2024-03-20T19:21:46.127Z | Compiling want v0.3.1 |
2339 | 2024-03-20T19:21:47.560Z | Compiling sct v0.7.0 |
2340 | 2024-03-20T19:21:47.804Z | Compiling rustls-webpki v0.101.7 |
2341 | 2024-03-20T19:21:47.920Z | Compiling h2 v0.3.24 |
2342 | 2024-03-20T19:21:48.750Z | Compiling http-body v0.4.5 |
2343 | 2024-03-20T19:21:49.699Z | Compiling proc-macro-crate v1.3.1 |
2344 | 2024-03-20T19:21:50.329Z | Compiling openapiv3 v2.0.0 |
2345 | 2024-03-20T19:21:50.438Z | Compiling idna v0.5.0 |
2346 | 2024-03-20T19:21:50.480Z | Compiling hubpack_derive v0.1.1 |
2347 | 2024-03-20T19:21:51.569Z | Compiling zerocopy-derive v0.6.4 |
2348 | 2024-03-20T19:21:51.983Z | Compiling usdt-impl v0.5.0 |
2349 | 2024-03-20T19:21:52.218Z | Compiling httpdate v1.0.3 |
2350 | 2024-03-20T19:21:52.711Z | Compiling tower-service v0.3.2 |
2351 | 2024-03-20T19:21:52.856Z | Compiling stable_deref_trait v1.2.0 |
2352 | 2024-03-20T19:21:53.071Z | Compiling openssl-probe v0.1.5 |
2353 | 2024-03-20T19:21:53.148Z | Compiling cpufeatures v0.2.12 |
2354 | 2024-03-20T19:21:53.217Z | Compiling anstyle v1.0.2 |
2355 | 2024-03-20T19:21:53.244Z | Compiling utf8parse v0.2.1 |
2356 | 2024-03-20T19:21:53.341Z | Compiling sha2 v0.10.8 |
2357 | 2024-03-20T19:21:53.410Z | Compiling anstyle-parse v0.2.1 |
2358 | 2024-03-20T19:21:53.829Z | Compiling hyper v0.14.28 |
2359 | 2024-03-20T19:21:54.051Z | Compiling url v2.5.0 |
2360 | 2024-03-20T19:21:56.239Z | Compiling spki v0.7.2 |
2361 | 2024-03-20T19:21:56.472Z | Compiling usdt-macro v0.3.5 |
2362 | 2024-03-20T19:21:56.549Z | Compiling usdt-attr-macro v0.3.5 |
2363 | 2024-03-20T19:21:57.601Z | Compiling scroll v0.12.0 |
2364 | 2024-03-20T19:21:58.640Z | Compiling md-5 v0.10.5 |
2365 | 2024-03-20T19:21:58.895Z | Compiling serde_tokenstream v0.2.0 |
2366 | 2024-03-20T19:21:59.897Z | Compiling idna v0.3.0 |
2367 | 2024-03-20T19:22:00.965Z | Compiling stringprep v0.1.3 |
2368 | 2024-03-20T19:22:01.227Z | Compiling diesel_table_macro_syntax v0.1.0 |
2369 | 2024-03-20T19:22:01.544Z | Compiling num-integer v0.1.46 |
2370 | 2024-03-20T19:22:01.747Z | Compiling hash32 v0.2.1 |
2371 | 2024-03-20T19:22:01.989Z | Compiling plain v0.2.3 |
2372 | 2024-03-20T19:22:02.048Z | Compiling fallible-iterator v0.2.0 |
2373 | 2024-03-20T19:22:02.132Z | Compiling anstyle-query v1.0.0 |
2374 | 2024-03-20T19:22:02.172Z | Compiling psl-types v2.0.11 |
2375 | 2024-03-20T19:22:02.325Z | Compiling colorchoice v1.0.0 |
2376 | 2024-03-20T19:22:02.687Z | Compiling postgres-protocol v0.6.6 |
2377 | 2024-03-20T19:22:03.075Z | Compiling anstream v0.6.11 |
2378 | 2024-03-20T19:22:03.735Z | Compiling publicsuffix v2.2.3 |
2379 | 2024-03-20T19:22:03.960Z | Compiling goblin v0.8.0 |
2380 | 2024-03-20T19:22:06.435Z | Compiling diesel_derives v2.1.2 |
2381 | 2024-03-20T19:22:11.665Z | Compiling tokio-rustls v0.24.1 |
2382 | 2024-03-20T19:22:12.015Z | Compiling pkcs8 v0.10.2 |
2383 | 2024-03-20T19:22:12.410Z | Compiling terminal_size v0.3.0 |
2384 | 2024-03-20T19:22:12.492Z | Compiling tokio-native-tls v0.3.1 |
2385 | 2024-03-20T19:22:13.001Z | Compiling phf_shared v0.11.2 |
2386 | 2024-03-20T19:22:13.026Z | Compiling strum_macros v0.25.2 |
2387 | 2024-03-20T19:22:13.932Z | Compiling regress v0.9.0 |
2388 | 2024-03-20T19:22:13.961Z | Compiling block-padding v0.3.3 |
2389 | 2024-03-20T19:22:14.232Z | Compiling enum-as-inner v0.5.1 |
2390 | 2024-03-20T19:22:15.017Z | Compiling serde_repr v0.1.16 |
2391 | 2024-03-20T19:22:15.909Z | Compiling ff v0.13.0 |
2392 | 2024-03-20T19:22:15.963Z | Compiling scheduled-thread-pool v0.2.7 |
2393 | 2024-03-20T19:22:16.003Z | Compiling encoding_rs v0.8.33 |
2394 | 2024-03-20T19:22:16.112Z | Compiling matches v0.1.10 |
2395 | 2024-03-20T19:22:16.204Z | Compiling managed v0.8.0 |
2396 | 2024-03-20T19:22:16.399Z | Compiling bit-vec v0.6.3 |
2397 | 2024-03-20T19:22:16.897Z | Compiling clap_lex v0.7.0 |
2398 | 2024-03-20T19:22:16.938Z | Compiling ipnet v2.9.0 |
2399 | 2024-03-20T19:22:17.010Z | Compiling regex-automata v0.1.10 |
2400 | 2024-03-20T19:22:17.281Z | Compiling strsim v0.10.0 |
2401 | 2024-03-20T19:22:17.435Z | Compiling strsim v0.11.0 |
2402 | 2024-03-20T19:22:17.759Z | Compiling mime v0.3.17 |
2403 | 2024-03-20T19:22:17.846Z | Compiling base16ct v0.2.0 |
2404 | 2024-03-20T19:22:17.930Z | Compiling pretty-hex v0.4.1 |
2405 | 2024-03-20T19:22:18.073Z | Compiling ident_case v1.0.1 |
2406 | 2024-03-20T19:22:18.997Z | Compiling darling_core v0.20.3 |
2407 | 2024-03-20T19:22:19.486Z | Compiling dof v0.3.0 |
2408 | 2024-03-20T19:22:19.563Z | Compiling sec1 v0.7.3 |
2409 | 2024-03-20T19:22:21.396Z | Compiling clap_builder v4.5.1 |
2410 | 2024-03-20T19:22:21.563Z | Compiling bstr v0.2.17 |
2411 | 2024-03-20T19:22:21.704Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2412 | 2024-03-20T19:22:22.633Z | Compiling idna v0.2.3 |
2413 | 2024-03-20T19:22:23.437Z | Compiling r2d2 v0.8.10 |
2414 | 2024-03-20T19:22:23.515Z | Compiling group v0.13.0 |
2415 | 2024-03-20T19:22:23.768Z | Compiling inout v0.1.3 |
2416 | 2024-03-20T19:22:25.122Z | Compiling phf v0.11.2 |
2417 | 2024-03-20T19:22:25.369Z | Compiling hyper-tls v0.5.0 |
2418 | 2024-03-20T19:22:25.558Z | Compiling signal-hook-mio v0.2.3 |
2419 | 2024-03-20T19:22:25.667Z | Compiling hyper-rustls v0.24.2 |
2420 | 2024-03-20T19:22:25.711Z | Compiling bzip2 v0.4.4 |
2421 | 2024-03-20T19:22:25.960Z | Compiling cookie_store v0.20.0 |
2422 | 2024-03-20T19:22:26.026Z | Compiling flate2 v1.0.28 |
2423 | 2024-03-20T19:22:26.476Z | Compiling postgres-types v0.2.6 |
2424 | 2024-03-20T19:22:26.779Z | Compiling zerocopy v0.6.4 |
2425 | 2024-03-20T19:22:26.938Z | Compiling hubpack v0.1.2 |
2426 | 2024-03-20T19:22:27.382Z | Compiling phf_shared v0.10.0 |
2427 | 2024-03-20T19:22:27.382Z | Compiling rustls-pemfile v1.0.3 |
2428 | 2024-03-20T19:22:27.414Z | Compiling hkdf v0.12.4 |
2429 | 2024-03-20T19:22:27.482Z | Compiling serde_urlencoded v0.7.1 |
2430 | 2024-03-20T19:22:27.675Z | Compiling ipnetwork v0.20.0 |
2431 | 2024-03-20T19:22:27.826Z | Compiling futures-executor v0.3.30 |
2432 | 2024-03-20T19:22:28.163Z | Compiling dtrace-parser v0.2.0 |
2433 | 2024-03-20T19:22:28.253Z | Compiling crypto-bigint v0.5.2 |
2434 | 2024-03-20T19:22:28.533Z | Compiling float-cmp v0.9.0 |
2435 | 2024-03-20T19:22:28.728Z | Compiling either v1.10.0 |
2436 | 2024-03-20T19:22:29.064Z | Compiling predicates-core v1.0.6 |
2437 | 2024-03-20T19:22:29.335Z | Compiling fixedbitset v0.4.2 |
2438 | 2024-03-20T19:22:29.502Z | Compiling minimal-lexical v0.2.1 |
2439 | 2024-03-20T19:22:30.106Z | Compiling data-encoding v2.4.0 |
2440 | 2024-03-20T19:22:30.332Z | Compiling winnow v0.6.1 |
2441 | 2024-03-20T19:22:30.366Z | Compiling new_debug_unreachable v1.0.4 |
2442 | 2024-03-20T19:22:31.008Z | Compiling whoami v1.5.0 |
2443 | 2024-03-20T19:22:31.497Z | Compiling difflib v0.4.0 |
2444 | 2024-03-20T19:22:31.676Z | Compiling sync_wrapper v0.1.2 |
2445 | 2024-03-20T19:22:31.789Z | Compiling precomputed-hash v0.1.1 |
2446 | 2024-03-20T19:22:31.897Z | Compiling webpki-roots v0.25.2 |
2447 | 2024-03-20T19:22:32.010Z | Compiling static_assertions v1.1.0 |
2448 | 2024-03-20T19:22:32.038Z | Compiling normalize-line-endings v0.3.0 |
2449 | 2024-03-20T19:22:32.168Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2450 | 2024-03-20T19:22:32.194Z | Compiling predicates v3.1.0 |
2451 | 2024-03-20T19:22:32.725Z | Compiling reqwest v0.11.24 |
2452 | 2024-03-20T19:22:33.267Z | Compiling toml_edit v0.22.6 |
2453 | 2024-03-20T19:22:33.480Z | Compiling string_cache v0.8.7 |
2454 | 2024-03-20T19:22:33.831Z | Compiling tokio-postgres v0.7.10 |
2455 | 2024-03-20T19:22:33.894Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2456 | 2024-03-20T19:22:36.671Z | Compiling trust-dns-proto v0.22.0 |
2457 | 2024-03-20T19:22:37.376Z | Compiling nom v7.1.3 |
2458 | 2024-03-20T19:22:37.536Z | Compiling elliptic-curve v0.13.8 |
2459 | 2024-03-20T19:22:38.094Z | Compiling petgraph v0.6.4 |
2460 | 2024-03-20T19:22:39.343Z | Compiling itertools v0.10.5 |
2461 | 2024-03-20T19:22:41.476Z | Compiling futures v0.3.30 |
2462 | 2024-03-20T19:22:41.582Z | Compiling diesel v2.1.4 |
2463 | 2024-03-20T19:22:41.608Z | Compiling zip v0.6.6 |
2464 | 2024-03-20T19:22:41.998Z | Compiling yasna v0.5.2 |
2465 | 2024-03-20T19:22:42.030Z | Compiling crossterm v0.27.0 |
2466 | 2024-03-20T19:22:42.939Z | Compiling clap v4.5.1 |
2467 | 2024-03-20T19:22:43.111Z | Compiling cipher v0.4.4 |
2468 | 2024-03-20T19:22:43.323Z | Compiling darling_macro v0.20.3 |
2469 | 2024-03-20T19:22:43.436Z | Compiling similar v2.4.0 |
2470 | 2024-03-20T19:22:43.512Z | Compiling bit-set v0.5.3 |
2471 | 2024-03-20T19:22:44.083Z | Compiling num-iter v0.1.44 |
2472 | 2024-03-20T19:22:44.256Z | Compiling usdt v0.3.5 |
2473 | 2024-03-20T19:22:44.483Z | Compiling console v0.15.8 |
2474 | 2024-03-20T19:22:45.164Z | Compiling bstr v1.9.0 |
2475 | 2024-03-20T19:22:45.636Z | Compiling tokio-stream v0.1.14 |
2476 | 2024-03-20T19:22:46.667Z | Compiling toml v0.7.8 |
2477 | 2024-03-20T19:22:46.709Z | Compiling hex v0.4.3 |
2478 | 2024-03-20T19:22:46.709Z | Compiling proc-macro-error-attr v1.0.4 |
2479 | 2024-03-20T19:22:46.793Z | Compiling instant v0.1.12 |
2480 | 2024-03-20T19:22:47.049Z | Compiling parking_lot_core v0.8.6 |
2481 | 2024-03-20T19:22:47.083Z | Compiling lalrpop-util v0.19.12 |
2482 | 2024-03-20T19:22:47.496Z | Compiling darling v0.20.3 |
2483 | 2024-03-20T19:22:48.426Z | Compiling proc-macro-error v1.0.4 |
2484 | 2024-03-20T19:22:48.716Z | Compiling heapless v0.8.0 |
2485 | 2024-03-20T19:22:48.847Z | Compiling camino v1.1.6 |
2486 | 2024-03-20T19:22:53.786Z | Compiling num_enum_derive v0.5.11 |
2487 | 2024-03-20T19:22:57.973Z | Compiling thread_local v1.1.7 |
2488 | 2024-03-20T19:22:58.703Z | Compiling atty v0.2.14 |
2489 | 2024-03-20T19:22:58.833Z | Compiling hash32 v0.3.1 |
2490 | 2024-03-20T19:22:59.075Z | Compiling half v2.3.1 |
2491 | 2024-03-20T19:22:59.979Z | Compiling match_cfg v0.1.0 |
2492 | 2024-03-20T19:23:00.034Z | Compiling ciborium-io v0.2.2 |
2493 | 2024-03-20T19:23:00.114Z | Compiling smoltcp v0.11.0 |
2494 | 2024-03-20T19:23:03.022Z | Compiling rustls-pki-types v1.3.0 |
2495 | 2024-03-20T19:23:03.184Z | Compiling slog-async v2.8.0 |
2496 | 2024-03-20T19:23:03.235Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2497 | 2024-03-20T19:23:12.194Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2498 | 2024-03-20T19:23:12.681Z | Compiling ciborium-ll v0.2.2 |
2499 | 2024-03-20T19:23:12.913Z | Compiling hostname v0.3.1 |
2500 | 2024-03-20T19:23:18.300Z | Compiling num_enum v0.5.11 |
2501 | 2024-03-20T19:23:20.538Z | Compiling parking_lot v0.11.2 |
2502 | 2024-03-20T19:23:23.849Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2503 | 2024-03-20T19:23:24.804Z | Compiling slog-json v2.6.1 |
2504 | 2024-03-20T19:23:24.831Z | Compiling getopts v0.2.21 |
2505 | 2024-03-20T19:23:25.211Z | Compiling crossbeam-channel v0.5.8 |
2506 | 2024-03-20T19:23:25.772Z | Compiling dirs-sys-next v0.1.2 |
2507 | 2024-03-20T19:23:25.864Z | Compiling fxhash v0.2.1 |
2508 | 2024-03-20T19:23:26.042Z | Compiling unsafe-libyaml v0.2.10 |
2509 | 2024-03-20T19:23:26.721Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2510 | 2024-03-20T19:23:26.799Z | Compiling embedded-io v0.4.0 |
2511 | 2024-03-20T19:23:26.872Z | Compiling cobs v0.2.3 |
2512 | 2024-03-20T19:23:26.953Z | Compiling take_mut v0.2.2 |
2513 | 2024-03-20T19:23:27.100Z | Compiling rustls v0.22.2 |
2514 | 2024-03-20T19:23:27.140Z | Compiling serde_yaml v0.9.25 |
2515 | 2024-03-20T19:23:27.351Z | Compiling postcard v1.0.8 |
2516 | 2024-03-20T19:23:29.982Z | Compiling sled v0.34.7 |
2517 | 2024-03-20T19:23:30.260Z | Compiling dirs-next v2.0.0 |
2518 | 2024-03-20T19:23:31.158Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2519 | 2024-03-20T19:23:32.271Z | Compiling slog-bunyan v2.5.0 |
2520 | 2024-03-20T19:23:33.712Z | Compiling ciborium v0.2.2 |
2521 | 2024-03-20T19:23:36.542Z | Compiling rustls-webpki v0.102.1 |
2522 | 2024-03-20T19:23:37.472Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2523 | 2024-03-20T19:23:40.389Z | Compiling num_enum_derive v0.7.2 |
2524 | 2024-03-20T19:23:40.817Z | Compiling strum_macros v0.26.1 |
2525 | 2024-03-20T19:23:42.371Z | Compiling foreign-types-macros v0.2.3 |
2526 | 2024-03-20T19:23:42.871Z | Compiling structmeta-derive v0.3.0 |
2527 | 2024-03-20T19:23:43.308Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2528 | 2024-03-20T19:23:43.404Z | Compiling multer v3.0.0 |
2529 | 2024-03-20T19:23:43.657Z | Compiling foreign-types-shared v0.3.1 |
2530 | 2024-03-20T19:23:44.503Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2531 | 2024-03-20T19:23:44.531Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2532 | 2024-03-20T19:23:44.788Z | Compiling paste v1.0.14 |
2533 | 2024-03-20T19:23:45.061Z | Compiling structmeta v0.3.0 |
2534 | 2024-03-20T19:23:48.100Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2535 | 2024-03-20T19:23:49.518Z | Compiling strum v0.26.1 |
2536 | 2024-03-20T19:23:51.028Z | Compiling foreign-types v0.5.0 |
2537 | 2024-03-20T19:23:51.412Z | Compiling num_enum v0.7.2 |
2538 | 2024-03-20T19:23:51.904Z | Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2539 | 2024-03-20T19:23:53.348Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2540 | 2024-03-20T19:24:01.530Z | Compiling term v0.7.0 |
2541 | 2024-03-20T19:24:05.103Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2542 | 2024-03-20T19:24:05.329Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2543 | 2024-03-20T19:24:06.387Z | Compiling tabwriter v1.4.0 |
2544 | 2024-03-20T19:24:06.656Z | Compiling http v1.0.0 |
2545 | 2024-03-20T19:24:07.065Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2546 | 2024-03-20T19:24:07.123Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2547 | 2024-03-20T19:24:07.721Z | Compiling async-stream-impl v0.3.5 |
2548 | 2024-03-20T19:24:07.782Z | Compiling cstr-argument v0.1.2 |
2549 | 2024-03-20T19:24:07.946Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2550 | 2024-03-20T19:24:08.034Z | Compiling pretty-hex v0.2.1 |
2551 | 2024-03-20T19:24:08.191Z | Compiling atomic-waker v1.1.1 |
2552 | 2024-03-20T19:24:08.355Z | Compiling fastrand v2.0.1 |
2553 | 2024-03-20T19:24:08.533Z | Compiling crucible-workspace-hack v0.1.0 |
2554 | 2024-03-20T19:24:08.683Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2555 | 2024-03-20T19:24:08.717Z | Compiling rayon-core v1.12.1 |
2556 | 2024-03-20T19:24:08.793Z | Compiling async-stream v0.3.5 |
2557 | 2024-03-20T19:24:08.947Z | Compiling tempfile v3.10.0 |
2558 | 2024-03-20T19:24:08.989Z | Compiling waitgroup v0.1.2 |
2559 | 2024-03-20T19:24:09.136Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2560 | 2024-03-20T19:24:09.281Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2561 | 2024-03-20T19:24:09.853Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2562 | 2024-03-20T19:24:10.037Z | Compiling slog-term v2.9.0 |
2563 | 2024-03-20T19:24:10.126Z | Compiling tokio-rustls v0.25.0 |
2564 | 2024-03-20T19:24:10.487Z | Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2565 | 2024-03-20T19:24:10.580Z | Compiling parse-display-derive v0.9.0 |
2566 | 2024-03-20T19:24:11.499Z | Compiling toml v0.8.10 |
2567 | 2024-03-20T19:24:11.986Z | Compiling rustls-pemfile v2.1.1 |
2568 | 2024-03-20T19:24:12.181Z | Compiling serde_with_macros v3.6.1 |
2569 | 2024-03-20T19:24:12.367Z | Compiling sha1 v0.10.6 |
2570 | 2024-03-20T19:24:13.029Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2571 | 2024-03-20T19:24:13.670Z | Compiling crossbeam-deque v0.8.3 |
2572 | 2024-03-20T19:24:14.007Z | Compiling colored v2.1.0 |
2573 | 2024-03-20T19:24:14.416Z | Compiling newtype-uuid v1.0.1 |
2574 | 2024-03-20T19:24:14.656Z | Compiling serde_path_to_error v0.1.16 |
2575 | 2024-03-20T19:24:14.703Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2576 | 2024-03-20T19:24:15.175Z | Compiling socket2 v0.4.9 |
2577 | 2024-03-20T19:24:15.254Z | Compiling debug-ignore v1.0.5 |
2578 | 2024-03-20T19:24:15.373Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2579 | 2024-03-20T19:24:15.688Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2580 | 2024-03-20T19:24:16.559Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2581 | 2024-03-20T19:24:16.761Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2582 | 2024-03-20T19:24:17.077Z | Compiling serde_with v3.6.1 |
2583 | 2024-03-20T19:24:17.714Z | Compiling parse-display v0.9.0 |
2584 | 2024-03-20T19:24:19.434Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2585 | 2024-03-20T19:24:20.521Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2586 | 2024-03-20T19:24:20.576Z | Compiling camino-tempfile v1.1.1 |
2587 | 2024-03-20T19:24:21.143Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2588 | 2024-03-20T19:24:21.253Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2589 | 2024-03-20T19:24:21.406Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2590 | 2024-03-20T19:24:21.951Z | Compiling backoff v0.4.0 |
2591 | 2024-03-20T19:24:21.984Z | Compiling heck v0.3.3 |
2592 | 2024-03-20T19:24:22.160Z | Compiling textwrap v0.11.0 |
2593 | 2024-03-20T19:24:22.505Z | Compiling macaddr v1.0.1 |
2594 | 2024-03-20T19:24:23.003Z | Compiling num-derive v0.4.0 |
2595 | 2024-03-20T19:24:23.083Z | Compiling libefi-sys v0.1.0 |
2596 | 2024-03-20T19:24:23.288Z | Compiling vec_map v0.8.2 |
2597 | 2024-03-20T19:24:23.514Z | Compiling strsim v0.8.0 |
2598 | 2024-03-20T19:24:23.567Z | Compiling ansi_term v0.12.1 |
2599 | 2024-03-20T19:24:23.614Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2600 | 2024-03-20T19:24:24.228Z | Compiling clap v2.34.0 |
2601 | 2024-03-20T19:24:24.657Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2602 | 2024-03-20T19:24:24.731Z | Compiling structopt-derive v0.4.18 |
2603 | 2024-03-20T19:24:26.015Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2604 | 2024-03-20T19:24:26.491Z | Compiling rayon v1.9.0 |
2605 | 2024-03-20T19:24:26.814Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2606 | 2024-03-20T19:24:26.841Z | Compiling smf v0.2.2 |
2607 | 2024-03-20T19:24:28.996Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2608 | 2024-03-20T19:24:29.242Z | Compiling blake3 v1.5.0 |
2609 | 2024-03-20T19:24:29.365Z | Compiling portable-atomic v1.4.3 |
2610 | 2024-03-20T19:24:29.454Z | Compiling structopt v0.3.26 |
2611 | 2024-03-20T19:24:29.956Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2612 | 2024-03-20T19:24:29.983Z | Compiling xattr v1.0.1 |
2613 | 2024-03-20T19:24:30.122Z | Compiling filetime v0.2.23 |
2614 | 2024-03-20T19:24:30.233Z | Compiling memmap2 v0.7.1 |
2615 | 2024-03-20T19:24:30.418Z | Compiling arrayref v0.3.7 |
2616 | 2024-03-20T19:24:30.615Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2617 | 2024-03-20T19:24:30.680Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2618 | 2024-03-20T19:24:30.929Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2619 | 2024-03-20T19:24:31.065Z | Compiling arrayvec v0.7.4 |
2620 | 2024-03-20T19:24:31.234Z | Compiling same-file v1.0.6 |
2621 | 2024-03-20T19:24:31.461Z | Compiling constant_time_eq v0.3.0 |
2622 | 2024-03-20T19:24:31.505Z | Compiling walkdir v2.4.0 |
2623 | 2024-03-20T19:24:32.191Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2624 | 2024-03-20T19:24:32.737Z | Compiling tar v0.4.40 |
2625 | 2024-03-20T19:24:33.752Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2626 | 2024-03-20T19:24:33.995Z | Compiling gethostname v0.4.3 |
2627 | 2024-03-20T19:24:34.115Z | Compiling topological-sort v0.2.2 |
2628 | 2024-03-20T19:24:34.249Z | Compiling number_prefix v0.4.0 |
2629 | 2024-03-20T19:24:34.334Z | Compiling omicron-zone-package v0.11.0 |
2630 | 2024-03-20T19:24:34.464Z | Compiling indicatif v0.17.8 |
2631 | 2024-03-20T19:24:34.649Z | Compiling swrite v0.1.0 |
2632 | 2024-03-20T19:24:39.241Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2633 | 2024-03-20T19:24:42.532Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2634 | 2024-03-20T19:24:44.241Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2635 | 2024-03-20T19:24:45.731Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2636 | 2024-03-20T19:25:02.568Z | Finished release [optimized] target(s) in 4m 04s |
2637 | 2024-03-20T19:25:02.627Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
2638 | 2024-03-20T19:25:02.674Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2639 | 2024-03-20T19:25:02.674Z | Created new build target 'default' and set it as active |
2640 | 2024-03-20T19:25:02.674Z | ++ cargo run --release --bin omicron-package -- package |
2641 | 2024-03-20T19:25:03.638Z | Compiling ring v0.16.20 |
2642 | 2024-03-20T19:25:05.206Z | Compiling sct v0.7.0 |
2643 | 2024-03-20T19:25:05.377Z | Compiling rustls v0.21.9 |
2644 | 2024-03-20T19:25:08.239Z | Compiling tokio-rustls v0.24.1 |
2645 | 2024-03-20T19:25:08.521Z | Compiling hyper-rustls v0.24.2 |
2646 | 2024-03-20T19:25:08.754Z | Compiling reqwest v0.11.24 |
2647 | 2024-03-20T19:25:10.927Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2648 | 2024-03-20T19:25:10.927Z | Compiling omicron-zone-package v0.11.0 |
2649 | 2024-03-20T19:25:12.186Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2650 | 2024-03-20T19:25:12.367Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2651 | 2024-03-20T19:25:17.031Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2652 | 2024-03-20T19:25:17.462Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2653 | 2024-03-20T19:25:17.997Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2654 | 2024-03-20T19:25:19.305Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2655 | 2024-03-20T19:25:25.723Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2656 | 2024-03-20T19:25:28.213Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2657 | 2024-03-20T19:25:29.429Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2658 | 2024-03-20T19:25:30.473Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2659 | 2024-03-20T19:25:48.569Z | Finished release [optimized] target(s) in 45.84s |
2660 | 2024-03-20T19:25:48.631Z | Running `target/release/omicron-package package` |
2661 | 2024-03-20T19:25:48.671Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2662 | 2024-03-20T19:25:50.208Z | Compiling base64 v0.22.0 |
2663 | 2024-03-20T19:25:50.255Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2664 | 2024-03-20T19:25:50.255Z | Compiling linked-hash-map v0.5.6 |
2665 | 2024-03-20T19:25:50.255Z | Compiling password-hash v0.5.0 |
2666 | 2024-03-20T19:25:50.255Z | Compiling usdt-macro v0.5.0 |
2667 | 2024-03-20T19:25:50.256Z | Compiling usdt-attr-macro v0.5.0 |
2668 | 2024-03-20T19:25:50.256Z | Compiling blake2 v0.10.6 |
2669 | 2024-03-20T19:25:50.256Z | Compiling memmap v0.7.0 |
2670 | 2024-03-20T19:25:50.256Z | Compiling lru-cache v0.1.2 |
2671 | 2024-03-20T19:25:50.297Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2672 | 2024-03-20T19:25:50.367Z | Compiling argon2 v0.5.3 |
2673 | 2024-03-20T19:25:50.723Z | Compiling semver v0.1.20 |
2674 | 2024-03-20T19:25:50.886Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2675 | 2024-03-20T19:25:50.934Z | Compiling quick-error v1.2.3 |
2676 | 2024-03-20T19:25:51.075Z | Compiling rustc_version v0.1.7 |
2677 | 2024-03-20T19:25:51.107Z | Compiling usdt v0.5.0 |
2678 | 2024-03-20T19:25:51.135Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2679 | 2024-03-20T19:25:51.198Z | Compiling humantime v2.1.0 |
2680 | 2024-03-20T19:25:51.422Z | Compiling newtype_derive v0.1.6 |
2681 | 2024-03-20T19:25:51.631Z | Compiling resolv-conf v0.7.0 |
2682 | 2024-03-20T19:25:51.742Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2683 | 2024-03-20T19:25:51.835Z | Compiling steno v0.4.0 |
2684 | 2024-03-20T19:25:51.877Z | Compiling itertools v0.12.1 |
2685 | 2024-03-20T19:25:52.413Z | Compiling trust-dns-resolver v0.22.0 |
2686 | 2024-03-20T19:25:52.494Z | Compiling derive-where v1.2.7 |
2687 | 2024-03-20T19:25:52.989Z | Compiling slog-dtrace v0.3.0 |
2688 | 2024-03-20T19:25:53.284Z | Compiling num-rational v0.4.1 |
2689 | 2024-03-20T19:25:54.495Z | Compiling nibble_vec v0.1.0 |
2690 | 2024-03-20T19:25:54.680Z | Compiling radium v0.7.0 |
2691 | 2024-03-20T19:25:54.863Z | Compiling endian-type v0.1.2 |
2692 | 2024-03-20T19:25:55.060Z | Compiling radix_trie v0.2.1 |
2693 | 2024-03-20T19:25:55.120Z | Compiling num-complex v0.4.4 |
2694 | 2024-03-20T19:25:55.178Z | Compiling maybe-uninit v2.0.0 |
2695 | 2024-03-20T19:25:55.533Z | Compiling tap v1.0.1 |
2696 | 2024-03-20T19:25:55.686Z | Compiling wyz v0.5.1 |
2697 | 2024-03-20T19:25:56.062Z | Compiling num v0.4.1 |
2698 | 2024-03-20T19:25:56.133Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2699 | 2024-03-20T19:25:56.160Z | Compiling funty v2.0.0 |
2700 | 2024-03-20T19:25:56.374Z | Compiling num-bigint-dig v0.8.4 |
2701 | 2024-03-20T19:25:56.593Z | Compiling crc-catalog v2.2.0 |
2702 | 2024-03-20T19:25:57.125Z | Compiling packed_struct v0.10.1 |
2703 | 2024-03-20T19:25:57.154Z | Compiling cancel-safe-futures v0.1.5 |
2704 | 2024-03-20T19:25:57.154Z | Compiling bitvec v1.0.1 |
2705 | 2024-03-20T19:25:57.155Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2706 | 2024-03-20T19:25:57.254Z | Compiling crc v3.0.1 |
2707 | 2024-03-20T19:25:58.004Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2708 | 2024-03-20T19:25:58.241Z | Compiling packed_struct_codegen v0.10.1 |
2709 | 2024-03-20T19:26:00.345Z | Compiling indexmap v1.9.3 |
2710 | 2024-03-20T19:26:00.493Z | Compiling utf-8 v0.7.6 |
2711 | 2024-03-20T19:26:00.596Z | Compiling nodrop v0.1.14 |
2712 | 2024-03-20T19:26:00.705Z | Compiling display-error-chain v0.2.0 |
2713 | 2024-03-20T19:26:00.801Z | Compiling array-init v0.0.4 |
2714 | 2024-03-20T19:26:00.870Z | Compiling tungstenite v0.20.1 |
2715 | 2024-03-20T19:26:02.402Z | Compiling smallvec v0.6.14 |
2716 | 2024-03-20T19:26:03.377Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2717 | 2024-03-20T19:26:05.208Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2718 | 2024-03-20T19:26:05.643Z | Compiling rayon-core v1.12.1 |
2719 | 2024-03-20T19:26:05.644Z | Compiling pkcs1 v0.7.5 |
2720 | 2024-03-20T19:26:08.506Z | Compiling is-terminal v0.4.9 |
2721 | 2024-03-20T19:26:08.637Z | Compiling signature v2.1.0 |
2722 | 2024-03-20T19:26:08.828Z | Compiling crossbeam-deque v0.8.3 |
2723 | 2024-03-20T19:26:09.120Z | Compiling same-file v1.0.6 |
2724 | 2024-03-20T19:26:09.329Z | Compiling termcolor v1.2.0 |
2725 | 2024-03-20T19:26:10.218Z | Compiling fastrand v2.0.1 |
2726 | 2024-03-20T19:26:10.640Z | Compiling bitfield v0.14.0 |
2727 | 2024-03-20T19:26:10.869Z | Compiling hashbrown v0.12.3 |
2728 | 2024-03-20T19:26:10.895Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2729 | 2024-03-20T19:26:11.000Z | Compiling tempfile v3.10.0 |
2730 | 2024-03-20T19:26:11.622Z | Compiling env_logger v0.10.0 |
2731 | 2024-03-20T19:26:12.166Z | Compiling walkdir v2.4.0 |
2732 | 2024-03-20T19:26:12.847Z | Compiling rsa v0.9.2 |
2733 | 2024-03-20T19:26:14.021Z | Compiling serde-hex v0.1.0 |
2734 | 2024-03-20T19:26:14.877Z | Compiling tokio-tungstenite v0.20.1 |
2735 | 2024-03-20T19:26:15.346Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2736 | 2024-03-20T19:26:15.603Z | Compiling camino v1.1.6 |
2737 | 2024-03-20T19:26:15.676Z | Compiling x509-cert v0.2.4 |
2738 | 2024-03-20T19:26:16.738Z | Compiling ron v0.8.1 |
2739 | 2024-03-20T19:26:17.211Z | Compiling hashbrown v0.13.2 |
2740 | 2024-03-20T19:26:18.175Z | Compiling semver-parser v0.10.2 |
2741 | 2024-03-20T19:26:18.307Z | Compiling unicase v2.7.0 |
2742 | 2024-03-20T19:26:18.556Z | Compiling crc-any v2.4.3 |
2743 | 2024-03-20T19:26:19.383Z | Compiling semver v0.11.0 |
2744 | 2024-03-20T19:26:19.670Z | Compiling blake3 v1.5.0 |
2745 | 2024-03-20T19:26:19.920Z | Compiling object v0.30.4 |
2746 | 2024-03-20T19:26:19.960Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2747 | 2024-03-20T19:26:21.442Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2748 | 2024-03-20T19:26:21.659Z | Compiling rayon v1.9.0 |
2749 | 2024-03-20T19:26:22.264Z | Compiling memmap2 v0.7.1 |
2750 | 2024-03-20T19:26:22.600Z | Compiling filetime v0.2.23 |
2751 | 2024-03-20T19:26:22.857Z | Compiling xattr v1.0.1 |
2752 | 2024-03-20T19:26:23.081Z | Compiling dirs-sys-next v0.1.2 |
2753 | 2024-03-20T19:26:23.502Z | Compiling constant_time_eq v0.3.0 |
2754 | 2024-03-20T19:26:23.640Z | Compiling glob v0.3.1 |
2755 | 2024-03-20T19:26:24.351Z | Compiling arrayvec v0.7.4 |
2756 | 2024-03-20T19:26:24.703Z | Compiling home v0.5.5 |
2757 | 2024-03-20T19:26:24.902Z | Compiling path-slash v0.1.5 |
2758 | 2024-03-20T19:26:25.110Z | Compiling crunchy v0.2.2 |
2759 | 2024-03-20T19:26:25.411Z | Compiling arrayref v0.3.7 |
2760 | 2024-03-20T19:26:25.506Z | Compiling arc-swap v1.6.0 |
2761 | 2024-03-20T19:26:25.596Z | Compiling toolchain_find v0.2.0 |
2762 | 2024-03-20T19:26:26.070Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2763 | 2024-03-20T19:26:26.101Z | Compiling slog-scope v4.4.0 |
2764 | 2024-03-20T19:26:26.631Z | Compiling clang-sys v1.6.1 |
2765 | 2024-03-20T19:26:26.904Z | Compiling dirs-next v2.0.0 |
2766 | 2024-03-20T19:26:27.067Z | Compiling tar v0.4.40 |
2767 | 2024-03-20T19:26:27.151Z | Compiling camino-tempfile v1.1.1 |
2768 | 2024-03-20T19:26:27.542Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2769 | 2024-03-20T19:26:27.881Z | Compiling libsw v3.3.1 |
2770 | 2024-03-20T19:26:28.173Z | Compiling toml v0.5.11 |
2771 | 2024-03-20T19:26:28.670Z | Compiling prettyplease v0.2.16 |
2772 | 2024-03-20T19:26:28.927Z | Compiling convert_case v0.4.0 |
2773 | 2024-03-20T19:26:29.949Z | Compiling tiny-keccak v2.0.2 |
2774 | 2024-03-20T19:26:29.949Z | Compiling owo-colors v4.0.0 |
2775 | 2024-03-20T19:26:30.972Z | Compiling linear-map v1.2.0 |
2776 | 2024-03-20T19:26:31.201Z | Compiling topological-sort v0.2.2 |
2777 | 2024-03-20T19:26:31.349Z | Compiling rustfmt-wrapper v0.2.0 |
2778 | 2024-03-20T19:26:31.391Z | Compiling omicron-zone-package v0.11.0 |
2779 | 2024-03-20T19:26:31.864Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2780 | 2024-03-20T19:26:32.103Z | Compiling derive_more v0.99.17 |
2781 | 2024-03-20T19:26:36.014Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2782 | 2024-03-20T19:26:36.042Z | Compiling term v0.7.0 |
2783 | 2024-03-20T19:26:36.205Z | Compiling slog-stdlog v4.1.1 |
2784 | 2024-03-20T19:26:36.601Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2785 | 2024-03-20T19:26:37.002Z | Compiling darling_core v0.14.4 |
2786 | 2024-03-20T19:26:37.177Z | Compiling toml v0.8.10 |
2787 | 2024-03-20T19:26:38.242Z | Compiling ascii-canvas v3.0.0 |
2788 | 2024-03-20T19:26:38.445Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2789 | 2024-03-20T19:26:38.637Z | Compiling slog-envlogger v2.2.0 |
2790 | 2024-03-20T19:26:38.692Z | Compiling pem v3.0.2 |
2791 | 2024-03-20T19:26:39.658Z | Compiling ena v0.14.2 |
2792 | 2024-03-20T19:26:40.024Z | Compiling libloading v0.7.4 |
2793 | 2024-03-20T19:26:40.151Z | Compiling platforms v3.0.2 |
2794 | 2024-03-20T19:26:40.345Z | Compiling diff v0.1.13 |
2795 | 2024-03-20T19:26:40.425Z | Compiling bindgen v0.69.2 |
2796 | 2024-03-20T19:26:40.765Z | Compiling regex-syntax v0.6.29 |
2797 | 2024-03-20T19:26:41.015Z | Compiling mime_guess v2.0.4 |
2798 | 2024-03-20T19:26:41.330Z | Compiling darling_macro v0.14.4 |
2799 | 2024-03-20T19:26:42.090Z | Compiling darling v0.14.4 |
2800 | 2024-03-20T19:26:42.214Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2801 | 2024-03-20T19:26:44.036Z | Compiling lalrpop v0.19.12 |
2802 | 2024-03-20T19:26:44.310Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2803 | 2024-03-20T19:26:45.621Z | Compiling trust-dns-client v0.22.0 |
2804 | 2024-03-20T19:26:45.658Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2805 | 2024-03-20T19:26:45.659Z | Compiling cexpr v0.6.0 |
2806 | 2024-03-20T19:26:45.659Z | Compiling which v4.4.0 |
2807 | 2024-03-20T19:26:46.646Z | Compiling vte_generate_state_changes v0.1.1 |
2808 | 2024-03-20T19:26:47.123Z | Compiling ref-cast v1.0.20 |
2809 | 2024-03-20T19:26:47.480Z | Compiling doc-comment v0.3.3 |
2810 | 2024-03-20T19:26:47.567Z | Compiling buf-list v1.0.3 |
2811 | 2024-03-20T19:26:47.886Z | Compiling shlex v1.3.0 |
2812 | 2024-03-20T19:26:48.033Z | Compiling rustc-hash v1.1.0 |
2813 | 2024-03-20T19:26:48.161Z | Compiling peeking_take_while v0.1.2 |
2814 | 2024-03-20T19:26:48.206Z | Compiling lazycell v1.3.0 |
2815 | 2024-03-20T19:26:48.576Z | Compiling trust-dns-server v0.22.1 |
2816 | 2024-03-20T19:26:50.065Z | Compiling vte v0.11.1 |
2817 | 2024-03-20T19:26:51.904Z | Compiling derive_builder_core v0.12.0 |
2818 | 2024-03-20T19:26:53.931Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2819 | 2024-03-20T19:26:54.050Z | Compiling headers-core v0.2.0 |
2820 | 2024-03-20T19:26:54.182Z | Compiling libxml v0.3.3 |
2821 | 2024-03-20T19:26:54.235Z | Compiling pin-project-internal v1.1.3 |
2822 | 2024-03-20T19:26:54.333Z | Compiling ref-cast-impl v1.0.20 |
2823 | 2024-03-20T19:26:54.542Z | Compiling memoffset v0.7.1 |
2824 | 2024-03-20T19:26:54.794Z | Compiling bytecount v0.6.3 |
2825 | 2024-03-20T19:26:55.070Z | Compiling papergrid v0.11.0 |
2826 | 2024-03-20T19:26:55.573Z | Compiling headers v0.3.9 |
2827 | 2024-03-20T19:26:56.449Z | Compiling pin-project v1.1.3 |
2828 | 2024-03-20T19:26:56.567Z | Compiling curve25519-dalek v4.1.1 |
2829 | 2024-03-20T19:26:58.278Z | Compiling derive_builder_macro v0.12.0 |
2830 | 2024-03-20T19:26:58.811Z | Compiling strip-ansi-escapes v0.2.0 |
2831 | 2024-03-20T19:26:58.911Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2832 | 2024-03-20T19:27:00.198Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2833 | 2024-03-20T19:27:00.491Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2834 | 2024-03-20T19:27:01.451Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2835 | 2024-03-20T19:27:03.174Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2836 | 2024-03-20T19:27:05.649Z | Compiling tabled_derive v0.7.0 |
2837 | 2024-03-20T19:27:06.377Z | Compiling fd-lock v3.0.13 |
2838 | 2024-03-20T19:27:06.590Z | Compiling strum_macros v0.24.3 |
2839 | 2024-03-20T19:27:07.031Z | Compiling kstat-rs v0.2.3 |
2840 | 2024-03-20T19:27:07.354Z | Compiling polar-core v0.27.0 |
2841 | 2024-03-20T19:27:07.566Z | Compiling snafu-derive v0.7.5 |
2842 | 2024-03-20T19:27:07.624Z | Compiling cookie v0.18.0 |
2843 | 2024-03-20T19:27:07.889Z | Compiling fs-err v2.11.0 |
2844 | 2024-03-20T19:27:07.915Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2845 | 2024-03-20T19:27:08.156Z | Compiling keccak v0.1.4 |
2846 | 2024-03-20T19:27:08.181Z | Compiling indoc v1.0.9 |
2847 | 2024-03-20T19:27:08.856Z | Compiling nu-ansi-term v0.50.0 |
2848 | 2024-03-20T19:27:08.884Z | Compiling strum v0.25.0 |
2849 | 2024-03-20T19:27:09.040Z | Compiling sha3 v0.10.8 |
2850 | 2024-03-20T19:27:09.338Z | Compiling reedline v0.30.0 |
2851 | 2024-03-20T19:27:10.107Z | Compiling tabled v0.15.0 |
2852 | 2024-03-20T19:27:10.168Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2853 | 2024-03-20T19:27:11.768Z | Compiling snafu v0.7.5 |
2854 | 2024-03-20T19:27:22.804Z | Compiling derive_builder v0.12.0 |
2855 | 2024-03-20T19:27:23.195Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2856 | 2024-03-20T19:27:24.240Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2857 | 2024-03-20T19:27:27.301Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2858 | 2024-03-20T19:27:27.565Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2859 | 2024-03-20T19:27:28.563Z | Compiling globset v0.4.13 |
2860 | 2024-03-20T19:27:28.854Z | Compiling fd-lock v4.0.2 |
2861 | 2024-03-20T19:27:28.978Z | Compiling olpc-cjson v0.1.3 |
2862 | 2024-03-20T19:27:29.065Z | Compiling bb8 v0.8.3 |
2863 | 2024-03-20T19:27:29.324Z | Compiling universal-hash v0.5.1 |
2864 | 2024-03-20T19:27:29.479Z | Compiling nix v0.27.1 |
2865 | 2024-03-20T19:27:29.516Z | Compiling secrecy v0.8.0 |
2866 | 2024-03-20T19:27:29.734Z | Compiling serde_plain v1.0.2 |
2867 | 2024-03-20T19:27:30.171Z | Compiling quick-xml v0.30.0 |
2868 | 2024-03-20T19:27:33.280Z | Compiling impl-trait-for-tuples v0.2.2 |
2869 | 2024-03-20T19:27:34.457Z | Compiling async-recursion v1.0.5 |
2870 | 2024-03-20T19:27:35.237Z | Compiling curve25519-dalek-derive v0.1.0 |
2871 | 2024-03-20T19:27:35.405Z | Compiling sqlparser_derive v0.2.2 |
2872 | 2024-03-20T19:27:35.439Z | Compiling nanorand v0.7.0 |
2873 | 2024-03-20T19:27:36.040Z | Compiling thiserror-impl-no-std v2.0.2 |
2874 | 2024-03-20T19:27:36.251Z | Compiling oso-derive v0.27.0 |
2875 | 2024-03-20T19:27:36.352Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2876 | 2024-03-20T19:27:36.603Z | Compiling unicode_categories v0.1.1 |
2877 | 2024-03-20T19:27:36.908Z | Compiling salty v0.2.0 |
2878 | 2024-03-20T19:27:37.024Z | Compiling maplit v1.0.2 |
2879 | 2024-03-20T19:27:37.131Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2880 | 2024-03-20T19:27:37.237Z | Compiling opaque-debug v0.3.0 |
2881 | 2024-03-20T19:27:37.385Z | Compiling typed-path v0.7.0 |
2882 | 2024-03-20T19:27:37.598Z | Compiling signature v1.6.4 |
2883 | 2024-03-20T19:27:37.737Z | Compiling ed25519 v1.5.3 |
2884 | 2024-03-20T19:27:38.001Z | Compiling rustyline v13.0.0 |
2885 | 2024-03-20T19:27:38.270Z | Compiling thiserror-no-std v2.0.2 |
2886 | 2024-03-20T19:27:38.402Z | Compiling poly1305 v0.8.0 |
2887 | 2024-03-20T19:27:39.708Z | Compiling tough v0.16.0 |
2888 | 2024-03-20T19:27:39.739Z | Compiling sqlformat v0.2.3 |
2889 | 2024-03-20T19:27:41.344Z | Compiling oso v0.27.0 |
2890 | 2024-03-20T19:27:46.288Z | Compiling sqlparser v0.43.1 |
2891 | 2024-03-20T19:27:48.550Z | Compiling flume v0.11.0 |
2892 | 2024-03-20T19:27:49.268Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2893 | 2024-03-20T19:27:49.868Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2894 | 2024-03-20T19:27:57.492Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2895 | 2024-03-20T19:28:00.584Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2896 | 2024-03-20T19:28:01.777Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2897 | 2024-03-20T19:28:03.245Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2898 | 2024-03-20T19:28:03.532Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2899 | 2024-03-20T19:28:03.594Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2900 | 2024-03-20T19:28:03.766Z | Compiling chacha20 v0.9.1 |
2901 | 2024-03-20T19:28:04.173Z | Compiling aead v0.5.2 |
2902 | 2024-03-20T19:28:04.485Z | Compiling bcs v0.1.6 |
2903 | 2024-03-20T19:28:05.238Z | Compiling serde-big-array v0.5.1 |
2904 | 2024-03-20T19:28:05.452Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2905 | 2024-03-20T19:28:06.121Z | Compiling parse-size v1.0.0 |
2906 | 2024-03-20T19:28:06.378Z | Compiling highway v1.1.0 |
2907 | 2024-03-20T19:28:07.605Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2908 | 2024-03-20T19:28:10.268Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2909 | 2024-03-20T19:28:11.241Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2910 | 2024-03-20T19:28:15.666Z | Compiling chacha20poly1305 v0.10.1 |
2911 | 2024-03-20T19:28:15.868Z | Compiling vsss-rs v3.3.4 |
2912 | 2024-03-20T19:28:23.284Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2913 | 2024-03-20T19:28:23.853Z | Compiling signal-hook-tokio v0.3.1 |
2914 | 2024-03-20T19:28:24.015Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2915 | 2024-03-20T19:28:24.781Z | Compiling castaway v0.2.2 |
2916 | 2024-03-20T19:28:24.925Z | Compiling serde-big-array v0.4.1 |
2917 | 2024-03-20T19:28:25.106Z | Compiling http-range v0.1.5 |
2918 | 2024-03-20T19:28:25.657Z | Compiling hyper-staticfile v0.9.5 |
2919 | 2024-03-20T19:28:26.023Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2920 | 2024-03-20T19:28:27.146Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2921 | 2024-03-20T19:28:28.237Z | Compiling compact_str v0.7.1 |
2922 | 2024-03-20T19:28:28.484Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2923 | 2024-03-20T19:28:29.563Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2924 | 2024-03-20T19:28:35.213Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2925 | 2024-03-20T19:28:40.585Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2926 | 2024-03-20T19:28:44.769Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2927 | 2024-03-20T19:28:45.019Z | Compiling lru v0.12.1 |
2928 | 2024-03-20T19:28:45.304Z | Compiling stability v0.1.1 |
2929 | 2024-03-20T19:28:46.099Z | Compiling cassowary v0.3.0 |
2930 | 2024-03-20T19:28:46.657Z | Compiling indoc v2.0.3 |
2931 | 2024-03-20T19:28:47.489Z | Compiling corncobs v0.1.3 |
2932 | 2024-03-20T19:28:47.882Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2933 | 2024-03-20T19:28:48.058Z | Compiling ratatui v0.26.1 |
2934 | 2024-03-20T19:28:48.587Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2935 | 2024-03-20T19:28:48.740Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2936 | 2024-03-20T19:28:49.747Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2937 | 2024-03-20T19:28:51.871Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2938 | 2024-03-20T19:28:51.896Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2939 | 2024-03-20T19:28:52.133Z | Compiling rand_seeder v0.2.3 |
2940 | 2024-03-20T19:28:52.464Z | Compiling unicode-linebreak v0.1.5 |
2941 | 2024-03-20T19:28:52.895Z | Compiling smawk v0.3.1 |
2942 | 2024-03-20T19:28:53.107Z | Compiling textwrap v0.16.1 |
2943 | 2024-03-20T19:28:56.369Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2944 | 2024-03-20T19:29:02.637Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2945 | 2024-03-20T19:29:06.472Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2946 | 2024-03-20T19:29:06.978Z | Compiling rcgen v0.12.1 |
2947 | 2024-03-20T19:29:07.694Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2948 | 2024-03-20T19:29:08.065Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2949 | 2024-03-20T19:29:09.309Z | Compiling atomicwrites v0.4.3 |
2950 | 2024-03-20T19:29:09.777Z | Compiling fatfs v0.3.6 |
2951 | 2024-03-20T19:29:12.203Z | Compiling rtoolbox v0.0.1 |
2952 | 2024-03-20T19:29:12.564Z | Compiling subprocess v0.2.9 |
2953 | 2024-03-20T19:29:13.481Z | Compiling assert_matches v1.5.0 |
2954 | 2024-03-20T19:29:13.589Z | Compiling is_ci v1.2.0 |
2955 | 2024-03-20T19:29:13.843Z | Compiling supports-color v3.0.0 |
2956 | 2024-03-20T19:29:15.777Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2957 | 2024-03-20T19:29:16.998Z | Compiling rpassword v7.3.1 |
2958 | 2024-03-20T19:29:17.357Z | Compiling tui-tree-widget v0.17.0 |
2959 | 2024-03-20T19:29:17.701Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2960 | 2024-03-20T19:29:17.977Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2961 | 2024-03-20T19:29:21.675Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2962 | 2024-03-20T19:29:21.905Z | Compiling csv-core v0.1.11 |
2963 | 2024-03-20T19:29:22.663Z | Compiling shell-words v1.1.0 |
2964 | 2024-03-20T19:29:23.065Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2965 | 2024-03-20T19:29:25.034Z | Compiling csv v1.3.0 |
2966 | 2024-03-20T19:29:26.854Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2967 | 2024-03-20T19:29:57.142Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2968 | 2024-03-20T19:30:04.521Z | Compiling multimap v0.10.0 |
2969 | 2024-03-20T19:31:14.137Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2970 | 2024-03-20T19:31:34.997Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2971 | 2024-03-20T19:31:40.018Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2972 | 2024-03-20T19:37:28.064Z | Finished release [optimized] target(s) in 11m 39s |
2973 | 2024-03-20T19:38:46.527Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
2974 | 2024-03-20T19:38:46.527Z | ++ rm -rf cargo-bay/g0/omicron |
2975 | 2024-03-20T19:38:46.556Z | ++ mkdir -p cargo-bay/g0/omicron |
2976 | 2024-03-20T19:38:46.556Z | ++ 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/ |
2977 | 2024-03-20T19:38:46.556Z | sending incremental file list |
2978 | 2024-03-20T19:38:46.593Z | omicron-package |
2979 | 2024-03-20T19:38:46.816Z |
32,768 0% 0.00kB/s 0:00:00
40,142,240 100% 149.42MB/s 0:00:00 (xfr#1, to-chk=254/255) |
2980 | 2024-03-20T19:38:46.816Z | package-manifest.toml |
2981 | 2024-03-20T19:38:46.816Z |
26,511 100% 101.13kB/s 0:00:00
26,511 100% 101.13kB/s 0:00:00 (xfr#2, to-chk=253/255) |
2982 | 2024-03-20T19:38:46.816Z | out/ |
2983 | 2024-03-20T19:38:46.842Z | out/LOG |
2984 | 2024-03-20T19:38:46.842Z |
32,768 14% 124.51kB/s 0:00:01
231,784 100% 880.75kB/s 0:00:00 (xfr#3, to-chk=249/255) |
2985 | 2024-03-20T19:38:46.842Z | out/clickhouse.tar.gz |
2986 | 2024-03-20T19:38:47.644Z |
32,768 0% 124.51kB/s 0:30:56
208,142,336 90% 198.50MB/s 0:00:00
231,166,319 100% 204.13MB/s 0:00:01 (xfr#4, to-chk=248/255) |
2987 | 2024-03-20T19:38:47.644Z | out/clickhouse_keeper.tar.gz |
2988 | 2024-03-20T19:38:48.590Z |
32,768 0% 395.06kB/s 0:09:44
224,002,048 96% 213.62MB/s 0:00:00
231,141,527 100% 215.27MB/s 0:00:01 (xfr#5, to-chk=247/255) |
2989 | 2024-03-20T19:38:48.590Z | out/cockroachdb.tar.gz |
2990 | 2024-03-20T19:38:49.195Z |
32,768 0% 1.25MB/s 0:01:38
126,657,859 100% 191.43MB/s 0:00:00 (xfr#6, to-chk=246/255) |
2991 | 2024-03-20T19:38:49.196Z | out/crucible-pantry-zone.tar.gz |
2992 | 2024-03-20T19:38:49.284Z |
32,768 0% 50.63kB/s 0:08:18
25,287,268 100% 33.22MB/s 0:00:00 (xfr#7, to-chk=245/255) |
2993 | 2024-03-20T19:38:49.284Z | out/crucible-zone.tar.gz |
2994 | 2024-03-20T19:38:49.415Z |
32,768 0% 44.08kB/s 0:13:58
36,986,001 100% 41.11MB/s 0:00:00 (xfr#8, to-chk=244/255) |
2995 | 2024-03-20T19:38:49.415Z | out/external-dns.tar.gz |
2996 | 2024-03-20T19:38:49.536Z |
32,768 0% 37.30kB/s 0:13:50
31,006,746 100% 30.48MB/s 0:00:00 (xfr#9, to-chk=243/255) |
2997 | 2024-03-20T19:38:49.536Z | out/internal-dns.tar.gz |
2998 | 2024-03-20T19:38:49.640Z |
32,768 0% 32.99kB/s 0:15:38
6,946,816 22% 6.62MB/s 0:00:03
31,006,529 100% 27.33MB/s 0:00:01 (xfr#10, to-chk=242/255) |
2999 | 2024-03-20T19:38:49.640Z | out/mg-ddm-gz.tar |
3000 | 2024-03-20T19:38:50.049Z |
32,768 0% 385.54kB/s 0:02:17
52,915,712 100% 102.57MB/s 0:00:00 (xfr#11, to-chk=241/255) |
3001 | 2024-03-20T19:38:50.049Z | out/nexus.tar.gz |
3002 | 2024-03-20T19:38:50.394Z |
32,768 0% 64.91kB/s 0:23:33
91,784,554 100% 104.45MB/s 0:00:00 (xfr#12, to-chk=240/255) |
3003 | 2024-03-20T19:38:50.395Z | out/ntp.tar.gz |
3004 | 2024-03-20T19:38:50.436Z |
32,768 0% 38.19kB/s 0:04:32
10,426,603 100% 11.36MB/s 0:00:00 (xfr#13, to-chk=239/255) |
3005 | 2024-03-20T19:38:50.436Z | out/omicron-gateway-softnpu.tar.gz |
3006 | 2024-03-20T19:38:50.479Z |
32,768 0% 36.57kB/s 0:07:30
16,517,192 100% 17.12MB/s 0:00:00 (xfr#14, to-chk=238/255) |
3007 | 2024-03-20T19:38:50.479Z | out/omicron-gateway.tar.gz |
3008 | 2024-03-20T19:38:50.521Z |
32,768 0% 34.78kB/s 0:07:53
16,513,715 100% 16.32MB/s 0:00:00 (xfr#15, to-chk=237/255) |
3009 | 2024-03-20T19:38:50.521Z | out/omicron-sled-agent.tar |
3010 | 2024-03-20T19:38:51.365Z |
32,768 0% 33.16kB/s 0:59:07
3,801,088 3% 3.62MB/s 0:00:30
117,683,712 100% 62.11MB/s 0:00:01 (xfr#16, to-chk=236/255) |
3011 | 2024-03-20T19:38:51.365Z | out/overlay.tar.gz |
3012 | 2024-03-20T19:38:51.365Z |
2,621 100% 3.17kB/s 0:00:00
2,621 100% 3.17kB/s 0:00:00 (xfr#17, to-chk=235/255) |
3013 | 2024-03-20T19:38:51.365Z | out/oximeter.tar.gz |
3014 | 2024-03-20T19:38:51.534Z |
32,768 0% 39.60kB/s 0:20:12
48,041,861 100% 47.14MB/s 0:00:00 (xfr#18, to-chk=234/255) |
3015 | 2024-03-20T19:38:51.534Z | out/oxlog.tar |
3016 | 2024-03-20T19:38:51.576Z |
32,768 0% 32.92kB/s 0:03:08
2,621,440 41% 2.50MB/s 0:00:01
6,244,352 100% 5.84MB/s 0:00:01 (xfr#19, to-chk=233/255) |
3017 | 2024-03-20T19:38:51.576Z | out/probe.tar.gz |
3018 | 2024-03-20T19:38:51.604Z |
32,768 1% 1.49MB/s 0:00:01
2,829,470 100% 87.04MB/s 0:00:00 (xfr#20, to-chk=232/255) |
3019 | 2024-03-20T19:38:51.604Z | out/propolis-server.tar.gz |
3020 | 2024-03-20T19:38:51.802Z |
32,768 0% 1.01MB/s 0:01:04
66,360,059 100% 264.79MB/s 0:00:00 (xfr#21, to-chk=231/255) |
3021 | 2024-03-20T19:38:51.802Z | out/switch-softnpu.tar.gz |
3022 | 2024-03-20T19:38:52.499Z |
32,768 0% 133.89kB/s 0:25:23
204,016,484 100% 207.65MB/s 0:00:00 (xfr#22, to-chk=230/255) |
3023 | 2024-03-20T19:38:52.499Z | out/console-assets/ |
3024 | 2024-03-20T19:38:52.499Z | out/console-assets/VERSION |
3025 | 2024-03-20T19:38:52.499Z |
41 100% 0.04kB/s 0:00:00
41 100% 0.04kB/s 0:00:00 (xfr#23, to-chk=226/255) |
3026 | 2024-03-20T19:38:52.499Z | out/console-assets/index.html |
3027 | 2024-03-20T19:38:52.499Z |
466 100% 0.49kB/s 0:00:00
466 100% 0.49kB/s 0:00:00 (xfr#24, to-chk=225/255) |
3028 | 2024-03-20T19:38:52.499Z | out/console-assets/assets/ |
3029 | 2024-03-20T19:38:52.500Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
3030 | 2024-03-20T19:38:52.554Z |
32,768 70% 34.15kB/s 0:00:00
46,276 100% 48.23kB/s 0:00:00 (xfr#25, to-chk=223/255) |
3031 | 2024-03-20T19:38:52.554Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
3032 | 2024-03-20T19:38:52.554Z |
32,768 65% 34.15kB/s 0:00:00
50,032 100% 52.09kB/s 0:00:00 (xfr#26, to-chk=222/255) |
3033 | 2024-03-20T19:38:52.554Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
3034 | 2024-03-20T19:38:52.554Z |
32,768 55% 34.12kB/s 0:00:00
58,524 100% 60.93kB/s 0:00:00 (xfr#27, to-chk=221/255) |
3035 | 2024-03-20T19:38:52.554Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
3036 | 2024-03-20T19:38:52.554Z |
32,768 71% 34.12kB/s 0:00:00
46,060 100% 47.95kB/s 0:00:00 (xfr#28, to-chk=220/255) |
3037 | 2024-03-20T19:38:52.554Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
3038 | 2024-03-20T19:38:52.554Z |
21,937 100% 22.81kB/s 0:00:00
21,937 100% 22.81kB/s 0:00:00 (xfr#29, to-chk=219/255) |
3039 | 2024-03-20T19:38:52.554Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
3040 | 2024-03-20T19:38:52.554Z |
17,996 100% 18.72kB/s 0:00:00
17,996 100% 18.72kB/s 0:00:00 (xfr#30, to-chk=218/255) |
3041 | 2024-03-20T19:38:52.555Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
3042 | 2024-03-20T19:38:52.555Z |
21,890 100% 22.77kB/s 0:00:00
21,890 100% 22.77kB/s 0:00:00 (xfr#31, to-chk=217/255) |
3043 | 2024-03-20T19:38:52.555Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
3044 | 2024-03-20T19:38:52.555Z |
17,984 100% 18.70kB/s 0:00:00
17,984 100% 18.70kB/s 0:00:00 (xfr#32, to-chk=216/255) |
3045 | 2024-03-20T19:38:52.555Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
3046 | 2024-03-20T19:38:52.555Z |
21,123 100% 21.97kB/s 0:00:00
21,123 100% 21.97kB/s 0:00:00 (xfr#33, to-chk=215/255) |
3047 | 2024-03-20T19:38:52.555Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
3048 | 2024-03-20T19:38:52.555Z |
17,228 100% 17.92kB/s 0:00:00
17,228 100% 17.92kB/s 0:00:00 (xfr#34, to-chk=214/255) |
3049 | 2024-03-20T19:38:52.555Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
3050 | 2024-03-20T19:38:52.555Z |
18,448 100% 19.17kB/s 0:00:00
18,448 100% 19.17kB/s 0:00:00 (xfr#35, to-chk=213/255) |
3051 | 2024-03-20T19:38:52.555Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
3052 | 2024-03-20T19:38:52.555Z |
22,665 100% 23.55kB/s 0:00:00
22,665 100% 23.55kB/s 0:00:00 (xfr#36, to-chk=212/255) |
3053 | 2024-03-20T19:38:52.555Z | out/console-assets/assets/Terminal-_VoNxbTe.js |
3054 | 2024-03-20T19:38:52.555Z |
32,768 11% 34.04kB/s 0:00:07
287,761 100% 298.00kB/s 0:00:00 (xfr#37, to-chk=211/255) |
3055 | 2024-03-20T19:38:52.555Z | out/console-assets/assets/Terminal-_VoNxbTe.js.gz |
3056 | 2024-03-20T19:38:52.555Z |
32,768 45% 33.93kB/s 0:00:01
71,758 100% 74.31kB/s 0:00:00 (xfr#38, to-chk=210/255) |
3057 | 2024-03-20T19:38:52.555Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map |
3058 | 2024-03-20T19:38:52.555Z |
32,768 5% 33.93kB/s 0:00:16
590,313 100% 608.74kB/s 0:00:00 (xfr#39, to-chk=209/255) |
3059 | 2024-03-20T19:38:52.555Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map.gz |
3060 | 2024-03-20T19:38:52.555Z |
32,768 27% 33.79kB/s 0:00:02
118,282 100% 121.97kB/s 0:00:00 (xfr#40, to-chk=208/255) |
3061 | 2024-03-20T19:38:52.555Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js |
3062 | 2024-03-20T19:38:52.556Z |
32,768 8% 33.79kB/s 0:00:10
371,459 100% 381.44kB/s 0:00:00 (xfr#41, to-chk=207/255) |
3063 | 2024-03-20T19:38:52.556Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz |
3064 | 2024-03-20T19:38:52.556Z |
32,768 31% 33.65kB/s 0:00:02
103,751 100% 106.54kB/s 0:00:00 (xfr#42, to-chk=206/255) |
3065 | 2024-03-20T19:38:52.556Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map |
3066 | 2024-03-20T19:38:52.556Z |
32,768 1% 33.65kB/s 0:00:48
1,659,213 100% 1.64MB/s 0:00:00 (xfr#43, to-chk=205/255) |
3067 | 2024-03-20T19:38:52.556Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz |
3068 | 2024-03-20T19:38:52.556Z |
32,768 8% 33.26kB/s 0:00:10
379,036 100% 383.58kB/s 0:00:00 (xfr#44, to-chk=204/255) |
3069 | 2024-03-20T19:38:52.556Z | out/console-assets/assets/app-1tiVg9q7.js |
3070 | 2024-03-20T19:38:52.583Z |
32,768 2% 33.16kB/s 0:00:33
1,130,062 100% 1.10MB/s 0:00:00 (xfr#45, to-chk=203/255) |
3071 | 2024-03-20T19:38:52.584Z | out/console-assets/assets/app-1tiVg9q7.js.gz |
3072 | 2024-03-20T19:38:52.584Z |
32,768 9% 32.75kB/s 0:00:09
347,811 100% 346.59kB/s 0:00:00 (xfr#46, to-chk=202/255) |
3073 | 2024-03-20T19:38:52.584Z | out/console-assets/assets/app-1tiVg9q7.js.map |
3074 | 2024-03-20T19:38:52.584Z |
32,768 0% 32.65kB/s 0:02:42
2,621,440 49% 2.50MB/s 0:00:01
5,328,067 100% 5.01MB/s 0:00:01 (xfr#47, to-chk=201/255) |
3075 | 2024-03-20T19:38:52.584Z | out/console-assets/assets/app-1tiVg9q7.js.map.gz |
3076 | 2024-03-20T19:38:52.584Z |
32,768 2% 2.08MB/s 0:00:00
1,261,215 100% 57.28MB/s 0:00:00 (xfr#48, to-chk=200/255) |
3077 | 2024-03-20T19:38:52.584Z | out/console-assets/assets/app-AvNWp1hQ.css |
3078 | 2024-03-20T19:38:52.584Z |
32,768 23% 1.42MB/s 0:00:00
138,004 100% 5.72MB/s 0:00:00 (xfr#49, to-chk=199/255) |
3079 | 2024-03-20T19:38:52.584Z | out/console-assets/assets/app-AvNWp1hQ.css.gz |
3080 | 2024-03-20T19:38:52.584Z |
21,197 100% 900.01kB/s 0:00:00
21,197 100% 900.01kB/s 0:00:00 (xfr#50, to-chk=198/255) |
3081 | 2024-03-20T19:38:52.584Z | out/console-assets/assets/favicon-WELtHcTG.svg |
3082 | 2024-03-20T19:38:52.584Z |
761 100% 32.31kB/s 0:00:00
761 100% 32.31kB/s 0:00:00 (xfr#51, to-chk=197/255) |
3083 | 2024-03-20T19:38:52.584Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
3084 | 2024-03-20T19:38:52.584Z |
1,327 100% 56.34kB/s 0:00:00
1,327 100% 56.34kB/s 0:00:00 (xfr#52, to-chk=196/255) |
3085 | 2024-03-20T19:38:52.585Z | out/console-assets/assets/og-preview-image.webp |
3086 | 2024-03-20T19:38:52.585Z |
32,768 36% 1.30MB/s 0:00:00
89,880 100% 3.57MB/s 0:00:00 (xfr#53, to-chk=195/255) |
3087 | 2024-03-20T19:38:52.585Z | out/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp |
3088 | 2024-03-20T19:38:52.585Z |
32,768 4% 1.25MB/s 0:00:00
673,968 100% 22.96MB/s 0:00:00 (xfr#54, to-chk=194/255) |
3089 | 2024-03-20T19:38:52.585Z | out/manifest-cache/ |
3090 | 2024-03-20T19:38:52.585Z | out/manifest-cache/clickhouse.tar.gz.json |
3091 | 2024-03-20T19:38:52.585Z |
780 100% 27.20kB/s 0:00:00
780 100% 26.27kB/s 0:00:00 (xfr#55, to-chk=193/255) |
3092 | 2024-03-20T19:38:52.585Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
3093 | 2024-03-20T19:38:52.585Z |
801 100% 26.97kB/s 0:00:00
801 100% 26.97kB/s 0:00:00 (xfr#56, to-chk=192/255) |
3094 | 2024-03-20T19:38:52.585Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
3095 | 2024-03-20T19:38:52.613Z |
2,958 100% 99.61kB/s 0:00:00
2,958 100% 99.61kB/s 0:00:00 (xfr#57, to-chk=191/255) |
3096 | 2024-03-20T19:38:52.613Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
3097 | 2024-03-20T19:38:52.613Z |
2,946 100% 99.21kB/s 0:00:00
2,946 100% 99.21kB/s 0:00:00 (xfr#58, to-chk=190/255) |
3098 | 2024-03-20T19:38:52.613Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
3099 | 2024-03-20T19:38:52.614Z |
32,768 61% 1.08MB/s 0:00:00
53,598 100% 1.70MB/s 0:00:00 (xfr#59, to-chk=189/255) |
3100 | 2024-03-20T19:38:52.614Z | out/manifest-cache/cockroachdb.tar.gz.json |
3101 | 2024-03-20T19:38:52.614Z |
787 100% 25.62kB/s 0:00:00
787 100% 25.62kB/s 0:00:00 (xfr#60, to-chk=188/255) |
3102 | 2024-03-20T19:38:52.614Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
3103 | 2024-03-20T19:38:52.614Z |
662 100% 20.85kB/s 0:00:00
662 100% 20.85kB/s 0:00:00 (xfr#61, to-chk=187/255) |
3104 | 2024-03-20T19:38:52.614Z | out/manifest-cache/crucible-zone.tar.gz.json |
3105 | 2024-03-20T19:38:52.614Z |
641 100% 20.19kB/s 0:00:00
641 100% 20.19kB/s 0:00:00 (xfr#62, to-chk=186/255) |
3106 | 2024-03-20T19:38:52.614Z | out/manifest-cache/dns-server.tar.gz.json |
3107 | 2024-03-20T19:38:52.614Z |
942 100% 29.67kB/s 0:00:00
942 100% 29.67kB/s 0:00:00 (xfr#63, to-chk=185/255) |
3108 | 2024-03-20T19:38:52.614Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
3109 | 2024-03-20T19:38:52.614Z |
1,132 100% 35.66kB/s 0:00:00
1,132 100% 35.66kB/s 0:00:00 (xfr#64, to-chk=184/255) |
3110 | 2024-03-20T19:38:52.614Z | out/manifest-cache/external-dns.tar.gz.json |
3111 | 2024-03-20T19:38:52.614Z |
934 100% 29.42kB/s 0:00:00
934 100% 29.42kB/s 0:00:00 (xfr#65, to-chk=183/255) |
3112 | 2024-03-20T19:38:52.614Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
3113 | 2024-03-20T19:38:52.614Z |
752 100% 23.69kB/s 0:00:00
752 100% 23.69kB/s 0:00:00 (xfr#66, to-chk=182/255) |
3114 | 2024-03-20T19:38:52.614Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
3115 | 2024-03-20T19:38:52.614Z |
1,132 100% 35.66kB/s 0:00:00
1,132 100% 35.66kB/s 0:00:00 (xfr#67, to-chk=181/255) |
3116 | 2024-03-20T19:38:52.615Z | out/manifest-cache/internal-dns.tar.gz.json |
3117 | 2024-03-20T19:38:52.615Z |
791 100% 24.92kB/s 0:00:00
791 100% 24.92kB/s 0:00:00 (xfr#68, to-chk=180/255) |
3118 | 2024-03-20T19:38:52.615Z | out/manifest-cache/logadm.tar.gz.json |
3119 | 2024-03-20T19:38:52.615Z |
1,044 100% 32.89kB/s 0:00:00
1,044 100% 32.89kB/s 0:00:00 (xfr#69, to-chk=179/255) |
3120 | 2024-03-20T19:38:52.615Z | out/manifest-cache/nexus.tar.gz.json |
3121 | 2024-03-20T19:38:52.615Z |
773 100% 24.35kB/s 0:00:00
773 100% 24.35kB/s 0:00:00 (xfr#70, to-chk=178/255) |
3122 | 2024-03-20T19:38:52.615Z | out/manifest-cache/ntp-svc.tar.gz.json |
3123 | 2024-03-20T19:38:52.615Z |
2,228 100% 70.19kB/s 0:00:00
2,228 100% 70.19kB/s 0:00:00 (xfr#71, to-chk=177/255) |
3124 | 2024-03-20T19:38:52.615Z | out/manifest-cache/ntp.tar.gz.json |
3125 | 2024-03-20T19:38:52.615Z |
763 100% 24.04kB/s 0:00:00
763 100% 24.04kB/s 0:00:00 (xfr#72, to-chk=176/255) |
3126 | 2024-03-20T19:38:52.615Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
3127 | 2024-03-20T19:38:52.615Z |
1,462 100% 46.06kB/s 0:00:00
1,462 100% 46.06kB/s 0:00:00 (xfr#73, to-chk=175/255) |
3128 | 2024-03-20T19:38:52.615Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
3129 | 2024-03-20T19:38:52.615Z |
545 100% 17.17kB/s 0:00:00
545 100% 17.17kB/s 0:00:00 (xfr#74, to-chk=174/255) |
3130 | 2024-03-20T19:38:52.615Z | out/manifest-cache/omicron-gateway.tar.gz.json |
3131 | 2024-03-20T19:38:52.615Z |
703 100% 22.15kB/s 0:00:00
703 100% 22.15kB/s 0:00:00 (xfr#75, to-chk=173/255) |
3132 | 2024-03-20T19:38:52.615Z | out/manifest-cache/omicron-nexus.tar.gz.json |
3133 | 2024-03-20T19:38:52.615Z |
32,768 46% 1000.00kB/s 0:00:00
70,581 100% 2.10MB/s 0:00:00 (xfr#76, to-chk=172/255) |
3134 | 2024-03-20T19:38:52.616Z | out/manifest-cache/omicron-omdb.tar.gz.json |
3135 | 2024-03-20T19:38:52.616Z |
702 100% 21.42kB/s 0:00:00
702 100% 21.42kB/s 0:00:00 (xfr#77, to-chk=171/255) |
3136 | 2024-03-20T19:38:52.616Z | out/manifest-cache/omicron-sled-agent.tar.json |
3137 | 2024-03-20T19:38:52.616Z |
1,510 100% 46.08kB/s 0:00:00
1,510 100% 46.08kB/s 0:00:00 (xfr#78, to-chk=170/255) |
3138 | 2024-03-20T19:38:52.616Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
3139 | 2024-03-20T19:38:52.616Z |
883 100% 26.95kB/s 0:00:00
883 100% 26.95kB/s 0:00:00 (xfr#79, to-chk=169/255) |
3140 | 2024-03-20T19:38:52.616Z | out/manifest-cache/overlay.tar.gz.json |
3141 | 2024-03-20T19:38:52.616Z |
473 100% 14.00kB/s 0:00:00
473 100% 14.00kB/s 0:00:00 (xfr#80, to-chk=168/255) |
3142 | 2024-03-20T19:38:52.616Z | out/manifest-cache/oximeter-collector.tar.gz.json |
3143 | 2024-03-20T19:38:52.616Z |
18,311 100% 541.87kB/s 0:00:00
18,311 100% 541.87kB/s 0:00:00 (xfr#81, to-chk=167/255) |
3144 | 2024-03-20T19:38:52.616Z | out/manifest-cache/oximeter.tar.gz.json |
3145 | 2024-03-20T19:38:52.616Z |
641 100% 18.97kB/s 0:00:00
641 100% 18.97kB/s 0:00:00 (xfr#82, to-chk=166/255) |
3146 | 2024-03-20T19:38:52.616Z | out/manifest-cache/oxlog.tar.json |
3147 | 2024-03-20T19:38:52.616Z |
321 100% 9.50kB/s 0:00:00
321 100% 9.50kB/s 0:00:00 (xfr#83, to-chk=165/255) |
3148 | 2024-03-20T19:38:52.616Z | out/manifest-cache/probe.tar.gz.json |
3149 | 2024-03-20T19:38:52.616Z |
346 100% 10.24kB/s 0:00:00
346 100% 10.24kB/s 0:00:00 (xfr#84, to-chk=164/255) |
3150 | 2024-03-20T19:38:52.616Z | out/manifest-cache/profile.tar.gz.json |
3151 | 2024-03-20T19:38:52.617Z |
838 100% 24.80kB/s 0:00:00
838 100% 24.80kB/s 0:00:00 (xfr#85, to-chk=163/255) |
3152 | 2024-03-20T19:38:52.617Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
3153 | 2024-03-20T19:38:52.617Z |
357 100% 10.56kB/s 0:00:00
357 100% 10.56kB/s 0:00:00 (xfr#86, to-chk=162/255) |
3154 | 2024-03-20T19:38:52.617Z | out/manifest-cache/sp-sim.tar.gz.json |
3155 | 2024-03-20T19:38:52.617Z |
1,549 100% 45.84kB/s 0:00:00
1,549 100% 45.84kB/s 0:00:00 (xfr#87, to-chk=161/255) |
3156 | 2024-03-20T19:38:52.617Z | out/manifest-cache/switch-softnpu.tar.gz.json |
3157 | 2024-03-20T19:38:52.617Z |
1,566 100% 46.34kB/s 0:00:00
1,566 100% 44.98kB/s 0:00:00 (xfr#88, to-chk=160/255) |
3158 | 2024-03-20T19:38:52.617Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
3159 | 2024-03-20T19:38:52.617Z |
10,790 100% 309.91kB/s 0:00:00
10,790 100% 309.91kB/s 0:00:00 (xfr#89, to-chk=159/255) |
3160 | 2024-03-20T19:38:52.617Z | out/manifest-cache/wicket.tar.gz.json |
3161 | 2024-03-20T19:38:52.617Z |
1,084 100% 31.14kB/s 0:00:00
1,084 100% 31.14kB/s 0:00:00 (xfr#90, to-chk=158/255) |
3162 | 2024-03-20T19:38:52.617Z | out/manifest-cache/wicketd.tar.gz.json |
3163 | 2024-03-20T19:38:52.617Z |
1,560 100% 44.81kB/s 0:00:00
1,560 100% 44.81kB/s 0:00:00 (xfr#91, to-chk=157/255) |
3164 | 2024-03-20T19:38:52.617Z | out/manifest-cache/zone-network-install.tar.gz.json |
3165 | 2024-03-20T19:38:52.617Z |
877 100% 25.19kB/s 0:00:00
877 100% 25.19kB/s 0:00:00 (xfr#92, to-chk=156/255) |
3166 | 2024-03-20T19:38:52.618Z | out/manifest-cache/zone-network-setup.tar.gz.json |
3167 | 2024-03-20T19:38:52.618Z |
772 100% 22.17kB/s 0:00:00
772 100% 22.17kB/s 0:00:00 (xfr#93, to-chk=155/255) |
3168 | 2024-03-20T19:38:52.618Z | out/target/ |
3169 | 2024-03-20T19:38:52.618Z | out/target/active -> default |
3170 | 2024-03-20T19:38:52.618Z | out/target/default |
3171 | 2024-03-20T19:38:52.618Z |
74 100% 2.13kB/s 0:00:00
74 100% 2.13kB/s 0:00:00 (xfr#94, to-chk=153/255) |
3172 | 2024-03-20T19:38:52.618Z | smf/ |
3173 | 2024-03-20T19:38:52.618Z | smf/clickhouse/ |
3174 | 2024-03-20T19:38:52.619Z | smf/clickhouse/config_replica.xml |
3175 | 2024-03-20T19:38:52.619Z |
2,728 100% 78.35kB/s 0:00:00
2,728 100% 78.35kB/s 0:00:00 (xfr#95, to-chk=133/255) |
3176 | 2024-03-20T19:38:52.619Z | smf/clickhouse/manifest.xml |
3177 | 2024-03-20T19:38:52.619Z |
1,494 100% 42.91kB/s 0:00:00
1,494 100% 42.91kB/s 0:00:00 (xfr#96, to-chk=132/255) |
3178 | 2024-03-20T19:38:52.619Z | smf/clickhouse/method_script.sh |
3179 | 2024-03-20T19:38:52.619Z |
5,330 100% 153.09kB/s 0:00:00
5,330 100% 153.09kB/s 0:00:00 (xfr#97, to-chk=131/255) |
3180 | 2024-03-20T19:38:52.619Z | smf/clickhouse_keeper/ |
3181 | 2024-03-20T19:38:52.620Z | smf/clickhouse_keeper/keeper_config.xml |
3182 | 2024-03-20T19:38:52.620Z |
1,460 100% 41.93kB/s 0:00:00
1,460 100% 41.93kB/s 0:00:00 (xfr#98, to-chk=130/255) |
3183 | 2024-03-20T19:38:52.620Z | smf/clickhouse_keeper/manifest.xml |
3184 | 2024-03-20T19:38:52.620Z |
1,534 100% 44.06kB/s 0:00:00
1,534 100% 44.06kB/s 0:00:00 (xfr#99, to-chk=129/255) |
3185 | 2024-03-20T19:38:52.620Z | smf/clickhouse_keeper/method_script.sh |
3186 | 2024-03-20T19:38:52.620Z |
4,324 100% 120.65kB/s 0:00:00
4,324 100% 120.65kB/s 0:00:00 (xfr#100, to-chk=128/255) |
3187 | 2024-03-20T19:38:52.620Z | smf/cockroachdb/ |
3188 | 2024-03-20T19:38:52.620Z | smf/cockroachdb/manifest.xml |
3189 | 2024-03-20T19:38:52.621Z |
1,667 100% 46.51kB/s 0:00:00
1,667 100% 46.51kB/s 0:00:00 (xfr#101, to-chk=127/255) |
3190 | 2024-03-20T19:38:52.621Z | smf/cockroachdb/method_script.sh |
3191 | 2024-03-20T19:38:52.621Z |
1,030 100% 28.74kB/s 0:00:00
1,030 100% 28.74kB/s 0:00:00 (xfr#102, to-chk=126/255) |
3192 | 2024-03-20T19:38:52.621Z | smf/external-dns/ |
3193 | 2024-03-20T19:38:52.621Z | smf/external-dns/config.toml |
3194 | 2024-03-20T19:38:52.621Z |
353 100% 9.85kB/s 0:00:00
353 100% 9.85kB/s 0:00:00 (xfr#103, to-chk=125/255) |
3195 | 2024-03-20T19:38:52.652Z | smf/external-dns/manifest.xml |
3196 | 2024-03-20T19:38:52.652Z |
1,805 100% 50.36kB/s 0:00:00
1,805 100% 50.36kB/s 0:00:00 (xfr#104, to-chk=124/255) |
3197 | 2024-03-20T19:38:52.652Z | smf/installinator/ |
3198 | 2024-03-20T19:38:52.652Z | smf/installinator/manifest.xml |
3199 | 2024-03-20T19:38:52.652Z |
2,149 100% 59.96kB/s 0:00:00
2,149 100% 59.96kB/s 0:00:00 (xfr#105, to-chk=123/255) |
3200 | 2024-03-20T19:38:52.652Z | smf/internal-dns/ |
3201 | 2024-03-20T19:38:52.652Z | smf/internal-dns/config.toml |
3202 | 2024-03-20T19:38:52.652Z |
353 100% 9.85kB/s 0:00:00
353 100% 9.85kB/s 0:00:00 (xfr#106, to-chk=122/255) |
3203 | 2024-03-20T19:38:52.652Z | smf/internal-dns/manifest.xml |
3204 | 2024-03-20T19:38:52.652Z |
1,618 100% 45.15kB/s 0:00:00
1,618 100% 45.15kB/s 0:00:00 (xfr#107, to-chk=121/255) |
3205 | 2024-03-20T19:38:52.652Z | smf/logadm/ |
3206 | 2024-03-20T19:38:52.652Z | smf/logadm/crontab.root |
3207 | 2024-03-20T19:38:52.652Z |
30 100% 0.84kB/s 0:00:00
30 100% 0.84kB/s 0:00:00 (xfr#108, to-chk=120/255) |
3208 | 2024-03-20T19:38:52.653Z | smf/logadm/logadm.conf |
3209 | 2024-03-20T19:38:52.653Z |
2,553 100% 71.23kB/s 0:00:00
2,553 100% 71.23kB/s 0:00:00 (xfr#109, to-chk=119/255) |
3210 | 2024-03-20T19:38:52.653Z | smf/mgs-sim/ |
3211 | 2024-03-20T19:38:52.653Z | smf/mgs-sim/config.toml |
3212 | 2024-03-20T19:38:52.653Z |
3,534 100% 98.60kB/s 0:00:00
3,534 100% 98.60kB/s 0:00:00 (xfr#110, to-chk=118/255) |
3213 | 2024-03-20T19:38:52.653Z | smf/mgs/ |
3214 | 2024-03-20T19:38:52.653Z | smf/mgs/config.toml |
3215 | 2024-03-20T19:38:52.653Z |
9,085 100% 253.49kB/s 0:00:00
9,085 100% 253.49kB/s 0:00:00 (xfr#111, to-chk=117/255) |
3216 | 2024-03-20T19:38:52.653Z | smf/mgs/manifest.xml |
3217 | 2024-03-20T19:38:52.653Z |
2,474 100% 69.03kB/s 0:00:00
2,474 100% 69.03kB/s 0:00:00 (xfr#112, to-chk=116/255) |
3218 | 2024-03-20T19:38:52.653Z | smf/nexus/ |
3219 | 2024-03-20T19:38:52.653Z | smf/nexus/manifest.xml |
3220 | 2024-03-20T19:38:52.653Z |
1,987 100% 55.44kB/s 0:00:00
1,987 100% 55.44kB/s 0:00:00 (xfr#113, to-chk=115/255) |
3221 | 2024-03-20T19:38:52.653Z | smf/nexus/multi-sled/ |
3222 | 2024-03-20T19:38:52.653Z | smf/nexus/multi-sled/config-partial.toml |
3223 | 2024-03-20T19:38:52.653Z |
1,997 100% 54.17kB/s 0:00:00
1,997 100% 54.17kB/s 0:00:00 (xfr#114, to-chk=112/255) |
3224 | 2024-03-20T19:38:52.653Z | smf/nexus/single-sled/ |
3225 | 2024-03-20T19:38:52.653Z | smf/nexus/single-sled/config-partial.toml |
3226 | 2024-03-20T19:38:52.653Z |
1,993 100% 54.06kB/s 0:00:00
1,993 100% 54.06kB/s 0:00:00 (xfr#115, to-chk=111/255) |
3227 | 2024-03-20T19:38:52.653Z | smf/ntp/ |
3228 | 2024-03-20T19:38:52.653Z | smf/ntp/etc/ |
3229 | 2024-03-20T19:38:52.653Z | smf/ntp/etc/inet/ |
3230 | 2024-03-20T19:38:52.653Z | smf/ntp/etc/inet/chrony.conf.boundary |
3231 | 2024-03-20T19:38:52.653Z |
881 100% 23.90kB/s 0:00:00
881 100% 23.90kB/s 0:00:00 (xfr#116, to-chk=105/255) |
3232 | 2024-03-20T19:38:52.654Z | smf/ntp/etc/inet/chrony.conf.internal |
3233 | 2024-03-20T19:38:52.654Z |
1,108 100% 30.06kB/s 0:00:00
1,108 100% 30.06kB/s 0:00:00 (xfr#117, to-chk=104/255) |
3234 | 2024-03-20T19:38:52.654Z | smf/ntp/etc/logadm.d/ |
3235 | 2024-03-20T19:38:52.654Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
3236 | 2024-03-20T19:38:52.654Z |
135 100% 3.66kB/s 0:00:00
135 100% 3.66kB/s 0:00:00 (xfr#118, to-chk=103/255) |
3237 | 2024-03-20T19:38:52.654Z | smf/ntp/manifest/ |
3238 | 2024-03-20T19:38:52.654Z | smf/ntp/manifest/manifest.xml |
3239 | 2024-03-20T19:38:52.654Z |
3,336 100% 90.49kB/s 0:00:00
3,336 100% 90.49kB/s 0:00:00 (xfr#119, to-chk=102/255) |
3240 | 2024-03-20T19:38:52.654Z | smf/ntp/method/ |
3241 | 2024-03-20T19:38:52.654Z | smf/ntp/method/svc-site-ntp |
3242 | 2024-03-20T19:38:52.654Z |
3,211 100% 87.10kB/s 0:00:00
3,211 100% 87.10kB/s 0:00:00 (xfr#120, to-chk=101/255) |
3243 | 2024-03-20T19:38:52.654Z | smf/opte-interface-setup/ |
3244 | 2024-03-20T19:38:52.654Z | smf/opte-interface-setup/manifest.xml |
3245 | 2024-03-20T19:38:52.654Z |
1,638 100% 44.43kB/s 0:00:00
1,638 100% 44.43kB/s 0:00:00 (xfr#121, to-chk=100/255) |
3246 | 2024-03-20T19:38:52.654Z | smf/oximeter/ |
3247 | 2024-03-20T19:38:52.654Z | smf/oximeter/config.toml |
3248 | 2024-03-20T19:38:52.655Z |
205 100% 5.56kB/s 0:00:00
205 100% 5.56kB/s 0:00:00 (xfr#122, to-chk=99/255) |
3249 | 2024-03-20T19:38:52.655Z | smf/oximeter/manifest.xml |
3250 | 2024-03-20T19:38:52.655Z |
1,770 100% 48.01kB/s 0:00:00
1,770 100% 48.01kB/s 0:00:00 (xfr#123, to-chk=98/255) |
3251 | 2024-03-20T19:38:52.655Z | smf/profile/ |
3252 | 2024-03-20T19:38:52.655Z | smf/profile/bashrc |
3253 | 2024-03-20T19:38:52.655Z |
925 100% 25.09kB/s 0:00:00
925 100% 25.09kB/s 0:00:00 (xfr#124, to-chk=97/255) |
3254 | 2024-03-20T19:38:52.655Z | smf/profile/profile |
3255 | 2024-03-20T19:38:52.655Z |
535 100% 14.51kB/s 0:00:00
535 100% 14.51kB/s 0:00:00 (xfr#125, to-chk=96/255) |
3256 | 2024-03-20T19:38:52.655Z | smf/sled-agent/ |
3257 | 2024-03-20T19:38:52.655Z | smf/sled-agent/manifest.xml |
3258 | 2024-03-20T19:38:52.656Z |
2,373 100% 64.37kB/s 0:00:00
2,373 100% 64.37kB/s 0:00:00 (xfr#126, to-chk=95/255) |
3259 | 2024-03-20T19:38:52.656Z | smf/sled-agent/gimlet-standalone/ |
3260 | 2024-03-20T19:38:52.656Z | smf/sled-agent/gimlet-standalone/README.md |
3261 | 2024-03-20T19:38:52.656Z |
114 100% 3.09kB/s 0:00:00
114 100% 3.09kB/s 0:00:00 (xfr#127, to-chk=91/255) |
3262 | 2024-03-20T19:38:52.656Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
3263 | 2024-03-20T19:38:52.656Z |
6,611 100% 174.49kB/s 0:00:00
6,611 100% 174.49kB/s 0:00:00 (xfr#128, to-chk=90/255) |
3264 | 2024-03-20T19:38:52.656Z | smf/sled-agent/gimlet-standalone/config.toml |
3265 | 2024-03-20T19:38:52.656Z |
1,800 100% 47.51kB/s 0:00:00
1,800 100% 47.51kB/s 0:00:00 (xfr#129, to-chk=89/255) |
3266 | 2024-03-20T19:38:52.656Z | smf/sled-agent/gimlet/ |
3267 | 2024-03-20T19:38:52.656Z | smf/sled-agent/gimlet/README.md |
3268 | 2024-03-20T19:38:52.656Z |
54 100% 1.43kB/s 0:00:00
54 100% 1.43kB/s 0:00:00 (xfr#130, to-chk=88/255) |
3269 | 2024-03-20T19:38:52.656Z | smf/sled-agent/gimlet/config.toml |
3270 | 2024-03-20T19:38:52.656Z |
1,657 100% 43.73kB/s 0:00:00
1,657 100% 43.73kB/s 0:00:00 (xfr#131, to-chk=87/255) |
3271 | 2024-03-20T19:38:52.657Z | smf/sled-agent/non-gimlet/ |
3272 | 2024-03-20T19:38:52.657Z | smf/sled-agent/non-gimlet/README.md |
3273 | 2024-03-20T19:38:52.657Z |
105 100% 2.77kB/s 0:00:00
105 100% 2.77kB/s 0:00:00 (xfr#132, to-chk=86/255) |
3274 | 2024-03-20T19:38:52.657Z | smf/sled-agent/non-gimlet/config-rss.toml |
3275 | 2024-03-20T19:38:52.657Z |
1,947 100% 51.39kB/s 0:00:00
1,947 100% 51.39kB/s 0:00:00 (xfr#133, to-chk=85/255) |
3276 | 2024-03-20T19:38:52.657Z | smf/sled-agent/non-gimlet/config.toml |
3277 | 2024-03-20T19:38:52.657Z |
2,906 100% 76.70kB/s 0:00:00
2,906 100% 76.70kB/s 0:00:00 (xfr#134, to-chk=84/255) |
3278 | 2024-03-20T19:38:52.657Z | smf/sp-sim/ |
3279 | 2024-03-20T19:38:52.657Z | smf/sp-sim/config.toml |
3280 | 2024-03-20T19:38:52.657Z |
2,604 100% 68.73kB/s 0:00:00
2,604 100% 68.73kB/s 0:00:00 (xfr#135, to-chk=83/255) |
3281 | 2024-03-20T19:38:52.657Z | smf/sp-sim/manifest.xml |
3282 | 2024-03-20T19:38:52.657Z |
1,271 100% 33.55kB/s 0:00:00
1,271 100% 33.55kB/s 0:00:00 (xfr#136, to-chk=82/255) |
3283 | 2024-03-20T19:38:52.658Z | smf/switch_zone_setup/ |
3284 | 2024-03-20T19:38:52.658Z | smf/switch_zone_setup/manifest.xml |
3285 | 2024-03-20T19:38:52.658Z |
1,061 100% 28.00kB/s 0:00:00
1,061 100% 28.00kB/s 0:00:00 (xfr#137, to-chk=81/255) |
3286 | 2024-03-20T19:38:52.658Z | smf/switch_zone_setup/support_authorized_keys |
3287 | 2024-03-20T19:38:52.658Z |
1,284 100% 33.89kB/s 0:00:00
1,284 100% 33.89kB/s 0:00:00 (xfr#138, to-chk=80/255) |
3288 | 2024-03-20T19:38:52.658Z | smf/switch_zone_setup/switch_zone_setup |
3289 | 2024-03-20T19:38:52.658Z |
1,041 100% 27.48kB/s 0:00:00
1,041 100% 27.48kB/s 0:00:00 (xfr#139, to-chk=79/255) |
3290 | 2024-03-20T19:38:52.658Z | smf/wicketd/ |
3291 | 2024-03-20T19:38:52.658Z | smf/wicketd/config.toml |
3292 | 2024-03-20T19:38:52.658Z |
104 100% 2.74kB/s 0:00:00
104 100% 2.74kB/s 0:00:00 (xfr#140, to-chk=78/255) |
3293 | 2024-03-20T19:38:52.658Z | smf/wicketd/manifest.xml |
3294 | 2024-03-20T19:38:52.658Z |
2,954 100% 77.97kB/s 0:00:00
2,954 100% 77.97kB/s 0:00:00 (xfr#141, to-chk=77/255) |
3295 | 2024-03-20T19:38:52.686Z | smf/zone-network-setup/ |
3296 | 2024-03-20T19:38:52.686Z | smf/zone-network-setup/manifest.xml |
3297 | 2024-03-20T19:38:52.686Z |
1,614 100% 42.60kB/s 0:00:00
1,614 100% 42.60kB/s 0:00:00 (xfr#142, to-chk=76/255) |
3298 | 2024-03-20T19:38:52.686Z | tools/ |
3299 | 2024-03-20T19:38:52.686Z | tools/README.adoc |
3300 | 2024-03-20T19:38:52.686Z |
3,558 100% 93.91kB/s 0:00:00
3,558 100% 93.91kB/s 0:00:00 (xfr#143, to-chk=75/255) |
3301 | 2024-03-20T19:38:52.687Z | tools/build-global-zone-packages.sh |
3302 | 2024-03-20T19:38:52.687Z |
2,388 100% 63.03kB/s 0:00:00
2,388 100% 63.03kB/s 0:00:00 (xfr#144, to-chk=74/255) |
3303 | 2024-03-20T19:38:52.687Z | tools/build-host-image.sh |
3304 | 2024-03-20T19:38:52.687Z |
2,971 100% 78.42kB/s 0:00:00
2,971 100% 78.42kB/s 0:00:00 (xfr#145, to-chk=73/255) |
3305 | 2024-03-20T19:38:52.687Z | tools/build-trampoline-global-zone-packages.sh |
3306 | 2024-03-20T19:38:52.687Z |
1,878 100% 49.57kB/s 0:00:00
1,878 100% 49.57kB/s 0:00:00 (xfr#146, to-chk=72/255) |
3307 | 2024-03-20T19:38:52.687Z | tools/ci_check_opte_ver.sh |
3308 | 2024-03-20T19:38:52.687Z |
2,770 100% 71.19kB/s 0:00:00
2,770 100% 71.19kB/s 0:00:00 (xfr#147, to-chk=71/255) |
3309 | 2024-03-20T19:38:52.687Z | tools/ci_download_clickhouse |
3310 | 2024-03-20T19:38:52.687Z |
3,631 100% 93.31kB/s 0:00:00
3,631 100% 93.31kB/s 0:00:00 (xfr#148, to-chk=70/255) |
3311 | 2024-03-20T19:38:52.687Z | tools/ci_download_cockroachdb |
3312 | 2024-03-20T19:38:52.687Z |
4,292 100% 110.30kB/s 0:00:00
4,292 100% 110.30kB/s 0:00:00 (xfr#149, to-chk=69/255) |
3313 | 2024-03-20T19:38:52.687Z | tools/ci_download_console |
3314 | 2024-03-20T19:38:52.687Z |
1,991 100% 51.17kB/s 0:00:00
1,991 100% 51.17kB/s 0:00:00 (xfr#150, to-chk=68/255) |
3315 | 2024-03-20T19:38:52.687Z | tools/ci_download_dendrite_openapi |
3316 | 2024-03-20T19:38:52.687Z |
1,719 100% 44.18kB/s 0:00:00
1,719 100% 44.18kB/s 0:00:00 (xfr#151, to-chk=67/255) |
3317 | 2024-03-20T19:38:52.687Z | tools/ci_download_dendrite_stub |
3318 | 2024-03-20T19:38:52.687Z |
4,229 100% 108.68kB/s 0:00:00
4,229 100% 108.68kB/s 0:00:00 (xfr#152, to-chk=66/255) |
3319 | 2024-03-20T19:38:52.687Z | tools/ci_download_maghemite_mgd |
3320 | 2024-03-20T19:38:52.687Z |
3,650 100% 93.80kB/s 0:00:00
3,650 100% 93.80kB/s 0:00:00 (xfr#153, to-chk=65/255) |
3321 | 2024-03-20T19:38:52.687Z | tools/ci_download_maghemite_openapi |
3322 | 2024-03-20T19:38:52.688Z |
1,989 100% 51.12kB/s 0:00:00
1,989 100% 51.12kB/s 0:00:00 (xfr#154, to-chk=64/255) |
3323 | 2024-03-20T19:38:52.688Z | tools/ci_download_softnpu_machinery |
3324 | 2024-03-20T19:38:52.688Z |
668 100% 17.17kB/s 0:00:00
668 100% 17.17kB/s 0:00:00 (xfr#155, to-chk=63/255) |
3325 | 2024-03-20T19:38:52.688Z | tools/ci_download_thundermuffin |
3326 | 2024-03-20T19:38:52.688Z |
3,237 100% 83.19kB/s 0:00:00
3,237 100% 83.19kB/s 0:00:00 (xfr#156, to-chk=62/255) |
3327 | 2024-03-20T19:38:52.688Z | tools/ci_download_transceiver_control |
3328 | 2024-03-20T19:38:52.688Z |
3,415 100% 87.76kB/s 0:00:00
3,415 100% 87.76kB/s 0:00:00 (xfr#157, to-chk=61/255) |
3329 | 2024-03-20T19:38:52.688Z | tools/clickhouse_checksums |
3330 | 2024-03-20T19:38:52.688Z |
153 100% 3.93kB/s 0:00:00
153 100% 3.93kB/s 0:00:00 (xfr#158, to-chk=60/255) |
3331 | 2024-03-20T19:38:52.688Z | tools/clickhouse_version |
3332 | 2024-03-20T19:38:52.688Z |
11 100% 0.28kB/s 0:00:00
11 100% 0.28kB/s 0:00:00 (xfr#159, to-chk=59/255) |
3333 | 2024-03-20T19:38:52.688Z | tools/cockroachdb_checksums |
3334 | 2024-03-20T19:38:52.688Z |
258 100% 6.63kB/s 0:00:00
258 100% 6.63kB/s 0:00:00 (xfr#160, to-chk=58/255) |
3335 | 2024-03-20T19:38:52.688Z | tools/cockroachdb_version |
3336 | 2024-03-20T19:38:52.688Z |
8 100% 0.21kB/s 0:00:00
8 100% 0.21kB/s 0:00:00 (xfr#161, to-chk=57/255) |
3337 | 2024-03-20T19:38:52.688Z | tools/console_version |
3338 | 2024-03-20T19:38:52.688Z |
122 100% 3.14kB/s 0:00:00
122 100% 3.14kB/s 0:00:00 (xfr#162, to-chk=56/255) |
3339 | 2024-03-20T19:38:52.688Z | tools/create_gimlet_virtual_hardware.sh |
3340 | 2024-03-20T19:38:52.688Z |
935 100% 24.03kB/s 0:00:00
935 100% 24.03kB/s 0:00:00 (xfr#163, to-chk=55/255) |
3341 | 2024-03-20T19:38:52.688Z | tools/create_scrimlet_virtual_hardware.sh |
3342 | 2024-03-20T19:38:52.688Z |
2,013 100% 50.41kB/s 0:00:00
2,013 100% 50.41kB/s 0:00:00 (xfr#164, to-chk=54/255) |
3343 | 2024-03-20T19:38:52.688Z | tools/create_self_signed_cert.sh |
3344 | 2024-03-20T19:38:52.689Z |
685 100% 17.15kB/s 0:00:00
685 100% 17.15kB/s 0:00:00 (xfr#165, to-chk=53/255) |
3345 | 2024-03-20T19:38:52.689Z | tools/create_virtual_hardware.sh |
3346 | 2024-03-20T19:38:52.689Z |
3,183 100% 79.70kB/s 0:00:00
3,183 100% 79.70kB/s 0:00:00 (xfr#166, to-chk=52/255) |
3347 | 2024-03-20T19:38:52.689Z | tools/delete-reservoir.sh |
3348 | 2024-03-20T19:38:52.689Z |
136 100% 3.41kB/s 0:00:00
136 100% 3.41kB/s 0:00:00 (xfr#167, to-chk=51/255) |
3349 | 2024-03-20T19:38:52.689Z | tools/dendrite_openapi_version |
3350 | 2024-03-20T19:38:52.689Z |
122 100% 3.05kB/s 0:00:00
122 100% 3.05kB/s 0:00:00 (xfr#168, to-chk=50/255) |
3351 | 2024-03-20T19:38:52.689Z | tools/dendrite_stub_checksums |
3352 | 2024-03-20T19:38:52.689Z |
267 100% 6.69kB/s 0:00:00
267 100% 6.69kB/s 0:00:00 (xfr#169, to-chk=49/255) |
3353 | 2024-03-20T19:38:52.689Z | tools/destroy_gimlet_virtual_hardware.sh |
3354 | 2024-03-20T19:38:52.689Z |
888 100% 22.24kB/s 0:00:00
888 100% 22.24kB/s 0:00:00 (xfr#170, to-chk=48/255) |
3355 | 2024-03-20T19:38:52.689Z | tools/destroy_scrimlet_virtual_hardware.sh |
3356 | 2024-03-20T19:38:52.689Z |
1,147 100% 28.72kB/s 0:00:00
1,147 100% 28.72kB/s 0:00:00 (xfr#171, to-chk=47/255) |
3357 | 2024-03-20T19:38:52.689Z | tools/destroy_virtual_hardware.sh |
3358 | 2024-03-20T19:38:52.689Z |
2,227 100% 55.76kB/s 0:00:00
2,227 100% 55.76kB/s 0:00:00 (xfr#172, to-chk=46/255) |
3359 | 2024-03-20T19:38:52.689Z | tools/dvt_dock_version |
3360 | 2024-03-20T19:38:52.689Z |
48 100% 1.20kB/s 0:00:00
48 100% 1.20kB/s 0:00:00 (xfr#173, to-chk=45/255) |
3361 | 2024-03-20T19:38:52.689Z | tools/ensure_buildomat_artifact.sh |
3362 | 2024-03-20T19:38:52.689Z |
3,759 100% 94.13kB/s 0:00:00
3,759 100% 94.13kB/s 0:00:00 (xfr#174, to-chk=44/255) |
3363 | 2024-03-20T19:38:52.689Z | tools/generate-nexus-api.sh |
3364 | 2024-03-20T19:38:52.689Z |
174 100% 4.36kB/s 0:00:00
174 100% 4.36kB/s 0:00:00 (xfr#175, to-chk=43/255) |
3365 | 2024-03-20T19:38:52.689Z | tools/generate-sled-agent-api.sh |
3366 | 2024-03-20T19:38:52.689Z |
161 100% 4.03kB/s 0:00:00
161 100% 4.03kB/s 0:00:00 (xfr#176, to-chk=42/255) |
3367 | 2024-03-20T19:38:52.689Z | tools/generate-wicketd-api.sh |
3368 | 2024-03-20T19:38:52.689Z |
75 100% 1.88kB/s 0:00:00
75 100% 1.88kB/s 0:00:00 (xfr#177, to-chk=41/255) |
3369 | 2024-03-20T19:38:52.690Z | tools/hubris_checksums |
3370 | 2024-03-20T19:38:52.690Z |
852 100% 21.33kB/s 0:00:00
852 100% 21.33kB/s 0:00:00 (xfr#178, to-chk=40/255) |
3371 | 2024-03-20T19:38:52.690Z | tools/hubris_version |
3372 | 2024-03-20T19:38:52.690Z |
50 100% 1.25kB/s 0:00:00
50 100% 1.25kB/s 0:00:00 (xfr#179, to-chk=39/255) |
3373 | 2024-03-20T19:38:52.690Z | tools/install_builder_prerequisites.sh |
3374 | 2024-03-20T19:38:52.690Z |
7,537 100% 188.73kB/s 0:00:00
7,537 100% 188.73kB/s 0:00:00 (xfr#180, to-chk=38/255) |
3375 | 2024-03-20T19:38:52.690Z | tools/install_opte.sh |
3376 | 2024-03-20T19:38:52.690Z |
3,755 100% 94.03kB/s 0:00:00
3,755 100% 94.03kB/s 0:00:00 (xfr#181, to-chk=37/255) |
3377 | 2024-03-20T19:38:52.690Z | tools/install_prerequisites.sh |
3378 | 2024-03-20T19:38:52.690Z |
255 100% 6.39kB/s 0:00:00
255 100% 6.39kB/s 0:00:00 (xfr#182, to-chk=36/255) |
3379 | 2024-03-20T19:38:52.690Z | tools/install_runner_prerequisites.sh |
3380 | 2024-03-20T19:38:52.690Z |
4,154 100% 104.02kB/s 0:00:00
4,154 100% 104.02kB/s 0:00:00 (xfr#183, to-chk=35/255) |
3381 | 2024-03-20T19:38:52.690Z | tools/maghemite_ddm_openapi_version |
3382 | 2024-03-20T19:38:52.690Z |
122 100% 2.98kB/s 0:00:00
122 100% 2.98kB/s 0:00:00 (xfr#184, to-chk=34/255) |
3383 | 2024-03-20T19:38:52.690Z | tools/maghemite_mg_openapi_version |
3384 | 2024-03-20T19:38:52.690Z |
122 100% 2.98kB/s 0:00:00
122 100% 2.98kB/s 0:00:00 (xfr#185, to-chk=33/255) |
3385 | 2024-03-20T19:38:52.690Z | tools/maghemite_mgd_checksums |
3386 | 2024-03-20T19:38:52.690Z |
162 100% 3.96kB/s 0:00:00
162 100% 3.96kB/s 0:00:00 (xfr#186, to-chk=32/255) |
3387 | 2024-03-20T19:38:52.690Z | tools/opte_version |
3388 | 2024-03-20T19:38:52.690Z |
9 100% 0.22kB/s 0:00:00
9 100% 0.22kB/s 0:00:00 (xfr#187, to-chk=31/255) |
3389 | 2024-03-20T19:38:52.690Z | tools/opte_version_override |
3390 | 2024-03-20T19:38:52.690Z |
142 100% 3.47kB/s 0:00:00
142 100% 3.47kB/s 0:00:00 (xfr#188, to-chk=30/255) |
3391 | 2024-03-20T19:38:52.690Z | tools/renovate-post-upgrade.sh |
3392 | 2024-03-20T19:38:52.691Z |
1,705 100% 41.63kB/s 0:00:00
1,705 100% 41.63kB/s 0:00:00 (xfr#189, to-chk=29/255) |
3393 | 2024-03-20T19:38:52.691Z | tools/thundermuffin_checksums |
3394 | 2024-03-20T19:38:52.691Z |
79 100% 1.93kB/s 0:00:00
79 100% 1.93kB/s 0:00:00 (xfr#190, to-chk=28/255) |
3395 | 2024-03-20T19:38:52.720Z | tools/thundermuffin_version |
3396 | 2024-03-20T19:38:52.721Z |
50 100% 1.22kB/s 0:00:00
50 100% 1.22kB/s 0:00:00 (xfr#191, to-chk=27/255) |
3397 | 2024-03-20T19:38:52.721Z | tools/transceiver_control_version |
3398 | 2024-03-20T19:38:52.721Z |
137 100% 3.34kB/s 0:00:00
137 100% 3.34kB/s 0:00:00 (xfr#192, to-chk=26/255) |
3399 | 2024-03-20T19:38:52.721Z | tools/uninstall_opte.sh |
3400 | 2024-03-20T19:38:52.721Z |
6,514 100% 159.03kB/s 0:00:00
6,514 100% 159.03kB/s 0:00:00 (xfr#193, to-chk=25/255) |
3401 | 2024-03-20T19:38:52.721Z | tools/update_crucible.sh |
3402 | 2024-03-20T19:38:52.721Z |
1,093 100% 26.68kB/s 0:00:00
1,093 100% 26.68kB/s 0:00:00 (xfr#194, to-chk=24/255) |
3403 | 2024-03-20T19:38:52.721Z | tools/update_dendrite.sh |
3404 | 2024-03-20T19:38:52.721Z |
2,333 100% 56.96kB/s 0:00:00
2,333 100% 56.96kB/s 0:00:00 (xfr#195, to-chk=23/255) |
3405 | 2024-03-20T19:38:52.721Z | tools/update_helpers.sh |
3406 | 2024-03-20T19:38:52.721Z |
3,831 100% 93.53kB/s 0:00:00
3,831 100% 93.53kB/s 0:00:00 (xfr#196, to-chk=22/255) |
3407 | 2024-03-20T19:38:52.721Z | tools/update_lldp.sh |
3408 | 2024-03-20T19:38:52.721Z |
1,000 100% 24.41kB/s 0:00:00
1,000 100% 24.41kB/s 0:00:00 (xfr#197, to-chk=21/255) |
3409 | 2024-03-20T19:38:52.721Z | tools/update_maghemite.sh |
3410 | 2024-03-20T19:38:52.721Z |
939 100% 22.92kB/s 0:00:00
939 100% 22.92kB/s 0:00:00 (xfr#198, to-chk=20/255) |
3411 | 2024-03-20T19:38:52.721Z | tools/update_propolis.sh |
3412 | 2024-03-20T19:38:52.721Z |
1,050 100% 25.63kB/s 0:00:00
1,050 100% 25.63kB/s 0:00:00 (xfr#199, to-chk=19/255) |
3413 | 2024-03-20T19:38:52.721Z | tools/update_transceiver_control.sh |
3414 | 2024-03-20T19:38:52.721Z |
1,374 100% 33.54kB/s 0:00:00
1,374 100% 33.54kB/s 0:00:00 (xfr#200, to-chk=18/255) |
3415 | 2024-03-20T19:38:52.721Z | tools/virtual_hardware.sh |
3416 | 2024-03-20T19:38:52.722Z |
3,185 100% 77.76kB/s 0:00:00
3,185 100% 77.76kB/s 0:00:00 (xfr#201, to-chk=17/255) |
3417 | 2024-03-20T19:38:52.722Z | tools/dtrace/ |
3418 | 2024-03-20T19:38:52.722Z | tools/dtrace/aggregate-query-latency.d |
3419 | 2024-03-20T19:38:52.722Z |
780 100% 18.58kB/s 0:00:00
780 100% 18.58kB/s 0:00:00 (xfr#202, to-chk=11/255) |
3420 | 2024-03-20T19:38:52.722Z | tools/dtrace/slowest-queries.d |
3421 | 2024-03-20T19:38:52.722Z |
1,077 100% 25.65kB/s 0:00:00
1,077 100% 25.65kB/s 0:00:00 (xfr#203, to-chk=10/255) |
3422 | 2024-03-20T19:38:52.722Z | tools/dtrace/trace-db-queries.d |
3423 | 2024-03-20T19:38:52.722Z |
811 100% 19.32kB/s 0:00:00
811 100% 19.32kB/s 0:00:00 (xfr#204, to-chk=9/255) |
3424 | 2024-03-20T19:38:52.722Z | tools/include/ |
3425 | 2024-03-20T19:38:52.722Z | tools/include/force-git-over-https.sh |
3426 | 2024-03-20T19:38:52.722Z |
940 100% 22.39kB/s 0:00:00
940 100% 22.39kB/s 0:00:00 (xfr#205, to-chk=8/255) |
3427 | 2024-03-20T19:38:52.722Z | tools/populate/ |
3428 | 2024-03-20T19:38:52.722Z | tools/populate/populate-alpine.sh |
3429 | 2024-03-20T19:38:52.722Z |
788 100% 18.77kB/s 0:00:00
788 100% 18.77kB/s 0:00:00 (xfr#206, to-chk=7/255) |
3430 | 2024-03-20T19:38:52.722Z | tools/populate/populate-images.sh |
3431 | 2024-03-20T19:38:52.722Z |
2,571 100% 61.24kB/s 0:00:00
2,571 100% 61.24kB/s 0:00:00 (xfr#207, to-chk=6/255) |
3432 | 2024-03-20T19:38:52.722Z | tools/reflector/ |
3433 | 2024-03-20T19:38:52.722Z | tools/reflector/helpers.sh |
3434 | 2024-03-20T19:38:52.722Z |
4,652 100% 110.80kB/s 0:00:00
4,652 100% 110.80kB/s 0:00:00 (xfr#208, to-chk=5/255) |
3435 | 2024-03-20T19:38:52.722Z | tools/scrimlet/ |
3436 | 2024-03-20T19:38:52.722Z | tools/scrimlet/create-softnpu-zone.sh |
3437 | 2024-03-20T19:38:52.722Z |
627 100% 14.93kB/s 0:00:00
627 100% 14.93kB/s 0:00:00 (xfr#209, to-chk=4/255) |
3438 | 2024-03-20T19:38:52.722Z | tools/scrimlet/destroy-softnpu-zone.sh |
3439 | 2024-03-20T19:38:52.723Z |
203 100% 4.84kB/s 0:00:00
203 100% 4.84kB/s 0:00:00 (xfr#210, to-chk=3/255) |
3440 | 2024-03-20T19:38:52.723Z | tools/scrimlet/softnpu-init.sh |
3441 | 2024-03-20T19:38:52.723Z |
2,157 100% 51.38kB/s 0:00:00
2,157 100% 51.38kB/s 0:00:00 (xfr#211, to-chk=2/255) |
3442 | 2024-03-20T19:38:52.723Z | tools/scrimlet/softnpu-zone.txt |
3443 | 2024-03-20T19:38:52.723Z |
330 100% 7.86kB/s 0:00:00
330 100% 7.86kB/s 0:00:00 (xfr#212, to-chk=1/255) |
3444 | 2024-03-20T19:38:52.723Z | tools/scrimlet/softnpu.toml |
3445 | 2024-03-20T19:38:52.723Z |
171 100% 4.07kB/s 0:00:00
171 100% 4.07kB/s 0:00:00 (xfr#213, to-chk=0/255) |
3446 | 2024-03-20T19:38:52.723Z | + banner G1 |
3447 | 2024-03-20T19:38:52.723Z | ##### # |
3448 | 2024-03-20T19:38:52.723Z | # # ## |
3449 | 2024-03-20T19:38:52.723Z | # # # |
3450 | 2024-03-20T19:38:52.723Z | # #### # |
3451 | 2024-03-20T19:38:52.723Z | # # # |
3452 | 2024-03-20T19:38:52.723Z | # # # |
3453 | 2024-03-20T19:38:52.723Z | ##### ##### |
3454 | 2024-03-20T19:38:52.723Z | |
3455 | 2024-03-20T19:38:52.723Z | + . config/build-g1.sh |
3456 | 2024-03-20T19:38:52.723Z | ++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml |
3457 | 2024-03-20T19:38:52.724Z | ++ cp config/g1-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
3458 | 2024-03-20T19:38:52.724Z | ++ cp -r cargo-bay/tools cargo-bay/g1/ |
3459 | 2024-03-20T19:38:52.724Z | ++ cd /work/oxidecomputer/omicron |
3460 | 2024-03-20T19:38:52.724Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
3461 | 2024-03-20T19:38:53.940Z | Finished release [optimized] target(s) in 1.14s |
3462 | 2024-03-20T19:38:53.977Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
3463 | 2024-03-20T19:38:54.008Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
3464 | 2024-03-20T19:38:54.008Z | Created new build target 'default' and set it as active |
3465 | 2024-03-20T19:38:54.008Z | ++ cargo run --release --bin omicron-package -- package |
3466 | 2024-03-20T19:38:55.103Z | Finished release [optimized] target(s) in 1.01s |
3467 | 2024-03-20T19:38:55.136Z | Running `target/release/omicron-package package` |
3468 | 2024-03-20T19:38:55.192Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
3469 | 2024-03-20T19:38:56.295Z | Finished release [optimized] target(s) in 1.03s |
3470 | 2024-03-20T19:38:59.093Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
3471 | 2024-03-20T19:38:59.093Z | ++ rm -rf cargo-bay/g1/omicron |
3472 | 2024-03-20T19:38:59.123Z | ++ mkdir -p cargo-bay/g1/omicron |
3473 | 2024-03-20T19:38:59.123Z | ++ 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/ |
3474 | 2024-03-20T19:38:59.123Z | sending incremental file list |
3475 | 2024-03-20T19:38:59.123Z | omicron-package |
3476 | 2024-03-20T19:38:59.377Z |
32,768 0% 0.00kB/s 0:00:00
40,142,240 100% 150.01MB/s 0:00:00 (xfr#1, to-chk=253/254) |
3477 | 2024-03-20T19:38:59.378Z | package-manifest.toml |
3478 | 2024-03-20T19:38:59.412Z |
26,511 100% 101.13kB/s 0:00:00
26,511 100% 101.13kB/s 0:00:00 (xfr#2, to-chk=252/254) |
3479 | 2024-03-20T19:38:59.412Z | out/ |
3480 | 2024-03-20T19:38:59.412Z | out/LOG |
3481 | 2024-03-20T19:38:59.412Z |
32,768 79% 125.00kB/s 0:00:00
41,299 100% 157.54kB/s 0:00:00 (xfr#3, to-chk=248/254) |
3482 | 2024-03-20T19:38:59.412Z | out/clickhouse.tar.gz |
3483 | 2024-03-20T19:39:00.119Z |
32,768 0% 125.00kB/s 0:30:49
231,166,319 100% 220.90MB/s 0:00:00 (xfr#4, to-chk=247/254) |
3484 | 2024-03-20T19:39:00.119Z | out/clickhouse_keeper.tar.gz |
3485 | 2024-03-20T19:39:00.905Z |
32,768 0% 32.03kB/s 2:00:14
131,072 0% 128.00kB/s 0:30:04
231,141,527 100% 123.56MB/s 0:00:01 (xfr#5, to-chk=246/254) |
3486 | 2024-03-20T19:39:00.905Z | out/cockroachdb.tar.gz |
3487 | 2024-03-20T19:39:01.326Z |
32,768 0% 40.82kB/s 0:51:42
63,209,472 49% 60.28MB/s 0:00:01
126,657,859 100% 100.32MB/s 0:00:01 (xfr#6, to-chk=245/254) |
3488 | 2024-03-20T19:39:01.326Z | out/crucible-pantry-zone.tar.gz |
3489 | 2024-03-20T19:39:01.401Z |
32,768 0% 156.10kB/s 0:02:41
25,287,268 100% 86.44MB/s 0:00:00 (xfr#7, to-chk=244/254) |
3490 | 2024-03-20T19:39:01.401Z | out/crucible-zone.tar.gz |
3491 | 2024-03-20T19:39:01.522Z |
32,768 0% 114.29kB/s 0:05:23
36,986,001 100% 88.18MB/s 0:00:00 (xfr#8, to-chk=243/254) |
3492 | 2024-03-20T19:39:01.522Z | out/external-dns.tar.gz |
3493 | 2024-03-20T19:39:01.621Z |
32,768 0% 80.00kB/s 0:06:27
31,006,746 100% 59.26MB/s 0:00:00 (xfr#9, to-chk=242/254) |
3494 | 2024-03-20T19:39:01.621Z | out/internal-dns.tar.gz |
3495 | 2024-03-20T19:39:01.736Z |
32,768 0% 64.13kB/s 0:08:02
31,006,529 100% 49.12MB/s 0:00:00 (xfr#10, to-chk=241/254) |
3496 | 2024-03-20T19:39:01.736Z | out/mg-ddm-gz.tar |
3497 | 2024-03-20T19:39:02.119Z |
32,768 0% 53.16kB/s 0:16:34
52,915,712 100% 50.57MB/s 0:00:00 (xfr#11, to-chk=240/254) |
3498 | 2024-03-20T19:39:02.119Z | out/nexus.tar.gz |
3499 | 2024-03-20T19:39:02.521Z |
32,768 0% 32.03kB/s 0:47:44
262,144 0% 256.00kB/s 0:05:57
91,784,554 100% 62.48MB/s 0:00:01 (xfr#12, to-chk=239/254) |
3500 | 2024-03-20T19:39:02.522Z | out/ntp.tar.gz |
3501 | 2024-03-20T19:39:02.576Z |
32,768 0% 79.60kB/s 0:02:10
10,426,603 100% 21.95MB/s 0:00:00 (xfr#13, to-chk=238/254) |
3502 | 2024-03-20T19:39:02.607Z | out/omicron-gateway-softnpu.tar.gz |
3503 | 2024-03-20T19:39:02.641Z |
32,768 0% 70.64kB/s 0:03:53
16,517,192 100% 30.23MB/s 0:00:00 (xfr#14, to-chk=237/254) |
3504 | 2024-03-20T19:39:02.641Z | out/omicron-gateway.tar.gz |
3505 | 2024-03-20T19:39:02.716Z |
32,768 0% 61.42kB/s 0:04:28
16,513,715 100% 26.42MB/s 0:00:00 (xfr#15, to-chk=236/254) |
3506 | 2024-03-20T19:39:02.716Z | out/omicron-sled-agent.tar |
3507 | 2024-03-20T19:39:08.052Z |
32,768 0% 53.69kB/s 0:36:31
50,855,936 43% 48.50MB/s 0:00:01
117,681,152 100% 78.59MB/s 0:00:01 (xfr#16, to-chk=235/254) |
3508 | 2024-03-20T19:39:08.052Z | out/overlay.tar.gz |
3509 | 2024-03-20T19:39:08.052Z |
2,621 100% 5.97kB/s 0:00:00
2,621 100% 5.97kB/s 0:00:00 (xfr#17, to-chk=234/254) |
3510 | 2024-03-20T19:39:08.052Z | out/oximeter.tar.gz |
3511 | 2024-03-20T19:39:08.094Z |
32,768 0% 74.59kB/s 0:10:43
48,041,861 100% 80.10MB/s 0:00:00 (xfr#18, to-chk=233/254) |
3512 | 2024-03-20T19:39:08.094Z | out/oxlog.tar |
3513 | 2024-03-20T19:39:08.094Z |
32,768 0% 55.94kB/s 0:01:51
6,244,352 100% 9.62MB/s 0:00:00 (xfr#19, to-chk=232/254) |
3514 | 2024-03-20T19:39:08.094Z | out/probe.tar.gz |
3515 | 2024-03-20T19:39:08.094Z |
32,768 1% 51.70kB/s 0:00:54
2,829,470 100% 4.29MB/s 0:00:00 (xfr#20, to-chk=231/254) |
3516 | 2024-03-20T19:39:08.094Z | out/propolis-server.tar.gz |
3517 | 2024-03-20T19:39:08.094Z |
32,768 0% 50.87kB/s 0:21:43
66,360,059 100% 77.46MB/s 0:00:00 (xfr#21, to-chk=230/254) |
3518 | 2024-03-20T19:39:08.094Z | out/switch-softnpu.tar.gz |
3519 | 2024-03-20T19:39:08.184Z |
32,768 0% 39.12kB/s 1:26:54
58,753,024 28% 56.03MB/s 0:00:02
204,016,484 100% 131.91MB/s 0:00:01 (xfr#22, to-chk=229/254) |
3520 | 2024-03-20T19:39:08.184Z | out/console-assets/ |
3521 | 2024-03-20T19:39:08.184Z | out/console-assets/VERSION |
3522 | 2024-03-20T19:39:08.184Z |
41 100% 0.08kB/s 0:00:00
41 100% 0.08kB/s 0:00:00 (xfr#23, to-chk=225/254) |
3523 | 2024-03-20T19:39:08.184Z | out/console-assets/index.html |
3524 | 2024-03-20T19:39:08.184Z |
466 100% 0.96kB/s 0:00:00
466 100% 0.96kB/s 0:00:00 (xfr#24, to-chk=224/254) |
3525 | 2024-03-20T19:39:08.184Z | out/console-assets/assets/ |
3526 | 2024-03-20T19:39:08.184Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
3527 | 2024-03-20T19:39:08.184Z |
32,768 70% 67.23kB/s 0:00:00
46,276 100% 94.94kB/s 0:00:00 (xfr#25, to-chk=222/254) |
3528 | 2024-03-20T19:39:08.184Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
3529 | 2024-03-20T19:39:08.184Z |
32,768 65% 67.23kB/s 0:00:00
50,032 100% 102.43kB/s 0:00:00 (xfr#26, to-chk=221/254) |
3530 | 2024-03-20T19:39:08.184Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
3531 | 2024-03-20T19:39:08.184Z |
32,768 55% 67.09kB/s 0:00:00
58,524 100% 119.82kB/s 0:00:00 (xfr#27, to-chk=220/254) |
3532 | 2024-03-20T19:39:08.184Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
3533 | 2024-03-20T19:39:08.184Z |
32,768 71% 67.09kB/s 0:00:00
46,060 100% 94.30kB/s 0:00:00 (xfr#28, to-chk=219/254) |
3534 | 2024-03-20T19:39:08.184Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
3535 | 2024-03-20T19:39:08.184Z |
21,937 100% 44.82kB/s 0:00:00
21,937 100% 44.82kB/s 0:00:00 (xfr#29, to-chk=218/254) |
3536 | 2024-03-20T19:39:08.184Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
3537 | 2024-03-20T19:39:08.184Z |
17,996 100% 36.77kB/s 0:00:00
17,996 100% 36.77kB/s 0:00:00 (xfr#30, to-chk=217/254) |
3538 | 2024-03-20T19:39:08.184Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
3539 | 2024-03-20T19:39:08.184Z |
21,890 100% 44.72kB/s 0:00:00
21,890 100% 44.72kB/s 0:00:00 (xfr#31, to-chk=216/254) |
3540 | 2024-03-20T19:39:08.185Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
3541 | 2024-03-20T19:39:08.185Z |
17,984 100% 36.74kB/s 0:00:00
17,984 100% 36.74kB/s 0:00:00 (xfr#32, to-chk=215/254) |
3542 | 2024-03-20T19:39:08.185Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
3543 | 2024-03-20T19:39:08.185Z |
21,123 100% 43.15kB/s 0:00:00
21,123 100% 43.15kB/s 0:00:00 (xfr#33, to-chk=214/254) |
3544 | 2024-03-20T19:39:08.185Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
3545 | 2024-03-20T19:39:08.185Z |
17,228 100% 35.20kB/s 0:00:00
17,228 100% 35.20kB/s 0:00:00 (xfr#34, to-chk=213/254) |
3546 | 2024-03-20T19:39:08.185Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
3547 | 2024-03-20T19:39:08.185Z |
18,448 100% 37.69kB/s 0:00:00
18,448 100% 37.69kB/s 0:00:00 (xfr#35, to-chk=212/254) |
3548 | 2024-03-20T19:39:08.185Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
3549 | 2024-03-20T19:39:08.185Z |
22,665 100% 46.30kB/s 0:00:00
22,665 100% 46.30kB/s 0:00:00 (xfr#36, to-chk=211/254) |
3550 | 2024-03-20T19:39:08.185Z | out/console-assets/assets/Terminal-_VoNxbTe.js |
3551 | 2024-03-20T19:39:08.185Z |
32,768 11% 66.81kB/s 0:00:03
287,761 100% 584.23kB/s 0:00:00 (xfr#37, to-chk=210/254) |
3552 | 2024-03-20T19:39:08.185Z | out/console-assets/assets/Terminal-_VoNxbTe.js.gz |
3553 | 2024-03-20T19:39:08.185Z |
32,768 45% 66.53kB/s 0:00:00
71,758 100% 145.39kB/s 0:00:00 (xfr#38, to-chk=209/254) |
3554 | 2024-03-20T19:39:08.185Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map |
3555 | 2024-03-20T19:39:08.185Z |
32,768 5% 66.39kB/s 0:00:08
590,313 100% 1.16MB/s 0:00:00 (xfr#39, to-chk=208/254) |
3556 | 2024-03-20T19:39:08.185Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map.gz |
3557 | 2024-03-20T19:39:08.185Z |
32,768 27% 65.98kB/s 0:00:01
118,282 100% 237.67kB/s 0:00:00 (xfr#40, to-chk=207/254) |
3558 | 2024-03-20T19:39:08.185Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js |
3559 | 2024-03-20T19:39:08.185Z |
32,768 8% 65.84kB/s 0:00:05
371,459 100% 741.83kB/s 0:00:00 (xfr#41, to-chk=206/254) |
3560 | 2024-03-20T19:39:08.186Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz |
3561 | 2024-03-20T19:39:08.186Z |
32,768 31% 65.31kB/s 0:00:01
103,751 100% 206.77kB/s 0:00:00 (xfr#42, to-chk=205/254) |
3562 | 2024-03-20T19:39:08.186Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map |
3563 | 2024-03-20T19:39:08.186Z |
32,768 1% 65.31kB/s 0:00:24
1,659,213 100% 3.13MB/s 0:00:00 (xfr#43, to-chk=204/254) |
3564 | 2024-03-20T19:39:08.186Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz |
3565 | 2024-03-20T19:39:08.186Z |
32,768 8% 63.37kB/s 0:00:05
379,036 100% 730.08kB/s 0:00:00 (xfr#44, to-chk=203/254) |
3566 | 2024-03-20T19:39:08.186Z | out/console-assets/assets/app-1tiVg9q7.js |
3567 | 2024-03-20T19:39:08.186Z |
32,768 2% 63.12kB/s 0:00:17
1,130,062 100% 2.08MB/s 0:00:00 (xfr#45, to-chk=202/254) |
3568 | 2024-03-20T19:39:08.186Z | out/console-assets/assets/app-1tiVg9q7.js.gz |
3569 | 2024-03-20T19:39:08.186Z |
32,768 9% 61.66kB/s 0:00:05
347,811 100% 651.94kB/s 0:00:00 (xfr#46, to-chk=201/254) |
3570 | 2024-03-20T19:39:08.186Z | out/console-assets/assets/app-1tiVg9q7.js.map |
3571 | 2024-03-20T19:39:08.186Z |
32,768 0% 61.30kB/s 0:01:26
5,328,067 100% 9.07MB/s 0:00:00 (xfr#47, to-chk=200/254) |
3572 | 2024-03-20T19:39:08.186Z | out/console-assets/assets/app-1tiVg9q7.js.map.gz |
3573 | 2024-03-20T19:39:08.186Z |
32,768 2% 57.14kB/s 0:00:21
1,261,215 100% 2.13MB/s 0:00:00 (xfr#48, to-chk=199/254) |
3574 | 2024-03-20T19:39:08.186Z | out/console-assets/assets/app-AvNWp1hQ.css |
3575 | 2024-03-20T19:39:08.186Z |
32,768 23% 56.64kB/s 0:00:01
138,004 100% 238.11kB/s 0:00:00 (xfr#49, to-chk=198/254) |
3576 | 2024-03-20T19:39:08.186Z | out/console-assets/assets/app-AvNWp1hQ.css.gz |
3577 | 2024-03-20T19:39:08.186Z |
21,197 100% 36.51kB/s 0:00:00
21,197 100% 36.51kB/s 0:00:00 (xfr#50, to-chk=197/254) |
3578 | 2024-03-20T19:39:08.186Z | out/console-assets/assets/favicon-WELtHcTG.svg |
3579 | 2024-03-20T19:39:08.186Z |
761 100% 1.31kB/s 0:00:00
761 100% 1.31kB/s 0:00:00 (xfr#51, to-chk=196/254) |
3580 | 2024-03-20T19:39:08.186Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
3581 | 2024-03-20T19:39:08.186Z |
1,327 100% 2.29kB/s 0:00:00
1,327 100% 2.29kB/s 0:00:00 (xfr#52, to-chk=195/254) |
3582 | 2024-03-20T19:39:08.186Z | out/console-assets/assets/og-preview-image.webp |
3583 | 2024-03-20T19:39:08.186Z |
32,768 36% 56.44kB/s 0:00:01
89,880 100% 154.53kB/s 0:00:00 (xfr#53, to-chk=194/254) |
3584 | 2024-03-20T19:39:08.187Z | out/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp |
3585 | 2024-03-20T19:39:08.187Z |
32,768 4% 56.34kB/s 0:00:11
673,968 100% 1.13MB/s 0:00:00 (xfr#54, to-chk=193/254) |
3586 | 2024-03-20T19:39:08.187Z | out/manifest-cache/ |
3587 | 2024-03-20T19:39:08.187Z | out/manifest-cache/clickhouse.tar.gz.json |
3588 | 2024-03-20T19:39:08.187Z |
780 100% 1.33kB/s 0:00:00
780 100% 1.33kB/s 0:00:00 (xfr#55, to-chk=192/254) |
3589 | 2024-03-20T19:39:08.187Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
3590 | 2024-03-20T19:39:08.187Z |
801 100% 1.37kB/s 0:00:00
801 100% 1.37kB/s 0:00:00 (xfr#56, to-chk=191/254) |
3591 | 2024-03-20T19:39:08.187Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
3592 | 2024-03-20T19:39:08.187Z |
2,958 100% 5.06kB/s 0:00:00
2,958 100% 5.06kB/s 0:00:00 (xfr#57, to-chk=190/254) |
3593 | 2024-03-20T19:39:08.187Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
3594 | 2024-03-20T19:39:08.187Z |
2,946 100% 5.04kB/s 0:00:00
2,946 100% 5.04kB/s 0:00:00 (xfr#58, to-chk=189/254) |
3595 | 2024-03-20T19:39:08.187Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
3596 | 2024-03-20T19:39:08.187Z |
32,768 61% 56.04kB/s 0:00:00
53,598 100% 91.51kB/s 0:00:00 (xfr#59, to-chk=188/254) |
3597 | 2024-03-20T19:39:08.187Z | out/manifest-cache/cockroachdb.tar.gz.json |
3598 | 2024-03-20T19:39:08.187Z |
787 100% 1.34kB/s 0:00:00
787 100% 1.34kB/s 0:00:00 (xfr#60, to-chk=187/254) |
3599 | 2024-03-20T19:39:08.187Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
3600 | 2024-03-20T19:39:08.187Z |
662 100% 1.13kB/s 0:00:00
662 100% 1.13kB/s 0:00:00 (xfr#61, to-chk=186/254) |
3601 | 2024-03-20T19:39:08.187Z | out/manifest-cache/crucible-zone.tar.gz.json |
3602 | 2024-03-20T19:39:08.187Z |
641 100% 1.09kB/s 0:00:00
641 100% 1.09kB/s 0:00:00 (xfr#62, to-chk=185/254) |
3603 | 2024-03-20T19:39:08.187Z | out/manifest-cache/dns-server.tar.gz.json |
3604 | 2024-03-20T19:39:08.187Z |
942 100% 1.61kB/s 0:00:00
942 100% 1.61kB/s 0:00:00 (xfr#63, to-chk=184/254) |
3605 | 2024-03-20T19:39:08.187Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
3606 | 2024-03-20T19:39:08.187Z |
1,132 100% 1.93kB/s 0:00:00
1,132 100% 1.93kB/s 0:00:00 (xfr#64, to-chk=183/254) |
3607 | 2024-03-20T19:39:08.187Z | out/manifest-cache/external-dns.tar.gz.json |
3608 | 2024-03-20T19:39:08.188Z |
934 100% 1.59kB/s 0:00:00
934 100% 1.59kB/s 0:00:00 (xfr#65, to-chk=182/254) |
3609 | 2024-03-20T19:39:08.188Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
3610 | 2024-03-20T19:39:08.188Z |
752 100% 1.28kB/s 0:00:00
752 100% 1.28kB/s 0:00:00 (xfr#66, to-chk=181/254) |
3611 | 2024-03-20T19:39:08.188Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
3612 | 2024-03-20T19:39:08.188Z |
1,132 100% 1.93kB/s 0:00:00
1,132 100% 1.93kB/s 0:00:00 (xfr#67, to-chk=180/254) |
3613 | 2024-03-20T19:39:08.188Z | out/manifest-cache/internal-dns.tar.gz.json |
3614 | 2024-03-20T19:39:08.188Z |
791 100% 1.35kB/s 0:00:00
791 100% 1.35kB/s 0:00:00 (xfr#68, to-chk=179/254) |
3615 | 2024-03-20T19:39:08.188Z | out/manifest-cache/logadm.tar.gz.json |
3616 | 2024-03-20T19:39:08.188Z |
1,044 100% 1.78kB/s 0:00:00
1,044 100% 1.78kB/s 0:00:00 (xfr#69, to-chk=178/254) |
3617 | 2024-03-20T19:39:08.188Z | out/manifest-cache/nexus.tar.gz.json |
3618 | 2024-03-20T19:39:08.188Z |
773 100% 1.32kB/s 0:00:00
773 100% 1.32kB/s 0:00:00 (xfr#70, to-chk=177/254) |
3619 | 2024-03-20T19:39:08.223Z | out/manifest-cache/ntp-svc.tar.gz.json |
3620 | 2024-03-20T19:39:08.223Z |
2,228 100% 3.80kB/s 0:00:00
2,228 100% 3.80kB/s 0:00:00 (xfr#71, to-chk=176/254) |
3621 | 2024-03-20T19:39:08.223Z | out/manifest-cache/ntp.tar.gz.json |
3622 | 2024-03-20T19:39:08.223Z |
763 100% 1.30kB/s 0:00:00
763 100% 1.30kB/s 0:00:00 (xfr#72, to-chk=175/254) |
3623 | 2024-03-20T19:39:08.223Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
3624 | 2024-03-20T19:39:08.223Z |
1,462 100% 2.49kB/s 0:00:00
1,462 100% 2.49kB/s 0:00:00 (xfr#73, to-chk=174/254) |
3625 | 2024-03-20T19:39:08.223Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
3626 | 2024-03-20T19:39:08.223Z |
545 100% 0.93kB/s 0:00:00
545 100% 0.93kB/s 0:00:00 (xfr#74, to-chk=173/254) |
3627 | 2024-03-20T19:39:08.224Z | out/manifest-cache/omicron-gateway.tar.gz.json |
3628 | 2024-03-20T19:39:08.224Z |
703 100% 1.20kB/s 0:00:00
703 100% 1.20kB/s 0:00:00 (xfr#75, to-chk=172/254) |
3629 | 2024-03-20T19:39:08.224Z | out/manifest-cache/omicron-nexus.tar.gz.json |
3630 | 2024-03-20T19:39:08.224Z |
32,768 46% 55.85kB/s 0:00:00
70,581 100% 120.29kB/s 0:00:00 (xfr#76, to-chk=171/254) |
3631 | 2024-03-20T19:39:08.224Z | out/manifest-cache/omicron-omdb.tar.gz.json |
3632 | 2024-03-20T19:39:08.224Z |
702 100% 1.20kB/s 0:00:00
702 100% 1.20kB/s 0:00:00 (xfr#77, to-chk=170/254) |
3633 | 2024-03-20T19:39:08.224Z | out/manifest-cache/omicron-sled-agent.tar.json |
3634 | 2024-03-20T19:39:08.224Z |
1,269 100% 2.16kB/s 0:00:00
1,269 100% 2.16kB/s 0:00:00 (xfr#78, to-chk=169/254) |
3635 | 2024-03-20T19:39:08.224Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
3636 | 2024-03-20T19:39:08.224Z |
883 100% 1.50kB/s 0:00:00
883 100% 1.50kB/s 0:00:00 (xfr#79, to-chk=168/254) |
3637 | 2024-03-20T19:39:08.224Z | out/manifest-cache/overlay.tar.gz.json |
3638 | 2024-03-20T19:39:08.224Z |
473 100% 0.81kB/s 0:00:00
473 100% 0.81kB/s 0:00:00 (xfr#80, to-chk=167/254) |
3639 | 2024-03-20T19:39:08.224Z | out/manifest-cache/oximeter-collector.tar.gz.json |
3640 | 2024-03-20T19:39:08.224Z |
18,311 100% 31.21kB/s 0:00:00
18,311 100% 31.21kB/s 0:00:00 (xfr#81, to-chk=166/254) |
3641 | 2024-03-20T19:39:08.224Z | out/manifest-cache/oximeter.tar.gz.json |
3642 | 2024-03-20T19:39:08.224Z |
641 100% 1.09kB/s 0:00:00
641 100% 1.09kB/s 0:00:00 (xfr#82, to-chk=165/254) |
3643 | 2024-03-20T19:39:08.224Z | out/manifest-cache/oxlog.tar.json |
3644 | 2024-03-20T19:39:08.224Z |
321 100% 0.55kB/s 0:00:00
321 100% 0.55kB/s 0:00:00 (xfr#83, to-chk=164/254) |
3645 | 2024-03-20T19:39:08.224Z | out/manifest-cache/probe.tar.gz.json |
3646 | 2024-03-20T19:39:08.225Z |
346 100% 0.59kB/s 0:00:00
346 100% 0.59kB/s 0:00:00 (xfr#84, to-chk=163/254) |
3647 | 2024-03-20T19:39:08.225Z | out/manifest-cache/profile.tar.gz.json |
3648 | 2024-03-20T19:39:08.225Z |
838 100% 1.43kB/s 0:00:00
838 100% 1.43kB/s 0:00:00 (xfr#85, to-chk=162/254) |
3649 | 2024-03-20T19:39:08.225Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
3650 | 2024-03-20T19:39:08.225Z |
357 100% 0.61kB/s 0:00:00
357 100% 0.61kB/s 0:00:00 (xfr#86, to-chk=161/254) |
3651 | 2024-03-20T19:39:08.225Z | out/manifest-cache/sp-sim.tar.gz.json |
3652 | 2024-03-20T19:39:08.225Z |
1,549 100% 2.64kB/s 0:00:00
1,549 100% 2.64kB/s 0:00:00 (xfr#87, to-chk=160/254) |
3653 | 2024-03-20T19:39:08.225Z | out/manifest-cache/switch-softnpu.tar.gz.json |
3654 | 2024-03-20T19:39:08.225Z |
1,566 100% 2.66kB/s 0:00:00
1,566 100% 2.66kB/s 0:00:00 (xfr#88, to-chk=159/254) |
3655 | 2024-03-20T19:39:08.225Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
3656 | 2024-03-20T19:39:08.225Z |
10,790 100% 18.36kB/s 0:00:00
10,790 100% 18.36kB/s 0:00:00 (xfr#89, to-chk=158/254) |
3657 | 2024-03-20T19:39:08.225Z | out/manifest-cache/wicket.tar.gz.json |
3658 | 2024-03-20T19:39:08.225Z |
1,084 100% 1.84kB/s 0:00:00
1,084 100% 1.84kB/s 0:00:00 (xfr#90, to-chk=157/254) |
3659 | 2024-03-20T19:39:08.225Z | out/manifest-cache/wicketd.tar.gz.json |
3660 | 2024-03-20T19:39:08.225Z |
1,560 100% 2.65kB/s 0:00:00
1,560 100% 2.65kB/s 0:00:00 (xfr#91, to-chk=156/254) |
3661 | 2024-03-20T19:39:08.225Z | out/manifest-cache/zone-network-install.tar.gz.json |
3662 | 2024-03-20T19:39:08.225Z |
877 100% 1.49kB/s 0:00:00
877 100% 1.49kB/s 0:00:00 (xfr#92, to-chk=155/254) |
3663 | 2024-03-20T19:39:08.225Z | out/manifest-cache/zone-network-setup.tar.gz.json |
3664 | 2024-03-20T19:39:08.225Z |
772 100% 1.31kB/s 0:00:00
772 100% 1.31kB/s 0:00:00 (xfr#93, to-chk=154/254) |
3665 | 2024-03-20T19:39:08.225Z | out/target/ |
3666 | 2024-03-20T19:39:08.225Z | out/target/active -> default |
3667 | 2024-03-20T19:39:08.225Z | out/target/default |
3668 | 2024-03-20T19:39:08.226Z |
74 100% 0.13kB/s 0:00:00
74 100% 0.13kB/s 0:00:00 (xfr#94, to-chk=152/254) |
3669 | 2024-03-20T19:39:08.226Z | smf/ |
3670 | 2024-03-20T19:39:08.226Z | smf/clickhouse/ |
3671 | 2024-03-20T19:39:08.226Z | smf/clickhouse/config_replica.xml |
3672 | 2024-03-20T19:39:08.226Z |
2,728 100% 4.64kB/s 0:00:00
2,728 100% 4.64kB/s 0:00:00 (xfr#95, to-chk=132/254) |
3673 | 2024-03-20T19:39:08.226Z | smf/clickhouse/manifest.xml |
3674 | 2024-03-20T19:39:08.226Z |
1,494 100% 2.54kB/s 0:00:00
1,494 100% 2.54kB/s 0:00:00 (xfr#96, to-chk=131/254) |
3675 | 2024-03-20T19:39:08.226Z | smf/clickhouse/method_script.sh |
3676 | 2024-03-20T19:39:08.226Z |
5,330 100% 9.07kB/s 0:00:00
5,330 100% 9.07kB/s 0:00:00 (xfr#97, to-chk=130/254) |
3677 | 2024-03-20T19:39:08.226Z | smf/clickhouse_keeper/ |
3678 | 2024-03-20T19:39:08.226Z | smf/clickhouse_keeper/keeper_config.xml |
3679 | 2024-03-20T19:39:08.226Z |
1,460 100% 2.48kB/s 0:00:00
1,460 100% 2.48kB/s 0:00:00 (xfr#98, to-chk=129/254) |
3680 | 2024-03-20T19:39:08.226Z | smf/clickhouse_keeper/manifest.xml |
3681 | 2024-03-20T19:39:08.226Z |
1,534 100% 2.61kB/s 0:00:00
1,534 100% 2.61kB/s 0:00:00 (xfr#99, to-chk=128/254) |
3682 | 2024-03-20T19:39:08.226Z | smf/clickhouse_keeper/method_script.sh |
3683 | 2024-03-20T19:39:08.226Z |
4,324 100% 7.36kB/s 0:00:00
4,324 100% 7.36kB/s 0:00:00 (xfr#100, to-chk=127/254) |
3684 | 2024-03-20T19:39:08.226Z | smf/cockroachdb/ |
3685 | 2024-03-20T19:39:08.226Z | smf/cockroachdb/manifest.xml |
3686 | 2024-03-20T19:39:08.226Z |
1,667 100% 2.84kB/s 0:00:00
1,667 100% 2.84kB/s 0:00:00 (xfr#101, to-chk=126/254) |
3687 | 2024-03-20T19:39:08.226Z | smf/cockroachdb/method_script.sh |
3688 | 2024-03-20T19:39:08.226Z |
1,030 100% 1.75kB/s 0:00:00
1,030 100% 1.75kB/s 0:00:00 (xfr#102, to-chk=125/254) |
3689 | 2024-03-20T19:39:08.226Z | smf/external-dns/ |
3690 | 2024-03-20T19:39:08.226Z | smf/external-dns/config.toml |
3691 | 2024-03-20T19:39:08.226Z |
353 100% 0.60kB/s 0:00:00
353 100% 0.60kB/s 0:00:00 (xfr#103, to-chk=124/254) |
3692 | 2024-03-20T19:39:08.226Z | smf/external-dns/manifest.xml |
3693 | 2024-03-20T19:39:08.227Z |
1,805 100% 3.07kB/s 0:00:00
1,805 100% 3.07kB/s 0:00:00 (xfr#104, to-chk=123/254) |
3694 | 2024-03-20T19:39:08.227Z | smf/installinator/ |
3695 | 2024-03-20T19:39:08.227Z | smf/installinator/manifest.xml |
3696 | 2024-03-20T19:39:08.227Z |
2,149 100% 3.66kB/s 0:00:00
2,149 100% 3.66kB/s 0:00:00 (xfr#105, to-chk=122/254) |
3697 | 2024-03-20T19:39:08.227Z | smf/internal-dns/ |
3698 | 2024-03-20T19:39:08.227Z | smf/internal-dns/config.toml |
3699 | 2024-03-20T19:39:08.227Z |
353 100% 0.60kB/s 0:00:00
353 100% 0.60kB/s 0:00:00 (xfr#106, to-chk=121/254) |
3700 | 2024-03-20T19:39:08.227Z | smf/internal-dns/manifest.xml |
3701 | 2024-03-20T19:39:08.227Z |
1,618 100% 2.75kB/s 0:00:00
1,618 100% 2.75kB/s 0:00:00 (xfr#107, to-chk=120/254) |
3702 | 2024-03-20T19:39:08.227Z | smf/logadm/ |
3703 | 2024-03-20T19:39:08.227Z | smf/logadm/crontab.root |
3704 | 2024-03-20T19:39:08.229Z |
30 100% 0.05kB/s 0:00:00
30 100% 0.05kB/s 0:00:00 (xfr#108, to-chk=119/254) |
3705 | 2024-03-20T19:39:08.230Z | smf/logadm/logadm.conf |
3706 | 2024-03-20T19:39:08.230Z |
2,553 100% 4.34kB/s 0:00:00
2,553 100% 4.34kB/s 0:00:00 (xfr#109, to-chk=118/254) |
3707 | 2024-03-20T19:39:08.230Z | smf/mgs-sim/ |
3708 | 2024-03-20T19:39:08.230Z | smf/mgs-sim/config.toml |
3709 | 2024-03-20T19:39:08.230Z |
3,534 100% 6.00kB/s 0:00:00
3,534 100% 6.00kB/s 0:00:00 (xfr#110, to-chk=117/254) |
3710 | 2024-03-20T19:39:08.230Z | smf/mgs/ |
3711 | 2024-03-20T19:39:08.231Z | smf/mgs/config.toml |
3712 | 2024-03-20T19:39:08.231Z |
9,085 100% 15.43kB/s 0:00:00
9,085 100% 15.43kB/s 0:00:00 (xfr#111, to-chk=116/254) |
3713 | 2024-03-20T19:39:08.231Z | smf/mgs/manifest.xml |
3714 | 2024-03-20T19:39:08.231Z |
2,474 100% 4.20kB/s 0:00:00
2,474 100% 4.20kB/s 0:00:00 (xfr#112, to-chk=115/254) |
3715 | 2024-03-20T19:39:08.231Z | smf/nexus/ |
3716 | 2024-03-20T19:39:08.231Z | smf/nexus/manifest.xml |
3717 | 2024-03-20T19:39:08.231Z |
1,987 100% 3.37kB/s 0:00:00
1,987 100% 3.37kB/s 0:00:00 (xfr#113, to-chk=114/254) |
3718 | 2024-03-20T19:39:08.231Z | smf/nexus/multi-sled/ |
3719 | 2024-03-20T19:39:08.407Z | smf/nexus/multi-sled/config-partial.toml |
3720 | 2024-03-20T19:39:08.407Z |
1,997 100% 3.39kB/s 0:00:00
1,997 100% 3.39kB/s 0:00:00 (xfr#114, to-chk=111/254) |
3721 | 2024-03-20T19:39:08.407Z | smf/nexus/single-sled/ |
3722 | 2024-03-20T19:39:08.407Z | smf/nexus/single-sled/config-partial.toml |
3723 | 2024-03-20T19:39:08.408Z |
1,993 100% 3.38kB/s 0:00:00
1,993 100% 3.38kB/s 0:00:00 (xfr#115, to-chk=110/254) |
3724 | 2024-03-20T19:39:08.408Z | smf/ntp/ |
3725 | 2024-03-20T19:39:08.408Z | smf/ntp/etc/ |
3726 | 2024-03-20T19:39:08.408Z | smf/ntp/etc/inet/ |
3727 | 2024-03-20T19:39:08.408Z | smf/ntp/etc/inet/chrony.conf.boundary |
3728 | 2024-03-20T19:39:08.408Z |
881 100% 1.50kB/s 0:00:00
881 100% 1.50kB/s 0:00:00 (xfr#116, to-chk=104/254) |
3729 | 2024-03-20T19:39:08.408Z | smf/ntp/etc/inet/chrony.conf.internal |
3730 | 2024-03-20T19:39:08.408Z |
1,108 100% 1.88kB/s 0:00:00
1,108 100% 1.88kB/s 0:00:00 (xfr#117, to-chk=103/254) |
3731 | 2024-03-20T19:39:08.408Z | smf/ntp/etc/logadm.d/ |
3732 | 2024-03-20T19:39:08.408Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
3733 | 2024-03-20T19:39:08.408Z |
135 100% 0.23kB/s 0:00:00
135 100% 0.23kB/s 0:00:00 (xfr#118, to-chk=102/254) |
3734 | 2024-03-20T19:39:08.408Z | smf/ntp/manifest/ |
3735 | 2024-03-20T19:39:08.408Z | smf/ntp/manifest/manifest.xml |
3736 | 2024-03-20T19:39:08.408Z |
3,336 100% 5.67kB/s 0:00:00
3,336 100% 5.67kB/s 0:00:00 (xfr#119, to-chk=101/254) |
3737 | 2024-03-20T19:39:08.408Z | smf/ntp/method/ |
3738 | 2024-03-20T19:39:08.408Z | smf/ntp/method/svc-site-ntp |
3739 | 2024-03-20T19:39:08.408Z |
3,211 100% 5.45kB/s 0:00:00
3,211 100% 5.45kB/s 0:00:00 (xfr#120, to-chk=100/254) |
3740 | 2024-03-20T19:39:08.408Z | smf/opte-interface-setup/ |
3741 | 2024-03-20T19:39:08.408Z | smf/opte-interface-setup/manifest.xml |
3742 | 2024-03-20T19:39:08.409Z |
1,638 100% 2.78kB/s 0:00:00
1,638 100% 2.78kB/s 0:00:00 (xfr#121, to-chk=99/254) |
3743 | 2024-03-20T19:39:08.409Z | smf/oximeter/ |
3744 | 2024-03-20T19:39:08.409Z | smf/oximeter/config.toml |
3745 | 2024-03-20T19:39:08.409Z |
205 100% 0.35kB/s 0:00:00
205 100% 0.35kB/s 0:00:00 (xfr#122, to-chk=98/254) |
3746 | 2024-03-20T19:39:08.409Z | smf/oximeter/manifest.xml |
3747 | 2024-03-20T19:39:08.409Z |
1,770 100% 3.01kB/s 0:00:00
1,770 100% 3.01kB/s 0:00:00 (xfr#123, to-chk=97/254) |
3748 | 2024-03-20T19:39:08.409Z | smf/profile/ |
3749 | 2024-03-20T19:39:08.409Z | smf/profile/bashrc |
3750 | 2024-03-20T19:39:08.409Z |
925 100% 1.57kB/s 0:00:00
925 100% 1.57kB/s 0:00:00 (xfr#124, to-chk=96/254) |
3751 | 2024-03-20T19:39:08.409Z | smf/profile/profile |
3752 | 2024-03-20T19:39:08.409Z |
535 100% 0.91kB/s 0:00:00
535 100% 0.91kB/s 0:00:00 (xfr#125, to-chk=95/254) |
3753 | 2024-03-20T19:39:08.409Z | smf/sled-agent/ |
3754 | 2024-03-20T19:39:08.409Z | smf/sled-agent/manifest.xml |
3755 | 2024-03-20T19:39:08.409Z |
2,373 100% 4.03kB/s 0:00:00
2,373 100% 4.02kB/s 0:00:00 (xfr#126, to-chk=94/254) |
3756 | 2024-03-20T19:39:08.409Z | smf/sled-agent/gimlet-standalone/ |
3757 | 2024-03-20T19:39:08.409Z | smf/sled-agent/gimlet-standalone/README.md |
3758 | 2024-03-20T19:39:08.409Z |
114 100% 0.19kB/s 0:00:00
114 100% 0.19kB/s 0:00:00 (xfr#127, to-chk=90/254) |
3759 | 2024-03-20T19:39:08.409Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
3760 | 2024-03-20T19:39:08.409Z |
6,611 100% 11.21kB/s 0:00:00
6,611 100% 11.21kB/s 0:00:00 (xfr#128, to-chk=89/254) |
3761 | 2024-03-20T19:39:08.409Z | smf/sled-agent/gimlet-standalone/config.toml |
3762 | 2024-03-20T19:39:08.409Z |
1,800 100% 3.05kB/s 0:00:00
1,800 100% 3.05kB/s 0:00:00 (xfr#129, to-chk=88/254) |
3763 | 2024-03-20T19:39:08.409Z | smf/sled-agent/gimlet/ |
3764 | 2024-03-20T19:39:08.410Z | smf/sled-agent/gimlet/README.md |
3765 | 2024-03-20T19:39:08.410Z |
54 100% 0.09kB/s 0:00:00
54 100% 0.09kB/s 0:00:00 (xfr#130, to-chk=87/254) |
3766 | 2024-03-20T19:39:08.410Z | smf/sled-agent/gimlet/config.toml |
3767 | 2024-03-20T19:39:08.410Z |
1,657 100% 2.81kB/s 0:00:00
1,657 100% 2.81kB/s 0:00:00 (xfr#131, to-chk=86/254) |
3768 | 2024-03-20T19:39:08.410Z | smf/sled-agent/non-gimlet/ |
3769 | 2024-03-20T19:39:08.410Z | smf/sled-agent/non-gimlet/README.md |
3770 | 2024-03-20T19:39:08.410Z |
105 100% 0.18kB/s 0:00:00
105 100% 0.18kB/s 0:00:00 (xfr#132, to-chk=85/254) |
3771 | 2024-03-20T19:39:08.410Z | smf/sled-agent/non-gimlet/config.toml |
3772 | 2024-03-20T19:39:08.410Z |
2,820 100% 4.78kB/s 0:00:00
2,820 100% 4.78kB/s 0:00:00 (xfr#133, to-chk=84/254) |
3773 | 2024-03-20T19:39:08.410Z | smf/sp-sim/ |
3774 | 2024-03-20T19:39:08.410Z | smf/sp-sim/config.toml |
3775 | 2024-03-20T19:39:08.410Z |
2,604 100% 4.41kB/s 0:00:00
2,604 100% 4.41kB/s 0:00:00 (xfr#134, to-chk=83/254) |
3776 | 2024-03-20T19:39:08.410Z | smf/sp-sim/manifest.xml |
3777 | 2024-03-20T19:39:08.410Z |
1,271 100% 2.15kB/s 0:00:00
1,271 100% 2.15kB/s 0:00:00 (xfr#135, to-chk=82/254) |
3778 | 2024-03-20T19:39:08.410Z | smf/switch_zone_setup/ |
3779 | 2024-03-20T19:39:08.410Z | smf/switch_zone_setup/manifest.xml |
3780 | 2024-03-20T19:39:08.410Z |
1,061 100% 1.80kB/s 0:00:00
1,061 100% 1.80kB/s 0:00:00 (xfr#136, to-chk=81/254) |
3781 | 2024-03-20T19:39:08.410Z | smf/switch_zone_setup/support_authorized_keys |
3782 | 2024-03-20T19:39:08.410Z |
1,284 100% 2.18kB/s 0:00:00
1,284 100% 2.18kB/s 0:00:00 (xfr#137, to-chk=80/254) |
3783 | 2024-03-20T19:39:08.411Z | smf/switch_zone_setup/switch_zone_setup |
3784 | 2024-03-20T19:39:08.411Z |
1,041 100% 1.76kB/s 0:00:00
1,041 100% 1.76kB/s 0:00:00 (xfr#138, to-chk=79/254) |
3785 | 2024-03-20T19:39:08.411Z | smf/wicketd/ |
3786 | 2024-03-20T19:39:08.411Z | smf/wicketd/config.toml |
3787 | 2024-03-20T19:39:08.411Z |
104 100% 0.18kB/s 0:00:00
104 100% 0.18kB/s 0:00:00 (xfr#139, to-chk=78/254) |
3788 | 2024-03-20T19:39:08.411Z | smf/wicketd/manifest.xml |
3789 | 2024-03-20T19:39:08.411Z |
2,954 100% 5.01kB/s 0:00:00
2,954 100% 5.01kB/s 0:00:00 (xfr#140, to-chk=77/254) |
3790 | 2024-03-20T19:39:08.411Z | smf/zone-network-setup/ |
3791 | 2024-03-20T19:39:08.411Z | smf/zone-network-setup/manifest.xml |
3792 | 2024-03-20T19:39:08.411Z |
1,614 100% 2.73kB/s 0:00:00
1,614 100% 2.73kB/s 0:00:00 (xfr#141, to-chk=76/254) |
3793 | 2024-03-20T19:39:08.411Z | tools/ |
3794 | 2024-03-20T19:39:08.411Z | tools/README.adoc |
3795 | 2024-03-20T19:39:08.411Z |
3,558 100% 6.02kB/s 0:00:00
3,558 100% 6.02kB/s 0:00:00 (xfr#142, to-chk=75/254) |
3796 | 2024-03-20T19:39:08.411Z | tools/build-global-zone-packages.sh |
3797 | 2024-03-20T19:39:08.411Z |
2,388 100% 4.04kB/s 0:00:00
2,388 100% 4.04kB/s 0:00:00 (xfr#143, to-chk=74/254) |
3798 | 2024-03-20T19:39:08.411Z | tools/build-host-image.sh |
3799 | 2024-03-20T19:39:08.411Z |
2,971 100% 5.03kB/s 0:00:00
2,971 100% 5.03kB/s 0:00:00 (xfr#144, to-chk=73/254) |
3800 | 2024-03-20T19:39:08.411Z | tools/build-trampoline-global-zone-packages.sh |
3801 | 2024-03-20T19:39:08.411Z |
1,878 100% 3.18kB/s 0:00:00
1,878 100% 3.18kB/s 0:00:00 (xfr#145, to-chk=72/254) |
3802 | 2024-03-20T19:39:08.411Z | tools/ci_check_opte_ver.sh |
3803 | 2024-03-20T19:39:08.411Z |
2,770 100% 4.69kB/s 0:00:00
2,770 100% 4.69kB/s 0:00:00 (xfr#146, to-chk=71/254) |
3804 | 2024-03-20T19:39:08.411Z | tools/ci_download_clickhouse |
3805 | 2024-03-20T19:39:08.411Z |
3,631 100% 6.15kB/s 0:00:00
3,631 100% 6.15kB/s 0:00:00 (xfr#147, to-chk=70/254) |
3806 | 2024-03-20T19:39:08.411Z | tools/ci_download_cockroachdb |
3807 | 2024-03-20T19:39:08.412Z |
4,292 100% 7.26kB/s 0:00:00
4,292 100% 7.26kB/s 0:00:00 (xfr#148, to-chk=69/254) |
3808 | 2024-03-20T19:39:08.412Z | tools/ci_download_console |
3809 | 2024-03-20T19:39:08.412Z |
1,991 100% 3.37kB/s 0:00:00
1,991 100% 3.37kB/s 0:00:00 (xfr#149, to-chk=68/254) |
3810 | 2024-03-20T19:39:08.412Z | tools/ci_download_dendrite_openapi |
3811 | 2024-03-20T19:39:08.412Z |
1,719 100% 2.91kB/s 0:00:00
1,719 100% 2.91kB/s 0:00:00 (xfr#150, to-chk=67/254) |
3812 | 2024-03-20T19:39:08.412Z | tools/ci_download_dendrite_stub |
3813 | 2024-03-20T19:39:08.412Z |
4,229 100% 7.16kB/s 0:00:00
4,229 100% 7.16kB/s 0:00:00 (xfr#151, to-chk=66/254) |
3814 | 2024-03-20T19:39:08.412Z | tools/ci_download_maghemite_mgd |
3815 | 2024-03-20T19:39:08.412Z |
3,650 100% 6.18kB/s 0:00:00
3,650 100% 6.18kB/s 0:00:00 (xfr#152, to-chk=65/254) |
3816 | 2024-03-20T19:39:08.412Z | tools/ci_download_maghemite_openapi |
3817 | 2024-03-20T19:39:08.412Z |
1,989 100% 3.37kB/s 0:00:00
1,989 100% 3.37kB/s 0:00:00 (xfr#153, to-chk=64/254) |
3818 | 2024-03-20T19:39:08.412Z | tools/ci_download_softnpu_machinery |
3819 | 2024-03-20T19:39:08.462Z |
668 100% 1.13kB/s 0:00:00
668 100% 1.13kB/s 0:00:00 (xfr#154, to-chk=63/254) |
3820 | 2024-03-20T19:39:08.462Z | tools/ci_download_thundermuffin |
3821 | 2024-03-20T19:39:08.462Z |
3,237 100% 5.48kB/s 0:00:00
3,237 100% 5.48kB/s 0:00:00 (xfr#155, to-chk=62/254) |
3822 | 2024-03-20T19:39:08.462Z | tools/ci_download_transceiver_control |
3823 | 2024-03-20T19:39:08.462Z |
3,415 100% 5.77kB/s 0:00:00
3,415 100% 5.77kB/s 0:00:00 (xfr#156, to-chk=61/254) |
3824 | 2024-03-20T19:39:08.462Z | tools/clickhouse_checksums |
3825 | 2024-03-20T19:39:08.462Z |
153 100% 0.26kB/s 0:00:00
153 100% 0.26kB/s 0:00:00 (xfr#157, to-chk=60/254) |
3826 | 2024-03-20T19:39:08.462Z | tools/clickhouse_version |
3827 | 2024-03-20T19:39:08.462Z |
11 100% 0.02kB/s 0:00:00
11 100% 0.02kB/s 0:00:00 (xfr#158, to-chk=59/254) |
3828 | 2024-03-20T19:39:08.462Z | tools/cockroachdb_checksums |
3829 | 2024-03-20T19:39:08.462Z |
258 100% 0.44kB/s 0:00:00
258 100% 0.44kB/s 0:00:00 (xfr#159, to-chk=58/254) |
3830 | 2024-03-20T19:39:08.463Z | tools/cockroachdb_version |
3831 | 2024-03-20T19:39:08.463Z |
8 100% 0.01kB/s 0:00:00
8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254) |
3832 | 2024-03-20T19:39:08.463Z | tools/console_version |
3833 | 2024-03-20T19:39:08.463Z |
122 100% 0.21kB/s 0:00:00
122 100% 0.21kB/s 0:00:00 (xfr#161, to-chk=56/254) |
3834 | 2024-03-20T19:39:08.463Z | tools/create_gimlet_virtual_hardware.sh |
3835 | 2024-03-20T19:39:08.463Z |
935 100% 1.58kB/s 0:00:00
935 100% 1.58kB/s 0:00:00 (xfr#162, to-chk=55/254) |
3836 | 2024-03-20T19:39:08.463Z | tools/create_scrimlet_virtual_hardware.sh |
3837 | 2024-03-20T19:39:08.463Z |
2,013 100% 3.40kB/s 0:00:00
2,013 100% 3.40kB/s 0:00:00 (xfr#163, to-chk=54/254) |
3838 | 2024-03-20T19:39:08.463Z | tools/create_self_signed_cert.sh |
3839 | 2024-03-20T19:39:08.463Z |
685 100% 1.16kB/s 0:00:00
685 100% 1.16kB/s 0:00:00 (xfr#164, to-chk=53/254) |
3840 | 2024-03-20T19:39:08.463Z | tools/create_virtual_hardware.sh |
3841 | 2024-03-20T19:39:08.463Z |
3,183 100% 5.38kB/s 0:00:00
3,183 100% 5.38kB/s 0:00:00 (xfr#165, to-chk=52/254) |
3842 | 2024-03-20T19:39:08.463Z | tools/delete-reservoir.sh |
3843 | 2024-03-20T19:39:08.463Z |
136 100% 0.23kB/s 0:00:00
136 100% 0.23kB/s 0:00:00 (xfr#166, to-chk=51/254) |
3844 | 2024-03-20T19:39:08.463Z | tools/dendrite_openapi_version |
3845 | 2024-03-20T19:39:08.463Z |
122 100% 0.21kB/s 0:00:00
122 100% 0.21kB/s 0:00:00 (xfr#167, to-chk=50/254) |
3846 | 2024-03-20T19:39:08.463Z | tools/dendrite_stub_checksums |
3847 | 2024-03-20T19:39:08.463Z |
267 100% 0.45kB/s 0:00:00
267 100% 0.45kB/s 0:00:00 (xfr#168, to-chk=49/254) |
3848 | 2024-03-20T19:39:08.464Z | tools/destroy_gimlet_virtual_hardware.sh |
3849 | 2024-03-20T19:39:08.464Z |
888 100% 1.50kB/s 0:00:00
888 100% 1.50kB/s 0:00:00 (xfr#169, to-chk=48/254) |
3850 | 2024-03-20T19:39:08.464Z | tools/destroy_scrimlet_virtual_hardware.sh |
3851 | 2024-03-20T19:39:08.464Z |
1,147 100% 1.94kB/s 0:00:00
1,147 100% 1.94kB/s 0:00:00 (xfr#170, to-chk=47/254) |
3852 | 2024-03-20T19:39:08.464Z | tools/destroy_virtual_hardware.sh |
3853 | 2024-03-20T19:39:08.464Z |
2,227 100% 3.76kB/s 0:00:00
2,227 100% 3.76kB/s 0:00:00 (xfr#171, to-chk=46/254) |
3854 | 2024-03-20T19:39:08.464Z | tools/dvt_dock_version |
3855 | 2024-03-20T19:39:08.464Z |
48 100% 0.08kB/s 0:00:00
48 100% 0.08kB/s 0:00:00 (xfr#172, to-chk=45/254) |
3856 | 2024-03-20T19:39:08.464Z | tools/ensure_buildomat_artifact.sh |
3857 | 2024-03-20T19:39:08.464Z |
3,759 100% 6.35kB/s 0:00:00
3,759 100% 6.35kB/s 0:00:00 (xfr#173, to-chk=44/254) |
3858 | 2024-03-20T19:39:08.464Z | tools/generate-nexus-api.sh |
3859 | 2024-03-20T19:39:08.464Z |
174 100% 0.29kB/s 0:00:00
174 100% 0.29kB/s 0:00:00 (xfr#174, to-chk=43/254) |
3860 | 2024-03-20T19:39:08.464Z | tools/generate-sled-agent-api.sh |
3861 | 2024-03-20T19:39:08.464Z |
161 100% 0.27kB/s 0:00:00
161 100% 0.27kB/s 0:00:00 (xfr#175, to-chk=42/254) |
3862 | 2024-03-20T19:39:08.464Z | tools/generate-wicketd-api.sh |
3863 | 2024-03-20T19:39:08.464Z |
75 100% 0.13kB/s 0:00:00
75 100% 0.02kB/s 0:00:03 (xfr#176, to-chk=41/254) |
3864 | 2024-03-20T19:39:08.464Z | tools/hubris_checksums |
3865 | 2024-03-20T19:39:08.464Z |
852 100% 0.00kB/s 0:00:00
852 100% 0.00kB/s 0:00:00 (xfr#177, to-chk=40/254) |
3866 | 2024-03-20T19:39:08.464Z | tools/hubris_version |
3867 | 2024-03-20T19:39:08.464Z |
50 100% 48.83kB/s 0:00:00
50 100% 48.83kB/s 0:00:00 (xfr#178, to-chk=39/254) |
3868 | 2024-03-20T19:39:08.464Z | tools/install_builder_prerequisites.sh |
3869 | 2024-03-20T19:39:08.464Z |
7,537 100% 7.19MB/s 0:00:00
7,537 100% 7.19MB/s 0:00:00 (xfr#179, to-chk=38/254) |
3870 | 2024-03-20T19:39:08.464Z | tools/install_opte.sh |
3871 | 2024-03-20T19:39:08.464Z |
3,755 100% 3.58MB/s 0:00:00
3,755 100% 3.58MB/s 0:00:00 (xfr#180, to-chk=37/254) |
3872 | 2024-03-20T19:39:08.465Z | tools/install_prerequisites.sh |
3873 | 2024-03-20T19:39:08.465Z |
255 100% 249.02kB/s 0:00:00
255 100% 249.02kB/s 0:00:00 (xfr#181, to-chk=36/254) |
3874 | 2024-03-20T19:39:08.465Z | tools/install_runner_prerequisites.sh |
3875 | 2024-03-20T19:39:08.465Z |
4,154 100% 3.96MB/s 0:00:00
4,154 100% 3.96MB/s 0:00:00 (xfr#182, to-chk=35/254) |
3876 | 2024-03-20T19:39:08.465Z | tools/maghemite_ddm_openapi_version |
3877 | 2024-03-20T19:39:08.465Z |
122 100% 119.14kB/s 0:00:00
122 100% 119.14kB/s 0:00:00 (xfr#183, to-chk=34/254) |
3878 | 2024-03-20T19:39:08.465Z | tools/maghemite_mg_openapi_version |
3879 | 2024-03-20T19:39:08.465Z |
122 100% 119.14kB/s 0:00:00
122 100% 119.14kB/s 0:00:00 (xfr#184, to-chk=33/254) |
3880 | 2024-03-20T19:39:08.465Z | tools/maghemite_mgd_checksums |
3881 | 2024-03-20T19:39:08.465Z |
162 100% 158.20kB/s 0:00:00
162 100% 158.20kB/s 0:00:00 (xfr#185, to-chk=32/254) |
3882 | 2024-03-20T19:39:08.465Z | tools/opte_version |
3883 | 2024-03-20T19:39:08.465Z |
9 100% 8.79kB/s 0:00:00
9 100% 8.79kB/s 0:00:00 (xfr#186, to-chk=31/254) |
3884 | 2024-03-20T19:39:08.465Z | tools/opte_version_override |
3885 | 2024-03-20T19:39:08.465Z |
142 100% 138.67kB/s 0:00:00
142 100% 138.67kB/s 0:00:00 (xfr#187, to-chk=30/254) |
3886 | 2024-03-20T19:39:08.465Z | tools/renovate-post-upgrade.sh |
3887 | 2024-03-20T19:39:08.465Z |
1,705 100% 1.63MB/s 0:00:00
1,705 100% 1.63MB/s 0:00:00 (xfr#188, to-chk=29/254) |
3888 | 2024-03-20T19:39:08.465Z | tools/thundermuffin_checksums |
3889 | 2024-03-20T19:39:08.465Z |
79 100% 77.15kB/s 0:00:00
79 100% 77.15kB/s 0:00:00 (xfr#189, to-chk=28/254) |
3890 | 2024-03-20T19:39:08.465Z | tools/thundermuffin_version |
3891 | 2024-03-20T19:39:08.465Z |
50 100% 48.83kB/s 0:00:00
50 100% 48.83kB/s 0:00:00 (xfr#190, to-chk=27/254) |
3892 | 2024-03-20T19:39:08.465Z | tools/transceiver_control_version |
3893 | 2024-03-20T19:39:08.465Z |
137 100% 133.79kB/s 0:00:00
137 100% 133.79kB/s 0:00:00 (xfr#191, to-chk=26/254) |
3894 | 2024-03-20T19:39:08.465Z | tools/uninstall_opte.sh |
3895 | 2024-03-20T19:39:08.466Z |
6,514 100% 6.21MB/s 0:00:00
6,514 100% 6.21MB/s 0:00:00 (xfr#192, to-chk=25/254) |
3896 | 2024-03-20T19:39:08.466Z | tools/update_crucible.sh |
3897 | 2024-03-20T19:39:08.466Z |
1,093 100% 1.04MB/s 0:00:00
1,093 100% 1.04MB/s 0:00:00 (xfr#193, to-chk=24/254) |
3898 | 2024-03-20T19:39:08.466Z | tools/update_dendrite.sh |
3899 | 2024-03-20T19:39:08.466Z |
2,333 100% 2.22MB/s 0:00:00
2,333 100% 2.22MB/s 0:00:00 (xfr#194, to-chk=23/254) |
3900 | 2024-03-20T19:39:08.466Z | tools/update_helpers.sh |
3901 | 2024-03-20T19:39:08.466Z |
3,831 100% 3.65MB/s 0:00:00
3,831 100% 3.65MB/s 0:00:00 (xfr#195, to-chk=22/254) |
3902 | 2024-03-20T19:39:08.466Z | tools/update_lldp.sh |
3903 | 2024-03-20T19:39:08.466Z |
1,000 100% 976.56kB/s 0:00:00
1,000 100% 976.56kB/s 0:00:00 (xfr#196, to-chk=21/254) |
3904 | 2024-03-20T19:39:08.466Z | tools/update_maghemite.sh |
3905 | 2024-03-20T19:39:08.466Z |
939 100% 916.99kB/s 0:00:00
939 100% 916.99kB/s 0:00:00 (xfr#197, to-chk=20/254) |
3906 | 2024-03-20T19:39:08.466Z | tools/update_propolis.sh |
3907 | 2024-03-20T19:39:08.466Z |
1,050 100% 1.00MB/s 0:00:00
1,050 100% 1.00MB/s 0:00:00 (xfr#198, to-chk=19/254) |
3908 | 2024-03-20T19:39:08.466Z | tools/update_transceiver_control.sh |
3909 | 2024-03-20T19:39:08.466Z |
1,374 100% 1.31MB/s 0:00:00
1,374 100% 1.31MB/s 0:00:00 (xfr#199, to-chk=18/254) |
3910 | 2024-03-20T19:39:08.466Z | tools/virtual_hardware.sh |
3911 | 2024-03-20T19:39:08.466Z |
3,185 100% 3.04MB/s 0:00:00
3,185 100% 3.04MB/s 0:00:00 (xfr#200, to-chk=17/254) |
3912 | 2024-03-20T19:39:08.466Z | tools/dtrace/ |
3913 | 2024-03-20T19:39:08.466Z | tools/dtrace/aggregate-query-latency.d |
3914 | 2024-03-20T19:39:08.466Z |
780 100% 761.72kB/s 0:00:00
780 100% 761.72kB/s 0:00:00 (xfr#201, to-chk=11/254) |
3915 | 2024-03-20T19:39:08.466Z | tools/dtrace/slowest-queries.d |
3916 | 2024-03-20T19:39:08.466Z |
1,077 100% 1.03MB/s 0:00:00
1,077 100% 1.03MB/s 0:00:00 (xfr#202, to-chk=10/254) |
3917 | 2024-03-20T19:39:08.466Z | tools/dtrace/trace-db-queries.d |
3918 | 2024-03-20T19:39:08.466Z |
811 100% 791.99kB/s 0:00:00
811 100% 791.99kB/s 0:00:00 (xfr#203, to-chk=9/254) |
3919 | 2024-03-20T19:39:08.497Z | tools/include/ |
3920 | 2024-03-20T19:39:08.497Z | tools/include/force-git-over-https.sh |
3921 | 2024-03-20T19:39:08.497Z |
940 100% 917.97kB/s 0:00:00
940 100% 917.97kB/s 0:00:00 (xfr#204, to-chk=8/254) |
3922 | 2024-03-20T19:39:08.497Z | tools/populate/ |
3923 | 2024-03-20T19:39:08.497Z | tools/populate/populate-alpine.sh |
3924 | 2024-03-20T19:39:08.497Z |
788 100% 769.53kB/s 0:00:00
788 100% 769.53kB/s 0:00:00 (xfr#205, to-chk=7/254) |
3925 | 2024-03-20T19:39:08.497Z | tools/populate/populate-images.sh |
3926 | 2024-03-20T19:39:08.497Z |
2,571 100% 2.45MB/s 0:00:00
2,571 100% 2.45MB/s 0:00:00 (xfr#206, to-chk=6/254) |
3927 | 2024-03-20T19:39:08.497Z | tools/reflector/ |
3928 | 2024-03-20T19:39:08.497Z | tools/reflector/helpers.sh |
3929 | 2024-03-20T19:39:08.497Z |
4,652 100% 4.44MB/s 0:00:00
4,652 100% 4.44MB/s 0:00:00 (xfr#207, to-chk=5/254) |
3930 | 2024-03-20T19:39:08.497Z | tools/scrimlet/ |
3931 | 2024-03-20T19:39:08.497Z | tools/scrimlet/create-softnpu-zone.sh |
3932 | 2024-03-20T19:39:08.497Z |
627 100% 612.30kB/s 0:00:00
627 100% 612.30kB/s 0:00:00 (xfr#208, to-chk=4/254) |
3933 | 2024-03-20T19:39:08.497Z | tools/scrimlet/destroy-softnpu-zone.sh |
3934 | 2024-03-20T19:39:08.498Z |
203 100% 198.24kB/s 0:00:00
203 100% 198.24kB/s 0:00:00 (xfr#209, to-chk=3/254) |
3935 | 2024-03-20T19:39:08.498Z | tools/scrimlet/softnpu-init.sh |
3936 | 2024-03-20T19:39:08.498Z |
2,157 100% 2.06MB/s 0:00:00
2,157 100% 2.06MB/s 0:00:00 (xfr#210, to-chk=2/254) |
3937 | 2024-03-20T19:39:08.498Z | tools/scrimlet/softnpu-zone.txt |
3938 | 2024-03-20T19:39:08.498Z |
330 100% 322.27kB/s 0:00:00
330 100% 322.27kB/s 0:00:00 (xfr#211, to-chk=1/254) |
3939 | 2024-03-20T19:39:08.498Z | tools/scrimlet/softnpu.toml |
3940 | 2024-03-20T19:39:08.498Z |
171 100% 166.99kB/s 0:00:00
171 100% 166.99kB/s 0:00:00 (xfr#212, to-chk=0/254) |
3941 | 2024-03-20T19:39:08.498Z | + banner G2 |
3942 | 2024-03-20T19:39:08.498Z | ##### ##### |
3943 | 2024-03-20T19:39:08.498Z | # # # # |
3944 | 2024-03-20T19:39:08.498Z | # # |
3945 | 2024-03-20T19:39:08.498Z | # #### ##### |
3946 | 2024-03-20T19:39:08.498Z | # # # |
3947 | 2024-03-20T19:39:08.498Z | # # # |
3948 | 2024-03-20T19:39:08.498Z | ##### ####### |
3949 | 2024-03-20T19:39:08.498Z | |
3950 | 2024-03-20T19:39:08.498Z | + . config/build-g2.sh |
3951 | 2024-03-20T19:39:08.498Z | ++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml |
3952 | 2024-03-20T19:39:08.498Z | ++ cp config/g2-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
3953 | 2024-03-20T19:39:08.498Z | ++ cp -r cargo-bay/tools cargo-bay/g2/ |
3954 | 2024-03-20T19:39:08.498Z | ++ cd /work/oxidecomputer/omicron |
3955 | 2024-03-20T19:39:08.499Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
3956 | 2024-03-20T19:39:09.305Z | Finished release [optimized] target(s) in 1.02s |
3957 | 2024-03-20T19:39:09.332Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
3958 | 2024-03-20T19:39:09.365Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
3959 | 2024-03-20T19:39:09.400Z | Created new build target 'default' and set it as active |
3960 | 2024-03-20T19:39:09.400Z | ++ cargo run --release --bin omicron-package -- package |
3961 | 2024-03-20T19:39:10.466Z | Finished release [optimized] target(s) in 1.01s |
3962 | 2024-03-20T19:39:10.499Z | Running `target/release/omicron-package package` |
3963 | 2024-03-20T19:39:10.542Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
3964 | 2024-03-20T19:39:11.680Z | Finished release [optimized] target(s) in 1.05s |
3965 | 2024-03-20T19:39:14.457Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
3966 | 2024-03-20T19:39:14.457Z | ++ rm -rf cargo-bay/g2/omicron |
3967 | 2024-03-20T19:39:14.485Z | ++ mkdir -p cargo-bay/g2/omicron |
3968 | 2024-03-20T19:39:14.485Z | ++ 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/ |
3969 | 2024-03-20T19:39:14.485Z | sending incremental file list |
3970 | 2024-03-20T19:39:14.485Z | omicron-package |
3971 | 2024-03-20T19:39:14.725Z |
32,768 0% 0.00kB/s 0:00:00
40,142,240 100% 153.01MB/s 0:00:00 (xfr#1, to-chk=253/254) |
3972 | 2024-03-20T19:39:14.725Z | package-manifest.toml |
3973 | 2024-03-20T19:39:14.725Z |
26,511 100% 103.56kB/s 0:00:00
26,511 100% 103.56kB/s 0:00:00 (xfr#2, to-chk=252/254) |
3974 | 2024-03-20T19:39:14.751Z | out/ |
3975 | 2024-03-20T19:39:14.751Z | out/LOG |
3976 | 2024-03-20T19:39:14.751Z |
32,768 79% 128.00kB/s 0:00:00
41,303 100% 161.34kB/s 0:00:00 (xfr#3, to-chk=248/254) |
3977 | 2024-03-20T19:39:14.751Z | out/clickhouse.tar.gz |
3978 | 2024-03-20T19:39:15.468Z |
32,768 0% 127.49kB/s 0:30:12
231,166,319 100% 222.68MB/s 0:00:00 (xfr#4, to-chk=247/254) |
3979 | 2024-03-20T19:39:15.468Z | out/clickhouse_keeper.tar.gz |
3980 | 2024-03-20T19:39:16.341Z |
32,768 0% 32.32kB/s 1:59:09
786,432 0% 768.00kB/s 0:04:59
231,141,527 100% 119.41MB/s 0:00:01 (xfr#5, to-chk=246/254) |
3981 | 2024-03-20T19:39:16.341Z | out/cockroachdb.tar.gz |
3982 | 2024-03-20T19:39:16.791Z |
32,768 0% 37.83kB/s 0:55:47
41,418,752 32% 39.50MB/s 0:00:02
126,657,859 100% 91.79MB/s 0:00:01 (xfr#6, to-chk=245/254) |
3983 | 2024-03-20T19:39:16.791Z | out/crucible-pantry-zone.tar.gz |
3984 | 2024-03-20T19:39:16.891Z |
32,768 0% 100.95kB/s 0:04:10
25,287,268 100% 59.55MB/s 0:00:00 (xfr#7, to-chk=244/254) |
3985 | 2024-03-20T19:39:16.891Z | out/crucible-zone.tar.gz |
3986 | 2024-03-20T19:39:17.009Z |
32,768 0% 79.01kB/s 0:07:47
36,986,001 100% 67.31MB/s 0:00:00 (xfr#8, to-chk=243/254) |
3987 | 2024-03-20T19:39:17.009Z | out/external-dns.tar.gz |
3988 | 2024-03-20T19:39:17.115Z |
32,768 0% 61.07kB/s 0:08:27
31,006,746 100% 46.06MB/s 0:00:00 (xfr#9, to-chk=242/254) |
3989 | 2024-03-20T19:39:17.115Z | out/internal-dns.tar.gz |
3990 | 2024-03-20T19:39:17.225Z |
32,768 0% 49.84kB/s 0:10:21
31,006,529 100% 39.32MB/s 0:00:00 (xfr#10, to-chk=241/254) |
3991 | 2024-03-20T19:39:17.225Z | out/mg-ddm-gz.tar |
3992 | 2024-03-20T19:39:17.695Z |
32,768 0% 42.55kB/s 0:20:42
24,510,464 46% 23.38MB/s 0:00:01
52,915,712 100% 41.43MB/s 0:00:01 (xfr#11, to-chk=240/254) |
3993 | 2024-03-20T19:39:17.695Z | out/nexus.tar.gz |
3994 | 2024-03-20T19:39:18.082Z |
32,768 0% 146.12kB/s 0:10:27
91,784,554 100% 145.89MB/s 0:00:00 (xfr#12, to-chk=239/254) |
3995 | 2024-03-20T19:39:18.082Z | out/ntp.tar.gz |
3996 | 2024-03-20T19:39:18.117Z |
32,768 0% 53.33kB/s 0:03:14
10,426,603 100% 15.66MB/s 0:00:00 (xfr#13, to-chk=238/254) |
3997 | 2024-03-20T19:39:18.117Z | out/omicron-gateway-softnpu.tar.gz |
3998 | 2024-03-20T19:39:18.152Z |
32,768 0% 50.39kB/s 0:05:27
16,517,192 100% 23.16MB/s 0:00:00 (xfr#14, to-chk=237/254) |
3999 | 2024-03-20T19:39:18.153Z | out/omicron-gateway.tar.gz |
4000 | 2024-03-20T19:39:18.206Z |
32,768 0% 47.06kB/s 0:05:50
16,513,715 100% 21.49MB/s 0:00:00 (xfr#15, to-chk=236/254) |
4001 | 2024-03-20T19:39:18.206Z | out/omicron-sled-agent.tar |
4002 | 2024-03-20T19:39:19.036Z |
32,768 0% 43.66kB/s 0:44:54
36,438,016 30% 34.75MB/s 0:00:02
117,681,152 100% 71.90MB/s 0:00:01 (xfr#16, to-chk=235/254) |
4003 | 2024-03-20T19:39:19.036Z | out/overlay.tar.gz |
4004 | 2024-03-20T19:39:19.036Z |
2,621 100% 4.55kB/s 0:00:00
2,621 100% 4.55kB/s 0:00:00 (xfr#17, to-chk=234/254) |
4005 | 2024-03-20T19:39:19.036Z | out/oximeter.tar.gz |
4006 | 2024-03-20T19:39:19.192Z |
32,768 0% 56.94kB/s 0:14:03
48,041,861 100% 63.99MB/s 0:00:00 (xfr#18, to-chk=233/254) |
4007 | 2024-03-20T19:39:19.192Z | out/oxlog.tar |
4008 | 2024-03-20T19:39:19.235Z |
32,768 0% 44.69kB/s 0:02:18
6,244,352 100% 7.82MB/s 0:00:00 (xfr#19, to-chk=232/254) |
4009 | 2024-03-20T19:39:19.235Z | out/probe.tar.gz |
4010 | 2024-03-20T19:39:19.261Z |
32,768 1% 41.99kB/s 0:01:06
2,829,470 100% 3.50MB/s 0:00:00 (xfr#20, to-chk=231/254) |
4011 | 2024-03-20T19:39:19.262Z | out/propolis-server.tar.gz |
4012 | 2024-03-20T19:39:19.459Z |
32,768 0% 41.45kB/s 0:26:40
66,360,059 100% 64.18MB/s 0:00:00 (xfr#21, to-chk=230/254) |
4013 | 2024-03-20T19:39:19.459Z | out/switch-softnpu.tar.gz |
4014 | 2024-03-20T19:39:20.121Z |
32,768 0% 32.45kB/s 1:44:45
2,654,208 1% 2.53MB/s 0:01:17
204,016,484 100% 118.06MB/s 0:00:01 (xfr#22, to-chk=229/254) |
4015 | 2024-03-20T19:39:20.121Z | out/console-assets/ |
4016 | 2024-03-20T19:39:20.121Z | out/console-assets/VERSION |
4017 | 2024-03-20T19:39:20.121Z |
41 100% 0.06kB/s 0:00:00
41 100% 0.06kB/s 0:00:00 (xfr#23, to-chk=225/254) |
4018 | 2024-03-20T19:39:20.121Z | out/console-assets/index.html |
4019 | 2024-03-20T19:39:20.121Z |
466 100% 0.70kB/s 0:00:00
466 100% 0.70kB/s 0:00:00 (xfr#24, to-chk=224/254) |
4020 | 2024-03-20T19:39:20.121Z | out/console-assets/assets/ |
4021 | 2024-03-20T19:39:20.121Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
4022 | 2024-03-20T19:39:20.171Z |
32,768 70% 49.31kB/s 0:00:00
46,276 100% 69.63kB/s 0:00:00 (xfr#25, to-chk=222/254) |
4023 | 2024-03-20T19:39:20.171Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
4024 | 2024-03-20T19:39:20.171Z |
32,768 65% 49.31kB/s 0:00:00
50,032 100% 75.28kB/s 0:00:00 (xfr#26, to-chk=221/254) |
4025 | 2024-03-20T19:39:20.171Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
4026 | 2024-03-20T19:39:20.172Z |
32,768 55% 49.31kB/s 0:00:00
58,524 100% 87.93kB/s 0:00:00 (xfr#27, to-chk=220/254) |
4027 | 2024-03-20T19:39:20.172Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
4028 | 2024-03-20T19:39:20.172Z |
32,768 71% 49.23kB/s 0:00:00
46,060 100% 69.20kB/s 0:00:00 (xfr#28, to-chk=219/254) |
4029 | 2024-03-20T19:39:20.172Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
4030 | 2024-03-20T19:39:20.172Z |
21,937 100% 32.91kB/s 0:00:00
21,937 100% 32.91kB/s 0:00:00 (xfr#29, to-chk=218/254) |
4031 | 2024-03-20T19:39:20.172Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
4032 | 2024-03-20T19:39:20.172Z |
17,996 100% 27.00kB/s 0:00:00
17,996 100% 27.00kB/s 0:00:00 (xfr#30, to-chk=217/254) |
4033 | 2024-03-20T19:39:20.172Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
4034 | 2024-03-20T19:39:20.172Z |
21,890 100% 32.79kB/s 0:00:00
21,890 100% 32.79kB/s 0:00:00 (xfr#31, to-chk=216/254) |
4035 | 2024-03-20T19:39:20.172Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
4036 | 2024-03-20T19:39:20.172Z |
17,984 100% 26.94kB/s 0:00:00
17,984 100% 26.94kB/s 0:00:00 (xfr#32, to-chk=215/254) |
4037 | 2024-03-20T19:39:20.172Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
4038 | 2024-03-20T19:39:20.172Z |
21,123 100% 31.64kB/s 0:00:00
21,123 100% 31.64kB/s 0:00:00 (xfr#33, to-chk=214/254) |
4039 | 2024-03-20T19:39:20.172Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
4040 | 2024-03-20T19:39:20.172Z |
17,228 100% 25.80kB/s 0:00:00
17,228 100% 25.80kB/s 0:00:00 (xfr#34, to-chk=213/254) |
4041 | 2024-03-20T19:39:20.172Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
4042 | 2024-03-20T19:39:20.172Z |
18,448 100% 27.59kB/s 0:00:00
18,448 100% 27.59kB/s 0:00:00 (xfr#35, to-chk=212/254) |
4043 | 2024-03-20T19:39:20.172Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
4044 | 2024-03-20T19:39:20.172Z |
22,665 100% 33.90kB/s 0:00:00
22,665 100% 33.90kB/s 0:00:00 (xfr#36, to-chk=211/254) |
4045 | 2024-03-20T19:39:20.173Z | out/console-assets/assets/Terminal-_VoNxbTe.js |
4046 | 2024-03-20T19:39:20.173Z |
32,768 11% 49.00kB/s 0:00:05
287,761 100% 428.38kB/s 0:00:00 (xfr#37, to-chk=210/254) |
4047 | 2024-03-20T19:39:20.173Z | out/console-assets/assets/Terminal-_VoNxbTe.js.gz |
4048 | 2024-03-20T19:39:20.173Z |
32,768 45% 48.78kB/s 0:00:00
71,758 100% 106.82kB/s 0:00:00 (xfr#38, to-chk=209/254) |
4049 | 2024-03-20T19:39:20.173Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map |
4050 | 2024-03-20T19:39:20.173Z |
32,768 5% 48.71kB/s 0:00:11
590,313 100% 872.13kB/s 0:00:00 (xfr#39, to-chk=208/254) |
4051 | 2024-03-20T19:39:20.173Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map.gz |
4052 | 2024-03-20T19:39:20.173Z |
32,768 27% 48.34kB/s 0:00:01
118,282 100% 174.22kB/s 0:00:00 (xfr#40, to-chk=207/254) |
4053 | 2024-03-20T19:39:20.173Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js |
4054 | 2024-03-20T19:39:20.173Z |
32,768 8% 48.27kB/s 0:00:07
371,459 100% 543.86kB/s 0:00:00 (xfr#41, to-chk=206/254) |
4055 | 2024-03-20T19:39:20.173Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz |
4056 | 2024-03-20T19:39:20.173Z |
32,768 31% 47.98kB/s 0:00:01
103,751 100% 151.90kB/s 0:00:00 (xfr#42, to-chk=205/254) |
4057 | 2024-03-20T19:39:20.173Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map |
4058 | 2024-03-20T19:39:20.199Z |
32,768 1% 47.98kB/s 0:00:33
1,659,213 100% 2.34MB/s 0:00:00 (xfr#43, to-chk=204/254) |
4059 | 2024-03-20T19:39:20.200Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz |
4060 | 2024-03-20T19:39:20.200Z |
32,768 8% 47.27kB/s 0:00:07
379,036 100% 544.34kB/s 0:00:00 (xfr#44, to-chk=203/254) |
4061 | 2024-03-20T19:39:20.200Z | out/console-assets/assets/app-1tiVg9q7.js |
4062 | 2024-03-20T19:39:20.200Z |
32,768 2% 47.06kB/s 0:00:23
1,130,062 100% 1.55MB/s 0:00:00 (xfr#45, to-chk=202/254) |
4063 | 2024-03-20T19:39:20.200Z | out/console-assets/assets/app-1tiVg9q7.js.gz |
4064 | 2024-03-20T19:39:20.200Z |
32,768 9% 46.11kB/s 0:00:06
347,811 100% 488.02kB/s 0:00:00 (xfr#46, to-chk=201/254) |
4065 | 2024-03-20T19:39:20.200Z | out/console-assets/assets/app-1tiVg9q7.js.map |
4066 | 2024-03-20T19:39:20.228Z |
32,768 0% 45.98kB/s 0:01:55
5,328,067 100% 6.82MB/s 0:00:00 (xfr#47, to-chk=200/254) |
4067 | 2024-03-20T19:39:20.228Z | out/console-assets/assets/app-1tiVg9q7.js.map.gz |
4068 | 2024-03-20T19:39:20.228Z |
32,768 2% 42.90kB/s 0:00:28
1,261,215 100% 1.60MB/s 0:00:00 (xfr#48, to-chk=199/254) |
4069 | 2024-03-20T19:39:20.228Z | out/console-assets/assets/app-AvNWp1hQ.css |
4070 | 2024-03-20T19:39:20.228Z |
32,768 23% 42.61kB/s 0:00:02
138,004 100% 179.21kB/s 0:00:00 (xfr#49, to-chk=198/254) |
4071 | 2024-03-20T19:39:20.229Z | out/console-assets/assets/app-AvNWp1hQ.css.gz |
4072 | 2024-03-20T19:39:20.229Z |
21,197 100% 27.53kB/s 0:00:00
21,197 100% 27.53kB/s 0:00:00 (xfr#50, to-chk=197/254) |
4073 | 2024-03-20T19:39:20.229Z | out/console-assets/assets/favicon-WELtHcTG.svg |
4074 | 2024-03-20T19:39:20.229Z |
761 100% 0.99kB/s 0:00:00
761 100% 0.99kB/s 0:00:00 (xfr#51, to-chk=196/254) |
4075 | 2024-03-20T19:39:20.229Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
4076 | 2024-03-20T19:39:20.230Z |
1,327 100% 1.72kB/s 0:00:00
1,327 100% 1.72kB/s 0:00:00 (xfr#52, to-chk=195/254) |
4077 | 2024-03-20T19:39:20.230Z | out/console-assets/assets/og-preview-image.webp |
4078 | 2024-03-20T19:39:20.230Z |
32,768 36% 42.55kB/s 0:00:01
89,880 100% 116.56kB/s 0:00:00 (xfr#53, to-chk=194/254) |
4079 | 2024-03-20T19:39:20.230Z | out/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp |
4080 | 2024-03-20T19:39:20.266Z |
32,768 4% 42.50kB/s 0:00:15
673,968 100% 870.60kB/s 0:00:00 (xfr#54, to-chk=193/254) |
4081 | 2024-03-20T19:39:20.266Z | out/manifest-cache/ |
4082 | 2024-03-20T19:39:20.266Z | out/manifest-cache/clickhouse.tar.gz.json |
4083 | 2024-03-20T19:39:20.266Z |
780 100% 1.01kB/s 0:00:00
780 100% 1.01kB/s 0:00:00 (xfr#55, to-chk=192/254) |
4084 | 2024-03-20T19:39:20.266Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
4085 | 2024-03-20T19:39:20.266Z |
801 100% 1.03kB/s 0:00:00
801 100% 1.03kB/s 0:00:00 (xfr#56, to-chk=191/254) |
4086 | 2024-03-20T19:39:20.266Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
4087 | 2024-03-20T19:39:20.266Z |
2,958 100% 3.82kB/s 0:00:00
2,958 100% 3.82kB/s 0:00:00 (xfr#57, to-chk=190/254) |
4088 | 2024-03-20T19:39:20.267Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
4089 | 2024-03-20T19:39:20.267Z |
2,946 100% 3.80kB/s 0:00:00
2,946 100% 3.80kB/s 0:00:00 (xfr#58, to-chk=189/254) |
4090 | 2024-03-20T19:39:20.267Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
4091 | 2024-03-20T19:39:20.267Z |
32,768 61% 42.27kB/s 0:00:00
53,598 100% 69.14kB/s 0:00:00 (xfr#59, to-chk=188/254) |
4092 | 2024-03-20T19:39:20.267Z | out/manifest-cache/cockroachdb.tar.gz.json |
4093 | 2024-03-20T19:39:20.267Z |
787 100% 1.02kB/s 0:00:00
787 100% 1.02kB/s 0:00:00 (xfr#60, to-chk=187/254) |
4094 | 2024-03-20T19:39:20.267Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
4095 | 2024-03-20T19:39:20.267Z |
662 100% 0.85kB/s 0:00:00
662 100% 0.85kB/s 0:00:00 (xfr#61, to-chk=186/254) |
4096 | 2024-03-20T19:39:20.267Z | out/manifest-cache/crucible-zone.tar.gz.json |
4097 | 2024-03-20T19:39:20.267Z |
641 100% 0.83kB/s 0:00:00
641 100% 0.83kB/s 0:00:00 (xfr#62, to-chk=185/254) |
4098 | 2024-03-20T19:39:20.267Z | out/manifest-cache/dns-server.tar.gz.json |
4099 | 2024-03-20T19:39:20.267Z |
942 100% 1.22kB/s 0:00:00
942 100% 1.22kB/s 0:00:00 (xfr#63, to-chk=184/254) |
4100 | 2024-03-20T19:39:20.267Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
4101 | 2024-03-20T19:39:20.267Z |
1,132 100% 1.46kB/s 0:00:00
1,132 100% 1.46kB/s 0:00:00 (xfr#64, to-chk=183/254) |
4102 | 2024-03-20T19:39:20.267Z | out/manifest-cache/external-dns.tar.gz.json |
4103 | 2024-03-20T19:39:20.267Z |
934 100% 1.20kB/s 0:00:00
934 100% 1.20kB/s 0:00:00 (xfr#65, to-chk=182/254) |
4104 | 2024-03-20T19:39:20.267Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
4105 | 2024-03-20T19:39:20.267Z |
752 100% 0.97kB/s 0:00:00
752 100% 0.97kB/s 0:00:00 (xfr#66, to-chk=181/254) |
4106 | 2024-03-20T19:39:20.267Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
4107 | 2024-03-20T19:39:20.267Z |
1,132 100% 1.46kB/s 0:00:00
1,132 100% 1.46kB/s 0:00:00 (xfr#67, to-chk=180/254) |
4108 | 2024-03-20T19:39:20.267Z | out/manifest-cache/internal-dns.tar.gz.json |
4109 | 2024-03-20T19:39:20.267Z |
791 100% 1.02kB/s 0:00:00
791 100% 1.02kB/s 0:00:00 (xfr#68, to-chk=179/254) |
4110 | 2024-03-20T19:39:20.267Z | out/manifest-cache/logadm.tar.gz.json |
4111 | 2024-03-20T19:39:20.268Z |
1,044 100% 1.35kB/s 0:00:00
1,044 100% 1.35kB/s 0:00:00 (xfr#69, to-chk=178/254) |
4112 | 2024-03-20T19:39:20.268Z | out/manifest-cache/nexus.tar.gz.json |
4113 | 2024-03-20T19:39:20.268Z |
773 100% 1.00kB/s 0:00:00
773 100% 1.00kB/s 0:00:00 (xfr#70, to-chk=177/254) |
4114 | 2024-03-20T19:39:20.268Z | out/manifest-cache/ntp-svc.tar.gz.json |
4115 | 2024-03-20T19:39:20.268Z |
2,228 100% 2.87kB/s 0:00:00
2,228 100% 2.87kB/s 0:00:00 (xfr#71, to-chk=176/254) |
4116 | 2024-03-20T19:39:20.268Z | out/manifest-cache/ntp.tar.gz.json |
4117 | 2024-03-20T19:39:20.268Z |
763 100% 0.98kB/s 0:00:00
763 100% 0.98kB/s 0:00:00 (xfr#72, to-chk=175/254) |
4118 | 2024-03-20T19:39:20.268Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
4119 | 2024-03-20T19:39:20.268Z |
1,462 100% 1.88kB/s 0:00:00
1,462 100% 1.88kB/s 0:00:00 (xfr#73, to-chk=174/254) |
4120 | 2024-03-20T19:39:20.268Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
4121 | 2024-03-20T19:39:20.268Z |
545 100% 0.70kB/s 0:00:00
545 100% 0.70kB/s 0:00:00 (xfr#74, to-chk=173/254) |
4122 | 2024-03-20T19:39:20.268Z | out/manifest-cache/omicron-gateway.tar.gz.json |
4123 | 2024-03-20T19:39:20.268Z |
703 100% 0.91kB/s 0:00:00
703 100% 0.91kB/s 0:00:00 (xfr#75, to-chk=172/254) |
4124 | 2024-03-20T19:39:20.268Z | out/manifest-cache/omicron-nexus.tar.gz.json |
4125 | 2024-03-20T19:39:20.268Z |
32,768 46% 42.22kB/s 0:00:00
70,581 100% 90.81kB/s 0:00:00 (xfr#76, to-chk=171/254) |
4126 | 2024-03-20T19:39:20.268Z | out/manifest-cache/omicron-omdb.tar.gz.json |
4127 | 2024-03-20T19:39:20.268Z |
702 100% 0.90kB/s 0:00:00
702 100% 0.90kB/s 0:00:00 (xfr#77, to-chk=170/254) |
4128 | 2024-03-20T19:39:20.268Z | out/manifest-cache/omicron-sled-agent.tar.json |
4129 | 2024-03-20T19:39:20.268Z |
1,269 100% 1.63kB/s 0:00:00
1,269 100% 1.63kB/s 0:00:00 (xfr#78, to-chk=169/254) |
4130 | 2024-03-20T19:39:20.268Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
4131 | 2024-03-20T19:39:20.268Z |
883 100% 1.14kB/s 0:00:00
883 100% 1.14kB/s 0:00:00 (xfr#79, to-chk=168/254) |
4132 | 2024-03-20T19:39:20.268Z | out/manifest-cache/overlay.tar.gz.json |
4133 | 2024-03-20T19:39:20.268Z |
473 100% 0.61kB/s 0:00:00
473 100% 0.61kB/s 0:00:00 (xfr#80, to-chk=167/254) |
4134 | 2024-03-20T19:39:20.268Z | out/manifest-cache/oximeter-collector.tar.gz.json |
4135 | 2024-03-20T19:39:20.269Z |
18,311 100% 23.56kB/s 0:00:00
18,311 100% 23.56kB/s 0:00:00 (xfr#81, to-chk=166/254) |
4136 | 2024-03-20T19:39:20.269Z | out/manifest-cache/oximeter.tar.gz.json |
4137 | 2024-03-20T19:39:20.269Z |
641 100% 0.82kB/s 0:00:00
641 100% 0.82kB/s 0:00:00 (xfr#82, to-chk=165/254) |
4138 | 2024-03-20T19:39:20.269Z | out/manifest-cache/oxlog.tar.json |
4139 | 2024-03-20T19:39:20.269Z |
321 100% 0.41kB/s 0:00:00
321 100% 0.41kB/s 0:00:00 (xfr#83, to-chk=164/254) |
4140 | 2024-03-20T19:39:20.269Z | out/manifest-cache/probe.tar.gz.json |
4141 | 2024-03-20T19:39:20.269Z |
346 100% 0.45kB/s 0:00:00
346 100% 0.45kB/s 0:00:00 (xfr#84, to-chk=163/254) |
4142 | 2024-03-20T19:39:20.269Z | out/manifest-cache/profile.tar.gz.json |
4143 | 2024-03-20T19:39:20.269Z |
838 100% 1.08kB/s 0:00:00
838 100% 1.08kB/s 0:00:00 (xfr#85, to-chk=162/254) |
4144 | 2024-03-20T19:39:20.269Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
4145 | 2024-03-20T19:39:20.269Z |
357 100% 0.46kB/s 0:00:00
357 100% 0.46kB/s 0:00:00 (xfr#86, to-chk=161/254) |
4146 | 2024-03-20T19:39:20.269Z | out/manifest-cache/sp-sim.tar.gz.json |
4147 | 2024-03-20T19:39:20.269Z |
1,549 100% 1.99kB/s 0:00:00
1,549 100% 1.99kB/s 0:00:00 (xfr#87, to-chk=160/254) |
4148 | 2024-03-20T19:39:20.269Z | out/manifest-cache/switch-softnpu.tar.gz.json |
4149 | 2024-03-20T19:39:20.269Z |
1,566 100% 2.01kB/s 0:00:00
1,566 100% 2.01kB/s 0:00:00 (xfr#88, to-chk=159/254) |
4150 | 2024-03-20T19:39:20.269Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
4151 | 2024-03-20T19:39:20.269Z |
10,790 100% 13.88kB/s 0:00:00
10,790 100% 13.88kB/s 0:00:00 (xfr#89, to-chk=158/254) |
4152 | 2024-03-20T19:39:20.269Z | out/manifest-cache/wicket.tar.gz.json |
4153 | 2024-03-20T19:39:20.269Z |
1,084 100% 1.39kB/s 0:00:00
1,084 100% 1.39kB/s 0:00:00 (xfr#90, to-chk=157/254) |
4154 | 2024-03-20T19:39:20.269Z | out/manifest-cache/wicketd.tar.gz.json |
4155 | 2024-03-20T19:39:20.269Z |
1,560 100% 2.01kB/s 0:00:00
1,560 100% 2.01kB/s 0:00:00 (xfr#91, to-chk=156/254) |
4156 | 2024-03-20T19:39:20.269Z | out/manifest-cache/zone-network-install.tar.gz.json |
4157 | 2024-03-20T19:39:20.269Z |
877 100% 1.13kB/s 0:00:00
877 100% 1.13kB/s 0:00:00 (xfr#92, to-chk=155/254) |
4158 | 2024-03-20T19:39:20.269Z | out/manifest-cache/zone-network-setup.tar.gz.json |
4159 | 2024-03-20T19:39:20.270Z |
772 100% 0.99kB/s 0:00:00
772 100% 0.99kB/s 0:00:00 (xfr#93, to-chk=154/254) |
4160 | 2024-03-20T19:39:20.270Z | out/target/ |
4161 | 2024-03-20T19:39:20.270Z | out/target/active -> default |
4162 | 2024-03-20T19:39:20.270Z | out/target/default |
4163 | 2024-03-20T19:39:20.270Z |
74 100% 0.10kB/s 0:00:00
74 100% 0.10kB/s 0:00:00 (xfr#94, to-chk=152/254) |
4164 | 2024-03-20T19:39:20.270Z | smf/ |
4165 | 2024-03-20T19:39:20.270Z | smf/clickhouse/ |
4166 | 2024-03-20T19:39:20.270Z | smf/clickhouse/config_replica.xml |
4167 | 2024-03-20T19:39:20.270Z |
2,728 100% 3.51kB/s 0:00:00
2,728 100% 3.51kB/s 0:00:00 (xfr#95, to-chk=132/254) |
4168 | 2024-03-20T19:39:20.270Z | smf/clickhouse/manifest.xml |
4169 | 2024-03-20T19:39:20.270Z |
1,494 100% 1.92kB/s 0:00:00
1,494 100% 1.92kB/s 0:00:00 (xfr#96, to-chk=131/254) |
4170 | 2024-03-20T19:39:20.270Z | smf/clickhouse/method_script.sh |
4171 | 2024-03-20T19:39:20.270Z |
5,330 100% 6.85kB/s 0:00:00
5,330 100% 6.85kB/s 0:00:00 (xfr#97, to-chk=130/254) |
4172 | 2024-03-20T19:39:20.270Z | smf/clickhouse_keeper/ |
4173 | 2024-03-20T19:39:20.270Z | smf/clickhouse_keeper/keeper_config.xml |
4174 | 2024-03-20T19:39:20.270Z |
1,460 100% 1.88kB/s 0:00:00
1,460 100% 1.88kB/s 0:00:00 (xfr#98, to-chk=129/254) |
4175 | 2024-03-20T19:39:20.270Z | smf/clickhouse_keeper/manifest.xml |
4176 | 2024-03-20T19:39:20.270Z |
1,534 100% 1.97kB/s 0:00:00
1,534 100% 1.97kB/s 0:00:00 (xfr#99, to-chk=128/254) |
4177 | 2024-03-20T19:39:20.270Z | smf/clickhouse_keeper/method_script.sh |
4178 | 2024-03-20T19:39:20.270Z |
4,324 100% 5.56kB/s 0:00:00
4,324 100% 5.56kB/s 0:00:00 (xfr#100, to-chk=127/254) |
4179 | 2024-03-20T19:39:20.270Z | smf/cockroachdb/ |
4180 | 2024-03-20T19:39:20.299Z | smf/cockroachdb/manifest.xml |
4181 | 2024-03-20T19:39:20.299Z |
1,667 100% 2.14kB/s 0:00:00
1,667 100% 2.14kB/s 0:00:00 (xfr#101, to-chk=126/254) |
4182 | 2024-03-20T19:39:20.299Z | smf/cockroachdb/method_script.sh |
4183 | 2024-03-20T19:39:20.299Z |
1,030 100% 1.32kB/s 0:00:00
1,030 100% 1.32kB/s 0:00:00 (xfr#102, to-chk=125/254) |
4184 | 2024-03-20T19:39:20.300Z | smf/external-dns/ |
4185 | 2024-03-20T19:39:20.300Z | smf/external-dns/config.toml |
4186 | 2024-03-20T19:39:20.300Z |
353 100% 0.45kB/s 0:00:00
353 100% 0.45kB/s 0:00:00 (xfr#103, to-chk=124/254) |
4187 | 2024-03-20T19:39:20.300Z | smf/external-dns/manifest.xml |
4188 | 2024-03-20T19:39:20.300Z |
1,805 100% 2.32kB/s 0:00:00
1,805 100% 2.32kB/s 0:00:00 (xfr#104, to-chk=123/254) |
4189 | 2024-03-20T19:39:20.300Z | smf/installinator/ |
4190 | 2024-03-20T19:39:20.300Z | smf/installinator/manifest.xml |
4191 | 2024-03-20T19:39:20.300Z |
2,149 100% 2.76kB/s 0:00:00
2,149 100% 2.76kB/s 0:00:00 (xfr#105, to-chk=122/254) |
4192 | 2024-03-20T19:39:20.300Z | smf/internal-dns/ |
4193 | 2024-03-20T19:39:20.300Z | smf/internal-dns/config.toml |
4194 | 2024-03-20T19:39:20.300Z |
353 100% 0.45kB/s 0:00:00
353 100% 0.45kB/s 0:00:00 (xfr#106, to-chk=121/254) |
4195 | 2024-03-20T19:39:20.300Z | smf/internal-dns/manifest.xml |
4196 | 2024-03-20T19:39:20.300Z |
1,618 100% 2.08kB/s 0:00:00
1,618 100% 2.08kB/s 0:00:00 (xfr#107, to-chk=120/254) |
4197 | 2024-03-20T19:39:20.300Z | smf/logadm/ |
4198 | 2024-03-20T19:39:20.300Z | smf/logadm/crontab.root |
4199 | 2024-03-20T19:39:20.300Z |
30 100% 0.04kB/s 0:00:00
30 100% 0.04kB/s 0:00:00 (xfr#108, to-chk=119/254) |
4200 | 2024-03-20T19:39:20.300Z | smf/logadm/logadm.conf |
4201 | 2024-03-20T19:39:20.300Z |
2,553 100% 3.28kB/s 0:00:00
2,553 100% 3.28kB/s 0:00:00 (xfr#109, to-chk=118/254) |
4202 | 2024-03-20T19:39:20.300Z | smf/mgs-sim/ |
4203 | 2024-03-20T19:39:20.300Z | smf/mgs-sim/config.toml |
4204 | 2024-03-20T19:39:20.301Z |
3,534 100% 4.54kB/s 0:00:00
3,534 100% 4.54kB/s 0:00:00 (xfr#110, to-chk=117/254) |
4205 | 2024-03-20T19:39:20.301Z | smf/mgs/ |
4206 | 2024-03-20T19:39:20.301Z | smf/mgs/config.toml |
4207 | 2024-03-20T19:39:20.301Z |
9,085 100% 11.66kB/s 0:00:00
9,085 100% 11.66kB/s 0:00:00 (xfr#111, to-chk=116/254) |
4208 | 2024-03-20T19:39:20.301Z | smf/mgs/manifest.xml |
4209 | 2024-03-20T19:39:20.301Z |
2,474 100% 3.17kB/s 0:00:00
2,474 100% 3.17kB/s 0:00:00 (xfr#112, to-chk=115/254) |
4210 | 2024-03-20T19:39:20.301Z | smf/nexus/ |
4211 | 2024-03-20T19:39:20.301Z | smf/nexus/manifest.xml |
4212 | 2024-03-20T19:39:20.301Z |
1,987 100% 2.55kB/s 0:00:00
1,987 100% 2.55kB/s 0:00:00 (xfr#113, to-chk=114/254) |
4213 | 2024-03-20T19:39:20.301Z | smf/nexus/multi-sled/ |
4214 | 2024-03-20T19:39:20.301Z | smf/nexus/multi-sled/config-partial.toml |
4215 | 2024-03-20T19:39:20.301Z |
1,997 100% 2.56kB/s 0:00:00
1,997 100% 2.56kB/s 0:00:00 (xfr#114, to-chk=111/254) |
4216 | 2024-03-20T19:39:20.301Z | smf/nexus/single-sled/ |
4217 | 2024-03-20T19:39:20.301Z | smf/nexus/single-sled/config-partial.toml |
4218 | 2024-03-20T19:39:20.301Z |
1,993 100% 2.56kB/s 0:00:00
1,993 100% 2.56kB/s 0:00:00 (xfr#115, to-chk=110/254) |
4219 | 2024-03-20T19:39:20.301Z | smf/ntp/ |
4220 | 2024-03-20T19:39:20.301Z | smf/ntp/etc/ |
4221 | 2024-03-20T19:39:20.301Z | smf/ntp/etc/inet/ |
4222 | 2024-03-20T19:39:20.301Z | smf/ntp/etc/inet/chrony.conf.boundary |
4223 | 2024-03-20T19:39:20.301Z |
881 100% 1.13kB/s 0:00:00
881 100% 1.13kB/s 0:00:00 (xfr#116, to-chk=104/254) |
4224 | 2024-03-20T19:39:20.301Z | smf/ntp/etc/inet/chrony.conf.internal |
4225 | 2024-03-20T19:39:20.301Z |
1,108 100% 1.42kB/s 0:00:00
1,108 100% 1.42kB/s 0:00:00 (xfr#117, to-chk=103/254) |
4226 | 2024-03-20T19:39:20.302Z | smf/ntp/etc/logadm.d/ |
4227 | 2024-03-20T19:39:20.302Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
4228 | 2024-03-20T19:39:20.302Z |
135 100% 0.17kB/s 0:00:00
135 100% 0.17kB/s 0:00:00 (xfr#118, to-chk=102/254) |
4229 | 2024-03-20T19:39:20.302Z | smf/ntp/manifest/ |
4230 | 2024-03-20T19:39:20.302Z | smf/ntp/manifest/manifest.xml |
4231 | 2024-03-20T19:39:20.302Z |
3,336 100% 4.28kB/s 0:00:00
3,336 100% 4.28kB/s 0:00:00 (xfr#119, to-chk=101/254) |
4232 | 2024-03-20T19:39:20.302Z | smf/ntp/method/ |
4233 | 2024-03-20T19:39:20.302Z | smf/ntp/method/svc-site-ntp |
4234 | 2024-03-20T19:39:20.302Z |
3,211 100% 4.12kB/s 0:00:00
3,211 100% 4.12kB/s 0:00:00 (xfr#120, to-chk=100/254) |
4235 | 2024-03-20T19:39:20.302Z | smf/opte-interface-setup/ |
4236 | 2024-03-20T19:39:20.302Z | smf/opte-interface-setup/manifest.xml |
4237 | 2024-03-20T19:39:20.302Z |
1,638 100% 2.10kB/s 0:00:00
1,638 100% 2.10kB/s 0:00:00 (xfr#121, to-chk=99/254) |
4238 | 2024-03-20T19:39:20.302Z | smf/oximeter/ |
4239 | 2024-03-20T19:39:20.302Z | smf/oximeter/config.toml |
4240 | 2024-03-20T19:39:20.302Z |
205 100% 0.26kB/s 0:00:00
205 100% 0.26kB/s 0:00:00 (xfr#122, to-chk=98/254) |
4241 | 2024-03-20T19:39:20.302Z | smf/oximeter/manifest.xml |
4242 | 2024-03-20T19:39:20.302Z |
1,770 100% 2.27kB/s 0:00:00
1,770 100% 2.27kB/s 0:00:00 (xfr#123, to-chk=97/254) |
4243 | 2024-03-20T19:39:20.302Z | smf/profile/ |
4244 | 2024-03-20T19:39:20.302Z | smf/profile/bashrc |
4245 | 2024-03-20T19:39:20.302Z |
925 100% 1.19kB/s 0:00:00
925 100% 1.19kB/s 0:00:00 (xfr#124, to-chk=96/254) |
4246 | 2024-03-20T19:39:20.302Z | smf/profile/profile |
4247 | 2024-03-20T19:39:20.302Z |
535 100% 0.69kB/s 0:00:00
535 100% 0.69kB/s 0:00:00 (xfr#125, to-chk=95/254) |
4248 | 2024-03-20T19:39:20.302Z | smf/sled-agent/ |
4249 | 2024-03-20T19:39:20.302Z | smf/sled-agent/manifest.xml |
4250 | 2024-03-20T19:39:20.302Z |
2,373 100% 3.05kB/s 0:00:00
2,373 100% 3.05kB/s 0:00:00 (xfr#126, to-chk=94/254) |
4251 | 2024-03-20T19:39:20.303Z | smf/sled-agent/gimlet-standalone/ |
4252 | 2024-03-20T19:39:20.303Z | smf/sled-agent/gimlet-standalone/README.md |
4253 | 2024-03-20T19:39:20.303Z |
114 100% 0.15kB/s 0:00:00
114 100% 0.15kB/s 0:00:00 (xfr#127, to-chk=90/254) |
4254 | 2024-03-20T19:39:20.303Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
4255 | 2024-03-20T19:39:20.303Z |
6,611 100% 8.48kB/s 0:00:00
6,611 100% 8.48kB/s 0:00:00 (xfr#128, to-chk=89/254) |
4256 | 2024-03-20T19:39:20.303Z | smf/sled-agent/gimlet-standalone/config.toml |
4257 | 2024-03-20T19:39:20.303Z |
1,800 100% 2.31kB/s 0:00:00
1,800 100% 2.31kB/s 0:00:00 (xfr#129, to-chk=88/254) |
4258 | 2024-03-20T19:39:20.303Z | smf/sled-agent/gimlet/ |
4259 | 2024-03-20T19:39:20.303Z | smf/sled-agent/gimlet/README.md |
4260 | 2024-03-20T19:39:20.303Z |
54 100% 0.07kB/s 0:00:00
54 100% 0.07kB/s 0:00:00 (xfr#130, to-chk=87/254) |
4261 | 2024-03-20T19:39:20.303Z | smf/sled-agent/gimlet/config.toml |
4262 | 2024-03-20T19:39:20.303Z |
1,657 100% 2.12kB/s 0:00:00
1,657 100% 2.12kB/s 0:00:00 (xfr#131, to-chk=86/254) |
4263 | 2024-03-20T19:39:20.303Z | smf/sled-agent/non-gimlet/ |
4264 | 2024-03-20T19:39:20.303Z | smf/sled-agent/non-gimlet/README.md |
4265 | 2024-03-20T19:39:20.303Z |
105 100% 0.13kB/s 0:00:00
105 100% 0.13kB/s 0:00:00 (xfr#132, to-chk=85/254) |
4266 | 2024-03-20T19:39:20.303Z | smf/sled-agent/non-gimlet/config.toml |
4267 | 2024-03-20T19:39:20.303Z |
2,820 100% 3.61kB/s 0:00:00
2,820 100% 3.61kB/s 0:00:00 (xfr#133, to-chk=84/254) |
4268 | 2024-03-20T19:39:20.303Z | smf/sp-sim/ |
4269 | 2024-03-20T19:39:20.303Z | smf/sp-sim/config.toml |
4270 | 2024-03-20T19:39:20.303Z |
2,604 100% 3.34kB/s 0:00:00
2,604 100% 3.34kB/s 0:00:00 (xfr#134, to-chk=83/254) |
4271 | 2024-03-20T19:39:20.303Z | smf/sp-sim/manifest.xml |
4272 | 2024-03-20T19:39:20.303Z |
1,271 100% 1.63kB/s 0:00:00
1,271 100% 1.63kB/s 0:00:00 (xfr#135, to-chk=82/254) |
4273 | 2024-03-20T19:39:20.303Z | smf/switch_zone_setup/ |
4274 | 2024-03-20T19:39:20.303Z | smf/switch_zone_setup/manifest.xml |
4275 | 2024-03-20T19:39:20.304Z |
1,061 100% 1.36kB/s 0:00:00
1,061 100% 1.36kB/s 0:00:00 (xfr#136, to-chk=81/254) |
4276 | 2024-03-20T19:39:20.304Z | smf/switch_zone_setup/support_authorized_keys |
4277 | 2024-03-20T19:39:20.304Z |
1,284 100% 1.65kB/s 0:00:00
1,284 100% 1.65kB/s 0:00:00 (xfr#137, to-chk=80/254) |
4278 | 2024-03-20T19:39:20.304Z | smf/switch_zone_setup/switch_zone_setup |
4279 | 2024-03-20T19:39:20.304Z |
1,041 100% 1.33kB/s 0:00:00
1,041 100% 1.33kB/s 0:00:00 (xfr#138, to-chk=79/254) |
4280 | 2024-03-20T19:39:20.332Z | smf/wicketd/ |
4281 | 2024-03-20T19:39:20.332Z | smf/wicketd/config.toml |
4282 | 2024-03-20T19:39:20.332Z |
104 100% 0.13kB/s 0:00:00
104 100% 0.13kB/s 0:00:00 (xfr#139, to-chk=78/254) |
4283 | 2024-03-20T19:39:20.332Z | smf/wicketd/manifest.xml |
4284 | 2024-03-20T19:39:20.332Z |
2,954 100% 3.79kB/s 0:00:00
2,954 100% 3.79kB/s 0:00:00 (xfr#140, to-chk=77/254) |
4285 | 2024-03-20T19:39:20.332Z | smf/zone-network-setup/ |
4286 | 2024-03-20T19:39:20.332Z | smf/zone-network-setup/manifest.xml |
4287 | 2024-03-20T19:39:20.333Z |
1,614 100% 2.07kB/s 0:00:00
1,614 100% 2.07kB/s 0:00:00 (xfr#141, to-chk=76/254) |
4288 | 2024-03-20T19:39:20.333Z | tools/ |
4289 | 2024-03-20T19:39:20.333Z | tools/README.adoc |
4290 | 2024-03-20T19:39:20.333Z |
3,558 100% 4.56kB/s 0:00:00
3,558 100% 4.56kB/s 0:00:00 (xfr#142, to-chk=75/254) |
4291 | 2024-03-20T19:39:20.333Z | tools/build-global-zone-packages.sh |
4292 | 2024-03-20T19:39:20.333Z |
2,388 100% 3.06kB/s 0:00:00
2,388 100% 3.06kB/s 0:00:00 (xfr#143, to-chk=74/254) |
4293 | 2024-03-20T19:39:20.333Z | tools/build-host-image.sh |
4294 | 2024-03-20T19:39:20.333Z |
2,971 100% 3.81kB/s 0:00:00
2,971 100% 3.81kB/s 0:00:00 (xfr#144, to-chk=73/254) |
4295 | 2024-03-20T19:39:20.333Z | tools/build-trampoline-global-zone-packages.sh |
4296 | 2024-03-20T19:39:20.333Z |
1,878 100% 2.41kB/s 0:00:00
1,878 100% 2.41kB/s 0:00:00 (xfr#145, to-chk=72/254) |
4297 | 2024-03-20T19:39:20.333Z | tools/ci_check_opte_ver.sh |
4298 | 2024-03-20T19:39:20.333Z |
2,770 100% 3.55kB/s 0:00:00
2,770 100% 3.55kB/s 0:00:00 (xfr#146, to-chk=71/254) |
4299 | 2024-03-20T19:39:20.333Z | tools/ci_download_clickhouse |
4300 | 2024-03-20T19:39:20.333Z |
3,631 100% 4.65kB/s 0:00:00
3,631 100% 4.65kB/s 0:00:00 (xfr#147, to-chk=70/254) |
4301 | 2024-03-20T19:39:20.333Z | tools/ci_download_cockroachdb |
4302 | 2024-03-20T19:39:20.333Z |
4,292 100% 5.49kB/s 0:00:00
4,292 100% 5.49kB/s 0:00:00 (xfr#148, to-chk=69/254) |
4303 | 2024-03-20T19:39:20.334Z | tools/ci_download_console |
4304 | 2024-03-20T19:39:20.334Z |
1,991 100% 2.55kB/s 0:00:00
1,991 100% 2.55kB/s 0:00:00 (xfr#149, to-chk=68/254) |
4305 | 2024-03-20T19:39:20.334Z | tools/ci_download_dendrite_openapi |
4306 | 2024-03-20T19:39:20.334Z |
1,719 100% 2.20kB/s 0:00:00
1,719 100% 2.20kB/s 0:00:00 (xfr#150, to-chk=67/254) |
4307 | 2024-03-20T19:39:20.334Z | tools/ci_download_dendrite_stub |
4308 | 2024-03-20T19:39:20.334Z |
4,229 100% 5.41kB/s 0:00:00
4,229 100% 5.41kB/s 0:00:00 (xfr#151, to-chk=66/254) |
4309 | 2024-03-20T19:39:20.334Z | tools/ci_download_maghemite_mgd |
4310 | 2024-03-20T19:39:20.334Z |
3,650 100% 4.67kB/s 0:00:00
3,650 100% 4.67kB/s 0:00:00 (xfr#152, to-chk=65/254) |
4311 | 2024-03-20T19:39:20.334Z | tools/ci_download_maghemite_openapi |
4312 | 2024-03-20T19:39:20.334Z |
1,989 100% 2.55kB/s 0:00:00
1,989 100% 2.55kB/s 0:00:00 (xfr#153, to-chk=64/254) |
4313 | 2024-03-20T19:39:20.334Z | tools/ci_download_softnpu_machinery |
4314 | 2024-03-20T19:39:20.334Z |
668 100% 0.85kB/s 0:00:00
668 100% 0.85kB/s 0:00:00 (xfr#154, to-chk=63/254) |
4315 | 2024-03-20T19:39:20.334Z | tools/ci_download_thundermuffin |
4316 | 2024-03-20T19:39:20.334Z |
3,237 100% 4.14kB/s 0:00:00
3,237 100% 4.14kB/s 0:00:00 (xfr#155, to-chk=62/254) |
4317 | 2024-03-20T19:39:20.334Z | tools/ci_download_transceiver_control |
4318 | 2024-03-20T19:39:20.335Z |
3,415 100% 4.37kB/s 0:00:00
3,415 100% 4.37kB/s 0:00:00 (xfr#156, to-chk=61/254) |
4319 | 2024-03-20T19:39:20.335Z | tools/clickhouse_checksums |
4320 | 2024-03-20T19:39:20.335Z |
153 100% 0.20kB/s 0:00:00
153 100% 0.20kB/s 0:00:00 (xfr#157, to-chk=60/254) |
4321 | 2024-03-20T19:39:20.335Z | tools/clickhouse_version |
4322 | 2024-03-20T19:39:20.335Z |
11 100% 0.01kB/s 0:00:00
11 100% 0.01kB/s 0:00:00 (xfr#158, to-chk=59/254) |
4323 | 2024-03-20T19:39:20.335Z | tools/cockroachdb_checksums |
4324 | 2024-03-20T19:39:20.335Z |
258 100% 0.33kB/s 0:00:00
258 100% 0.33kB/s 0:00:00 (xfr#159, to-chk=58/254) |
4325 | 2024-03-20T19:39:20.335Z | tools/cockroachdb_version |
4326 | 2024-03-20T19:39:20.335Z |
8 100% 0.01kB/s 0:00:00
8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254) |
4327 | 2024-03-20T19:39:20.335Z | tools/console_version |
4328 | 2024-03-20T19:39:20.335Z |
122 100% 0.16kB/s 0:00:00
122 100% 0.16kB/s 0:00:00 (xfr#161, to-chk=56/254) |
4329 | 2024-03-20T19:39:20.335Z | tools/create_gimlet_virtual_hardware.sh |
4330 | 2024-03-20T19:39:20.335Z |
935 100% 1.20kB/s 0:00:00
935 100% 1.20kB/s 0:00:00 (xfr#162, to-chk=55/254) |
4331 | 2024-03-20T19:39:20.335Z | tools/create_scrimlet_virtual_hardware.sh |
4332 | 2024-03-20T19:39:20.335Z |
2,013 100% 2.58kB/s 0:00:00
2,013 100% 2.58kB/s 0:00:00 (xfr#163, to-chk=54/254) |
4333 | 2024-03-20T19:39:20.335Z | tools/create_self_signed_cert.sh |
4334 | 2024-03-20T19:39:20.335Z |
685 100% 0.88kB/s 0:00:00
685 100% 0.88kB/s 0:00:00 (xfr#164, to-chk=53/254) |
4335 | 2024-03-20T19:39:20.335Z | tools/create_virtual_hardware.sh |
4336 | 2024-03-20T19:39:20.335Z |
3,183 100% 4.07kB/s 0:00:00
3,183 100% 4.07kB/s 0:00:00 (xfr#165, to-chk=52/254) |
4337 | 2024-03-20T19:39:20.335Z | tools/delete-reservoir.sh |
4338 | 2024-03-20T19:39:20.335Z |
136 100% 0.17kB/s 0:00:00
136 100% 0.17kB/s 0:00:00 (xfr#166, to-chk=51/254) |
4339 | 2024-03-20T19:39:20.335Z | tools/dendrite_openapi_version |
4340 | 2024-03-20T19:39:20.335Z |
122 100% 0.16kB/s 0:00:00
122 100% 0.16kB/s 0:00:00 (xfr#167, to-chk=50/254) |
4341 | 2024-03-20T19:39:20.335Z | tools/dendrite_stub_checksums |
4342 | 2024-03-20T19:39:20.336Z |
267 100% 0.34kB/s 0:00:00
267 100% 0.34kB/s 0:00:00 (xfr#168, to-chk=49/254) |
4343 | 2024-03-20T19:39:20.336Z | tools/destroy_gimlet_virtual_hardware.sh |
4344 | 2024-03-20T19:39:20.336Z |
888 100% 1.14kB/s 0:00:00
888 100% 1.14kB/s 0:00:00 (xfr#169, to-chk=48/254) |
4345 | 2024-03-20T19:39:20.336Z | tools/destroy_scrimlet_virtual_hardware.sh |
4346 | 2024-03-20T19:39:20.336Z |
1,147 100% 1.47kB/s 0:00:00
1,147 100% 1.47kB/s 0:00:00 (xfr#170, to-chk=47/254) |
4347 | 2024-03-20T19:39:20.336Z | tools/destroy_virtual_hardware.sh |
4348 | 2024-03-20T19:39:20.336Z |
2,227 100% 2.85kB/s 0:00:00
2,227 100% 2.85kB/s 0:00:00 (xfr#171, to-chk=46/254) |
4349 | 2024-03-20T19:39:20.336Z | tools/dvt_dock_version |
4350 | 2024-03-20T19:39:20.336Z |
48 100% 0.06kB/s 0:00:00
48 100% 0.06kB/s 0:00:00 (xfr#172, to-chk=45/254) |
4351 | 2024-03-20T19:39:20.336Z | tools/ensure_buildomat_artifact.sh |
4352 | 2024-03-20T19:39:20.336Z |
3,759 100% 4.80kB/s 0:00:00
3,759 100% 4.80kB/s 0:00:00 (xfr#173, to-chk=44/254) |
4353 | 2024-03-20T19:39:20.336Z | tools/generate-nexus-api.sh |
4354 | 2024-03-20T19:39:20.336Z |
174 100% 0.22kB/s 0:00:00
174 100% 0.22kB/s 0:00:00 (xfr#174, to-chk=43/254) |
4355 | 2024-03-20T19:39:20.336Z | tools/generate-sled-agent-api.sh |
4356 | 2024-03-20T19:39:20.336Z |
161 100% 0.21kB/s 0:00:00
161 100% 0.21kB/s 0:00:00 (xfr#175, to-chk=42/254) |
4357 | 2024-03-20T19:39:20.336Z | tools/generate-wicketd-api.sh |
4358 | 2024-03-20T19:39:20.336Z |
75 100% 0.10kB/s 0:00:00
75 100% 0.10kB/s 0:00:00 (xfr#176, to-chk=41/254) |
4359 | 2024-03-20T19:39:20.336Z | tools/hubris_checksums |
4360 | 2024-03-20T19:39:20.336Z |
852 100% 1.09kB/s 0:00:00
852 100% 1.09kB/s 0:00:00 (xfr#177, to-chk=40/254) |
4361 | 2024-03-20T19:39:20.336Z | tools/hubris_version |
4362 | 2024-03-20T19:39:20.336Z |
50 100% 0.06kB/s 0:00:00
50 100% 0.06kB/s 0:00:00 (xfr#178, to-chk=39/254) |
4363 | 2024-03-20T19:39:20.336Z | tools/install_builder_prerequisites.sh |
4364 | 2024-03-20T19:39:20.336Z |
7,537 100% 9.63kB/s 0:00:00
7,537 100% 9.63kB/s 0:00:00 (xfr#179, to-chk=38/254) |
4365 | 2024-03-20T19:39:20.336Z | tools/install_opte.sh |
4366 | 2024-03-20T19:39:20.337Z |
3,755 100% 4.80kB/s 0:00:00
3,755 100% 4.80kB/s 0:00:00 (xfr#180, to-chk=37/254) |
4367 | 2024-03-20T19:39:20.337Z | tools/install_prerequisites.sh |
4368 | 2024-03-20T19:39:20.337Z |
255 100% 0.33kB/s 0:00:00
255 100% 0.33kB/s 0:00:00 (xfr#181, to-chk=36/254) |
4369 | 2024-03-20T19:39:20.337Z | tools/install_runner_prerequisites.sh |
4370 | 2024-03-20T19:39:20.337Z |
4,154 100% 5.31kB/s 0:00:00
4,154 100% 5.31kB/s 0:00:00 (xfr#182, to-chk=35/254) |
4371 | 2024-03-20T19:39:20.337Z | tools/maghemite_ddm_openapi_version |
4372 | 2024-03-20T19:39:20.337Z |
122 100% 0.16kB/s 0:00:00
122 100% 0.16kB/s 0:00:00 (xfr#183, to-chk=34/254) |
4373 | 2024-03-20T19:39:20.337Z | tools/maghemite_mg_openapi_version |
4374 | 2024-03-20T19:39:20.337Z |
122 100% 0.16kB/s 0:00:00
122 100% 0.16kB/s 0:00:00 (xfr#184, to-chk=33/254) |
4375 | 2024-03-20T19:39:20.337Z | tools/maghemite_mgd_checksums |
4376 | 2024-03-20T19:39:20.337Z |
162 100% 0.21kB/s 0:00:00
162 100% 0.21kB/s 0:00:00 (xfr#185, to-chk=32/254) |
4377 | 2024-03-20T19:39:20.337Z | tools/opte_version |
4378 | 2024-03-20T19:39:20.337Z |
9 100% 0.01kB/s 0:00:00
9 100% 0.01kB/s 0:00:00 (xfr#186, to-chk=31/254) |
4379 | 2024-03-20T19:39:20.337Z | tools/opte_version_override |
4380 | 2024-03-20T19:39:20.365Z |
142 100% 0.18kB/s 0:00:00
142 100% 0.18kB/s 0:00:00 (xfr#187, to-chk=30/254) |
4381 | 2024-03-20T19:39:20.366Z | tools/renovate-post-upgrade.sh |
4382 | 2024-03-20T19:39:20.366Z |
1,705 100% 2.18kB/s 0:00:00
1,705 100% 2.18kB/s 0:00:00 (xfr#188, to-chk=29/254) |
4383 | 2024-03-20T19:39:20.366Z | tools/thundermuffin_checksums |
4384 | 2024-03-20T19:39:20.366Z |
79 100% 0.10kB/s 0:00:00
79 100% 0.10kB/s 0:00:00 (xfr#189, to-chk=28/254) |
4385 | 2024-03-20T19:39:20.366Z | tools/thundermuffin_version |
4386 | 2024-03-20T19:39:20.366Z |
50 100% 0.06kB/s 0:00:00
50 100% 0.06kB/s 0:00:00 (xfr#190, to-chk=27/254) |
4387 | 2024-03-20T19:39:20.366Z | tools/transceiver_control_version |
4388 | 2024-03-20T19:39:20.366Z |
137 100% 0.17kB/s 0:00:00
137 100% 0.17kB/s 0:00:00 (xfr#191, to-chk=26/254) |
4389 | 2024-03-20T19:39:20.366Z | tools/uninstall_opte.sh |
4390 | 2024-03-20T19:39:20.366Z |
6,514 100% 8.32kB/s 0:00:00
6,514 100% 8.32kB/s 0:00:00 (xfr#192, to-chk=25/254) |
4391 | 2024-03-20T19:39:20.366Z | tools/update_crucible.sh |
4392 | 2024-03-20T19:39:20.366Z |
1,093 100% 1.40kB/s 0:00:00
1,093 100% 1.40kB/s 0:00:00 (xfr#193, to-chk=24/254) |
4393 | 2024-03-20T19:39:20.366Z | tools/update_dendrite.sh |
4394 | 2024-03-20T19:39:20.366Z |
2,333 100% 2.98kB/s 0:00:00
2,333 100% 2.98kB/s 0:00:00 (xfr#194, to-chk=23/254) |
4395 | 2024-03-20T19:39:20.366Z | tools/update_helpers.sh |
4396 | 2024-03-20T19:39:20.366Z |
3,831 100% 4.89kB/s 0:00:00
3,831 100% 4.89kB/s 0:00:00 (xfr#195, to-chk=22/254) |
4397 | 2024-03-20T19:39:20.366Z | tools/update_lldp.sh |
4398 | 2024-03-20T19:39:20.366Z |
1,000 100% 1.28kB/s 0:00:00
1,000 100% 1.28kB/s 0:00:00 (xfr#196, to-chk=21/254) |
4399 | 2024-03-20T19:39:20.366Z | tools/update_maghemite.sh |
4400 | 2024-03-20T19:39:20.367Z |
939 100% 1.20kB/s 0:00:00
939 100% 1.20kB/s 0:00:00 (xfr#197, to-chk=20/254) |
4401 | 2024-03-20T19:39:20.367Z | tools/update_propolis.sh |
4402 | 2024-03-20T19:39:20.367Z |
1,050 100% 1.34kB/s 0:00:00
1,050 100% 1.34kB/s 0:00:00 (xfr#198, to-chk=19/254) |
4403 | 2024-03-20T19:39:20.367Z | tools/update_transceiver_control.sh |
4404 | 2024-03-20T19:39:20.367Z |
1,374 100% 1.75kB/s 0:00:00
1,374 100% 1.75kB/s 0:00:00 (xfr#199, to-chk=18/254) |
4405 | 2024-03-20T19:39:20.367Z | tools/virtual_hardware.sh |
4406 | 2024-03-20T19:39:20.367Z |
3,185 100% 4.07kB/s 0:00:00
3,185 100% 4.07kB/s 0:00:00 (xfr#200, to-chk=17/254) |
4407 | 2024-03-20T19:39:20.367Z | tools/dtrace/ |
4408 | 2024-03-20T19:39:20.367Z | tools/dtrace/aggregate-query-latency.d |
4409 | 2024-03-20T19:39:20.367Z |
780 100% 1.00kB/s 0:00:00
780 100% 1.00kB/s 0:00:00 (xfr#201, to-chk=11/254) |
4410 | 2024-03-20T19:39:20.367Z | tools/dtrace/slowest-queries.d |
4411 | 2024-03-20T19:39:20.367Z |
1,077 100% 1.37kB/s 0:00:00
1,077 100% 1.37kB/s 0:00:00 (xfr#202, to-chk=10/254) |
4412 | 2024-03-20T19:39:20.367Z | tools/dtrace/trace-db-queries.d |
4413 | 2024-03-20T19:39:20.367Z |
811 100% 1.04kB/s 0:00:00
811 100% 1.04kB/s 0:00:00 (xfr#203, to-chk=9/254) |
4414 | 2024-03-20T19:39:20.367Z | tools/include/ |
4415 | 2024-03-20T19:39:20.367Z | tools/include/force-git-over-https.sh |
4416 | 2024-03-20T19:39:20.367Z |
940 100% 1.20kB/s 0:00:00
940 100% 1.20kB/s 0:00:00 (xfr#204, to-chk=8/254) |
4417 | 2024-03-20T19:39:20.367Z | tools/populate/ |
4418 | 2024-03-20T19:39:20.367Z | tools/populate/populate-alpine.sh |
4419 | 2024-03-20T19:39:20.367Z |
788 100% 1.01kB/s 0:00:00
788 100% 1.01kB/s 0:00:00 (xfr#205, to-chk=7/254) |
4420 | 2024-03-20T19:39:20.367Z | tools/populate/populate-images.sh |
4421 | 2024-03-20T19:39:20.367Z |
2,571 100% 3.28kB/s 0:00:00
2,571 100% 3.28kB/s 0:00:00 (xfr#206, to-chk=6/254) |
4422 | 2024-03-20T19:39:20.367Z | tools/reflector/ |
4423 | 2024-03-20T19:39:20.368Z | tools/reflector/helpers.sh |
4424 | 2024-03-20T19:39:20.368Z |
4,652 100% 5.93kB/s 0:00:00
4,652 100% 5.93kB/s 0:00:00 (xfr#207, to-chk=5/254) |
4425 | 2024-03-20T19:39:20.368Z | tools/scrimlet/ |
4426 | 2024-03-20T19:39:20.368Z | tools/scrimlet/create-softnpu-zone.sh |
4427 | 2024-03-20T19:39:20.368Z |
627 100% 0.80kB/s 0:00:00
627 100% 0.80kB/s 0:00:00 (xfr#208, to-chk=4/254) |
4428 | 2024-03-20T19:39:20.368Z | tools/scrimlet/destroy-softnpu-zone.sh |
4429 | 2024-03-20T19:39:20.368Z |
203 100% 0.26kB/s 0:00:00
203 100% 0.26kB/s 0:00:00 (xfr#209, to-chk=3/254) |
4430 | 2024-03-20T19:39:20.368Z | tools/scrimlet/softnpu-init.sh |
4431 | 2024-03-20T19:39:20.368Z |
2,157 100% 2.75kB/s 0:00:00
2,157 100% 2.75kB/s 0:00:00 (xfr#210, to-chk=2/254) |
4432 | 2024-03-20T19:39:20.368Z | tools/scrimlet/softnpu-zone.txt |
4433 | 2024-03-20T19:39:20.368Z |
330 100% 0.42kB/s 0:00:00
330 100% 0.42kB/s 0:00:00 (xfr#211, to-chk=1/254) |
4434 | 2024-03-20T19:39:20.368Z | tools/scrimlet/softnpu.toml |
4435 | 2024-03-20T19:39:20.368Z |
171 100% 0.22kB/s 0:00:00
171 100% 0.22kB/s 0:00:00 (xfr#212, to-chk=0/254) |
4436 | 2024-03-20T19:39:20.368Z | + banner G3 |
4437 | 2024-03-20T19:39:20.368Z | ##### ##### |
4438 | 2024-03-20T19:39:20.368Z | # # # # |
4439 | 2024-03-20T19:39:20.368Z | # # |
4440 | 2024-03-20T19:39:20.368Z | # #### ##### |
4441 | 2024-03-20T19:39:20.368Z | # # # |
4442 | 2024-03-20T19:39:20.368Z | # # # # |
4443 | 2024-03-20T19:39:20.368Z | ##### ##### |
4444 | 2024-03-20T19:39:20.368Z | |
4445 | 2024-03-20T19:39:20.368Z | + . config/build-g3.sh |
4446 | 2024-03-20T19:39:20.368Z | ++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml |
4447 | 2024-03-20T19:39:20.368Z | ++ cp config/g3-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
4448 | 2024-03-20T19:39:20.369Z | ++ cp config/mgs-sim-switch1.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml |
4449 | 2024-03-20T19:39:20.369Z | ++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml |
4450 | 2024-03-20T19:39:20.369Z | ++ cp -r cargo-bay/tools cargo-bay/g3/ |
4451 | 2024-03-20T19:39:20.369Z | ++ cd /work/oxidecomputer/omicron |
4452 | 2024-03-20T19:39:20.369Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
4453 | 2024-03-20T19:39:21.587Z | Finished release [optimized] target(s) in 1.16s |
4454 | 2024-03-20T19:39:21.614Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
4455 | 2024-03-20T19:39:21.655Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
4456 | 2024-03-20T19:39:21.687Z | Created new build target 'default' and set it as active |
4457 | 2024-03-20T19:39:21.687Z | ++ cargo run --release --bin omicron-package -- package |
4458 | 2024-03-20T19:39:22.716Z | Finished release [optimized] target(s) in 0.97s |
4459 | 2024-03-20T19:39:23.205Z | Running `target/release/omicron-package package` |
4460 | 2024-03-20T19:39:23.205Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
4461 | 2024-03-20T19:39:23.929Z | Finished release [optimized] target(s) in 1.05s |
4462 | 2024-03-20T19:39:34.071Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
4463 | 2024-03-20T19:39:34.071Z | ++ rm -rf cargo-bay/g3/omicron |
4464 | 2024-03-20T19:39:34.097Z | ++ mkdir -p cargo-bay/g3/omicron |
4465 | 2024-03-20T19:39:34.098Z | ++ 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/ |
4466 | 2024-03-20T19:39:34.098Z | sending incremental file list |
4467 | 2024-03-20T19:39:34.098Z | omicron-package |
4468 | 2024-03-20T19:39:34.354Z |
32,768 0% 0.00kB/s 0:00:00
40,142,240 100% 148.26MB/s 0:00:00 (xfr#1, to-chk=253/254) |
4469 | 2024-03-20T19:39:34.354Z | package-manifest.toml |
4470 | 2024-03-20T19:39:34.354Z |
26,511 100% 100.35kB/s 0:00:00
26,511 100% 100.35kB/s 0:00:00 (xfr#2, to-chk=252/254) |
4471 | 2024-03-20T19:39:34.354Z | out/ |
4472 | 2024-03-20T19:39:34.354Z | out/LOG |
4473 | 2024-03-20T19:39:34.391Z |
32,768 69% 124.03kB/s 0:00:00
47,200 100% 177.97kB/s 0:00:00 (xfr#3, to-chk=248/254) |
4474 | 2024-03-20T19:39:34.391Z | out/clickhouse.tar.gz |
4475 | 2024-03-20T19:39:35.139Z |
32,768 0% 123.55kB/s 0:31:10
217,612,288 94% 207.53MB/s 0:00:00
231,166,319 100% 211.17MB/s 0:00:01 (xfr#4, to-chk=247/254) |
4476 | 2024-03-20T19:39:35.139Z | out/clickhouse_keeper.tar.gz |
4477 | 2024-03-20T19:39:36.068Z |
32,768 0% 711.11kB/s 0:05:24
231,141,527 100% 226.55MB/s 0:00:00 (xfr#5, to-chk=246/254) |
4478 | 2024-03-20T19:39:36.068Z | out/cockroachdb.tar.gz |
4479 | 2024-03-20T19:39:36.539Z |
32,768 0% 32.89kB/s 1:04:10
5,767,168 4% 5.50MB/s 0:00:21
126,657,859 100% 83.59MB/s 0:00:01 (xfr#6, to-chk=245/254) |
4480 | 2024-03-20T19:39:36.539Z | out/crucible-pantry-zone.tar.gz |
4481 | 2024-03-20T19:39:36.622Z |
32,768 0% 71.75kB/s 0:05:51
25,287,268 100% 45.67MB/s 0:00:00 (xfr#7, to-chk=244/254) |
4482 | 2024-03-20T19:39:36.622Z | out/crucible-zone.tar.gz |
4483 | 2024-03-20T19:39:36.738Z |
32,768 0% 60.61kB/s 0:10:09
36,986,001 100% 54.77MB/s 0:00:00 (xfr#8, to-chk=243/254) |
4484 | 2024-03-20T19:39:36.738Z | out/external-dns.tar.gz |
4485 | 2024-03-20T19:39:36.843Z |
32,768 0% 49.69kB/s 0:10:23
31,006,746 100% 39.48MB/s 0:00:00 (xfr#9, to-chk=242/254) |
4486 | 2024-03-20T19:39:36.843Z | out/internal-dns.tar.gz |
4487 | 2024-03-20T19:39:36.936Z |
32,768 0% 42.67kB/s 0:12:05
31,006,529 100% 35.12MB/s 0:00:00 (xfr#10, to-chk=241/254) |
4488 | 2024-03-20T19:39:36.936Z | out/mg-ddm-gz.tar |
4489 | 2024-03-20T19:39:37.321Z |
32,768 0% 38.00kB/s 0:23:11
19,791,872 37% 18.88MB/s 0:00:01
52,915,712 100% 41.23MB/s 0:00:01 (xfr#11, to-chk=240/254) |
4490 | 2024-03-20T19:39:37.321Z | out/nexus.tar.gz |
4491 | 2024-03-20T19:39:37.610Z |
32,768 0% 142.22kB/s 0:10:45
91,784,554 100% 169.64MB/s 0:00:00 (xfr#12, to-chk=239/254) |
4492 | 2024-03-20T19:39:37.610Z | out/ntp.tar.gz |
4493 | 2024-03-20T19:39:37.647Z |
32,768 0% 61.90kB/s 0:02:47
10,426,603 100% 18.11MB/s 0:00:00 (xfr#13, to-chk=238/254) |
4494 | 2024-03-20T19:39:37.648Z | out/omicron-gateway-softnpu.tar.gz |
4495 | 2024-03-20T19:39:37.703Z |
32,768 0% 58.29kB/s 0:04:42
16,517,195 100% 26.65MB/s 0:00:00 (xfr#14, to-chk=237/254) |
4496 | 2024-03-20T19:39:37.703Z | out/omicron-gateway.tar.gz |
4497 | 2024-03-20T19:39:37.736Z |
32,768 0% 54.15kB/s 0:05:04
16,513,715 100% 24.49MB/s 0:00:00 (xfr#15, to-chk=236/254) |
4498 | 2024-03-20T19:39:37.736Z | out/omicron-sled-agent.tar |
4499 | 2024-03-20T19:39:43.953Z |
32,768 0% 49.77kB/s 0:39:23
42,729,472 36% 40.75MB/s 0:00:01
117,681,152 100% 70.32MB/s 0:00:01 (xfr#16, to-chk=235/254) |
4500 | 2024-03-20T19:39:43.953Z | out/overlay.tar.gz |
4501 | 2024-03-20T19:39:43.953Z |
2,621 100% 4.29kB/s 0:00:00
2,621 100% 4.29kB/s 0:00:00 (xfr#17, to-chk=234/254) |
4502 | 2024-03-20T19:39:43.953Z | out/oximeter.tar.gz |
4503 | 2024-03-20T19:39:43.999Z |
32,768 0% 53.69kB/s 0:14:54
48,041,861 100% 55.60MB/s 0:00:00 (xfr#18, to-chk=233/254) |
4504 | 2024-03-20T19:39:43.999Z | out/oxlog.tar |
4505 | 2024-03-20T19:39:43.999Z |
32,768 0% 38.83kB/s 0:02:39
6,244,352 100% 6.81MB/s 0:00:00 (xfr#19, to-chk=232/254) |
4506 | 2024-03-20T19:39:43.999Z | out/probe.tar.gz |
4507 | 2024-03-20T19:39:44.000Z |
32,768 1% 36.57kB/s 0:01:16
2,829,470 100% 3.04MB/s 0:00:00 (xfr#20, to-chk=231/254) |
4508 | 2024-03-20T19:39:44.001Z | out/propolis-server.tar.gz |
4509 | 2024-03-20T19:39:44.079Z |
32,768 0% 36.04kB/s 0:30:40
25,296,896 38% 24.12MB/s 0:00:01
66,360,059 100% 53.91MB/s 0:00:01 (xfr#21, to-chk=230/254) |
4510 | 2024-03-20T19:39:44.079Z | out/switch-softnpu.tar.gz |
4511 | 2024-03-20T19:39:44.079Z |
32,768 0% 182.86kB/s 0:18:35
204,012,075 100% 231.07MB/s 0:00:00 (xfr#22, to-chk=229/254) |
4512 | 2024-03-20T19:39:44.079Z | out/console-assets/ |
4513 | 2024-03-20T19:39:44.079Z | out/console-assets/VERSION |
4514 | 2024-03-20T19:39:44.079Z |
41 100% 0.05kB/s 0:00:00
41 100% 0.05kB/s 0:00:00 (xfr#23, to-chk=225/254) |
4515 | 2024-03-20T19:39:44.079Z | out/console-assets/index.html |
4516 | 2024-03-20T19:39:44.079Z |
466 100% 0.54kB/s 0:00:00
466 100% 0.54kB/s 0:00:00 (xfr#24, to-chk=224/254) |
4517 | 2024-03-20T19:39:44.079Z | out/console-assets/assets/ |
4518 | 2024-03-20T19:39:44.079Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
4519 | 2024-03-20T19:39:44.079Z |
32,768 70% 38.00kB/s 0:00:00
46,276 100% 53.67kB/s 0:00:00 (xfr#25, to-chk=222/254) |
4520 | 2024-03-20T19:39:44.079Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
4521 | 2024-03-20T19:39:44.079Z |
32,768 65% 38.00kB/s 0:00:00
50,032 100% 58.03kB/s 0:00:00 (xfr#26, to-chk=221/254) |
4522 | 2024-03-20T19:39:44.079Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
4523 | 2024-03-20T19:39:44.079Z |
32,768 55% 38.00kB/s 0:00:00
58,524 100% 67.88kB/s 0:00:00 (xfr#27, to-chk=220/254) |
4524 | 2024-03-20T19:39:44.080Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
4525 | 2024-03-20T19:39:44.080Z |
32,768 71% 38.00kB/s 0:00:00
46,060 100% 53.36kB/s 0:00:00 (xfr#28, to-chk=219/254) |
4526 | 2024-03-20T19:39:44.080Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
4527 | 2024-03-20T19:39:44.080Z |
21,937 100% 25.41kB/s 0:00:00
21,937 100% 25.41kB/s 0:00:00 (xfr#29, to-chk=218/254) |
4528 | 2024-03-20T19:39:44.080Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
4529 | 2024-03-20T19:39:44.080Z |
17,996 100% 20.85kB/s 0:00:00
17,996 100% 20.85kB/s 0:00:00 (xfr#30, to-chk=217/254) |
4530 | 2024-03-20T19:39:44.080Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
4531 | 2024-03-20T19:39:44.080Z |
21,890 100% 25.36kB/s 0:00:00
21,890 100% 25.36kB/s 0:00:00 (xfr#31, to-chk=216/254) |
4532 | 2024-03-20T19:39:44.080Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
4533 | 2024-03-20T19:39:44.080Z |
17,984 100% 20.83kB/s 0:00:00
17,984 100% 20.83kB/s 0:00:00 (xfr#32, to-chk=215/254) |
4534 | 2024-03-20T19:39:44.080Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
4535 | 2024-03-20T19:39:44.080Z |
21,123 100% 24.44kB/s 0:00:00
21,123 100% 24.44kB/s 0:00:00 (xfr#33, to-chk=214/254) |
4536 | 2024-03-20T19:39:44.080Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
4537 | 2024-03-20T19:39:44.080Z |
17,228 100% 19.93kB/s 0:00:00
17,228 100% 19.93kB/s 0:00:00 (xfr#34, to-chk=213/254) |
4538 | 2024-03-20T19:39:44.080Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
4539 | 2024-03-20T19:39:44.080Z |
18,448 100% 21.35kB/s 0:00:00
18,448 100% 21.35kB/s 0:00:00 (xfr#35, to-chk=212/254) |
4540 | 2024-03-20T19:39:44.080Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
4541 | 2024-03-20T19:39:44.080Z |
22,665 100% 26.22kB/s 0:00:00
22,665 100% 26.22kB/s 0:00:00 (xfr#36, to-chk=211/254) |
4542 | 2024-03-20T19:39:44.080Z | out/console-assets/assets/Terminal-_VoNxbTe.js |
4543 | 2024-03-20T19:39:44.080Z |
32,768 11% 37.91kB/s 0:00:06
287,761 100% 332.17kB/s 0:00:00 (xfr#37, to-chk=210/254) |
4544 | 2024-03-20T19:39:44.080Z | out/console-assets/assets/Terminal-_VoNxbTe.js.gz |
4545 | 2024-03-20T19:39:44.080Z |
32,768 45% 37.83kB/s 0:00:01
71,758 100% 82.83kB/s 0:00:00 (xfr#38, to-chk=209/254) |
4546 | 2024-03-20T19:39:44.081Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map |
4547 | 2024-03-20T19:39:44.081Z |
32,768 5% 37.78kB/s 0:00:14
590,313 100% 679.01kB/s 0:00:00 (xfr#39, to-chk=208/254) |
4548 | 2024-03-20T19:39:44.081Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map.gz |
4549 | 2024-03-20T19:39:44.081Z |
32,768 27% 37.69kB/s 0:00:02
118,282 100% 135.73kB/s 0:00:00 (xfr#40, to-chk=207/254) |
4550 | 2024-03-20T19:39:44.081Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js |
4551 | 2024-03-20T19:39:44.081Z |
32,768 8% 37.60kB/s 0:00:09
371,459 100% 425.27kB/s 0:00:00 (xfr#41, to-chk=206/254) |
4552 | 2024-03-20T19:39:44.081Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz |
4553 | 2024-03-20T19:39:44.081Z |
32,768 31% 37.51kB/s 0:00:01
103,751 100% 118.64kB/s 0:00:00 (xfr#42, to-chk=205/254) |
4554 | 2024-03-20T19:39:44.081Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map |
4555 | 2024-03-20T19:39:44.081Z |
32,768 1% 37.47kB/s 0:00:43
1,659,213 100% 1.83MB/s 0:00:00 (xfr#43, to-chk=204/254) |
4556 | 2024-03-20T19:39:44.081Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz |
4557 | 2024-03-20T19:39:44.081Z |
32,768 8% 37.04kB/s 0:00:09
379,036 100% 427.92kB/s 0:00:00 (xfr#44, to-chk=203/254) |
4558 | 2024-03-20T19:39:44.081Z | out/console-assets/assets/app-1tiVg9q7.js |
4559 | 2024-03-20T19:39:44.081Z |
32,768 2% 36.99kB/s 0:00:29
1,130,062 100% 1.23MB/s 0:00:00 (xfr#45, to-chk=202/254) |
4560 | 2024-03-20T19:39:44.081Z | out/console-assets/assets/app-1tiVg9q7.js.gz |
4561 | 2024-03-20T19:39:44.081Z |
32,768 9% 36.61kB/s 0:00:08
347,811 100% 388.18kB/s 0:00:00 (xfr#46, to-chk=201/254) |
4562 | 2024-03-20T19:39:44.081Z | out/console-assets/assets/app-1tiVg9q7.js.map |
4563 | 2024-03-20T19:39:44.081Z |
32,768 0% 36.57kB/s 0:02:24
5,328,067 100% 5.60MB/s 0:00:00 (xfr#47, to-chk=200/254) |
4564 | 2024-03-20T19:39:44.082Z | out/console-assets/assets/app-1tiVg9q7.js.map.gz |
4565 | 2024-03-20T19:39:44.082Z |
32,768 2% 35.24kB/s 0:00:34
1,261,215 100% 1.32MB/s 0:00:00 (xfr#48, to-chk=199/254) |
4566 | 2024-03-20T19:39:44.082Z | out/console-assets/assets/app-AvNWp1hQ.css |
4567 | 2024-03-20T19:39:44.082Z |
32,768 23% 35.01kB/s 0:00:03
138,004 100% 147.29kB/s 0:00:00 (xfr#49, to-chk=198/254) |
4568 | 2024-03-20T19:39:44.082Z | out/console-assets/assets/app-AvNWp1hQ.css.gz |
4569 | 2024-03-20T19:39:44.082Z |
21,197 100% 22.62kB/s 0:00:00
21,197 100% 22.62kB/s 0:00:00 (xfr#50, to-chk=197/254) |
4570 | 2024-03-20T19:39:44.082Z | out/console-assets/assets/favicon-WELtHcTG.svg |
4571 | 2024-03-20T19:39:44.082Z |
761 100% 0.81kB/s 0:00:00
761 100% 0.81kB/s 0:00:00 (xfr#51, to-chk=196/254) |
4572 | 2024-03-20T19:39:44.082Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
4573 | 2024-03-20T19:39:44.082Z |
1,327 100% 1.42kB/s 0:00:00
1,327 100% 1.42kB/s 0:00:00 (xfr#52, to-chk=195/254) |
4574 | 2024-03-20T19:39:44.082Z | out/console-assets/assets/og-preview-image.webp |
4575 | 2024-03-20T19:39:44.082Z |
32,768 36% 34.97kB/s 0:00:01
89,880 100% 95.82kB/s 0:00:00 (xfr#53, to-chk=194/254) |
4576 | 2024-03-20T19:39:44.082Z | out/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp |
4577 | 2024-03-20T19:39:44.082Z |
32,768 4% 34.93kB/s 0:00:18
673,968 100% 716.96kB/s 0:00:00 (xfr#54, to-chk=193/254) |
4578 | 2024-03-20T19:39:44.082Z | out/manifest-cache/ |
4579 | 2024-03-20T19:39:44.082Z | out/manifest-cache/clickhouse.tar.gz.json |
4580 | 2024-03-20T19:39:44.082Z |
780 100% 0.83kB/s 0:00:00
780 100% 0.83kB/s 0:00:00 (xfr#55, to-chk=192/254) |
4581 | 2024-03-20T19:39:44.082Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
4582 | 2024-03-20T19:39:44.082Z |
801 100% 0.85kB/s 0:00:00
801 100% 0.85kB/s 0:00:00 (xfr#56, to-chk=191/254) |
4583 | 2024-03-20T19:39:44.082Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
4584 | 2024-03-20T19:39:44.082Z |
2,958 100% 3.15kB/s 0:00:00
2,958 100% 3.14kB/s 0:00:00 (xfr#57, to-chk=190/254) |
4585 | 2024-03-20T19:39:44.082Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
4586 | 2024-03-20T19:39:44.082Z |
2,946 100% 3.13kB/s 0:00:00
2,946 100% 3.13kB/s 0:00:00 (xfr#58, to-chk=189/254) |
4587 | 2024-03-20T19:39:44.083Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
4588 | 2024-03-20T19:39:44.083Z |
32,768 61% 34.82kB/s 0:00:00
53,598 100% 56.96kB/s 0:00:00 (xfr#59, to-chk=188/254) |
4589 | 2024-03-20T19:39:44.083Z | out/manifest-cache/cockroachdb.tar.gz.json |
4590 | 2024-03-20T19:39:44.083Z |
787 100% 0.84kB/s 0:00:00
787 100% 0.84kB/s 0:00:00 (xfr#60, to-chk=187/254) |
4591 | 2024-03-20T19:39:44.083Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
4592 | 2024-03-20T19:39:44.083Z |
662 100% 0.70kB/s 0:00:00
662 100% 0.70kB/s 0:00:00 (xfr#61, to-chk=186/254) |
4593 | 2024-03-20T19:39:44.083Z | out/manifest-cache/crucible-zone.tar.gz.json |
4594 | 2024-03-20T19:39:44.083Z |
641 100% 0.68kB/s 0:00:00
641 100% 0.68kB/s 0:00:00 (xfr#62, to-chk=185/254) |
4595 | 2024-03-20T19:39:44.083Z | out/manifest-cache/dns-server.tar.gz.json |
4596 | 2024-03-20T19:39:44.083Z |
942 100% 1.00kB/s 0:00:00
942 100% 1.00kB/s 0:00:00 (xfr#63, to-chk=184/254) |
4597 | 2024-03-20T19:39:44.083Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
4598 | 2024-03-20T19:39:44.083Z |
1,132 100% 1.20kB/s 0:00:00
1,132 100% 1.20kB/s 0:00:00 (xfr#64, to-chk=183/254) |
4599 | 2024-03-20T19:39:44.083Z | out/manifest-cache/external-dns.tar.gz.json |
4600 | 2024-03-20T19:39:44.083Z |
934 100% 0.99kB/s 0:00:00
934 100% 0.99kB/s 0:00:00 (xfr#65, to-chk=182/254) |
4601 | 2024-03-20T19:39:44.083Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
4602 | 2024-03-20T19:39:44.083Z |
752 100% 0.80kB/s 0:00:00
752 100% 0.80kB/s 0:00:00 (xfr#66, to-chk=181/254) |
4603 | 2024-03-20T19:39:44.083Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
4604 | 2024-03-20T19:39:44.083Z |
1,132 100% 1.20kB/s 0:00:00
1,132 100% 1.20kB/s 0:00:00 (xfr#67, to-chk=180/254) |
4605 | 2024-03-20T19:39:44.083Z | out/manifest-cache/internal-dns.tar.gz.json |
4606 | 2024-03-20T19:39:44.083Z |
791 100% 0.84kB/s 0:00:00
791 100% 0.84kB/s 0:00:00 (xfr#68, to-chk=179/254) |
4607 | 2024-03-20T19:39:44.083Z | out/manifest-cache/logadm.tar.gz.json |
4608 | 2024-03-20T19:39:44.083Z |
1,044 100% 1.11kB/s 0:00:00
1,044 100% 1.11kB/s 0:00:00 (xfr#69, to-chk=178/254) |
4609 | 2024-03-20T19:39:44.126Z | out/manifest-cache/nexus.tar.gz.json |
4610 | 2024-03-20T19:39:44.126Z |
773 100% 0.82kB/s 0:00:00
773 100% 0.82kB/s 0:00:00 (xfr#70, to-chk=177/254) |
4611 | 2024-03-20T19:39:44.126Z | out/manifest-cache/ntp-svc.tar.gz.json |
4612 | 2024-03-20T19:39:44.126Z |
2,228 100% 2.36kB/s 0:00:00
2,228 100% 2.36kB/s 0:00:00 (xfr#71, to-chk=176/254) |
4613 | 2024-03-20T19:39:44.126Z | out/manifest-cache/ntp.tar.gz.json |
4614 | 2024-03-20T19:39:44.126Z |
763 100% 0.81kB/s 0:00:00
763 100% 0.81kB/s 0:00:00 (xfr#72, to-chk=175/254) |
4615 | 2024-03-20T19:39:44.126Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
4616 | 2024-03-20T19:39:44.126Z |
1,462 100% 1.55kB/s 0:00:00
1,462 100% 1.55kB/s 0:00:00 (xfr#73, to-chk=174/254) |
4617 | 2024-03-20T19:39:44.126Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
4618 | 2024-03-20T19:39:44.126Z |
545 100% 0.58kB/s 0:00:00
545 100% 0.58kB/s 0:00:00 (xfr#74, to-chk=173/254) |
4619 | 2024-03-20T19:39:44.126Z | out/manifest-cache/omicron-gateway.tar.gz.json |
4620 | 2024-03-20T19:39:44.126Z |
703 100% 0.75kB/s 0:00:00
703 100% 0.75kB/s 0:00:00 (xfr#75, to-chk=172/254) |
4621 | 2024-03-20T19:39:44.126Z | out/manifest-cache/omicron-nexus.tar.gz.json |
4622 | 2024-03-20T19:39:44.127Z |
32,768 46% 34.78kB/s 0:00:01
70,581 100% 74.92kB/s 0:00:00 (xfr#76, to-chk=171/254) |
4623 | 2024-03-20T19:39:44.127Z | out/manifest-cache/omicron-omdb.tar.gz.json |
4624 | 2024-03-20T19:39:44.127Z |
702 100% 0.75kB/s 0:00:00
702 100% 0.75kB/s 0:00:00 (xfr#77, to-chk=170/254) |
4625 | 2024-03-20T19:39:44.127Z | out/manifest-cache/omicron-sled-agent.tar.json |
4626 | 2024-03-20T19:39:44.127Z |
1,269 100% 1.35kB/s 0:00:00
1,269 100% 1.35kB/s 0:00:00 (xfr#78, to-chk=169/254) |
4627 | 2024-03-20T19:39:44.127Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
4628 | 2024-03-20T19:39:44.127Z |
883 100% 0.94kB/s 0:00:00
883 100% 0.94kB/s 0:00:00 (xfr#79, to-chk=168/254) |
4629 | 2024-03-20T19:39:44.127Z | out/manifest-cache/overlay.tar.gz.json |
4630 | 2024-03-20T19:39:44.127Z |
473 100% 0.50kB/s 0:00:00
473 100% 0.50kB/s 0:00:00 (xfr#80, to-chk=167/254) |
4631 | 2024-03-20T19:39:44.127Z | out/manifest-cache/oximeter-collector.tar.gz.json |
4632 | 2024-03-20T19:39:44.127Z |
18,311 100% 19.44kB/s 0:00:00
18,311 100% 19.44kB/s 0:00:00 (xfr#81, to-chk=166/254) |
4633 | 2024-03-20T19:39:44.127Z | out/manifest-cache/oximeter.tar.gz.json |
4634 | 2024-03-20T19:39:44.127Z |
641 100% 0.68kB/s 0:00:00
641 100% 0.68kB/s 0:00:00 (xfr#82, to-chk=165/254) |
4635 | 2024-03-20T19:39:44.127Z | out/manifest-cache/oxlog.tar.json |
4636 | 2024-03-20T19:39:44.127Z |
321 100% 0.34kB/s 0:00:00
321 100% 0.34kB/s 0:00:00 (xfr#83, to-chk=164/254) |
4637 | 2024-03-20T19:39:44.127Z | out/manifest-cache/probe.tar.gz.json |
4638 | 2024-03-20T19:39:44.127Z |
346 100% 0.37kB/s 0:00:00
346 100% 0.37kB/s 0:00:00 (xfr#84, to-chk=163/254) |
4639 | 2024-03-20T19:39:44.127Z | out/manifest-cache/profile.tar.gz.json |
4640 | 2024-03-20T19:39:44.127Z |
838 100% 0.89kB/s 0:00:00
838 100% 0.89kB/s 0:00:00 (xfr#85, to-chk=162/254) |
4641 | 2024-03-20T19:39:44.127Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
4642 | 2024-03-20T19:39:44.127Z |
357 100% 0.38kB/s 0:00:00
357 100% 0.38kB/s 0:00:00 (xfr#86, to-chk=161/254) |
4643 | 2024-03-20T19:39:44.127Z | out/manifest-cache/sp-sim.tar.gz.json |
4644 | 2024-03-20T19:39:44.127Z |
1,549 100% 1.64kB/s 0:00:00
1,549 100% 1.64kB/s 0:00:00 (xfr#87, to-chk=160/254) |
4645 | 2024-03-20T19:39:44.127Z | out/manifest-cache/switch-softnpu.tar.gz.json |
4646 | 2024-03-20T19:39:44.128Z |
1,566 100% 1.66kB/s 0:00:00
1,566 100% 1.66kB/s 0:00:00 (xfr#88, to-chk=159/254) |
4647 | 2024-03-20T19:39:44.128Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
4648 | 2024-03-20T19:39:44.128Z |
10,790 100% 11.44kB/s 0:00:00
10,790 100% 11.44kB/s 0:00:00 (xfr#89, to-chk=158/254) |
4649 | 2024-03-20T19:39:44.128Z | out/manifest-cache/wicket.tar.gz.json |
4650 | 2024-03-20T19:39:44.128Z |
1,084 100% 1.15kB/s 0:00:00
1,084 100% 1.15kB/s 0:00:00 (xfr#90, to-chk=157/254) |
4651 | 2024-03-20T19:39:44.128Z | out/manifest-cache/wicketd.tar.gz.json |
4652 | 2024-03-20T19:39:44.128Z |
1,560 100% 1.65kB/s 0:00:00
1,560 100% 1.65kB/s 0:00:00 (xfr#91, to-chk=156/254) |
4653 | 2024-03-20T19:39:44.128Z | out/manifest-cache/zone-network-install.tar.gz.json |
4654 | 2024-03-20T19:39:44.128Z |
877 100% 0.93kB/s 0:00:00
877 100% 0.93kB/s 0:00:00 (xfr#92, to-chk=155/254) |
4655 | 2024-03-20T19:39:44.128Z | out/manifest-cache/zone-network-setup.tar.gz.json |
4656 | 2024-03-20T19:39:44.128Z |
772 100% 0.82kB/s 0:00:00
772 100% 0.82kB/s 0:00:00 (xfr#93, to-chk=154/254) |
4657 | 2024-03-20T19:39:44.128Z | out/target/ |
4658 | 2024-03-20T19:39:44.128Z | out/target/active -> default |
4659 | 2024-03-20T19:39:44.128Z | out/target/default |
4660 | 2024-03-20T19:39:44.128Z |
74 100% 0.08kB/s 0:00:00
74 100% 0.08kB/s 0:00:00 (xfr#94, to-chk=152/254) |
4661 | 2024-03-20T19:39:44.128Z | smf/ |
4662 | 2024-03-20T19:39:44.128Z | smf/clickhouse/ |
4663 | 2024-03-20T19:39:44.128Z | smf/clickhouse/config_replica.xml |
4664 | 2024-03-20T19:39:44.128Z |
2,728 100% 2.89kB/s 0:00:00
2,728 100% 2.89kB/s 0:00:00 (xfr#95, to-chk=132/254) |
4665 | 2024-03-20T19:39:44.128Z | smf/clickhouse/manifest.xml |
4666 | 2024-03-20T19:39:44.128Z |
1,494 100% 1.58kB/s 0:00:00
1,494 100% 1.58kB/s 0:00:00 (xfr#96, to-chk=131/254) |
4667 | 2024-03-20T19:39:44.128Z | smf/clickhouse/method_script.sh |
4668 | 2024-03-20T19:39:44.129Z |
5,330 100% 5.65kB/s 0:00:00
5,330 100% 5.65kB/s 0:00:00 (xfr#97, to-chk=130/254) |
4669 | 2024-03-20T19:39:44.129Z | smf/clickhouse_keeper/ |
4670 | 2024-03-20T19:39:44.129Z | smf/clickhouse_keeper/keeper_config.xml |
4671 | 2024-03-20T19:39:44.129Z |
1,460 100% 1.55kB/s 0:00:00
1,460 100% 1.55kB/s 0:00:00 (xfr#98, to-chk=129/254) |
4672 | 2024-03-20T19:39:44.129Z | smf/clickhouse_keeper/manifest.xml |
4673 | 2024-03-20T19:39:44.129Z |
1,534 100% 1.63kB/s 0:00:00
1,534 100% 1.63kB/s 0:00:00 (xfr#99, to-chk=128/254) |
4674 | 2024-03-20T19:39:44.129Z | smf/clickhouse_keeper/method_script.sh |
4675 | 2024-03-20T19:39:44.129Z |
4,324 100% 4.58kB/s 0:00:00
4,324 100% 4.58kB/s 0:00:00 (xfr#100, to-chk=127/254) |
4676 | 2024-03-20T19:39:44.129Z | smf/cockroachdb/ |
4677 | 2024-03-20T19:39:44.129Z | smf/cockroachdb/manifest.xml |
4678 | 2024-03-20T19:39:44.129Z |
1,667 100% 1.77kB/s 0:00:00
1,667 100% 1.77kB/s 0:00:00 (xfr#101, to-chk=126/254) |
4679 | 2024-03-20T19:39:44.129Z | smf/cockroachdb/method_script.sh |
4680 | 2024-03-20T19:39:44.129Z |
1,030 100% 1.09kB/s 0:00:00
1,030 100% 1.09kB/s 0:00:00 (xfr#102, to-chk=125/254) |
4681 | 2024-03-20T19:39:44.129Z | smf/external-dns/ |
4682 | 2024-03-20T19:39:44.129Z | smf/external-dns/config.toml |
4683 | 2024-03-20T19:39:44.129Z |
353 100% 0.37kB/s 0:00:00
353 100% 0.37kB/s 0:00:00 (xfr#103, to-chk=124/254) |
4684 | 2024-03-20T19:39:44.129Z | smf/external-dns/manifest.xml |
4685 | 2024-03-20T19:39:44.129Z |
1,805 100% 1.91kB/s 0:00:00
1,805 100% 1.91kB/s 0:00:00 (xfr#104, to-chk=123/254) |
4686 | 2024-03-20T19:39:44.129Z | smf/installinator/ |
4687 | 2024-03-20T19:39:44.129Z | smf/installinator/manifest.xml |
4688 | 2024-03-20T19:39:44.130Z |
2,149 100% 2.28kB/s 0:00:00
2,149 100% 2.28kB/s 0:00:00 (xfr#105, to-chk=122/254) |
4689 | 2024-03-20T19:39:44.130Z | smf/internal-dns/ |
4690 | 2024-03-20T19:39:44.130Z | smf/internal-dns/config.toml |
4691 | 2024-03-20T19:39:44.130Z |
353 100% 0.37kB/s 0:00:00
353 100% 0.37kB/s 0:00:00 (xfr#106, to-chk=121/254) |
4692 | 2024-03-20T19:39:44.130Z | smf/internal-dns/manifest.xml |
4693 | 2024-03-20T19:39:44.130Z |
1,618 100% 1.72kB/s 0:00:00
1,618 100% 1.72kB/s 0:00:00 (xfr#107, to-chk=120/254) |
4694 | 2024-03-20T19:39:44.130Z | smf/logadm/ |
4695 | 2024-03-20T19:39:44.130Z | smf/logadm/crontab.root |
4696 | 2024-03-20T19:39:44.130Z |
30 100% 0.03kB/s 0:00:00
30 100% 0.03kB/s 0:00:00 (xfr#108, to-chk=119/254) |
4697 | 2024-03-20T19:39:44.130Z | smf/logadm/logadm.conf |
4698 | 2024-03-20T19:39:44.130Z |
2,553 100% 2.71kB/s 0:00:00
2,553 100% 2.71kB/s 0:00:00 (xfr#109, to-chk=118/254) |
4699 | 2024-03-20T19:39:44.130Z | smf/mgs-sim/ |
4700 | 2024-03-20T19:39:44.130Z | smf/mgs-sim/config.toml |
4701 | 2024-03-20T19:39:44.130Z |
3,534 100% 3.75kB/s 0:00:00
3,534 100% 3.75kB/s 0:00:00 (xfr#110, to-chk=117/254) |
4702 | 2024-03-20T19:39:44.130Z | smf/mgs/ |
4703 | 2024-03-20T19:39:44.130Z | smf/mgs/config.toml |
4704 | 2024-03-20T19:39:44.130Z |
9,085 100% 9.62kB/s 0:00:00
9,085 100% 9.62kB/s 0:00:00 (xfr#111, to-chk=116/254) |
4705 | 2024-03-20T19:39:44.130Z | smf/mgs/manifest.xml |
4706 | 2024-03-20T19:39:44.130Z |
2,474 100% 2.62kB/s 0:00:00
2,474 100% 2.62kB/s 0:00:00 (xfr#112, to-chk=115/254) |
4707 | 2024-03-20T19:39:44.130Z | smf/nexus/ |
4708 | 2024-03-20T19:39:44.130Z | smf/nexus/manifest.xml |
4709 | 2024-03-20T19:39:44.162Z |
1,987 100% 2.10kB/s 0:00:00
1,987 100% 2.10kB/s 0:00:00 (xfr#113, to-chk=114/254) |
4710 | 2024-03-20T19:39:44.162Z | smf/nexus/multi-sled/ |
4711 | 2024-03-20T19:39:44.162Z | smf/nexus/multi-sled/config-partial.toml |
4712 | 2024-03-20T19:39:44.162Z |
1,997 100% 2.12kB/s 0:00:00
1,997 100% 2.12kB/s 0:00:00 (xfr#114, to-chk=111/254) |
4713 | 2024-03-20T19:39:44.162Z | smf/nexus/single-sled/ |
4714 | 2024-03-20T19:39:44.162Z | smf/nexus/single-sled/config-partial.toml |
4715 | 2024-03-20T19:39:44.162Z |
1,993 100% 2.11kB/s 0:00:00
1,993 100% 2.11kB/s 0:00:00 (xfr#115, to-chk=110/254) |
4716 | 2024-03-20T19:39:44.162Z | smf/ntp/ |
4717 | 2024-03-20T19:39:44.162Z | smf/ntp/etc/ |
4718 | 2024-03-20T19:39:44.162Z | smf/ntp/etc/inet/ |
4719 | 2024-03-20T19:39:44.162Z | smf/ntp/etc/inet/chrony.conf.boundary |
4720 | 2024-03-20T19:39:44.162Z |
881 100% 0.93kB/s 0:00:00
881 100% 0.93kB/s 0:00:00 (xfr#116, to-chk=104/254) |
4721 | 2024-03-20T19:39:44.163Z | smf/ntp/etc/inet/chrony.conf.internal |
4722 | 2024-03-20T19:39:44.163Z |
1,108 100% 1.17kB/s 0:00:00
1,108 100% 1.17kB/s 0:00:00 (xfr#117, to-chk=103/254) |
4723 | 2024-03-20T19:39:44.163Z | smf/ntp/etc/logadm.d/ |
4724 | 2024-03-20T19:39:44.163Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
4725 | 2024-03-20T19:39:44.163Z |
135 100% 0.14kB/s 0:00:00
135 100% 0.14kB/s 0:00:00 (xfr#118, to-chk=102/254) |
4726 | 2024-03-20T19:39:44.163Z | smf/ntp/manifest/ |
4727 | 2024-03-20T19:39:44.163Z | smf/ntp/manifest/manifest.xml |
4728 | 2024-03-20T19:39:44.163Z |
3,336 100% 3.53kB/s 0:00:00
3,336 100% 3.53kB/s 0:00:00 (xfr#119, to-chk=101/254) |
4729 | 2024-03-20T19:39:44.163Z | smf/ntp/method/ |
4730 | 2024-03-20T19:39:44.163Z | smf/ntp/method/svc-site-ntp |
4731 | 2024-03-20T19:39:44.163Z |
3,211 100% 3.40kB/s 0:00:00
3,211 100% 3.40kB/s 0:00:00 (xfr#120, to-chk=100/254) |
4732 | 2024-03-20T19:39:44.163Z | smf/opte-interface-setup/ |
4733 | 2024-03-20T19:39:44.163Z | smf/opte-interface-setup/manifest.xml |
4734 | 2024-03-20T19:39:44.163Z |
1,638 100% 1.73kB/s 0:00:00
1,638 100% 1.73kB/s 0:00:00 (xfr#121, to-chk=99/254) |
4735 | 2024-03-20T19:39:44.163Z | smf/oximeter/ |
4736 | 2024-03-20T19:39:44.163Z | smf/oximeter/config.toml |
4737 | 2024-03-20T19:39:44.163Z |
205 100% 0.22kB/s 0:00:00
205 100% 0.22kB/s 0:00:00 (xfr#122, to-chk=98/254) |
4738 | 2024-03-20T19:39:44.163Z | smf/oximeter/manifest.xml |
4739 | 2024-03-20T19:39:44.163Z |
1,770 100% 1.87kB/s 0:00:00
1,770 100% 1.87kB/s 0:00:00 (xfr#123, to-chk=97/254) |
4740 | 2024-03-20T19:39:44.164Z | smf/profile/ |
4741 | 2024-03-20T19:39:44.164Z | smf/profile/bashrc |
4742 | 2024-03-20T19:39:44.164Z |
925 100% 0.98kB/s 0:00:00
925 100% 0.98kB/s 0:00:00 (xfr#124, to-chk=96/254) |
4743 | 2024-03-20T19:39:44.164Z | smf/profile/profile |
4744 | 2024-03-20T19:39:44.164Z |
535 100% 0.57kB/s 0:00:00
535 100% 0.57kB/s 0:00:00 (xfr#125, to-chk=95/254) |
4745 | 2024-03-20T19:39:44.164Z | smf/sled-agent/ |
4746 | 2024-03-20T19:39:44.164Z | smf/sled-agent/manifest.xml |
4747 | 2024-03-20T19:39:44.164Z |
2,373 100% 2.51kB/s 0:00:00
2,373 100% 2.51kB/s 0:00:00 (xfr#126, to-chk=94/254) |
4748 | 2024-03-20T19:39:44.164Z | smf/sled-agent/gimlet-standalone/ |
4749 | 2024-03-20T19:39:44.164Z | smf/sled-agent/gimlet-standalone/README.md |
4750 | 2024-03-20T19:39:44.164Z |
114 100% 0.12kB/s 0:00:00
114 100% 0.12kB/s 0:00:00 (xfr#127, to-chk=90/254) |
4751 | 2024-03-20T19:39:44.164Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
4752 | 2024-03-20T19:39:44.164Z |
6,611 100% 7.00kB/s 0:00:00
6,611 100% 7.00kB/s 0:00:00 (xfr#128, to-chk=89/254) |
4753 | 2024-03-20T19:39:44.164Z | smf/sled-agent/gimlet-standalone/config.toml |
4754 | 2024-03-20T19:39:44.164Z |
1,800 100% 1.91kB/s 0:00:00
1,800 100% 1.91kB/s 0:00:00 (xfr#129, to-chk=88/254) |
4755 | 2024-03-20T19:39:44.164Z | smf/sled-agent/gimlet/ |
4756 | 2024-03-20T19:39:44.164Z | smf/sled-agent/gimlet/README.md |
4757 | 2024-03-20T19:39:44.164Z |
54 100% 0.06kB/s 0:00:00
54 100% 0.06kB/s 0:00:00 (xfr#130, to-chk=87/254) |
4758 | 2024-03-20T19:39:44.164Z | smf/sled-agent/gimlet/config.toml |
4759 | 2024-03-20T19:39:44.164Z |
1,657 100% 1.76kB/s 0:00:00
1,657 100% 1.76kB/s 0:00:00 (xfr#131, to-chk=86/254) |
4760 | 2024-03-20T19:39:44.164Z | smf/sled-agent/non-gimlet/ |
4761 | 2024-03-20T19:39:44.164Z | smf/sled-agent/non-gimlet/README.md |
4762 | 2024-03-20T19:39:44.164Z |
105 100% 0.11kB/s 0:00:00
105 100% 0.11kB/s 0:00:00 (xfr#132, to-chk=85/254) |
4763 | 2024-03-20T19:39:44.164Z | smf/sled-agent/non-gimlet/config.toml |
4764 | 2024-03-20T19:39:44.165Z |
2,906 100% 3.08kB/s 0:00:00
2,906 100% 3.08kB/s 0:00:00 (xfr#133, to-chk=84/254) |
4765 | 2024-03-20T19:39:44.165Z | smf/sp-sim/ |
4766 | 2024-03-20T19:39:44.165Z | smf/sp-sim/config.toml |
4767 | 2024-03-20T19:39:44.165Z |
2,604 100% 2.76kB/s 0:00:00
2,604 100% 2.76kB/s 0:00:00 (xfr#134, to-chk=83/254) |
4768 | 2024-03-20T19:39:44.165Z | smf/sp-sim/manifest.xml |
4769 | 2024-03-20T19:39:44.165Z |
1,271 100% 1.34kB/s 0:00:00
1,271 100% 1.34kB/s 0:00:00 (xfr#135, to-chk=82/254) |
4770 | 2024-03-20T19:39:44.165Z | smf/switch_zone_setup/ |
4771 | 2024-03-20T19:39:44.165Z | smf/switch_zone_setup/manifest.xml |
4772 | 2024-03-20T19:39:44.165Z |
1,061 100% 1.12kB/s 0:00:00
1,061 100% 1.12kB/s 0:00:00 (xfr#136, to-chk=81/254) |
4773 | 2024-03-20T19:39:44.165Z | smf/switch_zone_setup/support_authorized_keys |
4774 | 2024-03-20T19:39:44.165Z |
1,284 100% 1.36kB/s 0:00:00
1,284 100% 1.36kB/s 0:00:00 (xfr#137, to-chk=80/254) |
4775 | 2024-03-20T19:39:44.165Z | smf/switch_zone_setup/switch_zone_setup |
4776 | 2024-03-20T19:39:44.165Z |
1,041 100% 1.10kB/s 0:00:00
1,041 100% 1.10kB/s 0:00:00 (xfr#138, to-chk=79/254) |
4777 | 2024-03-20T19:39:44.165Z | smf/wicketd/ |
4778 | 2024-03-20T19:39:44.165Z | smf/wicketd/config.toml |
4779 | 2024-03-20T19:39:44.165Z |
104 100% 0.11kB/s 0:00:00
104 100% 0.11kB/s 0:00:00 (xfr#139, to-chk=78/254) |
4780 | 2024-03-20T19:39:44.165Z | smf/wicketd/manifest.xml |
4781 | 2024-03-20T19:39:44.165Z |
2,954 100% 3.13kB/s 0:00:00
2,954 100% 3.13kB/s 0:00:00 (xfr#140, to-chk=77/254) |
4782 | 2024-03-20T19:39:44.165Z | smf/zone-network-setup/ |
4783 | 2024-03-20T19:39:44.165Z | smf/zone-network-setup/manifest.xml |
4784 | 2024-03-20T19:39:44.166Z |
1,614 100% 1.71kB/s 0:00:00
1,614 100% 1.71kB/s 0:00:00 (xfr#141, to-chk=76/254) |
4785 | 2024-03-20T19:39:44.166Z | tools/ |
4786 | 2024-03-20T19:39:44.166Z | tools/README.adoc |
4787 | 2024-03-20T19:39:44.166Z |
3,558 100% 3.76kB/s 0:00:00
3,558 100% 3.76kB/s 0:00:00 (xfr#142, to-chk=75/254) |
4788 | 2024-03-20T19:39:44.166Z | tools/build-global-zone-packages.sh |
4789 | 2024-03-20T19:39:44.166Z |
2,388 100% 2.53kB/s 0:00:00
2,388 100% 2.53kB/s 0:00:00 (xfr#143, to-chk=74/254) |
4790 | 2024-03-20T19:39:44.166Z | tools/build-host-image.sh |
4791 | 2024-03-20T19:39:44.166Z |
2,971 100% 3.14kB/s 0:00:00
2,971 100% 3.14kB/s 0:00:00 (xfr#144, to-chk=73/254) |
4792 | 2024-03-20T19:39:44.166Z | tools/build-trampoline-global-zone-packages.sh |
4793 | 2024-03-20T19:39:44.166Z |
1,878 100% 1.99kB/s 0:00:00
1,878 100% 1.99kB/s 0:00:00 (xfr#145, to-chk=72/254) |
4794 | 2024-03-20T19:39:44.166Z | tools/ci_check_opte_ver.sh |
4795 | 2024-03-20T19:39:44.166Z |
2,770 100% 2.93kB/s 0:00:00
2,770 100% 2.93kB/s 0:00:00 (xfr#146, to-chk=71/254) |
4796 | 2024-03-20T19:39:44.166Z | tools/ci_download_clickhouse |
4797 | 2024-03-20T19:39:44.166Z |
3,631 100% 3.84kB/s 0:00:00
3,631 100% 3.84kB/s 0:00:00 (xfr#147, to-chk=70/254) |
4798 | 2024-03-20T19:39:44.166Z | tools/ci_download_cockroachdb |
4799 | 2024-03-20T19:39:44.166Z |
4,292 100% 4.54kB/s 0:00:00
4,292 100% 4.54kB/s 0:00:00 (xfr#148, to-chk=69/254) |
4800 | 2024-03-20T19:39:44.166Z | tools/ci_download_console |
4801 | 2024-03-20T19:39:44.166Z |
1,991 100% 2.11kB/s 0:00:00
1,991 100% 2.11kB/s 0:00:00 (xfr#149, to-chk=68/254) |
4802 | 2024-03-20T19:39:44.166Z | tools/ci_download_dendrite_openapi |
4803 | 2024-03-20T19:39:44.166Z |
1,719 100% 1.82kB/s 0:00:00
1,719 100% 1.82kB/s 0:00:00 (xfr#150, to-chk=67/254) |
4804 | 2024-03-20T19:39:44.166Z | tools/ci_download_dendrite_stub |
4805 | 2024-03-20T19:39:44.166Z |
4,229 100% 4.47kB/s 0:00:00
4,229 100% 4.47kB/s 0:00:00 (xfr#151, to-chk=66/254) |
4806 | 2024-03-20T19:39:44.166Z | tools/ci_download_maghemite_mgd |
4807 | 2024-03-20T19:39:44.166Z |
3,650 100% 3.86kB/s 0:00:00
3,650 100% 3.86kB/s 0:00:00 (xfr#152, to-chk=65/254) |
4808 | 2024-03-20T19:39:44.167Z | tools/ci_download_maghemite_openapi |
4809 | 2024-03-20T19:39:44.197Z |
1,989 100% 2.10kB/s 0:00:00
1,989 100% 2.10kB/s 0:00:00 (xfr#153, to-chk=64/254) |
4810 | 2024-03-20T19:39:44.197Z | tools/ci_download_softnpu_machinery |
4811 | 2024-03-20T19:39:44.197Z |
668 100% 0.71kB/s 0:00:00
668 100% 0.71kB/s 0:00:00 (xfr#154, to-chk=63/254) |
4812 | 2024-03-20T19:39:44.197Z | tools/ci_download_thundermuffin |
4813 | 2024-03-20T19:39:44.197Z |
3,237 100% 3.42kB/s 0:00:00
3,237 100% 3.42kB/s 0:00:00 (xfr#155, to-chk=62/254) |
4814 | 2024-03-20T19:39:44.197Z | tools/ci_download_transceiver_control |
4815 | 2024-03-20T19:39:44.198Z |
3,415 100% 3.61kB/s 0:00:00
3,415 100% 3.61kB/s 0:00:00 (xfr#156, to-chk=61/254) |
4816 | 2024-03-20T19:39:44.198Z | tools/clickhouse_checksums |
4817 | 2024-03-20T19:39:44.198Z |
153 100% 0.16kB/s 0:00:00
153 100% 0.16kB/s 0:00:00 (xfr#157, to-chk=60/254) |
4818 | 2024-03-20T19:39:44.198Z | tools/clickhouse_version |
4819 | 2024-03-20T19:39:44.198Z |
11 100% 0.01kB/s 0:00:00
11 100% 0.01kB/s 0:00:00 (xfr#158, to-chk=59/254) |
4820 | 2024-03-20T19:39:44.198Z | tools/cockroachdb_checksums |
4821 | 2024-03-20T19:39:44.198Z |
258 100% 0.27kB/s 0:00:00
258 100% 0.27kB/s 0:00:00 (xfr#159, to-chk=58/254) |
4822 | 2024-03-20T19:39:44.198Z | tools/cockroachdb_version |
4823 | 2024-03-20T19:39:44.198Z |
8 100% 0.01kB/s 0:00:00
8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254) |
4824 | 2024-03-20T19:39:44.198Z | tools/console_version |
4825 | 2024-03-20T19:39:44.198Z |
122 100% 0.13kB/s 0:00:00
122 100% 0.13kB/s 0:00:00 (xfr#161, to-chk=56/254) |
4826 | 2024-03-20T19:39:44.198Z | tools/create_gimlet_virtual_hardware.sh |
4827 | 2024-03-20T19:39:44.198Z |
935 100% 0.99kB/s 0:00:00
935 100% 0.99kB/s 0:00:00 (xfr#162, to-chk=55/254) |
4828 | 2024-03-20T19:39:44.198Z | tools/create_scrimlet_virtual_hardware.sh |
4829 | 2024-03-20T19:39:44.198Z |
2,013 100% 2.13kB/s 0:00:00
2,013 100% 2.13kB/s 0:00:00 (xfr#163, to-chk=54/254) |
4830 | 2024-03-20T19:39:44.198Z | tools/create_self_signed_cert.sh |
4831 | 2024-03-20T19:39:44.198Z |
685 100% 0.72kB/s 0:00:00
685 100% 0.72kB/s 0:00:00 (xfr#164, to-chk=53/254) |
4832 | 2024-03-20T19:39:44.198Z | tools/create_virtual_hardware.sh |
4833 | 2024-03-20T19:39:44.198Z |
3,183 100% 3.36kB/s 0:00:00
3,183 100% 3.36kB/s 0:00:00 (xfr#165, to-chk=52/254) |
4834 | 2024-03-20T19:39:44.198Z | tools/delete-reservoir.sh |
4835 | 2024-03-20T19:39:44.198Z |
136 100% 0.14kB/s 0:00:00
136 100% 0.14kB/s 0:00:00 (xfr#166, to-chk=51/254) |
4836 | 2024-03-20T19:39:44.198Z | tools/dendrite_openapi_version |
4837 | 2024-03-20T19:39:44.198Z |
122 100% 0.13kB/s 0:00:00
122 100% 0.13kB/s 0:00:00 (xfr#167, to-chk=50/254) |
4838 | 2024-03-20T19:39:44.198Z | tools/dendrite_stub_checksums |
4839 | 2024-03-20T19:39:44.199Z |
267 100% 0.28kB/s 0:00:00
267 100% 0.28kB/s 0:00:00 (xfr#168, to-chk=49/254) |
4840 | 2024-03-20T19:39:44.199Z | tools/destroy_gimlet_virtual_hardware.sh |
4841 | 2024-03-20T19:39:44.199Z |
888 100% 0.94kB/s 0:00:00
888 100% 0.94kB/s 0:00:00 (xfr#169, to-chk=48/254) |
4842 | 2024-03-20T19:39:44.199Z | tools/destroy_scrimlet_virtual_hardware.sh |
4843 | 2024-03-20T19:39:44.199Z |
1,147 100% 1.21kB/s 0:00:00
1,147 100% 1.21kB/s 0:00:00 (xfr#170, to-chk=47/254) |
4844 | 2024-03-20T19:39:44.199Z | tools/destroy_virtual_hardware.sh |
4845 | 2024-03-20T19:39:44.199Z |
2,227 100% 2.35kB/s 0:00:00
2,227 100% 2.35kB/s 0:00:00 (xfr#171, to-chk=46/254) |
4846 | 2024-03-20T19:39:44.199Z | tools/dvt_dock_version |
4847 | 2024-03-20T19:39:44.199Z |
48 100% 0.05kB/s 0:00:00
48 100% 0.05kB/s 0:00:00 (xfr#172, to-chk=45/254) |
4848 | 2024-03-20T19:39:44.199Z | tools/ensure_buildomat_artifact.sh |
4849 | 2024-03-20T19:39:44.199Z |
3,759 100% 3.97kB/s 0:00:00
3,759 100% 3.97kB/s 0:00:00 (xfr#173, to-chk=44/254) |
4850 | 2024-03-20T19:39:44.199Z | tools/generate-nexus-api.sh |
4851 | 2024-03-20T19:39:44.199Z |
174 100% 0.18kB/s 0:00:00
174 100% 0.18kB/s 0:00:00 (xfr#174, to-chk=43/254) |
4852 | 2024-03-20T19:39:44.199Z | tools/generate-sled-agent-api.sh |
4853 | 2024-03-20T19:39:44.199Z |
161 100% 0.17kB/s 0:00:00
161 100% 0.03kB/s 0:00:04 (xfr#175, to-chk=42/254) |
4854 | 2024-03-20T19:39:44.199Z | tools/generate-wicketd-api.sh |
4855 | 2024-03-20T19:39:44.199Z |
75 100% 0.00kB/s 0:00:00
75 100% 0.00kB/s 0:00:00 (xfr#176, to-chk=41/254) |
4856 | 2024-03-20T19:39:44.199Z | tools/hubris_checksums |
4857 | 2024-03-20T19:39:44.199Z |
852 100% 832.03kB/s 0:00:00
852 100% 832.03kB/s 0:00:00 (xfr#177, to-chk=40/254) |
4858 | 2024-03-20T19:39:44.199Z | tools/hubris_version |
4859 | 2024-03-20T19:39:44.200Z |
50 100% 48.83kB/s 0:00:00
50 100% 48.83kB/s 0:00:00 (xfr#178, to-chk=39/254) |
4860 | 2024-03-20T19:39:44.200Z | tools/install_builder_prerequisites.sh |
4861 | 2024-03-20T19:39:44.200Z |
7,537 100% 7.19MB/s 0:00:00
7,537 100% 7.19MB/s 0:00:00 (xfr#179, to-chk=38/254) |
4862 | 2024-03-20T19:39:44.200Z | tools/install_opte.sh |
4863 | 2024-03-20T19:39:44.200Z |
3,755 100% 3.58MB/s 0:00:00
3,755 100% 3.58MB/s 0:00:00 (xfr#180, to-chk=37/254) |
4864 | 2024-03-20T19:39:44.200Z | tools/install_prerequisites.sh |
4865 | 2024-03-20T19:39:44.200Z |
255 100% 249.02kB/s 0:00:00
255 100% 249.02kB/s 0:00:00 (xfr#181, to-chk=36/254) |
4866 | 2024-03-20T19:39:44.200Z | tools/install_runner_prerequisites.sh |
4867 | 2024-03-20T19:39:44.200Z |
4,154 100% 3.96MB/s 0:00:00
4,154 100% 3.96MB/s 0:00:00 (xfr#182, to-chk=35/254) |
4868 | 2024-03-20T19:39:44.200Z | tools/maghemite_ddm_openapi_version |
4869 | 2024-03-20T19:39:44.200Z |
122 100% 119.14kB/s 0:00:00
122 100% 119.14kB/s 0:00:00 (xfr#183, to-chk=34/254) |
4870 | 2024-03-20T19:39:44.200Z | tools/maghemite_mg_openapi_version |
4871 | 2024-03-20T19:39:44.200Z |
122 100% 119.14kB/s 0:00:00
122 100% 119.14kB/s 0:00:00 (xfr#184, to-chk=33/254) |
4872 | 2024-03-20T19:39:44.200Z | tools/maghemite_mgd_checksums |
4873 | 2024-03-20T19:39:44.200Z |
162 100% 158.20kB/s 0:00:00
162 100% 158.20kB/s 0:00:00 (xfr#185, to-chk=32/254) |
4874 | 2024-03-20T19:39:44.200Z | tools/opte_version |
4875 | 2024-03-20T19:39:44.200Z |
9 100% 8.79kB/s 0:00:00
9 100% 8.79kB/s 0:00:00 (xfr#186, to-chk=31/254) |
4876 | 2024-03-20T19:39:44.200Z | tools/opte_version_override |
4877 | 2024-03-20T19:39:44.200Z |
142 100% 138.67kB/s 0:00:00
142 100% 138.67kB/s 0:00:00 (xfr#187, to-chk=30/254) |
4878 | 2024-03-20T19:39:44.200Z | tools/renovate-post-upgrade.sh |
4879 | 2024-03-20T19:39:44.200Z |
1,705 100% 1.63MB/s 0:00:00
1,705 100% 1.63MB/s 0:00:00 (xfr#188, to-chk=29/254) |
4880 | 2024-03-20T19:39:44.200Z | tools/thundermuffin_checksums |
4881 | 2024-03-20T19:39:44.201Z |
79 100% 77.15kB/s 0:00:00
79 100% 77.15kB/s 0:00:00 (xfr#189, to-chk=28/254) |
4882 | 2024-03-20T19:39:44.201Z | tools/thundermuffin_version |
4883 | 2024-03-20T19:39:44.201Z |
50 100% 48.83kB/s 0:00:00
50 100% 48.83kB/s 0:00:00 (xfr#190, to-chk=27/254) |
4884 | 2024-03-20T19:39:44.201Z | tools/transceiver_control_version |
4885 | 2024-03-20T19:39:44.201Z |
137 100% 133.79kB/s 0:00:00
137 100% 133.79kB/s 0:00:00 (xfr#191, to-chk=26/254) |
4886 | 2024-03-20T19:39:44.201Z | tools/uninstall_opte.sh |
4887 | 2024-03-20T19:39:44.201Z |
6,514 100% 6.21MB/s 0:00:00
6,514 100% 6.21MB/s 0:00:00 (xfr#192, to-chk=25/254) |
4888 | 2024-03-20T19:39:44.201Z | tools/update_crucible.sh |
4889 | 2024-03-20T19:39:44.201Z |
1,093 100% 1.04MB/s 0:00:00
1,093 100% 1.04MB/s 0:00:00 (xfr#193, to-chk=24/254) |
4890 | 2024-03-20T19:39:44.201Z | tools/update_dendrite.sh |
4891 | 2024-03-20T19:39:44.201Z |
2,333 100% 2.22MB/s 0:00:00
2,333 100% 2.22MB/s 0:00:00 (xfr#194, to-chk=23/254) |
4892 | 2024-03-20T19:39:44.201Z | tools/update_helpers.sh |
4893 | 2024-03-20T19:39:44.201Z |
3,831 100% 3.65MB/s 0:00:00
3,831 100% 3.65MB/s 0:00:00 (xfr#195, to-chk=22/254) |
4894 | 2024-03-20T19:39:44.201Z | tools/update_lldp.sh |
4895 | 2024-03-20T19:39:44.201Z |
1,000 100% 976.56kB/s 0:00:00
1,000 100% 976.56kB/s 0:00:00 (xfr#196, to-chk=21/254) |
4896 | 2024-03-20T19:39:44.201Z | tools/update_maghemite.sh |
4897 | 2024-03-20T19:39:44.201Z |
939 100% 916.99kB/s 0:00:00
939 100% 916.99kB/s 0:00:00 (xfr#197, to-chk=20/254) |
4898 | 2024-03-20T19:39:44.201Z | tools/update_propolis.sh |
4899 | 2024-03-20T19:39:44.201Z |
1,050 100% 1.00MB/s 0:00:00
1,050 100% 1.00MB/s 0:00:00 (xfr#198, to-chk=19/254) |
4900 | 2024-03-20T19:39:44.201Z | tools/update_transceiver_control.sh |
4901 | 2024-03-20T19:39:44.201Z |
1,374 100% 1.31MB/s 0:00:00
1,374 100% 1.31MB/s 0:00:00 (xfr#199, to-chk=18/254) |
4902 | 2024-03-20T19:39:44.201Z | tools/virtual_hardware.sh |
4903 | 2024-03-20T19:39:44.201Z |
3,185 100% 3.04MB/s 0:00:00
3,185 100% 3.04MB/s 0:00:00 (xfr#200, to-chk=17/254) |
4904 | 2024-03-20T19:39:44.201Z | tools/dtrace/ |
4905 | 2024-03-20T19:39:44.201Z | tools/dtrace/aggregate-query-latency.d |
4906 | 2024-03-20T19:39:44.202Z |
780 100% 761.72kB/s 0:00:00
780 100% 761.72kB/s 0:00:00 (xfr#201, to-chk=11/254) |
4907 | 2024-03-20T19:39:44.202Z | tools/dtrace/slowest-queries.d |
4908 | 2024-03-20T19:39:44.202Z |
1,077 100% 1.03MB/s 0:00:00
1,077 100% 1.03MB/s 0:00:00 (xfr#202, to-chk=10/254) |
4909 | 2024-03-20T19:39:44.255Z | tools/dtrace/trace-db-queries.d |
4910 | 2024-03-20T19:39:44.255Z |
811 100% 791.99kB/s 0:00:00
811 100% 791.99kB/s 0:00:00 (xfr#203, to-chk=9/254) |
4911 | 2024-03-20T19:39:44.255Z | tools/include/ |
4912 | 2024-03-20T19:39:44.255Z | tools/include/force-git-over-https.sh |
4913 | 2024-03-20T19:39:44.255Z |
940 100% 917.97kB/s 0:00:00
940 100% 917.97kB/s 0:00:00 (xfr#204, to-chk=8/254) |
4914 | 2024-03-20T19:39:44.255Z | tools/populate/ |
4915 | 2024-03-20T19:39:44.255Z | tools/populate/populate-alpine.sh |
4916 | 2024-03-20T19:39:44.255Z |
788 100% 769.53kB/s 0:00:00
788 100% 769.53kB/s 0:00:00 (xfr#205, to-chk=7/254) |
4917 | 2024-03-20T19:39:44.255Z | tools/populate/populate-images.sh |
4918 | 2024-03-20T19:39:44.255Z |
2,571 100% 2.45MB/s 0:00:00
2,571 100% 2.45MB/s 0:00:00 (xfr#206, to-chk=6/254) |
4919 | 2024-03-20T19:39:44.255Z | tools/reflector/ |
4920 | 2024-03-20T19:39:44.255Z | tools/reflector/helpers.sh |
4921 | 2024-03-20T19:39:44.255Z |
4,652 100% 2.22MB/s 0:00:00
4,652 100% 2.22MB/s 0:00:00 (xfr#207, to-chk=5/254) |
4922 | 2024-03-20T19:39:44.255Z | tools/scrimlet/ |
4923 | 2024-03-20T19:39:44.255Z | tools/scrimlet/create-softnpu-zone.sh |
4924 | 2024-03-20T19:39:44.255Z |
627 100% 306.15kB/s 0:00:00
627 100% 306.15kB/s 0:00:00 (xfr#208, to-chk=4/254) |
4925 | 2024-03-20T19:39:44.255Z | tools/scrimlet/destroy-softnpu-zone.sh |
4926 | 2024-03-20T19:39:44.255Z |
203 100% 99.12kB/s 0:00:00
203 100% 99.12kB/s 0:00:00 (xfr#209, to-chk=3/254) |
4927 | 2024-03-20T19:39:44.255Z | tools/scrimlet/softnpu-init.sh |
4928 | 2024-03-20T19:39:44.256Z |
2,157 100% 1.03MB/s 0:00:00
2,157 100% 1.03MB/s 0:00:00 (xfr#210, to-chk=2/254) |
4929 | 2024-03-20T19:39:44.256Z | tools/scrimlet/softnpu-zone.txt |
4930 | 2024-03-20T19:39:44.256Z |
330 100% 161.13kB/s 0:00:00
330 100% 161.13kB/s 0:00:00 (xfr#211, to-chk=1/254) |
4931 | 2024-03-20T19:39:44.256Z | tools/scrimlet/softnpu.toml |
4932 | 2024-03-20T19:39:44.256Z |
171 100% 83.50kB/s 0:00:00
171 100% 83.50kB/s 0:00:00 (xfr#212, to-chk=0/254) |
4933 | 2024-03-20T19:39:44.256Z | + pushd cargo-bay |
4934 | 2024-03-20T19:39:44.256Z | /work/oxidecomputer/testbed/a4x2/cargo-bay /work/oxidecomputer/testbed/a4x2 |
4935 | 2024-03-20T19:39:44.256Z | + mkdir -p omicron-common/omicron/ |
4936 | 2024-03-20T19:39:44.256Z | + cp -r g0/omicron/out omicron-common/omicron/ |
4937 | 2024-03-20T19:39:47.864Z | + rm omicron-common/omicron/out/omicron-sled-agent.tar |
4938 | 2024-03-20T19:39:47.899Z | + rm omicron-common/omicron/out/omicron-gateway-softnpu.tar.gz omicron-common/omicron/out/omicron-gateway.tar.gz |
4939 | 2024-03-20T19:39:47.899Z | + rm omicron-common/omicron/out/switch-softnpu.tar.gz |
4940 | 2024-03-20T19:39:47.899Z | + popd |
4941 | 2024-03-20T19:39:47.899Z | + for sled in g0 g1 g2 g3 |
4942 | 2024-03-20T19:39:47.899Z | /work/oxidecomputer/testbed/a4x2 |
4943 | 2024-03-20T19:39:47.899Z | + find cargo-bay/g0/omicron/out/ -maxdepth 1 -mindepth 1 |
4944 | 2024-03-20T19:39:47.900Z | + grep -v sled-agent |
4945 | 2024-03-20T19:39:47.900Z | + grep -v omicron-gateway |
4946 | 2024-03-20T19:39:47.900Z | + grep -v switch-softnpu |
4947 | 2024-03-20T19:39:47.900Z | + xargs -l rm -rf |
4948 | 2024-03-20T19:39:47.975Z | + for sled in g0 g1 g2 g3 |
4949 | 2024-03-20T19:39:48.023Z | + find cargo-bay/g1/omicron/out/ -maxdepth 1 -mindepth 1 |
4950 | 2024-03-20T19:39:48.024Z | + grep -v sled-agent |
4951 | 2024-03-20T19:39:48.024Z | + grep -v omicron-gateway |
4952 | 2024-03-20T19:39:48.024Z | + grep -v switch-softnpu |
4953 | 2024-03-20T19:39:48.024Z | + xargs -l rm -rf |
4954 | 2024-03-20T19:39:48.055Z | + for sled in g0 g1 g2 g3 |
4955 | 2024-03-20T19:39:48.055Z | + find cargo-bay/g2/omicron/out/ -maxdepth 1 -mindepth 1 |
4956 | 2024-03-20T19:39:48.055Z | + grep -v sled-agent |
4957 | 2024-03-20T19:39:48.055Z | + grep -v omicron-gateway |
4958 | 2024-03-20T19:39:48.055Z | + grep -v switch-softnpu |
4959 | 2024-03-20T19:39:48.055Z | + xargs -l rm -rf |
4960 | 2024-03-20T19:39:48.098Z | + for sled in g0 g1 g2 g3 |
4961 | 2024-03-20T19:39:48.098Z | + find cargo-bay/g3/omicron/out/ -maxdepth 1 -mindepth 1 |
4962 | 2024-03-20T19:39:48.098Z | + grep -v sled-agent |
4963 | 2024-03-20T19:39:48.098Z | + grep -v omicron-gateway |
4964 | 2024-03-20T19:39:48.098Z | + grep -v switch-softnpu |
4965 | 2024-03-20T19:39:48.098Z | + xargs -l rm -rf |
4966 | 2024-03-20T19:39:48.126Z | + ./config/fetch-softnpu-artifacts.sh |
4967 | 2024-03-20T19:39:48.126Z | + url=https://buildomat.eng.oxide.computer |
4968 | 2024-03-20T19:39:48.126Z | + path=public/file/oxidecomputer/sidecar-lite/release/ |
4969 | 2024-03-20T19:39:48.127Z | + rev=e3ea4b495ba0a71801ded0776ae4bbd31df57e26 |
4970 | 2024-03-20T19:39:48.127Z | + for artifact in scadm libsidecar_lite.so |
4971 | 2024-03-20T19:39:48.127Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/scadm |
4972 | 2024-03-20T19:39:48.160Z | % Total % Received % Xferd Average Speed Time Time Time Current |
4973 | 2024-03-20T19:39:48.160Z | Dload Upload Total Spent Left Speed |
4974 | 2024-03-20T19:39:55.723Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
12 22.7M 12 2811k 0 0 2823k 0 0:00:08 --:--:-- 0:00:08 2823k
16 22.7M 16 3967k 0 0 2082k 0 0:00:11 0:00:01 0:00:10 2082k
32 22.7M 32 7627k 0 0 2226k 0 0:00:10 0:00:03 0:00:07 2227k
34 22.7M 34 8143k 0 0 2082k 0 0:00:11 0:00:03 0:00:08 2082k
37 22.7M 37 8731k 0 0 1779k 0 0:00:13 0:00:04 0:00:09 1779k
45 22.7M 45 10.4M 0 0 1813k 0 0:00:12 0:00:05 0:00:07 1607k
56 22.7M 56 12.9M 0 0 1928k 0 0:00:12 0:00:06 0:00:06 1869k
100 22.7M 100 22.7M 0 0 3078k 0 0:00:07 0:00:07 --:--:-- 3779k |
4975 | 2024-03-20T19:39:55.753Z | + chmod +x scadm |
4976 | 2024-03-20T19:39:55.753Z | + cp scadm cargo-bay/g0/ |
4977 | 2024-03-20T19:39:55.779Z | + mv scadm cargo-bay/g3/ |
4978 | 2024-03-20T19:39:55.779Z | + for artifact in scadm libsidecar_lite.so |
4979 | 2024-03-20T19:39:55.779Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/libsidecar_lite.so |
4980 | 2024-03-20T19:39:55.805Z | % Total % Received % Xferd Average Speed Time Time Time Current |
4981 | 2024-03-20T19:39:55.805Z | Dload Upload Total Spent Left Speed |
4982 | 2024-03-20T19:40:07.128Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
3 20.0M 3 627k 0 0 487k 0 0:00:42 0:00:01 0:00:41 487k
23 20.0M 23 4731k 0 0 1676k 0 0:00:12 0:00:02 0:00:10 1676k
23 20.0M 23 4731k 0 0 1237k 0 0:00:16 0:00:03 0:00:13 1238k
24 20.0M 24 4967k 0 0 1169k 0 0:00:17 0:00:04 0:00:13 1170k
65 20.0M 65 13.0M 0 0 2538k 0 0:00:08 0:00:05 0:00:03 2686k
68 20.0M 68 13.7M 0 0 2255k 0 0:00:09 0:00:06 0:00:03 2713k
77 20.0M 77 15.4M 0 0 2084k 0 0:00:09 0:00:07 0:00:02 2325k
77 20.0M 77 15.4M 0 0 1844k 0 0:00:11 0:00:08 0:00:03 2330k
78 20.0M 78 15.6M 0 0 1737k 0 0:00:11 0:00:09 0:00:02 2219k
84 20.0M 84 16.9M 0 0 1691k 0 0:00:12 0:00:10 0:00:02 792k
92 20.0M 92 18.5M 0 0 1685k 0 0:00:12 0:00:11 0:00:01 969k
100 20.0M 100 20.0M 0 0 1810k 0 0:00:11 0:00:11 --:--:-- 1252k |
4983 | 2024-03-20T19:40:07.155Z | + chmod +x libsidecar_lite.so |
4984 | 2024-03-20T19:40:07.155Z | + cp libsidecar_lite.so cargo-bay/g0/ |
4985 | 2024-03-20T19:40:07.182Z | + mv libsidecar_lite.so cargo-bay/g3/ |
4986 | 2024-03-20T19:40:07.182Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4987 | 2024-03-20T19:40:07.183Z | + tar -czf cargo-bay-ce.tgz cargo-bay/ce |
4988 | 2024-03-20T19:40:07.183Z | + mv cargo-bay-ce.tgz /out/ |
4989 | 2024-03-20T19:40:07.210Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4990 | 2024-03-20T19:40:07.210Z | + tar -czf cargo-bay-cr1.tgz cargo-bay/cr1 |
4991 | 2024-03-20T19:40:07.210Z | + mv cargo-bay-cr1.tgz /out/ |
4992 | 2024-03-20T19:40:07.210Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4993 | 2024-03-20T19:40:07.210Z | + tar -czf cargo-bay-cr2.tgz cargo-bay/cr2 |
4994 | 2024-03-20T19:40:07.210Z | + mv cargo-bay-cr2.tgz /out/ |
4995 | 2024-03-20T19:40:07.210Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4996 | 2024-03-20T19:40:07.210Z | + tar -czf cargo-bay-g0.tgz cargo-bay/g0 |
4997 | 2024-03-20T19:40:23.196Z | + mv cargo-bay-g0.tgz /out/ |
4998 | 2024-03-20T19:40:23.484Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4999 | 2024-03-20T19:40:23.484Z | + tar -czf cargo-bay-g1.tgz cargo-bay/g1 |
5000 | 2024-03-20T19:40:37.677Z | + mv cargo-bay-g1.tgz /out/ |
5001 | 2024-03-20T19:40:37.932Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5002 | 2024-03-20T19:40:37.932Z | + tar -czf cargo-bay-g2.tgz cargo-bay/g2 |
5003 | 2024-03-20T19:40:52.252Z | + mv cargo-bay-g2.tgz /out/ |
5004 | 2024-03-20T19:40:52.502Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5005 | 2024-03-20T19:40:52.502Z | + tar -czf cargo-bay-g3.tgz cargo-bay/g3 |
5006 | 2024-03-20T19:41:08.838Z | + mv cargo-bay-g3.tgz /out/ |
5007 | 2024-03-20T19:41:09.124Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5008 | 2024-03-20T19:41:09.124Z | + tar -czf cargo-bay-tools.tgz cargo-bay/tools |
5009 | 2024-03-20T19:41:09.152Z | + mv cargo-bay-tools.tgz /out/ |
5010 | 2024-03-20T19:41:09.153Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5011 | 2024-03-20T19:41:09.153Z | + tar -czf cargo-bay-omicron-common.tgz cargo-bay/omicron-common |
5012 | 2024-03-20T19:41:41.669Z | + mv cargo-bay-omicron-common.tgz /out/ |
5013 | 2024-03-20T19:41:43.169Z | process exited: duration 1835750 ms, exit code 0 |
|
5014 | 2024-03-20T19:41:43.231Z | found 11 output files |
5015 | 2024-03-20T19:41:43.231Z | uploading: /out/cargo-bay-ce.tgz (657 bytes) |
5016 | 2024-03-20T19:41:44.363Z | uploaded: /out/cargo-bay-ce.tgz |
5017 | 2024-03-20T19:41:44.363Z | uploading: /out/cargo-bay-cr1.tgz (955 bytes) |
5018 | 2024-03-20T19:41:45.463Z | uploaded: /out/cargo-bay-cr1.tgz |
5019 | 2024-03-20T19:41:45.489Z | uploading: /out/cargo-bay-cr2.tgz (966 bytes) |
5020 | 2024-03-20T19:41:46.583Z | uploaded: /out/cargo-bay-cr2.tgz |
5021 | 2024-03-20T19:41:46.629Z | uploading: /out/cargo-bay-g0.tgz (297584949 bytes) |
5022 | 2024-03-20T19:43:55.813Z | uploaded: /out/cargo-bay-g0.tgz |
5023 | 2024-03-20T19:43:55.813Z | uploading: /out/cargo-bay-g1.tgz (284721471 bytes) |
5024 | 2024-03-20T19:46:07.605Z | uploaded: /out/cargo-bay-g1.tgz |
5025 | 2024-03-20T19:46:07.605Z | uploading: /out/cargo-bay-g2.tgz (284712782 bytes) |
5026 | 2024-03-20T19:48:33.495Z | uploaded: /out/cargo-bay-g2.tgz |
5027 | 2024-03-20T19:48:33.496Z | uploading: /out/cargo-bay-g3.tgz (297610613 bytes) |
5028 | 2024-03-20T19:51:29.630Z | uploaded: /out/cargo-bay-g3.tgz |
5029 | 2024-03-20T19:51:29.630Z | uploading: /out/cargo-bay-tools.tgz (33951 bytes) |
5030 | 2024-03-20T19:51:30.821Z | uploaded: /out/cargo-bay-tools.tgz |
5031 | 2024-03-20T19:51:30.822Z | uploading: /out/cargo-bay-omicron-common.tgz (947719084 bytes) |
5032 | 2024-03-20T20:00:50.462Z | uploaded: /out/cargo-bay-omicron-common.tgz |
5033 | 2024-03-20T20:00:50.462Z | uploading: /out/commtest (80272216 bytes) |
5034 | 2024-03-20T20:01:28.013Z | uploaded: /out/commtest |
5035 | 2024-03-20T20:01:28.014Z | uploading: /out/dhcp-server (79723400 bytes) |
5036 | 2024-03-20T20:02:03.382Z | uploaded: /out/dhcp-server |