|
|
|
1 | 2024-04-03T07:27:16.743Z | job assigned to worker 01HTHDFHSC1XD8PSPW0G5QX3KA (queued for 7 m 23 s) |
|
2 | 2024-04-03T07:27:27.844Z | starting task 0: "setup" |
3 | 2024-04-03T07:27:28.041Z | ++ uname -s |
4 | 2024-04-03T07:27:28.042Z | + kern=SunOS |
5 | 2024-04-03T07:27:28.042Z | + case "$kern" in |
6 | 2024-04-03T07:27:28.042Z | + groupadd -g 12345 build |
7 | 2024-04-03T07:27:28.098Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-03T07:27:29.956Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-03T07:27:30.050Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-03T07:27:30.056Z | + home_fs=zfs |
11 | 2024-04-03T07:27:30.056Z | + [[ zfs == autofs ]] |
12 | 2024-04-03T07:27:30.056Z | + mkdir -p /home/build |
13 | 2024-04-03T07:27:30.056Z | + chown build:build /home/build /work |
14 | 2024-04-03T07:27:32.063Z | + chmod 0700 /home/build /work |
15 | 2024-04-03T07:27:32.081Z | process exited: duration 4317 ms, exit code 0 |
|
16 | 2024-04-03T07:27:32.096Z | starting task 1: "rust-toolchain" |
17 | 2024-04-03T07:27:32.103Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-03T07:27:32.106Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-03T07:27:32.391Z | info: downloading installer |
20 | 2024-04-03T07:27:34.415Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-03T07:27:34.417Z | warning: /opt/ooce/bin |
22 | 2024-04-03T07:27:34.419Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-03T07:27:34.422Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-03T07:27:34.422Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-03T07:27:34.424Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-03T07:27:34.425Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-03T07:27:34.426Z | error: cannot install while Rust is installed |
28 | 2024-04-03T07:27:34.427Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-03T07:27:35.786Z | info: profile set to 'default' |
30 | 2024-04-03T07:27:35.786Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-03T07:27:35.786Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-03T07:27:35.786Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-03T07:27:35.786Z | info: downloading component 'cargo' |
34 | 2024-04-03T07:27:35.786Z | info: downloading component 'clippy' |
35 | 2024-04-03T07:27:35.786Z | info: downloading component 'rust-docs' |
36 | 2024-04-03T07:27:36.885Z | info: downloading component 'rust-std' |
37 | 2024-04-03T07:27:37.938Z | info: downloading component 'rustc' |
38 | 2024-04-03T07:27:41.558Z | info: downloading component 'rustfmt' |
39 | 2024-04-03T07:27:41.780Z | info: installing component 'cargo' |
40 | 2024-04-03T07:27:42.574Z | info: installing component 'clippy' |
41 | 2024-04-03T07:27:42.933Z | info: installing component 'rust-docs' |
42 | 2024-04-03T07:27:44.316Z | info: installing component 'rust-std' |
43 | 2024-04-03T07:27:46.096Z | info: installing component 'rustc' |
44 | 2024-04-03T07:27:50.202Z | info: installing component 'rustfmt' |
45 | 2024-04-03T07:27:50.615Z | |
46 | 2024-04-03T07:27:50.615Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
47 | 2024-04-03T07:27:50.839Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-03T07:27:50.839Z | |
49 | 2024-04-03T07:27:50.842Z | |
50 | 2024-04-03T07:27:50.842Z | Rust is installed now. Great! |
51 | 2024-04-03T07:27:50.842Z | |
52 | 2024-04-03T07:27:50.842Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-03T07:27:50.842Z | environment variable. This has not been done automatically. |
54 | 2024-04-03T07:27:50.843Z | |
55 | 2024-04-03T07:27:50.843Z | To configure your current shell, you need to source |
56 | 2024-04-03T07:27:50.843Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-03T07:27:50.843Z | |
58 | 2024-04-03T07:27:50.843Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-03T07:27:50.843Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-03T07:27:50.843Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-03T07:27:50.989Z | + rustc --version |
62 | 2024-04-03T07:27:51.035Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-03T07:27:51.040Z | process exited: duration 18940 ms, exit code 0 |
|
64 | 2024-04-03T07:27:51.069Z | starting task 2: "authentication" |
65 | 2024-04-03T07:27:51.127Z | process exited: duration 69 ms, exit code 0 |
|
66 | 2024-04-03T07:27:51.153Z | starting task 3: "clone repository" |
67 | 2024-04-03T07:27:51.160Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-03T07:27:51.160Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-03T07:27:51.929Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-03T07:28:22.931Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-03T07:28:22.931Z | + git fetch origin e33f57601f40a2d5b94e4aa9ee14b85bb71baecf |
72 | 2024-04-03T07:28:23.710Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-03T07:28:23.710Z | * branch e33f57601f40a2d5b94e4aa9ee14b85bb71baecf -> FETCH_HEAD |
74 | 2024-04-03T07:28:23.726Z | + [[ -n sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end ]] |
75 | 2024-04-03T07:28:23.727Z | ++ git branch --show-current |
76 | 2024-04-03T07:28:23.727Z | + current=main |
77 | 2024-04-03T07:28:23.727Z | + [[ main != sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end ]] |
78 | 2024-04-03T07:28:23.728Z | + git branch -f sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end e33f57601f40a2d5b94e4aa9ee14b85bb71baecf |
79 | 2024-04-03T07:28:23.728Z | + git checkout -f sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end |
80 | 2024-04-03T07:28:23.781Z | Switched to branch 'sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end' |
81 | 2024-04-03T07:28:23.788Z | + git reset --hard e33f57601f40a2d5b94e4aa9ee14b85bb71baecf |
82 | 2024-04-03T07:28:23.788Z | HEAD is now at e33f57601 [𝘀𝗽𝗿] initial version |
83 | 2024-04-03T07:28:23.795Z | process exited: duration 32642 ms, exit code 0 |
|
84 | 2024-04-03T07:28:23.808Z | starting task 4: "build" |
85 | 2024-04-03T07:28:23.816Z | + cargo --version |
86 | 2024-04-03T07:28:23.822Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-04-03T07:28:23.943Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-04-03T07:28:23.949Z | info: downloading component 'cargo' |
89 | 2024-04-03T07:28:24.623Z | info: downloading component 'clippy' |
90 | 2024-04-03T07:28:24.833Z | info: downloading component 'rust-docs' |
91 | 2024-04-03T07:28:25.672Z | info: downloading component 'rust-std' |
92 | 2024-04-03T07:28:27.048Z | info: downloading component 'rustc' |
93 | 2024-04-03T07:28:30.419Z | info: downloading component 'rustfmt' |
94 | 2024-04-03T07:28:30.606Z | info: installing component 'cargo' |
95 | 2024-04-03T07:28:31.482Z | info: installing component 'clippy' |
96 | 2024-04-03T07:28:32.232Z | info: installing component 'rust-docs' |
97 | 2024-04-03T07:28:33.312Z | info: installing component 'rust-std' |
98 | 2024-04-03T07:28:35.111Z | info: installing component 'rustc' |
99 | 2024-04-03T07:28:39.132Z | info: installing component 'rustfmt' |
100 | 2024-04-03T07:28:39.532Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-04-03T07:28:39.542Z | + rustc --version |
102 | 2024-04-03T07:28:39.597Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-04-03T07:28:39.603Z | ++ git rev-parse HEAD |
104 | 2024-04-03T07:28:39.622Z | + COMMIT=e33f57601f40a2d5b94e4aa9ee14b85bb71baecf |
105 | 2024-04-03T07:28:39.622Z | + VERSION=7.0.0-0.ci+gite33f57601f4 |
106 | 2024-04-03T07:28:39.622Z | + echo 7.0.0-0.ci+gite33f57601f4 |
107 | 2024-04-03T07:28:39.622Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
108 | 2024-04-03T07:28:53.768Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2024-04-03T07:28:55.229Z | Startup: Caching catalogs ... Done |
110 | 2024-04-03T07:28:56.993Z | Planning: Solver setup ... Done (1.368s) |
111 | 2024-04-03T07:28:57.011Z | Planning: Running solver ... Done (0.026s) |
112 | 2024-04-03T07:28:57.818Z | Planning: Finding local manifests ... Done (0.368s) |
113 | 2024-04-03T07:28:57.831Z | Planning: Fetching manifests: 0/4 0% complete |
114 | 2024-04-03T07:28:57.865Z | Planning: Fetching manifests: 4/4 100% complete |
115 | 2024-04-03T07:28:57.918Z | Planning: Package planning ... Done (0.048s) |
116 | 2024-04-03T07:28:57.985Z | Planning: Merging actions ... Done (0.052s) |
117 | 2024-04-03T07:28:58.645Z | Planning: Checking for conflicting actions ... Done (0.672s) |
118 | 2024-04-03T07:28:58.666Z | Planning: Consolidating action changes ... Done (0.012s) |
119 | 2024-04-03T07:29:09.111Z | Planning: Evaluating mediators ... Done (10.409s) |
120 | 2024-04-03T07:29:09.162Z | Planning: Planning completed in 13.79 seconds |
121 | 2024-04-03T07:29:09.162Z | Packages to install: 4 |
122 | 2024-04-03T07:29:09.162Z | Mediators to change: 2 |
123 | 2024-04-03T07:29:09.162Z | Services to change: 1 |
124 | 2024-04-03T07:29:09.162Z | Estimated space available: 155.31 GB |
125 | 2024-04-03T07:29:09.162Z | Estimated space to be consumed: 1.43 GB |
126 | 2024-04-03T07:29:09.162Z | Create boot environment: No |
127 | 2024-04-03T07:29:09.162Z | Create backup boot environment: No |
128 | 2024-04-03T07:29:09.162Z | Rebuild boot archive: No |
129 | 2024-04-03T07:29:09.162Z | |
130 | 2024-04-03T07:29:09.163Z | Changed mediators: |
131 | 2024-04-03T07:29:09.163Z | mediator clang: |
132 | 2024-04-03T07:29:09.163Z | version: None -> 15 (system default) |
133 | 2024-04-03T07:29:09.163Z | |
134 | 2024-04-03T07:29:09.163Z | mediator llvm: |
135 | 2024-04-03T07:29:09.163Z | version: 14 (system default) -> 15 (system default) |
136 | 2024-04-03T07:29:09.163Z | |
137 | 2024-04-03T07:29:09.163Z | Changed packages: |
138 | 2024-04-03T07:29:09.163Z | helios-dev |
139 | 2024-04-03T07:29:09.164Z | developer/build-essential |
140 | 2024-04-03T07:29:09.164Z | None -> 11-2.0 |
141 | 2024-04-03T07:29:09.164Z | library/libxmlsec1 |
142 | 2024-04-03T07:29:09.164Z | None -> 1.2.35-2.0 |
143 | 2024-04-03T07:29:09.164Z | ooce/developer/clang-15 |
144 | 2024-04-03T07:29:09.164Z | None -> 15.0.7-2.0 |
145 | 2024-04-03T07:29:09.164Z | ooce/developer/llvm-15 |
146 | 2024-04-03T07:29:09.164Z | None -> 15.0.7-2.0 |
147 | 2024-04-03T07:29:09.164Z | |
148 | 2024-04-03T07:29:09.164Z | Services: |
149 | 2024-04-03T07:29:09.164Z | restart_fmri: |
150 | 2024-04-03T07:29:09.164Z | svc:/system/update-man-index:default |
151 | 2024-04-03T07:29:09.239Z | |
152 | 2024-04-03T07:29:09.239Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
153 | 2024-04-03T07:29:14.237Z | Download: 1265/3290 items 97.3/212.6MB 45% complete (19.4M/s) |
154 | 2024-04-03T07:29:19.245Z | Download: 3135/3290 items 142.7/212.6MB 67% complete (14.2M/s) |
155 | 2024-04-03T07:29:21.207Z | Download: Completed 212.60 MB in 11.97 seconds (17.8M/s) |
156 | 2024-04-03T07:29:21.878Z | Actions: 1/3689 actions (Installing new actions) |
157 | 2024-04-03T07:29:26.789Z | Actions: 3547/3689 actions (Installing new actions) |
158 | 2024-04-03T07:29:27.662Z | Actions: Completed 3689 actions in 5.91 seconds. |
159 | 2024-04-03T07:29:27.857Z | Done (0.191s) |
160 | 2024-04-03T07:29:27.857Z | Done (0.000s) |
161 | 2024-04-03T07:29:28.102Z | Done (0.250s) |
162 | 2024-04-03T07:29:34.358Z | Done (6.110s) |
163 | 2024-04-03T07:29:34.582Z | Done (0.132s) |
164 | 2024-04-03T07:29:34.603Z | Done (0.000s) |
165 | 2024-04-03T07:29:34.724Z | Done (0.000s) |
166 | 2024-04-03T07:29:35.236Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-04-03T07:29:35.397Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-04-03T07:29:35.410Z | Planning: Consolidating action changes ... Done |
169 | 2024-04-03T07:29:35.687Z | Planning: Evaluating mediators ... Done |
170 | 2024-04-03T07:29:35.705Z | Planning: Planning completed in 0.43 seconds |
171 | 2024-04-03T07:29:35.736Z | Mediators to change: 2 |
172 | 2024-04-03T07:29:35.736Z | Create boot environment: No |
173 | 2024-04-03T07:29:35.736Z | Create backup boot environment: No |
174 | 2024-04-03T07:29:35.780Z | Done |
175 | 2024-04-03T07:29:35.780Z | Done |
176 | 2024-04-03T07:29:35.928Z | Done |
177 | 2024-04-03T07:29:39.504Z | Done |
178 | 2024-04-03T07:29:39.592Z | Done |
179 | 2024-04-03T07:29:39.611Z | Done |
180 | 2024-04-03T07:29:39.688Z | Done |
181 | 2024-04-03T07:29:40.325Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-04-03T07:29:40.345Z | Planning: Merging actions ... Done |
183 | 2024-04-03T07:29:40.526Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-04-03T07:29:40.593Z | Planning: Consolidating action changes ... Done |
185 | 2024-04-03T07:29:40.789Z | Planning: Evaluating mediators ... Done |
186 | 2024-04-03T07:29:40.841Z | Planning: Planning completed in 0.79 seconds |
187 | 2024-04-03T07:29:40.882Z | Packages to change: 1 |
188 | 2024-04-03T07:29:40.882Z | Mediators to change: 1 |
189 | 2024-04-03T07:29:40.894Z | Services to change: 1 |
190 | 2024-04-03T07:29:40.894Z | Create boot environment: No |
191 | 2024-04-03T07:29:40.894Z | Create backup boot environment: Yes |
192 | 2024-04-03T07:29:42.715Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2024-04-03T07:29:42.722Z | Actions: Completed 6 actions in 0.00 seconds. |
194 | 2024-04-03T07:29:42.722Z | Done |
195 | 2024-04-03T07:29:42.722Z | Done |
196 | 2024-04-03T07:29:42.770Z | Done |
197 | 2024-04-03T07:29:46.342Z | Done |
198 | 2024-04-03T07:29:46.434Z | Done |
199 | 2024-04-03T07:29:46.446Z | Done |
200 | 2024-04-03T07:29:46.578Z | Done |
201 | 2024-04-03T07:29:47.022Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2024-04-03T07:29:47.022Z | clang system 15 system |
203 | 2024-04-03T07:29:47.022Z | csh system system illumos |
204 | 2024-04-03T07:29:47.022Z | ctags system system illumos |
205 | 2024-04-03T07:29:47.022Z | gcc vendor 12 vendor |
206 | 2024-04-03T07:29:47.022Z | gcc system 10 system |
207 | 2024-04-03T07:29:47.022Z | gcc system 7 system |
208 | 2024-04-03T07:29:47.022Z | go system 1.20 system |
209 | 2024-04-03T07:29:47.022Z | go system 1.19 system |
210 | 2024-04-03T07:29:47.022Z | llvm system 15 system |
211 | 2024-04-03T07:29:47.022Z | llvm system 14 system |
212 | 2024-04-03T07:29:47.022Z | mariadb system 10.6 system |
213 | 2024-04-03T07:29:47.023Z | mta vendor vendor dma |
214 | 2024-04-03T07:29:47.023Z | openjdk system 17 system |
215 | 2024-04-03T07:29:47.023Z | openjdk system 11 system |
216 | 2024-04-03T07:29:47.023Z | openjdk system 1.8 system |
217 | 2024-04-03T07:29:47.023Z | openssl vendor 3 vendor |
218 | 2024-04-03T07:29:47.023Z | perl system 5.36 system |
219 | 2024-04-03T07:29:47.023Z | postgresql system 15 system |
220 | 2024-04-03T07:29:47.023Z | postgresql system 13 system |
221 | 2024-04-03T07:29:47.023Z | python vendor 3 vendor |
222 | 2024-04-03T07:29:47.023Z | python system 2 system |
223 | 2024-04-03T07:29:47.023Z | python3 system 3.11 system |
224 | 2024-04-03T07:29:47.023Z | ruby system 3.0 system |
225 | 2024-04-03T07:29:47.024Z | words vendor vendor american-english |
226 | 2024-04-03T07:29:47.024Z | words system system australian-english |
227 | 2024-04-03T07:29:47.024Z | words system system british-english |
228 | 2024-04-03T07:29:47.024Z | words system system canadian-english |
229 | 2024-04-03T07:29:47.024Z | words system system french |
230 | 2024-04-03T07:29:47.024Z | words system system italian |
231 | 2024-04-03T07:29:47.024Z | words system system ngerman |
232 | 2024-04-03T07:29:47.024Z | words system system ogerman |
233 | 2024-04-03T07:29:47.024Z | words system system spanish |
234 | 2024-04-03T07:29:47.350Z | PUBLISHER TYPE STATUS P LOCATION |
235 | 2024-04-03T07:29:47.350Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
236 | 2024-04-03T07:29:49.478Z | FMRI IFO |
237 | 2024-04-03T07:29:49.478Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
238 | 2024-04-03T07:29:49.479Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
239 | 2024-04-03T07:29:49.479Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
240 | 2024-04-03T07:29:49.479Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
241 | 2024-04-03T07:29:49.479Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
242 | 2024-04-03T07:29:49.479Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
243 | 2024-04-03T07:29:49.479Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
244 | 2024-04-03T07:29:49.479Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
245 | 2024-04-03T07:29:49.479Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-04-03T07:29:49.479Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-04-03T07:29:49.480Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-04-03T07:29:49.480Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-04-03T07:29:49.480Z | + set -o errexit |
250 | 2024-04-03T07:29:49.480Z | +++ dirname ./tools/ci_download_cockroachdb |
251 | 2024-04-03T07:29:49.480Z | ++ cd ./tools |
252 | 2024-04-03T07:29:49.480Z | ++ pwd |
253 | 2024-04-03T07:29:49.480Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
254 | 2024-04-03T07:29:49.480Z | ++ basename ./tools/ci_download_cockroachdb |
255 | 2024-04-03T07:29:49.480Z | + ARG0=ci_download_cockroachdb |
256 | 2024-04-03T07:29:49.481Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
257 | 2024-04-03T07:29:49.481Z | + CIDL_VERSION=v22.1.9 |
258 | 2024-04-03T07:29:49.481Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
259 | 2024-04-03T07:29:49.481Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
260 | 2024-04-03T07:29:49.481Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
261 | 2024-04-03T07:29:49.481Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
262 | 2024-04-03T07:29:49.482Z | + TARGET_DIR=out |
263 | 2024-04-03T07:29:49.482Z | + DOWNLOAD_DIR=out/downloads |
264 | 2024-04-03T07:29:49.482Z | + DEST_DIR=./out/cockroachdb |
265 | 2024-04-03T07:29:49.482Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
266 | 2024-04-03T07:29:49.482Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
267 | 2024-04-03T07:29:49.482Z | + main |
268 | 2024-04-03T07:29:49.482Z | + [[ 0 != 0 ]] |
269 | 2024-04-03T07:29:49.482Z | + CIDL_OS=solaris2.11 |
270 | 2024-04-03T07:29:49.483Z | + [[ 0 != 0 ]] |
271 | 2024-04-03T07:29:49.483Z | + configure_os solaris2.11 |
272 | 2024-04-03T07:29:49.483Z | + echo 'current directory: /work/oxidecomputer/omicron' |
273 | 2024-04-03T07:29:49.483Z | current directory: /work/oxidecomputer/omicron |
274 | 2024-04-03T07:29:49.483Z | + echo 'configuring based on OS: "solaris2.11"' |
275 | 2024-04-03T07:29:49.483Z | configuring based on OS: "solaris2.11" |
276 | 2024-04-03T07:29:49.483Z | + case "$1" in |
277 | 2024-04-03T07:29:49.483Z | + CIDL_BUILD=illumos |
278 | 2024-04-03T07:29:49.483Z | + CIDL_SUFFIX=tar.gz |
279 | 2024-04-03T07:29:49.483Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
280 | 2024-04-03T07:29:49.484Z | + CIDL_URL_BASE=https://illumos.org/downloads |
281 | 2024-04-03T07:29:49.484Z | + CIDL_ASSEMBLE=do_assemble_illumos |
282 | 2024-04-03T07:29:49.484Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
283 | 2024-04-03T07:29:49.484Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-04-03T07:29:49.484Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-04-03T07:29:49.484Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
286 | 2024-04-03T07:29:49.484Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-04-03T07:29:49.485Z | + CIDL_SHA256FUNC=do_sha256sum |
288 | 2024-04-03T07:29:49.485Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2024-04-03T07:29:49.485Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-04-03T07:29:49.485Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
291 | 2024-04-03T07:29:49.485Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-04-03T07:29:49.485Z | + mkdir -p out/downloads |
293 | 2024-04-03T07:29:49.485Z | + mkdir -p ./out/cockroachdb |
294 | 2024-04-03T07:29:49.486Z | + local DO_DOWNLOAD=true |
295 | 2024-04-03T07:29:49.486Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
296 | 2024-04-03T07:29:49.486Z | + '[' true == true ']' |
297 | 2024-04-03T07:29:49.486Z | + echo Downloading... |
298 | 2024-04-03T07:29:49.486Z | Downloading... |
299 | 2024-04-03T07:29:49.486Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-04-03T07:29:49.486Z | + 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 |
301 | 2024-04-03T07:29:52.713Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-04-03T07:29:52.722Z | ++ sha256sum |
303 | 2024-04-03T07:29:52.722Z | ++ awk '{print $1}' |
304 | 2024-04-03T07:29:52.885Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
305 | 2024-04-03T07:29:52.885Z | + [[ 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 ]] |
306 | 2024-04-03T07:29:52.895Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-04-03T07:29:52.895Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
308 | 2024-04-03T07:29:59.173Z | + do_assemble_illumos |
309 | 2024-04-03T07:29:59.173Z | + rm -r ./out/cockroachdb |
310 | 2024-04-03T07:29:59.246Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
311 | 2024-04-03T07:29:59.246Z | + ./out/cockroachdb/bin/cockroach version |
312 | 2024-04-03T07:29:59.246Z | Build Tag: v22.1.9-dirty |
313 | 2024-04-03T07:29:59.246Z | Build Time: 2022/10/26 21:17:46 |
314 | 2024-04-03T07:29:59.246Z | Distribution: OSS |
315 | 2024-04-03T07:29:59.246Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
316 | 2024-04-03T07:29:59.246Z | Go Version: go1.17.13 |
317 | 2024-04-03T07:29:59.246Z | C Compiler: gcc 10.3.0 |
318 | 2024-04-03T07:29:59.247Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
319 | 2024-04-03T07:29:59.247Z | Build Type: release |
320 | 2024-04-03T07:29:59.247Z | + set -o errexit |
321 | 2024-04-03T07:29:59.247Z | +++ dirname ./tools/ci_download_clickhouse |
322 | 2024-04-03T07:29:59.247Z | ++ cd ./tools |
323 | 2024-04-03T07:29:59.247Z | ++ pwd |
324 | 2024-04-03T07:29:59.247Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
325 | 2024-04-03T07:29:59.247Z | ++ basename ./tools/ci_download_clickhouse |
326 | 2024-04-03T07:29:59.247Z | + ARG0=ci_download_clickhouse |
327 | 2024-04-03T07:29:59.247Z | + TARGET_DIR=out |
328 | 2024-04-03T07:29:59.248Z | + DOWNLOAD_DIR=out/downloads |
329 | 2024-04-03T07:29:59.248Z | + DEST_DIR=./out/clickhouse |
330 | 2024-04-03T07:29:59.248Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
331 | 2024-04-03T07:29:59.248Z | + CIDL_VERSION=v23.8.7.24 |
332 | 2024-04-03T07:29:59.248Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
333 | 2024-04-03T07:29:59.248Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
334 | 2024-04-03T07:29:59.248Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
335 | 2024-04-03T07:29:59.248Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
336 | 2024-04-03T07:29:59.248Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
337 | 2024-04-03T07:29:59.249Z | + main |
338 | 2024-04-03T07:29:59.249Z | + [[ 0 != 0 ]] |
339 | 2024-04-03T07:29:59.249Z | + CIDL_OS=solaris2.11 |
340 | 2024-04-03T07:29:59.249Z | + [[ 0 != 0 ]] |
341 | 2024-04-03T07:29:59.249Z | + configure_os solaris2.11 |
342 | 2024-04-03T07:29:59.249Z | + echo 'current directory: /work/oxidecomputer/omicron' |
343 | 2024-04-03T07:29:59.249Z | current directory: /work/oxidecomputer/omicron |
344 | 2024-04-03T07:29:59.249Z | + echo 'configuring based on OS: "solaris2.11"' |
345 | 2024-04-03T07:29:59.249Z | + CIDL_DASHREV= |
346 | 2024-04-03T07:29:59.250Z | + case "$1" in |
347 | 2024-04-03T07:29:59.250Z | configuring based on OS: "solaris2.11" |
348 | 2024-04-03T07:29:59.250Z | + CIDL_PLATFORM=illumos |
349 | 2024-04-03T07:29:59.250Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
350 | 2024-04-03T07:29:59.250Z | + CIDL_MD5FUNC=do_md5sum |
351 | 2024-04-03T07:29:59.250Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
352 | 2024-04-03T07:29:59.250Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-04-03T07:29:59.250Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-04-03T07:29:59.250Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-04-03T07:29:59.250Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
356 | 2024-04-03T07:29:59.250Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-04-03T07:29:59.251Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
358 | 2024-04-03T07:29:59.251Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-04-03T07:29:59.251Z | + mkdir -p out/downloads |
360 | 2024-04-03T07:29:59.251Z | + mkdir -p ./out/clickhouse |
361 | 2024-04-03T07:29:59.251Z | + local DO_DOWNLOAD=true |
362 | 2024-04-03T07:29:59.251Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
363 | 2024-04-03T07:29:59.251Z | + '[' true == true ']' |
364 | 2024-04-03T07:29:59.251Z | + echo Downloading... |
365 | 2024-04-03T07:29:59.252Z | Downloading... |
366 | 2024-04-03T07:29:59.252Z | + 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 |
367 | 2024-04-03T07:29:59.252Z | + 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 |
368 | 2024-04-03T07:29:59.252Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
369 | 2024-04-03T07:29:59.252Z | ++ md5sum |
370 | 2024-04-03T07:29:59.252Z | ++ awk '{print $1}' |
371 | 2024-04-03T07:29:59.252Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
372 | 2024-04-03T07:29:59.253Z | + [[ 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 ]] |
373 | 2024-04-03T07:29:59.253Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
374 | 2024-04-03T07:29:59.253Z | + mkdir -p ./out/clickhouse |
375 | 2024-04-03T07:29:59.253Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
376 | 2024-04-03T07:30:02.176Z | + [[ solaris2.11 == darwin* ]] |
377 | 2024-04-03T07:30:02.176Z | + ./out/clickhouse/clickhouse server --version |
378 | 2024-04-03T07:30:02.712Z | ClickHouse server version 23.8.7.1. |
379 | 2024-04-03T07:30:02.730Z | + set -o errexit |
380 | 2024-04-03T07:30:02.730Z | +++ dirname ./tools/ci_download_console |
381 | 2024-04-03T07:30:02.737Z | ++ cd ./tools |
382 | 2024-04-03T07:30:02.737Z | ++ pwd |
383 | 2024-04-03T07:30:02.737Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
384 | 2024-04-03T07:30:02.738Z | ++ basename ./tools/ci_download_console |
385 | 2024-04-03T07:30:02.738Z | + ARG0=ci_download_console |
386 | 2024-04-03T07:30:02.738Z | + TARGET_DIR=out |
387 | 2024-04-03T07:30:02.739Z | + DOWNLOAD_DIR=out/downloads |
388 | 2024-04-03T07:30:02.739Z | + DEST_DIR=./out/console-assets |
389 | 2024-04-03T07:30:02.739Z | + source /work/oxidecomputer/omicron/tools/console_version |
390 | 2024-04-03T07:30:02.739Z | ++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3 |
391 | 2024-04-03T07:30:02.739Z | ++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
392 | 2024-04-03T07:30:02.740Z | + URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
393 | 2024-04-03T07:30:02.740Z | + TARBALL_FILE=out/downloads/console.tar.gz |
394 | 2024-04-03T07:30:02.740Z | + main |
395 | 2024-04-03T07:30:02.740Z | + [[ 0 != 0 ]] |
396 | 2024-04-03T07:30:02.740Z | + echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz' |
397 | 2024-04-03T07:30:02.740Z | URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
398 | 2024-04-03T07:30:02.740Z | + echo 'Local file: out/downloads/console.tar.gz' |
399 | 2024-04-03T07:30:02.741Z | + local DO_DOWNLOAD=true |
400 | 2024-04-03T07:30:02.741Z | Local file: out/downloads/console.tar.gz |
401 | 2024-04-03T07:30:02.741Z | + [[ -f out/downloads/console.tar.gz ]] |
402 | 2024-04-03T07:30:02.741Z | + mkdir -p out/downloads |
403 | 2024-04-03T07:30:02.741Z | + '[' true == true ']' |
404 | 2024-04-03T07:30:02.741Z | + echo Downloading... |
405 | 2024-04-03T07:30:02.741Z | Downloading... |
406 | 2024-04-03T07:30:02.741Z | + do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz |
407 | 2024-04-03T07:30:02.742Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
408 | 2024-04-03T07:30:03.380Z | ++ do_sha256sum out/downloads/console.tar.gz |
409 | 2024-04-03T07:30:03.394Z | ++ case "$OSTYPE" in |
410 | 2024-04-03T07:30:03.394Z | ++ SHA=sha256sum |
411 | 2024-04-03T07:30:03.394Z | ++ sha256sum |
412 | 2024-04-03T07:30:03.394Z | ++ awk '{print $1}' |
413 | 2024-04-03T07:30:03.394Z | + calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
414 | 2024-04-03T07:30:03.394Z | + [[ 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 ]] |
415 | 2024-04-03T07:30:03.394Z | + rm -rf ./out/console-assets |
416 | 2024-04-03T07:30:03.394Z | + mkdir -p ./out/console-assets |
417 | 2024-04-03T07:30:03.394Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
418 | 2024-04-03T07:30:03.395Z | + mkdir -p ./out/console-assets |
419 | 2024-04-03T07:30:03.409Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
420 | 2024-04-03T07:30:03.894Z | + set -o errexit |
421 | 2024-04-03T07:30:05.092Z | +++ dirname ./tools/ci_download_maghemite_openapi |
422 | 2024-04-03T07:30:05.092Z | ++ cd ./tools |
423 | 2024-04-03T07:30:05.093Z | ++ pwd |
424 | 2024-04-03T07:30:05.093Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
425 | 2024-04-03T07:30:05.093Z | ++ basename ./tools/ci_download_maghemite_openapi |
426 | 2024-04-03T07:30:05.093Z | + ARG0=ci_download_maghemite_openapi |
427 | 2024-04-03T07:30:05.093Z | + TARGET_DIR=out |
428 | 2024-04-03T07:30:05.093Z | + DOWNLOAD_DIR=out/downloads |
429 | 2024-04-03T07:30:05.093Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
430 | 2024-04-03T07:30:05.093Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
431 | 2024-04-03T07:30:05.093Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
432 | 2024-04-03T07:30:05.093Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
433 | 2024-04-03T07:30:05.093Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
434 | 2024-04-03T07:30:05.093Z | + main |
435 | 2024-04-03T07:30:05.093Z | + rm -rf out/downloads/root |
436 | 2024-04-03T07:30:05.093Z | + [[ 0 != 0 ]] |
437 | 2024-04-03T07:30:05.093Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
438 | 2024-04-03T07:30:05.093Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
439 | 2024-04-03T07:30:05.093Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
440 | 2024-04-03T07:30:05.093Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
441 | 2024-04-03T07:30:05.093Z | + local DO_DOWNLOAD=true |
442 | 2024-04-03T07:30:05.093Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
443 | 2024-04-03T07:30:05.093Z | + mkdir -p out/downloads |
444 | 2024-04-03T07:30:05.094Z | + '[' true == true ']' |
445 | 2024-04-03T07:30:05.094Z | + echo Downloading... |
446 | 2024-04-03T07:30:05.094Z | Downloading... |
447 | 2024-04-03T07:30:05.094Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
448 | 2024-04-03T07:30:05.094Z | + 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 |
449 | 2024-04-03T07:30:05.094Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
450 | 2024-04-03T07:30:05.094Z | ++ case "$OSTYPE" in |
451 | 2024-04-03T07:30:05.094Z | ++ SHA=sha256sum |
452 | 2024-04-03T07:30:05.094Z | ++ sha256sum |
453 | 2024-04-03T07:30:05.094Z | ++ awk '{print $1}' |
454 | 2024-04-03T07:30:05.094Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
455 | 2024-04-03T07:30:05.094Z | + [[ 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 ]] |
456 | 2024-04-03T07:30:05.094Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
457 | 2024-04-03T07:30:05.094Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
458 | 2024-04-03T07:30:05.094Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
459 | 2024-04-03T07:30:05.094Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
460 | 2024-04-03T07:30:05.094Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
461 | 2024-04-03T07:30:05.094Z | + main |
462 | 2024-04-03T07:30:05.094Z | + rm -rf out/downloads/root |
463 | 2024-04-03T07:30:05.094Z | + [[ 0 != 0 ]] |
464 | 2024-04-03T07:30:05.094Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
465 | 2024-04-03T07:30:05.095Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
466 | 2024-04-03T07:30:05.095Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
467 | 2024-04-03T07:30:05.095Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
468 | 2024-04-03T07:30:05.095Z | + local DO_DOWNLOAD=true |
469 | 2024-04-03T07:30:05.095Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
470 | 2024-04-03T07:30:05.095Z | + mkdir -p out/downloads |
471 | 2024-04-03T07:30:05.095Z | + '[' true == true ']' |
472 | 2024-04-03T07:30:05.095Z | + echo Downloading... |
473 | 2024-04-03T07:30:05.095Z | Downloading... |
474 | 2024-04-03T07:30:05.095Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
475 | 2024-04-03T07:30:05.095Z | + 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 |
476 | 2024-04-03T07:30:05.095Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
477 | 2024-04-03T07:30:05.095Z | ++ case "$OSTYPE" in |
478 | 2024-04-03T07:30:05.095Z | ++ SHA=sha256sum |
479 | 2024-04-03T07:30:05.095Z | ++ sha256sum |
480 | 2024-04-03T07:30:05.095Z | ++ awk '{print $1}' |
481 | 2024-04-03T07:30:05.095Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
482 | 2024-04-03T07:30:05.095Z | + [[ 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 ]] |
483 | 2024-04-03T07:30:05.095Z | + set -o errexit |
484 | 2024-04-03T07:30:05.095Z | +++ dirname ./tools/ci_download_dendrite_openapi |
485 | 2024-04-03T07:30:05.095Z | ++ cd ./tools |
486 | 2024-04-03T07:30:05.095Z | ++ pwd |
487 | 2024-04-03T07:30:05.096Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
488 | 2024-04-03T07:30:05.096Z | ++ basename ./tools/ci_download_dendrite_openapi |
489 | 2024-04-03T07:30:05.096Z | + ARG0=ci_download_dendrite_openapi |
490 | 2024-04-03T07:30:05.096Z | + TARGET_DIR=out |
491 | 2024-04-03T07:30:05.096Z | + DOWNLOAD_DIR=out/downloads |
492 | 2024-04-03T07:30:05.096Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
493 | 2024-04-03T07:30:05.096Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
494 | 2024-04-03T07:30:05.096Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
495 | 2024-04-03T07:30:05.096Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
496 | 2024-04-03T07:30:05.096Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
497 | 2024-04-03T07:30:05.096Z | + main |
498 | 2024-04-03T07:30:05.096Z | + [[ 0 != 0 ]] |
499 | 2024-04-03T07:30:05.096Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
500 | 2024-04-03T07:30:05.096Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
501 | 2024-04-03T07:30:05.096Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
502 | 2024-04-03T07:30:05.096Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
503 | 2024-04-03T07:30:05.096Z | + local DO_DOWNLOAD=true |
504 | 2024-04-03T07:30:05.096Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
505 | 2024-04-03T07:30:05.096Z | + mkdir -p out/downloads |
506 | 2024-04-03T07:30:05.096Z | + '[' true == true ']' |
507 | 2024-04-03T07:30:05.096Z | + echo Downloading... |
508 | 2024-04-03T07:30:05.097Z | Downloading... |
509 | 2024-04-03T07:30:05.097Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
510 | 2024-04-03T07:30:05.097Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
511 | 2024-04-03T07:30:05.211Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
512 | 2024-04-03T07:30:05.211Z | ++ case "$OSTYPE" in |
513 | 2024-04-03T07:30:05.212Z | ++ SHA=sha256sum |
514 | 2024-04-03T07:30:05.212Z | ++ sha256sum |
515 | 2024-04-03T07:30:05.212Z | ++ awk '{print $1}' |
516 | 2024-04-03T07:30:05.212Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
517 | 2024-04-03T07:30:05.212Z | + [[ 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 ]] |
518 | 2024-04-03T07:30:05.212Z | + set -o errexit |
519 | 2024-04-03T07:30:05.212Z | +++ dirname ./tools/ci_download_dendrite_stub |
520 | 2024-04-03T07:30:05.213Z | ++ cd ./tools |
521 | 2024-04-03T07:30:05.213Z | ++ pwd |
522 | 2024-04-03T07:30:05.213Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
523 | 2024-04-03T07:30:05.213Z | ++ basename ./tools/ci_download_dendrite_stub |
524 | 2024-04-03T07:30:05.213Z | + ARG0=ci_download_dendrite_stub |
525 | 2024-04-03T07:30:05.213Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
526 | 2024-04-03T07:30:05.213Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
527 | 2024-04-03T07:30:05.213Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
528 | 2024-04-03T07:30:05.213Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
529 | 2024-04-03T07:30:05.214Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
530 | 2024-04-03T07:30:05.214Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
531 | 2024-04-03T07:30:05.214Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
532 | 2024-04-03T07:30:05.214Z | + TARGET_DIR=out |
533 | 2024-04-03T07:30:05.214Z | + DOWNLOAD_DIR=out/downloads |
534 | 2024-04-03T07:30:05.214Z | + DEST_DIR=./out/dendrite-stub |
535 | 2024-04-03T07:30:05.215Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
536 | 2024-04-03T07:30:05.215Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
537 | 2024-04-03T07:30:05.215Z | + REPO=oxidecomputer/dendrite |
538 | 2024-04-03T07:30:05.215Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
539 | 2024-04-03T07:30:05.215Z | + main |
540 | 2024-04-03T07:30:05.215Z | + [[ 0 != 0 ]] |
541 | 2024-04-03T07:30:05.215Z | + CIDL_OS=solaris2.11 |
542 | 2024-04-03T07:30:05.215Z | + [[ 0 != 0 ]] |
543 | 2024-04-03T07:30:05.216Z | + configure_os solaris2.11 |
544 | 2024-04-03T07:30:05.216Z | + echo 'current directory: /work/oxidecomputer/omicron' |
545 | 2024-04-03T07:30:05.216Z | current directory: /work/oxidecomputer/omicron |
546 | 2024-04-03T07:30:05.216Z | configuring based on OS: "solaris2.11" |
547 | 2024-04-03T07:30:05.216Z | + echo 'configuring based on OS: "solaris2.11"' |
548 | 2024-04-03T07:30:05.216Z | + case "$1" in |
549 | 2024-04-03T07:30:05.217Z | + SET_BINARIES= |
550 | 2024-04-03T07:30:05.217Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
551 | 2024-04-03T07:30:05.217Z | + CIDL_SHA256FUNC=do_sha256sum |
552 | 2024-04-03T07:30:05.217Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
553 | 2024-04-03T07:30:05.217Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
554 | 2024-04-03T07:30:05.217Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
555 | 2024-04-03T07:30:05.217Z | Local file: out/downloads/dendrite-stub.tar.gz |
556 | 2024-04-03T07:30:05.217Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
557 | 2024-04-03T07:30:05.218Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
558 | 2024-04-03T07:30:05.218Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
559 | 2024-04-03T07:30:05.218Z | + mkdir -p out/downloads |
560 | 2024-04-03T07:30:05.218Z | + mkdir -p ./out/dendrite-stub |
561 | 2024-04-03T07:30:05.218Z | + fetch_and_verify |
562 | 2024-04-03T07:30:05.219Z | + local DO_DOWNLOAD=true |
563 | 2024-04-03T07:30:05.219Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
564 | 2024-04-03T07:30:05.219Z | + '[' true == true ']' |
565 | 2024-04-03T07:30:05.219Z | + echo Downloading... |
566 | 2024-04-03T07:30:05.219Z | Downloading... |
567 | 2024-04-03T07:30:05.219Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
568 | 2024-04-03T07:30:05.219Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
569 | 2024-04-03T07:30:17.549Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
570 | 2024-04-03T07:30:17.556Z | ++ sha256sum |
571 | 2024-04-03T07:30:17.556Z | ++ awk '{print $1}' |
572 | 2024-04-03T07:30:17.568Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
573 | 2024-04-03T07:30:17.574Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
574 | 2024-04-03T07:30:17.575Z | + do_untar out/downloads/dendrite-stub.tar.gz |
575 | 2024-04-03T07:30:17.575Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
576 | 2024-04-03T07:30:18.174Z | + do_assemble |
577 | 2024-04-03T07:30:18.174Z | + rm -r ./out/dendrite-stub |
578 | 2024-04-03T07:30:18.189Z | + mkdir ./out/dendrite-stub |
579 | 2024-04-03T07:30:18.190Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
580 | 2024-04-03T07:30:18.275Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
581 | 2024-04-03T07:30:18.285Z | + set -o errexit |
582 | 2024-04-03T07:30:18.285Z | +++ dirname ./tools/ci_download_maghemite_mgd |
583 | 2024-04-03T07:30:18.285Z | ++ cd ./tools |
584 | 2024-04-03T07:30:18.285Z | ++ pwd |
585 | 2024-04-03T07:30:18.285Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
586 | 2024-04-03T07:30:18.285Z | ++ basename ./tools/ci_download_maghemite_mgd |
587 | 2024-04-03T07:30:18.285Z | + ARG0=ci_download_maghemite_mgd |
588 | 2024-04-03T07:30:18.285Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
589 | 2024-04-03T07:30:18.285Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
590 | 2024-04-03T07:30:18.285Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
591 | 2024-04-03T07:30:18.285Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
592 | 2024-04-03T07:30:18.285Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
593 | 2024-04-03T07:30:18.285Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
594 | 2024-04-03T07:30:18.285Z | + TARGET_DIR=out |
595 | 2024-04-03T07:30:18.285Z | + DOWNLOAD_DIR=out/downloads |
596 | 2024-04-03T07:30:18.285Z | + DEST_DIR=./out/mgd |
597 | 2024-04-03T07:30:18.285Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
598 | 2024-04-03T07:30:18.285Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
599 | 2024-04-03T07:30:18.295Z | + REPO=oxidecomputer/maghemite |
600 | 2024-04-03T07:30:18.296Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
601 | 2024-04-03T07:30:18.296Z | + main |
602 | 2024-04-03T07:30:18.296Z | + rm -rf out/downloads/root |
603 | 2024-04-03T07:30:18.296Z | + [[ 0 != 0 ]] |
604 | 2024-04-03T07:30:18.296Z | + CIDL_OS=solaris2.11 |
605 | 2024-04-03T07:30:18.296Z | + [[ 0 != 0 ]] |
606 | 2024-04-03T07:30:18.296Z | + configure_os solaris2.11 |
607 | 2024-04-03T07:30:18.296Z | + echo 'current directory: /work/oxidecomputer/omicron' |
608 | 2024-04-03T07:30:18.296Z | current directory: /work/oxidecomputer/omicron |
609 | 2024-04-03T07:30:18.297Z | + echo 'configuring based on OS: "solaris2.11"' |
610 | 2024-04-03T07:30:18.297Z | + case "$1" in |
611 | 2024-04-03T07:30:18.297Z | configuring based on OS: "solaris2.11" |
612 | 2024-04-03T07:30:18.297Z | + SET_BINARIES= |
613 | 2024-04-03T07:30:18.297Z | + CIDL_SHA256FUNC=do_sha256sum |
614 | 2024-04-03T07:30:18.297Z | + TARBALL_FILENAME=mgd.tar.gz |
615 | 2024-04-03T07:30:18.297Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
616 | 2024-04-03T07:30:18.297Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
617 | 2024-04-03T07:30:18.297Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
618 | 2024-04-03T07:30:18.297Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
619 | 2024-04-03T07:30:18.297Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
620 | 2024-04-03T07:30:18.297Z | Local file: out/downloads/mgd.tar.gz |
621 | 2024-04-03T07:30:18.297Z | + mkdir -p out/downloads |
622 | 2024-04-03T07:30:18.302Z | + mkdir -p ./out/mgd |
623 | 2024-04-03T07:30:18.302Z | + fetch_and_verify |
624 | 2024-04-03T07:30:18.302Z | + local DO_DOWNLOAD=true |
625 | 2024-04-03T07:30:18.302Z | + [[ -f out/downloads/mgd.tar.gz ]] |
626 | 2024-04-03T07:30:18.302Z | + '[' true == true ']' |
627 | 2024-04-03T07:30:18.302Z | + echo Downloading... |
628 | 2024-04-03T07:30:18.303Z | Downloading... |
629 | 2024-04-03T07:30:18.303Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
630 | 2024-04-03T07:30:18.303Z | + 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 |
631 | 2024-04-03T07:30:32.392Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
632 | 2024-04-03T07:30:32.404Z | ++ sha256sum |
633 | 2024-04-03T07:30:32.405Z | ++ awk '{print $1}' |
634 | 2024-04-03T07:30:32.405Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
635 | 2024-04-03T07:30:32.405Z | + [[ 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 ]] |
636 | 2024-04-03T07:30:32.405Z | + do_untar out/downloads/mgd.tar.gz |
637 | 2024-04-03T07:30:32.406Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
638 | 2024-04-03T07:30:32.928Z | + do_assemble |
639 | 2024-04-03T07:30:32.929Z | + rm -r ./out/mgd |
640 | 2024-04-03T07:30:32.936Z | + mkdir ./out/mgd |
641 | 2024-04-03T07:30:32.937Z | + cp -r out/downloads/root ./out/mgd/root |
642 | 2024-04-03T07:30:33.022Z | + set -o errexit |
643 | 2024-04-03T07:30:33.040Z | +++ dirname ./tools/ci_download_transceiver_control |
644 | 2024-04-03T07:30:33.040Z | ++ cd ./tools |
645 | 2024-04-03T07:30:33.040Z | ++ pwd |
646 | 2024-04-03T07:30:33.041Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
647 | 2024-04-03T07:30:33.041Z | ++ basename ./tools/ci_download_transceiver_control |
648 | 2024-04-03T07:30:33.041Z | + ARG0=ci_download_transceiver_control |
649 | 2024-04-03T07:30:33.041Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
650 | 2024-04-03T07:30:33.042Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2024-04-03T07:30:33.042Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2024-04-03T07:30:33.042Z | + TARGET_DIR=out |
653 | 2024-04-03T07:30:33.042Z | + DOWNLOAD_DIR=out/downloads |
654 | 2024-04-03T07:30:33.042Z | + DEST_DIR=./out/transceiver-control |
655 | 2024-04-03T07:30:33.042Z | + BIN_DIR=/opt/oxide/bin |
656 | 2024-04-03T07:30:33.042Z | + BINARY=xcvradm |
657 | 2024-04-03T07:30:33.043Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
658 | 2024-04-03T07:30:33.043Z | + REPO=oxidecomputer/transceiver-control |
659 | 2024-04-03T07:30:33.043Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
660 | 2024-04-03T07:30:33.043Z | + main |
661 | 2024-04-03T07:30:33.043Z | + [[ 0 != 0 ]] |
662 | 2024-04-03T07:30:33.043Z | + CIDL_OS=solaris2.11 |
663 | 2024-04-03T07:30:33.044Z | + [[ 0 != 0 ]] |
664 | 2024-04-03T07:30:33.044Z | + configure_os solaris2.11 |
665 | 2024-04-03T07:30:33.044Z | + echo 'current directory: /work/oxidecomputer/omicron' |
666 | 2024-04-03T07:30:33.044Z | + echo 'configuring based on OS: "solaris2.11"' |
667 | 2024-04-03T07:30:33.044Z | current directory: /work/oxidecomputer/omicron |
668 | 2024-04-03T07:30:33.044Z | configuring based on OS: "solaris2.11" |
669 | 2024-04-03T07:30:33.044Z | + case "$1" in |
670 | 2024-04-03T07:30:33.044Z | + SET_BINARIES= |
671 | 2024-04-03T07:30:33.044Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2024-04-03T07:30:33.044Z | + CIDL_SHA256FUNC=do_sha256sum |
673 | 2024-04-03T07:30:33.044Z | + ARCHIVE_FILENAME=xcvradm.gz |
674 | 2024-04-03T07:30:33.044Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
675 | 2024-04-03T07:30:33.044Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
676 | 2024-04-03T07:30:33.044Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
677 | 2024-04-03T07:30:33.044Z | + echo 'Local file: out/downloads/xcvradm.gz' |
678 | 2024-04-03T07:30:33.044Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
679 | 2024-04-03T07:30:33.045Z | Local file: out/downloads/xcvradm.gz |
680 | 2024-04-03T07:30:33.045Z | + mkdir -p out/downloads |
681 | 2024-04-03T07:30:33.045Z | + mkdir -p ./out/transceiver-control |
682 | 2024-04-03T07:30:33.045Z | + fetch_and_verify |
683 | 2024-04-03T07:30:33.045Z | + local DO_DOWNLOAD=true |
684 | 2024-04-03T07:30:33.045Z | + [[ -f out/downloads/xcvradm.gz ]] |
685 | 2024-04-03T07:30:33.045Z | + '[' true == true ']' |
686 | 2024-04-03T07:30:33.045Z | + echo Downloading... |
687 | 2024-04-03T07:30:33.045Z | Downloading... |
688 | 2024-04-03T07:30:33.045Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
689 | 2024-04-03T07:30:33.045Z | + 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 |
690 | 2024-04-03T07:30:35.708Z | ++ do_sha256sum out/downloads/xcvradm.gz |
691 | 2024-04-03T07:30:35.721Z | ++ sha256sum |
692 | 2024-04-03T07:30:35.721Z | ++ awk '{print $1}' |
693 | 2024-04-03T07:30:35.721Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
694 | 2024-04-03T07:30:35.722Z | + [[ 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 ]] |
695 | 2024-04-03T07:30:35.722Z | + do_unpack out/downloads/xcvradm.gz |
696 | 2024-04-03T07:30:35.722Z | + mkdir -p out/downloads/root//opt/oxide/bin |
697 | 2024-04-03T07:30:35.722Z | + gzip -dc out/downloads/xcvradm.gz |
698 | 2024-04-03T07:30:35.838Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
699 | 2024-04-03T07:30:35.849Z | + do_assemble |
700 | 2024-04-03T07:30:35.849Z | + rm -r ./out/transceiver-control |
701 | 2024-04-03T07:30:35.849Z | + mkdir ./out/transceiver-control |
702 | 2024-04-03T07:30:35.850Z | + cp -r out/downloads/root ./out/transceiver-control/root |
703 | 2024-04-03T07:30:35.928Z | + set -o errexit |
704 | 2024-04-03T07:30:35.936Z | +++ dirname ./tools/ci_download_thundermuffin |
705 | 2024-04-03T07:30:35.936Z | ++ cd ./tools |
706 | 2024-04-03T07:30:35.936Z | ++ pwd |
707 | 2024-04-03T07:30:35.936Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
708 | 2024-04-03T07:30:35.936Z | ++ basename ./tools/ci_download_thundermuffin |
709 | 2024-04-03T07:30:35.936Z | + ARG0=ci_download_thundermuffin |
710 | 2024-04-03T07:30:35.936Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
711 | 2024-04-03T07:30:35.945Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
712 | 2024-04-03T07:30:35.945Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
713 | 2024-04-03T07:30:35.945Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
714 | 2024-04-03T07:30:35.945Z | + TARGET_DIR=out |
715 | 2024-04-03T07:30:35.945Z | + DOWNLOAD_DIR=out/downloads |
716 | 2024-04-03T07:30:35.945Z | + DEST_DIR=./out/thundermuffin |
717 | 2024-04-03T07:30:35.945Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
718 | 2024-04-03T07:30:35.945Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
719 | 2024-04-03T07:30:35.946Z | + REPO=oxidecomputer/thundermuffin |
720 | 2024-04-03T07:30:35.946Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
721 | 2024-04-03T07:30:35.946Z | + main |
722 | 2024-04-03T07:30:35.946Z | + rm -rf out/downloads/root |
723 | 2024-04-03T07:30:35.959Z | + [[ 0 != 0 ]] |
724 | 2024-04-03T07:30:35.959Z | + CIDL_OS=solaris2.11 |
725 | 2024-04-03T07:30:35.959Z | + [[ 0 != 0 ]] |
726 | 2024-04-03T07:30:35.959Z | + configure_os solaris2.11 |
727 | 2024-04-03T07:30:35.959Z | + echo 'current directory: /work/oxidecomputer/omicron' |
728 | 2024-04-03T07:30:35.959Z | current directory: /work/oxidecomputer/omicron |
729 | 2024-04-03T07:30:35.959Z | + echo 'configuring based on OS: "solaris2.11"' |
730 | 2024-04-03T07:30:35.959Z | + case "$1" in |
731 | 2024-04-03T07:30:35.959Z | configuring based on OS: "solaris2.11" |
732 | 2024-04-03T07:30:35.960Z | + SET_BINARIES= |
733 | 2024-04-03T07:30:35.960Z | + CIDL_SHA256FUNC=do_sha256sum |
734 | 2024-04-03T07:30:35.960Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
735 | 2024-04-03T07:30:35.960Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
736 | 2024-04-03T07:30:35.960Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
737 | 2024-04-03T07:30:35.960Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
738 | 2024-04-03T07:30:35.960Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
739 | 2024-04-03T07:30:35.960Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
740 | 2024-04-03T07:30:35.960Z | Local file: out/downloads/thundermuffin.tar.gz |
741 | 2024-04-03T07:30:35.960Z | + mkdir -p out/downloads |
742 | 2024-04-03T07:30:35.960Z | + mkdir -p ./out/thundermuffin |
743 | 2024-04-03T07:30:35.960Z | + fetch_and_verify |
744 | 2024-04-03T07:30:35.960Z | + local DO_DOWNLOAD=true |
745 | 2024-04-03T07:30:35.960Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
746 | 2024-04-03T07:30:35.960Z | + '[' true == true ']' |
747 | 2024-04-03T07:30:35.960Z | + echo Downloading... |
748 | 2024-04-03T07:30:35.960Z | Downloading... |
749 | 2024-04-03T07:30:35.960Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
750 | 2024-04-03T07:30:35.961Z | + 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 |
751 | 2024-04-03T07:30:43.777Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
752 | 2024-04-03T07:30:43.777Z | ++ sha256sum |
753 | 2024-04-03T07:30:43.777Z | ++ awk '{print $1}' |
754 | 2024-04-03T07:30:43.777Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
755 | 2024-04-03T07:30:43.777Z | + [[ 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 ]] |
756 | 2024-04-03T07:30:43.778Z | + do_untar out/downloads/thundermuffin.tar.gz |
757 | 2024-04-03T07:30:43.778Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
758 | 2024-04-03T07:30:43.778Z | + do_assemble |
759 | 2024-04-03T07:30:43.778Z | + rm -r ./out/thundermuffin |
760 | 2024-04-03T07:30:43.778Z | + mkdir ./out/thundermuffin |
761 | 2024-04-03T07:30:43.778Z | + cp -r out/downloads/root ./out/thundermuffin/root |
762 | 2024-04-03T07:30:43.778Z | All prerequisites installed successfully |
763 | 2024-04-03T07:30:43.778Z | |
764 | 2024-04-03T07:30:43.778Z | real 2:03.462092961 |
765 | 2024-04-03T07:30:43.779Z | user 36.895631943 |
766 | 2024-04-03T07:30:43.779Z | sys 6.829324194 |
767 | 2024-04-03T07:30:43.779Z | trap 0.008375206 |
768 | 2024-04-03T07:30:43.779Z | tflt 0.236985334 |
769 | 2024-04-03T07:30:43.779Z | dflt 0.665648666 |
770 | 2024-04-03T07:30:43.779Z | kflt 0.239924498 |
771 | 2024-04-03T07:30:43.779Z | lock 1.106034210 |
772 | 2024-04-03T07:30:43.779Z | slp 4:23.293595426 |
773 | 2024-04-03T07:30:43.779Z | lat 1.972042228 |
774 | 2024-04-03T07:30:43.779Z | stop 0.146389798 |
775 | 2024-04-03T07:30:43.780Z | + ptime -m ./tools/ci_download_softnpu_machinery |
776 | 2024-04-03T07:30:43.780Z | fetching npuzone |
777 | 2024-04-03T07:30:43.780Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
778 | 2024-04-03T07:30:43.780Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
779 | 2024-04-03T07:30:43.780Z | Getting hash for npuzone |
780 | 2024-04-03T07:30:43.780Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
781 | 2024-04-03T07:31:00.909Z | npuzone downloaded successfully |
782 | 2024-04-03T07:31:01.365Z | |
783 | 2024-04-03T07:31:01.365Z | real 17.723592562 |
784 | 2024-04-03T07:31:01.365Z | user 0.378999147 |
785 | 2024-04-03T07:31:01.365Z | sys 0.144063899 |
786 | 2024-04-03T07:31:01.366Z | trap 0.000044114 |
787 | 2024-04-03T07:31:01.366Z | tflt 0.000000000 |
788 | 2024-04-03T07:31:01.366Z | dflt 0.000000000 |
789 | 2024-04-03T07:31:01.366Z | kflt 0.000000000 |
790 | 2024-04-03T07:31:01.366Z | lock 0.000000000 |
791 | 2024-04-03T07:31:01.366Z | slp 52.500414592 |
792 | 2024-04-03T07:31:01.367Z | lat 0.117156386 |
793 | 2024-04-03T07:31:01.367Z | stop 0.000178537 |
794 | 2024-04-03T07:31:01.367Z | + export CARGO_INCREMENTAL=0 |
795 | 2024-04-03T07:31:01.367Z | + CARGO_INCREMENTAL=0 |
796 | 2024-04-03T07:31:01.367Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
797 | 2024-04-03T07:31:01.367Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
798 | 2024-04-03T07:31:02.070Z | Updating git repository `https://github.com/oxidecomputer/samael` |
799 | 2024-04-03T07:31:03.886Z | Updating git repository `https://github.com/oxidecomputer/zone` |
800 | 2024-04-03T07:31:03.887Z | Updating crates.io index |
801 | 2024-04-03T07:31:03.887Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
802 | 2024-04-03T07:31:06.756Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
803 | 2024-04-03T07:31:07.574Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
804 | 2024-04-03T07:31:12.557Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
805 | 2024-04-03T07:31:14.812Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
806 | 2024-04-03T07:31:15.530Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
807 | 2024-04-03T07:31:18.522Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
808 | 2024-04-03T07:31:24.245Z | Updating git repository `https://github.com/oxidecomputer/opte` |
809 | 2024-04-03T07:31:29.887Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
810 | 2024-04-03T07:31:30.326Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
811 | 2024-04-03T07:31:31.235Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
812 | 2024-04-03T07:31:32.470Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
813 | 2024-04-03T07:31:33.454Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
814 | 2024-04-03T07:31:34.246Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
815 | 2024-04-03T07:31:35.252Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
816 | 2024-04-03T07:31:36.113Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
817 | 2024-04-03T07:31:36.944Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
818 | 2024-04-03T07:31:37.630Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
819 | 2024-04-03T07:31:38.297Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
820 | 2024-04-03T07:31:39.096Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
821 | 2024-04-03T07:31:39.980Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
822 | 2024-04-03T07:31:40.824Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
823 | 2024-04-03T07:31:42.844Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
824 | 2024-04-03T07:31:43.835Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
825 | 2024-04-03T07:31:44.518Z | Updating git repository `https://github.com/jgallagher/nix` |
826 | 2024-04-03T07:31:48.863Z | Updating git repository `https://github.com/cbiffle/hubpack` |
827 | 2024-04-03T07:31:50.058Z | Updating git repository `https://github.com/oxidecomputer/typify` |
828 | 2024-04-03T07:31:52.979Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
829 | 2024-04-03T07:31:54.564Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
830 | 2024-04-03T07:31:55.301Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
831 | 2024-04-03T07:31:56.906Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
832 | 2024-04-03T07:31:59.102Z | Downloading crates ... |
833 | 2024-04-03T07:32:04.042Z | Downloaded addr2line v0.21.0 |
834 | 2024-04-03T07:32:04.043Z | Downloaded adler v1.0.2 |
835 | 2024-04-03T07:32:04.043Z | Downloaded aead v0.5.2 |
836 | 2024-04-03T07:32:04.043Z | Downloaded ahash v0.8.8 |
837 | 2024-04-03T07:32:04.043Z | Downloaded aho-corasick v1.1.2 |
838 | 2024-04-03T07:32:04.043Z | Downloaded anstream v0.6.11 |
839 | 2024-04-03T07:32:04.043Z | Downloaded anstyle v1.0.6 |
840 | 2024-04-03T07:32:04.044Z | Downloaded anstyle-query v1.0.0 |
841 | 2024-04-03T07:32:04.044Z | Downloaded ansi_term v0.12.1 |
842 | 2024-04-03T07:32:04.044Z | Downloaded anyhow v1.0.79 |
843 | 2024-04-03T07:32:04.044Z | Downloaded hash32 v0.2.1 |
844 | 2024-04-03T07:32:04.044Z | Downloaded arrayref v0.3.7 |
845 | 2024-04-03T07:32:04.044Z | Downloaded assert_matches v1.5.0 |
846 | 2024-04-03T07:32:04.044Z | Downloaded hashbrown v0.12.3 |
847 | 2024-04-03T07:32:04.044Z | Downloaded async-stream-impl v0.3.5 |
848 | 2024-04-03T07:32:04.044Z | Downloaded async-trait v0.1.79 |
849 | 2024-04-03T07:32:04.045Z | Downloaded hashbrown v0.13.2 |
850 | 2024-04-03T07:32:04.045Z | Downloaded hashbrown v0.14.3 |
851 | 2024-04-03T07:32:04.045Z | Downloaded headers-core v0.2.0 |
852 | 2024-04-03T07:32:04.045Z | Downloaded heapless v0.7.16 |
853 | 2024-04-03T07:32:04.045Z | Downloaded base64ct v1.6.0 |
854 | 2024-04-03T07:32:04.045Z | Downloaded hex v0.4.3 |
855 | 2024-04-03T07:32:04.045Z | Downloaded heck v0.5.0 |
856 | 2024-04-03T07:32:04.045Z | Downloaded heck v0.4.1 |
857 | 2024-04-03T07:32:04.045Z | Downloaded heck v0.3.3 |
858 | 2024-04-03T07:32:04.045Z | Downloaded heapless v0.8.0 |
859 | 2024-04-03T07:32:04.046Z | Downloaded home v0.5.5 |
860 | 2024-04-03T07:32:04.046Z | Downloaded bit-set v0.5.3 |
861 | 2024-04-03T07:32:04.046Z | Downloaded hmac v0.12.1 |
862 | 2024-04-03T07:32:04.046Z | Downloaded bitflags v1.3.2 |
863 | 2024-04-03T07:32:04.046Z | Downloaded http v1.0.0 |
864 | 2024-04-03T07:32:04.046Z | Downloaded http-range v0.1.5 |
865 | 2024-04-03T07:32:04.046Z | Downloaded hubpack_derive v0.1.1 |
866 | 2024-04-03T07:32:04.047Z | Downloaded humantime v2.1.0 |
867 | 2024-04-03T07:32:04.047Z | Downloaded httpdate v1.0.3 |
868 | 2024-04-03T07:32:04.047Z | Downloaded httparse v1.8.0 |
869 | 2024-04-03T07:32:04.047Z | Downloaded http-body v0.4.5 |
870 | 2024-04-03T07:32:04.047Z | Downloaded http v0.2.12 |
871 | 2024-04-03T07:32:04.047Z | Downloaded hyper-staticfile v0.9.5 |
872 | 2024-04-03T07:32:04.047Z | Downloaded hyper-tls v0.5.0 |
873 | 2024-04-03T07:32:04.048Z | Downloaded ident_case v1.0.1 |
874 | 2024-04-03T07:32:04.048Z | Downloaded iana-time-zone v0.1.57 |
875 | 2024-04-03T07:32:04.048Z | Downloaded block-padding v0.3.3 |
876 | 2024-04-03T07:32:04.048Z | Downloaded blake3 v1.5.0 |
877 | 2024-04-03T07:32:04.048Z | Downloaded hyper-rustls v0.24.2 |
878 | 2024-04-03T07:32:04.048Z | Downloaded hyper v0.14.28 |
879 | 2024-04-03T07:32:04.049Z | Downloaded bitflags v2.4.2 |
880 | 2024-04-03T07:32:04.049Z | Downloaded byteorder v1.5.0 |
881 | 2024-04-03T07:32:04.049Z | Downloaded bytecount v0.6.3 |
882 | 2024-04-03T07:32:04.049Z | Downloaded bytes v1.5.0 |
883 | 2024-04-03T07:32:04.049Z | Downloaded bzip2 v0.4.4 |
884 | 2024-04-03T07:32:04.049Z | Downloaded buf-list v1.0.3 |
885 | 2024-04-03T07:32:04.049Z | Downloaded bitfield v0.14.0 |
886 | 2024-04-03T07:32:04.050Z | Downloaded impl-trait-for-tuples v0.2.2 |
887 | 2024-04-03T07:32:04.050Z | Downloaded indexmap v1.9.3 |
888 | 2024-04-03T07:32:04.050Z | Downloaded indexmap v2.2.6 |
889 | 2024-04-03T07:32:04.050Z | Downloaded indicatif v0.17.8 |
890 | 2024-04-03T07:32:04.050Z | Downloaded is_ci v1.2.0 |
891 | 2024-04-03T07:32:04.051Z | Downloaded cc v1.0.83 |
892 | 2024-04-03T07:32:04.051Z | Downloaded cfg-if v1.0.0 |
893 | 2024-04-03T07:32:04.051Z | Downloaded itertools v0.10.5 |
894 | 2024-04-03T07:32:04.051Z | Downloaded keccak v0.1.4 |
895 | 2024-04-03T07:32:04.051Z | Downloaded itertools v0.12.1 |
896 | 2024-04-03T07:32:04.051Z | Downloaded kstat-rs v0.2.3 |
897 | 2024-04-03T07:32:04.052Z | Downloaded cipher v0.4.4 |
898 | 2024-04-03T07:32:04.052Z | Downloaded clang-sys v1.6.1 |
899 | 2024-04-03T07:32:04.052Z | Downloaded lazy_static v1.4.0 |
900 | 2024-04-03T07:32:04.052Z | Downloaded lalrpop-util v0.19.12 |
901 | 2024-04-03T07:32:04.052Z | Downloaded lazycell v1.3.0 |
902 | 2024-04-03T07:32:04.052Z | Downloaded ciborium-ll v0.2.2 |
903 | 2024-04-03T07:32:04.052Z | Downloaded ciborium-io v0.2.2 |
904 | 2024-04-03T07:32:04.052Z | Downloaded ciborium v0.2.2 |
905 | 2024-04-03T07:32:04.052Z | Downloaded clap v2.34.0 |
906 | 2024-04-03T07:32:04.052Z | Downloaded libefi-sys v0.1.0 |
907 | 2024-04-03T07:32:04.052Z | Downloaded libloading v0.7.4 |
908 | 2024-04-03T07:32:04.052Z | Downloaded clap_builder v4.5.1 |
909 | 2024-04-03T07:32:04.052Z | Downloaded libsw v3.3.1 |
910 | 2024-04-03T07:32:04.052Z | Downloaded libm v0.2.7 |
911 | 2024-04-03T07:32:04.052Z | Downloaded log v0.4.21 |
912 | 2024-04-03T07:32:04.053Z | Downloaded maybe-uninit v2.0.0 |
913 | 2024-04-03T07:32:04.053Z | Downloaded matches v0.1.10 |
914 | 2024-04-03T07:32:04.053Z | Downloaded match_cfg v0.1.0 |
915 | 2024-04-03T07:32:04.053Z | Downloaded crc v3.0.1 |
916 | 2024-04-03T07:32:04.053Z | Downloaded cpufeatures v0.2.12 |
917 | 2024-04-03T07:32:04.053Z | Downloaded memmap2 v0.7.1 |
918 | 2024-04-03T07:32:04.053Z | Downloaded memmap v0.7.0 |
919 | 2024-04-03T07:32:04.053Z | Downloaded mime v0.3.17 |
920 | 2024-04-03T07:32:04.053Z | Downloaded mime_guess v2.0.4 |
921 | 2024-04-03T07:32:04.053Z | Downloaded memoffset v0.7.1 |
922 | 2024-04-03T07:32:04.053Z | Downloaded crc32fast v1.3.2 |
923 | 2024-04-03T07:32:04.053Z | Downloaded minimal-lexical v0.2.1 |
924 | 2024-04-03T07:32:04.053Z | Downloaded bitvec v1.0.1 |
925 | 2024-04-03T07:32:04.053Z | Downloaded nibble_vec v0.1.0 |
926 | 2024-04-03T07:32:04.053Z | Downloaded newtype-uuid v1.0.1 |
927 | 2024-04-03T07:32:04.053Z | Downloaded newline-converter v0.3.0 |
928 | 2024-04-03T07:32:04.053Z | Downloaded new_debug_unreachable v1.0.4 |
929 | 2024-04-03T07:32:04.054Z | Downloaded native-tls v0.2.11 |
930 | 2024-04-03T07:32:04.054Z | Downloaded nanorand v0.7.0 |
931 | 2024-04-03T07:32:04.054Z | Downloaded multimap v0.10.0 |
932 | 2024-04-03T07:32:04.054Z | Downloaded multer v3.0.0 |
933 | 2024-04-03T07:32:04.378Z | Downloaded rayon v1.9.0 |
934 | 2024-04-03T07:32:04.378Z | Downloaded nodrop v0.1.14 |
935 | 2024-04-03T07:32:04.378Z | Downloaded nom v7.1.3 |
936 | 2024-04-03T07:32:04.379Z | Downloaded miniz_oxide v0.7.1 |
937 | 2024-04-03T07:32:04.379Z | Downloaded serde_arrays v0.1.0 |
938 | 2024-04-03T07:32:04.379Z | Downloaded newtype_derive v0.1.6 |
939 | 2024-04-03T07:32:04.379Z | Downloaded md-5 v0.10.5 |
940 | 2024-04-03T07:32:04.379Z | Downloaded smallvec v0.6.14 |
941 | 2024-04-03T07:32:04.379Z | Downloaded smallvec v1.13.1 |
942 | 2024-04-03T07:32:04.379Z | Downloaded rustfmt-wrapper v0.2.0 |
943 | 2024-04-03T07:32:04.379Z | Downloaded structopt-derive v0.4.18 |
944 | 2024-04-03T07:32:04.379Z | Downloaded thiserror-no-std v2.0.2 |
945 | 2024-04-03T07:32:04.379Z | Downloaded thiserror-impl-no-std v2.0.2 |
946 | 2024-04-03T07:32:04.379Z | Downloaded topological-sort v0.2.2 |
947 | 2024-04-03T07:32:04.379Z | Downloaded toolchain_find v0.2.0 |
948 | 2024-04-03T07:32:04.379Z | Downloaded tokio-postgres v0.7.10 |
949 | 2024-04-03T07:32:04.379Z | Downloaded tough v0.16.0 |
950 | 2024-04-03T07:32:04.379Z | Downloaded universal-hash v0.5.1 |
951 | 2024-04-03T07:32:04.379Z | Downloaded unicode_categories v0.1.1 |
952 | 2024-04-03T07:32:04.380Z | Downloaded unsafe-libyaml v0.2.10 |
953 | 2024-04-03T07:32:04.380Z | Downloaded serde_with v3.6.1 |
954 | 2024-04-03T07:32:04.380Z | Downloaded spin v0.9.8 |
955 | 2024-04-03T07:32:04.380Z | Downloaded structmeta-derive v0.3.0 |
956 | 2024-04-03T07:32:04.380Z | Downloaded structmeta-derive v0.2.0 |
957 | 2024-04-03T07:32:04.380Z | Downloaded structmeta v0.3.0 |
958 | 2024-04-03T07:32:04.380Z | Downloaded structopt v0.3.26 |
959 | 2024-04-03T07:32:04.380Z | Downloaded crossbeam-utils v0.8.19 |
960 | 2024-04-03T07:32:04.380Z | Downloaded zone_cfg_derive v0.1.2 |
961 | 2024-04-03T07:32:04.380Z | Downloaded zerocopy v0.7.32 |
962 | 2024-04-03T07:32:04.380Z | Downloaded dirs-next v2.0.0 |
963 | 2024-04-03T07:32:04.380Z | Downloaded digest v0.10.7 |
964 | 2024-04-03T07:32:04.380Z | Downloaded difflib v0.4.0 |
965 | 2024-04-03T07:32:04.380Z | Downloaded derive-where v1.2.7 |
966 | 2024-04-03T07:32:04.380Z | Downloaded fastrand v2.0.1 |
967 | 2024-04-03T07:32:04.380Z | Downloaded elliptic-curve v0.13.8 |
968 | 2024-04-03T07:32:04.380Z | Downloaded getopts v0.2.21 |
969 | 2024-04-03T07:32:04.380Z | Downloaded futures-task v0.3.30 |
970 | 2024-04-03T07:32:04.381Z | Downloaded foreign-types-shared v0.3.1 |
971 | 2024-04-03T07:32:04.381Z | Downloaded h2 v0.3.24 |
972 | 2024-04-03T07:32:04.381Z | Downloaded omicron-zone-package v0.11.0 |
973 | 2024-04-03T07:32:04.381Z | Downloaded parking_lot_core v0.8.6 |
974 | 2024-04-03T07:32:04.381Z | Downloaded parking_lot_core v0.9.8 |
975 | 2024-04-03T07:32:04.381Z | Downloaded pretty-hex v0.4.1 |
976 | 2024-04-03T07:32:04.381Z | Downloaded password-hash v0.5.0 |
977 | 2024-04-03T07:32:04.381Z | Downloaded object v0.30.4 |
978 | 2024-04-03T07:32:04.381Z | Downloaded reedline v0.30.0 |
979 | 2024-04-03T07:32:04.381Z | Downloaded rustyline v13.0.0 |
980 | 2024-04-03T07:32:04.381Z | Downloaded semver v0.11.0 |
981 | 2024-04-03T07:32:04.381Z | Downloaded smawk v0.3.1 |
982 | 2024-04-03T07:32:04.381Z | Downloaded rand_xorshift v0.3.0 |
983 | 2024-04-03T07:32:04.381Z | Downloaded signal-hook-mio v0.2.3 |
984 | 2024-04-03T07:32:04.381Z | Downloaded smf v0.2.2 |
985 | 2024-04-03T07:32:04.381Z | Downloaded serde_with_macros v3.6.1 |
986 | 2024-04-03T07:32:04.381Z | Downloaded rand_seeder v0.2.3 |
987 | 2024-04-03T07:32:04.381Z | Downloaded quick-error v1.2.3 |
988 | 2024-04-03T07:32:04.381Z | Downloaded pretty-hex v0.2.1 |
989 | 2024-04-03T07:32:04.381Z | Downloaded postgres-protocol v0.6.6 |
990 | 2024-04-03T07:32:04.382Z | Downloaded salty v0.2.0 |
991 | 2024-04-03T07:32:04.382Z | Downloaded syn v1.0.109 |
992 | 2024-04-03T07:32:04.382Z | Downloaded synstructure v0.12.6 |
993 | 2024-04-03T07:32:04.382Z | Downloaded serde_json v1.0.114 |
994 | 2024-04-03T07:32:04.382Z | Downloaded sync_wrapper v0.1.2 |
995 | 2024-04-03T07:32:04.382Z | Downloaded syn v2.0.52 |
996 | 2024-04-03T07:32:04.382Z | Downloaded tabled v0.15.0 |
997 | 2024-04-03T07:32:04.382Z | Downloaded tracing-core v0.1.32 |
998 | 2024-04-03T07:32:04.382Z | Downloaded tracing-attributes v0.1.27 |
999 | 2024-04-03T07:32:04.382Z | Downloaded slog-envlogger v2.2.0 |
1000 | 2024-04-03T07:32:04.382Z | Downloaded serde_tokenstream v0.1.7 |
1001 | 2024-04-03T07:32:04.382Z | Downloaded slog-term v2.9.0 |
1002 | 2024-04-03T07:32:04.382Z | Downloaded trust-dns-client v0.22.0 |
1003 | 2024-04-03T07:32:04.382Z | Downloaded tui-tree-widget v0.19.0 |
1004 | 2024-04-03T07:32:04.382Z | Downloaded toml_edit v0.19.15 |
1005 | 2024-04-03T07:32:04.382Z | Downloaded num-derive v0.4.0 |
1006 | 2024-04-03T07:32:04.382Z | Downloaded num-conv v0.1.0 |
1007 | 2024-04-03T07:32:04.383Z | Downloaded errno v0.3.8 |
1008 | 2024-04-03T07:32:04.383Z | Downloaded dyn-clone v1.0.17 |
1009 | 2024-04-03T07:32:04.383Z | Downloaded num-rational v0.4.1 |
1010 | 2024-04-03T07:32:04.383Z | Downloaded derive_builder_macro v0.12.0 |
1011 | 2024-04-03T07:32:04.383Z | Downloaded num_cpus v1.16.0 |
1012 | 2024-04-03T07:32:04.383Z | Downloaded num_enum_derive v0.5.11 |
1013 | 2024-04-03T07:32:04.383Z | Downloaded num_enum v0.5.11 |
1014 | 2024-04-03T07:32:04.383Z | Downloaded opaque-debug v0.3.0 |
1015 | 2024-04-03T07:32:04.383Z | Downloaded crunchy v0.2.2 |
1016 | 2024-04-03T07:32:04.383Z | Downloaded deranged v0.3.11 |
1017 | 2024-04-03T07:32:04.384Z | Downloaded winnow v0.5.15 |
1018 | 2024-04-03T07:32:04.384Z | Downloaded derive_builder v0.12.0 |
1019 | 2024-04-03T07:32:04.384Z | Downloaded fs-err v2.11.0 |
1020 | 2024-04-03T07:32:04.384Z | Downloaded group v0.13.0 |
1021 | 2024-04-03T07:32:04.384Z | Downloaded funty v2.0.0 |
1022 | 2024-04-03T07:32:04.384Z | Downloaded fragile v2.0.0 |
1023 | 2024-04-03T07:32:04.384Z | Downloaded num_threads v0.1.6 |
1024 | 2024-04-03T07:32:04.384Z | Downloaded num v0.4.1 |
1025 | 2024-04-03T07:32:04.384Z | Downloaded rustc-demangle v0.1.23 |
1026 | 2024-04-03T07:32:04.385Z | Downloaded scheduled-thread-pool v0.2.7 |
1027 | 2024-04-03T07:32:04.385Z | Downloaded rusty-fork v0.3.0 |
1028 | 2024-04-03T07:32:04.385Z | Downloaded num-complex v0.4.4 |
1029 | 2024-04-03T07:32:04.385Z | Downloaded serde_spanned v0.6.5 |
1030 | 2024-04-03T07:32:04.385Z | Downloaded serde_repr v0.1.16 |
1031 | 2024-04-03T07:32:04.385Z | Downloaded serde_plain v1.0.2 |
1032 | 2024-04-03T07:32:04.385Z | Downloaded sha1 v0.10.6 |
1033 | 2024-04-03T07:32:04.433Z | Downloaded spki v0.7.2 |
1034 | 2024-04-03T07:32:04.434Z | Downloaded textwrap v0.11.0 |
1035 | 2024-04-03T07:32:04.434Z | Downloaded stringprep v0.1.3 |
1036 | 2024-04-03T07:32:04.434Z | Downloaded sqlformat v0.2.3 |
1037 | 2024-04-03T07:32:04.434Z | Downloaded serde_yaml v0.9.25 |
1038 | 2024-04-03T07:32:04.434Z | Downloaded usdt-attr-macro v0.5.0 |
1039 | 2024-04-03T07:32:04.434Z | Downloaded usdt-impl v0.5.0 |
1040 | 2024-04-03T07:32:04.434Z | Downloaded dof v0.1.5 |
1041 | 2024-04-03T07:32:04.434Z | Downloaded dtrace-parser v0.2.0 |
1042 | 2024-04-03T07:32:04.434Z | Downloaded untrusted v0.7.1 |
1043 | 2024-04-03T07:32:04.434Z | Downloaded ed25519 v1.5.3 |
1044 | 2024-04-03T07:32:04.434Z | Downloaded uuid v0.8.2 |
1045 | 2024-04-03T07:32:04.434Z | Downloaded uuid v1.7.0 |
1046 | 2024-04-03T07:32:04.434Z | Downloaded percent-encoding v2.3.1 |
1047 | 2024-04-03T07:32:04.434Z | Downloaded der v0.7.8 |
1048 | 2024-04-03T07:32:04.434Z | Downloaded pest v2.7.6 |
1049 | 2024-04-03T07:32:04.434Z | Downloaded proc-macro-error-attr v1.0.4 |
1050 | 2024-04-03T07:32:04.434Z | Downloaded proc-macro2 v1.0.78 |
1051 | 2024-04-03T07:32:04.434Z | Downloaded proc-macro-error v1.0.4 |
1052 | 2024-04-03T07:32:04.434Z | Downloaded proc-macro-crate v1.3.1 |
1053 | 2024-04-03T07:32:04.434Z | Downloaded predicates-tree v1.0.9 |
1054 | 2024-04-03T07:32:04.435Z | Downloaded predicates-core v1.0.6 |
1055 | 2024-04-03T07:32:04.435Z | Downloaded pest_derive v2.7.6 |
1056 | 2024-04-03T07:32:04.435Z | Downloaded proptest v1.4.0 |
1057 | 2024-04-03T07:32:04.435Z | Downloaded steno v0.4.0 |
1058 | 2024-04-03T07:32:04.435Z | Downloaded vte v0.11.1 |
1059 | 2024-04-03T07:32:04.435Z | Downloaded peg v0.8.2 |
1060 | 2024-04-03T07:32:04.435Z | Downloaded getrandom v0.2.12 |
1061 | 2024-04-03T07:32:04.435Z | Downloaded generic-array v0.14.7 |
1062 | 2024-04-03T07:32:04.435Z | Downloaded ratatui v0.26.1 |
1063 | 2024-04-03T07:32:04.435Z | Downloaded ff v0.13.0 |
1064 | 2024-04-03T07:32:04.435Z | Downloaded fd-lock v4.0.2 |
1065 | 2024-04-03T07:32:04.435Z | Downloaded enum-as-inner v0.5.1 |
1066 | 2024-04-03T07:32:04.435Z | Downloaded fixedbitset v0.4.2 |
1067 | 2024-04-03T07:32:04.435Z | Downloaded packed_struct_codegen v0.10.1 |
1068 | 2024-04-03T07:32:04.435Z | Downloaded powerfmt v0.2.0 |
1069 | 2024-04-03T07:32:04.435Z | Downloaded papergrid v0.11.0 |
1070 | 2024-04-03T07:32:04.435Z | Downloaded pin-project-internal v1.1.3 |
1071 | 2024-04-03T07:32:04.435Z | Downloaded predicates v3.1.0 |
1072 | 2024-04-03T07:32:04.435Z | Downloaded stability v0.1.1 |
1073 | 2024-04-03T07:32:04.435Z | Downloaded tinyvec v1.6.0 |
1074 | 2024-04-03T07:32:04.435Z | Downloaded tokio-rustls v0.25.0 |
1075 | 2024-04-03T07:32:04.436Z | Downloaded radix_trie v0.2.1 |
1076 | 2024-04-03T07:32:04.436Z | Downloaded rand v0.8.5 |
1077 | 2024-04-03T07:32:04.436Z | Downloaded tokio-util v0.7.10 |
1078 | 2024-04-03T07:32:04.436Z | Downloaded zerocopy v0.3.0 |
1079 | 2024-04-03T07:32:04.436Z | Downloaded vsss-rs v3.3.4 |
1080 | 2024-04-03T07:32:04.436Z | Downloaded rustls-pemfile v2.1.1 |
1081 | 2024-04-03T07:32:04.436Z | Downloaded tokio-tungstenite v0.20.1 |
1082 | 2024-04-03T07:32:04.436Z | Downloaded tokio-tungstenite v0.21.0 |
1083 | 2024-04-03T07:32:04.436Z | Downloaded tokio-stream v0.1.14 |
1084 | 2024-04-03T07:32:04.436Z | Downloaded sqlparser_derive v0.2.2 |
1085 | 2024-04-03T07:32:04.436Z | Downloaded precomputed-hash v0.1.1 |
1086 | 2024-04-03T07:32:04.436Z | Downloaded portable-atomic v1.4.3 |
1087 | 2024-04-03T07:32:04.436Z | Downloaded owo-colors v4.0.0 |
1088 | 2024-04-03T07:32:04.436Z | Downloaded rustls-webpki v0.101.7 |
1089 | 2024-04-03T07:32:04.436Z | Downloaded siphasher v0.3.11 |
1090 | 2024-04-03T07:32:04.436Z | Downloaded rustc_version v0.1.7 |
1091 | 2024-04-03T07:32:04.436Z | Downloaded rustc-hash v1.1.0 |
1092 | 2024-04-03T07:32:04.436Z | Downloaded rsa v0.9.2 |
1093 | 2024-04-03T07:32:04.436Z | Downloaded radium v0.7.0 |
1094 | 2024-04-03T07:32:04.436Z | Downloaded r2d2 v0.8.10 |
1095 | 2024-04-03T07:32:04.437Z | Downloaded pin-project v1.1.3 |
1096 | 2024-04-03T07:32:04.437Z | Downloaded crucible-workspace-hack v0.1.0 |
1097 | 2024-04-03T07:32:04.437Z | Downloaded wait-timeout v0.2.0 |
1098 | 2024-04-03T07:32:04.437Z | Downloaded winnow v0.6.1 |
1099 | 2024-04-03T07:32:04.437Z | Downloaded untrusted v0.9.0 |
1100 | 2024-04-03T07:32:04.437Z | Downloaded tiny-keccak v2.0.2 |
1101 | 2024-04-03T07:32:04.437Z | Downloaded thread_local v1.1.7 |
1102 | 2024-04-03T07:32:04.437Z | Downloaded thread-id v4.2.0 |
1103 | 2024-04-03T07:32:04.437Z | Downloaded thiserror v1.0.57 |
1104 | 2024-04-03T07:32:04.437Z | Downloaded csv-core v0.1.11 |
1105 | 2024-04-03T07:32:04.437Z | Downloaded textwrap v0.16.1 |
1106 | 2024-04-03T07:32:04.437Z | Downloaded doc-comment v0.3.3 |
1107 | 2024-04-03T07:32:04.437Z | Downloaded tabwriter v1.4.0 |
1108 | 2024-04-03T07:32:04.437Z | Downloaded tabled_derive v0.7.0 |
1109 | 2024-04-03T07:32:04.437Z | Downloaded openssl v0.10.60 |
1110 | 2024-04-03T07:32:04.437Z | Downloaded pest_meta v2.7.6 |
1111 | 2024-04-03T07:32:04.437Z | Downloaded pem-rfc7468 v0.7.0 |
1112 | 2024-04-03T07:32:04.438Z | Downloaded pest_generator v2.7.6 |
1113 | 2024-04-03T07:32:04.438Z | Downloaded pem v3.0.2 |
1114 | 2024-04-03T07:32:04.438Z | Downloaded scopeguard v1.2.0 |
1115 | 2024-04-03T07:32:04.438Z | Downloaded phf v0.11.2 |
1116 | 2024-04-03T07:32:04.438Z | Downloaded petgraph v0.6.4 |
1117 | 2024-04-03T07:32:04.438Z | Downloaded glob v0.3.1 |
1118 | 2024-04-03T07:32:04.438Z | Downloaded phf_shared v0.11.2 |
1119 | 2024-04-03T07:32:04.438Z | Downloaded fxhash v0.2.1 |
1120 | 2024-04-03T07:32:04.438Z | Downloaded futures-util v0.3.30 |
1121 | 2024-04-03T07:32:04.438Z | Downloaded quote v1.0.35 |
1122 | 2024-04-03T07:32:04.438Z | Downloaded quick-xml v0.30.0 |
1123 | 2024-04-03T07:32:04.438Z | Downloaded expectorate v1.1.0 |
1124 | 2024-04-03T07:32:04.438Z | Downloaded env_logger v0.9.3 |
1125 | 2024-04-03T07:32:04.438Z | Downloaded endian-type v0.1.2 |
1126 | 2024-04-03T07:32:04.438Z | Downloaded darling_macro v0.14.4 |
1127 | 2024-04-03T07:32:04.438Z | Downloaded darling v0.14.4 |
1128 | 2024-04-03T07:32:04.438Z | Downloaded zerocopy-derive v0.6.4 |
1129 | 2024-04-03T07:32:04.438Z | Downloaded shlex v1.3.0 |
1130 | 2024-04-03T07:32:04.438Z | Downloaded rpassword v7.3.1 |
1131 | 2024-04-03T07:32:04.438Z | Downloaded peg-macros v0.8.2 |
1132 | 2024-04-03T07:32:04.438Z | Downloaded peeking_take_while v0.1.2 |
1133 | 2024-04-03T07:32:04.505Z | Downloaded path-slash v0.1.5 |
1134 | 2024-04-03T07:32:04.505Z | Downloaded paste v1.0.14 |
1135 | 2024-04-03T07:32:04.506Z | Downloaded signal-hook v0.3.17 |
1136 | 2024-04-03T07:32:04.506Z | Downloaded zone v0.1.8 |
1137 | 2024-04-03T07:32:04.506Z | Downloaded zip v0.6.6 |
1138 | 2024-04-03T07:32:04.506Z | Downloaded term v0.7.0 |
1139 | 2024-04-03T07:32:04.506Z | Downloaded xattr v1.0.1 |
1140 | 2024-04-03T07:32:04.507Z | Downloaded yasna v0.5.2 |
1141 | 2024-04-03T07:32:04.507Z | Downloaded tungstenite v0.20.1 |
1142 | 2024-04-03T07:32:04.507Z | Downloaded display-error-chain v0.2.0 |
1143 | 2024-04-03T07:32:04.507Z | Downloaded slog-bunyan v2.5.0 |
1144 | 2024-04-03T07:32:04.507Z | Downloaded slog-async v2.8.0 |
1145 | 2024-04-03T07:32:04.508Z | Downloaded psl-types v2.0.11 |
1146 | 2024-04-03T07:32:04.508Z | Downloaded oso v0.27.0 |
1147 | 2024-04-03T07:32:04.508Z | Downloaded futures v0.3.30 |
1148 | 2024-04-03T07:32:04.508Z | Downloaded unicode-segmentation v1.10.1 |
1149 | 2024-04-03T07:32:04.509Z | Downloaded unicode-normalization v0.1.22 |
1150 | 2024-04-03T07:32:04.509Z | Downloaded regex v1.10.4 |
1151 | 2024-04-03T07:32:04.509Z | Downloaded diff v0.1.13 |
1152 | 2024-04-03T07:32:04.510Z | Downloaded dirs-sys-next v0.1.2 |
1153 | 2024-04-03T07:32:04.510Z | Downloaded unarray v0.1.4 |
1154 | 2024-04-03T07:32:04.510Z | Downloaded structmeta v0.2.0 |
1155 | 2024-04-03T07:32:04.510Z | Downloaded strsim v0.11.0 |
1156 | 2024-04-03T07:32:04.510Z | Downloaded futures-executor v0.3.30 |
1157 | 2024-04-03T07:32:04.511Z | Downloaded futures-core v0.3.30 |
1158 | 2024-04-03T07:32:04.511Z | Downloaded diesel_derives v2.1.2 |
1159 | 2024-04-03T07:32:04.511Z | Downloaded socket2 v0.4.9 |
1160 | 2024-04-03T07:32:04.511Z | Downloaded pin-utils v0.1.0 |
1161 | 2024-04-03T07:32:04.512Z | Downloaded shell-words v1.1.0 |
1162 | 2024-04-03T07:32:04.512Z | Downloaded pkcs8 v0.10.2 |
1163 | 2024-04-03T07:32:04.512Z | Downloaded pin-project-lite v0.2.13 |
1164 | 2024-04-03T07:32:04.512Z | Downloaded test-strategy v0.3.1 |
1165 | 2024-04-03T07:32:04.512Z | Downloaded tinyvec_macros v0.1.1 |
1166 | 2024-04-03T07:32:04.512Z | Downloaded unicode-ident v1.0.12 |
1167 | 2024-04-03T07:32:04.513Z | Downloaded unicode-linebreak v0.1.5 |
1168 | 2024-04-03T07:32:04.513Z | Downloaded unicode-bidi v0.3.15 |
1169 | 2024-04-03T07:32:04.513Z | Downloaded termtree v0.4.1 |
1170 | 2024-04-03T07:32:04.513Z | Downloaded rand_chacha v0.3.1 |
1171 | 2024-04-03T07:32:04.513Z | Downloaded phf_shared v0.10.0 |
1172 | 2024-04-03T07:32:04.514Z | Downloaded slog v2.7.0 |
1173 | 2024-04-03T07:32:04.514Z | Downloaded ucd-trie v0.1.6 |
1174 | 2024-04-03T07:32:04.514Z | Downloaded goblin v0.8.0 |
1175 | 2024-04-03T07:32:04.514Z | Downloaded ref-cast v1.0.20 |
1176 | 2024-04-03T07:32:04.514Z | Downloaded serde_path_to_error v0.1.16 |
1177 | 2024-04-03T07:32:04.515Z | Downloaded sha2 v0.10.8 |
1178 | 2024-04-03T07:32:04.515Z | Downloaded rand_core v0.6.4 |
1179 | 2024-04-03T07:32:04.515Z | Downloaded peg-runtime v0.8.2 |
1180 | 2024-04-03T07:32:04.515Z | Downloaded futures-macro v0.3.30 |
1181 | 2024-04-03T07:32:04.515Z | Downloaded futures-io v0.3.30 |
1182 | 2024-04-03T07:32:04.515Z | Downloaded defmt-parser v0.3.3 |
1183 | 2024-04-03T07:32:04.516Z | Downloaded globset v0.4.13 |
1184 | 2024-04-03T07:32:04.516Z | Downloaded futures-sink v0.3.30 |
1185 | 2024-04-03T07:32:04.516Z | Downloaded darling_macro v0.20.3 |
1186 | 2024-04-03T07:32:04.516Z | Downloaded typenum v1.16.0 |
1187 | 2024-04-03T07:32:04.516Z | Downloaded slab v0.4.9 |
1188 | 2024-04-03T07:32:04.517Z | Downloaded slog-dtrace v0.3.0 |
1189 | 2024-04-03T07:32:04.517Z | Downloaded similar v2.4.0 |
1190 | 2024-04-03T07:32:04.517Z | Downloaded data-encoding v2.4.0 |
1191 | 2024-04-03T07:32:04.517Z | Downloaded pkcs1 v0.7.5 |
1192 | 2024-04-03T07:32:04.517Z | Downloaded smoltcp v0.9.1 |
1193 | 2024-04-03T07:32:04.518Z | Downloaded tokio-macros v2.2.0 |
1194 | 2024-04-03T07:32:04.518Z | Downloaded zerocopy-derive v0.2.0 |
1195 | 2024-04-03T07:32:04.518Z | Downloaded futures-channel v0.3.30 |
1196 | 2024-04-03T07:32:04.518Z | Downloaded snafu v0.7.5 |
1197 | 2024-04-03T07:32:04.518Z | Downloaded curve25519-dalek v4.1.1 |
1198 | 2024-04-03T07:32:04.518Z | Downloaded debug-ignore v1.0.5 |
1199 | 2024-04-03T07:32:04.518Z | Downloaded typed-path v0.7.0 |
1200 | 2024-04-03T07:32:04.518Z | Downloaded defmt-macros v0.3.6 |
1201 | 2024-04-03T07:32:04.518Z | Downloaded regex-syntax v0.8.2 |
1202 | 2024-04-03T07:32:04.518Z | Downloaded strsim v0.10.0 |
1203 | 2024-04-03T07:32:04.518Z | Downloaded strsim v0.8.0 |
1204 | 2024-04-03T07:32:04.519Z | Downloaded regress v0.9.0 |
1205 | 2024-04-03T07:32:04.519Z | Downloaded diesel v2.1.5 |
1206 | 2024-04-03T07:32:04.519Z | Downloaded snafu-derive v0.7.5 |
1207 | 2024-04-03T07:32:04.519Z | Downloaded defmt v0.3.5 |
1208 | 2024-04-03T07:32:04.519Z | Downloaded termios v0.3.3 |
1209 | 2024-04-03T07:32:04.519Z | Downloaded csv v1.3.0 |
1210 | 2024-04-03T07:32:04.519Z | Downloaded regex-automata v0.4.5 |
1211 | 2024-04-03T07:32:04.520Z | Downloaded tokio v1.36.0 |
1212 | 2024-04-03T07:32:04.520Z | Downloaded smoltcp v0.11.0 |
1213 | 2024-04-03T07:32:04.520Z | Downloaded regex-automata v0.1.10 |
1214 | 2024-04-03T07:32:04.520Z | Downloaded x509-cert v0.2.4 |
1215 | 2024-04-03T07:32:04.520Z | Downloaded wyz v0.5.1 |
1216 | 2024-04-03T07:32:04.520Z | Downloaded version_check v0.9.4 |
1217 | 2024-04-03T07:32:04.521Z | Downloaded vcpkg v0.2.15 |
1218 | 2024-04-03T07:32:04.521Z | Downloaded oso-derive v0.27.0 |
1219 | 2024-04-03T07:32:04.521Z | Downloaded foreign-types v0.3.2 |
1220 | 2024-04-03T07:32:04.521Z | Downloaded fd-lock v3.0.13 |
1221 | 2024-04-03T07:32:04.521Z | Downloaded fatfs v0.3.6 |
1222 | 2024-04-03T07:32:04.521Z | Downloaded rustls v0.22.2 |
1223 | 2024-04-03T07:32:04.522Z | Downloaded rustls v0.21.9 |
1224 | 2024-04-03T07:32:04.522Z | Downloaded sha3 v0.10.8 |
1225 | 2024-04-03T07:32:04.522Z | Downloaded terminal_size v0.3.0 |
1226 | 2024-04-03T07:32:04.522Z | Downloaded termcolor v1.2.0 |
1227 | 2024-04-03T07:32:04.522Z | Downloaded tokio-rustls v0.24.1 |
1228 | 2024-04-03T07:32:04.522Z | Downloaded sqlparser v0.43.1 |
1229 | 2024-04-03T07:32:04.523Z | Downloaded encoding_rs v0.8.33 |
1230 | 2024-04-03T07:32:04.523Z | Downloaded signal-hook-registry v1.4.1 |
1231 | 2024-04-03T07:32:04.523Z | Downloaded tempfile v3.10.0 |
1232 | 2024-04-03T07:32:04.523Z | Downloaded strum_macros v0.25.2 |
1233 | 2024-04-03T07:32:04.556Z | Downloaded rustversion v1.0.14 |
1234 | 2024-04-03T07:32:04.556Z | Downloaded rustls-webpki v0.102.1 |
1235 | 2024-04-03T07:32:04.557Z | Downloaded zeroize_derive v1.4.2 |
1236 | 2024-04-03T07:32:04.557Z | Downloaded vte_generate_state_changes v0.1.1 |
1237 | 2024-04-03T07:32:04.557Z | Downloaded tungstenite v0.21.0 |
1238 | 2024-04-03T07:32:04.557Z | Downloaded ron v0.8.1 |
1239 | 2024-04-03T07:32:04.557Z | Downloaded resolv-conf v0.7.0 |
1240 | 2024-04-03T07:32:04.558Z | Downloaded reqwest v0.11.24 |
1241 | 2024-04-03T07:32:04.558Z | Downloaded usdt v0.5.0 |
1242 | 2024-04-03T07:32:04.558Z | Downloaded unicase v2.7.0 |
1243 | 2024-04-03T07:32:04.558Z | Downloaded curve25519-dalek-derive v0.1.0 |
1244 | 2024-04-03T07:32:04.558Z | Downloaded usdt v0.3.5 |
1245 | 2024-04-03T07:32:04.559Z | Downloaded url v2.5.0 |
1246 | 2024-04-03T07:32:04.559Z | Downloaded serde_derive_internals v0.26.0 |
1247 | 2024-04-03T07:32:04.559Z | Downloaded serde-hex v0.1.0 |
1248 | 2024-04-03T07:32:04.559Z | Downloaded serde-big-array v0.5.1 |
1249 | 2024-04-03T07:32:04.559Z | Downloaded serde-big-array v0.4.1 |
1250 | 2024-04-03T07:32:04.559Z | Downloaded serde v1.0.197 |
1251 | 2024-04-03T07:32:04.560Z | Downloaded semver-parser v0.10.2 |
1252 | 2024-04-03T07:32:04.560Z | Downloaded semver v1.0.22 |
1253 | 2024-04-03T07:32:04.560Z | Downloaded sec1 v0.7.3 |
1254 | 2024-04-03T07:32:04.560Z | Downloaded sct v0.7.0 |
1255 | 2024-04-03T07:32:04.560Z | Downloaded scroll_derive v0.12.0 |
1256 | 2024-04-03T07:32:04.561Z | Downloaded scroll v0.12.0 |
1257 | 2024-04-03T07:32:04.561Z | Downloaded polar-core v0.27.0 |
1258 | 2024-04-03T07:32:04.561Z | Downloaded gimli v0.28.0 |
1259 | 2024-04-03T07:32:04.561Z | Downloaded ron v0.7.1 |
1260 | 2024-04-03T07:32:04.562Z | Downloaded openssl-sys v0.9.96 |
1261 | 2024-04-03T07:32:04.562Z | Downloaded openssl-probe v0.1.5 |
1262 | 2024-04-03T07:32:04.562Z | Downloaded fnv v1.0.7 |
1263 | 2024-04-03T07:32:04.562Z | Downloaded flume v0.11.0 |
1264 | 2024-04-03T07:32:04.562Z | Downloaded float-cmp v0.9.0 |
1265 | 2024-04-03T07:32:04.562Z | Downloaded flate2 v1.0.28 |
1266 | 2024-04-03T07:32:04.562Z | Downloaded openapiv3 v2.0.0 |
1267 | 2024-04-03T07:32:04.562Z | Downloaded inout v0.1.3 |
1268 | 2024-04-03T07:32:04.563Z | Downloaded openssl-macros v0.1.1 |
1269 | 2024-04-03T07:32:04.563Z | Downloaded sled v0.34.7 |
1270 | 2024-04-03T07:32:04.563Z | Downloaded ppv-lite86 v0.2.17 |
1271 | 2024-04-03T07:32:04.563Z | Downloaded postgres-types v0.2.6 |
1272 | 2024-04-03T07:32:04.563Z | Downloaded packed_struct v0.10.1 |
1273 | 2024-04-03T07:32:04.564Z | Downloaded flagset v0.4.3 |
1274 | 2024-04-03T07:32:04.564Z | Downloaded portpicker v0.1.1 |
1275 | 2024-04-03T07:32:04.564Z | Downloaded poly1305 v0.8.0 |
1276 | 2024-04-03T07:32:04.564Z | Downloaded filetime v0.2.23 |
1277 | 2024-04-03T07:32:04.564Z | Downloaded derive_more v0.99.17 |
1278 | 2024-04-03T07:32:04.564Z | Downloaded der_derive v0.7.2 |
1279 | 2024-04-03T07:32:04.565Z | Downloaded zeroize v1.7.0 |
1280 | 2024-04-03T07:32:04.565Z | Downloaded zerocopy-derive v0.7.32 |
1281 | 2024-04-03T07:32:04.565Z | Downloaded plain v0.2.3 |
1282 | 2024-04-03T07:32:04.565Z | Downloaded pkg-config v0.3.27 |
1283 | 2024-04-03T07:32:04.565Z | Downloaded string_cache v0.8.7 |
1284 | 2024-04-03T07:32:04.566Z | Downloaded trust-dns-proto v0.22.0 |
1285 | 2024-04-03T07:32:04.566Z | Downloaded static_assertions v1.1.0 |
1286 | 2024-04-03T07:32:04.566Z | Downloaded stable_deref_trait v1.2.0 |
1287 | 2024-04-03T07:32:04.567Z | Downloaded prettyplease v0.2.16 |
1288 | 2024-04-03T07:32:04.567Z | Downloaded gethostname v0.4.3 |
1289 | 2024-04-03T07:32:04.567Z | Downloaded dof v0.3.0 |
1290 | 2024-04-03T07:32:04.567Z | Downloaded ena v0.14.2 |
1291 | 2024-04-03T07:32:04.568Z | Downloaded utf8parse v0.2.1 |
1292 | 2024-04-03T07:32:04.568Z | Downloaded utf-8 v0.7.6 |
1293 | 2024-04-03T07:32:04.568Z | Downloaded toml_datetime v0.6.5 |
1294 | 2024-04-03T07:32:04.568Z | Downloaded dtrace-parser v0.1.14 |
1295 | 2024-04-03T07:32:04.568Z | Downloaded downcast v0.11.0 |
1296 | 2024-04-03T07:32:04.569Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1297 | 2024-04-03T07:32:04.569Z | Downloaded usdt-macro v0.5.0 |
1298 | 2024-04-03T07:32:04.569Z | Downloaded usdt-macro v0.3.5 |
1299 | 2024-04-03T07:32:04.569Z | Downloaded toml v0.8.12 |
1300 | 2024-04-03T07:32:04.569Z | Downloaded toml v0.5.11 |
1301 | 2024-04-03T07:32:04.570Z | Downloaded usdt-impl v0.3.5 |
1302 | 2024-04-03T07:32:04.570Z | Downloaded time-macros v0.2.17 |
1303 | 2024-04-03T07:32:04.570Z | Downloaded usdt-attr-macro v0.3.5 |
1304 | 2024-04-03T07:32:04.570Z | Downloaded time-core v0.1.2 |
1305 | 2024-04-03T07:32:04.570Z | Downloaded time v0.3.34 |
1306 | 2024-04-03T07:32:04.571Z | Downloaded strum_macros v0.24.3 |
1307 | 2024-04-03T07:32:04.571Z | Downloaded strum v0.26.1 |
1308 | 2024-04-03T07:32:04.571Z | Downloaded strum v0.25.0 |
1309 | 2024-04-03T07:32:04.571Z | Downloaded object v0.32.1 |
1310 | 2024-04-03T07:32:04.571Z | Downloaded same-file v1.0.6 |
1311 | 2024-04-03T07:32:04.572Z | Downloaded schemars v0.8.16 |
1312 | 2024-04-03T07:32:04.572Z | Downloaded nu-ansi-term v0.50.0 |
1313 | 2024-04-03T07:32:04.572Z | Downloaded num-bigint-dig v0.8.4 |
1314 | 2024-04-03T07:32:04.572Z | Downloaded normalize-line-endings v0.3.0 |
1315 | 2024-04-03T07:32:04.572Z | Downloaded rustls-pemfile v1.0.3 |
1316 | 2024-04-03T07:32:04.573Z | Downloaded half v2.3.1 |
1317 | 2024-04-03T07:32:04.573Z | Downloaded form_urlencoded v1.2.1 |
1318 | 2024-04-03T07:32:04.573Z | Downloaded foreign-types v0.5.0 |
1319 | 2024-04-03T07:32:04.573Z | Downloaded erased-serde v0.3.31 |
1320 | 2024-04-03T07:32:04.573Z | Downloaded equivalent v1.0.1 |
1321 | 2024-04-03T07:32:04.574Z | Downloaded env_logger v0.10.0 |
1322 | 2024-04-03T07:32:04.574Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1323 | 2024-04-03T07:32:04.574Z | Downloaded ring v0.17.8 |
1324 | 2024-04-03T07:32:04.575Z | Downloaded which v4.4.0 |
1325 | 2024-04-03T07:32:04.575Z | Downloaded once_cell v1.19.0 |
1326 | 2024-04-03T07:32:04.575Z | Downloaded number_prefix v0.4.0 |
1327 | 2024-04-03T07:32:04.575Z | Downloaded whoami v1.5.0 |
1328 | 2024-04-03T07:32:04.575Z | Downloaded num-traits v0.2.18 |
1329 | 2024-04-03T07:32:04.575Z | Downloaded webpki-roots v0.25.2 |
1330 | 2024-04-03T07:32:04.576Z | Downloaded derive_builder_core v0.12.0 |
1331 | 2024-04-03T07:32:04.576Z | Downloaded cstr-argument v0.1.2 |
1332 | 2024-04-03T07:32:04.576Z | Downloaded crypto-common v0.1.6 |
1333 | 2024-04-03T07:32:04.620Z | Downloaded crypto-bigint v0.5.2 |
1334 | 2024-04-03T07:32:04.620Z | Downloaded try-lock v0.2.4 |
1335 | 2024-04-03T07:32:04.620Z | Downloaded trust-dns-resolver v0.22.0 |
1336 | 2024-04-03T07:32:04.620Z | Downloaded toml_edit v0.22.9 |
1337 | 2024-04-03T07:32:04.621Z | Downloaded trust-dns-server v0.22.1 |
1338 | 2024-04-03T07:32:04.621Z | Downloaded swrite v0.1.0 |
1339 | 2024-04-03T07:32:04.621Z | Downloaded supports-color v3.0.0 |
1340 | 2024-04-03T07:32:04.621Z | Downloaded subtle v2.5.0 |
1341 | 2024-04-03T07:32:04.621Z | Downloaded subprocess v0.2.9 |
1342 | 2024-04-03T07:32:04.621Z | Downloaded strum_macros v0.26.1 |
1343 | 2024-04-03T07:32:04.621Z | Downloaded slog-stdlog v4.1.1 |
1344 | 2024-04-03T07:32:04.621Z | Downloaded slog-scope v4.4.0 |
1345 | 2024-04-03T07:32:04.621Z | Downloaded slog-json v2.6.1 |
1346 | 2024-04-03T07:32:04.621Z | Downloaded ring v0.16.20 |
1347 | 2024-04-03T07:32:04.621Z | Downloaded libc v0.2.153 |
1348 | 2024-04-03T07:32:04.621Z | Downloaded rustix v0.38.31 |
1349 | 2024-04-03T07:32:04.621Z | Downloaded rustls-pki-types v1.3.0 |
1350 | 2024-04-03T07:32:04.621Z | Downloaded rcgen v0.12.1 |
1351 | 2024-04-03T07:32:04.621Z | Downloaded rayon-core v1.12.1 |
1352 | 2024-04-03T07:32:04.621Z | Downloaded postcard v1.0.8 |
1353 | 2024-04-03T07:32:04.621Z | Downloaded platforms v3.0.2 |
1354 | 2024-04-03T07:32:04.621Z | Downloaded parking_lot v0.11.2 |
1355 | 2024-04-03T07:32:04.621Z | Downloaded publicsuffix v2.2.3 |
1356 | 2024-04-03T07:32:04.622Z | Downloaded olpc-cjson v0.1.3 |
1357 | 2024-04-03T07:32:04.622Z | Downloaded idna v0.3.0 |
1358 | 2024-04-03T07:32:04.622Z | Downloaded parse-size v1.0.0 |
1359 | 2024-04-03T07:32:04.622Z | Downloaded parse-display-derive v0.9.0 |
1360 | 2024-04-03T07:32:04.622Z | Downloaded parse-display v0.9.0 |
1361 | 2024-04-03T07:32:04.622Z | Downloaded parking_lot v0.12.1 |
1362 | 2024-04-03T07:32:04.622Z | Downloaded num-iter v0.1.44 |
1363 | 2024-04-03T07:32:04.622Z | Downloaded num-integer v0.1.46 |
1364 | 2024-04-03T07:32:04.622Z | Downloaded num-bigint v0.4.4 |
1365 | 2024-04-03T07:32:04.622Z | Downloaded bstr v1.9.0 |
1366 | 2024-04-03T07:32:04.622Z | Downloaded regex-syntax v0.6.29 |
1367 | 2024-04-03T07:32:04.622Z | Downloaded foreign-types-shared v0.1.1 |
1368 | 2024-04-03T07:32:04.622Z | Downloaded foreign-types-macros v0.2.3 |
1369 | 2024-04-03T07:32:04.622Z | Downloaded fallible-iterator v0.2.0 |
1370 | 2024-04-03T07:32:04.622Z | Downloaded embedded-io v0.4.0 |
1371 | 2024-04-03T07:32:04.622Z | Downloaded either v1.10.0 |
1372 | 2024-04-03T07:32:04.622Z | Downloaded zerocopy v0.6.4 |
1373 | 2024-04-03T07:32:04.622Z | Downloaded nix v0.27.1 |
1374 | 2024-04-03T07:32:04.623Z | Downloaded darling_core v0.20.3 |
1375 | 2024-04-03T07:32:04.623Z | Downloaded darling_core v0.14.4 |
1376 | 2024-04-03T07:32:04.623Z | Downloaded darling v0.20.3 |
1377 | 2024-04-03T07:32:04.623Z | Downloaded crossterm v0.27.0 |
1378 | 2024-04-03T07:32:04.623Z | Downloaded want v0.3.1 |
1379 | 2024-04-03T07:32:04.623Z | Downloaded walkdir v2.4.0 |
1380 | 2024-04-03T07:32:04.623Z | Downloaded waitgroup v0.1.2 |
1381 | 2024-04-03T07:32:04.623Z | Downloaded vec_map v0.8.2 |
1382 | 2024-04-03T07:32:04.623Z | Downloaded unicode-xid v0.2.4 |
1383 | 2024-04-03T07:32:04.623Z | Downloaded unicode-width v0.1.11 |
1384 | 2024-04-03T07:32:04.623Z | Downloaded toml v0.7.8 |
1385 | 2024-04-03T07:32:04.623Z | Downloaded tokio-native-tls v0.3.1 |
1386 | 2024-04-03T07:32:04.623Z | Downloaded thiserror-impl v1.0.57 |
1387 | 2024-04-03T07:32:04.623Z | Downloaded tap v1.0.1 |
1388 | 2024-04-03T07:32:04.623Z | Downloaded take_mut v0.2.2 |
1389 | 2024-04-03T07:32:04.623Z | Downloaded strip-ansi-escapes v0.2.0 |
1390 | 2024-04-03T07:32:04.623Z | Downloaded spin v0.5.2 |
1391 | 2024-04-03T07:32:04.623Z | Downloaded socket2 v0.5.5 |
1392 | 2024-04-03T07:32:04.623Z | Downloaded sigpipe v0.1.3 |
1393 | 2024-04-03T07:32:04.623Z | Downloaded signature v2.1.0 |
1394 | 2024-04-03T07:32:04.624Z | Downloaded signature v1.6.4 |
1395 | 2024-04-03T07:32:04.624Z | Downloaded signal-hook-tokio v0.3.1 |
1396 | 2024-04-03T07:32:04.624Z | Downloaded serde_tokenstream v0.2.0 |
1397 | 2024-04-03T07:32:04.624Z | Downloaded tracing v0.1.40 |
1398 | 2024-04-03T07:32:04.624Z | Downloaded tower-service v0.3.2 |
1399 | 2024-04-03T07:32:04.624Z | Downloaded serde_urlencoded v0.7.1 |
1400 | 2024-04-03T07:32:04.624Z | Downloaded semver v0.1.20 |
1401 | 2024-04-03T07:32:04.624Z | Downloaded secrecy v0.8.0 |
1402 | 2024-04-03T07:32:04.624Z | Downloaded schemars_derive v0.8.16 |
1403 | 2024-04-03T07:32:04.624Z | Downloaded ryu v1.0.15 |
1404 | 2024-04-03T07:32:04.624Z | Downloaded ref-cast-impl v1.0.20 |
1405 | 2024-04-03T07:32:04.624Z | Downloaded tar v0.4.40 |
1406 | 2024-04-03T07:32:04.624Z | Downloaded rustc_version v0.4.0 |
1407 | 2024-04-03T07:32:04.624Z | Downloaded rtoolbox v0.0.1 |
1408 | 2024-04-03T07:32:04.624Z | Downloaded serde_derive v1.0.197 |
1409 | 2024-04-03T07:32:04.624Z | Downloaded idna v0.5.0 |
1410 | 2024-04-03T07:32:04.624Z | Downloaded idna v0.2.3 |
1411 | 2024-04-03T07:32:04.624Z | Downloaded lalrpop v0.19.12 |
1412 | 2024-04-03T07:32:04.624Z | Downloaded itoa v1.0.9 |
1413 | 2024-04-03T07:32:04.624Z | Downloaded hubpack v0.1.2 |
1414 | 2024-04-03T07:32:04.624Z | Downloaded mockall_derive v0.12.0 |
1415 | 2024-04-03T07:32:04.624Z | Downloaded mockall v0.12.0 |
1416 | 2024-04-03T07:32:04.625Z | Downloaded mio v0.8.11 |
1417 | 2024-04-03T07:32:04.625Z | Downloaded hostname v0.3.1 |
1418 | 2024-04-03T07:32:04.625Z | Downloaded highway v1.1.0 |
1419 | 2024-04-03T07:32:04.625Z | Downloaded const_format_proc_macros v0.2.32 |
1420 | 2024-04-03T07:32:04.625Z | Downloaded cobs v0.2.3 |
1421 | 2024-04-03T07:32:04.625Z | Downloaded clap_lex v0.7.0 |
1422 | 2024-04-03T07:32:04.625Z | Downloaded chacha20 v0.9.1 |
1423 | 2024-04-03T07:32:04.625Z | Downloaded bstr v0.2.17 |
1424 | 2024-04-03T07:32:04.625Z | Downloaded block-buffer v0.10.4 |
1425 | 2024-04-03T07:32:04.625Z | Downloaded blake2 v0.10.6 |
1426 | 2024-04-03T07:32:04.625Z | Downloaded bitstruct_derive v0.1.0 |
1427 | 2024-04-03T07:32:04.625Z | Downloaded bitstruct v0.1.1 |
1428 | 2024-04-03T07:32:04.625Z | Downloaded bb8 v0.8.3 |
1429 | 2024-04-03T07:32:04.625Z | Downloaded base64 v0.13.1 |
1430 | 2024-04-03T07:32:04.625Z | Downloaded crossbeam-deque v0.8.3 |
1431 | 2024-04-03T07:32:04.625Z | Downloaded crossbeam-channel v0.5.8 |
1432 | 2024-04-03T07:32:04.625Z | Downloaded atty v0.2.14 |
1433 | 2024-04-03T07:32:04.705Z | Downloaded crc-catalog v2.2.0 |
1434 | 2024-04-03T07:32:04.705Z | Downloaded memchr v2.7.1 |
1435 | 2024-04-03T07:32:04.705Z | Downloaded crc-any v2.4.3 |
1436 | 2024-04-03T07:32:04.705Z | Downloaded corncobs v0.1.3 |
1437 | 2024-04-03T07:32:04.706Z | Downloaded cookie_store v0.20.0 |
1438 | 2024-04-03T07:32:04.706Z | Downloaded maplit v1.0.2 |
1439 | 2024-04-03T07:32:04.706Z | Downloaded managed v0.8.0 |
1440 | 2024-04-03T07:32:04.706Z | Downloaded macaddr v1.0.1 |
1441 | 2024-04-03T07:32:04.706Z | Downloaded lru-cache v0.1.2 |
1442 | 2024-04-03T07:32:04.706Z | Downloaded lru v0.12.1 |
1443 | 2024-04-03T07:32:04.706Z | Downloaded cookie v0.18.0 |
1444 | 2024-04-03T07:32:04.706Z | Downloaded cookie v0.17.0 |
1445 | 2024-04-03T07:32:04.707Z | Downloaded lock_api v0.4.10 |
1446 | 2024-04-03T07:32:04.707Z | Downloaded linked-hash-map v0.5.6 |
1447 | 2024-04-03T07:32:04.707Z | Downloaded linear-map v1.2.0 |
1448 | 2024-04-03T07:32:04.707Z | Downloaded libxml v0.3.3 |
1449 | 2024-04-03T07:32:04.707Z | Downloaded convert_case v0.4.0 |
1450 | 2024-04-03T07:32:04.707Z | Downloaded constant_time_eq v0.3.0 |
1451 | 2024-04-03T07:32:04.707Z | Downloaded const_format v0.2.32 |
1452 | 2024-04-03T07:32:04.708Z | Downloaded const-oid v0.9.6 |
1453 | 2024-04-03T07:32:04.708Z | Downloaded argon2 v0.5.3 |
1454 | 2024-04-03T07:32:04.708Z | Downloaded console v0.15.8 |
1455 | 2024-04-03T07:32:04.708Z | Downloaded compact_str v0.7.1 |
1456 | 2024-04-03T07:32:04.708Z | Downloaded colored v2.1.0 |
1457 | 2024-04-03T07:32:04.708Z | Downloaded colorchoice v1.0.0 |
1458 | 2024-04-03T07:32:04.708Z | Downloaded clap_derive v4.5.0 |
1459 | 2024-04-03T07:32:04.708Z | Downloaded clap v4.5.1 |
1460 | 2024-04-03T07:32:04.708Z | Downloaded chrono v0.4.34 |
1461 | 2024-04-03T07:32:04.708Z | Downloaded chacha20poly1305 v0.10.1 |
1462 | 2024-04-03T07:32:04.708Z | Downloaded cexpr v0.6.0 |
1463 | 2024-04-03T07:32:04.708Z | Downloaded is-terminal v0.4.9 |
1464 | 2024-04-03T07:32:04.708Z | Downloaded ipnetwork v0.20.0 |
1465 | 2024-04-03T07:32:04.708Z | Downloaded ipnet v2.9.0 |
1466 | 2024-04-03T07:32:04.708Z | Downloaded instant v0.1.12 |
1467 | 2024-04-03T07:32:04.709Z | Downloaded indoc v2.0.3 |
1468 | 2024-04-03T07:32:04.709Z | Downloaded indoc v1.0.9 |
1469 | 2024-04-03T07:32:04.709Z | Downloaded castaway v0.2.2 |
1470 | 2024-04-03T07:32:04.709Z | Downloaded cassowary v0.3.0 |
1471 | 2024-04-03T07:32:04.709Z | Downloaded cancel-safe-futures v0.1.5 |
1472 | 2024-04-03T07:32:04.709Z | Downloaded camino-tempfile v1.1.1 |
1473 | 2024-04-03T07:32:04.709Z | Downloaded camino v1.1.6 |
1474 | 2024-04-03T07:32:04.709Z | Downloaded bit-vec v0.6.3 |
1475 | 2024-04-03T07:32:04.709Z | Downloaded hkdf v0.12.4 |
1476 | 2024-04-03T07:32:04.709Z | Downloaded bindgen v0.69.2 |
1477 | 2024-04-03T07:32:04.709Z | Downloaded bcs v0.1.6 |
1478 | 2024-04-03T07:32:04.709Z | Downloaded base64 v0.21.7 |
1479 | 2024-04-03T07:32:04.709Z | Downloaded headers v0.3.9 |
1480 | 2024-04-03T07:32:04.709Z | Downloaded base64 v0.22.0 |
1481 | 2024-04-03T07:32:04.710Z | Downloaded base16ct v0.2.0 |
1482 | 2024-04-03T07:32:04.710Z | Downloaded backtrace v0.3.69 |
1483 | 2024-04-03T07:32:04.710Z | Downloaded backoff v0.4.0 |
1484 | 2024-04-03T07:32:04.710Z | Downloaded autocfg v1.1.0 |
1485 | 2024-04-03T07:32:04.710Z | Downloaded atomicwrites v0.4.3 |
1486 | 2024-04-03T07:32:04.710Z | Downloaded atomic-waker v1.1.1 |
1487 | 2024-04-03T07:32:04.710Z | Downloaded async-stream v0.3.5 |
1488 | 2024-04-03T07:32:04.710Z | Downloaded async-recursion v1.0.5 |
1489 | 2024-04-03T07:32:04.710Z | Downloaded hash32 v0.3.1 |
1490 | 2024-04-03T07:32:04.710Z | Downloaded ascii-canvas v3.0.0 |
1491 | 2024-04-03T07:32:04.710Z | Downloaded ascii v1.1.0 |
1492 | 2024-04-03T07:32:04.710Z | Downloaded arrayvec v0.7.4 |
1493 | 2024-04-03T07:32:04.710Z | Downloaded array-init v0.0.4 |
1494 | 2024-04-03T07:32:04.710Z | Downloaded arc-swap v1.6.0 |
1495 | 2024-04-03T07:32:04.710Z | Downloaded crossbeam-epoch v0.9.18 |
1496 | 2024-04-03T07:32:04.710Z | Downloaded anstyle-parse v0.2.1 |
1497 | 2024-04-03T07:32:04.710Z | Downloaded allocator-api2 v0.2.16 |
1498 | 2024-04-03T07:32:04.710Z | Compiling proc-macro2 v1.0.78 |
1499 | 2024-04-03T07:32:04.710Z | Compiling unicode-ident v1.0.12 |
1500 | 2024-04-03T07:32:04.710Z | Compiling libc v0.2.153 |
1501 | 2024-04-03T07:32:04.711Z | Compiling serde v1.0.197 |
1502 | 2024-04-03T07:32:04.711Z | Compiling version_check v0.9.4 |
1503 | 2024-04-03T07:32:04.711Z | Compiling autocfg v1.1.0 |
1504 | 2024-04-03T07:32:04.711Z | Compiling cfg-if v1.0.0 |
1505 | 2024-04-03T07:32:04.711Z | Compiling syn v1.0.109 |
1506 | 2024-04-03T07:32:04.711Z | Compiling once_cell v1.19.0 |
1507 | 2024-04-03T07:32:04.711Z | Compiling byteorder v1.5.0 |
1508 | 2024-04-03T07:32:04.711Z | Compiling memchr v2.7.1 |
1509 | 2024-04-03T07:32:04.711Z | Compiling serde_json v1.0.114 |
1510 | 2024-04-03T07:32:04.711Z | Compiling ahash v0.8.8 |
1511 | 2024-04-03T07:32:04.711Z | Compiling lock_api v0.4.10 |
1512 | 2024-04-03T07:32:04.711Z | Compiling parking_lot_core v0.9.8 |
1513 | 2024-04-03T07:32:04.711Z | Compiling libm v0.2.7 |
1514 | 2024-04-03T07:32:04.711Z | Compiling num-traits v0.2.18 |
1515 | 2024-04-03T07:32:04.711Z | Compiling thiserror v1.0.57 |
1516 | 2024-04-03T07:32:04.711Z | Compiling typenum v1.16.0 |
1517 | 2024-04-03T07:32:04.711Z | Compiling generic-array v0.14.7 |
1518 | 2024-04-03T07:32:04.711Z | Compiling itoa v1.0.9 |
1519 | 2024-04-03T07:32:04.711Z | Compiling log v0.4.21 |
1520 | 2024-04-03T07:32:04.711Z | Compiling scopeguard v1.2.0 |
1521 | 2024-04-03T07:32:04.723Z | Compiling quote v1.0.35 |
1522 | 2024-04-03T07:32:05.007Z | Compiling pkg-config v0.3.27 |
1523 | 2024-04-03T07:32:05.069Z | Compiling syn v2.0.52 |
1524 | 2024-04-03T07:32:05.661Z | Compiling cc v1.0.83 |
1525 | 2024-04-03T07:32:05.661Z | Compiling getrandom v0.2.12 |
1526 | 2024-04-03T07:32:05.732Z | Compiling allocator-api2 v0.2.16 |
1527 | 2024-04-03T07:32:05.858Z | Compiling slab v0.4.9 |
1528 | 2024-04-03T07:32:05.925Z | Compiling ryu v1.0.15 |
1529 | 2024-04-03T07:32:06.266Z | Compiling schemars v0.8.16 |
1530 | 2024-04-03T07:32:06.291Z | Compiling pin-project-lite v0.2.13 |
1531 | 2024-04-03T07:32:06.411Z | Compiling smallvec v1.13.1 |
1532 | 2024-04-03T07:32:06.650Z | Compiling heck v0.4.1 |
1533 | 2024-04-03T07:32:06.782Z | Compiling equivalent v1.0.1 |
1534 | 2024-04-03T07:32:07.224Z | Compiling vcpkg v0.2.15 |
1535 | 2024-04-03T07:32:07.906Z | Compiling ring v0.17.8 |
1536 | 2024-04-03T07:32:07.906Z | Compiling parking_lot v0.12.1 |
1537 | 2024-04-03T07:32:08.846Z | Compiling signal-hook-registry v1.4.1 |
1538 | 2024-04-03T07:32:08.939Z | Compiling openssl-sys v0.9.96 |
1539 | 2024-04-03T07:32:09.727Z | Compiling mio v0.8.11 |
1540 | 2024-04-03T07:32:09.909Z | Compiling fnv v1.0.7 |
1541 | 2024-04-03T07:32:10.040Z | Compiling rand_core v0.6.4 |
1542 | 2024-04-03T07:32:10.447Z | Compiling time-core v0.1.2 |
1543 | 2024-04-03T07:32:10.465Z | Compiling num-conv v0.1.0 |
1544 | 2024-04-03T07:32:10.543Z | Compiling ring v0.16.20 |
1545 | 2024-04-03T07:32:10.603Z | Compiling socket2 v0.5.5 |
1546 | 2024-04-03T07:32:10.749Z | Compiling time-macros v0.2.17 |
1547 | 2024-04-03T07:32:11.252Z | Compiling num_cpus v1.16.0 |
1548 | 2024-04-03T07:32:11.457Z | Compiling httparse v1.8.0 |
1549 | 2024-04-03T07:32:11.871Z | Compiling ucd-trie v0.1.6 |
1550 | 2024-04-03T07:32:12.101Z | Compiling futures-core v0.3.30 |
1551 | 2024-04-03T07:32:12.379Z | Compiling spin v0.5.2 |
1552 | 2024-04-03T07:32:12.389Z | Compiling openssl v0.10.60 |
1553 | 2024-04-03T07:32:12.475Z | Compiling serde_derive_internals v0.26.0 |
1554 | 2024-04-03T07:32:13.388Z | Compiling iana-time-zone v0.1.57 |
1555 | 2024-04-03T07:32:13.389Z | Compiling semver v1.0.22 |
1556 | 2024-04-03T07:32:13.389Z | Compiling crossbeam-utils v0.8.19 |
1557 | 2024-04-03T07:32:14.120Z | Compiling rustls v0.21.9 |
1558 | 2024-04-03T07:32:14.143Z | Compiling native-tls v0.2.11 |
1559 | 2024-04-03T07:32:14.143Z | Compiling tinyvec_macros v0.1.1 |
1560 | 2024-04-03T07:32:14.144Z | Compiling tinyvec v1.6.0 |
1561 | 2024-04-03T07:32:14.144Z | Compiling spin v0.9.8 |
1562 | 2024-04-03T07:32:14.144Z | Compiling unicode-xid v0.2.4 |
1563 | 2024-04-03T07:32:14.219Z | Compiling rustix v0.38.31 |
1564 | 2024-04-03T07:32:14.456Z | Compiling const-oid v0.9.6 |
1565 | 2024-04-03T07:32:14.676Z | Compiling subtle v2.5.0 |
1566 | 2024-04-03T07:32:14.813Z | Compiling futures-sink v0.3.30 |
1567 | 2024-04-03T07:32:14.924Z | Compiling synstructure v0.12.6 |
1568 | 2024-04-03T07:32:14.981Z | Compiling backtrace v0.3.69 |
1569 | 2024-04-03T07:32:15.363Z | Compiling unicode-normalization v0.1.22 |
1570 | 2024-04-03T07:32:16.072Z | Compiling cookie v0.17.0 |
1571 | 2024-04-03T07:32:16.306Z | Compiling slog v2.7.0 |
1572 | 2024-04-03T07:32:16.778Z | Compiling unicode-bidi v0.3.15 |
1573 | 2024-04-03T07:32:16.782Z | Compiling uuid v0.8.2 |
1574 | 2024-04-03T07:32:16.782Z | Compiling dyn-clone v1.0.17 |
1575 | 2024-04-03T07:32:16.782Z | Compiling futures-channel v0.3.30 |
1576 | 2024-04-03T07:32:16.943Z | Compiling tracing-core v0.1.32 |
1577 | 2024-04-03T07:32:17.003Z | Compiling futures-task v0.3.30 |
1578 | 2024-04-03T07:32:17.172Z | Compiling pin-utils v0.1.0 |
1579 | 2024-04-03T07:32:17.270Z | Compiling futures-io v0.3.30 |
1580 | 2024-04-03T07:32:17.783Z | Compiling aho-corasick v1.1.2 |
1581 | 2024-04-03T07:32:18.024Z | Compiling regex-syntax v0.8.2 |
1582 | 2024-04-03T07:32:18.034Z | Compiling serde_derive v1.0.197 |
1583 | 2024-04-03T07:32:18.151Z | Compiling zerocopy-derive v0.7.32 |
1584 | 2024-04-03T07:32:18.662Z | Compiling zeroize_derive v1.4.2 |
1585 | 2024-04-03T07:32:19.260Z | Compiling thiserror-impl v1.0.57 |
1586 | 2024-04-03T07:32:19.945Z | Compiling tokio-macros v2.2.0 |
1587 | 2024-04-03T07:32:19.982Z | Compiling zerocopy v0.7.32 |
1588 | 2024-04-03T07:32:20.446Z | Compiling futures-macro v0.3.30 |
1589 | 2024-04-03T07:32:21.684Z | Compiling tracing-attributes v0.1.27 |
1590 | 2024-04-03T07:32:21.901Z | Compiling schemars_derive v0.8.16 |
1591 | 2024-04-03T07:32:22.093Z | Compiling zeroize v1.7.0 |
1592 | 2024-04-03T07:32:22.176Z | Compiling hashbrown v0.14.3 |
1593 | 2024-04-03T07:32:23.563Z | Compiling pest v2.7.6 |
1594 | 2024-04-03T07:32:23.603Z | Compiling openssl-macros v0.1.1 |
1595 | 2024-04-03T07:32:24.273Z | Compiling zerocopy-derive v0.2.0 |
1596 | 2024-04-03T07:32:24.493Z | Compiling tracing v0.1.40 |
1597 | 2024-04-03T07:32:24.791Z | Compiling crypto-common v0.1.6 |
1598 | 2024-04-03T07:32:25.303Z | Compiling futures-util v0.3.30 |
1599 | 2024-04-03T07:32:25.653Z | Compiling der_derive v0.7.2 |
1600 | 2024-04-03T07:32:25.762Z | Compiling pest_meta v2.7.6 |
1601 | 2024-04-03T07:32:26.027Z | Compiling anyhow v1.0.79 |
1602 | 2024-04-03T07:32:26.551Z | Compiling winnow v0.5.15 |
1603 | 2024-04-03T07:32:27.935Z | Compiling pest_generator v2.7.6 |
1604 | 2024-04-03T07:32:29.689Z | Compiling block-buffer v0.10.4 |
1605 | 2024-04-03T07:32:29.810Z | Compiling pest_derive v2.7.6 |
1606 | 2024-04-03T07:32:29.907Z | Compiling regex-automata v0.4.5 |
1607 | 2024-04-03T07:32:30.399Z | Compiling usdt-impl v0.3.5 |
1608 | 2024-04-03T07:32:30.736Z | Compiling bytes v1.5.0 |
1609 | 2024-04-03T07:32:32.310Z | Compiling indexmap v2.2.6 |
1610 | 2024-04-03T07:32:32.317Z | Compiling tokio v1.36.0 |
1611 | 2024-04-03T07:32:32.858Z | Compiling uuid v1.7.0 |
1612 | 2024-04-03T07:32:33.395Z | Compiling chrono v0.4.34 |
1613 | 2024-04-03T07:32:34.095Z | Compiling bitflags v2.4.2 |
1614 | 2024-04-03T07:32:34.770Z | Compiling toml_datetime v0.6.5 |
1615 | 2024-04-03T07:32:35.600Z | Compiling serde_spanned v0.6.5 |
1616 | 2024-04-03T07:32:35.837Z | Compiling http v0.2.12 |
1617 | 2024-04-03T07:32:37.761Z | Compiling rustc_version v0.4.0 |
1618 | 2024-04-03T07:32:38.394Z | Compiling toml_edit v0.19.15 |
1619 | 2024-04-03T07:32:38.999Z | Compiling unicode-width v0.1.11 |
1620 | 2024-04-03T07:32:39.043Z | Compiling untrusted v0.9.0 |
1621 | 2024-04-03T07:32:39.169Z | Compiling powerfmt v0.2.0 |
1622 | 2024-04-03T07:32:39.231Z | Compiling crc32fast v1.3.2 |
1623 | 2024-04-03T07:32:39.621Z | Compiling rustversion v1.0.14 |
1624 | 2024-04-03T07:32:39.650Z | Compiling deranged v0.3.11 |
1625 | 2024-04-03T07:32:40.260Z | Compiling heapless v0.7.16 |
1626 | 2024-04-03T07:32:41.165Z | Compiling digest v0.10.7 |
1627 | 2024-04-03T07:32:41.583Z | Compiling scroll_derive v0.12.0 |
1628 | 2024-04-03T07:32:42.344Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1629 | 2024-04-03T07:32:42.861Z | Compiling signal-hook v0.3.17 |
1630 | 2024-04-03T07:32:42.947Z | Compiling percent-encoding v2.3.1 |
1631 | 2024-04-03T07:32:43.133Z | Compiling async-trait v0.1.79 |
1632 | 2024-04-03T07:32:43.165Z | Compiling num_threads v0.1.6 |
1633 | 2024-04-03T07:32:43.294Z | Compiling ppv-lite86 v0.2.17 |
1634 | 2024-04-03T07:32:43.636Z | Compiling time v0.3.34 |
1635 | 2024-04-03T07:32:44.051Z | Compiling rand_chacha v0.3.1 |
1636 | 2024-04-03T07:32:45.322Z | Compiling regex v1.10.4 |
1637 | 2024-04-03T07:32:46.418Z | Compiling zerocopy v0.3.0 |
1638 | 2024-04-03T07:32:48.232Z | Compiling thread-id v4.2.0 |
1639 | 2024-04-03T07:32:48.232Z | Compiling dof v0.1.5 |
1640 | 2024-04-03T07:32:48.774Z | Compiling rand v0.8.5 |
1641 | 2024-04-03T07:32:49.346Z | Compiling tokio-util v0.7.10 |
1642 | 2024-04-03T07:32:50.774Z | Compiling dtrace-parser v0.1.14 |
1643 | 2024-04-03T07:32:50.983Z | Compiling num-bigint v0.4.4 |
1644 | 2024-04-03T07:32:51.161Z | Compiling base64 v0.21.7 |
1645 | 2024-04-03T07:32:51.394Z | Compiling adler v1.0.2 |
1646 | 2024-04-03T07:32:51.672Z | Compiling smoltcp v0.9.1 |
1647 | 2024-04-03T07:32:51.744Z | Compiling untrusted v0.7.1 |
1648 | 2024-04-03T07:32:51.977Z | Compiling foreign-types-shared v0.1.1 |
1649 | 2024-04-03T07:32:52.078Z | Compiling base64ct v1.6.0 |
1650 | 2024-04-03T07:32:52.238Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1651 | 2024-04-03T07:32:52.294Z | Compiling foreign-types v0.3.2 |
1652 | 2024-04-03T07:32:52.597Z | Compiling pem-rfc7468 v0.7.0 |
1653 | 2024-04-03T07:32:52.648Z | Compiling miniz_oxide v0.7.1 |
1654 | 2024-04-03T07:32:54.466Z | Compiling form_urlencoded v1.2.1 |
1655 | 2024-04-03T07:32:56.507Z | Compiling hmac v0.12.1 |
1656 | 2024-04-03T07:32:56.553Z | Compiling serde_tokenstream v0.1.7 |
1657 | 2024-04-03T07:32:56.553Z | Compiling lazy_static v1.4.0 |
1658 | 2024-04-03T07:32:56.553Z | Compiling siphasher v0.3.11 |
1659 | 2024-04-03T07:32:56.553Z | Compiling flagset v0.4.3 |
1660 | 2024-04-03T07:32:56.553Z | Compiling try-lock v0.2.4 |
1661 | 2024-04-03T07:32:56.553Z | Compiling unicode-segmentation v1.10.1 |
1662 | 2024-04-03T07:32:56.553Z | Compiling bitflags v1.3.2 |
1663 | 2024-04-03T07:32:56.589Z | Compiling want v0.3.1 |
1664 | 2024-04-03T07:32:56.880Z | Compiling der v0.7.8 |
1665 | 2024-04-03T07:32:57.242Z | Compiling sct v0.7.0 |
1666 | 2024-04-03T07:32:57.516Z | Compiling rustls-webpki v0.101.7 |
1667 | 2024-04-03T07:32:57.722Z | Compiling h2 v0.3.24 |
1668 | 2024-04-03T07:32:59.119Z | Compiling http-body v0.4.5 |
1669 | 2024-04-03T07:32:59.985Z | Compiling openapiv3 v2.0.0 |
1670 | 2024-04-03T07:33:00.052Z | Compiling hubpack_derive v0.1.1 |
1671 | 2024-04-03T07:33:00.663Z | Compiling zerocopy-derive v0.6.4 |
1672 | 2024-04-03T07:33:01.032Z | Compiling idna v0.5.0 |
1673 | 2024-04-03T07:33:02.024Z | Compiling errno v0.3.8 |
1674 | 2024-04-03T07:33:02.031Z | Compiling usdt-impl v0.5.0 |
1675 | 2024-04-03T07:33:02.164Z | Compiling tower-service v0.3.2 |
1676 | 2024-04-03T07:33:02.294Z | Compiling anstyle v1.0.6 |
1677 | 2024-04-03T07:33:02.400Z | Compiling httpdate v1.0.3 |
1678 | 2024-04-03T07:33:02.554Z | Compiling cpufeatures v0.2.12 |
1679 | 2024-04-03T07:33:02.736Z | Compiling stable_deref_trait v1.2.0 |
1680 | 2024-04-03T07:33:02.786Z | Compiling gimli v0.28.0 |
1681 | 2024-04-03T07:33:02.841Z | Compiling utf8parse v0.2.1 |
1682 | 2024-04-03T07:33:08.047Z | Compiling openssl-probe v0.1.5 |
1683 | 2024-04-03T07:33:08.172Z | Compiling anstyle-parse v0.2.1 |
1684 | 2024-04-03T07:33:08.172Z | Compiling hyper v0.14.28 |
1685 | 2024-04-03T07:33:08.172Z | Compiling sha2 v0.10.8 |
1686 | 2024-04-03T07:33:08.173Z | Compiling url v2.5.0 |
1687 | 2024-04-03T07:33:08.173Z | Compiling addr2line v0.21.0 |
1688 | 2024-04-03T07:33:08.355Z | Compiling spki v0.7.2 |
1689 | 2024-04-03T07:33:08.926Z | Compiling usdt-macro v0.3.5 |
1690 | 2024-04-03T07:33:08.965Z | Compiling usdt-attr-macro v0.3.5 |
1691 | 2024-04-03T07:33:09.418Z | Compiling scroll v0.12.0 |
1692 | 2024-04-03T07:33:10.222Z | Compiling md-5 v0.10.5 |
1693 | 2024-04-03T07:33:10.837Z | Compiling serde_tokenstream v0.2.0 |
1694 | 2024-04-03T07:33:11.161Z | Compiling stringprep v0.1.3 |
1695 | 2024-04-03T07:33:11.940Z | Compiling idna v0.3.0 |
1696 | 2024-04-03T07:33:13.456Z | Compiling diesel_table_macro_syntax v0.1.0 |
1697 | 2024-04-03T07:33:13.806Z | Compiling num-integer v0.1.46 |
1698 | 2024-04-03T07:33:13.979Z | Compiling object v0.32.1 |
1699 | 2024-04-03T07:33:14.415Z | Compiling hash32 v0.2.1 |
1700 | 2024-04-03T07:33:14.965Z | Compiling plain v0.2.3 |
1701 | 2024-04-03T07:33:15.005Z | Compiling psl-types v2.0.11 |
1702 | 2024-04-03T07:33:15.038Z | Compiling rustc-demangle v0.1.23 |
1703 | 2024-04-03T07:33:15.183Z | Compiling anstyle-query v1.0.0 |
1704 | 2024-04-03T07:33:16.280Z | Compiling fallible-iterator v0.2.0 |
1705 | 2024-04-03T07:33:17.734Z | Compiling colorchoice v1.0.0 |
1706 | 2024-04-03T07:33:18.303Z | Compiling anstream v0.6.11 |
1707 | 2024-04-03T07:33:18.585Z | Compiling postgres-protocol v0.6.6 |
1708 | 2024-04-03T07:33:18.620Z | Compiling publicsuffix v2.2.3 |
1709 | 2024-04-03T07:33:18.874Z | Compiling goblin v0.8.0 |
1710 | 2024-04-03T07:33:24.410Z | Compiling diesel_derives v2.1.2 |
1711 | 2024-04-03T07:33:25.371Z | Compiling tokio-rustls v0.24.1 |
1712 | 2024-04-03T07:33:29.340Z | Compiling pkcs8 v0.10.2 |
1713 | 2024-04-03T07:33:29.884Z | Compiling terminal_size v0.3.0 |
1714 | 2024-04-03T07:33:30.165Z | Compiling tokio-native-tls v0.3.1 |
1715 | 2024-04-03T07:33:30.486Z | Compiling phf_shared v0.11.2 |
1716 | 2024-04-03T07:33:31.392Z | Compiling strum_macros v0.25.2 |
1717 | 2024-04-03T07:33:31.700Z | Compiling block-padding v0.3.3 |
1718 | 2024-04-03T07:33:31.854Z | Compiling regress v0.9.0 |
1719 | 2024-04-03T07:33:31.911Z | Compiling enum-as-inner v0.5.1 |
1720 | 2024-04-03T07:33:32.784Z | Compiling serde_repr v0.1.16 |
1721 | 2024-04-03T07:33:32.828Z | Compiling clap_derive v4.5.0 |
1722 | 2024-04-03T07:33:37.328Z | Compiling ff v0.13.0 |
1723 | 2024-04-03T07:33:37.509Z | Compiling scheduled-thread-pool v0.2.7 |
1724 | 2024-04-03T07:33:37.509Z | Compiling encoding_rs v0.8.33 |
1725 | 2024-04-03T07:33:37.510Z | Compiling pretty-hex v0.4.1 |
1726 | 2024-04-03T07:33:37.510Z | Compiling matches v0.1.10 |
1727 | 2024-04-03T07:33:37.510Z | Compiling clap_lex v0.7.0 |
1728 | 2024-04-03T07:33:37.510Z | Compiling bit-vec v0.6.3 |
1729 | 2024-04-03T07:33:37.510Z | Compiling strsim v0.10.0 |
1730 | 2024-04-03T07:33:37.510Z | Compiling strsim v0.11.0 |
1731 | 2024-04-03T07:33:37.510Z | Compiling managed v0.8.0 |
1732 | 2024-04-03T07:33:37.648Z | Compiling base16ct v0.2.0 |
1733 | 2024-04-03T07:33:38.338Z | Compiling ident_case v1.0.1 |
1734 | 2024-04-03T07:33:38.338Z | Compiling regex-automata v0.1.10 |
1735 | 2024-04-03T07:33:38.339Z | Compiling mime v0.3.17 |
1736 | 2024-04-03T07:33:38.406Z | Compiling ipnet v2.9.0 |
1737 | 2024-04-03T07:33:39.085Z | Compiling bstr v0.2.17 |
1738 | 2024-04-03T07:33:39.778Z | Compiling darling_core v0.20.3 |
1739 | 2024-04-03T07:33:40.380Z | Compiling sec1 v0.7.3 |
1740 | 2024-04-03T07:33:41.465Z | Compiling clap_builder v4.5.1 |
1741 | 2024-04-03T07:33:41.505Z | Compiling idna v0.2.3 |
1742 | 2024-04-03T07:33:42.218Z | Compiling dof v0.3.0 |
1743 | 2024-04-03T07:33:42.892Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1744 | 2024-04-03T07:33:44.071Z | Compiling r2d2 v0.8.10 |
1745 | 2024-04-03T07:33:45.025Z | Compiling group v0.13.0 |
1746 | 2024-04-03T07:33:45.578Z | Compiling inout v0.1.3 |
1747 | 2024-04-03T07:33:47.653Z | Compiling phf v0.11.2 |
1748 | 2024-04-03T07:33:47.965Z | Compiling hyper-tls v0.5.0 |
1749 | 2024-04-03T07:33:48.324Z | Compiling signal-hook-mio v0.2.3 |
1750 | 2024-04-03T07:33:48.459Z | Compiling flate2 v1.0.28 |
1751 | 2024-04-03T07:33:48.622Z | Compiling bzip2 v0.4.4 |
1752 | 2024-04-03T07:33:48.688Z | Compiling hyper-rustls v0.24.2 |
1753 | 2024-04-03T07:33:48.981Z | Compiling cookie_store v0.20.0 |
1754 | 2024-04-03T07:33:49.078Z | Compiling postgres-types v0.2.6 |
1755 | 2024-04-03T07:33:49.350Z | Compiling zerocopy v0.6.4 |
1756 | 2024-04-03T07:33:49.502Z | Compiling hubpack v0.1.2 |
1757 | 2024-04-03T07:33:49.915Z | Compiling rustls-pemfile v1.0.3 |
1758 | 2024-04-03T07:33:50.155Z | Compiling phf_shared v0.10.0 |
1759 | 2024-04-03T07:33:50.248Z | Compiling hkdf v0.12.4 |
1760 | 2024-04-03T07:33:50.302Z | Compiling crossbeam-epoch v0.9.18 |
1761 | 2024-04-03T07:33:50.483Z | Compiling serde_urlencoded v0.7.1 |
1762 | 2024-04-03T07:33:50.625Z | Compiling ipnetwork v0.20.0 |
1763 | 2024-04-03T07:33:51.035Z | Compiling futures-executor v0.3.30 |
1764 | 2024-04-03T07:33:51.517Z | Compiling dtrace-parser v0.2.0 |
1765 | 2024-04-03T07:33:51.678Z | Compiling crypto-bigint v0.5.2 |
1766 | 2024-04-03T07:33:51.796Z | Compiling float-cmp v0.9.0 |
1767 | 2024-04-03T07:33:52.010Z | Compiling difflib v0.4.0 |
1768 | 2024-04-03T07:33:53.194Z | Compiling static_assertions v1.1.0 |
1769 | 2024-04-03T07:33:53.283Z | Compiling normalize-line-endings v0.3.0 |
1770 | 2024-04-03T07:33:53.413Z | Compiling new_debug_unreachable v1.0.4 |
1771 | 2024-04-03T07:33:53.510Z | Compiling either v1.10.0 |
1772 | 2024-04-03T07:33:53.956Z | Compiling sync_wrapper v0.1.2 |
1773 | 2024-04-03T07:33:54.084Z | Compiling precomputed-hash v0.1.1 |
1774 | 2024-04-03T07:33:54.151Z | Compiling data-encoding v2.4.0 |
1775 | 2024-04-03T07:33:54.210Z | Compiling minimal-lexical v0.2.1 |
1776 | 2024-04-03T07:33:54.402Z | Compiling whoami v1.5.0 |
1777 | 2024-04-03T07:33:54.692Z | Compiling webpki-roots v0.25.2 |
1778 | 2024-04-03T07:33:54.714Z | Compiling predicates-core v1.0.6 |
1779 | 2024-04-03T07:33:54.855Z | Compiling winnow v0.6.1 |
1780 | 2024-04-03T07:33:55.022Z | Compiling fixedbitset v0.4.2 |
1781 | 2024-04-03T07:33:55.043Z | Compiling predicates v3.1.0 |
1782 | 2024-04-03T07:33:55.298Z | Compiling petgraph v0.6.4 |
1783 | 2024-04-03T07:33:55.401Z | Compiling reqwest v0.11.24 |
1784 | 2024-04-03T07:33:55.896Z | Compiling tokio-postgres v0.7.10 |
1785 | 2024-04-03T07:33:55.989Z | Compiling trust-dns-proto v0.22.0 |
1786 | 2024-04-03T07:33:58.019Z | Compiling itertools v0.10.5 |
1787 | 2024-04-03T07:33:58.510Z | Compiling toml_edit v0.22.9 |
1788 | 2024-04-03T07:33:59.069Z | Compiling nom v7.1.3 |
1789 | 2024-04-03T07:33:59.403Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1790 | 2024-04-03T07:34:00.354Z | Compiling string_cache v0.8.7 |
1791 | 2024-04-03T07:34:02.401Z | Compiling elliptic-curve v0.13.8 |
1792 | 2024-04-03T07:34:02.810Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1793 | 2024-04-03T07:34:04.241Z | Compiling futures v0.3.30 |
1794 | 2024-04-03T07:34:04.354Z | Compiling diesel v2.1.5 |
1795 | 2024-04-03T07:34:04.418Z | Compiling yasna v0.5.2 |
1796 | 2024-04-03T07:34:04.864Z | Compiling zip v0.6.6 |
1797 | 2024-04-03T07:34:05.707Z | Compiling crossterm v0.27.0 |
1798 | 2024-04-03T07:34:06.033Z | Compiling cipher v0.4.4 |
1799 | 2024-04-03T07:34:06.442Z | Compiling darling_macro v0.20.3 |
1800 | 2024-04-03T07:34:12.602Z | Compiling clap v4.5.1 |
1801 | 2024-04-03T07:34:12.746Z | Compiling similar v2.4.0 |
1802 | 2024-04-03T07:34:12.746Z | Compiling bit-set v0.5.3 |
1803 | 2024-04-03T07:34:12.756Z | Compiling num-iter v0.1.44 |
1804 | 2024-04-03T07:34:12.756Z | Compiling usdt v0.3.5 |
1805 | 2024-04-03T07:34:12.756Z | Compiling console v0.15.8 |
1806 | 2024-04-03T07:34:12.756Z | Compiling tokio-stream v0.1.14 |
1807 | 2024-04-03T07:34:12.756Z | Compiling toml v0.7.8 |
1808 | 2024-04-03T07:34:12.756Z | Compiling bstr v1.9.0 |
1809 | 2024-04-03T07:34:12.757Z | Compiling hex v0.4.3 |
1810 | 2024-04-03T07:34:12.757Z | Compiling proc-macro-error-attr v1.0.4 |
1811 | 2024-04-03T07:34:12.757Z | Compiling lalrpop-util v0.19.12 |
1812 | 2024-04-03T07:34:12.757Z | Compiling peg-runtime v0.8.2 |
1813 | 2024-04-03T07:34:12.757Z | Compiling darling v0.20.3 |
1814 | 2024-04-03T07:34:12.757Z | Compiling proc-macro-crate v1.3.1 |
1815 | 2024-04-03T07:34:12.757Z | Compiling proc-macro-error v1.0.4 |
1816 | 2024-04-03T07:34:12.757Z | Compiling camino v1.1.6 |
1817 | 2024-04-03T07:34:12.757Z | Compiling heapless v0.8.0 |
1818 | 2024-04-03T07:34:13.809Z | Compiling num_enum_derive v0.5.11 |
1819 | 2024-04-03T07:34:22.639Z | Compiling atty v0.2.14 |
1820 | 2024-04-03T07:34:22.808Z | Compiling hash32 v0.3.1 |
1821 | 2024-04-03T07:34:23.579Z | Compiling smoltcp v0.11.0 |
1822 | 2024-04-03T07:34:24.218Z | Compiling rustls-pki-types v1.3.0 |
1823 | 2024-04-03T07:34:25.468Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1824 | 2024-04-03T07:34:41.281Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1825 | 2024-04-03T07:34:51.000Z | Compiling num_enum v0.5.11 |
1826 | 2024-04-03T07:34:54.223Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1827 | 2024-04-03T07:34:54.413Z | Compiling getopts v0.2.21 |
1828 | 2024-04-03T07:34:56.231Z | Compiling dirs-sys-next v0.1.2 |
1829 | 2024-04-03T07:34:56.325Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1830 | 2024-04-03T07:34:56.436Z | Compiling embedded-io v0.4.0 |
1831 | 2024-04-03T07:34:56.635Z | Compiling cobs v0.2.3 |
1832 | 2024-04-03T07:34:56.960Z | Compiling rustls v0.22.2 |
1833 | 2024-04-03T07:34:57.003Z | Compiling unsafe-libyaml v0.2.10 |
1834 | 2024-04-03T07:35:04.651Z | Compiling serde_yaml v0.9.25 |
1835 | 2024-04-03T07:35:04.652Z | Compiling postcard v1.0.8 |
1836 | 2024-04-03T07:35:04.652Z | Compiling dirs-next v2.0.0 |
1837 | 2024-04-03T07:35:04.652Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1838 | 2024-04-03T07:35:09.268Z | Compiling rustls-webpki v0.102.1 |
1839 | 2024-04-03T07:35:13.841Z | Compiling strum_macros v0.26.1 |
1840 | 2024-04-03T07:35:15.988Z | Compiling foreign-types-macros v0.2.3 |
1841 | 2024-04-03T07:35:16.737Z | Compiling structmeta-derive v0.3.0 |
1842 | 2024-04-03T07:35:17.262Z | Compiling thread_local v1.1.7 |
1843 | 2024-04-03T07:35:17.377Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1844 | 2024-04-03T07:35:17.432Z | Compiling multer v3.0.0 |
1845 | 2024-04-03T07:35:18.426Z | Compiling foreign-types-shared v0.3.1 |
1846 | 2024-04-03T07:35:18.555Z | Compiling match_cfg v0.1.0 |
1847 | 2024-04-03T07:35:18.641Z | Compiling paste v1.0.14 |
1848 | 2024-04-03T07:35:18.917Z | Compiling slog-async v2.8.0 |
1849 | 2024-04-03T07:35:19.354Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1850 | 2024-04-03T07:35:19.374Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1851 | 2024-04-03T07:35:19.592Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1852 | 2024-04-03T07:35:23.226Z | Compiling structmeta v0.3.0 |
1853 | 2024-04-03T07:35:24.605Z | Compiling hostname v0.3.1 |
1854 | 2024-04-03T07:35:24.683Z | Compiling foreign-types v0.5.0 |
1855 | 2024-04-03T07:35:24.800Z | Compiling strum v0.26.1 |
1856 | 2024-04-03T07:35:30.395Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1857 | 2024-04-03T07:35:36.646Z | Compiling term v0.7.0 |
1858 | 2024-04-03T07:35:37.741Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1859 | 2024-04-03T07:35:39.256Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1860 | 2024-04-03T07:35:45.570Z | Compiling slog-json v2.6.1 |
1861 | 2024-04-03T07:35:45.712Z | Compiling crossbeam-channel v0.5.8 |
1862 | 2024-04-03T07:35:45.802Z | Compiling tabwriter v1.4.0 |
1863 | 2024-04-03T07:35:45.802Z | Compiling http v1.0.0 |
1864 | 2024-04-03T07:35:45.803Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1865 | 2024-04-03T07:35:45.803Z | Compiling async-stream-impl v0.3.5 |
1866 | 2024-04-03T07:35:45.803Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1867 | 2024-04-03T07:35:45.803Z | Compiling cstr-argument v0.1.2 |
1868 | 2024-04-03T07:35:45.803Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1869 | 2024-04-03T07:35:45.803Z | Compiling crucible-workspace-hack v0.1.0 |
1870 | 2024-04-03T07:35:45.803Z | Compiling rayon-core v1.12.1 |
1871 | 2024-04-03T07:35:45.930Z | Compiling fastrand v2.0.1 |
1872 | 2024-04-03T07:35:45.985Z | Compiling take_mut v0.2.2 |
1873 | 2024-04-03T07:35:46.022Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1874 | 2024-04-03T07:35:46.290Z | Compiling atomic-waker v1.1.1 |
1875 | 2024-04-03T07:35:46.360Z | Compiling pretty-hex v0.2.1 |
1876 | 2024-04-03T07:35:46.480Z | Compiling waitgroup v0.1.2 |
1877 | 2024-04-03T07:35:46.577Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1878 | 2024-04-03T07:35:46.649Z | Compiling tempfile v3.10.0 |
1879 | 2024-04-03T07:35:47.280Z | Compiling async-stream v0.3.5 |
1880 | 2024-04-03T07:35:47.598Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1881 | 2024-04-03T07:35:48.498Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1882 | 2024-04-03T07:35:48.578Z | Compiling slog-bunyan v2.5.0 |
1883 | 2024-04-03T07:35:48.722Z | Compiling slog-term v2.9.0 |
1884 | 2024-04-03T07:35:48.816Z | Compiling tokio-rustls v0.25.0 |
1885 | 2024-04-03T07:35:49.249Z | Compiling parse-display-derive v0.9.0 |
1886 | 2024-04-03T07:35:49.881Z | Compiling toml v0.8.12 |
1887 | 2024-04-03T07:35:49.941Z | Compiling rustls-pemfile v2.1.1 |
1888 | 2024-04-03T07:35:50.278Z | Compiling serde_with_macros v3.6.1 |
1889 | 2024-04-03T07:35:50.731Z | Compiling sha1 v0.10.6 |
1890 | 2024-04-03T07:35:52.073Z | Compiling crossbeam-deque v0.8.3 |
1891 | 2024-04-03T07:35:52.081Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1892 | 2024-04-03T07:35:52.081Z | Compiling colored v2.1.0 |
1893 | 2024-04-03T07:35:53.061Z | Compiling newtype-uuid v1.0.1 |
1894 | 2024-04-03T07:35:53.205Z | Compiling serde_path_to_error v0.1.16 |
1895 | 2024-04-03T07:35:53.395Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1896 | 2024-04-03T07:35:53.413Z | Compiling socket2 v0.4.9 |
1897 | 2024-04-03T07:35:53.743Z | Compiling instant v0.1.12 |
1898 | 2024-04-03T07:35:53.913Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1899 | 2024-04-03T07:35:54.090Z | Compiling debug-ignore v1.0.5 |
1900 | 2024-04-03T07:35:54.162Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1901 | 2024-04-03T07:35:54.572Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1902 | 2024-04-03T07:35:55.070Z | Compiling backoff v0.4.0 |
1903 | 2024-04-03T07:35:55.450Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1904 | 2024-04-03T07:35:55.878Z | Compiling parse-display v0.9.0 |
1905 | 2024-04-03T07:35:56.710Z | Compiling serde_with v3.6.1 |
1906 | 2024-04-03T07:35:57.989Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1907 | 2024-04-03T07:35:58.415Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1908 | 2024-04-03T07:35:58.779Z | Compiling camino-tempfile v1.1.1 |
1909 | 2024-04-03T07:35:59.615Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1910 | 2024-04-03T07:36:00.117Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1911 | 2024-04-03T07:36:00.281Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1912 | 2024-04-03T07:36:00.903Z | Compiling heck v0.3.3 |
1913 | 2024-04-03T07:36:01.042Z | Compiling textwrap v0.11.0 |
1914 | 2024-04-03T07:36:01.267Z | Compiling macaddr v1.0.1 |
1915 | 2024-04-03T07:36:01.660Z | Compiling num-derive v0.4.0 |
1916 | 2024-04-03T07:36:01.891Z | Compiling sigpipe v0.1.3 |
1917 | 2024-04-03T07:36:02.027Z | Compiling vec_map v0.8.2 |
1918 | 2024-04-03T07:36:02.050Z | Compiling libefi-sys v0.1.0 |
1919 | 2024-04-03T07:36:02.342Z | Compiling ansi_term v0.12.1 |
1920 | 2024-04-03T07:36:02.356Z | Compiling strsim v0.8.0 |
1921 | 2024-04-03T07:36:03.137Z | Compiling clap v2.34.0 |
1922 | 2024-04-03T07:36:03.870Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1923 | 2024-04-03T07:36:03.904Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
1924 | 2024-04-03T07:36:03.904Z | Compiling structopt-derive v0.4.18 |
1925 | 2024-04-03T07:36:04.168Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1926 | 2024-04-03T07:36:04.955Z | Compiling rayon v1.9.0 |
1927 | 2024-04-03T07:36:05.925Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1928 | 2024-04-03T07:36:06.601Z | Compiling smf v0.2.2 |
1929 | 2024-04-03T07:36:07.642Z | Compiling blake3 v1.5.0 |
1930 | 2024-04-03T07:36:09.197Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1931 | 2024-04-03T07:36:09.706Z | Compiling portable-atomic v1.4.3 |
1932 | 2024-04-03T07:36:09.706Z | Compiling structopt v0.3.26 |
1933 | 2024-04-03T07:36:09.706Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1934 | 2024-04-03T07:36:09.706Z | Compiling xattr v1.0.1 |
1935 | 2024-04-03T07:36:09.706Z | Compiling filetime v0.2.23 |
1936 | 2024-04-03T07:36:09.711Z | Compiling memmap2 v0.7.1 |
1937 | 2024-04-03T07:36:10.034Z | Compiling arrayref v0.3.7 |
1938 | 2024-04-03T07:36:10.142Z | Compiling constant_time_eq v0.3.0 |
1939 | 2024-04-03T07:36:10.258Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1940 | 2024-04-03T07:36:10.314Z | Compiling same-file v1.0.6 |
1941 | 2024-04-03T07:36:10.418Z | Compiling arrayvec v0.7.4 |
1942 | 2024-04-03T07:36:10.500Z | Compiling walkdir v2.4.0 |
1943 | 2024-04-03T07:36:10.551Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1944 | 2024-04-03T07:36:10.601Z | Compiling tar v0.4.40 |
1945 | 2024-04-03T07:36:12.189Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1946 | 2024-04-03T07:36:12.849Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1947 | 2024-04-03T07:36:13.531Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1948 | 2024-04-03T07:36:15.384Z | Compiling gethostname v0.4.3 |
1949 | 2024-04-03T07:36:15.670Z | Compiling topological-sort v0.2.2 |
1950 | 2024-04-03T07:36:15.698Z | Compiling number_prefix v0.4.0 |
1951 | 2024-04-03T07:36:15.883Z | Compiling omicron-zone-package v0.11.0 |
1952 | 2024-04-03T07:36:15.929Z | Compiling swrite v0.1.0 |
1953 | 2024-04-03T07:36:16.008Z | Compiling indicatif v0.17.8 |
1954 | 2024-04-03T07:36:22.322Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1955 | 2024-04-03T07:36:25.662Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1956 | 2024-04-03T07:36:27.260Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1957 | 2024-04-03T07:36:29.948Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1958 | 2024-04-03T07:36:45.940Z | Finished release [optimized] target(s) in 5m 44s |
1959 | 2024-04-03T07:36:46.204Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1960 | 2024-04-03T07:36:46.283Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1961 | 2024-04-03T07:36:46.707Z | Created new build target 'test' and set it as active |
1962 | 2024-04-03T07:36:46.707Z | |
1963 | 2024-04-03T07:36:46.707Z | real 5:45.315364621 |
1964 | 2024-04-03T07:36:46.707Z | user 32:29.690542374 |
1965 | 2024-04-03T07:36:46.707Z | sys 3:53.663910943 |
1966 | 2024-04-03T07:36:46.708Z | trap 0.925659283 |
1967 | 2024-04-03T07:36:46.708Z | tflt 7.558504399 |
1968 | 2024-04-03T07:36:46.708Z | dflt 6.389905777 |
1969 | 2024-04-03T07:36:46.708Z | kflt 0.155066829 |
1970 | 2024-04-03T07:36:46.708Z | lock 1:08:48.671134912 |
1971 | 2024-04-03T07:36:46.708Z | slp 1:32:57.450854233 |
1972 | 2024-04-03T07:36:46.708Z | lat 2:05.414480860 |
1973 | 2024-04-03T07:36:46.708Z | stop 3:36.469441849 |
1974 | 2024-04-03T07:36:46.708Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1975 | 2024-04-03T07:36:47.055Z | Finished release [optimized] target(s) in 0.75s |
1976 | 2024-04-03T07:36:47.075Z | Running `target/release/omicron-package -t test package` |
1977 | 2024-04-03T07:36:47.103Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1978 | 2024-04-03T07:36:47.951Z | Compiling base64 v0.22.0 |
1979 | 2024-04-03T07:36:47.951Z | Compiling newline-converter v0.3.0 |
1980 | 2024-04-03T07:36:47.952Z | Compiling usdt-macro v0.5.0 |
1981 | 2024-04-03T07:36:48.032Z | Compiling usdt-attr-macro v0.5.0 |
1982 | 2024-04-03T07:36:48.032Z | Compiling memmap v0.7.0 |
1983 | 2024-04-03T07:36:48.062Z | Compiling humantime v2.1.0 |
1984 | 2024-04-03T07:36:48.062Z | Compiling linked-hash-map v0.5.6 |
1985 | 2024-04-03T07:36:48.063Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1986 | 2024-04-03T07:36:48.160Z | Compiling expectorate v1.1.0 |
1987 | 2024-04-03T07:36:48.296Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1988 | 2024-04-03T07:36:48.324Z | Compiling password-hash v0.5.0 |
1989 | 2024-04-03T07:36:48.413Z | Compiling lru-cache v0.1.2 |
1990 | 2024-04-03T07:36:48.416Z | Compiling blake2 v0.10.6 |
1991 | 2024-04-03T07:36:48.625Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1992 | 2024-04-03T07:36:48.844Z | Compiling argon2 v0.5.3 |
1993 | 2024-04-03T07:36:49.121Z | Compiling semver v0.1.20 |
1994 | 2024-04-03T07:36:49.252Z | Compiling bytecount v0.6.3 |
1995 | 2024-04-03T07:36:49.379Z | Compiling usdt v0.5.0 |
1996 | 2024-04-03T07:36:49.562Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1997 | 2024-04-03T07:36:49.654Z | Compiling rustc_version v0.1.7 |
1998 | 2024-04-03T07:36:49.743Z | Compiling papergrid v0.11.0 |
1999 | 2024-04-03T07:36:50.041Z | Compiling newtype_derive v0.1.6 |
2000 | 2024-04-03T07:36:50.150Z | Compiling tabled_derive v0.7.0 |
2001 | 2024-04-03T07:36:50.549Z | Compiling quick-error v1.2.3 |
2002 | 2024-04-03T07:36:50.599Z | Compiling steno v0.4.0 |
2003 | 2024-04-03T07:36:50.687Z | Compiling resolv-conf v0.7.0 |
2004 | 2024-04-03T07:36:50.954Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2005 | 2024-04-03T07:36:51.596Z | Compiling derive-where v1.2.7 |
2006 | 2024-04-03T07:36:52.364Z | Compiling num-rational v0.4.1 |
2007 | 2024-04-03T07:36:52.449Z | Compiling tabled v0.15.0 |
2008 | 2024-04-03T07:36:52.649Z | Compiling slog-dtrace v0.3.0 |
2009 | 2024-04-03T07:36:52.922Z | Compiling termcolor v1.2.0 |
2010 | 2024-04-03T07:36:54.246Z | Compiling trust-dns-resolver v0.22.0 |
2011 | 2024-04-03T07:36:54.451Z | Compiling itertools v0.12.1 |
2012 | 2024-04-03T07:36:54.794Z | Compiling utf-8 v0.7.6 |
2013 | 2024-04-03T07:36:58.172Z | Compiling num-complex v0.4.4 |
2014 | 2024-04-03T07:36:59.278Z | Compiling num v0.4.1 |
2015 | 2024-04-03T07:36:59.379Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2016 | 2024-04-03T07:36:59.493Z | Compiling nibble_vec v0.1.0 |
2017 | 2024-04-03T07:37:00.423Z | Compiling radium v0.7.0 |
2018 | 2024-04-03T07:37:00.424Z | Compiling endian-type v0.1.2 |
2019 | 2024-04-03T07:37:00.424Z | Compiling radix_trie v0.2.1 |
2020 | 2024-04-03T07:37:00.424Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2021 | 2024-04-03T07:37:01.313Z | Compiling tungstenite v0.20.1 |
2022 | 2024-04-03T07:37:03.828Z | Compiling tap v1.0.1 |
2023 | 2024-04-03T07:37:04.028Z | Compiling maybe-uninit v2.0.0 |
2024 | 2024-04-03T07:37:04.517Z | Compiling wyz v0.5.1 |
2025 | 2024-04-03T07:37:04.681Z | Compiling tokio-tungstenite v0.20.1 |
2026 | 2024-04-03T07:37:05.637Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2027 | 2024-04-03T07:37:05.651Z | Compiling arc-swap v1.6.0 |
2028 | 2024-04-03T07:37:06.293Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2029 | 2024-04-03T07:37:06.703Z | Compiling packed_struct v0.10.1 |
2030 | 2024-04-03T07:37:07.086Z | Compiling crc-catalog v2.2.0 |
2031 | 2024-04-03T07:37:07.223Z | Compiling num-bigint-dig v0.8.4 |
2032 | 2024-04-03T07:37:07.492Z | Compiling funty v2.0.0 |
2033 | 2024-04-03T07:37:10.040Z | Compiling cancel-safe-futures v0.1.5 |
2034 | 2024-04-03T07:37:10.368Z | Compiling display-error-chain v0.2.0 |
2035 | 2024-04-03T07:37:10.572Z | Compiling bitvec v1.0.1 |
2036 | 2024-04-03T07:37:11.010Z | Compiling crc v3.0.1 |
2037 | 2024-04-03T07:37:11.783Z | Compiling slog-scope v4.4.0 |
2038 | 2024-04-03T07:37:12.805Z | Compiling fxhash v0.2.1 |
2039 | 2024-04-03T07:37:13.018Z | Compiling packed_struct_codegen v0.10.1 |
2040 | 2024-04-03T07:37:14.505Z | Compiling indexmap v1.9.3 |
2041 | 2024-04-03T07:37:14.727Z | Compiling nodrop v0.1.14 |
2042 | 2024-04-03T07:37:14.817Z | Compiling array-init v0.0.4 |
2043 | 2024-04-03T07:37:15.255Z | Compiling smallvec v0.6.14 |
2044 | 2024-04-03T07:37:15.296Z | Compiling slog-stdlog v4.1.1 |
2045 | 2024-04-03T07:37:16.247Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2046 | 2024-04-03T07:37:16.686Z | Compiling rayon-core v1.12.1 |
2047 | 2024-04-03T07:37:16.704Z | Compiling pkcs1 v0.7.5 |
2048 | 2024-04-03T07:37:17.571Z | Compiling is-terminal v0.4.9 |
2049 | 2024-04-03T07:37:17.701Z | Compiling signature v2.1.0 |
2050 | 2024-04-03T07:37:17.939Z | Compiling crossbeam-deque v0.8.3 |
2051 | 2024-04-03T07:37:18.289Z | Compiling dirs-sys-next v0.1.2 |
2052 | 2024-04-03T07:37:18.788Z | Compiling half v2.3.1 |
2053 | 2024-04-03T07:37:19.474Z | Compiling fastrand v2.0.1 |
2054 | 2024-04-03T07:37:19.943Z | Compiling glob v0.3.1 |
2055 | 2024-04-03T07:37:20.368Z | Compiling bitfield v0.14.0 |
2056 | 2024-04-03T07:37:20.369Z | Compiling same-file v1.0.6 |
2057 | 2024-04-03T07:37:20.473Z | Compiling crunchy v0.2.2 |
2058 | 2024-04-03T07:37:21.144Z | Compiling ciborium-io v0.2.2 |
2059 | 2024-04-03T07:37:21.155Z | Compiling hashbrown v0.12.3 |
2060 | 2024-04-03T07:37:21.155Z | Compiling ciborium-ll v0.2.2 |
2061 | 2024-04-03T07:37:21.155Z | Compiling clang-sys v1.6.1 |
2062 | 2024-04-03T07:37:21.308Z | Compiling walkdir v2.4.0 |
2063 | 2024-04-03T07:37:21.544Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2064 | 2024-04-03T07:37:21.905Z | Compiling tempfile v3.10.0 |
2065 | 2024-04-03T07:37:22.662Z | Compiling rsa v0.9.2 |
2066 | 2024-04-03T07:37:23.220Z | Compiling dirs-next v2.0.0 |
2067 | 2024-04-03T07:37:25.074Z | Compiling env_logger v0.10.0 |
2068 | 2024-04-03T07:37:25.787Z | Compiling serde-hex v0.1.0 |
2069 | 2024-04-03T07:37:27.992Z | Compiling slog-envlogger v2.2.0 |
2070 | 2024-04-03T07:37:28.115Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2071 | 2024-04-03T07:37:28.647Z | Compiling camino v1.1.6 |
2072 | 2024-04-03T07:37:28.647Z | Compiling x509-cert v0.2.4 |
2073 | 2024-04-03T07:37:28.983Z | Compiling ron v0.8.1 |
2074 | 2024-04-03T07:37:30.749Z | Compiling hashbrown v0.13.2 |
2075 | 2024-04-03T07:37:30.962Z | Compiling semver-parser v0.10.2 |
2076 | 2024-04-03T07:37:32.026Z | Compiling unicase v2.7.0 |
2077 | 2024-04-03T07:37:32.332Z | Compiling prettyplease v0.2.16 |
2078 | 2024-04-03T07:37:32.612Z | Compiling tiny-keccak v2.0.2 |
2079 | 2024-04-03T07:37:32.751Z | Compiling crc-any v2.4.3 |
2080 | 2024-04-03T07:37:33.363Z | Compiling blake3 v1.5.0 |
2081 | 2024-04-03T07:37:33.363Z | Compiling object v0.30.4 |
2082 | 2024-04-03T07:37:33.718Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2083 | 2024-04-03T07:37:35.098Z | Compiling semver v0.11.0 |
2084 | 2024-04-03T07:37:36.218Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2085 | 2024-04-03T07:37:38.535Z | Compiling rayon v1.9.0 |
2086 | 2024-04-03T07:37:38.566Z | Compiling term v0.7.0 |
2087 | 2024-04-03T07:37:39.797Z | Compiling ciborium v0.2.2 |
2088 | 2024-04-03T07:37:41.083Z | Compiling darling_core v0.14.4 |
2089 | 2024-04-03T07:37:41.995Z | Compiling memmap2 v0.7.1 |
2090 | 2024-04-03T07:37:42.371Z | Compiling filetime v0.2.23 |
2091 | 2024-04-03T07:37:42.657Z | Compiling xattr v1.0.1 |
2092 | 2024-04-03T07:37:43.241Z | Compiling arrayref v0.3.7 |
2093 | 2024-04-03T07:37:43.242Z | Compiling arrayvec v0.7.4 |
2094 | 2024-04-03T07:37:43.328Z | Compiling constant_time_eq v0.3.0 |
2095 | 2024-04-03T07:37:43.369Z | Compiling path-slash v0.1.5 |
2096 | 2024-04-03T07:37:43.457Z | Compiling home v0.5.5 |
2097 | 2024-04-03T07:37:43.561Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2098 | 2024-04-03T07:37:43.695Z | Compiling toolchain_find v0.2.0 |
2099 | 2024-04-03T07:37:45.653Z | Compiling tar v0.4.40 |
2100 | 2024-04-03T07:37:46.151Z | Compiling darling_macro v0.14.4 |
2101 | 2024-04-03T07:37:47.076Z | Compiling ascii-canvas v3.0.0 |
2102 | 2024-04-03T07:37:47.420Z | Compiling camino-tempfile v1.1.1 |
2103 | 2024-04-03T07:37:47.432Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2104 | 2024-04-03T07:37:47.643Z | Compiling libsw v3.3.1 |
2105 | 2024-04-03T07:37:47.837Z | Compiling toml v0.5.11 |
2106 | 2024-04-03T07:37:47.850Z | Compiling ena v0.14.2 |
2107 | 2024-04-03T07:37:47.969Z | Compiling libloading v0.7.4 |
2108 | 2024-04-03T07:37:48.241Z | Compiling convert_case v0.4.0 |
2109 | 2024-04-03T07:37:48.322Z | Compiling diff v0.1.13 |
2110 | 2024-04-03T07:37:48.868Z | Compiling parking_lot_core v0.8.6 |
2111 | 2024-04-03T07:37:49.021Z | Compiling linear-map v1.2.0 |
2112 | 2024-04-03T07:37:49.689Z | Compiling topological-sort v0.2.2 |
2113 | 2024-04-03T07:37:49.716Z | Compiling regex-syntax v0.6.29 |
2114 | 2024-04-03T07:37:49.716Z | Compiling owo-colors v4.0.0 |
2115 | 2024-04-03T07:37:51.057Z | Compiling bindgen v0.69.2 |
2116 | 2024-04-03T07:37:51.472Z | Compiling rustfmt-wrapper v0.2.0 |
2117 | 2024-04-03T07:37:52.023Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2118 | 2024-04-03T07:37:52.088Z | Compiling omicron-zone-package v0.11.0 |
2119 | 2024-04-03T07:37:52.288Z | Compiling derive_more v0.99.17 |
2120 | 2024-04-03T07:37:54.857Z | Compiling lalrpop v0.19.12 |
2121 | 2024-04-03T07:37:55.599Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2122 | 2024-04-03T07:37:55.699Z | Compiling darling v0.14.4 |
2123 | 2024-04-03T07:37:57.604Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2124 | 2024-04-03T07:37:58.881Z | Compiling toml v0.8.12 |
2125 | 2024-04-03T07:37:59.628Z | Compiling cexpr v0.6.0 |
2126 | 2024-04-03T07:37:59.761Z | Compiling which v4.4.0 |
2127 | 2024-04-03T07:37:59.906Z | Compiling rustc-hash v1.1.0 |
2128 | 2024-04-03T07:38:00.042Z | Compiling shlex v1.3.0 |
2129 | 2024-04-03T07:38:00.285Z | Compiling peeking_take_while v0.1.2 |
2130 | 2024-04-03T07:38:00.403Z | Compiling lazycell v1.3.0 |
2131 | 2024-04-03T07:38:00.413Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2132 | 2024-04-03T07:38:01.386Z | Compiling derive_builder_core v0.12.0 |
2133 | 2024-04-03T07:38:02.487Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2134 | 2024-04-03T07:38:03.130Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2135 | 2024-04-03T07:38:03.321Z | Compiling headers-core v0.2.0 |
2136 | 2024-04-03T07:38:03.346Z | Compiling pem v3.0.2 |
2137 | 2024-04-03T07:38:03.459Z | Compiling libxml v0.3.3 |
2138 | 2024-04-03T07:38:03.480Z | Compiling async-recursion v1.0.5 |
2139 | 2024-04-03T07:38:03.934Z | Compiling platforms v3.0.2 |
2140 | 2024-04-03T07:38:03.938Z | Compiling ref-cast v1.0.20 |
2141 | 2024-04-03T07:38:03.938Z | Compiling heck v0.5.0 |
2142 | 2024-04-03T07:38:04.303Z | Compiling derive_builder_macro v0.12.0 |
2143 | 2024-04-03T07:38:04.314Z | Compiling headers v0.3.9 |
2144 | 2024-04-03T07:38:04.443Z | Compiling parking_lot v0.11.2 |
2145 | 2024-04-03T07:38:04.923Z | Compiling mime_guess v2.0.4 |
2146 | 2024-04-03T07:38:05.057Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2147 | 2024-04-03T07:38:06.235Z | Compiling trust-dns-client v0.22.0 |
2148 | 2024-04-03T07:38:06.915Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2149 | 2024-04-03T07:38:07.200Z | Compiling strum_macros v0.24.3 |
2150 | 2024-04-03T07:38:10.593Z | Compiling ref-cast-impl v1.0.20 |
2151 | 2024-04-03T07:38:11.631Z | Compiling vte_generate_state_changes v0.1.1 |
2152 | 2024-04-03T07:38:11.703Z | Compiling cookie v0.18.0 |
2153 | 2024-04-03T07:38:11.979Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2154 | 2024-04-03T07:38:12.202Z | Compiling buf-list v1.0.3 |
2155 | 2024-04-03T07:38:12.273Z | Compiling doc-comment v0.3.3 |
2156 | 2024-04-03T07:38:12.684Z | Compiling indoc v1.0.9 |
2157 | 2024-04-03T07:38:12.922Z | Compiling vte v0.11.1 |
2158 | 2024-04-03T07:38:13.801Z | Compiling trust-dns-server v0.22.1 |
2159 | 2024-04-03T07:38:14.873Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2160 | 2024-04-03T07:38:15.396Z | Compiling derive_builder v0.12.0 |
2161 | 2024-04-03T07:38:15.629Z | Compiling sled v0.34.7 |
2162 | 2024-04-03T07:38:18.672Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2163 | 2024-04-03T07:38:21.370Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2164 | 2024-04-03T07:38:21.633Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2165 | 2024-04-03T07:38:21.985Z | Compiling bb8 v0.8.3 |
2166 | 2024-04-03T07:38:22.192Z | Compiling polar-core v0.27.0 |
2167 | 2024-04-03T07:38:22.492Z | Compiling const_format_proc_macros v0.2.32 |
2168 | 2024-04-03T07:38:22.784Z | Compiling quick-xml v0.30.0 |
2169 | 2024-04-03T07:38:24.388Z | Compiling pin-project-internal v1.1.3 |
2170 | 2024-04-03T07:38:27.748Z | Compiling oso-derive v0.27.0 |
2171 | 2024-04-03T07:38:27.814Z | Compiling impl-trait-for-tuples v0.2.2 |
2172 | 2024-04-03T07:38:27.920Z | Compiling memoffset v0.7.1 |
2173 | 2024-04-03T07:38:28.219Z | Compiling maplit v1.0.2 |
2174 | 2024-04-03T07:38:28.456Z | Compiling pin-project v1.1.3 |
2175 | 2024-04-03T07:38:28.580Z | Compiling const_format v0.2.32 |
2176 | 2024-04-03T07:38:29.822Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2177 | 2024-04-03T07:38:36.446Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2178 | 2024-04-03T07:38:37.089Z | Compiling curve25519-dalek v4.1.1 |
2179 | 2024-04-03T07:38:39.096Z | Compiling strip-ansi-escapes v0.2.0 |
2180 | 2024-04-03T07:38:43.853Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2181 | 2024-04-03T07:38:45.346Z | Compiling oso v0.27.0 |
2182 | 2024-04-03T07:38:51.378Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
2183 | 2024-04-03T07:38:53.976Z | Compiling fd-lock v3.0.13 |
2184 | 2024-04-03T07:38:54.195Z | Compiling kstat-rs v0.2.3 |
2185 | 2024-04-03T07:38:55.116Z | Compiling snafu-derive v0.7.5 |
2186 | 2024-04-03T07:38:56.433Z | Compiling fs-err v2.11.0 |
2187 | 2024-04-03T07:38:56.726Z | Compiling strum v0.25.0 |
2188 | 2024-04-03T07:38:56.901Z | Compiling nu-ansi-term v0.50.0 |
2189 | 2024-04-03T07:38:58.165Z | Compiling keccak v0.1.4 |
2190 | 2024-04-03T07:38:59.098Z | Compiling sha3 v0.10.8 |
2191 | 2024-04-03T07:39:00.032Z | Compiling reedline v0.30.0 |
2192 | 2024-04-03T07:39:00.120Z | Compiling snafu v0.7.5 |
2193 | 2024-04-03T07:39:01.741Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2194 | 2024-04-03T07:39:02.679Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2195 | 2024-04-03T07:39:04.667Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2196 | 2024-04-03T07:39:09.119Z | Compiling env_logger v0.9.3 |
2197 | 2024-04-03T07:39:13.874Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2198 | 2024-04-03T07:39:17.223Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2199 | 2024-04-03T07:39:17.700Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2200 | 2024-04-03T07:39:17.814Z | Compiling globset v0.4.13 |
2201 | 2024-04-03T07:39:19.266Z | Compiling fd-lock v4.0.2 |
2202 | 2024-04-03T07:39:19.495Z | Compiling peg-macros v0.8.2 |
2203 | 2024-04-03T07:39:30.090Z | Compiling olpc-cjson v0.1.3 |
2204 | 2024-04-03T07:39:30.776Z | Compiling universal-hash v0.5.1 |
2205 | 2024-04-03T07:39:30.777Z | Compiling nix v0.27.1 |
2206 | 2024-04-03T07:39:30.777Z | Compiling secrecy v0.8.0 |
2207 | 2024-04-03T07:39:30.777Z | Compiling serde_plain v1.0.2 |
2208 | 2024-04-03T07:39:30.777Z | Compiling curve25519-dalek-derive v0.1.0 |
2209 | 2024-04-03T07:39:30.777Z | Compiling nanorand v0.7.0 |
2210 | 2024-04-03T07:39:30.777Z | Compiling bitstruct_derive v0.1.0 |
2211 | 2024-04-03T07:39:30.777Z | Compiling thiserror-impl-no-std v2.0.2 |
2212 | 2024-04-03T07:39:30.777Z | Compiling sqlparser_derive v0.2.2 |
2213 | 2024-04-03T07:39:30.777Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2214 | 2024-04-03T07:39:30.777Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2215 | 2024-04-03T07:39:30.777Z | Compiling typed-path v0.7.0 |
2216 | 2024-04-03T07:39:30.777Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2217 | 2024-04-03T07:39:30.777Z | Compiling opaque-debug v0.3.0 |
2218 | 2024-04-03T07:39:30.777Z | Compiling signature v1.6.4 |
2219 | 2024-04-03T07:39:30.777Z | Compiling ascii v1.1.0 |
2220 | 2024-04-03T07:39:30.778Z | Compiling unicode_categories v0.1.1 |
2221 | 2024-04-03T07:39:30.778Z | Compiling salty v0.2.0 |
2222 | 2024-04-03T07:39:30.778Z | Compiling sqlformat v0.2.3 |
2223 | 2024-04-03T07:39:30.778Z | Compiling thiserror-no-std v2.0.2 |
2224 | 2024-04-03T07:39:30.778Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2225 | 2024-04-03T07:39:30.778Z | Compiling rustyline v13.0.0 |
2226 | 2024-04-03T07:39:30.778Z | Compiling tough v0.16.0 |
2227 | 2024-04-03T07:39:30.778Z | Compiling ed25519 v1.5.3 |
2228 | 2024-04-03T07:39:30.778Z | Compiling poly1305 v0.8.0 |
2229 | 2024-04-03T07:39:31.998Z | Compiling sqlparser v0.43.1 |
2230 | 2024-04-03T07:39:32.695Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2231 | 2024-04-03T07:39:32.958Z | Compiling bitstruct v0.1.1 |
2232 | 2024-04-03T07:39:35.678Z | Compiling flume v0.11.0 |
2233 | 2024-04-03T07:39:36.424Z | Compiling peg v0.8.2 |
2234 | 2024-04-03T07:39:36.498Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2235 | 2024-04-03T07:39:40.456Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2236 | 2024-04-03T07:39:40.611Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2237 | 2024-04-03T07:39:46.267Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2238 | 2024-04-03T07:39:48.058Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2239 | 2024-04-03T07:39:48.382Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2240 | 2024-04-03T07:39:48.643Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2241 | 2024-04-03T07:39:49.797Z | Compiling chacha20 v0.9.1 |
2242 | 2024-04-03T07:39:50.249Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2243 | 2024-04-03T07:39:52.487Z | Compiling aead v0.5.2 |
2244 | 2024-04-03T07:39:52.607Z | Compiling bcs v0.1.6 |
2245 | 2024-04-03T07:39:52.810Z | Compiling serde_arrays v0.1.0 |
2246 | 2024-04-03T07:39:52.979Z | Compiling erased-serde v0.3.31 |
2247 | 2024-04-03T07:39:53.552Z | Compiling serde-big-array v0.5.1 |
2248 | 2024-04-03T07:39:53.791Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2249 | 2024-04-03T07:39:54.614Z | Compiling highway v1.1.0 |
2250 | 2024-04-03T07:39:54.679Z | Compiling parse-size v1.0.0 |
2251 | 2024-04-03T07:39:54.962Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2252 | 2024-04-03T07:39:56.037Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2253 | 2024-04-03T07:39:58.312Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2254 | 2024-04-03T07:39:58.808Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2255 | 2024-04-03T07:40:06.684Z | Compiling chacha20poly1305 v0.10.1 |
2256 | 2024-04-03T07:40:06.910Z | Compiling vsss-rs v3.3.4 |
2257 | 2024-04-03T07:40:16.186Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2258 | 2024-04-03T07:40:16.904Z | Compiling signal-hook-tokio v0.3.1 |
2259 | 2024-04-03T07:40:17.091Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2260 | 2024-04-03T07:40:19.370Z | Compiling castaway v0.2.2 |
2261 | 2024-04-03T07:40:19.556Z | Compiling rand_seeder v0.2.3 |
2262 | 2024-04-03T07:40:19.950Z | Compiling serde-big-array v0.4.1 |
2263 | 2024-04-03T07:40:20.088Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2264 | 2024-04-03T07:40:20.373Z | Compiling http-range v0.1.5 |
2265 | 2024-04-03T07:40:20.918Z | Compiling hyper-staticfile v0.9.5 |
2266 | 2024-04-03T07:40:22.174Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2267 | 2024-04-03T07:40:24.290Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2268 | 2024-04-03T07:40:24.294Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2269 | 2024-04-03T07:40:24.427Z | Compiling compact_str v0.7.1 |
2270 | 2024-04-03T07:40:25.296Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2271 | 2024-04-03T07:40:26.024Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2272 | 2024-04-03T07:40:33.458Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2273 | 2024-04-03T07:40:34.074Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2274 | 2024-04-03T07:40:40.858Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2275 | 2024-04-03T07:40:42.304Z | Compiling zone_cfg_derive v0.1.2 |
2276 | 2024-04-03T07:40:43.677Z | Compiling tungstenite v0.21.0 |
2277 | 2024-04-03T07:40:48.651Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2278 | 2024-04-03T07:40:48.651Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2279 | 2024-04-03T07:40:48.651Z | Compiling lru v0.12.1 |
2280 | 2024-04-03T07:40:48.834Z | Compiling stability v0.1.1 |
2281 | 2024-04-03T07:40:49.065Z | Compiling indoc v2.0.3 |
2282 | 2024-04-03T07:40:49.731Z | Compiling cassowary v0.3.0 |
2283 | 2024-04-03T07:40:49.850Z | Compiling corncobs v0.1.3 |
2284 | 2024-04-03T07:40:50.176Z | Compiling base64 v0.13.1 |
2285 | 2024-04-03T07:40:50.211Z | Compiling ratatui v0.26.1 |
2286 | 2024-04-03T07:40:50.959Z | Compiling ron v0.7.1 |
2287 | 2024-04-03T07:40:54.017Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2288 | 2024-04-03T07:40:54.827Z | Compiling tokio-tungstenite v0.21.0 |
2289 | 2024-04-03T07:40:55.392Z | Compiling zone v0.1.8 |
2290 | 2024-04-03T07:40:56.662Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2291 | 2024-04-03T07:40:59.009Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2292 | 2024-04-03T07:40:59.662Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2293 | 2024-04-03T07:41:07.787Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2294 | 2024-04-03T07:41:20.838Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2295 | 2024-04-03T07:41:21.145Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2296 | 2024-04-03T07:41:22.096Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2297 | 2024-04-03T07:41:24.023Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2298 | 2024-04-03T07:41:24.298Z | Compiling portpicker v0.1.1 |
2299 | 2024-04-03T07:41:24.858Z | Compiling unicode-linebreak v0.1.5 |
2300 | 2024-04-03T07:41:25.391Z | Compiling smawk v0.3.1 |
2301 | 2024-04-03T07:41:25.658Z | Compiling textwrap v0.16.1 |
2302 | 2024-04-03T07:41:29.578Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2303 | 2024-04-03T07:41:30.458Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2304 | 2024-04-03T07:41:32.214Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2305 | 2024-04-03T07:41:40.834Z | Compiling rcgen v0.12.1 |
2306 | 2024-04-03T07:41:41.622Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2307 | 2024-04-03T07:41:42.063Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
2308 | 2024-04-03T07:41:44.816Z | Compiling atomicwrites v0.4.3 |
2309 | 2024-04-03T07:41:45.349Z | Compiling fatfs v0.3.6 |
2310 | 2024-04-03T07:41:45.944Z | Compiling rtoolbox v0.0.1 |
2311 | 2024-04-03T07:41:46.544Z | Compiling subprocess v0.2.9 |
2312 | 2024-04-03T07:41:46.577Z | Compiling assert_matches v1.5.0 |
2313 | 2024-04-03T07:41:46.577Z | Compiling is_ci v1.2.0 |
2314 | 2024-04-03T07:41:48.332Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2315 | 2024-04-03T07:41:48.567Z | Compiling supports-color v3.0.0 |
2316 | 2024-04-03T07:41:49.252Z | Compiling rpassword v7.3.1 |
2317 | 2024-04-03T07:41:49.681Z | Compiling tui-tree-widget v0.19.0 |
2318 | 2024-04-03T07:41:50.040Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2319 | 2024-04-03T07:41:51.509Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2320 | 2024-04-03T07:41:51.814Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2321 | 2024-04-03T07:41:52.097Z | Compiling csv-core v0.1.11 |
2322 | 2024-04-03T07:41:53.239Z | Compiling shell-words v1.1.0 |
2323 | 2024-04-03T07:41:53.453Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2324 | 2024-04-03T07:41:55.372Z | Compiling csv v1.3.0 |
2325 | 2024-04-03T07:41:56.694Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2326 | 2024-04-03T07:41:57.527Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2327 | 2024-04-03T07:42:08.362Z | Compiling multimap v0.10.0 |
2328 | 2024-04-03T07:44:12.489Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2329 | 2024-04-03T07:44:35.676Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2330 | 2024-04-03T07:44:40.426Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2331 | 2024-04-03T07:50:43.021Z | Finished release [optimized] target(s) in 13m 55s |
2332 | 2024-04-03T07:52:01.664Z | |
2333 | 2024-04-03T07:52:01.667Z | real 15:15.311239329 |
2334 | 2024-04-03T07:52:01.667Z | user 1:43:42.406201757 |
2335 | 2024-04-03T07:52:01.668Z | sys 4:32.496069563 |
2336 | 2024-04-03T07:52:01.668Z | trap 2.355309122 |
2337 | 2024-04-03T07:52:01.668Z | tflt 2.151267673 |
2338 | 2024-04-03T07:52:01.668Z | dflt 2.969777980 |
2339 | 2024-04-03T07:52:01.668Z | kflt 0.017995186 |
2340 | 2024-04-03T07:52:01.668Z | lock 6:51:30.812542553 |
2341 | 2024-04-03T07:52:01.668Z | slp 4:07:59.963456842 |
2342 | 2024-04-03T07:52:01.668Z | lat 2:26.042401197 |
2343 | 2024-04-03T07:52:01.668Z | stop 1:01.819104971 |
2344 | 2024-04-03T07:52:01.668Z | + 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/*) |
2345 | 2024-04-03T07:52:01.668Z | + pfexec mkdir -p /work |
2346 | 2024-04-03T07:52:01.672Z | + pfexec chown build /work |
2347 | 2024-04-03T07:52:01.672Z | + 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 |
2348 | 2024-04-03T07:52:11.509Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2349 | 2024-04-03T07:52:11.509Z | a out/mg-ddm-gz.tar 73905K |
2350 | 2024-04-03T07:52:11.509Z | a out/omicron-sled-agent.tar 112927K |
2351 | 2024-04-03T07:52:11.510Z | a out/oxlog.tar 6114K |
2352 | 2024-04-03T07:52:11.510Z | a out/target/test 1K |
2353 | 2024-04-03T07:52:11.510Z | a out/npuzone/npuzone 36313K |
2354 | 2024-04-03T07:52:11.510Z | a package-manifest.toml 26K |
2355 | 2024-04-03T07:52:11.510Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2356 | 2024-04-03T07:52:11.510Z | a target/release/omicron-package 39334K |
2357 | 2024-04-03T07:52:11.510Z | a tools/create_virtual_hardware.sh 4K |
2358 | 2024-04-03T07:52:11.510Z | a tools/virtual_hardware.sh 4K |
2359 | 2024-04-03T07:52:11.510Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2360 | 2024-04-03T07:52:11.510Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2361 | 2024-04-03T07:52:11.510Z | a tools/scrimlet/softnpu-init.sh 3K |
2362 | 2024-04-03T07:52:11.510Z | a tools/scrimlet/softnpu-zone.txt 1K |
2363 | 2024-04-03T07:52:11.510Z | a tools/scrimlet/softnpu.toml 1K |
2364 | 2024-04-03T07:52:11.517Z | |
2365 | 2024-04-03T07:52:11.517Z | real 9.835021172 |
2366 | 2024-04-03T07:52:11.517Z | user 9.501711599 |
2367 | 2024-04-03T07:52:11.517Z | sys 0.690542911 |
2368 | 2024-04-03T07:52:11.517Z | trap 0.001962037 |
2369 | 2024-04-03T07:52:11.517Z | tflt 0.000000000 |
2370 | 2024-04-03T07:52:11.517Z | dflt 0.000000000 |
2371 | 2024-04-03T07:52:11.518Z | kflt 0.000000000 |
2372 | 2024-04-03T07:52:11.518Z | lock 0.000000000 |
2373 | 2024-04-03T07:52:11.518Z | slp 9.246892468 |
2374 | 2024-04-03T07:52:11.518Z | lat 0.226057951 |
2375 | 2024-04-03T07:52:11.518Z | stop 0.000182164 |
2376 | 2024-04-03T07:52:11.518Z | ++ pwd |
2377 | 2024-04-03T07:52:11.518Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2378 | 2024-04-03T07:52:11.518Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2379 | 2024-04-03T07:52:11.518Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2380 | 2024-04-03T07:52:12.334Z | Finished release [optimized] target(s) in 0.74s |
2381 | 2024-04-03T07:52:12.469Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2382 | 2024-04-03T07:52:12.498Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2383 | 2024-04-03T07:52:12.498Z | Created new build target 'host' and set it as active |
2384 | 2024-04-03T07:52:12.498Z | |
2385 | 2024-04-03T07:52:12.498Z | real 0.842532591 |
2386 | 2024-04-03T07:52:12.498Z | user 0.548215932 |
2387 | 2024-04-03T07:52:12.498Z | sys 0.274671501 |
2388 | 2024-04-03T07:52:12.498Z | trap 0.000041017 |
2389 | 2024-04-03T07:52:12.498Z | tflt 0.000001059 |
2390 | 2024-04-03T07:52:12.498Z | dflt 0.000000000 |
2391 | 2024-04-03T07:52:12.499Z | kflt 0.000000000 |
2392 | 2024-04-03T07:52:12.499Z | lock 0.023305418 |
2393 | 2024-04-03T07:52:12.499Z | slp 0.108946848 |
2394 | 2024-04-03T07:52:12.499Z | lat 0.003662181 |
2395 | 2024-04-03T07:52:12.499Z | stop 0.000265124 |
2396 | 2024-04-03T07:52:12.499Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2397 | 2024-04-03T07:52:13.133Z | Finished release [optimized] target(s) in 0.72s |
2398 | 2024-04-03T07:52:13.152Z | Running `target/release/omicron-package -t host package` |
2399 | 2024-04-03T07:52:13.188Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2400 | 2024-04-03T07:52:13.986Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2401 | 2024-04-03T07:54:39.231Z | Finished release [optimized] target(s) in 2m 25s |
2402 | 2024-04-03T07:55:38.086Z | |
2403 | 2024-04-03T07:55:38.116Z | real 3:25.695073228 |
2404 | 2024-04-03T07:55:38.116Z | user 13:47.298651082 |
2405 | 2024-04-03T07:55:38.116Z | sys 36.364346428 |
2406 | 2024-04-03T07:55:38.116Z | trap 0.236205886 |
2407 | 2024-04-03T07:55:38.116Z | tflt 0.262640243 |
2408 | 2024-04-03T07:55:38.116Z | dflt 10.402534857 |
2409 | 2024-04-03T07:55:38.116Z | kflt 0.799493307 |
2410 | 2024-04-03T07:55:38.117Z | lock 1:32:16.778024159 |
2411 | 2024-04-03T07:55:38.117Z | slp 12:46.148504459 |
2412 | 2024-04-03T07:55:38.117Z | lat 6.956257049 |
2413 | 2024-04-03T07:55:38.117Z | stop 2.287940810 |
2414 | 2024-04-03T07:55:38.117Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2415 | 2024-04-03T07:55:38.117Z | + for package in "$@" |
2416 | 2024-04-03T07:55:38.117Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2417 | 2024-04-03T07:55:38.117Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gite33f57601f4 |
2418 | 2024-04-03T07:55:38.883Z | Finished release [optimized] target(s) in 0.74s |
2419 | 2024-04-03T07:55:38.916Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gite33f57601f4` |
2420 | 2024-04-03T07:55:38.957Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2421 | 2024-04-03T07:55:39.131Z | Created: out/versioned/omicron-sled-agent.tar |
2422 | 2024-04-03T07:55:39.142Z | + for package in "$@" |
2423 | 2024-04-03T07:55:39.142Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2424 | 2024-04-03T07:55:39.142Z | + echo 0.0.0 |
2425 | 2024-04-03T07:55:39.142Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2426 | 2024-04-03T07:55:39.142Z | a VERSION 1K |
2427 | 2024-04-03T07:55:39.142Z | + rm VERSION |
2428 | 2024-04-03T07:55:39.142Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gite33f57601f4 |
2429 | 2024-04-03T07:55:39.910Z | Finished release [optimized] target(s) in 0.73s |
2430 | 2024-04-03T07:55:39.931Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gite33f57601f4` |
2431 | 2024-04-03T07:55:39.963Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2432 | 2024-04-03T07:55:40.111Z | Created: out/versioned/mg-ddm-gz.tar |
2433 | 2024-04-03T07:55:40.148Z | + for package in "$@" |
2434 | 2024-04-03T07:55:40.148Z | + [[ propolis-server == mg-ddm-gz ]] |
2435 | 2024-04-03T07:55:40.148Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gite33f57601f4 |
2436 | 2024-04-03T07:55:40.923Z | Finished release [optimized] target(s) in 0.77s |
2437 | 2024-04-03T07:55:40.947Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gite33f57601f4` |
2438 | 2024-04-03T07:55:40.978Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2439 | 2024-04-03T07:55:42.091Z | Created: out/versioned/propolis-server.tar.gz |
2440 | 2024-04-03T07:55:42.193Z | + for package in "$@" |
2441 | 2024-04-03T07:55:42.193Z | + [[ overlay == mg-ddm-gz ]] |
2442 | 2024-04-03T07:55:42.193Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gite33f57601f4 |
2443 | 2024-04-03T07:55:42.789Z | Finished release [optimized] target(s) in 0.72s |
2444 | 2024-04-03T07:55:42.895Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gite33f57601f4` |
2445 | 2024-04-03T07:55:42.895Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2446 | 2024-04-03T07:55:42.895Z | Created: out/versioned/overlay.tar.gz |
2447 | 2024-04-03T07:55:42.895Z | + for package in "$@" |
2448 | 2024-04-03T07:55:42.895Z | + [[ oxlog == mg-ddm-gz ]] |
2449 | 2024-04-03T07:55:42.895Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gite33f57601f4 |
2450 | 2024-04-03T07:55:43.862Z | Finished release [optimized] target(s) in 0.72s |
2451 | 2024-04-03T07:55:43.981Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gite33f57601f4` |
2452 | 2024-04-03T07:55:43.982Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2453 | 2024-04-03T07:55:43.982Z | Created: out/versioned/oxlog.tar |
2454 | 2024-04-03T07:55:43.982Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2455 | 2024-04-03T07:55:43.982Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2456 | 2024-04-03T07:55:43.982Z | ++ cd -- ./tools |
2457 | 2024-04-03T07:55:43.983Z | ++ pwd |
2458 | 2024-04-03T07:55:43.983Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2459 | 2024-04-03T07:55:43.983Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2460 | 2024-04-03T07:55:43.984Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2461 | 2024-04-03T07:55:43.984Z | ++ readlink -f /work |
2462 | 2024-04-03T07:55:43.984Z | + out_dir=/work |
2463 | 2024-04-03T07:55:43.984Z | + 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") |
2464 | 2024-04-03T07:55:43.985Z | + for dep in "${deps[@]}" |
2465 | 2024-04-03T07:55:43.985Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2466 | 2024-04-03T07:55:43.985Z | + for dep in "${deps[@]}" |
2467 | 2024-04-03T07:55:43.985Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2468 | 2024-04-03T07:55:43.985Z | + for dep in "${deps[@]}" |
2469 | 2024-04-03T07:55:43.986Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2470 | 2024-04-03T07:55:43.986Z | + for dep in "${deps[@]}" |
2471 | 2024-04-03T07:55:43.986Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2472 | 2024-04-03T07:55:43.986Z | + for dep in "${deps[@]}" |
2473 | 2024-04-03T07:55:43.986Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2474 | 2024-04-03T07:55:43.986Z | ++ mktemp -d |
2475 | 2024-04-03T07:55:43.987Z | + tmp_gz=/tmp/tmp._qaG3h |
2476 | 2024-04-03T07:55:43.987Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2477 | 2024-04-03T07:55:43.987Z | + echo '{"v":"1","t":"layer"}' |
2478 | 2024-04-03T07:55:43.987Z | + pkg_dir=/tmp/tmp._qaG3h/root/opt/oxide/sled-agent |
2479 | 2024-04-03T07:55:43.988Z | + mkdir -p /tmp/tmp._qaG3h/root/opt/oxide/sled-agent |
2480 | 2024-04-03T07:55:43.988Z | + cd /tmp/tmp._qaG3h/root/opt/oxide/sled-agent |
2481 | 2024-04-03T07:55:43.988Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2482 | 2024-04-03T07:55:44.187Z | x ., 0 bytes, 0 tape blocks |
2483 | 2024-04-03T07:55:44.187Z | x zone-bundle, 36111008 bytes, 70530 tape blocks |
2484 | 2024-04-03T07:55:44.187Z | x sled-agent, 79509752 bytes, 155293 tape blocks |
2485 | 2024-04-03T07:55:44.187Z | x pkg, 0 bytes, 0 tape blocks |
2486 | 2024-04-03T07:55:44.188Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2487 | 2024-04-03T07:55:44.188Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2488 | 2024-04-03T07:55:44.188Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2489 | 2024-04-03T07:55:44.188Z | x VERSION, 25 bytes, 1 tape blocks |
2490 | 2024-04-03T07:55:44.188Z | + mkdir -p /tmp/tmp._qaG3h/root/lib/svc/manifest/site/ |
2491 | 2024-04-03T07:55:44.188Z | + mv pkg/manifest.xml /tmp/tmp._qaG3h/root/lib/svc/manifest/site/sled-agent.xml |
2492 | 2024-04-03T07:55:44.188Z | + cd - |
2493 | 2024-04-03T07:55:44.188Z | /work/oxidecomputer/omicron |
2494 | 2024-04-03T07:55:44.188Z | + pkg_dir=/tmp/tmp._qaG3h/root/opt/oxide/mg-ddm |
2495 | 2024-04-03T07:55:44.188Z | + mkdir -p /tmp/tmp._qaG3h/root/opt/oxide/mg-ddm |
2496 | 2024-04-03T07:55:44.188Z | + cd /tmp/tmp._qaG3h/root/opt/oxide/mg-ddm |
2497 | 2024-04-03T07:55:44.188Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2498 | 2024-04-03T07:55:44.188Z | x ., 0 bytes, 0 tape blocks |
2499 | 2024-04-03T07:55:44.189Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2500 | 2024-04-03T07:55:44.189Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2501 | 2024-04-03T07:55:44.189Z | x pkg, 0 bytes, 0 tape blocks |
2502 | 2024-04-03T07:55:44.189Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2503 | 2024-04-03T07:55:44.189Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2504 | 2024-04-03T07:55:44.189Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2505 | 2024-04-03T07:55:44.189Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2506 | 2024-04-03T07:55:44.189Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2507 | 2024-04-03T07:55:44.189Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2508 | 2024-04-03T07:55:44.189Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2509 | 2024-04-03T07:55:44.189Z | x VERSION, 25 bytes, 1 tape blocks |
2510 | 2024-04-03T07:55:44.189Z | + cd - |
2511 | 2024-04-03T07:55:44.189Z | /work/oxidecomputer/omicron |
2512 | 2024-04-03T07:55:44.189Z | + pkg_dir=/tmp/tmp._qaG3h/root/opt/oxide/oxlog |
2513 | 2024-04-03T07:55:44.189Z | + mkdir -p /tmp/tmp._qaG3h/root/opt/oxide/oxlog |
2514 | 2024-04-03T07:55:44.189Z | + cd /tmp/tmp._qaG3h/root/opt/oxide/oxlog |
2515 | 2024-04-03T07:55:44.189Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2516 | 2024-04-03T07:55:44.189Z | x ., 0 bytes, 0 tape blocks |
2517 | 2024-04-03T07:55:44.189Z | x oxlog, 6257744 bytes, 12223 tape blocks |
2518 | 2024-04-03T07:55:44.189Z | x VERSION, 25 bytes, 1 tape blocks |
2519 | 2024-04-03T07:55:44.190Z | + cd - |
2520 | 2024-04-03T07:55:44.190Z | /work/oxidecomputer/omicron |
2521 | 2024-04-03T07:55:44.190Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp._qaG3h/root/opt/oxide |
2522 | 2024-04-03T07:55:44.343Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp._qaG3h/root/opt/oxide |
2523 | 2024-04-03T07:55:44.344Z | + cd /tmp/tmp._qaG3h |
2524 | 2024-04-03T07:55:44.344Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2525 | 2024-04-03T07:56:04.192Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2526 | 2024-04-03T07:56:04.512Z | a oxide.json 1K |
2527 | 2024-04-03T07:56:04.513Z | a root/ 0K |
2528 | 2024-04-03T07:56:04.513Z | a root/opt/ 0K |
2529 | 2024-04-03T07:56:04.513Z | a root/opt/oxide/ 0K |
2530 | 2024-04-03T07:56:04.513Z | a root/opt/oxide/sled-agent/ 0K |
2531 | 2024-04-03T07:56:04.513Z | a root/opt/oxide/sled-agent/zone-bundle 35265K |
2532 | 2024-04-03T07:56:04.513Z | a root/opt/oxide/sled-agent/sled-agent 77647K |
2533 | 2024-04-03T07:56:04.513Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2534 | 2024-04-03T07:56:04.513Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2535 | 2024-04-03T07:56:04.513Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2536 | 2024-04-03T07:56:04.513Z | a root/opt/oxide/sled-agent/VERSION 1K |
2537 | 2024-04-03T07:56:04.513Z | a root/opt/oxide/mg-ddm/ 0K |
2538 | 2024-04-03T07:56:04.513Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2539 | 2024-04-03T07:56:04.513Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2540 | 2024-04-03T07:56:04.514Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2541 | 2024-04-03T07:56:04.514Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2542 | 2024-04-03T07:56:04.514Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2543 | 2024-04-03T07:56:04.514Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2544 | 2024-04-03T07:56:04.514Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2545 | 2024-04-03T07:56:04.514Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2546 | 2024-04-03T07:56:04.514Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2547 | 2024-04-03T07:56:04.514Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2548 | 2024-04-03T07:56:04.514Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2549 | 2024-04-03T07:56:04.514Z | a root/opt/oxide/oxlog/ 0K |
2550 | 2024-04-03T07:56:04.514Z | a root/opt/oxide/oxlog/oxlog 6112K |
2551 | 2024-04-03T07:56:04.514Z | a root/opt/oxide/oxlog/VERSION 1K |
2552 | 2024-04-03T07:56:04.514Z | a root/opt/oxide/propolis-server.tar.gz 62568K |
2553 | 2024-04-03T07:56:04.514Z | a root/opt/oxide/overlay.tar.gz 3K |
2554 | 2024-04-03T07:56:04.514Z | a root/lib/ 0K |
2555 | 2024-04-03T07:56:04.514Z | a root/lib/svc/ 0K |
2556 | 2024-04-03T07:56:04.514Z | a root/lib/svc/manifest/ 0K |
2557 | 2024-04-03T07:56:04.514Z | a root/lib/svc/manifest/site/ 0K |
2558 | 2024-04-03T07:56:04.514Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2559 | 2024-04-03T07:56:04.514Z | + cd / |
2560 | 2024-04-03T07:56:04.514Z | + rm -rf /tmp/tmp._qaG3h |
2561 | 2024-04-03T07:56:04.515Z | |
2562 | 2024-04-03T07:56:04.515Z | real 9.021287871 |
2563 | 2024-04-03T07:56:04.515Z | user 8.317642088 |
2564 | 2024-04-03T07:56:04.515Z | sys 0.604676508 |
2565 | 2024-04-03T07:56:04.515Z | trap 0.001300745 |
2566 | 2024-04-03T07:56:04.515Z | tflt 0.000000000 |
2567 | 2024-04-03T07:56:04.515Z | dflt 0.000000000 |
2568 | 2024-04-03T07:56:04.515Z | kflt 0.000000000 |
2569 | 2024-04-03T07:56:04.515Z | lock 0.000000000 |
2570 | 2024-04-03T07:56:04.515Z | slp 17.505413864 |
2571 | 2024-04-03T07:56:04.515Z | lat 0.199912318 |
2572 | 2024-04-03T07:56:04.515Z | stop 0.000206921 |
2573 | 2024-04-03T07:56:04.515Z | + mkdir -p /work/zones |
2574 | 2024-04-03T07:56:04.515Z | + 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) |
2575 | 2024-04-03T07:56:04.515Z | + 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/ |
2576 | 2024-04-03T07:56:04.515Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2577 | 2024-04-03T07:56:04.516Z | Finished release [optimized] target(s) in 0.78s |
2578 | 2024-04-03T07:56:04.516Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2579 | 2024-04-03T07:56:04.516Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2580 | 2024-04-03T07:56:04.516Z | Created new build target 'recovery' and set it as active |
2581 | 2024-04-03T07:56:04.516Z | |
2582 | 2024-04-03T07:56:04.516Z | real 0.891224236 |
2583 | 2024-04-03T07:56:04.516Z | user 0.576730372 |
2584 | 2024-04-03T07:56:04.516Z | sys 0.293389016 |
2585 | 2024-04-03T07:56:04.516Z | trap 0.000629374 |
2586 | 2024-04-03T07:56:04.516Z | tflt 0.000010087 |
2587 | 2024-04-03T07:56:04.516Z | dflt 0.000000000 |
2588 | 2024-04-03T07:56:04.516Z | kflt 0.000000000 |
2589 | 2024-04-03T07:56:04.516Z | lock 0.024140582 |
2590 | 2024-04-03T07:56:04.517Z | slp 0.109660849 |
2591 | 2024-04-03T07:56:04.517Z | lat 0.005111278 |
2592 | 2024-04-03T07:56:04.517Z | stop 0.000260402 |
2593 | 2024-04-03T07:56:04.517Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2594 | 2024-04-03T07:56:04.517Z | Finished release [optimized] target(s) in 0.74s |
2595 | 2024-04-03T07:56:04.517Z | Running `target/release/omicron-package -t recovery package` |
2596 | 2024-04-03T07:56:04.517Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2597 | 2024-04-03T07:56:04.517Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2598 | 2024-04-03T07:56:04.517Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2599 | 2024-04-03T07:56:18.965Z | Finished release [optimized] target(s) in 21.78s |
2600 | 2024-04-03T07:56:42.858Z | |
2601 | 2024-04-03T07:56:43.289Z | real 46.548337482 |
2602 | 2024-04-03T07:56:43.289Z | user 1:37.271560689 |
2603 | 2024-04-03T07:56:43.289Z | sys 6.694694615 |
2604 | 2024-04-03T07:56:43.289Z | trap 0.061973520 |
2605 | 2024-04-03T07:56:43.290Z | tflt 0.023978061 |
2606 | 2024-04-03T07:56:43.290Z | dflt 0.313230400 |
2607 | 2024-04-03T07:56:43.290Z | kflt 0.008345716 |
2608 | 2024-04-03T07:56:43.290Z | lock 13:56.343389439 |
2609 | 2024-04-03T07:56:43.290Z | slp 1:46.139746244 |
2610 | 2024-04-03T07:56:43.290Z | lat 1.379687815 |
2611 | 2024-04-03T07:56:43.290Z | stop 0.555210984 |
2612 | 2024-04-03T07:56:43.291Z | + stamp_packages installinator mg-ddm-gz |
2613 | 2024-04-03T07:56:43.291Z | + for package in "$@" |
2614 | 2024-04-03T07:56:43.291Z | + [[ installinator == mg-ddm-gz ]] |
2615 | 2024-04-03T07:56:43.291Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gite33f57601f4 |
2616 | 2024-04-03T07:56:43.648Z | Finished release [optimized] target(s) in 0.74s |
2617 | 2024-04-03T07:56:43.670Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gite33f57601f4` |
2618 | 2024-04-03T07:56:43.703Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2619 | 2024-04-03T07:56:43.765Z | Created: out/versioned/installinator.tar |
2620 | 2024-04-03T07:56:43.773Z | + for package in "$@" |
2621 | 2024-04-03T07:56:43.773Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2622 | 2024-04-03T07:56:43.773Z | + echo 0.0.0 |
2623 | 2024-04-03T07:56:43.773Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2624 | 2024-04-03T07:56:43.773Z | a VERSION 1K |
2625 | 2024-04-03T07:56:43.773Z | + rm VERSION |
2626 | 2024-04-03T07:56:43.778Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gite33f57601f4 |
2627 | 2024-04-03T07:56:44.550Z | Finished release [optimized] target(s) in 0.72s |
2628 | 2024-04-03T07:56:44.572Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gite33f57601f4` |
2629 | 2024-04-03T07:56:44.592Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2630 | 2024-04-03T07:56:44.737Z | Created: out/versioned/mg-ddm-gz.tar |
2631 | 2024-04-03T07:56:44.743Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2632 | 2024-04-03T07:56:44.744Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2633 | 2024-04-03T07:56:44.744Z | ++ cd -- ./tools |
2634 | 2024-04-03T07:56:44.744Z | ++ pwd |
2635 | 2024-04-03T07:56:44.744Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2636 | 2024-04-03T07:56:44.744Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2637 | 2024-04-03T07:56:44.744Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2638 | 2024-04-03T07:56:44.744Z | ++ readlink -f /work |
2639 | 2024-04-03T07:56:44.744Z | + out_dir=/work |
2640 | 2024-04-03T07:56:44.744Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2641 | 2024-04-03T07:56:44.744Z | + for dep in "${deps[@]}" |
2642 | 2024-04-03T07:56:44.744Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2643 | 2024-04-03T07:56:44.744Z | + for dep in "${deps[@]}" |
2644 | 2024-04-03T07:56:44.744Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2645 | 2024-04-03T07:56:44.744Z | ++ mktemp -d |
2646 | 2024-04-03T07:56:44.744Z | + tmp_trampoline=/tmp/tmp.8iai8h |
2647 | 2024-04-03T07:56:44.744Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2648 | 2024-04-03T07:56:44.744Z | + echo '{"v":"1","t":"layer"}' |
2649 | 2024-04-03T07:56:44.744Z | + pkg_dir=/tmp/tmp.8iai8h/root/opt/oxide/installinator |
2650 | 2024-04-03T07:56:44.744Z | + mkdir -p /tmp/tmp.8iai8h/root/opt/oxide/installinator |
2651 | 2024-04-03T07:56:44.744Z | + cd /tmp/tmp.8iai8h/root/opt/oxide/installinator |
2652 | 2024-04-03T07:56:44.745Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2653 | 2024-04-03T07:56:44.773Z | x ., 0 bytes, 0 tape blocks |
2654 | 2024-04-03T07:56:44.773Z | x installinator, 47298696 bytes, 92381 tape blocks |
2655 | 2024-04-03T07:56:44.773Z | x pkg, 0 bytes, 0 tape blocks |
2656 | 2024-04-03T07:56:44.773Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2657 | 2024-04-03T07:56:44.773Z | x VERSION, 25 bytes, 1 tape blocks |
2658 | 2024-04-03T07:56:44.784Z | + mkdir -p /tmp/tmp.8iai8h/root/lib/svc/manifest/site/ |
2659 | 2024-04-03T07:56:44.784Z | + mv pkg/manifest.xml /tmp/tmp.8iai8h/root/lib/svc/manifest/site/installinator.xml |
2660 | 2024-04-03T07:56:44.784Z | + cd - |
2661 | 2024-04-03T07:56:44.784Z | /work/oxidecomputer/omicron |
2662 | 2024-04-03T07:56:44.784Z | + pkg_dir=/tmp/tmp.8iai8h/root/opt/oxide/mg-ddm |
2663 | 2024-04-03T07:56:44.784Z | + mkdir -p /tmp/tmp.8iai8h/root/opt/oxide/mg-ddm |
2664 | 2024-04-03T07:56:44.784Z | + cd /tmp/tmp.8iai8h/root/opt/oxide/mg-ddm |
2665 | 2024-04-03T07:56:44.784Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2666 | 2024-04-03T07:56:44.842Z | x ., 0 bytes, 0 tape blocks |
2667 | 2024-04-03T07:56:44.842Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2668 | 2024-04-03T07:56:44.842Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2669 | 2024-04-03T07:56:44.842Z | x pkg, 0 bytes, 0 tape blocks |
2670 | 2024-04-03T07:56:44.842Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2671 | 2024-04-03T07:56:44.842Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2672 | 2024-04-03T07:56:44.842Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2673 | 2024-04-03T07:56:44.842Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2674 | 2024-04-03T07:56:44.842Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2675 | 2024-04-03T07:56:44.843Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2676 | 2024-04-03T07:56:44.843Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2677 | 2024-04-03T07:56:44.843Z | x VERSION, 25 bytes, 1 tape blocks |
2678 | 2024-04-03T07:56:44.853Z | + cd - |
2679 | 2024-04-03T07:56:44.853Z | /work/oxidecomputer/omicron |
2680 | 2024-04-03T07:56:44.853Z | + cd /tmp/tmp.8iai8h |
2681 | 2024-04-03T07:56:44.853Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2682 | 2024-04-03T07:56:49.271Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2683 | 2024-04-03T07:56:49.271Z | a oxide.json 1K |
2684 | 2024-04-03T07:56:49.271Z | a root/ 0K |
2685 | 2024-04-03T07:56:49.271Z | a root/opt/ 0K |
2686 | 2024-04-03T07:56:49.272Z | a root/opt/oxide/ 0K |
2687 | 2024-04-03T07:56:49.272Z | a root/opt/oxide/installinator/ 0K |
2688 | 2024-04-03T07:56:49.272Z | a root/opt/oxide/installinator/installinator 46191K |
2689 | 2024-04-03T07:56:49.272Z | a root/opt/oxide/installinator/pkg/ 0K |
2690 | 2024-04-03T07:56:49.272Z | a root/opt/oxide/installinator/VERSION 1K |
2691 | 2024-04-03T07:56:49.273Z | a root/opt/oxide/mg-ddm/ 0K |
2692 | 2024-04-03T07:56:49.273Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2693 | 2024-04-03T07:56:49.273Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2694 | 2024-04-03T07:56:49.273Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2695 | 2024-04-03T07:56:49.274Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2696 | 2024-04-03T07:56:49.274Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2697 | 2024-04-03T07:56:49.274Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2698 | 2024-04-03T07:56:49.274Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2699 | 2024-04-03T07:56:49.275Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2700 | 2024-04-03T07:56:49.275Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2701 | 2024-04-03T07:56:49.275Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2702 | 2024-04-03T07:56:49.275Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2703 | 2024-04-03T07:56:49.275Z | a root/lib/ 0K |
2704 | 2024-04-03T07:56:49.276Z | a root/lib/svc/ 0K |
2705 | 2024-04-03T07:56:49.276Z | a root/lib/svc/manifest/ 0K |
2706 | 2024-04-03T07:56:49.276Z | a root/lib/svc/manifest/site/ 0K |
2707 | 2024-04-03T07:56:49.276Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2708 | 2024-04-03T07:56:49.303Z | + cd / |
2709 | 2024-04-03T07:56:49.303Z | + rm -rf /tmp/tmp.8iai8h |
2710 | 2024-04-03T07:56:49.303Z | |
2711 | 2024-04-03T07:56:49.303Z | real 4.558098138 |
2712 | 2024-04-03T07:56:49.303Z | user 4.309858769 |
2713 | 2024-04-03T07:56:49.303Z | sys 0.263207462 |
2714 | 2024-04-03T07:56:49.304Z | trap 0.000987278 |
2715 | 2024-04-03T07:56:49.304Z | tflt 0.000000000 |
2716 | 2024-04-03T07:56:49.304Z | dflt 0.000000000 |
2717 | 2024-04-03T07:56:49.304Z | kflt 0.000000000 |
2718 | 2024-04-03T07:56:49.304Z | lock 0.000000000 |
2719 | 2024-04-03T07:56:49.304Z | slp 8.858285793 |
2720 | 2024-04-03T07:56:49.304Z | lat 0.095999603 |
2721 | 2024-04-03T07:56:49.304Z | stop 0.000198395 |
2722 | 2024-04-03T07:56:49.304Z | process exited: duration 1705311 ms, exit code 0 |
|
2723 | 2024-04-03T07:56:49.337Z | found 22 output files |
2724 | 2024-04-03T07:56:49.338Z | uploading: /work/version.txt (26 bytes) |
2725 | 2024-04-03T07:56:50.411Z | uploaded: /work/version.txt |
2726 | 2024-04-03T07:56:50.412Z | uploading: /work/package.tar.gz (85404763 bytes) |
2727 | 2024-04-03T07:57:20.655Z | uploaded: /work/package.tar.gz |
2728 | 2024-04-03T07:57:20.655Z | uploading: /work/global-zone-packages.tar.gz (125105159 bytes) |
2729 | 2024-04-03T07:58:02.040Z | uploaded: /work/global-zone-packages.tar.gz |
2730 | 2024-04-03T07:58:02.040Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38519882 bytes) |
2731 | 2024-04-03T07:58:16.102Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2732 | 2024-04-03T07:58:16.103Z | uploading: /work/zones/clickhouse.tar.gz (231183129 bytes) |
2733 | 2024-04-03T07:59:47.644Z | uploaded: /work/zones/clickhouse.tar.gz |
2734 | 2024-04-03T07:59:47.645Z | uploading: /work/zones/clickhouse_keeper.tar.gz (231170332 bytes) |
2735 | 2024-04-03T08:01:38.961Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2736 | 2024-04-03T08:01:38.961Z | uploading: /work/zones/cockroachdb.tar.gz (126676928 bytes) |
2737 | 2024-04-03T08:02:35.267Z | uploaded: /work/zones/cockroachdb.tar.gz |
2738 | 2024-04-03T08:02:35.268Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (25315191 bytes) |
2739 | 2024-04-03T08:02:48.768Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2740 | 2024-04-03T08:02:48.769Z | uploading: /work/zones/crucible-zone.tar.gz (37017289 bytes) |
2741 | 2024-04-03T08:03:07.917Z | uploaded: /work/zones/crucible-zone.tar.gz |
2742 | 2024-04-03T08:03:07.918Z | uploading: /work/zones/external-dns.tar.gz (31058455 bytes) |
2743 | 2024-04-03T08:03:20.946Z | uploaded: /work/zones/external-dns.tar.gz |
2744 | 2024-04-03T08:03:20.946Z | uploading: /work/zones/internal-dns.tar.gz (31058086 bytes) |
2745 | 2024-04-03T08:03:35.588Z | uploaded: /work/zones/internal-dns.tar.gz |
2746 | 2024-04-03T08:03:35.588Z | uploading: /work/zones/nexus-single-sled.tar.gz (92057294 bytes) |
2747 | 2024-04-03T08:04:12.153Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2748 | 2024-04-03T08:04:12.153Z | uploading: /work/zones/nexus.tar.gz (92055969 bytes) |
2749 | 2024-04-03T08:04:58.141Z | uploaded: /work/zones/nexus.tar.gz |
2750 | 2024-04-03T08:04:58.141Z | uploading: /work/zones/ntp.tar.gz (10439672 bytes) |
2751 | 2024-04-03T08:05:04.933Z | uploaded: /work/zones/ntp.tar.gz |
2752 | 2024-04-03T08:05:04.933Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16575553 bytes) |
2753 | 2024-04-03T08:05:10.931Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2754 | 2024-04-03T08:05:10.931Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16573204 bytes) |
2755 | 2024-04-03T08:05:22.126Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2756 | 2024-04-03T08:05:22.127Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2757 | 2024-04-03T08:05:23.590Z | uploaded: /work/zones/overlay.tar.gz |
2758 | 2024-04-03T08:05:23.590Z | uploading: /work/zones/oximeter.tar.gz (50198119 bytes) |
2759 | 2024-04-03T08:05:44.978Z | uploaded: /work/zones/oximeter.tar.gz |
2760 | 2024-04-03T08:05:44.978Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2761 | 2024-04-03T08:05:47.062Z | uploaded: /work/zones/probe.tar.gz |
2762 | 2024-04-03T08:05:47.062Z | uploading: /work/zones/propolis-server.tar.gz (64067178 bytes) |
2763 | 2024-04-03T08:06:13.660Z | uploaded: /work/zones/propolis-server.tar.gz |
2764 | 2024-04-03T08:06:13.661Z | uploading: /work/zones/switch-asic.tar.gz (292969193 bytes) |
2765 | 2024-04-03T08:08:10.764Z | uploaded: /work/zones/switch-asic.tar.gz |
2766 | 2024-04-03T08:08:10.765Z | uploading: /work/zones/switch-softnpu.tar.gz (214598832 bytes) |
2767 | 2024-04-03T08:09:45.269Z | uploaded: /work/zones/switch-softnpu.tar.gz |