|
|
|
1 | 2024-03-21T15:15:17.236Z | job assigned to worker 01HSGS86FEE3HCT4V8KAQ4F8VM (queued for 38 s) |
|
2 | 2024-03-21T15:15:18.245Z | starting task 0: "setup" |
3 | 2024-03-21T15:15:18.272Z | ++ uname -s |
4 | 2024-03-21T15:15:18.272Z | + kern=SunOS |
5 | 2024-03-21T15:15:18.272Z | + case "$kern" in |
6 | 2024-03-21T15:15:18.272Z | + groupadd -g 12345 build |
7 | 2024-03-21T15:15:18.272Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-21T15:15:20.272Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-21T15:15:20.315Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-21T15:15:20.340Z | + home_fs=zfs |
11 | 2024-03-21T15:15:20.340Z | + [[ zfs == autofs ]] |
12 | 2024-03-21T15:15:20.340Z | + mkdir -p /home/build |
13 | 2024-03-21T15:15:20.340Z | + chown build:build /home/build /work |
14 | 2024-03-21T15:15:22.347Z | + chmod 0700 /home/build /work |
15 | 2024-03-21T15:15:23.192Z | process exited: duration 4084 ms, exit code 0 |
|
16 | 2024-03-21T15:15:23.245Z | starting task 1: "rust-toolchain" |
17 | 2024-03-21T15:15:23.331Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-21T15:15:23.332Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-03-21T15:15:23.391Z | info: downloading installer |
20 | 2024-03-21T15:15:24.161Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-21T15:15:24.161Z | warning: /opt/ooce/bin |
22 | 2024-03-21T15:15:24.161Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-21T15:15:24.161Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-21T15:15:24.161Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-21T15:15:24.161Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-21T15:15:24.161Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-21T15:15:24.161Z | error: cannot install while Rust is installed |
28 | 2024-03-21T15:15:24.161Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-21T15:15:24.214Z | info: profile set to 'default' |
30 | 2024-03-21T15:15:24.214Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-21T15:15:24.246Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-03-21T15:15:24.335Z | info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17) |
33 | 2024-03-21T15:15:24.335Z | info: downloading component 'cargo' |
34 | 2024-03-21T15:15:24.749Z | info: downloading component 'clippy' |
35 | 2024-03-21T15:15:24.867Z | info: downloading component 'rust-docs' |
36 | 2024-03-21T15:15:25.274Z | info: downloading component 'rust-std' |
37 | 2024-03-21T15:15:25.970Z | info: downloading component 'rustc' |
38 | 2024-03-21T15:15:27.182Z | info: downloading component 'rustfmt' |
39 | 2024-03-21T15:15:27.275Z | info: installing component 'cargo' |
40 | 2024-03-21T15:15:28.313Z | info: installing component 'clippy' |
41 | 2024-03-21T15:15:28.681Z | info: installing component 'rust-docs' |
42 | 2024-03-21T15:15:31.203Z | info: installing component 'rust-std' |
43 | 2024-03-21T15:15:33.379Z | info: installing component 'rustc' |
44 | 2024-03-21T15:15:38.004Z | info: installing component 'rustfmt' |
45 | 2024-03-21T15:15:38.388Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-03-21T15:15:38.388Z | |
47 | 2024-03-21T15:15:38.520Z | stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17) |
48 | 2024-03-21T15:15:38.520Z | |
49 | 2024-03-21T15:15:38.549Z | |
50 | 2024-03-21T15:15:38.549Z | Rust is installed now. Great! |
51 | 2024-03-21T15:15:38.549Z | |
52 | 2024-03-21T15:15:38.549Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-21T15:15:38.549Z | environment variable. This has not been done automatically. |
54 | 2024-03-21T15:15:38.549Z | |
55 | 2024-03-21T15:15:38.549Z | To configure your current shell, you need to source |
56 | 2024-03-21T15:15:38.549Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-21T15:15:38.549Z | |
58 | 2024-03-21T15:15:38.549Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-21T15:15:38.549Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-21T15:15:38.549Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-21T15:15:38.596Z | + rustc --version |
62 | 2024-03-21T15:15:38.728Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
63 | 2024-03-21T15:15:38.761Z | process exited: duration 15485 ms, exit code 0 |
|
64 | 2024-03-21T15:15:38.829Z | starting task 2: "authentication" |
65 | 2024-03-21T15:15:38.907Z | process exited: duration 78 ms, exit code 0 |
|
66 | 2024-03-21T15:15:38.965Z | starting task 3: "clone repository" |
67 | 2024-03-21T15:15:39.011Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-21T15:15:39.012Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-21T15:15:39.047Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-21T15:15:53.723Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-21T15:15:53.723Z | + git fetch origin 2c9bdea788236adee5e5cb1925a11c9f2eb05e0c |
72 | 2024-03-21T15:15:54.147Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-21T15:15:54.147Z | * branch 2c9bdea788236adee5e5cb1925a11c9f2eb05e0c -> FETCH_HEAD |
74 | 2024-03-21T15:15:54.174Z | + [[ -n john/prune-inv-zpool ]] |
75 | 2024-03-21T15:15:54.174Z | ++ git branch --show-current |
76 | 2024-03-21T15:15:54.174Z | + current=main |
77 | 2024-03-21T15:15:54.174Z | + [[ main != john/prune-inv-zpool ]] |
78 | 2024-03-21T15:15:54.174Z | + git branch -f john/prune-inv-zpool 2c9bdea788236adee5e5cb1925a11c9f2eb05e0c |
79 | 2024-03-21T15:15:54.174Z | + git checkout -f john/prune-inv-zpool |
80 | 2024-03-21T15:15:54.312Z | Switched to branch 'john/prune-inv-zpool' |
81 | 2024-03-21T15:15:54.337Z | + git reset --hard 2c9bdea788236adee5e5cb1925a11c9f2eb05e0c |
82 | 2024-03-21T15:15:54.444Z | HEAD is now at 2c9bdea78 Prune `inv_zpool` when pruning collections |
83 | 2024-03-21T15:15:54.473Z | process exited: duration 15484 ms, exit code 0 |
|
84 | 2024-03-21T15:15:54.530Z | starting task 4: "build" |
85 | 2024-03-21T15:15:54.572Z | ++++ dirname ./env.sh |
86 | 2024-03-21T15:15:54.572Z | +++ readlink -f . |
87 | 2024-03-21T15:15:54.572Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-03-21T15:15:54.572Z | ++ 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-21T15:15:54.573Z | ++ 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-21T15:15:54.573Z | ++ 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-21T15:15:54.573Z | ++ 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-21T15:15:54.573Z | ++ 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-21T15:15:54.573Z | ++ 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-21T15:15:54.573Z | ++ 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-21T15:15:54.573Z | ++ 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-21T15:15:54.573Z | ++ unset OMICRON_WS |
97 | 2024-03-21T15:15:54.573Z | ++ set +o xtrace |
98 | 2024-03-21T15:15:54.573Z | + pfexec mkdir -p /out |
99 | 2024-03-21T15:15:54.573Z | + pfexec chown 12345 /out |
100 | 2024-03-21T15:15:54.573Z | + banner prerequisites |
101 | 2024-03-21T15:15:54.573Z | |
102 | 2024-03-21T15:15:54.573Z | ##### ##### ###### ##### ###### #### # # # #### # |
103 | 2024-03-21T15:15:54.573Z | # # # # # # # # # # # # # # # |
104 | 2024-03-21T15:15:54.574Z | # # # # ##### # # ##### # # # # # #### # |
105 | 2024-03-21T15:15:54.574Z | ##### ##### # ##### # # # # # # # # # |
106 | 2024-03-21T15:15:54.574Z | # # # # # # # # # # # # # # # |
107 | 2024-03-21T15:15:54.574Z | # # # ###### # # ###### ### # #### # #### # |
108 | 2024-03-21T15:15:54.574Z | |
109 | 2024-03-21T15:15:54.574Z | + set -o xtrace |
110 | 2024-03-21T15:15:54.574Z | + ./tools/install_builder_prerequisites.sh -y |
111 | 2024-03-21T15:15:58.942Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-03-21T15:16:00.555Z | Startup: Caching catalogs ... Done |
113 | 2024-03-21T15:16:02.492Z | Planning: Solver setup ... Done (1.490s) |
114 | 2024-03-21T15:16:02.539Z | Planning: Running solver ... Done (0.030s) |
115 | 2024-03-21T15:16:02.573Z | Planning: Finding local manifests ... Done (0.002s) |
116 | 2024-03-21T15:16:02.623Z | Planning: Fetching manifests: 0/4 0% complete |
117 | 2024-03-21T15:16:03.006Z | Planning: Fetching manifests: 4/4 100% complete |
118 | 2024-03-21T15:16:03.062Z | Planning: Package planning ... Done (0.059s) |
119 | 2024-03-21T15:16:03.135Z | Planning: Merging actions ... Done (0.071s) |
120 | 2024-03-21T15:16:03.535Z | Planning: Checking for conflicting actions ... Done (0.401s) |
121 | 2024-03-21T15:16:03.562Z | Planning: Consolidating action changes ... Done (0.013s) |
122 | 2024-03-21T15:16:04.706Z | Planning: Evaluating mediators ... Done (0.744s) |
123 | 2024-03-21T15:16:04.733Z | Planning: Planning completed in 3.70 seconds |
124 | 2024-03-21T15:16:04.733Z | Packages to install: 4 |
125 | 2024-03-21T15:16:04.733Z | Mediators to change: 2 |
126 | 2024-03-21T15:16:04.733Z | Services to change: 1 |
127 | 2024-03-21T15:16:04.733Z | Estimated space available: 148.92 GB |
128 | 2024-03-21T15:16:04.733Z | Estimated space to be consumed: 1.43 GB |
129 | 2024-03-21T15:16:04.733Z | Create boot environment: No |
130 | 2024-03-21T15:16:04.733Z | Create backup boot environment: No |
131 | 2024-03-21T15:16:04.733Z | Rebuild boot archive: No |
132 | 2024-03-21T15:16:04.733Z | |
133 | 2024-03-21T15:16:04.733Z | Changed mediators: |
134 | 2024-03-21T15:16:04.733Z | mediator clang: |
135 | 2024-03-21T15:16:04.733Z | version: None -> 15 (system default) |
136 | 2024-03-21T15:16:04.733Z | |
137 | 2024-03-21T15:16:04.734Z | mediator llvm: |
138 | 2024-03-21T15:16:04.734Z | version: 14 (system default) -> 15 (system default) |
139 | 2024-03-21T15:16:04.734Z | |
140 | 2024-03-21T15:16:04.734Z | Changed packages: |
141 | 2024-03-21T15:16:04.734Z | helios-dev |
142 | 2024-03-21T15:16:04.734Z | developer/build-essential |
143 | 2024-03-21T15:16:04.734Z | None -> 11-2.0 |
144 | 2024-03-21T15:16:04.734Z | library/libxmlsec1 |
145 | 2024-03-21T15:16:04.734Z | None -> 1.2.35-2.0 |
146 | 2024-03-21T15:16:04.734Z | ooce/developer/clang-15 |
147 | 2024-03-21T15:16:04.734Z | None -> 15.0.7-2.0 |
148 | 2024-03-21T15:16:04.734Z | ooce/developer/llvm-15 |
149 | 2024-03-21T15:16:04.734Z | None -> 15.0.7-2.0 |
150 | 2024-03-21T15:16:04.734Z | |
151 | 2024-03-21T15:16:04.734Z | Services: |
152 | 2024-03-21T15:16:04.734Z | restart_fmri: |
153 | 2024-03-21T15:16:04.734Z | svc:/system/update-man-index:default |
154 | 2024-03-21T15:16:04.734Z | |
155 | 2024-03-21T15:16:04.734Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
156 | 2024-03-21T15:16:09.368Z | Download: 1198/3290 items 79.0/212.6MB 37% complete (15.9M/s) |
157 | 2024-03-21T15:16:14.385Z | Download: 2219/3290 items 119.2/212.6MB 56% complete (12.2M/s) |
158 | 2024-03-21T15:16:19.377Z | Download: 2823/3290 items 121.1/212.6MB 56% complete (4.4M/s) |
159 | 2024-03-21T15:16:24.393Z | Download: 3248/3290 items 182.7/212.6MB 85% complete (6.3M/s) |
160 | 2024-03-21T15:16:30.189Z | Download: 3276/3290 items 208.9/212.6MB 98% complete (8.8M/s) |
161 | 2024-03-21T15:16:39.809Z | Download: 3289/3290 items 212.5/212.6MB 99% complete (3.2M/s) |
162 | 2024-03-21T15:16:39.992Z | Download: Completed 212.60 MB in 35.62 seconds (6.0M/s) |
163 | 2024-03-21T15:16:40.141Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2024-03-21T15:16:45.427Z | Actions: 2899/3689 actions (Installing new actions) |
165 | 2024-03-21T15:16:45.840Z | Actions: Completed 3689 actions in 5.70 seconds. |
166 | 2024-03-21T15:16:46.008Z | Done (0.154s) |
167 | 2024-03-21T15:16:46.008Z | Done (0.000s) |
168 | 2024-03-21T15:16:46.326Z | Done (0.317s) |
169 | 2024-03-21T15:16:51.447Z | Done (5.015s) |
170 | 2024-03-21T15:16:51.537Z | Done (0.019s) |
171 | 2024-03-21T15:16:51.537Z | Done (0.000s) |
172 | 2024-03-21T15:16:51.702Z | Done (0.000s) |
173 | 2024-03-21T15:16:52.321Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-03-21T15:16:52.552Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-03-21T15:16:52.587Z | Planning: Consolidating action changes ... Done |
176 | 2024-03-21T15:16:52.875Z | Planning: Evaluating mediators ... Done |
177 | 2024-03-21T15:16:52.902Z | Planning: Planning completed in 0.55 seconds |
178 | 2024-03-21T15:16:52.927Z | Mediators to change: 2 |
179 | 2024-03-21T15:16:52.927Z | Create boot environment: No |
180 | 2024-03-21T15:16:52.927Z | Create backup boot environment: No |
181 | 2024-03-21T15:16:52.980Z | Done |
182 | 2024-03-21T15:16:52.980Z | Done |
183 | 2024-03-21T15:16:53.153Z | Done |
184 | 2024-03-21T15:16:57.485Z | Done |
185 | 2024-03-21T15:16:57.590Z | Done |
186 | 2024-03-21T15:16:57.590Z | Done |
187 | 2024-03-21T15:16:57.658Z | Done |
188 | 2024-03-21T15:16:58.424Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-03-21T15:16:58.861Z | Planning: Merging actions ... Done |
190 | 2024-03-21T15:16:58.904Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-03-21T15:16:58.904Z | Planning: Consolidating action changes ... Done |
192 | 2024-03-21T15:16:58.986Z | Planning: Evaluating mediators ... Done |
193 | 2024-03-21T15:16:59.065Z | Planning: Planning completed in 0.98 seconds |
194 | 2024-03-21T15:16:59.101Z | Packages to change: 1 |
195 | 2024-03-21T15:16:59.101Z | Mediators to change: 1 |
196 | 2024-03-21T15:16:59.101Z | Services to change: 1 |
197 | 2024-03-21T15:16:59.101Z | Create boot environment: No |
198 | 2024-03-21T15:16:59.101Z | Create backup boot environment: Yes |
199 | 2024-03-21T15:17:00.557Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2024-03-21T15:17:00.585Z | Actions: Completed 6 actions in 0.00 seconds. |
201 | 2024-03-21T15:17:00.585Z | Done |
202 | 2024-03-21T15:17:00.586Z | Done |
203 | 2024-03-21T15:17:00.622Z | Done |
204 | 2024-03-21T15:17:04.881Z | Done |
205 | 2024-03-21T15:17:04.970Z | Done |
206 | 2024-03-21T15:17:04.995Z | Done |
207 | 2024-03-21T15:17:05.044Z | Done |
208 | 2024-03-21T15:17:05.543Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2024-03-21T15:17:05.543Z | clang system 15 system |
210 | 2024-03-21T15:17:05.543Z | csh system system illumos |
211 | 2024-03-21T15:17:05.543Z | ctags system system illumos |
212 | 2024-03-21T15:17:05.543Z | gcc vendor 12 vendor |
213 | 2024-03-21T15:17:05.543Z | gcc system 10 system |
214 | 2024-03-21T15:17:05.543Z | gcc system 7 system |
215 | 2024-03-21T15:17:05.543Z | go system 1.20 system |
216 | 2024-03-21T15:17:05.543Z | go system 1.19 system |
217 | 2024-03-21T15:17:05.543Z | llvm system 15 system |
218 | 2024-03-21T15:17:05.543Z | llvm system 14 system |
219 | 2024-03-21T15:17:05.543Z | mariadb system 10.6 system |
220 | 2024-03-21T15:17:05.543Z | mta vendor vendor dma |
221 | 2024-03-21T15:17:05.543Z | openjdk system 17 system |
222 | 2024-03-21T15:17:05.543Z | openjdk system 11 system |
223 | 2024-03-21T15:17:05.543Z | openjdk system 1.8 system |
224 | 2024-03-21T15:17:05.543Z | openssl vendor 3 vendor |
225 | 2024-03-21T15:17:05.544Z | perl system 5.36 system |
226 | 2024-03-21T15:17:05.544Z | postgresql system 15 system |
227 | 2024-03-21T15:17:05.544Z | postgresql system 13 system |
228 | 2024-03-21T15:17:05.544Z | python vendor 3 vendor |
229 | 2024-03-21T15:17:05.544Z | python system 2 system |
230 | 2024-03-21T15:17:05.544Z | python3 system 3.11 system |
231 | 2024-03-21T15:17:05.544Z | ruby system 3.0 system |
232 | 2024-03-21T15:17:05.544Z | words vendor vendor american-english |
233 | 2024-03-21T15:17:05.544Z | words system system australian-english |
234 | 2024-03-21T15:17:05.544Z | words system system british-english |
235 | 2024-03-21T15:17:05.544Z | words system system canadian-english |
236 | 2024-03-21T15:17:05.544Z | words system system french |
237 | 2024-03-21T15:17:05.544Z | words system system italian |
238 | 2024-03-21T15:17:05.544Z | words system system ngerman |
239 | 2024-03-21T15:17:05.544Z | words system system ogerman |
240 | 2024-03-21T15:17:05.544Z | words system system spanish |
241 | 2024-03-21T15:17:05.934Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2024-03-21T15:17:05.934Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2024-03-21T15:17:07.429Z | FMRI IFO |
244 | 2024-03-21T15:17:07.429Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2024-03-21T15:17:07.429Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2024-03-21T15:17:07.429Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2024-03-21T15:17:07.429Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2024-03-21T15:17:07.429Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2024-03-21T15:17:07.429Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2024-03-21T15:17:07.429Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
251 | 2024-03-21T15:17:07.430Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2024-03-21T15:17:07.430Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
253 | 2024-03-21T15:17:07.430Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
254 | 2024-03-21T15:17:07.430Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-03-21T15:17:07.430Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
256 | 2024-03-21T15:17:07.652Z | + set -o errexit |
257 | 2024-03-21T15:17:07.678Z | +++ dirname ./tools/ci_download_cockroachdb |
258 | 2024-03-21T15:17:07.678Z | ++ cd ./tools |
259 | 2024-03-21T15:17:07.678Z | ++ pwd |
260 | 2024-03-21T15:17:07.678Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
261 | 2024-03-21T15:17:07.678Z | ++ basename ./tools/ci_download_cockroachdb |
262 | 2024-03-21T15:17:07.678Z | + ARG0=ci_download_cockroachdb |
263 | 2024-03-21T15:17:07.678Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
264 | 2024-03-21T15:17:07.678Z | + CIDL_VERSION=v22.1.9 |
265 | 2024-03-21T15:17:07.679Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
266 | 2024-03-21T15:17:07.679Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
267 | 2024-03-21T15:17:07.679Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
268 | 2024-03-21T15:17:07.679Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
269 | 2024-03-21T15:17:07.679Z | + TARGET_DIR=out |
270 | 2024-03-21T15:17:07.679Z | + DOWNLOAD_DIR=out/downloads |
271 | 2024-03-21T15:17:07.679Z | + DEST_DIR=./out/cockroachdb |
272 | 2024-03-21T15:17:07.679Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
273 | 2024-03-21T15:17:07.679Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
274 | 2024-03-21T15:17:07.679Z | + main |
275 | 2024-03-21T15:17:07.679Z | + [[ 0 != 0 ]] |
276 | 2024-03-21T15:17:07.679Z | + CIDL_OS=solaris2.11 |
277 | 2024-03-21T15:17:07.679Z | + [[ 0 != 0 ]] |
278 | 2024-03-21T15:17:07.679Z | + configure_os solaris2.11 |
279 | 2024-03-21T15:17:07.679Z | + echo 'current directory: /work/oxidecomputer/omicron' |
280 | 2024-03-21T15:17:07.679Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2024-03-21T15:17:07.679Z | current directory: /work/oxidecomputer/omicron |
282 | 2024-03-21T15:17:07.679Z | configuring based on OS: "solaris2.11" |
283 | 2024-03-21T15:17:07.679Z | + case "$1" in |
284 | 2024-03-21T15:17:07.679Z | + CIDL_BUILD=illumos |
285 | 2024-03-21T15:17:07.679Z | + CIDL_SUFFIX=tar.gz |
286 | 2024-03-21T15:17:07.679Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
287 | 2024-03-21T15:17:07.679Z | + CIDL_URL_BASE=https://illumos.org/downloads |
288 | 2024-03-21T15:17:07.680Z | + CIDL_ASSEMBLE=do_assemble_illumos |
289 | 2024-03-21T15:17:07.680Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
290 | 2024-03-21T15:17:07.680Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-03-21T15:17:07.680Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-03-21T15:17:07.680Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
293 | 2024-03-21T15:17:07.680Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-03-21T15:17:07.680Z | + CIDL_SHA256FUNC=do_sha256sum |
295 | 2024-03-21T15:17:07.680Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2024-03-21T15:17:07.680Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-03-21T15:17:07.680Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2024-03-21T15:17:07.680Z | + mkdir -p out/downloads |
299 | 2024-03-21T15:17:07.680Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-03-21T15:17:07.680Z | + mkdir -p ./out/cockroachdb |
301 | 2024-03-21T15:17:07.680Z | + local DO_DOWNLOAD=true |
302 | 2024-03-21T15:17:07.680Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
303 | 2024-03-21T15:17:07.680Z | + '[' true == true ']' |
304 | 2024-03-21T15:17:07.680Z | + echo Downloading... |
305 | 2024-03-21T15:17:07.680Z | Downloading... |
306 | 2024-03-21T15:17:07.680Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-03-21T15:17:07.680Z | + 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 |
308 | 2024-03-21T15:17:15.482Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-03-21T15:17:15.510Z | ++ sha256sum |
310 | 2024-03-21T15:17:15.510Z | ++ awk '{print $1}' |
311 | 2024-03-21T15:17:15.560Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
312 | 2024-03-21T15:17:15.590Z | + [[ 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 ]] |
313 | 2024-03-21T15:17:15.590Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2024-03-21T15:17:15.590Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
315 | 2024-03-21T15:17:18.473Z | + do_assemble_illumos |
316 | 2024-03-21T15:17:18.473Z | + rm -r ./out/cockroachdb |
317 | 2024-03-21T15:17:18.507Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
318 | 2024-03-21T15:17:18.998Z | + ./out/cockroachdb/bin/cockroach version |
319 | 2024-03-21T15:17:19.680Z | Build Tag: v22.1.9-dirty |
320 | 2024-03-21T15:17:19.680Z | Build Time: 2022/10/26 21:17:46 |
321 | 2024-03-21T15:17:19.680Z | Distribution: OSS |
322 | 2024-03-21T15:17:19.680Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
323 | 2024-03-21T15:17:19.680Z | Go Version: go1.17.13 |
324 | 2024-03-21T15:17:19.680Z | C Compiler: gcc 10.3.0 |
325 | 2024-03-21T15:17:19.680Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
326 | 2024-03-21T15:17:19.681Z | Build Type: release |
327 | 2024-03-21T15:17:19.736Z | + set -o errexit |
328 | 2024-03-21T15:17:19.736Z | +++ dirname ./tools/ci_download_clickhouse |
329 | 2024-03-21T15:17:19.736Z | ++ cd ./tools |
330 | 2024-03-21T15:17:19.736Z | ++ pwd |
331 | 2024-03-21T15:17:19.737Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
332 | 2024-03-21T15:17:19.737Z | ++ basename ./tools/ci_download_clickhouse |
333 | 2024-03-21T15:17:19.737Z | + ARG0=ci_download_clickhouse |
334 | 2024-03-21T15:17:19.737Z | + TARGET_DIR=out |
335 | 2024-03-21T15:17:19.737Z | + DOWNLOAD_DIR=out/downloads |
336 | 2024-03-21T15:17:19.737Z | + DEST_DIR=./out/clickhouse |
337 | 2024-03-21T15:17:19.737Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
338 | 2024-03-21T15:17:19.737Z | + CIDL_VERSION=v23.8.7.24 |
339 | 2024-03-21T15:17:19.737Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
340 | 2024-03-21T15:17:19.737Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
341 | 2024-03-21T15:17:19.737Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
342 | 2024-03-21T15:17:19.737Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
343 | 2024-03-21T15:17:19.737Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
344 | 2024-03-21T15:17:19.737Z | + main |
345 | 2024-03-21T15:17:19.737Z | + [[ 0 != 0 ]] |
346 | 2024-03-21T15:17:19.737Z | + CIDL_OS=solaris2.11 |
347 | 2024-03-21T15:17:19.737Z | + [[ 0 != 0 ]] |
348 | 2024-03-21T15:17:19.737Z | + configure_os solaris2.11 |
349 | 2024-03-21T15:17:19.737Z | + echo 'current directory: /work/oxidecomputer/omicron' |
350 | 2024-03-21T15:17:19.737Z | + echo 'configuring based on OS: "solaris2.11"' |
351 | 2024-03-21T15:17:19.737Z | current directory: /work/oxidecomputer/omicron |
352 | 2024-03-21T15:17:19.737Z | + CIDL_DASHREV= |
353 | 2024-03-21T15:17:19.737Z | configuring based on OS: "solaris2.11" |
354 | 2024-03-21T15:17:19.738Z | + case "$1" in |
355 | 2024-03-21T15:17:19.738Z | + CIDL_PLATFORM=illumos |
356 | 2024-03-21T15:17:19.738Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
357 | 2024-03-21T15:17:19.738Z | + CIDL_MD5FUNC=do_md5sum |
358 | 2024-03-21T15:17:19.738Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
359 | 2024-03-21T15:17:19.738Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-03-21T15:17:19.738Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
361 | 2024-03-21T15:17:19.738Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
362 | 2024-03-21T15:17:19.738Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
363 | 2024-03-21T15:17:19.738Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
364 | 2024-03-21T15:17:19.738Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
365 | 2024-03-21T15:17:19.738Z | + mkdir -p out/downloads |
366 | 2024-03-21T15:17:19.738Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-03-21T15:17:19.738Z | + mkdir -p ./out/clickhouse |
368 | 2024-03-21T15:17:19.738Z | + local DO_DOWNLOAD=true |
369 | 2024-03-21T15:17:19.738Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
370 | 2024-03-21T15:17:19.738Z | + '[' true == true ']' |
371 | 2024-03-21T15:17:19.738Z | + echo Downloading... |
372 | 2024-03-21T15:17:19.738Z | + 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-21T15:17:19.738Z | Downloading... |
374 | 2024-03-21T15:17:19.738Z | + 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 |
375 | 2024-03-21T15:17:32.090Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-03-21T15:17:32.116Z | ++ md5sum |
377 | 2024-03-21T15:17:32.116Z | ++ awk '{print $1}' |
378 | 2024-03-21T15:17:32.365Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
379 | 2024-03-21T15:17:32.365Z | + [[ 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 ]] |
380 | 2024-03-21T15:17:32.365Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
381 | 2024-03-21T15:17:32.390Z | + mkdir -p ./out/clickhouse |
382 | 2024-03-21T15:17:32.390Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
383 | 2024-03-21T15:17:37.549Z | + [[ solaris2.11 == darwin* ]] |
384 | 2024-03-21T15:17:37.549Z | + ./out/clickhouse/clickhouse server --version |
385 | 2024-03-21T15:17:37.706Z | ClickHouse server version 23.8.7.1. |
386 | 2024-03-21T15:17:37.741Z | + set -o errexit |
387 | 2024-03-21T15:17:37.741Z | +++ dirname ./tools/ci_download_console |
388 | 2024-03-21T15:17:37.741Z | ++ cd ./tools |
389 | 2024-03-21T15:17:37.742Z | ++ pwd |
390 | 2024-03-21T15:17:37.742Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
391 | 2024-03-21T15:17:37.742Z | ++ basename ./tools/ci_download_console |
392 | 2024-03-21T15:17:37.773Z | + ARG0=ci_download_console |
393 | 2024-03-21T15:17:37.774Z | + TARGET_DIR=out |
394 | 2024-03-21T15:17:37.774Z | + DOWNLOAD_DIR=out/downloads |
395 | 2024-03-21T15:17:37.774Z | + DEST_DIR=./out/console-assets |
396 | 2024-03-21T15:17:37.774Z | + source /work/oxidecomputer/omicron/tools/console_version |
397 | 2024-03-21T15:17:37.774Z | ++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198 |
398 | 2024-03-21T15:17:37.775Z | ++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
399 | 2024-03-21T15:17:37.775Z | + URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
400 | 2024-03-21T15:17:37.775Z | + TARBALL_FILE=out/downloads/console.tar.gz |
401 | 2024-03-21T15:17:37.775Z | + main |
402 | 2024-03-21T15:17:37.775Z | + [[ 0 != 0 ]] |
403 | 2024-03-21T15:17:37.775Z | + echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz' |
404 | 2024-03-21T15:17:37.775Z | + echo 'Local file: out/downloads/console.tar.gz' |
405 | 2024-03-21T15:17:37.775Z | URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
406 | 2024-03-21T15:17:37.776Z | Local file: out/downloads/console.tar.gz |
407 | 2024-03-21T15:17:37.776Z | + local DO_DOWNLOAD=true |
408 | 2024-03-21T15:17:37.776Z | + [[ -f out/downloads/console.tar.gz ]] |
409 | 2024-03-21T15:17:37.776Z | + mkdir -p out/downloads |
410 | 2024-03-21T15:17:37.776Z | + '[' true == true ']' |
411 | 2024-03-21T15:17:37.776Z | + echo Downloading... |
412 | 2024-03-21T15:17:37.776Z | Downloading... |
413 | 2024-03-21T15:17:37.777Z | + do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz |
414 | 2024-03-21T15:17:37.777Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
415 | 2024-03-21T15:17:38.024Z | ++ do_sha256sum out/downloads/console.tar.gz |
416 | 2024-03-21T15:17:38.024Z | ++ case "$OSTYPE" in |
417 | 2024-03-21T15:17:38.024Z | ++ SHA=sha256sum |
418 | 2024-03-21T15:17:38.052Z | ++ sha256sum |
419 | 2024-03-21T15:17:38.052Z | ++ awk '{print $1}' |
420 | 2024-03-21T15:17:38.052Z | + calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
421 | 2024-03-21T15:17:38.052Z | + [[ 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 ]] |
422 | 2024-03-21T15:17:38.052Z | + rm -rf ./out/console-assets |
423 | 2024-03-21T15:17:38.052Z | + mkdir -p ./out/console-assets |
424 | 2024-03-21T15:17:38.052Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
425 | 2024-03-21T15:17:38.052Z | + mkdir -p ./out/console-assets |
426 | 2024-03-21T15:17:38.053Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
427 | 2024-03-21T15:17:38.182Z | + set -o errexit |
428 | 2024-03-21T15:17:38.210Z | +++ dirname ./tools/ci_download_maghemite_openapi |
429 | 2024-03-21T15:17:38.210Z | ++ cd ./tools |
430 | 2024-03-21T15:17:38.210Z | ++ pwd |
431 | 2024-03-21T15:17:38.211Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
432 | 2024-03-21T15:17:38.211Z | ++ basename ./tools/ci_download_maghemite_openapi |
433 | 2024-03-21T15:17:38.211Z | + ARG0=ci_download_maghemite_openapi |
434 | 2024-03-21T15:17:38.211Z | + TARGET_DIR=out |
435 | 2024-03-21T15:17:38.211Z | + DOWNLOAD_DIR=out/downloads |
436 | 2024-03-21T15:17:38.211Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
437 | 2024-03-21T15:17:38.211Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
438 | 2024-03-21T15:17:38.211Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
439 | 2024-03-21T15:17:38.212Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
440 | 2024-03-21T15:17:38.212Z | + LOCAL_FILE=out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
441 | 2024-03-21T15:17:38.212Z | + main |
442 | 2024-03-21T15:17:38.212Z | + rm -rf out/downloads/root |
443 | 2024-03-21T15:17:38.212Z | + [[ 0 != 0 ]] |
444 | 2024-03-21T15:17:38.212Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json' |
445 | 2024-03-21T15:17:38.212Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
446 | 2024-03-21T15:17:38.212Z | + echo 'Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json' |
447 | 2024-03-21T15:17:38.213Z | + local DO_DOWNLOAD=true |
448 | 2024-03-21T15:17:38.213Z | Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
449 | 2024-03-21T15:17:38.213Z | + [[ -f out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]] |
450 | 2024-03-21T15:17:38.213Z | + mkdir -p out/downloads |
451 | 2024-03-21T15:17:38.213Z | + '[' true == true ']' |
452 | 2024-03-21T15:17:38.213Z | + echo Downloading... |
453 | 2024-03-21T15:17:38.213Z | Downloading... |
454 | 2024-03-21T15:17:38.213Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
455 | 2024-03-21T15:17:38.213Z | + 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 |
456 | 2024-03-21T15:17:38.619Z | ++ do_sha256sum out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
457 | 2024-03-21T15:17:38.619Z | ++ case "$OSTYPE" in |
458 | 2024-03-21T15:17:38.619Z | ++ SHA=sha256sum |
459 | 2024-03-21T15:17:39.060Z | ++ sha256sum |
460 | 2024-03-21T15:17:39.060Z | ++ awk '{print $1}' |
461 | 2024-03-21T15:17:39.060Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
462 | 2024-03-21T15:17:39.060Z | + [[ 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 ]] |
463 | 2024-03-21T15:17:39.060Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
464 | 2024-03-21T15:17:39.060Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
465 | 2024-03-21T15:17:39.060Z | ++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
466 | 2024-03-21T15:17:39.060Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
467 | 2024-03-21T15:17:39.061Z | + LOCAL_FILE=out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
468 | 2024-03-21T15:17:39.061Z | + main |
469 | 2024-03-21T15:17:39.061Z | + rm -rf out/downloads/root |
470 | 2024-03-21T15:17:39.061Z | + [[ 0 != 0 ]] |
471 | 2024-03-21T15:17:39.061Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json' |
472 | 2024-03-21T15:17:39.061Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
473 | 2024-03-21T15:17:39.061Z | + echo 'Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json' |
474 | 2024-03-21T15:17:39.061Z | + local DO_DOWNLOAD=true |
475 | 2024-03-21T15:17:39.061Z | Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
476 | 2024-03-21T15:17:39.061Z | + [[ -f out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]] |
477 | 2024-03-21T15:17:39.062Z | + mkdir -p out/downloads |
478 | 2024-03-21T15:17:39.062Z | + '[' true == true ']' |
479 | 2024-03-21T15:17:39.062Z | + echo Downloading... |
480 | 2024-03-21T15:17:39.062Z | Downloading... |
481 | 2024-03-21T15:17:39.062Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
482 | 2024-03-21T15:17:39.062Z | + 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 |
483 | 2024-03-21T15:17:39.098Z | ++ do_sha256sum out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
484 | 2024-03-21T15:17:39.098Z | ++ case "$OSTYPE" in |
485 | 2024-03-21T15:17:39.098Z | ++ SHA=sha256sum |
486 | 2024-03-21T15:17:39.099Z | ++ sha256sum |
487 | 2024-03-21T15:17:39.099Z | ++ awk '{print $1}' |
488 | 2024-03-21T15:17:39.099Z | + calculated_sha2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
489 | 2024-03-21T15:17:39.099Z | + [[ 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 ]] |
490 | 2024-03-21T15:17:39.099Z | + set -o errexit |
491 | 2024-03-21T15:17:39.099Z | +++ dirname ./tools/ci_download_dendrite_openapi |
492 | 2024-03-21T15:17:39.099Z | ++ cd ./tools |
493 | 2024-03-21T15:17:39.099Z | ++ pwd |
494 | 2024-03-21T15:17:39.099Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
495 | 2024-03-21T15:17:39.099Z | ++ basename ./tools/ci_download_dendrite_openapi |
496 | 2024-03-21T15:17:39.100Z | + ARG0=ci_download_dendrite_openapi |
497 | 2024-03-21T15:17:39.100Z | + TARGET_DIR=out |
498 | 2024-03-21T15:17:39.100Z | + DOWNLOAD_DIR=out/downloads |
499 | 2024-03-21T15:17:39.100Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
500 | 2024-03-21T15:17:39.100Z | ++ COMMIT=b128500231b916802a9436dd438742424aa5c6ce |
501 | 2024-03-21T15:17:39.100Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
502 | 2024-03-21T15:17:39.100Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/b128500231b916802a9436dd438742424aa5c6ce/dpd.json |
503 | 2024-03-21T15:17:39.100Z | + LOCAL_FILE=out/downloads/dpd-b128500231b916802a9436dd438742424aa5c6ce.json |
504 | 2024-03-21T15:17:39.100Z | + main |
505 | 2024-03-21T15:17:39.100Z | + [[ 0 != 0 ]] |
506 | 2024-03-21T15:17:39.101Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/b128500231b916802a9436dd438742424aa5c6ce/dpd.json' |
507 | 2024-03-21T15:17:39.101Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/b128500231b916802a9436dd438742424aa5c6ce/dpd.json |
508 | 2024-03-21T15:17:39.101Z | + echo 'Local file: out/downloads/dpd-b128500231b916802a9436dd438742424aa5c6ce.json' |
509 | 2024-03-21T15:17:39.101Z | Local file: out/downloads/dpd-b128500231b916802a9436dd438742424aa5c6ce.json |
510 | 2024-03-21T15:17:39.101Z | + local DO_DOWNLOAD=true |
511 | 2024-03-21T15:17:39.101Z | + [[ -f out/downloads/dpd-b128500231b916802a9436dd438742424aa5c6ce.json ]] |
512 | 2024-03-21T15:17:39.101Z | + mkdir -p out/downloads |
513 | 2024-03-21T15:17:39.101Z | Downloading... |
514 | 2024-03-21T15:17:39.101Z | + '[' true == true ']' |
515 | 2024-03-21T15:17:39.101Z | + echo Downloading... |
516 | 2024-03-21T15:17:39.101Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/b128500231b916802a9436dd438742424aa5c6ce/dpd.json out/downloads/dpd-b128500231b916802a9436dd438742424aa5c6ce.json |
517 | 2024-03-21T15:17:39.101Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-b128500231b916802a9436dd438742424aa5c6ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/b128500231b916802a9436dd438742424aa5c6ce/dpd.json |
518 | 2024-03-21T15:17:39.266Z | ++ do_sha256sum out/downloads/dpd-b128500231b916802a9436dd438742424aa5c6ce.json |
519 | 2024-03-21T15:17:39.266Z | ++ case "$OSTYPE" in |
520 | 2024-03-21T15:17:39.266Z | ++ SHA=sha256sum |
521 | 2024-03-21T15:17:39.297Z | ++ sha256sum |
522 | 2024-03-21T15:17:39.297Z | ++ awk '{print $1}' |
523 | 2024-03-21T15:17:39.297Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
524 | 2024-03-21T15:17:39.298Z | + [[ 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 ]] |
525 | 2024-03-21T15:17:39.298Z | + set -o errexit |
526 | 2024-03-21T15:17:39.298Z | +++ dirname ./tools/ci_download_dendrite_stub |
527 | 2024-03-21T15:17:39.326Z | ++ cd ./tools |
528 | 2024-03-21T15:17:39.326Z | ++ pwd |
529 | 2024-03-21T15:17:39.326Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
530 | 2024-03-21T15:17:39.327Z | ++ basename ./tools/ci_download_dendrite_stub |
531 | 2024-03-21T15:17:39.327Z | + ARG0=ci_download_dendrite_stub |
532 | 2024-03-21T15:17:39.327Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
533 | 2024-03-21T15:17:39.327Z | ++ CIDL_SHA256_ILLUMOS=47e0b279cf5babb199ea4d7d1654ccef6f463eeae7cef24e8138658c57affb4a |
534 | 2024-03-21T15:17:39.327Z | ++ CIDL_SHA256_LINUX_DPD=11e464a38fa0858c3d896e82d7ee3123aee5f0cf4e3c2a029a0dd7cfd54d3adf |
535 | 2024-03-21T15:17:39.327Z | ++ CIDL_SHA256_LINUX_SWADM=66eab497b955751d0704c3cd97ac5c1ed373aa656fc37ccba86ae9900b5ae96d |
536 | 2024-03-21T15:17:39.327Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
537 | 2024-03-21T15:17:39.327Z | ++ COMMIT=b128500231b916802a9436dd438742424aa5c6ce |
538 | 2024-03-21T15:17:39.327Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
539 | 2024-03-21T15:17:39.327Z | + TARGET_DIR=out |
540 | 2024-03-21T15:17:39.327Z | + DOWNLOAD_DIR=out/downloads |
541 | 2024-03-21T15:17:39.327Z | + DEST_DIR=./out/dendrite-stub |
542 | 2024-03-21T15:17:39.327Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
543 | 2024-03-21T15:17:39.327Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
544 | 2024-03-21T15:17:39.327Z | + REPO=oxidecomputer/dendrite |
545 | 2024-03-21T15:17:39.327Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/b128500231b916802a9436dd438742424aa5c6ce |
546 | 2024-03-21T15:17:39.327Z | + main |
547 | 2024-03-21T15:17:39.327Z | + [[ 0 != 0 ]] |
548 | 2024-03-21T15:17:39.327Z | + CIDL_OS=solaris2.11 |
549 | 2024-03-21T15:17:39.327Z | + [[ 0 != 0 ]] |
550 | 2024-03-21T15:17:39.327Z | + configure_os solaris2.11 |
551 | 2024-03-21T15:17:39.328Z | + echo 'current directory: /work/oxidecomputer/omicron' |
552 | 2024-03-21T15:17:39.328Z | current directory: /work/oxidecomputer/omicron |
553 | 2024-03-21T15:17:39.328Z | + echo 'configuring based on OS: "solaris2.11"' |
554 | 2024-03-21T15:17:39.328Z | + case "$1" in |
555 | 2024-03-21T15:17:39.328Z | configuring based on OS: "solaris2.11" |
556 | 2024-03-21T15:17:39.328Z | + SET_BINARIES= |
557 | 2024-03-21T15:17:39.328Z | + CIDL_SHA256=47e0b279cf5babb199ea4d7d1654ccef6f463eeae7cef24e8138658c57affb4a |
558 | 2024-03-21T15:17:39.328Z | + CIDL_SHA256FUNC=do_sha256sum |
559 | 2024-03-21T15:17:39.328Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
560 | 2024-03-21T15:17:39.328Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/b128500231b916802a9436dd438742424aa5c6ce/dendrite-stub.tar.gz |
561 | 2024-03-21T15:17:39.328Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
562 | 2024-03-21T15:17:39.328Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/b128500231b916802a9436dd438742424aa5c6ce/dendrite-stub.tar.gz' |
563 | 2024-03-21T15:17:39.328Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/b128500231b916802a9436dd438742424aa5c6ce/dendrite-stub.tar.gz |
564 | 2024-03-21T15:17:39.328Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
565 | 2024-03-21T15:17:39.328Z | + mkdir -p out/downloads |
566 | 2024-03-21T15:17:39.328Z | Local file: out/downloads/dendrite-stub.tar.gz |
567 | 2024-03-21T15:17:39.328Z | + mkdir -p ./out/dendrite-stub |
568 | 2024-03-21T15:17:39.328Z | + fetch_and_verify |
569 | 2024-03-21T15:17:39.328Z | + local DO_DOWNLOAD=true |
570 | 2024-03-21T15:17:39.329Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
571 | 2024-03-21T15:17:39.329Z | + '[' true == true ']' |
572 | 2024-03-21T15:17:39.329Z | + echo Downloading... |
573 | 2024-03-21T15:17:39.329Z | Downloading... |
574 | 2024-03-21T15:17:39.329Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/b128500231b916802a9436dd438742424aa5c6ce/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
575 | 2024-03-21T15:17:39.329Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/b128500231b916802a9436dd438742424aa5c6ce/dendrite-stub.tar.gz |
576 | 2024-03-21T15:17:51.702Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
577 | 2024-03-21T15:17:51.727Z | ++ sha256sum |
578 | 2024-03-21T15:17:51.727Z | ++ awk '{print $1}' |
579 | 2024-03-21T15:17:51.758Z | + calculated_sha256=47e0b279cf5babb199ea4d7d1654ccef6f463eeae7cef24e8138658c57affb4a |
580 | 2024-03-21T15:17:51.758Z | + [[ 47e0b279cf5babb199ea4d7d1654ccef6f463eeae7cef24e8138658c57affb4a != \4\7\e\0\b\2\7\9\c\f\5\b\a\b\b\1\9\9\e\a\4\d\7\d\1\6\5\4\c\c\e\f\6\f\4\6\3\e\e\a\e\7\c\e\f\2\4\e\8\1\3\8\6\5\8\c\5\7\a\f\f\b\4\a ]] |
581 | 2024-03-21T15:17:51.758Z | + do_untar out/downloads/dendrite-stub.tar.gz |
582 | 2024-03-21T15:17:51.758Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
583 | 2024-03-21T15:17:52.653Z | + do_assemble |
584 | 2024-03-21T15:17:52.653Z | + rm -r ./out/dendrite-stub |
585 | 2024-03-21T15:17:52.678Z | + mkdir ./out/dendrite-stub |
586 | 2024-03-21T15:17:52.678Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
587 | 2024-03-21T15:17:52.783Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
588 | 2024-03-21T15:17:52.815Z | + set -o errexit |
589 | 2024-03-21T15:17:52.815Z | +++ dirname ./tools/ci_download_maghemite_mgd |
590 | 2024-03-21T15:17:52.815Z | ++ cd ./tools |
591 | 2024-03-21T15:17:52.815Z | ++ pwd |
592 | 2024-03-21T15:17:52.815Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
593 | 2024-03-21T15:17:52.815Z | ++ basename ./tools/ci_download_maghemite_mgd |
594 | 2024-03-21T15:17:52.815Z | + ARG0=ci_download_maghemite_mgd |
595 | 2024-03-21T15:17:52.815Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
596 | 2024-03-21T15:17:52.815Z | ++ CIDL_SHA256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b |
597 | 2024-03-21T15:17:52.815Z | ++ MGD_LINUX_SHA256=03bf4e9fbe7d46be5dbcf83f9cd67520383f843767939e06d0db93ce4e584111 |
598 | 2024-03-21T15:17:52.815Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
599 | 2024-03-21T15:17:52.815Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
600 | 2024-03-21T15:17:52.815Z | ++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
601 | 2024-03-21T15:17:52.815Z | + TARGET_DIR=out |
602 | 2024-03-21T15:17:52.815Z | + DOWNLOAD_DIR=out/downloads |
603 | 2024-03-21T15:17:52.816Z | + DEST_DIR=./out/mgd |
604 | 2024-03-21T15:17:52.816Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
605 | 2024-03-21T15:17:52.816Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
606 | 2024-03-21T15:17:52.816Z | + REPO=oxidecomputer/maghemite |
607 | 2024-03-21T15:17:52.816Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb |
608 | 2024-03-21T15:17:52.816Z | + main |
609 | 2024-03-21T15:17:52.816Z | + rm -rf out/downloads/root |
610 | 2024-03-21T15:17:52.846Z | + [[ 0 != 0 ]] |
611 | 2024-03-21T15:17:52.846Z | + CIDL_OS=solaris2.11 |
612 | 2024-03-21T15:17:52.846Z | + [[ 0 != 0 ]] |
613 | 2024-03-21T15:17:52.846Z | + configure_os solaris2.11 |
614 | 2024-03-21T15:17:52.846Z | + echo 'current directory: /work/oxidecomputer/omicron' |
615 | 2024-03-21T15:17:52.846Z | + echo 'configuring based on OS: "solaris2.11"' |
616 | 2024-03-21T15:17:52.846Z | current directory: /work/oxidecomputer/omicron |
617 | 2024-03-21T15:17:52.846Z | configuring based on OS: "solaris2.11" |
618 | 2024-03-21T15:17:52.847Z | + case "$1" in |
619 | 2024-03-21T15:17:52.847Z | + SET_BINARIES= |
620 | 2024-03-21T15:17:52.847Z | + CIDL_SHA256FUNC=do_sha256sum |
621 | 2024-03-21T15:17:52.847Z | + TARBALL_FILENAME=mgd.tar.gz |
622 | 2024-03-21T15:17:52.847Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
623 | 2024-03-21T15:17:52.847Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
624 | 2024-03-21T15:17:52.847Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz' |
625 | 2024-03-21T15:17:52.847Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
626 | 2024-03-21T15:17:52.847Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
627 | 2024-03-21T15:17:52.847Z | Local file: out/downloads/mgd.tar.gz |
628 | 2024-03-21T15:17:52.847Z | + mkdir -p out/downloads |
629 | 2024-03-21T15:17:52.847Z | + mkdir -p ./out/mgd |
630 | 2024-03-21T15:17:52.847Z | + fetch_and_verify |
631 | 2024-03-21T15:17:52.848Z | + local DO_DOWNLOAD=true |
632 | 2024-03-21T15:17:52.848Z | + [[ -f out/downloads/mgd.tar.gz ]] |
633 | 2024-03-21T15:17:52.848Z | + '[' true == true ']' |
634 | 2024-03-21T15:17:52.848Z | + echo Downloading... |
635 | 2024-03-21T15:17:52.848Z | + 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-21T15:17:52.848Z | Downloading... |
637 | 2024-03-21T15:17:52.848Z | + 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 |
638 | 2024-03-21T15:18:07.105Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
639 | 2024-03-21T15:18:07.130Z | ++ sha256sum |
640 | 2024-03-21T15:18:07.130Z | ++ awk '{print $1}' |
641 | 2024-03-21T15:18:07.130Z | + calculated_sha256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b |
642 | 2024-03-21T15:18:07.130Z | + [[ 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 ]] |
643 | 2024-03-21T15:18:07.130Z | + do_untar out/downloads/mgd.tar.gz |
644 | 2024-03-21T15:18:07.130Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
645 | 2024-03-21T15:18:07.717Z | + do_assemble |
646 | 2024-03-21T15:18:07.717Z | + rm -r ./out/mgd |
647 | 2024-03-21T15:18:07.746Z | + mkdir ./out/mgd |
648 | 2024-03-21T15:18:07.747Z | + cp -r out/downloads/root ./out/mgd/root |
649 | 2024-03-21T15:18:07.776Z | + set -o errexit |
650 | 2024-03-21T15:18:07.823Z | +++ dirname ./tools/ci_download_transceiver_control |
651 | 2024-03-21T15:18:07.823Z | ++ cd ./tools |
652 | 2024-03-21T15:18:07.823Z | ++ pwd |
653 | 2024-03-21T15:18:07.823Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
654 | 2024-03-21T15:18:07.823Z | ++ basename ./tools/ci_download_transceiver_control |
655 | 2024-03-21T15:18:07.823Z | + ARG0=ci_download_transceiver_control |
656 | 2024-03-21T15:18:07.823Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
657 | 2024-03-21T15:18:07.823Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2024-03-21T15:18:07.823Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-03-21T15:18:07.823Z | + TARGET_DIR=out |
660 | 2024-03-21T15:18:07.823Z | + DOWNLOAD_DIR=out/downloads |
661 | 2024-03-21T15:18:07.823Z | + DEST_DIR=./out/transceiver-control |
662 | 2024-03-21T15:18:07.823Z | + BIN_DIR=/opt/oxide/bin |
663 | 2024-03-21T15:18:07.823Z | + BINARY=xcvradm |
664 | 2024-03-21T15:18:07.824Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
665 | 2024-03-21T15:18:07.824Z | + REPO=oxidecomputer/transceiver-control |
666 | 2024-03-21T15:18:07.824Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
667 | 2024-03-21T15:18:07.824Z | + main |
668 | 2024-03-21T15:18:07.824Z | + [[ 0 != 0 ]] |
669 | 2024-03-21T15:18:07.824Z | + CIDL_OS=solaris2.11 |
670 | 2024-03-21T15:18:07.824Z | + [[ 0 != 0 ]] |
671 | 2024-03-21T15:18:07.824Z | + configure_os solaris2.11 |
672 | 2024-03-21T15:18:07.824Z | + echo 'current directory: /work/oxidecomputer/omicron' |
673 | 2024-03-21T15:18:07.824Z | + echo 'configuring based on OS: "solaris2.11"' |
674 | 2024-03-21T15:18:07.824Z | current directory: /work/oxidecomputer/omicron |
675 | 2024-03-21T15:18:07.824Z | configuring based on OS: "solaris2.11" |
676 | 2024-03-21T15:18:07.824Z | + case "$1" in |
677 | 2024-03-21T15:18:07.824Z | + SET_BINARIES= |
678 | 2024-03-21T15:18:07.824Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
679 | 2024-03-21T15:18:07.824Z | + CIDL_SHA256FUNC=do_sha256sum |
680 | 2024-03-21T15:18:07.824Z | + ARCHIVE_FILENAME=xcvradm.gz |
681 | 2024-03-21T15:18:07.824Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
682 | 2024-03-21T15:18:07.824Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
683 | 2024-03-21T15:18:07.824Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
684 | 2024-03-21T15:18:07.824Z | + echo 'Local file: out/downloads/xcvradm.gz' |
685 | 2024-03-21T15:18:07.824Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
686 | 2024-03-21T15:18:07.824Z | Local file: out/downloads/xcvradm.gz |
687 | 2024-03-21T15:18:07.824Z | + mkdir -p out/downloads |
688 | 2024-03-21T15:18:07.825Z | + mkdir -p ./out/transceiver-control |
689 | 2024-03-21T15:18:07.825Z | + fetch_and_verify |
690 | 2024-03-21T15:18:07.825Z | + local DO_DOWNLOAD=true |
691 | 2024-03-21T15:18:07.825Z | + [[ -f out/downloads/xcvradm.gz ]] |
692 | 2024-03-21T15:18:07.825Z | + '[' true == true ']' |
693 | 2024-03-21T15:18:07.825Z | + echo Downloading... |
694 | 2024-03-21T15:18:07.825Z | Downloading... |
695 | 2024-03-21T15:18:07.825Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
696 | 2024-03-21T15:18:07.825Z | + 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 |
697 | 2024-03-21T15:18:10.985Z | ++ do_sha256sum out/downloads/xcvradm.gz |
698 | 2024-03-21T15:18:11.010Z | ++ sha256sum |
699 | 2024-03-21T15:18:11.010Z | ++ awk '{print $1}' |
700 | 2024-03-21T15:18:11.010Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
701 | 2024-03-21T15:18:11.010Z | + [[ 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 ]] |
702 | 2024-03-21T15:18:11.010Z | + do_unpack out/downloads/xcvradm.gz |
703 | 2024-03-21T15:18:11.010Z | + mkdir -p out/downloads/root//opt/oxide/bin |
704 | 2024-03-21T15:18:11.010Z | + gzip -dc out/downloads/xcvradm.gz |
705 | 2024-03-21T15:18:11.135Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
706 | 2024-03-21T15:18:11.167Z | + do_assemble |
707 | 2024-03-21T15:18:11.167Z | + rm -r ./out/transceiver-control |
708 | 2024-03-21T15:18:11.167Z | + mkdir ./out/transceiver-control |
709 | 2024-03-21T15:18:11.167Z | + cp -r out/downloads/root ./out/transceiver-control/root |
710 | 2024-03-21T15:18:11.202Z | + set -o errexit |
711 | 2024-03-21T15:18:11.228Z | +++ dirname ./tools/ci_download_thundermuffin |
712 | 2024-03-21T15:18:11.228Z | ++ cd ./tools |
713 | 2024-03-21T15:18:11.228Z | ++ pwd |
714 | 2024-03-21T15:18:11.228Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
715 | 2024-03-21T15:18:11.228Z | ++ basename ./tools/ci_download_thundermuffin |
716 | 2024-03-21T15:18:11.228Z | + ARG0=ci_download_thundermuffin |
717 | 2024-03-21T15:18:11.228Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
718 | 2024-03-21T15:18:11.228Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
719 | 2024-03-21T15:18:11.228Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
720 | 2024-03-21T15:18:11.228Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
721 | 2024-03-21T15:18:11.228Z | + TARGET_DIR=out |
722 | 2024-03-21T15:18:11.228Z | + DOWNLOAD_DIR=out/downloads |
723 | 2024-03-21T15:18:11.228Z | + DEST_DIR=./out/thundermuffin |
724 | 2024-03-21T15:18:11.229Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
725 | 2024-03-21T15:18:11.229Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
726 | 2024-03-21T15:18:11.229Z | + REPO=oxidecomputer/thundermuffin |
727 | 2024-03-21T15:18:11.229Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
728 | 2024-03-21T15:18:11.229Z | + main |
729 | 2024-03-21T15:18:11.229Z | + rm -rf out/downloads/root |
730 | 2024-03-21T15:18:11.229Z | + [[ 0 != 0 ]] |
731 | 2024-03-21T15:18:11.229Z | + CIDL_OS=solaris2.11 |
732 | 2024-03-21T15:18:11.229Z | + [[ 0 != 0 ]] |
733 | 2024-03-21T15:18:11.229Z | + configure_os solaris2.11 |
734 | 2024-03-21T15:18:11.229Z | + echo 'current directory: /work/oxidecomputer/omicron' |
735 | 2024-03-21T15:18:11.229Z | current directory: /work/oxidecomputer/omicron |
736 | 2024-03-21T15:18:11.229Z | + echo 'configuring based on OS: "solaris2.11"' |
737 | 2024-03-21T15:18:11.229Z | + case "$1" in |
738 | 2024-03-21T15:18:11.229Z | + SET_BINARIES= |
739 | 2024-03-21T15:18:11.229Z | configuring based on OS: "solaris2.11" |
740 | 2024-03-21T15:18:11.229Z | + CIDL_SHA256FUNC=do_sha256sum |
741 | 2024-03-21T15:18:11.229Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
742 | 2024-03-21T15:18:11.229Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
743 | 2024-03-21T15:18:11.229Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
744 | 2024-03-21T15:18:11.229Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
745 | 2024-03-21T15:18:11.230Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
746 | 2024-03-21T15:18:11.230Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
747 | 2024-03-21T15:18:11.230Z | Local file: out/downloads/thundermuffin.tar.gz |
748 | 2024-03-21T15:18:11.230Z | + mkdir -p out/downloads |
749 | 2024-03-21T15:18:11.230Z | + mkdir -p ./out/thundermuffin |
750 | 2024-03-21T15:18:11.230Z | + fetch_and_verify |
751 | 2024-03-21T15:18:11.230Z | + local DO_DOWNLOAD=true |
752 | 2024-03-21T15:18:11.230Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
753 | 2024-03-21T15:18:11.230Z | + '[' true == true ']' |
754 | 2024-03-21T15:18:11.230Z | + echo Downloading... |
755 | 2024-03-21T15:18:11.230Z | Downloading... |
756 | 2024-03-21T15:18:11.230Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
757 | 2024-03-21T15:18:11.230Z | + 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 |
758 | 2024-03-21T15:18:13.269Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
759 | 2024-03-21T15:18:13.269Z | ++ sha256sum |
760 | 2024-03-21T15:18:13.269Z | ++ awk '{print $1}' |
761 | 2024-03-21T15:18:13.269Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
762 | 2024-03-21T15:18:13.269Z | + [[ 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 ]] |
763 | 2024-03-21T15:18:13.269Z | + do_untar out/downloads/thundermuffin.tar.gz |
764 | 2024-03-21T15:18:13.270Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
765 | 2024-03-21T15:18:13.360Z | + do_assemble |
766 | 2024-03-21T15:18:13.360Z | + rm -r ./out/thundermuffin |
767 | 2024-03-21T15:18:13.390Z | + mkdir ./out/thundermuffin |
768 | 2024-03-21T15:18:13.390Z | + cp -r out/downloads/root ./out/thundermuffin/root |
769 | 2024-03-21T15:18:13.390Z | All builder prerequisites installed successfully, and PATH looks valid |
770 | 2024-03-21T15:18:13.390Z | + banner commtest |
771 | 2024-03-21T15:18:13.417Z | |
772 | 2024-03-21T15:18:13.417Z | #### #### # # # # ##### ###### #### ##### |
773 | 2024-03-21T15:18:13.417Z | # # # # ## ## ## ## # # # # |
774 | 2024-03-21T15:18:13.417Z | # # # # ## # # ## # # ##### #### # |
775 | 2024-03-21T15:18:13.417Z | # # # # # # # # # # # |
776 | 2024-03-21T15:18:13.417Z | # # # # # # # # # # # # # |
777 | 2024-03-21T15:18:13.417Z | #### #### # # # # # ###### #### # |
778 | 2024-03-21T15:18:13.417Z | |
779 | 2024-03-21T15:18:13.417Z | + cargo build -p end-to-end-tests --bin commtest --bin dhcp-server --release |
780 | 2024-03-21T15:18:13.417Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
781 | 2024-03-21T15:18:13.520Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
782 | 2024-03-21T15:18:13.520Z | info: downloading component 'cargo' |
783 | 2024-03-21T15:18:13.655Z | info: downloading component 'clippy' |
784 | 2024-03-21T15:18:13.707Z | info: downloading component 'rust-docs' |
785 | 2024-03-21T15:18:13.911Z | info: downloading component 'rust-std' |
786 | 2024-03-21T15:18:14.166Z | info: downloading component 'rustc' |
787 | 2024-03-21T15:18:15.025Z | info: downloading component 'rustfmt' |
788 | 2024-03-21T15:18:15.074Z | info: installing component 'cargo' |
789 | 2024-03-21T15:18:16.165Z | info: installing component 'clippy' |
790 | 2024-03-21T15:18:16.541Z | info: installing component 'rust-docs' |
791 | 2024-03-21T15:18:24.613Z | info: installing component 'rust-std' |
792 | 2024-03-21T15:18:24.613Z | info: installing component 'rustc' |
793 | 2024-03-21T15:18:25.679Z | info: installing component 'rustfmt' |
794 | 2024-03-21T15:18:26.361Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
795 | 2024-03-21T15:18:26.853Z | Updating git repository `https://github.com/oxidecomputer/samael` |
796 | 2024-03-21T15:18:27.299Z | Updating git repository `https://github.com/oxidecomputer/zone` |
797 | 2024-03-21T15:18:27.715Z | Updating crates.io index |
798 | 2024-03-21T15:18:27.743Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
799 | 2024-03-21T15:18:28.631Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
800 | 2024-03-21T15:18:29.361Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
801 | 2024-03-21T15:18:31.466Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
802 | 2024-03-21T15:18:32.129Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
803 | 2024-03-21T15:18:32.504Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
804 | 2024-03-21T15:18:33.601Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
805 | 2024-03-21T15:18:36.619Z | Updating git repository `https://github.com/oxidecomputer/opte` |
806 | 2024-03-21T15:18:37.812Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
807 | 2024-03-21T15:18:38.271Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
808 | 2024-03-21T15:18:38.920Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
809 | 2024-03-21T15:18:39.338Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
810 | 2024-03-21T15:18:39.864Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
811 | 2024-03-21T15:18:40.784Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
812 | 2024-03-21T15:18:40.924Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
813 | 2024-03-21T15:18:41.344Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
814 | 2024-03-21T15:18:42.136Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
815 | 2024-03-21T15:18:42.175Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
816 | 2024-03-21T15:18:42.516Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
817 | 2024-03-21T15:18:43.004Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
818 | 2024-03-21T15:18:43.445Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
819 | 2024-03-21T15:18:44.055Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
820 | 2024-03-21T15:18:44.535Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
821 | 2024-03-21T15:18:44.924Z | Updating git repository `https://github.com/jgallagher/nix` |
822 | 2024-03-21T15:18:46.083Z | Updating git repository `https://github.com/cbiffle/hubpack` |
823 | 2024-03-21T15:18:46.515Z | Updating git repository `https://github.com/oxidecomputer/typify` |
824 | 2024-03-21T15:18:48.442Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
825 | 2024-03-21T15:18:48.975Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
826 | 2024-03-21T15:18:49.427Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
827 | 2024-03-21T15:18:50.866Z | Downloading crates ... |
828 | 2024-03-21T15:18:50.950Z | Downloaded anstyle-query v1.0.0 |
829 | 2024-03-21T15:18:50.975Z | Downloaded anstream v0.6.11 |
830 | 2024-03-21T15:18:50.975Z | Downloaded block-buffer v0.10.4 |
831 | 2024-03-21T15:18:50.975Z | Downloaded cc v1.0.83 |
832 | 2024-03-21T15:18:50.975Z | Downloaded ciborium-io v0.2.2 |
833 | 2024-03-21T15:18:50.975Z | Downloaded cfg-if v1.0.0 |
834 | 2024-03-21T15:18:50.976Z | Downloaded cbc v0.1.2 |
835 | 2024-03-21T15:18:50.976Z | Downloaded instant v0.1.12 |
836 | 2024-03-21T15:18:50.976Z | Downloaded inout v0.1.3 |
837 | 2024-03-21T15:18:51.001Z | Downloaded libefi-sys v0.1.0 |
838 | 2024-03-21T15:18:51.001Z | Downloaded new_debug_unreachable v1.0.4 |
839 | 2024-03-21T15:18:51.001Z | Downloaded arrayvec v0.7.4 |
840 | 2024-03-21T15:18:51.001Z | Downloaded md5 v0.7.0 |
841 | 2024-03-21T15:18:51.002Z | Downloaded managed v0.8.0 |
842 | 2024-03-21T15:18:51.002Z | Downloaded memmap v0.7.0 |
843 | 2024-03-21T15:18:51.002Z | Downloaded strum v0.26.1 |
844 | 2024-03-21T15:18:51.027Z | Downloaded usdt-macro v0.5.0 |
845 | 2024-03-21T15:18:51.027Z | Downloaded dhcproto-macros v0.1.0 |
846 | 2024-03-21T15:18:51.027Z | Downloaded match_cfg v0.1.0 |
847 | 2024-03-21T15:18:51.027Z | Downloaded usdt-attr-macro v0.5.0 |
848 | 2024-03-21T15:18:51.027Z | Downloaded num-conv v0.1.0 |
849 | 2024-03-21T15:18:51.027Z | Downloaded normalize-line-endings v0.3.0 |
850 | 2024-03-21T15:18:51.027Z | Downloaded openssl-probe v0.1.5 |
851 | 2024-03-21T15:18:51.028Z | Downloaded num_cpus v1.16.0 |
852 | 2024-03-21T15:18:51.028Z | Downloaded phf_shared v0.10.0 |
853 | 2024-03-21T15:18:51.028Z | Downloaded num_enum v0.7.2 |
854 | 2024-03-21T15:18:51.028Z | Downloaded opaque-debug v0.3.0 |
855 | 2024-03-21T15:18:51.053Z | Downloaded ciborium-ll v0.2.2 |
856 | 2024-03-21T15:18:51.053Z | Downloaded mime v0.3.17 |
857 | 2024-03-21T15:18:51.053Z | Downloaded utf8parse v0.2.1 |
858 | 2024-03-21T15:18:51.053Z | Downloaded hubpack_derive v0.1.1 |
859 | 2024-03-21T15:18:51.053Z | Downloaded openssl-macros v0.1.1 |
860 | 2024-03-21T15:18:51.053Z | Downloaded thread-id v4.2.0 |
861 | 2024-03-21T15:18:51.053Z | Downloaded usdt-impl v0.3.5 |
862 | 2024-03-21T15:18:51.053Z | Downloaded smallvec v1.13.1 |
863 | 2024-03-21T15:18:51.053Z | Downloaded slog-envlogger v2.2.0 |
864 | 2024-03-21T15:18:51.053Z | Downloaded time-macros v0.2.17 |
865 | 2024-03-21T15:18:51.079Z | Downloaded sync_wrapper v0.1.2 |
866 | 2024-03-21T15:18:51.079Z | Downloaded hubpack v0.1.2 |
867 | 2024-03-21T15:18:51.079Z | Downloaded foreign-types v0.3.2 |
868 | 2024-03-21T15:18:51.079Z | Downloaded scopeguard v1.2.0 |
869 | 2024-03-21T15:18:51.079Z | Downloaded scroll v0.12.0 |
870 | 2024-03-21T15:18:51.079Z | Downloaded synstructure v0.12.6 |
871 | 2024-03-21T15:18:51.079Z | Downloaded pkcs8 v0.10.2 |
872 | 2024-03-21T15:18:51.079Z | Downloaded http-range v0.1.5 |
873 | 2024-03-21T15:18:51.104Z | Downloaded serde_repr v0.1.16 |
874 | 2024-03-21T15:18:51.104Z | Downloaded group v0.13.0 |
875 | 2024-03-21T15:18:51.104Z | Downloaded http-body v0.4.5 |
876 | 2024-03-21T15:18:51.105Z | Downloaded endian-type v0.1.2 |
877 | 2024-03-21T15:18:51.105Z | Downloaded dtrace-parser v0.2.0 |
878 | 2024-03-21T15:18:51.105Z | Downloaded tokio-macros v2.2.0 |
879 | 2024-03-21T15:18:51.105Z | Downloaded ident_case v1.0.1 |
880 | 2024-03-21T15:18:51.105Z | Downloaded either v1.10.0 |
881 | 2024-03-21T15:18:51.105Z | Downloaded foreign-types v0.5.0 |
882 | 2024-03-21T15:18:51.105Z | Downloaded percent-encoding v2.3.1 |
883 | 2024-03-21T15:18:51.105Z | Downloaded paste v1.0.14 |
884 | 2024-03-21T15:18:51.132Z | Downloaded unicase v2.7.0 |
885 | 2024-03-21T15:18:51.132Z | Downloaded getrandom v0.2.12 |
886 | 2024-03-21T15:18:51.133Z | Downloaded display-error-chain v0.2.0 |
887 | 2024-03-21T15:18:51.133Z | Downloaded miniz_oxide v0.7.1 |
888 | 2024-03-21T15:18:51.133Z | Downloaded serde_tokenstream v0.1.7 |
889 | 2024-03-21T15:18:51.133Z | Downloaded take_mut v0.2.2 |
890 | 2024-03-21T15:18:51.133Z | Downloaded tokio-rustls v0.24.1 |
891 | 2024-03-21T15:18:51.164Z | Downloaded heck v0.4.1 |
892 | 2024-03-21T15:18:51.164Z | Downloaded phf v0.11.2 |
893 | 2024-03-21T15:18:51.164Z | Downloaded equivalent v1.0.1 |
894 | 2024-03-21T15:18:51.164Z | Downloaded der v0.7.8 |
895 | 2024-03-21T15:18:51.164Z | Downloaded secrecy v0.8.0 |
896 | 2024-03-21T15:18:51.164Z | Downloaded xattr v1.0.1 |
897 | 2024-03-21T15:18:51.164Z | Downloaded want v0.3.1 |
898 | 2024-03-21T15:18:51.164Z | Downloaded slab v0.4.9 |
899 | 2024-03-21T15:18:51.164Z | Downloaded parking_lot_core v0.8.6 |
900 | 2024-03-21T15:18:51.164Z | Downloaded semver v0.11.0 |
901 | 2024-03-21T15:18:51.164Z | Downloaded tabwriter v1.4.0 |
902 | 2024-03-21T15:18:51.164Z | Downloaded ucd-trie v0.1.6 |
903 | 2024-03-21T15:18:51.164Z | Downloaded parking_lot v0.11.2 |
904 | 2024-03-21T15:18:51.194Z | Downloaded pkg-config v0.3.27 |
905 | 2024-03-21T15:18:51.194Z | Downloaded password-hash v0.5.0 |
906 | 2024-03-21T15:18:51.194Z | Downloaded owo-colors v4.0.0 |
907 | 2024-03-21T15:18:51.194Z | Downloaded phf_shared v0.11.2 |
908 | 2024-03-21T15:18:51.194Z | Downloaded crossterm v0.27.0 |
909 | 2024-03-21T15:18:51.194Z | Downloaded errno v0.3.8 |
910 | 2024-03-21T15:18:51.194Z | Downloaded quick-error v1.2.3 |
911 | 2024-03-21T15:18:51.194Z | Downloaded openssl-sys v0.9.96 |
912 | 2024-03-21T15:18:51.219Z | Downloaded polyval v0.6.1 |
913 | 2024-03-21T15:18:51.219Z | Downloaded ecdsa v0.16.9 |
914 | 2024-03-21T15:18:51.220Z | Downloaded pretty-hex v0.4.1 |
915 | 2024-03-21T15:18:51.220Z | Downloaded rustls-pemfile v1.0.3 |
916 | 2024-03-21T15:18:51.220Z | Downloaded unicode-bidi v0.3.15 |
917 | 2024-03-21T15:18:51.220Z | Downloaded signature v2.1.0 |
918 | 2024-03-21T15:18:51.220Z | Downloaded precomputed-hash v0.1.1 |
919 | 2024-03-21T15:18:51.220Z | Downloaded hash32 v0.2.1 |
920 | 2024-03-21T15:18:51.220Z | Downloaded resolv-conf v0.7.0 |
921 | 2024-03-21T15:18:51.220Z | Downloaded hash32 v0.3.1 |
922 | 2024-03-21T15:18:51.220Z | Downloaded headers-core v0.2.0 |
923 | 2024-03-21T15:18:51.245Z | Downloaded postcard v1.0.8 |
924 | 2024-03-21T15:18:51.245Z | Downloaded waitgroup v0.1.2 |
925 | 2024-03-21T15:18:51.245Z | Downloaded socket2 v0.4.9 |
926 | 2024-03-21T15:18:51.245Z | Downloaded uuid v0.8.2 |
927 | 2024-03-21T15:18:51.245Z | Downloaded tokio-stream v0.1.14 |
928 | 2024-03-21T15:18:51.245Z | Downloaded string_cache v0.8.7 |
929 | 2024-03-21T15:18:51.245Z | Downloaded psl-types v2.0.11 |
930 | 2024-03-21T15:18:51.245Z | Downloaded rfc6979 v0.4.0 |
931 | 2024-03-21T15:18:51.245Z | Downloaded predicates v3.1.0 |
932 | 2024-03-21T15:18:51.270Z | Downloaded fastrand v2.0.1 |
933 | 2024-03-21T15:18:51.271Z | Downloaded structmeta v0.3.0 |
934 | 2024-03-21T15:18:51.271Z | Downloaded tokio-rustls v0.25.0 |
935 | 2024-03-21T15:18:51.271Z | Downloaded diesel_derives v2.1.2 |
936 | 2024-03-21T15:18:51.271Z | Downloaded siphasher v0.3.11 |
937 | 2024-03-21T15:18:51.271Z | Downloaded slog v2.7.0 |
938 | 2024-03-21T15:18:51.271Z | Downloaded fxhash v0.2.1 |
939 | 2024-03-21T15:18:51.271Z | Downloaded futures-macro v0.3.30 |
940 | 2024-03-21T15:18:51.271Z | Downloaded signal-hook v0.3.17 |
941 | 2024-03-21T15:18:51.296Z | Downloaded tower-service v0.3.2 |
942 | 2024-03-21T15:18:51.296Z | Downloaded similar v2.4.0 |
943 | 2024-03-21T15:18:51.296Z | Downloaded russh-cryptovec v0.7.0 |
944 | 2024-03-21T15:18:51.296Z | Downloaded p256 v0.13.2 |
945 | 2024-03-21T15:18:51.296Z | Downloaded vec_map v0.8.2 |
946 | 2024-03-21T15:18:51.296Z | Downloaded rcgen v0.12.1 |
947 | 2024-03-21T15:18:51.297Z | Downloaded rand_core v0.6.4 |
948 | 2024-03-21T15:18:51.297Z | Downloaded futures-channel v0.3.30 |
949 | 2024-03-21T15:18:51.323Z | Downloaded futures-task v0.3.30 |
950 | 2024-03-21T15:18:51.323Z | Downloaded generic-array v0.14.7 |
951 | 2024-03-21T15:18:51.323Z | Downloaded getopts v0.2.21 |
952 | 2024-03-21T15:18:51.323Z | Downloaded subtle v2.5.0 |
953 | 2024-03-21T15:18:51.323Z | Downloaded bstr v1.9.0 |
954 | 2024-03-21T15:18:51.324Z | Downloaded rustls-pki-types v1.3.0 |
955 | 2024-03-21T15:18:51.324Z | Downloaded gethostname v0.4.3 |
956 | 2024-03-21T15:18:51.350Z | Downloaded rustc_version v0.1.7 |
957 | 2024-03-21T15:18:51.350Z | Downloaded rustc-demangle v0.1.23 |
958 | 2024-03-21T15:18:51.350Z | Downloaded headers v0.3.9 |
959 | 2024-03-21T15:18:51.350Z | Downloaded semver v1.0.22 |
960 | 2024-03-21T15:18:51.350Z | Downloaded rustc_version v0.4.0 |
961 | 2024-03-21T15:18:51.350Z | Downloaded futures v0.3.30 |
962 | 2024-03-21T15:18:51.350Z | Downloaded subprocess v0.2.9 |
963 | 2024-03-21T15:18:51.377Z | Downloaded serde_derive v1.0.197 |
964 | 2024-03-21T15:18:51.377Z | Downloaded rand v0.8.5 |
965 | 2024-03-21T15:18:51.377Z | Downloaded tracing v0.1.40 |
966 | 2024-03-21T15:18:51.377Z | Downloaded trust-dns-resolver v0.22.0 |
967 | 2024-03-21T15:18:51.377Z | Downloaded trust-dns-server v0.22.1 |
968 | 2024-03-21T15:18:51.402Z | Downloaded toml_edit v0.22.6 |
969 | 2024-03-21T15:18:51.427Z | Downloaded russh v0.42.0 |
970 | 2024-03-21T15:18:51.427Z | Downloaded syn v1.0.109 |
971 | 2024-03-21T15:18:51.452Z | Downloaded rustls-webpki v0.101.7 |
972 | 2024-03-21T15:18:51.479Z | Downloaded rustls-webpki v0.102.1 |
973 | 2024-03-21T15:18:51.503Z | Downloaded rustls v0.21.9 |
974 | 2024-03-21T15:18:51.528Z | Downloaded zerocopy-derive v0.6.4 |
975 | 2024-03-21T15:18:51.528Z | Downloaded sha3 v0.10.8 |
976 | 2024-03-21T15:18:51.553Z | Downloaded encoding_rs v0.8.33 |
977 | 2024-03-21T15:18:51.581Z | Downloaded winapi v0.3.9 |
978 | 2024-03-21T15:18:51.607Z | Downloaded tokio v1.36.0 |
979 | 2024-03-21T15:18:51.648Z | Downloaded zerocopy-derive v0.2.0 |
980 | 2024-03-21T15:18:51.673Z | Downloaded sled v0.34.7 |
981 | 2024-03-21T15:18:51.674Z | Downloaded regex-automata v0.4.5 |
982 | 2024-03-21T15:18:51.701Z | Downloaded rustls v0.22.2 |
983 | 2024-03-21T15:18:51.726Z | Downloaded webpki-roots v0.25.2 |
984 | 2024-03-21T15:18:51.726Z | Downloaded trust-dns-proto v0.22.0 |
985 | 2024-03-21T15:18:51.751Z | Downloaded ring v0.17.8 |
986 | 2024-03-21T15:18:51.814Z | Downloaded ring v0.16.20 |
987 | 2024-03-21T15:18:51.909Z | Downloaded diesel v2.1.4 |
988 | 2024-03-21T15:18:51.934Z | Downloaded regress v0.9.0 |
989 | 2024-03-21T15:18:51.958Z | Downloaded regex-syntax v0.8.2 |
990 | 2024-03-21T15:18:51.958Z | Downloaded smoltcp v0.11.0 |
991 | 2024-03-21T15:18:51.982Z | Downloaded rustix v0.38.31 |
992 | 2024-03-21T15:18:52.008Z | Downloaded openapiv3 v2.0.0 |
993 | 2024-03-21T15:18:52.008Z | Downloaded libc v0.2.153 |
994 | 2024-03-21T15:18:52.033Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
995 | 2024-03-21T15:18:52.058Z | Downloaded vcpkg v0.2.15 |
996 | 2024-03-21T15:18:52.091Z | Downloaded gimli v0.28.0 |
997 | 2024-03-21T15:18:52.117Z | Downloaded radix_trie v0.2.1 |
998 | 2024-03-21T15:18:52.117Z | Downloaded idna v0.5.0 |
999 | 2024-03-21T15:18:52.117Z | Downloaded idna v0.3.0 |
1000 | 2024-03-21T15:18:52.142Z | Downloaded smoltcp v0.9.1 |
1001 | 2024-03-21T15:18:52.142Z | Downloaded regex v1.10.3 |
1002 | 2024-03-21T15:18:52.177Z | Downloaded openssl v0.10.60 |
1003 | 2024-03-21T15:18:52.178Z | Downloaded object v0.32.1 |
1004 | 2024-03-21T15:18:52.208Z | Downloaded futures-util v0.3.30 |
1005 | 2024-03-21T15:18:52.208Z | Downloaded rayon v1.9.0 |
1006 | 2024-03-21T15:18:52.208Z | Downloaded idna v0.2.3 |
1007 | 2024-03-21T15:18:52.208Z | Downloaded syn v2.0.52 |
1008 | 2024-03-21T15:18:52.235Z | Downloaded curve25519-dalek v4.1.1 |
1009 | 2024-03-21T15:18:52.235Z | Downloaded bstr v0.2.17 |
1010 | 2024-03-21T15:18:52.259Z | Downloaded unicode-normalization v0.1.22 |
1011 | 2024-03-21T15:18:52.260Z | Downloaded hashbrown v0.14.3 |
1012 | 2024-03-21T15:18:52.260Z | Downloaded hashbrown v0.12.3 |
1013 | 2024-03-21T15:18:52.260Z | Downloaded goblin v0.8.0 |
1014 | 2024-03-21T15:18:52.260Z | Downloaded serde_json v1.0.114 |
1015 | 2024-03-21T15:18:52.285Z | Downloaded rand v0.7.3 |
1016 | 2024-03-21T15:18:52.285Z | Downloaded zerocopy v0.7.32 |
1017 | 2024-03-21T15:18:52.311Z | Downloaded tokio-util v0.7.10 |
1018 | 2024-03-21T15:18:52.311Z | Downloaded reqwest v0.11.24 |
1019 | 2024-03-21T15:18:52.311Z | Downloaded hkdf v0.12.4 |
1020 | 2024-03-21T15:18:52.311Z | Downloaded winnow v0.6.1 |
1021 | 2024-03-21T15:18:52.336Z | Downloaded winnow v0.5.15 |
1022 | 2024-03-21T15:18:52.336Z | Downloaded petgraph v0.6.4 |
1023 | 2024-03-21T15:18:52.361Z | Downloaded p521 v0.13.3 |
1024 | 2024-03-21T15:18:52.361Z | Downloaded chrono v0.4.34 |
1025 | 2024-03-21T15:18:52.361Z | Downloaded toml_edit v0.19.15 |
1026 | 2024-03-21T15:18:52.385Z | Downloaded trust-dns-client v0.22.0 |
1027 | 2024-03-21T15:18:52.385Z | Downloaded regex-automata v0.1.10 |
1028 | 2024-03-21T15:18:52.410Z | Downloaded steno v0.4.0 |
1029 | 2024-03-21T15:18:52.410Z | Downloaded h2 v0.3.24 |
1030 | 2024-03-21T15:18:52.410Z | Downloaded hyper v0.14.28 |
1031 | 2024-03-21T15:18:52.410Z | Downloaded pest v2.7.6 |
1032 | 2024-03-21T15:18:52.435Z | Downloaded nom v7.1.3 |
1033 | 2024-03-21T15:18:52.435Z | Downloaded unicode-segmentation v1.10.1 |
1034 | 2024-03-21T15:18:52.435Z | Downloaded serde v1.0.197 |
1035 | 2024-03-21T15:18:52.435Z | Downloaded url v2.5.0 |
1036 | 2024-03-21T15:18:52.435Z | Downloaded publicsuffix v2.2.3 |
1037 | 2024-03-21T15:18:52.460Z | Downloaded proc-macro2 v1.0.78 |
1038 | 2024-03-21T15:18:52.460Z | Downloaded serde_with v3.6.1 |
1039 | 2024-03-21T15:18:52.460Z | Downloaded indexmap v2.2.5 |
1040 | 2024-03-21T15:18:52.460Z | Downloaded unicode-ident v1.0.12 |
1041 | 2024-03-21T15:18:52.460Z | Downloaded toml v0.7.8 |
1042 | 2024-03-21T15:18:52.460Z | Downloaded russh-keys v0.42.0 |
1043 | 2024-03-21T15:18:52.496Z | Downloaded heapless v0.8.0 |
1044 | 2024-03-21T15:18:52.497Z | Downloaded heapless v0.7.16 |
1045 | 2024-03-21T15:18:52.497Z | Downloaded indexmap v1.9.3 |
1046 | 2024-03-21T15:18:52.497Z | Downloaded zerocopy v0.6.4 |
1047 | 2024-03-21T15:18:52.497Z | Downloaded tracing-attributes v0.1.27 |
1048 | 2024-03-21T15:18:52.497Z | Downloaded clap v2.34.0 |
1049 | 2024-03-21T15:18:52.522Z | Downloaded getrandom v0.1.16 |
1050 | 2024-03-21T15:18:52.522Z | Downloaded strum_macros v0.26.1 |
1051 | 2024-03-21T15:18:52.522Z | Downloaded futures-sink v0.3.30 |
1052 | 2024-03-21T15:18:52.522Z | Downloaded num-bigint v0.4.4 |
1053 | 2024-03-21T15:18:52.522Z | Downloaded flate2 v1.0.28 |
1054 | 2024-03-21T15:18:52.547Z | Downloaded mio v0.8.11 |
1055 | 2024-03-21T15:18:52.547Z | Downloaded strsim v0.11.0 |
1056 | 2024-03-21T15:18:52.547Z | Downloaded strsim v0.10.0 |
1057 | 2024-03-21T15:18:52.547Z | Downloaded proc-macro-error v1.0.4 |
1058 | 2024-03-21T15:18:52.547Z | Downloaded spin v0.9.8 |
1059 | 2024-03-21T15:18:52.547Z | Downloaded semver-parser v0.10.2 |
1060 | 2024-03-21T15:18:52.575Z | Downloaded socket2 v0.5.5 |
1061 | 2024-03-21T15:18:52.575Z | Downloaded tungstenite v0.20.1 |
1062 | 2024-03-21T15:18:52.576Z | Downloaded tracing-core v0.1.32 |
1063 | 2024-03-21T15:18:52.576Z | Downloaded walkdir v2.4.0 |
1064 | 2024-03-21T15:18:52.576Z | Downloaded unsafe-libyaml v0.2.10 |
1065 | 2024-03-21T15:18:52.576Z | Downloaded stable_deref_trait v1.2.0 |
1066 | 2024-03-21T15:18:52.577Z | Downloaded spki v0.7.2 |
1067 | 2024-03-21T15:18:52.577Z | Downloaded spin v0.5.2 |
1068 | 2024-03-21T15:18:52.577Z | Downloaded rand_chacha v0.3.1 |
1069 | 2024-03-21T15:18:52.577Z | Downloaded quote v1.0.35 |
1070 | 2024-03-21T15:18:52.618Z | Downloaded ed25519-dalek v2.0.0 |
1071 | 2024-03-21T15:18:52.618Z | Downloaded whoami v1.5.0 |
1072 | 2024-03-21T15:18:52.618Z | Downloaded toml v0.8.10 |
1073 | 2024-03-21T15:18:52.618Z | Downloaded poly1305 v0.8.0 |
1074 | 2024-03-21T15:18:52.619Z | Downloaded half v2.3.1 |
1075 | 2024-03-21T15:18:52.619Z | Downloaded flume v0.11.0 |
1076 | 2024-03-21T15:18:52.619Z | Downloaded structmeta-derive v0.3.0 |
1077 | 2024-03-21T15:18:52.619Z | Downloaded version_check v0.9.4 |
1078 | 2024-03-21T15:18:52.619Z | Downloaded strsim v0.8.0 |
1079 | 2024-03-21T15:18:52.619Z | Downloaded stringprep v0.1.3 |
1080 | 2024-03-21T15:18:52.619Z | Downloaded proc-macro-error-attr v1.0.4 |
1081 | 2024-03-21T15:18:52.619Z | Downloaded proc-macro-crate v1.3.1 |
1082 | 2024-03-21T15:18:52.619Z | Downloaded futures-io v0.3.30 |
1083 | 2024-03-21T15:18:52.619Z | Downloaded topological-sort v0.2.2 |
1084 | 2024-03-21T15:18:52.620Z | Downloaded tokio-tungstenite v0.20.1 |
1085 | 2024-03-21T15:18:52.620Z | Downloaded elliptic-curve v0.13.8 |
1086 | 2024-03-21T15:18:52.645Z | Downloaded parking_lot v0.12.1 |
1087 | 2024-03-21T15:18:52.645Z | Downloaded uuid v1.7.0 |
1088 | 2024-03-21T15:18:52.645Z | Downloaded rand_core v0.5.1 |
1089 | 2024-03-21T15:18:52.645Z | Downloaded usdt v0.5.0 |
1090 | 2024-03-21T15:18:52.645Z | Downloaded usdt v0.3.5 |
1091 | 2024-03-21T15:18:52.645Z | Downloaded http v1.0.0 |
1092 | 2024-03-21T15:18:52.645Z | Downloaded http v0.2.12 |
1093 | 2024-03-21T15:18:52.645Z | Downloaded rayon-core v1.12.1 |
1094 | 2024-03-21T15:18:52.670Z | Downloaded memchr v2.7.1 |
1095 | 2024-03-21T15:18:52.670Z | Downloaded sha2 v0.10.8 |
1096 | 2024-03-21T15:18:52.671Z | Downloaded clap_builder v4.5.1 |
1097 | 2024-03-21T15:18:52.671Z | Downloaded r2d2 v0.8.10 |
1098 | 2024-03-21T15:18:52.671Z | Downloaded zerocopy-derive v0.7.32 |
1099 | 2024-03-21T15:18:52.697Z | Downloaded platforms v3.0.2 |
1100 | 2024-03-21T15:18:52.697Z | Downloaded fallible-iterator v0.2.0 |
1101 | 2024-03-21T15:18:52.697Z | Downloaded static_assertions v1.1.0 |
1102 | 2024-03-21T15:18:52.697Z | Downloaded primeorder v0.13.6 |
1103 | 2024-03-21T15:18:52.697Z | Downloaded predicates-core v1.0.6 |
1104 | 2024-03-21T15:18:52.698Z | Downloaded serde_derive_internals v0.26.0 |
1105 | 2024-03-21T15:18:52.698Z | Downloaded rustls-pemfile v2.1.1 |
1106 | 2024-03-21T15:18:52.698Z | Downloaded tempfile v3.10.0 |
1107 | 2024-03-21T15:18:52.725Z | Downloaded tokio-postgres v0.7.10 |
1108 | 2024-03-21T15:18:52.725Z | Downloaded toml v0.5.11 |
1109 | 2024-03-21T15:18:52.725Z | Downloaded time v0.3.34 |
1110 | 2024-03-21T15:18:52.725Z | Downloaded term v0.7.0 |
1111 | 2024-03-21T15:18:52.750Z | Downloaded tar v0.4.40 |
1112 | 2024-03-21T15:18:52.750Z | Downloaded futures-executor v0.3.30 |
1113 | 2024-03-21T15:18:52.750Z | Downloaded futures-core v0.3.30 |
1114 | 2024-03-21T15:18:52.751Z | Downloaded toml_datetime v0.6.5 |
1115 | 2024-03-21T15:18:52.751Z | Downloaded ghash v0.5.0 |
1116 | 2024-03-21T15:18:52.751Z | Downloaded powerfmt v0.2.0 |
1117 | 2024-03-21T15:18:52.751Z | Downloaded ppv-lite86 v0.2.17 |
1118 | 2024-03-21T15:18:52.751Z | Downloaded glob v0.3.1 |
1119 | 2024-03-21T15:18:52.751Z | Downloaded untrusted v0.9.0 |
1120 | 2024-03-21T15:18:52.751Z | Downloaded untrusted v0.7.1 |
1121 | 2024-03-21T15:18:52.779Z | Downloaded universal-hash v0.5.1 |
1122 | 2024-03-21T15:18:52.779Z | Downloaded signal-hook-registry v1.4.1 |
1123 | 2024-03-21T15:18:52.780Z | Downloaded signal-hook-mio v0.2.3 |
1124 | 2024-03-21T15:18:52.780Z | Downloaded zerocopy v0.3.0 |
1125 | 2024-03-21T15:18:52.780Z | Downloaded pretty-hex v0.2.1 |
1126 | 2024-03-21T15:18:52.780Z | Downloaded omicron-zone-package v0.11.0 |
1127 | 2024-03-21T15:18:52.780Z | Downloaded serde_yaml v0.9.25 |
1128 | 2024-03-21T15:18:52.780Z | Downloaded postgres-types v0.2.6 |
1129 | 2024-03-21T15:18:52.780Z | Downloaded enum-as-inner v0.5.1 |
1130 | 2024-03-21T15:18:52.780Z | Downloaded postgres-protocol v0.6.6 |
1131 | 2024-03-21T15:18:52.806Z | Downloaded dof v0.3.0 |
1132 | 2024-03-21T15:18:52.806Z | Downloaded dof v0.1.5 |
1133 | 2024-03-21T15:18:52.807Z | Downloaded dirs-sys-next v0.1.2 |
1134 | 2024-03-21T15:18:52.807Z | Downloaded once_cell v1.19.0 |
1135 | 2024-03-21T15:18:52.807Z | Downloaded num-complex v0.4.4 |
1136 | 2024-03-21T15:18:52.807Z | Downloaded typenum v1.16.0 |
1137 | 2024-03-21T15:18:52.807Z | Downloaded unicode-width v0.1.11 |
1138 | 2024-03-21T15:18:52.807Z | Downloaded parking_lot_core v0.9.8 |
1139 | 2024-03-21T15:18:52.807Z | Downloaded semver v0.1.20 |
1140 | 2024-03-21T15:18:52.807Z | Downloaded sec1 v0.7.3 |
1141 | 2024-03-21T15:18:52.807Z | Downloaded yasna v0.5.2 |
1142 | 2024-03-21T15:18:52.832Z | Downloaded pest_derive v2.7.6 |
1143 | 2024-03-21T15:18:52.832Z | Downloaded unicode-xid v0.2.4 |
1144 | 2024-03-21T15:18:52.832Z | Downloaded heck v0.3.3 |
1145 | 2024-03-21T15:18:52.832Z | Downloaded embedded-io v0.4.0 |
1146 | 2024-03-21T15:18:52.832Z | Downloaded ed25519 v2.2.2 |
1147 | 2024-03-21T15:18:52.832Z | Downloaded vsss-rs v3.3.4 |
1148 | 2024-03-21T15:18:52.832Z | Downloaded pin-project-lite v0.2.13 |
1149 | 2024-03-21T15:18:52.857Z | Downloaded password-hash v0.4.2 |
1150 | 2024-03-21T15:18:52.857Z | Downloaded serde_with_macros v3.6.1 |
1151 | 2024-03-21T15:18:52.857Z | Downloaded pest_meta v2.7.6 |
1152 | 2024-03-21T15:18:52.857Z | Downloaded num-traits v0.2.18 |
1153 | 2024-03-21T15:18:52.857Z | Downloaded num-rational v0.4.1 |
1154 | 2024-03-21T15:18:52.857Z | Downloaded swrite v0.1.0 |
1155 | 2024-03-21T15:18:52.857Z | Downloaded dyn-clone v1.0.17 |
1156 | 2024-03-21T15:18:52.882Z | Downloaded iana-time-zone v0.1.57 |
1157 | 2024-03-21T15:18:52.882Z | Downloaded pem-rfc7468 v0.7.0 |
1158 | 2024-03-21T15:18:52.882Z | Downloaded httparse v1.8.0 |
1159 | 2024-03-21T15:18:52.882Z | Downloaded hmac v0.12.1 |
1160 | 2024-03-21T15:18:52.882Z | Downloaded schemars v0.8.16 |
1161 | 2024-03-21T15:18:52.907Z | Downloaded form_urlencoded v1.2.1 |
1162 | 2024-03-21T15:18:52.907Z | Downloaded fnv v1.0.7 |
1163 | 2024-03-21T15:18:52.907Z | Downloaded memmap2 v0.7.1 |
1164 | 2024-03-21T15:18:52.907Z | Downloaded crossbeam-channel v0.5.8 |
1165 | 2024-03-21T15:18:52.907Z | Downloaded tokio-native-tls v0.3.1 |
1166 | 2024-03-21T15:18:52.907Z | Downloaded rustfmt-wrapper v0.2.0 |
1167 | 2024-03-21T15:18:52.932Z | Downloaded foreign-types-macros v0.2.3 |
1168 | 2024-03-21T15:18:52.932Z | Downloaded float-cmp v0.9.0 |
1169 | 2024-03-21T15:18:52.932Z | Downloaded pbkdf2 v0.12.2 |
1170 | 2024-03-21T15:18:52.932Z | Downloaded num_enum_derive v0.5.11 |
1171 | 2024-03-21T15:18:52.932Z | Downloaded dtrace-parser v0.1.14 |
1172 | 2024-03-21T15:18:52.932Z | Downloaded sha1 v0.10.6 |
1173 | 2024-03-21T15:18:52.933Z | Downloaded serde_urlencoded v0.7.1 |
1174 | 2024-03-21T15:18:52.933Z | Downloaded serde_spanned v0.6.5 |
1175 | 2024-03-21T15:18:52.933Z | Downloaded zip v0.6.6 |
1176 | 2024-03-21T15:18:52.933Z | Downloaded num_enum v0.5.11 |
1177 | 2024-03-21T15:18:52.933Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1178 | 2024-03-21T15:18:52.933Z | Downloaded serde_tokenstream v0.2.0 |
1179 | 2024-03-21T15:18:52.958Z | Downloaded serde_path_to_error v0.1.16 |
1180 | 2024-03-21T15:18:52.958Z | Downloaded plain v0.2.3 |
1181 | 2024-03-21T15:18:52.958Z | Downloaded parse-display v0.9.0 |
1182 | 2024-03-21T15:18:52.958Z | Downloaded num-iter v0.1.44 |
1183 | 2024-03-21T15:18:52.958Z | Downloaded hostname v0.3.1 |
1184 | 2024-03-21T15:18:52.958Z | Downloaded home v0.5.5 |
1185 | 2024-03-21T15:18:52.958Z | Downloaded hex-literal v0.4.1 |
1186 | 2024-03-21T15:18:52.958Z | Downloaded hex v0.4.3 |
1187 | 2024-03-21T15:18:52.958Z | Downloaded smf v0.2.2 |
1188 | 2024-03-21T15:18:52.958Z | Downloaded ryu v1.0.15 |
1189 | 2024-03-21T15:18:52.958Z | Downloaded parse-display-derive v0.9.0 |
1190 | 2024-03-21T15:18:52.958Z | Downloaded num_enum_derive v0.7.2 |
1191 | 2024-03-21T15:18:52.958Z | Downloaded darling_core v0.20.3 |
1192 | 2024-03-21T15:18:52.988Z | Downloaded slog-async v2.8.0 |
1193 | 2024-03-21T15:18:52.988Z | Downloaded usdt-attr-macro v0.3.5 |
1194 | 2024-03-21T15:18:52.988Z | Downloaded pest_generator v2.7.6 |
1195 | 2024-03-21T15:18:52.988Z | Downloaded option-ext v0.2.0 |
1196 | 2024-03-21T15:18:52.988Z | Downloaded num v0.4.1 |
1197 | 2024-03-21T15:18:52.988Z | Downloaded dirs-sys v0.4.1 |
1198 | 2024-03-21T15:18:52.988Z | Downloaded dirs-next v2.0.0 |
1199 | 2024-03-21T15:18:52.988Z | Downloaded dirs v5.0.1 |
1200 | 2024-03-21T15:18:52.988Z | Downloaded digest v0.10.7 |
1201 | 2024-03-21T15:18:52.988Z | Downloaded difflib v0.4.0 |
1202 | 2024-03-21T15:18:52.988Z | Downloaded try-lock v0.2.4 |
1203 | 2024-03-21T15:18:52.988Z | Downloaded toolchain_find v0.2.0 |
1204 | 2024-03-21T15:18:52.988Z | Downloaded sct v0.7.0 |
1205 | 2024-03-21T15:18:52.988Z | Downloaded rustversion v1.0.14 |
1206 | 2024-03-21T15:18:52.988Z | Downloaded minimal-lexical v0.2.1 |
1207 | 2024-03-21T15:18:53.015Z | Downloaded base64 v0.21.7 |
1208 | 2024-03-21T15:18:53.016Z | Downloaded slog-dtrace v0.3.0 |
1209 | 2024-03-21T15:18:53.016Z | Downloaded slog-bunyan v2.5.0 |
1210 | 2024-03-21T15:18:53.016Z | Downloaded hyper-staticfile v0.9.5 |
1211 | 2024-03-21T15:18:53.016Z | Downloaded hyper-rustls v0.24.2 |
1212 | 2024-03-21T15:18:53.016Z | Downloaded dhcproto v0.11.0 |
1213 | 2024-03-21T15:18:53.016Z | Downloaded pbkdf2 v0.11.0 |
1214 | 2024-03-21T15:18:53.017Z | Downloaded num-integer v0.1.46 |
1215 | 2024-03-21T15:18:53.017Z | Downloaded crypto-bigint v0.5.2 |
1216 | 2024-03-21T15:18:53.055Z | Downloaded schemars_derive v0.8.16 |
1217 | 2024-03-21T15:18:53.055Z | Downloaded scheduled-thread-pool v0.2.7 |
1218 | 2024-03-21T15:18:53.055Z | Downloaded same-file v1.0.6 |
1219 | 2024-03-21T15:18:53.055Z | Downloaded pem v3.0.2 |
1220 | 2024-03-21T15:18:53.055Z | Downloaded humantime v2.1.0 |
1221 | 2024-03-21T15:18:53.055Z | Downloaded tinyvec v1.6.0 |
1222 | 2024-03-21T15:18:53.055Z | Downloaded chacha20poly1305 v0.10.1 |
1223 | 2024-03-21T15:18:53.055Z | Downloaded structopt v0.3.26 |
1224 | 2024-03-21T15:18:53.055Z | Downloaded crossbeam-utils v0.8.19 |
1225 | 2024-03-21T15:18:53.055Z | Downloaded crossbeam-epoch v0.9.18 |
1226 | 2024-03-21T15:18:53.055Z | Downloaded clap v4.5.1 |
1227 | 2024-03-21T15:18:53.088Z | Downloaded foreign-types-shared v0.3.1 |
1228 | 2024-03-21T15:18:53.088Z | Downloaded foreign-types-shared v0.1.1 |
1229 | 2024-03-21T15:18:53.088Z | Downloaded usdt-impl v0.5.0 |
1230 | 2024-03-21T15:18:53.088Z | Downloaded derive-where v1.2.7 |
1231 | 2024-03-21T15:18:53.088Z | Downloaded cookie v0.17.0 |
1232 | 2024-03-21T15:18:53.088Z | Downloaded const-oid v0.9.6 |
1233 | 2024-03-21T15:18:53.088Z | Downloaded scroll_derive v0.12.0 |
1234 | 2024-03-21T15:18:53.088Z | Downloaded rand_chacha v0.2.2 |
1235 | 2024-03-21T15:18:53.088Z | Downloaded hyper-tls v0.5.0 |
1236 | 2024-03-21T15:18:53.088Z | Downloaded httpdate v1.0.3 |
1237 | 2024-03-21T15:18:53.089Z | Downloaded flagset v0.4.3 |
1238 | 2024-03-21T15:18:53.089Z | Downloaded fixedbitset v0.4.2 |
1239 | 2024-03-21T15:18:53.089Z | Downloaded filetime v0.2.23 |
1240 | 2024-03-21T15:18:53.089Z | Downloaded ff v0.13.0 |
1241 | 2024-03-21T15:18:53.089Z | Downloaded textwrap v0.11.0 |
1242 | 2024-03-21T15:18:53.089Z | Downloaded num_threads v0.1.6 |
1243 | 2024-03-21T15:18:53.089Z | Downloaded cpufeatures v0.2.12 |
1244 | 2024-03-21T15:18:53.089Z | Downloaded der_derive v0.7.2 |
1245 | 2024-03-21T15:18:53.089Z | Downloaded darling v0.20.3 |
1246 | 2024-03-21T15:18:53.115Z | Downloaded crc32fast v1.3.2 |
1247 | 2024-03-21T15:18:53.115Z | Downloaded cookie_store v0.20.0 |
1248 | 2024-03-21T15:18:53.115Z | Downloaded zeroize_derive v1.4.2 |
1249 | 2024-03-21T15:18:53.115Z | Downloaded zeroize v1.7.0 |
1250 | 2024-03-21T15:18:53.115Z | Downloaded usdt-macro v0.3.5 |
1251 | 2024-03-21T15:18:53.115Z | Downloaded time-core v0.1.2 |
1252 | 2024-03-21T15:18:53.115Z | Downloaded thiserror-no-std v2.0.2 |
1253 | 2024-03-21T15:18:53.115Z | Downloaded terminal_size v0.3.0 |
1254 | 2024-03-21T15:18:53.115Z | Downloaded slog-term v2.9.0 |
1255 | 2024-03-21T15:18:53.115Z | Downloaded pin-utils v0.1.0 |
1256 | 2024-03-21T15:18:53.115Z | Downloaded defmt v0.3.5 |
1257 | 2024-03-21T15:18:53.140Z | Downloaded bytes v1.5.0 |
1258 | 2024-03-21T15:18:53.140Z | Downloaded utf-8 v0.7.6 |
1259 | 2024-03-21T15:18:53.141Z | Downloaded thread_local v1.1.7 |
1260 | 2024-03-21T15:18:53.141Z | Downloaded thiserror-impl-no-std v2.0.2 |
1261 | 2024-03-21T15:18:53.141Z | Downloaded thiserror-impl v1.0.57 |
1262 | 2024-03-21T15:18:53.141Z | Downloaded thiserror v1.0.57 |
1263 | 2024-03-21T15:18:53.141Z | Downloaded strum_macros v0.25.2 |
1264 | 2024-03-21T15:18:53.141Z | Downloaded structopt-derive v0.4.18 |
1265 | 2024-03-21T15:18:53.165Z | Downloaded slog-stdlog v4.1.1 |
1266 | 2024-03-21T15:18:53.166Z | Downloaded slog-scope v4.4.0 |
1267 | 2024-03-21T15:18:53.166Z | Downloaded slog-json v2.6.1 |
1268 | 2024-03-21T15:18:53.166Z | Downloaded nibble_vec v0.1.0 |
1269 | 2024-03-21T15:18:53.166Z | Downloaded native-tls v0.2.11 |
1270 | 2024-03-21T15:18:53.166Z | Downloaded multer v3.0.0 |
1271 | 2024-03-21T15:18:53.166Z | Downloaded mime_guess v2.0.4 |
1272 | 2024-03-21T15:18:53.166Z | Downloaded lock_api v0.4.10 |
1273 | 2024-03-21T15:18:53.166Z | Downloaded debug-ignore v1.0.5 |
1274 | 2024-03-21T15:18:53.166Z | Downloaded data-encoding v2.4.0 |
1275 | 2024-03-21T15:18:53.166Z | Downloaded colored v2.1.0 |
1276 | 2024-03-21T15:18:53.166Z | Downloaded defmt-macros v0.3.6 |
1277 | 2024-03-21T15:18:53.194Z | Downloaded cobs v0.2.3 |
1278 | 2024-03-21T15:18:53.194Z | Downloaded num-derive v0.4.0 |
1279 | 2024-03-21T15:18:53.194Z | Downloaded newtype-uuid v1.0.1 |
1280 | 2024-03-21T15:18:53.194Z | Downloaded nanorand v0.7.0 |
1281 | 2024-03-21T15:18:53.194Z | Downloaded defmt-parser v0.3.3 |
1282 | 2024-03-21T15:18:53.194Z | Downloaded crypto-common v0.1.6 |
1283 | 2024-03-21T15:18:53.194Z | Downloaded crossbeam-deque v0.8.3 |
1284 | 2024-03-21T15:18:53.194Z | Downloaded constant_time_eq v0.3.0 |
1285 | 2024-03-21T15:18:53.194Z | Downloaded cipher v0.4.4 |
1286 | 2024-03-21T15:18:53.195Z | Downloaded macaddr v1.0.1 |
1287 | 2024-03-21T15:18:53.195Z | Downloaded lru-cache v0.1.2 |
1288 | 2024-03-21T15:18:53.195Z | Downloaded newtype_derive v0.1.6 |
1289 | 2024-03-21T15:18:53.195Z | Downloaded libsw v3.3.1 |
1290 | 2024-03-21T15:18:53.195Z | Downloaded md-5 v0.10.5 |
1291 | 2024-03-21T15:18:53.195Z | Downloaded linked-hash-map v0.5.6 |
1292 | 2024-03-21T15:18:53.195Z | Downloaded tinyvec_macros v0.1.1 |
1293 | 2024-03-21T15:18:53.220Z | Downloaded ctr v0.9.2 |
1294 | 2024-03-21T15:18:53.220Z | Downloaded matches v0.1.10 |
1295 | 2024-03-21T15:18:53.220Z | Downloaded log v0.4.21 |
1296 | 2024-03-21T15:18:53.221Z | Downloaded console v0.15.8 |
1297 | 2024-03-21T15:18:53.221Z | Downloaded clap_derive v4.5.0 |
1298 | 2024-03-21T15:18:53.221Z | Downloaded anyhow v1.0.79 |
1299 | 2024-03-21T15:18:53.221Z | Downloaded darling_macro v0.20.3 |
1300 | 2024-03-21T15:18:53.221Z | Downloaded curve25519-dalek-derive v0.1.0 |
1301 | 2024-03-21T15:18:53.221Z | Downloaded cstr-argument v0.1.2 |
1302 | 2024-03-21T15:18:53.221Z | Downloaded crucible-workspace-hack v0.1.0 |
1303 | 2024-03-21T15:18:53.221Z | Downloaded colorchoice v1.0.0 |
1304 | 2024-03-21T15:18:53.221Z | Downloaded ciborium v0.2.2 |
1305 | 2024-03-21T15:18:53.221Z | Downloaded chacha20 v0.9.1 |
1306 | 2024-03-21T15:18:53.221Z | Downloaded camino-tempfile v1.1.1 |
1307 | 2024-03-21T15:18:53.221Z | Downloaded bzip2 v0.4.4 |
1308 | 2024-03-21T15:18:53.279Z | Downloaded linear-map v1.2.0 |
1309 | 2024-03-21T15:18:53.279Z | Downloaded libm v0.2.7 |
1310 | 2024-03-21T15:18:53.280Z | Downloaded itertools v0.12.1 |
1311 | 2024-03-21T15:18:53.305Z | Downloaded itertools v0.10.5 |
1312 | 2024-03-21T15:18:53.305Z | Downloaded deranged v0.3.11 |
1313 | 2024-03-21T15:18:53.305Z | Downloaded convert_case v0.4.0 |
1314 | 2024-03-21T15:18:53.305Z | Downloaded clap_lex v0.7.0 |
1315 | 2024-03-21T15:18:53.305Z | Downloaded cancel-safe-futures v0.1.5 |
1316 | 2024-03-21T15:18:53.305Z | Downloaded blake3 v1.5.0 |
1317 | 2024-03-21T15:18:53.305Z | Downloaded atomicwrites v0.4.3 |
1318 | 2024-03-21T15:18:53.306Z | Downloaded async-stream v0.3.5 |
1319 | 2024-03-21T15:18:53.306Z | Downloaded arrayref v0.3.7 |
1320 | 2024-03-21T15:18:53.306Z | Downloaded lazy_static v1.4.0 |
1321 | 2024-03-21T15:18:53.306Z | Downloaded lalrpop-util v0.19.12 |
1322 | 2024-03-21T15:18:53.306Z | Downloaded kstat-rs v0.2.3 |
1323 | 2024-03-21T15:18:53.306Z | Downloaded keccak v0.1.4 |
1324 | 2024-03-21T15:18:53.306Z | Downloaded itoa v1.0.9 |
1325 | 2024-03-21T15:18:53.306Z | Downloaded ipnetwork v0.20.0 |
1326 | 2024-03-21T15:18:53.306Z | Downloaded ipnet v2.9.0 |
1327 | 2024-03-21T15:18:53.306Z | Downloaded internet-checksum v0.2.1 |
1328 | 2024-03-21T15:18:53.306Z | Downloaded derive_more v0.99.17 |
1329 | 2024-03-21T15:18:53.306Z | Downloaded camino v1.1.6 |
1330 | 2024-03-21T15:18:53.307Z | Downloaded blowfish v0.9.1 |
1331 | 2024-03-21T15:18:53.307Z | Downloaded block-padding v0.3.3 |
1332 | 2024-03-21T15:18:53.307Z | Downloaded base64ct v1.6.0 |
1333 | 2024-03-21T15:18:53.333Z | Downloaded byteorder v1.5.0 |
1334 | 2024-03-21T15:18:53.333Z | Downloaded bit-vec v0.6.3 |
1335 | 2024-03-21T15:18:53.333Z | Downloaded bit-set v0.5.3 |
1336 | 2024-03-21T15:18:53.333Z | Downloaded bcrypt-pbkdf v0.10.0 |
1337 | 2024-03-21T15:18:53.334Z | Downloaded backoff v0.4.0 |
1338 | 2024-03-21T15:18:53.334Z | Downloaded autocfg v1.1.0 |
1339 | 2024-03-21T15:18:53.334Z | Downloaded atomic-waker v1.1.1 |
1340 | 2024-03-21T15:18:53.334Z | Downloaded argon2 v0.5.3 |
1341 | 2024-03-21T15:18:53.334Z | Downloaded blake2 v0.10.6 |
1342 | 2024-03-21T15:18:53.334Z | Downloaded bitflags v2.4.2 |
1343 | 2024-03-21T15:18:53.334Z | Downloaded bitflags v1.3.2 |
1344 | 2024-03-21T15:18:53.369Z | Downloaded base64 v0.22.0 |
1345 | 2024-03-21T15:18:53.369Z | Downloaded base16ct v0.2.0 |
1346 | 2024-03-21T15:18:53.369Z | Downloaded backtrace v0.3.69 |
1347 | 2024-03-21T15:18:53.369Z | Downloaded atty v0.2.14 |
1348 | 2024-03-21T15:18:53.369Z | Downloaded async-trait v0.1.77 |
1349 | 2024-03-21T15:18:53.369Z | Downloaded async-stream-impl v0.3.5 |
1350 | 2024-03-21T15:18:53.369Z | Downloaded arc-swap v1.6.0 |
1351 | 2024-03-21T15:18:53.369Z | Downloaded aho-corasick v1.1.2 |
1352 | 2024-03-21T15:18:53.406Z | Downloaded aes-gcm v0.10.3 |
1353 | 2024-03-21T15:18:53.406Z | Downloaded aes v0.8.3 |
1354 | 2024-03-21T15:18:53.407Z | Downloaded ansi_term v0.12.1 |
1355 | 2024-03-21T15:18:53.407Z | Downloaded allocator-api2 v0.2.16 |
1356 | 2024-03-21T15:18:53.407Z | Downloaded ahash v0.8.8 |
1357 | 2024-03-21T15:18:53.407Z | Downloaded anstyle-parse v0.2.1 |
1358 | 2024-03-21T15:18:53.407Z | Downloaded anstyle v1.0.2 |
1359 | 2024-03-21T15:18:53.407Z | Downloaded aead v0.5.2 |
1360 | 2024-03-21T15:18:53.407Z | Downloaded adler v1.0.2 |
1361 | 2024-03-21T15:18:53.408Z | Downloaded addr2line v0.21.0 |
1362 | 2024-03-21T15:18:53.716Z | Compiling proc-macro2 v1.0.78 |
1363 | 2024-03-21T15:18:53.716Z | Compiling unicode-ident v1.0.12 |
1364 | 2024-03-21T15:18:53.742Z | Compiling libc v0.2.153 |
1365 | 2024-03-21T15:18:53.742Z | Compiling serde v1.0.197 |
1366 | 2024-03-21T15:18:53.742Z | Compiling version_check v0.9.4 |
1367 | 2024-03-21T15:18:53.742Z | Compiling cfg-if v1.0.0 |
1368 | 2024-03-21T15:18:53.742Z | Compiling autocfg v1.1.0 |
1369 | 2024-03-21T15:18:53.910Z | Compiling syn v1.0.109 |
1370 | 2024-03-21T15:18:53.935Z | Compiling once_cell v1.19.0 |
1371 | 2024-03-21T15:18:53.993Z | Compiling thiserror v1.0.57 |
1372 | 2024-03-21T15:18:54.358Z | Compiling typenum v1.16.0 |
1373 | 2024-03-21T15:18:54.491Z | Compiling generic-array v0.14.7 |
1374 | 2024-03-21T15:18:54.564Z | Compiling lock_api v0.4.10 |
1375 | 2024-03-21T15:18:54.621Z | Compiling parking_lot_core v0.9.8 |
1376 | 2024-03-21T15:18:54.649Z | Compiling byteorder v1.5.0 |
1377 | 2024-03-21T15:18:54.825Z | Compiling memchr v2.7.1 |
1378 | 2024-03-21T15:18:54.912Z | Compiling libm v0.2.7 |
1379 | 2024-03-21T15:18:55.030Z | Compiling serde_json v1.0.114 |
1380 | 2024-03-21T15:18:55.097Z | Compiling num-traits v0.2.18 |
1381 | 2024-03-21T15:18:55.214Z | Compiling ahash v0.8.8 |
1382 | 2024-03-21T15:18:55.240Z | Compiling itoa v1.0.9 |
1383 | 2024-03-21T15:18:55.387Z | Compiling quote v1.0.35 |
1384 | 2024-03-21T15:18:55.519Z | Compiling log v0.4.21 |
1385 | 2024-03-21T15:18:55.884Z | Compiling syn v2.0.52 |
1386 | 2024-03-21T15:18:55.910Z | Compiling getrandom v0.2.12 |
1387 | 2024-03-21T15:18:55.937Z | Compiling cc v1.0.83 |
1388 | 2024-03-21T15:18:56.240Z | Compiling rand_core v0.6.4 |
1389 | 2024-03-21T15:18:56.284Z | Compiling scopeguard v1.2.0 |
1390 | 2024-03-21T15:18:56.332Z | Compiling slab v0.4.9 |
1391 | 2024-03-21T15:18:56.830Z | Compiling allocator-api2 v0.2.16 |
1392 | 2024-03-21T15:18:56.992Z | Compiling smallvec v1.13.1 |
1393 | 2024-03-21T15:18:57.254Z | Compiling ryu v1.0.15 |
1394 | 2024-03-21T15:18:57.401Z | Compiling pkg-config v0.3.27 |
1395 | 2024-03-21T15:18:57.577Z | Compiling subtle v2.5.0 |
1396 | 2024-03-21T15:18:57.615Z | Compiling heck v0.4.1 |
1397 | 2024-03-21T15:18:57.941Z | Compiling equivalent v1.0.1 |
1398 | 2024-03-21T15:18:57.987Z | Compiling schemars v0.8.16 |
1399 | 2024-03-21T15:18:58.064Z | Compiling pin-project-lite v0.2.13 |
1400 | 2024-03-21T15:18:58.143Z | Compiling ring v0.17.8 |
1401 | 2024-03-21T15:18:58.426Z | Compiling time-core v0.1.2 |
1402 | 2024-03-21T15:18:58.548Z | Compiling num-conv v0.1.0 |
1403 | 2024-03-21T15:18:58.585Z | Compiling parking_lot v0.12.1 |
1404 | 2024-03-21T15:18:58.846Z | Compiling time-macros v0.2.17 |
1405 | 2024-03-21T15:18:58.983Z | Compiling signal-hook-registry v1.4.1 |
1406 | 2024-03-21T15:18:59.767Z | Compiling vcpkg v0.2.15 |
1407 | 2024-03-21T15:19:00.595Z | Compiling mio v0.8.11 |
1408 | 2024-03-21T15:19:01.151Z | Compiling openssl-sys v0.9.96 |
1409 | 2024-03-21T15:19:01.177Z | Compiling const-oid v0.9.6 |
1410 | 2024-03-21T15:19:01.208Z | Compiling fnv v1.0.7 |
1411 | 2024-03-21T15:19:01.327Z | Compiling httparse v1.8.0 |
1412 | 2024-03-21T15:19:01.353Z | Compiling socket2 v0.5.5 |
1413 | 2024-03-21T15:19:01.642Z | Compiling num_cpus v1.16.0 |
1414 | 2024-03-21T15:19:01.769Z | Compiling ucd-trie v0.1.6 |
1415 | 2024-03-21T15:19:01.833Z | Compiling serde_derive_internals v0.26.0 |
1416 | 2024-03-21T15:19:02.193Z | Compiling futures-core v0.3.30 |
1417 | 2024-03-21T15:19:02.280Z | Compiling ring v0.16.20 |
1418 | 2024-03-21T15:19:02.413Z | Compiling rustix v0.38.31 |
1419 | 2024-03-21T15:19:02.743Z | Compiling slog v2.7.0 |
1420 | 2024-03-21T15:19:02.964Z | Compiling openssl v0.10.60 |
1421 | 2024-03-21T15:19:03.106Z | Compiling semver v1.0.22 |
1422 | 2024-03-21T15:19:03.148Z | Compiling futures-sink v0.3.30 |
1423 | 2024-03-21T15:19:03.270Z | Compiling iana-time-zone v0.1.57 |
1424 | 2024-03-21T15:19:03.321Z | Compiling native-tls v0.2.11 |
1425 | 2024-03-21T15:19:03.321Z | Compiling rustls v0.21.9 |
1426 | 2024-03-21T15:19:03.482Z | Compiling spin v0.5.2 |
1427 | 2024-03-21T15:19:03.563Z | Compiling crossbeam-utils v0.8.19 |
1428 | 2024-03-21T15:19:03.769Z | Compiling futures-channel v0.3.30 |
1429 | 2024-03-21T15:19:03.795Z | Compiling cookie v0.17.0 |
1430 | 2024-03-21T15:19:03.988Z | Compiling futures-task v0.3.30 |
1431 | 2024-03-21T15:19:04.075Z | Compiling futures-io v0.3.30 |
1432 | 2024-03-21T15:19:04.176Z | Compiling pin-utils v0.1.0 |
1433 | 2024-03-21T15:19:04.276Z | Compiling backtrace v0.3.69 |
1434 | 2024-03-21T15:19:04.356Z | Compiling aho-corasick v1.1.2 |
1435 | 2024-03-21T15:19:04.455Z | Compiling uuid v0.8.2 |
1436 | 2024-03-21T15:19:04.668Z | Compiling dyn-clone v1.0.17 |
1437 | 2024-03-21T15:19:04.694Z | Compiling cpufeatures v0.2.12 |
1438 | 2024-03-21T15:19:04.754Z | Compiling regex-syntax v0.8.2 |
1439 | 2024-03-21T15:19:04.803Z | Compiling tinyvec_macros v0.1.1 |
1440 | 2024-03-21T15:19:04.907Z | Compiling async-trait v0.1.77 |
1441 | 2024-03-21T15:19:05.020Z | Compiling tinyvec v1.6.0 |
1442 | 2024-03-21T15:19:06.319Z | Compiling unicode-normalization v0.1.22 |
1443 | 2024-03-21T15:19:06.527Z | Compiling serde_derive v1.0.197 |
1444 | 2024-03-21T15:19:06.689Z | Compiling zeroize_derive v1.4.2 |
1445 | 2024-03-21T15:19:06.788Z | Compiling zerocopy-derive v0.7.32 |
1446 | 2024-03-21T15:19:06.942Z | Compiling thiserror-impl v1.0.57 |
1447 | 2024-03-21T15:19:07.233Z | Compiling tokio-macros v2.2.0 |
1448 | 2024-03-21T15:19:07.595Z | Compiling futures-macro v0.3.30 |
1449 | 2024-03-21T15:19:07.939Z | Compiling zeroize v1.7.0 |
1450 | 2024-03-21T15:19:08.059Z | Compiling tracing-attributes v0.1.27 |
1451 | 2024-03-21T15:19:08.592Z | Compiling schemars_derive v0.8.16 |
1452 | 2024-03-21T15:19:08.622Z | Compiling zerocopy v0.7.32 |
1453 | 2024-03-21T15:19:09.536Z | Compiling crypto-common v0.1.6 |
1454 | 2024-03-21T15:19:09.562Z | Compiling pest v2.7.6 |
1455 | 2024-03-21T15:19:09.738Z | Compiling block-buffer v0.10.4 |
1456 | 2024-03-21T15:19:09.763Z | Compiling openssl-macros v0.1.1 |
1457 | 2024-03-21T15:19:09.968Z | Compiling digest v0.10.7 |
1458 | 2024-03-21T15:19:10.380Z | Compiling hashbrown v0.14.3 |
1459 | 2024-03-21T15:19:10.428Z | Compiling futures-util v0.3.30 |
1460 | 2024-03-21T15:19:10.680Z | Compiling regex-automata v0.4.5 |
1461 | 2024-03-21T15:19:10.740Z | Compiling der_derive v0.7.2 |
1462 | 2024-03-21T15:19:11.493Z | Compiling pest_meta v2.7.6 |
1463 | 2024-03-21T15:19:12.026Z | Compiling unicode-bidi v0.3.15 |
1464 | 2024-03-21T15:19:12.591Z | Compiling pest_generator v2.7.6 |
1465 | 2024-03-21T15:19:12.911Z | Compiling anyhow v1.0.79 |
1466 | 2024-03-21T15:19:13.233Z | Compiling winnow v0.5.15 |
1467 | 2024-03-21T15:19:14.921Z | Compiling pest_derive v2.7.6 |
1468 | 2024-03-21T15:19:15.044Z | Compiling regex v1.10.3 |
1469 | 2024-03-21T15:19:15.500Z | Compiling tracing-core v0.1.32 |
1470 | 2024-03-21T15:19:15.899Z | Compiling crc32fast v1.3.2 |
1471 | 2024-03-21T15:19:16.215Z | Compiling tracing v0.1.40 |
1472 | 2024-03-21T15:19:16.299Z | Compiling ppv-lite86 v0.2.17 |
1473 | 2024-03-21T15:19:16.962Z | Compiling powerfmt v0.2.0 |
1474 | 2024-03-21T15:19:17.004Z | Compiling spin v0.9.8 |
1475 | 2024-03-21T15:19:17.403Z | Compiling bytes v1.5.0 |
1476 | 2024-03-21T15:19:17.526Z | Compiling indexmap v2.2.5 |
1477 | 2024-03-21T15:19:17.885Z | Compiling chrono v0.4.34 |
1478 | 2024-03-21T15:19:18.292Z | Compiling tokio v1.36.0 |
1479 | 2024-03-21T15:19:18.459Z | Compiling uuid v1.7.0 |
1480 | 2024-03-21T15:19:19.038Z | Compiling http v0.2.12 |
1481 | 2024-03-21T15:19:19.717Z | Compiling bitflags v2.4.2 |
1482 | 2024-03-21T15:19:20.043Z | Compiling toml_datetime v0.6.5 |
1483 | 2024-03-21T15:19:20.270Z | Compiling serde_spanned v0.6.5 |
1484 | 2024-03-21T15:19:20.464Z | Compiling toml_edit v0.19.15 |
1485 | 2024-03-21T15:19:20.754Z | Compiling rustc_version v0.4.0 |
1486 | 2024-03-21T15:19:22.029Z | Compiling deranged v0.3.11 |
1487 | 2024-03-21T15:19:23.551Z | Compiling percent-encoding v2.3.1 |
1488 | 2024-03-21T15:19:24.033Z | Compiling unicode-xid v0.2.4 |
1489 | 2024-03-21T15:19:24.211Z | Compiling num_threads v0.1.6 |
1490 | 2024-03-21T15:19:24.211Z | Compiling synstructure v0.12.6 |
1491 | 2024-03-21T15:19:24.307Z | Compiling time v0.3.34 |
1492 | 2024-03-21T15:19:25.688Z | Compiling scroll_derive v0.12.0 |
1493 | 2024-03-21T15:19:26.215Z | Compiling unicode-width v0.1.11 |
1494 | 2024-03-21T15:19:26.385Z | Compiling zerocopy-derive v0.2.0 |
1495 | 2024-03-21T15:19:26.655Z | Compiling rand_chacha v0.3.1 |
1496 | 2024-03-21T15:19:27.818Z | Compiling thread-id v4.2.0 |
1497 | 2024-03-21T15:19:27.938Z | Compiling tokio-util v0.7.10 |
1498 | 2024-03-21T15:19:27.994Z | Compiling rand v0.8.5 |
1499 | 2024-03-21T15:19:29.488Z | Compiling form_urlencoded v1.2.1 |
1500 | 2024-03-21T15:19:29.756Z | Compiling openapiv3 v2.0.0 |
1501 | 2024-03-21T15:19:30.328Z | Compiling foreign-types-shared v0.1.1 |
1502 | 2024-03-21T15:19:30.745Z | Compiling untrusted v0.9.0 |
1503 | 2024-03-21T15:19:30.892Z | Compiling untrusted v0.7.1 |
1504 | 2024-03-21T15:19:33.102Z | Compiling foreign-types v0.3.2 |
1505 | 2024-03-21T15:19:33.795Z | Compiling errno v0.3.8 |
1506 | 2024-03-21T15:19:33.828Z | Compiling usdt-impl v0.3.5 |
1507 | 2024-03-21T15:19:34.124Z | Compiling try-lock v0.2.4 |
1508 | 2024-03-21T15:19:34.149Z | Compiling base64 v0.21.7 |
1509 | 2024-03-21T15:19:34.392Z | Compiling want v0.3.1 |
1510 | 2024-03-21T15:19:34.726Z | Compiling sct v0.7.0 |
1511 | 2024-03-21T15:19:34.969Z | Compiling rustls-webpki v0.101.7 |
1512 | 2024-03-21T15:19:35.157Z | Compiling h2 v0.3.24 |
1513 | 2024-03-21T15:19:35.217Z | Compiling http-body v0.4.5 |
1514 | 2024-03-21T15:19:35.756Z | Compiling idna v0.5.0 |
1515 | 2024-03-21T15:19:36.918Z | Compiling num-bigint v0.4.4 |
1516 | 2024-03-21T15:19:37.273Z | Compiling usdt-impl v0.5.0 |
1517 | 2024-03-21T15:19:37.436Z | Compiling tower-service v0.3.2 |
1518 | 2024-03-21T15:19:37.591Z | Compiling openssl-probe v0.1.5 |
1519 | 2024-03-21T15:19:37.616Z | Compiling rustversion v1.0.14 |
1520 | 2024-03-21T15:19:37.841Z | Compiling httpdate v1.0.3 |
1521 | 2024-03-21T15:19:38.291Z | Compiling url v2.5.0 |
1522 | 2024-03-21T15:19:39.738Z | Compiling zerocopy v0.3.0 |
1523 | 2024-03-21T15:19:40.354Z | Compiling scroll v0.12.0 |
1524 | 2024-03-21T15:19:40.819Z | Compiling hyper v0.14.28 |
1525 | 2024-03-21T15:19:40.856Z | Compiling heapless v0.7.16 |
1526 | 2024-03-21T15:19:40.948Z | Compiling serde_tokenstream v0.2.0 |
1527 | 2024-03-21T15:19:41.201Z | Compiling idna v0.3.0 |
1528 | 2024-03-21T15:19:41.393Z | Compiling clap_derive v4.5.0 |
1529 | 2024-03-21T15:19:41.610Z | Compiling lazy_static v1.4.0 |
1530 | 2024-03-21T15:19:41.929Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1531 | 2024-03-21T15:19:42.291Z | Compiling signal-hook v0.3.17 |
1532 | 2024-03-21T15:19:42.316Z | Compiling psl-types v2.0.11 |
1533 | 2024-03-21T15:19:42.566Z | Compiling adler v1.0.2 |
1534 | 2024-03-21T15:19:42.748Z | Compiling plain v0.2.3 |
1535 | 2024-03-21T15:19:42.890Z | Compiling base64ct v1.6.0 |
1536 | 2024-03-21T15:19:43.235Z | Compiling goblin v0.8.0 |
1537 | 2024-03-21T15:19:43.478Z | Compiling tokio-rustls v0.24.1 |
1538 | 2024-03-21T15:19:43.646Z | Compiling miniz_oxide v0.7.1 |
1539 | 2024-03-21T15:19:43.850Z | Compiling publicsuffix v2.2.3 |
1540 | 2024-03-21T15:19:44.701Z | Compiling dof v0.1.5 |
1541 | 2024-03-21T15:19:44.897Z | Compiling tokio-native-tls v0.3.1 |
1542 | 2024-03-21T15:19:44.933Z | Compiling crossbeam-epoch v0.9.18 |
1543 | 2024-03-21T15:19:45.350Z | Compiling dtrace-parser v0.1.14 |
1544 | 2024-03-21T15:19:45.377Z | Compiling ipnet v2.9.0 |
1545 | 2024-03-21T15:19:45.541Z | Compiling pretty-hex v0.4.1 |
1546 | 2024-03-21T15:19:46.077Z | Compiling cookie_store v0.20.0 |
1547 | 2024-03-21T15:19:46.667Z | Compiling hyper-tls v0.5.0 |
1548 | 2024-03-21T15:19:46.970Z | Compiling hyper-rustls v0.24.2 |
1549 | 2024-03-21T15:19:47.218Z | Compiling rustls-pemfile v1.0.3 |
1550 | 2024-03-21T15:19:47.283Z | Compiling serde_urlencoded v0.7.1 |
1551 | 2024-03-21T15:19:47.308Z | Compiling serde_tokenstream v0.1.7 |
1552 | 2024-03-21T15:19:47.410Z | Compiling dtrace-parser v0.2.0 |
1553 | 2024-03-21T15:19:47.525Z | Compiling enum-as-inner v0.5.1 |
1554 | 2024-03-21T15:19:47.614Z | Compiling encoding_rs v0.8.33 |
1555 | 2024-03-21T15:19:47.750Z | Compiling either v1.10.0 |
1556 | 2024-03-21T15:19:47.784Z | Compiling dof v0.3.0 |
1557 | 2024-03-21T15:19:48.099Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1558 | 2024-03-21T15:19:48.281Z | Compiling smoltcp v0.9.1 |
1559 | 2024-03-21T15:19:48.614Z | Compiling webpki-roots v0.25.2 |
1560 | 2024-03-21T15:19:48.688Z | Compiling sync_wrapper v0.1.2 |
1561 | 2024-03-21T15:19:48.764Z | Compiling mime v0.3.17 |
1562 | 2024-03-21T15:19:48.810Z | Compiling gimli v0.28.0 |
1563 | 2024-03-21T15:19:49.140Z | Compiling pem-rfc7468 v0.7.0 |
1564 | 2024-03-21T15:19:49.222Z | Compiling hmac v0.12.1 |
1565 | 2024-03-21T15:19:49.367Z | Compiling object v0.32.1 |
1566 | 2024-03-21T15:19:49.432Z | Compiling flagset v0.4.3 |
1567 | 2024-03-21T15:19:49.478Z | Compiling reqwest v0.11.24 |
1568 | 2024-03-21T15:19:49.690Z | Compiling unicode-segmentation v1.10.1 |
1569 | 2024-03-21T15:19:50.006Z | Compiling siphasher v0.3.11 |
1570 | 2024-03-21T15:19:50.323Z | Compiling rustc-demangle v0.1.23 |
1571 | 2024-03-21T15:19:50.353Z | Compiling der v0.7.8 |
1572 | 2024-03-21T15:19:50.454Z | Compiling flate2 v1.0.28 |
1573 | 2024-03-21T15:19:50.658Z | Compiling usdt-attr-macro v0.3.5 |
1574 | 2024-03-21T15:19:50.683Z | Compiling usdt-macro v0.3.5 |
1575 | 2024-03-21T15:19:51.566Z | Compiling futures-executor v0.3.30 |
1576 | 2024-03-21T15:19:51.759Z | Compiling hubpack_derive v0.1.1 |
1577 | 2024-03-21T15:19:51.837Z | Compiling zerocopy-derive v0.6.4 |
1578 | 2024-03-21T15:19:52.435Z | Compiling addr2line v0.21.0 |
1579 | 2024-03-21T15:19:55.589Z | Compiling utf8parse v0.2.1 |
1580 | 2024-03-21T15:19:55.756Z | Compiling winnow v0.6.1 |
1581 | 2024-03-21T15:19:56.201Z | Compiling anstyle v1.0.2 |
1582 | 2024-03-21T15:19:56.925Z | Compiling anstyle-parse v0.2.1 |
1583 | 2024-03-21T15:19:58.764Z | Compiling toml_edit v0.22.6 |
1584 | 2024-03-21T15:20:01.318Z | Compiling sha2 v0.10.8 |
1585 | 2024-03-21T15:20:03.848Z | Compiling spki v0.7.2 |
1586 | 2024-03-21T15:20:04.159Z | Compiling futures v0.3.30 |
1587 | 2024-03-21T15:20:05.823Z | Compiling md-5 v0.10.5 |
1588 | 2024-03-21T15:20:05.887Z | Compiling toml v0.7.8 |
1589 | 2024-03-21T15:20:06.041Z | Compiling hex v0.4.3 |
1590 | 2024-03-21T15:20:06.067Z | Compiling stringprep v0.1.3 |
1591 | 2024-03-21T15:20:06.557Z | Compiling regress v0.9.0 |
1592 | 2024-03-21T15:20:06.777Z | Compiling block-padding v0.3.3 |
1593 | 2024-03-21T15:20:07.030Z | Compiling num-integer v0.1.46 |
1594 | 2024-03-21T15:20:07.124Z | Compiling diesel_table_macro_syntax v0.1.0 |
1595 | 2024-03-21T15:20:07.660Z | Compiling hash32 v0.2.1 |
1596 | 2024-03-21T15:20:08.168Z | Compiling colorchoice v1.0.0 |
1597 | 2024-03-21T15:20:08.328Z | Compiling fallible-iterator v0.2.0 |
1598 | 2024-03-21T15:20:08.354Z | Compiling stable_deref_trait v1.2.0 |
1599 | 2024-03-21T15:20:08.461Z | Compiling anstyle-query v1.0.0 |
1600 | 2024-03-21T15:20:08.609Z | Compiling anstream v0.6.11 |
1601 | 2024-03-21T15:20:08.908Z | Compiling postgres-protocol v0.6.6 |
1602 | 2024-03-21T15:20:09.884Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1603 | 2024-03-21T15:20:10.293Z | Compiling diesel_derives v2.1.2 |
1604 | 2024-03-21T15:20:10.394Z | Compiling inout v0.1.3 |
1605 | 2024-03-21T15:20:13.605Z | Compiling pkcs8 v0.10.2 |
1606 | 2024-03-21T15:20:14.455Z | Compiling phf_shared v0.11.2 |
1607 | 2024-03-21T15:20:14.856Z | Compiling strum_macros v0.25.2 |
1608 | 2024-03-21T15:20:18.064Z | Compiling terminal_size v0.3.0 |
1609 | 2024-03-21T15:20:18.287Z | Compiling ff v0.13.0 |
1610 | 2024-03-21T15:20:18.824Z | Compiling serde_repr v0.1.16 |
1611 | 2024-03-21T15:20:19.049Z | Compiling scheduled-thread-pool v0.2.7 |
1612 | 2024-03-21T15:20:19.461Z | Compiling base16ct v0.2.0 |
1613 | 2024-03-21T15:20:19.745Z | Compiling data-encoding v2.4.0 |
1614 | 2024-03-21T15:20:19.839Z | Compiling bit-vec v0.6.3 |
1615 | 2024-03-21T15:20:20.096Z | Compiling strsim v0.11.0 |
1616 | 2024-03-21T15:20:20.184Z | Compiling bitflags v1.3.2 |
1617 | 2024-03-21T15:20:20.282Z | Compiling matches v0.1.10 |
1618 | 2024-03-21T15:20:20.370Z | Compiling clap_lex v0.7.0 |
1619 | 2024-03-21T15:20:20.716Z | Compiling regex-automata v0.1.10 |
1620 | 2024-03-21T15:20:20.754Z | Compiling managed v0.8.0 |
1621 | 2024-03-21T15:20:21.001Z | Compiling clap_builder v4.5.1 |
1622 | 2024-03-21T15:20:21.145Z | Compiling bstr v0.2.17 |
1623 | 2024-03-21T15:20:22.013Z | Compiling idna v0.2.3 |
1624 | 2024-03-21T15:20:22.794Z | Compiling sec1 v0.7.3 |
1625 | 2024-03-21T15:20:23.127Z | Compiling r2d2 v0.8.10 |
1626 | 2024-03-21T15:20:23.268Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1627 | 2024-03-21T15:20:24.749Z | Compiling group v0.13.0 |
1628 | 2024-03-21T15:20:25.534Z | Compiling phf v0.11.2 |
1629 | 2024-03-21T15:20:25.793Z | Compiling signal-hook-mio v0.2.3 |
1630 | 2024-03-21T15:20:25.942Z | Compiling bzip2 v0.4.4 |
1631 | 2024-03-21T15:20:26.035Z | Compiling cipher v0.4.4 |
1632 | 2024-03-21T15:20:26.263Z | Compiling postgres-types v0.2.6 |
1633 | 2024-03-21T15:20:26.628Z | Compiling zerocopy v0.6.4 |
1634 | 2024-03-21T15:20:27.318Z | Compiling hubpack v0.1.2 |
1635 | 2024-03-21T15:20:27.343Z | Compiling phf_shared v0.10.0 |
1636 | 2024-03-21T15:20:27.421Z | Compiling hkdf v0.12.4 |
1637 | 2024-03-21T15:20:27.668Z | Compiling crypto-bigint v0.5.2 |
1638 | 2024-03-21T15:20:27.722Z | Compiling ipnetwork v0.20.0 |
1639 | 2024-03-21T15:20:28.477Z | Compiling float-cmp v0.9.0 |
1640 | 2024-03-21T15:20:28.931Z | Compiling difflib v0.4.0 |
1641 | 2024-03-21T15:20:29.365Z | Compiling static_assertions v1.1.0 |
1642 | 2024-03-21T15:20:29.962Z | Compiling precomputed-hash v0.1.1 |
1643 | 2024-03-21T15:20:30.242Z | Compiling fixedbitset v0.4.2 |
1644 | 2024-03-21T15:20:30.268Z | Compiling normalize-line-endings v0.3.0 |
1645 | 2024-03-21T15:20:30.394Z | Compiling predicates-core v1.0.6 |
1646 | 2024-03-21T15:20:30.675Z | Compiling whoami v1.5.0 |
1647 | 2024-03-21T15:20:30.713Z | Compiling new_debug_unreachable v1.0.4 |
1648 | 2024-03-21T15:20:30.812Z | Compiling minimal-lexical v0.2.1 |
1649 | 2024-03-21T15:20:31.054Z | Compiling tokio-postgres v0.7.10 |
1650 | 2024-03-21T15:20:31.157Z | Compiling nom v7.1.3 |
1651 | 2024-03-21T15:20:31.233Z | Compiling trust-dns-proto v0.22.0 |
1652 | 2024-03-21T15:20:32.031Z | Compiling string_cache v0.8.7 |
1653 | 2024-03-21T15:20:32.747Z | Compiling predicates v3.1.0 |
1654 | 2024-03-21T15:20:33.562Z | Compiling petgraph v0.6.4 |
1655 | 2024-03-21T15:20:34.272Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1656 | 2024-03-21T15:20:34.688Z | Compiling elliptic-curve v0.13.8 |
1657 | 2024-03-21T15:20:36.865Z | Compiling diesel v2.1.4 |
1658 | 2024-03-21T15:20:37.059Z | Compiling yasna v0.5.2 |
1659 | 2024-03-21T15:20:37.430Z | Compiling zip v0.6.6 |
1660 | 2024-03-21T15:20:37.692Z | Compiling crossterm v0.27.0 |
1661 | 2024-03-21T15:20:38.502Z | Compiling clap v4.5.1 |
1662 | 2024-03-21T15:20:38.713Z | Compiling similar v2.4.0 |
1663 | 2024-03-21T15:20:38.852Z | Compiling bit-set v0.5.3 |
1664 | 2024-03-21T15:20:38.886Z | Compiling num-iter v0.1.44 |
1665 | 2024-03-21T15:20:39.065Z | Compiling usdt v0.3.5 |
1666 | 2024-03-21T15:20:39.098Z | Compiling itertools v0.10.5 |
1667 | 2024-03-21T15:20:39.299Z | Compiling console v0.15.8 |
1668 | 2024-03-21T15:20:39.930Z | Compiling tokio-stream v0.1.14 |
1669 | 2024-03-21T15:20:40.357Z | Compiling bstr v1.9.0 |
1670 | 2024-03-21T15:20:40.592Z | Compiling lalrpop-util v0.19.12 |
1671 | 2024-03-21T15:20:45.741Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1672 | 2024-03-21T15:20:45.867Z | Compiling getopts v0.2.21 |
1673 | 2024-03-21T15:20:46.520Z | Compiling unsafe-libyaml v0.2.10 |
1674 | 2024-03-21T15:20:46.626Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1675 | 2024-03-21T15:20:47.718Z | Compiling serde_yaml v0.9.25 |
1676 | 2024-03-21T15:20:52.178Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1677 | 2024-03-21T15:20:52.784Z | Compiling camino v1.1.6 |
1678 | 2024-03-21T15:21:06.655Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1679 | 2024-03-21T15:21:20.183Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1680 | 2024-03-21T15:21:20.972Z | Compiling proc-macro-crate v1.3.1 |
1681 | 2024-03-21T15:21:21.940Z | Compiling ident_case v1.0.1 |
1682 | 2024-03-21T15:21:22.111Z | Compiling strsim v0.10.0 |
1683 | 2024-03-21T15:21:22.624Z | Compiling darling_core v0.20.3 |
1684 | 2024-03-21T15:21:30.599Z | Compiling match_cfg v0.1.0 |
1685 | 2024-03-21T15:21:36.286Z | Compiling hostname v0.3.1 |
1686 | 2024-03-21T15:21:42.293Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1687 | 2024-03-21T15:21:42.488Z | Compiling darling_macro v0.20.3 |
1688 | 2024-03-21T15:21:43.999Z | Compiling sha1 v0.10.6 |
1689 | 2024-03-21T15:21:45.003Z | Compiling darling v0.20.3 |
1690 | 2024-03-21T15:21:45.113Z | Compiling thread_local v1.1.7 |
1691 | 2024-03-21T15:21:45.548Z | Compiling atty v0.2.14 |
1692 | 2024-03-21T15:21:45.686Z | Compiling instant v0.1.12 |
1693 | 2024-03-21T15:21:45.813Z | Compiling slog-async v2.8.0 |
1694 | 2024-03-21T15:21:45.840Z | Compiling parking_lot_core v0.8.6 |
1695 | 2024-03-21T15:21:46.153Z | Compiling crossbeam-channel v0.5.8 |
1696 | 2024-03-21T15:21:46.231Z | Compiling dirs-sys-next v0.1.2 |
1697 | 2024-03-21T15:21:46.268Z | Compiling take_mut v0.2.2 |
1698 | 2024-03-21T15:21:46.423Z | Compiling rustls-pki-types v1.3.0 |
1699 | 2024-03-21T15:21:46.850Z | Compiling dirs-next v2.0.0 |
1700 | 2024-03-21T15:21:47.588Z | Compiling slog-json v2.6.1 |
1701 | 2024-03-21T15:21:47.624Z | Compiling rustls v0.22.2 |
1702 | 2024-03-21T15:21:47.883Z | Compiling slog-bunyan v2.5.0 |
1703 | 2024-03-21T15:21:48.036Z | Compiling parking_lot v0.11.2 |
1704 | 2024-03-21T15:21:48.231Z | Compiling term v0.7.0 |
1705 | 2024-03-21T15:21:49.440Z | Compiling rustls-webpki v0.102.1 |
1706 | 2024-03-21T15:21:49.760Z | Compiling fxhash v0.2.1 |
1707 | 2024-03-21T15:21:49.944Z | Compiling multer v3.0.0 |
1708 | 2024-03-21T15:21:49.990Z | Compiling half v2.3.1 |
1709 | 2024-03-21T15:21:50.192Z | Compiling ciborium-io v0.2.2 |
1710 | 2024-03-21T15:21:50.243Z | Compiling paste v1.0.14 |
1711 | 2024-03-21T15:21:50.580Z | Compiling ciborium-ll v0.2.2 |
1712 | 2024-03-21T15:21:50.676Z | Compiling sled v0.34.7 |
1713 | 2024-03-21T15:21:51.006Z | Compiling slog-term v2.9.0 |
1714 | 2024-03-21T15:21:52.079Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1715 | 2024-03-21T15:21:52.944Z | Compiling http v1.0.0 |
1716 | 2024-03-21T15:21:53.299Z | Compiling async-stream-impl v0.3.5 |
1717 | 2024-03-21T15:21:54.279Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1718 | 2024-03-21T15:21:54.521Z | Compiling debug-ignore v1.0.5 |
1719 | 2024-03-21T15:21:54.655Z | Compiling atomic-waker v1.1.1 |
1720 | 2024-03-21T15:21:54.824Z | Compiling waitgroup v0.1.2 |
1721 | 2024-03-21T15:21:55.070Z | Compiling async-stream v0.3.5 |
1722 | 2024-03-21T15:21:55.098Z | Compiling tokio-rustls v0.25.0 |
1723 | 2024-03-21T15:21:55.362Z | Compiling ciborium v0.2.2 |
1724 | 2024-03-21T15:21:56.356Z | Compiling rustls-pemfile v2.1.1 |
1725 | 2024-03-21T15:21:56.793Z | Compiling serde_with_macros v3.6.1 |
1726 | 2024-03-21T15:21:56.863Z | Compiling num_enum_derive v0.7.2 |
1727 | 2024-03-21T15:21:56.976Z | Compiling toml v0.8.10 |
1728 | 2024-03-21T15:21:57.117Z | Compiling strum_macros v0.26.1 |
1729 | 2024-03-21T15:21:57.431Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1730 | 2024-03-21T15:21:58.934Z | Compiling serde_path_to_error v0.1.16 |
1731 | 2024-03-21T15:21:59.020Z | Compiling structmeta-derive v0.3.0 |
1732 | 2024-03-21T15:21:59.068Z | Compiling serde_with v3.6.1 |
1733 | 2024-03-21T15:22:00.723Z | Compiling strum v0.26.1 |
1734 | 2024-03-21T15:22:00.909Z | Compiling num_enum v0.7.2 |
1735 | 2024-03-21T15:22:01.063Z | Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1736 | 2024-03-21T15:22:01.126Z | Compiling structmeta v0.3.0 |
1737 | 2024-03-21T15:22:01.456Z | Compiling parse-display-derive v0.9.0 |
1738 | 2024-03-21T15:22:01.603Z | Compiling newtype-uuid v1.0.1 |
1739 | 2024-03-21T15:22:01.912Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1740 | 2024-03-21T15:22:02.470Z | Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1741 | 2024-03-21T15:22:02.534Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1742 | 2024-03-21T15:22:02.719Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1743 | 2024-03-21T15:22:03.041Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1744 | 2024-03-21T15:22:03.605Z | Compiling backoff v0.4.0 |
1745 | 2024-03-21T15:22:03.908Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1746 | 2024-03-21T15:22:04.062Z | Compiling macaddr v1.0.1 |
1747 | 2024-03-21T15:22:04.607Z | Compiling proc-macro-error-attr v1.0.4 |
1748 | 2024-03-21T15:22:04.684Z | Compiling parse-display v0.9.0 |
1749 | 2024-03-21T15:22:04.935Z | Compiling proc-macro-error v1.0.4 |
1750 | 2024-03-21T15:22:05.219Z | Compiling heapless v0.8.0 |
1751 | 2024-03-21T15:22:05.628Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1752 | 2024-03-21T15:22:07.449Z | Compiling num_enum_derive v0.5.11 |
1753 | 2024-03-21T15:22:09.305Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1754 | 2024-03-21T15:22:13.335Z | Compiling hash32 v0.3.1 |
1755 | 2024-03-21T15:22:13.559Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1756 | 2024-03-21T15:22:13.792Z | Compiling smoltcp v0.11.0 |
1757 | 2024-03-21T15:22:14.315Z | Compiling num_enum v0.5.11 |
1758 | 2024-03-21T15:22:14.818Z | Compiling fastrand v2.0.1 |
1759 | 2024-03-21T15:22:14.962Z | Compiling embedded-io v0.4.0 |
1760 | 2024-03-21T15:22:15.176Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1761 | 2024-03-21T15:22:15.398Z | Compiling cobs v0.2.3 |
1762 | 2024-03-21T15:22:15.449Z | Compiling tempfile v3.10.0 |
1763 | 2024-03-21T15:22:15.618Z | Compiling postcard v1.0.8 |
1764 | 2024-03-21T15:22:16.332Z | Compiling foreign-types-macros v0.2.3 |
1765 | 2024-03-21T15:22:17.001Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1766 | 2024-03-21T15:22:17.255Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1767 | 2024-03-21T15:22:17.280Z | Compiling foreign-types-shared v0.3.1 |
1768 | 2024-03-21T15:22:17.386Z | Compiling crucible-workspace-hack v0.1.0 |
1769 | 2024-03-21T15:22:17.412Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1770 | 2024-03-21T15:22:17.723Z | Compiling foreign-types v0.5.0 |
1771 | 2024-03-21T15:22:17.964Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1772 | 2024-03-21T15:22:18.009Z | Compiling tabwriter v1.4.0 |
1773 | 2024-03-21T15:22:18.127Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1774 | 2024-03-21T15:22:18.746Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1775 | 2024-03-21T15:22:18.789Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1776 | 2024-03-21T15:22:18.823Z | Compiling cstr-argument v0.1.2 |
1777 | 2024-03-21T15:22:19.051Z | Compiling pretty-hex v0.2.1 |
1778 | 2024-03-21T15:22:19.250Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1779 | 2024-03-21T15:22:19.426Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1780 | 2024-03-21T15:22:19.540Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1781 | 2024-03-21T15:22:19.766Z | Compiling colored v2.1.0 |
1782 | 2024-03-21T15:22:19.837Z | Compiling socket2 v0.4.9 |
1783 | 2024-03-21T15:22:20.507Z | Compiling platforms v3.0.2 |
1784 | 2024-03-21T15:22:20.763Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1785 | 2024-03-21T15:22:20.979Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1786 | 2024-03-21T15:22:21.100Z | Compiling camino-tempfile v1.1.1 |
1787 | 2024-03-21T15:22:21.222Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1788 | 2024-03-21T15:22:21.548Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1789 | 2024-03-21T15:22:21.781Z | Compiling num-derive v0.4.0 |
1790 | 2024-03-21T15:22:21.935Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1791 | 2024-03-21T15:22:22.316Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1792 | 2024-03-21T15:22:22.702Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1793 | 2024-03-21T15:22:22.844Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1794 | 2024-03-21T15:22:22.908Z | Compiling smf v0.2.2 |
1795 | 2024-03-21T15:22:23.065Z | Compiling unicase v2.7.0 |
1796 | 2024-03-21T15:22:23.331Z | Compiling rayon-core v1.12.1 |
1797 | 2024-03-21T15:22:23.478Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1798 | 2024-03-21T15:22:23.569Z | Compiling semver v0.1.20 |
1799 | 2024-03-21T15:22:24.044Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1800 | 2024-03-21T15:22:24.835Z | Compiling rustc_version v0.1.7 |
1801 | 2024-03-21T15:22:25.124Z | Compiling curve25519-dalek v4.1.1 |
1802 | 2024-03-21T15:22:25.149Z | Compiling crossbeam-deque v0.8.3 |
1803 | 2024-03-21T15:22:25.174Z | Compiling universal-hash v0.5.1 |
1804 | 2024-03-21T15:22:25.202Z | Compiling same-file v1.0.6 |
1805 | 2024-03-21T15:22:25.418Z | Compiling opaque-debug v0.3.0 |
1806 | 2024-03-21T15:22:25.529Z | Compiling walkdir v2.4.0 |
1807 | 2024-03-21T15:22:25.565Z | Compiling newtype_derive v0.1.6 |
1808 | 2024-03-21T15:22:25.670Z | Compiling semver-parser v0.10.2 |
1809 | 2024-03-21T15:22:25.841Z | Compiling signature v2.1.0 |
1810 | 2024-03-21T15:22:26.073Z | Compiling curve25519-dalek-derive v0.1.0 |
1811 | 2024-03-21T15:22:26.098Z | Compiling blake3 v1.5.0 |
1812 | 2024-03-21T15:22:26.490Z | Compiling num-rational v0.4.1 |
1813 | 2024-03-21T15:22:26.601Z | Compiling getrandom v0.1.16 |
1814 | 2024-03-21T15:22:26.990Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1815 | 2024-03-21T15:22:27.015Z | Compiling semver v0.11.0 |
1816 | 2024-03-21T15:22:27.043Z | Compiling rayon v1.9.0 |
1817 | 2024-03-21T15:22:27.815Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1818 | 2024-03-21T15:22:28.041Z | Compiling usdt-attr-macro v0.5.0 |
1819 | 2024-03-21T15:22:28.377Z | Compiling usdt-macro v0.5.0 |
1820 | 2024-03-21T15:22:29.230Z | Compiling heck v0.3.3 |
1821 | 2024-03-21T15:22:29.343Z | Compiling password-hash v0.5.0 |
1822 | 2024-03-21T15:22:29.435Z | Compiling textwrap v0.11.0 |
1823 | 2024-03-21T15:22:29.549Z | Compiling blake2 v0.10.6 |
1824 | 2024-03-21T15:22:30.313Z | Compiling memmap v0.7.0 |
1825 | 2024-03-21T15:22:30.544Z | Compiling memmap2 v0.7.1 |
1826 | 2024-03-21T15:22:30.674Z | Compiling xattr v1.0.1 |
1827 | 2024-03-21T15:22:30.879Z | Compiling filetime v0.2.23 |
1828 | 2024-03-21T15:22:30.905Z | Compiling strsim v0.8.0 |
1829 | 2024-03-21T15:22:30.930Z | Compiling constant_time_eq v0.3.0 |
1830 | 2024-03-21T15:22:31.067Z | Compiling arrayvec v0.7.4 |
1831 | 2024-03-21T15:22:31.143Z | Compiling libefi-sys v0.1.0 |
1832 | 2024-03-21T15:22:31.168Z | Compiling vec_map v0.8.2 |
1833 | 2024-03-21T15:22:31.389Z | Compiling quick-error v1.2.3 |
1834 | 2024-03-21T15:22:31.417Z | Compiling base64 v0.22.0 |
1835 | 2024-03-21T15:22:31.443Z | Compiling ansi_term v0.12.1 |
1836 | 2024-03-21T15:22:31.555Z | Compiling linked-hash-map v0.5.6 |
1837 | 2024-03-21T15:22:31.863Z | Compiling home v0.5.5 |
1838 | 2024-03-21T15:22:32.075Z | Compiling arrayref v0.3.7 |
1839 | 2024-03-21T15:22:32.100Z | Compiling toolchain_find v0.2.0 |
1840 | 2024-03-21T15:22:32.125Z | Compiling lru-cache v0.1.2 |
1841 | 2024-03-21T15:22:32.316Z | Compiling clap v2.34.0 |
1842 | 2024-03-21T15:22:32.341Z | Compiling resolv-conf v0.7.0 |
1843 | 2024-03-21T15:22:32.398Z | Compiling tar v0.4.40 |
1844 | 2024-03-21T15:22:32.636Z | Compiling usdt v0.5.0 |
1845 | 2024-03-21T15:22:32.845Z | Compiling argon2 v0.5.3 |
1846 | 2024-03-21T15:22:33.349Z | Compiling structopt-derive v0.4.18 |
1847 | 2024-03-21T15:22:34.499Z | Compiling rfc6979 v0.4.0 |
1848 | 2024-03-21T15:22:34.677Z | Compiling toml v0.5.11 |
1849 | 2024-03-21T15:22:34.702Z | Compiling aead v0.5.2 |
1850 | 2024-03-21T15:22:34.907Z | Compiling num-complex v0.4.4 |
1851 | 2024-03-21T15:22:34.986Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1852 | 2024-03-21T15:22:35.297Z | Compiling nibble_vec v0.1.0 |
1853 | 2024-03-21T15:22:35.439Z | Compiling slog-dtrace v0.3.0 |
1854 | 2024-03-21T15:22:35.501Z | Compiling winapi v0.3.9 |
1855 | 2024-03-21T15:22:35.697Z | Compiling keccak v0.1.4 |
1856 | 2024-03-21T15:22:35.958Z | Compiling arc-swap v1.6.0 |
1857 | 2024-03-21T15:22:35.994Z | Compiling cancel-safe-futures v0.1.5 |
1858 | 2024-03-21T15:22:36.241Z | Compiling utf-8 v0.7.6 |
1859 | 2024-03-21T15:22:36.277Z | Compiling topological-sort v0.2.2 |
1860 | 2024-03-21T15:22:36.403Z | Compiling endian-type v0.1.2 |
1861 | 2024-03-21T15:22:36.476Z | Compiling omicron-zone-package v0.11.0 |
1862 | 2024-03-21T15:22:36.547Z | Compiling tungstenite v0.20.1 |
1863 | 2024-03-21T15:22:36.610Z | Compiling radix_trie v0.2.1 |
1864 | 2024-03-21T15:22:36.635Z | Compiling slog-scope v4.4.0 |
1865 | 2024-03-21T15:22:37.400Z | Compiling rustfmt-wrapper v0.2.0 |
1866 | 2024-03-21T15:22:37.438Z | Compiling sha3 v0.10.8 |
1867 | 2024-03-21T15:22:37.463Z | Compiling num v0.4.1 |
1868 | 2024-03-21T15:22:37.670Z | Compiling structopt v0.3.26 |
1869 | 2024-03-21T15:22:37.938Z | Compiling ecdsa v0.16.9 |
1870 | 2024-03-21T15:22:38.173Z | Compiling rand_core v0.5.1 |
1871 | 2024-03-21T15:22:38.209Z | Compiling steno v0.4.0 |
1872 | 2024-03-21T15:22:38.570Z | Compiling mime_guess v2.0.4 |
1873 | 2024-03-21T15:22:38.954Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1874 | 2024-03-21T15:22:39.446Z | Compiling trust-dns-resolver v0.22.0 |
1875 | 2024-03-21T15:22:39.816Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1876 | 2024-03-21T15:22:40.926Z | Compiling poly1305 v0.8.0 |
1877 | 2024-03-21T15:22:41.123Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1878 | 2024-03-21T15:22:41.849Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1879 | 2024-03-21T15:22:42.183Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1880 | 2024-03-21T15:22:42.831Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1881 | 2024-03-21T15:22:43.023Z | Compiling primeorder v0.13.6 |
1882 | 2024-03-21T15:22:43.082Z | Compiling chacha20 v0.9.1 |
1883 | 2024-03-21T15:22:43.489Z | Compiling secrecy v0.8.0 |
1884 | 2024-03-21T15:22:43.719Z | Compiling thiserror-impl-no-std v2.0.2 |
1885 | 2024-03-21T15:22:44.036Z | Compiling option-ext v0.2.0 |
1886 | 2024-03-21T15:22:44.173Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1887 | 2024-03-21T15:22:44.302Z | Compiling humantime v2.1.0 |
1888 | 2024-03-21T15:22:44.748Z | Compiling convert_case v0.4.0 |
1889 | 2024-03-21T15:22:44.960Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1890 | 2024-03-21T15:22:45.408Z | Compiling derive_more v0.99.17 |
1891 | 2024-03-21T15:22:45.846Z | Compiling thiserror-no-std v2.0.2 |
1892 | 2024-03-21T15:22:45.956Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1893 | 2024-03-21T15:22:46.826Z | Compiling dirs-sys v0.4.1 |
1894 | 2024-03-21T15:22:47.770Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1895 | 2024-03-21T15:22:47.999Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1896 | 2024-03-21T15:22:51.876Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1897 | 2024-03-21T15:22:52.145Z | Compiling rand_chacha v0.2.2 |
1898 | 2024-03-21T15:22:53.238Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1899 | 2024-03-21T15:22:53.478Z | Compiling tokio-tungstenite v0.20.1 |
1900 | 2024-03-21T15:22:54.331Z | Compiling trust-dns-client v0.22.0 |
1901 | 2024-03-21T15:22:54.632Z | Compiling slog-stdlog v4.1.1 |
1902 | 2024-03-21T15:22:54.820Z | Compiling ed25519 v2.2.2 |
1903 | 2024-03-21T15:22:55.184Z | Compiling polyval v0.6.1 |
1904 | 2024-03-21T15:22:55.408Z | Compiling blowfish v0.9.1 |
1905 | 2024-03-21T15:22:55.618Z | Compiling aes v0.8.3 |
1906 | 2024-03-21T15:22:55.787Z | Compiling ctr v0.9.2 |
1907 | 2024-03-21T15:22:56.082Z | Compiling password-hash v0.4.2 |
1908 | 2024-03-21T15:22:56.963Z | Compiling libsw v3.3.1 |
1909 | 2024-03-21T15:22:57.426Z | Compiling pbkdf2 v0.12.2 |
1910 | 2024-03-21T15:22:57.506Z | Compiling derive-where v1.2.7 |
1911 | 2024-03-21T15:22:57.677Z | Compiling gethostname v0.4.3 |
1912 | 2024-03-21T15:22:58.082Z | Compiling linear-map v1.2.0 |
1913 | 2024-03-21T15:22:58.207Z | Compiling swrite v0.1.0 |
1914 | 2024-03-21T15:22:58.336Z | Compiling owo-colors v4.0.0 |
1915 | 2024-03-21T15:23:00.170Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1916 | 2024-03-21T15:23:00.389Z | Compiling trust-dns-server v0.22.1 |
1917 | 2024-03-21T15:23:02.999Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1918 | 2024-03-21T15:23:03.207Z | Compiling bcrypt-pbkdf v0.10.0 |
1919 | 2024-03-21T15:23:03.608Z | Compiling pbkdf2 v0.11.0 |
1920 | 2024-03-21T15:23:03.971Z | Compiling ghash v0.5.0 |
1921 | 2024-03-21T15:23:04.163Z | Compiling ed25519-dalek v2.0.0 |
1922 | 2024-03-21T15:23:04.852Z | Compiling slog-envlogger v2.2.0 |
1923 | 2024-03-21T15:23:05.129Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1924 | 2024-03-21T15:23:06.792Z | Compiling russh-cryptovec v0.7.0 |
1925 | 2024-03-21T15:23:07.100Z | Compiling rand v0.7.3 |
1926 | 2024-03-21T15:23:07.527Z | Compiling dirs v5.0.1 |
1927 | 2024-03-21T15:23:07.764Z | Compiling vsss-rs v3.3.4 |
1928 | 2024-03-21T15:23:08.536Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1929 | 2024-03-21T15:23:08.919Z | Compiling p521 v0.13.3 |
1930 | 2024-03-21T15:23:09.120Z | Compiling p256 v0.13.2 |
1931 | 2024-03-21T15:23:10.492Z | Compiling chacha20poly1305 v0.10.1 |
1932 | 2024-03-21T15:23:10.712Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1933 | 2024-03-21T15:23:10.856Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1934 | 2024-03-21T15:23:11.347Z | Compiling cbc v0.1.2 |
1935 | 2024-03-21T15:23:11.588Z | Compiling pem v3.0.2 |
1936 | 2024-03-21T15:23:11.959Z | Compiling headers-core v0.2.0 |
1937 | 2024-03-21T15:23:12.140Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1938 | 2024-03-21T15:23:12.969Z | Compiling kstat-rs v0.2.3 |
1939 | 2024-03-21T15:23:13.832Z | Compiling nanorand v0.7.0 |
1940 | 2024-03-21T15:23:14.118Z | Compiling md5 v0.7.0 |
1941 | 2024-03-21T15:23:14.550Z | Compiling glob v0.3.1 |
1942 | 2024-03-21T15:23:14.865Z | Compiling http-range v0.1.5 |
1943 | 2024-03-21T15:23:15.415Z | Compiling hyper-staticfile v0.9.5 |
1944 | 2024-03-21T15:23:15.623Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1945 | 2024-03-21T15:23:16.658Z | Compiling russh-keys v0.42.0 |
1946 | 2024-03-21T15:23:17.586Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1947 | 2024-03-21T15:23:18.097Z | Compiling flume v0.11.0 |
1948 | 2024-03-21T15:23:18.187Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1949 | 2024-03-21T15:23:18.752Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1950 | 2024-03-21T15:23:21.993Z | Compiling headers v0.3.9 |
1951 | 2024-03-21T15:23:23.856Z | Compiling rcgen v0.12.1 |
1952 | 2024-03-21T15:23:25.177Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1953 | 2024-03-21T15:23:31.304Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1954 | 2024-03-21T15:23:32.122Z | Compiling aes-gcm v0.10.3 |
1955 | 2024-03-21T15:23:32.167Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1956 | 2024-03-21T15:23:32.392Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1957 | 2024-03-21T15:23:37.151Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1958 | 2024-03-21T15:23:38.675Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1959 | 2024-03-21T15:23:46.976Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1960 | 2024-03-21T15:23:50.800Z | Compiling atomicwrites v0.4.3 |
1961 | 2024-03-21T15:23:51.233Z | Compiling itertools v0.12.1 |
1962 | 2024-03-21T15:23:52.043Z | Compiling subprocess v0.2.9 |
1963 | 2024-03-21T15:23:52.254Z | Compiling hex-literal v0.4.1 |
1964 | 2024-03-21T15:23:52.434Z | Compiling display-error-chain v0.2.0 |
1965 | 2024-03-21T15:23:52.603Z | Compiling dhcproto-macros v0.1.0 |
1966 | 2024-03-21T15:23:53.270Z | Compiling dhcproto v0.11.0 |
1967 | 2024-03-21T15:23:54.024Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1968 | 2024-03-21T15:23:54.450Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1969 | 2024-03-21T15:23:54.658Z | Compiling russh v0.42.0 |
1970 | 2024-03-21T15:23:56.059Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1971 | 2024-03-21T15:23:56.269Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1972 | 2024-03-21T15:23:56.696Z | Compiling internet-checksum v0.2.1 |
1973 | 2024-03-21T15:24:21.057Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1974 | 2024-03-21T15:25:38.337Z | Finished release [optimized] target(s) in 7m 12s |
1975 | 2024-03-21T15:25:38.647Z | + cp target/release/commtest /out/ |
1976 | 2024-03-21T15:25:38.722Z | + cp target/release/dhcp-server /out/ |
1977 | 2024-03-21T15:25:38.794Z | + banner testbed |
1978 | 2024-03-21T15:25:38.820Z | |
1979 | 2024-03-21T15:25:38.820Z | ##### ###### #### ##### ##### ###### ##### |
1980 | 2024-03-21T15:25:38.820Z | # # # # # # # # # |
1981 | 2024-03-21T15:25:38.820Z | # ##### #### # ##### ##### # # |
1982 | 2024-03-21T15:25:38.820Z | # # # # # # # # # |
1983 | 2024-03-21T15:25:38.820Z | # # # # # # # # # # |
1984 | 2024-03-21T15:25:38.820Z | # ###### #### # ##### ###### ##### |
1985 | 2024-03-21T15:25:38.820Z | |
1986 | 2024-03-21T15:25:38.820Z | + cd /work/oxidecomputer |
1987 | 2024-03-21T15:25:38.820Z | + rm -rf testbed |
1988 | 2024-03-21T15:25:38.820Z | + git clone https://github.com/oxidecomputer/testbed |
1989 | 2024-03-21T15:25:38.820Z | Cloning into 'testbed'... |
1990 | 2024-03-21T15:25:40.351Z | + cd testbed/a4x2 |
1991 | 2024-03-21T15:25:40.351Z | + OMICRON=/work/oxidecomputer/omicron |
1992 | 2024-03-21T15:25:40.351Z | + ./config/build-packages.sh |
1993 | 2024-03-21T15:25:40.376Z | + export 'RUSTFLAGS=--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab' |
1994 | 2024-03-21T15:25:40.376Z | + RUSTFLAGS='--cfg svcadm_autoclear -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-znocompstrtab' |
1995 | 2024-03-21T15:25:40.376Z | +++ dirname ./config/build-packages.sh |
1996 | 2024-03-21T15:25:40.376Z | ++ cd -- ./config |
1997 | 2024-03-21T15:25:40.376Z | ++ pwd -P |
1998 | 2024-03-21T15:25:40.376Z | + HERE=/work/oxidecomputer/testbed/a4x2/config/../ |
1999 | 2024-03-21T15:25:40.376Z | + OMICRON=/work/oxidecomputer/omicron |
2000 | 2024-03-21T15:25:40.376Z | + rm -rf cargo-bay/tools |
2001 | 2024-03-21T15:25:40.376Z | + cp -r /work/oxidecomputer/omicron/tools cargo-bay/ |
2002 | 2024-03-21T15:25:40.376Z | + banner G0 |
2003 | 2024-03-21T15:25:40.402Z | ##### ### |
2004 | 2024-03-21T15:25:40.402Z | # # # # |
2005 | 2024-03-21T15:25:40.402Z | # # # |
2006 | 2024-03-21T15:25:40.402Z | # #### # # |
2007 | 2024-03-21T15:25:40.402Z | # # # # |
2008 | 2024-03-21T15:25:40.402Z | # # # # |
2009 | 2024-03-21T15:25:40.402Z | ##### ### |
2010 | 2024-03-21T15:25:40.402Z | |
2011 | 2024-03-21T15:25:40.402Z | + . config/build-g0.sh |
2012 | 2024-03-21T15:25:40.402Z | ++ [[ '' == \s\t\a\t\i\c ]] |
2013 | 2024-03-21T15:25:40.402Z | ++ [[ '' == true ]] |
2014 | 2024-03-21T15:25:40.402Z | ++ cp config/config-rss.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/ |
2015 | 2024-03-21T15:25:40.403Z | ++ cp config/g0-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
2016 | 2024-03-21T15:25:40.403Z | ++ cp config/mgs-sim-switch0.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml |
2017 | 2024-03-21T15:25:40.403Z | ++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml |
2018 | 2024-03-21T15:25:40.403Z | ++ cd /work/oxidecomputer/omicron |
2019 | 2024-03-21T15:25:40.403Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
2020 | 2024-03-21T15:25:41.060Z | Downloading crates ... |
2021 | 2024-03-21T15:25:41.276Z | Downloaded darling_macro v0.14.4 |
2022 | 2024-03-21T15:25:41.320Z | Downloaded doc-comment v0.3.3 |
2023 | 2024-03-21T15:25:41.320Z | Downloaded crc-catalog v2.2.0 |
2024 | 2024-03-21T15:25:41.320Z | Downloaded diff v0.1.13 |
2025 | 2024-03-21T15:25:41.320Z | Downloaded darling_core v0.14.4 |
2026 | 2024-03-21T15:25:41.320Z | Downloaded strum v0.25.0 |
2027 | 2024-03-21T15:25:41.320Z | Downloaded termtree v0.4.1 |
2028 | 2024-03-21T15:25:41.348Z | Downloaded vte_generate_state_changes v0.1.1 |
2029 | 2024-03-21T15:25:41.348Z | Downloaded rustc-hash v1.1.0 |
2030 | 2024-03-21T15:25:41.349Z | Downloaded shlex v1.3.0 |
2031 | 2024-03-21T15:25:41.349Z | Downloaded tap v1.0.1 |
2032 | 2024-03-21T15:25:41.349Z | Downloaded smawk v0.3.1 |
2033 | 2024-03-21T15:25:41.349Z | Downloaded wait-timeout v0.2.0 |
2034 | 2024-03-21T15:25:41.349Z | Downloaded tiny-keccak v2.0.2 |
2035 | 2024-03-21T15:25:41.349Z | Downloaded unarray v0.1.4 |
2036 | 2024-03-21T15:25:41.349Z | Downloaded wyz v0.5.1 |
2037 | 2024-03-21T15:25:41.349Z | Downloaded tui-tree-widget v0.17.0 |
2038 | 2024-03-21T15:25:41.349Z | Downloaded regex-syntax v0.6.29 |
2039 | 2024-03-21T15:25:41.377Z | Downloaded termcolor v1.2.0 |
2040 | 2024-03-21T15:25:41.377Z | Downloaded vte v0.11.1 |
2041 | 2024-03-21T15:25:41.377Z | Downloaded test-strategy v0.3.1 |
2042 | 2024-03-21T15:25:41.377Z | Downloaded unicode_categories v0.1.1 |
2043 | 2024-03-21T15:25:41.377Z | Downloaded x509-cert v0.2.4 |
2044 | 2024-03-21T15:25:41.377Z | Downloaded typed-path v0.7.0 |
2045 | 2024-03-21T15:25:41.377Z | Downloaded tough v0.16.0 |
2046 | 2024-03-21T15:25:41.410Z | Downloaded tabled v0.15.0 |
2047 | 2024-03-21T15:25:41.410Z | Downloaded sqlparser v0.43.1 |
2048 | 2024-03-21T15:25:41.411Z | Downloaded textwrap v0.16.1 |
2049 | 2024-03-21T15:25:41.436Z | Downloaded snafu v0.7.5 |
2050 | 2024-03-21T15:25:41.436Z | Downloaded sqlformat v0.2.3 |
2051 | 2024-03-21T15:25:41.436Z | Downloaded snafu-derive v0.7.5 |
2052 | 2024-03-21T15:25:41.436Z | Downloaded ratatui v0.26.1 |
2053 | 2024-03-21T15:25:41.462Z | Downloaded polar-core v0.27.0 |
2054 | 2024-03-21T15:25:41.462Z | Downloaded which v4.4.0 |
2055 | 2024-03-21T15:25:41.462Z | Downloaded unicode-linebreak v0.1.5 |
2056 | 2024-03-21T15:25:41.462Z | Downloaded strip-ansi-escapes v0.2.0 |
2057 | 2024-03-21T15:25:41.462Z | Downloaded proptest v1.4.0 |
2058 | 2024-03-21T15:25:41.489Z | Downloaded object v0.30.4 |
2059 | 2024-03-21T15:25:41.489Z | Downloaded nix v0.27.1 |
2060 | 2024-03-21T15:25:41.516Z | Downloaded lalrpop v0.19.12 |
2061 | 2024-03-21T15:25:41.516Z | Downloaded supports-color v3.0.0 |
2062 | 2024-03-21T15:25:41.516Z | Downloaded structmeta v0.2.0 |
2063 | 2024-03-21T15:25:41.516Z | Downloaded reedline v0.30.0 |
2064 | 2024-03-21T15:25:41.516Z | Downloaded quick-xml v0.30.0 |
2065 | 2024-03-21T15:25:41.541Z | Downloaded portable-atomic v1.4.3 |
2066 | 2024-03-21T15:25:41.541Z | Downloaded termios v0.3.3 |
2067 | 2024-03-21T15:25:41.541Z | Downloaded csv v1.3.0 |
2068 | 2024-03-21T15:25:41.566Z | Downloaded tabled_derive v0.7.0 |
2069 | 2024-03-21T15:25:41.566Z | Downloaded strum_macros v0.24.3 |
2070 | 2024-03-21T15:25:41.567Z | Downloaded structmeta-derive v0.2.0 |
2071 | 2024-03-21T15:25:41.567Z | Downloaded rsa v0.9.2 |
2072 | 2024-03-21T15:25:41.567Z | Downloaded num-bigint-dig v0.8.4 |
2073 | 2024-03-21T15:25:41.567Z | Downloaded libxml v0.3.3 |
2074 | 2024-03-21T15:25:41.592Z | Downloaded smallvec v0.6.14 |
2075 | 2024-03-21T15:25:41.592Z | Downloaded signature v1.6.4 |
2076 | 2024-03-21T15:25:41.592Z | Downloaded mockall_derive v0.12.0 |
2077 | 2024-03-21T15:25:41.592Z | Downloaded ron v0.8.1 |
2078 | 2024-03-21T15:25:41.593Z | Downloaded ref-cast-impl v1.0.20 |
2079 | 2024-03-21T15:25:41.593Z | Downloaded pin-project v1.1.3 |
2080 | 2024-03-21T15:25:41.618Z | Downloaded oso v0.27.0 |
2081 | 2024-03-21T15:25:41.618Z | Downloaded nu-ansi-term v0.50.0 |
2082 | 2024-03-21T15:25:41.618Z | Downloaded hashbrown v0.13.2 |
2083 | 2024-03-21T15:25:41.618Z | Downloaded serde-hex v0.1.0 |
2084 | 2024-03-21T15:25:41.618Z | Downloaded prettyplease v0.2.16 |
2085 | 2024-03-21T15:25:41.618Z | Downloaded pkcs1 v0.7.5 |
2086 | 2024-03-21T15:25:41.618Z | Downloaded papergrid v0.11.0 |
2087 | 2024-03-21T15:25:41.644Z | Downloaded multimap v0.10.0 |
2088 | 2024-03-21T15:25:41.644Z | Downloaded rpassword v7.3.1 |
2089 | 2024-03-21T15:25:41.644Z | Downloaded ref-cast v1.0.20 |
2090 | 2024-03-21T15:25:41.644Z | Downloaded rand_xorshift v0.3.0 |
2091 | 2024-03-21T15:25:41.644Z | Downloaded packed_struct v0.10.1 |
2092 | 2024-03-21T15:25:41.644Z | Downloaded nodrop v0.1.14 |
2093 | 2024-03-21T15:25:41.644Z | Downloaded indicatif v0.17.8 |
2094 | 2024-03-21T15:25:41.644Z | Downloaded stability v0.1.1 |
2095 | 2024-03-21T15:25:41.644Z | Downloaded sqlparser_derive v0.2.2 |
2096 | 2024-03-21T15:25:41.644Z | Downloaded signal-hook-tokio v0.3.1 |
2097 | 2024-03-21T15:25:41.644Z | Downloaded shell-words v1.1.0 |
2098 | 2024-03-21T15:25:41.645Z | Downloaded rusty-fork v0.3.0 |
2099 | 2024-03-21T15:25:41.645Z | Downloaded rtoolbox v0.0.1 |
2100 | 2024-03-21T15:25:41.645Z | Downloaded rand_seeder v0.2.3 |
2101 | 2024-03-21T15:25:41.645Z | Downloaded predicates-tree v1.0.9 |
2102 | 2024-03-21T15:25:41.673Z | Downloaded pin-project-internal v1.1.3 |
2103 | 2024-03-21T15:25:41.673Z | Downloaded path-slash v0.1.5 |
2104 | 2024-03-21T15:25:41.673Z | Downloaded oso-derive v0.27.0 |
2105 | 2024-03-21T15:25:41.673Z | Downloaded globset v0.4.13 |
2106 | 2024-03-21T15:25:41.673Z | Downloaded radium v0.7.0 |
2107 | 2024-03-21T15:25:41.673Z | Downloaded peeking_take_while v0.1.2 |
2108 | 2024-03-21T15:25:41.673Z | Downloaded parse-size v1.0.0 |
2109 | 2024-03-21T15:25:41.673Z | Downloaded packed_struct_codegen v0.10.1 |
2110 | 2024-03-21T15:25:41.673Z | Downloaded olpc-cjson v0.1.3 |
2111 | 2024-03-21T15:25:41.673Z | Downloaded number_prefix v0.4.0 |
2112 | 2024-03-21T15:25:41.673Z | Downloaded mockall v0.12.0 |
2113 | 2024-03-21T15:25:41.673Z | Downloaded memoffset v0.7.1 |
2114 | 2024-03-21T15:25:41.673Z | Downloaded maybe-uninit v2.0.0 |
2115 | 2024-03-21T15:25:41.673Z | Downloaded maplit v1.0.2 |
2116 | 2024-03-21T15:25:41.673Z | Downloaded lru v0.12.1 |
2117 | 2024-03-21T15:25:41.673Z | Downloaded libloading v0.7.4 |
2118 | 2024-03-21T15:25:41.673Z | Downloaded lazycell v1.3.0 |
2119 | 2024-03-21T15:25:41.673Z | Downloaded is_ci v1.2.0 |
2120 | 2024-03-21T15:25:41.674Z | Downloaded indoc v1.0.9 |
2121 | 2024-03-21T15:25:41.674Z | Downloaded impl-trait-for-tuples v0.2.2 |
2122 | 2024-03-21T15:25:41.699Z | Downloaded highway v1.1.0 |
2123 | 2024-03-21T15:25:41.699Z | Downloaded serde_plain v1.0.2 |
2124 | 2024-03-21T15:25:41.699Z | Downloaded serde-big-array v0.5.1 |
2125 | 2024-03-21T15:25:41.699Z | Downloaded serde-big-array v0.4.1 |
2126 | 2024-03-21T15:25:41.699Z | Downloaded salty v0.2.0 |
2127 | 2024-03-21T15:25:41.699Z | Downloaded rustyline v13.0.0 |
2128 | 2024-03-21T15:25:41.699Z | Downloaded is-terminal v0.4.9 |
2129 | 2024-03-21T15:25:41.700Z | Downloaded indoc v2.0.3 |
2130 | 2024-03-21T15:25:41.700Z | Downloaded funty v2.0.0 |
2131 | 2024-03-21T15:25:41.700Z | Downloaded fs-err v2.11.0 |
2132 | 2024-03-21T15:25:41.700Z | Downloaded fragile v2.0.0 |
2133 | 2024-03-21T15:25:41.700Z | Downloaded fd-lock v4.0.2 |
2134 | 2024-03-21T15:25:41.725Z | Downloaded fd-lock v3.0.13 |
2135 | 2024-03-21T15:25:41.725Z | Downloaded fatfs v0.3.6 |
2136 | 2024-03-21T15:25:41.725Z | Downloaded env_logger v0.10.0 |
2137 | 2024-03-21T15:25:41.725Z | Downloaded ena v0.14.2 |
2138 | 2024-03-21T15:25:41.725Z | Downloaded ed25519 v1.5.3 |
2139 | 2024-03-21T15:25:41.725Z | Downloaded downcast v0.11.0 |
2140 | 2024-03-21T15:25:41.725Z | Downloaded bitvec v1.0.1 |
2141 | 2024-03-21T15:25:41.750Z | Downloaded bindgen v0.69.2 |
2142 | 2024-03-21T15:25:41.750Z | Downloaded compact_str v0.7.1 |
2143 | 2024-03-21T15:25:41.750Z | Downloaded derive_builder_core v0.12.0 |
2144 | 2024-03-21T15:25:41.750Z | Downloaded derive_builder v0.12.0 |
2145 | 2024-03-21T15:25:41.750Z | Downloaded darling v0.14.4 |
2146 | 2024-03-21T15:25:41.779Z | Downloaded csv-core v0.1.11 |
2147 | 2024-03-21T15:25:41.779Z | Downloaded crc-any v2.4.3 |
2148 | 2024-03-21T15:25:41.779Z | Downloaded corncobs v0.1.3 |
2149 | 2024-03-21T15:25:41.779Z | Downloaded cookie v0.18.0 |
2150 | 2024-03-21T15:25:41.779Z | Downloaded clang-sys v1.6.1 |
2151 | 2024-03-21T15:25:41.779Z | Downloaded buf-list v1.0.3 |
2152 | 2024-03-21T15:25:41.779Z | Downloaded crc v3.0.1 |
2153 | 2024-03-21T15:25:41.780Z | Downloaded cexpr v0.6.0 |
2154 | 2024-03-21T15:25:41.780Z | Downloaded castaway v0.2.2 |
2155 | 2024-03-21T15:25:41.780Z | Downloaded cassowary v0.3.0 |
2156 | 2024-03-21T15:25:41.780Z | Downloaded bytecount v0.6.3 |
2157 | 2024-03-21T15:25:41.780Z | Downloaded bitfield v0.14.0 |
2158 | 2024-03-21T15:25:41.780Z | Downloaded bcs v0.1.6 |
2159 | 2024-03-21T15:25:41.806Z | Downloaded bb8 v0.8.3 |
2160 | 2024-03-21T15:25:41.806Z | Downloaded async-recursion v1.0.5 |
2161 | 2024-03-21T15:25:41.806Z | Downloaded ascii-canvas v3.0.0 |
2162 | 2024-03-21T15:25:41.806Z | Downloaded array-init v0.0.4 |
2163 | 2024-03-21T15:25:41.806Z | Downloaded derive_builder_macro v0.12.0 |
2164 | 2024-03-21T15:25:41.806Z | Downloaded assert_matches v1.5.0 |
2165 | 2024-03-21T15:25:41.806Z | Downloaded crunchy v0.2.2 |
2166 | 2024-03-21T15:25:42.003Z | Compiling proc-macro2 v1.0.78 |
2167 | 2024-03-21T15:25:42.003Z | Compiling unicode-ident v1.0.12 |
2168 | 2024-03-21T15:25:42.003Z | Compiling libc v0.2.153 |
2169 | 2024-03-21T15:25:42.003Z | Compiling serde v1.0.197 |
2170 | 2024-03-21T15:25:42.028Z | Compiling version_check v0.9.4 |
2171 | 2024-03-21T15:25:42.028Z | Compiling autocfg v1.1.0 |
2172 | 2024-03-21T15:25:42.028Z | Compiling cfg-if v1.0.0 |
2173 | 2024-03-21T15:25:42.155Z | Compiling syn v1.0.109 |
2174 | 2024-03-21T15:25:42.180Z | Compiling once_cell v1.19.0 |
2175 | 2024-03-21T15:25:42.268Z | Compiling byteorder v1.5.0 |
2176 | 2024-03-21T15:25:42.646Z | Compiling serde_json v1.0.114 |
2177 | 2024-03-21T15:25:42.684Z | Compiling libm v0.2.7 |
2178 | 2024-03-21T15:25:42.814Z | Compiling ahash v0.8.8 |
2179 | 2024-03-21T15:25:42.856Z | Compiling memchr v2.7.1 |
2180 | 2024-03-21T15:25:42.899Z | Compiling lock_api v0.4.10 |
2181 | 2024-03-21T15:25:42.986Z | Compiling num-traits v0.2.18 |
2182 | 2024-03-21T15:25:43.011Z | Compiling parking_lot_core v0.9.8 |
2183 | 2024-03-21T15:25:43.103Z | Compiling thiserror v1.0.57 |
2184 | 2024-03-21T15:25:43.382Z | Compiling itoa v1.0.9 |
2185 | 2024-03-21T15:25:43.499Z | Compiling quote v1.0.35 |
2186 | 2024-03-21T15:25:43.586Z | Compiling typenum v1.16.0 |
2187 | 2024-03-21T15:25:43.719Z | Compiling scopeguard v1.2.0 |
2188 | 2024-03-21T15:25:43.842Z | Compiling syn v2.0.52 |
2189 | 2024-03-21T15:25:43.955Z | Compiling cc v1.0.83 |
2190 | 2024-03-21T15:25:43.980Z | Compiling getrandom v0.2.12 |
2191 | 2024-03-21T15:25:44.333Z | Compiling generic-array v0.14.7 |
2192 | 2024-03-21T15:25:44.358Z | Compiling log v0.4.21 |
2193 | 2024-03-21T15:25:44.682Z | Compiling allocator-api2 v0.2.16 |
2194 | 2024-03-21T15:25:44.800Z | Compiling pkg-config v0.3.27 |
2195 | 2024-03-21T15:25:45.058Z | Compiling slab v0.4.9 |
2196 | 2024-03-21T15:25:45.084Z | Compiling smallvec v1.13.1 |
2197 | 2024-03-21T15:25:45.307Z | Compiling ryu v1.0.15 |
2198 | 2024-03-21T15:25:46.989Z | Compiling schemars v0.8.16 |
2199 | 2024-03-21T15:25:47.013Z | Compiling equivalent v1.0.1 |
2200 | 2024-03-21T15:25:47.013Z | Compiling heck v0.4.1 |
2201 | 2024-03-21T15:25:47.013Z | Compiling pin-project-lite v0.2.13 |
2202 | 2024-03-21T15:25:47.013Z | Compiling ring v0.17.8 |
2203 | 2024-03-21T15:25:47.013Z | Compiling vcpkg v0.2.15 |
2204 | 2024-03-21T15:25:47.013Z | Compiling parking_lot v0.12.1 |
2205 | 2024-03-21T15:25:47.579Z | Compiling openssl-sys v0.9.96 |
2206 | 2024-03-21T15:25:47.779Z | Compiling signal-hook-registry v1.4.1 |
2207 | 2024-03-21T15:25:47.940Z | Compiling mio v0.8.11 |
2208 | 2024-03-21T15:25:48.340Z | Compiling fnv v1.0.7 |
2209 | 2024-03-21T15:25:48.396Z | Compiling num-conv v0.1.0 |
2210 | 2024-03-21T15:25:48.469Z | Compiling time-core v0.1.2 |
2211 | 2024-03-21T15:25:48.607Z | Compiling rand_core v0.6.4 |
2212 | 2024-03-21T15:25:48.632Z | Compiling time-macros v0.2.17 |
2213 | 2024-03-21T15:25:48.941Z | Compiling crossbeam-utils v0.8.19 |
2214 | 2024-03-21T15:25:49.138Z | Compiling ring v0.16.20 |
2215 | 2024-03-21T15:25:49.368Z | Compiling num_cpus v1.16.0 |
2216 | 2024-03-21T15:25:49.461Z | Compiling socket2 v0.5.5 |
2217 | 2024-03-21T15:25:49.557Z | Compiling iana-time-zone v0.1.57 |
2218 | 2024-03-21T15:25:49.583Z | Compiling httparse v1.8.0 |
2219 | 2024-03-21T15:25:49.887Z | Compiling serde_derive_internals v0.26.0 |
2220 | 2024-03-21T15:25:50.676Z | Compiling futures-core v0.3.30 |
2221 | 2024-03-21T15:25:50.740Z | Compiling rustix v0.38.31 |
2222 | 2024-03-21T15:25:50.943Z | Compiling ucd-trie v0.1.6 |
2223 | 2024-03-21T15:25:50.978Z | Compiling spin v0.5.2 |
2224 | 2024-03-21T15:25:51.030Z | Compiling openssl v0.10.60 |
2225 | 2024-03-21T15:25:51.348Z | Compiling semver v1.0.22 |
2226 | 2024-03-21T15:25:51.391Z | Compiling backtrace v0.3.69 |
2227 | 2024-03-21T15:25:51.734Z | Compiling rustls v0.21.9 |
2228 | 2024-03-21T15:25:51.785Z | Compiling slog v2.7.0 |
2229 | 2024-03-21T15:25:51.823Z | Compiling winnow v0.5.15 |
2230 | 2024-03-21T15:25:51.964Z | Compiling tinyvec_macros v0.1.1 |
2231 | 2024-03-21T15:25:51.994Z | Compiling native-tls v0.2.11 |
2232 | 2024-03-21T15:25:52.058Z | Compiling tinyvec v1.6.0 |
2233 | 2024-03-21T15:25:52.191Z | Compiling spin v0.9.8 |
2234 | 2024-03-21T15:25:52.266Z | Compiling uuid v0.8.2 |
2235 | 2024-03-21T15:25:52.600Z | Compiling futures-sink v0.3.30 |
2236 | 2024-03-21T15:25:52.657Z | Compiling const-oid v0.9.6 |
2237 | 2024-03-21T15:25:52.682Z | Compiling crc32fast v1.3.2 |
2238 | 2024-03-21T15:25:52.757Z | Compiling unicode-xid v0.2.4 |
2239 | 2024-03-21T15:25:53.340Z | Compiling dyn-clone v1.0.17 |
2240 | 2024-03-21T15:25:53.340Z | Compiling subtle v2.5.0 |
2241 | 2024-03-21T15:25:53.341Z | Compiling synstructure v0.12.6 |
2242 | 2024-03-21T15:25:53.373Z | Compiling unicode-normalization v0.1.22 |
2243 | 2024-03-21T15:25:54.198Z | Compiling cookie v0.17.0 |
2244 | 2024-03-21T15:25:54.470Z | Compiling unicode-bidi v0.3.15 |
2245 | 2024-03-21T15:25:54.509Z | Compiling serde_derive v1.0.197 |
2246 | 2024-03-21T15:25:54.556Z | Compiling zerocopy-derive v0.7.32 |
2247 | 2024-03-21T15:25:54.583Z | Compiling thiserror-impl v1.0.57 |
2248 | 2024-03-21T15:25:54.751Z | Compiling zeroize_derive v1.4.2 |
2249 | 2024-03-21T15:25:54.776Z | Compiling tokio-macros v2.2.0 |
2250 | 2024-03-21T15:25:54.899Z | Compiling schemars_derive v0.8.16 |
2251 | 2024-03-21T15:25:55.544Z | Compiling futures-macro v0.3.30 |
2252 | 2024-03-21T15:25:55.917Z | Compiling tracing-attributes v0.1.27 |
2253 | 2024-03-21T15:25:55.967Z | Compiling zeroize v1.7.0 |
2254 | 2024-03-21T15:25:56.361Z | Compiling zerocopy v0.7.32 |
2255 | 2024-03-21T15:25:57.167Z | Compiling pest v2.7.6 |
2256 | 2024-03-21T15:25:57.470Z | Compiling openssl-macros v0.1.1 |
2257 | 2024-03-21T15:25:58.218Z | Compiling hashbrown v0.14.3 |
2258 | 2024-03-21T15:25:58.759Z | Compiling anyhow v1.0.79 |
2259 | 2024-03-21T15:25:59.152Z | Compiling pest_meta v2.7.6 |
2260 | 2024-03-21T15:25:59.214Z | Compiling zerocopy-derive v0.2.0 |
2261 | 2024-03-21T15:25:59.465Z | Compiling futures-channel v0.3.30 |
2262 | 2024-03-21T15:25:59.804Z | Compiling tracing-core v0.1.32 |
2263 | 2024-03-21T15:25:59.832Z | Compiling futures-io v0.3.30 |
2264 | 2024-03-21T15:25:59.858Z | Compiling pin-utils v0.1.0 |
2265 | 2024-03-21T15:25:59.950Z | Compiling futures-task v0.3.30 |
2266 | 2024-03-21T15:26:00.235Z | Compiling pest_generator v2.7.6 |
2267 | 2024-03-21T15:26:00.349Z | Compiling futures-util v0.3.30 |
2268 | 2024-03-21T15:26:00.920Z | Compiling tracing v0.1.40 |
2269 | 2024-03-21T15:26:01.645Z | Compiling crypto-common v0.1.6 |
2270 | 2024-03-21T15:26:01.864Z | Compiling der_derive v0.7.2 |
2271 | 2024-03-21T15:26:01.900Z | Compiling aho-corasick v1.1.2 |
2272 | 2024-03-21T15:26:02.308Z | Compiling regex-syntax v0.8.2 |
2273 | 2024-03-21T15:26:02.445Z | Compiling pest_derive v2.7.6 |
2274 | 2024-03-21T15:26:03.050Z | Compiling powerfmt v0.2.0 |
2275 | 2024-03-21T15:26:03.743Z | Compiling deranged v0.3.11 |
2276 | 2024-03-21T15:26:05.428Z | Compiling bytes v1.5.0 |
2277 | 2024-03-21T15:26:05.531Z | Compiling indexmap v2.2.5 |
2278 | 2024-03-21T15:26:06.422Z | Compiling tokio v1.36.0 |
2279 | 2024-03-21T15:26:06.488Z | Compiling chrono v0.4.34 |
2280 | 2024-03-21T15:26:06.703Z | Compiling uuid v1.7.0 |
2281 | 2024-03-21T15:26:07.124Z | Compiling bitflags v2.4.2 |
2282 | 2024-03-21T15:26:07.688Z | Compiling toml_datetime v0.6.5 |
2283 | 2024-03-21T15:26:07.732Z | Compiling serde_spanned v0.6.5 |
2284 | 2024-03-21T15:26:07.936Z | Compiling toml_edit v0.19.15 |
2285 | 2024-03-21T15:26:10.740Z | Compiling http v0.2.12 |
2286 | 2024-03-21T15:26:12.316Z | Compiling rustc_version v0.4.0 |
2287 | 2024-03-21T15:26:12.430Z | Compiling regex-automata v0.4.5 |
2288 | 2024-03-21T15:26:12.616Z | Compiling block-buffer v0.10.4 |
2289 | 2024-03-21T15:26:12.844Z | Compiling usdt-impl v0.3.5 |
2290 | 2024-03-21T15:26:13.153Z | Compiling num_threads v0.1.6 |
2291 | 2024-03-21T15:26:13.699Z | Compiling untrusted v0.9.0 |
2292 | 2024-03-21T15:26:13.750Z | Compiling unicode-width v0.1.11 |
2293 | 2024-03-21T15:26:13.780Z | Compiling rustversion v1.0.14 |
2294 | 2024-03-21T15:26:13.805Z | Compiling time v0.3.34 |
2295 | 2024-03-21T15:26:14.264Z | Compiling heapless v0.7.16 |
2296 | 2024-03-21T15:26:14.298Z | Compiling digest v0.10.7 |
2297 | 2024-03-21T15:26:14.598Z | Compiling scroll_derive v0.12.0 |
2298 | 2024-03-21T15:26:14.697Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2299 | 2024-03-21T15:26:15.160Z | Compiling ppv-lite86 v0.2.17 |
2300 | 2024-03-21T15:26:15.667Z | Compiling adler v1.0.2 |
2301 | 2024-03-21T15:26:15.777Z | Compiling signal-hook v0.3.17 |
2302 | 2024-03-21T15:26:16.014Z | Compiling percent-encoding v2.3.1 |
2303 | 2024-03-21T15:26:16.281Z | Compiling async-trait v0.1.77 |
2304 | 2024-03-21T15:26:16.547Z | Compiling regex v1.10.3 |
2305 | 2024-03-21T15:26:17.125Z | Compiling miniz_oxide v0.7.1 |
2306 | 2024-03-21T15:26:17.405Z | Compiling rand_chacha v0.3.1 |
2307 | 2024-03-21T15:26:19.590Z | Compiling zerocopy v0.3.0 |
2308 | 2024-03-21T15:26:20.086Z | Compiling thread-id v4.2.0 |
2309 | 2024-03-21T15:26:20.192Z | Compiling dof v0.1.5 |
2310 | 2024-03-21T15:26:20.218Z | Compiling rand v0.8.5 |
2311 | 2024-03-21T15:26:20.821Z | Compiling tokio-util v0.7.10 |
2312 | 2024-03-21T15:26:22.101Z | Compiling dtrace-parser v0.1.14 |
2313 | 2024-03-21T15:26:23.199Z | Compiling clap_derive v4.5.0 |
2314 | 2024-03-21T15:26:23.199Z | Compiling errno v0.3.8 |
2315 | 2024-03-21T15:26:23.199Z | Compiling num-bigint v0.4.4 |
2316 | 2024-03-21T15:26:23.199Z | Compiling smoltcp v0.9.1 |
2317 | 2024-03-21T15:26:23.224Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2318 | 2024-03-21T15:26:23.420Z | Compiling base64 v0.21.7 |
2319 | 2024-03-21T15:26:23.473Z | Compiling untrusted v0.7.1 |
2320 | 2024-03-21T15:26:23.563Z | Compiling foreign-types-shared v0.1.1 |
2321 | 2024-03-21T15:26:23.638Z | Compiling gimli v0.28.0 |
2322 | 2024-03-21T15:26:23.665Z | Compiling base64ct v1.6.0 |
2323 | 2024-03-21T15:26:23.855Z | Compiling foreign-types v0.3.2 |
2324 | 2024-03-21T15:26:24.154Z | Compiling pem-rfc7468 v0.7.0 |
2325 | 2024-03-21T15:26:26.323Z | Compiling form_urlencoded v1.2.1 |
2326 | 2024-03-21T15:26:26.692Z | Compiling hmac v0.12.1 |
2327 | 2024-03-21T15:26:26.719Z | Compiling crossbeam-epoch v0.9.18 |
2328 | 2024-03-21T15:26:26.801Z | Compiling serde_tokenstream v0.1.7 |
2329 | 2024-03-21T15:26:26.909Z | Compiling lazy_static v1.4.0 |
2330 | 2024-03-21T15:26:27.078Z | Compiling object v0.32.1 |
2331 | 2024-03-21T15:26:27.255Z | Compiling bitflags v1.3.2 |
2332 | 2024-03-21T15:26:27.351Z | Compiling addr2line v0.21.0 |
2333 | 2024-03-21T15:26:27.519Z | Compiling siphasher v0.3.11 |
2334 | 2024-03-21T15:26:27.779Z | Compiling flagset v0.4.3 |
2335 | 2024-03-21T15:26:27.814Z | Compiling try-lock v0.2.4 |
2336 | 2024-03-21T15:26:28.144Z | Compiling rustc-demangle v0.1.23 |
2337 | 2024-03-21T15:26:28.296Z | Compiling unicode-segmentation v1.10.1 |
2338 | 2024-03-21T15:26:28.442Z | Compiling want v0.3.1 |
2339 | 2024-03-21T15:26:28.838Z | Compiling der v0.7.8 |
2340 | 2024-03-21T15:26:29.615Z | Compiling sct v0.7.0 |
2341 | 2024-03-21T15:26:29.718Z | Compiling rustls-webpki v0.101.7 |
2342 | 2024-03-21T15:26:29.871Z | Compiling h2 v0.3.24 |
2343 | 2024-03-21T15:26:31.103Z | Compiling http-body v0.4.5 |
2344 | 2024-03-21T15:26:31.837Z | Compiling proc-macro-crate v1.3.1 |
2345 | 2024-03-21T15:26:32.229Z | Compiling openapiv3 v2.0.0 |
2346 | 2024-03-21T15:26:32.863Z | Compiling idna v0.5.0 |
2347 | 2024-03-21T15:26:33.409Z | Compiling hubpack_derive v0.1.1 |
2348 | 2024-03-21T15:26:33.965Z | Compiling zerocopy-derive v0.6.4 |
2349 | 2024-03-21T15:26:34.351Z | Compiling usdt-impl v0.5.0 |
2350 | 2024-03-21T15:26:34.617Z | Compiling tower-service v0.3.2 |
2351 | 2024-03-21T15:26:34.703Z | Compiling anstyle v1.0.2 |
2352 | 2024-03-21T15:26:34.742Z | Compiling httpdate v1.0.3 |
2353 | 2024-03-21T15:26:35.371Z | Compiling openssl-probe v0.1.5 |
2354 | 2024-03-21T15:26:35.491Z | Compiling utf8parse v0.2.1 |
2355 | 2024-03-21T15:26:35.631Z | Compiling stable_deref_trait v1.2.0 |
2356 | 2024-03-21T15:26:35.661Z | Compiling cpufeatures v0.2.12 |
2357 | 2024-03-21T15:26:35.723Z | Compiling sha2 v0.10.8 |
2358 | 2024-03-21T15:26:35.750Z | Compiling anstyle-parse v0.2.1 |
2359 | 2024-03-21T15:26:36.002Z | Compiling hyper v0.14.28 |
2360 | 2024-03-21T15:26:36.343Z | Compiling url v2.5.0 |
2361 | 2024-03-21T15:26:38.147Z | Compiling spki v0.7.2 |
2362 | 2024-03-21T15:26:38.576Z | Compiling usdt-attr-macro v0.3.5 |
2363 | 2024-03-21T15:26:38.888Z | Compiling usdt-macro v0.3.5 |
2364 | 2024-03-21T15:26:39.871Z | Compiling scroll v0.12.0 |
2365 | 2024-03-21T15:26:40.986Z | Compiling md-5 v0.10.5 |
2366 | 2024-03-21T15:26:41.157Z | Compiling serde_tokenstream v0.2.0 |
2367 | 2024-03-21T15:26:41.720Z | Compiling stringprep v0.1.3 |
2368 | 2024-03-21T15:26:42.268Z | Compiling idna v0.3.0 |
2369 | 2024-03-21T15:26:43.367Z | Compiling diesel_table_macro_syntax v0.1.0 |
2370 | 2024-03-21T15:26:43.466Z | Compiling num-integer v0.1.46 |
2371 | 2024-03-21T15:26:44.096Z | Compiling hash32 v0.2.1 |
2372 | 2024-03-21T15:26:44.122Z | Compiling anstyle-query v1.0.0 |
2373 | 2024-03-21T15:26:44.122Z | Compiling plain v0.2.3 |
2374 | 2024-03-21T15:26:44.353Z | Compiling psl-types v2.0.11 |
2375 | 2024-03-21T15:26:44.541Z | Compiling colorchoice v1.0.0 |
2376 | 2024-03-21T15:26:44.670Z | Compiling fallible-iterator v0.2.0 |
2377 | 2024-03-21T15:26:45.158Z | Compiling anstream v0.6.11 |
2378 | 2024-03-21T15:26:45.262Z | Compiling postgres-protocol v0.6.6 |
2379 | 2024-03-21T15:26:45.681Z | Compiling publicsuffix v2.2.3 |
2380 | 2024-03-21T15:26:46.256Z | Compiling goblin v0.8.0 |
2381 | 2024-03-21T15:26:47.051Z | Compiling diesel_derives v2.1.2 |
2382 | 2024-03-21T15:26:51.644Z | Compiling tokio-rustls v0.24.1 |
2383 | 2024-03-21T15:26:53.268Z | Compiling pkcs8 v0.10.2 |
2384 | 2024-03-21T15:26:54.077Z | Compiling terminal_size v0.3.0 |
2385 | 2024-03-21T15:26:54.102Z | Compiling tokio-native-tls v0.3.1 |
2386 | 2024-03-21T15:26:54.102Z | Compiling phf_shared v0.11.2 |
2387 | 2024-03-21T15:26:54.544Z | Compiling strum_macros v0.25.2 |
2388 | 2024-03-21T15:26:56.049Z | Compiling regress v0.9.0 |
2389 | 2024-03-21T15:26:56.074Z | Compiling block-padding v0.3.3 |
2390 | 2024-03-21T15:26:56.074Z | Compiling enum-as-inner v0.5.1 |
2391 | 2024-03-21T15:26:56.802Z | Compiling serde_repr v0.1.16 |
2392 | 2024-03-21T15:26:57.326Z | Compiling ff v0.13.0 |
2393 | 2024-03-21T15:26:57.456Z | Compiling scheduled-thread-pool v0.2.7 |
2394 | 2024-03-21T15:26:57.711Z | Compiling encoding_rs v0.8.33 |
2395 | 2024-03-21T15:26:57.895Z | Compiling strsim v0.11.0 |
2396 | 2024-03-21T15:26:58.060Z | Compiling ipnet v2.9.0 |
2397 | 2024-03-21T15:26:58.943Z | Compiling pretty-hex v0.4.1 |
2398 | 2024-03-21T15:26:58.969Z | Compiling ident_case v1.0.1 |
2399 | 2024-03-21T15:26:59.015Z | Compiling managed v0.8.0 |
2400 | 2024-03-21T15:26:59.121Z | Compiling base16ct v0.2.0 |
2401 | 2024-03-21T15:26:59.556Z | Compiling strsim v0.10.0 |
2402 | 2024-03-21T15:26:59.583Z | Compiling mime v0.3.17 |
2403 | 2024-03-21T15:26:59.583Z | Compiling clap_lex v0.7.0 |
2404 | 2024-03-21T15:26:59.675Z | Compiling regex-automata v0.1.10 |
2405 | 2024-03-21T15:26:59.774Z | Compiling matches v0.1.10 |
2406 | 2024-03-21T15:26:59.987Z | Compiling bit-vec v0.6.3 |
2407 | 2024-03-21T15:27:00.101Z | Compiling bstr v0.2.17 |
2408 | 2024-03-21T15:27:00.587Z | Compiling idna v0.2.3 |
2409 | 2024-03-21T15:27:01.065Z | Compiling clap_builder v4.5.1 |
2410 | 2024-03-21T15:27:01.159Z | Compiling darling_core v0.20.3 |
2411 | 2024-03-21T15:27:01.651Z | Compiling sec1 v0.7.3 |
2412 | 2024-03-21T15:27:01.721Z | Compiling dof v0.3.0 |
2413 | 2024-03-21T15:27:02.131Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2414 | 2024-03-21T15:27:05.077Z | Compiling r2d2 v0.8.10 |
2415 | 2024-03-21T15:27:05.389Z | Compiling group v0.13.0 |
2416 | 2024-03-21T15:27:06.043Z | Compiling inout v0.1.3 |
2417 | 2024-03-21T15:27:06.851Z | Compiling phf v0.11.2 |
2418 | 2024-03-21T15:27:06.893Z | Compiling hyper-tls v0.5.0 |
2419 | 2024-03-21T15:27:07.100Z | Compiling signal-hook-mio v0.2.3 |
2420 | 2024-03-21T15:27:07.200Z | Compiling bzip2 v0.4.4 |
2421 | 2024-03-21T15:27:07.249Z | Compiling hyper-rustls v0.24.2 |
2422 | 2024-03-21T15:27:07.281Z | Compiling cookie_store v0.20.0 |
2423 | 2024-03-21T15:27:07.536Z | Compiling flate2 v1.0.28 |
2424 | 2024-03-21T15:27:08.215Z | Compiling postgres-types v0.2.6 |
2425 | 2024-03-21T15:27:08.263Z | Compiling zerocopy v0.6.4 |
2426 | 2024-03-21T15:27:08.427Z | Compiling hubpack v0.1.2 |
2427 | 2024-03-21T15:27:08.452Z | Compiling rustls-pemfile v1.0.3 |
2428 | 2024-03-21T15:27:08.729Z | Compiling phf_shared v0.10.0 |
2429 | 2024-03-21T15:27:08.762Z | Compiling hkdf v0.12.4 |
2430 | 2024-03-21T15:27:09.268Z | Compiling serde_urlencoded v0.7.1 |
2431 | 2024-03-21T15:27:09.268Z | Compiling ipnetwork v0.20.0 |
2432 | 2024-03-21T15:27:09.268Z | Compiling futures-executor v0.3.30 |
2433 | 2024-03-21T15:27:09.574Z | Compiling dtrace-parser v0.2.0 |
2434 | 2024-03-21T15:27:09.700Z | Compiling crypto-bigint v0.5.2 |
2435 | 2024-03-21T15:27:09.873Z | Compiling float-cmp v0.9.0 |
2436 | 2024-03-21T15:27:10.066Z | Compiling normalize-line-endings v0.3.0 |
2437 | 2024-03-21T15:27:10.177Z | Compiling data-encoding v2.4.0 |
2438 | 2024-03-21T15:27:11.751Z | Compiling whoami v1.5.0 |
2439 | 2024-03-21T15:27:11.798Z | Compiling webpki-roots v0.25.2 |
2440 | 2024-03-21T15:27:12.336Z | Compiling predicates-core v1.0.6 |
2441 | 2024-03-21T15:27:12.412Z | Compiling new_debug_unreachable v1.0.4 |
2442 | 2024-03-21T15:27:12.612Z | Compiling winnow v0.6.1 |
2443 | 2024-03-21T15:27:12.676Z | Compiling precomputed-hash v0.1.1 |
2444 | 2024-03-21T15:27:12.778Z | Compiling minimal-lexical v0.2.1 |
2445 | 2024-03-21T15:27:12.946Z | Compiling difflib v0.4.0 |
2446 | 2024-03-21T15:27:12.980Z | Compiling either v1.10.0 |
2447 | 2024-03-21T15:27:13.505Z | Compiling fixedbitset v0.4.2 |
2448 | 2024-03-21T15:27:13.531Z | Compiling sync_wrapper v0.1.2 |
2449 | 2024-03-21T15:27:13.531Z | Compiling static_assertions v1.1.0 |
2450 | 2024-03-21T15:27:13.531Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2451 | 2024-03-21T15:27:13.531Z | Compiling petgraph v0.6.4 |
2452 | 2024-03-21T15:27:13.686Z | Compiling reqwest v0.11.24 |
2453 | 2024-03-21T15:27:14.020Z | Compiling predicates v3.1.0 |
2454 | 2024-03-21T15:27:14.284Z | Compiling itertools v0.10.5 |
2455 | 2024-03-21T15:27:15.206Z | Compiling nom v7.1.3 |
2456 | 2024-03-21T15:27:15.499Z | Compiling toml_edit v0.22.6 |
2457 | 2024-03-21T15:27:16.445Z | Compiling string_cache v0.8.7 |
2458 | 2024-03-21T15:27:17.859Z | Compiling tokio-postgres v0.7.10 |
2459 | 2024-03-21T15:27:17.904Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2460 | 2024-03-21T15:27:18.009Z | Compiling elliptic-curve v0.13.8 |
2461 | 2024-03-21T15:27:18.604Z | Compiling trust-dns-proto v0.22.0 |
2462 | 2024-03-21T15:27:21.981Z | Compiling diesel v2.1.4 |
2463 | 2024-03-21T15:27:22.182Z | Compiling futures v0.3.30 |
2464 | 2024-03-21T15:27:22.305Z | Compiling yasna v0.5.2 |
2465 | 2024-03-21T15:27:22.474Z | Compiling zip v0.6.6 |
2466 | 2024-03-21T15:27:23.150Z | Compiling crossterm v0.27.0 |
2467 | 2024-03-21T15:27:24.836Z | Compiling cipher v0.4.4 |
2468 | 2024-03-21T15:27:24.912Z | Compiling darling_macro v0.20.3 |
2469 | 2024-03-21T15:27:24.912Z | Compiling clap v4.5.1 |
2470 | 2024-03-21T15:27:24.912Z | Compiling similar v2.4.0 |
2471 | 2024-03-21T15:27:24.913Z | Compiling bit-set v0.5.3 |
2472 | 2024-03-21T15:27:24.982Z | Compiling num-iter v0.1.44 |
2473 | 2024-03-21T15:27:25.143Z | Compiling usdt v0.3.5 |
2474 | 2024-03-21T15:27:25.384Z | Compiling console v0.15.8 |
2475 | 2024-03-21T15:27:28.299Z | Compiling bstr v1.9.0 |
2476 | 2024-03-21T15:27:28.412Z | Compiling tokio-stream v0.1.14 |
2477 | 2024-03-21T15:27:28.412Z | Compiling toml v0.7.8 |
2478 | 2024-03-21T15:27:28.412Z | Compiling hex v0.4.3 |
2479 | 2024-03-21T15:27:28.412Z | Compiling proc-macro-error-attr v1.0.4 |
2480 | 2024-03-21T15:27:28.412Z | Compiling instant v0.1.12 |
2481 | 2024-03-21T15:27:28.412Z | Compiling parking_lot_core v0.8.6 |
2482 | 2024-03-21T15:27:28.412Z | Compiling lalrpop-util v0.19.12 |
2483 | 2024-03-21T15:27:28.491Z | Compiling darling v0.20.3 |
2484 | 2024-03-21T15:27:29.356Z | Compiling proc-macro-error v1.0.4 |
2485 | 2024-03-21T15:27:29.653Z | Compiling camino v1.1.6 |
2486 | 2024-03-21T15:27:29.831Z | Compiling heapless v0.8.0 |
2487 | 2024-03-21T15:27:34.523Z | Compiling num_enum_derive v0.5.11 |
2488 | 2024-03-21T15:27:39.113Z | Compiling thread_local v1.1.7 |
2489 | 2024-03-21T15:27:39.803Z | Compiling atty v0.2.14 |
2490 | 2024-03-21T15:27:39.953Z | Compiling hash32 v0.3.1 |
2491 | 2024-03-21T15:27:40.124Z | Compiling half v2.3.1 |
2492 | 2024-03-21T15:27:40.186Z | Compiling match_cfg v0.1.0 |
2493 | 2024-03-21T15:27:40.272Z | Compiling slog-async v2.8.0 |
2494 | 2024-03-21T15:27:40.637Z | Compiling smoltcp v0.11.0 |
2495 | 2024-03-21T15:27:40.704Z | Compiling ciborium-io v0.2.2 |
2496 | 2024-03-21T15:27:42.990Z | Compiling rustls-pki-types v1.3.0 |
2497 | 2024-03-21T15:27:43.859Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2498 | 2024-03-21T15:27:50.571Z | Compiling ciborium-ll v0.2.2 |
2499 | 2024-03-21T15:27:51.263Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2500 | 2024-03-21T15:27:51.489Z | Compiling hostname v0.3.1 |
2501 | 2024-03-21T15:27:54.259Z | Compiling num_enum v0.5.11 |
2502 | 2024-03-21T15:27:56.384Z | Compiling parking_lot v0.11.2 |
2503 | 2024-03-21T15:28:01.486Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2504 | 2024-03-21T15:28:01.648Z | Compiling slog-json v2.6.1 |
2505 | 2024-03-21T15:28:02.086Z | Compiling getopts v0.2.21 |
2506 | 2024-03-21T15:28:02.779Z | Compiling crossbeam-channel v0.5.8 |
2507 | 2024-03-21T15:28:03.633Z | Compiling dirs-sys-next v0.1.2 |
2508 | 2024-03-21T15:28:04.173Z | Compiling fxhash v0.2.1 |
2509 | 2024-03-21T15:28:04.357Z | Compiling take_mut v0.2.2 |
2510 | 2024-03-21T15:28:04.562Z | Compiling rustls v0.22.2 |
2511 | 2024-03-21T15:28:04.791Z | Compiling cobs v0.2.3 |
2512 | 2024-03-21T15:28:04.817Z | Compiling embedded-io v0.4.0 |
2513 | 2024-03-21T15:28:04.861Z | Compiling unsafe-libyaml v0.2.10 |
2514 | 2024-03-21T15:28:05.578Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2515 | 2024-03-21T15:28:05.934Z | Compiling serde_yaml v0.9.25 |
2516 | 2024-03-21T15:28:06.242Z | Compiling postcard v1.0.8 |
2517 | 2024-03-21T15:28:09.368Z | Compiling sled v0.34.7 |
2518 | 2024-03-21T15:28:09.975Z | Compiling dirs-next v2.0.0 |
2519 | 2024-03-21T15:28:10.918Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2520 | 2024-03-21T15:28:11.334Z | Compiling slog-bunyan v2.5.0 |
2521 | 2024-03-21T15:28:12.143Z | Compiling ciborium v0.2.2 |
2522 | 2024-03-21T15:28:16.241Z | Compiling rustls-webpki v0.102.1 |
2523 | 2024-03-21T15:28:16.885Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2524 | 2024-03-21T15:28:19.745Z | Compiling num_enum_derive v0.7.2 |
2525 | 2024-03-21T15:28:20.118Z | Compiling strum_macros v0.26.1 |
2526 | 2024-03-21T15:28:21.696Z | Compiling structmeta-derive v0.3.0 |
2527 | 2024-03-21T15:28:22.205Z | Compiling foreign-types-macros v0.2.3 |
2528 | 2024-03-21T15:28:22.432Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2529 | 2024-03-21T15:28:22.579Z | Compiling multer v3.0.0 |
2530 | 2024-03-21T15:28:23.186Z | Compiling paste v1.0.14 |
2531 | 2024-03-21T15:28:23.431Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2532 | 2024-03-21T15:28:23.667Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2533 | 2024-03-21T15:28:23.862Z | Compiling foreign-types-shared v0.3.1 |
2534 | 2024-03-21T15:28:23.966Z | Compiling foreign-types v0.5.0 |
2535 | 2024-03-21T15:28:24.087Z | Compiling structmeta v0.3.0 |
2536 | 2024-03-21T15:28:24.418Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2537 | 2024-03-21T15:28:27.092Z | Compiling strum v0.26.1 |
2538 | 2024-03-21T15:28:29.560Z | Compiling num_enum v0.7.2 |
2539 | 2024-03-21T15:28:30.480Z | Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2540 | 2024-03-21T15:28:34.087Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2541 | 2024-03-21T15:28:44.885Z | Compiling term v0.7.0 |
2542 | 2024-03-21T15:28:44.985Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2543 | 2024-03-21T15:28:44.985Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2544 | 2024-03-21T15:28:44.985Z | Compiling tabwriter v1.4.0 |
2545 | 2024-03-21T15:28:44.986Z | Compiling http v1.0.0 |
2546 | 2024-03-21T15:28:45.529Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2547 | 2024-03-21T15:28:45.529Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2548 | 2024-03-21T15:28:45.596Z | Compiling async-stream-impl v0.3.5 |
2549 | 2024-03-21T15:28:45.693Z | Compiling cstr-argument v0.1.2 |
2550 | 2024-03-21T15:28:45.833Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2551 | 2024-03-21T15:28:46.075Z | Compiling fastrand v2.0.1 |
2552 | 2024-03-21T15:28:46.237Z | Compiling atomic-waker v1.1.1 |
2553 | 2024-03-21T15:28:46.408Z | Compiling pretty-hex v0.2.1 |
2554 | 2024-03-21T15:28:46.464Z | Compiling crucible-workspace-hack v0.1.0 |
2555 | 2024-03-21T15:28:46.574Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2556 | 2024-03-21T15:28:46.602Z | Compiling rayon-core v1.12.1 |
2557 | 2024-03-21T15:28:46.655Z | Compiling async-stream v0.3.5 |
2558 | 2024-03-21T15:28:46.690Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2559 | 2024-03-21T15:28:46.861Z | Compiling tempfile v3.10.0 |
2560 | 2024-03-21T15:28:46.891Z | Compiling waitgroup v0.1.2 |
2561 | 2024-03-21T15:28:46.995Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2562 | 2024-03-21T15:28:47.055Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2563 | 2024-03-21T15:28:47.664Z | Compiling slog-term v2.9.0 |
2564 | 2024-03-21T15:28:47.888Z | Compiling tokio-rustls v0.25.0 |
2565 | 2024-03-21T15:28:48.231Z | Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2566 | 2024-03-21T15:28:48.436Z | Compiling parse-display-derive v0.9.0 |
2567 | 2024-03-21T15:28:49.266Z | Compiling toml v0.8.10 |
2568 | 2024-03-21T15:28:49.365Z | Compiling rustls-pemfile v2.1.1 |
2569 | 2024-03-21T15:28:49.961Z | Compiling serde_with_macros v3.6.1 |
2570 | 2024-03-21T15:28:49.992Z | Compiling sha1 v0.10.6 |
2571 | 2024-03-21T15:28:50.633Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2572 | 2024-03-21T15:28:51.578Z | Compiling crossbeam-deque v0.8.3 |
2573 | 2024-03-21T15:28:51.891Z | Compiling colored v2.1.0 |
2574 | 2024-03-21T15:28:52.022Z | Compiling newtype-uuid v1.0.1 |
2575 | 2024-03-21T15:28:52.168Z | Compiling serde_path_to_error v0.1.16 |
2576 | 2024-03-21T15:28:52.321Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2577 | 2024-03-21T15:28:52.874Z | Compiling socket2 v0.4.9 |
2578 | 2024-03-21T15:28:53.458Z | Compiling debug-ignore v1.0.5 |
2579 | 2024-03-21T15:28:53.484Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2580 | 2024-03-21T15:28:53.774Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2581 | 2024-03-21T15:28:54.253Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2582 | 2024-03-21T15:28:54.443Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2583 | 2024-03-21T15:28:54.740Z | Compiling serde_with v3.6.1 |
2584 | 2024-03-21T15:28:57.901Z | Compiling parse-display v0.9.0 |
2585 | 2024-03-21T15:28:58.079Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2586 | 2024-03-21T15:28:58.783Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2587 | 2024-03-21T15:28:59.313Z | Compiling camino-tempfile v1.1.1 |
2588 | 2024-03-21T15:28:59.684Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2589 | 2024-03-21T15:28:59.965Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2590 | 2024-03-21T15:29:00.052Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2591 | 2024-03-21T15:29:00.119Z | Compiling backoff v0.4.0 |
2592 | 2024-03-21T15:29:00.408Z | Compiling heck v0.3.3 |
2593 | 2024-03-21T15:29:00.560Z | Compiling textwrap v0.11.0 |
2594 | 2024-03-21T15:29:00.599Z | Compiling macaddr v1.0.1 |
2595 | 2024-03-21T15:29:00.712Z | Compiling num-derive v0.4.0 |
2596 | 2024-03-21T15:29:01.096Z | Compiling strsim v0.8.0 |
2597 | 2024-03-21T15:29:01.122Z | Compiling libefi-sys v0.1.0 |
2598 | 2024-03-21T15:29:01.347Z | Compiling vec_map v0.8.2 |
2599 | 2024-03-21T15:29:01.434Z | Compiling ansi_term v0.12.1 |
2600 | 2024-03-21T15:29:01.981Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2601 | 2024-03-21T15:29:02.075Z | Compiling clap v2.34.0 |
2602 | 2024-03-21T15:29:02.259Z | Compiling structopt-derive v0.4.18 |
2603 | 2024-03-21T15:29:02.316Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2604 | 2024-03-21T15:29:03.716Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2605 | 2024-03-21T15:29:04.165Z | Compiling rayon v1.9.0 |
2606 | 2024-03-21T15:29:04.372Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2607 | 2024-03-21T15:29:04.744Z | Compiling smf v0.2.2 |
2608 | 2024-03-21T15:29:06.553Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2609 | 2024-03-21T15:29:06.718Z | Compiling blake3 v1.5.0 |
2610 | 2024-03-21T15:29:06.849Z | Compiling portable-atomic v1.4.3 |
2611 | 2024-03-21T15:29:06.957Z | Compiling structopt v0.3.26 |
2612 | 2024-03-21T15:29:07.443Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2613 | 2024-03-21T15:29:07.482Z | Compiling memmap2 v0.7.1 |
2614 | 2024-03-21T15:29:07.655Z | Compiling filetime v0.2.23 |
2615 | 2024-03-21T15:29:07.943Z | Compiling xattr v1.0.1 |
2616 | 2024-03-21T15:29:07.974Z | Compiling arrayref v0.3.7 |
2617 | 2024-03-21T15:29:08.057Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2618 | 2024-03-21T15:29:08.192Z | Compiling same-file v1.0.6 |
2619 | 2024-03-21T15:29:08.219Z | Compiling arrayvec v0.7.4 |
2620 | 2024-03-21T15:29:08.421Z | Compiling constant_time_eq v0.3.0 |
2621 | 2024-03-21T15:29:08.447Z | Compiling walkdir v2.4.0 |
2622 | 2024-03-21T15:29:08.601Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2623 | 2024-03-21T15:29:08.658Z | Compiling tar v0.4.40 |
2624 | 2024-03-21T15:29:09.506Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2625 | 2024-03-21T15:29:09.683Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2626 | 2024-03-21T15:29:11.567Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2627 | 2024-03-21T15:29:11.951Z | Compiling gethostname v0.4.3 |
2628 | 2024-03-21T15:29:11.977Z | Compiling number_prefix v0.4.0 |
2629 | 2024-03-21T15:29:12.173Z | Compiling topological-sort v0.2.2 |
2630 | 2024-03-21T15:29:12.202Z | Compiling indicatif v0.17.8 |
2631 | 2024-03-21T15:29:12.230Z | Compiling swrite v0.1.0 |
2632 | 2024-03-21T15:29:12.374Z | Compiling omicron-zone-package v0.11.0 |
2633 | 2024-03-21T15:29:17.131Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2634 | 2024-03-21T15:29:20.021Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2635 | 2024-03-21T15:29:20.236Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2636 | 2024-03-21T15:29:21.494Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2637 | 2024-03-21T15:29:39.872Z | Finished release [optimized] target(s) in 3m 59s |
2638 | 2024-03-21T15:29:39.937Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
2639 | 2024-03-21T15:29:39.976Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2640 | 2024-03-21T15:29:40.006Z | Created new build target 'default' and set it as active |
2641 | 2024-03-21T15:29:40.006Z | ++ cargo run --release --bin omicron-package -- package |
2642 | 2024-03-21T15:29:41.356Z | Compiling ring v0.16.20 |
2643 | 2024-03-21T15:29:42.519Z | Compiling sct v0.7.0 |
2644 | 2024-03-21T15:29:42.748Z | Compiling rustls v0.21.9 |
2645 | 2024-03-21T15:29:45.633Z | Compiling tokio-rustls v0.24.1 |
2646 | 2024-03-21T15:29:45.909Z | Compiling hyper-rustls v0.24.2 |
2647 | 2024-03-21T15:29:46.146Z | Compiling reqwest v0.11.24 |
2648 | 2024-03-21T15:29:48.076Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2649 | 2024-03-21T15:29:48.076Z | Compiling omicron-zone-package v0.11.0 |
2650 | 2024-03-21T15:29:49.315Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2651 | 2024-03-21T15:29:50.902Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2652 | 2024-03-21T15:29:54.273Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2653 | 2024-03-21T15:29:54.691Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2654 | 2024-03-21T15:29:55.191Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2655 | 2024-03-21T15:29:55.233Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2656 | 2024-03-21T15:30:02.688Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2657 | 2024-03-21T15:30:05.127Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2658 | 2024-03-21T15:30:05.633Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2659 | 2024-03-21T15:30:07.416Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2660 | 2024-03-21T15:30:25.068Z | Finished release [optimized] target(s) in 45.02s |
2661 | 2024-03-21T15:30:25.131Z | Running `target/release/omicron-package package` |
2662 | 2024-03-21T15:30:25.164Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2663 | 2024-03-21T15:30:26.254Z | Compiling base64 v0.22.0 |
2664 | 2024-03-21T15:30:26.287Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2665 | 2024-03-21T15:30:26.287Z | Compiling linked-hash-map v0.5.6 |
2666 | 2024-03-21T15:30:26.287Z | Compiling password-hash v0.5.0 |
2667 | 2024-03-21T15:30:26.287Z | Compiling usdt-macro v0.5.0 |
2668 | 2024-03-21T15:30:26.313Z | Compiling usdt-attr-macro v0.5.0 |
2669 | 2024-03-21T15:30:26.313Z | Compiling blake2 v0.10.6 |
2670 | 2024-03-21T15:30:26.313Z | Compiling memmap v0.7.0 |
2671 | 2024-03-21T15:30:26.623Z | Compiling lru-cache v0.1.2 |
2672 | 2024-03-21T15:30:26.717Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2673 | 2024-03-21T15:30:27.206Z | Compiling argon2 v0.5.3 |
2674 | 2024-03-21T15:30:27.244Z | Compiling semver v0.1.20 |
2675 | 2024-03-21T15:30:27.408Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2676 | 2024-03-21T15:30:27.436Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2677 | 2024-03-21T15:30:27.596Z | Compiling usdt v0.5.0 |
2678 | 2024-03-21T15:30:27.695Z | Compiling rustc_version v0.1.7 |
2679 | 2024-03-21T15:30:27.742Z | Compiling humantime v2.1.0 |
2680 | 2024-03-21T15:30:27.946Z | Compiling quick-error v1.2.3 |
2681 | 2024-03-21T15:30:28.031Z | Compiling newtype_derive v0.1.6 |
2682 | 2024-03-21T15:30:28.078Z | Compiling resolv-conf v0.7.0 |
2683 | 2024-03-21T15:30:28.299Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2684 | 2024-03-21T15:30:28.418Z | Compiling steno v0.4.0 |
2685 | 2024-03-21T15:30:28.450Z | Compiling trust-dns-resolver v0.22.0 |
2686 | 2024-03-21T15:30:28.867Z | Compiling itertools v0.12.1 |
2687 | 2024-03-21T15:30:28.926Z | Compiling derive-where v1.2.7 |
2688 | 2024-03-21T15:30:29.394Z | Compiling slog-dtrace v0.3.0 |
2689 | 2024-03-21T15:30:29.688Z | Compiling num-rational v0.4.1 |
2690 | 2024-03-21T15:30:30.892Z | Compiling nibble_vec v0.1.0 |
2691 | 2024-03-21T15:30:31.086Z | Compiling endian-type v0.1.2 |
2692 | 2024-03-21T15:30:31.281Z | Compiling radium v0.7.0 |
2693 | 2024-03-21T15:30:31.359Z | Compiling radix_trie v0.2.1 |
2694 | 2024-03-21T15:30:31.640Z | Compiling num-complex v0.4.4 |
2695 | 2024-03-21T15:30:31.782Z | Compiling tap v1.0.1 |
2696 | 2024-03-21T15:30:31.952Z | Compiling maybe-uninit v2.0.0 |
2697 | 2024-03-21T15:30:32.148Z | Compiling wyz v0.5.1 |
2698 | 2024-03-21T15:30:32.544Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2699 | 2024-03-21T15:30:32.739Z | Compiling num v0.4.1 |
2700 | 2024-03-21T15:30:33.172Z | Compiling num-bigint-dig v0.8.4 |
2701 | 2024-03-21T15:30:33.172Z | Compiling cancel-safe-futures v0.1.5 |
2702 | 2024-03-21T15:30:33.172Z | Compiling funty v2.0.0 |
2703 | 2024-03-21T15:30:33.172Z | Compiling crc-catalog v2.2.0 |
2704 | 2024-03-21T15:30:33.285Z | Compiling packed_struct v0.10.1 |
2705 | 2024-03-21T15:30:33.372Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2706 | 2024-03-21T15:30:33.579Z | Compiling crc v3.0.1 |
2707 | 2024-03-21T15:30:33.753Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2708 | 2024-03-21T15:30:34.179Z | Compiling bitvec v1.0.1 |
2709 | 2024-03-21T15:30:35.079Z | Compiling packed_struct_codegen v0.10.1 |
2710 | 2024-03-21T15:30:37.057Z | Compiling indexmap v1.9.3 |
2711 | 2024-03-21T15:30:37.291Z | Compiling utf-8 v0.7.6 |
2712 | 2024-03-21T15:30:37.498Z | Compiling nodrop v0.1.14 |
2713 | 2024-03-21T15:30:37.619Z | Compiling display-error-chain v0.2.0 |
2714 | 2024-03-21T15:30:37.653Z | Compiling array-init v0.0.4 |
2715 | 2024-03-21T15:30:37.772Z | Compiling tungstenite v0.20.1 |
2716 | 2024-03-21T15:30:38.595Z | Compiling smallvec v0.6.14 |
2717 | 2024-03-21T15:30:39.554Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2718 | 2024-03-21T15:30:41.604Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2719 | 2024-03-21T15:30:42.181Z | Compiling rayon-core v1.12.1 |
2720 | 2024-03-21T15:30:42.218Z | Compiling pkcs1 v0.7.5 |
2721 | 2024-03-21T15:30:45.365Z | Compiling is-terminal v0.4.9 |
2722 | 2024-03-21T15:30:45.464Z | Compiling signature v2.1.0 |
2723 | 2024-03-21T15:30:45.677Z | Compiling crossbeam-deque v0.8.3 |
2724 | 2024-03-21T15:30:45.959Z | Compiling same-file v1.0.6 |
2725 | 2024-03-21T15:30:46.154Z | Compiling hashbrown v0.12.3 |
2726 | 2024-03-21T15:30:46.682Z | Compiling fastrand v2.0.1 |
2727 | 2024-03-21T15:30:47.157Z | Compiling bitfield v0.14.0 |
2728 | 2024-03-21T15:30:47.222Z | Compiling termcolor v1.2.0 |
2729 | 2024-03-21T15:30:47.408Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2730 | 2024-03-21T15:30:48.010Z | Compiling env_logger v0.10.0 |
2731 | 2024-03-21T15:30:48.105Z | Compiling tempfile v3.10.0 |
2732 | 2024-03-21T15:30:48.185Z | Compiling walkdir v2.4.0 |
2733 | 2024-03-21T15:30:48.736Z | Compiling rsa v0.9.2 |
2734 | 2024-03-21T15:30:50.072Z | Compiling serde-hex v0.1.0 |
2735 | 2024-03-21T15:30:51.185Z | Compiling tokio-tungstenite v0.20.1 |
2736 | 2024-03-21T15:30:51.682Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2737 | 2024-03-21T15:30:51.935Z | Compiling camino v1.1.6 |
2738 | 2024-03-21T15:30:52.005Z | Compiling x509-cert v0.2.4 |
2739 | 2024-03-21T15:30:52.971Z | Compiling ron v0.8.1 |
2740 | 2024-03-21T15:30:53.041Z | Compiling hashbrown v0.13.2 |
2741 | 2024-03-21T15:30:54.151Z | Compiling semver-parser v0.10.2 |
2742 | 2024-03-21T15:30:54.184Z | Compiling unicase v2.7.0 |
2743 | 2024-03-21T15:30:54.452Z | Compiling crc-any v2.4.3 |
2744 | 2024-03-21T15:30:55.190Z | Compiling semver v0.11.0 |
2745 | 2024-03-21T15:30:55.594Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2746 | 2024-03-21T15:30:55.801Z | Compiling blake3 v1.5.0 |
2747 | 2024-03-21T15:30:56.050Z | Compiling object v0.30.4 |
2748 | 2024-03-21T15:30:57.851Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2749 | 2024-03-21T15:30:57.914Z | Compiling rayon v1.9.0 |
2750 | 2024-03-21T15:31:00.971Z | Compiling memmap2 v0.7.1 |
2751 | 2024-03-21T15:31:01.096Z | Compiling filetime v0.2.23 |
2752 | 2024-03-21T15:31:01.096Z | Compiling dirs-sys-next v0.1.2 |
2753 | 2024-03-21T15:31:01.096Z | Compiling xattr v1.0.1 |
2754 | 2024-03-21T15:31:01.097Z | Compiling constant_time_eq v0.3.0 |
2755 | 2024-03-21T15:31:01.097Z | Compiling crunchy v0.2.2 |
2756 | 2024-03-21T15:31:01.196Z | Compiling home v0.5.5 |
2757 | 2024-03-21T15:31:01.408Z | Compiling arrayref v0.3.7 |
2758 | 2024-03-21T15:31:01.503Z | Compiling path-slash v0.1.5 |
2759 | 2024-03-21T15:31:01.697Z | Compiling glob v0.3.1 |
2760 | 2024-03-21T15:31:01.775Z | Compiling arc-swap v1.6.0 |
2761 | 2024-03-21T15:31:01.817Z | Compiling arrayvec v0.7.4 |
2762 | 2024-03-21T15:31:02.429Z | Compiling clang-sys v1.6.1 |
2763 | 2024-03-21T15:31:02.461Z | Compiling slog-scope v4.4.0 |
2764 | 2024-03-21T15:31:03.006Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2765 | 2024-03-21T15:31:03.950Z | Compiling toolchain_find v0.2.0 |
2766 | 2024-03-21T15:31:03.950Z | Compiling tar v0.4.40 |
2767 | 2024-03-21T15:31:03.950Z | Compiling dirs-next v2.0.0 |
2768 | 2024-03-21T15:31:03.950Z | Compiling camino-tempfile v1.1.1 |
2769 | 2024-03-21T15:31:04.226Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2770 | 2024-03-21T15:31:04.573Z | Compiling libsw v3.3.1 |
2771 | 2024-03-21T15:31:04.844Z | Compiling toml v0.5.11 |
2772 | 2024-03-21T15:31:04.893Z | Compiling convert_case v0.4.0 |
2773 | 2024-03-21T15:31:05.562Z | Compiling topological-sort v0.2.2 |
2774 | 2024-03-21T15:31:05.760Z | Compiling prettyplease v0.2.16 |
2775 | 2024-03-21T15:31:05.995Z | Compiling linear-map v1.2.0 |
2776 | 2024-03-21T15:31:06.323Z | Compiling owo-colors v4.0.0 |
2777 | 2024-03-21T15:31:07.249Z | Compiling tiny-keccak v2.0.2 |
2778 | 2024-03-21T15:31:07.510Z | Compiling rustfmt-wrapper v0.2.0 |
2779 | 2024-03-21T15:31:07.548Z | Compiling omicron-zone-package v0.11.0 |
2780 | 2024-03-21T15:31:08.003Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2781 | 2024-03-21T15:31:08.496Z | Compiling derive_more v0.99.17 |
2782 | 2024-03-21T15:31:11.977Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2783 | 2024-03-21T15:31:12.171Z | Compiling term v0.7.0 |
2784 | 2024-03-21T15:31:12.386Z | Compiling slog-stdlog v4.1.1 |
2785 | 2024-03-21T15:31:12.765Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2786 | 2024-03-21T15:31:13.228Z | Compiling darling_core v0.14.4 |
2787 | 2024-03-21T15:31:13.309Z | Compiling toml v0.8.10 |
2788 | 2024-03-21T15:31:14.057Z | Compiling ascii-canvas v3.0.0 |
2789 | 2024-03-21T15:31:14.223Z | Compiling slog-envlogger v2.2.0 |
2790 | 2024-03-21T15:31:14.465Z | Compiling pem v3.0.2 |
2791 | 2024-03-21T15:31:14.560Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2792 | 2024-03-21T15:31:14.782Z | Compiling ena v0.14.2 |
2793 | 2024-03-21T15:31:15.128Z | Compiling libloading v0.7.4 |
2794 | 2024-03-21T15:31:15.449Z | Compiling bindgen v0.69.2 |
2795 | 2024-03-21T15:31:15.798Z | Compiling diff v0.1.13 |
2796 | 2024-03-21T15:31:15.852Z | Compiling platforms v3.0.2 |
2797 | 2024-03-21T15:31:16.061Z | Compiling regex-syntax v0.6.29 |
2798 | 2024-03-21T15:31:16.461Z | Compiling mime_guess v2.0.4 |
2799 | 2024-03-21T15:31:17.381Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2800 | 2024-03-21T15:31:17.926Z | Compiling darling_macro v0.14.4 |
2801 | 2024-03-21T15:31:18.267Z | Compiling darling v0.14.4 |
2802 | 2024-03-21T15:31:18.907Z | Compiling lalrpop v0.19.12 |
2803 | 2024-03-21T15:31:20.292Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2804 | 2024-03-21T15:31:20.413Z | Compiling trust-dns-client v0.22.0 |
2805 | 2024-03-21T15:31:20.467Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2806 | 2024-03-21T15:31:20.653Z | Compiling cexpr v0.6.0 |
2807 | 2024-03-21T15:31:21.112Z | Compiling which v4.4.0 |
2808 | 2024-03-21T15:31:21.814Z | Compiling vte_generate_state_changes v0.1.1 |
2809 | 2024-03-21T15:31:22.347Z | Compiling ref-cast v1.0.20 |
2810 | 2024-03-21T15:31:22.564Z | Compiling doc-comment v0.3.3 |
2811 | 2024-03-21T15:31:22.747Z | Compiling shlex v1.3.0 |
2812 | 2024-03-21T15:31:22.985Z | Compiling lazycell v1.3.0 |
2813 | 2024-03-21T15:31:23.082Z | Compiling peeking_take_while v0.1.2 |
2814 | 2024-03-21T15:31:23.136Z | Compiling rustc-hash v1.1.0 |
2815 | 2024-03-21T15:31:23.223Z | Compiling buf-list v1.0.3 |
2816 | 2024-03-21T15:31:23.697Z | Compiling trust-dns-server v0.22.1 |
2817 | 2024-03-21T15:31:25.526Z | Compiling vte v0.11.1 |
2818 | 2024-03-21T15:31:27.382Z | Compiling derive_builder_core v0.12.0 |
2819 | 2024-03-21T15:31:29.298Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2820 | 2024-03-21T15:31:29.532Z | Compiling headers-core v0.2.0 |
2821 | 2024-03-21T15:31:29.576Z | Compiling libxml v0.3.3 |
2822 | 2024-03-21T15:31:29.609Z | Compiling ref-cast-impl v1.0.20 |
2823 | 2024-03-21T15:31:29.690Z | Compiling pin-project-internal v1.1.3 |
2824 | 2024-03-21T15:31:29.854Z | Compiling memoffset v0.7.1 |
2825 | 2024-03-21T15:31:30.316Z | Compiling bytecount v0.6.3 |
2826 | 2024-03-21T15:31:30.374Z | Compiling papergrid v0.11.0 |
2827 | 2024-03-21T15:31:30.776Z | Compiling headers v0.3.9 |
2828 | 2024-03-21T15:31:31.850Z | Compiling pin-project v1.1.3 |
2829 | 2024-03-21T15:31:31.981Z | Compiling curve25519-dalek v4.1.1 |
2830 | 2024-03-21T15:31:33.685Z | Compiling derive_builder_macro v0.12.0 |
2831 | 2024-03-21T15:31:34.079Z | Compiling strip-ansi-escapes v0.2.0 |
2832 | 2024-03-21T15:31:34.302Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2833 | 2024-03-21T15:31:34.823Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2834 | 2024-03-21T15:31:35.583Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2835 | 2024-03-21T15:31:36.027Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2836 | 2024-03-21T15:31:38.168Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2837 | 2024-03-21T15:31:40.002Z | Compiling tabled_derive v0.7.0 |
2838 | 2024-03-21T15:31:41.005Z | Compiling polar-core v0.27.0 |
2839 | 2024-03-21T15:31:41.317Z | Compiling fd-lock v3.0.13 |
2840 | 2024-03-21T15:31:41.519Z | Compiling strum_macros v0.24.3 |
2841 | 2024-03-21T15:31:41.965Z | Compiling kstat-rs v0.2.3 |
2842 | 2024-03-21T15:31:42.006Z | Compiling snafu-derive v0.7.5 |
2843 | 2024-03-21T15:31:42.388Z | Compiling fs-err v2.11.0 |
2844 | 2024-03-21T15:31:42.429Z | Compiling cookie v0.18.0 |
2845 | 2024-03-21T15:31:42.658Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2846 | 2024-03-21T15:31:42.690Z | Compiling indoc v1.0.9 |
2847 | 2024-03-21T15:31:42.923Z | Compiling keccak v0.1.4 |
2848 | 2024-03-21T15:31:43.423Z | Compiling strum v0.25.0 |
2849 | 2024-03-21T15:31:43.565Z | Compiling nu-ansi-term v0.50.0 |
2850 | 2024-03-21T15:31:44.029Z | Compiling sha3 v0.10.8 |
2851 | 2024-03-21T15:31:44.322Z | Compiling reedline v0.30.0 |
2852 | 2024-03-21T15:31:44.581Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2853 | 2024-03-21T15:31:44.613Z | Compiling tabled v0.15.0 |
2854 | 2024-03-21T15:31:46.002Z | Compiling snafu v0.7.5 |
2855 | 2024-03-21T15:31:57.399Z | Compiling derive_builder v0.12.0 |
2856 | 2024-03-21T15:31:57.900Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2857 | 2024-03-21T15:31:59.249Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2858 | 2024-03-21T15:32:01.856Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2859 | 2024-03-21T15:32:02.101Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2860 | 2024-03-21T15:32:03.096Z | Compiling globset v0.4.13 |
2861 | 2024-03-21T15:32:03.156Z | Compiling fd-lock v4.0.2 |
2862 | 2024-03-21T15:32:03.347Z | Compiling olpc-cjson v0.1.3 |
2863 | 2024-03-21T15:32:03.592Z | Compiling bb8 v0.8.3 |
2864 | 2024-03-21T15:32:03.639Z | Compiling universal-hash v0.5.1 |
2865 | 2024-03-21T15:32:03.803Z | Compiling nix v0.27.1 |
2866 | 2024-03-21T15:32:04.023Z | Compiling secrecy v0.8.0 |
2867 | 2024-03-21T15:32:04.258Z | Compiling serde_plain v1.0.2 |
2868 | 2024-03-21T15:32:04.688Z | Compiling quick-xml v0.30.0 |
2869 | 2024-03-21T15:32:06.858Z | Compiling oso-derive v0.27.0 |
2870 | 2024-03-21T15:32:07.698Z | Compiling impl-trait-for-tuples v0.2.2 |
2871 | 2024-03-21T15:32:08.644Z | Compiling curve25519-dalek-derive v0.1.0 |
2872 | 2024-03-21T15:32:09.585Z | Compiling nanorand v0.7.0 |
2873 | 2024-03-21T15:32:09.742Z | Compiling async-recursion v1.0.5 |
2874 | 2024-03-21T15:32:09.782Z | Compiling sqlparser_derive v0.2.2 |
2875 | 2024-03-21T15:32:10.218Z | Compiling thiserror-impl-no-std v2.0.2 |
2876 | 2024-03-21T15:32:10.532Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2877 | 2024-03-21T15:32:10.632Z | Compiling typed-path v0.7.0 |
2878 | 2024-03-21T15:32:10.786Z | Compiling maplit v1.0.2 |
2879 | 2024-03-21T15:32:10.889Z | Compiling salty v0.2.0 |
2880 | 2024-03-21T15:32:11.467Z | Compiling signature v1.6.4 |
2881 | 2024-03-21T15:32:11.598Z | Compiling unicode_categories v0.1.1 |
2882 | 2024-03-21T15:32:11.896Z | Compiling opaque-debug v0.3.0 |
2883 | 2024-03-21T15:32:11.995Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2884 | 2024-03-21T15:32:12.273Z | Compiling poly1305 v0.8.0 |
2885 | 2024-03-21T15:32:12.374Z | Compiling thiserror-no-std v2.0.2 |
2886 | 2024-03-21T15:32:12.521Z | Compiling sqlformat v0.2.3 |
2887 | 2024-03-21T15:32:13.552Z | Compiling tough v0.16.0 |
2888 | 2024-03-21T15:32:14.195Z | Compiling ed25519 v1.5.3 |
2889 | 2024-03-21T15:32:14.462Z | Compiling rustyline v13.0.0 |
2890 | 2024-03-21T15:32:15.436Z | Compiling oso v0.27.0 |
2891 | 2024-03-21T15:32:16.099Z | Compiling sqlparser v0.43.1 |
2892 | 2024-03-21T15:32:18.890Z | Compiling flume v0.11.0 |
2893 | 2024-03-21T15:32:24.975Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2894 | 2024-03-21T15:32:25.497Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2895 | 2024-03-21T15:32:30.562Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2896 | 2024-03-21T15:32:35.750Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2897 | 2024-03-21T15:32:36.349Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2898 | 2024-03-21T15:32:36.949Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2899 | 2024-03-21T15:32:37.056Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2900 | 2024-03-21T15:32:37.268Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2901 | 2024-03-21T15:32:37.311Z | Compiling chacha20 v0.9.1 |
2902 | 2024-03-21T15:32:37.713Z | Compiling aead v0.5.2 |
2903 | 2024-03-21T15:32:37.991Z | Compiling bcs v0.1.6 |
2904 | 2024-03-21T15:32:38.724Z | Compiling serde-big-array v0.5.1 |
2905 | 2024-03-21T15:32:38.947Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2906 | 2024-03-21T15:32:39.579Z | Compiling highway v1.1.0 |
2907 | 2024-03-21T15:32:40.697Z | Compiling parse-size v1.0.0 |
2908 | 2024-03-21T15:32:40.946Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2909 | 2024-03-21T15:32:42.704Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2910 | 2024-03-21T15:32:45.070Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2911 | 2024-03-21T15:32:49.831Z | Compiling chacha20poly1305 v0.10.1 |
2912 | 2024-03-21T15:32:50.073Z | Compiling vsss-rs v3.3.4 |
2913 | 2024-03-21T15:32:56.713Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2914 | 2024-03-21T15:32:57.363Z | Compiling signal-hook-tokio v0.3.1 |
2915 | 2024-03-21T15:32:57.559Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2916 | 2024-03-21T15:32:57.638Z | Compiling castaway v0.2.2 |
2917 | 2024-03-21T15:32:57.836Z | Compiling serde-big-array v0.4.1 |
2918 | 2024-03-21T15:32:57.910Z | Compiling http-range v0.1.5 |
2919 | 2024-03-21T15:32:58.477Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2920 | 2024-03-21T15:32:59.536Z | Compiling hyper-staticfile v0.9.5 |
2921 | 2024-03-21T15:32:59.723Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2922 | 2024-03-21T15:33:01.230Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2923 | 2024-03-21T15:33:02.324Z | Compiling compact_str v0.7.1 |
2924 | 2024-03-21T15:33:03.610Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2925 | 2024-03-21T15:33:05.222Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2926 | 2024-03-21T15:33:10.318Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2927 | 2024-03-21T15:33:15.491Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2928 | 2024-03-21T15:33:15.696Z | Compiling lru v0.12.1 |
2929 | 2024-03-21T15:33:15.971Z | Compiling stability v0.1.1 |
2930 | 2024-03-21T15:33:16.131Z | Compiling indoc v2.0.3 |
2931 | 2024-03-21T15:33:16.672Z | Compiling corncobs v0.1.3 |
2932 | 2024-03-21T15:33:16.914Z | Compiling cassowary v0.3.0 |
2933 | 2024-03-21T15:33:17.015Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2934 | 2024-03-21T15:33:17.593Z | Compiling ratatui v0.26.1 |
2935 | 2024-03-21T15:33:17.718Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2936 | 2024-03-21T15:33:17.765Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2937 | 2024-03-21T15:33:20.507Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2938 | 2024-03-21T15:33:22.641Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2939 | 2024-03-21T15:33:26.205Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2940 | 2024-03-21T15:33:26.430Z | Compiling rand_seeder v0.2.3 |
2941 | 2024-03-21T15:33:26.748Z | Compiling unicode-linebreak v0.1.5 |
2942 | 2024-03-21T15:33:27.620Z | Compiling smawk v0.3.1 |
2943 | 2024-03-21T15:33:27.650Z | Compiling textwrap v0.16.1 |
2944 | 2024-03-21T15:33:30.528Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2945 | 2024-03-21T15:33:31.550Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2946 | 2024-03-21T15:33:36.615Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2947 | 2024-03-21T15:33:37.583Z | Compiling rcgen v0.12.1 |
2948 | 2024-03-21T15:33:38.370Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2949 | 2024-03-21T15:33:38.732Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2950 | 2024-03-21T15:33:43.210Z | Compiling atomicwrites v0.4.3 |
2951 | 2024-03-21T15:33:43.705Z | Compiling fatfs v0.3.6 |
2952 | 2024-03-21T15:33:44.144Z | Compiling subprocess v0.2.9 |
2953 | 2024-03-21T15:33:50.723Z | Compiling rtoolbox v0.0.1 |
2954 | 2024-03-21T15:33:50.795Z | Compiling is_ci v1.2.0 |
2955 | 2024-03-21T15:33:50.795Z | Compiling assert_matches v1.5.0 |
2956 | 2024-03-21T15:33:50.795Z | Compiling supports-color v3.0.0 |
2957 | 2024-03-21T15:33:50.796Z | Compiling rpassword v7.3.1 |
2958 | 2024-03-21T15:33:50.796Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2959 | 2024-03-21T15:33:50.796Z | Compiling tui-tree-widget v0.17.0 |
2960 | 2024-03-21T15:33:50.796Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2961 | 2024-03-21T15:33:50.849Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2962 | 2024-03-21T15:33:52.874Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2963 | 2024-03-21T15:33:53.109Z | Compiling csv-core v0.1.11 |
2964 | 2024-03-21T15:33:53.181Z | Compiling shell-words v1.1.0 |
2965 | 2024-03-21T15:33:53.561Z | Compiling csv v1.3.0 |
2966 | 2024-03-21T15:33:53.879Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2967 | 2024-03-21T15:33:55.321Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2968 | 2024-03-21T15:34:28.397Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2969 | 2024-03-21T15:34:35.631Z | Compiling multimap v0.10.0 |
2970 | 2024-03-21T15:35:45.104Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2971 | 2024-03-21T15:35:58.334Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2972 | 2024-03-21T15:36:05.767Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2973 | 2024-03-21T15:41:25.798Z | Finished release [optimized] target(s) in 11m 00s |
2974 | 2024-03-21T15:42:37.411Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
2975 | 2024-03-21T15:42:37.443Z | ++ rm -rf cargo-bay/g0/omicron |
2976 | 2024-03-21T15:42:37.443Z | ++ mkdir -p cargo-bay/g0/omicron |
2977 | 2024-03-21T15:42:37.444Z | ++ 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/ |
2978 | 2024-03-21T15:42:37.444Z | sending incremental file list |
2979 | 2024-03-21T15:42:37.477Z | omicron-package |
2980 | 2024-03-21T15:42:37.744Z |
32,768 0% 0.00kB/s 0:00:00
40,097,552 100% 129.96MB/s 0:00:00 (xfr#1, to-chk=254/255) |
2981 | 2024-03-21T15:42:37.744Z | package-manifest.toml |
2982 | 2024-03-21T15:42:37.778Z |
26,511 100% 88.06kB/s 0:00:00
26,511 100% 88.06kB/s 0:00:00 (xfr#2, to-chk=253/255) |
2983 | 2024-03-21T15:42:37.778Z | out/ |
2984 | 2024-03-21T15:42:37.778Z | out/LOG |
2985 | 2024-03-21T15:42:37.778Z |
32,768 14% 108.47kB/s 0:00:01
232,308 100% 769.03kB/s 0:00:00 (xfr#3, to-chk=249/255) |
2986 | 2024-03-21T15:42:37.778Z | out/clickhouse.tar.gz |
2987 | 2024-03-21T15:42:38.536Z |
32,768 0% 108.47kB/s 0:35:30
203,194,368 87% 193.78MB/s 0:00:00
231,164,328 100% 203.37MB/s 0:00:01 (xfr#4, to-chk=248/255) |
2988 | 2024-03-21T15:42:38.536Z | out/clickhouse_keeper.tar.gz |
2989 | 2024-03-21T15:42:39.331Z |
32,768 0% 376.47kB/s 0:10:13
231,132,518 100% 247.95MB/s 0:00:00 (xfr#5, to-chk=247/255) |
2990 | 2024-03-21T15:42:39.331Z | out/cockroachdb.tar.gz |
2991 | 2024-03-21T15:42:39.822Z |
32,768 0% 36.00kB/s 0:58:37
28,573,696 22% 27.25MB/s 0:00:03
126,650,468 100% 87.65MB/s 0:00:01 (xfr#6, to-chk=246/255) |
2992 | 2024-03-21T15:42:39.822Z | out/crucible-pantry-zone.tar.gz |
2993 | 2024-03-21T15:42:39.897Z |
32,768 0% 84.43kB/s 0:04:58
25,274,868 100% 52.98MB/s 0:00:00 (xfr#7, to-chk=245/255) |
2994 | 2024-03-21T15:42:39.897Z | out/crucible-zone.tar.gz |
2995 | 2024-03-21T15:42:40.019Z |
32,768 0% 70.18kB/s 0:08:46
36,977,973 100% 61.33MB/s 0:00:00 (xfr#8, to-chk=244/255) |
2996 | 2024-03-21T15:42:40.019Z | out/external-dns.tar.gz |
2997 | 2024-03-21T15:42:40.150Z |
32,768 0% 55.65kB/s 0:09:16
30,996,658 100% 42.35MB/s 0:00:00 (xfr#9, to-chk=243/255) |
2998 | 2024-03-21T15:42:40.150Z | out/internal-dns.tar.gz |
2999 | 2024-03-21T15:42:40.253Z |
32,768 0% 45.85kB/s 0:11:15
30,995,994 100% 36.72MB/s 0:00:00 (xfr#10, to-chk=242/255) |
3000 | 2024-03-21T15:42:40.253Z | out/mg-ddm-gz.tar |
3001 | 2024-03-21T15:42:40.682Z |
32,768 0% 39.70kB/s 0:22:11
21,233,664 40% 20.25MB/s 0:00:01
52,915,712 100% 40.66MB/s 0:00:01 (xfr#11, to-chk=241/255) |
3002 | 2024-03-21T15:42:40.682Z | out/nexus.tar.gz |
3003 | 2024-03-21T15:42:41.068Z |
32,768 0% 132.23kB/s 0:11:32
91,632,921 100% 139.37MB/s 0:00:00 (xfr#12, to-chk=240/255) |
3004 | 2024-03-21T15:42:41.068Z | out/ntp.tar.gz |
3005 | 2024-03-21T15:42:41.131Z |
32,768 0% 50.96kB/s 0:03:23
10,420,988 100% 14.40MB/s 0:00:00 (xfr#13, to-chk=239/255) |
3006 | 2024-03-21T15:42:41.131Z | out/omicron-gateway-softnpu.tar.gz |
3007 | 2024-03-21T15:42:41.217Z |
32,768 0% 46.38kB/s 0:05:55
16,510,378 100% 20.26MB/s 0:00:00 (xfr#14, to-chk=238/255) |
3008 | 2024-03-21T15:42:41.217Z | out/omicron-gateway.tar.gz |
3009 | 2024-03-21T15:42:41.286Z |
32,768 0% 41.18kB/s 0:06:39
16,505,446 100% 18.63MB/s 0:00:00 (xfr#15, to-chk=237/255) |
3010 | 2024-03-21T15:42:41.286Z | out/omicron-sled-agent.tar |
3011 | 2024-03-21T15:42:42.192Z |
32,768 0% 37.83kB/s 0:51:28
17,301,504 14% 16.50MB/s 0:00:05
116,849,152 100% 63.64MB/s 0:00:01 (xfr#16, to-chk=236/255) |
3012 | 2024-03-21T15:42:42.192Z | out/overlay.tar.gz |
3013 | 2024-03-21T15:42:42.192Z |
2,621 100% 3.40kB/s 0:00:00
2,621 100% 3.40kB/s 0:00:00 (xfr#17, to-chk=235/255) |
3014 | 2024-03-21T15:42:42.192Z | out/oximeter.tar.gz |
3015 | 2024-03-21T15:42:42.371Z |
32,768 0% 42.55kB/s 0:18:47
48,023,041 100% 49.83MB/s 0:00:00 (xfr#18, to-chk=234/255) |
3016 | 2024-03-21T15:42:42.371Z | out/oxlog.tar |
3017 | 2024-03-21T15:42:42.408Z |
32,768 0% 34.82kB/s 0:02:58
6,244,352 100% 6.18MB/s 0:00:00 (xfr#19, to-chk=233/255) |
3018 | 2024-03-21T15:42:42.408Z | out/probe.tar.gz |
3019 | 2024-03-21T15:42:42.456Z |
32,768 1% 33.16kB/s 0:01:24
2,829,470 100% 2.77MB/s 0:00:00 (xfr#20, to-chk=232/255) |
3020 | 2024-03-21T15:42:42.456Z | out/propolis-server.tar.gz |
3021 | 2024-03-21T15:42:42.633Z |
32,768 0% 32.85kB/s 0:33:38
7,077,888 10% 6.75MB/s 0:00:08
66,360,059 100% 53.00MB/s 0:00:01 (xfr#21, to-chk=231/255) |
3022 | 2024-03-21T15:42:42.633Z | out/switch-softnpu.tar.gz |
3023 | 2024-03-21T15:42:43.328Z |
32,768 0% 164.10kB/s 0:20:42
203,966,008 100% 218.80MB/s 0:00:00 (xfr#22, to-chk=230/255) |
3024 | 2024-03-21T15:42:43.329Z | out/console-assets/ |
3025 | 2024-03-21T15:42:43.329Z | out/console-assets/VERSION |
3026 | 2024-03-21T15:42:43.329Z |
41 100% 0.04kB/s 0:00:00
41 100% 0.04kB/s 0:00:00 (xfr#23, to-chk=226/255) |
3027 | 2024-03-21T15:42:43.329Z | out/console-assets/index.html |
3028 | 2024-03-21T15:42:43.329Z |
466 100% 0.51kB/s 0:00:00
466 100% 0.51kB/s 0:00:00 (xfr#24, to-chk=225/255) |
3029 | 2024-03-21T15:42:43.329Z | out/console-assets/assets/ |
3030 | 2024-03-21T15:42:43.329Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
3031 | 2024-03-21T15:42:43.397Z |
32,768 70% 35.96kB/s 0:00:00
46,276 100% 50.78kB/s 0:00:00 (xfr#25, to-chk=223/255) |
3032 | 2024-03-21T15:42:43.397Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
3033 | 2024-03-21T15:42:43.397Z |
32,768 65% 35.96kB/s 0:00:00
50,032 100% 54.84kB/s 0:00:00 (xfr#26, to-chk=222/255) |
3034 | 2024-03-21T15:42:43.397Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
3035 | 2024-03-21T15:42:43.397Z |
32,768 55% 35.91kB/s 0:00:00
58,524 100% 64.14kB/s 0:00:00 (xfr#27, to-chk=221/255) |
3036 | 2024-03-21T15:42:43.397Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
3037 | 2024-03-21T15:42:43.397Z |
32,768 71% 35.91kB/s 0:00:00
46,060 100% 50.48kB/s 0:00:00 (xfr#28, to-chk=220/255) |
3038 | 2024-03-21T15:42:43.397Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
3039 | 2024-03-21T15:42:43.397Z |
21,937 100% 24.02kB/s 0:00:00
21,937 100% 24.02kB/s 0:00:00 (xfr#29, to-chk=219/255) |
3040 | 2024-03-21T15:42:43.397Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
3041 | 2024-03-21T15:42:43.397Z |
17,996 100% 19.70kB/s 0:00:00
17,996 100% 19.70kB/s 0:00:00 (xfr#30, to-chk=218/255) |
3042 | 2024-03-21T15:42:43.397Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
3043 | 2024-03-21T15:42:43.397Z |
21,890 100% 23.97kB/s 0:00:00
21,890 100% 23.97kB/s 0:00:00 (xfr#31, to-chk=217/255) |
3044 | 2024-03-21T15:42:43.397Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
3045 | 2024-03-21T15:42:43.397Z |
17,984 100% 19.69kB/s 0:00:00
17,984 100% 19.69kB/s 0:00:00 (xfr#32, to-chk=216/255) |
3046 | 2024-03-21T15:42:43.397Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
3047 | 2024-03-21T15:42:43.398Z |
21,123 100% 23.13kB/s 0:00:00
21,123 100% 23.13kB/s 0:00:00 (xfr#33, to-chk=215/255) |
3048 | 2024-03-21T15:42:43.398Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
3049 | 2024-03-21T15:42:43.398Z |
17,228 100% 18.86kB/s 0:00:00
17,228 100% 18.86kB/s 0:00:00 (xfr#34, to-chk=214/255) |
3050 | 2024-03-21T15:42:43.398Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
3051 | 2024-03-21T15:42:43.398Z |
18,448 100% 20.17kB/s 0:00:00
18,448 100% 20.17kB/s 0:00:00 (xfr#35, to-chk=213/255) |
3052 | 2024-03-21T15:42:43.398Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
3053 | 2024-03-21T15:42:43.398Z |
22,665 100% 24.79kB/s 0:00:00
22,665 100% 24.79kB/s 0:00:00 (xfr#36, to-chk=212/255) |
3054 | 2024-03-21T15:42:43.398Z | out/console-assets/assets/Terminal-_VoNxbTe.js |
3055 | 2024-03-21T15:42:43.398Z |
32,768 11% 35.83kB/s 0:00:07
287,761 100% 312.94kB/s 0:00:00 (xfr#37, to-chk=211/255) |
3056 | 2024-03-21T15:42:43.398Z | out/console-assets/assets/Terminal-_VoNxbTe.js.gz |
3057 | 2024-03-21T15:42:43.398Z |
32,768 45% 35.63kB/s 0:00:01
71,758 100% 78.04kB/s 0:00:00 (xfr#38, to-chk=210/255) |
3058 | 2024-03-21T15:42:43.398Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map |
3059 | 2024-03-21T15:42:43.398Z |
32,768 5% 35.60kB/s 0:00:15
590,313 100% 637.70kB/s 0:00:00 (xfr#39, to-chk=209/255) |
3060 | 2024-03-21T15:42:43.398Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map.gz |
3061 | 2024-03-21T15:42:43.398Z |
32,768 27% 35.36kB/s 0:00:02
118,282 100% 127.49kB/s 0:00:00 (xfr#40, to-chk=208/255) |
3062 | 2024-03-21T15:42:43.398Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js |
3063 | 2024-03-21T15:42:43.398Z |
32,768 8% 35.32kB/s 0:00:09
371,459 100% 398.19kB/s 0:00:00 (xfr#41, to-chk=207/255) |
3064 | 2024-03-21T15:42:43.398Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz |
3065 | 2024-03-21T15:42:43.399Z |
32,768 31% 35.13kB/s 0:00:02
103,751 100% 111.22kB/s 0:00:00 (xfr#42, to-chk=206/255) |
3066 | 2024-03-21T15:42:43.399Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map |
3067 | 2024-03-21T15:42:44.000Z |
32,768 1% 35.13kB/s 0:00:46
1,659,213 100% 1.71MB/s 0:00:00 (xfr#43, to-chk=205/255) |
3068 | 2024-03-21T15:42:44.001Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz |
3069 | 2024-03-21T15:42:44.001Z |
32,768 8% 34.45kB/s 0:00:10
379,036 100% 397.59kB/s 0:00:00 (xfr#44, to-chk=204/255) |
3070 | 2024-03-21T15:42:44.001Z | out/console-assets/assets/app-1tiVg9q7.js |
3071 | 2024-03-21T15:42:44.001Z |
32,768 2% 34.37kB/s 0:00:31
1,130,062 100% 1.14MB/s 0:00:00 (xfr#45, to-chk=203/255) |
3072 | 2024-03-21T15:42:44.001Z | out/console-assets/assets/app-1tiVg9q7.js.gz |
3073 | 2024-03-21T15:42:44.001Z |
32,768 9% 33.93kB/s 0:00:09
347,811 100% 359.05kB/s 0:00:00 (xfr#46, to-chk=202/255) |
3074 | 2024-03-21T15:42:44.001Z | out/console-assets/assets/app-1tiVg9q7.js.map |
3075 | 2024-03-21T15:42:44.001Z |
32,768 0% 33.83kB/s 0:02:36
5,328,067 100% 5.18MB/s 0:00:00 (xfr#47, to-chk=201/255) |
3076 | 2024-03-21T15:42:44.001Z | out/console-assets/assets/app-1tiVg9q7.js.map.gz |
3077 | 2024-03-21T15:42:44.002Z |
32,768 2% 32.62kB/s 0:00:37
1,261,215 100% 1.22MB/s 0:00:00 (xfr#48, to-chk=200/255) |
3078 | 2024-03-21T15:42:44.002Z | out/console-assets/assets/app-AvNWp1hQ.css |
3079 | 2024-03-21T15:42:44.002Z |
32,768 23% 32.42kB/s 0:00:03
138,004 100% 136.27kB/s 0:00:00 (xfr#49, to-chk=199/255) |
3080 | 2024-03-21T15:42:44.002Z | out/console-assets/assets/app-AvNWp1hQ.css.gz |
3081 | 2024-03-21T15:42:44.002Z |
21,197 100% 20.93kB/s 0:00:00
21,197 100% 20.93kB/s 0:00:00 (xfr#50, to-chk=198/255) |
3082 | 2024-03-21T15:42:44.002Z | out/console-assets/assets/favicon-WELtHcTG.svg |
3083 | 2024-03-21T15:42:44.002Z |
761 100% 0.75kB/s 0:00:00
761 100% 0.75kB/s 0:00:00 (xfr#51, to-chk=197/255) |
3084 | 2024-03-21T15:42:44.002Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
3085 | 2024-03-21T15:42:44.002Z |
1,327 100% 1.31kB/s 0:00:00
1,327 100% 1.31kB/s 0:00:00 (xfr#52, to-chk=196/255) |
3086 | 2024-03-21T15:42:44.002Z | out/console-assets/assets/og-preview-image.webp |
3087 | 2024-03-21T15:42:44.002Z |
32,768 36% 32.36kB/s 0:00:01
89,880 100% 88.66kB/s 0:00:00 (xfr#53, to-chk=195/255) |
3088 | 2024-03-21T15:42:44.002Z | out/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp |
3089 | 2024-03-21T15:42:44.002Z |
32,768 4% 32.29kB/s 0:00:19
673,968 100% 662.81kB/s 0:00:00 (xfr#54, to-chk=194/255) |
3090 | 2024-03-21T15:42:44.002Z | out/manifest-cache/ |
3091 | 2024-03-21T15:42:44.003Z | out/manifest-cache/clickhouse.tar.gz.json |
3092 | 2024-03-21T15:42:44.003Z |
780 100% 0.77kB/s 0:00:00
780 100% 0.77kB/s 0:00:00 (xfr#55, to-chk=193/255) |
3093 | 2024-03-21T15:42:44.003Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
3094 | 2024-03-21T15:42:44.003Z |
801 100% 0.79kB/s 0:00:00
801 100% 0.79kB/s 0:00:00 (xfr#56, to-chk=192/255) |
3095 | 2024-03-21T15:42:44.003Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
3096 | 2024-03-21T15:42:44.003Z |
2,958 100% 2.91kB/s 0:00:00
2,958 100% 2.91kB/s 0:00:00 (xfr#57, to-chk=191/255) |
3097 | 2024-03-21T15:42:44.003Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
3098 | 2024-03-21T15:42:44.003Z |
2,946 100% 2.90kB/s 0:00:00
2,946 100% 2.90kB/s 0:00:00 (xfr#58, to-chk=190/255) |
3099 | 2024-03-21T15:42:44.003Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
3100 | 2024-03-21T15:42:44.003Z |
32,768 60% 32.23kB/s 0:00:00
53,969 100% 53.02kB/s 0:00:00 (xfr#59, to-chk=189/255) |
3101 | 2024-03-21T15:42:44.003Z | out/manifest-cache/cockroachdb.tar.gz.json |
3102 | 2024-03-21T15:42:44.003Z |
787 100% 0.77kB/s 0:00:00
787 100% 0.77kB/s 0:00:00 (xfr#60, to-chk=188/255) |
3103 | 2024-03-21T15:42:44.003Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
3104 | 2024-03-21T15:42:44.003Z |
662 100% 0.65kB/s 0:00:00
662 100% 0.65kB/s 0:00:00 (xfr#61, to-chk=187/255) |
3105 | 2024-03-21T15:42:44.003Z | out/manifest-cache/crucible-zone.tar.gz.json |
3106 | 2024-03-21T15:42:44.003Z |
641 100% 0.63kB/s 0:00:00
641 100% 0.63kB/s 0:00:00 (xfr#62, to-chk=186/255) |
3107 | 2024-03-21T15:42:44.003Z | out/manifest-cache/dns-server.tar.gz.json |
3108 | 2024-03-21T15:42:44.003Z |
942 100% 0.93kB/s 0:00:00
942 100% 0.93kB/s 0:00:00 (xfr#63, to-chk=185/255) |
3109 | 2024-03-21T15:42:44.003Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
3110 | 2024-03-21T15:42:44.003Z |
1,132 100% 1.11kB/s 0:00:00
1,132 100% 1.11kB/s 0:00:00 (xfr#64, to-chk=184/255) |
3111 | 2024-03-21T15:42:44.003Z | out/manifest-cache/external-dns.tar.gz.json |
3112 | 2024-03-21T15:42:44.003Z |
934 100% 0.92kB/s 0:00:00
934 100% 0.92kB/s 0:00:00 (xfr#65, to-chk=183/255) |
3113 | 2024-03-21T15:42:44.003Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
3114 | 2024-03-21T15:42:44.003Z |
752 100% 0.74kB/s 0:00:00
752 100% 0.74kB/s 0:00:00 (xfr#66, to-chk=182/255) |
3115 | 2024-03-21T15:42:44.003Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
3116 | 2024-03-21T15:42:44.004Z |
1,132 100% 1.11kB/s 0:00:00
1,132 100% 1.11kB/s 0:00:00 (xfr#67, to-chk=181/255) |
3117 | 2024-03-21T15:42:44.004Z | out/manifest-cache/internal-dns.tar.gz.json |
3118 | 2024-03-21T15:42:44.004Z |
791 100% 0.78kB/s 0:00:00
791 100% 0.78kB/s 0:00:00 (xfr#68, to-chk=180/255) |
3119 | 2024-03-21T15:42:44.004Z | out/manifest-cache/logadm.tar.gz.json |
3120 | 2024-03-21T15:42:44.004Z |
1,044 100% 1.03kB/s 0:00:00
1,044 100% 1.03kB/s 0:00:00 (xfr#69, to-chk=179/255) |
3121 | 2024-03-21T15:42:44.004Z | out/manifest-cache/nexus.tar.gz.json |
3122 | 2024-03-21T15:42:44.004Z |
773 100% 0.76kB/s 0:00:00
773 100% 0.76kB/s 0:00:00 (xfr#70, to-chk=178/255) |
3123 | 2024-03-21T15:42:44.004Z | out/manifest-cache/ntp-svc.tar.gz.json |
3124 | 2024-03-21T15:42:44.004Z |
2,228 100% 2.19kB/s 0:00:00
2,228 100% 2.19kB/s 0:00:00 (xfr#71, to-chk=177/255) |
3125 | 2024-03-21T15:42:44.004Z | out/manifest-cache/ntp.tar.gz.json |
3126 | 2024-03-21T15:42:44.004Z |
763 100% 0.75kB/s 0:00:00
763 100% 0.75kB/s 0:00:00 (xfr#72, to-chk=176/255) |
3127 | 2024-03-21T15:42:44.004Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
3128 | 2024-03-21T15:42:44.004Z |
1,462 100% 1.44kB/s 0:00:00
1,462 100% 1.44kB/s 0:00:00 (xfr#73, to-chk=175/255) |
3129 | 2024-03-21T15:42:44.004Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
3130 | 2024-03-21T15:42:44.004Z |
545 100% 0.53kB/s 0:00:00
545 100% 0.53kB/s 0:00:00 (xfr#74, to-chk=174/255) |
3131 | 2024-03-21T15:42:44.004Z | out/manifest-cache/omicron-gateway.tar.gz.json |
3132 | 2024-03-21T15:42:44.004Z |
703 100% 0.69kB/s 0:00:00
703 100% 0.69kB/s 0:00:00 (xfr#75, to-chk=173/255) |
3133 | 2024-03-21T15:42:44.004Z | out/manifest-cache/omicron-nexus.tar.gz.json |
3134 | 2024-03-21T15:42:44.004Z |
32,768 46% 32.16kB/s 0:00:01
70,944 100% 69.63kB/s 0:00:00 (xfr#76, to-chk=172/255) |
3135 | 2024-03-21T15:42:44.004Z | out/manifest-cache/omicron-omdb.tar.gz.json |
3136 | 2024-03-21T15:42:44.004Z |
702 100% 0.69kB/s 0:00:00
702 100% 0.69kB/s 0:00:00 (xfr#77, to-chk=171/255) |
3137 | 2024-03-21T15:42:44.004Z | out/manifest-cache/omicron-sled-agent.tar.json |
3138 | 2024-03-21T15:42:44.004Z |
1,510 100% 1.48kB/s 0:00:00
1,510 100% 1.48kB/s 0:00:00 (xfr#78, to-chk=170/255) |
3139 | 2024-03-21T15:42:44.004Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
3140 | 2024-03-21T15:42:44.005Z |
883 100% 0.87kB/s 0:00:00
883 100% 0.87kB/s 0:00:00 (xfr#79, to-chk=169/255) |
3141 | 2024-03-21T15:42:44.005Z | out/manifest-cache/overlay.tar.gz.json |
3142 | 2024-03-21T15:42:44.005Z |
473 100% 0.46kB/s 0:00:00
473 100% 0.46kB/s 0:00:00 (xfr#80, to-chk=168/255) |
3143 | 2024-03-21T15:42:44.005Z | out/manifest-cache/oximeter-collector.tar.gz.json |
3144 | 2024-03-21T15:42:44.005Z |
18,311 100% 17.97kB/s 0:00:00
18,311 100% 17.97kB/s 0:00:00 (xfr#81, to-chk=167/255) |
3145 | 2024-03-21T15:42:44.005Z | out/manifest-cache/oximeter.tar.gz.json |
3146 | 2024-03-21T15:42:44.005Z |
641 100% 0.63kB/s 0:00:00
641 100% 0.63kB/s 0:00:00 (xfr#82, to-chk=166/255) |
3147 | 2024-03-21T15:42:44.005Z | out/manifest-cache/oxlog.tar.json |
3148 | 2024-03-21T15:42:44.005Z |
321 100% 0.32kB/s 0:00:00
321 100% 0.32kB/s 0:00:00 (xfr#83, to-chk=165/255) |
3149 | 2024-03-21T15:42:44.005Z | out/manifest-cache/probe.tar.gz.json |
3150 | 2024-03-21T15:42:44.005Z |
346 100% 0.34kB/s 0:00:00
346 100% 0.34kB/s 0:00:00 (xfr#84, to-chk=164/255) |
3151 | 2024-03-21T15:42:44.005Z | out/manifest-cache/profile.tar.gz.json |
3152 | 2024-03-21T15:42:44.005Z |
838 100% 0.82kB/s 0:00:00
838 100% 0.82kB/s 0:00:00 (xfr#85, to-chk=163/255) |
3153 | 2024-03-21T15:42:44.005Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
3154 | 2024-03-21T15:42:44.005Z |
357 100% 0.35kB/s 0:00:00
357 100% 0.35kB/s 0:00:00 (xfr#86, to-chk=162/255) |
3155 | 2024-03-21T15:42:44.005Z | out/manifest-cache/sp-sim.tar.gz.json |
3156 | 2024-03-21T15:42:44.005Z |
1,549 100% 1.52kB/s 0:00:00
1,549 100% 1.52kB/s 0:00:00 (xfr#87, to-chk=161/255) |
3157 | 2024-03-21T15:42:44.005Z | out/manifest-cache/switch-softnpu.tar.gz.json |
3158 | 2024-03-21T15:42:44.005Z |
1,566 100% 1.54kB/s 0:00:00
1,566 100% 1.54kB/s 0:00:00 (xfr#88, to-chk=160/255) |
3159 | 2024-03-21T15:42:44.005Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
3160 | 2024-03-21T15:42:44.005Z |
10,790 100% 10.58kB/s 0:00:00
10,790 100% 10.58kB/s 0:00:00 (xfr#89, to-chk=159/255) |
3161 | 2024-03-21T15:42:44.005Z | out/manifest-cache/wicket.tar.gz.json |
3162 | 2024-03-21T15:42:44.005Z |
1,084 100% 1.06kB/s 0:00:00
1,084 100% 1.06kB/s 0:00:00 (xfr#90, to-chk=158/255) |
3163 | 2024-03-21T15:42:44.006Z | out/manifest-cache/wicketd.tar.gz.json |
3164 | 2024-03-21T15:42:44.006Z |
1,560 100% 1.53kB/s 0:00:00
1,560 100% 1.53kB/s 0:00:00 (xfr#91, to-chk=157/255) |
3165 | 2024-03-21T15:42:44.006Z | out/manifest-cache/zone-network-install.tar.gz.json |
3166 | 2024-03-21T15:42:44.006Z |
877 100% 0.86kB/s 0:00:00
877 100% 0.86kB/s 0:00:00 (xfr#92, to-chk=156/255) |
3167 | 2024-03-21T15:42:44.067Z | out/manifest-cache/zone-network-setup.tar.gz.json |
3168 | 2024-03-21T15:42:44.067Z |
772 100% 0.76kB/s 0:00:00
772 100% 0.76kB/s 0:00:00 (xfr#93, to-chk=155/255) |
3169 | 2024-03-21T15:42:44.067Z | out/target/ |
3170 | 2024-03-21T15:42:44.067Z | out/target/active -> default |
3171 | 2024-03-21T15:42:44.067Z | out/target/default |
3172 | 2024-03-21T15:42:44.067Z |
74 100% 0.07kB/s 0:00:00
74 100% 0.07kB/s 0:00:00 (xfr#94, to-chk=153/255) |
3173 | 2024-03-21T15:42:44.067Z | smf/ |
3174 | 2024-03-21T15:42:44.067Z | smf/clickhouse/ |
3175 | 2024-03-21T15:42:44.067Z | smf/clickhouse/config_replica.xml |
3176 | 2024-03-21T15:42:44.067Z |
2,728 100% 2.67kB/s 0:00:00
2,728 100% 2.67kB/s 0:00:00 (xfr#95, to-chk=133/255) |
3177 | 2024-03-21T15:42:44.067Z | smf/clickhouse/manifest.xml |
3178 | 2024-03-21T15:42:44.067Z |
1,494 100% 1.46kB/s 0:00:00
1,494 100% 1.46kB/s 0:00:00 (xfr#96, to-chk=132/255) |
3179 | 2024-03-21T15:42:44.067Z | smf/clickhouse/method_script.sh |
3180 | 2024-03-21T15:42:44.067Z |
5,330 100% 5.23kB/s 0:00:00
5,330 100% 5.23kB/s 0:00:00 (xfr#97, to-chk=131/255) |
3181 | 2024-03-21T15:42:44.067Z | smf/clickhouse_keeper/ |
3182 | 2024-03-21T15:42:44.067Z | smf/clickhouse_keeper/keeper_config.xml |
3183 | 2024-03-21T15:42:44.067Z |
1,460 100% 1.43kB/s 0:00:00
1,460 100% 1.43kB/s 0:00:00 (xfr#98, to-chk=130/255) |
3184 | 2024-03-21T15:42:44.067Z | smf/clickhouse_keeper/manifest.xml |
3185 | 2024-03-21T15:42:44.067Z |
1,534 100% 1.50kB/s 0:00:00
1,534 100% 1.50kB/s 0:00:00 (xfr#99, to-chk=129/255) |
3186 | 2024-03-21T15:42:44.068Z | smf/clickhouse_keeper/method_script.sh |
3187 | 2024-03-21T15:42:44.068Z |
4,324 100% 4.24kB/s 0:00:00
4,324 100% 4.24kB/s 0:00:00 (xfr#100, to-chk=128/255) |
3188 | 2024-03-21T15:42:44.068Z | smf/cockroachdb/ |
3189 | 2024-03-21T15:42:44.068Z | smf/cockroachdb/manifest.xml |
3190 | 2024-03-21T15:42:44.068Z |
1,667 100% 1.63kB/s 0:00:00
1,667 100% 1.63kB/s 0:00:00 (xfr#101, to-chk=127/255) |
3191 | 2024-03-21T15:42:44.068Z | smf/cockroachdb/method_script.sh |
3192 | 2024-03-21T15:42:44.068Z |
1,030 100% 1.01kB/s 0:00:00
1,030 100% 1.01kB/s 0:00:00 (xfr#102, to-chk=126/255) |
3193 | 2024-03-21T15:42:44.068Z | smf/external-dns/ |
3194 | 2024-03-21T15:42:44.068Z | smf/external-dns/config.toml |
3195 | 2024-03-21T15:42:44.068Z |
353 100% 0.35kB/s 0:00:00
353 100% 0.35kB/s 0:00:00 (xfr#103, to-chk=125/255) |
3196 | 2024-03-21T15:42:44.068Z | smf/external-dns/manifest.xml |
3197 | 2024-03-21T15:42:44.068Z |
1,805 100% 1.77kB/s 0:00:00
1,805 100% 1.77kB/s 0:00:00 (xfr#104, to-chk=124/255) |
3198 | 2024-03-21T15:42:44.068Z | smf/installinator/ |
3199 | 2024-03-21T15:42:44.068Z | smf/installinator/manifest.xml |
3200 | 2024-03-21T15:42:44.068Z |
2,149 100% 2.10kB/s 0:00:00
2,149 100% 2.10kB/s 0:00:00 (xfr#105, to-chk=123/255) |
3201 | 2024-03-21T15:42:44.068Z | smf/internal-dns/ |
3202 | 2024-03-21T15:42:44.068Z | smf/internal-dns/config.toml |
3203 | 2024-03-21T15:42:44.068Z |
353 100% 0.35kB/s 0:00:00
353 100% 0.35kB/s 0:00:00 (xfr#106, to-chk=122/255) |
3204 | 2024-03-21T15:42:44.068Z | smf/internal-dns/manifest.xml |
3205 | 2024-03-21T15:42:44.068Z |
1,618 100% 1.58kB/s 0:00:00
1,618 100% 1.58kB/s 0:00:00 (xfr#107, to-chk=121/255) |
3206 | 2024-03-21T15:42:44.068Z | smf/logadm/ |
3207 | 2024-03-21T15:42:44.068Z | smf/logadm/crontab.root |
3208 | 2024-03-21T15:42:44.068Z |
30 100% 0.03kB/s 0:00:00
30 100% 0.03kB/s 0:00:00 (xfr#108, to-chk=120/255) |
3209 | 2024-03-21T15:42:44.069Z | smf/logadm/logadm.conf |
3210 | 2024-03-21T15:42:44.069Z |
2,553 100% 2.50kB/s 0:00:00
2,553 100% 2.50kB/s 0:00:00 (xfr#109, to-chk=119/255) |
3211 | 2024-03-21T15:42:44.069Z | smf/mgs-sim/ |
3212 | 2024-03-21T15:42:44.069Z | smf/mgs-sim/config.toml |
3213 | 2024-03-21T15:42:44.069Z |
3,534 100% 3.46kB/s 0:00:00
3,534 100% 3.46kB/s 0:00:00 (xfr#110, to-chk=118/255) |
3214 | 2024-03-21T15:42:44.069Z | smf/mgs/ |
3215 | 2024-03-21T15:42:44.069Z | smf/mgs/config.toml |
3216 | 2024-03-21T15:42:44.069Z |
9,085 100% 8.90kB/s 0:00:00
9,085 100% 8.90kB/s 0:00:00 (xfr#111, to-chk=117/255) |
3217 | 2024-03-21T15:42:44.069Z | smf/mgs/manifest.xml |
3218 | 2024-03-21T15:42:44.069Z |
2,474 100% 2.42kB/s 0:00:00
2,474 100% 2.42kB/s 0:00:00 (xfr#112, to-chk=116/255) |
3219 | 2024-03-21T15:42:44.069Z | smf/nexus/ |
3220 | 2024-03-21T15:42:44.069Z | smf/nexus/manifest.xml |
3221 | 2024-03-21T15:42:44.069Z |
1,987 100% 1.95kB/s 0:00:00
1,987 100% 1.95kB/s 0:00:00 (xfr#113, to-chk=115/255) |
3222 | 2024-03-21T15:42:44.069Z | smf/nexus/multi-sled/ |
3223 | 2024-03-21T15:42:44.069Z | smf/nexus/multi-sled/config-partial.toml |
3224 | 2024-03-21T15:42:44.069Z |
1,997 100% 1.96kB/s 0:00:00
1,997 100% 1.96kB/s 0:00:00 (xfr#114, to-chk=112/255) |
3225 | 2024-03-21T15:42:44.069Z | smf/nexus/single-sled/ |
3226 | 2024-03-21T15:42:44.069Z | smf/nexus/single-sled/config-partial.toml |
3227 | 2024-03-21T15:42:44.069Z |
1,993 100% 1.95kB/s 0:00:00
1,993 100% 1.95kB/s 0:00:00 (xfr#115, to-chk=111/255) |
3228 | 2024-03-21T15:42:44.069Z | smf/ntp/ |
3229 | 2024-03-21T15:42:44.069Z | smf/ntp/etc/ |
3230 | 2024-03-21T15:42:44.069Z | smf/ntp/etc/inet/ |
3231 | 2024-03-21T15:42:44.069Z | smf/ntp/etc/inet/chrony.conf.boundary |
3232 | 2024-03-21T15:42:44.069Z |
881 100% 0.86kB/s 0:00:00
881 100% 0.86kB/s 0:00:00 (xfr#116, to-chk=105/255) |
3233 | 2024-03-21T15:42:44.070Z | smf/ntp/etc/inet/chrony.conf.internal |
3234 | 2024-03-21T15:42:44.070Z |
1,108 100% 1.09kB/s 0:00:00
1,108 100% 1.09kB/s 0:00:00 (xfr#117, to-chk=104/255) |
3235 | 2024-03-21T15:42:44.070Z | smf/ntp/etc/logadm.d/ |
3236 | 2024-03-21T15:42:44.070Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
3237 | 2024-03-21T15:42:44.070Z |
135 100% 0.13kB/s 0:00:00
135 100% 0.13kB/s 0:00:00 (xfr#118, to-chk=103/255) |
3238 | 2024-03-21T15:42:44.070Z | smf/ntp/manifest/ |
3239 | 2024-03-21T15:42:44.070Z | smf/ntp/manifest/manifest.xml |
3240 | 2024-03-21T15:42:44.070Z |
3,336 100% 3.27kB/s 0:00:00
3,336 100% 3.27kB/s 0:00:00 (xfr#119, to-chk=102/255) |
3241 | 2024-03-21T15:42:44.070Z | smf/ntp/method/ |
3242 | 2024-03-21T15:42:44.070Z | smf/ntp/method/svc-site-ntp |
3243 | 2024-03-21T15:42:44.070Z |
3,211 100% 3.15kB/s 0:00:00
3,211 100% 3.15kB/s 0:00:00 (xfr#120, to-chk=101/255) |
3244 | 2024-03-21T15:42:44.070Z | smf/opte-interface-setup/ |
3245 | 2024-03-21T15:42:44.070Z | smf/opte-interface-setup/manifest.xml |
3246 | 2024-03-21T15:42:44.070Z |
1,638 100% 1.60kB/s 0:00:00
1,638 100% 1.60kB/s 0:00:00 (xfr#121, to-chk=100/255) |
3247 | 2024-03-21T15:42:44.070Z | smf/oximeter/ |
3248 | 2024-03-21T15:42:44.070Z | smf/oximeter/config.toml |
3249 | 2024-03-21T15:42:44.070Z |
205 100% 0.20kB/s 0:00:00
205 100% 0.20kB/s 0:00:00 (xfr#122, to-chk=99/255) |
3250 | 2024-03-21T15:42:44.070Z | smf/oximeter/manifest.xml |
3251 | 2024-03-21T15:42:44.070Z |
1,770 100% 1.73kB/s 0:00:00
1,770 100% 1.73kB/s 0:00:00 (xfr#123, to-chk=98/255) |
3252 | 2024-03-21T15:42:44.070Z | smf/profile/ |
3253 | 2024-03-21T15:42:44.070Z | smf/profile/bashrc |
3254 | 2024-03-21T15:42:44.071Z |
925 100% 0.91kB/s 0:00:00
925 100% 0.91kB/s 0:00:00 (xfr#124, to-chk=97/255) |
3255 | 2024-03-21T15:42:44.071Z | smf/profile/profile |
3256 | 2024-03-21T15:42:44.071Z |
535 100% 0.52kB/s 0:00:00
535 100% 0.52kB/s 0:00:00 (xfr#125, to-chk=96/255) |
3257 | 2024-03-21T15:42:44.071Z | smf/sled-agent/ |
3258 | 2024-03-21T15:42:44.071Z | smf/sled-agent/manifest.xml |
3259 | 2024-03-21T15:42:44.071Z |
2,373 100% 2.32kB/s 0:00:00
2,373 100% 2.32kB/s 0:00:00 (xfr#126, to-chk=95/255) |
3260 | 2024-03-21T15:42:44.071Z | smf/sled-agent/gimlet-standalone/ |
3261 | 2024-03-21T15:42:44.071Z | smf/sled-agent/gimlet-standalone/README.md |
3262 | 2024-03-21T15:42:44.071Z |
114 100% 0.11kB/s 0:00:00
114 100% 0.11kB/s 0:00:00 (xfr#127, to-chk=91/255) |
3263 | 2024-03-21T15:42:44.071Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
3264 | 2024-03-21T15:42:44.071Z |
6,611 100% 6.47kB/s 0:00:00
6,611 100% 6.47kB/s 0:00:00 (xfr#128, to-chk=90/255) |
3265 | 2024-03-21T15:42:44.071Z | smf/sled-agent/gimlet-standalone/config.toml |
3266 | 2024-03-21T15:42:44.071Z |
1,800 100% 1.76kB/s 0:00:00
1,800 100% 1.76kB/s 0:00:00 (xfr#129, to-chk=89/255) |
3267 | 2024-03-21T15:42:44.101Z | smf/sled-agent/gimlet/ |
3268 | 2024-03-21T15:42:44.101Z | smf/sled-agent/gimlet/README.md |
3269 | 2024-03-21T15:42:44.101Z |
54 100% 0.05kB/s 0:00:00
54 100% 0.05kB/s 0:00:00 (xfr#130, to-chk=88/255) |
3270 | 2024-03-21T15:42:44.101Z | smf/sled-agent/gimlet/config.toml |
3271 | 2024-03-21T15:42:44.101Z |
1,657 100% 1.62kB/s 0:00:00
1,657 100% 1.62kB/s 0:00:00 (xfr#131, to-chk=87/255) |
3272 | 2024-03-21T15:42:44.101Z | smf/sled-agent/non-gimlet/ |
3273 | 2024-03-21T15:42:44.101Z | smf/sled-agent/non-gimlet/README.md |
3274 | 2024-03-21T15:42:44.101Z |
105 100% 0.10kB/s 0:00:00
105 100% 0.10kB/s 0:00:00 (xfr#132, to-chk=86/255) |
3275 | 2024-03-21T15:42:44.101Z | smf/sled-agent/non-gimlet/config-rss.toml |
3276 | 2024-03-21T15:42:44.101Z |
1,947 100% 1.91kB/s 0:00:00
1,947 100% 1.91kB/s 0:00:00 (xfr#133, to-chk=85/255) |
3277 | 2024-03-21T15:42:44.101Z | smf/sled-agent/non-gimlet/config.toml |
3278 | 2024-03-21T15:42:44.101Z |
2,906 100% 2.84kB/s 0:00:00
2,906 100% 2.84kB/s 0:00:00 (xfr#134, to-chk=84/255) |
3279 | 2024-03-21T15:42:44.101Z | smf/sp-sim/ |
3280 | 2024-03-21T15:42:44.101Z | smf/sp-sim/config.toml |
3281 | 2024-03-21T15:42:44.101Z |
2,604 100% 2.55kB/s 0:00:00
2,604 100% 2.55kB/s 0:00:00 (xfr#135, to-chk=83/255) |
3282 | 2024-03-21T15:42:44.101Z | smf/sp-sim/manifest.xml |
3283 | 2024-03-21T15:42:44.101Z |
1,271 100% 1.24kB/s 0:00:00
1,271 100% 1.24kB/s 0:00:00 (xfr#136, to-chk=82/255) |
3284 | 2024-03-21T15:42:44.101Z | smf/switch_zone_setup/ |
3285 | 2024-03-21T15:42:44.102Z | smf/switch_zone_setup/manifest.xml |
3286 | 2024-03-21T15:42:44.102Z |
1,061 100% 1.04kB/s 0:00:00
1,061 100% 1.04kB/s 0:00:00 (xfr#137, to-chk=81/255) |
3287 | 2024-03-21T15:42:44.102Z | smf/switch_zone_setup/support_authorized_keys |
3288 | 2024-03-21T15:42:44.102Z |
1,284 100% 1.26kB/s 0:00:00
1,284 100% 1.26kB/s 0:00:00 (xfr#138, to-chk=80/255) |
3289 | 2024-03-21T15:42:44.102Z | smf/switch_zone_setup/switch_zone_setup |
3290 | 2024-03-21T15:42:44.102Z |
1,041 100% 1.02kB/s 0:00:00
1,041 100% 1.02kB/s 0:00:00 (xfr#139, to-chk=79/255) |
3291 | 2024-03-21T15:42:44.102Z | smf/wicketd/ |
3292 | 2024-03-21T15:42:44.102Z | smf/wicketd/config.toml |
3293 | 2024-03-21T15:42:44.102Z |
104 100% 0.10kB/s 0:00:00
104 100% 0.10kB/s 0:00:00 (xfr#140, to-chk=78/255) |
3294 | 2024-03-21T15:42:44.102Z | smf/wicketd/manifest.xml |
3295 | 2024-03-21T15:42:44.102Z |
2,954 100% 2.89kB/s 0:00:00
2,954 100% 2.89kB/s 0:00:00 (xfr#141, to-chk=77/255) |
3296 | 2024-03-21T15:42:44.102Z | smf/zone-network-setup/ |
3297 | 2024-03-21T15:42:44.102Z | smf/zone-network-setup/manifest.xml |
3298 | 2024-03-21T15:42:44.102Z |
1,614 100% 1.58kB/s 0:00:00
1,614 100% 1.58kB/s 0:00:00 (xfr#142, to-chk=76/255) |
3299 | 2024-03-21T15:42:44.102Z | tools/ |
3300 | 2024-03-21T15:42:44.102Z | tools/README.adoc |
3301 | 2024-03-21T15:42:44.102Z |
3,558 100% 3.48kB/s 0:00:00
3,558 100% 3.48kB/s 0:00:00 (xfr#143, to-chk=75/255) |
3302 | 2024-03-21T15:42:44.102Z | tools/build-global-zone-packages.sh |
3303 | 2024-03-21T15:42:44.102Z |
2,388 100% 2.33kB/s 0:00:00
2,388 100% 2.33kB/s 0:00:00 (xfr#144, to-chk=74/255) |
3304 | 2024-03-21T15:42:44.102Z | tools/build-host-image.sh |
3305 | 2024-03-21T15:42:44.102Z |
2,971 100% 2.90kB/s 0:00:00
2,971 100% 2.90kB/s 0:00:00 (xfr#145, to-chk=73/255) |
3306 | 2024-03-21T15:42:44.102Z | tools/build-trampoline-global-zone-packages.sh |
3307 | 2024-03-21T15:42:44.102Z |
1,878 100% 1.84kB/s 0:00:00
1,878 100% 1.84kB/s 0:00:00 (xfr#146, to-chk=72/255) |
3308 | 2024-03-21T15:42:44.102Z | tools/ci_check_opte_ver.sh |
3309 | 2024-03-21T15:42:44.103Z |
2,770 100% 2.71kB/s 0:00:00
2,770 100% 2.71kB/s 0:00:00 (xfr#147, to-chk=71/255) |
3310 | 2024-03-21T15:42:44.103Z | tools/ci_download_clickhouse |
3311 | 2024-03-21T15:42:44.103Z |
3,631 100% 3.55kB/s 0:00:00
3,631 100% 3.55kB/s 0:00:00 (xfr#148, to-chk=70/255) |
3312 | 2024-03-21T15:42:44.103Z | tools/ci_download_cockroachdb |
3313 | 2024-03-21T15:42:44.103Z |
4,292 100% 4.20kB/s 0:00:00
4,292 100% 4.20kB/s 0:00:00 (xfr#149, to-chk=69/255) |
3314 | 2024-03-21T15:42:44.103Z | tools/ci_download_console |
3315 | 2024-03-21T15:42:44.103Z |
1,991 100% 1.95kB/s 0:00:00
1,991 100% 1.95kB/s 0:00:00 (xfr#150, to-chk=68/255) |
3316 | 2024-03-21T15:42:44.103Z | tools/ci_download_dendrite_openapi |
3317 | 2024-03-21T15:42:44.103Z |
1,719 100% 1.68kB/s 0:00:00
1,719 100% 1.68kB/s 0:00:00 (xfr#151, to-chk=67/255) |
3318 | 2024-03-21T15:42:44.103Z | tools/ci_download_dendrite_stub |
3319 | 2024-03-21T15:42:44.103Z |
4,229 100% 4.13kB/s 0:00:00
4,229 100% 4.13kB/s 0:00:00 (xfr#152, to-chk=66/255) |
3320 | 2024-03-21T15:42:44.103Z | tools/ci_download_maghemite_mgd |
3321 | 2024-03-21T15:42:44.103Z |
3,650 100% 3.57kB/s 0:00:00
3,650 100% 3.57kB/s 0:00:00 (xfr#153, to-chk=65/255) |
3322 | 2024-03-21T15:42:44.103Z | tools/ci_download_maghemite_openapi |
3323 | 2024-03-21T15:42:44.103Z |
1,989 100% 1.94kB/s 0:00:00
1,989 100% 1.94kB/s 0:00:00 (xfr#154, to-chk=64/255) |
3324 | 2024-03-21T15:42:44.103Z | tools/ci_download_softnpu_machinery |
3325 | 2024-03-21T15:42:44.103Z |
668 100% 0.65kB/s 0:00:00
668 100% 0.65kB/s 0:00:00 (xfr#155, to-chk=63/255) |
3326 | 2024-03-21T15:42:44.103Z | tools/ci_download_thundermuffin |
3327 | 2024-03-21T15:42:44.103Z |
3,237 100% 3.16kB/s 0:00:00
3,237 100% 3.16kB/s 0:00:00 (xfr#156, to-chk=62/255) |
3328 | 2024-03-21T15:42:44.103Z | tools/ci_download_transceiver_control |
3329 | 2024-03-21T15:42:44.103Z |
3,415 100% 3.34kB/s 0:00:00
3,415 100% 3.34kB/s 0:00:00 (xfr#157, to-chk=61/255) |
3330 | 2024-03-21T15:42:44.103Z | tools/clickhouse_checksums |
3331 | 2024-03-21T15:42:44.103Z |
153 100% 0.15kB/s 0:00:00
153 100% 0.15kB/s 0:00:00 (xfr#158, to-chk=60/255) |
3332 | 2024-03-21T15:42:44.103Z | tools/clickhouse_version |
3333 | 2024-03-21T15:42:44.104Z |
11 100% 0.01kB/s 0:00:00
11 100% 0.01kB/s 0:00:00 (xfr#159, to-chk=59/255) |
3334 | 2024-03-21T15:42:44.104Z | tools/cockroachdb_checksums |
3335 | 2024-03-21T15:42:44.104Z |
258 100% 0.25kB/s 0:00:00
258 100% 0.25kB/s 0:00:00 (xfr#160, to-chk=58/255) |
3336 | 2024-03-21T15:42:44.104Z | tools/cockroachdb_version |
3337 | 2024-03-21T15:42:44.104Z |
8 100% 0.01kB/s 0:00:00
8 100% 0.01kB/s 0:00:00 (xfr#161, to-chk=57/255) |
3338 | 2024-03-21T15:42:44.104Z | tools/console_version |
3339 | 2024-03-21T15:42:44.104Z |
122 100% 0.12kB/s 0:00:00
122 100% 0.12kB/s 0:00:00 (xfr#162, to-chk=56/255) |
3340 | 2024-03-21T15:42:44.104Z | tools/create_gimlet_virtual_hardware.sh |
3341 | 2024-03-21T15:42:44.104Z |
936 100% 0.91kB/s 0:00:00
936 100% 0.91kB/s 0:00:00 (xfr#163, to-chk=55/255) |
3342 | 2024-03-21T15:42:44.104Z | tools/create_scrimlet_virtual_hardware.sh |
3343 | 2024-03-21T15:42:44.104Z |
2,014 100% 1.97kB/s 0:00:00
2,014 100% 1.97kB/s 0:00:00 (xfr#164, to-chk=54/255) |
3344 | 2024-03-21T15:42:44.104Z | tools/create_self_signed_cert.sh |
3345 | 2024-03-21T15:42:44.104Z |
685 100% 0.67kB/s 0:00:00
685 100% 0.67kB/s 0:00:00 (xfr#165, to-chk=53/255) |
3346 | 2024-03-21T15:42:44.104Z | tools/create_virtual_hardware.sh |
3347 | 2024-03-21T15:42:44.104Z |
3,184 100% 3.11kB/s 0:00:00
3,184 100% 3.11kB/s 0:00:01 (xfr#166, to-chk=52/255) |
3348 | 2024-03-21T15:42:44.104Z | tools/delete-reservoir.sh |
3349 | 2024-03-21T15:42:44.104Z |
136 100% 0.13kB/s 0:00:00
136 100% 0.13kB/s 0:00:01 (xfr#167, to-chk=51/255) |
3350 | 2024-03-21T15:42:44.104Z | tools/dendrite_openapi_version |
3351 | 2024-03-21T15:42:44.104Z |
122 100% 0.12kB/s 0:00:00
122 100% 0.12kB/s 0:00:01 (xfr#168, to-chk=50/255) |
3352 | 2024-03-21T15:42:44.104Z | tools/dendrite_stub_checksums |
3353 | 2024-03-21T15:42:44.104Z |
267 100% 0.26kB/s 0:00:00
267 100% 0.26kB/s 0:00:01 (xfr#169, to-chk=49/255) |
3354 | 2024-03-21T15:42:44.104Z | tools/destroy_gimlet_virtual_hardware.sh |
3355 | 2024-03-21T15:42:44.104Z |
888 100% 0.87kB/s 0:00:00
888 100% 0.87kB/s 0:00:01 (xfr#170, to-chk=48/255) |
3356 | 2024-03-21T15:42:44.105Z | tools/destroy_scrimlet_virtual_hardware.sh |
3357 | 2024-03-21T15:42:44.105Z |
1,147 100% 1.12kB/s 0:00:00
1,147 100% 1.12kB/s 0:00:01 (xfr#171, to-chk=47/255) |
3358 | 2024-03-21T15:42:44.105Z | tools/destroy_virtual_hardware.sh |
3359 | 2024-03-21T15:42:44.105Z |
2,227 100% 2.17kB/s 0:00:00
2,227 100% 2.17kB/s 0:00:01 (xfr#172, to-chk=46/255) |
3360 | 2024-03-21T15:42:44.105Z | tools/dvt_dock_version |
3361 | 2024-03-21T15:42:44.105Z |
48 100% 0.05kB/s 0:00:00
48 100% 0.05kB/s 0:00:01 (xfr#173, to-chk=45/255) |
3362 | 2024-03-21T15:42:44.105Z | tools/ensure_buildomat_artifact.sh |
3363 | 2024-03-21T15:42:44.105Z |
3,759 100% 3.67kB/s 0:00:00
3,759 100% 3.67kB/s 0:00:01 (xfr#174, to-chk=44/255) |
3364 | 2024-03-21T15:42:44.105Z | tools/generate-nexus-api.sh |
3365 | 2024-03-21T15:42:44.105Z |
174 100% 0.17kB/s 0:00:00
174 100% 0.17kB/s 0:00:01 (xfr#175, to-chk=43/255) |
3366 | 2024-03-21T15:42:44.105Z | tools/generate-sled-agent-api.sh |
3367 | 2024-03-21T15:42:44.133Z |
161 100% 0.16kB/s 0:00:00
161 100% 0.16kB/s 0:00:01 (xfr#176, to-chk=42/255) |
3368 | 2024-03-21T15:42:44.133Z | tools/generate-wicketd-api.sh |
3369 | 2024-03-21T15:42:44.133Z |
75 100% 0.07kB/s 0:00:00
75 100% 0.07kB/s 0:00:01 (xfr#177, to-chk=41/255) |
3370 | 2024-03-21T15:42:44.133Z | tools/hubris_checksums |
3371 | 2024-03-21T15:42:44.133Z |
852 100% 0.83kB/s 0:00:00
852 100% 0.83kB/s 0:00:01 (xfr#178, to-chk=40/255) |
3372 | 2024-03-21T15:42:44.133Z | tools/hubris_version |
3373 | 2024-03-21T15:42:44.133Z |
50 100% 0.05kB/s 0:00:00
50 100% 0.05kB/s 0:00:01 (xfr#179, to-chk=39/255) |
3374 | 2024-03-21T15:42:44.133Z | tools/install_builder_prerequisites.sh |
3375 | 2024-03-21T15:42:44.133Z |
7,537 100% 7.36kB/s 0:00:00
7,537 100% 7.36kB/s 0:00:01 (xfr#180, to-chk=38/255) |
3376 | 2024-03-21T15:42:44.133Z | tools/install_opte.sh |
3377 | 2024-03-21T15:42:44.133Z |
3,755 100% 3.67kB/s 0:00:00
3,755 100% 3.67kB/s 0:00:01 (xfr#181, to-chk=37/255) |
3378 | 2024-03-21T15:42:44.133Z | tools/install_prerequisites.sh |
3379 | 2024-03-21T15:42:44.133Z |
255 100% 0.25kB/s 0:00:00
255 100% 0.25kB/s 0:00:01 (xfr#182, to-chk=36/255) |
3380 | 2024-03-21T15:42:44.133Z | tools/install_runner_prerequisites.sh |
3381 | 2024-03-21T15:42:44.134Z |
4,154 100% 4.06kB/s 0:00:00
4,154 100% 4.06kB/s 0:00:01 (xfr#183, to-chk=35/255) |
3382 | 2024-03-21T15:42:44.134Z | tools/maghemite_ddm_openapi_version |
3383 | 2024-03-21T15:42:44.134Z |
122 100% 0.12kB/s 0:00:00
122 100% 0.12kB/s 0:00:01 (xfr#184, to-chk=34/255) |
3384 | 2024-03-21T15:42:44.134Z | tools/maghemite_mg_openapi_version |
3385 | 2024-03-21T15:42:44.134Z |
122 100% 0.12kB/s 0:00:00
122 100% 0.12kB/s 0:00:01 (xfr#185, to-chk=33/255) |
3386 | 2024-03-21T15:42:44.134Z | tools/maghemite_mgd_checksums |
3387 | 2024-03-21T15:42:44.134Z |
162 100% 0.16kB/s 0:00:00
162 100% 0.16kB/s 0:00:01 (xfr#186, to-chk=32/255) |
3388 | 2024-03-21T15:42:44.134Z | tools/opte_version |
3389 | 2024-03-21T15:42:44.134Z |
9 100% 0.01kB/s 0:00:00
9 100% 0.01kB/s 0:00:01 (xfr#187, to-chk=31/255) |
3390 | 2024-03-21T15:42:44.134Z | tools/opte_version_override |
3391 | 2024-03-21T15:42:44.134Z |
142 100% 0.14kB/s 0:00:00
142 100% 0.14kB/s 0:00:01 (xfr#188, to-chk=30/255) |
3392 | 2024-03-21T15:42:44.134Z | tools/renovate-post-upgrade.sh |
3393 | 2024-03-21T15:42:44.134Z |
1,705 100% 1.67kB/s 0:00:00
1,705 100% 1.67kB/s 0:00:01 (xfr#189, to-chk=29/255) |
3394 | 2024-03-21T15:42:44.134Z | tools/thundermuffin_checksums |
3395 | 2024-03-21T15:42:44.134Z |
79 100% 0.08kB/s 0:00:00
79 100% 0.08kB/s 0:00:01 (xfr#190, to-chk=28/255) |
3396 | 2024-03-21T15:42:44.134Z | tools/thundermuffin_version |
3397 | 2024-03-21T15:42:44.134Z |
50 100% 0.05kB/s 0:00:00
50 100% 0.05kB/s 0:00:01 (xfr#191, to-chk=27/255) |
3398 | 2024-03-21T15:42:44.134Z | tools/transceiver_control_version |
3399 | 2024-03-21T15:42:44.134Z |
137 100% 0.13kB/s 0:00:00
137 100% 0.13kB/s 0:00:01 (xfr#192, to-chk=26/255) |
3400 | 2024-03-21T15:42:44.134Z | tools/uninstall_opte.sh |
3401 | 2024-03-21T15:42:44.134Z |
6,514 100% 6.36kB/s 0:00:00
6,514 100% 6.36kB/s 0:00:01 (xfr#193, to-chk=25/255) |
3402 | 2024-03-21T15:42:44.134Z | tools/update_crucible.sh |
3403 | 2024-03-21T15:42:44.135Z |
1,093 100% 1.07kB/s 0:00:00
1,093 100% 1.07kB/s 0:00:01 (xfr#194, to-chk=24/255) |
3404 | 2024-03-21T15:42:44.135Z | tools/update_dendrite.sh |
3405 | 2024-03-21T15:42:44.135Z |
2,333 100% 2.28kB/s 0:00:00
2,333 100% 2.28kB/s 0:00:01 (xfr#195, to-chk=23/255) |
3406 | 2024-03-21T15:42:44.135Z | tools/update_helpers.sh |
3407 | 2024-03-21T15:42:44.135Z |
3,831 100% 3.74kB/s 0:00:00
3,831 100% 3.74kB/s 0:00:01 (xfr#196, to-chk=22/255) |
3408 | 2024-03-21T15:42:44.135Z | tools/update_lldp.sh |
3409 | 2024-03-21T15:42:44.135Z |
1,000 100% 0.98kB/s 0:00:00
1,000 100% 0.98kB/s 0:00:01 (xfr#197, to-chk=21/255) |
3410 | 2024-03-21T15:42:44.135Z | tools/update_maghemite.sh |
3411 | 2024-03-21T15:42:44.135Z |
939 100% 0.92kB/s 0:00:00
939 100% 0.92kB/s 0:00:01 (xfr#198, to-chk=20/255) |
3412 | 2024-03-21T15:42:44.135Z | tools/update_propolis.sh |
3413 | 2024-03-21T15:42:44.135Z |
1,050 100% 1.03kB/s 0:00:00
1,050 100% 1.03kB/s 0:00:01 (xfr#199, to-chk=19/255) |
3414 | 2024-03-21T15:42:44.135Z | tools/update_transceiver_control.sh |
3415 | 2024-03-21T15:42:44.135Z |
1,374 100% 1.34kB/s 0:00:00
1,374 100% 1.34kB/s 0:00:01 (xfr#200, to-chk=18/255) |
3416 | 2024-03-21T15:42:44.135Z | tools/virtual_hardware.sh |
3417 | 2024-03-21T15:42:44.135Z |
3,429 100% 3.35kB/s 0:00:00
3,429 100% 3.35kB/s 0:00:01 (xfr#201, to-chk=17/255) |
3418 | 2024-03-21T15:42:44.135Z | tools/dtrace/ |
3419 | 2024-03-21T15:42:44.135Z | tools/dtrace/aggregate-query-latency.d |
3420 | 2024-03-21T15:42:44.135Z |
780 100% 0.76kB/s 0:00:00
780 100% 0.76kB/s 0:00:01 (xfr#202, to-chk=11/255) |
3421 | 2024-03-21T15:42:44.135Z | tools/dtrace/slowest-queries.d |
3422 | 2024-03-21T15:42:44.135Z |
1,077 100% 1.05kB/s 0:00:00
1,077 100% 1.05kB/s 0:00:01 (xfr#203, to-chk=10/255) |
3423 | 2024-03-21T15:42:44.135Z | tools/dtrace/trace-db-queries.d |
3424 | 2024-03-21T15:42:44.135Z |
811 100% 0.79kB/s 0:00:00
811 100% 0.79kB/s 0:00:01 (xfr#204, to-chk=9/255) |
3425 | 2024-03-21T15:42:44.136Z | tools/include/ |
3426 | 2024-03-21T15:42:44.136Z | + banner G1 |
3427 | 2024-03-21T15:42:44.136Z | tools/include/force-git-over-https.sh |
3428 | 2024-03-21T15:42:44.136Z |
940 100% 0.92kB/s 0:00:00
940 100% 0.92kB/s 0:00:01 (xfr#205, to-chk=8/255) |
3429 | 2024-03-21T15:42:44.136Z | tools/populate/ |
3430 | 2024-03-21T15:42:44.136Z | tools/populate/populate-alpine.sh |
3431 | 2024-03-21T15:42:44.136Z |
788 100% 0.77kB/s 0:00:00
788 100% 0.77kB/s 0:00:01 (xfr#206, to-chk=7/255) |
3432 | 2024-03-21T15:42:44.136Z | tools/populate/populate-images.sh |
3433 | 2024-03-21T15:42:44.136Z | + . config/build-g1.sh |
3434 | 2024-03-21T15:42:44.136Z | ++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml |
3435 | 2024-03-21T15:42:44.136Z | ++ cp config/g1-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
3436 | 2024-03-21T15:42:44.136Z | ++ cp -r cargo-bay/tools cargo-bay/g1/ |
3437 | 2024-03-21T15:42:44.136Z | ++ cd /work/oxidecomputer/omicron |
3438 | 2024-03-21T15:42:44.136Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
3439 | 2024-03-21T15:42:44.136Z |
2,571 100% 2.51kB/s 0:00:00
2,571 100% 2.51kB/s 0:00:01 (xfr#207, to-chk=6/255) |
3440 | 2024-03-21T15:42:44.136Z | tools/reflector/ |
3441 | 2024-03-21T15:42:44.136Z | tools/reflector/helpers.sh |
3442 | 2024-03-21T15:42:44.136Z |
4,652 100% 4.54kB/s 0:00:00
4,652 100% 4.54kB/s 0:00:01 (xfr#208, to-chk=5/255) |
3443 | 2024-03-21T15:42:44.136Z | tools/scrimlet/ |
3444 | 2024-03-21T15:42:44.136Z | tools/scrimlet/create-softnpu-zone.sh |
3445 | 2024-03-21T15:42:44.136Z |
627 100% 0.61kB/s 0:00:00
627 100% 0.61kB/s 0:00:01 (xfr#209, to-chk=4/255) |
3446 | 2024-03-21T15:42:44.136Z | tools/scrimlet/destroy-softnpu-zone.sh |
3447 | 2024-03-21T15:42:44.136Z |
203 100% 0.20kB/s 0:00:00
203 100% 0.20kB/s 0:00:01 (xfr#210, to-chk=3/255) |
3448 | 2024-03-21T15:42:44.137Z | tools/scrimlet/softnpu-init.sh |
3449 | 2024-03-21T15:42:44.137Z |
2,157 100% 2.10kB/s 0:00:00
2,157 100% 2.10kB/s 0:00:01 (xfr#211, to-chk=2/255) |
3450 | 2024-03-21T15:42:44.137Z | tools/scrimlet/softnpu-zone.txt |
3451 | 2024-03-21T15:42:44.137Z |
330 100% 0.32kB/s 0:00:00
330 100% 0.32kB/s 0:00:01 (xfr#212, to-chk=1/255) |
3452 | 2024-03-21T15:42:44.137Z | tools/scrimlet/softnpu.toml |
3453 | 2024-03-21T15:42:44.137Z |
171 100% 0.17kB/s 0:00:00
171 100% 0.17kB/s 0:00:01 (xfr#213, to-chk=0/255) |
3454 | 2024-03-21T15:42:44.137Z | ##### # |
3455 | 2024-03-21T15:42:44.137Z | # # ## |
3456 | 2024-03-21T15:42:44.137Z | # # # |
3457 | 2024-03-21T15:42:44.137Z | # #### # |
3458 | 2024-03-21T15:42:44.137Z | # # # |
3459 | 2024-03-21T15:42:44.137Z | # # # |
3460 | 2024-03-21T15:42:44.137Z | ##### ##### |
3461 | 2024-03-21T15:42:44.137Z | |
3462 | 2024-03-21T15:42:44.774Z | Finished release [optimized] target(s) in 1.16s |
3463 | 2024-03-21T15:42:44.802Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
3464 | 2024-03-21T15:42:44.843Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
3465 | 2024-03-21T15:42:44.869Z | Created new build target 'default' and set it as active |
3466 | 2024-03-21T15:42:44.869Z | ++ cargo run --release --bin omicron-package -- package |
3467 | 2024-03-21T15:42:46.000Z | Finished release [optimized] target(s) in 1.05s |
3468 | 2024-03-21T15:42:46.025Z | Running `target/release/omicron-package package` |
3469 | 2024-03-21T15:42:46.063Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
3470 | 2024-03-21T15:42:47.274Z | Finished release [optimized] target(s) in 1.12s |
3471 | 2024-03-21T15:42:50.044Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
3472 | 2024-03-21T15:42:50.044Z | ++ rm -rf cargo-bay/g1/omicron |
3473 | 2024-03-21T15:42:50.070Z | ++ mkdir -p cargo-bay/g1/omicron |
3474 | 2024-03-21T15:42:50.070Z | ++ 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/ |
3475 | 2024-03-21T15:42:50.071Z | sending incremental file list |
3476 | 2024-03-21T15:42:50.071Z | omicron-package |
3477 | 2024-03-21T15:42:50.318Z |
32,768 0% 0.00kB/s 0:00:00
40,097,552 100% 155.32MB/s 0:00:00 (xfr#1, to-chk=253/254) |
3478 | 2024-03-21T15:42:50.318Z | package-manifest.toml |
3479 | 2024-03-21T15:42:50.318Z |
26,511 100% 104.82kB/s 0:00:00
26,511 100% 104.82kB/s 0:00:00 (xfr#2, to-chk=252/254) |
3480 | 2024-03-21T15:42:50.318Z | out/ |
3481 | 2024-03-21T15:42:50.318Z | out/LOG |
3482 | 2024-03-21T15:42:50.349Z |
32,768 79% 129.55kB/s 0:00:00
41,308 100% 163.32kB/s 0:00:00 (xfr#3, to-chk=248/254) |
3483 | 2024-03-21T15:42:50.350Z | out/clickhouse.tar.gz |
3484 | 2024-03-21T15:42:51.101Z |
32,768 0% 129.55kB/s 0:29:44
219,021,312 94% 208.88MB/s 0:00:00
231,164,328 100% 213.83MB/s 0:00:01 (xfr#4, to-chk=247/254) |
3485 | 2024-03-21T15:42:51.101Z | out/clickhouse_keeper.tar.gz |
3486 | 2024-03-21T15:42:51.918Z |
32,768 0% 1000.00kB/s 0:03:51
231,132,518 100% 259.32MB/s 0:00:00 (xfr#5, to-chk=246/254) |
3487 | 2024-03-21T15:42:51.918Z | out/cockroachdb.tar.gz |
3488 | 2024-03-21T15:42:52.382Z |
32,768 0% 37.60kB/s 0:56:07
40,894,464 32% 39.00MB/s 0:00:02
126,650,468 100% 91.92MB/s 0:00:01 (xfr#6, to-chk=245/254) |
3489 | 2024-03-21T15:42:52.382Z | out/crucible-pantry-zone.tar.gz |
3490 | 2024-03-21T15:42:52.460Z |
32,768 0% 101.59kB/s 0:04:08
25,274,868 100% 61.33MB/s 0:00:00 (xfr#7, to-chk=244/254) |
3491 | 2024-03-21T15:42:52.460Z | out/crucible-zone.tar.gz |
3492 | 2024-03-21T15:42:52.600Z |
32,768 0% 81.42kB/s 0:07:33
36,977,973 100% 66.41MB/s 0:00:00 (xfr#8, to-chk=243/254) |
3493 | 2024-03-21T15:42:52.600Z | out/external-dns.tar.gz |
3494 | 2024-03-21T15:42:52.700Z |
32,768 0% 60.26kB/s 0:08:33
30,996,658 100% 47.00MB/s 0:00:00 (xfr#9, to-chk=242/254) |
3495 | 2024-03-21T15:42:52.700Z | out/internal-dns.tar.gz |
3496 | 2024-03-21T15:42:52.787Z |
32,768 0% 50.87kB/s 0:10:08
30,995,994 100% 41.06MB/s 0:00:00 (xfr#10, to-chk=241/254) |
3497 | 2024-03-21T15:42:52.787Z | out/mg-ddm-gz.tar |
3498 | 2024-03-21T15:42:53.207Z |
32,768 0% 44.44kB/s 0:19:49
34,209,792 64% 32.62MB/s 0:00:00
52,915,712 100% 44.31MB/s 0:00:01 (xfr#11, to-chk=240/254) |
3499 | 2024-03-21T15:42:53.207Z | out/nexus.tar.gz |
3500 | 2024-03-21T15:42:53.588Z |
32,768 0% 228.57kB/s 0:06:40
91,632,921 100% 167.73MB/s 0:00:00 (xfr#12, to-chk=239/254) |
3501 | 2024-03-21T15:42:53.588Z | out/ntp.tar.gz |
3502 | 2024-03-21T15:42:53.641Z |
32,768 0% 61.30kB/s 0:02:49
10,420,988 100% 17.44MB/s 0:00:00 (xfr#13, to-chk=238/254) |
3503 | 2024-03-21T15:42:53.641Z | out/omicron-gateway-softnpu.tar.gz |
3504 | 2024-03-21T15:42:54.146Z |
32,768 0% 56.14kB/s 0:04:53
16,510,378 100% 25.03MB/s 0:00:00 (xfr#14, to-chk=237/254) |
3505 | 2024-03-21T15:42:54.146Z | out/omicron-gateway.tar.gz |
3506 | 2024-03-21T15:42:54.146Z |
32,768 0% 50.79kB/s 0:05:24
16,505,446 100% 23.18MB/s 0:00:00 (xfr#15, to-chk=236/254) |
3507 | 2024-03-21T15:42:54.146Z | out/omicron-sled-agent.tar |
3508 | 2024-03-21T15:42:54.633Z |
32,768 0% 47.06kB/s 0:41:22
42,729,472 36% 40.75MB/s 0:00:01
116,846,592 100% 71.11MB/s 0:00:01 (xfr#16, to-chk=235/254) |
3509 | 2024-03-21T15:42:54.633Z | out/overlay.tar.gz |
3510 | 2024-03-21T15:42:54.633Z |
2,621 100% 4.51kB/s 0:00:00
2,621 100% 4.51kB/s 0:00:00 (xfr#17, to-chk=234/254) |
3511 | 2024-03-21T15:42:54.634Z | out/oximeter.tar.gz |
3512 | 2024-03-21T15:42:54.849Z |
32,768 0% 56.34kB/s 0:14:11
48,023,041 100% 58.57MB/s 0:00:00 (xfr#18, to-chk=233/254) |
3513 | 2024-03-21T15:42:54.849Z | out/oxlog.tar |
3514 | 2024-03-21T15:42:54.906Z |
32,768 0% 40.87kB/s 0:02:31
6,244,352 100% 7.13MB/s 0:00:00 (xfr#19, to-chk=232/254) |
3515 | 2024-03-21T15:42:54.906Z | out/probe.tar.gz |
3516 | 2024-03-21T15:42:54.932Z |
32,768 1% 38.28kB/s 0:01:13
2,829,470 100% 3.18MB/s 0:00:00 (xfr#20, to-chk=231/254) |
3517 | 2024-03-21T15:42:54.932Z | out/propolis-server.tar.gz |
3518 | 2024-03-21T15:42:55.199Z |
32,768 0% 37.69kB/s 0:29:19
33,390,592 50% 31.84MB/s 0:00:01
66,360,059 100% 55.91MB/s 0:00:01 (xfr#21, to-chk=230/254) |
3519 | 2024-03-21T15:42:55.199Z | out/switch-softnpu.tar.gz |
3520 | 2024-03-21T15:42:55.857Z |
32,768 0% 240.60kB/s 0:14:07
203,966,008 100% 245.91MB/s 0:00:00 (xfr#22, to-chk=229/254) |
3521 | 2024-03-21T15:42:55.858Z | out/console-assets/ |
3522 | 2024-03-21T15:42:55.858Z | out/console-assets/VERSION |
3523 | 2024-03-21T15:42:55.858Z |
41 100% 0.05kB/s 0:00:00
41 100% 0.05kB/s 0:00:00 (xfr#23, to-chk=225/254) |
3524 | 2024-03-21T15:42:55.858Z | out/console-assets/index.html |
3525 | 2024-03-21T15:42:55.858Z |
466 100% 0.58kB/s 0:00:00
466 100% 0.58kB/s 0:00:00 (xfr#24, to-chk=224/254) |
3526 | 2024-03-21T15:42:55.858Z | out/console-assets/assets/ |
3527 | 2024-03-21T15:42:55.858Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
3528 | 2024-03-21T15:42:55.858Z |
32,768 70% 40.46kB/s 0:00:00
46,276 100% 57.06kB/s 0:00:00 (xfr#25, to-chk=222/254) |
3529 | 2024-03-21T15:42:55.858Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
3530 | 2024-03-21T15:42:55.858Z |
32,768 65% 40.40kB/s 0:00:00
50,032 100% 61.69kB/s 0:00:00 (xfr#26, to-chk=221/254) |
3531 | 2024-03-21T15:42:55.858Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
3532 | 2024-03-21T15:42:55.858Z |
32,768 55% 40.40kB/s 0:00:00
58,524 100% 72.16kB/s 0:00:00 (xfr#27, to-chk=220/254) |
3533 | 2024-03-21T15:42:55.858Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
3534 | 2024-03-21T15:42:55.884Z |
32,768 71% 40.40kB/s 0:00:00
46,060 100% 56.72kB/s 0:00:00 (xfr#28, to-chk=219/254) |
3535 | 2024-03-21T15:42:55.884Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
3536 | 2024-03-21T15:42:55.885Z |
21,937 100% 27.01kB/s 0:00:00
21,937 100% 27.01kB/s 0:00:00 (xfr#29, to-chk=218/254) |
3537 | 2024-03-21T15:42:55.885Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
3538 | 2024-03-21T15:42:55.885Z |
17,996 100% 22.16kB/s 0:00:00
17,996 100% 22.16kB/s 0:00:00 (xfr#30, to-chk=217/254) |
3539 | 2024-03-21T15:42:55.885Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
3540 | 2024-03-21T15:42:55.885Z |
21,890 100% 26.92kB/s 0:00:00
21,890 100% 26.92kB/s 0:00:00 (xfr#31, to-chk=216/254) |
3541 | 2024-03-21T15:42:55.885Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
3542 | 2024-03-21T15:42:55.885Z |
17,984 100% 22.12kB/s 0:00:00
17,984 100% 22.12kB/s 0:00:00 (xfr#32, to-chk=215/254) |
3543 | 2024-03-21T15:42:55.885Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
3544 | 2024-03-21T15:42:55.885Z |
21,123 100% 25.98kB/s 0:00:00
21,123 100% 25.98kB/s 0:00:00 (xfr#33, to-chk=214/254) |
3545 | 2024-03-21T15:42:55.885Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
3546 | 2024-03-21T15:42:55.885Z |
17,228 100% 21.19kB/s 0:00:00
17,228 100% 21.19kB/s 0:00:00 (xfr#34, to-chk=213/254) |
3547 | 2024-03-21T15:42:55.885Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
3548 | 2024-03-21T15:42:55.885Z |
18,448 100% 22.69kB/s 0:00:00
18,448 100% 22.69kB/s 0:00:00 (xfr#35, to-chk=212/254) |
3549 | 2024-03-21T15:42:55.885Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
3550 | 2024-03-21T15:42:55.885Z |
22,665 100% 27.88kB/s 0:00:00
22,665 100% 27.88kB/s 0:00:00 (xfr#36, to-chk=211/254) |
3551 | 2024-03-21T15:42:55.885Z | out/console-assets/assets/Terminal-_VoNxbTe.js |
3552 | 2024-03-21T15:42:55.885Z |
32,768 11% 40.25kB/s 0:00:06
287,761 100% 352.59kB/s 0:00:00 (xfr#37, to-chk=210/254) |
3553 | 2024-03-21T15:42:55.885Z | out/console-assets/assets/Terminal-_VoNxbTe.js.gz |
3554 | 2024-03-21T15:42:55.885Z |
32,768 45% 40.15kB/s 0:00:00
71,758 100% 87.92kB/s 0:00:00 (xfr#38, to-chk=209/254) |
3555 | 2024-03-21T15:42:55.885Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map |
3556 | 2024-03-21T15:42:55.885Z |
32,768 5% 40.15kB/s 0:00:13
590,313 100% 720.60kB/s 0:00:00 (xfr#39, to-chk=208/254) |
3557 | 2024-03-21T15:42:55.885Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map.gz |
3558 | 2024-03-21T15:42:55.885Z |
32,768 27% 39.95kB/s 0:00:02
118,282 100% 144.03kB/s 0:00:00 (xfr#40, to-chk=207/254) |
3559 | 2024-03-21T15:42:55.886Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js |
3560 | 2024-03-21T15:42:55.886Z |
32,768 8% 39.90kB/s 0:00:08
371,459 100% 450.62kB/s 0:00:00 (xfr#41, to-chk=206/254) |
3561 | 2024-03-21T15:42:55.886Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz |
3562 | 2024-03-21T15:42:55.886Z |
32,768 31% 39.75kB/s 0:00:01
103,751 100% 125.86kB/s 0:00:00 (xfr#42, to-chk=205/254) |
3563 | 2024-03-21T15:42:55.886Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map |
3564 | 2024-03-21T15:42:55.886Z |
32,768 1% 39.70kB/s 0:00:40
1,659,213 100% 1.94MB/s 0:00:00 (xfr#43, to-chk=204/254) |
3565 | 2024-03-21T15:42:55.886Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz |
3566 | 2024-03-21T15:42:55.911Z |
32,768 8% 39.17kB/s 0:00:08
379,036 100% 451.96kB/s 0:00:00 (xfr#44, to-chk=203/254) |
3567 | 2024-03-21T15:42:55.911Z | out/console-assets/assets/app-1tiVg9q7.js |
3568 | 2024-03-21T15:42:55.911Z |
32,768 2% 39.07kB/s 0:00:28
1,130,062 100% 1.30MB/s 0:00:00 (xfr#45, to-chk=202/254) |
3569 | 2024-03-21T15:42:55.912Z | out/console-assets/assets/app-1tiVg9q7.js.gz |
3570 | 2024-03-21T15:42:55.912Z |
32,768 9% 38.51kB/s 0:00:08
347,811 100% 408.24kB/s 0:00:00 (xfr#46, to-chk=201/254) |
3571 | 2024-03-21T15:42:55.912Z | out/console-assets/assets/app-1tiVg9q7.js.map |
3572 | 2024-03-21T15:42:55.937Z |
32,768 0% 38.42kB/s 0:02:17
5,328,067 100% 5.87MB/s 0:00:00 (xfr#47, to-chk=200/254) |
3573 | 2024-03-21T15:42:55.937Z | out/console-assets/assets/app-1tiVg9q7.js.map.gz |
3574 | 2024-03-21T15:42:55.937Z |
32,768 2% 36.99kB/s 0:00:33
1,261,215 100% 1.38MB/s 0:00:00 (xfr#48, to-chk=199/254) |
3575 | 2024-03-21T15:42:55.938Z | out/console-assets/assets/app-AvNWp1hQ.css |
3576 | 2024-03-21T15:42:55.938Z |
32,768 23% 36.82kB/s 0:00:02
138,004 100% 154.91kB/s 0:00:00 (xfr#49, to-chk=198/254) |
3577 | 2024-03-21T15:42:55.938Z | out/console-assets/assets/app-AvNWp1hQ.css.gz |
3578 | 2024-03-21T15:42:55.938Z |
21,197 100% 23.79kB/s 0:00:00
21,197 100% 23.79kB/s 0:00:00 (xfr#50, to-chk=197/254) |
3579 | 2024-03-21T15:42:55.938Z | out/console-assets/assets/favicon-WELtHcTG.svg |
3580 | 2024-03-21T15:42:55.938Z |
761 100% 0.85kB/s 0:00:00
761 100% 0.85kB/s 0:00:00 (xfr#51, to-chk=196/254) |
3581 | 2024-03-21T15:42:55.938Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
3582 | 2024-03-21T15:42:55.938Z |
1,327 100% 1.49kB/s 0:00:00
1,327 100% 1.49kB/s 0:00:00 (xfr#52, to-chk=195/254) |
3583 | 2024-03-21T15:42:55.938Z | out/console-assets/assets/og-preview-image.webp |
3584 | 2024-03-21T15:42:55.938Z |
32,768 36% 36.78kB/s 0:00:01
89,880 100% 100.77kB/s 0:00:00 (xfr#53, to-chk=194/254) |
3585 | 2024-03-21T15:42:55.938Z | out/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp |
3586 | 2024-03-21T15:42:56.009Z |
32,768 4% 36.74kB/s 0:00:17
673,968 100% 753.92kB/s 0:00:00 (xfr#54, to-chk=193/254) |
3587 | 2024-03-21T15:42:56.010Z | out/manifest-cache/ |
3588 | 2024-03-21T15:42:56.010Z | out/manifest-cache/clickhouse.tar.gz.json |
3589 | 2024-03-21T15:42:56.010Z |
780 100% 0.87kB/s 0:00:00
780 100% 0.87kB/s 0:00:00 (xfr#55, to-chk=192/254) |
3590 | 2024-03-21T15:42:56.010Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
3591 | 2024-03-21T15:42:56.010Z |
801 100% 0.90kB/s 0:00:00
801 100% 0.90kB/s 0:00:00 (xfr#56, to-chk=191/254) |
3592 | 2024-03-21T15:42:56.010Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
3593 | 2024-03-21T15:42:56.010Z |
2,958 100% 3.31kB/s 0:00:00
2,958 100% 3.31kB/s 0:00:00 (xfr#57, to-chk=190/254) |
3594 | 2024-03-21T15:42:56.010Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
3595 | 2024-03-21T15:42:56.010Z |
2,946 100% 3.30kB/s 0:00:00
2,946 100% 3.30kB/s 0:00:00 (xfr#58, to-chk=189/254) |
3596 | 2024-03-21T15:42:56.010Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
3597 | 2024-03-21T15:42:56.010Z |
32,768 60% 36.66kB/s 0:00:00
53,969 100% 60.30kB/s 0:00:00 (xfr#59, to-chk=188/254) |
3598 | 2024-03-21T15:42:56.010Z | out/manifest-cache/cockroachdb.tar.gz.json |
3599 | 2024-03-21T15:42:56.010Z |
787 100% 0.88kB/s 0:00:00
787 100% 0.88kB/s 0:00:00 (xfr#60, to-chk=187/254) |
3600 | 2024-03-21T15:42:56.010Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
3601 | 2024-03-21T15:42:56.010Z |
662 100% 0.74kB/s 0:00:00
662 100% 0.74kB/s 0:00:00 (xfr#61, to-chk=186/254) |
3602 | 2024-03-21T15:42:56.010Z | out/manifest-cache/crucible-zone.tar.gz.json |
3603 | 2024-03-21T15:42:56.010Z |
641 100% 0.72kB/s 0:00:00
641 100% 0.72kB/s 0:00:00 (xfr#62, to-chk=185/254) |
3604 | 2024-03-21T15:42:56.010Z | out/manifest-cache/dns-server.tar.gz.json |
3605 | 2024-03-21T15:42:56.010Z |
942 100% 1.05kB/s 0:00:00
942 100% 1.05kB/s 0:00:00 (xfr#63, to-chk=184/254) |
3606 | 2024-03-21T15:42:56.010Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
3607 | 2024-03-21T15:42:56.010Z |
1,132 100% 1.26kB/s 0:00:00
1,132 100% 1.26kB/s 0:00:00 (xfr#64, to-chk=183/254) |
3608 | 2024-03-21T15:42:56.010Z | out/manifest-cache/external-dns.tar.gz.json |
3609 | 2024-03-21T15:42:56.010Z |
934 100% 1.04kB/s 0:00:00
934 100% 1.04kB/s 0:00:00 (xfr#65, to-chk=182/254) |
3610 | 2024-03-21T15:42:56.011Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
3611 | 2024-03-21T15:42:56.011Z |
752 100% 0.84kB/s 0:00:00
752 100% 0.84kB/s 0:00:00 (xfr#66, to-chk=181/254) |
3612 | 2024-03-21T15:42:56.011Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
3613 | 2024-03-21T15:42:56.011Z |
1,132 100% 1.26kB/s 0:00:00
1,132 100% 1.26kB/s 0:00:00 (xfr#67, to-chk=180/254) |
3614 | 2024-03-21T15:42:56.011Z | out/manifest-cache/internal-dns.tar.gz.json |
3615 | 2024-03-21T15:42:56.011Z |
791 100% 0.88kB/s 0:00:00
791 100% 0.88kB/s 0:00:00 (xfr#68, to-chk=179/254) |
3616 | 2024-03-21T15:42:56.011Z | out/manifest-cache/logadm.tar.gz.json |
3617 | 2024-03-21T15:42:56.011Z |
1,044 100% 1.17kB/s 0:00:00
1,044 100% 1.17kB/s 0:00:00 (xfr#69, to-chk=178/254) |
3618 | 2024-03-21T15:42:56.011Z | out/manifest-cache/nexus.tar.gz.json |
3619 | 2024-03-21T15:42:56.011Z |
773 100% 0.86kB/s 0:00:00
773 100% 0.86kB/s 0:00:00 (xfr#70, to-chk=177/254) |
3620 | 2024-03-21T15:42:56.011Z | out/manifest-cache/ntp-svc.tar.gz.json |
3621 | 2024-03-21T15:42:56.011Z |
2,228 100% 2.49kB/s 0:00:00
2,228 100% 2.49kB/s 0:00:00 (xfr#71, to-chk=176/254) |
3622 | 2024-03-21T15:42:56.011Z | out/manifest-cache/ntp.tar.gz.json |
3623 | 2024-03-21T15:42:56.011Z |
763 100% 0.85kB/s 0:00:00
763 100% 0.85kB/s 0:00:00 (xfr#72, to-chk=175/254) |
3624 | 2024-03-21T15:42:56.011Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
3625 | 2024-03-21T15:42:56.011Z |
1,462 100% 1.63kB/s 0:00:00
1,462 100% 1.63kB/s 0:00:00 (xfr#73, to-chk=174/254) |
3626 | 2024-03-21T15:42:56.011Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
3627 | 2024-03-21T15:42:56.011Z |
545 100% 0.61kB/s 0:00:00
545 100% 0.61kB/s 0:00:00 (xfr#74, to-chk=173/254) |
3628 | 2024-03-21T15:42:56.011Z | out/manifest-cache/omicron-gateway.tar.gz.json |
3629 | 2024-03-21T15:42:56.011Z |
703 100% 0.79kB/s 0:00:00
703 100% 0.79kB/s 0:00:00 (xfr#75, to-chk=172/254) |
3630 | 2024-03-21T15:42:56.011Z | out/manifest-cache/omicron-nexus.tar.gz.json |
3631 | 2024-03-21T15:42:56.011Z |
32,768 46% 36.61kB/s 0:00:01
70,944 100% 79.18kB/s 0:00:00 (xfr#76, to-chk=171/254) |
3632 | 2024-03-21T15:42:56.011Z | out/manifest-cache/omicron-omdb.tar.gz.json |
3633 | 2024-03-21T15:42:56.012Z |
702 100% 0.78kB/s 0:00:00
702 100% 0.78kB/s 0:00:00 (xfr#77, to-chk=170/254) |
3634 | 2024-03-21T15:42:56.012Z | out/manifest-cache/omicron-sled-agent.tar.json |
3635 | 2024-03-21T15:42:56.012Z |
1,269 100% 1.42kB/s 0:00:00
1,269 100% 1.42kB/s 0:00:00 (xfr#78, to-chk=169/254) |
3636 | 2024-03-21T15:42:56.012Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
3637 | 2024-03-21T15:42:56.012Z |
883 100% 0.99kB/s 0:00:00
883 100% 0.99kB/s 0:00:00 (xfr#79, to-chk=168/254) |
3638 | 2024-03-21T15:42:56.012Z | out/manifest-cache/overlay.tar.gz.json |
3639 | 2024-03-21T15:42:56.012Z |
473 100% 0.53kB/s 0:00:00
473 100% 0.53kB/s 0:00:00 (xfr#80, to-chk=167/254) |
3640 | 2024-03-21T15:42:56.012Z | out/manifest-cache/oximeter-collector.tar.gz.json |
3641 | 2024-03-21T15:42:56.012Z |
18,311 100% 20.44kB/s 0:00:00
18,311 100% 20.44kB/s 0:00:00 (xfr#81, to-chk=166/254) |
3642 | 2024-03-21T15:42:56.012Z | out/manifest-cache/oximeter.tar.gz.json |
3643 | 2024-03-21T15:42:56.012Z |
641 100% 0.72kB/s 0:00:00
641 100% 0.72kB/s 0:00:00 (xfr#82, to-chk=165/254) |
3644 | 2024-03-21T15:42:56.012Z | out/manifest-cache/oxlog.tar.json |
3645 | 2024-03-21T15:42:56.012Z |
321 100% 0.36kB/s 0:00:00
321 100% 0.36kB/s 0:00:00 (xfr#83, to-chk=164/254) |
3646 | 2024-03-21T15:42:56.012Z | out/manifest-cache/probe.tar.gz.json |
3647 | 2024-03-21T15:42:56.012Z |
346 100% 0.39kB/s 0:00:00
346 100% 0.39kB/s 0:00:00 (xfr#84, to-chk=163/254) |
3648 | 2024-03-21T15:42:56.012Z | out/manifest-cache/profile.tar.gz.json |
3649 | 2024-03-21T15:42:56.012Z |
838 100% 0.94kB/s 0:00:00
838 100% 0.94kB/s 0:00:00 (xfr#85, to-chk=162/254) |
3650 | 2024-03-21T15:42:56.012Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
3651 | 2024-03-21T15:42:56.012Z |
357 100% 0.40kB/s 0:00:00
357 100% 0.40kB/s 0:00:00 (xfr#86, to-chk=161/254) |
3652 | 2024-03-21T15:42:56.012Z | out/manifest-cache/sp-sim.tar.gz.json |
3653 | 2024-03-21T15:42:56.012Z |
1,549 100% 1.73kB/s 0:00:00
1,549 100% 1.73kB/s 0:00:00 (xfr#87, to-chk=160/254) |
3654 | 2024-03-21T15:42:56.012Z | out/manifest-cache/switch-softnpu.tar.gz.json |
3655 | 2024-03-21T15:42:56.012Z |
1,566 100% 1.75kB/s 0:00:00
1,566 100% 1.75kB/s 0:00:00 (xfr#88, to-chk=159/254) |
3656 | 2024-03-21T15:42:56.012Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
3657 | 2024-03-21T15:42:56.012Z |
10,790 100% 12.04kB/s 0:00:00
10,790 100% 12.04kB/s 0:00:00 (xfr#89, to-chk=158/254) |
3658 | 2024-03-21T15:42:56.013Z | out/manifest-cache/wicket.tar.gz.json |
3659 | 2024-03-21T15:42:56.013Z |
1,084 100% 1.21kB/s 0:00:00
1,084 100% 1.21kB/s 0:00:00 (xfr#90, to-chk=157/254) |
3660 | 2024-03-21T15:42:56.013Z | out/manifest-cache/wicketd.tar.gz.json |
3661 | 2024-03-21T15:42:56.013Z |
1,560 100% 1.74kB/s 0:00:00
1,560 100% 1.74kB/s 0:00:00 (xfr#91, to-chk=156/254) |
3662 | 2024-03-21T15:42:56.013Z | out/manifest-cache/zone-network-install.tar.gz.json |
3663 | 2024-03-21T15:42:56.013Z |
877 100% 0.98kB/s 0:00:00
877 100% 0.98kB/s 0:00:00 (xfr#92, to-chk=155/254) |
3664 | 2024-03-21T15:42:56.013Z | out/manifest-cache/zone-network-setup.tar.gz.json |
3665 | 2024-03-21T15:42:56.013Z |
772 100% 0.86kB/s 0:00:00
772 100% 0.86kB/s 0:00:00 (xfr#93, to-chk=154/254) |
3666 | 2024-03-21T15:42:56.013Z | out/target/ |
3667 | 2024-03-21T15:42:56.013Z | out/target/active -> default |
3668 | 2024-03-21T15:42:56.013Z | out/target/default |
3669 | 2024-03-21T15:42:56.013Z |
74 100% 0.08kB/s 0:00:00
74 100% 0.08kB/s 0:00:00 (xfr#94, to-chk=152/254) |
3670 | 2024-03-21T15:42:56.013Z | smf/ |
3671 | 2024-03-21T15:42:56.013Z | smf/clickhouse/ |
3672 | 2024-03-21T15:42:56.013Z | smf/clickhouse/config_replica.xml |
3673 | 2024-03-21T15:42:56.013Z |
2,728 100% 3.04kB/s 0:00:00
2,728 100% 3.04kB/s 0:00:00 (xfr#95, to-chk=132/254) |
3674 | 2024-03-21T15:42:56.013Z | smf/clickhouse/manifest.xml |
3675 | 2024-03-21T15:42:56.013Z |
1,494 100% 1.67kB/s 0:00:00
1,494 100% 1.67kB/s 0:00:00 (xfr#96, to-chk=131/254) |
3676 | 2024-03-21T15:42:56.013Z | smf/clickhouse/method_script.sh |
3677 | 2024-03-21T15:42:56.013Z |
5,330 100% 5.94kB/s 0:00:00
5,330 100% 5.94kB/s 0:00:00 (xfr#97, to-chk=130/254) |
3678 | 2024-03-21T15:42:56.013Z | smf/clickhouse_keeper/ |
3679 | 2024-03-21T15:42:56.013Z | smf/clickhouse_keeper/keeper_config.xml |
3680 | 2024-03-21T15:42:56.013Z |
1,460 100% 1.63kB/s 0:00:00
1,460 100% 1.63kB/s 0:00:00 (xfr#98, to-chk=129/254) |
3681 | 2024-03-21T15:42:56.013Z | smf/clickhouse_keeper/manifest.xml |
3682 | 2024-03-21T15:42:56.014Z |
1,534 100% 1.71kB/s 0:00:00
1,534 100% 1.71kB/s 0:00:00 (xfr#99, to-chk=128/254) |
3683 | 2024-03-21T15:42:56.014Z | smf/clickhouse_keeper/method_script.sh |
3684 | 2024-03-21T15:42:56.014Z |
4,324 100% 4.82kB/s 0:00:00
4,324 100% 4.82kB/s 0:00:00 (xfr#100, to-chk=127/254) |
3685 | 2024-03-21T15:42:56.014Z | smf/cockroachdb/ |
3686 | 2024-03-21T15:42:56.064Z | smf/cockroachdb/manifest.xml |
3687 | 2024-03-21T15:42:56.064Z |
1,667 100% 1.86kB/s 0:00:00
1,667 100% 1.86kB/s 0:00:00 (xfr#101, to-chk=126/254) |
3688 | 2024-03-21T15:42:56.064Z | smf/cockroachdb/method_script.sh |
3689 | 2024-03-21T15:42:56.064Z |
1,030 100% 1.15kB/s 0:00:00
1,030 100% 1.15kB/s 0:00:00 (xfr#102, to-chk=125/254) |
3690 | 2024-03-21T15:42:56.064Z | smf/external-dns/ |
3691 | 2024-03-21T15:42:56.064Z | smf/external-dns/config.toml |
3692 | 2024-03-21T15:42:56.064Z |
353 100% 0.39kB/s 0:00:00
353 100% 0.39kB/s 0:00:00 (xfr#103, to-chk=124/254) |
3693 | 2024-03-21T15:42:56.064Z | smf/external-dns/manifest.xml |
3694 | 2024-03-21T15:42:56.064Z |
1,805 100% 2.01kB/s 0:00:00
1,805 100% 2.01kB/s 0:00:00 (xfr#104, to-chk=123/254) |
3695 | 2024-03-21T15:42:56.064Z | smf/installinator/ |
3696 | 2024-03-21T15:42:56.064Z | smf/installinator/manifest.xml |
3697 | 2024-03-21T15:42:56.064Z |
2,149 100% 2.40kB/s 0:00:00
2,149 100% 2.40kB/s 0:00:00 (xfr#105, to-chk=122/254) |
3698 | 2024-03-21T15:42:56.064Z | smf/internal-dns/ |
3699 | 2024-03-21T15:42:56.064Z | smf/internal-dns/config.toml |
3700 | 2024-03-21T15:42:56.064Z |
353 100% 0.39kB/s 0:00:00
353 100% 0.39kB/s 0:00:00 (xfr#106, to-chk=121/254) |
3701 | 2024-03-21T15:42:56.064Z | smf/internal-dns/manifest.xml |
3702 | 2024-03-21T15:42:56.065Z |
1,618 100% 1.80kB/s 0:00:00
1,618 100% 1.80kB/s 0:00:00 (xfr#107, to-chk=120/254) |
3703 | 2024-03-21T15:42:56.065Z | smf/logadm/ |
3704 | 2024-03-21T15:42:56.065Z | smf/logadm/crontab.root |
3705 | 2024-03-21T15:42:56.065Z |
30 100% 0.03kB/s 0:00:00
30 100% 0.03kB/s 0:00:00 (xfr#108, to-chk=119/254) |
3706 | 2024-03-21T15:42:56.065Z | smf/logadm/logadm.conf |
3707 | 2024-03-21T15:42:56.065Z |
2,553 100% 2.85kB/s 0:00:00
2,553 100% 2.85kB/s 0:00:00 (xfr#109, to-chk=118/254) |
3708 | 2024-03-21T15:42:56.065Z | smf/mgs-sim/ |
3709 | 2024-03-21T15:42:56.065Z | smf/mgs-sim/config.toml |
3710 | 2024-03-21T15:42:56.065Z |
3,534 100% 3.94kB/s 0:00:00
3,534 100% 3.94kB/s 0:00:00 (xfr#110, to-chk=117/254) |
3711 | 2024-03-21T15:42:56.065Z | smf/mgs/ |
3712 | 2024-03-21T15:42:56.065Z | smf/mgs/config.toml |
3713 | 2024-03-21T15:42:56.065Z |
9,085 100% 10.13kB/s 0:00:00
9,085 100% 10.13kB/s 0:00:00 (xfr#111, to-chk=116/254) |
3714 | 2024-03-21T15:42:56.065Z | smf/mgs/manifest.xml |
3715 | 2024-03-21T15:42:56.065Z |
2,474 100% 2.76kB/s 0:00:00
2,474 100% 2.76kB/s 0:00:00 (xfr#112, to-chk=115/254) |
3716 | 2024-03-21T15:42:56.065Z | smf/nexus/ |
3717 | 2024-03-21T15:42:56.065Z | smf/nexus/manifest.xml |
3718 | 2024-03-21T15:42:56.065Z |
1,987 100% 2.22kB/s 0:00:00
1,987 100% 2.22kB/s 0:00:00 (xfr#113, to-chk=114/254) |
3719 | 2024-03-21T15:42:56.065Z | smf/nexus/multi-sled/ |
3720 | 2024-03-21T15:42:56.065Z | smf/nexus/multi-sled/config-partial.toml |
3721 | 2024-03-21T15:42:56.065Z |
1,997 100% 2.23kB/s 0:00:00
1,997 100% 2.23kB/s 0:00:00 (xfr#114, to-chk=111/254) |
3722 | 2024-03-21T15:42:56.065Z | smf/nexus/single-sled/ |
3723 | 2024-03-21T15:42:56.065Z | smf/nexus/single-sled/config-partial.toml |
3724 | 2024-03-21T15:42:56.065Z |
1,993 100% 2.22kB/s 0:00:00
1,993 100% 2.22kB/s 0:00:00 (xfr#115, to-chk=110/254) |
3725 | 2024-03-21T15:42:56.066Z | smf/ntp/ |
3726 | 2024-03-21T15:42:56.066Z | smf/ntp/etc/ |
3727 | 2024-03-21T15:42:56.066Z | smf/ntp/etc/inet/ |
3728 | 2024-03-21T15:42:56.066Z | smf/ntp/etc/inet/chrony.conf.boundary |
3729 | 2024-03-21T15:42:56.066Z |
881 100% 0.98kB/s 0:00:00
881 100% 0.98kB/s 0:00:00 (xfr#116, to-chk=104/254) |
3730 | 2024-03-21T15:42:56.066Z | smf/ntp/etc/inet/chrony.conf.internal |
3731 | 2024-03-21T15:42:56.066Z |
1,108 100% 1.23kB/s 0:00:00
1,108 100% 1.23kB/s 0:00:00 (xfr#117, to-chk=103/254) |
3732 | 2024-03-21T15:42:56.066Z | smf/ntp/etc/logadm.d/ |
3733 | 2024-03-21T15:42:56.066Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
3734 | 2024-03-21T15:42:56.066Z |
135 100% 0.15kB/s 0:00:00
135 100% 0.15kB/s 0:00:00 (xfr#118, to-chk=102/254) |
3735 | 2024-03-21T15:42:56.066Z | smf/ntp/manifest/ |
3736 | 2024-03-21T15:42:56.066Z | smf/ntp/manifest/manifest.xml |
3737 | 2024-03-21T15:42:56.066Z |
3,336 100% 3.71kB/s 0:00:00
3,336 100% 3.71kB/s 0:00:00 (xfr#119, to-chk=101/254) |
3738 | 2024-03-21T15:42:56.066Z | smf/ntp/method/ |
3739 | 2024-03-21T15:42:56.066Z | smf/ntp/method/svc-site-ntp |
3740 | 2024-03-21T15:42:56.066Z |
3,211 100% 3.58kB/s 0:00:00
3,211 100% 3.58kB/s 0:00:00 (xfr#120, to-chk=100/254) |
3741 | 2024-03-21T15:42:56.066Z | smf/opte-interface-setup/ |
3742 | 2024-03-21T15:42:56.066Z | smf/opte-interface-setup/manifest.xml |
3743 | 2024-03-21T15:42:56.066Z |
1,638 100% 1.82kB/s 0:00:00
1,638 100% 1.82kB/s 0:00:00 (xfr#121, to-chk=99/254) |
3744 | 2024-03-21T15:42:56.066Z | smf/oximeter/ |
3745 | 2024-03-21T15:42:56.066Z | smf/oximeter/config.toml |
3746 | 2024-03-21T15:42:56.066Z |
205 100% 0.23kB/s 0:00:00
205 100% 0.23kB/s 0:00:00 (xfr#122, to-chk=98/254) |
3747 | 2024-03-21T15:42:56.066Z | smf/oximeter/manifest.xml |
3748 | 2024-03-21T15:42:56.066Z |
1,770 100% 1.97kB/s 0:00:00
1,770 100% 1.97kB/s 0:00:00 (xfr#123, to-chk=97/254) |
3749 | 2024-03-21T15:42:56.067Z | smf/profile/ |
3750 | 2024-03-21T15:42:56.067Z | smf/profile/bashrc |
3751 | 2024-03-21T15:42:56.067Z |
925 100% 1.03kB/s 0:00:00
925 100% 1.03kB/s 0:00:00 (xfr#124, to-chk=96/254) |
3752 | 2024-03-21T15:42:56.067Z | smf/profile/profile |
3753 | 2024-03-21T15:42:56.067Z |
535 100% 0.60kB/s 0:00:00
535 100% 0.60kB/s 0:00:00 (xfr#125, to-chk=95/254) |
3754 | 2024-03-21T15:42:56.067Z | smf/sled-agent/ |
3755 | 2024-03-21T15:42:56.067Z | smf/sled-agent/manifest.xml |
3756 | 2024-03-21T15:42:56.067Z |
2,373 100% 2.64kB/s 0:00:00
2,373 100% 2.64kB/s 0:00:00 (xfr#126, to-chk=94/254) |
3757 | 2024-03-21T15:42:56.067Z | smf/sled-agent/gimlet-standalone/ |
3758 | 2024-03-21T15:42:56.067Z | smf/sled-agent/gimlet-standalone/README.md |
3759 | 2024-03-21T15:42:56.067Z |
114 100% 0.13kB/s 0:00:00
114 100% 0.13kB/s 0:00:00 (xfr#127, to-chk=90/254) |
3760 | 2024-03-21T15:42:56.067Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
3761 | 2024-03-21T15:42:56.067Z |
6,611 100% 7.36kB/s 0:00:00
6,611 100% 7.36kB/s 0:00:00 (xfr#128, to-chk=89/254) |
3762 | 2024-03-21T15:42:56.067Z | smf/sled-agent/gimlet-standalone/config.toml |
3763 | 2024-03-21T15:42:56.067Z |
1,800 100% 2.00kB/s 0:00:00
1,800 100% 2.00kB/s 0:00:00 (xfr#129, to-chk=88/254) |
3764 | 2024-03-21T15:42:56.067Z | smf/sled-agent/gimlet/ |
3765 | 2024-03-21T15:42:56.067Z | smf/sled-agent/gimlet/README.md |
3766 | 2024-03-21T15:42:56.067Z |
54 100% 0.06kB/s 0:00:00
54 100% 0.06kB/s 0:00:00 (xfr#130, to-chk=87/254) |
3767 | 2024-03-21T15:42:56.067Z | smf/sled-agent/gimlet/config.toml |
3768 | 2024-03-21T15:42:56.067Z |
1,657 100% 1.84kB/s 0:00:00
1,657 100% 1.84kB/s 0:00:00 (xfr#131, to-chk=86/254) |
3769 | 2024-03-21T15:42:56.067Z | smf/sled-agent/non-gimlet/ |
3770 | 2024-03-21T15:42:56.067Z | smf/sled-agent/non-gimlet/README.md |
3771 | 2024-03-21T15:42:56.067Z |
105 100% 0.12kB/s 0:00:00
105 100% 0.12kB/s 0:00:00 (xfr#132, to-chk=85/254) |
3772 | 2024-03-21T15:42:56.067Z | smf/sled-agent/non-gimlet/config.toml |
3773 | 2024-03-21T15:42:56.068Z |
2,820 100% 3.14kB/s 0:00:00
2,820 100% 3.14kB/s 0:00:00 (xfr#133, to-chk=84/254) |
3774 | 2024-03-21T15:42:56.068Z | smf/sp-sim/ |
3775 | 2024-03-21T15:42:56.068Z | smf/sp-sim/config.toml |
3776 | 2024-03-21T15:42:56.068Z |
2,604 100% 2.90kB/s 0:00:00
2,604 100% 2.90kB/s 0:00:00 (xfr#134, to-chk=83/254) |
3777 | 2024-03-21T15:42:56.068Z | smf/sp-sim/manifest.xml |
3778 | 2024-03-21T15:42:56.068Z |
1,271 100% 1.41kB/s 0:00:00
1,271 100% 1.41kB/s 0:00:00 (xfr#135, to-chk=82/254) |
3779 | 2024-03-21T15:42:56.068Z | smf/switch_zone_setup/ |
3780 | 2024-03-21T15:42:56.068Z | smf/switch_zone_setup/manifest.xml |
3781 | 2024-03-21T15:42:56.068Z |
1,061 100% 1.18kB/s 0:00:00
1,061 100% 1.18kB/s 0:00:00 (xfr#136, to-chk=81/254) |
3782 | 2024-03-21T15:42:56.068Z | smf/switch_zone_setup/support_authorized_keys |
3783 | 2024-03-21T15:42:56.068Z |
1,284 100% 1.43kB/s 0:00:00
1,284 100% 1.43kB/s 0:00:00 (xfr#137, to-chk=80/254) |
3784 | 2024-03-21T15:42:56.068Z | smf/switch_zone_setup/switch_zone_setup |
3785 | 2024-03-21T15:42:56.068Z |
1,041 100% 1.16kB/s 0:00:00
1,041 100% 1.16kB/s 0:00:00 (xfr#138, to-chk=79/254) |
3786 | 2024-03-21T15:42:56.118Z | smf/wicketd/ |
3787 | 2024-03-21T15:42:56.118Z | smf/wicketd/config.toml |
3788 | 2024-03-21T15:42:56.118Z |
104 100% 0.12kB/s 0:00:00
104 100% 0.12kB/s 0:00:00 (xfr#139, to-chk=78/254) |
3789 | 2024-03-21T15:42:56.118Z | smf/wicketd/manifest.xml |
3790 | 2024-03-21T15:42:56.118Z |
2,954 100% 3.29kB/s 0:00:00
2,954 100% 3.29kB/s 0:00:00 (xfr#140, to-chk=77/254) |
3791 | 2024-03-21T15:42:56.118Z | smf/zone-network-setup/ |
3792 | 2024-03-21T15:42:56.118Z | smf/zone-network-setup/manifest.xml |
3793 | 2024-03-21T15:42:56.118Z |
1,614 100% 1.80kB/s 0:00:00
1,614 100% 1.80kB/s 0:00:00 (xfr#141, to-chk=76/254) |
3794 | 2024-03-21T15:42:56.118Z | tools/ |
3795 | 2024-03-21T15:42:56.118Z | tools/README.adoc |
3796 | 2024-03-21T15:42:56.118Z |
3,558 100% 3.96kB/s 0:00:00
3,558 100% 3.96kB/s 0:00:00 (xfr#142, to-chk=75/254) |
3797 | 2024-03-21T15:42:56.118Z | tools/build-global-zone-packages.sh |
3798 | 2024-03-21T15:42:56.118Z |
2,388 100% 2.66kB/s 0:00:00
2,388 100% 2.66kB/s 0:00:00 (xfr#143, to-chk=74/254) |
3799 | 2024-03-21T15:42:56.118Z | tools/build-host-image.sh |
3800 | 2024-03-21T15:42:56.118Z |
2,971 100% 3.30kB/s 0:00:00
2,971 100% 3.30kB/s 0:00:00 (xfr#144, to-chk=73/254) |
3801 | 2024-03-21T15:42:56.118Z | tools/build-trampoline-global-zone-packages.sh |
3802 | 2024-03-21T15:42:56.118Z |
1,878 100% 2.09kB/s 0:00:00
1,878 100% 2.09kB/s 0:00:00 (xfr#145, to-chk=72/254) |
3803 | 2024-03-21T15:42:56.118Z | tools/ci_check_opte_ver.sh |
3804 | 2024-03-21T15:42:56.119Z |
2,770 100% 3.08kB/s 0:00:00
2,770 100% 3.08kB/s 0:00:00 (xfr#146, to-chk=71/254) |
3805 | 2024-03-21T15:42:56.119Z | tools/ci_download_clickhouse |
3806 | 2024-03-21T15:42:56.119Z |
3,631 100% 4.04kB/s 0:00:00
3,631 100% 4.04kB/s 0:00:00 (xfr#147, to-chk=70/254) |
3807 | 2024-03-21T15:42:56.119Z | tools/ci_download_cockroachdb |
3808 | 2024-03-21T15:42:56.119Z |
4,292 100% 4.77kB/s 0:00:00
4,292 100% 4.77kB/s 0:00:00 (xfr#148, to-chk=69/254) |
3809 | 2024-03-21T15:42:56.119Z | tools/ci_download_console |
3810 | 2024-03-21T15:42:56.119Z |
1,991 100% 2.21kB/s 0:00:00
1,991 100% 2.21kB/s 0:00:00 (xfr#149, to-chk=68/254) |
3811 | 2024-03-21T15:42:56.119Z | tools/ci_download_dendrite_openapi |
3812 | 2024-03-21T15:42:56.119Z |
1,719 100% 1.91kB/s 0:00:00
1,719 100% 1.91kB/s 0:00:00 (xfr#150, to-chk=67/254) |
3813 | 2024-03-21T15:42:56.119Z | tools/ci_download_dendrite_stub |
3814 | 2024-03-21T15:42:56.119Z |
4,229 100% 4.70kB/s 0:00:00
4,229 100% 4.70kB/s 0:00:00 (xfr#151, to-chk=66/254) |
3815 | 2024-03-21T15:42:56.119Z | tools/ci_download_maghemite_mgd |
3816 | 2024-03-21T15:42:56.119Z |
3,650 100% 4.06kB/s 0:00:00
3,650 100% 4.06kB/s 0:00:00 (xfr#152, to-chk=65/254) |
3817 | 2024-03-21T15:42:56.119Z | tools/ci_download_maghemite_openapi |
3818 | 2024-03-21T15:42:56.119Z |
1,989 100% 2.21kB/s 0:00:00
1,989 100% 2.21kB/s 0:00:00 (xfr#153, to-chk=64/254) |
3819 | 2024-03-21T15:42:56.119Z | tools/ci_download_softnpu_machinery |
3820 | 2024-03-21T15:42:56.119Z |
668 100% 0.74kB/s 0:00:00
668 100% 0.74kB/s 0:00:00 (xfr#154, to-chk=63/254) |
3821 | 2024-03-21T15:42:56.119Z | tools/ci_download_thundermuffin |
3822 | 2024-03-21T15:42:56.119Z |
3,237 100% 3.60kB/s 0:00:00
3,237 100% 3.60kB/s 0:00:00 (xfr#155, to-chk=62/254) |
3823 | 2024-03-21T15:42:56.119Z | tools/ci_download_transceiver_control |
3824 | 2024-03-21T15:42:56.119Z |
3,415 100% 3.79kB/s 0:00:00
3,415 100% 3.79kB/s 0:00:00 (xfr#156, to-chk=61/254) |
3825 | 2024-03-21T15:42:56.119Z | tools/clickhouse_checksums |
3826 | 2024-03-21T15:42:56.119Z |
153 100% 0.17kB/s 0:00:00
153 100% 0.17kB/s 0:00:00 (xfr#157, to-chk=60/254) |
3827 | 2024-03-21T15:42:56.120Z | tools/clickhouse_version |
3828 | 2024-03-21T15:42:56.120Z |
11 100% 0.01kB/s 0:00:00
11 100% 0.01kB/s 0:00:00 (xfr#158, to-chk=59/254) |
3829 | 2024-03-21T15:42:56.120Z | tools/cockroachdb_checksums |
3830 | 2024-03-21T15:42:56.120Z |
258 100% 0.29kB/s 0:00:00
258 100% 0.29kB/s 0:00:00 (xfr#159, to-chk=58/254) |
3831 | 2024-03-21T15:42:56.120Z | tools/cockroachdb_version |
3832 | 2024-03-21T15:42:56.120Z |
8 100% 0.01kB/s 0:00:00
8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254) |
3833 | 2024-03-21T15:42:56.120Z | tools/console_version |
3834 | 2024-03-21T15:42:56.120Z |
122 100% 0.14kB/s 0:00:00
122 100% 0.14kB/s 0:00:00 (xfr#161, to-chk=56/254) |
3835 | 2024-03-21T15:42:56.120Z | tools/create_gimlet_virtual_hardware.sh |
3836 | 2024-03-21T15:42:56.120Z |
936 100% 1.04kB/s 0:00:00
936 100% 1.04kB/s 0:00:00 (xfr#162, to-chk=55/254) |
3837 | 2024-03-21T15:42:56.120Z | tools/create_scrimlet_virtual_hardware.sh |
3838 | 2024-03-21T15:42:56.120Z |
2,014 100% 2.24kB/s 0:00:00
2,014 100% 2.24kB/s 0:00:00 (xfr#163, to-chk=54/254) |
3839 | 2024-03-21T15:42:56.120Z | tools/create_self_signed_cert.sh |
3840 | 2024-03-21T15:42:56.120Z |
685 100% 0.76kB/s 0:00:00
685 100% 0.76kB/s 0:00:00 (xfr#164, to-chk=53/254) |
3841 | 2024-03-21T15:42:56.120Z | tools/create_virtual_hardware.sh |
3842 | 2024-03-21T15:42:56.120Z |
3,184 100% 3.54kB/s 0:00:00
3,184 100% 3.54kB/s 0:00:00 (xfr#165, to-chk=52/254) |
3843 | 2024-03-21T15:42:56.120Z | tools/delete-reservoir.sh |
3844 | 2024-03-21T15:42:56.120Z |
136 100% 0.15kB/s 0:00:00
136 100% 0.15kB/s 0:00:00 (xfr#166, to-chk=51/254) |
3845 | 2024-03-21T15:42:56.120Z | tools/dendrite_openapi_version |
3846 | 2024-03-21T15:42:56.120Z |
122 100% 0.14kB/s 0:00:00
122 100% 0.14kB/s 0:00:00 (xfr#167, to-chk=50/254) |
3847 | 2024-03-21T15:42:56.120Z | tools/dendrite_stub_checksums |
3848 | 2024-03-21T15:42:56.120Z |
267 100% 0.30kB/s 0:00:00
267 100% 0.30kB/s 0:00:00 (xfr#168, to-chk=49/254) |
3849 | 2024-03-21T15:42:56.120Z | tools/destroy_gimlet_virtual_hardware.sh |
3850 | 2024-03-21T15:42:56.120Z |
888 100% 0.99kB/s 0:00:00
888 100% 0.99kB/s 0:00:00 (xfr#169, to-chk=48/254) |
3851 | 2024-03-21T15:42:56.121Z | tools/destroy_scrimlet_virtual_hardware.sh |
3852 | 2024-03-21T15:42:56.121Z |
1,147 100% 1.27kB/s 0:00:00
1,147 100% 1.27kB/s 0:00:00 (xfr#170, to-chk=47/254) |
3853 | 2024-03-21T15:42:56.121Z | tools/destroy_virtual_hardware.sh |
3854 | 2024-03-21T15:42:56.121Z |
2,227 100% 2.47kB/s 0:00:00
2,227 100% 2.47kB/s 0:00:00 (xfr#171, to-chk=46/254) |
3855 | 2024-03-21T15:42:56.121Z | tools/dvt_dock_version |
3856 | 2024-03-21T15:42:56.121Z |
48 100% 0.05kB/s 0:00:00
48 100% 0.05kB/s 0:00:00 (xfr#172, to-chk=45/254) |
3857 | 2024-03-21T15:42:56.121Z | tools/ensure_buildomat_artifact.sh |
3858 | 2024-03-21T15:42:56.121Z |
3,759 100% 4.17kB/s 0:00:00
3,759 100% 4.17kB/s 0:00:00 (xfr#173, to-chk=44/254) |
3859 | 2024-03-21T15:42:56.121Z | tools/generate-nexus-api.sh |
3860 | 2024-03-21T15:42:56.121Z |
174 100% 0.19kB/s 0:00:00
174 100% 0.19kB/s 0:00:00 (xfr#174, to-chk=43/254) |
3861 | 2024-03-21T15:42:56.121Z | tools/generate-sled-agent-api.sh |
3862 | 2024-03-21T15:42:56.121Z |
161 100% 0.18kB/s 0:00:00
161 100% 0.18kB/s 0:00:00 (xfr#175, to-chk=42/254) |
3863 | 2024-03-21T15:42:56.121Z | tools/generate-wicketd-api.sh |
3864 | 2024-03-21T15:42:56.121Z |
75 100% 0.08kB/s 0:00:00
75 100% 0.08kB/s 0:00:00 (xfr#176, to-chk=41/254) |
3865 | 2024-03-21T15:42:56.121Z | tools/hubris_checksums |
3866 | 2024-03-21T15:42:56.121Z |
852 100% 0.95kB/s 0:00:00
852 100% 0.95kB/s 0:00:00 (xfr#177, to-chk=40/254) |
3867 | 2024-03-21T15:42:56.121Z | tools/hubris_version |
3868 | 2024-03-21T15:42:56.121Z |
50 100% 0.06kB/s 0:00:00
50 100% 0.06kB/s 0:00:00 (xfr#178, to-chk=39/254) |
3869 | 2024-03-21T15:42:56.121Z | tools/install_builder_prerequisites.sh |
3870 | 2024-03-21T15:42:56.121Z |
7,537 100% 8.36kB/s 0:00:00
7,537 100% 8.36kB/s 0:00:00 (xfr#179, to-chk=38/254) |
3871 | 2024-03-21T15:42:56.121Z | tools/install_opte.sh |
3872 | 2024-03-21T15:42:56.121Z |
3,755 100% 4.17kB/s 0:00:00
3,755 100% 4.17kB/s 0:00:00 (xfr#180, to-chk=37/254) |
3873 | 2024-03-21T15:42:56.121Z | tools/install_prerequisites.sh |
3874 | 2024-03-21T15:42:56.121Z |
255 100% 0.28kB/s 0:00:00
255 100% 0.28kB/s 0:00:00 (xfr#181, to-chk=36/254) |
3875 | 2024-03-21T15:42:56.122Z | tools/install_runner_prerequisites.sh |
3876 | 2024-03-21T15:42:56.122Z |
4,154 100% 4.61kB/s 0:00:00
4,154 100% 4.61kB/s 0:00:00 (xfr#182, to-chk=35/254) |
3877 | 2024-03-21T15:42:56.122Z | tools/maghemite_ddm_openapi_version |
3878 | 2024-03-21T15:42:56.122Z |
122 100% 0.14kB/s 0:00:00
122 100% 0.14kB/s 0:00:00 (xfr#183, to-chk=34/254) |
3879 | 2024-03-21T15:42:56.122Z | tools/maghemite_mg_openapi_version |
3880 | 2024-03-21T15:42:56.122Z |
122 100% 0.14kB/s 0:00:00
122 100% 0.14kB/s 0:00:00 (xfr#184, to-chk=33/254) |
3881 | 2024-03-21T15:42:56.122Z | tools/maghemite_mgd_checksums |
3882 | 2024-03-21T15:42:56.122Z |
162 100% 0.18kB/s 0:00:00
162 100% 0.18kB/s 0:00:00 (xfr#185, to-chk=32/254) |
3883 | 2024-03-21T15:42:56.122Z | tools/opte_version |
3884 | 2024-03-21T15:42:56.122Z |
9 100% 0.01kB/s 0:00:00
9 100% 0.01kB/s 0:00:00 (xfr#186, to-chk=31/254) |
3885 | 2024-03-21T15:42:56.122Z | tools/opte_version_override |
3886 | 2024-03-21T15:42:56.150Z |
142 100% 0.16kB/s 0:00:00
142 100% 0.16kB/s 0:00:00 (xfr#187, to-chk=30/254) |
3887 | 2024-03-21T15:42:56.150Z | tools/renovate-post-upgrade.sh |
3888 | 2024-03-21T15:42:56.150Z |
1,705 100% 1.89kB/s 0:00:00
1,705 100% 1.89kB/s 0:00:00 (xfr#188, to-chk=29/254) |
3889 | 2024-03-21T15:42:56.150Z | tools/thundermuffin_checksums |
3890 | 2024-03-21T15:42:56.150Z |
79 100% 0.09kB/s 0:00:00
79 100% 0.09kB/s 0:00:00 (xfr#189, to-chk=28/254) |
3891 | 2024-03-21T15:42:56.150Z | tools/thundermuffin_version |
3892 | 2024-03-21T15:42:56.150Z |
50 100% 0.06kB/s 0:00:00
50 100% 0.06kB/s 0:00:00 (xfr#190, to-chk=27/254) |
3893 | 2024-03-21T15:42:56.150Z | tools/transceiver_control_version |
3894 | 2024-03-21T15:42:56.150Z |
137 100% 0.15kB/s 0:00:00
137 100% 0.15kB/s 0:00:00 (xfr#191, to-chk=26/254) |
3895 | 2024-03-21T15:42:56.150Z | tools/uninstall_opte.sh |
3896 | 2024-03-21T15:42:56.150Z |
6,514 100% 7.23kB/s 0:00:00
6,514 100% 7.23kB/s 0:00:00 (xfr#192, to-chk=25/254) |
3897 | 2024-03-21T15:42:56.150Z | tools/update_crucible.sh |
3898 | 2024-03-21T15:42:56.150Z |
1,093 100% 1.21kB/s 0:00:00
1,093 100% 1.21kB/s 0:00:00 (xfr#193, to-chk=24/254) |
3899 | 2024-03-21T15:42:56.150Z | tools/update_dendrite.sh |
3900 | 2024-03-21T15:42:56.150Z |
2,333 100% 2.59kB/s 0:00:00
2,333 100% 2.59kB/s 0:00:00 (xfr#194, to-chk=23/254) |
3901 | 2024-03-21T15:42:56.150Z | tools/update_helpers.sh |
3902 | 2024-03-21T15:42:56.150Z |
3,831 100% 4.25kB/s 0:00:00
3,831 100% 4.25kB/s 0:00:00 (xfr#195, to-chk=22/254) |
3903 | 2024-03-21T15:42:56.150Z | tools/update_lldp.sh |
3904 | 2024-03-21T15:42:56.150Z |
1,000 100% 1.11kB/s 0:00:00
1,000 100% 1.11kB/s 0:00:00 (xfr#196, to-chk=21/254) |
3905 | 2024-03-21T15:42:56.150Z | tools/update_maghemite.sh |
3906 | 2024-03-21T15:42:56.150Z |
939 100% 1.04kB/s 0:00:00
939 100% 1.04kB/s 0:00:00 (xfr#197, to-chk=20/254) |
3907 | 2024-03-21T15:42:56.150Z | tools/update_propolis.sh |
3908 | 2024-03-21T15:42:56.151Z |
1,050 100% 1.16kB/s 0:00:00
1,050 100% 1.16kB/s 0:00:00 (xfr#198, to-chk=19/254) |
3909 | 2024-03-21T15:42:56.151Z | tools/update_transceiver_control.sh |
3910 | 2024-03-21T15:42:56.151Z |
1,374 100% 1.52kB/s 0:00:00
1,374 100% 1.52kB/s 0:00:00 (xfr#199, to-chk=18/254) |
3911 | 2024-03-21T15:42:56.151Z | tools/virtual_hardware.sh |
3912 | 2024-03-21T15:42:56.151Z |
3,429 100% 3.80kB/s 0:00:00
3,429 100% 3.80kB/s 0:00:00 (xfr#200, to-chk=17/254) |
3913 | 2024-03-21T15:42:56.151Z | tools/dtrace/ |
3914 | 2024-03-21T15:42:56.151Z | tools/dtrace/aggregate-query-latency.d |
3915 | 2024-03-21T15:42:56.151Z |
780 100% 0.86kB/s 0:00:00
780 100% 0.86kB/s 0:00:00 (xfr#201, to-chk=11/254) |
3916 | 2024-03-21T15:42:56.151Z | tools/dtrace/slowest-queries.d |
3917 | 2024-03-21T15:42:56.151Z |
1,077 100% 1.19kB/s 0:00:00
1,077 100% 1.19kB/s 0:00:00 (xfr#202, to-chk=10/254) |
3918 | 2024-03-21T15:42:56.151Z | tools/dtrace/trace-db-queries.d |
3919 | 2024-03-21T15:42:56.151Z |
811 100% 0.90kB/s 0:00:00
811 100% 0.90kB/s 0:00:00 (xfr#203, to-chk=9/254) |
3920 | 2024-03-21T15:42:56.151Z | tools/include/ |
3921 | 2024-03-21T15:42:56.151Z | tools/include/force-git-over-https.sh |
3922 | 2024-03-21T15:42:56.151Z |
940 100% 1.04kB/s 0:00:00
940 100% 1.04kB/s 0:00:00 (xfr#204, to-chk=8/254) |
3923 | 2024-03-21T15:42:56.151Z | tools/populate/ |
3924 | 2024-03-21T15:42:56.151Z | tools/populate/populate-alpine.sh |
3925 | 2024-03-21T15:42:56.151Z |
788 100% 0.87kB/s 0:00:00
788 100% 0.87kB/s 0:00:00 (xfr#205, to-chk=7/254) |
3926 | 2024-03-21T15:42:56.151Z | tools/populate/populate-images.sh |
3927 | 2024-03-21T15:42:56.151Z |
2,571 100% 2.85kB/s 0:00:00
2,571 100% 2.85kB/s 0:00:00 (xfr#206, to-chk=6/254) |
3928 | 2024-03-21T15:42:56.151Z | tools/reflector/ |
3929 | 2024-03-21T15:42:56.151Z | tools/reflector/helpers.sh |
3930 | 2024-03-21T15:42:56.151Z |
4,652 100% 5.16kB/s 0:00:00
4,652 100% 5.16kB/s 0:00:00 (xfr#207, to-chk=5/254) |
3931 | 2024-03-21T15:42:56.151Z | tools/scrimlet/ |
3932 | 2024-03-21T15:42:56.152Z | tools/scrimlet/create-softnpu-zone.sh |
3933 | 2024-03-21T15:42:56.152Z |
627 100% 0.70kB/s 0:00:00
627 100% 0.70kB/s 0:00:00 (xfr#208, to-chk=4/254) |
3934 | 2024-03-21T15:42:56.152Z | tools/scrimlet/destroy-softnpu-zone.sh |
3935 | 2024-03-21T15:42:56.152Z |
203 100% 0.23kB/s 0:00:00
203 100% 0.23kB/s 0:00:00 (xfr#209, to-chk=3/254) |
3936 | 2024-03-21T15:42:56.152Z | tools/scrimlet/softnpu-init.sh |
3937 | 2024-03-21T15:42:56.152Z |
2,157 100% 2.39kB/s 0:00:00
2,157 100% 2.39kB/s 0:00:00 (xfr#210, to-chk=2/254) |
3938 | 2024-03-21T15:42:56.152Z | tools/scrimlet/softnpu-zone.txt |
3939 | 2024-03-21T15:42:56.152Z |
330 100% 0.37kB/s 0:00:00
330 100% 0.37kB/s 0:00:00 (xfr#211, to-chk=1/254) |
3940 | 2024-03-21T15:42:56.152Z | tools/scrimlet/softnpu.toml |
3941 | 2024-03-21T15:42:56.152Z |
171 100% 0.19kB/s 0:00:00
171 100% 0.19kB/s 0:00:00 (xfr#212, to-chk=0/254) |
3942 | 2024-03-21T15:42:56.152Z | + banner G2 |
3943 | 2024-03-21T15:42:56.152Z | ##### ##### |
3944 | 2024-03-21T15:42:56.152Z | # # # # |
3945 | 2024-03-21T15:42:56.152Z | # # |
3946 | 2024-03-21T15:42:56.152Z | # #### ##### |
3947 | 2024-03-21T15:42:56.152Z | # # # |
3948 | 2024-03-21T15:42:56.152Z | # # # |
3949 | 2024-03-21T15:42:56.152Z | ##### ####### |
3950 | 2024-03-21T15:42:56.152Z | |
3951 | 2024-03-21T15:42:56.152Z | + . config/build-g2.sh |
3952 | 2024-03-21T15:42:56.152Z | ++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml |
3953 | 2024-03-21T15:42:56.152Z | ++ cp config/g2-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
3954 | 2024-03-21T15:42:56.152Z | ++ cp -r cargo-bay/tools cargo-bay/g2/ |
3955 | 2024-03-21T15:42:56.152Z | ++ cd /work/oxidecomputer/omicron |
3956 | 2024-03-21T15:42:56.153Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
3957 | 2024-03-21T15:42:57.172Z | Finished release [optimized] target(s) in 1.05s |
3958 | 2024-03-21T15:42:57.197Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
3959 | 2024-03-21T15:42:57.239Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
3960 | 2024-03-21T15:42:57.269Z | Created new build target 'default' and set it as active |
3961 | 2024-03-21T15:42:57.269Z | ++ cargo run --release --bin omicron-package -- package |
3962 | 2024-03-21T15:42:58.286Z | Finished release [optimized] target(s) in 0.94s |
3963 | 2024-03-21T15:42:58.311Z | Running `target/release/omicron-package package` |
3964 | 2024-03-21T15:42:58.337Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
3965 | 2024-03-21T15:42:59.347Z | Finished release [optimized] target(s) in 0.94s |
3966 | 2024-03-21T15:43:02.158Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
3967 | 2024-03-21T15:43:02.158Z | ++ rm -rf cargo-bay/g2/omicron |
3968 | 2024-03-21T15:43:02.188Z | ++ mkdir -p cargo-bay/g2/omicron |
3969 | 2024-03-21T15:43:02.189Z | ++ 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/ |
3970 | 2024-03-21T15:43:02.189Z | sending incremental file list |
3971 | 2024-03-21T15:43:02.189Z | omicron-package |
3972 | 2024-03-21T15:43:02.414Z |
32,768 0% 0.00kB/s 0:00:00
40,097,552 100% 157.89MB/s 0:00:00 (xfr#1, to-chk=253/254) |
3973 | 2024-03-21T15:43:02.414Z | package-manifest.toml |
3974 | 2024-03-21T15:43:02.440Z |
26,511 100% 106.98kB/s 0:00:00
26,511 100% 106.98kB/s 0:00:00 (xfr#2, to-chk=252/254) |
3975 | 2024-03-21T15:43:02.440Z | out/ |
3976 | 2024-03-21T15:43:02.440Z | out/LOG |
3977 | 2024-03-21T15:43:02.440Z |
32,768 79% 132.23kB/s 0:00:00
41,311 100% 166.71kB/s 0:00:00 (xfr#3, to-chk=248/254) |
3978 | 2024-03-21T15:43:02.440Z | out/clickhouse.tar.gz |
3979 | 2024-03-21T15:43:03.185Z |
32,768 0% 132.23kB/s 0:29:07
227,278,848 98% 216.53MB/s 0:00:00
231,164,328 100% 217.84MB/s 0:00:01 (xfr#4, to-chk=247/254) |
3980 | 2024-03-21T15:43:03.186Z | out/clickhouse_keeper.tar.gz |
3981 | 2024-03-21T15:43:03.978Z |
32,768 0% 2.84MB/s 0:01:19
231,132,518 100% 277.26MB/s 0:00:00 (xfr#5, to-chk=246/254) |
3982 | 2024-03-21T15:43:03.978Z | out/cockroachdb.tar.gz |
3983 | 2024-03-21T15:43:04.457Z |
32,768 0% 40.25kB/s 0:52:25
56,623,104 44% 54.00MB/s 0:00:01
126,650,468 100% 94.14MB/s 0:00:01 (xfr#6, to-chk=245/254) |
3984 | 2024-03-21T15:43:04.457Z | out/crucible-pantry-zone.tar.gz |
3985 | 2024-03-21T15:43:04.540Z |
32,768 0% 112.68kB/s 0:03:44
25,274,868 100% 65.86MB/s 0:00:00 (xfr#7, to-chk=244/254) |
3986 | 2024-03-21T15:43:04.540Z | out/crucible-zone.tar.gz |
3987 | 2024-03-21T15:43:04.665Z |
32,768 0% 87.19kB/s 0:07:03
36,977,973 100% 71.68MB/s 0:00:00 (xfr#8, to-chk=243/254) |
3988 | 2024-03-21T15:43:04.665Z | out/external-dns.tar.gz |
3989 | 2024-03-21T15:43:04.773Z |
32,768 0% 65.04kB/s 0:07:56
30,996,658 100% 49.27MB/s 0:00:00 (xfr#9, to-chk=242/254) |
3990 | 2024-03-21T15:43:04.773Z | out/internal-dns.tar.gz |
3991 | 2024-03-21T15:43:04.872Z |
32,768 0% 53.24kB/s 0:09:41
30,995,994 100% 42.29MB/s 0:00:00 (xfr#10, to-chk=241/254) |
3992 | 2024-03-21T15:43:04.872Z | out/mg-ddm-gz.tar |
3993 | 2024-03-21T15:43:05.257Z |
32,768 0% 45.71kB/s 0:19:16
39,878,656 75% 38.03MB/s 0:00:00
52,915,712 100% 46.60MB/s 0:00:01 (xfr#11, to-chk=240/254) |
3994 | 2024-03-21T15:43:05.257Z | out/nexus.tar.gz |
3995 | 2024-03-21T15:43:05.622Z |
32,768 0% 380.95kB/s 0:04:00
91,632,921 100% 195.06MB/s 0:00:00 (xfr#12, to-chk=239/254) |
3996 | 2024-03-21T15:43:05.622Z | out/ntp.tar.gz |
3997 | 2024-03-21T15:43:05.672Z |
32,768 0% 71.27kB/s 0:02:25
10,420,988 100% 19.92MB/s 0:00:00 (xfr#13, to-chk=238/254) |
3998 | 2024-03-21T15:43:05.698Z | out/omicron-gateway-softnpu.tar.gz |
3999 | 2024-03-21T15:43:05.730Z |
32,768 0% 64.13kB/s 0:04:16
16,510,378 100% 28.27MB/s 0:00:00 (xfr#14, to-chk=237/254) |
4000 | 2024-03-21T15:43:05.730Z | out/omicron-gateway.tar.gz |
4001 | 2024-03-21T15:43:05.777Z |
32,768 0% 57.35kB/s 0:04:47
16,505,446 100% 26.02MB/s 0:00:00 (xfr#15, to-chk=236/254) |
4002 | 2024-03-21T15:43:05.778Z | out/omicron-sled-agent.tar |
4003 | 2024-03-21T15:43:06.611Z |
32,768 0% 52.81kB/s 0:36:52
50,102,272 42% 47.78MB/s 0:00:01
116,846,592 100% 77.49MB/s 0:00:01 (xfr#16, to-chk=235/254) |
4004 | 2024-03-21T15:43:06.611Z | out/overlay.tar.gz |
4005 | 2024-03-21T15:43:06.611Z |
2,621 100% 5.83kB/s 0:00:00
2,621 100% 5.83kB/s 0:00:00 (xfr#17, to-chk=234/254) |
4006 | 2024-03-21T15:43:06.611Z | out/oximeter.tar.gz |
4007 | 2024-03-21T15:43:06.762Z |
32,768 0% 72.73kB/s 0:10:59
48,023,041 100% 77.49MB/s 0:00:00 (xfr#18, to-chk=233/254) |
4008 | 2024-03-21T15:43:06.762Z | out/oxlog.tar |
4009 | 2024-03-21T15:43:06.809Z |
32,768 0% 54.15kB/s 0:01:54
6,244,352 100% 9.35MB/s 0:00:00 (xfr#19, to-chk=232/254) |
4010 | 2024-03-21T15:43:06.809Z | out/probe.tar.gz |
4011 | 2024-03-21T15:43:06.836Z |
32,768 1% 50.24kB/s 0:00:55
2,829,470 100% 4.17MB/s 0:00:00 (xfr#20, to-chk=231/254) |
4012 | 2024-03-21T15:43:06.836Z | out/propolis-server.tar.gz |
4013 | 2024-03-21T15:43:07.344Z |
32,768 0% 49.46kB/s 0:22:21
66,360,059 100% 74.37MB/s 0:00:00 (xfr#21, to-chk=230/254) |
4014 | 2024-03-21T15:43:07.344Z | out/switch-softnpu.tar.gz |
4015 | 2024-03-21T15:43:07.709Z |
32,768 0% 37.60kB/s 1:30:23
44,171,264 21% 42.12MB/s 0:00:03
203,966,008 100% 126.56MB/s 0:00:01 (xfr#22, to-chk=229/254) |
4016 | 2024-03-21T15:43:07.709Z | out/console-assets/ |
4017 | 2024-03-21T15:43:07.709Z | out/console-assets/VERSION |
4018 | 2024-03-21T15:43:07.758Z |
41 100% 0.07kB/s 0:00:00
41 100% 0.07kB/s 0:00:00 (xfr#23, to-chk=225/254) |
4019 | 2024-03-21T15:43:07.758Z | out/console-assets/index.html |
4020 | 2024-03-21T15:43:07.758Z |
466 100% 0.85kB/s 0:00:00
466 100% 0.85kB/s 0:00:00 (xfr#24, to-chk=224/254) |
4021 | 2024-03-21T15:43:07.758Z | out/console-assets/assets/ |
4022 | 2024-03-21T15:43:07.758Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
4023 | 2024-03-21T15:43:07.758Z |
32,768 70% 59.48kB/s 0:00:00
46,276 100% 84.00kB/s 0:00:00 (xfr#25, to-chk=222/254) |
4024 | 2024-03-21T15:43:07.758Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
4025 | 2024-03-21T15:43:07.758Z |
32,768 65% 59.48kB/s 0:00:00
50,032 100% 90.65kB/s 0:00:00 (xfr#26, to-chk=221/254) |
4026 | 2024-03-21T15:43:07.758Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
4027 | 2024-03-21T15:43:07.758Z |
32,768 55% 59.37kB/s 0:00:00
58,524 100% 106.03kB/s 0:00:00 (xfr#27, to-chk=220/254) |
4028 | 2024-03-21T15:43:07.758Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
4029 | 2024-03-21T15:43:07.758Z |
32,768 71% 59.37kB/s 0:00:00
46,060 100% 83.30kB/s 0:00:00 (xfr#28, to-chk=219/254) |
4030 | 2024-03-21T15:43:07.758Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
4031 | 2024-03-21T15:43:07.758Z |
21,937 100% 39.67kB/s 0:00:00
21,937 100% 39.67kB/s 0:00:00 (xfr#29, to-chk=218/254) |
4032 | 2024-03-21T15:43:07.758Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
4033 | 2024-03-21T15:43:07.758Z |
17,996 100% 32.54kB/s 0:00:00
17,996 100% 32.54kB/s 0:00:00 (xfr#30, to-chk=217/254) |
4034 | 2024-03-21T15:43:07.758Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
4035 | 2024-03-21T15:43:07.758Z |
21,890 100% 39.51kB/s 0:00:00
21,890 100% 39.51kB/s 0:00:00 (xfr#31, to-chk=216/254) |
4036 | 2024-03-21T15:43:07.758Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
4037 | 2024-03-21T15:43:07.758Z |
17,984 100% 32.46kB/s 0:00:00
17,984 100% 32.46kB/s 0:00:00 (xfr#32, to-chk=215/254) |
4038 | 2024-03-21T15:43:07.758Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
4039 | 2024-03-21T15:43:07.759Z |
21,123 100% 38.13kB/s 0:00:00
21,123 100% 38.13kB/s 0:00:00 (xfr#33, to-chk=214/254) |
4040 | 2024-03-21T15:43:07.759Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
4041 | 2024-03-21T15:43:07.759Z |
17,228 100% 31.10kB/s 0:00:00
17,228 100% 31.10kB/s 0:00:00 (xfr#34, to-chk=213/254) |
4042 | 2024-03-21T15:43:07.759Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
4043 | 2024-03-21T15:43:07.759Z |
18,448 100% 33.24kB/s 0:00:00
18,448 100% 33.24kB/s 0:00:00 (xfr#35, to-chk=212/254) |
4044 | 2024-03-21T15:43:07.759Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
4045 | 2024-03-21T15:43:07.759Z |
22,665 100% 40.84kB/s 0:00:00
22,665 100% 40.84kB/s 0:00:00 (xfr#36, to-chk=211/254) |
4046 | 2024-03-21T15:43:07.759Z | out/console-assets/assets/Terminal-_VoNxbTe.js |
4047 | 2024-03-21T15:43:07.759Z |
32,768 11% 59.04kB/s 0:00:04
287,761 100% 515.63kB/s 0:00:00 (xfr#37, to-chk=210/254) |
4048 | 2024-03-21T15:43:07.759Z | out/console-assets/assets/Terminal-_VoNxbTe.js.gz |
4049 | 2024-03-21T15:43:07.759Z |
32,768 45% 58.72kB/s 0:00:00
71,758 100% 128.34kB/s 0:00:00 (xfr#38, to-chk=209/254) |
4050 | 2024-03-21T15:43:07.759Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map |
4051 | 2024-03-21T15:43:07.759Z |
32,768 5% 58.61kB/s 0:00:09
590,313 100% 1.02MB/s 0:00:00 (xfr#39, to-chk=208/254) |
4052 | 2024-03-21T15:43:07.759Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map.gz |
4053 | 2024-03-21T15:43:07.759Z |
32,768 27% 57.97kB/s 0:00:01
118,282 100% 208.88kB/s 0:00:00 (xfr#40, to-chk=207/254) |
4054 | 2024-03-21T15:43:07.759Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js |
4055 | 2024-03-21T15:43:07.759Z |
32,768 8% 57.76kB/s 0:00:05
371,459 100% 648.93kB/s 0:00:00 (xfr#41, to-chk=206/254) |
4056 | 2024-03-21T15:43:07.759Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz |
4057 | 2024-03-21T15:43:07.759Z |
32,768 31% 57.25kB/s 0:00:01
103,751 100% 181.25kB/s 0:00:00 (xfr#42, to-chk=205/254) |
4058 | 2024-03-21T15:43:07.759Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map |
4059 | 2024-03-21T15:43:07.787Z |
32,768 1% 57.25kB/s 0:00:28
1,659,213 100% 2.77MB/s 0:00:00 (xfr#43, to-chk=204/254) |
4060 | 2024-03-21T15:43:07.787Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz |
4061 | 2024-03-21T15:43:07.787Z |
32,768 8% 55.85kB/s 0:00:06
379,036 100% 643.74kB/s 0:00:00 (xfr#44, to-chk=203/254) |
4062 | 2024-03-21T15:43:07.787Z | out/console-assets/assets/app-1tiVg9q7.js |
4063 | 2024-03-21T15:43:07.787Z |
32,768 2% 55.65kB/s 0:00:19
1,130,062 100% 1.83MB/s 0:00:00 (xfr#45, to-chk=202/254) |
4064 | 2024-03-21T15:43:07.787Z | out/console-assets/assets/app-1tiVg9q7.js.gz |
4065 | 2024-03-21T15:43:07.787Z |
32,768 9% 54.24kB/s 0:00:05
347,811 100% 573.75kB/s 0:00:00 (xfr#46, to-chk=201/254) |
4066 | 2024-03-21T15:43:07.787Z | out/console-assets/assets/app-1tiVg9q7.js.map |
4067 | 2024-03-21T15:43:07.813Z |
32,768 0% 54.05kB/s 0:01:37
5,328,067 100% 7.99MB/s 0:00:00 (xfr#47, to-chk=200/254) |
4068 | 2024-03-21T15:43:07.813Z | out/console-assets/assets/app-1tiVg9q7.js.map.gz |
4069 | 2024-03-21T15:43:07.813Z |
32,768 2% 50.31kB/s 0:00:24
1,261,215 100% 1.87MB/s 0:00:00 (xfr#48, to-chk=199/254) |
4070 | 2024-03-21T15:43:07.813Z | out/console-assets/assets/app-AvNWp1hQ.css |
4071 | 2024-03-21T15:43:07.864Z |
32,768 23% 49.77kB/s 0:00:02
138,004 100% 208.95kB/s 0:00:00 (xfr#49, to-chk=198/254) |
4072 | 2024-03-21T15:43:07.864Z | out/console-assets/assets/app-AvNWp1hQ.css.gz |
4073 | 2024-03-21T15:43:07.864Z |
21,197 100% 32.09kB/s 0:00:00
21,197 100% 32.09kB/s 0:00:00 (xfr#50, to-chk=197/254) |
4074 | 2024-03-21T15:43:07.864Z | out/console-assets/assets/favicon-WELtHcTG.svg |
4075 | 2024-03-21T15:43:07.864Z |
761 100% 1.15kB/s 0:00:00
761 100% 1.15kB/s 0:00:00 (xfr#51, to-chk=196/254) |
4076 | 2024-03-21T15:43:07.864Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
4077 | 2024-03-21T15:43:07.864Z |
1,327 100% 2.01kB/s 0:00:00
1,327 100% 2.01kB/s 0:00:00 (xfr#52, to-chk=195/254) |
4078 | 2024-03-21T15:43:07.864Z | out/console-assets/assets/og-preview-image.webp |
4079 | 2024-03-21T15:43:07.864Z |
32,768 36% 49.61kB/s 0:00:01
89,880 100% 135.87kB/s 0:00:00 (xfr#53, to-chk=194/254) |
4080 | 2024-03-21T15:43:07.864Z | out/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp |
4081 | 2024-03-21T15:43:07.864Z |
32,768 4% 49.46kB/s 0:00:12
673,968 100% 1014.13kB/s 0:00:00 (xfr#54, to-chk=193/254) |
4082 | 2024-03-21T15:43:07.864Z | out/manifest-cache/ |
4083 | 2024-03-21T15:43:07.865Z | out/manifest-cache/clickhouse.tar.gz.json |
4084 | 2024-03-21T15:43:07.865Z |
780 100% 1.17kB/s 0:00:00
780 100% 1.17kB/s 0:00:00 (xfr#55, to-chk=192/254) |
4085 | 2024-03-21T15:43:07.865Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
4086 | 2024-03-21T15:43:07.865Z |
801 100% 1.21kB/s 0:00:00
801 100% 1.21kB/s 0:00:00 (xfr#56, to-chk=191/254) |
4087 | 2024-03-21T15:43:07.865Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
4088 | 2024-03-21T15:43:07.865Z |
2,958 100% 4.44kB/s 0:00:00
2,958 100% 4.44kB/s 0:00:00 (xfr#57, to-chk=190/254) |
4089 | 2024-03-21T15:43:07.865Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
4090 | 2024-03-21T15:43:07.865Z |
2,946 100% 4.43kB/s 0:00:00
2,946 100% 4.43kB/s 0:00:00 (xfr#58, to-chk=189/254) |
4091 | 2024-03-21T15:43:07.865Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
4092 | 2024-03-21T15:43:07.865Z |
32,768 60% 49.23kB/s 0:00:00
53,969 100% 81.08kB/s 0:00:00 (xfr#59, to-chk=188/254) |
4093 | 2024-03-21T15:43:07.865Z | out/manifest-cache/cockroachdb.tar.gz.json |
4094 | 2024-03-21T15:43:07.865Z |
787 100% 1.18kB/s 0:00:00
787 100% 1.18kB/s 0:00:00 (xfr#60, to-chk=187/254) |
4095 | 2024-03-21T15:43:07.865Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
4096 | 2024-03-21T15:43:07.865Z |
662 100% 0.99kB/s 0:00:00
662 100% 0.99kB/s 0:00:00 (xfr#61, to-chk=186/254) |
4097 | 2024-03-21T15:43:07.865Z | out/manifest-cache/crucible-zone.tar.gz.json |
4098 | 2024-03-21T15:43:07.865Z |
641 100% 0.96kB/s 0:00:00
641 100% 0.96kB/s 0:00:00 (xfr#62, to-chk=185/254) |
4099 | 2024-03-21T15:43:07.865Z | out/manifest-cache/dns-server.tar.gz.json |
4100 | 2024-03-21T15:43:07.865Z |
942 100% 1.42kB/s 0:00:00
942 100% 1.42kB/s 0:00:00 (xfr#63, to-chk=184/254) |
4101 | 2024-03-21T15:43:07.865Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
4102 | 2024-03-21T15:43:07.865Z |
1,132 100% 1.70kB/s 0:00:00
1,132 100% 1.70kB/s 0:00:00 (xfr#64, to-chk=183/254) |
4103 | 2024-03-21T15:43:07.865Z | out/manifest-cache/external-dns.tar.gz.json |
4104 | 2024-03-21T15:43:07.865Z |
934 100% 1.40kB/s 0:00:00
934 100% 1.40kB/s 0:00:00 (xfr#65, to-chk=182/254) |
4105 | 2024-03-21T15:43:07.865Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
4106 | 2024-03-21T15:43:07.866Z |
752 100% 1.13kB/s 0:00:00
752 100% 1.13kB/s 0:00:00 (xfr#66, to-chk=181/254) |
4107 | 2024-03-21T15:43:07.866Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
4108 | 2024-03-21T15:43:07.866Z |
1,132 100% 1.70kB/s 0:00:00
1,132 100% 1.70kB/s 0:00:00 (xfr#67, to-chk=180/254) |
4109 | 2024-03-21T15:43:07.866Z | out/manifest-cache/internal-dns.tar.gz.json |
4110 | 2024-03-21T15:43:07.866Z |
791 100% 1.19kB/s 0:00:00
791 100% 1.19kB/s 0:00:00 (xfr#68, to-chk=179/254) |
4111 | 2024-03-21T15:43:07.866Z | out/manifest-cache/logadm.tar.gz.json |
4112 | 2024-03-21T15:43:07.866Z |
1,044 100% 1.57kB/s 0:00:00
1,044 100% 1.57kB/s 0:00:00 (xfr#69, to-chk=178/254) |
4113 | 2024-03-21T15:43:07.866Z | out/manifest-cache/nexus.tar.gz.json |
4114 | 2024-03-21T15:43:07.866Z |
773 100% 1.16kB/s 0:00:00
773 100% 1.16kB/s 0:00:00 (xfr#70, to-chk=177/254) |
4115 | 2024-03-21T15:43:07.866Z | out/manifest-cache/ntp-svc.tar.gz.json |
4116 | 2024-03-21T15:43:07.866Z |
2,228 100% 3.34kB/s 0:00:00
2,228 100% 3.34kB/s 0:00:00 (xfr#71, to-chk=176/254) |
4117 | 2024-03-21T15:43:07.866Z | out/manifest-cache/ntp.tar.gz.json |
4118 | 2024-03-21T15:43:07.866Z |
763 100% 1.14kB/s 0:00:00
763 100% 1.14kB/s 0:00:00 (xfr#72, to-chk=175/254) |
4119 | 2024-03-21T15:43:07.866Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
4120 | 2024-03-21T15:43:07.866Z |
1,462 100% 2.19kB/s 0:00:00
1,462 100% 2.19kB/s 0:00:00 (xfr#73, to-chk=174/254) |
4121 | 2024-03-21T15:43:07.866Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
4122 | 2024-03-21T15:43:07.866Z |
545 100% 0.82kB/s 0:00:00
545 100% 0.82kB/s 0:00:00 (xfr#74, to-chk=173/254) |
4123 | 2024-03-21T15:43:07.866Z | out/manifest-cache/omicron-gateway.tar.gz.json |
4124 | 2024-03-21T15:43:07.866Z |
703 100% 1.05kB/s 0:00:00
703 100% 1.05kB/s 0:00:00 (xfr#75, to-chk=172/254) |
4125 | 2024-03-21T15:43:07.866Z | out/manifest-cache/omicron-nexus.tar.gz.json |
4126 | 2024-03-21T15:43:07.866Z |
32,768 46% 49.16kB/s 0:00:00
70,944 100% 106.26kB/s 0:00:00 (xfr#76, to-chk=171/254) |
4127 | 2024-03-21T15:43:07.866Z | out/manifest-cache/omicron-omdb.tar.gz.json |
4128 | 2024-03-21T15:43:07.866Z |
702 100% 1.05kB/s 0:00:00
702 100% 1.05kB/s 0:00:00 (xfr#77, to-chk=170/254) |
4129 | 2024-03-21T15:43:07.867Z | out/manifest-cache/omicron-sled-agent.tar.json |
4130 | 2024-03-21T15:43:07.867Z |
1,269 100% 1.90kB/s 0:00:00
1,269 100% 1.90kB/s 0:00:00 (xfr#78, to-chk=169/254) |
4131 | 2024-03-21T15:43:07.867Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
4132 | 2024-03-21T15:43:07.867Z |
883 100% 1.32kB/s 0:00:00
883 100% 1.32kB/s 0:00:00 (xfr#79, to-chk=168/254) |
4133 | 2024-03-21T15:43:07.867Z | out/manifest-cache/overlay.tar.gz.json |
4134 | 2024-03-21T15:43:07.867Z |
473 100% 0.71kB/s 0:00:00
473 100% 0.71kB/s 0:00:00 (xfr#80, to-chk=167/254) |
4135 | 2024-03-21T15:43:07.867Z | out/manifest-cache/oximeter-collector.tar.gz.json |
4136 | 2024-03-21T15:43:07.867Z |
18,311 100% 27.43kB/s 0:00:00
18,311 100% 27.43kB/s 0:00:00 (xfr#81, to-chk=166/254) |
4137 | 2024-03-21T15:43:07.867Z | out/manifest-cache/oximeter.tar.gz.json |
4138 | 2024-03-21T15:43:07.867Z |
641 100% 0.96kB/s 0:00:00
641 100% 0.96kB/s 0:00:00 (xfr#82, to-chk=165/254) |
4139 | 2024-03-21T15:43:07.867Z | out/manifest-cache/oxlog.tar.json |
4140 | 2024-03-21T15:43:07.867Z |
321 100% 0.48kB/s 0:00:00
321 100% 0.48kB/s 0:00:00 (xfr#83, to-chk=164/254) |
4141 | 2024-03-21T15:43:07.867Z | out/manifest-cache/probe.tar.gz.json |
4142 | 2024-03-21T15:43:07.867Z |
346 100% 0.52kB/s 0:00:00
346 100% 0.52kB/s 0:00:00 (xfr#84, to-chk=163/254) |
4143 | 2024-03-21T15:43:07.867Z | out/manifest-cache/profile.tar.gz.json |
4144 | 2024-03-21T15:43:07.867Z |
838 100% 1.26kB/s 0:00:00
838 100% 1.26kB/s 0:00:00 (xfr#85, to-chk=162/254) |
4145 | 2024-03-21T15:43:07.867Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
4146 | 2024-03-21T15:43:07.867Z |
357 100% 0.53kB/s 0:00:00
357 100% 0.53kB/s 0:00:00 (xfr#86, to-chk=161/254) |
4147 | 2024-03-21T15:43:07.867Z | out/manifest-cache/sp-sim.tar.gz.json |
4148 | 2024-03-21T15:43:07.867Z |
1,549 100% 2.32kB/s 0:00:00
1,549 100% 2.32kB/s 0:00:00 (xfr#87, to-chk=160/254) |
4149 | 2024-03-21T15:43:07.867Z | out/manifest-cache/switch-softnpu.tar.gz.json |
4150 | 2024-03-21T15:43:07.867Z |
1,566 100% 2.34kB/s 0:00:00
1,566 100% 2.34kB/s 0:00:00 (xfr#88, to-chk=159/254) |
4151 | 2024-03-21T15:43:07.867Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
4152 | 2024-03-21T15:43:07.867Z |
10,790 100% 16.14kB/s 0:00:00
10,790 100% 16.14kB/s 0:00:00 (xfr#89, to-chk=158/254) |
4153 | 2024-03-21T15:43:07.867Z | out/manifest-cache/wicket.tar.gz.json |
4154 | 2024-03-21T15:43:07.868Z |
1,084 100% 1.62kB/s 0:00:00
1,084 100% 1.62kB/s 0:00:00 (xfr#90, to-chk=157/254) |
4155 | 2024-03-21T15:43:07.868Z | out/manifest-cache/wicketd.tar.gz.json |
4156 | 2024-03-21T15:43:07.868Z |
1,560 100% 2.33kB/s 0:00:00
1,560 100% 2.33kB/s 0:00:00 (xfr#91, to-chk=156/254) |
4157 | 2024-03-21T15:43:07.868Z | out/manifest-cache/zone-network-install.tar.gz.json |
4158 | 2024-03-21T15:43:07.868Z |
877 100% 1.31kB/s 0:00:00
877 100% 1.31kB/s 0:00:00 (xfr#92, to-chk=155/254) |
4159 | 2024-03-21T15:43:07.868Z | out/manifest-cache/zone-network-setup.tar.gz.json |
4160 | 2024-03-21T15:43:07.868Z |
772 100% 1.15kB/s 0:00:00
772 100% 1.15kB/s 0:00:00 (xfr#93, to-chk=154/254) |
4161 | 2024-03-21T15:43:07.868Z | out/target/ |
4162 | 2024-03-21T15:43:07.868Z | out/target/active -> default |
4163 | 2024-03-21T15:43:07.868Z | out/target/default |
4164 | 2024-03-21T15:43:07.868Z |
74 100% 0.11kB/s 0:00:00
74 100% 0.11kB/s 0:00:00 (xfr#94, to-chk=152/254) |
4165 | 2024-03-21T15:43:07.868Z | smf/ |
4166 | 2024-03-21T15:43:07.868Z | smf/clickhouse/ |
4167 | 2024-03-21T15:43:07.868Z | smf/clickhouse/config_replica.xml |
4168 | 2024-03-21T15:43:07.868Z |
2,728 100% 4.08kB/s 0:00:00
2,728 100% 4.08kB/s 0:00:00 (xfr#95, to-chk=132/254) |
4169 | 2024-03-21T15:43:07.868Z | smf/clickhouse/manifest.xml |
4170 | 2024-03-21T15:43:07.868Z |
1,494 100% 2.23kB/s 0:00:00
1,494 100% 2.23kB/s 0:00:00 (xfr#96, to-chk=131/254) |
4171 | 2024-03-21T15:43:07.896Z | smf/clickhouse/method_script.sh |
4172 | 2024-03-21T15:43:07.896Z |
5,330 100% 7.97kB/s 0:00:00
5,330 100% 7.97kB/s 0:00:00 (xfr#97, to-chk=130/254) |
4173 | 2024-03-21T15:43:07.896Z | smf/clickhouse_keeper/ |
4174 | 2024-03-21T15:43:07.897Z | smf/clickhouse_keeper/keeper_config.xml |
4175 | 2024-03-21T15:43:07.897Z |
1,460 100% 2.18kB/s 0:00:00
1,460 100% 2.18kB/s 0:00:00 (xfr#98, to-chk=129/254) |
4176 | 2024-03-21T15:43:07.897Z | smf/clickhouse_keeper/manifest.xml |
4177 | 2024-03-21T15:43:07.897Z |
1,534 100% 2.29kB/s 0:00:00
1,534 100% 2.29kB/s 0:00:00 (xfr#99, to-chk=128/254) |
4178 | 2024-03-21T15:43:07.897Z | smf/clickhouse_keeper/method_script.sh |
4179 | 2024-03-21T15:43:07.897Z |
4,324 100% 6.46kB/s 0:00:00
4,324 100% 6.46kB/s 0:00:00 (xfr#100, to-chk=127/254) |
4180 | 2024-03-21T15:43:07.897Z | smf/cockroachdb/ |
4181 | 2024-03-21T15:43:07.897Z | smf/cockroachdb/manifest.xml |
4182 | 2024-03-21T15:43:07.897Z |
1,667 100% 2.49kB/s 0:00:00
1,667 100% 2.49kB/s 0:00:00 (xfr#101, to-chk=126/254) |
4183 | 2024-03-21T15:43:07.897Z | smf/cockroachdb/method_script.sh |
4184 | 2024-03-21T15:43:07.897Z |
1,030 100% 1.54kB/s 0:00:00
1,030 100% 1.54kB/s 0:00:00 (xfr#102, to-chk=125/254) |
4185 | 2024-03-21T15:43:07.897Z | smf/external-dns/ |
4186 | 2024-03-21T15:43:07.897Z | smf/external-dns/config.toml |
4187 | 2024-03-21T15:43:07.897Z |
353 100% 0.53kB/s 0:00:00
353 100% 0.53kB/s 0:00:00 (xfr#103, to-chk=124/254) |
4188 | 2024-03-21T15:43:07.897Z | smf/external-dns/manifest.xml |
4189 | 2024-03-21T15:43:07.897Z |
1,805 100% 2.70kB/s 0:00:00
1,805 100% 2.70kB/s 0:00:00 (xfr#104, to-chk=123/254) |
4190 | 2024-03-21T15:43:07.897Z | smf/installinator/ |
4191 | 2024-03-21T15:43:07.897Z | smf/installinator/manifest.xml |
4192 | 2024-03-21T15:43:07.897Z |
2,149 100% 3.21kB/s 0:00:00
2,149 100% 3.21kB/s 0:00:00 (xfr#105, to-chk=122/254) |
4193 | 2024-03-21T15:43:07.897Z | smf/internal-dns/ |
4194 | 2024-03-21T15:43:07.897Z | smf/internal-dns/config.toml |
4195 | 2024-03-21T15:43:07.897Z |
353 100% 0.53kB/s 0:00:00
353 100% 0.53kB/s 0:00:00 (xfr#106, to-chk=121/254) |
4196 | 2024-03-21T15:43:07.897Z | smf/internal-dns/manifest.xml |
4197 | 2024-03-21T15:43:07.898Z |
1,618 100% 2.42kB/s 0:00:00
1,618 100% 2.42kB/s 0:00:00 (xfr#107, to-chk=120/254) |
4198 | 2024-03-21T15:43:07.898Z | smf/logadm/ |
4199 | 2024-03-21T15:43:07.898Z | smf/logadm/crontab.root |
4200 | 2024-03-21T15:43:07.898Z |
30 100% 0.04kB/s 0:00:00
30 100% 0.04kB/s 0:00:00 (xfr#108, to-chk=119/254) |
4201 | 2024-03-21T15:43:07.898Z | smf/logadm/logadm.conf |
4202 | 2024-03-21T15:43:07.898Z |
2,553 100% 3.81kB/s 0:00:00
2,553 100% 3.81kB/s 0:00:00 (xfr#109, to-chk=118/254) |
4203 | 2024-03-21T15:43:07.898Z | smf/mgs-sim/ |
4204 | 2024-03-21T15:43:07.898Z | smf/mgs-sim/config.toml |
4205 | 2024-03-21T15:43:07.898Z |
3,534 100% 5.28kB/s 0:00:00
3,534 100% 5.28kB/s 0:00:00 (xfr#110, to-chk=117/254) |
4206 | 2024-03-21T15:43:07.898Z | smf/mgs/ |
4207 | 2024-03-21T15:43:07.898Z | smf/mgs/config.toml |
4208 | 2024-03-21T15:43:07.898Z |
9,085 100% 13.57kB/s 0:00:00
9,085 100% 13.57kB/s 0:00:00 (xfr#111, to-chk=116/254) |
4209 | 2024-03-21T15:43:07.898Z | smf/mgs/manifest.xml |
4210 | 2024-03-21T15:43:07.898Z |
2,474 100% 3.69kB/s 0:00:00
2,474 100% 3.69kB/s 0:00:00 (xfr#112, to-chk=115/254) |
4211 | 2024-03-21T15:43:07.898Z | smf/nexus/ |
4212 | 2024-03-21T15:43:07.898Z | smf/nexus/manifest.xml |
4213 | 2024-03-21T15:43:07.898Z |
1,987 100% 2.97kB/s 0:00:00
1,987 100% 2.97kB/s 0:00:00 (xfr#113, to-chk=114/254) |
4214 | 2024-03-21T15:43:07.898Z | smf/nexus/multi-sled/ |
4215 | 2024-03-21T15:43:07.898Z | smf/nexus/multi-sled/config-partial.toml |
4216 | 2024-03-21T15:43:07.898Z |
1,997 100% 2.98kB/s 0:00:00
1,997 100% 2.98kB/s 0:00:00 (xfr#114, to-chk=111/254) |
4217 | 2024-03-21T15:43:07.898Z | smf/nexus/single-sled/ |
4218 | 2024-03-21T15:43:07.898Z | smf/nexus/single-sled/config-partial.toml |
4219 | 2024-03-21T15:43:07.898Z |
1,993 100% 2.97kB/s 0:00:00
1,993 100% 2.97kB/s 0:00:00 (xfr#115, to-chk=110/254) |
4220 | 2024-03-21T15:43:07.899Z | smf/ntp/ |
4221 | 2024-03-21T15:43:07.899Z | smf/ntp/etc/ |
4222 | 2024-03-21T15:43:07.899Z | smf/ntp/etc/inet/ |
4223 | 2024-03-21T15:43:07.899Z | smf/ntp/etc/inet/chrony.conf.boundary |
4224 | 2024-03-21T15:43:07.899Z |
881 100% 1.31kB/s 0:00:00
881 100% 1.31kB/s 0:00:00 (xfr#116, to-chk=104/254) |
4225 | 2024-03-21T15:43:07.899Z | smf/ntp/etc/inet/chrony.conf.internal |
4226 | 2024-03-21T15:43:07.899Z |
1,108 100% 1.65kB/s 0:00:00
1,108 100% 1.65kB/s 0:00:00 (xfr#117, to-chk=103/254) |
4227 | 2024-03-21T15:43:07.899Z | smf/ntp/etc/logadm.d/ |
4228 | 2024-03-21T15:43:07.899Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
4229 | 2024-03-21T15:43:07.899Z |
135 100% 0.20kB/s 0:00:00
135 100% 0.20kB/s 0:00:00 (xfr#118, to-chk=102/254) |
4230 | 2024-03-21T15:43:07.899Z | smf/ntp/manifest/ |
4231 | 2024-03-21T15:43:07.899Z | smf/ntp/manifest/manifest.xml |
4232 | 2024-03-21T15:43:07.899Z |
3,336 100% 4.97kB/s 0:00:00
3,336 100% 4.97kB/s 0:00:00 (xfr#119, to-chk=101/254) |
4233 | 2024-03-21T15:43:07.899Z | smf/ntp/method/ |
4234 | 2024-03-21T15:43:07.899Z | smf/ntp/method/svc-site-ntp |
4235 | 2024-03-21T15:43:07.899Z |
3,211 100% 4.79kB/s 0:00:00
3,211 100% 4.79kB/s 0:00:00 (xfr#120, to-chk=100/254) |
4236 | 2024-03-21T15:43:07.899Z | smf/opte-interface-setup/ |
4237 | 2024-03-21T15:43:07.899Z | smf/opte-interface-setup/manifest.xml |
4238 | 2024-03-21T15:43:07.899Z |
1,638 100% 2.44kB/s 0:00:00
1,638 100% 2.44kB/s 0:00:00 (xfr#121, to-chk=99/254) |
4239 | 2024-03-21T15:43:07.899Z | smf/oximeter/ |
4240 | 2024-03-21T15:43:07.899Z | smf/oximeter/config.toml |
4241 | 2024-03-21T15:43:07.899Z |
205 100% 0.31kB/s 0:00:00
205 100% 0.31kB/s 0:00:00 (xfr#122, to-chk=98/254) |
4242 | 2024-03-21T15:43:07.899Z | smf/oximeter/manifest.xml |
4243 | 2024-03-21T15:43:07.899Z |
1,770 100% 2.64kB/s 0:00:00
1,770 100% 2.64kB/s 0:00:00 (xfr#123, to-chk=97/254) |
4244 | 2024-03-21T15:43:07.900Z | smf/profile/ |
4245 | 2024-03-21T15:43:07.900Z | smf/profile/bashrc |
4246 | 2024-03-21T15:43:07.900Z |
925 100% 1.38kB/s 0:00:00
925 100% 1.38kB/s 0:00:00 (xfr#124, to-chk=96/254) |
4247 | 2024-03-21T15:43:07.900Z | smf/profile/profile |
4248 | 2024-03-21T15:43:07.900Z |
535 100% 0.80kB/s 0:00:00
535 100% 0.80kB/s 0:00:00 (xfr#125, to-chk=95/254) |
4249 | 2024-03-21T15:43:07.900Z | smf/sled-agent/ |
4250 | 2024-03-21T15:43:07.900Z | smf/sled-agent/manifest.xml |
4251 | 2024-03-21T15:43:07.900Z |
2,373 100% 3.54kB/s 0:00:00
2,373 100% 3.54kB/s 0:00:00 (xfr#126, to-chk=94/254) |
4252 | 2024-03-21T15:43:07.900Z | smf/sled-agent/gimlet-standalone/ |
4253 | 2024-03-21T15:43:07.900Z | smf/sled-agent/gimlet-standalone/README.md |
4254 | 2024-03-21T15:43:07.900Z |
114 100% 0.17kB/s 0:00:00
114 100% 0.17kB/s 0:00:00 (xfr#127, to-chk=90/254) |
4255 | 2024-03-21T15:43:07.900Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
4256 | 2024-03-21T15:43:07.900Z |
6,611 100% 9.84kB/s 0:00:00
6,611 100% 9.84kB/s 0:00:00 (xfr#128, to-chk=89/254) |
4257 | 2024-03-21T15:43:07.900Z | smf/sled-agent/gimlet-standalone/config.toml |
4258 | 2024-03-21T15:43:07.900Z |
1,800 100% 2.68kB/s 0:00:00
1,800 100% 2.68kB/s 0:00:00 (xfr#129, to-chk=88/254) |
4259 | 2024-03-21T15:43:07.900Z | smf/sled-agent/gimlet/ |
4260 | 2024-03-21T15:43:07.900Z | smf/sled-agent/gimlet/README.md |
4261 | 2024-03-21T15:43:07.900Z |
54 100% 0.08kB/s 0:00:00
54 100% 0.08kB/s 0:00:00 (xfr#130, to-chk=87/254) |
4262 | 2024-03-21T15:43:07.900Z | smf/sled-agent/gimlet/config.toml |
4263 | 2024-03-21T15:43:07.900Z |
1,657 100% 2.47kB/s 0:00:00
1,657 100% 2.47kB/s 0:00:00 (xfr#131, to-chk=86/254) |
4264 | 2024-03-21T15:43:07.900Z | smf/sled-agent/non-gimlet/ |
4265 | 2024-03-21T15:43:07.900Z | smf/sled-agent/non-gimlet/README.md |
4266 | 2024-03-21T15:43:07.900Z |
105 100% 0.16kB/s 0:00:00
105 100% 0.16kB/s 0:00:00 (xfr#132, to-chk=85/254) |
4267 | 2024-03-21T15:43:07.901Z | smf/sled-agent/non-gimlet/config.toml |
4268 | 2024-03-21T15:43:07.901Z |
2,820 100% 4.20kB/s 0:00:00
2,820 100% 4.20kB/s 0:00:00 (xfr#133, to-chk=84/254) |
4269 | 2024-03-21T15:43:07.901Z | smf/sp-sim/ |
4270 | 2024-03-21T15:43:07.901Z | smf/sp-sim/config.toml |
4271 | 2024-03-21T15:43:07.929Z |
2,604 100% 3.88kB/s 0:00:00
2,604 100% 3.88kB/s 0:00:00 (xfr#134, to-chk=83/254) |
4272 | 2024-03-21T15:43:07.930Z | smf/sp-sim/manifest.xml |
4273 | 2024-03-21T15:43:07.930Z |
1,271 100% 1.89kB/s 0:00:00
1,271 100% 1.89kB/s 0:00:00 (xfr#135, to-chk=82/254) |
4274 | 2024-03-21T15:43:07.930Z | smf/switch_zone_setup/ |
4275 | 2024-03-21T15:43:07.930Z | smf/switch_zone_setup/manifest.xml |
4276 | 2024-03-21T15:43:07.930Z |
1,061 100% 1.58kB/s 0:00:00
1,061 100% 1.58kB/s 0:00:00 (xfr#136, to-chk=81/254) |
4277 | 2024-03-21T15:43:07.930Z | smf/switch_zone_setup/support_authorized_keys |
4278 | 2024-03-21T15:43:07.930Z |
1,284 100% 1.91kB/s 0:00:00
1,284 100% 1.91kB/s 0:00:00 (xfr#137, to-chk=80/254) |
4279 | 2024-03-21T15:43:07.930Z | smf/switch_zone_setup/switch_zone_setup |
4280 | 2024-03-21T15:43:07.930Z |
1,041 100% 1.55kB/s 0:00:00
1,041 100% 1.55kB/s 0:00:00 (xfr#138, to-chk=79/254) |
4281 | 2024-03-21T15:43:07.930Z | smf/wicketd/ |
4282 | 2024-03-21T15:43:07.930Z | smf/wicketd/config.toml |
4283 | 2024-03-21T15:43:07.930Z |
104 100% 0.15kB/s 0:00:00
104 100% 0.15kB/s 0:00:00 (xfr#139, to-chk=78/254) |
4284 | 2024-03-21T15:43:07.930Z | smf/wicketd/manifest.xml |
4285 | 2024-03-21T15:43:07.930Z |
2,954 100% 4.40kB/s 0:00:00
2,954 100% 4.40kB/s 0:00:00 (xfr#140, to-chk=77/254) |
4286 | 2024-03-21T15:43:07.930Z | smf/zone-network-setup/ |
4287 | 2024-03-21T15:43:07.930Z | smf/zone-network-setup/manifest.xml |
4288 | 2024-03-21T15:43:07.930Z |
1,614 100% 2.40kB/s 0:00:00
1,614 100% 2.40kB/s 0:00:00 (xfr#141, to-chk=76/254) |
4289 | 2024-03-21T15:43:07.930Z | tools/ |
4290 | 2024-03-21T15:43:07.930Z | tools/README.adoc |
4291 | 2024-03-21T15:43:07.930Z |
3,558 100% 5.29kB/s 0:00:00
3,558 100% 5.29kB/s 0:00:00 (xfr#142, to-chk=75/254) |
4292 | 2024-03-21T15:43:07.931Z | tools/build-global-zone-packages.sh |
4293 | 2024-03-21T15:43:07.931Z |
2,388 100% 3.55kB/s 0:00:00
2,388 100% 3.55kB/s 0:00:00 (xfr#143, to-chk=74/254) |
4294 | 2024-03-21T15:43:07.931Z | tools/build-host-image.sh |
4295 | 2024-03-21T15:43:07.931Z |
2,971 100% 4.42kB/s 0:00:00
2,971 100% 4.42kB/s 0:00:00 (xfr#144, to-chk=73/254) |
4296 | 2024-03-21T15:43:07.931Z | tools/build-trampoline-global-zone-packages.sh |
4297 | 2024-03-21T15:43:07.931Z |
1,878 100% 2.79kB/s 0:00:00
1,878 100% 2.79kB/s 0:00:00 (xfr#145, to-chk=72/254) |
4298 | 2024-03-21T15:43:07.931Z | tools/ci_check_opte_ver.sh |
4299 | 2024-03-21T15:43:07.931Z |
2,770 100% 4.12kB/s 0:00:00
2,770 100% 4.12kB/s 0:00:00 (xfr#146, to-chk=71/254) |
4300 | 2024-03-21T15:43:07.931Z | tools/ci_download_clickhouse |
4301 | 2024-03-21T15:43:07.931Z |
3,631 100% 5.40kB/s 0:00:00
3,631 100% 5.40kB/s 0:00:00 (xfr#147, to-chk=70/254) |
4302 | 2024-03-21T15:43:07.931Z | tools/ci_download_cockroachdb |
4303 | 2024-03-21T15:43:07.931Z |
4,292 100% 6.38kB/s 0:00:00
4,292 100% 6.38kB/s 0:00:00 (xfr#148, to-chk=69/254) |
4304 | 2024-03-21T15:43:07.931Z | tools/ci_download_console |
4305 | 2024-03-21T15:43:07.931Z |
1,991 100% 2.96kB/s 0:00:00
1,991 100% 2.96kB/s 0:00:00 (xfr#149, to-chk=68/254) |
4306 | 2024-03-21T15:43:07.931Z | tools/ci_download_dendrite_openapi |
4307 | 2024-03-21T15:43:07.931Z |
1,719 100% 2.56kB/s 0:00:00
1,719 100% 2.56kB/s 0:00:00 (xfr#150, to-chk=67/254) |
4308 | 2024-03-21T15:43:07.931Z | tools/ci_download_dendrite_stub |
4309 | 2024-03-21T15:43:07.931Z |
4,229 100% 6.29kB/s 0:00:00
4,229 100% 6.29kB/s 0:00:00 (xfr#151, to-chk=66/254) |
4310 | 2024-03-21T15:43:07.931Z | tools/ci_download_maghemite_mgd |
4311 | 2024-03-21T15:43:07.931Z |
3,650 100% 5.43kB/s 0:00:00
3,650 100% 5.43kB/s 0:00:00 (xfr#152, to-chk=65/254) |
4312 | 2024-03-21T15:43:07.931Z | tools/ci_download_maghemite_openapi |
4313 | 2024-03-21T15:43:07.932Z |
1,989 100% 2.96kB/s 0:00:00
1,989 100% 2.96kB/s 0:00:00 (xfr#153, to-chk=64/254) |
4314 | 2024-03-21T15:43:07.932Z | tools/ci_download_softnpu_machinery |
4315 | 2024-03-21T15:43:07.932Z |
668 100% 0.99kB/s 0:00:00
668 100% 0.99kB/s 0:00:00 (xfr#154, to-chk=63/254) |
4316 | 2024-03-21T15:43:07.932Z | tools/ci_download_thundermuffin |
4317 | 2024-03-21T15:43:07.932Z |
3,237 100% 4.81kB/s 0:00:00
3,237 100% 4.81kB/s 0:00:00 (xfr#155, to-chk=62/254) |
4318 | 2024-03-21T15:43:07.932Z | tools/ci_download_transceiver_control |
4319 | 2024-03-21T15:43:07.932Z |
3,415 100% 5.07kB/s 0:00:00
3,415 100% 5.07kB/s 0:00:00 (xfr#156, to-chk=61/254) |
4320 | 2024-03-21T15:43:07.932Z | tools/clickhouse_checksums |
4321 | 2024-03-21T15:43:07.932Z |
153 100% 0.23kB/s 0:00:00
153 100% 0.23kB/s 0:00:00 (xfr#157, to-chk=60/254) |
4322 | 2024-03-21T15:43:07.932Z | tools/clickhouse_version |
4323 | 2024-03-21T15:43:07.932Z |
11 100% 0.02kB/s 0:00:00
11 100% 0.02kB/s 0:00:00 (xfr#158, to-chk=59/254) |
4324 | 2024-03-21T15:43:07.932Z | tools/cockroachdb_checksums |
4325 | 2024-03-21T15:43:07.932Z |
258 100% 0.38kB/s 0:00:00
258 100% 0.38kB/s 0:00:00 (xfr#159, to-chk=58/254) |
4326 | 2024-03-21T15:43:07.932Z | tools/cockroachdb_version |
4327 | 2024-03-21T15:43:07.932Z |
8 100% 0.01kB/s 0:00:00
8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254) |
4328 | 2024-03-21T15:43:07.932Z | tools/console_version |
4329 | 2024-03-21T15:43:07.932Z |
122 100% 0.18kB/s 0:00:00
122 100% 0.18kB/s 0:00:00 (xfr#161, to-chk=56/254) |
4330 | 2024-03-21T15:43:07.932Z | tools/create_gimlet_virtual_hardware.sh |
4331 | 2024-03-21T15:43:07.932Z |
936 100% 1.39kB/s 0:00:00
936 100% 1.39kB/s 0:00:00 (xfr#162, to-chk=55/254) |
4332 | 2024-03-21T15:43:07.932Z | tools/create_scrimlet_virtual_hardware.sh |
4333 | 2024-03-21T15:43:07.932Z |
2,014 100% 2.99kB/s 0:00:00
2,014 100% 2.99kB/s 0:00:00 (xfr#163, to-chk=54/254) |
4334 | 2024-03-21T15:43:07.932Z | tools/create_self_signed_cert.sh |
4335 | 2024-03-21T15:43:07.933Z |
685 100% 1.02kB/s 0:00:00
685 100% 1.02kB/s 0:00:00 (xfr#164, to-chk=53/254) |
4336 | 2024-03-21T15:43:07.933Z | tools/create_virtual_hardware.sh |
4337 | 2024-03-21T15:43:07.933Z |
3,184 100% 4.73kB/s 0:00:00
3,184 100% 4.73kB/s 0:00:00 (xfr#165, to-chk=52/254) |
4338 | 2024-03-21T15:43:07.933Z | tools/delete-reservoir.sh |
4339 | 2024-03-21T15:43:07.933Z |
136 100% 0.20kB/s 0:00:00
136 100% 0.20kB/s 0:00:00 (xfr#166, to-chk=51/254) |
4340 | 2024-03-21T15:43:07.933Z | tools/dendrite_openapi_version |
4341 | 2024-03-21T15:43:07.933Z |
122 100% 0.18kB/s 0:00:00
122 100% 0.18kB/s 0:00:00 (xfr#167, to-chk=50/254) |
4342 | 2024-03-21T15:43:07.933Z | tools/dendrite_stub_checksums |
4343 | 2024-03-21T15:43:07.933Z |
267 100% 0.40kB/s 0:00:00
267 100% 0.40kB/s 0:00:00 (xfr#168, to-chk=49/254) |
4344 | 2024-03-21T15:43:07.933Z | tools/destroy_gimlet_virtual_hardware.sh |
4345 | 2024-03-21T15:43:07.933Z |
888 100% 1.32kB/s 0:00:00
888 100% 1.32kB/s 0:00:00 (xfr#169, to-chk=48/254) |
4346 | 2024-03-21T15:43:07.933Z | tools/destroy_scrimlet_virtual_hardware.sh |
4347 | 2024-03-21T15:43:07.933Z |
1,147 100% 1.70kB/s 0:00:00
1,147 100% 1.70kB/s 0:00:00 (xfr#170, to-chk=47/254) |
4348 | 2024-03-21T15:43:07.933Z | tools/destroy_virtual_hardware.sh |
4349 | 2024-03-21T15:43:07.933Z |
2,227 100% 3.31kB/s 0:00:00
2,227 100% 3.31kB/s 0:00:00 (xfr#171, to-chk=46/254) |
4350 | 2024-03-21T15:43:07.933Z | tools/dvt_dock_version |
4351 | 2024-03-21T15:43:07.933Z |
48 100% 0.07kB/s 0:00:00
48 100% 0.07kB/s 0:00:00 (xfr#172, to-chk=45/254) |
4352 | 2024-03-21T15:43:07.933Z | tools/ensure_buildomat_artifact.sh |
4353 | 2024-03-21T15:43:07.933Z |
3,759 100% 5.57kB/s 0:00:00
3,759 100% 5.57kB/s 0:00:00 (xfr#173, to-chk=44/254) |
4354 | 2024-03-21T15:43:07.933Z | tools/generate-nexus-api.sh |
4355 | 2024-03-21T15:43:07.933Z |
174 100% 0.26kB/s 0:00:00
174 100% 0.26kB/s 0:00:00 (xfr#174, to-chk=43/254) |
4356 | 2024-03-21T15:43:07.933Z | tools/generate-sled-agent-api.sh |
4357 | 2024-03-21T15:43:07.934Z |
161 100% 0.24kB/s 0:00:00
161 100% 0.24kB/s 0:00:00 (xfr#175, to-chk=42/254) |
4358 | 2024-03-21T15:43:07.934Z | tools/generate-wicketd-api.sh |
4359 | 2024-03-21T15:43:07.934Z |
75 100% 0.11kB/s 0:00:00
75 100% 0.11kB/s 0:00:00 (xfr#176, to-chk=41/254) |
4360 | 2024-03-21T15:43:07.934Z | tools/hubris_checksums |
4361 | 2024-03-21T15:43:07.934Z |
852 100% 1.26kB/s 0:00:00
852 100% 1.26kB/s 0:00:00 (xfr#177, to-chk=40/254) |
4362 | 2024-03-21T15:43:07.934Z | tools/hubris_version |
4363 | 2024-03-21T15:43:07.934Z |
50 100% 0.07kB/s 0:00:00
50 100% 0.07kB/s 0:00:00 (xfr#178, to-chk=39/254) |
4364 | 2024-03-21T15:43:07.934Z | tools/install_builder_prerequisites.sh |
4365 | 2024-03-21T15:43:07.934Z |
7,537 100% 11.17kB/s 0:00:00
7,537 100% 11.17kB/s 0:00:00 (xfr#179, to-chk=38/254) |
4366 | 2024-03-21T15:43:07.934Z | tools/install_opte.sh |
4367 | 2024-03-21T15:43:07.934Z |
3,755 100% 5.56kB/s 0:00:00
3,755 100% 5.56kB/s 0:00:00 (xfr#180, to-chk=37/254) |
4368 | 2024-03-21T15:43:07.934Z | tools/install_prerequisites.sh |
4369 | 2024-03-21T15:43:07.934Z |
255 100% 0.38kB/s 0:00:00
255 100% 0.38kB/s 0:00:00 (xfr#181, to-chk=36/254) |
4370 | 2024-03-21T15:43:07.934Z | tools/install_runner_prerequisites.sh |
4371 | 2024-03-21T15:43:07.963Z |
4,154 100% 6.16kB/s 0:00:00
4,154 100% 6.16kB/s 0:00:00 (xfr#182, to-chk=35/254) |
4372 | 2024-03-21T15:43:07.963Z | tools/maghemite_ddm_openapi_version |
4373 | 2024-03-21T15:43:07.963Z |
122 100% 0.18kB/s 0:00:00
122 100% 0.18kB/s 0:00:00 (xfr#183, to-chk=34/254) |
4374 | 2024-03-21T15:43:07.963Z | tools/maghemite_mg_openapi_version |
4375 | 2024-03-21T15:43:07.963Z |
122 100% 0.18kB/s 0:00:00
122 100% 0.18kB/s 0:00:00 (xfr#184, to-chk=33/254) |
4376 | 2024-03-21T15:43:07.963Z | tools/maghemite_mgd_checksums |
4377 | 2024-03-21T15:43:07.963Z |
162 100% 0.24kB/s 0:00:00
162 100% 0.24kB/s 0:00:00 (xfr#185, to-chk=32/254) |
4378 | 2024-03-21T15:43:07.963Z | tools/opte_version |
4379 | 2024-03-21T15:43:07.963Z |
9 100% 0.01kB/s 0:00:00
9 100% 0.01kB/s 0:00:00 (xfr#186, to-chk=31/254) |
4380 | 2024-03-21T15:43:07.963Z | tools/opte_version_override |
4381 | 2024-03-21T15:43:07.963Z |
142 100% 0.21kB/s 0:00:00
142 100% 0.21kB/s 0:00:00 (xfr#187, to-chk=30/254) |
4382 | 2024-03-21T15:43:07.963Z | tools/renovate-post-upgrade.sh |
4383 | 2024-03-21T15:43:07.963Z |
1,705 100% 2.52kB/s 0:00:00
1,705 100% 2.52kB/s 0:00:00 (xfr#188, to-chk=29/254) |
4384 | 2024-03-21T15:43:07.963Z | tools/thundermuffin_checksums |
4385 | 2024-03-21T15:43:07.963Z |
79 100% 0.12kB/s 0:00:00
79 100% 0.12kB/s 0:00:00 (xfr#189, to-chk=28/254) |
4386 | 2024-03-21T15:43:07.964Z | tools/thundermuffin_version |
4387 | 2024-03-21T15:43:07.964Z |
50 100% 0.07kB/s 0:00:00
50 100% 0.07kB/s 0:00:00 (xfr#190, to-chk=27/254) |
4388 | 2024-03-21T15:43:07.964Z | tools/transceiver_control_version |
4389 | 2024-03-21T15:43:07.964Z |
137 100% 0.20kB/s 0:00:00
137 100% 0.20kB/s 0:00:00 (xfr#191, to-chk=26/254) |
4390 | 2024-03-21T15:43:07.964Z | tools/uninstall_opte.sh |
4391 | 2024-03-21T15:43:07.964Z |
6,514 100% 9.64kB/s 0:00:00
6,514 100% 9.64kB/s 0:00:00 (xfr#192, to-chk=25/254) |
4392 | 2024-03-21T15:43:07.964Z | tools/update_crucible.sh |
4393 | 2024-03-21T15:43:07.964Z |
1,093 100% 1.62kB/s 0:00:00
1,093 100% 1.62kB/s 0:00:00 (xfr#193, to-chk=24/254) |
4394 | 2024-03-21T15:43:07.964Z | tools/update_dendrite.sh |
4395 | 2024-03-21T15:43:07.964Z |
2,333 100% 3.45kB/s 0:00:00
2,333 100% 3.45kB/s 0:00:00 (xfr#194, to-chk=23/254) |
4396 | 2024-03-21T15:43:07.964Z | tools/update_helpers.sh |
4397 | 2024-03-21T15:43:07.964Z |
3,831 100% 5.67kB/s 0:00:00
3,831 100% 5.67kB/s 0:00:00 (xfr#195, to-chk=22/254) |
4398 | 2024-03-21T15:43:07.964Z | tools/update_lldp.sh |
4399 | 2024-03-21T15:43:07.964Z |
1,000 100% 1.48kB/s 0:00:00
1,000 100% 1.48kB/s 0:00:00 (xfr#196, to-chk=21/254) |
4400 | 2024-03-21T15:43:07.964Z | tools/update_maghemite.sh |
4401 | 2024-03-21T15:43:07.964Z |
939 100% 1.39kB/s 0:00:00
939 100% 1.39kB/s 0:00:00 (xfr#197, to-chk=20/254) |
4402 | 2024-03-21T15:43:07.964Z | tools/update_propolis.sh |
4403 | 2024-03-21T15:43:07.964Z |
1,050 100% 1.55kB/s 0:00:00
1,050 100% 1.55kB/s 0:00:00 (xfr#198, to-chk=19/254) |
4404 | 2024-03-21T15:43:07.964Z | tools/update_transceiver_control.sh |
4405 | 2024-03-21T15:43:07.964Z |
1,374 100% 2.03kB/s 0:00:00
1,374 100% 2.03kB/s 0:00:00 (xfr#199, to-chk=18/254) |
4406 | 2024-03-21T15:43:07.964Z | tools/virtual_hardware.sh |
4407 | 2024-03-21T15:43:07.964Z |
3,429 100% 5.07kB/s 0:00:00
3,429 100% 5.07kB/s 0:00:00 (xfr#200, to-chk=17/254) |
4408 | 2024-03-21T15:43:07.964Z | tools/dtrace/ |
4409 | 2024-03-21T15:43:07.965Z | tools/dtrace/aggregate-query-latency.d |
4410 | 2024-03-21T15:43:07.965Z |
780 100% 1.15kB/s 0:00:00
780 100% 1.15kB/s 0:00:00 (xfr#201, to-chk=11/254) |
4411 | 2024-03-21T15:43:07.965Z | tools/dtrace/slowest-queries.d |
4412 | 2024-03-21T15:43:07.965Z |
1,077 100% 1.59kB/s 0:00:00
1,077 100% 1.59kB/s 0:00:00 (xfr#202, to-chk=10/254) |
4413 | 2024-03-21T15:43:07.965Z | tools/dtrace/trace-db-queries.d |
4414 | 2024-03-21T15:43:07.965Z |
811 100% 1.20kB/s 0:00:00
811 100% 1.20kB/s 0:00:00 (xfr#203, to-chk=9/254) |
4415 | 2024-03-21T15:43:07.965Z | tools/include/ |
4416 | 2024-03-21T15:43:07.965Z | tools/include/force-git-over-https.sh |
4417 | 2024-03-21T15:43:07.965Z |
940 100% 1.39kB/s 0:00:00
940 100% 1.39kB/s 0:00:00 (xfr#204, to-chk=8/254) |
4418 | 2024-03-21T15:43:07.965Z | tools/populate/ |
4419 | 2024-03-21T15:43:07.965Z | tools/populate/populate-alpine.sh |
4420 | 2024-03-21T15:43:07.965Z |
788 100% 1.16kB/s 0:00:00
788 100% 1.16kB/s 0:00:00 (xfr#205, to-chk=7/254) |
4421 | 2024-03-21T15:43:07.965Z | tools/populate/populate-images.sh |
4422 | 2024-03-21T15:43:07.965Z |
2,571 100% 3.80kB/s 0:00:00
2,571 100% 3.80kB/s 0:00:00 (xfr#206, to-chk=6/254) |
4423 | 2024-03-21T15:43:07.965Z | tools/reflector/ |
4424 | 2024-03-21T15:43:07.965Z | tools/reflector/helpers.sh |
4425 | 2024-03-21T15:43:07.965Z |
4,652 100% 6.87kB/s 0:00:00
4,652 100% 6.87kB/s 0:00:00 (xfr#207, to-chk=5/254) |
4426 | 2024-03-21T15:43:07.965Z | tools/scrimlet/ |
4427 | 2024-03-21T15:43:07.965Z | tools/scrimlet/create-softnpu-zone.sh |
4428 | 2024-03-21T15:43:07.965Z |
627 100% 0.93kB/s 0:00:00
627 100% 0.93kB/s 0:00:00 (xfr#208, to-chk=4/254) |
4429 | 2024-03-21T15:43:07.965Z | tools/scrimlet/destroy-softnpu-zone.sh |
4430 | 2024-03-21T15:43:07.965Z |
203 100% 0.30kB/s 0:00:00
203 100% 0.30kB/s 0:00:00 (xfr#209, to-chk=3/254) |
4431 | 2024-03-21T15:43:07.965Z | tools/scrimlet/softnpu-init.sh |
4432 | 2024-03-21T15:43:07.965Z |
2,157 100% 3.19kB/s 0:00:00
2,157 100% 3.19kB/s 0:00:00 (xfr#210, to-chk=2/254) |
4433 | 2024-03-21T15:43:07.966Z | tools/scrimlet/softnpu-zone.txt |
4434 | 2024-03-21T15:43:07.966Z |
330 100% 0.49kB/s 0:00:00
330 100% 0.49kB/s 0:00:00 (xfr#211, to-chk=1/254) |
4435 | 2024-03-21T15:43:07.966Z | tools/scrimlet/softnpu.toml |
4436 | 2024-03-21T15:43:07.966Z |
171 100% 0.25kB/s 0:00:00
171 100% 0.25kB/s 0:00:00 (xfr#212, to-chk=0/254) |
4437 | 2024-03-21T15:43:07.966Z | + banner G3 |
4438 | 2024-03-21T15:43:07.966Z | ##### ##### |
4439 | 2024-03-21T15:43:07.966Z | # # # # |
4440 | 2024-03-21T15:43:07.966Z | # # |
4441 | 2024-03-21T15:43:07.966Z | # #### ##### |
4442 | 2024-03-21T15:43:07.966Z | # # # |
4443 | 2024-03-21T15:43:07.966Z | # # # # |
4444 | 2024-03-21T15:43:07.966Z | ##### ##### |
4445 | 2024-03-21T15:43:07.966Z | |
4446 | 2024-03-21T15:43:07.966Z | + . config/build-g3.sh |
4447 | 2024-03-21T15:43:07.966Z | ++ rm -f /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config-rss.toml |
4448 | 2024-03-21T15:43:07.966Z | ++ cp config/g3-config.toml /work/oxidecomputer/omicron/smf/sled-agent/non-gimlet/config.toml |
4449 | 2024-03-21T15:43:07.966Z | ++ cp config/mgs-sim-switch1.toml /work/oxidecomputer/omicron/smf/mgs-sim/config.toml |
4450 | 2024-03-21T15:43:07.966Z | ++ cp config/sp-sim-config.toml /work/oxidecomputer/omicron/smf/sp-sim/config.toml |
4451 | 2024-03-21T15:43:07.966Z | ++ cp -r cargo-bay/tools cargo-bay/g3/ |
4452 | 2024-03-21T15:43:07.966Z | ++ cd /work/oxidecomputer/omicron |
4453 | 2024-03-21T15:43:07.966Z | ++ cargo run --release --bin omicron-package -- -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled |
4454 | 2024-03-21T15:43:09.192Z | Finished release [optimized] target(s) in 1.17s |
4455 | 2024-03-21T15:43:09.218Z | Running `target/release/omicron-package -t default target create -i standard -m non-gimlet -s softnpu -r multi-sled` |
4456 | 2024-03-21T15:43:09.256Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
4457 | 2024-03-21T15:43:09.281Z | Created new build target 'default' and set it as active |
4458 | 2024-03-21T15:43:09.281Z | ++ cargo run --release --bin omicron-package -- package |
4459 | 2024-03-21T15:43:10.322Z | Finished release [optimized] target(s) in 0.97s |
4460 | 2024-03-21T15:43:10.353Z | Running `target/release/omicron-package package` |
4461 | 2024-03-21T15:43:10.387Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
4462 | 2024-03-21T15:43:11.578Z | Finished release [optimized] target(s) in 1.09s |
4463 | 2024-03-21T15:43:21.641Z | ++ cd /work/oxidecomputer/testbed/a4x2/config/../ |
4464 | 2024-03-21T15:43:21.666Z | ++ rm -rf cargo-bay/g3/omicron |
4465 | 2024-03-21T15:43:21.667Z | ++ mkdir -p cargo-bay/g3/omicron |
4466 | 2024-03-21T15:43:21.667Z | ++ 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/ |
4467 | 2024-03-21T15:43:21.667Z | sending incremental file list |
4468 | 2024-03-21T15:43:21.667Z | omicron-package |
4469 | 2024-03-21T15:43:21.916Z |
32,768 0% 0.00kB/s 0:00:00
40,097,552 100% 152.84MB/s 0:00:00 (xfr#1, to-chk=253/254) |
4470 | 2024-03-21T15:43:21.916Z | package-manifest.toml |
4471 | 2024-03-21T15:43:21.916Z |
26,511 100% 103.56kB/s 0:00:00
26,511 100% 103.56kB/s 0:00:00 (xfr#2, to-chk=252/254) |
4472 | 2024-03-21T15:43:21.916Z | out/ |
4473 | 2024-03-21T15:43:21.942Z | out/LOG |
4474 | 2024-03-21T15:43:21.942Z |
32,768 69% 128.00kB/s 0:00:00
47,201 100% 184.38kB/s 0:00:00 (xfr#3, to-chk=248/254) |
4475 | 2024-03-21T15:43:21.942Z | out/clickhouse.tar.gz |
4476 | 2024-03-21T15:43:22.687Z |
32,768 0% 128.00kB/s 0:30:05
225,476,608 97% 215.03MB/s 0:00:00
231,164,328 100% 215.92MB/s 0:00:01 (xfr#4, to-chk=247/254) |
4477 | 2024-03-21T15:43:22.713Z | out/clickhouse_keeper.tar.gz |
4478 | 2024-03-21T15:43:23.632Z |
32,768 0% 1.42MB/s 0:02:38
231,132,518 100% 227.71MB/s 0:00:00 (xfr#5, to-chk=246/254) |
4479 | 2024-03-21T15:43:23.633Z | out/cockroachdb.tar.gz |
4480 | 2024-03-21T15:43:24.073Z |
32,768 0% 33.06kB/s 1:03:50
8,781,824 6% 8.38MB/s 0:00:13
126,650,468 100% 85.78MB/s 0:00:01 (xfr#6, to-chk=245/254) |
4481 | 2024-03-21T15:43:24.073Z | out/crucible-pantry-zone.tar.gz |
4482 | 2024-03-21T15:43:24.156Z |
32,768 0% 78.24kB/s 0:05:22
25,274,868 100% 49.70MB/s 0:00:00 (xfr#7, to-chk=244/254) |
4483 | 2024-03-21T15:43:24.156Z | out/crucible-zone.tar.gz |
4484 | 2024-03-21T15:43:24.261Z |
32,768 0% 65.98kB/s 0:09:19
36,977,973 100% 59.07MB/s 0:00:00 (xfr#8, to-chk=243/254) |
4485 | 2024-03-21T15:43:24.261Z | out/external-dns.tar.gz |
4486 | 2024-03-21T15:43:24.358Z |
32,768 0% 53.60kB/s 0:09:37
30,996,658 100% 42.53MB/s 0:00:00 (xfr#9, to-chk=242/254) |
4487 | 2024-03-21T15:43:24.359Z | out/internal-dns.tar.gz |
4488 | 2024-03-21T15:43:24.456Z |
32,768 0% 45.98kB/s 0:11:13
30,995,994 100% 37.28MB/s 0:00:00 (xfr#10, to-chk=241/254) |
4489 | 2024-03-21T15:43:24.456Z | out/mg-ddm-gz.tar |
4490 | 2024-03-21T15:43:24.838Z |
32,768 0% 40.35kB/s 0:21:50
26,738,688 50% 25.50MB/s 0:00:01
52,915,712 100% 43.02MB/s 0:00:01 (xfr#11, to-chk=240/254) |
4491 | 2024-03-21T15:43:24.838Z | out/nexus.tar.gz |
4492 | 2024-03-21T15:43:25.120Z |
32,768 0% 183.91kB/s 0:08:18
91,632,921 100% 191.64MB/s 0:00:00 (xfr#12, to-chk=239/254) |
4493 | 2024-03-21T15:43:25.120Z | out/ntp.tar.gz |
4494 | 2024-03-21T15:43:25.155Z |
32,768 0% 70.18kB/s 0:02:28
10,420,988 100% 20.37MB/s 0:00:00 (xfr#13, to-chk=238/254) |
4495 | 2024-03-21T15:43:25.155Z | out/omicron-gateway-softnpu.tar.gz |
4496 | 2024-03-21T15:43:25.193Z |
32,768 0% 65.57kB/s 0:04:11
16,510,381 100% 29.76MB/s 0:00:00 (xfr#14, to-chk=237/254) |
4497 | 2024-03-21T15:43:25.193Z | out/omicron-gateway.tar.gz |
4498 | 2024-03-21T15:43:25.246Z |
32,768 0% 60.49kB/s 0:04:32
16,505,446 100% 27.05MB/s 0:00:00 (xfr#15, to-chk=236/254) |
4499 | 2024-03-21T15:43:25.246Z | out/omicron-sled-agent.tar |
4500 | 2024-03-21T15:43:26.177Z |
32,768 0% 54.98kB/s 0:35:24
50,724,864 43% 48.38MB/s 0:00:01
116,846,592 100% 73.70MB/s 0:00:01 (xfr#16, to-chk=235/254) |
4501 | 2024-03-21T15:43:26.177Z | out/overlay.tar.gz |
4502 | 2024-03-21T15:43:26.202Z |
2,621 100% 4.99kB/s 0:00:00
2,621 100% 4.99kB/s 0:00:00 (xfr#17, to-chk=234/254) |
4503 | 2024-03-21T15:43:26.202Z | out/oximeter.tar.gz |
4504 | 2024-03-21T15:43:26.459Z |
32,768 0% 62.38kB/s 0:12:49
48,023,041 100% 57.54MB/s 0:00:00 (xfr#18, to-chk=233/254) |
4505 | 2024-03-21T15:43:26.459Z | out/oxlog.tar |
4506 | 2024-03-21T15:43:26.521Z |
32,768 0% 40.15kB/s 0:02:34
6,244,352 100% 6.93MB/s 0:00:00 (xfr#19, to-chk=232/254) |
4507 | 2024-03-21T15:43:26.521Z | out/probe.tar.gz |
4508 | 2024-03-21T15:43:26.547Z |
32,768 1% 37.25kB/s 0:01:15
2,829,470 100% 3.09MB/s 0:00:00 (xfr#20, to-chk=231/254) |
4509 | 2024-03-21T15:43:26.547Z | out/propolis-server.tar.gz |
4510 | 2024-03-21T15:43:26.826Z |
32,768 0% 36.57kB/s 0:30:13
27,262,976 41% 26.00MB/s 0:00:01
66,360,059 100% 54.42MB/s 0:00:01 (xfr#21, to-chk=230/254) |
4511 | 2024-03-21T15:43:26.826Z | out/switch-softnpu.tar.gz |
4512 | 2024-03-21T15:43:27.461Z |
32,768 0% 196.32kB/s 0:17:18
203,968,285 100% 243.45MB/s 0:00:00 (xfr#22, to-chk=229/254) |
4513 | 2024-03-21T15:43:27.461Z | out/console-assets/ |
4514 | 2024-03-21T15:43:27.461Z | out/console-assets/VERSION |
4515 | 2024-03-21T15:43:27.461Z |
41 100% 0.05kB/s 0:00:00
41 100% 0.05kB/s 0:00:00 (xfr#23, to-chk=225/254) |
4516 | 2024-03-21T15:43:27.461Z | out/console-assets/index.html |
4517 | 2024-03-21T15:43:27.461Z |
466 100% 0.57kB/s 0:00:00
466 100% 0.57kB/s 0:00:00 (xfr#24, to-chk=224/254) |
4518 | 2024-03-21T15:43:27.461Z | out/console-assets/assets/ |
4519 | 2024-03-21T15:43:27.461Z | out/console-assets/assets/GT-America-Mono-Medium-YwIu9fzp.woff2 |
4520 | 2024-03-21T15:43:27.510Z |
32,768 70% 40.05kB/s 0:00:00
46,276 100% 56.56kB/s 0:00:00 (xfr#25, to-chk=222/254) |
4521 | 2024-03-21T15:43:27.510Z | out/console-assets/assets/GT-America-Mono-Medium-cdKcilbq.woff |
4522 | 2024-03-21T15:43:27.510Z |
32,768 65% 40.05kB/s 0:00:00
50,032 100% 61.15kB/s 0:00:00 (xfr#26, to-chk=221/254) |
4523 | 2024-03-21T15:43:27.511Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-2jMd8Iq8.woff |
4524 | 2024-03-21T15:43:27.511Z |
32,768 55% 40.05kB/s 0:00:00
58,524 100% 71.44kB/s 0:00:00 (xfr#27, to-chk=220/254) |
4525 | 2024-03-21T15:43:27.511Z | out/console-assets/assets/GT-America-Mono-Regular-OCC-EtmRvOfE.woff2 |
4526 | 2024-03-21T15:43:27.511Z |
32,768 71% 40.00kB/s 0:00:00
46,060 100% 56.23kB/s 0:00:00 (xfr#28, to-chk=219/254) |
4527 | 2024-03-21T15:43:27.511Z | out/console-assets/assets/SuisseIntl-Book-WebS-7Tl_Fk8K.woff |
4528 | 2024-03-21T15:43:27.511Z |
21,937 100% 26.78kB/s 0:00:00
21,937 100% 26.78kB/s 0:00:00 (xfr#29, to-chk=218/254) |
4529 | 2024-03-21T15:43:27.511Z | out/console-assets/assets/SuisseIntl-Book-WebS-gKxfuMfR.woff2 |
4530 | 2024-03-21T15:43:27.511Z |
17,996 100% 21.94kB/s 0:00:00
17,996 100% 21.94kB/s 0:00:00 (xfr#30, to-chk=217/254) |
4531 | 2024-03-21T15:43:27.511Z | out/console-assets/assets/SuisseIntl-Light-WebS-M174oNfc.woff |
4532 | 2024-03-21T15:43:27.511Z |
21,890 100% 26.69kB/s 0:00:00
21,890 100% 26.69kB/s 0:00:00 (xfr#31, to-chk=216/254) |
4533 | 2024-03-21T15:43:27.511Z | out/console-assets/assets/SuisseIntl-Light-WebS-qZv_Xmyw.woff2 |
4534 | 2024-03-21T15:43:27.511Z |
17,984 100% 21.93kB/s 0:00:00
17,984 100% 21.93kB/s 0:00:00 (xfr#32, to-chk=215/254) |
4535 | 2024-03-21T15:43:27.511Z | out/console-assets/assets/SuisseIntl-Regular-WebS-d4cfn-bW.woff |
4536 | 2024-03-21T15:43:27.511Z |
21,123 100% 25.75kB/s 0:00:00
21,123 100% 25.75kB/s 0:00:00 (xfr#33, to-chk=214/254) |
4537 | 2024-03-21T15:43:27.511Z | out/console-assets/assets/SuisseIntl-Regular-WebS-u1UIEFRb.woff2 |
4538 | 2024-03-21T15:43:27.511Z |
17,228 100% 21.00kB/s 0:00:00
17,228 100% 21.00kB/s 0:00:00 (xfr#34, to-chk=213/254) |
4539 | 2024-03-21T15:43:27.511Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-CMUS-2lk.woff2 |
4540 | 2024-03-21T15:43:27.511Z |
18,448 100% 22.49kB/s 0:00:00
18,448 100% 22.49kB/s 0:00:00 (xfr#35, to-chk=212/254) |
4541 | 2024-03-21T15:43:27.511Z | out/console-assets/assets/SuisseIntl-RegularItalic-WebS-J9SU7ygH.woff |
4542 | 2024-03-21T15:43:27.511Z |
22,665 100% 27.63kB/s 0:00:00
22,665 100% 27.63kB/s 0:00:00 (xfr#36, to-chk=211/254) |
4543 | 2024-03-21T15:43:27.511Z | out/console-assets/assets/Terminal-_VoNxbTe.js |
4544 | 2024-03-21T15:43:27.511Z |
32,768 11% 39.95kB/s 0:00:06
287,761 100% 349.96kB/s 0:00:00 (xfr#37, to-chk=210/254) |
4545 | 2024-03-21T15:43:27.511Z | out/console-assets/assets/Terminal-_VoNxbTe.js.gz |
4546 | 2024-03-21T15:43:27.512Z |
32,768 45% 39.80kB/s 0:00:00
71,758 100% 87.16kB/s 0:00:00 (xfr#38, to-chk=209/254) |
4547 | 2024-03-21T15:43:27.512Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map |
4548 | 2024-03-21T15:43:27.512Z |
32,768 5% 39.80kB/s 0:00:14
590,313 100% 714.35kB/s 0:00:00 (xfr#39, to-chk=208/254) |
4549 | 2024-03-21T15:43:27.512Z | out/console-assets/assets/Terminal-_VoNxbTe.js.map.gz |
4550 | 2024-03-21T15:43:27.512Z |
32,768 27% 39.65kB/s 0:00:02
118,282 100% 143.13kB/s 0:00:00 (xfr#40, to-chk=207/254) |
4551 | 2024-03-21T15:43:27.512Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js |
4552 | 2024-03-21T15:43:27.512Z |
32,768 8% 39.65kB/s 0:00:08
371,459 100% 447.84kB/s 0:00:00 (xfr#41, to-chk=206/254) |
4553 | 2024-03-21T15:43:27.512Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.gz |
4554 | 2024-03-21T15:43:27.512Z |
32,768 31% 39.51kB/s 0:00:01
103,751 100% 125.09kB/s 0:00:00 (xfr#42, to-chk=205/254) |
4555 | 2024-03-21T15:43:27.512Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map |
4556 | 2024-03-21T15:43:27.512Z |
32,768 1% 39.51kB/s 0:00:41
1,659,213 100% 1.93MB/s 0:00:00 (xfr#43, to-chk=204/254) |
4557 | 2024-03-21T15:43:27.512Z | out/console-assets/assets/TimeSeriesChart-LyqHi-51.js.map.gz |
4558 | 2024-03-21T15:43:27.512Z |
32,768 8% 39.02kB/s 0:00:08
379,036 100% 450.31kB/s 0:00:00 (xfr#44, to-chk=203/254) |
4559 | 2024-03-21T15:43:27.512Z | out/console-assets/assets/app-1tiVg9q7.js |
4560 | 2024-03-21T15:43:27.540Z |
32,768 2% 38.93kB/s 0:00:28
1,130,062 100% 1.30MB/s 0:00:00 (xfr#45, to-chk=202/254) |
4561 | 2024-03-21T15:43:27.540Z | out/console-assets/assets/app-1tiVg9q7.js.gz |
4562 | 2024-03-21T15:43:27.540Z |
32,768 9% 38.51kB/s 0:00:08
347,811 100% 407.75kB/s 0:00:00 (xfr#46, to-chk=201/254) |
4563 | 2024-03-21T15:43:27.540Z | out/console-assets/assets/app-1tiVg9q7.js.map |
4564 | 2024-03-21T15:43:27.540Z |
32,768 0% 38.42kB/s 0:02:17
5,328,067 100% 5.85MB/s 0:00:00 (xfr#47, to-chk=200/254) |
4565 | 2024-03-21T15:43:27.541Z | out/console-assets/assets/app-1tiVg9q7.js.map.gz |
4566 | 2024-03-21T15:43:27.541Z |
32,768 2% 36.87kB/s 0:00:33
1,261,215 100% 1.38MB/s 0:00:00 (xfr#48, to-chk=199/254) |
4567 | 2024-03-21T15:43:27.541Z | out/console-assets/assets/app-AvNWp1hQ.css |
4568 | 2024-03-21T15:43:27.541Z |
32,768 23% 36.70kB/s 0:00:02
138,004 100% 154.38kB/s 0:00:00 (xfr#49, to-chk=198/254) |
4569 | 2024-03-21T15:43:27.541Z | out/console-assets/assets/app-AvNWp1hQ.css.gz |
4570 | 2024-03-21T15:43:27.541Z |
21,197 100% 23.71kB/s 0:00:00
21,197 100% 23.71kB/s 0:00:00 (xfr#50, to-chk=197/254) |
4571 | 2024-03-21T15:43:27.541Z | out/console-assets/assets/favicon-WELtHcTG.svg |
4572 | 2024-03-21T15:43:27.541Z |
761 100% 0.85kB/s 0:00:00
761 100% 0.85kB/s 0:00:00 (xfr#51, to-chk=196/254) |
4573 | 2024-03-21T15:43:27.541Z | out/console-assets/assets/favicon-cDDaBnwQ.png |
4574 | 2024-03-21T15:43:27.541Z |
1,327 100% 1.48kB/s 0:00:00
1,327 100% 1.48kB/s 0:00:00 (xfr#52, to-chk=195/254) |
4575 | 2024-03-21T15:43:27.541Z | out/console-assets/assets/og-preview-image.webp |
4576 | 2024-03-21T15:43:27.541Z |
32,768 36% 36.66kB/s 0:00:01
89,880 100% 100.43kB/s 0:00:00 (xfr#53, to-chk=194/254) |
4577 | 2024-03-21T15:43:27.541Z | out/console-assets/assets/oxide-hero-rack-IQvkDe3B.webp |
4578 | 2024-03-21T15:43:27.541Z |
32,768 4% 36.61kB/s 0:00:17
673,968 100% 751.34kB/s 0:00:00 (xfr#54, to-chk=193/254) |
4579 | 2024-03-21T15:43:27.541Z | out/manifest-cache/ |
4580 | 2024-03-21T15:43:27.541Z | out/manifest-cache/clickhouse.tar.gz.json |
4581 | 2024-03-21T15:43:27.541Z |
780 100% 0.87kB/s 0:00:00
780 100% 0.87kB/s 0:00:00 (xfr#55, to-chk=192/254) |
4582 | 2024-03-21T15:43:27.541Z | out/manifest-cache/clickhouse_keeper.tar.gz.json |
4583 | 2024-03-21T15:43:27.541Z |
801 100% 0.89kB/s 0:00:00
801 100% 0.89kB/s 0:00:00 (xfr#56, to-chk=191/254) |
4584 | 2024-03-21T15:43:27.541Z | out/manifest-cache/clickhouse_keeper_svc.tar.gz.json |
4585 | 2024-03-21T15:43:27.541Z |
2,958 100% 3.30kB/s 0:00:00
2,958 100% 3.30kB/s 0:00:00 (xfr#57, to-chk=190/254) |
4586 | 2024-03-21T15:43:27.541Z | out/manifest-cache/clickhouse_svc.tar.gz.json |
4587 | 2024-03-21T15:43:27.541Z |
2,946 100% 3.28kB/s 0:00:00
2,946 100% 3.28kB/s 0:00:00 (xfr#58, to-chk=189/254) |
4588 | 2024-03-21T15:43:27.542Z | out/manifest-cache/cockroachdb-service.tar.gz.json |
4589 | 2024-03-21T15:43:27.569Z |
32,768 60% 36.53kB/s 0:00:00
53,969 100% 60.10kB/s 0:00:00 (xfr#59, to-chk=188/254) |
4590 | 2024-03-21T15:43:27.570Z | out/manifest-cache/cockroachdb.tar.gz.json |
4591 | 2024-03-21T15:43:27.570Z |
787 100% 0.88kB/s 0:00:00
787 100% 0.88kB/s 0:00:00 (xfr#60, to-chk=187/254) |
4592 | 2024-03-21T15:43:27.570Z | out/manifest-cache/crucible-pantry-zone.tar.gz.json |
4593 | 2024-03-21T15:43:27.570Z |
662 100% 0.74kB/s 0:00:00
662 100% 0.74kB/s 0:00:00 (xfr#61, to-chk=186/254) |
4594 | 2024-03-21T15:43:27.570Z | out/manifest-cache/crucible-zone.tar.gz.json |
4595 | 2024-03-21T15:43:27.570Z |
641 100% 0.71kB/s 0:00:00
641 100% 0.71kB/s 0:00:00 (xfr#62, to-chk=185/254) |
4596 | 2024-03-21T15:43:27.570Z | out/manifest-cache/dns-server.tar.gz.json |
4597 | 2024-03-21T15:43:27.570Z |
942 100% 1.05kB/s 0:00:00
942 100% 1.05kB/s 0:00:00 (xfr#63, to-chk=184/254) |
4598 | 2024-03-21T15:43:27.570Z | out/manifest-cache/external-dns-customizations.tar.gz.json |
4599 | 2024-03-21T15:43:27.570Z |
1,132 100% 1.26kB/s 0:00:00
1,132 100% 1.26kB/s 0:00:00 (xfr#64, to-chk=183/254) |
4600 | 2024-03-21T15:43:27.570Z | out/manifest-cache/external-dns.tar.gz.json |
4601 | 2024-03-21T15:43:27.570Z |
934 100% 1.04kB/s 0:00:00
934 100% 1.04kB/s 0:00:00 (xfr#65, to-chk=182/254) |
4602 | 2024-03-21T15:43:27.570Z | out/manifest-cache/internal-dns-cli.tar.gz.json |
4603 | 2024-03-21T15:43:27.570Z |
752 100% 0.84kB/s 0:00:00
752 100% 0.84kB/s 0:00:00 (xfr#66, to-chk=181/254) |
4604 | 2024-03-21T15:43:27.570Z | out/manifest-cache/internal-dns-customizations.tar.gz.json |
4605 | 2024-03-21T15:43:27.570Z |
1,132 100% 1.26kB/s 0:00:00
1,132 100% 1.26kB/s 0:00:00 (xfr#67, to-chk=180/254) |
4606 | 2024-03-21T15:43:27.570Z | out/manifest-cache/internal-dns.tar.gz.json |
4607 | 2024-03-21T15:43:27.570Z |
791 100% 0.88kB/s 0:00:00
791 100% 0.88kB/s 0:00:00 (xfr#68, to-chk=179/254) |
4608 | 2024-03-21T15:43:27.570Z | out/manifest-cache/logadm.tar.gz.json |
4609 | 2024-03-21T15:43:27.570Z |
1,044 100% 1.16kB/s 0:00:00
1,044 100% 1.16kB/s 0:00:00 (xfr#69, to-chk=178/254) |
4610 | 2024-03-21T15:43:27.570Z | out/manifest-cache/nexus.tar.gz.json |
4611 | 2024-03-21T15:43:27.570Z |
773 100% 0.86kB/s 0:00:00
773 100% 0.86kB/s 0:00:00 (xfr#70, to-chk=177/254) |
4612 | 2024-03-21T15:43:27.570Z | out/manifest-cache/ntp-svc.tar.gz.json |
4613 | 2024-03-21T15:43:27.571Z |
2,228 100% 2.48kB/s 0:00:00
2,228 100% 2.48kB/s 0:00:00 (xfr#71, to-chk=176/254) |
4614 | 2024-03-21T15:43:27.571Z | out/manifest-cache/ntp.tar.gz.json |
4615 | 2024-03-21T15:43:27.571Z |
763 100% 0.85kB/s 0:00:00
763 100% 0.85kB/s 0:00:00 (xfr#72, to-chk=175/254) |
4616 | 2024-03-21T15:43:27.571Z | out/manifest-cache/omicron-gateway-softnpu-customizations.tar.gz.json |
4617 | 2024-03-21T15:43:27.571Z |
1,462 100% 1.63kB/s 0:00:00
1,462 100% 1.63kB/s 0:00:00 (xfr#73, to-chk=174/254) |
4618 | 2024-03-21T15:43:27.571Z | out/manifest-cache/omicron-gateway-softnpu.tar.gz.json |
4619 | 2024-03-21T15:43:27.571Z |
545 100% 0.61kB/s 0:00:00
545 100% 0.61kB/s 0:00:00 (xfr#74, to-chk=173/254) |
4620 | 2024-03-21T15:43:27.571Z | out/manifest-cache/omicron-gateway.tar.gz.json |
4621 | 2024-03-21T15:43:27.571Z |
703 100% 0.78kB/s 0:00:00
703 100% 0.78kB/s 0:00:00 (xfr#75, to-chk=172/254) |
4622 | 2024-03-21T15:43:27.571Z | out/manifest-cache/omicron-nexus.tar.gz.json |
4623 | 2024-03-21T15:43:27.571Z |
32,768 46% 36.49kB/s 0:00:01
70,944 100% 79.00kB/s 0:00:00 (xfr#76, to-chk=171/254) |
4624 | 2024-03-21T15:43:27.571Z | out/manifest-cache/omicron-omdb.tar.gz.json |
4625 | 2024-03-21T15:43:27.571Z |
702 100% 0.78kB/s 0:00:00
702 100% 0.78kB/s 0:00:00 (xfr#77, to-chk=170/254) |
4626 | 2024-03-21T15:43:27.571Z | out/manifest-cache/omicron-sled-agent.tar.json |
4627 | 2024-03-21T15:43:27.571Z |
1,269 100% 1.41kB/s 0:00:00
1,269 100% 1.41kB/s 0:00:00 (xfr#78, to-chk=169/254) |
4628 | 2024-03-21T15:43:27.571Z | out/manifest-cache/opte-interface-setup.tar.gz.json |
4629 | 2024-03-21T15:43:27.571Z |
883 100% 0.98kB/s 0:00:00
883 100% 0.98kB/s 0:00:00 (xfr#79, to-chk=168/254) |
4630 | 2024-03-21T15:43:27.571Z | out/manifest-cache/overlay.tar.gz.json |
4631 | 2024-03-21T15:43:27.571Z |
473 100% 0.53kB/s 0:00:00
473 100% 0.53kB/s 0:00:00 (xfr#80, to-chk=167/254) |
4632 | 2024-03-21T15:43:27.571Z | out/manifest-cache/oximeter-collector.tar.gz.json |
4633 | 2024-03-21T15:43:27.571Z |
18,311 100% 20.37kB/s 0:00:00
18,311 100% 20.37kB/s 0:00:00 (xfr#81, to-chk=166/254) |
4634 | 2024-03-21T15:43:27.571Z | out/manifest-cache/oximeter.tar.gz.json |
4635 | 2024-03-21T15:43:27.571Z |
641 100% 0.71kB/s 0:00:00
641 100% 0.71kB/s 0:00:00 (xfr#82, to-chk=165/254) |
4636 | 2024-03-21T15:43:27.571Z | out/manifest-cache/oxlog.tar.json |
4637 | 2024-03-21T15:43:27.571Z |
321 100% 0.36kB/s 0:00:00
321 100% 0.36kB/s 0:00:00 (xfr#83, to-chk=164/254) |
4638 | 2024-03-21T15:43:27.572Z | out/manifest-cache/probe.tar.gz.json |
4639 | 2024-03-21T15:43:27.572Z |
346 100% 0.38kB/s 0:00:00
346 100% 0.38kB/s 0:00:00 (xfr#84, to-chk=163/254) |
4640 | 2024-03-21T15:43:27.572Z | out/manifest-cache/profile.tar.gz.json |
4641 | 2024-03-21T15:43:27.572Z |
838 100% 0.93kB/s 0:00:00
838 100% 0.93kB/s 0:00:00 (xfr#85, to-chk=162/254) |
4642 | 2024-03-21T15:43:27.572Z | out/manifest-cache/sp-sim-softnpu.tar.gz.json |
4643 | 2024-03-21T15:43:27.572Z |
357 100% 0.40kB/s 0:00:00
357 100% 0.40kB/s 0:00:00 (xfr#86, to-chk=161/254) |
4644 | 2024-03-21T15:43:27.572Z | out/manifest-cache/sp-sim.tar.gz.json |
4645 | 2024-03-21T15:43:27.572Z |
1,549 100% 1.72kB/s 0:00:00
1,549 100% 1.72kB/s 0:00:00 (xfr#87, to-chk=160/254) |
4646 | 2024-03-21T15:43:27.572Z | out/manifest-cache/switch-softnpu.tar.gz.json |
4647 | 2024-03-21T15:43:27.572Z |
1,566 100% 1.74kB/s 0:00:00
1,566 100% 1.74kB/s 0:00:00 (xfr#88, to-chk=159/254) |
4648 | 2024-03-21T15:43:27.572Z | out/manifest-cache/switch_zone_setup.tar.gz.json |
4649 | 2024-03-21T15:43:27.572Z |
10,790 100% 12.00kB/s 0:00:00
10,790 100% 12.00kB/s 0:00:00 (xfr#89, to-chk=158/254) |
4650 | 2024-03-21T15:43:27.572Z | out/manifest-cache/wicket.tar.gz.json |
4651 | 2024-03-21T15:43:27.572Z |
1,084 100% 1.21kB/s 0:00:00
1,084 100% 1.21kB/s 0:00:00 (xfr#90, to-chk=157/254) |
4652 | 2024-03-21T15:43:27.572Z | out/manifest-cache/wicketd.tar.gz.json |
4653 | 2024-03-21T15:43:27.572Z |
1,560 100% 1.74kB/s 0:00:00
1,560 100% 1.74kB/s 0:00:00 (xfr#91, to-chk=156/254) |
4654 | 2024-03-21T15:43:27.572Z | out/manifest-cache/zone-network-install.tar.gz.json |
4655 | 2024-03-21T15:43:27.572Z |
877 100% 0.98kB/s 0:00:00
877 100% 0.98kB/s 0:00:00 (xfr#92, to-chk=155/254) |
4656 | 2024-03-21T15:43:27.572Z | out/manifest-cache/zone-network-setup.tar.gz.json |
4657 | 2024-03-21T15:43:27.572Z |
772 100% 0.86kB/s 0:00:00
772 100% 0.86kB/s 0:00:00 (xfr#93, to-chk=154/254) |
4658 | 2024-03-21T15:43:27.572Z | out/target/ |
4659 | 2024-03-21T15:43:27.572Z | out/target/active -> default |
4660 | 2024-03-21T15:43:27.572Z | out/target/default |
4661 | 2024-03-21T15:43:27.572Z |
74 100% 0.08kB/s 0:00:00
74 100% 0.08kB/s 0:00:00 (xfr#94, to-chk=152/254) |
4662 | 2024-03-21T15:43:27.573Z | smf/ |
4663 | 2024-03-21T15:43:27.573Z | smf/clickhouse/ |
4664 | 2024-03-21T15:43:27.573Z | smf/clickhouse/config_replica.xml |
4665 | 2024-03-21T15:43:27.573Z |
2,728 100% 3.03kB/s 0:00:00
2,728 100% 3.03kB/s 0:00:00 (xfr#95, to-chk=132/254) |
4666 | 2024-03-21T15:43:27.573Z | smf/clickhouse/manifest.xml |
4667 | 2024-03-21T15:43:27.573Z |
1,494 100% 1.66kB/s 0:00:00
1,494 100% 1.66kB/s 0:00:00 (xfr#96, to-chk=131/254) |
4668 | 2024-03-21T15:43:27.573Z | smf/clickhouse/method_script.sh |
4669 | 2024-03-21T15:43:27.573Z |
5,330 100% 5.92kB/s 0:00:00
5,330 100% 5.92kB/s 0:00:00 (xfr#97, to-chk=130/254) |
4670 | 2024-03-21T15:43:27.573Z | smf/clickhouse_keeper/ |
4671 | 2024-03-21T15:43:27.573Z | smf/clickhouse_keeper/keeper_config.xml |
4672 | 2024-03-21T15:43:27.573Z |
1,460 100% 1.62kB/s 0:00:00
1,460 100% 1.62kB/s 0:00:00 (xfr#98, to-chk=129/254) |
4673 | 2024-03-21T15:43:27.573Z | smf/clickhouse_keeper/manifest.xml |
4674 | 2024-03-21T15:43:27.573Z |
1,534 100% 1.70kB/s 0:00:00
1,534 100% 1.70kB/s 0:00:00 (xfr#99, to-chk=128/254) |
4675 | 2024-03-21T15:43:27.573Z | smf/clickhouse_keeper/method_script.sh |
4676 | 2024-03-21T15:43:27.573Z |
4,324 100% 4.80kB/s 0:00:00
4,324 100% 4.80kB/s 0:00:00 (xfr#100, to-chk=127/254) |
4677 | 2024-03-21T15:43:27.573Z | smf/cockroachdb/ |
4678 | 2024-03-21T15:43:27.573Z | smf/cockroachdb/manifest.xml |
4679 | 2024-03-21T15:43:27.573Z |
1,667 100% 1.85kB/s 0:00:00
1,667 100% 1.85kB/s 0:00:00 (xfr#101, to-chk=126/254) |
4680 | 2024-03-21T15:43:27.573Z | smf/cockroachdb/method_script.sh |
4681 | 2024-03-21T15:43:27.573Z |
1,030 100% 1.14kB/s 0:00:00
1,030 100% 1.14kB/s 0:00:00 (xfr#102, to-chk=125/254) |
4682 | 2024-03-21T15:43:27.573Z | smf/external-dns/ |
4683 | 2024-03-21T15:43:27.573Z | smf/external-dns/config.toml |
4684 | 2024-03-21T15:43:27.573Z |
353 100% 0.39kB/s 0:00:00
353 100% 0.39kB/s 0:00:00 (xfr#103, to-chk=124/254) |
4685 | 2024-03-21T15:43:27.573Z | smf/external-dns/manifest.xml |
4686 | 2024-03-21T15:43:27.574Z |
1,805 100% 2.01kB/s 0:00:00
1,805 100% 2.01kB/s 0:00:00 (xfr#104, to-chk=123/254) |
4687 | 2024-03-21T15:43:27.574Z | smf/installinator/ |
4688 | 2024-03-21T15:43:27.574Z | smf/installinator/manifest.xml |
4689 | 2024-03-21T15:43:27.602Z |
2,149 100% 2.39kB/s 0:00:00
2,149 100% 2.39kB/s 0:00:00 (xfr#105, to-chk=122/254) |
4690 | 2024-03-21T15:43:27.602Z | smf/internal-dns/ |
4691 | 2024-03-21T15:43:27.602Z | smf/internal-dns/config.toml |
4692 | 2024-03-21T15:43:27.602Z |
353 100% 0.39kB/s 0:00:00
353 100% 0.39kB/s 0:00:00 (xfr#106, to-chk=121/254) |
4693 | 2024-03-21T15:43:27.602Z | smf/internal-dns/manifest.xml |
4694 | 2024-03-21T15:43:27.602Z |
1,618 100% 1.80kB/s 0:00:00
1,618 100% 1.80kB/s 0:00:00 (xfr#107, to-chk=120/254) |
4695 | 2024-03-21T15:43:27.602Z | smf/logadm/ |
4696 | 2024-03-21T15:43:27.602Z | smf/logadm/crontab.root |
4697 | 2024-03-21T15:43:27.602Z |
30 100% 0.03kB/s 0:00:00
30 100% 0.03kB/s 0:00:00 (xfr#108, to-chk=119/254) |
4698 | 2024-03-21T15:43:27.602Z | smf/logadm/logadm.conf |
4699 | 2024-03-21T15:43:27.602Z |
2,553 100% 2.84kB/s 0:00:00
2,553 100% 2.84kB/s 0:00:00 (xfr#109, to-chk=118/254) |
4700 | 2024-03-21T15:43:27.602Z | smf/mgs-sim/ |
4701 | 2024-03-21T15:43:27.602Z | smf/mgs-sim/config.toml |
4702 | 2024-03-21T15:43:27.603Z |
3,534 100% 3.93kB/s 0:00:00
3,534 100% 3.93kB/s 0:00:00 (xfr#110, to-chk=117/254) |
4703 | 2024-03-21T15:43:27.603Z | smf/mgs/ |
4704 | 2024-03-21T15:43:27.603Z | smf/mgs/config.toml |
4705 | 2024-03-21T15:43:27.603Z |
9,085 100% 10.09kB/s 0:00:00
9,085 100% 10.09kB/s 0:00:00 (xfr#111, to-chk=116/254) |
4706 | 2024-03-21T15:43:27.603Z | smf/mgs/manifest.xml |
4707 | 2024-03-21T15:43:27.603Z |
2,474 100% 2.75kB/s 0:00:00
2,474 100% 2.75kB/s 0:00:00 (xfr#112, to-chk=115/254) |
4708 | 2024-03-21T15:43:27.603Z | smf/nexus/ |
4709 | 2024-03-21T15:43:27.603Z | smf/nexus/manifest.xml |
4710 | 2024-03-21T15:43:27.603Z |
1,987 100% 2.21kB/s 0:00:00
1,987 100% 2.21kB/s 0:00:00 (xfr#113, to-chk=114/254) |
4711 | 2024-03-21T15:43:27.603Z | smf/nexus/multi-sled/ |
4712 | 2024-03-21T15:43:27.603Z | smf/nexus/multi-sled/config-partial.toml |
4713 | 2024-03-21T15:43:27.603Z |
1,997 100% 2.22kB/s 0:00:00
1,997 100% 2.22kB/s 0:00:00 (xfr#114, to-chk=111/254) |
4714 | 2024-03-21T15:43:27.603Z | smf/nexus/single-sled/ |
4715 | 2024-03-21T15:43:27.603Z | smf/nexus/single-sled/config-partial.toml |
4716 | 2024-03-21T15:43:27.603Z |
1,993 100% 2.21kB/s 0:00:00
1,993 100% 2.21kB/s 0:00:00 (xfr#115, to-chk=110/254) |
4717 | 2024-03-21T15:43:27.603Z | smf/ntp/ |
4718 | 2024-03-21T15:43:27.603Z | smf/ntp/etc/ |
4719 | 2024-03-21T15:43:27.603Z | smf/ntp/etc/inet/ |
4720 | 2024-03-21T15:43:27.603Z | smf/ntp/etc/inet/chrony.conf.boundary |
4721 | 2024-03-21T15:43:27.603Z |
881 100% 0.98kB/s 0:00:00
881 100% 0.98kB/s 0:00:00 (xfr#116, to-chk=104/254) |
4722 | 2024-03-21T15:43:27.603Z | smf/ntp/etc/inet/chrony.conf.internal |
4723 | 2024-03-21T15:43:27.603Z |
1,108 100% 1.23kB/s 0:00:00
1,108 100% 1.23kB/s 0:00:00 (xfr#117, to-chk=103/254) |
4724 | 2024-03-21T15:43:27.603Z | smf/ntp/etc/logadm.d/ |
4725 | 2024-03-21T15:43:27.604Z | smf/ntp/etc/logadm.d/chrony.logadm.conf |
4726 | 2024-03-21T15:43:27.604Z |
135 100% 0.15kB/s 0:00:00
135 100% 0.15kB/s 0:00:00 (xfr#118, to-chk=102/254) |
4727 | 2024-03-21T15:43:27.604Z | smf/ntp/manifest/ |
4728 | 2024-03-21T15:43:27.604Z | smf/ntp/manifest/manifest.xml |
4729 | 2024-03-21T15:43:27.604Z |
3,336 100% 3.70kB/s 0:00:00
3,336 100% 3.70kB/s 0:00:00 (xfr#119, to-chk=101/254) |
4730 | 2024-03-21T15:43:27.604Z | smf/ntp/method/ |
4731 | 2024-03-21T15:43:27.604Z | smf/ntp/method/svc-site-ntp |
4732 | 2024-03-21T15:43:27.604Z |
3,211 100% 3.56kB/s 0:00:00
3,211 100% 3.56kB/s 0:00:00 (xfr#120, to-chk=100/254) |
4733 | 2024-03-21T15:43:27.604Z | smf/opte-interface-setup/ |
4734 | 2024-03-21T15:43:27.604Z | smf/opte-interface-setup/manifest.xml |
4735 | 2024-03-21T15:43:27.604Z |
1,638 100% 1.82kB/s 0:00:00
1,638 100% 1.82kB/s 0:00:00 (xfr#121, to-chk=99/254) |
4736 | 2024-03-21T15:43:27.604Z | smf/oximeter/ |
4737 | 2024-03-21T15:43:27.604Z | smf/oximeter/config.toml |
4738 | 2024-03-21T15:43:27.604Z |
205 100% 0.23kB/s 0:00:00
205 100% 0.23kB/s 0:00:00 (xfr#122, to-chk=98/254) |
4739 | 2024-03-21T15:43:27.604Z | smf/oximeter/manifest.xml |
4740 | 2024-03-21T15:43:27.604Z |
1,770 100% 1.96kB/s 0:00:00
1,770 100% 1.96kB/s 0:00:00 (xfr#123, to-chk=97/254) |
4741 | 2024-03-21T15:43:27.604Z | smf/profile/ |
4742 | 2024-03-21T15:43:27.604Z | smf/profile/bashrc |
4743 | 2024-03-21T15:43:27.604Z |
925 100% 1.03kB/s 0:00:00
925 100% 1.03kB/s 0:00:00 (xfr#124, to-chk=96/254) |
4744 | 2024-03-21T15:43:27.604Z | smf/profile/profile |
4745 | 2024-03-21T15:43:27.604Z |
535 100% 0.59kB/s 0:00:00
535 100% 0.59kB/s 0:00:00 (xfr#125, to-chk=95/254) |
4746 | 2024-03-21T15:43:27.604Z | smf/sled-agent/ |
4747 | 2024-03-21T15:43:27.604Z | smf/sled-agent/manifest.xml |
4748 | 2024-03-21T15:43:27.604Z |
2,373 100% 2.63kB/s 0:00:00
2,373 100% 2.63kB/s 0:00:00 (xfr#126, to-chk=94/254) |
4749 | 2024-03-21T15:43:27.605Z | smf/sled-agent/gimlet-standalone/ |
4750 | 2024-03-21T15:43:27.605Z | smf/sled-agent/gimlet-standalone/README.md |
4751 | 2024-03-21T15:43:27.605Z |
114 100% 0.13kB/s 0:00:00
114 100% 0.13kB/s 0:00:00 (xfr#127, to-chk=90/254) |
4752 | 2024-03-21T15:43:27.605Z | smf/sled-agent/gimlet-standalone/config-rss.toml |
4753 | 2024-03-21T15:43:27.605Z |
6,611 100% 7.34kB/s 0:00:00
6,611 100% 7.34kB/s 0:00:00 (xfr#128, to-chk=89/254) |
4754 | 2024-03-21T15:43:27.605Z | smf/sled-agent/gimlet-standalone/config.toml |
4755 | 2024-03-21T15:43:27.605Z |
1,800 100% 2.00kB/s 0:00:00
1,800 100% 2.00kB/s 0:00:00 (xfr#129, to-chk=88/254) |
4756 | 2024-03-21T15:43:27.605Z | smf/sled-agent/gimlet/ |
4757 | 2024-03-21T15:43:27.605Z | smf/sled-agent/gimlet/README.md |
4758 | 2024-03-21T15:43:27.605Z |
54 100% 0.06kB/s 0:00:00
54 100% 0.06kB/s 0:00:00 (xfr#130, to-chk=87/254) |
4759 | 2024-03-21T15:43:27.605Z | smf/sled-agent/gimlet/config.toml |
4760 | 2024-03-21T15:43:27.605Z |
1,657 100% 1.84kB/s 0:00:00
1,657 100% 1.84kB/s 0:00:00 (xfr#131, to-chk=86/254) |
4761 | 2024-03-21T15:43:27.605Z | smf/sled-agent/non-gimlet/ |
4762 | 2024-03-21T15:43:27.605Z | smf/sled-agent/non-gimlet/README.md |
4763 | 2024-03-21T15:43:27.605Z |
105 100% 0.12kB/s 0:00:00
105 100% 0.12kB/s 0:00:00 (xfr#132, to-chk=85/254) |
4764 | 2024-03-21T15:43:27.605Z | smf/sled-agent/non-gimlet/config.toml |
4765 | 2024-03-21T15:43:27.605Z |
2,906 100% 3.22kB/s 0:00:00
2,906 100% 3.22kB/s 0:00:00 (xfr#133, to-chk=84/254) |
4766 | 2024-03-21T15:43:27.605Z | smf/sp-sim/ |
4767 | 2024-03-21T15:43:27.605Z | smf/sp-sim/config.toml |
4768 | 2024-03-21T15:43:27.605Z |
2,604 100% 2.89kB/s 0:00:00
2,604 100% 2.89kB/s 0:00:00 (xfr#134, to-chk=83/254) |
4769 | 2024-03-21T15:43:27.605Z | smf/sp-sim/manifest.xml |
4770 | 2024-03-21T15:43:27.605Z |
1,271 100% 1.41kB/s 0:00:00
1,271 100% 1.41kB/s 0:00:00 (xfr#135, to-chk=82/254) |
4771 | 2024-03-21T15:43:27.605Z | smf/switch_zone_setup/ |
4772 | 2024-03-21T15:43:27.605Z | smf/switch_zone_setup/manifest.xml |
4773 | 2024-03-21T15:43:27.606Z |
1,061 100% 1.18kB/s 0:00:00
1,061 100% 1.18kB/s 0:00:00 (xfr#136, to-chk=81/254) |
4774 | 2024-03-21T15:43:27.606Z | smf/switch_zone_setup/support_authorized_keys |
4775 | 2024-03-21T15:43:27.606Z |
1,284 100% 1.42kB/s 0:00:00
1,284 100% 1.42kB/s 0:00:00 (xfr#137, to-chk=80/254) |
4776 | 2024-03-21T15:43:27.606Z | smf/switch_zone_setup/switch_zone_setup |
4777 | 2024-03-21T15:43:27.606Z |
1,041 100% 1.15kB/s 0:00:00
1,041 100% 1.15kB/s 0:00:00 (xfr#138, to-chk=79/254) |
4778 | 2024-03-21T15:43:27.606Z | smf/wicketd/ |
4779 | 2024-03-21T15:43:27.606Z | smf/wicketd/config.toml |
4780 | 2024-03-21T15:43:27.606Z |
104 100% 0.12kB/s 0:00:00
104 100% 0.12kB/s 0:00:00 (xfr#139, to-chk=78/254) |
4781 | 2024-03-21T15:43:27.606Z | smf/wicketd/manifest.xml |
4782 | 2024-03-21T15:43:27.606Z |
2,954 100% 3.27kB/s 0:00:00
2,954 100% 3.27kB/s 0:00:00 (xfr#140, to-chk=77/254) |
4783 | 2024-03-21T15:43:27.606Z | smf/zone-network-setup/ |
4784 | 2024-03-21T15:43:27.606Z | smf/zone-network-setup/manifest.xml |
4785 | 2024-03-21T15:43:27.606Z |
1,614 100% 1.79kB/s 0:00:00
1,614 100% 1.79kB/s 0:00:00 (xfr#141, to-chk=76/254) |
4786 | 2024-03-21T15:43:27.606Z | tools/ |
4787 | 2024-03-21T15:43:27.606Z | tools/README.adoc |
4788 | 2024-03-21T15:43:27.606Z |
3,558 100% 3.94kB/s 0:00:00
3,558 100% 3.94kB/s 0:00:00 (xfr#142, to-chk=75/254) |
4789 | 2024-03-21T15:43:27.634Z | tools/build-global-zone-packages.sh |
4790 | 2024-03-21T15:43:27.634Z |
2,388 100% 2.65kB/s 0:00:00
2,388 100% 2.65kB/s 0:00:00 (xfr#143, to-chk=74/254) |
4791 | 2024-03-21T15:43:27.635Z | tools/build-host-image.sh |
4792 | 2024-03-21T15:43:27.635Z |
2,971 100% 3.29kB/s 0:00:00
2,971 100% 3.29kB/s 0:00:00 (xfr#144, to-chk=73/254) |
4793 | 2024-03-21T15:43:27.635Z | tools/build-trampoline-global-zone-packages.sh |
4794 | 2024-03-21T15:43:27.635Z |
1,878 100% 2.08kB/s 0:00:00
1,878 100% 2.08kB/s 0:00:00 (xfr#145, to-chk=72/254) |
4795 | 2024-03-21T15:43:27.635Z | tools/ci_check_opte_ver.sh |
4796 | 2024-03-21T15:43:27.635Z |
2,770 100% 3.07kB/s 0:00:00
2,770 100% 3.07kB/s 0:00:00 (xfr#146, to-chk=71/254) |
4797 | 2024-03-21T15:43:27.635Z | tools/ci_download_clickhouse |
4798 | 2024-03-21T15:43:27.635Z |
3,631 100% 4.02kB/s 0:00:00
3,631 100% 4.02kB/s 0:00:00 (xfr#147, to-chk=70/254) |
4799 | 2024-03-21T15:43:27.635Z | tools/ci_download_cockroachdb |
4800 | 2024-03-21T15:43:27.635Z |
4,292 100% 4.76kB/s 0:00:00
4,292 100% 4.76kB/s 0:00:00 (xfr#148, to-chk=69/254) |
4801 | 2024-03-21T15:43:27.635Z | tools/ci_download_console |
4802 | 2024-03-21T15:43:27.635Z |
1,991 100% 2.21kB/s 0:00:00
1,991 100% 2.21kB/s 0:00:00 (xfr#149, to-chk=68/254) |
4803 | 2024-03-21T15:43:27.635Z | tools/ci_download_dendrite_openapi |
4804 | 2024-03-21T15:43:27.635Z |
1,719 100% 1.90kB/s 0:00:00
1,719 100% 1.90kB/s 0:00:00 (xfr#150, to-chk=67/254) |
4805 | 2024-03-21T15:43:27.635Z | tools/ci_download_dendrite_stub |
4806 | 2024-03-21T15:43:27.635Z |
4,229 100% 4.68kB/s 0:00:00
4,229 100% 4.68kB/s 0:00:00 (xfr#151, to-chk=66/254) |
4807 | 2024-03-21T15:43:27.635Z | tools/ci_download_maghemite_mgd |
4808 | 2024-03-21T15:43:27.635Z |
3,650 100% 4.04kB/s 0:00:00
3,650 100% 4.04kB/s 0:00:00 (xfr#152, to-chk=65/254) |
4809 | 2024-03-21T15:43:27.635Z | tools/ci_download_maghemite_openapi |
4810 | 2024-03-21T15:43:27.635Z |
1,989 100% 2.20kB/s 0:00:00
1,989 100% 2.20kB/s 0:00:00 (xfr#153, to-chk=64/254) |
4811 | 2024-03-21T15:43:27.635Z | tools/ci_download_softnpu_machinery |
4812 | 2024-03-21T15:43:27.635Z |
668 100% 0.74kB/s 0:00:00
668 100% 0.74kB/s 0:00:00 (xfr#154, to-chk=63/254) |
4813 | 2024-03-21T15:43:27.635Z | tools/ci_download_thundermuffin |
4814 | 2024-03-21T15:43:27.636Z |
3,237 100% 3.58kB/s 0:00:00
3,237 100% 3.58kB/s 0:00:00 (xfr#155, to-chk=62/254) |
4815 | 2024-03-21T15:43:27.636Z | tools/ci_download_transceiver_control |
4816 | 2024-03-21T15:43:27.636Z |
3,415 100% 3.78kB/s 0:00:00
3,415 100% 3.78kB/s 0:00:00 (xfr#156, to-chk=61/254) |
4817 | 2024-03-21T15:43:27.636Z | tools/clickhouse_checksums |
4818 | 2024-03-21T15:43:27.636Z |
153 100% 0.17kB/s 0:00:00
153 100% 0.17kB/s 0:00:00 (xfr#157, to-chk=60/254) |
4819 | 2024-03-21T15:43:27.636Z | tools/clickhouse_version |
4820 | 2024-03-21T15:43:27.636Z |
11 100% 0.01kB/s 0:00:00
11 100% 0.01kB/s 0:00:00 (xfr#158, to-chk=59/254) |
4821 | 2024-03-21T15:43:27.636Z | tools/cockroachdb_checksums |
4822 | 2024-03-21T15:43:27.636Z |
258 100% 0.29kB/s 0:00:00
258 100% 0.29kB/s 0:00:00 (xfr#159, to-chk=58/254) |
4823 | 2024-03-21T15:43:27.636Z | tools/cockroachdb_version |
4824 | 2024-03-21T15:43:27.636Z |
8 100% 0.01kB/s 0:00:00
8 100% 0.01kB/s 0:00:00 (xfr#160, to-chk=57/254) |
4825 | 2024-03-21T15:43:27.636Z | tools/console_version |
4826 | 2024-03-21T15:43:27.636Z |
122 100% 0.14kB/s 0:00:00
122 100% 0.14kB/s 0:00:00 (xfr#161, to-chk=56/254) |
4827 | 2024-03-21T15:43:27.636Z | tools/create_gimlet_virtual_hardware.sh |
4828 | 2024-03-21T15:43:27.636Z |
936 100% 1.04kB/s 0:00:00
936 100% 1.04kB/s 0:00:00 (xfr#162, to-chk=55/254) |
4829 | 2024-03-21T15:43:27.636Z | tools/create_scrimlet_virtual_hardware.sh |
4830 | 2024-03-21T15:43:27.636Z |
2,014 100% 2.23kB/s 0:00:00
2,014 100% 2.23kB/s 0:00:00 (xfr#163, to-chk=54/254) |
4831 | 2024-03-21T15:43:27.636Z | tools/create_self_signed_cert.sh |
4832 | 2024-03-21T15:43:27.636Z |
685 100% 0.76kB/s 0:00:00
685 100% 0.76kB/s 0:00:00 (xfr#164, to-chk=53/254) |
4833 | 2024-03-21T15:43:27.636Z | tools/create_virtual_hardware.sh |
4834 | 2024-03-21T15:43:27.636Z |
3,184 100% 3.53kB/s 0:00:00
3,184 100% 3.53kB/s 0:00:00 (xfr#165, to-chk=52/254) |
4835 | 2024-03-21T15:43:27.636Z | tools/delete-reservoir.sh |
4836 | 2024-03-21T15:43:27.636Z |
136 100% 0.15kB/s 0:00:00
136 100% 0.15kB/s 0:00:00 (xfr#166, to-chk=51/254) |
4837 | 2024-03-21T15:43:27.636Z | tools/dendrite_openapi_version |
4838 | 2024-03-21T15:43:27.637Z |
122 100% 0.14kB/s 0:00:00
122 100% 0.14kB/s 0:00:00 (xfr#167, to-chk=50/254) |
4839 | 2024-03-21T15:43:27.637Z | tools/dendrite_stub_checksums |
4840 | 2024-03-21T15:43:27.637Z |
267 100% 0.30kB/s 0:00:00
267 100% 0.30kB/s 0:00:00 (xfr#168, to-chk=49/254) |
4841 | 2024-03-21T15:43:27.637Z | tools/destroy_gimlet_virtual_hardware.sh |
4842 | 2024-03-21T15:43:27.637Z |
888 100% 0.98kB/s 0:00:00
888 100% 0.98kB/s 0:00:00 (xfr#169, to-chk=48/254) |
4843 | 2024-03-21T15:43:27.637Z | tools/destroy_scrimlet_virtual_hardware.sh |
4844 | 2024-03-21T15:43:27.637Z |
1,147 100% 1.27kB/s 0:00:00
1,147 100% 1.27kB/s 0:00:00 (xfr#170, to-chk=47/254) |
4845 | 2024-03-21T15:43:27.637Z | tools/destroy_virtual_hardware.sh |
4846 | 2024-03-21T15:43:27.637Z |
2,227 100% 2.47kB/s 0:00:00
2,227 100% 2.47kB/s 0:00:00 (xfr#171, to-chk=46/254) |
4847 | 2024-03-21T15:43:27.637Z | tools/dvt_dock_version |
4848 | 2024-03-21T15:43:27.637Z |
48 100% 0.05kB/s 0:00:00
48 100% 0.05kB/s 0:00:00 (xfr#172, to-chk=45/254) |
4849 | 2024-03-21T15:43:27.637Z | tools/ensure_buildomat_artifact.sh |
4850 | 2024-03-21T15:43:27.637Z |
3,759 100% 4.16kB/s 0:00:00
3,759 100% 4.16kB/s 0:00:00 (xfr#173, to-chk=44/254) |
4851 | 2024-03-21T15:43:27.637Z | tools/generate-nexus-api.sh |
4852 | 2024-03-21T15:43:27.637Z |
174 100% 0.19kB/s 0:00:00
174 100% 0.19kB/s 0:00:00 (xfr#174, to-chk=43/254) |
4853 | 2024-03-21T15:43:27.637Z | tools/generate-sled-agent-api.sh |
4854 | 2024-03-21T15:43:27.637Z |
161 100% 0.18kB/s 0:00:00
161 100% 0.18kB/s 0:00:00 (xfr#175, to-chk=42/254) |
4855 | 2024-03-21T15:43:27.637Z | tools/generate-wicketd-api.sh |
4856 | 2024-03-21T15:43:27.637Z |
75 100% 0.08kB/s 0:00:00
75 100% 0.08kB/s 0:00:00 (xfr#176, to-chk=41/254) |
4857 | 2024-03-21T15:43:27.637Z | tools/hubris_checksums |
4858 | 2024-03-21T15:43:27.637Z |
852 100% 0.94kB/s 0:00:00
852 100% 0.94kB/s 0:00:00 (xfr#177, to-chk=40/254) |
4859 | 2024-03-21T15:43:27.637Z | tools/hubris_version |
4860 | 2024-03-21T15:43:27.637Z |
50 100% 0.06kB/s 0:00:00
50 100% 0.06kB/s 0:00:00 (xfr#178, to-chk=39/254) |
4861 | 2024-03-21T15:43:27.637Z | tools/install_builder_prerequisites.sh |
4862 | 2024-03-21T15:43:27.638Z |
7,537 100% 8.34kB/s 0:00:00
7,537 100% 8.34kB/s 0:00:00 (xfr#179, to-chk=38/254) |
4863 | 2024-03-21T15:43:27.638Z | tools/install_opte.sh |
4864 | 2024-03-21T15:43:27.638Z |
3,755 100% 4.15kB/s 0:00:00
3,755 100% 4.15kB/s 0:00:00 (xfr#180, to-chk=37/254) |
4865 | 2024-03-21T15:43:27.638Z | tools/install_prerequisites.sh |
4866 | 2024-03-21T15:43:27.638Z |
255 100% 0.28kB/s 0:00:00
255 100% 0.28kB/s 0:00:00 (xfr#181, to-chk=36/254) |
4867 | 2024-03-21T15:43:27.638Z | tools/install_runner_prerequisites.sh |
4868 | 2024-03-21T15:43:27.638Z |
4,154 100% 4.59kB/s 0:00:00
4,154 100% 4.59kB/s 0:00:00 (xfr#182, to-chk=35/254) |
4869 | 2024-03-21T15:43:27.638Z | tools/maghemite_ddm_openapi_version |
4870 | 2024-03-21T15:43:27.638Z |
122 100% 0.13kB/s 0:00:00
122 100% 0.13kB/s 0:00:00 (xfr#183, to-chk=34/254) |
4871 | 2024-03-21T15:43:27.638Z | tools/maghemite_mg_openapi_version |
4872 | 2024-03-21T15:43:27.638Z |
122 100% 0.13kB/s 0:00:00
122 100% 0.13kB/s 0:00:00 (xfr#184, to-chk=33/254) |
4873 | 2024-03-21T15:43:27.638Z | tools/maghemite_mgd_checksums |
4874 | 2024-03-21T15:43:27.638Z |
162 100% 0.18kB/s 0:00:00
162 100% 0.18kB/s 0:00:00 (xfr#185, to-chk=32/254) |
4875 | 2024-03-21T15:43:27.638Z | tools/opte_version |
4876 | 2024-03-21T15:43:27.638Z |
9 100% 0.01kB/s 0:00:00
9 100% 0.01kB/s 0:00:00 (xfr#186, to-chk=31/254) |
4877 | 2024-03-21T15:43:27.638Z | tools/opte_version_override |
4878 | 2024-03-21T15:43:27.638Z |
142 100% 0.16kB/s 0:00:00
142 100% 0.16kB/s 0:00:00 (xfr#187, to-chk=30/254) |
4879 | 2024-03-21T15:43:27.638Z | tools/renovate-post-upgrade.sh |
4880 | 2024-03-21T15:43:27.638Z |
1,705 100% 1.89kB/s 0:00:00
1,705 100% 1.89kB/s 0:00:00 (xfr#188, to-chk=29/254) |
4881 | 2024-03-21T15:43:27.638Z | tools/thundermuffin_checksums |
4882 | 2024-03-21T15:43:27.638Z |
79 100% 0.09kB/s 0:00:00
79 100% 0.09kB/s 0:00:00 (xfr#189, to-chk=28/254) |
4883 | 2024-03-21T15:43:27.638Z | tools/thundermuffin_version |
4884 | 2024-03-21T15:43:27.638Z |
50 100% 0.06kB/s 0:00:00
50 100% 0.06kB/s 0:00:00 (xfr#190, to-chk=27/254) |
4885 | 2024-03-21T15:43:27.639Z | tools/transceiver_control_version |
4886 | 2024-03-21T15:43:27.639Z |
137 100% 0.15kB/s 0:00:00
137 100% 0.15kB/s 0:00:00 (xfr#191, to-chk=26/254) |
4887 | 2024-03-21T15:43:27.639Z | tools/uninstall_opte.sh |
4888 | 2024-03-21T15:43:27.639Z |
6,514 100% 7.20kB/s 0:00:00
6,514 100% 7.20kB/s 0:00:00 (xfr#192, to-chk=25/254) |
4889 | 2024-03-21T15:43:27.666Z | tools/update_crucible.sh |
4890 | 2024-03-21T15:43:27.666Z |
1,093 100% 1.21kB/s 0:00:00
1,093 100% 1.21kB/s 0:00:00 (xfr#193, to-chk=24/254) |
4891 | 2024-03-21T15:43:27.666Z | tools/update_dendrite.sh |
4892 | 2024-03-21T15:43:27.666Z |
2,333 100% 2.58kB/s 0:00:00
2,333 100% 2.58kB/s 0:00:00 (xfr#194, to-chk=23/254) |
4893 | 2024-03-21T15:43:27.666Z | tools/update_helpers.sh |
4894 | 2024-03-21T15:43:27.667Z |
3,831 100% 4.23kB/s 0:00:00
3,831 100% 4.23kB/s 0:00:00 (xfr#195, to-chk=22/254) |
4895 | 2024-03-21T15:43:27.667Z | tools/update_lldp.sh |
4896 | 2024-03-21T15:43:27.667Z |
1,000 100% 1.10kB/s 0:00:00
1,000 100% 1.10kB/s 0:00:00 (xfr#196, to-chk=21/254) |
4897 | 2024-03-21T15:43:27.667Z | tools/update_maghemite.sh |
4898 | 2024-03-21T15:43:27.667Z |
939 100% 1.04kB/s 0:00:00
939 100% 1.04kB/s 0:00:00 (xfr#197, to-chk=20/254) |
4899 | 2024-03-21T15:43:27.667Z | tools/update_propolis.sh |
4900 | 2024-03-21T15:43:27.667Z |
1,050 100% 1.16kB/s 0:00:00
1,050 100% 1.16kB/s 0:00:00 (xfr#198, to-chk=19/254) |
4901 | 2024-03-21T15:43:27.667Z | tools/update_transceiver_control.sh |
4902 | 2024-03-21T15:43:27.667Z |
1,374 100% 1.52kB/s 0:00:00
1,374 100% 1.52kB/s 0:00:00 (xfr#199, to-chk=18/254) |
4903 | 2024-03-21T15:43:27.667Z | tools/virtual_hardware.sh |
4904 | 2024-03-21T15:43:27.667Z |
3,429 100% 3.79kB/s 0:00:00
3,429 100% 3.79kB/s 0:00:00 (xfr#200, to-chk=17/254) |
4905 | 2024-03-21T15:43:27.667Z | tools/dtrace/ |
4906 | 2024-03-21T15:43:27.667Z | tools/dtrace/aggregate-query-latency.d |
4907 | 2024-03-21T15:43:27.667Z |
780 100% 0.86kB/s 0:00:00
780 100% 0.86kB/s 0:00:00 (xfr#201, to-chk=11/254) |
4908 | 2024-03-21T15:43:27.667Z | tools/dtrace/slowest-queries.d |
4909 | 2024-03-21T15:43:27.667Z |
1,077 100% 1.19kB/s 0:00:00
1,077 100% 1.19kB/s 0:00:00 (xfr#202, to-chk=10/254) |
4910 | 2024-03-21T15:43:27.667Z | tools/dtrace/trace-db-queries.d |
4911 | 2024-03-21T15:43:27.667Z |
811 100% 0.90kB/s 0:00:00
811 100% 0.90kB/s 0:00:00 (xfr#203, to-chk=9/254) |
4912 | 2024-03-21T15:43:27.667Z | tools/include/ |
4913 | 2024-03-21T15:43:27.667Z | tools/include/force-git-over-https.sh |
4914 | 2024-03-21T15:43:27.667Z |
940 100% 1.04kB/s 0:00:00
940 100% 1.04kB/s 0:00:00 (xfr#204, to-chk=8/254) |
4915 | 2024-03-21T15:43:27.667Z | tools/populate/ |
4916 | 2024-03-21T15:43:27.667Z | tools/populate/populate-alpine.sh |
4917 | 2024-03-21T15:43:27.667Z |
788 100% 0.87kB/s 0:00:00
788 100% 0.87kB/s 0:00:00 (xfr#205, to-chk=7/254) |
4918 | 2024-03-21T15:43:27.668Z | tools/populate/populate-images.sh |
4919 | 2024-03-21T15:43:27.668Z |
2,571 100% 2.84kB/s 0:00:00
2,571 100% 2.84kB/s 0:00:00 (xfr#206, to-chk=6/254) |
4920 | 2024-03-21T15:43:27.668Z | tools/reflector/ |
4921 | 2024-03-21T15:43:27.668Z | tools/reflector/helpers.sh |
4922 | 2024-03-21T15:43:27.668Z |
4,652 100% 5.14kB/s 0:00:00
4,652 100% 5.14kB/s 0:00:00 (xfr#207, to-chk=5/254) |
4923 | 2024-03-21T15:43:27.668Z | tools/scrimlet/ |
4924 | 2024-03-21T15:43:27.668Z | tools/scrimlet/create-softnpu-zone.sh |
4925 | 2024-03-21T15:43:27.668Z |
627 100% 0.69kB/s 0:00:00
627 100% 0.69kB/s 0:00:00 (xfr#208, to-chk=4/254) |
4926 | 2024-03-21T15:43:27.668Z | tools/scrimlet/destroy-softnpu-zone.sh |
4927 | 2024-03-21T15:43:27.668Z |
203 100% 0.22kB/s 0:00:00
203 100% 0.22kB/s 0:00:00 (xfr#209, to-chk=3/254) |
4928 | 2024-03-21T15:43:27.668Z | tools/scrimlet/softnpu-init.sh |
4929 | 2024-03-21T15:43:27.668Z |
2,157 100% 2.38kB/s 0:00:00
2,157 100% 2.38kB/s 0:00:00 (xfr#210, to-chk=2/254) |
4930 | 2024-03-21T15:43:27.668Z | tools/scrimlet/softnpu-zone.txt |
4931 | 2024-03-21T15:43:27.668Z |
330 100% 0.36kB/s 0:00:00
330 100% 0.36kB/s 0:00:00 (xfr#211, to-chk=1/254) |
4932 | 2024-03-21T15:43:27.668Z | tools/scrimlet/softnpu.toml |
4933 | 2024-03-21T15:43:27.668Z |
171 100% 0.19kB/s 0:00:00
171 100% 0.19kB/s 0:00:00 (xfr#212, to-chk=0/254) |
4934 | 2024-03-21T15:43:27.668Z | + pushd cargo-bay |
4935 | 2024-03-21T15:43:27.668Z | /work/oxidecomputer/testbed/a4x2/cargo-bay /work/oxidecomputer/testbed/a4x2 |
4936 | 2024-03-21T15:43:27.668Z | + mkdir -p omicron-common/omicron/ |
4937 | 2024-03-21T15:43:27.668Z | + cp -r g0/omicron/out omicron-common/omicron/ |
4938 | 2024-03-21T15:43:31.492Z | + rm omicron-common/omicron/out/omicron-sled-agent.tar |
4939 | 2024-03-21T15:43:31.530Z | + rm omicron-common/omicron/out/omicron-gateway-softnpu.tar.gz omicron-common/omicron/out/omicron-gateway.tar.gz |
4940 | 2024-03-21T15:43:31.530Z | + rm omicron-common/omicron/out/switch-softnpu.tar.gz |
4941 | 2024-03-21T15:43:31.531Z | + popd |
4942 | 2024-03-21T15:43:31.531Z | /work/oxidecomputer/testbed/a4x2 |
4943 | 2024-03-21T15:43:31.531Z | + for sled in g0 g1 g2 g3 |
4944 | 2024-03-21T15:43:31.531Z | + find cargo-bay/g0/omicron/out/ -maxdepth 1 -mindepth 1 |
4945 | 2024-03-21T15:43:31.531Z | + grep -v sled-agent |
4946 | 2024-03-21T15:43:31.531Z | + grep -v omicron-gateway |
4947 | 2024-03-21T15:43:31.531Z | + grep -v switch-softnpu |
4948 | 2024-03-21T15:43:31.531Z | + xargs -l rm -rf |
4949 | 2024-03-21T15:43:31.597Z | + for sled in g0 g1 g2 g3 |
4950 | 2024-03-21T15:43:31.623Z | + find cargo-bay/g1/omicron/out/ -maxdepth 1 -mindepth 1 |
4951 | 2024-03-21T15:43:31.623Z | + grep -v sled-agent |
4952 | 2024-03-21T15:43:31.623Z | + grep -v omicron-gateway |
4953 | 2024-03-21T15:43:31.623Z | + grep -v switch-softnpu |
4954 | 2024-03-21T15:43:31.623Z | + xargs -l rm -rf |
4955 | 2024-03-21T15:43:31.655Z | + for sled in g0 g1 g2 g3 |
4956 | 2024-03-21T15:43:31.655Z | + find cargo-bay/g2/omicron/out/ -maxdepth 1 -mindepth 1 |
4957 | 2024-03-21T15:43:31.655Z | + grep -v sled-agent |
4958 | 2024-03-21T15:43:31.655Z | + grep -v omicron-gateway |
4959 | 2024-03-21T15:43:31.655Z | + grep -v switch-softnpu |
4960 | 2024-03-21T15:43:31.656Z | + xargs -l rm -rf |
4961 | 2024-03-21T15:43:31.686Z | + for sled in g0 g1 g2 g3 |
4962 | 2024-03-21T15:43:31.686Z | + find cargo-bay/g3/omicron/out/ -maxdepth 1 -mindepth 1 |
4963 | 2024-03-21T15:43:31.686Z | + grep -v sled-agent |
4964 | 2024-03-21T15:43:31.713Z | + grep -v omicron-gateway |
4965 | 2024-03-21T15:43:31.713Z | + grep -v switch-softnpu |
4966 | 2024-03-21T15:43:31.713Z | + xargs -l rm -rf |
4967 | 2024-03-21T15:43:31.738Z | + ./config/fetch-softnpu-artifacts.sh |
4968 | 2024-03-21T15:43:31.738Z | + url=https://buildomat.eng.oxide.computer |
4969 | 2024-03-21T15:43:31.738Z | + path=public/file/oxidecomputer/sidecar-lite/release/ |
4970 | 2024-03-21T15:43:31.738Z | + rev=e3ea4b495ba0a71801ded0776ae4bbd31df57e26 |
4971 | 2024-03-21T15:43:31.738Z | + for artifact in scadm libsidecar_lite.so |
4972 | 2024-03-21T15:43:31.738Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/scadm |
4973 | 2024-03-21T15:43:31.764Z | % Total % Received % Xferd Average Speed Time Time Time Current |
4974 | 2024-03-21T15:43:31.764Z | Dload Upload Total Spent Left Speed |
4975 | 2024-03-21T15:43:38.930Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 22.7M 0 3922 0 0 6947 0 0:57:20 --:--:-- 0:57:20 6953
7 22.7M 7 1795k 0 0 1311k 0 0:00:17 0:00:01 0:00:16 1310k
43 22.7M 43 9.9M 0 0 4310k 0 0:00:05 0:00:02 0:00:03 4310k
57 22.7M 57 13.0M 0 0 3740k 0 0:00:06 0:00:03 0:00:03 3741k
59 22.7M 59 13.6M 0 0 3035k 0 0:00:07 0:00:04 0:00:03 3036k
66 22.7M 66 15.2M 0 0 2906k 0 0:00:08 0:00:05 0:00:03 3247k
79 22.7M 79 18.0M 0 0 2902k 0 0:00:08 0:00:06 0:00:02 3339k
100 22.7M 100 22.7M 0 0 3258k 0 0:00:07 0:00:07 --:--:-- 2741k |
4976 | 2024-03-21T15:43:38.956Z | + chmod +x scadm |
4977 | 2024-03-21T15:43:38.956Z | + cp scadm cargo-bay/g0/ |
4978 | 2024-03-21T15:43:38.982Z | + mv scadm cargo-bay/g3/ |
4979 | 2024-03-21T15:43:38.982Z | + for artifact in scadm libsidecar_lite.so |
4980 | 2024-03-21T15:43:38.982Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release//e3ea4b495ba0a71801ded0776ae4bbd31df57e26/libsidecar_lite.so |
4981 | 2024-03-21T15:43:39.011Z | % Total % Received % Xferd Average Speed Time Time Time Current |
4982 | 2024-03-21T15:43:39.011Z | Dload Upload Total Spent Left Speed |
4983 | 2024-03-21T15:43:50.526Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 20.0M 0 3922 0 0 11308 0 0:30:59 --:--:-- 0:30:59 11302
3 20.0M 3 735k 0 0 648k 0 0:00:31 0:00:01 0:00:30 648k
24 20.0M 24 4931k 0 0 2052k 0 0:00:10 0:00:02 0:00:08 2052k
25 20.0M 25 5215k 0 0 1664k 0 0:00:12 0:00:03 0:00:09 1664k
39 20.0M 39 8043k 0 0 1950k 0 0:00:10 0:00:04 0:00:06 1950k
43 20.0M 43 8939k 0 0 1673k 0 0:00:12 0:00:05 0:00:07 1788k
49 20.0M 49 9.8M 0 0 1645k 0 0:00:12 0:00:06 0:00:06 1872k
52 20.0M 52 10.4M 0 0 1477k 0 0:00:13 0:00:07 0:00:06 1194k
54 20.0M 54 11.0M 0 0 1387k 0 0:00:14 0:00:08 0:00:06 1214k
64 20.0M 64 12.8M 0 0 1444k 0 0:00:14 0:00:09 0:00:05 1027k
88 20.0M 88 17.6M 0 0 1723k 0 0:00:11 0:00:10 0:00:01 1776k
99 20.0M 99 20.0M 0 0 1808k 0 0:00:11 0:00:11 --:--:-- 1998k
100 20.0M 100 20.0M 0 0 1780k 0 0:00:11 0:00:11 --:--:-- 2296k |
4984 | 2024-03-21T15:43:50.552Z | + chmod +x libsidecar_lite.so |
4985 | 2024-03-21T15:43:50.552Z | + cp libsidecar_lite.so cargo-bay/g0/ |
4986 | 2024-03-21T15:43:50.578Z | + mv libsidecar_lite.so cargo-bay/g3/ |
4987 | 2024-03-21T15:43:50.603Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4988 | 2024-03-21T15:43:50.603Z | + tar -czf cargo-bay-ce.tgz cargo-bay/ce |
4989 | 2024-03-21T15:43:50.604Z | + mv cargo-bay-ce.tgz /out/ |
4990 | 2024-03-21T15:43:50.604Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4991 | 2024-03-21T15:43:50.604Z | + tar -czf cargo-bay-cr1.tgz cargo-bay/cr1 |
4992 | 2024-03-21T15:43:50.604Z | + mv cargo-bay-cr1.tgz /out/ |
4993 | 2024-03-21T15:43:50.604Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4994 | 2024-03-21T15:43:50.604Z | + tar -czf cargo-bay-cr2.tgz cargo-bay/cr2 |
4995 | 2024-03-21T15:43:50.633Z | + mv cargo-bay-cr2.tgz /out/ |
4996 | 2024-03-21T15:43:50.633Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
4997 | 2024-03-21T15:43:50.633Z | + tar -czf cargo-bay-g0.tgz cargo-bay/g0 |
4998 | 2024-03-21T15:44:06.585Z | + mv cargo-bay-g0.tgz /out/ |
4999 | 2024-03-21T15:44:06.859Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5000 | 2024-03-21T15:44:06.859Z | + tar -czf cargo-bay-g1.tgz cargo-bay/g1 |
5001 | 2024-03-21T15:44:21.585Z | + mv cargo-bay-g1.tgz /out/ |
5002 | 2024-03-21T15:44:21.842Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5003 | 2024-03-21T15:44:21.842Z | + tar -czf cargo-bay-g2.tgz cargo-bay/g2 |
5004 | 2024-03-21T15:44:36.117Z | + mv cargo-bay-g2.tgz /out/ |
5005 | 2024-03-21T15:44:36.372Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5006 | 2024-03-21T15:44:36.372Z | + tar -czf cargo-bay-g3.tgz cargo-bay/g3 |
5007 | 2024-03-21T15:44:52.498Z | + mv cargo-bay-g3.tgz /out/ |
5008 | 2024-03-21T15:44:52.767Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5009 | 2024-03-21T15:44:52.767Z | + tar -czf cargo-bay-tools.tgz cargo-bay/tools |
5010 | 2024-03-21T15:44:52.828Z | + mv cargo-bay-tools.tgz /out/ |
5011 | 2024-03-21T15:44:52.829Z | + for x in ce cr1 cr2 g0 g1 g2 g3 tools omicron-common |
5012 | 2024-03-21T15:44:52.829Z | + tar -czf cargo-bay-omicron-common.tgz cargo-bay/omicron-common |
5013 | 2024-03-21T15:45:25.470Z | + mv cargo-bay-omicron-common.tgz /out/ |
5014 | 2024-03-21T15:45:26.980Z | process exited: duration 1772464 ms, exit code 0 |
|
5015 | 2024-03-21T15:45:27.065Z | found 11 output files |
5016 | 2024-03-21T15:45:27.066Z | uploading: /out/cargo-bay-ce.tgz (657 bytes) |
5017 | 2024-03-21T15:45:28.202Z | uploaded: /out/cargo-bay-ce.tgz |
5018 | 2024-03-21T15:45:28.202Z | uploading: /out/cargo-bay-cr1.tgz (957 bytes) |
5019 | 2024-03-21T15:45:29.310Z | uploaded: /out/cargo-bay-cr1.tgz |
5020 | 2024-03-21T15:45:29.311Z | uploading: /out/cargo-bay-cr2.tgz (964 bytes) |
5021 | 2024-03-21T15:45:30.422Z | uploaded: /out/cargo-bay-cr2.tgz |
5022 | 2024-03-21T15:45:30.422Z | uploading: /out/cargo-bay-g0.tgz (297306629 bytes) |
5023 | 2024-03-21T15:47:30.981Z | uploaded: /out/cargo-bay-g0.tgz |
5024 | 2024-03-21T15:47:31.013Z | uploading: /out/cargo-bay-g1.tgz (284447372 bytes) |
5025 | 2024-03-21T15:49:23.251Z | uploaded: /out/cargo-bay-g1.tgz |
5026 | 2024-03-21T15:49:23.251Z | uploading: /out/cargo-bay-g2.tgz (284444896 bytes) |
5027 | 2024-03-21T15:51:03.164Z | uploaded: /out/cargo-bay-g2.tgz |
5028 | 2024-03-21T15:51:03.164Z | uploading: /out/cargo-bay-g3.tgz (297334964 bytes) |
5029 | 2024-03-21T15:52:51.874Z | uploaded: /out/cargo-bay-g3.tgz |
5030 | 2024-03-21T15:52:51.875Z | uploading: /out/cargo-bay-tools.tgz (36190 bytes) |
5031 | 2024-03-21T15:52:53.470Z | uploaded: /out/cargo-bay-tools.tgz |
5032 | 2024-03-21T15:52:53.470Z | uploading: /out/cargo-bay-omicron-common.tgz (947490490 bytes) |
5033 | 2024-03-21T15:59:04.226Z | uploaded: /out/cargo-bay-omicron-common.tgz |
5034 | 2024-03-21T15:59:04.226Z | uploading: /out/commtest (79697272 bytes) |
5035 | 2024-03-21T15:59:35.831Z | uploaded: /out/commtest |
5036 | 2024-03-21T15:59:35.868Z | uploading: /out/dhcp-server (79148872 bytes) |
5037 | 2024-03-21T16:00:02.021Z | uploaded: /out/dhcp-server |