|
|
|
1 | 2024-01-20T04:10:46.350Z | job assigned to worker 01HMJGZ0SEBGP5E95KVA8JMRBS (queued for 2 m 24 s) |
|
2 | 2024-01-20T04:10:47.681Z | starting task 0: "setup" |
3 | 2024-01-20T04:10:47.696Z | ++ uname -s |
4 | 2024-01-20T04:10:47.696Z | + kern=SunOS |
5 | 2024-01-20T04:10:47.696Z | + case "$kern" in |
6 | 2024-01-20T04:10:47.696Z | + groupadd -g 12345 build |
7 | 2024-01-20T04:10:47.697Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-20T04:10:49.378Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-20T04:10:49.553Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-20T04:10:49.562Z | + home_fs=zfs |
11 | 2024-01-20T04:10:49.562Z | + [[ zfs == autofs ]] |
12 | 2024-01-20T04:10:49.562Z | + mkdir -p /home/build |
13 | 2024-01-20T04:10:49.563Z | + chown build:build /home/build /work |
14 | 2024-01-20T04:10:51.506Z | + chmod 0700 /home/build /work |
15 | 2024-01-20T04:10:51.510Z | process exited: duration 4234 ms, exit code 0 |
|
16 | 2024-01-20T04:10:51.523Z | starting task 1: "rust-toolchain" |
17 | 2024-01-20T04:10:51.531Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-20T04:10:51.537Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-20T04:10:51.783Z | info: downloading installer |
20 | 2024-01-20T04:10:53.516Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-20T04:10:53.516Z | warning: /opt/ooce/bin |
22 | 2024-01-20T04:10:53.516Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-20T04:10:53.516Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-20T04:10:53.516Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-20T04:10:53.516Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-20T04:10:53.516Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-20T04:10:53.516Z | error: cannot install while Rust is installed |
28 | 2024-01-20T04:10:53.517Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-20T04:10:53.733Z | info: profile set to 'default' |
30 | 2024-01-20T04:10:53.733Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-20T04:10:53.736Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-20T04:10:53.895Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-20T04:10:53.895Z | info: downloading component 'cargo' |
34 | 2024-01-20T04:10:54.581Z | info: downloading component 'clippy' |
35 | 2024-01-20T04:10:54.833Z | info: downloading component 'rust-docs' |
36 | 2024-01-20T04:10:55.740Z | info: downloading component 'rust-std' |
37 | 2024-01-20T04:10:57.222Z | info: downloading component 'rustc' |
38 | 2024-01-20T04:11:00.986Z | info: downloading component 'rustfmt' |
39 | 2024-01-20T04:11:01.206Z | info: installing component 'cargo' |
40 | 2024-01-20T04:11:02.902Z | info: installing component 'clippy' |
41 | 2024-01-20T04:11:03.320Z | info: installing component 'rust-docs' |
42 | 2024-01-20T04:11:06.088Z | info: installing component 'rust-std' |
43 | 2024-01-20T04:11:09.179Z | info: installing component 'rustc' |
44 | 2024-01-20T04:11:16.050Z | info: installing component 'rustfmt' |
45 | 2024-01-20T04:11:16.518Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-20T04:11:16.519Z | |
47 | 2024-01-20T04:11:17.100Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-20T04:11:17.100Z | |
49 | 2024-01-20T04:11:17.125Z | |
50 | 2024-01-20T04:11:17.125Z | Rust is installed now. Great! |
51 | 2024-01-20T04:11:17.125Z | |
52 | 2024-01-20T04:11:17.125Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-20T04:11:17.125Z | environment variable. This has not been done automatically. |
54 | 2024-01-20T04:11:17.125Z | |
55 | 2024-01-20T04:11:17.125Z | To configure your current shell, run: |
56 | 2024-01-20T04:11:17.125Z | source "$HOME/.cargo/env" |
57 | 2024-01-20T04:11:17.125Z | + rustc --version |
58 | 2024-01-20T04:11:17.126Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-20T04:11:17.128Z | process exited: duration 25337 ms, exit code 0 |
|
60 | 2024-01-20T04:11:17.184Z | starting task 2: "authentication" |
61 | 2024-01-20T04:11:17.260Z | process exited: duration 75 ms, exit code 0 |
|
62 | 2024-01-20T04:11:17.292Z | starting task 3: "clone repository" |
63 | 2024-01-20T04:11:17.732Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-20T04:11:17.732Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-20T04:11:17.738Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-20T04:11:23.665Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-20T04:11:23.665Z | + [[ -n renovate/hyper-rustls-0.x ]] |
68 | 2024-01-20T04:11:23.665Z | + git fetch origin renovate/hyper-rustls-0.x |
69 | 2024-01-20T04:11:23.665Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-01-20T04:11:23.665Z | * branch renovate/hyper-rustls-0.x -> FETCH_HEAD |
71 | 2024-01-20T04:11:23.666Z | + git checkout -B renovate/hyper-rustls-0.x remotes/origin/renovate/hyper-rustls-0.x |
72 | 2024-01-20T04:11:23.666Z | Switched to a new branch 'renovate/hyper-rustls-0.x' |
73 | 2024-01-20T04:11:23.666Z | branch 'renovate/hyper-rustls-0.x' set up to track 'origin/renovate/hyper-rustls-0.x'. |
74 | 2024-01-20T04:11:23.666Z | + git reset --hard 31e9205fdf147232a32aa7e5492b92a64a6a419a |
75 | 2024-01-20T04:11:23.666Z | HEAD is now at 31e9205fd Update Rust crate hyper-rustls to 0.26.0 |
76 | 2024-01-20T04:11:23.667Z | process exited: duration 6090 ms, exit code 0 |
|
77 | 2024-01-20T04:11:23.703Z | starting task 4: "build" |
78 | 2024-01-20T04:11:23.714Z | + cargo --version |
79 | 2024-01-20T04:11:23.715Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
80 | 2024-01-20T04:11:23.897Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
81 | 2024-01-20T04:11:23.909Z | info: downloading component 'cargo' |
82 | 2024-01-20T04:11:24.611Z | info: downloading component 'clippy' |
83 | 2024-01-20T04:11:24.845Z | info: downloading component 'rust-docs' |
84 | 2024-01-20T04:11:25.714Z | info: downloading component 'rust-std' |
85 | 2024-01-20T04:11:28.497Z | info: downloading component 'rustc' |
86 | 2024-01-20T04:11:30.698Z | info: downloading component 'rustfmt' |
87 | 2024-01-20T04:11:30.908Z | info: installing component 'cargo' |
88 | 2024-01-20T04:11:32.200Z | info: installing component 'clippy' |
89 | 2024-01-20T04:11:32.714Z | info: installing component 'rust-docs' |
90 | 2024-01-20T04:11:35.621Z | info: installing component 'rust-std' |
91 | 2024-01-20T04:11:38.030Z | info: installing component 'rustc' |
92 | 2024-01-20T04:11:44.336Z | info: installing component 'rustfmt' |
93 | 2024-01-20T04:11:44.892Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
94 | 2024-01-20T04:11:44.902Z | + rustc --version |
95 | 2024-01-20T04:11:45.017Z | rustc 1.74.1 (a28077b28 2023-12-04) |
96 | 2024-01-20T04:11:45.043Z | ++ git rev-parse HEAD |
97 | 2024-01-20T04:11:45.061Z | + COMMIT=31e9205fdf147232a32aa7e5492b92a64a6a419a |
98 | 2024-01-20T04:11:45.061Z | + VERSION=5.0.0-0.ci+git31e9205fdf1 |
99 | 2024-01-20T04:11:45.061Z | + echo 5.0.0-0.ci+git31e9205fdf1 |
100 | 2024-01-20T04:11:45.062Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2024-01-20T04:11:54.833Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2024-01-20T04:11:56.501Z | Startup: Caching catalogs ... Done |
103 | 2024-01-20T04:11:58.948Z | Planning: Solver setup ... Done (1.939s) |
104 | 2024-01-20T04:11:58.995Z | Planning: Running solver ... Done (0.053s) |
105 | 2024-01-20T04:11:59.019Z | Planning: Finding local manifests ... Done (0.003s) |
106 | 2024-01-20T04:11:59.463Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2024-01-20T04:12:00.174Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2024-01-20T04:12:00.261Z | Planning: Package planning ... Done (0.081s) |
109 | 2024-01-20T04:12:00.344Z | Planning: Merging actions ... Done (0.085s) |
110 | 2024-01-20T04:12:01.076Z | Planning: Checking for conflicting actions ... Done (0.731s) |
111 | 2024-01-20T04:12:01.566Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2024-01-20T04:12:04.433Z | Planning: Evaluating mediators ... Done (3.343s) |
113 | 2024-01-20T04:12:04.452Z | Planning: Planning completed in 7.89 seconds |
114 | 2024-01-20T04:12:06.748Z | Packages to install: 4 |
115 | 2024-01-20T04:12:06.748Z | Mediators to change: 2 |
116 | 2024-01-20T04:12:06.757Z | Services to change: 1 |
117 | 2024-01-20T04:12:06.757Z | Estimated space available: 148.87 GB |
118 | 2024-01-20T04:12:06.757Z | Estimated space to be consumed: 1.40 GB |
119 | 2024-01-20T04:12:06.758Z | Create boot environment: No |
120 | 2024-01-20T04:12:06.758Z | Create backup boot environment: No |
121 | 2024-01-20T04:12:06.758Z | Rebuild boot archive: No |
122 | 2024-01-20T04:12:06.758Z | |
123 | 2024-01-20T04:12:06.759Z | Changed mediators: |
124 | 2024-01-20T04:12:06.759Z | mediator clang: |
125 | 2024-01-20T04:12:06.759Z | version: None -> 15 (system default) |
126 | 2024-01-20T04:12:06.759Z | |
127 | 2024-01-20T04:12:06.760Z | mediator llvm: |
128 | 2024-01-20T04:12:06.760Z | version: 14 (system default) -> 15 (system default) |
129 | 2024-01-20T04:12:06.761Z | |
130 | 2024-01-20T04:12:06.761Z | Changed packages: |
131 | 2024-01-20T04:12:06.761Z | helios-dev |
132 | 2024-01-20T04:12:06.761Z | developer/build-essential |
133 | 2024-01-20T04:12:06.761Z | None -> 11-2.0 |
134 | 2024-01-20T04:12:06.761Z | library/libxmlsec1 |
135 | 2024-01-20T04:12:06.762Z | None -> 1.2.35-2.0 |
136 | 2024-01-20T04:12:06.762Z | ooce/developer/clang-15 |
137 | 2024-01-20T04:12:06.762Z | None -> 15.0.7-2.0 |
138 | 2024-01-20T04:12:06.762Z | ooce/developer/llvm-15 |
139 | 2024-01-20T04:12:06.762Z | None -> 15.0.7-2.0 |
140 | 2024-01-20T04:12:06.762Z | |
141 | 2024-01-20T04:12:06.762Z | Services: |
142 | 2024-01-20T04:12:06.763Z | restart_fmri: |
143 | 2024-01-20T04:12:06.763Z | svc:/system/update-man-index:default |
144 | 2024-01-20T04:12:06.763Z | |
145 | 2024-01-20T04:12:06.763Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2024-01-20T04:12:11.516Z | Download: 269/3290 items 15.9/212.6MB 7% complete (3.4M/s) |
147 | 2024-01-20T04:12:16.523Z | Download: 724/3290 items 18.2/212.6MB 8% complete (1.9M/s) |
148 | 2024-01-20T04:12:21.560Z | Download: 958/3290 items 19.3/212.6MB 9% complete (481k/s) |
149 | 2024-01-20T04:12:26.875Z | Download: 1204/3290 items 84.4/212.6MB 39% complete (6.6M/s) |
150 | 2024-01-20T04:12:31.881Z | Download: 1619/3290 items 116.9/212.6MB 54% complete (9.8M/s) |
151 | 2024-01-20T04:12:36.919Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (3.6M/s) |
152 | 2024-01-20T04:12:41.922Z | Download: 3015/3290 items 121.3/212.6MB 57% complete (457k/s) |
153 | 2024-01-20T04:12:47.357Z | Download: 3245/3290 items 202.9/212.6MB 95% complete (8.3M/s) |
154 | 2024-01-20T04:12:56.248Z | Download: 3248/3290 items 203.0/212.6MB 95% complete (8.2M/s) |
155 | 2024-01-20T04:13:03.194Z | Download: 3277/3290 items 208.9/212.6MB 98% complete (705k/s) |
156 | 2024-01-20T04:13:09.180Z | Download: 3282/3290 items 210.7/212.6MB 99% complete (1.0M/s) |
157 | 2024-01-20T04:13:27.124Z | Download: 3283/3290 items 210.7/212.6MB 99% complete |
158 | 2024-01-20T04:13:27.132Z | Download: Completed 212.60 MB in 80.29 seconds (2.6M/s) |
159 | 2024-01-20T04:13:27.132Z | Actions: 1/3689 actions (Installing new actions) |
160 | 2024-01-20T04:13:32.067Z | Actions: 2677/3689 actions (Installing new actions) |
161 | 2024-01-20T04:13:34.820Z | Actions: Completed 3689 actions in 7.76 seconds. |
162 | 2024-01-20T04:13:35.028Z | Done (0.241s) |
163 | 2024-01-20T04:13:35.029Z | Done (0.000s) |
164 | 2024-01-20T04:13:35.343Z | Done (0.321s) |
165 | 2024-01-20T04:13:42.818Z | Done (7.337s) |
166 | 2024-01-20T04:13:43.019Z | Done (0.099s) |
167 | 2024-01-20T04:13:43.024Z | Done (0.000s) |
168 | 2024-01-20T04:13:43.235Z | Done (0.000s) |
169 | 2024-01-20T04:13:44.036Z | Planning: Evaluating mediator changes ... Done |
170 | 2024-01-20T04:13:44.274Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-01-20T04:13:44.287Z | Planning: Consolidating action changes ... Done |
172 | 2024-01-20T04:13:44.701Z | Planning: Evaluating mediators ... Done |
173 | 2024-01-20T04:13:44.704Z | Planning: Planning completed in 0.73 seconds |
174 | 2024-01-20T04:13:44.762Z | Mediators to change: 2 |
175 | 2024-01-20T04:13:44.762Z | Create boot environment: No |
176 | 2024-01-20T04:13:44.762Z | Create backup boot environment: No |
177 | 2024-01-20T04:13:44.884Z | Done |
178 | 2024-01-20T04:13:44.884Z | Done |
179 | 2024-01-20T04:13:45.108Z | Done |
180 | 2024-01-20T04:13:50.932Z | Done |
181 | 2024-01-20T04:13:51.062Z | Done |
182 | 2024-01-20T04:13:51.065Z | Done |
183 | 2024-01-20T04:13:51.183Z | Done |
184 | 2024-01-20T04:13:52.206Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-01-20T04:13:52.209Z | Planning: Merging actions ... Done |
186 | 2024-01-20T04:13:52.548Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-01-20T04:13:52.552Z | Planning: Consolidating action changes ... Done |
188 | 2024-01-20T04:13:52.989Z | Planning: Evaluating mediators ... Done |
189 | 2024-01-20T04:13:53.084Z | Planning: Planning completed in 1.32 seconds |
190 | 2024-01-20T04:13:53.141Z | Packages to change: 1 |
191 | 2024-01-20T04:13:53.141Z | Mediators to change: 1 |
192 | 2024-01-20T04:13:53.144Z | Services to change: 1 |
193 | 2024-01-20T04:13:53.144Z | Create boot environment: No |
194 | 2024-01-20T04:13:53.144Z | Create backup boot environment: Yes |
195 | 2024-01-20T04:13:55.171Z | Actions: 1/6 actions (Updating modified actions) |
196 | 2024-01-20T04:13:55.182Z | Actions: Completed 6 actions in 0.00 seconds. |
197 | 2024-01-20T04:13:55.182Z | Done |
198 | 2024-01-20T04:13:55.183Z | Done |
199 | 2024-01-20T04:13:55.241Z | Done |
200 | 2024-01-20T04:14:01.433Z | Done |
201 | 2024-01-20T04:14:01.574Z | Done |
202 | 2024-01-20T04:14:01.588Z | Done |
203 | 2024-01-20T04:14:01.726Z | Done |
204 | 2024-01-20T04:14:02.408Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
205 | 2024-01-20T04:14:02.408Z | clang system 15 system |
206 | 2024-01-20T04:14:02.408Z | csh system system illumos |
207 | 2024-01-20T04:14:02.408Z | ctags system system illumos |
208 | 2024-01-20T04:14:02.408Z | gcc vendor 12 vendor |
209 | 2024-01-20T04:14:02.408Z | gcc system 10 system |
210 | 2024-01-20T04:14:02.408Z | gcc system 7 system |
211 | 2024-01-20T04:14:02.408Z | go system 1.20 system |
212 | 2024-01-20T04:14:02.408Z | go system 1.19 system |
213 | 2024-01-20T04:14:02.408Z | llvm system 15 system |
214 | 2024-01-20T04:14:02.408Z | llvm system 14 system |
215 | 2024-01-20T04:14:02.408Z | mariadb system 10.6 system |
216 | 2024-01-20T04:14:02.408Z | mta vendor vendor dma |
217 | 2024-01-20T04:14:02.408Z | openjdk system 17 system |
218 | 2024-01-20T04:14:02.408Z | openjdk system 11 system |
219 | 2024-01-20T04:14:02.408Z | openjdk system 1.8 system |
220 | 2024-01-20T04:14:02.408Z | openssl vendor 3 vendor |
221 | 2024-01-20T04:14:02.408Z | perl system 5.36 system |
222 | 2024-01-20T04:14:02.408Z | postgresql system 15 system |
223 | 2024-01-20T04:14:02.408Z | postgresql system 13 system |
224 | 2024-01-20T04:14:02.409Z | python vendor 3 vendor |
225 | 2024-01-20T04:14:02.409Z | python system 2 system |
226 | 2024-01-20T04:14:02.410Z | python3 system 3.11 system |
227 | 2024-01-20T04:14:02.410Z | ruby system 3.0 system |
228 | 2024-01-20T04:14:02.410Z | words vendor vendor american-english |
229 | 2024-01-20T04:14:02.410Z | words system system australian-english |
230 | 2024-01-20T04:14:02.410Z | words system system british-english |
231 | 2024-01-20T04:14:02.410Z | words system system canadian-english |
232 | 2024-01-20T04:14:02.410Z | words system system french |
233 | 2024-01-20T04:14:02.410Z | words system system italian |
234 | 2024-01-20T04:14:02.410Z | words system system ngerman |
235 | 2024-01-20T04:14:02.411Z | words system system ogerman |
236 | 2024-01-20T04:14:02.411Z | words system system spanish |
237 | 2024-01-20T04:14:02.966Z | FMRI IFO |
238 | 2024-01-20T04:14:02.966Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
239 | 2024-01-20T04:14:02.966Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
240 | 2024-01-20T04:14:02.966Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
241 | 2024-01-20T04:14:02.966Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
242 | 2024-01-20T04:14:02.966Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
243 | 2024-01-20T04:14:02.966Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
244 | 2024-01-20T04:14:02.966Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
245 | 2024-01-20T04:14:02.966Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-01-20T04:14:03.046Z | + set -o errexit |
247 | 2024-01-20T04:14:03.049Z | +++ dirname ./tools/ci_download_cockroachdb |
248 | 2024-01-20T04:14:03.053Z | ++ cd ./tools |
249 | 2024-01-20T04:14:03.053Z | ++ pwd |
250 | 2024-01-20T04:14:03.053Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
251 | 2024-01-20T04:14:03.053Z | ++ basename ./tools/ci_download_cockroachdb |
252 | 2024-01-20T04:14:03.056Z | + ARG0=ci_download_cockroachdb |
253 | 2024-01-20T04:14:03.056Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
254 | 2024-01-20T04:14:03.062Z | + CIDL_VERSION=v22.1.9 |
255 | 2024-01-20T04:14:03.062Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
256 | 2024-01-20T04:14:03.062Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
257 | 2024-01-20T04:14:03.063Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
258 | 2024-01-20T04:14:03.063Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
259 | 2024-01-20T04:14:03.063Z | + TARGET_DIR=out |
260 | 2024-01-20T04:14:03.063Z | + DOWNLOAD_DIR=out/downloads |
261 | 2024-01-20T04:14:03.063Z | + DEST_DIR=./out/cockroachdb |
262 | 2024-01-20T04:14:03.063Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
263 | 2024-01-20T04:14:03.063Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
264 | 2024-01-20T04:14:03.063Z | + main |
265 | 2024-01-20T04:14:03.063Z | + [[ 0 != 0 ]] |
266 | 2024-01-20T04:14:03.063Z | + CIDL_OS=solaris2.11 |
267 | 2024-01-20T04:14:03.063Z | + [[ 0 != 0 ]] |
268 | 2024-01-20T04:14:03.063Z | + configure_os solaris2.11 |
269 | 2024-01-20T04:14:03.063Z | + echo 'current directory: /work/oxidecomputer/omicron' |
270 | 2024-01-20T04:14:03.063Z | current directory: /work/oxidecomputer/omicron |
271 | 2024-01-20T04:14:03.063Z | + echo 'configuring based on OS: "solaris2.11"' |
272 | 2024-01-20T04:14:03.063Z | + case "$1" in |
273 | 2024-01-20T04:14:03.063Z | configuring based on OS: "solaris2.11" |
274 | 2024-01-20T04:14:03.065Z | + CIDL_BUILD=illumos |
275 | 2024-01-20T04:14:03.065Z | + CIDL_SUFFIX=tar.gz |
276 | 2024-01-20T04:14:03.065Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
277 | 2024-01-20T04:14:03.065Z | + CIDL_MD5FUNC=do_md5sum |
278 | 2024-01-20T04:14:03.065Z | + CIDL_URL_BASE=https://illumos.org/downloads |
279 | 2024-01-20T04:14:03.065Z | + CIDL_ASSEMBLE=do_assemble_illumos |
280 | 2024-01-20T04:14:03.065Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
281 | 2024-01-20T04:14:03.067Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-01-20T04:14:03.067Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-01-20T04:14:03.067Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
284 | 2024-01-20T04:14:03.067Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-01-20T04:14:03.067Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
286 | 2024-01-20T04:14:03.067Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-01-20T04:14:03.067Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
288 | 2024-01-20T04:14:03.067Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-01-20T04:14:03.067Z | + mkdir -p out/downloads |
290 | 2024-01-20T04:14:03.073Z | + mkdir -p ./out/cockroachdb |
291 | 2024-01-20T04:14:03.073Z | + local DO_DOWNLOAD=true |
292 | 2024-01-20T04:14:03.073Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
293 | 2024-01-20T04:14:03.073Z | + '[' true == true ']' |
294 | 2024-01-20T04:14:03.073Z | + echo Downloading... |
295 | 2024-01-20T04:14:03.074Z | Downloading... |
296 | 2024-01-20T04:14:03.074Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-01-20T04:14:03.074Z | + 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 |
298 | 2024-01-20T04:14:08.434Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-01-20T04:14:08.450Z | ++ md5sum |
300 | 2024-01-20T04:14:08.451Z | ++ awk '{print $1}' |
301 | 2024-01-20T04:14:08.648Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
302 | 2024-01-20T04:14:08.648Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
303 | 2024-01-20T04:14:08.648Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-01-20T04:14:08.652Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
305 | 2024-01-20T04:14:12.182Z | + do_assemble_illumos |
306 | 2024-01-20T04:14:12.182Z | + rm -r ./out/cockroachdb |
307 | 2024-01-20T04:14:12.192Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
308 | 2024-01-20T04:14:12.683Z | + ./out/cockroachdb/bin/cockroach version |
309 | 2024-01-20T04:14:12.995Z | Build Tag: v22.1.9-dirty |
310 | 2024-01-20T04:14:12.995Z | Build Time: 2022/10/26 21:17:46 |
311 | 2024-01-20T04:14:12.996Z | Distribution: OSS |
312 | 2024-01-20T04:14:12.996Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
313 | 2024-01-20T04:14:12.996Z | Go Version: go1.17.13 |
314 | 2024-01-20T04:14:12.996Z | C Compiler: gcc 10.3.0 |
315 | 2024-01-20T04:14:12.996Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
316 | 2024-01-20T04:14:12.996Z | Build Type: release |
317 | 2024-01-20T04:14:13.024Z | + set -o errexit |
318 | 2024-01-20T04:14:13.879Z | +++ dirname ./tools/ci_download_clickhouse |
319 | 2024-01-20T04:14:13.880Z | ++ cd ./tools |
320 | 2024-01-20T04:14:13.880Z | ++ pwd |
321 | 2024-01-20T04:14:13.880Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
322 | 2024-01-20T04:14:13.880Z | ++ basename ./tools/ci_download_clickhouse |
323 | 2024-01-20T04:14:13.881Z | + ARG0=ci_download_clickhouse |
324 | 2024-01-20T04:14:13.881Z | + TARGET_DIR=out |
325 | 2024-01-20T04:14:13.881Z | + DOWNLOAD_DIR=out/downloads |
326 | 2024-01-20T04:14:13.883Z | + DEST_DIR=./out/clickhouse |
327 | 2024-01-20T04:14:13.884Z | + CIDL_VERSION=v22.8.9.24 |
328 | 2024-01-20T04:14:13.884Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
329 | 2024-01-20T04:14:13.884Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
330 | 2024-01-20T04:14:13.884Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
331 | 2024-01-20T04:14:13.884Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
332 | 2024-01-20T04:14:13.885Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
333 | 2024-01-20T04:14:13.885Z | + main |
334 | 2024-01-20T04:14:13.885Z | + [[ 0 != 0 ]] |
335 | 2024-01-20T04:14:13.885Z | + CIDL_OS=solaris2.11 |
336 | 2024-01-20T04:14:13.886Z | + [[ 0 != 0 ]] |
337 | 2024-01-20T04:14:13.886Z | + configure_os solaris2.11 |
338 | 2024-01-20T04:14:13.886Z | + echo 'current directory: /work/oxidecomputer/omicron' |
339 | 2024-01-20T04:14:13.886Z | current directory: /work/oxidecomputer/omicron |
340 | 2024-01-20T04:14:13.887Z | + echo 'configuring based on OS: "solaris2.11"' |
341 | 2024-01-20T04:14:13.887Z | + CIDL_DASHREV= |
342 | 2024-01-20T04:14:13.887Z | + case "$1" in |
343 | 2024-01-20T04:14:13.887Z | configuring based on OS: "solaris2.11" |
344 | 2024-01-20T04:14:13.887Z | + CIDL_PLATFORM=illumos |
345 | 2024-01-20T04:14:13.888Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
346 | 2024-01-20T04:14:13.888Z | + CIDL_MD5FUNC=do_md5sum |
347 | 2024-01-20T04:14:13.888Z | + CIDL_DASHREV=-1 |
348 | 2024-01-20T04:14:13.888Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
349 | 2024-01-20T04:14:13.888Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-01-20T04:14:13.889Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-01-20T04:14:13.889Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-01-20T04:14:13.889Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
353 | 2024-01-20T04:14:13.890Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
354 | 2024-01-20T04:14:13.891Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2024-01-20T04:14:13.891Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2024-01-20T04:14:13.891Z | + mkdir -p out/downloads |
357 | 2024-01-20T04:14:13.891Z | + mkdir -p ./out/clickhouse |
358 | 2024-01-20T04:14:13.891Z | + local DO_DOWNLOAD=true |
359 | 2024-01-20T04:14:13.892Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
360 | 2024-01-20T04:14:13.892Z | + '[' true == true ']' |
361 | 2024-01-20T04:14:13.892Z | + echo Downloading... |
362 | 2024-01-20T04:14:13.892Z | Downloading... |
363 | 2024-01-20T04:14:13.892Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-01-20T04:14:13.893Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2024-01-20T04:14:15.131Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-01-20T04:14:15.149Z | ++ md5sum |
367 | 2024-01-20T04:14:15.149Z | ++ awk '{print $1}' |
368 | 2024-01-20T04:14:15.437Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
369 | 2024-01-20T04:14:15.437Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
370 | 2024-01-20T04:14:15.438Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
371 | 2024-01-20T04:14:15.462Z | + mkdir -p ./out/clickhouse |
372 | 2024-01-20T04:14:15.462Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
373 | 2024-01-20T04:14:20.311Z | + ./out/clickhouse/clickhouse server --version |
374 | 2024-01-20T04:14:20.362Z | ClickHouse server version 22.8.9.1. |
375 | 2024-01-20T04:14:20.383Z | + set -o errexit |
376 | 2024-01-20T04:14:20.391Z | +++ dirname ./tools/ci_download_console |
377 | 2024-01-20T04:14:20.391Z | ++ cd ./tools |
378 | 2024-01-20T04:14:20.391Z | ++ pwd |
379 | 2024-01-20T04:14:20.399Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
380 | 2024-01-20T04:14:20.399Z | ++ basename ./tools/ci_download_console |
381 | 2024-01-20T04:14:20.399Z | + ARG0=ci_download_console |
382 | 2024-01-20T04:14:20.402Z | + TARGET_DIR=out |
383 | 2024-01-20T04:14:20.402Z | + DOWNLOAD_DIR=out/downloads |
384 | 2024-01-20T04:14:20.402Z | + DEST_DIR=./out/console-assets |
385 | 2024-01-20T04:14:20.402Z | + source /work/oxidecomputer/omicron/tools/console_version |
386 | 2024-01-20T04:14:20.403Z | ++ COMMIT=644a45b8e4ab673ad51754e372277abc3ddfd036 |
387 | 2024-01-20T04:14:20.403Z | ++ SHA2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
388 | 2024-01-20T04:14:20.403Z | + URL=https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
389 | 2024-01-20T04:14:20.403Z | + TARBALL_FILE=out/downloads/console.tar.gz |
390 | 2024-01-20T04:14:20.403Z | + main |
391 | 2024-01-20T04:14:20.403Z | + [[ 0 != 0 ]] |
392 | 2024-01-20T04:14:20.403Z | + echo 'URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz' |
393 | 2024-01-20T04:14:20.404Z | URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
394 | 2024-01-20T04:14:20.404Z | + echo 'Local file: out/downloads/console.tar.gz' |
395 | 2024-01-20T04:14:20.404Z | Local file: out/downloads/console.tar.gz |
396 | 2024-01-20T04:14:20.404Z | + local DO_DOWNLOAD=true |
397 | 2024-01-20T04:14:20.404Z | + [[ -f out/downloads/console.tar.gz ]] |
398 | 2024-01-20T04:14:20.405Z | + mkdir -p out/downloads |
399 | 2024-01-20T04:14:20.405Z | + '[' true == true ']' |
400 | 2024-01-20T04:14:20.405Z | + echo Downloading... |
401 | 2024-01-20T04:14:20.405Z | Downloading... |
402 | 2024-01-20T04:14:20.405Z | + do_download_curl https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz out/downloads/console.tar.gz |
403 | 2024-01-20T04:14:20.405Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
404 | 2024-01-20T04:14:21.121Z | ++ do_sha256sum out/downloads/console.tar.gz |
405 | 2024-01-20T04:14:21.136Z | ++ case "$OSTYPE" in |
406 | 2024-01-20T04:14:21.136Z | ++ SHA=sha256sum |
407 | 2024-01-20T04:14:21.136Z | ++ sha256sum |
408 | 2024-01-20T04:14:21.136Z | ++ awk '{print $1}' |
409 | 2024-01-20T04:14:21.202Z | + calculated_sha2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
410 | 2024-01-20T04:14:21.202Z | + [[ a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 != \a\0\5\9\9\1\7\d\8\2\6\0\8\1\d\f\0\4\e\f\d\4\4\1\8\6\f\6\d\f\e\e\f\0\0\9\9\f\c\5\3\f\1\e\8\6\1\8\7\9\6\e\a\9\9\0\a\5\1\0\f\4\b\0 ]] |
411 | 2024-01-20T04:14:21.221Z | + rm -rf ./out/console-assets |
412 | 2024-01-20T04:14:21.221Z | + mkdir -p ./out/console-assets |
413 | 2024-01-20T04:14:21.221Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
414 | 2024-01-20T04:14:21.221Z | + mkdir -p ./out/console-assets |
415 | 2024-01-20T04:14:21.221Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
416 | 2024-01-20T04:14:21.749Z | + set -o errexit |
417 | 2024-01-20T04:14:21.760Z | +++ dirname ./tools/ci_download_maghemite_openapi |
418 | 2024-01-20T04:14:21.760Z | ++ cd ./tools |
419 | 2024-01-20T04:14:21.769Z | ++ pwd |
420 | 2024-01-20T04:14:21.769Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
421 | 2024-01-20T04:14:21.769Z | ++ basename ./tools/ci_download_maghemite_openapi |
422 | 2024-01-20T04:14:21.769Z | + ARG0=ci_download_maghemite_openapi |
423 | 2024-01-20T04:14:21.769Z | + TARGET_DIR=out |
424 | 2024-01-20T04:14:21.769Z | + DOWNLOAD_DIR=out/downloads |
425 | 2024-01-20T04:14:21.769Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
426 | 2024-01-20T04:14:21.770Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
427 | 2024-01-20T04:14:21.770Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
428 | 2024-01-20T04:14:21.770Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
429 | 2024-01-20T04:14:21.770Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
430 | 2024-01-20T04:14:21.770Z | + main |
431 | 2024-01-20T04:14:21.770Z | + [[ 0 != 0 ]] |
432 | 2024-01-20T04:14:21.770Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
433 | 2024-01-20T04:14:21.770Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
434 | 2024-01-20T04:14:21.770Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
435 | 2024-01-20T04:14:21.771Z | + local DO_DOWNLOAD=true |
436 | 2024-01-20T04:14:21.771Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
437 | 2024-01-20T04:14:21.771Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
438 | 2024-01-20T04:14:21.771Z | + mkdir -p out/downloads |
439 | 2024-01-20T04:14:21.771Z | + '[' true == true ']' |
440 | 2024-01-20T04:14:21.771Z | + echo Downloading... |
441 | 2024-01-20T04:14:21.772Z | Downloading... |
442 | 2024-01-20T04:14:21.772Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
443 | 2024-01-20T04:14:21.772Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
444 | 2024-01-20T04:14:21.772Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
445 | 2024-01-20T04:14:21.772Z | ++ case "$OSTYPE" in |
446 | 2024-01-20T04:14:21.772Z | ++ SHA=sha256sum |
447 | 2024-01-20T04:14:21.772Z | ++ sha256sum |
448 | 2024-01-20T04:14:21.772Z | ++ awk '{print $1}' |
449 | 2024-01-20T04:14:21.773Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
450 | 2024-01-20T04:14:21.773Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
451 | 2024-01-20T04:14:21.773Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
452 | 2024-01-20T04:14:21.773Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
453 | 2024-01-20T04:14:21.773Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
454 | 2024-01-20T04:14:21.773Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
455 | 2024-01-20T04:14:21.773Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
456 | 2024-01-20T04:14:21.775Z | + main |
457 | 2024-01-20T04:14:21.775Z | + [[ 0 != 0 ]] |
458 | 2024-01-20T04:14:21.775Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
459 | 2024-01-20T04:14:21.776Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
460 | 2024-01-20T04:14:21.776Z | + local DO_DOWNLOAD=true |
461 | 2024-01-20T04:14:21.776Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
462 | 2024-01-20T04:14:21.776Z | + mkdir -p out/downloads |
463 | 2024-01-20T04:14:21.776Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
464 | 2024-01-20T04:14:21.776Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
465 | 2024-01-20T04:14:21.776Z | + '[' true == true ']' |
466 | 2024-01-20T04:14:21.776Z | + echo Downloading... |
467 | 2024-01-20T04:14:21.777Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
468 | 2024-01-20T04:14:21.777Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
469 | 2024-01-20T04:14:21.777Z | Downloading... |
470 | 2024-01-20T04:14:22.980Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
471 | 2024-01-20T04:14:22.984Z | ++ case "$OSTYPE" in |
472 | 2024-01-20T04:14:22.984Z | ++ SHA=sha256sum |
473 | 2024-01-20T04:14:22.984Z | ++ sha256sum |
474 | 2024-01-20T04:14:22.984Z | ++ awk '{print $1}' |
475 | 2024-01-20T04:14:22.989Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
476 | 2024-01-20T04:14:22.989Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
477 | 2024-01-20T04:14:23.011Z | + set -o errexit |
478 | 2024-01-20T04:14:23.011Z | +++ dirname ./tools/ci_download_dendrite_openapi |
479 | 2024-01-20T04:14:23.012Z | ++ cd ./tools |
480 | 2024-01-20T04:14:23.012Z | ++ pwd |
481 | 2024-01-20T04:14:23.012Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
482 | 2024-01-20T04:14:23.013Z | ++ basename ./tools/ci_download_dendrite_openapi |
483 | 2024-01-20T04:14:23.013Z | + ARG0=ci_download_dendrite_openapi |
484 | 2024-01-20T04:14:23.013Z | + TARGET_DIR=out |
485 | 2024-01-20T04:14:23.013Z | + DOWNLOAD_DIR=out/downloads |
486 | 2024-01-20T04:14:23.013Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
487 | 2024-01-20T04:14:23.013Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
488 | 2024-01-20T04:14:23.013Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
489 | 2024-01-20T04:14:23.014Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
490 | 2024-01-20T04:14:23.014Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
491 | 2024-01-20T04:14:23.014Z | + main |
492 | 2024-01-20T04:14:23.014Z | + [[ 0 != 0 ]] |
493 | 2024-01-20T04:14:23.014Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
494 | 2024-01-20T04:14:23.014Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
495 | 2024-01-20T04:14:23.014Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
496 | 2024-01-20T04:14:23.015Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
497 | 2024-01-20T04:14:23.015Z | + local DO_DOWNLOAD=true |
498 | 2024-01-20T04:14:23.015Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
499 | 2024-01-20T04:14:23.015Z | + mkdir -p out/downloads |
500 | 2024-01-20T04:14:23.015Z | + '[' true == true ']' |
501 | 2024-01-20T04:14:23.015Z | + echo Downloading... |
502 | 2024-01-20T04:14:23.015Z | Downloading... |
503 | 2024-01-20T04:14:23.015Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
504 | 2024-01-20T04:14:23.016Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
505 | 2024-01-20T04:14:23.275Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
506 | 2024-01-20T04:14:23.276Z | ++ case "$OSTYPE" in |
507 | 2024-01-20T04:14:23.284Z | ++ SHA=sha256sum |
508 | 2024-01-20T04:14:23.284Z | ++ sha256sum |
509 | 2024-01-20T04:14:23.284Z | ++ awk '{print $1}' |
510 | 2024-01-20T04:14:23.288Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
511 | 2024-01-20T04:14:23.288Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
512 | 2024-01-20T04:14:23.292Z | + set -o errexit |
513 | 2024-01-20T04:14:23.296Z | +++ dirname ./tools/ci_download_dendrite_stub |
514 | 2024-01-20T04:14:23.307Z | ++ cd ./tools |
515 | 2024-01-20T04:14:23.307Z | ++ pwd |
516 | 2024-01-20T04:14:23.307Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
517 | 2024-01-20T04:14:23.308Z | ++ basename ./tools/ci_download_dendrite_stub |
518 | 2024-01-20T04:14:23.308Z | + ARG0=ci_download_dendrite_stub |
519 | 2024-01-20T04:14:23.308Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
520 | 2024-01-20T04:14:23.308Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
521 | 2024-01-20T04:14:23.309Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
522 | 2024-01-20T04:14:23.309Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
523 | 2024-01-20T04:14:23.309Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
524 | 2024-01-20T04:14:23.309Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
525 | 2024-01-20T04:14:23.309Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
526 | 2024-01-20T04:14:23.309Z | + TARGET_DIR=out |
527 | 2024-01-20T04:14:23.309Z | + DOWNLOAD_DIR=out/downloads |
528 | 2024-01-20T04:14:23.309Z | + DEST_DIR=./out/dendrite-stub |
529 | 2024-01-20T04:14:23.309Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
530 | 2024-01-20T04:14:23.309Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
531 | 2024-01-20T04:14:23.309Z | + REPO=oxidecomputer/dendrite |
532 | 2024-01-20T04:14:23.309Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
533 | 2024-01-20T04:14:23.310Z | + main |
534 | 2024-01-20T04:14:23.310Z | + [[ 0 != 0 ]] |
535 | 2024-01-20T04:14:23.310Z | + CIDL_OS=solaris2.11 |
536 | 2024-01-20T04:14:23.310Z | + [[ 0 != 0 ]] |
537 | 2024-01-20T04:14:23.310Z | + configure_os solaris2.11 |
538 | 2024-01-20T04:14:23.310Z | + echo 'current directory: /work/oxidecomputer/omicron' |
539 | 2024-01-20T04:14:23.310Z | current directory: /work/oxidecomputer/omicron |
540 | 2024-01-20T04:14:23.310Z | + echo 'configuring based on OS: "solaris2.11"' |
541 | 2024-01-20T04:14:23.310Z | configuring based on OS: "solaris2.11" |
542 | 2024-01-20T04:14:23.310Z | + case "$1" in |
543 | 2024-01-20T04:14:23.310Z | + SET_BINARIES= |
544 | 2024-01-20T04:14:23.310Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
545 | 2024-01-20T04:14:23.310Z | + CIDL_SHA256FUNC=do_sha256sum |
546 | 2024-01-20T04:14:23.311Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
547 | 2024-01-20T04:14:23.311Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
548 | 2024-01-20T04:14:23.311Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
549 | 2024-01-20T04:14:23.311Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
550 | 2024-01-20T04:14:23.311Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
551 | 2024-01-20T04:14:23.311Z | Local file: out/downloads/dendrite-stub.tar.gz |
552 | 2024-01-20T04:14:23.311Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
553 | 2024-01-20T04:14:23.311Z | + mkdir -p out/downloads |
554 | 2024-01-20T04:14:23.316Z | + mkdir -p ./out/dendrite-stub |
555 | 2024-01-20T04:14:23.316Z | + fetch_and_verify |
556 | 2024-01-20T04:14:23.316Z | + local DO_DOWNLOAD=true |
557 | 2024-01-20T04:14:23.316Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
558 | 2024-01-20T04:14:23.316Z | + '[' true == true ']' |
559 | 2024-01-20T04:14:23.316Z | + echo Downloading... |
560 | 2024-01-20T04:14:23.316Z | Downloading... |
561 | 2024-01-20T04:14:23.316Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
562 | 2024-01-20T04:14:23.316Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
563 | 2024-01-20T04:14:34.687Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
564 | 2024-01-20T04:14:34.705Z | ++ sha256sum |
565 | 2024-01-20T04:14:34.705Z | ++ awk '{print $1}' |
566 | 2024-01-20T04:14:34.722Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
567 | 2024-01-20T04:14:34.722Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
568 | 2024-01-20T04:14:35.183Z | + do_untar out/downloads/dendrite-stub.tar.gz |
569 | 2024-01-20T04:14:35.183Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
570 | 2024-01-20T04:14:35.828Z | + do_assemble |
571 | 2024-01-20T04:14:35.828Z | + rm -r ./out/dendrite-stub |
572 | 2024-01-20T04:14:35.839Z | + mkdir ./out/dendrite-stub |
573 | 2024-01-20T04:14:35.839Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
574 | 2024-01-20T04:14:35.969Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
575 | 2024-01-20T04:14:35.982Z | + set -o errexit |
576 | 2024-01-20T04:14:36.001Z | +++ dirname ./tools/ci_download_maghemite_mgd |
577 | 2024-01-20T04:14:36.014Z | ++ cd ./tools |
578 | 2024-01-20T04:14:36.014Z | ++ pwd |
579 | 2024-01-20T04:14:36.014Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
580 | 2024-01-20T04:14:36.014Z | ++ basename ./tools/ci_download_maghemite_mgd |
581 | 2024-01-20T04:14:36.014Z | + ARG0=ci_download_maghemite_mgd |
582 | 2024-01-20T04:14:36.014Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
583 | 2024-01-20T04:14:36.015Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
584 | 2024-01-20T04:14:36.015Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
585 | 2024-01-20T04:14:36.015Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
586 | 2024-01-20T04:14:36.015Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
587 | 2024-01-20T04:14:36.015Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
588 | 2024-01-20T04:14:36.015Z | + TARGET_DIR=out |
589 | 2024-01-20T04:14:36.015Z | + DOWNLOAD_DIR=out/downloads |
590 | 2024-01-20T04:14:36.015Z | + DEST_DIR=./out/mgd |
591 | 2024-01-20T04:14:36.015Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
592 | 2024-01-20T04:14:36.016Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
593 | 2024-01-20T04:14:36.016Z | + REPO=oxidecomputer/maghemite |
594 | 2024-01-20T04:14:36.016Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
595 | 2024-01-20T04:14:36.016Z | + main |
596 | 2024-01-20T04:14:36.016Z | + [[ 0 != 0 ]] |
597 | 2024-01-20T04:14:36.016Z | + CIDL_OS=solaris2.11 |
598 | 2024-01-20T04:14:36.016Z | + [[ 0 != 0 ]] |
599 | 2024-01-20T04:14:36.016Z | + configure_os solaris2.11 |
600 | 2024-01-20T04:14:36.016Z | + echo 'current directory: /work/oxidecomputer/omicron' |
601 | 2024-01-20T04:14:36.016Z | current directory: /work/oxidecomputer/omicron |
602 | 2024-01-20T04:14:36.016Z | + echo 'configuring based on OS: "solaris2.11"' |
603 | 2024-01-20T04:14:36.016Z | + case "$1" in |
604 | 2024-01-20T04:14:36.016Z | configuring based on OS: "solaris2.11" |
605 | 2024-01-20T04:14:36.016Z | + SET_BINARIES= |
606 | 2024-01-20T04:14:36.017Z | + CIDL_SHA256FUNC=do_sha256sum |
607 | 2024-01-20T04:14:36.017Z | + TARBALL_FILENAME=mgd.tar.gz |
608 | 2024-01-20T04:14:36.017Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
609 | 2024-01-20T04:14:36.017Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
610 | 2024-01-20T04:14:36.017Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
611 | 2024-01-20T04:14:36.017Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
612 | 2024-01-20T04:14:36.017Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
613 | 2024-01-20T04:14:36.017Z | + mkdir -p out/downloads |
614 | 2024-01-20T04:14:36.017Z | Local file: out/downloads/mgd.tar.gz |
615 | 2024-01-20T04:14:36.017Z | + mkdir -p ./out/mgd |
616 | 2024-01-20T04:14:36.018Z | + fetch_and_verify |
617 | 2024-01-20T04:14:36.018Z | + local DO_DOWNLOAD=true |
618 | 2024-01-20T04:14:36.018Z | + [[ -f out/downloads/mgd.tar.gz ]] |
619 | 2024-01-20T04:14:36.018Z | + '[' true == true ']' |
620 | 2024-01-20T04:14:36.018Z | + echo Downloading... |
621 | 2024-01-20T04:14:36.018Z | Downloading... |
622 | 2024-01-20T04:14:36.018Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
623 | 2024-01-20T04:14:36.018Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
624 | 2024-01-20T04:14:45.230Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
625 | 2024-01-20T04:14:45.250Z | ++ sha256sum |
626 | 2024-01-20T04:14:45.250Z | ++ awk '{print $1}' |
627 | 2024-01-20T04:14:45.363Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
628 | 2024-01-20T04:14:45.364Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
629 | 2024-01-20T04:14:45.798Z | + do_untar out/downloads/mgd.tar.gz |
630 | 2024-01-20T04:14:45.798Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
631 | 2024-01-20T04:14:46.015Z | + do_assemble |
632 | 2024-01-20T04:14:46.015Z | + rm -r ./out/mgd |
633 | 2024-01-20T04:14:46.027Z | + mkdir ./out/mgd |
634 | 2024-01-20T04:14:46.027Z | + cp -r out/downloads/root ./out/mgd/root |
635 | 2024-01-20T04:14:46.193Z | + set -o errexit |
636 | 2024-01-20T04:14:46.210Z | +++ dirname ./tools/ci_download_transceiver_control |
637 | 2024-01-20T04:14:46.210Z | ++ cd ./tools |
638 | 2024-01-20T04:14:46.211Z | ++ pwd |
639 | 2024-01-20T04:14:46.211Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
640 | 2024-01-20T04:14:46.211Z | ++ basename ./tools/ci_download_transceiver_control |
641 | 2024-01-20T04:14:46.212Z | + ARG0=ci_download_transceiver_control |
642 | 2024-01-20T04:14:46.212Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
643 | 2024-01-20T04:14:46.212Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
644 | 2024-01-20T04:14:46.212Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
645 | 2024-01-20T04:14:46.212Z | + TARGET_DIR=out |
646 | 2024-01-20T04:14:46.212Z | + DOWNLOAD_DIR=out/downloads |
647 | 2024-01-20T04:14:46.212Z | + DEST_DIR=./out/transceiver-control |
648 | 2024-01-20T04:14:46.213Z | + BIN_DIR=/opt/oxide/bin |
649 | 2024-01-20T04:14:46.213Z | + BINARY=xcvradm |
650 | 2024-01-20T04:14:46.213Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
651 | 2024-01-20T04:14:46.213Z | + REPO=oxidecomputer/transceiver-control |
652 | 2024-01-20T04:14:46.213Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2024-01-20T04:14:46.213Z | + main |
654 | 2024-01-20T04:14:46.214Z | + [[ 0 != 0 ]] |
655 | 2024-01-20T04:14:46.214Z | + CIDL_OS=solaris2.11 |
656 | 2024-01-20T04:14:46.214Z | + [[ 0 != 0 ]] |
657 | 2024-01-20T04:14:46.214Z | + configure_os solaris2.11 |
658 | 2024-01-20T04:14:46.214Z | + echo 'current directory: /work/oxidecomputer/omicron' |
659 | 2024-01-20T04:14:46.215Z | current directory: /work/oxidecomputer/omicron |
660 | 2024-01-20T04:14:46.215Z | + echo 'configuring based on OS: "solaris2.11"' |
661 | 2024-01-20T04:14:46.215Z | + case "$1" in |
662 | 2024-01-20T04:14:46.215Z | configuring based on OS: "solaris2.11" |
663 | 2024-01-20T04:14:46.216Z | + SET_BINARIES= |
664 | 2024-01-20T04:14:46.216Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
665 | 2024-01-20T04:14:46.216Z | + CIDL_SHA256FUNC=do_sha256sum |
666 | 2024-01-20T04:14:46.216Z | + ARCHIVE_FILENAME=xcvradm.gz |
667 | 2024-01-20T04:14:46.217Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
668 | 2024-01-20T04:14:46.217Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
669 | 2024-01-20T04:14:46.217Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
670 | 2024-01-20T04:14:46.217Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
671 | 2024-01-20T04:14:46.217Z | + echo 'Local file: out/downloads/xcvradm.gz' |
672 | 2024-01-20T04:14:46.218Z | + mkdir -p out/downloads |
673 | 2024-01-20T04:14:46.218Z | Local file: out/downloads/xcvradm.gz |
674 | 2024-01-20T04:14:46.219Z | + mkdir -p ./out/transceiver-control |
675 | 2024-01-20T04:14:46.245Z | + fetch_and_verify |
676 | 2024-01-20T04:14:46.245Z | + local DO_DOWNLOAD=true |
677 | 2024-01-20T04:14:46.245Z | + [[ -f out/downloads/xcvradm.gz ]] |
678 | 2024-01-20T04:14:46.245Z | + '[' true == true ']' |
679 | 2024-01-20T04:14:46.245Z | + echo Downloading... |
680 | 2024-01-20T04:14:46.246Z | Downloading... |
681 | 2024-01-20T04:14:46.246Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
682 | 2024-01-20T04:14:46.246Z | + 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 |
683 | 2024-01-20T04:14:50.265Z | ++ do_sha256sum out/downloads/xcvradm.gz |
684 | 2024-01-20T04:14:50.274Z | ++ sha256sum |
685 | 2024-01-20T04:14:50.275Z | ++ awk '{print $1}' |
686 | 2024-01-20T04:14:50.275Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
687 | 2024-01-20T04:14:50.275Z | + [[ 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 ]] |
688 | 2024-01-20T04:14:50.275Z | + do_unpack out/downloads/xcvradm.gz |
689 | 2024-01-20T04:14:50.275Z | + mkdir -p out/downloads/root//opt/oxide/bin |
690 | 2024-01-20T04:14:50.276Z | + gzip -dc out/downloads/xcvradm.gz |
691 | 2024-01-20T04:14:50.436Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
692 | 2024-01-20T04:14:50.439Z | + do_assemble |
693 | 2024-01-20T04:14:50.439Z | + rm -r ./out/transceiver-control |
694 | 2024-01-20T04:14:50.445Z | + mkdir ./out/transceiver-control |
695 | 2024-01-20T04:14:50.451Z | + cp -r out/downloads/root ./out/transceiver-control/root |
696 | 2024-01-20T04:14:50.707Z | All prerequisites installed successfully |
697 | 2024-01-20T04:14:50.732Z | |
698 | 2024-01-20T04:14:50.733Z | real 3:05.597486063 |
699 | 2024-01-20T04:14:50.733Z | user 53.301333488 |
700 | 2024-01-20T04:14:50.734Z | sys 10.205486893 |
701 | 2024-01-20T04:14:50.734Z | trap 0.022783016 |
702 | 2024-01-20T04:14:50.734Z | tflt 0.156547864 |
703 | 2024-01-20T04:14:50.734Z | dflt 0.335975859 |
704 | 2024-01-20T04:14:50.734Z | kflt 0.142993374 |
705 | 2024-01-20T04:14:50.734Z | lock 2.513277483 |
706 | 2024-01-20T04:14:50.734Z | slp 6:04.109248187 |
707 | 2024-01-20T04:14:50.735Z | lat 3.464281308 |
708 | 2024-01-20T04:14:50.735Z | stop 0.067728869 |
709 | 2024-01-20T04:14:50.735Z | + ptime -m ./tools/ci_download_softnpu_machinery |
710 | 2024-01-20T04:14:50.735Z | fetching npuzone |
711 | 2024-01-20T04:14:50.736Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
712 | 2024-01-20T04:14:50.736Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
713 | 2024-01-20T04:14:50.736Z | Getting hash for npuzone |
714 | 2024-01-20T04:14:50.866Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
715 | 2024-01-20T04:15:02.521Z | npuzone downloaded successfully |
716 | 2024-01-20T04:15:02.540Z | |
717 | 2024-01-20T04:15:02.540Z | real 11.861318366 |
718 | 2024-01-20T04:15:02.540Z | user 0.554051647 |
719 | 2024-01-20T04:15:02.540Z | sys 0.142988707 |
720 | 2024-01-20T04:15:02.541Z | trap 0.000192362 |
721 | 2024-01-20T04:15:02.541Z | tflt 0.000000000 |
722 | 2024-01-20T04:15:02.541Z | dflt 0.000000000 |
723 | 2024-01-20T04:15:02.544Z | kflt 0.000000000 |
724 | 2024-01-20T04:15:02.544Z | lock 0.000000000 |
725 | 2024-01-20T04:15:02.544Z | slp 34.723039846 |
726 | 2024-01-20T04:15:02.545Z | lat 0.127677925 |
727 | 2024-01-20T04:15:02.545Z | stop 0.000260723 |
728 | 2024-01-20T04:15:02.545Z | + export CARGO_INCREMENTAL=0 |
729 | 2024-01-20T04:15:02.545Z | + CARGO_INCREMENTAL=0 |
730 | 2024-01-20T04:15:02.545Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
731 | 2024-01-20T04:15:02.864Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
732 | 2024-01-20T04:15:03.227Z | Updating crates.io index |
733 | 2024-01-20T04:15:03.241Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
734 | 2024-01-20T04:15:04.132Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
735 | 2024-01-20T04:15:06.373Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
736 | 2024-01-20T04:15:06.958Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
737 | 2024-01-20T04:15:07.278Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
738 | 2024-01-20T04:15:07.567Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
739 | 2024-01-20T04:15:07.842Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
740 | 2024-01-20T04:15:08.736Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
741 | 2024-01-20T04:15:11.197Z | Updating git repository `https://github.com/oxidecomputer/opte` |
742 | 2024-01-20T04:15:12.249Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
743 | 2024-01-20T04:15:12.558Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
744 | 2024-01-20T04:15:13.143Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
745 | 2024-01-20T04:15:13.479Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
746 | 2024-01-20T04:15:13.798Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
747 | 2024-01-20T04:15:14.148Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
748 | 2024-01-20T04:15:14.575Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
749 | 2024-01-20T04:15:14.842Z | Updating git repository `https://github.com/njaremko/samael` |
750 | 2024-01-20T04:15:15.281Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
751 | 2024-01-20T04:15:16.043Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
752 | 2024-01-20T04:15:16.413Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
753 | 2024-01-20T04:15:16.790Z | Updating git repository `https://github.com/jgallagher/nix` |
754 | 2024-01-20T04:15:18.022Z | Updating git repository `https://github.com/cbiffle/hubpack` |
755 | 2024-01-20T04:15:18.414Z | Updating git repository `https://github.com/oxidecomputer/typify` |
756 | 2024-01-20T04:15:21.372Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
757 | 2024-01-20T04:15:21.727Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
758 | 2024-01-20T04:15:22.012Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
759 | 2024-01-20T04:15:23.571Z | Downloading crates ... |
760 | 2024-01-20T04:15:23.799Z | Downloaded anstyle v1.0.2 |
761 | 2024-01-20T04:15:23.804Z | Downloaded indoc v2.0.3 |
762 | 2024-01-20T04:15:23.814Z | Downloaded crc v3.0.1 |
763 | 2024-01-20T04:15:24.241Z | Downloaded is_ci v1.1.1 |
764 | 2024-01-20T04:15:24.248Z | Downloaded cstr-argument v0.1.2 |
765 | 2024-01-20T04:15:24.248Z | Downloaded crossbeam v0.8.2 |
766 | 2024-01-20T04:15:24.248Z | Downloaded bitfield v0.14.0 |
767 | 2024-01-20T04:15:24.248Z | Downloaded mockall v0.12.0 |
768 | 2024-01-20T04:15:24.248Z | Downloaded ansi_term v0.12.1 |
769 | 2024-01-20T04:15:24.248Z | Downloaded darling_macro v0.14.4 |
770 | 2024-01-20T04:15:24.248Z | Downloaded ident_case v1.0.1 |
771 | 2024-01-20T04:15:24.248Z | Downloaded is-terminal v0.4.9 |
772 | 2024-01-20T04:15:24.248Z | Downloaded serde_urlencoded v0.7.1 |
773 | 2024-01-20T04:15:24.248Z | Downloaded shell-words v1.1.0 |
774 | 2024-01-20T04:15:24.249Z | Downloaded log v0.4.20 |
775 | 2024-01-20T04:15:24.249Z | Downloaded ipnetwork v0.20.0 |
776 | 2024-01-20T04:15:24.249Z | Downloaded colorchoice v1.0.0 |
777 | 2024-01-20T04:15:24.249Z | Downloaded ciborium-io v0.2.1 |
778 | 2024-01-20T04:15:24.249Z | Downloaded crc-catalog v2.2.0 |
779 | 2024-01-20T04:15:24.249Z | Downloaded libloading v0.7.4 |
780 | 2024-01-20T04:15:24.249Z | Downloaded cobs v0.2.3 |
781 | 2024-01-20T04:15:24.249Z | Downloaded slog v2.7.0 |
782 | 2024-01-20T04:15:24.249Z | Downloaded async-stream-impl v0.3.5 |
783 | 2024-01-20T04:15:24.249Z | Downloaded curve25519-dalek-derive v0.1.0 |
784 | 2024-01-20T04:15:24.249Z | Downloaded atty v0.2.14 |
785 | 2024-01-20T04:15:24.249Z | Downloaded maplit v1.0.2 |
786 | 2024-01-20T04:15:24.249Z | Downloaded colored v2.0.4 |
787 | 2024-01-20T04:15:24.249Z | Downloaded chacha20poly1305 v0.10.1 |
788 | 2024-01-20T04:15:24.249Z | Downloaded libefi-sys v0.1.0 |
789 | 2024-01-20T04:15:24.249Z | Downloaded packed_struct v0.10.1 |
790 | 2024-01-20T04:15:24.249Z | Downloaded openssl-macros v0.1.1 |
791 | 2024-01-20T04:15:24.250Z | Downloaded num-integer v0.1.45 |
792 | 2024-01-20T04:15:24.250Z | Downloaded oso-derive v0.27.0 |
793 | 2024-01-20T04:15:24.250Z | Downloaded aead v0.5.2 |
794 | 2024-01-20T04:15:24.250Z | Downloaded scopeguard v1.2.0 |
795 | 2024-01-20T04:15:24.251Z | Downloaded lazycell v1.3.0 |
796 | 2024-01-20T04:15:24.252Z | Downloaded bb8 v0.8.1 |
797 | 2024-01-20T04:15:24.252Z | Downloaded array-init v0.0.4 |
798 | 2024-01-20T04:15:24.252Z | Downloaded chacha20 v0.9.1 |
799 | 2024-01-20T04:15:24.252Z | Downloaded num-iter v0.1.43 |
800 | 2024-01-20T04:15:24.252Z | Downloaded crucible-workspace-hack v0.1.0 |
801 | 2024-01-20T04:15:24.252Z | Downloaded libsw v3.3.1 |
802 | 2024-01-20T04:15:24.252Z | Downloaded spki v0.7.2 |
803 | 2024-01-20T04:15:24.252Z | Downloaded serde_path_to_error v0.1.15 |
804 | 2024-01-20T04:15:24.252Z | Downloaded serde_spanned v0.6.4 |
805 | 2024-01-20T04:15:24.252Z | Downloaded instant v0.1.12 |
806 | 2024-01-20T04:15:24.252Z | Downloaded semver v1.0.21 |
807 | 2024-01-20T04:15:24.252Z | Downloaded mio v0.8.9 |
808 | 2024-01-20T04:15:24.252Z | Downloaded peeking_take_while v0.1.2 |
809 | 2024-01-20T04:15:24.252Z | Downloaded ipnet v2.9.0 |
810 | 2024-01-20T04:15:24.252Z | Downloaded itertools v0.10.5 |
811 | 2024-01-20T04:15:24.252Z | Downloaded defmt-macros v0.3.6 |
812 | 2024-01-20T04:15:24.252Z | Downloaded argon2 v0.5.2 |
813 | 2024-01-20T04:15:24.252Z | Downloaded phf_shared v0.10.0 |
814 | 2024-01-20T04:15:24.253Z | Downloaded hyper-tls v0.5.0 |
815 | 2024-01-20T04:15:24.253Z | Downloaded crossterm v0.27.0 |
816 | 2024-01-20T04:15:24.253Z | Downloaded dirs-sys-next v0.1.2 |
817 | 2024-01-20T04:15:24.253Z | Downloaded nu-ansi-term v0.49.0 |
818 | 2024-01-20T04:15:24.253Z | Downloaded mockall_derive v0.12.0 |
819 | 2024-01-20T04:15:24.253Z | Downloaded slog-term v2.9.0 |
820 | 2024-01-20T04:15:24.253Z | Downloaded xattr v1.0.1 |
821 | 2024-01-20T04:15:24.253Z | Downloaded rusty-fork v0.3.0 |
822 | 2024-01-20T04:15:24.253Z | Downloaded percent-encoding v2.3.1 |
823 | 2024-01-20T04:15:24.253Z | Downloaded tempfile v3.9.0 |
824 | 2024-01-20T04:15:24.253Z | Downloaded foreign-types-macros v0.2.3 |
825 | 2024-01-20T04:15:24.253Z | Downloaded unicode-linebreak v0.1.5 |
826 | 2024-01-20T04:15:24.253Z | Downloaded unicase v2.7.0 |
827 | 2024-01-20T04:15:24.253Z | Downloaded toolchain_find v0.2.0 |
828 | 2024-01-20T04:15:24.253Z | Downloaded serde_derive v1.0.195 |
829 | 2024-01-20T04:15:24.253Z | Downloaded clang-sys v1.6.1 |
830 | 2024-01-20T04:15:24.253Z | Downloaded usdt-attr-macro v0.3.5 |
831 | 2024-01-20T04:15:24.253Z | Downloaded thiserror-no-std v2.0.2 |
832 | 2024-01-20T04:15:24.253Z | Downloaded fastrand v2.0.0 |
833 | 2024-01-20T04:15:24.253Z | Downloaded rustfmt-wrapper v0.2.0 |
834 | 2024-01-20T04:15:24.253Z | Downloaded slog-envlogger v2.2.0 |
835 | 2024-01-20T04:15:24.253Z | Downloaded unicode-bidi v0.3.13 |
836 | 2024-01-20T04:15:24.253Z | Downloaded vte_generate_state_changes v0.1.1 |
837 | 2024-01-20T04:15:24.254Z | Downloaded proc-macro-crate v1.3.1 |
838 | 2024-01-20T04:15:24.254Z | Downloaded sqlparser_derive v0.2.2 |
839 | 2024-01-20T04:15:24.254Z | Downloaded getopts v0.2.21 |
840 | 2024-01-20T04:15:24.254Z | Downloaded form_urlencoded v1.2.1 |
841 | 2024-01-20T04:15:24.254Z | Downloaded http-body v0.4.5 |
842 | 2024-01-20T04:15:24.254Z | Downloaded digest v0.10.7 |
843 | 2024-01-20T04:15:24.254Z | Downloaded backtrace v0.3.69 |
844 | 2024-01-20T04:15:24.254Z | Downloaded pest_derive v2.7.2 |
845 | 2024-01-20T04:15:24.254Z | Downloaded diesel_table_macro_syntax v0.1.0 |
846 | 2024-01-20T04:15:24.254Z | Downloaded embedded-io v0.4.0 |
847 | 2024-01-20T04:15:24.254Z | Downloaded env_logger v0.10.0 |
848 | 2024-01-20T04:15:24.254Z | Downloaded path-slash v0.1.5 |
849 | 2024-01-20T04:15:24.254Z | Downloaded tungstenite v0.20.1 |
850 | 2024-01-20T04:15:24.254Z | Downloaded termtree v0.4.1 |
851 | 2024-01-20T04:15:24.255Z | Downloaded strum v0.25.0 |
852 | 2024-01-20T04:15:24.255Z | Downloaded rand_core v0.6.4 |
853 | 2024-01-20T04:15:24.255Z | Downloaded openssl-probe v0.1.5 |
854 | 2024-01-20T04:15:24.255Z | Downloaded resolv-conf v0.7.0 |
855 | 2024-01-20T04:15:24.255Z | Downloaded pretty-hex v0.2.1 |
856 | 2024-01-20T04:15:24.255Z | Downloaded shlex v1.1.0 |
857 | 2024-01-20T04:15:24.255Z | Downloaded slog-stdlog v4.1.1 |
858 | 2024-01-20T04:15:24.255Z | Downloaded difflib v0.4.0 |
859 | 2024-01-20T04:15:24.263Z | Downloaded toml v0.5.11 |
860 | 2024-01-20T04:15:24.263Z | Downloaded deranged v0.3.8 |
861 | 2024-01-20T04:15:24.263Z | Downloaded zerocopy v0.6.4 |
862 | 2024-01-20T04:15:24.263Z | Downloaded zeroize v1.7.0 |
863 | 2024-01-20T04:15:24.263Z | Downloaded openssl-sys v0.9.96 |
864 | 2024-01-20T04:15:24.274Z | Downloaded rustc_version v0.1.7 |
865 | 2024-01-20T04:15:24.282Z | Downloaded endian-type v0.1.2 |
866 | 2024-01-20T04:15:24.282Z | Downloaded zone_cfg_derive v0.3.0 |
867 | 2024-01-20T04:15:24.282Z | Downloaded steno v0.4.0 |
868 | 2024-01-20T04:15:24.291Z | Downloaded foreign-types-shared v0.1.1 |
869 | 2024-01-20T04:15:24.330Z | Downloaded darling_macro v0.20.3 |
870 | 2024-01-20T04:15:24.330Z | Downloaded structopt-derive v0.4.18 |
871 | 2024-01-20T04:15:24.330Z | Downloaded rand_xorshift v0.3.0 |
872 | 2024-01-20T04:15:24.330Z | Downloaded vec_map v0.8.2 |
873 | 2024-01-20T04:15:24.801Z | Downloaded base16ct v0.2.0 |
874 | 2024-01-20T04:15:24.801Z | Downloaded pretty-hex v0.4.1 |
875 | 2024-01-20T04:15:24.801Z | Downloaded doc-comment v0.3.3 |
876 | 2024-01-20T04:15:24.801Z | Downloaded diesel_derives v2.1.2 |
877 | 2024-01-20T04:15:24.801Z | Downloaded signal-hook-registry v1.4.1 |
878 | 2024-01-20T04:15:24.801Z | Downloaded hubpack v0.1.2 |
879 | 2024-01-20T04:15:24.801Z | Downloaded futures-macro v0.3.30 |
880 | 2024-01-20T04:15:24.801Z | Downloaded ron v0.8.1 |
881 | 2024-01-20T04:15:24.801Z | Downloaded downcast v0.11.0 |
882 | 2024-01-20T04:15:24.801Z | Downloaded lru-cache v0.1.2 |
883 | 2024-01-20T04:15:24.801Z | Downloaded serde_tokenstream v0.2.0 |
884 | 2024-01-20T04:15:24.811Z | Downloaded fxhash v0.2.1 |
885 | 2024-01-20T04:15:24.811Z | Downloaded dof v0.1.5 |
886 | 2024-01-20T04:15:24.811Z | Downloaded pest_generator v2.7.2 |
887 | 2024-01-20T04:15:24.811Z | Downloaded highway v1.1.0 |
888 | 2024-01-20T04:15:24.811Z | Downloaded derive_builder_core v0.12.0 |
889 | 2024-01-20T04:15:24.811Z | Downloaded quote v1.0.35 |
890 | 2024-01-20T04:15:24.812Z | Downloaded terminal_size v0.2.6 |
891 | 2024-01-20T04:15:24.812Z | Downloaded defmt-parser v0.3.3 |
892 | 2024-01-20T04:15:24.813Z | Downloaded http-range v0.1.5 |
893 | 2024-01-20T04:15:24.813Z | Downloaded ena v0.14.2 |
894 | 2024-01-20T04:15:24.813Z | Downloaded sha2 v0.10.8 |
895 | 2024-01-20T04:15:24.814Z | Downloaded pkcs8 v0.10.2 |
896 | 2024-01-20T04:15:24.814Z | Downloaded typed-path v0.7.0 |
897 | 2024-01-20T04:15:24.814Z | Downloaded parse-display v0.8.2 |
898 | 2024-01-20T04:15:24.814Z | Downloaded foreign-types v0.3.2 |
899 | 2024-01-20T04:15:24.814Z | Downloaded unarray v0.1.4 |
900 | 2024-01-20T04:15:24.814Z | Downloaded futures-channel v0.3.30 |
901 | 2024-01-20T04:15:24.814Z | Downloaded derive_builder_macro v0.12.0 |
902 | 2024-01-20T04:15:24.814Z | Downloaded float-cmp v0.9.0 |
903 | 2024-01-20T04:15:24.814Z | Downloaded futures-core v0.3.30 |
904 | 2024-01-20T04:15:24.814Z | Downloaded strip-ansi-escapes v0.2.0 |
905 | 2024-01-20T04:15:24.814Z | Downloaded zone v0.3.0 |
906 | 2024-01-20T04:15:24.814Z | Downloaded serde-big-array v0.4.1 |
907 | 2024-01-20T04:15:24.814Z | Downloaded parking_lot v0.12.1 |
908 | 2024-01-20T04:15:24.814Z | Downloaded headers-core v0.2.0 |
909 | 2024-01-20T04:15:24.814Z | Downloaded foreign-types-shared v0.3.1 |
910 | 2024-01-20T04:15:24.814Z | Downloaded heck v0.3.3 |
911 | 2024-01-20T04:15:24.814Z | Downloaded thiserror v1.0.49 |
912 | 2024-01-20T04:15:24.814Z | Downloaded equivalent v1.0.1 |
913 | 2024-01-20T04:15:24.814Z | Downloaded futures-task v0.3.30 |
914 | 2024-01-20T04:15:24.814Z | Downloaded signal-hook-mio v0.2.3 |
915 | 2024-01-20T04:15:24.814Z | Downloaded scheduled-thread-pool v0.2.7 |
916 | 2024-01-20T04:15:24.814Z | Downloaded pem v3.0.2 |
917 | 2024-01-20T04:15:24.814Z | Downloaded socket2 v0.4.9 |
918 | 2024-01-20T04:15:24.814Z | Downloaded fallible-iterator v0.2.0 |
919 | 2024-01-20T04:15:24.815Z | Downloaded zeroize_derive v1.4.2 |
920 | 2024-01-20T04:15:24.815Z | Downloaded flagset v0.4.3 |
921 | 2024-01-20T04:15:24.815Z | Downloaded thread_local v1.1.7 |
922 | 2024-01-20T04:15:24.815Z | Downloaded password-hash v0.5.0 |
923 | 2024-01-20T04:15:24.815Z | Downloaded hostname v0.3.1 |
924 | 2024-01-20T04:15:24.815Z | Downloaded version_check v0.9.4 |
925 | 2024-01-20T04:15:24.815Z | Downloaded display-error-chain v0.2.0 |
926 | 2024-01-20T04:15:24.815Z | Downloaded pkg-config v0.3.27 |
927 | 2024-01-20T04:15:24.815Z | Downloaded rayon-core v1.12.0 |
928 | 2024-01-20T04:15:24.815Z | Downloaded tower-service v0.3.2 |
929 | 2024-01-20T04:15:24.815Z | Downloaded phf v0.11.2 |
930 | 2024-01-20T04:15:24.815Z | Downloaded nodrop v0.1.14 |
931 | 2024-01-20T04:15:24.815Z | Downloaded hubpack_derive v0.1.1 |
932 | 2024-01-20T04:15:24.815Z | Downloaded slog-bunyan v2.5.0 |
933 | 2024-01-20T04:15:24.815Z | Downloaded foreign-types v0.5.0 |
934 | 2024-01-20T04:15:24.815Z | Downloaded either v1.9.0 |
935 | 2024-01-20T04:15:24.815Z | Downloaded itertools v0.12.0 |
936 | 2024-01-20T04:15:24.815Z | Downloaded siphasher v0.3.11 |
937 | 2024-01-20T04:15:24.815Z | Downloaded parse-display-derive v0.8.2 |
938 | 2024-01-20T04:15:24.815Z | Downloaded fixedbitset v0.4.2 |
939 | 2024-01-20T04:15:24.815Z | Downloaded tui-tree-widget v0.13.0 |
940 | 2024-01-20T04:15:24.815Z | Downloaded sha1 v0.10.6 |
941 | 2024-01-20T04:15:24.815Z | Downloaded whoami v1.4.1 |
942 | 2024-01-20T04:15:24.816Z | Downloaded owo-colors v3.5.0 |
943 | 2024-01-20T04:15:24.816Z | Downloaded heck v0.4.1 |
944 | 2024-01-20T04:15:24.816Z | Downloaded humantime v2.1.0 |
945 | 2024-01-20T04:15:24.816Z | Downloaded globset v0.4.13 |
946 | 2024-01-20T04:15:24.816Z | Downloaded rustyline v12.0.0 |
947 | 2024-01-20T04:15:24.816Z | Downloaded vsss-rs v3.3.4 |
948 | 2024-01-20T04:15:24.816Z | Downloaded rustls-pemfile v2.0.0 |
949 | 2024-01-20T04:15:24.816Z | Downloaded rustls-pemfile v1.0.3 |
950 | 2024-01-20T04:15:24.816Z | Downloaded glob v0.3.1 |
951 | 2024-01-20T04:15:24.816Z | Downloaded yasna v0.5.2 |
952 | 2024-01-20T04:15:24.816Z | Downloaded zip v0.6.6 |
953 | 2024-01-20T04:15:24.816Z | Downloaded unicode-normalization v0.1.22 |
954 | 2024-01-20T04:15:24.816Z | Downloaded half v1.8.2 |
955 | 2024-01-20T04:15:24.816Z | Downloaded winnow v0.5.15 |
956 | 2024-01-20T04:15:24.816Z | Downloaded parking_lot_core v0.8.6 |
957 | 2024-01-20T04:15:24.816Z | Downloaded fatfs v0.3.6 |
958 | 2024-01-20T04:15:24.816Z | Downloaded x509-cert v0.2.4 |
959 | 2024-01-20T04:15:24.816Z | Downloaded textwrap v0.16.0 |
960 | 2024-01-20T04:15:24.816Z | Downloaded pkcs1 v0.7.5 |
961 | 2024-01-20T04:15:24.816Z | Downloaded num-traits v0.2.16 |
962 | 2024-01-20T04:15:24.816Z | Downloaded serde_json v1.0.111 |
963 | 2024-01-20T04:15:24.816Z | Downloaded schemars v0.8.16 |
964 | 2024-01-20T04:15:24.817Z | Downloaded heapless v0.7.16 |
965 | 2024-01-20T04:15:24.817Z | Downloaded chrono v0.4.31 |
966 | 2024-01-20T04:15:24.817Z | Downloaded rsa v0.9.2 |
967 | 2024-01-20T04:15:24.817Z | Downloaded time v0.3.27 |
968 | 2024-01-20T04:15:24.817Z | Downloaded vcpkg v0.2.15 |
969 | 2024-01-20T04:15:24.817Z | Downloaded zerocopy v0.7.31 |
970 | 2024-01-20T04:15:24.817Z | Downloaded hashbrown v0.14.2 |
971 | 2024-01-20T04:15:24.825Z | Downloaded regex-automata v0.1.10 |
972 | 2024-01-20T04:15:24.828Z | Downloaded quick-xml v0.23.1 |
973 | 2024-01-20T04:15:24.842Z | Downloaded h2 v0.3.24 |
974 | 2024-01-20T04:15:24.852Z | Downloaded proptest v1.4.0 |
975 | 2024-01-20T04:15:24.870Z | Downloaded hkdf v0.12.4 |
976 | 2024-01-20T04:15:24.874Z | Downloaded ratatui v0.23.0 |
977 | 2024-01-20T04:15:24.896Z | Downloaded futures-util v0.3.30 |
978 | 2024-01-20T04:15:24.920Z | Downloaded regex v1.10.2 |
979 | 2024-01-20T04:15:24.946Z | Downloaded rustls v0.22.2 |
980 | 2024-01-20T04:15:24.972Z | Downloaded webpki-roots v0.25.2 |
981 | 2024-01-20T04:15:24.980Z | Downloaded trust-dns-proto v0.22.0 |
982 | 2024-01-20T04:15:25.006Z | Downloaded zerocopy-derive v0.2.0 |
983 | 2024-01-20T04:15:25.020Z | Downloaded polar-core v0.27.0 |
984 | 2024-01-20T04:15:25.038Z | Downloaded rustls v0.21.9 |
985 | 2024-01-20T04:15:25.060Z | Downloaded regex-automata v0.3.8 |
986 | 2024-01-20T04:15:25.093Z | Downloaded radix_trie v0.2.1 |
987 | 2024-01-20T04:15:25.104Z | Downloaded regress v0.7.1 |
988 | 2024-01-20T04:15:25.119Z | Downloaded regex-syntax v0.6.29 |
989 | 2024-01-20T04:15:25.135Z | Downloaded regex-syntax v0.7.5 |
990 | 2024-01-20T04:15:25.152Z | Downloaded regex-syntax v0.8.2 |
991 | 2024-01-20T04:15:25.169Z | Downloaded rustix v0.38.30 |
992 | 2024-01-20T04:15:25.225Z | Downloaded sled v0.34.7 |
993 | 2024-01-20T04:15:25.245Z | Downloaded openapiv3 v2.0.0 |
994 | 2024-01-20T04:15:25.263Z | Downloaded zerocopy-derive v0.6.4 |
995 | 2024-01-20T04:15:25.287Z | Downloaded zerocopy-derive v0.7.31 |
996 | 2024-01-20T04:15:25.306Z | Downloaded regex-automata v0.4.3 |
997 | 2024-01-20T04:15:25.363Z | Downloaded tokio v1.35.1 |
998 | 2024-01-20T04:15:25.411Z | Downloaded sha3 v0.10.8 |
999 | 2024-01-20T04:15:25.422Z | Downloaded diesel v2.1.4 |
1000 | 2024-01-20T04:15:25.455Z | Downloaded libc v0.2.152 |
1001 | 2024-01-20T04:15:25.508Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1002 | 2024-01-20T04:15:25.533Z | Downloaded object v0.32.1 |
1003 | 2024-01-20T04:15:25.550Z | Downloaded encoding_rs v0.8.33 |
1004 | 2024-01-20T04:15:25.595Z | Downloaded ring v0.16.20 |
1005 | 2024-01-20T04:15:25.760Z | Downloaded bstr v1.6.0 |
1006 | 2024-01-20T04:15:25.779Z | Downloaded petgraph v0.6.4 |
1007 | 2024-01-20T04:15:25.804Z | Downloaded smoltcp v0.9.1 |
1008 | 2024-01-20T04:15:25.824Z | Downloaded rustix v0.37.23 |
1009 | 2024-01-20T04:15:25.860Z | Downloaded object v0.30.4 |
1010 | 2024-01-20T04:15:25.878Z | Downloaded syn v2.0.46 |
1011 | 2024-01-20T04:15:25.898Z | Downloaded gimli v0.28.0 |
1012 | 2024-01-20T04:15:25.914Z | Downloaded syn v1.0.109 |
1013 | 2024-01-20T04:15:25.933Z | Downloaded reqwest v0.11.22 |
1014 | 2024-01-20T04:15:25.947Z | Downloaded smoltcp v0.10.0 |
1015 | 2024-01-20T04:15:25.970Z | Downloaded ring v0.17.7 |
1016 | 2024-01-20T04:15:26.109Z | Downloaded nix v0.26.4 |
1017 | 2024-01-20T04:15:26.128Z | Downloaded idna v0.5.0 |
1018 | 2024-01-20T04:15:26.148Z | Downloaded clap v2.34.0 |
1019 | 2024-01-20T04:15:26.182Z | Downloaded bstr v0.2.17 |
1020 | 2024-01-20T04:15:26.189Z | Downloaded rayon v1.8.0 |
1021 | 2024-01-20T04:15:26.189Z | Downloaded rustls-webpki v0.102.1 |
1022 | 2024-01-20T04:15:26.216Z | Downloaded idna v0.2.3 |
1023 | 2024-01-20T04:15:26.234Z | Downloaded reedline v0.28.0 |
1024 | 2024-01-20T04:15:26.241Z | Downloaded tabled v0.14.0 |
1025 | 2024-01-20T04:15:26.269Z | Downloaded serde v1.0.195 |
1026 | 2024-01-20T04:15:26.275Z | Downloaded flate2 v1.0.28 |
1027 | 2024-01-20T04:15:26.286Z | Downloaded rustls-webpki v0.101.7 |
1028 | 2024-01-20T04:15:26.308Z | Downloaded sqlparser v0.41.0 |
1029 | 2024-01-20T04:15:26.318Z | Downloaded bitvec v1.0.1 |
1030 | 2024-01-20T04:15:26.354Z | Downloaded hashbrown v0.12.3 |
1031 | 2024-01-20T04:15:26.410Z | Downloaded salty v0.2.0 |
1032 | 2024-01-20T04:15:26.420Z | Downloaded toml_edit v0.21.0 |
1033 | 2024-01-20T04:15:26.420Z | Downloaded pest v2.7.2 |
1034 | 2024-01-20T04:15:26.420Z | Downloaded curve25519-dalek v4.1.1 |
1035 | 2024-01-20T04:15:26.425Z | Downloaded serde_yaml v0.9.25 |
1036 | 2024-01-20T04:15:26.431Z | Downloaded http v1.0.0 |
1037 | 2024-01-20T04:15:26.437Z | Downloaded tokio-tungstenite v0.20.1 |
1038 | 2024-01-20T04:15:26.441Z | Downloaded prettyplease v0.2.16 |
1039 | 2024-01-20T04:15:26.453Z | Downloaded portable-atomic v1.4.3 |
1040 | 2024-01-20T04:15:26.457Z | Downloaded aho-corasick v1.0.4 |
1041 | 2024-01-20T04:15:26.468Z | Downloaded crypto-bigint v0.5.2 |
1042 | 2024-01-20T04:15:26.476Z | Downloaded proc-macro2 v1.0.74 |
1043 | 2024-01-20T04:15:26.481Z | Downloaded flume v0.11.0 |
1044 | 2024-01-20T04:15:26.487Z | Downloaded serde_repr v0.1.16 |
1045 | 2024-01-20T04:15:26.490Z | Downloaded hmac v0.12.1 |
1046 | 2024-01-20T04:15:26.495Z | Downloaded derive-where v1.2.7 |
1047 | 2024-01-20T04:15:26.499Z | Downloaded fs-err v2.11.0 |
1048 | 2024-01-20T04:15:26.502Z | Downloaded ff v0.13.0 |
1049 | 2024-01-20T04:15:26.507Z | Downloaded pin-utils v0.1.0 |
1050 | 2024-01-20T04:15:26.507Z | Downloaded wait-timeout v0.2.0 |
1051 | 2024-01-20T04:15:26.512Z | Downloaded utf-8 v0.7.6 |
1052 | 2024-01-20T04:15:26.512Z | Downloaded similar v2.3.0 |
1053 | 2024-01-20T04:15:26.518Z | Downloaded signal-hook v0.3.17 |
1054 | 2024-01-20T04:15:26.523Z | Downloaded miniz_oxide v0.7.1 |
1055 | 2024-01-20T04:15:26.527Z | Downloaded unicode-ident v1.0.12 |
1056 | 2024-01-20T04:15:26.532Z | Downloaded tokio-util v0.7.10 |
1057 | 2024-01-20T04:15:26.543Z | Downloaded bindgen v0.65.1 |
1058 | 2024-01-20T04:15:26.556Z | Downloaded hashbrown v0.13.2 |
1059 | 2024-01-20T04:15:26.565Z | Downloaded unicode-segmentation v1.10.1 |
1060 | 2024-01-20T04:15:26.569Z | Downloaded group v0.13.0 |
1061 | 2024-01-20T04:15:26.572Z | Downloaded ucd-trie v0.1.6 |
1062 | 2024-01-20T04:15:26.578Z | Downloaded lalrpop v0.19.12 |
1063 | 2024-01-20T04:15:26.623Z | Downloaded tinyvec v1.6.0 |
1064 | 2024-01-20T04:15:26.639Z | Downloaded rand v0.8.5 |
1065 | 2024-01-20T04:15:26.648Z | Downloaded libxml v0.3.3 |
1066 | 2024-01-20T04:15:26.652Z | Downloaded serde-hex v0.1.0 |
1067 | 2024-01-20T04:15:26.654Z | Downloaded phf_shared v0.11.2 |
1068 | 2024-01-20T04:15:26.657Z | Downloaded schemars_derive v0.8.16 |
1069 | 2024-01-20T04:15:26.658Z | Downloaded tough v0.16.0 |
1070 | 2024-01-20T04:15:26.681Z | Downloaded socket2 v0.5.5 |
1071 | 2024-01-20T04:15:26.691Z | Downloaded rcgen v0.12.0 |
1072 | 2024-01-20T04:15:26.696Z | Downloaded pest_meta v2.7.2 |
1073 | 2024-01-20T04:15:26.699Z | Downloaded serde_plain v1.0.2 |
1074 | 2024-01-20T04:15:26.704Z | Downloaded thiserror-impl-no-std v2.0.2 |
1075 | 2024-01-20T04:15:26.714Z | Downloaded ppv-lite86 v0.2.17 |
1076 | 2024-01-20T04:15:26.714Z | Downloaded toml_edit v0.19.15 |
1077 | 2024-01-20T04:15:26.739Z | Downloaded num-bigint-dig v0.8.4 |
1078 | 2024-01-20T04:15:26.747Z | Downloaded serde_derive_internals v0.26.0 |
1079 | 2024-01-20T04:15:26.751Z | Downloaded pin-project v1.1.3 |
1080 | 2024-01-20T04:15:26.774Z | Downloaded derive_more v0.99.17 |
1081 | 2024-01-20T04:15:26.777Z | Downloaded headers v0.3.9 |
1082 | 2024-01-20T04:15:26.786Z | Downloaded http v0.2.11 |
1083 | 2024-01-20T04:15:26.792Z | Downloaded thread-id v4.2.0 |
1084 | 2024-01-20T04:15:26.795Z | Downloaded textwrap v0.11.0 |
1085 | 2024-01-20T04:15:26.798Z | Downloaded unsafe-libyaml v0.2.10 |
1086 | 2024-01-20T04:15:26.805Z | Downloaded tokio-postgres v0.7.10 |
1087 | 2024-01-20T04:15:26.815Z | Downloaded home v0.5.5 |
1088 | 2024-01-20T04:15:26.818Z | Downloaded time-core v0.1.1 |
1089 | 2024-01-20T04:15:26.819Z | Downloaded thiserror-impl v1.0.49 |
1090 | 2024-01-20T04:15:26.819Z | Downloaded r2d2 v0.8.10 |
1091 | 2024-01-20T04:15:26.822Z | Downloaded structopt v0.3.26 |
1092 | 2024-01-20T04:15:26.833Z | Downloaded paste v1.0.14 |
1093 | 2024-01-20T04:15:26.839Z | Downloaded enum-as-inner v0.5.1 |
1094 | 2024-01-20T04:15:26.843Z | Downloaded usdt-macro v0.3.5 |
1095 | 2024-01-20T04:15:26.843Z | Downloaded snafu-derive v0.7.5 |
1096 | 2024-01-20T04:15:26.853Z | Downloaded nom v7.1.3 |
1097 | 2024-01-20T04:15:26.858Z | Downloaded hash32 v0.2.1 |
1098 | 2024-01-20T04:15:26.862Z | Downloaded semver v0.11.0 |
1099 | 2024-01-20T04:15:26.862Z | Downloaded serde_tokenstream v0.1.7 |
1100 | 2024-01-20T04:15:26.866Z | Downloaded hex v0.4.3 |
1101 | 2024-01-20T04:15:26.870Z | Downloaded proc-macro-error v1.0.4 |
1102 | 2024-01-20T04:15:26.874Z | Downloaded papergrid v0.10.0 |
1103 | 2024-01-20T04:15:26.883Z | Downloaded tracing-core v0.1.31 |
1104 | 2024-01-20T04:15:26.893Z | Downloaded slog-async v2.8.0 |
1105 | 2024-01-20T04:15:26.896Z | Downloaded filetime v0.2.23 |
1106 | 2024-01-20T04:15:26.896Z | Downloaded derive_builder v0.12.0 |
1107 | 2024-01-20T04:15:26.901Z | Downloaded elliptic-curve v0.13.8 |
1108 | 2024-01-20T04:15:26.909Z | Downloaded predicates-tree v1.0.9 |
1109 | 2024-01-20T04:15:26.912Z | Downloaded stringprep v0.1.3 |
1110 | 2024-01-20T04:15:26.912Z | Downloaded string_cache v0.8.7 |
1111 | 2024-01-20T04:15:26.915Z | Downloaded stable_deref_trait v1.2.0 |
1112 | 2024-01-20T04:15:26.918Z | Downloaded signature v2.1.0 |
1113 | 2024-01-20T04:15:26.918Z | Downloaded termios v0.3.3 |
1114 | 2024-01-20T04:15:26.921Z | Downloaded parking_lot v0.11.2 |
1115 | 2024-01-20T04:15:26.925Z | Downloaded quick-error v1.2.3 |
1116 | 2024-01-20T04:15:26.928Z | Downloaded crossbeam-deque v0.8.3 |
1117 | 2024-01-20T04:15:26.934Z | Downloaded diff v0.1.13 |
1118 | 2024-01-20T04:15:26.938Z | Downloaded unicode_categories v0.1.1 |
1119 | 2024-01-20T04:15:26.950Z | Downloaded hyper v0.14.27 |
1120 | 2024-01-20T04:15:26.954Z | Downloaded der v0.7.8 |
1121 | 2024-01-20T04:15:26.969Z | Downloaded proc-macro-error-attr v1.0.4 |
1122 | 2024-01-20T04:15:26.974Z | Downloaded packed_struct_codegen v0.10.1 |
1123 | 2024-01-20T04:15:26.974Z | Downloaded futures-sink v0.3.30 |
1124 | 2024-01-20T04:15:26.974Z | Downloaded serde-big-array v0.5.1 |
1125 | 2024-01-20T04:15:26.974Z | Downloaded ref-cast-impl v1.0.20 |
1126 | 2024-01-20T04:15:26.974Z | Downloaded slog-scope v4.4.0 |
1127 | 2024-01-20T04:15:26.978Z | Downloaded httparse v1.8.0 |
1128 | 2024-01-20T04:15:26.983Z | Downloaded der_derive v0.7.2 |
1129 | 2024-01-20T04:15:26.983Z | Downloaded pin-project-internal v1.1.3 |
1130 | 2024-01-20T04:15:26.989Z | Downloaded num-bigint v0.4.4 |
1131 | 2024-01-20T04:15:26.993Z | Downloaded platforms v3.0.2 |
1132 | 2024-01-20T04:15:26.997Z | Downloaded parking_lot_core v0.9.8 |
1133 | 2024-01-20T04:15:27.001Z | Downloaded sec1 v0.7.3 |
1134 | 2024-01-20T04:15:27.012Z | Downloaded usdt v0.3.5 |
1135 | 2024-01-20T04:15:27.024Z | Downloaded rtoolbox v0.0.1 |
1136 | 2024-01-20T04:15:27.024Z | Downloaded httpdate v1.0.3 |
1137 | 2024-01-20T04:15:27.025Z | Downloaded usdt-impl v0.3.5 |
1138 | 2024-01-20T04:15:27.025Z | Downloaded url v2.5.0 |
1139 | 2024-01-20T04:15:27.025Z | Downloaded trust-dns-server v0.22.1 |
1140 | 2024-01-20T04:15:27.039Z | Downloaded futures-executor v0.3.30 |
1141 | 2024-01-20T04:15:27.039Z | Downloaded trust-dns-resolver v0.22.0 |
1142 | 2024-01-20T04:15:27.053Z | Downloaded vte v0.11.1 |
1143 | 2024-01-20T04:15:27.053Z | Downloaded which v4.4.0 |
1144 | 2024-01-20T04:15:27.053Z | Downloaded postcard v1.0.8 |
1145 | 2024-01-20T04:15:27.063Z | Downloaded pem-rfc7468 v0.7.0 |
1146 | 2024-01-20T04:15:27.063Z | Downloaded postgres-types v0.2.6 |
1147 | 2024-01-20T04:15:27.063Z | Downloaded test-strategy v0.3.1 |
1148 | 2024-01-20T04:15:27.071Z | Downloaded tracing v0.1.37 |
1149 | 2024-01-20T04:15:27.093Z | Downloaded trust-dns-client v0.22.0 |
1150 | 2024-01-20T04:15:27.100Z | Downloaded structmeta-derive v0.2.0 |
1151 | 2024-01-20T04:15:27.100Z | Downloaded strsim v0.8.0 |
1152 | 2024-01-20T04:15:27.102Z | Downloaded num_enum v0.5.11 |
1153 | 2024-01-20T04:15:27.102Z | Downloaded ryu v1.0.15 |
1154 | 2024-01-20T04:15:27.107Z | Downloaded memchr v2.6.3 |
1155 | 2024-01-20T04:15:27.112Z | Downloaded tinyvec_macros v0.1.1 |
1156 | 2024-01-20T04:15:27.113Z | Downloaded rustc_version v0.4.0 |
1157 | 2024-01-20T04:15:27.116Z | Downloaded rand_chacha v0.3.1 |
1158 | 2024-01-20T04:15:27.116Z | Downloaded futures v0.3.30 |
1159 | 2024-01-20T04:15:27.124Z | Downloaded ed25519 v1.5.3 |
1160 | 2024-01-20T04:15:27.132Z | Downloaded libm v0.2.7 |
1161 | 2024-01-20T04:15:27.146Z | Downloaded indexmap v2.1.0 |
1162 | 2024-01-20T04:15:27.153Z | Downloaded sqlformat v0.2.3 |
1163 | 2024-01-20T04:15:27.157Z | Downloaded postgres-protocol v0.6.6 |
1164 | 2024-01-20T04:15:27.160Z | Downloaded tokio-rustls v0.24.1 |
1165 | 2024-01-20T04:15:27.163Z | Downloaded dyn-clone v1.0.13 |
1166 | 2024-01-20T04:15:27.187Z | Downloaded ref-cast v1.0.20 |
1167 | 2024-01-20T04:15:27.191Z | Downloaded semver v0.1.20 |
1168 | 2024-01-20T04:15:27.191Z | Downloaded tokio-stream v0.1.14 |
1169 | 2024-01-20T04:15:27.191Z | Downloaded tokio-rustls v0.25.0 |
1170 | 2024-01-20T04:15:27.192Z | Downloaded arc-swap v1.6.0 |
1171 | 2024-01-20T04:15:27.192Z | Downloaded radium v0.7.0 |
1172 | 2024-01-20T04:15:27.197Z | Downloaded rustversion v1.0.14 |
1173 | 2024-01-20T04:15:27.200Z | Downloaded rustc-demangle v0.1.23 |
1174 | 2024-01-20T04:15:27.200Z | Downloaded minimal-lexical v0.2.1 |
1175 | 2024-01-20T04:15:27.208Z | Downloaded tar v0.4.40 |
1176 | 2024-01-20T04:15:27.213Z | Downloaded clap_builder v4.4.2 |
1177 | 2024-01-20T04:15:27.227Z | Downloaded spin v0.5.2 |
1178 | 2024-01-20T04:15:27.231Z | Downloaded untrusted v0.9.0 |
1179 | 2024-01-20T04:15:27.236Z | Downloaded predicates v3.1.0 |
1180 | 2024-01-20T04:15:27.241Z | Downloaded pin-project-lite v0.2.13 |
1181 | 2024-01-20T04:15:27.250Z | Downloaded dirs-next v2.0.0 |
1182 | 2024-01-20T04:15:27.255Z | Downloaded tokio-macros v2.2.0 |
1183 | 2024-01-20T04:15:27.255Z | Downloaded slog-dtrace v0.2.3 |
1184 | 2024-01-20T04:15:27.255Z | Downloaded universal-hash v0.5.1 |
1185 | 2024-01-20T04:15:27.255Z | Downloaded poly1305 v0.8.0 |
1186 | 2024-01-20T04:15:27.284Z | Downloaded unicode-width v0.1.11 |
1187 | 2024-01-20T04:15:27.297Z | Downloaded term v0.7.0 |
1188 | 2024-01-20T04:15:27.297Z | Downloaded funty v2.0.0 |
1189 | 2024-01-20T04:15:27.297Z | Downloaded fragile v2.0.0 |
1190 | 2024-01-20T04:15:27.297Z | Downloaded secrecy v0.8.0 |
1191 | 2024-01-20T04:15:27.297Z | Downloaded untrusted v0.7.1 |
1192 | 2024-01-20T04:15:27.299Z | Downloaded predicates-core v1.0.6 |
1193 | 2024-01-20T04:15:27.299Z | Downloaded slab v0.4.9 |
1194 | 2024-01-20T04:15:27.299Z | Downloaded base64 v0.21.7 |
1195 | 2024-01-20T04:15:27.299Z | Downloaded smallvec v1.11.2 |
1196 | 2024-01-20T04:15:27.300Z | Downloaded typenum v1.16.0 |
1197 | 2024-01-20T04:15:27.300Z | Downloaded tokio-native-tls v0.3.1 |
1198 | 2024-01-20T04:15:27.305Z | Downloaded tiny-keccak v2.0.2 |
1199 | 2024-01-20T04:15:27.305Z | Downloaded time-macros v0.2.13 |
1200 | 2024-01-20T04:15:27.311Z | Downloaded getrandom v0.2.10 |
1201 | 2024-01-20T04:15:27.315Z | Downloaded uuid v1.6.1 |
1202 | 2024-01-20T04:15:27.322Z | Downloaded num-complex v0.4.4 |
1203 | 2024-01-20T04:15:27.326Z | Downloaded rustc-hash v1.1.0 |
1204 | 2024-01-20T04:15:27.327Z | Downloaded toml v0.8.8 |
1205 | 2024-01-20T04:15:27.335Z | Downloaded toml v0.7.8 |
1206 | 2024-01-20T04:15:27.343Z | Downloaded futures-io v0.3.30 |
1207 | 2024-01-20T04:15:27.343Z | Downloaded fnv v1.0.7 |
1208 | 2024-01-20T04:15:27.343Z | Downloaded fd-lock v3.0.13 |
1209 | 2024-01-20T04:15:27.350Z | Downloaded snafu v0.7.5 |
1210 | 2024-01-20T04:15:27.364Z | Downloaded indicatif v0.17.7 |
1211 | 2024-01-20T04:15:27.372Z | Downloaded bytes v1.5.0 |
1212 | 2024-01-20T04:15:27.373Z | Downloaded cc v1.0.83 |
1213 | 2024-01-20T04:15:27.377Z | Downloaded anyhow v1.0.75 |
1214 | 2024-01-20T04:15:27.381Z | Downloaded serde_with_macros v3.4.0 |
1215 | 2024-01-20T04:15:27.385Z | Downloaded clap_derive v4.4.2 |
1216 | 2024-01-20T04:15:27.391Z | Downloaded defmt v0.3.5 |
1217 | 2024-01-20T04:15:27.410Z | Downloaded toml_datetime v0.6.5 |
1218 | 2024-01-20T04:15:27.410Z | Downloaded smallvec v0.6.14 |
1219 | 2024-01-20T04:15:27.449Z | Downloaded nanorand v0.7.0 |
1220 | 2024-01-20T04:15:27.449Z | Downloaded tracing-attributes v0.1.26 |
1221 | 2024-01-20T04:15:27.449Z | Downloaded blake2 v0.10.6 |
1222 | 2024-01-20T04:15:27.449Z | Downloaded bzip2 v0.4.4 |
1223 | 2024-01-20T04:15:27.449Z | Downloaded precomputed-hash v0.1.1 |
1224 | 2024-01-20T04:15:27.460Z | Downloaded termcolor v1.2.0 |
1225 | 2024-01-20T04:15:27.460Z | Downloaded smf v0.2.2 |
1226 | 2024-01-20T04:15:27.460Z | Downloaded subprocess v0.2.9 |
1227 | 2024-01-20T04:15:27.460Z | Downloaded rpassword v7.3.1 |
1228 | 2024-01-20T04:15:27.460Z | Downloaded generic-array v0.14.7 |
1229 | 2024-01-20T04:15:27.460Z | Downloaded errno v0.3.8 |
1230 | 2024-01-20T04:15:27.460Z | Downloaded zerocopy v0.3.0 |
1231 | 2024-01-20T04:15:27.460Z | Downloaded wyz v0.5.1 |
1232 | 2024-01-20T04:15:27.460Z | Downloaded synstructure v0.12.6 |
1233 | 2024-01-20T04:15:27.460Z | Downloaded itertools v0.11.0 |
1234 | 2024-01-20T04:15:27.461Z | Downloaded unicode-xid v0.2.4 |
1235 | 2024-01-20T04:15:27.461Z | Downloaded oso v0.27.0 |
1236 | 2024-01-20T04:15:27.485Z | Downloaded num_threads v0.1.6 |
1237 | 2024-01-20T04:15:27.485Z | Downloaded linked-hash-map v0.5.6 |
1238 | 2024-01-20T04:15:27.485Z | Downloaded omicron-zone-package v0.10.1 |
1239 | 2024-01-20T04:15:27.486Z | Downloaded cookie v0.18.0 |
1240 | 2024-01-20T04:15:27.494Z | Downloaded openssl v0.10.60 |
1241 | 2024-01-20T04:15:27.494Z | Downloaded rustls-pki-types v1.1.0 |
1242 | 2024-01-20T04:15:27.494Z | Downloaded buf-list v1.0.3 |
1243 | 2024-01-20T04:15:27.512Z | Downloaded parse-size v1.0.0 |
1244 | 2024-01-20T04:15:27.512Z | Downloaded addr2line v0.21.0 |
1245 | 2024-01-20T04:15:27.512Z | Downloaded ahash v0.8.6 |
1246 | 2024-01-20T04:15:27.520Z | Downloaded debug-ignore v1.0.5 |
1247 | 2024-01-20T04:15:27.520Z | Downloaded once_cell v1.19.0 |
1248 | 2024-01-20T04:15:27.520Z | Downloaded maybe-uninit v2.0.0 |
1249 | 2024-01-20T04:15:27.520Z | Downloaded cpufeatures v0.2.9 |
1250 | 2024-01-20T04:15:27.520Z | Downloaded cassowary v0.3.0 |
1251 | 2024-01-20T04:15:27.520Z | Downloaded bytecount v0.6.3 |
1252 | 2024-01-20T04:15:27.540Z | Downloaded dtrace-parser v0.1.14 |
1253 | 2024-01-20T04:15:27.540Z | Downloaded data-encoding v2.4.0 |
1254 | 2024-01-20T04:15:27.540Z | Downloaded walkdir v2.4.0 |
1255 | 2024-01-20T04:15:27.550Z | Downloaded utf8parse v0.2.1 |
1256 | 2024-01-20T04:15:27.552Z | Downloaded mime_guess v2.0.4 |
1257 | 2024-01-20T04:15:27.552Z | Downloaded console v0.15.8 |
1258 | 2024-01-20T04:15:27.552Z | Downloaded sct v0.7.0 |
1259 | 2024-01-20T04:15:27.553Z | Downloaded num-rational v0.4.1 |
1260 | 2024-01-20T04:15:27.561Z | Downloaded kstat-rs v0.2.3 |
1261 | 2024-01-20T04:15:27.561Z | Downloaded crypto-common v0.1.6 |
1262 | 2024-01-20T04:15:27.561Z | Downloaded bitflags v2.4.0 |
1263 | 2024-01-20T04:15:27.563Z | Downloaded bcs v0.1.6 |
1264 | 2024-01-20T04:15:27.568Z | Downloaded backoff v0.4.0 |
1265 | 2024-01-20T04:15:27.568Z | Downloaded async-trait v0.1.77 |
1266 | 2024-01-20T04:15:27.573Z | Downloaded spin v0.9.8 |
1267 | 2024-01-20T04:15:27.577Z | Downloaded hyper-rustls v0.24.2 |
1268 | 2024-01-20T04:15:27.583Z | Downloaded olpc-cjson v0.1.3 |
1269 | 2024-01-20T04:15:27.583Z | Downloaded camino v1.1.6 |
1270 | 2024-01-20T04:15:27.588Z | Downloaded topological-sort v0.2.2 |
1271 | 2024-01-20T04:15:27.588Z | Downloaded tap v1.0.1 |
1272 | 2024-01-20T04:15:27.588Z | Downloaded take_mut v0.2.2 |
1273 | 2024-01-20T04:15:27.588Z | Downloaded tabled_derive v0.6.0 |
1274 | 2024-01-20T04:15:27.592Z | Downloaded supports-color v2.1.0 |
1275 | 2024-01-20T04:15:27.593Z | Downloaded subtle v2.5.0 |
1276 | 2024-01-20T04:15:27.597Z | Downloaded structmeta v0.2.0 |
1277 | 2024-01-20T04:15:27.597Z | Downloaded semver-parser v0.10.2 |
1278 | 2024-01-20T04:15:27.601Z | Downloaded num_enum_derive v0.5.11 |
1279 | 2024-01-20T04:15:27.601Z | Downloaded num_cpus v1.16.0 |
1280 | 2024-01-20T04:15:27.604Z | Downloaded num-derive v0.4.0 |
1281 | 2024-01-20T04:15:27.607Z | Downloaded try-lock v0.2.4 |
1282 | 2024-01-20T04:15:27.610Z | Downloaded strum_macros v0.25.2 |
1283 | 2024-01-20T04:15:27.613Z | Downloaded strum_macros v0.24.3 |
1284 | 2024-01-20T04:15:27.616Z | Downloaded smawk v0.3.1 |
1285 | 2024-01-20T04:15:27.619Z | Downloaded slog-json v2.6.1 |
1286 | 2024-01-20T04:15:27.624Z | Downloaded signature v1.6.4 |
1287 | 2024-01-20T04:15:27.624Z | Downloaded crunchy v0.2.2 |
1288 | 2024-01-20T04:15:27.627Z | Downloaded multer v3.0.0 |
1289 | 2024-01-20T04:15:27.634Z | Downloaded want v0.3.1 |
1290 | 2024-01-20T04:15:27.634Z | Downloaded waitgroup v0.1.2 |
1291 | 2024-01-20T04:15:27.637Z | Downloaded strsim v0.10.0 |
1292 | 2024-01-20T04:15:27.637Z | Downloaded nibble_vec v0.1.0 |
1293 | 2024-01-20T04:15:27.637Z | Downloaded impl-trait-for-tuples v0.2.2 |
1294 | 2024-01-20T04:15:27.642Z | Downloaded ciborium v0.2.1 |
1295 | 2024-01-20T04:15:27.646Z | Downloaded static_assertions v1.1.0 |
1296 | 2024-01-20T04:15:27.653Z | Downloaded linear-map v1.2.0 |
1297 | 2024-01-20T04:15:27.653Z | Downloaded lalrpop-util v0.19.12 |
1298 | 2024-01-20T04:15:27.656Z | Downloaded io-lifetimes v1.0.11 |
1299 | 2024-01-20T04:15:27.656Z | Downloaded clap_lex v0.5.1 |
1300 | 2024-01-20T04:15:27.656Z | Downloaded cipher v0.4.4 |
1301 | 2024-01-20T04:15:27.662Z | Downloaded ciborium-ll v0.2.1 |
1302 | 2024-01-20T04:15:27.669Z | Downloaded cexpr v0.6.0 |
1303 | 2024-01-20T04:15:27.670Z | Downloaded normalize-line-endings v0.3.0 |
1304 | 2024-01-20T04:15:27.670Z | Downloaded newtype_derive v0.1.6 |
1305 | 2024-01-20T04:15:27.670Z | Downloaded block-buffer v0.10.4 |
1306 | 2024-01-20T04:15:27.675Z | Downloaded cfg-if v1.0.0 |
1307 | 2024-01-20T04:15:27.675Z | Downloaded byteorder v1.5.0 |
1308 | 2024-01-20T04:15:27.675Z | Downloaded async-recursion v1.0.5 |
1309 | 2024-01-20T04:15:27.678Z | Downloaded bitflags v1.3.2 |
1310 | 2024-01-20T04:15:27.682Z | Downloaded ascii-canvas v3.0.0 |
1311 | 2024-01-20T04:15:27.685Z | Downloaded mime v0.3.17 |
1312 | 2024-01-20T04:15:27.685Z | Downloaded bit-vec v0.6.3 |
1313 | 2024-01-20T04:15:27.689Z | Downloaded number_prefix v0.4.0 |
1314 | 2024-01-20T04:15:27.702Z | Downloaded new_debug_unreachable v1.0.4 |
1315 | 2024-01-20T04:15:27.702Z | Downloaded same-file v1.0.6 |
1316 | 2024-01-20T04:15:27.711Z | Downloaded keccak v0.1.4 |
1317 | 2024-01-20T04:15:27.711Z | Downloaded bit-set v0.5.3 |
1318 | 2024-01-20T04:15:27.711Z | Downloaded autocfg v1.1.0 |
1319 | 2024-01-20T04:15:27.711Z | Downloaded anstream v0.5.0 |
1320 | 2024-01-20T04:15:27.711Z | Downloaded inout v0.1.3 |
1321 | 2024-01-20T04:15:27.711Z | Downloaded num v0.4.1 |
1322 | 2024-01-20T04:15:27.712Z | Downloaded lock_api v0.4.10 |
1323 | 2024-01-20T04:15:27.715Z | Downloaded crossbeam-epoch v0.9.15 |
1324 | 2024-01-20T04:15:27.715Z | Downloaded crc-any v2.4.3 |
1325 | 2024-01-20T04:15:27.719Z | Downloaded clap v4.4.3 |
1326 | 2024-01-20T04:15:27.731Z | Downloaded indoc v1.0.9 |
1327 | 2024-01-20T04:15:27.734Z | Downloaded adler v1.0.2 |
1328 | 2024-01-20T04:15:27.737Z | Downloaded swrite v0.1.0 |
1329 | 2024-01-20T04:15:27.740Z | Downloaded signal-hook-tokio v0.3.1 |
1330 | 2024-01-20T04:15:27.740Z | Downloaded lazy_static v1.4.0 |
1331 | 2024-01-20T04:15:27.743Z | Downloaded memoffset v0.9.0 |
1332 | 2024-01-20T04:15:27.743Z | Downloaded opaque-debug v0.3.0 |
1333 | 2024-01-20T04:15:27.747Z | Downloaded crossbeam-channel v0.5.8 |
1334 | 2024-01-20T04:15:27.751Z | Downloaded managed v0.8.0 |
1335 | 2024-01-20T04:15:27.754Z | Downloaded crossbeam-utils v0.8.16 |
1336 | 2024-01-20T04:15:27.757Z | Downloaded native-tls v0.2.11 |
1337 | 2024-01-20T04:15:27.765Z | Downloaded anstyle-parse v0.2.1 |
1338 | 2024-01-20T04:15:27.768Z | Downloaded atomicwrites v0.4.3 |
1339 | 2024-01-20T04:15:27.770Z | Downloaded assert_matches v1.5.0 |
1340 | 2024-01-20T04:15:27.770Z | Downloaded matches v0.1.10 |
1341 | 2024-01-20T04:15:27.770Z | Downloaded corncobs v0.1.3 |
1342 | 2024-01-20T04:15:27.774Z | Downloaded hyper-staticfile v0.9.5 |
1343 | 2024-01-20T04:15:27.774Z | Downloaded convert_case v0.4.0 |
1344 | 2024-01-20T04:15:27.779Z | Downloaded memoffset v0.7.1 |
1345 | 2024-01-20T04:15:27.779Z | Downloaded macaddr v1.0.1 |
1346 | 2024-01-20T04:15:27.782Z | Downloaded block-padding v0.3.3 |
1347 | 2024-01-20T04:15:27.782Z | Downloaded darling v0.14.4 |
1348 | 2024-01-20T04:15:27.785Z | Downloaded itoa v1.0.9 |
1349 | 2024-01-20T04:15:27.788Z | Downloaded indexmap v1.9.3 |
1350 | 2024-01-20T04:15:27.795Z | Downloaded md-5 v0.10.5 |
1351 | 2024-01-20T04:15:27.799Z | Downloaded match_cfg v0.1.0 |
1352 | 2024-01-20T04:15:27.799Z | Downloaded serde_with v3.4.0 |
1353 | 2024-01-20T04:15:27.809Z | Downloaded darling_core v0.20.3 |
1354 | 2024-01-20T04:15:27.821Z | Downloaded const-oid v0.9.5 |
1355 | 2024-01-20T04:15:27.831Z | Downloaded crc32fast v1.3.2 |
1356 | 2024-01-20T04:15:27.831Z | Downloaded darling v0.20.3 |
1357 | 2024-01-20T04:15:27.832Z | Downloaded cancel-safe-futures v0.1.5 |
1358 | 2024-01-20T04:15:28.257Z | Downloaded iana-time-zone v0.1.57 |
1359 | 2024-01-20T04:15:28.257Z | Downloaded crossbeam-queue v0.3.8 |
1360 | 2024-01-20T04:15:28.257Z | Downloaded async-stream v0.3.5 |
1361 | 2024-01-20T04:15:28.267Z | Downloaded anstyle-query v1.0.0 |
1362 | 2024-01-20T04:15:28.267Z | Downloaded camino-tempfile v1.1.1 |
1363 | 2024-01-20T04:15:28.267Z | Downloaded base64ct v1.6.0 |
1364 | 2024-01-20T04:15:28.268Z | Downloaded atomic-waker v1.1.1 |
1365 | 2024-01-20T04:15:28.268Z | Downloaded darling_core v0.14.4 |
1366 | 2024-01-20T04:15:28.268Z | Compiling proc-macro2 v1.0.74 |
1367 | 2024-01-20T04:15:28.268Z | Compiling unicode-ident v1.0.12 |
1368 | 2024-01-20T04:15:28.268Z | Compiling libc v0.2.152 |
1369 | 2024-01-20T04:15:28.268Z | Compiling serde v1.0.195 |
1370 | 2024-01-20T04:15:28.269Z | Compiling autocfg v1.1.0 |
1371 | 2024-01-20T04:15:28.269Z | Compiling cfg-if v1.0.0 |
1372 | 2024-01-20T04:15:28.269Z | Compiling version_check v0.9.4 |
1373 | 2024-01-20T04:15:28.418Z | Compiling syn v1.0.109 |
1374 | 2024-01-20T04:15:28.505Z | Compiling once_cell v1.19.0 |
1375 | 2024-01-20T04:15:28.538Z | Compiling parking_lot_core v0.9.8 |
1376 | 2024-01-20T04:15:29.018Z | Compiling libm v0.2.7 |
1377 | 2024-01-20T04:15:29.170Z | Compiling scopeguard v1.2.0 |
1378 | 2024-01-20T04:15:29.252Z | Compiling lock_api v0.4.10 |
1379 | 2024-01-20T04:15:29.347Z | Compiling num-traits v0.2.16 |
1380 | 2024-01-20T04:15:29.618Z | Compiling serde_json v1.0.111 |
1381 | 2024-01-20T04:15:29.768Z | Compiling typenum v1.16.0 |
1382 | 2024-01-20T04:15:29.773Z | Compiling thiserror v1.0.49 |
1383 | 2024-01-20T04:15:29.798Z | Compiling generic-array v0.14.7 |
1384 | 2024-01-20T04:15:30.044Z | Compiling memchr v2.6.3 |
1385 | 2024-01-20T04:15:30.400Z | Compiling itoa v1.0.9 |
1386 | 2024-01-20T04:15:30.773Z | Compiling pkg-config v0.3.27 |
1387 | 2024-01-20T04:15:31.085Z | Compiling log v0.4.20 |
1388 | 2024-01-20T04:15:31.228Z | Compiling quote v1.0.35 |
1389 | 2024-01-20T04:15:32.213Z | Compiling syn v2.0.46 |
1390 | 2024-01-20T04:15:32.416Z | Compiling cc v1.0.83 |
1391 | 2024-01-20T04:15:32.484Z | Compiling getrandom v0.2.10 |
1392 | 2024-01-20T04:15:32.973Z | Compiling byteorder v1.5.0 |
1393 | 2024-01-20T04:15:33.172Z | Compiling slab v0.4.9 |
1394 | 2024-01-20T04:15:33.956Z | Compiling heck v0.4.1 |
1395 | 2024-01-20T04:15:34.186Z | Compiling pin-project-lite v0.2.13 |
1396 | 2024-01-20T04:15:34.693Z | Compiling ryu v1.0.15 |
1397 | 2024-01-20T04:15:34.699Z | Compiling smallvec v1.11.2 |
1398 | 2024-01-20T04:15:34.699Z | Compiling equivalent v1.0.1 |
1399 | 2024-01-20T04:15:34.752Z | Compiling hashbrown v0.14.2 |
1400 | 2024-01-20T04:15:34.899Z | Compiling vcpkg v0.2.15 |
1401 | 2024-01-20T04:15:35.608Z | Compiling schemars v0.8.16 |
1402 | 2024-01-20T04:15:35.796Z | Compiling parking_lot v0.12.1 |
1403 | 2024-01-20T04:15:36.494Z | Compiling ring v0.17.7 |
1404 | 2024-01-20T04:15:37.792Z | Compiling openssl-sys v0.9.96 |
1405 | 2024-01-20T04:15:38.015Z | Compiling signal-hook-registry v1.4.1 |
1406 | 2024-01-20T04:15:39.131Z | Compiling semver v1.0.21 |
1407 | 2024-01-20T04:15:39.801Z | Compiling rand_core v0.6.4 |
1408 | 2024-01-20T04:15:39.818Z | Compiling mio v0.8.9 |
1409 | 2024-01-20T04:15:41.472Z | Compiling ring v0.16.20 |
1410 | 2024-01-20T04:15:42.339Z | Compiling socket2 v0.5.5 |
1411 | 2024-01-20T04:15:43.068Z | Compiling num_cpus v1.16.0 |
1412 | 2024-01-20T04:15:43.186Z | Compiling spin v0.9.8 |
1413 | 2024-01-20T04:15:43.307Z | Compiling ahash v0.8.6 |
1414 | 2024-01-20T04:15:43.387Z | Compiling futures-core v0.3.30 |
1415 | 2024-01-20T04:15:43.510Z | Compiling httparse v1.8.0 |
1416 | 2024-01-20T04:15:43.978Z | Compiling openssl v0.10.60 |
1417 | 2024-01-20T04:15:44.101Z | Compiling spin v0.5.2 |
1418 | 2024-01-20T04:15:44.202Z | Compiling fnv v1.0.7 |
1419 | 2024-01-20T04:15:44.396Z | Compiling serde_derive_internals v0.26.0 |
1420 | 2024-01-20T04:15:44.626Z | Compiling iana-time-zone v0.1.57 |
1421 | 2024-01-20T04:15:44.860Z | Compiling native-tls v0.2.11 |
1422 | 2024-01-20T04:15:45.159Z | Compiling ucd-trie v0.1.6 |
1423 | 2024-01-20T04:15:45.338Z | Compiling const-oid v0.9.5 |
1424 | 2024-01-20T04:15:45.389Z | Compiling subtle v2.5.0 |
1425 | 2024-01-20T04:15:45.831Z | Compiling unicode-xid v0.2.4 |
1426 | 2024-01-20T04:15:45.943Z | Compiling crossbeam-utils v0.8.16 |
1427 | 2024-01-20T04:15:46.077Z | Compiling rustls v0.21.9 |
1428 | 2024-01-20T04:15:46.247Z | Compiling synstructure v0.12.6 |
1429 | 2024-01-20T04:15:46.944Z | Compiling futures-sink v0.3.30 |
1430 | 2024-01-20T04:15:47.410Z | Compiling io-lifetimes v1.0.11 |
1431 | 2024-01-20T04:15:48.742Z | Compiling backtrace v0.3.69 |
1432 | 2024-01-20T04:15:48.746Z | Compiling tinyvec_macros v0.1.1 |
1433 | 2024-01-20T04:15:48.838Z | Compiling dyn-clone v1.0.13 |
1434 | 2024-01-20T04:15:48.932Z | Compiling winnow v0.5.15 |
1435 | 2024-01-20T04:15:48.970Z | Compiling rustix v0.38.30 |
1436 | 2024-01-20T04:15:49.175Z | Compiling tinyvec v1.6.0 |
1437 | 2024-01-20T04:15:49.672Z | Compiling futures-channel v0.3.30 |
1438 | 2024-01-20T04:15:49.951Z | Compiling tracing-core v0.1.31 |
1439 | 2024-01-20T04:15:50.349Z | Compiling memoffset v0.9.0 |
1440 | 2024-01-20T04:15:50.520Z | Compiling num-integer v0.1.45 |
1441 | 2024-01-20T04:15:50.749Z | Compiling futures-io v0.3.30 |
1442 | 2024-01-20T04:15:51.274Z | Compiling pin-utils v0.1.0 |
1443 | 2024-01-20T04:15:51.375Z | Compiling futures-task v0.3.30 |
1444 | 2024-01-20T04:15:51.413Z | Compiling rustix v0.37.23 |
1445 | 2024-01-20T04:15:52.356Z | Compiling unicode-normalization v0.1.22 |
1446 | 2024-01-20T04:15:53.029Z | Compiling usdt-impl v0.3.5 |
1447 | 2024-01-20T04:15:54.026Z | Compiling serde_derive v1.0.195 |
1448 | 2024-01-20T04:15:54.137Z | Compiling zeroize_derive v1.4.2 |
1449 | 2024-01-20T04:15:54.191Z | Compiling thiserror-impl v1.0.49 |
1450 | 2024-01-20T04:15:54.249Z | Compiling tokio-macros v2.2.0 |
1451 | 2024-01-20T04:15:54.887Z | Compiling futures-macro v0.3.30 |
1452 | 2024-01-20T04:15:55.436Z | Compiling tracing-attributes v0.1.26 |
1453 | 2024-01-20T04:15:55.736Z | Compiling schemars_derive v0.8.16 |
1454 | 2024-01-20T04:15:56.455Z | Compiling zeroize v1.7.0 |
1455 | 2024-01-20T04:15:57.014Z | Compiling zerocopy-derive v0.7.31 |
1456 | 2024-01-20T04:15:58.991Z | Compiling openssl-macros v0.1.1 |
1457 | 2024-01-20T04:15:59.453Z | Compiling pest v2.7.2 |
1458 | 2024-01-20T04:16:00.054Z | Compiling zerocopy-derive v0.2.0 |
1459 | 2024-01-20T04:16:00.209Z | Compiling zerocopy v0.7.31 |
1460 | 2024-01-20T04:16:00.456Z | Compiling crypto-common v0.1.6 |
1461 | 2024-01-20T04:16:00.639Z | Compiling der_derive v0.7.2 |
1462 | 2024-01-20T04:16:00.768Z | Compiling tracing v0.1.37 |
1463 | 2024-01-20T04:16:00.821Z | Compiling block-buffer v0.10.4 |
1464 | 2024-01-20T04:16:01.189Z | Compiling futures-util v0.3.30 |
1465 | 2024-01-20T04:16:03.318Z | Compiling slog v2.7.0 |
1466 | 2024-01-20T04:16:03.584Z | Compiling pest_meta v2.7.2 |
1467 | 2024-01-20T04:16:03.866Z | Compiling hashbrown v0.13.2 |
1468 | 2024-01-20T04:16:04.147Z | Compiling anyhow v1.0.75 |
1469 | 2024-01-20T04:16:04.638Z | Compiling crc32fast v1.3.2 |
1470 | 2024-01-20T04:16:04.892Z | Compiling unicode-bidi v0.3.13 |
1471 | 2024-01-20T04:16:05.284Z | Compiling bitflags v1.3.2 |
1472 | 2024-01-20T04:16:05.443Z | Compiling time-core v0.1.1 |
1473 | 2024-01-20T04:16:05.712Z | Compiling pest_generator v2.7.2 |
1474 | 2024-01-20T04:16:05.843Z | Compiling time-macros v0.2.13 |
1475 | 2024-01-20T04:16:08.707Z | Compiling digest v0.10.7 |
1476 | 2024-01-20T04:16:10.246Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1477 | 2024-01-20T04:16:10.352Z | Compiling pest_derive v2.7.2 |
1478 | 2024-01-20T04:16:10.604Z | Compiling aho-corasick v1.0.4 |
1479 | 2024-01-20T04:16:10.895Z | Compiling crossbeam-epoch v0.9.15 |
1480 | 2024-01-20T04:16:11.168Z | Compiling rustversion v1.0.14 |
1481 | 2024-01-20T04:16:11.378Z | Compiling signal-hook v0.3.17 |
1482 | 2024-01-20T04:16:11.448Z | Compiling async-trait v0.1.77 |
1483 | 2024-01-20T04:16:11.499Z | Compiling ppv-lite86 v0.2.17 |
1484 | 2024-01-20T04:16:11.800Z | Compiling regex-syntax v0.8.2 |
1485 | 2024-01-20T04:16:12.088Z | Compiling untrusted v0.9.0 |
1486 | 2024-01-20T04:16:12.779Z | Compiling rand_chacha v0.3.1 |
1487 | 2024-01-20T04:16:13.583Z | Compiling zerocopy v0.3.0 |
1488 | 2024-01-20T04:16:14.699Z | Compiling errno v0.3.8 |
1489 | 2024-01-20T04:16:14.866Z | Compiling strsim v0.10.0 |
1490 | 2024-01-20T04:16:15.833Z | Compiling dof v0.1.5 |
1491 | 2024-01-20T04:16:16.594Z | Compiling rand v0.8.5 |
1492 | 2024-01-20T04:16:17.114Z | Compiling bytes v1.5.0 |
1493 | 2024-01-20T04:16:17.160Z | Compiling indexmap v2.1.0 |
1494 | 2024-01-20T04:16:19.258Z | Compiling uuid v1.6.1 |
1495 | 2024-01-20T04:16:20.306Z | Compiling tokio v1.35.1 |
1496 | 2024-01-20T04:16:20.424Z | Compiling rustc_version v0.4.0 |
1497 | 2024-01-20T04:16:21.239Z | Compiling chrono v0.4.31 |
1498 | 2024-01-20T04:16:21.431Z | Compiling heapless v0.7.16 |
1499 | 2024-01-20T04:16:21.636Z | Compiling bitflags v2.4.0 |
1500 | 2024-01-20T04:16:24.572Z | Compiling serde_spanned v0.6.4 |
1501 | 2024-01-20T04:16:24.888Z | Compiling toml_datetime v0.6.5 |
1502 | 2024-01-20T04:16:26.095Z | Compiling toml_edit v0.19.15 |
1503 | 2024-01-20T04:16:26.497Z | Compiling http v0.2.11 |
1504 | 2024-01-20T04:16:27.761Z | Compiling regex-automata v0.4.3 |
1505 | 2024-01-20T04:16:37.276Z | Compiling tokio-util v0.7.10 |
1506 | 2024-01-20T04:16:37.700Z | Compiling regex v1.10.2 |
1507 | 2024-01-20T04:16:37.840Z | Compiling dtrace-parser v0.1.14 |
1508 | 2024-01-20T04:16:39.842Z | Compiling thread-id v4.2.0 |
1509 | 2024-01-20T04:16:40.000Z | Compiling num-bigint v0.4.4 |
1510 | 2024-01-20T04:16:40.385Z | Compiling smoltcp v0.9.1 |
1511 | 2024-01-20T04:16:40.643Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1512 | 2024-01-20T04:16:40.666Z | Compiling base64ct v1.6.0 |
1513 | 2024-01-20T04:16:41.497Z | Compiling foreign-types-shared v0.1.1 |
1514 | 2024-01-20T04:16:41.590Z | Compiling doc-comment v0.3.3 |
1515 | 2024-01-20T04:16:41.658Z | Compiling percent-encoding v2.3.1 |
1516 | 2024-01-20T04:16:41.693Z | Compiling untrusted v0.7.1 |
1517 | 2024-01-20T04:16:41.716Z | Compiling foreign-types v0.3.2 |
1518 | 2024-01-20T04:16:41.997Z | Compiling pem-rfc7468 v0.7.0 |
1519 | 2024-01-20T04:16:43.741Z | Compiling strum_macros v0.25.2 |
1520 | 2024-01-20T04:16:44.810Z | Compiling serde_tokenstream v0.1.7 |
1521 | 2024-01-20T04:16:47.736Z | Compiling hmac v0.12.1 |
1522 | 2024-01-20T04:16:48.107Z | Compiling lazy_static v1.4.0 |
1523 | 2024-01-20T04:16:48.345Z | Compiling socket2 v0.4.9 |
1524 | 2024-01-20T04:16:48.426Z | Compiling unicode-segmentation v1.10.1 |
1525 | 2024-01-20T04:16:48.429Z | Compiling siphasher v0.3.11 |
1526 | 2024-01-20T04:16:48.673Z | Compiling base64 v0.21.7 |
1527 | 2024-01-20T04:16:49.792Z | Compiling adler v1.0.2 |
1528 | 2024-01-20T04:16:49.825Z | Compiling flagset v0.4.3 |
1529 | 2024-01-20T04:16:50.119Z | Compiling try-lock v0.2.4 |
1530 | 2024-01-20T04:16:50.246Z | Compiling unicode-width v0.1.11 |
1531 | 2024-01-20T04:16:50.320Z | Compiling want v0.3.1 |
1532 | 2024-01-20T04:16:50.344Z | Compiling miniz_oxide v0.7.1 |
1533 | 2024-01-20T04:16:50.491Z | Compiling der v0.7.8 |
1534 | 2024-01-20T04:16:51.118Z | Compiling sct v0.7.0 |
1535 | 2024-01-20T04:16:51.561Z | Compiling rustls-webpki v0.101.7 |
1536 | 2024-01-20T04:16:52.567Z | Compiling form_urlencoded v1.2.1 |
1537 | 2024-01-20T04:16:52.571Z | Compiling h2 v0.3.24 |
1538 | 2024-01-20T04:16:53.016Z | Compiling http-body v0.4.5 |
1539 | 2024-01-20T04:16:54.417Z | Compiling hubpack_derive v0.1.1 |
1540 | 2024-01-20T04:16:55.653Z | Compiling zerocopy-derive v0.6.4 |
1541 | 2024-01-20T04:16:55.702Z | Compiling pin-project-internal v1.1.3 |
1542 | 2024-01-20T04:16:56.994Z | Compiling num-iter v0.1.43 |
1543 | 2024-01-20T04:16:57.680Z | Compiling tower-service v0.3.2 |
1544 | 2024-01-20T04:16:57.912Z | Compiling utf8parse v0.2.1 |
1545 | 2024-01-20T04:16:58.158Z | Compiling httpdate v1.0.3 |
1546 | 2024-01-20T04:16:58.232Z | Compiling anstyle v1.0.2 |
1547 | 2024-01-20T04:16:58.921Z | Compiling openssl-probe v0.1.5 |
1548 | 2024-01-20T04:16:59.125Z | Compiling cpufeatures v0.2.9 |
1549 | 2024-01-20T04:16:59.275Z | Compiling sha2 v0.10.8 |
1550 | 2024-01-20T04:16:59.930Z | Compiling anstyle-parse v0.2.1 |
1551 | 2024-01-20T04:17:02.608Z | Compiling spki v0.7.2 |
1552 | 2024-01-20T04:17:03.176Z | Compiling usdt-attr-macro v0.3.5 |
1553 | 2024-01-20T04:17:03.732Z | Compiling usdt-macro v0.3.5 |
1554 | 2024-01-20T04:17:04.558Z | Compiling hyper v0.14.27 |
1555 | 2024-01-20T04:17:06.245Z | Compiling openapiv3 v2.0.0 |
1556 | 2024-01-20T04:17:08.183Z | Compiling serde_tokenstream v0.2.0 |
1557 | 2024-01-20T04:17:09.145Z | Compiling md-5 v0.10.5 |
1558 | 2024-01-20T04:17:09.330Z | Compiling stringprep v0.1.3 |
1559 | 2024-01-20T04:17:09.513Z | Compiling idna v0.5.0 |
1560 | 2024-01-20T04:17:10.386Z | Compiling diesel_table_macro_syntax v0.1.0 |
1561 | 2024-01-20T04:17:10.688Z | Compiling hash32 v0.2.1 |
1562 | 2024-01-20T04:17:11.307Z | Compiling fallible-iterator v0.2.0 |
1563 | 2024-01-20T04:17:11.545Z | Compiling colorchoice v1.0.0 |
1564 | 2024-01-20T04:17:11.818Z | Compiling stable_deref_trait v1.2.0 |
1565 | 2024-01-20T04:17:12.153Z | Compiling gimli v0.28.0 |
1566 | 2024-01-20T04:17:13.247Z | Compiling anstyle-query v1.0.0 |
1567 | 2024-01-20T04:17:13.443Z | Compiling anstream v0.5.0 |
1568 | 2024-01-20T04:17:14.425Z | Compiling postgres-protocol v0.6.6 |
1569 | 2024-01-20T04:17:16.368Z | Compiling url v2.5.0 |
1570 | 2024-01-20T04:17:18.129Z | Compiling diesel_derives v2.1.2 |
1571 | 2024-01-20T04:17:19.680Z | Compiling addr2line v0.21.0 |
1572 | 2024-01-20T04:17:20.739Z | Compiling tokio-rustls v0.24.1 |
1573 | 2024-01-20T04:17:22.218Z | Compiling pkcs8 v0.10.2 |
1574 | 2024-01-20T04:17:22.314Z | Compiling terminal_size v0.2.6 |
1575 | 2024-01-20T04:17:22.583Z | Compiling tokio-native-tls v0.3.1 |
1576 | 2024-01-20T04:17:23.049Z | Compiling phf_shared v0.11.2 |
1577 | 2024-01-20T04:17:24.539Z | Compiling regress v0.7.1 |
1578 | 2024-01-20T04:17:26.269Z | Compiling block-padding v0.3.3 |
1579 | 2024-01-20T04:17:26.620Z | Compiling snafu-derive v0.7.5 |
1580 | 2024-01-20T04:17:26.701Z | Compiling enum-as-inner v0.5.1 |
1581 | 2024-01-20T04:17:28.202Z | Compiling serde_repr v0.1.16 |
1582 | 2024-01-20T04:17:29.889Z | Compiling clap_derive v4.4.2 |
1583 | 2024-01-20T04:17:32.615Z | Compiling ff v0.13.0 |
1584 | 2024-01-20T04:17:32.801Z | Compiling scheduled-thread-pool v0.2.7 |
1585 | 2024-01-20T04:17:32.963Z | Compiling object v0.32.1 |
1586 | 2024-01-20T04:17:34.658Z | Compiling ipnet v2.9.0 |
1587 | 2024-01-20T04:17:36.421Z | Compiling matches v0.1.10 |
1588 | 2024-01-20T04:17:36.557Z | Compiling rustc-demangle v0.1.23 |
1589 | 2024-01-20T04:17:37.603Z | Compiling bit-vec v0.6.3 |
1590 | 2024-01-20T04:17:38.310Z | Compiling num_threads v0.1.6 |
1591 | 2024-01-20T04:17:38.550Z | Compiling regex-automata v0.1.10 |
1592 | 2024-01-20T04:17:39.364Z | Compiling managed v0.8.0 |
1593 | 2024-01-20T04:17:40.224Z | Compiling base16ct v0.2.0 |
1594 | 2024-01-20T04:17:40.680Z | Compiling deranged v0.3.8 |
1595 | 2024-01-20T04:17:41.871Z | Compiling clap_lex v0.5.1 |
1596 | 2024-01-20T04:17:42.531Z | Compiling clap_builder v4.4.2 |
1597 | 2024-01-20T04:17:43.863Z | Compiling time v0.3.27 |
1598 | 2024-01-20T04:17:46.243Z | Compiling sec1 v0.7.3 |
1599 | 2024-01-20T04:17:47.177Z | Compiling bstr v0.2.17 |
1600 | 2024-01-20T04:17:48.343Z | Compiling idna v0.2.3 |
1601 | 2024-01-20T04:17:48.870Z | Compiling r2d2 v0.8.10 |
1602 | 2024-01-20T04:17:49.228Z | Compiling group v0.13.0 |
1603 | 2024-01-20T04:17:49.842Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1604 | 2024-01-20T04:17:50.315Z | Compiling inout v0.1.3 |
1605 | 2024-01-20T04:17:51.253Z | Compiling phf v0.11.2 |
1606 | 2024-01-20T04:17:51.293Z | Compiling hyper-tls v0.5.0 |
1607 | 2024-01-20T04:17:51.682Z | Compiling signal-hook-mio v0.2.3 |
1608 | 2024-01-20T04:17:51.762Z | Compiling hyper-rustls v0.24.2 |
1609 | 2024-01-20T04:17:51.849Z | Compiling bzip2 v0.4.4 |
1610 | 2024-01-20T04:17:51.919Z | Compiling flate2 v1.0.28 |
1611 | 2024-01-20T04:17:52.271Z | Compiling postgres-types v0.2.6 |
1612 | 2024-01-20T04:17:52.421Z | Compiling pin-project v1.1.3 |
1613 | 2024-01-20T04:17:52.604Z | Compiling zerocopy v0.6.4 |
1614 | 2024-01-20T04:17:53.617Z | Compiling hubpack v0.1.2 |
1615 | 2024-01-20T04:17:53.969Z | Compiling serde_urlencoded v0.7.1 |
1616 | 2024-01-20T04:17:54.304Z | Compiling rustls-pemfile v1.0.3 |
1617 | 2024-01-20T04:17:54.551Z | Compiling phf_shared v0.10.0 |
1618 | 2024-01-20T04:17:54.788Z | Compiling hkdf v0.12.4 |
1619 | 2024-01-20T04:17:54.812Z | Compiling ipnetwork v0.20.0 |
1620 | 2024-01-20T04:17:55.749Z | Compiling futures-executor v0.3.30 |
1621 | 2024-01-20T04:17:56.483Z | Compiling crypto-bigint v0.5.2 |
1622 | 2024-01-20T04:17:56.544Z | Compiling float-cmp v0.9.0 |
1623 | 2024-01-20T04:17:56.766Z | Compiling proc-macro-error-attr v1.0.4 |
1624 | 2024-01-20T04:17:56.894Z | Compiling encoding_rs v0.8.33 |
1625 | 2024-01-20T04:18:01.279Z | Compiling normalize-line-endings v0.3.0 |
1626 | 2024-01-20T04:18:01.472Z | Compiling predicates-core v1.0.6 |
1627 | 2024-01-20T04:18:01.550Z | Compiling either v1.9.0 |
1628 | 2024-01-20T04:18:01.988Z | Compiling regex-automata v0.3.8 |
1629 | 2024-01-20T04:18:02.113Z | Compiling minimal-lexical v0.2.1 |
1630 | 2024-01-20T04:18:02.915Z | Compiling whoami v1.4.1 |
1631 | 2024-01-20T04:18:03.235Z | Compiling static_assertions v1.1.0 |
1632 | 2024-01-20T04:18:03.382Z | Compiling precomputed-hash v0.1.1 |
1633 | 2024-01-20T04:18:04.094Z | Compiling data-encoding v2.4.0 |
1634 | 2024-01-20T04:18:05.787Z | Compiling difflib v0.4.0 |
1635 | 2024-01-20T04:18:06.997Z | Compiling mime v0.3.17 |
1636 | 2024-01-20T04:18:07.076Z | Compiling fixedbitset v0.4.2 |
1637 | 2024-01-20T04:18:07.778Z | Compiling webpki-roots v0.25.2 |
1638 | 2024-01-20T04:18:07.819Z | Compiling new_debug_unreachable v1.0.4 |
1639 | 2024-01-20T04:18:08.012Z | Compiling reqwest v0.11.22 |
1640 | 2024-01-20T04:18:08.643Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1641 | 2024-01-20T04:18:09.775Z | Compiling string_cache v0.8.7 |
1642 | 2024-01-20T04:18:10.449Z | Compiling petgraph v0.6.4 |
1643 | 2024-01-20T04:18:17.335Z | Compiling predicates v3.1.0 |
1644 | 2024-01-20T04:18:17.929Z | Compiling trust-dns-proto v0.22.0 |
1645 | 2024-01-20T04:18:18.471Z | Compiling bstr v1.6.0 |
1646 | 2024-01-20T04:18:19.752Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1647 | 2024-01-20T04:18:20.896Z | Compiling tokio-postgres v0.7.10 |
1648 | 2024-01-20T04:18:28.506Z | Compiling nom v7.1.3 |
1649 | 2024-01-20T04:18:28.682Z | Compiling itertools v0.10.5 |
1650 | 2024-01-20T04:18:30.856Z | Compiling elliptic-curve v0.13.8 |
1651 | 2024-01-20T04:18:36.990Z | Compiling futures v0.3.30 |
1652 | 2024-01-20T04:18:37.141Z | Compiling diesel v2.1.4 |
1653 | 2024-01-20T04:18:37.164Z | Compiling yasna v0.5.2 |
1654 | 2024-01-20T04:18:37.668Z | Compiling zip v0.6.6 |
1655 | 2024-01-20T04:18:37.964Z | Compiling snafu v0.7.5 |
1656 | 2024-01-20T04:18:38.161Z | Compiling crossterm v0.27.0 |
1657 | 2024-01-20T04:18:38.599Z | Compiling cipher v0.4.4 |
1658 | 2024-01-20T04:18:39.322Z | Compiling similar v2.3.0 |
1659 | 2024-01-20T04:18:39.689Z | Compiling clap v4.4.3 |
1660 | 2024-01-20T04:18:39.927Z | Compiling bit-set v0.5.3 |
1661 | 2024-01-20T04:18:40.292Z | Compiling usdt v0.3.5 |
1662 | 2024-01-20T04:18:40.690Z | Compiling console v0.15.8 |
1663 | 2024-01-20T04:18:41.339Z | Compiling tokio-stream v0.1.14 |
1664 | 2024-01-20T04:18:42.164Z | Compiling toml v0.7.8 |
1665 | 2024-01-20T04:18:42.590Z | Compiling proc-macro-crate v1.3.1 |
1666 | 2024-01-20T04:18:42.837Z | Compiling toml_edit v0.21.0 |
1667 | 2024-01-20T04:18:42.940Z | Compiling hex v0.4.3 |
1668 | 2024-01-20T04:18:43.906Z | Compiling proc-macro-error v1.0.4 |
1669 | 2024-01-20T04:18:44.275Z | Compiling lalrpop-util v0.19.12 |
1670 | 2024-01-20T04:18:47.324Z | Compiling num_enum_derive v0.5.11 |
1671 | 2024-01-20T04:18:52.408Z | Compiling atty v0.2.14 |
1672 | 2024-01-20T04:18:52.721Z | Compiling smoltcp v0.10.0 |
1673 | 2024-01-20T04:18:53.005Z | Compiling ident_case v1.0.1 |
1674 | 2024-01-20T04:18:53.272Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1675 | 2024-01-20T04:18:53.755Z | Compiling rustls-pki-types v1.1.0 |
1676 | 2024-01-20T04:18:55.227Z | Compiling darling_core v0.20.3 |
1677 | 2024-01-20T04:19:01.853Z | Compiling num_enum v0.5.11 |
1678 | 2024-01-20T04:19:22.243Z | Compiling dirs-sys-next v0.1.2 |
1679 | 2024-01-20T04:19:24.089Z | Compiling embedded-io v0.4.0 |
1680 | 2024-01-20T04:19:24.498Z | Compiling camino v1.1.6 |
1681 | 2024-01-20T04:19:25.598Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1682 | 2024-01-20T04:19:25.911Z | Compiling cobs v0.2.3 |
1683 | 2024-01-20T04:19:26.750Z | Compiling rustls v0.22.2 |
1684 | 2024-01-20T04:19:27.203Z | Compiling postcard v1.0.8 |
1685 | 2024-01-20T04:19:29.172Z | Compiling dirs-next v2.0.0 |
1686 | 2024-01-20T04:19:31.944Z | Compiling darling_macro v0.20.3 |
1687 | 2024-01-20T04:19:36.818Z | Compiling rustls-webpki v0.102.1 |
1688 | 2024-01-20T04:19:45.003Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1689 | 2024-01-20T04:19:45.452Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1690 | 2024-01-20T04:19:45.884Z | Compiling getopts v0.2.21 |
1691 | 2024-01-20T04:19:51.740Z | Compiling structmeta-derive v0.2.0 |
1692 | 2024-01-20T04:19:52.448Z | Compiling foreign-types-macros v0.2.3 |
1693 | 2024-01-20T04:19:56.075Z | Compiling thread_local v1.1.7 |
1694 | 2024-01-20T04:19:57.068Z | Compiling multer v3.0.0 |
1695 | 2024-01-20T04:19:57.442Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1696 | 2024-01-20T04:19:57.880Z | Compiling foreign-types-shared v0.3.1 |
1697 | 2024-01-20T04:19:58.216Z | Compiling slog-async v2.8.0 |
1698 | 2024-01-20T04:19:58.896Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1699 | 2024-01-20T04:19:59.232Z | Compiling paste v1.0.14 |
1700 | 2024-01-20T04:19:59.906Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1701 | 2024-01-20T04:20:00.518Z | Compiling match_cfg v0.1.0 |
1702 | 2024-01-20T04:20:01.399Z | Compiling unsafe-libyaml v0.2.10 |
1703 | 2024-01-20T04:20:04.462Z | Compiling serde_yaml v0.9.25 |
1704 | 2024-01-20T04:20:10.908Z | Compiling hostname v0.3.1 |
1705 | 2024-01-20T04:20:17.306Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1706 | 2024-01-20T04:20:19.896Z | Compiling foreign-types v0.5.0 |
1707 | 2024-01-20T04:20:23.541Z | Compiling structmeta v0.2.0 |
1708 | 2024-01-20T04:20:27.677Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1709 | 2024-01-20T04:20:34.434Z | Compiling darling v0.20.3 |
1710 | 2024-01-20T04:20:35.595Z | Compiling term v0.7.0 |
1711 | 2024-01-20T04:20:40.396Z | Compiling slog-json v2.6.1 |
1712 | 2024-01-20T04:20:41.197Z | Compiling is-terminal v0.4.9 |
1713 | 2024-01-20T04:20:41.387Z | Compiling crossbeam-channel v0.5.8 |
1714 | 2024-01-20T04:20:44.447Z | Compiling strum v0.25.0 |
1715 | 2024-01-20T04:20:44.726Z | Compiling http v1.0.0 |
1716 | 2024-01-20T04:20:45.788Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1717 | 2024-01-20T04:20:46.569Z | Compiling async-stream-impl v0.3.5 |
1718 | 2024-01-20T04:20:47.322Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1719 | 2024-01-20T04:20:48.616Z | Compiling cstr-argument v0.1.2 |
1720 | 2024-01-20T04:20:48.936Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1721 | 2024-01-20T04:20:48.991Z | Compiling atomic-waker v1.1.1 |
1722 | 2024-01-20T04:20:49.287Z | Compiling pretty-hex v0.2.1 |
1723 | 2024-01-20T04:20:49.652Z | Compiling fastrand v2.0.0 |
1724 | 2024-01-20T04:20:50.766Z | Compiling take_mut v0.2.2 |
1725 | 2024-01-20T04:20:53.248Z | Compiling regex-syntax v0.7.5 |
1726 | 2024-01-20T04:20:53.836Z | Compiling crucible-workspace-hack v0.1.0 |
1727 | 2024-01-20T04:20:54.256Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1728 | 2024-01-20T04:21:03.466Z | Compiling parse-display-derive v0.8.2 |
1729 | 2024-01-20T04:21:10.555Z | Compiling tempfile v3.9.0 |
1730 | 2024-01-20T04:21:12.170Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1731 | 2024-01-20T04:21:12.585Z | Compiling waitgroup v0.1.2 |
1732 | 2024-01-20T04:21:12.791Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1733 | 2024-01-20T04:21:13.278Z | Compiling async-stream v0.3.5 |
1734 | 2024-01-20T04:21:17.257Z | Compiling colored v2.0.4 |
1735 | 2024-01-20T04:21:17.331Z | Compiling slog-bunyan v2.5.0 |
1736 | 2024-01-20T04:21:17.730Z | Compiling tokio-rustls v0.25.0 |
1737 | 2024-01-20T04:21:17.753Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1738 | 2024-01-20T04:21:19.107Z | Compiling slog-term v2.9.0 |
1739 | 2024-01-20T04:21:19.516Z | Compiling serde_with_macros v3.4.0 |
1740 | 2024-01-20T04:21:27.221Z | Compiling toml v0.8.8 |
1741 | 2024-01-20T04:21:28.314Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1742 | 2024-01-20T04:21:30.663Z | Compiling rustls-pemfile v2.0.0 |
1743 | 2024-01-20T04:21:30.686Z | Compiling sha1 v0.10.6 |
1744 | 2024-01-20T04:21:31.794Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1745 | 2024-01-20T04:21:32.241Z | Compiling textwrap v0.11.0 |
1746 | 2024-01-20T04:21:34.054Z | Compiling heck v0.3.3 |
1747 | 2024-01-20T04:21:35.011Z | Compiling serde_path_to_error v0.1.15 |
1748 | 2024-01-20T04:21:35.446Z | Compiling instant v0.1.12 |
1749 | 2024-01-20T04:21:35.687Z | Compiling ansi_term v0.12.1 |
1750 | 2024-01-20T04:21:36.112Z | Compiling debug-ignore v1.0.5 |
1751 | 2024-01-20T04:21:36.329Z | Compiling strsim v0.8.0 |
1752 | 2024-01-20T04:21:36.629Z | Compiling vec_map v0.8.2 |
1753 | 2024-01-20T04:21:37.115Z | Compiling libefi-sys v0.1.0 |
1754 | 2024-01-20T04:21:37.148Z | Compiling rayon-core v1.12.0 |
1755 | 2024-01-20T04:21:37.254Z | Compiling clap v2.34.0 |
1756 | 2024-01-20T04:21:37.693Z | Compiling backoff v0.4.0 |
1757 | 2024-01-20T04:21:38.163Z | Compiling structopt-derive v0.4.18 |
1758 | 2024-01-20T04:21:38.641Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1759 | 2024-01-20T04:21:39.690Z | Compiling serde_with v3.4.0 |
1760 | 2024-01-20T04:21:42.613Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1761 | 2024-01-20T04:21:43.357Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1762 | 2024-01-20T04:21:43.655Z | Compiling parse-display v0.8.2 |
1763 | 2024-01-20T04:21:44.121Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1764 | 2024-01-20T04:21:44.951Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1765 | 2024-01-20T04:21:45.205Z | Compiling zone_cfg_derive v0.3.0 |
1766 | 2024-01-20T04:21:47.148Z | Compiling crossbeam-deque v0.8.3 |
1767 | 2024-01-20T04:21:47.479Z | Compiling macaddr v1.0.1 |
1768 | 2024-01-20T04:21:47.559Z | Compiling num-derive v0.4.0 |
1769 | 2024-01-20T04:21:47.768Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1770 | 2024-01-20T04:21:48.311Z | Compiling portable-atomic v1.4.3 |
1771 | 2024-01-20T04:21:49.734Z | Compiling zone v0.3.0 |
1772 | 2024-01-20T04:21:51.181Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1773 | 2024-01-20T04:21:54.102Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1774 | 2024-01-20T04:21:54.788Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1775 | 2024-01-20T04:21:55.671Z | Compiling structopt v0.3.26 |
1776 | 2024-01-20T04:21:56.101Z | Compiling camino-tempfile v1.1.1 |
1777 | 2024-01-20T04:21:57.165Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1778 | 2024-01-20T04:21:57.201Z | Compiling smf v0.2.2 |
1779 | 2024-01-20T04:21:58.602Z | Compiling xattr v1.0.1 |
1780 | 2024-01-20T04:21:58.713Z | Compiling filetime v0.2.23 |
1781 | 2024-01-20T04:21:59.044Z | Compiling same-file v1.0.6 |
1782 | 2024-01-20T04:21:59.063Z | Compiling tar v0.4.40 |
1783 | 2024-01-20T04:21:59.531Z | Compiling walkdir v2.4.0 |
1784 | 2024-01-20T04:22:01.196Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1785 | 2024-01-20T04:22:01.886Z | Compiling rayon v1.8.0 |
1786 | 2024-01-20T04:22:02.395Z | Compiling topological-sort v0.2.2 |
1787 | 2024-01-20T04:22:02.786Z | Compiling number_prefix v0.4.0 |
1788 | 2024-01-20T04:22:03.167Z | Compiling omicron-zone-package v0.10.1 |
1789 | 2024-01-20T04:22:05.104Z | Compiling swrite v0.1.0 |
1790 | 2024-01-20T04:22:11.131Z | Compiling indicatif v0.17.7 |
1791 | 2024-01-20T04:22:27.220Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1792 | 2024-01-20T04:22:37.936Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1793 | 2024-01-20T04:22:41.639Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1794 | 2024-01-20T04:22:44.643Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1795 | 2024-01-20T04:23:11.624Z | Finished release [optimized] target(s) in 8m 08s |
1796 | 2024-01-20T04:23:12.538Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1797 | 2024-01-20T04:23:12.538Z | Created new build target 'test' and set it as active |
1798 | 2024-01-20T04:23:12.538Z | |
1799 | 2024-01-20T04:23:12.538Z | real 8:08.627983597 |
1800 | 2024-01-20T04:23:12.538Z | user 52:55.263729742 |
1801 | 2024-01-20T04:23:12.538Z | sys 4:40.392622442 |
1802 | 2024-01-20T04:23:12.538Z | trap 2.123647968 |
1803 | 2024-01-20T04:23:12.538Z | tflt 3.637346009 |
1804 | 2024-01-20T04:23:12.539Z | dflt 3.291530799 |
1805 | 2024-01-20T04:23:12.539Z | kflt 0.019042635 |
1806 | 2024-01-20T04:23:12.539Z | lock 1:55:00.191335242 |
1807 | 2024-01-20T04:23:12.539Z | slp 2:27:58.463687670 |
1808 | 2024-01-20T04:23:12.539Z | lat 2:31.695255878 |
1809 | 2024-01-20T04:23:12.539Z | stop 3:46.232635646 |
1810 | 2024-01-20T04:23:12.539Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1811 | 2024-01-20T04:23:34.397Z | Finished release [optimized] target(s) in 1.09s |
1812 | 2024-01-20T04:23:34.397Z | Running `target/release/omicron-package -t test package` |
1813 | 2024-01-20T04:23:34.397Z | Jan 20 04:23:11.150 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1814 | 2024-01-20T04:23:34.713Z | Compiling linked-hash-map v0.5.6 |
1815 | 2024-01-20T04:23:34.713Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1816 | 2024-01-20T04:23:34.713Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1817 | 2024-01-20T04:23:34.713Z | Compiling password-hash v0.5.0 |
1818 | 2024-01-20T04:23:34.713Z | Compiling blake2 v0.10.6 |
1819 | 2024-01-20T04:23:34.713Z | Compiling semver v0.1.20 |
1820 | 2024-01-20T04:23:34.713Z | Compiling same-file v1.0.6 |
1821 | 2024-01-20T04:23:34.715Z | Compiling quick-error v1.2.3 |
1822 | 2024-01-20T04:23:34.715Z | Compiling resolv-conf v0.7.0 |
1823 | 2024-01-20T04:23:34.715Z | Compiling walkdir v2.4.0 |
1824 | 2024-01-20T04:23:34.715Z | Compiling lru-cache v0.1.2 |
1825 | 2024-01-20T04:23:34.715Z | Compiling argon2 v0.5.2 |
1826 | 2024-01-20T04:23:34.715Z | Compiling rustc_version v0.1.7 |
1827 | 2024-01-20T04:23:34.715Z | Compiling semver-parser v0.10.2 |
1828 | 2024-01-20T04:23:34.715Z | Compiling newtype_derive v0.1.6 |
1829 | 2024-01-20T04:23:34.716Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1830 | 2024-01-20T04:23:34.716Z | Compiling slog-dtrace v0.2.3 |
1831 | 2024-01-20T04:23:34.716Z | Compiling fastrand v2.0.0 |
1832 | 2024-01-20T04:23:34.716Z | Compiling semver v0.11.0 |
1833 | 2024-01-20T04:23:34.716Z | Compiling tempfile v3.9.0 |
1834 | 2024-01-20T04:23:34.716Z | Compiling trust-dns-resolver v0.22.0 |
1835 | 2024-01-20T04:23:34.976Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1836 | 2024-01-20T04:23:34.976Z | Compiling nibble_vec v0.1.0 |
1837 | 2024-01-20T04:23:34.976Z | Compiling xattr v1.0.1 |
1838 | 2024-01-20T04:23:34.976Z | Compiling filetime v0.2.23 |
1839 | 2024-01-20T04:23:34.976Z | Compiling home v0.5.5 |
1840 | 2024-01-20T04:23:34.976Z | Compiling endian-type v0.1.2 |
1841 | 2024-01-20T04:23:34.976Z | Compiling tar v0.4.40 |
1842 | 2024-01-20T04:23:34.976Z | Compiling toolchain_find v0.2.0 |
1843 | 2024-01-20T04:23:34.977Z | Compiling radix_trie v0.2.1 |
1844 | 2024-01-20T04:23:34.977Z | Compiling itertools v0.12.0 |
1845 | 2024-01-20T04:23:34.977Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1846 | 2024-01-20T04:23:34.977Z | Compiling toml v0.5.11 |
1847 | 2024-01-20T04:23:34.977Z | Compiling topological-sort v0.2.2 |
1848 | 2024-01-20T04:23:34.977Z | Compiling omicron-zone-package v0.10.1 |
1849 | 2024-01-20T04:23:34.977Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1850 | 2024-01-20T04:23:34.977Z | Compiling steno v0.4.0 |
1851 | 2024-01-20T04:23:34.977Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1852 | 2024-01-20T04:23:34.977Z | Compiling rustfmt-wrapper v0.2.0 |
1853 | 2024-01-20T04:23:34.977Z | Compiling toml v0.8.8 |
1854 | 2024-01-20T04:23:34.977Z | Compiling num-rational v0.4.1 |
1855 | 2024-01-20T04:23:34.978Z | Compiling cancel-safe-futures v0.1.5 |
1856 | 2024-01-20T04:23:34.978Z | Compiling num-complex v0.4.4 |
1857 | 2024-01-20T04:23:34.978Z | Compiling fxhash v0.2.1 |
1858 | 2024-01-20T04:23:34.978Z | Compiling radium v0.7.0 |
1859 | 2024-01-20T04:23:34.978Z | Compiling utf-8 v0.7.6 |
1860 | 2024-01-20T04:23:34.978Z | Compiling num v0.4.1 |
1861 | 2024-01-20T04:23:34.978Z | Compiling tungstenite v0.20.1 |
1862 | 2024-01-20T04:23:34.978Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1863 | 2024-01-20T04:23:34.978Z | Compiling unicase v2.7.0 |
1864 | 2024-01-20T04:23:34.978Z | Compiling maybe-uninit v2.0.0 |
1865 | 2024-01-20T04:23:34.978Z | Compiling half v1.8.2 |
1866 | 2024-01-20T04:23:34.978Z | Compiling tap v1.0.1 |
1867 | 2024-01-20T04:23:34.979Z | Compiling ciborium-io v0.2.1 |
1868 | 2024-01-20T04:23:34.979Z | Compiling ciborium-ll v0.2.1 |
1869 | 2024-01-20T04:23:34.979Z | Compiling wyz v0.5.1 |
1870 | 2024-01-20T04:23:34.979Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1871 | 2024-01-20T04:23:34.979Z | Compiling tokio-tungstenite v0.20.1 |
1872 | 2024-01-20T04:23:34.979Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1873 | 2024-01-20T04:23:34.979Z | Compiling arc-swap v1.6.0 |
1874 | 2024-01-20T04:23:34.979Z | Compiling funty v2.0.0 |
1875 | 2024-01-20T04:23:38.556Z | Compiling num-bigint-dig v0.8.4 |
1876 | 2024-01-20T04:23:38.975Z | Compiling packed_struct v0.10.1 |
1877 | 2024-01-20T04:23:39.348Z | Compiling crc-catalog v2.2.0 |
1878 | 2024-01-20T04:23:39.555Z | Compiling crc v3.0.1 |
1879 | 2024-01-20T04:23:39.629Z | Compiling bitvec v1.0.1 |
1880 | 2024-01-20T04:23:40.720Z | Compiling slog-scope v4.4.0 |
1881 | 2024-01-20T04:23:42.348Z | Compiling ciborium v0.2.1 |
1882 | 2024-01-20T04:23:45.193Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1883 | 2024-01-20T04:23:46.106Z | Compiling libsw v3.3.1 |
1884 | 2024-01-20T04:23:46.585Z | Compiling derive-where v1.2.7 |
1885 | 2024-01-20T04:23:47.085Z | Compiling packed_struct_codegen v0.10.1 |
1886 | 2024-01-20T04:23:51.447Z | Compiling indexmap v1.9.3 |
1887 | 2024-01-20T04:23:51.886Z | Compiling nodrop v0.1.14 |
1888 | 2024-01-20T04:23:51.963Z | Compiling display-error-chain v0.2.0 |
1889 | 2024-01-20T04:23:52.062Z | Compiling linear-map v1.2.0 |
1890 | 2024-01-20T04:23:52.229Z | Compiling owo-colors v3.5.0 |
1891 | 2024-01-20T04:23:52.679Z | Compiling parking_lot_core v0.8.6 |
1892 | 2024-01-20T04:23:53.295Z | Compiling array-init v0.0.4 |
1893 | 2024-01-20T04:23:55.489Z | Compiling smallvec v0.6.14 |
1894 | 2024-01-20T04:23:56.236Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1895 | 2024-01-20T04:23:57.656Z | Compiling slog-stdlog v4.1.1 |
1896 | 2024-01-20T04:24:02.701Z | Compiling pkcs1 v0.7.5 |
1897 | 2024-01-20T04:24:04.837Z | Compiling signature v2.1.0 |
1898 | 2024-01-20T04:24:05.202Z | Compiling bitfield v0.14.0 |
1899 | 2024-01-20T04:24:05.689Z | Compiling hashbrown v0.12.3 |
1900 | 2024-01-20T04:24:07.828Z | Compiling termcolor v1.2.0 |
1901 | 2024-01-20T04:24:08.923Z | Compiling convert_case v0.4.0 |
1902 | 2024-01-20T04:24:10.057Z | Compiling env_logger v0.10.0 |
1903 | 2024-01-20T04:24:10.160Z | Compiling derive_more v0.99.17 |
1904 | 2024-01-20T04:24:10.465Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1905 | 2024-01-20T04:24:15.320Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1906 | 2024-01-20T04:24:16.358Z | Compiling rsa v0.9.2 |
1907 | 2024-01-20T04:24:19.371Z | Compiling slog-envlogger v2.2.0 |
1908 | 2024-01-20T04:24:19.779Z | Compiling serde-hex v0.1.0 |
1909 | 2024-01-20T04:24:23.924Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1910 | 2024-01-20T04:24:23.981Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1911 | 2024-01-20T04:24:24.440Z | Compiling x509-cert v0.2.4 |
1912 | 2024-01-20T04:24:25.358Z | Compiling ron v0.8.1 |
1913 | 2024-01-20T04:24:28.794Z | Compiling dirs-sys-next v0.1.2 |
1914 | 2024-01-20T04:24:29.590Z | Compiling crc-any v2.4.3 |
1915 | 2024-01-20T04:24:31.196Z | Compiling crunchy v0.2.2 |
1916 | 2024-01-20T04:24:31.868Z | Compiling glob v0.3.1 |
1917 | 2024-01-20T04:24:33.205Z | Compiling platforms v3.0.2 |
1918 | 2024-01-20T04:24:33.704Z | Compiling clang-sys v1.6.1 |
1919 | 2024-01-20T04:24:34.758Z | Compiling dirs-next v2.0.0 |
1920 | 2024-01-20T04:24:35.011Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1921 | 2024-01-20T04:24:36.260Z | Compiling parking_lot v0.11.2 |
1922 | 2024-01-20T04:24:37.975Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1923 | 2024-01-20T04:24:40.314Z | Compiling mime_guess v2.0.4 |
1924 | 2024-01-20T04:24:42.110Z | Compiling object v0.30.4 |
1925 | 2024-01-20T04:24:46.372Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1926 | 2024-01-20T04:24:47.270Z | Compiling trust-dns-client v0.22.0 |
1927 | 2024-01-20T04:24:58.255Z | Compiling pem v3.0.2 |
1928 | 2024-01-20T04:25:00.921Z | Compiling prettyplease v0.2.16 |
1929 | 2024-01-20T04:25:01.366Z | Compiling path-slash v0.1.5 |
1930 | 2024-01-20T04:25:01.661Z | Compiling tiny-keccak v2.0.2 |
1931 | 2024-01-20T04:25:02.087Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1932 | 2024-01-20T04:25:05.308Z | Compiling trust-dns-server v0.22.1 |
1933 | 2024-01-20T04:25:17.559Z | Compiling sled v0.34.7 |
1934 | 2024-01-20T04:25:17.990Z | Compiling term v0.7.0 |
1935 | 2024-01-20T04:25:17.990Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1936 | 2024-01-20T04:25:18.183Z | Compiling darling_core v0.14.4 |
1937 | 2024-01-20T04:25:21.387Z | Compiling vte_generate_state_changes v0.1.1 |
1938 | 2024-01-20T04:25:22.322Z | Compiling pretty-hex v0.4.1 |
1939 | 2024-01-20T04:25:22.758Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1940 | 2024-01-20T04:25:26.704Z | Compiling darling_macro v0.14.4 |
1941 | 2024-01-20T04:25:28.187Z | Compiling vte v0.11.1 |
1942 | 2024-01-20T04:25:28.714Z | Compiling curve25519-dalek v4.1.1 |
1943 | 2024-01-20T04:25:29.961Z | Compiling ascii-canvas v3.0.0 |
1944 | 2024-01-20T04:25:31.574Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1945 | 2024-01-20T04:25:33.723Z | Compiling fd-lock v3.0.13 |
1946 | 2024-01-20T04:25:34.046Z | Compiling is-terminal v0.4.9 |
1947 | 2024-01-20T04:25:34.213Z | Compiling kstat-rs v0.2.3 |
1948 | 2024-01-20T04:25:36.280Z | Compiling ena v0.14.2 |
1949 | 2024-01-20T04:25:36.946Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1950 | 2024-01-20T04:25:38.043Z | Compiling libloading v0.7.4 |
1951 | 2024-01-20T04:25:38.620Z | Compiling memoffset v0.7.1 |
1952 | 2024-01-20T04:25:38.765Z | Compiling bindgen v0.65.1 |
1953 | 2024-01-20T04:25:39.071Z | Compiling regex-syntax v0.6.29 |
1954 | 2024-01-20T04:25:39.411Z | Compiling buf-list v1.0.3 |
1955 | 2024-01-20T04:25:40.225Z | Compiling keccak v0.1.4 |
1956 | 2024-01-20T04:25:41.976Z | Compiling diff v0.1.13 |
1957 | 2024-01-20T04:25:42.864Z | Compiling bytecount v0.6.3 |
1958 | 2024-01-20T04:25:43.134Z | Compiling papergrid v0.10.0 |
1959 | 2024-01-20T04:25:43.355Z | Compiling sha3 v0.10.8 |
1960 | 2024-01-20T04:25:44.774Z | Compiling lalrpop v0.19.12 |
1961 | 2024-01-20T04:25:58.321Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1962 | 2024-01-20T04:25:58.598Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1963 | 2024-01-20T04:26:08.467Z | Compiling strip-ansi-escapes v0.2.0 |
1964 | 2024-01-20T04:26:09.149Z | Compiling darling v0.14.4 |
1965 | 2024-01-20T04:26:09.583Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1966 | 2024-01-20T04:26:10.322Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1967 | 2024-01-20T04:26:12.175Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1968 | 2024-01-20T04:26:12.644Z | Compiling tabled_derive v0.6.0 |
1969 | 2024-01-20T04:26:16.307Z | Compiling nix v0.26.4 |
1970 | 2024-01-20T04:26:20.363Z | Compiling cexpr v0.6.0 |
1971 | 2024-01-20T04:26:21.112Z | Compiling which v4.4.0 |
1972 | 2024-01-20T04:26:21.428Z | Compiling universal-hash v0.5.1 |
1973 | 2024-01-20T04:26:21.789Z | Compiling secrecy v0.8.0 |
1974 | 2024-01-20T04:26:21.933Z | Compiling curve25519-dalek-derive v0.1.0 |
1975 | 2024-01-20T04:26:22.195Z | Compiling sqlparser_derive v0.2.2 |
1976 | 2024-01-20T04:26:22.761Z | Compiling thiserror-impl-no-std v2.0.2 |
1977 | 2024-01-20T04:26:22.831Z | Compiling shlex v1.1.0 |
1978 | 2024-01-20T04:26:23.195Z | Compiling opaque-debug v0.3.0 |
1979 | 2024-01-20T04:26:23.328Z | Compiling nu-ansi-term v0.49.0 |
1980 | 2024-01-20T04:26:23.754Z | Compiling unicode_categories v0.1.1 |
1981 | 2024-01-20T04:26:24.337Z | Compiling rustc-hash v1.1.0 |
1982 | 2024-01-20T04:26:24.517Z | Compiling peeking_take_while v0.1.2 |
1983 | 2024-01-20T04:26:24.540Z | Compiling lazycell v1.3.0 |
1984 | 2024-01-20T04:26:24.677Z | Compiling rustyline v12.0.0 |
1985 | 2024-01-20T04:26:25.562Z | Compiling sqlformat v0.2.3 |
1986 | 2024-01-20T04:26:27.181Z | Compiling thiserror-no-std v2.0.2 |
1987 | 2024-01-20T04:26:27.349Z | Compiling reedline v0.28.0 |
1988 | 2024-01-20T04:26:32.523Z | Compiling polar-core v0.27.0 |
1989 | 2024-01-20T04:26:34.710Z | Compiling sqlparser v0.41.0 |
1990 | 2024-01-20T04:26:38.820Z | Compiling poly1305 v0.8.0 |
1991 | 2024-01-20T04:26:40.386Z | Compiling tabled v0.14.0 |
1992 | 2024-01-20T04:26:41.466Z | Compiling derive_builder_core v0.12.0 |
1993 | 2024-01-20T04:26:47.006Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1994 | 2024-01-20T04:26:47.107Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1995 | 2024-01-20T04:26:47.508Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1996 | 2024-01-20T04:26:47.918Z | Compiling chacha20 v0.9.1 |
1997 | 2024-01-20T04:26:48.517Z | Compiling headers-core v0.2.0 |
1998 | 2024-01-20T04:26:48.627Z | Compiling aead v0.5.2 |
1999 | 2024-01-20T04:26:48.755Z | Compiling bcs v0.1.6 |
2000 | 2024-01-20T04:26:49.102Z | Compiling libxml v0.3.3 |
2001 | 2024-01-20T04:26:49.601Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2002 | 2024-01-20T04:26:50.039Z | Compiling ref-cast v1.0.20 |
2003 | 2024-01-20T04:26:50.195Z | Compiling salty v0.2.0 |
2004 | 2024-01-20T04:26:50.727Z | Compiling highway v1.1.0 |
2005 | 2024-01-20T04:26:50.839Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2006 | 2024-01-20T04:26:51.288Z | Compiling signature v1.6.4 |
2007 | 2024-01-20T04:26:51.509Z | Compiling ed25519 v1.5.3 |
2008 | 2024-01-20T04:26:52.042Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2009 | 2024-01-20T04:26:53.349Z | Compiling chacha20poly1305 v0.10.1 |
2010 | 2024-01-20T04:26:53.650Z | Compiling headers v0.3.9 |
2011 | 2024-01-20T04:26:59.843Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2012 | 2024-01-20T04:27:00.920Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2013 | 2024-01-20T04:27:02.297Z | Compiling derive_builder_macro v0.12.0 |
2014 | 2024-01-20T04:27:03.526Z | Compiling vsss-rs v3.3.4 |
2015 | 2024-01-20T04:27:11.769Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2016 | 2024-01-20T04:27:12.884Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2017 | 2024-01-20T04:27:13.406Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2018 | 2024-01-20T04:27:13.815Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2019 | 2024-01-20T04:27:14.033Z | Compiling globset v0.4.13 |
2020 | 2024-01-20T04:27:17.906Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2021 | 2024-01-20T04:27:21.409Z | Compiling olpc-cjson v0.1.3 |
2022 | 2024-01-20T04:27:22.309Z | Compiling strum_macros v0.24.3 |
2023 | 2024-01-20T04:27:22.583Z | Compiling serde_plain v1.0.2 |
2024 | 2024-01-20T04:27:22.891Z | Compiling serde-big-array v0.5.1 |
2025 | 2024-01-20T04:27:23.257Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2026 | 2024-01-20T04:27:23.396Z | Compiling async-recursion v1.0.5 |
2027 | 2024-01-20T04:27:24.505Z | Compiling ref-cast-impl v1.0.20 |
2028 | 2024-01-20T04:27:24.913Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2029 | 2024-01-20T04:27:25.356Z | Compiling cookie v0.18.0 |
2030 | 2024-01-20T04:27:25.796Z | Compiling typed-path v0.7.0 |
2031 | 2024-01-20T04:27:26.270Z | Compiling http-range v0.1.5 |
2032 | 2024-01-20T04:27:28.105Z | Compiling indoc v1.0.9 |
2033 | 2024-01-20T04:27:28.593Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2034 | 2024-01-20T04:27:29.101Z | Compiling hyper-staticfile v0.9.5 |
2035 | 2024-01-20T04:27:30.781Z | Compiling tough v0.16.0 |
2036 | 2024-01-20T04:27:32.671Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2037 | 2024-01-20T04:27:34.769Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2038 | 2024-01-20T04:27:41.084Z | Compiling derive_builder v0.12.0 |
2039 | 2024-01-20T04:28:02.108Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2040 | 2024-01-20T04:28:02.949Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2041 | 2024-01-20T04:28:04.615Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2042 | 2024-01-20T04:28:06.380Z | Compiling signal-hook-tokio v0.3.1 |
2043 | 2024-01-20T04:28:06.677Z | Compiling bb8 v0.8.1 |
2044 | 2024-01-20T04:28:07.552Z | Compiling quick-xml v0.23.1 |
2045 | 2024-01-20T04:28:09.642Z | Compiling serde-big-array v0.4.1 |
2046 | 2024-01-20T04:28:09.917Z | Compiling impl-trait-for-tuples v0.2.2 |
2047 | 2024-01-20T04:28:11.362Z | Compiling oso-derive v0.27.0 |
2048 | 2024-01-20T04:28:12.905Z | Compiling maplit v1.0.2 |
2049 | 2024-01-20T04:28:13.066Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2050 | 2024-01-20T04:28:25.156Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2051 | 2024-01-20T04:28:26.121Z | Compiling oso v0.27.0 |
2052 | 2024-01-20T04:28:26.332Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2053 | 2024-01-20T04:28:32.856Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2054 | 2024-01-20T04:28:39.935Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2055 | 2024-01-20T04:28:42.189Z | Compiling fs-err v2.11.0 |
2056 | 2024-01-20T04:28:42.647Z | Compiling corncobs v0.1.3 |
2057 | 2024-01-20T04:28:43.319Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2058 | 2024-01-20T04:28:44.780Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2059 | 2024-01-20T04:28:45.389Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2060 | 2024-01-20T04:28:50.960Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2061 | 2024-01-20T04:28:59.116Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2062 | 2024-01-20T04:28:59.525Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2063 | 2024-01-20T04:29:37.596Z | Compiling rcgen v0.12.0 |
2064 | 2024-01-20T04:29:37.596Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2065 | 2024-01-20T04:29:37.596Z | Compiling atomicwrites v0.4.3 |
2066 | 2024-01-20T04:29:37.596Z | Compiling itertools v0.11.0 |
2067 | 2024-01-20T04:29:40.117Z | Compiling subprocess v0.2.9 |
2068 | 2024-01-20T04:29:40.901Z | Compiling cassowary v0.3.0 |
2069 | 2024-01-20T04:29:48.459Z | Compiling indoc v2.0.3 |
2070 | 2024-01-20T04:29:49.268Z | Compiling unicode-linebreak v0.1.5 |
2071 | 2024-01-20T04:29:49.994Z | Compiling smawk v0.3.1 |
2072 | 2024-01-20T04:29:50.152Z | Compiling parse-size v1.0.0 |
2073 | 2024-01-20T04:29:50.357Z | Compiling textwrap v0.16.0 |
2074 | 2024-01-20T04:29:50.642Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2075 | 2024-01-20T04:29:56.671Z | Compiling ratatui v0.23.0 |
2076 | 2024-01-20T04:30:16.414Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2077 | 2024-01-20T04:30:22.437Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2078 | 2024-01-20T04:30:26.806Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2079 | 2024-01-20T04:30:36.065Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2080 | 2024-01-20T04:30:36.068Z | Compiling fatfs v0.3.6 |
2081 | 2024-01-20T04:30:41.613Z | Compiling nanorand v0.7.0 |
2082 | 2024-01-20T04:30:42.803Z | Compiling rtoolbox v0.0.1 |
2083 | 2024-01-20T04:30:43.499Z | Compiling is_ci v1.1.1 |
2084 | 2024-01-20T04:30:43.927Z | Compiling assert_matches v1.5.0 |
2085 | 2024-01-20T04:30:44.087Z | Compiling humantime v2.1.0 |
2086 | 2024-01-20T04:30:45.514Z | Compiling supports-color v2.1.0 |
2087 | 2024-01-20T04:30:46.705Z | Compiling rpassword v7.3.1 |
2088 | 2024-01-20T04:30:47.358Z | Compiling flume v0.11.0 |
2089 | 2024-01-20T04:30:47.788Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2090 | 2024-01-20T04:30:54.507Z | Compiling tui-tree-widget v0.13.0 |
2091 | 2024-01-20T04:30:57.944Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2092 | 2024-01-20T04:31:10.494Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2093 | 2024-01-20T04:31:10.712Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2094 | 2024-01-20T04:31:10.712Z | Compiling shell-words v1.1.0 |
2095 | 2024-01-20T04:31:10.712Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2096 | 2024-01-20T04:31:10.731Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2097 | 2024-01-20T04:31:41.621Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2098 | 2024-01-20T04:34:13.109Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2099 | 2024-01-20T04:34:21.254Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2100 | 2024-01-20T04:44:05.364Z | Finished release [optimized] target(s) in 20m 52s |
2101 | 2024-01-20T04:45:21.199Z | |
2102 | 2024-01-20T04:45:21.202Z | real 22:10.125316741 |
2103 | 2024-01-20T04:45:21.202Z | user 2:36:38.246685462 |
2104 | 2024-01-20T04:45:21.202Z | sys 5:36.757730334 |
2105 | 2024-01-20T04:45:21.202Z | trap 5.102091772 |
2106 | 2024-01-20T04:45:21.202Z | tflt 1.246227589 |
2107 | 2024-01-20T04:45:21.202Z | dflt 1.502879382 |
2108 | 2024-01-20T04:45:21.202Z | kflt 0.001556741 |
2109 | 2024-01-20T04:45:21.202Z | lock 9:05:58.414402507 |
2110 | 2024-01-20T04:45:21.202Z | slp 6:04:11.841650950 |
2111 | 2024-01-20T04:45:21.202Z | lat 2:51.695320575 |
2112 | 2024-01-20T04:45:21.202Z | stop 47.148996607 |
2113 | 2024-01-20T04:45:21.202Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2114 | 2024-01-20T04:45:21.203Z | + pfexec mkdir -p /work |
2115 | 2024-01-20T04:45:21.205Z | + pfexec chown build /work |
2116 | 2024-01-20T04:45:21.210Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2117 | 2024-01-20T04:45:34.870Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2118 | 2024-01-20T04:45:34.870Z | a out/mg-ddm-gz.tar 61253K |
2119 | 2024-01-20T04:45:34.870Z | a out/omicron-sled-agent.tar 117813K |
2120 | 2024-01-20T04:45:34.870Z | a out/target/test 1K |
2121 | 2024-01-20T04:45:34.870Z | a out/npuzone/npuzone 36313K |
2122 | 2024-01-20T04:45:34.871Z | a package-manifest.toml 23K |
2123 | 2024-01-20T04:45:34.871Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2124 | 2024-01-20T04:45:34.871Z | a target/release/omicron-package 43436K |
2125 | 2024-01-20T04:45:34.871Z | a tools/create_virtual_hardware.sh 4K |
2126 | 2024-01-20T04:45:34.871Z | a tools/virtual_hardware.sh 4K |
2127 | 2024-01-20T04:45:34.871Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2128 | 2024-01-20T04:45:34.871Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2129 | 2024-01-20T04:45:34.871Z | a tools/scrimlet/softnpu-init.sh 3K |
2130 | 2024-01-20T04:45:34.871Z | a tools/scrimlet/softnpu-zone.txt 1K |
2131 | 2024-01-20T04:45:34.871Z | a tools/scrimlet/softnpu.toml 1K |
2132 | 2024-01-20T04:45:34.874Z | |
2133 | 2024-01-20T04:45:34.874Z | real 13.661448937 |
2134 | 2024-01-20T04:45:34.874Z | user 13.052910810 |
2135 | 2024-01-20T04:45:34.874Z | sys 1.087061199 |
2136 | 2024-01-20T04:45:34.874Z | trap 0.004949946 |
2137 | 2024-01-20T04:45:34.874Z | tflt 0.000000000 |
2138 | 2024-01-20T04:45:34.874Z | dflt 0.000000000 |
2139 | 2024-01-20T04:45:34.875Z | kflt 0.000000000 |
2140 | 2024-01-20T04:45:34.875Z | lock 0.000000000 |
2141 | 2024-01-20T04:45:34.875Z | slp 12.765122324 |
2142 | 2024-01-20T04:45:34.875Z | lat 0.409411867 |
2143 | 2024-01-20T04:45:34.875Z | stop 0.000229085 |
2144 | 2024-01-20T04:45:34.875Z | ++ pwd |
2145 | 2024-01-20T04:45:34.878Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2146 | 2024-01-20T04:45:34.878Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2147 | 2024-01-20T04:45:34.881Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2148 | 2024-01-20T04:45:36.060Z | Finished release [optimized] target(s) in 1.09s |
2149 | 2024-01-20T04:45:36.090Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2150 | 2024-01-20T04:45:36.132Z | Created new build target 'host' and set it as active |
2151 | 2024-01-20T04:45:36.135Z | |
2152 | 2024-01-20T04:45:36.136Z | real 1.252329044 |
2153 | 2024-01-20T04:45:36.136Z | user 0.883567661 |
2154 | 2024-01-20T04:45:36.136Z | sys 0.369410687 |
2155 | 2024-01-20T04:45:36.136Z | trap 0.000150226 |
2156 | 2024-01-20T04:45:36.136Z | tflt 0.000001952 |
2157 | 2024-01-20T04:45:36.136Z | dflt 0.000088545 |
2158 | 2024-01-20T04:45:36.136Z | kflt 0.000000000 |
2159 | 2024-01-20T04:45:36.136Z | lock 0.034180907 |
2160 | 2024-01-20T04:45:36.136Z | slp 0.023324351 |
2161 | 2024-01-20T04:45:36.136Z | lat 0.001730144 |
2162 | 2024-01-20T04:45:36.136Z | stop 0.000213963 |
2163 | 2024-01-20T04:45:36.139Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2164 | 2024-01-20T04:45:37.290Z | Finished release [optimized] target(s) in 1.06s |
2165 | 2024-01-20T04:45:37.319Z | Running `target/release/omicron-package -t host package` |
2166 | 2024-01-20T04:45:37.361Z | Jan 20 04:45:36.199 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2167 | 2024-01-20T04:45:38.531Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2168 | 2024-01-20T04:46:00.243Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2169 | 2024-01-20T04:47:52.760Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2170 | 2024-01-20T04:50:04.703Z | Finished release [optimized] target(s) in 4m 27s |
2171 | 2024-01-20T04:51:19.989Z | |
2172 | 2024-01-20T04:51:19.994Z | real 5:43.860747533 |
2173 | 2024-01-20T04:51:19.994Z | user 28:18.354876933 |
2174 | 2024-01-20T04:51:19.994Z | sys 1:18.690011081 |
2175 | 2024-01-20T04:51:19.994Z | trap 0.832487708 |
2176 | 2024-01-20T04:51:19.994Z | tflt 0.039954752 |
2177 | 2024-01-20T04:51:19.994Z | dflt 1.844175804 |
2178 | 2024-01-20T04:51:19.994Z | kflt 0.000000000 |
2179 | 2024-01-20T04:51:19.994Z | lock 1:29:00.621440664 |
2180 | 2024-01-20T04:51:19.994Z | slp 29:17.772948760 |
2181 | 2024-01-20T04:51:19.994Z | lat 12.204041067 |
2182 | 2024-01-20T04:51:19.994Z | stop 1.190310027 |
2183 | 2024-01-20T04:51:19.995Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2184 | 2024-01-20T04:51:19.995Z | + for package in "$@" |
2185 | 2024-01-20T04:51:19.995Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2186 | 2024-01-20T04:51:19.995Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+git31e9205fdf1 |
2187 | 2024-01-20T04:51:21.120Z | Finished release [optimized] target(s) in 1.04s |
2188 | 2024-01-20T04:51:21.149Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+git31e9205fdf1` |
2189 | 2024-01-20T04:51:21.192Z | Jan 20 04:51:20.044 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2190 | 2024-01-20T04:51:21.758Z | Created: out/versioned/omicron-sled-agent.tar |
2191 | 2024-01-20T04:51:21.762Z | + for package in "$@" |
2192 | 2024-01-20T04:51:21.762Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2193 | 2024-01-20T04:51:21.762Z | + echo 0.0.0 |
2194 | 2024-01-20T04:51:21.765Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2195 | 2024-01-20T04:51:21.768Z | a VERSION 1K |
2196 | 2024-01-20T04:51:21.768Z | + rm VERSION |
2197 | 2024-01-20T04:51:21.771Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git31e9205fdf1 |
2198 | 2024-01-20T04:51:22.893Z | Finished release [optimized] target(s) in 1.03s |
2199 | 2024-01-20T04:51:22.921Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git31e9205fdf1` |
2200 | 2024-01-20T04:51:22.963Z | Jan 20 04:51:21.817 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2201 | 2024-01-20T04:51:23.263Z | Created: out/versioned/mg-ddm-gz.tar |
2202 | 2024-01-20T04:51:23.273Z | + for package in "$@" |
2203 | 2024-01-20T04:51:23.274Z | + [[ propolis-server == mg-ddm-gz ]] |
2204 | 2024-01-20T04:51:23.274Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+git31e9205fdf1 |
2205 | 2024-01-20T04:51:24.402Z | Finished release [optimized] target(s) in 1.04s |
2206 | 2024-01-20T04:51:24.432Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+git31e9205fdf1` |
2207 | 2024-01-20T04:51:24.473Z | Jan 20 04:51:23.325 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2208 | 2024-01-20T04:51:26.182Z | Created: out/versioned/propolis-server.tar.gz |
2209 | 2024-01-20T04:51:26.185Z | + for package in "$@" |
2210 | 2024-01-20T04:51:26.187Z | + [[ overlay == mg-ddm-gz ]] |
2211 | 2024-01-20T04:51:26.187Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+git31e9205fdf1 |
2212 | 2024-01-20T04:51:27.344Z | Finished release [optimized] target(s) in 1.09s |
2213 | 2024-01-20T04:51:27.373Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+git31e9205fdf1` |
2214 | 2024-01-20T04:51:27.420Z | Jan 20 04:51:26.269 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2215 | 2024-01-20T04:51:27.429Z | Created: out/versioned/overlay.tar.gz |
2216 | 2024-01-20T04:51:27.429Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2217 | 2024-01-20T04:51:27.438Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2218 | 2024-01-20T04:51:27.438Z | ++ cd -- ./tools |
2219 | 2024-01-20T04:51:27.438Z | ++ pwd |
2220 | 2024-01-20T04:51:27.438Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2221 | 2024-01-20T04:51:27.439Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2222 | 2024-01-20T04:51:27.477Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2223 | 2024-01-20T04:51:27.481Z | ++ readlink -f /work |
2224 | 2024-01-20T04:51:27.481Z | + out_dir=/work |
2225 | 2024-01-20T04:51:27.481Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2226 | 2024-01-20T04:51:27.481Z | + for dep in "${deps[@]}" |
2227 | 2024-01-20T04:51:27.481Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2228 | 2024-01-20T04:51:27.481Z | + for dep in "${deps[@]}" |
2229 | 2024-01-20T04:51:27.481Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2230 | 2024-01-20T04:51:27.481Z | + for dep in "${deps[@]}" |
2231 | 2024-01-20T04:51:27.481Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2232 | 2024-01-20T04:51:27.481Z | + for dep in "${deps[@]}" |
2233 | 2024-01-20T04:51:27.481Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2234 | 2024-01-20T04:51:27.481Z | ++ mktemp -d |
2235 | 2024-01-20T04:51:27.481Z | + tmp_gz=/tmp/tmp._NayAh |
2236 | 2024-01-20T04:51:27.481Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2237 | 2024-01-20T04:51:27.482Z | + echo '{"v":"1","t":"layer"}' |
2238 | 2024-01-20T04:51:27.482Z | + pkg_dir=/tmp/tmp._NayAh/root/opt/oxide/sled-agent |
2239 | 2024-01-20T04:51:27.482Z | + mkdir -p /tmp/tmp._NayAh/root/opt/oxide/sled-agent |
2240 | 2024-01-20T04:51:27.485Z | + cd /tmp/tmp._NayAh/root/opt/oxide/sled-agent |
2241 | 2024-01-20T04:51:27.485Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2242 | 2024-01-20T04:51:27.608Z | x ., 0 bytes, 0 tape blocks |
2243 | 2024-01-20T04:51:27.608Z | x zone-bundle, 41350768 bytes, 80764 tape blocks |
2244 | 2024-01-20T04:51:27.608Z | x sled-agent, 79284016 bytes, 154852 tape blocks |
2245 | 2024-01-20T04:51:27.608Z | x pkg, 0 bytes, 0 tape blocks |
2246 | 2024-01-20T04:51:27.608Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2247 | 2024-01-20T04:51:27.608Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2248 | 2024-01-20T04:51:27.609Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2249 | 2024-01-20T04:51:27.609Z | x VERSION, 25 bytes, 1 tape blocks |
2250 | 2024-01-20T04:51:27.612Z | + mkdir -p /tmp/tmp._NayAh/root/lib/svc/manifest/site/ |
2251 | 2024-01-20T04:51:27.612Z | + mv pkg/manifest.xml /tmp/tmp._NayAh/root/lib/svc/manifest/site/sled-agent.xml |
2252 | 2024-01-20T04:51:27.615Z | + cd - |
2253 | 2024-01-20T04:51:27.615Z | /work/oxidecomputer/omicron |
2254 | 2024-01-20T04:51:27.615Z | + pkg_dir=/tmp/tmp._NayAh/root/opt/oxide/mg-ddm |
2255 | 2024-01-20T04:51:27.615Z | + mkdir -p /tmp/tmp._NayAh/root/opt/oxide/mg-ddm |
2256 | 2024-01-20T04:51:27.620Z | + cd /tmp/tmp._NayAh/root/opt/oxide/mg-ddm |
2257 | 2024-01-20T04:51:27.620Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2258 | 2024-01-20T04:51:27.685Z | x ., 0 bytes, 0 tape blocks |
2259 | 2024-01-20T04:51:27.685Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2260 | 2024-01-20T04:51:27.685Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2261 | 2024-01-20T04:51:27.685Z | x pkg, 0 bytes, 0 tape blocks |
2262 | 2024-01-20T04:51:27.685Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2263 | 2024-01-20T04:51:27.685Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2264 | 2024-01-20T04:51:27.685Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2265 | 2024-01-20T04:51:27.685Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2266 | 2024-01-20T04:51:27.685Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2267 | 2024-01-20T04:51:27.685Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2268 | 2024-01-20T04:51:27.685Z | x VERSION, 25 bytes, 1 tape blocks |
2269 | 2024-01-20T04:51:27.688Z | + cd - |
2270 | 2024-01-20T04:51:27.688Z | /work/oxidecomputer/omicron |
2271 | 2024-01-20T04:51:27.688Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp._NayAh/root/opt/oxide |
2272 | 2024-01-20T04:51:27.797Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp._NayAh/root/opt/oxide |
2273 | 2024-01-20T04:51:27.801Z | + cd /tmp/tmp._NayAh |
2274 | 2024-01-20T04:51:27.801Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2275 | 2024-01-20T04:51:39.616Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2276 | 2024-01-20T04:51:39.616Z | a oxide.json 1K |
2277 | 2024-01-20T04:51:39.616Z | a root/ 0K |
2278 | 2024-01-20T04:51:39.616Z | a root/opt/ 0K |
2279 | 2024-01-20T04:51:39.619Z | a root/opt/oxide/ 0K |
2280 | 2024-01-20T04:51:39.619Z | a root/opt/oxide/sled-agent/ 0K |
2281 | 2024-01-20T04:51:39.620Z | a root/opt/oxide/sled-agent/zone-bundle 40382K |
2282 | 2024-01-20T04:51:39.620Z | a root/opt/oxide/sled-agent/sled-agent 77426K |
2283 | 2024-01-20T04:51:39.620Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2284 | 2024-01-20T04:51:39.620Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2285 | 2024-01-20T04:51:39.620Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2286 | 2024-01-20T04:51:39.620Z | a root/opt/oxide/sled-agent/VERSION 1K |
2287 | 2024-01-20T04:51:39.620Z | a root/opt/oxide/mg-ddm/ 0K |
2288 | 2024-01-20T04:51:39.620Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2289 | 2024-01-20T04:51:39.620Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2290 | 2024-01-20T04:51:39.622Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2291 | 2024-01-20T04:51:39.622Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2292 | 2024-01-20T04:51:39.622Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2293 | 2024-01-20T04:51:39.622Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2294 | 2024-01-20T04:51:39.622Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2295 | 2024-01-20T04:51:39.622Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2296 | 2024-01-20T04:51:39.623Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2297 | 2024-01-20T04:51:39.623Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2298 | 2024-01-20T04:51:39.623Z | a root/opt/oxide/propolis-server.tar.gz 62461K |
2299 | 2024-01-20T04:51:39.623Z | a root/opt/oxide/overlay.tar.gz 3K |
2300 | 2024-01-20T04:51:39.623Z | a root/lib/ 0K |
2301 | 2024-01-20T04:51:39.623Z | a root/lib/svc/ 0K |
2302 | 2024-01-20T04:51:39.623Z | a root/lib/svc/manifest/ 0K |
2303 | 2024-01-20T04:51:39.623Z | a root/lib/svc/manifest/site/ 0K |
2304 | 2024-01-20T04:51:39.623Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2305 | 2024-01-20T04:51:39.627Z | + cd / |
2306 | 2024-01-20T04:51:39.627Z | + rm -rf /tmp/tmp._NayAh |
2307 | 2024-01-20T04:51:39.636Z | |
2308 | 2024-01-20T04:51:39.639Z | real 12.213071562 |
2309 | 2024-01-20T04:51:39.639Z | user 11.315179171 |
2310 | 2024-01-20T04:51:39.639Z | sys 0.923344364 |
2311 | 2024-01-20T04:51:39.639Z | trap 0.002752433 |
2312 | 2024-01-20T04:51:39.639Z | tflt 0.000000000 |
2313 | 2024-01-20T04:51:39.639Z | dflt 0.000000000 |
2314 | 2024-01-20T04:51:39.639Z | kflt 0.000000000 |
2315 | 2024-01-20T04:51:39.639Z | lock 0.000000000 |
2316 | 2024-01-20T04:51:39.639Z | slp 23.590077287 |
2317 | 2024-01-20T04:51:39.639Z | lat 0.367445469 |
2318 | 2024-01-20T04:51:39.640Z | stop 0.000295524 |
2319 | 2024-01-20T04:51:39.641Z | + mkdir -p /work/zones |
2320 | 2024-01-20T04:51:39.644Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2321 | 2024-01-20T04:51:39.644Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2322 | 2024-01-20T04:51:43.652Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2323 | 2024-01-20T04:51:44.868Z | Finished release [optimized] target(s) in 1.13s |
2324 | 2024-01-20T04:51:44.899Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2325 | 2024-01-20T04:51:44.942Z | Created new build target 'recovery' and set it as active |
2326 | 2024-01-20T04:51:44.945Z | |
2327 | 2024-01-20T04:51:44.945Z | real 1.291073262 |
2328 | 2024-01-20T04:51:44.945Z | user 0.895977270 |
2329 | 2024-01-20T04:51:44.945Z | sys 0.393566058 |
2330 | 2024-01-20T04:51:44.945Z | trap 0.000625392 |
2331 | 2024-01-20T04:51:44.945Z | tflt 0.000001766 |
2332 | 2024-01-20T04:51:44.945Z | dflt 0.000015282 |
2333 | 2024-01-20T04:51:44.945Z | kflt 0.000000000 |
2334 | 2024-01-20T04:51:44.945Z | lock 0.037802829 |
2335 | 2024-01-20T04:51:44.946Z | slp 0.022995658 |
2336 | 2024-01-20T04:51:44.946Z | lat 0.003720636 |
2337 | 2024-01-20T04:51:44.946Z | stop 0.000215632 |
2338 | 2024-01-20T04:51:44.949Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2339 | 2024-01-20T04:51:46.173Z | Finished release [optimized] target(s) in 1.11s |
2340 | 2024-01-20T04:51:46.185Z | Running `target/release/omicron-package -t recovery package` |
2341 | 2024-01-20T04:51:46.221Z | Jan 20 04:51:45.076 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2342 | 2024-01-20T04:51:47.217Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2343 | 2024-01-20T04:51:50.930Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2344 | 2024-01-20T04:52:21.514Z | Finished release [optimized] target(s) in 35.20s |
2345 | 2024-01-20T04:52:33.153Z | |
2346 | 2024-01-20T04:52:33.157Z | real 48.202429712 |
2347 | 2024-01-20T04:52:33.157Z | user 2:34.565144391 |
2348 | 2024-01-20T04:52:33.157Z | sys 10.923675880 |
2349 | 2024-01-20T04:52:33.157Z | trap 0.088378505 |
2350 | 2024-01-20T04:52:33.157Z | tflt 0.202807676 |
2351 | 2024-01-20T04:52:33.157Z | dflt 0.958228165 |
2352 | 2024-01-20T04:52:33.157Z | kflt 0.000000000 |
2353 | 2024-01-20T04:52:33.157Z | lock 10:34.099695240 |
2354 | 2024-01-20T04:52:33.157Z | slp 2:28.065071935 |
2355 | 2024-01-20T04:52:33.157Z | lat 2.138128685 |
2356 | 2024-01-20T04:52:33.157Z | stop 0.188945394 |
2357 | 2024-01-20T04:52:33.157Z | + stamp_packages installinator mg-ddm-gz |
2358 | 2024-01-20T04:52:33.158Z | + for package in "$@" |
2359 | 2024-01-20T04:52:33.158Z | + [[ installinator == mg-ddm-gz ]] |
2360 | 2024-01-20T04:52:33.158Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+git31e9205fdf1 |
2361 | 2024-01-20T04:52:34.320Z | Finished release [optimized] target(s) in 1.07s |
2362 | 2024-01-20T04:52:34.347Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+git31e9205fdf1` |
2363 | 2024-01-20T04:52:34.391Z | Jan 20 04:52:33.247 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2364 | 2024-01-20T04:52:34.530Z | Created: out/versioned/installinator.tar |
2365 | 2024-01-20T04:52:34.534Z | + for package in "$@" |
2366 | 2024-01-20T04:52:34.534Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2367 | 2024-01-20T04:52:34.534Z | + echo 0.0.0 |
2368 | 2024-01-20T04:52:34.541Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2369 | 2024-01-20T04:52:34.544Z | a VERSION 1K |
2370 | 2024-01-20T04:52:34.544Z | + rm VERSION |
2371 | 2024-01-20T04:52:34.544Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git31e9205fdf1 |
2372 | 2024-01-20T04:52:35.672Z | Finished release [optimized] target(s) in 1.04s |
2373 | 2024-01-20T04:52:35.712Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git31e9205fdf1` |
2374 | 2024-01-20T04:52:36.124Z | Jan 20 04:52:34.601 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2375 | 2024-01-20T04:52:36.124Z | Created: out/versioned/mg-ddm-gz.tar |
2376 | 2024-01-20T04:52:36.124Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2377 | 2024-01-20T04:52:36.129Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2378 | 2024-01-20T04:52:36.129Z | ++ cd -- ./tools |
2379 | 2024-01-20T04:52:36.129Z | ++ pwd |
2380 | 2024-01-20T04:52:36.129Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2381 | 2024-01-20T04:52:36.129Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2382 | 2024-01-20T04:52:36.129Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2383 | 2024-01-20T04:52:36.129Z | ++ readlink -f /work |
2384 | 2024-01-20T04:52:36.129Z | + out_dir=/work |
2385 | 2024-01-20T04:52:36.130Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2386 | 2024-01-20T04:52:36.130Z | + for dep in "${deps[@]}" |
2387 | 2024-01-20T04:52:36.130Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2388 | 2024-01-20T04:52:36.130Z | + for dep in "${deps[@]}" |
2389 | 2024-01-20T04:52:36.130Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2390 | 2024-01-20T04:52:36.130Z | ++ mktemp -d |
2391 | 2024-01-20T04:52:36.130Z | + tmp_trampoline=/tmp/tmp.5vaWEh |
2392 | 2024-01-20T04:52:36.130Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2393 | 2024-01-20T04:52:36.130Z | + echo '{"v":"1","t":"layer"}' |
2394 | 2024-01-20T04:52:36.130Z | + pkg_dir=/tmp/tmp.5vaWEh/root/opt/oxide/installinator |
2395 | 2024-01-20T04:52:36.130Z | + mkdir -p /tmp/tmp.5vaWEh/root/opt/oxide/installinator |
2396 | 2024-01-20T04:52:36.130Z | + cd /tmp/tmp.5vaWEh/root/opt/oxide/installinator |
2397 | 2024-01-20T04:52:36.130Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2398 | 2024-01-20T04:52:36.130Z | x ., 0 bytes, 0 tape blocks |
2399 | 2024-01-20T04:52:36.130Z | x installinator, 54188392 bytes, 105837 tape blocks |
2400 | 2024-01-20T04:52:36.130Z | x pkg, 0 bytes, 0 tape blocks |
2401 | 2024-01-20T04:52:36.130Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2402 | 2024-01-20T04:52:36.130Z | x VERSION, 25 bytes, 1 tape blocks |
2403 | 2024-01-20T04:52:36.130Z | + mkdir -p /tmp/tmp.5vaWEh/root/lib/svc/manifest/site/ |
2404 | 2024-01-20T04:52:36.130Z | + mv pkg/manifest.xml /tmp/tmp.5vaWEh/root/lib/svc/manifest/site/installinator.xml |
2405 | 2024-01-20T04:52:36.130Z | + cd - |
2406 | 2024-01-20T04:52:36.131Z | /work/oxidecomputer/omicron |
2407 | 2024-01-20T04:52:36.131Z | + pkg_dir=/tmp/tmp.5vaWEh/root/opt/oxide/mg-ddm |
2408 | 2024-01-20T04:52:36.131Z | + mkdir -p /tmp/tmp.5vaWEh/root/opt/oxide/mg-ddm |
2409 | 2024-01-20T04:52:36.131Z | + cd /tmp/tmp.5vaWEh/root/opt/oxide/mg-ddm |
2410 | 2024-01-20T04:52:36.131Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2411 | 2024-01-20T04:52:36.131Z | x ., 0 bytes, 0 tape blocks |
2412 | 2024-01-20T04:52:36.131Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2413 | 2024-01-20T04:52:36.131Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2414 | 2024-01-20T04:52:36.131Z | x pkg, 0 bytes, 0 tape blocks |
2415 | 2024-01-20T04:52:36.131Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2416 | 2024-01-20T04:52:36.131Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2417 | 2024-01-20T04:52:36.131Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2418 | 2024-01-20T04:52:36.131Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2419 | 2024-01-20T04:52:36.131Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2420 | 2024-01-20T04:52:36.131Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2421 | 2024-01-20T04:52:36.131Z | x VERSION, 25 bytes, 1 tape blocks |
2422 | 2024-01-20T04:52:36.131Z | + cd - |
2423 | 2024-01-20T04:52:36.131Z | /work/oxidecomputer/omicron |
2424 | 2024-01-20T04:52:36.131Z | + cd /tmp/tmp.5vaWEh |
2425 | 2024-01-20T04:52:36.131Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2426 | 2024-01-20T04:52:42.160Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2427 | 2024-01-20T04:52:42.160Z | a oxide.json 1K |
2428 | 2024-01-20T04:52:42.160Z | a root/ 0K |
2429 | 2024-01-20T04:52:42.160Z | a root/opt/ 0K |
2430 | 2024-01-20T04:52:42.160Z | a root/opt/oxide/ 0K |
2431 | 2024-01-20T04:52:42.160Z | a root/opt/oxide/installinator/ 0K |
2432 | 2024-01-20T04:52:42.161Z | a root/opt/oxide/installinator/installinator 52919K |
2433 | 2024-01-20T04:52:42.161Z | a root/opt/oxide/installinator/pkg/ 0K |
2434 | 2024-01-20T04:52:42.161Z | a root/opt/oxide/installinator/VERSION 1K |
2435 | 2024-01-20T04:52:42.161Z | a root/opt/oxide/mg-ddm/ 0K |
2436 | 2024-01-20T04:52:42.161Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2437 | 2024-01-20T04:52:42.161Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2438 | 2024-01-20T04:52:42.161Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2439 | 2024-01-20T04:52:42.161Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2440 | 2024-01-20T04:52:42.161Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2441 | 2024-01-20T04:52:42.161Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2442 | 2024-01-20T04:52:42.161Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2443 | 2024-01-20T04:52:42.161Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2444 | 2024-01-20T04:52:42.161Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2445 | 2024-01-20T04:52:42.161Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2446 | 2024-01-20T04:52:42.161Z | a root/lib/ 0K |
2447 | 2024-01-20T04:52:42.161Z | a root/lib/svc/ 0K |
2448 | 2024-01-20T04:52:42.161Z | a root/lib/svc/manifest/ 0K |
2449 | 2024-01-20T04:52:42.161Z | a root/lib/svc/manifest/site/ 0K |
2450 | 2024-01-20T04:52:42.161Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2451 | 2024-01-20T04:52:42.165Z | + cd / |
2452 | 2024-01-20T04:52:42.165Z | + rm -rf /tmp/tmp.5vaWEh |
2453 | 2024-01-20T04:52:42.187Z | |
2454 | 2024-01-20T04:52:42.187Z | real 6.255244762 |
2455 | 2024-01-20T04:52:42.187Z | user 5.865084218 |
2456 | 2024-01-20T04:52:42.187Z | sys 0.416421336 |
2457 | 2024-01-20T04:52:42.191Z | trap 0.002313557 |
2458 | 2024-01-20T04:52:42.191Z | tflt 0.000000000 |
2459 | 2024-01-20T04:52:42.191Z | dflt 0.000000000 |
2460 | 2024-01-20T04:52:42.191Z | kflt 0.000000000 |
2461 | 2024-01-20T04:52:42.191Z | lock 0.000000000 |
2462 | 2024-01-20T04:52:42.191Z | slp 12.110394978 |
2463 | 2024-01-20T04:52:42.191Z | lat 0.175315192 |
2464 | 2024-01-20T04:52:42.191Z | stop 0.000283309 |
2465 | 2024-01-20T04:52:42.191Z | process exited: duration 2478614 ms, exit code 0 |
|
2466 | 2024-01-20T04:52:42.208Z | found 21 output files |
2467 | 2024-01-20T04:52:42.208Z | uploading: /work/version.txt (26 bytes) |
2468 | 2024-01-20T04:52:43.217Z | uploaded: /work/version.txt |
2469 | 2024-01-20T04:52:43.217Z | uploading: /work/package.tar.gz (82968050 bytes) |
2470 | 2024-01-20T04:53:06.668Z | uploaded: /work/package.tar.gz |
2471 | 2024-01-20T04:53:06.668Z | uploading: /work/global-zone-packages.tar.gz (121252294 bytes) |
2472 | 2024-01-20T04:53:33.612Z | uploaded: /work/global-zone-packages.tar.gz |
2473 | 2024-01-20T04:53:33.612Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37160431 bytes) |
2474 | 2024-01-20T04:53:45.829Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2475 | 2024-01-20T04:53:45.830Z | uploading: /work/zones/clickhouse.tar.gz (193958362 bytes) |
2476 | 2024-01-20T04:54:35.410Z | uploaded: /work/zones/clickhouse.tar.gz |
2477 | 2024-01-20T04:54:35.410Z | uploading: /work/zones/clickhouse_keeper.tar.gz (193961007 bytes) |
2478 | 2024-01-20T04:55:17.787Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2479 | 2024-01-20T04:55:17.788Z | uploading: /work/zones/cockroachdb.tar.gz (131043059 bytes) |
2480 | 2024-01-20T04:55:52.617Z | uploaded: /work/zones/cockroachdb.tar.gz |
2481 | 2024-01-20T04:55:52.617Z | uploading: /work/zones/crucible-pantry.tar.gz (15794064 bytes) |
2482 | 2024-01-20T04:55:56.950Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2483 | 2024-01-20T04:55:56.961Z | uploading: /work/zones/crucible.tar.gz (29810824 bytes) |
2484 | 2024-01-20T04:56:04.316Z | uploaded: /work/zones/crucible.tar.gz |
2485 | 2024-01-20T04:56:04.317Z | uploading: /work/zones/external-dns.tar.gz (23607503 bytes) |
2486 | 2024-01-20T04:56:09.257Z | uploaded: /work/zones/external-dns.tar.gz |
2487 | 2024-01-20T04:56:09.258Z | uploading: /work/zones/internal-dns.tar.gz (23607503 bytes) |
2488 | 2024-01-20T04:56:13.348Z | uploaded: /work/zones/internal-dns.tar.gz |
2489 | 2024-01-20T04:56:13.348Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2490 | 2024-01-20T04:56:14.358Z | uploaded: /work/zones/ntp.tar.gz |
2491 | 2024-01-20T04:56:14.358Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (17704992 bytes) |
2492 | 2024-01-20T04:56:18.799Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2493 | 2024-01-20T04:56:18.799Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (17704974 bytes) |
2494 | 2024-01-20T04:56:24.006Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2495 | 2024-01-20T04:56:24.018Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (80261542 bytes) |
2496 | 2024-01-20T04:56:41.825Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2497 | 2024-01-20T04:56:41.836Z | uploading: /work/zones/omicron-nexus.tar.gz (80264595 bytes) |
2498 | 2024-01-20T04:57:00.568Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2499 | 2024-01-20T04:57:00.568Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2500 | 2024-01-20T04:57:01.582Z | uploaded: /work/zones/overlay.tar.gz |
2501 | 2024-01-20T04:57:01.582Z | uploading: /work/zones/oximeter-collector.tar.gz (39269031 bytes) |
2502 | 2024-01-20T04:57:12.546Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2503 | 2024-01-20T04:57:12.546Z | uploading: /work/zones/propolis-server.tar.gz (63957558 bytes) |
2504 | 2024-01-20T04:57:26.200Z | uploaded: /work/zones/propolis-server.tar.gz |
2505 | 2024-01-20T04:57:26.211Z | uploading: /work/zones/switch-asic.tar.gz (278762856 bytes) |
2506 | 2024-01-20T04:58:59.264Z | uploaded: /work/zones/switch-asic.tar.gz |
2507 | 2024-01-20T04:58:59.264Z | uploading: /work/zones/switch-softnpu.tar.gz (201209235 bytes) |
2508 | 2024-01-20T05:00:03.054Z | uploaded: /work/zones/switch-softnpu.tar.gz |