|
|
|
1 | 2024-03-11T13:03:43.180Z | job assigned to worker 01HRPSQN1HQ81SJ73PQ26JJC0F (queued for 56 s) |
|
2 | 2024-03-11T13:03:51.243Z | starting task 0: "setup" |
3 | 2024-03-11T13:03:51.292Z | ++ uname -s |
4 | 2024-03-11T13:03:51.296Z | + kern=SunOS |
5 | 2024-03-11T13:03:51.296Z | + case "$kern" in |
6 | 2024-03-11T13:03:51.296Z | + groupadd -g 12345 build |
7 | 2024-03-11T13:03:51.314Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-11T13:03:53.389Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-11T13:03:53.477Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-11T13:03:53.480Z | + home_fs=zfs |
11 | 2024-03-11T13:03:53.480Z | + [[ zfs == autofs ]] |
12 | 2024-03-11T13:03:53.480Z | + mkdir -p /home/build |
13 | 2024-03-11T13:03:53.483Z | + chown build:build /home/build /work |
14 | 2024-03-11T13:03:55.484Z | + chmod 0700 /home/build /work |
15 | 2024-03-11T13:03:55.487Z | process exited: duration 4246 ms, exit code 0 |
|
16 | 2024-03-11T13:03:55.494Z | starting task 1: "rust-toolchain" |
17 | 2024-03-11T13:03:55.500Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-11T13:03:55.504Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-11T13:03:55.613Z | info: downloading installer |
20 | 2024-03-11T13:03:57.468Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-11T13:03:57.468Z | warning: /opt/ooce/bin |
22 | 2024-03-11T13:03:57.468Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-11T13:03:57.468Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-11T13:03:57.468Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-11T13:03:57.468Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-11T13:03:57.469Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-11T13:03:57.469Z | error: cannot install while Rust is installed |
28 | 2024-03-11T13:03:57.469Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-11T13:03:57.557Z | info: profile set to 'default' |
30 | 2024-03-11T13:03:57.557Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-11T13:03:57.560Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-11T13:03:57.693Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-11T13:03:57.693Z | info: downloading component 'cargo' |
34 | 2024-03-11T13:03:58.369Z | info: downloading component 'clippy' |
35 | 2024-03-11T13:03:58.609Z | info: downloading component 'rust-docs' |
36 | 2024-03-11T13:03:59.443Z | info: downloading component 'rust-std' |
37 | 2024-03-11T13:04:00.963Z | info: downloading component 'rustc' |
38 | 2024-03-11T13:04:04.589Z | info: downloading component 'rustfmt' |
39 | 2024-03-11T13:04:04.848Z | info: installing component 'cargo' |
40 | 2024-03-11T13:04:05.678Z | info: installing component 'clippy' |
41 | 2024-03-11T13:04:06.042Z | info: installing component 'rust-docs' |
42 | 2024-03-11T13:04:07.550Z | info: installing component 'rust-std' |
43 | 2024-03-11T13:04:09.326Z | info: installing component 'rustc' |
44 | 2024-03-11T13:04:13.362Z | info: installing component 'rustfmt' |
45 | 2024-03-11T13:04:13.695Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-11T13:04:13.695Z | |
47 | 2024-03-11T13:04:13.978Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-11T13:04:13.978Z | |
49 | 2024-03-11T13:04:13.981Z | |
50 | 2024-03-11T13:04:13.981Z | Rust is installed now. Great! |
51 | 2024-03-11T13:04:13.982Z | |
52 | 2024-03-11T13:04:13.982Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-11T13:04:13.982Z | environment variable. This has not been done automatically. |
54 | 2024-03-11T13:04:13.982Z | |
55 | 2024-03-11T13:04:13.982Z | To configure your current shell, run: |
56 | 2024-03-11T13:04:13.982Z | source "$HOME/.cargo/env" |
57 | 2024-03-11T13:04:14.046Z | + rustc --version |
58 | 2024-03-11T13:04:14.109Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-03-11T13:04:14.113Z | process exited: duration 18616 ms, exit code 0 |
|
60 | 2024-03-11T13:04:14.125Z | starting task 2: "authentication" |
61 | 2024-03-11T13:04:14.143Z | process exited: duration 20 ms, exit code 0 |
|
62 | 2024-03-11T13:04:14.150Z | starting task 3: "clone repository" |
63 | 2024-03-11T13:04:14.155Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-03-11T13:04:14.158Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-03-11T13:04:14.319Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-03-11T13:04:19.385Z | + cd /work/oxidecomputer/omicron |
67 | 2024-03-11T13:04:19.391Z | + git fetch origin f37525fe0bc997fab531b1ebeb37434ff1ba2ba7 |
68 | 2024-03-11T13:04:19.854Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-03-11T13:04:19.854Z | * branch f37525fe0bc997fab531b1ebeb37434ff1ba2ba7 -> FETCH_HEAD |
70 | 2024-03-11T13:04:19.873Z | + [[ -n john/nexus-networking-free-fns ]] |
71 | 2024-03-11T13:04:19.873Z | ++ git branch --show-current |
72 | 2024-03-11T13:04:19.873Z | + current=main |
73 | 2024-03-11T13:04:19.873Z | + [[ main != john/nexus-networking-free-fns ]] |
74 | 2024-03-11T13:04:19.873Z | + git branch -f john/nexus-networking-free-fns f37525fe0bc997fab531b1ebeb37434ff1ba2ba7 |
75 | 2024-03-11T13:04:19.874Z | + git checkout -f john/nexus-networking-free-fns |
76 | 2024-03-11T13:04:19.981Z | Switched to branch 'john/nexus-networking-free-fns' |
77 | 2024-03-11T13:04:19.985Z | + git reset --hard f37525fe0bc997fab531b1ebeb37434ff1ba2ba7 |
78 | 2024-03-11T13:04:19.998Z | HEAD is now at f37525fe0 comment rework from PR feedback |
79 | 2024-03-11T13:04:20.004Z | process exited: duration 5843 ms, exit code 0 |
|
80 | 2024-03-11T13:04:20.015Z | starting task 4: "build" |
81 | 2024-03-11T13:04:20.020Z | + cargo --version |
82 | 2024-03-11T13:04:20.027Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
83 | 2024-03-11T13:04:20.180Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
84 | 2024-03-11T13:04:20.184Z | info: downloading component 'cargo' |
85 | 2024-03-11T13:04:20.896Z | info: downloading component 'clippy' |
86 | 2024-03-11T13:04:21.113Z | info: downloading component 'rust-docs' |
87 | 2024-03-11T13:04:21.998Z | info: downloading component 'rust-std' |
88 | 2024-03-11T13:04:23.438Z | info: downloading component 'rustc' |
89 | 2024-03-11T13:04:27.034Z | info: downloading component 'rustfmt' |
90 | 2024-03-11T13:04:27.229Z | info: installing component 'cargo' |
91 | 2024-03-11T13:04:28.102Z | info: installing component 'clippy' |
92 | 2024-03-11T13:04:28.436Z | info: installing component 'rust-docs' |
93 | 2024-03-11T13:04:29.997Z | info: installing component 'rust-std' |
94 | 2024-03-11T13:04:31.861Z | info: installing component 'rustc' |
95 | 2024-03-11T13:04:35.864Z | info: installing component 'rustfmt' |
96 | 2024-03-11T13:04:36.260Z | cargo 1.76.0 (c84b36747 2024-01-18) |
97 | 2024-03-11T13:04:36.260Z | + rustc --version |
98 | 2024-03-11T13:04:36.370Z | rustc 1.76.0 (07dca489a 2024-02-04) |
99 | 2024-03-11T13:04:36.378Z | ++ git rev-parse HEAD |
100 | 2024-03-11T13:04:36.378Z | + COMMIT=f37525fe0bc997fab531b1ebeb37434ff1ba2ba7 |
101 | 2024-03-11T13:04:36.379Z | + VERSION=7.0.0-0.ci+gitf37525fe0bc |
102 | 2024-03-11T13:04:36.379Z | + echo 7.0.0-0.ci+gitf37525fe0bc |
103 | 2024-03-11T13:04:36.379Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-03-11T13:04:45.726Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-03-11T13:04:47.158Z | Startup: Caching catalogs ... Done |
106 | 2024-03-11T13:04:48.379Z | Planning: Solver setup ... Done (0.847s) |
107 | 2024-03-11T13:04:48.402Z | Planning: Running solver ... Done (0.017s) |
108 | 2024-03-11T13:04:48.551Z | Planning: Finding local manifests ... Done (0.138s) |
109 | 2024-03-11T13:04:48.564Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-03-11T13:04:48.718Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-03-11T13:04:48.765Z | Planning: Package planning ... Done (0.048s) |
112 | 2024-03-11T13:04:48.838Z | Planning: Merging actions ... Done (0.051s) |
113 | 2024-03-11T13:04:49.165Z | Planning: Checking for conflicting actions ... Done (0.346s) |
114 | 2024-03-11T13:04:49.184Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-03-11T13:04:56.728Z | Planning: Evaluating mediators ... Done (7.553s) |
116 | 2024-03-11T13:04:56.733Z | Planning: Planning completed in 9.52 seconds |
117 | 2024-03-11T13:04:57.433Z | Packages to install: 4 |
118 | 2024-03-11T13:04:57.433Z | Mediators to change: 2 |
119 | 2024-03-11T13:04:57.433Z | Services to change: 1 |
120 | 2024-03-11T13:04:57.436Z | Estimated space available: 155.32 GB |
121 | 2024-03-11T13:04:57.436Z | Estimated space to be consumed: 1.42 GB |
122 | 2024-03-11T13:04:57.436Z | Create boot environment: No |
123 | 2024-03-11T13:04:57.437Z | Create backup boot environment: No |
124 | 2024-03-11T13:04:57.437Z | Rebuild boot archive: No |
125 | 2024-03-11T13:04:57.437Z | |
126 | 2024-03-11T13:04:57.437Z | Changed mediators: |
127 | 2024-03-11T13:04:57.437Z | mediator clang: |
128 | 2024-03-11T13:04:57.437Z | version: None -> 15 (system default) |
129 | 2024-03-11T13:04:57.437Z | |
130 | 2024-03-11T13:04:57.437Z | mediator llvm: |
131 | 2024-03-11T13:04:57.437Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-03-11T13:04:57.437Z | |
133 | 2024-03-11T13:04:57.437Z | Changed packages: |
134 | 2024-03-11T13:04:57.437Z | helios-dev |
135 | 2024-03-11T13:04:57.437Z | developer/build-essential |
136 | 2024-03-11T13:04:57.437Z | None -> 11-2.0 |
137 | 2024-03-11T13:04:57.437Z | library/libxmlsec1 |
138 | 2024-03-11T13:04:57.437Z | None -> 1.2.35-2.0 |
139 | 2024-03-11T13:04:57.437Z | ooce/developer/clang-15 |
140 | 2024-03-11T13:04:57.437Z | None -> 15.0.7-2.0 |
141 | 2024-03-11T13:04:57.437Z | ooce/developer/llvm-15 |
142 | 2024-03-11T13:04:57.437Z | None -> 15.0.7-2.0 |
143 | 2024-03-11T13:04:57.437Z | |
144 | 2024-03-11T13:04:57.437Z | Services: |
145 | 2024-03-11T13:04:57.437Z | restart_fmri: |
146 | 2024-03-11T13:04:57.437Z | svc:/system/update-man-index:default |
147 | 2024-03-11T13:04:57.571Z | |
148 | 2024-03-11T13:04:57.571Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-03-11T13:05:03.698Z | Download: 210/3290 items 1.3/212.6MB 0% complete (448k/s) |
150 | 2024-03-11T13:05:10.503Z | Download: 213/3290 items 1.3/212.6MB 0% complete (418k/s) |
151 | 2024-03-11T13:05:15.502Z | Download: 1191/3290 items 48.1/212.6MB 22% complete (9.2M/s) |
152 | 2024-03-11T13:05:20.503Z | Download: 1599/3290 items 117.5/212.6MB 55% complete (11.8M/s) |
153 | 2024-03-11T13:05:25.504Z | Download: 2708/3290 items 120.8/212.6MB 56% complete (7.5M/s) |
154 | 2024-03-11T13:05:29.291Z | Download: Completed 212.60 MB in 31.71 seconds (6.7M/s) |
155 | 2024-03-11T13:05:29.673Z | Actions: 1/3689 actions (Installing new actions) |
156 | 2024-03-11T13:05:34.691Z | Actions: 3549/3689 actions (Installing new actions) |
157 | 2024-03-11T13:05:35.124Z | Actions: Completed 3689 actions in 5.45 seconds. |
158 | 2024-03-11T13:05:35.306Z | Done (0.179s) |
159 | 2024-03-11T13:05:35.306Z | Done (0.000s) |
160 | 2024-03-11T13:05:35.552Z | Done (0.242s) |
161 | 2024-03-11T13:05:41.103Z | Done (5.420s) |
162 | 2024-03-11T13:05:41.366Z | Done (0.183s) |
163 | 2024-03-11T13:05:41.370Z | Done (0.000s) |
164 | 2024-03-11T13:05:41.537Z | Done (0.000s) |
165 | 2024-03-11T13:05:42.054Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-03-11T13:05:42.206Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-03-11T13:05:42.216Z | Planning: Consolidating action changes ... Done |
168 | 2024-03-11T13:05:42.483Z | Planning: Evaluating mediators ... Done |
169 | 2024-03-11T13:05:42.497Z | Planning: Planning completed in 0.44 seconds |
170 | 2024-03-11T13:05:42.924Z | Mediators to change: 2 |
171 | 2024-03-11T13:05:42.924Z | Create boot environment: No |
172 | 2024-03-11T13:05:42.937Z | Create backup boot environment: No |
173 | 2024-03-11T13:05:42.938Z | Done |
174 | 2024-03-11T13:05:42.938Z | Done |
175 | 2024-03-11T13:05:42.938Z | Done |
176 | 2024-03-11T13:05:46.677Z | Done |
177 | 2024-03-11T13:05:46.678Z | Done |
178 | 2024-03-11T13:05:46.678Z | Done |
179 | 2024-03-11T13:05:46.678Z | Done |
180 | 2024-03-11T13:05:47.215Z | Planning: Evaluating mediator changes ... Done |
181 | 2024-03-11T13:05:47.238Z | Planning: Merging actions ... Done |
182 | 2024-03-11T13:05:47.393Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-03-11T13:05:47.407Z | Planning: Consolidating action changes ... Done |
184 | 2024-03-11T13:05:47.671Z | Planning: Evaluating mediators ... Done |
185 | 2024-03-11T13:05:47.724Z | Planning: Planning completed in 0.79 seconds |
186 | 2024-03-11T13:05:47.760Z | Packages to change: 1 |
187 | 2024-03-11T13:05:47.760Z | Mediators to change: 1 |
188 | 2024-03-11T13:05:47.769Z | Services to change: 1 |
189 | 2024-03-11T13:05:47.770Z | Create boot environment: No |
190 | 2024-03-11T13:05:47.770Z | Create backup boot environment: Yes |
191 | 2024-03-11T13:05:49.855Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2024-03-11T13:05:50.313Z | Actions: Completed 6 actions in 0.00 seconds. |
193 | 2024-03-11T13:05:50.313Z | Done |
194 | 2024-03-11T13:05:50.313Z | Done |
195 | 2024-03-11T13:05:50.313Z | Done |
196 | 2024-03-11T13:05:53.600Z | Done |
197 | 2024-03-11T13:05:53.683Z | Done |
198 | 2024-03-11T13:05:53.686Z | Done |
199 | 2024-03-11T13:05:53.795Z | Done |
200 | 2024-03-11T13:05:54.233Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2024-03-11T13:05:54.233Z | clang system 15 system |
202 | 2024-03-11T13:05:54.233Z | csh system system illumos |
203 | 2024-03-11T13:05:54.233Z | ctags system system illumos |
204 | 2024-03-11T13:05:54.233Z | gcc vendor 12 vendor |
205 | 2024-03-11T13:05:54.234Z | gcc system 10 system |
206 | 2024-03-11T13:05:54.234Z | gcc system 7 system |
207 | 2024-03-11T13:05:54.234Z | go system 1.20 system |
208 | 2024-03-11T13:05:54.234Z | go system 1.19 system |
209 | 2024-03-11T13:05:54.234Z | llvm system 15 system |
210 | 2024-03-11T13:05:54.234Z | llvm system 14 system |
211 | 2024-03-11T13:05:54.234Z | mariadb system 10.6 system |
212 | 2024-03-11T13:05:54.234Z | mta vendor vendor dma |
213 | 2024-03-11T13:05:54.234Z | openjdk system 17 system |
214 | 2024-03-11T13:05:54.234Z | openjdk system 11 system |
215 | 2024-03-11T13:05:54.234Z | openjdk system 1.8 system |
216 | 2024-03-11T13:05:54.234Z | openssl vendor 3 vendor |
217 | 2024-03-11T13:05:54.234Z | perl system 5.36 system |
218 | 2024-03-11T13:05:54.234Z | postgresql system 15 system |
219 | 2024-03-11T13:05:54.234Z | postgresql system 13 system |
220 | 2024-03-11T13:05:54.234Z | python vendor 3 vendor |
221 | 2024-03-11T13:05:54.234Z | python system 2 system |
222 | 2024-03-11T13:05:54.234Z | python3 system 3.11 system |
223 | 2024-03-11T13:05:54.234Z | ruby system 3.0 system |
224 | 2024-03-11T13:05:54.234Z | words vendor vendor american-english |
225 | 2024-03-11T13:05:54.234Z | words system system australian-english |
226 | 2024-03-11T13:05:54.234Z | words system system british-english |
227 | 2024-03-11T13:05:54.234Z | words system system canadian-english |
228 | 2024-03-11T13:05:54.234Z | words system system french |
229 | 2024-03-11T13:05:54.235Z | words system system italian |
230 | 2024-03-11T13:05:54.235Z | words system system ngerman |
231 | 2024-03-11T13:05:54.235Z | words system system ogerman |
232 | 2024-03-11T13:05:54.235Z | words system system spanish |
233 | 2024-03-11T13:05:54.569Z | PUBLISHER TYPE STATUS P LOCATION |
234 | 2024-03-11T13:05:54.569Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
235 | 2024-03-11T13:05:55.753Z | FMRI IFO |
236 | 2024-03-11T13:05:55.753Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2024-03-11T13:05:55.753Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2024-03-11T13:05:55.753Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2024-03-11T13:05:55.754Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
240 | 2024-03-11T13:05:55.754Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
241 | 2024-03-11T13:05:55.754Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
242 | 2024-03-11T13:05:55.754Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
243 | 2024-03-11T13:05:55.754Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-03-11T13:05:55.754Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
245 | 2024-03-11T13:05:55.754Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
246 | 2024-03-11T13:05:55.754Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
247 | 2024-03-11T13:05:55.755Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
248 | 2024-03-11T13:05:55.968Z | + set -o errexit |
249 | 2024-03-11T13:05:55.973Z | +++ dirname ./tools/ci_download_cockroachdb |
250 | 2024-03-11T13:05:55.973Z | ++ cd ./tools |
251 | 2024-03-11T13:05:55.973Z | ++ pwd |
252 | 2024-03-11T13:05:55.973Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
253 | 2024-03-11T13:05:55.973Z | ++ basename ./tools/ci_download_cockroachdb |
254 | 2024-03-11T13:05:55.973Z | + ARG0=ci_download_cockroachdb |
255 | 2024-03-11T13:05:55.973Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
256 | 2024-03-11T13:05:55.973Z | + CIDL_VERSION=v22.1.9 |
257 | 2024-03-11T13:05:55.973Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
258 | 2024-03-11T13:05:55.973Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
259 | 2024-03-11T13:05:55.973Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
260 | 2024-03-11T13:05:55.973Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
261 | 2024-03-11T13:05:55.973Z | + TARGET_DIR=out |
262 | 2024-03-11T13:05:55.973Z | + DOWNLOAD_DIR=out/downloads |
263 | 2024-03-11T13:05:55.973Z | + DEST_DIR=./out/cockroachdb |
264 | 2024-03-11T13:05:55.974Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
265 | 2024-03-11T13:05:55.974Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
266 | 2024-03-11T13:05:55.978Z | + main |
267 | 2024-03-11T13:05:55.978Z | + [[ 0 != 0 ]] |
268 | 2024-03-11T13:05:55.978Z | + CIDL_OS=solaris2.11 |
269 | 2024-03-11T13:05:55.978Z | + [[ 0 != 0 ]] |
270 | 2024-03-11T13:05:55.978Z | + configure_os solaris2.11 |
271 | 2024-03-11T13:05:55.978Z | + echo 'current directory: /work/oxidecomputer/omicron' |
272 | 2024-03-11T13:05:55.978Z | + echo 'configuring based on OS: "solaris2.11"' |
273 | 2024-03-11T13:05:55.978Z | current directory: /work/oxidecomputer/omicron |
274 | 2024-03-11T13:05:55.978Z | configuring based on OS: "solaris2.11" |
275 | 2024-03-11T13:05:55.978Z | + case "$1" in |
276 | 2024-03-11T13:05:55.978Z | + CIDL_BUILD=illumos |
277 | 2024-03-11T13:05:55.978Z | + CIDL_SUFFIX=tar.gz |
278 | 2024-03-11T13:05:55.979Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
279 | 2024-03-11T13:05:55.979Z | + CIDL_URL_BASE=https://illumos.org/downloads |
280 | 2024-03-11T13:05:55.979Z | + CIDL_ASSEMBLE=do_assemble_illumos |
281 | 2024-03-11T13:05:55.979Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
282 | 2024-03-11T13:05:55.979Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-03-11T13:05:55.979Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-03-11T13:05:55.979Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
285 | 2024-03-11T13:05:55.979Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-03-11T13:05:55.979Z | + CIDL_SHA256FUNC=do_sha256sum |
287 | 2024-03-11T13:05:55.979Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
288 | 2024-03-11T13:05:55.979Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2024-03-11T13:05:55.979Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-03-11T13:05:55.979Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-03-11T13:05:55.979Z | + mkdir -p out/downloads |
292 | 2024-03-11T13:05:55.979Z | + mkdir -p ./out/cockroachdb |
293 | 2024-03-11T13:05:55.980Z | + local DO_DOWNLOAD=true |
294 | 2024-03-11T13:05:55.980Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
295 | 2024-03-11T13:05:55.980Z | + '[' true == true ']' |
296 | 2024-03-11T13:05:55.980Z | + echo Downloading... |
297 | 2024-03-11T13:05:55.980Z | Downloading... |
298 | 2024-03-11T13:05:55.980Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-03-11T13:05:55.980Z | + 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 |
300 | 2024-03-11T13:06:01.243Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-03-11T13:06:01.246Z | ++ sha256sum |
302 | 2024-03-11T13:06:01.246Z | ++ awk '{print $1}' |
303 | 2024-03-11T13:06:01.307Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
304 | 2024-03-11T13:06:01.310Z | + [[ 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 ]] |
305 | 2024-03-11T13:06:01.310Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-03-11T13:06:01.310Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
307 | 2024-03-11T13:06:03.674Z | + do_assemble_illumos |
308 | 2024-03-11T13:06:03.674Z | + rm -r ./out/cockroachdb |
309 | 2024-03-11T13:06:03.681Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
310 | 2024-03-11T13:06:04.148Z | + ./out/cockroachdb/bin/cockroach version |
311 | 2024-03-11T13:06:04.363Z | Build Tag: v22.1.9-dirty |
312 | 2024-03-11T13:06:04.363Z | Build Time: 2022/10/26 21:17:46 |
313 | 2024-03-11T13:06:04.363Z | Distribution: OSS |
314 | 2024-03-11T13:06:04.363Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
315 | 2024-03-11T13:06:04.363Z | Go Version: go1.17.13 |
316 | 2024-03-11T13:06:04.363Z | C Compiler: gcc 10.3.0 |
317 | 2024-03-11T13:06:04.363Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
318 | 2024-03-11T13:06:04.364Z | Build Type: release |
319 | 2024-03-11T13:06:04.382Z | + set -o errexit |
320 | 2024-03-11T13:06:04.386Z | +++ dirname ./tools/ci_download_clickhouse |
321 | 2024-03-11T13:06:04.386Z | ++ cd ./tools |
322 | 2024-03-11T13:06:04.386Z | ++ pwd |
323 | 2024-03-11T13:06:04.389Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
324 | 2024-03-11T13:06:04.389Z | ++ basename ./tools/ci_download_clickhouse |
325 | 2024-03-11T13:06:04.389Z | + ARG0=ci_download_clickhouse |
326 | 2024-03-11T13:06:04.389Z | + TARGET_DIR=out |
327 | 2024-03-11T13:06:04.389Z | + DOWNLOAD_DIR=out/downloads |
328 | 2024-03-11T13:06:04.389Z | + DEST_DIR=./out/clickhouse |
329 | 2024-03-11T13:06:04.392Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
330 | 2024-03-11T13:06:04.392Z | + CIDL_VERSION=v23.8.7.24 |
331 | 2024-03-11T13:06:04.392Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
332 | 2024-03-11T13:06:04.392Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
333 | 2024-03-11T13:06:04.393Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
334 | 2024-03-11T13:06:04.393Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
335 | 2024-03-11T13:06:04.393Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
336 | 2024-03-11T13:06:04.393Z | + main |
337 | 2024-03-11T13:06:04.393Z | + [[ 0 != 0 ]] |
338 | 2024-03-11T13:06:04.393Z | + CIDL_OS=solaris2.11 |
339 | 2024-03-11T13:06:04.393Z | + [[ 0 != 0 ]] |
340 | 2024-03-11T13:06:04.393Z | + configure_os solaris2.11 |
341 | 2024-03-11T13:06:04.393Z | + echo 'current directory: /work/oxidecomputer/omicron' |
342 | 2024-03-11T13:06:04.393Z | current directory: /work/oxidecomputer/omicron |
343 | 2024-03-11T13:06:04.393Z | + echo 'configuring based on OS: "solaris2.11"' |
344 | 2024-03-11T13:06:04.393Z | + CIDL_DASHREV= |
345 | 2024-03-11T13:06:04.393Z | + case "$1" in |
346 | 2024-03-11T13:06:04.393Z | configuring based on OS: "solaris2.11" |
347 | 2024-03-11T13:06:04.393Z | + CIDL_PLATFORM=illumos |
348 | 2024-03-11T13:06:04.393Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
349 | 2024-03-11T13:06:04.393Z | + CIDL_MD5FUNC=do_md5sum |
350 | 2024-03-11T13:06:04.393Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
351 | 2024-03-11T13:06:04.393Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
352 | 2024-03-11T13:06:04.393Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-03-11T13:06:04.393Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-03-11T13:06:04.393Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
355 | 2024-03-11T13:06:04.393Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-03-11T13:06:04.393Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
357 | 2024-03-11T13:06:04.394Z | + mkdir -p out/downloads |
358 | 2024-03-11T13:06:04.394Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-03-11T13:06:04.397Z | + mkdir -p ./out/clickhouse |
360 | 2024-03-11T13:06:04.397Z | + local DO_DOWNLOAD=true |
361 | 2024-03-11T13:06:04.397Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
362 | 2024-03-11T13:06:04.397Z | + '[' true == true ']' |
363 | 2024-03-11T13:06:04.397Z | + echo Downloading... |
364 | 2024-03-11T13:06:04.397Z | Downloading... |
365 | 2024-03-11T13:06:04.397Z | + 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 |
366 | 2024-03-11T13:06:04.397Z | + 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 |
367 | 2024-03-11T13:06:05.987Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
368 | 2024-03-11T13:06:05.990Z | ++ md5sum |
369 | 2024-03-11T13:06:05.991Z | ++ awk '{print $1}' |
370 | 2024-03-11T13:06:06.214Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
371 | 2024-03-11T13:06:06.214Z | + [[ 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 ]] |
372 | 2024-03-11T13:06:06.221Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
373 | 2024-03-11T13:06:06.222Z | + mkdir -p ./out/clickhouse |
374 | 2024-03-11T13:06:06.222Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
375 | 2024-03-11T13:06:10.075Z | + [[ solaris2.11 == darwin* ]] |
376 | 2024-03-11T13:06:10.075Z | + ./out/clickhouse/clickhouse server --version |
377 | 2024-03-11T13:06:10.345Z | ClickHouse server version 23.8.7.1. |
378 | 2024-03-11T13:06:10.361Z | + set -o errexit |
379 | 2024-03-11T13:06:10.369Z | +++ dirname ./tools/ci_download_console |
380 | 2024-03-11T13:06:10.369Z | ++ cd ./tools |
381 | 2024-03-11T13:06:10.369Z | ++ pwd |
382 | 2024-03-11T13:06:10.369Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
383 | 2024-03-11T13:06:10.369Z | ++ basename ./tools/ci_download_console |
384 | 2024-03-11T13:06:10.369Z | + ARG0=ci_download_console |
385 | 2024-03-11T13:06:10.369Z | + TARGET_DIR=out |
386 | 2024-03-11T13:06:10.369Z | + DOWNLOAD_DIR=out/downloads |
387 | 2024-03-11T13:06:10.369Z | + DEST_DIR=./out/console-assets |
388 | 2024-03-11T13:06:10.369Z | + source /work/oxidecomputer/omicron/tools/console_version |
389 | 2024-03-11T13:06:10.369Z | ++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198 |
390 | 2024-03-11T13:06:10.369Z | ++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
391 | 2024-03-11T13:06:10.369Z | + URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
392 | 2024-03-11T13:06:10.369Z | + TARBALL_FILE=out/downloads/console.tar.gz |
393 | 2024-03-11T13:06:10.370Z | + main |
394 | 2024-03-11T13:06:10.370Z | + [[ 0 != 0 ]] |
395 | 2024-03-11T13:06:10.370Z | + echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz' |
396 | 2024-03-11T13:06:10.370Z | URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
397 | 2024-03-11T13:06:10.370Z | + echo 'Local file: out/downloads/console.tar.gz' |
398 | 2024-03-11T13:06:10.370Z | Local file: out/downloads/console.tar.gz |
399 | 2024-03-11T13:06:10.370Z | + local DO_DOWNLOAD=true |
400 | 2024-03-11T13:06:10.370Z | + [[ -f out/downloads/console.tar.gz ]] |
401 | 2024-03-11T13:06:10.370Z | + mkdir -p out/downloads |
402 | 2024-03-11T13:06:10.381Z | + '[' true == true ']' |
403 | 2024-03-11T13:06:10.381Z | + echo Downloading... |
404 | 2024-03-11T13:06:10.381Z | Downloading... |
405 | 2024-03-11T13:06:10.381Z | + do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz |
406 | 2024-03-11T13:06:10.381Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
407 | 2024-03-11T13:06:10.923Z | ++ do_sha256sum out/downloads/console.tar.gz |
408 | 2024-03-11T13:06:10.923Z | ++ case "$OSTYPE" in |
409 | 2024-03-11T13:06:10.927Z | ++ SHA=sha256sum |
410 | 2024-03-11T13:06:10.927Z | ++ sha256sum |
411 | 2024-03-11T13:06:10.927Z | ++ awk '{print $1}' |
412 | 2024-03-11T13:06:10.931Z | + calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
413 | 2024-03-11T13:06:10.934Z | + [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]] |
414 | 2024-03-11T13:06:10.935Z | + rm -rf ./out/console-assets |
415 | 2024-03-11T13:06:10.935Z | + mkdir -p ./out/console-assets |
416 | 2024-03-11T13:06:10.937Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
417 | 2024-03-11T13:06:10.938Z | + mkdir -p ./out/console-assets |
418 | 2024-03-11T13:06:10.938Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
419 | 2024-03-11T13:06:11.465Z | + set -o errexit |
420 | 2024-03-11T13:06:11.491Z | +++ dirname ./tools/ci_download_maghemite_openapi |
421 | 2024-03-11T13:06:11.492Z | ++ cd ./tools |
422 | 2024-03-11T13:06:11.492Z | ++ pwd |
423 | 2024-03-11T13:06:11.492Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
424 | 2024-03-11T13:06:11.492Z | ++ basename ./tools/ci_download_maghemite_openapi |
425 | 2024-03-11T13:06:11.492Z | + ARG0=ci_download_maghemite_openapi |
426 | 2024-03-11T13:06:11.492Z | + TARGET_DIR=out |
427 | 2024-03-11T13:06:11.492Z | + DOWNLOAD_DIR=out/downloads |
428 | 2024-03-11T13:06:11.492Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
429 | 2024-03-11T13:06:11.492Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
430 | 2024-03-11T13:06:11.493Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
431 | 2024-03-11T13:06:11.493Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
432 | 2024-03-11T13:06:11.493Z | + LOCAL_FILE=out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
433 | 2024-03-11T13:06:11.493Z | + main |
434 | 2024-03-11T13:06:11.493Z | + rm -rf out/downloads/root |
435 | 2024-03-11T13:06:11.493Z | + [[ 0 != 0 ]] |
436 | 2024-03-11T13:06:11.493Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json' |
437 | 2024-03-11T13:06:11.493Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
438 | 2024-03-11T13:06:11.493Z | + echo 'Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json' |
439 | 2024-03-11T13:06:11.493Z | Local file: out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
440 | 2024-03-11T13:06:11.494Z | + local DO_DOWNLOAD=true |
441 | 2024-03-11T13:06:11.494Z | + [[ -f out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]] |
442 | 2024-03-11T13:06:11.494Z | + mkdir -p out/downloads |
443 | 2024-03-11T13:06:11.494Z | + '[' true == true ']' |
444 | 2024-03-11T13:06:11.494Z | + echo Downloading... |
445 | 2024-03-11T13:06:11.494Z | Downloading... |
446 | 2024-03-11T13:06:11.494Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
447 | 2024-03-11T13:06:11.495Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/ddm-admin.json |
448 | 2024-03-11T13:06:11.495Z | ++ do_sha256sum out/downloads/ddm-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
449 | 2024-03-11T13:06:11.495Z | ++ case "$OSTYPE" in |
450 | 2024-03-11T13:06:11.495Z | ++ SHA=sha256sum |
451 | 2024-03-11T13:06:11.495Z | ++ sha256sum |
452 | 2024-03-11T13:06:11.495Z | ++ awk '{print $1}' |
453 | 2024-03-11T13:06:11.496Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
454 | 2024-03-11T13:06:11.496Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
455 | 2024-03-11T13:06:11.496Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
456 | 2024-03-11T13:06:11.496Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
457 | 2024-03-11T13:06:11.496Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
458 | 2024-03-11T13:06:11.496Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
459 | 2024-03-11T13:06:11.496Z | + LOCAL_FILE=out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
460 | 2024-03-11T13:06:11.497Z | + main |
461 | 2024-03-11T13:06:11.497Z | + rm -rf out/downloads/root |
462 | 2024-03-11T13:06:11.497Z | + [[ 0 != 0 ]] |
463 | 2024-03-11T13:06:11.497Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json' |
464 | 2024-03-11T13:06:11.497Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
465 | 2024-03-11T13:06:11.497Z | + echo 'Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json' |
466 | 2024-03-11T13:06:11.497Z | Local file: out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
467 | 2024-03-11T13:06:11.497Z | + local DO_DOWNLOAD=true |
468 | 2024-03-11T13:06:11.498Z | + [[ -f out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json ]] |
469 | 2024-03-11T13:06:11.498Z | + mkdir -p out/downloads |
470 | 2024-03-11T13:06:11.498Z | + '[' true == true ']' |
471 | 2024-03-11T13:06:11.498Z | + echo Downloading... |
472 | 2024-03-11T13:06:11.498Z | Downloading... |
473 | 2024-03-11T13:06:11.498Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
474 | 2024-03-11T13:06:11.498Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mg-admin.json |
475 | 2024-03-11T13:06:11.498Z | ++ do_sha256sum out/downloads/mg-admin-ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba.json |
476 | 2024-03-11T13:06:11.498Z | ++ case "$OSTYPE" in |
477 | 2024-03-11T13:06:11.498Z | ++ SHA=sha256sum |
478 | 2024-03-11T13:06:11.498Z | ++ sha256sum |
479 | 2024-03-11T13:06:11.498Z | ++ awk '{print $1}' |
480 | 2024-03-11T13:06:11.499Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
481 | 2024-03-11T13:06:11.499Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
482 | 2024-03-11T13:06:11.499Z | + set -o errexit |
483 | 2024-03-11T13:06:11.499Z | +++ dirname ./tools/ci_download_dendrite_openapi |
484 | 2024-03-11T13:06:11.499Z | ++ cd ./tools |
485 | 2024-03-11T13:06:11.499Z | ++ pwd |
486 | 2024-03-11T13:06:11.499Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
487 | 2024-03-11T13:06:11.499Z | ++ basename ./tools/ci_download_dendrite_openapi |
488 | 2024-03-11T13:06:11.499Z | + ARG0=ci_download_dendrite_openapi |
489 | 2024-03-11T13:06:11.499Z | + TARGET_DIR=out |
490 | 2024-03-11T13:06:11.499Z | + DOWNLOAD_DIR=out/downloads |
491 | 2024-03-11T13:06:11.499Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
492 | 2024-03-11T13:06:11.499Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
493 | 2024-03-11T13:06:11.499Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
494 | 2024-03-11T13:06:11.499Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
495 | 2024-03-11T13:06:11.499Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
496 | 2024-03-11T13:06:11.499Z | + main |
497 | 2024-03-11T13:06:11.499Z | + [[ 0 != 0 ]] |
498 | 2024-03-11T13:06:11.499Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
499 | 2024-03-11T13:06:11.500Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
500 | 2024-03-11T13:06:11.500Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
501 | 2024-03-11T13:06:11.500Z | + local DO_DOWNLOAD=true |
502 | 2024-03-11T13:06:11.500Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
503 | 2024-03-11T13:06:11.500Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
504 | 2024-03-11T13:06:11.500Z | + mkdir -p out/downloads |
505 | 2024-03-11T13:06:11.500Z | + '[' true == true ']' |
506 | 2024-03-11T13:06:11.500Z | + echo Downloading... |
507 | 2024-03-11T13:06:11.500Z | Downloading... |
508 | 2024-03-11T13:06:11.500Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
509 | 2024-03-11T13:06:11.500Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
510 | 2024-03-11T13:06:11.574Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
511 | 2024-03-11T13:06:11.579Z | ++ case "$OSTYPE" in |
512 | 2024-03-11T13:06:11.579Z | ++ SHA=sha256sum |
513 | 2024-03-11T13:06:11.579Z | ++ sha256sum |
514 | 2024-03-11T13:06:11.579Z | ++ awk '{print $1}' |
515 | 2024-03-11T13:06:11.579Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
516 | 2024-03-11T13:06:11.580Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
517 | 2024-03-11T13:06:11.586Z | + set -o errexit |
518 | 2024-03-11T13:06:11.592Z | +++ dirname ./tools/ci_download_dendrite_stub |
519 | 2024-03-11T13:06:11.592Z | ++ cd ./tools |
520 | 2024-03-11T13:06:11.592Z | ++ pwd |
521 | 2024-03-11T13:06:11.592Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
522 | 2024-03-11T13:06:11.592Z | ++ basename ./tools/ci_download_dendrite_stub |
523 | 2024-03-11T13:06:11.596Z | + ARG0=ci_download_dendrite_stub |
524 | 2024-03-11T13:06:11.596Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
525 | 2024-03-11T13:06:11.596Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
526 | 2024-03-11T13:06:11.596Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
527 | 2024-03-11T13:06:11.596Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
528 | 2024-03-11T13:06:11.597Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
529 | 2024-03-11T13:06:11.597Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
530 | 2024-03-11T13:06:11.597Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
531 | 2024-03-11T13:06:11.597Z | + TARGET_DIR=out |
532 | 2024-03-11T13:06:11.597Z | + DOWNLOAD_DIR=out/downloads |
533 | 2024-03-11T13:06:11.597Z | + DEST_DIR=./out/dendrite-stub |
534 | 2024-03-11T13:06:11.597Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
535 | 2024-03-11T13:06:11.597Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
536 | 2024-03-11T13:06:11.597Z | + REPO=oxidecomputer/dendrite |
537 | 2024-03-11T13:06:11.597Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
538 | 2024-03-11T13:06:11.597Z | + main |
539 | 2024-03-11T13:06:11.597Z | + [[ 0 != 0 ]] |
540 | 2024-03-11T13:06:11.597Z | + CIDL_OS=solaris2.11 |
541 | 2024-03-11T13:06:11.597Z | + [[ 0 != 0 ]] |
542 | 2024-03-11T13:06:11.597Z | + configure_os solaris2.11 |
543 | 2024-03-11T13:06:11.597Z | + echo 'current directory: /work/oxidecomputer/omicron' |
544 | 2024-03-11T13:06:11.597Z | current directory: /work/oxidecomputer/omicron |
545 | 2024-03-11T13:06:11.597Z | + echo 'configuring based on OS: "solaris2.11"' |
546 | 2024-03-11T13:06:11.597Z | + case "$1" in |
547 | 2024-03-11T13:06:11.598Z | configuring based on OS: "solaris2.11" |
548 | 2024-03-11T13:06:11.598Z | + SET_BINARIES= |
549 | 2024-03-11T13:06:11.598Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
550 | 2024-03-11T13:06:11.598Z | + CIDL_SHA256FUNC=do_sha256sum |
551 | 2024-03-11T13:06:11.598Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
552 | 2024-03-11T13:06:11.598Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
553 | 2024-03-11T13:06:11.598Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
554 | 2024-03-11T13:06:11.598Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
555 | 2024-03-11T13:06:11.598Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
556 | 2024-03-11T13:06:11.598Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
557 | 2024-03-11T13:06:11.598Z | Local file: out/downloads/dendrite-stub.tar.gz |
558 | 2024-03-11T13:06:11.598Z | + mkdir -p out/downloads |
559 | 2024-03-11T13:06:11.598Z | + mkdir -p ./out/dendrite-stub |
560 | 2024-03-11T13:06:11.605Z | + fetch_and_verify |
561 | 2024-03-11T13:06:11.605Z | + local DO_DOWNLOAD=true |
562 | 2024-03-11T13:06:11.605Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
563 | 2024-03-11T13:06:11.605Z | + '[' true == true ']' |
564 | 2024-03-11T13:06:11.605Z | + echo Downloading... |
565 | 2024-03-11T13:06:11.605Z | Downloading... |
566 | 2024-03-11T13:06:11.605Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
567 | 2024-03-11T13:06:11.605Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
568 | 2024-03-11T13:06:18.775Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
569 | 2024-03-11T13:06:18.788Z | ++ sha256sum |
570 | 2024-03-11T13:06:18.788Z | ++ awk '{print $1}' |
571 | 2024-03-11T13:06:18.800Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
572 | 2024-03-11T13:06:18.800Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
573 | 2024-03-11T13:06:18.800Z | + do_untar out/downloads/dendrite-stub.tar.gz |
574 | 2024-03-11T13:06:18.800Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
575 | 2024-03-11T13:06:19.468Z | + do_assemble |
576 | 2024-03-11T13:06:19.468Z | + rm -r ./out/dendrite-stub |
577 | 2024-03-11T13:06:19.471Z | + mkdir ./out/dendrite-stub |
578 | 2024-03-11T13:06:19.474Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
579 | 2024-03-11T13:06:19.562Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
580 | 2024-03-11T13:06:19.573Z | + set -o errexit |
581 | 2024-03-11T13:06:19.576Z | +++ dirname ./tools/ci_download_maghemite_mgd |
582 | 2024-03-11T13:06:19.579Z | ++ cd ./tools |
583 | 2024-03-11T13:06:19.579Z | ++ pwd |
584 | 2024-03-11T13:06:19.579Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
585 | 2024-03-11T13:06:19.579Z | ++ basename ./tools/ci_download_maghemite_mgd |
586 | 2024-03-11T13:06:19.582Z | + ARG0=ci_download_maghemite_mgd |
587 | 2024-03-11T13:06:19.582Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
588 | 2024-03-11T13:06:19.582Z | ++ CIDL_SHA256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d |
589 | 2024-03-11T13:06:19.582Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
590 | 2024-03-11T13:06:19.582Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
591 | 2024-03-11T13:06:19.582Z | ++ COMMIT=ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
592 | 2024-03-11T13:06:19.582Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
593 | 2024-03-11T13:06:19.582Z | + TARGET_DIR=out |
594 | 2024-03-11T13:06:19.582Z | + DOWNLOAD_DIR=out/downloads |
595 | 2024-03-11T13:06:19.582Z | + DEST_DIR=./out/mgd |
596 | 2024-03-11T13:06:19.582Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
597 | 2024-03-11T13:06:19.582Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
598 | 2024-03-11T13:06:19.583Z | + REPO=oxidecomputer/maghemite |
599 | 2024-03-11T13:06:19.583Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba |
600 | 2024-03-11T13:06:19.583Z | + main |
601 | 2024-03-11T13:06:19.583Z | + rm -rf out/downloads/root |
602 | 2024-03-11T13:06:19.589Z | + [[ 0 != 0 ]] |
603 | 2024-03-11T13:06:19.589Z | + CIDL_OS=solaris2.11 |
604 | 2024-03-11T13:06:19.593Z | + [[ 0 != 0 ]] |
605 | 2024-03-11T13:06:19.593Z | + configure_os solaris2.11 |
606 | 2024-03-11T13:06:19.593Z | + echo 'current directory: /work/oxidecomputer/omicron' |
607 | 2024-03-11T13:06:19.593Z | current directory: /work/oxidecomputer/omicron |
608 | 2024-03-11T13:06:19.593Z | + echo 'configuring based on OS: "solaris2.11"' |
609 | 2024-03-11T13:06:19.593Z | + case "$1" in |
610 | 2024-03-11T13:06:19.593Z | configuring based on OS: "solaris2.11" |
611 | 2024-03-11T13:06:19.593Z | + SET_BINARIES= |
612 | 2024-03-11T13:06:19.593Z | + CIDL_SHA256FUNC=do_sha256sum |
613 | 2024-03-11T13:06:19.593Z | + TARBALL_FILENAME=mgd.tar.gz |
614 | 2024-03-11T13:06:19.593Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
615 | 2024-03-11T13:06:19.593Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
616 | 2024-03-11T13:06:19.593Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz' |
617 | 2024-03-11T13:06:19.593Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
618 | 2024-03-11T13:06:19.593Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
619 | 2024-03-11T13:06:19.593Z | + mkdir -p out/downloads |
620 | 2024-03-11T13:06:19.593Z | Local file: out/downloads/mgd.tar.gz |
621 | 2024-03-11T13:06:19.593Z | + mkdir -p ./out/mgd |
622 | 2024-03-11T13:06:19.597Z | + fetch_and_verify |
623 | 2024-03-11T13:06:19.597Z | + local DO_DOWNLOAD=true |
624 | 2024-03-11T13:06:19.597Z | + [[ -f out/downloads/mgd.tar.gz ]] |
625 | 2024-03-11T13:06:19.597Z | + '[' true == true ']' |
626 | 2024-03-11T13:06:19.597Z | + echo Downloading... |
627 | 2024-03-11T13:06:19.597Z | Downloading... |
628 | 2024-03-11T13:06:19.597Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz out/downloads/mgd.tar.gz |
629 | 2024-03-11T13:06:19.597Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/ee0896f5cf9ba0799f155dd8c95f6e1dabaf80ba/mgd.tar.gz |
630 | 2024-03-11T13:06:26.857Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
631 | 2024-03-11T13:06:26.860Z | ++ sha256sum |
632 | 2024-03-11T13:06:26.860Z | ++ awk '{print $1}' |
633 | 2024-03-11T13:06:26.877Z | + calculated_sha256=151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d |
634 | 2024-03-11T13:06:26.881Z | + [[ 151aeb26414989cad571b3886786efbeeafd91c41a93a747c784cdc654d5876d != \1\5\1\a\e\b\2\6\4\1\4\9\8\9\c\a\d\5\7\1\b\3\8\8\6\7\8\6\e\f\b\e\e\a\f\d\9\1\c\4\1\a\9\3\a\7\4\7\c\7\8\4\c\d\c\6\5\4\d\5\8\7\6\d ]] |
635 | 2024-03-11T13:06:26.881Z | + do_untar out/downloads/mgd.tar.gz |
636 | 2024-03-11T13:06:26.881Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
637 | 2024-03-11T13:06:27.326Z | + do_assemble |
638 | 2024-03-11T13:06:27.326Z | + rm -r ./out/mgd |
639 | 2024-03-11T13:06:27.329Z | + mkdir ./out/mgd |
640 | 2024-03-11T13:06:27.332Z | + cp -r out/downloads/root ./out/mgd/root |
641 | 2024-03-11T13:06:27.396Z | + set -o errexit |
642 | 2024-03-11T13:06:27.399Z | +++ dirname ./tools/ci_download_transceiver_control |
643 | 2024-03-11T13:06:27.402Z | ++ cd ./tools |
644 | 2024-03-11T13:06:27.402Z | ++ pwd |
645 | 2024-03-11T13:06:27.402Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
646 | 2024-03-11T13:06:27.402Z | ++ basename ./tools/ci_download_transceiver_control |
647 | 2024-03-11T13:06:27.406Z | + ARG0=ci_download_transceiver_control |
648 | 2024-03-11T13:06:27.407Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
649 | 2024-03-11T13:06:27.407Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
650 | 2024-03-11T13:06:27.407Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
651 | 2024-03-11T13:06:27.407Z | + TARGET_DIR=out |
652 | 2024-03-11T13:06:27.407Z | + DOWNLOAD_DIR=out/downloads |
653 | 2024-03-11T13:06:27.407Z | + DEST_DIR=./out/transceiver-control |
654 | 2024-03-11T13:06:27.407Z | + BIN_DIR=/opt/oxide/bin |
655 | 2024-03-11T13:06:27.407Z | + BINARY=xcvradm |
656 | 2024-03-11T13:06:27.407Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
657 | 2024-03-11T13:06:27.407Z | + REPO=oxidecomputer/transceiver-control |
658 | 2024-03-11T13:06:27.407Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
659 | 2024-03-11T13:06:27.407Z | + main |
660 | 2024-03-11T13:06:27.407Z | + [[ 0 != 0 ]] |
661 | 2024-03-11T13:06:27.407Z | + CIDL_OS=solaris2.11 |
662 | 2024-03-11T13:06:27.407Z | + [[ 0 != 0 ]] |
663 | 2024-03-11T13:06:27.407Z | + configure_os solaris2.11 |
664 | 2024-03-11T13:06:27.407Z | + echo 'current directory: /work/oxidecomputer/omicron' |
665 | 2024-03-11T13:06:27.407Z | current directory: /work/oxidecomputer/omicron |
666 | 2024-03-11T13:06:27.407Z | + echo 'configuring based on OS: "solaris2.11"' |
667 | 2024-03-11T13:06:27.407Z | + case "$1" in |
668 | 2024-03-11T13:06:27.408Z | + SET_BINARIES= |
669 | 2024-03-11T13:06:27.408Z | configuring based on OS: "solaris2.11" |
670 | 2024-03-11T13:06:27.408Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
671 | 2024-03-11T13:06:27.408Z | + CIDL_SHA256FUNC=do_sha256sum |
672 | 2024-03-11T13:06:27.408Z | + ARCHIVE_FILENAME=xcvradm.gz |
673 | 2024-03-11T13:06:27.408Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
674 | 2024-03-11T13:06:27.408Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
675 | 2024-03-11T13:06:27.408Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
676 | 2024-03-11T13:06:27.408Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-03-11T13:06:27.408Z | + echo 'Local file: out/downloads/xcvradm.gz' |
678 | 2024-03-11T13:06:27.408Z | + mkdir -p out/downloads |
679 | 2024-03-11T13:06:27.408Z | Local file: out/downloads/xcvradm.gz |
680 | 2024-03-11T13:06:27.408Z | + mkdir -p ./out/transceiver-control |
681 | 2024-03-11T13:06:27.411Z | + fetch_and_verify |
682 | 2024-03-11T13:06:27.411Z | + local DO_DOWNLOAD=true |
683 | 2024-03-11T13:06:27.412Z | + [[ -f out/downloads/xcvradm.gz ]] |
684 | 2024-03-11T13:06:27.412Z | + '[' true == true ']' |
685 | 2024-03-11T13:06:27.412Z | + echo Downloading... |
686 | 2024-03-11T13:06:27.412Z | Downloading... |
687 | 2024-03-11T13:06:27.412Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
688 | 2024-03-11T13:06:27.412Z | + 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 |
689 | 2024-03-11T13:06:28.981Z | ++ do_sha256sum out/downloads/xcvradm.gz |
690 | 2024-03-11T13:06:28.985Z | ++ sha256sum |
691 | 2024-03-11T13:06:28.985Z | ++ awk '{print $1}' |
692 | 2024-03-11T13:06:28.990Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
693 | 2024-03-11T13:06:28.994Z | + [[ 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 ]] |
694 | 2024-03-11T13:06:28.994Z | + do_unpack out/downloads/xcvradm.gz |
695 | 2024-03-11T13:06:28.994Z | + mkdir -p out/downloads/root//opt/oxide/bin |
696 | 2024-03-11T13:06:28.994Z | + gzip -dc out/downloads/xcvradm.gz |
697 | 2024-03-11T13:06:29.109Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
698 | 2024-03-11T13:06:29.112Z | + do_assemble |
699 | 2024-03-11T13:06:29.112Z | + rm -r ./out/transceiver-control |
700 | 2024-03-11T13:06:29.116Z | + mkdir ./out/transceiver-control |
701 | 2024-03-11T13:06:29.117Z | + cp -r out/downloads/root ./out/transceiver-control/root |
702 | 2024-03-11T13:06:29.192Z | + set -o errexit |
703 | 2024-03-11T13:06:29.195Z | +++ dirname ./tools/ci_download_thundermuffin |
704 | 2024-03-11T13:06:29.198Z | ++ cd ./tools |
705 | 2024-03-11T13:06:29.198Z | ++ pwd |
706 | 2024-03-11T13:06:29.198Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
707 | 2024-03-11T13:06:29.198Z | ++ basename ./tools/ci_download_thundermuffin |
708 | 2024-03-11T13:06:29.199Z | + ARG0=ci_download_thundermuffin |
709 | 2024-03-11T13:06:29.199Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
710 | 2024-03-11T13:06:29.199Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
711 | 2024-03-11T13:06:29.199Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
712 | 2024-03-11T13:06:29.202Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
713 | 2024-03-11T13:06:29.202Z | + TARGET_DIR=out |
714 | 2024-03-11T13:06:29.202Z | + DOWNLOAD_DIR=out/downloads |
715 | 2024-03-11T13:06:29.202Z | + DEST_DIR=./out/thundermuffin |
716 | 2024-03-11T13:06:29.202Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
717 | 2024-03-11T13:06:29.202Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
718 | 2024-03-11T13:06:29.202Z | + REPO=oxidecomputer/thundermuffin |
719 | 2024-03-11T13:06:29.202Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
720 | 2024-03-11T13:06:29.202Z | + main |
721 | 2024-03-11T13:06:29.202Z | + rm -rf out/downloads/root |
722 | 2024-03-11T13:06:29.206Z | + [[ 0 != 0 ]] |
723 | 2024-03-11T13:06:29.206Z | + CIDL_OS=solaris2.11 |
724 | 2024-03-11T13:06:29.212Z | + [[ 0 != 0 ]] |
725 | 2024-03-11T13:06:29.213Z | + configure_os solaris2.11 |
726 | 2024-03-11T13:06:29.213Z | + echo 'current directory: /work/oxidecomputer/omicron' |
727 | 2024-03-11T13:06:29.213Z | + echo 'configuring based on OS: "solaris2.11"' |
728 | 2024-03-11T13:06:29.213Z | current directory: /work/oxidecomputer/omicron |
729 | 2024-03-11T13:06:29.213Z | configuring based on OS: "solaris2.11" |
730 | 2024-03-11T13:06:29.213Z | + case "$1" in |
731 | 2024-03-11T13:06:29.213Z | + SET_BINARIES= |
732 | 2024-03-11T13:06:29.213Z | + CIDL_SHA256FUNC=do_sha256sum |
733 | 2024-03-11T13:06:29.213Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
734 | 2024-03-11T13:06:29.213Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
735 | 2024-03-11T13:06:29.213Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
736 | 2024-03-11T13:06:29.213Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
737 | 2024-03-11T13:06:29.213Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
738 | 2024-03-11T13:06:29.213Z | Local file: out/downloads/thundermuffin.tar.gz |
739 | 2024-03-11T13:06:29.213Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
740 | 2024-03-11T13:06:29.213Z | + mkdir -p out/downloads |
741 | 2024-03-11T13:06:29.213Z | + mkdir -p ./out/thundermuffin |
742 | 2024-03-11T13:06:29.216Z | + fetch_and_verify |
743 | 2024-03-11T13:06:29.216Z | + local DO_DOWNLOAD=true |
744 | 2024-03-11T13:06:29.216Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
745 | 2024-03-11T13:06:29.216Z | + '[' true == true ']' |
746 | 2024-03-11T13:06:29.216Z | + echo Downloading... |
747 | 2024-03-11T13:06:29.216Z | Downloading... |
748 | 2024-03-11T13:06:29.216Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
749 | 2024-03-11T13:06:29.217Z | + 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 |
750 | 2024-03-11T13:06:30.463Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
751 | 2024-03-11T13:06:30.466Z | ++ sha256sum |
752 | 2024-03-11T13:06:30.466Z | ++ awk '{print $1}' |
753 | 2024-03-11T13:06:30.469Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
754 | 2024-03-11T13:06:30.469Z | + [[ 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 ]] |
755 | 2024-03-11T13:06:30.472Z | + do_untar out/downloads/thundermuffin.tar.gz |
756 | 2024-03-11T13:06:30.472Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
757 | 2024-03-11T13:06:30.534Z | + do_assemble |
758 | 2024-03-11T13:06:30.534Z | + rm -r ./out/thundermuffin |
759 | 2024-03-11T13:06:30.537Z | + mkdir ./out/thundermuffin |
760 | 2024-03-11T13:06:30.541Z | + cp -r out/downloads/root ./out/thundermuffin/root |
761 | 2024-03-11T13:06:30.547Z | All prerequisites installed successfully |
762 | 2024-03-11T13:06:30.553Z | |
763 | 2024-03-11T13:06:30.553Z | real 1:54.166738798 |
764 | 2024-03-11T13:06:30.553Z | user 36.149760974 |
765 | 2024-03-11T13:06:30.553Z | sys 6.856955830 |
766 | 2024-03-11T13:06:30.553Z | trap 0.008729663 |
767 | 2024-03-11T13:06:30.553Z | tflt 0.104210779 |
768 | 2024-03-11T13:06:30.553Z | dflt 0.250258261 |
769 | 2024-03-11T13:06:30.553Z | kflt 0.279161101 |
770 | 2024-03-11T13:06:30.553Z | lock 1.861174524 |
771 | 2024-03-11T13:06:30.553Z | slp 3:45.997646068 |
772 | 2024-03-11T13:06:30.553Z | lat 2.060173841 |
773 | 2024-03-11T13:06:30.553Z | stop 0.148254573 |
774 | 2024-03-11T13:06:30.553Z | + ptime -m ./tools/ci_download_softnpu_machinery |
775 | 2024-03-11T13:06:30.559Z | fetching npuzone |
776 | 2024-03-11T13:06:30.566Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
777 | 2024-03-11T13:06:30.566Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
778 | 2024-03-11T13:06:30.566Z | Getting hash for npuzone |
779 | 2024-03-11T13:06:30.767Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
780 | 2024-03-11T13:06:39.885Z | npuzone downloaded successfully |
781 | 2024-03-11T13:06:39.889Z | |
782 | 2024-03-11T13:06:39.889Z | real 9.336005269 |
783 | 2024-03-11T13:06:39.889Z | user 0.348663260 |
784 | 2024-03-11T13:06:39.889Z | sys 0.121395250 |
785 | 2024-03-11T13:06:39.889Z | trap 0.000029985 |
786 | 2024-03-11T13:06:39.889Z | tflt 0.000000000 |
787 | 2024-03-11T13:06:39.889Z | dflt 0.000000000 |
788 | 2024-03-11T13:06:39.889Z | kflt 0.000000000 |
789 | 2024-03-11T13:06:39.889Z | lock 0.000000000 |
790 | 2024-03-11T13:06:39.889Z | slp 27.412575703 |
791 | 2024-03-11T13:06:39.889Z | lat 0.095013085 |
792 | 2024-03-11T13:06:39.889Z | stop 0.000166872 |
793 | 2024-03-11T13:06:39.892Z | + export CARGO_INCREMENTAL=0 |
794 | 2024-03-11T13:06:39.893Z | + CARGO_INCREMENTAL=0 |
795 | 2024-03-11T13:06:39.893Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
796 | 2024-03-11T13:06:40.099Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
797 | 2024-03-11T13:06:40.443Z | Updating git repository `https://github.com/oxidecomputer/samael` |
798 | 2024-03-11T13:06:40.802Z | Updating git repository `https://github.com/oxidecomputer/zone` |
799 | 2024-03-11T13:06:41.088Z | Updating crates.io index |
800 | 2024-03-11T13:06:41.133Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
801 | 2024-03-11T13:06:41.896Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
802 | 2024-03-11T13:06:43.904Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
803 | 2024-03-11T13:06:44.519Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
804 | 2024-03-11T13:06:44.809Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
805 | 2024-03-11T13:06:45.099Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
806 | 2024-03-11T13:06:45.364Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
807 | 2024-03-11T13:06:45.649Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
808 | 2024-03-11T13:06:46.611Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
809 | 2024-03-11T13:06:48.783Z | Updating git repository `https://github.com/oxidecomputer/opte` |
810 | 2024-03-11T13:06:49.793Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
811 | 2024-03-11T13:06:50.138Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
812 | 2024-03-11T13:06:50.662Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
813 | 2024-03-11T13:06:51.129Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
814 | 2024-03-11T13:06:51.466Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
815 | 2024-03-11T13:06:51.853Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
816 | 2024-03-11T13:06:52.221Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
817 | 2024-03-11T13:06:52.623Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
818 | 2024-03-11T13:06:52.879Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
819 | 2024-03-11T13:06:53.357Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
820 | 2024-03-11T13:06:54.746Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
821 | 2024-03-11T13:06:55.048Z | Updating git repository `https://github.com/jgallagher/nix` |
822 | 2024-03-11T13:06:56.041Z | Updating git repository `https://github.com/cbiffle/hubpack` |
823 | 2024-03-11T13:06:56.420Z | Updating git repository `https://github.com/oxidecomputer/typify` |
824 | 2024-03-11T13:06:58.158Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
825 | 2024-03-11T13:06:58.510Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
826 | 2024-03-11T13:06:58.811Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
827 | 2024-03-11T13:06:59.948Z | Downloading crates ... |
828 | 2024-03-11T13:07:00.136Z | Downloaded bzip2 v0.4.4 |
829 | 2024-03-11T13:07:00.144Z | Downloaded camino v1.1.6 |
830 | 2024-03-11T13:07:00.155Z | Downloaded blake2 v0.10.6 |
831 | 2024-03-11T13:07:00.161Z | Downloaded ciborium-io v0.2.2 |
832 | 2024-03-11T13:07:00.166Z | Downloaded hyper-tls v0.5.0 |
833 | 2024-03-11T13:07:00.167Z | Downloaded buf-list v1.0.3 |
834 | 2024-03-11T13:07:00.170Z | Downloaded camino-tempfile v1.1.1 |
835 | 2024-03-11T13:07:00.173Z | Downloaded is-terminal v0.4.9 |
836 | 2024-03-11T13:07:00.177Z | Downloaded instant v0.1.12 |
837 | 2024-03-11T13:07:00.184Z | Downloaded hubpack v0.1.2 |
838 | 2024-03-11T13:07:00.187Z | Downloaded httparse v1.8.0 |
839 | 2024-03-11T13:07:00.187Z | Downloaded indoc v1.0.9 |
840 | 2024-03-11T13:07:00.190Z | Downloaded ident_case v1.0.1 |
841 | 2024-03-11T13:07:00.190Z | Downloaded cfg-if v1.0.0 |
842 | 2024-03-11T13:07:00.195Z | Downloaded indoc v2.0.3 |
843 | 2024-03-11T13:07:00.199Z | Downloaded inout v0.1.3 |
844 | 2024-03-11T13:07:00.199Z | Downloaded impl-trait-for-tuples v0.2.2 |
845 | 2024-03-11T13:07:00.203Z | Downloaded bytes v1.5.0 |
846 | 2024-03-11T13:07:00.206Z | Downloaded semver v0.1.20 |
847 | 2024-03-11T13:07:00.210Z | Downloaded kstat-rs v0.2.3 |
848 | 2024-03-11T13:07:00.210Z | Downloaded chacha20 v0.9.1 |
849 | 2024-03-11T13:07:00.214Z | Downloaded hostname v0.3.1 |
850 | 2024-03-11T13:07:00.217Z | Downloaded cexpr v0.6.0 |
851 | 2024-03-11T13:07:00.218Z | Downloaded matches v0.1.10 |
852 | 2024-03-11T13:07:00.221Z | Downloaded serde_derive_internals v0.26.0 |
853 | 2024-03-11T13:07:00.225Z | Downloaded ipnet v2.9.0 |
854 | 2024-03-11T13:07:00.225Z | Downloaded cstr-argument v0.1.2 |
855 | 2024-03-11T13:07:00.225Z | Downloaded match_cfg v0.1.0 |
856 | 2024-03-11T13:07:00.228Z | Downloaded linked-hash-map v0.5.6 |
857 | 2024-03-11T13:07:00.228Z | Downloaded ascii-canvas v3.0.0 |
858 | 2024-03-11T13:07:00.232Z | Downloaded lru-cache v0.1.2 |
859 | 2024-03-11T13:07:00.232Z | Downloaded clap_lex v0.7.0 |
860 | 2024-03-11T13:07:00.239Z | Downloaded async-stream-impl v0.3.5 |
861 | 2024-03-11T13:07:00.239Z | Downloaded array-init v0.0.4 |
862 | 2024-03-11T13:07:00.239Z | Downloaded serde_urlencoded v0.7.1 |
863 | 2024-03-11T13:07:00.243Z | Downloaded secrecy v0.8.0 |
864 | 2024-03-11T13:07:00.243Z | Downloaded humantime v2.1.0 |
865 | 2024-03-11T13:07:00.243Z | Downloaded bit-vec v0.6.3 |
866 | 2024-03-11T13:07:00.246Z | Downloaded atomicwrites v0.4.3 |
867 | 2024-03-11T13:07:00.246Z | Downloaded log v0.4.20 |
868 | 2024-03-11T13:07:00.249Z | Downloaded constant_time_eq v0.3.0 |
869 | 2024-03-11T13:07:00.252Z | Downloaded http-body v0.4.5 |
870 | 2024-03-11T13:07:00.255Z | Downloaded http-range v0.1.5 |
871 | 2024-03-11T13:07:00.259Z | Downloaded lazy_static v1.4.0 |
872 | 2024-03-11T13:07:00.259Z | Downloaded block-buffer v0.10.4 |
873 | 2024-03-11T13:07:00.263Z | Downloaded bitflags v1.3.2 |
874 | 2024-03-11T13:07:00.267Z | Downloaded httpdate v1.0.3 |
875 | 2024-03-11T13:07:00.267Z | Downloaded hubpack_derive v0.1.1 |
876 | 2024-03-11T13:07:00.270Z | Downloaded adler v1.0.2 |
877 | 2024-03-11T13:07:00.270Z | Downloaded managed v0.8.0 |
878 | 2024-03-11T13:07:00.270Z | Downloaded ciborium-ll v0.2.2 |
879 | 2024-03-11T13:07:00.276Z | Downloaded crucible-workspace-hack v0.1.0 |
880 | 2024-03-11T13:07:00.276Z | Downloaded anstyle-query v1.0.0 |
881 | 2024-03-11T13:07:00.279Z | Downloaded md-5 v0.10.5 |
882 | 2024-03-11T13:07:00.280Z | Downloaded libsw v3.3.1 |
883 | 2024-03-11T13:07:00.280Z | Downloaded is_ci v1.2.0 |
884 | 2024-03-11T13:07:00.283Z | Downloaded indexmap v2.2.5 |
885 | 2024-03-11T13:07:00.289Z | Downloaded nodrop v0.1.14 |
886 | 2024-03-11T13:07:00.289Z | Downloaded lru v0.12.1 |
887 | 2024-03-11T13:07:00.294Z | Downloaded clap v4.5.1 |
888 | 2024-03-11T13:07:00.299Z | Downloaded newtype_derive v0.1.6 |
889 | 2024-03-11T13:07:00.304Z | Downloaded new_debug_unreachable v1.0.4 |
890 | 2024-03-11T13:07:00.304Z | Downloaded bitfield v0.14.0 |
891 | 2024-03-11T13:07:00.307Z | Downloaded num-conv v0.1.0 |
892 | 2024-03-11T13:07:00.307Z | Downloaded normalize-line-endings v0.3.0 |
893 | 2024-03-11T13:07:00.307Z | Downloaded take_mut v0.2.2 |
894 | 2024-03-11T13:07:00.315Z | Downloaded assert_matches v1.5.0 |
895 | 2024-03-11T13:07:00.315Z | Downloaded autocfg v1.1.0 |
896 | 2024-03-11T13:07:00.322Z | Downloaded crunchy v0.2.2 |
897 | 2024-03-11T13:07:00.322Z | Downloaded bit-set v0.5.3 |
898 | 2024-03-11T13:07:00.322Z | Downloaded foreign-types-shared v0.1.1 |
899 | 2024-03-11T13:07:00.322Z | Downloaded arrayref v0.3.7 |
900 | 2024-03-11T13:07:00.322Z | Downloaded colorchoice v1.0.0 |
901 | 2024-03-11T13:07:00.322Z | Downloaded home v0.5.5 |
902 | 2024-03-11T13:07:00.329Z | Downloaded tabwriter v1.4.0 |
903 | 2024-03-11T13:07:00.329Z | Downloaded const-oid v0.9.6 |
904 | 2024-03-11T13:07:00.329Z | Downloaded anstream v0.6.11 |
905 | 2024-03-11T13:07:00.332Z | Downloaded aead v0.5.2 |
906 | 2024-03-11T13:07:00.332Z | Downloaded bb8 v0.8.3 |
907 | 2024-03-11T13:07:00.332Z | Downloaded memoffset v0.7.1 |
908 | 2024-03-11T13:07:00.332Z | Downloaded corncobs v0.1.3 |
909 | 2024-03-11T13:07:00.336Z | Downloaded linear-map v1.2.0 |
910 | 2024-03-11T13:07:00.336Z | Downloaded hex v0.4.3 |
911 | 2024-03-11T13:07:00.339Z | Downloaded peeking_take_while v0.1.2 |
912 | 2024-03-11T13:07:00.339Z | Downloaded endian-type v0.1.2 |
913 | 2024-03-11T13:07:00.342Z | Downloaded cookie v0.18.0 |
914 | 2024-03-11T13:07:00.346Z | Downloaded foreign-types-shared v0.3.1 |
915 | 2024-03-11T13:07:00.346Z | Downloaded mockall v0.12.0 |
916 | 2024-03-11T13:07:00.350Z | Downloaded try-lock v0.2.4 |
917 | 2024-03-11T13:07:00.350Z | Downloaded clang-sys v1.6.1 |
918 | 2024-03-11T13:07:00.353Z | Downloaded same-file v1.0.6 |
919 | 2024-03-11T13:07:00.353Z | Downloaded crypto-common v0.1.6 |
920 | 2024-03-11T13:07:00.360Z | Downloaded mime v0.3.17 |
921 | 2024-03-11T13:07:00.360Z | Downloaded multimap v0.10.0 |
922 | 2024-03-11T13:07:00.364Z | Downloaded static_assertions v1.1.0 |
923 | 2024-03-11T13:07:00.364Z | Downloaded termios v0.3.3 |
924 | 2024-03-11T13:07:00.364Z | Downloaded crc-catalog v2.2.0 |
925 | 2024-03-11T13:07:00.364Z | Downloaded newtype-uuid v1.0.1 |
926 | 2024-03-11T13:07:00.364Z | Downloaded crossbeam-deque v0.8.3 |
927 | 2024-03-11T13:07:00.369Z | Downloaded maplit v1.0.2 |
928 | 2024-03-11T13:07:00.369Z | Downloaded structmeta v0.3.0 |
929 | 2024-03-11T13:07:00.369Z | Downloaded lock_api v0.4.10 |
930 | 2024-03-11T13:07:00.373Z | Downloaded num v0.4.1 |
931 | 2024-03-11T13:07:00.373Z | Downloaded backoff v0.4.0 |
932 | 2024-03-11T13:07:00.373Z | Downloaded difflib v0.4.0 |
933 | 2024-03-11T13:07:00.376Z | Downloaded bcs v0.1.6 |
934 | 2024-03-11T13:07:00.377Z | Downloaded smawk v0.3.1 |
935 | 2024-03-11T13:07:00.382Z | Downloaded base64ct v1.6.0 |
936 | 2024-03-11T13:07:00.382Z | Downloaded dirs-sys-next v0.1.2 |
937 | 2024-03-11T13:07:00.386Z | Downloaded nanorand v0.7.0 |
938 | 2024-03-11T13:07:00.386Z | Downloaded untrusted v0.9.0 |
939 | 2024-03-11T13:07:00.386Z | Downloaded oso-derive v0.27.0 |
940 | 2024-03-11T13:07:00.398Z | Downloaded hash32 v0.3.1 |
941 | 2024-03-11T13:07:00.398Z | Downloaded cpufeatures v0.2.12 |
942 | 2024-03-11T13:07:00.412Z | Downloaded mime_guess v2.0.4 |
943 | 2024-03-11T13:07:00.412Z | Downloaded hmac v0.12.1 |
944 | 2024-03-11T13:07:00.412Z | Downloaded highway v1.1.0 |
945 | 2024-03-11T13:07:00.412Z | Downloaded signal-hook-tokio v0.3.1 |
946 | 2024-03-11T13:07:00.412Z | Downloaded sync_wrapper v0.1.2 |
947 | 2024-03-11T13:07:00.413Z | Downloaded foreign-types v0.3.2 |
948 | 2024-03-11T13:07:00.413Z | Downloaded walkdir v2.4.0 |
949 | 2024-03-11T13:07:00.413Z | Downloaded unarray v0.1.4 |
950 | 2024-03-11T13:07:00.413Z | Downloaded dtrace-parser v0.1.14 |
951 | 2024-03-11T13:07:00.416Z | Downloaded slog-async v2.8.0 |
952 | 2024-03-11T13:07:00.416Z | Downloaded nibble_vec v0.1.0 |
953 | 2024-03-11T13:07:00.416Z | Downloaded anyhow v1.0.79 |
954 | 2024-03-11T13:07:00.416Z | Downloaded dof v0.3.0 |
955 | 2024-03-11T13:07:00.416Z | Downloaded shlex v1.3.0 |
956 | 2024-03-11T13:07:00.416Z | Downloaded openssl-macros v0.1.1 |
957 | 2024-03-11T13:07:00.417Z | Downloaded derive_builder_macro v0.12.0 |
958 | 2024-03-11T13:07:00.417Z | Downloaded crc32fast v1.3.2 |
959 | 2024-03-11T13:07:00.417Z | Downloaded cookie v0.17.0 |
960 | 2024-03-11T13:07:00.420Z | Downloaded semver v0.11.0 |
961 | 2024-03-11T13:07:00.420Z | Downloaded num-complex v0.4.4 |
962 | 2024-03-11T13:07:00.424Z | Downloaded native-tls v0.2.11 |
963 | 2024-03-11T13:07:00.429Z | Downloaded structmeta-derive v0.3.0 |
964 | 2024-03-11T13:07:00.429Z | Downloaded cookie_store v0.20.0 |
965 | 2024-03-11T13:07:00.429Z | Downloaded structmeta-derive v0.2.0 |
966 | 2024-03-11T13:07:00.432Z | Downloaded opaque-debug v0.3.0 |
967 | 2024-03-11T13:07:00.432Z | Downloaded multer v3.0.0 |
968 | 2024-03-11T13:07:00.433Z | Downloaded terminal_size v0.3.0 |
969 | 2024-03-11T13:07:00.436Z | Downloaded group v0.13.0 |
970 | 2024-03-11T13:07:00.436Z | Downloaded quote v1.0.35 |
971 | 2024-03-11T13:07:00.441Z | Downloaded termcolor v1.2.0 |
972 | 2024-03-11T13:07:00.441Z | Downloaded utf-8 v0.7.6 |
973 | 2024-03-11T13:07:00.444Z | Downloaded proc-macro-error-attr v1.0.4 |
974 | 2024-03-11T13:07:00.445Z | Downloaded crc-any v2.4.3 |
975 | 2024-03-11T13:07:00.445Z | Downloaded crossbeam-epoch v0.9.18 |
976 | 2024-03-11T13:07:00.448Z | Downloaded bitflags v2.4.2 |
977 | 2024-03-11T13:07:00.452Z | Downloaded anstyle-parse v0.2.1 |
978 | 2024-03-11T13:07:00.452Z | Downloaded scroll_derive v0.12.0 |
979 | 2024-03-11T13:07:00.462Z | Downloaded ahash v0.8.8 |
980 | 2024-03-11T13:07:00.462Z | Downloaded slog-envlogger v2.2.0 |
981 | 2024-03-11T13:07:00.462Z | Downloaded parse-size v1.0.0 |
982 | 2024-03-11T13:07:00.462Z | Downloaded num-derive v0.4.0 |
983 | 2024-03-11T13:07:00.462Z | Downloaded ff v0.13.0 |
984 | 2024-03-11T13:07:00.462Z | Downloaded shell-words v1.1.0 |
985 | 2024-03-11T13:07:00.466Z | Downloaded scheduled-thread-pool v0.2.7 |
986 | 2024-03-11T13:07:00.466Z | Downloaded strum v0.25.0 |
987 | 2024-03-11T13:07:00.466Z | Downloaded data-encoding v2.4.0 |
988 | 2024-03-11T13:07:00.466Z | Downloaded sha2 v0.10.8 |
989 | 2024-03-11T13:07:00.469Z | Downloaded slog-stdlog v4.1.1 |
990 | 2024-03-11T13:07:00.469Z | Downloaded rustc-demangle v0.1.23 |
991 | 2024-03-11T13:07:00.472Z | Downloaded indexmap v1.9.3 |
992 | 2024-03-11T13:07:00.475Z | Downloaded usdt-macro v0.3.5 |
993 | 2024-03-11T13:07:00.475Z | Downloaded strum v0.26.1 |
994 | 2024-03-11T13:07:00.476Z | Downloaded allocator-api2 v0.2.16 |
995 | 2024-03-11T13:07:00.480Z | Downloaded mockall_derive v0.12.0 |
996 | 2024-03-11T13:07:00.485Z | Downloaded memmap2 v0.7.1 |
997 | 2024-03-11T13:07:00.485Z | Downloaded utf8parse v0.2.1 |
998 | 2024-03-11T13:07:00.485Z | Downloaded structmeta v0.2.0 |
999 | 2024-03-11T13:07:00.488Z | Downloaded rustfmt-wrapper v0.2.0 |
1000 | 2024-03-11T13:07:00.488Z | Downloaded nu-ansi-term v0.50.0 |
1001 | 2024-03-11T13:07:00.488Z | Downloaded num_cpus v1.16.0 |
1002 | 2024-03-11T13:07:00.491Z | Downloaded wait-timeout v0.2.0 |
1003 | 2024-03-11T13:07:00.494Z | Downloaded topological-sort v0.2.2 |
1004 | 2024-03-11T13:07:00.494Z | Downloaded dof v0.1.5 |
1005 | 2024-03-11T13:07:00.494Z | Downloaded signal-hook-registry v1.4.1 |
1006 | 2024-03-11T13:07:00.501Z | Downloaded signal-hook-mio v0.2.3 |
1007 | 2024-03-11T13:07:00.501Z | Downloaded zerocopy v0.3.0 |
1008 | 2024-03-11T13:07:00.501Z | Downloaded futures-task v0.3.30 |
1009 | 2024-03-11T13:07:00.505Z | Downloaded psl-types v2.0.11 |
1010 | 2024-03-11T13:07:00.505Z | Downloaded arrayvec v0.7.4 |
1011 | 2024-03-11T13:07:00.505Z | Downloaded olpc-cjson v0.1.3 |
1012 | 2024-03-11T13:07:00.505Z | Downloaded async-trait v0.1.77 |
1013 | 2024-03-11T13:07:00.508Z | Downloaded derive_builder_core v0.12.0 |
1014 | 2024-03-11T13:07:00.512Z | Downloaded indicatif v0.17.8 |
1015 | 2024-03-11T13:07:00.517Z | Downloaded whoami v1.5.0 |
1016 | 2024-03-11T13:07:00.517Z | Downloaded arc-swap v1.6.0 |
1017 | 2024-03-11T13:07:00.522Z | Downloaded crossbeam-channel v0.5.8 |
1018 | 2024-03-11T13:07:00.525Z | Downloaded getopts v0.2.21 |
1019 | 2024-03-11T13:07:00.525Z | Downloaded num-integer v0.1.46 |
1020 | 2024-03-11T13:07:00.525Z | Downloaded smallvec v0.6.14 |
1021 | 2024-03-11T13:07:00.529Z | Downloaded vte_generate_state_changes v0.1.1 |
1022 | 2024-03-11T13:07:00.529Z | Downloaded libefi-sys v0.1.0 |
1023 | 2024-03-11T13:07:00.532Z | Downloaded num-traits v0.2.18 |
1024 | 2024-03-11T13:07:00.532Z | Downloaded compact_str v0.7.1 |
1025 | 2024-03-11T13:07:00.535Z | Downloaded getrandom v0.2.12 |
1026 | 2024-03-11T13:07:00.541Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1027 | 2024-03-11T13:07:00.541Z | Downloaded rand_chacha v0.3.1 |
1028 | 2024-03-11T13:07:00.544Z | Downloaded phf v0.11.2 |
1029 | 2024-03-11T13:07:00.544Z | Downloaded csv-core v0.1.11 |
1030 | 2024-03-11T13:07:00.544Z | Downloaded crossbeam-utils v0.8.19 |
1031 | 2024-03-11T13:07:00.548Z | Downloaded quick-error v1.2.3 |
1032 | 2024-03-11T13:07:00.549Z | Downloaded dtrace-parser v0.2.0 |
1033 | 2024-03-11T13:07:00.549Z | Downloaded rtoolbox v0.0.1 |
1034 | 2024-03-11T13:07:00.555Z | Downloaded rustc_version v0.1.7 |
1035 | 2024-03-11T13:07:00.555Z | Downloaded packed_struct_codegen v0.10.1 |
1036 | 2024-03-11T13:07:00.555Z | Downloaded proc-macro-error v1.0.4 |
1037 | 2024-03-11T13:07:00.559Z | Downloaded toml_datetime v0.6.5 |
1038 | 2024-03-11T13:07:00.559Z | Downloaded float-cmp v0.9.0 |
1039 | 2024-03-11T13:07:00.559Z | Downloaded smallvec v1.13.1 |
1040 | 2024-03-11T13:07:00.559Z | Downloaded serde_path_to_error v0.1.15 |
1041 | 2024-03-11T13:07:00.561Z | Downloaded slog v2.7.0 |
1042 | 2024-03-11T13:07:00.564Z | Downloaded rustls-pemfile v1.0.3 |
1043 | 2024-03-11T13:07:00.567Z | Downloaded crypto-bigint v0.5.2 |
1044 | 2024-03-11T13:07:00.571Z | Downloaded dirs-next v2.0.0 |
1045 | 2024-03-11T13:07:00.574Z | Downloaded slog-scope v4.4.0 |
1046 | 2024-03-11T13:07:00.577Z | Downloaded structopt v0.3.26 |
1047 | 2024-03-11T13:07:00.581Z | Downloaded yasna v0.5.2 |
1048 | 2024-03-11T13:07:00.585Z | Downloaded libxml v0.3.3 |
1049 | 2024-03-11T13:07:00.589Z | Downloaded fallible-iterator v0.2.0 |
1050 | 2024-03-11T13:07:00.592Z | Downloaded debug-ignore v1.0.5 |
1051 | 2024-03-11T13:07:00.592Z | Downloaded base64 v0.21.7 |
1052 | 2024-03-11T13:07:00.596Z | Downloaded backtrace v0.3.69 |
1053 | 2024-03-11T13:07:00.601Z | Downloaded serde-big-array v0.4.1 |
1054 | 2024-03-11T13:07:00.604Z | Downloaded sct v0.7.0 |
1055 | 2024-03-11T13:07:00.610Z | Downloaded resolv-conf v0.7.0 |
1056 | 2024-03-11T13:07:00.613Z | Downloaded scopeguard v1.2.0 |
1057 | 2024-03-11T13:07:00.613Z | Downloaded generic-array v0.14.7 |
1058 | 2024-03-11T13:07:00.613Z | Downloaded futures-macro v0.3.30 |
1059 | 2024-03-11T13:07:00.613Z | Downloaded futures-io v0.3.30 |
1060 | 2024-03-11T13:07:00.616Z | Downloaded futures-sink v0.3.30 |
1061 | 2024-03-11T13:07:00.616Z | Downloaded tap v1.0.1 |
1062 | 2024-03-11T13:07:00.616Z | Downloaded globset v0.4.13 |
1063 | 2024-03-11T13:07:00.619Z | Downloaded dyn-clone v1.0.17 |
1064 | 2024-03-11T13:07:00.619Z | Downloaded untrusted v0.7.1 |
1065 | 2024-03-11T13:07:00.622Z | Downloaded errno v0.3.8 |
1066 | 2024-03-11T13:07:00.622Z | Downloaded serde_plain v1.0.2 |
1067 | 2024-03-11T13:07:00.626Z | Downloaded slog-json v2.6.1 |
1068 | 2024-03-11T13:07:00.626Z | Downloaded oso v0.27.0 |
1069 | 2024-03-11T13:07:00.629Z | Downloaded parking_lot_core v0.8.6 |
1070 | 2024-03-11T13:07:01.042Z | Downloaded equivalent v1.0.1 |
1071 | 2024-03-11T13:07:01.042Z | Downloaded termtree v0.4.1 |
1072 | 2024-03-11T13:07:01.048Z | Downloaded serde_spanned v0.6.5 |
1073 | 2024-03-11T13:07:01.048Z | Downloaded phf_shared v0.11.2 |
1074 | 2024-03-11T13:07:01.048Z | Downloaded poly1305 v0.8.0 |
1075 | 2024-03-11T13:07:01.048Z | Downloaded tokio-rustls v0.24.1 |
1076 | 2024-03-11T13:07:01.048Z | Downloaded minimal-lexical v0.2.1 |
1077 | 2024-03-11T13:07:01.048Z | Downloaded want v0.3.1 |
1078 | 2024-03-11T13:07:01.049Z | Downloaded darling_macro v0.14.4 |
1079 | 2024-03-11T13:07:01.049Z | Downloaded gethostname v0.4.3 |
1080 | 2024-03-11T13:07:01.049Z | Downloaded rustc-hash v1.1.0 |
1081 | 2024-03-11T13:07:01.049Z | Downloaded path-slash v0.1.5 |
1082 | 2024-03-11T13:07:01.049Z | Downloaded libm v0.2.7 |
1083 | 2024-03-11T13:07:01.049Z | Downloaded typenum v1.16.0 |
1084 | 2024-03-11T13:07:01.049Z | Downloaded display-error-chain v0.2.0 |
1085 | 2024-03-11T13:07:01.049Z | Downloaded vte v0.11.1 |
1086 | 2024-03-11T13:07:01.049Z | Downloaded glob v0.3.1 |
1087 | 2024-03-11T13:07:01.049Z | Downloaded omicron-zone-package v0.11.0 |
1088 | 2024-03-11T13:07:01.049Z | Downloaded pretty-hex v0.2.1 |
1089 | 2024-03-11T13:07:01.049Z | Downloaded num_enum v0.5.11 |
1090 | 2024-03-11T13:07:01.049Z | Downloaded mio v0.8.11 |
1091 | 2024-03-11T13:07:01.049Z | Downloaded string_cache v0.8.7 |
1092 | 2024-03-11T13:07:01.049Z | Downloaded num-bigint v0.4.4 |
1093 | 2024-03-11T13:07:01.049Z | Downloaded pretty-hex v0.4.1 |
1094 | 2024-03-11T13:07:01.049Z | Downloaded fs-err v2.11.0 |
1095 | 2024-03-11T13:07:01.049Z | Downloaded proc-macro-crate v1.3.1 |
1096 | 2024-03-11T13:07:01.049Z | Downloaded pkcs8 v0.10.2 |
1097 | 2024-03-11T13:07:01.049Z | Downloaded parking_lot v0.11.2 |
1098 | 2024-03-11T13:07:01.049Z | Downloaded slab v0.4.9 |
1099 | 2024-03-11T13:07:01.049Z | Downloaded pest_generator v2.7.6 |
1100 | 2024-03-11T13:07:01.049Z | Downloaded usdt-impl v0.5.0 |
1101 | 2024-03-11T13:07:01.049Z | Downloaded snafu v0.7.5 |
1102 | 2024-03-11T13:07:01.050Z | Downloaded tui-tree-widget v0.17.0 |
1103 | 2024-03-11T13:07:01.050Z | Downloaded plain v0.2.3 |
1104 | 2024-03-11T13:07:01.050Z | Downloaded tokio-macros v2.2.0 |
1105 | 2024-03-11T13:07:01.050Z | Downloaded serde_yaml v0.9.25 |
1106 | 2024-03-11T13:07:01.050Z | Downloaded ucd-trie v0.1.6 |
1107 | 2024-03-11T13:07:01.050Z | Downloaded headers v0.3.9 |
1108 | 2024-03-11T13:07:01.050Z | Downloaded xattr v1.0.1 |
1109 | 2024-03-11T13:07:01.050Z | Downloaded phf_shared v0.10.0 |
1110 | 2024-03-11T13:07:01.050Z | Downloaded tinyvec_macros v0.1.1 |
1111 | 2024-03-11T13:07:01.050Z | Downloaded pin-utils v0.1.0 |
1112 | 2024-03-11T13:07:01.050Z | Downloaded zeroize v1.7.0 |
1113 | 2024-03-11T13:07:01.050Z | Downloaded time-macros v0.2.17 |
1114 | 2024-03-11T13:07:01.050Z | Downloaded sqlformat v0.2.3 |
1115 | 2024-03-11T13:07:01.050Z | Downloaded unsafe-libyaml v0.2.10 |
1116 | 2024-03-11T13:07:01.050Z | Downloaded defmt-macros v0.3.6 |
1117 | 2024-03-11T13:07:01.050Z | Downloaded half v2.3.1 |
1118 | 2024-03-11T13:07:01.050Z | Downloaded tower-service v0.3.2 |
1119 | 2024-03-11T13:07:01.050Z | Downloaded stability v0.1.1 |
1120 | 2024-03-11T13:07:01.050Z | Downloaded uuid v1.7.0 |
1121 | 2024-03-11T13:07:01.050Z | Downloaded usdt-macro v0.5.0 |
1122 | 2024-03-11T13:07:01.050Z | Downloaded defmt-parser v0.3.3 |
1123 | 2024-03-11T13:07:01.050Z | Downloaded spki v0.7.2 |
1124 | 2024-03-11T13:07:01.050Z | Downloaded tokio-tungstenite v0.20.1 |
1125 | 2024-03-11T13:07:01.050Z | Downloaded proc-macro2 v1.0.78 |
1126 | 2024-03-11T13:07:01.051Z | Downloaded smf v0.2.2 |
1127 | 2024-03-11T13:07:01.051Z | Downloaded embedded-io v0.4.0 |
1128 | 2024-03-11T13:07:01.051Z | Downloaded sha1 v0.10.6 |
1129 | 2024-03-11T13:07:01.051Z | Downloaded either v1.10.0 |
1130 | 2024-03-11T13:07:01.051Z | Downloaded rustls-pemfile v2.1.1 |
1131 | 2024-03-11T13:07:01.051Z | Downloaded futures-core v0.3.30 |
1132 | 2024-03-11T13:07:01.051Z | Downloaded pin-project-lite v0.2.13 |
1133 | 2024-03-11T13:07:01.051Z | Downloaded ppv-lite86 v0.2.17 |
1134 | 2024-03-11T13:07:01.051Z | Downloaded rustls-pki-types v1.3.0 |
1135 | 2024-03-11T13:07:01.051Z | Downloaded unicode-ident v1.0.12 |
1136 | 2024-03-11T13:07:01.051Z | Downloaded tokio-postgres v0.7.10 |
1137 | 2024-03-11T13:07:01.051Z | Downloaded usdt-attr-macro v0.3.5 |
1138 | 2024-03-11T13:07:01.051Z | Downloaded unicode-linebreak v0.1.5 |
1139 | 2024-03-11T13:07:01.051Z | Downloaded num_enum_derive v0.5.11 |
1140 | 2024-03-11T13:07:01.051Z | Downloaded slog-term v2.9.0 |
1141 | 2024-03-11T13:07:01.051Z | Downloaded number_prefix v0.4.0 |
1142 | 2024-03-11T13:07:01.051Z | Downloaded tiny-keccak v2.0.2 |
1143 | 2024-03-11T13:07:01.051Z | Downloaded subprocess v0.2.9 |
1144 | 2024-03-11T13:07:01.051Z | Downloaded tempfile v3.10.0 |
1145 | 2024-03-11T13:07:01.051Z | Downloaded fd-lock v3.0.13 |
1146 | 2024-03-11T13:07:01.051Z | Downloaded paste v1.0.14 |
1147 | 2024-03-11T13:07:01.051Z | Downloaded ed25519 v1.5.3 |
1148 | 2024-03-11T13:07:01.051Z | Downloaded siphasher v0.3.11 |
1149 | 2024-03-11T13:07:01.051Z | Downloaded heapless v0.8.0 |
1150 | 2024-03-11T13:07:01.051Z | Downloaded doc-comment v0.3.3 |
1151 | 2024-03-11T13:07:01.052Z | Downloaded num_threads v0.1.6 |
1152 | 2024-03-11T13:07:01.052Z | Downloaded zerocopy v0.6.4 |
1153 | 2024-03-11T13:07:01.052Z | Downloaded swrite v0.1.0 |
1154 | 2024-03-11T13:07:01.052Z | Downloaded heck v0.3.3 |
1155 | 2024-03-11T13:07:01.052Z | Downloaded r2d2 v0.8.10 |
1156 | 2024-03-11T13:07:01.052Z | Downloaded signature v2.1.0 |
1157 | 2024-03-11T13:07:01.052Z | Downloaded spin v0.9.8 |
1158 | 2024-03-11T13:07:01.052Z | Downloaded tokio-native-tls v0.3.1 |
1159 | 2024-03-11T13:07:01.052Z | Downloaded thiserror v1.0.57 |
1160 | 2024-03-11T13:07:01.052Z | Downloaded time-core v0.1.2 |
1161 | 2024-03-11T13:07:01.052Z | Downloaded trust-dns-resolver v0.22.0 |
1162 | 2024-03-11T13:07:01.052Z | Downloaded futures-channel v0.3.30 |
1163 | 2024-03-11T13:07:01.052Z | Downloaded env_logger v0.10.0 |
1164 | 2024-03-11T13:07:01.052Z | Downloaded ena v0.14.2 |
1165 | 2024-03-11T13:07:01.052Z | Downloaded pest_derive v2.7.6 |
1166 | 2024-03-11T13:07:01.052Z | Downloaded tracing-core v0.1.32 |
1167 | 2024-03-11T13:07:01.052Z | Downloaded signature v1.6.4 |
1168 | 2024-03-11T13:07:01.052Z | Downloaded toml v0.7.8 |
1169 | 2024-03-11T13:07:01.052Z | Downloaded unicode-bidi v0.3.15 |
1170 | 2024-03-11T13:07:01.052Z | Downloaded postcard v1.0.8 |
1171 | 2024-03-11T13:07:01.052Z | Downloaded openssl-probe v0.1.5 |
1172 | 2024-03-11T13:07:01.058Z | Downloaded fxhash v0.2.1 |
1173 | 2024-03-11T13:07:01.058Z | Downloaded itertools v0.10.5 |
1174 | 2024-03-11T13:07:01.058Z | Downloaded strsim v0.8.0 |
1175 | 2024-03-11T13:07:01.058Z | Downloaded stable_deref_trait v1.2.0 |
1176 | 2024-03-11T13:07:01.058Z | Downloaded parse-display v0.9.0 |
1177 | 2024-03-11T13:07:01.058Z | Downloaded num-bigint-dig v0.8.4 |
1178 | 2024-03-11T13:07:01.058Z | Downloaded rand v0.8.5 |
1179 | 2024-03-11T13:07:01.058Z | Downloaded usdt-attr-macro v0.5.0 |
1180 | 2024-03-11T13:07:01.059Z | Downloaded curve25519-dalek-derive v0.1.0 |
1181 | 2024-03-11T13:07:01.059Z | Downloaded sqlparser_derive v0.2.2 |
1182 | 2024-03-11T13:07:01.059Z | Downloaded scroll v0.12.0 |
1183 | 2024-03-11T13:07:01.059Z | Downloaded derive_builder v0.12.0 |
1184 | 2024-03-11T13:07:01.059Z | Downloaded snafu-derive v0.7.5 |
1185 | 2024-03-11T13:07:01.059Z | Downloaded darling v0.14.4 |
1186 | 2024-03-11T13:07:01.059Z | Downloaded hashbrown v0.14.3 |
1187 | 2024-03-11T13:07:01.059Z | Downloaded foreign-types v0.5.0 |
1188 | 2024-03-11T13:07:01.059Z | Downloaded semver-parser v0.10.2 |
1189 | 2024-03-11T13:07:01.059Z | Downloaded serde_repr v0.1.16 |
1190 | 2024-03-11T13:07:01.059Z | Downloaded thread_local v1.1.7 |
1191 | 2024-03-11T13:07:01.059Z | Downloaded darling_macro v0.20.3 |
1192 | 2024-03-11T13:07:01.059Z | Downloaded supports-color v3.0.0 |
1193 | 2024-03-11T13:07:01.059Z | Downloaded vsss-rs v3.3.4 |
1194 | 2024-03-11T13:07:01.059Z | Downloaded socket2 v0.4.9 |
1195 | 2024-03-11T13:07:01.059Z | Downloaded diff v0.1.13 |
1196 | 2024-03-11T13:07:01.059Z | Downloaded subtle v2.5.0 |
1197 | 2024-03-11T13:07:01.059Z | Downloaded filetime v0.2.23 |
1198 | 2024-03-11T13:07:01.059Z | Downloaded precomputed-hash v0.1.1 |
1199 | 2024-03-11T13:07:01.059Z | Downloaded downcast v0.11.0 |
1200 | 2024-03-11T13:07:01.059Z | Downloaded parking_lot v0.12.1 |
1201 | 2024-03-11T13:07:01.059Z | Downloaded itertools v0.12.1 |
1202 | 2024-03-11T13:07:01.059Z | Downloaded fixedbitset v0.4.2 |
1203 | 2024-03-11T13:07:01.060Z | Downloaded thiserror-impl-no-std v2.0.2 |
1204 | 2024-03-11T13:07:01.060Z | Downloaded unicode-xid v0.2.4 |
1205 | 2024-03-11T13:07:01.060Z | Downloaded rand_core v0.6.4 |
1206 | 2024-03-11T13:07:01.060Z | Downloaded textwrap v0.16.1 |
1207 | 2024-03-11T13:07:01.060Z | Downloaded once_cell v1.19.0 |
1208 | 2024-03-11T13:07:01.060Z | Downloaded waitgroup v0.1.2 |
1209 | 2024-03-11T13:07:01.060Z | Downloaded headers-core v0.2.0 |
1210 | 2024-03-11T13:07:01.060Z | Downloaded platforms v3.0.2 |
1211 | 2024-03-11T13:07:01.060Z | Downloaded zeroize_derive v1.4.2 |
1212 | 2024-03-11T13:07:01.060Z | Downloaded serde v1.0.197 |
1213 | 2024-03-11T13:07:01.060Z | Downloaded thread-id v4.2.0 |
1214 | 2024-03-11T13:07:01.060Z | Downloaded powerfmt v0.2.0 |
1215 | 2024-03-11T13:07:01.060Z | Downloaded tough v0.16.0 |
1216 | 2024-03-11T13:07:01.060Z | Downloaded flagset v0.4.3 |
1217 | 2024-03-11T13:07:01.060Z | Downloaded ref-cast-impl v1.0.20 |
1218 | 2024-03-11T13:07:01.060Z | Downloaded unicode-width v0.1.11 |
1219 | 2024-03-11T13:07:01.060Z | Downloaded clap_builder v4.5.1 |
1220 | 2024-03-11T13:07:01.060Z | Downloaded strum_macros v0.24.3 |
1221 | 2024-03-11T13:07:01.060Z | Downloaded rusty-fork v0.3.0 |
1222 | 2024-03-11T13:07:01.060Z | Downloaded fastrand v2.0.1 |
1223 | 2024-03-11T13:07:01.060Z | Downloaded strsim v0.10.0 |
1224 | 2024-03-11T13:07:01.060Z | Downloaded semver v1.0.22 |
1225 | 2024-03-11T13:07:01.060Z | Downloaded unicase v2.7.0 |
1226 | 2024-03-11T13:07:01.061Z | Downloaded thiserror-impl v1.0.57 |
1227 | 2024-03-11T13:07:01.061Z | Downloaded universal-hash v0.5.1 |
1228 | 2024-03-11T13:07:01.061Z | Downloaded spin v0.5.2 |
1229 | 2024-03-11T13:07:01.061Z | Downloaded sec1 v0.7.3 |
1230 | 2024-03-11T13:07:01.061Z | Downloaded tabled_derive v0.7.0 |
1231 | 2024-03-11T13:07:01.061Z | Downloaded serde_tokenstream v0.1.7 |
1232 | 2024-03-11T13:07:01.061Z | Downloaded ron v0.8.1 |
1233 | 2024-03-11T13:07:01.061Z | Downloaded fragile v2.0.0 |
1234 | 2024-03-11T13:07:01.061Z | Downloaded url v2.5.0 |
1235 | 2024-03-11T13:07:01.061Z | Downloaded digest v0.10.7 |
1236 | 2024-03-11T13:07:01.061Z | Downloaded structopt-derive v0.4.18 |
1237 | 2024-03-11T13:07:01.061Z | Downloaded diesel_derives v2.1.2 |
1238 | 2024-03-11T13:07:01.061Z | Downloaded hash32 v0.2.1 |
1239 | 2024-03-11T13:07:01.061Z | Downloaded serde_tokenstream v0.2.0 |
1240 | 2024-03-11T13:07:01.061Z | Downloaded test-strategy v0.3.1 |
1241 | 2024-03-11T13:07:01.061Z | Downloaded strum_macros v0.25.2 |
1242 | 2024-03-11T13:07:01.061Z | Downloaded darling_core v0.20.3 |
1243 | 2024-03-11T13:07:01.061Z | Downloaded fnv v1.0.7 |
1244 | 2024-03-11T13:07:01.061Z | Downloaded packed_struct v0.10.1 |
1245 | 2024-03-11T13:07:01.061Z | Downloaded enum-as-inner v0.5.1 |
1246 | 2024-03-11T13:07:01.061Z | Downloaded slog-bunyan v2.5.0 |
1247 | 2024-03-11T13:07:01.061Z | Downloaded parse-display-derive v0.9.0 |
1248 | 2024-03-11T13:07:01.061Z | Downloaded serde-hex v0.1.0 |
1249 | 2024-03-11T13:07:01.061Z | Downloaded parking_lot_core v0.9.8 |
1250 | 2024-03-11T13:07:01.062Z | Downloaded darling_core v0.14.4 |
1251 | 2024-03-11T13:07:01.062Z | Downloaded serde_with_macros v3.6.1 |
1252 | 2024-03-11T13:07:01.062Z | Downloaded toml_edit v0.19.15 |
1253 | 2024-03-11T13:07:01.062Z | Downloaded futures-executor v0.3.30 |
1254 | 2024-03-11T13:07:01.062Z | Downloaded strip-ansi-escapes v0.2.0 |
1255 | 2024-03-11T13:07:01.062Z | Downloaded tokio-rustls v0.25.0 |
1256 | 2024-03-11T13:07:01.062Z | Downloaded rcgen v0.12.1 |
1257 | 2024-03-11T13:07:01.062Z | Downloaded form_urlencoded v1.2.1 |
1258 | 2024-03-11T13:07:01.062Z | Downloaded predicates v3.1.0 |
1259 | 2024-03-11T13:07:01.062Z | Downloaded tracing-attributes v0.1.27 |
1260 | 2024-03-11T13:07:01.066Z | Downloaded tokio-stream v0.1.14 |
1261 | 2024-03-11T13:07:01.066Z | Downloaded radium v0.7.0 |
1262 | 2024-03-11T13:07:01.066Z | Downloaded fd-lock v4.0.2 |
1263 | 2024-03-11T13:07:01.066Z | Downloaded serde_json v1.0.114 |
1264 | 2024-03-11T13:07:01.070Z | Downloaded strum_macros v0.26.1 |
1265 | 2024-03-11T13:07:01.074Z | Downloaded flate2 v1.0.28 |
1266 | 2024-03-11T13:07:01.077Z | Downloaded flume v0.11.0 |
1267 | 2024-03-11T13:07:01.081Z | Downloaded rayon v1.9.0 |
1268 | 2024-03-11T13:07:01.091Z | Downloaded vec_map v0.8.2 |
1269 | 2024-03-11T13:07:01.094Z | Downloaded hashbrown v0.12.3 |
1270 | 2024-03-11T13:07:01.097Z | Downloaded num-rational v0.4.1 |
1271 | 2024-03-11T13:07:01.098Z | Downloaded typed-path v0.7.0 |
1272 | 2024-03-11T13:07:01.102Z | Downloaded unicode-normalization v0.1.22 |
1273 | 2024-03-11T13:07:01.107Z | Downloaded salty v0.2.0 |
1274 | 2024-03-11T13:07:01.111Z | Downloaded sqlparser v0.43.1 |
1275 | 2024-03-11T13:07:01.120Z | Downloaded rsa v0.9.2 |
1276 | 2024-03-11T13:07:01.127Z | Downloaded toml v0.8.10 |
1277 | 2024-03-11T13:07:01.133Z | Downloaded derive-where v1.2.7 |
1278 | 2024-03-11T13:07:01.133Z | Downloaded aho-corasick v1.1.2 |
1279 | 2024-03-11T13:07:01.144Z | Downloaded heapless v0.7.16 |
1280 | 2024-03-11T13:07:01.148Z | Downloaded futures v0.3.30 |
1281 | 2024-03-11T13:07:01.153Z | Downloaded ryu v1.0.15 |
1282 | 2024-03-11T13:07:01.156Z | Downloaded unicode-segmentation v1.10.1 |
1283 | 2024-03-11T13:07:01.159Z | Downloaded regex-automata v0.1.10 |
1284 | 2024-03-11T13:07:01.165Z | Downloaded pem-rfc7468 v0.7.0 |
1285 | 2024-03-11T13:07:01.169Z | Downloaded portable-atomic v1.4.3 |
1286 | 2024-03-11T13:07:01.172Z | Downloaded hyper v0.14.28 |
1287 | 2024-03-11T13:07:01.182Z | Downloaded time v0.3.34 |
1288 | 2024-03-11T13:07:01.186Z | Downloaded publicsuffix v2.2.3 |
1289 | 2024-03-11T13:07:01.189Z | Downloaded zip v0.6.6 |
1290 | 2024-03-11T13:07:01.192Z | Downloaded elliptic-curve v0.13.8 |
1291 | 2024-03-11T13:07:01.196Z | Downloaded rustls-webpki v0.102.1 |
1292 | 2024-03-11T13:07:01.213Z | Downloaded derive_more v0.99.17 |
1293 | 2024-03-11T13:07:01.218Z | Downloaded goblin v0.8.0 |
1294 | 2024-03-11T13:07:01.224Z | Downloaded trust-dns-client v0.22.0 |
1295 | 2024-03-11T13:07:01.230Z | Downloaded idna v0.5.0 |
1296 | 2024-03-11T13:07:01.236Z | Downloaded syn v2.0.51 |
1297 | 2024-03-11T13:07:01.247Z | Downloaded pest v2.7.6 |
1298 | 2024-03-11T13:07:01.255Z | Downloaded zerocopy v0.7.32 |
1299 | 2024-03-11T13:07:01.268Z | Downloaded rustyline v13.0.0 |
1300 | 2024-03-11T13:07:01.275Z | Downloaded reedline v0.30.0 |
1301 | 2024-03-11T13:07:01.280Z | Downloaded toml_edit v0.22.6 |
1302 | 2024-03-11T13:07:01.301Z | Downloaded quick-xml v0.30.0 |
1303 | 2024-03-11T13:07:01.307Z | Downloaded x509-cert v0.2.4 |
1304 | 2024-03-11T13:07:01.313Z | Downloaded bstr v0.2.17 |
1305 | 2024-03-11T13:07:01.322Z | Downloaded idna v0.3.0 |
1306 | 2024-03-11T13:07:01.330Z | Downloaded object v0.30.4 |
1307 | 2024-03-11T13:07:01.339Z | Downloaded object v0.32.1 |
1308 | 2024-03-11T13:07:01.349Z | Downloaded radix_trie v0.2.1 |
1309 | 2024-03-11T13:07:01.356Z | Downloaded gimli v0.28.0 |
1310 | 2024-03-11T13:07:01.363Z | Downloaded regress v0.8.0 |
1311 | 2024-03-11T13:07:01.370Z | Downloaded regex-syntax v0.8.2 |
1312 | 2024-03-11T13:07:01.382Z | Downloaded futures-util v0.3.30 |
1313 | 2024-03-11T13:07:01.391Z | Downloaded reqwest v0.11.24 |
1314 | 2024-03-11T13:07:01.398Z | Downloaded petgraph v0.6.4 |
1315 | 2024-03-11T13:07:01.413Z | Downloaded rustls-webpki v0.101.7 |
1316 | 2024-03-11T13:07:01.428Z | Downloaded trust-dns-proto v0.22.0 |
1317 | 2024-03-11T13:07:01.440Z | Downloaded smoltcp v0.11.0 |
1318 | 2024-03-11T13:07:01.452Z | Downloaded regex-syntax v0.6.29 |
1319 | 2024-03-11T13:07:01.459Z | Downloaded diesel v2.1.4 |
1320 | 2024-03-11T13:07:01.477Z | Downloaded polar-core v0.27.0 |
1321 | 2024-03-11T13:07:01.485Z | Downloaded zerocopy-derive v0.2.0 |
1322 | 2024-03-11T13:07:01.493Z | Downloaded zerocopy-derive v0.6.4 |
1323 | 2024-03-11T13:07:01.503Z | Downloaded openapiv3 v2.0.0 |
1324 | 2024-03-11T13:07:01.517Z | Downloaded rustls v0.22.2 |
1325 | 2024-03-11T13:07:01.529Z | Downloaded libc v0.2.153 |
1326 | 2024-03-11T13:07:01.556Z | Downloaded tokio v1.36.0 |
1327 | 2024-03-11T13:07:01.593Z | Downloaded csv v1.3.0 |
1328 | 2024-03-11T13:07:01.613Z | Downloaded ratatui v0.26.1 |
1329 | 2024-03-11T13:07:01.630Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1330 | 2024-03-11T13:07:01.642Z | Downloaded sled v0.34.7 |
1331 | 2024-03-11T13:07:01.651Z | Downloaded rustix v0.38.31 |
1332 | 2024-03-11T13:07:01.673Z | Downloaded regex-automata v0.4.5 |
1333 | 2024-03-11T13:07:01.690Z | Downloaded curve25519-dalek v4.1.1 |
1334 | 2024-03-11T13:07:01.704Z | Downloaded sha3 v0.10.8 |
1335 | 2024-03-11T13:07:01.709Z | Downloaded syn v1.0.109 |
1336 | 2024-03-11T13:07:01.718Z | Downloaded smoltcp v0.9.1 |
1337 | 2024-03-11T13:07:01.729Z | Downloaded regex v1.10.3 |
1338 | 2024-03-11T13:07:01.741Z | Downloaded vcpkg v0.2.15 |
1339 | 2024-03-11T13:07:01.780Z | Downloaded bstr v1.9.0 |
1340 | 2024-03-11T13:07:01.790Z | Downloaded idna v0.2.3 |
1341 | 2024-03-11T13:07:01.796Z | Downloaded winnow v0.5.15 |
1342 | 2024-03-11T13:07:01.803Z | Downloaded rustls v0.21.9 |
1343 | 2024-03-11T13:07:01.814Z | Downloaded nix v0.27.1 |
1344 | 2024-03-11T13:07:01.827Z | Downloaded encoding_rs v0.8.33 |
1345 | 2024-03-11T13:07:01.848Z | Downloaded tabled v0.15.0 |
1346 | 2024-03-11T13:07:01.862Z | Downloaded proptest v1.4.0 |
1347 | 2024-03-11T13:07:01.871Z | Downloaded openssl v0.10.60 |
1348 | 2024-03-11T13:07:01.880Z | Downloaded ring v0.17.8 |
1349 | 2024-03-11T13:07:01.948Z | Downloaded bitvec v1.0.1 |
1350 | 2024-03-11T13:07:01.963Z | Downloaded bindgen v0.69.2 |
1351 | 2024-03-11T13:07:01.970Z | Downloaded chrono v0.4.34 |
1352 | 2024-03-11T13:07:01.977Z | Downloaded winnow v0.6.1 |
1353 | 2024-03-11T13:07:01.985Z | Downloaded h2 v0.3.24 |
1354 | 2024-03-11T13:07:01.992Z | Downloaded webpki-roots v0.25.2 |
1355 | 2024-03-11T13:07:01.995Z | Downloaded lalrpop v0.19.12 |
1356 | 2024-03-11T13:07:02.006Z | Downloaded clap v2.34.0 |
1357 | 2024-03-11T13:07:02.014Z | Downloaded blake3 v1.5.0 |
1358 | 2024-03-11T13:07:02.021Z | Downloaded unicode_categories v0.1.1 |
1359 | 2024-03-11T13:07:02.026Z | Downloaded pkcs1 v0.7.5 |
1360 | 2024-03-11T13:07:02.029Z | Downloaded similar v2.4.0 |
1361 | 2024-03-11T13:07:02.029Z | Downloaded serde_with v3.6.1 |
1362 | 2024-03-11T13:07:02.036Z | Downloaded steno v0.4.0 |
1363 | 2024-03-11T13:07:02.040Z | Downloaded num-iter v0.1.44 |
1364 | 2024-03-11T13:07:02.043Z | Downloaded socket2 v0.5.5 |
1365 | 2024-03-11T13:07:02.043Z | Downloaded pin-project v1.1.3 |
1366 | 2024-03-11T13:07:02.053Z | Downloaded der v0.7.8 |
1367 | 2024-03-11T13:07:02.058Z | Downloaded predicates-tree v1.0.9 |
1368 | 2024-03-11T13:07:02.062Z | Downloaded usdt v0.5.0 |
1369 | 2024-03-11T13:07:02.063Z | Downloaded deranged v0.3.11 |
1370 | 2024-03-11T13:07:02.063Z | Downloaded term v0.7.0 |
1371 | 2024-03-11T13:07:02.067Z | Downloaded rand_xorshift v0.3.0 |
1372 | 2024-03-11T13:07:02.067Z | Downloaded synstructure v0.12.6 |
1373 | 2024-03-11T13:07:02.067Z | Downloaded rayon-core v1.12.1 |
1374 | 2024-03-11T13:07:02.070Z | Downloaded openssl-sys v0.9.96 |
1375 | 2024-03-11T13:07:02.075Z | Downloaded tokio-util v0.7.10 |
1376 | 2024-03-11T13:07:02.080Z | Downloaded tracing v0.1.40 |
1377 | 2024-03-11T13:07:02.084Z | Downloaded thiserror-no-std v2.0.2 |
1378 | 2024-03-11T13:07:02.091Z | Downloaded trust-dns-server v0.22.1 |
1379 | 2024-03-11T13:07:02.094Z | Downloaded crossterm v0.27.0 |
1380 | 2024-03-11T13:07:02.098Z | Downloaded postgres-protocol v0.6.6 |
1381 | 2024-03-11T13:07:02.102Z | Downloaded nom v7.1.3 |
1382 | 2024-03-11T13:07:02.106Z | Downloaded which v4.4.0 |
1383 | 2024-03-11T13:07:02.106Z | Downloaded funty v2.0.0 |
1384 | 2024-03-11T13:07:02.106Z | Downloaded version_check v0.9.4 |
1385 | 2024-03-11T13:07:02.110Z | Downloaded hashbrown v0.13.2 |
1386 | 2024-03-11T13:07:02.114Z | Downloaded usdt-impl v0.3.5 |
1387 | 2024-03-11T13:07:02.114Z | Downloaded stringprep v0.1.3 |
1388 | 2024-03-11T13:07:02.115Z | Downloaded hkdf v0.12.4 |
1389 | 2024-03-11T13:07:02.118Z | Downloaded fatfs v0.3.6 |
1390 | 2024-03-11T13:07:02.124Z | Downloaded percent-encoding v2.3.1 |
1391 | 2024-03-11T13:07:02.124Z | Downloaded textwrap v0.11.0 |
1392 | 2024-03-11T13:07:02.124Z | Downloaded zerocopy-derive v0.7.32 |
1393 | 2024-03-11T13:07:02.128Z | Downloaded schemars_derive v0.8.16 |
1394 | 2024-03-11T13:07:02.128Z | Downloaded tungstenite v0.20.1 |
1395 | 2024-03-11T13:07:02.131Z | Downloaded serde_derive v1.0.197 |
1396 | 2024-03-11T13:07:02.131Z | Downloaded usdt v0.3.5 |
1397 | 2024-03-11T13:07:02.138Z | Downloaded defmt v0.3.5 |
1398 | 2024-03-11T13:07:02.138Z | Downloaded password-hash v0.5.0 |
1399 | 2024-03-11T13:07:02.142Z | Downloaded strsim v0.11.0 |
1400 | 2024-03-11T13:07:02.142Z | Downloaded ref-cast v1.0.20 |
1401 | 2024-03-11T13:07:02.142Z | Downloaded memchr v2.7.1 |
1402 | 2024-03-11T13:07:02.146Z | Downloaded wyz v0.5.1 |
1403 | 2024-03-11T13:07:02.146Z | Downloaded pin-project-internal v1.1.3 |
1404 | 2024-03-11T13:07:02.149Z | Downloaded serde-big-array v0.5.1 |
1405 | 2024-03-11T13:07:02.149Z | Downloaded tar v0.4.40 |
1406 | 2024-03-11T13:07:02.152Z | Downloaded postgres-types v0.2.6 |
1407 | 2024-03-11T13:07:02.152Z | Downloaded owo-colors v4.0.0 |
1408 | 2024-03-11T13:07:02.156Z | Downloaded prettyplease v0.2.16 |
1409 | 2024-03-11T13:07:02.159Z | Downloaded papergrid v0.11.0 |
1410 | 2024-03-11T13:07:02.162Z | Downloaded pest_meta v2.7.6 |
1411 | 2024-03-11T13:07:02.167Z | Downloaded ring v0.16.20 |
1412 | 2024-03-11T13:07:02.245Z | Downloaded signal-hook v0.3.17 |
1413 | 2024-03-11T13:07:02.248Z | Downloaded pkg-config v0.3.27 |
1414 | 2024-03-11T13:07:02.248Z | Downloaded darling v0.20.3 |
1415 | 2024-03-11T13:07:02.251Z | Downloaded http v1.0.0 |
1416 | 2024-03-11T13:07:02.257Z | Downloaded slog-dtrace v0.3.0 |
1417 | 2024-03-11T13:07:02.260Z | Downloaded pem v3.0.2 |
1418 | 2024-03-11T13:07:02.261Z | Downloaded miniz_oxide v0.7.1 |
1419 | 2024-03-11T13:07:02.261Z | Downloaded predicates-core v1.0.6 |
1420 | 2024-03-11T13:07:02.261Z | Downloaded toml v0.5.11 |
1421 | 2024-03-11T13:07:02.301Z | Downloaded der_derive v0.7.2 |
1422 | 2024-03-11T13:07:02.301Z | Downloaded http v0.2.12 |
1423 | 2024-03-11T13:07:02.301Z | Downloaded tinyvec v1.6.0 |
1424 | 2024-03-11T13:07:02.301Z | Downloaded libloading v0.7.4 |
1425 | 2024-03-11T13:07:02.301Z | Downloaded colored v2.1.0 |
1426 | 2024-03-11T13:07:02.301Z | Downloaded maybe-uninit v2.0.0 |
1427 | 2024-03-11T13:07:02.301Z | Downloaded rustversion v1.0.14 |
1428 | 2024-03-11T13:07:02.301Z | Downloaded rustc_version v0.4.0 |
1429 | 2024-03-11T13:07:02.301Z | Downloaded crc v3.0.1 |
1430 | 2024-03-11T13:07:02.301Z | Downloaded anstyle v1.0.2 |
1431 | 2024-03-11T13:07:02.301Z | Downloaded foreign-types-macros v0.2.3 |
1432 | 2024-03-11T13:07:02.301Z | Downloaded toolchain_find v0.2.0 |
1433 | 2024-03-11T13:07:02.301Z | Downloaded hyper-rustls v0.24.2 |
1434 | 2024-03-11T13:07:02.302Z | Downloaded clap_derive v4.5.0 |
1435 | 2024-03-11T13:07:02.302Z | Downloaded base16ct v0.2.0 |
1436 | 2024-03-11T13:07:02.302Z | Downloaded async-stream v0.3.5 |
1437 | 2024-03-11T13:07:02.302Z | Downloaded cipher v0.4.4 |
1438 | 2024-03-11T13:07:02.302Z | Downloaded async-recursion v1.0.5 |
1439 | 2024-03-11T13:07:02.305Z | Downloaded lazycell v1.3.0 |
1440 | 2024-03-11T13:07:02.305Z | Downloaded itoa v1.0.9 |
1441 | 2024-03-11T13:07:02.305Z | Downloaded memmap v0.7.0 |
1442 | 2024-03-11T13:07:02.318Z | Downloaded atty v0.2.14 |
1443 | 2024-03-11T13:07:02.318Z | Downloaded atomic-waker v1.1.1 |
1444 | 2024-03-11T13:07:02.318Z | Downloaded ansi_term v0.12.1 |
1445 | 2024-03-11T13:07:02.318Z | Downloaded ipnetwork v0.20.0 |
1446 | 2024-03-11T13:07:02.318Z | Downloaded argon2 v0.5.3 |
1447 | 2024-03-11T13:07:02.318Z | Downloaded rpassword v7.3.1 |
1448 | 2024-03-11T13:07:02.319Z | Downloaded cobs v0.2.3 |
1449 | 2024-03-11T13:07:02.319Z | Downloaded bytecount v0.6.3 |
1450 | 2024-03-11T13:07:02.326Z | Downloaded lalrpop-util v0.19.12 |
1451 | 2024-03-11T13:07:02.326Z | Downloaded keccak v0.1.4 |
1452 | 2024-03-11T13:07:02.326Z | Downloaded console v0.15.8 |
1453 | 2024-03-11T13:07:02.331Z | Downloaded ciborium v0.2.2 |
1454 | 2024-03-11T13:07:02.331Z | Downloaded cancel-safe-futures v0.1.5 |
1455 | 2024-03-11T13:07:02.336Z | Downloaded hyper-staticfile v0.9.5 |
1456 | 2024-03-11T13:07:02.336Z | Downloaded convert_case v0.4.0 |
1457 | 2024-03-11T13:07:02.336Z | Downloaded iana-time-zone v0.1.57 |
1458 | 2024-03-11T13:07:02.340Z | Downloaded heck v0.4.1 |
1459 | 2024-03-11T13:07:02.340Z | Downloaded castaway v0.2.2 |
1460 | 2024-03-11T13:07:02.340Z | Downloaded cassowary v0.3.0 |
1461 | 2024-03-11T13:07:02.343Z | Downloaded block-padding v0.3.3 |
1462 | 2024-03-11T13:07:02.343Z | Downloaded macaddr v1.0.1 |
1463 | 2024-03-11T13:07:02.344Z | Downloaded chacha20poly1305 v0.10.1 |
1464 | 2024-03-11T13:07:02.350Z | Downloaded cc v1.0.83 |
1465 | 2024-03-11T13:07:02.355Z | Downloaded schemars v0.8.16 |
1466 | 2024-03-11T13:07:02.362Z | Downloaded addr2line v0.21.0 |
1467 | 2024-03-11T13:07:02.367Z | Downloaded byteorder v1.5.0 |
1468 | 2024-03-11T13:07:02.785Z | Compiling proc-macro2 v1.0.78 |
1469 | 2024-03-11T13:07:02.788Z | Compiling unicode-ident v1.0.12 |
1470 | 2024-03-11T13:07:02.789Z | Compiling libc v0.2.153 |
1471 | 2024-03-11T13:07:02.789Z | Compiling serde v1.0.197 |
1472 | 2024-03-11T13:07:02.789Z | Compiling version_check v0.9.4 |
1473 | 2024-03-11T13:07:02.789Z | Compiling autocfg v1.1.0 |
1474 | 2024-03-11T13:07:02.789Z | Compiling cfg-if v1.0.0 |
1475 | 2024-03-11T13:07:02.952Z | Compiling syn v1.0.109 |
1476 | 2024-03-11T13:07:02.957Z | Compiling once_cell v1.19.0 |
1477 | 2024-03-11T13:07:03.031Z | Compiling byteorder v1.5.0 |
1478 | 2024-03-11T13:07:03.346Z | Compiling memchr v2.7.1 |
1479 | 2024-03-11T13:07:03.449Z | Compiling parking_lot_core v0.9.8 |
1480 | 2024-03-11T13:07:03.517Z | Compiling ahash v0.8.8 |
1481 | 2024-03-11T13:07:03.569Z | Compiling lock_api v0.4.10 |
1482 | 2024-03-11T13:07:04.094Z | Compiling serde_json v1.0.114 |
1483 | 2024-03-11T13:07:04.212Z | Compiling libm v0.2.7 |
1484 | 2024-03-11T13:07:04.224Z | Compiling num-traits v0.2.18 |
1485 | 2024-03-11T13:07:04.264Z | Compiling thiserror v1.0.57 |
1486 | 2024-03-11T13:07:04.502Z | Compiling typenum v1.16.0 |
1487 | 2024-03-11T13:07:04.616Z | Compiling generic-array v0.14.7 |
1488 | 2024-03-11T13:07:04.724Z | Compiling itoa v1.0.9 |
1489 | 2024-03-11T13:07:05.092Z | Compiling quote v1.0.35 |
1490 | 2024-03-11T13:07:05.125Z | Compiling scopeguard v1.2.0 |
1491 | 2024-03-11T13:07:05.256Z | Compiling log v0.4.20 |
1492 | 2024-03-11T13:07:05.404Z | Compiling getrandom v0.2.12 |
1493 | 2024-03-11T13:07:05.739Z | Compiling syn v2.0.51 |
1494 | 2024-03-11T13:07:05.761Z | Compiling cc v1.0.83 |
1495 | 2024-03-11T13:07:05.922Z | Compiling pkg-config v0.3.27 |
1496 | 2024-03-11T13:07:06.043Z | Compiling allocator-api2 v0.2.16 |
1497 | 2024-03-11T13:07:06.245Z | Compiling slab v0.4.9 |
1498 | 2024-03-11T13:07:06.249Z | Compiling ryu v1.0.15 |
1499 | 2024-03-11T13:07:06.780Z | Compiling schemars v0.8.16 |
1500 | 2024-03-11T13:07:06.950Z | Compiling smallvec v1.13.1 |
1501 | 2024-03-11T13:07:07.092Z | Compiling pin-project-lite v0.2.13 |
1502 | 2024-03-11T13:07:07.202Z | Compiling equivalent v1.0.1 |
1503 | 2024-03-11T13:07:07.229Z | Compiling heck v0.4.1 |
1504 | 2024-03-11T13:07:07.708Z | Compiling vcpkg v0.2.15 |
1505 | 2024-03-11T13:07:08.290Z | Compiling ring v0.17.8 |
1506 | 2024-03-11T13:07:08.499Z | Compiling parking_lot v0.12.1 |
1507 | 2024-03-11T13:07:09.317Z | Compiling signal-hook-registry v1.4.1 |
1508 | 2024-03-11T13:07:09.429Z | Compiling openssl-sys v0.9.96 |
1509 | 2024-03-11T13:07:10.188Z | Compiling rand_core v0.6.4 |
1510 | 2024-03-11T13:07:10.274Z | Compiling mio v0.8.11 |
1511 | 2024-03-11T13:07:10.645Z | Compiling fnv v1.0.7 |
1512 | 2024-03-11T13:07:11.086Z | Compiling num-conv v0.1.0 |
1513 | 2024-03-11T13:07:11.128Z | Compiling time-core v0.1.2 |
1514 | 2024-03-11T13:07:11.286Z | Compiling ring v0.16.20 |
1515 | 2024-03-11T13:07:11.376Z | Compiling time-macros v0.2.17 |
1516 | 2024-03-11T13:07:12.225Z | Compiling socket2 v0.5.5 |
1517 | 2024-03-11T13:07:12.252Z | Compiling num_cpus v1.16.0 |
1518 | 2024-03-11T13:07:12.535Z | Compiling ucd-trie v0.1.6 |
1519 | 2024-03-11T13:07:12.623Z | Compiling httparse v1.8.0 |
1520 | 2024-03-11T13:07:12.700Z | Compiling futures-core v0.3.30 |
1521 | 2024-03-11T13:07:12.957Z | Compiling serde_derive_internals v0.26.0 |
1522 | 2024-03-11T13:07:13.235Z | Compiling semver v1.0.22 |
1523 | 2024-03-11T13:07:13.520Z | Compiling crossbeam-utils v0.8.19 |
1524 | 2024-03-11T13:07:13.625Z | Compiling openssl v0.10.60 |
1525 | 2024-03-11T13:07:13.682Z | Compiling spin v0.5.2 |
1526 | 2024-03-11T13:07:14.083Z | Compiling iana-time-zone v0.1.57 |
1527 | 2024-03-11T13:07:14.274Z | Compiling tinyvec_macros v0.1.1 |
1528 | 2024-03-11T13:07:14.389Z | Compiling tinyvec v1.6.0 |
1529 | 2024-03-11T13:07:14.430Z | Compiling subtle v2.5.0 |
1530 | 2024-03-11T13:07:14.737Z | Compiling rustix v0.38.31 |
1531 | 2024-03-11T13:07:15.078Z | Compiling const-oid v0.9.6 |
1532 | 2024-03-11T13:07:15.116Z | Compiling rustls v0.21.9 |
1533 | 2024-03-11T13:07:15.222Z | Compiling unicode-xid v0.2.4 |
1534 | 2024-03-11T13:07:15.354Z | Compiling native-tls v0.2.11 |
1535 | 2024-03-11T13:07:15.390Z | Compiling synstructure v0.12.6 |
1536 | 2024-03-11T13:07:15.410Z | Compiling spin v0.9.8 |
1537 | 2024-03-11T13:07:15.774Z | Compiling futures-sink v0.3.30 |
1538 | 2024-03-11T13:07:15.817Z | Compiling unicode-normalization v0.1.22 |
1539 | 2024-03-11T13:07:15.854Z | Compiling unicode-bidi v0.3.15 |
1540 | 2024-03-11T13:07:16.811Z | Compiling backtrace v0.3.69 |
1541 | 2024-03-11T13:07:16.950Z | Compiling cookie v0.17.0 |
1542 | 2024-03-11T13:07:17.002Z | Compiling dyn-clone v1.0.17 |
1543 | 2024-03-11T13:07:17.173Z | Compiling slog v2.7.0 |
1544 | 2024-03-11T13:07:17.372Z | Compiling futures-channel v0.3.30 |
1545 | 2024-03-11T13:07:17.522Z | Compiling tracing-core v0.1.32 |
1546 | 2024-03-11T13:07:17.652Z | Compiling pin-utils v0.1.0 |
1547 | 2024-03-11T13:07:17.754Z | Compiling futures-task v0.3.30 |
1548 | 2024-03-11T13:07:17.856Z | Compiling futures-io v0.3.30 |
1549 | 2024-03-11T13:07:17.964Z | Compiling winnow v0.5.15 |
1550 | 2024-03-11T13:07:18.632Z | Compiling schemars_derive v0.8.16 |
1551 | 2024-03-11T13:07:18.749Z | Compiling serde_derive v1.0.197 |
1552 | 2024-03-11T13:07:19.035Z | Compiling zerocopy-derive v0.7.32 |
1553 | 2024-03-11T13:07:19.903Z | Compiling zeroize_derive v1.4.2 |
1554 | 2024-03-11T13:07:20.430Z | Compiling thiserror-impl v1.0.57 |
1555 | 2024-03-11T13:07:20.845Z | Compiling tokio-macros v2.2.0 |
1556 | 2024-03-11T13:07:21.152Z | Compiling zerocopy v0.7.32 |
1557 | 2024-03-11T13:07:21.175Z | Compiling futures-macro v0.3.30 |
1558 | 2024-03-11T13:07:21.367Z | Compiling tracing-attributes v0.1.27 |
1559 | 2024-03-11T13:07:22.284Z | Compiling zeroize v1.7.0 |
1560 | 2024-03-11T13:07:23.175Z | Compiling hashbrown v0.14.3 |
1561 | 2024-03-11T13:07:23.287Z | Compiling pest v2.7.6 |
1562 | 2024-03-11T13:07:24.350Z | Compiling openssl-macros v0.1.1 |
1563 | 2024-03-11T13:07:24.496Z | Compiling zerocopy-derive v0.2.0 |
1564 | 2024-03-11T13:07:24.606Z | Compiling crypto-common v0.1.6 |
1565 | 2024-03-11T13:07:24.903Z | Compiling der_derive v0.7.2 |
1566 | 2024-03-11T13:07:24.909Z | Compiling tracing v0.1.40 |
1567 | 2024-03-11T13:07:25.004Z | Compiling block-buffer v0.10.4 |
1568 | 2024-03-11T13:07:25.240Z | Compiling futures-util v0.3.30 |
1569 | 2024-03-11T13:07:25.648Z | Compiling pest_meta v2.7.6 |
1570 | 2024-03-11T13:07:26.334Z | Compiling aho-corasick v1.1.2 |
1571 | 2024-03-11T13:07:27.073Z | Compiling pest_generator v2.7.6 |
1572 | 2024-03-11T13:07:28.952Z | Compiling usdt-impl v0.3.5 |
1573 | 2024-03-11T13:07:29.798Z | Compiling pest_derive v2.7.6 |
1574 | 2024-03-11T13:07:30.501Z | Compiling anyhow v1.0.79 |
1575 | 2024-03-11T13:07:30.688Z | Compiling crc32fast v1.3.2 |
1576 | 2024-03-11T13:07:30.968Z | Compiling regex-syntax v0.8.2 |
1577 | 2024-03-11T13:07:31.107Z | Compiling rustversion v1.0.14 |
1578 | 2024-03-11T13:07:31.630Z | Compiling digest v0.10.7 |
1579 | 2024-03-11T13:07:31.668Z | Compiling scroll_derive v0.12.0 |
1580 | 2024-03-11T13:07:31.986Z | Compiling bytes v1.5.0 |
1581 | 2024-03-11T13:07:32.027Z | Compiling indexmap v2.2.5 |
1582 | 2024-03-11T13:07:32.127Z | Compiling uuid v1.7.0 |
1583 | 2024-03-11T13:07:32.227Z | Compiling chrono v0.4.34 |
1584 | 2024-03-11T13:07:33.463Z | Compiling tokio v1.36.0 |
1585 | 2024-03-11T13:07:34.834Z | Compiling bitflags v2.4.2 |
1586 | 2024-03-11T13:07:35.444Z | Compiling serde_spanned v0.6.5 |
1587 | 2024-03-11T13:07:35.853Z | Compiling toml_datetime v0.6.5 |
1588 | 2024-03-11T13:07:36.450Z | Compiling toml_edit v0.19.15 |
1589 | 2024-03-11T13:07:36.888Z | Compiling rustc_version v0.4.0 |
1590 | 2024-03-11T13:07:36.999Z | Compiling http v0.2.12 |
1591 | 2024-03-11T13:07:37.605Z | Compiling heapless v0.7.16 |
1592 | 2024-03-11T13:07:39.386Z | Compiling regex-automata v0.4.5 |
1593 | 2024-03-11T13:07:39.484Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1594 | 2024-03-11T13:07:39.911Z | Compiling ppv-lite86 v0.2.17 |
1595 | 2024-03-11T13:07:40.311Z | Compiling powerfmt v0.2.0 |
1596 | 2024-03-11T13:07:40.702Z | Compiling async-trait v0.1.77 |
1597 | 2024-03-11T13:07:40.817Z | Compiling untrusted v0.9.0 |
1598 | 2024-03-11T13:07:41.054Z | Compiling unicode-width v0.1.11 |
1599 | 2024-03-11T13:07:41.144Z | Compiling percent-encoding v2.3.1 |
1600 | 2024-03-11T13:07:41.204Z | Compiling signal-hook v0.3.17 |
1601 | 2024-03-11T13:07:41.536Z | Compiling rand_chacha v0.3.1 |
1602 | 2024-03-11T13:07:42.388Z | Compiling deranged v0.3.11 |
1603 | 2024-03-11T13:07:43.367Z | Compiling zerocopy v0.3.0 |
1604 | 2024-03-11T13:07:44.168Z | Compiling thread-id v4.2.0 |
1605 | 2024-03-11T13:07:44.976Z | Compiling num_threads v0.1.6 |
1606 | 2024-03-11T13:07:45.273Z | Compiling time v0.3.34 |
1607 | 2024-03-11T13:07:46.973Z | Compiling regex v1.10.3 |
1608 | 2024-03-11T13:07:47.343Z | Compiling dof v0.1.5 |
1609 | 2024-03-11T13:07:48.088Z | Compiling rand v0.8.5 |
1610 | 2024-03-11T13:07:48.129Z | Compiling tokio-util v0.7.10 |
1611 | 2024-03-11T13:07:49.534Z | Compiling dtrace-parser v0.1.14 |
1612 | 2024-03-11T13:07:50.180Z | Compiling num-bigint v0.4.4 |
1613 | 2024-03-11T13:07:50.394Z | Compiling smoltcp v0.9.1 |
1614 | 2024-03-11T13:07:50.810Z | Compiling untrusted v0.7.1 |
1615 | 2024-03-11T13:07:51.003Z | Compiling base64ct v1.6.0 |
1616 | 2024-03-11T13:07:51.044Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1617 | 2024-03-11T13:07:51.139Z | Compiling foreign-types-shared v0.1.1 |
1618 | 2024-03-11T13:07:51.259Z | Compiling foreign-types v0.3.2 |
1619 | 2024-03-11T13:07:51.563Z | Compiling pem-rfc7468 v0.7.0 |
1620 | 2024-03-11T13:07:53.644Z | Compiling form_urlencoded v1.2.1 |
1621 | 2024-03-11T13:07:54.776Z | Compiling hmac v0.12.1 |
1622 | 2024-03-11T13:07:55.005Z | Compiling serde_tokenstream v0.1.7 |
1623 | 2024-03-11T13:07:55.029Z | Compiling lazy_static v1.4.0 |
1624 | 2024-03-11T13:07:55.218Z | Compiling base64 v0.21.7 |
1625 | 2024-03-11T13:07:55.325Z | Compiling flagset v0.4.3 |
1626 | 2024-03-11T13:07:55.347Z | Compiling siphasher v0.3.11 |
1627 | 2024-03-11T13:07:55.544Z | Compiling adler v1.0.2 |
1628 | 2024-03-11T13:07:55.653Z | Compiling try-lock v0.2.4 |
1629 | 2024-03-11T13:07:55.693Z | Compiling bitflags v1.3.2 |
1630 | 2024-03-11T13:07:55.826Z | Compiling unicode-segmentation v1.10.1 |
1631 | 2024-03-11T13:07:55.844Z | Compiling want v0.3.1 |
1632 | 2024-03-11T13:07:55.950Z | Compiling miniz_oxide v0.7.1 |
1633 | 2024-03-11T13:07:56.361Z | Compiling der v0.7.8 |
1634 | 2024-03-11T13:07:57.648Z | Compiling sct v0.7.0 |
1635 | 2024-03-11T13:07:57.913Z | Compiling rustls-webpki v0.101.7 |
1636 | 2024-03-11T13:07:57.935Z | Compiling h2 v0.3.24 |
1637 | 2024-03-11T13:07:59.504Z | Compiling http-body v0.4.5 |
1638 | 2024-03-11T13:07:59.556Z | Compiling zerocopy-derive v0.6.4 |
1639 | 2024-03-11T13:07:59.589Z | Compiling hubpack_derive v0.1.1 |
1640 | 2024-03-11T13:07:59.732Z | Compiling idna v0.5.0 |
1641 | 2024-03-11T13:08:00.384Z | Compiling errno v0.3.8 |
1642 | 2024-03-11T13:08:00.615Z | Compiling usdt-impl v0.5.0 |
1643 | 2024-03-11T13:08:01.030Z | Compiling utf8parse v0.2.1 |
1644 | 2024-03-11T13:08:01.187Z | Compiling stable_deref_trait v1.2.0 |
1645 | 2024-03-11T13:08:01.294Z | Compiling httpdate v1.0.3 |
1646 | 2024-03-11T13:08:01.294Z | Compiling anstyle v1.0.2 |
1647 | 2024-03-11T13:08:01.461Z | Compiling cpufeatures v0.2.12 |
1648 | 2024-03-11T13:08:01.571Z | Compiling tower-service v0.3.2 |
1649 | 2024-03-11T13:08:01.699Z | Compiling openssl-probe v0.1.5 |
1650 | 2024-03-11T13:08:01.744Z | Compiling sha2 v0.10.8 |
1651 | 2024-03-11T13:08:01.914Z | Compiling anstyle-parse v0.2.1 |
1652 | 2024-03-11T13:08:01.986Z | Compiling url v2.5.0 |
1653 | 2024-03-11T13:08:02.512Z | Compiling spki v0.7.2 |
1654 | 2024-03-11T13:08:03.413Z | Compiling usdt-attr-macro v0.3.5 |
1655 | 2024-03-11T13:08:03.464Z | Compiling usdt-macro v0.3.5 |
1656 | 2024-03-11T13:08:04.973Z | Compiling hyper v0.14.28 |
1657 | 2024-03-11T13:08:05.227Z | Compiling openapiv3 v2.0.0 |
1658 | 2024-03-11T13:08:05.862Z | Compiling scroll v0.12.0 |
1659 | 2024-03-11T13:08:06.222Z | Compiling md-5 v0.10.5 |
1660 | 2024-03-11T13:08:06.533Z | Compiling stringprep v0.1.3 |
1661 | 2024-03-11T13:08:06.566Z | Compiling idna v0.3.0 |
1662 | 2024-03-11T13:08:07.415Z | Compiling diesel_table_macro_syntax v0.1.0 |
1663 | 2024-03-11T13:08:07.810Z | Compiling num-integer v0.1.46 |
1664 | 2024-03-11T13:08:07.848Z | Compiling hash32 v0.2.1 |
1665 | 2024-03-11T13:08:08.029Z | Compiling psl-types v2.0.11 |
1666 | 2024-03-11T13:08:08.364Z | Compiling colorchoice v1.0.0 |
1667 | 2024-03-11T13:08:08.532Z | Compiling anstyle-query v1.0.0 |
1668 | 2024-03-11T13:08:08.616Z | Compiling fallible-iterator v0.2.0 |
1669 | 2024-03-11T13:08:08.659Z | Compiling plain v0.2.3 |
1670 | 2024-03-11T13:08:08.827Z | Compiling gimli v0.28.0 |
1671 | 2024-03-11T13:08:09.356Z | Compiling postgres-protocol v0.6.6 |
1672 | 2024-03-11T13:08:09.709Z | Compiling goblin v0.8.0 |
1673 | 2024-03-11T13:08:10.157Z | Compiling anstream v0.6.11 |
1674 | 2024-03-11T13:08:10.838Z | Compiling publicsuffix v2.2.3 |
1675 | 2024-03-11T13:08:11.829Z | Compiling diesel_derives v2.1.2 |
1676 | 2024-03-11T13:08:13.544Z | Compiling addr2line v0.21.0 |
1677 | 2024-03-11T13:08:15.321Z | Compiling tokio-rustls v0.24.1 |
1678 | 2024-03-11T13:08:15.573Z | Compiling terminal_size v0.3.0 |
1679 | 2024-03-11T13:08:15.728Z | Compiling tokio-native-tls v0.3.1 |
1680 | 2024-03-11T13:08:15.784Z | Compiling pkcs8 v0.10.2 |
1681 | 2024-03-11T13:08:16.280Z | Compiling phf_shared v0.11.2 |
1682 | 2024-03-11T13:08:16.671Z | Compiling strum_macros v0.25.2 |
1683 | 2024-03-11T13:08:17.897Z | Compiling serde_tokenstream v0.2.0 |
1684 | 2024-03-11T13:08:18.416Z | Compiling block-padding v0.3.3 |
1685 | 2024-03-11T13:08:18.999Z | Compiling clap_derive v4.5.0 |
1686 | 2024-03-11T13:08:21.189Z | Compiling serde_repr v0.1.16 |
1687 | 2024-03-11T13:08:21.286Z | Compiling enum-as-inner v0.5.1 |
1688 | 2024-03-11T13:08:21.627Z | Compiling ff v0.13.0 |
1689 | 2024-03-11T13:08:21.892Z | Compiling scheduled-thread-pool v0.2.7 |
1690 | 2024-03-11T13:08:22.110Z | Compiling object v0.32.1 |
1691 | 2024-03-11T13:08:23.633Z | Compiling base16ct v0.2.0 |
1692 | 2024-03-11T13:08:23.924Z | Compiling managed v0.8.0 |
1693 | 2024-03-11T13:08:24.990Z | Compiling pretty-hex v0.4.1 |
1694 | 2024-03-11T13:08:25.143Z | Compiling rustc-demangle v0.1.23 |
1695 | 2024-03-11T13:08:25.213Z | Compiling strsim v0.11.0 |
1696 | 2024-03-11T13:08:26.007Z | Compiling clap_lex v0.7.0 |
1697 | 2024-03-11T13:08:26.053Z | Compiling regex-automata v0.1.10 |
1698 | 2024-03-11T13:08:26.458Z | Compiling ipnet v2.9.0 |
1699 | 2024-03-11T13:08:27.572Z | Compiling matches v0.1.10 |
1700 | 2024-03-11T13:08:27.674Z | Compiling strsim v0.10.0 |
1701 | 2024-03-11T13:08:28.867Z | Compiling ident_case v1.0.1 |
1702 | 2024-03-11T13:08:29.273Z | Compiling bit-vec v0.6.3 |
1703 | 2024-03-11T13:08:29.961Z | Compiling darling_core v0.20.3 |
1704 | 2024-03-11T13:08:32.998Z | Compiling idna v0.2.3 |
1705 | 2024-03-11T13:08:33.320Z | Compiling bstr v0.2.17 |
1706 | 2024-03-11T13:08:33.434Z | Compiling clap_builder v4.5.1 |
1707 | 2024-03-11T13:08:34.401Z | Compiling dof v0.3.0 |
1708 | 2024-03-11T13:08:35.515Z | Compiling sec1 v0.7.3 |
1709 | 2024-03-11T13:08:36.303Z | Compiling r2d2 v0.8.10 |
1710 | 2024-03-11T13:08:36.752Z | Compiling group v0.13.0 |
1711 | 2024-03-11T13:08:37.907Z | Compiling inout v0.1.3 |
1712 | 2024-03-11T13:08:41.891Z | Compiling phf v0.11.2 |
1713 | 2024-03-11T13:08:41.894Z | Compiling hyper-tls v0.5.0 |
1714 | 2024-03-11T13:08:41.894Z | Compiling signal-hook-mio v0.2.3 |
1715 | 2024-03-11T13:08:41.894Z | Compiling hyper-rustls v0.24.2 |
1716 | 2024-03-11T13:08:41.894Z | Compiling bzip2 v0.4.4 |
1717 | 2024-03-11T13:08:41.894Z | Compiling cookie_store v0.20.0 |
1718 | 2024-03-11T13:08:42.039Z | Compiling flate2 v1.0.28 |
1719 | 2024-03-11T13:08:42.065Z | Compiling postgres-types v0.2.6 |
1720 | 2024-03-11T13:08:42.085Z | Compiling zerocopy v0.6.4 |
1721 | 2024-03-11T13:08:42.946Z | Compiling hubpack v0.1.2 |
1722 | 2024-03-11T13:08:42.990Z | Compiling rustls-pemfile v1.0.3 |
1723 | 2024-03-11T13:08:43.004Z | Compiling phf_shared v0.10.0 |
1724 | 2024-03-11T13:08:43.066Z | Compiling hkdf v0.12.4 |
1725 | 2024-03-11T13:08:43.139Z | Compiling serde_urlencoded v0.7.1 |
1726 | 2024-03-11T13:08:43.314Z | Compiling crossbeam-epoch v0.9.18 |
1727 | 2024-03-11T13:08:43.331Z | Compiling ipnetwork v0.20.0 |
1728 | 2024-03-11T13:08:43.469Z | Compiling futures-executor v0.3.30 |
1729 | 2024-03-11T13:08:43.842Z | Compiling dtrace-parser v0.2.0 |
1730 | 2024-03-11T13:08:43.865Z | Compiling regress v0.8.0 |
1731 | 2024-03-11T13:08:43.969Z | Compiling crypto-bigint v0.5.2 |
1732 | 2024-03-11T13:08:44.231Z | Compiling float-cmp v0.9.0 |
1733 | 2024-03-11T13:08:44.455Z | Compiling encoding_rs v0.8.33 |
1734 | 2024-03-11T13:08:45.476Z | Compiling static_assertions v1.1.0 |
1735 | 2024-03-11T13:08:45.581Z | Compiling either v1.10.0 |
1736 | 2024-03-11T13:08:46.058Z | Compiling sync_wrapper v0.1.2 |
1737 | 2024-03-11T13:08:46.186Z | Compiling normalize-line-endings v0.3.0 |
1738 | 2024-03-11T13:08:46.329Z | Compiling webpki-roots v0.25.2 |
1739 | 2024-03-11T13:08:46.497Z | Compiling data-encoding v2.4.0 |
1740 | 2024-03-11T13:08:46.700Z | Compiling new_debug_unreachable v1.0.4 |
1741 | 2024-03-11T13:08:46.803Z | Compiling difflib v0.4.0 |
1742 | 2024-03-11T13:08:47.499Z | Compiling winnow v0.6.1 |
1743 | 2024-03-11T13:08:48.008Z | Compiling whoami v1.5.0 |
1744 | 2024-03-11T13:08:48.257Z | Compiling fixedbitset v0.4.2 |
1745 | 2024-03-11T13:08:48.433Z | Compiling precomputed-hash v0.1.1 |
1746 | 2024-03-11T13:08:48.562Z | Compiling minimal-lexical v0.2.1 |
1747 | 2024-03-11T13:08:48.583Z | Compiling predicates-core v1.0.6 |
1748 | 2024-03-11T13:08:48.664Z | Compiling mime v0.3.17 |
1749 | 2024-03-11T13:08:49.202Z | Compiling nom v7.1.3 |
1750 | 2024-03-11T13:08:49.300Z | Compiling itertools v0.10.5 |
1751 | 2024-03-11T13:08:49.607Z | Compiling reqwest v0.11.24 |
1752 | 2024-03-11T13:08:49.758Z | Compiling predicates v3.1.0 |
1753 | 2024-03-11T13:08:51.296Z | Compiling toml_edit v0.22.6 |
1754 | 2024-03-11T13:08:51.299Z | Compiling string_cache v0.8.7 |
1755 | 2024-03-11T13:08:51.746Z | Compiling petgraph v0.6.4 |
1756 | 2024-03-11T13:08:52.541Z | Compiling tokio-postgres v0.7.10 |
1757 | 2024-03-11T13:08:53.046Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1758 | 2024-03-11T13:08:55.475Z | Compiling trust-dns-proto v0.22.0 |
1759 | 2024-03-11T13:08:57.090Z | Compiling elliptic-curve v0.13.8 |
1760 | 2024-03-11T13:08:57.828Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1761 | 2024-03-11T13:09:02.203Z | Compiling futures v0.3.30 |
1762 | 2024-03-11T13:09:02.340Z | Compiling diesel v2.1.4 |
1763 | 2024-03-11T13:09:02.363Z | Compiling zip v0.6.6 |
1764 | 2024-03-11T13:09:02.827Z | Compiling crossterm v0.27.0 |
1765 | 2024-03-11T13:09:03.165Z | Compiling yasna v0.5.2 |
1766 | 2024-03-11T13:09:03.615Z | Compiling cipher v0.4.4 |
1767 | 2024-03-11T13:09:04.085Z | Compiling clap v4.5.1 |
1768 | 2024-03-11T13:09:04.217Z | Compiling darling_macro v0.20.3 |
1769 | 2024-03-11T13:09:04.446Z | Compiling similar v2.4.0 |
1770 | 2024-03-11T13:09:04.727Z | Compiling bit-set v0.5.3 |
1771 | 2024-03-11T13:09:04.798Z | Compiling num-iter v0.1.44 |
1772 | 2024-03-11T13:09:04.973Z | Compiling usdt v0.3.5 |
1773 | 2024-03-11T13:09:05.016Z | Compiling console v0.15.8 |
1774 | 2024-03-11T13:09:06.000Z | Compiling bstr v1.9.0 |
1775 | 2024-03-11T13:09:06.003Z | Compiling tokio-stream v0.1.14 |
1776 | 2024-03-11T13:09:06.284Z | Compiling toml v0.7.8 |
1777 | 2024-03-11T13:09:06.434Z | Compiling hex v0.4.3 |
1778 | 2024-03-11T13:09:06.946Z | Compiling proc-macro-error-attr v1.0.4 |
1779 | 2024-03-11T13:09:07.058Z | Compiling lalrpop-util v0.19.12 |
1780 | 2024-03-11T13:09:07.761Z | Compiling darling v0.20.3 |
1781 | 2024-03-11T13:09:07.879Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1782 | 2024-03-11T13:09:11.285Z | Compiling proc-macro-crate v1.3.1 |
1783 | 2024-03-11T13:09:12.508Z | Compiling proc-macro-error v1.0.4 |
1784 | 2024-03-11T13:09:13.174Z | Compiling heapless v0.8.0 |
1785 | 2024-03-11T13:09:13.301Z | Compiling camino v1.1.6 |
1786 | 2024-03-11T13:09:14.584Z | Compiling num_enum_derive v0.5.11 |
1787 | 2024-03-11T13:09:21.728Z | Compiling atty v0.2.14 |
1788 | 2024-03-11T13:09:22.146Z | Compiling hash32 v0.3.1 |
1789 | 2024-03-11T13:09:22.426Z | Compiling rustls-pki-types v1.3.0 |
1790 | 2024-03-11T13:09:23.455Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1791 | 2024-03-11T13:09:24.326Z | Compiling smoltcp v0.11.0 |
1792 | 2024-03-11T13:09:39.655Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1793 | 2024-03-11T13:09:40.011Z | Compiling num_enum v0.5.11 |
1794 | 2024-03-11T13:09:47.328Z | Compiling dirs-sys-next v0.1.2 |
1795 | 2024-03-11T13:09:50.687Z | Compiling embedded-io v0.4.0 |
1796 | 2024-03-11T13:09:50.935Z | Compiling cobs v0.2.3 |
1797 | 2024-03-11T13:09:51.632Z | Compiling rustls v0.22.2 |
1798 | 2024-03-11T13:09:52.062Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1799 | 2024-03-11T13:09:55.607Z | Compiling postcard v1.0.8 |
1800 | 2024-03-11T13:09:57.104Z | Compiling dirs-next v2.0.0 |
1801 | 2024-03-11T13:10:07.286Z | Compiling rustls-webpki v0.102.1 |
1802 | 2024-03-11T13:10:07.725Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1803 | 2024-03-11T13:10:11.771Z | Compiling getopts v0.2.21 |
1804 | 2024-03-11T13:10:12.011Z | Compiling strum_macros v0.26.1 |
1805 | 2024-03-11T13:10:12.642Z | Compiling foreign-types-macros v0.2.3 |
1806 | 2024-03-11T13:10:13.839Z | Compiling structmeta-derive v0.3.0 |
1807 | 2024-03-11T13:10:14.471Z | Compiling thread_local v1.1.7 |
1808 | 2024-03-11T13:10:14.948Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1809 | 2024-03-11T13:10:15.238Z | Compiling multer v3.0.0 |
1810 | 2024-03-11T13:10:15.541Z | Compiling unsafe-libyaml v0.2.10 |
1811 | 2024-03-11T13:10:16.686Z | Compiling rayon-core v1.12.1 |
1812 | 2024-03-11T13:10:16.686Z | Compiling foreign-types-shared v0.3.1 |
1813 | 2024-03-11T13:10:16.739Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1814 | 2024-03-11T13:10:17.021Z | Compiling match_cfg v0.1.0 |
1815 | 2024-03-11T13:10:17.127Z | Compiling paste v1.0.14 |
1816 | 2024-03-11T13:10:17.349Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1817 | 2024-03-11T13:10:17.776Z | Compiling slog-async v2.8.0 |
1818 | 2024-03-11T13:10:18.384Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1819 | 2024-03-11T13:10:19.217Z | Compiling hostname v0.3.1 |
1820 | 2024-03-11T13:10:21.876Z | Compiling serde_yaml v0.9.25 |
1821 | 2024-03-11T13:10:23.293Z | Compiling strum v0.26.1 |
1822 | 2024-03-11T13:10:23.491Z | Compiling foreign-types v0.5.0 |
1823 | 2024-03-11T13:10:23.653Z | Compiling structmeta v0.3.0 |
1824 | 2024-03-11T13:10:26.124Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1825 | 2024-03-11T13:10:33.026Z | Compiling term v0.7.0 |
1826 | 2024-03-11T13:10:34.454Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1827 | 2024-03-11T13:10:35.441Z | Compiling crossbeam-deque v0.8.3 |
1828 | 2024-03-11T13:10:36.221Z | Compiling slog-json v2.6.1 |
1829 | 2024-03-11T13:10:42.798Z | Compiling crossbeam-channel v0.5.8 |
1830 | 2024-03-11T13:10:42.997Z | Compiling tabwriter v1.4.0 |
1831 | 2024-03-11T13:10:42.997Z | Compiling http v1.0.0 |
1832 | 2024-03-11T13:10:42.997Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1833 | 2024-03-11T13:10:42.998Z | Compiling async-stream-impl v0.3.5 |
1834 | 2024-03-11T13:10:42.998Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1835 | 2024-03-11T13:10:42.998Z | Compiling cstr-argument v0.1.2 |
1836 | 2024-03-11T13:10:42.998Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1837 | 2024-03-11T13:10:43.032Z | Compiling pretty-hex v0.2.1 |
1838 | 2024-03-11T13:10:43.032Z | Compiling atomic-waker v1.1.1 |
1839 | 2024-03-11T13:10:43.032Z | Compiling take_mut v0.2.2 |
1840 | 2024-03-11T13:10:43.032Z | Compiling crucible-workspace-hack v0.1.0 |
1841 | 2024-03-11T13:10:43.032Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1842 | 2024-03-11T13:10:43.032Z | Compiling fastrand v2.0.1 |
1843 | 2024-03-11T13:10:43.033Z | Compiling waitgroup v0.1.2 |
1844 | 2024-03-11T13:10:43.033Z | Compiling tempfile v3.10.0 |
1845 | 2024-03-11T13:10:43.033Z | Compiling async-stream v0.3.5 |
1846 | 2024-03-11T13:10:43.135Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1847 | 2024-03-11T13:10:43.778Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1848 | 2024-03-11T13:10:44.787Z | Compiling slog-bunyan v2.5.0 |
1849 | 2024-03-11T13:10:45.520Z | Compiling slog-term v2.9.0 |
1850 | 2024-03-11T13:10:45.543Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1851 | 2024-03-11T13:10:47.352Z | Compiling tokio-rustls v0.25.0 |
1852 | 2024-03-11T13:10:47.830Z | Compiling parse-display-derive v0.9.0 |
1853 | 2024-03-11T13:10:48.857Z | Compiling toml v0.8.10 |
1854 | 2024-03-11T13:10:49.602Z | Compiling rustls-pemfile v2.1.1 |
1855 | 2024-03-11T13:10:50.374Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1856 | 2024-03-11T13:10:51.822Z | Compiling serde_with_macros v3.6.1 |
1857 | 2024-03-11T13:10:51.873Z | Compiling sha1 v0.10.6 |
1858 | 2024-03-11T13:10:52.829Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1859 | 2024-03-11T13:10:54.542Z | Compiling heck v0.3.3 |
1860 | 2024-03-11T13:10:54.758Z | Compiling colored v2.1.0 |
1861 | 2024-03-11T13:10:54.799Z | Compiling textwrap v0.11.0 |
1862 | 2024-03-11T13:10:54.917Z | Compiling newtype-uuid v1.0.1 |
1863 | 2024-03-11T13:10:55.273Z | Compiling serde_path_to_error v0.1.15 |
1864 | 2024-03-11T13:10:55.453Z | Compiling socket2 v0.4.9 |
1865 | 2024-03-11T13:10:55.869Z | Compiling instant v0.1.12 |
1866 | 2024-03-11T13:10:56.046Z | Compiling debug-ignore v1.0.5 |
1867 | 2024-03-11T13:10:56.115Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1868 | 2024-03-11T13:10:56.216Z | Compiling ansi_term v0.12.1 |
1869 | 2024-03-11T13:10:56.261Z | Compiling strsim v0.8.0 |
1870 | 2024-03-11T13:10:56.506Z | Compiling libefi-sys v0.1.0 |
1871 | 2024-03-11T13:10:56.796Z | Compiling vec_map v0.8.2 |
1872 | 2024-03-11T13:10:57.049Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1873 | 2024-03-11T13:10:57.112Z | Compiling clap v2.34.0 |
1874 | 2024-03-11T13:10:57.684Z | Compiling backoff v0.4.0 |
1875 | 2024-03-11T13:10:58.713Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1876 | 2024-03-11T13:10:59.061Z | Compiling structopt-derive v0.4.18 |
1877 | 2024-03-11T13:10:59.614Z | Compiling serde_with v3.6.1 |
1878 | 2024-03-11T13:11:00.621Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1879 | 2024-03-11T13:11:00.871Z | Compiling parse-display v0.9.0 |
1880 | 2024-03-11T13:11:01.706Z | Compiling rayon v1.9.0 |
1881 | 2024-03-11T13:11:03.003Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1882 | 2024-03-11T13:11:03.751Z | Compiling camino-tempfile v1.1.1 |
1883 | 2024-03-11T13:11:04.262Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
1884 | 2024-03-11T13:11:04.609Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1885 | 2024-03-11T13:11:04.741Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1886 | 2024-03-11T13:11:04.796Z | Compiling macaddr v1.0.1 |
1887 | 2024-03-11T13:11:05.426Z | Compiling num-derive v0.4.0 |
1888 | 2024-03-11T13:11:06.044Z | Compiling blake3 v1.5.0 |
1889 | 2024-03-11T13:11:06.598Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1890 | 2024-03-11T13:11:06.964Z | Compiling portable-atomic v1.4.3 |
1891 | 2024-03-11T13:11:07.559Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1892 | 2024-03-11T13:11:07.622Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
1893 | 2024-03-11T13:11:07.791Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
1894 | 2024-03-11T13:11:07.930Z | Compiling structopt v0.3.26 |
1895 | 2024-03-11T13:11:08.111Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b85995f92ae94cdc78b97b0a610c69e103e00423#b85995f9) |
1896 | 2024-03-11T13:11:08.744Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1897 | 2024-03-11T13:11:09.248Z | Compiling smf v0.2.2 |
1898 | 2024-03-11T13:11:10.064Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1899 | 2024-03-11T13:11:11.040Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1900 | 2024-03-11T13:11:11.439Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1901 | 2024-03-11T13:11:11.973Z | Compiling filetime v0.2.23 |
1902 | 2024-03-11T13:11:12.149Z | Compiling xattr v1.0.1 |
1903 | 2024-03-11T13:11:12.328Z | Compiling memmap2 v0.7.1 |
1904 | 2024-03-11T13:11:12.495Z | Compiling constant_time_eq v0.3.0 |
1905 | 2024-03-11T13:11:12.688Z | Compiling same-file v1.0.6 |
1906 | 2024-03-11T13:11:12.878Z | Compiling arrayvec v0.7.4 |
1907 | 2024-03-11T13:11:12.931Z | Compiling arrayref v0.3.7 |
1908 | 2024-03-11T13:11:12.967Z | Compiling walkdir v2.4.0 |
1909 | 2024-03-11T13:11:13.045Z | Compiling tar v0.4.40 |
1910 | 2024-03-11T13:11:14.535Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1911 | 2024-03-11T13:11:15.986Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1912 | 2024-03-11T13:11:16.388Z | Compiling gethostname v0.4.3 |
1913 | 2024-03-11T13:11:16.657Z | Compiling topological-sort v0.2.2 |
1914 | 2024-03-11T13:11:16.915Z | Compiling number_prefix v0.4.0 |
1915 | 2024-03-11T13:11:17.165Z | Compiling omicron-zone-package v0.11.0 |
1916 | 2024-03-11T13:11:17.744Z | Compiling indicatif v0.17.8 |
1917 | 2024-03-11T13:11:18.060Z | Compiling swrite v0.1.0 |
1918 | 2024-03-11T13:11:21.304Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1919 | 2024-03-11T13:11:24.372Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1920 | 2024-03-11T13:11:26.878Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1921 | 2024-03-11T13:11:44.745Z | Finished release [optimized] target(s) in 5m 04s |
1922 | 2024-03-11T13:11:44.995Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1923 | 2024-03-11T13:11:45.061Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1924 | 2024-03-11T13:11:45.064Z | Created new build target 'test' and set it as active |
1925 | 2024-03-11T13:11:45.064Z | |
1926 | 2024-03-11T13:11:45.065Z | real 5:05.146374449 |
1927 | 2024-03-11T13:11:45.065Z | user 32:22.764338667 |
1928 | 2024-03-11T13:11:45.065Z | sys 3:57.538036430 |
1929 | 2024-03-11T13:11:45.065Z | trap 0.933460577 |
1930 | 2024-03-11T13:11:45.065Z | tflt 5.132972394 |
1931 | 2024-03-11T13:11:45.065Z | dflt 2.834674056 |
1932 | 2024-03-11T13:11:45.065Z | kflt 0.429896161 |
1933 | 2024-03-11T13:11:45.065Z | lock 1:09:10.274593307 |
1934 | 2024-03-11T13:11:45.065Z | slp 1:32:23.204337652 |
1935 | 2024-03-11T13:11:45.065Z | lat 2:06.953530637 |
1936 | 2024-03-11T13:11:45.065Z | stop 3:39.375210663 |
1937 | 2024-03-11T13:11:45.065Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1938 | 2024-03-11T13:11:45.806Z | Finished release [optimized] target(s) in 0.69s |
1939 | 2024-03-11T13:11:45.827Z | Running `target/release/omicron-package -t test package` |
1940 | 2024-03-11T13:11:45.853Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1941 | 2024-03-11T13:11:46.647Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1942 | 2024-03-11T13:11:46.651Z | Compiling linked-hash-map v0.5.6 |
1943 | 2024-03-11T13:11:46.651Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1944 | 2024-03-11T13:11:46.712Z | Compiling password-hash v0.5.0 |
1945 | 2024-03-11T13:11:46.716Z | Compiling usdt-attr-macro v0.5.0 |
1946 | 2024-03-11T13:11:46.724Z | Compiling usdt-macro v0.5.0 |
1947 | 2024-03-11T13:11:46.727Z | Compiling blake2 v0.10.6 |
1948 | 2024-03-11T13:11:46.739Z | Compiling memmap v0.7.0 |
1949 | 2024-03-11T13:11:47.061Z | Compiling lru-cache v0.1.2 |
1950 | 2024-03-11T13:11:47.161Z | Compiling semver v0.1.20 |
1951 | 2024-03-11T13:11:47.280Z | Compiling argon2 v0.5.3 |
1952 | 2024-03-11T13:11:47.744Z | Compiling rustc_version v0.1.7 |
1953 | 2024-03-11T13:11:48.065Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1954 | 2024-03-11T13:11:48.113Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1955 | 2024-03-11T13:11:48.137Z | Compiling usdt v0.5.0 |
1956 | 2024-03-11T13:11:48.151Z | Compiling newtype_derive v0.1.6 |
1957 | 2024-03-11T13:11:48.351Z | Compiling quick-error v1.2.3 |
1958 | 2024-03-11T13:11:48.476Z | Compiling humantime v2.1.0 |
1959 | 2024-03-11T13:11:48.600Z | Compiling resolv-conf v0.7.0 |
1960 | 2024-03-11T13:11:48.644Z | Compiling rayon-core v1.12.1 |
1961 | 2024-03-11T13:11:48.660Z | Compiling crossbeam-deque v0.8.3 |
1962 | 2024-03-11T13:11:48.996Z | Compiling same-file v1.0.6 |
1963 | 2024-03-11T13:11:49.008Z | Compiling fastrand v2.0.1 |
1964 | 2024-03-11T13:11:49.211Z | Compiling walkdir v2.4.0 |
1965 | 2024-03-11T13:11:49.322Z | Compiling trust-dns-resolver v0.22.0 |
1966 | 2024-03-11T13:11:49.494Z | Compiling tempfile v3.10.0 |
1967 | 2024-03-11T13:11:49.833Z | Compiling steno v0.4.0 |
1968 | 2024-03-11T13:11:50.014Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1969 | 2024-03-11T13:11:50.221Z | Compiling itertools v0.12.1 |
1970 | 2024-03-11T13:11:50.276Z | Compiling camino v1.1.6 |
1971 | 2024-03-11T13:11:50.335Z | Compiling semver-parser v0.10.2 |
1972 | 2024-03-11T13:11:51.255Z | Compiling derive-where v1.2.7 |
1973 | 2024-03-11T13:11:52.056Z | Compiling slog-dtrace v0.3.0 |
1974 | 2024-03-11T13:11:52.205Z | Compiling blake3 v1.5.0 |
1975 | 2024-03-11T13:11:52.395Z | Compiling semver v0.11.0 |
1976 | 2024-03-11T13:11:52.494Z | Compiling rayon v1.9.0 |
1977 | 2024-03-11T13:11:53.894Z | Compiling nibble_vec v0.1.0 |
1978 | 2024-03-11T13:11:54.062Z | Compiling memmap2 v0.7.1 |
1979 | 2024-03-11T13:11:54.116Z | Compiling filetime v0.2.23 |
1980 | 2024-03-11T13:11:54.405Z | Compiling xattr v1.0.1 |
1981 | 2024-03-11T13:11:54.430Z | Compiling num-rational v0.4.1 |
1982 | 2024-03-11T13:11:54.561Z | Compiling endian-type v0.1.2 |
1983 | 2024-03-11T13:11:54.648Z | Compiling arrayvec v0.7.4 |
1984 | 2024-03-11T13:11:54.713Z | Compiling home v0.5.5 |
1985 | 2024-03-11T13:11:54.788Z | Compiling arrayref v0.3.7 |
1986 | 2024-03-11T13:11:54.881Z | Compiling constant_time_eq v0.3.0 |
1987 | 2024-03-11T13:11:54.931Z | Compiling toolchain_find v0.2.0 |
1988 | 2024-03-11T13:11:55.015Z | Compiling radix_trie v0.2.1 |
1989 | 2024-03-11T13:11:55.296Z | Compiling tar v0.4.40 |
1990 | 2024-03-11T13:11:55.480Z | Compiling camino-tempfile v1.1.1 |
1991 | 2024-03-11T13:11:55.963Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1992 | 2024-03-11T13:11:56.388Z | Compiling toml v0.5.11 |
1993 | 2024-03-11T13:11:57.439Z | Compiling radium v0.7.0 |
1994 | 2024-03-11T13:11:57.477Z | Compiling topological-sort v0.2.2 |
1995 | 2024-03-11T13:11:57.691Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1996 | 2024-03-11T13:11:57.895Z | Compiling omicron-zone-package v0.11.0 |
1997 | 2024-03-11T13:11:58.623Z | Compiling rustfmt-wrapper v0.2.0 |
1998 | 2024-03-11T13:11:59.257Z | Compiling toml v0.8.10 |
1999 | 2024-03-11T13:11:59.705Z | Compiling num-complex v0.4.4 |
2000 | 2024-03-11T13:12:00.517Z | Compiling cancel-safe-futures v0.1.5 |
2001 | 2024-03-11T13:12:00.817Z | Compiling maybe-uninit v2.0.0 |
2002 | 2024-03-11T13:12:00.841Z | Compiling tap v1.0.1 |
2003 | 2024-03-11T13:12:01.003Z | Compiling wyz v0.5.1 |
2004 | 2024-03-11T13:12:01.037Z | Compiling num v0.4.1 |
2005 | 2024-03-11T13:12:01.319Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2006 | 2024-03-11T13:12:01.452Z | Compiling crc-catalog v2.2.0 |
2007 | 2024-03-11T13:12:01.592Z | Compiling packed_struct v0.10.1 |
2008 | 2024-03-11T13:12:01.677Z | Compiling funty v2.0.0 |
2009 | 2024-03-11T13:12:01.998Z | Compiling num-bigint-dig v0.8.4 |
2010 | 2024-03-11T13:12:02.235Z | Compiling crc v3.0.1 |
2011 | 2024-03-11T13:12:02.420Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2012 | 2024-03-11T13:12:02.986Z | Compiling bitvec v1.0.1 |
2013 | 2024-03-11T13:12:03.054Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2014 | 2024-03-11T13:12:03.329Z | Compiling fxhash v0.2.1 |
2015 | 2024-03-11T13:12:03.534Z | Compiling packed_struct_codegen v0.10.1 |
2016 | 2024-03-11T13:12:04.228Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2017 | 2024-03-11T13:12:06.128Z | Compiling indexmap v1.9.3 |
2018 | 2024-03-11T13:12:06.411Z | Compiling display-error-chain v0.2.0 |
2019 | 2024-03-11T13:12:06.590Z | Compiling utf-8 v0.7.6 |
2020 | 2024-03-11T13:12:06.933Z | Compiling nodrop v0.1.14 |
2021 | 2024-03-11T13:12:07.054Z | Compiling array-init v0.0.4 |
2022 | 2024-03-11T13:12:08.365Z | Compiling tungstenite v0.20.1 |
2023 | 2024-03-11T13:12:08.789Z | Compiling smallvec v0.6.14 |
2024 | 2024-03-11T13:12:11.565Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2025 | 2024-03-11T13:12:12.772Z | Compiling pkcs1 v0.7.5 |
2026 | 2024-03-11T13:12:13.760Z | Compiling is-terminal v0.4.9 |
2027 | 2024-03-11T13:12:13.866Z | Compiling signature v2.1.0 |
2028 | 2024-03-11T13:12:13.893Z | Compiling unicase v2.7.0 |
2029 | 2024-03-11T13:12:14.084Z | Compiling half v2.3.1 |
2030 | 2024-03-11T13:12:14.171Z | Compiling termcolor v1.2.0 |
2031 | 2024-03-11T13:12:14.804Z | Compiling bitfield v0.14.0 |
2032 | 2024-03-11T13:12:15.095Z | Compiling hashbrown v0.12.3 |
2033 | 2024-03-11T13:12:15.226Z | Compiling ciborium-io v0.2.2 |
2034 | 2024-03-11T13:12:15.348Z | Compiling ciborium-ll v0.2.2 |
2035 | 2024-03-11T13:12:15.847Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2036 | 2024-03-11T13:12:16.886Z | Compiling env_logger v0.10.0 |
2037 | 2024-03-11T13:12:17.502Z | Compiling rsa v0.9.2 |
2038 | 2024-03-11T13:12:20.823Z | Compiling tokio-tungstenite v0.20.1 |
2039 | 2024-03-11T13:12:21.334Z | Compiling serde-hex v0.1.0 |
2040 | 2024-03-11T13:12:21.428Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2041 | 2024-03-11T13:12:21.747Z | Compiling x509-cert v0.2.4 |
2042 | 2024-03-11T13:12:22.952Z | Compiling ron v0.8.1 |
2043 | 2024-03-11T13:12:26.591Z | Compiling hashbrown v0.13.2 |
2044 | 2024-03-11T13:12:27.920Z | Compiling crc-any v2.4.3 |
2045 | 2024-03-11T13:12:27.931Z | Compiling arc-swap v1.6.0 |
2046 | 2024-03-11T13:12:28.684Z | Compiling slog-scope v4.4.0 |
2047 | 2024-03-11T13:12:28.867Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2048 | 2024-03-11T13:12:29.095Z | Compiling object v0.30.4 |
2049 | 2024-03-11T13:12:29.575Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2050 | 2024-03-11T13:12:31.331Z | Compiling ciborium v0.2.2 |
2051 | 2024-03-11T13:12:33.582Z | Compiling libsw v3.3.1 |
2052 | 2024-03-11T13:12:33.909Z | Compiling dirs-sys-next v0.1.2 |
2053 | 2024-03-11T13:12:33.952Z | Compiling parking_lot_core v0.8.6 |
2054 | 2024-03-11T13:12:34.064Z | Compiling owo-colors v4.0.0 |
2055 | 2024-03-11T13:12:34.363Z | Compiling glob v0.3.1 |
2056 | 2024-03-11T13:12:34.390Z | Compiling crunchy v0.2.2 |
2057 | 2024-03-11T13:12:34.830Z | Compiling path-slash v0.1.5 |
2058 | 2024-03-11T13:12:35.033Z | Compiling linear-map v1.2.0 |
2059 | 2024-03-11T13:12:35.184Z | Compiling clang-sys v1.6.1 |
2060 | 2024-03-11T13:12:35.454Z | Compiling dirs-next v2.0.0 |
2061 | 2024-03-11T13:12:35.620Z | Compiling slog-stdlog v4.1.1 |
2062 | 2024-03-11T13:12:36.001Z | Compiling convert_case v0.4.0 |
2063 | 2024-03-11T13:12:36.439Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2064 | 2024-03-11T13:12:36.794Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2065 | 2024-03-11T13:12:36.865Z | Compiling prettyplease v0.2.16 |
2066 | 2024-03-11T13:12:37.154Z | Compiling tiny-keccak v2.0.2 |
2067 | 2024-03-11T13:12:37.482Z | Compiling derive_more v0.99.17 |
2068 | 2024-03-11T13:12:43.350Z | Compiling slog-envlogger v2.2.0 |
2069 | 2024-03-11T13:12:43.928Z | Compiling term v0.7.0 |
2070 | 2024-03-11T13:12:45.339Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2071 | 2024-03-11T13:12:45.765Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2072 | 2024-03-11T13:12:46.096Z | Compiling darling_core v0.14.4 |
2073 | 2024-03-11T13:12:47.070Z | Compiling platforms v3.0.2 |
2074 | 2024-03-11T13:12:47.820Z | Compiling parking_lot v0.11.2 |
2075 | 2024-03-11T13:12:47.874Z | Compiling ascii-canvas v3.0.0 |
2076 | 2024-03-11T13:12:48.353Z | Compiling mime_guess v2.0.4 |
2077 | 2024-03-11T13:12:48.454Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2078 | 2024-03-11T13:12:49.668Z | Compiling trust-dns-client v0.22.0 |
2079 | 2024-03-11T13:12:50.242Z | Compiling pem v3.0.2 |
2080 | 2024-03-11T13:12:51.333Z | Compiling darling_macro v0.14.4 |
2081 | 2024-03-11T13:12:52.246Z | Compiling ena v0.14.2 |
2082 | 2024-03-11T13:12:52.613Z | Compiling libloading v0.7.4 |
2083 | 2024-03-11T13:12:52.723Z | Compiling regex-syntax v0.6.29 |
2084 | 2024-03-11T13:12:52.973Z | Compiling bindgen v0.69.2 |
2085 | 2024-03-11T13:12:53.391Z | Compiling diff v0.1.13 |
2086 | 2024-03-11T13:12:53.971Z | Compiling trust-dns-server v0.22.1 |
2087 | 2024-03-11T13:12:58.023Z | Compiling lalrpop v0.19.12 |
2088 | 2024-03-11T13:12:58.056Z | Compiling darling v0.14.4 |
2089 | 2024-03-11T13:12:58.687Z | Compiling sled v0.34.7 |
2090 | 2024-03-11T13:13:02.063Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2091 | 2024-03-11T13:13:03.058Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2092 | 2024-03-11T13:13:04.112Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2093 | 2024-03-11T13:13:04.329Z | Compiling cexpr v0.6.0 |
2094 | 2024-03-11T13:13:05.812Z | Compiling which v4.4.0 |
2095 | 2024-03-11T13:13:06.098Z | Compiling vte_generate_state_changes v0.1.1 |
2096 | 2024-03-11T13:13:06.354Z | Compiling ref-cast v1.0.20 |
2097 | 2024-03-11T13:13:06.693Z | Compiling lazycell v1.3.0 |
2098 | 2024-03-11T13:13:06.797Z | Compiling peeking_take_while v0.1.2 |
2099 | 2024-03-11T13:13:06.859Z | Compiling shlex v1.3.0 |
2100 | 2024-03-11T13:13:06.926Z | Compiling rustc-hash v1.1.0 |
2101 | 2024-03-11T13:13:07.271Z | Compiling vte v0.11.1 |
2102 | 2024-03-11T13:13:09.199Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2103 | 2024-03-11T13:13:14.997Z | Compiling curve25519-dalek v4.1.1 |
2104 | 2024-03-11T13:13:16.152Z | Compiling derive_builder_core v0.12.0 |
2105 | 2024-03-11T13:13:17.147Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2106 | 2024-03-11T13:13:18.334Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2107 | 2024-03-11T13:13:18.615Z | Compiling headers-core v0.2.0 |
2108 | 2024-03-11T13:13:18.774Z | Compiling kstat-rs v0.2.3 |
2109 | 2024-03-11T13:13:19.772Z | Compiling libxml v0.3.3 |
2110 | 2024-03-11T13:13:20.136Z | Compiling ref-cast-impl v1.0.20 |
2111 | 2024-03-11T13:13:21.278Z | Compiling memoffset v0.7.1 |
2112 | 2024-03-11T13:13:21.581Z | Compiling keccak v0.1.4 |
2113 | 2024-03-11T13:13:21.630Z | Compiling buf-list v1.0.3 |
2114 | 2024-03-11T13:13:22.162Z | Compiling doc-comment v0.3.3 |
2115 | 2024-03-11T13:13:22.583Z | Compiling bytecount v0.6.3 |
2116 | 2024-03-11T13:13:22.861Z | Compiling papergrid v0.11.0 |
2117 | 2024-03-11T13:13:22.937Z | Compiling sha3 v0.10.8 |
2118 | 2024-03-11T13:13:23.847Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2119 | 2024-03-11T13:13:25.543Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2120 | 2024-03-11T13:13:25.986Z | Compiling polar-core v0.27.0 |
2121 | 2024-03-11T13:13:28.978Z | Compiling headers v0.3.9 |
2122 | 2024-03-11T13:13:32.917Z | Compiling derive_builder_macro v0.12.0 |
2123 | 2024-03-11T13:13:34.912Z | Compiling strip-ansi-escapes v0.2.0 |
2124 | 2024-03-11T13:13:35.665Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2125 | 2024-03-11T13:13:36.311Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2126 | 2024-03-11T13:13:36.755Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2127 | 2024-03-11T13:13:36.809Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
2128 | 2024-03-11T13:13:39.010Z | Compiling tabled_derive v0.7.0 |
2129 | 2024-03-11T13:13:39.838Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2130 | 2024-03-11T13:13:40.101Z | Compiling fd-lock v3.0.13 |
2131 | 2024-03-11T13:13:40.314Z | Compiling fd-lock v4.0.2 |
2132 | 2024-03-11T13:13:40.529Z | Compiling universal-hash v0.5.1 |
2133 | 2024-03-11T13:13:40.739Z | Compiling strum_macros v0.24.3 |
2134 | 2024-03-11T13:13:40.803Z | Compiling nix v0.27.1 |
2135 | 2024-03-11T13:13:41.217Z | Compiling secrecy v0.8.0 |
2136 | 2024-03-11T13:13:41.476Z | Compiling sqlparser_derive v0.2.2 |
2137 | 2024-03-11T13:13:41.965Z | Compiling pin-project-internal v1.1.3 |
2138 | 2024-03-11T13:13:42.584Z | Compiling nanorand v0.7.0 |
2139 | 2024-03-11T13:13:43.275Z | Compiling thiserror-impl-no-std v2.0.2 |
2140 | 2024-03-11T13:13:44.188Z | Compiling curve25519-dalek-derive v0.1.0 |
2141 | 2024-03-11T13:13:44.673Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2142 | 2024-03-11T13:13:44.970Z | Compiling cookie v0.18.0 |
2143 | 2024-03-11T13:13:45.009Z | Compiling indoc v1.0.9 |
2144 | 2024-03-11T13:13:45.555Z | Compiling opaque-debug v0.3.0 |
2145 | 2024-03-11T13:13:45.568Z | Compiling unicode_categories v0.1.1 |
2146 | 2024-03-11T13:13:45.649Z | Compiling nu-ansi-term v0.50.0 |
2147 | 2024-03-11T13:13:45.909Z | Compiling strum v0.25.0 |
2148 | 2024-03-11T13:13:45.959Z | Compiling thiserror-no-std v2.0.2 |
2149 | 2024-03-11T13:13:46.073Z | Compiling reedline v0.30.0 |
2150 | 2024-03-11T13:13:46.085Z | Compiling sqlformat v0.2.3 |
2151 | 2024-03-11T13:13:46.855Z | Compiling poly1305 v0.8.0 |
2152 | 2024-03-11T13:13:48.630Z | Compiling rustyline v13.0.0 |
2153 | 2024-03-11T13:13:50.678Z | Compiling pin-project v1.1.3 |
2154 | 2024-03-11T13:13:50.804Z | Compiling flume v0.11.0 |
2155 | 2024-03-11T13:13:51.538Z | Compiling sqlparser v0.43.1 |
2156 | 2024-03-11T13:13:54.515Z | Compiling tabled v0.15.0 |
2157 | 2024-03-11T13:13:55.252Z | Compiling derive_builder v0.12.0 |
2158 | 2024-03-11T13:14:08.357Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2159 | 2024-03-11T13:14:09.805Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2160 | 2024-03-11T13:14:10.078Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2161 | 2024-03-11T13:14:10.355Z | Compiling chacha20 v0.9.1 |
2162 | 2024-03-11T13:14:10.448Z | Compiling bb8 v0.8.3 |
2163 | 2024-03-11T13:14:10.803Z | Compiling aead v0.5.2 |
2164 | 2024-03-11T13:14:10.936Z | Compiling bcs v0.1.6 |
2165 | 2024-03-11T13:14:11.145Z | Compiling quick-xml v0.30.0 |
2166 | 2024-03-11T13:14:11.843Z | Compiling snafu-derive v0.7.5 |
2167 | 2024-03-11T13:14:16.869Z | Compiling impl-trait-for-tuples v0.2.2 |
2168 | 2024-03-11T13:14:17.350Z | Compiling oso-derive v0.27.0 |
2169 | 2024-03-11T13:14:18.087Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2170 | 2024-03-11T13:14:18.287Z | Compiling fs-err v2.11.0 |
2171 | 2024-03-11T13:14:18.791Z | Compiling signature v1.6.4 |
2172 | 2024-03-11T13:14:18.795Z | Compiling highway v1.1.0 |
2173 | 2024-03-11T13:14:18.795Z | Compiling maplit v1.0.2 |
2174 | 2024-03-11T13:14:18.795Z | Compiling salty v0.2.0 |
2175 | 2024-03-11T13:14:19.105Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2176 | 2024-03-11T13:14:19.442Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2177 | 2024-03-11T13:14:20.097Z | Compiling ed25519 v1.5.3 |
2178 | 2024-03-11T13:14:25.395Z | Compiling snafu v0.7.5 |
2179 | 2024-03-11T13:14:26.360Z | Compiling chacha20poly1305 v0.10.1 |
2180 | 2024-03-11T13:14:26.592Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2181 | 2024-03-11T13:14:26.857Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2182 | 2024-03-11T13:14:26.867Z | Compiling oso v0.27.0 |
2183 | 2024-03-11T13:14:30.370Z | Compiling vsss-rs v3.3.4 |
2184 | 2024-03-11T13:14:34.379Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2185 | 2024-03-11T13:14:34.874Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2186 | 2024-03-11T13:14:35.068Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2187 | 2024-03-11T13:14:35.387Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2188 | 2024-03-11T13:14:36.366Z | Compiling globset v0.4.13 |
2189 | 2024-03-11T13:14:44.560Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2190 | 2024-03-11T13:14:44.823Z | Compiling olpc-cjson v0.1.3 |
2191 | 2024-03-11T13:14:45.152Z | Compiling serde_plain v1.0.2 |
2192 | 2024-03-11T13:14:45.664Z | Compiling serde-big-array v0.5.1 |
2193 | 2024-03-11T13:14:45.910Z | Compiling async-recursion v1.0.5 |
2194 | 2024-03-11T13:14:46.465Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2195 | 2024-03-11T13:14:46.831Z | Compiling typed-path v0.7.0 |
2196 | 2024-03-11T13:14:46.841Z | Compiling http-range v0.1.5 |
2197 | 2024-03-11T13:14:47.454Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2198 | 2024-03-11T13:14:47.961Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2199 | 2024-03-11T13:14:49.293Z | Compiling tough v0.16.0 |
2200 | 2024-03-11T13:14:53.613Z | Compiling hyper-staticfile v0.9.5 |
2201 | 2024-03-11T13:14:56.976Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9fdbc464db4cbd4ac0f43ffa0d045b4b02e0c1c#a9fdbc46) |
2202 | 2024-03-11T13:15:12.713Z | Compiling signal-hook-tokio v0.3.1 |
2203 | 2024-03-11T13:15:12.919Z | Compiling serde-big-array v0.4.1 |
2204 | 2024-03-11T13:15:13.110Z | Compiling parse-size v1.0.0 |
2205 | 2024-03-11T13:15:13.405Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2206 | 2024-03-11T13:15:14.561Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2207 | 2024-03-11T13:15:14.627Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2208 | 2024-03-11T13:15:15.915Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2209 | 2024-03-11T13:15:25.045Z | Compiling castaway v0.2.2 |
2210 | 2024-03-11T13:15:25.229Z | Compiling corncobs v0.1.3 |
2211 | 2024-03-11T13:15:25.590Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2212 | 2024-03-11T13:15:26.348Z | Compiling compact_str v0.7.1 |
2213 | 2024-03-11T13:15:26.478Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2214 | 2024-03-11T13:15:27.924Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2215 | 2024-03-11T13:15:32.906Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2216 | 2024-03-11T13:15:33.329Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2217 | 2024-03-11T13:15:33.621Z | Compiling lru v0.12.1 |
2218 | 2024-03-11T13:15:33.975Z | Compiling stability v0.1.1 |
2219 | 2024-03-11T13:15:34.868Z | Compiling cassowary v0.3.0 |
2220 | 2024-03-11T13:15:35.524Z | Compiling indoc v2.0.3 |
2221 | 2024-03-11T13:15:36.466Z | Compiling ratatui v0.26.1 |
2222 | 2024-03-11T13:15:39.266Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2223 | 2024-03-11T13:15:43.133Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2224 | 2024-03-11T13:15:44.006Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2225 | 2024-03-11T13:15:45.341Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2226 | 2024-03-11T13:15:45.765Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2227 | 2024-03-11T13:15:47.915Z | Compiling rcgen v0.12.1 |
2228 | 2024-03-11T13:15:54.247Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2229 | 2024-03-11T13:15:56.855Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2230 | 2024-03-11T13:15:57.141Z | Compiling atomicwrites v0.4.3 |
2231 | 2024-03-11T13:15:57.702Z | Compiling subprocess v0.2.9 |
2232 | 2024-03-11T13:15:59.028Z | Compiling smawk v0.3.1 |
2233 | 2024-03-11T13:15:59.271Z | Compiling unicode-linebreak v0.1.5 |
2234 | 2024-03-11T13:15:59.812Z | Compiling textwrap v0.16.1 |
2235 | 2024-03-11T13:16:03.078Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2236 | 2024-03-11T13:16:03.784Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2237 | 2024-03-11T13:16:12.379Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1c1574fb721f98f2df1b23e3fd27d83be018882e#1c1574fb) |
2238 | 2024-03-11T13:16:12.635Z | Compiling fatfs v0.3.6 |
2239 | 2024-03-11T13:16:15.647Z | Compiling rtoolbox v0.0.1 |
2240 | 2024-03-11T13:16:16.113Z | Compiling is_ci v1.2.0 |
2241 | 2024-03-11T13:16:16.398Z | Compiling assert_matches v1.5.0 |
2242 | 2024-03-11T13:16:18.441Z | Compiling supports-color v3.0.0 |
2243 | 2024-03-11T13:16:19.091Z | Compiling rpassword v7.3.1 |
2244 | 2024-03-11T13:16:19.101Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2245 | 2024-03-11T13:16:19.508Z | Compiling tui-tree-widget v0.17.0 |
2246 | 2024-03-11T13:16:19.924Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2247 | 2024-03-11T13:16:23.999Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2248 | 2024-03-11T13:16:24.286Z | Compiling csv-core v0.1.11 |
2249 | 2024-03-11T13:16:25.205Z | Compiling shell-words v1.1.0 |
2250 | 2024-03-11T13:16:25.640Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2251 | 2024-03-11T13:16:28.534Z | Compiling csv v1.3.0 |
2252 | 2024-03-11T13:16:30.709Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2253 | 2024-03-11T13:16:56.214Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2254 | 2024-03-11T13:17:12.069Z | Compiling multimap v0.10.0 |
2255 | 2024-03-11T13:18:09.317Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2256 | 2024-03-11T13:18:18.088Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2257 | 2024-03-11T13:18:33.548Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2258 | 2024-03-11T13:24:55.223Z | Finished release [optimized] target(s) in 13m 09s |
2259 | 2024-03-11T13:25:57.114Z | |
2260 | 2024-03-11T13:25:57.117Z | real 14:11.974683635 |
2261 | 2024-03-11T13:25:57.117Z | user 1:38:14.925953873 |
2262 | 2024-03-11T13:25:57.117Z | sys 4:19.671234305 |
2263 | 2024-03-11T13:25:57.117Z | trap 2.266431202 |
2264 | 2024-03-11T13:25:57.117Z | tflt 2.158200048 |
2265 | 2024-03-11T13:25:57.117Z | dflt 2.969147531 |
2266 | 2024-03-11T13:25:57.117Z | kflt 0.001846430 |
2267 | 2024-03-11T13:25:57.117Z | lock 5:53:09.968547694 |
2268 | 2024-03-11T13:25:57.117Z | slp 3:44:01.914008142 |
2269 | 2024-03-11T13:25:57.118Z | lat 2:16.532297885 |
2270 | 2024-03-11T13:25:57.118Z | stop 53.016354552 |
2271 | 2024-03-11T13:25:57.118Z | + 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/*) |
2272 | 2024-03-11T13:25:57.118Z | + pfexec mkdir -p /work |
2273 | 2024-03-11T13:25:57.121Z | + pfexec chown build /work |
2274 | 2024-03-11T13:25:57.121Z | + 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 |
2275 | 2024-03-11T13:26:06.442Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2276 | 2024-03-11T13:26:06.442Z | a out/mg-ddm-gz.tar 66076K |
2277 | 2024-03-11T13:26:06.442Z | a out/omicron-sled-agent.tar 106499K |
2278 | 2024-03-11T13:26:06.442Z | a out/oxlog.tar 6099K |
2279 | 2024-03-11T13:26:06.443Z | a out/target/test 1K |
2280 | 2024-03-11T13:26:06.443Z | a out/npuzone/npuzone 36313K |
2281 | 2024-03-11T13:26:06.443Z | a package-manifest.toml 26K |
2282 | 2024-03-11T13:26:06.443Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2283 | 2024-03-11T13:26:06.443Z | a target/release/omicron-package 38538K |
2284 | 2024-03-11T13:26:06.443Z | a tools/create_virtual_hardware.sh 4K |
2285 | 2024-03-11T13:26:06.443Z | a tools/virtual_hardware.sh 4K |
2286 | 2024-03-11T13:26:06.443Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2287 | 2024-03-11T13:26:06.443Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2288 | 2024-03-11T13:26:06.443Z | a tools/scrimlet/softnpu-init.sh 3K |
2289 | 2024-03-11T13:26:06.443Z | a tools/scrimlet/softnpu-zone.txt 1K |
2290 | 2024-03-11T13:26:06.443Z | a tools/scrimlet/softnpu.toml 1K |
2291 | 2024-03-11T13:26:06.446Z | |
2292 | 2024-03-11T13:26:06.447Z | real 9.320044848 |
2293 | 2024-03-11T13:26:06.447Z | user 9.002475746 |
2294 | 2024-03-11T13:26:06.447Z | sys 0.651693470 |
2295 | 2024-03-11T13:26:06.447Z | trap 0.002122717 |
2296 | 2024-03-11T13:26:06.447Z | tflt 0.000000000 |
2297 | 2024-03-11T13:26:06.447Z | dflt 0.000000000 |
2298 | 2024-03-11T13:26:06.447Z | kflt 0.000000000 |
2299 | 2024-03-11T13:26:06.447Z | lock 0.000000000 |
2300 | 2024-03-11T13:26:06.447Z | slp 8.758908154 |
2301 | 2024-03-11T13:26:06.447Z | lat 0.221940560 |
2302 | 2024-03-11T13:26:06.447Z | stop 0.000171639 |
2303 | 2024-03-11T13:26:06.447Z | ++ pwd |
2304 | 2024-03-11T13:26:06.450Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2305 | 2024-03-11T13:26:06.451Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2306 | 2024-03-11T13:26:06.451Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2307 | 2024-03-11T13:26:07.198Z | Finished release [optimized] target(s) in 0.69s |
2308 | 2024-03-11T13:26:07.231Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2309 | 2024-03-11T13:26:07.256Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2310 | 2024-03-11T13:26:07.271Z | Created new build target 'host' and set it as active |
2311 | 2024-03-11T13:26:07.271Z | |
2312 | 2024-03-11T13:26:07.271Z | real 0.797989486 |
2313 | 2024-03-11T13:26:07.271Z | user 0.527905337 |
2314 | 2024-03-11T13:26:07.271Z | sys 0.254220467 |
2315 | 2024-03-11T13:26:07.271Z | trap 0.000046557 |
2316 | 2024-03-11T13:26:07.271Z | tflt 0.000005339 |
2317 | 2024-03-11T13:26:07.271Z | dflt 0.000004029 |
2318 | 2024-03-11T13:26:07.271Z | kflt 0.000000000 |
2319 | 2024-03-11T13:26:07.271Z | lock 0.023928634 |
2320 | 2024-03-11T13:26:07.271Z | slp 0.088961727 |
2321 | 2024-03-11T13:26:07.271Z | lat 0.003355701 |
2322 | 2024-03-11T13:26:07.271Z | stop 0.000245607 |
2323 | 2024-03-11T13:26:07.271Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2324 | 2024-03-11T13:26:07.991Z | Finished release [optimized] target(s) in 0.69s |
2325 | 2024-03-11T13:26:08.011Z | Running `target/release/omicron-package -t host package` |
2326 | 2024-03-11T13:26:08.040Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2327 | 2024-03-11T13:26:08.803Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2328 | 2024-03-11T13:26:23.661Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2329 | 2024-03-11T13:27:34.225Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2330 | 2024-03-11T13:29:08.143Z | Finished release [optimized] target(s) in 3m 00s |
2331 | 2024-03-11T13:29:46.156Z | |
2332 | 2024-03-11T13:29:46.249Z | real 3:38.868962544 |
2333 | 2024-03-11T13:29:46.250Z | user 19:05.178305026 |
2334 | 2024-03-11T13:29:46.250Z | sys 48.506138141 |
2335 | 2024-03-11T13:29:46.250Z | trap 0.355986762 |
2336 | 2024-03-11T13:29:46.250Z | tflt 0.324241317 |
2337 | 2024-03-11T13:29:46.250Z | dflt 6.712012403 |
2338 | 2024-03-11T13:29:46.250Z | kflt 0.054483068 |
2339 | 2024-03-11T13:29:46.250Z | lock 1:08:11.961217693 |
2340 | 2024-03-11T13:29:46.251Z | slp 19:43.233275890 |
2341 | 2024-03-11T13:29:46.251Z | lat 10.428866689 |
2342 | 2024-03-11T13:29:46.251Z | stop 3.368833185 |
2343 | 2024-03-11T13:29:46.251Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2344 | 2024-03-11T13:29:46.251Z | + for package in "$@" |
2345 | 2024-03-11T13:29:46.251Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2346 | 2024-03-11T13:29:46.251Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gitf37525fe0bc |
2347 | 2024-03-11T13:29:46.911Z | Finished release [optimized] target(s) in 0.70s |
2348 | 2024-03-11T13:29:46.945Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gitf37525fe0bc` |
2349 | 2024-03-11T13:29:46.961Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2350 | 2024-03-11T13:29:47.144Z | Created: out/versioned/omicron-sled-agent.tar |
2351 | 2024-03-11T13:29:47.190Z | + for package in "$@" |
2352 | 2024-03-11T13:29:47.190Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2353 | 2024-03-11T13:29:47.190Z | + echo 0.0.0 |
2354 | 2024-03-11T13:29:47.190Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2355 | 2024-03-11T13:29:47.191Z | a VERSION 1K |
2356 | 2024-03-11T13:29:47.191Z | + rm VERSION |
2357 | 2024-03-11T13:29:47.191Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitf37525fe0bc |
2358 | 2024-03-11T13:29:47.911Z | Finished release [optimized] target(s) in 0.71s |
2359 | 2024-03-11T13:29:47.926Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitf37525fe0bc` |
2360 | 2024-03-11T13:29:47.958Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2361 | 2024-03-11T13:29:48.065Z | Created: out/versioned/mg-ddm-gz.tar |
2362 | 2024-03-11T13:29:48.069Z | + for package in "$@" |
2363 | 2024-03-11T13:29:48.069Z | + [[ propolis-server == mg-ddm-gz ]] |
2364 | 2024-03-11T13:29:48.069Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gitf37525fe0bc |
2365 | 2024-03-11T13:29:48.830Z | Finished release [optimized] target(s) in 0.70s |
2366 | 2024-03-11T13:29:48.850Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gitf37525fe0bc` |
2367 | 2024-03-11T13:29:48.882Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2368 | 2024-03-11T13:29:49.971Z | Created: out/versioned/propolis-server.tar.gz |
2369 | 2024-03-11T13:29:49.974Z | + for package in "$@" |
2370 | 2024-03-11T13:29:49.975Z | + [[ overlay == mg-ddm-gz ]] |
2371 | 2024-03-11T13:29:49.975Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gitf37525fe0bc |
2372 | 2024-03-11T13:29:50.696Z | Finished release [optimized] target(s) in 0.67s |
2373 | 2024-03-11T13:29:50.717Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gitf37525fe0bc` |
2374 | 2024-03-11T13:29:50.746Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2375 | 2024-03-11T13:29:50.749Z | Created: out/versioned/overlay.tar.gz |
2376 | 2024-03-11T13:29:50.749Z | + for package in "$@" |
2377 | 2024-03-11T13:29:50.749Z | + [[ oxlog == mg-ddm-gz ]] |
2378 | 2024-03-11T13:29:50.749Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gitf37525fe0bc |
2379 | 2024-03-11T13:29:51.469Z | Finished release [optimized] target(s) in 0.67s |
2380 | 2024-03-11T13:29:51.489Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gitf37525fe0bc` |
2381 | 2024-03-11T13:29:51.519Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2382 | 2024-03-11T13:29:51.538Z | Created: out/versioned/oxlog.tar |
2383 | 2024-03-11T13:29:51.542Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2384 | 2024-03-11T13:29:51.550Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2385 | 2024-03-11T13:29:51.553Z | ++ cd -- ./tools |
2386 | 2024-03-11T13:29:51.553Z | ++ pwd |
2387 | 2024-03-11T13:29:51.553Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2388 | 2024-03-11T13:29:51.553Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2389 | 2024-03-11T13:29:51.619Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2390 | 2024-03-11T13:29:51.628Z | ++ readlink -f /work |
2391 | 2024-03-11T13:29:51.628Z | + out_dir=/work |
2392 | 2024-03-11T13:29:51.628Z | + 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") |
2393 | 2024-03-11T13:29:51.628Z | + for dep in "${deps[@]}" |
2394 | 2024-03-11T13:29:51.628Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2395 | 2024-03-11T13:29:51.628Z | + for dep in "${deps[@]}" |
2396 | 2024-03-11T13:29:51.628Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2397 | 2024-03-11T13:29:51.629Z | + for dep in "${deps[@]}" |
2398 | 2024-03-11T13:29:51.629Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2399 | 2024-03-11T13:29:51.629Z | + for dep in "${deps[@]}" |
2400 | 2024-03-11T13:29:51.629Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2401 | 2024-03-11T13:29:51.629Z | + for dep in "${deps[@]}" |
2402 | 2024-03-11T13:29:51.629Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2403 | 2024-03-11T13:29:51.629Z | ++ mktemp -d |
2404 | 2024-03-11T13:29:51.629Z | + tmp_gz=/tmp/tmp.kEaqXh |
2405 | 2024-03-11T13:29:51.629Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2406 | 2024-03-11T13:29:51.629Z | + echo '{"v":"1","t":"layer"}' |
2407 | 2024-03-11T13:29:51.630Z | + pkg_dir=/tmp/tmp.kEaqXh/root/opt/oxide/sled-agent |
2408 | 2024-03-11T13:29:51.630Z | + mkdir -p /tmp/tmp.kEaqXh/root/opt/oxide/sled-agent |
2409 | 2024-03-11T13:29:51.630Z | + cd /tmp/tmp.kEaqXh/root/opt/oxide/sled-agent |
2410 | 2024-03-11T13:29:51.630Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2411 | 2024-03-11T13:29:51.696Z | x ., 0 bytes, 0 tape blocks |
2412 | 2024-03-11T13:29:51.697Z | x zone-bundle, 35338592 bytes, 69021 tape blocks |
2413 | 2024-03-11T13:29:51.697Z | x sled-agent, 73686904 bytes, 143920 tape blocks |
2414 | 2024-03-11T13:29:51.697Z | x pkg, 0 bytes, 0 tape blocks |
2415 | 2024-03-11T13:29:51.697Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2416 | 2024-03-11T13:29:51.697Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2417 | 2024-03-11T13:29:51.697Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2418 | 2024-03-11T13:29:51.697Z | x VERSION, 25 bytes, 1 tape blocks |
2419 | 2024-03-11T13:29:51.702Z | + mkdir -p /tmp/tmp.kEaqXh/root/lib/svc/manifest/site/ |
2420 | 2024-03-11T13:29:51.702Z | + mv pkg/manifest.xml /tmp/tmp.kEaqXh/root/lib/svc/manifest/site/sled-agent.xml |
2421 | 2024-03-11T13:29:51.702Z | + cd - |
2422 | 2024-03-11T13:29:51.702Z | /work/oxidecomputer/omicron |
2423 | 2024-03-11T13:29:51.702Z | + pkg_dir=/tmp/tmp.kEaqXh/root/opt/oxide/mg-ddm |
2424 | 2024-03-11T13:29:51.702Z | + mkdir -p /tmp/tmp.kEaqXh/root/opt/oxide/mg-ddm |
2425 | 2024-03-11T13:29:51.711Z | + cd /tmp/tmp.kEaqXh/root/opt/oxide/mg-ddm |
2426 | 2024-03-11T13:29:51.711Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2427 | 2024-03-11T13:29:51.751Z | x ., 0 bytes, 0 tape blocks |
2428 | 2024-03-11T13:29:51.751Z | x ddmadm, 35382112 bytes, 69106 tape blocks |
2429 | 2024-03-11T13:29:51.751Z | x ddmd, 32266736 bytes, 63021 tape blocks |
2430 | 2024-03-11T13:29:51.752Z | x pkg, 0 bytes, 0 tape blocks |
2431 | 2024-03-11T13:29:51.752Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2432 | 2024-03-11T13:29:51.752Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2433 | 2024-03-11T13:29:51.752Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2434 | 2024-03-11T13:29:51.752Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2435 | 2024-03-11T13:29:51.752Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2436 | 2024-03-11T13:29:51.752Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2437 | 2024-03-11T13:29:51.752Z | x VERSION, 25 bytes, 1 tape blocks |
2438 | 2024-03-11T13:29:51.757Z | + cd - |
2439 | 2024-03-11T13:29:51.757Z | /work/oxidecomputer/omicron |
2440 | 2024-03-11T13:29:51.757Z | + pkg_dir=/tmp/tmp.kEaqXh/root/opt/oxide/oxlog |
2441 | 2024-03-11T13:29:51.757Z | + mkdir -p /tmp/tmp.kEaqXh/root/opt/oxide/oxlog |
2442 | 2024-03-11T13:29:51.757Z | + cd /tmp/tmp.kEaqXh/root/opt/oxide/oxlog |
2443 | 2024-03-11T13:29:51.757Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2444 | 2024-03-11T13:29:51.761Z | x ., 0 bytes, 0 tape blocks |
2445 | 2024-03-11T13:29:51.762Z | x oxlog, 6242408 bytes, 12193 tape blocks |
2446 | 2024-03-11T13:29:51.762Z | x VERSION, 25 bytes, 1 tape blocks |
2447 | 2024-03-11T13:29:51.762Z | + cd - |
2448 | 2024-03-11T13:29:51.762Z | /work/oxidecomputer/omicron |
2449 | 2024-03-11T13:29:51.762Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.kEaqXh/root/opt/oxide |
2450 | 2024-03-11T13:29:51.840Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.kEaqXh/root/opt/oxide |
2451 | 2024-03-11T13:29:51.843Z | + cd /tmp/tmp.kEaqXh |
2452 | 2024-03-11T13:29:51.844Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2453 | 2024-03-11T13:30:00.023Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2454 | 2024-03-11T13:30:00.023Z | a oxide.json 1K |
2455 | 2024-03-11T13:30:00.023Z | a root/ 0K |
2456 | 2024-03-11T13:30:00.023Z | a root/opt/ 0K |
2457 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/ 0K |
2458 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/sled-agent/ 0K |
2459 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/sled-agent/zone-bundle 34511K |
2460 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/sled-agent/sled-agent 71960K |
2461 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2462 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2463 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2464 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/sled-agent/VERSION 1K |
2465 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/mg-ddm/ 0K |
2466 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/mg-ddm/ddmadm 34553K |
2467 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/mg-ddm/ddmd 31511K |
2468 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2469 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2470 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2471 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2472 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2473 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2474 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2475 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2476 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/oxlog/ 0K |
2477 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/oxlog/oxlog 6097K |
2478 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/oxlog/VERSION 1K |
2479 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/propolis-server.tar.gz 64704K |
2480 | 2024-03-11T13:30:00.024Z | a root/opt/oxide/overlay.tar.gz 3K |
2481 | 2024-03-11T13:30:00.025Z | a root/lib/ 0K |
2482 | 2024-03-11T13:30:00.025Z | a root/lib/svc/ 0K |
2483 | 2024-03-11T13:30:00.025Z | a root/lib/svc/manifest/ 0K |
2484 | 2024-03-11T13:30:00.025Z | a root/lib/svc/manifest/site/ 0K |
2485 | 2024-03-11T13:30:00.025Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2486 | 2024-03-11T13:30:00.051Z | + cd / |
2487 | 2024-03-11T13:30:00.051Z | + rm -rf /tmp/tmp.kEaqXh |
2488 | 2024-03-11T13:30:00.101Z | |
2489 | 2024-03-11T13:30:00.102Z | real 8.498170251 |
2490 | 2024-03-11T13:30:00.102Z | user 7.905802075 |
2491 | 2024-03-11T13:30:00.102Z | sys 0.557579683 |
2492 | 2024-03-11T13:30:00.102Z | trap 0.001520456 |
2493 | 2024-03-11T13:30:00.102Z | tflt 0.000000000 |
2494 | 2024-03-11T13:30:00.102Z | dflt 0.000000000 |
2495 | 2024-03-11T13:30:00.102Z | kflt 0.000000000 |
2496 | 2024-03-11T13:30:00.102Z | lock 0.000000000 |
2497 | 2024-03-11T13:30:00.102Z | slp 16.491984175 |
2498 | 2024-03-11T13:30:00.103Z | lat 0.192116252 |
2499 | 2024-03-11T13:30:00.103Z | stop 0.000214544 |
2500 | 2024-03-11T13:30:00.103Z | + mkdir -p /work/zones |
2501 | 2024-03-11T13:30:00.103Z | + 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) |
2502 | 2024-03-11T13:30:00.103Z | + 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/ |
2503 | 2024-03-11T13:30:02.711Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2504 | 2024-03-11T13:30:03.498Z | Finished release [optimized] target(s) in 0.73s |
2505 | 2024-03-11T13:30:03.521Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2506 | 2024-03-11T13:30:03.551Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2507 | 2024-03-11T13:30:04.557Z | Created new build target 'recovery' and set it as active |
2508 | 2024-03-11T13:30:04.557Z | |
2509 | 2024-03-11T13:30:04.557Z | real 0.838785034 |
2510 | 2024-03-11T13:30:04.557Z | user 0.553611001 |
2511 | 2024-03-11T13:30:04.557Z | sys 0.266177153 |
2512 | 2024-03-11T13:30:04.558Z | trap 0.000506450 |
2513 | 2024-03-11T13:30:04.558Z | tflt 0.000000000 |
2514 | 2024-03-11T13:30:04.558Z | dflt 0.000002919 |
2515 | 2024-03-11T13:30:04.558Z | kflt 0.000000000 |
2516 | 2024-03-11T13:30:04.558Z | lock 0.024974434 |
2517 | 2024-03-11T13:30:04.558Z | slp 0.096338429 |
2518 | 2024-03-11T13:30:04.558Z | lat 0.004278560 |
2519 | 2024-03-11T13:30:04.558Z | stop 0.000242942 |
2520 | 2024-03-11T13:30:04.558Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2521 | 2024-03-11T13:30:04.562Z | Finished release [optimized] target(s) in 0.69s |
2522 | 2024-03-11T13:30:04.562Z | Running `target/release/omicron-package -t recovery package` |
2523 | 2024-03-11T13:30:04.562Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2524 | 2024-03-11T13:30:05.014Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2525 | 2024-03-11T13:30:07.395Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2526 | 2024-03-11T13:30:25.918Z | Finished release [optimized] target(s) in 21.51s |
2527 | 2024-03-11T13:30:50.058Z | |
2528 | 2024-03-11T13:30:50.062Z | real 46.496115363 |
2529 | 2024-03-11T13:30:50.062Z | user 1:37.389783411 |
2530 | 2024-03-11T13:30:50.062Z | sys 6.968710138 |
2531 | 2024-03-11T13:30:50.062Z | trap 0.063701823 |
2532 | 2024-03-11T13:30:50.062Z | tflt 0.055634862 |
2533 | 2024-03-11T13:30:50.062Z | dflt 0.300329856 |
2534 | 2024-03-11T13:30:50.062Z | kflt 0.000036798 |
2535 | 2024-03-11T13:30:50.062Z | lock 14:45.542087262 |
2536 | 2024-03-11T13:30:50.062Z | slp 1:46.324977646 |
2537 | 2024-03-11T13:30:50.062Z | lat 1.318737560 |
2538 | 2024-03-11T13:30:50.062Z | stop 0.542518070 |
2539 | 2024-03-11T13:30:50.063Z | + stamp_packages installinator mg-ddm-gz |
2540 | 2024-03-11T13:30:50.063Z | + for package in "$@" |
2541 | 2024-03-11T13:30:50.063Z | + [[ installinator == mg-ddm-gz ]] |
2542 | 2024-03-11T13:30:50.063Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gitf37525fe0bc |
2543 | 2024-03-11T13:30:50.807Z | Finished release [optimized] target(s) in 0.69s |
2544 | 2024-03-11T13:30:50.828Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gitf37525fe0bc` |
2545 | 2024-03-11T13:30:50.865Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2546 | 2024-03-11T13:30:50.926Z | Created: out/versioned/installinator.tar |
2547 | 2024-03-11T13:30:50.934Z | + for package in "$@" |
2548 | 2024-03-11T13:30:50.934Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2549 | 2024-03-11T13:30:50.934Z | + echo 0.0.0 |
2550 | 2024-03-11T13:30:50.934Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2551 | 2024-03-11T13:30:50.934Z | a VERSION 1K |
2552 | 2024-03-11T13:30:50.934Z | + rm VERSION |
2553 | 2024-03-11T13:30:50.935Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitf37525fe0bc |
2554 | 2024-03-11T13:30:51.659Z | Finished release [optimized] target(s) in 0.67s |
2555 | 2024-03-11T13:30:51.679Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitf37525fe0bc` |
2556 | 2024-03-11T13:30:51.709Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2557 | 2024-03-11T13:30:51.822Z | Created: out/versioned/mg-ddm-gz.tar |
2558 | 2024-03-11T13:30:51.825Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2559 | 2024-03-11T13:30:51.834Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2560 | 2024-03-11T13:30:51.838Z | ++ cd -- ./tools |
2561 | 2024-03-11T13:30:51.838Z | ++ pwd |
2562 | 2024-03-11T13:30:51.838Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2563 | 2024-03-11T13:30:51.838Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2564 | 2024-03-11T13:30:51.841Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2565 | 2024-03-11T13:30:51.841Z | ++ readlink -f /work |
2566 | 2024-03-11T13:30:51.844Z | + out_dir=/work |
2567 | 2024-03-11T13:30:51.845Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2568 | 2024-03-11T13:30:51.845Z | + for dep in "${deps[@]}" |
2569 | 2024-03-11T13:30:51.845Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2570 | 2024-03-11T13:30:51.845Z | + for dep in "${deps[@]}" |
2571 | 2024-03-11T13:30:51.845Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2572 | 2024-03-11T13:30:51.845Z | ++ mktemp -d |
2573 | 2024-03-11T13:30:51.845Z | + tmp_trampoline=/tmp/tmp.fla41h |
2574 | 2024-03-11T13:30:51.845Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2575 | 2024-03-11T13:30:51.845Z | + echo '{"v":"1","t":"layer"}' |
2576 | 2024-03-11T13:30:51.845Z | + pkg_dir=/tmp/tmp.fla41h/root/opt/oxide/installinator |
2577 | 2024-03-11T13:30:51.845Z | + mkdir -p /tmp/tmp.fla41h/root/opt/oxide/installinator |
2578 | 2024-03-11T13:30:51.848Z | + cd /tmp/tmp.fla41h/root/opt/oxide/installinator |
2579 | 2024-03-11T13:30:51.849Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2580 | 2024-03-11T13:30:51.877Z | x ., 0 bytes, 0 tape blocks |
2581 | 2024-03-11T13:30:51.877Z | x installinator, 46317048 bytes, 90463 tape blocks |
2582 | 2024-03-11T13:30:51.877Z | x pkg, 0 bytes, 0 tape blocks |
2583 | 2024-03-11T13:30:51.877Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2584 | 2024-03-11T13:30:51.877Z | x VERSION, 25 bytes, 1 tape blocks |
2585 | 2024-03-11T13:30:51.880Z | + mkdir -p /tmp/tmp.fla41h/root/lib/svc/manifest/site/ |
2586 | 2024-03-11T13:30:51.880Z | + mv pkg/manifest.xml /tmp/tmp.fla41h/root/lib/svc/manifest/site/installinator.xml |
2587 | 2024-03-11T13:30:51.883Z | + cd - |
2588 | 2024-03-11T13:30:51.883Z | /work/oxidecomputer/omicron |
2589 | 2024-03-11T13:30:51.883Z | + pkg_dir=/tmp/tmp.fla41h/root/opt/oxide/mg-ddm |
2590 | 2024-03-11T13:30:51.883Z | + mkdir -p /tmp/tmp.fla41h/root/opt/oxide/mg-ddm |
2591 | 2024-03-11T13:30:51.884Z | + cd /tmp/tmp.fla41h/root/opt/oxide/mg-ddm |
2592 | 2024-03-11T13:30:51.884Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2593 | 2024-03-11T13:30:51.942Z | x ., 0 bytes, 0 tape blocks |
2594 | 2024-03-11T13:30:51.942Z | x ddmadm, 35382112 bytes, 69106 tape blocks |
2595 | 2024-03-11T13:30:51.943Z | x ddmd, 32266736 bytes, 63021 tape blocks |
2596 | 2024-03-11T13:30:51.943Z | x pkg, 0 bytes, 0 tape blocks |
2597 | 2024-03-11T13:30:51.943Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2598 | 2024-03-11T13:30:51.943Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2599 | 2024-03-11T13:30:51.943Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2600 | 2024-03-11T13:30:51.943Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2601 | 2024-03-11T13:30:51.943Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2602 | 2024-03-11T13:30:51.943Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2603 | 2024-03-11T13:30:51.944Z | x VERSION, 25 bytes, 1 tape blocks |
2604 | 2024-03-11T13:30:51.950Z | + cd - |
2605 | 2024-03-11T13:30:51.950Z | /work/oxidecomputer/omicron |
2606 | 2024-03-11T13:30:51.950Z | + cd /tmp/tmp.fla41h |
2607 | 2024-03-11T13:30:51.950Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2608 | 2024-03-11T13:30:56.088Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2609 | 2024-03-11T13:30:56.088Z | a oxide.json 1K |
2610 | 2024-03-11T13:30:56.089Z | a root/ 0K |
2611 | 2024-03-11T13:30:56.089Z | a root/opt/ 0K |
2612 | 2024-03-11T13:30:56.089Z | a root/opt/oxide/ 0K |
2613 | 2024-03-11T13:30:56.089Z | a root/opt/oxide/installinator/ 0K |
2614 | 2024-03-11T13:30:56.089Z | a root/opt/oxide/installinator/installinator 45232K |
2615 | 2024-03-11T13:30:56.089Z | a root/opt/oxide/installinator/pkg/ 0K |
2616 | 2024-03-11T13:30:56.089Z | a root/opt/oxide/installinator/VERSION 1K |
2617 | 2024-03-11T13:30:56.089Z | a root/opt/oxide/mg-ddm/ 0K |
2618 | 2024-03-11T13:30:56.089Z | a root/opt/oxide/mg-ddm/ddmadm 34553K |
2619 | 2024-03-11T13:30:56.089Z | a root/opt/oxide/mg-ddm/ddmd 31511K |
2620 | 2024-03-11T13:30:56.089Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2621 | 2024-03-11T13:30:56.089Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2622 | 2024-03-11T13:30:56.089Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2623 | 2024-03-11T13:30:56.089Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2624 | 2024-03-11T13:30:56.089Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2625 | 2024-03-11T13:30:56.089Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2626 | 2024-03-11T13:30:56.089Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2627 | 2024-03-11T13:30:56.089Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2628 | 2024-03-11T13:30:56.089Z | a root/lib/ 0K |
2629 | 2024-03-11T13:30:56.089Z | a root/lib/svc/ 0K |
2630 | 2024-03-11T13:30:56.089Z | a root/lib/svc/manifest/ 0K |
2631 | 2024-03-11T13:30:56.089Z | a root/lib/svc/manifest/site/ 0K |
2632 | 2024-03-11T13:30:56.089Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2633 | 2024-03-11T13:30:56.232Z | + cd / |
2634 | 2024-03-11T13:30:56.233Z | + rm -rf /tmp/tmp.fla41h |
2635 | 2024-03-11T13:30:56.233Z | |
2636 | 2024-03-11T13:30:56.233Z | real 4.260961524 |
2637 | 2024-03-11T13:30:56.233Z | user 4.031524195 |
2638 | 2024-03-11T13:30:56.233Z | sys 0.240882313 |
2639 | 2024-03-11T13:30:56.233Z | trap 0.000734577 |
2640 | 2024-03-11T13:30:56.233Z | tflt 0.000000000 |
2641 | 2024-03-11T13:30:56.233Z | dflt 0.000000000 |
2642 | 2024-03-11T13:30:56.233Z | kflt 0.000000000 |
2643 | 2024-03-11T13:30:56.233Z | lock 0.000000000 |
2644 | 2024-03-11T13:30:56.233Z | slp 8.284469792 |
2645 | 2024-03-11T13:30:56.233Z | lat 0.089227941 |
2646 | 2024-03-11T13:30:56.234Z | stop 0.000194880 |
2647 | 2024-03-11T13:30:56.234Z | process exited: duration 1595952 ms, exit code 0 |
|
2648 | 2024-03-11T13:30:57.129Z | found 22 output files |
2649 | 2024-03-11T13:30:57.129Z | uploading: /work/version.txt (26 bytes) |
2650 | 2024-03-11T13:30:58.829Z | uploaded: /work/version.txt |
2651 | 2024-03-11T13:30:58.829Z | uploading: /work/package.tar.gz (81380226 bytes) |
2652 | 2024-03-11T13:31:36.097Z | uploaded: /work/package.tar.gz |
2653 | 2024-03-11T13:31:36.097Z | uploading: /work/global-zone-packages.tar.gz (123388055 bytes) |
2654 | 2024-03-11T13:33:02.656Z | uploaded: /work/global-zone-packages.tar.gz |
2655 | 2024-03-11T13:33:02.656Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36171829 bytes) |
2656 | 2024-03-11T13:33:21.675Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2657 | 2024-03-11T13:33:21.675Z | uploading: /work/zones/clickhouse.tar.gz (230949856 bytes) |
2658 | 2024-03-11T13:35:42.731Z | uploaded: /work/zones/clickhouse.tar.gz |
2659 | 2024-03-11T13:35:42.732Z | uploading: /work/zones/clickhouse_keeper.tar.gz (230927512 bytes) |
2660 | 2024-03-11T13:37:42.814Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2661 | 2024-03-11T13:37:42.814Z | uploading: /work/zones/cockroachdb.tar.gz (126435952 bytes) |
2662 | 2024-03-11T13:38:46.121Z | uploaded: /work/zones/cockroachdb.tar.gz |
2663 | 2024-03-11T13:38:46.122Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (25110887 bytes) |
2664 | 2024-03-11T13:38:58.072Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2665 | 2024-03-11T13:38:58.072Z | uploading: /work/zones/crucible-zone.tar.gz (36820380 bytes) |
2666 | 2024-03-11T13:39:16.722Z | uploaded: /work/zones/crucible-zone.tar.gz |
2667 | 2024-03-11T13:39:16.722Z | uploading: /work/zones/external-dns.tar.gz (30895100 bytes) |
2668 | 2024-03-11T13:40:40.641Z | uploaded: /work/zones/external-dns.tar.gz |
2669 | 2024-03-11T13:40:40.642Z | uploading: /work/zones/internal-dns.tar.gz (30893181 bytes) |
2670 | 2024-03-11T13:41:26.282Z | uploaded: /work/zones/internal-dns.tar.gz |
2671 | 2024-03-11T13:41:26.282Z | uploading: /work/zones/nexus-single-sled.tar.gz (89290157 bytes) |
2672 | 2024-03-11T13:42:19.441Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2673 | 2024-03-11T13:42:19.441Z | uploading: /work/zones/nexus.tar.gz (89284391 bytes) |
2674 | 2024-03-11T13:43:33.739Z | uploaded: /work/zones/nexus.tar.gz |
2675 | 2024-03-11T13:43:33.739Z | uploading: /work/zones/ntp.tar.gz (10317259 bytes) |
2676 | 2024-03-11T13:43:46.661Z | uploaded: /work/zones/ntp.tar.gz |
2677 | 2024-03-11T13:43:46.662Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16393450 bytes) |
2678 | 2024-03-11T13:44:05.680Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2679 | 2024-03-11T13:44:05.680Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16392518 bytes) |
2680 | 2024-03-11T13:44:23.086Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2681 | 2024-03-11T13:44:23.086Z | uploading: /work/zones/overlay.tar.gz (2621 bytes) |
2682 | 2024-03-11T13:44:24.228Z | uploaded: /work/zones/overlay.tar.gz |
2683 | 2024-03-11T13:44:24.228Z | uploading: /work/zones/oximeter.tar.gz (47654752 bytes) |
2684 | 2024-03-11T13:45:22.733Z | uploaded: /work/zones/oximeter.tar.gz |
2685 | 2024-03-11T13:45:22.733Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2686 | 2024-03-11T13:45:37.867Z | uploaded: /work/zones/probe.tar.gz |
2687 | 2024-03-11T13:45:37.867Z | uploading: /work/zones/propolis-server.tar.gz (66255989 bytes) |
2688 | 2024-03-11T13:47:51.350Z | uploaded: /work/zones/propolis-server.tar.gz |
2689 | 2024-03-11T13:47:51.350Z | uploading: /work/zones/switch-asic.tar.gz (271990659 bytes) |
2690 | 2024-03-11T13:59:29.372Z | uploaded: /work/zones/switch-asic.tar.gz |
2691 | 2024-03-11T13:59:29.372Z | uploading: /work/zones/switch-softnpu.tar.gz (193244763 bytes) |
2692 | 2024-03-11T14:02:16.386Z | uploaded: /work/zones/switch-softnpu.tar.gz |