|
|
|
1 | 2024-03-30T02:59:54.329Z | job assigned to worker 01HT6MNGHJEBGQT9QZ1AETPD0N (queued for 2 m 5 s) |
|
2 | 2024-03-30T03:00:00.900Z | starting task 0: "setup" |
3 | 2024-03-30T03:00:00.948Z | ++ uname -s |
4 | 2024-03-30T03:00:00.959Z | + kern=SunOS |
5 | 2024-03-30T03:00:00.959Z | + case "$kern" in |
6 | 2024-03-30T03:00:00.960Z | + groupadd -g 12345 build |
7 | 2024-03-30T03:00:00.977Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-30T03:00:03.016Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-30T03:00:03.072Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-30T03:00:03.097Z | + home_fs=zfs |
11 | 2024-03-30T03:00:03.098Z | + [[ zfs == autofs ]] |
12 | 2024-03-30T03:00:03.098Z | + mkdir -p /home/build |
13 | 2024-03-30T03:00:03.098Z | + chown build:build /home/build /work |
14 | 2024-03-30T03:00:05.071Z | + chmod 0700 /home/build /work |
15 | 2024-03-30T03:00:05.076Z | process exited: duration 4172 ms, exit code 0 |
|
16 | 2024-03-30T03:00:05.090Z | starting task 1: "rust-toolchain" |
17 | 2024-03-30T03:00:05.096Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-30T03:00:05.099Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-30T03:00:05.421Z | info: downloading installer |
20 | 2024-03-30T03:00:07.198Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-30T03:00:07.198Z | warning: /opt/ooce/bin |
22 | 2024-03-30T03:00:07.199Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-30T03:00:07.199Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-30T03:00:07.199Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-30T03:00:07.199Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-30T03:00:07.199Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-30T03:00:07.199Z | error: cannot install while Rust is installed |
28 | 2024-03-30T03:00:07.199Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-30T03:00:07.348Z | info: profile set to 'default' |
30 | 2024-03-30T03:00:07.348Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-30T03:00:07.352Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-30T03:00:07.493Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-30T03:00:07.493Z | info: downloading component 'cargo' |
34 | 2024-03-30T03:00:08.320Z | info: downloading component 'clippy' |
35 | 2024-03-30T03:00:08.615Z | info: downloading component 'rust-docs' |
36 | 2024-03-30T03:00:09.654Z | info: downloading component 'rust-std' |
37 | 2024-03-30T03:00:11.508Z | info: downloading component 'rustc' |
38 | 2024-03-30T03:00:15.979Z | info: downloading component 'rustfmt' |
39 | 2024-03-30T03:00:16.302Z | info: installing component 'cargo' |
40 | 2024-03-30T03:00:17.117Z | info: installing component 'clippy' |
41 | 2024-03-30T03:00:17.475Z | info: installing component 'rust-docs' |
42 | 2024-03-30T03:00:18.796Z | info: installing component 'rust-std' |
43 | 2024-03-30T03:00:20.527Z | info: installing component 'rustc' |
44 | 2024-03-30T03:00:25.079Z | info: installing component 'rustfmt' |
45 | 2024-03-30T03:00:25.087Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-30T03:00:25.087Z | |
47 | 2024-03-30T03:00:25.309Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-30T03:00:25.309Z | |
49 | 2024-03-30T03:00:25.323Z | |
50 | 2024-03-30T03:00:25.323Z | Rust is installed now. Great! |
51 | 2024-03-30T03:00:25.323Z | |
52 | 2024-03-30T03:00:25.324Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-30T03:00:25.324Z | environment variable. This has not been done automatically. |
54 | 2024-03-30T03:00:25.324Z | |
55 | 2024-03-30T03:00:25.324Z | To configure your current shell, you need to source |
56 | 2024-03-30T03:00:25.324Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-30T03:00:25.324Z | |
58 | 2024-03-30T03:00:25.324Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-30T03:00:25.324Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-30T03:00:25.324Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-30T03:00:25.749Z | + rustc --version |
62 | 2024-03-30T03:00:25.749Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-30T03:00:25.750Z | process exited: duration 20372 ms, exit code 0 |
|
64 | 2024-03-30T03:00:25.763Z | starting task 2: "authentication" |
65 | 2024-03-30T03:00:25.808Z | process exited: duration 36 ms, exit code 0 |
|
66 | 2024-03-30T03:00:25.834Z | starting task 3: "clone repository" |
67 | 2024-03-30T03:00:25.841Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-30T03:00:25.842Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-30T03:00:26.201Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-30T03:00:57.242Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-30T03:00:57.242Z | + git fetch origin ea672660e773382cdde3eb7d1812abefa078e1e1 |
72 | 2024-03-30T03:00:58.083Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-30T03:00:58.083Z | * branch ea672660e773382cdde3eb7d1812abefa078e1e1 -> FETCH_HEAD |
74 | 2024-03-30T03:00:58.090Z | + [[ -n sunshowers/spr/oxlog-add-sigpipereset ]] |
75 | 2024-03-30T03:00:58.093Z | ++ git branch --show-current |
76 | 2024-03-30T03:00:58.096Z | + current=main |
77 | 2024-03-30T03:00:58.096Z | + [[ main != sunshowers/spr/oxlog-add-sigpipereset ]] |
78 | 2024-03-30T03:00:58.096Z | + git branch -f sunshowers/spr/oxlog-add-sigpipereset ea672660e773382cdde3eb7d1812abefa078e1e1 |
79 | 2024-03-30T03:00:58.099Z | + git checkout -f sunshowers/spr/oxlog-add-sigpipereset |
80 | 2024-03-30T03:00:58.231Z | Switched to branch 'sunshowers/spr/oxlog-add-sigpipereset' |
81 | 2024-03-30T03:00:58.240Z | + git reset --hard ea672660e773382cdde3eb7d1812abefa078e1e1 |
82 | 2024-03-30T03:00:58.243Z | HEAD is now at ea672660e [𝘀𝗽𝗿] initial version |
83 | 2024-03-30T03:00:58.243Z | process exited: duration 32406 ms, exit code 0 |
|
84 | 2024-03-30T03:00:58.250Z | starting task 4: "build" |
85 | 2024-03-30T03:00:58.255Z | + cargo --version |
86 | 2024-03-30T03:00:58.260Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-30T03:00:58.436Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-30T03:00:58.436Z | info: downloading component 'cargo' |
89 | 2024-03-30T03:00:59.263Z | info: downloading component 'clippy' |
90 | 2024-03-30T03:00:59.538Z | info: downloading component 'rust-docs' |
91 | 2024-03-30T03:01:00.573Z | info: downloading component 'rust-std' |
92 | 2024-03-30T03:01:02.316Z | info: downloading component 'rustc' |
93 | 2024-03-30T03:01:06.679Z | info: downloading component 'rustfmt' |
94 | 2024-03-30T03:01:06.969Z | info: installing component 'cargo' |
95 | 2024-03-30T03:01:07.851Z | info: installing component 'clippy' |
96 | 2024-03-30T03:01:08.187Z | info: installing component 'rust-docs' |
97 | 2024-03-30T03:01:09.564Z | info: installing component 'rust-std' |
98 | 2024-03-30T03:01:11.378Z | info: installing component 'rustc' |
99 | 2024-03-30T03:01:15.511Z | info: installing component 'rustfmt' |
100 | 2024-03-30T03:01:15.902Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-30T03:01:15.912Z | + rustc --version |
102 | 2024-03-30T03:01:15.968Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-30T03:01:15.973Z | ++ git rev-parse HEAD |
104 | 2024-03-30T03:01:15.976Z | + COMMIT=ea672660e773382cdde3eb7d1812abefa078e1e1 |
105 | 2024-03-30T03:01:15.977Z | + VERSION=7.0.0-0.ci+gitea672660e77 |
106 | 2024-03-30T03:01:15.977Z | + echo 7.0.0-0.ci+gitea672660e77 |
107 | 2024-03-30T03:01:15.977Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
108 | 2024-03-30T03:01:24.653Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2024-03-30T03:01:26.068Z | Startup: Caching catalogs ... Done |
110 | 2024-03-30T03:01:27.795Z | Planning: Solver setup ... Done (1.342s) |
111 | 2024-03-30T03:01:27.820Z | Planning: Running solver ... Done (0.026s) |
112 | 2024-03-30T03:01:27.974Z | Planning: Finding local manifests ... Done (0.128s) |
113 | 2024-03-30T03:01:27.987Z | Planning: Fetching manifests: 0/4 0% complete |
114 | 2024-03-30T03:01:28.688Z | Planning: Fetching manifests: 4/4 100% complete |
115 | 2024-03-30T03:01:28.736Z | Planning: Package planning ... Done (0.048s) |
116 | 2024-03-30T03:01:28.787Z | Planning: Merging actions ... Done (0.051s) |
117 | 2024-03-30T03:01:29.170Z | Planning: Checking for conflicting actions ... Done (0.381s) |
118 | 2024-03-30T03:01:29.180Z | Planning: Consolidating action changes ... Done (0.011s) |
119 | 2024-03-30T03:01:34.583Z | Planning: Evaluating mediators ... Done (5.389s) |
120 | 2024-03-30T03:01:34.590Z | Planning: Planning completed in 8.45 seconds |
121 | 2024-03-30T03:01:34.595Z | Packages to install: 4 |
122 | 2024-03-30T03:01:34.595Z | Mediators to change: 2 |
123 | 2024-03-30T03:01:34.595Z | Services to change: 1 |
124 | 2024-03-30T03:01:34.595Z | Estimated space available: 155.32 GB |
125 | 2024-03-30T03:01:34.595Z | Estimated space to be consumed: 1.43 GB |
126 | 2024-03-30T03:01:34.595Z | Create boot environment: No |
127 | 2024-03-30T03:01:34.595Z | Create backup boot environment: No |
128 | 2024-03-30T03:01:34.595Z | Rebuild boot archive: No |
129 | 2024-03-30T03:01:34.595Z | |
130 | 2024-03-30T03:01:34.595Z | Changed mediators: |
131 | 2024-03-30T03:01:34.595Z | mediator clang: |
132 | 2024-03-30T03:01:34.595Z | version: None -> 15 (system default) |
133 | 2024-03-30T03:01:34.595Z | |
134 | 2024-03-30T03:01:34.595Z | mediator llvm: |
135 | 2024-03-30T03:01:34.595Z | version: 14 (system default) -> 15 (system default) |
136 | 2024-03-30T03:01:34.595Z | |
137 | 2024-03-30T03:01:34.595Z | Changed packages: |
138 | 2024-03-30T03:01:34.595Z | helios-dev |
139 | 2024-03-30T03:01:34.595Z | developer/build-essential |
140 | 2024-03-30T03:01:34.595Z | None -> 11-2.0 |
141 | 2024-03-30T03:01:34.596Z | library/libxmlsec1 |
142 | 2024-03-30T03:01:34.596Z | None -> 1.2.35-2.0 |
143 | 2024-03-30T03:01:34.596Z | ooce/developer/clang-15 |
144 | 2024-03-30T03:01:34.596Z | None -> 15.0.7-2.0 |
145 | 2024-03-30T03:01:34.596Z | ooce/developer/llvm-15 |
146 | 2024-03-30T03:01:34.596Z | None -> 15.0.7-2.0 |
147 | 2024-03-30T03:01:34.596Z | |
148 | 2024-03-30T03:01:34.596Z | Services: |
149 | 2024-03-30T03:01:34.596Z | restart_fmri: |
150 | 2024-03-30T03:01:34.596Z | svc:/system/update-man-index:default |
151 | 2024-03-30T03:01:34.666Z | |
152 | 2024-03-30T03:01:34.666Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
153 | 2024-03-30T03:01:42.650Z | Download: 210/3290 items 1.3/212.6MB 0% complete (1.2M/s) |
154 | 2024-03-30T03:01:51.655Z | Download: 212/3290 items 1.3/212.6MB 0% complete |
155 | 2024-03-30T03:01:56.657Z | Download: 1095/3290 items 19.6/212.6MB 9% complete (3.8M/s) |
156 | 2024-03-30T03:02:03.048Z | Download: 1195/3290 items 83.4/212.6MB 39% complete (8.8M/s) |
157 | 2024-03-30T03:02:08.661Z | Download: 1197/3290 items 83.4/212.6MB 39% complete (8.5M/s) |
158 | 2024-03-30T03:02:13.665Z | Download: 1520/3290 items 117.3/212.6MB 55% complete (6.8M/s) |
159 | 2024-03-30T03:02:19.653Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (4.5M/s) |
160 | 2024-03-30T03:02:24.680Z | Download: 2429/3290 items 120.1/212.6MB 56% complete (258k/s) |
161 | 2024-03-30T03:02:30.616Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (8.9M/s) |
162 | 2024-03-30T03:02:35.657Z | Download: 3285/3290 items 212.2/212.6MB 99% complete (9.2M/s) |
163 | 2024-03-30T03:02:49.160Z | Download: 3289/3290 items 212.4/212.6MB 99% complete |
164 | 2024-03-30T03:02:49.190Z | Download: Completed 212.60 MB in 74.52 seconds (2.9M/s) |
165 | 2024-03-30T03:02:49.338Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-03-30T03:02:54.347Z | Actions: 3604/3689 actions (Installing new actions) |
167 | 2024-03-30T03:02:54.425Z | Actions: Completed 3689 actions in 5.08 seconds. |
168 | 2024-03-30T03:02:54.625Z | Done (0.199s) |
169 | 2024-03-30T03:02:54.626Z | Done (0.000s) |
170 | 2024-03-30T03:02:54.884Z | Done (0.257s) |
171 | 2024-03-30T03:02:59.869Z | Done (4.844s) |
172 | 2024-03-30T03:03:00.037Z | Done (0.086s) |
173 | 2024-03-30T03:03:00.046Z | Done (0.000s) |
174 | 2024-03-30T03:03:00.195Z | Done (0.000s) |
175 | 2024-03-30T03:03:00.727Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-03-30T03:03:00.905Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-03-30T03:03:01.029Z | Planning: Consolidating action changes ... Done |
178 | 2024-03-30T03:03:01.439Z | Planning: Evaluating mediators ... Done |
179 | 2024-03-30T03:03:01.439Z | Planning: Planning completed in 0.43 seconds |
180 | 2024-03-30T03:03:01.439Z | Mediators to change: 2 |
181 | 2024-03-30T03:03:01.439Z | Create boot environment: No |
182 | 2024-03-30T03:03:01.440Z | Create backup boot environment: No |
183 | 2024-03-30T03:03:01.440Z | Done |
184 | 2024-03-30T03:03:01.440Z | Done |
185 | 2024-03-30T03:03:01.440Z | Done |
186 | 2024-03-30T03:03:05.333Z | Done |
187 | 2024-03-30T03:03:05.422Z | Done |
188 | 2024-03-30T03:03:05.426Z | Done |
189 | 2024-03-30T03:03:05.537Z | Done |
190 | 2024-03-30T03:03:06.170Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-03-30T03:03:06.175Z | Planning: Merging actions ... Done |
192 | 2024-03-30T03:03:06.786Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-03-30T03:03:06.800Z | Planning: Consolidating action changes ... Done |
194 | 2024-03-30T03:03:06.800Z | Planning: Evaluating mediators ... Done |
195 | 2024-03-30T03:03:06.801Z | Planning: Planning completed in 0.81 seconds |
196 | 2024-03-30T03:03:06.801Z | Packages to change: 1 |
197 | 2024-03-30T03:03:06.801Z | Mediators to change: 1 |
198 | 2024-03-30T03:03:06.801Z | Services to change: 1 |
199 | 2024-03-30T03:03:06.801Z | Create boot environment: No |
200 | 2024-03-30T03:03:06.802Z | Create backup boot environment: Yes |
201 | 2024-03-30T03:03:08.715Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-03-30T03:03:08.735Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2024-03-30T03:03:08.735Z | Done |
204 | 2024-03-30T03:03:08.735Z | Done |
205 | 2024-03-30T03:03:08.753Z | Done |
206 | 2024-03-30T03:03:12.482Z | Done |
207 | 2024-03-30T03:03:12.576Z | Done |
208 | 2024-03-30T03:03:12.584Z | Done |
209 | 2024-03-30T03:03:12.679Z | Done |
210 | 2024-03-30T03:03:13.121Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-03-30T03:03:13.121Z | clang system 15 system |
212 | 2024-03-30T03:03:13.121Z | csh system system illumos |
213 | 2024-03-30T03:03:13.121Z | ctags system system illumos |
214 | 2024-03-30T03:03:13.121Z | gcc vendor 12 vendor |
215 | 2024-03-30T03:03:13.121Z | gcc system 10 system |
216 | 2024-03-30T03:03:13.121Z | gcc system 7 system |
217 | 2024-03-30T03:03:13.121Z | go system 1.20 system |
218 | 2024-03-30T03:03:13.121Z | go system 1.19 system |
219 | 2024-03-30T03:03:13.121Z | llvm system 15 system |
220 | 2024-03-30T03:03:13.122Z | llvm system 14 system |
221 | 2024-03-30T03:03:13.122Z | mariadb system 10.6 system |
222 | 2024-03-30T03:03:13.122Z | mta vendor vendor dma |
223 | 2024-03-30T03:03:13.122Z | openjdk system 17 system |
224 | 2024-03-30T03:03:13.122Z | openjdk system 11 system |
225 | 2024-03-30T03:03:13.122Z | openjdk system 1.8 system |
226 | 2024-03-30T03:03:13.123Z | openssl vendor 3 vendor |
227 | 2024-03-30T03:03:13.123Z | perl system 5.36 system |
228 | 2024-03-30T03:03:13.123Z | postgresql system 15 system |
229 | 2024-03-30T03:03:13.123Z | postgresql system 13 system |
230 | 2024-03-30T03:03:13.123Z | python vendor 3 vendor |
231 | 2024-03-30T03:03:13.124Z | python system 2 system |
232 | 2024-03-30T03:03:13.124Z | python3 system 3.11 system |
233 | 2024-03-30T03:03:13.124Z | ruby system 3.0 system |
234 | 2024-03-30T03:03:13.124Z | words vendor vendor american-english |
235 | 2024-03-30T03:03:13.124Z | words system system australian-english |
236 | 2024-03-30T03:03:13.125Z | words system system british-english |
237 | 2024-03-30T03:03:13.125Z | words system system canadian-english |
238 | 2024-03-30T03:03:13.125Z | words system system french |
239 | 2024-03-30T03:03:13.125Z | words system system italian |
240 | 2024-03-30T03:03:13.126Z | words system system ngerman |
241 | 2024-03-30T03:03:13.126Z | words system system ogerman |
242 | 2024-03-30T03:03:13.126Z | words system system spanish |
243 | 2024-03-30T03:03:13.453Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-03-30T03:03:13.453Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-03-30T03:03:14.722Z | FMRI IFO |
246 | 2024-03-30T03:03:14.722Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-03-30T03:03:14.722Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-03-30T03:03:14.722Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-03-30T03:03:14.722Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-03-30T03:03:14.722Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-03-30T03:03:14.722Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-03-30T03:03:14.723Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-03-30T03:03:14.723Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-03-30T03:03:14.723Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-03-30T03:03:14.723Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-03-30T03:03:14.723Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-03-30T03:03:14.723Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-03-30T03:03:14.996Z | + set -o errexit |
259 | 2024-03-30T03:03:15.011Z | +++ dirname ./tools/ci_download_cockroachdb |
260 | 2024-03-30T03:03:15.011Z | ++ cd ./tools |
261 | 2024-03-30T03:03:15.011Z | ++ pwd |
262 | 2024-03-30T03:03:15.011Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
263 | 2024-03-30T03:03:15.011Z | ++ basename ./tools/ci_download_cockroachdb |
264 | 2024-03-30T03:03:15.012Z | + ARG0=ci_download_cockroachdb |
265 | 2024-03-30T03:03:15.012Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
266 | 2024-03-30T03:03:15.012Z | + CIDL_VERSION=v22.1.9 |
267 | 2024-03-30T03:03:15.012Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
268 | 2024-03-30T03:03:15.012Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
269 | 2024-03-30T03:03:15.012Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
270 | 2024-03-30T03:03:15.012Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
271 | 2024-03-30T03:03:15.012Z | + TARGET_DIR=out |
272 | 2024-03-30T03:03:15.012Z | + DOWNLOAD_DIR=out/downloads |
273 | 2024-03-30T03:03:15.012Z | + DEST_DIR=./out/cockroachdb |
274 | 2024-03-30T03:03:15.013Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
275 | 2024-03-30T03:03:15.013Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
276 | 2024-03-30T03:03:15.013Z | + main |
277 | 2024-03-30T03:03:15.013Z | + [[ 0 != 0 ]] |
278 | 2024-03-30T03:03:15.013Z | + CIDL_OS=solaris2.11 |
279 | 2024-03-30T03:03:15.013Z | + [[ 0 != 0 ]] |
280 | 2024-03-30T03:03:15.013Z | + configure_os solaris2.11 |
281 | 2024-03-30T03:03:15.013Z | + echo 'current directory: /work/oxidecomputer/omicron' |
282 | 2024-03-30T03:03:15.013Z | current directory: /work/oxidecomputer/omicron |
283 | 2024-03-30T03:03:15.013Z | + echo 'configuring based on OS: "solaris2.11"' |
284 | 2024-03-30T03:03:15.013Z | configuring based on OS: "solaris2.11" |
285 | 2024-03-30T03:03:15.013Z | + case "$1" in |
286 | 2024-03-30T03:03:15.013Z | + CIDL_BUILD=illumos |
287 | 2024-03-30T03:03:15.013Z | + CIDL_SUFFIX=tar.gz |
288 | 2024-03-30T03:03:15.013Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
289 | 2024-03-30T03:03:15.013Z | + CIDL_URL_BASE=https://illumos.org/downloads |
290 | 2024-03-30T03:03:15.013Z | + CIDL_ASSEMBLE=do_assemble_illumos |
291 | 2024-03-30T03:03:15.013Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
292 | 2024-03-30T03:03:15.013Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-03-30T03:03:15.013Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-03-30T03:03:15.014Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
295 | 2024-03-30T03:03:15.014Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-03-30T03:03:15.014Z | + CIDL_SHA256FUNC=do_sha256sum |
297 | 2024-03-30T03:03:15.014Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2024-03-30T03:03:15.014Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-03-30T03:03:15.014Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-03-30T03:03:15.014Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
301 | 2024-03-30T03:03:15.014Z | + mkdir -p out/downloads |
302 | 2024-03-30T03:03:15.025Z | + mkdir -p ./out/cockroachdb |
303 | 2024-03-30T03:03:15.025Z | + local DO_DOWNLOAD=true |
304 | 2024-03-30T03:03:15.025Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
305 | 2024-03-30T03:03:15.025Z | + '[' true == true ']' |
306 | 2024-03-30T03:03:15.025Z | + echo Downloading... |
307 | 2024-03-30T03:03:15.026Z | Downloading... |
308 | 2024-03-30T03:03:15.026Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-03-30T03:03:15.026Z | + 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 |
310 | 2024-03-30T03:03:17.482Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-03-30T03:03:17.487Z | ++ sha256sum |
312 | 2024-03-30T03:03:17.487Z | ++ awk '{print $1}' |
313 | 2024-03-30T03:03:17.594Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
314 | 2024-03-30T03:03:17.594Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
315 | 2024-03-30T03:03:17.607Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2024-03-30T03:03:17.607Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
317 | 2024-03-30T03:03:19.781Z | + do_assemble_illumos |
318 | 2024-03-30T03:03:19.781Z | + rm -r ./out/cockroachdb |
319 | 2024-03-30T03:03:19.787Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
320 | 2024-03-30T03:03:20.207Z | + ./out/cockroachdb/bin/cockroach version |
321 | 2024-03-30T03:03:20.379Z | Build Tag: v22.1.9-dirty |
322 | 2024-03-30T03:03:20.379Z | Build Time: 2022/10/26 21:17:46 |
323 | 2024-03-30T03:03:20.380Z | Distribution: OSS |
324 | 2024-03-30T03:03:20.380Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
325 | 2024-03-30T03:03:20.380Z | Go Version: go1.17.13 |
326 | 2024-03-30T03:03:20.380Z | C Compiler: gcc 10.3.0 |
327 | 2024-03-30T03:03:20.381Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
328 | 2024-03-30T03:03:20.381Z | Build Type: release |
329 | 2024-03-30T03:03:20.398Z | + set -o errexit |
330 | 2024-03-30T03:03:20.403Z | +++ dirname ./tools/ci_download_clickhouse |
331 | 2024-03-30T03:03:20.403Z | ++ cd ./tools |
332 | 2024-03-30T03:03:20.404Z | ++ pwd |
333 | 2024-03-30T03:03:20.404Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
334 | 2024-03-30T03:03:20.410Z | ++ basename ./tools/ci_download_clickhouse |
335 | 2024-03-30T03:03:20.410Z | + ARG0=ci_download_clickhouse |
336 | 2024-03-30T03:03:20.410Z | + TARGET_DIR=out |
337 | 2024-03-30T03:03:20.411Z | + DOWNLOAD_DIR=out/downloads |
338 | 2024-03-30T03:03:20.411Z | + DEST_DIR=./out/clickhouse |
339 | 2024-03-30T03:03:20.411Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
340 | 2024-03-30T03:03:20.411Z | + CIDL_VERSION=v23.8.7.24 |
341 | 2024-03-30T03:03:20.411Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
342 | 2024-03-30T03:03:20.412Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
343 | 2024-03-30T03:03:20.412Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
344 | 2024-03-30T03:03:20.412Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
345 | 2024-03-30T03:03:20.413Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
346 | 2024-03-30T03:03:20.413Z | + main |
347 | 2024-03-30T03:03:20.413Z | + [[ 0 != 0 ]] |
348 | 2024-03-30T03:03:20.413Z | + CIDL_OS=solaris2.11 |
349 | 2024-03-30T03:03:20.413Z | + [[ 0 != 0 ]] |
350 | 2024-03-30T03:03:20.413Z | + configure_os solaris2.11 |
351 | 2024-03-30T03:03:20.413Z | + echo 'current directory: /work/oxidecomputer/omicron' |
352 | 2024-03-30T03:03:20.413Z | current directory: /work/oxidecomputer/omicron |
353 | 2024-03-30T03:03:20.414Z | + echo 'configuring based on OS: "solaris2.11"' |
354 | 2024-03-30T03:03:20.414Z | configuring based on OS: "solaris2.11" |
355 | 2024-03-30T03:03:20.414Z | + CIDL_DASHREV= |
356 | 2024-03-30T03:03:20.414Z | + case "$1" in |
357 | 2024-03-30T03:03:20.414Z | + CIDL_PLATFORM=illumos |
358 | 2024-03-30T03:03:20.414Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
359 | 2024-03-30T03:03:20.414Z | + CIDL_MD5FUNC=do_md5sum |
360 | 2024-03-30T03:03:20.414Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
361 | 2024-03-30T03:03:20.415Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
362 | 2024-03-30T03:03:20.415Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
363 | 2024-03-30T03:03:20.415Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
364 | 2024-03-30T03:03:20.415Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
365 | 2024-03-30T03:03:20.415Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
366 | 2024-03-30T03:03:20.415Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-03-30T03:03:20.415Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
368 | 2024-03-30T03:03:20.415Z | + mkdir -p out/downloads |
369 | 2024-03-30T03:03:20.422Z | + mkdir -p ./out/clickhouse |
370 | 2024-03-30T03:03:20.422Z | + local DO_DOWNLOAD=true |
371 | 2024-03-30T03:03:20.422Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
372 | 2024-03-30T03:03:20.422Z | + '[' true == true ']' |
373 | 2024-03-30T03:03:20.423Z | + echo Downloading... |
374 | 2024-03-30T03:03:20.423Z | Downloading... |
375 | 2024-03-30T03:03:20.423Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-03-30T03:03:20.423Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
377 | 2024-03-30T03:03:22.160Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
378 | 2024-03-30T03:03:22.174Z | ++ md5sum |
379 | 2024-03-30T03:03:22.174Z | ++ awk '{print $1}' |
380 | 2024-03-30T03:03:22.381Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
381 | 2024-03-30T03:03:22.394Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
382 | 2024-03-30T03:03:22.394Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
383 | 2024-03-30T03:03:22.395Z | + mkdir -p ./out/clickhouse |
384 | 2024-03-30T03:03:22.395Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
385 | 2024-03-30T03:03:26.215Z | + [[ solaris2.11 == darwin* ]] |
386 | 2024-03-30T03:03:26.215Z | + ./out/clickhouse/clickhouse server --version |
387 | 2024-03-30T03:03:26.579Z | ClickHouse server version 23.8.7.1. |
388 | 2024-03-30T03:03:26.601Z | + set -o errexit |
389 | 2024-03-30T03:03:26.610Z | +++ dirname ./tools/ci_download_console |
390 | 2024-03-30T03:03:26.610Z | ++ cd ./tools |
391 | 2024-03-30T03:03:26.610Z | ++ pwd |
392 | 2024-03-30T03:03:26.610Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
393 | 2024-03-30T03:03:26.610Z | ++ basename ./tools/ci_download_console |
394 | 2024-03-30T03:03:26.611Z | + ARG0=ci_download_console |
395 | 2024-03-30T03:03:26.611Z | + TARGET_DIR=out |
396 | 2024-03-30T03:03:26.611Z | + DOWNLOAD_DIR=out/downloads |
397 | 2024-03-30T03:03:26.611Z | + DEST_DIR=./out/console-assets |
398 | 2024-03-30T03:03:26.611Z | + source /work/oxidecomputer/omicron/tools/console_version |
399 | 2024-03-30T03:03:26.611Z | ++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3 |
400 | 2024-03-30T03:03:26.611Z | ++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
401 | 2024-03-30T03:03:26.611Z | + URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
402 | 2024-03-30T03:03:26.611Z | + TARBALL_FILE=out/downloads/console.tar.gz |
403 | 2024-03-30T03:03:26.611Z | + main |
404 | 2024-03-30T03:03:26.611Z | + [[ 0 != 0 ]] |
405 | 2024-03-30T03:03:26.611Z | + echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz' |
406 | 2024-03-30T03:03:26.611Z | URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
407 | 2024-03-30T03:03:26.611Z | + echo 'Local file: out/downloads/console.tar.gz' |
408 | 2024-03-30T03:03:26.611Z | Local file: out/downloads/console.tar.gz |
409 | 2024-03-30T03:03:26.611Z | + local DO_DOWNLOAD=true |
410 | 2024-03-30T03:03:26.611Z | + [[ -f out/downloads/console.tar.gz ]] |
411 | 2024-03-30T03:03:26.612Z | + mkdir -p out/downloads |
412 | 2024-03-30T03:03:26.612Z | + '[' true == true ']' |
413 | 2024-03-30T03:03:26.612Z | + echo Downloading... |
414 | 2024-03-30T03:03:26.612Z | Downloading... |
415 | 2024-03-30T03:03:26.612Z | + do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz |
416 | 2024-03-30T03:03:26.612Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
417 | 2024-03-30T03:03:27.193Z | ++ do_sha256sum out/downloads/console.tar.gz |
418 | 2024-03-30T03:03:27.204Z | ++ case "$OSTYPE" in |
419 | 2024-03-30T03:03:27.205Z | ++ SHA=sha256sum |
420 | 2024-03-30T03:03:27.205Z | ++ sha256sum |
421 | 2024-03-30T03:03:27.205Z | ++ awk '{print $1}' |
422 | 2024-03-30T03:03:27.215Z | + calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
423 | 2024-03-30T03:03:27.215Z | + [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]] |
424 | 2024-03-30T03:03:27.215Z | + rm -rf ./out/console-assets |
425 | 2024-03-30T03:03:27.215Z | + mkdir -p ./out/console-assets |
426 | 2024-03-30T03:03:27.215Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
427 | 2024-03-30T03:03:27.215Z | + mkdir -p ./out/console-assets |
428 | 2024-03-30T03:03:27.215Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
429 | 2024-03-30T03:03:27.301Z | + set -o errexit |
430 | 2024-03-30T03:03:27.311Z | +++ dirname ./tools/ci_download_maghemite_openapi |
431 | 2024-03-30T03:03:27.311Z | ++ cd ./tools |
432 | 2024-03-30T03:03:27.311Z | ++ pwd |
433 | 2024-03-30T03:03:27.312Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
434 | 2024-03-30T03:03:27.312Z | ++ basename ./tools/ci_download_maghemite_openapi |
435 | 2024-03-30T03:03:27.312Z | + ARG0=ci_download_maghemite_openapi |
436 | 2024-03-30T03:03:27.312Z | + TARGET_DIR=out |
437 | 2024-03-30T03:03:27.312Z | + DOWNLOAD_DIR=out/downloads |
438 | 2024-03-30T03:03:27.312Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
439 | 2024-03-30T03:03:27.312Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
440 | 2024-03-30T03:03:27.312Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
441 | 2024-03-30T03:03:27.312Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
442 | 2024-03-30T03:03:27.312Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
443 | 2024-03-30T03:03:27.313Z | + main |
444 | 2024-03-30T03:03:27.313Z | + rm -rf out/downloads/root |
445 | 2024-03-30T03:03:27.322Z | + [[ 0 != 0 ]] |
446 | 2024-03-30T03:03:27.322Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
447 | 2024-03-30T03:03:27.322Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
448 | 2024-03-30T03:03:27.322Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
449 | 2024-03-30T03:03:27.322Z | + local DO_DOWNLOAD=true |
450 | 2024-03-30T03:03:27.323Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
451 | 2024-03-30T03:03:27.323Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
452 | 2024-03-30T03:03:27.323Z | + mkdir -p out/downloads |
453 | 2024-03-30T03:03:27.323Z | + '[' true == true ']' |
454 | 2024-03-30T03:03:27.323Z | + echo Downloading... |
455 | 2024-03-30T03:03:27.323Z | Downloading... |
456 | 2024-03-30T03:03:27.323Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
457 | 2024-03-30T03:03:27.323Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
458 | 2024-03-30T03:03:27.404Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
459 | 2024-03-30T03:03:27.404Z | ++ case "$OSTYPE" in |
460 | 2024-03-30T03:03:27.407Z | ++ SHA=sha256sum |
461 | 2024-03-30T03:03:27.407Z | ++ sha256sum |
462 | 2024-03-30T03:03:27.407Z | ++ awk '{print $1}' |
463 | 2024-03-30T03:03:27.411Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
464 | 2024-03-30T03:03:27.411Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
465 | 2024-03-30T03:03:27.411Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
466 | 2024-03-30T03:03:27.411Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
467 | 2024-03-30T03:03:27.411Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
468 | 2024-03-30T03:03:27.411Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
469 | 2024-03-30T03:03:27.411Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
470 | 2024-03-30T03:03:27.411Z | + main |
471 | 2024-03-30T03:03:27.411Z | + rm -rf out/downloads/root |
472 | 2024-03-30T03:03:27.411Z | + [[ 0 != 0 ]] |
473 | 2024-03-30T03:03:27.411Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
474 | 2024-03-30T03:03:27.411Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
475 | 2024-03-30T03:03:27.411Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
476 | 2024-03-30T03:03:27.411Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
477 | 2024-03-30T03:03:27.411Z | + local DO_DOWNLOAD=true |
478 | 2024-03-30T03:03:27.411Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
479 | 2024-03-30T03:03:27.411Z | + mkdir -p out/downloads |
480 | 2024-03-30T03:03:27.415Z | + '[' true == true ']' |
481 | 2024-03-30T03:03:27.415Z | + echo Downloading... |
482 | 2024-03-30T03:03:27.415Z | Downloading... |
483 | 2024-03-30T03:03:27.415Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
484 | 2024-03-30T03:03:27.415Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
485 | 2024-03-30T03:03:27.509Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
486 | 2024-03-30T03:03:27.509Z | ++ case "$OSTYPE" in |
487 | 2024-03-30T03:03:27.516Z | ++ SHA=sha256sum |
488 | 2024-03-30T03:03:27.516Z | ++ sha256sum |
489 | 2024-03-30T03:03:27.516Z | ++ awk '{print $1}' |
490 | 2024-03-30T03:03:27.517Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
491 | 2024-03-30T03:03:27.517Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
492 | 2024-03-30T03:03:27.524Z | + set -o errexit |
493 | 2024-03-30T03:03:27.529Z | +++ dirname ./tools/ci_download_dendrite_openapi |
494 | 2024-03-30T03:03:27.529Z | ++ cd ./tools |
495 | 2024-03-30T03:03:27.530Z | ++ pwd |
496 | 2024-03-30T03:03:27.530Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
497 | 2024-03-30T03:03:27.530Z | ++ basename ./tools/ci_download_dendrite_openapi |
498 | 2024-03-30T03:03:27.530Z | + ARG0=ci_download_dendrite_openapi |
499 | 2024-03-30T03:03:27.530Z | + TARGET_DIR=out |
500 | 2024-03-30T03:03:27.530Z | + DOWNLOAD_DIR=out/downloads |
501 | 2024-03-30T03:03:27.530Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
502 | 2024-03-30T03:03:27.530Z | ++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d |
503 | 2024-03-30T03:03:27.530Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
504 | 2024-03-30T03:03:27.530Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json |
505 | 2024-03-30T03:03:27.530Z | + LOCAL_FILE=out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json |
506 | 2024-03-30T03:03:27.530Z | + main |
507 | 2024-03-30T03:03:27.530Z | + [[ 0 != 0 ]] |
508 | 2024-03-30T03:03:27.531Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json' |
509 | 2024-03-30T03:03:27.531Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json |
510 | 2024-03-30T03:03:27.531Z | + echo 'Local file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json' |
511 | 2024-03-30T03:03:27.531Z | + local DO_DOWNLOAD=true |
512 | 2024-03-30T03:03:27.531Z | Local file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json |
513 | 2024-03-30T03:03:27.531Z | + [[ -f out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json ]] |
514 | 2024-03-30T03:03:27.531Z | + mkdir -p out/downloads |
515 | 2024-03-30T03:03:27.537Z | + '[' true == true ']' |
516 | 2024-03-30T03:03:27.537Z | + echo Downloading... |
517 | 2024-03-30T03:03:27.537Z | Downloading... |
518 | 2024-03-30T03:03:27.537Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json |
519 | 2024-03-30T03:03:27.537Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json |
520 | 2024-03-30T03:03:27.639Z | ++ do_sha256sum out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json |
521 | 2024-03-30T03:03:27.639Z | ++ case "$OSTYPE" in |
522 | 2024-03-30T03:03:27.643Z | ++ SHA=sha256sum |
523 | 2024-03-30T03:03:27.643Z | ++ sha256sum |
524 | 2024-03-30T03:03:27.643Z | ++ awk '{print $1}' |
525 | 2024-03-30T03:03:27.646Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
526 | 2024-03-30T03:03:27.646Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
527 | 2024-03-30T03:03:27.651Z | + set -o errexit |
528 | 2024-03-30T03:03:27.656Z | +++ dirname ./tools/ci_download_dendrite_stub |
529 | 2024-03-30T03:03:27.668Z | ++ cd ./tools |
530 | 2024-03-30T03:03:27.668Z | ++ pwd |
531 | 2024-03-30T03:03:27.668Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
532 | 2024-03-30T03:03:27.668Z | ++ basename ./tools/ci_download_dendrite_stub |
533 | 2024-03-30T03:03:27.668Z | + ARG0=ci_download_dendrite_stub |
534 | 2024-03-30T03:03:27.669Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
535 | 2024-03-30T03:03:27.669Z | ++ CIDL_SHA256_ILLUMOS=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d |
536 | 2024-03-30T03:03:27.669Z | ++ CIDL_SHA256_LINUX_DPD=c56a5754996bdce4cf4142829a80f050563c5cab8c30a05b9e56b8d85723d0f5 |
537 | 2024-03-30T03:03:27.669Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
538 | 2024-03-30T03:03:27.669Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
539 | 2024-03-30T03:03:27.669Z | ++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d |
540 | 2024-03-30T03:03:27.669Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
541 | 2024-03-30T03:03:27.669Z | + TARGET_DIR=out |
542 | 2024-03-30T03:03:27.670Z | + DOWNLOAD_DIR=out/downloads |
543 | 2024-03-30T03:03:27.670Z | + DEST_DIR=./out/dendrite-stub |
544 | 2024-03-30T03:03:27.670Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
545 | 2024-03-30T03:03:27.670Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
546 | 2024-03-30T03:03:27.670Z | + REPO=oxidecomputer/dendrite |
547 | 2024-03-30T03:03:27.670Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d |
548 | 2024-03-30T03:03:27.670Z | + main |
549 | 2024-03-30T03:03:27.671Z | + [[ 0 != 0 ]] |
550 | 2024-03-30T03:03:27.671Z | + CIDL_OS=solaris2.11 |
551 | 2024-03-30T03:03:27.671Z | + [[ 0 != 0 ]] |
552 | 2024-03-30T03:03:27.671Z | + configure_os solaris2.11 |
553 | 2024-03-30T03:03:27.671Z | + echo 'current directory: /work/oxidecomputer/omicron' |
554 | 2024-03-30T03:03:27.671Z | current directory: /work/oxidecomputer/omicron |
555 | 2024-03-30T03:03:27.671Z | + echo 'configuring based on OS: "solaris2.11"' |
556 | 2024-03-30T03:03:27.672Z | + case "$1" in |
557 | 2024-03-30T03:03:27.672Z | + SET_BINARIES= |
558 | 2024-03-30T03:03:27.672Z | configuring based on OS: "solaris2.11" |
559 | 2024-03-30T03:03:27.672Z | + CIDL_SHA256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d |
560 | 2024-03-30T03:03:27.672Z | + CIDL_SHA256FUNC=do_sha256sum |
561 | 2024-03-30T03:03:27.672Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
562 | 2024-03-30T03:03:27.672Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz |
563 | 2024-03-30T03:03:27.672Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
564 | 2024-03-30T03:03:27.672Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz' |
565 | 2024-03-30T03:03:27.672Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz |
566 | 2024-03-30T03:03:27.672Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
567 | 2024-03-30T03:03:27.673Z | + mkdir -p out/downloads |
568 | 2024-03-30T03:03:27.673Z | Local file: out/downloads/dendrite-stub.tar.gz |
569 | 2024-03-30T03:03:27.673Z | + mkdir -p ./out/dendrite-stub |
570 | 2024-03-30T03:03:27.699Z | + fetch_and_verify |
571 | 2024-03-30T03:03:27.699Z | + local DO_DOWNLOAD=true |
572 | 2024-03-30T03:03:27.699Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
573 | 2024-03-30T03:03:27.699Z | + '[' true == true ']' |
574 | 2024-03-30T03:03:27.699Z | + echo Downloading... |
575 | 2024-03-30T03:03:27.699Z | Downloading... |
576 | 2024-03-30T03:03:27.700Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
577 | 2024-03-30T03:03:27.700Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz |
578 | 2024-03-30T03:03:35.078Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
579 | 2024-03-30T03:03:35.088Z | ++ sha256sum |
580 | 2024-03-30T03:03:35.088Z | ++ awk '{print $1}' |
581 | 2024-03-30T03:03:35.102Z | + calculated_sha256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d |
582 | 2024-03-30T03:03:35.112Z | + [[ 79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d != \7\9\c\3\2\4\4\1\d\7\d\5\3\2\8\a\0\6\e\9\2\e\7\d\9\c\4\1\0\8\0\5\e\9\d\8\b\e\9\d\7\8\d\5\9\c\e\1\e\d\6\c\3\e\0\f\b\a\9\3\1\9\8\d ]] |
583 | 2024-03-30T03:03:35.112Z | + do_untar out/downloads/dendrite-stub.tar.gz |
584 | 2024-03-30T03:03:35.112Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
585 | 2024-03-30T03:03:35.713Z | + do_assemble |
586 | 2024-03-30T03:03:35.714Z | + rm -r ./out/dendrite-stub |
587 | 2024-03-30T03:03:35.719Z | + mkdir ./out/dendrite-stub |
588 | 2024-03-30T03:03:35.719Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
589 | 2024-03-30T03:03:35.793Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
590 | 2024-03-30T03:03:35.803Z | + set -o errexit |
591 | 2024-03-30T03:03:35.808Z | +++ dirname ./tools/ci_download_maghemite_mgd |
592 | 2024-03-30T03:03:35.808Z | ++ cd ./tools |
593 | 2024-03-30T03:03:35.809Z | ++ pwd |
594 | 2024-03-30T03:03:35.809Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
595 | 2024-03-30T03:03:35.809Z | ++ basename ./tools/ci_download_maghemite_mgd |
596 | 2024-03-30T03:03:35.817Z | + ARG0=ci_download_maghemite_mgd |
597 | 2024-03-30T03:03:35.817Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
598 | 2024-03-30T03:03:35.818Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
599 | 2024-03-30T03:03:35.818Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
600 | 2024-03-30T03:03:35.818Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
601 | 2024-03-30T03:03:35.818Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
602 | 2024-03-30T03:03:35.818Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
603 | 2024-03-30T03:03:35.818Z | + TARGET_DIR=out |
604 | 2024-03-30T03:03:35.818Z | + DOWNLOAD_DIR=out/downloads |
605 | 2024-03-30T03:03:35.818Z | + DEST_DIR=./out/mgd |
606 | 2024-03-30T03:03:35.818Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
607 | 2024-03-30T03:03:35.818Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
608 | 2024-03-30T03:03:35.819Z | + REPO=oxidecomputer/maghemite |
609 | 2024-03-30T03:03:35.819Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
610 | 2024-03-30T03:03:35.819Z | + main |
611 | 2024-03-30T03:03:35.819Z | + rm -rf out/downloads/root |
612 | 2024-03-30T03:03:35.822Z | + [[ 0 != 0 ]] |
613 | 2024-03-30T03:03:35.822Z | + CIDL_OS=solaris2.11 |
614 | 2024-03-30T03:03:35.823Z | + [[ 0 != 0 ]] |
615 | 2024-03-30T03:03:35.823Z | + configure_os solaris2.11 |
616 | 2024-03-30T03:03:35.823Z | + echo 'current directory: /work/oxidecomputer/omicron' |
617 | 2024-03-30T03:03:35.823Z | current directory: /work/oxidecomputer/omicron |
618 | 2024-03-30T03:03:35.823Z | configuring based on OS: "solaris2.11" |
619 | 2024-03-30T03:03:35.823Z | + echo 'configuring based on OS: "solaris2.11"' |
620 | 2024-03-30T03:03:35.823Z | + case "$1" in |
621 | 2024-03-30T03:03:35.823Z | + SET_BINARIES= |
622 | 2024-03-30T03:03:35.823Z | + CIDL_SHA256FUNC=do_sha256sum |
623 | 2024-03-30T03:03:35.823Z | + TARBALL_FILENAME=mgd.tar.gz |
624 | 2024-03-30T03:03:35.823Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
625 | 2024-03-30T03:03:35.823Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
626 | 2024-03-30T03:03:35.823Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
627 | 2024-03-30T03:03:35.823Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
628 | 2024-03-30T03:03:35.823Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
629 | 2024-03-30T03:03:35.823Z | Local file: out/downloads/mgd.tar.gz |
630 | 2024-03-30T03:03:35.823Z | + mkdir -p out/downloads |
631 | 2024-03-30T03:03:35.823Z | + mkdir -p ./out/mgd |
632 | 2024-03-30T03:03:35.823Z | + fetch_and_verify |
633 | 2024-03-30T03:03:35.823Z | + local DO_DOWNLOAD=true |
634 | 2024-03-30T03:03:35.823Z | + [[ -f out/downloads/mgd.tar.gz ]] |
635 | 2024-03-30T03:03:35.824Z | + '[' true == true ']' |
636 | 2024-03-30T03:03:35.824Z | + echo Downloading... |
637 | 2024-03-30T03:03:35.824Z | Downloading... |
638 | 2024-03-30T03:03:35.824Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
639 | 2024-03-30T03:03:35.824Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
640 | 2024-03-30T03:03:44.460Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
641 | 2024-03-30T03:03:44.470Z | ++ sha256sum |
642 | 2024-03-30T03:03:44.470Z | ++ awk '{print $1}' |
643 | 2024-03-30T03:03:44.485Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
644 | 2024-03-30T03:03:44.489Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
645 | 2024-03-30T03:03:44.489Z | + do_untar out/downloads/mgd.tar.gz |
646 | 2024-03-30T03:03:44.489Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
647 | 2024-03-30T03:03:45.080Z | + do_assemble |
648 | 2024-03-30T03:03:45.081Z | + rm -r ./out/mgd |
649 | 2024-03-30T03:03:45.092Z | + mkdir ./out/mgd |
650 | 2024-03-30T03:03:45.092Z | + cp -r out/downloads/root ./out/mgd/root |
651 | 2024-03-30T03:03:45.178Z | + set -o errexit |
652 | 2024-03-30T03:03:45.190Z | +++ dirname ./tools/ci_download_transceiver_control |
653 | 2024-03-30T03:03:45.190Z | ++ cd ./tools |
654 | 2024-03-30T03:03:45.190Z | ++ pwd |
655 | 2024-03-30T03:03:45.191Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
656 | 2024-03-30T03:03:45.191Z | ++ basename ./tools/ci_download_transceiver_control |
657 | 2024-03-30T03:03:45.206Z | + ARG0=ci_download_transceiver_control |
658 | 2024-03-30T03:03:45.206Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
659 | 2024-03-30T03:03:45.206Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
660 | 2024-03-30T03:03:45.206Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2024-03-30T03:03:45.206Z | + TARGET_DIR=out |
662 | 2024-03-30T03:03:45.206Z | + DOWNLOAD_DIR=out/downloads |
663 | 2024-03-30T03:03:45.206Z | + DEST_DIR=./out/transceiver-control |
664 | 2024-03-30T03:03:45.207Z | + BIN_DIR=/opt/oxide/bin |
665 | 2024-03-30T03:03:45.207Z | + BINARY=xcvradm |
666 | 2024-03-30T03:03:45.207Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
667 | 2024-03-30T03:03:45.207Z | + REPO=oxidecomputer/transceiver-control |
668 | 2024-03-30T03:03:45.207Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
669 | 2024-03-30T03:03:45.207Z | + main |
670 | 2024-03-30T03:03:45.207Z | + [[ 0 != 0 ]] |
671 | 2024-03-30T03:03:45.207Z | + CIDL_OS=solaris2.11 |
672 | 2024-03-30T03:03:45.207Z | + [[ 0 != 0 ]] |
673 | 2024-03-30T03:03:45.208Z | + configure_os solaris2.11 |
674 | 2024-03-30T03:03:45.208Z | + echo 'current directory: /work/oxidecomputer/omicron' |
675 | 2024-03-30T03:03:45.208Z | current directory: /work/oxidecomputer/omicron |
676 | 2024-03-30T03:03:45.208Z | + echo 'configuring based on OS: "solaris2.11"' |
677 | 2024-03-30T03:03:45.208Z | + case "$1" in |
678 | 2024-03-30T03:03:45.208Z | configuring based on OS: "solaris2.11" |
679 | 2024-03-30T03:03:45.208Z | + SET_BINARIES= |
680 | 2024-03-30T03:03:45.208Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-03-30T03:03:45.209Z | + CIDL_SHA256FUNC=do_sha256sum |
682 | 2024-03-30T03:03:45.209Z | + ARCHIVE_FILENAME=xcvradm.gz |
683 | 2024-03-30T03:03:45.209Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
684 | 2024-03-30T03:03:45.209Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
685 | 2024-03-30T03:03:45.209Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
686 | 2024-03-30T03:03:45.209Z | + echo 'Local file: out/downloads/xcvradm.gz' |
687 | 2024-03-30T03:03:45.209Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
688 | 2024-03-30T03:03:45.209Z | Local file: out/downloads/xcvradm.gz |
689 | 2024-03-30T03:03:45.209Z | + mkdir -p out/downloads |
690 | 2024-03-30T03:03:45.210Z | + mkdir -p ./out/transceiver-control |
691 | 2024-03-30T03:03:45.210Z | + fetch_and_verify |
692 | 2024-03-30T03:03:45.210Z | + local DO_DOWNLOAD=true |
693 | 2024-03-30T03:03:45.210Z | + [[ -f out/downloads/xcvradm.gz ]] |
694 | 2024-03-30T03:03:45.210Z | + '[' true == true ']' |
695 | 2024-03-30T03:03:45.210Z | + echo Downloading... |
696 | 2024-03-30T03:03:45.210Z | Downloading... |
697 | 2024-03-30T03:03:45.210Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
698 | 2024-03-30T03:03:45.210Z | + 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 |
699 | 2024-03-30T03:03:48.822Z | ++ do_sha256sum out/downloads/xcvradm.gz |
700 | 2024-03-30T03:03:48.827Z | ++ sha256sum |
701 | 2024-03-30T03:03:48.828Z | ++ awk '{print $1}' |
702 | 2024-03-30T03:03:48.833Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
703 | 2024-03-30T03:03:48.834Z | + [[ 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 ]] |
704 | 2024-03-30T03:03:48.834Z | + do_unpack out/downloads/xcvradm.gz |
705 | 2024-03-30T03:03:48.834Z | + mkdir -p out/downloads/root//opt/oxide/bin |
706 | 2024-03-30T03:03:48.834Z | + gzip -dc out/downloads/xcvradm.gz |
707 | 2024-03-30T03:03:49.372Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
708 | 2024-03-30T03:03:49.403Z | + do_assemble |
709 | 2024-03-30T03:03:49.403Z | + rm -r ./out/transceiver-control |
710 | 2024-03-30T03:03:49.403Z | + mkdir ./out/transceiver-control |
711 | 2024-03-30T03:03:49.404Z | + cp -r out/downloads/root ./out/transceiver-control/root |
712 | 2024-03-30T03:03:49.404Z | + set -o errexit |
713 | 2024-03-30T03:03:49.404Z | +++ dirname ./tools/ci_download_thundermuffin |
714 | 2024-03-30T03:03:49.404Z | ++ cd ./tools |
715 | 2024-03-30T03:03:49.404Z | ++ pwd |
716 | 2024-03-30T03:03:49.404Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
717 | 2024-03-30T03:03:49.404Z | ++ basename ./tools/ci_download_thundermuffin |
718 | 2024-03-30T03:03:49.405Z | + ARG0=ci_download_thundermuffin |
719 | 2024-03-30T03:03:49.405Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
720 | 2024-03-30T03:03:49.405Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
721 | 2024-03-30T03:03:49.405Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
722 | 2024-03-30T03:03:49.405Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
723 | 2024-03-30T03:03:49.405Z | + TARGET_DIR=out |
724 | 2024-03-30T03:03:49.405Z | + DOWNLOAD_DIR=out/downloads |
725 | 2024-03-30T03:03:49.405Z | + DEST_DIR=./out/thundermuffin |
726 | 2024-03-30T03:03:49.406Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
727 | 2024-03-30T03:03:49.406Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
728 | 2024-03-30T03:03:49.406Z | + REPO=oxidecomputer/thundermuffin |
729 | 2024-03-30T03:03:49.406Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
730 | 2024-03-30T03:03:49.406Z | + main |
731 | 2024-03-30T03:03:49.406Z | + rm -rf out/downloads/root |
732 | 2024-03-30T03:03:49.406Z | + [[ 0 != 0 ]] |
733 | 2024-03-30T03:03:49.406Z | + CIDL_OS=solaris2.11 |
734 | 2024-03-30T03:03:49.406Z | + [[ 0 != 0 ]] |
735 | 2024-03-30T03:03:49.406Z | + configure_os solaris2.11 |
736 | 2024-03-30T03:03:49.406Z | + echo 'current directory: /work/oxidecomputer/omicron' |
737 | 2024-03-30T03:03:49.406Z | current directory: /work/oxidecomputer/omicron |
738 | 2024-03-30T03:03:49.406Z | + echo 'configuring based on OS: "solaris2.11"' |
739 | 2024-03-30T03:03:49.407Z | configuring based on OS: "solaris2.11" |
740 | 2024-03-30T03:03:49.407Z | + case "$1" in |
741 | 2024-03-30T03:03:49.407Z | + SET_BINARIES= |
742 | 2024-03-30T03:03:49.407Z | + CIDL_SHA256FUNC=do_sha256sum |
743 | 2024-03-30T03:03:49.407Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
744 | 2024-03-30T03:03:49.407Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
745 | 2024-03-30T03:03:49.407Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
746 | 2024-03-30T03:03:49.407Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
747 | 2024-03-30T03:03:49.407Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
748 | 2024-03-30T03:03:49.407Z | + mkdir -p out/downloads |
749 | 2024-03-30T03:03:49.407Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
750 | 2024-03-30T03:03:49.407Z | Local file: out/downloads/thundermuffin.tar.gz |
751 | 2024-03-30T03:03:49.408Z | + mkdir -p ./out/thundermuffin |
752 | 2024-03-30T03:03:49.408Z | + fetch_and_verify |
753 | 2024-03-30T03:03:49.408Z | + local DO_DOWNLOAD=true |
754 | 2024-03-30T03:03:49.408Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
755 | 2024-03-30T03:03:49.408Z | + '[' true == true ']' |
756 | 2024-03-30T03:03:49.408Z | + echo Downloading... |
757 | 2024-03-30T03:03:49.408Z | Downloading... |
758 | 2024-03-30T03:03:49.408Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
759 | 2024-03-30T03:03:49.408Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
760 | 2024-03-30T03:03:49.445Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
761 | 2024-03-30T03:03:49.450Z | ++ sha256sum |
762 | 2024-03-30T03:03:49.450Z | ++ awk '{print $1}' |
763 | 2024-03-30T03:03:49.454Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
764 | 2024-03-30T03:03:49.454Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
765 | 2024-03-30T03:03:49.455Z | + do_untar out/downloads/thundermuffin.tar.gz |
766 | 2024-03-30T03:03:49.455Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
767 | 2024-03-30T03:03:49.527Z | + do_assemble |
768 | 2024-03-30T03:03:49.527Z | + rm -r ./out/thundermuffin |
769 | 2024-03-30T03:03:49.533Z | + mkdir ./out/thundermuffin |
770 | 2024-03-30T03:03:49.533Z | + cp -r out/downloads/root ./out/thundermuffin/root |
771 | 2024-03-30T03:03:49.533Z | All prerequisites installed successfully |
772 | 2024-03-30T03:03:49.540Z | |
773 | 2024-03-30T03:03:49.540Z | real 2:33.495103021 |
774 | 2024-03-30T03:03:49.540Z | user 37.627238686 |
775 | 2024-03-30T03:03:49.540Z | sys 6.822000779 |
776 | 2024-03-30T03:03:49.540Z | trap 0.008567287 |
777 | 2024-03-30T03:03:49.540Z | tflt 0.088652709 |
778 | 2024-03-30T03:03:49.540Z | dflt 0.350938490 |
779 | 2024-03-30T03:03:49.540Z | kflt 0.216979301 |
780 | 2024-03-30T03:03:49.541Z | lock 0.998144500 |
781 | 2024-03-30T03:03:49.541Z | slp 5:03.277154339 |
782 | 2024-03-30T03:03:49.541Z | lat 2.002426397 |
783 | 2024-03-30T03:03:49.541Z | stop 0.123056365 |
784 | 2024-03-30T03:03:49.541Z | + ptime -m ./tools/ci_download_softnpu_machinery |
785 | 2024-03-30T03:03:49.548Z | fetching npuzone |
786 | 2024-03-30T03:03:49.554Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
787 | 2024-03-30T03:03:49.555Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
788 | 2024-03-30T03:03:49.555Z | Getting hash for npuzone |
789 | 2024-03-30T03:03:49.658Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
790 | 2024-03-30T03:04:00.146Z | npuzone downloaded successfully |
791 | 2024-03-30T03:04:00.159Z | |
792 | 2024-03-30T03:04:00.159Z | real 10.199071605 |
793 | 2024-03-30T03:04:00.159Z | user 0.351856343 |
794 | 2024-03-30T03:04:00.159Z | sys 0.129765314 |
795 | 2024-03-30T03:04:00.159Z | trap 0.000025745 |
796 | 2024-03-30T03:04:00.159Z | tflt 0.000000000 |
797 | 2024-03-30T03:04:00.160Z | dflt 0.000000000 |
798 | 2024-03-30T03:04:00.160Z | kflt 0.000000000 |
799 | 2024-03-30T03:04:00.160Z | lock 0.000000000 |
800 | 2024-03-30T03:04:00.160Z | slp 29.975332882 |
801 | 2024-03-30T03:04:00.160Z | lat 0.108298104 |
802 | 2024-03-30T03:04:00.160Z | stop 0.000172498 |
803 | 2024-03-30T03:04:00.160Z | + export CARGO_INCREMENTAL=0 |
804 | 2024-03-30T03:04:00.161Z | + CARGO_INCREMENTAL=0 |
805 | 2024-03-30T03:04:00.161Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
806 | 2024-03-30T03:04:00.161Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
807 | 2024-03-30T03:04:00.856Z | Updating git repository `https://github.com/oxidecomputer/samael` |
808 | 2024-03-30T03:04:01.702Z | Updating git repository `https://github.com/oxidecomputer/zone` |
809 | 2024-03-30T03:04:02.514Z | Updating crates.io index |
810 | 2024-03-30T03:04:02.531Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
811 | 2024-03-30T03:04:04.824Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
812 | 2024-03-30T03:04:06.407Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
813 | 2024-03-30T03:04:10.986Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
814 | 2024-03-30T03:04:13.618Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
815 | 2024-03-30T03:04:14.313Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
816 | 2024-03-30T03:04:17.634Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
817 | 2024-03-30T03:04:23.335Z | Updating git repository `https://github.com/oxidecomputer/opte` |
818 | 2024-03-30T03:04:25.885Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
819 | 2024-03-30T03:04:30.077Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
820 | 2024-03-30T03:04:31.466Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
821 | 2024-03-30T03:04:32.453Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
822 | 2024-03-30T03:04:33.460Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
823 | 2024-03-30T03:04:34.321Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
824 | 2024-03-30T03:04:35.496Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
825 | 2024-03-30T03:04:36.306Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
826 | 2024-03-30T03:04:37.233Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
827 | 2024-03-30T03:04:37.938Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
828 | 2024-03-30T03:04:38.632Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
829 | 2024-03-30T03:04:39.330Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
830 | 2024-03-30T03:04:40.210Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
831 | 2024-03-30T03:04:41.063Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
832 | 2024-03-30T03:04:43.087Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
833 | 2024-03-30T03:04:44.082Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
834 | 2024-03-30T03:04:44.842Z | Updating git repository `https://github.com/jgallagher/nix` |
835 | 2024-03-30T03:04:49.087Z | Updating git repository `https://github.com/cbiffle/hubpack` |
836 | 2024-03-30T03:04:49.913Z | Updating git repository `https://github.com/oxidecomputer/typify` |
837 | 2024-03-30T03:04:53.347Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
838 | 2024-03-30T03:04:54.837Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
839 | 2024-03-30T03:04:55.607Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
840 | 2024-03-30T03:04:57.352Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
841 | 2024-03-30T03:04:59.344Z | Downloading crates ... |
842 | 2024-03-30T03:04:59.476Z | Downloaded aead v0.5.2 |
843 | 2024-03-30T03:04:59.480Z | Downloaded adler v1.0.2 |
844 | 2024-03-30T03:04:59.480Z | Downloaded anstyle v1.0.6 |
845 | 2024-03-30T03:04:59.485Z | Downloaded anstream v0.6.11 |
846 | 2024-03-30T03:04:59.488Z | Downloaded allocator-api2 v0.2.16 |
847 | 2024-03-30T03:04:59.492Z | Downloaded async-stream-impl v0.3.5 |
848 | 2024-03-30T03:04:59.492Z | Downloaded array-init v0.0.4 |
849 | 2024-03-30T03:04:59.492Z | Downloaded anstyle-query v1.0.0 |
850 | 2024-03-30T03:04:59.496Z | Downloaded ahash v0.8.8 |
851 | 2024-03-30T03:04:59.496Z | Downloaded atomicwrites v0.4.3 |
852 | 2024-03-30T03:04:59.499Z | Downloaded addr2line v0.21.0 |
853 | 2024-03-30T03:04:59.499Z | Downloaded ansi_term v0.12.1 |
854 | 2024-03-30T03:04:59.502Z | Downloaded crossbeam-epoch v0.9.18 |
855 | 2024-03-30T03:04:59.505Z | Downloaded hash32 v0.2.1 |
856 | 2024-03-30T03:04:59.509Z | Downloaded atomic-waker v1.1.1 |
857 | 2024-03-30T03:04:59.509Z | Downloaded half v2.3.1 |
858 | 2024-03-30T03:04:59.512Z | Downloaded heck v0.4.1 |
859 | 2024-03-30T03:04:59.515Z | Downloaded autocfg v1.1.0 |
860 | 2024-03-30T03:04:59.515Z | Downloaded iana-time-zone v0.1.57 |
861 | 2024-03-30T03:04:59.519Z | Downloaded async-recursion v1.0.5 |
862 | 2024-03-30T03:04:59.525Z | Downloaded bitflags v1.3.2 |
863 | 2024-03-30T03:04:59.530Z | Downloaded bitstruct_derive v0.1.0 |
864 | 2024-03-30T03:04:59.530Z | Downloaded bitstruct v0.1.1 |
865 | 2024-03-30T03:04:59.530Z | Downloaded async-trait v0.1.77 |
866 | 2024-03-30T03:04:59.533Z | Downloaded backoff v0.4.0 |
867 | 2024-03-30T03:04:59.533Z | Downloaded base16ct v0.2.0 |
868 | 2024-03-30T03:04:59.536Z | Downloaded arrayvec v0.7.4 |
869 | 2024-03-30T03:04:59.536Z | Downloaded hubpack v0.1.2 |
870 | 2024-03-30T03:04:59.540Z | Downloaded home v0.5.5 |
871 | 2024-03-30T03:04:59.543Z | Downloaded bit-vec v0.6.3 |
872 | 2024-03-30T03:04:59.543Z | Downloaded colorchoice v1.0.0 |
873 | 2024-03-30T03:04:59.543Z | Downloaded assert_matches v1.5.0 |
874 | 2024-03-30T03:04:59.546Z | Downloaded hash32 v0.3.1 |
875 | 2024-03-30T03:04:59.546Z | Downloaded hubpack_derive v0.1.1 |
876 | 2024-03-30T03:04:59.546Z | Downloaded hashbrown v0.12.3 |
877 | 2024-03-30T03:04:59.551Z | Downloaded ciborium-io v0.2.2 |
878 | 2024-03-30T03:04:59.554Z | Downloaded cexpr v0.6.0 |
879 | 2024-03-30T03:04:59.556Z | Downloaded bitfield v0.14.0 |
880 | 2024-03-30T03:04:59.557Z | Downloaded byteorder v1.5.0 |
881 | 2024-03-30T03:04:59.561Z | Downloaded hyper-rustls v0.24.2 |
882 | 2024-03-30T03:04:59.561Z | Downloaded cfg-if v1.0.0 |
883 | 2024-03-30T03:04:59.564Z | Downloaded block-padding v0.3.3 |
884 | 2024-03-30T03:04:59.565Z | Downloaded http-body v0.4.5 |
885 | 2024-03-30T03:04:59.568Z | Downloaded headers-core v0.2.0 |
886 | 2024-03-30T03:04:59.568Z | Downloaded hyper-staticfile v0.9.5 |
887 | 2024-03-30T03:04:59.571Z | Downloaded castaway v0.2.2 |
888 | 2024-03-30T03:04:59.571Z | Downloaded hyper-tls v0.5.0 |
889 | 2024-03-30T03:04:59.574Z | Downloaded bytecount v0.6.3 |
890 | 2024-03-30T03:04:59.577Z | Downloaded linked-hash-map v0.5.6 |
891 | 2024-03-30T03:04:59.577Z | Downloaded lazy_static v1.4.0 |
892 | 2024-03-30T03:04:59.580Z | Downloaded indoc v2.0.3 |
893 | 2024-03-30T03:04:59.580Z | Downloaded base64ct v1.6.0 |
894 | 2024-03-30T03:04:59.584Z | Downloaded ident_case v1.0.1 |
895 | 2024-03-30T03:04:59.587Z | Downloaded http-range v0.1.5 |
896 | 2024-03-30T03:04:59.587Z | Downloaded corncobs v0.1.3 |
897 | 2024-03-30T03:04:59.590Z | Downloaded lalrpop-util v0.19.12 |
898 | 2024-03-30T03:04:59.590Z | Downloaded httparse v1.8.0 |
899 | 2024-03-30T03:04:59.593Z | Downloaded crc v3.0.1 |
900 | 2024-03-30T03:04:59.593Z | Downloaded argon2 v0.5.3 |
901 | 2024-03-30T03:04:59.596Z | Downloaded cipher v0.4.4 |
902 | 2024-03-30T03:04:59.599Z | Downloaded keccak v0.1.4 |
903 | 2024-03-30T03:04:59.599Z | Downloaded is-terminal v0.4.9 |
904 | 2024-03-30T03:04:59.605Z | Downloaded colored v2.1.0 |
905 | 2024-03-30T03:04:59.606Z | Downloaded instant v0.1.12 |
906 | 2024-03-30T03:04:59.610Z | Downloaded is_ci v1.2.0 |
907 | 2024-03-30T03:04:59.610Z | Downloaded crossbeam-deque v0.8.3 |
908 | 2024-03-30T03:04:59.610Z | Downloaded matches v0.1.10 |
909 | 2024-03-30T03:04:59.610Z | Downloaded clap_lex v0.7.0 |
910 | 2024-03-30T03:04:59.613Z | Downloaded convert_case v0.4.0 |
911 | 2024-03-30T03:04:59.613Z | Downloaded constant_time_eq v0.3.0 |
912 | 2024-03-30T03:04:59.613Z | Downloaded const_format_proc_macros v0.2.32 |
913 | 2024-03-30T03:04:59.616Z | Downloaded base64 v0.21.7 |
914 | 2024-03-30T03:04:59.620Z | Downloaded time-core v0.1.2 |
915 | 2024-03-30T03:04:59.620Z | Downloaded newtype_derive v0.1.6 |
916 | 2024-03-30T03:04:59.624Z | Downloaded new_debug_unreachable v1.0.4 |
917 | 2024-03-30T03:04:59.624Z | Downloaded stability v0.1.1 |
918 | 2024-03-30T03:04:59.628Z | Downloaded rustc_version v0.4.0 |
919 | 2024-03-30T03:04:59.628Z | Downloaded ciborium v0.2.2 |
920 | 2024-03-30T03:04:59.631Z | Downloaded humantime v2.1.0 |
921 | 2024-03-30T03:04:59.632Z | Downloaded rustc_version v0.1.7 |
922 | 2024-03-30T03:04:59.632Z | Downloaded rusty-fork v0.3.0 |
923 | 2024-03-30T03:04:59.635Z | Downloaded serde_tokenstream v0.2.0 |
924 | 2024-03-30T03:04:59.638Z | Downloaded libsw v3.3.1 |
925 | 2024-03-30T03:04:59.641Z | Downloaded libefi-sys v0.1.0 |
926 | 2024-03-30T03:04:59.641Z | Downloaded linear-map v1.2.0 |
927 | 2024-03-30T03:04:59.644Z | Downloaded slab v0.4.9 |
928 | 2024-03-30T03:04:59.644Z | Downloaded siphasher v0.3.11 |
929 | 2024-03-30T03:04:59.648Z | Downloaded chacha20 v0.9.1 |
930 | 2024-03-30T03:04:59.651Z | Downloaded libloading v0.7.4 |
931 | 2024-03-30T03:04:59.651Z | Downloaded clap_derive v4.5.0 |
932 | 2024-03-30T03:04:59.654Z | Downloaded headers v0.3.9 |
933 | 2024-03-30T03:04:59.659Z | Downloaded crunchy v0.2.2 |
934 | 2024-03-30T03:04:59.662Z | Downloaded strum_macros v0.25.2 |
935 | 2024-03-30T03:04:59.665Z | Downloaded nanorand v0.7.0 |
936 | 2024-03-30T03:04:59.669Z | Downloaded maybe-uninit v2.0.0 |
937 | 2024-03-30T03:04:59.669Z | Downloaded indoc v1.0.9 |
938 | 2024-03-30T03:04:59.672Z | Downloaded crc32fast v1.3.2 |
939 | 2024-03-30T03:04:59.672Z | Downloaded macaddr v1.0.1 |
940 | 2024-03-30T03:04:59.675Z | Downloaded termcolor v1.2.0 |
941 | 2024-03-30T03:04:59.678Z | Downloaded multimap v0.10.0 |
942 | 2024-03-30T03:04:59.679Z | Downloaded memoffset v0.7.1 |
943 | 2024-03-30T03:04:59.679Z | Downloaded memmap v0.7.0 |
944 | 2024-03-30T03:04:59.686Z | Downloaded md-5 v0.10.5 |
945 | 2024-03-30T03:04:59.686Z | Downloaded newtype-uuid v1.0.1 |
946 | 2024-03-30T03:04:59.689Z | Downloaded managed v0.8.0 |
947 | 2024-03-30T03:04:59.689Z | Downloaded semver v1.0.22 |
948 | 2024-03-30T03:04:59.689Z | Downloaded oso-derive v0.27.0 |
949 | 2024-03-30T03:04:59.690Z | Downloaded derive_builder_macro v0.12.0 |
950 | 2024-03-30T03:04:59.690Z | Downloaded snafu-derive v0.7.5 |
951 | 2024-03-30T03:04:59.693Z | Downloaded unicode-xid v0.2.4 |
952 | 2024-03-30T03:04:59.696Z | Downloaded usdt-impl v0.5.0 |
953 | 2024-03-30T03:04:59.696Z | Downloaded slog-scope v4.4.0 |
954 | 2024-03-30T03:04:59.699Z | Downloaded xattr v1.0.1 |
955 | 2024-03-30T03:04:59.699Z | Downloaded compact_str v0.7.1 |
956 | 2024-03-30T03:04:59.702Z | Downloaded clap v4.5.1 |
957 | 2024-03-30T03:04:59.712Z | Downloaded precomputed-hash v0.1.1 |
958 | 2024-03-30T03:04:59.716Z | Downloaded derive_builder_core v0.12.0 |
959 | 2024-03-30T03:04:59.719Z | Downloaded serde-big-array v0.4.1 |
960 | 2024-03-30T03:04:59.719Z | Downloaded scroll_derive v0.12.0 |
961 | 2024-03-30T03:04:59.719Z | Downloaded heapless v0.7.16 |
962 | 2024-03-30T03:04:59.722Z | Downloaded path-slash v0.1.5 |
963 | 2024-03-30T03:04:59.726Z | Downloaded fd-lock v3.0.13 |
964 | 2024-03-30T03:04:59.729Z | Downloaded strum v0.26.1 |
965 | 2024-03-30T03:04:59.729Z | Downloaded glob v0.3.1 |
966 | 2024-03-30T03:04:59.732Z | Downloaded maplit v1.0.2 |
967 | 2024-03-30T03:04:59.732Z | Downloaded inout v0.1.3 |
968 | 2024-03-30T03:04:59.732Z | Downloaded fd-lock v4.0.2 |
969 | 2024-03-30T03:04:59.735Z | Downloaded paste v1.0.14 |
970 | 2024-03-30T03:04:59.742Z | Downloaded multer v3.0.0 |
971 | 2024-03-30T03:04:59.746Z | Downloaded nibble_vec v0.1.0 |
972 | 2024-03-30T03:04:59.746Z | Downloaded socket2 v0.4.9 |
973 | 2024-03-30T03:04:59.749Z | Downloaded pretty-hex v0.4.1 |
974 | 2024-03-30T03:04:59.749Z | Downloaded pretty-hex v0.2.1 |
975 | 2024-03-30T03:04:59.750Z | Downloaded native-tls v0.2.11 |
976 | 2024-03-30T03:04:59.753Z | Downloaded debug-ignore v1.0.5 |
977 | 2024-03-30T03:04:59.753Z | Downloaded serde_tokenstream v0.1.7 |
978 | 2024-03-30T03:04:59.756Z | Downloaded waitgroup v0.1.2 |
979 | 2024-03-30T03:04:59.760Z | Downloaded log v0.4.21 |
980 | 2024-03-30T03:04:59.763Z | Downloaded tokio-stream v0.1.14 |
981 | 2024-03-30T03:04:59.766Z | Downloaded errno v0.3.8 |
982 | 2024-03-30T03:04:59.769Z | Downloaded shell-words v1.1.0 |
983 | 2024-03-30T03:04:59.773Z | Downloaded smf v0.2.2 |
984 | 2024-03-30T03:04:59.773Z | Downloaded ena v0.14.2 |
985 | 2024-03-30T03:04:59.776Z | Downloaded foreign-types v0.5.0 |
986 | 2024-03-30T03:04:59.776Z | Downloaded foreign-types v0.3.2 |
987 | 2024-03-30T03:04:59.776Z | Downloaded indexmap v1.9.3 |
988 | 2024-03-30T03:04:59.779Z | Downloaded bytes v1.5.0 |
989 | 2024-03-30T03:04:59.783Z | Downloaded want v0.3.1 |
990 | 2024-03-30T03:04:59.786Z | Downloaded plain v0.2.3 |
991 | 2024-03-30T03:04:59.786Z | Downloaded futures-core v0.3.30 |
992 | 2024-03-30T03:04:59.790Z | Downloaded ff v0.13.0 |
993 | 2024-03-30T03:04:59.790Z | Downloaded portpicker v0.1.1 |
994 | 2024-03-30T03:04:59.793Z | Downloaded thiserror-no-std v2.0.2 |
995 | 2024-03-30T03:04:59.796Z | Downloaded tokio-native-tls v0.3.1 |
996 | 2024-03-30T03:04:59.799Z | Downloaded const_format v0.2.32 |
997 | 2024-03-30T03:04:59.803Z | Downloaded mockall_derive v0.12.0 |
998 | 2024-03-30T03:04:59.806Z | Downloaded predicates-tree v1.0.9 |
999 | 2024-03-30T03:04:59.809Z | Downloaded chacha20poly1305 v0.10.1 |
1000 | 2024-03-30T03:04:59.809Z | Downloaded darling_macro v0.20.3 |
1001 | 2024-03-30T03:04:59.815Z | Downloaded heapless v0.8.0 |
1002 | 2024-03-30T03:04:59.818Z | Downloaded signal-hook-tokio v0.3.1 |
1003 | 2024-03-30T03:04:59.818Z | Downloaded swrite v0.1.0 |
1004 | 2024-03-30T03:04:59.818Z | Downloaded scopeguard v1.2.0 |
1005 | 2024-03-30T03:04:59.821Z | Downloaded fastrand v2.0.1 |
1006 | 2024-03-30T03:04:59.822Z | Downloaded fallible-iterator v0.2.0 |
1007 | 2024-03-30T03:04:59.825Z | Downloaded ref-cast-impl v1.0.20 |
1008 | 2024-03-30T03:04:59.825Z | Downloaded foreign-types-shared v0.3.1 |
1009 | 2024-03-30T03:04:59.825Z | Downloaded foreign-types-shared v0.1.1 |
1010 | 2024-03-30T03:04:59.828Z | Downloaded defmt-parser v0.3.3 |
1011 | 2024-03-30T03:04:59.828Z | Downloaded smallvec v1.13.1 |
1012 | 2024-03-30T03:04:59.831Z | Downloaded parse-display-derive v0.9.0 |
1013 | 2024-03-30T03:04:59.831Z | Downloaded parse-display v0.9.0 |
1014 | 2024-03-30T03:04:59.834Z | Downloaded opaque-debug v0.3.0 |
1015 | 2024-03-30T03:04:59.834Z | Downloaded parse-size v1.0.0 |
1016 | 2024-03-30T03:04:59.839Z | Downloaded foreign-types-macros v0.2.3 |
1017 | 2024-03-30T03:04:59.839Z | Downloaded usdt-attr-macro v0.5.0 |
1018 | 2024-03-30T03:04:59.839Z | Downloaded pin-project-internal v1.1.3 |
1019 | 2024-03-30T03:04:59.842Z | Downloaded tokio-rustls v0.25.0 |
1020 | 2024-03-30T03:04:59.842Z | Downloaded oso v0.27.0 |
1021 | 2024-03-30T03:04:59.845Z | Downloaded tokio-tungstenite v0.21.0 |
1022 | 2024-03-30T03:04:59.849Z | Downloaded walkdir v2.4.0 |
1023 | 2024-03-30T03:04:59.852Z | Downloaded wait-timeout v0.2.0 |
1024 | 2024-03-30T03:04:59.855Z | Downloaded toml_datetime v0.6.5 |
1025 | 2024-03-30T03:04:59.855Z | Downloaded owo-colors v4.0.0 |
1026 | 2024-03-30T03:04:59.859Z | Downloaded futures-channel v0.3.30 |
1027 | 2024-03-30T03:04:59.865Z | Downloaded thread-id v4.2.0 |
1028 | 2024-03-30T03:04:59.865Z | Downloaded resolv-conf v0.7.0 |
1029 | 2024-03-30T03:04:59.865Z | Downloaded crossbeam-channel v0.5.8 |
1030 | 2024-03-30T03:04:59.871Z | Downloaded num-conv v0.1.0 |
1031 | 2024-03-30T03:04:59.878Z | Downloaded signature v2.1.0 |
1032 | 2024-03-30T03:04:59.878Z | Downloaded miniz_oxide v0.7.1 |
1033 | 2024-03-30T03:04:59.878Z | Downloaded phf_shared v0.11.2 |
1034 | 2024-03-30T03:04:59.878Z | Downloaded phf_shared v0.10.0 |
1035 | 2024-03-30T03:05:00.297Z | Downloaded toolchain_find v0.2.0 |
1036 | 2024-03-30T03:05:00.297Z | Downloaded supports-color v3.0.0 |
1037 | 2024-03-30T03:05:00.297Z | Downloaded defmt-macros v0.3.6 |
1038 | 2024-03-30T03:05:00.297Z | Downloaded phf v0.11.2 |
1039 | 2024-03-30T03:05:00.297Z | Downloaded defmt v0.3.5 |
1040 | 2024-03-30T03:05:00.297Z | Downloaded try-lock v0.2.4 |
1041 | 2024-03-30T03:05:00.304Z | Downloaded num_enum v0.5.11 |
1042 | 2024-03-30T03:05:00.304Z | Downloaded unicode_categories v0.1.1 |
1043 | 2024-03-30T03:05:00.305Z | Downloaded tracing v0.1.40 |
1044 | 2024-03-30T03:05:00.305Z | Downloaded equivalent v1.0.1 |
1045 | 2024-03-30T03:05:00.305Z | Downloaded zeroize v1.7.0 |
1046 | 2024-03-30T03:05:00.305Z | Downloaded zerocopy v0.3.0 |
1047 | 2024-03-30T03:05:00.305Z | Downloaded blake3 v1.5.0 |
1048 | 2024-03-30T03:05:00.305Z | Downloaded untrusted v0.7.1 |
1049 | 2024-03-30T03:05:00.305Z | Downloaded sct v0.7.0 |
1050 | 2024-03-30T03:05:00.305Z | Downloaded radium v0.7.0 |
1051 | 2024-03-30T03:05:00.305Z | Downloaded pem-rfc7468 v0.7.0 |
1052 | 2024-03-30T03:05:00.305Z | Downloaded packed_struct_codegen v0.10.1 |
1053 | 2024-03-30T03:05:00.305Z | Downloaded fragile v2.0.0 |
1054 | 2024-03-30T03:05:00.305Z | Downloaded num_enum_derive v0.5.11 |
1055 | 2024-03-30T03:05:00.305Z | Downloaded rustversion v1.0.14 |
1056 | 2024-03-30T03:05:00.305Z | Downloaded indexmap v2.2.5 |
1057 | 2024-03-30T03:05:00.305Z | Downloaded rustls-pki-types v1.3.0 |
1058 | 2024-03-30T03:05:00.305Z | Downloaded pest_meta v2.7.6 |
1059 | 2024-03-30T03:05:00.305Z | Downloaded sqlparser_derive v0.2.2 |
1060 | 2024-03-30T03:05:00.305Z | Downloaded structmeta v0.2.0 |
1061 | 2024-03-30T03:05:00.306Z | Downloaded tui-tree-widget v0.17.0 |
1062 | 2024-03-30T03:05:00.306Z | Downloaded tokio-postgres v0.7.10 |
1063 | 2024-03-30T03:05:00.306Z | Downloaded yasna v0.5.2 |
1064 | 2024-03-30T03:05:00.306Z | Downloaded topological-sort v0.2.2 |
1065 | 2024-03-30T03:05:00.306Z | Downloaded tower-service v0.3.2 |
1066 | 2024-03-30T03:05:00.306Z | Downloaded tinyvec_macros v0.1.1 |
1067 | 2024-03-30T03:05:00.306Z | Downloaded rsa v0.9.2 |
1068 | 2024-03-30T03:05:00.306Z | Downloaded either v1.10.0 |
1069 | 2024-03-30T03:05:00.306Z | Downloaded dirs-sys-next v0.1.2 |
1070 | 2024-03-30T03:05:00.306Z | Downloaded dirs-next v2.0.0 |
1071 | 2024-03-30T03:05:00.306Z | Downloaded num-integer v0.1.46 |
1072 | 2024-03-30T03:05:00.306Z | Downloaded socket2 v0.5.5 |
1073 | 2024-03-30T03:05:00.306Z | Downloaded num-derive v0.4.0 |
1074 | 2024-03-30T03:05:00.306Z | Downloaded hashbrown v0.14.3 |
1075 | 2024-03-30T03:05:00.306Z | Downloaded dtrace-parser v0.1.14 |
1076 | 2024-03-30T03:05:00.306Z | Downloaded rustls-pemfile v2.1.1 |
1077 | 2024-03-30T03:05:00.306Z | Downloaded sha2 v0.10.8 |
1078 | 2024-03-30T03:05:00.306Z | Downloaded pin-utils v0.1.0 |
1079 | 2024-03-30T03:05:00.306Z | Downloaded openssl-macros v0.1.1 |
1080 | 2024-03-30T03:05:00.306Z | Downloaded futures-io v0.3.30 |
1081 | 2024-03-30T03:05:00.306Z | Downloaded postgres-types v0.2.6 |
1082 | 2024-03-30T03:05:00.307Z | Downloaded postgres-protocol v0.6.6 |
1083 | 2024-03-30T03:05:00.307Z | Downloaded ucd-trie v0.1.6 |
1084 | 2024-03-30T03:05:00.307Z | Downloaded env_logger v0.10.0 |
1085 | 2024-03-30T03:05:00.307Z | Downloaded toml v0.8.10 |
1086 | 2024-03-30T03:05:00.307Z | Downloaded slog-json v2.6.1 |
1087 | 2024-03-30T03:05:00.307Z | Downloaded minimal-lexical v0.2.1 |
1088 | 2024-03-30T03:05:00.307Z | Downloaded zone_cfg_derive v0.1.2 |
1089 | 2024-03-30T03:05:00.307Z | Downloaded slog-envlogger v2.2.0 |
1090 | 2024-03-30T03:05:00.307Z | Downloaded tabled_derive v0.7.0 |
1091 | 2024-03-30T03:05:00.307Z | Downloaded tap v1.0.1 |
1092 | 2024-03-30T03:05:00.307Z | Downloaded papergrid v0.11.0 |
1093 | 2024-03-30T03:05:00.307Z | Downloaded take_mut v0.2.2 |
1094 | 2024-03-30T03:05:00.307Z | Downloaded cstr-argument v0.1.2 |
1095 | 2024-03-30T03:05:00.307Z | Downloaded darling_macro v0.14.4 |
1096 | 2024-03-30T03:05:00.307Z | Downloaded vte v0.11.1 |
1097 | 2024-03-30T03:05:00.307Z | Downloaded parking_lot_core v0.8.6 |
1098 | 2024-03-30T03:05:00.307Z | Downloaded slog-term v2.9.0 |
1099 | 2024-03-30T03:05:00.308Z | Downloaded wyz v0.5.1 |
1100 | 2024-03-30T03:05:00.308Z | Downloaded flagset v0.4.3 |
1101 | 2024-03-30T03:05:00.308Z | Downloaded fixedbitset v0.4.2 |
1102 | 2024-03-30T03:05:00.308Z | Downloaded which v4.4.0 |
1103 | 2024-03-30T03:05:00.308Z | Downloaded tiny-keccak v2.0.2 |
1104 | 2024-03-30T03:05:00.308Z | Downloaded openssl-probe v0.1.5 |
1105 | 2024-03-30T03:05:00.308Z | Downloaded psl-types v2.0.11 |
1106 | 2024-03-30T03:05:00.308Z | Downloaded serde_plain v1.0.2 |
1107 | 2024-03-30T03:05:00.308Z | Downloaded rpassword v7.3.1 |
1108 | 2024-03-30T03:05:00.308Z | Downloaded gethostname v0.4.3 |
1109 | 2024-03-30T03:05:00.308Z | Downloaded generic-array v0.14.7 |
1110 | 2024-03-30T03:05:00.308Z | Downloaded float-cmp v0.9.0 |
1111 | 2024-03-30T03:05:00.308Z | Downloaded same-file v1.0.6 |
1112 | 2024-03-30T03:05:00.308Z | Downloaded r2d2 v0.8.10 |
1113 | 2024-03-30T03:05:00.308Z | Downloaded pin-project-lite v0.2.13 |
1114 | 2024-03-30T03:05:00.308Z | Downloaded stringprep v0.1.3 |
1115 | 2024-03-30T03:05:00.308Z | Downloaded ron v0.7.1 |
1116 | 2024-03-30T03:05:00.308Z | Downloaded endian-type v0.1.2 |
1117 | 2024-03-30T03:05:00.308Z | Downloaded num-complex v0.4.4 |
1118 | 2024-03-30T03:05:00.308Z | Downloaded unicase v2.7.0 |
1119 | 2024-03-30T03:05:00.308Z | Downloaded strsim v0.11.0 |
1120 | 2024-03-30T03:05:00.309Z | Downloaded dtrace-parser v0.2.0 |
1121 | 2024-03-30T03:05:00.309Z | Downloaded typed-path v0.7.0 |
1122 | 2024-03-30T03:05:00.309Z | Downloaded group v0.13.0 |
1123 | 2024-03-30T03:05:00.309Z | Downloaded num_threads v0.1.6 |
1124 | 2024-03-30T03:05:00.309Z | Downloaded once_cell v1.19.0 |
1125 | 2024-03-30T03:05:00.309Z | Downloaded peg-runtime v0.8.2 |
1126 | 2024-03-30T03:05:00.309Z | Downloaded elliptic-curve v0.13.8 |
1127 | 2024-03-30T03:05:00.309Z | Downloaded semver v0.1.20 |
1128 | 2024-03-30T03:05:00.309Z | Downloaded curve25519-dalek-derive v0.1.0 |
1129 | 2024-03-30T03:05:00.309Z | Downloaded rand_core v0.6.4 |
1130 | 2024-03-30T03:05:00.309Z | Downloaded fnv v1.0.7 |
1131 | 2024-03-30T03:05:00.309Z | Downloaded olpc-cjson v0.1.3 |
1132 | 2024-03-30T03:05:00.309Z | Downloaded serde-big-array v0.5.1 |
1133 | 2024-03-30T03:05:00.309Z | Downloaded number_prefix v0.4.0 |
1134 | 2024-03-30T03:05:00.309Z | Downloaded crypto-common v0.1.6 |
1135 | 2024-03-30T03:05:00.309Z | Downloaded slog-stdlog v4.1.1 |
1136 | 2024-03-30T03:05:00.309Z | Downloaded slog v2.7.0 |
1137 | 2024-03-30T03:05:00.309Z | Downloaded rustfmt-wrapper v0.2.0 |
1138 | 2024-03-30T03:05:00.310Z | Downloaded quote v1.0.35 |
1139 | 2024-03-30T03:05:00.310Z | Downloaded pest_derive v2.7.6 |
1140 | 2024-03-30T03:05:00.310Z | Downloaded erased-serde v0.3.31 |
1141 | 2024-03-30T03:05:00.315Z | Downloaded digest v0.10.7 |
1142 | 2024-03-30T03:05:00.315Z | Downloaded semver-parser v0.10.2 |
1143 | 2024-03-30T03:05:00.315Z | Downloaded semver v0.11.0 |
1144 | 2024-03-30T03:05:00.315Z | Downloaded crucible-workspace-hack v0.1.0 |
1145 | 2024-03-30T03:05:00.315Z | Downloaded mio v0.8.11 |
1146 | 2024-03-30T03:05:00.315Z | Downloaded termtree v0.4.1 |
1147 | 2024-03-30T03:05:00.315Z | Downloaded version_check v0.9.4 |
1148 | 2024-03-30T03:05:00.315Z | Downloaded nom v7.1.3 |
1149 | 2024-03-30T03:05:00.316Z | Downloaded difflib v0.4.0 |
1150 | 2024-03-30T03:05:00.316Z | Downloaded zone v0.1.8 |
1151 | 2024-03-30T03:05:00.316Z | Downloaded rand_chacha v0.3.1 |
1152 | 2024-03-30T03:05:00.316Z | Downloaded der v0.7.8 |
1153 | 2024-03-30T03:05:00.316Z | Downloaded spin v0.9.8 |
1154 | 2024-03-30T03:05:00.316Z | Downloaded sync_wrapper v0.1.2 |
1155 | 2024-03-30T03:05:00.316Z | Downloaded strum v0.25.0 |
1156 | 2024-03-30T03:05:00.316Z | Downloaded num v0.4.1 |
1157 | 2024-03-30T03:05:00.316Z | Downloaded tokio-util v0.7.10 |
1158 | 2024-03-30T03:05:00.316Z | Downloaded usdt v0.3.5 |
1159 | 2024-03-30T03:05:00.316Z | Downloaded serde_arrays v0.1.0 |
1160 | 2024-03-30T03:05:00.316Z | Downloaded vsss-rs v3.3.4 |
1161 | 2024-03-30T03:05:00.316Z | Downloaded sqlformat v0.2.3 |
1162 | 2024-03-30T03:05:00.316Z | Downloaded rayon v1.9.0 |
1163 | 2024-03-30T03:05:00.316Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1164 | 2024-03-30T03:05:00.316Z | Downloaded fxhash v0.2.1 |
1165 | 2024-03-30T03:05:00.316Z | Downloaded derive_builder v0.12.0 |
1166 | 2024-03-30T03:05:00.316Z | Downloaded proc-macro-crate v1.3.1 |
1167 | 2024-03-30T03:05:00.316Z | Downloaded structmeta-derive v0.3.0 |
1168 | 2024-03-30T03:05:00.316Z | Downloaded omicron-zone-package v0.11.0 |
1169 | 2024-03-30T03:05:00.317Z | Downloaded pin-project v1.1.3 |
1170 | 2024-03-30T03:05:00.317Z | Downloaded peeking_take_while v0.1.2 |
1171 | 2024-03-30T03:05:00.317Z | Downloaded sigpipe v0.1.3 |
1172 | 2024-03-30T03:05:00.317Z | Downloaded proc-macro-error-attr v1.0.4 |
1173 | 2024-03-30T03:05:00.317Z | Downloaded globset v0.4.13 |
1174 | 2024-03-30T03:05:00.317Z | Downloaded peg v0.8.2 |
1175 | 2024-03-30T03:05:00.317Z | Downloaded textwrap v0.11.0 |
1176 | 2024-03-30T03:05:00.317Z | Downloaded synstructure v0.12.6 |
1177 | 2024-03-30T03:05:00.317Z | Downloaded peg-macros v0.8.2 |
1178 | 2024-03-30T03:05:00.317Z | Downloaded ron v0.8.1 |
1179 | 2024-03-30T03:05:00.317Z | Downloaded scheduled-thread-pool v0.2.7 |
1180 | 2024-03-30T03:05:00.317Z | Downloaded nu-ansi-term v0.50.0 |
1181 | 2024-03-30T03:05:00.317Z | Downloaded usdt v0.5.0 |
1182 | 2024-03-30T03:05:00.317Z | Downloaded unarray v0.1.4 |
1183 | 2024-03-30T03:05:00.317Z | Downloaded unicode-bidi v0.3.15 |
1184 | 2024-03-30T03:05:00.317Z | Downloaded spki v0.7.2 |
1185 | 2024-03-30T03:05:00.317Z | Downloaded proc-macro2 v1.0.78 |
1186 | 2024-03-30T03:05:00.317Z | Downloaded futures-macro v0.3.30 |
1187 | 2024-03-30T03:05:00.317Z | Downloaded pkg-config v0.3.27 |
1188 | 2024-03-30T03:05:00.317Z | Downloaded structopt-derive v0.4.18 |
1189 | 2024-03-30T03:05:00.318Z | Downloaded unicode-ident v1.0.12 |
1190 | 2024-03-30T03:05:00.318Z | Downloaded crossbeam-utils v0.8.19 |
1191 | 2024-03-30T03:05:00.318Z | Downloaded flume v0.11.0 |
1192 | 2024-03-30T03:05:00.318Z | Downloaded sha1 v0.10.6 |
1193 | 2024-03-30T03:05:00.318Z | Downloaded universal-hash v0.5.1 |
1194 | 2024-03-30T03:05:00.318Z | Downloaded ppv-lite86 v0.2.17 |
1195 | 2024-03-30T03:05:00.318Z | Downloaded thiserror-impl v1.0.57 |
1196 | 2024-03-30T03:05:00.318Z | Downloaded clap v2.34.0 |
1197 | 2024-03-30T03:05:00.318Z | Downloaded thiserror v1.0.57 |
1198 | 2024-03-30T03:05:00.318Z | Downloaded toml_edit v0.19.15 |
1199 | 2024-03-30T03:05:00.318Z | Downloaded futures-sink v0.3.30 |
1200 | 2024-03-30T03:05:00.318Z | Downloaded deranged v0.3.11 |
1201 | 2024-03-30T03:05:00.318Z | Downloaded signal-hook-registry v1.4.1 |
1202 | 2024-03-30T03:05:00.318Z | Downloaded untrusted v0.9.0 |
1203 | 2024-03-30T03:05:00.318Z | Downloaded proc-macro-error v1.0.4 |
1204 | 2024-03-30T03:05:00.318Z | Downloaded der_derive v0.7.2 |
1205 | 2024-03-30T03:05:00.318Z | Downloaded packed_struct v0.10.1 |
1206 | 2024-03-30T03:05:00.322Z | Downloaded hyper v0.14.28 |
1207 | 2024-03-30T03:05:00.326Z | Downloaded pkcs8 v0.10.2 |
1208 | 2024-03-30T03:05:00.334Z | Downloaded openssl-sys v0.9.96 |
1209 | 2024-03-30T03:05:00.342Z | Downloaded pkcs1 v0.7.5 |
1210 | 2024-03-30T03:05:00.342Z | Downloaded serde_with_macros v3.6.1 |
1211 | 2024-03-30T03:05:00.343Z | Downloaded trust-dns-server v0.22.1 |
1212 | 2024-03-30T03:05:00.761Z | Downloaded time v0.3.34 |
1213 | 2024-03-30T03:05:00.761Z | Downloaded parking_lot v0.12.1 |
1214 | 2024-03-30T03:05:00.761Z | Downloaded diff v0.1.13 |
1215 | 2024-03-30T03:05:00.781Z | Downloaded parking_lot_core v0.9.8 |
1216 | 2024-03-30T03:05:00.781Z | Downloaded trust-dns-client v0.22.0 |
1217 | 2024-03-30T03:05:00.781Z | Downloaded tinyvec v1.6.0 |
1218 | 2024-03-30T03:05:00.781Z | Downloaded parking_lot v0.11.2 |
1219 | 2024-03-30T03:05:00.781Z | Downloaded structopt v0.3.26 |
1220 | 2024-03-30T03:05:00.781Z | Downloaded fatfs v0.3.6 |
1221 | 2024-03-30T03:05:00.781Z | Downloaded expectorate v1.1.0 |
1222 | 2024-03-30T03:05:00.781Z | Downloaded tungstenite v0.21.0 |
1223 | 2024-03-30T03:05:00.781Z | Downloaded trust-dns-resolver v0.22.0 |
1224 | 2024-03-30T03:05:00.781Z | Downloaded regex-automata v0.1.10 |
1225 | 2024-03-30T03:05:00.781Z | Downloaded rcgen v0.12.1 |
1226 | 2024-03-30T03:05:00.782Z | Downloaded derive-where v1.2.7 |
1227 | 2024-03-30T03:05:00.782Z | Downloaded darling_core v0.14.4 |
1228 | 2024-03-30T03:05:00.782Z | Downloaded x509-cert v0.2.4 |
1229 | 2024-03-30T03:05:00.782Z | Downloaded vcpkg v0.2.15 |
1230 | 2024-03-30T03:05:00.782Z | Downloaded rayon-core v1.12.1 |
1231 | 2024-03-30T03:05:00.782Z | Downloaded similar v2.4.0 |
1232 | 2024-03-30T03:05:00.782Z | Downloaded quick-xml v0.30.0 |
1233 | 2024-03-30T03:05:00.782Z | Downloaded crossterm v0.27.0 |
1234 | 2024-03-30T03:05:00.782Z | Downloaded prettyplease v0.2.16 |
1235 | 2024-03-30T03:05:00.782Z | Downloaded unicode-normalization v0.1.22 |
1236 | 2024-03-30T03:05:00.782Z | Downloaded num-bigint v0.4.4 |
1237 | 2024-03-30T03:05:00.782Z | Downloaded tough v0.16.0 |
1238 | 2024-03-30T03:05:00.782Z | Downloaded url v2.5.0 |
1239 | 2024-03-30T03:05:00.782Z | Downloaded tungstenite v0.20.1 |
1240 | 2024-03-30T03:05:00.782Z | Downloaded reqwest v0.11.24 |
1241 | 2024-03-30T03:05:00.782Z | Downloaded futures-util v0.3.30 |
1242 | 2024-03-30T03:05:00.782Z | Downloaded unicode-segmentation v1.10.1 |
1243 | 2024-03-30T03:05:00.783Z | Downloaded bstr v0.2.17 |
1244 | 2024-03-30T03:05:00.783Z | Downloaded goblin v0.8.0 |
1245 | 2024-03-30T03:05:00.783Z | Downloaded pest v2.7.6 |
1246 | 2024-03-30T03:05:00.783Z | Downloaded smoltcp v0.9.1 |
1247 | 2024-03-30T03:05:00.783Z | Downloaded winnow v0.6.1 |
1248 | 2024-03-30T03:05:00.783Z | Downloaded polar-core v0.27.0 |
1249 | 2024-03-30T03:05:00.783Z | Downloaded serde_with v3.6.1 |
1250 | 2024-03-30T03:05:00.783Z | Downloaded idna v0.3.0 |
1251 | 2024-03-30T03:05:00.783Z | Downloaded idna v0.2.3 |
1252 | 2024-03-30T03:05:00.783Z | Downloaded regress v0.9.0 |
1253 | 2024-03-30T03:05:00.783Z | Downloaded syn v1.0.109 |
1254 | 2024-03-30T03:05:00.783Z | Downloaded syn v2.0.52 |
1255 | 2024-03-30T03:05:00.783Z | Downloaded webpki-roots v0.25.2 |
1256 | 2024-03-30T03:05:00.783Z | Downloaded sqlparser v0.43.1 |
1257 | 2024-03-30T03:05:00.784Z | Downloaded regex v1.10.3 |
1258 | 2024-03-30T03:05:00.784Z | Downloaded radix_trie v0.2.1 |
1259 | 2024-03-30T03:05:00.784Z | Downloaded object v0.32.1 |
1260 | 2024-03-30T03:05:00.784Z | Downloaded trust-dns-proto v0.22.0 |
1261 | 2024-03-30T03:05:00.784Z | Downloaded regex-syntax v0.8.2 |
1262 | 2024-03-30T03:05:00.784Z | Downloaded diesel v2.1.4 |
1263 | 2024-03-30T03:05:00.784Z | Downloaded rustls v0.22.2 |
1264 | 2024-03-30T03:05:00.784Z | Downloaded rustix v0.38.31 |
1265 | 2024-03-30T03:05:00.784Z | Downloaded zerocopy-derive v0.6.4 |
1266 | 2024-03-30T03:05:00.784Z | Downloaded zerocopy-derive v0.2.0 |
1267 | 2024-03-30T03:05:00.784Z | Downloaded libc v0.2.153 |
1268 | 2024-03-30T03:05:00.810Z | Downloaded sled v0.34.7 |
1269 | 2024-03-30T03:05:00.819Z | Downloaded csv v1.3.0 |
1270 | 2024-03-30T03:05:00.836Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1271 | 2024-03-30T03:05:00.847Z | Downloaded openapiv3 v2.0.0 |
1272 | 2024-03-30T03:05:00.861Z | Downloaded regex-automata v0.4.5 |
1273 | 2024-03-30T03:05:00.878Z | Downloaded ratatui v0.26.1 |
1274 | 2024-03-30T03:05:00.896Z | Downloaded tokio v1.36.0 |
1275 | 2024-03-30T03:05:00.934Z | Downloaded sha3 v0.10.8 |
1276 | 2024-03-30T03:05:00.939Z | Downloaded object v0.30.4 |
1277 | 2024-03-30T03:05:00.948Z | Downloaded proptest v1.4.0 |
1278 | 2024-03-30T03:05:00.957Z | Downloaded tabled v0.15.0 |
1279 | 2024-03-30T03:05:00.972Z | Downloaded openssl v0.10.60 |
1280 | 2024-03-30T03:05:00.981Z | Downloaded nix v0.27.1 |
1281 | 2024-03-30T03:05:00.992Z | Downloaded smoltcp v0.11.0 |
1282 | 2024-03-30T03:05:01.005Z | Downloaded bstr v1.9.0 |
1283 | 2024-03-30T03:05:01.016Z | Downloaded rustls-webpki v0.102.1 |
1284 | 2024-03-30T03:05:01.034Z | Downloaded idna v0.5.0 |
1285 | 2024-03-30T03:05:01.041Z | Downloaded winnow v0.5.15 |
1286 | 2024-03-30T03:05:01.049Z | Downloaded encoding_rs v0.8.33 |
1287 | 2024-03-30T03:05:01.072Z | Downloaded rustls v0.21.9 |
1288 | 2024-03-30T03:05:01.083Z | Downloaded curve25519-dalek v4.1.1 |
1289 | 2024-03-30T03:05:01.092Z | Downloaded rustls-webpki v0.101.7 |
1290 | 2024-03-30T03:05:01.108Z | Downloaded petgraph v0.6.4 |
1291 | 2024-03-30T03:05:01.122Z | Downloaded regex-syntax v0.6.29 |
1292 | 2024-03-30T03:05:01.129Z | Downloaded gimli v0.28.0 |
1293 | 2024-03-30T03:05:01.138Z | Downloaded lalrpop v0.19.12 |
1294 | 2024-03-30T03:05:01.149Z | Downloaded chrono v0.4.34 |
1295 | 2024-03-30T03:05:01.157Z | Downloaded textwrap v0.16.1 |
1296 | 2024-03-30T03:05:01.162Z | Downloaded serde v1.0.197 |
1297 | 2024-03-30T03:05:01.166Z | Downloaded zerocopy v0.7.32 |
1298 | 2024-03-30T03:05:01.184Z | Downloaded serde_yaml v0.9.25 |
1299 | 2024-03-30T03:05:01.189Z | Downloaded h2 v0.3.24 |
1300 | 2024-03-30T03:05:01.194Z | Downloaded getrandom v0.2.12 |
1301 | 2024-03-30T03:05:01.194Z | Downloaded getopts v0.2.21 |
1302 | 2024-03-30T03:05:01.204Z | Downloaded darling v0.20.3 |
1303 | 2024-03-30T03:05:01.204Z | Downloaded rand_xorshift v0.3.0 |
1304 | 2024-03-30T03:05:01.209Z | Downloaded futures-task v0.3.30 |
1305 | 2024-03-30T03:05:01.209Z | Downloaded publicsuffix v2.2.3 |
1306 | 2024-03-30T03:05:01.209Z | Downloaded salty v0.2.0 |
1307 | 2024-03-30T03:05:01.209Z | Downloaded rand v0.8.5 |
1308 | 2024-03-30T03:05:01.215Z | Downloaded steno v0.4.0 |
1309 | 2024-03-30T03:05:01.644Z | Downloaded bindgen v0.69.2 |
1310 | 2024-03-30T03:05:01.644Z | Downloaded stable_deref_trait v1.2.0 |
1311 | 2024-03-30T03:05:01.644Z | Downloaded rustc-demangle v0.1.23 |
1312 | 2024-03-30T03:05:01.653Z | Downloaded flate2 v1.0.28 |
1313 | 2024-03-30T03:05:01.653Z | Downloaded bitvec v1.0.1 |
1314 | 2024-03-30T03:05:01.653Z | Downloaded darling_core v0.20.3 |
1315 | 2024-03-30T03:05:01.653Z | Downloaded rand_seeder v0.2.3 |
1316 | 2024-03-30T03:05:01.653Z | Downloaded schemars v0.8.16 |
1317 | 2024-03-30T03:05:01.653Z | Downloaded serde_json v1.0.114 |
1318 | 2024-03-30T03:05:01.653Z | Downloaded hkdf v0.12.4 |
1319 | 2024-03-30T03:05:01.654Z | Downloaded portable-atomic v1.4.3 |
1320 | 2024-03-30T03:05:01.654Z | Downloaded itertools v0.12.1 |
1321 | 2024-03-30T03:05:01.654Z | Downloaded pest_generator v2.7.6 |
1322 | 2024-03-30T03:05:01.654Z | Downloaded structmeta-derive v0.2.0 |
1323 | 2024-03-30T03:05:01.654Z | Downloaded static_assertions v1.1.0 |
1324 | 2024-03-30T03:05:01.654Z | Downloaded form_urlencoded v1.2.1 |
1325 | 2024-03-30T03:05:01.654Z | Downloaded enum-as-inner v0.5.1 |
1326 | 2024-03-30T03:05:01.654Z | Downloaded zip v0.6.6 |
1327 | 2024-03-30T03:05:01.654Z | Downloaded serde-hex v0.1.0 |
1328 | 2024-03-30T03:05:01.654Z | Downloaded tracing-core v0.1.32 |
1329 | 2024-03-30T03:05:01.654Z | Downloaded reedline v0.30.0 |
1330 | 2024-03-30T03:05:01.654Z | Downloaded ed25519 v1.5.3 |
1331 | 2024-03-30T03:05:01.655Z | Downloaded test-strategy v0.3.1 |
1332 | 2024-03-30T03:05:01.655Z | Downloaded itertools v0.10.5 |
1333 | 2024-03-30T03:05:01.655Z | Downloaded uuid v0.8.2 |
1334 | 2024-03-30T03:05:01.655Z | Downloaded usdt-attr-macro v0.3.5 |
1335 | 2024-03-30T03:05:01.655Z | Downloaded unsafe-libyaml v0.2.10 |
1336 | 2024-03-30T03:05:01.655Z | Downloaded serde_derive v1.0.197 |
1337 | 2024-03-30T03:05:01.656Z | Downloaded libxml v0.3.3 |
1338 | 2024-03-30T03:05:01.656Z | Downloaded libm v0.2.7 |
1339 | 2024-03-30T03:05:01.656Z | Downloaded clap_builder v4.5.1 |
1340 | 2024-03-30T03:05:01.656Z | Downloaded dof v0.3.0 |
1341 | 2024-03-30T03:05:01.656Z | Downloaded utf8parse v0.2.1 |
1342 | 2024-03-30T03:05:01.656Z | Downloaded tabwriter v1.4.0 |
1343 | 2024-03-30T03:05:01.656Z | Downloaded crypto-bigint v0.5.2 |
1344 | 2024-03-30T03:05:01.656Z | Downloaded num-bigint-dig v0.8.4 |
1345 | 2024-03-30T03:05:01.656Z | Downloaded time-macros v0.2.17 |
1346 | 2024-03-30T03:05:01.656Z | Downloaded snafu v0.7.5 |
1347 | 2024-03-30T03:05:01.657Z | Downloaded ring v0.17.8 |
1348 | 2024-03-30T03:05:01.657Z | Downloaded rustyline v13.0.0 |
1349 | 2024-03-30T03:05:01.657Z | Downloaded structmeta v0.3.0 |
1350 | 2024-03-30T03:05:01.657Z | Downloaded signal-hook-mio v0.2.3 |
1351 | 2024-03-30T03:05:01.657Z | Downloaded slog-async v2.8.0 |
1352 | 2024-03-30T03:05:01.657Z | Downloaded memchr v2.7.1 |
1353 | 2024-03-30T03:05:01.657Z | Downloaded slog-bunyan v2.5.0 |
1354 | 2024-03-30T03:05:01.657Z | Downloaded futures v0.3.30 |
1355 | 2024-03-30T03:05:01.657Z | Downloaded env_logger v0.9.3 |
1356 | 2024-03-30T03:05:01.657Z | Downloaded zerocopy v0.6.4 |
1357 | 2024-03-30T03:05:01.658Z | Downloaded toml v0.7.8 |
1358 | 2024-03-30T03:05:01.658Z | Downloaded toml_edit v0.22.6 |
1359 | 2024-03-30T03:05:01.658Z | Downloaded ring v0.16.20 |
1360 | 2024-03-30T03:05:01.658Z | Downloaded dyn-clone v1.0.17 |
1361 | 2024-03-30T03:05:01.658Z | Downloaded downcast v0.11.0 |
1362 | 2024-03-30T03:05:01.658Z | Downloaded quick-error v1.2.3 |
1363 | 2024-03-30T03:05:01.658Z | Downloaded percent-encoding v2.3.1 |
1364 | 2024-03-30T03:05:01.658Z | Downloaded pem v3.0.2 |
1365 | 2024-03-30T03:05:01.658Z | Downloaded rustls-pemfile v1.0.3 |
1366 | 2024-03-30T03:05:01.658Z | Downloaded dof v0.1.5 |
1367 | 2024-03-30T03:05:01.659Z | Downloaded zeroize_derive v1.4.2 |
1368 | 2024-03-30T03:05:01.659Z | Downloaded doc-comment v0.3.3 |
1369 | 2024-03-30T03:05:01.659Z | Downloaded display-error-chain v0.2.0 |
1370 | 2024-03-30T03:05:01.659Z | Downloaded vte_generate_state_changes v0.1.1 |
1371 | 2024-03-30T03:05:01.659Z | Downloaded utf-8 v0.7.6 |
1372 | 2024-03-30T03:05:01.659Z | Downloaded unicode-linebreak v0.1.5 |
1373 | 2024-03-30T03:05:01.659Z | Downloaded signal-hook v0.3.17 |
1374 | 2024-03-30T03:05:01.659Z | Downloaded thread_local v1.1.7 |
1375 | 2024-03-30T03:05:01.659Z | Downloaded thiserror-impl-no-std v2.0.2 |
1376 | 2024-03-30T03:05:01.659Z | Downloaded postcard v1.0.8 |
1377 | 2024-03-30T03:05:01.659Z | Downloaded diesel_derives v2.1.2 |
1378 | 2024-03-30T03:05:01.659Z | Downloaded derive_more v0.99.17 |
1379 | 2024-03-30T03:05:01.659Z | Downloaded http v0.2.12 |
1380 | 2024-03-30T03:05:01.659Z | Downloaded toml v0.5.11 |
1381 | 2024-03-30T03:05:01.660Z | Downloaded usdt-impl v0.3.5 |
1382 | 2024-03-30T03:05:01.660Z | Downloaded poly1305 v0.8.0 |
1383 | 2024-03-30T03:05:01.660Z | Downloaded rtoolbox v0.0.1 |
1384 | 2024-03-30T03:05:01.660Z | Downloaded num-traits v0.2.18 |
1385 | 2024-03-30T03:05:01.660Z | Downloaded string_cache v0.8.7 |
1386 | 2024-03-30T03:05:01.660Z | Downloaded secrecy v0.8.0 |
1387 | 2024-03-30T03:05:01.660Z | Downloaded sec1 v0.7.3 |
1388 | 2024-03-30T03:05:01.660Z | Downloaded schemars_derive v0.8.16 |
1389 | 2024-03-30T03:05:01.660Z | Downloaded futures-executor v0.3.30 |
1390 | 2024-03-30T03:05:01.660Z | Downloaded funty v2.0.0 |
1391 | 2024-03-30T03:05:01.660Z | Downloaded fs-err v2.11.0 |
1392 | 2024-03-30T03:05:01.660Z | Downloaded powerfmt v0.2.0 |
1393 | 2024-03-30T03:05:01.660Z | Downloaded typenum v1.16.0 |
1394 | 2024-03-30T03:05:01.660Z | Downloaded darling v0.14.4 |
1395 | 2024-03-30T03:05:01.660Z | Downloaded subtle v2.5.0 |
1396 | 2024-03-30T03:05:01.661Z | Downloaded strum_macros v0.24.3 |
1397 | 2024-03-30T03:05:01.661Z | Downloaded spin v0.5.2 |
1398 | 2024-03-30T03:05:01.661Z | Downloaded signature v1.6.4 |
1399 | 2024-03-30T03:05:01.661Z | Downloaded tokio-rustls v0.24.1 |
1400 | 2024-03-30T03:05:01.670Z | Downloaded filetime v0.2.23 |
1401 | 2024-03-30T03:05:01.670Z | Downloaded indicatif v0.17.8 |
1402 | 2024-03-30T03:05:01.670Z | Downloaded normalize-line-endings v0.3.0 |
1403 | 2024-03-30T03:05:01.671Z | Downloaded slog-dtrace v0.3.0 |
1404 | 2024-03-30T03:05:01.671Z | Downloaded tokio-tungstenite v0.20.1 |
1405 | 2024-03-30T03:05:01.671Z | Downloaded smallvec v0.6.14 |
1406 | 2024-03-30T03:05:01.671Z | Downloaded shlex v1.3.0 |
1407 | 2024-03-30T03:05:01.671Z | Downloaded ref-cast v1.0.20 |
1408 | 2024-03-30T03:05:01.671Z | Downloaded platforms v3.0.2 |
1409 | 2024-03-30T03:05:01.671Z | Downloaded zerocopy-derive v0.7.32 |
1410 | 2024-03-30T03:05:01.684Z | Downloaded termios v0.3.3 |
1411 | 2024-03-30T03:05:01.685Z | Downloaded terminal_size v0.3.0 |
1412 | 2024-03-30T03:05:01.685Z | Downloaded num_cpus v1.16.0 |
1413 | 2024-03-30T03:05:01.685Z | Downloaded uuid v1.7.0 |
1414 | 2024-03-30T03:05:01.685Z | Downloaded usdt-macro v0.5.0 |
1415 | 2024-03-30T03:05:01.685Z | Downloaded usdt-macro v0.3.5 |
1416 | 2024-03-30T03:05:01.685Z | Downloaded password-hash v0.5.0 |
1417 | 2024-03-30T03:05:01.705Z | Downloaded num-rational v0.4.1 |
1418 | 2024-03-30T03:05:01.705Z | Downloaded serde_path_to_error v0.1.16 |
1419 | 2024-03-30T03:05:01.705Z | Downloaded scroll v0.12.0 |
1420 | 2024-03-30T03:05:01.705Z | Downloaded tar v0.4.40 |
1421 | 2024-03-30T03:05:01.705Z | Downloaded http v1.0.0 |
1422 | 2024-03-30T03:05:01.706Z | Downloaded hashbrown v0.13.2 |
1423 | 2024-03-30T03:05:01.706Z | Downloaded cc v1.0.83 |
1424 | 2024-03-30T03:05:01.706Z | Downloaded predicates-core v1.0.6 |
1425 | 2024-03-30T03:05:01.706Z | Downloaded predicates v3.1.0 |
1426 | 2024-03-30T03:05:01.712Z | Downloaded embedded-io v0.4.0 |
1427 | 2024-03-30T03:05:01.712Z | Downloaded data-encoding v2.4.0 |
1428 | 2024-03-30T03:05:01.713Z | Downloaded csv-core v0.1.11 |
1429 | 2024-03-30T03:05:01.713Z | Downloaded subprocess v0.2.9 |
1430 | 2024-03-30T03:05:01.713Z | Downloaded serde_derive_internals v0.26.0 |
1431 | 2024-03-30T03:05:01.713Z | Downloaded const-oid v0.9.6 |
1432 | 2024-03-30T03:05:01.713Z | Downloaded memmap2 v0.7.1 |
1433 | 2024-03-30T03:05:01.713Z | Downloaded mime_guess v2.0.4 |
1434 | 2024-03-30T03:05:01.713Z | Downloaded num-iter v0.1.44 |
1435 | 2024-03-30T03:05:01.713Z | Downloaded tracing-attributes v0.1.27 |
1436 | 2024-03-30T03:05:01.720Z | Downloaded ryu v1.0.15 |
1437 | 2024-03-30T03:05:01.720Z | Downloaded whoami v1.5.0 |
1438 | 2024-03-30T03:05:01.720Z | Downloaded base64 v0.22.0 |
1439 | 2024-03-30T03:05:01.726Z | Downloaded term v0.7.0 |
1440 | 2024-03-30T03:05:01.726Z | Downloaded tempfile v3.10.0 |
1441 | 2024-03-30T03:05:01.729Z | Downloaded ipnet v2.9.0 |
1442 | 2024-03-30T03:05:01.729Z | Downloaded crc-any v2.4.3 |
1443 | 2024-03-30T03:05:01.733Z | Downloaded tokio-macros v2.2.0 |
1444 | 2024-03-30T03:05:01.733Z | Downloaded strum_macros v0.26.1 |
1445 | 2024-03-30T03:05:01.733Z | Downloaded strsim v0.8.0 |
1446 | 2024-03-30T03:05:01.733Z | Downloaded lock_api v0.4.10 |
1447 | 2024-03-30T03:05:01.737Z | Downloaded impl-trait-for-tuples v0.2.2 |
1448 | 2024-03-30T03:05:01.737Z | Downloaded cookie v0.18.0 |
1449 | 2024-03-30T03:05:01.741Z | Downloaded vec_map v0.8.2 |
1450 | 2024-03-30T03:05:01.741Z | Downloaded smawk v0.3.1 |
1451 | 2024-03-30T03:05:01.745Z | Downloaded serde_urlencoded v0.7.1 |
1452 | 2024-03-30T03:05:01.745Z | Downloaded mockall v0.12.0 |
1453 | 2024-03-30T03:05:01.745Z | Downloaded unicode-width v0.1.11 |
1454 | 2024-03-30T03:05:01.748Z | Downloaded hmac v0.12.1 |
1455 | 2024-03-30T03:05:01.749Z | Downloaded nodrop v0.1.14 |
1456 | 2024-03-30T03:05:01.749Z | Downloaded mime v0.3.17 |
1457 | 2024-03-30T03:05:01.753Z | Downloaded clang-sys v1.6.1 |
1458 | 2024-03-30T03:05:01.753Z | Downloaded lru v0.12.1 |
1459 | 2024-03-30T03:05:01.753Z | Downloaded cookie_store v0.20.0 |
1460 | 2024-03-30T03:05:01.757Z | Downloaded bitflags v2.4.2 |
1461 | 2024-03-30T03:05:01.760Z | Downloaded ipnetwork v0.20.0 |
1462 | 2024-03-30T03:05:01.760Z | Downloaded strsim v0.10.0 |
1463 | 2024-03-30T03:05:01.761Z | Downloaded strip-ansi-escapes v0.2.0 |
1464 | 2024-03-30T03:05:01.768Z | Downloaded lazycell v1.3.0 |
1465 | 2024-03-30T03:05:01.768Z | Downloaded heck v0.3.3 |
1466 | 2024-03-30T03:05:01.768Z | Downloaded crc-catalog v2.2.0 |
1467 | 2024-03-30T03:05:01.768Z | Downloaded cpufeatures v0.2.12 |
1468 | 2024-03-30T03:05:01.772Z | Downloaded console v0.15.8 |
1469 | 2024-03-30T03:05:01.772Z | Downloaded bzip2 v0.4.4 |
1470 | 2024-03-30T03:05:01.772Z | Downloaded cookie v0.17.0 |
1471 | 2024-03-30T03:05:01.772Z | Downloaded base64 v0.13.1 |
1472 | 2024-03-30T03:05:01.777Z | Downloaded itoa v1.0.9 |
1473 | 2024-03-30T03:05:01.777Z | Downloaded serde_spanned v0.6.5 |
1474 | 2024-03-30T03:05:01.777Z | Downloaded serde_repr v0.1.16 |
1475 | 2024-03-30T03:05:01.780Z | Downloaded lru-cache v0.1.2 |
1476 | 2024-03-30T03:05:01.780Z | Downloaded blake2 v0.10.6 |
1477 | 2024-03-30T03:05:01.784Z | Downloaded camino v1.1.6 |
1478 | 2024-03-30T03:05:01.784Z | Downloaded ciborium-ll v0.2.2 |
1479 | 2024-03-30T03:05:01.784Z | Downloaded rustc-hash v1.1.0 |
1480 | 2024-03-30T03:05:01.784Z | Downloaded httpdate v1.0.3 |
1481 | 2024-03-30T03:05:01.788Z | Downloaded newline-converter v0.3.0 |
1482 | 2024-03-30T03:05:01.788Z | Downloaded buf-list v1.0.3 |
1483 | 2024-03-30T03:05:01.788Z | Downloaded match_cfg v0.1.0 |
1484 | 2024-03-30T03:05:01.793Z | Downloaded cobs v0.2.3 |
1485 | 2024-03-30T03:05:01.793Z | Downloaded bcs v0.1.6 |
1486 | 2024-03-30T03:05:01.793Z | Downloaded backtrace v0.3.69 |
1487 | 2024-03-30T03:05:01.797Z | Downloaded cancel-safe-futures v0.1.5 |
1488 | 2024-03-30T03:05:01.800Z | Downloaded hostname v0.3.1 |
1489 | 2024-03-30T03:05:01.800Z | Downloaded bit-set v0.5.3 |
1490 | 2024-03-30T03:05:01.800Z | Downloaded hex v0.4.3 |
1491 | 2024-03-30T03:05:01.804Z | Downloaded kstat-rs v0.2.3 |
1492 | 2024-03-30T03:05:01.804Z | Downloaded highway v1.1.0 |
1493 | 2024-03-30T03:05:01.804Z | Downloaded camino-tempfile v1.1.1 |
1494 | 2024-03-30T03:05:01.809Z | Downloaded cassowary v0.3.0 |
1495 | 2024-03-30T03:05:01.809Z | Downloaded block-buffer v0.10.4 |
1496 | 2024-03-30T03:05:01.813Z | Downloaded aho-corasick v1.1.2 |
1497 | 2024-03-30T03:05:01.816Z | Downloaded arc-swap v1.6.0 |
1498 | 2024-03-30T03:05:01.819Z | Downloaded anyhow v1.0.79 |
1499 | 2024-03-30T03:05:01.824Z | Downloaded bb8 v0.8.3 |
1500 | 2024-03-30T03:05:01.824Z | Downloaded arrayref v0.3.7 |
1501 | 2024-03-30T03:05:01.824Z | Downloaded anstyle-parse v0.2.1 |
1502 | 2024-03-30T03:05:01.824Z | Downloaded atty v0.2.14 |
1503 | 2024-03-30T03:05:01.831Z | Downloaded async-stream v0.3.5 |
1504 | 2024-03-30T03:05:01.831Z | Downloaded ascii-canvas v3.0.0 |
1505 | 2024-03-30T03:05:01.831Z | Downloaded ascii v1.1.0 |
1506 | 2024-03-30T03:05:02.246Z | Compiling proc-macro2 v1.0.78 |
1507 | 2024-03-30T03:05:02.246Z | Compiling unicode-ident v1.0.12 |
1508 | 2024-03-30T03:05:02.249Z | Compiling libc v0.2.153 |
1509 | 2024-03-30T03:05:02.249Z | Compiling serde v1.0.197 |
1510 | 2024-03-30T03:05:02.250Z | Compiling version_check v0.9.4 |
1511 | 2024-03-30T03:05:02.250Z | Compiling autocfg v1.1.0 |
1512 | 2024-03-30T03:05:02.293Z | Compiling cfg-if v1.0.0 |
1513 | 2024-03-30T03:05:02.416Z | Compiling syn v1.0.109 |
1514 | 2024-03-30T03:05:02.477Z | Compiling once_cell v1.19.0 |
1515 | 2024-03-30T03:05:02.498Z | Compiling byteorder v1.5.0 |
1516 | 2024-03-30T03:05:02.827Z | Compiling memchr v2.7.1 |
1517 | 2024-03-30T03:05:02.875Z | Compiling serde_json v1.0.114 |
1518 | 2024-03-30T03:05:02.943Z | Compiling ahash v0.8.8 |
1519 | 2024-03-30T03:05:02.973Z | Compiling lock_api v0.4.10 |
1520 | 2024-03-30T03:05:03.391Z | Compiling parking_lot_core v0.9.8 |
1521 | 2024-03-30T03:05:03.401Z | Compiling libm v0.2.7 |
1522 | 2024-03-30T03:05:03.521Z | Compiling num-traits v0.2.18 |
1523 | 2024-03-30T03:05:03.543Z | Compiling thiserror v1.0.57 |
1524 | 2024-03-30T03:05:03.796Z | Compiling typenum v1.16.0 |
1525 | 2024-03-30T03:05:03.976Z | Compiling generic-array v0.14.7 |
1526 | 2024-03-30T03:05:04.054Z | Compiling itoa v1.0.9 |
1527 | 2024-03-30T03:05:04.413Z | Compiling quote v1.0.35 |
1528 | 2024-03-30T03:05:04.434Z | Compiling log v0.4.21 |
1529 | 2024-03-30T03:05:04.707Z | Compiling cc v1.0.83 |
1530 | 2024-03-30T03:05:04.726Z | Compiling getrandom v0.2.12 |
1531 | 2024-03-30T03:05:04.958Z | Compiling syn v2.0.52 |
1532 | 2024-03-30T03:05:05.029Z | Compiling scopeguard v1.2.0 |
1533 | 2024-03-30T03:05:05.537Z | Compiling pkg-config v0.3.27 |
1534 | 2024-03-30T03:05:05.567Z | Compiling allocator-api2 v0.2.16 |
1535 | 2024-03-30T03:05:05.755Z | Compiling slab v0.4.9 |
1536 | 2024-03-30T03:05:05.776Z | Compiling ryu v1.0.15 |
1537 | 2024-03-30T03:05:06.314Z | Compiling smallvec v1.13.1 |
1538 | 2024-03-30T03:05:06.364Z | Compiling schemars v0.8.16 |
1539 | 2024-03-30T03:05:06.674Z | Compiling pin-project-lite v0.2.13 |
1540 | 2024-03-30T03:05:06.867Z | Compiling heck v0.4.1 |
1541 | 2024-03-30T03:05:06.898Z | Compiling equivalent v1.0.1 |
1542 | 2024-03-30T03:05:07.323Z | Compiling parking_lot v0.12.1 |
1543 | 2024-03-30T03:05:07.394Z | Compiling ring v0.17.8 |
1544 | 2024-03-30T03:05:07.422Z | Compiling vcpkg v0.2.15 |
1545 | 2024-03-30T03:05:08.974Z | Compiling signal-hook-registry v1.4.1 |
1546 | 2024-03-30T03:05:09.178Z | Compiling openssl-sys v0.9.96 |
1547 | 2024-03-30T03:05:09.849Z | Compiling mio v0.8.11 |
1548 | 2024-03-30T03:05:10.014Z | Compiling fnv v1.0.7 |
1549 | 2024-03-30T03:05:10.073Z | Compiling rand_core v0.6.4 |
1550 | 2024-03-30T03:05:10.206Z | Compiling num-conv v0.1.0 |
1551 | 2024-03-30T03:05:10.483Z | Compiling time-core v0.1.2 |
1552 | 2024-03-30T03:05:10.624Z | Compiling ring v0.16.20 |
1553 | 2024-03-30T03:05:10.686Z | Compiling time-macros v0.2.17 |
1554 | 2024-03-30T03:05:10.952Z | Compiling socket2 v0.5.5 |
1555 | 2024-03-30T03:05:11.152Z | Compiling num_cpus v1.16.0 |
1556 | 2024-03-30T03:05:11.494Z | Compiling httparse v1.8.0 |
1557 | 2024-03-30T03:05:12.275Z | Compiling serde_derive_internals v0.26.0 |
1558 | 2024-03-30T03:05:12.415Z | Compiling ucd-trie v0.1.6 |
1559 | 2024-03-30T03:05:12.771Z | Compiling futures-core v0.3.30 |
1560 | 2024-03-30T03:05:12.859Z | Compiling spin v0.5.2 |
1561 | 2024-03-30T03:05:12.905Z | Compiling openssl v0.10.60 |
1562 | 2024-03-30T03:05:13.104Z | Compiling iana-time-zone v0.1.57 |
1563 | 2024-03-30T03:05:13.225Z | Compiling crossbeam-utils v0.8.19 |
1564 | 2024-03-30T03:05:13.262Z | Compiling semver v1.0.22 |
1565 | 2024-03-30T03:05:13.789Z | Compiling tinyvec_macros v0.1.1 |
1566 | 2024-03-30T03:05:13.888Z | Compiling native-tls v0.2.11 |
1567 | 2024-03-30T03:05:14.044Z | Compiling rustls v0.21.9 |
1568 | 2024-03-30T03:05:14.119Z | Compiling tinyvec v1.6.0 |
1569 | 2024-03-30T03:05:14.197Z | Compiling spin v0.9.8 |
1570 | 2024-03-30T03:05:14.319Z | Compiling subtle v2.5.0 |
1571 | 2024-03-30T03:05:14.516Z | Compiling unicode-xid v0.2.4 |
1572 | 2024-03-30T03:05:14.603Z | Compiling rustix v0.38.31 |
1573 | 2024-03-30T03:05:14.671Z | Compiling const-oid v0.9.6 |
1574 | 2024-03-30T03:05:14.770Z | Compiling futures-sink v0.3.30 |
1575 | 2024-03-30T03:05:14.947Z | Compiling synstructure v0.12.6 |
1576 | 2024-03-30T03:05:15.340Z | Compiling backtrace v0.3.69 |
1577 | 2024-03-30T03:05:15.622Z | Compiling unicode-normalization v0.1.22 |
1578 | 2024-03-30T03:05:16.254Z | Compiling cookie v0.17.0 |
1579 | 2024-03-30T03:05:16.377Z | Compiling uuid v0.8.2 |
1580 | 2024-03-30T03:05:16.539Z | Compiling dyn-clone v1.0.17 |
1581 | 2024-03-30T03:05:16.633Z | Compiling slog v2.7.0 |
1582 | 2024-03-30T03:05:17.042Z | Compiling unicode-bidi v0.3.15 |
1583 | 2024-03-30T03:05:17.042Z | Compiling futures-channel v0.3.30 |
1584 | 2024-03-30T03:05:17.164Z | Compiling tracing-core v0.1.32 |
1585 | 2024-03-30T03:05:17.172Z | Compiling pin-utils v0.1.0 |
1586 | 2024-03-30T03:05:17.253Z | Compiling futures-io v0.3.30 |
1587 | 2024-03-30T03:05:17.815Z | Compiling futures-task v0.3.30 |
1588 | 2024-03-30T03:05:17.875Z | Compiling schemars_derive v0.8.16 |
1589 | 2024-03-30T03:05:17.946Z | Compiling zerocopy-derive v0.2.0 |
1590 | 2024-03-30T03:05:18.052Z | Compiling serde_derive v1.0.197 |
1591 | 2024-03-30T03:05:18.126Z | Compiling zerocopy-derive v0.7.32 |
1592 | 2024-03-30T03:05:18.213Z | Compiling zeroize_derive v1.4.2 |
1593 | 2024-03-30T03:05:19.497Z | Compiling thiserror-impl v1.0.57 |
1594 | 2024-03-30T03:05:19.627Z | Compiling tokio-macros v2.2.0 |
1595 | 2024-03-30T03:05:19.649Z | Compiling futures-macro v0.3.30 |
1596 | 2024-03-30T03:05:20.066Z | Compiling zerocopy v0.7.32 |
1597 | 2024-03-30T03:05:20.317Z | Compiling tracing-attributes v0.1.27 |
1598 | 2024-03-30T03:05:21.221Z | Compiling zeroize v1.7.0 |
1599 | 2024-03-30T03:05:22.027Z | Compiling openssl-macros v0.1.1 |
1600 | 2024-03-30T03:05:22.363Z | Compiling hashbrown v0.14.3 |
1601 | 2024-03-30T03:05:22.573Z | Compiling pest v2.7.6 |
1602 | 2024-03-30T03:05:22.908Z | Compiling crypto-common v0.1.6 |
1603 | 2024-03-30T03:05:23.111Z | Compiling futures-util v0.3.30 |
1604 | 2024-03-30T03:05:23.547Z | Compiling tracing v0.1.40 |
1605 | 2024-03-30T03:05:23.830Z | Compiling der_derive v0.7.2 |
1606 | 2024-03-30T03:05:24.442Z | Compiling aho-corasick v1.1.2 |
1607 | 2024-03-30T03:05:24.813Z | Compiling pest_meta v2.7.6 |
1608 | 2024-03-30T03:05:26.190Z | Compiling pest_generator v2.7.6 |
1609 | 2024-03-30T03:05:26.893Z | Compiling winnow v0.5.15 |
1610 | 2024-03-30T03:05:27.972Z | Compiling anyhow v1.0.79 |
1611 | 2024-03-30T03:05:28.896Z | Compiling pest_derive v2.7.6 |
1612 | 2024-03-30T03:05:28.975Z | Compiling regex-syntax v0.8.2 |
1613 | 2024-03-30T03:05:29.556Z | Compiling block-buffer v0.10.4 |
1614 | 2024-03-30T03:05:29.816Z | Compiling usdt-impl v0.3.5 |
1615 | 2024-03-30T03:05:29.996Z | Compiling powerfmt v0.2.0 |
1616 | 2024-03-30T03:05:30.516Z | Compiling untrusted v0.9.0 |
1617 | 2024-03-30T03:05:30.516Z | Compiling crc32fast v1.3.2 |
1618 | 2024-03-30T03:05:30.516Z | Compiling rustversion v1.0.14 |
1619 | 2024-03-30T03:05:30.516Z | Compiling unicode-width v0.1.11 |
1620 | 2024-03-30T03:05:31.110Z | Compiling deranged v0.3.11 |
1621 | 2024-03-30T03:05:31.285Z | Compiling digest v0.10.7 |
1622 | 2024-03-30T03:05:31.327Z | Compiling scroll_derive v0.12.0 |
1623 | 2024-03-30T03:05:31.718Z | Compiling bytes v1.5.0 |
1624 | 2024-03-30T03:05:32.978Z | Compiling indexmap v2.2.5 |
1625 | 2024-03-30T03:05:33.426Z | Compiling uuid v1.7.0 |
1626 | 2024-03-30T03:05:34.153Z | Compiling tokio v1.36.0 |
1627 | 2024-03-30T03:05:34.589Z | Compiling chrono v0.4.34 |
1628 | 2024-03-30T03:05:34.886Z | Compiling bitflags v2.4.2 |
1629 | 2024-03-30T03:05:36.133Z | Compiling serde_spanned v0.6.5 |
1630 | 2024-03-30T03:05:36.377Z | Compiling toml_datetime v0.6.5 |
1631 | 2024-03-30T03:05:36.798Z | Compiling http v0.2.12 |
1632 | 2024-03-30T03:05:38.292Z | Compiling rustc_version v0.4.0 |
1633 | 2024-03-30T03:05:39.162Z | Compiling toml_edit v0.19.15 |
1634 | 2024-03-30T03:05:39.233Z | Compiling regex-automata v0.4.5 |
1635 | 2024-03-30T03:05:40.181Z | Compiling heapless v0.7.16 |
1636 | 2024-03-30T03:05:40.846Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1637 | 2024-03-30T03:05:41.253Z | Compiling num_threads v0.1.6 |
1638 | 2024-03-30T03:05:41.399Z | Compiling async-trait v0.1.77 |
1639 | 2024-03-30T03:05:41.804Z | Compiling ppv-lite86 v0.2.17 |
1640 | 2024-03-30T03:05:41.822Z | Compiling percent-encoding v2.3.1 |
1641 | 2024-03-30T03:05:42.138Z | Compiling signal-hook v0.3.17 |
1642 | 2024-03-30T03:05:42.631Z | Compiling rand_chacha v0.3.1 |
1643 | 2024-03-30T03:05:43.021Z | Compiling time v0.3.34 |
1644 | 2024-03-30T03:05:46.224Z | Compiling regex v1.10.3 |
1645 | 2024-03-30T03:05:48.677Z | Compiling zerocopy v0.3.0 |
1646 | 2024-03-30T03:05:48.873Z | Compiling thread-id v4.2.0 |
1647 | 2024-03-30T03:05:49.037Z | Compiling tokio-util v0.7.10 |
1648 | 2024-03-30T03:05:49.480Z | Compiling dof v0.1.5 |
1649 | 2024-03-30T03:05:49.844Z | Compiling rand v0.8.5 |
1650 | 2024-03-30T03:05:50.644Z | Compiling dtrace-parser v0.1.14 |
1651 | 2024-03-30T03:05:51.755Z | Compiling num-bigint v0.4.4 |
1652 | 2024-03-30T03:05:51.759Z | Compiling smoltcp v0.9.1 |
1653 | 2024-03-30T03:05:51.975Z | Compiling base64 v0.21.7 |
1654 | 2024-03-30T03:05:52.209Z | Compiling untrusted v0.7.1 |
1655 | 2024-03-30T03:05:52.280Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1656 | 2024-03-30T03:05:52.371Z | Compiling adler v1.0.2 |
1657 | 2024-03-30T03:05:52.627Z | Compiling foreign-types-shared v0.1.1 |
1658 | 2024-03-30T03:05:52.747Z | Compiling base64ct v1.6.0 |
1659 | 2024-03-30T03:05:52.839Z | Compiling foreign-types v0.3.2 |
1660 | 2024-03-30T03:05:52.955Z | Compiling miniz_oxide v0.7.1 |
1661 | 2024-03-30T03:05:53.349Z | Compiling pem-rfc7468 v0.7.0 |
1662 | 2024-03-30T03:05:55.065Z | Compiling form_urlencoded v1.2.1 |
1663 | 2024-03-30T03:05:56.109Z | Compiling hmac v0.12.1 |
1664 | 2024-03-30T03:05:56.287Z | Compiling serde_tokenstream v0.1.7 |
1665 | 2024-03-30T03:05:56.320Z | Compiling lazy_static v1.4.0 |
1666 | 2024-03-30T03:05:56.461Z | Compiling unicode-segmentation v1.10.1 |
1667 | 2024-03-30T03:05:56.505Z | Compiling try-lock v0.2.4 |
1668 | 2024-03-30T03:05:56.737Z | Compiling flagset v0.4.3 |
1669 | 2024-03-30T03:05:56.975Z | Compiling bitflags v1.3.2 |
1670 | 2024-03-30T03:05:57.046Z | Compiling siphasher v0.3.11 |
1671 | 2024-03-30T03:05:57.251Z | Compiling want v0.3.1 |
1672 | 2024-03-30T03:05:57.364Z | Compiling der v0.7.8 |
1673 | 2024-03-30T03:05:57.763Z | Compiling sct v0.7.0 |
1674 | 2024-03-30T03:05:58.045Z | Compiling rustls-webpki v0.101.7 |
1675 | 2024-03-30T03:05:58.191Z | Compiling h2 v0.3.24 |
1676 | 2024-03-30T03:06:00.565Z | Compiling http-body v0.4.5 |
1677 | 2024-03-30T03:06:01.283Z | Compiling openapiv3 v2.0.0 |
1678 | 2024-03-30T03:06:01.442Z | Compiling zerocopy-derive v0.6.4 |
1679 | 2024-03-30T03:06:01.620Z | Compiling hubpack_derive v0.1.1 |
1680 | 2024-03-30T03:06:02.156Z | Compiling idna v0.5.0 |
1681 | 2024-03-30T03:06:02.618Z | Compiling errno v0.3.8 |
1682 | 2024-03-30T03:06:02.855Z | Compiling usdt-impl v0.5.0 |
1683 | 2024-03-30T03:06:03.197Z | Compiling tower-service v0.3.2 |
1684 | 2024-03-30T03:06:03.333Z | Compiling httpdate v1.0.3 |
1685 | 2024-03-30T03:06:03.954Z | Compiling openssl-probe v0.1.5 |
1686 | 2024-03-30T03:06:04.147Z | Compiling gimli v0.28.0 |
1687 | 2024-03-30T03:06:04.201Z | Compiling stable_deref_trait v1.2.0 |
1688 | 2024-03-30T03:06:04.251Z | Compiling utf8parse v0.2.1 |
1689 | 2024-03-30T03:06:04.420Z | Compiling cpufeatures v0.2.12 |
1690 | 2024-03-30T03:06:04.456Z | Compiling anstyle v1.0.6 |
1691 | 2024-03-30T03:06:04.533Z | Compiling sha2 v0.10.8 |
1692 | 2024-03-30T03:06:04.900Z | Compiling anstyle-parse v0.2.1 |
1693 | 2024-03-30T03:06:05.720Z | Compiling hyper v0.14.28 |
1694 | 2024-03-30T03:06:05.929Z | Compiling url v2.5.0 |
1695 | 2024-03-30T03:06:08.778Z | Compiling spki v0.7.2 |
1696 | 2024-03-30T03:06:09.153Z | Compiling addr2line v0.21.0 |
1697 | 2024-03-30T03:06:09.906Z | Compiling usdt-attr-macro v0.3.5 |
1698 | 2024-03-30T03:06:09.996Z | Compiling usdt-macro v0.3.5 |
1699 | 2024-03-30T03:06:11.312Z | Compiling scroll v0.12.0 |
1700 | 2024-03-30T03:06:11.607Z | Compiling md-5 v0.10.5 |
1701 | 2024-03-30T03:06:11.858Z | Compiling serde_tokenstream v0.2.0 |
1702 | 2024-03-30T03:06:12.410Z | Compiling idna v0.3.0 |
1703 | 2024-03-30T03:06:13.855Z | Compiling stringprep v0.1.3 |
1704 | 2024-03-30T03:06:14.809Z | Compiling diesel_table_macro_syntax v0.1.0 |
1705 | 2024-03-30T03:06:15.090Z | Compiling num-integer v0.1.46 |
1706 | 2024-03-30T03:06:15.564Z | Compiling object v0.32.1 |
1707 | 2024-03-30T03:06:16.032Z | Compiling hash32 v0.2.1 |
1708 | 2024-03-30T03:06:16.046Z | Compiling psl-types v2.0.11 |
1709 | 2024-03-30T03:06:16.046Z | Compiling colorchoice v1.0.0 |
1710 | 2024-03-30T03:06:16.177Z | Compiling rustc-demangle v0.1.23 |
1711 | 2024-03-30T03:06:18.910Z | Compiling anstyle-query v1.0.0 |
1712 | 2024-03-30T03:06:19.058Z | Compiling plain v0.2.3 |
1713 | 2024-03-30T03:06:19.236Z | Compiling fallible-iterator v0.2.0 |
1714 | 2024-03-30T03:06:20.022Z | Compiling postgres-protocol v0.6.6 |
1715 | 2024-03-30T03:06:21.642Z | Compiling goblin v0.8.0 |
1716 | 2024-03-30T03:06:23.615Z | Compiling anstream v0.6.11 |
1717 | 2024-03-30T03:06:24.288Z | Compiling publicsuffix v2.2.3 |
1718 | 2024-03-30T03:06:25.818Z | Compiling diesel_derives v2.1.2 |
1719 | 2024-03-30T03:06:26.386Z | Compiling tokio-rustls v0.24.1 |
1720 | 2024-03-30T03:06:31.691Z | Compiling terminal_size v0.3.0 |
1721 | 2024-03-30T03:06:31.906Z | Compiling pkcs8 v0.10.2 |
1722 | 2024-03-30T03:06:32.477Z | Compiling tokio-native-tls v0.3.1 |
1723 | 2024-03-30T03:06:32.758Z | Compiling phf_shared v0.11.2 |
1724 | 2024-03-30T03:06:33.126Z | Compiling strum_macros v0.25.2 |
1725 | 2024-03-30T03:06:33.435Z | Compiling regress v0.9.0 |
1726 | 2024-03-30T03:06:33.519Z | Compiling block-padding v0.3.3 |
1727 | 2024-03-30T03:06:33.767Z | Compiling serde_repr v0.1.16 |
1728 | 2024-03-30T03:06:34.182Z | Compiling clap_derive v4.5.0 |
1729 | 2024-03-30T03:06:34.835Z | Compiling enum-as-inner v0.5.1 |
1730 | 2024-03-30T03:06:36.061Z | Compiling ff v0.13.0 |
1731 | 2024-03-30T03:06:36.330Z | Compiling scheduled-thread-pool v0.2.7 |
1732 | 2024-03-30T03:06:37.049Z | Compiling encoding_rs v0.8.33 |
1733 | 2024-03-30T03:06:37.768Z | Compiling managed v0.8.0 |
1734 | 2024-03-30T03:06:38.183Z | Compiling matches v0.1.10 |
1735 | 2024-03-30T03:06:38.279Z | Compiling strsim v0.11.0 |
1736 | 2024-03-30T03:06:38.311Z | Compiling strsim v0.10.0 |
1737 | 2024-03-30T03:06:38.651Z | Compiling mime v0.3.17 |
1738 | 2024-03-30T03:06:38.982Z | Compiling bit-vec v0.6.3 |
1739 | 2024-03-30T03:06:39.240Z | Compiling ipnet v2.9.0 |
1740 | 2024-03-30T03:06:39.396Z | Compiling pretty-hex v0.4.1 |
1741 | 2024-03-30T03:06:39.613Z | Compiling regex-automata v0.1.10 |
1742 | 2024-03-30T03:06:40.094Z | Compiling ident_case v1.0.1 |
1743 | 2024-03-30T03:06:40.331Z | Compiling clap_lex v0.7.0 |
1744 | 2024-03-30T03:06:40.625Z | Compiling base16ct v0.2.0 |
1745 | 2024-03-30T03:06:40.802Z | Compiling clap_builder v4.5.1 |
1746 | 2024-03-30T03:06:40.922Z | Compiling sec1 v0.7.3 |
1747 | 2024-03-30T03:06:41.132Z | Compiling darling_core v0.20.3 |
1748 | 2024-03-30T03:06:41.236Z | Compiling bstr v0.2.17 |
1749 | 2024-03-30T03:06:42.701Z | Compiling dof v0.3.0 |
1750 | 2024-03-30T03:06:45.021Z | Compiling idna v0.2.3 |
1751 | 2024-03-30T03:06:46.485Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1752 | 2024-03-30T03:06:46.593Z | Compiling r2d2 v0.8.10 |
1753 | 2024-03-30T03:06:46.956Z | Compiling group v0.13.0 |
1754 | 2024-03-30T03:06:47.975Z | Compiling inout v0.1.3 |
1755 | 2024-03-30T03:06:49.417Z | Compiling phf v0.11.2 |
1756 | 2024-03-30T03:06:49.755Z | Compiling hyper-tls v0.5.0 |
1757 | 2024-03-30T03:06:50.030Z | Compiling signal-hook-mio v0.2.3 |
1758 | 2024-03-30T03:06:50.122Z | Compiling bzip2 v0.4.4 |
1759 | 2024-03-30T03:06:50.224Z | Compiling flate2 v1.0.28 |
1760 | 2024-03-30T03:06:50.534Z | Compiling hyper-rustls v0.24.2 |
1761 | 2024-03-30T03:06:50.744Z | Compiling cookie_store v0.20.0 |
1762 | 2024-03-30T03:06:51.177Z | Compiling postgres-types v0.2.6 |
1763 | 2024-03-30T03:06:51.207Z | Compiling zerocopy v0.6.4 |
1764 | 2024-03-30T03:06:51.768Z | Compiling hubpack v0.1.2 |
1765 | 2024-03-30T03:06:52.002Z | Compiling phf_shared v0.10.0 |
1766 | 2024-03-30T03:06:52.052Z | Compiling rustls-pemfile v1.0.3 |
1767 | 2024-03-30T03:06:52.089Z | Compiling hkdf v0.12.4 |
1768 | 2024-03-30T03:06:52.206Z | Compiling serde_urlencoded v0.7.1 |
1769 | 2024-03-30T03:06:52.394Z | Compiling crossbeam-epoch v0.9.18 |
1770 | 2024-03-30T03:06:52.551Z | Compiling ipnetwork v0.20.0 |
1771 | 2024-03-30T03:06:52.736Z | Compiling futures-executor v0.3.30 |
1772 | 2024-03-30T03:06:53.307Z | Compiling dtrace-parser v0.2.0 |
1773 | 2024-03-30T03:06:53.664Z | Compiling crypto-bigint v0.5.2 |
1774 | 2024-03-30T03:06:53.688Z | Compiling float-cmp v0.9.0 |
1775 | 2024-03-30T03:06:53.934Z | Compiling webpki-roots v0.25.2 |
1776 | 2024-03-30T03:06:54.094Z | Compiling precomputed-hash v0.1.1 |
1777 | 2024-03-30T03:06:54.951Z | Compiling normalize-line-endings v0.3.0 |
1778 | 2024-03-30T03:06:55.036Z | Compiling static_assertions v1.1.0 |
1779 | 2024-03-30T03:06:55.265Z | Compiling predicates-core v1.0.6 |
1780 | 2024-03-30T03:06:55.570Z | Compiling winnow v0.6.1 |
1781 | 2024-03-30T03:06:55.573Z | Compiling either v1.10.0 |
1782 | 2024-03-30T03:06:55.613Z | Compiling whoami v1.5.0 |
1783 | 2024-03-30T03:06:55.990Z | Compiling difflib v0.4.0 |
1784 | 2024-03-30T03:06:56.587Z | Compiling sync_wrapper v0.1.2 |
1785 | 2024-03-30T03:06:56.732Z | Compiling minimal-lexical v0.2.1 |
1786 | 2024-03-30T03:06:57.236Z | Compiling data-encoding v2.4.0 |
1787 | 2024-03-30T03:06:57.273Z | Compiling new_debug_unreachable v1.0.4 |
1788 | 2024-03-30T03:06:57.301Z | Compiling fixedbitset v0.4.2 |
1789 | 2024-03-30T03:06:57.377Z | Compiling string_cache v0.8.7 |
1790 | 2024-03-30T03:06:57.700Z | Compiling petgraph v0.6.4 |
1791 | 2024-03-30T03:06:57.816Z | Compiling trust-dns-proto v0.22.0 |
1792 | 2024-03-30T03:06:57.924Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1793 | 2024-03-30T03:06:58.575Z | Compiling nom v7.1.3 |
1794 | 2024-03-30T03:06:59.008Z | Compiling reqwest v0.11.24 |
1795 | 2024-03-30T03:06:59.323Z | Compiling toml_edit v0.22.6 |
1796 | 2024-03-30T03:07:01.670Z | Compiling itertools v0.10.5 |
1797 | 2024-03-30T03:07:02.222Z | Compiling predicates v3.1.0 |
1798 | 2024-03-30T03:07:02.247Z | Compiling tokio-postgres v0.7.10 |
1799 | 2024-03-30T03:07:03.861Z | Compiling elliptic-curve v0.13.8 |
1800 | 2024-03-30T03:07:04.567Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1801 | 2024-03-30T03:07:06.895Z | Compiling futures v0.3.30 |
1802 | 2024-03-30T03:07:06.931Z | Compiling diesel v2.1.4 |
1803 | 2024-03-30T03:07:07.098Z | Compiling yasna v0.5.2 |
1804 | 2024-03-30T03:07:07.471Z | Compiling zip v0.6.6 |
1805 | 2024-03-30T03:07:07.981Z | Compiling crossterm v0.27.0 |
1806 | 2024-03-30T03:07:08.105Z | Compiling cipher v0.4.4 |
1807 | 2024-03-30T03:07:08.741Z | Compiling darling_macro v0.20.3 |
1808 | 2024-03-30T03:07:09.392Z | Compiling clap v4.5.1 |
1809 | 2024-03-30T03:07:09.518Z | Compiling similar v2.4.0 |
1810 | 2024-03-30T03:07:09.670Z | Compiling bit-set v0.5.3 |
1811 | 2024-03-30T03:07:10.520Z | Compiling num-iter v0.1.44 |
1812 | 2024-03-30T03:07:10.712Z | Compiling usdt v0.3.5 |
1813 | 2024-03-30T03:07:10.989Z | Compiling console v0.15.8 |
1814 | 2024-03-30T03:07:11.599Z | Compiling bstr v1.9.0 |
1815 | 2024-03-30T03:07:11.654Z | Compiling tokio-stream v0.1.14 |
1816 | 2024-03-30T03:07:12.211Z | Compiling toml v0.7.8 |
1817 | 2024-03-30T03:07:12.611Z | Compiling hex v0.4.3 |
1818 | 2024-03-30T03:07:12.902Z | Compiling proc-macro-error-attr v1.0.4 |
1819 | 2024-03-30T03:07:13.238Z | Compiling peg-runtime v0.8.2 |
1820 | 2024-03-30T03:07:13.242Z | Compiling lalrpop-util v0.19.12 |
1821 | 2024-03-30T03:07:13.787Z | Compiling darling v0.20.3 |
1822 | 2024-03-30T03:07:13.846Z | Compiling proc-macro-crate v1.3.1 |
1823 | 2024-03-30T03:07:14.888Z | Compiling proc-macro-error v1.0.4 |
1824 | 2024-03-30T03:07:15.272Z | Compiling heapless v0.8.0 |
1825 | 2024-03-30T03:07:15.534Z | Compiling camino v1.1.6 |
1826 | 2024-03-30T03:07:16.666Z | Compiling num_enum_derive v0.5.11 |
1827 | 2024-03-30T03:07:25.755Z | Compiling atty v0.2.14 |
1828 | 2024-03-30T03:07:25.876Z | Compiling hash32 v0.3.1 |
1829 | 2024-03-30T03:07:28.024Z | Compiling smoltcp v0.11.0 |
1830 | 2024-03-30T03:07:28.860Z | Compiling rustls-pki-types v1.3.0 |
1831 | 2024-03-30T03:07:30.181Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1832 | 2024-03-30T03:07:44.883Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1833 | 2024-03-30T03:07:54.653Z | Compiling num_enum v0.5.11 |
1834 | 2024-03-30T03:07:57.957Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1835 | 2024-03-30T03:07:58.112Z | Compiling getopts v0.2.21 |
1836 | 2024-03-30T03:07:58.996Z | Compiling dirs-sys-next v0.1.2 |
1837 | 2024-03-30T03:07:59.993Z | Compiling embedded-io v0.4.0 |
1838 | 2024-03-30T03:08:00.189Z | Compiling unsafe-libyaml v0.2.10 |
1839 | 2024-03-30T03:08:00.210Z | Compiling cobs v0.2.3 |
1840 | 2024-03-30T03:08:00.252Z | Compiling rustls v0.22.2 |
1841 | 2024-03-30T03:08:00.663Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1842 | 2024-03-30T03:08:01.013Z | Compiling postcard v1.0.8 |
1843 | 2024-03-30T03:08:01.909Z | Compiling serde_yaml v0.9.25 |
1844 | 2024-03-30T03:08:04.614Z | Compiling dirs-next v2.0.0 |
1845 | 2024-03-30T03:08:07.123Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1846 | 2024-03-30T03:08:14.032Z | Compiling rustls-webpki v0.102.1 |
1847 | 2024-03-30T03:08:17.860Z | Compiling strum_macros v0.26.1 |
1848 | 2024-03-30T03:08:20.597Z | Compiling foreign-types-macros v0.2.3 |
1849 | 2024-03-30T03:08:20.711Z | Compiling structmeta-derive v0.3.0 |
1850 | 2024-03-30T03:08:21.326Z | Compiling thread_local v1.1.7 |
1851 | 2024-03-30T03:08:21.840Z | Compiling multer v3.0.0 |
1852 | 2024-03-30T03:08:22.059Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1853 | 2024-03-30T03:08:22.533Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1854 | 2024-03-30T03:08:22.824Z | Compiling match_cfg v0.1.0 |
1855 | 2024-03-30T03:08:23.339Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1856 | 2024-03-30T03:08:23.517Z | Compiling slog-async v2.8.0 |
1857 | 2024-03-30T03:08:23.594Z | Compiling paste v1.0.14 |
1858 | 2024-03-30T03:08:23.624Z | Compiling foreign-types-shared v0.3.1 |
1859 | 2024-03-30T03:08:23.760Z | Compiling foreign-types v0.5.0 |
1860 | 2024-03-30T03:08:24.060Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1861 | 2024-03-30T03:08:27.625Z | Compiling structmeta v0.3.0 |
1862 | 2024-03-30T03:08:28.144Z | Compiling hostname v0.3.1 |
1863 | 2024-03-30T03:08:28.720Z | Compiling strum v0.26.1 |
1864 | 2024-03-30T03:08:34.677Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1865 | 2024-03-30T03:08:41.880Z | Compiling term v0.7.0 |
1866 | 2024-03-30T03:08:43.027Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1867 | 2024-03-30T03:08:44.567Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1868 | 2024-03-30T03:08:45.609Z | Compiling slog-json v2.6.1 |
1869 | 2024-03-30T03:08:46.152Z | Compiling crossbeam-channel v0.5.8 |
1870 | 2024-03-30T03:08:47.952Z | Compiling http v1.0.0 |
1871 | 2024-03-30T03:08:47.975Z | Compiling tabwriter v1.4.0 |
1872 | 2024-03-30T03:08:48.632Z | Compiling async-stream-impl v0.3.5 |
1873 | 2024-03-30T03:08:48.790Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1874 | 2024-03-30T03:08:49.625Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1875 | 2024-03-30T03:08:49.764Z | Compiling cstr-argument v0.1.2 |
1876 | 2024-03-30T03:08:49.945Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1877 | 2024-03-30T03:08:50.033Z | Compiling fastrand v2.0.1 |
1878 | 2024-03-30T03:08:50.250Z | Compiling crucible-workspace-hack v0.1.0 |
1879 | 2024-03-30T03:08:50.449Z | Compiling rayon-core v1.12.1 |
1880 | 2024-03-30T03:08:50.550Z | Compiling atomic-waker v1.1.1 |
1881 | 2024-03-30T03:08:50.716Z | Compiling take_mut v0.2.2 |
1882 | 2024-03-30T03:08:50.746Z | Compiling pretty-hex v0.2.1 |
1883 | 2024-03-30T03:08:50.769Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1884 | 2024-03-30T03:08:50.956Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1885 | 2024-03-30T03:08:51.170Z | Compiling waitgroup v0.1.2 |
1886 | 2024-03-30T03:08:51.437Z | Compiling tempfile v3.10.0 |
1887 | 2024-03-30T03:08:51.660Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1888 | 2024-03-30T03:08:51.854Z | Compiling async-stream v0.3.5 |
1889 | 2024-03-30T03:08:51.901Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1890 | 2024-03-30T03:08:52.824Z | Compiling slog-bunyan v2.5.0 |
1891 | 2024-03-30T03:08:52.964Z | Compiling slog-term v2.9.0 |
1892 | 2024-03-30T03:08:53.114Z | Compiling tokio-rustls v0.25.0 |
1893 | 2024-03-30T03:08:53.337Z | Compiling parse-display-derive v0.9.0 |
1894 | 2024-03-30T03:08:54.216Z | Compiling toml v0.8.10 |
1895 | 2024-03-30T03:08:54.704Z | Compiling rustls-pemfile v2.1.1 |
1896 | 2024-03-30T03:08:55.505Z | Compiling serde_with_macros v3.6.1 |
1897 | 2024-03-30T03:08:55.524Z | Compiling sha1 v0.10.6 |
1898 | 2024-03-30T03:08:55.999Z | Compiling crossbeam-deque v0.8.3 |
1899 | 2024-03-30T03:08:56.390Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1900 | 2024-03-30T03:08:56.438Z | Compiling colored v2.1.0 |
1901 | 2024-03-30T03:08:57.360Z | Compiling newtype-uuid v1.0.1 |
1902 | 2024-03-30T03:08:57.707Z | Compiling serde_path_to_error v0.1.16 |
1903 | 2024-03-30T03:08:57.787Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1904 | 2024-03-30T03:08:58.241Z | Compiling socket2 v0.4.9 |
1905 | 2024-03-30T03:08:58.336Z | Compiling instant v0.1.12 |
1906 | 2024-03-30T03:08:58.456Z | Compiling debug-ignore v1.0.5 |
1907 | 2024-03-30T03:08:58.517Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1908 | 2024-03-30T03:08:58.900Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1909 | 2024-03-30T03:08:59.933Z | Compiling backoff v0.4.0 |
1910 | 2024-03-30T03:09:00.174Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1911 | 2024-03-30T03:09:00.317Z | Compiling serde_with v3.6.1 |
1912 | 2024-03-30T03:09:00.401Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1913 | 2024-03-30T03:09:00.828Z | Compiling parse-display v0.9.0 |
1914 | 2024-03-30T03:09:03.024Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1915 | 2024-03-30T03:09:03.738Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1916 | 2024-03-30T03:09:04.182Z | Compiling camino-tempfile v1.1.1 |
1917 | 2024-03-30T03:09:04.909Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
1918 | 2024-03-30T03:09:04.935Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1919 | 2024-03-30T03:09:05.133Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1920 | 2024-03-30T03:09:05.339Z | Compiling heck v0.3.3 |
1921 | 2024-03-30T03:09:05.412Z | Compiling macaddr v1.0.1 |
1922 | 2024-03-30T03:09:06.138Z | Compiling textwrap v0.11.0 |
1923 | 2024-03-30T03:09:06.142Z | Compiling num-derive v0.4.0 |
1924 | 2024-03-30T03:09:06.527Z | Compiling sigpipe v0.1.3 |
1925 | 2024-03-30T03:09:06.676Z | Compiling vec_map v0.8.2 |
1926 | 2024-03-30T03:09:06.861Z | Compiling libefi-sys v0.1.0 |
1927 | 2024-03-30T03:09:07.017Z | Compiling ansi_term v0.12.1 |
1928 | 2024-03-30T03:09:07.156Z | Compiling strsim v0.8.0 |
1929 | 2024-03-30T03:09:07.824Z | Compiling clap v2.34.0 |
1930 | 2024-03-30T03:09:08.203Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1931 | 2024-03-30T03:09:08.237Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
1932 | 2024-03-30T03:09:08.587Z | Compiling structopt-derive v0.4.18 |
1933 | 2024-03-30T03:09:09.890Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
1934 | 2024-03-30T03:09:10.464Z | Compiling rayon v1.9.0 |
1935 | 2024-03-30T03:09:10.962Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1936 | 2024-03-30T03:09:11.330Z | Compiling smf v0.2.2 |
1937 | 2024-03-30T03:09:12.137Z | Compiling blake3 v1.5.0 |
1938 | 2024-03-30T03:09:12.705Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1939 | 2024-03-30T03:09:13.078Z | Compiling portable-atomic v1.4.3 |
1940 | 2024-03-30T03:09:14.034Z | Compiling structopt v0.3.26 |
1941 | 2024-03-30T03:09:14.213Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1942 | 2024-03-30T03:09:14.372Z | Compiling memmap2 v0.7.1 |
1943 | 2024-03-30T03:09:14.534Z | Compiling xattr v1.0.1 |
1944 | 2024-03-30T03:09:14.852Z | Compiling filetime v0.2.23 |
1945 | 2024-03-30T03:09:14.904Z | Compiling arrayref v0.3.7 |
1946 | 2024-03-30T03:09:15.016Z | Compiling arrayvec v0.7.4 |
1947 | 2024-03-30T03:09:15.254Z | Compiling same-file v1.0.6 |
1948 | 2024-03-30T03:09:15.428Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1949 | 2024-03-30T03:09:15.481Z | Compiling constant_time_eq v0.3.0 |
1950 | 2024-03-30T03:09:15.529Z | Compiling walkdir v2.4.0 |
1951 | 2024-03-30T03:09:15.587Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1952 | 2024-03-30T03:09:16.117Z | Compiling tar v0.4.40 |
1953 | 2024-03-30T03:09:17.076Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1954 | 2024-03-30T03:09:17.805Z | Compiling gethostname v0.4.3 |
1955 | 2024-03-30T03:09:18.086Z | Compiling number_prefix v0.4.0 |
1956 | 2024-03-30T03:09:18.315Z | Compiling topological-sort v0.2.2 |
1957 | 2024-03-30T03:09:18.355Z | Compiling swrite v0.1.0 |
1958 | 2024-03-30T03:09:18.571Z | Compiling omicron-zone-package v0.11.0 |
1959 | 2024-03-30T03:09:19.654Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1960 | 2024-03-30T03:09:19.944Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1961 | 2024-03-30T03:09:21.648Z | Compiling indicatif v0.17.8 |
1962 | 2024-03-30T03:09:29.512Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1963 | 2024-03-30T03:09:32.029Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1964 | 2024-03-30T03:09:32.438Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1965 | 2024-03-30T03:09:34.672Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1966 | 2024-03-30T03:09:52.187Z | Finished release [optimized] target(s) in 5m 52s |
1967 | 2024-03-30T03:09:52.447Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1968 | 2024-03-30T03:09:52.516Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1969 | 2024-03-30T03:09:52.526Z | Created new build target 'test' and set it as active |
1970 | 2024-03-30T03:09:52.526Z | |
1971 | 2024-03-30T03:09:52.526Z | real 5:52.754404708 |
1972 | 2024-03-30T03:09:52.526Z | user 33:08.044984488 |
1973 | 2024-03-30T03:09:52.526Z | sys 4:02.111214597 |
1974 | 2024-03-30T03:09:52.526Z | trap 1.022031742 |
1975 | 2024-03-30T03:09:52.526Z | tflt 4.916011776 |
1976 | 2024-03-30T03:09:52.526Z | dflt 3.289195375 |
1977 | 2024-03-30T03:09:52.526Z | kflt 0.118912007 |
1978 | 2024-03-30T03:09:52.527Z | lock 1:10:17.374794905 |
1979 | 2024-03-30T03:09:52.527Z | slp 1:34:20.045385653 |
1980 | 2024-03-30T03:09:52.527Z | lat 2:09.751082246 |
1981 | 2024-03-30T03:09:52.527Z | stop 3:45.676708358 |
1982 | 2024-03-30T03:09:52.527Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1983 | 2024-03-30T03:09:53.357Z | Finished release [optimized] target(s) in 0.78s |
1984 | 2024-03-30T03:09:53.392Z | Running `target/release/omicron-package -t test package` |
1985 | 2024-03-30T03:09:53.408Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1986 | 2024-03-30T03:09:54.298Z | Compiling base64 v0.22.0 |
1987 | 2024-03-30T03:09:54.298Z | Compiling newline-converter v0.3.0 |
1988 | 2024-03-30T03:09:54.305Z | Compiling usdt-macro v0.5.0 |
1989 | 2024-03-30T03:09:54.305Z | Compiling usdt-attr-macro v0.5.0 |
1990 | 2024-03-30T03:09:54.305Z | Compiling memmap v0.7.0 |
1991 | 2024-03-30T03:09:54.405Z | Compiling humantime v2.1.0 |
1992 | 2024-03-30T03:09:54.416Z | Compiling linked-hash-map v0.5.6 |
1993 | 2024-03-30T03:09:54.420Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1994 | 2024-03-30T03:09:54.521Z | Compiling expectorate v1.1.0 |
1995 | 2024-03-30T03:09:54.671Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1996 | 2024-03-30T03:09:54.691Z | Compiling password-hash v0.5.0 |
1997 | 2024-03-30T03:09:54.803Z | Compiling lru-cache v0.1.2 |
1998 | 2024-03-30T03:09:54.815Z | Compiling blake2 v0.10.6 |
1999 | 2024-03-30T03:09:55.012Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2000 | 2024-03-30T03:09:55.246Z | Compiling semver v0.1.20 |
2001 | 2024-03-30T03:09:55.532Z | Compiling argon2 v0.5.3 |
2002 | 2024-03-30T03:09:55.676Z | Compiling rustc_version v0.1.7 |
2003 | 2024-03-30T03:09:55.809Z | Compiling bytecount v0.6.3 |
2004 | 2024-03-30T03:09:55.820Z | Compiling usdt v0.5.0 |
2005 | 2024-03-30T03:09:56.079Z | Compiling newtype_derive v0.1.6 |
2006 | 2024-03-30T03:09:56.115Z | Compiling papergrid v0.11.0 |
2007 | 2024-03-30T03:09:56.196Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2008 | 2024-03-30T03:09:56.432Z | Compiling tabled_derive v0.7.0 |
2009 | 2024-03-30T03:09:56.912Z | Compiling quick-error v1.2.3 |
2010 | 2024-03-30T03:09:57.058Z | Compiling resolv-conf v0.7.0 |
2011 | 2024-03-30T03:09:57.101Z | Compiling steno v0.4.0 |
2012 | 2024-03-30T03:09:57.378Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2013 | 2024-03-30T03:09:58.289Z | Compiling derive-where v1.2.7 |
2014 | 2024-03-30T03:09:58.712Z | Compiling tabled v0.15.0 |
2015 | 2024-03-30T03:09:58.746Z | Compiling num-rational v0.4.1 |
2016 | 2024-03-30T03:09:59.038Z | Compiling slog-dtrace v0.3.0 |
2017 | 2024-03-30T03:09:59.352Z | Compiling termcolor v1.2.0 |
2018 | 2024-03-30T03:10:00.790Z | Compiling trust-dns-resolver v0.22.0 |
2019 | 2024-03-30T03:10:01.354Z | Compiling itertools v0.12.1 |
2020 | 2024-03-30T03:10:01.597Z | Compiling utf-8 v0.7.6 |
2021 | 2024-03-30T03:10:05.169Z | Compiling num-complex v0.4.4 |
2022 | 2024-03-30T03:10:06.133Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2023 | 2024-03-30T03:10:06.533Z | Compiling num v0.4.1 |
2024 | 2024-03-30T03:10:06.643Z | Compiling nibble_vec v0.1.0 |
2025 | 2024-03-30T03:10:06.880Z | Compiling endian-type v0.1.2 |
2026 | 2024-03-30T03:10:07.120Z | Compiling radium v0.7.0 |
2027 | 2024-03-30T03:10:07.193Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2028 | 2024-03-30T03:10:07.568Z | Compiling radix_trie v0.2.1 |
2029 | 2024-03-30T03:10:08.512Z | Compiling tungstenite v0.20.1 |
2030 | 2024-03-30T03:10:10.584Z | Compiling tap v1.0.1 |
2031 | 2024-03-30T03:10:10.766Z | Compiling maybe-uninit v2.0.0 |
2032 | 2024-03-30T03:10:11.287Z | Compiling wyz v0.5.1 |
2033 | 2024-03-30T03:10:11.769Z | Compiling tokio-tungstenite v0.20.1 |
2034 | 2024-03-30T03:10:12.326Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2035 | 2024-03-30T03:10:12.335Z | Compiling num-bigint-dig v0.8.4 |
2036 | 2024-03-30T03:10:12.619Z | Compiling crc-catalog v2.2.0 |
2037 | 2024-03-30T03:10:12.761Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2038 | 2024-03-30T03:10:14.047Z | Compiling cancel-safe-futures v0.1.5 |
2039 | 2024-03-30T03:10:14.377Z | Compiling arc-swap v1.6.0 |
2040 | 2024-03-30T03:10:15.138Z | Compiling display-error-chain v0.2.0 |
2041 | 2024-03-30T03:10:15.335Z | Compiling funty v2.0.0 |
2042 | 2024-03-30T03:10:17.995Z | Compiling packed_struct v0.10.1 |
2043 | 2024-03-30T03:10:18.315Z | Compiling bitvec v1.0.1 |
2044 | 2024-03-30T03:10:18.435Z | Compiling slog-scope v4.4.0 |
2045 | 2024-03-30T03:10:19.438Z | Compiling crc v3.0.1 |
2046 | 2024-03-30T03:10:20.303Z | Compiling fxhash v0.2.1 |
2047 | 2024-03-30T03:10:20.514Z | Compiling packed_struct_codegen v0.10.1 |
2048 | 2024-03-30T03:10:21.502Z | Compiling indexmap v1.9.3 |
2049 | 2024-03-30T03:10:21.799Z | Compiling nodrop v0.1.14 |
2050 | 2024-03-30T03:10:21.920Z | Compiling array-init v0.0.4 |
2051 | 2024-03-30T03:10:22.555Z | Compiling smallvec v0.6.14 |
2052 | 2024-03-30T03:10:23.233Z | Compiling slog-stdlog v4.1.1 |
2053 | 2024-03-30T03:10:23.721Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2054 | 2024-03-30T03:10:24.197Z | Compiling rayon-core v1.12.1 |
2055 | 2024-03-30T03:10:24.217Z | Compiling pkcs1 v0.7.5 |
2056 | 2024-03-30T03:10:24.534Z | Compiling is-terminal v0.4.9 |
2057 | 2024-03-30T03:10:24.669Z | Compiling signature v2.1.0 |
2058 | 2024-03-30T03:10:24.907Z | Compiling crossbeam-deque v0.8.3 |
2059 | 2024-03-30T03:10:25.282Z | Compiling dirs-sys-next v0.1.2 |
2060 | 2024-03-30T03:10:25.805Z | Compiling half v2.3.1 |
2061 | 2024-03-30T03:10:26.520Z | Compiling crunchy v0.2.2 |
2062 | 2024-03-30T03:10:26.947Z | Compiling same-file v1.0.6 |
2063 | 2024-03-30T03:10:27.169Z | Compiling glob v0.3.1 |
2064 | 2024-03-30T03:10:27.532Z | Compiling bitfield v0.14.0 |
2065 | 2024-03-30T03:10:27.829Z | Compiling hashbrown v0.12.3 |
2066 | 2024-03-30T03:10:27.967Z | Compiling fastrand v2.0.1 |
2067 | 2024-03-30T03:10:28.354Z | Compiling ciborium-io v0.2.2 |
2068 | 2024-03-30T03:10:28.470Z | Compiling ciborium-ll v0.2.2 |
2069 | 2024-03-30T03:10:28.481Z | Compiling tempfile v3.10.0 |
2070 | 2024-03-30T03:10:28.954Z | Compiling clang-sys v1.6.1 |
2071 | 2024-03-30T03:10:29.262Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2072 | 2024-03-30T03:10:29.614Z | Compiling walkdir v2.4.0 |
2073 | 2024-03-30T03:10:30.254Z | Compiling dirs-next v2.0.0 |
2074 | 2024-03-30T03:10:30.270Z | Compiling rsa v0.9.2 |
2075 | 2024-03-30T03:10:32.089Z | Compiling env_logger v0.10.0 |
2076 | 2024-03-30T03:10:33.359Z | Compiling slog-envlogger v2.2.0 |
2077 | 2024-03-30T03:10:34.975Z | Compiling serde-hex v0.1.0 |
2078 | 2024-03-30T03:10:35.645Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2079 | 2024-03-30T03:10:35.985Z | Compiling camino v1.1.6 |
2080 | 2024-03-30T03:10:36.041Z | Compiling x509-cert v0.2.4 |
2081 | 2024-03-30T03:10:36.044Z | Compiling ron v0.8.1 |
2082 | 2024-03-30T03:10:36.158Z | Compiling hashbrown v0.13.2 |
2083 | 2024-03-30T03:10:37.599Z | Compiling semver-parser v0.10.2 |
2084 | 2024-03-30T03:10:39.374Z | Compiling unicase v2.7.0 |
2085 | 2024-03-30T03:10:39.671Z | Compiling crc-any v2.4.3 |
2086 | 2024-03-30T03:10:40.117Z | Compiling tiny-keccak v2.0.2 |
2087 | 2024-03-30T03:10:40.389Z | Compiling prettyplease v0.2.16 |
2088 | 2024-03-30T03:10:40.644Z | Compiling blake3 v1.5.0 |
2089 | 2024-03-30T03:10:41.103Z | Compiling semver v0.11.0 |
2090 | 2024-03-30T03:10:41.107Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2091 | 2024-03-30T03:10:41.414Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2092 | 2024-03-30T03:10:42.269Z | Compiling object v0.30.4 |
2093 | 2024-03-30T03:10:43.672Z | Compiling rayon v1.9.0 |
2094 | 2024-03-30T03:10:46.555Z | Compiling term v0.7.0 |
2095 | 2024-03-30T03:10:47.910Z | Compiling ciborium v0.2.2 |
2096 | 2024-03-30T03:10:48.564Z | Compiling darling_core v0.14.4 |
2097 | 2024-03-30T03:10:48.567Z | Compiling memmap2 v0.7.1 |
2098 | 2024-03-30T03:10:48.961Z | Compiling xattr v1.0.1 |
2099 | 2024-03-30T03:10:49.188Z | Compiling filetime v0.2.23 |
2100 | 2024-03-30T03:10:49.489Z | Compiling arrayvec v0.7.4 |
2101 | 2024-03-30T03:10:49.912Z | Compiling arrayref v0.3.7 |
2102 | 2024-03-30T03:10:50.009Z | Compiling path-slash v0.1.5 |
2103 | 2024-03-30T03:10:50.175Z | Compiling constant_time_eq v0.3.0 |
2104 | 2024-03-30T03:10:50.230Z | Compiling home v0.5.5 |
2105 | 2024-03-30T03:10:50.470Z | Compiling toolchain_find v0.2.0 |
2106 | 2024-03-30T03:10:51.035Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2107 | 2024-03-30T03:10:51.776Z | Compiling tar v0.4.40 |
2108 | 2024-03-30T03:10:53.819Z | Compiling darling_macro v0.14.4 |
2109 | 2024-03-30T03:10:54.081Z | Compiling ascii-canvas v3.0.0 |
2110 | 2024-03-30T03:10:54.544Z | Compiling camino-tempfile v1.1.1 |
2111 | 2024-03-30T03:10:54.717Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2112 | 2024-03-30T03:10:55.077Z | Compiling libsw v3.3.1 |
2113 | 2024-03-30T03:10:55.484Z | Compiling toml v0.5.11 |
2114 | 2024-03-30T03:10:55.484Z | Compiling ena v0.14.2 |
2115 | 2024-03-30T03:10:55.812Z | Compiling libloading v0.7.4 |
2116 | 2024-03-30T03:10:56.175Z | Compiling diff v0.1.13 |
2117 | 2024-03-30T03:10:56.236Z | Compiling linear-map v1.2.0 |
2118 | 2024-03-30T03:10:56.636Z | Compiling parking_lot_core v0.8.6 |
2119 | 2024-03-30T03:10:56.734Z | Compiling regex-syntax v0.6.29 |
2120 | 2024-03-30T03:10:57.018Z | Compiling owo-colors v4.0.0 |
2121 | 2024-03-30T03:10:58.446Z | Compiling bindgen v0.69.2 |
2122 | 2024-03-30T03:10:58.859Z | Compiling topological-sort v0.2.2 |
2123 | 2024-03-30T03:10:59.066Z | Compiling convert_case v0.4.0 |
2124 | 2024-03-30T03:10:59.570Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2125 | 2024-03-30T03:10:59.829Z | Compiling omicron-zone-package v0.11.0 |
2126 | 2024-03-30T03:10:59.841Z | Compiling derive_more v0.99.17 |
2127 | 2024-03-30T03:11:00.474Z | Compiling lalrpop v0.19.12 |
2128 | 2024-03-30T03:11:02.240Z | Compiling rustfmt-wrapper v0.2.0 |
2129 | 2024-03-30T03:11:03.091Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2130 | 2024-03-30T03:11:03.319Z | Compiling darling v0.14.4 |
2131 | 2024-03-30T03:11:05.477Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2132 | 2024-03-30T03:11:06.126Z | Compiling toml v0.8.10 |
2133 | 2024-03-30T03:11:07.207Z | Compiling cexpr v0.6.0 |
2134 | 2024-03-30T03:11:07.617Z | Compiling which v4.4.0 |
2135 | 2024-03-30T03:11:07.662Z | Compiling rustc-hash v1.1.0 |
2136 | 2024-03-30T03:11:07.816Z | Compiling shlex v1.3.0 |
2137 | 2024-03-30T03:11:08.173Z | Compiling peeking_take_while v0.1.2 |
2138 | 2024-03-30T03:11:08.200Z | Compiling lazycell v1.3.0 |
2139 | 2024-03-30T03:11:08.305Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2140 | 2024-03-30T03:11:09.074Z | Compiling derive_builder_core v0.12.0 |
2141 | 2024-03-30T03:11:10.204Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2142 | 2024-03-30T03:11:11.213Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2143 | 2024-03-30T03:11:11.278Z | Compiling headers-core v0.2.0 |
2144 | 2024-03-30T03:11:11.429Z | Compiling pem v3.0.2 |
2145 | 2024-03-30T03:11:11.441Z | Compiling libxml v0.3.3 |
2146 | 2024-03-30T03:11:11.780Z | Compiling async-recursion v1.0.5 |
2147 | 2024-03-30T03:11:12.260Z | Compiling ref-cast v1.0.20 |
2148 | 2024-03-30T03:11:12.686Z | Compiling platforms v3.0.2 |
2149 | 2024-03-30T03:11:12.792Z | Compiling headers v0.3.9 |
2150 | 2024-03-30T03:11:13.030Z | Compiling derive_builder_macro v0.12.0 |
2151 | 2024-03-30T03:11:13.084Z | Compiling parking_lot v0.11.2 |
2152 | 2024-03-30T03:11:14.188Z | Compiling mime_guess v2.0.4 |
2153 | 2024-03-30T03:11:14.192Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2154 | 2024-03-30T03:11:15.085Z | Compiling trust-dns-client v0.22.0 |
2155 | 2024-03-30T03:11:15.587Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2156 | 2024-03-30T03:11:15.892Z | Compiling strum_macros v0.24.3 |
2157 | 2024-03-30T03:11:19.365Z | Compiling ref-cast-impl v1.0.20 |
2158 | 2024-03-30T03:11:20.408Z | Compiling vte_generate_state_changes v0.1.1 |
2159 | 2024-03-30T03:11:20.538Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2160 | 2024-03-30T03:11:20.865Z | Compiling cookie v0.18.0 |
2161 | 2024-03-30T03:11:21.012Z | Compiling doc-comment v0.3.3 |
2162 | 2024-03-30T03:11:21.024Z | Compiling indoc v1.0.9 |
2163 | 2024-03-30T03:11:21.147Z | Compiling buf-list v1.0.3 |
2164 | 2024-03-30T03:11:21.721Z | Compiling vte v0.11.1 |
2165 | 2024-03-30T03:11:22.119Z | Compiling trust-dns-server v0.22.1 |
2166 | 2024-03-30T03:11:22.913Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2167 | 2024-03-30T03:11:24.316Z | Compiling derive_builder v0.12.0 |
2168 | 2024-03-30T03:11:24.475Z | Compiling sled v0.34.7 |
2169 | 2024-03-30T03:11:27.204Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2170 | 2024-03-30T03:11:28.524Z | Compiling polar-core v0.27.0 |
2171 | 2024-03-30T03:11:28.775Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2172 | 2024-03-30T03:11:29.059Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2173 | 2024-03-30T03:11:30.486Z | Compiling bb8 v0.8.3 |
2174 | 2024-03-30T03:11:30.967Z | Compiling const_format_proc_macros v0.2.32 |
2175 | 2024-03-30T03:11:32.515Z | Compiling quick-xml v0.30.0 |
2176 | 2024-03-30T03:11:33.049Z | Compiling impl-trait-for-tuples v0.2.2 |
2177 | 2024-03-30T03:11:34.388Z | Compiling pin-project-internal v1.1.3 |
2178 | 2024-03-30T03:11:37.182Z | Compiling oso-derive v0.27.0 |
2179 | 2024-03-30T03:11:38.179Z | Compiling memoffset v0.7.1 |
2180 | 2024-03-30T03:11:38.470Z | Compiling maplit v1.0.2 |
2181 | 2024-03-30T03:11:38.726Z | Compiling pin-project v1.1.3 |
2182 | 2024-03-30T03:11:38.856Z | Compiling const_format v0.2.32 |
2183 | 2024-03-30T03:11:40.138Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2184 | 2024-03-30T03:11:43.135Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2185 | 2024-03-30T03:11:44.395Z | Compiling curve25519-dalek v4.1.1 |
2186 | 2024-03-30T03:11:46.611Z | Compiling strip-ansi-escapes v0.2.0 |
2187 | 2024-03-30T03:11:51.565Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2188 | 2024-03-30T03:11:53.150Z | Compiling oso v0.27.0 |
2189 | 2024-03-30T03:12:01.334Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
2190 | 2024-03-30T03:12:03.890Z | Compiling fd-lock v3.0.13 |
2191 | 2024-03-30T03:12:04.110Z | Compiling kstat-rs v0.2.3 |
2192 | 2024-03-30T03:12:05.088Z | Compiling snafu-derive v0.7.5 |
2193 | 2024-03-30T03:12:06.619Z | Compiling fs-err v2.11.0 |
2194 | 2024-03-30T03:12:07.041Z | Compiling nu-ansi-term v0.50.0 |
2195 | 2024-03-30T03:12:08.185Z | Compiling strum v0.25.0 |
2196 | 2024-03-30T03:12:08.359Z | Compiling keccak v0.1.4 |
2197 | 2024-03-30T03:12:09.341Z | Compiling sha3 v0.10.8 |
2198 | 2024-03-30T03:12:10.176Z | Compiling snafu v0.7.5 |
2199 | 2024-03-30T03:12:10.257Z | Compiling reedline v0.30.0 |
2200 | 2024-03-30T03:12:10.787Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2201 | 2024-03-30T03:12:11.823Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2202 | 2024-03-30T03:12:13.482Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2203 | 2024-03-30T03:12:19.739Z | Compiling env_logger v0.9.3 |
2204 | 2024-03-30T03:12:23.463Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2205 | 2024-03-30T03:12:26.745Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2206 | 2024-03-30T03:12:27.258Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2207 | 2024-03-30T03:12:28.871Z | Compiling globset v0.4.13 |
2208 | 2024-03-30T03:12:29.060Z | Compiling fd-lock v4.0.2 |
2209 | 2024-03-30T03:12:29.282Z | Compiling peg-macros v0.8.2 |
2210 | 2024-03-30T03:12:32.518Z | Compiling olpc-cjson v0.1.3 |
2211 | 2024-03-30T03:12:32.760Z | Compiling universal-hash v0.5.1 |
2212 | 2024-03-30T03:12:32.826Z | Compiling nix v0.27.1 |
2213 | 2024-03-30T03:12:32.914Z | Compiling secrecy v0.8.0 |
2214 | 2024-03-30T03:12:32.953Z | Compiling serde_plain v1.0.2 |
2215 | 2024-03-30T03:12:33.184Z | Compiling sqlparser_derive v0.2.2 |
2216 | 2024-03-30T03:12:33.507Z | Compiling curve25519-dalek-derive v0.1.0 |
2217 | 2024-03-30T03:12:34.228Z | Compiling thiserror-impl-no-std v2.0.2 |
2218 | 2024-03-30T03:12:34.862Z | Compiling bitstruct_derive v0.1.0 |
2219 | 2024-03-30T03:12:35.092Z | Compiling nanorand v0.7.0 |
2220 | 2024-03-30T03:12:35.875Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2221 | 2024-03-30T03:12:36.009Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2222 | 2024-03-30T03:12:36.092Z | Compiling opaque-debug v0.3.0 |
2223 | 2024-03-30T03:12:36.195Z | Compiling signature v1.6.4 |
2224 | 2024-03-30T03:12:36.724Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2225 | 2024-03-30T03:12:36.741Z | Compiling ascii v1.1.0 |
2226 | 2024-03-30T03:12:36.925Z | Compiling unicode_categories v0.1.1 |
2227 | 2024-03-30T03:12:36.996Z | Compiling typed-path v0.7.0 |
2228 | 2024-03-30T03:12:37.521Z | Compiling salty v0.2.0 |
2229 | 2024-03-30T03:12:37.561Z | Compiling sqlformat v0.2.3 |
2230 | 2024-03-30T03:12:37.561Z | Compiling thiserror-no-std v2.0.2 |
2231 | 2024-03-30T03:12:37.561Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2232 | 2024-03-30T03:12:37.561Z | Compiling rustyline v13.0.0 |
2233 | 2024-03-30T03:12:39.268Z | Compiling ed25519 v1.5.3 |
2234 | 2024-03-30T03:12:39.993Z | Compiling tough v0.16.0 |
2235 | 2024-03-30T03:12:40.015Z | Compiling poly1305 v0.8.0 |
2236 | 2024-03-30T03:12:41.593Z | Compiling bitstruct v0.1.1 |
2237 | 2024-03-30T03:12:41.722Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2238 | 2024-03-30T03:12:42.231Z | Compiling flume v0.11.0 |
2239 | 2024-03-30T03:12:43.747Z | Compiling sqlparser v0.43.1 |
2240 | 2024-03-30T03:12:45.917Z | Compiling peg v0.8.2 |
2241 | 2024-03-30T03:12:46.047Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2242 | 2024-03-30T03:12:50.179Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2243 | 2024-03-30T03:12:50.747Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2244 | 2024-03-30T03:12:52.037Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2245 | 2024-03-30T03:12:58.175Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2246 | 2024-03-30T03:12:58.502Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2247 | 2024-03-30T03:12:59.399Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2248 | 2024-03-30T03:13:00.424Z | Compiling chacha20 v0.9.1 |
2249 | 2024-03-30T03:13:00.778Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2250 | 2024-03-30T03:13:02.202Z | Compiling aead v0.5.2 |
2251 | 2024-03-30T03:13:02.545Z | Compiling bcs v0.1.6 |
2252 | 2024-03-30T03:13:02.979Z | Compiling serde-big-array v0.5.1 |
2253 | 2024-03-30T03:13:03.063Z | Compiling erased-serde v0.3.31 |
2254 | 2024-03-30T03:13:03.532Z | Compiling serde_arrays v0.1.0 |
2255 | 2024-03-30T03:13:04.950Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2256 | 2024-03-30T03:13:04.969Z | Compiling parse-size v1.0.0 |
2257 | 2024-03-30T03:13:04.970Z | Compiling highway v1.1.0 |
2258 | 2024-03-30T03:13:04.970Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2259 | 2024-03-30T03:13:06.253Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2260 | 2024-03-30T03:13:06.441Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2261 | 2024-03-30T03:13:06.947Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2262 | 2024-03-30T03:13:17.252Z | Compiling chacha20poly1305 v0.10.1 |
2263 | 2024-03-30T03:13:17.504Z | Compiling vsss-rs v3.3.4 |
2264 | 2024-03-30T03:13:25.884Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2265 | 2024-03-30T03:13:26.608Z | Compiling signal-hook-tokio v0.3.1 |
2266 | 2024-03-30T03:13:26.808Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2267 | 2024-03-30T03:13:27.205Z | Compiling castaway v0.2.2 |
2268 | 2024-03-30T03:13:27.388Z | Compiling rand_seeder v0.2.3 |
2269 | 2024-03-30T03:13:28.243Z | Compiling serde-big-array v0.4.1 |
2270 | 2024-03-30T03:13:28.266Z | Compiling http-range v0.1.5 |
2271 | 2024-03-30T03:13:29.114Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2272 | 2024-03-30T03:13:29.420Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2273 | 2024-03-30T03:13:30.623Z | Compiling hyper-staticfile v0.9.5 |
2274 | 2024-03-30T03:13:34.050Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2275 | 2024-03-30T03:13:35.443Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2276 | 2024-03-30T03:13:35.607Z | Compiling compact_str v0.7.1 |
2277 | 2024-03-30T03:13:35.772Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2278 | 2024-03-30T03:13:36.000Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2279 | 2024-03-30T03:13:40.833Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2280 | 2024-03-30T03:13:41.479Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2281 | 2024-03-30T03:13:47.918Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2282 | 2024-03-30T03:13:53.212Z | Compiling zone_cfg_derive v0.1.2 |
2283 | 2024-03-30T03:13:55.033Z | Compiling tungstenite v0.21.0 |
2284 | 2024-03-30T03:13:55.536Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2285 | 2024-03-30T03:13:55.650Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2286 | 2024-03-30T03:13:55.931Z | Compiling lru v0.12.1 |
2287 | 2024-03-30T03:13:56.526Z | Compiling stability v0.1.1 |
2288 | 2024-03-30T03:13:57.163Z | Compiling base64 v0.13.1 |
2289 | 2024-03-30T03:13:57.895Z | Compiling indoc v2.0.3 |
2290 | 2024-03-30T03:13:58.867Z | Compiling corncobs v0.1.3 |
2291 | 2024-03-30T03:13:59.282Z | Compiling cassowary v0.3.0 |
2292 | 2024-03-30T03:14:00.151Z | Compiling ratatui v0.26.1 |
2293 | 2024-03-30T03:14:03.835Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2294 | 2024-03-30T03:14:03.883Z | Compiling ron v0.7.1 |
2295 | 2024-03-30T03:14:05.086Z | Compiling tokio-tungstenite v0.21.0 |
2296 | 2024-03-30T03:14:05.283Z | Compiling zone v0.1.8 |
2297 | 2024-03-30T03:14:08.919Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2298 | 2024-03-30T03:14:09.621Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2299 | 2024-03-30T03:14:10.280Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2300 | 2024-03-30T03:14:18.011Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2301 | 2024-03-30T03:14:23.047Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2302 | 2024-03-30T03:14:24.375Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2303 | 2024-03-30T03:14:31.992Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2304 | 2024-03-30T03:14:36.735Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2305 | 2024-03-30T03:14:36.735Z | Compiling portpicker v0.1.1 |
2306 | 2024-03-30T03:14:36.735Z | Compiling unicode-linebreak v0.1.5 |
2307 | 2024-03-30T03:14:37.219Z | Compiling smawk v0.3.1 |
2308 | 2024-03-30T03:14:37.260Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2309 | 2024-03-30T03:14:37.457Z | Compiling textwrap v0.16.1 |
2310 | 2024-03-30T03:14:45.243Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2311 | 2024-03-30T03:14:47.631Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2312 | 2024-03-30T03:14:51.161Z | Compiling rcgen v0.12.1 |
2313 | 2024-03-30T03:14:54.679Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2314 | 2024-03-30T03:14:55.029Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
2315 | 2024-03-30T03:14:55.101Z | Compiling atomicwrites v0.4.3 |
2316 | 2024-03-30T03:14:55.676Z | Compiling fatfs v0.3.6 |
2317 | 2024-03-30T03:14:58.725Z | Compiling subprocess v0.2.9 |
2318 | 2024-03-30T03:15:00.492Z | Compiling rtoolbox v0.0.1 |
2319 | 2024-03-30T03:15:00.920Z | Compiling assert_matches v1.5.0 |
2320 | 2024-03-30T03:15:01.033Z | Compiling is_ci v1.2.0 |
2321 | 2024-03-30T03:15:01.328Z | Compiling supports-color v3.0.0 |
2322 | 2024-03-30T03:15:01.832Z | Compiling rpassword v7.3.1 |
2323 | 2024-03-30T03:15:01.987Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2324 | 2024-03-30T03:15:02.052Z | Compiling tui-tree-widget v0.17.0 |
2325 | 2024-03-30T03:15:02.448Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2326 | 2024-03-30T03:15:02.463Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2327 | 2024-03-30T03:15:04.244Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2328 | 2024-03-30T03:15:04.542Z | Compiling csv-core v0.1.11 |
2329 | 2024-03-30T03:15:04.741Z | Compiling shell-words v1.1.0 |
2330 | 2024-03-30T03:15:05.159Z | Compiling csv v1.3.0 |
2331 | 2024-03-30T03:15:05.506Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2332 | 2024-03-30T03:15:07.359Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2333 | 2024-03-30T03:15:09.179Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2334 | 2024-03-30T03:15:18.485Z | Compiling multimap v0.10.0 |
2335 | 2024-03-30T03:17:01.635Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2336 | 2024-03-30T03:17:24.999Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2337 | 2024-03-30T03:17:27.686Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2338 | 2024-03-30T03:24:02.982Z | Finished release [optimized] target(s) in 14m 09s |
2339 | 2024-03-30T03:25:19.687Z | |
2340 | 2024-03-30T03:25:19.687Z | real 15:26.000406763 |
2341 | 2024-03-30T03:25:19.687Z | user 1:44:55.139617442 |
2342 | 2024-03-30T03:25:19.687Z | sys 4:37.125233451 |
2343 | 2024-03-30T03:25:19.748Z | trap 2.494740071 |
2344 | 2024-03-30T03:25:19.748Z | tflt 2.330283427 |
2345 | 2024-03-30T03:25:19.749Z | dflt 3.054144501 |
2346 | 2024-03-30T03:25:19.749Z | kflt 0.022388314 |
2347 | 2024-03-30T03:25:19.749Z | lock 6:49:51.960934156 |
2348 | 2024-03-30T03:25:19.749Z | slp 4:07:22.151214076 |
2349 | 2024-03-30T03:25:19.749Z | lat 2:22.013852026 |
2350 | 2024-03-30T03:25:19.749Z | stop 1:04.840404389 |
2351 | 2024-03-30T03:25:19.749Z | + 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/*) |
2352 | 2024-03-30T03:25:19.749Z | + pfexec mkdir -p /work |
2353 | 2024-03-30T03:25:19.749Z | + pfexec chown build /work |
2354 | 2024-03-30T03:25:19.749Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.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 |
2355 | 2024-03-30T03:25:28.432Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2356 | 2024-03-30T03:25:28.432Z | a out/mg-ddm-gz.tar 73905K |
2357 | 2024-03-30T03:25:28.432Z | a out/omicron-sled-agent.tar 112873K |
2358 | 2024-03-30T03:25:28.432Z | a out/oxlog.tar 6114K |
2359 | 2024-03-30T03:25:28.432Z | a out/target/test 1K |
2360 | 2024-03-30T03:25:28.432Z | a out/npuzone/npuzone 36313K |
2361 | 2024-03-30T03:25:28.432Z | a package-manifest.toml 26K |
2362 | 2024-03-30T03:25:28.432Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2363 | 2024-03-30T03:25:28.433Z | a target/release/omicron-package 39241K |
2364 | 2024-03-30T03:25:28.433Z | a tools/create_virtual_hardware.sh 4K |
2365 | 2024-03-30T03:25:28.433Z | a tools/virtual_hardware.sh 4K |
2366 | 2024-03-30T03:25:28.433Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2367 | 2024-03-30T03:25:28.433Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2368 | 2024-03-30T03:25:28.433Z | a tools/scrimlet/softnpu-init.sh 3K |
2369 | 2024-03-30T03:25:28.433Z | a tools/scrimlet/softnpu-zone.txt 1K |
2370 | 2024-03-30T03:25:28.433Z | a tools/scrimlet/softnpu.toml 1K |
2371 | 2024-03-30T03:25:28.436Z | |
2372 | 2024-03-30T03:25:28.436Z | real 9.836146842 |
2373 | 2024-03-30T03:25:28.436Z | user 9.485889460 |
2374 | 2024-03-30T03:25:28.436Z | sys 0.759005761 |
2375 | 2024-03-30T03:25:28.437Z | trap 0.002039179 |
2376 | 2024-03-30T03:25:28.437Z | tflt 0.000000000 |
2377 | 2024-03-30T03:25:28.437Z | dflt 0.000000000 |
2378 | 2024-03-30T03:25:28.437Z | kflt 0.000000000 |
2379 | 2024-03-30T03:25:28.437Z | lock 0.000000000 |
2380 | 2024-03-30T03:25:28.437Z | slp 9.184856347 |
2381 | 2024-03-30T03:25:28.437Z | lat 0.237654984 |
2382 | 2024-03-30T03:25:28.437Z | stop 0.000180972 |
2383 | 2024-03-30T03:25:28.437Z | ++ pwd |
2384 | 2024-03-30T03:25:28.441Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2385 | 2024-03-30T03:25:28.441Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2386 | 2024-03-30T03:25:28.441Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2387 | 2024-03-30T03:25:29.300Z | Finished release [optimized] target(s) in 0.80s |
2388 | 2024-03-30T03:25:29.328Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2389 | 2024-03-30T03:25:29.363Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2390 | 2024-03-30T03:25:29.368Z | Created new build target 'host' and set it as active |
2391 | 2024-03-30T03:25:29.368Z | |
2392 | 2024-03-30T03:25:29.369Z | real 0.920251033 |
2393 | 2024-03-30T03:25:29.369Z | user 0.595018111 |
2394 | 2024-03-30T03:25:29.369Z | sys 0.306539145 |
2395 | 2024-03-30T03:25:29.369Z | trap 0.000047817 |
2396 | 2024-03-30T03:25:29.369Z | tflt 0.000012488 |
2397 | 2024-03-30T03:25:29.369Z | dflt 0.000009509 |
2398 | 2024-03-30T03:25:29.370Z | kflt 0.000000000 |
2399 | 2024-03-30T03:25:29.370Z | lock 0.023276371 |
2400 | 2024-03-30T03:25:29.370Z | slp 0.107721882 |
2401 | 2024-03-30T03:25:29.370Z | lat 0.003351045 |
2402 | 2024-03-30T03:25:29.370Z | stop 0.000314084 |
2403 | 2024-03-30T03:25:29.370Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2404 | 2024-03-30T03:25:30.225Z | Finished release [optimized] target(s) in 0.79s |
2405 | 2024-03-30T03:25:30.235Z | Running `target/release/omicron-package -t host package` |
2406 | 2024-03-30T03:25:30.269Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2407 | 2024-03-30T03:25:31.157Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2408 | 2024-03-30T03:27:55.102Z | Finished release [optimized] target(s) in 2m 24s |
2409 | 2024-03-30T03:28:31.986Z | |
2410 | 2024-03-30T03:28:32.417Z | real 3:02.593174876 |
2411 | 2024-03-30T03:28:32.418Z | user 14:06.556157295 |
2412 | 2024-03-30T03:28:32.418Z | sys 38.923697071 |
2413 | 2024-03-30T03:28:32.418Z | trap 0.268138814 |
2414 | 2024-03-30T03:28:32.418Z | tflt 0.254715410 |
2415 | 2024-03-30T03:28:32.419Z | dflt 6.653918342 |
2416 | 2024-03-30T03:28:32.419Z | kflt 0.000030135 |
2417 | 2024-03-30T03:28:32.419Z | lock 58:09.868852888 |
2418 | 2024-03-30T03:28:32.419Z | slp 12:34.341701580 |
2419 | 2024-03-30T03:28:32.419Z | lat 7.854771850 |
2420 | 2024-03-30T03:28:32.420Z | stop 2.387129069 |
2421 | 2024-03-30T03:28:32.420Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2422 | 2024-03-30T03:28:32.420Z | + for package in "$@" |
2423 | 2024-03-30T03:28:32.420Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2424 | 2024-03-30T03:28:32.421Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gitea672660e77 |
2425 | 2024-03-30T03:28:32.802Z | Finished release [optimized] target(s) in 0.77s |
2426 | 2024-03-30T03:28:32.826Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gitea672660e77` |
2427 | 2024-03-30T03:28:32.858Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2428 | 2024-03-30T03:28:33.061Z | Created: out/versioned/omicron-sled-agent.tar |
2429 | 2024-03-30T03:28:33.076Z | + for package in "$@" |
2430 | 2024-03-30T03:28:33.076Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2431 | 2024-03-30T03:28:33.076Z | + echo 0.0.0 |
2432 | 2024-03-30T03:28:33.076Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2433 | 2024-03-30T03:28:33.076Z | a VERSION 1K |
2434 | 2024-03-30T03:28:33.076Z | + rm VERSION |
2435 | 2024-03-30T03:28:33.076Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitea672660e77 |
2436 | 2024-03-30T03:28:33.872Z | Finished release [optimized] target(s) in 0.75s |
2437 | 2024-03-30T03:28:33.891Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitea672660e77` |
2438 | 2024-03-30T03:28:33.919Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2439 | 2024-03-30T03:28:34.050Z | Created: out/versioned/mg-ddm-gz.tar |
2440 | 2024-03-30T03:28:34.061Z | + for package in "$@" |
2441 | 2024-03-30T03:28:34.061Z | + [[ propolis-server == mg-ddm-gz ]] |
2442 | 2024-03-30T03:28:34.061Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gitea672660e77 |
2443 | 2024-03-30T03:28:34.848Z | Finished release [optimized] target(s) in 0.74s |
2444 | 2024-03-30T03:28:34.864Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gitea672660e77` |
2445 | 2024-03-30T03:28:34.904Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2446 | 2024-03-30T03:28:35.865Z | Created: out/versioned/propolis-server.tar.gz |
2447 | 2024-03-30T03:28:35.869Z | + for package in "$@" |
2448 | 2024-03-30T03:28:35.869Z | + [[ overlay == mg-ddm-gz ]] |
2449 | 2024-03-30T03:28:35.869Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gitea672660e77 |
2450 | 2024-03-30T03:28:36.688Z | Finished release [optimized] target(s) in 0.76s |
2451 | 2024-03-30T03:28:36.712Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gitea672660e77` |
2452 | 2024-03-30T03:28:36.742Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2453 | 2024-03-30T03:28:36.750Z | Created: out/versioned/overlay.tar.gz |
2454 | 2024-03-30T03:28:36.750Z | + for package in "$@" |
2455 | 2024-03-30T03:28:36.750Z | + [[ oxlog == mg-ddm-gz ]] |
2456 | 2024-03-30T03:28:36.750Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gitea672660e77 |
2457 | 2024-03-30T03:28:37.526Z | Finished release [optimized] target(s) in 0.72s |
2458 | 2024-03-30T03:28:37.562Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gitea672660e77` |
2459 | 2024-03-30T03:28:37.577Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2460 | 2024-03-30T03:28:37.601Z | Created: out/versioned/oxlog.tar |
2461 | 2024-03-30T03:28:37.631Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2462 | 2024-03-30T03:28:37.631Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2463 | 2024-03-30T03:28:37.631Z | ++ cd -- ./tools |
2464 | 2024-03-30T03:28:37.631Z | ++ pwd |
2465 | 2024-03-30T03:28:37.631Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2466 | 2024-03-30T03:28:37.631Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2467 | 2024-03-30T03:28:37.638Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2468 | 2024-03-30T03:28:37.639Z | ++ readlink -f /work |
2469 | 2024-03-30T03:28:37.647Z | + out_dir=/work |
2470 | 2024-03-30T03:28:37.648Z | + 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" "$tarball_src_dir/oxlog.tar") |
2471 | 2024-03-30T03:28:37.648Z | + for dep in "${deps[@]}" |
2472 | 2024-03-30T03:28:37.648Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2473 | 2024-03-30T03:28:37.648Z | + for dep in "${deps[@]}" |
2474 | 2024-03-30T03:28:37.648Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2475 | 2024-03-30T03:28:37.648Z | + for dep in "${deps[@]}" |
2476 | 2024-03-30T03:28:37.649Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2477 | 2024-03-30T03:28:37.649Z | + for dep in "${deps[@]}" |
2478 | 2024-03-30T03:28:37.649Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2479 | 2024-03-30T03:28:37.649Z | + for dep in "${deps[@]}" |
2480 | 2024-03-30T03:28:37.649Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2481 | 2024-03-30T03:28:37.649Z | ++ mktemp -d |
2482 | 2024-03-30T03:28:37.649Z | + tmp_gz=/tmp/tmp.fVaq4h |
2483 | 2024-03-30T03:28:37.650Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2484 | 2024-03-30T03:28:37.650Z | + echo '{"v":"1","t":"layer"}' |
2485 | 2024-03-30T03:28:37.650Z | + pkg_dir=/tmp/tmp.fVaq4h/root/opt/oxide/sled-agent |
2486 | 2024-03-30T03:28:37.650Z | + mkdir -p /tmp/tmp.fVaq4h/root/opt/oxide/sled-agent |
2487 | 2024-03-30T03:28:37.650Z | + cd /tmp/tmp.fVaq4h/root/opt/oxide/sled-agent |
2488 | 2024-03-30T03:28:37.650Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2489 | 2024-03-30T03:28:37.724Z | x ., 0 bytes, 0 tape blocks |
2490 | 2024-03-30T03:28:37.725Z | x zone-bundle, 36115392 bytes, 70538 tape blocks |
2491 | 2024-03-30T03:28:37.725Z | x sled-agent, 79451080 bytes, 155178 tape blocks |
2492 | 2024-03-30T03:28:37.725Z | x pkg, 0 bytes, 0 tape blocks |
2493 | 2024-03-30T03:28:37.725Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2494 | 2024-03-30T03:28:37.725Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2495 | 2024-03-30T03:28:37.726Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2496 | 2024-03-30T03:28:37.726Z | x VERSION, 25 bytes, 1 tape blocks |
2497 | 2024-03-30T03:28:37.735Z | + mkdir -p /tmp/tmp.fVaq4h/root/lib/svc/manifest/site/ |
2498 | 2024-03-30T03:28:37.735Z | + mv pkg/manifest.xml /tmp/tmp.fVaq4h/root/lib/svc/manifest/site/sled-agent.xml |
2499 | 2024-03-30T03:28:37.735Z | + cd - |
2500 | 2024-03-30T03:28:37.735Z | /work/oxidecomputer/omicron |
2501 | 2024-03-30T03:28:37.736Z | + pkg_dir=/tmp/tmp.fVaq4h/root/opt/oxide/mg-ddm |
2502 | 2024-03-30T03:28:37.736Z | + mkdir -p /tmp/tmp.fVaq4h/root/opt/oxide/mg-ddm |
2503 | 2024-03-30T03:28:37.736Z | + cd /tmp/tmp.fVaq4h/root/opt/oxide/mg-ddm |
2504 | 2024-03-30T03:28:37.736Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2505 | 2024-03-30T03:28:37.784Z | x ., 0 bytes, 0 tape blocks |
2506 | 2024-03-30T03:28:37.785Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2507 | 2024-03-30T03:28:37.785Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2508 | 2024-03-30T03:28:37.785Z | x pkg, 0 bytes, 0 tape blocks |
2509 | 2024-03-30T03:28:37.785Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2510 | 2024-03-30T03:28:37.785Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2511 | 2024-03-30T03:28:37.785Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2512 | 2024-03-30T03:28:37.786Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2513 | 2024-03-30T03:28:37.786Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2514 | 2024-03-30T03:28:37.786Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2515 | 2024-03-30T03:28:37.786Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2516 | 2024-03-30T03:28:37.786Z | x VERSION, 25 bytes, 1 tape blocks |
2517 | 2024-03-30T03:28:37.803Z | + cd - |
2518 | 2024-03-30T03:28:37.803Z | /work/oxidecomputer/omicron |
2519 | 2024-03-30T03:28:37.804Z | + pkg_dir=/tmp/tmp.fVaq4h/root/opt/oxide/oxlog |
2520 | 2024-03-30T03:28:37.804Z | + mkdir -p /tmp/tmp.fVaq4h/root/opt/oxide/oxlog |
2521 | 2024-03-30T03:28:37.804Z | + cd /tmp/tmp.fVaq4h/root/opt/oxide/oxlog |
2522 | 2024-03-30T03:28:37.804Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2523 | 2024-03-30T03:28:37.804Z | x ., 0 bytes, 0 tape blocks |
2524 | 2024-03-30T03:28:37.804Z | x oxlog, 6257776 bytes, 12223 tape blocks |
2525 | 2024-03-30T03:28:37.804Z | x VERSION, 25 bytes, 1 tape blocks |
2526 | 2024-03-30T03:28:37.804Z | + cd - |
2527 | 2024-03-30T03:28:37.804Z | /work/oxidecomputer/omicron |
2528 | 2024-03-30T03:28:37.805Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.fVaq4h/root/opt/oxide |
2529 | 2024-03-30T03:28:37.872Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.fVaq4h/root/opt/oxide |
2530 | 2024-03-30T03:28:37.881Z | + cd /tmp/tmp.fVaq4h |
2531 | 2024-03-30T03:28:37.881Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2532 | 2024-03-30T03:28:46.454Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2533 | 2024-03-30T03:28:46.454Z | a oxide.json 1K |
2534 | 2024-03-30T03:28:46.454Z | a root/ 0K |
2535 | 2024-03-30T03:28:46.454Z | a root/opt/ 0K |
2536 | 2024-03-30T03:28:46.454Z | a root/opt/oxide/ 0K |
2537 | 2024-03-30T03:28:46.454Z | a root/opt/oxide/sled-agent/ 0K |
2538 | 2024-03-30T03:28:46.454Z | a root/opt/oxide/sled-agent/zone-bundle 35269K |
2539 | 2024-03-30T03:28:46.454Z | a root/opt/oxide/sled-agent/sled-agent 77589K |
2540 | 2024-03-30T03:28:46.454Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2541 | 2024-03-30T03:28:46.454Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2542 | 2024-03-30T03:28:46.454Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2543 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/sled-agent/VERSION 1K |
2544 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/mg-ddm/ 0K |
2545 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2546 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2547 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2548 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2549 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2550 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2551 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2552 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2553 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2554 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2555 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2556 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/oxlog/ 0K |
2557 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/oxlog/oxlog 6112K |
2558 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/oxlog/VERSION 1K |
2559 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/propolis-server.tar.gz 62556K |
2560 | 2024-03-30T03:28:46.455Z | a root/opt/oxide/overlay.tar.gz 3K |
2561 | 2024-03-30T03:28:46.455Z | a root/lib/ 0K |
2562 | 2024-03-30T03:28:46.455Z | a root/lib/svc/ 0K |
2563 | 2024-03-30T03:28:46.455Z | a root/lib/svc/manifest/ 0K |
2564 | 2024-03-30T03:28:46.456Z | a root/lib/svc/manifest/site/ 0K |
2565 | 2024-03-30T03:28:46.456Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2566 | 2024-03-30T03:28:46.459Z | + cd / |
2567 | 2024-03-30T03:28:46.459Z | + rm -rf /tmp/tmp.fVaq4h |
2568 | 2024-03-30T03:28:46.484Z | |
2569 | 2024-03-30T03:28:46.487Z | real 8.891866513 |
2570 | 2024-03-30T03:28:46.487Z | user 8.304459799 |
2571 | 2024-03-30T03:28:46.487Z | sys 0.586430976 |
2572 | 2024-03-30T03:28:46.488Z | trap 0.001461591 |
2573 | 2024-03-30T03:28:46.488Z | tflt 0.000000000 |
2574 | 2024-03-30T03:28:46.488Z | dflt 0.000000000 |
2575 | 2024-03-30T03:28:46.488Z | kflt 0.000000000 |
2576 | 2024-03-30T03:28:46.488Z | lock 0.000000000 |
2577 | 2024-03-30T03:28:46.488Z | slp 17.256934515 |
2578 | 2024-03-30T03:28:46.488Z | lat 0.198847548 |
2579 | 2024-03-30T03:28:46.488Z | stop 0.000196672 |
2580 | 2024-03-30T03:28:46.488Z | + mkdir -p /work/zones |
2581 | 2024-03-30T03:28:46.488Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.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 out/probe.tar.gz) |
2582 | 2024-03-30T03:28:46.488Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.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 out/probe.tar.gz /work/zones/ |
2583 | 2024-03-30T03:28:49.239Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2584 | 2024-03-30T03:28:50.100Z | Finished release [optimized] target(s) in 0.80s |
2585 | 2024-03-30T03:28:50.128Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2586 | 2024-03-30T03:28:50.158Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2587 | 2024-03-30T03:28:50.192Z | Created new build target 'recovery' and set it as active |
2588 | 2024-03-30T03:28:50.192Z | |
2589 | 2024-03-30T03:28:50.192Z | real 0.912766856 |
2590 | 2024-03-30T03:28:50.192Z | user 0.592092277 |
2591 | 2024-03-30T03:28:50.192Z | sys 0.299814951 |
2592 | 2024-03-30T03:28:50.192Z | trap 0.000488681 |
2593 | 2024-03-30T03:28:50.193Z | tflt 0.000032948 |
2594 | 2024-03-30T03:28:50.193Z | dflt 0.000051225 |
2595 | 2024-03-30T03:28:50.193Z | kflt 0.000019019 |
2596 | 2024-03-30T03:28:50.193Z | lock 0.022394864 |
2597 | 2024-03-30T03:28:50.193Z | slp 0.107380844 |
2598 | 2024-03-30T03:28:50.193Z | lat 0.006775597 |
2599 | 2024-03-30T03:28:50.193Z | stop 0.000415574 |
2600 | 2024-03-30T03:28:50.193Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2601 | 2024-03-30T03:28:50.964Z | Finished release [optimized] target(s) in 0.76s |
2602 | 2024-03-30T03:28:50.992Z | Running `target/release/omicron-package -t recovery package` |
2603 | 2024-03-30T03:28:51.487Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2604 | 2024-03-30T03:28:51.765Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2605 | 2024-03-30T03:28:54.446Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2606 | 2024-03-30T03:29:12.843Z | Finished release [optimized] target(s) in 21.77s |
2607 | 2024-03-30T03:29:33.671Z | |
2608 | 2024-03-30T03:29:33.678Z | real 43.509995054 |
2609 | 2024-03-30T03:29:33.678Z | user 1:38.402475508 |
2610 | 2024-03-30T03:29:33.678Z | sys 7.093326265 |
2611 | 2024-03-30T03:29:33.678Z | trap 0.062896812 |
2612 | 2024-03-30T03:29:33.678Z | tflt 0.079119627 |
2613 | 2024-03-30T03:29:33.678Z | dflt 0.275906233 |
2614 | 2024-03-30T03:29:33.678Z | kflt 0.000034368 |
2615 | 2024-03-30T03:29:33.678Z | lock 15:04.468296995 |
2616 | 2024-03-30T03:29:33.678Z | slp 1:43.997137387 |
2617 | 2024-03-30T03:29:33.679Z | lat 1.445879885 |
2618 | 2024-03-30T03:29:33.679Z | stop 0.566464304 |
2619 | 2024-03-30T03:29:33.679Z | + stamp_packages installinator mg-ddm-gz |
2620 | 2024-03-30T03:29:33.679Z | + for package in "$@" |
2621 | 2024-03-30T03:29:33.679Z | + [[ installinator == mg-ddm-gz ]] |
2622 | 2024-03-30T03:29:33.679Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gitea672660e77 |
2623 | 2024-03-30T03:29:34.498Z | Finished release [optimized] target(s) in 0.77s |
2624 | 2024-03-30T03:29:34.531Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gitea672660e77` |
2625 | 2024-03-30T03:29:34.553Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2626 | 2024-03-30T03:29:34.624Z | Created: out/versioned/installinator.tar |
2627 | 2024-03-30T03:29:34.633Z | + for package in "$@" |
2628 | 2024-03-30T03:29:34.634Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2629 | 2024-03-30T03:29:34.634Z | + echo 0.0.0 |
2630 | 2024-03-30T03:29:34.634Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2631 | 2024-03-30T03:29:34.634Z | a VERSION 1K |
2632 | 2024-03-30T03:29:34.634Z | + rm VERSION |
2633 | 2024-03-30T03:29:34.634Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitea672660e77 |
2634 | 2024-03-30T03:29:35.426Z | Finished release [optimized] target(s) in 0.74s |
2635 | 2024-03-30T03:29:35.446Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitea672660e77` |
2636 | 2024-03-30T03:29:35.480Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2637 | 2024-03-30T03:29:35.603Z | Created: out/versioned/mg-ddm-gz.tar |
2638 | 2024-03-30T03:29:35.608Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2639 | 2024-03-30T03:29:35.615Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2640 | 2024-03-30T03:29:35.620Z | ++ cd -- ./tools |
2641 | 2024-03-30T03:29:35.621Z | ++ pwd |
2642 | 2024-03-30T03:29:35.621Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2643 | 2024-03-30T03:29:35.621Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2644 | 2024-03-30T03:29:35.621Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2645 | 2024-03-30T03:29:35.628Z | ++ readlink -f /work |
2646 | 2024-03-30T03:29:35.628Z | + out_dir=/work |
2647 | 2024-03-30T03:29:35.628Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2648 | 2024-03-30T03:29:35.628Z | + for dep in "${deps[@]}" |
2649 | 2024-03-30T03:29:35.628Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2650 | 2024-03-30T03:29:35.628Z | + for dep in "${deps[@]}" |
2651 | 2024-03-30T03:29:35.628Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2652 | 2024-03-30T03:29:35.628Z | ++ mktemp -d |
2653 | 2024-03-30T03:29:35.628Z | + tmp_trampoline=/tmp/tmp.b5a48h |
2654 | 2024-03-30T03:29:35.628Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2655 | 2024-03-30T03:29:35.628Z | + echo '{"v":"1","t":"layer"}' |
2656 | 2024-03-30T03:29:35.628Z | + pkg_dir=/tmp/tmp.b5a48h/root/opt/oxide/installinator |
2657 | 2024-03-30T03:29:35.628Z | + mkdir -p /tmp/tmp.b5a48h/root/opt/oxide/installinator |
2658 | 2024-03-30T03:29:35.639Z | + cd /tmp/tmp.b5a48h/root/opt/oxide/installinator |
2659 | 2024-03-30T03:29:35.639Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2660 | 2024-03-30T03:29:35.662Z | x ., 0 bytes, 0 tape blocks |
2661 | 2024-03-30T03:29:35.662Z | x installinator, 47256184 bytes, 92298 tape blocks |
2662 | 2024-03-30T03:29:35.662Z | x pkg, 0 bytes, 0 tape blocks |
2663 | 2024-03-30T03:29:35.662Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2664 | 2024-03-30T03:29:35.662Z | x VERSION, 25 bytes, 1 tape blocks |
2665 | 2024-03-30T03:29:35.668Z | + mkdir -p /tmp/tmp.b5a48h/root/lib/svc/manifest/site/ |
2666 | 2024-03-30T03:29:35.669Z | + mv pkg/manifest.xml /tmp/tmp.b5a48h/root/lib/svc/manifest/site/installinator.xml |
2667 | 2024-03-30T03:29:35.669Z | + cd - |
2668 | 2024-03-30T03:29:35.669Z | /work/oxidecomputer/omicron |
2669 | 2024-03-30T03:29:35.669Z | + pkg_dir=/tmp/tmp.b5a48h/root/opt/oxide/mg-ddm |
2670 | 2024-03-30T03:29:35.669Z | + mkdir -p /tmp/tmp.b5a48h/root/opt/oxide/mg-ddm |
2671 | 2024-03-30T03:29:35.669Z | + cd /tmp/tmp.b5a48h/root/opt/oxide/mg-ddm |
2672 | 2024-03-30T03:29:35.669Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2673 | 2024-03-30T03:29:36.109Z | x ., 0 bytes, 0 tape blocks |
2674 | 2024-03-30T03:29:36.109Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2675 | 2024-03-30T03:29:36.109Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2676 | 2024-03-30T03:29:36.109Z | x pkg, 0 bytes, 0 tape blocks |
2677 | 2024-03-30T03:29:36.109Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2678 | 2024-03-30T03:29:36.110Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2679 | 2024-03-30T03:29:36.110Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2680 | 2024-03-30T03:29:36.110Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2681 | 2024-03-30T03:29:36.110Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2682 | 2024-03-30T03:29:36.110Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2683 | 2024-03-30T03:29:36.110Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2684 | 2024-03-30T03:29:36.111Z | x VERSION, 25 bytes, 1 tape blocks |
2685 | 2024-03-30T03:29:36.111Z | + cd - |
2686 | 2024-03-30T03:29:36.111Z | /work/oxidecomputer/omicron |
2687 | 2024-03-30T03:29:36.111Z | + cd /tmp/tmp.b5a48h |
2688 | 2024-03-30T03:29:36.112Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2689 | 2024-03-30T03:29:40.398Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2690 | 2024-03-30T03:29:40.398Z | a oxide.json 1K |
2691 | 2024-03-30T03:29:40.398Z | a root/ 0K |
2692 | 2024-03-30T03:29:40.398Z | a root/opt/ 0K |
2693 | 2024-03-30T03:29:40.399Z | a root/opt/oxide/ 0K |
2694 | 2024-03-30T03:29:40.399Z | a root/opt/oxide/installinator/ 0K |
2695 | 2024-03-30T03:29:40.399Z | a root/opt/oxide/installinator/installinator 46149K |
2696 | 2024-03-30T03:29:40.399Z | a root/opt/oxide/installinator/pkg/ 0K |
2697 | 2024-03-30T03:29:40.400Z | a root/opt/oxide/installinator/VERSION 1K |
2698 | 2024-03-30T03:29:40.400Z | a root/opt/oxide/mg-ddm/ 0K |
2699 | 2024-03-30T03:29:40.400Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2700 | 2024-03-30T03:29:40.400Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2701 | 2024-03-30T03:29:40.401Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2702 | 2024-03-30T03:29:40.401Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2703 | 2024-03-30T03:29:40.401Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2704 | 2024-03-30T03:29:40.401Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2705 | 2024-03-30T03:29:40.401Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2706 | 2024-03-30T03:29:40.402Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2707 | 2024-03-30T03:29:40.402Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2708 | 2024-03-30T03:29:40.402Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2709 | 2024-03-30T03:29:40.402Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2710 | 2024-03-30T03:29:40.402Z | a root/lib/ 0K |
2711 | 2024-03-30T03:29:40.403Z | a root/lib/svc/ 0K |
2712 | 2024-03-30T03:29:40.403Z | a root/lib/svc/manifest/ 0K |
2713 | 2024-03-30T03:29:40.403Z | a root/lib/svc/manifest/site/ 0K |
2714 | 2024-03-30T03:29:40.403Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2715 | 2024-03-30T03:29:40.409Z | + cd / |
2716 | 2024-03-30T03:29:40.409Z | + rm -rf /tmp/tmp.b5a48h |
2717 | 2024-03-30T03:29:40.424Z | |
2718 | 2024-03-30T03:29:40.431Z | real 4.806075633 |
2719 | 2024-03-30T03:29:40.431Z | user 4.558397120 |
2720 | 2024-03-30T03:29:40.431Z | sys 0.261670112 |
2721 | 2024-03-30T03:29:40.431Z | trap 0.000584575 |
2722 | 2024-03-30T03:29:40.431Z | tflt 0.000000000 |
2723 | 2024-03-30T03:29:40.431Z | dflt 0.000000000 |
2724 | 2024-03-30T03:29:40.431Z | kflt 0.000000000 |
2725 | 2024-03-30T03:29:40.431Z | lock 0.000000000 |
2726 | 2024-03-30T03:29:40.431Z | slp 9.360620482 |
2727 | 2024-03-30T03:29:40.431Z | lat 0.093959537 |
2728 | 2024-03-30T03:29:40.431Z | stop 0.000231931 |
2729 | 2024-03-30T03:29:40.431Z | process exited: duration 1722053 ms, exit code 0 |
|
2730 | 2024-03-30T03:29:40.882Z | found 22 output files |
2731 | 2024-03-30T03:29:40.882Z | uploading: /work/version.txt (26 bytes) |
2732 | 2024-03-30T03:29:41.912Z | uploaded: /work/version.txt |
2733 | 2024-03-30T03:29:41.912Z | uploading: /work/package.tar.gz (85365210 bytes) |
2734 | 2024-03-30T03:30:11.387Z | uploaded: /work/package.tar.gz |
2735 | 2024-03-30T03:30:11.387Z | uploading: /work/global-zone-packages.tar.gz (125081403 bytes) |
2736 | 2024-03-30T03:30:54.430Z | uploaded: /work/global-zone-packages.tar.gz |
2737 | 2024-03-30T03:30:54.430Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38501265 bytes) |
2738 | 2024-03-30T03:31:07.352Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2739 | 2024-03-30T03:31:07.352Z | uploading: /work/zones/clickhouse.tar.gz (231192209 bytes) |
2740 | 2024-03-30T03:32:44.455Z | uploaded: /work/zones/clickhouse.tar.gz |
2741 | 2024-03-30T03:32:44.455Z | uploading: /work/zones/clickhouse_keeper.tar.gz (231179503 bytes) |
2742 | 2024-03-30T03:34:21.891Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2743 | 2024-03-30T03:34:21.891Z | uploading: /work/zones/cockroachdb.tar.gz (126686051 bytes) |
2744 | 2024-03-30T03:35:16.667Z | uploaded: /work/zones/cockroachdb.tar.gz |
2745 | 2024-03-30T03:35:16.667Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (25317266 bytes) |
2746 | 2024-03-30T03:35:27.101Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2747 | 2024-03-30T03:35:27.101Z | uploading: /work/zones/crucible-zone.tar.gz (37016695 bytes) |
2748 | 2024-03-30T03:35:43.028Z | uploaded: /work/zones/crucible-zone.tar.gz |
2749 | 2024-03-30T03:35:43.028Z | uploading: /work/zones/external-dns.tar.gz (31019964 bytes) |
2750 | 2024-03-30T03:36:03.665Z | uploaded: /work/zones/external-dns.tar.gz |
2751 | 2024-03-30T03:36:03.666Z | uploading: /work/zones/internal-dns.tar.gz (31023606 bytes) |
2752 | 2024-03-30T03:36:19.078Z | uploaded: /work/zones/internal-dns.tar.gz |
2753 | 2024-03-30T03:36:19.084Z | uploading: /work/zones/nexus-single-sled.tar.gz (92017589 bytes) |
2754 | 2024-03-30T03:36:53.581Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2755 | 2024-03-30T03:36:53.581Z | uploading: /work/zones/nexus.tar.gz (92017968 bytes) |
2756 | 2024-03-30T03:37:49.078Z | uploaded: /work/zones/nexus.tar.gz |
2757 | 2024-03-30T03:37:49.079Z | uploading: /work/zones/ntp.tar.gz (10445825 bytes) |
2758 | 2024-03-30T03:37:51.520Z | uploaded: /work/zones/ntp.tar.gz |
2759 | 2024-03-30T03:37:51.520Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16529580 bytes) |
2760 | 2024-03-30T03:38:02.873Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2761 | 2024-03-30T03:38:02.873Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16528728 bytes) |
2762 | 2024-03-30T03:38:08.331Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2763 | 2024-03-30T03:38:08.356Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2764 | 2024-03-30T03:38:09.445Z | uploaded: /work/zones/overlay.tar.gz |
2765 | 2024-03-30T03:38:09.445Z | uploading: /work/zones/oximeter.tar.gz (50200329 bytes) |
2766 | 2024-03-30T03:38:30.832Z | uploaded: /work/zones/oximeter.tar.gz |
2767 | 2024-03-30T03:38:30.833Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2768 | 2024-03-30T03:38:32.525Z | uploaded: /work/zones/probe.tar.gz |
2769 | 2024-03-30T03:38:32.591Z | uploading: /work/zones/propolis-server.tar.gz (64056067 bytes) |
2770 | 2024-03-30T03:38:56.567Z | uploaded: /work/zones/propolis-server.tar.gz |
2771 | 2024-03-30T03:38:56.568Z | uploading: /work/zones/switch-asic.tar.gz (292891708 bytes) |
2772 | 2024-03-30T03:41:21.026Z | uploaded: /work/zones/switch-asic.tar.gz |
2773 | 2024-03-30T03:41:21.026Z | uploading: /work/zones/switch-softnpu.tar.gz (214452517 bytes) |
2774 | 2024-03-30T03:42:57.657Z | uploaded: /work/zones/switch-softnpu.tar.gz |